diff --git a/dist/main.bundle.js b/dist/main.bundle.js index 4ed7272b2..89f610add 100644 --- a/dist/main.bundle.js +++ b/dist/main.bundle.js @@ -1,4 +1,4 @@ -!function(t){function e(e){for(var a,o,s=e[0],l=e[1],c=e[2],u=0,m=[];un)throw A(t,`Too many threads requested by ${t.function}. Requested: ${e}. Has: ${n}.`);return a},checkEnvFlags:function(t){const e=t.workerScript;if(e.env.stopFlag)throw N(t,()=>"Failed to run due to script being killed."),new o.a(e);if(e.env.runningFn&&"asleep"!==t.function){var n;throw null===(n=e.delayReject)||void 0===n||n.call(e,new o.a(e)),e.env.stopFlag=!0,N(t,()=>"Failed to run due to failed concurrency check."),A(t,`Concurrent calls to Netscript functions are not allowed!\n Did you forget to await hack(), grow(), or some other\n promise-returning function?\n Currently running: ${e.env.runningFn} tried to run: ${t.function}`,"CONCURRENCY")}},checkSingularityAccess:function(t){if(4!==i.a.bitNodeN&&0===i.a.sourceFileLvl(4))throw A(t,"This singularity function requires Source-File 4 to run. A power up you obtain later in the game.\n It will be very obvious when and how you can obtain it.","API ACCESS")},netscriptDelay:function(t,e){const n=t.workerScript;return new Promise((function(a,r){n.delay=window.setTimeout(()=>{n.delay=null,n.delayReject=void 0,n.env.runningFn="",n.env.stopFlag?r(new o.a(n)):a()},e),n.delayReject=r,n.env.runningFn=t.function}))},updateDynamicRam:function(t,e){const n=t.workerScript,a=t.function;if(n.dynamicLoadedFns[a])return;n.dynamicLoadedFns[a]=!0;let r=n.scriptRef.threads;"number"!=typeof r&&(console.warn(`WorkerScript detected NaN for thread count for ${n.name} on ${n.hostname}`),r=1);if(n.dynamicRamUsage+=e,n.dynamicRamUsage>1.01*n.ramUsage)throw N(t,()=>"Insufficient static ram available."),n.env.stopFlag=!0,A(t,`Dynamic RAM usage calculated to be greater than initial RAM usage.\n This is probably because you somehow circumvented the static RAM calculation.\n\n Threads: ${r}\n Dynamic RAM Usage: ${s.a.formatRAM(n.dynamicRamUsage)} per thread\n Static RAM Usage: ${s.a.formatRAM(n.ramUsage)} per thread\n\n One of these could be the reason:\n * Using eval() to get a reference to a ns function\n   const myScan = eval('ns.scan');\n\n * Using map access to do the same\n   const myScan = ns['scan'];\n\n Sorry :(`,"RAM USAGE")},city:function(t,e,n){if("string"!=typeof n)throw A(t,e+" should be a city name.");const a=n;if(!Object.values(l.a).includes(a))throw A(t,e+" should be a city name.");return a},getServer:T,scriptIdentifier:function(t,e,n,a){const r=t.workerScript;if(void 0===e)return r.pid;if("number"==typeof e)return e;if("string"==typeof e){const r=void 0===n?t.workerScript.hostname:L(t,"hostname",n),i=void 0===a?[]:O(t,a);return{scriptname:e,hostname:r,args:i}}throw A(t,"An unknown type of input was provided as a script identifier.","TYPE")},hack:function(t,e,n,{threads:a,stock:r}={}){const o=t.workerScript,l=C.resolveNetscriptRequestedThreads(t,a),g=T(t,e);if(!(g instanceof c.a))throw A(t,"Cannot be executed on this server.");const b=Object(f.d)(g,i.a),y=Object(u.b)(g);if(!y.res)throw A(t,y.msg||"");return N(t,()=>`Executing on '${g.hostname}' in ${Object(m.b)(1e3*b,!0)} (t=${s.a.formatThreads(l)})`),C.netscriptDelay(t,1e3*b).then((function(){const e=Object(f.b)(g,i.a),a=Math.random();let c=Object(f.c)(g,i.a)*l;const u=c/4;if(ag.moneyAvailable&&(m=g.moneyAvailable),g.moneyAvailable-=m,g.moneyAvailable<0&&(g.moneyAvailable=0);let b=m*h.a.ScriptHackMoneyGain;return n&&(b=m*h.a.ManualHackMoney),i.a.gainMoney(b,"hacking"),o.scriptRef.onlineMoneyMade+=b,i.a.scriptProdSinceLastAug+=b,o.scriptRef.recordHack(g.hostname,b,l),i.a.gainHackingExp(c),n&&i.a.gainIntelligenceExp(.005),o.scriptRef.onlineExpGained+=c,N(t,()=>`Successfully hacked '${g.hostname}' for ${s.a.formatMoney(b)} and ${s.a.formatExp(c)} exp (t=${s.a.formatThreads(l)})`),g.fortify(d.a.ServerFortifyAmount*Math.min(l,a)),r&&Object(p.c)(g,m),n&&(g.backdoorInstalled=!0),b}return i.a.gainHackingExp(u),o.scriptRef.onlineExpGained+=u,N(t,()=>`Failed to hack '${g.hostname}'. Gained ${s.a.formatExp(u)} exp (t=${s.a.formatThreads(l)})`),0}))},getValidPort:function(t,e){if(isNaN(e))throw A(t,`Invalid argument. Must be a port number between 1 and ${d.a.NumNetscriptPorts}, is ${e}`);if((e=Math.round(e))<1||e>d.a.NumNetscriptPorts)throw A(t,`Trying to use an invalid port: ${e}. Only ports 1-${d.a.NumNetscriptPorts} are valid.`);let n=b.a.get(e);n||(n=Object(g.a)(),b.a.set(e,n));return n},player:function(t,e){if(!R({hp:void 0,mults:void 0,numPeopleKilled:void 0,money:void 0,city:void 0,location:void 0,bitNodeN:void 0,totalPlaytime:void 0,playtimeSinceLastAug:void 0,playtimeSinceLastBitnode:void 0,jobs:void 0,factions:void 0,tor:void 0,inBladeburner:void 0,hasCorporation:void 0,entropy:void 0},e))throw A(t,"player should be a Player.","TYPE");return e},server:function(t,e){if(!R({cpuCores:void 0,ftpPortOpen:void 0,hasAdminRights:void 0,hostname:void 0,httpPortOpen:void 0,ip:void 0,isConnectedTo:void 0,maxRam:void 0,organizationName:void 0,ramUsed:void 0,smtpPortOpen:void 0,sqlPortOpen:void 0,sshPortOpen:void 0,purchasedByPlayer:void 0,backdoorInstalled:void 0,baseDifficulty:void 0,hackDifficulty:void 0,minDifficulty:void 0,moneyAvailable:void 0,moneyMax:void 0,numOpenPortsRequired:void 0,openPortCount:void 0,requiredHackingSkill:void 0,serverGrowth:void 0},e))throw A(t,"server should be a Server.","TYPE");return e},gang:function(t,e){if(!R({respect:0,territory:0,wantedLevel:0},e))throw A(t,"gang should be a Gang.","TYPE");return e},gangMember:function(t,e){if(!R(new y.a,e))throw A(t,"member should be a GangMember.","TYPE");return e},gangTask:function(t,e){if(!R(new E.a("","",!1,!1,{hackWeight:100}),e))throw A(t,"task should be a GangMemberTask.","TYPE");return e},log:N,getRunningScript:function(t,e){return"number"==typeof e?function(t){for(const e of Object(r.c)()){const n=Object(k.b)(t,e);if(n)return n}return null}(e):P(t,e.scriptname,e.hostname,e.args)},getRunningScriptByArgs:P,getCannotFindRunningScriptErrorMessage:function(t){return"number"==typeof t?"Cannot find running script with pid: "+t:`Cannot find running script ${t.scriptname} on server ${t.hostname} with args: ${Object(w.a)(t.args)}`},createPublicRunningScript:function(t){return{args:t.args.slice(),filename:t.filename,logs:t.logs.slice(),offlineExpGained:t.offlineExpGained,offlineMoneyMade:t.offlineMoneyMade,offlineRunningTime:t.offlineRunningTime,onlineExpGained:t.onlineExpGained,onlineMoneyMade:t.onlineMoneyMade,onlineRunningTime:t.onlineRunningTime,pid:t.pid,ramUsage:t.ramUsage,server:t.server,threads:t.threads}},failOnHacknetServer:function(t,e){return e instanceof S.a&&(N(t,()=>"Does not work on Hacknet Servers"),!0)}},x=t=>null===t?"Is null.":void 0===t?"Is undefined.":"function"==typeof t?"Is a function.":`Is of type '${typeof t}', value: ${(t=>{const e=t=>t.length>15?t.slice(0,12)+"...":t;if("number"==typeof t)return String(t);if("string"==typeof t)return""===t?"empty string":`'${e(t)}'`;const n=JSON.stringify(t);return n?`'${e(n)}'`:"???"})(t)}`;function L(t,e,n){if("string"==typeof n)return n;if("number"==typeof n)return n+"";throw A(t,`'${e}' should be a string. ${x(n)}`,"TYPE")}function O(t,e){if(!function(t){return Array.isArray(t)&&t.every(t=>"string"==typeof t||"number"==typeof t||"boolean"==typeof t)}(e))throw A(t,"'args' is not an array of script args","TYPE");return e}function M(t,e,n="RUNTIME"){if(t instanceof a.a)for(const n of t.scriptRef.dependencies)e=e.replace(new RegExp(n.url,"g"),n.filename);return`${n} ERROR\n${t.name}@${t.hostname} (PID - ${t.pid})\n\n${e}`}function A(t,e,n="RUNTIME"){const a=(new Error).stack;if(void 0===a)throw new Error("how did we not throw an error?");const r=a.split("\n").slice(1),i=t.workerScript,o=t.functionPath,s=i.getServer().scripts,l=[];for(const t of r){let e;for(const n of s){n.filename&&t.includes(n.filename)&&(e=n.filename);for(const a of n.dependencies)t.includes(a.filename)&&(e=a.filename)}if(!e)continue;function c(t){const e=t.match(/.*:(\d+):\d+.*/),n=t.match(/.*at (.+) \(.*/);return e&&n?{line:e[1],func:n[1]}:null}let n={line:"-1",func:"unknown"};const a=c(t);function f(t){const e=t.match(/.*:(\d+):\d+$/),n=t.lastIndexOf("@");return e&&-1!==n?{line:e[1],func:t.slice(0,n)}:null}a&&(n=a);const r=f(t);r&&(n=r),l.push(`${e}:L${n.line}@${n.func}`)}N(t,()=>e);let u=`${o}: ${e}`;return 0!==l.length&&(u+="\n\nStack:\n"+l.join("\n")),M(i,u,n)}function T(t,e){const n=Object(r.d)(e);if(null==n){throw A(t,"Invalid hostname: "+(""===e?"'' (empty string)":"'"+e+"'"))}return n}function R(t,e){if("object"!=typeof e||null==e)return!1;const n=Object.keys(t),a=Object.keys(e);for(const t of n)if(!a.includes(t))return!1;return!0}function N(t,e){t.workerScript.log(t.functionPath,e)}function P(t,e,n,a){if(!Array.isArray(a))throw C.makeRuntimeErrorMsg(t,"Invalid scriptArgs argument passed into getRunningScriptByArgs().\nThis is probably a bug. Please report to game developer");if(null!=e&&"string"==typeof e){null==n&&(n=t.workerScript.hostname);const r=C.getServer(t,n);return Object(k.a)(e,a,r)}return t.workerScript.scriptRef}function I(t,e=null,n=""){if(t instanceof o.a){if(""===t.errorMessage)return;e||(t=(e=t).errorMessage)}if(e&&"string"==typeof t){const n=M(e,"","");t.includes(n)||(t=M(e,t))}else if(t instanceof SyntaxError){const n=t.message+" (sorry we can't be more helpful)";t=e?M(e,n,"SYNTAX"):"SYNTAX ERROR:\n\n"+n}else if(t instanceof Error){const n=`${t.message}${t.stack?"\nstack:\n"+t.stack.toString():""}`;t=e?M(e,n):"RUNTIME ERROR:\n\n"+n}"string"!=typeof t&&(console.error("Unexpected error type:",t),t="Unexpected type of error thrown. See console output."),Object(_.a)(n+t)}},,,function(t,e,n){"use strict";let a;n.d(e,"a",(function(){return a})),function(t){t.Illuminati="Illuminati",t.Daedalus="Daedalus",t.TheCovenant="The Covenant",t.ECorp="ECorp",t.MegaCorp="MegaCorp",t.BachmanAssociates="Bachman & Associates",t.BladeIndustries="Blade Industries",t.NWO="NWO",t.ClarkeIncorporated="Clarke Incorporated",t.OmniTekIncorporated="OmniTek Incorporated",t.FourSigma="Four Sigma",t.KuaiGongInternational="KuaiGong International",t.FulcrumSecretTechnologies="Fulcrum Secret Technologies",t.BitRunners="BitRunners",t.TheBlackHand="The Black Hand",t.NiteSec="NiteSec",t.Aevum="Aevum",t.Chongqing="Chongqing",t.Ishima="Ishima",t.NewTokyo="New Tokyo",t.Sector12="Sector-12",t.Volhaven="Volhaven",t.SpeakersForTheDead="Speakers for the Dead",t.TheDarkArmy="The Dark Army",t.TheSyndicate="The Syndicate",t.Silhouette="Silhouette",t.Tetrads="Tetrads",t.SlumSnakes="Slum Snakes",t.Netburners="Netburners",t.TianDiHui="Tian Di Hui",t.CyberSec="CyberSec",t.Bladeburners="Bladeburners",t.ChurchOfTheMachineGod="Church of the Machine God",t.ShadowsOfAnarchy="Shadows of Anarchy"}(a||(a={}))},function(t,e,n){"use strict";n.d(e,"a",(function(){return s}));var a=n(177),r=n(104),i=n(464),o=n(128);const s={ActiveScriptsServerPageSize:10,ActiveScriptsScriptPageSize:10,AutosaveInterval:60,CodeInstructionRunTime:25,DisableASCIIArt:!1,DisableHotkeys:!1,DisableTextEffects:!1,DisableOverviewProgressBars:!1,EnableBashHotkeys:!1,TimestampsFormat:"",Locale:"en",MaxRecentScriptsCapacity:50,MaxLogCapacity:50,MaxPortCapacity:50,MaxTerminalCapacity:500,RemoteFileApiPort:0,SaveGameOnFileSave:!0,SuppressBuyAugmentationConfirmation:!1,SuppressFactionInvites:!1,SuppressMessages:!1,SuppressTravelConfirmation:!1,SuppressBladeburnerPopup:!1,SuppressTIXPopup:!1,SuppressSavedGameToast:!1,SuppressAutosaveDisabledWarnings:!1,UseIEC60027_2:!1,ShowMiddleNullTimeUnit:!1,ExcludeRunningScriptsFromSave:!1,IsSidebarOpened:!0,theme:{...r.a},styles:{...i.a},overview:{x:0,y:0,opened:!0},EditorTheme:{...o.a},OwnedAugmentationsOrder:a.a.AcquirementTime,PurchaseAugmentationsOrder:a.b.Default,MonacoTheme:"monokai",MonacoInsertSpaces:!1,MonacoFontSize:20,MonacoVim:!1,MonacoWordWrap:"off",load(t){const e=JSON.parse(t);e.theme&&Object.assign(s.theme,e.theme),e.styles&&Object.assign(s.styles,e.styles),e.overview&&Object.assign(s.overview,e.overview),e.EditorTheme&&Object.assign(s.EditorTheme,e.EditorTheme),delete e.theme,e.styles,e.overview,e.EditorTheme,Object.assign(s,e)}}},function(t,e,n){"use strict";n.d(e,"a",(function(){return f}));var a=n(188),r=n.n(a),i=(n(1580),n(1581),n(1582),n(1583),n(1584),n(1585),n(1586),n(1587),n(1588),n(1589),n(1590),n(1591),n(1592),n(1593),n(6));const o=[1e15,1e18,1e21,1e24,1e27,1e30],s=["q","Q","s","S","o","n"],l=1e9,c=2**30;const f=new class{constructor(){var t,e,n;n="en",(e="defaultLocale")in(t=this)?Object.defineProperty(t,e,{value:n,enumerable:!0,configurable:!0,writable:!0}):t[e]=n,this.defaultLocale="en"}updateLocale(t){return null!=r.a.locale(t)||(console.warn("Invalid locale for numeral: "+t),r.a.locale(this.defaultLocale),!1)}format(t,e){Math.abs(t)<1e-6&&(t=0);const n=r()(t).format(e);return"NaN"===n?""+t:n}formatBigNumber(t){return this.format(t,"0.000a")}formatReallyBigNumber(t,e=3){const n=Math.abs(t);if(t===1/0)return"∞";for(let a=0;a functions, UI (by @Mughur)\n * FIX #3860 destroyW0r1dD43m0n now properly gives achievements and FIX #3890 favor now properly syncs across pages and the Donate achievement is now given correctly (by @Aerophia)\n \n CONTRIBUTIONS\n * Modify PR template (by @Hoekstraa)\n \n CCT\n * inconsistent probability for generation between online and offline (by @quacksouls)\n \n DOC\n * Some typo fixes in Netscript functions (by @quacksouls)\n * Fix #4033 Why use Coding Contract API (by @quacksouls)\n * typo fix in description of Caesar cipher (by @quacksouls)\n * FIX DOCS TYPO IN terminal.rst (by @BugiDev)\n * Update bitburner.sleeve.settobladeburneraction.md (by @borisflagell)\n \n CORPORATION\n * FIX #3880, #3876, #3322 and #3138 Bunch of corporation fixes (by @Mughur)\n * Gave investors some economics classes (by @Mughur)\n * Limit shareholder priority on newly issued shares (by @Undeemiss)\n \n UI\n * FIX #2962 Add a setting to display middle time unit in Time Elapsed String (by @hydroflame)\n * FIX #4106 Fix incorrect experience display in Crime UI. (by @SilverNexus)\n * Bitnode stats now show if BB/Corporation are disabled (by @Kelenius)\n * Removed three empty lines from BB status screen (by @Kelenius)\n * Add missing space to BN7 description (by @hex7cd)\n * Improvements to crime work UI (by @Kelenius)\n * FIX #3975, #3882 Script Editor more responsive on resize, and fix dirty file indicator (by @Snarling)\n \n API FIX\n * getCrimeStats use bitnode multipliers in the output of crime stats (by @phyzical)\n \n SLEEVES\n * FIX #3819 Allow using the regeneration chamber with sleeves to heal them. (by @coderanger)\n * FIX #4063 fix crash when player tries to assign more than 3 sleeves to Bladeburner contracts (by @Snarling)\n * FIX #4051 Sleeves no longer crash when player quits company sleeve was working (by @Snarling)\n \n API BACKUP\n * add singularity function for exporting game save back (by @phyzical)\n \n CORPORATION API\n * FIX #3655 Expose exports from Material (by @Rasmoh)\n \n SCRIPTS\n * FIX #4081 Rerunning a script from tail window recalculates ram usage (by @Snarling)\n * FIX #3962 The correct script will be closed even if the player modifies args (v2.0) (by @Snarling)\n \n DOCUMENTATION\n * Fixed Argument order for scp() (by @njalooo)\n \n CORP API\n * Fix up param order for limitProductProduction to match docs (by @phyzical)\n \n NETSCRIPT\n * FIX #2376 ns.exit now exits immediately (by @Snarling)\n * FIX #4055 Fix dynamic ram check (by @Snarling)\n * FIX #4037 ns1 wraps deeper layers correctly. (by @Snarling)\n * FIX #3963 Prevent bladeburner.setActionLevel from setting invalid action levels (by @MPJ-K)\n * Typo fixes in CodingContract, Hacknet, Singularity APIs (by @quacksouls)\n * Fix a typo in doc of Singularity.travelToCity() (by @quacksouls)\n * Update netscript definition file for scp, write, read, and flags (by @Snarling)\n * Correct missing ! for boolean coercion in Corporation.createCorporation(). (by @Risenafis)\n * Normalized Stock API logging (by @Snarling)\n * fix #3992 allow null duration in toast ns function (by @RollerKnobster)\n * Correct missing '!' for boolean coercion in 'singularity.workForCompany()'. (by @MageKing17)\n * ns.scp and ns.write are now synchronous + fix exec race condition (by @Snarling)\n * FIX #2931 atExit now allows synchronous ns functions (by @Snarling)\n * Improve real life CPU and memory performance of scripts. (by @Snarling)\n \n INFILTRATION\n * Corrected ns formula for infiltration rewards (by @ezylot)\n \n RFA\n * NetscriptDefinitions retains export strings (by @Hoekstraa)\n * Fix type of RFAMessages with non-String results (by @Hoekstraa)\n * New Remote File API addition for transmitting files to the game (by @Hoekstraa)\n \n SLEEVE\n * FIX #4022, #4024, #4025, #3998 (by @Mughur)\n \n DOCS, UI\n * update docs a bit more, amending some BN and SF texts (by @Mughur)\n \n GANG\n * Added weight to GangMemberTask construction call (by @ezylot)\n \n Coding Contracts\n * Don't stringify answer if already a string (by @alainbryden)\n \n TERMINAL\n * Fix ansi display bugs (by @Snarling)\n \n SCRIPT EDITOR\n * Debounce updateRAM calls. (by @Snarling)\n \n WORK\n * Add singularity check for finishing company work (by @Snarling)\n \n DOCS\n * Correct documentation for 'run()' with 0 threads. (by @MageKing17)\n * Some doc updates (by @Mughur)\n \n FILES\n * FIX #3979 Allow characters & and ' in filenames (by @Snarling)\n \n CORP FIX\n * dont take research points for something already researched via api (by @phyzical)\n \n FIX\n * Prompt Add user friendly message to avoid throwing recovery screen for invalid choices (by @phyzical)\n \n TUTORIAL\n * Fix #3965 Corrected tutorial text (by @mihilt)\n \n CONTRACTS\n * FIX #3755 change input handling for contract attempts (by @Snarling)\n \n HOTFIX\n * Fix infil definitions.d.ts (by @phyzical)\n \n MISC\n * crime gains, sleeve gang augs and faq (by @Mughur)\n * FIX #3649 Preventing server starting security level from going above 100 (by @Shiiyu)\n * Adds Shadows of Anarchy (by @Lagicrus)\n * Added intormation about hacking managers to hacking algorithms page (by @Kelenius)\n * Fix Jest CI Error (by @geggleto)\n * multiple hasAugmentation checks didn't check if the augment was installed (by @Mughur)\n * Fix for #2442 and #2795. (by @G4mingJon4s)\n * Adds info regarding augments and focus (by @Lagicrus)\n * Removed console.log line (by @dhosborne)\n * Update some doc (by @hydroflame)\n * Sleeve crime gain bitnode multiplier fix (by @Mughur)\n * trying to fix int problems (by @hydroflame)\n * Fix broken ns filesnames (by @hydroflame)\n * new formula functions (by @hydroflame)\n * v2.0.0 (by @hydroflame)\n * test fixes/md updates (by @phyzical)\n * Remove \"based\" from positive adjectives in infil (by @faangbait)\n * minor fix in instance calculation (by @hydroflame)\n * fix dynamic ram miscalc not triggering (by @hydroflame)\n * Refactor game options into separate components (by @hydroflame)\n * fix documentation for remote api (by @hydroflame)\n * fix settings unfocusing on every key stroke (by @hydroflame)\n * fix some stuff with the timestamp settings (by @hydroflame)\n * fix some stuff with the timestamp settings (by @hydroflame)\n * Fix unique key problem with ascii elements (by @hydroflame)\n * Improve wrong arg user message and add ui.windowSize (by @hydroflame)\n * fix stack trace missing in some errors (by @hydroflame)\n * Fix scp and write in ns1 (by @hydroflame)\n * Did some changes of the remote api and added documentation (by @hydroflame)\n * Add dummy function to generate a mock server or player for formulas stuff (by @hydroflame)\n * fix compile error (by @hydroflame)\n * regen doc (by @hydroflame)\n * rm console log (by @hydroflame)\n * regen doc (by @hydroflame)\n * Added more info about blood program, change some aug descriptions (by @hydroflame)\n * use triple equal (by @hydroflame)\n * Minor improvements to Netscript Port loading and unloading (by @hydroflame)\n * Fix hostname generation being weird about dash 0 added (by @hydroflame)\n * upgrade version number. (by @hydroflame)\n * Nerf Noodle bar \n \n"}},function(t,e,n){"use strict";n.d(e,"c",(function(){return r})),n.d(e,"b",(function(){return i})),n.d(e,"a",(function(){return o}));var a=n(398);function r(t,e){if(null==e)return null;if("object"==typeof e&&"string"==typeof e.ctor&&void 0!==e.data){if("AllServersMap"===e.ctor)return console.warn("Converting AllServersMap for v0.43.1"),e.data;const t=r.constructors[e.ctor];if("function"==typeof t&&"function"==typeof t.fromJSON){const n=t.fromJSON(e);return void 0!==t.validationData&&Object(a.b)(n,t.validationData),n}}return e}function i(t,e,n){n||(n=Object.keys(e));const a={};for(let t=0;tObject(E.a)({root:{"-ms-overflow-style":"none","scrollbar-width":"none",margin:t.spacing(0),flexGrow:1,padding:"8px",minHeight:"100vh",boxSizing:"border-box",width:"1px"}})),_t=()=>{throw new Error("Router called before initialization")};let Ct={isInitialized:!1,page:()=>{throw new Error("Router called before initialization")},allowRouting:_t,toActiveScripts:_t,toAugmentations:_t,toBitVerse:_t,toBladeburner:_t,toStats:_t,toCity:_t,toCorporation:_t,toCreateProgram:_t,toDevMenu:_t,toFaction:_t,toFactions:_t,toGameOptions:_t,toGang:_t,toHacknetNodes:_t,toInfiltration:_t,toJob:_t,toMilestones:_t,toGrafting:_t,toScriptEditor:_t,toSleeves:_t,toStockMarket:_t,toTerminal:_t,toTravel:_t,toTutorial:_t,toWork:_t,toBladeburnerCinematic:_t,toLocation:_t,toStaneksGift:_t,toAchievements:_t,toThemeBrowser:_t,toImportSave:_t};function xt(){const t=St(),[{files:e,vim:n},y]=Object(a.useState)({files:{},vim:!1}),[E,pt]=Object(a.useState)(lt.b?w.a.Recovery:null!==i.a.currentWork?w.a.Work:w.a.Terminal),bt=Object(a.useState)(0)[1],[_t,xt]=Object(a.useState)(!1),[Lt,Ot]=Object(a.useState)(Object(vt.b)(i.a.currentWork)?g.a[i.a.currentWork.factionName]:void 0);if(void 0===Lt&&E===w.a.Faction)throw new Error("Trying to go to a page without the proper setup");const[Mt,At]=Object(a.useState)(!1),[Tt,Rt]=Object(a.useState)(!1),[Nt,Pt]=Object(a.useState)(void 0);if(void 0===Nt&&(E===w.a.Infiltration||E===w.a.Location||E===w.a.Job))throw new Error("Trying to go to a page without the proper setup");const[It,Ft]=Object(a.useState)(""),[Dt,jt]=Object(a.useState)(0),[Bt,Gt]=Object(a.useState)(ut.a.IsSidebarOpened),[Wt,Ht]=Object(a.useState)(void 0),[Ut,qt]=Object(a.useState)(!1);if(void 0===Wt&&E===w.a.ImportSave)throw new Error("Trying to go to a page without the proper setup");const[$t,Kt]=Object(a.useState)(!0);function zt(){bt(t=>t+1)}function Vt(){for(const t of Object(p.c)())t.runningScripts=[];s.c.saveGame(),setTimeout(()=>wt.reload(),2e3)}function Yt(){Object(d.a)("Soft Reset!"),Object(o.f)(!0),jt(Dt+1),Ct.toTerminal()}Object(a.useEffect)(()=>m.a.subscribe(zt),[]),Ct={isInitialized:!0,page:()=>E,allowRouting:t=>Kt(t),toActiveScripts:()=>pt(w.a.ActiveScripts),toAugmentations:()=>pt(w.a.Augmentations),toBladeburner:()=>pt(w.a.Bladeburner),toStats:()=>pt(w.a.Stats),toCorporation:()=>pt(w.a.Corporation),toCreateProgram:()=>pt(w.a.CreateProgram),toDevMenu:()=>pt(w.a.DevMenu),toFaction:(t,e=!1)=>{xt(e),pt(w.a.Faction),t&&Ot(t)},toFactions:()=>pt(w.a.Factions),toGameOptions:()=>pt(w.a.Options),toGang:()=>pt(w.a.Gang),toHacknetNodes:()=>pt(w.a.Hacknet),toMilestones:()=>pt(w.a.Milestones),toGrafting:()=>pt(w.a.Grafting),toScriptEditor:(t,e)=>{y({files:t,vim:!(null==e||!e.vim)}),pt(w.a.ScriptEditor)},toSleeves:()=>pt(w.a.Sleeves),toStockMarket:()=>pt(w.a.StockMarket),toTerminal:()=>pt(w.a.Terminal),toTutorial:()=>pt(w.a.Tutorial),toJob:t=>{Pt(t),pt(w.a.Job)},toCity:()=>{pt(w.a.City)},toTravel:()=>{i.a.gotoLocation(c.a.TravelAgency),pt(w.a.Travel)},toBitVerse:(t,e)=>{At(t),Rt(e),Object(st.b)(),pt(w.a.BitVerse)},toInfiltration:t=>{Pt(t),pt(w.a.Infiltration)},toWork:()=>pt(w.a.Work),toBladeburnerCinematic:()=>{pt(w.a.BladeburnerCinematic),Ft(It)},toLocation:t=>{Pt(t),pt(w.a.Location)},toStaneksGift:()=>{pt(w.a.StaneksGift)},toAchievements:()=>{pt(w.a.Achievements)},toThemeBrowser:()=>{pt(w.a.ThemeBrowser)},toImportSave:(t,e=!1)=>{Ht(t),qt(e),pt(w.a.ImportSave)}},Object(a.useEffect)(()=>{yt()(Ct).filter(t=>t.startsWith("to")).forEach(t=>{Ct[t]=gt()(Ct[t],(e,...n)=>{if($t)return e(...n);console.error(`Routing is currently disabled - Attempted router.${t}()`)})})}),Object(a.useEffect)(()=>{E!==w.a.Terminal&&window.scrollTo(0,0)});let Jt=r.a.createElement(k.a,null,"Cannot load"),Xt=!0,Qt=!0,Zt=!1;switch(E){case w.a.Recovery:Jt=r.a.createElement(lt.c,{softReset:Yt}),Xt=!1,Qt=!1,Zt=!0;break;case w.a.BitVerse:Jt=r.a.createElement(Y.a,{flume:Mt,quick:Tt}),Xt=!1,Qt=!1;break;case w.a.Infiltration:Jt=r.a.createElement(A.a,{location:Nt}),Xt=!1,Qt=!1;break;case w.a.BladeburnerCinematic:Jt=r.a.createElement(Z.a,null),Xt=!1,Qt=!1;break;case w.a.Work:Jt=r.a.createElement(R.a,null),Xt=!1;break;case w.a.Terminal:Jt=r.a.createElement(W.a,null);break;case w.a.Sleeves:Jt=r.a.createElement(P.a,null);break;case w.a.StaneksGift:Jt=r.a.createElement(J.a,{staneksGift:X.c});break;case w.a.Stats:Jt=r.a.createElement(K.a,null);break;case w.a.ScriptEditor:Jt=r.a.createElement(B.a,{files:e,hostname:i.a.getCurrentServer().hostname,vim:n});break;case w.a.ActiveScripts:Jt=r.a.createElement(U.a,{workerScripts:tt.a});break;case w.a.Hacknet:Jt=r.a.createElement(I.a,null);break;case w.a.CreateProgram:Jt=r.a.createElement(j.a,null);break;case w.a.Factions:Jt=r.a.createElement(q.a,null);break;case w.a.Faction:Jt=r.a.createElement($.a,{faction:Lt,augPage:_t});break;case w.a.Milestones:Jt=r.a.createElement(G.a,null);break;case w.a.Tutorial:Jt=r.a.createElement(H.a,{reactivateTutorial:()=>{Object(h.a)(),Ct.toTerminal(),Object(f.e)()}});break;case w.a.DevMenu:Jt=r.a.createElement(x.a,null);break;case w.a.Gang:Jt=r.a.createElement(O.a,null);break;case w.a.Corporation:Jt=r.a.createElement(M.a,null);break;case w.a.Bladeburner:Jt=r.a.createElement(L.a,null);break;case w.a.Grafting:Jt=r.a.createElement(T.b,null);break;case w.a.Travel:Jt=r.a.createElement(z.a,null);break;case w.a.StockMarket:Jt=r.a.createElement(V.a,{stockMarket:b.a});break;case w.a.City:Jt=r.a.createElement(D.a,null);break;case w.a.Job:case w.a.Location:Jt=r.a.createElement(F.a,{loc:Nt});break;case w.a.Options:Jt=r.a.createElement(N.a,{save:()=>s.c.saveGame(),export:()=>{Object(l.c)(),s.c.exportGame()},forceKill:Vt,softReset:Yt});break;case w.a.Augmentations:Jt=r.a.createElement(C.a,{exportGameFn:()=>{Object(l.c)(),s.c.exportGame()},installAugmentationsFn:()=>{Object(o.f)()}});break;case w.a.Achievements:Jt=r.a.createElement(ct.a,null);break;case w.a.ThemeBrowser:Jt=r.a.createElement(mt.a,null);break;case w.a.ImportSave:Jt=r.a.createElement(ht.a,{importString:Wt,automatic:Ut}),Xt=!1,Qt=!1,Zt=!0}return r.a.createElement(r.a.Fragment,null,r.a.createElement(ft.a,{key:Dt,softReset:Yt},r.a.createElement(dt.a,{content:Zt?Jt:null},r.a.createElement(nt.c,null,r.a.createElement(S.a,{mode:f.a.isRunning?"tutorial":"overview"},f.a.isRunning?r.a.createElement(u.a,null):r.a.createElement(Q.a,{save:()=>s.c.saveGame(),killScripts:Vt})),Xt?r.a.createElement(v.a,{display:"flex",flexDirection:"row",width:"100%"},r.a.createElement(_.a,{page:E,opened:Bt,onToggled:t=>{Gt(t),ut.a.IsSidebarOpened=t}}),r.a.createElement(v.a,{className:t.root},Jt)):r.a.createElement(v.a,{className:t.root},Jt),r.a.createElement(et.a,null),Qt&&r.a.createElement(r.a.Fragment,null,r.a.createElement(at.d,null),r.a.createElement(rt.b,null),r.a.createElement(it.b,null),r.a.createElement(ot.b,null),r.a.createElement(nt.a,null)),r.a.createElement(Et.a,null)))),r.a.createElement(kt.a,null))}},,function(t,e,n){"use strict";n.d(e,"a",(function(){return c}));var a=n(0),r=n(7),i=n(1),o=n(122),s=n(148);const l=Object(o.a)(t=>Object(s.a)({unbuyable:{color:t.palette.action.disabled},money:{color:t.colors.money}}));function c(t){const e=l();if(t.forPurchase){if("number"!=typeof t.money)throw new Error("if value is for a purchase, money should be number, contact dev");if(!i.a.canAfford(t.money))return a.createElement("span",{className:e.unbuyable},r.a.formatMoney(t.money))}return a.createElement("span",{className:e.money},"number"==typeof t.money?r.a.formatMoney(t.money):t.money)}},function(t,e,n){"use strict";n.d(e,"a",(function(){return r}));var a=n(151);const r=Object.assign({},a.b)},function(t,e,n){"use strict";n.d(e,"d",(function(){return m})),n.d(e,"c",(function(){return h})),n.d(e,"b",(function(){return d})),n.d(e,"g",(function(){return p})),n.d(e,"e",(function(){return g})),n.d(e,"a",(function(){return b})),n.d(e,"j",(function(){return y})),n.d(e,"f",(function(){return E})),n.d(e,"i",(function(){return v})),n.d(e,"h",(function(){return k})),n.d(e,"k",(function(){return w}));var a=n(46),r=n(381),i=n(352),o=n(35),s=n(16),l=n(1064),c=n(88),f=n(25);let u={};function m(t){if(u.hasOwnProperty(t)){const e=u[t];if(e)return e}if(!Object(l.a)(t))return function(t){for(const e of Object.keys(u)){const n=u[e];if(n.hostname==t)return n}return null}(t);const e=function(t){for(const e of Object.keys(u)){const n=u[e];if(n.ip===t)return n}}(t);return void 0!==e?e:null}function h(){const t=[];for(const e of Object.keys(u))t.push(u[e]);return t}function d(t){for(const e of Object.keys(u)){const n=u[e];if(n.ip===t||n.hostname===t){delete u[e];break}}}function p(t){for(const e in u)if(u[e].ip===t)return!0;return!1}function g(){let t;do{t=Object(i.a)()}while(p(t));return t}function b(t){if(m(t.hostname))throw console.warn("Hostname of the server thats being added: "+t.hostname),console.warn("The server that already has this IP is: "+u[t.hostname].hostname),new Error("Error: Trying to add a server with an existing IP");u[t.hostname]=t}const y=(t,e)=>{u[e]=u[t],delete u[t]};function E(t){const e=[];for(let t=0;t<15;t++)e.push([]);const n=t=>"number"==typeof t?t:Object(o.a)(t.min,t.max);for(const t of r.a){const r={hostname:t.hostname,ip:g(),numOpenPortsRequired:t.numOpenPortsRequired,organizationName:t.organizationName};void 0!==t.maxRamExponent&&(r.maxRam=Math.pow(2,n(t.maxRamExponent))),t.hackDifficulty&&(r.hackDifficulty=n(t.hackDifficulty)),t.moneyAvailable&&(r.moneyAvailable=n(t.moneyAvailable)),t.requiredHackingSkill&&(r.requiredHackingSkill=n(t.requiredHackingSkill)),t.serverGrowth&&(r.serverGrowth=n(t.serverGrowth));const i=new a.a(r);for(const e of t.literature||[])i.messages.push(e);i.hostname===c.a.WorldDaemon&&(i.requiredHackingSkill*=f.a.WorldDaemonDifficulty),b(i),void 0!==t.networkLayer&&e[n(t.networkLayer)-1].push(i)}const i=(t,e)=>{for(const r of t)n=r,a=e(),n.serversOnNetwork.push(a.hostname),a.serversOnNetwork.push(n.hostname);var n,a};i(e[0],()=>t);for(let t=1;t{return(n=e[t-1])[Math.floor(Math.random()*n.length)];var n})}function v(){for(const t of Object.keys(u))delete u[t];u={}}function k(t){u=JSON.parse(t,s.c)}function w(t=!1){const e=JSON.parse(JSON.stringify(u),s.c);for(const n of Object.keys(e)){const a=e[n];if(t)a.runningScripts=[];else for(let t=0;t{let e=""+t%1e3;for(;e.length<3;)e="0"+e;return e})(),u=e?`${c}.${f}`:""+c;let m="";return r>0&&(m+=`${r} day${1===r?"":"s"} `),(o>0||a.a.ShowMiddleNullTimeUnit&&""!=m)&&(m+=`${o} hour${1===o?"":"s"} `),(l>0||a.a.ShowMiddleNullTimeUnit&&""!=m)&&(m+=`${l} minute${1===l?"":"s"} `),m+=`${u} second${e||1!==c?"s":""}`,m}function o(t){if(!s(t))return"";if(0===t.length)return"";const e=t.concat().sort(),n=e[0],a=e[e.length-1],r=n.length;let i=0;for(;i>>16,2246822507)^Math.imul(a^a>>>13,3266489909),a=Math.imul(a^a>>>16,2246822507)^Math.imul(n^n>>>13,3266489909),(4294967296*(2097151&a)+(n>>>0)).toString(16)}},function(t,e,n){"use strict";n.d(e,"a",(function(){return o})),n.d(e,"d",(function(){return s})),n.d(e,"b",(function(){return l})),n.d(e,"c",(function(){return c}));var a=n(588),r=n(389),i=n(16);let o={};function s(t){o=JSON.parse(t,i.c);for(const t of Object.keys(o))try{o[t].getInfo()}catch(e){console.error("deleting "+t),delete o[t]}}function l(t){return o.hasOwnProperty(t)}function c(){for(const t of Object.keys(r.a))f(new a.a(t))}function f(t){const e=t.name;l(e)&&(t.favor=o[e].favor,delete o[e]),function(t){const e=t.name;o[e]=t}(t)}},function(t,e,n){"use strict";let a,r;n.d(e,"a",(function(){return a})),n.d(e,"b",(function(){return r})),function(t){t.ENTER="Enter",t.ESC="Escape",t.TAB="Tab",t.SPACE=" ",t.BACKSPACE="Backspace",t.UP_ARROW="ArrowUp",t.DOWN_ARROW="ArrowDown",t.LEFT_ARROW="ArrowLeft",t.RIGHT_ARROW="ArrowRight",t.QUOTE="'",t.DOUBLE_QUOTE='"',t.OPEN_BRACKET="[",t.CLOSE_BRACKET="]",t.LESS_THAN="<",t.GREATER_THAN=">",t.OPEN_PARENTHESIS="(",t.CLOSE_PARENTHESIS=")",t.OPEN_BRACE="{",t.CLOSE_BRACE="}",t.EQUAL="=",t.PIPE="|",t.DOT=".",t.FORWARD_SLASH="/",t.HYPHEN="-",t.HASH="#",t.k0="0",t.k1="1",t.k2="2",t.k3="3",t.k4="4",t.k5="5",t.k6="6",t.k7="7",t.k8="8",t.k9="9",t.A="a",t.B="b",t.C="c",t.D="d",t.E="e",t.F="f",t.G="g",t.H="h",t.I="i",t.J="j",t.K="k",t.L="l",t.M="m",t.N="n",t.O="o",t.P="p",t.Q="q",t.R="r",t.S="s",t.T="t",t.U="u",t.V="v",t.W="w",t.X="x",t.Y="y",t.Z="z"}(a||(a={})),function(t){t.ENTER="Enter",t.ESC="Escape",t.TAB="Tab",t.SPACE="Space",t.BACKSPACE="Backspace",t.UP_ARROW="ArrowUp",t.DOWN_ARROW="ArrowDown",t.LEFT_ARROW="ArrowLeft",t.RIGHT_ARROW="ArrowRight",t.BACKWARD_SLASH="Backslash",t.BACKQUOTE="Backquote",t.COMMA="Comma",t.DOT="Period",t.EQUAL="Equal",t.FORWARD_SLASH="Slash",t.HYPHEN="Minus",t.SEMICOLON="Semicolon",t.QUOTE="Quote",t.k0="Digit0",t.k1="Digit1",t.k2="Digit2",t.k3="Digit3",t.k4="Digit4",t.k5="Digit5",t.k6="Digit6",t.k7="Digit7",t.k8="Digit8",t.k9="Digit9",t.A="KeyA",t.B="KeyB",t.C="KeyC",t.D="KeyD",t.E="KeyE",t.F="KeyF",t.G="KeyG",t.H="KeyH",t.I="KeyI",t.J="KeyJ",t.K="KeyK",t.L="KeyL",t.M="KeyM",t.N="KeyN",t.O="KeyO",t.P="KeyP",t.Q="KeyQ",t.R="KeyR",t.S="KeyS",t.T="KeyT",t.U="KeyU",t.V="KeyV",t.W="KeyW",t.X="KeyX",t.Y="KeyY",t.Z="KeyZ"}(r||(r={}))},,function(t,e,n){"use strict";n.d(e,"j",(function(){return a})),n.d(e,"d",(function(){return r})),n.d(e,"i",(function(){return i})),n.d(e,"f",(function(){return o})),n.d(e,"b",(function(){return s})),n.d(e,"h",(function(){return l})),n.d(e,"a",(function(){return c})),n.d(e,"e",(function(){return f})),n.d(e,"k",(function(){return u})),n.d(e,"c",(function(){return m})),n.d(e,"g",(function(){return h}));const a=["Software Engineering Intern","Junior Software Engineer","Senior Software Engineer","Lead Software Developer","Head of Software","Head of Engineering","Vice President of Technology","Chief Technology Officer"],r=["IT Intern","IT Analyst","IT Manager","Systems Administrator"],i=["Security Engineer"],o=["Network Engineer","Network Administrator"],s=["Business Intern","Business Analyst","Business Manager","Operations Manager","Chief Financial Officer","Chief Executive Officer"],l=["Police Officer","Police Chief","Security Guard","Security Officer","Security Supervisor","Head of Security"],c=["Field Agent","Secret Agent","Special Operative"],f=["Waiter","Employee"],u=["Software Consultant","Senior Software Consultant"],m=["Business Consultant","Senior Business Consultant"],h=["Part-time Waiter","Part-time Employee"]},,function(t,e,n){"use strict";function a(t,e){const n=Math.min(t,e),a=Math.max(t,e);return Math.floor(Math.random()*(a-n+1))+n}n.d(e,"a",(function(){return a}))},function(t,e,n){"use strict";n.d(e,"a",(function(){return i}));var a=n(17);const r=["START","PURCHASE","PRODUCTION","SALE","EXPORT"],i={INITIALSHARES:1e9,SHARESPERPRICEUPDATE:1e6,IssueNewSharesCooldown:216e3,SellSharesCooldown:18e3,CyclesPerMarketCycle:50,CyclesPerIndustryStateCycle:50/r.length,SecsPerMarketCycle:10,Cities:[a.a.Aevum,a.a.Chongqing,a.a.Sector12,a.a.NewTokyo,a.a.Ishima,a.a.Volhaven],WarehouseInitialCost:5e9,WarehouseInitialSize:100,WarehouseUpgradeBaseCost:1e9,OfficeInitialCost:4e9,OfficeInitialSize:3,OfficeUpgradeBaseCost:1e9,BribeThreshold:1e14,BribeToRepRatio:1e9,ProductProductionCostRatio:5,DividendMaxRate:1,EmployeeSalaryMultiplier:3,CyclesPerEmployeeRaise:400,EmployeeRaiseAmount:50,BaseMaxProducts:3,AllCorporationStates:r,AllMaterials:["Water","Energy","Food","Plants","Metal","Hardware","Chemicals","Drugs","Robots","AI Cores","Real Estate"],AllIndustryTypes:["Energy","Utilities","Agriculture","Fishing","Mining","Food","Tobacco","Chemical","Pharmaceutical","Computers","Robotics","Software","Healthcare","RealEstate"],AllUnlocks:["Export","Smart Supply","Market Research - Demand","Market Data - Competition","VeChain","Shady Accounting","Government Partnership","Warehouse API","Office API"],AllUpgrades:["Smart Factories","Smart Storage","DreamSense","Wilson Analytics","Nuoptimal Nootropic Injector Implants","Speech Processor Implants","Neural Accelerators","FocusWires","ABC SalesBots","Project Insight"],AllResearch:["Hi-Tech R&D Laboratory","AutoBrew","AutoPartyManager","Automatic Drug Administration","Bulk Purchasing","CPH4 Injections","Drones","Drones - Assembly","Drones - Transport","Go-Juice","HRBuddy-Recruitment","HRBuddy-Training","JoyWire","Market-TA.I","Market-TA.II","Overclock","Self-Correcting Assemblers","Sti.mu","sudo.Assist","uPgrade: Capacity.I","uPgrade: Capacity.II","uPgrade: Dashboard","uPgrade: Fulcrum"],FundingRoundShares:[.1,.35,.25,.2],FundingRoundMultiplier:[4,3,3,2.5],ValuationLength:5}},function(t,e,n){"use strict";n.d(e,"a",(function(){return y}));var a=n(0),r=n(30),i=n(7),o=n(24),s=n(16),l=n(5),c=n(1),f=n(13),u=n(15),m=n(72),h=n(25),d=n(114),p=n(365),g=n(192);function b(t,e,n){return e in t?Object.defineProperty(t,e,{value:n,enumerable:!0,configurable:!0,writable:!0}):t[e]=n,t}class y{constructor(t={info:"",moneyCost:0,name:"",repCost:0,factions:[]}){b(this,"baseCost",0),b(this,"baseRepRequirement",0),b(this,"isSpecial",!1),b(this,"name",""),b(this,"prereqs",[]),b(this,"mults",Object(g.a)()),b(this,"factions",[]),this.name=t.name,this.info=t.info,this.prereqs=t.prereqs?t.prereqs:[],this.baseRepRequirement=t.repCost,Object.freeze(this.baseRepRequirement),this.baseCost=t.moneyCost,Object.freeze(this.baseCost),this.factions=t.factions,t.isSpecial&&(this.isSpecial=!0),t.hacking&&(this.mults.hacking=t.hacking),t.strength&&(this.mults.strength=t.strength),t.defense&&(this.mults.defense=t.defense),t.dexterity&&(this.mults.dexterity=t.dexterity),t.agility&&(this.mults.agility=t.agility),t.charisma&&(this.mults.charisma=t.charisma),t.hacking_exp&&(this.mults.hacking_exp=t.hacking_exp),t.strength_exp&&(this.mults.strength_exp=t.strength_exp),t.defense_exp&&(this.mults.defense_exp=t.defense_exp),t.dexterity_exp&&(this.mults.dexterity_exp=t.dexterity_exp),t.agility_exp&&(this.mults.agility_exp=t.agility_exp),t.charisma_exp&&(this.mults.charisma_exp=t.charisma_exp),t.hacking_chance&&(this.mults.hacking_chance=t.hacking_chance),t.hacking_speed&&(this.mults.hacking_speed=t.hacking_speed),t.hacking_money&&(this.mults.hacking_money=t.hacking_money),t.hacking_grow&&(this.mults.hacking_grow=t.hacking_grow),t.company_rep&&(this.mults.company_rep=t.company_rep),t.faction_rep&&(this.mults.faction_rep=t.faction_rep),t.crime_money&&(this.mults.crime_money=t.crime_money),t.crime_success&&(this.mults.crime_success=t.crime_success),t.work_money&&(this.mults.work_money=t.work_money),t.hacknet_node_money&&(this.mults.hacknet_node_money=t.hacknet_node_money),t.hacknet_node_purchase_cost&&(this.mults.hacknet_node_purchase_cost=t.hacknet_node_purchase_cost),t.hacknet_node_ram_cost&&(this.mults.hacknet_node_ram_cost=t.hacknet_node_ram_cost),t.hacknet_node_core_cost&&(this.mults.hacknet_node_core_cost=t.hacknet_node_core_cost),t.hacknet_node_level_cost&&(this.mults.hacknet_node_level_cost=t.hacknet_node_level_cost),t.bladeburner_max_stamina&&(this.mults.bladeburner_max_stamina=t.bladeburner_max_stamina),t.bladeburner_stamina_gain&&(this.mults.bladeburner_stamina_gain=t.bladeburner_stamina_gain),t.bladeburner_analysis&&(this.mults.bladeburner_analysis=t.bladeburner_analysis),t.bladeburner_success_chance&&(this.mults.bladeburner_success_chance=t.bladeburner_success_chance),void 0===t.stats?this.stats=function(t,e,n){const r=(t,e=0)=>t===1.0777-1?"7.77%":t===1.777-1?"77.7%":i.a.formatPercentage(t,e);let s=a.createElement(a.Fragment,null,"Effects:");return 1!==t.hacking&&t.hacking==t.strength&&t.hacking==t.defense&&t.hacking==t.dexterity&&t.hacking==t.agility&&t.hacking==t.charisma?s=a.createElement(a.Fragment,null,s,a.createElement("br",null),"+",r(t.hacking-1)," all skills"):(1!==t.hacking&&(s=a.createElement(a.Fragment,null,s,a.createElement("br",null),"+",r(t.hacking-1)," hacking skill")),1!==t.strength&&t.strength==t.defense&&t.strength==t.dexterity&&t.strength==t.agility?s=a.createElement(a.Fragment,null,s,a.createElement("br",null),"+",r(t.strength-1)," combat skills"):(1!==t.strength&&(s=a.createElement(a.Fragment,null,s,a.createElement("br",null),"+",r(t.strength-1)," strength skill")),1!==t.defense&&(s=a.createElement(a.Fragment,null,s,a.createElement("br",null),"+",r(t.defense-1)," defense skill")),1!==t.dexterity&&(s=a.createElement(a.Fragment,null,s,a.createElement("br",null),"+",r(t.dexterity-1)," dexterity skill")),1!==t.agility&&(s=a.createElement(a.Fragment,null,s,a.createElement("br",null),"+",r(t.agility-1)," agility skill"))),1!==t.charisma&&(s=a.createElement(a.Fragment,null,s,a.createElement("br",null),"+",r(t.charisma-1)," charisma skill"))),1!==t.hacking_exp&&t.hacking_exp===t.strength_exp&&t.hacking_exp===t.defense_exp&&t.hacking_exp===t.dexterity_exp&&t.hacking_exp===t.agility_exp&&t.hacking_exp===t.charisma_exp?s=a.createElement(a.Fragment,null,s,a.createElement("br",null),"+",r(t.hacking_exp-1)," exp for all skills"):(1!==t.hacking_exp&&(s=a.createElement(a.Fragment,null,s,a.createElement("br",null),"+",r(t.hacking_exp-1)," hacking exp")),1!==t.strength_exp&&t.strength_exp===t.defense_exp&&t.strength_exp===t.dexterity_exp&&t.strength_exp===t.agility_exp?s=a.createElement(a.Fragment,null,s,a.createElement("br",null),"+",r(t.strength_exp-1)," combat exp"):(1!==t.strength_exp&&(s=a.createElement(a.Fragment,null,s,a.createElement("br",null),"+",r(t.strength_exp-1)," strength exp")),1!==t.defense_exp&&(s=a.createElement(a.Fragment,null,s,a.createElement("br",null),"+",r(t.defense_exp-1)," defense exp")),1!==t.dexterity_exp&&(s=a.createElement(a.Fragment,null,s,a.createElement("br",null),"+",r(t.dexterity_exp-1)," dexterity exp")),1!==t.agility_exp&&(s=a.createElement(a.Fragment,null,s,a.createElement("br",null),"+",r(t.agility_exp-1)," agility exp"))),1!==t.charisma_exp&&(s=a.createElement(a.Fragment,null,s,a.createElement("br",null),"+",r(t.charisma_exp-1)," charisma exp"))),1!==t.hacking_speed&&(s=a.createElement(a.Fragment,null,s,a.createElement("br",null),"+",r(t.hacking_speed-1)," faster hack(), grow(), and weaken()")),1!==t.hacking_chance&&(s=a.createElement(a.Fragment,null,s,a.createElement("br",null),"+",r(t.hacking_chance-1)," hack() success chance")),1!==t.hacking_money&&(s=a.createElement(a.Fragment,null,s,a.createElement("br",null),"+",r(t.hacking_money-1)," hack() power")),1!==t.hacking_grow&&(s=a.createElement(a.Fragment,null,s,a.createElement("br",null),"+",r(t.hacking_grow-1)," grow() power")),1!==t.faction_rep&&t.faction_rep===t.company_rep?s=a.createElement(a.Fragment,null,s,a.createElement("br",null),"+",r(t.faction_rep-1)," reputation from factions and companies"):(1!==t.faction_rep&&(s=a.createElement(a.Fragment,null,s,a.createElement("br",null),"+",r(t.faction_rep-1)," reputation from factions")),1!==t.company_rep&&(s=a.createElement(a.Fragment,null,s,a.createElement("br",null),"+",r(t.company_rep-1)," reputation from companies"))),1!==t.crime_money&&(s=a.createElement(a.Fragment,null,s,a.createElement("br",null),"+",r(t.crime_money-1)," crime money")),1!==t.crime_success&&(s=a.createElement(a.Fragment,null,s,a.createElement("br",null),"+",r(t.crime_success-1)," crime success rate")),1!==t.work_money&&(s=a.createElement(a.Fragment,null,s,a.createElement("br",null),"+",r(t.work_money-1)," work money")),1!==t.hacknet_node_money&&(s=a.createElement(a.Fragment,null,s,a.createElement("br",null),"+",r(t.hacknet_node_money-1)," hacknet production")),1!==t.hacknet_node_purchase_cost&&(s=a.createElement(a.Fragment,null,s,a.createElement("br",null),"-",r(-(t.hacknet_node_purchase_cost-1))," hacknet nodes cost")),1!==t.hacknet_node_level_cost&&(s=a.createElement(a.Fragment,null,s,a.createElement("br",null),"-",r(-(t.hacknet_node_level_cost-1))," hacknet nodes upgrade cost")),1!==t.bladeburner_max_stamina&&(s=a.createElement(a.Fragment,null,s,a.createElement("br",null),"+",r(t.bladeburner_max_stamina-1)," Bladeburner Max Stamina")),1!==t.bladeburner_stamina_gain&&(s=a.createElement(a.Fragment,null,s,a.createElement("br",null),"+",r(t.bladeburner_stamina_gain-1)," Bladeburner Stamina gain")),1!==t.bladeburner_analysis&&(s=a.createElement(a.Fragment,null,s,a.createElement("br",null),"+",r(t.bladeburner_analysis-1)," Bladeburner Field Analysis effectiveness")),1!==t.bladeburner_success_chance&&(s=a.createElement(a.Fragment,null,s,a.createElement("br",null),"+",r(t.bladeburner_success_chance-1)," Bladeburner Contracts and Operations success chance")),n&&(s=a.createElement(a.Fragment,null,s,a.createElement("br",null),"Start with ",a.createElement(o.a,{money:n})," after installing Augmentations.")),e&&(s=a.createElement(a.Fragment,null,s,a.createElement("br",null),"Start with ",e.join(" and ")," after installing Augmentations.")),s}(this.mults,t.programs,t.startingMoney):this.stats=t.stats}addToFactions(t){for(let e=0;et.name),r=Math.pow(u.a.SoACostMult,a.filter(t=>c.a.hasAugmentation(t)).length);e=t.baseCost*r,a.find(e=>e===t.name)&&(n=t.baseRepRequirement*r)}else e=t.baseCost*Object(d.d)()*h.a.AugmentationMoneyCost,n=t.baseRepRequirement*h.a.AugmentationRepCost;return{moneyCost:e,repCost:n}}getLevel(){if(this.name===f.a.NeuroFluxGovernor){let t=0;for(let e=0;eObject(o.a)({modal:{display:"flex",alignItems:"center",justifyContent:"center"},paper:{backgroundColor:t.palette.background.default,border:"2px solid "+t.palette.primary.main,boxShadow:`0px 3px 5px -1px ${t.palette.primary.dark},0px 5px 8px 0px ${t.palette.primary.dark},0px 1px 14px 0px ${t.palette.primary.dark}`,padding:2,maxWidth:"80%",maxHeight:"80%",overflow:"auto","&::-webkit-scrollbar":{display:"none"},scrollbarWidth:"none"}})),u=t=>{const e=f();return c.a.createElement(i.a,{disableRestoreFocus:!0,disableScrollLock:!0,disableEnforceFocus:!0,disableAutoFocus:!0,open:t.open,onClose:t.onClose,closeAfterTransition:!0,className:e.modal,sx:t.sx},c.a.createElement(r.a,{in:t.open},c.a.createElement("div",{className:e.paper},c.a.createElement(a.a,{sx:{m:2}},t.children))))}},,function(t,e,n){"use strict";n.d(e,"a",(function(){return a})),n.d(e,"c",(function(){return r})),n.d(e,"b",(function(){return i}));const a={MoneyGainPerLevel:1.5,BaseCost:1e3,LevelBaseCost:1,RamBaseCost:3e4,CoreBaseCost:5e5,PurchaseNextMult:1.85,UpgradeLevelMult:1.04,UpgradeRamMult:1.28,UpgradeCoreMult:1.48,MaxLevel:200,MaxRam:64,MaxCores:16},r={x1:1,x5:5,x10:10,MAX:"MAX"},i={HashesPerLevel:.001,BaseCost:5e4,RamBaseCost:2e5,CoreBaseCost:1e6,CacheBaseCost:1e7,PurchaseMult:3.2,UpgradeLevelMult:1.1,UpgradeRamMult:1.4,UpgradeCoreMult:1.55,UpgradeCacheMult:1.85,MaxServers:20,MaxLevel:300,MaxRam:8192,MaxCores:128,MaxCache:15}},function(t,e,n){"use strict";let a;n.d(e,"a",(function(){return a})),function(t){t.Operations="Operations",t.Engineer="Engineer",t.Business="Business",t.Management="Management",t.RandD="Research & Development",t.Training="Training",t.Unassigned="Unassigned"}(a||(a={}))},function(t,e,n){"use strict";n.d(e,"a",(function(){return a}));const a={Idle:1,Contract:2,Operation:3,BlackOp:4,BlackOperation:4,Training:5,Recruitment:6,FieldAnalysis:7,"Field Analysis":7,Diplomacy:8,"Hyperbolic Regeneration Chamber":9,"Incite Violence":10}},function(t,e,n){"use strict";n.d(e,"f",(function(){return a})),n.d(e,"b",(function(){return u})),n.d(e,"e",(function(){return l})),n.d(e,"c",(function(){return c})),n.d(e,"a",(function(){return s})),n.d(e,"d",(function(){return f}));var a,r=n(1),i=n(66),o=n(392);!function(t){t[t.Start=0]="Start",t[t.NSSelection=1]="NSSelection",t[t.GoToCharacterPage=2]="GoToCharacterPage",t[t.CharacterPage=3]="CharacterPage",t[t.CharacterGoToTerminalPage=4]="CharacterGoToTerminalPage",t[t.TerminalIntro=5]="TerminalIntro",t[t.TerminalHelp=6]="TerminalHelp",t[t.TerminalLs=7]="TerminalLs",t[t.TerminalScan=8]="TerminalScan",t[t.TerminalScanAnalyze1=9]="TerminalScanAnalyze1",t[t.TerminalScanAnalyze2=10]="TerminalScanAnalyze2",t[t.TerminalConnect=11]="TerminalConnect",t[t.TerminalAnalyze=12]="TerminalAnalyze",t[t.TerminalNuke=13]="TerminalNuke",t[t.TerminalManualHack=14]="TerminalManualHack",t[t.TerminalHackingMechanics=15]="TerminalHackingMechanics",t[t.TerminalGoHome=16]="TerminalGoHome",t[t.TerminalCreateScript=17]="TerminalCreateScript",t[t.TerminalTypeScript=18]="TerminalTypeScript",t[t.TerminalFree=19]="TerminalFree",t[t.TerminalRunScript=20]="TerminalRunScript",t[t.TerminalGoToActiveScriptsPage=21]="TerminalGoToActiveScriptsPage",t[t.ActiveScriptsPage=22]="ActiveScriptsPage",t[t.ActiveScriptsToTerminal=23]="ActiveScriptsToTerminal",t[t.TerminalTailScript=24]="TerminalTailScript",t[t.GoToHacknetNodesPage=25]="GoToHacknetNodesPage",t[t.HacknetNodesIntroduction=26]="HacknetNodesIntroduction",t[t.HacknetNodesGoToWorldPage=27]="HacknetNodesGoToWorldPage",t[t.WorldDescription=28]="WorldDescription",t[t.TutorialPageInfo=29]="TutorialPageInfo",t[t.End=30]="End"}(a||(a={}));const s={currStep:a.Start,isRunning:!1,stepIsDone:{[a.Start]:!1,[a.NSSelection]:!1,[a.GoToCharacterPage]:!1,[a.CharacterPage]:!1,[a.CharacterGoToTerminalPage]:!1,[a.TerminalIntro]:!1,[a.TerminalHelp]:!1,[a.TerminalLs]:!1,[a.TerminalScan]:!1,[a.TerminalScanAnalyze1]:!1,[a.TerminalScanAnalyze2]:!1,[a.TerminalConnect]:!1,[a.TerminalAnalyze]:!1,[a.TerminalNuke]:!1,[a.TerminalManualHack]:!1,[a.TerminalHackingMechanics]:!1,[a.TerminalGoHome]:!1,[a.TerminalCreateScript]:!1,[a.TerminalTypeScript]:!1,[a.TerminalFree]:!1,[a.TerminalRunScript]:!1,[a.TerminalGoToActiveScriptsPage]:!1,[a.ActiveScriptsPage]:!1,[a.ActiveScriptsToTerminal]:!1,[a.TerminalTailScript]:!1,[a.GoToHacknetNodesPage]:!1,[a.HacknetNodesIntroduction]:!1,[a.HacknetNodesGoToWorldPage]:!1,[a.WorldDescription]:!1,[a.TutorialPageInfo]:!1,[a.End]:!1}};function l(){s.isRunning=!0,s.currStep=a.Start}function c(){s.stepIsDone[s.currStep]=!0,s.currStepa.Start&&(s.currStep-=1),o.a.emit()}function u(){s.isRunning=!1,s.currStep=a.Start;const t=r.a.getHomeComputer().messages,e=i.a.HackersStartingHandbook;t.includes(e)||t.push(e),o.a.emit()}},function(t,e,n){"use strict";n.d(e,"a",(function(){return c}));var a=n(607),r=n(25),i=n(1043),o=n(352),s=n(16);function l(t,e,n){return e in t?Object.defineProperty(t,e,{value:n,enumerable:!0,configurable:!0,writable:!0}):t[e]=n,t}class c extends a.a{constructor(t={hostname:"",ip:Object(o.a)()}){super(t),l(this,"backdoorInstalled",!1),l(this,"baseDifficulty",1),l(this,"hackDifficulty",1),l(this,"minDifficulty",1),l(this,"moneyAvailable",0),l(this,"moneyMax",0),l(this,"numOpenPortsRequired",5),l(this,"openPortCount",0),l(this,"requiredHackingSkill",1),l(this,"serverGrowth",1),this.hostname.startsWith("hacknet-node-")&&(this.hostname=Object(i.a)(10)),this.purchasedByPlayer=null!=t.purchasedByPlayer&&t.purchasedByPlayer,this.maxRam=null!=t.maxRam?t.maxRam:0,this.requiredHackingSkill=null!=t.requiredHackingSkill?t.requiredHackingSkill:1,this.moneyAvailable=null!=t.moneyAvailable?t.moneyAvailable*r.a.ServerStartingMoney:0,this.moneyMax=25*this.moneyAvailable*r.a.ServerMaxMoney;const e=null!=t.hackDifficulty?t.hackDifficulty*r.a.ServerStartingSecurity:1;this.hackDifficulty=Math.min(e,100),this.baseDifficulty=this.hackDifficulty,this.minDifficulty=Math.min(Math.max(1,Math.round(e/3)),100),this.serverGrowth=null!=t.serverGrowth?t.serverGrowth:1,this.numOpenPortsRequired=null!=t.numOpenPortsRequired?t.numOpenPortsRequired:5}capDifficulty(){this.hackDifficulty100&&(this.hackDifficulty=100)}changeMinimumSecurity(t,e=!1){e?this.minDifficulty*=t:this.minDifficulty+=t,this.minDifficulty=Math.max(1,this.minDifficulty)}changeMaximumMoney(t){if(this.moneyMax>1e13){const e=this.moneyMax-1e13;t=1+(t-1)/Math.log(e)/Math.log(8)}this.moneyMax*=t}fortify(t){this.hackDifficulty+=t,this.capDifficulty()}weaken(t){this.hackDifficulty-=t*r.a.ServerWeakenRate,this.capDifficulty()}toJSON(){return Object(s.b)("Server",this)}static fromJSON(t){return Object(s.a)(c,t.data)}}s.c.constructors.Server=c},,,,,function(t,e,n){"use strict";n.d(e,"a",(function(){return i})),n.d(e,"b",(function(){return o})),n.d(e,"c",(function(){return s}));var a=n(0),r=n.n(a);const i={Corporation:r.a.createContext({}),Division:r.a.createContext({})},o=()=>Object(a.useContext)(i.Corporation),s=()=>Object(a.useContext)(i.Division)},function(t,e,n){"use strict";n.d(e,"a",(function(){return s})),n.d(e,"d",(function(){return l})),n.d(e,"b",(function(){return c})),n.d(e,"c",(function(){return f})),n.d(e,"e",(function(){return u}));var a=n(0),r=n.n(a),i=n(139),o=n(142);const s={Energy:"Energy",Utilities:"Water Utilities",Agriculture:"Agriculture",Fishing:"Fishing",Mining:"Mining",Food:"Food",Tobacco:"Tobacco",Chemical:"Chemical",Pharmaceutical:"Pharmaceutical",Computer:"Computer Hardware",Robotics:"Robotics",Software:"Software",Healthcare:"Healthcare",RealEstate:"RealEstate"},l={Energy:225e9,Utilities:15e10,Agriculture:4e10,Fishing:8e10,Mining:3e11,Food:1e10,Tobacco:2e10,Chemical:7e10,Pharmaceutical:2e11,Computer:5e11,Robotics:1e12,Software:25e9,Healthcare:75e10,RealEstate:6e11},c={Energy:t=>r.a.createElement(r.a.Fragment,null,"Engage in the production and distribution of energy.",r.a.createElement("br",null),r.a.createElement("br",null),"Starting cost: ",r.a.createElement(o.a,{money:l.Energy,corp:t}),r.a.createElement("br",null),"Recommended starting Industry: NO"),Utilities:t=>r.a.createElement(r.a.Fragment,null,"Distribute water and provide wastewater services.",r.a.createElement("br",null),r.a.createElement("br",null),"Starting cost: ",r.a.createElement(o.a,{money:l.Utilities,corp:t}),r.a.createElement("br",null),"Recommended starting Industry: NO"),Agriculture:t=>r.a.createElement(r.a.Fragment,null,"Cultivate crops and breed livestock to produce food.",r.a.createElement("br",null),r.a.createElement("br",null),"Starting cost: ",r.a.createElement(o.a,{money:l.Agriculture,corp:t}),r.a.createElement("br",null),"Recommended starting Industry: YES"),Fishing:t=>r.a.createElement(r.a.Fragment,null,"Produce food through the breeding and processing of fish and fish products.",r.a.createElement("br",null),r.a.createElement("br",null),"Starting cost: ",r.a.createElement(o.a,{money:l.Fishing,corp:t}),r.a.createElement("br",null),"Recommended starting Industry: NO"),Mining:t=>r.a.createElement(r.a.Fragment,null,"Extract and process metals from the earth.",r.a.createElement("br",null),r.a.createElement("br",null),"Starting cost: ",r.a.createElement(o.a,{money:l.Mining,corp:t}),r.a.createElement("br",null),"Recommended starting Industry: NO"),Food:t=>r.a.createElement(r.a.Fragment,null,"Create your own restaurants all around the world.",r.a.createElement("br",null),r.a.createElement("br",null),"Starting cost: ",r.a.createElement(o.a,{money:l.Food,corp:t}),r.a.createElement("br",null),"Recommended starting Industry: YES"),Tobacco:t=>r.a.createElement(r.a.Fragment,null,"Create and distribute tobacco and tobacco-related products.",r.a.createElement("br",null),r.a.createElement("br",null),"Starting cost: ",r.a.createElement(o.a,{money:l.Tobacco,corp:t}),r.a.createElement("br",null),"Recommended starting Industry: YES"),Chemical:t=>r.a.createElement(r.a.Fragment,null,"Produce industrial chemicals.",r.a.createElement("br",null),r.a.createElement("br",null),"Starting cost: ",r.a.createElement(o.a,{money:l.Chemical,corp:t}),r.a.createElement("br",null),"Recommended starting Industry: NO"),Pharmaceutical:t=>r.a.createElement(r.a.Fragment,null,"Discover, develop, and create new pharmaceutical drugs.",r.a.createElement("br",null),r.a.createElement("br",null),"Starting cost: ",r.a.createElement(o.a,{money:l.Pharmaceutical,corp:t}),r.a.createElement("br",null),"Recommended starting Industry: NO"),Computer:t=>r.a.createElement(r.a.Fragment,null,"Develop and manufacture new computer hardware and networking infrastructures.",r.a.createElement("br",null),r.a.createElement("br",null),"Starting cost: ",r.a.createElement(o.a,{money:l.Computer,corp:t}),r.a.createElement("br",null),"Recommended starting Industry: NO"),Robotics:t=>r.a.createElement(r.a.Fragment,null,"Develop and create robots.",r.a.createElement("br",null),r.a.createElement("br",null),"Starting cost: ",r.a.createElement(o.a,{money:l.Robotics,corp:t}),r.a.createElement("br",null),"Recommended starting Industry: NO"),Software:t=>r.a.createElement(r.a.Fragment,null,"Develop computer software and create AI Cores.",r.a.createElement("br",null),r.a.createElement("br",null),"Starting cost: ",r.a.createElement(o.a,{money:l.Software,corp:t}),r.a.createElement("br",null),"Recommended starting Industry: YES"),Healthcare:t=>r.a.createElement(r.a.Fragment,null,"Create and manage hospitals.",r.a.createElement("br",null),r.a.createElement("br",null),"Starting cost: ",r.a.createElement(o.a,{money:l.Healthcare,corp:t}),r.a.createElement("br",null),"Recommended starting Industry: NO"),RealEstate:t=>r.a.createElement(r.a.Fragment,null,"Develop and manage real estate properties.",r.a.createElement("br",null),r.a.createElement("br",null),"Starting cost: ",r.a.createElement(o.a,{money:l.RealEstate,corp:t}),r.a.createElement("br",null),"Recommended starting Industry: NO")},f={Energy:Object(i.a)(),Utilities:Object(i.a)(),Agriculture:Object(i.a)(),Fishing:Object(i.a)(),Mining:Object(i.a)(),Food:Object(i.b)(),Tobacco:Object(i.b)(),Chemical:Object(i.a)(),Pharmaceutical:Object(i.b)(),Computer:Object(i.b)(),Robotics:Object(i.b)(),Software:Object(i.b)(),Healthcare:Object(i.b)(),RealEstate:Object(i.b)()};function u(){f.Energy=Object(i.a)(),f.Utilities=Object(i.a)(),f.Agriculture=Object(i.a)(),f.Fishing=Object(i.a)(),f.Mining=Object(i.a)(),f.Food=Object(i.b)(),f.Tobacco=Object(i.b)(),f.Chemical=Object(i.a)(),f.Pharmaceutical=Object(i.b)(),f.Computer=Object(i.b)(),f.Robotics=Object(i.b)(),f.Software=Object(i.b)(),f.Healthcare=Object(i.b)(),f.RealEstate=Object(i.b)()}},function(t,e,n){"use strict";let a;n.d(e,"a",(function(){return a})),function(t){t[t.Company=0]="Company",t[t.Gym=1]="Gym",t[t.Hospital=2]="Hospital",t[t.Slums=3]="Slums",t[t.Special=4]="Special",t[t.StockMarket=5]="StockMarket",t[t.TechVendor=6]="TechVendor",t[t.TravelAgency=7]="TravelAgency",t[t.University=8]="University",t[t.Casino=9]="Casino"}(a||(a={}))},,,function(t,e,n){"use strict";n.d(e,"a",(function(){return i})),n.d(e,"b",(function(){return o}));var a=n(1041),r=n(1042);const i={};function o(){for(const t of r.a)i[t.key]=new a.a(t.name,t.create,t.run)}},function(t,e,n){"use strict";n.d(e,"a",(function(){return g})),n.d(e,"c",(function(){return b})),n.d(e,"d",(function(){return y})),n.d(e,"b",(function(){return E}));var a=n(0),r=n.n(a),i=n(16),o=n(15),s=n(11),l=n(7),c=n(19),f=n(24),u=n(29),m=n(1),h=n(253),d=n(152),p=n(89);let g;!function(t){t.StudyComputerScience="STUDYCOMPUTERSCIENCE",t.DataStructures="DATASTRUCTURES",t.Networks="NETWORKS",t.Algorithms="ALGORITHMS",t.Management="MANAGEMENT",t.Leadership="LEADERSHIP",t.GymStrength="GYMSTRENGTH",t.GymDefense="GYMDEFENSE",t.GymDexterity="GYMDEXTERITY",t.GymAgility="GYMAGILITY"}(g||(g={}));const b={[g.StudyComputerScience]:{youAreCurrently:"studying Computer Science",type:g.StudyComputerScience,earnings:Object(p.c)({hackExp:.5,intExp:.01})},[g.DataStructures]:{youAreCurrently:"taking a Data Structures course",type:g.DataStructures,earnings:Object(p.c)({money:-40,hackExp:1,intExp:.01})},[g.Networks]:{youAreCurrently:"taking a Networks course",type:g.Networks,earnings:Object(p.c)({money:-80,hackExp:2,intExp:.01})},[g.Algorithms]:{youAreCurrently:"taking an Algorithms course",type:g.Algorithms,earnings:Object(p.c)({money:-320,hackExp:4,intExp:.01})},[g.Management]:{youAreCurrently:"taking a Management course",type:g.Management,earnings:Object(p.c)({money:-160,chaExp:2,intExp:.01})},[g.Leadership]:{youAreCurrently:"taking a Leadership course",type:g.Leadership,earnings:Object(p.c)({money:-320,chaExp:4,intExp:.01})},[g.GymStrength]:{youAreCurrently:"training your strength at a gym",type:g.GymStrength,earnings:Object(p.c)({money:-120,strExp:1})},[g.GymDefense]:{youAreCurrently:"training your defense at a gym",type:g.GymDefense,earnings:Object(p.c)({money:-120,defExp:1})},[g.GymDexterity]:{youAreCurrently:"training your dexterity at a gym",type:g.GymDexterity,earnings:Object(p.c)({money:-120,dexExp:1})},[g.GymAgility]:{youAreCurrently:"training your agility at a gym",type:g.GymAgility,earnings:Object(p.c)({money:-120,agiExp:1})}},y=t=>null!==t&&t.type===d.b.CLASS;class E extends d.a{constructor(t){var e,n,a,r,i,o;super(d.b.CLASS,null===(e=null==t?void 0:t.singularity)||void 0===e||e),r=this,i="earnings",o=Object(p.c)(),i in r?Object.defineProperty(r,i,{value:o,enumerable:!0,configurable:!0,writable:!0}):r[i]=o,this.classType=null!==(n=null==t?void 0:t.classType)&&void 0!==n?n:g.StudyComputerScience,this.location=null!==(a=null==t?void 0:t.location)&&void 0!==a?a:s.a.Sector12RothmanUniversity}isGym(){return[g.GymAgility,g.GymDefense,g.GymDexterity,g.GymStrength].includes(this.classType)}getClass(){return b[this.classType]}calculateRates(){return Object(h.a)(m.a,this.classType,this.location)}process(t){this.cyclesWorked+=t;const e=this.calculateRates(),n=Object(p.a)(m.a,e,t,"class");return this.earnings=Object(p.e)(this.earnings,n),!1}finish(){this.singularity||Object(c.a)(r.a.createElement(r.a.Fragment,null,"After ",this.getClass().youAreCurrently," for"," ",Object(u.b)(this.cyclesWorked*o.a._idleSpeed),", ",r.a.createElement("br",null),"you spent a total of ",r.a.createElement(f.a,{money:-this.earnings.money}),". ",r.a.createElement("br",null),r.a.createElement("br",null),"You earned a total of: ",r.a.createElement("br",null),l.a.formatExp(this.earnings.hackExp)," hacking exp ",r.a.createElement("br",null),l.a.formatExp(this.earnings.strExp)," strength exp ",r.a.createElement("br",null),l.a.formatExp(this.earnings.defExp)," defense exp ",r.a.createElement("br",null),l.a.formatExp(this.earnings.dexExp)," dexterity exp ",r.a.createElement("br",null),l.a.formatExp(this.earnings.agiExp)," agility exp ",r.a.createElement("br",null),l.a.formatExp(this.earnings.chaExp)," charisma exp",r.a.createElement("br",null)))}APICopy(){return{type:this.type,cyclesWorked:this.cyclesWorked,classType:this.classType,location:this.location}}toJSON(){return Object(i.b)("ClassWork",this)}static fromJSON(t){return Object(i.a)(E,t.data)}}i.c.constructors.ClassWork=E},function(t,e,n){"use strict";n.d(e,"g",(function(){return p})),n.d(e,"l",(function(){return g})),n.d(e,"h",(function(){return b})),n.d(e,"a",(function(){return y})),n.d(e,"b",(function(){return E})),n.d(e,"e",(function(){return v})),n.d(e,"f",(function(){return k})),n.d(e,"d",(function(){return w})),n.d(e,"c",(function(){return S})),n.d(e,"n",(function(){return _})),n.d(e,"o",(function(){return C})),n.d(e,"k",(function(){return x})),n.d(e,"j",(function(){return L})),n.d(e,"i",(function(){return O})),n.d(e,"p",(function(){return A})),n.d(e,"m",(function(){return T}));var a=n(227),r=n(215),i=n(156),o=n(42),s=n(93),l=n(498),c=n(244),f=n(315),u=n(45),m=n(1),h=n(26),d=n(46);function p(){return 9===m.a.bitNodeN||m.a.sourceFileLvl(9)>0}function g(){if(u.a.isRunning){if(u.a.currStep!==u.f.HacknetNodesIntroduction)return-1;Object(u.c)()}const t=m.a.hacknetNodes.length;if(p()){const e=E();if(isNaN(e))throw new Error("Calculated cost of purchasing HacknetServer is NaN");return!m.a.canAfford(e)||t>=o.b.MaxServers?-1:(m.a.loseMoney(e,"hacknet_expenses"),m.a.createHacknetServer(),A(),t)}{const e=y();if(isNaN(e))throw new Error("Calculated cost of purchasing HacknetNode is NaN");if(!m.a.canAfford(e))return-1;const n="hacknet-node-"+t,r=new a.a(n,m.a.mults.hacknet_node_money);return m.a.loseMoney(e,"hacknet_expenses"),m.a.hacknetNodes.push(r),t}}function b(){return p()&&m.a.hacknetNodes.length>=o.b.MaxServers}function y(){return Object(r.d)(m.a.hacknetNodes.length+1,m.a.mults.hacknet_node_purchase_cost)}function E(){return Object(i.f)(m.a.hacknetNodes.length+1,m.a.mults.hacknet_node_purchase_cost)}function v(t,e){if(null==e)throw new Error("getMaxNumberLevelUpgrades() called without maxLevel arg");if(m.a.moneyt.calculateLevelUpgradeCost(r,m.a.mults.hacknet_node_level_cost))return r;for(;n<=a;){const i=(n+a)/2|0;if(i!==e&&m.a.money>t.calculateLevelUpgradeCost(i,m.a.mults.hacknet_node_level_cost)&&m.a.moneyt.calculateLevelUpgradeCost(i,m.a.mults.hacknet_node_level_cost)))return Math.min(r,i);n=i+1}}return 0}function k(t,e){if(null==e)throw new Error("getMaxNumberRamUpgrades() called without maxLevel arg");if(m.a.moneyt.calculateRamUpgradeCost(n,m.a.mults.hacknet_node_ram_cost))return n;for(let e=n-1;e>=0;--e)if(m.a.money>t.calculateRamUpgradeCost(e,m.a.mults.hacknet_node_ram_cost))return e;return 0}function w(t,e){if(null==e)throw new Error("getMaxNumberCoreUpgrades() called without maxLevel arg");if(m.a.moneyt.calculateCoreUpgradeCost(r,m.a.mults.hacknet_node_core_cost))return r;for(;n<=a;){const i=(n+a)/2|0;if(i!=e&&m.a.money>t.calculateCoreUpgradeCost(i,m.a.mults.hacknet_node_core_cost)&&m.a.moneyt.calculateCoreUpgradeCost(i,m.a.mults.hacknet_node_core_cost)))return Math.min(r,i);n=i+1}}return 0}function S(t,e){if(null==e)throw new Error("getMaxNumberCacheUpgrades() called without maxLevel arg");if(!m.a.canAfford(t.calculateCacheUpgradeCost(1)))return 0;let n=1,a=e-1;const r=e-t.cache;if(m.a.canAfford(t.calculateCacheUpgradeCost(r)))return r;for(;n<=a;){const i=(n+a)/2|0;if(i!=e&&m.a.canAfford(t.calculateCacheUpgradeCost(i))&&!m.a.canAfford(t.calculateCacheUpgradeCost(i+1)))return Math.min(r,i);if(m.a.canAfford(t.calculateCacheUpgradeCost(i))){if(!m.a.canAfford(t.calculateCacheUpgradeCost(i)))return Math.min(r,i);n=i+1}else a=i-1}return 0}function _(t,e=1){const n=Math.round(e),a=t.calculateLevelUpgradeCost(n,m.a.mults.hacknet_node_level_cost);if(isNaN(a)||a<=0||n<0)return!1;const r=t instanceof s.a;if(t.level>=(r?o.b.MaxLevel:o.a.MaxLevel))return!1;if(t.level+n>(r?o.b.MaxLevel:o.a.MaxLevel)){return _(t,Math.max(0,(r?o.b.MaxLevel:o.a.MaxLevel)-t.level))}return!!m.a.canAfford(a)&&(m.a.loseMoney(a,"hacknet_expenses"),t.upgradeLevel(n,m.a.mults.hacknet_node_money),!0)}function C(t,e=1){const n=Math.round(e),r=t.calculateRamUpgradeCost(n,m.a.mults.hacknet_node_ram_cost);if(isNaN(r)||r<=0||n<0)return!1;if(t instanceof s.a&&t.maxRam>=o.b.MaxRam)return!1;if(t instanceof a.a&&t.ram>=o.a.MaxRam)return!1;if(t instanceof s.a){if(t.maxRam*Math.pow(2,n)>o.b.MaxRam){return C(t,Math.max(0,Math.log2(Math.round(o.b.MaxRam/t.maxRam))))}}else if(t instanceof a.a&&t.ram*Math.pow(2,n)>o.a.MaxRam){return C(t,Math.max(0,Math.log2(Math.round(o.a.MaxRam/t.ram))))}return!!m.a.canAfford(r)&&(m.a.loseMoney(r,"hacknet_expenses"),t.upgradeRam(n,m.a.mults.hacknet_node_money),!0)}function x(t,e=1){const n=Math.round(e),a=t.calculateCoreUpgradeCost(n,m.a.mults.hacknet_node_core_cost);if(isNaN(a)||a<=0||n<0)return!1;const r=t instanceof s.a;if(t.cores>=(r?o.b.MaxCores:o.a.MaxCores))return!1;if(t.cores+n>(r?o.b.MaxCores:o.a.MaxCores)){return x(t,Math.max(0,(r?o.b.MaxCores:o.a.MaxCores)-t.cores))}return!!m.a.canAfford(a)&&(m.a.loseMoney(a,"hacknet_expenses"),t.upgradeCore(n,m.a.mults.hacknet_node_money),!0)}function L(t,e=1){const n=Math.round(e),a=t.calculateCacheUpgradeCost(n);if(isNaN(a)||a<=0||n<0)return!1;if(!(t instanceof s.a))return console.warn("purchaseCacheUpgrade() called for a non-HacknetNode"),!1;if(t.cache+n>o.b.MaxCache){return L(t,Math.max(0,o.b.MaxCache-t.cache))}return!!m.a.canAfford(a)&&(m.a.loseMoney(a,"hacknet_expenses"),t.upgradeCache(n),!0)}function O(t){return 0===m.a.hacknetNodes.length?0:p()?function(t){if(!(m.a.hashManager instanceof l.a))throw new Error("Player does not have a HashManager (should be in 'hashManager' prop)");let e=0;for(let n=0;n0){const t=c.a["Sell for Money"];if(null===t)throw new Error("Could not get the hash upgrade");if(!t.cost)throw new Error("Upgrade is not properly configured");const e=n/t.cost;e>0&&m.a.gainMoney(t.value*e,"hacknet")}return e}(t):m.a.hacknetNodes[0]instanceof a.a?function(t){let e=0;for(let n=0;ne==t))throw new Error(`You have already expanded into the ${e} industry!`);for(let e=0;e_data_Constants__WEBPACK_IMPORTED_MODULE_4__.a.DividendMaxRate)throw new Error("Invalid value. Must be an number between 0 and "+_data_Constants__WEBPACK_IMPORTED_MODULE_4__.a.DividendMaxRate);t.dividendRate=e}function SellMaterial(mat,amt,price){""===price&&(price="0"),""===amt&&(amt="0");let cost=price.replace(/\s+/g,"");cost=cost.replace(/[^-()\d/*+.MPe]/g,"");let temp=cost.replace(/MP/g,mat.bCost+"");try{temp=eval(temp)}catch(t){throw new Error("Invalid value or expression for sell price field: "+t)}if(null==temp||isNaN(parseFloat(temp))||parseFloat(temp)<0)throw new Error("Invalid value or expression for sell price field");if(cost.includes("MP")?mat.sCost=cost:mat.sCost=temp,amt=amt.toUpperCase(),amt.includes("MAX")||amt.includes("PROD")){let q=amt.replace(/\s+/g,"");q=q.replace(/[^-()\d/*+.MAXPROD]/g,"");let tempQty=q.replace(/MAX/g,mat.maxsll.toString());tempQty=tempQty.replace(/PROD/g,mat.prd.toString());try{tempQty=eval(tempQty)}catch(t){throw new Error("Invalid value or expression for sell quantity field: "+t)}if(null==tempQty||isNaN(parseFloat(tempQty))||parseFloat(tempQty)<0)throw new Error("Invalid value or expression for sell quantity field");mat.sllman[0]=!0,mat.sllman[1]=q}else{if(isNaN(parseFloat(amt))||parseFloat(amt)<0)throw new Error("Invalid value for sell quantity field! Must be numeric or 'PROD' or 'MAX'");{let t=parseFloat(amt);isNaN(t)&&(t=0),0===t?(mat.sllman[0]=!1,mat.sllman[1]=0):(mat.sllman[0]=!0,mat.sllman[1]=t)}}}function SellProduct(product,city,amt,price,all){if(price.includes("MP")){price=price.replace(/\s+/g,""),price=price.replace(/[^-()\d/*+.MP]/g,"");let temp=price.replace(/MP/g,"1");try{temp=eval(temp)}catch(t){throw new Error("Invalid value or expression for sell price field: "+t)}if(null==temp||isNaN(parseFloat(temp))||parseFloat(temp)<0)throw new Error("Invalid value or expression for sell price field.");product.sCost=price}else{const t=parseFloat(price);if(isNaN(t))throw new Error("Invalid value for sell price field");product.sCost=t}const cities=Object.keys(_Locations_Cities__WEBPACK_IMPORTED_MODULE_8__.a);if(amt=amt.toUpperCase(),amt.includes("MAX")||amt.includes("PROD")){let qty=amt.replace(/\s+/g,"");qty=qty.replace(/[^-()\d/*+.MAXPROD]/g,"");let temp=qty.replace(/MAX/g,product.maxsll.toString());temp=temp.replace(/PROD/g,product.data[city][1].toString());try{temp=eval(temp)}catch(t){throw new Error("Invalid value or expression for sell quantity field: "+t)}if(null==temp||isNaN(parseFloat(temp))||parseFloat(temp)<0)throw new Error("Invalid value or expression for sell quantity field");if(all)for(let t=0;ti)throw new Error("You do not have enough warehouse size to fit this purchase");const o=a*n.bCost;if(!(t.funds>=o))throw new Error("You cannot afford this purchase.");t.funds=t.funds-o,n.qty+=a}function SellShares(t,e){if(isNaN(e))throw new Error("Invalid value for number of shares");if(e<0)throw new Error("Invalid value for number of shares");if(e>t.numShares)throw new Error("You don't have that many shares to sell!");if(!t.public)throw new Error("You haven't gone public!");if(t.shareSaleCooldown)throw new Error("Share sale on cooldown!");const n=t.calculateShareSale(e),a=n[0],r=n[1],i=n[2];return t.numShares-=e,t.issuedShares+=e,t.sharePrice=r,t.shareSalesUntilPriceUpdate=i,t.shareSaleCooldown=_data_Constants__WEBPACK_IMPORTED_MODULE_4__.a.SellSharesCooldown,_Player__WEBPACK_IMPORTED_MODULE_0__.a.gainMoney(a,"corporation"),a}function BuyBackShares(t,e){if(isNaN(e))throw new Error("Invalid value for number of shares");if(e<0)throw new Error("Invalid value for number of shares");if(e>t.issuedShares)throw new Error("You don't have that many shares to buy!");if(!t.public)throw new Error("You haven't gone public!");const n=1.1*t.sharePrice;if(_Player__WEBPACK_IMPORTED_MODULE_0__.a.moneyt.name===e);if(!a)throw new Error(`Could not find employee '${name}'.`);if(!Object(_utils_helpers_checkEnum__WEBPACK_IMPORTED_MODULE_12__.a)(_EmployeePositions__WEBPACK_IMPORTED_MODULE_9__.a,n))throw new Error(`'${n}' is not a valid job.`);t.assignSingleJob(a,n)}function AutoAssignJob(t,e,n){if(!Object(_utils_helpers_checkEnum__WEBPACK_IMPORTED_MODULE_12__.a)(_EmployeePositions__WEBPACK_IMPORTED_MODULE_9__.a,e))throw new Error(`'${e}' is not a valid job.`);return t.autoAssignJob(e,n)}function UpgradeOfficeSize(t,e,n){const a=Math.round(e.size/_data_Constants__WEBPACK_IMPORTED_MODULE_4__.a.OfficeInitialSize);let r=0;for(let t=0;te+_data_Constants__WEBPACK_IMPORTED_MODULE_4__.a.WarehouseUpgradeBaseCost*Math.pow(1.07,t.level+1+n),0)}function UpgradeWarehouse(t,e,n,a=1){const r=UpgradeWarehouseCost(n,a);t.funds=o)throw new Error(`You are already at the max products (${o}) for division: ${e.name}!`);const l=new _Product__WEBPACK_IMPORTED_MODULE_6__.a({name:a.replace(/[<>]/g,"").trim(),createCity:n,designCost:r,advCost:i});if(s[l.name])throw new Error("You already have a product with this name!");t.funds=t.funds-(r+i),s[l.name]=l}function Research(t,e){const n=_IndustryData__WEBPACK_IMPORTED_MODULE_2__.c[t.type];if(void 0===n)throw new Error(`No research tree for industry '${t.type}'`);if(!n.getAllNodes().includes(e))throw new Error(`No research named '${e}'`);const a=_ResearchMap__WEBPACK_IMPORTED_MODULE_10__.a[e];if(!t.researched[e]){if(t.sciResearch.qty{let m="";return u&&(void 0!==u.content?m=u.content:void 0!==u.level&&void 0!==u.exp?m=`${Object(c.d)(u.level,0)} (${l.a.formatExp(u.exp)} exp)`:void 0!==u.level&&void 0===u.exp&&(m=""+Object(c.d)(u.level,0))),r.a.createElement(i.a,null,r.a.createElement(o.a,{classes:{root:n.cellNone}},r.a.createElement(s.a,{style:{color:e}},t)),r.a.createElement(o.a,{align:"right",classes:{root:n.cellNone}},m?r.a.createElement(s.a,{style:{color:e}},m):r.a.createElement(r.a.Fragment,null),a))}},,function(t,e,n){"use strict";let a;n.d(e,"a",(function(){return a})),function(t){t.Long="L",t.Short="S"}(a||(a={}))},function(t,e,n){"use strict";n.d(e,"b",(function(){return f})),n.d(e,"a",(function(){return u}));var a=n(0),r=n.n(a),i=n(32),o=n(160),s=n(122);function l(){return(l=Object.assign||function(t){for(var e=1;er.a.createElement(i.a,l({},t,{classes:{root:c().root,...t.classes}})),u=t=>r.a.createElement(o.a,l({},t,{classes:{root:c().small,...t.classes}}))},function(t,e,n){"use strict";function a(t){return t.startsWith("/")?t.slice(1):t}function r(t){return t.endsWith("/")?t.slice(0,-1):t}function i(t){return null!=t.match(/^[.&'a-zA-Z0-9_-]+\.[a-zA-Z0-9]+(?:-\d+(?:\.\d*)?%-INC)?$/)}function o(t){return null!=t.match(/^.?[a-zA-Z0-9_-]+$/)}function s(t){let e=t;if(0===e.length)return!1;if(1===e.length)return"/"===e;if(!e.startsWith("/"))return!1;e=e.slice(1),e=r(e);const n=e.split("/");for(const t of n)if("."!==t&&".."!==t&&!o(t))return!1;return!0}function l(t){if(null==t||"string"!=typeof t)return!1;const e=t;if(e.length<3)return!1;if(e.endsWith("/"))return!1;const n=e.lastIndexOf("/");if(-1===n)return i(e);const a=e.slice(n+1);return s(e.slice(0,n+1))&&i(a)}function c(t){let e=t;if(e=a(e),e=r(e),-1===e.lastIndexOf("/"))return"/";const n=e.split("/");return 0===n.length?"/":n[0]+"/"}function f(t){const e=t,n=e.lastIndexOf("/");return-1===n?"":e.slice(0,n+1)}function u(t,e,n){const a=h(t,n);if(null===a)return t;{const t=r(a),n=function(t){const e=t,n=e.lastIndexOf("/");if(-1===n)return e;return e.slice(n+1)}(e);return t+"/"+n}}function m(t){return!!l(t)&&(null!=t&&0!==t.length&&t.lastIndexOf("/")<=0)}function h(t,e){let n=t;if(!n.startsWith("/")&&e&&(n=e+(e.endsWith("/")?"":"/")+n),!s(n))return null;n=a(n),n=r(n);const i=n.split("/"),o=[];for(const t of i)if("."!==t)if(".."===t){if(null==o.pop())return null}else o.push(t);return"/"+o.join("/")}function d(t,e){let n=t;if(n.startsWith("/")||null==e||(n=e+(e.endsWith("/")?"":"/")+n),!l(n))return null;n=a(n);const r=n.split("/"),i=[];for(const t of r)if("."!==t)if(".."===t){if(null==i.pop())return null}else i.push(t);return"/"+i.join("/")}function p(t,e){return t.startsWith("/")||(t="/"+t),e.startsWith("/")||(e="/"+e),t===e}function g(t,e){return t.endsWith(".js")||(t+=".js"),e.endsWith(".js")||(e+=".js"),p(t,e)}n.d(e,"k",(function(){return a})),n.d(e,"l",(function(){return r})),n.d(e,"i",(function(){return s})),n.d(e,"j",(function(){return l})),n.d(e,"g",(function(){return c})),n.d(e,"e",(function(){return f})),n.d(e,"f",(function(){return u})),n.d(e,"h",(function(){return m})),n.d(e,"c",(function(){return h})),n.d(e,"d",(function(){return d})),n.d(e,"a",(function(){return p})),n.d(e,"b",(function(){return g}))},function(t,e,n){"use strict";n.d(e,"a",(function(){return o})),n.d(e,"b",(function(){return s})),n.d(e,"c",(function(){return l}));var a=n(1037),r=n(1038),i=n(16);let o={};function s(){const t=o;o={},a.a.forEach(t=>{var e;null!=o[(e=t).name]&&console.warn("Duplicate Company Position being defined: "+e.name),o[e.name]=new r.a(e)});for(const e of Object.keys(o)){const n=o[e];t[e]?(n.favor=t[e].favor,isNaN(n.favor)&&(n.favor=0)):n.favor=0}}function l(t){o=JSON.parse(t,i.c)}},,,function(t,e,n){"use strict";n.d(e,"a",(function(){return i})),n.d(e,"c",(function(){return o})),n.d(e,"b",(function(){return s}));var a=n(5),r=n(16);let i={[a.a.SlumSnakes]:{power:1,territory:1/7},[a.a.Tetrads]:{power:1,territory:1/7},[a.a.TheSyndicate]:{power:1,territory:1/7},[a.a.TheDarkArmy]:{power:1,territory:1/7},[a.a.SpeakersForTheDead]:{power:1,territory:1/7},[a.a.NiteSec]:{power:1,territory:1/7},[a.a.TheBlackHand]:{power:1,territory:1/7}};function o(){i={[a.a.SlumSnakes]:{power:1,territory:1/7},[a.a.Tetrads]:{power:1,territory:1/7},[a.a.TheSyndicate]:{power:1,territory:1/7},[a.a.TheDarkArmy]:{power:1,territory:1/7},[a.a.SpeakersForTheDead]:{power:1,territory:1/7},[a.a.NiteSec]:{power:1,territory:1/7},[a.a.TheBlackHand]:{power:1,territory:1/7}}}function s(t){i=JSON.parse(t,r.c)}},,function(t,e,n){"use strict";n.d(e,"d",(function(){return u})),n.d(e,"c",(function(){return h})),n.d(e,"b",(function(){return d})),n.d(e,"a",(function(){return p}));var a=n(0),r=n.n(a),i=n(799),o=n(122),s=n(126),l=n(1816),c=n(47),f=n(165);let u;!function(t){t.SUCCESS="success",t.WARNING="warning",t.ERROR="error",t.INFO="info"}(u||(u={}));const m=Object(o.a)(()=>({snackbar:{zIndex:f.g+1e3+" !important","& .MuiAlert-icon":{alignSelf:"center"}}}));function h(t){const e=m();return r.a.createElement(i.a,{dense:!0,maxSnack:9,anchorOrigin:{horizontal:"right",vertical:"bottom"},autoHideDuration:2e3,classes:{containerRoot:e.snackbar}},t.children)}const d=new s.a;function p(){const{enqueueSnackbar:t,closeSnackbar:e}=Object(i.b)();return Object(a.useEffect)(()=>d.subscribe((n,a,i)=>{const o=t(r.a.createElement(l.a,{severity:a},n),{content:(t,e)=>r.a.createElement(c.a,{key:t},e),variant:a,autoHideDuration:i,onClick:()=>e(o)})})),r.a.createElement(r.a.Fragment,null)}},function(t,e,n){"use strict";n.d(e,"a",(function(){return o}));var a=n(281),r=n(15),i=n(138);const o={Shoplift:new a.a("Shoplift","to shoplift",i.a.SHOPLIFT,2e3,15e3,.05,.1,{dexterity_success_weight:1,agility_success_weight:1,dexterity_exp:2,agility_exp:2}),RobStore:new a.a("Rob Store","to rob a store",i.a.ROB_STORE,6e4,4e5,.2,.5,{hacking_exp:30,dexterity_exp:45,agility_exp:45,hacking_success_weight:.5,dexterity_success_weight:2,agility_success_weight:1,intelligence_exp:7.5*r.a.IntelligenceCrimeBaseExpGain}),Mug:new a.a("Mug","to mug",i.a.MUG,4e3,36e3,.2,.25,{strength_exp:3,defense_exp:3,dexterity_exp:3,agility_exp:3,strength_success_weight:1.5,defense_success_weight:.5,dexterity_success_weight:1.5,agility_success_weight:.5}),Larceny:new a.a("Larceny","larceny",i.a.LARCENY,9e4,8e5,1/3,1.5,{hacking_exp:45,dexterity_exp:60,agility_exp:60,hacking_success_weight:.5,dexterity_success_weight:1,agility_success_weight:1,intelligence_exp:15*r.a.IntelligenceCrimeBaseExpGain}),DealDrugs:new a.a("Deal Drugs","to deal drugs",i.a.DRUGS,1e4,12e4,1,.5,{dexterity_exp:5,agility_exp:5,charisma_exp:10,charisma_success_weight:3,dexterity_success_weight:2,agility_success_weight:1}),BondForgery:new a.a("Bond Forgery","to forge bonds",i.a.BOND_FORGERY,3e5,45e5,.5,.1,{hacking_exp:100,dexterity_exp:150,charisma_exp:15,hacking_success_weight:.05,dexterity_success_weight:1.25,intelligence_exp:60*r.a.IntelligenceCrimeBaseExpGain}),TraffickArms:new a.a("Traffick Arms","to traffic arms",i.a.TRAFFIC_ARMS,4e4,6e5,2,1,{strength_exp:20,defense_exp:20,dexterity_exp:20,agility_exp:20,charisma_exp:40,charisma_success_weight:1,strength_success_weight:1,defense_success_weight:1,dexterity_success_weight:1,agility_success_weight:1}),Homicide:new a.a("Homicide","homicide",i.a.HOMICIDE,3e3,45e3,1,3,{strength_exp:2,defense_exp:2,dexterity_exp:2,agility_exp:2,strength_success_weight:2,defense_success_weight:2,dexterity_success_weight:.5,agility_success_weight:.5,kills:1}),GrandTheftAuto:new a.a("Grand Theft Auto","grand theft auto",i.a.GRAND_THEFT_AUTO,8e4,16e5,8,5,{strength_exp:20,defense_exp:20,dexterity_exp:20,agility_exp:80,charisma_exp:40,hacking_success_weight:1,strength_success_weight:1,dexterity_success_weight:4,agility_success_weight:2,charisma_success_weight:2,intelligence_exp:16*r.a.IntelligenceCrimeBaseExpGain}),Kidnap:new a.a("Kidnap","to kidnap",i.a.KIDNAP,12e4,36e5,5,6,{strength_exp:80,defense_exp:80,dexterity_exp:80,agility_exp:80,charisma_exp:80,charisma_success_weight:1,strength_success_weight:1,dexterity_success_weight:1,agility_success_weight:1,intelligence_exp:26*r.a.IntelligenceCrimeBaseExpGain}),Assassination:new a.a("Assassination","to assassinate",i.a.ASSASSINATION,3e5,12e6,8,10,{strength_exp:300,defense_exp:300,dexterity_exp:300,agility_exp:300,strength_success_weight:1,dexterity_success_weight:2,agility_success_weight:1,intelligence_exp:65*r.a.IntelligenceCrimeBaseExpGain,kills:1}),Heist:new a.a("Heist","a heist",i.a.HEIST,6e5,12e7,18,15,{hacking_exp:450,strength_exp:450,defense_exp:450,dexterity_exp:450,agility_exp:450,charisma_exp:450,hacking_success_weight:1,strength_success_weight:1,defense_success_weight:1,dexterity_success_weight:1,agility_success_weight:1,charisma_success_weight:1,intelligence_exp:130*r.a.IntelligenceCrimeBaseExpGain})}},,function(t,e,n){"use strict";function a(t){return function(e){e.isTrusted&&t()}}n.d(e,"a",(function(){return a}))},,function(t,e,n){"use strict";n.d(e,"a",(function(){return a}));const a={Home:"home",FulcrumSecretTechnologies:"fulcrumassets",CyberSecServer:"CSEC",NiteSecServer:"avmnite-02h",TheBlackHandServer:"I.I.I.I",BitRunnersServer:"run4theh111z",TheDarkArmyServer:".",DaedalusServer:"The-Cave",WorldDaemon:"w0r1d_d43m0n",DarkWeb:"darkweb"}},function(t,e,n){"use strict";n.d(e,"c",(function(){return r})),n.d(e,"e",(function(){return i})),n.d(e,"d",(function(){return o})),n.d(e,"a",(function(){return s})),n.d(e,"b",(function(){return l}));var a=n(1);const r=t=>{var e,n,a,r,i,o,s,l,c;return{money:null!==(e=null==t?void 0:t.money)&&void 0!==e?e:0,reputation:null!==(n=null==t?void 0:t.reputation)&&void 0!==n?n:0,hackExp:null!==(a=null==t?void 0:t.hackExp)&&void 0!==a?a:0,strExp:null!==(r=null==t?void 0:t.strExp)&&void 0!==r?r:0,defExp:null!==(i=null==t?void 0:t.defExp)&&void 0!==i?i:0,dexExp:null!==(o=null==t?void 0:t.dexExp)&&void 0!==o?o:0,agiExp:null!==(s=null==t?void 0:t.agiExp)&&void 0!==s?s:0,chaExp:null!==(l=null==t?void 0:t.chaExp)&&void 0!==l?l:0,intExp:null!==(c=null==t?void 0:t.intExp)&&void 0!==c?c:0}},i=(t,e)=>({money:t.money+e.money,reputation:t.reputation+e.reputation,hackExp:t.hackExp+e.hackExp,strExp:t.strExp+e.strExp,defExp:t.defExp+e.defExp,dexExp:t.dexExp+e.dexExp,agiExp:t.agiExp+e.agiExp,chaExp:t.chaExp+e.chaExp,intExp:t.intExp+e.intExp}),o=(t,e,n=!0)=>{const a=n?e:1;return{money:t.money*a,reputation:t.reputation*e,hackExp:t.hackExp*e,strExp:t.strExp*e,defExp:t.defExp*e,dexExp:t.dexExp*e,agiExp:t.agiExp*e,chaExp:t.chaExp*e,intExp:t.intExp*e}},s=(t,e,n,r)=>{const i=l(t,e,n),o={money:e.money*n,reputation:0,hackExp:i.hackExp,strExp:i.strExp,defExp:i.defExp,dexExp:i.dexExp,agiExp:i.agiExp,chaExp:i.chaExp,intExp:i.intExp};return a.a.gainMoney(o.money,r),o},l=(t,e,n)=>{const a={money:0,reputation:0,hackExp:e.hackExp*n,strExp:e.strExp*n,defExp:e.defExp*n,dexExp:e.dexExp*n,agiExp:e.agiExp*n,chaExp:e.chaExp*n,intExp:e.intExp*n};return t.gainHackingExp(a.hackExp),t.gainStrengthExp(a.strExp),t.gainDefenseExp(a.defExp),t.gainDexterityExp(a.dexExp),t.gainAgilityExp(a.agiExp),t.gainCharismaExp(a.chaExp),t.gainIntelligenceExp(a.intExp),a}},,function(t,e,n){"use strict";n.d(e,"E",(function(){return W})),n.d(e,"H",(function(){return H})),n.d(e,"I",(function(){return U})),n.d(e,"N",(function(){return q})),n.d(e,"o",(function(){return $})),n.d(e,"C",(function(){return K})),n.d(e,"Q",(function(){return z})),n.d(e,"v",(function(){return V})),n.d(e,"G",(function(){return Y})),n.d(e,"r",(function(){return J})),n.d(e,"O",(function(){return X})),n.d(e,"S",(function(){return Q})),n.d(e,"T",(function(){return Z})),n.d(e,"U",(function(){return tt})),n.d(e,"D",(function(){return et})),n.d(e,"f",(function(){return nt})),n.d(e,"x",(function(){return at})),n.d(e,"K",(function(){return rt})),n.d(e,"B",(function(){return it})),n.d(e,"m",(function(){return ot})),n.d(e,"l",(function(){return st})),n.d(e,"e",(function(){return lt})),n.d(e,"j",(function(){return ct})),n.d(e,"g",(function(){return ft})),n.d(e,"c",(function(){return ut})),n.d(e,"b",(function(){return mt})),n.d(e,"k",(function(){return ht})),n.d(e,"a",(function(){return dt})),n.d(e,"d",(function(){return pt})),n.d(e,"h",(function(){return gt})),n.d(e,"n",(function(){return bt})),n.d(e,"i",(function(){return yt})),n.d(e,"F",(function(){return Et})),n.d(e,"L",(function(){return vt})),n.d(e,"M",(function(){return kt})),n.d(e,"s",(function(){return wt})),n.d(e,"P",(function(){return St})),n.d(e,"J",(function(){return _t})),n.d(e,"u",(function(){return Ct})),n.d(e,"V",(function(){return xt})),n.d(e,"A",(function(){return Lt})),n.d(e,"q",(function(){return Ot})),n.d(e,"z",(function(){return Mt})),n.d(e,"y",(function(){return At})),n.d(e,"w",(function(){return Tt})),n.d(e,"p",(function(){return Rt})),n.d(e,"R",(function(){return Nt})),n.d(e,"t",(function(){return Pt}));var a=n(114),r=n(325),i=n(13),o=n(25),s=n(116),l=n(78),c=n(689),f=n(539),u=n(107),m=n(33),h=n(15),d=n(56),p=n(30),g=n(81),b=n(154),y=n(164),E=n(17),v=n(11),k=n(634),w=n(266),S=n(185),_=n(26),C=n(46),x=n(141),L=n(88),O=n(1149),M=n(1150),A=n(308),T=n(417),R=n(93),N=n(7),P=n(400),I=n(19),F=n(83),D=n(267),j=n(5),B=n(329),G=n(381);function W(){const t=Object(x.g)({adminRights:!0,hostname:"home",ip:Object(_.e)(),isConnectedTo:!0,maxRam:8,organizationName:"Home PC",purchasedByPlayer:!0});this.currentServer=L.a.Home,Object(_.a)(t),this.getHomeComputer().programs.push(d.a.NukeProgram.name)}function H(){this.currentServer=L.a.Home,this.numPeopleKilled=0,this.skills.hacking=1,this.skills.strength=1,this.skills.defense=1,this.skills.dexterity=1,this.skills.agility=1,this.skills.charisma=1,this.exp.hacking=0,this.exp.strength=0,this.exp.defense=0,this.exp.dexterity=0,this.exp.agility=0,this.exp.charisma=0,this.money=1e3+h.a.Donations,this.city=E.a.Sector12,this.location=v.a.TravelAgency,this.jobs={},this.purchasedServers=[],this.factions=[],this.factionInvitations=[],this.queuedAugmentations=[];const t=Math.min(3,this.sourceFileLvl(10)+(10===this.bitNodeN?1:0))+this.sleevesFromCovenant;this.sleeves.length>t&&(this.sleeves.length=t);for(let e=this.sleeves.length;et.shock>=100?t.synchronize():t.shockRecovery()),this.lastUpdate=(new Date).getTime(),this.playtimeSinceLastAug=0,this.scriptProdSinceLastAug=0,this.moneySourceA.reset(),this.hacknetNodes.length=0,this.hashManager.prestige(),this.reapplyAllAugmentations(!0),this.hp.current=this.hp.max,this.finishWork(!0)}function U(){if(this.entropy=0,this.prestigeAugmentation(),this.karma=0,this.sleeves.forEach(t=>t.prestige()),10===this.bitNodeN)for(let t=0;t=t}function X(t,e){this.moneySourceA instanceof P.a||(console.warn("Player.moneySourceA was not properly initialized. Resetting"),this.moneySourceA=new P.a),this.moneySourceB instanceof P.a||(console.warn("Player.moneySourceB was not properly initialized. Resetting"),this.moneySourceB=new P.a),this.moneySourceA.record(t,e),this.moneySourceB.record(t,e)}function Q(){this.focus=!0}function Z(){this.focus=!1}function tt(t){return"number"!=typeof t?(console.warn("Player.takeDamage() called without a numeric argument: "+t),!1):(this.hp.current-=t,this.hp.current<=0&&(this.hospitalize(),!0))}function et(){const t=Object(T.b)();return F.b.emit("You've been Hospitalized for "+N.a.formatMoney(t),F.d.SUCCESS,2e3),this.loseMoney(t,"hospitalization"),this.hp.current=this.hp.max,t}function nt(t,e=!1){const n=l.a[this.location];if(!n)return console.error(`Could not find company that matches the location: ${this.location}. Player.applyToCompany() failed`),!1;let a=t;if(!this.isQualified(n,a))return e||Object(I.a)("Unfortunately, you do not qualify for this position\n"+Object(f.a)(n,a)),!1;if(!n.hasPosition(a))return console.error(`Company ${n.name} does not have position ${a}. Player.applyToCompany() failed`),!1;for(;;){const t=Object(c.a)(a);if(null==t)break;if(!n.hasPosition(t)||!this.isQualified(n,t))break;a=t}if(this.jobs[n.name]===a.name){if(!e){const t=Object(c.a)(a);if(null!=t&&n.hasPosition(t)){const e=Object(f.a)(n,t);Object(I.a)("Unfortunately, you do not qualify for a promotion\n"+e)}else Object(I.a)("You are already at the highest position for your field! No promotion available")}return!1}return this.jobs[n.name]=a.name,e||Object(I.a)(`Congratulations! You were offered a new job at ${n.name} for position ${a.name}!`),!0}function at(t,e){const n=l.a[t.name];if(null==n||n.name!=t.name)return e;const a=this.jobs[t.name];if(!a)return e;const r=u.a[a];return r.isSoftwareJob()&&e.isSoftwareJob()||r.isITJob()&&e.isITJob()||r.isBusinessJob()&&e.isBusinessJob()||r.isSecurityEngineerJob()&&e.isSecurityEngineerJob()||r.isNetworkEngineerJob()&&e.isNetworkEngineerJob()||r.isSecurityJob()&&e.isSecurityJob()||r.isAgentJob()&&e.isAgentJob()||r.isSoftwareConsultantJob()&&e.isSoftwareConsultantJob()||r.isBusinessConsultantJob()&&e.isBusinessConsultantJob()||r.isPartTimeJob()&&e.isPartTimeJob()?Object(c.a)(r):e}function rt(t){Object(B.b)(this.currentWork)&&this.currentWork.companyName===t&&this.finishWork(!0);for(const e of this.sleeves)Object(w.b)(e.currentWork)&&e.currentWork.companyName===t&&(e.stopWork(),Object(I.a)(`You quit ${t} while one of your sleeves was working there. The sleeve is now idle.`));delete this.jobs[t]}function it(){return Boolean(Object.keys(this.jobs).length)}function ot(t=!1){return this.applyForJob(u.a[m.j[0]],t)}function st(t=!1){return this.applyForJob(u.a[m.k[0]],t)}function lt(t=!1){return this.applyForJob(u.a[m.d[0]],t)}function ct(t=!1){const e=l.a[this.location];return this.isQualified(e,u.a[m.i[0]])?this.applyForJob(u.a[m.i[0]],t):(t||Object(I.a)("Unfortunately, you do not qualify for this position"),!1)}function ft(t=!1){const e=l.a[this.location];if(this.isQualified(e,u.a[m.f[0]])){const e=u.a[m.f[0]];return this.applyForJob(e,t)}return t||Object(I.a)("Unfortunately, you do not qualify for this position"),!1}function ut(t=!1){return this.applyForJob(u.a[m.b[0]],t)}function mt(t=!1){return this.applyForJob(u.a[m.c[0]],t)}function ht(t=!1){return this.applyForJob(u.a[m.h[2]],t)}function dt(t=!1){const e=l.a[this.location];if(this.isQualified(e,u.a[m.a[0]])){const e=u.a[m.a[0]];return this.applyForJob(e,t)}return t||Object(I.a)("Unfortunately, you do not qualify for this position"),!1}function pt(t=!1){const e=l.a[this.location],n=m.e[1];return!!e.hasPosition(n)&&(this.isQualified(e,u.a[n])?(this.jobs[e.name]=n,t||Object(I.a)("Congratulations, you are now employed at "+this.location),!0):(t||Object(I.a)("Unfortunately, you do not qualify for this position"),!1))}function gt(t=!1){const e=l.a[this.location],n=m.g[1];return!!e.hasPosition(n)&&(this.isQualified(e,u.a[n])?(this.jobs[e.name]=n,t||Object(I.a)("Congratulations, you are now employed part-time at "+this.location),!0):(t||Object(I.a)("Unfortunately, you do not qualify for this position"),!1))}function bt(t=!1){const e=l.a[this.location],n=m.e[0];return!!e.hasPosition(n)&&(this.isQualified(e,u.a[n])?(this.jobs[e.name]=n,t||Object(I.a)("Congratulations, you are now employed as a waiter at "+this.location),!0):(t||Object(I.a)("Unfortunately, you do not qualify for this position"),!1))}function yt(t=!1){const e=l.a[this.location],n=m.g[0];return!!e.hasPosition(n)&&(this.isQualified(e,u.a[n])?(this.jobs[e.name]=n,t||Object(I.a)("Congratulations, you are now employed as a part-time waiter at "+this.location),!0):(t||Object(I.a)("Unfortunately, you do not qualify for this position"),!1))}function Et(t,e){const n=t.jobStatReqOffset,a=e.requiredHacking>0?e.requiredHacking+n:0,r=e.requiredStrength>0?e.requiredStrength+n:0,i=e.requiredDefense>0?e.requiredDefense+n:0,o=e.requiredDexterity>0?e.requiredDexterity+n:0,s=e.requiredDexterity>0?e.requiredDexterity+n:0,l=e.requiredCharisma>0?e.requiredCharisma+n:0;return this.skills.hacking>=a&&this.skills.strength>=r&&this.skills.defense>=i&&this.skills.dexterity>=o&&this.skills.agility>=s&&this.skills.charisma>=l&&t.playerReputation>=e.requiredReputation}function vt(t=!0){t&&this.resetMultipliers();for(let t=0;te.specialName===t),a=Object(_.d)(e?e.hostname:"").backdoorInstalled?-1e5:0;return n.includes(t)&&function(t){const e=l.a[t];return null==e?0:e.playerReputation}(t)>h.a.CorpFactionRepRequirement+a}const i=p.a[j.a.Illuminati];!i.isBanned&&!i.isMember&&!i.alreadyInvited&&e>=30&&this.money>=15e10&&this.skills.hacking>=1500&&this.skills.strength>=1200&&this.skills.defense>=1200&&this.skills.dexterity>=1200&&this.skills.agility>=1200&&t.push(i);const s=p.a[j.a.Daedalus];!s.isBanned&&!s.isMember&&!s.alreadyInvited&&e>=o.a.DaedalusAugsRequirement&&this.money>=1e11&&(this.skills.hacking>=2500||this.skills.strength>=1500&&this.skills.defense>=1500&&this.skills.dexterity>=1500&&this.skills.agility>=1500)&&t.push(s);const c=p.a[j.a.TheCovenant];!c.isBanned&&!c.isMember&&!c.alreadyInvited&&e>=20&&this.money>=75e9&&this.skills.hacking>=850&&this.skills.strength>=850&&this.skills.defense>=850&&this.skills.dexterity>=850&&this.skills.agility>=850&&t.push(c);const f=p.a[j.a.ECorp];f.isBanned||f.isMember||f.alreadyInvited||!r(v.a.AevumECorp)||t.push(f);const u=p.a[j.a.MegaCorp];u.isBanned||u.isMember||u.alreadyInvited||!r(v.a.Sector12MegaCorp)||t.push(u);const m=p.a[j.a.BachmanAssociates];m.isBanned||m.isMember||m.alreadyInvited||!r(v.a.AevumBachmanAndAssociates)||t.push(m);const d=p.a[j.a.BladeIndustries];d.isBanned||d.isMember||d.alreadyInvited||!r(v.a.Sector12BladeIndustries)||t.push(d);const g=p.a[j.a.NWO];g.isBanned||g.isMember||g.alreadyInvited||!r(v.a.VolhavenNWO)||t.push(g);const b=p.a[j.a.ClarkeIncorporated];b.isBanned||b.isMember||b.alreadyInvited||!r(v.a.AevumClarkeIncorporated)||t.push(b);const y=p.a[j.a.OmniTekIncorporated];y.isBanned||y.isMember||y.alreadyInvited||!r(v.a.VolhavenOmniTekIncorporated)||t.push(y);const k=p.a[j.a.FourSigma];k.isBanned||k.isMember||k.alreadyInvited||!r(v.a.Sector12FourSigma)||t.push(k);const w=p.a[j.a.KuaiGongInternational];w.isBanned||w.isMember||w.alreadyInvited||!r(v.a.ChongqingKuaiGongInternational)||t.push(w);const S=p.a[j.a.FulcrumSecretTechnologies],x=Object(_.d)(L.a.FulcrumSecretTechnologies);if(!(x instanceof C.a))throw new Error(j.a.FulcrumSecretTechnologies+" should be normal server");null==x?console.error(`Could not find ${j.a.FulcrumSecretTechnologies} Server`):S.isBanned||S.isMember||S.alreadyInvited||!x.backdoorInstalled||!r(v.a.AevumFulcrumTechnologies)||t.push(S);const O=p.a[j.a.BitRunners],M=Object(_.d)(L.a.BitRunnersServer);if(!(M instanceof C.a))throw new Error(j.a.BitRunners+" should be normal server");null==M?console.error(`Could not find ${j.a.BitRunners} Server`):O.isBanned||O.isMember||!M.backdoorInstalled||O.alreadyInvited||t.push(O);const A=p.a[j.a.TheBlackHand],T=Object(_.d)(L.a.TheBlackHandServer);if(!(T instanceof C.a))throw new Error(j.a.TheBlackHand+" should be normal server");null==T?console.error(`Could not find ${j.a.TheBlackHand} Server`):A.isBanned||A.isMember||!T.backdoorInstalled||A.alreadyInvited||t.push(A);const N=p.a[j.a.NiteSec],P=Object(_.d)(L.a.NiteSecServer);if(!(P instanceof C.a))throw new Error(j.a.NiteSec+" should be normal server");null==P?console.error(`Could not find ${j.a.NiteSec} Server`):N.isBanned||N.isMember||!P.backdoorInstalled||N.alreadyInvited||t.push(N);const I=p.a[j.a.Chongqing];!I.isBanned&&!I.isMember&&!I.alreadyInvited&&this.money>=2e7&&this.city==E.a.Chongqing&&t.push(I);const F=p.a[j.a.Sector12];!F.isBanned&&!F.isMember&&!F.alreadyInvited&&this.money>=15e6&&this.city==E.a.Sector12&&t.push(F);const D=p.a[j.a.NewTokyo];!D.isBanned&&!D.isMember&&!D.alreadyInvited&&this.money>=2e7&&this.city==E.a.NewTokyo&&t.push(D);const B=p.a[j.a.Aevum];!B.isBanned&&!B.isMember&&!B.alreadyInvited&&this.money>=4e7&&this.city==E.a.Aevum&&t.push(B);const W=p.a[j.a.Ishima];!W.isBanned&&!W.isMember&&!W.alreadyInvited&&this.money>=3e7&&this.city==E.a.Ishima&&t.push(W);const H=p.a[j.a.Volhaven];!H.isBanned&&!H.isMember&&!H.alreadyInvited&&this.money>=5e7&&this.city==E.a.Volhaven&&t.push(H);const U=p.a[j.a.SpeakersForTheDead];!U.isBanned&&!U.isMember&&!U.alreadyInvited&&this.skills.hacking>=100&&this.skills.strength>=300&&this.skills.defense>=300&&this.skills.dexterity>=300&&this.skills.agility>=300&&this.numPeopleKilled>=30&&this.karma<=-45&&!n.includes(v.a.Sector12CIA)&&!n.includes(v.a.Sector12NSA)&&t.push(U);const q=p.a[j.a.TheDarkArmy];!q.isBanned&&!q.isMember&&!q.alreadyInvited&&this.skills.hacking>=300&&this.skills.strength>=300&&this.skills.defense>=300&&this.skills.dexterity>=300&&this.skills.agility>=300&&this.city==E.a.Chongqing&&this.numPeopleKilled>=5&&this.karma<=-45&&!n.includes(v.a.Sector12CIA)&&!n.includes(v.a.Sector12NSA)&&t.push(q);const $=p.a[j.a.TheSyndicate];!$.isBanned&&!$.isMember&&!$.alreadyInvited&&this.skills.hacking>=200&&this.skills.strength>=200&&this.skills.defense>=200&&this.skills.dexterity>=200&&this.skills.agility>=200&&(this.city==E.a.Aevum||this.city==E.a.Sector12)&&this.money>=1e7&&this.karma<=-90&&!n.includes(v.a.Sector12CIA)&&!n.includes(v.a.Sector12NSA)&&t.push($);const K=p.a[j.a.Silhouette];!K.isBanned&&!K.isMember&&!K.alreadyInvited&&(a.includes("Chief Technology Officer")||a.includes("Chief Financial Officer")||a.includes("Chief Executive Officer"))&&this.money>=15e6&&this.karma<=-22&&t.push(K);const z=p.a[j.a.Tetrads];!z.isBanned&&!z.isMember&&!z.alreadyInvited&&(this.city==E.a.Chongqing||this.city==E.a.NewTokyo||this.city==E.a.Ishima)&&this.skills.strength>=75&&this.skills.defense>=75&&this.skills.dexterity>=75&&this.skills.agility>=75&&this.karma<=-18&&t.push(z);const V=p.a[j.a.SlumSnakes];!V.isBanned&&!V.isMember&&!V.alreadyInvited&&this.skills.strength>=30&&this.skills.defense>=30&&this.skills.dexterity>=30&&this.skills.agility>=30&&this.karma<=-9&&this.money>=1e6&&t.push(V);const Y=p.a[j.a.Netburners];let J=0,X=0,Q=0;for(let t=0;t=80&&J>=8&&X>=4&&Q>=100&&t.push(Y);const Z=p.a[j.a.TianDiHui];!Z.isBanned&&!Z.isMember&&!Z.alreadyInvited&&this.money>=1e6&&this.skills.hacking>=50&&(this.city==E.a.Chongqing||this.city==E.a.NewTokyo||this.city==E.a.Ishima)&&t.push(Z);const tt=p.a[j.a.CyberSec],et=Object(_.d)(L.a.CyberSecServer);if(!(et instanceof C.a))throw new Error(j.a.CyberSec+" should be normal server");return null==et?console.error(`Could not find ${j.a.CyberSec} Server`):tt.isBanned||tt.isMember||!et.backdoorInstalled||tt.alreadyInvited||t.push(tt),t}function St(t){this.bitNodeN=t}function _t(t){for(const e of this.queuedAugmentations)if(e.name==t)return void console.warn(`tried to queue ${t} twice, this may be a bug`);for(const e of this.augmentations)if(e.name==t)return void console.warn(`tried to queue ${t} twice, this may be a bug`);this.queuedAugmentations.push(new r.a(t))}function Ct(t,e=1){if(null==t||null==t.type)return"No reward for this contract";switch(t.type){case s.c.FactionReputation:if(null==t.name||!p.a[t.name])return t.type=s.c.FactionReputationAll,this.gainCodingContractReward(t);const n=h.a.CodingContractBaseFactionRepGain*e;return p.a[t.name].playerReputation+=n,`Gained ${n} faction reputation for ${t.name}`;case s.c.FactionReputationAll:const a=h.a.CodingContractBaseFactionRepGain*e,r=[j.a.Bladeburners],i=this.factions.slice().filter(t=>!r.includes(t));if(0==i.length)return t.type=s.c.Money,this.gainCodingContractReward(t,e);const c=Math.floor(a/i.length);for(const t of i)p.a[t]&&(p.a[t].playerReputation+=c);return`Gained ${c} reputation for each of the following factions: ${i.toString()}`;case s.c.CompanyReputation:{if(null==t.name||!l.a[t.name])return t.type=s.c.FactionReputationAll,this.gainCodingContractReward(t);const n=h.a.CodingContractBaseCompanyRepGain*e;return l.a[t.name].playerReputation+=n,`Gained ${n} company reputation for ${t.name}`}case s.c.Money:default:{const t=h.a.CodingContractBaseMoneyGain*e*o.a.CodingContractMoney;return this.gainMoney(t,"codingcontract"),"Gained "+N.a.formatMoney(t)}}}function xt(t){return null==b.a[t]?(console.warn("Player.travel() called with invalid city: "+t),!1):(this.city=t,!0)}function Lt(t){return null==y.a[t]?(console.warn("Player.gotoLocation() called with invalid location: "+t),!1):(this.location=t,!0)}function Ot(){return 10===this.bitNodeN||this.sourceFileLvl(10)>0}function Mt(t){this.exploits.includes(t)||(this.exploits.push(t),F.b.emit("SF -1 acquired!",F.d.SUCCESS,2e3))}function At(t){const e=D.a[t];e&&(this.achievements.map(t=>t.ID).includes(t)||(this.achievements.push({ID:t,unlockedOn:(new Date).getTime()}),F.b.emit(`Unlocked Achievement: "${e.Name}"`,F.d.SUCCESS,2e3)))}function Tt(){return this.moneySourceA.casino}function Rt(){return 13===this.bitNodeN||this.sourceFileLvl(13)>0}function Nt(t){const e=this.sourceFiles.find(e=>e.n===t);return e?e.lvl:0}function Pt(){let t=1;return this.hasAugmentation(i.a.NeuroreceptorManager,!0)||(t=this.focus?1:h.a.BaseFocusBonus),t}},,function(t,e,n){"use strict";n.d(e,"a",(function(){return u}));var a=n(15),r=n(607),i=n(42),o=n(156),s=n(352),l=n(16),c=n(1);function f(t,e,n){return e in t?Object.defineProperty(t,e,{value:n,enumerable:!0,configurable:!0,writable:!0}):t[e]=n,t}class u extends r.a{constructor(t={hostname:"",ip:Object(s.a)()}){super(t),f(this,"cache",1),f(this,"cores",1),f(this,"hashCapacity",0),f(this,"hashRate",0),f(this,"level",1),f(this,"onlineTimeSeconds",0),f(this,"totalHashesGenerated",0),f(this,"purchasedByPlayer",!0),this.maxRam=1,this.updateHashCapacity()}calculateCacheUpgradeCost(t){return Object(o.a)(this.cache,t)}calculateCoreUpgradeCost(t,e){return Object(o.b)(this.cores,t,e)}calculateLevelUpgradeCost(t,e){return Object(o.d)(this.level,t,e)}calculateRamUpgradeCost(t,e){return Object(o.e)(this.maxRam,t,e)}process(t=1){const e=t*a.a.MilliPerCycle/1e3;this.onlineTimeSeconds+=e;const n=this.hashRate*e;return this.totalHashesGenerated+=n,n}upgradeCache(t){this.cache=Math.min(i.b.MaxCache,Math.round(this.cache+t)),this.updateHashCapacity()}upgradeCore(t,e){this.cores=Math.min(i.b.MaxCores,Math.round(this.cores+t)),this.updateHashRate(e),this.cpuCores=this.cores}upgradeLevel(t,e){this.level=Math.min(i.b.MaxLevel,Math.round(this.level+t)),this.updateHashRate(e)}upgradeRam(t,e){for(let e=0;et.endsWith(e))}},,function(t,e,n){"use strict";n.d(e,"a",(function(){return g})),n.d(e,"b",(function(){return b})),n.d(e,"i",(function(){return y})),n.d(e,"c",(function(){return E})),n.d(e,"h",(function(){return v})),n.d(e,"d",(function(){return k})),n.d(e,"e",(function(){return w})),n.d(e,"g",(function(){return S})),n.d(e,"j",(function(){return C})),n.d(e,"f",(function(){return x}));var a=n(796),r=n(343),i=n(153),o=n(691),s=n(1086),l=n(117),c=n(75),f=n(106),u=n(15),m=n(7),h=n(19),d=n(16),p=n(2);let g={lastUpdate:0,Orders:{},storedCycles:0,ticksUntilCycle:0};const b={};function y(t,e,n,o,s,l){if(!(t instanceof i.a))return l?p.b.log(l,()=>`Invalid stock: '${t}'`):Object(h.a)("ERROR: Invalid stock passed to placeOrder() function"),!1;if("number"!=typeof e||"number"!=typeof n)return l?p.b.log(l,()=>`Invalid arguments: shares='${e}' price='${n}'`):Object(h.a)("ERROR: Invalid numeric value provided for either 'shares' or 'price' argument"),!1;const c=new a.a(t.symbol,e,n,o,s);if(null==g.Orders){const t={};for(const e of Object.keys(g)){const n=g[e];n instanceof i.a&&(t[n.symbol]=[])}g.Orders=t}g.Orders[t.symbol].push(c);const f={stockMarket:g,symbolToStockMap:b};return Object(r.a)(t,c.type,c.pos,f),!0}function E(t,e){if(null==g.Orders)return!1;if(t.order&&t.order instanceof a.a){const e=t.order,n=g.Orders[e.stockSymbol];for(let t=0;t"Successfully cancelled order: "+a),!0}return e&&p.b.log(e,()=>"Failed to cancel order: "+a),!1}return!1}function v(t){g=""===t?{lastUpdate:0,Orders:{},storedCycles:0,ticksUntilCycle:0}:JSON.parse(t,d.c)}function k(){g={lastUpdate:0,Orders:{},storedCycles:0,ticksUntilCycle:0}}function w(){for(const t of Object.keys(g))g.hasOwnProperty(t)&&delete g[t];for(const t of s.a){const e=t.name;g[e]=new i.a(t)}const t={};for(const e of Object.keys(g)){const n=g[e];n instanceof i.a&&(t[n.symbol]=[])}g.Orders=t,g.storedCycles=0,g.lastUpdate=0,g.ticksUntilCycle=o.a}function S(){for(const[t,e]of Object.entries(f.a)){const n=g[t];null!=n?b[e]=n:console.error("Could not find Stock for "+t)}}const _=6e3/u.a.MilliPerCycle;function C(t=1){if((null==g.storedCycles||isNaN(g.storedCycles))&&(g.storedCycles=0),g.storedCycles+=t,g.storedCycles<_)return;const e=(new Date).getTime();if(e-g.lastUpdate<4e3)return;g.lastUpdate=e,g.storedCycles-=_,null!=g.ticksUntilCycle&&"number"==typeof g.ticksUntilCycle||(g.ticksUntilCycle=o.a),--g.ticksUntilCycle,g.ticksUntilCycle<=0&&function(){for(const t of Object.keys(g)){const e=g[t];if(!(e instanceof i.a))continue;Math.random()<.45&&(e.b=!e.b,e.flipForecastForecast()),g.ticksUntilCycle=o.a}}();const n=Math.random();for(const t of Object.keys(g)){const e=g[t];if(!(e instanceof i.a))continue;let a=n*e.mv/100;isNaN(a)&&(a=.02);let o=50;o=e.b?(o+e.otlkMag)/100:(o-e.otlkMag)/100,e.price>=e.cap&&(o=.1,e.b=!1),isNaN(o)&&(o=.5);const s=Math.random(),f={stockMarket:g,symbolToStockMap:b};s1?1:i<0?0:i}function o(t,e){null==t.baseDifficulty&&(t.baseDifficulty=t.hackDifficulty);let n=3;return n+=.3*t.baseDifficulty,n*e.mults.hacking_exp*a.a.HackExpGain}function s(t,e){const n=(100-t.hackDifficulty)/100*((e.skills.hacking-(t.requiredHackingSkill-1))/e.skills.hacking)*e.mults.hacking_money*a.a.ScriptHackMoney/240;return n<0?0:n>1?1:n}function l(t,e){let n=2.5*(t.requiredHackingSkill*t.hackDifficulty)+500;n/=e.skills.hacking+50;return 5*n/(e.mults.hacking_speed*Object(r.a)(e.skills.intelligence,1))}function c(t,e){return 3.2*l(t,e)}function f(t,e){return 4*l(t,e)}},,function(t,e,n){"use strict";n.d(e,"c",(function(){return g})),n.d(e,"d",(function(){return b})),n.d(e,"b",(function(){return y})),n.d(e,"f",(function(){return E})),n.d(e,"e",(function(){return v})),n.d(e,"a",(function(){return k}));var a=n(72),r=n(325),i=n(13),o=n(25),s=n(30),l=n(1),c=n(6),f=n(228),u=n(19),m=n(598),h=n(5),d=n(326),p=n(224);function g(t){l.a.receiveInvite(t.name),t.alreadyInvited=!0,c.a.SuppressFactionInvites||m.a.emit(t)}function b(t){if(t.isMember)return;t.isMember=!0,l.a.factions.push(t.name);const e=Object.values(h.a).map(t=>t);l.a.factions.sort((t,n)=>e.indexOf(t)-e.indexOf(n));const n=t.getInfo();for(const t of n.enemies)s.a[t]&&(s.a[t].isBanned=!0);for(let e=0;el.a.hasAugmentation(t))}function E(t,e,n=!1){const a=y(t),o=t.getCost();if(a)if(0!==o.moneyCost&&l.a.money=o.moneyCost){const e=new r.a(t.name);if(t.name==i.a.NeuroFluxGovernor&&(e.level=t.getLevel()),l.a.queuedAugmentations.push(e),l.a.loseMoney(o.moneyCost,"augmentations"),n)return"You purchased "+t.name;c.a.SuppressBuyAugmentationConfirmation||Object(u.a)(`You purchased ${t.name}. Its enhancements will not take effect until they are installed.To install your augmentations, go to the 'Augmentations' tab on the left-hand navigation menu.Purchasing additional augmentations will now be more expensive.`)}else Object(u.a)("Hmm, something went wrong when trying to purchase an Augmentation. Please report this to the game developer with an explanation of how to reproduce this.");else{const e=`You must first purchase or install ${t.prereqs.filter(t=>!l.a.hasAugmentation(t)).join(",")} before you can purchase this one.`;if(n)return e;Object(u.a)(e)}return""}function v(t){for(const e of Object.keys(s.a)){if(Object(p.b)(l.a.currentWork)&&e===l.a.currentWork.factionName)continue;if(!s.a.hasOwnProperty(e))continue;const n=s.a[e];if(!n.isMember)continue;if(!n.getInfo().offersWork())continue;if(l.a.getGangName()===e)continue;const a=Math.min(.1,n.favor/1e3+.01),r=Object(f.c)(l.a,n.favor),i=Object(f.b)(l.a,n.favor),c=Object(f.a)(l.a,n.favor),u=Math.max(r*a,i*a,c*a,1/120);n.playerReputation+=u*t*l.a.mults.faction_rep*o.a.FactionPassiveRepGain}}const k=t=>{if(l.a.hasGangWith(t.name)){let e=Object.values(a.a);e=e.filter(t=>!t.isSpecial&&t.name!==i.a.CongruityImplant),2===l.a.bitNodeN&&e.push(a.a[i.a.TheRedPill]);const n=Object(d.b)(`BN${l.a.bitNodeN}.${l.a.sourceFileLvl(l.a.bitNodeN)}`),r=e=>e.factions.length>1||(!!t.augmentations.includes(e.name)||n()>=1-o.a.GangUniqueAugs);return e=e.filter(r),e.map(t=>t.name)}return t.augmentations.slice()}},function(t,e,n){"use strict";n.d(e,"c",(function(){return I})),n.d(e,"b",(function(){return R})),n.d(e,"a",(function(){return P}));var a=n(163),r=n(78),i=n(15),o=n(30),s=n(81),l=n(1),c=n(26),f=n(6),u=n(97),m=n(105),h=n(83),d=n(294),p=n(19),g=n(16),b=n(350),y=n(697),E=n(13),v=n(325),k=n(11),w=n(589),S=n(309),_=n(128),C=n(5),x=n(588),L=n(141),O=n(88),M=n(1123);function A(t,e,n){return e in t?Object.defineProperty(t,e,{value:n,enumerable:!0,configurable:!0,writable:!0}):t[e]=n,t}class T{constructor(){A(this,"PlayerSave",""),A(this,"AllServersSave",""),A(this,"CompaniesSave",""),A(this,"FactionsSave",""),A(this,"AliasesSave",""),A(this,"GlobalAliasesSave",""),A(this,"StockMarketSave",""),A(this,"SettingsSave",""),A(this,"VersionSave",""),A(this,"AllGangsSave",""),A(this,"LastExportBonus",""),A(this,"StaneksGiftSave","")}getSaveString(t=!1){this.PlayerSave=JSON.stringify(l.a),this.AllServersSave=Object(c.k)(t),this.CompaniesSave=JSON.stringify(r.a),this.FactionsSave=JSON.stringify(o.a),this.AliasesSave=JSON.stringify(a.a),this.GlobalAliasesSave=JSON.stringify(a.b),this.StockMarketSave=JSON.stringify(u.a),this.SettingsSave=JSON.stringify(f.a),this.VersionSave=JSON.stringify(i.a.VersionNumber),this.LastExportBonus=JSON.stringify(d.a),this.StaneksGiftSave=JSON.stringify(m.c),l.a.gang&&(this.AllGangsSave=JSON.stringify(s.a));return btoa(unescape(encodeURIComponent(JSON.stringify(this))))}saveGame(t=!0){const e=(new Date).getTime();l.a.lastSave=e;const n=this.getSaveString(f.a.ExcludeRunningScriptsFromSave);return new Promise((a,r)=>{Object(b.c)(n).then(()=>{const r={playerIdentifier:l.a.identifier,fileName:this.getSaveFileName(),save:n,savedOn:e};return Object(S.d)(r),t&&h.b.emit("Game Saved!",h.d.INFO,2e3),a()}).catch(t=>(console.error(t),r()))})}getSaveFileName(t=!1){const e=Math.round(Date.now()/1e3),n=l.a.bitNodeN;let a=`bitburnerSave_${e}_BN${n}x${l.a.sourceFileLvl(n)+1}.json`;return t&&(a="RECOVERY"+a),a}exportGame(){const t=this.getSaveString(f.a.ExcludeRunningScriptsFromSave);P(this.getSaveFileName(),t)}importGame(t,e=!0){if(!t||""===t)throw new Error("Invalid import string");return Object(b.c)(t).then(()=>(e&&setTimeout(()=>location.reload(),1e3),Promise.resolve()))}getImportStringFromFile(t){if(null===t)return Promise.reject(new Error("No file selected"));const e=t[0];if(!e)return Promise.reject(new Error("Invalid file selected"));const n=new FileReader,a=new Promise((t,e)=>{n.onload=function(n){const a=n.target;if(null===a)return e(new Error("Error importing file"));const r=a.result;if("string"!=typeof r)return e(new Error("FileReader event was not type string"));t(r)}});return n.readAsText(e),a}async getImportDataFromString(t){var e,n,a,r,i,o,s,c;if(!t||""===t)throw new Error("Invalid import string");let f,u;try{f=window.atob(t),f=f.trim()}catch(t){console.error(t)}if(!f||""===f)return Promise.reject(new Error("Save game had not content or was not base64 encoded"));try{u=JSON.parse(f)}catch(t){console.error(t)}if(!u||"BitburnerSaveObject"!==u.ctor||!u.data)return Promise.reject(new Error("Save game did not seem valid"));const m={base64:t},h=w.a.fromJSON(JSON.parse(u.data.PlayerSave)),d={identifier:h.identifier,lastSave:h.lastSave,totalPlaytime:h.totalPlaytime,money:h.money,hacking:h.skills.hacking,augmentations:null!==(e=null===(n=h.augmentations)||void 0===n?void 0:n.reduce((t,e)=>t+e.level,0))&&void 0!==e?e:0,factions:null!==(a=null===(r=h.factions)||void 0===r?void 0:r.length)&&void 0!==a?a:0,achievements:null!==(i=null===(o=h.achievements)||void 0===o?void 0:o.length)&&void 0!==i?i:0,bitNode:h.bitNodeN,bitNodeLevel:h.sourceFileLvl(l.a.bitNodeN)+1,sourceFiles:null!==(s=null===(c=h.sourceFiles)||void 0===c?void 0:c.reduce((t,e)=>t+e.lvl,0))&&void 0!==s?s:0};return m.playerData=d,Promise.resolve(m)}toJSON(){return Object(g.b)("BitburnerSaveObject",this)}static fromJSON(t){return Object(g.a)(T,t.data)}}function R(t){if(-1!==navigator.userAgent.indexOf("wv")&&-1!==navigator.userAgent.indexOf("Chrome/")&&setInterval(()=>{Object(p.a)("SCAM ALERT. This app is not official and you should uninstall it.")},1e3),!t)return!1;t=decodeURIComponent(escape(atob(t)));const e=JSON.parse(t,g.c);if(Object(l.b)(e.PlayerSave),Object(c.h)(e.AllServersSave),Object(r.c)(e.CompaniesSave),Object(o.d)(e.FactionsSave),e.hasOwnProperty("StaneksGiftSave")?Object(m.b)(e.StaneksGiftSave):(console.warn("Could not load Staneks Gift from save"),Object(m.b)("")),e.hasOwnProperty("AliasesSave"))try{Object(a.c)(e.AliasesSave)}catch(t){console.warn("Could not load Aliases from save"),Object(a.c)("")}else console.warn("Save file did not contain an Aliases property"),Object(a.c)("");if(e.hasOwnProperty("GlobalAliasesSave"))try{Object(a.d)(e.GlobalAliasesSave)}catch(t){console.warn("Could not load GlobalAliases from save"),Object(a.d)("")}else console.warn("Save file did not contain a GlobalAliases property"),Object(a.d)("");if(e.hasOwnProperty("StockMarketSave"))try{Object(u.h)(e.StockMarketSave)}catch(t){Object(u.h)("")}else Object(u.h)("");if(e.hasOwnProperty("SettingsSave"))try{f.a.load(e.SettingsSave)}catch(t){}if(e.hasOwnProperty("LastExportBonus"))try{d.d(JSON.parse(e.LastExportBonus))}catch(t){d.d((new Date).getTime()),console.error("ERROR: Failed to parse last export bonus Settings "+t)}if(l.a.gang&&e.hasOwnProperty("AllGangsSave"))try{Object(s.b)(e.AllGangsSave)}catch(t){console.error("ERROR: Failed to parse AllGangsSave: "+t)}if(e.hasOwnProperty("VersionSave"))try{const t=JSON.parse(e.VersionSave,g.c);!function(t){const e=l.a;if("string"==typeof t){if(t<="0.41.2"){null!=e.companyPosition&&"string"!=typeof e.companyPosition&&(e.companyPosition=e.companyPosition.data.positionName,null==e.companyPosition&&(e.companyPosition=""));for(const t of Object.keys(r.a)){const e=r.a[t];if(0==e.name&&null!=e.companyName&&(e.name=e.companyName),e.companyPositions instanceof Array){const t={};for(let n=0;n0)for(const t of e.sleeves)if(t.augmentations&&0!==t.augmentations.length)for(const e of t.augmentations)"Graphene BranchiBlades Upgrade"===e.name&&(e.name="Graphene BrachiBlades Upgrade");if(t<12&&void 0!==e.resleeves&&delete e.resleeves,t<15&&(f.a.EditorTheme={..._.a}),t<16){o.a[C.a.ShadowsOfAnarchy]=new x.a(C.a.ShadowsOfAnarchy);for(const t of Object(c.c)())for(const e of t.contracts)"HammingCodes: Integer to encoded Binary"==e.type&&(e.type="HammingCodes: Integer to Encoded Binary")}const n=()=>{e.hp={current:1,max:1};for(const t of e.sleeves)t.hp={current:1,max:1};e.exp.hacking=e.hacking_exp,e.exp.strength=e.strength_exp,e.exp.defense=e.defense_exp,e.exp.dexterity=e.dexterity_exp,e.exp.agility=e.agility_exp,e.exp.charisma=e.charisma_exp,e.exp.intelligence=e.intelligence_exp};if(t<17){let t=[...l.a.augmentations];t=t.filter(t=>t.name===E.a.NeuroFluxGovernor);const e=new v.a(E.a.NeuroFluxGovernor);e.level=0;for(const n of t)e.level+=n.level;l.a.augmentations=[...l.a.augmentations.filter(t=>t.name!==E.a.NeuroFluxGovernor),e],n(),l.a.reapplyAllAugmentations(!0),l.a.reapplyAllSourceFiles()}if(t<20){if(!Object(c.d)(O.a.DarkWeb)){const t=Object(L.g)({ip:Object(c.e)(),hostname:O.a.DarkWeb,organizationName:"",isConnectedTo:!1,adminRights:!1,purchasedByPlayer:!1,maxRam:1});Object(c.a)(t)}}if(t<21){Object(y.a)(10);const t=e.createProgramName;t&&l.a.getHomeComputer().pushProgram(t);const n=e.graftAugmentationName;n&&l.a.augmentations.push({name:n,level:1})}if(t<22&&(n(),Object(M.a)()),t<23&&(e.currentWork=null),t<24&&l.a.getHomeComputer().scripts.forEach(t=>t.filename.endsWith(".ns")&&(t.filename+=".js")),t<25){const t=["hacking_chance_mult","hacking_speed_mult","hacking_money_mult","hacking_grow_mult","hacking_mult","strength_mult","defense_mult","dexterity_mult","agility_mult","charisma_mult","hacking_exp_mult","strength_exp_mult","defense_exp_mult","dexterity_exp_mult","agility_exp_mult","charisma_exp_mult","company_rep_mult","faction_rep_mult","crime_money_mult","crime_success_mult","work_money_mult","hacknet_node_money_mult","hacknet_node_purchase_cost_mult","hacknet_node_ram_cost_mult","hacknet_node_core_cost_mult","hacknet_node_level_cost_mult","bladeburner_max_stamina_mult","bladeburner_stamina_gain_mult","bladeburner_analysis_mult","bladeburner_success_chance_mult","hacking_exp","strength_exp","defense_exp","dexterity_exp","agility_exp","charisma_exp","intelligence_exp","companyName","isWorking","workType","workCostMult","workExpMult","currentWorkFactionName","currentWorkFactionDescription","workHackExpGainRate","workStrExpGainRate","workDefExpGainRate","workDexExpGainRate","workAgiExpGainRate","workChaExpGainRate","workRepGainRate","workMoneyGainRate","workMoneyLossRate","workHackExpGained","workStrExpGained","workDefExpGained","workDexExpGained","workAgiExpGained","workChaExpGained","workRepGained","workMoneyGained","createProgramName","createProgramReqLvl","graftAugmentationName","timeWorkedGraftAugmentation","className","crimeType","timeWorked","timeWorkedCreateProgram","timeNeededToCompleteWork","factionWorkType","committingCrimeThruSingFn","singFnCrimeWorkerScript","hacking","max_hp","strength","defense","dexterity","agility","charisma","intelligence"],n=["gymStatType","bbAction","bbContract","hacking","strength","defense","dexterity","agility","charisma","intelligence","max_hp","hacking_exp","strength_exp","defense_exp","dexterity_exp","agility_exp","charisma_exp","intelligence_exp","hacking_mult","strength_mult","defense_mult","dexterity_mult","agility_mult","charisma_mult","hacking_exp_mult","strength_exp_mult","defense_exp_mult","dexterity_exp_mult","agility_exp_mult","charisma_exp_mult","hacking_chance_mult","hacking_speed_mult","hacking_money_mult","hacking_grow_mult","company_rep_mult","faction_rep_mult","crime_money_mult","crime_success_mult","work_money_mult","hacknet_node_money_mult","hacknet_node_purchase_cost_mult","hacknet_node_ram_cost_mult","hacknet_node_core_cost_mult","hacknet_node_level_cost_mult","bladeburner_max_stamina_mult","bladeburner_stamina_gain_mult","bladeburner_analysis_mult","bladeburner_success_chance_mult","className","crimeType","currentTask","currentTaskLocation","currentTaskMaxTime","currentTaskTime","earningsForSleeves","earningsForPlayer","earningsForTask","factionWorkType","gainRatesForTask","logs"];let a=Number(e.intelligence_exp);isNaN(a)&&(a=0),e.exp.intelligence+=a;for(const n of t)delete e[n];for(const t of e.sleeves){const e=t;let a=Number(e.intelligence_exp);isNaN(a)&&(a=0),e.exp.intelligence+=a;for(const e of n)delete t[e]}}}}(t),window.location.href.toLowerCase().includes("bitburner-beta")?Object(p.a)("You are playing on the beta environment! This branch of the game features the latest developments in the game. This version may be unstable.\nPlease report any bugs/issues through the github repository (https://github.com/danielyxie/bitburner/issues) or the Bitburner subreddit (reddit.com/r/bitburner).\n\n"+i.a.LatestUpdate):t!==i.a.VersionNumber&&N()}catch(t){N()}else N();return!0}function N(){setTimeout(()=>Object(p.a)("New update!\nPlease report any bugs/issues through the GitHub repository or the Bitburner subreddit (reddit.com/r/bitburner).\n\n"+i.a.LatestUpdate),1e3)}function P(t,e){const n=new Blob([e],{type:"text/plain"}),a=document.createElement("a"),r=URL.createObjectURL(n);a.href=r,a.download=t,document.body.appendChild(a),a.click(),setTimeout((function(){document.body.removeChild(a),window.URL.revokeObjectURL(r)}),0)}g.c.constructors.BitburnerSaveObject=T;const I=new T},function(t,e,n){"use strict";n.d(e,"c",(function(){return i})),n.d(e,"a",(function(){return o})),n.d(e,"b",(function(){return s}));var a=n(1),r=n(89);const i=(t,e,n=1)=>{const i=Object(r.d)(e,t.shockBonus(),e.money>0);Object(r.b)(t,i,n);const o=Object(r.d)(i,t.syncBonus(),e.money>0);Object(r.a)(a.a,o,n,"sleeves"),a.a.sleeves.filter(e=>e!==t).forEach(t=>Object(r.b)(t,o,n))};class o{constructor(t){this.type=t}finish(){}}let s;!function(t){t.COMPANY="COMPANY",t.FACTION="FACTION",t.CRIME="CRIME",t.CLASS="CLASS",t.RECOVERY="RECOVERY",t.SYNCHRO="SYNCHRO",t.BLADEBURNER="BLADEBURNER",t.INFILTRATE="INFILTRATE",t.SUPPORT="SUPPORT"}(s||(s={}))},function(t,e,n){"use strict";n.d(e,"a",(function(){return r})),n.d(e,"b",(function(){return i}));var a=n(772);const r={...a.Default.colors},i=()=>({...a})},function(t,e,n){"use strict";n.d(e,"c",(function(){return i})),n.d(e,"b",(function(){return o})),n.d(e,"d",(function(){return s})),n.d(e,"a",(function(){return l}));var a=n(16),r=n(798);let i=new r.a;function o(t){i=t?JSON.parse(t,a.c):new r.a}function s(t,e){const n=[];for(let a=0;a{var e;null!=i[(e=t).name]&&console.warn("Duplicate Company Position being defined: "+e.name),i[e.name]=new r.a(e)})},function(t,e,n){"use strict";let a;n.d(e,"a",(function(){return a})),function(t){t.HACKING="HACKING",t.FIELD="FIELD",t.SECURITY="SECURITY"}(a||(a={}))},,,function(t,e,n){"use strict";let a;n.d(e,"a",(function(){return a})),n.d(e,"b",(function(){return i})),n.d(e,"c",(function(){return o})),function(t){t.Bypass="Bypass",t.PrototypeTampering="PrototypeTampering",t.Unclickable="Unclickable",t.UndocumentedFunctionCall="UndocumentedFunctionCall",t.TimeCompression="TimeCompression",t.RealityAlteration="RealityAlteration",t.N00dles="N00dles",t.YoureNotMeantToAccessThis="YoureNotMeantToAccessThis",t.TrueRecursion="TrueRecursion",t.INeedARainbow="INeedARainbow",t.EditSaveFile="EditSaveFile"}(a||(a={}));const r={Bypass:"by circumventing the ram cost of document.",EditSaveFile:"by editing your save file.",PrototypeTampering:"by tampering with Numbers prototype.",TimeCompression:"by compressing time.",Unclickable:"by clicking the unclickable.",UndocumentedFunctionCall:"by looking beyond the documentation.",RealityAlteration:"by altering reality to suit your whims.",N00dles:"by harnessing the power of the n00dles.",YoureNotMeantToAccessThis:"by accessing the dev menu.",TrueRecursion:"by truly recursing.",INeedARainbow:"by using the power of the rainbow."};function i(t){return r[t]}function o(t){return t=t.filter(t=>Object.keys(a).includes(t)),[...new Set(t)]}},,,function(t,e,n){"use strict";n.d(e,"c",(function(){return b})),n.d(e,"d",(function(){return y})),n.d(e,"g",(function(){return S})),n.d(e,"f",(function(){return k})),n.d(e,"e",(function(){return g})),n.d(e,"a",(function(){return v})),n.d(e,"b",(function(){return w}));var a=n(72),r=n(325),i=n(13),o=n(15),s=n(30),l=n(1),c=n(478),f=n(19),u=n(1492),m=n(5),h=n(365),d=n(22),p=n(192);function g(){!function(){for(const t of Object.keys(s.a))s.a.hasOwnProperty(t)&&(s.a[t].augmentations=[])}(),Object(u.a)(a.a),[Object(h.d)(),Object(h.f)(),...Object(h.c)(),...Object(h.e)(),...Object(s.b)(m.a.Bladeburners)?Object(h.a)():[],...Object(s.b)(m.a.ChurchOfTheMachineGod)?Object(h.b)():[]].map(E),l.a.reapplyAllAugmentations()}function b(){return o.a.MultipleAugMultiplier*[1,.96,.94,.93][l.a.sourceFileLvl(11)]}function y(){return Math.pow(b(),l.a.queuedAugmentations.length)}function E(t){t.addToFactions(t.factions);const e=t.name;w(e)&&delete a.a[e],function(t){const e=t.name;a.a[e]=t}(t)}function v(t,e=!1){const n=a.a[t.name];l.a.mults=Object(p.b)(l.a.mults,n.mults),t.name!==i.a.CongruityImplant||e||(l.a.entropy=0,l.a.applyEntropy(l.a.entropy));const o=l.a.augmentations.find(t=>t.name===i.a.NeuroFluxGovernor);if(t.name!==i.a.NeuroFluxGovernor||e||!o){if(!e){const e=new r.a(t.name);l.a.augmentations.push(e)}}else o.level=t.level}function k(t){if(0==l.a.queuedAugmentations.length&&!t)return Object(f.a)("You have not purchased any Augmentations to install!"),!1;let e="",n=-1;for(let t=l.a.queuedAugmentations.length-1;t>=0;t--)if(l.a.queuedAugmentations[t].name===i.a.NeuroFluxGovernor){n=t;break}for(let t=0;t{const e={c:this,onClose:()=>{t(c.Cancelled)},onAttempt:e=>{this.isSolution(e)?t(c.Success):t(c.Failure)}};i.a.emit(e)})}toJSON(){return Object(r.b)("CodingContract",this)}static fromJSON(t){return Object(r.a)(f,t.data)}}r.c.constructors.CodingContract=f},function(t,e,n){"use strict";let a;n.d(e,"a",(function(){return a})),function(t){t.LimitBuy="Limit Buy Order",t.LimitSell="Limit Sell Order",t.StopBuy="Stop Buy Order",t.StopSell="Stop Sell Order"}(a||(a={}))},,,,function(t,e,n){"use strict";n.d(e,"c",(function(){return i})),n.d(e,"b",(function(){return s})),n.d(e,"d",(function(){return l})),n.d(e,"a",(function(){return c}));var a=n(64),r=n(217);const i=[];class o{constructor(t,e,n,a,r){this.id=t,this.shape=e,this.type=n,this.power=a,this.limit=r}fullAt(t,e,n){if(e<0)return!1;if(e>=this.height(n))return!1;if(t<0)return!1;if(t>=this.width(n))return!1;let[a,r,i,o]=[0,0,1,1];1===n?[a,r,i,o]=[this.width(n)-1,0,-1,1]:2===n?[a,r,i,o]=[this.width(n)-1,this.height(n)-1,-1,-1]:3===n&&([a,r,i,o]=[0,this.height(n)-1,1,-1]);let[s,l]=[a+i*t,r+o*e];return n%2==1&&([s,l]=[l,s]),this.shape[l][s]}width(t){return t%2==0?this.shape[0].length:this.shape.length}height(t){return t%2==0?this.shape.length:this.shape[0].length}neighbors(t){const e=[],n=(n,a)=>{this.fullAt(n,a,t)||e.some(t=>t[0]===n&&t[1]===a)||e.push([n,a])};for(let e=0;ee[0]===t[0]&&e[1]===t[1])||a.push(t);return a}copy(){return Object.assign({},this)}}function s(t){for(const e of i)if(e.id===t)return e;return null}!function(){const t=!1,e=!0;i.push(new o(0,r.a.S,a.b.Hacking,1,1)),i.push(new o(1,r.a.Z,a.b.Hacking,1,1)),i.push(new o(5,r.a.T,a.b.HackingSpeed,1.3,1)),i.push(new o(6,r.a.I,a.b.HackingMoney,2,1)),i.push(new o(7,r.a.J,a.b.HackingGrow,.5,1)),i.push(new o(10,r.a.T,a.b.Strength,2,1)),i.push(new o(12,r.a.L,a.b.Defense,2,1)),i.push(new o(14,r.a.L,a.b.Dexterity,2,1)),i.push(new o(16,r.a.S,a.b.Agility,2,1)),i.push(new o(18,r.a.S,a.b.Charisma,3,1)),i.push(new o(20,r.a.I,a.b.HacknetMoney,1,1)),i.push(new o(21,r.a.O,a.b.HacknetCost,2,1)),i.push(new o(25,r.a.J,a.b.Rep,.5,1)),i.push(new o(27,r.a.J,a.b.WorkMoney,10,1)),i.push(new o(28,r.a.L,a.b.Crime,2,1)),i.push(new o(30,r.a.S,a.b.Bladeburner,.4,1)),i.push(new o(100,[[t,e,e],[e,e,t],[t,e,t]],a.b.Booster,1.1,99)),i.push(new o(101,[[e,e,e,e],[e,t,t,t]],a.b.Booster,1.1,99)),i.push(new o(102,[[t,e,e,e],[e,e,t,t]],a.b.Booster,1.1,99)),i.push(new o(103,[[e,e,e,t],[t,t,e,e]],a.b.Booster,1.1,99)),i.push(new o(104,[[t,e,e],[t,e,t],[e,e,t]],a.b.Booster,1.1,99)),i.push(new o(105,[[t,t,e],[t,e,e],[e,e,t]],a.b.Booster,1.1,99)),i.push(new o(106,[[e,t,t],[e,e,e],[e,t,t]],a.b.Booster,1.1,99)),i.push(new o(107,[[t,e,t],[e,e,e],[t,e,t]],a.b.Booster,1.1,99))}();const l=new o(-2,[],a.b.None,0,1/0),c=new o(-2,[],a.b.Delete,0,1/0)},,,,,function(t,e,n){"use strict";function a(){return"xxxxxxxx-xxxx-4xxx-yxxx-xxxxxxxxxxxx".replace(/[xy]/g,(function(t){const e=16*Math.random()|0;return("x"==t?e:3&e|8).toString(16)}))}n.d(e,"a",(function(){return r}));class r{constructor(){var t,e,n;n={},(e="subscribers")in(t=this)?Object.defineProperty(t,e,{value:n,enumerable:!0,configurable:!0,writable:!0}):t[e]=n}subscribe(t){let e=a();for(;void 0!==this.subscribers[e];)e=a();return this.subscribers[e]=t,()=>{delete this.subscribers[e]}}emit(...t){for(const e in this.subscribers){const n=this.subscribers[e];void 0!==n&&n(...t)}}}},,function(t,e,n){"use strict";n.d(e,"a",(function(){return a})),n.d(e,"d",(function(){return i})),n.d(e,"c",(function(){return o})),n.d(e,"b",(function(){return s}));const a={base:"vs-dark",inherit:!0,common:{accent:"B5CEA8",bg:"1E1E1E",fg:"D4D4D4"},syntax:{tag:"569CD6",entity:"569CD6",string:"CE9178",regexp:"646695",markup:"569CD6",keyword:"569CD6",comment:"6A9955",constant:"569CD6",error:"F44747"},ui:{line:"1E1E1E",panel:{bg:"252526",selected:"252526",border:"1E1E1E"},selection:{bg:"ADD6FF26"}}},r=/^#?([0-9A-Fa-f]{6})([0-9A-Fa-f]{2})?$/,i=t=>{for(const[e,n]of Object.entries(t)){switch(e){case"base":["vs-dark","vs"].includes(t.base)||(t.base="vs-dark");continue;case"inherit":"boolean"!=typeof t.inherit&&(t.inherit=!0);continue}const a=t=>{for(const[e,n]of Object.entries(t))"object"==typeof n?a(n):n.match(r)||(t[e]="FF0000")};a(n)}};function o(t){const e=[{token:"",background:t.ui.line,foreground:t.common.fg},{token:"identifier",foreground:t.common.accent},{token:"keyword",foreground:t.syntax.keyword},{token:"string",foreground:t.syntax.string},{token:"string.escape",foreground:t.syntax.regexp},{token:"comment",foreground:t.syntax.comment},{token:"constant",foreground:t.syntax.constant},{token:"entity",foreground:t.syntax.entity},{token:"type",foreground:t.syntax.tag},{token:"tag",foreground:t.syntax.tag},{token:"regexp",foreground:t.syntax.regexp},{token:"attribute",foreground:t.syntax.tag},{token:"constructor",foreground:t.syntax.markup},{token:"invalid",foreground:t.syntax.error},{token:"number",foreground:t.common.accent},{token:"delimiter",foreground:t.common.fg},{token:"ns",foreground:t.syntax.tag},{token:"netscriptfunction",foreground:t.syntax.markup},{token:"otherkeywords",foreground:t.syntax.keyword},{token:"otherkeyvars",foreground:t.common.accent},{token:"this",foreground:t.syntax.tag}],n=Object.fromEntries([["editor.background",t.common.bg],["editor.foreground",t.common.fg],["editor.lineHighlightBackground",t.ui.line],["editor.selectionBackground",t.ui.selection.bg],["editorSuggestWidget.background",t.ui.panel.bg],["editorSuggestWidget.border",t.ui.panel.border],["editorSuggestWidget.selectedBackground",t.ui.panel.selected],["editorHoverWidget.background",t.ui.panel.bg],["editorHoverWidget.border",t.ui.panel.border],["editorWidget.background",t.ui.panel.bg],["editorWidget.border",t.ui.panel.border],["input.background",t.ui.panel.bg],["input.border",t.ui.panel.border]].map(([t,e])=>[t,"#"+e]));return{base:t.base,inherit:t.inherit,rules:e,colors:n}}async function s(t){t.editor.defineTheme("monokai",{base:"vs-dark",inherit:!0,rules:[{background:"272822",token:""},{foreground:"75715e",token:"comment"},{foreground:"e6db74",token:"string"},{token:"number",foreground:"ae81ff"},{token:"otherkeyvars",foreground:"ae81ff"},{foreground:"ae81ff",token:"function"},{foreground:"f92672",token:"keyword"},{token:"storage.type.function.js",foreground:"ae81ff"},{token:"ns",foreground:"97d92b"},{token:"netscriptfunction",foreground:"53d3e4"},{token:"otherkeywords",foreground:"53d3e4"},{token:"this",foreground:"fd971f"}],colors:{"editor.foreground":"#F8F8F2","editor.background":"#272822","editor.selectionBackground":"#49483E","editor.lineHighlightBackground":"#3E3D32","editorCursor.foreground":"#F8F8F0","editorWhitespace.foreground":"#3B3A32","editorIndentGuide.activeBackground":"#9D550FB0","editor.selectionHighlightBorder":"#222218"}}),t.editor.defineTheme("solarized-dark",{base:"vs-dark",inherit:!0,rules:[{background:"002b36",token:""},{foreground:"586e75",token:"comment"},{foreground:"00afaf",token:"string"},{token:"number",foreground:"00afaf"},{token:"otherkeyvars",foreground:"268bd2"},{foreground:"268bd2",token:"function"},{foreground:"859900",token:"keyword"},{token:"storage.type.function.js",foreground:"cb4b16"},{token:"ns",foreground:"cb4b16"},{token:"netscriptfunction",foreground:"268bd2"},{token:"otherkeywords",foreground:"268bd2"},{token:"type.identifier.js",foreground:"b58900"},{token:"delimiter.square.js",foreground:"0087ff"},{token:"delimiter.bracket.js",foreground:"0087ff"},{token:"this",foreground:"cb4b16"}],colors:{"editor.foreground":"#839496","editor.background":"#002b36","editor.selectionBackground":"#073642","editor.lineHighlightBackground":"#073642","editorCursor.foreground":"#819090","editorWhitespace.foreground":"#073642","editorIndentGuide.activeBackground":"#9D550FB0","editor.selectionHighlightBorder":"#222218"}}),t.editor.defineTheme("solarized-light",{base:"vs",inherit:!0,rules:[{foreground:"657b83",background:"fdf6e3",token:""},{foreground:"586e75",token:"comment"},{foreground:"2aa198",token:"string"},{token:"number",foreground:"2aa198"},{token:"otherkeyvars",foreground:"268bd2"},{foreground:"268bd2",token:"function"},{foreground:"859900",token:"keyword"},{token:"storage.type.function.js",foreground:"bc4b16"},{token:"ns",foreground:"cb4b16"},{token:"netscriptfunction",foreground:"268bd2"},{token:"otherkeywords",foreground:"268bd2"},{token:"type.identifier.js",foreground:"b58900"},{token:"delimiter.square.js",foreground:"0087ff"},{token:"delimiter.bracket.js",foreground:"0087ff"},{token:"this",foreground:"cb4b16"}],colors:{"editor.foreground":"#657b83","editor.background":"#fdf6e3","editor.selectionBackground":"#eee8d5","editor.lineHighlightBackground":"#eee8d5","editorCursor.foreground":"#657b83","editorWhitespace.foreground":"#eee8d5","editorIndentGuide.activeBackground":"#eee8d5","editor.selectionHighlightBorder":"#073642"}}),t.editor.defineTheme("dracula",{base:"vs-dark",inherit:!0,rules:[{background:"282A36",foreground:"F8F8F2",token:""},{foreground:"6272A4",token:"comment"},{foreground:"F1FA8C",token:"string"},{token:"number",foreground:"BD93F9"},{token:"otherkeyvars",foreground:"BD93F9"},{foreground:"FF79C6",token:"function"},{foreground:"FF79C6",token:"keyword"},{token:"storage.type.function.js",foreground:"FF79C6"},{token:"ns",foreground:"FFB86C",fontStyle:"italic"},{token:"netscriptfunction",foreground:"FF79C6"},{token:"otherkeywords",foreground:"FF68A7"},{token:"type.identifier.js",foreground:"7EE9FD",fontStyle:"italic"},{token:"delimiter.square.js",foreground:"FFD709"},{token:"delimiter.parenthesis.js",foreground:"FFD709"},{token:"delimiter.bracket.js",foreground:"FFD709"},{token:"this",foreground:"BD93F9",fontStyle:"italic"}],colors:{"editor.foreground":"#F8F8F2","editor.background":"#282A36","editorLineNumber.foreground":"#6272A4","editor.selectionBackground":"#44475A","editor.selectionHighlightBackground":"#424450","editor.foldBackground":"#21222C","editor.wordHighlightBackground":"#8BE9FD50","editor.wordHighlightStrongBackground":"#50FA7B50","editor.findMatchBackground":"#FFB86C80","editor.findMatchHighlightBackground":"#FFFFFF40","editor.findRangeHighlightBackground":"#44475A75","editor.hoverHighlightBackground":"#8BE9FD50","editor.lineHighlightBorder":"#44475A","editor.rangeHighlightBackground":"#BD93F915","editor.snippetTabstopHighlightBackground":"#282A36","editor.snippetTabstopHighlightBorder":"#6272A4","editor.snippetFinalTabstopHighlightBackground":"#282A36","editor.snippetFinalTabstopHighlightBorder":"#50FA7B"}}),t.editor.defineTheme("one-dark",{base:"vs-dark",inherit:!0,rules:[{token:"",background:"333842",foreground:"ABB2BF"},{token:"comment",foreground:"5C6370"},{token:"string",foreground:"98C379"},{token:"number",foreground:"D19A66"},{token:"function",foreground:"C678DD"},{token:"keyword",foreground:"C678DD"},{token:"otherkeyvars",foreground:"D19A66"},{token:"otherkeywords",foreground:"C678DD"},{token:"ns",foreground:"E06C75"},{token:"netscriptfunction",foreground:"61AFEF"},{token:"type.identifier",foreground:"E5C07B"},{token:"delimiter",foreground:"ABB2BF"},{token:"this",foreground:"E06C75"}],colors:{"editor.background":"#282C34","editor.foreground":"#ABB2BF","editor.lineHighlightBackground":"#99BBFF0A","editor.selectionBackground":"#3E4451","editor.findMatchHighlightBackground":"#528BFF3D","editorCursor.foreground":"#528BFF","editorHoverWidget.background":"#21252B","editorHoverWidget.border":"#181A1F","editorIndentGuide.background":"#ABB2BF26","editorIndentGuide.activeBackground":"#626772","editorLineNumber.foreground":"#636D83","editorLineNumber.activeForeground":"#ABB2BF","editorSuggestWidget.background":"#21252B","editorSuggestWidget.border":"#181A1F","editorSuggestWidget.selectedBackground":"#2C313A","editorWhitespace.foreground":"#ABB2BF26","editorWidget.background":"#21252B","editorWidget.border":"#3A3F4B","input.background":"#1B1D23","input.border":"#181A1F","peekView.border":"#528BFF","peekViewResult.background":"#21252B","peekViewResult.selectionBackground":"#2C313A","peekViewTitle.background":"#1B1D23","peekViewEditor.background":"#1B1D23","scrollbarSlider.background":"#4E566680","scrollbarSlider.activeBackground":"#747D9180","scrollbarSlider.hoverBackground":"#5A637580"}})}},,,,,,function(t,e,n){"use strict";n.d(e,"a",(function(){return g}));var a=n(0),r=n.n(a),i=n(644),o=n.n(i),s=n(1204),l=n.n(s),c=n(112),f=n(1205),u=n.n(f),m=n(641),h=n.n(m),d=n(87),p=n(23);function g(t){const[e,n]=Object(a.useState)("");const{label:i,placeholder:s,add:f,subtract:m,reset:g,tons:b}=t;return r.a.createElement(r.a.Fragment,null,r.a.createElement(d.a,{label:i,value:e,onChange:function(t){""===t.target.value?n(""):n(parseFloat(t.target.value))},placeholder:s,type:"number",InputProps:{startAdornment:r.a.createElement(r.a.Fragment,null,r.a.createElement(p.a,{title:"Add a lot"},r.a.createElement(c.a,{onClick:b,size:"large"},r.a.createElement(h.a,{style:{transform:"rotate(-90deg)"}}))),r.a.createElement(p.a,{title:"Add"},r.a.createElement(c.a,{onClick:()=>f("string"!=typeof e?e:0),size:"large"},r.a.createElement(o.a,null)))),endAdornment:r.a.createElement(r.a.Fragment,null,r.a.createElement(p.a,{title:"Remove"},r.a.createElement(c.a,{onClick:()=>m("string"!=typeof e?e:0),size:"large"},r.a.createElement(l.a,null))),r.a.createElement(p.a,{title:"Reset"},r.a.createElement(c.a,{onClick:g,size:"large"},r.a.createElement(u.a,null))))}}))}},function(t,e,n){"use strict";n.d(e,"a",(function(){return c}));var a=n(345),r=n(284),i=n(23),o=n(3),s=n(0),l=n.n(s);function c({checked:t,onChange:e,text:n,tooltip:c}){const[f,u]=Object(s.useState)(t);return Object(s.useEffect)(()=>e(f),[f]),l.a.createElement(l.a.Fragment,null,l.a.createElement(a.a,{control:l.a.createElement(r.a,{checked:f,onChange:function(t){u(t.target.checked)}}),label:l.a.createElement(i.a,{title:l.a.createElement(o.a,null,c)},l.a.createElement(o.a,null,n))}),l.a.createElement("br",null))}},function(t,e,n){"use strict";n.d(e,"e",(function(){return r})),n.d(e,"g",(function(){return i})),n.d(e,"a",(function(){return o})),n.d(e,"d",(function(){return s})),n.d(e,"f",(function(){return l})),n.d(e,"b",(function(){return c})),n.d(e,"c",(function(){return f}));var a=n(31);function r(t,e){return Math.random()*(e-t)+t}const i="↑",o="↓",s="←",l="→";function c(t){switch(t.key){case a.a.UP_ARROW:case a.a.W:return i;case a.a.LEFT_ARROW:case a.a.A:return s;case a.a.DOWN_ARROW:case a.a.S:return o;case a.a.RIGHT_ARROW:case a.a.D:return l}return""}function f(t){switch(t.key){case a.a.DOWN_ARROW:case a.a.S:return i;case a.a.RIGHT_ARROW:case a.a.D:return s;case a.a.UP_ARROW:case a.a.W:return o;case a.a.LEFT_ARROW:case a.a.A:return l}return""}},function(t,e,n){"use strict";n.d(e,"a",(function(){return i}));var a=n(363),r=n(16);class i extends a.a{constructor(t=null){super(t),this.count=1}getActionTimePenalty(){return 1.5}getChaosCompetencePenalty(){return 1}getChaosDifficultyBonus(){return 1}toJSON(){return Object(r.b)("BlackOperation",this)}static fromJSON(t){return Object(r.a)(i,t.data)}}r.c.constructors.BlackOperation=i},function(t,e,n){"use strict";let a;n.d(e,"a",(function(){return a})),function(t){t.None="",t.SHOPLIFT="SHOPLIFT",t.ROB_STORE="ROBSTORE",t.MUG="MUG",t.LARCENY="LARCENY",t.DRUGS="DRUGS",t.BOND_FORGERY="BONDFORGERY",t.TRAFFIC_ARMS="TRAFFICKARMS",t.HOMICIDE="HOMICIDE",t.GRAND_THEFT_AUTO="GRANDTHEFTAUTO",t.KIDNAP="KIDNAP",t.ASSASSINATION="ASSASSINATION",t.HEIST="HEIST"}(a||(a={}))},function(t,e,n){"use strict";n.d(e,"a",(function(){return s})),n.d(e,"b",(function(){return l}));var a=n(307),r=n(695);function i(t){const e=a.a[t];if(null==e)throw new Error("Invalid research name: "+t);return new r.a({text:e.name,cost:e.cost})}function o(){const t=i("Hi-Tech R&D Laboratory"),e=i("AutoBrew"),n=i("AutoPartyManager"),a=i("Automatic Drug Administration"),r=i("Bulk Purchasing"),o=i("CPH4 Injections"),s=i("Drones"),l=i("Drones - Assembly"),c=i("Drones - Transport"),f=i("Go-Juice"),u=i("HRBuddy-Recruitment"),m=i("HRBuddy-Training"),h=i("JoyWire"),d=i("Market-TA.I"),p=i("Market-TA.II"),g=i("Overclock"),b=i("Self-Correcting Assemblers"),y=i("Sti.mu");return a.addChild(f),a.addChild(o),s.addChild(l),s.addChild(c),u.addChild(m),d.addChild(p),g.addChild(y),t.addChild(e),t.addChild(n),t.addChild(a),t.addChild(r),t.addChild(s),t.addChild(u),t.addChild(h),t.addChild(d),t.addChild(g),t.addChild(b),t}function s(){const t=new r.b;return t.setRoot(o()),t}function l(){const t=new r.b,e=o(),n=i("uPgrade: Fulcrum"),a=i("uPgrade: Capacity.I"),s=i("uPgrade: Capacity.II"),l=i("uPgrade: Dashboard");return a.addChild(s),n.addChild(a),n.addChild(l),e.addChild(n),t.setRoot(e),t}},,function(t,e,n){"use strict";n.d(e,"g",(function(){return m})),n.d(e,"c",(function(){return h})),n.d(e,"d",(function(){return d})),n.d(e,"f",(function(){return p})),n.d(e,"e",(function(){return g})),n.d(e,"a",(function(){return b})),n.d(e,"b",(function(){return y}));var a=n(26),r=n(46),i=n(610),o=n(25),s=n(15),l=n(1),c=n(56),f=n(66),u=n(795);function m(t){let e=t.hostname.replace(/ /g,"-");if(null!=t.ip&&Object(a.g)(t.ip)&&(t.ip=Object(a.e)()),null!=Object(a.d)(e)){"-0"!=e.slice(-2)&&(e+="-0");for(let t=0;t<200&&(e=e.replace(/-[0-9]+$/,"-"+t),null!=Object(a.d)(e));++t);}return t.hostname=e,new r.a(t)}function h(t,e,n=1){let a=1+(s.a.ServerBaseGrowthRate-1)/t.hackDifficulty;a>s.a.ServerMaxGrowthRate&&(a=s.a.ServerMaxGrowthRate);const r=t.serverGrowth/100,i=1+(n-1)/16;return Math.log(e)/(Math.log(a)*l.a.mults.hacking_grow*r*o.a.ServerGrowthRate*i)}function d(t,e,n,a=1){if(n<0&&(n=0),e>t.moneyMax&&(e=t.moneyMax),e<=n)return 0;const r=1+(s.a.ServerBaseGrowthRate-1)/t.hackDifficulty,i=Math.min(r,s.a.ServerMaxGrowthRate),c=1+(a-1)/16,f=t.serverGrowth/100*l.a.mults.hacking_grow*c*o.a.ServerGrowthRate,u=f*Math.log(i),m=n*u+Math.log(e*u);let h;if(m0&&(h-=Math.log(m));let d=h/u-n;const p=i**f;let g=1/0;do{const t=p**d,a=n+d;g=(a*t-e)/(a*u+1)/t,d-=g}while(Math.abs(g)>=1);const b=Math.floor(d);if(e<=(n+b)*Math.pow(i,b*f))return b;const y=Math.ceil(d);return e<=(n+y)*Math.pow(i,y*f)?y:y+1}function p(t,e,n=1){let a=Object(i.a)(t,e,l.a,n);a<1&&(console.warn("serverGrowth calculated to be less than 1"),a=1);const r=t.moneyAvailable;if(t.moneyAvailable+=1*e,t.moneyAvailable*=a,Object(u.a)(t.moneyMax)&&isNaN(t.moneyAvailable)&&(t.moneyAvailable=t.moneyMax),Object(u.a)(t.moneyMax)&&t.moneyAvailable>t.moneyMax&&(t.moneyAvailable=t.moneyMax),r!==t.moneyAvailable){let a=d(t,t.moneyAvailable,r,n);a=Math.min(Math.max(0,Math.ceil(a)),e),t.fortify(2*s.a.ServerFortifyAmount*a)}return t.moneyAvailable/r}function g(t){const e=t.programs.includes(c.a.BitFlume.name);t.programs.length=0,t.runningScripts=[],t.serversOnNetwork=[],t.isConnectedTo=!0,t.ramUsed=0,t.programs.push(c.a.NukeProgram.name),e&&t.programs.push(c.a.BitFlume.name),t.scripts.forEach((function(e){e.updateRamUsage(t.scripts)})),t.messages.length=0,t.messages.push(f.a.HackersStartingHandbook)}function b(t,e){return e>t.serversOnNetwork.length?(console.error("Tried to get server on network that was out of range"),null):Object(a.d)(t.serversOnNetwork[e])}function y(t){return t instanceof r.a&&t.backdoorInstalled}},function(t,e,n){"use strict";n.d(e,"a",(function(){return l}));var a=n(0),r=n(7),i=n(122),o=n(148);const s=Object(i.a)(t=>Object(o.a)({unbuyable:{color:t.palette.action.disabled},money:{color:t.colors.money}}));function l(t){const e=s();return t.corp.funds>t.money?a.createElement("span",{className:e.money},r.a.formatMoney(t.money)):a.createElement("span",{className:e.unbuyable},r.a.formatMoney(t.money))}},function(t,e,n){"use strict";n.d(e,"a",(function(){return a}));const a={BladesIntuition:"Blade's Intuition",Cloak:"Cloak",Marksman:"Marksman",WeaponProficiency:"Weapon Proficiency",ShortCircuit:"Short-Circuit",DigitalObserver:"Digital Observer",Tracer:"Tracer",Overclock:"Overclock",Reaper:"Reaper",EvasiveSystem:"Evasive System",Datamancer:"Datamancer",CybersEdge:"Cyber's Edge",HandsOfMidas:"Hands of Midas",Hyperdrive:"Hyperdrive"}},function(t,e,n){"use strict";n.d(e,"a",(function(){return l}));var a=n(0),r=n(7),i=n(122),o=n(148);const s=Object(i.a)(t=>Object(o.a)({reputation:{color:t.colors.rep}}));function l({reputation:t}){const e=s();return a.createElement("span",{className:e.reputation},"number"==typeof t?r.a.formatReputation(t):t)}},,,function(t,e,n){"use strict";n.d(e,"a",(function(){return r})),n.d(e,"b",(function(){return i}));var a=n(0);const r={Gang:n.n(a).a.createContext({})},i=()=>Object(a.useContext)(r.Gang)},,,,function(t,e,n){"use strict";n.d(e,"a",(function(){return f})),n.d(e,"e",(function(){return u})),n.d(e,"b",(function(){return m})),n.d(e,"c",(function(){return h})),n.d(e,"d",(function(){return d}));var a=n(0),r=n.n(a),i=n(1),o=n(25),s=n(5),l=n(17);class c{constructor(t,e,n,a="",i=r.a.createElement(r.a.Fragment,null)){this.number=t,this.difficulty=e,this.name=n,this.desc=a,this.info=i}}const f={};function u(){f.BitNode1=new c(1,0,"Source Genesis","The original BitNode",r.a.createElement(r.a.Fragment,null,"The first BitNode created by the Enders to imprison the minds of humans. It became the prototype and testing-grounds for all of the BitNodes that followed.",r.a.createElement("br",null),r.a.createElement("br",null),"This is the first BitNode that you play through. It has no special modifications or mechanics.",r.a.createElement("br",null),r.a.createElement("br",null),"Destroying this BitNode will give you Source-File 1, or if you already have this Source-File it will upgrade its level up to a maximum of 3. This Source-File lets the player start with 32GB of RAM on his/her home computer when entering a new BitNode, and also increases all of the player's multipliers by:",r.a.createElement("br",null),r.a.createElement("br",null),"Level 1: 16%",r.a.createElement("br",null),"Level 2: 24%",r.a.createElement("br",null),"Level 3: 28%")),f.BitNode2=new c(2,0,"Rise of the Underworld","From the shadows, they rose",r.a.createElement(r.a.Fragment,null,"From the shadows, they rose.",r.a.createElement("br",null),r.a.createElement("br",null),"Organized crime groups quickly filled the void of power left behind from the collapse of Western government in the 2050s. As society and civilization broke down, people quickly succumbed to the innate human impulse of evil and savagery. The organized crime factions quickly rose to the top of the modern world.",r.a.createElement("br",null),r.a.createElement("br",null),"Certain Factions (",s.a.SlumSnakes,", ",s.a.Tetrads,", ",s.a.TheSyndicate,","," ",s.a.TheDarkArmy,", ",s.a.SpeakersForTheDead,", ",s.a.NiteSec,","," ",s.a.TheBlackHand,") give the player the ability to form and manage their own gangs. These gangs will earn the player money and reputation with the corresponding Faction",r.a.createElement("br",null),"Every Augmentation in the game will be available through the Factions listed above",r.a.createElement("br",null),r.a.createElement("br",null),"Destroying this BitNode will give you Source-File 2, or if you already have this Source-File it will upgrade its level up to a maximum of 3. This Source-File allows you to form gangs in other BitNodes once your karma decreases to a certain value. It also increases the player's crime success rate, crime money, and charisma multipliers by:",r.a.createElement("br",null),r.a.createElement("br",null),"Level 1: 24%",r.a.createElement("br",null),"Level 2: 36%",r.a.createElement("br",null),"Level 3: 42%")),f.BitNode3=new c(3,0,"Corporatocracy","The Price of Civilization",r.a.createElement(r.a.Fragment,null,"Our greatest illusion is that a healthy society can revolve around a single-minded pursuit of wealth.",r.a.createElement("br",null),r.a.createElement("br",null),"Sometime in the early 21st century economic and political globalization turned the world into a corporatocracy, and it never looked back. Now, the privileged elite will happily bankrupt their own countrymen, decimate their own community, and evict their neighbors from houses in their desperate bid to increase their wealth.",r.a.createElement("br",null),r.a.createElement("br",null),"In this BitNode you can create and manage your own corporation. Running a successful corporation has the potential of generating massive profits.",r.a.createElement("br",null),r.a.createElement("br",null),"Destroying this BitNode will give you Source-File 3, or if you already have this Source-File it will upgrade its level up to a maximum of 3. This Source-File lets you create corporations on other BitNodes (although some BitNodes will disable this mechanic) and level 3 permanently unlocks the full API. This Source-File also increases your charisma and company salary multipliers by:",r.a.createElement("br",null),"Level 1: 8%",r.a.createElement("br",null),"Level 2: 12%",r.a.createElement("br",null),"Level 3: 14%")),f.BitNode4=new c(4,1,"The Singularity","The Man and the Machine",r.a.createElement(r.a.Fragment,null,"The Singularity has arrived. The human race is gone, replaced by artificially superintelligent beings that are more machine than man. ",r.a.createElement("br",null),r.a.createElement("br",null),r.a.createElement("br",null),"In this BitNode you will gain access to a new set of Netscript Functions known as Singularity Functions. These functions allow you to control most aspects of the game through scripts, including working for factions/companies, purchasing/installing Augmentations, and creating programs.",r.a.createElement("br",null),r.a.createElement("br",null),"Destroying this BitNode will give you Source-File 4, or if you already have this Source-File it will upgrade its level up to a maximum of 3. This Source-File lets you access and use the Singularity Functions in other BitNodes. Each level of this Source-File reduces the RAM cost of singularity functions:",r.a.createElement("br",null),"Level 1: 16x",r.a.createElement("br",null),"Level 2: 4x",r.a.createElement("br",null),"Level 3: 1x")),f.BitNode5=new c(5,1,"Artificial Intelligence","Posthuman",r.a.createElement(r.a.Fragment,null,"They said it couldn't be done. They said the human brain, along with its consciousness and intelligence, couldn't be replicated. They said the complexity of the brain results from unpredictable, nonlinear interactions that couldn't be modeled by 1's and 0's. They were wrong.",r.a.createElement("br",null),r.a.createElement("br",null),"Destroying this BitNode will give you Source-File 5, or if you already have this Source-File it will upgrade its level up to a maximum of 3. This Source-File grants you a special new stat called Intelligence. Intelligence is unique because it is permanent and persistent (it never gets reset back to 1). However gaining Intelligence experience is much slower than other stats. Higher Intelligence levels will boost your production for many actions in the game. ",r.a.createElement("br",null),r.a.createElement("br",null),"In addition, this Source-File will unlock the getBitNodeMultipliers() Netscript function and let you start with Formulas.exe, and will also raise all of your hacking-related multipliers by:",r.a.createElement("br",null),r.a.createElement("br",null),"Level 1: 8%",r.a.createElement("br",null),"Level 2: 12%",r.a.createElement("br",null),"Level 3: 14%")),f.BitNode6=new c(6,1,s.a.Bladeburners,"Like Tears in Rain",r.a.createElement(r.a.Fragment,null,"In the middle of the 21st century, ",s.a.OmniTekIncorporated," began designing and manufacturing advanced synthetic androids, or Synthoids for short. They achieved a major technological breakthrough in the sixth generation of their Synthoid design, called MK-VI, by developing a hyperintelligent AI. Many argue that this was the first sentient AI ever created. This resulted in Synthoid models that were stronger, faster, and more intelligent than the humans that had created them.",r.a.createElement("br",null),r.a.createElement("br",null),"In this BitNode you will be able to access the ",s.a.Bladeburners," Division at the NSA, which provides a new mechanic for progression.",r.a.createElement("br",null),r.a.createElement("br",null),"Destroying this BitNode will give you Source-File 6, or if you already have this Source-File it will upgrade its level up to a maximum of 3. This Source-File allows you to access the NSA's ",s.a.Bladeburners," Division in other BitNodes. In addition, this Source-File will raise both the level and experience gain rate of all your combat stats by:",r.a.createElement("br",null),r.a.createElement("br",null),"Level 1: 8%",r.a.createElement("br",null),"Level 2: 12%",r.a.createElement("br",null),"Level 3: 14%")),f.BitNode7=new c(7,2,s.a.Bladeburners+" 2079","More human than humans",r.a.createElement(r.a.Fragment,null,"In the middle of the 21st century, you were doing cutting-edge work at ",s.a.OmniTekIncorporated," as part of the AI design team for advanced synthetic androids, or Synthoids for short. You helped achieve a major technological breakthrough in the sixth generation of the company's Synthoid design, called MK-VI, by developing a hyperintelligent AI. Many argue that this was the first sentient AI ever created. This resulted in Synthoid models that were stronger, faster, and more intelligent than the humans that had created them.",r.a.createElement("br",null),r.a.createElement("br",null),"In this BitNode you will be able to access the ",s.a.Bladeburners," API, which allows you to access"," ",s.a.Bladeburners," functionality through Netscript.",r.a.createElement("br",null),r.a.createElement("br",null),"Destroying this BitNode will give you Source-File 7, or if you already have this Source-File it will upgrade its level up to a maximum of 3. This Source-File allows you to access the ",s.a.Bladeburners," Netscript API in other BitNodes. In addition, this Source-File will increase all of your ",s.a.Bladeburners," ","multipliers by:",r.a.createElement("br",null),r.a.createElement("br",null),"Level 1: 8%",r.a.createElement("br",null),"Level 2: 12%",r.a.createElement("br",null),"Level 3: 14%")),f.BitNode8=new c(8,2,"Ghost of Wall Street","Money never sleeps",r.a.createElement(r.a.Fragment,null,"You are trying to make a name for yourself as an up-and-coming hedge fund manager on Wall Street.",r.a.createElement("br",null),r.a.createElement("br",null),"In this BitNode:",r.a.createElement("br",null),r.a.createElement("br",null),"You start with $250 million",r.a.createElement("br",null),"You start with a WSE membership and access to the TIX API",r.a.createElement("br",null),"You are able to short stocks and place different types of orders (limit/stop)",r.a.createElement("br",null),r.a.createElement("br",null),"Destroying this BitNode will give you Source-File 8, or if you already have this Source-File it will upgrade its level up to a maximum of 3. This Source-File grants the following benefits:",r.a.createElement("br",null),r.a.createElement("br",null),"Level 1: Permanent access to WSE and TIX API",r.a.createElement("br",null),"Level 2: Ability to short stocks in other BitNodes",r.a.createElement("br",null),"Level 3: Ability to use limit/stop orders in other BitNodes",r.a.createElement("br",null),r.a.createElement("br",null),"This Source-File also increases your hacking growth multipliers by:",r.a.createElement("br",null),"Level 1: 12%",r.a.createElement("br",null),"Level 2: 18%",r.a.createElement("br",null),"Level 3: 21%")),f.BitNode9=new c(9,2,"Hacktocracy","Hacknet Unleashed",r.a.createElement(r.a.Fragment,null,"When ",s.a.FulcrumSecretTechnologies," released their open-source Linux distro Chapeau, it quickly became the OS of choice for the underground hacking community. Chapeau became especially notorious for powering the Hacknet, a global, decentralized network used for nefarious purposes. ",s.a.FulcrumSecretTechnologies," ","quickly abandoned the project and dissociated themselves from it.",r.a.createElement("br",null),r.a.createElement("br",null),"This BitNode unlocks the Hacknet Server, an upgraded version of the Hacknet Node. Hacknet Servers generate hashes, which can be spent on a variety of different upgrades.",r.a.createElement("br",null),r.a.createElement("br",null),"Destroying this BitNode will give you Source-File 9, or if you already have this Source-File it will upgrade its level up to a maximum of 3. This Source-File grants the following benefits:",r.a.createElement("br",null),r.a.createElement("br",null),"Level 1: Permanently unlocks the Hacknet Server in other BitNodes",r.a.createElement("br",null),"Level 2: You start with 128GB of RAM on your home computer when entering a new BitNode",r.a.createElement("br",null),"Level 3: Grants a highly-upgraded Hacknet Server when entering a new BitNode",r.a.createElement("br",null),r.a.createElement("br",null),"(Note that the Level 3 effect of this Source-File only applies when entering a new BitNode, NOT when installing Augmentations)",r.a.createElement("br",null),r.a.createElement("br",null),"This Source-File also increases your hacknet multipliers by:",r.a.createElement("br",null),"Level 1: 8%",r.a.createElement("br",null),"Level 2: 12%",r.a.createElement("br",null),"Level 3: 14%")),f.BitNode10=new c(10,2,"Digital Carbon","Your body is not who you are",r.a.createElement(r.a.Fragment,null,"In 2084, VitaLife unveiled to the world the Persona Core, a technology that allowed people to digitize their consciousness. Their consciousness could then be transferred into Synthoids or other bodies by transmitting the digitized data. Human bodies became nothing more than 'sleeves' for the human consciousness. Mankind had finally achieved immortality - at least for those that could afford it.",r.a.createElement("br",null),r.a.createElement("br",null),"This BitNode unlocks Sleeve and grafting technologies. Sleeve technology allows you to:",r.a.createElement("br",null),r.a.createElement("br",null),"1. Grafting: Visit VitaLife in New Tokyo to be able to obtain Augmentations without needing to install",r.a.createElement("br",null),"2. Duplicate Sleeves: Duplicate your consciousness into Synthoids, allowing you to perform different tasks synchronously.",r.a.createElement("br",null),r.a.createElement("br",null),"Grafting technology allows you to graft Augmentations, which is an alternative way of installing Augmentations.",r.a.createElement("br",null),r.a.createElement("br",null),"Destroying this BitNode will give you Source-File 10, or if you already have this Source-File it will upgrade its level up to a maximum of 3. This Source-File unlocks Sleeve technology, and the Grafting API in other BitNodes. Each level of this Source-File also grants you a Duplicate Sleeve")),f.BitNode11=new c(11,1,"The Big Crash","Okay. Sell it all.",r.a.createElement(r.a.Fragment,null,"The 2050s was defined by the massive amounts of violent civil unrest and anarchic rebellion that rose all around the world. It was this period of disorder that eventually lead to the governmental reformation of many global superpowers, most notably the USA and China. But just as the world was slowly beginning to recover from these dark times, financial catastrophe hit.",r.a.createElement("br",null),r.a.createElement("br",null),"In many countries, the high cost of trying to deal with the civil disorder bankrupted the governments. In all of this chaos and confusion, hackers were able to steal billions of dollars from the world's largest electronic banks, prompting an international banking crisis as governments were unable to bail out insolvent banks. Now, the world is slowly crumbling in the middle of the biggest economic crisis of all time.",r.a.createElement("br",null),r.a.createElement("br",null),"Destroying this BitNode will give you Source-File 11, or if you already have this Source-File it will upgrade its level up to a maximum of 3. This Source-File makes it so that company favor increases BOTH the player's salary and reputation gain rate at that company by 1% per favor (rather than just the reputation gain). This Source-File also increases the player's company salary and reputation gain multipliers by:",r.a.createElement("br",null),r.a.createElement("br",null),"Level 1: 32%",r.a.createElement("br",null),"Level 2: 48%",r.a.createElement("br",null),"Level 3: 56%",r.a.createElement("br",null),r.a.createElement("br",null),"It also reduces the price increase for every aug bought by:",r.a.createElement("br",null),r.a.createElement("br",null),"Level 1: 4%",r.a.createElement("br",null),"Level 2: 6%",r.a.createElement("br",null),"Level 3: 7%")),f.BitNode12=new c(12,0,"The Recursion","Repeat.",r.a.createElement(r.a.Fragment,null,"To iterate is human, to recurse divine.",r.a.createElement("br",null),r.a.createElement("br",null),"Every time this BitNode is destroyed, it becomes slightly harder. Destroying this BitNode will give you Source-File 12, or if you already have this Source-File it will upgrade its level. There is no maximum level for Source-File 12. Each level of Source-File 12 lets you start any BitNodes with NeuroFlux Governor equal to the level of this source file.")),f.BitNode13=new c(13,2,"They're lunatics","1 step back, 2 steps forward",r.a.createElement(r.a.Fragment,null,"With the invention of Augmentations in the 2040s a religious group known as the"," ",s.a.ChurchOfTheMachineGod," has rallied far more support than anyone would have hoped.",r.a.createElement("br",null),r.a.createElement("br",null),'Their leader, Allison "Mother" Stanek is said to have created her own Augmentation whose power goes beyond any other. Find her in ',l.a.Chongqing," and gain her trust.",r.a.createElement("br",null),r.a.createElement("br",null),"Destroying this BitNode will give you Source-File 13, or if you already have this Source-File it will upgrade its level up to a maximum of 3. This Source-File lets the ",s.a.ChurchOfTheMachineGod," appear in other BitNodes.",r.a.createElement("br",null),r.a.createElement("br",null),"Each level of this Source-File increases the size of Stanek's Gift."))}const m={HackingLevelMultiplier:1,StrengthLevelMultiplier:1,DefenseLevelMultiplier:1,DexterityLevelMultiplier:1,AgilityLevelMultiplier:1,CharismaLevelMultiplier:1,ServerGrowthRate:1,ServerMaxMoney:1,ServerStartingMoney:1,ServerStartingSecurity:1,ServerWeakenRate:1,HomeComputerRamCost:1,PurchasedServerCost:1,PurchasedServerSoftcap:1,PurchasedServerLimit:1,PurchasedServerMaxRam:1,CompanyWorkMoney:1,CrimeMoney:1,HacknetNodeMoney:1,ManualHackMoney:1,ScriptHackMoney:1,ScriptHackMoneyGain:1,CodingContractMoney:1,ClassGymExpGain:1,CompanyWorkExpGain:1,CrimeExpGain:1,FactionWorkExpGain:1,HackExpGain:1,FactionPassiveRepGain:1,FactionWorkRepGain:1,RepToDonateToFaction:1,AugmentationMoneyCost:1,AugmentationRepCost:1,InfiltrationMoney:1,InfiltrationRep:1,FourSigmaMarketDataCost:1,FourSigmaMarketDataApiCost:1,CorporationValuation:1,CorporationSoftcap:1,BladeburnerRank:1,BladeburnerSkillCost:1,GangSoftcap:1,GangUniqueAugs:1,DaedalusAugsRequirement:30,StaneksGiftPowerMultiplier:1,StaneksGiftExtraSize:0,WorldDaemonDifficulty:1};function h(t,e){const n=Object.assign({},m);switch(t){case 1:return n;case 2:return Object.assign(n,{HackingLevelMultiplier:.8,ServerGrowthRate:.8,ServerMaxMoney:.2,ServerStartingMoney:.4,CrimeMoney:3,InfiltrationMoney:3,FactionWorkRepGain:.5,FactionPassiveRepGain:0,StaneksGiftPowerMultiplier:2,StaneksGiftExtraSize:-6,PurchasedServerSoftcap:1.3,CorporationSoftcap:.9,WorldDaemonDifficulty:5});case 3:return Object.assign(n,{HackingLevelMultiplier:.8,RepToDonateToFaction:.5,AugmentationRepCost:3,AugmentationMoneyCost:3,ServerMaxMoney:.2,ServerStartingMoney:.2,ServerGrowthRate:.2,ScriptHackMoney:.2,CompanyWorkMoney:.25,CrimeMoney:.25,HacknetNodeMoney:.25,HomeComputerRamCost:1.5,PurchasedServerCost:2,StaneksGiftPowerMultiplier:.75,StaneksGiftExtraSize:-2,PurchasedServerSoftcap:1.3,GangSoftcap:.9,WorldDaemonDifficulty:2,GangUniqueAugs:.5});case 4:return Object.assign(n,{ServerMaxMoney:.15,ServerStartingMoney:.75,ScriptHackMoney:.2,CompanyWorkMoney:.1,CrimeMoney:.2,HacknetNodeMoney:.05,CompanyWorkExpGain:.5,ClassGymExpGain:.5,FactionWorkExpGain:.5,HackExpGain:.4,CrimeExpGain:.5,FactionWorkRepGain:.75,StaneksGiftPowerMultiplier:1.5,StaneksGiftExtraSize:0,PurchasedServerSoftcap:1.2,WorldDaemonDifficulty:3,GangUniqueAugs:.5});case 5:return Object.assign(n,{ServerMaxMoney:2,ServerStartingSecurity:2,ServerStartingMoney:.5,ScriptHackMoney:.15,HacknetNodeMoney:.2,CrimeMoney:.5,InfiltrationRep:1.5,InfiltrationMoney:1.5,AugmentationMoneyCost:2,HackExpGain:.5,CorporationValuation:.5,StaneksGiftPowerMultiplier:1.3,StaneksGiftExtraSize:0,PurchasedServerSoftcap:1.2,WorldDaemonDifficulty:1.5,GangUniqueAugs:.5});case 6:return Object.assign(n,{HackingLevelMultiplier:.35,ServerMaxMoney:.4,ServerStartingMoney:.5,ServerStartingSecurity:1.5,ScriptHackMoney:.75,CompanyWorkMoney:.5,CrimeMoney:.75,InfiltrationMoney:.75,CorporationValuation:.2,HacknetNodeMoney:.2,HackExpGain:.25,DaedalusAugsRequirement:35,PurchasedServerSoftcap:2,StaneksGiftPowerMultiplier:.5,StaneksGiftExtraSize:2,GangSoftcap:.7,CorporationSoftcap:.9,WorldDaemonDifficulty:2,GangUniqueAugs:.2});case 7:return Object.assign(n,{BladeburnerRank:.6,BladeburnerSkillCost:2,AugmentationMoneyCost:3,HackingLevelMultiplier:.35,ServerMaxMoney:.4,ServerStartingMoney:.5,ServerStartingSecurity:1.5,ScriptHackMoney:.5,CompanyWorkMoney:.5,CrimeMoney:.75,InfiltrationMoney:.75,CorporationValuation:.2,HacknetNodeMoney:.2,HackExpGain:.25,FourSigmaMarketDataCost:2,FourSigmaMarketDataApiCost:2,DaedalusAugsRequirement:35,PurchasedServerSoftcap:2,StaneksGiftPowerMultiplier:.9,StaneksGiftExtraSize:-1,GangSoftcap:.7,CorporationSoftcap:.9,WorldDaemonDifficulty:2,GangUniqueAugs:.2});case 8:return Object.assign(n,{BladeburnerRank:0,ScriptHackMoney:.3,ScriptHackMoneyGain:0,ManualHackMoney:0,CompanyWorkMoney:0,CrimeMoney:0,HacknetNodeMoney:0,InfiltrationMoney:0,RepToDonateToFaction:0,CorporationValuation:0,CodingContractMoney:0,StaneksGiftExtraSize:-99,PurchasedServerSoftcap:4,GangSoftcap:0,CorporationSoftcap:0,GangUniqueAugs:0});case 9:return Object.assign(n,{HackingLevelMultiplier:.5,StrengthLevelMultiplier:.45,DefenseLevelMultiplier:.45,DexterityLevelMultiplier:.45,AgilityLevelMultiplier:.45,CharismaLevelMultiplier:.45,PurchasedServerLimit:0,HomeComputerRamCost:5,CrimeMoney:.5,ScriptHackMoney:.1,HackExpGain:.05,ServerStartingMoney:.1,ServerMaxMoney:.1,ServerStartingSecurity:2.5,CorporationValuation:.5,FourSigmaMarketDataCost:5,FourSigmaMarketDataApiCost:4,BladeburnerRank:.9,BladeburnerSkillCost:1.2,StaneksGiftPowerMultiplier:.5,StaneksGiftExtraSize:2,GangSoftcap:.8,CorporationSoftcap:.7,WorldDaemonDifficulty:2,GangUniqueAugs:.25});case 10:return Object.assign(n,{HackingLevelMultiplier:.35,StrengthLevelMultiplier:.4,DefenseLevelMultiplier:.4,DexterityLevelMultiplier:.4,AgilityLevelMultiplier:.4,CharismaLevelMultiplier:.4,CompanyWorkMoney:.5,CrimeMoney:.5,HacknetNodeMoney:.5,ManualHackMoney:.5,ScriptHackMoney:.5,CodingContractMoney:.5,InfiltrationMoney:.5,CorporationValuation:.5,AugmentationMoneyCost:5,AugmentationRepCost:2,HomeComputerRamCost:1.5,PurchasedServerCost:5,PurchasedServerLimit:.6,PurchasedServerMaxRam:.5,BladeburnerRank:.8,StaneksGiftPowerMultiplier:.75,StaneksGiftExtraSize:-3,PurchasedServerSoftcap:1.1,GangSoftcap:.9,CorporationSoftcap:.9,WorldDaemonDifficulty:2,GangUniqueAugs:.25});case 11:return Object.assign(n,{HackingLevelMultiplier:.6,HackExpGain:.5,ServerMaxMoney:.1,ServerStartingMoney:.1,ServerGrowthRate:.2,ServerWeakenRate:2,CrimeMoney:3,CompanyWorkMoney:.5,HacknetNodeMoney:.1,AugmentationMoneyCost:2,InfiltrationMoney:2.5,InfiltrationRep:2.5,CorporationValuation:.1,CodingContractMoney:.25,FourSigmaMarketDataCost:4,FourSigmaMarketDataApiCost:4,PurchasedServerSoftcap:2,CorporationSoftcap:.9,WorldDaemonDifficulty:1.5,GangUniqueAugs:.75});case 12:{const t=Math.pow(1.02,e),a=1/t;return Object.assign(n,{DaedalusAugsRequirement:Math.floor(Math.min(n.DaedalusAugsRequirement+t,40)),HackingLevelMultiplier:a,StrengthLevelMultiplier:a,DefenseLevelMultiplier:a,DexterityLevelMultiplier:a,AgilityLevelMultiplier:a,CharismaLevelMultiplier:a,ServerMaxMoney:a,ServerStartingMoney:a,ServerGrowthRate:a,ServerWeakenRate:a,ServerStartingSecurity:1.5,HomeComputerRamCost:t,PurchasedServerCost:t,PurchasedServerLimit:a,PurchasedServerMaxRam:a,PurchasedServerSoftcap:t,ManualHackMoney:a,ScriptHackMoney:a,CompanyWorkMoney:a,CrimeMoney:a,HacknetNodeMoney:a,CodingContractMoney:a,CompanyWorkExpGain:a,ClassGymExpGain:a,FactionWorkExpGain:a,HackExpGain:a,CrimeExpGain:a,FactionWorkRepGain:a,FactionPassiveRepGain:a,RepToDonateToFaction:t,AugmentationRepCost:t,AugmentationMoneyCost:t,InfiltrationMoney:a,InfiltrationRep:a,FourSigmaMarketDataCost:t,FourSigmaMarketDataApiCost:t,CorporationValuation:a,BladeburnerRank:a,BladeburnerSkillCost:t,StaneksGiftPowerMultiplier:t,StaneksGiftExtraSize:t,GangSoftcap:.8,CorporationSoftcap:.8,WorldDaemonDifficulty:t,GangUniqueAugs:a})}case 13:return Object.assign(n,{PurchasedServerSoftcap:1.6,HackingLevelMultiplier:.25,StrengthLevelMultiplier:.7,DefenseLevelMultiplier:.7,DexterityLevelMultiplier:.7,AgilityLevelMultiplier:.7,ServerMaxMoney:.45,ServerStartingMoney:.75,ServerStartingSecurity:3,ScriptHackMoney:.2,CompanyWorkMoney:.4,CrimeMoney:.4,HacknetNodeMoney:.4,CodingContractMoney:.4,CompanyWorkExpGain:.5,ClassGymExpGain:.5,FactionWorkExpGain:.5,HackExpGain:.1,CrimeExpGain:.5,FactionWorkRepGain:.6,FourSigmaMarketDataCost:10,FourSigmaMarketDataApiCost:10,CorporationValuation:.001,BladeburnerRank:.45,BladeburnerSkillCost:2,StaneksGiftPowerMultiplier:2,StaneksGiftExtraSize:1,GangSoftcap:.3,CorporationSoftcap:.3,WorldDaemonDifficulty:3,GangUniqueAugs:.1});default:throw new Error("Invalid BitNodeN")}}function d(){Object.assign(o.a,h(i.a.bitNodeN,i.a.sourceFileLvl(i.a.bitNodeN)))}Object.freeze(m)},function(t,e,n){"use strict";n.d(e,"a",(function(){return a})),n.d(e,"b",(function(){return r}));class a{constructor(t,e){this.type=t,this.singularity=e,this.cyclesWorked=0}}let r;!function(t){t.CRIME="CRIME",t.CLASS="CLASS",t.CREATE_PROGRAM="CREATE_PROGRAM",t.GRAFTING="GRAFTING",t.FACTION="FACTION",t.COMPANY="COMPANY"}(r||(r={}))},function(t,e,n){"use strict";n.d(e,"a",(function(){return s}));var a=n(16),r=n(35);const i={b:!0,initPrice:1e4,marketCap:1e12,mv:1,name:"",otlkMag:0,spreadPerc:0,shareTxForMovement:1e6,symbol:""};function o(t){let e;switch(typeof t){case"number":return t;case"object":{const n=t;e=Object(r.a)(n.min,n.max);break}default:throw Error(`Do not know how to convert the type '${typeof t}' to a number`)}return"object"==typeof t&&"number"==typeof t.divisor?e/t.divisor:e}class s{constructor(t=i){this.name=t.name,this.symbol=t.symbol,this.price=o(t.initPrice),this.lastPrice=this.price,this.playerShares=0,this.playerAvgPx=0,this.playerShortShares=0,this.playerAvgShortPx=0,this.mv=o(t.mv),this.b=t.b,this.otlkMag=t.otlkMag,this.otlkMagForecast=this.getAbsoluteForecast(),this.cap=Object(r.a)(1e3*this.price,25e3*this.price),this.spreadPerc=o(t.spreadPerc),this.shareTxForMovement=o(t.shareTxForMovement),this.shareTxUntilMovement=this.shareTxForMovement;const e=t.marketCap/this.price;this.totalShares=1e5*Math.round(e/1e5);this.maxShares=1e5*Math.round(.2*this.totalShares/1e5)}changeForecastForecast(t){this.otlkMagForecast=t,this.otlkMagForecast>100?this.otlkMagForecast=100:this.otlkMagForecast<0&&(this.otlkMagForecast=0)}changePrice(t){this.lastPrice=this.price,this.price=t}cycleForecast(t=.1){const e=this.getForecastIncreaseChance();Math.random()5&&(this.otlkMag=Math.max(5,this.otlkMag-t))}influenceForecastForecast(t){this.otlkMagForecast>50?(this.otlkMagForecast-=t,this.otlkMagForecast=Math.max(50,this.otlkMagForecast)):this.otlkMagForecast<50&&(this.otlkMagForecast+=t,this.otlkMagForecast=Math.min(50,this.otlkMagForecast))}toJSON(){return Object(a.b)("Stock",this)}static fromJSON(t){return Object(a.a)(s,t.data)}}a.c.constructors.Stock=s},function(t,e,n){"use strict";n.d(e,"a",(function(){return a}));const a={}},,function(t,e,n){"use strict";n.d(e,"c",(function(){return i})),n.d(e,"d",(function(){return o})),n.d(e,"e",(function(){return s})),n.d(e,"b",(function(){return l})),n.d(e,"a",(function(){return c})),n.d(e,"f",(function(){return f}));var a=n(25),r=n(42);function i(t,e,n,i,o){return r.b.HashesPerLevel*t*Math.pow(1.07,Math.log2(n))*(1+(i-1)/5)*(1-e/n)*o*a.a.HacknetNodeMoney}function o(t,e=1,n=1){const a=Math.round(e);if(isNaN(a)||a<1)return 0;if(t>=r.b.MaxLevel)return 1/0;const i=r.b.UpgradeLevelMult;let o=0,s=t;for(let t=0;t=r.b.MaxRam)return 1/0;let i=0,o=Math.round(Math.log2(t)),s=t;for(let t=0;t=r.b.MaxCores)return 1/0;const i=r.b.UpgradeCoreMult;let o=0,s=t;for(let t=0;t=r.b.MaxCache)return 1/0;const a=r.b.UpgradeCacheMult;let i=0,o=t;for(let t=0;t=r.b.MaxServers?1/0:r.b.BaseCost*Math.pow(r.b.PurchaseMult,t-1)*e}},,,,,,function(t,e,n){"use strict";n.d(e,"a",(function(){return m}));var a=n(314),r=n(393),i=n(183),o=n(305),s=n(26),l=n(354),c=n(45),f=n(289),u=n(2);function m(t){if(c.a.isRunning)return f.a.emit("Processes cannot be killed during the tutorial."),!1;if(t instanceof r.a)return d(t),!0;if("number"==typeof t)return h(t);{const e=h(t.runningScript.pid);if(e)return e;for(const e of i.a.values())if(e.scriptRef===t.runningScript)return d(e),!0;return!1}}function h(t){const e=i.a.get(t);return e instanceof r.a&&(d(e),!0)}function d(t){var e;if(t.delay&&clearTimeout(t.delay),null===(e=t.delayReject)||void 0===e||e.call(t,new a.a(t)),t.env.runningFn="","function"==typeof t.atExit){try{t.env.stopFlag=!1,t.atExit()}catch(e){Object(u.a)(e,t,"Error running atExit function.\n\n")}t.atExit=void 0}t.env.stopFlag=!0,function(t){const e=t.hostname,n=Object(s.d)(e);if(null==n)return void console.error("Could not find server on which this script is running: "+e);for(let e=0;e0){if("unalias"===e[0]||"alias"===e[0])return e.join(" ");let t=!0,r=0;for(;t&&r<10;){var n;r++,t=!1;const i=null===(n=f(e[0]))||void 0===n?void 0:n.split(" ");null!=i&&(t=!0,e.splice(0,1,...i));for(let n=0;n!t)}return Object(a.useEffect)(()=>x.subscribe(t=>{const n=t.server+"-"+t.filename+t.args.map(t=>""+t).join("-");T.find(t=>t.id===n)||(T.push({id:n,script:t}),e())}),[]),Object(a.useEffect)(()=>L.subscribe(t=>{!function(t){T=T.filter(e=>e.script.pid!=t),e()}(t)}),[]),Object(a.useEffect)(()=>O.subscribe(()=>{T=[],e()})),r.a.createElement(r.a.Fragment,null,T.map(t=>r.a.createElement(I,{key:t.id,script:t.script,id:t.id,onClose:()=>{return n=t.id,T=T.filter(t=>t.id!==n),void e();var n}})))}const N=Object(d.a)(()=>Object(p.a)({logs:{overflowY:"scroll",overflowX:"hidden",scrollbarWidth:"auto",flexDirection:"column-reverse",whiteSpace:"pre-wrap",wordWrap:"break-word"},titleButton:{padding:"1px 0",height:"100%"}})),P=1500;function I(t){const e=Object(a.useRef)(null),n=Object(a.useRef)(null),[i,u]=Object(a.useState)(t.script),d=N(),p=Object(a.useRef)(null),g=Object(a.useState)(!1)[1],[x,L]=Object(a.useState)([500,500]),[O,T]=Object(a.useState)(!1);function R(){g(t=>!t)}const I=({x:t,y:e})=>{const a=null==n?void 0:n.current;if(!a)return;const r=a.state;r.x=t,r.y=e};function F(){Object(o.a)({runningScript:i,hostname:i.server})}function D(){const t=Object(v.d)(i.server);if(null===t)return;const e=Object(k.a)(i.filename,i.args,t);null===e?(i.ramUsage=0,Object(E.e)(i,t)):u(e)}function j(){const t=p.current;null!==t&&(t.style.zIndex=P+C+"",C++,R())}function B(t=!1){const e=`${i.filename} ${i.args.map(t=>""+t).join(" ")}`;return t||e.length<=30?e:e.slice(0,27)+"..."}function G(){T(!O)}Object(a.useEffect)(()=>M.subscribe(e=>{e.pid===t.script.pid&&I(e.data)}),[]),Object(a.useEffect)(()=>A.subscribe(e=>{e.pid===t.script.pid&&L([e.data.w,e.data.h])}),[]),Object(a.useEffect)(()=>I({x:.4*window.innerWidth,y:.3*window.innerHeight}),[]),Object(a.useEffect)(()=>{j();const t=setInterval(R,1e3);return()=>clearInterval(t)},[]),Object(a.useEffect)(()=>(window.addEventListener("resize",W),()=>{window.removeEventListener("resize",W)}),[]);const W=Object(w.debounce)(()=>{const t=null==e?void 0:e.current;t&&(H(t)||I({x:0,y:0}))},100),H=t=>{const e=t.getBoundingClientRect();return!(e.right<0||e.bottom<0||e.left>innerWidth||e.top>outerWidth)},U=[250,33];return r.a.createElement(m.a,{handle:".drag",onDrag:t=>{if(t instanceof MouseEvent&&(t.clientX<0||t.clientY<0||t.clientX>innerWidth||t.clientY>innerHeight))return!1},ref:n,onMouseDown:j},r.a.createElement(l.a,{display:"flex",sx:{flexFlow:"column",position:"fixed",zIndex:1400,minWidth:U[0]+"px",minHeight:U[1]+"px",...O?{border:"none",margin:0,maxHeight:0,padding:0}:{border:"1px solid "+S.a.theme.welllight}},ref:p},r.a.createElement(h.ResizableBox,{width:x[0],height:x[1],onResize:(t,{size:e})=>{L([e.width,e.height])},minConstraints:U,handle:r.a.createElement("span",{style:{position:"absolute",right:"-10px",bottom:"-16px",cursor:"nw-resize",display:O?"none":"inline-block"}},r.a.createElement(b.a,{color:"primary",style:{transform:"rotate(45deg)",fontSize:"1.75rem"}}))},r.a.createElement(r.a.Fragment,null,r.a.createElement(f.a,{className:"drag",sx:{display:"flex",alignItems:"center",cursor:"grab"},ref:e},r.a.createElement(s.a,{variant:"h6",sx:{marginRight:"auto",textOverflow:"ellipsis",whiteSpace:"nowrap",overflow:"hidden"},title:B(!0)},B(!0)),r.a.createElement("span",{style:{minWidth:"fit-content",height:U[1]+"px"}},y.a.has(i.pid)?r.a.createElement(c.a,{className:d.titleButton,onClick:F,onTouchEnd:F},"Kill"):r.a.createElement(c.a,{className:d.titleButton,onClick:D,onTouchEnd:D},"Run"),r.a.createElement(c.a,{className:d.titleButton,onClick:G,onTouchEnd:G},O?"🗖":"🗕"),r.a.createElement(c.a,{className:d.titleButton,onClick:t.onClose,onTouchEnd:t.onClose},"Close"))),r.a.createElement(f.a,{className:d.logs,sx:{height:`calc(100% - ${U[1]}px)`,display:O?"none":"flex"}},r.a.createElement("span",{style:{display:"flex",flexDirection:"column"}},i.logs.map((t,e)=>{return r.a.createElement(_.a,{key:e,text:t,color:(n=t,n.match(/(^\[[^\]]+\] )?ERROR/)||n.match(/(^\[[^\]]+\] )?FAIL/)?"error":n.match(/(^\[[^\]]+\] )?SUCCESS/)?"success":n.match(/(^\[[^\]]+\] )?WARN/)?"warn":n.match(/(^\[[^\]]+\] )?INFO/)?"info":"primary")});var n})))))))}},,function(t,e,n){"use strict";n.d(e,"a",(function(){return a}));class a{constructor(t,e,n){this.title=t,this.fn=e,this.txt=n}}},,,,,function(t,e,n){"use strict";n.d(e,"a",(function(){return s}));var a=n(0),r=n.n(a),i=n(3),o=n(23);function s(t){const[e,n]=Object(a.useState)(!1);return r.a.createElement(o.a,{open:e,title:r.a.createElement(i.a,null,"Copied!")},r.a.createElement(i.a,{variant:t.variant,color:t.color,onClick:function(){const e=document.createElement("textarea");e.value=t.value,document.body.appendChild(e),e.select(),e.setSelectionRange(0,1e10),document.execCommand("copy"),document.body.removeChild(e),n(!0),setTimeout(()=>n(!1),1e3)}},t.value))}},,,function(t,e,n){"use strict";n.d(e,"b",(function(){return f})),n.d(e,"c",(function(){return m})),n.d(e,"a",(function(){return h}));var a=n(0),r=n.n(a),i=n(680),o=n(973),s=n(1782),l=n(126),c=n(6);const f=new l.a;let u;function m(){var t,e;u=Object(i.a)({colors:{hp:c.a.theme.hp,money:c.a.theme.money,hack:c.a.theme.hack,combat:c.a.theme.combat,cha:c.a.theme.cha,int:c.a.theme.int,rep:c.a.theme.rep,backgroundprimary:c.a.theme.backgroundprimary,backgroundsecondary:c.a.theme.backgroundsecondary,button:c.a.theme.button,successlight:c.a.theme.successlight,success:c.a.theme.success,successdark:c.a.theme.successdark,white:c.a.theme.white,black:c.a.theme.black},palette:{primary:{light:c.a.theme.primarylight,main:c.a.theme.primary,dark:c.a.theme.primarydark},secondary:{light:c.a.theme.secondarylight,main:c.a.theme.secondary,dark:c.a.theme.secondarydark},error:{light:c.a.theme.errorlight,main:c.a.theme.error,dark:c.a.theme.errordark},info:{light:c.a.theme.infolight,main:c.a.theme.info,dark:c.a.theme.infodark},warning:{light:c.a.theme.warninglight,main:c.a.theme.warning,dark:c.a.theme.warningdark},success:{light:c.a.theme.successlight,main:c.a.theme.success,dark:c.a.theme.successdark},background:{default:c.a.theme.backgroundprimary,paper:c.a.theme.well},action:{disabled:c.a.theme.disabled}},typography:{fontFamily:c.a.styles.fontFamily,button:{textTransform:"none"}},components:{MuiInputBase:{styleOverrides:{root:{backgroundColor:c.a.theme.well,color:c.a.theme.primary},input:{"&::placeholder":{userSelect:"none",color:c.a.theme.primarydark}}}},MuiInput:{styleOverrides:{root:{backgroundColor:c.a.theme.well,borderBottomColor:"#fff"},underline:{"&:hover":{borderBottomColor:c.a.theme.primarydark},"&:before":{borderBottomColor:c.a.theme.primary},"&:after":{borderBottomColor:c.a.theme.primarylight}}}},MuiInputLabel:{styleOverrides:{root:{color:c.a.theme.primarydark,userSelect:"none","&:before":{color:c.a.theme.primarylight}}}},MuiButtonGroup:{styleOverrides:{root:{"& .MuiButton-root:not(:last-of-type)":{marginRight:"1px"}}}},MuiButton:{styleOverrides:{root:{backgroundColor:c.a.theme.button,border:"1px solid "+c.a.theme.well,"&:hover":{backgroundColor:c.a.theme.backgroundsecondary},borderRadius:0}}},MuiSelect:{styleOverrides:{icon:{color:c.a.theme.primary}},defaultProps:{variant:"standard"}},MuiTextField:{defaultProps:{variant:"standard"}},MuiTypography:{defaultProps:{color:"primary"},styleOverrides:{root:{lineHeight:c.a.styles.lineHeight}}},MuiMenu:{styleOverrides:{list:{backgroundColor:c.a.theme.well}}},MuiMenuItem:{styleOverrides:{root:{color:c.a.theme.primary}}},MuiAccordionSummary:{styleOverrides:{root:{backgroundColor:"#111"}}},MuiAccordionDetails:{styleOverrides:{root:{backgroundColor:c.a.theme.backgroundsecondary}}},MuiIconButton:{styleOverrides:{root:{color:c.a.theme.primary}}},MuiTooltip:{styleOverrides:{tooltip:{fontSize:"1em",color:c.a.theme.primary,backgroundColor:c.a.theme.well,borderRadius:0,border:"2px solid white",maxWidth:"100vh"}},defaultProps:{disableInteractive:!0}},MuiSlider:{styleOverrides:{valueLabel:{color:c.a.theme.primary,backgroundColor:c.a.theme.well}}},MuiDrawer:{styleOverrides:{paper:{"&::-webkit-scrollbar":{display:"none"},scrollbarWidth:"none",backgroundColor:c.a.theme.backgroundsecondary},paperAnchorDockedLeft:{borderRight:"1px solid "+c.a.theme.welllight}}},MuiDivider:{styleOverrides:{root:{backgroundColor:c.a.theme.welllight}}},MuiFormControlLabel:{styleOverrides:{root:{color:c.a.theme.primary}}},MuiSwitch:{styleOverrides:{switchBase:{color:c.a.theme.primarydark},track:{backgroundColor:c.a.theme.welllight}}},MuiPaper:{styleOverrides:{root:{borderRadius:0,backgroundColor:c.a.theme.backgroundsecondary,border:"1px solid "+c.a.theme.welllight}}},MuiTablePagination:{styleOverrides:{select:{color:c.a.theme.primary},selectLabel:{color:c.a.theme.primary},displayedRows:{color:c.a.theme.primary}}},MuiTab:{styleOverrides:{textColorPrimary:{color:c.a.theme.secondary,"&.Mui-selected":{color:c.a.theme.primary}},root:{backgroundColor:c.a.theme.backgroundsecondary,border:"1px solid "+c.a.theme.well,margin:"3px","&.Mui-selected":{backgroundColor:c.a.theme.button}}}},MuiTabs:{styleOverrides:{scrollButtons:{backgroundColor:c.a.theme.backgroundsecondary,color:c.a.theme.secondary,margin:"3px",opacity:1,width:"fit-content","&.Mui-disabled":{opacity:.5}}},defaultProps:{TabIndicatorProps:{style:{display:"none"}}}},MuiAlert:{styleOverrides:{root:{backgroundColor:c.a.theme.black,borderRadius:0,border:"1px solid "+c.a.theme.well},standardSuccess:{color:c.a.theme.successlight},standardError:{color:c.a.theme.errorlight},standardWarning:{color:c.a.theme.warninglight},standardInfo:{color:c.a.theme.infolight}}}}}),document.body.style.backgroundColor=null!==(t=null===(e=u.colors.backgroundprimary)||void 0===e?void 0:e.toString())&&void 0!==t?t:"black"}m();const h=({children:t})=>r.a.createElement(o.a,{injectFirst:!0},r.a.createElement(s.a,{theme:u},t))},,function(t,e,n){"use strict";let a,r;n.d(e,"b",(function(){return a})),n.d(e,"a",(function(){return r})),function(t){t[t.Cost=0]="Cost",t[t.Default=1]="Default",t[t.Reputation=2]="Reputation",t[t.Purchasable=3]="Purchasable"}(a||(a={})),function(t){t[t.Alphabetically=0]="Alphabetically",t[t.AcquirementTime=1]="AcquirementTime"}(r||(r={}))},,,,,,function(t,e,n){"use strict";n.d(e,"a",(function(){return a}));const a=new Map},function(t,e,n){"use strict";n.d(e,"a",(function(){return a}));const a={Water:.05,Energy:.01,Food:.03,Plants:.05,Metal:.1,Hardware:.06,Chemicals:.05,Drugs:.02,Robots:.5,AICores:.1,RealEstate:.005,"Real Estate":.005,"AI Cores":.1}},function(t,e,n){"use strict";function a(t,e=1){return Math.max(Math.floor(e*(32*Math.log(t+534.5)-200)),1)}function r(t,e=1){return Math.exp((t/e+200)/32)-534.6}function i(t,e=1){const n=a(t,e),i=n+1;let o=r(n,e);o<0&&(o=0);let s=r(i,e);s<0&&(s=0);let l=s-o!=0?100*(t-o)/(s-o):99.99;l<0&&(l=0),l>100&&(l=100);let c=t-o,f=s-t;return c<0&&(c=0),f<0&&(f=0),{currentSkill:n,nextSkill:i,baseExperience:o,experience:t,nextExperience:s,currentExperience:c,remainingExperience:f,progress:l}}n.d(e,"b",(function(){return a})),n.d(e,"a",(function(){return r})),n.d(e,"c",(function(){return i}))},,function(t,e,n){"use strict";let a;n.d(e,"a",(function(){return a})),n.d(e,"b",(function(){return r})),function(t){t.Weapon="w",t.Armor="a",t.Vehicle="v",t.Rootkit="r",t.Augmentation="g"}(a||(a={}));const r=[{cost:1e6,mults:{str:1.04,def:1.04},name:"Baseball Bat",upgType:a.Weapon},{cost:12e6,mults:{str:1.08,def:1.08,dex:1.08},name:"Katana",upgType:a.Weapon},{cost:25e6,mults:{str:1.1,def:1.1,dex:1.1,agi:1.1},name:"Glock 18C",upgType:a.Weapon},{cost:5e7,mults:{str:1.12,def:1.1,agi:1.1},name:"P90C",upgType:a.Weapon},{cost:6e7,mults:{str:1.2,def:1.15},name:"Steyr AUG",upgType:a.Weapon},{cost:1e8,mults:{str:1.25,def:1.2},name:"AK-47",upgType:a.Weapon},{cost:15e7,mults:{str:1.3,def:1.25},name:"M15A10 Assault Rifle",upgType:a.Weapon},{cost:225e6,mults:{str:1.3,dex:1.25,agi:1.3},name:"AWM Sniper Rifle",upgType:a.Weapon},{cost:2e6,mults:{def:1.04},name:"Bulletproof Vest",upgType:a.Armor},{cost:5e6,mults:{def:1.08},name:"Full Body Armor",upgType:a.Armor},{cost:25e6,mults:{def:1.15,agi:1.15},name:"Liquid Body Armor",upgType:a.Armor},{cost:4e7,mults:{def:1.2},name:"Graphene Plating Armor",upgType:a.Armor},{cost:3e6,mults:{agi:1.04,cha:1.04},name:"Ford Flex V20",upgType:a.Vehicle},{cost:9e6,mults:{agi:1.08,cha:1.08},name:"ATX1070 Superbike",upgType:a.Vehicle},{cost:18e6,mults:{agi:1.12,cha:1.12},name:"Mercedes-Benz S9001",upgType:a.Vehicle},{cost:3e7,mults:{agi:1.16,cha:1.16},name:"White Ferrari",upgType:a.Vehicle},{cost:5e6,mults:{hack:1.05},name:"NUKE Rootkit",upgType:a.Rootkit},{cost:25e6,mults:{hack:1.1},name:"Soulstealer Rootkit",upgType:a.Rootkit},{cost:75e6,mults:{hack:1.15},name:"Demon Rootkit",upgType:a.Rootkit},{cost:4e7,mults:{hack:1.12},name:"Hmap Node",upgType:a.Rootkit},{cost:75e6,mults:{hack:1.15},name:"Jack the Ripper",upgType:a.Rootkit},{cost:1e10,mults:{str:1.3,dex:1.3},name:"Bionic Arms",upgType:a.Augmentation},{cost:1e10,mults:{agi:1.6},name:"Bionic Legs",upgType:a.Augmentation},{cost:15e9,mults:{str:1.15,def:1.15,dex:1.15,agi:1.15},name:"Bionic Spine",upgType:a.Augmentation},{cost:2e10,mults:{str:1.4,def:1.4},name:"BrachiBlades",upgType:a.Augmentation},{cost:12e9,mults:{str:1.2,def:1.2},name:"Nanofiber Weave",upgType:a.Augmentation},{cost:25e9,mults:{str:1.5,agi:1.5},name:"Synthetic Heart",upgType:a.Augmentation},{cost:15e9,mults:{str:1.3,def:1.3},name:"Synfibril Muscle",upgType:a.Augmentation},{cost:5e9,mults:{hack:1.05},name:"BitWire",upgType:a.Augmentation},{cost:1e10,mults:{hack:1.15},name:"Neuralstimulator",upgType:a.Augmentation},{cost:75e8,mults:{hack:1.1},name:"DataJack",upgType:a.Augmentation},{cost:5e10,mults:{str:1.7,def:1.7},name:"Graphene Bone Lacings",upgType:a.Augmentation}]},,function(t,e,n){"use strict";function a(t){return"string"==typeof t||t instanceof String}n.d(e,"a",(function(){return a}))},function(t,e,n){"use strict";n.d(e,"a",(function(){return r}));var a=n(5);const r={GangRespectToReputationRatio:75,MaximumGangMembers:12,CyclesPerTerritoryAndPowerUpdate:100,AscensionMultiplierRatio:.15,Names:[a.a.SlumSnakes,a.a.Tetrads,a.a.TheSyndicate,a.a.TheDarkArmy,a.a.SpeakersForTheDead,a.a.NiteSec,a.a.TheBlackHand],GangKarmaRequirement:-54e3}},function(t,e,n){"use strict";n.d(e,"a",(function(){return L})),n.d(e,"c",(function(){return O})),n.d(e,"e",(function(){return T})),n.d(e,"f",(function(){return N})),n.d(e,"b",(function(){return P})),n.d(e,"d",(function(){return I}));var a=n(162),r=n(314),i=n(393),o=n(183),s=n(305),l=n(543),c=n(15),f=n(613),u=n(614),m=n(630),h=n(477),d=n(631),p=n(265),g=n(26),b=n(6),y=n(698),E=n(19),v=n(292),k=n(541),w=n(255),S=n(317),_=n(77),C=n(9),x=n(2);const L=new Map;function O(){for(const t of o.a.values())t.env.stopFlag=!0,Object(a.a)(t);L.clear(),s.a.emit(),o.a.clear()}async function M(t){const e=t.getServer().scripts,n=t.getScript();if(null===n)throw"workerScript had no associated script. This is a bug.";const a=await Object(m.a)(n,e);t.ramUsage=n.ramUsage;const r=t.env.vars;if(!a)throw n.filename+" cannot be run because the script module won't load";if("function"!=typeof a.main)throw n.filename+" cannot be run because it does not have a main function.";if(!r)throw n.filename+" cannot be run because the NS object hasn't been constructed properly.";await a.main(r)}async function A(t){const e=t.code;let n,a,r,i;try{const n=function(t,e){const n=Object(w.a)(t,{ecmaVersion:9,allowReserved:!0,sourceType:"module"}),a=e.getServer();if(null==a)throw new Error("Failed to find underlying Server object for script");let r="",i=!1;if(Object(S.b)(n,{ImportDeclaration:t=>{i=!0;let e=t.source.value;e.startsWith("./")&&(e=e.slice(2));const n=function(t){for(let e=0;e{n.push(t.id.name),a.push(t)}}),r+=`var ${e};\n(function (namespace) {\n`,a.forEach(t=>{r+=Object(y.generate)(t),r+="\n"}),n.forEach(t=>{r+="namespace."+t+" = "+t,r+="\n"}),r+=`})(${e} || (" + namespace + " = {}));\n`}else{const e=[];t.specifiers.forEach(t=>{e.push(t.local.name)});const n=[];Object(S.b)(o,{FunctionDeclaration:t=>{e.includes(t.id.name)&&n.push(t)}}),n.forEach(t=>{r+=Object(y.generate)(t),r+="\n"})}}}),!i)return{code:t,lineOffset:0};let o=0;if("Program"!==n.type||null==n.body)throw new Error("Code could not be properly parsed");for(let t=n.body.length-1;t>=0;--t)"ImportDeclaration"===n.body[t].type&&(n.body.splice(t,1),++o);const s=(r.match(/\n/g)||[]).length-o;t=Object(y.generate)(n);return{code:t=r+t,lineOffset:s}}(e,t);a=n.code,r=n.lineOffset}catch(e){throw`Error processing Imports in ${t.name}@${t.hostname}:\n\n${e}`}try{i=new f.a(a,(function e(a,r,i=t.env.vars){for(const[t,o]of Object.entries(i))if("function"==typeof o){const e=async(...t)=>{try{const e=t.pop(),n=await o(...t.map(t=>a.pseudoToNative(t)));return e(a.nativeToPseudo(n))}catch(t){n=t}};a.setProperty(r,t,a.createAsyncFunction(e))}else Array.isArray(o)||"object"!=typeof o?a.setProperty(r,t,a.nativeToPseudo(o)):(a.setProperty(r,t,a.nativeToPseudo({})),e(a,r.properties[t],i[t]))}),r)}catch(e){throw`Syntax ERROR in ${t.name}@${t.hostname}:\n\n${String(e)}`}let o=!0;for(;o;){if(n)throw n;if(t.env.stopFlag)return;for(let t=0;o&&t<3;t++)o=i.step();o&&await new Promise(t=>setTimeout(t,b.a.CodeInstructionRunTime))}}function T(t,e,n){return R(t,e,n)?(e.runScript(t),t.pid):0}function R(t,e,n){let c=1;t.threads&&!isNaN(t.threads)?c=t.threads:t.threads=1;const f=Object(d.a)(t),m=Object(k.a)(f*c);if(m>e.maxRam-e.ramUsed+.001)return Object(E.a)(`Not enough RAM to run script ${t.filename} with args ${Object(v.a)(t.args)}.\nThis can occur when you reload the game and the script's RAM usage has increased (either because of an update to the game or your changes to the script).\nThis can also occur if you have attempted to launch a script from a tail window with insufficient RAM. `),!1;e.updateRamUsed(Object(k.a)(e.ramUsed+m));const h=Object(l.a)();if(-1===h)throw new Error("Failed to start script because could not find available PID. This is most because you have too many scripts running.");const p=new i.a(t,h,u.a);return p.ramUsage=f,o.a.set(h,p),s.a.emit(),(p.name.endsWith(".js")?M:A)(p).then((function(){n&&!n.env.stopFlag&&(n.scriptRef.onlineExpGained+=t.onlineExpGained,n.scriptRef.onlineMoneyMade+=t.onlineMoneyMade),Object(a.a)(p),p.log("",()=>"Script finished running")})).catch((function(t){Object(x.a)(t,p),p.log("",()=>t instanceof r.a?"Script killed.":"Script crashed due to an error."),Object(a.a)(p)})),!0}function N(t=1){const e=t*c.a._idleSpeed/1e3;for(const t of o.a.values())t.scriptRef.onlineRunningTime+=e}function P(){const t=-1!==window.location.href.toLowerCase().indexOf("?noscripts");t&&(C.a.warn("Skipped loading player scripts during startup"),console.info("Skipping the load of any scripts during startup"));for(const e of Object(g.c)()){e.ramUsed=0;for(let t=0;t`Invalid arguments: scriptname='${n} args='${a}'`),console.error("runScriptFromScript() failed due to invalid arguments"),0;a.forEach((t,e)=>{if("string"!=typeof t&&"number"!=typeof t&&"boolean"!=typeof t)throw new Error(`Only strings, numbers, and booleans can be passed as arguments to other scripts.\n${n} argument index ${e} is of type ${typeof t} and value ${JSON.stringify(t)}`)});if(null!=e.getRunningScript(n,a))return r.log(t,()=>`'${n}' is already running on '${e.hostname}'`),0;for(let e=0;e"Cannot execute a script with null/undefined as an argument"),0;for(let i=0;i`You do not have root access on '${e.hostname}'`),0;if(l>c+.001)return r.log(t,()=>`Cannot run script '${n}' (t=${o}) on '${e.hostname}' because there is not enough available RAM!`),0;r.log(t,()=>`'${n}' on '${e.hostname}' with ${o} threads and args: ${Object(v.a)(a)}.`);const f=new h.a(s,a);return f.threads=o,f.server=e.hostname,T(f,e,r)}return r.log(t,()=>`Could not find script '${n}' on '${e.hostname}'`),0}},function(t,e,n){"use strict";n.d(e,"a",(function(){return a})),n.d(e,"b",(function(){return r})),n.d(e,"c",(function(){return i}));const a=()=>({hacking_chance:1,hacking_speed:1,hacking_money:1,hacking_grow:1,hacking:1,hacking_exp:1,strength:1,strength_exp:1,defense:1,defense_exp:1,dexterity:1,dexterity_exp:1,agility:1,agility_exp:1,charisma:1,charisma_exp:1,hacknet_node_money:1,hacknet_node_purchase_cost:1,hacknet_node_ram_cost:1,hacknet_node_core_cost:1,hacknet_node_level_cost:1,company_rep:1,faction_rep:1,work_money:1,crime_success:1,crime_money:1,bladeburner_max_stamina:1,bladeburner_stamina_gain:1,bladeburner_analysis:1,bladeburner_success_chance:1}),r=(t,e)=>({hacking_chance:t.hacking_chance*e.hacking_chance,hacking_speed:t.hacking_speed*e.hacking_speed,hacking_money:t.hacking_money*e.hacking_money,hacking_grow:t.hacking_grow*e.hacking_grow,hacking:t.hacking*e.hacking,hacking_exp:t.hacking_exp*e.hacking_exp,strength:t.strength*e.strength,strength_exp:t.strength_exp*e.strength_exp,defense:t.defense*e.defense,defense_exp:t.defense_exp*e.defense_exp,dexterity:t.dexterity*e.dexterity,dexterity_exp:t.dexterity_exp*e.dexterity_exp,agility:t.agility*e.agility,agility_exp:t.agility_exp*e.agility_exp,charisma:t.charisma*e.charisma,charisma_exp:t.charisma_exp*e.charisma_exp,hacknet_node_money:t.hacknet_node_money*e.hacknet_node_money,hacknet_node_purchase_cost:t.hacknet_node_purchase_cost*e.hacknet_node_purchase_cost,hacknet_node_ram_cost:t.hacknet_node_ram_cost*e.hacknet_node_ram_cost,hacknet_node_core_cost:t.hacknet_node_core_cost*e.hacknet_node_core_cost,hacknet_node_level_cost:t.hacknet_node_level_cost*e.hacknet_node_level_cost,company_rep:t.company_rep*e.company_rep,faction_rep:t.faction_rep*e.faction_rep,work_money:t.work_money*e.work_money,crime_success:t.crime_success*e.crime_success,crime_money:t.crime_money*e.crime_money,bladeburner_max_stamina:t.bladeburner_max_stamina*e.bladeburner_max_stamina,bladeburner_stamina_gain:t.bladeburner_stamina_gain*e.bladeburner_stamina_gain,bladeburner_analysis:t.bladeburner_analysis*e.bladeburner_analysis,bladeburner_success_chance:t.bladeburner_success_chance*e.bladeburner_success_chance}),i=(t,e)=>({hacking_chance:(t.hacking_chance-1)*e+1,hacking_speed:(t.hacking_speed-1)*e+1,hacking_money:(t.hacking_money-1)*e+1,hacking_grow:(t.hacking_grow-1)*e+1,hacking:(t.hacking-1)*e+1,hacking_exp:(t.hacking_exp-1)*e+1,strength:(t.strength-1)*e+1,strength_exp:(t.strength_exp-1)*e+1,defense:(t.defense-1)*e+1,defense_exp:(t.defense_exp-1)*e+1,dexterity:(t.dexterity-1)*e+1,dexterity_exp:(t.dexterity_exp-1)*e+1,agility:(t.agility-1)*e+1,agility_exp:(t.agility_exp-1)*e+1,charisma:(t.charisma-1)*e+1,charisma_exp:(t.charisma_exp-1)*e+1,hacknet_node_money:(t.hacknet_node_money-1)*e+1,hacknet_node_purchase_cost:(t.hacknet_node_purchase_cost-1)*e+1,hacknet_node_ram_cost:(t.hacknet_node_ram_cost-1)*e+1,hacknet_node_core_cost:(t.hacknet_node_core_cost-1)*e+1,hacknet_node_level_cost:(t.hacknet_node_level_cost-1)*e+1,company_rep:(t.company_rep-1)*e+1,faction_rep:(t.faction_rep-1)*e+1,work_money:(t.work_money-1)*e+1,crime_success:(t.crime_success-1)*e+1,crime_money:(t.crime_money-1)*e+1,bladeburner_max_stamina:(t.bladeburner_max_stamina-1)*e+1,bladeburner_stamina_gain:(t.bladeburner_stamina_gain-1)*e+1,bladeburner_analysis:(t.bladeburner_analysis-1)*e+1,bladeburner_success_chance:(t.bladeburner_success_chance-1)*e+1})},function(t,e,n){"use strict";n.d(e,"a",(function(){return u})),n.d(e,"d",(function(){return m})),n.d(e,"h",(function(){return h})),n.d(e,"g",(function(){return d})),n.d(e,"b",(function(){return p})),n.d(e,"c",(function(){return g})),n.d(e,"f",(function(){return b})),n.d(e,"e",(function(){return y}));var a=n(26),r=n(141),i=n(25),o=n(15),s=n(1),l=n(19),c=n(797),f=n(183);function u(t){const e=Math.round(t);if(isNaN(e)||!Object(c.a)(e)||1!==Math.sign(e))return 1/0;if(e>g())return 1/0;const n=Math.max(0,Math.log(e)/Math.log(2)-6);return e*o.a.BaseCostFor1GBOfRamServer*i.a.PurchasedServerCost*Math.pow(i.a.PurchasedServerSoftcap,n)}const m=(t,e)=>{const n=Object(a.d)(t);if(!n)throw new Error(`Server '${t}' not found.`);if(!s.a.purchasedServers.includes(t))throw new Error(`Server '${t}' not a purchased server.`);if(isNaN(e)||!Object(c.a)(e)||1!==Math.sign(e))throw new Error(e+" is not a positive power of 2");if(n.maxRam>=e)throw new Error(`'${t}' current ram (${n.maxRam}) is not bigger than new ram (${e})`);return u(e)-u(n.maxRam)},h=(t,e)=>{const n=Object(a.d)(t);if(!n)throw new Error(`Server '${t}' not found.`);const r=m(t,e);if(!s.a.canAfford(r))throw new Error(`You don't have enough money to upgrade '${t}'.`);s.a.loseMoney(r,"servers"),n.maxRam=e},d=(t,e)=>{const n=Object(a.d)(t);if(!n)throw new Error(`Server '${e}' doesn't exists.`);if(Object(a.d)(e))throw new Error(`Server '${e}' already exists.`);if(!s.a.purchasedServers.includes(t))throw new Error(`Server '${t}' is not a player server.`);const r=(t,e,n)=>t.map(t=>t===e?n:t);s.a.purchasedServers=r(s.a.purchasedServers,t,e);const i=s.a.getHomeComputer();i.serversOnNetwork=r(i.serversOnNetwork,t,e),n.serversOnNetwork=r(n.serversOnNetwork,t,e),n.runningScripts.forEach(t=>t.server=e),n.scripts.forEach(t=>t.server=e),n.hostname=e,f.a.forEach(n=>{n.hostname===t&&(n.hostname=e)}),Object(a.j)(t,e)};function p(){return Math.round(o.a.PurchasedServerLimit*i.a.PurchasedServerLimit)}function g(){const t=Math.round(o.a.PurchasedServerMaxRam*i.a.PurchasedServerMaxRam);return 1<<31-Math.clz32(t)}function b(t,e,n){if(!s.a.canAfford(n))return void Object(l.a)("You don't have enough money to purchase this server!");if(s.a.purchasedServers.length>=p())return void Object(l.a)("You have reached the maximum limit of "+p()+" servers. You cannot purchase any more. You can delete some of your purchased servers using the deleteServer() Netscript function in a script");if(""==t)return void Object(l.a)("You must enter a hostname for your new server!");const i=Object(r.g)({adminRights:!0,hostname:t,ip:Object(a.e)(),isConnectedTo:!1,maxRam:e,organizationName:"",purchasedByPlayer:!0});Object(a.a)(i),s.a.purchasedServers.push(i.hostname);const o=s.a.getHomeComputer();o.serversOnNetwork.push(i.hostname),i.serversOnNetwork.push(o.hostname),s.a.loseMoney(n,"servers"),Object(l.a)("Server successfully purchased with hostname "+i.hostname)}function y(){const t=s.a.getUpgradeHomeRamCost();if(!s.a.canAfford(t))return void Object(l.a)("You do not have enough money to purchase additional RAM for your home computer");const e=s.a.getHomeComputer();e.maxRam>=o.a.HomeComputerMaxRam?Object(l.a)("You cannot upgrade your home computer RAM because it is at its maximum possible value"):(e.maxRam*=2,s.a.loseMoney(t,"servers"))}},,function(t,e,n){"use strict";n.d(e,"a",(function(){return m})),n.d(e,"c",(function(){return h})),n.d(e,"d",(function(){return d})),n.d(e,"b",(function(){return p}));var a=n(233),r=n(75),i=n(15),o=n(1),s=n(7),l=n(24),c=n(19),f=n(0),u=n(2);function m(t,e,n=null,m={}){if((e=Math.round(e))<=0)return!1;if(null==t||isNaN(e))return n?u.b.log(n,()=>`Invalid arguments: stock='${t}' shares='${e}'`):!0!==m.suppressDialog&&Object(c.a)("Failed to buy stock. This may be a bug, contact developer"),!1;const h=Object(a.b)(t,e,r.a.Long);if(null==h)return!1;if(o.a.money`You do not have enough money to purchase this position. You need ${s.a.formatMoney(h)}.`):!0!==m.suppressDialog&&Object(c.a)(f.createElement(f.Fragment,null,"You do not have enough money to purchase this. You need ",f.createElement(l.a,{money:h}))),!1;if(e+t.playerShares+t.playerShortShares>t.maxShares)return n?u.b.log(n,()=>`Purchasing '${e+t.playerShares+t.playerShortShares}' shares would exceed ${t.symbol}'s maximum (${t.maxShares}) number of shares`):!0!==m.suppressDialog&&Object(c.a)(`You cannot purchase this many shares. ${t.symbol} has a maximum of ${s.a.formatShares(t.maxShares)} shares.`),!1;const d=t.playerShares*t.playerAvgPx;o.a.loseMoney(h,"stock");const p=d+h-i.a.StockMarketCommission;if(t.playerShares=Math.round(t.playerShares+e),t.playerAvgPx=p/t.playerShares,Object(a.d)(t,e),null!=m.rerenderFn&&"function"==typeof m.rerenderFn&&m.rerenderFn(),n){const a=`Bought ${s.a.formatShares(e)} shares of ${t.symbol} for ${s.a.formatMoney(h)}. Paid ${s.a.formatMoney(i.a.StockMarketCommission)} in commission fees.`;u.b.log(n,()=>a)}else!0!==m.suppressDialog&&Object(c.a)(f.createElement(f.Fragment,null,"Bought ",s.a.formatShares(e)," shares of ",t.symbol," for ",f.createElement(l.a,{money:h}),". Paid"," ",f.createElement(l.a,{money:i.a.StockMarketCommission})," in commission fees."));return!0}function h(t,e,n=null,i={}){if(null==t||e<0||isNaN(e))return n?u.b.log(n,()=>`Invalid arguments: stock='${t}' shares='${e}'`):!0!==i.suppressDialog&&Object(c.a)("Failed to sell stock. This is probably due to an invalid quantity. Otherwise, this may be a bug, contact developer"),!1;if((e=Math.round(e))>t.playerShares&&(e=t.playerShares),0===e)return!1;const m=Object(a.c)(t,e,r.a.Long);if(null==m)return!1;let h=m-t.playerAvgPx*e;if(isNaN(h)&&(h=0),o.a.gainMoney(m,"stock"),n&&(n.workerScript.scriptRef.onlineMoneyMade+=h,o.a.scriptProdSinceLastAug+=h),t.playerShares=Math.round(t.playerShares-e),0===t.playerShares&&(t.playerAvgPx=0),Object(a.d)(t,e),null!=i.rerenderFn&&"function"==typeof i.rerenderFn&&i.rerenderFn(),n){const a=`Sold ${s.a.formatShares(e)} shares of ${t.symbol}. After commissions, you gained a total of ${s.a.formatMoney(m)}.`;u.b.log(n,()=>a)}else!0!==i.suppressDialog&&Object(c.a)(f.createElement(f.Fragment,null,"Sold ",s.a.formatShares(e)," shares of ",t.symbol,". After commissions, you gained a total of"," ",f.createElement(l.a,{money:m}),"."));return!0}function d(t,e,n=null,m={}){if((e=Math.round(e))<=0)return!1;if(null==t||isNaN(e))return n?u.b.log(n,()=>`Invalid arguments: stock='${t}' shares='${e}'`):!0!==m.suppressDialog&&Object(c.a)("Failed to initiate a short position in a stock. This is probably due to an invalid quantity. Otherwise, this may be a bug, so contact developer"),!1;const h=Object(a.b)(t,e,r.a.Short);if(null==h)return!1;if(o.a.money"You do not have enough money to purchase this short position. You need "+s.a.formatMoney(h)):!0!==m.suppressDialog&&Object(c.a)(f.createElement(f.Fragment,null,"You do not have enough money to purchase this short position. You need ",f.createElement(l.a,{money:h}))),!1;if(e+t.playerShares+t.playerShortShares>t.maxShares)return n?u.b.log(n,()=>`This '${e+t.playerShares+t.playerShortShares}' short shares would exceed ${t.symbol}'s maximum (${t.maxShares}) number of shares.`):!0!==m.suppressDialog&&Object(c.a)(`You cannot purchase this many shares. ${t.symbol} has a maximum of ${t.maxShares} shares.`),!1;const d=t.playerShortShares*t.playerAvgShortPx;o.a.loseMoney(h,"stock");const p=d+h-i.a.StockMarketCommission;if(t.playerShortShares=Math.round(t.playerShortShares+e),t.playerAvgShortPx=p/t.playerShortShares,Object(a.d)(t,e),null!=m.rerenderFn&&"function"==typeof m.rerenderFn&&m.rerenderFn(),n){const a=`Bought a short position of ${s.a.formatShares(e)} shares of ${t.symbol} for ${s.a.formatMoney(h)}. Paid ${s.a.formatMoney(i.a.StockMarketCommission)} in commission fees.`;u.b.log(n,()=>a)}else m.suppressDialog||Object(c.a)(f.createElement(f.Fragment,null,"Bought a short position of ",s.a.formatShares(e)," shares of ",t.symbol," for"," ",f.createElement(l.a,{money:h}),". Paid ",f.createElement(l.a,{money:i.a.StockMarketCommission})," in commission fees."));return!0}function p(t,e,n=null,i={}){if(null==t||isNaN(e)||e<0)return n?u.b.log(n,()=>`Invalid arguments: stock='${t}' shares='${e}'`):i.suppressDialog||Object(c.a)("Failed to sell a short position in a stock. This is probably due to an invalid quantity. Otherwise, this may be a bug, so contact developer"),!1;if((e=Math.round(e))>t.playerShortShares&&(e=t.playerShortShares),0===e)return!1;const m=e*t.playerAvgShortPx,h=Object(a.c)(t,e,r.a.Short);if(null==h||isNaN(h)||null==m)return n?u.b.log(n,()=>"Failed to sell short position in a stock. This is probably either due to invalid arguments, or a bug"):i.suppressDialog||Object(c.a)("Failed to sell short position in a stock. This is probably either due to invalid arguments, or a bug"),!1;let d=h-m;if(isNaN(d)&&(d=0),o.a.gainMoney(h,"stock"),n&&(n.workerScript.scriptRef.onlineMoneyMade+=d,o.a.scriptProdSinceLastAug+=d),t.playerShortShares=Math.round(t.playerShortShares-e),0===t.playerShortShares&&(t.playerAvgShortPx=0),Object(a.d)(t,e),null!=i.rerenderFn&&"function"==typeof i.rerenderFn&&i.rerenderFn(),n){const a=`Sold your short position of ${s.a.formatShares(e)} shares of ${t.symbol}. After commissions, you gained a total of `+s.a.formatMoney(h);u.b.log(n,()=>a)}else i.suppressDialog||Object(c.a)(f.createElement(f.Fragment,null,"Sold your short position of ",s.a.formatShares(e)," shares of ",t.symbol,". After commissions, you gained a total of ",f.createElement(l.a,{money:h})));return!0}},,,,,,,,,,function(t,e,n){"use strict";n.d(e,"b",(function(){return i})),n.d(e,"a",(function(){return o}));var a=n(1),r=n(19);function i(t){a.a.gainMoney(t,"casino")}function o(){const t=a.a.getCasinoWinnings()>1e10;return t&&Object(r.a)("Alright cheater get out of here. You're not allowed here anymore."),t}},function(t,e,n){"use strict";n.d(e,"f",(function(){return r})),n.d(e,"d",(function(){return i})),n.d(e,"e",(function(){return o})),n.d(e,"c",(function(){return s})),n.d(e,"b",(function(){return l})),n.d(e,"a",(function(){return c}));var a=n(25);function r(t){return t.respect/(t.respect+t.wantedLevel)}function i(t,e,n){if(0===n.baseRespect)return 0;let i=n.hackWeight/100*e.hack+n.strWeight/100*e.str+n.defWeight/100*e.def+n.dexWeight/100*e.dex+n.agiWeight/100*e.agi+n.chaWeight/100*e.cha;if(i-=4*n.difficulty,i<=0)return 0;const o=Math.max(.005,Math.pow(100*t.territory,n.territory.respect)/100),s=(.2*t.territory+.8)*a.a.GangSoftcap;if(isNaN(o)||o<=0)return 0;const l=r(t);return Math.pow(11*n.baseRespect*i*o*l,s)}function o(t,e,n){if(0===n.baseWanted)return 0;let a=n.hackWeight/100*e.hack+n.strWeight/100*e.str+n.defWeight/100*e.def+n.dexWeight/100*e.dex+n.agiWeight/100*e.agi+n.chaWeight/100*e.cha;if(a-=3.5*n.difficulty,a<=0)return 0;const r=Math.max(.005,Math.pow(100*t.territory,n.territory.wanted)/100);if(isNaN(r)||r<=0)return 0;if(n.baseWanted<0)return.4*n.baseWanted*a*r;const i=7*n.baseWanted/Math.pow(3*a*r,.8);return Math.min(100,i)}function s(t,e,n){if(0===n.baseMoney)return 0;let i=n.hackWeight/100*e.hack+n.strWeight/100*e.str+n.defWeight/100*e.def+n.dexWeight/100*e.dex+n.agiWeight/100*e.agi+n.chaWeight/100*e.cha;if(i-=3.2*n.difficulty,i<=0)return 0;const o=Math.max(.005,Math.pow(100*t.territory,n.territory.money)/100);if(isNaN(o)||o<=0)return 0;const s=r(t),l=(.2*t.territory+.8)*a.a.GangSoftcap;return Math.pow(5*n.baseMoney*i*o*s,l)}function l(t){return Math.max(t-1e3,0)}function c(t){return Math.max(Math.pow(t/2e3,.5),1)}},function(t,e,n){"use strict";n.d(e,"a",(function(){return a})),n.d(e,"b",(function(){return r})),n.d(e,"c",(function(){return i})),n.d(e,"d",(function(){return o}));class a{constructor(t={}){!function(t,e,n){e in t?Object.defineProperty(t,e,{value:n,enumerable:!0,configurable:!0,writable:!0}):t[e]=n}(this,"jsonrpc","2.0"),this.method=t.method,this.result=t.result,this.params=t.params,this.error=t.error,this.id=t.id}}function r(t){const e=t;return"string"==typeof e.server&&"string"==typeof e.filename&&"string"==typeof e.content}function i(t){const e=t;return"string"==typeof e.server&&"string"==typeof e.filename}function o(t){return"string"==typeof t.server}},,function(t,e,n){"use strict";n.d(e,"a",(function(){return c}));var a=n(47),r=n(0),i=n.n(r),o=n(13),s=n(1),l=n(396);function c(t){const[e,n]=Object(r.useState)(100),c=(!t.ignoreAugment_WKSharmonizer&&s.a.hasAugmentation(o.a.WKSharmonizer,!0)?1.3:1)*t.millis;return Object(r.useEffect)(()=>{const e=setInterval(()=>{n(e=>(e<=0&&t.onExpire(),e-200/c*100))},200);return()=>{clearInterval(e)}},[]),t.noPaper?i.a.createElement(l.a,{variant:"determinate",value:e,color:"primary"}):i.a.createElement(a.a,{sx:{p:1,mb:1}},i.a.createElement(l.a,{variant:"determinate",value:e,color:"primary"}))}},,,,,function(t,e,n){"use strict";n.d(e,"a",(function(){return i})),n.d(e,"b",(function(){return o}));var a=n(319),r=n(56);const i={};function o(){Object(r.b)(),Object.assign(i,{BruteSSHProgram:new a.a(r.a.BruteSSHProgram.name,5e5,"Opens up SSH Ports."),FTPCrackProgram:new a.a(r.a.FTPCrackProgram.name,15e5,"Opens up FTP Ports."),RelaySMTPProgram:new a.a(r.a.RelaySMTPProgram.name,5e6,"Opens up SMTP Ports."),HTTPWormProgram:new a.a(r.a.HTTPWormProgram.name,3e7,"Opens up HTTP Ports."),SQLInjectProgram:new a.a(r.a.SQLInjectProgram.name,25e7,"Opens up SQL Ports."),ServerProfiler:new a.a(r.a.ServerProfiler.name,5e5,"Displays detailed information about a server."),DeepscanV1:new a.a(r.a.DeepscanV1.name,5e5,"Enables 'scan-analyze' with a depth up to 5."),DeepscanV2:new a.a(r.a.DeepscanV2.name,25e6,"Enables 'scan-analyze' with a depth up to 10."),AutolinkProgram:new a.a(r.a.AutoLink.name,1e6,"Enables direct connect via 'scan-analyze'."),FormulasProgram:new a.a(r.a.Formulas.name,5e9,"Unlock access to the formulas API.")})}},function(t,e,n){"use strict";n.d(e,"c",(function(){return i})),n.d(e,"b",(function(){return o})),n.d(e,"e",(function(){return s})),n.d(e,"a",(function(){return l})),n.d(e,"d",(function(){return c}));var a=n(25),r=n(42);function i(t,e,n,i){return t*r.a.MoneyGainPerLevel*Math.pow(1.035,e-1)*((n+5)/6)*i*a.a.HacknetNodeMoney}function o(t,e=1,n=1){const a=Math.round(e);if(isNaN(a)||a<1)return 0;if(t>=r.a.MaxLevel)return 1/0;const i=r.a.UpgradeLevelMult;let o=0,s=t;for(let t=0;t=r.a.MaxRam)return 1/0;let i=0,o=Math.round(Math.log2(t)),s=t;for(let t=0;t=r.a.MaxCores)return 1/0;const i=r.a.CoreBaseCost,o=r.a.UpgradeCoreMult;let s=0,l=t;for(let t=0;t=0&&e<1?a(t.Trivial,t.Normal,e):e>=1&&e<2?a(t.Normal,t.Hard,e-1):e>=2&&e<3?a(t.Hard,t.Impossible,e-2):a(t.Impossible,t.Impossible,0)}n.d(e,"a",(function(){return a}))},function(t,e,n){"use strict";n.d(e,"a",(function(){return i}));var a=n(0),r=n.n(a);function i(t){return Object(a.useEffect)(()=>{function e(e){if(!e.isTrusted)return;t.onKeyDown.bind(this)(e)}return document.addEventListener("keydown",e),()=>document.removeEventListener("keydown",e)}),r.a.createElement(r.a.Fragment,null)}},function(t,e,n){"use strict";n.d(e,"b",(function(){return b})),n.d(e,"a",(function(){return y}));var a=n(0),r=n.n(a),i=n(152),o=n(16),s=n(1),l=n(5),c=n(30),f=n(89),u=n(19),m=n(144),h=n(15),d=n(13),p=n(390),g=n(108);const b=t=>null!==t&&t.type===i.b.FACTION;class y extends i.a{constructor(t){var e,n,a;super(i.b.FACTION,null===(e=null==t?void 0:t.singularity)||void 0===e||e),this.factionWorkType=null!==(n=null==t?void 0:t.factionWorkType)&&void 0!==n?n:g.a.HACKING,this.factionName=null!==(a=null==t?void 0:t.faction)&&void 0!==a?a:l.a.Sector12}getFaction(){const t=c.a[this.factionName];if(!t)throw new Error(`Faction work started with invalid / unknown faction: '${this.factionName}'`);return t}getReputationRate(){let t=1;return s.a.hasAugmentation(d.a.NeuroreceptorManager,!0)||(t=s.a.focus?1:h.a.BaseFocusBonus),Object(p.b)(s.a,this.factionWorkType,this.getFaction().favor)*t}getExpRates(){let t=1;s.a.hasAugmentation(d.a.NeuroreceptorManager,!0)||(t=s.a.focus?1:h.a.BaseFocusBonus);const e=Object(p.a)(s.a,this.factionWorkType);return Object(f.d)(e,t,!1)}process(t){this.cyclesWorked+=t,this.getFaction().playerReputation+=this.getReputationRate()*t;const e=this.getExpRates();return Object(f.a)(s.a,e,t,"class"),!1}finish(){this.singularity||Object(u.a)(r.a.createElement(r.a.Fragment,null,"You worked for ",this.getFaction().name,".",r.a.createElement("br",null),"They now have a total of ",r.a.createElement(m.a,{reputation:this.getFaction().playerReputation})," reputation."))}APICopy(){return{type:this.type,cyclesWorked:this.cyclesWorked,factionWorkType:this.factionWorkType,factionName:this.factionName}}toJSON(){return Object(o.b)("FactionWork",this)}static fromJSON(t){return Object(o.a)(y,t.data)}}o.c.constructors.FactionWork=y},,function(t,e,n){"use strict";n.d(e,"a",(function(){return l}));var a=n(0),r=n(7),i=n(122),o=n(148);const s=Object(i.a)(t=>Object(o.a)({money:{color:t.colors.money}}));function l({hashes:t}){const e=s();return a.createElement("span",{className:e.money},"number"==typeof t?r.a.formatHashes(t):t)}},function(t,e,n){"use strict";n.d(e,"a",(function(){return f}));var a=n(15),r=n(215),i=n(42),o=n(19),s=n(16),l=n(398);function c(t,e,n){return e in t?Object.defineProperty(t,e,{value:n,enumerable:!0,configurable:!0,writable:!0}):t[e]=n,t}class f{constructor(t="",e=1){c(this,"cores",1),c(this,"level",1),c(this,"moneyGainRatePerSecond",0),c(this,"onlineTimeSeconds",0),c(this,"ram",1),c(this,"totalMoneyGenerated",0),this.name=t,this.updateMoneyGainRate(e)}calculateCoreUpgradeCost(t=1,e){return Object(r.a)(this.cores,t,e)}calculateLevelUpgradeCost(t=1,e){return Object(r.b)(this.level,t,e)}calculateRamUpgradeCost(t=1,e){return Object(r.e)(this.ram,t,e)}process(t=1){const e=t*a.a.MilliPerCycle/1e3;let n=this.moneyGainRatePerSecond*e;return isNaN(n)&&(console.error(`Hacknet Node ${this.name} calculated earnings of NaN`),n=0),this.totalMoneyGenerated+=n,this.onlineTimeSeconds+=e,n}upgradeCore(t=1,e){this.cores=Math.min(i.a.MaxCores,Math.round(this.cores+t)),this.updateMoneyGainRate(e)}upgradeLevel(t=1,e){this.level=Math.min(i.a.MaxLevel,Math.round(this.level+t)),this.updateMoneyGainRate(e)}upgradeRam(t=1,e){for(let e=0;e{document.body.removeChild(e),window.URL.revokeObjectURL(n)},0)}read(){return this.text}show(){Object(a.a)(`${this.fn}

${this.text}`)}toJSON(){return Object(r.b)("TextFile",this)}write(t){this.text=t}static fromJSON(t){return Object(r.a)(o,t.data)}}function s(t,e){let n=t.endsWith(".txt")?t:t+".txt";Object(i.h)(n)&&(n=Object(i.k)(n));for(const t of e.textFiles)if(t.fn===n)return t;return null}function l(t,e,n){if(null!==s(t,n))return void console.error(`A file named "${t}" already exists on server ${n.hostname}.`);const a=new o(t,e);return n.textFiles.push(a),a}r.c.constructors.TextFile=o},function(t,e,n){"use strict";n.d(e,"a",(function(){return i}));var a=n(278),r=n(143);const i={};i[r.a.BladesIntuition]=new a.a({name:r.a.BladesIntuition,desc:"Each level of this skill increases your success chance for all Contracts, Operations, and BlackOps by 3%",baseCost:3,costInc:2.1,successChanceAll:3}),i[r.a.Cloak]=new a.a({name:r.a.Cloak,desc:"Each level of this skill increases your success chance in stealth-related Contracts, Operations, and BlackOps by 5.5%",baseCost:2,costInc:1.1,successChanceStealth:5.5}),i[r.a.ShortCircuit]=new a.a({name:r.a.ShortCircuit,desc:"Each level of this skill increases your success chance in Contracts, Operations, and BlackOps that involve retirement by 5.5%",baseCost:2,costInc:2.1,successChanceKill:5.5}),i[r.a.DigitalObserver]=new a.a({name:r.a.DigitalObserver,desc:"Each level of this skill increases your success chance in all Operations and BlackOps by 4%",baseCost:2,costInc:2.1,successChanceOperation:4}),i[r.a.Tracer]=new a.a({name:r.a.Tracer,desc:"Each level of this skill increases your success chance in all Contracts by 4%",baseCost:2,costInc:2.1,successChanceContract:4}),i[r.a.Overclock]=new a.a({name:r.a.Overclock,desc:"Each level of this skill decreases the time it takes to attempt a Contract, Operation, and BlackOp by 1% (Max Level: 90)",baseCost:3,costInc:1.4,maxLvl:90,actionTime:1}),i[r.a.Reaper]=new a.a({name:r.a.Reaper,desc:"Each level of this skill increases your effective combat stats for Bladeburner actions by 2%",baseCost:2,costInc:2.1,effStr:2,effDef:2,effDex:2,effAgi:2}),i[r.a.EvasiveSystem]=new a.a({name:r.a.EvasiveSystem,desc:"Each level of this skill increases your effective dexterity and agility for Bladeburner actions by 4%",baseCost:2,costInc:2.1,effDex:4,effAgi:4}),i[r.a.Datamancer]=new a.a({name:r.a.Datamancer,desc:"Each level of this skill increases your effectiveness in synthoid population analysis and investigation by 5%. This affects all actions that can potentially increase the accuracy of your synthoid population/community estimates.",baseCost:3,costInc:1,successChanceEstimate:5}),i[r.a.CybersEdge]=new a.a({name:r.a.CybersEdge,desc:"Each level of this skill increases your max stamina by 2%",baseCost:1,costInc:3,stamina:2}),i[r.a.HandsOfMidas]=new a.a({name:r.a.HandsOfMidas,desc:"Each level of this skill increases the amount of money you receive from Contracts by 10%",baseCost:2,costInc:2.5,money:10}),i[r.a.Hyperdrive]=new a.a({name:r.a.Hyperdrive,desc:"Each level of this skill increases the experience earned from Contracts, Operations, and BlackOps by 10%",baseCost:1,costInc:2.5,expGain:10})},function(t,e,n){"use strict";n.d(e,"a",(function(){return i}));var a=n(187),r=n(998);const i={};a.b.forEach(t=>{i[t.name]=new r.a(t.name,t.cost,t.upgType,t.mults)})},function(t,e,n){"use strict";n.d(e,"a",(function(){return r})),n.d(e,"b",(function(){return o})),n.d(e,"c",(function(){return s}));var a=n(1);const r={ScriptBaseRamCost:1.6,ScriptDomRamCost:25,ScriptCorporationRamCost:1022.4,ScriptHackRamCost:.1,ScriptHackAnalyzeRamCost:1,ScriptGrowRamCost:.15,ScriptGrowthAnalyzeRamCost:1,ScriptWeakenRamCost:.15,ScriptWeakenAnalyzeRamCost:1,ScriptScanRamCost:.2,ScriptRecentScriptsRamCost:.2,ScriptPortProgramRamCost:.05,ScriptRunRamCost:1,ScriptExecRamCost:1.3,ScriptSpawnRamCost:2,ScriptScpRamCost:.6,ScriptKillRamCost:.5,ScriptHasRootAccessRamCost:.05,ScriptGetHostnameRamCost:.05,ScriptGetHackingLevelRamCost:.05,ScriptGetMultipliersRamCost:4,ScriptGetServerRamCost:.1,ScriptGetServerMaxRam:.05,ScriptGetServerUsedRam:.05,ScriptFileExistsRamCost:.1,ScriptIsRunningRamCost:.1,ScriptHacknetNodesRamCost:4,ScriptHNUpgLevelRamCost:.4,ScriptHNUpgRamRamCost:.6,ScriptHNUpgCoreRamCost:.8,ScriptGetStockRamCost:2,ScriptBuySellStockRamCost:2.5,ScriptGetPurchaseServerRamCost:.25,ScriptPurchaseServerRamCost:2.25,ScriptGetPurchasedServerLimit:.05,ScriptGetPurchasedServerMaxRam:.05,ScriptRoundRamCost:.05,ScriptReadWriteRamCost:1,ScriptArbScriptRamCost:1,ScriptGetScriptRamCost:.1,ScriptGetRunningScriptRamCost:.3,ScriptGetHackTimeRamCost:.05,ScriptGetFavorToDonate:.1,ScriptCodingContractBaseRamCost:10,ScriptSleeveBaseRamCost:4,ScriptClearTerminalCost:.2,ScriptSingularityFn1RamCost:2,ScriptSingularityFn2RamCost:3,ScriptSingularityFn3RamCost:5,ScriptGangApiBaseRamCost:4,ScriptBladeburnerApiBaseRamCost:4,ScriptStanekWidth:.4,ScriptStanekHeight:.4,ScriptStanekCharge:.4,ScriptStanekFragmentDefinitions:0,ScriptStanekPlacedFragments:5,ScriptStanekClear:0,ScriptStanekCanPlace:.5,ScriptStanekPlace:5,ScriptStanekFragmentAt:2,ScriptStanekDeleteAt:.15,ScriptInfiltrationCalculateDifficulty:2.5,ScriptInfiltrationCalculateRewards:2.5,ScriptInfiltrationGetLocations:5,ScriptInfiltrationGetInfiltrations:15,ScriptStanekAcceptGift:2};function i(t){return()=>{if(4===a.a.bitNodeN)return t;const e=a.a.sourceFileLvl(4);return e<=1?16*t:2===e?4*t:t}}const o={corporation:{getMaterialNames:0,getIndustryTypes:0,getUnlockables:0,getUpgradeNames:0,getResearchNames:0,createCorporation:0,hasUnlockUpgrade:0,getUnlockUpgradeCost:0,getUpgradeLevel:0,getUpgradeLevelCost:0,getExpandIndustryCost:0,getExpandCityCost:0,getInvestmentOffer:0,acceptInvestmentOffer:0,goPublic:0,bribe:0,getCorporation:0,getDivision:0,expandIndustry:0,expandCity:0,unlockUpgrade:0,levelUpgrade:0,issueDividends:0,buyBackShares:0,sellShares:0,getBonusTime:0,sellMaterial:0,sellProduct:0,discontinueProduct:0,setSmartSupply:0,setSmartSupplyUseLeftovers:0,buyMaterial:0,bulkPurchase:0,getWarehouse:0,getProduct:0,getMaterial:0,setMaterialMarketTA1:0,setMaterialMarketTA2:0,setProductMarketTA1:0,setProductMarketTA2:0,exportMaterial:0,cancelExportMaterial:0,purchaseWarehouse:0,upgradeWarehouse:0,makeProduct:0,limitMaterialProduction:0,limitProductProduction:0,getPurchaseWarehouseCost:0,getUpgradeWarehouseCost:0,hasWarehouse:0,assignJob:0,hireEmployee:0,upgradeOfficeSize:0,throwParty:0,buyCoffee:0,hireAdVert:0,research:0,getOffice:0,getEmployee:0,getHireAdVertCost:0,getHireAdVertCount:0,getResearchCost:0,hasResearched:0,setAutoJobAssignment:0,getOfficeSizeUpgradeCost:0},hacknet:{numNodes:0,purchaseNode:0,getPurchaseNodeCost:0,getNodeStats:0,upgradeLevel:0,upgradeRam:0,upgradeCore:0,upgradeCache:0,getLevelUpgradeCost:0,getRamUpgradeCost:0,getCoreUpgradeCost:0,getCacheUpgradeCost:0,numHashes:0,hashCost:0,spendHashes:0,maxNumNodes:0,hashCapacity:0,getHashUpgrades:0,getHashUpgradeLevel:0,getStudyMult:0,getTrainingMult:0},stock:{hasWSEAccount:.05,hasTIXAPIAccess:.05,has4SData:.05,has4SDataTIXAPI:.05,getSymbols:r.ScriptGetStockRamCost,getPrice:r.ScriptGetStockRamCost,getAskPrice:r.ScriptGetStockRamCost,getBidPrice:r.ScriptGetStockRamCost,getPosition:r.ScriptGetStockRamCost,getMaxShares:r.ScriptGetStockRamCost,getPurchaseCost:r.ScriptGetStockRamCost,getSaleGain:r.ScriptGetStockRamCost,buyStock:r.ScriptBuySellStockRamCost,sellStock:r.ScriptBuySellStockRamCost,buyShort:r.ScriptBuySellStockRamCost,sellShort:r.ScriptBuySellStockRamCost,placeOrder:r.ScriptBuySellStockRamCost,cancelOrder:r.ScriptBuySellStockRamCost,getOrders:r.ScriptBuySellStockRamCost,getVolatility:r.ScriptBuySellStockRamCost,getForecast:r.ScriptBuySellStockRamCost,purchase4SMarketData:r.ScriptBuySellStockRamCost,purchase4SMarketDataTixApi:r.ScriptBuySellStockRamCost,purchaseWseAccount:r.ScriptBuySellStockRamCost,purchaseTixApi:r.ScriptBuySellStockRamCost},singularity:{universityCourse:i(r.ScriptSingularityFn1RamCost),gymWorkout:i(r.ScriptSingularityFn1RamCost),travelToCity:i(r.ScriptSingularityFn1RamCost),goToLocation:i(r.ScriptSingularityFn3RamCost),purchaseTor:i(r.ScriptSingularityFn1RamCost),purchaseProgram:i(r.ScriptSingularityFn1RamCost),getCurrentServer:i(r.ScriptSingularityFn1RamCost),connect:i(r.ScriptSingularityFn1RamCost),manualHack:i(r.ScriptSingularityFn1RamCost),installBackdoor:i(r.ScriptSingularityFn1RamCost),getDarkwebProgramCost:i(r.ScriptSingularityFn1RamCost/4),getDarkwebPrograms:i(r.ScriptSingularityFn1RamCost/4),hospitalize:i(r.ScriptSingularityFn1RamCost/4),isBusy:i(r.ScriptSingularityFn1RamCost/4),stopAction:i(r.ScriptSingularityFn1RamCost/2),upgradeHomeRam:i(r.ScriptSingularityFn2RamCost),upgradeHomeCores:i(r.ScriptSingularityFn2RamCost),getUpgradeHomeRamCost:i(r.ScriptSingularityFn2RamCost/2),getUpgradeHomeCoresCost:i(r.ScriptSingularityFn2RamCost/2),workForCompany:i(r.ScriptSingularityFn2RamCost),applyToCompany:i(r.ScriptSingularityFn2RamCost),quitJob:i(r.ScriptSingularityFn2RamCost),getCompanyRep:i(r.ScriptSingularityFn2RamCost/3),getCompanyFavor:i(r.ScriptSingularityFn2RamCost/3),getCompanyFavorGain:i(r.ScriptSingularityFn2RamCost/4),checkFactionInvitations:i(r.ScriptSingularityFn2RamCost),joinFaction:i(r.ScriptSingularityFn2RamCost),workForFaction:i(r.ScriptSingularityFn2RamCost),getFactionRep:i(r.ScriptSingularityFn2RamCost/3),getFactionFavor:i(r.ScriptSingularityFn2RamCost/3),getFactionFavorGain:i(r.ScriptSingularityFn2RamCost/4),donateToFaction:i(r.ScriptSingularityFn3RamCost),createProgram:i(r.ScriptSingularityFn3RamCost),commitCrime:i(r.ScriptSingularityFn3RamCost),getCrimeChance:i(r.ScriptSingularityFn3RamCost),getCrimeStats:i(r.ScriptSingularityFn3RamCost),getOwnedAugmentations:i(r.ScriptSingularityFn3RamCost),getOwnedSourceFiles:i(r.ScriptSingularityFn3RamCost),getAugmentationsFromFaction:i(r.ScriptSingularityFn3RamCost),getAugmentationCost:i(r.ScriptSingularityFn3RamCost),getAugmentationPrereq:i(r.ScriptSingularityFn3RamCost),getAugmentationPrice:i(r.ScriptSingularityFn3RamCost/2),getAugmentationBasePrice:i(r.ScriptSingularityFn3RamCost/2),getAugmentationRepReq:i(r.ScriptSingularityFn3RamCost/2),getAugmentationStats:i(r.ScriptSingularityFn3RamCost),purchaseAugmentation:i(r.ScriptSingularityFn3RamCost),softReset:i(r.ScriptSingularityFn3RamCost),installAugmentations:i(r.ScriptSingularityFn3RamCost),isFocused:i(.1),setFocus:i(.1),exportGame:i(r.ScriptSingularityFn1RamCost/2),exportGameBonus:i(r.ScriptSingularityFn1RamCost/4),b1tflum3:i(16),destroyW0r1dD43m0n:i(32),getCurrentWork:i(.5)},gang:{createGang:r.ScriptGangApiBaseRamCost/4,inGang:r.ScriptGangApiBaseRamCost/4,getMemberNames:r.ScriptGangApiBaseRamCost/4,getGangInformation:r.ScriptGangApiBaseRamCost/2,getOtherGangInformation:r.ScriptGangApiBaseRamCost/2,getMemberInformation:r.ScriptGangApiBaseRamCost/2,canRecruitMember:r.ScriptGangApiBaseRamCost/4,recruitMember:r.ScriptGangApiBaseRamCost/2,getTaskNames:r.ScriptGangApiBaseRamCost/4,getTaskStats:r.ScriptGangApiBaseRamCost/4,setMemberTask:r.ScriptGangApiBaseRamCost/2,getEquipmentNames:r.ScriptGangApiBaseRamCost/4,getEquipmentCost:r.ScriptGangApiBaseRamCost/2,getEquipmentType:r.ScriptGangApiBaseRamCost/2,getEquipmentStats:r.ScriptGangApiBaseRamCost/2,purchaseEquipment:r.ScriptGangApiBaseRamCost,ascendMember:r.ScriptGangApiBaseRamCost,getAscensionResult:r.ScriptGangApiBaseRamCost/2,setTerritoryWarfare:r.ScriptGangApiBaseRamCost/2,getChanceToWinClash:r.ScriptGangApiBaseRamCost,getBonusTime:0},bladeburner:{getContractNames:r.ScriptBladeburnerApiBaseRamCost/10,getOperationNames:r.ScriptBladeburnerApiBaseRamCost/10,getBlackOpNames:r.ScriptBladeburnerApiBaseRamCost/10,getBlackOpRank:r.ScriptBladeburnerApiBaseRamCost/2,getGeneralActionNames:r.ScriptBladeburnerApiBaseRamCost/10,getSkillNames:r.ScriptBladeburnerApiBaseRamCost/10,startAction:r.ScriptBladeburnerApiBaseRamCost,stopBladeburnerAction:r.ScriptBladeburnerApiBaseRamCost/2,getCurrentAction:r.ScriptBladeburnerApiBaseRamCost/4,getActionTime:r.ScriptBladeburnerApiBaseRamCost,getActionCurrentTime:r.ScriptBladeburnerApiBaseRamCost,getActionEstimatedSuccessChance:r.ScriptBladeburnerApiBaseRamCost,getActionRepGain:r.ScriptBladeburnerApiBaseRamCost,getActionCountRemaining:r.ScriptBladeburnerApiBaseRamCost,getActionMaxLevel:r.ScriptBladeburnerApiBaseRamCost,getActionCurrentLevel:r.ScriptBladeburnerApiBaseRamCost,getActionAutolevel:r.ScriptBladeburnerApiBaseRamCost,setActionAutolevel:r.ScriptBladeburnerApiBaseRamCost,setActionLevel:r.ScriptBladeburnerApiBaseRamCost,getRank:r.ScriptBladeburnerApiBaseRamCost,getSkillPoints:r.ScriptBladeburnerApiBaseRamCost,getSkillLevel:r.ScriptBladeburnerApiBaseRamCost,getSkillUpgradeCost:r.ScriptBladeburnerApiBaseRamCost,upgradeSkill:r.ScriptBladeburnerApiBaseRamCost,getTeamSize:r.ScriptBladeburnerApiBaseRamCost,setTeamSize:r.ScriptBladeburnerApiBaseRamCost,getCityEstimatedPopulation:r.ScriptBladeburnerApiBaseRamCost,getCityCommunities:r.ScriptBladeburnerApiBaseRamCost,getCityChaos:r.ScriptBladeburnerApiBaseRamCost,getCity:r.ScriptBladeburnerApiBaseRamCost,switchCity:r.ScriptBladeburnerApiBaseRamCost,getStamina:r.ScriptBladeburnerApiBaseRamCost,joinBladeburnerFaction:r.ScriptBladeburnerApiBaseRamCost,joinBladeburnerDivision:r.ScriptBladeburnerApiBaseRamCost,getBonusTime:0},infiltration:{getPossibleLocations:r.ScriptInfiltrationGetLocations,getInfiltration:r.ScriptInfiltrationGetInfiltrations},codingcontract:{attempt:r.ScriptCodingContractBaseRamCost,getContractType:r.ScriptCodingContractBaseRamCost/2,getData:r.ScriptCodingContractBaseRamCost/2,getDescription:r.ScriptCodingContractBaseRamCost/2,getNumTriesRemaining:r.ScriptCodingContractBaseRamCost/5,createDummyContract:r.ScriptCodingContractBaseRamCost/5,getContractTypes:r.ScriptCodingContractBaseRamCost/5},sleeve:{getNumSleeves:r.ScriptSleeveBaseRamCost,setToShockRecovery:r.ScriptSleeveBaseRamCost,setToSynchronize:r.ScriptSleeveBaseRamCost,setToCommitCrime:r.ScriptSleeveBaseRamCost,setToUniversityCourse:r.ScriptSleeveBaseRamCost,travel:r.ScriptSleeveBaseRamCost,setToCompanyWork:r.ScriptSleeveBaseRamCost,setToFactionWork:r.ScriptSleeveBaseRamCost,setToGymWorkout:r.ScriptSleeveBaseRamCost,getSleeveStats:r.ScriptSleeveBaseRamCost,getTask:r.ScriptSleeveBaseRamCost,getInformation:r.ScriptSleeveBaseRamCost,getSleeveAugmentations:r.ScriptSleeveBaseRamCost,getSleevePurchasableAugs:r.ScriptSleeveBaseRamCost,purchaseSleeveAug:r.ScriptSleeveBaseRamCost,setToBladeburnerAction:r.ScriptSleeveBaseRamCost,getSleeveAugmentationPrice:r.ScriptSleeveBaseRamCost,getSleeveAugmentationRepReq:r.ScriptSleeveBaseRamCost},stanek:{giftWidth:r.ScriptStanekWidth,giftHeight:r.ScriptStanekHeight,chargeFragment:r.ScriptStanekCharge,fragmentDefinitions:r.ScriptStanekFragmentDefinitions,activeFragments:r.ScriptStanekPlacedFragments,clearGift:r.ScriptStanekClear,canPlaceFragment:r.ScriptStanekCanPlace,placeFragment:r.ScriptStanekPlace,getFragment:r.ScriptStanekFragmentAt,removeFragment:r.ScriptStanekDeleteAt,acceptGift:r.ScriptStanekAcceptGift},ui:{getTheme:0,setTheme:0,resetTheme:0,getStyles:0,setStyles:0,resetStyles:0,getGameInfo:0,clearTerminal:0,windowSize:0},grafting:{getAugmentationGraftPrice:3.75,getAugmentationGraftTime:3.75,getGraftableAugmentations:5,graftAugmentation:7.5},sprintf:0,vsprintf:0,scan:r.ScriptScanRamCost,hack:r.ScriptHackRamCost,hackAnalyzeThreads:r.ScriptHackAnalyzeRamCost,hackAnalyze:r.ScriptHackAnalyzeRamCost,hackAnalyzeSecurity:r.ScriptHackAnalyzeRamCost,hackAnalyzeChance:r.ScriptHackAnalyzeRamCost,sleep:0,asleep:0,share:2.4,getSharePower:.2,grow:r.ScriptGrowRamCost,growthAnalyze:r.ScriptGrowthAnalyzeRamCost,growthAnalyzeSecurity:r.ScriptGrowthAnalyzeRamCost,weaken:r.ScriptWeakenRamCost,weakenAnalyze:r.ScriptWeakenAnalyzeRamCost,print:0,printf:0,tprint:0,tprintf:0,clearLog:0,disableLog:0,enableLog:0,isLogEnabled:0,getScriptLogs:0,nuke:r.ScriptPortProgramRamCost,brutessh:r.ScriptPortProgramRamCost,ftpcrack:r.ScriptPortProgramRamCost,relaysmtp:r.ScriptPortProgramRamCost,httpworm:r.ScriptPortProgramRamCost,sqlinject:r.ScriptPortProgramRamCost,run:r.ScriptRunRamCost,exec:r.ScriptExecRamCost,spawn:r.ScriptSpawnRamCost,kill:r.ScriptKillRamCost,killall:r.ScriptKillRamCost,exit:0,atExit:0,scp:r.ScriptScpRamCost,ls:r.ScriptScanRamCost,ps:r.ScriptScanRamCost,getRecentScripts:r.ScriptRecentScriptsRamCost,hasRootAccess:r.ScriptHasRootAccessRamCost,getHostname:r.ScriptGetHostnameRamCost,getHackingLevel:r.ScriptGetHackingLevelRamCost,getHackingMultipliers:r.ScriptGetMultipliersRamCost,getHacknetMultipliers:r.ScriptGetMultipliersRamCost,getBitNodeMultipliers:r.ScriptGetMultipliersRamCost,getServer:r.ScriptGetMultipliersRamCost/2,getServerMoneyAvailable:r.ScriptGetServerRamCost,getServerSecurityLevel:r.ScriptGetServerRamCost,getServerBaseSecurityLevel:r.ScriptGetServerRamCost,getServerMinSecurityLevel:r.ScriptGetServerRamCost,getServerRequiredHackingLevel:r.ScriptGetServerRamCost,getServerMaxMoney:r.ScriptGetServerRamCost,getServerGrowth:r.ScriptGetServerRamCost,getServerNumPortsRequired:r.ScriptGetServerRamCost,getServerRam:r.ScriptGetServerRamCost,getServerMaxRam:r.ScriptGetServerMaxRam,getServerUsedRam:r.ScriptGetServerUsedRam,serverExists:r.ScriptGetServerRamCost,fileExists:r.ScriptFileExistsRamCost,isRunning:r.ScriptIsRunningRamCost,getPurchasedServerLimit:r.ScriptGetPurchasedServerLimit,getPurchasedServerMaxRam:r.ScriptGetPurchasedServerMaxRam,getPurchasedServerCost:r.ScriptGetPurchaseServerRamCost,getPurchasedServerUpgradeCost:.1,upgradePurchasedServer:.25,renamePurchasedServer:2,purchaseServer:r.ScriptPurchaseServerRamCost,deleteServer:r.ScriptPurchaseServerRamCost,getPurchasedServers:r.ScriptPurchaseServerRamCost,write:0,tryWritePort:0,read:0,peek:0,clear:0,writePort:0,readPort:0,getPortHandle:0,rm:r.ScriptReadWriteRamCost,scriptRunning:r.ScriptArbScriptRamCost,scriptKill:r.ScriptArbScriptRamCost,getScriptName:0,getScriptRam:r.ScriptGetScriptRamCost,getHackTime:r.ScriptGetHackTimeRamCost,getGrowTime:r.ScriptGetHackTimeRamCost,getWeakenTime:r.ScriptGetHackTimeRamCost,getTotalScriptIncome:r.ScriptGetScriptRamCost,getScriptIncome:r.ScriptGetScriptRamCost,getTotalScriptExpGain:r.ScriptGetScriptRamCost,getScriptExpGain:r.ScriptGetScriptRamCost,getRunningScript:r.ScriptGetRunningScriptRamCost,nFormat:0,tFormat:0,getTimeSinceLastAug:r.ScriptGetHackTimeRamCost,prompt:0,wget:0,getFavorToDonate:r.ScriptGetFavorToDonate,getPlayer:r.ScriptSingularityFn1RamCost/4,mv:0,tail:0,toast:0,moveTail:0,resizeTail:0,closeTail:0,clearPort:0,openDevMenu:0,alert:0,flags:0,exploit:0,bypass:0,alterReality:0,rainbow:0,heart:{break:0},formulas:{mockServer:0,mockPlayer:0,reputation:{calculateFavorToRep:0,calculateRepToFavor:0,repFromDonation:0},skills:{calculateSkill:0,calculateExp:0},hacking:{hackChance:0,hackExp:0,hackPercent:0,growPercent:0,hackTime:0,growTime:0,weakenTime:0},hacknetNodes:{moneyGainRate:0,levelUpgradeCost:0,ramUpgradeCost:0,coreUpgradeCost:0,hacknetNodeCost:0,constants:0},hacknetServers:{hashGainRate:0,levelUpgradeCost:0,ramUpgradeCost:0,coreUpgradeCost:0,cacheUpgradeCost:0,hashUpgradeCost:0,hacknetServerCost:0,constants:0},gang:{wantedPenalty:0,respectGain:0,wantedLevelGain:0,moneyGain:0,ascensionPointsGain:0,ascensionMultiplier:0},work:{crimeGains:0,classGains:0,factionGains:0}}};function s(...t){if(0===t.length)return console.warn("No arguments passed to getRamCost()"),0;let e=o[t[0]];for(let n=1;n{const n=o.a.parseMoney(e.target.value);""===e.target.value||isNaN(n)?t.onChange(NaN):t.onChange(n)}};return i.a.createElement(a.a,e)}},,,,,,function(t,e,n){"use strict";n.d(e,"a",(function(){return i}));var a=n(997),r=n(468);const i={};a.a.forEach(t=>{i[t.name]=new r.a(t.name,t.desc,t.isHacking,t.isCombat,t.params)})},function(t,e,n){"use strict";n.d(e,"a",(function(){return i}));var a=n(1094),r=n(1095);const i={};for(const t of r.a)i[(o=t).name]=new a.a(o);var o},function(t,e,n){"use strict";n.d(e,"b",(function(){return s})),n.d(e,"c",(function(){return l})),n.d(e,"a",(function(){return c})),n.d(e,"d",(function(){return f}));var a=n(0),r=n.n(a),i=n(6),o=n(360);class s{constructor(t,e){i.a.TimestampsFormat&&(t="["+Object(o.a)(i.a.TimestampsFormat)+"] "+t),this.text=t,this.color=e}}class l{constructor(t){i.a.TimestampsFormat&&(t=r.a.createElement(r.a.Fragment,null,"[",Object(o.a)(i.a.TimestampsFormat),"] ",t)),this.raw=t}}class c{constructor(t,e){i.a.TimestampsFormat&&(t="["+Object(o.a)(i.a.TimestampsFormat)+"] "+t),this.hostname=e,this.dashes=t}}class f{constructor(t,e,n){this.time=t,this.timeLeft=t,this.action=e,this.server=n}}},,,,function(t,e,n){"use strict";function a(t){const e=Object.assign({},{progress:0,totalTicks:20},t);e.progress=Math.max(Math.min(e.progress,1),0);const n=Math.max(Math.floor(e.progress/(1/e.totalTicks)),1),a=Math.max(e.totalTicks-n,0);return`[${"|".repeat(n)}${"-".repeat(a)}]`}n.d(e,"a",(function(){return a}))},function(t,e,n){"use strict";n.d(e,"a",(function(){return l}));var a=n(0),r=n.n(a),i=n(40),o=n(10),s=n(3);function l(t){return r.a.createElement(i.a,{open:t.open,onClose:t.onClose},r.a.createElement(r.a.Fragment,null,r.a.createElement(s.a,null,t.confirmationText),r.a.createElement(o.a,{onClick:()=>{t.onConfirm()}},"Confirm"),t.additionalButton&&r.a.createElement(r.a.Fragment,null,t.additionalButton)))}},function(t,e,n){"use strict";function a(t,e){return Object.values(t).includes(e)}n.d(e,"a",(function(){return a}))},function(t,e,n){"use strict";function a(){try{return"3c03ac4f"}catch(t){}return"DEV"}n.d(e,"a",(function(){return a}))},function(t,e,n){"use strict";n.d(e,"b",(function(){return u})),n.d(e,"a",(function(){return m}));var a=n(164),r=n(25),i=n(15),o=n(1),s=n(57),l=n(26),c=n(381);const f=1e3/i.a._idleSpeed;function u(t,e){const n=c.a.find(t=>t.specialName===e.name),a=Object(l.d)(n?n.hostname:"").backdoorInstalled?.9:1;return t.earnings.money*e.costMult*a}function m(t,e,n){const i=o.a.hashManager,l=s.c[e],c=a.a[n],m=[s.a.GymAgility,s.a.GymDefense,s.a.GymStrength,s.a.GymDexterity].includes(e)?i.getTrainingMult():i.getStudyMult(),h=u(l,c)/f,d=l.earnings.hackExp*c.expMult/f*m,p=l.earnings.strExp*c.expMult/f*m,g=l.earnings.defExp*c.expMult/f*m,b=l.earnings.dexExp*c.expMult/f*m,y=l.earnings.agiExp*c.expMult/f*m,E=l.earnings.chaExp*c.expMult/f*m;return{money:h,reputation:0,hackExp:d*t.mults.hacking_exp*r.a.ClassGymExpGain,strExp:p*t.mults.strength_exp*r.a.ClassGymExpGain,defExp:g*t.mults.defense_exp*r.a.ClassGymExpGain,dexExp:b*t.mults.dexterity_exp*r.a.ClassGymExpGain,agiExp:y*t.mults.agility_exp*r.a.ClassGymExpGain,chaExp:E*t.mults.charisma_exp*r.a.ClassGymExpGain,intExp:0}}},function(t,e,n){"use strict";n.d(e,"a",(function(){return l}));var a=n(540),r=n(16),i=n(541);function o(t,e,n){return e in t?Object.defineProperty(t,e,{value:n,enumerable:!0,configurable:!0,writable:!0}):t[e]=n,t}let s=0;class l{constructor(t="",e="",n="",a=[]){o(this,"code",""),o(this,"filename",""),o(this,"url",""),o(this,"module",null),o(this,"dependencies",[]),o(this,"dependents",[]),o(this,"ramUsage",0),o(this,"queueCompile",!1),o(this,"server",""),this.filename=t,this.code=e,this.server=n,this.moduleSequenceNumber=++s,""!==this.code&&this.updateRamUsage(a)}download(){const t=this.filename,e=new Blob([this.code],{type:"text/plain"}),n=document.createElement("a"),a=URL.createObjectURL(e);n.href=a,n.download=t,document.body.appendChild(n),n.click(),setTimeout((function(){document.body.removeChild(n),window.URL.revokeObjectURL(a)}),0)}markUpdated(){this.module=null,this.moduleSequenceNumber=++s}saveScript(t,e,n,a){this.code=l.formatCode(e),this.filename=t,this.server=n,this.updateRamUsage(a),this.markUpdated();for(const t of this.dependents){const[e]=a.filter(e=>e.filename===t.filename&&e.server==t.server);null==e||e.markUpdated()}}updateRamUsage(t){const e=Object(a.a)(this.code,t);e.cost>0&&(this.ramUsage=Object(i.a)(e.cost),this.ramUsageEntries=e.entries),this.markUpdated()}imports(){return[]}toJSON(){return Object(r.b)("Script",this)}static fromJSON(t){const e=Object(r.a)(l,t.data);return e.url="",e.dependents=[],e}static formatCode(t){return t.replace(/^\s+|\s+$/g,"")}}r.c.constructors.Script=l},,function(t,e,n){"use strict";n.d(e,"b",(function(){return l})),n.d(e,"a",(function(){return c}));var a=n(1),r=n(16),i=n(103),o=n(15),s=n(618);const l=t=>null!==t&&t.type===i.b.BLADEBURNER;class c extends i.a{constructor(t){var e,n,a,r,o;super(i.b.BLADEBURNER),o=0,(r="cyclesWorked")in(a=this)?Object.defineProperty(a,r,{value:o,enumerable:!0,configurable:!0,writable:!0}):a[r]=o,this.actionType=null!==(e=null==t?void 0:t.type)&&void 0!==e?e:"General",this.actionName=null!==(n=null==t?void 0:t.name)&&void 0!==n?n:"Field analysis"}cyclesNeeded(t){var e;const n=null===(e=a.a.bladeburner)||void 0===e?void 0:e.getActionTimeNetscriptFn(t,this.actionType,this.actionName);if(!n||"string"==typeof n)throw new Error(`Error querying ${this.actionName} time`);return n/o.a._idleSpeed}process(t,e){if(!a.a.bladeburner)throw new Error("sleeve doing blade work without being a member");this.cyclesWorked+=e;const n=a.a.bladeburner.getActionIdFromTypeAndName(this.actionType,this.actionName);if(!n)throw new Error(`Error getting ${this.actionName} action`);if("Contracts"===this.actionType){const e=a.a.bladeburner.getActionObject(n);if(!e)throw new Error(`Error getting ${this.actionName} action object`);if(e.count<=0)return t.stopWork(),0}for(;this.cyclesWorked>this.cyclesNeeded(t);){if("Contracts"===this.actionType){const e=a.a.bladeburner.getActionObject(n);if(!e)throw new Error(`Error getting ${this.actionName} action object`);if(e.count<=0)return t.stopWork(),0}const e=a.a.bladeburner.completeAction(t,n,!1);let o;if("General"===this.actionType){var r;if(o=null===(r=s.a[this.actionName])||void 0===r?void 0:r.exp,!o)throw new Error(`Somehow there was no exp for action ${this.actionType} ${this.actionName}`);Object(i.c)(t,o,1)}a.a.gainMoney(e.money,"sleeves"),a.a.gainStats(e),this.cyclesWorked-=this.cyclesNeeded(t)}return 0}APICopy(){return{actionType:this.actionType,actionName:this.actionName}}toJSON(){return Object(r.b)("SleeveBladeburnerWork",this)}static fromJSON(t){return Object(r.a)(c,t.data)}}r.c.constructors.SleeveBladeburnerWork=c},function(t,e,n){"use strict";n.d(e,"a",(function(){return f}));var a=n(0),r=n.n(a),i=n(76),o=n(161),s=n(160),l=n(50),c=n(3);function f({rows:t,title:e,wide:n}){const a=n?s.a:i.a;return r.a.createElement(r.a.Fragment,null,e&&r.a.createElement(c.a,null,e),r.a.createElement(a,{size:"small",padding:"none"},r.a.createElement(o.a,null,t.map((t,e)=>r.a.createElement(l.a,{key:e},t.map((t,e)=>r.a.createElement(i.b,{key:e,align:0!==e?"right":"left"},r.a.createElement(c.a,{noWrap:!0},t))))))))}},function(t,e,n){"use strict";n.d(e,"a",(function(){return r}));var a=n(466);const r={},i=["Training","Field Analysis","Recruitment","Diplomacy","Hyperbolic Regeneration Chamber","Incite Violence"];for(const t of i)r[t]=new a.a({name:t})},function(t,e,n){"use strict";n.d(e,"a",(function(){return i}));var a=n(16);function r(t,e,n){return e in t?Object.defineProperty(t,e,{value:n,enumerable:!0,configurable:!0,writable:!0}):t[e]=n,t}class i{constructor(t={}){r(this,"name","InitName"),r(this,"qty",0),r(this,"qlt",0),r(this,"dmd",0),r(this,"dmdR",[0,0]),r(this,"cmp",0),r(this,"cmpR",[0,0]),r(this,"mv",0),r(this,"mku",0),r(this,"buy",0),r(this,"sll",0),r(this,"prd",0),r(this,"imp",0),r(this,"exp",[]),r(this,"totalExp",0),r(this,"bCost",0),r(this,"sCost",0),r(this,"prdman",[!1,0]),r(this,"sllman",[!1,0]),r(this,"marketTa1",!1),r(this,"marketTa2",!1),r(this,"marketTa2Price",0),r(this,"maxsll",0),t.name&&(this.name=t.name),this.init()}getMarkupLimit(){return this.qlt/this.mku}init(){switch(this.name){case"Water":this.dmd=75,this.dmdR=[65,85],this.cmp=50,this.cmpR=[40,60],this.bCost=1500,this.mv=.2,this.mku=6;break;case"Energy":this.dmd=90,this.dmdR=[80,99],this.cmp=80,this.cmpR=[65,95],this.bCost=2e3,this.mv=.2,this.mku=6;break;case"Food":this.dmd=80,this.dmdR=[70,90],this.cmp=60,this.cmpR=[35,85],this.bCost=5e3,this.mv=1,this.mku=3;break;case"Plants":this.dmd=70,this.dmdR=[20,90],this.cmp=50,this.cmpR=[30,70],this.bCost=3e3,this.mv=.6,this.mku=3.75;break;case"Metal":this.dmd=80,this.dmdR=[75,85],this.cmp=70,this.cmpR=[60,80],this.bCost=2650,this.mv=1,this.mku=6;break;case"Hardware":this.dmd=85,this.dmdR=[80,90],this.cmp=80,this.cmpR=[65,95],this.bCost=8e3,this.mv=.5,this.mku=1;break;case"Chemicals":this.dmd=55,this.dmdR=[40,70],this.cmp=60,this.cmpR=[40,80],this.bCost=9e3,this.mv=1.2,this.mku=2;break;case"Real Estate":this.dmd=50,this.dmdR=[5,99],this.cmp=50,this.cmpR=[25,75],this.bCost=8e4,this.mv=1.5,this.mku=1.5;break;case"Drugs":this.dmd=60,this.dmdR=[45,75],this.cmp=70,this.cmpR=[40,99],this.bCost=4e4,this.mv=1.6,this.mku=1;break;case"Robots":this.dmd=90,this.dmdR=[80,99],this.cmp=90,this.cmpR=[80,99],this.bCost=75e3,this.mv=.5,this.mku=1;break;case"AI Cores":this.dmd=90,this.dmdR=[80,99],this.cmp=90,this.cmpR=[80,99],this.bCost=15e3,this.mv=.8,this.mku=.5;break;case"Scientific Research":case"InitName":break;default:console.error("Invalid material type in init(): "+this.name)}}processMarket(){const t=1+Math.random()*this.mv/300,e=1+Math.random()*this.mv/100;Math.random()<.5?(this.cmp*=e,this.cmp>this.cmpR[1]&&(this.cmp=this.cmpR[1]),this.bCost*=1/t):(this.cmp*=1/e,this.cmpthis.dmdR[1]&&(this.dmd=this.dmdR[1]),this.bCost*=t):(this.dmd*=1/n,this.dmd13)throw new Error("Card instantiated with improper value: "+t)}formatValue(){switch(this.value){case 1:return"A";case 11:return"J";case 12:return"Q";case 13:return"K";default:return""+this.value}}isRedSuit(){return this.suit===a.Hearts||this.suit===a.Diamonds}getStringRepresentation(){return`${this.formatValue()} of ${this.suit}`}}},function(t,e,n){"use strict";n.d(e,"a",(function(){return i}));var a=n(151);function r(t,e,n){return e in t?Object.defineProperty(t,e,{value:n,enumerable:!0,configurable:!0,writable:!0}):t[e]=n,t}class i{constructor(t,e){r(this,"lvl",1),r(this,"owned",!1);const n="BitNode"+t,i=a.a[n];if(null==i)throw new Error("Invalid Bit Node for this Source File");this.n=t,this.name=`Source-File ${t}: ${i.name}`,this.info=e}}},,,,function(t,e,n){"use strict";n.d(e,"c",(function(){return f})),n.d(e,"a",(function(){return u})),n.d(e,"b",(function(){return m}));var a=n(15),r=n(1),i=n(46),o=n(141),s=n(26),l=n(7),c=n(419);function f(t){const e=((new Date).getTime()-r.a.lastUpdate)/1e3;let n=t.onlineRunningTime/14400;n>=1&&(n=1);for(const n of Object.keys(t.dataMap))if(t.dataMap.hasOwnProperty(n)){if(0==t.dataMap[n][2]||null==t.dataMap[n][2])continue;const a=Object(s.d)(n);if(null==a)continue;const r=Math.round(.5*t.dataMap[n][2]/t.onlineRunningTime*e);t.log(`Called on ${a.hostname} ${r} times while offline`);const c=Object(s.d)(t.server);if(null===c)throw new Error("getServer of null key?");if(!(a instanceof i.a))throw new Error("trying to grow a non-normal server");const f=Object(o.f)(a,r,c.cpuCores);t.log(`'${a.hostname}' grown by ${l.a.format(100*f-100,"0.000000%")} while offline`)}const c=n*(t.onlineExpGained/t.onlineRunningTime)*e;r.a.gainHackingExp(c),t.offlineRunningTime+=e,t.offlineExpGained+=c;for(const n of Object.keys(t.dataMap))if(t.dataMap.hasOwnProperty(n)){if(0==t.dataMap[n][3]||null==t.dataMap[n][3])continue;const r=Object(s.d)(n);if(null==r)continue;if(!(r instanceof i.a))throw new Error("trying to weaken a non-normal server");const o=Object(s.d)(t.server);if(null===o)throw new Error("getServer of null key?");const l=Math.round(.5*t.dataMap[n][3]/t.onlineRunningTime*e);t.log(`Called weaken() on ${r.hostname} ${l} times while offline`);const c=1+(o.cpuCores-1)/16;r.weaken(a.a.ServerWeakenAmount*l*c)}}function u(t,e,n){for(let a=0;anull!==t&&t.type===r.b.COMPANY;class f extends r.a{constructor(t){var e;super(r.b.COMPANY),this.companyName=null!==(e=null==t?void 0:t.companyName)&&void 0!==e?e:i.a.NewTokyoNoodleBar}getCompany(){const t=o.a[this.companyName];if(!t)throw new Error(`Company not found: '${this.companyName}'`);return t}getGainRates(t){return Object(s.a)(t,this.getCompany())}process(t,e){const n=this.getCompany(),a=this.getGainRates(t);return Object(r.c)(t,a,e),n.playerReputation+=a.reputation*e,Object(l.a)(n,a.reputation,e),0}APICopy(){return{type:this.type,companyName:this.companyName}}toJSON(){return Object(a.b)("SleeveCompanyWork",this)}static fromJSON(t){return Object(a.a)(f,t.data)}}a.c.constructors.SleeveCompanyWork=f},function(t,e,n){"use strict";n.d(e,"a",(function(){return N})),n.d(e,"b",(function(){return P}));var a=n(13),r=n(143),i=n(230),o=n(15),s=n(52),l=n(111),c=n(30),f=n(81),u=n(190),m=n(42),h=n(58),d=n(227),p=n(93),g=n(17),b=n(1),y=n(56),E=n(26),v=n(88),k=n(46),w=n(22),S=n(28),_=n(1116),C=n(5),x=n(61),L=n(57),O=n(25);const M=_.a;function A(){const t=Object(E.d)(v.a.WorldDaemon);return t instanceof k.a&&(!!t.backdoorInstalled||null!==b.a.bladeburner&&b.a.bladeburner.blackops.hasOwnProperty(x.a.OperationDaedalus))}function T(t,e){return t.bitNodeN===e||t.sourceFiles.some(t=>t.n===e)}function R(t){return t.sourceFiles.some(t=>1===t.n)}const N={[C.a.CyberSec.toUpperCase()]:{...M[C.a.CyberSec.toUpperCase()],Icon:"CSEC",Condition:()=>b.a.factions.includes(C.a.CyberSec)},[C.a.NiteSec.toUpperCase()]:{...M[C.a.NiteSec.toUpperCase()],Icon:C.a.NiteSec,Condition:()=>b.a.factions.includes(C.a.NiteSec)},THE_BLACK_HAND:{...M.THE_BLACK_HAND,Icon:"TBH",Condition:()=>b.a.factions.includes(C.a.TheBlackHand)},[C.a.BitRunners.toUpperCase()]:{...M[C.a.BitRunners.toUpperCase()],Icon:C.a.BitRunners.toLowerCase(),Condition:()=>b.a.factions.includes(C.a.BitRunners)},[C.a.Daedalus.toUpperCase()]:{...M[C.a.Daedalus.toUpperCase()],Icon:C.a.Daedalus.toLowerCase(),Condition:()=>b.a.factions.includes(C.a.Daedalus)},THE_COVENANT:{...M.THE_COVENANT,Icon:C.a.TheCovenant.toLowerCase().replace(/ /g,""),Condition:()=>b.a.factions.includes(C.a.TheCovenant)},[C.a.Illuminati.toUpperCase()]:{...M[C.a.Illuminati.toUpperCase()],Icon:C.a.Illuminati.toLowerCase(),Condition:()=>b.a.factions.includes(C.a.Illuminati)},"BRUTESSH.EXE":{...M["BRUTESSH.EXE"],Icon:"p0",Condition:()=>b.a.getHomeComputer().programs.includes(y.a.BruteSSHProgram.name)},"FTPCRACK.EXE":{...M["FTPCRACK.EXE"],Icon:"p1",Condition:()=>b.a.getHomeComputer().programs.includes(y.a.FTPCrackProgram.name)},"RELAYSMTP.EXE":{...M["RELAYSMTP.EXE"],Icon:"p2",Condition:()=>b.a.getHomeComputer().programs.includes(y.a.RelaySMTPProgram.name)},"HTTPWORM.EXE":{...M["HTTPWORM.EXE"],Icon:"p3",Condition:()=>b.a.getHomeComputer().programs.includes(y.a.HTTPWormProgram.name)},"SQLINJECT.EXE":{...M["SQLINJECT.EXE"],Icon:"p4",Condition:()=>b.a.getHomeComputer().programs.includes(y.a.SQLInjectProgram.name)},"FORMULAS.EXE":{...M["FORMULAS.EXE"],Icon:"formulas",Condition:()=>b.a.getHomeComputer().programs.includes(y.a.Formulas.name)},"SF1.1":{...M["SF1.1"],Icon:"SF1.1",Visible:()=>T(b.a,1),Condition:()=>b.a.sourceFileLvl(1)>=1},"SF2.1":{...M["SF2.1"],Icon:"SF2.1",Visible:()=>T(b.a,2),Condition:()=>b.a.sourceFileLvl(2)>=1},"SF3.1":{...M["SF3.1"],Icon:"SF3.1",Visible:()=>T(b.a,3),Condition:()=>b.a.sourceFileLvl(3)>=1},"SF4.1":{...M["SF4.1"],Icon:"SF4.1",Visible:()=>T(b.a,4),Condition:()=>b.a.sourceFileLvl(4)>=1},"SF5.1":{...M["SF5.1"],Icon:"SF5.1",Visible:()=>T(b.a,5),Condition:()=>b.a.sourceFileLvl(5)>=1},"SF6.1":{...M["SF6.1"],Icon:"SF6.1",Visible:()=>T(b.a,6),Condition:()=>b.a.sourceFileLvl(6)>=1},"SF7.1":{...M["SF7.1"],Icon:"SF7.1",Visible:()=>T(b.a,7),Condition:()=>b.a.sourceFileLvl(7)>=1},"SF8.1":{...M["SF8.1"],Icon:"SF8.1",Visible:()=>T(b.a,8),Condition:()=>b.a.sourceFileLvl(8)>=1},"SF9.1":{...M["SF9.1"],Icon:"SF9.1",Visible:()=>T(b.a,9),Condition:()=>b.a.sourceFileLvl(9)>=1},"SF10.1":{...M["SF10.1"],Icon:"SF10.1",Visible:()=>T(b.a,10),Condition:()=>b.a.sourceFileLvl(10)>=1},"SF11.1":{...M["SF11.1"],Icon:"SF11.1",Visible:()=>T(b.a,11),Condition:()=>b.a.sourceFileLvl(11)>=1},"SF12.1":{...M["SF12.1"],Icon:"SF12.1",Visible:()=>T(b.a,12),Condition:()=>b.a.sourceFileLvl(12)>=1},MONEY_1Q:{...M.MONEY_1Q,Icon:"$1Q",Condition:()=>b.a.money>=1e18},MONEY_M1B:{...M.MONEY_M1B,Icon:"-1b",Secret:!0,Condition:()=>b.a.money<=-1e9},INSTALL_1:{...M.INSTALL_1,Icon:"install",Condition:()=>b.a.augmentations.length>=1},INSTALL_100:{...M.INSTALL_100,Icon:"install_100",Condition:()=>b.a.augmentations.length>=100},QUEUE_40:{...M.QUEUE_40,Icon:"queue40",Condition:()=>b.a.queuedAugmentations.length>=40},HACKING_100000:{...M.HACKING_100000,Icon:"hack100000",Condition:()=>b.a.skills.hacking>=1e5},COMBAT_3000:{...M.COMBAT_3000,Icon:"combat3000",Condition:()=>b.a.skills.strength>=3e3&&b.a.skills.defense>=3e3&&b.a.skills.dexterity>=3e3&&b.a.skills.agility>=3e3},NEUROFLUX_255:{...M.NEUROFLUX_255,Icon:"nf255",Condition:()=>b.a.augmentations.some(t=>t.name===a.a.NeuroFluxGovernor&&t.level>=255)},NS2:{...M.NS2,Icon:"ns2",Condition:()=>b.a.getHomeComputer().scripts.some(t=>t.filename.endsWith(".js"))},FROZE:{...M.FROZE,Icon:"forze",Condition:()=>location.href.includes("noScripts")},RUNNING_SCRIPTS_1000:{...M.RUNNING_SCRIPTS_1000,Icon:"run1000",Condition:()=>{let t=0;for(const e of Object(E.c)())t+=e.runningScripts.length;return t>=1e3}},DRAIN_SERVER:{...M.DRAIN_SERVER,Icon:"drain",Condition:()=>{for(const t of Object(E.c)())if(t instanceof k.a&&t.moneyMax>0&&0===t.moneyAvailable)return!0;return!1}},MAX_RAM:{...M.MAX_RAM,Icon:"maxram",Condition:()=>b.a.getHomeComputer().maxRam===o.a.HomeComputerMaxRam},MAX_CORES:{...M.MAX_CORES,Icon:"maxcores",Condition:()=>8===b.a.getHomeComputer().cpuCores},SCRIPTS_30:{...M.SCRIPTS_30,Icon:"folders",Condition:()=>b.a.getHomeComputer().scripts.length>=30},KARMA_1000000:{...M.KARMA_1000000,Icon:"karma",Secret:!0,Condition:()=>b.a.karma<=-1e6},STOCK_1q:{...M.STOCK_1q,Icon:"$1Q",Condition:()=>b.a.moneySourceB.stock>=1e15},DISCOUNT:{...M.DISCOUNT,Icon:"discount",Condition:()=>{const t=Object(E.d)("powerhouse-fitness");return t instanceof k.a&&t.backdoorInstalled}},SCRIPT_32GB:{...M.SCRIPT_32GB,Icon:"bigcost",Condition:()=>b.a.getHomeComputer().scripts.some(t=>t.ramUsage>=32)},FIRST_HACKNET_NODE:{...M.FIRST_HACKNET_NODE,Icon:"node",Condition:()=>!Object(h.g)()&&b.a.hacknetNodes.length>0},"30_HACKNET_NODE":{...M["30_HACKNET_NODE"],Icon:"hacknet-all",Condition:()=>!Object(h.g)()&&b.a.hacknetNodes.length>=30},MAX_HACKNET_NODE:{...M.MAX_HACKNET_NODE,Icon:"hacknet-max",Condition:()=>{if(Object(h.g)())return!1;for(const t of b.a.hacknetNodes){if(!(t instanceof d.a))return!1;if(t.ram===m.a.MaxRam&&t.cores===m.a.MaxCores&&t.level===m.a.MaxLevel)return!0}return!1}},HACKNET_NODE_10M:{...M.HACKNET_NODE_10M,Icon:"hacknet-10m",Condition:()=>!Object(h.g)()&&b.a.moneySourceB.hacknet>=1e7},REPUTATION_10M:{...M.REPUTATION_10M,Icon:"reputation",Condition:()=>Object.values(c.a).some(t=>t.playerReputation>=1e7)},DONATION:{...M.DONATION,Icon:"donation",Condition:()=>Object.values(c.a).some(t=>t.favor>=Math.floor(o.a.BaseFavorToDonate*O.a.RepToDonateToFaction))},TRAVEL:{...M.TRAVEL,Icon:"TRAVEL",Condition:()=>b.a.city!==g.a.Sector12},WORKOUT:{...M.WORKOUT,Icon:"WORKOUT",Condition:()=>Object(L.d)(b.a.currentWork)},TOR:{...M.TOR,Icon:"TOR",Condition:()=>b.a.hasTorRouter()},HOSPITALIZED:{...M.HOSPITALIZED,Icon:"OUCH",Condition:()=>0!==b.a.moneySourceB.hospitalization},GANG:{...M.GANG,Icon:"GANG",Visible:()=>T(b.a,2),Condition:()=>null!==b.a.gang},FULL_GANG:{...M.FULL_GANG,Icon:"GANGMAX",Visible:()=>T(b.a,2),Condition:()=>null!==b.a.gang&&b.a.gang.members.length===u.a.MaximumGangMembers},GANG_TERRITORY:{...M.GANG_TERRITORY,Icon:"GANG100%",Visible:()=>T(b.a,2),Condition:()=>null!==b.a.gang&&f.a[b.a.gang.facName].territory>=.999},GANG_MEMBER_POWER:{...M.GANG_MEMBER_POWER,Icon:"GANG10000",Visible:()=>T(b.a,2),Condition:()=>null!==b.a.gang&&b.a.gang.members.some(t=>t.hack>=1e4||t.str>=1e4||t.def>=1e4||t.dex>=1e4||t.agi>=1e4||t.cha>=1e4)},CORPORATION:{...M.CORPORATION,Icon:"CORP",Visible:()=>T(b.a,3),Condition:()=>null!==b.a.corporation},CORPORATION_BRIBE:{...M.CORPORATION_BRIBE,Icon:"CORPLOBBY",Visible:()=>T(b.a,3),Condition:()=>null!==b.a.corporation&&1===b.a.corporation.unlockUpgrades[6]},CORPORATION_PROD_1000:{...M.CORPORATION_PROD_1000,Icon:"CORP1000",Visible:()=>T(b.a,3),Condition:()=>null!==b.a.corporation&&b.a.corporation.divisions.some(t=>t.prodMult>=1e3)},CORPORATION_EMPLOYEE_3000:{...M.CORPORATION_EMPLOYEE_3000,Icon:"CORPCITY",Visible:()=>T(b.a,3),Condition:()=>{if(null===b.a.corporation)return!1;for(const t of b.a.corporation.divisions)for(const e of Object.values(t.offices))if(0!==e&&e.employees.length>=3e3)return!0;return!1}},CORPORATION_REAL_ESTATE:{...M.CORPORATION_REAL_ESTATE,Icon:"CORPRE",Name:"Own the land",Description:"Expand to the Real Estate division.",Visible:()=>T(b.a,3),Condition:()=>null!==b.a.corporation&&b.a.corporation.divisions.some(t=>t.type===s.a.RealEstate)},INTELLIGENCE_255:{...M.INTELLIGENCE_255,Icon:"INT255",Visible:()=>T(b.a,5),Condition:()=>b.a.skills.intelligence>=255},BLADEBURNER_DIVISION:{...M.BLADEBURNER_DIVISION,Icon:"BLADE",Visible:()=>T(b.a,6),Condition:()=>null!==b.a.bladeburner},BLADEBURNER_OVERCLOCK:{...M.BLADEBURNER_OVERCLOCK,Icon:"BLADEOVERCLOCK",Visible:()=>T(b.a,6),Condition:()=>null!==b.a.bladeburner&&b.a.bladeburner.skills[r.a.Overclock]===i.a[r.a.Overclock].maxLvl},BLADEBURNER_UNSPENT_100000:{...M.BLADEBURNER_UNSPENT_100000,Icon:"BLADE100K",Visible:()=>T(b.a,6),Condition:()=>null!==b.a.bladeburner&&b.a.bladeburner.skillPoints>=1e5},"4S":{...M["4S"],Icon:"4S",Condition:()=>b.a.has4SData},FIRST_HACKNET_SERVER:{...M.FIRST_HACKNET_SERVER,Icon:"HASHNET",Visible:()=>T(b.a,9),Condition:()=>Object(h.g)()&&b.a.hacknetNodes.length>0,AdditionalUnlock:[M.FIRST_HACKNET_NODE.ID]},ALL_HACKNET_SERVER:{...M.ALL_HACKNET_SERVER,Icon:"HASHNETALL",Visible:()=>T(b.a,9),Condition:()=>Object(h.g)()&&b.a.hacknetNodes.length===m.b.MaxServers,AdditionalUnlock:[M["30_HACKNET_NODE"].ID]},MAX_HACKNET_SERVER:{...M.MAX_HACKNET_SERVER,Icon:"HASHNETALL",Visible:()=>T(b.a,9),Condition:()=>{if(!Object(h.g)())return!1;for(const t of b.a.hacknetNodes){if("string"!=typeof t)return!1;const e=Object(E.d)(t);if(!(e instanceof p.a))return!1;if(e.maxRam===m.b.MaxRam&&e.cores===m.b.MaxCores&&e.level===m.b.MaxLevel&&e.cache===m.b.MaxCache)return!0}return!1},AdditionalUnlock:[M.MAX_HACKNET_NODE.ID]},HACKNET_SERVER_1B:{...M.HACKNET_SERVER_1B,Icon:"HASHNETMONEY",Visible:()=>T(b.a,9),Condition:()=>Object(h.g)()&&b.a.moneySourceB.hacknet>=1e9,AdditionalUnlock:[M.HACKNET_NODE_10M.ID]},MAX_CACHE:{...M.MAX_CACHE,Icon:"HASHNETCAP",Visible:()=>T(b.a,9),Condition:()=>Object(h.g)()&&b.a.hashManager.hashes===b.a.hashManager.capacity&&b.a.hashManager.capacity>0},SLEEVE_8:{...M.SLEEVE_8,Icon:"SLEEVE8",Visible:()=>T(b.a,10),Condition:()=>8===b.a.sleeves.length&&3===b.a.sourceFileLvl(10)},INDECISIVE:{...M.INDECISIVE,Icon:"1H",Visible:()=>R(b.a),Condition:function(){let t=0;return setInterval(()=>{w.b.page()===S.a.BitVerse?t++:t=0},6e4),()=>t>60}()},FAST_BN:{...M.FAST_BN,Icon:"2DAYS",Visible:()=>R(b.a),Condition:()=>A()&&b.a.playtimeSinceLastBitnode<1728e5},CHALLENGE_BN1:{...M.CHALLENGE_BN1,Icon:"BN1+",Visible:()=>R(b.a),Condition:()=>1===b.a.bitNodeN&&A()&&b.a.getHomeComputer().maxRam<=128&&1===b.a.getHomeComputer().cpuCores},CHALLENGE_BN2:{...M.CHALLENGE_BN2,Icon:"BN2+",Visible:()=>T(b.a,2),Condition:()=>2===b.a.bitNodeN&&A()&&null===b.a.gang},CHALLENGE_BN3:{...M.CHALLENGE_BN3,Icon:"BN3+",Visible:()=>T(b.a,3),Condition:()=>3===b.a.bitNodeN&&A()&&null===b.a.corporation},CHALLENGE_BN6:{...M.CHALLENGE_BN6,Icon:"BN6+",Visible:()=>T(b.a,6),Condition:()=>6===b.a.bitNodeN&&A()&&null===b.a.bladeburner},CHALLENGE_BN7:{...M.CHALLENGE_BN7,Icon:"BN7+",Visible:()=>T(b.a,7),Condition:()=>7===b.a.bitNodeN&&A()&&null===b.a.bladeburner},CHALLENGE_BN8:{...M.CHALLENGE_BN8,Icon:"BN8+",Visible:()=>T(b.a,8),Condition:()=>8===b.a.bitNodeN&&A()&&!b.a.has4SData&&!b.a.has4SDataTixApi},CHALLENGE_BN9:{...M.CHALLENGE_BN9,Icon:"BN9+",Visible:()=>T(b.a,9),Condition:()=>9===b.a.bitNodeN&&A()&&0===b.a.moneySourceB.hacknet&&0===b.a.moneySourceB.hacknet_expenses},CHALLENGE_BN10:{...M.CHALLENGE_BN10,Icon:"BN10+",Visible:()=>T(b.a,10),Condition:()=>10===b.a.bitNodeN&&A()&&!b.a.sleeves.some(t=>t.augmentations.length>0||t.exp.hacking>0||t.exp.strength>0||t.exp.defense>0||t.exp.agility>0||t.exp.dexterity>0||t.exp.charisma>0)},CHALLENGE_BN12:{...M.CHALLENGE_BN12,Icon:"BN12+",Visible:()=>T(b.a,12),Condition:()=>b.a.sourceFileLvl(12)>=50},BYPASS:{...M.BYPASS,Icon:"SF-1",Secret:!0,Condition:()=>b.a.exploits.includes(l.a.Bypass)},PROTOTYPETAMPERING:{...M.PROTOTYPETAMPERING,Icon:"SF-1",Secret:!0,Condition:()=>b.a.exploits.includes(l.a.PrototypeTampering)},UNCLICKABLE:{...M.UNCLICKABLE,Icon:"SF-1",Secret:!0,Condition:()=>b.a.exploits.includes(l.a.Unclickable)},UNDOCUMENTEDFUNCTIONCALL:{...M.UNDOCUMENTEDFUNCTIONCALL,Icon:"SF-1",Secret:!0,Condition:()=>b.a.exploits.includes(l.a.UndocumentedFunctionCall)},TIMECOMPRESSION:{...M.TIMECOMPRESSION,Icon:"SF-1",Secret:!0,Condition:()=>b.a.exploits.includes(l.a.TimeCompression)},REALITYALTERATION:{...M.REALITYALTERATION,Icon:"SF-1",Secret:!0,Condition:()=>b.a.exploits.includes(l.a.RealityAlteration)},N00DLES:{...M.N00DLES,Icon:"SF-1",Secret:!0,Condition:()=>b.a.exploits.includes(l.a.N00dles)},EDITSAVEFILE:{...M.EDITSAVEFILE,Icon:"SF-1",Secret:!0,Condition:()=>b.a.exploits.includes(l.a.EditSaveFile)},UNACHIEVABLE:{...M.UNACHIEVABLE,Icon:"SF-1",Secret:!0,Condition:()=>!1},CHALLENGE_BN13:{...M.CHALLENGE_BN13,Icon:"BN13+",Visible:()=>T(b.a,13),Condition:()=>13===b.a.bitNodeN&&A()&&!b.a.augmentations.some(t=>t.name===a.a.StaneksGift1)},DEVMENU:{...M.DEVMENU,Icon:"SF-1",Secret:!0,Condition:()=>b.a.exploits.includes(l.a.YoureNotMeantToAccessThis)},RAINBOW:{...M.RAINBOW,Icon:"SF-1",Secret:!0,Condition:()=>b.a.exploits.includes(l.a.INeedARainbow)},TRUE_RECURSION:{...M.TRUE_RECURSION,Icon:"SF-1",Secret:!0,Condition:()=>b.a.exploits.includes(l.a.TrueRecursion)}};function P(){const t=b.a.achievements.map(t=>t.ID),e=Object.values(N).filter(e=>!t.includes(e.ID)&&e.Condition()).flatMap(t=>[t.ID,...t.AdditionalUnlock||[]]);for(const t of e)b.a.giveAchievement(t);document.achievements=[...b.a.achievements.map(t=>t.ID)]}},,function(t,e,n){"use strict";n.d(e,"a",(function(){return o}));var a=n(0),r=n.n(a),i=n(806);function o({children:t}){return r.a.createElement(i.MathJaxContext,{version:3,src:"dist/ext/MathJax-3.2.0/es5/tex-chtml.js"},r.a.createElement(i.MathJax,null,t))}},function(t,e,n){"use strict";n.d(e,"a",(function(){return r}));var a=n(19);function r(t){console.error(t);let e="",n="UNKNOWN FILE NAME",r="UNKNOWN LINE NUMBER";var i,o,s,l;"object"==typeof(l=t)&&null!=l&&l.hasOwnProperty("fileName")&&l.hasOwnProperty("lineNumber")?(n=null!==(i=t.fileName)&&void 0!==i?i:n,r=null!==(o=null===(s=t.lineNumber)||void 0===s?void 0:s.toString())&&void 0!==o?o:r):e=String(t);Object(a.a)("Caught an exception: "+e+"

Filename: "+n+"

Line Number: "+r+"

This is a bug, please report to game developer with this message as well as details about how to reproduce the bug.

If you want to be safe, I suggest refreshing the game WITHOUT saving so that your save doesn't get corrupted")}},function(t,e,n){"use strict";let a;n.d(e,"a",(function(){return a})),n.d(e,"b",(function(){return r})),function(t){t[t.Export=0]="Export",t[t.SmartSupply=1]="SmartSupply",t[t.MarketResearchDemand=2]="MarketResearchDemand",t[t.MarketDataCompetition=3]="MarketDataCompetition",t[t.VeChain=4]="VeChain",t[t.ShadyAccounting=5]="ShadyAccounting",t[t.GovernmentPartnership=6]="GovernmentPartnership",t[t.WarehouseAPI=7]="WarehouseAPI",t[t.OfficeAPI=8]="OfficeAPI"}(a||(a={}));const r={[a.Export]:{index:0,price:2e10,name:"Export",desc:"Develop infrastructure to export your materials to your other facilities. This allows you to move materials around between different divisions and cities."},[a.SmartSupply]:{index:1,price:25e9,name:"Smart Supply",desc:"Use advanced AI to anticipate your supply needs. This allows you to purchase exactly however many materials you need for production."},[a.MarketResearchDemand]:{index:2,price:5e9,name:"Market Research - Demand",desc:"Mine and analyze market data to determine the demand of all resources. The demand attribute, which affects sales, will be displayed for every material and product."},[a.MarketDataCompetition]:{index:3,price:5e9,name:"Market Data - Competition",desc:"Mine and analyze market data to determine how much competition there is on the market for all resources. The competition attribute, which affects sales, will be displayed for every material and product."},[a.VeChain]:{index:4,price:1e10,name:"VeChain",desc:"Use AI and blockchain technology to identify where you can improve your supply chain systems. This upgrade will allow you to view a wide array of useful statistics about your Corporation."},[a.ShadyAccounting]:{index:5,price:5e14,name:"Shady Accounting",desc:"Utilize unscrupulous accounting practices and pay off government officials to save money on taxes. This reduces the dividend tax rate by 5%."},[a.GovernmentPartnership]:{index:6,price:2e15,name:"Government Partnership",desc:"Help national governments further their agendas in exchange for lowered taxes. This reduces the dividend tax rate by 10%"},[a.WarehouseAPI]:{index:7,price:5e10,name:"Warehouse API",desc:"Enables the warehouse API."},[a.OfficeAPI]:{index:8,price:5e10,name:"Office API",desc:"Enables the office API."}}},function(t,e,n){"use strict";n.d(e,"b",(function(){return i})),n.d(e,"c",(function(){return o})),n.d(e,"a",(function(){return s}));var a=n(72),r=n(1);const i=()=>{const t=[];for(const[e,n]of Object.entries(a.a))n.isSpecial||t.push(e);return t.filter(t=>!r.a.hasAugmentation(t))},o=()=>1+(r.a.getIntelligenceBonus(3)-1)/3,s=t=>t.time/o()},function(t,e,n){"use strict";n.d(e,"a",(function(){return i}));var a=n(16);function r(t,e,n){return e in t?Object.defineProperty(t,e,{value:n,enumerable:!0,configurable:!0,writable:!0}):t[e]=n,t}class i{constructor(t={}){r(this,"name",""),r(this,"type",-1),t.name&&(this.name=t.name),t.type&&(this.type=t.type)}toJSON(){return Object(a.b)("ActionIdentifier",this)}static fromJSON(t){return Object(a.a)(i,t.data)}}a.c.constructors.ActionIdentifier=i},function(t,e,n){"use strict";n.d(e,"a",(function(){return i}));var a=n(137),r=n(61);const i={};i[r.a.OperationTyphoon]=new a.a({name:r.a.OperationTyphoon,baseDifficulty:2e3,reqdRank:2500,rankGain:50,rankLoss:10,hpLoss:100,weights:{hack:.1,str:.2,def:.2,dex:.2,agi:.2,cha:0,int:.1},decays:{hack:.6,str:.8,def:.8,dex:.8,agi:.8,cha:0,int:.75},isKill:!0}),i[r.a.OperationZero]=new a.a({name:r.a.OperationZero,baseDifficulty:2500,reqdRank:5e3,rankGain:60,rankLoss:15,hpLoss:50,weights:{hack:.2,str:.15,def:.15,dex:.2,agi:.2,cha:0,int:.1},decays:{hack:.6,str:.8,def:.8,dex:.8,agi:.8,cha:0,int:.75},isStealth:!0}),i[r.a.OperationX]=new a.a({name:r.a.OperationX,baseDifficulty:3e3,reqdRank:7500,rankGain:75,rankLoss:15,hpLoss:100,weights:{hack:.1,str:.2,def:.2,dex:.2,agi:.2,cha:0,int:.1},decays:{hack:.6,str:.8,def:.8,dex:.8,agi:.8,cha:0,int:.75},isKill:!0}),i[r.a.OperationTitan]=new a.a({name:r.a.OperationTitan,baseDifficulty:4e3,reqdRank:1e4,rankGain:100,rankLoss:20,hpLoss:100,weights:{hack:.1,str:.2,def:.2,dex:.2,agi:.2,cha:0,int:.1},decays:{hack:.6,str:.8,def:.8,dex:.8,agi:.8,cha:0,int:.75},isKill:!0}),i[r.a.OperationAres]=new a.a({name:r.a.OperationAres,baseDifficulty:5e3,reqdRank:12500,rankGain:125,rankLoss:20,hpLoss:200,weights:{hack:0,str:.25,def:.25,dex:.25,agi:.25,cha:0,int:0},decays:{hack:0,str:.8,def:.8,dex:.8,agi:.8,cha:0,int:.75},isKill:!0}),i[r.a.OperationArchangel]=new a.a({name:r.a.OperationArchangel,baseDifficulty:7500,reqdRank:15e3,rankGain:200,rankLoss:20,hpLoss:25,weights:{hack:0,str:.2,def:.2,dex:.3,agi:.3,cha:0,int:0},decays:{hack:0,str:.8,def:.8,dex:.8,agi:.8,cha:0,int:.75},isKill:!0}),i[r.a.OperationJuggernaut]=new a.a({name:r.a.OperationJuggernaut,baseDifficulty:1e4,reqdRank:2e4,rankGain:300,rankLoss:40,hpLoss:300,weights:{hack:0,str:.25,def:.25,dex:.25,agi:.25,cha:0,int:0},decays:{hack:0,str:.8,def:.8,dex:.8,agi:.8,cha:0,int:.75},isKill:!0}),i[r.a.OperationRedDragon]=new a.a({name:r.a.OperationRedDragon,baseDifficulty:12500,reqdRank:25e3,rankGain:500,rankLoss:50,hpLoss:500,weights:{hack:.05,str:.2,def:.2,dex:.25,agi:.25,cha:0,int:.05},decays:{hack:.6,str:.8,def:.8,dex:.8,agi:.8,cha:0,int:.75},isKill:!0}),i[r.a.OperationK]=new a.a({name:r.a.OperationK,baseDifficulty:15e3,reqdRank:3e4,rankGain:750,rankLoss:60,hpLoss:1e3,weights:{hack:.05,str:.2,def:.2,dex:.25,agi:.25,cha:0,int:.05},decays:{hack:.6,str:.8,def:.8,dex:.8,agi:.8,cha:0,int:.75},isKill:!0}),i[r.a.OperationDeckard]=new a.a({name:r.a.OperationDeckard,baseDifficulty:2e4,reqdRank:4e4,rankGain:1e3,rankLoss:75,hpLoss:200,weights:{hack:0,str:.24,def:.24,dex:.24,agi:.24,cha:0,int:.04},decays:{hack:0,str:.8,def:.8,dex:.8,agi:.8,cha:0,int:.75},isKill:!0}),i[r.a.OperationTyrell]=new a.a({name:r.a.OperationTyrell,baseDifficulty:25e3,reqdRank:5e4,rankGain:1500,rankLoss:100,hpLoss:500,weights:{hack:.1,str:.2,def:.2,dex:.2,agi:.2,cha:0,int:.1},decays:{hack:.6,str:.8,def:.8,dex:.8,agi:.8,cha:0,int:.75},isKill:!0}),i[r.a.OperationWallace]=new a.a({name:r.a.OperationWallace,baseDifficulty:3e4,reqdRank:75e3,rankGain:2e3,rankLoss:150,hpLoss:1500,weights:{hack:0,str:.24,def:.24,dex:.24,agi:.24,cha:0,int:.04},decays:{hack:.6,str:.8,def:.8,dex:.8,agi:.8,cha:0,int:.75},isKill:!0}),i[r.a.OperationShoulderOfOrion]=new a.a({name:r.a.OperationShoulderOfOrion,baseDifficulty:35e3,reqdRank:1e5,rankGain:2500,rankLoss:500,hpLoss:1500,weights:{hack:.1,str:.2,def:.2,dex:.2,agi:.2,cha:0,int:.1},decays:{hack:.6,str:.8,def:.8,dex:.8,agi:.8,cha:0,int:.75},isStealth:!0}),i[r.a.OperationHyron]=new a.a({name:r.a.OperationHyron,baseDifficulty:4e4,reqdRank:125e3,rankGain:3e3,rankLoss:1e3,hpLoss:500,weights:{hack:.1,str:.2,def:.2,dex:.2,agi:.2,cha:0,int:.1},decays:{hack:.6,str:.8,def:.8,dex:.8,agi:.8,cha:0,int:.75},isKill:!0}),i[r.a.OperationMorpheus]=new a.a({name:r.a.OperationMorpheus,baseDifficulty:45e3,reqdRank:15e4,rankGain:4e3,rankLoss:1e3,hpLoss:100,weights:{hack:.05,str:.15,def:.15,dex:.3,agi:.3,cha:0,int:.05},decays:{hack:.6,str:.8,def:.8,dex:.8,agi:.8,cha:0,int:.75},isStealth:!0}),i[r.a.OperationIonStorm]=new a.a({name:r.a.OperationIonStorm,baseDifficulty:5e4,reqdRank:175e3,rankGain:5e3,rankLoss:1e3,hpLoss:5e3,weights:{hack:0,str:.24,def:.24,dex:.24,agi:.24,cha:0,int:.04},decays:{hack:.6,str:.8,def:.8,dex:.8,agi:.8,cha:0,int:.75},isKill:!0}),i[r.a.OperationAnnihilus]=new a.a({name:r.a.OperationAnnihilus,baseDifficulty:55e3,reqdRank:2e5,rankGain:7500,rankLoss:1e3,hpLoss:1e4,weights:{hack:0,str:.24,def:.24,dex:.24,agi:.24,cha:0,int:.04},decays:{hack:.6,str:.8,def:.8,dex:.8,agi:.8,cha:0,int:.75},isKill:!0}),i[r.a.OperationUltron]=new a.a({name:r.a.OperationUltron,baseDifficulty:6e4,reqdRank:25e4,rankGain:1e4,rankLoss:2e3,hpLoss:1e4,weights:{hack:.1,str:.2,def:.2,dex:.2,agi:.2,cha:0,int:.1},decays:{hack:.6,str:.8,def:.8,dex:.8,agi:.8,cha:0,int:.75},isKill:!0}),i[r.a.OperationCenturion]=new a.a({name:r.a.OperationCenturion,baseDifficulty:7e4,reqdRank:3e5,rankGain:15e3,rankLoss:5e3,hpLoss:1e4,weights:{hack:.1,str:.2,def:.2,dex:.2,agi:.2,cha:0,int:.1},decays:{hack:.6,str:.8,def:.8,dex:.8,agi:.8,cha:0,int:.75}}),i[r.a.OperationVindictus]=new a.a({name:r.a.OperationVindictus,baseDifficulty:75e3,reqdRank:35e4,rankGain:2e4,rankLoss:2e4,hpLoss:2e4,weights:{hack:.1,str:.2,def:.2,dex:.2,agi:.2,cha:0,int:.1},decays:{hack:.6,str:.8,def:.8,dex:.8,agi:.8,cha:0,int:.75}}),i[r.a.OperationDaedalus]=new a.a({name:r.a.OperationDaedalus,baseDifficulty:8e4,reqdRank:4e5,rankGain:4e4,rankLoss:1e4,hpLoss:1e5,weights:{hack:.1,str:.2,def:.2,dex:.2,agi:.2,cha:0,int:.1},decays:{hack:.6,str:.8,def:.8,dex:.8,agi:.8,cha:0,int:.75}})},function(t,e,n){"use strict";n.d(e,"a",(function(){return i}));var a=n(121),r=n(16);class i{constructor(t){t?(this.id=t.fragment.id,this.x=t.x,this.y=t.y,this.highestCharge=0,this.numCharge=0,this.rotation=t.rotation):(this.id=-1,this.x=-1,this.y=-1,this.highestCharge=0,this.numCharge=0,this.rotation=0)}collide(t){const e=this.fragment(),n=t.fragment(),a=t.x-this.x,r=t.y-this.y,i=Math.max(e.shape.length,e.shape[0].length);for(let o=0;o[this.x+t[0],this.y+t[1]])}copy(){return Object.assign({},this)}toJSON(){return Object(r.b)("ActiveFragment",this)}static fromJSON(t){return Object(r.a)(i,t.data)}}r.c.constructors.ActiveFragment=i},,function(t,e,n){"use strict";let a;n.d(e,"a",(function(){return a})),function(t){t[t.SYSTEM=0]="SYSTEM",t[t.INTERFACE=1]="INTERFACE",t[t.GAMEPLAY=2]="GAMEPLAY",t[t.MISC=3]="MISC",t[t.REMOTE_API=4]="REMOTE_API"}(a||(a={}))},function(t,e,n){"use strict";n.d(e,"a",(function(){return i}));var a=n(25);function r(t,e,n){return e in t?Object.defineProperty(t,e,{value:n,enumerable:!0,configurable:!0,writable:!0}):t[e]=n,t}class i{constructor(t={name:"foo",desc:"foo"}){if(r(this,"baseCost",1),r(this,"costInc",1),r(this,"maxLvl",0),r(this,"successChanceAll",0),r(this,"successChanceStealth",0),r(this,"successChanceKill",0),r(this,"successChanceContract",0),r(this,"successChanceOperation",0),r(this,"successChanceEstimate",0),r(this,"actionTime",0),r(this,"effHack",0),r(this,"effStr",0),r(this,"effDef",0),r(this,"effDex",0),r(this,"effAgi",0),r(this,"effCha",0),r(this,"stamina",0),r(this,"money",0),r(this,"expGain",0),!t.name)throw new Error("Failed to initialize Bladeburner Skill. No name was specified in ctor");if(!t.desc)throw new Error("Failed to initialize Bladeburner Skills. No desc was specified in ctor");this.name=t.name,this.desc=t.desc,this.baseCost=t.baseCost?t.baseCost:1,this.costInc=t.costInc?t.costInc:1,t.maxLvl&&(this.maxLvl=t.maxLvl),t.successChanceAll&&(this.successChanceAll=t.successChanceAll),t.successChanceStealth&&(this.successChanceStealth=t.successChanceStealth),t.successChanceKill&&(this.successChanceKill=t.successChanceKill),t.successChanceContract&&(this.successChanceContract=t.successChanceContract),t.successChanceOperation&&(this.successChanceOperation=t.successChanceOperation),t.successChanceEstimate&&(this.successChanceEstimate=t.successChanceEstimate),t.actionTime&&(this.actionTime=t.actionTime),t.effHack&&(this.effHack=t.effHack),t.effStr&&(this.effStr=t.effStr),t.effDef&&(this.effDef=t.effDef),t.effDex&&(this.effDex=t.effDex),t.effAgi&&(this.effAgi=t.effAgi),t.effCha&&(this.effCha=t.effCha),t.stamina&&(this.stamina=t.stamina),t.money&&(this.money=t.money),t.expGain&&(this.expGain=t.expGain)}calculateCost(t,e=1){const n=(t,e)=>{if(e<=1)return Math.floor((this.baseCost+t*this.costInc)*a.a.BladeburnerSkillCost);{const n=Math.floor((this.baseCost+t*this.costInc)*a.a.BladeburnerSkillCost);return this.calculateCost(t+1,e-1)+n}};if(e<0||e%1!=0)throw new Error(e+" is an invalid number of upgrades");if(e<=100)return n(t,e);{const n=e*(2*this.baseCost+this.costInc*(2*t+e+1))/2*a.a.BladeburnerSkillCost-e/2;return Math.floor(n)}}getMultiplier(t){return"successChanceAll"===t?this.successChanceAll:"successChanceStealth"===t?this.successChanceStealth:"successChanceKill"===t?this.successChanceKill:"successChanceContract"===t?this.successChanceContract:"successChanceOperation"===t?this.successChanceOperation:"successChanceEstimate"===t?this.successChanceEstimate:"actionTime"===t?this.actionTime:"effHack"===t?this.effHack:"effStr"===t?this.effStr:"effDef"===t?this.effDef:"effDex"===t?this.effDex:"effAgi"===t?this.effAgi:"effCha"===t?this.effCha:"stamina"===t?this.stamina:"money"===t?this.money:"expGain"===t?this.expGain:0}}},,,function(t,e,n){"use strict";n.d(e,"a",(function(){return s}));var a=n(15),r=n(1),i=n(474);function o(t,e,n){return e in t?Object.defineProperty(t,e,{value:n,enumerable:!0,configurable:!0,writable:!0}):t[e]=n,t}class s{constructor(t="",e="",n,a=0,r=0,i=0,s=0,l={}){o(this,"difficulty",0),o(this,"karma",0),o(this,"kills",0),o(this,"money",0),o(this,"name",""),o(this,"workName",""),o(this,"time",0),o(this,"hacking_success_weight",0),o(this,"strength_success_weight",0),o(this,"defense_success_weight",0),o(this,"dexterity_success_weight",0),o(this,"agility_success_weight",0),o(this,"charisma_success_weight",0),o(this,"hacking_exp",0),o(this,"strength_exp",0),o(this,"defense_exp",0),o(this,"dexterity_exp",0),o(this,"agility_exp",0),o(this,"charisma_exp",0),o(this,"intelligence_exp",0),this.name=t,this.workName=e,this.type=n,this.time=a,this.money=r,this.difficulty=i,this.karma=s,this.hacking_success_weight=l.hacking_success_weight?l.hacking_success_weight:0,this.strength_success_weight=l.strength_success_weight?l.strength_success_weight:0,this.defense_success_weight=l.defense_success_weight?l.defense_success_weight:0,this.dexterity_success_weight=l.dexterity_success_weight?l.dexterity_success_weight:0,this.agility_success_weight=l.agility_success_weight?l.agility_success_weight:0,this.charisma_success_weight=l.charisma_success_weight?l.charisma_success_weight:0,this.hacking_exp=l.hacking_exp?l.hacking_exp:0,this.strength_exp=l.strength_exp?l.strength_exp:0,this.defense_exp=l.defense_exp?l.defense_exp:0,this.dexterity_exp=l.dexterity_exp?l.dexterity_exp:0,this.agility_exp=l.agility_exp?l.agility_exp:0,this.charisma_exp=l.charisma_exp?l.charisma_exp:0,this.intelligence_exp=l.intelligence_exp?l.intelligence_exp:0,this.kills=l.kills?l.kills:0}commit(t=1,e=null){return t<=0&&(t=1),r.a.startWork(new i.a({crimeType:this.type,singularity:null!==e})),this.time}successRate(t){let e=this.hacking_success_weight*t.skills.hacking+this.strength_success_weight*t.skills.strength+this.defense_success_weight*t.skills.defense+this.dexterity_success_weight*t.skills.dexterity+this.agility_success_weight*t.skills.agility+this.charisma_success_weight*t.skills.charisma+a.a.IntelligenceCrimeWeight*t.skills.intelligence;return e/=a.a.MaxSkillLevel,e/=this.difficulty,e*=t.mults.crime_success,e*=t.getIntelligenceBonus(1),Math.min(e,1)}}},function(t,e,n){"use strict";n.d(e,"e",(function(){return o})),n.d(e,"h",(function(){return s})),n.d(e,"c",(function(){return l})),n.d(e,"d",(function(){return c})),n.d(e,"a",(function(){return f})),n.d(e,"b",(function(){return u})),n.d(e,"f",(function(){return m})),n.d(e,"g",(function(){return h})),n.d(e,"j",(function(){return d})),n.d(e,"k",(function(){return p})),n.d(e,"l",(function(){return g})),n.d(e,"i",(function(){return b}));var a=n(185),r=n(25),i=n(1);function o(t){isNaN(t)?console.error("ERR: NaN passed into Player.gainHackingExp()"):(this.exp.hacking+=t,this.exp.hacking<0&&(this.exp.hacking=0),this.skills.hacking=Object(a.b)(this.exp.hacking,this.mults.hacking*r.a.HackingLevelMultiplier))}function s(t){isNaN(t)?console.error("ERR: NaN passed into Player.gainStrengthExp()"):(this.exp.strength+=t,this.exp.strength<0&&(this.exp.strength=0),this.skills.strength=Object(a.b)(this.exp.strength,this.mults.strength*r.a.StrengthLevelMultiplier))}function l(t){if(isNaN(t))return void console.error("ERR: NaN passed into player.gainDefenseExp()");this.exp.defense+=t,this.exp.defense<0&&(this.exp.defense=0),this.skills.defense=Object(a.b)(this.exp.defense,this.mults.defense*r.a.DefenseLevelMultiplier);const e=this.hp.current/this.hp.max;this.hp.max=Math.floor(10+this.skills.defense/10),this.hp.current=Math.round(this.hp.max*e)}function c(t){isNaN(t)?console.error("ERR: NaN passed into Player.gainDexterityExp()"):(this.exp.dexterity+=t,this.exp.dexterity<0&&(this.exp.dexterity=0),this.skills.dexterity=Object(a.b)(this.exp.dexterity,this.mults.dexterity*r.a.DexterityLevelMultiplier))}function f(t){isNaN(t)?console.error("ERR: NaN passed into Player.gainAgilityExp()"):(this.exp.agility+=t,this.exp.agility<0&&(this.exp.agility=0),this.skills.agility=Object(a.b)(this.exp.agility,this.mults.agility*r.a.AgilityLevelMultiplier))}function u(t){isNaN(t)?console.error("ERR: NaN passed into Player.gainCharismaExp()"):(this.exp.charisma+=t,this.exp.charisma<0&&(this.exp.charisma=0),this.skills.charisma=Object(a.b)(this.exp.charisma,this.mults.charisma*r.a.CharismaLevelMultiplier))}function m(t){isNaN(t)?console.error("ERROR: NaN passed into Player.gainIntelligenceExp()"):(i.a.sourceFileLvl(5)>0||this.skills.intelligence>0||5===i.a.bitNodeN)&&(this.exp.intelligence+=t,this.skills.intelligence=Math.floor(this.calculateSkill(this.exp.intelligence,1)))}function h(t){this.gainHackingExp(t.hack*this.mults.hacking_exp),this.gainStrengthExp(t.str*this.mults.strength_exp),this.gainDefenseExp(t.def*this.mults.defense_exp),this.gainDexterityExp(t.dex*this.mults.dexterity_exp),this.gainAgilityExp(t.agi*this.mults.agility_exp),this.gainCharismaExp(t.cha*this.mults.charisma_exp),this.gainIntelligenceExp(t.int)}function d(t){const e=t.toLowerCase();return e.includes("hack")?this.skills.hacking:e.includes("str")?this.skills.strength:e.includes("def")?this.skills.defense:e.includes("dex")?this.skills.dexterity:e.includes("agi")?this.skills.agility:e.includes("cha")?this.skills.charisma:e.includes("int")?this.skills.intelligence:0}function p(t){"number"==typeof t?(this.hp.current+=t,this.hp.current>this.hp.max&&(this.hp.current=this.hp.max)):console.warn("Player.regenerateHp() called without a numeric argument: "+t)}function g(){this.skills.hacking=Math.max(1,Math.floor(this.calculateSkill(this.exp.hacking,this.mults.hacking*r.a.HackingLevelMultiplier))),this.skills.strength=Math.max(1,Math.floor(this.calculateSkill(this.exp.strength,this.mults.strength*r.a.StrengthLevelMultiplier))),this.skills.defense=Math.max(1,Math.floor(this.calculateSkill(this.exp.defense,this.mults.defense*r.a.DefenseLevelMultiplier))),this.skills.dexterity=Math.max(1,Math.floor(this.calculateSkill(this.exp.dexterity,this.mults.dexterity*r.a.DexterityLevelMultiplier))),this.skills.agility=Math.max(1,Math.floor(this.calculateSkill(this.exp.agility,this.mults.agility*r.a.AgilityLevelMultiplier))),this.skills.charisma=Math.max(1,Math.floor(this.calculateSkill(this.exp.charisma,this.mults.charisma*r.a.CharismaLevelMultiplier)));const t=this.hp.current/this.hp.max;this.hp.max=Math.floor(10+this.skills.defense/10),this.hp.current=Math.round(this.hp.max*t)}function b(t,e=!1){return!!this.augmentations.some(e=>e.name===t)||!(e||!this.queuedAugmentations.some(e=>e.name===t))}},,,,,,,function(t,e,n){"use strict";n.d(e,"a",(function(){return f})),n.d(e,"b",(function(){return m}));var a=n(0),r=n.n(a),i=n(126),o=n(40),s=n(3),l=n(21),c=n(792);const f=new i.a;let u=0;function m(){const[t,e]=Object(a.useState)([]);return Object(a.useEffect)(()=>f.subscribe(t=>{const n=u+"";u++,e(e=>{const a=function(t){return"string"==typeof t?Object(c.sha256)(t):Object(c.sha256)(JSON.stringify(t.props))}(t);return e.some(t=>t.hash===a)?e:[...e,{id:n,text:t,hash:a}]})}),[]),Object(a.useEffect)(()=>{function t(t){"Escape"===t.code&&e([])}return document.addEventListener("keydown",t),()=>document.removeEventListener("keydown",t)},[]),r.a.createElement(r.a.Fragment,null,t.length>0&&r.a.createElement(o.a,{open:!0,onClose:function(){e(t=>t.slice(1,1e99))}},r.a.createElement(l.a,{overflow:"scroll",sx:{overflowWrap:"break-word",whiteSpace:"pre-line"}},r.a.createElement(s.a,{component:"span"},t[0].text))))}},,,function(t,e,n){"use strict";function a(t){const e=[];for(let n=0;n864e5}function s(){if(o()){for(const t of r.a.factions)a.a[t].favor++;i=(new Date).getTime()}}function l(t){i=t}},,function(t,e,n){"use strict";n.d(e,"a",(function(){return s}));var a=n(0),r=n.n(a),i=n(7),o=n(226);function s({hashes:t}){return r.a.createElement(o.a,{hashes:i.a.formatHashes(t)+" h / s"})}},function(t,e,n){"use strict";n.d(e,"a",(function(){return a}));class a{constructor(t,e){this.filename=t,this.msg=e}}},function(t,e,n){"use strict";n.d(e,"a",(function(){return l}));var a=n(0),r=n(539),i=n(1),o=n(10),s=n(23);function l(t){return a.createElement(a.Fragment,null,a.createElement(s.a,{title:a.createElement("span",{dangerouslySetInnerHTML:{__html:function(){const e=i.a.getNextCompanyPosition(t.company,t.entryPosType);return null==e?"":t.company.hasPosition(e)?Object(r.a)(t.company,e,!0):""}()}})},a.createElement(o.a,{onClick:t.onClick},t.text)))}},,,,,,function(t,e,n){"use strict";n.d(e,"b",(function(){return f})),n.d(e,"a",(function(){return u}));var a=n(19),r=n(16),i=n(13),o=n(15),s=n(1),l=n(56),c=n(152);const f=t=>null!==t&&t.type===c.b.CREATE_PROGRAM;class u extends c.a{constructor(t){var e,n;if(super(c.b.CREATE_PROGRAM,null===(e=null==t?void 0:t.singularity)||void 0===e||e),this.unitCompleted=0,this.programName=null!==(n=null==t?void 0:t.programName)&&void 0!==n?n:"",t)for(let t=0;t=100)break;this.unitCompleted=a/100*this.unitNeeded(),s.a.getHomeComputer().programs.splice(t,1)}}}unitNeeded(){var t,e;return null!==(t=null===(e=this.getProgram().create)||void 0===e?void 0:e.time)&&void 0!==t?t:0}getProgram(){const t=Object.values(l.a).find(t=>t.name.toLowerCase()===this.programName.toLowerCase());if(!t)throw new Error("Create program work started with invalid program "+this.programName);return t}process(t){var e,n;let a=1;s.a.hasAugmentation(i.a.NeuroreceptorManager,!0)||(a=s.a.focus?1:o.a.BaseFocusBonus);const r=null!==(e=null===(n=this.getProgram().create)||void 0===n?void 0:n.level)&&void 0!==e?e:0;let l=s.a.skills.hacking/r*s.a.getIntelligenceBonus(3);return l=1+(l-1)/5,l*=a,this.cyclesWorked+=t,this.unitCompleted+=o.a._idleSpeed*t*l,this.unitCompleted>=this.unitNeeded()}finish(t){const e=this.programName;if(t){if(!s.a.getHomeComputer().programs.includes(e)){const t=e+"-"+(100*this.unitCompleted/this.unitNeeded()).toFixed(2)+"%-INC";s.a.getHomeComputer().programs.push(t)}}else{if(s.a.gainIntelligenceExp(o.a.IntelligenceProgramBaseExpGain*this.cyclesWorked*o.a._idleSpeed/1e3),!this.singularity){const t=[`You've finished creating ${e}!`,"The new program can be found on your home computer."];Object(a.a)(t.join("
"))}s.a.getHomeComputer().programs.includes(e)||s.a.getHomeComputer().programs.push(e)}}APICopy(){return{type:this.type,cyclesWorked:this.cyclesWorked,programName:this.programName}}toJSON(){return Object(r.b)("CreateProgramWork",this)}static fromJSON(t){return Object(r.a)(u,t.data)}}r.c.constructors.CreateProgramWork=u},function(t,e,n){"use strict";n.d(e,"a",(function(){return a}));const a=new(n(126).a)},function(t,e,n){"use strict";n.d(e,"b",(function(){return h})),n.d(e,"a",(function(){return d}));var a=n(1),r=n(16),i=n(103),o=n(108),s=n(5),l=n(30),c=n(390),f=n(228),u=n(89),m=n(25);const h=t=>null!==t&&t.type===i.b.FACTION;class d extends i.a{constructor(t){var e,n;super(i.b.FACTION),this.factionWorkType=null!==(e=null==t?void 0:t.factionWorkType)&&void 0!==e?e:o.a.HACKING,this.factionName=null!==(n=null==t?void 0:t.factionName)&&void 0!==n?n:s.a.Sector12}getExpRates(t){return Object(u.d)(Object(c.a)(t,this.factionWorkType),t.shockBonus())}getReputationRate(t){const e=this.getFaction();return{[o.a.HACKING]:f.c,[o.a.FIELD]:f.a,[o.a.SECURITY]:f.b}[this.factionWorkType](t,e.favor)*t.shockBonus()*m.a.FactionWorkRepGain}getFaction(){const t=l.a[this.factionName];if(!t)throw new Error(`Faction work started with invalid / unknown faction: '${this.factionName}'`);return t}process(t,e){var n;if(this.factionName===(null===(n=a.a.gang)||void 0===n?void 0:n.facName))return t.stopWork(),0;const r=this.getExpRates(t);Object(i.c)(t,r,e);const o=this.getReputationRate(t);return this.getFaction().playerReputation+=o,0}APICopy(){return{type:this.type,factionWorkType:this.factionWorkType,factionName:this.factionName}}toJSON(){return Object(r.b)("SleeveFactionWork",this)}static fromJSON(t){return Object(r.a)(d,t.data)}}r.c.constructors.SleeveFactionWork=d},function(t,e,n){"use strict";n.d(e,"a",(function(){return i}));var a=n(1104),r=n(1105);const i={};for(const t of r.a)null!=i[(o=t).name]&&console.warn("Duplicate Research being defined: "+o.name),i[o.name]=new a.a(o);var o},function(t,e,n){"use strict";n.d(e,"a",(function(){return s})),n.d(e,"b",(function(){return l}));var a=n(0),r=n.n(a),i=n(261),o=n(151);const s={};function l(){Object(o.e)(),Object(o.d)(),s.SourceFile1=new i.a(1,r.a.createElement(r.a.Fragment,null,"This Source-File lets the player start with 32GB of RAM on his/her home computer. It also increases all of the player's multipliers by:",r.a.createElement("br",null),r.a.createElement("br",null),"Level 1: 16%",r.a.createElement("br",null),"Level 2: 24%",r.a.createElement("br",null),"Level 3: 28%")),s.SourceFile2=new i.a(2,r.a.createElement(r.a.Fragment,null,"This Source-File allows you to form gangs in other BitNodes once your karma decreases to a certain value. It also increases the player's crime success rate, crime money, and charisma multipliers by:",r.a.createElement("br",null),r.a.createElement("br",null),"Level 1: 24%",r.a.createElement("br",null),"Level 2: 36%",r.a.createElement("br",null),"Level 3: 42%")),s.SourceFile3=new i.a(3,r.a.createElement(r.a.Fragment,null,"This Source-File lets you create corporations on other BitNodes (although some BitNodes will disable this mechanic) and level 3 permanently unlocks the full API. This Source-File also increases your charisma and company salary multipliers by:",r.a.createElement("br",null),"Level 1: 8%",r.a.createElement("br",null),"Level 2: 12%",r.a.createElement("br",null),"Level 3: 14%")),s.SourceFile4=new i.a(4,r.a.createElement(r.a.Fragment,null,"This Source-File lets you access and use the Singularity Functions in every BitNode. Every level of this Source-File reduces the RAM cost of Singularity functions:",r.a.createElement("br",null),"Level 1: 16x",r.a.createElement("br",null),"Level 2: 4x",r.a.createElement("br",null),"Level 3: 1x")),s.SourceFile5=new i.a(5,r.a.createElement(r.a.Fragment,null,"This Source-File grants a special new stat called Intelligence. Intelligence is unique because it is permanent and persistent (it never gets reset back to 1). However, gaining Intelligence experience is much slower than other stats. Higher Intelligence levels will boost your production for many actions in the game. In addition, this Source-File will unlock:",r.a.createElement("br",null),r.a.createElement("ul",null,r.a.createElement("li",null,"The ",r.a.createElement("code",null,"getBitNodeMultipliers()")," Netscript function"),r.a.createElement("li",null,"Permanent access to Formulas.exe"),r.a.createElement("li",null,"Access to BitNode multiplier information on the ",r.a.createElement("b",null,"Stats")," page")),"It will also raise all of your hacking-related multipliers by:",r.a.createElement("br",null),r.a.createElement("br",null),"Level 1: 8%",r.a.createElement("br",null),"Level 2: 12%",r.a.createElement("br",null),"Level 3: 14%")),s.SourceFile6=new i.a(6,r.a.createElement(r.a.Fragment,null,"This Source-File allows you to access the NSA's Bladeburner Division in other BitNodes. In addition, this Source-File will raise both the level and experience gain rate of all your combat stats by:",r.a.createElement("br",null),r.a.createElement("br",null),"Level 1: 8%",r.a.createElement("br",null),"Level 2: 12%",r.a.createElement("br",null),"Level 3: 14%")),s.SourceFile7=new i.a(7,r.a.createElement(r.a.Fragment,null,"This Source-File allows you to access the Bladeburner Netscript API in other BitNodes. In addition, this Source-File will increase all of your Bladeburner multipliers by:",r.a.createElement("br",null),r.a.createElement("br",null),"Level 1: 8%",r.a.createElement("br",null),"Level 2: 12%",r.a.createElement("br",null),"Level 3: 14%")),s.SourceFile8=new i.a(8,r.a.createElement(r.a.Fragment,null,"This Source-File grants the following benefits:",r.a.createElement("br",null),r.a.createElement("br",null),"Level 1: Permanent access to WSE and TIX API",r.a.createElement("br",null),"Level 2: Ability to short stocks in other BitNodes",r.a.createElement("br",null),"Level 3: Ability to use limit/stop orders in other BitNodes",r.a.createElement("br",null),r.a.createElement("br",null),"This Source-File also increases your hacking growth multipliers by:",r.a.createElement("br",null),"Level 1: 12%",r.a.createElement("br",null),"Level 2: 18%",r.a.createElement("br",null),"Level 3: 21%")),s.SourceFile9=new i.a(9,r.a.createElement(r.a.Fragment,null,"This Source-File grants the following benefits:",r.a.createElement("br",null),r.a.createElement("br",null),"Level 1: Permanently unlocks the Hacknet Server in other BitNodes",r.a.createElement("br",null),"Level 2: You start with 128GB of RAM on your home computer when entering a new BitNode",r.a.createElement("br",null),"Level 3: Grants a highly-upgraded Hacknet Server when entering a new BitNode",r.a.createElement("br",null),r.a.createElement("br",null),"(Note that the Level 3 effect of this Source-File only applies when entering a new BitNode, NOT when installing Augmentations)",r.a.createElement("br",null),r.a.createElement("br",null),"This Source-File also increases your hacknet multipliers by:",r.a.createElement("br",null),"Level 1: 8%",r.a.createElement("br",null),"Level 2: 12%",r.a.createElement("br",null),"Level 3: 14%")),s.SourceFile10=new i.a(10,r.a.createElement(r.a.Fragment,null,"This Source-File unlocks Sleeve technology, and the Grafting API in other BitNodes. Each level of this Source-File also grants you a Duplicate Sleeve")),s.SourceFile11=new i.a(11,r.a.createElement(r.a.Fragment,null,"This Source-File makes it so that company favor increases BOTH the player's salary and reputation gain rate at that company by 1% per favor (rather than just the reputation gain). This Source-File also increases the player's company salary and reputation gain multipliers by:",r.a.createElement("br",null),r.a.createElement("br",null),"Level 1: 32%",r.a.createElement("br",null),"Level 2: 48%",r.a.createElement("br",null),"Level 3: 56%",r.a.createElement("br",null),r.a.createElement("br",null),"It also reduces the price increase for every aug bought by:",r.a.createElement("br",null),r.a.createElement("br",null),"Level 1: 4%",r.a.createElement("br",null),"Level 2: 6%",r.a.createElement("br",null),"Level 3: 7%")),s.SourceFile12=new i.a(12,r.a.createElement(r.a.Fragment,null,"This Source-File lets the player start with Neuroflux Governor equal to the level of this Source-File.")),s.SourceFile13=new i.a(13,r.a.createElement(r.a.Fragment,null,"Each level of this Source-File increases the size of Stanek's Gift."))}},function(t,e,n){"use strict";(function(t){n.d(e,"a",(function(){return d})),n.d(e,"d",(function(){return p})),n.d(e,"c",(function(){return g})),n.d(e,"e",(function(){return b})),n.d(e,"b",(function(){return y}));var a=n(1),r=n(22),i=n(77),o=n(9),s=n(83),l=n(26),c=n(102),f=n(6),u=n(612),m=n(15),h=n(252);function d(){navigator.userAgent.toLowerCase().indexOf(" electron/")>-1&&(document.achievements=[],function(){function e(t){return t=t.replace(/\/\/+/g,"/"),(t=Object(i.k)(t)).includes("/")&&(t="/"+Object(i.k)(t)),t}document.getFiles=function(){const t=Object(l.d)("home");return null===t?{res:!1,msg:"Home server does not exist."}:{res:!0,data:{files:t.scripts.map(t=>({filename:t.filename,code:t.code,ramUsage:t.ramUsage}))}}},document.deleteFile=function(t){t=e(t);const n=Object(l.d)("home");return null===n?{res:!1,msg:"Home server does not exist."}:n.removeFile(t)},document.saveFile=function(n,a){var r;n=e(n),a=t.from(a,"base64").toString();const i=Object(l.d)("home");if(null===i)return{res:!1,msg:"Home server does not exist."};const{success:o,overwritten:s}=i.writeToScriptFile(n,a);let c;return o&&(c=i.getScript(n)),{res:o,data:{overwritten:s,ramUsage:null===(r=c)||void 0===r?void 0:r.ramUsage}}}}(),function(){const t={terminal:(t,e)=>{const n={info:o.a.info,warn:o.a.warn,error:o.a.error,success:o.a.success};let a;e&&(a=n[e]),a||(a=o.a.print),a.bind(o.a)(t)},toast:(t,e,n=2e3)=>s.b.emit(t,e,n)};window.appNotifier=t}(),function(){const t={triggerSave:()=>c.c.saveGame(!0),triggerGameExport:()=>{try{c.c.exportGame()}catch(t){console.error(t),s.b.emit("Could not export game.",s.d.ERROR,2e3)}},triggerScriptsExport:()=>Object(u.b)("*",a.a.getHomeComputer()),getSaveData:()=>({save:c.c.getSaveString(f.a.ExcludeRunningScriptsFromSave),fileName:c.c.getSaveFileName()}),getSaveInfo:async t=>{try{return(await c.c.getImportDataFromString(t)).playerData}catch(t){return void console.error(t)}},pushSaveData:(t,e=!1)=>r.b.toImportSave(t,e)};window.appSaveFns=t}(),function(){const t=window.electronBridge;if(!t)return;t.receive("get-save-data-request",()=>{const e=window.appSaveFns.getSaveData();t.send("get-save-data-response",e)}),t.receive("get-save-info-request",async e=>{if("string"!=typeof e)throw new Error("Error while trying to get save info");const n=await window.appSaveFns.getSaveInfo(e);t.send("get-save-info-response",n)}),t.receive("push-save-request",t=>{if("object"!=typeof t)throw new Error("Error trying to push save request");const{save:e,automatic:n=!1}=t;window.appSaveFns.pushSaveData(e,n)}),t.receive("trigger-save",()=>window.appSaveFns.triggerSave().then(()=>{t.send("save-completed")}).catch(t=>{console.error(t),s.b.emit("Could not save game.",s.d.ERROR,2e3)})),t.receive("trigger-game-export",()=>{try{window.appSaveFns.triggerGameExport()}catch(t){console.error(t),s.b.emit("Could not export game.",s.d.ERROR,2e3)}}),t.receive("trigger-scripts-export",()=>{try{window.appSaveFns.triggerScriptsExport()}catch(t){console.error(t),s.b.emit("Could not export scripts.",s.d.ERROR,2e3)}})}())}function p(t){const e=window.electronBridge;e&&e.send("push-game-saved",t)}function g(){const t=window.electronBridge;t&&t.send("push-game-ready",{player:{identifier:a.a.identifier,playtime:a.a.totalPlaytime,lastSave:a.a.lastSave},game:{version:m.a.VersionString,hash:Object(h.a)()}})}function b(t){const e=window.electronBridge;e&&(e.send("push-import-result",{wasImported:t}),y())}function y(){const t=window.electronBridge;t&&t.send("push-disable-restore",{duration:6e4})}}).call(this,n(169).Buffer)},,function(t,e,n){"use strict";n.d(e,"b",(function(){return H})),n.d(e,"a",(function(){return U}));var a=n(0),r=n.n(a),i=n(125),o=n(122),s=n(148),l=n(7),c=n(144),f=n(1261),u=n(29),m=n(160),h=n(161),d=n(32),p=n(50),g=n(3),b=n(10),y=n(112),E=n(485),v=n.n(E),k=n(1265),w=n.n(k),S=n(6),_=n(22),C=n(1),x=n(409),L=n(25),O=n(23),M=n(21),A=n(57),T=n(15),R=n(304),N=n(383),P=n(224),I=n(362),F=n(329),D=n(474);function j(){const t=Object(i.a)(),e=H();if(0===C.a.skills.intelligence)return r.a.createElement(r.a.Fragment,null);const n=C.a.calculateSkillProgress(C.a.exp.intelligence);return r.a.createElement(r.a.Fragment,null,r.a.createElement(p.a,null,r.a.createElement(d.a,{component:"th",scope:"row",classes:{root:e.cell}},r.a.createElement(g.a,{classes:{root:e.int}},"Int ")),r.a.createElement(d.a,{align:"right",classes:{root:e.cell}},r.a.createElement(g.a,{classes:{root:e.int}},l.a.formatSkill(C.a.skills.intelligence))),r.a.createElement(d.a,{align:"right",classes:{root:e.cell}},r.a.createElement(g.a,{id:"overview-int-hook",classes:{root:e.int}}))),r.a.createElement(p.a,null,!S.a.DisableOverviewProgressBars&&r.a.createElement(x.a,{progress:n,color:t.colors.int})))}function B(){const t=H(),e=C.a.bladeburner;if(null===e)return r.a.createElement(r.a.Fragment,null);const n=e.getTypeAndNameFromActionId(e.action);return"Idle"===n.type?r.a.createElement(r.a.Fragment,null):r.a.createElement(r.a.Fragment,null,r.a.createElement(p.a,null,r.a.createElement(d.a,{component:"th",scope:"row",colSpan:2,classes:{root:t.cellNone}},r.a.createElement(g.a,null,"Bladeburner:"))),r.a.createElement(p.a,null,r.a.createElement(d.a,{component:"th",scope:"row",colSpan:2,classes:{root:t.cellNone}},r.a.createElement(g.a,null,n.type,": ",n.name))))}function G({tooltip:t,children:e,onClickFocus:n,header:a}){const i=H();return r.a.createElement(r.a.Fragment,null,r.a.createElement(p.a,null,r.a.createElement(d.a,{component:"th",scope:"row",colSpan:2,classes:{root:i.workCell}},r.a.createElement(O.a,{title:r.a.createElement(r.a.Fragment,null,t)},r.a.createElement(g.a,{className:i.workHeader,sx:{pt:1,pb:.5}},a)))),r.a.createElement(p.a,null,r.a.createElement(d.a,{component:"th",scope:"row",colSpan:2,classes:{root:i.workCell}},r.a.createElement(g.a,{className:i.workSubtitles},e))),r.a.createElement(p.a,null,r.a.createElement(d.a,{component:"th",scope:"row",align:"center",colSpan:2,classes:{root:i.cellNone}},r.a.createElement(b.a,{sx:{mt:1},onClick:n},"Focus"))))}function W(){if(null===C.a.currentWork||C.a.focus)return r.a.createElement(r.a.Fragment,null);let t=r.a.createElement(r.a.Fragment,null),e=r.a.createElement(r.a.Fragment,null),n=r.a.createElement(r.a.Fragment,null);if(Object(D.b)(C.a.currentWork)){const a=C.a.currentWork.getCrime(),i=C.a.currentWork.unitCompleted/a.time*100;t=r.a.createElement(r.a.Fragment,null,C.a.currentWork.crimeType),e=r.a.createElement(r.a.Fragment,null,"You are attempting to ",C.a.currentWork.crimeType),n=r.a.createElement(r.a.Fragment,null,i.toFixed(2),"%")}if(Object(A.d)(C.a.currentWork)&&(t=r.a.createElement(r.a.Fragment,null,C.a.currentWork.getClass().youAreCurrently),e=r.a.createElement(r.a.Fragment,null,"You are ",C.a.currentWork.getClass().youAreCurrently),n=r.a.createElement(r.a.Fragment,null,Object(u.b)(C.a.currentWork.cyclesWorked*T.a._idleSpeed))),Object(R.b)(C.a.currentWork)){const a=C.a.currentWork;t=r.a.createElement(r.a.Fragment,null,"Coding ",a.programName),e=r.a.createElement(r.a.Fragment,null,"Creating a program"),n=r.a.createElement(r.a.Fragment,null,a.programName," ",(a.unitCompleted/a.unitNeeded()*100).toFixed(2),"%")}if(Object(N.b)(C.a.currentWork)){const a=C.a.currentWork;t=r.a.createElement(r.a.Fragment,null,"Grafting ",a.augmentation),e=r.a.createElement(r.a.Fragment,null,"Grafting an Augmentation"),n=r.a.createElement(r.a.Fragment,null,r.a.createElement("strong",null,(a.unitCompleted/a.unitNeeded()*100).toFixed(2),"%")," done")}if(Object(P.b)(C.a.currentWork)){const t=C.a.currentWork;e=r.a.createElement(r.a.Fragment,null,"Working for ",r.a.createElement("strong",null,t.factionName)),n=r.a.createElement(r.a.Fragment,null,r.a.createElement(c.a,{reputation:t.getFaction().playerReputation})," rep",r.a.createElement("br",null),"(",r.a.createElement(I.a,{reputation:t.getReputationRate()*(1e3/T.a._idleSpeed)}),")")}if(Object(F.b)(C.a.currentWork)){const a=C.a.currentWork;t=r.a.createElement(r.a.Fragment,null,C.a.jobs[a.companyName]," at ",r.a.createElement("strong",null,a.companyName)),e=r.a.createElement(r.a.Fragment,null,"Working at ",r.a.createElement("strong",null,a.companyName)),n=r.a.createElement(r.a.Fragment,null,r.a.createElement(c.a,{reputation:a.getCompany().playerReputation})," rep",r.a.createElement("br",null),"(",r.a.createElement(I.a,{reputation:a.getGainRates().reputation*(1e3/T.a._idleSpeed)}),")")}return r.a.createElement(G,{tooltip:t,header:e,onClickFocus:()=>{C.a.startFocusing(),_.b.toWork()}},n)}const H=Object(o.a)(t=>Object(s.a)({workCell:{textAlign:"center",maxWidth:"200px",borderBottom:"none",padding:0,margin:0},workHeader:{fontSize:"0.9rem"},workSubtitles:{fontSize:"0.8rem"},cellNone:{borderBottom:"none",padding:0,margin:0},cell:{padding:0,margin:0},hp:{color:t.colors.hp},money:{color:t.colors.money},hack:{color:t.colors.hack},combat:{color:t.colors.combat},cha:{color:t.colors.cha},int:{color:t.colors.int}}));function U({save:t,killScripts:e}){const[n,o]=Object(a.useState)(!1),s=Object(a.useState)(!1)[1];Object(a.useEffect)(()=>{const t=setInterval(()=>s(t=>!t),600);return()=>clearInterval(t)},[]);const c=H(),u=Object(i.a)(),b=C.a.calculateSkillProgress(C.a.exp.hacking,C.a.mults.hacking*L.a.HackingLevelMultiplier),E=C.a.calculateSkillProgress(C.a.exp.strength,C.a.mults.strength*L.a.StrengthLevelMultiplier),k=C.a.calculateSkillProgress(C.a.exp.defense,C.a.mults.defense*L.a.DefenseLevelMultiplier),_=C.a.calculateSkillProgress(C.a.exp.dexterity,C.a.mults.dexterity*L.a.DexterityLevelMultiplier),A=C.a.calculateSkillProgress(C.a.exp.agility,C.a.mults.agility*L.a.AgilityLevelMultiplier),T=C.a.calculateSkillProgress(C.a.exp.charisma,C.a.mults.charisma*L.a.CharismaLevelMultiplier);return r.a.createElement(r.a.Fragment,null,r.a.createElement(m.a,{sx:{display:"block",m:1}},r.a.createElement(h.a,null,r.a.createElement(p.a,null,r.a.createElement(d.a,{component:"th",scope:"row",classes:{root:c.cellNone}},r.a.createElement(g.a,{classes:{root:c.hp}},"HP ")),r.a.createElement(d.a,{align:"right",classes:{root:c.cellNone}},r.a.createElement(g.a,{classes:{root:c.hp}},l.a.formatHp(C.a.hp.current)," / ",l.a.formatHp(C.a.hp.max))),r.a.createElement(d.a,{align:"right",classes:{root:c.cellNone}},r.a.createElement(g.a,{id:"overview-hp-hook",classes:{root:c.hp}}))),r.a.createElement(p.a,null,r.a.createElement(d.a,{component:"th",scope:"row",classes:{root:c.cellNone}},r.a.createElement(g.a,{classes:{root:c.money}},"Money ")),r.a.createElement(d.a,{align:"right",classes:{root:c.cellNone}},r.a.createElement(g.a,{classes:{root:c.money}},l.a.formatMoney(C.a.money))),r.a.createElement(d.a,{align:"right",classes:{root:c.cellNone}},r.a.createElement(g.a,{id:"overview-money-hook",classes:{root:c.money}}))),r.a.createElement(p.a,null,r.a.createElement(d.a,{component:"th",scope:"row",classes:{root:c.cellNone}},r.a.createElement(g.a,{classes:{root:c.hack}},"Hack ")),r.a.createElement(d.a,{align:"right",classes:{root:c.cellNone}},r.a.createElement(g.a,{classes:{root:c.hack}},l.a.formatSkill(C.a.skills.hacking)))),r.a.createElement(p.a,null,!S.a.DisableOverviewProgressBars&&r.a.createElement(x.a,{progress:b,color:u.colors.hack})),r.a.createElement(p.a,null,r.a.createElement(d.a,{component:"th",scope:"row",classes:{root:c.cell}},r.a.createElement(g.a,{classes:{root:c.hack}})),r.a.createElement(d.a,{align:"right",classes:{root:c.cell}},r.a.createElement(g.a,{id:"overview-hack-hook",classes:{root:c.hack}}))),r.a.createElement(p.a,null,r.a.createElement(d.a,{component:"th",scope:"row",classes:{root:c.cellNone}},r.a.createElement(g.a,{classes:{root:c.combat}},"Str ")),r.a.createElement(d.a,{align:"right",classes:{root:c.cellNone}},r.a.createElement(g.a,{classes:{root:c.combat}},l.a.formatSkill(C.a.skills.strength))),r.a.createElement(d.a,{align:"right",classes:{root:c.cellNone}},r.a.createElement(g.a,{id:"overview-str-hook",classes:{root:c.combat}}))),r.a.createElement(p.a,null,!S.a.DisableOverviewProgressBars&&r.a.createElement(x.a,{progress:E,color:u.colors.combat})),r.a.createElement(p.a,null,r.a.createElement(d.a,{component:"th",scope:"row",classes:{root:c.cellNone}},r.a.createElement(g.a,{classes:{root:c.combat}},"Def ")),r.a.createElement(d.a,{align:"right",classes:{root:c.cellNone}},r.a.createElement(g.a,{classes:{root:c.combat}},l.a.formatSkill(C.a.skills.defense))),r.a.createElement(d.a,{align:"right",classes:{root:c.cellNone}},r.a.createElement(g.a,{id:"overview-def-hook",classes:{root:c.combat}}))),r.a.createElement(p.a,null,!S.a.DisableOverviewProgressBars&&r.a.createElement(x.a,{progress:k,color:u.colors.combat})),r.a.createElement(p.a,null,r.a.createElement(d.a,{component:"th",scope:"row",classes:{root:c.cellNone}},r.a.createElement(g.a,{classes:{root:c.combat}},"Dex ")),r.a.createElement(d.a,{align:"right",classes:{root:c.cellNone}},r.a.createElement(g.a,{classes:{root:c.combat}},l.a.formatSkill(C.a.skills.dexterity))),r.a.createElement(d.a,{align:"right",classes:{root:c.cellNone}},r.a.createElement(g.a,{id:"overview-dex-hook",classes:{root:c.combat}}))),r.a.createElement(p.a,null,!S.a.DisableOverviewProgressBars&&r.a.createElement(x.a,{progress:_,color:u.colors.combat})),r.a.createElement(p.a,null,r.a.createElement(d.a,{component:"th",scope:"row",classes:{root:c.cell}},r.a.createElement(g.a,{classes:{root:c.combat}},"Agi ")),r.a.createElement(d.a,{align:"right",classes:{root:c.cell}},r.a.createElement(g.a,{classes:{root:c.combat}},l.a.formatSkill(C.a.skills.agility))),r.a.createElement(d.a,{align:"right",classes:{root:c.cell}},r.a.createElement(g.a,{id:"overview-agi-hook",classes:{root:c.combat}}))),r.a.createElement(p.a,null,!S.a.DisableOverviewProgressBars&&r.a.createElement(x.a,{progress:A,color:u.colors.combat})),r.a.createElement(p.a,null,r.a.createElement(d.a,{component:"th",scope:"row",classes:{root:c.cellNone}},r.a.createElement(g.a,{classes:{root:c.cha}},"Cha ")),r.a.createElement(d.a,{align:"right",classes:{root:c.cellNone}},r.a.createElement(g.a,{classes:{root:c.cha}},l.a.formatSkill(C.a.skills.charisma))),r.a.createElement(d.a,{align:"right",classes:{root:c.cellNone}},r.a.createElement(g.a,{id:"overview-cha-hook",classes:{root:c.cha}}))),r.a.createElement(p.a,null,!S.a.DisableOverviewProgressBars&&r.a.createElement(x.a,{progress:T,color:u.colors.cha})),r.a.createElement(j,null),r.a.createElement(p.a,null,r.a.createElement(d.a,{component:"th",scope:"row",classes:{root:c.cell}},r.a.createElement(g.a,{id:"overview-extra-hook-0",classes:{root:c.hack}})),r.a.createElement(d.a,{component:"th",scope:"row",align:"right",classes:{root:c.cell}},r.a.createElement(g.a,{id:"overview-extra-hook-1",classes:{root:c.hack}})),r.a.createElement(d.a,{component:"th",scope:"row",align:"right",classes:{root:c.cell}},r.a.createElement(g.a,{id:"overview-extra-hook-2",classes:{root:c.hack}}))),r.a.createElement(W,null),r.a.createElement(B,null))),r.a.createElement(M.a,{sx:{display:"flex",borderTop:"1px solid "+S.a.theme.welllight}},r.a.createElement(M.a,{sx:{display:"flex",flex:1,justifyContent:"flex-start",alignItems:"center"}},r.a.createElement(y.a,{"aria-label":"save game",onClick:t},r.a.createElement(O.a,{title:0!==S.a.AutosaveInterval?"Save game":"Save game (auto-saves are disabled!)"},r.a.createElement(v.a,{color:0!==S.a.AutosaveInterval?"primary":"error"})))),r.a.createElement(M.a,{sx:{display:"flex",flex:1,justifyContent:"flex-end",alignItems:"center"}},r.a.createElement(y.a,{"aria-label":"kill all scripts",onClick:()=>o(!0)},r.a.createElement(O.a,{title:"Kill all running scripts"},r.a.createElement(w.a,{color:"error"}))))),r.a.createElement(f.a,{open:n,onClose:()=>o(!1),killScripts:e}))}},,function(t,e,n){"use strict";function a(t,e=1){return 1+e*Math.pow(t,.8)/600}n.d(e,"a",(function(){return a}))},function(t,e,n){"use strict";n.d(e,"a",(function(){return a}));class a{constructor(t){var e,n,a;a="",(n="errorMessage")in(e=this)?Object.defineProperty(e,n,{value:a,enumerable:!0,configurable:!0,writable:!0}):e[n]=a,this.pid=t.pid,this.name=t.name,this.hostname=t.hostname,this.errorMessage=t.errorMessage,Object.freeze(this)}}Object.freeze(a),Object.freeze(a.prototype)},function(t,e,n){"use strict";n.d(e,"c",(function(){return f})),n.d(e,"d",(function(){return u})),n.d(e,"b",(function(){return m})),n.d(e,"a",(function(){return h}));var a=n(116),r=n(30),i=n(1),o=n(26),s=n(88),l=n(46),c=n(35);function f(){const t=d(),e=p(),n=g(),r=b(n,e),i=new a.a(r,t,e);n.addContract(i)}function u(){const t=d(),e=p(),n=i.a.getHomeComputer(),r=b(n,e),o=new a.a(r,t,e);n.addContract(o)}const m=t=>{if(!a.d[t])throw new Error(`Invalid problem type: '${t}'`);const e=i.a.getHomeComputer(),n=b(e),r=new a.a(n,t,null);e.addContract(r)};function h(t){let e;const n=Object.keys(a.d);e=t.problemType&&n.includes(t.problemType)?t.problemType:d();const r=p();let i,s;null!=t.server?(i=Object(o.d)(t.server),null==i&&(i=g())):i=g(),s=null!=t.fn?t.fn:b(i,r);const l=new a.a(s,e,r);i.addContract(l)}function d(){const t=Object.keys(a.d);return t[Object(c.a)(0,t.length-1)]}function p(){const t={name:"",type:Object(c.a)(0,a.c.Money)};t.type=function(t){let e=t;const n=i.a.factions.filter(t=>{try{return r.a[t].getInfo().offerHackingWork}catch(t){return console.error("Error when trying to filter Hacking Factions for Coding Contract Generation: "+t),!1}});return e===a.c.FactionReputation&&0===n.length&&(e=a.c.CompanyReputation),e===a.c.FactionReputationAll&&0===n.length&&(e=a.c.CompanyReputation),e===a.c.CompanyReputation&&0===Object.keys(i.a.jobs).length&&(e=a.c.Money),e}(t.type);const e=i.a.factions.filter(t=>r.a[t].getInfo().offerHackingWork);switch(t.type){case a.c.FactionReputation:{const n=e.length,a=e[Object(c.a)(0,n-1)];t.name=a;break}case a.c.CompanyReputation:{const e=Object.keys(i.a.jobs);e.length>0?t.name=e[Object(c.a)(0,e.length-1)]:t.type=a.c.Money;break}}return t}function g(){const t=Object(o.c)().filter(t=>0!==t.serversOnNetwork.length);let e=Object(c.a)(0,t.length-1),n=t[e];for(let a=0;a<200&&(!(n instanceof l.a)||n.purchasedByPlayer||n.hostname===s.a.WorldDaemon);++a)e=Object(c.a)(0,t.length-1),n=t[e];return n}function b(t,e={name:"",type:0}){let n="contract-"+Object(c.a)(0,1e6);for(let e=0;e<1e3&&!(t.contracts.filter(t=>t.fn===n).length<=0);++e)n="contract-"+Object(c.a)(0,1e6);return e.name&&(n+="-"+e.name.replace(/[^a-zA-Z0-9]/g,"")),n}},function(t,e,n){"use strict";function a(t,e){if(e<0||e>100)return t;const n=t*(e/100);return t+(Math.random()*(2*n)-n)}n.d(e,"a",(function(){return a}))},,,function(t,e,n){"use strict";n.d(e,"a",(function(){return a}));class a{constructor(t,e,n){this.program=t,this.price=e,this.description=n}}},,,,,,function(t,e,n){"use strict";function a(t,e,n){return e in t?Object.defineProperty(t,e,{value:n,enumerable:!0,configurable:!0,writable:!0}):t[e]=n,t}n.d(e,"a",(function(){return r}));class r{constructor(t=""){a(this,"level",1),a(this,"name",""),this.name=t}}},function(t,e,n){"use strict";function a(t,e,n){return e in t?Object.defineProperty(t,e,{value:n,enumerable:!0,configurable:!0,writable:!0}):t[e]=n,t}n.d(e,"a",(function(){return r})),n.d(e,"c",(function(){return i})),n.d(e,"b",(function(){return o}));const r=new class{constructor(){a(this,"m",1024),a(this,"a",341),a(this,"c",1),this.x=0,this.reset()}step(){this.x=(this.a*this.x+this.c)%this.m}random(){return this.step(),this.x/this.m}reset(){this.x=(new Date).getTime()%this.m}};class i{constructor(t){a(this,"s1",0),a(this,"s2",0),a(this,"s3",0);const e=t/1e3%3e4;this.s1=e,this.s2=e,this.s3=e}step(){this.s1=171*this.s1%30269,this.s2=172*this.s2%30307,this.s3=170*this.s3%30323}random(){return this.step(),(this.s1/30269+this.s2/30307+this.s3/30323)%1}}function o(t){let e=1779033703^t.length;for(let n=0;n>>19;const n=()=>(e=Math.imul(e^e>>>16,2246822507),e=Math.imul(e^e>>>13,3266489909),(e^=e>>>16)>>>0);let a=n(),r=n(),i=n(),o=n();return()=>{a>>>=0,r>>>=0,i>>>=0,o>>>=0;let t=a+r|0;return a=r^r>>>9,r=i+(i<<3)|0,i=i<<21|i>>>11,o=o+1|0,t=t+o|0,i=i+t|0,(t>>>0)/4294967296}}},,,function(t,e,n){"use strict";n.d(e,"b",(function(){return b})),n.d(e,"a",(function(){return y}));var a=n(0),r=n.n(a),i=n(16),o=n(1),s=n(152),l=n(382),c=n(11),f=n(619),u=n(78),m=n(89),h=n(19),d=n(144),p=n(13),g=n(15);const b=t=>null!==t&&t.type===s.b.COMPANY;class y extends s.a{constructor(t){var e,n;super(s.b.COMPANY,null!==(e=null==t?void 0:t.singularity)&&void 0!==e&&e),this.companyName=null!==(n=null==t?void 0:t.companyName)&&void 0!==n?n:c.a.NewTokyoNoodleBar}getCompany(){const t=u.a[this.companyName];if(!t)throw new Error(`Company not found: '${this.companyName}'`);return t}getGainRates(){let t=1;return o.a.hasAugmentation(p.a.NeuroreceptorManager,!0)||(t=o.a.focus?1:g.a.BaseFocusBonus),Object(m.d)(Object(f.a)(o.a,this.getCompany()),t)}process(t){this.cyclesWorked+=t;const e=this.getCompany(),n=this.getGainRates();return Object(m.a)(o.a,n,t,"work"),e.playerReputation+=n.reputation*t,Object(l.a)(e,n.reputation,t),!1}finish(){this.singularity||Object(h.a)(r.a.createElement(r.a.Fragment,null,"You finished working for ",this.companyName,r.a.createElement("br",null),"You have ",r.a.createElement(d.a,{reputation:this.getCompany().playerReputation})," reputation with them."))}APICopy(){return{type:this.type,cyclesWorked:this.cyclesWorked,companyName:this.companyName}}toJSON(){return Object(i.b)("CompanyWork",this)}static fromJSON(t){return Object(i.a)(y,t.data)}}i.c.constructors.CompanyWork=y},,,,,function(t,e,n){"use strict";n.d(e,"a",(function(){return s}));var a=n(47),r=n(3),i=n(0),o=n.n(i);const s=t=>o.a.createElement(a.a,{sx:{height:"fit-content",p:1}},o.a.createElement(r.a,{variant:"h6"},t.title),t.children)},,,,function(t,e,n){"use strict";n.d(e,"a",(function(){return l}));var a=n(0),r=n(7),i=n(122),o=n(148);const s=Object(i.a)(t=>Object(o.a)({favor:{color:t.colors.rep}}));function l({favor:t}){const e=s();return a.createElement("span",{className:e.favor},"number"==typeof t?r.a.formatFavor(t):t)}},,function(t,e,n){"use strict";n.d(e,"b",(function(){return r})),n.d(e,"a",(function(){return i}));var a=n(126);const r=new a.a,i=new a.a},,,function(t,e,n){"use strict";n.d(e,"a",(function(){return m}));var a=n(195),r=n(153),i=n(117),o=n(75),s=n(7),l=n(24),c=n(19),f=n(6),u=n(0);function m(t,e,n,a){const s=a.stockMarket.Orders;if(null==s){const t={};for(const e of Object.keys(a.stockMarket)){const n=a.stockMarket[e];n instanceof r.a&&(t[n.symbol]=[])}return void(a.stockMarket.Orders=t)}let l=s[t.symbol];if(null==l||l.constructor!==Array)return console.error(`Invalid Order book for ${t.symbol} in processOrders(): ${l}`),void(l=[]);for(const r of l)if(r.type===e&&r.pos===n)switch(r.type){case i.a.LimitBuy:(r.pos===o.a.Long&&t.price<=r.price||r.pos===o.a.Short&&t.price>=r.price)&&h(r,a);break;case i.a.LimitSell:case i.a.StopBuy:(r.pos===o.a.Long&&t.price>=r.price||r.pos===o.a.Short&&t.price<=r.price)&&h(r,a);break;case i.a.StopSell:(r.pos===o.a.Long&&t.price<=r.price||r.pos===o.a.Short&&t.price>=r.price)&&h(r,a);break;default:return void console.warn("Invalid order type: "+r.type)}}function h(t,e){const n=e.symbolToStockMap[t.stockSymbol];if(!(n instanceof r.a))return void console.error("Could not find stock for this order: "+t.stockSymbol);const m=e.stockMarket.Orders[n.symbol],h={suppressDialog:!0};let d=!0,p=!1;switch(t.type){case i.a.LimitBuy:case i.a.StopBuy:p=!0,t.pos===o.a.Long?d=Object(a.a)(n,t.shares,null,h)&&d:t.pos===o.a.Short&&(d=Object(a.d)(n,t.shares,null,h)&&d);break;case i.a.LimitSell:case i.a.StopSell:t.pos===o.a.Long?d=Object(a.c)(n,t.shares,null,h)&&d:t.pos===o.a.Short&&(d=Object(a.b)(n,t.shares,null,h)&&d);break;default:return void console.warn("Invalid order type: "+t.type)}const g=t.pos===o.a.Long?"Long":"Short";if(d){for(let e=0;e{window.indexedDB||e("Indexed DB does not exists");const n=window.indexedDB.open("bitburnerSave",1);n.onupgradeneeded=function(){this.result.createObjectStore("savestring")},n.onerror=function(t){e("Failed to get IDB "+t)},n.onsuccess=function(){const n=this.result;n?t(n.transaction(["savestring"],"readwrite").objectStore("savestring")):e("database loading result was undefined")}})}function r(){return new Promise((t,e)=>{a().then(e=>new Promise((t,n)=>{const a=e.get("save");a.onerror=function(t){n("Error in Database request to get savestring: "+t)},a.onsuccess=function(){t(this.result)}}).then(e=>t(e))).catch(t=>e(t))})}function i(t){return a().then(e=>new Promise((n,a)=>{const r=e.put(t,"save");r.onerror=function(t){a("Error saving game to IndexedDB: "+t)},r.onsuccess=()=>n()}))}function o(){return a().then(t=>{t.delete("save")})}n.d(e,"b",(function(){return r})),n.d(e,"c",(function(){return i})),n.d(e,"a",(function(){return o}))},function(t,e,n){"use strict";n.d(e,"b",(function(){return o})),n.d(e,"a",(function(){return s}));var a=n(1),r=n(16),i=n(103);const o=t=>null!==t&&t.type===i.b.SUPPORT;class s extends i.a{constructor(){var t;super(i.b.SUPPORT),null===(t=a.a.bladeburner)||void 0===t||t.sleeveSupport(!0)}process(){return 0}finish(){var t;null===(t=a.a.bladeburner)||void 0===t||t.sleeveSupport(!1)}APICopy(){return{type:this.type}}toJSON(){return Object(r.b)("SleeveSupportWork",this)}static fromJSON(t){return Object(r.a)(s,t.data)}}r.c.constructors.SleeveSupportWork=s},function(t,e,n){"use strict";n.d(e,"a",(function(){return r}));var a=n(557);const r=()=>`${Object(a.a)(99)}.${Object(a.a)(9)}.${Object(a.a)(9)}.${Object(a.a)(9)}`},function(t,e,n){"use strict";n.d(e,"a",(function(){return k})),n.d(e,"b",(function(){return v})),n.d(e,"c",(function(){return y}));var a=n(0),r=n.n(a),i=n(297),o=n(13),s=n(22),l=n(56),c=n(1),f=n(28),u=n(26),m=n(88),h=n(6),d=n(19),p=n(5),g=n(46);function b(t,e=!1){!e&&h.a.SuppressMessages||y(t.filename),function(t){if(E(t))return;const e=Object(u.d)("home");if(null==e)throw new Error("The home server doesn't exist. You done goofed.");e.messages.push(t.filename)}(t)}function y(t){const e=w[t];if(!(e instanceof i.a))throw new Error("trying to display nonexistent message");Object(d.a)(r.a.createElement(r.a.Fragment,null,"Message received from unknown sender:",r.a.createElement("br",null),r.a.createElement("br",null),r.a.createElement("i",null,e.msg),"This message was saved as ",e.filename," onto your home computer."))}function E(t){const e=Object(u.d)("home");if(null==e)throw new Error("The home server doesn't exist. You done goofed.");return e.messages.includes(t.filename)}function v(){if(s.b.page()===f.a.BitVerse)return;const t=w[k.Jumper0],e=w[k.Jumper1],n=w[k.Jumper2],a=w[k.Jumper3],r=w[k.Jumper4],i=w[k.CyberSecTest],h=w[k.NiteSecTest],d=w[k.BitRunnersTest],p=w[k.TruthGazer],y=w[k.RedPill];if(c.a.hasAugmentation(o.a.TheRedPill,!0)){const t=Object(u.d)(m.a.WorldDaemon);if(!(t instanceof g.a))throw new Error("The world daemon is not a server???? Please un-break reality");c.a.skills.hacking>=t.requiredHackingSkill?b(y,0===c.a.sourceFiles.length):E(p)||b(p)}else if(!E(t)&&c.a.skills.hacking>=25){b(t);const e=l.a.Flight.name,n=c.a.getHomeComputer();n.programs.includes(e)||n.programs.push(e)}else!E(e)&&c.a.skills.hacking>=40?b(e):!E(i)&&c.a.skills.hacking>=50?b(i):!E(n)&&c.a.skills.hacking>=175?b(n):!E(h)&&c.a.skills.hacking>=200?b(h):!E(a)&&c.a.skills.hacking>=350?b(a):!E(r)&&c.a.skills.hacking>=490?b(r):!E(d)&&c.a.skills.hacking>=500&&b(d)}let k;!function(t){t.Jumper0="j0.msg",t.Jumper1="j1.msg",t.Jumper2="j2.msg",t.Jumper3="j3.msg",t.Jumper4="j4.msg",t.CyberSecTest="csec-test.msg",t.NiteSecTest="nitesec-test.msg",t.BitRunnersTest="19dfj3l1nd.msg",t.TruthGazer="truthgazer.msg",t.RedPill="icarus.msg"}(k||(k={}));const w={[k.Jumper0]:new i.a(k.Jumper0,"I know you can sense it. I know you're searching for it. It's why you spend night after night at your computer. \n\nIt's real, I've seen it. And I can help you find it. But not right now. You're not ready yet.\n\nUse this program to track your progress\n\nThe fl1ght.exe program was added to your home computer\n\n-jump3R"),[k.Jumper1]:new i.a(k.Jumper1,`Soon you will be contacted by a hacking group known as ${p.a.NiteSec}. They can help you with your search. \n\nYou should join them, garner their favor, and exploit them for their Augmentations. But do not trust them. They are not what they seem. No one is.\n\n-jump3R`),[k.Jumper2]:new i.a(k.Jumper2,`Do not try to save the world. There is no world to save. If you want to find the truth, worry only about yourself. Ethics and morals will get you killed. \n\nWatch out for a hacking group known as ${p.a.NiteSec}.\n\n-jump3R`),[k.Jumper3]:new i.a(k.Jumper3,`You must learn to walk before you can run. And you must run before you can fly. Look for ${p.a.TheBlackHand}. \n\nI.I.I.I \n\n-jump3R`),[k.Jumper4]:new i.a(k.Jumper4,"To find what you are searching for, you must understand the bits. The bits are all around us. The runners will help you.\n\n-jump3R"),[k.CyberSecTest]:new i.a(k.CyberSecTest,"We've been watching you. Your skills are very impressive. But you're wasting your talents. If you join us, you can put your skills to good use and change the world for the better. If you join us, we can unlock your full potential. \n\nBut first, you must pass our test. Find and install the backdoor on our server. \n\n-"+p.a.CyberSec),[k.NiteSecTest]:new i.a(k.NiteSecTest,"People say that the corrupted governments and corporations rule the world. Yes, maybe they do. But do you know who everyone really fears? People like us. Because they can't hide from us. Because they can't fight shadows and ideas with bullets. \n\nJoin us, and people will fear you, too. \n\nFind and install the backdoor on our server, avmnite-02h. Then, we will contact you again.\n\n-"+p.a.NiteSec),[k.BitRunnersTest]:new i.a(k.BitRunnersTest,"We know what you are doing. We know what drives you. We know what you are looking for. \n\n We can help you find the answers.\n\nrun4theh111z"),[k.TruthGazer]:new i.a(k.TruthGazer,"@&*($#@&__TH3__#@A&#@*)__TRU1H__(*)&*)($#@&()E&R)W&\n%@*$^$()@&$)$*@__CAN__()(@^#)@&@)#__N0__(#@&#)@&@&(\n*(__LON6ER__^#)@)(()*#@)@__ESCAP3__)#(@(#@*@()@(#*$\n()@)#$*%)$#()$#__Y0UR__(*)$#()%(&(%)*!)($__GAZ3__#("),[k.RedPill]:new i.a(k.RedPill,"@)(#V%*N)@(#*)*C)@#%*)*V)@#(*%V@)(#VN%*)@#(*%\n)@B(*#%)@)M#B*%V)____FIND___#$@)#%(B*)@#(*%B)\n@_#(%_@#M(BDSPOMB__THE-CAVE_#)$(*@#$)@#BNBEGB\nDFLSMFVMV)#@($*)@#*$MV)@#(*$V)M#(*$)M@(#*VM$)")}},function(t,e,n){"use strict";n.d(e,"b",(function(){return r})),n.d(e,"a",(function(){return i}));var a=n(6);const r=[];function i(t){if(r.find(e=>e.runningScript.pid===t.pid))return;const e=new Date;for(r.unshift({timeOfDeath:e,runningScript:t.scriptRef});r.length>a.a.MaxRecentScriptsCapacity;)r.pop()}},function(t,e,n){"use strict";n.d(e,"b",(function(){return c})),n.d(e,"a",(function(){return f}));var a=n(16),r=n(103),i=n(57),o=n(11),s=n(253),l=n(89);const c=t=>null!==t&&t.type===r.b.CLASS;class f extends r.a{constructor(t){var e,n;super(r.b.CLASS),this.classType=null!==(e=null==t?void 0:t.classType)&&void 0!==e?e:i.a.StudyComputerScience,this.location=null!==(n=null==t?void 0:t.location)&&void 0!==n?n:o.a.Sector12RothmanUniversity}calculateRates(t){return Object(l.d)(Object(s.a)(t,this.classType,this.location),t.shockBonus(),!1)}isGym(){return[i.a.GymAgility,i.a.GymDefense,i.a.GymDexterity,i.a.GymStrength].includes(this.classType)}process(t,e){const n=this.calculateRates(t);return Object(r.c)(t,n,e),0}APICopy(){return{type:this.type,classType:this.classType,location:this.location}}toJSON(){return Object(a.b)("SleeveClassWork",this)}static fromJSON(t){return Object(a.a)(f,t.data)}}a.c.constructors.SleeveClassWork=f},function(t,e,n){"use strict";n.d(e,"b",(function(){return u})),n.d(e,"a",(function(){return m}));var a=n(1),r=n(16),i=n(103),o=n(138),s=n(84),l=n(89),c=n(15),f=n(25);const u=t=>null!==t&&t.type===i.b.CRIME;class m extends i.a{constructor(t){var e,n,a;super(i.b.CRIME),a=0,(n="cyclesWorked")in(e=this)?Object.defineProperty(e,n,{value:a,enumerable:!0,configurable:!0,writable:!0}):e[n]=a,this.crimeType=null!=t?t:o.a.SHOPLIFT}getCrime(){const t=Object.values(s.a).find(t=>t.type===this.crimeType);if(!t)throw new Error("crime should not be undefined");return t}getExp(t){const e=this.getCrime();return Object(l.c)({money:e.money*f.a.CrimeMoney*t.mults.crime_money,hackExp:e.hacking_exp*f.a.CrimeExpGain*t.mults.hacking_exp,strExp:e.strength_exp*f.a.CrimeExpGain*t.mults.strength_exp,defExp:e.defense_exp*f.a.CrimeExpGain*t.mults.defense_exp,dexExp:e.dexterity_exp*f.a.CrimeExpGain*t.mults.dexterity_exp,agiExp:e.agility_exp*f.a.CrimeExpGain*t.mults.agility_exp,chaExp:e.charisma_exp*f.a.CrimeExpGain*t.mults.charisma_exp,intExp:e.intelligence_exp*f.a.CrimeExpGain})}cyclesNeeded(){return this.getCrime().time/c.a._idleSpeed}process(t,e){this.cyclesWorked+=e;const n=this.getCrime();let r=this.getExp(t);return this.cyclesWorked>=this.cyclesNeeded()&&(Math.random()0){this.teamCount=Math.min(this.teamCount,t.teamSize);return Math.pow(this.teamCount,.05)}return 1}getActionTypeSkillSuccessBonus(t){return t.skillMultipliers.successChanceOperation}getChaosDifficultyBonus(t){const e=t.getCurrentCity();if(e.chaos>a.a.ChaosThreshold){const t=e.chaos-a.a.ChaosThreshold+1;return Math.pow(t,.5)}return 1}toJSON(){return Object(i.b)("Operation",this)}static fromJSON(t){return Object(i.a)(s,t.data)}}i.c.constructors.Operation=s},function(t,e,n){"use strict";n.d(e,"a",(function(){return l}));var a=n(0),r=n(3),i=n(10),o=n(47),s=n(21);function l(t){return a.createElement(s.a,null,a.createElement(o.a,{sx:{my:1,p:1}},a.createElement(i.a,{onClick:t.onClick},t.buttonText),a.createElement(r.a,null,t.infoText)))}},function(t,e,n){"use strict";n.d(e,"e",(function(){return m})),n.d(e,"c",(function(){return h})),n.d(e,"a",(function(){return d})),n.d(e,"b",(function(){return p})),n.d(e,"d",(function(){return g})),n.d(e,"f",(function(){return b}));var a=n(37),r=n(13),i=n(1),o=n(56),s=n(326),l=n(0),c=n.n(l),f=n(5),u=n(15);const m=()=>[new a.a({name:r.a.WKSharmonizer,repCost:1e4,moneyCost:1e6,info:`A copy of the WKS harmonizer from the MIA leader of the ${f.a.ShadowsOfAnarchy} injects *Γ-based cells that provides general enhancement to the body.`,stats:c.a.createElement(c.a.Fragment,null,"This augmentation makes many aspects of infiltration easier and more productive. Such as increased timer, rewards, reduced damage taken, etc."),isSpecial:!0,factions:[f.a.ShadowsOfAnarchy]}),new a.a({name:r.a.MightOfAres,repCost:1e4,moneyCost:1e6,info:"Extra-ocular neurons taken from old martial art master. Injecting them gives the user the ability to predict the enemy's attack before they even know it themselves.",stats:c.a.createElement(c.a.Fragment,null,"This augmentation makes the Slash minigame easier by showing you via an indicator when the slash in coming."),isSpecial:!0,factions:[f.a.ShadowsOfAnarchy]}),new a.a({name:r.a.WisdomOfAthena,repCost:1e4,moneyCost:1e6,info:"A connective brain implant to SASHA that focuses on pattern recognition and predictive templating.",stats:c.a.createElement(c.a.Fragment,null,"This augmentation makes the Bracket minigame easier by removing all '[' ']'."),isSpecial:!0,factions:[f.a.ShadowsOfAnarchy]}),new a.a({name:r.a.ChaosOfDionysus,repCost:1e4,moneyCost:1e6,info:"Opto-occipito implant to process visual signals before brain interpretation.",stats:c.a.createElement(c.a.Fragment,null,"This augmentation makes the Backwards minigame easier by flipping the words."),isSpecial:!0,factions:[f.a.ShadowsOfAnarchy]}),new a.a({name:r.a.BeautyOfAphrodite,repCost:1e4,moneyCost:1e6,info:"Pheromone extruder injected in the thoracodorsal nerve. Emits pleasing scent guaranteed to make conversational partners more agreeable.",stats:c.a.createElement(c.a.Fragment,null,"This augmentation makes the Bribe minigame easier by indicating the incorrect paths."),isSpecial:!0,factions:[f.a.ShadowsOfAnarchy]}),new a.a({name:r.a.TrickeryOfHermes,repCost:1e4,moneyCost:1e6,info:"Penta-dynamo-neurovascular-valve inserted in the carpal ligament, enhances dexterity.",stats:c.a.createElement(c.a.Fragment,null,"This augmentation makes the Cheat Code minigame easier by allowing the opposite character."),isSpecial:!0,factions:[f.a.ShadowsOfAnarchy]}),new a.a({name:r.a.FloodOfPoseidon,repCost:1e4,moneyCost:1e6,info:"Transtinatium VVD reticulator used in optico-sterbing recognition.",stats:c.a.createElement(c.a.Fragment,null,"This augmentation makes the Symbol matching minigame easier by indicating the correct choice."),isSpecial:!0,factions:[f.a.ShadowsOfAnarchy]}),new a.a({name:r.a.HuntOfArtemis,repCost:1e4,moneyCost:1e6,info:"magneto-turboencabulator based on technology by Micha Eike Siemon, increases the user's electro-magnetic sensitivity.",stats:c.a.createElement(c.a.Fragment,null,"This augmentation makes the Minesweeper minigame easier by showing the location of all mines and keeping their position."),isSpecial:!0,factions:[f.a.ShadowsOfAnarchy]}),new a.a({name:r.a.KnowledgeOfApollo,repCost:1e4,moneyCost:1e6,info:"Neodynic retention fjengeln spoofer using -φ karmions, net positive effect on implantee's delta wave.",stats:c.a.createElement(c.a.Fragment,null,"This augmentation makes the Wire Cutting minigame easier by indicating the incorrect wires."),isSpecial:!0,factions:[f.a.ShadowsOfAnarchy]})],h=()=>[new a.a({name:r.a.HemoRecirculator,moneyCost:45e6,repCost:1e4,info:"A heart implant that greatly increases the body's ability to effectively use and pump blood.",strength:1.08,defense:1.08,agility:1.08,dexterity:1.08,factions:[f.a.Tetrads,f.a.TheDarkArmy,f.a.TheSyndicate]}),new a.a({name:r.a.Targeting1,moneyCost:15e6,repCost:5e3,info:"A cranial implant that is embedded within the inner ear structures and optic nerves. It regulates and enhances balance and hand-eye coordination.",dexterity:1.1,factions:[f.a.SlumSnakes,f.a.TheDarkArmy,f.a.TheSyndicate,f.a.Sector12,f.a.Ishima,f.a.OmniTekIncorporated,f.a.KuaiGongInternational,f.a.BladeIndustries]}),new a.a({name:r.a.Targeting2,moneyCost:425e5,repCost:8750,info:"This upgraded version of the 'Augmented Targeting' implant is capable of augmenting reality by digitally displaying weaknesses and vital signs of threats.",prereqs:[r.a.Targeting1],dexterity:1.2,factions:[f.a.TheDarkArmy,f.a.TheSyndicate,f.a.Sector12,f.a.OmniTekIncorporated,f.a.KuaiGongInternational,f.a.BladeIndustries]}),new a.a({name:r.a.Targeting3,moneyCost:115e6,repCost:27500,info:"The latest version of the 'Augmented Targeting' implant adds the ability to lock-on and track threats.",prereqs:[r.a.Targeting2,r.a.Targeting1],dexterity:1.3,factions:[f.a.TheDarkArmy,f.a.TheSyndicate,f.a.OmniTekIncorporated,f.a.KuaiGongInternational,f.a.BladeIndustries,f.a.TheCovenant]}),new a.a({name:r.a.SyntheticHeart,moneyCost:2875e6,repCost:75e4,info:"This advanced artificial heart, created from plasteel and graphene, is capable of pumping blood more efficiently than an organic heart.",agility:1.5,strength:1.5,factions:[f.a.KuaiGongInternational,f.a.FulcrumSecretTechnologies,f.a.SpeakersForTheDead,f.a.NWO,f.a.TheCovenant,f.a.Daedalus,f.a.Illuminati]}),new a.a({name:r.a.SynfibrilMuscle,repCost:437500,moneyCost:1125e6,info:"The myofibrils in human muscles are injected with special chemicals that react with the proteins inside the myofibrils, altering their underlying structure. The end result is muscles that are stronger and more elastic. Scientists have named these artificially enhanced units 'synfibrils'.",strength:1.3,defense:1.3,factions:[f.a.KuaiGongInternational,f.a.FulcrumSecretTechnologies,f.a.SpeakersForTheDead,f.a.NWO,f.a.TheCovenant,f.a.Daedalus,f.a.Illuminati,f.a.BladeIndustries]}),new a.a({name:r.a.CombatRib1,repCost:7500,moneyCost:2375e4,info:"The rib cage is augmented to continuously release boosters into the bloodstream which increase the oxygen-carrying capacity of blood.",strength:1.1,defense:1.1,factions:[f.a.SlumSnakes,f.a.TheDarkArmy,f.a.TheSyndicate,f.a.Volhaven,f.a.Ishima,f.a.OmniTekIncorporated,f.a.KuaiGongInternational,f.a.BladeIndustries]}),new a.a({name:r.a.CombatRib2,repCost:18750,moneyCost:65e6,info:"An upgraded version of the 'Combat Rib' augmentation that adds potent stimulants which improve focus and endurance while decreasing reaction time and fatigue.",prereqs:[r.a.CombatRib1],strength:1.14,defense:1.14,factions:[f.a.TheDarkArmy,f.a.TheSyndicate,f.a.Volhaven,f.a.OmniTekIncorporated,f.a.KuaiGongInternational,f.a.BladeIndustries]}),new a.a({name:r.a.CombatRib3,repCost:35e3,moneyCost:12e7,info:"The latest version of the 'Combat Rib' augmentation releases advanced anabolic steroids that improve muscle mass and physical performance while being safe and free of side effects.",prereqs:[r.a.CombatRib2,r.a.CombatRib1],strength:1.18,defense:1.18,factions:[f.a.TheDarkArmy,f.a.TheSyndicate,f.a.OmniTekIncorporated,f.a.KuaiGongInternational,f.a.BladeIndustries,f.a.TheCovenant]}),new a.a({name:r.a.NanofiberWeave,repCost:37500,moneyCost:125e6,info:"Synthetic nanofibers are woven into the skin's extracellular matrix using electrospinning, which improves its regenerative and extracellular homeostasis abilities.",strength:1.2,defense:1.2,factions:[f.a.TheDarkArmy,f.a.TheSyndicate,f.a.OmniTekIncorporated,f.a.BladeIndustries,f.a.TianDiHui,f.a.SpeakersForTheDead,f.a.FulcrumSecretTechnologies]}),new a.a({name:r.a.SubdermalArmor,repCost:875e3,moneyCost:325e7,info:"The NEMEAN Subdermal Weave is a thin, light-weight, graphene plating that houses a dilatant fluid. The material is implanted underneath the skin, and is the most advanced form of defensive enhancement that has ever been created. The dilatant fluid, despite being thin and light, is extremely effective at stopping piercing blows and reducing blunt trauma. The properties of graphene allow the plating to mitigate damage from any fire or electrical traumas.",defense:2.2,factions:[f.a.TheSyndicate,f.a.FulcrumSecretTechnologies,f.a.Illuminati,f.a.Daedalus,f.a.TheCovenant]}),new a.a({name:r.a.WiredReflexes,repCost:1250,moneyCost:25e5,info:"Synthetic nerve-enhancements are injected into all major parts of the somatic nervous system, supercharging the spread of neural signals and increasing reflex speed.",agility:1.05,dexterity:1.05,factions:[f.a.TianDiHui,f.a.SlumSnakes,f.a.Sector12,f.a.Volhaven,f.a.Aevum,f.a.Ishima,f.a.TheSyndicate,f.a.TheDarkArmy,f.a.SpeakersForTheDead]}),new a.a({name:r.a.GrapheneBoneLacings,repCost:1125e3,moneyCost:425e7,info:"Graphene is grafted and fused into the skeletal structure, enhancing bone density and tensile strength.",strength:1.7,defense:1.7,factions:[f.a.FulcrumSecretTechnologies,f.a.TheCovenant]}),new a.a({name:r.a.BionicSpine,repCost:45e3,moneyCost:125e6,info:"The spine is reconstructed using plasteel and carbon fibers. It is now capable of stimulating and regulating neural signals passing through the spinal cord, improving senses and reaction speed. The 'Bionic Spine' also interfaces with all other 'Bionic' implants.",strength:1.15,defense:1.15,agility:1.15,dexterity:1.15,factions:[f.a.SpeakersForTheDead,f.a.TheSyndicate,f.a.KuaiGongInternational,f.a.OmniTekIncorporated,f.a.BladeIndustries]}),new a.a({name:r.a.GrapheneBionicSpine,repCost:1625e3,moneyCost:6e9,info:"An upgrade to the 'Bionic Spine' augmentation. The spine is fused with graphene which enhances durability and supercharges all body functions.",prereqs:[r.a.BionicSpine],strength:1.6,defense:1.6,agility:1.6,dexterity:1.6,factions:[f.a.FulcrumSecretTechnologies,f.a.ECorp]}),new a.a({name:r.a.BionicLegs,repCost:15e4,moneyCost:375e6,info:"Cybernetic legs, created from plasteel and carbon fibers, enhance running speed.",agility:1.6,factions:[f.a.SpeakersForTheDead,f.a.TheSyndicate,f.a.KuaiGongInternational,f.a.OmniTekIncorporated,f.a.BladeIndustries]}),new a.a({name:r.a.GrapheneBionicLegs,repCost:75e4,moneyCost:45e8,info:"An upgrade to the 'Bionic Legs' augmentation. The legs are fused with graphene, greatly enhancing jumping ability.",prereqs:[r.a.BionicLegs],agility:2.5,factions:[f.a.MegaCorp,f.a.ECorp,f.a.FulcrumSecretTechnologies]}),new a.a({name:r.a.SpeechProcessor,repCost:7500,moneyCost:5e7,info:"A cochlear implant with an embedded computer that analyzes incoming speech. The embedded computer processes characteristics of incoming speech, such as tone and inflection, to pick up on subtle cues and aid in social interactions.",charisma:1.2,factions:[f.a.TianDiHui,f.a.Chongqing,f.a.Sector12,f.a.NewTokyo,f.a.Aevum,f.a.Ishima,f.a.Volhaven,f.a.Silhouette]}),new a.a({name:r.a.TITN41Injection,repCost:25e3,moneyCost:19e7,info:"TITN is a series of viruses that targets and alters the sequences of human DNA in genes that control personality. The TITN-41 strain alters these genes so that the subject becomes more outgoing and sociable.",charisma:1.15,charisma_exp:1.15,factions:[f.a.Silhouette]}),new a.a({name:r.a.EnhancedSocialInteractionImplant,repCost:375e3,moneyCost:1375e6,info:"A cranial implant that greatly assists in the user's ability to analyze social situations and interactions. The system uses a wide variety of factors such as facial expression, body language, voice tone, and inflection to determine the best course of action during social situations. The implant also uses deep learning software to continuously learn new behavior patterns and how to best respond.",charisma:1.6,charisma_exp:1.6,factions:[f.a.BachmanAssociates,f.a.NWO,f.a.ClarkeIncorporated,f.a.OmniTekIncorporated,f.a.FourSigma]}),new a.a({name:r.a.BitWire,repCost:3750,moneyCost:1e7,info:"A small brain implant embedded in the cerebrum. This regulates and improves the brain's computing capabilities.",hacking:1.05,factions:[f.a.CyberSec,f.a.NiteSec]}),new a.a({name:r.a.ArtificialBioNeuralNetwork,repCost:275e3,moneyCost:3e9,info:"A network consisting of millions of nanoprocessors is embedded into the brain. The network is meant to mimic the way a biological brain solves a problem, with each nanoprocessor acting similar to the way a neuron would in a neural network. However, these nanoprocessors are programmed to perform computations much faster than organic neurons, allowing the user to solve much more complex problems at a much faster rate.",hacking_speed:1.03,hacking_money:1.15,hacking:1.12,factions:[f.a.BitRunners,f.a.FulcrumSecretTechnologies]}),new a.a({name:r.a.ArtificialSynapticPotentiation,repCost:6250,moneyCost:8e7,info:"The body is injected with a chemical that artificially induces synaptic potentiation, otherwise known as the strengthening of synapses. This results in enhanced cognitive abilities.",hacking_speed:1.02,hacking_chance:1.05,hacking_exp:1.05,factions:[f.a.TheBlackHand,f.a.NiteSec]}),new a.a({name:r.a.EnhancedMyelinSheathing,repCost:1e5,moneyCost:1375e6,info:"Electrical signals are used to induce a new, artificial form of myelinogenesis in the human body. This process results in the proliferation of new, synthetic myelin sheaths in the nervous system. These myelin sheaths can propagate neuro-signals much faster than their organic counterparts, leading to greater processing speeds and better brain function.",hacking_speed:1.03,hacking_exp:1.1,hacking:1.08,factions:[f.a.FulcrumSecretTechnologies,f.a.BitRunners,f.a.TheBlackHand]}),new a.a({name:r.a.SynapticEnhancement,repCost:2e3,moneyCost:75e5,info:"A small cranial implant that continuously uses weak electrical signals to stimulate the brain and induce stronger synaptic activity. This improves the user's cognitive abilities.",hacking_speed:1.03,factions:[f.a.CyberSec,f.a.Aevum]}),new a.a({name:r.a.NeuralRetentionEnhancement,repCost:2e4,moneyCost:25e7,info:"Chemical injections are used to permanently alter and strengthen the brain's neuronal circuits, strengthening the ability to retain information.",hacking_exp:1.25,factions:[f.a.NiteSec]}),new a.a({name:r.a.DataJack,repCost:112500,moneyCost:45e7,info:"A brain implant that provides an interface for direct, wireless communication between a computer's main memory and the mind. This implant allows the user to not only access a computer's memory, but also alter and delete it.",hacking_money:1.25,factions:[f.a.BitRunners,f.a.TheBlackHand,f.a.NiteSec,f.a.Chongqing,f.a.NewTokyo]}),new a.a({name:r.a.ENM,repCost:15e3,moneyCost:25e7,info:"A thin device embedded inside the arm containing a wireless module capable of connecting to nearby networks. Once connected, the Netburner Module is capable of capturing and processing all of the traffic on that network. By itself, the Embedded Netburner Module does not do much, but a variety of very powerful upgrades can be installed that allow you to fully control the traffic on a network.",hacking:1.08,factions:[f.a.BitRunners,f.a.TheBlackHand,f.a.NiteSec,f.a.ECorp,f.a.MegaCorp,f.a.FulcrumSecretTechnologies,f.a.NWO,f.a.BladeIndustries]}),new a.a({name:r.a.ENMCore,repCost:175e3,moneyCost:25e8,info:"The Core library is an implant that upgrades the firmware of the Embedded Netburner Module. This upgrade allows the Embedded Netburner Module to generate its own data on a network.",prereqs:[r.a.ENM],hacking_speed:1.03,hacking_money:1.1,hacking_chance:1.03,hacking_exp:1.07,hacking:1.07,factions:[f.a.BitRunners,f.a.TheBlackHand,f.a.ECorp,f.a.MegaCorp,f.a.FulcrumSecretTechnologies,f.a.NWO,f.a.BladeIndustries]}),new a.a({name:r.a.ENMCoreV2,repCost:1e6,moneyCost:45e8,info:"The Core V2 library is an implant that upgrades the firmware of the Embedded Netburner Module. This upgraded firmware allows the Embedded Netburner Module to control information on a network by re-routing traffic, spoofing IP addresses, and altering the data inside network packets.",prereqs:[r.a.ENMCore,r.a.ENM],hacking_speed:1.05,hacking_money:1.3,hacking_chance:1.05,hacking_exp:1.15,hacking:1.08,factions:[f.a.BitRunners,f.a.ECorp,f.a.MegaCorp,f.a.FulcrumSecretTechnologies,f.a.NWO,f.a.BladeIndustries,f.a.OmniTekIncorporated,f.a.KuaiGongInternational]}),new a.a({name:r.a.ENMCoreV3,repCost:175e4,moneyCost:75e8,info:"The Core V3 library is an implant that upgrades the firmware of the Embedded Netburner Module. This upgraded firmware allows the Embedded Netburner Module to seamlessly inject code into any device on a network.",prereqs:[r.a.ENMCoreV2,r.a.ENMCore,r.a.ENM],hacking_speed:1.05,hacking_money:1.4,hacking_chance:1.1,hacking_exp:1.25,hacking:1.1,factions:[f.a.ECorp,f.a.MegaCorp,f.a.FulcrumSecretTechnologies,f.a.NWO,f.a.Daedalus,f.a.TheCovenant,f.a.Illuminati]}),new a.a({name:r.a.ENMAnalyzeEngine,repCost:625e3,moneyCost:6e9,info:"Installs the Analyze Engine for the Embedded Netburner Module, which is a CPU cluster that vastly outperforms the Netburner Module's native single-core processor.",prereqs:[r.a.ENM],hacking_speed:1.1,factions:[f.a.ECorp,f.a.MegaCorp,f.a.FulcrumSecretTechnologies,f.a.NWO,f.a.Daedalus,f.a.TheCovenant,f.a.Illuminati]}),new a.a({name:r.a.ENMDMA,repCost:1e6,moneyCost:7e9,info:"This implant installs a Direct Memory Access (DMA) controller into the Embedded Netburner Module. This allows the Module to send and receive data directly to and from the main memory of devices on a network.",prereqs:[r.a.ENM],hacking_money:1.4,hacking_chance:1.2,factions:[f.a.ECorp,f.a.MegaCorp,f.a.FulcrumSecretTechnologies,f.a.NWO,f.a.Daedalus,f.a.TheCovenant,f.a.Illuminati]}),new a.a({name:r.a.Neuralstimulator,repCost:5e4,moneyCost:3e9,info:"A cranial implant that intelligently stimulates certain areas of the brain in order to improve cognitive functions.",hacking_speed:1.02,hacking_chance:1.1,hacking_exp:1.12,factions:[f.a.TheBlackHand,f.a.Chongqing,f.a.Sector12,f.a.NewTokyo,f.a.Aevum,f.a.Ishima,f.a.Volhaven,f.a.BachmanAssociates,f.a.ClarkeIncorporated,f.a.FourSigma]}),new a.a({name:r.a.NeuralAccelerator,repCost:2e5,moneyCost:175e7,info:"A microprocessor that accelerates the processing speed of biological neural networks. This is a cranial implant that is embedded inside the brain.",hacking:1.1,hacking_exp:1.15,hacking_money:1.2,factions:[f.a.BitRunners]}),new a.a({name:r.a.CranialSignalProcessorsG1,repCost:1e4,moneyCost:7e7,info:"The first generation of Cranial Signal Processors. Cranial Signal Processors are a set of specialized microprocessors that are attached to neurons in the brain. These chips process neural signals to quickly and automatically perform specific computations so that the brain doesn't have to.",hacking_speed:1.01,hacking:1.05,factions:[f.a.CyberSec,f.a.NiteSec]}),new a.a({name:r.a.CranialSignalProcessorsG2,repCost:18750,moneyCost:125e6,info:"The second generation of Cranial Signal Processors. Cranial Signal Processors are a set of specialized microprocessors that are attached to neurons in the brain. These chips process neural signals to quickly and automatically perform specific computations so that the brain doesn't have to.",prereqs:[r.a.CranialSignalProcessorsG1],hacking_speed:1.02,hacking_chance:1.05,hacking:1.07,factions:[f.a.CyberSec,f.a.NiteSec]}),new a.a({name:r.a.CranialSignalProcessorsG3,repCost:5e4,moneyCost:55e7,info:"The third generation of Cranial Signal Processors. Cranial Signal Processors are a set of specialized microprocessors that are attached to neurons in the brain. These chips process neural signals to quickly and automatically perform specific computations so that the brain doesn't have to.",prereqs:[r.a.CranialSignalProcessorsG2,r.a.CranialSignalProcessorsG1],hacking_speed:1.02,hacking_money:1.15,hacking:1.09,factions:[f.a.NiteSec,f.a.TheBlackHand,f.a.BitRunners]}),new a.a({name:r.a.CranialSignalProcessorsG4,repCost:125e3,moneyCost:11e8,info:"The fourth generation of Cranial Signal Processors. Cranial Signal Processors are a set of specialized microprocessors that are attached to neurons in the brain. These chips process neural signals to quickly and automatically perform specific computations so that the brain doesn't have to.",prereqs:[r.a.CranialSignalProcessorsG3,r.a.CranialSignalProcessorsG2,r.a.CranialSignalProcessorsG1],hacking_speed:1.02,hacking_money:1.2,hacking_grow:1.25,factions:[f.a.TheBlackHand,f.a.BitRunners]}),new a.a({name:r.a.CranialSignalProcessorsG5,repCost:25e4,moneyCost:225e7,info:"The fifth generation of Cranial Signal Processors. Cranial Signal Processors are a set of specialized microprocessors that are attached to neurons in the brain. These chips process neural signals to quickly and automatically perform specific computations so that the brain doesn't have to.",prereqs:[r.a.CranialSignalProcessorsG4,r.a.CranialSignalProcessorsG3,r.a.CranialSignalProcessorsG2,r.a.CranialSignalProcessorsG1],hacking:1.3,hacking_money:1.25,hacking_grow:1.75,factions:[f.a.BitRunners]}),new a.a({name:r.a.NeuronalDensification,repCost:187500,moneyCost:1375e6,info:"The brain is surgically re-engineered to have increased neuronal density by decreasing the neuron gap junction. Then, the body is genetically modified to enhance the production and capabilities of its neural stem cells.",hacking:1.15,hacking_exp:1.1,hacking_speed:1.03,factions:[f.a.ClarkeIncorporated]}),new a.a({name:r.a.NuoptimalInjectorImplant,repCost:5e3,moneyCost:2e7,info:"This torso implant automatically injects nootropic supplements into the bloodstream to improve memory, increase focus, and provide other cognitive enhancements.",company_rep:1.2,factions:[f.a.TianDiHui,f.a.Volhaven,f.a.NewTokyo,f.a.Chongqing,f.a.ClarkeIncorporated,f.a.FourSigma,f.a.BachmanAssociates]}),new a.a({name:r.a.SpeechEnhancement,repCost:2500,moneyCost:125e5,info:"An advanced neural implant that improves your speaking abilities, making you more convincing and likable in conversations and overall improving your social interactions.",company_rep:1.1,charisma:1.1,factions:[f.a.TianDiHui,f.a.SpeakersForTheDead,f.a.FourSigma,f.a.KuaiGongInternational,f.a.ClarkeIncorporated,f.a.BachmanAssociates]}),new a.a({name:r.a.FocusWire,repCost:75e3,moneyCost:9e8,info:"A cranial implant that stops procrastination by blocking specific neural pathways in the brain.",hacking_exp:1.05,strength_exp:1.05,defense_exp:1.05,dexterity_exp:1.05,agility_exp:1.05,charisma_exp:1.05,company_rep:1.1,work_money:1.2,factions:[f.a.BachmanAssociates,f.a.ClarkeIncorporated,f.a.FourSigma,f.a.KuaiGongInternational]}),new a.a({name:r.a.PCDNI,repCost:375e3,moneyCost:375e7,info:"Installs a Direct-Neural Interface jack into your arm that is compatible with most computers. Connecting to a computer through this jack allows you to interface with it using the brain's electrochemical signals.",company_rep:1.3,hacking:1.08,factions:[f.a.FourSigma,f.a.OmniTekIncorporated,f.a.ECorp,f.a.BladeIndustries]}),new a.a({name:r.a.PCDNIOptimizer,repCost:5e5,moneyCost:45e8,info:"This is a submodule upgrade to the PC Direct-Neural Interface augmentation. It improves the performance of the interface and gives the user more control options to a connected computer.",prereqs:[r.a.PCDNI],company_rep:1.75,hacking:1.1,factions:[f.a.FulcrumSecretTechnologies,f.a.ECorp,f.a.BladeIndustries]}),new a.a({name:r.a.PCDNINeuralNetwork,repCost:15e5,moneyCost:75e8,info:"This is an additional installation that upgrades the functionality of the PC Direct-Neural Interface augmentation. When connected to a computer, the Neural Network upgrade allows the user to use their own brain's processing power to aid the computer in computational tasks.",prereqs:[r.a.PCDNI],company_rep:2,hacking:1.1,hacking_speed:1.05,factions:[f.a.FulcrumSecretTechnologies]}),new a.a({name:r.a.ADRPheromone1,repCost:3750,moneyCost:175e5,info:"The body is genetically re-engineered so that it produces the ADR-V1 pheromone, an artificial pheromone discovered by scientists. The ADR-V1 pheromone, when excreted, triggers feelings of admiration and approval in other people.",company_rep:1.1,faction_rep:1.1,factions:[f.a.TianDiHui,f.a.TheSyndicate,f.a.NWO,f.a.MegaCorp,f.a.FourSigma]}),new a.a({name:r.a.ADRPheromone2,repCost:62500,moneyCost:55e7,info:"The body is genetically re-engineered so that it produces the ADR-V2 pheromone, which is similar to but more potent than ADR-V1. This pheromone, when excreted, triggers feelings of admiration, approval, and respect in others.",company_rep:1.2,faction_rep:1.2,factions:[f.a.Silhouette,f.a.FourSigma,f.a.BachmanAssociates,f.a.ClarkeIncorporated]}),new a.a({name:r.a.ShadowsSimulacrum,repCost:37500,moneyCost:4e8,info:"A crude but functional matter phase-shifter module that is embedded in the brainstem and cerebellum. This augmentation was developed by criminal organizations and allows the user to project and control holographic simulacrums within a large radius. These simulacrums are commonly used for espionage and surveillance work.",company_rep:1.15,faction_rep:1.15,factions:[f.a.TheSyndicate,f.a.TheDarkArmy,f.a.SpeakersForTheDead]}),new a.a({name:r.a.HacknetNodeCPUUpload,repCost:3750,moneyCost:11e6,info:"Uploads the architecture and design details of a Hacknet Node's CPU into the brain. This allows the user to engineer custom hardware and software for the Hacknet Node that provides better performance.",hacknet_node_money:1.15,hacknet_node_purchase_cost:.85,factions:[f.a.Netburners]}),new a.a({name:r.a.HacknetNodeCacheUpload,repCost:2500,moneyCost:55e5,info:"Uploads the architecture and design details of a Hacknet Node's main-memory cache into the brain. This allows the user to engineer custom cache hardware for the Hacknet Node that offers better performance.",hacknet_node_money:1.1,hacknet_node_level_cost:.85,factions:[f.a.Netburners]}),new a.a({name:r.a.HacknetNodeNICUpload,repCost:1875,moneyCost:45e5,info:"Uploads the architecture and design details of a Hacknet Node's Network Interface Card (NIC) into the brain. This allows the user to engineer a custom NIC for the Hacknet Node that offers better performance.",hacknet_node_money:1.1,hacknet_node_purchase_cost:.9,factions:[f.a.Netburners]}),new a.a({name:r.a.HacknetNodeKernelDNI,repCost:7500,moneyCost:4e7,info:"Installs a Direct-Neural Interface jack into the arm that is capable of connecting to a Hacknet Node. This lets the user access and manipulate the Node's kernel using electrochemical signals.",hacknet_node_money:1.25,factions:[f.a.Netburners]}),new a.a({name:r.a.HacknetNodeCoreDNI,repCost:12500,moneyCost:6e7,info:"Installs a Direct-Neural Interface jack into the arm that is capable of connecting to a Hacknet Node. This lets the user access and manipulate the Node's processing logic using electrochemical signals.",hacknet_node_money:1.45,factions:[f.a.Netburners]}),new a.a({name:r.a.Neurotrainer1,repCost:1e3,moneyCost:4e6,info:"A decentralized cranial implant that improves the brain's ability to learn. It is installed by releasing millions of nanobots into the human brain, each of which attaches to a different neural pathway to enhance the brain's ability to retain and retrieve information.",hacking_exp:1.1,strength_exp:1.1,defense_exp:1.1,dexterity_exp:1.1,agility_exp:1.1,charisma_exp:1.1,factions:[f.a.CyberSec,f.a.Aevum]}),new a.a({name:r.a.Neurotrainer2,repCost:1e4,moneyCost:45e6,info:"A decentralized cranial implant that improves the brain's ability to learn. This is a more powerful version of the Neurotrainer I augmentation, but it does not require Neurotrainer I to be installed as a prerequisite.",hacking_exp:1.15,strength_exp:1.15,defense_exp:1.15,dexterity_exp:1.15,agility_exp:1.15,charisma_exp:1.15,factions:[f.a.BitRunners,f.a.NiteSec]}),new a.a({name:r.a.Neurotrainer3,repCost:25e3,moneyCost:13e7,info:"A decentralized cranial implant that improves the brain's ability to learn. This is a more powerful version of the Neurotrainer I and Neurotrainer II augmentation, but it does not require either of them to be installed as a prerequisite.",hacking_exp:1.2,strength_exp:1.2,defense_exp:1.2,dexterity_exp:1.2,agility_exp:1.2,charisma_exp:1.2,factions:[f.a.NWO,f.a.FourSigma]}),new a.a({name:r.a.Hypersight,repCost:15e4,moneyCost:275e7,info:"A bionic eye implant that grants sight capabilities far beyond those of a natural human. Embedded circuitry within the implant provides the ability to detect heat and movement through solid objects such as walls, thus providing 'x-ray vision'-like capabilities.",dexterity:1.4,hacking_speed:1.03,hacking_money:1.1,factions:[f.a.BladeIndustries,f.a.KuaiGongInternational]}),new a.a({name:r.a.LuminCloaking1,repCost:1500,moneyCost:5e6,info:"A skin implant that reinforces the skin with highly-advanced synthetic cells. These cells, when powered, have a negative refractive index. As a result, they bend light around the skin, making the user much harder to see with the naked eye.",agility:1.05,crime_money:1.1,factions:[f.a.SlumSnakes,f.a.Tetrads]}),new a.a({name:r.a.LuminCloaking2,repCost:5e3,moneyCost:3e7,info:"This is a more advanced version of the LuminCloaking-V1 augmentation. This skin implant reinforces the skin with highly-advanced synthetic cells. These cells, when powered, are capable of not only bending light but also of bending heat, making the user more resilient as well as stealthy.",prereqs:[r.a.LuminCloaking1],agility:1.1,defense:1.1,crime_money:1.25,factions:[f.a.SlumSnakes,f.a.Tetrads]}),new a.a({name:r.a.SmartSonar,repCost:22500,moneyCost:75e6,info:"A cochlear implant that helps the player detect and locate enemies using sound propagation.",dexterity:1.1,dexterity_exp:1.15,crime_money:1.25,factions:[f.a.SlumSnakes]}),new a.a({name:r.a.PowerRecirculator,repCost:25e3,moneyCost:18e7,info:"The body's nerves are attached with polypyrrole nanocircuits that are capable of capturing wasted energy, in the form of heat, and converting it back into usable power.",hacking:1.05,strength:1.05,defense:1.05,dexterity:1.05,agility:1.05,charisma:1.05,hacking_exp:1.1,strength_exp:1.1,defense_exp:1.1,dexterity_exp:1.1,agility_exp:1.1,charisma_exp:1.1,factions:[f.a.Tetrads,f.a.TheDarkArmy,f.a.TheSyndicate,f.a.NWO]}),new a.a({name:r.a.QLink,repCost:1875e3,moneyCost:25e12,info:`A brain implant that wirelessly connects you to the ${f.a.Illuminati}'s quantum supercomputer, allowing you to access and use its incredible computing power.`,hacking:1.75,hacking_speed:2,hacking_chance:2.5,hacking_money:4,factions:[f.a.Illuminati]}),new a.a({name:r.a.SPTN97,repCost:125e4,moneyCost:4875e6,info:"The SPTN-97 gene is injected into the genome. The SPTN-97 gene is an artificially-synthesized gene that was developed by DARPA to create super-soldiers through genetic modification. The gene was outlawed in 2056.",strength:1.75,defense:1.75,dexterity:1.75,agility:1.75,hacking:1.15,factions:[f.a.TheCovenant]}),new a.a({name:r.a.HiveMind,repCost:15e5,moneyCost:55e8,info:`A brain implant developed by ${f.a.ECorp}. They do not reveal what exactly the implant does, but they promise that it will greatly enhance your abilities.`,hacking_grow:3,stats:null,factions:[f.a.ECorp]}),new a.a({name:r.a.TheRedPill,repCost:25e5,moneyCost:0,info:"It's time to leave the cave.",stats:null,isSpecial:!0,factions:[f.a.Daedalus]}),new a.a({name:r.a.CordiARCReactor,repCost:1125e3,moneyCost:5e9,info:"The thoracic cavity is equipped with a small chamber designed to hold and sustain hydrogen plasma. The plasma is used to generate fusion power through nuclear fusion, providing limitless amounts of clean energy for the body.",strength:1.35,defense:1.35,dexterity:1.35,agility:1.35,strength_exp:1.35,defense_exp:1.35,dexterity_exp:1.35,agility_exp:1.35,factions:[f.a.MegaCorp]}),new a.a({name:r.a.SmartJaw,repCost:375e3,moneyCost:275e7,info:"A bionic jaw that contains advanced hardware and software capable of psychoanalyzing and profiling the personality of others using optical imaging software.",charisma:1.5,charisma_exp:1.5,company_rep:1.25,faction_rep:1.25,factions:[f.a.BachmanAssociates]}),new a.a({name:r.a.Neotra,repCost:562500,moneyCost:2875e6,info:"A highly-advanced techno-organic drug that is injected into the skeletal and integumentary system. The drug permanently modifies the DNA of the body's skin and bone cells, granting them the ability to repair and restructure themselves.",strength:1.55,defense:1.55,factions:[f.a.BladeIndustries]}),new a.a({name:r.a.Xanipher,repCost:875e3,moneyCost:425e7,info:"A concoction of advanced nanobots that is orally ingested into the body. These nanobots induce physiological changes and significantly improve the body's functioning in all aspects.",hacking:1.2,strength:1.2,defense:1.2,dexterity:1.2,agility:1.2,charisma:1.2,hacking_exp:1.15,strength_exp:1.15,defense_exp:1.15,dexterity_exp:1.15,agility_exp:1.15,charisma_exp:1.15,factions:[f.a.NWO]}),new a.a({name:r.a.HydroflameLeftArm,repCost:125e4,moneyCost:25e11,info:"The left arm of a legendary BitRunner who ascended beyond this world. It projects a light blue energy shield that protects the exposed inner parts. Even though it contains no weapons, the advanced tungsten titanium alloy increases the user's strength to unbelievable levels.",strength:2.8,factions:[f.a.NWO]}),new a.a({name:r.a.nextSENS,repCost:437500,moneyCost:1925e6,info:"The body is genetically re-engineered to maintain a state of negligible senescence, preventing the body from deteriorating with age.",hacking:1.2,strength:1.2,defense:1.2,dexterity:1.2,agility:1.2,charisma:1.2,factions:[f.a.ClarkeIncorporated]}),new a.a({name:r.a.OmniTekInfoLoad,repCost:625e3,moneyCost:2875e6,info:"OmniTek's data and information repository is uploaded into your brain, enhancing your programming and hacking abilities.",hacking:1.2,hacking_exp:1.25,factions:[f.a.OmniTekIncorporated]}),new a.a({name:r.a.PhotosyntheticCells,repCost:562500,moneyCost:275e7,info:"Chloroplasts are added to epidermal stem cells and are applied to the body using a skin graft. The result is photosynthetic skin cells, allowing users to generate their own energy and nutrition using solar power.",strength:1.4,defense:1.4,agility:1.4,factions:[f.a.KuaiGongInternational]}),new a.a({name:r.a.Neurolink,repCost:875e3,moneyCost:4375e6,info:`A brain implant that provides a high-bandwidth, direct neural link between your mind and the ${f.a.BitRunners}' data servers, which reportedly contain the largest database of hacking tools and information in the world.`,hacking:1.15,hacking_exp:1.2,hacking_chance:1.1,hacking_speed:1.05,programs:[o.a.FTPCrackProgram.name,o.a.RelaySMTPProgram.name],factions:[f.a.BitRunners]}),new a.a({name:r.a.TheBlackHand,repCost:1e5,moneyCost:55e7,info:"A highly advanced bionic hand. This prosthetic not only enhances strength and dexterity but it is also embedded with hardware and firmware that lets the user connect to, access, and hack devices and machines by just touching them.",strength:1.15,dexterity:1.15,hacking:1.1,hacking_speed:1.02,hacking_money:1.1,factions:[f.a.TheBlackHand]}),new a.a({name:r.a.CRTX42AA,repCost:45e3,moneyCost:225e6,info:"The CRTX42-AA gene is injected into the genome. The CRTX42-AA is an artificially-synthesized gene that targets the visual and prefrontal cortex and improves cognitive abilities.",hacking:1.08,hacking_exp:1.15,factions:[f.a.NiteSec]}),new a.a({name:r.a.Neuregen,repCost:37500,moneyCost:375e6,info:"A drug that genetically modifies the neurons in the brain resulting in neurons that never die, continuously regenerate, and strengthen themselves.",hacking_exp:1.4,factions:[f.a.Chongqing]}),new a.a({name:r.a.CashRoot,repCost:12500,moneyCost:125e6,info:c.a.createElement(c.a.Fragment,null,"A collection of digital assets saved on a small chip. The chip is implanted into your wrist. A small jack in the chip allows you to connect it to a computer and upload the assets."),startingMoney:1e6,programs:[o.a.BruteSSHProgram.name],factions:[f.a.Sector12]}),new a.a({name:r.a.NutriGen,repCost:6250,moneyCost:25e5,info:"A thermo-powered artificial nutrition generator. Endogenously synthesizes glucose, amino acids, and vitamins and redistributes them across the body. The device is powered by the body's naturally wasted energy in the form of heat.",strength_exp:1.2,defense_exp:1.2,dexterity_exp:1.2,agility_exp:1.2,factions:[f.a.NewTokyo]}),new a.a({name:r.a.PCMatrix,repCost:1e5,moneyCost:2e9,info:"A 'Probability Computation Matrix' is installed in the frontal cortex. This implant uses advanced mathematical algorithms to rapidly identify and compute statistical outcomes of nearly every situation.",charisma:1.0777,charisma_exp:1.0777,work_money:1.777,faction_rep:1.0777,company_rep:1.0777,crime_success:1.0777,crime_money:1.0777,programs:[o.a.DeepscanV1.name,o.a.AutoLink.name],factions:[f.a.Aevum]}),new a.a({name:r.a.INFRARet,repCost:7500,moneyCost:3e7,info:"A tiny chip that sits behind the retina. This implant lets the user visually detect infrared radiation.",crime_success:1.25,crime_money:1.1,dexterity:1.1,factions:[f.a.Ishima]}),new a.a({name:r.a.DermaForce,repCost:15e3,moneyCost:5e7,info:"Synthetic skin that is grafted onto the body. This skin consists of millions of nanobots capable of projecting high-density muon beams, creating an energy barrier around the user.",defense:1.4,factions:[f.a.Volhaven]}),new a.a({name:r.a.GrapheneBrachiBlades,repCost:225e3,moneyCost:25e8,info:"An upgrade to the BrachiBlades augmentation. It infuses the retractable blades with an advanced graphene material making them stronger and lighter.",prereqs:[r.a.BrachiBlades],strength:1.4,defense:1.4,crime_success:1.1,crime_money:1.3,factions:[f.a.SpeakersForTheDead]}),new a.a({name:r.a.GrapheneBionicArms,repCost:5e5,moneyCost:375e7,info:"An upgrade to the Bionic Arms augmentation. It infuses the prosthetic arms with an advanced graphene material to make them stronger and lighter.",prereqs:[r.a.BionicArms],strength:1.85,dexterity:1.85,factions:[f.a.TheDarkArmy]}),new a.a({name:r.a.BrachiBlades,repCost:12500,moneyCost:9e7,info:"A set of retractable plasteel blades that are implanted in the arm, underneath the skin.",strength:1.15,defense:1.15,crime_success:1.1,crime_money:1.15,factions:[f.a.TheSyndicate]}),new a.a({name:r.a.BionicArms,repCost:62500,moneyCost:275e6,info:"Cybernetic arms created from plasteel and carbon fibers that completely replace the user's organic arms.",strength:1.3,dexterity:1.3,factions:[f.a.Tetrads]}),new a.a({name:r.a.SNA,repCost:6250,moneyCost:3e7,info:"A cranial implant that affects the user's personality, making them better at negotiation in social situations.",work_money:1.1,company_rep:1.15,faction_rep:1.15,factions:[f.a.TianDiHui]}),new a.a({name:r.a.NeuroreceptorManager,repCost:75e3,moneyCost:55e7,info:"A brain implant carefully assembled around the synapses, which micromanages the activity and levels of various neuroreceptor chemicals and modulates electrical activity to optimize concentration, allowing the user to multitask much more effectively.",stats:c.a.createElement(c.a.Fragment,null,"This augmentation removes the penalty for not focusing on actions such as working in a job or working for a faction."),factions:[f.a.TianDiHui]}),new a.a({name:r.a.CongruityImplant,repCost:1/0,moneyCost:5e13,info:c.a.createElement(c.a.Fragment,null,"Developed by a pioneer in Grafting research, this implant generates pulses of stability which seem to have a nullifying effect versus the Entropy virus.",c.a.createElement("br",null),c.a.createElement("br",null),c.a.createElement("b",null,"Note:")," For unknown reasons, the lowercase ",c.a.createElement("code",null,"n")," appears to be an integral component to its functionality."),stats:c.a.createElement(c.a.Fragment,null,"This Augmentation removes the Entropy virus, and prevents it from affecting you again."),factions:[]}),new a.a({name:r.a.ZOE,isSpecial:!0,repCost:1/0,moneyCost:1e12,info:"Zoë's Omnicerebrum Ënhancer for sleeves inserts an omnicerebrum into your sleeve. An omnicerebrum is a near perfect simulation of the human brain, allowing it to take advantage of a larger variety of augments. But you should know about this BitRunner, since you have one of these yourself!",stats:c.a.createElement(c.a.Fragment,null,"Allows sleeves to benefit from Stanek's Gift but it is less powerful if several are installed."),factions:[]})],d=()=>[new a.a({name:r.a.EsperEyewear,repCost:1250,moneyCost:165e6,info:"Ballistic-grade protective and retractable eyewear that was designed specifically for Bladeburner units. This is implanted by installing a mechanical frame in the skull's orbit. This frame interfaces with the brain and allows the user to automatically extrude and extract the eyewear. The eyewear protects against debris, shrapnel, lasers, blinding flashes, and gas. It is also embedded with a data processing chip that can be programmed to display an AR HUD to assist the user in field missions.",bladeburner_success_chance:1.03,dexterity:1.05,isSpecial:!0,factions:[f.a.Bladeburners]}),new a.a({name:r.a.EMS4Recombination,repCost:2500,moneyCost:275e6,info:"A DNA recombination of the EMS-4 Gene. This genetic engineering technique was originally used on Bladeburners during the Synthoid uprising to induce wakefulness and concentration, suppress fear, reduce empathy, improve reflexes, and improve memory among other things.",bladeburner_success_chance:1.03,bladeburner_analysis:1.05,bladeburner_stamina_gain:1.02,isSpecial:!0,factions:[f.a.Bladeburners]}),new a.a({name:r.a.OrionShoulder,repCost:6250,moneyCost:55e7,info:"A bionic shoulder augmentation for the right shoulder. Using cybernetics, the ORION-MKIV shoulder enhances the strength and dexterity of the user's right arm. It also provides protection due to its crystallized graphene plating.",defense:1.05,strength:1.05,dexterity:1.05,bladeburner_success_chance:1.04,isSpecial:!0,factions:[f.a.Bladeburners]}),new a.a({name:r.a.HyperionV1,repCost:12500,moneyCost:275e7,info:"A pair of mini plasma cannons embedded into the hands. The Hyperion is capable of rapidly firing bolts of high-density plasma. The weapon is meant to be used against augmented enemies as the ionized nature of the plasma disrupts the electrical systems of Augmentations. However, it can also be effective against non-augmented enemies due to its high temperature and concussive force.",bladeburner_success_chance:1.06,isSpecial:!0,factions:[f.a.Bladeburners]}),new a.a({name:r.a.HyperionV2,repCost:25e3,moneyCost:55e8,info:"A pair of mini plasma cannons embedded into the hands. This augmentation is more advanced and powerful than the original V1 model. This V2 model is more power-efficient, more accurate, and can fire plasma bolts at a much higher velocity than the V1 model.",prereqs:[r.a.HyperionV1],bladeburner_success_chance:1.08,isSpecial:!0,factions:[f.a.Bladeburners]}),new a.a({name:r.a.GolemSerum,repCost:31250,moneyCost:11e9,info:"A serum that permanently enhances many aspects of human capabilities, including strength, speed, immune system enhancements, and mitochondrial efficiency. The serum was originally developed by the Chinese military in an attempt to create super soldiers.",strength:1.07,defense:1.07,dexterity:1.07,agility:1.07,bladeburner_stamina_gain:1.05,isSpecial:!0,factions:[f.a.Bladeburners]}),new a.a({name:r.a.VangelisVirus,repCost:18750,moneyCost:275e7,info:"A synthetic symbiotic virus that is injected into human brain tissue. The Vangelis virus heightens the senses and focus of its host, and also enhances its intuition.",dexterity_exp:1.1,bladeburner_analysis:1.1,bladeburner_success_chance:1.04,isSpecial:!0,factions:[f.a.Bladeburners]}),new a.a({name:r.a.VangelisVirus3,repCost:37500,moneyCost:11e9,info:"An improved version of Vangelis, a synthetic symbiotic virus that is injected into human brain tissue. On top of the benefits of the original virus, this also grants accelerated healing and enhanced reflexes.",prereqs:[r.a.VangelisVirus],defense_exp:1.1,dexterity_exp:1.1,bladeburner_analysis:1.15,bladeburner_success_chance:1.05,isSpecial:!0,factions:[f.a.Bladeburners]}),new a.a({name:r.a.INTERLINKED,repCost:25e3,moneyCost:55e8,info:"The DNA is genetically modified to enhance the human's body extracellular matrix (ECM). This improves the ECM's ability to structurally support the body and grants heightened strength and durability.",strength_exp:1.05,defense_exp:1.05,dexterity_exp:1.05,agility_exp:1.05,bladeburner_max_stamina:1.1,isSpecial:!0,factions:[f.a.Bladeburners]}),new a.a({name:r.a.BladeRunner,repCost:2e4,moneyCost:825e7,info:`A cybernetic foot augmentation that was specifically created for ${f.a.Bladeburners} during the Synthoid Uprising. The organic musculature of the human foot is enhanced with flexible carbon nanotube matrices that are controlled by intelligent servo-motors.`,agility:1.05,bladeburner_max_stamina:1.05,bladeburner_stamina_gain:1.05,isSpecial:!0,factions:[f.a.Bladeburners]}),new a.a({name:r.a.BladeArmor,repCost:12500,moneyCost:1375e6,info:`A powered exoskeleton suit designed as armor for ${f.a.Bladeburners} units. This exoskeleton is incredibly adaptable and can protect the wearer from blunt, piercing, concussive, thermal, chemical, and electric trauma. It also enhances the user's physical abilities.`,strength:1.04,defense:1.04,dexterity:1.04,agility:1.04,bladeburner_stamina_gain:1.02,bladeburner_success_chance:1.03,isSpecial:!0,factions:[f.a.Bladeburners]}),new a.a({name:r.a.BladeArmorPowerCells,repCost:18750,moneyCost:275e7,info:"Upgrades the BLADE-51b Tesla Armor with Ion Power Cells, which are capable of more efficiently storing and using power.",prereqs:[r.a.BladeArmor],bladeburner_success_chance:1.05,bladeburner_stamina_gain:1.02,bladeburner_max_stamina:1.05,isSpecial:!0,factions:[f.a.Bladeburners]}),new a.a({name:r.a.BladeArmorEnergyShielding,repCost:21250,moneyCost:55e8,info:"Upgrades the BLADE-51b Tesla Armor with a plasma energy propulsion system that is capable of projecting an energy shielding force field.",prereqs:[r.a.BladeArmor],defense:1.05,bladeburner_success_chance:1.06,isSpecial:!0,factions:[f.a.Bladeburners]}),new a.a({name:r.a.BladeArmorUnibeam,repCost:31250,moneyCost:165e8,info:"Upgrades the BLADE-51b Tesla Armor with a concentrated deuterium-fluoride laser weapon. It's precision and accuracy makes it useful for quickly neutralizing threats while keeping casualties to a minimum.",prereqs:[r.a.BladeArmor],bladeburner_success_chance:1.08,isSpecial:!0,factions:[f.a.Bladeburners]}),new a.a({name:r.a.BladeArmorOmnibeam,repCost:62500,moneyCost:275e8,info:"Upgrades the BLADE-51b Tesla Armor Unibeam augmentation to use a multiple-fiber system. This upgraded weapon uses multiple fiber laser modules that combine together to form a single, more powerful beam of up to 2000MW.",prereqs:[r.a.BladeArmorUnibeam],bladeburner_success_chance:1.1,isSpecial:!0,factions:[f.a.Bladeburners]}),new a.a({name:r.a.BladeArmorIPU,repCost:15e3,moneyCost:11e8,info:"Upgrades the BLADE-51b Tesla Armor with an AI Information Processing Unit that was specially designed to analyze Synthoid related data and information.",prereqs:[r.a.BladeArmor],bladeburner_analysis:1.15,bladeburner_success_chance:1.02,isSpecial:!0,factions:[f.a.Bladeburners]}),new a.a({name:r.a.BladesSimulacrum,repCost:1250,moneyCost:15e10,info:"A highly-advanced matter phase-shifter module that is embedded in the brainstem and cerebellum. This augmentation allows the user to project and control a holographic simulacrum within an extremely large radius. These specially-modified holograms were specifically weaponized by Bladeburner units to be used against Synthoids.",stats:c.a.createElement(c.a.Fragment,null,"This augmentation allows you to perform Bladeburner actions and other actions (such as working, committing crimes, etc.) at the same time."),isSpecial:!0,factions:[f.a.Bladeburners]})],p=()=>[new a.a({name:r.a.StaneksGift1,repCost:0,moneyCost:0,info:'Allison "Mother" Stanek imparts you with her gift. An experimental Augmentation implanted at the base of the neck. It allows you to overclock your entire system by carefully changing the configuration.',isSpecial:!0,hacking_chance:.9,hacking_speed:.9,hacking_money:.9,hacking_grow:.9,hacking:.9,strength:.9,defense:.9,dexterity:.9,agility:.9,charisma:.9,hacking_exp:.9,strength_exp:.9,defense_exp:.9,dexterity_exp:.9,agility_exp:.9,charisma_exp:.9,company_rep:.9,faction_rep:.9,crime_money:.9,crime_success:.9,hacknet_node_money:.9,hacknet_node_purchase_cost:1.1,hacknet_node_ram_cost:1.1,hacknet_node_core_cost:1.1,hacknet_node_level_cost:1.1,work_money:.9,stats:c.a.createElement(c.a.Fragment,null,"Its unstable nature decreases all your stats by 10%"),factions:[f.a.ChurchOfTheMachineGod]}),new a.a({name:r.a.StaneksGift2,repCost:1e6,moneyCost:0,info:"The next evolution is near, a coming together of man and machine. A synthesis greater than the birth of the human organism. Time spent with the gift has allowed for acclimatization of the invasive augment and the toll it takes upon your frame granting a 5% reduced penalty to all stats.",prereqs:[r.a.StaneksGift1],isSpecial:!0,hacking_chance:.95/.9,hacking_speed:.95/.9,hacking_money:.95/.9,hacking_grow:.95/.9,hacking:.95/.9,strength:.95/.9,defense:.95/.9,dexterity:.95/.9,agility:.95/.9,charisma:.95/.9,hacking_exp:.95/.9,strength_exp:.95/.9,defense_exp:.95/.9,dexterity_exp:.95/.9,agility_exp:.95/.9,charisma_exp:.95/.9,company_rep:.95/.9,faction_rep:.95/.9,crime_money:.95/.9,crime_success:.95/.9,hacknet_node_money:.95/.9,hacknet_node_purchase_cost:1.05/1.1,hacknet_node_ram_cost:1.05/1.1,hacknet_node_core_cost:1.05/1.1,hacknet_node_level_cost:1.05/1.1,work_money:.95/.9,stats:c.a.createElement(c.a.Fragment,null,"The penalty for the gift is reduced to 5%"),factions:[f.a.ChurchOfTheMachineGod]}),new a.a({name:r.a.StaneksGift3,repCost:1e8,moneyCost:0,info:"The synthesis of human and machine is nothing to fear. It is our destiny. You will become greater than the sum of our parts. As One. Embrace your gift fully and wholly free of it's accursed toll. Serenity brings tranquility in the form of no longer suffering a stat penalty. ",prereqs:[r.a.StaneksGift2,r.a.StaneksGift1],isSpecial:!0,hacking_chance:1/.95,hacking_speed:1/.95,hacking_money:1/.95,hacking_grow:1/.95,hacking:1/.95,strength:1/.95,defense:1/.95,dexterity:1/.95,agility:1/.95,charisma:1/.95,hacking_exp:1/.95,strength_exp:1/.95,defense_exp:1/.95,dexterity_exp:1/.95,agility_exp:1/.95,charisma_exp:1/.95,company_rep:1/.95,faction_rep:1/.95,crime_money:1/.95,crime_success:1/.95,hacknet_node_money:1/.95,hacknet_node_purchase_cost:1/1.05,hacknet_node_ram_cost:1/1.05,hacknet_node_core_cost:1/1.05,hacknet_node_level_cost:1/1.05,work_money:1/.95,stats:c.a.createElement(c.a.Fragment,null,"Stanek's Gift has no penalty."),factions:[f.a.ChurchOfTheMachineGod]}),new a.a({name:r.a.BigDsBigBrain,isSpecial:!0,factions:[],repCost:1/0,moneyCost:1/0,info:"A chip containing the psyche of the greatest BitRunner to ever exists. Installing this relic significantly increases ALL of your stats. However it may have unintended consequence on the users mental well-being.",stats:c.a.createElement(c.a.Fragment,null,"Grants access to unimaginable power."),hacking:2,strength:2,defense:2,dexterity:2,agility:2,charisma:2,hacking_exp:2,strength_exp:2,defense_exp:2,dexterity_exp:2,agility_exp:2,charisma_exp:2,hacking_chance:2,hacking_speed:2,hacking_money:2,hacking_grow:2,company_rep:2,faction_rep:2,crime_money:2,crime_success:2,work_money:2,hacknet_node_money:2,hacknet_node_purchase_cost:.5,hacknet_node_ram_cost:.5,hacknet_node_core_cost:.5,hacknet_node_level_cost:.5,bladeburner_max_stamina:2,bladeburner_stamina_gain:2,bladeburner_analysis:2,bladeburner_success_chance:2,startingMoney:1e12,programs:[o.a.BruteSSHProgram.name,o.a.FTPCrackProgram.name,o.a.RelaySMTPProgram.name,o.a.HTTPWormProgram.name,o.a.SQLInjectProgram.name,o.a.DeepscanV1.name,o.a.DeepscanV2.name,o.a.ServerProfiler.name,o.a.AutoLink.name,o.a.Formulas.name]})];function g(){const t=u.a.Donations/1e6/100;return new a.a({name:r.a.NeuroFluxGovernor,repCost:500,moneyCost:75e4,info:"Undetectable adamantium nanobots injected in the users bloodstream. The NeuroFlux Governor monitors and regulates all aspects of the human body, essentially 'governing' the body. By doing so, it improves the users performance for most actions.",stats:c.a.createElement(c.a.Fragment,null,"This special augmentation can be leveled up infinitely. Each level of this augmentation increases MOST multipliers by 1% (+",(100*t).toFixed(6),"%), stacking multiplicatively."),isSpecial:!0,hacking_chance:1.01+t,hacking_speed:1.01+t,hacking_money:1.01+t,hacking_grow:1.01+t,hacking:1.01+t,strength:1.01+t,defense:1.01+t,dexterity:1.01+t,agility:1.01+t,charisma:1.01+t,hacking_exp:1.01+t,strength_exp:1.01+t,defense_exp:1.01+t,dexterity_exp:1.01+t,agility_exp:1.01+t,charisma_exp:1.01+t,company_rep:1.01+t,faction_rep:1.01+t,crime_money:1.01+t,crime_success:1.01+t,hacknet_node_money:1.01+t,hacknet_node_purchase_cost:1/(1.01+t),hacknet_node_ram_cost:1/(1.01+t),hacknet_node_core_cost:1/(1.01+t),hacknet_node_level_cost:1/(1.01+t),work_money:1.01+t,factions:Object.values(f.a).filter(t=>![f.a.ShadowsOfAnarchy,f.a.Bladeburners,f.a.ChurchOfTheMachineGod].includes(t))})}function b(){const t=function(){const t=[{bonuses:{hacking_chance:1.25,hacking_speed:1.1,hacking_money:1.25,hacking_grow:1.1},description:"Increases the player's hacking chance by 25%.
Increases the player's hacking speed by 10%.
Increases the amount of money the player's gains from hacking by 25%.
Improves grow() by 10%."},{bonuses:{hacking:1.15,hacking_exp:2},description:"Increases the player's hacking skill by 15%.
Increases the player's hacking experience gain rate by 100%."},{bonuses:{strength:1.25,strength_exp:2,defense:1.25,defense_exp:2,dexterity:1.25,dexterity_exp:2,agility:1.25,agility_exp:2},description:"Increases all of the player's combat stats by 25%.
Increases all of the player's combat stat experience gain rate by 100%."},{bonuses:{charisma:1.5,charisma_exp:2},description:"This augmentation increases the player's charisma by 50%.
Increases the player's charisma experience gain rate by 100%."},{bonuses:{hacknet_node_money:1.2,hacknet_node_purchase_cost:.85,hacknet_node_ram_cost:.85,hacknet_node_core_cost:.85,hacknet_node_level_cost:.85},description:"Increases the amount of money produced by Hacknet Nodes by 20%.
Decreases all costs related to Hacknet Node by 15%."},{bonuses:{company_rep:1.25,faction_rep:1.15,work_money:1.7},description:"Increases the amount of money the player gains from working by 70%.
Increases the amount of reputation the player gains when working for a company by 25%.
Increases the amount of reputation the player gains for a faction by 15%."},{bonuses:{crime_success:2,crime_money:2},description:"Increases the player's crime success rate by 100%.
Increases the amount of money the player gains from crimes by 100%."}],e=new s.c(Math.floor(i.a.lastUpdate/36e5));for(let t=0;t<5;t++)e.step();return t[Math.floor(t.length*e.random())]}(),e={name:r.a.UnstableCircadianModulator,moneyCost:5e9,repCost:362500,info:"An experimental nanobot injection. Its unstable nature leads to unpredictable results based on your circadian rhythm.",factions:[f.a.SpeakersForTheDead]};return Object.keys(t.bonuses).forEach(n=>e[n]=t.bonuses[n]),new a.a(e)}},,,,,,,,,,,,function(t,e,n){"use strict";n.d(e,"b",(function(){return s})),n.d(e,"a",(function(){return l}));var a=n(1),r=n(16),i=n(103);const o=6e4/n(15).a._idleSpeed,s=t=>null!==t&&t.type===i.b.INFILTRATE;class l extends i.a{constructor(){var t,e,n;super(i.b.INFILTRATE),n=0,(e="cyclesWorked")in(t=this)?Object.defineProperty(t,e,{value:n,enumerable:!0,configurable:!0,writable:!0}):t[e]=n}cyclesNeeded(){return o}process(t,e){if(!a.a.bladeburner)throw new Error("sleeve doing blade work without being a member");return this.cyclesWorked+=e,this.cyclesWorked>this.cyclesNeeded()&&(this.cyclesWorked-=this.cyclesNeeded(),a.a.bladeburner.infiltrateSynthoidCommunities()),0}APICopy(){return{type:this.type}}toJSON(){return Object(r.b)("SleeveInfiltrateWork",this)}static fromJSON(t){return Object(r.a)(l,t.data)}}r.c.constructors.SleeveInfiltrateWork=l},,,,function(t,e,n){"use strict";n.d(e,"a",(function(){return s}));var a=n(5),r=n(11),i=n(66),o=n(88);const s=[{hackDifficulty:99,hostname:r.a.AevumECorp.toLowerCase(),moneyAvailable:{max:7e10,min:3e10},networkLayer:15,numOpenPortsRequired:5,organizationName:r.a.AevumECorp,requiredHackingSkill:{max:1400,min:1050},serverGrowth:99,specialName:r.a.AevumECorp},{hackDifficulty:99,hostname:r.a.Sector12MegaCorp.toLowerCase(),moneyAvailable:{max:6e10,min:4e10},networkLayer:15,numOpenPortsRequired:5,organizationName:r.a.Sector12MegaCorp,requiredHackingSkill:{max:1350,min:1100},serverGrowth:99,specialName:r.a.Sector12MegaCorp},{hackDifficulty:{max:88,min:72},hostname:"b-and-a",moneyAvailable:{max:3e10,min:15e9},networkLayer:14,numOpenPortsRequired:5,organizationName:r.a.AevumBachmanAndAssociates,requiredHackingSkill:{max:1150,min:900},serverGrowth:{max:80,min:60},specialName:r.a.AevumBachmanAndAssociates},{hackDifficulty:{max:97,min:88},hostname:"blade",literature:[i.a.BeyondMan],maxRamExponent:{max:9,min:5},moneyAvailable:{max:4e10,min:1e10},networkLayer:14,numOpenPortsRequired:5,organizationName:r.a.Sector12BladeIndustries,requiredHackingSkill:{max:1200,min:900},serverGrowth:{max:85,min:55},specialName:r.a.Sector12BladeIndustries},{hackDifficulty:99,hostname:r.a.VolhavenNWO.toLowerCase(),literature:[i.a.TheHiddenWorld],moneyAvailable:{max:4e10,min:2e10},networkLayer:14,numOpenPortsRequired:5,organizationName:r.a.VolhavenNWO,requiredHackingSkill:{max:1300,min:950},serverGrowth:{max:95,min:65},specialName:r.a.VolhavenNWO},{hackDifficulty:{max:65,min:45},hostname:"clarkinc",literature:[i.a.BeyondMan,i.a.CostOfImmortality],moneyAvailable:{max:25e9,min:15e9},networkLayer:14,numOpenPortsRequired:5,organizationName:r.a.AevumClarkeIncorporated,requiredHackingSkill:{max:1250,min:950},serverGrowth:{max:75,min:45},specialName:r.a.AevumClarkeIncorporated},{hackDifficulty:{max:99,min:90},hostname:"omnitek",literature:[i.a.CodedIntelligence,i.a.HistoryOfSynthoids],maxRamExponent:{max:9,min:7},moneyAvailable:{max:22e9,min:13e9},networkLayer:13,numOpenPortsRequired:5,organizationName:r.a.VolhavenOmniTekIncorporated,requiredHackingSkill:{max:1100,min:900},serverGrowth:{max:99,min:95},specialName:r.a.VolhavenOmniTekIncorporated},{hackDifficulty:{max:75,min:55},hostname:"4sigma",moneyAvailable:{max:25e9,min:15e9},networkLayer:13,numOpenPortsRequired:5,organizationName:r.a.Sector12FourSigma,requiredHackingSkill:{max:1250,min:900},serverGrowth:{max:99,min:75},specialName:r.a.Sector12FourSigma},{hackDifficulty:{max:99,min:95},hostname:"kuai-gong",moneyAvailable:{max:3e10,min:2e10},networkLayer:13,numOpenPortsRequired:5,organizationName:r.a.ChongqingKuaiGongInternational,requiredHackingSkill:{max:1300,min:950},serverGrowth:{max:99,min:90},specialName:r.a.ChongqingKuaiGongInternational},{hackDifficulty:{max:97,min:83},hostname:"fulcrumtech",literature:[i.a.SimulatedReality],maxRamExponent:{max:11,min:7},moneyAvailable:{max:18e8,min:14e8},networkLayer:12,numOpenPortsRequired:5,organizationName:r.a.AevumFulcrumTechnologies,requiredHackingSkill:{max:1250,min:950},serverGrowth:{max:99,min:80},specialName:r.a.AevumFulcrumTechnologies},{hackDifficulty:99,hostname:"fulcrumassets",moneyAvailable:1e6,networkLayer:15,numOpenPortsRequired:5,organizationName:r.a.AevumFulcrumTechnologies,requiredHackingSkill:{max:1600,min:1100},serverGrowth:1,specialName:o.a.FulcrumSecretTechnologies},{hackDifficulty:{max:92,min:78},hostname:"stormtech",moneyAvailable:{max:12e8,min:1e9},networkLayer:12,numOpenPortsRequired:5,organizationName:r.a.IshimaStormTechnologies,requiredHackingSkill:{max:1075,min:875},serverGrowth:{max:92,min:68},specialName:r.a.IshimaStormTechnologies},{hackDifficulty:{max:96,min:84},hostname:"defcomm",moneyAvailable:{max:95e7,min:8e8},networkLayer:9,numOpenPortsRequired:5,organizationName:r.a.NewTokyoDefComm,requiredHackingSkill:{max:1050,min:850},serverGrowth:{max:73,min:47},specialName:r.a.NewTokyoDefComm},{hackDifficulty:{max:90,min:70},hostname:"infocomm",moneyAvailable:{max:9e8,min:6e8},networkLayer:10,numOpenPortsRequired:5,organizationName:"InfoComm",requiredHackingSkill:{max:950,min:875},serverGrowth:{max:75,min:35}},{hackDifficulty:{max:95,min:85},hostname:"helios",literature:[i.a.BeyondMan],maxRamExponent:{max:8,min:5},moneyAvailable:{max:75e7,min:55e7},networkLayer:12,numOpenPortsRequired:5,organizationName:r.a.VolhavenHeliosLabs,requiredHackingSkill:{max:900,min:800},serverGrowth:{max:80,min:70},specialName:r.a.VolhavenHeliosLabs},{hackDifficulty:{max:90,min:80},hostname:r.a.NewTokyoVitaLife.toLowerCase(),literature:[i.a.AGreenTomorrow],maxRamExponent:{max:7,min:4},moneyAvailable:{max:8e8,min:7e8},networkLayer:12,numOpenPortsRequired:5,organizationName:r.a.NewTokyoVitaLife,requiredHackingSkill:{max:900,min:775},serverGrowth:{max:80,min:60},specialName:r.a.NewTokyoVitaLife},{hackDifficulty:{max:95,min:85},hostname:"icarus",moneyAvailable:{max:1e9,min:9e8},networkLayer:9,numOpenPortsRequired:5,organizationName:r.a.Sector12IcarusMicrosystems,requiredHackingSkill:{max:925,min:850},serverGrowth:{max:95,min:85},specialName:r.a.Sector12IcarusMicrosystems},{hackDifficulty:{max:90,min:80},hostname:"univ-energy",maxRamExponent:{max:7,min:4},moneyAvailable:{max:12e8,min:11e8},networkLayer:9,numOpenPortsRequired:4,organizationName:r.a.Sector12UniversalEnergy,requiredHackingSkill:{max:900,min:800},serverGrowth:{max:90,min:80},specialName:r.a.Sector12UniversalEnergy},{hackDifficulty:{max:80,min:70},hostname:"titan-labs",literature:[i.a.CodedIntelligence],maxRamExponent:{max:7,min:4},moneyAvailable:{max:9e8,min:75e7},networkLayer:11,numOpenPortsRequired:5,organizationName:"Titan Laboratories",requiredHackingSkill:{max:875,min:800},serverGrowth:{max:80,min:60}},{hackDifficulty:{max:75,min:65},hostname:"microdyne",literature:[i.a.SyntheticMuscles],maxRamExponent:{max:6,min:4},moneyAvailable:{max:7e8,min:5e8},networkLayer:11,numOpenPortsRequired:5,organizationName:"Microdyne Technologies",requiredHackingSkill:{max:875,min:800},serverGrowth:{max:90,min:70}},{hackDifficulty:{max:80,min:70},hostname:"taiyang-digital",literature:[i.a.AGreenTomorrow,i.a.BrighterThanTheSun],moneyAvailable:{max:9e8,min:8e8},networkLayer:10,numOpenPortsRequired:5,organizationName:"Taiyang Digital",requiredHackingSkill:{max:950,min:850},serverGrowth:{max:80,min:70}},{hackDifficulty:{max:65,min:55},hostname:"galactic-cyber",moneyAvailable:{max:85e7,min:75e7},networkLayer:7,numOpenPortsRequired:5,organizationName:r.a.AevumGalacticCybersystems,requiredHackingSkill:{max:875,min:825},serverGrowth:{max:90,min:70},specialName:r.a.AevumGalacticCybersystems},{hackDifficulty:{max:90,min:80},hostname:r.a.AevumAeroCorp.toLowerCase(),literature:[i.a.ManAndMachine],moneyAvailable:{max:12e8,min:1e9},networkLayer:7,numOpenPortsRequired:5,organizationName:r.a.AevumAeroCorp,requiredHackingSkill:{max:925,min:850},serverGrowth:{max:65,min:55},specialName:r.a.AevumAeroCorp},{hackDifficulty:{max:95,min:85},hostname:"omnia",literature:[i.a.HistoryOfSynthoids],maxRamExponent:{max:6,min:4},moneyAvailable:{max:1e9,min:9e8},networkLayer:8,numOpenPortsRequired:5,organizationName:r.a.VolhavenOmniaCybersystems,requiredHackingSkill:{max:950,min:850},serverGrowth:{max:70,min:60},specialName:r.a.VolhavenOmniaCybersystems},{hackDifficulty:{max:65,min:55},hostname:"zb-def",literature:[i.a.SyntheticMuscles],moneyAvailable:{max:11e8,min:9e8},networkLayer:10,numOpenPortsRequired:4,organizationName:"ZB Defense Industries",requiredHackingSkill:{max:825,min:775},serverGrowth:{max:75,min:65}},{hackDifficulty:{max:80,min:60},hostname:"applied-energetics",moneyAvailable:{max:1e9,min:7e8},networkLayer:11,numOpenPortsRequired:4,organizationName:"Applied Energetics",requiredHackingSkill:{max:850,min:775},serverGrowth:{max:75,min:70}},{hackDifficulty:{max:80,min:70},hostname:"solaris",literature:[i.a.AGreenTomorrow,i.a.TheFailedFrontier],maxRamExponent:{max:7,min:4},moneyAvailable:{max:9e8,min:7e8},networkLayer:9,numOpenPortsRequired:5,organizationName:r.a.ChongqingSolarisSpaceSystems,requiredHackingSkill:{max:850,min:750},serverGrowth:{max:80,min:70},specialName:r.a.ChongqingSolarisSpaceSystems},{hackDifficulty:{max:85,min:75},hostname:r.a.Sector12DeltaOne.toLowerCase(),moneyAvailable:{max:17e8,min:13e8},networkLayer:8,numOpenPortsRequired:5,organizationName:r.a.Sector12DeltaOne,requiredHackingSkill:{max:900,min:800},serverGrowth:{max:70,min:50},specialName:r.a.Sector12DeltaOne},{hackDifficulty:{max:85,min:75},hostname:"global-pharm",literature:[i.a.AGreenTomorrow],maxRamExponent:{max:6,min:3},moneyAvailable:{max:175e7,min:15e8},networkLayer:7,numOpenPortsRequired:4,organizationName:r.a.NewTokyoGlobalPharmaceuticals,requiredHackingSkill:{max:850,min:750},serverGrowth:{max:90,min:80},specialName:r.a.NewTokyoGlobalPharmaceuticals},{hackDifficulty:{max:80,min:60},hostname:"nova-med",moneyAvailable:{max:125e7,min:11e8},networkLayer:10,numOpenPortsRequired:4,organizationName:r.a.IshimaNovaMedical,requiredHackingSkill:{max:850,min:775},serverGrowth:{max:85,min:65},specialName:r.a.IshimaNovaMedical},{hackDifficulty:{max:90,min:70},hostname:"zeus-med",moneyAvailable:{max:15e8,min:13e8},networkLayer:9,numOpenPortsRequired:5,organizationName:"Zeus Medical",requiredHackingSkill:{max:850,min:800},serverGrowth:{max:80,min:70}},{hackDifficulty:{max:80,min:70},hostname:"unitalife",maxRamExponent:{max:6,min:4},moneyAvailable:{max:11e8,min:1e9},networkLayer:8,numOpenPortsRequired:4,organizationName:"UnitaLife Group",requiredHackingSkill:{max:825,min:775},serverGrowth:{max:80,min:70}},{hackDifficulty:{max:80,min:60},hostname:"lexo-corp",maxRamExponent:{max:7,min:4},moneyAvailable:{max:8e8,min:7e8},networkLayer:6,numOpenPortsRequired:4,organizationName:r.a.VolhavenLexoCorp,requiredHackingSkill:{max:750,min:650},serverGrowth:{max:65,min:55},specialName:r.a.VolhavenLexoCorp},{hackDifficulty:{max:60,min:40},hostname:"rho-construction",maxRamExponent:{max:6,min:4},moneyAvailable:{max:7e8,min:5e8},networkLayer:6,numOpenPortsRequired:3,organizationName:r.a.AevumRhoConstruction,requiredHackingSkill:{max:525,min:475},serverGrowth:{max:60,min:40},specialName:r.a.AevumRhoConstruction},{hackDifficulty:{max:70,min:50},hostname:"alpha-ent",literature:[i.a.Sector12Crime],maxRamExponent:{max:7,min:4},moneyAvailable:{max:75e7,min:6e8},networkLayer:6,numOpenPortsRequired:4,organizationName:r.a.Sector12AlphaEnterprises,requiredHackingSkill:{max:600,min:500},serverGrowth:{max:60,min:50},specialName:r.a.Sector12AlphaEnterprises},{hackDifficulty:{max:80,min:70},hostname:"aevum-police",maxRamExponent:{max:6,min:4},moneyAvailable:{max:4e8,min:2e8},networkLayer:6,numOpenPortsRequired:4,organizationName:r.a.AevumPolice,requiredHackingSkill:{max:450,min:400},serverGrowth:{max:50,min:30},specialName:r.a.AevumPolice},{hackDifficulty:{max:55,min:45},hostname:"rothman-uni",literature:[i.a.SecretSocieties,i.a.TheFailedFrontier,i.a.TensionsInTechRace],maxRamExponent:{max:7,min:4},moneyAvailable:{max:25e7,min:175e6},networkLayer:5,numOpenPortsRequired:3,organizationName:r.a.Sector12RothmanUniversity,requiredHackingSkill:{max:430,min:370},serverGrowth:{max:45,min:35},specialName:r.a.Sector12RothmanUniversity},{hackDifficulty:{max:85,min:65},hostname:"zb-institute",maxRamExponent:{max:7,min:4},moneyAvailable:{max:11e8,min:8e8},networkLayer:5,numOpenPortsRequired:5,organizationName:r.a.VolhavenZBInstituteOfTechnology,requiredHackingSkill:{max:775,min:725},serverGrowth:{max:85,min:75},specialName:r.a.VolhavenZBInstituteOfTechnology},{hackDifficulty:{max:65,min:45},hostname:"summit-uni",literature:[i.a.SecretSocieties,i.a.TheFailedFrontier,i.a.SyntheticMuscles],maxRamExponent:{max:6,min:4},moneyAvailable:{max:35e7,min:2e8},networkLayer:5,numOpenPortsRequired:3,organizationName:r.a.AevumSummitUniversity,requiredHackingSkill:{max:475,min:425},serverGrowth:{max:60,min:40},specialName:r.a.AevumSummitUniversity},{hackDifficulty:{max:80,min:60},hostname:"syscore",moneyAvailable:{max:6e8,min:4e8},networkLayer:5,numOpenPortsRequired:4,organizationName:r.a.VolhavenSysCoreSecurities,requiredHackingSkill:{max:650,min:550},serverGrowth:{max:70,min:60},specialName:r.a.VolhavenSysCoreSecurities},{hackDifficulty:{max:70,min:60},hostname:"catalyst",literature:[i.a.TensionsInTechRace],maxRamExponent:{max:7,min:4},moneyAvailable:{max:55e7,min:3e8},networkLayer:5,numOpenPortsRequired:3,organizationName:"Catalyst Ventures",requiredHackingSkill:{max:450,min:400},serverGrowth:{max:55,min:25}},{hackDifficulty:{max:45,min:35},hostname:"the-hub",maxRamExponent:{max:6,min:3},moneyAvailable:{max:2e8,min:15e7},networkLayer:4,numOpenPortsRequired:2,organizationName:"The Hub",requiredHackingSkill:{max:325,min:275},serverGrowth:{max:55,min:45}},{hackDifficulty:{max:65,min:55},hostname:r.a.VolhavenCompuTek.toLowerCase(),literature:[i.a.ManAndMachine],moneyAvailable:{max:25e7,min:22e7},networkLayer:4,numOpenPortsRequired:3,organizationName:r.a.VolhavenCompuTek,requiredHackingSkill:{max:400,min:300},serverGrowth:{max:65,min:45},specialName:r.a.VolhavenCompuTek},{hackDifficulty:{max:80,min:60},hostname:"netlink",literature:[i.a.SimulatedReality],maxRamExponent:{max:7,min:4},moneyAvailable:275e6,networkLayer:4,numOpenPortsRequired:3,organizationName:r.a.AevumNetLinkTechnologies,requiredHackingSkill:{max:425,min:375},serverGrowth:{max:75,min:45},specialName:r.a.AevumNetLinkTechnologies},{hackDifficulty:{max:65,min:35},hostname:"johnson-ortho",moneyAvailable:{max:85e6,min:7e7},networkLayer:4,numOpenPortsRequired:2,organizationName:"Johnson Orthopedics",requiredHackingSkill:{max:300,min:250},serverGrowth:{max:65,min:35}},{hackDifficulty:1,hostname:"n00dles",literature:[],maxRamExponent:2,moneyAvailable:7e4,networkLayer:1,numOpenPortsRequired:0,organizationName:r.a.NewTokyoNoodleBar,requiredHackingSkill:1,serverGrowth:3e3,specialName:r.a.NewTokyoNoodleBar},{hackDifficulty:10,hostname:r.a.Sector12FoodNStuff.toLowerCase(),literature:[i.a.Sector12Crime],maxRamExponent:4,moneyAvailable:2e6,networkLayer:1,numOpenPortsRequired:0,organizationName:r.a.Sector12FoodNStuff,requiredHackingSkill:1,serverGrowth:5,specialName:r.a.Sector12FoodNStuff},{hackDifficulty:10,hostname:"sigma-cosmetics",maxRamExponent:4,moneyAvailable:23e5,networkLayer:1,numOpenPortsRequired:0,organizationName:"Sigma Cosmetics",requiredHackingSkill:5,serverGrowth:10},{hackDifficulty:15,hostname:"joesguns",maxRamExponent:4,moneyAvailable:25e5,networkLayer:1,numOpenPortsRequired:0,organizationName:r.a.Sector12JoesGuns,requiredHackingSkill:10,serverGrowth:20,specialName:r.a.Sector12JoesGuns},{hackDifficulty:25,hostname:"zer0",maxRamExponent:5,moneyAvailable:75e5,networkLayer:2,numOpenPortsRequired:1,organizationName:"ZER0 Nightclub",requiredHackingSkill:75,serverGrowth:40},{hackDifficulty:20,hostname:"nectar-net",maxRamExponent:4,moneyAvailable:275e4,networkLayer:2,numOpenPortsRequired:0,organizationName:"Nectar Nightclub Network",requiredHackingSkill:20,serverGrowth:25},{hackDifficulty:25,hostname:"neo-net",literature:[i.a.TheHiddenWorld],maxRamExponent:5,moneyAvailable:5e6,networkLayer:3,numOpenPortsRequired:1,organizationName:"Neo Nightclub Network",requiredHackingSkill:50,serverGrowth:25},{hackDifficulty:30,hostname:"silver-helix",literature:[i.a.NewTriads],maxRamExponent:6,moneyAvailable:45e6,networkLayer:3,numOpenPortsRequired:2,organizationName:"Silver Helix",requiredHackingSkill:150,serverGrowth:30},{hackDifficulty:15,hostname:"hong-fang-tea",literature:[i.a.BrighterThanTheSun],maxRamExponent:4,moneyAvailable:3e6,networkLayer:1,numOpenPortsRequired:0,organizationName:"HongFang Teahouse",requiredHackingSkill:30,serverGrowth:20},{hackDifficulty:15,hostname:"harakiri-sushi",maxRamExponent:4,moneyAvailable:4e6,networkLayer:1,numOpenPortsRequired:0,organizationName:"HaraKiri Sushi Bar Network",requiredHackingSkill:40,serverGrowth:40},{hackDifficulty:20,hostname:"phantasy",maxRamExponent:5,moneyAvailable:24e6,networkLayer:3,numOpenPortsRequired:2,organizationName:"Phantasy Club",requiredHackingSkill:100,serverGrowth:35},{hackDifficulty:15,hostname:"max-hardware",maxRamExponent:5,moneyAvailable:1e7,networkLayer:2,numOpenPortsRequired:1,organizationName:"Max Hardware Store",requiredHackingSkill:80,serverGrowth:30},{hackDifficulty:{max:35,min:25},hostname:"omega-net",literature:[i.a.TheNewGod],maxRamExponent:5,moneyAvailable:{max:7e7,min:6e7},networkLayer:3,numOpenPortsRequired:2,organizationName:r.a.IshimaOmegaSoftware,requiredHackingSkill:{max:220,min:180},serverGrowth:{max:40,min:30},specialName:r.a.IshimaOmegaSoftware},{hackDifficulty:{max:45,min:35},hostname:"crush-fitness",moneyAvailable:{max:6e7,min:4e7},networkLayer:4,numOpenPortsRequired:2,organizationName:"Crush Fitness",requiredHackingSkill:{max:275,min:225},serverGrowth:{max:33,min:27},specialName:r.a.AevumCrushFitnessGym},{hackDifficulty:30,hostname:"iron-gym",maxRamExponent:5,moneyAvailable:2e7,networkLayer:1,numOpenPortsRequired:1,organizationName:r.a.Sector12IronGym+" Network",requiredHackingSkill:100,serverGrowth:20,specialName:r.a.Sector12IronGym},{hackDifficulty:{max:55,min:45},hostname:"millenium-fitness",maxRamExponent:{max:8,min:4},moneyAvailable:25e7,networkLayer:6,numOpenPortsRequired:3,organizationName:"Millenium Fitness Network",requiredHackingSkill:{max:525,min:475},serverGrowth:{max:45,min:25},specialName:r.a.VolhavenMilleniumFitnessGym},{hackDifficulty:{max:65,min:55},hostname:"powerhouse-fitness",maxRamExponent:{max:6,min:4},moneyAvailable:9e8,networkLayer:14,numOpenPortsRequired:5,organizationName:"Powerhouse Fitness",requiredHackingSkill:{max:1100,min:950},serverGrowth:{max:60,min:50},specialName:r.a.Sector12PowerhouseGym},{hackDifficulty:{max:60,min:40},hostname:"snap-fitness",moneyAvailable:45e7,networkLayer:7,numOpenPortsRequired:4,organizationName:"Snap Fitness",requiredHackingSkill:{max:800,min:675},serverGrowth:{max:60,min:40},specialName:r.a.AevumSnapFitnessGym},{hackDifficulty:0,hostname:"run4theh111z",literature:[i.a.SimulatedReality,i.a.TheNewGod],maxRamExponent:{max:9,min:5},moneyAvailable:0,networkLayer:11,numOpenPortsRequired:4,organizationName:"The Runners",requiredHackingSkill:{max:550,min:505},serverGrowth:0,specialName:o.a.BitRunnersServer},{hackDifficulty:0,hostname:"I.I.I.I",literature:[i.a.DemocracyIsDead],maxRamExponent:{max:8,min:4},moneyAvailable:0,networkLayer:5,numOpenPortsRequired:3,organizationName:"I.I.I.I",requiredHackingSkill:{max:365,min:340},serverGrowth:0,specialName:o.a.TheBlackHandServer},{hackDifficulty:0,hostname:"avmnite-02h",literature:[i.a.DemocracyIsDead],maxRamExponent:{max:7,min:4},moneyAvailable:0,networkLayer:4,numOpenPortsRequired:2,organizationName:a.a.NiteSec,requiredHackingSkill:{max:220,min:202},serverGrowth:0,specialName:o.a.NiteSecServer},{hackDifficulty:0,hostname:".",maxRamExponent:4,moneyAvailable:0,networkLayer:13,numOpenPortsRequired:4,organizationName:".",requiredHackingSkill:{max:550,min:505},serverGrowth:0,specialName:o.a.TheDarkArmyServer},{hackDifficulty:0,hostname:"CSEC",literature:[i.a.DemocracyIsDead],maxRamExponent:3,moneyAvailable:0,networkLayer:2,numOpenPortsRequired:1,organizationName:a.a.CyberSec,requiredHackingSkill:{max:60,min:51},serverGrowth:0,specialName:o.a.CyberSecServer},{hackDifficulty:0,hostname:"The-Cave",literature:[i.a.AlphaOmega],moneyAvailable:0,networkLayer:15,numOpenPortsRequired:5,organizationName:"Helios",requiredHackingSkill:925,serverGrowth:0,specialName:o.a.DaedalusServer},{hackDifficulty:0,hostname:"w0r1d_d43m0n",moneyAvailable:0,numOpenPortsRequired:5,organizationName:"w0r1d_d43m0n",requiredHackingSkill:3e3,serverGrowth:0,specialName:o.a.WorldDaemon},{hostname:o.a.DarkWeb,moneyAvailable:0,numOpenPortsRequired:5,organizationName:o.a.DarkWeb,requiredHackingSkill:1,specialName:o.a.DarkWeb}]},function(t,e,n){"use strict";n.d(e,"c",(function(){return i})),n.d(e,"b",(function(){return o})),n.d(e,"a",(function(){return s}));var a=n(153),r=n(97);function i(t,e){const n=t.organizationName;let i=null;if("string"==typeof n&&""!==n&&(i=r.a[n]),!(i instanceof a.a))return;const o=e/t.moneyMax;Math.random()null!==t&&t.type===c.b.GRAFTING;class b extends c.a{constructor(t){var e,n;super(c.b.GRAFTING,null===(e=null==t?void 0:t.singularity)||void 0===e||e),this.unitCompleted=0,this.augmentation=null!==(n=null==t?void 0:t.augmentation)&&void 0!==n?n:o.a.Targeting1;const a=Object(s.a)();t&&l.a.loseMoney(a[this.augmentation].cost,"augmentations")}unitNeeded(){return new d.a(p.a[this.augmentation]).time}process(t){let e=1;return l.a.hasAugmentation(o.a.NeuroreceptorManager,!0)||(e=l.a.focus?1:i.a.BaseFocusBonus),this.cyclesWorked+=t,this.unitCompleted+=i.a._idleSpeed*t*Object(f.c)()*e,this.unitCompleted>=this.unitNeeded()}finish(t){const e=this.augmentation;t?t&&!this.singularity&&Object(m.a)(r.a.createElement(r.a.Fragment,null,"You cancelled the grafting of ",e,".",r.a.createElement("br",null),"Your money was not returned to you.")):(Object(u.a)({name:e,level:1}),l.a.hasAugmentation(o.a.CongruityImplant,!0)||(l.a.entropy+=1,l.a.applyEntropy(l.a.entropy)),this.singularity||Object(m.a)(r.a.createElement(r.a.Fragment,null,"You've finished grafting ",e,".",r.a.createElement("br",null),"The augmentation has been applied to your body"," ",l.a.hasAugmentation(o.a.CongruityImplant,!0)?".":", but you feel a bit off."))),t||l.a.gainIntelligenceExp(i.a.IntelligenceGraftBaseExpGain*this.cyclesWorked*i.a._idleSpeed/1e4)}APICopy(){return{type:this.type,cyclesWorked:this.cyclesWorked,augmentation:this.augmentation}}toJSON(){return Object(h.b)("GraftingWork",this)}static fromJSON(t){return Object(h.a)(b,t.data)}}h.c.constructors.GraftingWork=b},function(t,e,n){"use strict";n.d(e,"a",(function(){return f}));var a=n(0),r=n.n(a),i=n(137),o=n(1),s=n(10),l=n(13),c=n(273);function f(t){const e=t.bladeburner.getActionObject(new c.a({name:t.name,type:t.type}));if(null==e)throw new Error("Failed to get Operation Object for: "+t.name);let n=!1;return e.count<1&&(n=!0),"Raid"===t.name&&0===t.bladeburner.getCurrentCity().comms&&(n=!0),e instanceof i.a&&t.bladeburner.rank{let t=5;const a=[],r=setInterval(()=>{if(t--,t>0)return;t=5*Math.random();const r=Math.random()*e.length,o=e.charAt(r);n(t=>i(t,r,function(t){const e=t=>t[Math.floor(Math.random()*t.length)],n=["abcdefghijklmnopqrstuvwxyz","ABCDEFGHIJKLMNOPQRSTUVWXYZ","1234567890"," _","()[]{}<>"];for(const a of n)if(a.includes(t))return e(a);return e("!@#$%^&*()_+|\\';\"/.,?`~")}(o))),a.push(window.setTimeout(()=>{n(t=>i(t,r,o))},500))},20);return()=>{clearInterval(r),a.forEach(t=>clearTimeout(t))}},[]),r.a.createElement("span",null,e)}},,,function(t,e,n){"use strict";n.d(e,"a",(function(){return H}));var a=n(29),r=n(114),i=n(13),o=n(308),s=n(214),l=n(315),c=n(78),f=n(15),u=n(30),m=n(105),h=n(101),d=n(22),p=n(28),g=n(671),b=n(228),y=n(58),E=n(45),v=n(353),k=n(191),w=n(1),S=n(102),_=n(26),C=n(6),x=n(175),L=n(97),O=n(9),M=n(24),A=n(226),T=n(144),R=n(289),N=n(270),P=n(1493),I=n(267),F=n(0),D=n.n(F),j=n(1494),B=n(3),G=n(10),W=n(83);const H={_lastUpdate:(new Date).getTime(),updateGame:function(t=1){const e=t*f.a._idleSpeed;null==w.a.totalPlaytime&&(w.a.totalPlaytime=0),null==w.a.playtimeSinceLastAug&&(w.a.playtimeSinceLastAug=0),null==w.a.playtimeSinceLastBitnode&&(w.a.playtimeSinceLastBitnode=0),w.a.totalPlaytime+=e,w.a.playtimeSinceLastAug+=e,w.a.playtimeSinceLastBitnode+=e,O.a.process(t),w.a.processWork(t),w.a.hasWseAccount&&Object(L.j)(t),w.a.gang&&w.a.gang.process(t),m.c.process(t),w.a.corporation&&w.a.corporation.storeCycles(t),w.a.bladeburner&&w.a.bladeburner.storeCycles(t),w.a.sleeves.forEach(e=>e.process(t)),H.decrementAllCounters(t),H.checkCounters(),Object(k.f)(t),Object(y.i)(t)},Counters:{autoSaveCounter:300,updateSkillLevelsCounter:10,updateDisplays:3,updateDisplaysLong:15,updateActiveScriptsDisplay:5,createProgramNotifications:10,augmentationsNotifications:10,checkFactionInvitations:100,passiveFactionGrowth:5,messages:150,mechanicProcess:5,contractGeneration:3e3,achievementsCounter:60},decrementAllCounters:function(t=1){for(const[e,n]of Object.entries(H.Counters)){if(void 0===n)throw new Error("counter should not be undefined");H.Counters[e]=n-t}},checkCounters:function(){if(H.Counters.autoSaveCounter<=0&&(null==C.a.AutosaveInterval&&(C.a.AutosaveInterval=60),0===C.a.AutosaveInterval?(!function(){if(C.a.SuppressAutosaveDisabledWarnings)return;if([p.a.Recovery,p.a.ImportSave].includes(d.b.page()))return;const t=D.a.createElement(D.a.Fragment,null,"Auto-saves are ",D.a.createElement("strong",null,"disabled"),"!",D.a.createElement(G.a,{sx:{ml:1},color:"warning",size:"small",onClick:()=>{C.a.AutosaveInterval=60}},"Enable"));W.b.emit(t,W.d.WARNING,5e3)}(),H.Counters.autoSaveCounter=300):(H.Counters.autoSaveCounter=5*C.a.AutosaveInterval,S.c.saveGame(!C.a.SuppressSavedGameToast))),H.Counters.checkFactionInvitations<=0){const t=w.a.checkForFactionInvitations();if(t.length>0){const e=t[Math.floor(Math.random()*t.length)];Object(h.c)(e)}H.Counters.checkFactionInvitations=100}if(H.Counters.passiveFactionGrowth<=0){const t=Math.floor(5-H.Counters.passiveFactionGrowth);Object(h.e)(t),H.Counters.passiveFactionGrowth=5}if(H.Counters.messages<=0&&(Object(v.b)(),w.a.hasAugmentation(i.a.TheRedPill)?H.Counters.messages=4500:H.Counters.messages=150),w.a.corporation&&w.a.corporation.process(),H.Counters.mechanicProcess<=0){if(w.a.bladeburner)try{w.a.bladeburner.process()}catch(t){Object(N.a)("Exception caught in Bladeburner.process(): "+t)}H.Counters.mechanicProcess=5}H.Counters.contractGeneration<=0&&(Math.random()<=.25&&Object(l.c)(),H.Counters.contractGeneration=3e3),H.Counters.achievementsCounter<=0&&(Object(I.b)(),H.Counters.achievementsCounter=300)},load:function(t){if(Object(P.a)(),Object(j.a)(),Object(S.b)(t)){var e,n,i;x.b.emit(),Object(o.b)(),Object(s.b)(),Object(r.e)(),w.a.reapplyAllSourceFiles(),w.a.hasWseAccount&&Object(L.g)(),w.a.applyEntropy(w.a.entropy),H._lastUpdate=(new Date).getTime();const t=w.a.lastUpdate,c=H._lastUpdate-t,d=Math.floor(c/f.a._idleSpeed),p=Math.floor(c/6e5);if(w.a.sourceFiles.length>0){let t=0;if(p>100&&(t+=Math.floor(.25*p)),p>0&&p<=100)for(let e=0;et.process(d));const _=d*f.a._idleSpeed;null!==(e=w.a.totalPlaytime)&&void 0!==e||(w.a.totalPlaytime=0),null!==(n=w.a.playtimeSinceLastAug)&&void 0!==n||(w.a.playtimeSinceLastAug=0),null!==(i=w.a.playtimeSinceLastBitnode)&&void 0!==i||(w.a.playtimeSinceLastBitnode=0),w.a.totalPlaytime+=_,w.a.playtimeSinceLastAug+=_,w.a.playtimeSinceLastBitnode+=_,w.a.lastUpdate=H._lastUpdate,H.start();const C=Object(a.b)(_);setTimeout(()=>R.a.emit(D.a.createElement(D.a.Fragment,null,D.a.createElement(B.a,null,"Offline for ",C,". While you were offline:"),D.a.createElement("ul",null,D.a.createElement("li",null,D.a.createElement(B.a,null,"Your scripts generated ",D.a.createElement(M.a,{money:E}))),D.a.createElement("li",null,D.a.createElement(B.a,null,"Your Hacknet Nodes generated ",S)),D.a.createElement("li",null,D.a.createElement(B.a,null,"You gained ",D.a.createElement(T.a,{reputation:g})," reputation divided amongst your factions"))))),250)}else Object(o.b)(),Object(s.b)(),H.start(),w.a.init(),Object(_.f)(w.a.getHomeComputer()),Object(c.b)(),Object(u.c)(),Object(r.e)(),Object(E.e)();Object(g.b)()},start:function(){const t=(new Date).getTime();let e=t-H._lastUpdate;const n=e%f.a._idleSpeed;e=Math.floor(e/f.a._idleSpeed),e>0&&(H._lastUpdate=t-n,w.a.lastUpdate=t-n,H.updateGame(e)),window.requestAnimationFrame(H.start)}}},function(t,e,n){"use strict";n.d(e,"a",(function(){return f}));var a=n(0),r=n.n(a),i=n(5),o=n(22),s=n(364),l=n(3);class c{constructor(t){var e,n,a,i,o,s,l;this.infoText=null!==(e=t.infoText)&&void 0!==e?e:r.a.createElement(r.a.Fragment,null),this.enemies=null!==(n=t.enemies)&&void 0!==n?n:[],this.offerHackingWork=null!==(a=t.offerHackingWork)&&void 0!==a&&a,this.offerFieldWork=null!==(i=t.offerFieldWork)&&void 0!==i&&i,this.offerSecurityWork=null!==(o=t.offerSecurityWork)&&void 0!==o&&o,this.keep=null!==(s=t.keepOnInstall)&&void 0!==s&&s,this.special=null!==(l=t.special)&&void 0!==l&&l,this.assignment=t.assignment}offersWork(){return this.offerFieldWork||this.offerHackingWork||this.offerSecurityWork}}const f={[i.a.Illuminati]:new c({infoText:r.a.createElement(r.a.Fragment,null,"Humanity never changes. No matter how civilized society becomes, it will eventually fall back into chaos. And from this chaos, we are the invisible hand that guides them to order."," "),offerHackingWork:!0,offerFieldWork:!0}),[i.a.Daedalus]:new c({infoText:r.a.createElement(r.a.Fragment,null,"Yesterday we obeyed kings and bent our necks to emperors. Today we kneel only to truth."),offerHackingWork:!0,offerFieldWork:!0}),[i.a.TheCovenant]:new c({infoText:r.a.createElement(r.a.Fragment,null,"Surrender yourself. Give up your empty individuality to become part of something great, something eternal. Become a slave. Submit your mind, body, and soul. Only then can you set yourself free.",r.a.createElement("br",null),r.a.createElement("br",null),"Only then can you discover immortality."),offerHackingWork:!0,offerFieldWork:!0}),[i.a.ECorp]:new c({infoText:r.a.createElement(r.a.Fragment,null,i.a.ECorp,"'s mission is simple: to connect the world of today with the technology of tomorrow. With our wide range of Internet-related software and commercial hardware, ",i.a.ECorp," makes the world's information universally accessible."),offerHackingWork:!0,offerFieldWork:!0,offerSecurityWork:!0,keepOnInstall:!0}),[i.a.MegaCorp]:new c({infoText:r.a.createElement(r.a.Fragment,null,i.a.MegaCorp," does what no other dares to do. We imagine. We create. We invent. We create what others have never even dreamed of. Our work fills the world's needs for food, water, power, and transportation on an unprecedented scale, in ways that no other company can.",r.a.createElement("br",null),r.a.createElement("br",null),"In our labs and factories and on the ground with customers, ",i.a.MegaCorp," is ushering in a new era for the world."),offerHackingWork:!0,offerFieldWork:!0,offerSecurityWork:!0,keepOnInstall:!0}),[i.a.BachmanAssociates]:new c({infoText:r.a.createElement(r.a.Fragment,null,"Where Law and Business meet - that's where we are.",r.a.createElement("br",null),r.a.createElement("br",null),"Legal Insight - Business Instinct - Innovative Experience."),offerHackingWork:!0,offerFieldWork:!0,offerSecurityWork:!0,keepOnInstall:!0}),[i.a.BladeIndustries]:new c({infoText:r.a.createElement(r.a.Fragment,null,"Augmentation is Salvation."),offerHackingWork:!0,offerFieldWork:!0,offerSecurityWork:!0,keepOnInstall:!0}),[i.a.NWO]:new c({infoText:r.a.createElement(r.a.Fragment,null,"Humans don't truly desire freedom. They want to be observed, understood, and judged. They want to be given purpose and direction in life. That is why they created God. And that is why they created civilization - not because of willingness, but because of a need to be incorporated into higher orders of structure and meaning."),offerHackingWork:!0,offerFieldWork:!0,offerSecurityWork:!0,keepOnInstall:!0}),[i.a.ClarkeIncorporated]:new c({infoText:r.a.createElement(r.a.Fragment,null,"The Power of the Genome - Unlocked."),offerHackingWork:!0,offerFieldWork:!0,offerSecurityWork:!0,keepOnInstall:!0}),[i.a.OmniTekIncorporated]:new c({infoText:r.a.createElement(r.a.Fragment,null,"Simply put, our mission is to design and build robots that make a difference."),offerHackingWork:!0,offerFieldWork:!0,offerSecurityWork:!0,keepOnInstall:!0}),[i.a.FourSigma]:new c({infoText:r.a.createElement(r.a.Fragment,null,"The scientific method is the best way to approach investing. Big strategies backed up with big data. Driven by deep learning and innovative ideas. And improved by iteration. That's ",i.a.FourSigma,"."),offerHackingWork:!0,offerFieldWork:!0,offerSecurityWork:!0,keepOnInstall:!0}),[i.a.KuaiGongInternational]:new c({infoText:r.a.createElement(r.a.Fragment,null,"Dream big. Work hard. Make history."),offerHackingWork:!0,offerFieldWork:!0,offerSecurityWork:!0,keepOnInstall:!0}),[i.a.FulcrumSecretTechnologies]:new c({infoText:r.a.createElement(r.a.Fragment,null,"The human organism has an innate desire to worship. That is why they created gods. If there were no gods, it would be necessary to create them. And now we can."),offerHackingWork:!0,offerSecurityWork:!0,keepOnInstall:!0}),[i.a.BitRunners]:new c({infoText:r.a.createElement(r.a.Fragment,null,"Our entire lives are controlled by bits. All of our actions, our thoughts, our personal information. It's all transformed into bits, stored in bits, communicated through bits. It’s impossible for any person to move, to live, to operate at any level without the use of bits. And when a person moves, lives, and operates, they leave behind their bits, mere traces of seemingly meaningless fragments of information. But these bits can be reconstructed. Transformed. Used.",r.a.createElement("br",null),r.a.createElement("br",null),"Those who run the bits, run the world."),offerHackingWork:!0}),[i.a.TheBlackHand]:new c({infoText:r.a.createElement(r.a.Fragment,null,"The world, so afraid of strong government, now has no government. Only power - Digital power. Financial power. Technological power. And those at the top rule with an invisible hand. They built a society where the rich get richer, and everyone else suffers.",r.a.createElement("br",null),r.a.createElement("br",null),"So much pain. So many lives. Their darkness must end."),offerHackingWork:!0,offerFieldWork:!0}),[i.a.NiteSec]:new c({infoText:r.a.createElement(r.a.Fragment,null," __..__ ",r.a.createElement("br",null)," _.nITESECNIt. ",r.a.createElement("br",null)," .-'NITESECNITESEc. ",r.a.createElement("br",null)," .' NITESECNITESECn ",r.a.createElement("br",null)," / NITESECNITESEC; ",r.a.createElement("br",null)," : :NITESECNITESEC; ",r.a.createElement("br",null)," ; $ NITESECNITESECN ",r.a.createElement("br",null)," : _, ,N'ITESECNITESEC ",r.a.createElement("br",null)," : .+^^`, : `NITESECNIT ",r.a.createElement("br",null)," ) /), `-,-=,NITESECNI ",r.a.createElement("br",null)," / ^ ,-;|NITESECN; ",r.a.createElement("br",null)," / _.' '-';NITESECN ",r.a.createElement("br",null)," ( , ,-''`^NITE' ",r.a.createElement("br",null)," )` :`. .' ",r.a.createElement("br",null)," )-- ; `- / ",r.a.createElement("br",null)," ' _.-' : ",r.a.createElement("br",null)," ( _.-' . ",r.a.createElement("br",null)," ------. ",r.a.createElement("br",null)," . ",r.a.createElement("br",null)," _.nIt ",r.a.createElement("br",null)," _.nITESECNi ",r.a.createElement("br",null)," nITESECNIT^' ",r.a.createElement("br",null)," NITE^' ___ ",r.a.createElement("br",null)," / .gP''''Tp. ",r.a.createElement("br",null)," : d' . `b ",r.a.createElement("br",null)," ; d' o `b ; ",r.a.createElement("br",null)," / d; `b| ",r.a.createElement("br",null)," /, $; @ `: ",r.a.createElement("br",null)," /' $/ ; ",r.a.createElement("br",null)," .' $/b o | ",r.a.createElement("br",null)," .' d$/$; : ",r.a.createElement("br",null)," / .d/$/$; , ; ",r.a.createElement("br",null)," d .dNITESEC $ | ",r.a.createElement("br",null)," :bp.__.gNITESEC/$ :$ ; ",r.a.createElement("br",null)," NITESECNITESECNIT /$b : ",r.a.createElement("br",null)),offerHackingWork:!0,offerFieldWork:!1,offerSecurityWork:!1,special:!1,keepOnInstall:!1}),[i.a.Aevum]:new c({infoText:r.a.createElement(r.a.Fragment,null,"The Silicon City."),enemies:[i.a.Chongqing,i.a.NewTokyo,i.a.Ishima,i.a.Volhaven],offerHackingWork:!0,offerFieldWork:!0,offerSecurityWork:!0}),[i.a.Chongqing]:new c({infoText:r.a.createElement(r.a.Fragment,null,"Serve the People."),enemies:[i.a.Sector12,i.a.Aevum,i.a.Volhaven],offerHackingWork:!0,offerFieldWork:!0,offerSecurityWork:!0}),[i.a.Ishima]:new c({infoText:r.a.createElement(r.a.Fragment,null,"The East Asian Order of the Future."),enemies:[i.a.Sector12,i.a.Aevum,i.a.Volhaven],offerHackingWork:!0,offerFieldWork:!0,offerSecurityWork:!0}),[i.a.NewTokyo]:new c({infoText:r.a.createElement(r.a.Fragment,null,"Asia's World City."),enemies:[i.a.Sector12,i.a.Aevum,i.a.Volhaven],offerHackingWork:!0,offerFieldWork:!0,offerSecurityWork:!0}),[i.a.Sector12]:new c({infoText:r.a.createElement(r.a.Fragment,null,"The City of the Future."),enemies:[i.a.Chongqing,i.a.NewTokyo,i.a.Ishima,i.a.Volhaven],offerHackingWork:!0,offerFieldWork:!0,offerSecurityWork:!0}),[i.a.Volhaven]:new c({infoText:r.a.createElement(r.a.Fragment,null,"Benefit, Honor, and Glory."),enemies:[i.a.Chongqing,i.a.Sector12,i.a.NewTokyo,i.a.Aevum,i.a.Ishima],offerHackingWork:!0,offerFieldWork:!0,offerSecurityWork:!0}),[i.a.SpeakersForTheDead]:new c({infoText:r.a.createElement(r.a.Fragment,null,"It is better to reign in Hell than to serve in Heaven."),offerHackingWork:!0,offerFieldWork:!0,offerSecurityWork:!0}),[i.a.TheDarkArmy]:new c({infoText:r.a.createElement(r.a.Fragment,null,"The World doesn't care about right or wrong. It only cares about power."),offerHackingWork:!0,offerFieldWork:!0}),[i.a.TheSyndicate]:new c({infoText:r.a.createElement(r.a.Fragment,null,"Honor holds you back."),offerHackingWork:!0,offerFieldWork:!0,offerSecurityWork:!0}),[i.a.Silhouette]:new c({infoText:r.a.createElement(r.a.Fragment,null,"Corporations have filled the void of power left behind by the collapse of Western government. The issue is they've become so big that you don't know who they're working for. And if you're employed at one of these corporations, you don't even know who you're working for.",r.a.createElement("br",null),r.a.createElement("br",null),"That's terror. Terror, fear, and corruption. All born into the system, all propagated by the system."),offerHackingWork:!0,offerFieldWork:!0}),[i.a.Tetrads]:new c({infoText:r.a.createElement(r.a.Fragment,null,"Following the mandate of Heaven and carrying out the way."),offerFieldWork:!0,offerSecurityWork:!0}),[i.a.SlumSnakes]:new c({infoText:r.a.createElement(r.a.Fragment,null,i.a.SlumSnakes," rule!"),offerFieldWork:!0,offerSecurityWork:!0}),[i.a.Netburners]:new c({infoText:r.a.createElement(r.a.Fragment,null,"~~//*>H4CK||3T 8URN3R5**>?>\\~~"),offerHackingWork:!0}),[i.a.TianDiHui]:new c({infoText:r.a.createElement(r.a.Fragment,null,"Obey Heaven and work righteously."),offerHackingWork:!0,offerSecurityWork:!0}),[i.a.CyberSec]:new c({infoText:r.a.createElement(r.a.Fragment,null,"The Internet is the first thing that was built that we don't fully understand, the largest experiment in anarchy that we have ever had. And as the world becomes increasingly dominated by it, society approaches the brink of total chaos. We serve only to protect society, to protect humanity, to protect the world from imminent collapse."),offerHackingWork:!0}),[i.a.Bladeburners]:new c({infoText:r.a.createElement(r.a.Fragment,null,"It's too bad they won't live. But then again, who does?",r.a.createElement("br",null),r.a.createElement("br",null),"Note that for this faction, reputation can only be gained through ",i.a.Bladeburners," actions."," ","Completing ",i.a.Bladeburners," contracts/operations will increase your reputation."),special:!0,assignment:()=>r.a.createElement(s.a,{buttonText:"Open Bladeburner headquarters",infoText:"You can gain reputation with bladeburner by completing contracts and operations.",onClick:()=>o.b.toBladeburner()})}),[i.a.ChurchOfTheMachineGod]:new c({infoText:r.a.createElement(r.a.Fragment,null," `` ",r.a.createElement("br",null)," -odmmNmds: ",r.a.createElement("br",null)," `hNmo:..-omNh. ",r.a.createElement("br",null)," yMd` `hNh ",r.a.createElement("br",null)," mMd oNm ",r.a.createElement("br",null)," oMNo .mM/ ",r.a.createElement("br",null)," `dMN+ -mM+ ",r.a.createElement("br",null)," -mMNo -mN+ ",r.a.createElement("br",null)," .+- :mMNo/mN/ ",r.a.createElement("br",null),":yNMd. :NMNNN/ ",r.a.createElement("br",null),"-mMMMh. /NMMh` ",r.a.createElement("br",null)," .dMMMd. /NMMMy` ",r.a.createElement("br",null)," `yMMMd. /NNyNMMh` ",r.a.createElement("br",null)," `sMMMd. +Nm: +NMMh. ",r.a.createElement("br",null)," oMMMm- oNm: /NMMd. ",r.a.createElement("br",null)," +NMMmsMm- :mMMd. ",r.a.createElement("br",null)," /NMMMm- -mMMd. ",r.a.createElement("br",null)," /MMMm- -mMMd. ",r.a.createElement("br",null)," `sMNMMm- .mMmo ",r.a.createElement("br",null)," `sMd:hMMm. ./. ",r.a.createElement("br",null)," `yMy` `yNMd` ",r.a.createElement("br",null)," `hMs` oMMy ",r.a.createElement("br",null)," `hMh sMN- ",r.a.createElement("br",null)," /MM- .NMo ",r.a.createElement("br",null)," +MM: :MM+ ",r.a.createElement("br",null)," sNNo-.`.-omNy` ",r.a.createElement("br",null)," -smNNNNmdo- ",r.a.createElement("br",null)," `..` ",r.a.createElement("br",null),r.a.createElement("br",null),"Many cultures predict an end to humanity in the near future, a final Armageddon that will end the world; but we disagree."),offerHackingWork:!1,offerFieldWork:!1,offerSecurityWork:!1,special:!0,keepOnInstall:!0,assignment:()=>r.a.createElement(s.a,{buttonText:"Open Staneks Gift",infoText:"Stanek's Gift is a powerful augmentation that powers up the stat you chose to boost.Gaining reputation with the Church of the Machine God can only be done by charging the gift.",onClick:()=>o.b.toStaneksGift()})}),[i.a.ShadowsOfAnarchy]:new c({infoText:r.a.createElement(r.a.Fragment,null,"The government is ruled by the corporations that we have allowed to consume it. To release the world from its shackles, the gods grant us their strength."),special:!0,keepOnInstall:!0,assignment:()=>r.a.createElement(l.a,null,i.a.ShadowsOfAnarchy," can only gain reputation by infiltrating.")})}},function(t,e,n){"use strict";n.d(e,"b",(function(){return f})),n.d(e,"a",(function(){return u}));var a=n(25),r=n(15),i=n(108),o=n(89),s=n(228);const l=1e3/r.a._idleSpeed,c={[i.a.HACKING]:Object(o.c)({hackExp:15}),[i.a.FIELD]:Object(o.c)({hackExp:10,strExp:10,defExp:10,dexExp:10,agiExp:10,chaExp:10}),[i.a.SECURITY]:Object(o.c)({hackExp:5,strExp:15,defExp:15,dexExp:15,agiExp:15})},f=(t,e,n)=>({[i.a.HACKING]:s.c,[i.a.FIELD]:s.a,[i.a.SECURITY]:s.b}[e](t,n));function u(t,e){const n=c[e];return{money:0,reputation:0,hackExp:n.hackExp*t.mults.hacking_exp*a.a.FactionWorkExpGain/l,strExp:n.strExp*t.mults.strength_exp*a.a.FactionWorkExpGain/l,defExp:n.defExp*t.mults.defense_exp*a.a.FactionWorkExpGain/l,dexExp:n.dexExp*t.mults.dexterity_exp*a.a.FactionWorkExpGain/l,agiExp:n.agiExp*t.mults.agility_exp*a.a.FactionWorkExpGain/l,chaExp:n.chaExp*t.mults.charisma_exp*a.a.FactionWorkExpGain/l,intExp:0}}},function(t,e,n){"use strict";let a;n.d(e,"a",(function(){return r})),function(t){t[t.SmartFactories=0]="SmartFactories",t[t.SmartStorage=1]="SmartStorage",t[t.DreamSense=2]="DreamSense",t[t.WilsonAnalytics=3]="WilsonAnalytics",t[t.NuoptimalNootropicInjectorImplants=4]="NuoptimalNootropicInjectorImplants",t[t.SpeechProcessorImplants=5]="SpeechProcessorImplants",t[t.NeuralAccelerators=6]="NeuralAccelerators",t[t.FocusWires=7]="FocusWires",t[t.ABCSalesBots=8]="ABCSalesBots",t[t.ProjectInsight=9]="ProjectInsight"}(a||(a={}));const r={[a.SmartFactories]:{index:a.SmartFactories,basePrice:2e9,priceMult:1.06,benefit:.03,name:"Smart Factories",desc:"Advanced AI automatically optimizes the operation and productivity of factories. Each level of this upgrade increases your global production by 3% (additive)."},[a.SmartStorage]:{index:a.SmartStorage,basePrice:2e9,priceMult:1.06,benefit:.1,name:"Smart Storage",desc:"Advanced AI automatically optimizes your warehouse storage methods. Each level of this upgrade increases your global warehouse storage size by 10% (additive)."},[a.DreamSense]:{index:a.DreamSense,basePrice:4e9,priceMult:1.1,benefit:.001,name:"DreamSense",desc:"Use DreamSense LCC Technologies to advertise your corporation to consumers through their dreams. Each level of this upgrade provides a passive increase in awareness of all of your companies (divisions) by 0.004 / market cycle,and in popularity by 0.001 / market cycle. A market cycle is approximately 15 seconds."},[a.WilsonAnalytics]:{index:a.WilsonAnalytics,basePrice:4e9,priceMult:1.5,benefit:.005,name:"Wilson Analytics",desc:"Purchase data and analysis from Wilson, a marketing research firm. Each level of this upgrade increases the effectiveness of your advertising by 0.5% (additive)."},[a.NuoptimalNootropicInjectorImplants]:{index:a.NuoptimalNootropicInjectorImplants,basePrice:1e9,priceMult:1.06,benefit:.1,name:"Nuoptimal Nootropic Injector Implants",desc:"Purchase the Nuoptimal Nootropic Injector augmentation for your employees. Each level of this upgrade globally increases the creativity of your employees by 10% (additive)."},[a.SpeechProcessorImplants]:{index:a.SpeechProcessorImplants,basePrice:1e9,priceMult:1.06,benefit:.1,name:"Speech Processor Implants",desc:"Purchase the Speech Processor augmentation for your employees. Each level of this upgrade globally increases the charisma of your employees by 10% (additive)."},[a.NeuralAccelerators]:{index:a.NeuralAccelerators,basePrice:1e9,priceMult:1.06,benefit:.1,name:"Neural Accelerators",desc:"Purchase the Neural Accelerator augmentation for your employees. Each level of this upgrade globally increases the intelligence of your employees by 10% (additive)."},[a.FocusWires]:{index:a.FocusWires,basePrice:1e9,priceMult:1.06,benefit:.1,name:"FocusWires",desc:"Purchase the FocusWire augmentation for your employees. Each level of this upgrade globally increases the efficiency of your employees by 10% (additive)."},[a.ABCSalesBots]:{index:a.ABCSalesBots,basePrice:1e9,priceMult:1.07,benefit:.01,name:"ABC SalesBots",desc:"Always Be Closing. Purchase these robotic salesmen to increase the amount of materials and products you sell. Each level of this upgrade globally increases your sales by 1% (additive)."},[a.ProjectInsight]:{index:a.ProjectInsight,basePrice:5e9,priceMult:1.07,benefit:.05,name:"Project Insight",desc:"Purchase 'Project Insight', a R&D service provided by the secretive Fulcrum Technologies. Each level of this upgrade globally increases the amount of Scientific Research you produce by 5% (additive)."}}},function(t,e,n){"use strict";n.d(e,"a",(function(){return a}));const a=new(n(126).a)},function(t,e,n){"use strict";n.d(e,"a",(function(){return s}));var a=n(1085),r=n(232),i=n(26);function o(t,e,n){return e in t?Object.defineProperty(t,e,{value:n,enumerable:!0,configurable:!0,writable:!0}):t[e]=n,t}class s{constructor(t,e,n){o(this,"code",""),o(this,"delay",null),o(this,"disableLogs",{}),o(this,"dynamicLoadedFns",{}),o(this,"dynamicRamUsage",r.a.ScriptBaseRamCost),o(this,"errorMessage",""),o(this,"loadedFns",{}),o(this,"output",""),o(this,"ramUsage",0),this.name=t.filename,this.hostname=t.server;const s=Math.round(e);if("number"!=typeof s||isNaN(s))throw new Error("Invalid PID when constructing WorkerScript: "+e);this.pid=s,t.pid=s;const l=Object(i.d)(this.hostname);if(null==l)throw new Error("WorkerScript constructed with invalid server ip: "+this.hostname);let c=!1;for(let t=0;t1!==t)),1),e=Math.log2(t);return(r.a.AugmentationGraftingTimeBase*e+r.a.MillisecondsPerHalfHour)/2}}},function(t,e,n){"use strict";n.d(e,"a",(function(){return i}));var a=n(1517),r=n(1826);const i=Object(r.a)(t=>({root:{backgroundColor:t.palette.background.paper},bar:{transition:"none",backgroundColor:t.palette.primary.main}}))(a.a)},,function(t,e,n){"use strict";function a(t,e){for(const n of Object.keys(e)){const a=e[n];void 0!==a&&("function"==typeof a?a(t,n):void 0!==a.func?a.func(t,e,n):(typeof t[n]!=typeof a.default&&(t[n]=a.default),"number"==typeof t[n]&&void 0!==a.min&&t[n]a.max&&(t[n]=a.max)))}}function r(t,e,n){return(a,r)=>{"number"==typeof a[r]?(a[r]n&&(a[r]=n)):a[r]=t}}n.d(e,"b",(function(){return a})),n.d(e,"a",(function(){return r}))},function(t,e,n){"use strict";n.d(e,"b",(function(){return s})),n.d(e,"c",(function(){return l})),n.d(e,"a",(function(){return c}));var a=n(1),r=n(25),i=n(622),o=n(13);function s(t,e,n){const i=e*Math.pow(1.01,e);return Math.pow(t+1,2)*Math.pow(n,3)*3e3*i*(a.a.hasAugmentation(o.a.WKSharmonizer,!0)?1.5:1)*r.a.InfiltrationMoney}function l(t,e,n){const i=e*Math.pow(1.01,e);return Math.pow(t+1,1.1)*Math.pow(n,1.2)*30*i*(a.a.hasAugmentation(o.a.WKSharmonizer,!0)?1.5:1)*r.a.InfiltrationRep}function c(t,e){return e/i.a.reduce((t,e)=>{var n;const a=(null===(n=e.infiltrationData)||void 0===n?void 0:n.startingSecurityLevel)||0;return t>a?t:a},0)*5e3*(a.a.hasAugmentation(o.a.WKSharmonizer,!0)?2:1)*(1+t.favor/100)}},function(t,e,n){"use strict";n.d(e,"a",(function(){return i}));var a=n(16);function r(t,e,n){return e in t?Object.defineProperty(t,e,{value:n,enumerable:!0,configurable:!0,writable:!0}):t[e]=n,t}class i{constructor(){r(this,"bladeburner",0),r(this,"casino",0),r(this,"class",0),r(this,"codingcontract",0),r(this,"corporation",0),r(this,"crime",0),r(this,"gang",0),r(this,"hacking",0),r(this,"hacknet",0),r(this,"hacknet_expenses",0),r(this,"hospitalization",0),r(this,"infiltration",0),r(this,"sleeves",0),r(this,"stock",0),r(this,"total",0),r(this,"work",0),r(this,"servers",0),r(this,"other",0),r(this,"augmentations",0)}record(t,e){const n=e.toLowerCase();"number"==typeof this[n]?(this[n]+=t,this.total+=t):console.warn("MoneySourceTracker.record() called with invalid source: "+e)}reset(){for(const t in this)"number"==typeof this[t]&&(this[t]=0)}toJSON(){return Object(a.b)("MoneySourceTracker",this)}static fromJSON(t){return Object(a.a)(i,t.data)}}a.c.constructors.MoneySourceTracker=i},,function(t,e,n){"use strict";n.d(e,"a",(function(){return o})),n.d(e,"f",(function(){return s})),n.d(e,"b",(function(){return l})),n.d(e,"c",(function(){return c})),n.d(e,"d",(function(){return f})),n.d(e,"g",(function(){return u})),n.d(e,"e",(function(){return m}));var a=n(30),r=n(996),i=n(190);function o(){return 2===this.bitNodeN||!(this.sourceFileLvl(2)<=0)&&this.karma<=i.a.GangKarmaRequirement}function s(){return 2===this.bitNodeN||this.sourceFileLvl(2)>=1}function l(){const t=this.gang;if(null===t)throw new Error("Cannot get gang faction because player is not in a gang.");const e=a.a[t.facName];if(null==e)throw new Error("Gang has invalid faction name: "+t.facName);return e}function c(){const t=this.gang;return t?t.facName:""}function f(t){const e=this.gang;return!!e&&e.facName===t}function u(t,e){this.gang=new r.a(t,e);const n=a.a[t];if(null==n)throw new Error("Invalid faction name when creating gang: "+t);n.playerReputation=0}function m(){return Boolean(this.gang)}},function(t,e,n){"use strict";function a(){const t=Math.random();return t<.4?"ABCDEFGHIJKLMNOPQRSTUVWXYZ"[Math.floor(26*Math.random())]:t<.8?"abcdefghijklmnopqrstuvwxyz"[Math.floor(26*Math.random())]:"01234567689"[Math.floor(10*Math.random())]}function r(){const t=50+Math.floor(25*(Math.random()+Math.random()));let e="";for(;e.lengthe.length)continue;for(let a=0;aArray(10).fill(null)),a=Array.from(Array(10),()=>Array(10));function r(t,e,n,a){const r=t[e][n];(null==r||a.length9||n+1+a>t.length)return null;if(e+=t.substring(n+1,n+1+a),n+=1+a,n>=t.length)break;const r=t.charCodeAt(n)-48;if(r<0||r>9)return null;if(0===r)++n;else{if(n+1>=t.length)return null;const a=t.charCodeAt(n+1)-48;if(r>0&&(a<1||a>9)||a>e.length)return null;for(let t=0;ta.a.skills.hacking?{res:!1,msg:`Cannot hack ${t.hostname} server because your hacking skill is not high enough`}:{res:!0}}function o(t){return r(t,"grow")}function s(t){return r(t,"weaken")}},function(t,e,n){"use strict";n.d(e,"a",(function(){return h})),n.d(e,"b",(function(){return d}));var a=n(0),r=n.n(a),i=n(126),o=n(40),s=n(3),l=n(10),c=n(130),f=n(87),u=n(74),m=n(31);const h=new i.a;function d(){var t,e,n;const[i,l]=Object(a.useState)(null);if(Object(a.useEffect)(()=>h.subscribe(t=>{l(t)}),[]),null===i)return r.a.createElement(r.a.Fragment,null);const c={text:g,select:b};let f=p;null!=i&&null!==(t=i.options)&&void 0!==t&&t.type&&["text","select"].includes(null==i||null===(e=i.options)||void 0===e?void 0:e.type)&&(f=c[null==i||null===(n=i.options)||void 0===n?void 0:n.type]);return r.a.createElement(o.a,{open:!0,onClose:function(){var t,e;null!==i&&(["text","select"].includes(null!==(t=null==i||null===(e=i.options)||void 0===e?void 0:e.type)&&void 0!==t?t:"")?i.resolve(""):i.resolve(!1),l(null))}},r.a.createElement("pre",null,r.a.createElement(s.a,null,i.txt)),r.a.createElement(f,{prompt:i,resolve:t=>{i.resolve(t),l(null)}}))}function p({resolve:t}){return r.a.createElement(r.a.Fragment,null,r.a.createElement("div",{style:{display:"flex",justifyContent:"center",alignItems:"center",paddingTop:"10px"}},r.a.createElement(l.a,{style:{marginRight:"auto"},onClick:()=>t(!0)},"Yes"),r.a.createElement(l.a,{onClick:()=>t(!1)},"No")))}function g({resolve:t}){const[e,n]=Object(a.useState)(""),i=()=>t(e);return r.a.createElement(r.a.Fragment,null,r.a.createElement("div",{style:{display:"flex",alignItems:"center",paddingTop:"10px"}},r.a.createElement(f.a,{autoFocus:!0,value:e,onInput:t=>{n(t.target.value)},onKeyDown:t=>{t.stopPropagation(),t.key===m.a.ENTER&&(t.preventDefault(),i())},style:{flex:"1 0 auto"},InputProps:{endAdornment:r.a.createElement(l.a,{onClick:i},"Confirm")}})))}function b({prompt:t,resolve:e}){var n,i;const[o,f]=Object(a.useState)("");return Array.isArray(null==t||null===(n=t.options)||void 0===n?void 0:n.choices)?r.a.createElement(r.a.Fragment,null,r.a.createElement("div",{style:{display:"flex",alignItems:"center",paddingTop:"10px"}},r.a.createElement(c.a,{onChange:t=>{f(t.target.value)},value:o,style:{flex:"1 0 auto"}},(t=>{const e=[];for(const n of t)e.push(r.a.createElement(u.a,{key:n,value:n},n));return e})((null==t||null===(i=t.options)||void 0===i?void 0:i.choices)||[])),r.a.createElement(l.a,{onClick:()=>e(o),disabled:""===o},"Confirm"))):r.a.createElement(s.a,null,"Error: Please provide an array of string choices")}},function(t,e,n){"use strict";function a(t,e){return!!Object.keys(e.reqMats).includes(t)||(!!e.prodMats.includes(t)||!!["Hardware","Robots","AICores","RealEstate","AI Cores","Real Estate"].includes(t))}n.d(e,"a",(function(){return a}))},function(t,e,n){"use strict";n.d(e,"b",(function(){return E})),n.d(e,"a",(function(){return v}));var a=n(0),r=n.n(a),i=n(132),o=n(246),s=n(3),l=n(21),c=n(47),f=n(10),u=n(1808),m=n(1809),h=n(1810),d=n(22),p=n(1),g=n(6),b=n(56),y=n(304);const E=[];function v(){const t=Object(a.useState)(!1)[1];function e(){t(t=>!t)}const n=[...Object.values(b.a)].filter(t=>{const e=t.create;return null!==e&&("b1t_flum3.exe"!==t.name||e.req())}).sort((t,e)=>{var n,a,r,i;return p.a.hasProgram(t.name)?1:p.a.hasProgram(e.name)?-1:(null!==(n=null===(a=t.create)||void 0===a?void 0:a.level)&&void 0!==n?n:0)-(null!==(r=null===(i=e.create)||void 0===i?void 0:i.level)&&void 0!==r?r:0)});Object(a.useEffect)(()=>{n.forEach(t=>{E.includes(t.name)||E.push(t.name)})},[]),Object(a.useEffect)(()=>{const t=setInterval(e,200);return()=>clearInterval(t)},[]);const v=t=>Math.ceil(Math.max(t-(p.a.skills.hacking+p.a.skills.intelligence/2),0));return r.a.createElement(o.a,{disableGutters:!0,maxWidth:"lg",sx:{mx:0,mb:10}},r.a.createElement(s.a,{variant:"h4"},"Create program"),r.a.createElement(s.a,null,"This page displays any programs that you are able to create. Writing the code for a program takes time, which can vary based on how complex the program is. If you are working on creating a program you can cancel at any time. Your progress will be saved and you can continue later."),r.a.createElement(l.a,{sx:{display:"grid",gridTemplateColumns:"repeat(3, 1fr)",my:1}},n.map(t=>{const e=t.create;if(null===e)return r.a.createElement(r.a.Fragment,null);const n=(t=>{const e=Object(i.find)(p.a.getHomeComputer().programs,e=>e.startsWith(t)&&e.endsWith("%-INC"));if(!e)return-1;const n=e.split("-");if(3!=n.length)return-1;const a=Number(n[1].slice(0,-1));return isNaN(a)||a<0||a>=100?-1:a})(t.name);return r.a.createElement(l.a,{component:c.a,sx:{p:1,opacity:p.a.hasProgram(t.name)?.75:1},key:t.name},r.a.createElement(r.a.Fragment,null,r.a.createElement(s.a,{variant:"h6",sx:{display:"flex",alignItems:"center",flexWrap:"wrap"}},p.a.hasProgram(t.name)&&r.a.createElement(u.a,{sx:{mr:1}})||e.req()&&r.a.createElement(m.a,{sx:{mr:1}})||r.a.createElement(h.a,{sx:{mr:1}}),t.name),!p.a.hasProgram(t.name)&&e.req()&&r.a.createElement(f.a,{sx:{my:1,width:"100%"},onClick:e=>{e.isTrusted&&(p.a.startWork(new y.a({singularity:!1,programName:t.name})),p.a.startFocusing(),d.b.toWork())}},"Create program"),p.a.hasProgram(t.name)||0===v(e.level)||r.a.createElement(s.a,{color:g.a.theme.hack},r.a.createElement("b",null,"Unlocks in:")," ",v(e.level)," hacking levels"),-1!==n&&r.a.createElement(s.a,{color:g.a.theme.infolight},r.a.createElement("b",null,"Current completion:")," ",n,"%"),r.a.createElement(s.a,null,e.tooltip)))})))}},function(t,e,n){"use strict";n.d(e,"b",(function(){return x})),n.d(e,"a",(function(){return M}));var a=n(1811),r=n(1812),i=n(1813),o=n(1814),s=n(1512),l=n(719),c=n(720),f=n(23),u=n(47),m=n(21),h=n(10),d=n(3),p=n(125),g=n(246),b=n(0),y=n.n(b),E=n(1),v=n(6),k=n(7),w=n(22),S=n(5),_=n(101),C=n(30);const x=[],L=t=>{const e=t.faction.getInfo();return y.a.createElement(y.a.Fragment,null,e.offerFieldWork&&y.a.createElement(f.a,{title:"This Faction offers field work"},y.a.createElement(a.a,{sx:{color:v.a.theme.info,mr:.5},fontSize:"small"})),e.offerHackingWork&&y.a.createElement(f.a,{title:"This Faction offers hacking work"},y.a.createElement(r.a,{sx:{color:v.a.theme.hack,mr:.5},fontSize:"small"})),e.offerSecurityWork&&y.a.createElement(f.a,{title:"This Faction offers security work"},y.a.createElement(i.a,{sx:{color:v.a.theme.combat,mr:.5},fontSize:"small"})))},O=t=>{const e=t.faction.getInfo();return y.a.createElement(u.a,{sx:{display:"grid",p:1,alignItems:"center",gridTemplateColumns:"minmax(0, 4fr)"+(t.joined?" 1fr":"")}},y.a.createElement(m.a,{display:"flex",sx:{alignItems:"center"}},t.joined?y.a.createElement(m.a,{display:"grid",sx:{mr:1,gridTemplateColumns:"1fr 1fr",minWidth:"fit-content",gap:.5,"& .MuiButton-root":{height:"48px"}}},y.a.createElement(h.a,{onClick:()=>{return e=t.faction,void w.b.toFaction(e);var e}},"Details"),y.a.createElement(h.a,{onClick:()=>{return e=t.faction,void w.b.toFaction(e,!0);var e}},"Augments")):y.a.createElement(h.a,{sx:{height:"48px",mr:1},onClick:e=>{return n=e,a=t.faction.name,void(n.isTrusted&&(Object(_.d)(C.a[a]),t.rerender()));var n,a}},"Join!"),y.a.createElement("span",{style:{maxWidth:t.joined?"70%":"95%"}},y.a.createElement(d.a,{variant:"h6",sx:{mr:1,display:"grid",gridTemplateColumns:"fit-content(100vw) max-content",alignItems:"center"}},y.a.createElement("span",{style:{overflow:"hidden",whiteSpace:"nowrap",textOverflow:"ellipsis"},title:t.faction.name},t.faction.name),y.a.createElement("span",{style:{display:"flex",alignItems:"center"}},E.a.hasGangWith(t.faction.name)&&y.a.createElement(f.a,{title:"You have a gang with this Faction"},y.a.createElement(o.a,{sx:{color:v.a.theme.hp,ml:1}})),e.special&&y.a.createElement(f.a,{title:"This is a special Faction"},y.a.createElement(s.a,{sx:{ml:1,color:v.a.theme.money,transform:"rotate(180deg)"}})),!t.joined&&e.enemies.length>0&&y.a.createElement(f.a,{title:y.a.createElement(d.a,null,"This Faction is enemies with:",y.a.createElement("ul",null,e.enemies.map(t=>y.a.createElement("li",{key:t},t))),"Joining this Faction will prevent you from joining its enemies")},y.a.createElement(l.a,{sx:{ml:1,color:v.a.theme.error}})))),y.a.createElement("span",{style:{display:"flex",alignItems:"center"}},!E.a.hasGangWith(t.faction.name)&&y.a.createElement(L,{faction:t.faction}),t.joined&&y.a.createElement(d.a,{variant:"body2",sx:{display:"flex"}},(n=t.faction,Object(_.a)(n).filter(t=>!E.a.hasAugmentation(t)).length)," Augmentations left")))),t.joined&&y.a.createElement(m.a,{display:"grid",sx:{alignItems:"center",justifyItems:"left",gridAutoFlow:"row"}},y.a.createElement(d.a,{sx:{color:v.a.theme.rep}},k.a.formatFavor(Math.floor(t.faction.favor))," favor"),y.a.createElement(d.a,{sx:{color:v.a.theme.rep}},k.a.formatReputation(t.faction.playerReputation)," rep")));var n};function M(){const t=Object(p.a)(),e=Object(b.useState)(!1)[1];function n(){e(t=>!t)}Object(b.useEffect)(()=>{const t=setInterval(n,200);return()=>clearInterval(t)},[]),Object(b.useEffect)(()=>{E.a.factionInvitations.forEach(t=>{x.includes(t)||x.push(t)})},[]);const a=Object.values(S.a).map(t=>t),r=[...E.a.factions];r.sort((t,e)=>a.indexOf(t)-a.indexOf(e));const i=E.a.factionInvitations;return y.a.createElement(g.a,{disableGutters:!0,maxWidth:"lg",sx:{mx:0,mb:10}},y.a.createElement(d.a,{variant:"h4"},"Factions",y.a.createElement(f.a,{title:y.a.createElement(d.a,null,"Throughout the game you may receive invitations from factions. There are many different factions, and each faction has different criteria for determining its potential members. Joining a faction and furthering its cause is crucial to progressing in the game and unlocking endgame content.")},y.a.createElement(c.a,{sx:{ml:1,mb:0},color:"info"}))),y.a.createElement(m.a,{display:"grid",sx:{gap:1,gridTemplateColumns:(i.length>0?"1fr ":"")+"2fr",[t.breakpoints.down("lg")]:{gridTemplateColumns:"1fr","& > span:nth-of-type(1)":{order:1}},gridTemplateRows:"minmax(0, 1fr)","& > span > .MuiBox-root":{display:"grid",gridAutoRows:"70px",gap:1}}},i.length>0&&y.a.createElement("span",null,y.a.createElement(d.a,{variant:"h5",color:"primary"},"Faction Invitations"),y.a.createElement(m.a,null,i.map(t=>C.a.hasOwnProperty(t)?y.a.createElement(O,{key:t,faction:C.a[t],joined:!1,rerender:n}):null))),y.a.createElement("span",null,y.a.createElement(d.a,{variant:"h5",color:"primary"},"Your Factions"),y.a.createElement(m.a,null,r.length>0?r.map(t=>C.a.hasOwnProperty(t)?y.a.createElement(O,{key:t,faction:C.a[t],joined:!0,rerender:n}):null):y.a.createElement(d.a,null,"You have not yet joined any Factions.")))))}},,,,function(t,e,n){"use strict";n.d(e,"b",(function(){return _})),n.d(e,"a",(function(){return C})),n.d(e,"c",(function(){return x}));var a=n(0),r=n.n(a),i=n(21),o=n(3),s=n(146),l=n(369),c=n(23),f=n(10),u=n(47),m=n(87),h=n(6),d=n(350),p=n(22),g=n(102),b=n(552),y=n(665),E=n(667),v=n(679),k=n.n(v),w=n(1474),S=n.n(w);let _=!1;function C(){_=!0}function x({softReset:t,errorData:e,resetError:n}){var v,w;return h.a.AutosaveInterval=0,Object(a.useEffect)(()=>{Object(d.b)().then(t=>{const e=`RECOVERY_BITBURNER_${Math.round(Date.now()/1e3)}.json`;Object(g.a)(e,t)}).catch(t=>console.error(t))},[]),r.a.createElement(i.a,{sx:{padding:"8px 16px",minHeight:"100vh",maxWidth:"1200px",boxSizing:"border-box"}},r.a.createElement(o.a,{variant:"h3"},"RECOVERY MODE ACTIVATED"),r.a.createElement(o.a,null,"There was an error with your save file and the game went into recovery mode. In this mode saving is disabled and the game will automatically export your save file (to prevent corruption)."),r.a.createElement(o.a,null,"At this point it is recommended to alert a developer."),r.a.createElement(o.a,null,r.a.createElement(s.a,{href:null!==(v=null==e?void 0:e.issueUrl)&&void 0!==v?v:b.b,target:"_blank"},"File an issue on github")),r.a.createElement(o.a,null,r.a.createElement(s.a,{href:"https://www.reddit.com/r/Bitburner/",target:"_blank"},"Make a reddit post")),r.a.createElement(o.a,null,r.a.createElement(s.a,{href:"https://discord.gg/TFc3hKD",target:"_blank"},"Post in the #bug-report channel on Discord.")),r.a.createElement(o.a,null,"Please include your save file."),r.a.createElement("br",null),r.a.createElement("br",null),r.a.createElement(o.a,null,"You can disable recovery mode now. But chances are the game will not work correctly."),r.a.createElement(l.a,{sx:{my:2}},r.a.createElement(c.a,{title:"Disables the recovery mode & attempt to head back to the terminal page. This may or may not work. Ensure you have saved the recovery file."},r.a.createElement(f.a,{onClick:function(){n&&n(),_=!1,p.b.toTerminal()},startIcon:r.a.createElement(k.a,null)},"Disable Recovery Mode")),r.a.createElement(E.a,{color:"warning",onTriggered:t}),r.a.createElement(y.a,{color:"error"})),e&&r.a.createElement(u.a,{sx:{px:2,pt:1,pb:2,mt:2}},r.a.createElement(o.a,{variant:"h5"},e.title),r.a.createElement(i.a,{sx:{my:2}},r.a.createElement(m.a,{label:"Bug Report Text",value:e.body,variant:"outlined",color:"secondary",multiline:!0,fullWidth:!0,rows:12,sx:{"& .MuiOutlinedInput-root":{color:h.a.theme.secondary}}})),r.a.createElement(c.a,{title:"Submitting an issue to GitHub really help us improve the game!"},r.a.createElement(f.a,{component:s.a,startIcon:r.a.createElement(S.a,null),color:"info",sx:{px:2},href:null!==(w=e.issueUrl)&&void 0!==w?w:b.b,target:"_blank"},"Submit Issue to GitHub"))))}},,function(t,e,n){"use strict";n.d(e,"b",(function(){return i})),n.d(e,"a",(function(){return o}));var a=n(990);let r=1;function i(t){return r+=t,()=>r-=t}function o(){return Object(a.a)(r)}},,function(t,e,n){"use strict";let a;n.d(e,"a",(function(){return a})),function(t){t[t.SyntaxError=-1]="SyntaxError",t[t.ImportError=-2]="ImportError"}(a||(a={}))},,,,,,,,,,function(t,e,n){"use strict";n.d(e,"a",(function(){return a}));class a{constructor(t,e=[],n=""){this.name=t,this.locations=e,this.asciiArt=n}addLocation(t){this.locations.push(t)}}},function(t,e,n){"use strict";n.d(e,"f",(function(){return c})),n.d(e,"b",(function(){return f})),n.d(e,"c",(function(){return u})),n.d(e,"e",(function(){return m})),n.d(e,"d",(function(){return h})),n.d(e,"a",(function(){return d}));var a=n(15),r=n(25),i=n(46),o=n(93),s=n(26),l=n(88);function c(){return this.getHomeComputer().serversOnNetwork.includes(l.a.DarkWeb)}function f(){const t=Object(s.d)(this.currentServer);if(null===t)throw new Error("somehow connected to a server that does not exist. "+this.currentServer);return t}function u(){const t=Object(s.d)("home");if(t instanceof i.a)return t;throw new Error("home computer was not a normal server")}function m(){const t=this.getHomeComputer().maxRam,e=Math.log2(t),n=Math.pow(1.58,e);return t*a.a.BaseCostFor1GBOfRamHome*n*r.a.HomeComputerRamCost}function h(){return 1e9*Math.pow(7.5,this.getHomeComputer().cpuCores)}function d(){const t="hacknet-node-"+this.hacknetNodes.length,e=new o.a({adminRights:!0,hostname:t,ip:Object(s.e)()});this.hacknetNodes.push(e.hostname),Object(s.a)(e);return this.getHomeComputer().serversOnNetwork.push(e.hostname),e.serversOnNetwork.push(l.a.Home),e}},,function(t,e,n){"use strict";n.d(e,"a",(function(){return c}));var a=n(21),r=n(23),i=n(3),o=n(1866),s=n(0),l=n.n(s);const c=t=>{const[e,n]=Object(s.useState)(t.initialValue);return l.a.createElement(a.a,null,l.a.createElement(r.a,{title:l.a.createElement(i.a,null,t.tooltip)},l.a.createElement(i.a,null,t.label)),l.a.createElement(o.a,{value:e,onChange:(t,e)=>{"number"==typeof e&&n(e)},onChangeCommitted:t.callback,step:t.step,min:t.min,max:t.max,valueLabelDisplay:"auto",sx:{"& .MuiSlider-thumb":{height:"12px",width:"12px"}},marks:t.marks}))}},,function(t,e,n){"use strict";n.d(e,"b",(function(){return l})),n.d(e,"a",(function(){return f}));var a=n(0),r=n(3),i=n(23),o=n(10),s=n(87);let l;function c(t){let e="",n="";return t.tickerDisplayMode===l.Portfolio?(e="Switch to 'All Stocks' Mode",n="Displays all stocks on the WSE"):(e="Switch to 'Portfolio' Mode",n="Displays only the stocks for which you have shares or orders"),a.createElement(i.a,{title:a.createElement(r.a,null,n)},a.createElement(o.a,{onClick:t.changeDisplayMode},e))}function f(t){return a.createElement(a.Fragment,null,a.createElement(c,t),a.createElement("br",null),a.createElement(s.a,{sx:{width:"100%"},onChange:t.changeWatchlistFilter,placeholder:"Filter Stocks by symbol (comma-separated list)",type:"text"}))}!function(t){t[t.AllStocks=0]="AllStocks",t[t.Portfolio=1]="Portfolio"}(l||(l={}))},,,,,,,,,,,,,,,function(t,e,n){"use strict";n.d(e,"a",(function(){return a}));const a={lineHeight:1.5,fontFamily:"Lucida Console, Lucida Sans Unicode, Fira Mono, Consolas, Courier New, Courier, monospace, Times New Roman"}},function(t,e,n){"use strict";n.d(e,"a",(function(){return D}));var a=n(16),r=n(273),i=n(44),o=n(553),s=n(274),l=n(137),c=n(363),f=n(682),u=n(258),m=n(29),h=n(230),d=n(978),p=n(1),g=n(979),b=n(22),y=n(683),E=n(270),v=n(35),k=n(63),w=n(7),S=n(25),_=n(316),C=n(30),x=n(417),L=n(19),O=n(6),M=n(13),A=n(989),T=n(101),R=n(5),N=n(31),P=n(377),I=n(351);function F(t,e,n){return e in t?Object.defineProperty(t,e,{value:n,enumerable:!0,configurable:!0,writable:!0}):t[e]=n,t}class D{constructor(){F(this,"numHosp",0),F(this,"moneyLost",0),F(this,"rank",0),F(this,"maxRank",0),F(this,"skillPoints",0),F(this,"totalSkillPoints",0),F(this,"teamSize",0),F(this,"sleeveSize",0),F(this,"teamLost",0),F(this,"hpLost",0),F(this,"storedCycles",0),F(this,"randomEventCounter",Object(v.a)(240,600)),F(this,"actionTimeToComplete",0),F(this,"actionTimeCurrent",0),F(this,"actionTimeOverflow",0),F(this,"action",new r.a({type:i.a.Idle})),F(this,"cities",{}),F(this,"city",k.a.CityNames[2]),F(this,"skills",{}),F(this,"skillMultipliers",{}),F(this,"staminaBonus",0),F(this,"maxStamina",0),F(this,"stamina",0),F(this,"contracts",{}),F(this,"operations",{}),F(this,"blackops",{}),F(this,"logging",{general:!0,contracts:!0,ops:!0,blackops:!0,events:!0}),F(this,"automateEnabled",!1),F(this,"automateActionHigh",new r.a({type:i.a.Idle})),F(this,"automateThreshHigh",0),F(this,"automateActionLow",new r.a({type:i.a.Idle})),F(this,"automateThreshLow",0),F(this,"consoleHistory",[]),F(this,"consoleLogs",["Bladeburner Console","Type 'help' to see console commands"]);for(let t=0;tthis.rank)return{error:"Tried to start a Black Operation without the rank requirement"};const n=[];for(const t of Object.keys(s.a))s.a.hasOwnProperty(t)&&n.push(t);n.sort((function(t,e){return s.a[t].reqdRank-s.a[e].reqdRank}));const a=n.indexOf(t.name);return-1===a?{error:`Invalid Black Op: '${name}'`}:a>0&&null==this.blackops[n[a-1]]?{error:`Preceding Black Op must be completed before starting '${t.name}'.`}:{isAvailable:!0,action:e}}startAction(t){if(null!=t)switch(this.action=t,this.actionTimeCurrent=0,t.type){case i.a.Idle:this.actionTimeToComplete=0;break;case i.a.Contract:try{const e=this.getActionObject(t);if(null==e)throw new Error("Failed to get Contract Object for: "+t.name);if(e.count<1)return this.resetAction();this.actionTimeToComplete=e.getActionTime(this,p.a)}catch(t){Object(E.a)(t)}break;case i.a.Operation:try{const e=this.getActionObject(t);if(null==e)throw new Error("Failed to get Operation Object for: "+t.name);if(e.count<1)return this.resetAction();if("Raid"===t.name&&0===this.getCurrentCity().comms)return this.resetAction();this.actionTimeToComplete=e.getActionTime(this,p.a)}catch(t){Object(E.a)(t)}break;case i.a.BlackOp:case i.a.BlackOperation:try{const e=this.canAttemptBlackOp(t);if(!e.isAvailable){this.resetAction(),this.log("Error: "+e.error);break}if(void 0===e.action)throw new Error("action should not be null");this.actionTimeToComplete=e.action.getActionTime(this,p.a)}catch(t){Object(E.a)(t)}break;case i.a.Recruitment:this.actionTimeToComplete=this.getRecruitmentTime(p.a);break;case i.a.Training:case i.a.FieldAnalysis:case i.a["Field Analysis"]:this.actionTimeToComplete=30;break;case i.a.Diplomacy:case i.a["Hyperbolic Regeneration Chamber"]:case i.a["Incite Violence"]:this.actionTimeToComplete=60;break;default:throw new Error("Invalid Action Type in bladeburner.startAction(): "+t.type)}}upgradeSkill(t,e=1){const n=t.name;if(this.skills[n]?this.skills[n]+=e:this.skills[n]=e,isNaN(this.skills[n])||this.skills[n]<0)throw new Error("Level of Skill "+n+" is invalid: "+this.skills[n]);this.updateSkillMultipliers()}executeConsoleCommands(t){try{this.consoleHistory[this.consoleHistory.length-1]!=t&&(this.consoleHistory.push(t),this.consoleHistory.length>50&&this.consoleHistory.splice(0,1));const e=t.split(";");for(let t=0;t100&&this.consoleLogs.shift())}log(t){this.postToConsole(`[${Object(A.a)()}] ${t}`)}resetAction(){this.action=new r.a({type:i.a.Idle}),this.actionTimeCurrent=0,this.actionTimeToComplete=0}clearConsole(){this.consoleLogs.length=0}prestige(){this.resetAction();const t=C.a[R.a.Bladeburners];this.rank>=k.a.RankNeededForFaction&&Object(T.d)(t)}storeCycles(t=0){this.storedCycles+=t}getActionIdFromTypeAndName(t="",e=""){if(""===t||""===e)return null;const n=new r.a,a=t.toLowerCase().trim(),o=e.toLowerCase().trim();switch(a){case"contract":case"contracts":case"contr":return n.type=i.a.Contract,this.contracts.hasOwnProperty(e)?(n.name=e,n):null;case"operation":case"operations":case"op":case"ops":return n.type=i.a.Operation,this.operations.hasOwnProperty(e)?(n.name=e,n):null;case"blackoperation":case"black operation":case"black operations":case"black op":case"black ops":case"blackop":case"blackops":return n.type=i.a.BlackOp,s.a.hasOwnProperty(e)?(n.name=e,n):null;case"general":case"general action":case"gen":break;default:return null}if(a.startsWith("gen")){switch(o){case"training":n.type=i.a.Training,n.name="Training";break;case"recruitment":case"recruit":n.type=i.a.Recruitment,n.name="Recruitment";break;case"field analysis":case"fieldanalysis":n.type=i.a["Field Analysis"],n.name="Field Analysis";break;case"diplomacy":n.type=i.a.Diplomacy,n.name="Diplomacy";break;case"hyperbolic regeneration chamber":n.type=i.a["Hyperbolic Regeneration Chamber"],n.name="Hyperbolic Regeneration Chamber";break;case"incite violence":n.type=i.a["Incite Violence"],n.name="Incite Violence";break;default:return null}return n}return null}executeStartConsoleCommand(t){if(3!==t.length)return this.postToConsole("Invalid usage of 'start' console command: start [type] [name]"),void this.postToConsole("Use 'help start' for more info");const e=t[2];switch(t[1].toLowerCase()){case"general":case"gen":null!=u.a[e]?(this.action.type=i.a[e],this.action.name=e,this.startAction(this.action)):this.postToConsole("Invalid action name specified: "+t[2]);break;case"contract":case"contracts":null!=this.contracts[e]?(this.action.type=i.a.Contract,this.action.name=e,this.startAction(this.action)):this.postToConsole("Invalid contract name specified: "+t[2]);break;case"ops":case"op":case"operations":case"operation":null!=this.operations[e]?(this.action.type=i.a.Operation,this.action.name=e,this.startAction(this.action)):this.postToConsole("Invalid Operation name specified: "+t[2]);break;case"blackops":case"blackop":case"black operations":case"black operation":null!=s.a[e]?(this.action.type=i.a.BlackOperation,this.action.name=e,this.startAction(this.action)):this.postToConsole("Invalid BlackOp name specified: "+t[2]);break;default:this.postToConsole("Invalid action/event type specified: "+t[1]),this.postToConsole("Examples of valid action/event identifiers are: [general, contract, op, blackop]")}}executeSkillConsoleCommand(t){switch(t.length){case 1:this.postToConsole("Invalid usage of 'skill' console command: skill [action] [name]"),this.postToConsole("Use 'help skill' for more info");break;case 2:if("list"===t[1].toLowerCase()){this.postToConsole("Skills: ");const t=Object.keys(h.a);for(let e=0;e=n.maxLvl?this.postToConsole(`This skill ${n.name} is already at max level (${t}/${n.maxLvl}).`):this.skillPoints>=a?(this.skillPoints-=a,this.upgradeSkill(n),this.log(n.name+" upgraded to Level "+this.skills[e])):this.postToConsole("You do not have enough Skill Points to upgrade this. You need "+Object(m.d)(a,0))}else this.postToConsole("Invalid usage of 'skill' console command: skill [action] [name]"),this.postToConsole("Use 'help skill' for more info");break}default:this.postToConsole("Invalid usage of 'skill' console command: skill [action] [name]"),this.postToConsole("Use 'help skill' for more info")}}executeLogConsoleCommand(t){if(t.length<3)return this.postToConsole("Invalid usage of log command: log [enable/disable] [action/event]"),void this.postToConsole("Use 'help log' for more details and examples");let e=!0;switch(t[1].toLowerCase().includes("d")&&(e=!1),t[2].toLowerCase()){case"general":case"gen":this.logging.general=e,this.log("Logging "+(e?"enabled":"disabled")+" for general actions");break;case"contract":case"contracts":this.logging.contracts=e,this.log("Logging "+(e?"enabled":"disabled")+" for Contracts");break;case"ops":case"op":case"operations":case"operation":this.logging.ops=e,this.log("Logging "+(e?"enabled":"disabled")+" for Operations");break;case"blackops":case"blackop":case"black operations":case"black operation":this.logging.blackops=e,this.log("Logging "+(e?"enabled":"disabled")+" for BlackOps");break;case"event":case"events":this.logging.events=e,this.log("Logging "+(e?"enabled":"disabled")+" for events");break;case"all":this.logging.general=e,this.logging.contracts=e,this.logging.ops=e,this.logging.blackops=e,this.logging.events=e,this.log("Logging "+(e?"enabled":"disabled")+" for everything");break;default:this.postToConsole("Invalid action/event type specified: "+t[2]),this.postToConsole("Examples of valid action/event identifiers are: [general, contracts, ops, blackops, events]")}}executeHelpConsoleCommand(t){if(1===t.length)for(const t of y.a.helpList)this.postToConsole(t);else for(let e=1;e0&&(i*=Object(v.a)(2,4),--a.comms,++n.comms);const o=Math.round(a.pop*i);a.pop-=o,n.pop+=o}triggerPotentialMigration(t,e){(null==e||isNaN(e))&&console.error("Invalid 'chance' parameter passed into Bladeburner.triggerPotentialMigration()"),e>1&&(e/=100),Math.random()=1){let a;a=t?Math.ceil(n/2):Math.floor(n);const r=Object(v.a)(0,a);if(this.teamSize-=r,this.teamSizeObject(I.b)(t.currentWork));for(let e=0;e>this.teamSize-this.sleeveSize;e--){const e=Math.floor(Math.random()*t.length);t[e].takeDamage(t[e].hp.max),t.splice(e,1)}this.teamSize+=this.sleeveSize}this.teamLost+=r,this.logging.ops&&r>0&&this.log("Lost "+Object(m.d)(r,0)+" team members during this "+e.name)}const a=this.getCurrentCity();switch(e.name){case"Investigation":t?a.improvePopulationEstimateByPercentage(.4*this.skillMultipliers.successChanceEstimate):this.triggerPotentialMigration(this.city,.1);break;case"Undercover Operation":t?a.improvePopulationEstimateByPercentage(.8*this.skillMultipliers.successChanceEstimate):this.triggerPotentialMigration(this.city,.15);break;case"Sting Operation":t&&a.changePopulationByPercentage(-.1,{changeEstEqually:!0,nonZero:!0}),a.changeChaosByCount(.1);break;case"Raid":if(t)a.changePopulationByPercentage(-1,{changeEstEqually:!0,nonZero:!0}),--a.comms;else{const t=Object(v.a)(-10,-5)/10;a.changePopulationByPercentage(t,{nonZero:!0,changeEstEqually:!1})}a.changeChaosByPercentage(Object(v.a)(1,5));break;case"Stealth Retirement Operation":t&&a.changePopulationByPercentage(-.5,{changeEstEqually:!0,nonZero:!0}),a.changeChaosByPercentage(Object(v.a)(-3,-1));break;case"Assassination":t&&a.changePopulationByCount(-1,{estChange:-1,estOffset:0}),a.changeChaosByPercentage(Object(v.a)(-5,5));break;default:throw new Error("Invalid Action name in completeOperation: "+this.action.name)}}getActionObject(t){switch(t.type){case i.a.Contract:return this.contracts[t.name];case i.a.Operation:return this.operations[t.name];case i.a.BlackOp:case i.a.BlackOperation:return s.a[t.name];case i.a.Training:return u.a.Training;case i.a["Field Analysis"]:return u.a["Field Analysis"];case i.a.Recruitment:return u.a.Recruitment;case i.a.Diplomacy:return u.a.Diplomacy;case i.a["Hyperbolic Regeneration Chamber"]:return u.a["Hyperbolic Regeneration Chamber"];case i.a["Incite Violence"]:return u.a["Incite Violence"];default:return null}}completeContract(t,e){if(e.type!==i.a.Contract)throw new Error("completeContract() called even though current action is not a Contract");const n=this.getCurrentCity();if(t)switch(e.name){case"Tracking":n.improvePopulationEstimateByCount(Object(v.a)(100,1e3)*this.skillMultipliers.successChanceEstimate);break;case"Bounty Hunter":n.changePopulationByCount(-1,{estChange:-1,estOffset:0}),n.changeChaosByCount(.02);break;case"Retirement":n.changePopulationByCount(-1,{estChange:-1,estOffset:0}),n.changeChaosByCount(.04);break;default:throw new Error("Invalid Action name in completeContract: "+e.name)}}completeAction(t,e,n=!0){let a=Object(g.a)();switch(e.type){case i.a.Contract:case i.a.Operation:try{const r=e.type===i.a.Operation,o=this.getActionObject(e);if(null==o)throw new Error("Failed to get Contract/Operation Object for: "+e.name);const s=o.getDifficulty(),l=Math.pow(s,k.a.DiffMultExponentialFactor)+s/k.a.DiffMultLinearFactor,c=Math.pow(o.rewardFac,o.level-1);if(n&&(this.stamina-=k.a.BaseStaminaLoss*l,this.stamina<0&&(this.stamina=0)),o.attempt(this,t)){a=this.getActionStats(o,t,!0),++o.successes,--o.count;let n=0;if(r||(n=k.a.ContractBaseMoneyGain*c*this.skillMultipliers.money,a.money=n),r?o.setMaxLevel(k.a.OperationSuccessesPerLevel):o.setMaxLevel(k.a.ContractSuccessesPerLevel),o.rankGain){const e=Object(_.a)(o.rankGain*c*S.a.BladeburnerRank,10);this.changeRank(t,e),r&&this.logging.ops?this.log(`${t.whoAmI()}: ${o.name} successfully completed! Gained ${Object(m.d)(e,3)} rank`):!r&&this.logging.contracts&&this.log(`${t.whoAmI()}: ${o.name} contract successfully completed! Gained ${Object(m.d)(e,3)} rank and ${w.a.formatMoney(n)}`)}r?this.completeOperation(!0):this.completeContract(!0,e)}else{a=this.getActionStats(o,t,!1),++o.failures;let n=0,i=0;if(o.rankLoss&&(n=Object(_.a)(o.rankLoss*c,10),this.changeRank(t,-1*n)),o.hpLoss){i=o.hpLoss*l,i=Math.ceil(Object(_.a)(i,10)),this.hpLost+=i;const e=Object(x.a)(i);t.takeDamage(i)&&(++this.numHosp,this.moneyLost+=e)}let s="";n>0&&(s+="Lost "+Object(m.d)(n,3)+" rank. "),i>0&&(s+="Took "+Object(m.d)(i,0)+" damage."),r&&this.logging.ops?this.log(t.whoAmI()+": "+o.name+" failed! "+s):!r&&this.logging.contracts&&this.log(t.whoAmI()+": "+o.name+" contract failed! "+s),r?this.completeOperation(!1):this.completeContract(!1,e)}o.autoLevel&&(o.level=o.maxLevel)}catch(t){Object(E.a)(t)}break;case i.a.BlackOp:case i.a.BlackOperation:try{const n=this.getActionObject(e);if(null==n||!(n instanceof l.a))throw new Error("Failed to get BlackOperation Object for: "+e.name);const r=n.getDifficulty(),i=Math.pow(r,k.a.DiffMultExponentialFactor)+r/k.a.DiffMultLinearFactor;this.stamina-=k.a.BaseStaminaLoss*i,this.stamina<0&&(this.stamina=0);const o=n.teamCount;let s;if(n.attempt(this,t)){a=this.getActionStats(n,t,!0),n.count=0,this.blackops[n.name]=!0;let e=0;n.rankGain&&(e=Object(_.a)(n.rankGain*S.a.BladeburnerRank,10),this.changeRank(t,e)),s=Math.ceil(o/2),this.logging.blackops&&this.log(t.whoAmI()+": "+n.name+" successful! Gained "+Object(m.d)(e,1)+" rank")}else{a=this.getActionStats(n,t,!1);let e=0,r=0;if(n.rankLoss&&(e=Object(_.a)(n.rankLoss,10),this.changeRank(t,-1*e)),n.hpLoss){r=n.hpLoss*i,r=Math.ceil(Object(_.a)(r,10));const e=Object(x.a)(r);t.takeDamage(r)&&(++this.numHosp,this.moneyLost+=e)}s=Math.floor(o),this.logging.blackops&&this.log(t.whoAmI()+": "+n.name+" failed! Lost "+Object(m.d)(e,1)+" rank and took "+Object(m.d)(r,0)+" damage")}if(this.resetAction(),o>=1){const e=Object(v.a)(1,s);if(this.teamSize-=e,this.teamSizeObject(I.b)(t.currentWork));for(let e=0;e>this.teamSize-this.sleeveSize;e--){const e=Math.floor(Math.random()*t.length);t[e].takeDamage(t[e].hp.max),t.splice(e,1)}this.teamSize+=this.sleeveSize}this.teamLost+=e,this.logging.blackops&&this.log(`${t.whoAmI()}: You lost ${Object(m.d)(e,0)} team members during ${n.name}`)}}catch(t){Object(E.a)(String(t))}break;case i.a.Training:{this.stamina-=.5*k.a.BaseStaminaLoss;const e=30*t.mults.strength_exp,n=30*t.mults.defense_exp,r=30*t.mults.dexterity_exp,i=30*t.mults.agility_exp,o=.04*this.skillMultipliers.stamina;a.str=e,a.def=n,a.dex=r,a.agi=i,this.staminaBonus+=o,this.logging.general&&this.log(t.whoAmI()+": Training completed. Gained: "+Object(m.d)(e,1)+" str exp, "+Object(m.d)(n,1)+" def exp, "+Object(m.d)(r,1)+" dex exp, "+Object(m.d)(i,1)+" agi exp, "+Object(m.d)(o,3)+" max stamina");break}case i.a.FieldAnalysis:case i.a["Field Analysis"]:{let e=.04*Math.pow(t.skills.hacking,.3)+.04*Math.pow(t.skills.intelligence,.9)+.02*Math.pow(t.skills.charisma,.3);if(e*=t.mults.bladeburner_analysis,isNaN(e)||e<0)throw new Error("Field Analysis Effectiveness calculated to be NaN or negative");const n=20*t.mults.hacking_exp,r=20*t.mults.charisma_exp,i=.1*S.a.BladeburnerRank;a.hack=n,a.cha=r,a.int=k.a.BaseIntGain,this.changeRank(t,i),this.getCurrentCity().improvePopulationEstimateByPercentage(e*this.skillMultipliers.successChanceEstimate),this.logging.general&&this.log(t.whoAmI()+": "+`Field analysis completed. Gained ${Object(m.d)(i,2)} rank, `+Object(m.d)(n,1)+" hacking exp, and "+Object(m.d)(r,1)+" charisma exp");break}case i.a.Recruitment:{const e=this.getRecruitmentSuccessChance(t),n=1e3*this.getRecruitmentTime(t);if(Math.random()Object(P.b)(t.currentWork)).length,e=Math.pow(t,-.5)/2;for(const t of Object.keys(this.contracts))this.contracts[t].count+=e;for(const t of Object.keys(this.operations))this.operations[t].count+=e;this.logging.general&&this.log("Sleeve: Infiltrate the synthoid communities.")}changeRank(t,e){if(isNaN(e))throw new Error("NaN passed into Bladeburner.changeRank()");this.rank+=e,this.rank<0&&(this.rank=0),this.maxRank=Math.max(this.rank,this.maxRank);const n=R.a.Bladeburners;if(Object(C.b)(n)){const a=C.a[n];if(!a)throw new Error(`Could not properly get ${R.a.Bladeburners} Faction object in ${R.a.Bladeburners} UI Overview Faction button`);if(a.isMember){const n=1+a.favor/100;a.playerReputation+=k.a.RankToFactionRepFactor*e*t.mults.faction_rep*n}}const a=(this.totalSkillPoints+1)*k.a.RanksPerSkillPoint;if(this.maxRank>=a){const t=Math.floor((this.maxRank-a)/k.a.RanksPerSkillPoint+1);this.skillPoints+=t,this.totalSkillPoints+=t}}processAction(t){if(this.action.type!==i.a.Idle){if(this.actionTimeToComplete<=0)throw new Error(`Invalid actionTimeToComplete value: ${this.actionTimeToComplete}, type; ${this.action.type}`);if(!this.action)throw new Error("Bladeburner.action is not an ActionIdentifier Object");if(this.actionTimeCurrent+=t+this.actionTimeOverflow,this.actionTimeOverflow=0,this.actionTimeCurrent>=this.actionTimeToComplete){this.actionTimeOverflow=this.actionTimeCurrent-this.actionTimeToComplete;const t=this.getActionObject(this.action),e=this.completeAction(p.a,this.action);if(p.a.gainMoney(e.money,"bladeburner"),p.a.gainStats(e),null==t)throw new Error("Failed to get BlackOperation Object for: "+this.action.name);this.action.type!=i.a.BlackOperation&&this.action.type!=i.a.BlackOp&&this.startAction(this.action)}}}calculateStaminaGainPerSecond(){const t=p.a.skills.agility*this.skillMultipliers.effAgi,e=this.maxStamina/k.a.MaxStaminaToGainFactor;return(k.a.StaminaGainPerSecond+e)*Math.pow(t,.17)*(this.skillMultipliers.stamina*p.a.mults.bladeburner_stamina_gain)}calculateMaxStamina(){const t=p.a.skills.agility*this.skillMultipliers.effAgi,e=(Math.pow(t,.8)+this.staminaBonus)*this.skillMultipliers.stamina*p.a.mults.bladeburner_max_stamina;if(this.maxStamina!==e){const t=this.maxStamina;this.maxStamina=e,this.stamina=this.maxStamina*this.stamina/t}if(isNaN(e))throw new Error("Max Stamina calculated to be NaN in Bladeburner.calculateMaxStamina()")}create(){this.contracts.Tracking=new f.a({name:"Tracking",baseDifficulty:125,difficultyFac:1.02,rewardFac:1.041,rankGain:.3,hpLoss:.5,count:Object(v.a)(25,150),weights:{hack:0,str:.05,def:.05,dex:.35,agi:.35,cha:.1,int:.05},decays:{hack:0,str:.91,def:.91,dex:.91,agi:.91,cha:.9,int:1},isStealth:!0}),this.contracts["Bounty Hunter"]=new f.a({name:"Bounty Hunter",baseDifficulty:250,difficultyFac:1.04,rewardFac:1.085,rankGain:.9,hpLoss:1,count:Object(v.a)(5,150),weights:{hack:0,str:.15,def:.15,dex:.25,agi:.25,cha:.1,int:.1},decays:{hack:0,str:.91,def:.91,dex:.91,agi:.91,cha:.8,int:.9},isKill:!0}),this.contracts.Retirement=new f.a({name:"Retirement",baseDifficulty:200,difficultyFac:1.03,rewardFac:1.065,rankGain:.6,hpLoss:1,count:Object(v.a)(5,150),weights:{hack:0,str:.2,def:.2,dex:.2,agi:.2,cha:.1,int:.1},decays:{hack:0,str:.91,def:.91,dex:.91,agi:.91,cha:.8,int:.9},isKill:!0}),this.operations.Investigation=new c.a({name:"Investigation",baseDifficulty:400,difficultyFac:1.03,rewardFac:1.07,reqdRank:25,rankGain:2.2,rankLoss:.2,count:Object(v.a)(1,100),weights:{hack:.25,str:.05,def:.05,dex:.2,agi:.1,cha:.25,int:.1},decays:{hack:.85,str:.9,def:.9,dex:.9,agi:.9,cha:.7,int:.9},isStealth:!0}),this.operations["Undercover Operation"]=new c.a({name:"Undercover Operation",baseDifficulty:500,difficultyFac:1.04,rewardFac:1.09,reqdRank:100,rankGain:4.4,rankLoss:.4,hpLoss:2,count:Object(v.a)(1,100),weights:{hack:.2,str:.05,def:.05,dex:.2,agi:.2,cha:.2,int:.1},decays:{hack:.8,str:.9,def:.9,dex:.9,agi:.9,cha:.7,int:.9},isStealth:!0}),this.operations["Sting Operation"]=new c.a({name:"Sting Operation",baseDifficulty:650,difficultyFac:1.04,rewardFac:1.095,reqdRank:500,rankGain:5.5,rankLoss:.5,hpLoss:2.5,count:Object(v.a)(1,150),weights:{hack:.25,str:.05,def:.05,dex:.25,agi:.1,cha:.2,int:.1},decays:{hack:.8,str:.85,def:.85,dex:.85,agi:.85,cha:.7,int:.9},isStealth:!0}),this.operations.Raid=new c.a({name:"Raid",baseDifficulty:800,difficultyFac:1.045,rewardFac:1.1,reqdRank:3e3,rankGain:55,rankLoss:2.5,hpLoss:50,count:Object(v.a)(1,150),weights:{hack:.1,str:.2,def:.2,dex:.2,agi:.2,cha:0,int:.1},decays:{hack:.7,str:.8,def:.8,dex:.8,agi:.8,cha:0,int:.9},isKill:!0}),this.operations["Stealth Retirement Operation"]=new c.a({name:"Stealth Retirement Operation",baseDifficulty:1e3,difficultyFac:1.05,rewardFac:1.11,reqdRank:2e4,rankGain:22,rankLoss:2,hpLoss:10,count:Object(v.a)(1,150),weights:{hack:.1,str:.1,def:.1,dex:.3,agi:.3,cha:0,int:.1},decays:{hack:.7,str:.8,def:.8,dex:.8,agi:.8,cha:0,int:.9},isStealth:!0,isKill:!0}),this.operations.Assassination=new c.a({name:"Assassination",baseDifficulty:1500,difficultyFac:1.06,rewardFac:1.14,reqdRank:5e4,rankGain:44,rankLoss:4,hpLoss:5,count:Object(v.a)(1,150),weights:{hack:.1,str:.1,def:.1,dex:.3,agi:.3,cha:0,int:.1},decays:{hack:.6,str:.8,def:.8,dex:.8,agi:.8,cha:0,int:.8},isStealth:!0,isKill:!0})}process(){if(b.b.isInitialized){if(!p.a.hasAugmentation(M.a.BladesSimulacrum,!0)&&p.a.currentWork){if(this.action.type!==i.a.Idle){let t="Your Bladeburner action was cancelled because you started doing something else.";this.automateEnabled&&(t+="

Your automation was disabled as well. You will have to re-enable it through the Bladeburner console",this.automateEnabled=!1),O.a.SuppressBladeburnerPopup||Object(L.a)(t)}this.resetAction()}if(this.stamina<=0&&(this.log("Your Bladeburner action was cancelled because your stamina hit 0"),this.resetAction()),this.storedCycles>=k.a.CyclesPerSecond){let t=Math.floor(this.storedCycles/k.a.CyclesPerSecond);t=Math.min(t,5),this.storedCycles-=t*k.a.CyclesPerSecond,this.calculateMaxStamina(),this.stamina+=this.calculateStaminaGainPerSecond()*t,this.stamina=Math.min(this.maxStamina,this.stamina);for(const e of Object.values(this.contracts)){const n=o.a[e.name];if(void 0===n)throw new Error(`growth formula for action '${e.name}' is undefined`);e.count+=t*n()/k.a.ActionCountGrowthPeriod}for(const e of Object.values(this.operations)){const n=o.a[e.name];if(void 0===n)throw new Error(`growth formula for action '${e.name}' is undefined`);void 0!==n&&(e.count+=t*n()/k.a.ActionCountGrowthPeriod)}for(const e of k.a.CityNames){const n=this.cities[e];if(!n)throw new Error("Invalid city when processing passive chaos reduction in Bladeburner.process");n.chaos-=1e-4*t,n.chaos=Math.max(0,n.chaos)}this.randomEventCounter-=t,this.randomEventCounter<=0&&(this.randomEvent(),this.randomEventCounter+=Object(v.a)(240,600)),this.processAction(t),this.automateEnabled&&(this.stamina<=this.automateThreshLow?this.action.name===this.automateActionLow.name&&this.action.type===this.automateActionLow.type||(this.action=new r.a({type:this.automateActionLow.type,name:this.automateActionLow.name}),this.startAction(this.action)):this.stamina>=this.automateThreshHigh&&(this.action.name===this.automateActionHigh.name&&this.action.type===this.automateActionHigh.type||(this.action=new r.a({type:this.automateActionHigh.type,name:this.automateActionHigh.name}),this.startAction(this.action))))}}}getTypeAndNameFromActionId(t){const e={type:"",name:""},n=Object.keys(i.a);for(let a=0;aa),!1;if(r.type===i.a.BlackOp){const t=this.canAttemptBlackOp(r);if(!t.isAvailable)return n.log("bladeburner.startAction",()=>t.error+""),!1}try{return this.startAction(r),n.log("bladeburner.startAction",()=>`Starting bladeburner action with type '${t}' and name '${e}'`),!0}catch(t){return console.error(t),this.resetAction(),n.log("bladeburner.startAction",()=>a),!1}}getActionTimeNetscriptFn(t,e,n){const a=this.getActionIdFromTypeAndName(e,n);if(null==a)return"bladeburner.getActionTime";const r=this.getActionObject(a);if(null==r)return"bladeburner.getActionTime";switch(a.type){case i.a.Contract:case i.a.Operation:case i.a.BlackOp:case i.a.BlackOperation:return 1e3*r.getActionTime(this,t);case i.a.Training:case i.a["Field Analysis"]:case i.a.FieldAnalysis:return 3e4;case i.a.Recruitment:return 1e3*this.getRecruitmentTime(t);case i.a.Diplomacy:case i.a["Hyperbolic Regeneration Chamber"]:case i.a["Incite Violence"]:return 6e4;default:return"bladeburner.getActionTime"}}getActionEstimatedSuccessChanceNetscriptFn(t,e,n){const a=this.getActionIdFromTypeAndName(e,n);if(null==a)return"bladeburner.getActionEstimatedSuccessChance";const r=this.getActionObject(a);if(null==r)return"bladeburner.getActionEstimatedSuccessChance";switch(a.type){case i.a.Contract:case i.a.Operation:case i.a.BlackOp:case i.a.BlackOperation:return r.getEstSuccessChance(this,t);case i.a.Training:case i.a["Field Analysis"]:case i.a.FieldAnalysis:case i.a.Diplomacy:case i.a["Hyperbolic Regeneration Chamber"]:case i.a["Incite Violence"]:return[1,1];case i.a.Recruitment:{const e=this.getRecruitmentSuccessChance(t);return[e,e]}default:return"bladeburner.getActionEstimatedSuccessChance"}}getActionCountRemainingNetscriptFn(t,e,n){const a=`Invalid action: type='${t}' name='${e}'`,r=this.getActionIdFromTypeAndName(t,e);if(null==r)return n.log("bladeburner.getActionCountRemaining",()=>a),-1;const o=this.getActionObject(r);if(null==o)return n.log("bladeburner.getActionCountRemaining",()=>a),-1;switch(r.type){case i.a.Contract:case i.a.Operation:return Math.floor(o.count);case i.a.BlackOp:case i.a.BlackOperation:return null!=this.blackops[e]?0:1;case i.a.Training:case i.a.Recruitment:case i.a["Field Analysis"]:case i.a.FieldAnalysis:case i.a.Diplomacy:case i.a["Hyperbolic Regeneration Chamber"]:case i.a["Incite Violence"]:return 1/0;default:return n.log("bladeburner.getActionCountRemaining",()=>a),-1}}getSkillLevelNetscriptFn(t,e){return""!==t&&h.a.hasOwnProperty(t)?null==this.skills[t]?0:this.skills[t]:(e.log("bladeburner.getSkillLevel",()=>`Invalid skill: '${t}'`),-1)}getSkillUpgradeCostNetscriptFn(t,e,n){if(""===t||!h.a.hasOwnProperty(t))return n.log("bladeburner.getSkillUpgradeCost",()=>`Invalid skill: '${t}'`),-1;const a=h.a[t];return null==this.skills[t]?a.calculateCost(0,e):a.calculateCost(this.skills[t],e)}upgradeSkillNetscriptFn(t,e,n){const a=`Invalid skill: '${t}'`;if(!h.a.hasOwnProperty(t))return n.log("bladeburner.upgradeSkill",()=>a),!1;const r=h.a[t];let i=0;this.skills[t]&&!isNaN(this.skills[t])&&(i=this.skills[t]);const o=r.calculateCost(i,e);return r.maxLvl&&i+e>r.maxLvl?(n.log("bladeburner.upgradeSkill",()=>`Skill '${t}' cannot be upgraded ${e} time(s).`),!1):this.skillPoints`You do not have enough skill points to upgrade ${t} ${e} time(s). (You have ${this.skillPoints}, you need ${o})`),!1):(this.skillPoints-=o,this.upgradeSkill(r,e),n.log("bladeburner.upgradeSkill",()=>`'${t}' upgraded to level ${this.skills[t]}`),!0)}getTeamSizeNetscriptFn(t,e,n){if(""===t&&""===e)return this.teamSize;const a=`Invalid action: type='${t}' name='${e}'`,r=this.getActionIdFromTypeAndName(t,e);if(null==r)return n.log("bladeburner.getTeamSize",()=>a),-1;const o=this.getActionObject(r);return null==o?(n.log("bladeburner.getTeamSize",()=>a),-1):r.type===i.a.Operation||r.type===i.a.BlackOp||r.type===i.a.BlackOperation?o.teamCount:0}setTeamSizeNetscriptFn(t,e,n,a){const r=`Invalid action: type='${t}' name='${e}'`,o=this.getActionIdFromTypeAndName(t,e);if(null==o)return a.log("bladeburner.setTeamSize",()=>r),-1;if(o.type!==i.a.Operation&&o.type!==i.a.BlackOp&&o.type!==i.a.BlackOperation)return a.log("bladeburner.setTeamSize",()=>"Only valid for 'Operations' and 'BlackOps'"),-1;const s=this.getActionObject(o);if(null==s)return a.log("bladeburner.setTeamSize",()=>r),-1;let l=Math.round(n);return isNaN(l)||l<0?(a.log("bladeburner.setTeamSize",()=>"Invalid size: "+n),-1):(this.teamSize`Team size for '${e}' set to ${l}.`),l)}joinBladeburnerFactionNetscriptFn(t){const e=C.a[R.a.Bladeburners];return!!e.isMember||(this.rank>=k.a.RankNeededForFaction?(Object(T.d)(e),t.log("bladeburner.joinBladeburnerFaction",()=>`Joined ${R.a.Bladeburners} faction.`),!0):(t.log("bladeburner.joinBladeburnerFaction",()=>`You do not have the required rank (${this.rank}/${k.a.RankNeededForFaction}).`),!1))}toJSON(){return Object(a.b)("Bladeburner",this)}static fromJSON(t){return Object(a.a)(D,t.data)}}a.c.constructors.Bladeburner=D},function(t,e,n){"use strict";n.d(e,"a",(function(){return c}));var a=n(1),r=n(35),i=n(316),o=n(16),s=n(63);function l(t,e,n){return e in t?Object.defineProperty(t,e,{value:n,enumerable:!0,configurable:!0,writable:!0}):t[e]=n,t}class c{constructor(t=null){l(this,"name",""),l(this,"level",1),l(this,"maxLevel",1),l(this,"autoLevel",!0),l(this,"baseDifficulty",100),l(this,"difficultyFac",1.01),l(this,"rewardFac",1.02),l(this,"successes",0),l(this,"failures",0),l(this,"rankGain",0),l(this,"rankLoss",0),l(this,"hpLoss",0),l(this,"hpLost",0),l(this,"isStealth",!1),l(this,"isKill",!1),l(this,"count",Object(r.a)(1e3,25e3)),l(this,"weights",{hack:1/7,str:1/7,def:1/7,dex:1/7,agi:1/7,cha:1/7,int:1/7}),l(this,"decays",{hack:.9,str:.9,def:.9,dex:.9,agi:.9,cha:.9,int:.9}),l(this,"teamCount",0),t&&t.name&&(this.name=t.name),t&&t.baseDifficulty&&(this.baseDifficulty=Object(i.a)(t.baseDifficulty,10)),t&&t.difficultyFac&&(this.difficultyFac=t.difficultyFac),t&&t.rewardFac&&(this.rewardFac=t.rewardFac),t&&t.rankGain&&(this.rankGain=t.rankGain),t&&t.rankLoss&&(this.rankLoss=t.rankLoss),t&&t.hpLoss&&(this.hpLoss=t.hpLoss),t&&t.isStealth&&(this.isStealth=t.isStealth),t&&t.isKill&&(this.isKill=t.isKill),t&&t.count&&(this.count=t.count),t&&t.weights&&(this.weights=t.weights),t&&t.decays&&(this.decays=t.decays);let e=0;for(const t of Object.keys(this.weights))this.weights.hasOwnProperty(t)&&(e+=this.weights[t]);if(e-1>=10*Number.EPSILON)throw new Error("Invalid weights when constructing Action "+this.name+". The weights should sum up to 1. They sum up to :1");for(const t of Object.keys(this.decays))if(this.decays.hasOwnProperty(t)&&this.decays[t]>1)throw new Error(`Invalid decays when constructing Action ${this.name}. Decay value cannot be greater than 1`)}getDifficulty(){const t=this.baseDifficulty*Math.pow(this.difficultyFac,this.level-1);if(isNaN(t))throw new Error("Calculated NaN in Action.getDifficulty()");return t}attempt(t,e){return Math.random()s.a.ChaosThreshold){const t=e.chaos-s.a.ChaosThreshold+1;return Math.pow(t,.5)}return 1}getEstSuccessChance(t,e){function n(t){return Math.max(0,Math.min(t,1))}const a=this.getSuccessChance(t,e,{est:!0}),r=this.getSuccessChance(t,e),i=Math.abs(r-a);let o=r-i,s=r+i;const l=t.getCurrentCity(),c=l.pop/l.popEst;return c<1?o*=c:s*=c,[n(o),n(s)]}getSuccessChance(t,e,n={est:!1}){if(null==t)throw new Error("Invalid Bladeburner instance passed into Action.getSuccessChance");let r=this.getDifficulty(),i=0;for(const n of Object.keys(this.weights))if(this.weights.hasOwnProperty(n)){const a=e.queryStatFromString(n),r="eff"+n.charAt(0).toUpperCase()+n.slice(1);let o=t.skillMultipliers[r];null==o&&(console.error("Failed to find Bladeburner Skill multiplier for: "+n),o=1),i+=this.weights[n]*Math.pow(o*a,this.decays[n])}if(i*=a.a.getIntelligenceBonus(.75),i*=t.calculateStaminaPenalty(),i*=this.getTeamSuccessBonus(t),i*=this.getChaosCompetencePenalty(t,n),r*=this.getChaosDifficultyBonus(t),"Raid"==this.name&&t.getCurrentCity().comms<=0)return 0;if(i*=t.skillMultipliers.successChanceAll,i*=this.getActionTypeSkillSuccessBonus(t),this.isStealth&&(i*=t.skillMultipliers.successChanceStealth),this.isKill&&(i*=t.skillMultipliers.successChanceKill),i*=a.a.mults.bladeburner_success_chance,isNaN(i))throw new Error("Competence calculated as NaN in Action.getSuccessChance()");return Math.min(1,i/r)}getSuccessesNeededForNextLevel(t){return Math.ceil(.5*this.maxLevel*(2*t+(this.maxLevel-1)))}setMaxLevel(t){this.successes>=this.getSuccessesNeededForNextLevel(t)&&++this.maxLevel}toJSON(){return Object(o.b)("Action",this)}static fromJSON(t){return Object(o.a)(c,t.data)}}o.c.constructors.Action=c},function(t,e,n){"use strict";n.d(e,"a",(function(){return i}));var a=n(995),r=n(19);function i(t){const e=a.a[t];if(null==e)return;const n=`${e.title}

${e.txt}`;Object(r.a)(n,!0)}},function(t,e,n){"use strict";n.d(e,"a",(function(){return a}));class a{constructor(t,e,n,a,r){this.name=t,this.desc=e,this.isHacking=n,this.isCombat=a,this.baseRespect=r.baseRespect?r.baseRespect:0,this.baseWanted=r.baseWanted?r.baseWanted:0,this.baseMoney=r.baseMoney?r.baseMoney:0,this.hackWeight=r.hackWeight?r.hackWeight:0,this.strWeight=r.strWeight?r.strWeight:0,this.defWeight=r.defWeight?r.defWeight:0,this.dexWeight=r.dexWeight?r.dexWeight:0,this.agiWeight=r.agiWeight?r.agiWeight:0,this.chaWeight=r.chaWeight?r.chaWeight:0,100!=Math.round(this.hackWeight+this.strWeight+this.defWeight+this.dexWeight+this.agiWeight+this.chaWeight)&&console.error(`GangMemberTask ${this.name} weights do not add up to 100`),this.difficulty=r.difficulty?r.difficulty:1,this.territory=r.territory?r.territory:{money:1,respect:1,wanted:1}}}},,,,,,function(t,e,n){"use strict";n.d(e,"b",(function(){return p})),n.d(e,"a",(function(){return g}));var a,r=n(16),i=n(15),o=n(394),s=n(84),l=n(1),c=n(19),f=n(138),u=n(152),m=n(89),h=n(475);!function(t){t.SHOPLIFT="SHOPLIFT",t.ROBSTORE="ROBSTORE",t.MUG="MUG",t.LARCENY="LARCENY",t.DRUGS="DRUGS",t.BONDFORGERY="BONDFORGERY",t.TRAFFICKARMS="TRAFFICKARMS",t.HOMICIDE="HOMICIDE",t.GRANDTHEFTAUTO="GRANDTHEFTAUTO",t.KIDNAP="KIDNAP",t.ASSASSINATION="ASSASSINATION",t.HEIST="HEIST"}(a||(a={}));const d=t=>{switch(t){case f.a.SHOPLIFT:return a.SHOPLIFT;case f.a.ROB_STORE:return a.ROBSTORE;case f.a.MUG:return a.MUG;case f.a.LARCENY:return a.LARCENY;case f.a.DRUGS:return a.DRUGS;case f.a.BOND_FORGERY:return a.BONDFORGERY;case f.a.TRAFFIC_ARMS:return a.TRAFFICKARMS;case f.a.HOMICIDE:return a.HOMICIDE;case f.a.GRAND_THEFT_AUTO:return a.GRANDTHEFTAUTO;case f.a.KIDNAP:return a.KIDNAP;case f.a.ASSASSINATION:return a.ASSASSINATION;case f.a.HEIST:return a.HEIST}return a.SHOPLIFT},p=t=>null!==t&&t.type===u.b.CRIME;class g extends u.a{constructor(t){var e,n;super(u.b.CRIME,null===(e=null==t?void 0:t.singularity)||void 0===e||e),this.crimeType=null!==(n=null==t?void 0:t.crimeType)&&void 0!==n?n:f.a.SHOPLIFT,this.unitCompleted=0}getCrime(){const t=Object.values(s.a).find(t=>t.type===this.crimeType);if(!t)throw new Error("CrimeWork object constructed with invalid crime type");return t}process(t=1){var e,n;this.cyclesWorked+=t;const a=null!==(e=null===(n=Object.values(s.a).find(t=>t.type===this.crimeType))||void 0===n?void 0:n.time)&&void 0!==e?e:0;for(this.unitCompleted+=i.a._idleSpeed*t;this.unitCompleted>=a;)this.commit(),this.unitCompleted-=a;return!1}earnings(){return Object(h.a)(this.getCrime())}commit(){const t=this.getCrime();if(null==t)return void Object(c.a)(`ERR: Unrecognized crime type (${this.crimeType}). This is probably a bug please contact the developer`);const e=l.a.focusPenalty();let n=Object(m.d)(this.earnings(),e,!1),a=t.karma;Object(o.a)(t.type)?(l.a.gainMoney(n.money,"crime"),l.a.numPeopleKilled+=t.kills,l.a.gainIntelligenceExp(n.intExp)):(n=Object(m.d)(n,.25),a/=4),l.a.gainHackingExp(n.hackExp),l.a.gainStrengthExp(n.strExp),l.a.gainDefenseExp(n.defExp),l.a.gainDexterityExp(n.dexExp),l.a.gainAgilityExp(n.agiExp),l.a.gainCharismaExp(n.chaExp),l.a.karma-=a*e}finish(){}APICopy(){return{type:this.type,cyclesWorked:this.cyclesWorked,crimeType:d(this.crimeType)}}toJSON(){return Object(r.b)("CrimeWork",this)}static fromJSON(t){return Object(r.a)(g,t.data)}}r.c.constructors.CrimeWork=g},function(t,e,n){"use strict";n.d(e,"a",(function(){return o}));var a=n(25),r=n(89),i=n(1);const o=t=>{const e=Object(r.d)(Object(r.c)({money:t.money*i.a.mults.crime_money,hackExp:2*t.hacking_exp*i.a.mults.hacking_exp,strExp:2*t.strength_exp*i.a.mults.strength_exp,defExp:2*t.defense_exp*i.a.mults.defense_exp,dexExp:2*t.dexterity_exp*i.a.mults.dexterity_exp,agiExp:2*t.agility_exp*i.a.mults.agility_exp,chaExp:2*t.charisma_exp*i.a.mults.charisma_exp,intExp:2*t.intelligence_exp}),a.a.CrimeExpGain,!1);return e.money*=a.a.CrimeMoney,e}},function(t,e,n){"use strict";n.d(e,"b",(function(){return l})),n.d(e,"a",(function(){return c}));var a=n(0),r=n.n(a),i=n(126),o=n(40);const s=["ttftfffttttttttttfffffffttftt1ttttttt111tttt1111111tttt1tt111tttt111111tttt1ttttttttttttttt111111111\nttfttttttttttttttttfLLLftfffffffffftttt111tt11111ttffffftttt1111111111111111ttttttfttttttttt111111t1\nttttttttttttttttffffLfftffffffffLLffttttttftt111ttfffffftttttttt111111ttttttffffttfffttttttt111111tt\nttttttttttttttttfffLfttffffffLLffffttttttttttt1tfffffffffftttttt111111tffffffffftttfffftttt11111ttt1\nttttttttttttffLfttfffttfffffffffttfftttttt1t1tt11tfffffftttttt111t111111ttffffLLffttfffftt111111tttt\nttttttttttffLLLLfttttffLLLfttttftfLftttttttffffttttffffttttfftt11t111tt111ttfffLffttfftttttt1111tttt\nttttttttffLLLLLLLffttfLLffttfffftfLfttttttffttt11111ttttffffffftt1111tft11111ttffffttt11tfftt11ttttt\ntttttttfffLLLLLLLLfftffttttffLffftfftttttft1i;;::::;iitffffffffftt111tft1tttt1ttffLfttttfffffttttttt\ntttttttfffLLLLLLLLfttttffftffffftfttttttff1:,,,,,,,,::itfffffffft11111111ttttttttttt1tfffffffffffttt\ntttffttffLLLLLLLLLfttfftffffffffLLLftttttt;::,:::;;;;::1tfffftfft11111ttt1ttt1tfttt11ttffffffffLfttt\ntffffffffLLLLLLLffftfLfffttfLLffLLLfttttti;;;iii11111;:i11ttffft111111tfft11t11tt1tttttfffLLLLLLfttf\ntfffffttttfLLLffttttfffffttLLLLfLLLftttfti:;;;iiiiiiii;it111tt111t1111tffttfftt11ttftttfffLLLLLLffff\nttttfttttffffftttttttttttttfLLLffLLfttttt1;;;;;;iiiiii;1tft11tt1111111tfftfffftttttttttttfLLfffttfff\ntfffffffffftttfffffffffttffttLLfffLfttttt11i;;;;iiiiiii1tt11tfftt11111ttt1fffttt1tttttttttfffftttttt\nttffffffffftttfffffffffttffftffttftttttff1ii;;;;iii1iii111tt1ttttt1111t111ffttffttfffffLffttttffffff\nttffffffffttttffffffffttttttttttffftttttft1ii;;;ii1iii111tfft11ttt111111t1tt1tfft1ttffffLLftttLLLLLL\ntttffffffffttfffffffftttttttt11fffftttt1t111iiii;iiiii11ttffft11111111ttttttt1tt11ttffffLfftttfLLLLf\ntttttttffffttfffttttttttffttt11tffttttttt11ttii;;;iiii11i1ffftt1111111tttt111tttt11ttttffffftffLLLff\ntfttttttttttttttttttttfffftttt11tfftttttt111t1i;;;iiii1i,,:;i1111t1111ttt111t1tfftt11111ttfftffffftt\nttttfffftttttttfffftttffffttffttttft111tt11111i;;;iiii1;,,....,:::;i11tt111tt11tffftttttttt1tttttttt\nt11ttffffftttffffffttttfffttffttttft1111111111;;;;;;;it;,...........,:it111ttt1tffftttttfft11ttfffff\ntt1ttfffftt1ttfffft111tffttfttttttt1111t1i;:;11i1i;;1t1:,,............,itt11tt1tfftt1tfffffft1tffLLf\ntfttttfttttt11tttt1ttt11ttttttftt111111i:,..:1111iii11;,...............;tt111t11ttttttttffttt11ffLLf\ntfftttttttfftttttttffftt111ttffftt11i;,.,...,iiii;;;;:,,...............:1ttt1111ttfffttttft1tt1ttfft\nttttttttttttttt11ttttttttttfffffft1:,..........::::::,,,...............,1ttttt11ttfffffttttffftttttt\ntfffttttffffftt11ttttttttttfffffft1:...........:;::;:..................,1tttttt1ttfffffttttttttftttf\ntfffttttfffffft1ttftttfftttttffft11:...........,:::::..................,1tttft11tfffffffttfffffffttf\ntfffttttffffff11tttttttttttttttttt1;...........,::::,...................;t1t1111tfffffLfttfffffffttf\ntfffttttfftttt11tttttttt1tfftttttt1:...........,::::,...... ............,1111tt11fffffLftttffttffttf\ntttttttttttttt11tttttttt1tffftttft1:...........,:::,,....................it1ttt11tfffffftttffttffttt\nttttt1tttttttt11ttttttttttffttttttt:...........,::,,.....................:111tt11tttttttt1tttttttttt\nttttt1tttttttt11tftttttftttttttttt1;,:;:.......,:,,,....................,,1111t11ttttttt11ttttttfttt\n1tttt1ttfffttt11ttffffffttttfffft11ii1i:.......,:,,,.....................,1tt1111ttttttt111tttttfttt\n1ttt11tttttttt11tttttttttttttttttti;;;;:.......,:,,,....... .............,itt1111tttt11t111ttttttt1t\n111111tttttttt11111111ttttttttttt1i;;;;:.......,:,,,......................itt11111111111111111111111\n1111111111111111111111ttttttttttt1;;;;;:...... ,:,,,,.....................itt11t11111111111111111111\n1111111111111111111111tttttttttt1;:,::;,...... ,:...,.....................ittttt11111111111111111111\n111111111111111111111111tttttttt1i,..... .... .:........................,i1tttt11111111111111111111\n1111111111111111111111111t11t11111;,....,,.... ,:::,,,...................,11ttttt11t1111111t11111111\n11111111111111111111111111111111111iiiiii. ... .::::::,..................,11t1ttt111t11111tttttt1111\n1111111111111111111111111111111111111111:.,.....::::::,..................:111tttttt1tttt11tttttt1111\n1111111111111111111111111111111111111111:::,...,::::;::,..,,.............:11tt1ttttttttttttttttt1111\n","ttftfffttttttttttffffffftfftttttttttt111tttt1111111ttttttt111tttt111111tttttttttttttttttttt11111111t\nttfttttttttttttttftfLLLftfffffffffftt11111tt11111ttffffttttt1111111111111111ttttttfttttttttt111111tt\nttftttttttttttttffffLftttfffffffLLLfttttttftt111ttfffffftttttttt111111tttttffffftfffftttttt1111111tt\nttttttttttttttttfffLLttffffffLLffffttttttttttt1tffffffffffttttttt11111tffffffffftttfffffttt1111ttttt\nttttttttttttffffttfffttfffffffffttfftttttt1tttt1ttftfffftt1ttt111t111111ttffffLLffttfffft1111111tttt\nttttttttttffLLLLfttttffLLLfttttttfLftttttttfft11i;;:;;i11ttfftt11t111tt111tttffffftttttttttt111ttttt\nttttttttffLLLLLLLffttfLLLfttfffftfLLttttttfff1;,,,,,,,,:;tffffft11111tft11111ttffffttt11tffftt1ttttt\ntttttttfffLLLLLLLLfftffttttffLffftfftttttfft1;:,,,,,::::,;tffftttt111tft1tttt1ttffLfttttfffffftttttt\ntttttttffLLLLLLLLLfttttffftffffftfftttttfffti:;;;iiii11i;:tffffft11111111ttftttttttt1ttffffffffffttt\ntttffttffLLLLLLLLLftffftfLftfftfLLLftttttfft::i;iiiiii11i:1ffftft11111ttt1ttt1ttttt11ttfffffLLfLfttt\nttfLfffffLLLLLLLLfftfLLfffffLfffLLLfttttt1tt;:;;;;;iiiiiii1tffft11111tffft11t11tt1tttttfffLLLLLLffff\ntffftfttttfLLLffttttfffffttLLLLfLLLftttft111i;;;;;;iiiiii111tt111t1111tffttfftt11tfft1tfffLLLLLLLffL\ntttfftttttffLftttttttttttttfLfLffLLfttttttt1iii;;;;;ii11i1t11t11111111tffttfffttttttt11ttfLLLLffftff\nttfLffffffftttfffffffffttfftfLLfffLftttttfft1ii;;;;iii1i1tt1tfftt11111ttt1tffttt1ttt1tttttffffttffft\nttffffffffftttffffffffttfffftffffftttttfffft111;;;;iiii1111t1ttttt1111tt11ffttfftttfffffLfttttfffffL\nttffffffffttttffffffffttttttttttffftttttttt11ttii;iiiiii11tft11ttt111111t11t1tfft1tfffffLLftttLLLLLL\n1ttffffffffttfffffffftttttttt11ffffttttt1111tftiii;;iiii1;,;1111111111tttt11111111ttffffLfftttffLLLf\nttttttttfffttfffttttttttffttt11tffftttttt11ttf1;;;i;iiii1:,,.,,::;ii11tttt111tttt11ttffffffftffLLLff\ntfttttttttttttttttttttfffftttt11tfftttttt111tt1;;;i;;ii1t:,,........,:;1t111t1tfftt11111ttfftffffftt\ntftttffffttttttfftftttffffttffttttftt11tt111i;;;;;;;;;it1,,............,;11tt11tffffttttttt1tttttttt\ntttttffffftttfffffft1ttffftfffttttft111111;:,.;iii;;;i11,.,.............,1tttt1tffftttttfft111tfffff\n1tttffffftt1ttfffftt11tffttfttttttt1111i;,....,1iii;ii;,................,111tt1tfft11tffffftt1tLffLf\ntftttfftt1ttt1tttt1tttt1ttttttttt1111;:,.......i1;;;:::.................,it11t11ttttttttffftt11fffLf\ntfftttttttfftt1111ttfftt11ttfffftt1ti..........:i;::;:,..................ittt111t1tffttttft1tt1tffft\nttttttttttttttt11tttttttt1tffffffftti,.........,::::::,..................itttt11ttffffftttttfftttttt\ntfffttttfffffft11ttttttttttffffffft1i,.........,:,:::,...................,1tttt11tfffffttttttttffttf\ntfffttttfffffft11tftttfftttttffft1111:.........,:,:::,....................;tt111tfffffffttfffffffttf\ntfffttttfffffft1tttttttftttttttttt111;.........,:,::,,....................,111111fffffLfttfffffffttf\ntffftttttttffft11tttttttttffttttfft11i.........,:.:,,......................:1tt11fffffLftttffttffttf\ntttttttttttttt111ttttttt1tffftttfft111:....... ,:.:,,.......................1tt11tfffffftttffftffttt\nttttt1tttttttt11ttttttttttfttttttft111i,...... ,:,,,,......................,itt11ttttttt11ttttttfttt\nttttt1tttttttt11tfttttfftttttffttt1111i,...... ,:.,,,......................:11111ttttttt11ttttttfttt\n1tttt1ttftfttt11tfffffffttttfffft11111,....... ,,.,,....... ...............it1111ttttttt111tttttfttt\n1tttt1tttttttt11ttttttttttttttttt1111;,....... ,,.,,......................:tt11111ttt11t111ttttttt1t\n11t111tttttttt111t1111tttttttttt1iiii:,,...... ,,.........................;t111111111111111111111111\n111111111tt11111111111ttttttttt1;;iiii:....... ,,............ ...........;tttt1111111111111111111111\n1111111111111111111111ttttttttt1;;;iii;... ....,::::,....,:::,,.........;1ttttt111111111111111111111\n111111111111111111111111tttttttt1i;;ii: .,....,:::::... .;;;;;:,.....,;1ttttttttt111111111111111111\n1111111111111111111111111tt1111111i,,.,:;i: ...,:::::.....:;;;;;:.....,1ttttttttt11t1111111t11111111\n11111111111111111111111111111111111:.:1tti,....,:::::.... ,;;;;;;,.....ittttttttt111t11111ttttt11111\n1111111111111111111111111111111111111ttt;,,....,:::::,... .,;;;;:,.,,..:ttttttttttt1tttt11tttttt1111\n11111111111111111111111111111111111111t1,,,....:;;::::,.....:;;;:......,1ttttttttttttttttttttttt1111\n","ttftffftttttttttffffffLftfftttttttttt111tttt1111111tttt1tt111tttt111111tttttttttttttttttttt11111111t\nttfttttttttttttttfffLLLftfffffffffttt11111tt11111ttfffft1ttt1111111111111111tttttffttttttttt111111tt\nttftttttttttttttffffLffttfffffffLLLfttttttfttt11tffffffftttttttt111111tttttffffftfffftttttt1111111tt\nttttttttttttttttfffLLttffffffLLffffttttttttttt1ttt1iiiii1tttttttt11111tffffffffftttfffffttt1111t1tt1\nttttttttttttffffttffftffffffffffttffttttt11tttt1i::,,,,,,:;111111t111111ttffffLLffttfLfftt11111ttttt\nttttttttttffLLLLfttttffLLLfftttttfLftttttttfft1i;,,,,,,,,,:;ttt11t111tt111tttffffftttftttttt111ttttt\nttttttttffLLLLLLLffttfLLLfttfffftfLLtttttffffti;::;;;;;iii::1ftt11111tft11111ttffffttt11tffftt1ttttt\ntttttttfffLLLLLLLLLftffttttffLffftffttttffffft;:;iiii11111i:iftttt111ttt1tttt11tffLfttttfffffttttttt\ntttttttffLLLLLLLLLfttttffftffLLftfftttttffffft;:;;;;;iiiiii;1fftt11111111ttftttttttt1ttffffffffffttt\ntttfftfffLLLLLLLLLftffftfLftffffLLLftttttffffti;;;;;;;ii;iiitffft11111ttt1ttt1tfttt11ttfffffLLfLfttt\nttfLfffffLLLLLLLLffffLLfffffLfffLLLLtttttttff1iii;;i;;iii111tfft111111ffft11t11tt1tttttfffLLLLLLffff\ntffftftttffLLLffttttfffffttLLLLfLLLffttftt11t1iii;;;;;iiiii1tt111t1111tffttfftt11tfft1tfffLLLLLLLfff\nttffftttttffLftttttttttttttfLLLffLLftttttttft111i;;;;iiii1111111111111tffttfffttttttt11ttfLLffffftff\nttfLffffffftttfffffffffttfttfLLfffLftttttfffft11i;;;;iiii1t1ttttt11111ttt1tffttt11ttttttttfffftfttft\nttffffffffftttffffffffttfffftffffftttttfffft11t1i;;;;;iii1ii1ttttt1111t111ffttfft1tfffffLfttttfffffL\nttffffffffttttffffffffttttttttttffftttttttt11tft1i;;;;iii1i,:;i1ttt11111t11t1tfft1ttffffLLfttfLLLLLL\ntttffffffffttfffffffftttttttt11ffffttttt1111tfti;ii;;iiii1;,,...,:;ii1tttt1111tt11ttffffffftttffLLLf\nttttttttfffttfffttttttttffttt11tffftttttt11t1iii;;ii;;;i1t:,.........,:;1t111ttt111ttffffffftffLLLLf\ntfttttttttttttttttttttfffftttt11tfftt11tt1i:,.:;;;i;;;itti,,............,;1111ttttt11111ttfftffffftt\ntfttfffftttttttfffftttffffttffttttft1111i:....,;;;ii;i11;.,,.............:1tt1ttffffttttttt1ttttttft\ntttttffffftttffftffttttffftfffttttft1i:,.......:;;;;;;;:,................:tttt1tffftttttfft11ttfffff\n1t1tffffftt1ttfffftt11tffttftttttttt1,.........,ii;;;;;,.................:11tt1tfft11tfffffft1fLLfLf\ntftttfftt1ttt1tftt1ttt11ttttttttt111i,.........,11;:;;:,.................,1t1t11ttttttttfftt111fffLf\ntfftttttttffttt111ttfftt11ttffffftt11,.........,i;::::,..................,1tt11111ffft1ttt11tt1tffft\nttttttttttttttt11tttttttt1tffffffft11;..........::::::,...................;tt1111tfffftttttffftttttt\ntfffttttfffffft11ttttttttttffffffft11:..........:::::,..,;:,...............ittt1tttttffttttttttffttf\ntfffttttfffffft11tftttffttttfffft1111:..........:::::,..;1i;:,..............1t11tfffffffttfffffffttf\ntfffttttfffffft1tttttttftttttttttt111;..........::,:,...;ii;;;,.............:1111tffffLfttfffffffttf\ntffftttttttfft11ttttttttttfftttttft11i,.........::,,,...;;;;;i:..............;111tffffLfttfffttffttf\ntttttttttttttt111tttttttttffftttfft11i,.........::,,,...;;;;;i:..............:111tfffffftttffttffttt\ntttttttttttttt11ttttttttttfftttttft111:.........:,,,....::;;;;:.............,1t11ttttttt11tttttffttt\nttttt1tttttttt11tfttttfftttttfftttt111:.........:,,,......,::::..,.........,i1111ttttttt11ttttttfttt\n1tttt1ttfttttt11tfffffffttttfffft1111i:,........:,,,..... .......,,...... .it1111ttttttt111tttttft1t\n1tttt1tttttttt11ttttttttttttttttt1iiii;,........:........... ...........:itt11111ttt1t1111ttttttt1t\n111111tttttttt111tt111tttttttttti;;;iii:... ....:,,...................:i1tttt11111111111111111111111\n111111111tt11111111111tttttttttt1;;;;;;;. .,....::::..................:1tttttt1111111111111111111111\n1111111111111111111111ttttttttttt1i;;::..:;1,...::::...................;ttttttt111111111111111111111\n1111111111111111111111111tttttttt111i,.,it1;....::::,..................,1ttttttttt111111111111111111\n1111111111111111111111111tttt11111111ii1t1i:...,::::,........,..........itttttttt11t1111111tt1t11111\n11111111111111111111111111111111111111tt1;:....::::;:.......,...........:1ttttttt111t11111ttttt11111\n111111111111111111111111111111111111111ti,,....:;:;::,..................,ittttttttt1tttt11tttttt1111\n111111111111111111111111111111111111111t:,:.,.:;;;;:::,..................;111t1ttttttttttttttttt1111\n","ttftffftttttttttffffffLftfftttttttttt111tttt1111111tttt11t111tttt111111tttttttttttttttttttt11111111t\nttfttttttttttttttfffLLLftfffffffffttttt1111t11111ttffffftttt1111111111111111tttttfftttttttt1111111tt\nttftttttttttttttffffLffttffffffffLLfttttttfttt11ttt1iiii;i11tttt111111tttttffffftffffttttttt111111tt\nttttttttttttttttfffLLttffffffLLffffttttttttttt1tt1::,,,,,,:;1ttt111111tfftfffffftttfffffttt1111t1tt1\nttttttttttttffffttffftffffffffffttfftttttt1ttt11i;:,,,,,,,,,:1111t1111111tffffLLffttfLfftt11111ttttt\nttttttttttffLLLLfttttffLLLfftttttfLftttttttffft1;:::;;;;;;;::it11t111tt111tttffffftttfttttt1111ttttt\nttttttttffLLLLLLLffttfLLLfttfffftfLLtttttfffffti:;;ii111111i:itt11111tft11111ttffffttt1ttffftt1ttttt\ntttttttfffLLLLLLLLLftffftttffLffftffttttfffffft;:;;;;;iiiiii;ittt1111ttt1tttt11tffLfttttfffffftttttt\ntttttttffLLLLLLLLLfttttffftffLLftfftttttffffffti;;;;;;;ii;iiitttt11111111ttftttttttt1ttffffffffffttt\ntttfftfffLLLLLLLLLftffftfLftffffLLLftttttfffff1iii;;i;;i1i1i1tttt11111ttt1ttt1tfttt111tfffffLLfLfttt\nttfLffffffLLLLLLLffffLLfffffLfffLLLftttttttfft1i;;;;;;;iiiiitfft111111ffft11t11tt1tttttffffLLLLLffft\ntffftfttttfLLLffttttffffftfLLLLfLLLftttftt1111111i;;;;iiii111t111t1111tffttfftt11tfft1tffLLLLLLLLfff\nttffftttttffLftttttttttttttfLLLffLLftttt1tttt11tti;;;iiiii111111111111tffttffftttttttt1ttfLLLfffffff\nttfLffffffftttfffffffffttfttfLLfffLftttttffft1111i;;;;;ii111tfttt11111ttt1tffttt11ttttttttfLfftfttft\nttffffffffftttfffffffffttffftffffftttttfffft11t11i;;;;iii1i:;1ttft11111111ffttfftttfffffLfttttfffffL\nttffffffffttttffffffffttttttttttffftttttft111tttiii;;iiii1;,,,:;i1111111111t1tfft1ttffffLLftttfLLLLL\ntttffffffffttffffffffttttttttttfffftttt1111i;:;iiii;;;i;11:,,.....,:;i1tft1111tt111tffffLfftttffLLLf\nttttttttfffttfffttttttttfftt111tfffttt11i;,,..:i;;;i;ii1t1,,..........,:i1111ttt1111tffffffftffLLLLf\ntfttttttttttttttttttttffffttttt1tffti;:,,.....,;;;iiii1ti,,,.............;1111ttttt11111ttfftffffftt\ntttttffffttttttfffftttffffttffttttf1:.........,;:;;;;;;;,.,,,............:1tt1ttffff11ttttt1ttttttft\ntttttffffftttffftfft1ttffftfffttttf1,..........,;;;;;;;:.:ii;;:,.........:tttt1tfffttttffft111tfffff\n1tttffffftt1ttfffftt11tffttfttttt1t1,...........ii;;;::,,;i;;ii:.........:tttt1tfft11tfffffft1fLLfLf\ntftttffttttt11tftt1tttt1ttttttttt11i,..........,1i;;::,.:i;;;;i:.........,1t1t11ttttttttfftt111fffLf\ntfftttttttffttt11tttffttt1tttffft11i,..........,ii;:::,.,:;;iii:..........it111111tfft1ttt11tt1tffft\nttttttttttttttt11tttttttt1tfffffftti,...........:::::,....:;;ii:..........:tt111ttfffftttttffftttttt\ntfffttttfffffft11ttttttttttfffffft1i,...........:::::,.....,:;;:.... ......,1t111ttttffttttttttffttf\ntfffttttfffffft11tftttffttttfffft111:...........:::::,........,..,..........,1111tffffffttfffffffttf\ntfffttttfffffft1tttttttftttttttttt11:...........::,:,........ ...:;,.........:111tffffLfttfffttffttf\ntffftttttttfft11ttttttttttffttttttti,...........:::,,.............,...........,i1tffffLfttfffttffttf\ntttttttttttttt111tttttttttffftttfft;,:;:........:::,.............. ...........:11tfffffftttffttffttt\ntttttttttttttt11ttttttttttfftttttftii1i;:.......:::,.......... ..............:t111tttttt11tttttffttt\nttttt1tttttttt11tfttttfftttttffttt1ii;ii;,......::,,........................:1111ttttttt11ttttttfttt\n1tttt1ttfttttt11tfffffffttttfffft11i;;ii;,......:,,,..........:........ .;t1111ttttttt111tttttft1t\n1tttt1tttttttt11tttttttttttttttttt11;:;i:,,.....:,.................. .;i;;1tt1111tttt1t1111ttttttt1t\n111111tttttttt111t111ttttttttttttt11i:,,:1;....,::....................:1ttttt11111111111111111111111\n111111111tt1111111111tttttttttttttt11i;;1t:....:::::...................;tttttttt11111111111111111111\n1111111111111111111111ttttttttttttt111ttt1,,,.,:::::,..................,1ttttttt11111111111111111111\n111111111111111111111111tttttttttt1111111i,::.,;::;:,...................;ttttttttt111111111111111111\n1111111111111111111111111ttttttt11111111t;.,,.,;;;;;,...................,1ttttttt11t1111111tttt11111\n111111111111111111111111111111111111111t1:..,,:;;;;;:,...................;ttttttt111t11111ttttt11111\n111111111111111111111111111111111111111ti,,,::;;;;;;;:,..................,1tttttttt1tttt11tttttt1111\n111111111111111111111111111111111111111t;,,::,;;;ii;;::,..................it1tttttttttttttttttt11111\n","ttftffftttttttttffffffLftfftttttttttt111tttt1111111tttt111111tttt1111111ttttttttttttttttttt11111111t\nttfttttttttttttttfffLLLftfffffffffttttt111tt11111ttffffftttt1111111111111111tttttfftttttttt1111111tt\nttftttttttttttttffffLffttfffffffLLLftttttttttt11ttt1iiii;i11tttt111111ttttttfffftffffttttttt111111t1\nttttttttttttttttfffLLttffffffLLffffttttttttttt1ttt;:,,,,,,,:itttt11111tfftfffffftttfffffttt1111t1ttt\nttttttttttttffffttffftffffffffffttfftttttt1tttt11i:,,,,,,,,,:i111t1111111tffffLLffttfLfft111111ttttt\nttttttttttffLLLLfttttffLLLfftttttfLftttttttffft1;::;;;;;;;;;,;t111111tt111tttffffftttftt1tt1111ttttt\nttttttttffLLLLLLLffttfLLffttfffftfLLtttttffffff1,:iiii111111;:tt11111tft11111ttffffttt11tffft11ttttt\ntttttttfffLLLLLLLLLftffftttffLffftffttttfffffffi:;;;;;iiiii1;;ttt1111ttt1tttt11tffLfttttfffffftttttt\ntttttttffLLLLLLLLLfttttffftffLLftfftttttfffffff1;;;;;;;ii;;ii1ttt11111111ttftttttttt1ttffffffffffttt\ntttfftfffLLLLLLLLLffffftfLftffffLLLftttttfffff1iiiiii;;iiii1itttt11111ttt1ttt11tttt11ttfffffLLfLfttt\ntffLLffffLLLLLLLLffffLLftffLLLffLLLftttttttffftiii;;;;;ii1ii1tft111111ffft11t11tt1tttttffffLLLLLffft\ntfffffttftfLLLffttttfffffttLLLLfLLLftttft111tt111i;;;;iiiii1tt111t1111tffttfftt11tfft1tffLLLLLLLLfff\nttttfttfffffLftttttttttttttfLLLffLLftttt1tttt11tti;;;iiiii111t11111111tffttffftttttttt1ttfLLLfffffff\nttffffffffftttfffffffffttfftfLLfffLftttttffft11t1i;;;;;iii11ttttt11111ttt1tffttt11ttttttttfLfftftttt\nttffffffffftttfffffffffttffftffftftttttffft111t11i;;;;iii1ii11tttt1111tt11ffttfftttfffffLfttttffffff\nttffffffffttttffffffffttttttttttffftttttttt11111iii;;iiii1;,:;1tttt11111t11t1tfft1ttffffLLftttfLLLLL\ntttffffffffttffffffffttttttttt1tffftttt11i;:,:i;;i;;;;;i11,,..,,:;i111tttt1111tt11ttffffLfftttffLLLf\nttttttttfffttfffttttttttffttt11ttff1ii;:,....,;::;i;;i11ti,,.......,:;ittt111ttt1111ttffffffttfLLLLf\ntfttttttttttttttttttttfffftttt11tff;,,........;;;;iii1tti,,,,:;;::,....,i11111ttttt11111ttfftffffftt\ntfttfffffttttttfffft1tffffttfft1ttt:..........:;;;;;;;i;...,;i;iii:.....,i1tt1ttffff11ttt1t1ttttttft\nttttfffffftttfffffft11tffftffftttti,..........,:;;;;;;;,...,;;iiii,......;tttt1tffftttttftt111tfffff\n1tttffffftt1ttfffftt111ffttft11tt1;,...........;i;;;;;:,.....:;iii,......;tttt1tfft11tffffftt1fLLfLf\ntttttffttttt11tftt1tttt1tttt1tttti,............;1;::;;,......,;iii,......;t11t11ttttttttfftt111fffLf\ntfftttttttffttt111ttfftt111ttfffti.............;i;::::,.......,;;;,......;ttt11111tfft1tttt1tt1tffft\nttttttttttttttt11ttttttt11tffffffi,............,::;:::,..........,.......:ttt1111tfffftt1tttfftttttt\ntfffttttfffffft11tttttttttttffffti,............,:::::,..............,....,ittt11ttttttft1ttttttffttf\ntfffttttfffffft11tffttff11t1tfff1;...... ....,.,:::::,.....................;11111tffffffttfffffffttf\ntfffttttfffffft1tttttttfttttttti:,......:iiii;,,:::,:.......................,;111tffffffttfffttffttf\ntffftttttttfft11ttftttttttfftti,,::,.,:;1i;;;;.,::::,.........................,i1tffffLfttfffttffttf\ntttttttttttttt111ttttttt1ttfft1:::,,,:,:;;;;i:.,:::,,..........................;1tfffffftttffttffttt\nttttt1tttttttt11ttttttttttfttt1;,...,...:;;;:, ,:::,..........................;11ttttttt11ttttttfttt\nttttt1tttttttt11tfttttfftttttfti,..,....,,,....,:::,.........................:111ttttttt11ttttttfttt\n1tttt1ttfttttt11tfffffffttttffft1;::::,,.......,:,:,.................. .:1111ttttttt111tttttfttt\n1tttt1tttttttt11ttttttttttttttttttt11111:......,:,,,..................,::,:1tt1111ttt1t1111ttttttt1t\n111111tttttttt111t1111tttttttttttt111111:......,,.....................,1tttttt1111111111111111111111\n1111111111t11111111111ttttttttttttt11111:......,:,,....................:1t1ttttt11111111111111111111\n1111111111111111111111ttttttttttttt1111t:......,;;::....................:1ttttttt1111111111111111111\n111111111111111111111111ttttttttt1111111:......,::::,...................,itttttt11111111111111111111\n111111111111111111111111111tttt111111111:......,;;::,....................:1ttttttt1tt11111ttttt11111\n1111111111111111111111111111111111111111:......:;;;::,...................,ittttttt11t11111ttttt11111\n11111111111111111111111111111111111111t1:......:;i;;::,...................:11tttttt1tttt11ttttt11111\n1111111111111111111111111111111111111111,......:;;;;;::,..................,1tttttttttttttttttttt1111\n","ttftfffttttttttttfffffLftfftttttttttt111tttt1111111tttt111111ttttt11111tttttttttttttttttttt11111111t\nttfttttttttttttttfffLLLftffffffffftttttt111111111ttfffftt1tt1111111111111111ttttttftttttttt1111111tt\nttftttttttttttttffffLftttfffffffLLLft1tttttft111tfftttfttttttttt111111ttttttfffftffffttttttt11111tt1\nttttttttttttttttfffLfttffffffLLffffttttttttttt1ttti;;;;::;i1tttt111111tffffffffftttfffffttt11111ttt1\ntttttttttttfffffttffftffffffffffttfftttttt1ttt111i,,,,,,,,,;11111t1111111tffffLLffttfLfft111111ttttt\nttttttttttffLLLLfttttffLLLfftttttfLftttttttffft1i::,,,,,,,,,:1t11t111tt1111ttffffftttftt1tt1111ttttt\nttttttttffLLLLLLLffttfLLLfttfLfftfLLtttttfffffti:;;iiiiiiii::1tt11111tftt1111ttffffttt11tffft11ttttt\ntttttttfffLLLLLLLLLftffftttffLffftfftttttffffft::;;iii1i111i:1ttt1111ttt1tttt11tffLfttttfffffftttttt\ntttttttffLLLLLLLLLfttttffftffLfftfftttttfffffft;;;;;;;iiiiii;tttt11111111ttftttttttt11tffffffffffttt\ntttfftfffLLLLLLLLLfttfftfLfffffffLLftttttfffft1ii;;;;;iiiiiitfttt11111ttt1ttt11tttt11ttfffffLLfLfttt\nttfLLfffffLLLLLLLfftfLLftfffLLffLLLftttttttfftiii;;i;;ii111itfft111111tfft11t11tt1tttttfffLLLLLLLfff\ntfffffttftfLLLffttttffffftfLLLLfLLLftttft111tt1iii;;;;iiiii1tt111tt111tffttfftt11tfftttffLLLLLLLLfff\nttttfttffttffftttttttttttttfLLLffLLftttt1tttt11t1i;;;iiii1111t11111111tffttffftttttttt1ttfLLLfffffff\nttfLffffffftttfffffffffttftttfLfffLftttttfffft11i;;;;iiii111tfttt11111ttt1fffttt1ttt1tttttfLLffftttt\nttffffffffftttfffffffffttfftttfttttttttffft11111i;;;;;iii1tt11tttt1111t111ffttffttfffffLLfttttfLffff\nttffffffffttttffffffffttttttttttffftt11ttt1111t1i;;;iii1i1itt11ttt111111t11t1ttft1ttffffLLftttfLLLLL\ntttffffffffttfffffffftttttt1111tffftttt11i;::i1iii;;;iii1i,:;i11t11111tttt1111tt11ttffffLfftttffLLLf\nttttttttfffttfffttttttttffttt11ttft1ii;:,....;i;;;ii;;i1t:,...,:;i1111tttt111ttt1111tttffffftfLLLLLf\ntfttttttttttttttttttttfffftttt11t1:,,........ii:;;iii1tt1,,,......,,;i1tt11111ttttt11111ttfftffffftt\ntfttfffffttttttfffft1tffffttfft11;,..........:;::;ii11t1:,,,...,,:,...,it11tt11tffffttttttt1ttttffft\nttttfffffftttfffffft11tfffttfttt1,....,,......,:;;;;;;i,.......:iii;;,.,1t1ttt1tffftttttfftt11tfffff\n1tttffffftt1ttfffft1111tfttft11ti,.............;i;;;;;:........:iiiii:..it11tt1tfftt1tfffffft1fLffLf\ntttttffttttt11tttt1tttt1tttt1tt;,..............i1;;;;;,........,;iii;,..it111t11ttttttttfftt111fffLf\ntfftttttttfftt1111ttfft11111tft:...............;i;;;;:,.........:;ii:..,ittt111111tfftttttt1tt1tffft\nttttttttttttttt11ttttttt11ttff1,...............,::::::......... ,;ii:...itttt111ttffffft1tttfttttttt\ntfffttttffftttt11ttttttt111tft;,........... ..,:;:::,...........,:;:...;ttttt11ttfffffttttttttffttf\ntfffttttfffffft11ttttttf11111;:,..... .....,:::::::::...............,...:1ttt1111fffffffttfffffffttf\ntfffttttfffffft11ttttttt11ti,,...........,:;i;;;:::::..................,.:tt11111tffffffttfffffffttf\ntffftttttttfff111ttttttt111,.,,,,...,,..,;;;;;i;:,::,....................,;i1t111tffffLfttfffftffttt\ntttttttttttttt111ttttttt11t:.......,....,:;;;;;:::,:,.......................:1t11tfffffftttffttffttt\nttttt11ttttttt11tttttttt11t1,............,,,...,::::.........................:111ttttttt11ttttttfttt\nttttt1tttttttt11ttttttfft1t1:,............ .. ,:::,........................,i111ttttttt11ttttttfttt\n1tttt1ttfttttt11tfftttfftttttt1;::,,::.........,:,,,........................i1111ttttttt111tttttfttt\n1ttt11tttttttt11tttttttttttttttttt111i.........,::,,................. . .;t11111ttt1tt111ttttttt1t\n11t111tttt1tt111111111tttttttttttt111i,........,:,,...................,..,itttt111111111111111111111\n1111111111111111111111tttttttttttt111i,....... ,:....................i111ttttttt11111111111111111111\n1111111111111111111111ttttttttttt1111i,....... ,:,::,................,i1t11tttttt1t11111111111111111\n111111111111111111111111tttttttt11111i,........,::;:,..................;1ttttttt11111111111111111111\n1111111111111111111111111tttt11111111i........ ,,:::,..................,1ttttttttttt1111111tt1t11111\n1111111111111111111111111111111111111i,........,,:::,...................it111ttttt11t11111ttttt11111\n111111111111111111111111111111111111t1,........,,,:::,..................,1t1ttttttt1tttt11ttttt11111\n11111111111111111111111111111111111111,........,,,;;::,..................i111ttttttttttttttttttt1111\n","ttftffftttttttffffffffLfttftttttttttt111tttt1111111tttt111111tttt1111111ttttttttttttttttttt11111111t\nttfttttttttttttttftfLLLftffftffffftttttt111111111ttfffftt1tt1111111111111111ttftttftttttttt1111111tt\nttftttttttttttttffffLftttfffffffLLLft11tttfft111tfffffffttt1ttttt11111ttttttfffftffffttttttt11111tt1\nttttttttttttttttfffffttffffffLLffffttt1ttttttt1tt111ii11tft1ttttt11111tfftfffffftttfffffttt11111ttt1\nttttttttttttffffttfffttfffffffffttffftttt111ttt1:,,,,,,,:i1111111t111111ttffffLLffttfLfft111111ttttt\nttttttttttffLLLLfttttffLLLfftttttfLLfttttttftt1;:,,,,,,,,,;1tt111t1111t111tttffffftttftt1ttt111ttttt\nttttttttffLLLLLLLffttfLLLfttfffftfLLfttttffft1i;;;;;;;;;;::1tttt11111ttt11111ttffffttt11tffft11ttttt\ntttttttfffLLLLLLLLLftffftttffLLfftfftttttffffi:;iii111111i:ittttt1111ttt1tttt11tfLLfttttfffffftttttt\ntttttttffLLLLLLLLLfttttffftffLfftfftttttfffff;:;;;;iiiiiii:ittttt11111111ttttttttttt11tffffffffffttt\ntttffftffLLLLLLLLLfttfftfLftfffffLLftttttffff1i;;;;;ii;iiiittttft11111ttt1ttt1ttttt11ttfffffLLfLfttt\nttfLLfffffLLLLLLLfftfLLftfffLfffLLLftttttttf1i1i;i;;iiii1i1tffft111111tfft11t11tt1tttttfffLLLLLLffff\ntfffffttttfLLLffttttfffffttLLLLfLLLftttft1111iii;;;;ii1i1i11tt111t1111tffttfftt11tfftttfffLLLLLLLfff\ntttffttfftffLftttttttttttttfLLLffLLfttttttttt11i;;;;iiii11t11111111111tffttfffttttttt11ttfLLLfffffff\nttfLffffffftttfffffffffttftttfLfffLftttttffft11i;;;iiiii1t11ttttt11111ttt1fffttt1tttttttttfLLftftttt\nttffffffffftttfffffffffttffttfffttttttttfft1111i;;;;iii1111111tttt1111tt11ffttffttfffffLffttftffffff\nttffffffffttttffffffffttttttttttffftt11tttt11t1ii;;;iii11tfft11ttt111111t11tttfft1ttffffLLfttffLLLLL\ntttffffffffttfffffffftt1ttt1111fffft1tt11iiii1iiii;iiii1i:1tft11111111tttt111ttt11ttffffLfftttffLLLf\nttttttttfffttfffttttt1ttfft11111tft11i;:,..,;ti;;;i;iii1;,,,:;i1111111tttt111ttt1111tffffffftfLLLLLf\ntfttttttttttttttttttttfffftttt11i;::,,......iti::;i;iitt:,,....,:;i111ttt111t1ttttt11111ttfftffffftt\ntfttfffffttttttfffftttffffttft11:...........;ii::;i11tti,,,,.......,:itt111tt1ttffff11ttt111ttttttft\nttttfffffftttffftfft11tfffttftt;,............,:;;;;;11;,..............;1111ttt1tffftttttfftt1ttfffLf\n1t1tffffft11ttfffft1111tfttft11:.............,:ii;;;;;,...............:11t11tt1tfft11tfffffft1ffffLf\ntttttfftt1tt11tttt1ttt11t1111t;,..............:i1;;;;:,...............,111111t11ftttttttfftt11tfffLf\ntfftttttttfftt1111tttft11111t1,...............:ii;;;;,............,,,.,1tttt11111ttfftttttt1tt1tffft\nttttttttttttttt11ttttttt11ttfi................:;::;::,...........,;i;;:1tttttt11ttffffftttttfftttttf\ntfffttttftttttt11ttttttt11ttfi................,;;:::,............,;iiii1tttttft1ttffftfttttttttftttf\ntfffttttfffffft11ttttttt11111;........ .......:;:::,............:iiiii11ttftt11tfffffffttfffffffttf\ntfffttttftffff111ttttttt11ti:,....... ,:::;;:,.,;:::,............:;;ii:i11tt1111tfffffffttfffffffttf\ntffftttttfffft111ttttttt11i,.........,iii;;;,..,:::,.............::;;,.it1111tt11tffffffttfffftffttf\ntttttttttttttt111ttttttt11,.,,,,..,,,:;;;;;;,..,:::,.............,::;..:i111ttt11tfffffftttffttffttt\nttttt1tttttttt111ttttttt11;,,,...... .:;;;;:...,:,,,.....................:111tt11ttttttt11tttttffttt\nttttt1tttttttt11tttttttt111,..........,,,,.....,:,,.......................:111111ttttttt11tttttffttt\n1tttt1tttttttt11ttttttfft11i:,.....,.... .....,::,......................,1t11111ttttttt111tttttft1t\n1tttt1tttttttt11ttttttttttttt1ii;;;:...........,:,,.....................,it111111ttttttt111ttttttt1t\n11t1111tttttt111111111tt1tttttttt11:...........,:,,.............. .;t11111111111111111111111111\n1111111111111111111111ttttttttttt11,.......... ,,................,:,,,:i1tttt1t111111111111111111111\n1111111111111111111111tttttttttt11i,...........,,,,..............:1t11ttttttttttt1111111111111111111\n111111111111111111111111tttttt1111;........... ,,:;,..............:11ttttttttttttt111111111111111111\n11111111111111111111111111tttt1111;........... ,,:;:...............:111tttttttttt11t1111111tttt11111\n1111111111111111111111111111111111;....,,......,,,::................i1ttttttttttttt1t11111ttttt11111\n1111111111111111111111111111111111;............:,,;:,...............;1tttttttttttttttttt11ttttt11111\n1111111111111111111111111111111111:............,,:;;:...............,1t1tttttttttttttttttttttttt1111\n","ttftffftttttttfffffttfLfttftttttttttt111tttt1111111tttt111111tttt111111tttttttttttttttttttt11111111t\nttfttttttttttttttftffLLftffffffffttttttt111111111ttfffft1ttt1111111111111111ttttttftttttttt111111ttt\nttftttttttttttttffffLftttfffffffLLLftt1tttttt111ttfffffftttttttt111111tttttffffftffffttttttt111tttt1\nttttttttttttttttfffLfttffffffLLffffttt1tttttt11tffffffffffttttttt11111tffffffffftttfffffttt11111tttt\nttttttttttttffffttfffttfffffffffttffftttt11111111i;i11ttt11tt1111t111111ttffffLLffttfLfft111111ttttt\nttttttttttffLLLLfttttffLLLfftttttfLLfttttttfti:::,,,,:;i1ttfttt11t111tt111tttffffftttftt1ttt11tttttt\nttttttttffLLLLLLLffttfLLLfttfffftfLLftttttft1;,,,,,,,,,,;tffffft11111tft11111ttffLfttt11tffftttttttt\ntttttttfffLLLLLLLLLfttfttttfLLfLftffttttfffti;:;;;;iii;::1fffffttt111ttt1tttt1ttfLLfttttfffffftttttt\ntttttttffLLLLLLLLLfttttffffffLfftfftttttfffi;;iiiii1111i:iffffftt11111111ttttttttttt1ttffffffffffttt\ntttfftfffLLLLLLLLLftffftfLftffffLLLftttttffi:;;;;iiiiiii:1ftttfftt1111ttt1ttt1ttttt111tffffffLfLfttt\ntffLLfffffLLLLLLLfftfLLftftfLfffLLLLttttt1t1i;;;;;ii;iiii1ttffft111111tfft1tt11tt1tt1ttfffLLLLLLffff\ntfffffttttfLLLffttttfffffttLLLLfLLLftttft11i1i;;;;i111iii111tt111t1111fffttfftt11tfftttfffLLLLLLLffL\ntttffttfftffLftttttttttttttfLLLffLLftttt1tti1i;;;;ii1iii1tt11111111111tffttffftttttttttttfLLLLfffffL\nttfLfffffffttffffffffffttftttfLfffLftttttfftt1;;;;iiii11ttt1ttftt11111tfttffftt111ttttttttfLLftftttt\nttffffffffftttfffffffffttffttfftttttttttfft111i;;;iiii1t111t1ttttt1111tt11ffttffttfffffLLfttffffffff\nttffffffffttttffffffffttttttttttfffttt1tft1111i;;;iiii111tfft11ttt111111t11tttfft1tfffffLLfttfLLLLLL\ntttffffffffttfffffffftt1ttt1111tffft11t111111iiii;;iii111fffft11111111ttft111ttt11tfffffLfftttfLLLLf\ntttttttttffttfffttttt1ttfft1t11ttfftttt1iiii1i;;;iii1i1i,;i1ttt1111111tttt111tttt111tffffffftfLLLLLf\ntfttttttttttttttttt11tfffftttt11tff11i;:,,,:11i;;iii;it;....,:;i111111ttt111t1ttftt11111ttfftffffftt\ntfttfffffttttttfffftttffffttfft1ii;:,,.....:11;:;;;;1tt;,,,.....,,;i11tt111tt1ttfffftttttt11ttttttft\nttttfffffftttffftfft11tfffttft1;,..........:1ii;;ii1tti,,,..........,it1111ttt1tfffttttffftt1ttfffLf\n1tttffffftt1ttfffft1111tfttft1i,............,:;ii;;i1i,..............:111111tt1tfft11tfffffft1ffffLf\ntftttffttttt11tttt1ttt11t1111t;..............,;1i;;;;,...............,1111111t11ftttttttfftt11tfffLf\ntfftttttttfftt1111ttttt11111tt:............. ,;ii;;;:,...............,i111tt11111tffftttttt1tttttfft\nttttttttttttttt11ttttttt11ttft,...............;;;;;:,.................ittttttt11ttffffftttttfffttttt\ntfffftttftttttt11ttttttt11ttf1,...............:;;;::,.......,,,.......;tttttfftttfffftfttttttttffttf\ntfffttttfffffft11ttttttt1111t1,...............:;;;::........,;i;:,....;t1ttfttt1tfffffffttfffffffttf\ntfffttttftffft111ttttttt11t111,...............,::::,........:iiiii:...;t11tt1111tffffLffttfffffffttf\ntffft1tttfffft111ttttttt11ttt1,..... ..........::::,.......,;iiii;,...it11111tt1tfffLfLfttfffftffttf\ntttttttttttttt111ttttttt11tt1:... .,..........,:::.........:;;i;,...,1t1t11tft11tfffffftttffttffttt\nttttt1tttttttt111ttttttt1tt1:,...:;ii:.........,::,.........,:;;:.....,it1111tt11ttttttt11tttttffttt\nttttt1tttttttt11ttttttttt1t;::,;iiii;,.........,:,,...........,,,......,;11111111ttttttt11tttttffttt\n1tttt1tttttttt11ttttttfft1ti:,,;;;:;;,.........,:,,.......... ..........:tttt1111ttttttt111tttttfttt\n11ttt1tttttttt11ttttttttttt1,.,::::;;:.........,:,,...............,....;ttttt1111ttttttt111ttttttt1t\n11tt11tttt1tt111111111111ttti:,,,::;:..........,:,,............ ......;ttttt11111111111111111111t111\n1111111111111111111111tttttttt1:,,,............,:,.............,. .,;11tttttt1111111111111111111111\n1111111111111111111111tttttttttt1:.............,,............ .11ii1ttttttt1111111111111111111111111\n111111111111111111111111tttttt111,.............,::,,...........ittttttttttttt11111111111111111111111\n11111111111111111111111111111111;..............,;;;:,..........:11tttttttttttttt11111111111111t11111\n11111111111111111111111111111111;..............,;;;:,...........:11tttttttttttttttt1111111ttttt11111\n11111111111111111111111111111111:..............,;;;;:...........:1ttttttttttttttttttttttt1ttttt11111\n11111111111111111111111111111111:..............,;i;::,..........,1tttttttttttttttttttttttttttttt1111\n","ttftffftttttttfffffttfffttftttttttttt111tttt1111111ttttt11111tttt111111tttttttttttttttttttt11111111t\nttfttttttttttttttftffLLftffffffffttttttt111111111ttfffffttttt111111111111111ttffttftttttttt11111tttt\ntfttttttttttttttffffLffttfffffffLLLft11tttttt111tfffffffttttttttt11111ttttfffffftfLLfttttttt1111ttt1\nttttttttttttttttfffLfttffffffLLffffttt1ttttttt1ttfffffffffttttttt1111ttfftffffLftttfffffttt11111tttt\nttttttttttttffffttfffttffffffffftttfttttt111ttt1ttffffffttttt1111t111111ttffffLLffttfLLft111111ttttt\nttttttttttffLLLLftttttfLLLfftttttffLftttttttt11ii11fffft1ttfftt11t111tt111ttfffLLftttftt1ttt11tttttt\nttttttttffLLLLLLLffttfLLLfttfffftfLLfttttt1i:;:,,::;i1tttffffftt11111tft11111ttfLLfttt11tffftttttttt\ntttttttfffLLLLLLLLLftffttttffLffftffttttfti:,,,,,,,,,:;tfffffttttt111tftttttt1ttffLfttttfffffftttttt\ntttttttffLLLLLLLLLfttttffftffLfftffttttttti:::::;;;;;,,1ffttffttt11111111ttttttttttt1ttffffffffffttt\ntttfftfffLLLLLLLLLfftfftffftffffLLLfttttti;iiiii11111;:1ttfffffftt1111ttt1ttt1tftttt11tfffffLLfLfttt\nttfLLffffLLLLLLLLfftfLLftttfffffLLLLttttt;;i;;iiiiii1;:i11tfffft111111ffft1tt11tt1tt1ttfffLLLLLLffff\ntfffffttttfLLLffttttfffffttLLLLfLLLftttft1ii;;;ii;;iii;tt11ttt111t1111tffttfftt11tfftttffLLLLLLLLffL\ntttffttfftffLftttttttttttttfLLLffLLftttt11ti;;;iiii1iii1ttt1ttt1111111tfftfffftttttttttttfLLLLffffff\nttfLffffffftttfffffffffttftttfLfffLfttttt11i;;;iii1iii1tttt1tfftt11111tfttffftt11tttttttttfLLffftttt\nttffffffffftttfffffffffttfftttfftffttttfft11;;;iiiii11tt111ttttttt1111tt1tffttffttfffffLLfttftfLffff\nttffffffffttttffffffffttttttttttfffttt1tft11i;iii11i11111tfft11ttt11111tt11tttfft1tffffLLLfttfLLLLLL\nttfffffffffttfffffffftt1ttt111tfffftttt11111i;i;iiii111ttfffft11111111tttt11tttt11tffffLLfftttfLLLLf\nttttttttfffttfffttttt1ttfftt111tfffttt111111;;i;;iii11i1ttffft11111111tttt111tttt11ttfffffLftfLLLLLf\ntfttttttttttttttttt11tfffftttt11tffttt1t1ii1;;i;;iiii1;,::i11tt1tt1111ttt11tt1tfftt11111ttfftfLffftt\ntfttfffffttttttfffft1tffffttfft11tft11i::,,1ii;:;ii;it:,,...,,:;i11111tt111tt1ttfffftttttt11tttttfft\nttttfffffftttffftfft11tfffttfttttt1i:,....,it1i;;;;i1t;,,,,.......,;111t111ttt1tfffttttffftt11tffLLf\n1tttffffftt1ttfffft111ttfttft11i;:,........i1tt1ii1tt1:,,...........:1111111tt1tfftt1tfffffft1ffffLf\ntftttffttttt11tttt1ttt11t1111t;,...........,;;;11;;;;:..............,1t111111t1tftttttttfftt11tfffLf\ntfftttttttfftt1111ttttt11111tt:..............:;ii;;:,................it111tt11111tffftttttt1tttttfft\nttttttttttttttt11ttttttt11ttf1,..............,;;;;::,................it1tttttt1ttfffffftttttfffttttt\ntfffttttffttttt11ttttttt11ttfi................;;;:::,,:;:,...........;tttttttftttffffffttttttttffttf\ntfffttttfffffft11ttttttt1111ti................:;:::,.:;iii;,.........:111ttfftt1tfffffffttfffffffttf\ntfffttttftffff111ttttttt11t11;................,;:::,.;iiiii:.........:tt11ttt111tfffLfLfttfffffffttf\ntffft1tttfffft111ttttttt1tttt;................,::::,.:;;ii;,.........;ttt1111tt1tfffLLLfttfffftffttf\ntttttttttttttt111tttt1tt11ttti.................:::,...,;;i;,.........itttt11ttt11ffffffftttfftfffttt\ntttttttttttttt111ttttttt11tt1;.................:::,....,:;:,.........,1tt1111tt11ttttttt11tttttffttt\nttttt1tttttttt11ttttttttt1t11:.................:::,.... ..............:1111111t11ttttttt11tttttffttt\n1tttt1tttttttt11ttttttfft11ti;,................,::,.........,......... :ttttt1111ttttttt111tttttfttt\n11tt11tttttttt11tttttttt1tt1iiii:..............::,,...................:1tttt111111tttttt111ttttttt1t\n11t1111tttttt1111111111t111iiiiii:.............,:,,,.................:1ttttt11111111111111111111t111\n11111111111111111111111t11i;;iiii;.............,:,,,........... .,;ttttttttt1111111111111111111111\n1111111111111111111111tt1t1i;;ii;,.............,,........... :i;;i1tttttttt1111111111111111111111111\n1111111111111111111111111ttti:,,...............,,,.......... :ttttttttttttttt1t111111111111111111111\n11111111111111111111111111111;::...............:;;::,........,i11ttttttttttttttt1111111111111tt11111\n111111111111111111111111111111t;...............:ii;;:,........;t1tttttttttttttttt1t1111111ttttt11111\n1111111111111111111111111111111:...............:;i;:::........:tttttttttttttttttttt1ttttt1ttttt11111\n1111111111111111111111111111111:............. ,;ii;;;:,..,,...:ttttttttttttttttttttttttttttttttt1111\n","ttfttfftttttttffffftfffftfftttttttttt111tttt1111111tttt111111tttt111111tttttttttttttttttttt11111111t\nttfttttttttttttttttffLLttffffffftttttt1t111111111tfffffftttt1111111111111111ttffttfttttttttt1111tttt\nttttttttttttttttffffLffttfffffffLLLftt1tttttt111tfffffffftttttttt11111tttttffffftfLLfttttttt111ttttt\nttttttttttttttttfffffttffffffLLffffttttttttttt1tffffffffffttttttt11111tfffffffLftttfffffttt1111ttttt\nttttttttttttffffttfffttfffffffffttffttttt1111tt1ttffffffttttt1111t111111ttffffLLffttfLLft111111ttttt\nttttttttttffLLLLfttttffLLLfftttttfLftttttttfffttttffffftttffftt11t111tt111ttfffLLftttftt1tt111tttttt\nttttttttffLLLLLLLffttfLLLfttfffftfLftttttt11i;;;;i1tftttffffffftt1111tftt1111tffLLfttt11tffftttttttt\ntttttttfffLLLLLLLLLftffttttffLLfftffttttti:::,,,,::;i1tffffffffttt111tft1tttt1ttffLfttttfffffftttttt\ntttttttffLLLLLLLLLfttttffftffLfftfftttt11;,,,,,,,:,,,;tffffffffttt1111t11ttttttttttt1ttffffffLfffttt\ntttfftfffLLLLLLLLLftffftfLftffffLLLftttt1i;;;;iiiii:,:1tttfffffftt1111ttt1ttt1tfttt111tfffffLLfLfttt\nttfLfffffLLLLLLLLfftfLLftttfLfffLLLLttt1i1iiiii1111i::1111ttffft111111ffft1tt11tt1tt1ttfffLLLLLLffff\ntfffffttttfLLLffttttfffffttLLLLfLLLftttt11;;;iiiiiii:;ttt111tt111tt111tffttfftt11tfftttffLLLLLLLLffL\ntttffttffttfLftttttttttttttfLLLffLLftttt1i;;;iii;iii;ittfft11tt1111111tfftfffftttttttttttfLLLLffffff\nttffffffffftttfffffffffttfttfLLfffLfttt111;;;i111111iitfttt1tfftt11111tfttfffttt1tttttttttfLLftfttft\nttffffffffftttfffffffffttffttffftfftttttt1i;;iiiii1i1tft11tttttttt1111tt1tffttffttfffffLLfttftffffff\nttffffffffftttffffffffttttttttttfffttt1ttti;;;i111iitt111tfft11ttt111111t1ttttfft1tffffLLLfttfLLLLLL\ntttffffffffttfffffffftt1ttt111tfffftttt111ii;iii;ii11111tfffft11111111tfft11tttt11tffffLLfftttfLLLLL\nttttttttfffttfffttttt1ttfft1111tffftttt1111;;;i;;;i111ttttffftt1111111tttt111tttt11ttfffffLftfLLLLLf\ntfttttttttttttttttt1ttfffftttt11tfft111tt1i;;;i;;i1i1;i11tffftt11t1111ttt11tt1tfftt11111ttfftfLffftt\ntfttffffftt11ttfffftttffffttfft11tft11ii;ii;;;;:;iii1,.,,,:;iii1ttt111tt111tt1ttfffftttttt11ttttfftt\nttttfffffftttffftfft11tfffttftttttt1;:,..:11;;i;;;;11:,,,.....,,:i1111tt111ttt1tffftttttfftt1ttffLLf\ntt1tffffftt1ttfffft1111tfttft1111i:,.....,i11iiiii1tt:.,..........:111111t11tt1tffft1tfffffft1fLffLf\ntftttffttttt11tttt1ttt11t11111;:,.........;i11i1111t;..............;t11111111t1tfttttttfffftt1tfffLf\ntfftttttttfftt1111ttfft111111:.............,::;ii;;:...............:111111ttt111ttffftttfft1tttttfft\nttttttttttttttt11ttttttt11tt1,..............::;;;;;,...............,1111tttttt11tffLffftttttfftttttt\ntfffftttffttttt11ttttttt11tfi,..............,::;;::,,...............i111ttttfftttffffffttttttttffttf\ntfffttttfffffft11ttttttt111ti................::::::,:;;::,..........it111ttffttttfffLfLfttfffffffttf\ntfffttttftffff111ttttttt1tt1;................,;::::.:iiiii,.........;11111ttt11ttfffLfLfttfffffffttf\ntffft1tttfffft111ttttttt11tti,................::::,.:ii;ii:.........;tttt1111ttttfffLLLfttfffftffttf\ntttttttttttttt111ttttttt1ttf1.................,:::,.,:;iii:.. ......:ttttt11tft11tfffffftttfftfffttt\ntttttttttttttt111ttttttt1ttt;::...............,:::,. .:;ii:..........;ttt1111tt11tttttft11tttttffttt\nttttt1tttttttt11ttttttttt1t111i;,..............:::,....,::,...........;1111111t11ttttttt11tttttffttt\n1tttt1tttttttt11ttttttfftt1iiiiii:.............:::,.... ............. :ttttt1111ttttttt111ttttffttt\nt1ttt1tttttttt111ttttttttt1i;iiii;,............,:,,,................. ,1tttt111111tttttt111ttttttt1t\n11t1111tt1ttt11111111111111i;iii1i,............,::,,.................:1tttt11111111111111111111tt111\n11111111111111111111111111t1;;;;;,.............,:,,,.......... .:1tttttt111111111111111111111111\n1111111111111111111111111t11;,.................,:,,..........,;:::;1ttttttt1111111111111111111111111\n11111111111111111111111111111:..,..............,,............:ttttttttttttttttt111111111111111111111\n111111111111111111111111111111ii;..............,::,...........i111ttttttttttt11111t11111111111111111\n111111111111111111111111111111t;...............,;ii;::,.......:1ttttttttttttt11t1tt1111111ttttt11111\n111111111111111111111111111111i,...............:;ii;;;:,......,1ttttttttttttttttttt111111tttttt11111\n11111111111111111111111111111ti,...............:;ii;;;;:,..:..,1ttttttttttttttttttttttttttttttt11111\n","ttfttfffttttttffffttfffftfftttttttttt111tttt1111111tttt111111tttt111111tttttttttttttttttttt1111111tt\nttfttttttttttttttttffLLttffffffffftttttt111111111tfffffftttt1111111111111111ttftttfttttttttt1111tttt\nttttttttttttttttffffLffttfffffffLLLftt1tttttt111tfffffffftttttttt11111tttttffffftfLLfttttttt1111ttt1\nttttttttttttttttfffffttffffffLLffffttttttttttt1tffffffffffttttttt1111ttfffffffLftttfffffttt1111ttttt\nttttttttttttffffttfffttfffffffffttffftttt1111tt1ttffffffttttt1111t111111ttffffLLLfttfLLft111111ttttt\nttttttttttffLLLLfttttffLLLfftttttfLftttttttfffft1ttfffftttffftt11t111tt111ttfffLLftttftt1ttt11tttttt\nttttttttffLLLLLLLffttfLLLfttfffftfLftttttfttttttttttftttffffffftt1111tftt1111tffLLfttt11tffftttttttt\ntttttttfffLLLLLLLLLftffttttffLffftffttttt1ii::::;111tttffffffffttt111tft1tttt1ttffLfttttfffffftttttt\ntttttttffLLLLLLLLLfttttffffffLfftffttttt1:,,,,,,,,:;ittffffffffttt1111t11ttttttttttt1ttffffffffffttt\ntttffttffLLLLLLLLLftffftfLftffffLLLftttti::,::::::,,,;ttttfffffftt1111tft1ttt1tffttt11tfffffLLfLfttt\nttfLffffffLLLLLLLfftfLLftttfLfffLLLfftt11iiiii111i;,,;t111tfffft111111ffft1tt11ttttt1ttfffLLLLLLffff\ntfffffttttfLLLffttttfffffttLLLLfLLLftttt1iiiii1111i:,iftt111ttt11tt111tffttfftt11tfftttffLLLLLLLLffL\nttttftttttffLftttttttttttttfLLLffLLftttti;;;ii;iiii::1ttttt11tt1111111tfftfffftttttttttttfLLLLffffff\nttfLfffffffttffffffffffttfttfLLfffLfttt1i;;i1i;iiii:;tftttt1tfftt11111tfttfffttt1tttttttttfLLftftttt\nttffffffffftttffffffffftfffttffftffttttti;;iii111i1iitft11tttttttt1111tt11ffttffttfffffLLfttftfffffL\nttffffffffftttffffffffttttttttttfffttttti;;;ii1111ii1t111tfft11ttt111111t11tttfft1tfffffLLfttfLLLLLL\ntttffffffffttfffffffftt1ttt111tfffftttt1i;;;iiiiii11111ttfffft11111111tfftt1tttt11tfffffLfftttfLLLLf\nttttttttfffttfffttttt1ttfft1111ttffttt111i;;ii;;;itt11ttttfffft1111111tttt111tttt11tttfffffftfLLLLLf\ntfttttttttttttttttt11tfffftttt11tfft1t1t1i;;;ii;;it111ttttffftt11t1111ttt111t1tfftt11111ttfftfLffftt\ntfttffffftt11ttfffftttffffttfft1ttft11ii1;;;;i;:;i1;;i11tttft111tt1111tt111tt1tffffftttttt11ttttfftt\nttttfffffftttffftfft11tfffttftttt1i;:,,:1i;;;;i;;;1;.,,,;;i11111111111tt111ttt1tffftttttfftt1ttffLLf\n1tttffffftt1ttfffft111tffttft1ii:,.....,11iiiiiii1t:,,,.....,:;i111111111t11tt1tffft1tfffffft1fLffLf\ntftttffttttt11tttt1ttt11t11i;:,........,i1tt1ii11tt:,,,,........:t11111111111t1tfftttttfffftt1tfffLf\ntfftttttttfftt1111ttfftt11i,............::;;iiiii1;,,............it1111111ttt111ttffftttfft1tttttfft\nttttttttttttttt11ttttttt11;...............:;;;;:;;...............:111111tttttttttffLffftttttfftttttt\ntfffftttffttttt11ttttttt11:...............,;;;;;;:,..............,111111ttttfftttffffffttttttttffttf\ntfffttttfffffft11ttttttt11,...............,:;;;;:,...............,1111111ttffttttfffLfLfttfffffffttf\ntfffttttftffff111ttttttt11:...... ........:;;;;:,...............,11111111ttt1tttfffLfLfttfffffffttf\ntffft1tttfffft111ttttttt11:.......:;;;:....,;;::::.......,::,....,1tt11tt1111tt1tfffLLLfttfffftffttf\ntttttttttttttt111ttttttt11:.....:;;;;;:.....:;:::,.......,:iii;,.,1t1t11tt11tft1tffffffftttfftfffttt\ntttttttttttttt111ttttttt1i,.....:;:;;;:.....,::::,........;;iii;..;t1111t1111tt11tttttftt1tttttffttt\nttttt1tttttttt11tttttttt1i,.....:::;;;,......::::,.......,;;ii;:..,;1t11111111t11ttttttt11tttttffttt\n1tttt1tttttttt11ttttttttti....,,,,:;;,.......,:::,,.......,;;;;,....,it11tttt1111ttttttt111ttttffttt\n11tt11tttttttt111ttttttt1:,,.,,,..,,,.........::::,........,:;,..... ,1tttttt11111ttttt1111ttttttt1t\n1111111tttttt11111111111i,,..,,,.... .........::::,..................itttt111111111111111111111tt111\n1111111111111111111111111,...,,...............,::,,,...........,,...;tttttt1111111111111111111111111\n11111111111111111111111111,..... .............,::,,,......... . .:1tttttt1111111111111111111111111\n1111111111111111111111111ti,,,.,,..............::,,..........,,,::i1tttttttttt1111111111111111111111\n11111111111111111111111111111i11;..............:,............,1tttttttttttttt11111111111111111111111\n1111111111111111111111111111111i...............:;:::::,.......;tttttttttttttt11t1ttt111111ttttt11111\n1111111111111111111111111111111:...............:iiii;;::,......ittttttttttttttttttttt1111tttttt11111\n1111111111111111111111111111111,...............:iiiii;;:,......,1tttttttttttttttttttttttttttttt11111\n","tttttfftttttttffffftfffftfftttttttttt111tttt1111111tttt111111tttt111111tttttttttttttttttttt1111111tt\nttfttttttttttttttttffLLftfffffffffttt1tt111111111tfffffftttt1111111111111111ttftttftttttttt11111tttt\nttttttttttttttttfffffftttfffffffLLLftt1tttttt111tfffffffftttttttt11111tttttffffftfLLfttttttt1111ttt1\nttttttttttttttttfffffttffffffLLffffttttttttttt1tffffffffffttttttt11111tfffffffLfttffffffttt1111ttttt\nttttttttttttffffttfffttfffffffffttfftttttt11ttt1ttfffffftttttt11tt111111ttffffLLLfttfLLft111111ttttt\nttttttttttffLLLLfttttffLLLfftttttfLftttttttfffft1tffffftttffftt11t111tt111ttfffLLffttfft1tt111tttttt\nttttttttfffLLLLLLffttfLLLfttfffftfLfttttttffffffttttftttffffffftt1111tftt1111tffLLfttt11tffftttttttt\ntttttttfffLLLLLLLLLftffttttfLLffftfftttttftttttttffttttffffffffftt111tftttttttttfLLfttttfffffftttttt\ntttttttffLLLLLLLLLfttttffffffffftffttttttiii;::::i1ttttffffffffftt1111t11ttttttttttttttffffffffffttt\ntttffttffLLLLLLLLLftffftfLfttfffLLLfttt11:,,,,,,,:::itttttfffffft11111tft1ttt1tffttt11tfffffLLfLfttt\ntffLffffffLLLLLLLfftfLLftttfLfffLLLLfttt1i::::,,::,,,itt11tfffft111111ffft1tt11tt1tt1ttffLLLLLLLffff\ntfffffttttfLLLffttttfffffttLLLLfLLLftttttiiiiii1i;:,,:ttt111ttt11tt111tffttfftt1ttfftttffLLLLLLLLffL\nttttftttttffLftttttttttttttfLLLffLLftttti;iiii111i;:,iftftt11ttt11111tffftfffftttttttttttfLLLLffffff\nttfLffffffftttfffffffffttfttfLLfffLfttt1;;;ii;iiii;::1ffttt1tffft11111ffttfffttt11ttttttttfLfftftttt\nttffffffffftttffffffffftfffttffftfftttt1;;i1i;;iii;:itft11tttttfttt111tt1tffttffttfffffLLftfftfffffL\nttffffffffftttffffffffttttttttttffftttt1;;iiii111iii1t111tfft1tttt111111t1ttttfftttfffffLLfttfLLLLLL\ntttffffffffttfffffffftt1ttt111ttffftttti;;iiiiiiiii1111ttfffft11111111tffttttttt11tfffffLfftttfLLLLL\nttttttttfffttfffttttt1ttfft1111ttfftttt1;;;iiii;;itt11tffffffft1111111tttt111tftt11tttfffffftfLLLLLf\ntfttttttttttttttttt11tfffftttt11tfftttt1i;;;;ii;;it1111tftfffft11t1111ttt111t1tfftt11111ttfftfLffftt\ntfttfffffttt1ttfffftttffftttfft11tft111i;;;;;ii;;i111111tttft111tt1111ttt11tt1tffffftttttt11ttttffft\nttttfffffftttffftfft11tfffttfttt11i;;:ii;;;;iiiii1;11tt111t11111tt1111tt111tft1tffffttfffftt11tffLLf\n1tttffffft11ttfffft1111tfttftii;:,....;1i;;;;ii111,,:;i1tt11tt11111111111t11tt1tffft1tfffffft1fLffLf\ntftttffttttt11ttt11ttt1111i;:,.......,i1tiiii;;11i,,,..,:;i1t1t111t1111111111t1tfftttttfffftt1tfffLf\ntfftttttttffttt111ttttt1i:...........,ii111iii11i:.,,......,:;1t111111111tttt111ttfLftttfftttttttfft\nttttttttttttttt11tttt11t;..............,::;;i1ti:,............,1t1111111tttffttttffLfffttttffffttttt\ntfffttttfftfttt11tttttt1,...............:;:;;;;;:..............;tt111111tttffftttffffffftttttttffttf\ntfffttttfffffft11tttttt1................,;;;;;;;:..............:t11111111ttffttttffLLfLfttfffffffttf\ntfffttttfttftt111tttttti............... .:;;;;;:,..............:1111111111tttttttffLLfLfttfffffffttf\ntffft1ttttttft111tttttt;............. .:;;;;;;:::..............:111tt11tt111ttt1tfffLLLfttfffftffttf\ntttttttttttttt111ttttt1,..............:;i;;i;::::..............:1ttt1111tt11tff1tffffffftttfftfffttt\nttttttttttt1tt111ttttt;..............:;;;;;i:::::..............;1111111111111tt11tttttftt1tttttffttt\nttttt1tttttttt11tttttt:..............:;;;::;:::::..............;t1111111111111t11ttttttt11tttttffttt\n1tttt1tttttttt11ttttt1,........... .,,:,...,:::::..............,11i;;i111tttt1111ttttttt111ttttffttt\n11tt11ttttttt1111tttt;............,..... ...,::::...............:i;:;;i1ttttt11111tttttt111ttttttt1t\n11111111t1tt111111111,............,.........,::::,..............,:::;ii1tt111111111111111111111tt111\n111111111111111111111,............ .........,,,::,..............::::;i11tt11111111111111111111111111\n1111111111111111111111:....... .............,,:,,..............,::::i111t11111111111111111111111111\n11111111111111111111111:....,,,,.............,:::,,..................,1t1111111111111111111111111111\n111111111111111111111111iiii11t; .............,:,..,........ ..:1tttttt11111111111111111111111\n111111111111111111111111111111t:...............:,,,:,,......,,,,,:;;1tttttttt1t111tt1111111tttt11111\n111111111111111111111111111111t: .............::;ii;::,.....,i111ttttttttttttttt11ttt111111tttt11111\n111111111111111111111111111111t:..............:;;iiii;:,.....,i1ttttttttttttttttttttttttttttttt11111\n","tttttfttttttttffffffffffffftttttttttt111tttt1111111ttttttt111tttt111111tttttttttttttttttttt1111111tt\nttfttttttttttttttttffLLftfffffffffttt1tt111111t11tfffffftttt1111111111111111ttftttftttttttt111111ttt\nttttttttttttttttffffLftttfffffffLLLfttttttttt111tfffffffftttttttt11111tttttffffftffLfttttttt11111ttt\nttttttttttttttttfffffttffffffLLffffttt1ttttttt1tffffffffffttttttt11111tfffffffLffttfffffttt1111ttttt\nttttttttttttffffttfffttfffffffffttfftttttt11ttt1ttfffffftttttt11tt111111ttffffLLLfttfLLft111111ttttt\nttttttttttffLLLLfttttffLLLfftttttfLftttttttfffft1ttfffffttffftt11t111tt111ttfffLLftttftt1ttt11tttttt\nttttttttfffLLLLLLffttfLLLfttfffftfLfttttttffffffttttffttffffffftt1111tftt111ttffLLfttt11tffftttttttt\ntttttttfffLLLLLLLLLfttfttttfLLffftfftttttfftffffffftttfffffffffftt111tft1tttttttfLLfttttfffffftttttt\ntttttttffLLLLLLLLLfttttffffffffftfftttttt1iii::;i1ttttfffffffffftt1111t11ttttttttttttttffffffffffttt\nttttfttfLLLLLLLLLLfftfftfLfttfffLLLfttt11:,::,,,,,:;1tttttfffffftt1111tft1ttt1tffttt11tfffffLLLLfttt\nttffffffffLLLLLLLfftfLLftttfLLffLLLffttt1;:,,,,,,,,,;ttt11tfffft111111ffft1tt11ttttt1ttffLLLLLLLLfff\ntfffffttttfLLLffttttfffffttLLLLfLLLftttt1iiiiiiii;:,,iftt111ttt11tt111tffttfftt11tfftttffLLLLLLLLffL\nttttftttttffLftttttttttttttfLLLffLLfttt1i;iii1111i:,:1ftfft11ttt111111tfftfffftttttttttttfLLLLffffff\nttfLffffffftttfffffffffttffttfLfffLfttt1;;;i;iii1i:,;tffttt1tffft11111tfttfffttt11ttttttttfLLftfttft\nttffffffffftttffffffffftffftttfffffttt11;;;ii;;iii::1fft11tttttfttt111tt1tffttffttfffffLLffffffffffL\nttffffffffftttffffffffttttttttttfffttt1i;;iiiii11i;itt111tfft1tttt111111t1ttttfftttffffLLLfttfLLLLLL\ntttffffffffttfffffffftt1ttt111ttfffttt1i;;iiiiiiiii1111ttfffft11t11111tffttttttt11ttffffLfftttfLLLLL\nttttttttfffttfffttttt1ttfft1111ttffttt1i;;;iiii;;;1t11tffffffft1111111ttttt1ttfft11ttffffLfftfLLLLLf\ntfttttttttttttttttt11tfffftttt11tfftt111;;iiiii;;;1111ttftfffft11t1111tttt1tt1tffttt1111ttfftfLffftt\ntfttfffffttt1ttftfftttffftttfft11tft1i1i;;;;iii;;;111111tttft111tt1111ttt11tf1tffffftttttttttttttfft\n111tfffffftttffftttt11tfftttfttt11i;;;1;;;;;iiii;i1t11t111t11111tt1111tt111tft1fffffttfffftt11tffLLf\n1t1tffffft11ttffttt1111tftttti;:,,...:1i;;;;iiii1i:;i1ttt111tt11111111111t11tt1tffft1tffffffttfLffLf\ntftttfftt11t11ttt11ttt111i;:,,.......:11ii;;ii;11i,.,,:;11tt11tt11t1111111111t1tffttttffffftt1tfffLf\ntffttttttttftt1111ttttt1:............:1111iiii1ti;,,....,,;i1tttt11111111tttt111ttfLffttfftttttttfft\nttttttttttttttt111ttt1t;...............,:;;i1tt1;,..........,itttt111111tttttttttffLfffttttffffttttf\ntfffttttfftfttt11ttttt1,................:::::;i;:,...........,1ttt111111ttttfftttffffffftttttttffttf\ntffft1ttffffff111ttttti.................,;;;;;;;:,...........,1t111111111ttffttttffLLfLfttfffffffttf\ntffft1ttfttttt111ttttti................,,;;;;;;::,............it1111111111tttttttffLLfLfttfffffffttf\ntffft1tttttttt111ttttt;.............:;iii;;:;;:::,............it1111111tt111tttttfffLLLfttfffftffttf\nttttt1tttttttt111tttti,............,;;iiii::;::::,...........,1ttttt111ttt11tft1tfffffLftttfftfffttt\nttttt1tttt11tt111ttt1:.............:;;;iii;::::::............,1tttt1111111111tt1tttfttftt1tttttffttt\nttttt1tttttttt11tttti..............,;;;;:,,:::,,:............:tt11t11111111111t11ttttttt11tttttffttt\n1tttt1tttttttt11tttt:............. ,::,. .::,,,:........... :t1111111t111ttt1111ttttttt111ttttffttt\n11tt11tttttt111111ti.......................,:::::.............it111t11111tttt1111tttttt1111ttttttt1t\n1111111111111111111,.............,.........,:::::.............:1t11ii;:;11111111111111111111111tt111\n1111111111111111111:........................,,:::..............;ii;:;:;ii111111111111111111111111111\n11111111111111111111:....... ..............,,,:,...............,:::::;i1111111111111111111111111111\n111111111111111111111:......,,..............,,,:,...............:::;::;i11t1111111111111111111111111\n1111111111111111111111iiiiii1;...............,,,,.,..............,::::;11111111111111111111111111111\n11111111111111111111111111111;................,,:,,,...... .it1111111111111111111111111111\n1111111111111111111111111111t;...............;i;;;::,.....,,.....,,,;i1ttttttttt11tt111111ttttt11111\n1111111111111111111111111111t;...............:i;;i;::,....:i111111tttttttttttttttttttttttttttttt1111\n","tttttfttttttttffffftfffftfftttttttttt111tttt1111111ttttttt111tttt111111tttttttttttttttttttt1111111tt\nttfttttttttttttttttffLLftfffffffftttt1t1111111t11tfffffftttt1111111111111111ttftttftttttttt111111ttt\nttttttttttttttttffffLftttfffffffLLfftt1tttttt111tfffffffftttttttt11111tttttffffftffLfttttttt11111ttt\nttttttttttttttttfffffttffffffLLLfffttt1ttttttt1tffffffffffttttttt11111tfffffffLffttfffffttt1111ttttt\nttttttttttttffffttfffttffffffffftttftttttt11ttt1ttfffffftttttt11tt111111ttffffLLLfttfLLft111111ttttt\nttttttttttffLLLLfttttffLLLfftttttfffttttt1tfffft1ttfffffttfffft11t111tt111ttfffLLftttftt1ttt11tttttt\nttttttttfffLLLLLLffttfLLLfttfffftfLftttttttfffffftttffttffffffftt1111tftt111ttffLLfttt11tffftttttttt\ntttttttfffLLLLLLLLLfttfttttfLLffftffttttt111i;iitfftttfffffffffftt111tft1tttttttfLLfttttfffffftttttt\ntttttttffLLLLLLLLLfttttffffffffftfftttt1;:,::,,,:;ittttffffffffftt1111t11ttttttttttttttffffffffffttt\ntttffftfLLLLLLLLLLfttfftfffttfffLLLftt1i:,,,,,,,,,,:1tttttfffffftt1111tft1ttt1tffttt11tffffLLLLLfttt\nttffffffffLLLLLLLfftfLLftttfLLffLLLftt1i;;;;;;;i;:,:tftt11tfffft11111tffft1tt11ttttt1ttfffLLLLLLLfff\ntfffffttttfLLLffttttfffffttLLLLfLLLft1;iiiii11111i::tffft11tttt11t111tfffttfftt1ttfftttffLLLLLLLLffL\ntttfftttttffLftttttttttttttfLLLffLLftt11;;;iiiiiii:;tffffft11tt1111111tfftfffftttttttttttfLLLLffffff\nttfLffffffftttfffffffffttffttLLfffLft11i;;;;i;;iii;tffffttt1tffft11111tfttfffttt1tttttttttfLLftffttt\nttffffffffftttffffffffftffffttfftfttt11i;;;i1iii1iitffft11tttttfft1111tt1tffttffttfffffLLfffftfLffLL\nttffffffffftttffffffffttttttttttffftt11i;;;iii111ii1tt111tfft1ttft111111t1ttttfftttffffLLLfttfLLLLLL\ntttffffffffttfffffffftt1ttt111ttffftttti;;;;iiiiii11111ttfffft11t11111tfftttttttt1tfffffLLftttfLLLLf\nttttttttfffttfffttttt1ttfft1111ttffttt1i;;;iiii;;itt11tffffffft1111111ttttt1ttfft11ttffffLfftfLLLLLf\ntftttttttttttt1tttt11tfffft1tt11tfft111;;;;;iii;;it111ttfffffft11t1111tttt1tt1tffftt1111ttfftfLffftt\ntfttffffftt11ttftfftttffftttfft11tti;;1;;;:;iii::i111111ttfft111tt1111ttt11tf1tffffftttttttttttttfft\n111tfffffftttffftttt11tfftttft1i;:,..,1i;;;;iii;i;:;;1t111t11111tt1111tt111tft1fffffttfffftt11tffLLf\n1tttffffft11ttffftt1111tt1ii:,,......,i1i;;;ii;11;...,:;i111tt11111111111t11tf1tfffttfffffffttfLffLf\ntfttttftt11t11ttt11ttt11;,,..........,11t1iiii1t1:,,.....,:i111111t1111111111t1tffttttffffttt1tfffLf\ntffttttttttfttt111ttttti,.............:;;iii11t1i,,.........,ittt11111111tttt11tttfLffttffttttttffft\nttttttttttttttt111tttt1:................:;;;;;i;:,...........:ttt1111111tttffttttffLLffttttffftttttf\ntfffttttftttttt11ttttti.................,;;;ii;;:............,1ttt11111ttttffftttffffffttttttttffttf\ntffft1ttfffftf111ttttti..................:;;;i;;:,...........,1tt11111111ttffttttffLLfLfttfffffffttf\ntffft1ttfttttt111ttttt;..................,;;;;;::,...........,1t1111111111tttttttffLLfLfttfffffffttf\ntffft1tttttttt111ttttt;...........,,.....,;;:;:::............,111111111tt111tttttfffLLLfttfffftffttf\nttttt1tttttttt111tttti,........,;ii:......:;:::::............,ittttt111ttt11tft1tfffffLftttfftfffttt\nttttt1tttt111t111tttt;........:;;;;:,.....,;:::::.............ittttt1111t1111tt1ttfttttttttttttffttt\nttttt1tttttttt11tttt1,.......,:::;;;,......::::::.............;tt1t1111111ttt1tttfttttttt1tttttffttt\n1tttt1tttttttt11tttti.........,:::;:.......,:::::..........,,:;1t11111111ttff1111ttttttt111ttttffttt\n111111tttttt111111t1,..........,:::........,:::::..........,:;;i1111t111ttttt11111ttttt1111ttttttt1t\n1111111111111111111;............,,.........,::::,.........,:;;;i1111111111111111111111111111111tt111\n11111111111111111111:.......................,:::,.. ......,:;;ii111111111111111111111111111111111111\n111111111111111111111:.......,..............,:::,..........,::i11t1111111111111111111111111111111111\n1111111111111111111111:,,..,, ..............,,,::,............,1111111111111111111111111111111111111\n1111111111111111111111111i11:...............,..,:,,..... ..:1t11111111111111111111111111111111111\n111111111111111111111111111;................,::::,,.....::::;i11tttt111111t1111111111111111111111111\n111111111111111111111111111,.................ii;;::,....:1tttt1ttttttttttttttttt11tt111111ttttt11111\n1111111111111111111111111ti..................;i;;;:,.....;t1ttttttttttttttttttttt1ttttttttttttt11111\n","ttffftfffttttttttftttfffttftttttttttt111tttt111111tttttttt111tttt111111tttttttttttttttttttt1111111tt\nttfftttttttttttttttffLLftfffffffftttt1t111t111t11tfffffftttt111111111111111tttftttfttttttttt1111tttt\nttttttttttttttttffffLftttfffffffLLffttttttttt111tfffffffftttttttt11111ttttfffffftfLLfttttttt111tttt1\nttttttttttttttftfffffttffffffLLffffttttttttttt1tffffffffffttttttt1111ttfffffffLfttffffffttt1111ttttt\nttttttttttttffffttfffttffffffffftttfttttt1111tt1ttffffffttttt1111tt11111ttffffLLffttfLLft111111ttttt\nttttttttttffLLLLfttttffLLLfftttttffftttt11tttffttttfffffttfffft11t111tt111ttfffLLftttftt1ttt11tttttt\nttttttttfffLLLLLLffttfLLLfttfffftfLftt11ii;i;;ii1tttffttffffffftt1111tftt111ttffLLfttt11tffftttttttt\ntttttttfffLLLLLLLLLfttfttttfLLffftfftt1:,,,,,,,,:iftttfffffffffftt111tft1tttttttfLLfttttfffffftttttt\ntttttttffLLLLLLLLLfttttffffffffftff1i;;:,,,,,,,,:;ttttfffffffffftt1111t11ttttttttttttttffffffffffttt\ntttffftfLLLLLLLLLLfttfftfffttfffLLLt;,,:;;;;;iiii:ittttttffffffftt1111tft1ttt1tftttt11tffffLLLLLfttt\nttffffffffLLLLLLLfftfLLftttfLLffLLLfi,:iiii111111;1ffftt11tfffft11111tffftt1t1tttttt1ttfffLLLLLLffff\ntfffffttttfLLLffttttfffffttLLLLfffffi:;;;;;iiiiiiitffffft11tttt11t111tfffttffft1ttfftttffLLLLLLLLffL\ntttfftttttfffftttttttttttttfLLLffLLti;;;;;i;;iiii1ftffffftt11tt1111111tfftfffftttttttttttfLLLLffffff\nttfLffffffftttfffffffffttffttfLfffLtii;;;ii;;i1111tfffffttt1tffft11111tfttffftttttttttttttfLLfffffft\nttffffffffftttffffffffftffffttfftftt1ii;;;;;;iii11ttffft11tttttfftt111tt1tffttffttfffffLLffffffLffLL\nttffffffffftttffffffffttttttttttffftt11i;;;;;i111111tt111tfft1ttft11111tt1ttttfftttffffLLLfttfLLLLLL\ntttffffffffttfffffffftt1ttt1111tfffttti;;;;;;iiiii11111ttfffft11t11111tfftttttttt1ttfffLLLftttfLLLLf\nttttttttfffttfffttttt1ttfft11111tfft11i;;;:;;ii;;itt11ttfffffft1111111ttttt1ttfft11ttffffffftfLLLLLf\ntftttttttttttt1tttt11ttffft1tt11ttti::i;;;:;iii;;;i;i1ttftfffft1tt1111tttt1tt1tffftt1111tffftfLffftt\ntfttffffftt11ttftfft1tffftttff1i;:,...;1;;;;;i;:;i,..,:;i1tft111tt1111ttt11tf1tffffftttttttttttttfft\n111tfffffftttffftttt11tfft11i;:,......,11;iii;;iii,,,....,:;i1111t1111tt111tft1fffffttfffftt11tffLLf\n1tttffffft11ttffftt1111t1;;,..........,i1t11ii11i:.,........,111111111111t11tt1tfffttfffffffttfLffLf\ntfttttftt11t11ttt11ttt11:..............;iiiiiii11,,,......,,,itt11t1111111111t1tffttttffffftt1tfffLf\ntffttttttttfttt111ttttt;................,;;;i;;ii,...........;ttt11111111ttt111tttfLffttfft1ttttffft\nttttttttttttttt111ttt11:.................:;;;i;::............;ttt1111111tttftttttffLLffttttffffttttf\ntfffttttftttttt11ttttt1,.................,;;;;;;:............:ttttt11111tttffftttffffffftttttttffttf\ntffft1ttfffftf111ttttt1,..................:;;;:::............:1tt11111111ttffttttffLLfLfttfffffffttf\ntffft1tttttttt111ttttti...................,;;::::............,111111111111tttttttffLLfLfttfffffffttf\ntffft1tttttttt111ttttt:...................,::::::,:::,.......,1t1t11111tt111tttttfffLLLfttfffftffttf\nttttt1tttttttt111tttt1,....................,::::::;;;ii:......ittt11111ttt1ttff1tfffffLftttfftfffttt\nttttt1ttttt11t111tttti.....................,:::::,;;;ii;,.....itttt1111tt111tttttttttttttttttttffttt\nttttt1tttttttt11ttttt;........ .............:::::,;;;ii;,.....:1t1t1111111tttttttfttttttt1tttttffttt\n1tttt1tttttttt11ttttt:.... :i;:.............:::::..,;;i:.......it11111111ttff1111tfttttt11tttttffttt\n11tt11tttttt1111111t1,...,;iiii;, ..........::::,. .,:,......;111111111ttttt1111ttttttt111ttttttt1t\n11111111111111111111i..,.,;;;iii;...........:::::.......,....itt1111111111111111111111111111111tt111\n11t111111111111111111;....::;;ii;...........::::,..........,;111111111111111111111111111111111111111\n1111111111111111111111, ...,:;;;,............,,:,.....,,:;11tt11111111111111111111111111111111111111\n1111111111111111111111i:,....... ............,,:,.....:1tttttt11111111111111111111111111111111111111\n1111111111111111111111111;.,. ..............;;;:,,....,it11ttt11111111111t11111111111111111111111111\n111111111111111111111111i,..................;ii;:,.....,1t1ttttt1111111111t1111111111111111111111111\n111111111111111111111111:...................;ii;;:......;ttttttttttt11tttt1t111111tt11111111ttt11111\n111111111111111111111111:...................:i;:;;,.....:t1tttttttttttttttttttttt1tttttttttttttt1111\n","ttffftfffttttttttttttfffttftt111ttttt111tttt111111ttttttttt11tttt111111ttttttttttttttttttttt111111tt\nttfftttttttttttttttffLLftfffffffftttt111111111t11tffffffttttt11111111111111tttftttfttttttttt1111tttt\nttttttttttttttttffffLftttfffffffLLfft111ttttt111tfffffffftttttttt11111ttttfffffftfLLfttttttt111ttttt\nttttttttttttttttfffffttffffffLLLfffttt1ttttttt1tffffffffffttttttt1111ttffffffLffttffffffttt1111tttt1\nttttttttttttfffftttffttffffffffftttftt1t1iii11111tfffffftttttt11tt111111ttffffLLffttfLLft111111ttttt\nttttttttttffLLLLfttttffLLLfftttttffft11i:,,,::::;1tfffftttfffft11t111tt111ttfffLLfttfftt1ttt11tttttt\nttttttttfffLLLLLLffttfLLLfttfffftfft1;:,,,,,,,,,:tttttttffffffftt1111tftt111tttfLLfttt11tffftttttttt\ntttttttfffLLLLLLLLLfttfttttffLfftt1::,,,,,:::::;itfttttffffffffftt111tft1ttfttttfLLfttttfffffftttttt\ntttttttfLLLLLLLLLLfttttffftffffttf1,,,,:;iii1111itftttfffffffffftt1111t11ttffttttttttttffffffffffttt\ntttffftfLLLLLLLLLLfttfftfffttffffft:,,,:;iii111ii1tttttttffffffftt1111tft1ttt1tftttt11tffffLLLLLfttt\nttffffffffLLLLLLLfftfLLftttfLfffLft:,,:;;;;iiiiii1tffftt11tfffft111111ffftt1t1tttttttttfffLLLLLLffff\ntfffffttttfLLLffttttfffffttfLLfffft;:::;;;iii;iii1tffffft11tttt11tt111fffttffft1ttfftttffLLLLLLLLffL\ntttfftttttfffftttttttttttttfLLLffffti;;;i;;iii;iitfffffffft1tttt1t1111tfftfffftttttttttttfLLLLffffff\nttfLffffffftttfffffffffttffttfLftfft1i;;;;;iiiii11ffffftttt1tffft11111tfttffftttttttttttttfLLffffftt\nttffffffffftttfffffffftttfftttftttttt1;;;;;iiiii11ttffft11tttttfftt111tt1tffttffttfffffLLffffffLffLL\nttffffffffftttffffffffttttttttttfftt11i;;;;;;ii1111ttt111tfft1ttft11111tt1ttttfftttffffLLLfttffLLLLL\ntttffffffffttfffffffft11ttt1111ttff1;i;;;;;;;ii;iiii111ttfffft11t11111tfftttttttt1tffffLLLftttfLLLLf\nttttttttfffttffftt1tt1tttft1111tt1;,.:i;;;;;iii::;;,,:;i1tfffft1111111ttttt1ttfft11ttffffffftfLLLLLf\ntfttttttttttttttttt11ttffft1tti;:,...,ii;;;;ii;::;;.....,:itftt1tt1111tttt1tt1tffftt1111tffftfLffftt\ntfttffffftt11ttftfft1tttft1i;:,.......:11iiii;;;:;:,,,,,,..;t111tt1111ttt11tf1tffffftttttttttttttfft\n111tfffffftttffttttt11tti;:,..........,1tt1ii11i;;,,.,.,,,,,1111t11111tt111tft1tffffttfffftt11tffLLf\n1tttffffft11ttttttt1111;...............:11iiii;;1;.,.,,.,..,1t11111111111t11tf1tfffttfffffffttfLffLf\ntfttttftt11t11ttt111tt1,................,;;;ii;i1:.........,111t1111111111111t1tffttttffffftt1tfffLf\ntffttttttttftt11111ttt;..................:;;;;:;i:..........itttt11111111ttt111tttfLffttfft1tttttfft\ntttttttttttttt1111ttt1:..................,;;;;:::,..,.......;tttt1111111tttffttttffLLffttttffftttttf\ntfffttttftttttt11tttt;....................:;;::::,,.........:ttttt111111ttttfftttffffffftttttttffttf\ntffft1ttfftttt111tttt:....................,;:::,:;;;;:,.....:1ttt11111111ttffttttffLLfLfttfffffffttf\ntffft1ttfttttt111ttt1,.....................:::,,::;iii;,.....itt1111111111tttttttffLLfLfttfffffffttf\ntffft1tttttttt111ttt;......................,::,,::;;;i;,.....:111111111tt111tttttfffLLLfttfffftffttf\nttttt11ttttttt111tt1:......................,:,..:,:;;i;.......:tttt1111ttt1ttffttffffffftttfftfffttt\nttttt1ttttt111111tt1:......................,:,..:. .:;:......,itttt1111tt111ttttttfttffft1tftttffttt\nttttt1tttttttt111tt1:........... .........,,,.,:...........,1tt11tt111111ttt1ttttffftttt1tftttffttt\nttttt1tttttttt11ttti,......... .,..........,,,.,:..........,it11111111111ttft1111ttttttt11tttttffttt\n11tt11ttttt111111tt:..........,::;,........,,,.,:......,:i11t11111111111ttttt1111ttttttt111ttttttt1t\n11111111111111111111:........:;;ii;.........,,.,,.....i1ttt11t11t111111111111111111111111111111tt111\n1111111111111111111ti........,:;;i;,...........,,.....;t11111111111111111111111111111111111111111111\n11111111111111111111ti;,......,:;;;. ......,:,.,:.....,1t1t11111111111111111111111111111111111111111\n11111111111111111111111;........,,,........:;::,,......;t1tttt11111111111111111111111111111111111111\n1111111111111111111111i......... ........:;;::,......,1ttttt11111111111t11111111111111111111111111\n1111111111111111111111:........ ...........:;;;::.......it1ttttt1111111111t1111111111111111111111111\n111111111111111111111i,........,......... ,ii;;::,......:ttttttttttt11ttt1tt11t111tt111111t1tttt1111\n11111111111111111111t;.........,..........:iiii;::,.....,1ttttttttttttttt1ttt1ttt1tttttttttttttt1111\n","ttttftfffttttttttttttfffttttt111ttttt111tttt111111ttttttttt11tttt111111tttttttttttttttttttt1111111tt\nttfftttttttttttttttffLLftffftfffftttt111111111t11tffffffttttt11111111111111tttftttfttttttttt1111tttt\nttttttttttttttttfffffftttfffffffLLLft111tttttt11tfffffffftttttttt11111ttttfffffftfLLfttttttt111ttttt\nttttttttttttttttfffffttfffffffffffft11111;:::;;i1tffffffffttttttt1111ttffffffLffttffffffttt1111tttt1\nttttttttttttfffftttffttffffffffftttft1;::,,,,,,,,ifffffftttttt11tt111111ttffffLLffttfLLft111111ttttt\nttttttttttffLLLLfttttffLLLfftttttff1;:,,,,,,,,,,:itfffftttfffft11t111tt111ttfffLLfttfftt1ttt11tttttt\nttttttttfffLLLLLLffttfLLLfttfffttt1:,,,,:::;;i;;1tttftttffffffftt1111tftt111tttfLLfttt11tffftttttttt\ntttttttfffLLLLLLLLLfttfttttffLfftt;,,,,,:;ii11t11tfttttffffffffftt111tft1ttfttttfLLfttttfffffftttttt\ntttttttfLLLLLLLLLLfttttffffffffttt;,,,,:;;;iii1111ttttfffffffffftt1111t11ttffttttttt1ttffffffffffttt\ntttffftfLLLLLLLLLLfttfftfffttttfft:,,,,:;;;iiiiii1tttttttffffffftt1111tft1ttt1tftttt11tffffLLLLLfttt\nttffffffffLLLLLLLfftfffftttfLftfLfi;;;;;;;iii1iii1tffftt11tfffft111111ffftt1t1tttttttttfffLLLLLLffff\ntfffffttttfLLLffttttfffffttfLLftfffi;;;i;;;;iiiii1fffffft11tttt11tt111fffttffft1ttfftttffLLLLLLLLffL\ntttfftttttffffttttttttttttttffftffft;;;;;;;;iiii1tttfffffft1tttt1t1111tfftfffftttttttttttfLLLLffffff\nttffffffffftttfffffffffttftttffftfft1;;;;;;;;iii1ttfffffttt1tffft11111tfttfLftttttttttttttfLLftffftt\nttffffffffftttfffffffftttfftttftttt1i;;;;;;;;ii111tffftt11tttttfftt111tt1tffttffttfffffLLffffffLffLL\nttffffffffttttfffffffft1tt1111ttt1::i;;;;;;;i1i;i111ttt11tfft1ttft11111tt1ttttfftttffffLLLfttffLLLLL\ntttffffffffttffffffftt111tt111i;:,..;i;;i;iii11;;;;,::;1tfffft11t11111tfftttttttt1tfffffLfftttfLLLLf\nttttttttfffttffttttt111ttt1;:,......,ii;;iii;11;:;;,...,:1fffft1111111ttftt1ttfft11ttffffffftfLLLLLf\ntftttttttttttt11tt111tt1;:,..........;11iii;1t1;:;;,,,,,.:tfttt1tt1111tttt1tt1tffftt1111ttfftfLffftt\ntfttffffftt11tttttt111:..............:1tt1ii11i::;:,,,,,,,if1111tt1111ttt11tf1tfffffttttttttttttffft\n111tfffffft1tfftttt11;................:ii;;i;:,,;;,.,,.,..it1111111111tt111tft1tffffttfffftt1ttffLLf\n1tttffffft111tttttt1i,............,....:;;;;;;:,1i,..,,,..;ttt11111111111t11tt1tfffttfffffffttfLfLLL\ntfttttftt1t111ttt111;..................,;;;;;:,:1i,.......it111t11t1111111111t1tffttttffffftt1tffLLf\ntffttttttttft1111111,...................:;;;::,,;;,.......it1tttt11111111ttt111tttfLffttfft1tttttfft\ntttttttttttttt1111t;....................,;;:::,.:,..,.....:tttttt1111111tttffttttffLLffttttffffttttf\ntfffttttfttttt111t1,.....................;;:::..:,........,1tttttt111111ttttfftttffffffftttttttffttf\ntffft1ttfftttt111ti......................::::,..:,.....,:::i1ttt111111111ttffttttffLLfLfttfffffffttf\nttfft1tttttttt111t:......................,:::,..:,....,:;iiiitt11111111111tttttttffLLfLfttfffffffttf\ntffft1tttttttt1111;.......................,:,...:,....:;;iiii1111111111tt111tftttfffLLLfttfffftffttf\nttttt11ttttttt111t;...................,,,,,,,...,......,;;ii1111ttt1111ttt1tfffttffffffftttfftfffttt\nttttt11tt11111111i,.................,::::::,....:........,,:i1111tt1111tt111ttttttfffffft1tftttffttt\nttttt11ttttttt11t;.................,:;;;;;;,....:.... .. .,1t11ttt1111111ttt1ttttffffttt1tftttffttt\nttttt11ttttttt1111:................,::::;i:.....:.,..,,,:;i11tttt111111111tft1111ttttttt11tttttffttt\n111tt11ttt1111111t1:. ............::::;:.....,:....it11111tt1tt1111111ttttt1111ttttttt111ttttttt1t\n11111111111111111111i:,..............,,,,......,:....:1tt111111t1111111111111111111111111111111tt111\n11111111111111111111t11:........,.... . ..,....:.....it1t111t11111111111111111111111111111111111111\n11111111111111111111111:,..................:....:.....:1ttt11t11t11111111111111111111111111111111111\n1111111111111111111111i,...................:....:......it1ttttt1tt11111111111t1111111111111111111111\n1111111111111111111111;....................,,..,:,.....:tttttttt111111111111111111111111111111111111\n1111111111111111111111:.................. .::..,:......,1t1ttttt11t1t11111t1111111111111111111111111\n11111111111111111111ti,.................. ,;::,,:.......itttttttttttt111t1tt11t111tt111tttt1tttt1111\n11111111111111111111t;....................,;;;:,:.......:tttttttttttttttt1ttt1ttt1tttttttttttttt1111\n","tttttttttttttttttttttffftttt1111111tt1111tt1111111ttttttttt11tttt1111111ttttttttttttttttttt1111111tt\nttfttttttttttttttttffLfttffttfffttttt1111111111111tffffftttt111111111111111tttffttftttttttt11111tttt\nttttttttttttttttffffLftttfffffffffftt11111iii1i11ffffffffttttttt111111tttttffffftfLLfttttttt111ttttt\nttttttttttttttttffffftttffffffffffttt11;::,,,,,:;1ffffffffttttttt1111ttfffffffLfttffffffttt1111ttttt\nttttttttttttfffftttffttffffffffttttt1;:,,,,,,,,,,:tffffftttttt111t111111ttffffLLffttfLLft111111ttttt\nttttttttttffLLLLftttttffLLfttttttft;,,,,,,,,:::,:itfffftttfffft11t111tt111ttfffLLfttfftt1ttt11tttttt\nttttttttffLLLLLLLffttfLLLfttfffttt;,,,,,,:;ii1111tttttttffffffftt1111tftt111tttfLLfttt11tffftttttttt\ntttttttfffLLLLLLLLffttfttttffffft1:,,,,,:;iii11111fttttffffffffftt111tft1ttft11tffLfttttfffffftttttt\ntttttttfLLLLLLLLLffttttffftfffftt1:,,,,,:;;;iiiii1ftttfffffffffftt1111t11ttffttttttt1ttffffffffffttt\ntttffttfLLLLLLLLLLfttfttffftttttft::;;::;;iiiiiii1ttttttttfffffftt1111tft1ttt1tffttt11tffffLLLLLfttt\nttffffffffLLLLLLffftfffttttffftfLfi:;i;;;;;iiiiii1tffftt11tfffft111111ffftt1tt1tt1tttttfffLLLLLLffff\ntffftfttttfLLLfftttttffffttfLLftfff;:;;;;;;;iiiii1tffffftt1tttt11tt111fffttffft1ttfftttffLLLLLLLLffL\ntttttttttttfffttttttttttttttffffffft;;;;;;;;iiii1ttffffffft1ttt1111111tfftfffftttttttttttfLLLLffffff\nttffffffffftttfffffffffttft1tfffttt1i;;;;;;;;iii1ttfffftttt1tffft11111tfttffftttttttttttttfLLfffffft\nttffffffffftttfffffffftttffttttti::i;;;i;;;;ii1111tttttt11tttttfftt111tt1tffttffttfffffLLffffffLLfLL\nttffffffffttttfffffffft1ttt11i;:,.,ii;;iiiii11:i1111tt111tfft1ttft11111tt1ttttffttttfffLLLfttfLLLLLL\ntttffffffffttffffffftt111i;:,......:11;;iiiii1::;;;::;i1ttffft11t11111tfftttttttt1ttffffLfftttLLLLLf\nttttttttfffttfttt1111ii;:,.........,it1iii;;1ti::;;,..,:1tfffft1111111ttttt11tfft11ttffffffftfLLLLLf\ntfttttttttt1tt111111;,..............;1111ii1ti:;:;;,,,,.:tffftt11t1111tttt1tt1tffftt1111ttfftfLffftt\ntfttfffftt1111ttttti,................:;;;i;;;,,:;;:,,,,,,itt1111tt1111ttt11tf1tffffftttttt1tttttffft\n111tfffffft1ttttttt:..........,,......:;;;;;;,.,i;,,,,,,.;t111111111111t111tft1tffffttfffftt1ttffLLf\n111ttfffft111ttttt1,............,.....,;;;;;:,.:1i,......;11t111111111111t11tt1tfffttfffffffttfLfLLL\ntttt1tftt11111tt11;....................:;;;;:,.:1i,......:tt11111111111111111t1tffttttffffftt1tffLLf\nttft11ttttttt1111i,....................,:;:;:.,,;:,......:111tttt11111111tttt11tttfLffttfft1tttttfft\ntttttt1ttttttt111;......................,;:;:..,:,.......:11tttttt111111tttffttttffLLffttttffffttttf\ntffft11ttttttt11i,.......................:::,..,:,.......,1tttttttt11111ttttfftttffffffftttftttffttf\ntffft11ttttttt11;........................,:::,..:,........;11tttt11111111ttffttttffLLfLfttfffffffttf\ntttft11ttttttt11;......................,:;;;;;;,:,........,111tt1111111111tttttttffLLfLfttfffffffttf\ntfttt11ttttttt11i.....................:::;;;;;:.:,....... ,1t11111111111t111tftttfffLLLfttfffftffttf\ntttt111ttttttt11:....................,:::;;;;;.,:,..........,:;iii11111ttt11tffttffffffftttfftfffttt\nttttt11tt1111111,....................,:::;;;;,.,:.......... .::;;;;ii11111ttftttftfffft1tftttffttt\nttttt11ttttttt11i................. ....,,,,.....:.... ........,:::;;;;ii111tt1tttfffffttt1tftttffttt\nttttt11ttttttt11ti,. .........,... .. ....,..:,.. ....,:::;;;iii1ttt1111ttttttt11tttttffttt\n11111111ttt111111t1ii;;;,.......................:..,.:1;:,,.. ..,;i1i1t1ttt1111ttttttt111ttttttt1t\n1111111111111111111ttttt:,......................:.. ,tttt111i;;;;i1tt1111111111111111111111111tt111\n111111111111111111111111:,..................,...:.....it1t1ttttttttt11111111111111111111111111111111\n111111111111111111111111;,..................,...:.... ;tttt11t11t11111111111111111111111111111111111\n111111111111111111111111:...................,..,:.....:ttttttttttt1111111111111111111111111111111111\n11111111111111111111111i,...................:,.,:.....,1ttttttttt11111111111111111111111111111111111\n11111111111111111111111;...................,::..:.....,1ttttttttt1t11t1111t1111111111111111111111111\n11111111111111111111111:.................. :;:,,:......itttttttttttttt111ttt11t1111t111t1ttttttt1111\n111111111111111111111t1:.................. :;;:::......;ttttttttttttttttt1ttt1ttt11ttttttttttttt1111\n","tttftttttttttttttttttffftttt1111111tt1111tt11111111tttt1ttt11tttt111111tttttttttttttttttttt1111111tt\nttfftttttttttttttttffLfftfftttffttttt111111111111ttffffftttt1111111111111111ttffttfttttttttt1111tttt\ntttttttttttttttttffffftttffffffffffft111tt111111ttffffffttttttttt11111tttttffffftfLLftttttt11111ttt1\nttttttttttttttttffffftttffffffLffftt111i;;:::::;1tffffffffttttttt11111tfffffffLfftfffffftttt111ttttt\nttttttttttttfffftttffttffffffffttttt1i;,,,,,,,,,,;fffffftttttt111t111111ttffffLLffttfLLft111111ttttt\nttttttttttffLLLLftttttffLLftttttttti:,,,,,,,,,,,,;tfffftttfffft11t111tt111tttffLLfttfftt1tt111tttttt\nttttttttffLLLLLLLffttfLLffttfffttti,,,,,,:;;;ii;itttttttffffffftt1111tftt1tttttfLLfttt11tffftttttttt\ntttttttfffLLLLLLLLLfttfttttffffft1:,,,,::;i111tt1tfttttffffffffftt111tft1ttft11tffLfttttfffffftttttt\ntttttttfLfLLLLLLLLfttttffftfffftti,,,,,,:;;iiii1i1ftttfffffffffft11111t11ttftttttttttttfffffLLfLfttt\ntttffttfLLLLLLLLLLfttfttffftttttf1,,::,:;iiiiiiii1ttttttttfffffftt1111tft1ttt1ttfttt11tffffLLLLLfttt\nttfffftfffLLLLLfffftfffttttffftfLf;:ii;;;;iii11ii1tfffft11tfffft111111ffft11t1ttt1tt1tffffLLLLLLLfff\ntffftfttttfLLLfttttttffffttfLLftff1:;ii;;;;iiiiii1ffffftt11tttt1ttt111fffttfffttttfft1tffLLLLLLLLffL\ntttttttttttfffttttttttttttttfffffff1;;;;;;;iiiii1tffffffftt1ttt1111111tfftfffftttttttttttfLLLLffffff\nttffffffffftttffffffffftttt1tffftft1i;;;;;;;iiii1ttfffffttt1tffft11111tfttfffttt1tttttttttfLLftfffft\nttffffffffttttfffffffft1tftt1tft1;ii;;;;;;;;ii1111ttftft11tttttfft1111tt1tffttffttfffffLLffffffLffLL\nttffffffffttttfffffffft1tttt1ii;,.:i;;;i;iii111t111ttt111tffttttftt1111tt1ttttfft1tffffLLLfttfLLLLLL\ntttffffffffttfffftfttt111ii;:,....,i1;;iiiii1i:;;;i11111tfffft11t11111tfftttttttt1tfffffLfftttfLLLLf\ntttttttttffttfttt1111ii;:,.........;11iiii;;11;::;;,:;1tftfffft1111111tttt11ttfft11ttffffffftfLLLLLf\ntft1ttttttt1t1111111:,.............:1tt1iii1t1;;:;:,,.,:1tffftt11t1111ttt11tt1tffftt1111ttfftfLLfftt\ntttttffttt1111ttttt;................:iiiiii11,:;:;:,,,,.:tttt111tt1111ttt11tf1tffffftttttt1ttttttfft\n1tttfffffft1tftttt1,.................,;;;;:;:.,:i:,,,,,,,it11111111111tt111tft1tffffttfffftt11tffLLf\n111ttfffft111ttttti...................:;;;;;:,,:1;.......;t1tt11111111111t11tf1tfffttfffffffttfLfLLf\ntttt1tftt11111ttt1:...................,;:;;;:..;1;.......:tt111t11t1111111111t1tffttttffffftt11ffLLf\nttft1111ttttt1111;.....................:;:;;,..,;:.......,111tttt11111111tttt11tttfLffttfft1tt1tffft\n1tttt11ttttttt111,.....................,::;;,..,:,.......,1ttttttt111111tttffttttffLLffttttffffttttf\ntfftt11ttttttt11;.......................:::;,..,:,........itttttttt1111tttttfftttffffffftttftttffttf\nttfft11ttttttt11,.......................,;;;;:,,:,........;11tttt11111111ttffttttffLLfLfttfffffffttf\ntttft11ttttttt1i,.....................,::;i;;;,,:.........:111tt1111111111tttttttffLLfLfttfffffffttf\nttttt11ttttttt1i.....................,:::;i;i:.,:,........,1t1111t111111t111ttfttffLLLLfttfffttffttf\ntttt111ttt11t11;.....................,:::;;;;,.,:..........1tt111tt11111ttt1tffttffffffftttffftffttt\nttttt11t1111111:......................:::::,...,:..........:i1tttt1tt111t1111tttttfttffft1tttttffttt\nttttt11tttt11t1i.......................... ....,,.......... .,,:i11iii11111tt1t1ttffffttt1ttttttfttt\nttttt11tttttt111;... ......................,:............ .,:::;iiii1111111tfttttt11ttttttfttt\n11111111t1111111t1i;;::::......................,:..,:.. .......,::;;;;;;iii11111tttttt111ttttttt1t\n11111111111111111ttttttt1,.....................,:......:,.. ..,:;;;:;;;iiii11111111111111111tt111\n111111111111111111111111i,.................,::..,.... ,tt1ii;,,.. ..,:i;;iii111111111111111111111111\n111111111111111111111111i,.................,;:,,,......1tttttt11i;;::itt11t1111111111111111111111111\n111111111111111111111111i,................ ,;:::,......it1t1tttttttttt11tt11t111111111111111111t1111\n111111111111111111111111;................. ,;;::,......it1tttttttt1111111t11111111111111111111111111\n111111111111111111111111:................. .;;:::......;t1ttttttt1ttttt111t1111111111111111111111111\n111111111111111111111111,...................;i;::,.....;tt1ttttttttttt11tttttttt111t111111tttttt1111\n111111111111111111111111:...................:i;:::.....ittttttttttttttttttttt1ttt111tttttttttttt1111\n","tttftttttttttttttttttffftttt1111111tt1111tt11111111tttt1ttt11tttt111111tttttttttttttttttttt1111111tt\nttfftttttttttttttttffLfftfftttffttttt111111111111ttffffftttt1111111111111111ttffttfttttttttt1111tttt\ntttttttttttttttttffffftttffffffffffft1111tttt111ttffffffttttttttt11111tttttffffftfLLfttttttt1111ttt1\nttttttttttttttttffffftttffffffLffftt11111i;iiii1tfffffffffttttttt11111tfffffffLfttffffffttt1111ttttt\nttttttttttttfffftttffttffffffffttttt11;::,,,,,,::1fffffftttttt111t111111ttffffLLffttfLLft111111ttttt\nttttttttttffLLLLftttttffLLftttttttf1;:,,,,,,,,,,,itfffftttfffft11t111tt111tttffLLfttfftt1ttt11tttttt\nttttttttfffLLLLLLffttfLLffttfffttt1,,,,,,,::::::itttftttffffffftt1111tftt11t11tfLLfttt11tffftttttttt\ntttttttfffLLLLLLLLLfttfttttffLfft1:,,,,,:;ii11111ffttttffffffffftt111tft1ttft11tffLfttttfffffftttttt\ntttttttfLfLLLLLLLLfttttffftfffftt1:,,,,:;;iii1111fftttfffffffffftt1111111ttftttttttttttfffffLLfffttt\ntttffttfLLLLLLLLLLfttfttffftttttf1,,,,,:;iiii;iii1ttttttttfffffftt1111ttt1ttt1ttfttt11tfffffLLLLfttt\nttfffftfffLLLLLfffftfffttttffftfLt:;;;:;;iiiiiii11tfffft11tfffft111111ffft1tt1ttt1tt1tfffLLLLLLLffff\ntffftfttttfLLLfttttttffftttfLLftff1;;;i;;;iii1iiitfffffft11tttt1ttt111fffttfffttttfftttffLLLLLLLLffL\ntttttttttttfffttttttttttttttffftfffi;;;;;;iiiiii1tffffffftt1ttt1111111ffftfffftttttttt1ttfLLLLffffff\nttffffffffftttffffffffftttt1tffftffti;;;;;;iiiii1tttffffttt1tffft11111tfttfffttt1tttttttttfLLftfffft\nttffffffffftttfffffffftttftt1tftt111i;;;;;;;;ii111tfftft11tttttfft1111tt1tffttffttfffffLLffffffLffLL\ntttfffffffttttfffffffft1tt111111i::i;;;i;;;;i11t111ttt111tffttttftt1111tt1ttttfft1tffffLLLfttfLLLLLL\ntttffffffffttfffftfftt111111i;:,..,ii;;iiiii11:;;;111111tfffft11t11111tfftttttttt1tfffffLfftttfLLLLf\ntttttttttffttfttt1111111i;:,.......:11;iiii;11;::;;,:i1tftfffft1111111tttt11ttfft11ttffffffftfLLLLLf\ntfttttttttt1t1111111i;:,...........:1t1iii;itt;;;;:.,,,:itffftt11t1111ttt11tt1tffftt1111ttfftfLffftt\ntttttffftt1111ttttt1:..............,i111ii1tti:;;;:,,,,.,1tft111tt1111ttt11tf1tffffftttttt1ttttttftt\n111tfffffft1tfttttt;.................:;;;;;;;,.:i:.,,,,,.;t11111111111tt111tft1tffffttfffftt11tfffLf\n111ttfffft111ttttt1,..................:;;;;;:,.:1;.....,.:11tt11111111111t11tf1tfffttfffffffttfLfLLf\ntttt1tftt111111tt11,..................,;;;;;:,.;1;.......,1t111t11t1111111111tttffttttffffftt11fffLf\ntttt111tttttt11111;....................::;;;,..,;:.......,i11tttt11111111tttt11tttfLffttfft1tt1tffft\n1tttt11ttttttt111i.....................,::;;,..,:.........ittttttt111111tttffttttffLLffttttffffttttf\ntfftt11ttttttt111,......................::::,..,:,........itttttttt11111ttttfftttffffffftttttttffttf\nttfft11ttttttt11;.......................,:::,..,:,........;11tttt11111111ttffttttffLLfLfttfffffffttf\ntttft11ttttttt11:........................,:,,..,:,........,111tt1111111111tftttttffLLfLfttfffffffttf\nttttt11ttttttt11,.......................,,::,..,:..........it11111t11111t111tttttffLLLLfttffftfffttf\ntttt111tttt1t11i......................::;;;;;:.,:..........;t11tttt11111tt11tffttffffffftttffftffttt\nttttt11tt111111:....................,:::;i;;i,.,:..........;ttttttt1111111111tttttfttffft1tttttffttt\nttttt11ttttttt1;....................,:::;i;;:..,,...........:;iii1111111111tt1t1ttfffttt11ttttttfttt\nttttt11tttttt111:...................,:::;;;;...,,........... .,:;;;:;i1111ttt1111ttttttt11ttttttfttt\n11111111t11t11111;,.. ...............,,,....,:.... .......,:::::;;11tt11111111tt1tt1111ttttttt1t\n11111111111111111t11i;;;:.......,..... ......,,....,,. ...,::;::;i1111111111111111111111111tt111\n11111111111111111111tttti,...................,.,,... :1i:,. .,,;;i1111111111111111111111111111111\n111111111111111111111111i,...................:,,,.....ittt1i:,.. ,1tttt111111111111111111111111t1111\n111111111111111111111111;,...................,,::.... .111tttt1ii1ttt11111111t11111111111111111t1111\n111111111111111111111111;....................,:::......it1t11ttttt1111111111111111111111111111111111\n111111111111111111111111;....................,::,......;t1tttttt11tt1tt111t1111111111111111111111111\n11111111111111111111111t:....................::::......:1111ttttttttttt1tt11ttt11111111111tttttt1111\n11111111111111111111111t:....................:;::,.....,1tttttttttttttttttttttttt111tttttttttttt1111\n","tttftttttttttttttttttffftttttt11ttttt1111tt11111111tttt1ttt11tttt111111tttttttttttttttttttt1111111tt\nttfftttttttttttttttffLfftfffttffttttt111111111t11ttffffftttt1111111111111111ttffttfttttttttt1111tttt\ntttttttttttttttttffffftttffffffffffft1111tttt111tfffffffttttttttt11111tttttffffftfLLfttttttt1111ttt1\nttttttttttttttttffffftttffffffLfffttt1111ttttt1tffffffffffttttttt11111tfffffffLfttffffffttt1111ttttt\nttttttttttttfffftttftttffffffffttttft1i;:;;;;;i11tfffffftttttt111t111111ttffffLLffttfLLft111111ttttt\nttttttttttffLLLLftttttffLLfttttttfft1;:,,,,,,,,:1ttfffftttfffft11t111tt111tttffLLfttffft1ttt11tttttt\nttttttttfffLLLLLLffttfLLffttfffttti::,,,,,,,,,,;ttttftttffffffftt1111tftt11t11tfLLfttt11tffftttttttt\ntttttttfffLLLLLLLLLfttfttttfffffti,,,,::;;;iiiii1ffttttffffffffftt111tft1ttft11tffLfttttfffffftttttt\ntttttttfLLLLLLLLLLftttttfftfffftt1:,,,;iii1111111fftttfffffffffftt1111111ttftttttttttttfffffLLfffttt\ntttffttfffLLLLLLLLfttfttffftttttff:,,:;;;iiii1ii1tttttttttfffffftt1111ttt1ttt1ttfttt11tfffffLLLLfttt\nttfffftfffLLLLLfffttfffttttffftfLt;:,:;;;;iiiiii11tfffft11tfffft11111tffft1tt11tt1ttttfffLLLLLLLffff\ntffftfttttfLLffttttttffftttfLLftff1;;;;;iiiii;i11ttfffftt11tttt1ttt11tfffttffft1ttfft1tffLLLLLLLLffL\ntttttttttttffftttttttttttttfffLtfffii;;;;;ii;;iittffffffftt1ttt1111111ffftfffftttttttt1ttfLLLLffffff\nttffffffffftttfffffffffttft1tffftffti;;;;;iiiii1ttttffffttt1tffft11111tfttfffttt1tttttttttfLLfffffft\nttffffffffftttfffffffftttfttttfttttti;;;;;iiii1111tfftft11ttttffff1111tt1tffttffttfffffLLffffffLffLL\nttffffffffttttfffffffft1tt11111tft11i;;;;;;;iit11111tt111tffttttft11111tt1ttttfft1tffffLLLfttfLLLLLL\ntttffffffftttfffftfftt1111111111i:,;i;;;;;;ii1i;;;111111tfffft11t11111tfftttttttt1tfffffLfftttfLLLLf\nttttt1tttffttfttt11t111tttt1i;:,...:1i;ii;ii;1i:;;i;;i1tftfffft1111111tttt11ttfft11ttffffffftfLLLLLf\ntfttttttttt1tt1111111ttt1;:,,.......;ti;iii;it1;;;;,..,:i1fffft11t1111ttt11tt1tffftt1111ttfftfLffftt\nttttfffftt1111ttttt111;:,...........;tt11iii1t1::;;,,,,,.,1ft111tt1111ttt11tf1tffffftttttt1ttttttftt\n111tfffffft1ttttttt11,..............:i11iii111:,;;,,,,,,,.;t1111t11111tt111tft1tffffttfffftt11tfffLf\n111ttfffft111ttttttt;.................:;;;;;;:.,ii,....,,.:1tt11111111111t11tf1tfffttfffffffttfLfLLf\ntttt1tftt11111ttt111:.................,;;i;;;,.,1i,.......:t111111t1111111111tttffttttffffftt11fffLf\ntttt11ttttttt1111111,..................:;;;;;,,,;;,.......:11tttt11111111tttt11tttfLffttfft1tt1tffft\n1tttt11ttttttt11111i...................,;;;;:,..:,........:1tttttt111111tttffttttfLLLLfttttffffttttf\ntfftt11ttttttt11111:....................:i;;:,.,:,........,1ttttttt1111ttttffftttffffffftttttttffttf\nttfft11ttftttt111ti,.....................;;::,..:,........,i1tttt11111111ttffttttffLLfLfttfffffffttf\ntttft11ttttttt111t;......................,::,...:,.........;11t11111111111ttt1tttffLLLLfttfffffffttf\nttttt11ttttttt111t:......................,::,...:,...,,....it11111111111t111tttttfffLLLfttfffftffttf\ntttt11tttt11tt1111,.......................,,,...:,...,:;;;;itt11ttt1111ttt1ttftttffffffftttffftffttt\nttttt11t111111111i.........................,,...:,...,:;iiii11111t111111t111tttttttttffft1tftttffttt\nttttt11ttttttt111,.........................,,...:....,:;;iii11111111111111ttttt1ttfffttt11ttttttfttt\nttttt11ttttttt111;...................,,,,..,....,......,:;ii1ttt1111111111ttt1111tfttttt11ttttttfttt\n11111111t11t11111t;...............,:::::::..,...:.........,,it11tt1111111tttt1111ttt1tt1111ttttttt1t\n1111111111111111111,.............:::::;;i:......:..... :1ttttt111111111111111111111111111111t111\n11111111111111111111;,.. ........,::::;;:.......,... ,i;;;i1tttt111111111111111111111111111111111111\n11111111111111111111t11i,.........,:::;;. ..,:,.:.....itttttttt1111111t111111111111111111111111t1111\n11111111111111111111111t;...........,,,.... ,:,,:......it1111ttt1111111111111111111111111111111t1111\n111111111111111111111111;.......... .... .:,,:,. ...:tttt11tt111111111111111111111111111111111111\n111111111111111111111111;....................::::..,,..,1tttttttt1tttt1111t1111111111111111111111111\n11111111111111111111111t;....................::::..,,...;t1tttttttttttt1t11ttttt111t111111tttttt1111\n11111111111111111111111ti....................:;::,......:11tttttttttttttttttttttt11t11t1111ttttt1111\n","tttftftttttttttttttttfffttttt1111tttt111tttt1111111tttttttt11tttt111111tttttttttttttttttttt1111111tt\nttfftttttttttttttttffLfttfffttffttttt111111111t11tfffffftttt1111111111111111ttffttfttttttttt1111tttt\nttttttttttttttttfffffftttffffffffffftt11ttttt111tffffffftttttttt11111ttttttffffftfLLfttttttt1111ttt1\nttttttttttttttttffffftttffffffLfffttttt11tttt11tffffffffffttttttt1111ttfffffffLfttffffffttt1111ttttt\nttttttttttttfffftttffttffffffffftttft1tttt11ttt1ttfffffftttttt111t111111ttffffLLffttfLLft111111ttttt\nttttttttttffLLLLftttttffLLftttttttfft11iiiiiittt1ttfffffttfffft11t111tt111tttffLLfttffft1ttt11tttttt\nttttttttfffLLLLLLffttfLLffttfffttfft;::,,,,,,:itttttffttffffffftt1111tftt11t11tfLLftttt1tffftttttttt\ntttttttfffLLLLLLLLLfttfttttffffft11i:,,,,,,,,:,;fffttttffffffffftt111tft1ttft11tffLfttttfffffftttttt\ntttttttffLLLLLLLLLfttttfffttffftt1;:::::;;;iii;:tfftttfffffffffftt1111111ttftttttttttttfffffLLfffttt\ntttffttfffLLLLLLLLfttfttfLfttttfft;:;iii111111i;1ttttttttffffffftt1111ttt1ttt1ttftt11ttfffffLLLLfttt\nttfffftfffLLLLLLffftfffttttfffffLf;:;;;;ii1iiiii11tfffft11tfffft11111tffft1tt11tt1ttttfffLLLLLLLffff\ntffffftttffLLffftttttffffttfLLffffi:i;;;;;ii;ii11ttffffft11tttt1ttt11tfffttffft1ttfftttffLLLLLLLLffL\ntttttttttttffftttttttttttttfLfftffi;ii;ii;i11111tfffffffftt1ttt1111111ffftfffftttttttt1ttfLLLLffffff\nttffffffffftttfffffffffttftttfLftf1;;;;;;;;i1111tttffffftttttffft11111tfttfffttt1tttttttttfLLfffffft\nttffffffffftttfffffffftttfftttftttt1i;;;;;iiii1111ttftft11ttttffff1111tt1tffttffttfffffLLfffffffffLL\ntttfffffffttttfffffffft1ttt1111tfftt1i;;;;iii1tt111ttt111tffttttft11111tt1ttttfft1tffffLLLfttfLLLLLL\ntttffffffffttffffttftt111t11111ttfft1;;;;;;ii1ti;;i11111ttffft11t11111tfft1tttttt1tfffffLfftttfLLLLL\nttttt1tttffttfttt111111tttt11111tti:i;;;;;;iii1;:;i1i1ttftfffft1111111tttt11ttfft11ttffffffftfLLLLLf\ntfttttttttt1tt11t1111ttfftt1tt1i;:..;i;;;;;iii1i:;;:,,:;i1ffftt11t1111ttt11tt1tffftt1111ttfftfLffftt\ntfttfffftt1111tttttt1tttttt1i;,.....:11;ii;;;iti:;;,,,...,:1t111tt1111ttt11tf1tffffftttttt1tttttfftt\n1t1tfffffft1tttttttt111tti:,....,...,i11iii;i1ti;i,,,,,,,,.,i111t11111tt111tft1tffffttfffftt11tffLLf\n1t1ttfffft111tttttt1111:,...........,i1t1iii11i,;1,....,,...;t11111111111t11tf1tfffttfffffffttfLLLLf\ntftt1tftt1tt11ttt111tt;..............,:;i;;;;;,.i1,.........:11111t1111111111tttffttttffffftt1tffLLf\ntfftttttttttt111111ttt:................,;;i;;:,,:;,.........:tttt11111111tttt11tttfLffttfft1tt1tffft\ntttttt1ttttttt1111ttti,................,:;;;;:,.,:..........,ttttt111111tttffttttfLLLLfttttffffttttf\ntffft11ttttttt1111ttt;..................,;;;::,.,,..........,1tttt111111tttffftttffffffftttttttffttf\ntffft11ttftttt111tttt:...................:;;::..::,,.........ittt11111111ttffttttffLLfLfttfffffffttf\ntffft11ttttttt111ttt1:...................,;::,,::;;;i;,......;t11111111111ttt1tttffLLLLfttfffffffttf\ntttft11ttttttt111ttt1,....................,::,,::;;iii;. ...,it11tt11111t111tttttfffLLLfttfffftffttf\nttttt1tttttttt111t1ti.....................,:,,,,::;iii;.....,it11tt1111ttt1ttftttffffffftttffftffttt\nttttt11tt11111111t1ti......................,:,. ,,,:;i:.......;11tt11111t111tttttttttffft1tttttffttt\nttttt11tttt11t11tttt;......................,,,..,, .,,.......,;11111111111ttttt1ttfffttt11ttttttfttt\nttttt1tttttttt111ttt:.......................,,..,,.....,....:1ttt111111111ttt1111tfttttt11ttttttfttt\n1111111ttt1t11111tt1,.......................,,..:,.........:1t11111111111tttt1111ttt1ttt111ttttttt1t\n11111111111111111111;....... ............,,..:,.....,;ii1t1t111111111111111111111111111111111t111\n111111111111111111111,.... .,::,................:....,11ttt11tt11t1111111111111111111111111111111111\n111111111111111111111;.....;i;;;,...............:,....it1111ttt1tt1111t111111111111111111111111t1111\n1111111111111111111111i:.,iii;;i:.......... ,::,:......itttttttt1111111111111111111111111111111t1111\n111111111111111111111111i,:;;;ii;,......... ,;;::,.....:1ttttttt11111111111t111111111111111111111111\n111111111111111111111111i,.,::;;:.......... ,;;;::......itttttttt1tttt11t1tt111111111111111111111111\n111111111111111111111111i..,.................;;;::,.,,..:1tt1tttttttttttt11ttttt11111111tttttttt1111\n111111111111111111111111i..... .............;i;:::,.....itttttttttttttt1tttttttt11t11t1111ttttt1111\n","tttfttfttttttttttttttfffttttt1111tttt111tttt111111ttttttttt11tttt111111tttttttttttttttttttt111111ttt\nttfftttttttttttttttffLfftfftttffftttt111111111111tfffffftttt111111111111111tttffttfttttttttt11111ttt\nttttttttttttttttffffLffttfffffffffffttttttttt111tffffffffttttttt111111ttttffffLfffLLfttttttt1111t1t1\nttttttttttttttttffffftttffffffLffffttttttttttt1tffffffffffttttttt1111ttfffffffLfttffffffttt1111ttttt\nttttttttttttfffftttffttffffffffftttftttttt11ttt1ttfffffftttttt111t111111ttffffLLffttfLLfft111111tttt\nttttttttttffLLLLftttttfLLLftttttttfftttttttfffft1tffffftttfffft11t111tt111tttffLLfttfftt1ttt111ttttt\nttttttttfffLLLLLLffttfLLLfttfffftffft11i;ii1ttffttttffttffffffftt1111tftt11t11tfLLfftt11tffftttttttt\ntttttttfffLLLLLLLLffttfttttffLfLftti;:;:,,,:;;itffftttfffffffffftt111tft1ttft11tffLfttttfffffftttttt\ntttttttffLLLLLLLLLfttttffftffffftt1;,,,,,,,,::,:tfftttfffffffffftt1111111ttftttttttttttfffffLLfffttt\ntttffttfffLLLLLLLLfttfftfLftttffff1;::::;;iii;,:1ttttttttffffffftt1111ttt1ttt1ttfttt1ttfffffLLLLfttt\nttfffftfffLLLLLfffftfffftttfLfffLfi;iiii11111i;:i1tfffft11tfffft11111tffft1tt11tt1ttttfffLLLLLLLffff\ntffffftttffLLfffttttfffffttfLLffLf;;;;iiiiiiii;:1tfffffft11tttt1ttt11tfffttffft1ttfft1tffLLLLLLLLffL\ntttttttttttffftttttttttttttffLLffLt;;:;;ii;;iii;ttffffffftt1ttt1111111ffftfffftttttttt1ttfLLLLffffff\nttffffffffftttfffffffffttftttfLftf11i;;;i1ii11ii1tfffffftttttffft11111tfttfffttt1tttttttttfLLfffffft\nttffffffffftttfffffffftttfftttfttt11i;;;;i1111i111ttffft11ttttffft1111tt1tffttffttfffffLLfffffffffLL\ntttfffffffttttfffffffftttttt111tfft11;;;;iiiii1t1111tt111tffttttft11111tt1ttttfft1tffffLLLfttfLLLLLL\ntttffffffffttfffffffft111tt1111ttfft1i;;;iiiii1;;;111111ttffft11t11111tfft1tttttt1tfffffLfftttfLLLLL\nttttt1tttffttfftttttt11ttttt111tttft1i;;;;iiiii;;;1t11ttftfffft1111111tttt11ttfft11ttffffffftfLLLLLf\ntft1ttttttttttttttt11tffftt1tt11tff1ii;;;;;iiii:;;i;;i1tttffftt11t1111ttt11tt1tffftt1111ttfftfLffftt\nttttffffttt11tttttft1tttttt1ttt11i;,:i;;;;;iii;;;;:...,,,:;i1111tt1111ttt11tt1tffffftttttt1ttttttftt\n111tfffffft1ttfftttt11tttt1tfti;,...,i1i;;ii;;i1i;,.........,i11111111tt111tft1tffffttfffftt11tffLLf\n1t1ttfffft111tftttt1111ttt11;:,......;11iii;;1t11;......,.,,.,i1111111111t11tt1tfffttfffffffttfLLLLf\ntftt1tftt1tt11ttt11ttt11i;:,.........:1tt1i;i1111;............;t11t1111111111tttffttttffffftt1tffLLf\ntfftttttttttt111111tttt1,.............:;;;;;;;;:;:............:tt11111111tttt11tttffftttfft1tt1tffft\n1ttttt1ttttttt1111tt11ti................:;;;;;:,:,............,1tt111111tttffttttfLLLLfttttffffttttf\ntffftttttttttt111tttt1ti................,;;;;::,:,.............ittt11111tttffftttffffffftttttttffttf\ntfffttttfftttt111tttttt;.................:;;:::,:,.............:tt1111111ttffttttffLLfLfttfffffffttf\ntffftttttttttt111tttttt;.................,:;:::,:.,:,,.........,it11111111ttt1tttffLLLLfttfffffffttf\ntttft11ttttttt111tttttt:..................,::::,:,,;;;;;:,......itt11111t111tttttffLLLLfttfffftffttf\nttttt1tttttttt1111t1ttt;...................,::,,:,:;;;iii;.....,1tt1111ttt11tftttffffffftttffftffttt\nttttt11tt1111t111tt1ttt:...................,::,,:::;;iiii;,.....:i1t1111t111tttttttttffft1tftttffttt\nttttt11ttttttt11ttttttt:....................::,,:..,,:;ii:...... .1t111111ttttt1ttffffft11ttttttfttt\nttttt1tttttttt111tttttt:....................,::,:. ..::,......,1t1111111ttt1111tfttttt11ttttttfttt\n1111111tttttt1111ttt1tt:.... ...............,:,,:..............,1t1111111tttt1111ttt1ttt111ttttttt1t\n11111111111111111111111;;;;:,...............,:,,:....... ...,,:1ttt11111111111111111111111111111t111\n11111111111111111111111iiiiii:...............,,,:........,:i11tt1tt111111111111111111111111111111111\n11111111111111111111111iiiiiii...............,,,:.......,1tttt11tt1111t111111111111111111111111t1111\n1111111111111111111111i;iiiiii,..............,.,:........ittt11t111111111111111111111111111111111111\n111111111111111111111111iiii;,...............::::,,......:1ttttt11t111111111111111111111111111111111\n1111111111111111111111111i:,. ...............:i;:::,......itttttt1ttt111t1tt111111111111111111111111\n11111111111111111111111111:................. :i;;;::,.....;ttttttttttttttt1ttttt111111111ttttttt1111\n11111111111111111111111111:................. :i;;;;::,....:tttttttttttttttttttttt11t11t1111ttttt1111\n","tttftttttttttttttttttfffttttt1t1ttttt111tttt1111111tttttttt11tttt111111tttttttttttttttttttt111111ttt\nttfftttttttttttttttffLLftffftfffftttt111111111t11tfffffftttt1111111111111111ttffttfttttttttt1111tttt\nttttttttttttttttffffLffttfffffffffffttttttttt111tfffffffftttttttt11111tttttfffffffLLfttttttt111tttt1\nttttttttttttttttfffffttfffffffLffffttttttttttt1tffffffffffttttttt1111ttffffffLLfttffffffttt1111tttt1\nttttttttttttfffftttftttffffffffftttfttttt111ttt1ttfffffftttttt111tt11111ttffffLLffttfLLff111111ttttt\nttttttttttffLLLLftttttfLLLftttttttffttttttttffft1tffffftttfffft11tt11tt111tttffLLfttfftt1ttt111ttttt\nttttttttfffLLLLLLffttfLLffttfffftfffttttttfffffftfttffttffffffftt1111tftt11t11tfLLfftt11tffftttttttt\ntttttttfffLLLLLLLLffttfttttffffffttft111i;ii1ttfffftttffffffffffft111tft1ttft11tffLfttttfffffftttttt\ntttttttffLLLLLLLLLfttttffffffffftft1i:::,,,,::;;1fftttfffffffffftt1111111ttftttttttttttfffffLLfffttt\ntttffttfffLLLLLLLLfttfftfLffftfffLf1;,,,,,,,::,,:1tttttttffffffftt1111ttt1ttt1ttfttt1ttfffffLLLLfttt\nttfLfftfffLLLLLfffftfLfftttfffffLLf1;;;;;iiiii:,:1tfffft11tfffft11111tffft1tt11tt1ttttfffLLLLLLLffff\ntffffftttffLLfffttttfffffttfLLLffLfiiiii111111i::1tffffft11tttt1ttt11tfffttffft1ttfft1tffLLLLLLLLffL\ntttftttttttffftttttttttttttfffLffLfii;;;iiiiiii;:1ftffffftt1ttt1111111ffftfffftttttttt1ttfLLLLffffff\nttffffffffftttfffffffffttfttffLfffLti;:;;ii;ii1;;ttffffftttttffft11111tfttffftttttttttttttfLLfffftft\nttffffffffftttfffffffftttfftttftttt1i;;;ii11111ii1ttffft11ttttffft1111tt1tffttffttfffffLLfffffffffLL\ntttfffffffttttfffffffftttttt111tfff1ii;;;iiiiiii1111tt111tffttttft11111tt1ttttfft1tffffLLLfttfLLLLLL\n1tfffffffffttfffffffftt1ttt1111tffft1i;;;iiiiii;;i111111tfffft11t11111tfft1tttttt1tfffffLfftttfLLLLL\ntttttttttffttfftttttt1ttfft1111tttftt1;;;iiiiii;:;tt11ttftfffft1111111ttttt1ttfft11ttffffffftfLLLLLf\ntft1ttttttttttttttt11tfffft1tt11ttft11;;;;;iiii;;;1t11ttttffftt11t1111tftt1tt1tffftt1111ttfftfLffftt\nttttffffttt11tttttft1ttfffttfft11tftiii;;;;iiii;;;;:;ii1tttft111tt1111ttt11tt1tffffftttttttttttttftt\n111tfffffft1ttfttttt11tfftttfttt11i:,ii;;;;;iii;i:.....,,::;i111t11111tt111tft1fffffttfffftt11tffLLf\n1t1ttfffft111tffttt1111tft1ft1i;:,...;1i;;;;;;i11:...........,;1111111111t11tt1tfffttfffffffttfLLLLf\ntftt1tftt1tt11tft11ttt111111;:,......,111ii;;i1t1:........,,...;11t1111111111tttffttttffffftt1tffLLf\ntffttttttttttt1111ttttt11;:,.........,i111i;i1t1;,.............,1t1111111tttt11t1tfLftttfft1tt1tffft\n1ttttttttttttt1111ttt11ti,............,::::;;;i;:,..............it111111tttffttttfLLLffttttffffttttf\ntfffttttffttttt11ttttttti...............,;;;;;;;:...............:t111111tttffftttffffffftttttttffttf\ntfffttttfffttft11ttttttt;...............,:;;;;:::...............,1t111111ttffttttffLLfLfttfffffffttf\ntffft1ttttttttt11ttttttt:................,;;;;:::................it1111111ttt1tttffLLLLfttfffffffttf\ntffft1tttttttt111ttttttt:................,:;;::::................:t1111tt111tttttffLLLLfttfffftffttf\nttttt1tttttttt111111tt1t;.................,::::::................,1t111ttt11tftttfffffffttfffftffttt\nttttt1tttt11tt111ttttttt:.,:;:............,::::::................,itt111t111ttt1tttttfft11tftttffttt\nttttt1tttttttt11tttttttt;:;iii:............,:::::...........,:,....:1t11111tttt11tfffttt11ttttttfttt\nttttt1tttttttt111ttttttt;;iiiii:. ..........:::::...........,;;;;:..it1111tft1111ttttttt11ttttttfttt\n1111111tttttt1111ttttttt:;iiiii;............,::::,........,::;;iii;it111ttttt11111tt1ttt111ttttttt1t\n111111111111111111111111:;;iiii;,...........,:,::,.........,;;iiii;it111111111111111111111111111tt11\n111111111111111111111111;:;:;;;,............,::::,...........:;;ii;it1111111111111111111111111111111\n111111111111111111111111;::.... .............,:::,,......... .,,:i1t1111111111111111111111111111111\n111111111111111111111111i;,..................,,,:,,....... .;,..,;11111111111111111111111111111t1111\n1111111111111111111111111i;:;i;,..............,,:,,,........1tii11t111111111111111111111111111111111\n111111111111111111111111111111:..............,:::;;:,.......;ttttttttt11t1tt111111111111111111111111\n11111111111111111111111111111;,..............:i;;ii;;:,.....,1ttt1tttttttt1ttttt1111111111tttttt1111\n1111111111111111111111111111i,...............,i;;iiii;:......ittttttttttttttttttt11t11t1111ttttt1111\n","tttftttttttttttttttttfffttttt1t1ttttt111tttt1111111tttttttt11tttt111111tttttttttttttttttttt111111ttt\nttfftttttttttttttttffLLftffftfffftttt111111111t11ttffffftttt1111111111111111ttftttfttttttttt1111tttt\nttttttttttttttttffffLffttfffffffffffttttttttt111tfffffffftttttttt11111tttttffffftfLLfttttttt111tttt1\nttttttttttttttttfffffttfffffffLfffftttttttttt11tffffffffffttttttt1111ttfffffffLftttfffffttt1111tttt1\nttttttttttttfffftttftttffffffffftttfttttt111ttt1ttfffffftttttt111tt11111ttffffLLffttfLLff111111ttttt\nttttttttttffLLLLftttttfLLLftttttttffttttttttffft1ttfffffttfffft11tt11tt111tttffLLfttfftt1ttt111ttttt\nttttttttfffLLLLLLffttfLLLfttfffftffftttttfffffffffttffttffffffftt1111tftt11t11tfLLfftt11tffftttttttt\ntttttttfffLLLLLLLLffttfttttffLffftfftttttfftffffffftttffffffffffft111tft1ttft11tffLfttttfffffftttttt\ntttttttffLLLLLLLLLfttttffffffffftfftt11iii;:;;i1tfftttfffffffffftt1111111ttftttttttttttfffffLLfffttt\ntttffttfLLLLLLLLLLfttfftfLffttfffLLft1;:::,,,,::;;1ttttttffffffftt1111ttt1ttt1ttfttt1ttffffLLLLLfttt\nttfLLftfffLLLLLLLfftfLfftttfLfffLLLfti;,,,,:::::,,;fffft11tfffft11111tffft1tt11tt1ttttfffLLLLLLLffff\ntfffffttttfLLfffttttfffffttLLLLffLLf1ii;;iiii11i:,;tfffft11tttt1ttt11tfffttffft1ttfft1tffLLLLLLLLffL\ntttttttttttffftttttttttttttfffLffLLf1iiiiiii1111;:;tffffftt1ttt111111tffftfffftttttttt1ttfLLLLffffff\nttffffffffftttfffffffffttfttffLfffLf111;;;ii;;i1i:itfffftttttffft11111tfttffftttttttttttttfLLfffftft\nttffffffffftttffffffffttffftttftttttt1i;;;iii;iii;ifftft11tttttffft111tt1tffttffttfffffLLfffffffffLL\ntttfffffffttttfffffffftttttt111tffft11i;;;ii11111111tt111tffftttft11111tt1ttttfft1tffffLLLfttfLLLLLL\n1tfffffffffttfffffffftt1ttt1111fffft111i;;;iiiiiii11111ttfffft11111111tfft1tttttt1tfffffLfftttfLLLLL\ntttttttttffttfftttttt1ttftt1111ttffttt1i;;;iiii;;;1t11ttttfffft1111111ttttt1ttfft11ttffffffftfLLLLLf\ntft1ttttttttttttttt1ttfffftttt11ttft1t1i;;iiiii;:;1t111tttffftt11t1111tftt1tt1tffftt1111ttfftfLffftt\nttttfffftttt1ttttfft1tffffttfft11tft111i;;;;;ii;:;i11111ttttt1111t1111ttt11tt1tfffffttttttttttttffft\n111tfffffftttffftttt11tfftttfttt1ttt1i1i;;;;iiiiii::;i111tt11111t11111tt111tft1fffffttfffftt1ttfLLLf\n1t1ttfffft111tffttt1111tfttft11tti;::,i1;;;;;iii11:...,,::;i1tt1111111111t11tt1tfffttfffffffttfLLLLf\ntttt1tftt1tt11ttt11ttt1111tt11i;,,....;1i;;;;;;i11:.,.......,,:i11t1111111111tttffttttffffftt1tffLLf\ntffttttttttttt1111ttttt111i;:,........;1t1ii;;i1ii,.............;t1111111tttt11t1tfLftttfft1tt1tffft\n1ttttttttttttt1111tttttt11:...........:iiiiii1tti,..............,1t11111tttttttttfLLLffttttffffttttf\ntfffttttffttttt11ttttttt1i,.............,:::;;ii;,...............;t11111ttttfftttffffffftttttttffttf\ntfffttttfffffft11ttttttt1;..............,:;;;;;;:,...............,1111111ttffttttffLLfLfttfffffffttf\ntffftttttttttt111ttttttt1:.......... ....:;;;;;;:,................it111111tttttttffLLLLfttfffffffttf\ntffft1tttttttt111ttttttt1,........,,:;:,.,;;;;;:;,................;t1111t111tttttffffLLfttfffffffttf\nttttt1tttttttt1111t1tttt1,.......;;;;;:,..:;;::::,................,1t11ttt11tftttfffffffttfffftffttt\nttttt1tttt11tt111ttttttt1:......;;;;;;;:,.:;;::::,................,it111t1111tt11ttttfft11tftttffttt\nttttt1tttttttt11tttttttti,......:;:;;;:...,:;::::,.................:1t11111tt1t11tfffttt11ttttttfttt\nttttt1tttttttt11tttttttti,......:;:;;:.....,:::::,..................:11111ttt1111ttttttt11ttttttfttt\n1t1t111tttttt111111ttttt;...,,,.,:::. ......:::::,...................,111tttt11111ttttt1111ttttttt1t\n111111111111111111111111,,,,,,,.............,:::::,..................,1t111111111111111111111111tt11\n11111111111111111111111i,,..:,..............,,::::,,.................,11tt11111111111111111111111111\n111111111111111111111111;...................,:,,::,,.................,;ii11t111111111111111111111111\n111111111111111111111111i,..................,:::::,,................:::;;;i111t111111111111111111111\n1111111111111111111111111i;;;;i1:............::,:,,,,........... ..::;;;;i1111111111111111111111111\n111111111111111111111111111111t1,............,.,:,,,:,,........:,,..,:;;;i11t11111111111111111111111\n1111111111111111111111111111111i.............,,::;;;i;:,...... :111i;::;;;1ttttt11t1111111tttttt1111\n111111111111111111111111111111ti.............:1;;1iiii;:,.......i1tttt11111tt1tt111111t1111ttttt1111\n","tttttttttttttttttttttfffttttt1111tttt111tttt1111111tttttttt11tttt111111tttttttttttttttttttt111111ttt\nttfftttttttttttttttffLLftffftfffftttt111111111t11ttffffftttt1111111111111111ttftttfttttttttt1111tttt\nttttttttttttttttffffLffttfffffffffffttttttttt111tfffffffftttttttt11111tttttffffftfLLfttttttt1111ttt1\nttttttttttttttttfffffttfffffffLfffftttttttttt11tffffffffffttttttt11111tffffffffftttfffffttt11111ttt1\nttttttttttttfffftttffttffffffffftttfttttt111ttt1ttfffffftttttt11tt111111ttffffLLffttfLLff111111ttttt\nttttttttttffLLLLftttttfLLLfttttttffffttttttfffft1tffffffttfffft11t111tt111tttffLLfttfftt1ttt111ttttt\nttttttttfffLLLLLLffttfLLLfttfffftfffttttttfffffftfttfftffffffffttt111tftt11t11tfLLLftt11tffft1tttttt\ntttttttfLfLLLLLLLLffttfttttffLLfftffttttffffffffffftttfffffffffftt111tft1ttft11tffLfttttfffffftttttt\ntttttttffLLLLLLLLLfttttffffffLLftffttttttt11i;ii1tftttfffffffffftt1111111ttftttttttttttfffffLLfffttt\ntttffttfLLLLLLLLLLfttfftfffffffffLLfttt1i;::,,,,:;;1tttttffffffftt1111ttt1ttt1ttfttt1ttfffffLLLLfttt\nttfLLftfffLLLLLLLfftfLfftttfLfffLLLLttt1;,,,,,,,::,:iftt11tfffft11111tffft1tt11tt1ttttfffLLLLLLLLfff\ntfffffttttfLLfffttttfffffttLLLLfLLLftt1i;;;;;;iiii:,;fftt11tttt1ttt11tfffttffft1ttfft1tffLLLLLLLLffL\ntttttttttttffftttttttttttttffLLffLLftt1;iiiii11111i::tfffft1ttt111111tffftfffftttttttt1ttfLLLLffffff\nttfLffffffftttfffffffffttfttffLfffLftt1;i;;;iiiiiii;;tfftttttffft11111tfttffftttttttttttttfLLftfffft\nttffffffffftttffffffffftffftttfttftttttii;;;;ii;;ii;iftt11tttttfft1111tt1tffttffttfffffLLfffffffffLL\nttffffffffttttfffffffftttttt11ttfffttt11ii;;ii1111ii11111tffftttftt1111tt1ttttfft1tffffLLLfttfLLLLLL\n1ttffffffffttfffffffftt1ttt111tffffttt1i1i;;;iiiiii1111ttfffft11t11111tfft1tttttt1ttffffLfftttfLLLLf\ntttttttttffttfftttttt1ttfff1111ttffttttt1i;;;;i;:;it11ttftfffft1111111ttttt1ttfft11ttffffffftfLLLLLf\ntft1ttttttttttttttt11tfffftttt11tfftt11tt1;;;ii;;;1t111tttffftt11t1111tttt1tt1tffftt1111ttfftfLffftt\ntfttfffftttt1ttttfft1tffffttfftt1tft1111t1;;;;i;:;i11111tttft111tt1111ttt11tt1tfffffttttttttttttffft\n1tttfffffftttffftfft11tfffttfttttttt11111i;;:;iiii1i;i1t1tt11111t11111tt111tft1fffffttfffftt1ttffLLf\n1t1tffffft111tffttt1111tfttft11tt1t1i;;;1i;;;;ii1ii1,.,:;ii1tt11111111111t11tt1tfffttfffffffttfLfLLf\ntfttttftt1tt11ttt11ttt11t1t11tt11i:,...,11;;;;;it111,,.....,:;i11tt1111111111tttffttttffffftt1tffLLf\ntffttttttttttt1111ttftt111111i;:,......:1t1i;;;;i1t1,..........,:i1111111tttt11t1tfLftttfft1tt1tffft\n1ttttttttttttt1111ttttt111tt;..........:1111iii1;11:.............,it1111tttttt1ttfLLLffttttffffttttf\ntfffttttffttttt11ttttttt11t1,...........,,:::;;i;;:...............:t1111ttttfft1tffffffftttttttffttf\ntfffttttfffffft11ttttttt111i..............:;:::;;::...............,1t1111ttffttttffLLfLfttfffffffttf\ntfffttttttttttt11ttttttt111:..............,;;;;;;:,................;t11111ttt1t1tffLLLLfttfffffffttf\ntffft1tttttttt111ttttttt11i,..........,::::;;;;;;:,................,1t11t111tttttffffLLfttfffffffttf\nttttt1tttttttt111tt1tttt11i.........:;;;;:,;;::::::.................;t1ttt11tftttffffffftttffftffttt\nttttt1tttt11tt111ttttttt111,.......;;;;;;:,:;::::::,................:tttt1111tt11ttfttft11tftttffttt\nttttt1tttttttt11tttttttt11;,......,;;;;;;:::;::::::,................,itt111t11t11ttftttt11ttttttfttt\nttttt1tttttttt11tttttttt11;,......:;;;;i;...,:::::,,.................:tt1tttt1111ttttttt11ttttttfttt\n1t1t111tttttt111tttttttt1;,.,.....,:;:......,:::::,,..................it1tttt11111tttt11111ttttttt1t\n1111111111111111111111111:,,,......,,. .....,,::::,,..................,1t11111111111111111111111tt11\n1111111111111111111111111,,....,,...........,,,:::::,..................itt11111111111111111111111111\n1111111111111111111111111;,.................,:::::::,,................:1tt11111111111111111111111111\n11111111111111111111111111:.... ............,:::,:,,.................,1tt11111111111111111111111111\n11111111111111111111111111ii;;;;;i, .........,,::,,,,,................,:;;1tt11111111111111111111111\n11111111111111111111111111111111t1,..........,,,:,,:,:,,. ...........,:::;;i11tt11111111111111111111\n11111111111111111111111111111111t;.............,:::;;;;:,........ .,:::;;:;i1t111111111ttttttt11111\n111111111111111111111111111111111:...........,;;;i1iiii;:,.......::,,::::;;i1ttt111t11t1111ttttt1111\n","tttftttttttttttttttttfffttttt1111tttt111tttt1111111tttttttt11tttt111111tttttttttttttttttttt11111111t\nttfftttttttttttttttffLLftffftfffftttt111111111t11ttffffftttt1111111111111111ttftttfttttttttt1111tttt\nttftttttttttttttffffLffttfffffffLfffttttttttt111tfffffffftttttttt11111ttttttfffftfLLfttttttt111tttt1\nttttttttttttttttfffffttfffffffLfffftttttttttt11tffffffffffttttttt11111tfffffffffttffffffttt11111ttt1\ntttttttttttffffftttffttffffffffftttfttttt111ttt1ttfffffftttttt11tt111111ttffffLLffttfLLfft11111ttttt\nttttttttttffLLLLftttttfLLLfttttttffLftttttttffft1ttfffffttfffft11t111tt111tttffLLfttfftt1ttt111ttttt\nttttttttfffLLLLLLffttfLLLfttfffftfLfttttttffffffffftftttfffffffttt111tftt11t11tfLLfftt11tffft11ttttt\ntttttttfffLLLLLLLLffttfttttfLLLfftffttttffftt1iii11tttfffffffffftt111tft1ttft11tffLfttttfffffftttttt\ntttttttffLLLLLLLLLfttttffffffLffffftttttfti;;::,,,:;i1tffffffffftt1111111ttftttttttttttfffffLLfffttt\ntttfffffLLLLLLLLLLfttfftfLfffffffLLfttttt1;,,,,,,,::,:ittffffffftt1111ttt1ttt1tftttt1ttffffLLLLLfttt\nttfLLffffLLLLLLLLfftfLfftttfLfffLLLLfttt1i;:::;;iiii;,;t11tfffft11111tffft1tt1ttt1ttttfffLLLLLLLLfff\ntffffftttffLLLffttttfffffttLLLLfLLLffttf1;;iiii11111i::1t11tttt1ttt11tfffttfftttttfft1tffLLLLLLLLffL\ntttttttttttffftttttttttttttfffLffLLftttti:;;;;iiiiiii;;tftt1ttt111111tffftfffftttttttt1ttfLLLLffffff\nttfLffffffftttfffffffffttfttffLfffLfttttti;;;;;iii;i1iiftttttffft11111tfttffftttttttttttttfLLftfffft\nttffffffffftttffffffffftfffftffffftttttft11i;;;iiii1iiit11tttttfft1111tt11ffttffttfffffLLfffffffffLL\nttffffffffttttfffffffftttttt1tttffftttttti1i;;;ii11iii111tffftttftt1111tt1ttttfft1tffffLLLfttfLLLLLL\n1ttffffffffttfffffffftt1ttt1111tfffftttt111i;;iiiiii111ttfffft11t11111tfftttttttt1ttffffLfftttfLLLLf\ntttttttttffttfftttttt1ttfftttt1ttfftttttt111i;i;:;ii11ttftfffft1111111ttttt1ttfft11ttffffffftfLLLLLf\ntft1ttttttttttttttt11tfffftttt11tfftt1ttt111;;i;;;iii1ttttffftt11t1111ttt11tt1tffttt1111ttfftfLffftt\ntfttffffttt11tttttft1tffffttffttttft111ttt11;;;;:;i1i1;;11tft111tt1111tt111tt1tfffffttttt11tttttffft\n1tttfffffftttffftfft11tfftttffttttft1111iii1;;;i;iiii1i,,,:;;i11tt1111tt111tft1fffffttfffftt11tffLLf\n111ttfffftt1ttffttt1111tfttft11tt1t1i;:,,,;1i;;i1ii;iti,,.....,:;i1t11111t11tt1tfffttffffffft1fffLLf\ntfttttftt1tt11tft11ttt11tttt1tt11i;:,.....;11i;i1i;1tt;,,.........,:i11111111t1tffttttffffftt1tfffLf\ntffttttttttftt1111ttttt11111tft;,.........;11111i1ttti,.............,1111tttt1111tffftttfft1tt1tffft\n1ttttttttttttt1111tttttt11tfff1,...........,:;;;;;11i:...............itttttttt1ttfffLffttttffffttttf\ntfffttttffttttt11ttttttt11tfffi............ ,:;;;;;;;,...............;t1ttttfft1tffffffftttttttffttf\ntfffttttfffffft11tttttttttt1tf;..............:;;;;;;;,...............:111ttttttttfffLfLfttfffffffttf\ntfffttttftftft111ttttttt11t111:..............:;;;;;::,...............,1t11ttt1t1tffLLLLfttfffffffttf\ntfffttttfttttt111ttttttt11ttt1:..............,;;;::;::................itt111tttttffffLLfttfffffffttf\ntttttttttttttt111ttttttt1ttfft:..............,;;;;::::................:1tt11tft1tffffffftttffttffttt\nttttt1tttt11tt11tttttttt1tttt1;.,::,..........:;:::;::,...............,1t1111tt11tttttft11tfttttfttt\nttttt1tttttttt11ttttttttt1ttt1;,:;;:..........,::::::,,................it11111111ttftttt11ttttttfttt\nttttt1tttttttt11tttttttttttttiiiiii;,.........,:::::::,................:ttttt1111ttttttt11ttttttfttt\n1t1111tttttttt11tttttttt1ttt1;;;;ii;,.........,:::::::,.................ittttt1111tttt11111ttttttt1t\n11111111111111111111111111tt1;;;;ii;...........::::::::................ :1t111111111111111111111t111\n11111111111111111111111111tt1;::;;i:...........,:::::::,...............,itttt11111111111111111111111\n11111111111111111111111tttttt;,,,::............,::::::,,...............ittttt11111111111111111111111\n1111111111111111111111111tttt1:,,..............,:::::,,,,.......,:;::,:1t1111111111111111111111t1111\n11111111111111111111111111111111i;;i:..........,:,,,.,,.,.......::;;i;it1ttt111111111111111111111111\n1111111111111111111111111111111111ti...........,,.,:,:;::,......,:;;ii1ttttt11111111111111111t111111\n1111111111111111111111111111111111t;...........,;iiiiiii;:,......:;;;i1ttttt111t1111111111tttttt1111\n11111111111111111111111111111111111:...........,;i11iiii;:,.......,:i1tttttt1ttttt1t11t1111ttttt1111\n"];const l=new i.a;function c(){const[t,e]=Object(a.useState)(function(){const t=new Date;return 3===t.getMonth()&&1===t.getDate()}()),[n,i]=Object(a.useState)(0);return Object(a.useEffect)(()=>{const t=setInterval(()=>i(t=>(t+1)%s.length),100);return()=>clearInterval(t)},[]),Object(a.useEffect)(()=>l.subscribe(()=>{e(!0)}),[]),t?r.a.createElement(o.a,{open:t,onClose:()=>e(!1)},r.a.createElement("pre",{style:{color:"#0f0"}},s[n]),r.a.createElement("div",{style:{display:"none"}},r.a.createElement("iframe",{width:"560",height:"315",src:"https://www.youtube.com/embed/a3Z7zEc7AXQ?autoplay=1",title:"YouTube video player",allow:"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture"}))):r.a.createElement(r.a.Fragment,null)}},function(t,e,n){"use strict";n.d(e,"a",(function(){return l}));var a=n(6),r=n(9),i=n(16),o=n(360);function s(t,e,n){return e in t?Object.defineProperty(t,e,{value:n,enumerable:!0,configurable:!0,writable:!0}):t[e]=n,t}class l{constructor(t=null,e=[]){s(this,"args",[]),s(this,"dataMap",{}),s(this,"filename",""),s(this,"logs",[]),s(this,"logUpd",!1),s(this,"offlineExpGained",0),s(this,"offlineMoneyMade",0),s(this,"offlineRunningTime",.01),s(this,"onlineExpGained",0),s(this,"onlineMoneyMade",0),s(this,"onlineRunningTime",.01),s(this,"pid",-1),s(this,"ramUsage",0),s(this,"server",""),s(this,"threads",1),s(this,"dependencies",[]),null!=t&&(this.filename=t.filename,this.args=e,this.server=t.server,this.ramUsage=t.ramUsage,this.dependencies=t.dependencies)}log(t){this.logs.length>a.a.MaxLogCapacity&&this.logs.shift();let e=t;a.a.TimestampsFormat&&(e="["+Object(o.a)(a.a.TimestampsFormat)+"] "+e),this.logs.push(e),this.logUpd=!0}displayLog(){for(let t=0;t0||5===g.a.bitNodeN)&&e.programs.push(u.a.Formulas.name),Object(v.f)(g.a.getHomeComputer());for(const t of Object.keys(c.a))c.a.hasOwnProperty(t)&&c.a[t].gainFavor();for(const t of Object.keys(m.a))m.a.hasOwnProperty(t)&&m.a[t].gainFavor();null!==_.a.action&&_.a.finishAction(!0),_.a.clear(),A.a.emit(),Object(m.c)(),g.a.factionInvitations=g.a.factionInvitations.concat(t),Object(o.e)(),g.a.reapplyAllSourceFiles(),Object(c.b)(),g.a.applyEntropy(g.a.entropy);const n=g.a.gang;if(n){const t=m.a[n.facName];t&&Object(h.d)(t);const e=.95;for(const t of n.members)t.hack_asc_points*=e,t.str_asc_points*=e,t.def_asc_points*=e,t.dex_asc_points*=e,t.agi_asc_points*=e,t.cha_asc_points*=e}if(3===g.a.bitNodeN&&e.messages.push(E.a.CorporationManagementHandbook),g.a.bladeburner&&g.a.bladeburner.prestige(),8===g.a.bitNodeN&&(g.a.money=25e7),(8===g.a.bitNodeN||g.a.sourceFileLvl(8)>0)&&(g.a.hasWseAccount=!0,g.a.hasTixApiAccess=!0),g.a.hasWseAccount&&(Object(S.e)(),Object(S.g)()),Object(o.b)(s.a.TheRedPill)&&g.a.hasAugmentation(s.a.TheRedPill,!0)){const t=Object(v.d)(w.a.WorldDaemon),e=Object(v.d)(w.a.DaedalusServer);t&&e&&(t.serversOnNetwork.push(e.hostname),e.serversOnNetwork.push(t.hostname))}Object(o.b)(s.a.StaneksGift1)&&g.a.hasAugmentation(s.a.StaneksGift1,!0)&&Object(h.d)(m.a[a.a.ChurchOfTheMachineGod]),x.c.prestigeAugmentation(),Object(y.b)(),L.b.splice(0,L.b.length),O.b.splice(0,O.b.length)}function R(t){Object(l.d)(),g.a.prestigeSourceFile(),Object(p.c)();const e=g.a.getHomeComputer();null!==_.a.action&&_.a.finishAction(!0),_.a.clear(),A.a.emit(),Object(v.i)(),Object(v.a)(e),Object(k.e)(e),Object(v.f)(g.a.getHomeComputer()),g.a.sourceFileLvl(9)>=2?e.setMaxRam(128):g.a.sourceFileLvl(1)>0?e.setMaxRam(32):e.setMaxRam(8),e.cpuCores=1;for(const t of Object.keys(c.a))c.a.hasOwnProperty(t)&&(c.a[t].favor=0);for(const t of Object.keys(m.a))m.a.hasOwnProperty(t)&&(m.a[t].favor=0);null!==_.a.action&&_.a.finishAction(!0);for(const t of Object.keys(i.a))i.a.hasOwnProperty(t)&&delete i.a[t];if(g.a.sourceFileLvl(12)>0&&g.a.augmentations.push({name:s.a.NeuroFluxGovernor,level:g.a.sourceFileLvl(12)}),Object(m.c)(),Object(o.e)(),g.a.reapplyAllSourceFiles(),Object(c.b)(),(g.a.sourceFileLvl(5)>0||5===g.a.bitNodeN)&&e.programs.push(u.a.Formulas.name),3===g.a.bitNodeN&&(e.messages.push(E.a.CorporationManagementHandbook),Object(C.a)("You received a copy of the Corporation Management Handbook on your home computer. Read it if you need help getting started with Corporations!")),8===g.a.bitNodeN&&(g.a.money=25e7),(8===g.a.bitNodeN||g.a.sourceFileLvl(8)>0)&&(g.a.hasWseAccount=!0,g.a.hasTixApiAccess=!0),10===g.a.bitNodeN&&Object(C.a)("Visit VitaLife in New Tokyo if you'd like to purchase a new sleeve!"),13===g.a.bitNodeN&&Object(C.a)("Trouble is brewing in "+r.a.Chongqing),g.a.hasWseAccount?(Object(S.e)(),Object(S.g)()):Object(S.d)(),g.a.gang=null,g.a.corporation=null,Object(f.e)(),g.a.bladeburner=null,g.a.sourceFileLvl(9)>=3){const t=g.a.createHacknetServer();t.level=100,t.cores=10,t.cache=5,t.updateHashRate(g.a.mults.hacknet_node_money),t.updateHashCapacity(),Object(d.p)()}13===g.a.bitNodeN&&(g.a.money=M.a.TravelCost),x.c.prestigeSourceFile(),0===g.a.sourceFileLvl(5)||t||g.a.gainIntelligenceExp(300),b.b.splice(0,b.b.length),Object(y.b)()}},function(t,e,n){"use strict";n.d(e,"b",(function(){return o})),n.d(e,"a",(function(){return s}));var a=n(1),r=n(16),i=n(103);const o=t=>null!==t&&t.type===i.b.SYNCHRO;class s extends i.a{constructor(){super(i.b.SYNCHRO)}process(t,e){return t.sync=Math.min(100,t.sync+2e-4*a.a.getIntelligenceBonus(.5)*e),t.sync>=100&&t.stopWork(),0}APICopy(){return{type:this.type}}toJSON(){return Object(r.b)("SleeveSynchroWork",this)}static fromJSON(t){return Object(r.a)(s,t.data)}}r.c.constructors.SleeveSynchroWork=s},function(t,e,n){"use strict";n.d(e,"b",(function(){return i})),n.d(e,"a",(function(){return o}));var a=n(16),r=n(103);const i=t=>null!==t&&t.type===r.b.RECOVERY;class o extends r.a{constructor(){super(r.b.RECOVERY)}process(t,e){return t.shock=Math.min(100,t.shock+2e-4*e),t.shock>=100&&t.stopWork(),0}APICopy(){return{type:this.type}}toJSON(){return Object(a.b)("SleeveRecoveryWork",this)}static fromJSON(t){return Object(a.a)(o,t.data)}}a.c.constructors.SleeveRecoveryWork=o},,,function(t,e,n){"use strict";n.d(e,"a",(function(){return m}));var a=n(0),r=n.n(a),i=n(17),o=n(3),s=n(23),l=n(122),c=n(148);const f=Object(l.a)(t=>Object(c.a)({travel:{color:t.colors.white,lineHeight:"1em",whiteSpace:"pre",cursor:"pointer"}}));function u(t){const e=f();return t.city!==t.currentCity?r.a.createElement(s.a,{title:r.a.createElement(o.a,null,t.city)},r.a.createElement("span",{onClick:()=>t.onTravel(t.city),className:e.travel},t.city[0])):r.a.createElement("span",null,t.city[0])}function m(t){return r.a.createElement(r.a.Fragment,null,r.a.createElement(o.a,{sx:{lineHeight:"1em",whiteSpace:"pre"}}," ,_ . ._. _. ."),r.a.createElement(o.a,{sx:{lineHeight:"1em",whiteSpace:"pre"}}," , _-\\','|~\\~ ~/ ;-'_ _-' ,;_;_, ~~-"),r.a.createElement(o.a,{sx:{lineHeight:"1em",whiteSpace:"pre"}}," /~~-\\_/-'~'--' \\~~| ', ,' / / ~|-_\\_/~/~ ~~--~~~~'--_"),r.a.createElement(o.a,{sx:{lineHeight:"1em",whiteSpace:"pre"}}," / ,/'-/~ '\\ ,' _ , '",r.a.createElement(u,{onTravel:t.onTravel,currentCity:t.currentCity,city:i.a.Volhaven}),",'|~ ._/-, /~"),r.a.createElement(o.a,{sx:{lineHeight:"1em",whiteSpace:"pre"}}," ~/-'~\\_, '-,| '|. ' ~ ,\\ /'~ / /_ /~"),r.a.createElement(o.a,{sx:{lineHeight:"1em",whiteSpace:"pre"}},".-~ '| '',\\~|\\ _\\~ ,_ , ",r.a.createElement(u,{onTravel:t.onTravel,currentCity:t.currentCity,city:i.a.Chongqing})," /,"),r.a.createElement(o.a,{sx:{lineHeight:"1em",whiteSpace:"pre"}}," '\\ ",r.a.createElement(u,{onTravel:t.onTravel,currentCity:t.currentCity,city:i.a.Sector12})," /'~ |_/~\\\\,-,~ \\ \" ,_,/ |"),r.a.createElement(o.a,{sx:{lineHeight:"1em",whiteSpace:"pre"}}," | / ._-~'\\_ _~| \\ ) ",r.a.createElement(u,{onTravel:t.onTravel,currentCity:t.currentCity,city:i.a.NewTokyo})),r.a.createElement(o.a,{sx:{lineHeight:"1em",whiteSpace:"pre"}}," \\ __-\\ '/ ~ |\\ \\_ / ~"),r.a.createElement(o.a,{sx:{lineHeight:"1em",whiteSpace:"pre"}}," ., '\\ |, ~-_ - | \\\\_' ~| /\\ \\~ ,"),r.a.createElement(o.a,{sx:{lineHeight:"1em",whiteSpace:"pre"}}," ~-_' _; '\\ '-, \\,' /\\/ |"),r.a.createElement(o.a,{sx:{lineHeight:"1em",whiteSpace:"pre"}}," '\\_,~'\\_ \\_ _, /' ' |, /|'"),r.a.createElement(o.a,{sx:{lineHeight:"1em",whiteSpace:"pre"}}," / \\_ ~ | / \\ ~'; -,_."),r.a.createElement(o.a,{sx:{lineHeight:"1em",whiteSpace:"pre"}}," | ~\\ | | , '-_, ,; ~ ~\\"),r.a.createElement(o.a,{sx:{lineHeight:"1em",whiteSpace:"pre"}}," \\, ",r.a.createElement(u,{onTravel:t.onTravel,currentCity:t.currentCity,city:i.a.Aevum})," / \\ / /| ,-, , -,"),r.a.createElement(o.a,{sx:{lineHeight:"1em",whiteSpace:"pre"}}," | ,/ | |' |/ ,- ~ \\ '."),r.a.createElement(o.a,{sx:{lineHeight:"1em",whiteSpace:"pre"}}," ,| ,/ \\ ,/ \\ ",r.a.createElement(u,{onTravel:t.onTravel,currentCity:t.currentCity,city:i.a.Ishima})," |"),r.a.createElement(o.a,{sx:{lineHeight:"1em",whiteSpace:"pre"}}," / | ~ -~~-, / _"),r.a.createElement(o.a,{sx:{lineHeight:"1em",whiteSpace:"pre"}}," | ,-' ~ /"),r.a.createElement(o.a,{sx:{lineHeight:"1em",whiteSpace:"pre"}}," / ,' ~"),r.a.createElement(o.a,{sx:{lineHeight:"1em",whiteSpace:"pre"}}," ',| ~"),r.a.createElement(o.a,{sx:{lineHeight:"1em",whiteSpace:"pre"}}," ~'"))}},function(t,e,n){"use strict";n.d(e,"a",(function(){return c}));var a=n(0),r=n.n(a),i=n(29),o=n(1239),s=n(1240),l=n(1);function c(t){const e=t.action.getEstSuccessChance(t.bladeburner,l.a);let n=r.a.createElement(r.a.Fragment,null);return n=e[0]===e[1]?r.a.createElement(r.a.Fragment,null,Object(i.d)(100*e[0],1),"%"):r.a.createElement(r.a.Fragment,null,Object(i.d)(100*e[0],1),"% ~ ",Object(i.d)(100*e[1],1),"%"),r.a.createElement(r.a.Fragment,null,"Estimated success chance: ",n," ",t.action.isStealth?r.a.createElement(o.a,null):r.a.createElement(r.a.Fragment,null),t.action.isKill?r.a.createElement(s.a,null):r.a.createElement(r.a.Fragment,null))}},,function(t,e,n){"use strict";n.d(e,"a",(function(){return o}));var a=n(0),r=n.n(a),i=n(40);function o(t){return r.a.createElement(i.a,{open:t.open,onClose:t.onClose},t.children)}},,,,,,,,,,function(t,e,n){"use strict";n.d(e,"c",(function(){return m})),n.d(e,"d",(function(){return h})),n.d(e,"b",(function(){return d})),n.d(e,"a",(function(){return p}));var a=n(0),r=n.n(a),i=n(214),o=n(1),s=n(9),l=n(88),c=n(7),f=n(24),u=n(304);function m(){const t=o.a.getCurrentServer();null!==t&&l.a.DarkWeb==t.hostname&&s.a.print("You are now connected to the dark web. From the dark web you can purchase illegal items. Use the 'buy -l' command to display a list of all the items you can buy. Use 'buy [item-name]' to purchase an item. Use 'buy -a' to purchase all unowned items.")}function h(){for(const t of Object.keys(i.a)){const e=i.a[t],n=o.a.getHomeComputer().programs.includes(e.program)?r.a.createElement("span",{style:{color:"green"}},"[OWNED]"):r.a.createElement(f.a,{money:e.price});s.a.printRaw(r.a.createElement(r.a.Fragment,null,r.a.createElement("span",null,e.program)," - ",r.a.createElement("span",null,n)," - ",r.a.createElement("span",null,e.description)))}}function d(t){t=t.toLowerCase();let e=null;for(const n of Object.keys(i.a)){const a=i.a[n];a.program.toLowerCase()==t&&(e=a)}null!==e?o.a.hasProgram(e.program)?s.a.print("You already have the "+e.program+" program"):o.a.moneyo.a.money)s.a.error("Not enough money to purchase remaining programs, "+c.a.formatMoney(e)+" required");else for(const e of t)d(e.program);else s.a.print("All available programs have been purchased already.")}},function(t,e,n){"use strict";n.d(e,"b",(function(){return o})),n.d(e,"a",(function(){return s}));var a=n(31),r=n(163);function i(t){const e=Number(t);return isNaN(e)?"true"===t||"false"===t?"true"===t:t:e}function o(t){const e=(t=(t=t.trim()).replace(/\s\s+/g," ")).match(/(?:'[^']*'|"[^"]*"|[^;"])*/g);if(!e)return[];const n=e.map(r.h).map(t=>t.match(/(?:'[^']*'|"[^"]*"|[^;"])*/g)).flat(),a=[];for(const t of n)null!==t&&(t.match(/^\s*$/)||a.push(t.trim()));return a}function s(t){let e=0;const n=[];let r="",o="";for(;e3?3:n}function o(t){return i(a.a.skills.strength+a.a.skills.defense+a.a.skills.dexterity+a.a.skills.agility+a.a.skills.charisma,t)}function s(t){return i(Object(r.b)(9e3*a.a.mults.strength_exp,a.a.mults.strength)+Object(r.b)(9e3*a.a.mults.defense_exp,a.a.mults.defense)+Object(r.b)(9e3*a.a.mults.agility_exp,a.a.mults.agility)+Object(r.b)(9e3*a.a.mults.dexterity_exp,a.a.mults.dexterity)+Object(r.b)(9e3*a.a.mults.charisma_exp,a.a.mults.charisma),t)}},function(t,e,n){"use strict";n.d(e,"a",(function(){return l}));var a=n(0),r=n.n(a),i=n(1465),o=n(3),s=n(10);function l(t){const[e,n]=Object(a.useState)(0),[l,c]=Object(a.useState)(!1);return r.a.createElement(r.a.Fragment,null,t.lines.slice(0,e).map((t,e)=>r.a.createElement(o.a,{key:e},t)),t.lines.length>e&&r.a.createElement(i.a,{key:e,text:t.lines[e],onDone:function(){const a=e+1;n(a),a>=t.lines.length&&(t.onDone&&t.auto&&t.onDone(),c(!0))}}),!t.auto&&t.onDone&&l&&r.a.createElement(s.a,{onClick:t.onDone},"Continue ..."))}},,,,,,,,,,,,,,function(t,e,n){"use strict";n.d(e,"b",(function(){return a})),n.d(e,"a",(function(){return r}));const a=5,r=1e13},,,,,,,,,,,,,,,,,,,,,,,,,function(t,e,n){"use strict";function a(t,e,n=!1){let a="";const r=t.jobStatReqOffset,i=e.requiredHacking>0?e.requiredHacking+r:0,o=e.requiredStrength>0?e.requiredStrength+r:0,s=e.requiredDefense>0?e.requiredDefense+r:0,l=e.requiredDexterity>0?e.requiredDexterity+r:0,c=e.requiredDexterity>0?e.requiredDexterity+r:0,f=e.requiredCharisma>0?e.requiredCharisma+r:0,u=e.requiredReputation;return n?(a="Requires:
",a+=i.toString()+" hacking
",a+=o.toString()+" strength
",a+=s.toString()+" defense
",a+=l.toString()+" dexterity
",a+=c.toString()+" agility
",a+=f.toString()+" charisma
",a+=u.toString()+" reputation"):(a="(Requires ",i>0&&(a+=i+" hacking, "),o>0&&(a+=o+" strength, "),s>0&&(a+=s+" defense, "),l>0&&(a+=l+" dexterity, "),c>0&&(a+=c+" agility, "),f>0&&(a+=f+" charisma, "),u>1&&(a+=u+" reputation, "),a=a.substring(0,a.length-2),a+=")"),a}n.d(e,"a",(function(){return a}))},function(t,e,n){"use strict";n.d(e,"b",(function(){return c})),n.d(e,"a",(function(){return f}));var a=n(317),r=n(255),i=n(434),o=n(232),s=n(77);function l(t,e){try{let u={};const m=new Set,h=[];function n(t,e){const n=function(t,e){const n=Object(r.a)(t,{sourceType:"module",ecmaVersion:"latest"}),i=e+".__GLOBAL__",o={};o[i]=new Set;const s={},l=[];function c(t,n){const a=o[t]||(o[t]=new Set),r=s[n];void 0!==r&&a.add(r),a.add(e+"."+n),a.add(n)}const f=Object.getOwnPropertyNames(Object.prototype);function u(){return{Identifier:(t,e)=>{f.includes(t.name)||c(e.key,t.name)},WhileStatement:(t,e,n)=>{c(e.key,"__SPECIAL_referenceWhile"),t.test&&n(t.test,e),t.body&&n(t.body,e)},DoWhileStatement:(t,e,n)=>{c(e.key,"__SPECIAL_referenceWhile"),t.test&&n(t.test,e),t.body&&n(t.body,e)},ForStatement:(t,e,n)=>{c(e.key,"__SPECIAL_referenceFor"),t.init&&n(t.init,e),t.test&&n(t.test,e),t.update&&n(t.update,e),t.body&&n(t.body,e)},IfStatement:(t,e,n)=>{c(e.key,"__SPECIAL_referenceIf"),t.test&&n(t.test,e),t.consequent&&n(t.consequent,e),t.alternate&&n(t.alternate,e)},MemberExpression:(t,e,n)=>{t.object&&n(t.object,e),t.property&&n(t.property,e)}}}return a.a(n,{key:i},Object.assign({ImportDeclaration:(t,e)=>{const n=t.source.value;l.push(n);const a=o[e.key];if(void 0===a)throw new Error("set should not be undefined");a.add(n+".__GLOBAL__");for(let a=0;a{const n=e+"."+(null===t.id?"__SPECIAL_DEFAULT_EXPORT__":t.id.name);a.a(t,{key:n},u())}},u())),{dependencyMap:o,additionalModules:l}}(t,e);m.add(e);for(let t=0;t0;){const e=h.shift();if(void 0===e)throw new Error("nextModule should not be undefined");if(e.startsWith("https://")||e.startsWith("http://"))continue;let a=null;const r=e.startsWith("./")?e.slice(2):e;for(const e of t)if(Object(s.b)(e.filename,r)){a=e;break}if(null==a)return{cost:i.a.ImportError};n(a.code,e)}let p=o.a.ScriptBaseRamCost;const g=[{type:"misc",name:"baseCost",cost:o.a.ScriptBaseRamCost}],b=Object.keys(u).filter(t=>t.startsWith(d)),y=new Set,E={};for(;b.length>0;){const t=b.shift();if(void 0===t)throw new Error("ref should not be undefined");if("hacknet"!==t||y.has("hacknet")||(p+=o.a.ScriptHacknetNodesRamCost,g.push({type:"ns",name:"hacknet",cost:o.a.ScriptHacknetNodesRamCost})),"document"!==t||y.has("document")||(p+=o.a.ScriptDomRamCost,g.push({type:"dom",name:"document",cost:o.a.ScriptDomRamCost})),"window"!==t||y.has("window")||(p+=o.a.ScriptDomRamCost,g.push({type:"dom",name:"window",cost:o.a.ScriptDomRamCost})),"corporation"!==t||y.has("corporation")||(p+=o.a.ScriptCorporationRamCost,g.push({type:"ns",name:"corporation",cost:o.a.ScriptCorporationRamCost})),y.add(t),t.endsWith(".*")){const e=t.slice(0,t.length-2);for(const t of Object.keys(u).filter(t=>t.startsWith(e)))for(const e of u[t]||[])y.has(e)||b.push(e)}else for(const e of u[t]||[])y.has(e)||b.push(e);try{var l,c;if(E[t])continue;E[t]=!0;const e=(t,n,a)=>{if(!n)return;const r=Object.entries(n).find(([t])=>t===a);if(void 0!==r&&("function"==typeof r[1]||"number"==typeof r[1]))return{func:r[1],refDetail:`${t}${a}`};for(const[t,r]of Object.entries(n)){const n=e(t+".",r,a);if(n)return n}},n=e("",o.b,t),a="number"==typeof(f=null!==(l=null==n?void 0:n.func)&&void 0!==l?l:0)?f:"function"==typeof f?f():0;p+=a,g.push({type:"fn",name:null!==(c=null==n?void 0:n.refDetail)&&void 0!==c?c:"",cost:a})}catch(t){console.error(t);continue}}return{cost:p,entries:g.filter(t=>t.cost>0)}}catch(t){return{cost:i.a.SyntaxError}}var f}function c(t){const e=Object(r.a)(t,{sourceType:"module",ecmaVersion:"latest"});let n=-1;return a.a(e,{},{WhileStatement:(e,r,i)=>{!function(t){return"Literal"===t.type&&"true"===t.raw}(e.test)||function(t){let e=!1;return a.a(t,{},{AwaitExpression:()=>{e=!0}}),e}(e)?e.body&&i(e.body,r):n=(t.slice(0,e.start).match(/\n/g)||[]).length+1}}),n}function f(t,e){try{return l(e,t)}catch(t){return console.error("Failed to parse script for RAM calculations:"),console.error(t),{cost:i.a.SyntaxError}}}},function(t,e,n){"use strict";function a(t){return+(Math.round(parseFloat(t+"e+2"))+"e-2")}n.d(e,"a",(function(){return a}))},function(t,e,n){"use strict";n.d(e,"b",(function(){return a})),n.d(e,"a",(function(){return i}));const a=["Type 'help name' to learn more about the command "," ",' alias [-g] [name="value"] Create or display Terminal aliases'," analyze Get information about the current machine "," backdoor Install a backdoor on the current machine "," buy [-l/-a/program] Purchase a program through the Dark Web"," cat [file] Display a .msg, .lit, or .txt file"," cd [dir] Change to a new directory"," check [script] [args...] Print a script's logs to Terminal"," clear Clear all text on the terminal "," cls See 'clear' command "," connect [hostname] Connects to a remote server"," cp [src] [dst] Copy a file"," download [script/text file] Downloads scripts or text files to your computer"," expr [math expression] Evaluate a mathematical expression"," free Check the machine's memory (RAM) usage"," grow Spoof money in a servers bank account, increasing the amount available."," hack Hack the current machine"," help [command] Display this help text, or the help text for a command"," history [-c] Display the terminal history"," home Connect to home computer"," hostname Displays the hostname of the machine"," kill [script/pid] [args...] Stops the specified script on the current server "," killall Stops all running scripts on the current machine"," ls [dir] [--grep pattern] Displays all files on the machine"," lscpu Displays the number of CPU cores on the machine"," mem [script] [-t n] Displays the amount of RAM required to run the script"," mv [src] [dest] Move/rename a text or script file"," nano [file ...] Text editor - Open up and edit one or more scripts or text files"," ps Display all scripts that are currently running"," rm [file] Delete a file from the server"," run [name] [-t n] [--tail] [args...] Execute a program or script"," scan Prints all immediately-available network connections"," scan-analyze [d] [-a] Prints info for all servers up to d nodes away"," scp [file ...] [server] Copies a file to a destination server"," sudov Shows whether you have root access on this computer"," tail [script] [args...] Displays dynamic logs for the specified script"," top Displays all running scripts and their RAM usage"," unalias [alias name] Deletes the specified alias"," vim [file ...] Text editor - Open up and edit one or more scripts or text files in vim mode"," weaken Reduce the security of the current machine"," wget [url] [target file] Retrieves code/text from a web server"," "],r=t=>[`Usage: ${t} [file ...] | [glob]`," ","Opens up the specified file(s) in the Script Editor. Only scripts (.js, or .script) or text files (.txt) ","can be edited using the Script Editor. If a file does not exist a new one will be created"," ",`If provided a glob as the only argument, ${t} can spider directories and open all matching `,`files at once. ${t} cannot create files using globs, so your scripts must already exist.`," ","Examples:"," ",` ${t} test.js`,` ${t} test.js test2.js`," ",` ${t} test.*`,` ${t} /my-dir/*.js`," "],i={alias:['Usage: alias [-g] [name="value"] '," ","Create or display aliases. An alias enables a replacement of a word with another string. ","It can be used to abbreviate a commonly used command, or commonly used parts of a command. The NAME ","of an alias defines the word that will be replaced, while the VALUE defines what it will be replaced by. For example, ","you could create the alias 'nuke' for the Terminal command 'run NUKE.exe' using the following: "," ",' alias nuke="run NUKE.exe"'," ","Then, to run the NUKE.exe program you would just have to enter 'nuke' in Terminal rather than the full command. ","It is important to note that 'default' aliases will only be substituted for the first word of a Terminal command. For ","example, if the following alias was set: "," ",' alias worm="HTTPWorm.exe"'," ","and then you tried to run the following terminal command: "," "," run worm"," ","This would fail because the worm alias is not the first word of a Terminal command. To allow an alias to be substituted ","anywhere in a Terminal command, rather than just the first word, you must set it to be a global alias using the -g flag: "," ",' alias -g worm="HTTPWorm.exe"'," ","Now, the 'worm' alias will be substituted anytime it shows up as an individual word in a Terminal command. "," ","Entering just the command 'alias' without any arguments prints the list of all defined aliases in the reusable form ","'alias NAME=VALUE' on the Terminal. "," ","The 'unalias' command can be used to remove aliases."," "],analyze:["Usage: analyze"," ","Prints details and statistics about the current server. The information that is printed includes basic ","server details such as the hostname, whether the player has root access, what ports are opened/closed, and also ","hacking-related information such as an estimated chance to successfully hack, an estimate of how much money is ","available on the server, etc."," "],backdoor:["Usage: backdoor"," ","Install a backdoor on the current machine, grants a secret bonus depending on the machine."," ","Requires root access to run."," "],buy:["Usage: buy [-l / -a / program]"," ","Purchase a program through the Dark Web. Requires a TOR router to use."," ","If this command is ran with the '-l' flag, it will display a list of all programs that can be bought through the ","dark web to the Terminal, as well as their costs."," ","If this command is ran with the '-a' flag, it will attempt to purchase all unowned programs."," ","Otherwise, the name of the program must be passed in as a parameter. This name is NOT case-sensitive."," "],cat:["Usage: cat [file]"," ","Display message (.msg), literature (.lit), or text (.txt) files. Examples:"," "," cat j1.msg"," "," cat foo.lit"," "," cat servers.txt"," "],cd:["Usage: cd [dir]"," ","Change to the specified directory. Note that this works even for directories that don't exist. If you ","change to a directory that does not exist, it will not be 'created'. Examples:"," "," cd scripts/hacking"," "," cd /logs"," "," cd ../"," "],check:["Usage: check [script name] [args...]"," ","Print the logs of the script specified by the script name and arguments to the Terminal. Each argument must be separated by ","a space. Remember that a running script is uniquely ","identified both by its name and the arguments that are used to start it. So, if a script was ran with the following arguments: "," "," run foo.script 1 2 foodnstuff"," ","Then to run the 'check' command on this script you would have to pass the same arguments in: "," "," check foo.script 1 2 foodnstuff"," "],clear:["Usage: clear"," ","Clear the Terminal screen, deleting all of the text. Note that this does not delete the user's command history, so using the up ","and down arrow keys is still valid. Also note that this is permanent and there is no way to undo this. Synonymous with 'cls' command"," "],cls:["Usage: cls"," ","Clear the Terminal screen, deleting all of the text. Note that this does not delete the user's command history, so using the up ","and down arrow keys is still valid. Also note that this is permanent and there is no way to undo this. Synonymous with 'clear' command"," "],connect:["Usage: connect [hostname]"," ","Connect to a remote server. The hostname of the remote server must be given as the argument ","to this command. Note that only servers that are immediately adjacent to the current server in the network and the ones that have","a backdoor installed can be connected to. To see which servers can be connected to, use the 'scan' command."," "],cp:["Usage: cp [src] [dst]"," ","Copy a file on this server. To copy a file to another server use scp."," "],download:["Usage: download [script/text file]"," ","Downloads a script or text file to your computer (like your real life computer)."," ","You can also download all of your scripts/text files as a zip file using the following Terminal commands:"," ","Download all scripts and text files: download *"," ","Download all scripts: download *.script"," ","Download all text files: download *.txt"," "],expr:["Usage: expr [mathematical expression]"," ","Evaluate a simple mathematical expression. Supports native JavaScript operators:"," ","+, -, /, *, **, %"," ","Example:"," "," expr 25 * 2 ** 10"," ","Note that letters (non-digits) are not allowed and will be removed from the input."," "],free:["Usage: free"," ","Displays the memory usage on the current machine. Print the amount of RAM that is available on the current server as well as ","how much of it is being used."," "],grow:["Usage: grow"," ","Spoof transactions in the current server. Increasing the money available by hacking. Requires root access.","See the wiki page for hacking mechanics."," "],hack:["Usage: hack"," ","Attempt to hack the current server. Requires root access in order to be run. See the wiki page for hacking mechanics"," "],help:["Usage: help [command]"," ","Display Terminal help information. Without arguments, 'help' prints a list of all valid Terminal commands and a brief ","description of their functionality. You can also pass the name of a Terminal command as an argument to 'help' to print ","more detailed information about the Terminal command. Examples: "," "," help alias"," "," help scan-analyze"," "],history:["Usage: history [-c]"," ","Without arguments, displays the terminal command history. To clear the history, pass in the '-c' argument."," "],home:["Usage: home"," ","Connect to your home computer. This will work no matter what server you are currently connected to."," "],hostname:["Usage: hostname"," ","Prints the hostname of the current server"," "],kill:["Usage: kill [script name] [args...] or kill [pid"," ","Kill the script specified by the script name and arguments OR by its PID."," ","If you are killing the script using its filename and arguments, then each ","argument must be separated by a space. Remember that a running script is ","uniquely identified by both its name and the arguments that are used to start ","it. So, if a script was ran with the following arguments:"," "," run foo.script 1 sigma-cosmetics"," ","Then to kill this script the same arguments would have to be used:"," "," kill foo.script 1 sigma-cosmetics"," ","If you are killing the script using its PID, then the PID argument must be numeric"," "],killall:["Usage: killall"," ","Kills all scripts on the current server. ","Note that after the 'kill' command is issued for a script, it may take a while for the script to actually stop running. ","This will happen if the script is in the middle of a command such as grow() or weaken() that takes time to execute. ","The script will not be stopped/killed until after that time has elapsed."," "],ls:["Usage: ls [dir] [-l] [--grep pattern]"," ","The ls command, with no arguments, prints all files and directories on the current server's directory to the Terminal screen. ","The files will be displayed in alphabetical order. "," ","The 'dir' optional parameter can be used to display files/directories in another directory."," ","The '-l' optional parameter allows you to force each item onto a single line."," ","The '--grep pattern' optional parameter can be used to only display files whose filenames match the specified pattern."," ","Examples:"," ","List all files with the '.script' extension in the current directory:"," "," ls -l --grep .script"," ","List all files with the '.js' extension in the root directory:"," "," ls / -l --grep .js"," ","List all files with the word 'purchase' in the filename, in the 'scripts' directory:"," "," ls scripts -l --grep purchase"," "],lscpu:["Usage: lscpu"," ","Prints the number of CPU Cores the current server has"," "],mem:["Usage: mem [script name] [-t num_threads]"," ","Displays the amount of RAM needed to run the specified script with a single thread. The command can also be used to print ","the amount of RAM needed to run a script with multiple threads using the '-t' flag. If the '-t' flag is specified, then ","an argument for the number of threads must be passed in afterwards. Examples:"," "," mem foo.script"," "," mem foo.script -t 50"," ","The first example above will print the amount of RAM needed to run 'foo.script' with a single thread. The second example ","above will print the amount of RAM needed to run 'foo.script' with 50 threads."," "],mv:["Usage: mv [src] [dest]"," ","Move the source file to the specified destination. This can also be used to rename files. ","This command only works for scripts and text files (.txt). This command CANNOT be used to ","convert to different file types"," ","Note that, unlike the Linux 'mv' command, the destination argument must be the ","full filepath. ","Examples: "," "," mv hacking-controller.script scripts/hacking-controller.script"," "," mv myScript.js myOldScript.js"," "],nano:r("nano"),ps:["Usage: ps"," ","Prints all scripts that are running on the current server"," "],rm:["Usage: rm [file]"," ","Removes the specified file from the current server. A file can be a script, a program, or a message file. "," ","WARNING: This is permanent and cannot be undone"," "],run:["Usage: run [file name] [-t] [num threads] [args...]"," ","Execute a program, script or coding contract."," ","The '[-t]', '[num threads]', and '[args...]' arguments are only valid when running a script. The '-t' flag is used ","to indicate that the script should be run with the specified number of threads. If the flag is omitted, ","then the script will be run with a single thread by default. ","If the '-t' flag is used, then it MUST come immediately ","after the script name, and the [num threads] argument MUST come immediately afterwards. "," ","[args...] represents a variable number of arguments that will be passed into the script. See the documentation ","about script arguments. Each specified argument must be separated by a space. "," "],scan:["Usage: scan"," ","Prints all immediately-available network connection. This will print a list of all servers that you can currently connect ","to using the 'connect' Terminal command."," "],"scan-analyze":["Usage: scan-analyze [depth] [-a]"," ","Prints detailed information about all servers up to [depth] nodes away on the network. Calling ","'scan-analyze 1' will display information for the same servers that are shown by the 'scan' Terminal ","command. This command also shows the relative paths to reach each server."," ","By default, the maximum depth that can be specified for 'scan-analyze' is 3. However, once you have ","the DeepscanV1.exe and DeepscanV2.exe programs, you can execute 'scan-analyze' with a depth up to ","5 and 10, respectively."," ","The information 'scan-analyze' displays about each server includes whether or not you have root access to it, ","its required hacking level, the number of open ports required to run NUKE.exe on it, and how much RAM ","it has."," ","By default, this command will not display servers that you have purchased. However, you can pass in the ","-a flag at the end of the command if you would like to enable that."," "],scp:["Usage: scp [filename ...] [target server]"," ","Copies the specified file(s) from the current server to the target server. ","This command only works for script files (.script or .js extension), literature files (.lit extension), ","and text files (.txt extension). ","The second argument passed in must be the hostname or IP of the target server. Examples:"," "," scp foo.script n00dles"," "," scp foo.script bar.script n00dles"," "],sudov:["Usage: sudov"," ","Prints whether or not you have root access to the current machine"," "],tail:["Usage: tail [script name] [args...]"," ","Displays dynamic logs for the script specified by the script name and arguments. Each argument must be separated ","by a space. Remember that a running script is uniquely identified by both its name and the arguments that were used ","to run it. So, if a script was ran with the following arguments: "," "," run foo.script 10 50000"," ","Then in order to check its logs with 'tail' the same arguments must be used: "," "," tail foo.script 10 50000"," "],top:["Usage: top"," ","Prints a list of all scripts running on the current server as well as their thread count and how much ","RAM they are using in total."," "],unalias:["Usage: unalias [alias name]"," ","Deletes the specified alias. Note that the double quotation marks are required. "," ","As an example, if an alias was declared using:"," ",' alias r="run"'," ","Then it could be removed using:"," "," unalias r"," ","It is not necessary to differentiate between global and non-global aliases when using 'unalias'"," "],vim:r("vim"),weaken:["Usage: weaken"," ","Reduces the security level of the current server. Decreasing the time it takes for all operations on this server.","Requires root access. See the wiki page for hacking mechanics."," "],wget:["Usage: wget [url] [target file]"," ","Retrieves data from a URL and downloads it to a file on the current server. The data can only ","be downloaded to a script (.script or .js) or a text file (.txt). If the file already exists, ","it will be overwritten by this command."," ","Note that it will not be possible to download data from many websites because they do not allow ","cross-origin resource sharing (CORS). Example:"," "," wget https://raw.githubusercontent.com/danielyxie/bitburner/master/README.md game_readme.txt"," "]}},function(t,e,n){"use strict";n.d(e,"a",(function(){return i})),n.d(e,"b",(function(){return o}));var a=n(183);let r=1;function i(){let t=r,e=!1;for(let n=0;n<1e6;){if(!a.a.has(t+n)){e=!0,t+=n;break}n===Number.MAX_SAFE_INTEGER-1?n=1:++n}return e?(r=t+1,r>=Number.MAX_SAFE_INTEGER&&(r=1),t):-1}function o(){r=1}},function(t,e,n){"use strict";n.d(e,"a",(function(){return i}));var a=n(15),r=n(25);function i(t,e){return t/a.a.DonateMoneyToRepDivisor*e.mults.faction_rep*r.a.FactionWorkRepGain}},function(t,e,n){"use strict";n.d(e,"a",(function(){return u}));var a=n(0),r=n.n(a),i=n(1),o=n(478),s=n(626),l=n(308),c=n(19),f=n(22);function u(t,e,n){t?0===i.a.sourceFileLvl(5)&&5!==n&&(i.a.skills.intelligence=0,i.a.exp.intelligence=0):function(t){const e="SourceFile"+t.toString(),n=l.a[e];if(null==n)return void console.error("Could not find source file for Bit node: "+t);const a=i.a.sourceFiles.find(e=>e.n===t);if(a)a.lvl>=3&&12!==a.n?Object(c.a)(`The Source-File for the BitNode you just destroyed, ${n.name}, is already at max level!`):(++a.lvl,Object(c.a)(n.name+" was upgraded to level "+a.lvl+" for destroying its corresponding BitNode!"));else{const e=new s.a(t,1);i.a.sourceFiles.push(e),5===t&&0===i.a.skills.intelligence&&(i.a.skills.intelligence=1),Object(c.a)(r.a.createElement(r.a.Fragment,null,"You received a Source-File for destroying a BitNode!",r.a.createElement("br",null),r.a.createElement("br",null),n.name,r.a.createElement("br",null),r.a.createElement("br",null),n.info))}}(e),5===n&&0===i.a.skills.intelligence&&(i.a.skills.intelligence=1),i.a.bitNodeN=n,6===n?f.b.toBladeburnerCinematic():f.b.toTerminal(),Object(o.b)(t)}},,,,,,function(t,e,n){"use strict";n.d(e,"b",(function(){return o})),n.d(e,"a",(function(){return s}));var a=n(6),r=n(1374);let i;function o(){i&&i.stopConnection(),0!==a.a.RemoteFileApiPort&&(i=new r.a("localhost",a.a.RemoteFileApiPort),i.startConnection())}function s(){return i&&null!=i.connection&&1==i.connection.readyState}},function(t,e,n){"use strict";n.d(e,"b",(function(){return l})),n.d(e,"a",(function(){return c}));var a,r,i=n(28),o=n(252),s=n(15);!function(t){t[t.Production=0]="Production",t[t.Development=1]="Development"}(a||(a={})),function(t){t[t.Browser=0]="Browser",t[t.Steam=1]="Steam"}(r||(r={}));const l="https://github.com/danielyxie/bitburner/issues/new";function c(t,e,n){var c,f,u,m;const h=function(t,e,n){const i=navigator.userAgent.toLowerCase().indexOf(" electron/")>-1,l=a.Production,c={version:s.a.VersionString,hash:Object(o.a)(),toDisplay:()=>`v${s.a.VersionString} (${Object(o.a)()})`},f={userAgent:navigator.userAgent,language:navigator.language,cookiesEnabled:navigator.cookieEnabled,doNotTrack:navigator.doNotTrack,indexedDb:!!window.indexedDB};return{platform:i?r.Steam:r.Browser,environment:l,version:c,features:f,error:t,errorInfo:e,page:n}}(t,e,n),d=h.error.fileName,p=`lang=${h.features.language} cookiesEnabled=${h.features.cookiesEnabled.toString()} doNotTrack=${null!==(c=h.features.doNotTrack)&&void 0!==c?c:"null"} indexedDb=${h.features.indexedDb.toString()}`,g=`${h.error.name}: ${h.error.message}${h.page&&` (at "${i.a[h.page]}")`}`,b=`\n## ${g}\n\n### How did this happen?\n\nPlease fill this information with details if relevant.\n\n- [ ] Save file\n- [ ] Minimal scripts to reproduce the issue\n- [ ] Steps to reproduce\n\n### Environment\n\n* Error: ${null!==(f=null===(u=h.error)||void 0===u?void 0:u.toString())&&void 0!==f?f:"n/a"}\n* Page: ${h.page?i.a[h.page]:"n/a"}\n* Version: ${h.version.toDisplay()}\n* Environment: ${a[h.environment]}\n* Platform: ${r[h.platform]}\n* UserAgent: ${navigator.userAgent}\n* Features: ${p}\n* Source: ${null!=d?d:"n/a"}\n\n${h.environment===a.Development?`\n### Stack Trace\n\`\`\`\n${null===(m=h.errorInfo)||void 0===m?void 0:m.componentStack.toString().trim()}\n\`\`\`\n`:""}\n### Save\n\`\`\`\nCopy your save here if possible\n\`\`\`\n`.trim();return{metadata:h,fileName:d,features:p,title:g,body:b,issueUrl:`${l}?title=${encodeURIComponent(g)}&body=${encodeURIComponent(b)}`}}},function(t,e,n){"use strict";n.d(e,"a",(function(){return r}));var a=n(35);const r={Tracking:()=>Object(a.a)(5,75)/10,"Bounty Hunter":()=>Object(a.a)(5,75)/10,Retirement:()=>Object(a.a)(5,75)/10,Investigation:()=>Object(a.a)(10,40)/10,"Undercover Operation":()=>Object(a.a)(10,40)/10,"Sting Operation":()=>Object(a.a)(3,40)/10,Raid:()=>Object(a.a)(2,40)/10,"Stealth Retirement Operation":()=>Object(a.a)(1,20)/10,Assassination:()=>Object(a.a)(1,20)/10}},,,,function(t,e,n){"use strict";n.d(e,"a",(function(){return r}));var a=n(35);function r(t){const e=Math.max(Math.min(t,255),0);return Object(a.a)(0,e)}},,,function(t,e,n){"use strict";n.d(e,"a",(function(){return r}));var a=n(154);function r(t){const e={},n=Object.keys(a.a);for(let a=0;a=this.cards.length)throw new Error("Tried to remove invalid card from Hand by index: "+t);return new a([...this.cards.slice().splice(t,1)])}}},function(t,e,n){"use strict";n.d(e,"a",(function(){return s}));var a=n(0),r=n(3),i=n(23),o=n(10);function s(t){return a.createElement(i.a,{title:null!=t.tooltip?a.createElement(r.a,null,t.tooltip):""},a.createElement(o.a,{onClick:t.onClick},t.text))}},function(t,e,n){"use strict";n.d(e,"a",(function(){return c}));var a=n(21),r=n(160),i=n(0),o=n(620),s=n(678),l=n(105);function c(t){const e=new o.a(t.width,t.height,t.fragments),n=Object(l.d)(t.width,t.height);return i.createElement(a.a,null,i.createElement(r.a,{sx:{width:t.width,height:t.height}},i.createElement(s.a,{width:t.width,height:t.height,ghostGrid:n,gift:e,enter:()=>{},click:()=>{}})))}},,,,,,,,,,,,,,,,,,,,,,function(t,e,n){"use strict";n.d(e,"a",(function(){return s}));var a=n(389),r=n(359),i=n(16);function o(t,e,n){return e in t?Object.defineProperty(t,e,{value:n,enumerable:!0,configurable:!0,writable:!0}):t[e]=n,t}class s{constructor(t=""){o(this,"alreadyInvited",!1),o(this,"augmentations",[]),o(this,"favor",0),o(this,"isBanned",!1),o(this,"isMember",!1),o(this,"name",""),o(this,"playerReputation",0),this.name=t}getInfo(){const t=a.a[this.name];if(null==t)throw new Error(`Missing faction from FactionInfos: ${this.name} this probably means the faction got corrupted somehow`);return t}gainFavor(){null==this.favor&&(this.favor=0),this.favor+=this.getFavorGain()}getFavorGain(){null==this.favor&&(this.favor=0);const t=Math.max(0,Object(r.a)(this.favor))+this.playerReputation;return Object(r.b)(t)-this.favor}toJSON(){return Object(i.b)("Faction",this)}static fromJSON(t){return Object(i.a)(s,t.data)}}i.c.constructors.Faction=s},function(t,e,n){"use strict";n.d(e,"a",(function(){return E}));var a=n(976),r=n(681),i=n(685),o=n(402),s=n(91),l=n(445),c=n(699),f=n(11),u=n(498),m=n(400),h=n(16),d=n(29),p=n(35),g=n(15),b=n(635);function y(t,e,n){return e in t?Object.defineProperty(t,e,{value:n,enumerable:!0,configurable:!0,writable:!0}):t[e]=n,t}class E extends b.a{constructor(){super(),y(this,"bitNodeN",1),y(this,"corporation",null),y(this,"gang",null),y(this,"bladeburner",null),y(this,"currentServer",""),y(this,"factions",[]),y(this,"factionInvitations",[]),y(this,"hacknetNodes",[]),y(this,"has4SData",!1),y(this,"has4SDataTixApi",!1),y(this,"hashManager",new u.a),y(this,"hasTixApiAccess",!1),y(this,"hasWseAccount",!1),y(this,"jobs",{}),y(this,"karma",0),y(this,"numPeopleKilled",0),y(this,"location",f.a.TravelAgency),y(this,"money",1e3+g.a.Donations),y(this,"moneySourceA",new m.a),y(this,"moneySourceB",new m.a),y(this,"playtimeSinceLastAug",0),y(this,"playtimeSinceLastBitnode",0),y(this,"purchasedServers",[]),y(this,"scriptProdSinceLastAug",0),y(this,"sleeves",[]),y(this,"sleevesFromCovenant",0),y(this,"sourceFiles",[]),y(this,"exploits",[]),y(this,"achievements",[]),y(this,"terminalCommandHistory",[]),y(this,"lastUpdate",0),y(this,"lastSave",0),y(this,"totalPlaytime",0),y(this,"currentWork",null),y(this,"focus",!1),y(this,"entropy",0),y(this,"init",s.E),y(this,"startWork",c.c),y(this,"processWork",c.b),y(this,"finishWork",c.a),y(this,"applyForSoftwareJob",s.m),y(this,"applyForSoftwareConsultantJob",s.l),y(this,"applyForItJob",s.e),y(this,"applyForSecurityEngineerJob",s.j),y(this,"applyForNetworkEngineerJob",s.g),y(this,"applyForBusinessJob",s.c),y(this,"applyForBusinessConsultantJob",s.b),y(this,"applyForSecurityJob",s.k),y(this,"applyForAgentJob",s.a),y(this,"applyForEmployeeJob",s.d),y(this,"applyForPartTimeEmployeeJob",s.h),y(this,"applyForWaiterJob",s.n),y(this,"applyForPartTimeWaiterJob",s.i),y(this,"applyForJob",s.f),y(this,"canAccessBladeburner",r.a),y(this,"canAccessCorporation",i.a),y(this,"canAccessGang",o.a),y(this,"canAccessGrafting",s.q),y(this,"canAfford",s.r),y(this,"gainMoney",s.v),y(this,"getCurrentServer",l.b),y(this,"getGangFaction",o.b),y(this,"getGangName",o.c),y(this,"getHomeComputer",l.c),y(this,"getNextCompanyPosition",s.x),y(this,"getUpgradeHomeRamCost",l.e),y(this,"getUpgradeHomeCoresCost",l.d),y(this,"gotoLocation",s.A),y(this,"hasCorporation",i.b),y(this,"hasGangWith",o.d),y(this,"hasTorRouter",l.f),y(this,"hasProgram",s.C),y(this,"inBladeburner",r.b),y(this,"inGang",o.e),y(this,"isAwareOfGang",o.f),y(this,"isQualified",s.F),y(this,"loseMoney",s.G),y(this,"reapplyAllAugmentations",s.L),y(this,"reapplyAllSourceFiles",s.M),y(this,"recordMoneySource",s.O),y(this,"setMoney",s.Q),y(this,"startBladeburner",r.c),y(this,"startCorporation",i.c),y(this,"startFocusing",s.S),y(this,"startGang",o.g),y(this,"takeDamage",s.U),y(this,"travel",s.V),y(this,"giveExploit",s.z),y(this,"giveAchievement",s.y),y(this,"getCasinoWinnings",s.w),y(this,"quitJob",s.K),y(this,"hasJob",s.B),y(this,"createHacknetServer",l.a),y(this,"queueAugmentation",s.J),y(this,"receiveInvite",s.N),y(this,"gainCodingContractReward",s.u),y(this,"stopFocusing",s.T),y(this,"prestigeAugmentation",s.H),y(this,"prestigeSourceFile",s.I),y(this,"calculateSkillProgress",s.o),y(this,"hospitalize",s.D),y(this,"checkForFactionInvitations",s.s),y(this,"setBitNodeNumber",s.P),y(this,"canAccessCotMG",s.p),y(this,"sourceFileLvl",s.R),y(this,"applyEntropy",a.a),y(this,"focusPenalty",s.t),this.identifier=Object(d.c)("I-"+(new Date).getTime()+navigator.userAgent+window.innerWidth+window.innerHeight+Object(p.a)(100,999))}whoAmI(){return"Player"}toJSON(){return Object(h.b)("PlayerObject",this)}static fromJSON(t){return Object(h.a)(E,t.data)}}h.c.constructors.PlayerObject=E},,,,,,,,,function(t,e,n){"use strict";n.d(e,"a",(function(){return u})),n.d(e,"b",(function(){return m}));var a=n(0),r=n.n(a),i=n(101),o=n(40),s=n(1),l=n(126),c=n(3),f=n(10);const u=new l.a;function m(){const[t,e]=Object(a.useState)(null);return Object(a.useEffect)(()=>u.subscribe(t=>e(t)),[]),r.a.createElement(o.a,{open:null!==t,onClose:()=>e(null)},r.a.createElement(c.a,{variant:"h4"},"You have received a faction invitation."),r.a.createElement(c.a,null,"Would you like to join ",(t||{name:""}).name,"? ",r.a.createElement("br",null),r.a.createElement("br",null),"Warning: Joining this faction may prevent you from joining other factions during this run!"),r.a.createElement(f.a,{onClick:function(){if(null===t)return;-1===s.a.factionInvitations.findIndex(e=>e===t.name)&&console.error("Could not find faction in Player.factionInvitations"),Object(i.d)(t),e(null)}},"Join!"),r.a.createElement(f.a,{onClick:()=>e(null)},"Decide later"))}},function(t,e,n){"use strict";n.d(e,"a",(function(){return f}));var a=n(468),r=n(243),i=n(231),o=n(1),s=n(16),l=n(206);function c(t,e,n){return e in t?Object.defineProperty(t,e,{value:n,enumerable:!0,configurable:!0,writable:!0}):t[e]=n,t}class f{constructor(t=""){c(this,"task","Unassigned"),c(this,"earnedRespect",0),c(this,"hack",1),c(this,"str",1),c(this,"def",1),c(this,"dex",1),c(this,"agi",1),c(this,"cha",1),c(this,"hack_exp",0),c(this,"str_exp",0),c(this,"def_exp",0),c(this,"dex_exp",0),c(this,"agi_exp",0),c(this,"cha_exp",0),c(this,"hack_mult",1),c(this,"str_mult",1),c(this,"def_mult",1),c(this,"dex_mult",1),c(this,"agi_mult",1),c(this,"cha_mult",1),c(this,"hack_asc_points",0),c(this,"str_asc_points",0),c(this,"def_asc_points",0),c(this,"dex_asc_points",0),c(this,"agi_asc_points",0),c(this,"cha_asc_points",0),c(this,"upgrades",[]),c(this,"augmentations",[]),this.name=t}calculateSkill(t,e=1){return Math.max(Math.floor(e*(32*Math.log(t+534.5)-200)),1)}calculateAscensionMult(t){return Object(l.a)(t)}updateSkillLevels(){this.hack=this.calculateSkill(this.hack_exp,this.hack_mult*this.calculateAscensionMult(this.hack_asc_points)),this.str=this.calculateSkill(this.str_exp,this.str_mult*this.calculateAscensionMult(this.str_asc_points)),this.def=this.calculateSkill(this.def_exp,this.def_mult*this.calculateAscensionMult(this.def_asc_points)),this.dex=this.calculateSkill(this.dex_exp,this.dex_mult*this.calculateAscensionMult(this.dex_asc_points)),this.agi=this.calculateSkill(this.agi_exp,this.agi_mult*this.calculateAscensionMult(this.agi_asc_points)),this.cha=this.calculateSkill(this.cha_exp,this.cha_mult*this.calculateAscensionMult(this.cha_asc_points))}calculatePower(){return(this.hack+this.str+this.def+this.dex+this.agi+this.cha)/95}assignToTask(t){return r.a.hasOwnProperty(t)?(this.task=t,!0):(this.task="Unassigned",!1)}unassignFromTask(){this.task="Unassigned"}getTask(){return this.task instanceof a.a&&(this.task=this.task.name),r.a.hasOwnProperty(this.task)?r.a[this.task]:r.a.Unassigned}calculateRespectGain(t){const e=this.getTask(),n={respect:t.respect,wantedLevel:t.wanted,territory:t.getTerritory()};return Object(l.d)(n,this,e)}calculateWantedLevelGain(t){const e=this.getTask(),n={respect:t.respect,wantedLevel:t.wanted,territory:t.getTerritory()};return Object(l.e)(n,this,e)}calculateMoneyGain(t){const e=this.getTask(),n={respect:t.respect,wantedLevel:t.wanted,territory:t.getTerritory()};return Object(l.c)(n,this,e)}expMult(){return{hack:(this.hack_mult-1)/4+1,str:(this.str_mult-1)/4+1,def:(this.def_mult-1)/4+1,dex:(this.dex_mult-1)/4+1,agi:(this.agi_mult-1)/4+1,cha:(this.cha_mult-1)/4+1}}gainExperience(t=1){const e=this.getTask();if(e===r.a.Unassigned)return;const n=Math.pow(e.difficulty,.9)*t,a=this.expMult();this.hack_exp+=e.hackWeight/1500*n*a.hack*this.calculateAscensionMult(this.hack_asc_points),this.str_exp+=e.strWeight/1500*n*a.str*this.calculateAscensionMult(this.str_asc_points),this.def_exp+=e.defWeight/1500*n*a.def*this.calculateAscensionMult(this.def_asc_points),this.dex_exp+=e.dexWeight/1500*n*a.dex*this.calculateAscensionMult(this.dex_asc_points),this.agi_exp+=e.agiWeight/1500*n*a.agi*this.calculateAscensionMult(this.agi_asc_points),this.cha_exp+=e.chaWeight/1500*n*a.cha*this.calculateAscensionMult(this.cha_asc_points)}recordEarnedRespect(t=1,e){this.earnedRespect+=this.calculateRespectGain(e)*t}getGainedAscensionPoints(){return{hack:Object(l.b)(this.hack_exp),str:Object(l.b)(this.str_exp),def:Object(l.b)(this.def_exp),dex:Object(l.b)(this.dex_exp),agi:Object(l.b)(this.agi_exp),cha:Object(l.b)(this.cha_exp)}}canAscend(){const t=this.getGainedAscensionPoints();return t.hack>0||t.str>0||t.def>0||t.dex>0||t.agi>0||t.cha>0}getCurrentAscensionMults(){return{hack:this.calculateAscensionMult(this.hack_asc_points),str:this.calculateAscensionMult(this.str_asc_points),def:this.calculateAscensionMult(this.def_asc_points),dex:this.calculateAscensionMult(this.dex_asc_points),agi:this.calculateAscensionMult(this.agi_asc_points),cha:this.calculateAscensionMult(this.cha_asc_points)}}getAscensionMultsAfterAscend(){const t=this.getGainedAscensionPoints();return{hack:this.calculateAscensionMult(this.hack_asc_points+t.hack),str:this.calculateAscensionMult(this.str_asc_points+t.str),def:this.calculateAscensionMult(this.def_asc_points+t.def),dex:this.calculateAscensionMult(this.dex_asc_points+t.dex),agi:this.calculateAscensionMult(this.agi_asc_points+t.agi),cha:this.calculateAscensionMult(this.cha_asc_points+t.cha)}}getAscensionResults(){const t=this.getAscensionMultsAfterAscend(),e=this.getCurrentAscensionMults();return{hack:t.hack/e.hack,str:t.str/e.str,def:t.def/e.def,dex:t.dex/e.dex,agi:t.agi/e.agi,cha:t.cha/e.cha}}ascend(){const t=this.getAscensionResults(),e=this.getGainedAscensionPoints();this.hack_asc_points+=e.hack,this.str_asc_points+=e.str,this.def_asc_points+=e.def,this.dex_asc_points+=e.dex,this.agi_asc_points+=e.agi,this.cha_asc_points+=e.cha,this.upgrades.length=0,this.hack_mult=1,this.str_mult=1,this.def_mult=1,this.dex_mult=1,this.agi_mult=1,this.cha_mult=1;for(let t=0;t{let n=String(t);n=["[",n,"]"].join(""),e.push(n)}),e.join(",").replace(/\s/g,"")}const f=[{desc:t=>["A prime factor is a factor that is a prime number.",`What is the largest prime factor of ${t}?`].join(" "),difficulty:1,gen:()=>Object(a.a)(500,1e9),name:"Find Largest Prime Factor",numTries:10,solver:(t,e)=>{if("number"!=typeof t)throw new Error("solver expected number");let n=2,a=t;for(;a>(n-1)*(n-1);){for(;a%n==0;)a=Math.round(a/n);++n}return(1===a?n-1:a)===parseInt(e,10)}},{desc:t=>["Given the following integer array, find the contiguous subarray","(containing at least one number) which has the largest sum and return that sum.","'Sum' refers to the sum of all the numbers in the subarray.\n",""+t.toString()].join(" "),difficulty:1,gen:()=>{const t=Object(a.a)(5,40),e=[];e.length=t;for(let n=0;n{const n=t.slice();for(let t=1;t{if("number"!=typeof t)throw new Error("solver expected number");return["It is possible write four as a sum in exactly four different ways:\n\n","    3 + 1\n","    2 + 2\n","    2 + 1 + 1\n","    1 + 1 + 1 + 1\n\n",`How many different distinct ways can the number ${t} be written as a sum of at least`,"two positive integers?"].join(" ")},difficulty:1.5,gen:()=>Object(a.a)(8,100),name:"Total Ways to Sum",numTries:10,solver:(t,e)=>{if("number"!=typeof t)throw new Error("solver expected number");const n=[1];n.length=t+1,n.fill(0,1);for(let e=1;e{const e=t;return[`How many different distinct ways can the number ${e[0]} be written`,"as a sum of integers contained in the set:\n\n",`[${e[1]}]?\n\n`,"You may use each integer in the set zero or more times."].join(" ")},difficulty:2,gen:()=>{const t=Object(a.a)(12,200),e=Object(a.a)(8,12),n=[];for(let a=1;a<=t&&n.length!=e;a++)(Math.random()<.6||t-a{const n=t,a=n[0],r=n[1],i=[1];i.length=a+1,i.fill(0,1);for(let t=0;t{const e=t;let n=["Given the following array of arrays of numbers representing a 2D matrix,","return the elements of the matrix as an array in spiral order:\n\n"].join(" ");return n+="    [\n",n+=e.map(t=>"        ["+t.map(t=>(""+t).padStart(2," ")).join(",")+"]").join("\n"),n+="\n    ]\n",n+=["\nHere is an example of what spiral order should be:\n\n","    [\n","        [1, 2, 3]\n","        [4, 5, 6]\n","        [7, 8, 9]\n","    ]\n\n","Answer: [1, 2, 3, 6, 9, 8 ,7, 4, 5]\n\n","Note that the matrix will not always be square:\n\n","    [\n","        [1,  2,  3,  4]\n","        [5,  6,  7,  8]\n","        [9, 10, 11, 12]\n","    ]\n\n","Answer: [1, 2, 3, 4, 8, 12, 11, 10, 9, 5, 6, 7]"].join(" "),n},difficulty:2,gen:()=>{const t=Object(a.a)(1,15),e=Object(a.a)(1,15),n=[];n.length=t;for(let a=0;a{const n=t,a=[];let r=0,i=n.length-1,o=0,l=n[0].length-1,c=0;for(;;){for(let t=o;t<=l;t++)a[c]=n[r][t],++c;if(++r>i)break;for(let t=r;t<=i;t++)a[c]=n[t][l],++c;if(--l=o;t--)a[c]=n[i][t],++c;if(--i=r;t--)a[c]=n[t][o],++c;if(++o>l)break}const f=s(e).replace(/\s/g,"").split(",").map(t=>parseInt(t));if(a.length!==f.length)return!1;for(let t=0;t["You are given the following array of integers:\n\n",t+"\n\n","Each element in the array represents your MAXIMUM jump length","at that position. This means that if you are at position i and your","maximum jump length is n, you can jump to any position from","i to i+n.","\n\nAssuming you are initially positioned","at the start of the array, determine whether you are","able to reach the last index.\n\n","Your answer should be submitted as 1 or 0, representing true and false respectively"].join(" "),difficulty:2.5,gen:()=>{const t=Object(a.a)(3,25),e=[];e.length=t;for(let t=0;t{const n=t,a=n.length;let r=0;for(let t=0;r["You are given the following array of integers:\n\n",t+"\n\n","Each element in the array represents your MAXIMUM jump length","at that position. This means that if you are at position i and your","maximum jump length is n, you can jump to any position from","i to i+n.","\n\nAssuming you are initially positioned","at the start of the array, determine the minimum number of","jumps to reach the end of the array.\n\n","If it's impossible to reach the end, then the answer should be 0."].join(" "),difficulty:3,gen:()=>{const t=Object(a.a)(3,25),e=[];e.length=t;for(let t=0;t{const n=t,a=n.length;let r=0,i=0,o=-1;for(;ro;e--)e+n[e]>r&&(r=e+n[e],t=e);if(-1===t){i=0;break}o=t,i++}return i===parseInt(e,10)}},{desc:t=>["Given the following array of arrays of numbers representing a list of","intervals, merge all overlapping intervals.\n\n",`[${c(t)}]\n\n`,"Example:\n\n","[[1, 3], [8, 10], [2, 6], [10, 16]]\n\n","would merge into [[1, 6], [8, 16]].\n\n","The intervals must be returned in ASCENDING order.","You can assume that in an interval, the first number will always be","smaller than the second."].join(" "),difficulty:3,gen:()=>{const t=[],e=Object(a.a)(3,20);for(let n=0;n{const n=t.slice();n.sort((t,e)=>t[0]-e[0]);const a=[];let r=n[0][0],i=n[0][1];for(const t of n)t[0]<=i?i=Math.max(i,t[1]):(a.push([r,i]),r=t[0],i=t[1]);a.push([r,i]);const o=c(a),l=e.replace(/\s/g,"");return o===l||o===s(l)}},{desc:t=>["Given the following string containing only digits, return","an array with all possible valid IP address combinations","that can be created from the string:\n\n",t+"\n\n","Note that an octet cannot begin with a '0' unless the number","itself is actually 0. For example, '192.168.010.1' is not a valid IP.\n\n","Examples:\n\n",'25525511135 -> ["255.255.11.135", "255.255.111.35"]\n','1938718066 -> ["193.87.180.66"]'].join(" "),difficulty:3,gen:()=>{let t="";for(let e=0;e<4;++e){t+=Object(a.a)(0,255).toString()}return t},name:"Generate IP Addresses",numTries:10,solver:(t,e)=>{if("string"!=typeof t)throw new Error("solver expected string");const n=[];for(let e=1;e<=3;++e)for(let a=1;a<=3;++a)for(let r=1;r<=3;++r)for(let i=1;i<=3;++i)if(e+a+r+i===t.length){const o=parseInt(t.substring(0,e),10),s=parseInt(t.substring(e,e+a),10),l=parseInt(t.substring(e+a,e+a+r),10),c=parseInt(t.substring(e+a+r,e+a+r+i),10);if(o<=255&&s<=255&&l<=255&&c<=255){const e=[o.toString(),".",s.toString(),".",l.toString(),".",c.toString()].join("");e.length===t.length+3&&n.push(e)}}const a=s(e).replace(/\s/g,"").split(",").map(t=>t.replace(/^"|"$/g,""));if(a.length!==n.length)return!1;for(const t of a)if(!n.includes(t))return!1;return!0}},{desc:t=>["You are given the following array of stock prices (which are numbers)","where the i-th element represents the stock price on day i:\n\n",t+"\n\n","Determine the maximum possible profit you can earn using at most","one transaction (i.e. you can only buy and sell the stock once). If no profit can be made","then the answer should be 0. Note","that you have to buy the stock before you can sell it"].join(" "),difficulty:1,gen:()=>{const t=Object(a.a)(3,50),e=[];e.length=t;for(let n=0;n{const n=t;let a=0,r=0;for(let t=1;t["You are given the following array of stock prices (which are numbers)","where the i-th element represents the stock price on day i:\n\n",t+"\n\n","Determine the maximum possible profit you can earn using as many","transactions as you'd like. A transaction is defined as buying","and then selling one share of the stock. Note that you cannot","engage in multiple transactions at once. In other words, you","must sell the stock before you buy it again.\n\n","If no profit can be made, then the answer should be 0"].join(" "),difficulty:2,gen:()=>{const t=Object(a.a)(3,50),e=[];e.length=t;for(let n=0;n{const n=t;let a=0;for(let t=1;t["You are given the following array of stock prices (which are numbers)","where the i-th element represents the stock price on day i:\n\n",t+"\n\n","Determine the maximum possible profit you can earn using at most","two transactions. A transaction is defined as buying","and then selling one share of the stock. Note that you cannot","engage in multiple transactions at once. In other words, you","must sell the stock before you buy it again.\n\n","If no profit can be made, then the answer should be 0"].join(" "),difficulty:5,gen:()=>{const t=Object(a.a)(3,50),e=[];e.length=t;for(let n=0;n{const n=t;let a=Number.MIN_SAFE_INTEGER,r=Number.MIN_SAFE_INTEGER,i=0,o=0;for(const t of n)o=Math.max(o,r+t),r=Math.max(r,i-t),i=Math.max(i,a+t),a=Math.max(a,-1*t);return o.toString()===e}},{desc:t=>{const e=t;return["You are given the following array with two elements:\n\n",`[${e[0]}, [${e[1]}]]\n\n`,"The first element is an integer k. The second element is an","array of stock prices (which are numbers) where the i-th element","represents the stock price on day i.\n\n","Determine the maximum possible profit you can earn using at most","k transactions. A transaction is defined as buying and then selling","one share of the stock. Note that you cannot engage in multiple","transactions at once. In other words, you must sell the stock before","you can buy it again.\n\n","If no profit can be made, then the answer should be 0."].join(" ")},difficulty:8,gen:()=>{const t=Object(a.a)(2,10),e=Object(a.a)(3,50),n=[];n.length=e;for(let t=0;t{const n=t,a=n[0],r=n[1],i=r.length;if(i<2)return 0===parseInt(e);if(a>i/2){let t=0;for(let e=1;e0;--t)s[t]=Math.max(s[t],o[t]+l),o[t]=Math.max(o[t],s[t-1]-l)}return parseInt(e)===s[a]}},{desc:t=>{function e(t,n=0){const a=t.length;if(n>=a)return"";let r=[" ".repeat(a-n+1),"[",t[n].toString(),"]"].join("");return n 3 -> 5 -> 1)."].join(" ")},difficulty:5,gen:()=>{const t=[],e=Object(a.a)(3,12);t.length=e;for(let n=0;n{const n=t,a=n.length,r=n[a-1].slice();for(let t=a-2;t>-1;--t)for(let e=0;e{const e=t,n=e[0],a=e[1];return["You are in a grid with",`${n} rows and ${a} columns, and you are`,"positioned in the top-left corner of that grid. You are trying to","reach the bottom-right corner of the grid, but you can only","move down or right on each step. Determine how many","unique paths there are from start to finish.\n\n","NOTE: The data returned for this contract is an array","with the number of rows and columns:\n\n",`[${n}, ${a}]`].join(" ")},difficulty:3,gen:()=>[Object(a.a)(2,14),Object(a.a)(2,14)],name:"Unique Paths in a Grid I",numTries:10,solver:(t,e)=>{const n=t,a=n[0],r=n[1],i=[];i.length=a;for(let t=0;t{const e=t;let n="";for(const t of e)n+=t.toString()+",\n";return["You are located in the top-left corner of the following grid:\n\n",n+"\n","You are trying reach the bottom-right corner of the grid, but you can only","move down or right on each step. Furthermore, there are obstacles on the grid","that you cannot move onto. These obstacles are denoted by '1', while empty","spaces are denoted by 0.\n\n","Determine how many unique paths there are from start to finish.\n\n","NOTE: The data returned for this contract is an 2D array of numbers representing the grid."].join(" ")},difficulty:5,gen:()=>{const t=Object(a.a)(2,12),e=Object(a.a)(2,12),n=[];n.length=t;for(let a=0;a{const n=t,a=[];a.length=n.length;for(let t=0;t0?a[t-1][e]:0)+(e>0?a[t][e-1]:0);return a[a.length-1][a[0].length-1]===parseInt(e)}},{name:"Shortest Path in a Grid",desc:t=>["You are located in the top-left corner of the following grid:\n\n",`  [${t.map(t=>"["+t+"]").join(",\n   ")}]\n\n`,"You are trying to find the shortest path to the bottom-right corner of the grid,","but there are obstacles on the grid that you cannot move onto.","These obstacles are denoted by '1', while empty spaces are denoted by 0.\n\n","Determine the shortest path from start to finish, if one exists.","The answer should be given as a string of UDLR characters, indicating the moves along the path\n\n","NOTE: If there are multiple equally short paths, any of them is accepted as answer.","If there is no path, the answer should be an empty string.\n","NOTE: The data returned for this contract is an 2D array of numbers representing the grid.\n\n","Examples:\n\n","    [[0,1,0,0,0],\n","     [0,0,0,1,0]]\n","\n","Answer: 'DRRURRD'\n\n","    [[0,1],\n","     [1,0]]\n","\n","Answer: ''\n\n"].join(" "),difficulty:7,numTries:10,gen:()=>{const t=Object(a.a)(6,12),e=Object(a.a)(6,12),n=t-1,r=e-1,i=n+r,o=new Array(t);for(let n=0;n{const n=t,a=n[0].length,i=n.length,o=i-1,s=a-1,l=new Array(i),c=new r.a;for(let t=0;t=0&&t=0&&e0;){const[t,e]=c.pop();for(const[n,a]of u(t,e)){const r=l[t][e]+1;rt==n&&e==a,r),l[n][a]=r)}}if(l[o][s]==1/0)return""==e;if(e.length>l[o][s])return!1;let m=0,h=0;for(const t of e){switch(t){case"U":h-=1;break;case"D":h+=1;break;case"L":m-=1;break;case"R":m+=1;break;default:return!1}if(!f(h,m))return!1}return h==o&&m==s}},{desc:t=>["Given the following string:\n\n",t+"\n\n","remove the minimum number of invalid parentheses in order to validate","the string. If there are multiple minimal ways to validate the string,","provide all of the possible results. The answer should be provided","as an array of strings. If it is impossible to validate the string","the result should be an array with only an empty string.\n\n","IMPORTANT: The string may contain letters, not just parentheses.","Examples:\n",'"()())()" -> [()()(), (())()]\n','"(a)())()" -> [(a)()(), (a())()]\n','")(" -> [""]'].join(" "),difficulty:10,gen:()=>{const t=Object(a.a)(6,20),e=[];e.length=t,Math.random()<.8?e[0]="(":e[0]=")";for(let n=1;n{if("string"!=typeof t)throw new Error("solver expected string");let n=0,a=0;const r=[];for(let e=0;e0?--n:++a);!function t(e,n,a,r,i,o,s){if(i.length!==n)"("===i[n]?(a>0&&t(e,n+1,a-1,r,i,o,s),t(e+1,n+1,a,r,i,o+i[n],s)):")"===i[n]?(r>0&&t(e,n+1,a,r-1,i,o,s),e>0&&t(e-1,n+1,a,r,i,o+i[n],s)):t(e,n+1,a,r,i,o+i[n],s);else if(0===a&&0===r&&0===e){for(let t=0;t{const e=t,n=e[0],a=e[1];return["You are given the following string which contains only digits between 0 and 9:\n\n",n+"\n\n",`You are also given a target number of ${a}. Return all possible ways`,"you can add the +(add), -(subtract), and *(multiply) operators to the string such","that it evaluates to the target number. (Normal order of operations applies.)\n\n","The provided answer should be an array of strings containing the valid expressions.","The data provided by this problem is an array with two elements. The first element","is the string of digits, while the second element is the target number:\n\n",`["${n}", ${a}]\n\n`,"NOTE: The order of evaluation expects script operator precedence","NOTE: Numbers in the expression cannot have leading 0's. In other words,",'"1+01" is not a valid expression',"Examples:\n\n",'Input: digits = "123", target = 6\n',"Output: [1+2+3, 1*2*3]\n\n",'Input: digits = "105", target = 5\n',"Output: [1*0+5, 10-5]"].join(" ")},difficulty:10,gen:()=>{const t=Object(a.a)(4,12),e=[];e.length=t;for(let t=0;t{const n=t,a=n[0],r=n[1];const i=s(e).split(",");for(let t=0;t["You are given the following decimal Value: \n",t+" \n","Convert it to a binary representation and encode it as an 'extended Hamming code'. Eg:\n ","Value 8 is expressed in binary as '1000', which will be encoded","with the pattern 'pppdpddd', where p is a parity bit and d a data bit,\n","or '10101' (Value 21) will result into (pppdpdddpd) '1001101011'.\n","The answer should be given as a string containing only 1s and 0s.\n","NOTE: the endianness of the data bits is reversed in relation to the endianness of the parity bits.\n","NOTE: The bit at index zero is the overall parity bit, this should be set last.\n","NOTE 2: You should watch the Hamming Code video from 3Blue1Brown, which explains the 'rule' of encoding,","including the first index parity bit mentioned in the previous note.\n\n","Extra rule for encoding:\n","There should be no leading zeros in the 'data bit' section"].join(" "),gen:()=>Object(a.a)(Math.pow(2,4),Math.pow(2,Object(a.a)(1,57))),solver:(t,e)=>{if("number"!=typeof t)throw new Error("solver expected number");return e===Object(o.b)(t)}},{name:"HammingCodes: Encoded Binary to Integer",difficulty:8,numTries:10,desc:t=>["You are given the following encoded binary string: \n",`'${t}' \n\n`,"Treat it as an extended Hamming code with 1 'possible' error at a random index.\n","Find the 'possible' wrong bit, fix it and extract the decimal value, which is hidden inside the string.\n\n","Note: The length of the binary string is dynamic, but it's encoding/decoding follows Hamming's 'rule'\n","Note 2: Index 0 is an 'overall' parity bit. Watch the Hamming code video from 3Blue1Brown for more information\n","Note 3: There's a ~55% chance for an altered Bit. So... MAYBE there is an altered Bit 😉\n","Note: The endianness of the encoded decimal value is reversed in relation to the endianness of the Hamming code. Where","the Hamming code is expressed as little-endian (LSB at index 0), the decimal value encoded in it is expressed as big-endian","(MSB at index 0).\n","Extra note for automation: return the decimal value as a string"].join(" "),gen:()=>{const t=Math.round(Math.random()),e=Object(o.c)(Object(a.a)(Math.pow(2,4),Math.pow(2,Object(a.a)(1,57)))).split("");if(t){const t=Object(a.a)(0,e.length-1);e[t]="0"==e[t]?"1":"0"}return e.join("")},solver:(t,e)=>{if("string"!=typeof t)throw new Error("solver expected string");return parseInt(e,10)===Object(o.a)(t)}},{name:"Proper 2-Coloring of a Graph",difficulty:7,numTries:5,desc:t=>{const e=t;return["You are given the following data, representing a graph:\n",JSON.stringify(e)+"\n",'Note that "graph", as used here, refers to the field of graph theory, and has',"no relation to statistics or plotting.","The first element of the data represents the number of vertices in the graph.",`Each vertex is a unique number between 0 and ${e[0]-1}.`,"The next element of the data represents the edges of the graph.","Two vertices u,v in a graph are said to be adjacent if there exists an edge [u,v].","Note that an edge [u,v] is the same as an edge [v,u], as order does not matter.","You must construct a 2-coloring of the graph, meaning that you have to assign each",'vertex in the graph a "color", either 0 or 1, such that no two adjacent vertices have',"the same color. Submit your answer in the form of an array, where element i","represents the color of vertex i. If it is impossible to construct a 2-coloring of","the given graph, instead submit an empty array.\n\n","Examples:\n\n","Input: [4, [[0, 2], [0, 3], [1, 2], [1, 3]]]\n","Output: [0, 0, 1, 1]\n\n","Input: [3, [[0, 1], [0, 2], [1, 2]]]\n","Output: []"].join(" ")},gen:()=>{const t=Math.floor(5*Math.random())+3,e=Math.floor(5*Math.random())+3,n=[];for(let a=0;a.5&&n.push([a,t+r]);let a=Math.floor(Math.random()*(t+e)),r=Math.floor(Math.random()*(t+e));function i(t){for(let e=t.length-1;e>0;e--){const n=Math.floor(Math.random()*(e+1));[t[e],t[n]]=[t[n],t[e]]}}a>r&&([a,r]=[r,a]),a==r||n.includes([a,r])||n.push([a,r]);const o=Array.from(Array(t+e).keys());i(o);for(let t=0;tn[t][1]&&([n[t][0],n[t][1]]=[n[t][1],n[t][0]]);return i(n),[t+e,n]},solver:(t,e)=>{const n=t,a=s(e);if(""===a){function r(t){const e=n[1].filter(([e])=>e==t).map(([,t])=>t),a=n[1].filter(([,e])=>e==t).map(([t])=>t);return e.concat(a)}const t=Array(n[0]).fill(void 0);for(;t.some(t=>void 0===t);){const e=t.findIndex(t=>void 0===t);t[e]=0;const n=[e];for(;n.length>0;){const e=n.pop()||0,a=r(e);for(const r in a){const i=a[r];if(void 0===t[i])0===t[e]?t[i]=1:t[i]=0,n.push(i);else if(t[i]===t[e])return!0}}}return!1}const i=a.split(",").map(t=>parseInt(t));if(i.length==n[0]){const t=n[1],e=[0,1];return t.every(([t,n])=>{const a=i[t],r=i[n];return e.includes(a)&&e.includes(r)&&a!=r})}return!1}},{name:"Compression I: RLE Compression",difficulty:2,numTries:10,desc:t=>["Run-length encoding (RLE) is a data compression technique which encodes data as a series of runs of","a repeated single character. Runs are encoded as a length, followed by the character itself. Lengths","are encoded as a single ASCII digit; runs of 10 characters or more are encoded by splitting them","into multiple runs.\n\n","You are given the following input string:\n",`    ${t}\n`,"Encode it using run-length encoding with the minimum possible output length.\n\n","Examples:\n","    aaaaabccc            ->  5a1b3c\n","    aAaAaA               ->  1a1A1a1A1a1A\n","    111112333            ->  511233\n","    zzzzzzzzzzzzzzzzzzz  ->  9z9z1z  (or 9z8z2z, etc.)\n"].join(" "),gen:()=>{const t=50+Math.floor(25*(Math.random()+Math.random()));let e="";for(;e.length{if("string"!=typeof t)throw new Error("solver expected string");if(e.length%2!=0)return!1;let n="";for(let t=0;t+19)return!1;n+=e[t+1].repeat(a)}if(n!==t)return!1;let a=0;for(let e=0;e0;)n-=9,a+=2}return e.length<=a}},{name:"Compression II: LZ Decompression",difficulty:4,numTries:10,desc:t=>["Lempel-Ziv (LZ) compression is a data compression technique which encodes data using references to","earlier parts of the data. In this variant of LZ, data is encoded in two types of chunk. Each chunk","begins with a length L, encoded as a single ASCII digit from 1 to 9, followed by the chunk data,","which is either:\n\n","1. Exactly L characters, which are to be copied directly into the uncompressed data.\n","2. A reference to an earlier part of the uncompressed data. To do this, the length is followed","by a second ASCII digit X: each of the L output characters is a copy of the character X","places before it in the uncompressed data.\n\n","For both chunk types, a length of 0 instead means the chunk ends immediately, and the next character","is the start of a new chunk. The two chunk types alternate, starting with type 1, and the final","chunk may be of either type.\n\n","You are given the following LZ-encoded string:\n",`    ${t}\n`,"Decode it and output the original string.\n\n","Example: decoding '5aaabb450723abb' chunk-by-chunk\n","    5aaabb           ->  aaabb\n","    5aaabb45         ->  aaabbaaab\n","    5aaabb450        ->  aaabbaaab\n","    5aaabb45072      ->  aaabbaaababababa\n","    5aaabb450723abb  ->  aaabbaaababababaabb"].join(" "),gen:()=>Object(i.c)(Object(i.d)()),solver:(t,e)=>{if("string"!=typeof t)throw new Error("solver expected string");return e===Object(i.b)(t)}},{name:"Compression III: LZ Compression",difficulty:10,numTries:10,desc:t=>["Lempel-Ziv (LZ) compression is a data compression technique which encodes data using references to","earlier parts of the data. In this variant of LZ, data is encoded in two types of chunk. Each chunk","begins with a length L, encoded as a single ASCII digit from 1 to 9, followed by the chunk data,","which is either:\n\n","1. Exactly L characters, which are to be copied directly into the uncompressed data.\n","2. A reference to an earlier part of the uncompressed data. To do this, the length is followed","by a second ASCII digit X: each of the L output characters is a copy of the character X","places before it in the uncompressed data.\n\n","For both chunk types, a length of 0 instead means the chunk ends immediately, and the next character","is the start of a new chunk. The two chunk types alternate, starting with type 1, and the final","chunk may be of either type.\n\n","You are given the following input string:\n",`    ${t}\n`,"Encode it using Lempel-Ziv encoding with the minimum possible output length.\n\n","Examples (some have other possible encodings of minimal length):\n","    abracadabra     ->  7abracad47\n","    mississippi     ->  4miss433ppi\n","    aAAaAAaAaAA     ->  3aAA53035\n","    2718281828      ->  627182844\n","    abcdefghijk     ->  9abcdefghi02jk\n","    aaaaaaaaaaaa    ->  3aaa91\n","    aaaaaaaaaaaaa   ->  1a91031\n","    aaaaaaaaaaaaaa  ->  1a91041"].join(" "),gen:()=>Object(i.d)(),solver:(t,e)=>{if("string"!=typeof t)throw new Error("solver expected string");return Object(i.b)(e)===t&&e.length<=Object(i.c)(t).length}},{desc:t=>{if(!Array.isArray(t))throw new Error("data should be array of string");const e=t;return["Caesar cipher is one of the simplest encryption technique.","It is a type of substitution cipher in which each letter in the plaintext ","is replaced by a letter some fixed number of positions down the alphabet.","For example, with a left shift of 3, D would be replaced by A, ","E would become B, and A would become X (because of rotation).\n\n","You are given an array with two elements:\n",`  ["${e[0]}", ${e[1]}]\n`,"The first element is the plaintext, the second element is the left shift value.\n\n","Return the ciphertext as uppercase string. Spaces remains the same."].join(" ")},difficulty:1,gen:()=>[["ARRAY","CACHE","CLOUD","DEBUG","EMAIL","ENTER","FLASH","FRAME","INBOX","LINUX","LOGIC","LOGIN","MACRO","MEDIA","MODEM","MOUSE","PASTE","POPUP","PRINT","QUEUE","SHELL","SHIFT","TABLE","TRASH","VIRUS"].sort(()=>Math.random()-.5).slice(0,5).join(" "),Math.floor(25*Math.random()+1)],name:"Encryption I: Caesar Cipher",numTries:10,solver:(t,e)=>{if(!Array.isArray(t))throw new Error("data should be array of string");const n=t;return[...n[0]].map(t=>" "===t?t:String.fromCharCode((t.charCodeAt(0)-65-n[1]+26)%26+65)).join("")===e}},{desc:t=>{if(!Array.isArray(t))throw new Error("data should be array of string");const e=t;return["Vigenère cipher is a type of polyalphabetic substitution. It uses ","the Vigenère square to encrypt and decrypt plaintext with a keyword.\n\n","  Vigenère square:\n","         A B C D E F G H I J K L M N O P Q R S T U V W X Y Z \n","       +----------------------------------------------------\n","     A | A B C D E F G H I J K L M N O P Q R S T U V W X Y Z \n","     B | B C D E F G H I J K L M N O P Q R S T U V W X Y Z A \n","     C | C D E F G H I J K L M N O P Q R S T U V W X Y Z A B\n","     D | D E F G H I J K L M N O P Q R S T U V W X Y Z A B C\n","     E | E F G H I J K L M N O P Q R S T U V W X Y Z A B C D\n","                ...\n","     Y | Y Z A B C D E F G H I J K L M N O P Q R S T U V W X\n","     Z | Z A B C D E F G H I J K L M N O P Q R S T U V W X Y\n\n","For encryption each letter of the plaintext is paired with the corresponding letter of a repeating keyword.","For example, the plaintext DASHBOARD is encrypted with the keyword LINUX:\n","   Plaintext: DASHBOARD\n","   Keyword:   LINUXLINU\n","So, the first letter D is paired with the first letter of the key L. Therefore, row D and column L of the ","Vigenère square are used to get the first cipher letter O. This must be repeated for the whole ciphertext.\n\n","You are given an array with two elements:\n",`  ["${e[0]}", "${e[1]}"]\n`,"The first element is the plaintext, the second element is the keyword.\n\n","Return the ciphertext as uppercase string."].join(" ")},difficulty:2,gen:()=>[["ARRAY","CACHE","CLOUD","DEBUG","EMAIL","ENTER","FLASH","FRAME","INBOX","LINUX","LOGIC","LOGIN","MACRO","MEDIA","MODEM","MOUSE","PASTE","POPUP","PRINT","QUEUE","SHELL","SHIFT","TABLE","TRASH","VIRUS"].sort(()=>Math.random()-.5).slice(0,5).join(""),["ALGORITHM","BANDWIDTH","BLOGGER","BOOKMARK","BROADBAND","BROWSER","CAPTCHA","CLIPBOARD","COMPUTING","COMMAND","COMPILE","COMPRESS","COMPUTER","CONFIGURE","DASHBOARD","DATABASE","DESKTOP","DIGITAL","DOCUMENT","DOWNLOAD","DYNAMIC","EMOTICON","ENCRYPT","EXABYTE","FIREWALL","FIRMWARE","FLAMING","FLOWCHART","FREEWARE","GIGABYTE","GRAPHICS","HARDWARE","HYPERLINK","HYPERTEXT","INTEGER","INTERFACE","INTERNET","ITERATION","JOYSTICK","JUNKMAIL","KEYBOARD","KEYWORD","LURKING","MACINTOSH","MAINFRAME","MALWARE","MONITOR","NETWORK","NOTEBOOK","COMPUTER","OFFLINE","OPERATING","PASSWORD","PHISHING","PLATFORM","PODCAST","PRINTER","PRIVACY","PROCESS","PROGRAM","PROTOCOL","REALTIME","RESTORE","RUNTIME","SCANNER","SECURITY","SHAREWARE","SNAPSHOT","SOFTWARE","SPAMMER","SPYWARE","STORAGE","TERMINAL","TEMPLATE","TERABYTE","TOOLBAR","TYPEFACE","USERNAME","UTILITY","VERSION","VIRTUAL","WEBMASTER","WEBSITE","WINDOWS","WIRELESS","PROCESSOR"].sort(()=>Math.random()-.5)[0]],name:"Encryption II: Vigenère Cipher",numTries:10,solver:(t,e)=>{if(!Array.isArray(t))throw new Error("data should be array of string");const n=t;return[...n[0]].map((t,e)=>" "===t?t:String.fromCharCode((t.charCodeAt(0)-130+n[1].charCodeAt(e%n[1].length))%26+65)).join("")===e}}]},function(t,e,n){"use strict";n.d(e,"a",(function(){return h})),n.d(e,"b",(function(){return d}));var a=n(0),r=n.n(a),i=n(31),o=n(116),s=n(172),l=n(40),c=n(126),f=n(3),u=n(87),m=n(10);const h=new c.a;function d(){const[t,e]=Object(a.useState)(null),[n,c]=Object(a.useState)("");if(Object(a.useEffect)(()=>{h.subscribe(t=>e(t))}),null===t)return r.a.createElement(r.a.Fragment,null);function d(){null!==t&&(t.onClose(),e(null))}const p=o.d[t.c.type],g=[];for(const[e,n]of p.desc(t.c.data).split("\n").entries())g.push(r.a.createElement("span",{key:e,dangerouslySetInnerHTML:{__html:n+"
"}}));return r.a.createElement(l.a,{open:null!==t,onClose:d},r.a.createElement(s.a,{variant:"h4",value:t.c.type}),r.a.createElement(f.a,null,"You are attempting to solve a Coding Contract. You have ",t.c.getMaxNumTries()-t.c.tries," tries remaining, after which the contract will self-destruct."),r.a.createElement("br",null),r.a.createElement(f.a,null,g),r.a.createElement("br",null),r.a.createElement(u.a,{autoFocus:!0,placeholder:"Enter Solution here",value:n,onChange:function(t){c(t.target.value)},onKeyDown:function(e){if(null===t)return;const a=e.target.value;e.key===i.a.ENTER&&""!==a&&(e.preventDefault(),t.onAttempt(n),c(""),d())},InputProps:{endAdornment:r.a.createElement(m.a,{onClick:()=>{t.onAttempt(n),c(""),d()}},"Solve")}}))}},,,,,,function(t,e,n){"use strict";n.d(e,"a",(function(){return f}));var a=n(254),r=n(77),i=n(229),o=n(95),s=n(352),l=n(419);function c(t,e,n){return e in t?Object.defineProperty(t,e,{value:n,enumerable:!0,configurable:!0,writable:!0}):t[e]=n,t}class f{constructor(t={hostname:"",ip:Object(s.a)()}){c(this,"contracts",[]),c(this,"cpuCores",1),c(this,"ftpPortOpen",!1),c(this,"hasAdminRights",!1),c(this,"hostname",""),c(this,"httpPortOpen",!1),c(this,"ip",""),c(this,"isConnectedTo",!1),c(this,"maxRam",0),c(this,"messages",[]),c(this,"organizationName",""),c(this,"programs",[]),c(this,"ramUsed",0),c(this,"runningScripts",[]),c(this,"scripts",[]),c(this,"serversOnNetwork",[]),c(this,"smtpPortOpen",!1),c(this,"sqlPortOpen",!1),c(this,"sshPortOpen",!1),c(this,"textFiles",[]),c(this,"purchasedByPlayer",!1),this.ip=t.ip?t.ip:Object(s.a)(),this.hostname=t.hostname,this.organizationName=null!=t.organizationName?t.organizationName:"",this.isConnectedTo=null!=t.isConnectedTo&&t.isConnectedTo,this.hasAdminRights=null!=t.adminRights&&t.adminRights}addContract(t){this.contracts.push(t)}getContract(t){for(const e of this.contracts)if(e.fn===t)return e;return null}getRunningScript(t,e){for(const n of this.runningScripts)if(n.filename===t&&Object(l.a)(n.args,e))return n;return null}getScript(t){for(let e=0;ee.fn===("string"==typeof t?t:t.fn));e>-1&&this.contracts.splice(e,1)}removeFile(t){if(t.endsWith(".exe")||null!=t.match(/^.+\.exe-\d+(?:\.\d*)?%-INC$/)){for(let e=0;ee.startsWith(t));e>-1&&this.programs.splice(e,1),this.programs.push(t)}writeToScriptFile(t,e){const n={success:!1,overwritten:!1};if(!Object(r.j)(t)||!Object(o.a)(t))return n;for(let a=0;aa.a.ServerMaxGrowthRate&&(s=a.a.ServerMaxGrowthRate);const l=o*(t.serverGrowth/100)*r.a.ServerGrowthRate,c=1+(i-1)/16;return Math.pow(s,l*n.mults.hacking_grow*c)}},function(t,e,n){"use strict";n.d(e,"b",(function(){return r})),n.d(e,"a",(function(){return i}));var a=n(77);function r(t,e){const n=[];if(!Object(a.i)(e))return n;let r=e;function i(t){if("/"===r&&Object(a.h)(t)){const e=Object(a.g)(t);"/"===e||n.includes(e)||n.push(e)}else if(t.startsWith(r)){const e=t.slice(r.length),i=Object(a.g)(e);"/"===i||n.includes(i)||n.push(i)}}r.endsWith("/")||(r+="/");for(const e of t.scripts)i(e.filename);for(const e of t.textFiles)i(e.fn);return n}function i(t,e){const n=e+("/"===e.slice(-1)?"":"/");return[...t.scripts.map(t=>t.filename),...t.textFiles.map(t=>t.fn)].some(t=>t.startsWith(n))}},function(t,e,n){"use strict";n.d(e,"b",(function(){return c})),n.d(e,"a",(function(){return f}));var a=n(9),r=n(95),i=n(1074),o=n.n(i),s=n(1075),l=n.n(s);function c(t,e){const n=1==t.length||"*.*"===t?null:t.slice(1),a=new l.a,i=(t,e)=>{for(let r=0;rt.filename),e.scripts.map(t=>t.code)),n&&!n.endsWith(".txt")||i(e.textFiles.map(t=>t.fn),e.textFiles.map(t=>t.text)),0==Object.keys(a.files).length)throw new Error("No files match the pattern "+t);const s=`bitburner${Object(r.a)(t)?"Scripts":"*.txt"===t?"Texts":"Files"}.zip`;a.generateAsync({type:"blob"}).then(t=>o.a.saveAs(t,s))}function f(t,e){try{if(1!==t.length)return void a.a.error("Incorrect usage of download command. Usage: download [script/text file]");const n=t[0]+"";if(n.startsWith("*"))try{return void c(n,e)}catch(t){let e=String(t);return null!==t&&"object"==typeof t&&t.hasOwnProperty("message")&&(e=String(t.message)),a.a.error(e)}else if(Object(r.a)(n)){const t=a.a.getScript(n);if(null!=t)return t.download()}else{if(!n.endsWith(".txt"))return void a.a.error("Cannot download this filetype");{const t=a.a.getTextFile(n);if(null!=t)return t.download()}}return void a.a.error(n+" does not exist")}catch(t){return void a.a.error(t+"")}}},function(t,e,n){"use strict";n.d(e,"a",(function(){return r}));var a=n(255),r=function(t,e,n=0){this.sourceCode=t,this.sourceCodeLineOffset=n,"string"==typeof t&&(t=a.a(t,r.PARSE_OPTIONS)),this.ast=t,this.initFunc_=e,this.paused_=!1,this.polyfills_=[],this.functionCounter_=0,this.stepFunctions_=Object.create(null);var i,o,s=/^step([A-Z]\w*)$/;for(var l in this)"function"==typeof this[l]&&(i=l.match(s))&&(this.stepFunctions_[i[1]]=this[l].bind(this));this.global=this.createScope(this.ast,null),this.ast=a.a(this.polyfills_.join("\n"),r.PARSE_OPTIONS),this.polyfills_=void 0,this.stripLocations_(this.ast,void 0,void 0),(o=new r.State(this.ast,this.global)).done=!1,this.stateStack=[o],this.run(),this.value=void 0,this.ast=t,(o=new r.State(this.ast,this.global)).done=!1,this.stateStack.length=0,this.stateStack[0]=o,this.nodeConstructor=o.node.constructor,this.stateStack=this.stateStack}; +!function(t){function e(e){for(var a,o,s=e[0],l=e[1],c=e[2],u=0,m=[];un)throw A(t,`Too many threads requested by ${t.function}. Requested: ${e}. Has: ${n}.`);return a},checkEnvFlags:function(t){const e=t.workerScript;if(e.env.stopFlag)throw N(t,()=>"Failed to run due to script being killed."),new o.a(e);if(e.env.runningFn&&"asleep"!==t.function){var n;throw null===(n=e.delayReject)||void 0===n||n.call(e,new o.a(e)),e.env.stopFlag=!0,N(t,()=>"Failed to run due to failed concurrency check."),A(t,`Concurrent calls to Netscript functions are not allowed!\n Did you forget to await hack(), grow(), or some other\n promise-returning function?\n Currently running: ${e.env.runningFn} tried to run: ${t.function}`,"CONCURRENCY")}},checkSingularityAccess:function(t){if(4!==i.a.bitNodeN&&0===i.a.sourceFileLvl(4))throw A(t,"This singularity function requires Source-File 4 to run. A power up you obtain later in the game.\n It will be very obvious when and how you can obtain it.","API ACCESS")},netscriptDelay:function(t,e){const n=t.workerScript;return new Promise((function(a,r){n.delay=window.setTimeout(()=>{n.delay=null,n.delayReject=void 0,n.env.runningFn="",n.env.stopFlag?r(new o.a(n)):a()},e),n.delayReject=r,n.env.runningFn=t.function}))},updateDynamicRam:function(t,e){const n=t.workerScript,a=t.function;if(n.dynamicLoadedFns[a])return;n.dynamicLoadedFns[a]=!0;let r=n.scriptRef.threads;"number"!=typeof r&&(console.warn(`WorkerScript detected NaN for thread count for ${n.name} on ${n.hostname}`),r=1);if(n.dynamicRamUsage+=e,n.dynamicRamUsage>1.01*n.ramUsage)throw N(t,()=>"Insufficient static ram available."),n.env.stopFlag=!0,A(t,`Dynamic RAM usage calculated to be greater than initial RAM usage.\n This is probably because you somehow circumvented the static RAM calculation.\n\n Threads: ${r}\n Dynamic RAM Usage: ${s.a.formatRAM(n.dynamicRamUsage)} per thread\n Static RAM Usage: ${s.a.formatRAM(n.ramUsage)} per thread\n\n One of these could be the reason:\n * Using eval() to get a reference to a ns function\n   const myScan = eval('ns.scan');\n\n * Using map access to do the same\n   const myScan = ns['scan'];\n\n Sorry :(`,"RAM USAGE")},city:function(t,e,n){if("string"!=typeof n)throw A(t,e+" should be a city name.");const a=n;if(!Object.values(l.a).includes(a))throw A(t,e+" should be a city name.");return a},getServer:T,scriptIdentifier:function(t,e,n,a){const r=t.workerScript;if(void 0===e)return r.pid;if("number"==typeof e)return e;if("string"==typeof e){const r=void 0===n?t.workerScript.hostname:L(t,"hostname",n),i=void 0===a?[]:O(t,a);return{scriptname:e,hostname:r,args:i}}throw A(t,"An unknown type of input was provided as a script identifier.","TYPE")},hack:function(t,e,n,{threads:a,stock:r}={}){const o=t.workerScript,l=C.resolveNetscriptRequestedThreads(t,a),g=T(t,e);if(!(g instanceof c.a))throw A(t,"Cannot be executed on this server.");const b=Object(f.d)(g,i.a),y=Object(u.b)(g);if(!y.res)throw A(t,y.msg||"");return N(t,()=>`Executing on '${g.hostname}' in ${Object(m.b)(1e3*b,!0)} (t=${s.a.formatThreads(l)})`),C.netscriptDelay(t,1e3*b).then((function(){const e=Object(f.b)(g,i.a),a=Math.random();let c=Object(f.c)(g,i.a)*l;const u=c/4;if(ag.moneyAvailable&&(m=g.moneyAvailable),g.moneyAvailable-=m,g.moneyAvailable<0&&(g.moneyAvailable=0);let b=m*h.a.ScriptHackMoneyGain;return n&&(b=m*h.a.ManualHackMoney),i.a.gainMoney(b,"hacking"),o.scriptRef.onlineMoneyMade+=b,i.a.scriptProdSinceLastAug+=b,o.scriptRef.recordHack(g.hostname,b,l),i.a.gainHackingExp(c),n&&i.a.gainIntelligenceExp(.005),o.scriptRef.onlineExpGained+=c,N(t,()=>`Successfully hacked '${g.hostname}' for ${s.a.formatMoney(b)} and ${s.a.formatExp(c)} exp (t=${s.a.formatThreads(l)})`),g.fortify(d.a.ServerFortifyAmount*Math.min(l,a)),r&&Object(p.c)(g,m),n&&(g.backdoorInstalled=!0),b}return i.a.gainHackingExp(u),o.scriptRef.onlineExpGained+=u,N(t,()=>`Failed to hack '${g.hostname}'. Gained ${s.a.formatExp(u)} exp (t=${s.a.formatThreads(l)})`),0}))},getValidPort:function(t,e){if(isNaN(e))throw A(t,`Invalid argument. Must be a port number between 1 and ${d.a.NumNetscriptPorts}, is ${e}`);if((e=Math.round(e))<1||e>d.a.NumNetscriptPorts)throw A(t,`Trying to use an invalid port: ${e}. Only ports 1-${d.a.NumNetscriptPorts} are valid.`);let n=b.a.get(e);n||(n=Object(g.a)(),b.a.set(e,n));return n},player:function(t,e){if(!R({hp:void 0,mults:void 0,numPeopleKilled:void 0,money:void 0,city:void 0,location:void 0,bitNodeN:void 0,totalPlaytime:void 0,playtimeSinceLastAug:void 0,playtimeSinceLastBitnode:void 0,jobs:void 0,factions:void 0,tor:void 0,inBladeburner:void 0,hasCorporation:void 0,entropy:void 0},e))throw A(t,"player should be a Player.","TYPE");return e},server:function(t,e){if(!R({cpuCores:void 0,ftpPortOpen:void 0,hasAdminRights:void 0,hostname:void 0,httpPortOpen:void 0,ip:void 0,isConnectedTo:void 0,maxRam:void 0,organizationName:void 0,ramUsed:void 0,smtpPortOpen:void 0,sqlPortOpen:void 0,sshPortOpen:void 0,purchasedByPlayer:void 0,backdoorInstalled:void 0,baseDifficulty:void 0,hackDifficulty:void 0,minDifficulty:void 0,moneyAvailable:void 0,moneyMax:void 0,numOpenPortsRequired:void 0,openPortCount:void 0,requiredHackingSkill:void 0,serverGrowth:void 0},e))throw A(t,"server should be a Server.","TYPE");return e},gang:function(t,e){if(!R({respect:0,territory:0,wantedLevel:0},e))throw A(t,"gang should be a Gang.","TYPE");return e},gangMember:function(t,e){if(!R(new y.a,e))throw A(t,"member should be a GangMember.","TYPE");return e},gangTask:function(t,e){if(!R(new E.a("","",!1,!1,{hackWeight:100}),e))throw A(t,"task should be a GangMemberTask.","TYPE");return e},log:N,getRunningScript:function(t,e){return"number"==typeof e?function(t){for(const e of Object(r.c)()){const n=Object(k.b)(t,e);if(n)return n}return null}(e):P(t,e.scriptname,e.hostname,e.args)},getRunningScriptByArgs:P,getCannotFindRunningScriptErrorMessage:function(t){return"number"==typeof t?"Cannot find running script with pid: "+t:`Cannot find running script ${t.scriptname} on server ${t.hostname} with args: ${Object(w.a)(t.args)}`},createPublicRunningScript:function(t){return{args:t.args.slice(),filename:t.filename,logs:t.logs.slice(),offlineExpGained:t.offlineExpGained,offlineMoneyMade:t.offlineMoneyMade,offlineRunningTime:t.offlineRunningTime,onlineExpGained:t.onlineExpGained,onlineMoneyMade:t.onlineMoneyMade,onlineRunningTime:t.onlineRunningTime,pid:t.pid,ramUsage:t.ramUsage,server:t.server,threads:t.threads}},failOnHacknetServer:function(t,e){return e instanceof S.a&&(N(t,()=>"Does not work on Hacknet Servers"),!0)}},x=t=>null===t?"Is null.":void 0===t?"Is undefined.":"function"==typeof t?"Is a function.":`Is of type '${typeof t}', value: ${(t=>{const e=t=>t.length>15?t.slice(0,12)+"...":t;if("number"==typeof t)return String(t);if("string"==typeof t)return""===t?"empty string":`'${e(t)}'`;const n=JSON.stringify(t);return n?`'${e(n)}'`:"???"})(t)}`;function L(t,e,n){if("string"==typeof n)return n;if("number"==typeof n)return n+"";throw A(t,`'${e}' should be a string. ${x(n)}`,"TYPE")}function O(t,e){if(!function(t){return Array.isArray(t)&&t.every(t=>"string"==typeof t||"number"==typeof t||"boolean"==typeof t)}(e))throw A(t,"'args' is not an array of script args","TYPE");return e}function M(t,e,n="RUNTIME"){if(t instanceof a.a)for(const n of t.scriptRef.dependencies)e=e.replace(new RegExp(n.url,"g"),n.filename);return`${n} ERROR\n${t.name}@${t.hostname} (PID - ${t.pid})\n\n${e}`}function A(t,e,n="RUNTIME"){const a=(new Error).stack;if(void 0===a)throw new Error("how did we not throw an error?");const r=a.split("\n").slice(1),i=t.workerScript,o=t.functionPath,s=i.getServer().scripts,l=[];for(const t of r){let e;for(const n of s){n.filename&&t.includes(n.filename)&&(e=n.filename);for(const a of n.dependencies)t.includes(a.filename)&&(e=a.filename)}if(!e)continue;function c(t){const e=t.match(/.*:(\d+):\d+.*/),n=t.match(/.*at (.+) \(.*/);return e&&n?{line:e[1],func:n[1]}:null}let n={line:"-1",func:"unknown"};const a=c(t);function f(t){const e=t.match(/.*:(\d+):\d+$/),n=t.lastIndexOf("@");return e&&-1!==n?{line:e[1],func:t.slice(0,n)}:null}a&&(n=a);const r=f(t);r&&(n=r),l.push(`${e}:L${n.line}@${n.func}`)}N(t,()=>e);let u=`${o}: ${e}`;return 0!==l.length&&(u+="\n\nStack:\n"+l.join("\n")),M(i,u,n)}function T(t,e){const n=Object(r.d)(e);if(null==n){throw A(t,"Invalid hostname: "+(""===e?"'' (empty string)":"'"+e+"'"))}return n}function R(t,e){if("object"!=typeof e||null==e)return!1;const n=Object.keys(t),a=Object.keys(e);for(const t of n)if(!a.includes(t))return!1;return!0}function N(t,e){t.workerScript.log(t.functionPath,e)}function P(t,e,n,a){if(!Array.isArray(a))throw C.makeRuntimeErrorMsg(t,"Invalid scriptArgs argument passed into getRunningScriptByArgs().\nThis is probably a bug. Please report to game developer");if(null!=e&&"string"==typeof e){null==n&&(n=t.workerScript.hostname);const r=C.getServer(t,n);return Object(k.a)(e,a,r)}return t.workerScript.scriptRef}function I(t,e=null,n=""){if(t instanceof o.a){if(""===t.errorMessage)return;e||(t=(e=t).errorMessage)}if(e&&"string"==typeof t){const n=M(e,"","");t.includes(n)||(t=M(e,t))}else if(t instanceof SyntaxError){const n=t.message+" (sorry we can't be more helpful)";t=e?M(e,n,"SYNTAX"):"SYNTAX ERROR:\n\n"+n}else if(t instanceof Error){const n=`${t.message}${t.stack?"\nstack:\n"+t.stack.toString():""}`;t=e?M(e,n):"RUNTIME ERROR:\n\n"+n}"string"!=typeof t&&(console.error("Unexpected error type:",t),t="Unexpected type of error thrown. See console output."),Object(_.a)(n+t)}},,,function(t,e,n){"use strict";let a;n.d(e,"a",(function(){return a})),function(t){t.Illuminati="Illuminati",t.Daedalus="Daedalus",t.TheCovenant="The Covenant",t.ECorp="ECorp",t.MegaCorp="MegaCorp",t.BachmanAssociates="Bachman & Associates",t.BladeIndustries="Blade Industries",t.NWO="NWO",t.ClarkeIncorporated="Clarke Incorporated",t.OmniTekIncorporated="OmniTek Incorporated",t.FourSigma="Four Sigma",t.KuaiGongInternational="KuaiGong International",t.FulcrumSecretTechnologies="Fulcrum Secret Technologies",t.BitRunners="BitRunners",t.TheBlackHand="The Black Hand",t.NiteSec="NiteSec",t.Aevum="Aevum",t.Chongqing="Chongqing",t.Ishima="Ishima",t.NewTokyo="New Tokyo",t.Sector12="Sector-12",t.Volhaven="Volhaven",t.SpeakersForTheDead="Speakers for the Dead",t.TheDarkArmy="The Dark Army",t.TheSyndicate="The Syndicate",t.Silhouette="Silhouette",t.Tetrads="Tetrads",t.SlumSnakes="Slum Snakes",t.Netburners="Netburners",t.TianDiHui="Tian Di Hui",t.CyberSec="CyberSec",t.Bladeburners="Bladeburners",t.ChurchOfTheMachineGod="Church of the Machine God",t.ShadowsOfAnarchy="Shadows of Anarchy"}(a||(a={}))},function(t,e,n){"use strict";n.d(e,"a",(function(){return s}));var a=n(177),r=n(104),i=n(464),o=n(128);const s={ActiveScriptsServerPageSize:10,ActiveScriptsScriptPageSize:10,AutosaveInterval:60,CodeInstructionRunTime:25,DisableASCIIArt:!1,DisableHotkeys:!1,DisableTextEffects:!1,DisableOverviewProgressBars:!1,EnableBashHotkeys:!1,TimestampsFormat:"",Locale:"en",MaxRecentScriptsCapacity:50,MaxLogCapacity:50,MaxPortCapacity:50,MaxTerminalCapacity:500,RemoteFileApiPort:0,SaveGameOnFileSave:!0,SuppressBuyAugmentationConfirmation:!1,SuppressFactionInvites:!1,SuppressMessages:!1,SuppressTravelConfirmation:!1,SuppressBladeburnerPopup:!1,SuppressTIXPopup:!1,SuppressSavedGameToast:!1,SuppressAutosaveDisabledWarnings:!1,UseIEC60027_2:!1,ShowMiddleNullTimeUnit:!1,ExcludeRunningScriptsFromSave:!1,IsSidebarOpened:!0,theme:{...r.a},styles:{...i.a},overview:{x:0,y:0,opened:!0},EditorTheme:{...o.a},OwnedAugmentationsOrder:a.a.AcquirementTime,PurchaseAugmentationsOrder:a.b.Default,MonacoTheme:"monokai",MonacoInsertSpaces:!1,MonacoFontSize:20,MonacoVim:!1,MonacoWordWrap:"off",load(t){const e=JSON.parse(t);e.theme&&Object.assign(s.theme,e.theme),e.styles&&Object.assign(s.styles,e.styles),e.overview&&Object.assign(s.overview,e.overview),e.EditorTheme&&Object.assign(s.EditorTheme,e.EditorTheme),delete e.theme,e.styles,e.overview,e.EditorTheme,Object.assign(s,e)}}},function(t,e,n){"use strict";n.d(e,"a",(function(){return f}));var a=n(188),r=n.n(a),i=(n(1580),n(1581),n(1582),n(1583),n(1584),n(1585),n(1586),n(1587),n(1588),n(1589),n(1590),n(1591),n(1592),n(1593),n(6));const o=[1e15,1e18,1e21,1e24,1e27,1e30],s=["q","Q","s","S","o","n"],l=1e9,c=2**30;const f=new class{constructor(){var t,e,n;n="en",(e="defaultLocale")in(t=this)?Object.defineProperty(t,e,{value:n,enumerable:!0,configurable:!0,writable:!0}):t[e]=n,this.defaultLocale="en"}updateLocale(t){return null!=r.a.locale(t)||(console.warn("Invalid locale for numeral: "+t),r.a.locale(this.defaultLocale),!1)}format(t,e){Math.abs(t)<1e-6&&(t=0);const n=r()(t).format(e);return"NaN"===n?""+t:n}formatBigNumber(t){return this.format(t,"0.000a")}formatReallyBigNumber(t,e=3){const n=Math.abs(t);if(t===1/0)return"∞";for(let a=0;a functions, UI (by @Mughur)\n * FIX #3860 destroyW0r1dD43m0n now properly gives achievements and FIX #3890 favor now properly syncs across pages and the Donate achievement is now given correctly (by @Aerophia)\n \n CONTRIBUTIONS\n * Modify PR template (by @Hoekstraa)\n \n CCT\n * inconsistent probability for generation between online and offline (by @quacksouls)\n \n DOC\n * Some typo fixes in Netscript functions (by @quacksouls)\n * Fix #4033 Why use Coding Contract API (by @quacksouls)\n * typo fix in description of Caesar cipher (by @quacksouls)\n * FIX DOCS TYPO IN terminal.rst (by @BugiDev)\n * Update bitburner.sleeve.settobladeburneraction.md (by @borisflagell)\n \n CORPORATION\n * FIX #3880, #3876, #3322 and #3138 Bunch of corporation fixes (by @Mughur)\n * Gave investors some economics classes (by @Mughur)\n * Limit shareholder priority on newly issued shares (by @Undeemiss)\n \n UI\n * FIX #2962 Add a setting to display middle time unit in Time Elapsed String (by @hydroflame)\n * FIX #4106 Fix incorrect experience display in Crime UI. (by @SilverNexus)\n * Bitnode stats now show if BB/Corporation are disabled (by @Kelenius)\n * Removed three empty lines from BB status screen (by @Kelenius)\n * Add missing space to BN7 description (by @hex7cd)\n * Improvements to crime work UI (by @Kelenius)\n * FIX #3975, #3882 Script Editor more responsive on resize, and fix dirty file indicator (by @Snarling)\n \n API FIX\n * getCrimeStats use bitnode multipliers in the output of crime stats (by @phyzical)\n \n SLEEVES\n * FIX #3819 Allow using the regeneration chamber with sleeves to heal them. (by @coderanger)\n * FIX #4063 fix crash when player tries to assign more than 3 sleeves to Bladeburner contracts (by @Snarling)\n * FIX #4051 Sleeves no longer crash when player quits company sleeve was working (by @Snarling)\n \n API BACKUP\n * add singularity function for exporting game save back (by @phyzical)\n \n CORPORATION API\n * FIX #3655 Expose exports from Material (by @Rasmoh)\n \n SCRIPTS\n * FIX #4081 Rerunning a script from tail window recalculates ram usage (by @Snarling)\n * FIX #3962 The correct script will be closed even if the player modifies args (v2.0) (by @Snarling)\n \n DOCUMENTATION\n * Fixed Argument order for scp() (by @njalooo)\n \n CORP API\n * Fix up param order for limitProductProduction to match docs (by @phyzical)\n \n NETSCRIPT\n * FIX #2376 ns.exit now exits immediately (by @Snarling)\n * FIX #4055 Fix dynamic ram check (by @Snarling)\n * FIX #4037 ns1 wraps deeper layers correctly. (by @Snarling)\n * FIX #3963 Prevent bladeburner.setActionLevel from setting invalid action levels (by @MPJ-K)\n * Typo fixes in CodingContract, Hacknet, Singularity APIs (by @quacksouls)\n * Fix a typo in doc of Singularity.travelToCity() (by @quacksouls)\n * Update netscript definition file for scp, write, read, and flags (by @Snarling)\n * Correct missing ! for boolean coercion in Corporation.createCorporation(). (by @Risenafis)\n * Normalized Stock API logging (by @Snarling)\n * fix #3992 allow null duration in toast ns function (by @RollerKnobster)\n * Correct missing '!' for boolean coercion in 'singularity.workForCompany()'. (by @MageKing17)\n * ns.scp and ns.write are now synchronous + fix exec race condition (by @Snarling)\n * FIX #2931 atExit now allows synchronous ns functions (by @Snarling)\n * Improve real life CPU and memory performance of scripts. (by @Snarling)\n \n INFILTRATION\n * Corrected ns formula for infiltration rewards (by @ezylot)\n \n RFA\n * NetscriptDefinitions retains export strings (by @Hoekstraa)\n * Fix type of RFAMessages with non-String results (by @Hoekstraa)\n * New Remote File API addition for transmitting files to the game (by @Hoekstraa)\n \n SLEEVE\n * FIX #4022, #4024, #4025, #3998 (by @Mughur)\n \n DOCS, UI\n * update docs a bit more, amending some BN and SF texts (by @Mughur)\n \n GANG\n * Added weight to GangMemberTask construction call (by @ezylot)\n \n Coding Contracts\n * Don't stringify answer if already a string (by @alainbryden)\n \n TERMINAL\n * Fix ansi display bugs (by @Snarling)\n \n SCRIPT EDITOR\n * Debounce updateRAM calls. (by @Snarling)\n \n WORK\n * Add singularity check for finishing company work (by @Snarling)\n \n DOCS\n * Correct documentation for 'run()' with 0 threads. (by @MageKing17)\n * Some doc updates (by @Mughur)\n \n FILES\n * FIX #3979 Allow characters & and ' in filenames (by @Snarling)\n \n CORP FIX\n * dont take research points for something already researched via api (by @phyzical)\n \n FIX\n * Prompt Add user friendly message to avoid throwing recovery screen for invalid choices (by @phyzical)\n \n TUTORIAL\n * Fix #3965 Corrected tutorial text (by @mihilt)\n \n CONTRACTS\n * FIX #3755 change input handling for contract attempts (by @Snarling)\n \n HOTFIX\n * Fix infil definitions.d.ts (by @phyzical)\n \n MISC\n * crime gains, sleeve gang augs and faq (by @Mughur)\n * FIX #3649 Preventing server starting security level from going above 100 (by @Shiiyu)\n * Adds Shadows of Anarchy (by @Lagicrus)\n * Added intormation about hacking managers to hacking algorithms page (by @Kelenius)\n * Fix Jest CI Error (by @geggleto)\n * multiple hasAugmentation checks didn't check if the augment was installed (by @Mughur)\n * Fix for #2442 and #2795. (by @G4mingJon4s)\n * Adds info regarding augments and focus (by @Lagicrus)\n * Removed console.log line (by @dhosborne)\n * Update some doc (by @hydroflame)\n * Sleeve crime gain bitnode multiplier fix (by @Mughur)\n * trying to fix int problems (by @hydroflame)\n * Fix broken ns filesnames (by @hydroflame)\n * new formula functions (by @hydroflame)\n * v2.0.0 (by @hydroflame)\n * test fixes/md updates (by @phyzical)\n * Remove \"based\" from positive adjectives in infil (by @faangbait)\n * minor fix in instance calculation (by @hydroflame)\n * fix dynamic ram miscalc not triggering (by @hydroflame)\n * Refactor game options into separate components (by @hydroflame)\n * fix documentation for remote api (by @hydroflame)\n * fix settings unfocusing on every key stroke (by @hydroflame)\n * fix some stuff with the timestamp settings (by @hydroflame)\n * fix some stuff with the timestamp settings (by @hydroflame)\n * Fix unique key problem with ascii elements (by @hydroflame)\n * Improve wrong arg user message and add ui.windowSize (by @hydroflame)\n * fix stack trace missing in some errors (by @hydroflame)\n * Fix scp and write in ns1 (by @hydroflame)\n * Did some changes of the remote api and added documentation (by @hydroflame)\n * Add dummy function to generate a mock server or player for formulas stuff (by @hydroflame)\n * fix compile error (by @hydroflame)\n * regen doc (by @hydroflame)\n * rm console log (by @hydroflame)\n * regen doc (by @hydroflame)\n * Added more info about blood program, change some aug descriptions (by @hydroflame)\n * use triple equal (by @hydroflame)\n * Minor improvements to Netscript Port loading and unloading (by @hydroflame)\n * Fix hostname generation being weird about dash 0 added (by @hydroflame)\n * upgrade version number. (by @hydroflame)\n * Nerf Noodle bar \n \n"}},function(t,e,n){"use strict";n.d(e,"c",(function(){return r})),n.d(e,"b",(function(){return i})),n.d(e,"a",(function(){return o}));var a=n(398);function r(t,e){if(null==e)return null;if("object"==typeof e&&"string"==typeof e.ctor&&void 0!==e.data){if("AllServersMap"===e.ctor)return console.warn("Converting AllServersMap for v0.43.1"),e.data;const t=r.constructors[e.ctor];if("function"==typeof t&&"function"==typeof t.fromJSON){const n=t.fromJSON(e);return void 0!==t.validationData&&Object(a.b)(n,t.validationData),n}}return e}function i(t,e,n){n||(n=Object.keys(e));const a={};for(let t=0;tObject(E.a)({root:{"-ms-overflow-style":"none","scrollbar-width":"none",margin:t.spacing(0),flexGrow:1,padding:"8px",minHeight:"100vh",boxSizing:"border-box",width:"1px"}})),_t=()=>{throw new Error("Router called before initialization")};let Ct={isInitialized:!1,page:()=>{throw new Error("Router called before initialization")},allowRouting:_t,toActiveScripts:_t,toAugmentations:_t,toBitVerse:_t,toBladeburner:_t,toStats:_t,toCity:_t,toCorporation:_t,toCreateProgram:_t,toDevMenu:_t,toFaction:_t,toFactions:_t,toGameOptions:_t,toGang:_t,toHacknetNodes:_t,toInfiltration:_t,toJob:_t,toMilestones:_t,toGrafting:_t,toScriptEditor:_t,toSleeves:_t,toStockMarket:_t,toTerminal:_t,toTravel:_t,toTutorial:_t,toWork:_t,toBladeburnerCinematic:_t,toLocation:_t,toStaneksGift:_t,toAchievements:_t,toThemeBrowser:_t,toImportSave:_t};function xt(){const t=St(),[{files:e,vim:n},y]=Object(a.useState)({files:{},vim:!1}),[E,pt]=Object(a.useState)(lt.b?w.a.Recovery:null!==i.a.currentWork?w.a.Work:w.a.Terminal),bt=Object(a.useState)(0)[1],[_t,xt]=Object(a.useState)(!1),[Lt,Ot]=Object(a.useState)(Object(vt.b)(i.a.currentWork)?g.a[i.a.currentWork.factionName]:void 0);if(void 0===Lt&&E===w.a.Faction)throw new Error("Trying to go to a page without the proper setup");const[Mt,At]=Object(a.useState)(!1),[Tt,Rt]=Object(a.useState)(!1),[Nt,Pt]=Object(a.useState)(void 0);if(void 0===Nt&&(E===w.a.Infiltration||E===w.a.Location||E===w.a.Job))throw new Error("Trying to go to a page without the proper setup");const[It,Ft]=Object(a.useState)(""),[Dt,jt]=Object(a.useState)(0),[Bt,Gt]=Object(a.useState)(ut.a.IsSidebarOpened),[Wt,Ht]=Object(a.useState)(void 0),[Ut,qt]=Object(a.useState)(!1);if(void 0===Wt&&E===w.a.ImportSave)throw new Error("Trying to go to a page without the proper setup");const[$t,Kt]=Object(a.useState)(!0);function zt(){bt(t=>t+1)}function Vt(){for(const t of Object(p.c)())t.runningScripts=[];s.c.saveGame(),setTimeout(()=>wt.reload(),2e3)}function Yt(){Object(d.a)("Soft Reset!"),Object(o.f)(!0),jt(Dt+1),Ct.toTerminal()}Object(a.useEffect)(()=>m.a.subscribe(zt),[]),Ct={isInitialized:!0,page:()=>E,allowRouting:t=>Kt(t),toActiveScripts:()=>pt(w.a.ActiveScripts),toAugmentations:()=>pt(w.a.Augmentations),toBladeburner:()=>pt(w.a.Bladeburner),toStats:()=>pt(w.a.Stats),toCorporation:()=>pt(w.a.Corporation),toCreateProgram:()=>pt(w.a.CreateProgram),toDevMenu:()=>pt(w.a.DevMenu),toFaction:(t,e=!1)=>{xt(e),pt(w.a.Faction),t&&Ot(t)},toFactions:()=>pt(w.a.Factions),toGameOptions:()=>pt(w.a.Options),toGang:()=>pt(w.a.Gang),toHacknetNodes:()=>pt(w.a.Hacknet),toMilestones:()=>pt(w.a.Milestones),toGrafting:()=>pt(w.a.Grafting),toScriptEditor:(t,e)=>{y({files:t,vim:!(null==e||!e.vim)}),pt(w.a.ScriptEditor)},toSleeves:()=>pt(w.a.Sleeves),toStockMarket:()=>pt(w.a.StockMarket),toTerminal:()=>pt(w.a.Terminal),toTutorial:()=>pt(w.a.Tutorial),toJob:t=>{Pt(t),pt(w.a.Job)},toCity:()=>{pt(w.a.City)},toTravel:()=>{i.a.gotoLocation(c.a.TravelAgency),pt(w.a.Travel)},toBitVerse:(t,e)=>{At(t),Rt(e),Object(st.b)(),pt(w.a.BitVerse)},toInfiltration:t=>{Pt(t),pt(w.a.Infiltration)},toWork:()=>pt(w.a.Work),toBladeburnerCinematic:()=>{pt(w.a.BladeburnerCinematic),Ft(It)},toLocation:t=>{Pt(t),pt(w.a.Location)},toStaneksGift:()=>{pt(w.a.StaneksGift)},toAchievements:()=>{pt(w.a.Achievements)},toThemeBrowser:()=>{pt(w.a.ThemeBrowser)},toImportSave:(t,e=!1)=>{Ht(t),qt(e),pt(w.a.ImportSave)}},Object(a.useEffect)(()=>{yt()(Ct).filter(t=>t.startsWith("to")).forEach(t=>{Ct[t]=gt()(Ct[t],(e,...n)=>{if($t)return e(...n);console.error(`Routing is currently disabled - Attempted router.${t}()`)})})}),Object(a.useEffect)(()=>{E!==w.a.Terminal&&window.scrollTo(0,0)});let Jt=r.a.createElement(k.a,null,"Cannot load"),Xt=!0,Qt=!0,Zt=!1;switch(E){case w.a.Recovery:Jt=r.a.createElement(lt.c,{softReset:Yt}),Xt=!1,Qt=!1,Zt=!0;break;case w.a.BitVerse:Jt=r.a.createElement(Y.a,{flume:Mt,quick:Tt}),Xt=!1,Qt=!1;break;case w.a.Infiltration:Jt=r.a.createElement(A.a,{location:Nt}),Xt=!1,Qt=!1;break;case w.a.BladeburnerCinematic:Jt=r.a.createElement(Z.a,null),Xt=!1,Qt=!1;break;case w.a.Work:Jt=r.a.createElement(R.a,null),Xt=!1;break;case w.a.Terminal:Jt=r.a.createElement(W.a,null);break;case w.a.Sleeves:Jt=r.a.createElement(P.a,null);break;case w.a.StaneksGift:Jt=r.a.createElement(J.a,{staneksGift:X.c});break;case w.a.Stats:Jt=r.a.createElement(K.a,null);break;case w.a.ScriptEditor:Jt=r.a.createElement(B.a,{files:e,hostname:i.a.getCurrentServer().hostname,vim:n});break;case w.a.ActiveScripts:Jt=r.a.createElement(U.a,{workerScripts:tt.a});break;case w.a.Hacknet:Jt=r.a.createElement(I.a,null);break;case w.a.CreateProgram:Jt=r.a.createElement(j.a,null);break;case w.a.Factions:Jt=r.a.createElement(q.a,null);break;case w.a.Faction:Jt=r.a.createElement($.a,{faction:Lt,augPage:_t});break;case w.a.Milestones:Jt=r.a.createElement(G.a,null);break;case w.a.Tutorial:Jt=r.a.createElement(H.a,{reactivateTutorial:()=>{Object(h.a)(),Ct.toTerminal(),Object(f.e)()}});break;case w.a.DevMenu:Jt=r.a.createElement(x.a,null);break;case w.a.Gang:Jt=r.a.createElement(O.a,null);break;case w.a.Corporation:Jt=r.a.createElement(M.a,null);break;case w.a.Bladeburner:Jt=r.a.createElement(L.a,null);break;case w.a.Grafting:Jt=r.a.createElement(T.b,null);break;case w.a.Travel:Jt=r.a.createElement(z.a,null);break;case w.a.StockMarket:Jt=r.a.createElement(V.a,{stockMarket:b.a});break;case w.a.City:Jt=r.a.createElement(D.a,null);break;case w.a.Job:case w.a.Location:Jt=r.a.createElement(F.a,{loc:Nt});break;case w.a.Options:Jt=r.a.createElement(N.a,{save:()=>s.c.saveGame(),export:()=>{Object(l.c)(),s.c.exportGame()},forceKill:Vt,softReset:Yt});break;case w.a.Augmentations:Jt=r.a.createElement(C.a,{exportGameFn:()=>{Object(l.c)(),s.c.exportGame()},installAugmentationsFn:()=>{Object(o.f)()}});break;case w.a.Achievements:Jt=r.a.createElement(ct.a,null);break;case w.a.ThemeBrowser:Jt=r.a.createElement(mt.a,null);break;case w.a.ImportSave:Jt=r.a.createElement(ht.a,{importString:Wt,automatic:Ut}),Xt=!1,Qt=!1,Zt=!0}return r.a.createElement(r.a.Fragment,null,r.a.createElement(ft.a,{key:Dt,softReset:Yt},r.a.createElement(dt.a,{content:Zt?Jt:null},r.a.createElement(nt.c,null,r.a.createElement(S.a,{mode:f.a.isRunning?"tutorial":"overview"},f.a.isRunning?r.a.createElement(u.a,null):r.a.createElement(Q.a,{save:()=>s.c.saveGame(),killScripts:Vt})),Xt?r.a.createElement(v.a,{display:"flex",flexDirection:"row",width:"100%"},r.a.createElement(_.a,{page:E,opened:Bt,onToggled:t=>{Gt(t),ut.a.IsSidebarOpened=t}}),r.a.createElement(v.a,{className:t.root},Jt)):r.a.createElement(v.a,{className:t.root},Jt),r.a.createElement(et.a,null),Qt&&r.a.createElement(r.a.Fragment,null,r.a.createElement(at.d,null),r.a.createElement(rt.b,null),r.a.createElement(it.b,null),r.a.createElement(ot.b,null),r.a.createElement(nt.a,null)),r.a.createElement(Et.a,null)))),r.a.createElement(kt.a,null))}},,function(t,e,n){"use strict";n.d(e,"a",(function(){return c}));var a=n(0),r=n(7),i=n(1),o=n(122),s=n(148);const l=Object(o.a)(t=>Object(s.a)({unbuyable:{color:t.palette.action.disabled},money:{color:t.colors.money}}));function c(t){const e=l();if(t.forPurchase){if("number"!=typeof t.money)throw new Error("if value is for a purchase, money should be number, contact dev");if(!i.a.canAfford(t.money))return a.createElement("span",{className:e.unbuyable},r.a.formatMoney(t.money))}return a.createElement("span",{className:e.money},"number"==typeof t.money?r.a.formatMoney(t.money):t.money)}},function(t,e,n){"use strict";n.d(e,"a",(function(){return r}));var a=n(151);const r=Object.assign({},a.b)},function(t,e,n){"use strict";n.d(e,"d",(function(){return m})),n.d(e,"c",(function(){return h})),n.d(e,"b",(function(){return d})),n.d(e,"g",(function(){return p})),n.d(e,"e",(function(){return g})),n.d(e,"a",(function(){return b})),n.d(e,"j",(function(){return y})),n.d(e,"f",(function(){return E})),n.d(e,"i",(function(){return v})),n.d(e,"h",(function(){return k})),n.d(e,"k",(function(){return w}));var a=n(46),r=n(381),i=n(352),o=n(35),s=n(16),l=n(1064),c=n(88),f=n(25);let u={};function m(t){if(u.hasOwnProperty(t)){const e=u[t];if(e)return e}if(!Object(l.a)(t))return function(t){for(const e of Object.keys(u)){const n=u[e];if(n.hostname==t)return n}return null}(t);const e=function(t){for(const e of Object.keys(u)){const n=u[e];if(n.ip===t)return n}}(t);return void 0!==e?e:null}function h(){const t=[];for(const e of Object.keys(u))t.push(u[e]);return t}function d(t){for(const e of Object.keys(u)){const n=u[e];if(n.ip===t||n.hostname===t){delete u[e];break}}}function p(t){for(const e in u)if(u[e].ip===t)return!0;return!1}function g(){let t;do{t=Object(i.a)()}while(p(t));return t}function b(t){if(m(t.hostname))throw console.warn("Hostname of the server thats being added: "+t.hostname),console.warn("The server that already has this IP is: "+u[t.hostname].hostname),new Error("Error: Trying to add a server with an existing IP");u[t.hostname]=t}const y=(t,e)=>{u[e]=u[t],delete u[t]};function E(t){const e=[];for(let t=0;t<15;t++)e.push([]);const n=t=>"number"==typeof t?t:Object(o.a)(t.min,t.max);for(const t of r.a){const r={hostname:t.hostname,ip:g(),numOpenPortsRequired:t.numOpenPortsRequired,organizationName:t.organizationName};void 0!==t.maxRamExponent&&(r.maxRam=Math.pow(2,n(t.maxRamExponent))),t.hackDifficulty&&(r.hackDifficulty=n(t.hackDifficulty)),t.moneyAvailable&&(r.moneyAvailable=n(t.moneyAvailable)),t.requiredHackingSkill&&(r.requiredHackingSkill=n(t.requiredHackingSkill)),t.serverGrowth&&(r.serverGrowth=n(t.serverGrowth));const i=new a.a(r);for(const e of t.literature||[])i.messages.push(e);i.hostname===c.a.WorldDaemon&&(i.requiredHackingSkill*=f.a.WorldDaemonDifficulty),b(i),void 0!==t.networkLayer&&e[n(t.networkLayer)-1].push(i)}const i=(t,e)=>{for(const r of t)n=r,a=e(),n.serversOnNetwork.push(a.hostname),a.serversOnNetwork.push(n.hostname);var n,a};i(e[0],()=>t);for(let t=1;t{return(n=e[t-1])[Math.floor(Math.random()*n.length)];var n})}function v(){for(const t of Object.keys(u))delete u[t];u={}}function k(t){u=JSON.parse(t,s.c)}function w(t=!1){const e=JSON.parse(JSON.stringify(u),s.c);for(const n of Object.keys(e)){const a=e[n];if(t)a.runningScripts=[];else for(let t=0;t{let e=""+t%1e3;for(;e.length<3;)e="0"+e;return e})(),u=e?`${c}.${f}`:""+c;let m="";return r>0&&(m+=`${r} day${1===r?"":"s"} `),(o>0||a.a.ShowMiddleNullTimeUnit&&""!=m)&&(m+=`${o} hour${1===o?"":"s"} `),(l>0||a.a.ShowMiddleNullTimeUnit&&""!=m)&&(m+=`${l} minute${1===l?"":"s"} `),m+=`${u} second${e||1!==c?"s":""}`,m}function o(t){if(!s(t))return"";if(0===t.length)return"";const e=t.concat().sort(),n=e[0],a=e[e.length-1],r=n.length;let i=0;for(;i>>16,2246822507)^Math.imul(a^a>>>13,3266489909),a=Math.imul(a^a>>>16,2246822507)^Math.imul(n^n>>>13,3266489909),(4294967296*(2097151&a)+(n>>>0)).toString(16)}},function(t,e,n){"use strict";n.d(e,"a",(function(){return o})),n.d(e,"d",(function(){return s})),n.d(e,"b",(function(){return l})),n.d(e,"c",(function(){return c}));var a=n(588),r=n(389),i=n(16);let o={};function s(t){o=JSON.parse(t,i.c);for(const t of Object.keys(o))try{o[t].getInfo()}catch(e){console.error("deleting "+t),delete o[t]}}function l(t){return o.hasOwnProperty(t)}function c(){for(const t of Object.keys(r.a))f(new a.a(t))}function f(t){const e=t.name;l(e)&&(t.favor=o[e].favor,delete o[e]),function(t){const e=t.name;o[e]=t}(t)}},function(t,e,n){"use strict";let a,r;n.d(e,"a",(function(){return a})),n.d(e,"b",(function(){return r})),function(t){t.ENTER="Enter",t.ESC="Escape",t.TAB="Tab",t.SPACE=" ",t.BACKSPACE="Backspace",t.UP_ARROW="ArrowUp",t.DOWN_ARROW="ArrowDown",t.LEFT_ARROW="ArrowLeft",t.RIGHT_ARROW="ArrowRight",t.QUOTE="'",t.DOUBLE_QUOTE='"',t.OPEN_BRACKET="[",t.CLOSE_BRACKET="]",t.LESS_THAN="<",t.GREATER_THAN=">",t.OPEN_PARENTHESIS="(",t.CLOSE_PARENTHESIS=")",t.OPEN_BRACE="{",t.CLOSE_BRACE="}",t.EQUAL="=",t.PIPE="|",t.DOT=".",t.FORWARD_SLASH="/",t.HYPHEN="-",t.HASH="#",t.k0="0",t.k1="1",t.k2="2",t.k3="3",t.k4="4",t.k5="5",t.k6="6",t.k7="7",t.k8="8",t.k9="9",t.A="a",t.B="b",t.C="c",t.D="d",t.E="e",t.F="f",t.G="g",t.H="h",t.I="i",t.J="j",t.K="k",t.L="l",t.M="m",t.N="n",t.O="o",t.P="p",t.Q="q",t.R="r",t.S="s",t.T="t",t.U="u",t.V="v",t.W="w",t.X="x",t.Y="y",t.Z="z"}(a||(a={})),function(t){t.ENTER="Enter",t.ESC="Escape",t.TAB="Tab",t.SPACE="Space",t.BACKSPACE="Backspace",t.UP_ARROW="ArrowUp",t.DOWN_ARROW="ArrowDown",t.LEFT_ARROW="ArrowLeft",t.RIGHT_ARROW="ArrowRight",t.BACKWARD_SLASH="Backslash",t.BACKQUOTE="Backquote",t.COMMA="Comma",t.DOT="Period",t.EQUAL="Equal",t.FORWARD_SLASH="Slash",t.HYPHEN="Minus",t.SEMICOLON="Semicolon",t.QUOTE="Quote",t.k0="Digit0",t.k1="Digit1",t.k2="Digit2",t.k3="Digit3",t.k4="Digit4",t.k5="Digit5",t.k6="Digit6",t.k7="Digit7",t.k8="Digit8",t.k9="Digit9",t.A="KeyA",t.B="KeyB",t.C="KeyC",t.D="KeyD",t.E="KeyE",t.F="KeyF",t.G="KeyG",t.H="KeyH",t.I="KeyI",t.J="KeyJ",t.K="KeyK",t.L="KeyL",t.M="KeyM",t.N="KeyN",t.O="KeyO",t.P="KeyP",t.Q="KeyQ",t.R="KeyR",t.S="KeyS",t.T="KeyT",t.U="KeyU",t.V="KeyV",t.W="KeyW",t.X="KeyX",t.Y="KeyY",t.Z="KeyZ"}(r||(r={}))},,function(t,e,n){"use strict";n.d(e,"j",(function(){return a})),n.d(e,"d",(function(){return r})),n.d(e,"i",(function(){return i})),n.d(e,"f",(function(){return o})),n.d(e,"b",(function(){return s})),n.d(e,"h",(function(){return l})),n.d(e,"a",(function(){return c})),n.d(e,"e",(function(){return f})),n.d(e,"k",(function(){return u})),n.d(e,"c",(function(){return m})),n.d(e,"g",(function(){return h}));const a=["Software Engineering Intern","Junior Software Engineer","Senior Software Engineer","Lead Software Developer","Head of Software","Head of Engineering","Vice President of Technology","Chief Technology Officer"],r=["IT Intern","IT Analyst","IT Manager","Systems Administrator"],i=["Security Engineer"],o=["Network Engineer","Network Administrator"],s=["Business Intern","Business Analyst","Business Manager","Operations Manager","Chief Financial Officer","Chief Executive Officer"],l=["Police Officer","Police Chief","Security Guard","Security Officer","Security Supervisor","Head of Security"],c=["Field Agent","Secret Agent","Special Operative"],f=["Waiter","Employee"],u=["Software Consultant","Senior Software Consultant"],m=["Business Consultant","Senior Business Consultant"],h=["Part-time Waiter","Part-time Employee"]},,function(t,e,n){"use strict";function a(t,e){const n=Math.min(t,e),a=Math.max(t,e);return Math.floor(Math.random()*(a-n+1))+n}n.d(e,"a",(function(){return a}))},function(t,e,n){"use strict";n.d(e,"a",(function(){return i}));var a=n(17);const r=["START","PURCHASE","PRODUCTION","SALE","EXPORT"],i={INITIALSHARES:1e9,SHARESPERPRICEUPDATE:1e6,IssueNewSharesCooldown:216e3,SellSharesCooldown:18e3,CyclesPerMarketCycle:50,CyclesPerIndustryStateCycle:50/r.length,SecsPerMarketCycle:10,Cities:[a.a.Aevum,a.a.Chongqing,a.a.Sector12,a.a.NewTokyo,a.a.Ishima,a.a.Volhaven],WarehouseInitialCost:5e9,WarehouseInitialSize:100,WarehouseUpgradeBaseCost:1e9,OfficeInitialCost:4e9,OfficeInitialSize:3,OfficeUpgradeBaseCost:1e9,BribeThreshold:1e14,BribeToRepRatio:1e9,ProductProductionCostRatio:5,DividendMaxRate:1,EmployeeSalaryMultiplier:3,CyclesPerEmployeeRaise:400,EmployeeRaiseAmount:50,BaseMaxProducts:3,AllCorporationStates:r,AllMaterials:["Water","Energy","Food","Plants","Metal","Hardware","Chemicals","Drugs","Robots","AI Cores","Real Estate"],AllIndustryTypes:["Energy","Utilities","Agriculture","Fishing","Mining","Food","Tobacco","Chemical","Pharmaceutical","Computers","Robotics","Software","Healthcare","RealEstate"],AllUnlocks:["Export","Smart Supply","Market Research - Demand","Market Data - Competition","VeChain","Shady Accounting","Government Partnership","Warehouse API","Office API"],AllUpgrades:["Smart Factories","Smart Storage","DreamSense","Wilson Analytics","Nuoptimal Nootropic Injector Implants","Speech Processor Implants","Neural Accelerators","FocusWires","ABC SalesBots","Project Insight"],AllResearch:["Hi-Tech R&D Laboratory","AutoBrew","AutoPartyManager","Automatic Drug Administration","Bulk Purchasing","CPH4 Injections","Drones","Drones - Assembly","Drones - Transport","Go-Juice","HRBuddy-Recruitment","HRBuddy-Training","JoyWire","Market-TA.I","Market-TA.II","Overclock","Self-Correcting Assemblers","Sti.mu","sudo.Assist","uPgrade: Capacity.I","uPgrade: Capacity.II","uPgrade: Dashboard","uPgrade: Fulcrum"],FundingRoundShares:[.1,.35,.25,.2],FundingRoundMultiplier:[4,3,3,2.5],ValuationLength:5}},function(t,e,n){"use strict";n.d(e,"a",(function(){return y}));var a=n(0),r=n(30),i=n(7),o=n(24),s=n(16),l=n(5),c=n(1),f=n(13),u=n(15),m=n(72),h=n(25),d=n(114),p=n(365),g=n(192);function b(t,e,n){return e in t?Object.defineProperty(t,e,{value:n,enumerable:!0,configurable:!0,writable:!0}):t[e]=n,t}class y{constructor(t={info:"",moneyCost:0,name:"",repCost:0,factions:[]}){b(this,"baseCost",0),b(this,"baseRepRequirement",0),b(this,"isSpecial",!1),b(this,"name",""),b(this,"prereqs",[]),b(this,"mults",Object(g.a)()),b(this,"factions",[]),this.name=t.name,this.info=t.info,this.prereqs=t.prereqs?t.prereqs:[],this.baseRepRequirement=t.repCost,Object.freeze(this.baseRepRequirement),this.baseCost=t.moneyCost,Object.freeze(this.baseCost),this.factions=t.factions,t.isSpecial&&(this.isSpecial=!0),t.hacking&&(this.mults.hacking=t.hacking),t.strength&&(this.mults.strength=t.strength),t.defense&&(this.mults.defense=t.defense),t.dexterity&&(this.mults.dexterity=t.dexterity),t.agility&&(this.mults.agility=t.agility),t.charisma&&(this.mults.charisma=t.charisma),t.hacking_exp&&(this.mults.hacking_exp=t.hacking_exp),t.strength_exp&&(this.mults.strength_exp=t.strength_exp),t.defense_exp&&(this.mults.defense_exp=t.defense_exp),t.dexterity_exp&&(this.mults.dexterity_exp=t.dexterity_exp),t.agility_exp&&(this.mults.agility_exp=t.agility_exp),t.charisma_exp&&(this.mults.charisma_exp=t.charisma_exp),t.hacking_chance&&(this.mults.hacking_chance=t.hacking_chance),t.hacking_speed&&(this.mults.hacking_speed=t.hacking_speed),t.hacking_money&&(this.mults.hacking_money=t.hacking_money),t.hacking_grow&&(this.mults.hacking_grow=t.hacking_grow),t.company_rep&&(this.mults.company_rep=t.company_rep),t.faction_rep&&(this.mults.faction_rep=t.faction_rep),t.crime_money&&(this.mults.crime_money=t.crime_money),t.crime_success&&(this.mults.crime_success=t.crime_success),t.work_money&&(this.mults.work_money=t.work_money),t.hacknet_node_money&&(this.mults.hacknet_node_money=t.hacknet_node_money),t.hacknet_node_purchase_cost&&(this.mults.hacknet_node_purchase_cost=t.hacknet_node_purchase_cost),t.hacknet_node_ram_cost&&(this.mults.hacknet_node_ram_cost=t.hacknet_node_ram_cost),t.hacknet_node_core_cost&&(this.mults.hacknet_node_core_cost=t.hacknet_node_core_cost),t.hacknet_node_level_cost&&(this.mults.hacknet_node_level_cost=t.hacknet_node_level_cost),t.bladeburner_max_stamina&&(this.mults.bladeburner_max_stamina=t.bladeburner_max_stamina),t.bladeburner_stamina_gain&&(this.mults.bladeburner_stamina_gain=t.bladeburner_stamina_gain),t.bladeburner_analysis&&(this.mults.bladeburner_analysis=t.bladeburner_analysis),t.bladeburner_success_chance&&(this.mults.bladeburner_success_chance=t.bladeburner_success_chance),void 0===t.stats?this.stats=function(t,e,n){const r=(t,e=0)=>t===1.0777-1?"7.77%":t===1.777-1?"77.7%":i.a.formatPercentage(t,e);let s=a.createElement(a.Fragment,null,"Effects:");return 1!==t.hacking&&t.hacking==t.strength&&t.hacking==t.defense&&t.hacking==t.dexterity&&t.hacking==t.agility&&t.hacking==t.charisma?s=a.createElement(a.Fragment,null,s,a.createElement("br",null),"+",r(t.hacking-1)," all skills"):(1!==t.hacking&&(s=a.createElement(a.Fragment,null,s,a.createElement("br",null),"+",r(t.hacking-1)," hacking skill")),1!==t.strength&&t.strength==t.defense&&t.strength==t.dexterity&&t.strength==t.agility?s=a.createElement(a.Fragment,null,s,a.createElement("br",null),"+",r(t.strength-1)," combat skills"):(1!==t.strength&&(s=a.createElement(a.Fragment,null,s,a.createElement("br",null),"+",r(t.strength-1)," strength skill")),1!==t.defense&&(s=a.createElement(a.Fragment,null,s,a.createElement("br",null),"+",r(t.defense-1)," defense skill")),1!==t.dexterity&&(s=a.createElement(a.Fragment,null,s,a.createElement("br",null),"+",r(t.dexterity-1)," dexterity skill")),1!==t.agility&&(s=a.createElement(a.Fragment,null,s,a.createElement("br",null),"+",r(t.agility-1)," agility skill"))),1!==t.charisma&&(s=a.createElement(a.Fragment,null,s,a.createElement("br",null),"+",r(t.charisma-1)," charisma skill"))),1!==t.hacking_exp&&t.hacking_exp===t.strength_exp&&t.hacking_exp===t.defense_exp&&t.hacking_exp===t.dexterity_exp&&t.hacking_exp===t.agility_exp&&t.hacking_exp===t.charisma_exp?s=a.createElement(a.Fragment,null,s,a.createElement("br",null),"+",r(t.hacking_exp-1)," exp for all skills"):(1!==t.hacking_exp&&(s=a.createElement(a.Fragment,null,s,a.createElement("br",null),"+",r(t.hacking_exp-1)," hacking exp")),1!==t.strength_exp&&t.strength_exp===t.defense_exp&&t.strength_exp===t.dexterity_exp&&t.strength_exp===t.agility_exp?s=a.createElement(a.Fragment,null,s,a.createElement("br",null),"+",r(t.strength_exp-1)," combat exp"):(1!==t.strength_exp&&(s=a.createElement(a.Fragment,null,s,a.createElement("br",null),"+",r(t.strength_exp-1)," strength exp")),1!==t.defense_exp&&(s=a.createElement(a.Fragment,null,s,a.createElement("br",null),"+",r(t.defense_exp-1)," defense exp")),1!==t.dexterity_exp&&(s=a.createElement(a.Fragment,null,s,a.createElement("br",null),"+",r(t.dexterity_exp-1)," dexterity exp")),1!==t.agility_exp&&(s=a.createElement(a.Fragment,null,s,a.createElement("br",null),"+",r(t.agility_exp-1)," agility exp"))),1!==t.charisma_exp&&(s=a.createElement(a.Fragment,null,s,a.createElement("br",null),"+",r(t.charisma_exp-1)," charisma exp"))),1!==t.hacking_speed&&(s=a.createElement(a.Fragment,null,s,a.createElement("br",null),"+",r(t.hacking_speed-1)," faster hack(), grow(), and weaken()")),1!==t.hacking_chance&&(s=a.createElement(a.Fragment,null,s,a.createElement("br",null),"+",r(t.hacking_chance-1)," hack() success chance")),1!==t.hacking_money&&(s=a.createElement(a.Fragment,null,s,a.createElement("br",null),"+",r(t.hacking_money-1)," hack() power")),1!==t.hacking_grow&&(s=a.createElement(a.Fragment,null,s,a.createElement("br",null),"+",r(t.hacking_grow-1)," grow() power")),1!==t.faction_rep&&t.faction_rep===t.company_rep?s=a.createElement(a.Fragment,null,s,a.createElement("br",null),"+",r(t.faction_rep-1)," reputation from factions and companies"):(1!==t.faction_rep&&(s=a.createElement(a.Fragment,null,s,a.createElement("br",null),"+",r(t.faction_rep-1)," reputation from factions")),1!==t.company_rep&&(s=a.createElement(a.Fragment,null,s,a.createElement("br",null),"+",r(t.company_rep-1)," reputation from companies"))),1!==t.crime_money&&(s=a.createElement(a.Fragment,null,s,a.createElement("br",null),"+",r(t.crime_money-1)," crime money")),1!==t.crime_success&&(s=a.createElement(a.Fragment,null,s,a.createElement("br",null),"+",r(t.crime_success-1)," crime success rate")),1!==t.work_money&&(s=a.createElement(a.Fragment,null,s,a.createElement("br",null),"+",r(t.work_money-1)," work money")),1!==t.hacknet_node_money&&(s=a.createElement(a.Fragment,null,s,a.createElement("br",null),"+",r(t.hacknet_node_money-1)," hacknet production")),1!==t.hacknet_node_purchase_cost&&(s=a.createElement(a.Fragment,null,s,a.createElement("br",null),"-",r(-(t.hacknet_node_purchase_cost-1))," hacknet nodes cost")),1!==t.hacknet_node_level_cost&&(s=a.createElement(a.Fragment,null,s,a.createElement("br",null),"-",r(-(t.hacknet_node_level_cost-1))," hacknet nodes upgrade cost")),1!==t.bladeburner_max_stamina&&(s=a.createElement(a.Fragment,null,s,a.createElement("br",null),"+",r(t.bladeburner_max_stamina-1)," Bladeburner Max Stamina")),1!==t.bladeburner_stamina_gain&&(s=a.createElement(a.Fragment,null,s,a.createElement("br",null),"+",r(t.bladeburner_stamina_gain-1)," Bladeburner Stamina gain")),1!==t.bladeburner_analysis&&(s=a.createElement(a.Fragment,null,s,a.createElement("br",null),"+",r(t.bladeburner_analysis-1)," Bladeburner Field Analysis effectiveness")),1!==t.bladeburner_success_chance&&(s=a.createElement(a.Fragment,null,s,a.createElement("br",null),"+",r(t.bladeburner_success_chance-1)," Bladeburner Contracts and Operations success chance")),n&&(s=a.createElement(a.Fragment,null,s,a.createElement("br",null),"Start with ",a.createElement(o.a,{money:n})," after installing Augmentations.")),e&&(s=a.createElement(a.Fragment,null,s,a.createElement("br",null),"Start with ",e.join(" and ")," after installing Augmentations.")),s}(this.mults,t.programs,t.startingMoney):this.stats=t.stats}addToFactions(t){for(let e=0;et.name),r=Math.pow(u.a.SoACostMult,a.filter(t=>c.a.hasAugmentation(t)).length);e=t.baseCost*r,a.find(e=>e===t.name)&&(n=t.baseRepRequirement*r)}else e=t.baseCost*Object(d.d)()*h.a.AugmentationMoneyCost,n=t.baseRepRequirement*h.a.AugmentationRepCost;return{moneyCost:e,repCost:n}}getLevel(){if(this.name===f.a.NeuroFluxGovernor){let t=0;for(let e=0;eObject(o.a)({modal:{display:"flex",alignItems:"center",justifyContent:"center"},paper:{backgroundColor:t.palette.background.default,border:"2px solid "+t.palette.primary.main,boxShadow:`0px 3px 5px -1px ${t.palette.primary.dark},0px 5px 8px 0px ${t.palette.primary.dark},0px 1px 14px 0px ${t.palette.primary.dark}`,padding:2,maxWidth:"80%",maxHeight:"80%",overflow:"auto","&::-webkit-scrollbar":{display:"none"},scrollbarWidth:"none"}})),u=t=>{const e=f();return c.a.createElement(i.a,{disableRestoreFocus:!0,disableScrollLock:!0,disableEnforceFocus:!0,disableAutoFocus:!0,open:t.open,onClose:t.onClose,closeAfterTransition:!0,className:e.modal,sx:t.sx},c.a.createElement(r.a,{in:t.open},c.a.createElement("div",{className:e.paper},c.a.createElement(a.a,{sx:{m:2}},t.children))))}},,function(t,e,n){"use strict";n.d(e,"a",(function(){return a})),n.d(e,"c",(function(){return r})),n.d(e,"b",(function(){return i}));const a={MoneyGainPerLevel:1.5,BaseCost:1e3,LevelBaseCost:1,RamBaseCost:3e4,CoreBaseCost:5e5,PurchaseNextMult:1.85,UpgradeLevelMult:1.04,UpgradeRamMult:1.28,UpgradeCoreMult:1.48,MaxLevel:200,MaxRam:64,MaxCores:16},r={x1:1,x5:5,x10:10,MAX:"MAX"},i={HashesPerLevel:.001,BaseCost:5e4,RamBaseCost:2e5,CoreBaseCost:1e6,CacheBaseCost:1e7,PurchaseMult:3.2,UpgradeLevelMult:1.1,UpgradeRamMult:1.4,UpgradeCoreMult:1.55,UpgradeCacheMult:1.85,MaxServers:20,MaxLevel:300,MaxRam:8192,MaxCores:128,MaxCache:15}},function(t,e,n){"use strict";let a;n.d(e,"a",(function(){return a})),function(t){t.Operations="Operations",t.Engineer="Engineer",t.Business="Business",t.Management="Management",t.RandD="Research & Development",t.Training="Training",t.Unassigned="Unassigned"}(a||(a={}))},function(t,e,n){"use strict";n.d(e,"a",(function(){return a}));const a={Idle:1,Contract:2,Operation:3,BlackOp:4,BlackOperation:4,Training:5,Recruitment:6,FieldAnalysis:7,"Field Analysis":7,Diplomacy:8,"Hyperbolic Regeneration Chamber":9,"Incite Violence":10}},function(t,e,n){"use strict";n.d(e,"f",(function(){return a})),n.d(e,"b",(function(){return u})),n.d(e,"e",(function(){return l})),n.d(e,"c",(function(){return c})),n.d(e,"a",(function(){return s})),n.d(e,"d",(function(){return f}));var a,r=n(1),i=n(66),o=n(392);!function(t){t[t.Start=0]="Start",t[t.NSSelection=1]="NSSelection",t[t.GoToCharacterPage=2]="GoToCharacterPage",t[t.CharacterPage=3]="CharacterPage",t[t.CharacterGoToTerminalPage=4]="CharacterGoToTerminalPage",t[t.TerminalIntro=5]="TerminalIntro",t[t.TerminalHelp=6]="TerminalHelp",t[t.TerminalLs=7]="TerminalLs",t[t.TerminalScan=8]="TerminalScan",t[t.TerminalScanAnalyze1=9]="TerminalScanAnalyze1",t[t.TerminalScanAnalyze2=10]="TerminalScanAnalyze2",t[t.TerminalConnect=11]="TerminalConnect",t[t.TerminalAnalyze=12]="TerminalAnalyze",t[t.TerminalNuke=13]="TerminalNuke",t[t.TerminalManualHack=14]="TerminalManualHack",t[t.TerminalHackingMechanics=15]="TerminalHackingMechanics",t[t.TerminalGoHome=16]="TerminalGoHome",t[t.TerminalCreateScript=17]="TerminalCreateScript",t[t.TerminalTypeScript=18]="TerminalTypeScript",t[t.TerminalFree=19]="TerminalFree",t[t.TerminalRunScript=20]="TerminalRunScript",t[t.TerminalGoToActiveScriptsPage=21]="TerminalGoToActiveScriptsPage",t[t.ActiveScriptsPage=22]="ActiveScriptsPage",t[t.ActiveScriptsToTerminal=23]="ActiveScriptsToTerminal",t[t.TerminalTailScript=24]="TerminalTailScript",t[t.GoToHacknetNodesPage=25]="GoToHacknetNodesPage",t[t.HacknetNodesIntroduction=26]="HacknetNodesIntroduction",t[t.HacknetNodesGoToWorldPage=27]="HacknetNodesGoToWorldPage",t[t.WorldDescription=28]="WorldDescription",t[t.TutorialPageInfo=29]="TutorialPageInfo",t[t.End=30]="End"}(a||(a={}));const s={currStep:a.Start,isRunning:!1,stepIsDone:{[a.Start]:!1,[a.NSSelection]:!1,[a.GoToCharacterPage]:!1,[a.CharacterPage]:!1,[a.CharacterGoToTerminalPage]:!1,[a.TerminalIntro]:!1,[a.TerminalHelp]:!1,[a.TerminalLs]:!1,[a.TerminalScan]:!1,[a.TerminalScanAnalyze1]:!1,[a.TerminalScanAnalyze2]:!1,[a.TerminalConnect]:!1,[a.TerminalAnalyze]:!1,[a.TerminalNuke]:!1,[a.TerminalManualHack]:!1,[a.TerminalHackingMechanics]:!1,[a.TerminalGoHome]:!1,[a.TerminalCreateScript]:!1,[a.TerminalTypeScript]:!1,[a.TerminalFree]:!1,[a.TerminalRunScript]:!1,[a.TerminalGoToActiveScriptsPage]:!1,[a.ActiveScriptsPage]:!1,[a.ActiveScriptsToTerminal]:!1,[a.TerminalTailScript]:!1,[a.GoToHacknetNodesPage]:!1,[a.HacknetNodesIntroduction]:!1,[a.HacknetNodesGoToWorldPage]:!1,[a.WorldDescription]:!1,[a.TutorialPageInfo]:!1,[a.End]:!1}};function l(){s.isRunning=!0,s.currStep=a.Start}function c(){s.stepIsDone[s.currStep]=!0,s.currStepa.Start&&(s.currStep-=1),o.a.emit()}function u(){s.isRunning=!1,s.currStep=a.Start;const t=r.a.getHomeComputer().messages,e=i.a.HackersStartingHandbook;t.includes(e)||t.push(e),o.a.emit()}},function(t,e,n){"use strict";n.d(e,"a",(function(){return c}));var a=n(607),r=n(25),i=n(1043),o=n(352),s=n(16);function l(t,e,n){return e in t?Object.defineProperty(t,e,{value:n,enumerable:!0,configurable:!0,writable:!0}):t[e]=n,t}class c extends a.a{constructor(t={hostname:"",ip:Object(o.a)()}){super(t),l(this,"backdoorInstalled",!1),l(this,"baseDifficulty",1),l(this,"hackDifficulty",1),l(this,"minDifficulty",1),l(this,"moneyAvailable",0),l(this,"moneyMax",0),l(this,"numOpenPortsRequired",5),l(this,"openPortCount",0),l(this,"requiredHackingSkill",1),l(this,"serverGrowth",1),this.hostname.startsWith("hacknet-node-")&&(this.hostname=Object(i.a)(10)),this.purchasedByPlayer=null!=t.purchasedByPlayer&&t.purchasedByPlayer,this.maxRam=null!=t.maxRam?t.maxRam:0,this.requiredHackingSkill=null!=t.requiredHackingSkill?t.requiredHackingSkill:1,this.moneyAvailable=null!=t.moneyAvailable?t.moneyAvailable*r.a.ServerStartingMoney:0,this.moneyMax=25*this.moneyAvailable*r.a.ServerMaxMoney;const e=null!=t.hackDifficulty?t.hackDifficulty*r.a.ServerStartingSecurity:1;this.hackDifficulty=Math.min(e,100),this.baseDifficulty=this.hackDifficulty,this.minDifficulty=Math.min(Math.max(1,Math.round(e/3)),100),this.serverGrowth=null!=t.serverGrowth?t.serverGrowth:1,this.numOpenPortsRequired=null!=t.numOpenPortsRequired?t.numOpenPortsRequired:5}capDifficulty(){this.hackDifficulty100&&(this.hackDifficulty=100)}changeMinimumSecurity(t,e=!1){e?this.minDifficulty*=t:this.minDifficulty+=t,this.minDifficulty=Math.max(1,this.minDifficulty)}changeMaximumMoney(t){if(this.moneyMax>1e13){const e=this.moneyMax-1e13;t=1+(t-1)/Math.log(e)/Math.log(8)}this.moneyMax*=t}fortify(t){this.hackDifficulty+=t,this.capDifficulty()}weaken(t){this.hackDifficulty-=t*r.a.ServerWeakenRate,this.capDifficulty()}toJSON(){return Object(s.b)("Server",this)}static fromJSON(t){return Object(s.a)(c,t.data)}}s.c.constructors.Server=c},,,,,function(t,e,n){"use strict";n.d(e,"a",(function(){return i})),n.d(e,"b",(function(){return o})),n.d(e,"c",(function(){return s}));var a=n(0),r=n.n(a);const i={Corporation:r.a.createContext({}),Division:r.a.createContext({})},o=()=>Object(a.useContext)(i.Corporation),s=()=>Object(a.useContext)(i.Division)},function(t,e,n){"use strict";n.d(e,"a",(function(){return s})),n.d(e,"d",(function(){return l})),n.d(e,"b",(function(){return c})),n.d(e,"c",(function(){return f})),n.d(e,"e",(function(){return u}));var a=n(0),r=n.n(a),i=n(139),o=n(142);const s={Energy:"Energy",Utilities:"Water Utilities",Agriculture:"Agriculture",Fishing:"Fishing",Mining:"Mining",Food:"Food",Tobacco:"Tobacco",Chemical:"Chemical",Pharmaceutical:"Pharmaceutical",Computer:"Computer Hardware",Robotics:"Robotics",Software:"Software",Healthcare:"Healthcare",RealEstate:"RealEstate"},l={Energy:225e9,Utilities:15e10,Agriculture:4e10,Fishing:8e10,Mining:3e11,Food:1e10,Tobacco:2e10,Chemical:7e10,Pharmaceutical:2e11,Computer:5e11,Robotics:1e12,Software:25e9,Healthcare:75e10,RealEstate:6e11},c={Energy:t=>r.a.createElement(r.a.Fragment,null,"Engage in the production and distribution of energy.",r.a.createElement("br",null),r.a.createElement("br",null),"Starting cost: ",r.a.createElement(o.a,{money:l.Energy,corp:t}),r.a.createElement("br",null),"Recommended starting Industry: NO"),Utilities:t=>r.a.createElement(r.a.Fragment,null,"Distribute water and provide wastewater services.",r.a.createElement("br",null),r.a.createElement("br",null),"Starting cost: ",r.a.createElement(o.a,{money:l.Utilities,corp:t}),r.a.createElement("br",null),"Recommended starting Industry: NO"),Agriculture:t=>r.a.createElement(r.a.Fragment,null,"Cultivate crops and breed livestock to produce food.",r.a.createElement("br",null),r.a.createElement("br",null),"Starting cost: ",r.a.createElement(o.a,{money:l.Agriculture,corp:t}),r.a.createElement("br",null),"Recommended starting Industry: YES"),Fishing:t=>r.a.createElement(r.a.Fragment,null,"Produce food through the breeding and processing of fish and fish products.",r.a.createElement("br",null),r.a.createElement("br",null),"Starting cost: ",r.a.createElement(o.a,{money:l.Fishing,corp:t}),r.a.createElement("br",null),"Recommended starting Industry: NO"),Mining:t=>r.a.createElement(r.a.Fragment,null,"Extract and process metals from the earth.",r.a.createElement("br",null),r.a.createElement("br",null),"Starting cost: ",r.a.createElement(o.a,{money:l.Mining,corp:t}),r.a.createElement("br",null),"Recommended starting Industry: NO"),Food:t=>r.a.createElement(r.a.Fragment,null,"Create your own restaurants all around the world.",r.a.createElement("br",null),r.a.createElement("br",null),"Starting cost: ",r.a.createElement(o.a,{money:l.Food,corp:t}),r.a.createElement("br",null),"Recommended starting Industry: YES"),Tobacco:t=>r.a.createElement(r.a.Fragment,null,"Create and distribute tobacco and tobacco-related products.",r.a.createElement("br",null),r.a.createElement("br",null),"Starting cost: ",r.a.createElement(o.a,{money:l.Tobacco,corp:t}),r.a.createElement("br",null),"Recommended starting Industry: YES"),Chemical:t=>r.a.createElement(r.a.Fragment,null,"Produce industrial chemicals.",r.a.createElement("br",null),r.a.createElement("br",null),"Starting cost: ",r.a.createElement(o.a,{money:l.Chemical,corp:t}),r.a.createElement("br",null),"Recommended starting Industry: NO"),Pharmaceutical:t=>r.a.createElement(r.a.Fragment,null,"Discover, develop, and create new pharmaceutical drugs.",r.a.createElement("br",null),r.a.createElement("br",null),"Starting cost: ",r.a.createElement(o.a,{money:l.Pharmaceutical,corp:t}),r.a.createElement("br",null),"Recommended starting Industry: NO"),Computer:t=>r.a.createElement(r.a.Fragment,null,"Develop and manufacture new computer hardware and networking infrastructures.",r.a.createElement("br",null),r.a.createElement("br",null),"Starting cost: ",r.a.createElement(o.a,{money:l.Computer,corp:t}),r.a.createElement("br",null),"Recommended starting Industry: NO"),Robotics:t=>r.a.createElement(r.a.Fragment,null,"Develop and create robots.",r.a.createElement("br",null),r.a.createElement("br",null),"Starting cost: ",r.a.createElement(o.a,{money:l.Robotics,corp:t}),r.a.createElement("br",null),"Recommended starting Industry: NO"),Software:t=>r.a.createElement(r.a.Fragment,null,"Develop computer software and create AI Cores.",r.a.createElement("br",null),r.a.createElement("br",null),"Starting cost: ",r.a.createElement(o.a,{money:l.Software,corp:t}),r.a.createElement("br",null),"Recommended starting Industry: YES"),Healthcare:t=>r.a.createElement(r.a.Fragment,null,"Create and manage hospitals.",r.a.createElement("br",null),r.a.createElement("br",null),"Starting cost: ",r.a.createElement(o.a,{money:l.Healthcare,corp:t}),r.a.createElement("br",null),"Recommended starting Industry: NO"),RealEstate:t=>r.a.createElement(r.a.Fragment,null,"Develop and manage real estate properties.",r.a.createElement("br",null),r.a.createElement("br",null),"Starting cost: ",r.a.createElement(o.a,{money:l.RealEstate,corp:t}),r.a.createElement("br",null),"Recommended starting Industry: NO")},f={Energy:Object(i.a)(),Utilities:Object(i.a)(),Agriculture:Object(i.a)(),Fishing:Object(i.a)(),Mining:Object(i.a)(),Food:Object(i.b)(),Tobacco:Object(i.b)(),Chemical:Object(i.a)(),Pharmaceutical:Object(i.b)(),Computer:Object(i.b)(),Robotics:Object(i.b)(),Software:Object(i.b)(),Healthcare:Object(i.b)(),RealEstate:Object(i.b)()};function u(){f.Energy=Object(i.a)(),f.Utilities=Object(i.a)(),f.Agriculture=Object(i.a)(),f.Fishing=Object(i.a)(),f.Mining=Object(i.a)(),f.Food=Object(i.b)(),f.Tobacco=Object(i.b)(),f.Chemical=Object(i.a)(),f.Pharmaceutical=Object(i.b)(),f.Computer=Object(i.b)(),f.Robotics=Object(i.b)(),f.Software=Object(i.b)(),f.Healthcare=Object(i.b)(),f.RealEstate=Object(i.b)()}},function(t,e,n){"use strict";let a;n.d(e,"a",(function(){return a})),function(t){t[t.Company=0]="Company",t[t.Gym=1]="Gym",t[t.Hospital=2]="Hospital",t[t.Slums=3]="Slums",t[t.Special=4]="Special",t[t.StockMarket=5]="StockMarket",t[t.TechVendor=6]="TechVendor",t[t.TravelAgency=7]="TravelAgency",t[t.University=8]="University",t[t.Casino=9]="Casino"}(a||(a={}))},,,function(t,e,n){"use strict";n.d(e,"a",(function(){return i})),n.d(e,"b",(function(){return o}));var a=n(1041),r=n(1042);const i={};function o(){for(const t of r.a)i[t.key]=new a.a(t.name,t.create,t.run)}},function(t,e,n){"use strict";n.d(e,"a",(function(){return g})),n.d(e,"c",(function(){return b})),n.d(e,"d",(function(){return y})),n.d(e,"b",(function(){return E}));var a=n(0),r=n.n(a),i=n(16),o=n(15),s=n(11),l=n(7),c=n(19),f=n(24),u=n(29),m=n(1),h=n(253),d=n(152),p=n(89);let g;!function(t){t.StudyComputerScience="STUDYCOMPUTERSCIENCE",t.DataStructures="DATASTRUCTURES",t.Networks="NETWORKS",t.Algorithms="ALGORITHMS",t.Management="MANAGEMENT",t.Leadership="LEADERSHIP",t.GymStrength="GYMSTRENGTH",t.GymDefense="GYMDEFENSE",t.GymDexterity="GYMDEXTERITY",t.GymAgility="GYMAGILITY"}(g||(g={}));const b={[g.StudyComputerScience]:{youAreCurrently:"studying Computer Science",type:g.StudyComputerScience,earnings:Object(p.c)({hackExp:.5,intExp:.01})},[g.DataStructures]:{youAreCurrently:"taking a Data Structures course",type:g.DataStructures,earnings:Object(p.c)({money:-40,hackExp:1,intExp:.01})},[g.Networks]:{youAreCurrently:"taking a Networks course",type:g.Networks,earnings:Object(p.c)({money:-80,hackExp:2,intExp:.01})},[g.Algorithms]:{youAreCurrently:"taking an Algorithms course",type:g.Algorithms,earnings:Object(p.c)({money:-320,hackExp:4,intExp:.01})},[g.Management]:{youAreCurrently:"taking a Management course",type:g.Management,earnings:Object(p.c)({money:-160,chaExp:2,intExp:.01})},[g.Leadership]:{youAreCurrently:"taking a Leadership course",type:g.Leadership,earnings:Object(p.c)({money:-320,chaExp:4,intExp:.01})},[g.GymStrength]:{youAreCurrently:"training your strength at a gym",type:g.GymStrength,earnings:Object(p.c)({money:-120,strExp:1})},[g.GymDefense]:{youAreCurrently:"training your defense at a gym",type:g.GymDefense,earnings:Object(p.c)({money:-120,defExp:1})},[g.GymDexterity]:{youAreCurrently:"training your dexterity at a gym",type:g.GymDexterity,earnings:Object(p.c)({money:-120,dexExp:1})},[g.GymAgility]:{youAreCurrently:"training your agility at a gym",type:g.GymAgility,earnings:Object(p.c)({money:-120,agiExp:1})}},y=t=>null!==t&&t.type===d.b.CLASS;class E extends d.a{constructor(t){var e,n,a,r,i,o;super(d.b.CLASS,null===(e=null==t?void 0:t.singularity)||void 0===e||e),r=this,i="earnings",o=Object(p.c)(),i in r?Object.defineProperty(r,i,{value:o,enumerable:!0,configurable:!0,writable:!0}):r[i]=o,this.classType=null!==(n=null==t?void 0:t.classType)&&void 0!==n?n:g.StudyComputerScience,this.location=null!==(a=null==t?void 0:t.location)&&void 0!==a?a:s.a.Sector12RothmanUniversity}isGym(){return[g.GymAgility,g.GymDefense,g.GymDexterity,g.GymStrength].includes(this.classType)}getClass(){return b[this.classType]}calculateRates(){return Object(h.a)(m.a,this.classType,this.location)}process(t){this.cyclesWorked+=t;const e=this.calculateRates(),n=Object(p.a)(m.a,e,t,"class");return this.earnings=Object(p.e)(this.earnings,n),!1}finish(){this.singularity||Object(c.a)(r.a.createElement(r.a.Fragment,null,"After ",this.getClass().youAreCurrently," for"," ",Object(u.b)(this.cyclesWorked*o.a._idleSpeed),", ",r.a.createElement("br",null),"you spent a total of ",r.a.createElement(f.a,{money:-this.earnings.money}),". ",r.a.createElement("br",null),r.a.createElement("br",null),"You earned a total of: ",r.a.createElement("br",null),l.a.formatExp(this.earnings.hackExp)," hacking exp ",r.a.createElement("br",null),l.a.formatExp(this.earnings.strExp)," strength exp ",r.a.createElement("br",null),l.a.formatExp(this.earnings.defExp)," defense exp ",r.a.createElement("br",null),l.a.formatExp(this.earnings.dexExp)," dexterity exp ",r.a.createElement("br",null),l.a.formatExp(this.earnings.agiExp)," agility exp ",r.a.createElement("br",null),l.a.formatExp(this.earnings.chaExp)," charisma exp",r.a.createElement("br",null)))}APICopy(){return{type:this.type,cyclesWorked:this.cyclesWorked,classType:this.classType,location:this.location}}toJSON(){return Object(i.b)("ClassWork",this)}static fromJSON(t){return Object(i.a)(E,t.data)}}i.c.constructors.ClassWork=E},function(t,e,n){"use strict";n.d(e,"g",(function(){return p})),n.d(e,"l",(function(){return g})),n.d(e,"h",(function(){return b})),n.d(e,"a",(function(){return y})),n.d(e,"b",(function(){return E})),n.d(e,"e",(function(){return v})),n.d(e,"f",(function(){return k})),n.d(e,"d",(function(){return w})),n.d(e,"c",(function(){return S})),n.d(e,"n",(function(){return _})),n.d(e,"o",(function(){return C})),n.d(e,"k",(function(){return x})),n.d(e,"j",(function(){return L})),n.d(e,"i",(function(){return O})),n.d(e,"p",(function(){return A})),n.d(e,"m",(function(){return T}));var a=n(227),r=n(215),i=n(156),o=n(42),s=n(93),l=n(498),c=n(244),f=n(315),u=n(45),m=n(1),h=n(26),d=n(46);function p(){return 9===m.a.bitNodeN||m.a.sourceFileLvl(9)>0}function g(){if(u.a.isRunning){if(u.a.currStep!==u.f.HacknetNodesIntroduction)return-1;Object(u.c)()}const t=m.a.hacknetNodes.length;if(p()){const e=E();if(isNaN(e))throw new Error("Calculated cost of purchasing HacknetServer is NaN");return!m.a.canAfford(e)||t>=o.b.MaxServers?-1:(m.a.loseMoney(e,"hacknet_expenses"),m.a.createHacknetServer(),A(),t)}{const e=y();if(isNaN(e))throw new Error("Calculated cost of purchasing HacknetNode is NaN");if(!m.a.canAfford(e))return-1;const n="hacknet-node-"+t,r=new a.a(n,m.a.mults.hacknet_node_money);return m.a.loseMoney(e,"hacknet_expenses"),m.a.hacknetNodes.push(r),t}}function b(){return p()&&m.a.hacknetNodes.length>=o.b.MaxServers}function y(){return Object(r.d)(m.a.hacknetNodes.length+1,m.a.mults.hacknet_node_purchase_cost)}function E(){return Object(i.f)(m.a.hacknetNodes.length+1,m.a.mults.hacknet_node_purchase_cost)}function v(t,e){if(null==e)throw new Error("getMaxNumberLevelUpgrades() called without maxLevel arg");if(m.a.moneyt.calculateLevelUpgradeCost(r,m.a.mults.hacknet_node_level_cost))return r;for(;n<=a;){const i=(n+a)/2|0;if(i!==e&&m.a.money>t.calculateLevelUpgradeCost(i,m.a.mults.hacknet_node_level_cost)&&m.a.moneyt.calculateLevelUpgradeCost(i,m.a.mults.hacknet_node_level_cost)))return Math.min(r,i);n=i+1}}return 0}function k(t,e){if(null==e)throw new Error("getMaxNumberRamUpgrades() called without maxLevel arg");if(m.a.moneyt.calculateRamUpgradeCost(n,m.a.mults.hacknet_node_ram_cost))return n;for(let e=n-1;e>=0;--e)if(m.a.money>t.calculateRamUpgradeCost(e,m.a.mults.hacknet_node_ram_cost))return e;return 0}function w(t,e){if(null==e)throw new Error("getMaxNumberCoreUpgrades() called without maxLevel arg");if(m.a.moneyt.calculateCoreUpgradeCost(r,m.a.mults.hacknet_node_core_cost))return r;for(;n<=a;){const i=(n+a)/2|0;if(i!=e&&m.a.money>t.calculateCoreUpgradeCost(i,m.a.mults.hacknet_node_core_cost)&&m.a.moneyt.calculateCoreUpgradeCost(i,m.a.mults.hacknet_node_core_cost)))return Math.min(r,i);n=i+1}}return 0}function S(t,e){if(null==e)throw new Error("getMaxNumberCacheUpgrades() called without maxLevel arg");if(!m.a.canAfford(t.calculateCacheUpgradeCost(1)))return 0;let n=1,a=e-1;const r=e-t.cache;if(m.a.canAfford(t.calculateCacheUpgradeCost(r)))return r;for(;n<=a;){const i=(n+a)/2|0;if(i!=e&&m.a.canAfford(t.calculateCacheUpgradeCost(i))&&!m.a.canAfford(t.calculateCacheUpgradeCost(i+1)))return Math.min(r,i);if(m.a.canAfford(t.calculateCacheUpgradeCost(i))){if(!m.a.canAfford(t.calculateCacheUpgradeCost(i)))return Math.min(r,i);n=i+1}else a=i-1}return 0}function _(t,e=1){const n=Math.round(e),a=t.calculateLevelUpgradeCost(n,m.a.mults.hacknet_node_level_cost);if(isNaN(a)||a<=0||n<0)return!1;const r=t instanceof s.a;if(t.level>=(r?o.b.MaxLevel:o.a.MaxLevel))return!1;if(t.level+n>(r?o.b.MaxLevel:o.a.MaxLevel)){return _(t,Math.max(0,(r?o.b.MaxLevel:o.a.MaxLevel)-t.level))}return!!m.a.canAfford(a)&&(m.a.loseMoney(a,"hacknet_expenses"),t.upgradeLevel(n,m.a.mults.hacknet_node_money),!0)}function C(t,e=1){const n=Math.round(e),r=t.calculateRamUpgradeCost(n,m.a.mults.hacknet_node_ram_cost);if(isNaN(r)||r<=0||n<0)return!1;if(t instanceof s.a&&t.maxRam>=o.b.MaxRam)return!1;if(t instanceof a.a&&t.ram>=o.a.MaxRam)return!1;if(t instanceof s.a){if(t.maxRam*Math.pow(2,n)>o.b.MaxRam){return C(t,Math.max(0,Math.log2(Math.round(o.b.MaxRam/t.maxRam))))}}else if(t instanceof a.a&&t.ram*Math.pow(2,n)>o.a.MaxRam){return C(t,Math.max(0,Math.log2(Math.round(o.a.MaxRam/t.ram))))}return!!m.a.canAfford(r)&&(m.a.loseMoney(r,"hacknet_expenses"),t.upgradeRam(n,m.a.mults.hacknet_node_money),!0)}function x(t,e=1){const n=Math.round(e),a=t.calculateCoreUpgradeCost(n,m.a.mults.hacknet_node_core_cost);if(isNaN(a)||a<=0||n<0)return!1;const r=t instanceof s.a;if(t.cores>=(r?o.b.MaxCores:o.a.MaxCores))return!1;if(t.cores+n>(r?o.b.MaxCores:o.a.MaxCores)){return x(t,Math.max(0,(r?o.b.MaxCores:o.a.MaxCores)-t.cores))}return!!m.a.canAfford(a)&&(m.a.loseMoney(a,"hacknet_expenses"),t.upgradeCore(n,m.a.mults.hacknet_node_money),!0)}function L(t,e=1){const n=Math.round(e),a=t.calculateCacheUpgradeCost(n);if(isNaN(a)||a<=0||n<0)return!1;if(!(t instanceof s.a))return console.warn("purchaseCacheUpgrade() called for a non-HacknetNode"),!1;if(t.cache+n>o.b.MaxCache){return L(t,Math.max(0,o.b.MaxCache-t.cache))}return!!m.a.canAfford(a)&&(m.a.loseMoney(a,"hacknet_expenses"),t.upgradeCache(n),!0)}function O(t){return 0===m.a.hacknetNodes.length?0:p()?function(t){if(!(m.a.hashManager instanceof l.a))throw new Error("Player does not have a HashManager (should be in 'hashManager' prop)");let e=0;for(let n=0;n0){const t=c.a["Sell for Money"];if(null===t)throw new Error("Could not get the hash upgrade");if(!t.cost)throw new Error("Upgrade is not properly configured");const e=n/t.cost;e>0&&m.a.gainMoney(t.value*e,"hacknet")}return e}(t):m.a.hacknetNodes[0]instanceof a.a?function(t){let e=0;for(let n=0;ne==t))throw new Error(`You have already expanded into the ${e} industry!`);for(let e=0;e_data_Constants__WEBPACK_IMPORTED_MODULE_4__.a.DividendMaxRate)throw new Error("Invalid value. Must be an number between 0 and "+_data_Constants__WEBPACK_IMPORTED_MODULE_4__.a.DividendMaxRate);t.dividendRate=e}function SellMaterial(mat,amt,price){""===price&&(price="0"),""===amt&&(amt="0");let cost=price.replace(/\s+/g,"");cost=cost.replace(/[^-()\d/*+.MPe]/g,"");let temp=cost.replace(/MP/g,mat.bCost+"");try{temp=eval(temp)}catch(t){throw new Error("Invalid value or expression for sell price field: "+t)}if(null==temp||isNaN(parseFloat(temp))||parseFloat(temp)<0)throw new Error("Invalid value or expression for sell price field");if(cost.includes("MP")?mat.sCost=cost:mat.sCost=temp,amt=amt.toUpperCase(),amt.includes("MAX")||amt.includes("PROD")){let q=amt.replace(/\s+/g,"");q=q.replace(/[^-()\d/*+.MAXPROD]/g,"");let tempQty=q.replace(/MAX/g,mat.maxsll.toString());tempQty=tempQty.replace(/PROD/g,mat.prd.toString());try{tempQty=eval(tempQty)}catch(t){throw new Error("Invalid value or expression for sell quantity field: "+t)}if(null==tempQty||isNaN(parseFloat(tempQty))||parseFloat(tempQty)<0)throw new Error("Invalid value or expression for sell quantity field");mat.sllman[0]=!0,mat.sllman[1]=q}else{if(isNaN(parseFloat(amt))||parseFloat(amt)<0)throw new Error("Invalid value for sell quantity field! Must be numeric or 'PROD' or 'MAX'");{let t=parseFloat(amt);isNaN(t)&&(t=0),0===t?(mat.sllman[0]=!1,mat.sllman[1]=0):(mat.sllman[0]=!0,mat.sllman[1]=t)}}}function SellProduct(product,city,amt,price,all){if(price.includes("MP")){price=price.replace(/\s+/g,""),price=price.replace(/[^-()\d/*+.MP]/g,"");let temp=price.replace(/MP/g,"1");try{temp=eval(temp)}catch(t){throw new Error("Invalid value or expression for sell price field: "+t)}if(null==temp||isNaN(parseFloat(temp))||parseFloat(temp)<0)throw new Error("Invalid value or expression for sell price field.");product.sCost=price}else{const t=parseFloat(price);if(isNaN(t))throw new Error("Invalid value for sell price field");product.sCost=t}const cities=Object.keys(_Locations_Cities__WEBPACK_IMPORTED_MODULE_8__.a);if(amt=amt.toUpperCase(),amt.includes("MAX")||amt.includes("PROD")){let qty=amt.replace(/\s+/g,"");qty=qty.replace(/[^-()\d/*+.MAXPROD]/g,"");let temp=qty.replace(/MAX/g,product.maxsll.toString());temp=temp.replace(/PROD/g,product.data[city][1].toString());try{temp=eval(temp)}catch(t){throw new Error("Invalid value or expression for sell quantity field: "+t)}if(null==temp||isNaN(parseFloat(temp))||parseFloat(temp)<0)throw new Error("Invalid value or expression for sell quantity field");if(all)for(let t=0;ti)throw new Error("You do not have enough warehouse size to fit this purchase");const o=a*n.bCost;if(!(t.funds>=o))throw new Error("You cannot afford this purchase.");t.funds=t.funds-o,n.qty+=a}function SellShares(t,e){if(isNaN(e))throw new Error("Invalid value for number of shares");if(e<0)throw new Error("Invalid value for number of shares");if(e>t.numShares)throw new Error("You don't have that many shares to sell!");if(!t.public)throw new Error("You haven't gone public!");if(t.shareSaleCooldown)throw new Error("Share sale on cooldown!");const n=t.calculateShareSale(e),a=n[0],r=n[1],i=n[2];return t.numShares-=e,t.issuedShares+=e,t.sharePrice=r,t.shareSalesUntilPriceUpdate=i,t.shareSaleCooldown=_data_Constants__WEBPACK_IMPORTED_MODULE_4__.a.SellSharesCooldown,_player__WEBPACK_IMPORTED_MODULE_0__.a.gainMoney(a,"corporation"),a}function BuyBackShares(t,e){if(isNaN(e))throw new Error("Invalid value for number of shares");if(e<0)throw new Error("Invalid value for number of shares");if(e>t.issuedShares)throw new Error("You don't have that many shares to buy!");if(!t.public)throw new Error("You haven't gone public!");const n=1.1*t.sharePrice;if(_player__WEBPACK_IMPORTED_MODULE_0__.a.moneyt.name===e);if(!a)throw new Error(`Could not find employee '${name}'.`);if(!Object(_utils_helpers_checkEnum__WEBPACK_IMPORTED_MODULE_12__.a)(_EmployeePositions__WEBPACK_IMPORTED_MODULE_9__.a,n))throw new Error(`'${n}' is not a valid job.`);t.assignSingleJob(a,n)}function AutoAssignJob(t,e,n){if(!Object(_utils_helpers_checkEnum__WEBPACK_IMPORTED_MODULE_12__.a)(_EmployeePositions__WEBPACK_IMPORTED_MODULE_9__.a,e))throw new Error(`'${e}' is not a valid job.`);return t.autoAssignJob(e,n)}function UpgradeOfficeSize(t,e,n){const a=Math.round(e.size/_data_Constants__WEBPACK_IMPORTED_MODULE_4__.a.OfficeInitialSize);let r=0;for(let t=0;te+_data_Constants__WEBPACK_IMPORTED_MODULE_4__.a.WarehouseUpgradeBaseCost*Math.pow(1.07,t.level+1+n),0)}function UpgradeWarehouse(t,e,n,a=1){const r=UpgradeWarehouseCost(n,a);t.funds=o)throw new Error(`You are already at the max products (${o}) for division: ${e.name}!`);const l=new _Product__WEBPACK_IMPORTED_MODULE_6__.a({name:a.replace(/[<>]/g,"").trim(),createCity:n,designCost:r,advCost:i});if(s[l.name])throw new Error("You already have a product with this name!");t.funds=t.funds-(r+i),s[l.name]=l}function Research(t,e){const n=_IndustryData__WEBPACK_IMPORTED_MODULE_2__.c[t.type];if(void 0===n)throw new Error(`No research tree for industry '${t.type}'`);if(!n.getAllNodes().includes(e))throw new Error(`No research named '${e}'`);const a=_ResearchMap__WEBPACK_IMPORTED_MODULE_10__.a[e];if(!t.researched[e]){if(t.sciResearch.qty{let m="";return u&&(void 0!==u.content?m=u.content:void 0!==u.level&&void 0!==u.exp?m=`${Object(c.d)(u.level,0)} (${l.a.formatExp(u.exp)} exp)`:void 0!==u.level&&void 0===u.exp&&(m=""+Object(c.d)(u.level,0))),r.a.createElement(i.a,null,r.a.createElement(o.a,{classes:{root:n.cellNone}},r.a.createElement(s.a,{style:{color:e}},t)),r.a.createElement(o.a,{align:"right",classes:{root:n.cellNone}},m?r.a.createElement(s.a,{style:{color:e}},m):r.a.createElement(r.a.Fragment,null),a))}},,function(t,e,n){"use strict";let a;n.d(e,"a",(function(){return a})),function(t){t.Long="L",t.Short="S"}(a||(a={}))},function(t,e,n){"use strict";n.d(e,"b",(function(){return f})),n.d(e,"a",(function(){return u}));var a=n(0),r=n.n(a),i=n(32),o=n(160),s=n(122);function l(){return(l=Object.assign||function(t){for(var e=1;er.a.createElement(i.a,l({},t,{classes:{root:c().root,...t.classes}})),u=t=>r.a.createElement(o.a,l({},t,{classes:{root:c().small,...t.classes}}))},function(t,e,n){"use strict";function a(t){return t.startsWith("/")?t.slice(1):t}function r(t){return t.endsWith("/")?t.slice(0,-1):t}function i(t){return null!=t.match(/^[.&'a-zA-Z0-9_-]+\.[a-zA-Z0-9]+(?:-\d+(?:\.\d*)?%-INC)?$/)}function o(t){return null!=t.match(/^.?[a-zA-Z0-9_-]+$/)}function s(t){let e=t;if(0===e.length)return!1;if(1===e.length)return"/"===e;if(!e.startsWith("/"))return!1;e=e.slice(1),e=r(e);const n=e.split("/");for(const t of n)if("."!==t&&".."!==t&&!o(t))return!1;return!0}function l(t){if(null==t||"string"!=typeof t)return!1;const e=t;if(e.length<3)return!1;if(e.endsWith("/"))return!1;const n=e.lastIndexOf("/");if(-1===n)return i(e);const a=e.slice(n+1);return s(e.slice(0,n+1))&&i(a)}function c(t){let e=t;if(e=a(e),e=r(e),-1===e.lastIndexOf("/"))return"/";const n=e.split("/");return 0===n.length?"/":n[0]+"/"}function f(t){const e=t,n=e.lastIndexOf("/");return-1===n?"":e.slice(0,n+1)}function u(t,e,n){const a=h(t,n);if(null===a)return t;{const t=r(a),n=function(t){const e=t,n=e.lastIndexOf("/");if(-1===n)return e;return e.slice(n+1)}(e);return t+"/"+n}}function m(t){return!!l(t)&&(null!=t&&0!==t.length&&t.lastIndexOf("/")<=0)}function h(t,e){let n=t;if(!n.startsWith("/")&&e&&(n=e+(e.endsWith("/")?"":"/")+n),!s(n))return null;n=a(n),n=r(n);const i=n.split("/"),o=[];for(const t of i)if("."!==t)if(".."===t){if(null==o.pop())return null}else o.push(t);return"/"+o.join("/")}function d(t,e){let n=t;if(n.startsWith("/")||null==e||(n=e+(e.endsWith("/")?"":"/")+n),!l(n))return null;n=a(n);const r=n.split("/"),i=[];for(const t of r)if("."!==t)if(".."===t){if(null==i.pop())return null}else i.push(t);return"/"+i.join("/")}function p(t,e){return t.startsWith("/")||(t="/"+t),e.startsWith("/")||(e="/"+e),t===e}function g(t,e){return t.endsWith(".js")||(t+=".js"),e.endsWith(".js")||(e+=".js"),p(t,e)}n.d(e,"k",(function(){return a})),n.d(e,"l",(function(){return r})),n.d(e,"i",(function(){return s})),n.d(e,"j",(function(){return l})),n.d(e,"g",(function(){return c})),n.d(e,"e",(function(){return f})),n.d(e,"f",(function(){return u})),n.d(e,"h",(function(){return m})),n.d(e,"c",(function(){return h})),n.d(e,"d",(function(){return d})),n.d(e,"a",(function(){return p})),n.d(e,"b",(function(){return g}))},function(t,e,n){"use strict";n.d(e,"a",(function(){return o})),n.d(e,"b",(function(){return s})),n.d(e,"c",(function(){return l}));var a=n(1037),r=n(1038),i=n(16);let o={};function s(){const t=o;o={},a.a.forEach(t=>{var e;null!=o[(e=t).name]&&console.warn("Duplicate Company Position being defined: "+e.name),o[e.name]=new r.a(e)});for(const e of Object.keys(o)){const n=o[e];t[e]?(n.favor=t[e].favor,isNaN(n.favor)&&(n.favor=0)):n.favor=0}}function l(t){o=JSON.parse(t,i.c)}},,,function(t,e,n){"use strict";n.d(e,"a",(function(){return i})),n.d(e,"c",(function(){return o})),n.d(e,"b",(function(){return s}));var a=n(5),r=n(16);let i={[a.a.SlumSnakes]:{power:1,territory:1/7},[a.a.Tetrads]:{power:1,territory:1/7},[a.a.TheSyndicate]:{power:1,territory:1/7},[a.a.TheDarkArmy]:{power:1,territory:1/7},[a.a.SpeakersForTheDead]:{power:1,territory:1/7},[a.a.NiteSec]:{power:1,territory:1/7},[a.a.TheBlackHand]:{power:1,territory:1/7}};function o(){i={[a.a.SlumSnakes]:{power:1,territory:1/7},[a.a.Tetrads]:{power:1,territory:1/7},[a.a.TheSyndicate]:{power:1,territory:1/7},[a.a.TheDarkArmy]:{power:1,territory:1/7},[a.a.SpeakersForTheDead]:{power:1,territory:1/7},[a.a.NiteSec]:{power:1,territory:1/7},[a.a.TheBlackHand]:{power:1,territory:1/7}}}function s(t){i=JSON.parse(t,r.c)}},,function(t,e,n){"use strict";n.d(e,"d",(function(){return u})),n.d(e,"c",(function(){return h})),n.d(e,"b",(function(){return d})),n.d(e,"a",(function(){return p}));var a=n(0),r=n.n(a),i=n(799),o=n(122),s=n(126),l=n(1816),c=n(47),f=n(165);let u;!function(t){t.SUCCESS="success",t.WARNING="warning",t.ERROR="error",t.INFO="info"}(u||(u={}));const m=Object(o.a)(()=>({snackbar:{zIndex:f.g+1e3+" !important","& .MuiAlert-icon":{alignSelf:"center"}}}));function h(t){const e=m();return r.a.createElement(i.a,{dense:!0,maxSnack:9,anchorOrigin:{horizontal:"right",vertical:"bottom"},autoHideDuration:2e3,classes:{containerRoot:e.snackbar}},t.children)}const d=new s.a;function p(){const{enqueueSnackbar:t,closeSnackbar:e}=Object(i.b)();return Object(a.useEffect)(()=>d.subscribe((n,a,i)=>{const o=t(r.a.createElement(l.a,{severity:a},n),{content:(t,e)=>r.a.createElement(c.a,{key:t},e),variant:a,autoHideDuration:i,onClick:()=>e(o)})})),r.a.createElement(r.a.Fragment,null)}},function(t,e,n){"use strict";n.d(e,"a",(function(){return o}));var a=n(281),r=n(15),i=n(138);const o={Shoplift:new a.a("Shoplift","to shoplift",i.a.SHOPLIFT,2e3,15e3,.05,.1,{dexterity_success_weight:1,agility_success_weight:1,dexterity_exp:2,agility_exp:2}),RobStore:new a.a("Rob Store","to rob a store",i.a.ROB_STORE,6e4,4e5,.2,.5,{hacking_exp:30,dexterity_exp:45,agility_exp:45,hacking_success_weight:.5,dexterity_success_weight:2,agility_success_weight:1,intelligence_exp:7.5*r.a.IntelligenceCrimeBaseExpGain}),Mug:new a.a("Mug","to mug",i.a.MUG,4e3,36e3,.2,.25,{strength_exp:3,defense_exp:3,dexterity_exp:3,agility_exp:3,strength_success_weight:1.5,defense_success_weight:.5,dexterity_success_weight:1.5,agility_success_weight:.5}),Larceny:new a.a("Larceny","larceny",i.a.LARCENY,9e4,8e5,1/3,1.5,{hacking_exp:45,dexterity_exp:60,agility_exp:60,hacking_success_weight:.5,dexterity_success_weight:1,agility_success_weight:1,intelligence_exp:15*r.a.IntelligenceCrimeBaseExpGain}),DealDrugs:new a.a("Deal Drugs","to deal drugs",i.a.DRUGS,1e4,12e4,1,.5,{dexterity_exp:5,agility_exp:5,charisma_exp:10,charisma_success_weight:3,dexterity_success_weight:2,agility_success_weight:1}),BondForgery:new a.a("Bond Forgery","to forge bonds",i.a.BOND_FORGERY,3e5,45e5,.5,.1,{hacking_exp:100,dexterity_exp:150,charisma_exp:15,hacking_success_weight:.05,dexterity_success_weight:1.25,intelligence_exp:60*r.a.IntelligenceCrimeBaseExpGain}),TraffickArms:new a.a("Traffick Arms","to traffic arms",i.a.TRAFFIC_ARMS,4e4,6e5,2,1,{strength_exp:20,defense_exp:20,dexterity_exp:20,agility_exp:20,charisma_exp:40,charisma_success_weight:1,strength_success_weight:1,defense_success_weight:1,dexterity_success_weight:1,agility_success_weight:1}),Homicide:new a.a("Homicide","homicide",i.a.HOMICIDE,3e3,45e3,1,3,{strength_exp:2,defense_exp:2,dexterity_exp:2,agility_exp:2,strength_success_weight:2,defense_success_weight:2,dexterity_success_weight:.5,agility_success_weight:.5,kills:1}),GrandTheftAuto:new a.a("Grand Theft Auto","grand theft auto",i.a.GRAND_THEFT_AUTO,8e4,16e5,8,5,{strength_exp:20,defense_exp:20,dexterity_exp:20,agility_exp:80,charisma_exp:40,hacking_success_weight:1,strength_success_weight:1,dexterity_success_weight:4,agility_success_weight:2,charisma_success_weight:2,intelligence_exp:16*r.a.IntelligenceCrimeBaseExpGain}),Kidnap:new a.a("Kidnap","to kidnap",i.a.KIDNAP,12e4,36e5,5,6,{strength_exp:80,defense_exp:80,dexterity_exp:80,agility_exp:80,charisma_exp:80,charisma_success_weight:1,strength_success_weight:1,dexterity_success_weight:1,agility_success_weight:1,intelligence_exp:26*r.a.IntelligenceCrimeBaseExpGain}),Assassination:new a.a("Assassination","to assassinate",i.a.ASSASSINATION,3e5,12e6,8,10,{strength_exp:300,defense_exp:300,dexterity_exp:300,agility_exp:300,strength_success_weight:1,dexterity_success_weight:2,agility_success_weight:1,intelligence_exp:65*r.a.IntelligenceCrimeBaseExpGain,kills:1}),Heist:new a.a("Heist","a heist",i.a.HEIST,6e5,12e7,18,15,{hacking_exp:450,strength_exp:450,defense_exp:450,dexterity_exp:450,agility_exp:450,charisma_exp:450,hacking_success_weight:1,strength_success_weight:1,defense_success_weight:1,dexterity_success_weight:1,agility_success_weight:1,charisma_success_weight:1,intelligence_exp:130*r.a.IntelligenceCrimeBaseExpGain})}},,function(t,e,n){"use strict";function a(t){return function(e){e.isTrusted&&t()}}n.d(e,"a",(function(){return a}))},,function(t,e,n){"use strict";n.d(e,"a",(function(){return a}));const a={Home:"home",FulcrumSecretTechnologies:"fulcrumassets",CyberSecServer:"CSEC",NiteSecServer:"avmnite-02h",TheBlackHandServer:"I.I.I.I",BitRunnersServer:"run4theh111z",TheDarkArmyServer:".",DaedalusServer:"The-Cave",WorldDaemon:"w0r1d_d43m0n",DarkWeb:"darkweb"}},function(t,e,n){"use strict";n.d(e,"c",(function(){return r})),n.d(e,"e",(function(){return i})),n.d(e,"d",(function(){return o})),n.d(e,"a",(function(){return s})),n.d(e,"b",(function(){return l}));var a=n(1);const r=t=>{var e,n,a,r,i,o,s,l,c;return{money:null!==(e=null==t?void 0:t.money)&&void 0!==e?e:0,reputation:null!==(n=null==t?void 0:t.reputation)&&void 0!==n?n:0,hackExp:null!==(a=null==t?void 0:t.hackExp)&&void 0!==a?a:0,strExp:null!==(r=null==t?void 0:t.strExp)&&void 0!==r?r:0,defExp:null!==(i=null==t?void 0:t.defExp)&&void 0!==i?i:0,dexExp:null!==(o=null==t?void 0:t.dexExp)&&void 0!==o?o:0,agiExp:null!==(s=null==t?void 0:t.agiExp)&&void 0!==s?s:0,chaExp:null!==(l=null==t?void 0:t.chaExp)&&void 0!==l?l:0,intExp:null!==(c=null==t?void 0:t.intExp)&&void 0!==c?c:0}},i=(t,e)=>({money:t.money+e.money,reputation:t.reputation+e.reputation,hackExp:t.hackExp+e.hackExp,strExp:t.strExp+e.strExp,defExp:t.defExp+e.defExp,dexExp:t.dexExp+e.dexExp,agiExp:t.agiExp+e.agiExp,chaExp:t.chaExp+e.chaExp,intExp:t.intExp+e.intExp}),o=(t,e,n=!0)=>{const a=n?e:1;return{money:t.money*a,reputation:t.reputation*e,hackExp:t.hackExp*e,strExp:t.strExp*e,defExp:t.defExp*e,dexExp:t.dexExp*e,agiExp:t.agiExp*e,chaExp:t.chaExp*e,intExp:t.intExp*e}},s=(t,e,n,r)=>{const i=l(t,e,n),o={money:e.money*n,reputation:0,hackExp:i.hackExp,strExp:i.strExp,defExp:i.defExp,dexExp:i.dexExp,agiExp:i.agiExp,chaExp:i.chaExp,intExp:i.intExp};return a.a.gainMoney(o.money,r),o},l=(t,e,n)=>{const a={money:0,reputation:0,hackExp:e.hackExp*n,strExp:e.strExp*n,defExp:e.defExp*n,dexExp:e.dexExp*n,agiExp:e.agiExp*n,chaExp:e.chaExp*n,intExp:e.intExp*n};return t.gainHackingExp(a.hackExp),t.gainStrengthExp(a.strExp),t.gainDefenseExp(a.defExp),t.gainDexterityExp(a.dexExp),t.gainAgilityExp(a.agiExp),t.gainCharismaExp(a.chaExp),t.gainIntelligenceExp(a.intExp),a}},,function(t,e,n){"use strict";n.d(e,"E",(function(){return W})),n.d(e,"H",(function(){return H})),n.d(e,"I",(function(){return U})),n.d(e,"N",(function(){return q})),n.d(e,"o",(function(){return $})),n.d(e,"C",(function(){return K})),n.d(e,"Q",(function(){return z})),n.d(e,"v",(function(){return V})),n.d(e,"G",(function(){return Y})),n.d(e,"r",(function(){return J})),n.d(e,"O",(function(){return X})),n.d(e,"S",(function(){return Q})),n.d(e,"T",(function(){return Z})),n.d(e,"U",(function(){return tt})),n.d(e,"D",(function(){return et})),n.d(e,"f",(function(){return nt})),n.d(e,"x",(function(){return at})),n.d(e,"K",(function(){return rt})),n.d(e,"B",(function(){return it})),n.d(e,"m",(function(){return ot})),n.d(e,"l",(function(){return st})),n.d(e,"e",(function(){return lt})),n.d(e,"j",(function(){return ct})),n.d(e,"g",(function(){return ft})),n.d(e,"c",(function(){return ut})),n.d(e,"b",(function(){return mt})),n.d(e,"k",(function(){return ht})),n.d(e,"a",(function(){return dt})),n.d(e,"d",(function(){return pt})),n.d(e,"h",(function(){return gt})),n.d(e,"n",(function(){return bt})),n.d(e,"i",(function(){return yt})),n.d(e,"F",(function(){return Et})),n.d(e,"L",(function(){return vt})),n.d(e,"M",(function(){return kt})),n.d(e,"s",(function(){return wt})),n.d(e,"P",(function(){return St})),n.d(e,"J",(function(){return _t})),n.d(e,"u",(function(){return Ct})),n.d(e,"V",(function(){return xt})),n.d(e,"A",(function(){return Lt})),n.d(e,"q",(function(){return Ot})),n.d(e,"z",(function(){return Mt})),n.d(e,"y",(function(){return At})),n.d(e,"w",(function(){return Tt})),n.d(e,"p",(function(){return Rt})),n.d(e,"R",(function(){return Nt})),n.d(e,"t",(function(){return Pt}));var a=n(114),r=n(325),i=n(13),o=n(25),s=n(116),l=n(78),c=n(689),f=n(539),u=n(107),m=n(33),h=n(15),d=n(56),p=n(30),g=n(81),b=n(154),y=n(164),E=n(17),v=n(11),k=n(634),w=n(266),S=n(185),_=n(26),C=n(46),x=n(141),L=n(88),O=n(1149),M=n(1150),A=n(308),T=n(417),R=n(93),N=n(7),P=n(400),I=n(19),F=n(83),D=n(267),j=n(5),B=n(329),G=n(381);function W(){const t=Object(x.g)({adminRights:!0,hostname:"home",ip:Object(_.e)(),isConnectedTo:!0,maxRam:8,organizationName:"Home PC",purchasedByPlayer:!0});this.currentServer=L.a.Home,Object(_.a)(t),this.getHomeComputer().programs.push(d.a.NukeProgram.name)}function H(){this.currentServer=L.a.Home,this.numPeopleKilled=0,this.skills.hacking=1,this.skills.strength=1,this.skills.defense=1,this.skills.dexterity=1,this.skills.agility=1,this.skills.charisma=1,this.exp.hacking=0,this.exp.strength=0,this.exp.defense=0,this.exp.dexterity=0,this.exp.agility=0,this.exp.charisma=0,this.money=1e3+h.a.Donations,this.city=E.a.Sector12,this.location=v.a.TravelAgency,this.jobs={},this.purchasedServers=[],this.factions=[],this.factionInvitations=[],this.queuedAugmentations=[];const t=Math.min(3,this.sourceFileLvl(10)+(10===this.bitNodeN?1:0))+this.sleevesFromCovenant;this.sleeves.length>t&&(this.sleeves.length=t);for(let e=this.sleeves.length;et.shock>=100?t.synchronize():t.shockRecovery()),this.lastUpdate=(new Date).getTime(),this.playtimeSinceLastAug=0,this.scriptProdSinceLastAug=0,this.moneySourceA.reset(),this.hacknetNodes.length=0,this.hashManager.prestige(),this.reapplyAllAugmentations(!0),this.hp.current=this.hp.max,this.finishWork(!0)}function U(){if(this.entropy=0,this.prestigeAugmentation(),this.karma=0,this.sleeves.forEach(t=>t.prestige()),10===this.bitNodeN)for(let t=0;t=t}function X(t,e){this.moneySourceA instanceof P.a||(console.warn("Player.moneySourceA was not properly initialized. Resetting"),this.moneySourceA=new P.a),this.moneySourceB instanceof P.a||(console.warn("Player.moneySourceB was not properly initialized. Resetting"),this.moneySourceB=new P.a),this.moneySourceA.record(t,e),this.moneySourceB.record(t,e)}function Q(){this.focus=!0}function Z(){this.focus=!1}function tt(t){return"number"!=typeof t?(console.warn("Player.takeDamage() called without a numeric argument: "+t),!1):(this.hp.current-=t,this.hp.current<=0&&(this.hospitalize(),!0))}function et(){const t=Object(T.b)();return F.b.emit("You've been Hospitalized for "+N.a.formatMoney(t),F.d.SUCCESS,2e3),this.loseMoney(t,"hospitalization"),this.hp.current=this.hp.max,t}function nt(t,e=!1){const n=l.a[this.location];if(!n)return console.error(`Could not find company that matches the location: ${this.location}. Player.applyToCompany() failed`),!1;let a=t;if(!this.isQualified(n,a))return e||Object(I.a)("Unfortunately, you do not qualify for this position\n"+Object(f.a)(n,a)),!1;if(!n.hasPosition(a))return console.error(`Company ${n.name} does not have position ${a}. Player.applyToCompany() failed`),!1;for(;;){const t=Object(c.a)(a);if(null==t)break;if(!n.hasPosition(t)||!this.isQualified(n,t))break;a=t}if(this.jobs[n.name]===a.name){if(!e){const t=Object(c.a)(a);if(null!=t&&n.hasPosition(t)){const e=Object(f.a)(n,t);Object(I.a)("Unfortunately, you do not qualify for a promotion\n"+e)}else Object(I.a)("You are already at the highest position for your field! No promotion available")}return!1}return this.jobs[n.name]=a.name,e||Object(I.a)(`Congratulations! You were offered a new job at ${n.name} for position ${a.name}!`),!0}function at(t,e){const n=l.a[t.name];if(null==n||n.name!=t.name)return e;const a=this.jobs[t.name];if(!a)return e;const r=u.a[a];return r.isSoftwareJob()&&e.isSoftwareJob()||r.isITJob()&&e.isITJob()||r.isBusinessJob()&&e.isBusinessJob()||r.isSecurityEngineerJob()&&e.isSecurityEngineerJob()||r.isNetworkEngineerJob()&&e.isNetworkEngineerJob()||r.isSecurityJob()&&e.isSecurityJob()||r.isAgentJob()&&e.isAgentJob()||r.isSoftwareConsultantJob()&&e.isSoftwareConsultantJob()||r.isBusinessConsultantJob()&&e.isBusinessConsultantJob()||r.isPartTimeJob()&&e.isPartTimeJob()?Object(c.a)(r):e}function rt(t){Object(B.b)(this.currentWork)&&this.currentWork.companyName===t&&this.finishWork(!0);for(const e of this.sleeves)Object(w.b)(e.currentWork)&&e.currentWork.companyName===t&&(e.stopWork(),Object(I.a)(`You quit ${t} while one of your sleeves was working there. The sleeve is now idle.`));delete this.jobs[t]}function it(){return Boolean(Object.keys(this.jobs).length)}function ot(t=!1){return this.applyForJob(u.a[m.j[0]],t)}function st(t=!1){return this.applyForJob(u.a[m.k[0]],t)}function lt(t=!1){return this.applyForJob(u.a[m.d[0]],t)}function ct(t=!1){const e=l.a[this.location];return this.isQualified(e,u.a[m.i[0]])?this.applyForJob(u.a[m.i[0]],t):(t||Object(I.a)("Unfortunately, you do not qualify for this position"),!1)}function ft(t=!1){const e=l.a[this.location];if(this.isQualified(e,u.a[m.f[0]])){const e=u.a[m.f[0]];return this.applyForJob(e,t)}return t||Object(I.a)("Unfortunately, you do not qualify for this position"),!1}function ut(t=!1){return this.applyForJob(u.a[m.b[0]],t)}function mt(t=!1){return this.applyForJob(u.a[m.c[0]],t)}function ht(t=!1){return this.applyForJob(u.a[m.h[2]],t)}function dt(t=!1){const e=l.a[this.location];if(this.isQualified(e,u.a[m.a[0]])){const e=u.a[m.a[0]];return this.applyForJob(e,t)}return t||Object(I.a)("Unfortunately, you do not qualify for this position"),!1}function pt(t=!1){const e=l.a[this.location],n=m.e[1];return!!e.hasPosition(n)&&(this.isQualified(e,u.a[n])?(this.jobs[e.name]=n,t||Object(I.a)("Congratulations, you are now employed at "+this.location),!0):(t||Object(I.a)("Unfortunately, you do not qualify for this position"),!1))}function gt(t=!1){const e=l.a[this.location],n=m.g[1];return!!e.hasPosition(n)&&(this.isQualified(e,u.a[n])?(this.jobs[e.name]=n,t||Object(I.a)("Congratulations, you are now employed part-time at "+this.location),!0):(t||Object(I.a)("Unfortunately, you do not qualify for this position"),!1))}function bt(t=!1){const e=l.a[this.location],n=m.e[0];return!!e.hasPosition(n)&&(this.isQualified(e,u.a[n])?(this.jobs[e.name]=n,t||Object(I.a)("Congratulations, you are now employed as a waiter at "+this.location),!0):(t||Object(I.a)("Unfortunately, you do not qualify for this position"),!1))}function yt(t=!1){const e=l.a[this.location],n=m.g[0];return!!e.hasPosition(n)&&(this.isQualified(e,u.a[n])?(this.jobs[e.name]=n,t||Object(I.a)("Congratulations, you are now employed as a part-time waiter at "+this.location),!0):(t||Object(I.a)("Unfortunately, you do not qualify for this position"),!1))}function Et(t,e){const n=t.jobStatReqOffset,a=e.requiredHacking>0?e.requiredHacking+n:0,r=e.requiredStrength>0?e.requiredStrength+n:0,i=e.requiredDefense>0?e.requiredDefense+n:0,o=e.requiredDexterity>0?e.requiredDexterity+n:0,s=e.requiredDexterity>0?e.requiredDexterity+n:0,l=e.requiredCharisma>0?e.requiredCharisma+n:0;return this.skills.hacking>=a&&this.skills.strength>=r&&this.skills.defense>=i&&this.skills.dexterity>=o&&this.skills.agility>=s&&this.skills.charisma>=l&&t.playerReputation>=e.requiredReputation}function vt(t=!0){t&&this.resetMultipliers();for(let t=0;te.specialName===t),a=Object(_.d)(e?e.hostname:"").backdoorInstalled?-1e5:0;return n.includes(t)&&function(t){const e=l.a[t];return null==e?0:e.playerReputation}(t)>h.a.CorpFactionRepRequirement+a}const i=p.a[j.a.Illuminati];!i.isBanned&&!i.isMember&&!i.alreadyInvited&&e>=30&&this.money>=15e10&&this.skills.hacking>=1500&&this.skills.strength>=1200&&this.skills.defense>=1200&&this.skills.dexterity>=1200&&this.skills.agility>=1200&&t.push(i);const s=p.a[j.a.Daedalus];!s.isBanned&&!s.isMember&&!s.alreadyInvited&&e>=o.a.DaedalusAugsRequirement&&this.money>=1e11&&(this.skills.hacking>=2500||this.skills.strength>=1500&&this.skills.defense>=1500&&this.skills.dexterity>=1500&&this.skills.agility>=1500)&&t.push(s);const c=p.a[j.a.TheCovenant];!c.isBanned&&!c.isMember&&!c.alreadyInvited&&e>=20&&this.money>=75e9&&this.skills.hacking>=850&&this.skills.strength>=850&&this.skills.defense>=850&&this.skills.dexterity>=850&&this.skills.agility>=850&&t.push(c);const f=p.a[j.a.ECorp];f.isBanned||f.isMember||f.alreadyInvited||!r(v.a.AevumECorp)||t.push(f);const u=p.a[j.a.MegaCorp];u.isBanned||u.isMember||u.alreadyInvited||!r(v.a.Sector12MegaCorp)||t.push(u);const m=p.a[j.a.BachmanAssociates];m.isBanned||m.isMember||m.alreadyInvited||!r(v.a.AevumBachmanAndAssociates)||t.push(m);const d=p.a[j.a.BladeIndustries];d.isBanned||d.isMember||d.alreadyInvited||!r(v.a.Sector12BladeIndustries)||t.push(d);const g=p.a[j.a.NWO];g.isBanned||g.isMember||g.alreadyInvited||!r(v.a.VolhavenNWO)||t.push(g);const b=p.a[j.a.ClarkeIncorporated];b.isBanned||b.isMember||b.alreadyInvited||!r(v.a.AevumClarkeIncorporated)||t.push(b);const y=p.a[j.a.OmniTekIncorporated];y.isBanned||y.isMember||y.alreadyInvited||!r(v.a.VolhavenOmniTekIncorporated)||t.push(y);const k=p.a[j.a.FourSigma];k.isBanned||k.isMember||k.alreadyInvited||!r(v.a.Sector12FourSigma)||t.push(k);const w=p.a[j.a.KuaiGongInternational];w.isBanned||w.isMember||w.alreadyInvited||!r(v.a.ChongqingKuaiGongInternational)||t.push(w);const S=p.a[j.a.FulcrumSecretTechnologies],x=Object(_.d)(L.a.FulcrumSecretTechnologies);if(!(x instanceof C.a))throw new Error(j.a.FulcrumSecretTechnologies+" should be normal server");null==x?console.error(`Could not find ${j.a.FulcrumSecretTechnologies} Server`):S.isBanned||S.isMember||S.alreadyInvited||!x.backdoorInstalled||!r(v.a.AevumFulcrumTechnologies)||t.push(S);const O=p.a[j.a.BitRunners],M=Object(_.d)(L.a.BitRunnersServer);if(!(M instanceof C.a))throw new Error(j.a.BitRunners+" should be normal server");null==M?console.error(`Could not find ${j.a.BitRunners} Server`):O.isBanned||O.isMember||!M.backdoorInstalled||O.alreadyInvited||t.push(O);const A=p.a[j.a.TheBlackHand],T=Object(_.d)(L.a.TheBlackHandServer);if(!(T instanceof C.a))throw new Error(j.a.TheBlackHand+" should be normal server");null==T?console.error(`Could not find ${j.a.TheBlackHand} Server`):A.isBanned||A.isMember||!T.backdoorInstalled||A.alreadyInvited||t.push(A);const N=p.a[j.a.NiteSec],P=Object(_.d)(L.a.NiteSecServer);if(!(P instanceof C.a))throw new Error(j.a.NiteSec+" should be normal server");null==P?console.error(`Could not find ${j.a.NiteSec} Server`):N.isBanned||N.isMember||!P.backdoorInstalled||N.alreadyInvited||t.push(N);const I=p.a[j.a.Chongqing];!I.isBanned&&!I.isMember&&!I.alreadyInvited&&this.money>=2e7&&this.city==E.a.Chongqing&&t.push(I);const F=p.a[j.a.Sector12];!F.isBanned&&!F.isMember&&!F.alreadyInvited&&this.money>=15e6&&this.city==E.a.Sector12&&t.push(F);const D=p.a[j.a.NewTokyo];!D.isBanned&&!D.isMember&&!D.alreadyInvited&&this.money>=2e7&&this.city==E.a.NewTokyo&&t.push(D);const B=p.a[j.a.Aevum];!B.isBanned&&!B.isMember&&!B.alreadyInvited&&this.money>=4e7&&this.city==E.a.Aevum&&t.push(B);const W=p.a[j.a.Ishima];!W.isBanned&&!W.isMember&&!W.alreadyInvited&&this.money>=3e7&&this.city==E.a.Ishima&&t.push(W);const H=p.a[j.a.Volhaven];!H.isBanned&&!H.isMember&&!H.alreadyInvited&&this.money>=5e7&&this.city==E.a.Volhaven&&t.push(H);const U=p.a[j.a.SpeakersForTheDead];!U.isBanned&&!U.isMember&&!U.alreadyInvited&&this.skills.hacking>=100&&this.skills.strength>=300&&this.skills.defense>=300&&this.skills.dexterity>=300&&this.skills.agility>=300&&this.numPeopleKilled>=30&&this.karma<=-45&&!n.includes(v.a.Sector12CIA)&&!n.includes(v.a.Sector12NSA)&&t.push(U);const q=p.a[j.a.TheDarkArmy];!q.isBanned&&!q.isMember&&!q.alreadyInvited&&this.skills.hacking>=300&&this.skills.strength>=300&&this.skills.defense>=300&&this.skills.dexterity>=300&&this.skills.agility>=300&&this.city==E.a.Chongqing&&this.numPeopleKilled>=5&&this.karma<=-45&&!n.includes(v.a.Sector12CIA)&&!n.includes(v.a.Sector12NSA)&&t.push(q);const $=p.a[j.a.TheSyndicate];!$.isBanned&&!$.isMember&&!$.alreadyInvited&&this.skills.hacking>=200&&this.skills.strength>=200&&this.skills.defense>=200&&this.skills.dexterity>=200&&this.skills.agility>=200&&(this.city==E.a.Aevum||this.city==E.a.Sector12)&&this.money>=1e7&&this.karma<=-90&&!n.includes(v.a.Sector12CIA)&&!n.includes(v.a.Sector12NSA)&&t.push($);const K=p.a[j.a.Silhouette];!K.isBanned&&!K.isMember&&!K.alreadyInvited&&(a.includes("Chief Technology Officer")||a.includes("Chief Financial Officer")||a.includes("Chief Executive Officer"))&&this.money>=15e6&&this.karma<=-22&&t.push(K);const z=p.a[j.a.Tetrads];!z.isBanned&&!z.isMember&&!z.alreadyInvited&&(this.city==E.a.Chongqing||this.city==E.a.NewTokyo||this.city==E.a.Ishima)&&this.skills.strength>=75&&this.skills.defense>=75&&this.skills.dexterity>=75&&this.skills.agility>=75&&this.karma<=-18&&t.push(z);const V=p.a[j.a.SlumSnakes];!V.isBanned&&!V.isMember&&!V.alreadyInvited&&this.skills.strength>=30&&this.skills.defense>=30&&this.skills.dexterity>=30&&this.skills.agility>=30&&this.karma<=-9&&this.money>=1e6&&t.push(V);const Y=p.a[j.a.Netburners];let J=0,X=0,Q=0;for(let t=0;t=80&&J>=8&&X>=4&&Q>=100&&t.push(Y);const Z=p.a[j.a.TianDiHui];!Z.isBanned&&!Z.isMember&&!Z.alreadyInvited&&this.money>=1e6&&this.skills.hacking>=50&&(this.city==E.a.Chongqing||this.city==E.a.NewTokyo||this.city==E.a.Ishima)&&t.push(Z);const tt=p.a[j.a.CyberSec],et=Object(_.d)(L.a.CyberSecServer);if(!(et instanceof C.a))throw new Error(j.a.CyberSec+" should be normal server");return null==et?console.error(`Could not find ${j.a.CyberSec} Server`):tt.isBanned||tt.isMember||!et.backdoorInstalled||tt.alreadyInvited||t.push(tt),t}function St(t){this.bitNodeN=t}function _t(t){for(const e of this.queuedAugmentations)if(e.name==t)return void console.warn(`tried to queue ${t} twice, this may be a bug`);for(const e of this.augmentations)if(e.name==t)return void console.warn(`tried to queue ${t} twice, this may be a bug`);this.queuedAugmentations.push(new r.a(t))}function Ct(t,e=1){if(null==t||null==t.type)return"No reward for this contract";switch(t.type){case s.c.FactionReputation:if(null==t.name||!p.a[t.name])return t.type=s.c.FactionReputationAll,this.gainCodingContractReward(t);const n=h.a.CodingContractBaseFactionRepGain*e;return p.a[t.name].playerReputation+=n,`Gained ${n} faction reputation for ${t.name}`;case s.c.FactionReputationAll:const a=h.a.CodingContractBaseFactionRepGain*e,r=[j.a.Bladeburners],i=this.factions.slice().filter(t=>!r.includes(t));if(0==i.length)return t.type=s.c.Money,this.gainCodingContractReward(t,e);const c=Math.floor(a/i.length);for(const t of i)p.a[t]&&(p.a[t].playerReputation+=c);return`Gained ${c} reputation for each of the following factions: ${i.toString()}`;case s.c.CompanyReputation:{if(null==t.name||!l.a[t.name])return t.type=s.c.FactionReputationAll,this.gainCodingContractReward(t);const n=h.a.CodingContractBaseCompanyRepGain*e;return l.a[t.name].playerReputation+=n,`Gained ${n} company reputation for ${t.name}`}case s.c.Money:default:{const t=h.a.CodingContractBaseMoneyGain*e*o.a.CodingContractMoney;return this.gainMoney(t,"codingcontract"),"Gained "+N.a.formatMoney(t)}}}function xt(t){return null==b.a[t]?(console.warn("Player.travel() called with invalid city: "+t),!1):(this.city=t,!0)}function Lt(t){return null==y.a[t]?(console.warn("Player.gotoLocation() called with invalid location: "+t),!1):(this.location=t,!0)}function Ot(){return 10===this.bitNodeN||this.sourceFileLvl(10)>0}function Mt(t){this.exploits.includes(t)||(this.exploits.push(t),F.b.emit("SF -1 acquired!",F.d.SUCCESS,2e3))}function At(t){const e=D.a[t];e&&(this.achievements.map(t=>t.ID).includes(t)||(this.achievements.push({ID:t,unlockedOn:(new Date).getTime()}),F.b.emit(`Unlocked Achievement: "${e.Name}"`,F.d.SUCCESS,2e3)))}function Tt(){return this.moneySourceA.casino}function Rt(){return 13===this.bitNodeN||this.sourceFileLvl(13)>0}function Nt(t){const e=this.sourceFiles.find(e=>e.n===t);return e?e.lvl:0}function Pt(){let t=1;return this.hasAugmentation(i.a.NeuroreceptorManager,!0)||(t=this.focus?1:h.a.BaseFocusBonus),t}},,function(t,e,n){"use strict";n.d(e,"a",(function(){return u}));var a=n(15),r=n(607),i=n(42),o=n(156),s=n(352),l=n(16),c=n(1);function f(t,e,n){return e in t?Object.defineProperty(t,e,{value:n,enumerable:!0,configurable:!0,writable:!0}):t[e]=n,t}class u extends r.a{constructor(t={hostname:"",ip:Object(s.a)()}){super(t),f(this,"cache",1),f(this,"cores",1),f(this,"hashCapacity",0),f(this,"hashRate",0),f(this,"level",1),f(this,"onlineTimeSeconds",0),f(this,"totalHashesGenerated",0),f(this,"purchasedByPlayer",!0),this.maxRam=1,this.updateHashCapacity()}calculateCacheUpgradeCost(t){return Object(o.a)(this.cache,t)}calculateCoreUpgradeCost(t,e){return Object(o.b)(this.cores,t,e)}calculateLevelUpgradeCost(t,e){return Object(o.d)(this.level,t,e)}calculateRamUpgradeCost(t,e){return Object(o.e)(this.maxRam,t,e)}process(t=1){const e=t*a.a.MilliPerCycle/1e3;this.onlineTimeSeconds+=e;const n=this.hashRate*e;return this.totalHashesGenerated+=n,n}upgradeCache(t){this.cache=Math.min(i.b.MaxCache,Math.round(this.cache+t)),this.updateHashCapacity()}upgradeCore(t,e){this.cores=Math.min(i.b.MaxCores,Math.round(this.cores+t)),this.updateHashRate(e),this.cpuCores=this.cores}upgradeLevel(t,e){this.level=Math.min(i.b.MaxLevel,Math.round(this.level+t)),this.updateHashRate(e)}upgradeRam(t,e){for(let e=0;et.endsWith(e))}},,function(t,e,n){"use strict";n.d(e,"a",(function(){return g})),n.d(e,"b",(function(){return b})),n.d(e,"i",(function(){return y})),n.d(e,"c",(function(){return E})),n.d(e,"h",(function(){return v})),n.d(e,"d",(function(){return k})),n.d(e,"e",(function(){return w})),n.d(e,"g",(function(){return S})),n.d(e,"j",(function(){return C})),n.d(e,"f",(function(){return x}));var a=n(796),r=n(343),i=n(153),o=n(691),s=n(1086),l=n(117),c=n(75),f=n(106),u=n(15),m=n(7),h=n(19),d=n(16),p=n(2);let g={lastUpdate:0,Orders:{},storedCycles:0,ticksUntilCycle:0};const b={};function y(t,e,n,o,s,l){if(!(t instanceof i.a))return l?p.b.log(l,()=>`Invalid stock: '${t}'`):Object(h.a)("ERROR: Invalid stock passed to placeOrder() function"),!1;if("number"!=typeof e||"number"!=typeof n)return l?p.b.log(l,()=>`Invalid arguments: shares='${e}' price='${n}'`):Object(h.a)("ERROR: Invalid numeric value provided for either 'shares' or 'price' argument"),!1;const c=new a.a(t.symbol,e,n,o,s);if(null==g.Orders){const t={};for(const e of Object.keys(g)){const n=g[e];n instanceof i.a&&(t[n.symbol]=[])}g.Orders=t}g.Orders[t.symbol].push(c);const f={stockMarket:g,symbolToStockMap:b};return Object(r.a)(t,c.type,c.pos,f),!0}function E(t,e){if(null==g.Orders)return!1;if(t.order&&t.order instanceof a.a){const e=t.order,n=g.Orders[e.stockSymbol];for(let t=0;t"Successfully cancelled order: "+a),!0}return e&&p.b.log(e,()=>"Failed to cancel order: "+a),!1}return!1}function v(t){g=""===t?{lastUpdate:0,Orders:{},storedCycles:0,ticksUntilCycle:0}:JSON.parse(t,d.c)}function k(){g={lastUpdate:0,Orders:{},storedCycles:0,ticksUntilCycle:0}}function w(){for(const t of Object.keys(g))g.hasOwnProperty(t)&&delete g[t];for(const t of s.a){const e=t.name;g[e]=new i.a(t)}const t={};for(const e of Object.keys(g)){const n=g[e];n instanceof i.a&&(t[n.symbol]=[])}g.Orders=t,g.storedCycles=0,g.lastUpdate=0,g.ticksUntilCycle=o.a}function S(){for(const[t,e]of Object.entries(f.a)){const n=g[t];null!=n?b[e]=n:console.error("Could not find Stock for "+t)}}const _=6e3/u.a.MilliPerCycle;function C(t=1){if((null==g.storedCycles||isNaN(g.storedCycles))&&(g.storedCycles=0),g.storedCycles+=t,g.storedCycles<_)return;const e=(new Date).getTime();if(e-g.lastUpdate<4e3)return;g.lastUpdate=e,g.storedCycles-=_,null!=g.ticksUntilCycle&&"number"==typeof g.ticksUntilCycle||(g.ticksUntilCycle=o.a),--g.ticksUntilCycle,g.ticksUntilCycle<=0&&function(){for(const t of Object.keys(g)){const e=g[t];if(!(e instanceof i.a))continue;Math.random()<.45&&(e.b=!e.b,e.flipForecastForecast()),g.ticksUntilCycle=o.a}}();const n=Math.random();for(const t of Object.keys(g)){const e=g[t];if(!(e instanceof i.a))continue;let a=n*e.mv/100;isNaN(a)&&(a=.02);let o=50;o=e.b?(o+e.otlkMag)/100:(o-e.otlkMag)/100,e.price>=e.cap&&(o=.1,e.b=!1),isNaN(o)&&(o=.5);const s=Math.random(),f={stockMarket:g,symbolToStockMap:b};s1?1:i<0?0:i}function o(t,e){null==t.baseDifficulty&&(t.baseDifficulty=t.hackDifficulty);let n=3;return n+=.3*t.baseDifficulty,n*e.mults.hacking_exp*a.a.HackExpGain}function s(t,e){const n=(100-t.hackDifficulty)/100*((e.skills.hacking-(t.requiredHackingSkill-1))/e.skills.hacking)*e.mults.hacking_money*a.a.ScriptHackMoney/240;return n<0?0:n>1?1:n}function l(t,e){let n=2.5*(t.requiredHackingSkill*t.hackDifficulty)+500;n/=e.skills.hacking+50;return 5*n/(e.mults.hacking_speed*Object(r.a)(e.skills.intelligence,1))}function c(t,e){return 3.2*l(t,e)}function f(t,e){return 4*l(t,e)}},,function(t,e,n){"use strict";n.d(e,"c",(function(){return g})),n.d(e,"d",(function(){return b})),n.d(e,"b",(function(){return y})),n.d(e,"f",(function(){return E})),n.d(e,"e",(function(){return v})),n.d(e,"a",(function(){return k}));var a=n(72),r=n(325),i=n(13),o=n(25),s=n(30),l=n(1),c=n(6),f=n(228),u=n(19),m=n(598),h=n(5),d=n(326),p=n(224);function g(t){l.a.receiveInvite(t.name),t.alreadyInvited=!0,c.a.SuppressFactionInvites||m.a.emit(t)}function b(t){if(t.isMember)return;t.isMember=!0,l.a.factions.push(t.name);const e=Object.values(h.a).map(t=>t);l.a.factions.sort((t,n)=>e.indexOf(t)-e.indexOf(n));const n=t.getInfo();for(const t of n.enemies)s.a[t]&&(s.a[t].isBanned=!0);for(let e=0;el.a.hasAugmentation(t))}function E(t,e,n=!1){const a=y(t),o=t.getCost();if(a)if(0!==o.moneyCost&&l.a.money=o.moneyCost){const e=new r.a(t.name);if(t.name==i.a.NeuroFluxGovernor&&(e.level=t.getLevel()),l.a.queuedAugmentations.push(e),l.a.loseMoney(o.moneyCost,"augmentations"),n)return"You purchased "+t.name;c.a.SuppressBuyAugmentationConfirmation||Object(u.a)(`You purchased ${t.name}. Its enhancements will not take effect until they are installed.To install your augmentations, go to the 'Augmentations' tab on the left-hand navigation menu.Purchasing additional augmentations will now be more expensive.`)}else Object(u.a)("Hmm, something went wrong when trying to purchase an Augmentation. Please report this to the game developer with an explanation of how to reproduce this.");else{const e=`You must first purchase or install ${t.prereqs.filter(t=>!l.a.hasAugmentation(t)).join(",")} before you can purchase this one.`;if(n)return e;Object(u.a)(e)}return""}function v(t){for(const e of Object.keys(s.a)){if(Object(p.b)(l.a.currentWork)&&e===l.a.currentWork.factionName)continue;if(!s.a.hasOwnProperty(e))continue;const n=s.a[e];if(!n.isMember)continue;if(!n.getInfo().offersWork())continue;if(l.a.getGangName()===e)continue;const a=Math.min(.1,n.favor/1e3+.01),r=Object(f.c)(l.a,n.favor),i=Object(f.b)(l.a,n.favor),c=Object(f.a)(l.a,n.favor),u=Math.max(r*a,i*a,c*a,1/120);n.playerReputation+=u*t*l.a.mults.faction_rep*o.a.FactionPassiveRepGain}}const k=t=>{if(l.a.hasGangWith(t.name)){let e=Object.values(a.a);e=e.filter(t=>!t.isSpecial&&t.name!==i.a.CongruityImplant),2===l.a.bitNodeN&&e.push(a.a[i.a.TheRedPill]);const n=Object(d.b)(`BN${l.a.bitNodeN}.${l.a.sourceFileLvl(l.a.bitNodeN)}`),r=e=>e.factions.length>1||(!!t.augmentations.includes(e.name)||n()>=1-o.a.GangUniqueAugs);return e=e.filter(r),e.map(t=>t.name)}return t.augmentations.slice()}},function(t,e,n){"use strict";n.d(e,"c",(function(){return I})),n.d(e,"b",(function(){return R})),n.d(e,"a",(function(){return P}));var a=n(163),r=n(78),i=n(15),o=n(30),s=n(81),l=n(1),c=n(26),f=n(6),u=n(97),m=n(105),h=n(83),d=n(294),p=n(19),g=n(16),b=n(350),y=n(697),E=n(13),v=n(325),k=n(11),w=n(589),S=n(309),_=n(128),C=n(5),x=n(588),L=n(141),O=n(88),M=n(1123);function A(t,e,n){return e in t?Object.defineProperty(t,e,{value:n,enumerable:!0,configurable:!0,writable:!0}):t[e]=n,t}class T{constructor(){A(this,"PlayerSave",""),A(this,"AllServersSave",""),A(this,"CompaniesSave",""),A(this,"FactionsSave",""),A(this,"AliasesSave",""),A(this,"GlobalAliasesSave",""),A(this,"StockMarketSave",""),A(this,"SettingsSave",""),A(this,"VersionSave",""),A(this,"AllGangsSave",""),A(this,"LastExportBonus",""),A(this,"StaneksGiftSave","")}getSaveString(t=!1){this.PlayerSave=JSON.stringify(l.a),this.AllServersSave=Object(c.k)(t),this.CompaniesSave=JSON.stringify(r.a),this.FactionsSave=JSON.stringify(o.a),this.AliasesSave=JSON.stringify(a.a),this.GlobalAliasesSave=JSON.stringify(a.b),this.StockMarketSave=JSON.stringify(u.a),this.SettingsSave=JSON.stringify(f.a),this.VersionSave=JSON.stringify(i.a.VersionNumber),this.LastExportBonus=JSON.stringify(d.a),this.StaneksGiftSave=JSON.stringify(m.c),l.a.gang&&(this.AllGangsSave=JSON.stringify(s.a));return btoa(unescape(encodeURIComponent(JSON.stringify(this))))}saveGame(t=!0){const e=(new Date).getTime();l.a.lastSave=e;const n=this.getSaveString(f.a.ExcludeRunningScriptsFromSave);return new Promise((a,r)=>{Object(b.c)(n).then(()=>{const r={playerIdentifier:l.a.identifier,fileName:this.getSaveFileName(),save:n,savedOn:e};return Object(S.d)(r),t&&h.b.emit("Game Saved!",h.d.INFO,2e3),a()}).catch(t=>(console.error(t),r()))})}getSaveFileName(t=!1){const e=Math.round(Date.now()/1e3),n=l.a.bitNodeN;let a=`bitburnerSave_${e}_BN${n}x${l.a.sourceFileLvl(n)+1}.json`;return t&&(a="RECOVERY"+a),a}exportGame(){const t=this.getSaveString(f.a.ExcludeRunningScriptsFromSave);P(this.getSaveFileName(),t)}importGame(t,e=!0){if(!t||""===t)throw new Error("Invalid import string");return Object(b.c)(t).then(()=>(e&&setTimeout(()=>location.reload(),1e3),Promise.resolve()))}getImportStringFromFile(t){if(null===t)return Promise.reject(new Error("No file selected"));const e=t[0];if(!e)return Promise.reject(new Error("Invalid file selected"));const n=new FileReader,a=new Promise((t,e)=>{n.onload=function(n){const a=n.target;if(null===a)return e(new Error("Error importing file"));const r=a.result;if("string"!=typeof r)return e(new Error("FileReader event was not type string"));t(r)}});return n.readAsText(e),a}async getImportDataFromString(t){var e,n,a,r,i,o,s,c;if(!t||""===t)throw new Error("Invalid import string");let f,u;try{f=window.atob(t),f=f.trim()}catch(t){console.error(t)}if(!f||""===f)return Promise.reject(new Error("Save game had not content or was not base64 encoded"));try{u=JSON.parse(f)}catch(t){console.error(t)}if(!u||"BitburnerSaveObject"!==u.ctor||!u.data)return Promise.reject(new Error("Save game did not seem valid"));const m={base64:t},h=w.a.fromJSON(JSON.parse(u.data.PlayerSave)),d={identifier:h.identifier,lastSave:h.lastSave,totalPlaytime:h.totalPlaytime,money:h.money,hacking:h.skills.hacking,augmentations:null!==(e=null===(n=h.augmentations)||void 0===n?void 0:n.reduce((t,e)=>t+e.level,0))&&void 0!==e?e:0,factions:null!==(a=null===(r=h.factions)||void 0===r?void 0:r.length)&&void 0!==a?a:0,achievements:null!==(i=null===(o=h.achievements)||void 0===o?void 0:o.length)&&void 0!==i?i:0,bitNode:h.bitNodeN,bitNodeLevel:h.sourceFileLvl(l.a.bitNodeN)+1,sourceFiles:null!==(s=null===(c=h.sourceFiles)||void 0===c?void 0:c.reduce((t,e)=>t+e.lvl,0))&&void 0!==s?s:0};return m.playerData=d,Promise.resolve(m)}toJSON(){return Object(g.b)("BitburnerSaveObject",this)}static fromJSON(t){return Object(g.a)(T,t.data)}}function R(t){if(-1!==navigator.userAgent.indexOf("wv")&&-1!==navigator.userAgent.indexOf("Chrome/")&&setInterval(()=>{Object(p.a)("SCAM ALERT. This app is not official and you should uninstall it.")},1e3),!t)return!1;t=decodeURIComponent(escape(atob(t)));const e=JSON.parse(t,g.c);if(Object(l.b)(e.PlayerSave),Object(c.h)(e.AllServersSave),Object(r.c)(e.CompaniesSave),Object(o.d)(e.FactionsSave),e.hasOwnProperty("StaneksGiftSave")?Object(m.b)(e.StaneksGiftSave):(console.warn("Could not load Staneks Gift from save"),Object(m.b)("")),e.hasOwnProperty("AliasesSave"))try{Object(a.c)(e.AliasesSave)}catch(t){console.warn("Could not load Aliases from save"),Object(a.c)("")}else console.warn("Save file did not contain an Aliases property"),Object(a.c)("");if(e.hasOwnProperty("GlobalAliasesSave"))try{Object(a.d)(e.GlobalAliasesSave)}catch(t){console.warn("Could not load GlobalAliases from save"),Object(a.d)("")}else console.warn("Save file did not contain a GlobalAliases property"),Object(a.d)("");if(e.hasOwnProperty("StockMarketSave"))try{Object(u.h)(e.StockMarketSave)}catch(t){Object(u.h)("")}else Object(u.h)("");if(e.hasOwnProperty("SettingsSave"))try{f.a.load(e.SettingsSave)}catch(t){}if(e.hasOwnProperty("LastExportBonus"))try{d.d(JSON.parse(e.LastExportBonus))}catch(t){d.d((new Date).getTime()),console.error("ERROR: Failed to parse last export bonus Settings "+t)}if(l.a.gang&&e.hasOwnProperty("AllGangsSave"))try{Object(s.b)(e.AllGangsSave)}catch(t){console.error("ERROR: Failed to parse AllGangsSave: "+t)}if(e.hasOwnProperty("VersionSave"))try{const t=JSON.parse(e.VersionSave,g.c);!function(t){const e=l.a;if("string"==typeof t){if(t<="0.41.2"){null!=e.companyPosition&&"string"!=typeof e.companyPosition&&(e.companyPosition=e.companyPosition.data.positionName,null==e.companyPosition&&(e.companyPosition=""));for(const t of Object.keys(r.a)){const e=r.a[t];if(0==e.name&&null!=e.companyName&&(e.name=e.companyName),e.companyPositions instanceof Array){const t={};for(let n=0;n0)for(const t of e.sleeves)if(t.augmentations&&0!==t.augmentations.length)for(const e of t.augmentations)"Graphene BranchiBlades Upgrade"===e.name&&(e.name="Graphene BrachiBlades Upgrade");if(t<12&&void 0!==e.resleeves&&delete e.resleeves,t<15&&(f.a.EditorTheme={..._.a}),t<16){o.a[C.a.ShadowsOfAnarchy]=new x.a(C.a.ShadowsOfAnarchy);for(const t of Object(c.c)())for(const e of t.contracts)"HammingCodes: Integer to encoded Binary"==e.type&&(e.type="HammingCodes: Integer to Encoded Binary")}const n=()=>{e.hp={current:1,max:1};for(const t of e.sleeves)t.hp={current:1,max:1};e.exp.hacking=e.hacking_exp,e.exp.strength=e.strength_exp,e.exp.defense=e.defense_exp,e.exp.dexterity=e.dexterity_exp,e.exp.agility=e.agility_exp,e.exp.charisma=e.charisma_exp,e.exp.intelligence=e.intelligence_exp};if(t<17){let t=[...l.a.augmentations];t=t.filter(t=>t.name===E.a.NeuroFluxGovernor);const e=new v.a(E.a.NeuroFluxGovernor);e.level=0;for(const n of t)e.level+=n.level;l.a.augmentations=[...l.a.augmentations.filter(t=>t.name!==E.a.NeuroFluxGovernor),e],n(),l.a.reapplyAllAugmentations(!0),l.a.reapplyAllSourceFiles()}if(t<20){if(!Object(c.d)(O.a.DarkWeb)){const t=Object(L.g)({ip:Object(c.e)(),hostname:O.a.DarkWeb,organizationName:"",isConnectedTo:!1,adminRights:!1,purchasedByPlayer:!1,maxRam:1});Object(c.a)(t)}}if(t<21){Object(y.a)(10);const t=e.createProgramName;t&&l.a.getHomeComputer().pushProgram(t);const n=e.graftAugmentationName;n&&l.a.augmentations.push({name:n,level:1})}if(t<22&&(n(),Object(M.a)()),t<23&&(e.currentWork=null),t<24&&l.a.getHomeComputer().scripts.forEach(t=>t.filename.endsWith(".ns")&&(t.filename+=".js")),t<25){const t=["hacking_chance_mult","hacking_speed_mult","hacking_money_mult","hacking_grow_mult","hacking_mult","strength_mult","defense_mult","dexterity_mult","agility_mult","charisma_mult","hacking_exp_mult","strength_exp_mult","defense_exp_mult","dexterity_exp_mult","agility_exp_mult","charisma_exp_mult","company_rep_mult","faction_rep_mult","crime_money_mult","crime_success_mult","work_money_mult","hacknet_node_money_mult","hacknet_node_purchase_cost_mult","hacknet_node_ram_cost_mult","hacknet_node_core_cost_mult","hacknet_node_level_cost_mult","bladeburner_max_stamina_mult","bladeburner_stamina_gain_mult","bladeburner_analysis_mult","bladeburner_success_chance_mult","hacking_exp","strength_exp","defense_exp","dexterity_exp","agility_exp","charisma_exp","intelligence_exp","companyName","isWorking","workType","workCostMult","workExpMult","currentWorkFactionName","currentWorkFactionDescription","workHackExpGainRate","workStrExpGainRate","workDefExpGainRate","workDexExpGainRate","workAgiExpGainRate","workChaExpGainRate","workRepGainRate","workMoneyGainRate","workMoneyLossRate","workHackExpGained","workStrExpGained","workDefExpGained","workDexExpGained","workAgiExpGained","workChaExpGained","workRepGained","workMoneyGained","createProgramName","createProgramReqLvl","graftAugmentationName","timeWorkedGraftAugmentation","className","crimeType","timeWorked","timeWorkedCreateProgram","timeNeededToCompleteWork","factionWorkType","committingCrimeThruSingFn","singFnCrimeWorkerScript","hacking","max_hp","strength","defense","dexterity","agility","charisma","intelligence"],n=["gymStatType","bbAction","bbContract","hacking","strength","defense","dexterity","agility","charisma","intelligence","max_hp","hacking_exp","strength_exp","defense_exp","dexterity_exp","agility_exp","charisma_exp","intelligence_exp","hacking_mult","strength_mult","defense_mult","dexterity_mult","agility_mult","charisma_mult","hacking_exp_mult","strength_exp_mult","defense_exp_mult","dexterity_exp_mult","agility_exp_mult","charisma_exp_mult","hacking_chance_mult","hacking_speed_mult","hacking_money_mult","hacking_grow_mult","company_rep_mult","faction_rep_mult","crime_money_mult","crime_success_mult","work_money_mult","hacknet_node_money_mult","hacknet_node_purchase_cost_mult","hacknet_node_ram_cost_mult","hacknet_node_core_cost_mult","hacknet_node_level_cost_mult","bladeburner_max_stamina_mult","bladeburner_stamina_gain_mult","bladeburner_analysis_mult","bladeburner_success_chance_mult","className","crimeType","currentTask","currentTaskLocation","currentTaskMaxTime","currentTaskTime","earningsForSleeves","earningsForPlayer","earningsForTask","factionWorkType","gainRatesForTask","logs"];let a=Number(e.intelligence_exp);isNaN(a)&&(a=0),e.exp.intelligence+=a;for(const n of t)delete e[n];for(const t of e.sleeves){const e=t;let a=Number(e.intelligence_exp);isNaN(a)&&(a=0),e.exp.intelligence+=a;for(const e of n)delete t[e]}}}}(t),window.location.href.toLowerCase().includes("bitburner-beta")?Object(p.a)("You are playing on the beta environment! This branch of the game features the latest developments in the game. This version may be unstable.\nPlease report any bugs/issues through the github repository (https://github.com/danielyxie/bitburner/issues) or the Bitburner subreddit (reddit.com/r/bitburner).\n\n"+i.a.LatestUpdate):t!==i.a.VersionNumber&&N()}catch(t){N()}else N();return!0}function N(){setTimeout(()=>Object(p.a)("New update!\nPlease report any bugs/issues through the GitHub repository or the Bitburner subreddit (reddit.com/r/bitburner).\n\n"+i.a.LatestUpdate),1e3)}function P(t,e){const n=new Blob([e],{type:"text/plain"}),a=document.createElement("a"),r=URL.createObjectURL(n);a.href=r,a.download=t,document.body.appendChild(a),a.click(),setTimeout((function(){document.body.removeChild(a),window.URL.revokeObjectURL(r)}),0)}g.c.constructors.BitburnerSaveObject=T;const I=new T},function(t,e,n){"use strict";n.d(e,"c",(function(){return i})),n.d(e,"a",(function(){return o})),n.d(e,"b",(function(){return s}));var a=n(1),r=n(89);const i=(t,e,n=1)=>{const i=Object(r.d)(e,t.shockBonus(),e.money>0);Object(r.b)(t,i,n);const o=Object(r.d)(i,t.syncBonus(),e.money>0);Object(r.a)(a.a,o,n,"sleeves"),a.a.sleeves.filter(e=>e!==t).forEach(t=>Object(r.b)(t,o,n))};class o{constructor(t){this.type=t}finish(){}}let s;!function(t){t.COMPANY="COMPANY",t.FACTION="FACTION",t.CRIME="CRIME",t.CLASS="CLASS",t.RECOVERY="RECOVERY",t.SYNCHRO="SYNCHRO",t.BLADEBURNER="BLADEBURNER",t.INFILTRATE="INFILTRATE",t.SUPPORT="SUPPORT"}(s||(s={}))},function(t,e,n){"use strict";n.d(e,"a",(function(){return r})),n.d(e,"b",(function(){return i}));var a=n(772);const r={...a.Default.colors},i=()=>({...a})},function(t,e,n){"use strict";n.d(e,"c",(function(){return i})),n.d(e,"b",(function(){return o})),n.d(e,"d",(function(){return s})),n.d(e,"a",(function(){return l}));var a=n(16),r=n(798);let i=new r.a;function o(t){i=t?JSON.parse(t,a.c):new r.a}function s(t,e){const n=[];for(let a=0;a{var e;null!=i[(e=t).name]&&console.warn("Duplicate Company Position being defined: "+e.name),i[e.name]=new r.a(e)})},function(t,e,n){"use strict";let a;n.d(e,"a",(function(){return a})),function(t){t.HACKING="HACKING",t.FIELD="FIELD",t.SECURITY="SECURITY"}(a||(a={}))},,,function(t,e,n){"use strict";let a;n.d(e,"a",(function(){return a})),n.d(e,"b",(function(){return i})),n.d(e,"c",(function(){return o})),function(t){t.Bypass="Bypass",t.PrototypeTampering="PrototypeTampering",t.Unclickable="Unclickable",t.UndocumentedFunctionCall="UndocumentedFunctionCall",t.TimeCompression="TimeCompression",t.RealityAlteration="RealityAlteration",t.N00dles="N00dles",t.YoureNotMeantToAccessThis="YoureNotMeantToAccessThis",t.TrueRecursion="TrueRecursion",t.INeedARainbow="INeedARainbow",t.EditSaveFile="EditSaveFile"}(a||(a={}));const r={Bypass:"by circumventing the ram cost of document.",EditSaveFile:"by editing your save file.",PrototypeTampering:"by tampering with Numbers prototype.",TimeCompression:"by compressing time.",Unclickable:"by clicking the unclickable.",UndocumentedFunctionCall:"by looking beyond the documentation.",RealityAlteration:"by altering reality to suit your whims.",N00dles:"by harnessing the power of the n00dles.",YoureNotMeantToAccessThis:"by accessing the dev menu.",TrueRecursion:"by truly recursing.",INeedARainbow:"by using the power of the rainbow."};function i(t){return r[t]}function o(t){return t=t.filter(t=>Object.keys(a).includes(t)),[...new Set(t)]}},,,function(t,e,n){"use strict";n.d(e,"c",(function(){return b})),n.d(e,"d",(function(){return y})),n.d(e,"g",(function(){return S})),n.d(e,"f",(function(){return k})),n.d(e,"e",(function(){return g})),n.d(e,"a",(function(){return v})),n.d(e,"b",(function(){return w}));var a=n(72),r=n(325),i=n(13),o=n(15),s=n(30),l=n(1),c=n(478),f=n(19),u=n(1492),m=n(5),h=n(365),d=n(22),p=n(192);function g(){!function(){for(const t of Object.keys(s.a))s.a.hasOwnProperty(t)&&(s.a[t].augmentations=[])}(),Object(u.a)(a.a),[Object(h.d)(),Object(h.f)(),...Object(h.c)(),...Object(h.e)(),...Object(s.b)(m.a.Bladeburners)?Object(h.a)():[],...Object(s.b)(m.a.ChurchOfTheMachineGod)?Object(h.b)():[]].map(E),l.a.reapplyAllAugmentations()}function b(){return o.a.MultipleAugMultiplier*[1,.96,.94,.93][l.a.sourceFileLvl(11)]}function y(){return Math.pow(b(),l.a.queuedAugmentations.length)}function E(t){t.addToFactions(t.factions);const e=t.name;w(e)&&delete a.a[e],function(t){const e=t.name;a.a[e]=t}(t)}function v(t,e=!1){const n=a.a[t.name];l.a.mults=Object(p.b)(l.a.mults,n.mults),t.name!==i.a.CongruityImplant||e||(l.a.entropy=0,l.a.applyEntropy(l.a.entropy));const o=l.a.augmentations.find(t=>t.name===i.a.NeuroFluxGovernor);if(t.name!==i.a.NeuroFluxGovernor||e||!o){if(!e){const e=new r.a(t.name);l.a.augmentations.push(e)}}else o.level=t.level}function k(t){if(0==l.a.queuedAugmentations.length&&!t)return Object(f.a)("You have not purchased any Augmentations to install!"),!1;let e="",n=-1;for(let t=l.a.queuedAugmentations.length-1;t>=0;t--)if(l.a.queuedAugmentations[t].name===i.a.NeuroFluxGovernor){n=t;break}for(let t=0;t{const e={c:this,onClose:()=>{t(c.Cancelled)},onAttempt:e=>{this.isSolution(e)?t(c.Success):t(c.Failure)}};i.a.emit(e)})}toJSON(){return Object(r.b)("CodingContract",this)}static fromJSON(t){return Object(r.a)(f,t.data)}}r.c.constructors.CodingContract=f},function(t,e,n){"use strict";let a;n.d(e,"a",(function(){return a})),function(t){t.LimitBuy="Limit Buy Order",t.LimitSell="Limit Sell Order",t.StopBuy="Stop Buy Order",t.StopSell="Stop Sell Order"}(a||(a={}))},,,,function(t,e,n){"use strict";n.d(e,"c",(function(){return i})),n.d(e,"b",(function(){return s})),n.d(e,"d",(function(){return l})),n.d(e,"a",(function(){return c}));var a=n(64),r=n(217);const i=[];class o{constructor(t,e,n,a,r){this.id=t,this.shape=e,this.type=n,this.power=a,this.limit=r}fullAt(t,e,n){if(e<0)return!1;if(e>=this.height(n))return!1;if(t<0)return!1;if(t>=this.width(n))return!1;let[a,r,i,o]=[0,0,1,1];1===n?[a,r,i,o]=[this.width(n)-1,0,-1,1]:2===n?[a,r,i,o]=[this.width(n)-1,this.height(n)-1,-1,-1]:3===n&&([a,r,i,o]=[0,this.height(n)-1,1,-1]);let[s,l]=[a+i*t,r+o*e];return n%2==1&&([s,l]=[l,s]),this.shape[l][s]}width(t){return t%2==0?this.shape[0].length:this.shape.length}height(t){return t%2==0?this.shape.length:this.shape[0].length}neighbors(t){const e=[],n=(n,a)=>{this.fullAt(n,a,t)||e.some(t=>t[0]===n&&t[1]===a)||e.push([n,a])};for(let e=0;ee[0]===t[0]&&e[1]===t[1])||a.push(t);return a}copy(){return Object.assign({},this)}}function s(t){for(const e of i)if(e.id===t)return e;return null}!function(){const t=!1,e=!0;i.push(new o(0,r.a.S,a.b.Hacking,1,1)),i.push(new o(1,r.a.Z,a.b.Hacking,1,1)),i.push(new o(5,r.a.T,a.b.HackingSpeed,1.3,1)),i.push(new o(6,r.a.I,a.b.HackingMoney,2,1)),i.push(new o(7,r.a.J,a.b.HackingGrow,.5,1)),i.push(new o(10,r.a.T,a.b.Strength,2,1)),i.push(new o(12,r.a.L,a.b.Defense,2,1)),i.push(new o(14,r.a.L,a.b.Dexterity,2,1)),i.push(new o(16,r.a.S,a.b.Agility,2,1)),i.push(new o(18,r.a.S,a.b.Charisma,3,1)),i.push(new o(20,r.a.I,a.b.HacknetMoney,1,1)),i.push(new o(21,r.a.O,a.b.HacknetCost,2,1)),i.push(new o(25,r.a.J,a.b.Rep,.5,1)),i.push(new o(27,r.a.J,a.b.WorkMoney,10,1)),i.push(new o(28,r.a.L,a.b.Crime,2,1)),i.push(new o(30,r.a.S,a.b.Bladeburner,.4,1)),i.push(new o(100,[[t,e,e],[e,e,t],[t,e,t]],a.b.Booster,1.1,99)),i.push(new o(101,[[e,e,e,e],[e,t,t,t]],a.b.Booster,1.1,99)),i.push(new o(102,[[t,e,e,e],[e,e,t,t]],a.b.Booster,1.1,99)),i.push(new o(103,[[e,e,e,t],[t,t,e,e]],a.b.Booster,1.1,99)),i.push(new o(104,[[t,e,e],[t,e,t],[e,e,t]],a.b.Booster,1.1,99)),i.push(new o(105,[[t,t,e],[t,e,e],[e,e,t]],a.b.Booster,1.1,99)),i.push(new o(106,[[e,t,t],[e,e,e],[e,t,t]],a.b.Booster,1.1,99)),i.push(new o(107,[[t,e,t],[e,e,e],[t,e,t]],a.b.Booster,1.1,99))}();const l=new o(-2,[],a.b.None,0,1/0),c=new o(-2,[],a.b.Delete,0,1/0)},,,,,function(t,e,n){"use strict";function a(){return"xxxxxxxx-xxxx-4xxx-yxxx-xxxxxxxxxxxx".replace(/[xy]/g,(function(t){const e=16*Math.random()|0;return("x"==t?e:3&e|8).toString(16)}))}n.d(e,"a",(function(){return r}));class r{constructor(){var t,e,n;n={},(e="subscribers")in(t=this)?Object.defineProperty(t,e,{value:n,enumerable:!0,configurable:!0,writable:!0}):t[e]=n}subscribe(t){let e=a();for(;void 0!==this.subscribers[e];)e=a();return this.subscribers[e]=t,()=>{delete this.subscribers[e]}}emit(...t){for(const e in this.subscribers){const n=this.subscribers[e];void 0!==n&&n(...t)}}}},,function(t,e,n){"use strict";n.d(e,"a",(function(){return a})),n.d(e,"d",(function(){return i})),n.d(e,"c",(function(){return o})),n.d(e,"b",(function(){return s}));const a={base:"vs-dark",inherit:!0,common:{accent:"B5CEA8",bg:"1E1E1E",fg:"D4D4D4"},syntax:{tag:"569CD6",entity:"569CD6",string:"CE9178",regexp:"646695",markup:"569CD6",keyword:"569CD6",comment:"6A9955",constant:"569CD6",error:"F44747"},ui:{line:"1E1E1E",panel:{bg:"252526",selected:"252526",border:"1E1E1E"},selection:{bg:"ADD6FF26"}}},r=/^#?([0-9A-Fa-f]{6})([0-9A-Fa-f]{2})?$/,i=t=>{for(const[e,n]of Object.entries(t)){switch(e){case"base":["vs-dark","vs"].includes(t.base)||(t.base="vs-dark");continue;case"inherit":"boolean"!=typeof t.inherit&&(t.inherit=!0);continue}const a=t=>{for(const[e,n]of Object.entries(t))"object"==typeof n?a(n):n.match(r)||(t[e]="FF0000")};a(n)}};function o(t){const e=[{token:"",background:t.ui.line,foreground:t.common.fg},{token:"identifier",foreground:t.common.accent},{token:"keyword",foreground:t.syntax.keyword},{token:"string",foreground:t.syntax.string},{token:"string.escape",foreground:t.syntax.regexp},{token:"comment",foreground:t.syntax.comment},{token:"constant",foreground:t.syntax.constant},{token:"entity",foreground:t.syntax.entity},{token:"type",foreground:t.syntax.tag},{token:"tag",foreground:t.syntax.tag},{token:"regexp",foreground:t.syntax.regexp},{token:"attribute",foreground:t.syntax.tag},{token:"constructor",foreground:t.syntax.markup},{token:"invalid",foreground:t.syntax.error},{token:"number",foreground:t.common.accent},{token:"delimiter",foreground:t.common.fg},{token:"ns",foreground:t.syntax.tag},{token:"netscriptfunction",foreground:t.syntax.markup},{token:"otherkeywords",foreground:t.syntax.keyword},{token:"otherkeyvars",foreground:t.common.accent},{token:"this",foreground:t.syntax.tag}],n=Object.fromEntries([["editor.background",t.common.bg],["editor.foreground",t.common.fg],["editor.lineHighlightBackground",t.ui.line],["editor.selectionBackground",t.ui.selection.bg],["editorSuggestWidget.background",t.ui.panel.bg],["editorSuggestWidget.border",t.ui.panel.border],["editorSuggestWidget.selectedBackground",t.ui.panel.selected],["editorHoverWidget.background",t.ui.panel.bg],["editorHoverWidget.border",t.ui.panel.border],["editorWidget.background",t.ui.panel.bg],["editorWidget.border",t.ui.panel.border],["input.background",t.ui.panel.bg],["input.border",t.ui.panel.border]].map(([t,e])=>[t,"#"+e]));return{base:t.base,inherit:t.inherit,rules:e,colors:n}}async function s(t){t.editor.defineTheme("monokai",{base:"vs-dark",inherit:!0,rules:[{background:"272822",token:""},{foreground:"75715e",token:"comment"},{foreground:"e6db74",token:"string"},{token:"number",foreground:"ae81ff"},{token:"otherkeyvars",foreground:"ae81ff"},{foreground:"ae81ff",token:"function"},{foreground:"f92672",token:"keyword"},{token:"storage.type.function.js",foreground:"ae81ff"},{token:"ns",foreground:"97d92b"},{token:"netscriptfunction",foreground:"53d3e4"},{token:"otherkeywords",foreground:"53d3e4"},{token:"this",foreground:"fd971f"}],colors:{"editor.foreground":"#F8F8F2","editor.background":"#272822","editor.selectionBackground":"#49483E","editor.lineHighlightBackground":"#3E3D32","editorCursor.foreground":"#F8F8F0","editorWhitespace.foreground":"#3B3A32","editorIndentGuide.activeBackground":"#9D550FB0","editor.selectionHighlightBorder":"#222218"}}),t.editor.defineTheme("solarized-dark",{base:"vs-dark",inherit:!0,rules:[{background:"002b36",token:""},{foreground:"586e75",token:"comment"},{foreground:"00afaf",token:"string"},{token:"number",foreground:"00afaf"},{token:"otherkeyvars",foreground:"268bd2"},{foreground:"268bd2",token:"function"},{foreground:"859900",token:"keyword"},{token:"storage.type.function.js",foreground:"cb4b16"},{token:"ns",foreground:"cb4b16"},{token:"netscriptfunction",foreground:"268bd2"},{token:"otherkeywords",foreground:"268bd2"},{token:"type.identifier.js",foreground:"b58900"},{token:"delimiter.square.js",foreground:"0087ff"},{token:"delimiter.bracket.js",foreground:"0087ff"},{token:"this",foreground:"cb4b16"}],colors:{"editor.foreground":"#839496","editor.background":"#002b36","editor.selectionBackground":"#073642","editor.lineHighlightBackground":"#073642","editorCursor.foreground":"#819090","editorWhitespace.foreground":"#073642","editorIndentGuide.activeBackground":"#9D550FB0","editor.selectionHighlightBorder":"#222218"}}),t.editor.defineTheme("solarized-light",{base:"vs",inherit:!0,rules:[{foreground:"657b83",background:"fdf6e3",token:""},{foreground:"586e75",token:"comment"},{foreground:"2aa198",token:"string"},{token:"number",foreground:"2aa198"},{token:"otherkeyvars",foreground:"268bd2"},{foreground:"268bd2",token:"function"},{foreground:"859900",token:"keyword"},{token:"storage.type.function.js",foreground:"bc4b16"},{token:"ns",foreground:"cb4b16"},{token:"netscriptfunction",foreground:"268bd2"},{token:"otherkeywords",foreground:"268bd2"},{token:"type.identifier.js",foreground:"b58900"},{token:"delimiter.square.js",foreground:"0087ff"},{token:"delimiter.bracket.js",foreground:"0087ff"},{token:"this",foreground:"cb4b16"}],colors:{"editor.foreground":"#657b83","editor.background":"#fdf6e3","editor.selectionBackground":"#eee8d5","editor.lineHighlightBackground":"#eee8d5","editorCursor.foreground":"#657b83","editorWhitespace.foreground":"#eee8d5","editorIndentGuide.activeBackground":"#eee8d5","editor.selectionHighlightBorder":"#073642"}}),t.editor.defineTheme("dracula",{base:"vs-dark",inherit:!0,rules:[{background:"282A36",foreground:"F8F8F2",token:""},{foreground:"6272A4",token:"comment"},{foreground:"F1FA8C",token:"string"},{token:"number",foreground:"BD93F9"},{token:"otherkeyvars",foreground:"BD93F9"},{foreground:"FF79C6",token:"function"},{foreground:"FF79C6",token:"keyword"},{token:"storage.type.function.js",foreground:"FF79C6"},{token:"ns",foreground:"FFB86C",fontStyle:"italic"},{token:"netscriptfunction",foreground:"FF79C6"},{token:"otherkeywords",foreground:"FF68A7"},{token:"type.identifier.js",foreground:"7EE9FD",fontStyle:"italic"},{token:"delimiter.square.js",foreground:"FFD709"},{token:"delimiter.parenthesis.js",foreground:"FFD709"},{token:"delimiter.bracket.js",foreground:"FFD709"},{token:"this",foreground:"BD93F9",fontStyle:"italic"}],colors:{"editor.foreground":"#F8F8F2","editor.background":"#282A36","editorLineNumber.foreground":"#6272A4","editor.selectionBackground":"#44475A","editor.selectionHighlightBackground":"#424450","editor.foldBackground":"#21222C","editor.wordHighlightBackground":"#8BE9FD50","editor.wordHighlightStrongBackground":"#50FA7B50","editor.findMatchBackground":"#FFB86C80","editor.findMatchHighlightBackground":"#FFFFFF40","editor.findRangeHighlightBackground":"#44475A75","editor.hoverHighlightBackground":"#8BE9FD50","editor.lineHighlightBorder":"#44475A","editor.rangeHighlightBackground":"#BD93F915","editor.snippetTabstopHighlightBackground":"#282A36","editor.snippetTabstopHighlightBorder":"#6272A4","editor.snippetFinalTabstopHighlightBackground":"#282A36","editor.snippetFinalTabstopHighlightBorder":"#50FA7B"}}),t.editor.defineTheme("one-dark",{base:"vs-dark",inherit:!0,rules:[{token:"",background:"333842",foreground:"ABB2BF"},{token:"comment",foreground:"5C6370"},{token:"string",foreground:"98C379"},{token:"number",foreground:"D19A66"},{token:"function",foreground:"C678DD"},{token:"keyword",foreground:"C678DD"},{token:"otherkeyvars",foreground:"D19A66"},{token:"otherkeywords",foreground:"C678DD"},{token:"ns",foreground:"E06C75"},{token:"netscriptfunction",foreground:"61AFEF"},{token:"type.identifier",foreground:"E5C07B"},{token:"delimiter",foreground:"ABB2BF"},{token:"this",foreground:"E06C75"}],colors:{"editor.background":"#282C34","editor.foreground":"#ABB2BF","editor.lineHighlightBackground":"#99BBFF0A","editor.selectionBackground":"#3E4451","editor.findMatchHighlightBackground":"#528BFF3D","editorCursor.foreground":"#528BFF","editorHoverWidget.background":"#21252B","editorHoverWidget.border":"#181A1F","editorIndentGuide.background":"#ABB2BF26","editorIndentGuide.activeBackground":"#626772","editorLineNumber.foreground":"#636D83","editorLineNumber.activeForeground":"#ABB2BF","editorSuggestWidget.background":"#21252B","editorSuggestWidget.border":"#181A1F","editorSuggestWidget.selectedBackground":"#2C313A","editorWhitespace.foreground":"#ABB2BF26","editorWidget.background":"#21252B","editorWidget.border":"#3A3F4B","input.background":"#1B1D23","input.border":"#181A1F","peekView.border":"#528BFF","peekViewResult.background":"#21252B","peekViewResult.selectionBackground":"#2C313A","peekViewTitle.background":"#1B1D23","peekViewEditor.background":"#1B1D23","scrollbarSlider.background":"#4E566680","scrollbarSlider.activeBackground":"#747D9180","scrollbarSlider.hoverBackground":"#5A637580"}})}},,,,,,function(t,e,n){"use strict";n.d(e,"a",(function(){return g}));var a=n(0),r=n.n(a),i=n(644),o=n.n(i),s=n(1204),l=n.n(s),c=n(112),f=n(1205),u=n.n(f),m=n(641),h=n.n(m),d=n(87),p=n(23);function g(t){const[e,n]=Object(a.useState)("");const{label:i,placeholder:s,add:f,subtract:m,reset:g,tons:b}=t;return r.a.createElement(r.a.Fragment,null,r.a.createElement(d.a,{label:i,value:e,onChange:function(t){""===t.target.value?n(""):n(parseFloat(t.target.value))},placeholder:s,type:"number",InputProps:{startAdornment:r.a.createElement(r.a.Fragment,null,r.a.createElement(p.a,{title:"Add a lot"},r.a.createElement(c.a,{onClick:b,size:"large"},r.a.createElement(h.a,{style:{transform:"rotate(-90deg)"}}))),r.a.createElement(p.a,{title:"Add"},r.a.createElement(c.a,{onClick:()=>f("string"!=typeof e?e:0),size:"large"},r.a.createElement(o.a,null)))),endAdornment:r.a.createElement(r.a.Fragment,null,r.a.createElement(p.a,{title:"Remove"},r.a.createElement(c.a,{onClick:()=>m("string"!=typeof e?e:0),size:"large"},r.a.createElement(l.a,null))),r.a.createElement(p.a,{title:"Reset"},r.a.createElement(c.a,{onClick:g,size:"large"},r.a.createElement(u.a,null))))}}))}},function(t,e,n){"use strict";n.d(e,"a",(function(){return c}));var a=n(345),r=n(284),i=n(23),o=n(3),s=n(0),l=n.n(s);function c({checked:t,onChange:e,text:n,tooltip:c}){const[f,u]=Object(s.useState)(t);return Object(s.useEffect)(()=>e(f),[f]),l.a.createElement(l.a.Fragment,null,l.a.createElement(a.a,{control:l.a.createElement(r.a,{checked:f,onChange:function(t){u(t.target.checked)}}),label:l.a.createElement(i.a,{title:l.a.createElement(o.a,null,c)},l.a.createElement(o.a,null,n))}),l.a.createElement("br",null))}},function(t,e,n){"use strict";n.d(e,"e",(function(){return r})),n.d(e,"g",(function(){return i})),n.d(e,"a",(function(){return o})),n.d(e,"d",(function(){return s})),n.d(e,"f",(function(){return l})),n.d(e,"b",(function(){return c})),n.d(e,"c",(function(){return f}));var a=n(31);function r(t,e){return Math.random()*(e-t)+t}const i="↑",o="↓",s="←",l="→";function c(t){switch(t.key){case a.a.UP_ARROW:case a.a.W:return i;case a.a.LEFT_ARROW:case a.a.A:return s;case a.a.DOWN_ARROW:case a.a.S:return o;case a.a.RIGHT_ARROW:case a.a.D:return l}return""}function f(t){switch(t.key){case a.a.DOWN_ARROW:case a.a.S:return i;case a.a.RIGHT_ARROW:case a.a.D:return s;case a.a.UP_ARROW:case a.a.W:return o;case a.a.LEFT_ARROW:case a.a.A:return l}return""}},function(t,e,n){"use strict";n.d(e,"a",(function(){return i}));var a=n(363),r=n(16);class i extends a.a{constructor(t=null){super(t),this.count=1}getActionTimePenalty(){return 1.5}getChaosCompetencePenalty(){return 1}getChaosDifficultyBonus(){return 1}toJSON(){return Object(r.b)("BlackOperation",this)}static fromJSON(t){return Object(r.a)(i,t.data)}}r.c.constructors.BlackOperation=i},function(t,e,n){"use strict";let a;n.d(e,"a",(function(){return a})),function(t){t.None="",t.SHOPLIFT="SHOPLIFT",t.ROB_STORE="ROBSTORE",t.MUG="MUG",t.LARCENY="LARCENY",t.DRUGS="DRUGS",t.BOND_FORGERY="BONDFORGERY",t.TRAFFIC_ARMS="TRAFFICKARMS",t.HOMICIDE="HOMICIDE",t.GRAND_THEFT_AUTO="GRANDTHEFTAUTO",t.KIDNAP="KIDNAP",t.ASSASSINATION="ASSASSINATION",t.HEIST="HEIST"}(a||(a={}))},function(t,e,n){"use strict";n.d(e,"a",(function(){return s})),n.d(e,"b",(function(){return l}));var a=n(307),r=n(695);function i(t){const e=a.a[t];if(null==e)throw new Error("Invalid research name: "+t);return new r.a({text:e.name,cost:e.cost})}function o(){const t=i("Hi-Tech R&D Laboratory"),e=i("AutoBrew"),n=i("AutoPartyManager"),a=i("Automatic Drug Administration"),r=i("Bulk Purchasing"),o=i("CPH4 Injections"),s=i("Drones"),l=i("Drones - Assembly"),c=i("Drones - Transport"),f=i("Go-Juice"),u=i("HRBuddy-Recruitment"),m=i("HRBuddy-Training"),h=i("JoyWire"),d=i("Market-TA.I"),p=i("Market-TA.II"),g=i("Overclock"),b=i("Self-Correcting Assemblers"),y=i("Sti.mu");return a.addChild(f),a.addChild(o),s.addChild(l),s.addChild(c),u.addChild(m),d.addChild(p),g.addChild(y),t.addChild(e),t.addChild(n),t.addChild(a),t.addChild(r),t.addChild(s),t.addChild(u),t.addChild(h),t.addChild(d),t.addChild(g),t.addChild(b),t}function s(){const t=new r.b;return t.setRoot(o()),t}function l(){const t=new r.b,e=o(),n=i("uPgrade: Fulcrum"),a=i("uPgrade: Capacity.I"),s=i("uPgrade: Capacity.II"),l=i("uPgrade: Dashboard");return a.addChild(s),n.addChild(a),n.addChild(l),e.addChild(n),t.setRoot(e),t}},,function(t,e,n){"use strict";n.d(e,"g",(function(){return m})),n.d(e,"c",(function(){return h})),n.d(e,"d",(function(){return d})),n.d(e,"f",(function(){return p})),n.d(e,"e",(function(){return g})),n.d(e,"a",(function(){return b})),n.d(e,"b",(function(){return y}));var a=n(26),r=n(46),i=n(610),o=n(25),s=n(15),l=n(1),c=n(56),f=n(66),u=n(795);function m(t){let e=t.hostname.replace(/ /g,"-");if(null!=t.ip&&Object(a.g)(t.ip)&&(t.ip=Object(a.e)()),null!=Object(a.d)(e)){"-0"!=e.slice(-2)&&(e+="-0");for(let t=0;t<200&&(e=e.replace(/-[0-9]+$/,"-"+t),null!=Object(a.d)(e));++t);}return t.hostname=e,new r.a(t)}function h(t,e,n=1){let a=1+(s.a.ServerBaseGrowthRate-1)/t.hackDifficulty;a>s.a.ServerMaxGrowthRate&&(a=s.a.ServerMaxGrowthRate);const r=t.serverGrowth/100,i=1+(n-1)/16;return Math.log(e)/(Math.log(a)*l.a.mults.hacking_grow*r*o.a.ServerGrowthRate*i)}function d(t,e,n,a=1){if(n<0&&(n=0),e>t.moneyMax&&(e=t.moneyMax),e<=n)return 0;const r=1+(s.a.ServerBaseGrowthRate-1)/t.hackDifficulty,i=Math.min(r,s.a.ServerMaxGrowthRate),c=1+(a-1)/16,f=t.serverGrowth/100*l.a.mults.hacking_grow*c*o.a.ServerGrowthRate,u=f*Math.log(i),m=n*u+Math.log(e*u);let h;if(m0&&(h-=Math.log(m));let d=h/u-n;const p=i**f;let g=1/0;do{const t=p**d,a=n+d;g=(a*t-e)/(a*u+1)/t,d-=g}while(Math.abs(g)>=1);const b=Math.floor(d);if(e<=(n+b)*Math.pow(i,b*f))return b;const y=Math.ceil(d);return e<=(n+y)*Math.pow(i,y*f)?y:y+1}function p(t,e,n=1){let a=Object(i.a)(t,e,l.a,n);a<1&&(console.warn("serverGrowth calculated to be less than 1"),a=1);const r=t.moneyAvailable;if(t.moneyAvailable+=1*e,t.moneyAvailable*=a,Object(u.a)(t.moneyMax)&&isNaN(t.moneyAvailable)&&(t.moneyAvailable=t.moneyMax),Object(u.a)(t.moneyMax)&&t.moneyAvailable>t.moneyMax&&(t.moneyAvailable=t.moneyMax),r!==t.moneyAvailable){let a=d(t,t.moneyAvailable,r,n);a=Math.min(Math.max(0,Math.ceil(a)),e),t.fortify(2*s.a.ServerFortifyAmount*a)}return t.moneyAvailable/r}function g(t){const e=t.programs.includes(c.a.BitFlume.name);t.programs.length=0,t.runningScripts=[],t.serversOnNetwork=[],t.isConnectedTo=!0,t.ramUsed=0,t.programs.push(c.a.NukeProgram.name),e&&t.programs.push(c.a.BitFlume.name),t.scripts.forEach((function(e){e.updateRamUsage(t.scripts)})),t.messages.length=0,t.messages.push(f.a.HackersStartingHandbook)}function b(t,e){return e>t.serversOnNetwork.length?(console.error("Tried to get server on network that was out of range"),null):Object(a.d)(t.serversOnNetwork[e])}function y(t){return t instanceof r.a&&t.backdoorInstalled}},function(t,e,n){"use strict";n.d(e,"a",(function(){return l}));var a=n(0),r=n(7),i=n(122),o=n(148);const s=Object(i.a)(t=>Object(o.a)({unbuyable:{color:t.palette.action.disabled},money:{color:t.colors.money}}));function l(t){const e=s();return t.corp.funds>t.money?a.createElement("span",{className:e.money},r.a.formatMoney(t.money)):a.createElement("span",{className:e.unbuyable},r.a.formatMoney(t.money))}},function(t,e,n){"use strict";n.d(e,"a",(function(){return a}));const a={BladesIntuition:"Blade's Intuition",Cloak:"Cloak",Marksman:"Marksman",WeaponProficiency:"Weapon Proficiency",ShortCircuit:"Short-Circuit",DigitalObserver:"Digital Observer",Tracer:"Tracer",Overclock:"Overclock",Reaper:"Reaper",EvasiveSystem:"Evasive System",Datamancer:"Datamancer",CybersEdge:"Cyber's Edge",HandsOfMidas:"Hands of Midas",Hyperdrive:"Hyperdrive"}},function(t,e,n){"use strict";n.d(e,"a",(function(){return l}));var a=n(0),r=n(7),i=n(122),o=n(148);const s=Object(i.a)(t=>Object(o.a)({reputation:{color:t.colors.rep}}));function l({reputation:t}){const e=s();return a.createElement("span",{className:e.reputation},"number"==typeof t?r.a.formatReputation(t):t)}},,,function(t,e,n){"use strict";n.d(e,"a",(function(){return r})),n.d(e,"b",(function(){return i}));var a=n(0);const r={Gang:n.n(a).a.createContext({})},i=()=>Object(a.useContext)(r.Gang)},,,,function(t,e,n){"use strict";n.d(e,"a",(function(){return f})),n.d(e,"e",(function(){return u})),n.d(e,"b",(function(){return m})),n.d(e,"c",(function(){return h})),n.d(e,"d",(function(){return d}));var a=n(0),r=n.n(a),i=n(1),o=n(25),s=n(5),l=n(17);class c{constructor(t,e,n,a="",i=r.a.createElement(r.a.Fragment,null)){this.number=t,this.difficulty=e,this.name=n,this.desc=a,this.info=i}}const f={};function u(){f.BitNode1=new c(1,0,"Source Genesis","The original BitNode",r.a.createElement(r.a.Fragment,null,"The first BitNode created by the Enders to imprison the minds of humans. It became the prototype and testing-grounds for all of the BitNodes that followed.",r.a.createElement("br",null),r.a.createElement("br",null),"This is the first BitNode that you play through. It has no special modifications or mechanics.",r.a.createElement("br",null),r.a.createElement("br",null),"Destroying this BitNode will give you Source-File 1, or if you already have this Source-File it will upgrade its level up to a maximum of 3. This Source-File lets the player start with 32GB of RAM on his/her home computer when entering a new BitNode, and also increases all of the player's multipliers by:",r.a.createElement("br",null),r.a.createElement("br",null),"Level 1: 16%",r.a.createElement("br",null),"Level 2: 24%",r.a.createElement("br",null),"Level 3: 28%")),f.BitNode2=new c(2,0,"Rise of the Underworld","From the shadows, they rose",r.a.createElement(r.a.Fragment,null,"From the shadows, they rose.",r.a.createElement("br",null),r.a.createElement("br",null),"Organized crime groups quickly filled the void of power left behind from the collapse of Western government in the 2050s. As society and civilization broke down, people quickly succumbed to the innate human impulse of evil and savagery. The organized crime factions quickly rose to the top of the modern world.",r.a.createElement("br",null),r.a.createElement("br",null),"Certain Factions (",s.a.SlumSnakes,", ",s.a.Tetrads,", ",s.a.TheSyndicate,","," ",s.a.TheDarkArmy,", ",s.a.SpeakersForTheDead,", ",s.a.NiteSec,","," ",s.a.TheBlackHand,") give the player the ability to form and manage their own gangs. These gangs will earn the player money and reputation with the corresponding Faction",r.a.createElement("br",null),"Every Augmentation in the game will be available through the Factions listed above",r.a.createElement("br",null),r.a.createElement("br",null),"Destroying this BitNode will give you Source-File 2, or if you already have this Source-File it will upgrade its level up to a maximum of 3. This Source-File allows you to form gangs in other BitNodes once your karma decreases to a certain value. It also increases the player's crime success rate, crime money, and charisma multipliers by:",r.a.createElement("br",null),r.a.createElement("br",null),"Level 1: 24%",r.a.createElement("br",null),"Level 2: 36%",r.a.createElement("br",null),"Level 3: 42%")),f.BitNode3=new c(3,0,"Corporatocracy","The Price of Civilization",r.a.createElement(r.a.Fragment,null,"Our greatest illusion is that a healthy society can revolve around a single-minded pursuit of wealth.",r.a.createElement("br",null),r.a.createElement("br",null),"Sometime in the early 21st century economic and political globalization turned the world into a corporatocracy, and it never looked back. Now, the privileged elite will happily bankrupt their own countrymen, decimate their own community, and evict their neighbors from houses in their desperate bid to increase their wealth.",r.a.createElement("br",null),r.a.createElement("br",null),"In this BitNode you can create and manage your own corporation. Running a successful corporation has the potential of generating massive profits.",r.a.createElement("br",null),r.a.createElement("br",null),"Destroying this BitNode will give you Source-File 3, or if you already have this Source-File it will upgrade its level up to a maximum of 3. This Source-File lets you create corporations on other BitNodes (although some BitNodes will disable this mechanic) and level 3 permanently unlocks the full API. This Source-File also increases your charisma and company salary multipliers by:",r.a.createElement("br",null),"Level 1: 8%",r.a.createElement("br",null),"Level 2: 12%",r.a.createElement("br",null),"Level 3: 14%")),f.BitNode4=new c(4,1,"The Singularity","The Man and the Machine",r.a.createElement(r.a.Fragment,null,"The Singularity has arrived. The human race is gone, replaced by artificially superintelligent beings that are more machine than man. ",r.a.createElement("br",null),r.a.createElement("br",null),r.a.createElement("br",null),"In this BitNode you will gain access to a new set of Netscript Functions known as Singularity Functions. These functions allow you to control most aspects of the game through scripts, including working for factions/companies, purchasing/installing Augmentations, and creating programs.",r.a.createElement("br",null),r.a.createElement("br",null),"Destroying this BitNode will give you Source-File 4, or if you already have this Source-File it will upgrade its level up to a maximum of 3. This Source-File lets you access and use the Singularity Functions in other BitNodes. Each level of this Source-File reduces the RAM cost of singularity functions:",r.a.createElement("br",null),"Level 1: 16x",r.a.createElement("br",null),"Level 2: 4x",r.a.createElement("br",null),"Level 3: 1x")),f.BitNode5=new c(5,1,"Artificial Intelligence","Posthuman",r.a.createElement(r.a.Fragment,null,"They said it couldn't be done. They said the human brain, along with its consciousness and intelligence, couldn't be replicated. They said the complexity of the brain results from unpredictable, nonlinear interactions that couldn't be modeled by 1's and 0's. They were wrong.",r.a.createElement("br",null),r.a.createElement("br",null),"Destroying this BitNode will give you Source-File 5, or if you already have this Source-File it will upgrade its level up to a maximum of 3. This Source-File grants you a special new stat called Intelligence. Intelligence is unique because it is permanent and persistent (it never gets reset back to 1). However gaining Intelligence experience is much slower than other stats. Higher Intelligence levels will boost your production for many actions in the game. ",r.a.createElement("br",null),r.a.createElement("br",null),"In addition, this Source-File will unlock the getBitNodeMultipliers() Netscript function and let you start with Formulas.exe, and will also raise all of your hacking-related multipliers by:",r.a.createElement("br",null),r.a.createElement("br",null),"Level 1: 8%",r.a.createElement("br",null),"Level 2: 12%",r.a.createElement("br",null),"Level 3: 14%")),f.BitNode6=new c(6,1,s.a.Bladeburners,"Like Tears in Rain",r.a.createElement(r.a.Fragment,null,"In the middle of the 21st century, ",s.a.OmniTekIncorporated," began designing and manufacturing advanced synthetic androids, or Synthoids for short. They achieved a major technological breakthrough in the sixth generation of their Synthoid design, called MK-VI, by developing a hyperintelligent AI. Many argue that this was the first sentient AI ever created. This resulted in Synthoid models that were stronger, faster, and more intelligent than the humans that had created them.",r.a.createElement("br",null),r.a.createElement("br",null),"In this BitNode you will be able to access the ",s.a.Bladeburners," Division at the NSA, which provides a new mechanic for progression.",r.a.createElement("br",null),r.a.createElement("br",null),"Destroying this BitNode will give you Source-File 6, or if you already have this Source-File it will upgrade its level up to a maximum of 3. This Source-File allows you to access the NSA's ",s.a.Bladeburners," Division in other BitNodes. In addition, this Source-File will raise both the level and experience gain rate of all your combat stats by:",r.a.createElement("br",null),r.a.createElement("br",null),"Level 1: 8%",r.a.createElement("br",null),"Level 2: 12%",r.a.createElement("br",null),"Level 3: 14%")),f.BitNode7=new c(7,2,s.a.Bladeburners+" 2079","More human than humans",r.a.createElement(r.a.Fragment,null,"In the middle of the 21st century, you were doing cutting-edge work at ",s.a.OmniTekIncorporated," as part of the AI design team for advanced synthetic androids, or Synthoids for short. You helped achieve a major technological breakthrough in the sixth generation of the company's Synthoid design, called MK-VI, by developing a hyperintelligent AI. Many argue that this was the first sentient AI ever created. This resulted in Synthoid models that were stronger, faster, and more intelligent than the humans that had created them.",r.a.createElement("br",null),r.a.createElement("br",null),"In this BitNode you will be able to access the ",s.a.Bladeburners," API, which allows you to access"," ",s.a.Bladeburners," functionality through Netscript.",r.a.createElement("br",null),r.a.createElement("br",null),"Destroying this BitNode will give you Source-File 7, or if you already have this Source-File it will upgrade its level up to a maximum of 3. This Source-File allows you to access the ",s.a.Bladeburners," Netscript API in other BitNodes. In addition, this Source-File will increase all of your ",s.a.Bladeburners," ","multipliers by:",r.a.createElement("br",null),r.a.createElement("br",null),"Level 1: 8%",r.a.createElement("br",null),"Level 2: 12%",r.a.createElement("br",null),"Level 3: 14%")),f.BitNode8=new c(8,2,"Ghost of Wall Street","Money never sleeps",r.a.createElement(r.a.Fragment,null,"You are trying to make a name for yourself as an up-and-coming hedge fund manager on Wall Street.",r.a.createElement("br",null),r.a.createElement("br",null),"In this BitNode:",r.a.createElement("br",null),r.a.createElement("br",null),"You start with $250 million",r.a.createElement("br",null),"You start with a WSE membership and access to the TIX API",r.a.createElement("br",null),"You are able to short stocks and place different types of orders (limit/stop)",r.a.createElement("br",null),r.a.createElement("br",null),"Destroying this BitNode will give you Source-File 8, or if you already have this Source-File it will upgrade its level up to a maximum of 3. This Source-File grants the following benefits:",r.a.createElement("br",null),r.a.createElement("br",null),"Level 1: Permanent access to WSE and TIX API",r.a.createElement("br",null),"Level 2: Ability to short stocks in other BitNodes",r.a.createElement("br",null),"Level 3: Ability to use limit/stop orders in other BitNodes",r.a.createElement("br",null),r.a.createElement("br",null),"This Source-File also increases your hacking growth multipliers by:",r.a.createElement("br",null),"Level 1: 12%",r.a.createElement("br",null),"Level 2: 18%",r.a.createElement("br",null),"Level 3: 21%")),f.BitNode9=new c(9,2,"Hacktocracy","Hacknet Unleashed",r.a.createElement(r.a.Fragment,null,"When ",s.a.FulcrumSecretTechnologies," released their open-source Linux distro Chapeau, it quickly became the OS of choice for the underground hacking community. Chapeau became especially notorious for powering the Hacknet, a global, decentralized network used for nefarious purposes. ",s.a.FulcrumSecretTechnologies," ","quickly abandoned the project and dissociated themselves from it.",r.a.createElement("br",null),r.a.createElement("br",null),"This BitNode unlocks the Hacknet Server, an upgraded version of the Hacknet Node. Hacknet Servers generate hashes, which can be spent on a variety of different upgrades.",r.a.createElement("br",null),r.a.createElement("br",null),"Destroying this BitNode will give you Source-File 9, or if you already have this Source-File it will upgrade its level up to a maximum of 3. This Source-File grants the following benefits:",r.a.createElement("br",null),r.a.createElement("br",null),"Level 1: Permanently unlocks the Hacknet Server in other BitNodes",r.a.createElement("br",null),"Level 2: You start with 128GB of RAM on your home computer when entering a new BitNode",r.a.createElement("br",null),"Level 3: Grants a highly-upgraded Hacknet Server when entering a new BitNode",r.a.createElement("br",null),r.a.createElement("br",null),"(Note that the Level 3 effect of this Source-File only applies when entering a new BitNode, NOT when installing Augmentations)",r.a.createElement("br",null),r.a.createElement("br",null),"This Source-File also increases your hacknet multipliers by:",r.a.createElement("br",null),"Level 1: 8%",r.a.createElement("br",null),"Level 2: 12%",r.a.createElement("br",null),"Level 3: 14%")),f.BitNode10=new c(10,2,"Digital Carbon","Your body is not who you are",r.a.createElement(r.a.Fragment,null,"In 2084, VitaLife unveiled to the world the Persona Core, a technology that allowed people to digitize their consciousness. Their consciousness could then be transferred into Synthoids or other bodies by transmitting the digitized data. Human bodies became nothing more than 'sleeves' for the human consciousness. Mankind had finally achieved immortality - at least for those that could afford it.",r.a.createElement("br",null),r.a.createElement("br",null),"This BitNode unlocks Sleeve and grafting technologies. Sleeve technology allows you to:",r.a.createElement("br",null),r.a.createElement("br",null),"1. Grafting: Visit VitaLife in New Tokyo to be able to obtain Augmentations without needing to install",r.a.createElement("br",null),"2. Duplicate Sleeves: Duplicate your consciousness into Synthoids, allowing you to perform different tasks synchronously.",r.a.createElement("br",null),r.a.createElement("br",null),"Grafting technology allows you to graft Augmentations, which is an alternative way of installing Augmentations.",r.a.createElement("br",null),r.a.createElement("br",null),"Destroying this BitNode will give you Source-File 10, or if you already have this Source-File it will upgrade its level up to a maximum of 3. This Source-File unlocks Sleeve technology, and the Grafting API in other BitNodes. Each level of this Source-File also grants you a Duplicate Sleeve")),f.BitNode11=new c(11,1,"The Big Crash","Okay. Sell it all.",r.a.createElement(r.a.Fragment,null,"The 2050s was defined by the massive amounts of violent civil unrest and anarchic rebellion that rose all around the world. It was this period of disorder that eventually lead to the governmental reformation of many global superpowers, most notably the USA and China. But just as the world was slowly beginning to recover from these dark times, financial catastrophe hit.",r.a.createElement("br",null),r.a.createElement("br",null),"In many countries, the high cost of trying to deal with the civil disorder bankrupted the governments. In all of this chaos and confusion, hackers were able to steal billions of dollars from the world's largest electronic banks, prompting an international banking crisis as governments were unable to bail out insolvent banks. Now, the world is slowly crumbling in the middle of the biggest economic crisis of all time.",r.a.createElement("br",null),r.a.createElement("br",null),"Destroying this BitNode will give you Source-File 11, or if you already have this Source-File it will upgrade its level up to a maximum of 3. This Source-File makes it so that company favor increases BOTH the player's salary and reputation gain rate at that company by 1% per favor (rather than just the reputation gain). This Source-File also increases the player's company salary and reputation gain multipliers by:",r.a.createElement("br",null),r.a.createElement("br",null),"Level 1: 32%",r.a.createElement("br",null),"Level 2: 48%",r.a.createElement("br",null),"Level 3: 56%",r.a.createElement("br",null),r.a.createElement("br",null),"It also reduces the price increase for every aug bought by:",r.a.createElement("br",null),r.a.createElement("br",null),"Level 1: 4%",r.a.createElement("br",null),"Level 2: 6%",r.a.createElement("br",null),"Level 3: 7%")),f.BitNode12=new c(12,0,"The Recursion","Repeat.",r.a.createElement(r.a.Fragment,null,"To iterate is human, to recurse divine.",r.a.createElement("br",null),r.a.createElement("br",null),"Every time this BitNode is destroyed, it becomes slightly harder. Destroying this BitNode will give you Source-File 12, or if you already have this Source-File it will upgrade its level. There is no maximum level for Source-File 12. Each level of Source-File 12 lets you start any BitNodes with NeuroFlux Governor equal to the level of this source file.")),f.BitNode13=new c(13,2,"They're lunatics","1 step back, 2 steps forward",r.a.createElement(r.a.Fragment,null,"With the invention of Augmentations in the 2040s a religious group known as the"," ",s.a.ChurchOfTheMachineGod," has rallied far more support than anyone would have hoped.",r.a.createElement("br",null),r.a.createElement("br",null),'Their leader, Allison "Mother" Stanek is said to have created her own Augmentation whose power goes beyond any other. Find her in ',l.a.Chongqing," and gain her trust.",r.a.createElement("br",null),r.a.createElement("br",null),"Destroying this BitNode will give you Source-File 13, or if you already have this Source-File it will upgrade its level up to a maximum of 3. This Source-File lets the ",s.a.ChurchOfTheMachineGod," appear in other BitNodes.",r.a.createElement("br",null),r.a.createElement("br",null),"Each level of this Source-File increases the size of Stanek's Gift."))}const m={HackingLevelMultiplier:1,StrengthLevelMultiplier:1,DefenseLevelMultiplier:1,DexterityLevelMultiplier:1,AgilityLevelMultiplier:1,CharismaLevelMultiplier:1,ServerGrowthRate:1,ServerMaxMoney:1,ServerStartingMoney:1,ServerStartingSecurity:1,ServerWeakenRate:1,HomeComputerRamCost:1,PurchasedServerCost:1,PurchasedServerSoftcap:1,PurchasedServerLimit:1,PurchasedServerMaxRam:1,CompanyWorkMoney:1,CrimeMoney:1,HacknetNodeMoney:1,ManualHackMoney:1,ScriptHackMoney:1,ScriptHackMoneyGain:1,CodingContractMoney:1,ClassGymExpGain:1,CompanyWorkExpGain:1,CrimeExpGain:1,FactionWorkExpGain:1,HackExpGain:1,FactionPassiveRepGain:1,FactionWorkRepGain:1,RepToDonateToFaction:1,AugmentationMoneyCost:1,AugmentationRepCost:1,InfiltrationMoney:1,InfiltrationRep:1,FourSigmaMarketDataCost:1,FourSigmaMarketDataApiCost:1,CorporationValuation:1,CorporationSoftcap:1,BladeburnerRank:1,BladeburnerSkillCost:1,GangSoftcap:1,GangUniqueAugs:1,DaedalusAugsRequirement:30,StaneksGiftPowerMultiplier:1,StaneksGiftExtraSize:0,WorldDaemonDifficulty:1};function h(t,e){const n=Object.assign({},m);switch(t){case 1:return n;case 2:return Object.assign(n,{HackingLevelMultiplier:.8,ServerGrowthRate:.8,ServerMaxMoney:.2,ServerStartingMoney:.4,CrimeMoney:3,InfiltrationMoney:3,FactionWorkRepGain:.5,FactionPassiveRepGain:0,StaneksGiftPowerMultiplier:2,StaneksGiftExtraSize:-6,PurchasedServerSoftcap:1.3,CorporationSoftcap:.9,WorldDaemonDifficulty:5});case 3:return Object.assign(n,{HackingLevelMultiplier:.8,RepToDonateToFaction:.5,AugmentationRepCost:3,AugmentationMoneyCost:3,ServerMaxMoney:.2,ServerStartingMoney:.2,ServerGrowthRate:.2,ScriptHackMoney:.2,CompanyWorkMoney:.25,CrimeMoney:.25,HacknetNodeMoney:.25,HomeComputerRamCost:1.5,PurchasedServerCost:2,StaneksGiftPowerMultiplier:.75,StaneksGiftExtraSize:-2,PurchasedServerSoftcap:1.3,GangSoftcap:.9,WorldDaemonDifficulty:2,GangUniqueAugs:.5});case 4:return Object.assign(n,{ServerMaxMoney:.15,ServerStartingMoney:.75,ScriptHackMoney:.2,CompanyWorkMoney:.1,CrimeMoney:.2,HacknetNodeMoney:.05,CompanyWorkExpGain:.5,ClassGymExpGain:.5,FactionWorkExpGain:.5,HackExpGain:.4,CrimeExpGain:.5,FactionWorkRepGain:.75,StaneksGiftPowerMultiplier:1.5,StaneksGiftExtraSize:0,PurchasedServerSoftcap:1.2,WorldDaemonDifficulty:3,GangUniqueAugs:.5});case 5:return Object.assign(n,{ServerMaxMoney:2,ServerStartingSecurity:2,ServerStartingMoney:.5,ScriptHackMoney:.15,HacknetNodeMoney:.2,CrimeMoney:.5,InfiltrationRep:1.5,InfiltrationMoney:1.5,AugmentationMoneyCost:2,HackExpGain:.5,CorporationValuation:.5,StaneksGiftPowerMultiplier:1.3,StaneksGiftExtraSize:0,PurchasedServerSoftcap:1.2,WorldDaemonDifficulty:1.5,GangUniqueAugs:.5});case 6:return Object.assign(n,{HackingLevelMultiplier:.35,ServerMaxMoney:.4,ServerStartingMoney:.5,ServerStartingSecurity:1.5,ScriptHackMoney:.75,CompanyWorkMoney:.5,CrimeMoney:.75,InfiltrationMoney:.75,CorporationValuation:.2,HacknetNodeMoney:.2,HackExpGain:.25,DaedalusAugsRequirement:35,PurchasedServerSoftcap:2,StaneksGiftPowerMultiplier:.5,StaneksGiftExtraSize:2,GangSoftcap:.7,CorporationSoftcap:.9,WorldDaemonDifficulty:2,GangUniqueAugs:.2});case 7:return Object.assign(n,{BladeburnerRank:.6,BladeburnerSkillCost:2,AugmentationMoneyCost:3,HackingLevelMultiplier:.35,ServerMaxMoney:.4,ServerStartingMoney:.5,ServerStartingSecurity:1.5,ScriptHackMoney:.5,CompanyWorkMoney:.5,CrimeMoney:.75,InfiltrationMoney:.75,CorporationValuation:.2,HacknetNodeMoney:.2,HackExpGain:.25,FourSigmaMarketDataCost:2,FourSigmaMarketDataApiCost:2,DaedalusAugsRequirement:35,PurchasedServerSoftcap:2,StaneksGiftPowerMultiplier:.9,StaneksGiftExtraSize:-1,GangSoftcap:.7,CorporationSoftcap:.9,WorldDaemonDifficulty:2,GangUniqueAugs:.2});case 8:return Object.assign(n,{BladeburnerRank:0,ScriptHackMoney:.3,ScriptHackMoneyGain:0,ManualHackMoney:0,CompanyWorkMoney:0,CrimeMoney:0,HacknetNodeMoney:0,InfiltrationMoney:0,RepToDonateToFaction:0,CorporationValuation:0,CodingContractMoney:0,StaneksGiftExtraSize:-99,PurchasedServerSoftcap:4,GangSoftcap:0,CorporationSoftcap:0,GangUniqueAugs:0});case 9:return Object.assign(n,{HackingLevelMultiplier:.5,StrengthLevelMultiplier:.45,DefenseLevelMultiplier:.45,DexterityLevelMultiplier:.45,AgilityLevelMultiplier:.45,CharismaLevelMultiplier:.45,PurchasedServerLimit:0,HomeComputerRamCost:5,CrimeMoney:.5,ScriptHackMoney:.1,HackExpGain:.05,ServerStartingMoney:.1,ServerMaxMoney:.1,ServerStartingSecurity:2.5,CorporationValuation:.5,FourSigmaMarketDataCost:5,FourSigmaMarketDataApiCost:4,BladeburnerRank:.9,BladeburnerSkillCost:1.2,StaneksGiftPowerMultiplier:.5,StaneksGiftExtraSize:2,GangSoftcap:.8,CorporationSoftcap:.7,WorldDaemonDifficulty:2,GangUniqueAugs:.25});case 10:return Object.assign(n,{HackingLevelMultiplier:.35,StrengthLevelMultiplier:.4,DefenseLevelMultiplier:.4,DexterityLevelMultiplier:.4,AgilityLevelMultiplier:.4,CharismaLevelMultiplier:.4,CompanyWorkMoney:.5,CrimeMoney:.5,HacknetNodeMoney:.5,ManualHackMoney:.5,ScriptHackMoney:.5,CodingContractMoney:.5,InfiltrationMoney:.5,CorporationValuation:.5,AugmentationMoneyCost:5,AugmentationRepCost:2,HomeComputerRamCost:1.5,PurchasedServerCost:5,PurchasedServerLimit:.6,PurchasedServerMaxRam:.5,BladeburnerRank:.8,StaneksGiftPowerMultiplier:.75,StaneksGiftExtraSize:-3,PurchasedServerSoftcap:1.1,GangSoftcap:.9,CorporationSoftcap:.9,WorldDaemonDifficulty:2,GangUniqueAugs:.25});case 11:return Object.assign(n,{HackingLevelMultiplier:.6,HackExpGain:.5,ServerMaxMoney:.1,ServerStartingMoney:.1,ServerGrowthRate:.2,ServerWeakenRate:2,CrimeMoney:3,CompanyWorkMoney:.5,HacknetNodeMoney:.1,AugmentationMoneyCost:2,InfiltrationMoney:2.5,InfiltrationRep:2.5,CorporationValuation:.1,CodingContractMoney:.25,FourSigmaMarketDataCost:4,FourSigmaMarketDataApiCost:4,PurchasedServerSoftcap:2,CorporationSoftcap:.9,WorldDaemonDifficulty:1.5,GangUniqueAugs:.75});case 12:{const t=Math.pow(1.02,e),a=1/t;return Object.assign(n,{DaedalusAugsRequirement:Math.floor(Math.min(n.DaedalusAugsRequirement+t,40)),HackingLevelMultiplier:a,StrengthLevelMultiplier:a,DefenseLevelMultiplier:a,DexterityLevelMultiplier:a,AgilityLevelMultiplier:a,CharismaLevelMultiplier:a,ServerMaxMoney:a,ServerStartingMoney:a,ServerGrowthRate:a,ServerWeakenRate:a,ServerStartingSecurity:1.5,HomeComputerRamCost:t,PurchasedServerCost:t,PurchasedServerLimit:a,PurchasedServerMaxRam:a,PurchasedServerSoftcap:t,ManualHackMoney:a,ScriptHackMoney:a,CompanyWorkMoney:a,CrimeMoney:a,HacknetNodeMoney:a,CodingContractMoney:a,CompanyWorkExpGain:a,ClassGymExpGain:a,FactionWorkExpGain:a,HackExpGain:a,CrimeExpGain:a,FactionWorkRepGain:a,FactionPassiveRepGain:a,RepToDonateToFaction:t,AugmentationRepCost:t,AugmentationMoneyCost:t,InfiltrationMoney:a,InfiltrationRep:a,FourSigmaMarketDataCost:t,FourSigmaMarketDataApiCost:t,CorporationValuation:a,BladeburnerRank:a,BladeburnerSkillCost:t,StaneksGiftPowerMultiplier:t,StaneksGiftExtraSize:t,GangSoftcap:.8,CorporationSoftcap:.8,WorldDaemonDifficulty:t,GangUniqueAugs:a})}case 13:return Object.assign(n,{PurchasedServerSoftcap:1.6,HackingLevelMultiplier:.25,StrengthLevelMultiplier:.7,DefenseLevelMultiplier:.7,DexterityLevelMultiplier:.7,AgilityLevelMultiplier:.7,ServerMaxMoney:.45,ServerStartingMoney:.75,ServerStartingSecurity:3,ScriptHackMoney:.2,CompanyWorkMoney:.4,CrimeMoney:.4,HacknetNodeMoney:.4,CodingContractMoney:.4,CompanyWorkExpGain:.5,ClassGymExpGain:.5,FactionWorkExpGain:.5,HackExpGain:.1,CrimeExpGain:.5,FactionWorkRepGain:.6,FourSigmaMarketDataCost:10,FourSigmaMarketDataApiCost:10,CorporationValuation:.001,BladeburnerRank:.45,BladeburnerSkillCost:2,StaneksGiftPowerMultiplier:2,StaneksGiftExtraSize:1,GangSoftcap:.3,CorporationSoftcap:.3,WorldDaemonDifficulty:3,GangUniqueAugs:.1});default:throw new Error("Invalid BitNodeN")}}function d(){Object.assign(o.a,h(i.a.bitNodeN,i.a.sourceFileLvl(i.a.bitNodeN)))}Object.freeze(m)},function(t,e,n){"use strict";n.d(e,"a",(function(){return a})),n.d(e,"b",(function(){return r}));class a{constructor(t,e){this.type=t,this.singularity=e,this.cyclesWorked=0}}let r;!function(t){t.CRIME="CRIME",t.CLASS="CLASS",t.CREATE_PROGRAM="CREATE_PROGRAM",t.GRAFTING="GRAFTING",t.FACTION="FACTION",t.COMPANY="COMPANY"}(r||(r={}))},function(t,e,n){"use strict";n.d(e,"a",(function(){return s}));var a=n(16),r=n(35);const i={b:!0,initPrice:1e4,marketCap:1e12,mv:1,name:"",otlkMag:0,spreadPerc:0,shareTxForMovement:1e6,symbol:""};function o(t){let e;switch(typeof t){case"number":return t;case"object":{const n=t;e=Object(r.a)(n.min,n.max);break}default:throw Error(`Do not know how to convert the type '${typeof t}' to a number`)}return"object"==typeof t&&"number"==typeof t.divisor?e/t.divisor:e}class s{constructor(t=i){this.name=t.name,this.symbol=t.symbol,this.price=o(t.initPrice),this.lastPrice=this.price,this.playerShares=0,this.playerAvgPx=0,this.playerShortShares=0,this.playerAvgShortPx=0,this.mv=o(t.mv),this.b=t.b,this.otlkMag=t.otlkMag,this.otlkMagForecast=this.getAbsoluteForecast(),this.cap=Object(r.a)(1e3*this.price,25e3*this.price),this.spreadPerc=o(t.spreadPerc),this.shareTxForMovement=o(t.shareTxForMovement),this.shareTxUntilMovement=this.shareTxForMovement;const e=t.marketCap/this.price;this.totalShares=1e5*Math.round(e/1e5);this.maxShares=1e5*Math.round(.2*this.totalShares/1e5)}changeForecastForecast(t){this.otlkMagForecast=t,this.otlkMagForecast>100?this.otlkMagForecast=100:this.otlkMagForecast<0&&(this.otlkMagForecast=0)}changePrice(t){this.lastPrice=this.price,this.price=t}cycleForecast(t=.1){const e=this.getForecastIncreaseChance();Math.random()5&&(this.otlkMag=Math.max(5,this.otlkMag-t))}influenceForecastForecast(t){this.otlkMagForecast>50?(this.otlkMagForecast-=t,this.otlkMagForecast=Math.max(50,this.otlkMagForecast)):this.otlkMagForecast<50&&(this.otlkMagForecast+=t,this.otlkMagForecast=Math.min(50,this.otlkMagForecast))}toJSON(){return Object(a.b)("Stock",this)}static fromJSON(t){return Object(a.a)(s,t.data)}}a.c.constructors.Stock=s},function(t,e,n){"use strict";n.d(e,"a",(function(){return a}));const a={}},,function(t,e,n){"use strict";n.d(e,"c",(function(){return i})),n.d(e,"d",(function(){return o})),n.d(e,"e",(function(){return s})),n.d(e,"b",(function(){return l})),n.d(e,"a",(function(){return c})),n.d(e,"f",(function(){return f}));var a=n(25),r=n(42);function i(t,e,n,i,o){return r.b.HashesPerLevel*t*Math.pow(1.07,Math.log2(n))*(1+(i-1)/5)*(1-e/n)*o*a.a.HacknetNodeMoney}function o(t,e=1,n=1){const a=Math.round(e);if(isNaN(a)||a<1)return 0;if(t>=r.b.MaxLevel)return 1/0;const i=r.b.UpgradeLevelMult;let o=0,s=t;for(let t=0;t=r.b.MaxRam)return 1/0;let i=0,o=Math.round(Math.log2(t)),s=t;for(let t=0;t=r.b.MaxCores)return 1/0;const i=r.b.UpgradeCoreMult;let o=0,s=t;for(let t=0;t=r.b.MaxCache)return 1/0;const a=r.b.UpgradeCacheMult;let i=0,o=t;for(let t=0;t=r.b.MaxServers?1/0:r.b.BaseCost*Math.pow(r.b.PurchaseMult,t-1)*e}},,,,,,function(t,e,n){"use strict";n.d(e,"a",(function(){return m}));var a=n(314),r=n(393),i=n(183),o=n(305),s=n(26),l=n(354),c=n(45),f=n(289),u=n(2);function m(t){if(c.a.isRunning)return f.a.emit("Processes cannot be killed during the tutorial."),!1;if(t instanceof r.a)return d(t),!0;if("number"==typeof t)return h(t);{const e=h(t.runningScript.pid);if(e)return e;for(const e of i.a.values())if(e.scriptRef===t.runningScript)return d(e),!0;return!1}}function h(t){const e=i.a.get(t);return e instanceof r.a&&(d(e),!0)}function d(t){var e;if(t.delay&&clearTimeout(t.delay),null===(e=t.delayReject)||void 0===e||e.call(t,new a.a(t)),t.env.runningFn="","function"==typeof t.atExit){try{t.env.stopFlag=!1,t.atExit()}catch(e){Object(u.a)(e,t,"Error running atExit function.\n\n")}t.atExit=void 0}t.env.stopFlag=!0,function(t){const e=t.hostname,n=Object(s.d)(e);if(null==n)return void console.error("Could not find server on which this script is running: "+e);for(let e=0;e0){if("unalias"===e[0]||"alias"===e[0])return e.join(" ");let t=!0,r=0;for(;t&&r<10;){var n;r++,t=!1;const i=null===(n=f(e[0]))||void 0===n?void 0:n.split(" ");null!=i&&(t=!0,e.splice(0,1,...i));for(let n=0;n!t)}return Object(a.useEffect)(()=>x.subscribe(t=>{const n=t.server+"-"+t.filename+t.args.map(t=>""+t).join("-");T.find(t=>t.id===n)||(T.push({id:n,script:t}),e())}),[]),Object(a.useEffect)(()=>L.subscribe(t=>{!function(t){T=T.filter(e=>e.script.pid!=t),e()}(t)}),[]),Object(a.useEffect)(()=>O.subscribe(()=>{T=[],e()})),r.a.createElement(r.a.Fragment,null,T.map(t=>r.a.createElement(I,{key:t.id,script:t.script,id:t.id,onClose:()=>{return n=t.id,T=T.filter(t=>t.id!==n),void e();var n}})))}const N=Object(d.a)(()=>Object(p.a)({logs:{overflowY:"scroll",overflowX:"hidden",scrollbarWidth:"auto",flexDirection:"column-reverse",whiteSpace:"pre-wrap",wordWrap:"break-word"},titleButton:{padding:"1px 0",height:"100%"}})),P=1500;function I(t){const e=Object(a.useRef)(null),n=Object(a.useRef)(null),[i,u]=Object(a.useState)(t.script),d=N(),p=Object(a.useRef)(null),g=Object(a.useState)(!1)[1],[x,L]=Object(a.useState)([500,500]),[O,T]=Object(a.useState)(!1);function R(){g(t=>!t)}const I=({x:t,y:e})=>{const a=null==n?void 0:n.current;if(!a)return;const r=a.state;r.x=t,r.y=e};function F(){Object(o.a)({runningScript:i,hostname:i.server})}function D(){const t=Object(v.d)(i.server);if(null===t)return;const e=Object(k.a)(i.filename,i.args,t);null===e?(i.ramUsage=0,Object(E.e)(i,t)):u(e)}function j(){const t=p.current;null!==t&&(t.style.zIndex=P+C+"",C++,R())}function B(t=!1){const e=`${i.filename} ${i.args.map(t=>""+t).join(" ")}`;return t||e.length<=30?e:e.slice(0,27)+"..."}function G(){T(!O)}Object(a.useEffect)(()=>M.subscribe(e=>{e.pid===t.script.pid&&I(e.data)}),[]),Object(a.useEffect)(()=>A.subscribe(e=>{e.pid===t.script.pid&&L([e.data.w,e.data.h])}),[]),Object(a.useEffect)(()=>I({x:.4*window.innerWidth,y:.3*window.innerHeight}),[]),Object(a.useEffect)(()=>{j();const t=setInterval(R,1e3);return()=>clearInterval(t)},[]),Object(a.useEffect)(()=>(window.addEventListener("resize",W),()=>{window.removeEventListener("resize",W)}),[]);const W=Object(w.debounce)(()=>{const t=null==e?void 0:e.current;t&&(H(t)||I({x:0,y:0}))},100),H=t=>{const e=t.getBoundingClientRect();return!(e.right<0||e.bottom<0||e.left>innerWidth||e.top>outerWidth)},U=[250,33];return r.a.createElement(m.a,{handle:".drag",onDrag:t=>{if(t instanceof MouseEvent&&(t.clientX<0||t.clientY<0||t.clientX>innerWidth||t.clientY>innerHeight))return!1},ref:n,onMouseDown:j},r.a.createElement(l.a,{display:"flex",sx:{flexFlow:"column",position:"fixed",zIndex:1400,minWidth:U[0]+"px",minHeight:U[1]+"px",...O?{border:"none",margin:0,maxHeight:0,padding:0}:{border:"1px solid "+S.a.theme.welllight}},ref:p},r.a.createElement(h.ResizableBox,{width:x[0],height:x[1],onResize:(t,{size:e})=>{L([e.width,e.height])},minConstraints:U,handle:r.a.createElement("span",{style:{position:"absolute",right:"-10px",bottom:"-16px",cursor:"nw-resize",display:O?"none":"inline-block"}},r.a.createElement(b.a,{color:"primary",style:{transform:"rotate(45deg)",fontSize:"1.75rem"}}))},r.a.createElement(r.a.Fragment,null,r.a.createElement(f.a,{className:"drag",sx:{display:"flex",alignItems:"center",cursor:"grab"},ref:e},r.a.createElement(s.a,{variant:"h6",sx:{marginRight:"auto",textOverflow:"ellipsis",whiteSpace:"nowrap",overflow:"hidden"},title:B(!0)},B(!0)),r.a.createElement("span",{style:{minWidth:"fit-content",height:U[1]+"px"}},y.a.has(i.pid)?r.a.createElement(c.a,{className:d.titleButton,onClick:F,onTouchEnd:F},"Kill"):r.a.createElement(c.a,{className:d.titleButton,onClick:D,onTouchEnd:D},"Run"),r.a.createElement(c.a,{className:d.titleButton,onClick:G,onTouchEnd:G},O?"🗖":"🗕"),r.a.createElement(c.a,{className:d.titleButton,onClick:t.onClose,onTouchEnd:t.onClose},"Close"))),r.a.createElement(f.a,{className:d.logs,sx:{height:`calc(100% - ${U[1]}px)`,display:O?"none":"flex"}},r.a.createElement("span",{style:{display:"flex",flexDirection:"column"}},i.logs.map((t,e)=>{return r.a.createElement(_.a,{key:e,text:t,color:(n=t,n.match(/(^\[[^\]]+\] )?ERROR/)||n.match(/(^\[[^\]]+\] )?FAIL/)?"error":n.match(/(^\[[^\]]+\] )?SUCCESS/)?"success":n.match(/(^\[[^\]]+\] )?WARN/)?"warn":n.match(/(^\[[^\]]+\] )?INFO/)?"info":"primary")});var n})))))))}},,function(t,e,n){"use strict";n.d(e,"a",(function(){return a}));class a{constructor(t,e,n){this.title=t,this.fn=e,this.txt=n}}},,,,,function(t,e,n){"use strict";n.d(e,"a",(function(){return s}));var a=n(0),r=n.n(a),i=n(3),o=n(23);function s(t){const[e,n]=Object(a.useState)(!1);return r.a.createElement(o.a,{open:e,title:r.a.createElement(i.a,null,"Copied!")},r.a.createElement(i.a,{variant:t.variant,color:t.color,onClick:function(){const e=document.createElement("textarea");e.value=t.value,document.body.appendChild(e),e.select(),e.setSelectionRange(0,1e10),document.execCommand("copy"),document.body.removeChild(e),n(!0),setTimeout(()=>n(!1),1e3)}},t.value))}},,,function(t,e,n){"use strict";n.d(e,"b",(function(){return f})),n.d(e,"c",(function(){return m})),n.d(e,"a",(function(){return h}));var a=n(0),r=n.n(a),i=n(680),o=n(973),s=n(1782),l=n(126),c=n(6);const f=new l.a;let u;function m(){var t,e;u=Object(i.a)({colors:{hp:c.a.theme.hp,money:c.a.theme.money,hack:c.a.theme.hack,combat:c.a.theme.combat,cha:c.a.theme.cha,int:c.a.theme.int,rep:c.a.theme.rep,backgroundprimary:c.a.theme.backgroundprimary,backgroundsecondary:c.a.theme.backgroundsecondary,button:c.a.theme.button,successlight:c.a.theme.successlight,success:c.a.theme.success,successdark:c.a.theme.successdark,white:c.a.theme.white,black:c.a.theme.black},palette:{primary:{light:c.a.theme.primarylight,main:c.a.theme.primary,dark:c.a.theme.primarydark},secondary:{light:c.a.theme.secondarylight,main:c.a.theme.secondary,dark:c.a.theme.secondarydark},error:{light:c.a.theme.errorlight,main:c.a.theme.error,dark:c.a.theme.errordark},info:{light:c.a.theme.infolight,main:c.a.theme.info,dark:c.a.theme.infodark},warning:{light:c.a.theme.warninglight,main:c.a.theme.warning,dark:c.a.theme.warningdark},success:{light:c.a.theme.successlight,main:c.a.theme.success,dark:c.a.theme.successdark},background:{default:c.a.theme.backgroundprimary,paper:c.a.theme.well},action:{disabled:c.a.theme.disabled}},typography:{fontFamily:c.a.styles.fontFamily,button:{textTransform:"none"}},components:{MuiInputBase:{styleOverrides:{root:{backgroundColor:c.a.theme.well,color:c.a.theme.primary},input:{"&::placeholder":{userSelect:"none",color:c.a.theme.primarydark}}}},MuiInput:{styleOverrides:{root:{backgroundColor:c.a.theme.well,borderBottomColor:"#fff"},underline:{"&:hover":{borderBottomColor:c.a.theme.primarydark},"&:before":{borderBottomColor:c.a.theme.primary},"&:after":{borderBottomColor:c.a.theme.primarylight}}}},MuiInputLabel:{styleOverrides:{root:{color:c.a.theme.primarydark,userSelect:"none","&:before":{color:c.a.theme.primarylight}}}},MuiButtonGroup:{styleOverrides:{root:{"& .MuiButton-root:not(:last-of-type)":{marginRight:"1px"}}}},MuiButton:{styleOverrides:{root:{backgroundColor:c.a.theme.button,border:"1px solid "+c.a.theme.well,"&:hover":{backgroundColor:c.a.theme.backgroundsecondary},borderRadius:0}}},MuiSelect:{styleOverrides:{icon:{color:c.a.theme.primary}},defaultProps:{variant:"standard"}},MuiTextField:{defaultProps:{variant:"standard"}},MuiTypography:{defaultProps:{color:"primary"},styleOverrides:{root:{lineHeight:c.a.styles.lineHeight}}},MuiMenu:{styleOverrides:{list:{backgroundColor:c.a.theme.well}}},MuiMenuItem:{styleOverrides:{root:{color:c.a.theme.primary}}},MuiAccordionSummary:{styleOverrides:{root:{backgroundColor:"#111"}}},MuiAccordionDetails:{styleOverrides:{root:{backgroundColor:c.a.theme.backgroundsecondary}}},MuiIconButton:{styleOverrides:{root:{color:c.a.theme.primary}}},MuiTooltip:{styleOverrides:{tooltip:{fontSize:"1em",color:c.a.theme.primary,backgroundColor:c.a.theme.well,borderRadius:0,border:"2px solid white",maxWidth:"100vh"}},defaultProps:{disableInteractive:!0}},MuiSlider:{styleOverrides:{valueLabel:{color:c.a.theme.primary,backgroundColor:c.a.theme.well}}},MuiDrawer:{styleOverrides:{paper:{"&::-webkit-scrollbar":{display:"none"},scrollbarWidth:"none",backgroundColor:c.a.theme.backgroundsecondary},paperAnchorDockedLeft:{borderRight:"1px solid "+c.a.theme.welllight}}},MuiDivider:{styleOverrides:{root:{backgroundColor:c.a.theme.welllight}}},MuiFormControlLabel:{styleOverrides:{root:{color:c.a.theme.primary}}},MuiSwitch:{styleOverrides:{switchBase:{color:c.a.theme.primarydark},track:{backgroundColor:c.a.theme.welllight}}},MuiPaper:{styleOverrides:{root:{borderRadius:0,backgroundColor:c.a.theme.backgroundsecondary,border:"1px solid "+c.a.theme.welllight}}},MuiTablePagination:{styleOverrides:{select:{color:c.a.theme.primary},selectLabel:{color:c.a.theme.primary},displayedRows:{color:c.a.theme.primary}}},MuiTab:{styleOverrides:{textColorPrimary:{color:c.a.theme.secondary,"&.Mui-selected":{color:c.a.theme.primary}},root:{backgroundColor:c.a.theme.backgroundsecondary,border:"1px solid "+c.a.theme.well,margin:"3px","&.Mui-selected":{backgroundColor:c.a.theme.button}}}},MuiTabs:{styleOverrides:{scrollButtons:{backgroundColor:c.a.theme.backgroundsecondary,color:c.a.theme.secondary,margin:"3px",opacity:1,width:"fit-content","&.Mui-disabled":{opacity:.5}}},defaultProps:{TabIndicatorProps:{style:{display:"none"}}}},MuiAlert:{styleOverrides:{root:{backgroundColor:c.a.theme.black,borderRadius:0,border:"1px solid "+c.a.theme.well},standardSuccess:{color:c.a.theme.successlight},standardError:{color:c.a.theme.errorlight},standardWarning:{color:c.a.theme.warninglight},standardInfo:{color:c.a.theme.infolight}}}}}),document.body.style.backgroundColor=null!==(t=null===(e=u.colors.backgroundprimary)||void 0===e?void 0:e.toString())&&void 0!==t?t:"black"}m();const h=({children:t})=>r.a.createElement(o.a,{injectFirst:!0},r.a.createElement(s.a,{theme:u},t))},,function(t,e,n){"use strict";let a,r;n.d(e,"b",(function(){return a})),n.d(e,"a",(function(){return r})),function(t){t[t.Cost=0]="Cost",t[t.Default=1]="Default",t[t.Reputation=2]="Reputation",t[t.Purchasable=3]="Purchasable"}(a||(a={})),function(t){t[t.Alphabetically=0]="Alphabetically",t[t.AcquirementTime=1]="AcquirementTime"}(r||(r={}))},,,,,,function(t,e,n){"use strict";n.d(e,"a",(function(){return a}));const a=new Map},function(t,e,n){"use strict";n.d(e,"a",(function(){return a}));const a={Water:.05,Energy:.01,Food:.03,Plants:.05,Metal:.1,Hardware:.06,Chemicals:.05,Drugs:.02,Robots:.5,AICores:.1,RealEstate:.005,"Real Estate":.005,"AI Cores":.1}},function(t,e,n){"use strict";function a(t,e=1){return Math.max(Math.floor(e*(32*Math.log(t+534.5)-200)),1)}function r(t,e=1){return Math.exp((t/e+200)/32)-534.6}function i(t,e=1){const n=a(t,e),i=n+1;let o=r(n,e);o<0&&(o=0);let s=r(i,e);s<0&&(s=0);let l=s-o!=0?100*(t-o)/(s-o):99.99;l<0&&(l=0),l>100&&(l=100);let c=t-o,f=s-t;return c<0&&(c=0),f<0&&(f=0),{currentSkill:n,nextSkill:i,baseExperience:o,experience:t,nextExperience:s,currentExperience:c,remainingExperience:f,progress:l}}n.d(e,"b",(function(){return a})),n.d(e,"a",(function(){return r})),n.d(e,"c",(function(){return i}))},,function(t,e,n){"use strict";let a;n.d(e,"a",(function(){return a})),n.d(e,"b",(function(){return r})),function(t){t.Weapon="w",t.Armor="a",t.Vehicle="v",t.Rootkit="r",t.Augmentation="g"}(a||(a={}));const r=[{cost:1e6,mults:{str:1.04,def:1.04},name:"Baseball Bat",upgType:a.Weapon},{cost:12e6,mults:{str:1.08,def:1.08,dex:1.08},name:"Katana",upgType:a.Weapon},{cost:25e6,mults:{str:1.1,def:1.1,dex:1.1,agi:1.1},name:"Glock 18C",upgType:a.Weapon},{cost:5e7,mults:{str:1.12,def:1.1,agi:1.1},name:"P90C",upgType:a.Weapon},{cost:6e7,mults:{str:1.2,def:1.15},name:"Steyr AUG",upgType:a.Weapon},{cost:1e8,mults:{str:1.25,def:1.2},name:"AK-47",upgType:a.Weapon},{cost:15e7,mults:{str:1.3,def:1.25},name:"M15A10 Assault Rifle",upgType:a.Weapon},{cost:225e6,mults:{str:1.3,dex:1.25,agi:1.3},name:"AWM Sniper Rifle",upgType:a.Weapon},{cost:2e6,mults:{def:1.04},name:"Bulletproof Vest",upgType:a.Armor},{cost:5e6,mults:{def:1.08},name:"Full Body Armor",upgType:a.Armor},{cost:25e6,mults:{def:1.15,agi:1.15},name:"Liquid Body Armor",upgType:a.Armor},{cost:4e7,mults:{def:1.2},name:"Graphene Plating Armor",upgType:a.Armor},{cost:3e6,mults:{agi:1.04,cha:1.04},name:"Ford Flex V20",upgType:a.Vehicle},{cost:9e6,mults:{agi:1.08,cha:1.08},name:"ATX1070 Superbike",upgType:a.Vehicle},{cost:18e6,mults:{agi:1.12,cha:1.12},name:"Mercedes-Benz S9001",upgType:a.Vehicle},{cost:3e7,mults:{agi:1.16,cha:1.16},name:"White Ferrari",upgType:a.Vehicle},{cost:5e6,mults:{hack:1.05},name:"NUKE Rootkit",upgType:a.Rootkit},{cost:25e6,mults:{hack:1.1},name:"Soulstealer Rootkit",upgType:a.Rootkit},{cost:75e6,mults:{hack:1.15},name:"Demon Rootkit",upgType:a.Rootkit},{cost:4e7,mults:{hack:1.12},name:"Hmap Node",upgType:a.Rootkit},{cost:75e6,mults:{hack:1.15},name:"Jack the Ripper",upgType:a.Rootkit},{cost:1e10,mults:{str:1.3,dex:1.3},name:"Bionic Arms",upgType:a.Augmentation},{cost:1e10,mults:{agi:1.6},name:"Bionic Legs",upgType:a.Augmentation},{cost:15e9,mults:{str:1.15,def:1.15,dex:1.15,agi:1.15},name:"Bionic Spine",upgType:a.Augmentation},{cost:2e10,mults:{str:1.4,def:1.4},name:"BrachiBlades",upgType:a.Augmentation},{cost:12e9,mults:{str:1.2,def:1.2},name:"Nanofiber Weave",upgType:a.Augmentation},{cost:25e9,mults:{str:1.5,agi:1.5},name:"Synthetic Heart",upgType:a.Augmentation},{cost:15e9,mults:{str:1.3,def:1.3},name:"Synfibril Muscle",upgType:a.Augmentation},{cost:5e9,mults:{hack:1.05},name:"BitWire",upgType:a.Augmentation},{cost:1e10,mults:{hack:1.15},name:"Neuralstimulator",upgType:a.Augmentation},{cost:75e8,mults:{hack:1.1},name:"DataJack",upgType:a.Augmentation},{cost:5e10,mults:{str:1.7,def:1.7},name:"Graphene Bone Lacings",upgType:a.Augmentation}]},,function(t,e,n){"use strict";function a(t){return"string"==typeof t||t instanceof String}n.d(e,"a",(function(){return a}))},function(t,e,n){"use strict";n.d(e,"a",(function(){return r}));var a=n(5);const r={GangRespectToReputationRatio:75,MaximumGangMembers:12,CyclesPerTerritoryAndPowerUpdate:100,AscensionMultiplierRatio:.15,Names:[a.a.SlumSnakes,a.a.Tetrads,a.a.TheSyndicate,a.a.TheDarkArmy,a.a.SpeakersForTheDead,a.a.NiteSec,a.a.TheBlackHand],GangKarmaRequirement:-54e3}},function(t,e,n){"use strict";n.d(e,"a",(function(){return L})),n.d(e,"c",(function(){return O})),n.d(e,"e",(function(){return T})),n.d(e,"f",(function(){return N})),n.d(e,"b",(function(){return P})),n.d(e,"d",(function(){return I}));var a=n(162),r=n(314),i=n(393),o=n(183),s=n(305),l=n(543),c=n(15),f=n(613),u=n(614),m=n(630),h=n(477),d=n(631),p=n(265),g=n(26),b=n(6),y=n(698),E=n(19),v=n(292),k=n(541),w=n(255),S=n(317),_=n(77),C=n(9),x=n(2);const L=new Map;function O(){for(const t of o.a.values())t.env.stopFlag=!0,Object(a.a)(t);L.clear(),s.a.emit(),o.a.clear()}async function M(t){const e=t.getServer().scripts,n=t.getScript();if(null===n)throw"workerScript had no associated script. This is a bug.";const a=await Object(m.a)(n,e);t.ramUsage=n.ramUsage;const r=t.env.vars;if(!a)throw n.filename+" cannot be run because the script module won't load";if("function"!=typeof a.main)throw n.filename+" cannot be run because it does not have a main function.";if(!r)throw n.filename+" cannot be run because the NS object hasn't been constructed properly.";await a.main(r)}async function A(t){const e=t.code;let n,a,r,i;try{const n=function(t,e){const n=Object(w.a)(t,{ecmaVersion:9,allowReserved:!0,sourceType:"module"}),a=e.getServer();if(null==a)throw new Error("Failed to find underlying Server object for script");let r="",i=!1;if(Object(S.b)(n,{ImportDeclaration:t=>{i=!0;let e=t.source.value;e.startsWith("./")&&(e=e.slice(2));const n=function(t){for(let e=0;e{n.push(t.id.name),a.push(t)}}),r+=`var ${e};\n(function (namespace) {\n`,a.forEach(t=>{r+=Object(y.generate)(t),r+="\n"}),n.forEach(t=>{r+="namespace."+t+" = "+t,r+="\n"}),r+=`})(${e} || (" + namespace + " = {}));\n`}else{const e=[];t.specifiers.forEach(t=>{e.push(t.local.name)});const n=[];Object(S.b)(o,{FunctionDeclaration:t=>{e.includes(t.id.name)&&n.push(t)}}),n.forEach(t=>{r+=Object(y.generate)(t),r+="\n"})}}}),!i)return{code:t,lineOffset:0};let o=0;if("Program"!==n.type||null==n.body)throw new Error("Code could not be properly parsed");for(let t=n.body.length-1;t>=0;--t)"ImportDeclaration"===n.body[t].type&&(n.body.splice(t,1),++o);const s=(r.match(/\n/g)||[]).length-o;t=Object(y.generate)(n);return{code:t=r+t,lineOffset:s}}(e,t);a=n.code,r=n.lineOffset}catch(e){throw`Error processing Imports in ${t.name}@${t.hostname}:\n\n${e}`}try{i=new f.a(a,(function e(a,r,i=t.env.vars){for(const[t,o]of Object.entries(i))if("function"==typeof o){const e=async(...t)=>{try{const e=t.pop(),n=await o(...t.map(t=>a.pseudoToNative(t)));return e(a.nativeToPseudo(n))}catch(t){n=t}};a.setProperty(r,t,a.createAsyncFunction(e))}else Array.isArray(o)||"object"!=typeof o?a.setProperty(r,t,a.nativeToPseudo(o)):(a.setProperty(r,t,a.nativeToPseudo({})),e(a,r.properties[t],i[t]))}),r)}catch(e){throw`Syntax ERROR in ${t.name}@${t.hostname}:\n\n${String(e)}`}let o=!0;for(;o;){if(n)throw n;if(t.env.stopFlag)return;for(let t=0;o&&t<3;t++)o=i.step();o&&await new Promise(t=>setTimeout(t,b.a.CodeInstructionRunTime))}}function T(t,e,n){return R(t,e,n)?(e.runScript(t),t.pid):0}function R(t,e,n){let c=1;t.threads&&!isNaN(t.threads)?c=t.threads:t.threads=1;const f=Object(d.a)(t),m=Object(k.a)(f*c);if(m>e.maxRam-e.ramUsed+.001)return Object(E.a)(`Not enough RAM to run script ${t.filename} with args ${Object(v.a)(t.args)}.\nThis can occur when you reload the game and the script's RAM usage has increased (either because of an update to the game or your changes to the script).\nThis can also occur if you have attempted to launch a script from a tail window with insufficient RAM. `),!1;e.updateRamUsed(Object(k.a)(e.ramUsed+m));const h=Object(l.a)();if(-1===h)throw new Error("Failed to start script because could not find available PID. This is most because you have too many scripts running.");const p=new i.a(t,h,u.a);return p.ramUsage=f,o.a.set(h,p),s.a.emit(),(p.name.endsWith(".js")?M:A)(p).then((function(){n&&!n.env.stopFlag&&(n.scriptRef.onlineExpGained+=t.onlineExpGained,n.scriptRef.onlineMoneyMade+=t.onlineMoneyMade),Object(a.a)(p),p.log("",()=>"Script finished running")})).catch((function(t){Object(x.a)(t,p),p.log("",()=>t instanceof r.a?"Script killed.":"Script crashed due to an error."),Object(a.a)(p)})),!0}function N(t=1){const e=t*c.a._idleSpeed/1e3;for(const t of o.a.values())t.scriptRef.onlineRunningTime+=e}function P(){const t=-1!==window.location.href.toLowerCase().indexOf("?noscripts");t&&(C.a.warn("Skipped loading player scripts during startup"),console.info("Skipping the load of any scripts during startup"));for(const e of Object(g.c)()){e.ramUsed=0;for(let t=0;t`Invalid arguments: scriptname='${n} args='${a}'`),console.error("runScriptFromScript() failed due to invalid arguments"),0;a.forEach((t,e)=>{if("string"!=typeof t&&"number"!=typeof t&&"boolean"!=typeof t)throw new Error(`Only strings, numbers, and booleans can be passed as arguments to other scripts.\n${n} argument index ${e} is of type ${typeof t} and value ${JSON.stringify(t)}`)});if(null!=e.getRunningScript(n,a))return r.log(t,()=>`'${n}' is already running on '${e.hostname}'`),0;for(let e=0;e"Cannot execute a script with null/undefined as an argument"),0;for(let i=0;i`You do not have root access on '${e.hostname}'`),0;if(l>c+.001)return r.log(t,()=>`Cannot run script '${n}' (t=${o}) on '${e.hostname}' because there is not enough available RAM!`),0;r.log(t,()=>`'${n}' on '${e.hostname}' with ${o} threads and args: ${Object(v.a)(a)}.`);const f=new h.a(s,a);return f.threads=o,f.server=e.hostname,T(f,e,r)}return r.log(t,()=>`Could not find script '${n}' on '${e.hostname}'`),0}},function(t,e,n){"use strict";n.d(e,"a",(function(){return a})),n.d(e,"b",(function(){return r})),n.d(e,"c",(function(){return i}));const a=()=>({hacking_chance:1,hacking_speed:1,hacking_money:1,hacking_grow:1,hacking:1,hacking_exp:1,strength:1,strength_exp:1,defense:1,defense_exp:1,dexterity:1,dexterity_exp:1,agility:1,agility_exp:1,charisma:1,charisma_exp:1,hacknet_node_money:1,hacknet_node_purchase_cost:1,hacknet_node_ram_cost:1,hacknet_node_core_cost:1,hacknet_node_level_cost:1,company_rep:1,faction_rep:1,work_money:1,crime_success:1,crime_money:1,bladeburner_max_stamina:1,bladeburner_stamina_gain:1,bladeburner_analysis:1,bladeburner_success_chance:1}),r=(t,e)=>({hacking_chance:t.hacking_chance*e.hacking_chance,hacking_speed:t.hacking_speed*e.hacking_speed,hacking_money:t.hacking_money*e.hacking_money,hacking_grow:t.hacking_grow*e.hacking_grow,hacking:t.hacking*e.hacking,hacking_exp:t.hacking_exp*e.hacking_exp,strength:t.strength*e.strength,strength_exp:t.strength_exp*e.strength_exp,defense:t.defense*e.defense,defense_exp:t.defense_exp*e.defense_exp,dexterity:t.dexterity*e.dexterity,dexterity_exp:t.dexterity_exp*e.dexterity_exp,agility:t.agility*e.agility,agility_exp:t.agility_exp*e.agility_exp,charisma:t.charisma*e.charisma,charisma_exp:t.charisma_exp*e.charisma_exp,hacknet_node_money:t.hacknet_node_money*e.hacknet_node_money,hacknet_node_purchase_cost:t.hacknet_node_purchase_cost*e.hacknet_node_purchase_cost,hacknet_node_ram_cost:t.hacknet_node_ram_cost*e.hacknet_node_ram_cost,hacknet_node_core_cost:t.hacknet_node_core_cost*e.hacknet_node_core_cost,hacknet_node_level_cost:t.hacknet_node_level_cost*e.hacknet_node_level_cost,company_rep:t.company_rep*e.company_rep,faction_rep:t.faction_rep*e.faction_rep,work_money:t.work_money*e.work_money,crime_success:t.crime_success*e.crime_success,crime_money:t.crime_money*e.crime_money,bladeburner_max_stamina:t.bladeburner_max_stamina*e.bladeburner_max_stamina,bladeburner_stamina_gain:t.bladeburner_stamina_gain*e.bladeburner_stamina_gain,bladeburner_analysis:t.bladeburner_analysis*e.bladeburner_analysis,bladeburner_success_chance:t.bladeburner_success_chance*e.bladeburner_success_chance}),i=(t,e)=>({hacking_chance:(t.hacking_chance-1)*e+1,hacking_speed:(t.hacking_speed-1)*e+1,hacking_money:(t.hacking_money-1)*e+1,hacking_grow:(t.hacking_grow-1)*e+1,hacking:(t.hacking-1)*e+1,hacking_exp:(t.hacking_exp-1)*e+1,strength:(t.strength-1)*e+1,strength_exp:(t.strength_exp-1)*e+1,defense:(t.defense-1)*e+1,defense_exp:(t.defense_exp-1)*e+1,dexterity:(t.dexterity-1)*e+1,dexterity_exp:(t.dexterity_exp-1)*e+1,agility:(t.agility-1)*e+1,agility_exp:(t.agility_exp-1)*e+1,charisma:(t.charisma-1)*e+1,charisma_exp:(t.charisma_exp-1)*e+1,hacknet_node_money:(t.hacknet_node_money-1)*e+1,hacknet_node_purchase_cost:(t.hacknet_node_purchase_cost-1)*e+1,hacknet_node_ram_cost:(t.hacknet_node_ram_cost-1)*e+1,hacknet_node_core_cost:(t.hacknet_node_core_cost-1)*e+1,hacknet_node_level_cost:(t.hacknet_node_level_cost-1)*e+1,company_rep:(t.company_rep-1)*e+1,faction_rep:(t.faction_rep-1)*e+1,work_money:(t.work_money-1)*e+1,crime_success:(t.crime_success-1)*e+1,crime_money:(t.crime_money-1)*e+1,bladeburner_max_stamina:(t.bladeburner_max_stamina-1)*e+1,bladeburner_stamina_gain:(t.bladeburner_stamina_gain-1)*e+1,bladeburner_analysis:(t.bladeburner_analysis-1)*e+1,bladeburner_success_chance:(t.bladeburner_success_chance-1)*e+1})},function(t,e,n){"use strict";n.d(e,"a",(function(){return u})),n.d(e,"d",(function(){return m})),n.d(e,"h",(function(){return h})),n.d(e,"g",(function(){return d})),n.d(e,"b",(function(){return p})),n.d(e,"c",(function(){return g})),n.d(e,"f",(function(){return b})),n.d(e,"e",(function(){return y}));var a=n(26),r=n(141),i=n(25),o=n(15),s=n(1),l=n(19),c=n(797),f=n(183);function u(t){const e=Math.round(t);if(isNaN(e)||!Object(c.a)(e)||1!==Math.sign(e))return 1/0;if(e>g())return 1/0;const n=Math.max(0,Math.log(e)/Math.log(2)-6);return e*o.a.BaseCostFor1GBOfRamServer*i.a.PurchasedServerCost*Math.pow(i.a.PurchasedServerSoftcap,n)}const m=(t,e)=>{const n=Object(a.d)(t);if(!n)throw new Error(`Server '${t}' not found.`);if(!s.a.purchasedServers.includes(t))throw new Error(`Server '${t}' not a purchased server.`);if(isNaN(e)||!Object(c.a)(e)||1!==Math.sign(e))throw new Error(e+" is not a positive power of 2");if(n.maxRam>=e)throw new Error(`'${t}' current ram (${n.maxRam}) is not bigger than new ram (${e})`);return u(e)-u(n.maxRam)},h=(t,e)=>{const n=Object(a.d)(t);if(!n)throw new Error(`Server '${t}' not found.`);const r=m(t,e);if(!s.a.canAfford(r))throw new Error(`You don't have enough money to upgrade '${t}'.`);s.a.loseMoney(r,"servers"),n.maxRam=e},d=(t,e)=>{const n=Object(a.d)(t);if(!n)throw new Error(`Server '${e}' doesn't exists.`);if(Object(a.d)(e))throw new Error(`Server '${e}' already exists.`);if(!s.a.purchasedServers.includes(t))throw new Error(`Server '${t}' is not a player server.`);const r=(t,e,n)=>t.map(t=>t===e?n:t);s.a.purchasedServers=r(s.a.purchasedServers,t,e);const i=s.a.getHomeComputer();i.serversOnNetwork=r(i.serversOnNetwork,t,e),n.serversOnNetwork=r(n.serversOnNetwork,t,e),n.runningScripts.forEach(t=>t.server=e),n.scripts.forEach(t=>t.server=e),n.hostname=e,f.a.forEach(n=>{n.hostname===t&&(n.hostname=e)}),Object(a.j)(t,e)};function p(){return Math.round(o.a.PurchasedServerLimit*i.a.PurchasedServerLimit)}function g(){const t=Math.round(o.a.PurchasedServerMaxRam*i.a.PurchasedServerMaxRam);return 1<<31-Math.clz32(t)}function b(t,e,n){if(!s.a.canAfford(n))return void Object(l.a)("You don't have enough money to purchase this server!");if(s.a.purchasedServers.length>=p())return void Object(l.a)("You have reached the maximum limit of "+p()+" servers. You cannot purchase any more. You can delete some of your purchased servers using the deleteServer() Netscript function in a script");if(""==t)return void Object(l.a)("You must enter a hostname for your new server!");const i=Object(r.g)({adminRights:!0,hostname:t,ip:Object(a.e)(),isConnectedTo:!1,maxRam:e,organizationName:"",purchasedByPlayer:!0});Object(a.a)(i),s.a.purchasedServers.push(i.hostname);const o=s.a.getHomeComputer();o.serversOnNetwork.push(i.hostname),i.serversOnNetwork.push(o.hostname),s.a.loseMoney(n,"servers"),Object(l.a)("Server successfully purchased with hostname "+i.hostname)}function y(){const t=s.a.getUpgradeHomeRamCost();if(!s.a.canAfford(t))return void Object(l.a)("You do not have enough money to purchase additional RAM for your home computer");const e=s.a.getHomeComputer();e.maxRam>=o.a.HomeComputerMaxRam?Object(l.a)("You cannot upgrade your home computer RAM because it is at its maximum possible value"):(e.maxRam*=2,s.a.loseMoney(t,"servers"))}},,function(t,e,n){"use strict";n.d(e,"a",(function(){return m})),n.d(e,"c",(function(){return h})),n.d(e,"d",(function(){return d})),n.d(e,"b",(function(){return p}));var a=n(233),r=n(75),i=n(15),o=n(1),s=n(7),l=n(24),c=n(19),f=n(0),u=n(2);function m(t,e,n=null,m={}){if((e=Math.round(e))<=0)return!1;if(null==t||isNaN(e))return n?u.b.log(n,()=>`Invalid arguments: stock='${t}' shares='${e}'`):!0!==m.suppressDialog&&Object(c.a)("Failed to buy stock. This may be a bug, contact developer"),!1;const h=Object(a.b)(t,e,r.a.Long);if(null==h)return!1;if(o.a.money`You do not have enough money to purchase this position. You need ${s.a.formatMoney(h)}.`):!0!==m.suppressDialog&&Object(c.a)(f.createElement(f.Fragment,null,"You do not have enough money to purchase this. You need ",f.createElement(l.a,{money:h}))),!1;if(e+t.playerShares+t.playerShortShares>t.maxShares)return n?u.b.log(n,()=>`Purchasing '${e+t.playerShares+t.playerShortShares}' shares would exceed ${t.symbol}'s maximum (${t.maxShares}) number of shares`):!0!==m.suppressDialog&&Object(c.a)(`You cannot purchase this many shares. ${t.symbol} has a maximum of ${s.a.formatShares(t.maxShares)} shares.`),!1;const d=t.playerShares*t.playerAvgPx;o.a.loseMoney(h,"stock");const p=d+h-i.a.StockMarketCommission;if(t.playerShares=Math.round(t.playerShares+e),t.playerAvgPx=p/t.playerShares,Object(a.d)(t,e),null!=m.rerenderFn&&"function"==typeof m.rerenderFn&&m.rerenderFn(),n){const a=`Bought ${s.a.formatShares(e)} shares of ${t.symbol} for ${s.a.formatMoney(h)}. Paid ${s.a.formatMoney(i.a.StockMarketCommission)} in commission fees.`;u.b.log(n,()=>a)}else!0!==m.suppressDialog&&Object(c.a)(f.createElement(f.Fragment,null,"Bought ",s.a.formatShares(e)," shares of ",t.symbol," for ",f.createElement(l.a,{money:h}),". Paid"," ",f.createElement(l.a,{money:i.a.StockMarketCommission})," in commission fees."));return!0}function h(t,e,n=null,i={}){if(null==t||e<0||isNaN(e))return n?u.b.log(n,()=>`Invalid arguments: stock='${t}' shares='${e}'`):!0!==i.suppressDialog&&Object(c.a)("Failed to sell stock. This is probably due to an invalid quantity. Otherwise, this may be a bug, contact developer"),!1;if((e=Math.round(e))>t.playerShares&&(e=t.playerShares),0===e)return!1;const m=Object(a.c)(t,e,r.a.Long);if(null==m)return!1;let h=m-t.playerAvgPx*e;if(isNaN(h)&&(h=0),o.a.gainMoney(m,"stock"),n&&(n.workerScript.scriptRef.onlineMoneyMade+=h,o.a.scriptProdSinceLastAug+=h),t.playerShares=Math.round(t.playerShares-e),0===t.playerShares&&(t.playerAvgPx=0),Object(a.d)(t,e),null!=i.rerenderFn&&"function"==typeof i.rerenderFn&&i.rerenderFn(),n){const a=`Sold ${s.a.formatShares(e)} shares of ${t.symbol}. After commissions, you gained a total of ${s.a.formatMoney(m)}.`;u.b.log(n,()=>a)}else!0!==i.suppressDialog&&Object(c.a)(f.createElement(f.Fragment,null,"Sold ",s.a.formatShares(e)," shares of ",t.symbol,". After commissions, you gained a total of"," ",f.createElement(l.a,{money:m}),"."));return!0}function d(t,e,n=null,m={}){if((e=Math.round(e))<=0)return!1;if(null==t||isNaN(e))return n?u.b.log(n,()=>`Invalid arguments: stock='${t}' shares='${e}'`):!0!==m.suppressDialog&&Object(c.a)("Failed to initiate a short position in a stock. This is probably due to an invalid quantity. Otherwise, this may be a bug, so contact developer"),!1;const h=Object(a.b)(t,e,r.a.Short);if(null==h)return!1;if(o.a.money"You do not have enough money to purchase this short position. You need "+s.a.formatMoney(h)):!0!==m.suppressDialog&&Object(c.a)(f.createElement(f.Fragment,null,"You do not have enough money to purchase this short position. You need ",f.createElement(l.a,{money:h}))),!1;if(e+t.playerShares+t.playerShortShares>t.maxShares)return n?u.b.log(n,()=>`This '${e+t.playerShares+t.playerShortShares}' short shares would exceed ${t.symbol}'s maximum (${t.maxShares}) number of shares.`):!0!==m.suppressDialog&&Object(c.a)(`You cannot purchase this many shares. ${t.symbol} has a maximum of ${t.maxShares} shares.`),!1;const d=t.playerShortShares*t.playerAvgShortPx;o.a.loseMoney(h,"stock");const p=d+h-i.a.StockMarketCommission;if(t.playerShortShares=Math.round(t.playerShortShares+e),t.playerAvgShortPx=p/t.playerShortShares,Object(a.d)(t,e),null!=m.rerenderFn&&"function"==typeof m.rerenderFn&&m.rerenderFn(),n){const a=`Bought a short position of ${s.a.formatShares(e)} shares of ${t.symbol} for ${s.a.formatMoney(h)}. Paid ${s.a.formatMoney(i.a.StockMarketCommission)} in commission fees.`;u.b.log(n,()=>a)}else m.suppressDialog||Object(c.a)(f.createElement(f.Fragment,null,"Bought a short position of ",s.a.formatShares(e)," shares of ",t.symbol," for"," ",f.createElement(l.a,{money:h}),". Paid ",f.createElement(l.a,{money:i.a.StockMarketCommission})," in commission fees."));return!0}function p(t,e,n=null,i={}){if(null==t||isNaN(e)||e<0)return n?u.b.log(n,()=>`Invalid arguments: stock='${t}' shares='${e}'`):i.suppressDialog||Object(c.a)("Failed to sell a short position in a stock. This is probably due to an invalid quantity. Otherwise, this may be a bug, so contact developer"),!1;if((e=Math.round(e))>t.playerShortShares&&(e=t.playerShortShares),0===e)return!1;const m=e*t.playerAvgShortPx,h=Object(a.c)(t,e,r.a.Short);if(null==h||isNaN(h)||null==m)return n?u.b.log(n,()=>"Failed to sell short position in a stock. This is probably either due to invalid arguments, or a bug"):i.suppressDialog||Object(c.a)("Failed to sell short position in a stock. This is probably either due to invalid arguments, or a bug"),!1;let d=h-m;if(isNaN(d)&&(d=0),o.a.gainMoney(h,"stock"),n&&(n.workerScript.scriptRef.onlineMoneyMade+=d,o.a.scriptProdSinceLastAug+=d),t.playerShortShares=Math.round(t.playerShortShares-e),0===t.playerShortShares&&(t.playerAvgShortPx=0),Object(a.d)(t,e),null!=i.rerenderFn&&"function"==typeof i.rerenderFn&&i.rerenderFn(),n){const a=`Sold your short position of ${s.a.formatShares(e)} shares of ${t.symbol}. After commissions, you gained a total of `+s.a.formatMoney(h);u.b.log(n,()=>a)}else i.suppressDialog||Object(c.a)(f.createElement(f.Fragment,null,"Sold your short position of ",s.a.formatShares(e)," shares of ",t.symbol,". After commissions, you gained a total of ",f.createElement(l.a,{money:h})));return!0}},,,,,,,,,,function(t,e,n){"use strict";n.d(e,"b",(function(){return i})),n.d(e,"a",(function(){return o}));var a=n(1),r=n(19);function i(t){a.a.gainMoney(t,"casino")}function o(){const t=a.a.getCasinoWinnings()>1e10;return t&&Object(r.a)("Alright cheater get out of here. You're not allowed here anymore."),t}},function(t,e,n){"use strict";n.d(e,"f",(function(){return r})),n.d(e,"d",(function(){return i})),n.d(e,"e",(function(){return o})),n.d(e,"c",(function(){return s})),n.d(e,"b",(function(){return l})),n.d(e,"a",(function(){return c}));var a=n(25);function r(t){return t.respect/(t.respect+t.wantedLevel)}function i(t,e,n){if(0===n.baseRespect)return 0;let i=n.hackWeight/100*e.hack+n.strWeight/100*e.str+n.defWeight/100*e.def+n.dexWeight/100*e.dex+n.agiWeight/100*e.agi+n.chaWeight/100*e.cha;if(i-=4*n.difficulty,i<=0)return 0;const o=Math.max(.005,Math.pow(100*t.territory,n.territory.respect)/100),s=(.2*t.territory+.8)*a.a.GangSoftcap;if(isNaN(o)||o<=0)return 0;const l=r(t);return Math.pow(11*n.baseRespect*i*o*l,s)}function o(t,e,n){if(0===n.baseWanted)return 0;let a=n.hackWeight/100*e.hack+n.strWeight/100*e.str+n.defWeight/100*e.def+n.dexWeight/100*e.dex+n.agiWeight/100*e.agi+n.chaWeight/100*e.cha;if(a-=3.5*n.difficulty,a<=0)return 0;const r=Math.max(.005,Math.pow(100*t.territory,n.territory.wanted)/100);if(isNaN(r)||r<=0)return 0;if(n.baseWanted<0)return.4*n.baseWanted*a*r;const i=7*n.baseWanted/Math.pow(3*a*r,.8);return Math.min(100,i)}function s(t,e,n){if(0===n.baseMoney)return 0;let i=n.hackWeight/100*e.hack+n.strWeight/100*e.str+n.defWeight/100*e.def+n.dexWeight/100*e.dex+n.agiWeight/100*e.agi+n.chaWeight/100*e.cha;if(i-=3.2*n.difficulty,i<=0)return 0;const o=Math.max(.005,Math.pow(100*t.territory,n.territory.money)/100);if(isNaN(o)||o<=0)return 0;const s=r(t),l=(.2*t.territory+.8)*a.a.GangSoftcap;return Math.pow(5*n.baseMoney*i*o*s,l)}function l(t){return Math.max(t-1e3,0)}function c(t){return Math.max(Math.pow(t/2e3,.5),1)}},function(t,e,n){"use strict";n.d(e,"a",(function(){return a})),n.d(e,"b",(function(){return r})),n.d(e,"c",(function(){return i})),n.d(e,"d",(function(){return o}));class a{constructor(t={}){!function(t,e,n){e in t?Object.defineProperty(t,e,{value:n,enumerable:!0,configurable:!0,writable:!0}):t[e]=n}(this,"jsonrpc","2.0"),this.method=t.method,this.result=t.result,this.params=t.params,this.error=t.error,this.id=t.id}}function r(t){const e=t;return"string"==typeof e.server&&"string"==typeof e.filename&&"string"==typeof e.content}function i(t){const e=t;return"string"==typeof e.server&&"string"==typeof e.filename}function o(t){return"string"==typeof t.server}},,function(t,e,n){"use strict";n.d(e,"a",(function(){return c}));var a=n(47),r=n(0),i=n.n(r),o=n(13),s=n(1),l=n(396);function c(t){const[e,n]=Object(r.useState)(100),c=(!t.ignoreAugment_WKSharmonizer&&s.a.hasAugmentation(o.a.WKSharmonizer,!0)?1.3:1)*t.millis;return Object(r.useEffect)(()=>{const e=setInterval(()=>{n(e=>(e<=0&&t.onExpire(),e-200/c*100))},200);return()=>{clearInterval(e)}},[]),t.noPaper?i.a.createElement(l.a,{variant:"determinate",value:e,color:"primary"}):i.a.createElement(a.a,{sx:{p:1,mb:1}},i.a.createElement(l.a,{variant:"determinate",value:e,color:"primary"}))}},,,,,function(t,e,n){"use strict";n.d(e,"a",(function(){return i})),n.d(e,"b",(function(){return o}));var a=n(319),r=n(56);const i={};function o(){Object(r.b)(),Object.assign(i,{BruteSSHProgram:new a.a(r.a.BruteSSHProgram.name,5e5,"Opens up SSH Ports."),FTPCrackProgram:new a.a(r.a.FTPCrackProgram.name,15e5,"Opens up FTP Ports."),RelaySMTPProgram:new a.a(r.a.RelaySMTPProgram.name,5e6,"Opens up SMTP Ports."),HTTPWormProgram:new a.a(r.a.HTTPWormProgram.name,3e7,"Opens up HTTP Ports."),SQLInjectProgram:new a.a(r.a.SQLInjectProgram.name,25e7,"Opens up SQL Ports."),ServerProfiler:new a.a(r.a.ServerProfiler.name,5e5,"Displays detailed information about a server."),DeepscanV1:new a.a(r.a.DeepscanV1.name,5e5,"Enables 'scan-analyze' with a depth up to 5."),DeepscanV2:new a.a(r.a.DeepscanV2.name,25e6,"Enables 'scan-analyze' with a depth up to 10."),AutolinkProgram:new a.a(r.a.AutoLink.name,1e6,"Enables direct connect via 'scan-analyze'."),FormulasProgram:new a.a(r.a.Formulas.name,5e9,"Unlock access to the formulas API.")})}},function(t,e,n){"use strict";n.d(e,"c",(function(){return i})),n.d(e,"b",(function(){return o})),n.d(e,"e",(function(){return s})),n.d(e,"a",(function(){return l})),n.d(e,"d",(function(){return c}));var a=n(25),r=n(42);function i(t,e,n,i){return t*r.a.MoneyGainPerLevel*Math.pow(1.035,e-1)*((n+5)/6)*i*a.a.HacknetNodeMoney}function o(t,e=1,n=1){const a=Math.round(e);if(isNaN(a)||a<1)return 0;if(t>=r.a.MaxLevel)return 1/0;const i=r.a.UpgradeLevelMult;let o=0,s=t;for(let t=0;t=r.a.MaxRam)return 1/0;let i=0,o=Math.round(Math.log2(t)),s=t;for(let t=0;t=r.a.MaxCores)return 1/0;const i=r.a.CoreBaseCost,o=r.a.UpgradeCoreMult;let s=0,l=t;for(let t=0;t=0&&e<1?a(t.Trivial,t.Normal,e):e>=1&&e<2?a(t.Normal,t.Hard,e-1):e>=2&&e<3?a(t.Hard,t.Impossible,e-2):a(t.Impossible,t.Impossible,0)}n.d(e,"a",(function(){return a}))},function(t,e,n){"use strict";n.d(e,"a",(function(){return i}));var a=n(0),r=n.n(a);function i(t){return Object(a.useEffect)(()=>{function e(e){if(!e.isTrusted)return;t.onKeyDown.bind(this)(e)}return document.addEventListener("keydown",e),()=>document.removeEventListener("keydown",e)}),r.a.createElement(r.a.Fragment,null)}},function(t,e,n){"use strict";n.d(e,"b",(function(){return b})),n.d(e,"a",(function(){return y}));var a=n(0),r=n.n(a),i=n(152),o=n(16),s=n(1),l=n(5),c=n(30),f=n(89),u=n(19),m=n(144),h=n(15),d=n(13),p=n(390),g=n(108);const b=t=>null!==t&&t.type===i.b.FACTION;class y extends i.a{constructor(t){var e,n,a;super(i.b.FACTION,null===(e=null==t?void 0:t.singularity)||void 0===e||e),this.factionWorkType=null!==(n=null==t?void 0:t.factionWorkType)&&void 0!==n?n:g.a.HACKING,this.factionName=null!==(a=null==t?void 0:t.faction)&&void 0!==a?a:l.a.Sector12}getFaction(){const t=c.a[this.factionName];if(!t)throw new Error(`Faction work started with invalid / unknown faction: '${this.factionName}'`);return t}getReputationRate(){let t=1;return s.a.hasAugmentation(d.a.NeuroreceptorManager,!0)||(t=s.a.focus?1:h.a.BaseFocusBonus),Object(p.b)(s.a,this.factionWorkType,this.getFaction().favor)*t}getExpRates(){let t=1;s.a.hasAugmentation(d.a.NeuroreceptorManager,!0)||(t=s.a.focus?1:h.a.BaseFocusBonus);const e=Object(p.a)(s.a,this.factionWorkType);return Object(f.d)(e,t,!1)}process(t){this.cyclesWorked+=t,this.getFaction().playerReputation+=this.getReputationRate()*t;const e=this.getExpRates();return Object(f.a)(s.a,e,t,"class"),!1}finish(){this.singularity||Object(u.a)(r.a.createElement(r.a.Fragment,null,"You worked for ",this.getFaction().name,".",r.a.createElement("br",null),"They now have a total of ",r.a.createElement(m.a,{reputation:this.getFaction().playerReputation})," reputation."))}APICopy(){return{type:this.type,cyclesWorked:this.cyclesWorked,factionWorkType:this.factionWorkType,factionName:this.factionName}}toJSON(){return Object(o.b)("FactionWork",this)}static fromJSON(t){return Object(o.a)(y,t.data)}}o.c.constructors.FactionWork=y},,function(t,e,n){"use strict";n.d(e,"a",(function(){return l}));var a=n(0),r=n(7),i=n(122),o=n(148);const s=Object(i.a)(t=>Object(o.a)({money:{color:t.colors.money}}));function l({hashes:t}){const e=s();return a.createElement("span",{className:e.money},"number"==typeof t?r.a.formatHashes(t):t)}},function(t,e,n){"use strict";n.d(e,"a",(function(){return f}));var a=n(15),r=n(215),i=n(42),o=n(19),s=n(16),l=n(398);function c(t,e,n){return e in t?Object.defineProperty(t,e,{value:n,enumerable:!0,configurable:!0,writable:!0}):t[e]=n,t}class f{constructor(t="",e=1){c(this,"cores",1),c(this,"level",1),c(this,"moneyGainRatePerSecond",0),c(this,"onlineTimeSeconds",0),c(this,"ram",1),c(this,"totalMoneyGenerated",0),this.name=t,this.updateMoneyGainRate(e)}calculateCoreUpgradeCost(t=1,e){return Object(r.a)(this.cores,t,e)}calculateLevelUpgradeCost(t=1,e){return Object(r.b)(this.level,t,e)}calculateRamUpgradeCost(t=1,e){return Object(r.e)(this.ram,t,e)}process(t=1){const e=t*a.a.MilliPerCycle/1e3;let n=this.moneyGainRatePerSecond*e;return isNaN(n)&&(console.error(`Hacknet Node ${this.name} calculated earnings of NaN`),n=0),this.totalMoneyGenerated+=n,this.onlineTimeSeconds+=e,n}upgradeCore(t=1,e){this.cores=Math.min(i.a.MaxCores,Math.round(this.cores+t)),this.updateMoneyGainRate(e)}upgradeLevel(t=1,e){this.level=Math.min(i.a.MaxLevel,Math.round(this.level+t)),this.updateMoneyGainRate(e)}upgradeRam(t=1,e){for(let e=0;e{document.body.removeChild(e),window.URL.revokeObjectURL(n)},0)}read(){return this.text}show(){Object(a.a)(`${this.fn}

${this.text}`)}toJSON(){return Object(r.b)("TextFile",this)}write(t){this.text=t}static fromJSON(t){return Object(r.a)(o,t.data)}}function s(t,e){let n=t.endsWith(".txt")?t:t+".txt";Object(i.h)(n)&&(n=Object(i.k)(n));for(const t of e.textFiles)if(t.fn===n)return t;return null}function l(t,e,n){if(null!==s(t,n))return void console.error(`A file named "${t}" already exists on server ${n.hostname}.`);const a=new o(t,e);return n.textFiles.push(a),a}r.c.constructors.TextFile=o},function(t,e,n){"use strict";n.d(e,"a",(function(){return i}));var a=n(278),r=n(143);const i={};i[r.a.BladesIntuition]=new a.a({name:r.a.BladesIntuition,desc:"Each level of this skill increases your success chance for all Contracts, Operations, and BlackOps by 3%",baseCost:3,costInc:2.1,successChanceAll:3}),i[r.a.Cloak]=new a.a({name:r.a.Cloak,desc:"Each level of this skill increases your success chance in stealth-related Contracts, Operations, and BlackOps by 5.5%",baseCost:2,costInc:1.1,successChanceStealth:5.5}),i[r.a.ShortCircuit]=new a.a({name:r.a.ShortCircuit,desc:"Each level of this skill increases your success chance in Contracts, Operations, and BlackOps that involve retirement by 5.5%",baseCost:2,costInc:2.1,successChanceKill:5.5}),i[r.a.DigitalObserver]=new a.a({name:r.a.DigitalObserver,desc:"Each level of this skill increases your success chance in all Operations and BlackOps by 4%",baseCost:2,costInc:2.1,successChanceOperation:4}),i[r.a.Tracer]=new a.a({name:r.a.Tracer,desc:"Each level of this skill increases your success chance in all Contracts by 4%",baseCost:2,costInc:2.1,successChanceContract:4}),i[r.a.Overclock]=new a.a({name:r.a.Overclock,desc:"Each level of this skill decreases the time it takes to attempt a Contract, Operation, and BlackOp by 1% (Max Level: 90)",baseCost:3,costInc:1.4,maxLvl:90,actionTime:1}),i[r.a.Reaper]=new a.a({name:r.a.Reaper,desc:"Each level of this skill increases your effective combat stats for Bladeburner actions by 2%",baseCost:2,costInc:2.1,effStr:2,effDef:2,effDex:2,effAgi:2}),i[r.a.EvasiveSystem]=new a.a({name:r.a.EvasiveSystem,desc:"Each level of this skill increases your effective dexterity and agility for Bladeburner actions by 4%",baseCost:2,costInc:2.1,effDex:4,effAgi:4}),i[r.a.Datamancer]=new a.a({name:r.a.Datamancer,desc:"Each level of this skill increases your effectiveness in synthoid population analysis and investigation by 5%. This affects all actions that can potentially increase the accuracy of your synthoid population/community estimates.",baseCost:3,costInc:1,successChanceEstimate:5}),i[r.a.CybersEdge]=new a.a({name:r.a.CybersEdge,desc:"Each level of this skill increases your max stamina by 2%",baseCost:1,costInc:3,stamina:2}),i[r.a.HandsOfMidas]=new a.a({name:r.a.HandsOfMidas,desc:"Each level of this skill increases the amount of money you receive from Contracts by 10%",baseCost:2,costInc:2.5,money:10}),i[r.a.Hyperdrive]=new a.a({name:r.a.Hyperdrive,desc:"Each level of this skill increases the experience earned from Contracts, Operations, and BlackOps by 10%",baseCost:1,costInc:2.5,expGain:10})},function(t,e,n){"use strict";n.d(e,"a",(function(){return i}));var a=n(187),r=n(998);const i={};a.b.forEach(t=>{i[t.name]=new r.a(t.name,t.cost,t.upgType,t.mults)})},function(t,e,n){"use strict";n.d(e,"a",(function(){return r})),n.d(e,"b",(function(){return o})),n.d(e,"c",(function(){return s}));var a=n(1);const r={ScriptBaseRamCost:1.6,ScriptDomRamCost:25,ScriptCorporationRamCost:1022.4,ScriptHackRamCost:.1,ScriptHackAnalyzeRamCost:1,ScriptGrowRamCost:.15,ScriptGrowthAnalyzeRamCost:1,ScriptWeakenRamCost:.15,ScriptWeakenAnalyzeRamCost:1,ScriptScanRamCost:.2,ScriptRecentScriptsRamCost:.2,ScriptPortProgramRamCost:.05,ScriptRunRamCost:1,ScriptExecRamCost:1.3,ScriptSpawnRamCost:2,ScriptScpRamCost:.6,ScriptKillRamCost:.5,ScriptHasRootAccessRamCost:.05,ScriptGetHostnameRamCost:.05,ScriptGetHackingLevelRamCost:.05,ScriptGetMultipliersRamCost:4,ScriptGetServerRamCost:.1,ScriptGetServerMaxRam:.05,ScriptGetServerUsedRam:.05,ScriptFileExistsRamCost:.1,ScriptIsRunningRamCost:.1,ScriptHacknetNodesRamCost:4,ScriptHNUpgLevelRamCost:.4,ScriptHNUpgRamRamCost:.6,ScriptHNUpgCoreRamCost:.8,ScriptGetStockRamCost:2,ScriptBuySellStockRamCost:2.5,ScriptGetPurchaseServerRamCost:.25,ScriptPurchaseServerRamCost:2.25,ScriptGetPurchasedServerLimit:.05,ScriptGetPurchasedServerMaxRam:.05,ScriptRoundRamCost:.05,ScriptReadWriteRamCost:1,ScriptArbScriptRamCost:1,ScriptGetScriptRamCost:.1,ScriptGetRunningScriptRamCost:.3,ScriptGetHackTimeRamCost:.05,ScriptGetFavorToDonate:.1,ScriptCodingContractBaseRamCost:10,ScriptSleeveBaseRamCost:4,ScriptClearTerminalCost:.2,ScriptSingularityFn1RamCost:2,ScriptSingularityFn2RamCost:3,ScriptSingularityFn3RamCost:5,ScriptGangApiBaseRamCost:4,ScriptBladeburnerApiBaseRamCost:4,ScriptStanekWidth:.4,ScriptStanekHeight:.4,ScriptStanekCharge:.4,ScriptStanekFragmentDefinitions:0,ScriptStanekPlacedFragments:5,ScriptStanekClear:0,ScriptStanekCanPlace:.5,ScriptStanekPlace:5,ScriptStanekFragmentAt:2,ScriptStanekDeleteAt:.15,ScriptInfiltrationCalculateDifficulty:2.5,ScriptInfiltrationCalculateRewards:2.5,ScriptInfiltrationGetLocations:5,ScriptInfiltrationGetInfiltrations:15,ScriptStanekAcceptGift:2};function i(t){return()=>{if(4===a.a.bitNodeN)return t;const e=a.a.sourceFileLvl(4);return e<=1?16*t:2===e?4*t:t}}const o={corporation:{getMaterialNames:0,getIndustryTypes:0,getUnlockables:0,getUpgradeNames:0,getResearchNames:0,createCorporation:0,hasUnlockUpgrade:0,getUnlockUpgradeCost:0,getUpgradeLevel:0,getUpgradeLevelCost:0,getExpandIndustryCost:0,getExpandCityCost:0,getInvestmentOffer:0,acceptInvestmentOffer:0,goPublic:0,bribe:0,getCorporation:0,getDivision:0,expandIndustry:0,expandCity:0,unlockUpgrade:0,levelUpgrade:0,issueDividends:0,buyBackShares:0,sellShares:0,getBonusTime:0,sellMaterial:0,sellProduct:0,discontinueProduct:0,setSmartSupply:0,setSmartSupplyUseLeftovers:0,buyMaterial:0,bulkPurchase:0,getWarehouse:0,getProduct:0,getMaterial:0,setMaterialMarketTA1:0,setMaterialMarketTA2:0,setProductMarketTA1:0,setProductMarketTA2:0,exportMaterial:0,cancelExportMaterial:0,purchaseWarehouse:0,upgradeWarehouse:0,makeProduct:0,limitMaterialProduction:0,limitProductProduction:0,getPurchaseWarehouseCost:0,getUpgradeWarehouseCost:0,hasWarehouse:0,assignJob:0,hireEmployee:0,upgradeOfficeSize:0,throwParty:0,buyCoffee:0,hireAdVert:0,research:0,getOffice:0,getEmployee:0,getHireAdVertCost:0,getHireAdVertCount:0,getResearchCost:0,hasResearched:0,setAutoJobAssignment:0,getOfficeSizeUpgradeCost:0},hacknet:{numNodes:0,purchaseNode:0,getPurchaseNodeCost:0,getNodeStats:0,upgradeLevel:0,upgradeRam:0,upgradeCore:0,upgradeCache:0,getLevelUpgradeCost:0,getRamUpgradeCost:0,getCoreUpgradeCost:0,getCacheUpgradeCost:0,numHashes:0,hashCost:0,spendHashes:0,maxNumNodes:0,hashCapacity:0,getHashUpgrades:0,getHashUpgradeLevel:0,getStudyMult:0,getTrainingMult:0},stock:{hasWSEAccount:.05,hasTIXAPIAccess:.05,has4SData:.05,has4SDataTIXAPI:.05,getSymbols:r.ScriptGetStockRamCost,getPrice:r.ScriptGetStockRamCost,getAskPrice:r.ScriptGetStockRamCost,getBidPrice:r.ScriptGetStockRamCost,getPosition:r.ScriptGetStockRamCost,getMaxShares:r.ScriptGetStockRamCost,getPurchaseCost:r.ScriptGetStockRamCost,getSaleGain:r.ScriptGetStockRamCost,buyStock:r.ScriptBuySellStockRamCost,sellStock:r.ScriptBuySellStockRamCost,buyShort:r.ScriptBuySellStockRamCost,sellShort:r.ScriptBuySellStockRamCost,placeOrder:r.ScriptBuySellStockRamCost,cancelOrder:r.ScriptBuySellStockRamCost,getOrders:r.ScriptBuySellStockRamCost,getVolatility:r.ScriptBuySellStockRamCost,getForecast:r.ScriptBuySellStockRamCost,purchase4SMarketData:r.ScriptBuySellStockRamCost,purchase4SMarketDataTixApi:r.ScriptBuySellStockRamCost,purchaseWseAccount:r.ScriptBuySellStockRamCost,purchaseTixApi:r.ScriptBuySellStockRamCost},singularity:{universityCourse:i(r.ScriptSingularityFn1RamCost),gymWorkout:i(r.ScriptSingularityFn1RamCost),travelToCity:i(r.ScriptSingularityFn1RamCost),goToLocation:i(r.ScriptSingularityFn3RamCost),purchaseTor:i(r.ScriptSingularityFn1RamCost),purchaseProgram:i(r.ScriptSingularityFn1RamCost),getCurrentServer:i(r.ScriptSingularityFn1RamCost),connect:i(r.ScriptSingularityFn1RamCost),manualHack:i(r.ScriptSingularityFn1RamCost),installBackdoor:i(r.ScriptSingularityFn1RamCost),getDarkwebProgramCost:i(r.ScriptSingularityFn1RamCost/4),getDarkwebPrograms:i(r.ScriptSingularityFn1RamCost/4),hospitalize:i(r.ScriptSingularityFn1RamCost/4),isBusy:i(r.ScriptSingularityFn1RamCost/4),stopAction:i(r.ScriptSingularityFn1RamCost/2),upgradeHomeRam:i(r.ScriptSingularityFn2RamCost),upgradeHomeCores:i(r.ScriptSingularityFn2RamCost),getUpgradeHomeRamCost:i(r.ScriptSingularityFn2RamCost/2),getUpgradeHomeCoresCost:i(r.ScriptSingularityFn2RamCost/2),workForCompany:i(r.ScriptSingularityFn2RamCost),applyToCompany:i(r.ScriptSingularityFn2RamCost),quitJob:i(r.ScriptSingularityFn2RamCost),getCompanyRep:i(r.ScriptSingularityFn2RamCost/3),getCompanyFavor:i(r.ScriptSingularityFn2RamCost/3),getCompanyFavorGain:i(r.ScriptSingularityFn2RamCost/4),checkFactionInvitations:i(r.ScriptSingularityFn2RamCost),joinFaction:i(r.ScriptSingularityFn2RamCost),workForFaction:i(r.ScriptSingularityFn2RamCost),getFactionRep:i(r.ScriptSingularityFn2RamCost/3),getFactionFavor:i(r.ScriptSingularityFn2RamCost/3),getFactionFavorGain:i(r.ScriptSingularityFn2RamCost/4),donateToFaction:i(r.ScriptSingularityFn3RamCost),createProgram:i(r.ScriptSingularityFn3RamCost),commitCrime:i(r.ScriptSingularityFn3RamCost),getCrimeChance:i(r.ScriptSingularityFn3RamCost),getCrimeStats:i(r.ScriptSingularityFn3RamCost),getOwnedAugmentations:i(r.ScriptSingularityFn3RamCost),getOwnedSourceFiles:i(r.ScriptSingularityFn3RamCost),getAugmentationsFromFaction:i(r.ScriptSingularityFn3RamCost),getAugmentationCost:i(r.ScriptSingularityFn3RamCost),getAugmentationPrereq:i(r.ScriptSingularityFn3RamCost),getAugmentationPrice:i(r.ScriptSingularityFn3RamCost/2),getAugmentationBasePrice:i(r.ScriptSingularityFn3RamCost/2),getAugmentationRepReq:i(r.ScriptSingularityFn3RamCost/2),getAugmentationStats:i(r.ScriptSingularityFn3RamCost),purchaseAugmentation:i(r.ScriptSingularityFn3RamCost),softReset:i(r.ScriptSingularityFn3RamCost),installAugmentations:i(r.ScriptSingularityFn3RamCost),isFocused:i(.1),setFocus:i(.1),exportGame:i(r.ScriptSingularityFn1RamCost/2),exportGameBonus:i(r.ScriptSingularityFn1RamCost/4),b1tflum3:i(16),destroyW0r1dD43m0n:i(32),getCurrentWork:i(.5)},gang:{createGang:r.ScriptGangApiBaseRamCost/4,inGang:r.ScriptGangApiBaseRamCost/4,getMemberNames:r.ScriptGangApiBaseRamCost/4,getGangInformation:r.ScriptGangApiBaseRamCost/2,getOtherGangInformation:r.ScriptGangApiBaseRamCost/2,getMemberInformation:r.ScriptGangApiBaseRamCost/2,canRecruitMember:r.ScriptGangApiBaseRamCost/4,recruitMember:r.ScriptGangApiBaseRamCost/2,getTaskNames:r.ScriptGangApiBaseRamCost/4,getTaskStats:r.ScriptGangApiBaseRamCost/4,setMemberTask:r.ScriptGangApiBaseRamCost/2,getEquipmentNames:r.ScriptGangApiBaseRamCost/4,getEquipmentCost:r.ScriptGangApiBaseRamCost/2,getEquipmentType:r.ScriptGangApiBaseRamCost/2,getEquipmentStats:r.ScriptGangApiBaseRamCost/2,purchaseEquipment:r.ScriptGangApiBaseRamCost,ascendMember:r.ScriptGangApiBaseRamCost,getAscensionResult:r.ScriptGangApiBaseRamCost/2,setTerritoryWarfare:r.ScriptGangApiBaseRamCost/2,getChanceToWinClash:r.ScriptGangApiBaseRamCost,getBonusTime:0},bladeburner:{getContractNames:r.ScriptBladeburnerApiBaseRamCost/10,getOperationNames:r.ScriptBladeburnerApiBaseRamCost/10,getBlackOpNames:r.ScriptBladeburnerApiBaseRamCost/10,getBlackOpRank:r.ScriptBladeburnerApiBaseRamCost/2,getGeneralActionNames:r.ScriptBladeburnerApiBaseRamCost/10,getSkillNames:r.ScriptBladeburnerApiBaseRamCost/10,startAction:r.ScriptBladeburnerApiBaseRamCost,stopBladeburnerAction:r.ScriptBladeburnerApiBaseRamCost/2,getCurrentAction:r.ScriptBladeburnerApiBaseRamCost/4,getActionTime:r.ScriptBladeburnerApiBaseRamCost,getActionCurrentTime:r.ScriptBladeburnerApiBaseRamCost,getActionEstimatedSuccessChance:r.ScriptBladeburnerApiBaseRamCost,getActionRepGain:r.ScriptBladeburnerApiBaseRamCost,getActionCountRemaining:r.ScriptBladeburnerApiBaseRamCost,getActionMaxLevel:r.ScriptBladeburnerApiBaseRamCost,getActionCurrentLevel:r.ScriptBladeburnerApiBaseRamCost,getActionAutolevel:r.ScriptBladeburnerApiBaseRamCost,setActionAutolevel:r.ScriptBladeburnerApiBaseRamCost,setActionLevel:r.ScriptBladeburnerApiBaseRamCost,getRank:r.ScriptBladeburnerApiBaseRamCost,getSkillPoints:r.ScriptBladeburnerApiBaseRamCost,getSkillLevel:r.ScriptBladeburnerApiBaseRamCost,getSkillUpgradeCost:r.ScriptBladeburnerApiBaseRamCost,upgradeSkill:r.ScriptBladeburnerApiBaseRamCost,getTeamSize:r.ScriptBladeburnerApiBaseRamCost,setTeamSize:r.ScriptBladeburnerApiBaseRamCost,getCityEstimatedPopulation:r.ScriptBladeburnerApiBaseRamCost,getCityCommunities:r.ScriptBladeburnerApiBaseRamCost,getCityChaos:r.ScriptBladeburnerApiBaseRamCost,getCity:r.ScriptBladeburnerApiBaseRamCost,switchCity:r.ScriptBladeburnerApiBaseRamCost,getStamina:r.ScriptBladeburnerApiBaseRamCost,joinBladeburnerFaction:r.ScriptBladeburnerApiBaseRamCost,joinBladeburnerDivision:r.ScriptBladeburnerApiBaseRamCost,getBonusTime:0},infiltration:{getPossibleLocations:r.ScriptInfiltrationGetLocations,getInfiltration:r.ScriptInfiltrationGetInfiltrations},codingcontract:{attempt:r.ScriptCodingContractBaseRamCost,getContractType:r.ScriptCodingContractBaseRamCost/2,getData:r.ScriptCodingContractBaseRamCost/2,getDescription:r.ScriptCodingContractBaseRamCost/2,getNumTriesRemaining:r.ScriptCodingContractBaseRamCost/5,createDummyContract:r.ScriptCodingContractBaseRamCost/5,getContractTypes:r.ScriptCodingContractBaseRamCost/5},sleeve:{getNumSleeves:r.ScriptSleeveBaseRamCost,setToShockRecovery:r.ScriptSleeveBaseRamCost,setToSynchronize:r.ScriptSleeveBaseRamCost,setToCommitCrime:r.ScriptSleeveBaseRamCost,setToUniversityCourse:r.ScriptSleeveBaseRamCost,travel:r.ScriptSleeveBaseRamCost,setToCompanyWork:r.ScriptSleeveBaseRamCost,setToFactionWork:r.ScriptSleeveBaseRamCost,setToGymWorkout:r.ScriptSleeveBaseRamCost,getSleeveStats:r.ScriptSleeveBaseRamCost,getTask:r.ScriptSleeveBaseRamCost,getInformation:r.ScriptSleeveBaseRamCost,getSleeveAugmentations:r.ScriptSleeveBaseRamCost,getSleevePurchasableAugs:r.ScriptSleeveBaseRamCost,purchaseSleeveAug:r.ScriptSleeveBaseRamCost,setToBladeburnerAction:r.ScriptSleeveBaseRamCost,getSleeveAugmentationPrice:r.ScriptSleeveBaseRamCost,getSleeveAugmentationRepReq:r.ScriptSleeveBaseRamCost},stanek:{giftWidth:r.ScriptStanekWidth,giftHeight:r.ScriptStanekHeight,chargeFragment:r.ScriptStanekCharge,fragmentDefinitions:r.ScriptStanekFragmentDefinitions,activeFragments:r.ScriptStanekPlacedFragments,clearGift:r.ScriptStanekClear,canPlaceFragment:r.ScriptStanekCanPlace,placeFragment:r.ScriptStanekPlace,getFragment:r.ScriptStanekFragmentAt,removeFragment:r.ScriptStanekDeleteAt,acceptGift:r.ScriptStanekAcceptGift},ui:{getTheme:0,setTheme:0,resetTheme:0,getStyles:0,setStyles:0,resetStyles:0,getGameInfo:0,clearTerminal:0,windowSize:0},grafting:{getAugmentationGraftPrice:3.75,getAugmentationGraftTime:3.75,getGraftableAugmentations:5,graftAugmentation:7.5},sprintf:0,vsprintf:0,scan:r.ScriptScanRamCost,hack:r.ScriptHackRamCost,hackAnalyzeThreads:r.ScriptHackAnalyzeRamCost,hackAnalyze:r.ScriptHackAnalyzeRamCost,hackAnalyzeSecurity:r.ScriptHackAnalyzeRamCost,hackAnalyzeChance:r.ScriptHackAnalyzeRamCost,sleep:0,asleep:0,share:2.4,getSharePower:.2,grow:r.ScriptGrowRamCost,growthAnalyze:r.ScriptGrowthAnalyzeRamCost,growthAnalyzeSecurity:r.ScriptGrowthAnalyzeRamCost,weaken:r.ScriptWeakenRamCost,weakenAnalyze:r.ScriptWeakenAnalyzeRamCost,print:0,printf:0,tprint:0,tprintf:0,clearLog:0,disableLog:0,enableLog:0,isLogEnabled:0,getScriptLogs:0,nuke:r.ScriptPortProgramRamCost,brutessh:r.ScriptPortProgramRamCost,ftpcrack:r.ScriptPortProgramRamCost,relaysmtp:r.ScriptPortProgramRamCost,httpworm:r.ScriptPortProgramRamCost,sqlinject:r.ScriptPortProgramRamCost,run:r.ScriptRunRamCost,exec:r.ScriptExecRamCost,spawn:r.ScriptSpawnRamCost,kill:r.ScriptKillRamCost,killall:r.ScriptKillRamCost,exit:0,atExit:0,scp:r.ScriptScpRamCost,ls:r.ScriptScanRamCost,ps:r.ScriptScanRamCost,getRecentScripts:r.ScriptRecentScriptsRamCost,hasRootAccess:r.ScriptHasRootAccessRamCost,getHostname:r.ScriptGetHostnameRamCost,getHackingLevel:r.ScriptGetHackingLevelRamCost,getHackingMultipliers:r.ScriptGetMultipliersRamCost,getHacknetMultipliers:r.ScriptGetMultipliersRamCost,getBitNodeMultipliers:r.ScriptGetMultipliersRamCost,getServer:r.ScriptGetMultipliersRamCost/2,getServerMoneyAvailable:r.ScriptGetServerRamCost,getServerSecurityLevel:r.ScriptGetServerRamCost,getServerBaseSecurityLevel:r.ScriptGetServerRamCost,getServerMinSecurityLevel:r.ScriptGetServerRamCost,getServerRequiredHackingLevel:r.ScriptGetServerRamCost,getServerMaxMoney:r.ScriptGetServerRamCost,getServerGrowth:r.ScriptGetServerRamCost,getServerNumPortsRequired:r.ScriptGetServerRamCost,getServerRam:r.ScriptGetServerRamCost,getServerMaxRam:r.ScriptGetServerMaxRam,getServerUsedRam:r.ScriptGetServerUsedRam,serverExists:r.ScriptGetServerRamCost,fileExists:r.ScriptFileExistsRamCost,isRunning:r.ScriptIsRunningRamCost,getPurchasedServerLimit:r.ScriptGetPurchasedServerLimit,getPurchasedServerMaxRam:r.ScriptGetPurchasedServerMaxRam,getPurchasedServerCost:r.ScriptGetPurchaseServerRamCost,getPurchasedServerUpgradeCost:.1,upgradePurchasedServer:.25,renamePurchasedServer:2,purchaseServer:r.ScriptPurchaseServerRamCost,deleteServer:r.ScriptPurchaseServerRamCost,getPurchasedServers:r.ScriptPurchaseServerRamCost,write:0,tryWritePort:0,read:0,peek:0,clear:0,writePort:0,readPort:0,getPortHandle:0,rm:r.ScriptReadWriteRamCost,scriptRunning:r.ScriptArbScriptRamCost,scriptKill:r.ScriptArbScriptRamCost,getScriptName:0,getScriptRam:r.ScriptGetScriptRamCost,getHackTime:r.ScriptGetHackTimeRamCost,getGrowTime:r.ScriptGetHackTimeRamCost,getWeakenTime:r.ScriptGetHackTimeRamCost,getTotalScriptIncome:r.ScriptGetScriptRamCost,getScriptIncome:r.ScriptGetScriptRamCost,getTotalScriptExpGain:r.ScriptGetScriptRamCost,getScriptExpGain:r.ScriptGetScriptRamCost,getRunningScript:r.ScriptGetRunningScriptRamCost,nFormat:0,tFormat:0,getTimeSinceLastAug:r.ScriptGetHackTimeRamCost,prompt:0,wget:0,getFavorToDonate:r.ScriptGetFavorToDonate,getPlayer:r.ScriptSingularityFn1RamCost/4,mv:0,tail:0,toast:0,moveTail:0,resizeTail:0,closeTail:0,clearPort:0,openDevMenu:0,alert:0,flags:0,exploit:0,bypass:0,alterReality:0,rainbow:0,heart:{break:0},formulas:{mockServer:0,mockPlayer:0,reputation:{calculateFavorToRep:0,calculateRepToFavor:0,repFromDonation:0},skills:{calculateSkill:0,calculateExp:0},hacking:{hackChance:0,hackExp:0,hackPercent:0,growPercent:0,hackTime:0,growTime:0,weakenTime:0},hacknetNodes:{moneyGainRate:0,levelUpgradeCost:0,ramUpgradeCost:0,coreUpgradeCost:0,hacknetNodeCost:0,constants:0},hacknetServers:{hashGainRate:0,levelUpgradeCost:0,ramUpgradeCost:0,coreUpgradeCost:0,cacheUpgradeCost:0,hashUpgradeCost:0,hacknetServerCost:0,constants:0},gang:{wantedPenalty:0,respectGain:0,wantedLevelGain:0,moneyGain:0,ascensionPointsGain:0,ascensionMultiplier:0},work:{crimeGains:0,classGains:0,factionGains:0}}};function s(...t){if(0===t.length)return console.warn("No arguments passed to getRamCost()"),0;let e=o[t[0]];for(let n=1;n{const n=o.a.parseMoney(e.target.value);""===e.target.value||isNaN(n)?t.onChange(NaN):t.onChange(n)}};return i.a.createElement(a.a,e)}},,,,,,function(t,e,n){"use strict";n.d(e,"a",(function(){return i}));var a=n(997),r=n(468);const i={};a.a.forEach(t=>{i[t.name]=new r.a(t.name,t.desc,t.isHacking,t.isCombat,t.params)})},function(t,e,n){"use strict";n.d(e,"a",(function(){return i}));var a=n(1094),r=n(1095);const i={};for(const t of r.a)i[(o=t).name]=new a.a(o);var o},function(t,e,n){"use strict";n.d(e,"b",(function(){return s})),n.d(e,"c",(function(){return l})),n.d(e,"a",(function(){return c})),n.d(e,"d",(function(){return f}));var a=n(0),r=n.n(a),i=n(6),o=n(360);class s{constructor(t,e){i.a.TimestampsFormat&&(t="["+Object(o.a)(i.a.TimestampsFormat)+"] "+t),this.text=t,this.color=e}}class l{constructor(t){i.a.TimestampsFormat&&(t=r.a.createElement(r.a.Fragment,null,"[",Object(o.a)(i.a.TimestampsFormat),"] ",t)),this.raw=t}}class c{constructor(t,e){i.a.TimestampsFormat&&(t="["+Object(o.a)(i.a.TimestampsFormat)+"] "+t),this.hostname=e,this.dashes=t}}class f{constructor(t,e,n){this.time=t,this.timeLeft=t,this.action=e,this.server=n}}},,,,function(t,e,n){"use strict";function a(t){const e=Object.assign({},{progress:0,totalTicks:20},t);e.progress=Math.max(Math.min(e.progress,1),0);const n=Math.max(Math.floor(e.progress/(1/e.totalTicks)),1),a=Math.max(e.totalTicks-n,0);return`[${"|".repeat(n)}${"-".repeat(a)}]`}n.d(e,"a",(function(){return a}))},function(t,e,n){"use strict";n.d(e,"a",(function(){return l}));var a=n(0),r=n.n(a),i=n(40),o=n(10),s=n(3);function l(t){return r.a.createElement(i.a,{open:t.open,onClose:t.onClose},r.a.createElement(r.a.Fragment,null,r.a.createElement(s.a,null,t.confirmationText),r.a.createElement(o.a,{onClick:()=>{t.onConfirm()}},"Confirm"),t.additionalButton&&r.a.createElement(r.a.Fragment,null,t.additionalButton)))}},function(t,e,n){"use strict";function a(t,e){return Object.values(t).includes(e)}n.d(e,"a",(function(){return a}))},function(t,e,n){"use strict";function a(){try{return"73bcf087"}catch(t){}return"DEV"}n.d(e,"a",(function(){return a}))},function(t,e,n){"use strict";n.d(e,"b",(function(){return u})),n.d(e,"a",(function(){return m}));var a=n(164),r=n(25),i=n(15),o=n(1),s=n(57),l=n(26),c=n(381);const f=1e3/i.a._idleSpeed;function u(t,e){const n=c.a.find(t=>t.specialName===e.name),a=Object(l.d)(n?n.hostname:"").backdoorInstalled?.9:1;return t.earnings.money*e.costMult*a}function m(t,e,n){const i=o.a.hashManager,l=s.c[e],c=a.a[n],m=[s.a.GymAgility,s.a.GymDefense,s.a.GymStrength,s.a.GymDexterity].includes(e)?i.getTrainingMult():i.getStudyMult(),h=u(l,c)/f,d=l.earnings.hackExp*c.expMult/f*m,p=l.earnings.strExp*c.expMult/f*m,g=l.earnings.defExp*c.expMult/f*m,b=l.earnings.dexExp*c.expMult/f*m,y=l.earnings.agiExp*c.expMult/f*m,E=l.earnings.chaExp*c.expMult/f*m;return{money:h,reputation:0,hackExp:d*t.mults.hacking_exp*r.a.ClassGymExpGain,strExp:p*t.mults.strength_exp*r.a.ClassGymExpGain,defExp:g*t.mults.defense_exp*r.a.ClassGymExpGain,dexExp:b*t.mults.dexterity_exp*r.a.ClassGymExpGain,agiExp:y*t.mults.agility_exp*r.a.ClassGymExpGain,chaExp:E*t.mults.charisma_exp*r.a.ClassGymExpGain,intExp:0}}},function(t,e,n){"use strict";n.d(e,"a",(function(){return l}));var a=n(540),r=n(16),i=n(541);function o(t,e,n){return e in t?Object.defineProperty(t,e,{value:n,enumerable:!0,configurable:!0,writable:!0}):t[e]=n,t}let s=0;class l{constructor(t="",e="",n="",a=[]){o(this,"code",""),o(this,"filename",""),o(this,"url",""),o(this,"module",null),o(this,"dependencies",[]),o(this,"dependents",[]),o(this,"ramUsage",0),o(this,"queueCompile",!1),o(this,"server",""),this.filename=t,this.code=e,this.server=n,this.moduleSequenceNumber=++s,""!==this.code&&this.updateRamUsage(a)}download(){const t=this.filename,e=new Blob([this.code],{type:"text/plain"}),n=document.createElement("a"),a=URL.createObjectURL(e);n.href=a,n.download=t,document.body.appendChild(n),n.click(),setTimeout((function(){document.body.removeChild(n),window.URL.revokeObjectURL(a)}),0)}markUpdated(){this.module=null,this.moduleSequenceNumber=++s}saveScript(t,e,n,a){this.code=l.formatCode(e),this.filename=t,this.server=n,this.updateRamUsage(a),this.markUpdated();for(const t of this.dependents){const[e]=a.filter(e=>e.filename===t.filename&&e.server==t.server);null==e||e.markUpdated()}}updateRamUsage(t){const e=Object(a.a)(this.code,t);e.cost>0&&(this.ramUsage=Object(i.a)(e.cost),this.ramUsageEntries=e.entries),this.markUpdated()}imports(){return[]}toJSON(){return Object(r.b)("Script",this)}static fromJSON(t){const e=Object(r.a)(l,t.data);return e.url="",e.dependents=[],e}static formatCode(t){return t.replace(/^\s+|\s+$/g,"")}}r.c.constructors.Script=l},,function(t,e,n){"use strict";n.d(e,"b",(function(){return l})),n.d(e,"a",(function(){return c}));var a=n(1),r=n(16),i=n(103),o=n(15),s=n(618);const l=t=>null!==t&&t.type===i.b.BLADEBURNER;class c extends i.a{constructor(t){var e,n,a,r,o;super(i.b.BLADEBURNER),o=0,(r="cyclesWorked")in(a=this)?Object.defineProperty(a,r,{value:o,enumerable:!0,configurable:!0,writable:!0}):a[r]=o,this.actionType=null!==(e=null==t?void 0:t.type)&&void 0!==e?e:"General",this.actionName=null!==(n=null==t?void 0:t.name)&&void 0!==n?n:"Field analysis"}cyclesNeeded(t){var e;const n=null===(e=a.a.bladeburner)||void 0===e?void 0:e.getActionTimeNetscriptFn(t,this.actionType,this.actionName);if(!n||"string"==typeof n)throw new Error(`Error querying ${this.actionName} time`);return n/o.a._idleSpeed}process(t,e){if(!a.a.bladeburner)throw new Error("sleeve doing blade work without being a member");this.cyclesWorked+=e;const n=a.a.bladeburner.getActionIdFromTypeAndName(this.actionType,this.actionName);if(!n)throw new Error(`Error getting ${this.actionName} action`);if("Contracts"===this.actionType){const e=a.a.bladeburner.getActionObject(n);if(!e)throw new Error(`Error getting ${this.actionName} action object`);if(e.count<=0)return t.stopWork(),0}for(;this.cyclesWorked>this.cyclesNeeded(t);){if("Contracts"===this.actionType){const e=a.a.bladeburner.getActionObject(n);if(!e)throw new Error(`Error getting ${this.actionName} action object`);if(e.count<=0)return t.stopWork(),0}const e=a.a.bladeburner.completeAction(t,n,!1);let o;if("General"===this.actionType){var r;if(o=null===(r=s.a[this.actionName])||void 0===r?void 0:r.exp,!o)throw new Error(`Somehow there was no exp for action ${this.actionType} ${this.actionName}`);Object(i.c)(t,o,1)}a.a.gainMoney(e.money,"sleeves"),a.a.gainStats(e),this.cyclesWorked-=this.cyclesNeeded(t)}return 0}APICopy(){return{actionType:this.actionType,actionName:this.actionName}}toJSON(){return Object(r.b)("SleeveBladeburnerWork",this)}static fromJSON(t){return Object(r.a)(c,t.data)}}r.c.constructors.SleeveBladeburnerWork=c},function(t,e,n){"use strict";n.d(e,"a",(function(){return f}));var a=n(0),r=n.n(a),i=n(76),o=n(161),s=n(160),l=n(50),c=n(3);function f({rows:t,title:e,wide:n}){const a=n?s.a:i.a;return r.a.createElement(r.a.Fragment,null,e&&r.a.createElement(c.a,null,e),r.a.createElement(a,{size:"small",padding:"none"},r.a.createElement(o.a,null,t.map((t,e)=>r.a.createElement(l.a,{key:e},t.map((t,e)=>r.a.createElement(i.b,{key:e,align:0!==e?"right":"left"},r.a.createElement(c.a,{noWrap:!0},t))))))))}},function(t,e,n){"use strict";n.d(e,"a",(function(){return r}));var a=n(466);const r={},i=["Training","Field Analysis","Recruitment","Diplomacy","Hyperbolic Regeneration Chamber","Incite Violence"];for(const t of i)r[t]=new a.a({name:t})},function(t,e,n){"use strict";n.d(e,"a",(function(){return i}));var a=n(16);function r(t,e,n){return e in t?Object.defineProperty(t,e,{value:n,enumerable:!0,configurable:!0,writable:!0}):t[e]=n,t}class i{constructor(t={}){r(this,"name","InitName"),r(this,"qty",0),r(this,"qlt",0),r(this,"dmd",0),r(this,"dmdR",[0,0]),r(this,"cmp",0),r(this,"cmpR",[0,0]),r(this,"mv",0),r(this,"mku",0),r(this,"buy",0),r(this,"sll",0),r(this,"prd",0),r(this,"imp",0),r(this,"exp",[]),r(this,"totalExp",0),r(this,"bCost",0),r(this,"sCost",0),r(this,"prdman",[!1,0]),r(this,"sllman",[!1,0]),r(this,"marketTa1",!1),r(this,"marketTa2",!1),r(this,"marketTa2Price",0),r(this,"maxsll",0),t.name&&(this.name=t.name),this.init()}getMarkupLimit(){return this.qlt/this.mku}init(){switch(this.name){case"Water":this.dmd=75,this.dmdR=[65,85],this.cmp=50,this.cmpR=[40,60],this.bCost=1500,this.mv=.2,this.mku=6;break;case"Energy":this.dmd=90,this.dmdR=[80,99],this.cmp=80,this.cmpR=[65,95],this.bCost=2e3,this.mv=.2,this.mku=6;break;case"Food":this.dmd=80,this.dmdR=[70,90],this.cmp=60,this.cmpR=[35,85],this.bCost=5e3,this.mv=1,this.mku=3;break;case"Plants":this.dmd=70,this.dmdR=[20,90],this.cmp=50,this.cmpR=[30,70],this.bCost=3e3,this.mv=.6,this.mku=3.75;break;case"Metal":this.dmd=80,this.dmdR=[75,85],this.cmp=70,this.cmpR=[60,80],this.bCost=2650,this.mv=1,this.mku=6;break;case"Hardware":this.dmd=85,this.dmdR=[80,90],this.cmp=80,this.cmpR=[65,95],this.bCost=8e3,this.mv=.5,this.mku=1;break;case"Chemicals":this.dmd=55,this.dmdR=[40,70],this.cmp=60,this.cmpR=[40,80],this.bCost=9e3,this.mv=1.2,this.mku=2;break;case"Real Estate":this.dmd=50,this.dmdR=[5,99],this.cmp=50,this.cmpR=[25,75],this.bCost=8e4,this.mv=1.5,this.mku=1.5;break;case"Drugs":this.dmd=60,this.dmdR=[45,75],this.cmp=70,this.cmpR=[40,99],this.bCost=4e4,this.mv=1.6,this.mku=1;break;case"Robots":this.dmd=90,this.dmdR=[80,99],this.cmp=90,this.cmpR=[80,99],this.bCost=75e3,this.mv=.5,this.mku=1;break;case"AI Cores":this.dmd=90,this.dmdR=[80,99],this.cmp=90,this.cmpR=[80,99],this.bCost=15e3,this.mv=.8,this.mku=.5;break;case"Scientific Research":case"InitName":break;default:console.error("Invalid material type in init(): "+this.name)}}processMarket(){const t=1+Math.random()*this.mv/300,e=1+Math.random()*this.mv/100;Math.random()<.5?(this.cmp*=e,this.cmp>this.cmpR[1]&&(this.cmp=this.cmpR[1]),this.bCost*=1/t):(this.cmp*=1/e,this.cmpthis.dmdR[1]&&(this.dmd=this.dmdR[1]),this.bCost*=t):(this.dmd*=1/n,this.dmd13)throw new Error("Card instantiated with improper value: "+t)}formatValue(){switch(this.value){case 1:return"A";case 11:return"J";case 12:return"Q";case 13:return"K";default:return""+this.value}}isRedSuit(){return this.suit===a.Hearts||this.suit===a.Diamonds}getStringRepresentation(){return`${this.formatValue()} of ${this.suit}`}}},function(t,e,n){"use strict";n.d(e,"a",(function(){return i}));var a=n(151);function r(t,e,n){return e in t?Object.defineProperty(t,e,{value:n,enumerable:!0,configurable:!0,writable:!0}):t[e]=n,t}class i{constructor(t,e){r(this,"lvl",1),r(this,"owned",!1);const n="BitNode"+t,i=a.a[n];if(null==i)throw new Error("Invalid Bit Node for this Source File");this.n=t,this.name=`Source-File ${t}: ${i.name}`,this.info=e}}},,,,function(t,e,n){"use strict";n.d(e,"c",(function(){return f})),n.d(e,"a",(function(){return u})),n.d(e,"b",(function(){return m}));var a=n(15),r=n(1),i=n(46),o=n(141),s=n(26),l=n(7),c=n(419);function f(t){const e=((new Date).getTime()-r.a.lastUpdate)/1e3;let n=t.onlineRunningTime/14400;n>=1&&(n=1);for(const n of Object.keys(t.dataMap))if(t.dataMap.hasOwnProperty(n)){if(0==t.dataMap[n][2]||null==t.dataMap[n][2])continue;const a=Object(s.d)(n);if(null==a)continue;const r=Math.round(.5*t.dataMap[n][2]/t.onlineRunningTime*e);t.log(`Called on ${a.hostname} ${r} times while offline`);const c=Object(s.d)(t.server);if(null===c)throw new Error("getServer of null key?");if(!(a instanceof i.a))throw new Error("trying to grow a non-normal server");const f=Object(o.f)(a,r,c.cpuCores);t.log(`'${a.hostname}' grown by ${l.a.format(100*f-100,"0.000000%")} while offline`)}const c=n*(t.onlineExpGained/t.onlineRunningTime)*e;r.a.gainHackingExp(c),t.offlineRunningTime+=e,t.offlineExpGained+=c;for(const n of Object.keys(t.dataMap))if(t.dataMap.hasOwnProperty(n)){if(0==t.dataMap[n][3]||null==t.dataMap[n][3])continue;const r=Object(s.d)(n);if(null==r)continue;if(!(r instanceof i.a))throw new Error("trying to weaken a non-normal server");const o=Object(s.d)(t.server);if(null===o)throw new Error("getServer of null key?");const l=Math.round(.5*t.dataMap[n][3]/t.onlineRunningTime*e);t.log(`Called weaken() on ${r.hostname} ${l} times while offline`);const c=1+(o.cpuCores-1)/16;r.weaken(a.a.ServerWeakenAmount*l*c)}}function u(t,e,n){for(let a=0;anull!==t&&t.type===r.b.COMPANY;class f extends r.a{constructor(t){var e;super(r.b.COMPANY),this.companyName=null!==(e=null==t?void 0:t.companyName)&&void 0!==e?e:i.a.NewTokyoNoodleBar}getCompany(){const t=o.a[this.companyName];if(!t)throw new Error(`Company not found: '${this.companyName}'`);return t}getGainRates(t){return Object(s.a)(t,this.getCompany())}process(t,e){const n=this.getCompany(),a=this.getGainRates(t);return Object(r.c)(t,a,e),n.playerReputation+=a.reputation*e,Object(l.a)(n,a.reputation,e),0}APICopy(){return{type:this.type,companyName:this.companyName}}toJSON(){return Object(a.b)("SleeveCompanyWork",this)}static fromJSON(t){return Object(a.a)(f,t.data)}}a.c.constructors.SleeveCompanyWork=f},function(t,e,n){"use strict";n.d(e,"a",(function(){return N})),n.d(e,"b",(function(){return P}));var a=n(13),r=n(143),i=n(230),o=n(15),s=n(52),l=n(111),c=n(30),f=n(81),u=n(190),m=n(42),h=n(58),d=n(227),p=n(93),g=n(17),b=n(1),y=n(56),E=n(26),v=n(88),k=n(46),w=n(22),S=n(28),_=n(1116),C=n(5),x=n(61),L=n(57),O=n(25);const M=_.a;function A(){const t=Object(E.d)(v.a.WorldDaemon);return t instanceof k.a&&(!!t.backdoorInstalled||null!==b.a.bladeburner&&b.a.bladeburner.blackops.hasOwnProperty(x.a.OperationDaedalus))}function T(t,e){return t.bitNodeN===e||t.sourceFiles.some(t=>t.n===e)}function R(t){return t.sourceFiles.some(t=>1===t.n)}const N={[C.a.CyberSec.toUpperCase()]:{...M[C.a.CyberSec.toUpperCase()],Icon:"CSEC",Condition:()=>b.a.factions.includes(C.a.CyberSec)},[C.a.NiteSec.toUpperCase()]:{...M[C.a.NiteSec.toUpperCase()],Icon:C.a.NiteSec,Condition:()=>b.a.factions.includes(C.a.NiteSec)},THE_BLACK_HAND:{...M.THE_BLACK_HAND,Icon:"TBH",Condition:()=>b.a.factions.includes(C.a.TheBlackHand)},[C.a.BitRunners.toUpperCase()]:{...M[C.a.BitRunners.toUpperCase()],Icon:C.a.BitRunners.toLowerCase(),Condition:()=>b.a.factions.includes(C.a.BitRunners)},[C.a.Daedalus.toUpperCase()]:{...M[C.a.Daedalus.toUpperCase()],Icon:C.a.Daedalus.toLowerCase(),Condition:()=>b.a.factions.includes(C.a.Daedalus)},THE_COVENANT:{...M.THE_COVENANT,Icon:C.a.TheCovenant.toLowerCase().replace(/ /g,""),Condition:()=>b.a.factions.includes(C.a.TheCovenant)},[C.a.Illuminati.toUpperCase()]:{...M[C.a.Illuminati.toUpperCase()],Icon:C.a.Illuminati.toLowerCase(),Condition:()=>b.a.factions.includes(C.a.Illuminati)},"BRUTESSH.EXE":{...M["BRUTESSH.EXE"],Icon:"p0",Condition:()=>b.a.getHomeComputer().programs.includes(y.a.BruteSSHProgram.name)},"FTPCRACK.EXE":{...M["FTPCRACK.EXE"],Icon:"p1",Condition:()=>b.a.getHomeComputer().programs.includes(y.a.FTPCrackProgram.name)},"RELAYSMTP.EXE":{...M["RELAYSMTP.EXE"],Icon:"p2",Condition:()=>b.a.getHomeComputer().programs.includes(y.a.RelaySMTPProgram.name)},"HTTPWORM.EXE":{...M["HTTPWORM.EXE"],Icon:"p3",Condition:()=>b.a.getHomeComputer().programs.includes(y.a.HTTPWormProgram.name)},"SQLINJECT.EXE":{...M["SQLINJECT.EXE"],Icon:"p4",Condition:()=>b.a.getHomeComputer().programs.includes(y.a.SQLInjectProgram.name)},"FORMULAS.EXE":{...M["FORMULAS.EXE"],Icon:"formulas",Condition:()=>b.a.getHomeComputer().programs.includes(y.a.Formulas.name)},"SF1.1":{...M["SF1.1"],Icon:"SF1.1",Visible:()=>T(b.a,1),Condition:()=>b.a.sourceFileLvl(1)>=1},"SF2.1":{...M["SF2.1"],Icon:"SF2.1",Visible:()=>T(b.a,2),Condition:()=>b.a.sourceFileLvl(2)>=1},"SF3.1":{...M["SF3.1"],Icon:"SF3.1",Visible:()=>T(b.a,3),Condition:()=>b.a.sourceFileLvl(3)>=1},"SF4.1":{...M["SF4.1"],Icon:"SF4.1",Visible:()=>T(b.a,4),Condition:()=>b.a.sourceFileLvl(4)>=1},"SF5.1":{...M["SF5.1"],Icon:"SF5.1",Visible:()=>T(b.a,5),Condition:()=>b.a.sourceFileLvl(5)>=1},"SF6.1":{...M["SF6.1"],Icon:"SF6.1",Visible:()=>T(b.a,6),Condition:()=>b.a.sourceFileLvl(6)>=1},"SF7.1":{...M["SF7.1"],Icon:"SF7.1",Visible:()=>T(b.a,7),Condition:()=>b.a.sourceFileLvl(7)>=1},"SF8.1":{...M["SF8.1"],Icon:"SF8.1",Visible:()=>T(b.a,8),Condition:()=>b.a.sourceFileLvl(8)>=1},"SF9.1":{...M["SF9.1"],Icon:"SF9.1",Visible:()=>T(b.a,9),Condition:()=>b.a.sourceFileLvl(9)>=1},"SF10.1":{...M["SF10.1"],Icon:"SF10.1",Visible:()=>T(b.a,10),Condition:()=>b.a.sourceFileLvl(10)>=1},"SF11.1":{...M["SF11.1"],Icon:"SF11.1",Visible:()=>T(b.a,11),Condition:()=>b.a.sourceFileLvl(11)>=1},"SF12.1":{...M["SF12.1"],Icon:"SF12.1",Visible:()=>T(b.a,12),Condition:()=>b.a.sourceFileLvl(12)>=1},MONEY_1Q:{...M.MONEY_1Q,Icon:"$1Q",Condition:()=>b.a.money>=1e18},MONEY_M1B:{...M.MONEY_M1B,Icon:"-1b",Secret:!0,Condition:()=>b.a.money<=-1e9},INSTALL_1:{...M.INSTALL_1,Icon:"install",Condition:()=>b.a.augmentations.length>=1},INSTALL_100:{...M.INSTALL_100,Icon:"install_100",Condition:()=>b.a.augmentations.length>=100},QUEUE_40:{...M.QUEUE_40,Icon:"queue40",Condition:()=>b.a.queuedAugmentations.length>=40},HACKING_100000:{...M.HACKING_100000,Icon:"hack100000",Condition:()=>b.a.skills.hacking>=1e5},COMBAT_3000:{...M.COMBAT_3000,Icon:"combat3000",Condition:()=>b.a.skills.strength>=3e3&&b.a.skills.defense>=3e3&&b.a.skills.dexterity>=3e3&&b.a.skills.agility>=3e3},NEUROFLUX_255:{...M.NEUROFLUX_255,Icon:"nf255",Condition:()=>b.a.augmentations.some(t=>t.name===a.a.NeuroFluxGovernor&&t.level>=255)},NS2:{...M.NS2,Icon:"ns2",Condition:()=>b.a.getHomeComputer().scripts.some(t=>t.filename.endsWith(".js"))},FROZE:{...M.FROZE,Icon:"forze",Condition:()=>location.href.includes("noScripts")},RUNNING_SCRIPTS_1000:{...M.RUNNING_SCRIPTS_1000,Icon:"run1000",Condition:()=>{let t=0;for(const e of Object(E.c)())t+=e.runningScripts.length;return t>=1e3}},DRAIN_SERVER:{...M.DRAIN_SERVER,Icon:"drain",Condition:()=>{for(const t of Object(E.c)())if(t instanceof k.a&&t.moneyMax>0&&0===t.moneyAvailable)return!0;return!1}},MAX_RAM:{...M.MAX_RAM,Icon:"maxram",Condition:()=>b.a.getHomeComputer().maxRam===o.a.HomeComputerMaxRam},MAX_CORES:{...M.MAX_CORES,Icon:"maxcores",Condition:()=>8===b.a.getHomeComputer().cpuCores},SCRIPTS_30:{...M.SCRIPTS_30,Icon:"folders",Condition:()=>b.a.getHomeComputer().scripts.length>=30},KARMA_1000000:{...M.KARMA_1000000,Icon:"karma",Secret:!0,Condition:()=>b.a.karma<=-1e6},STOCK_1q:{...M.STOCK_1q,Icon:"$1Q",Condition:()=>b.a.moneySourceB.stock>=1e15},DISCOUNT:{...M.DISCOUNT,Icon:"discount",Condition:()=>{const t=Object(E.d)("powerhouse-fitness");return t instanceof k.a&&t.backdoorInstalled}},SCRIPT_32GB:{...M.SCRIPT_32GB,Icon:"bigcost",Condition:()=>b.a.getHomeComputer().scripts.some(t=>t.ramUsage>=32)},FIRST_HACKNET_NODE:{...M.FIRST_HACKNET_NODE,Icon:"node",Condition:()=>!Object(h.g)()&&b.a.hacknetNodes.length>0},"30_HACKNET_NODE":{...M["30_HACKNET_NODE"],Icon:"hacknet-all",Condition:()=>!Object(h.g)()&&b.a.hacknetNodes.length>=30},MAX_HACKNET_NODE:{...M.MAX_HACKNET_NODE,Icon:"hacknet-max",Condition:()=>{if(Object(h.g)())return!1;for(const t of b.a.hacknetNodes){if(!(t instanceof d.a))return!1;if(t.ram===m.a.MaxRam&&t.cores===m.a.MaxCores&&t.level===m.a.MaxLevel)return!0}return!1}},HACKNET_NODE_10M:{...M.HACKNET_NODE_10M,Icon:"hacknet-10m",Condition:()=>!Object(h.g)()&&b.a.moneySourceB.hacknet>=1e7},REPUTATION_10M:{...M.REPUTATION_10M,Icon:"reputation",Condition:()=>Object.values(c.a).some(t=>t.playerReputation>=1e7)},DONATION:{...M.DONATION,Icon:"donation",Condition:()=>Object.values(c.a).some(t=>t.favor>=Math.floor(o.a.BaseFavorToDonate*O.a.RepToDonateToFaction))},TRAVEL:{...M.TRAVEL,Icon:"TRAVEL",Condition:()=>b.a.city!==g.a.Sector12},WORKOUT:{...M.WORKOUT,Icon:"WORKOUT",Condition:()=>Object(L.d)(b.a.currentWork)},TOR:{...M.TOR,Icon:"TOR",Condition:()=>b.a.hasTorRouter()},HOSPITALIZED:{...M.HOSPITALIZED,Icon:"OUCH",Condition:()=>0!==b.a.moneySourceB.hospitalization},GANG:{...M.GANG,Icon:"GANG",Visible:()=>T(b.a,2),Condition:()=>null!==b.a.gang},FULL_GANG:{...M.FULL_GANG,Icon:"GANGMAX",Visible:()=>T(b.a,2),Condition:()=>null!==b.a.gang&&b.a.gang.members.length===u.a.MaximumGangMembers},GANG_TERRITORY:{...M.GANG_TERRITORY,Icon:"GANG100%",Visible:()=>T(b.a,2),Condition:()=>null!==b.a.gang&&f.a[b.a.gang.facName].territory>=.999},GANG_MEMBER_POWER:{...M.GANG_MEMBER_POWER,Icon:"GANG10000",Visible:()=>T(b.a,2),Condition:()=>null!==b.a.gang&&b.a.gang.members.some(t=>t.hack>=1e4||t.str>=1e4||t.def>=1e4||t.dex>=1e4||t.agi>=1e4||t.cha>=1e4)},CORPORATION:{...M.CORPORATION,Icon:"CORP",Visible:()=>T(b.a,3),Condition:()=>null!==b.a.corporation},CORPORATION_BRIBE:{...M.CORPORATION_BRIBE,Icon:"CORPLOBBY",Visible:()=>T(b.a,3),Condition:()=>null!==b.a.corporation&&1===b.a.corporation.unlockUpgrades[6]},CORPORATION_PROD_1000:{...M.CORPORATION_PROD_1000,Icon:"CORP1000",Visible:()=>T(b.a,3),Condition:()=>null!==b.a.corporation&&b.a.corporation.divisions.some(t=>t.prodMult>=1e3)},CORPORATION_EMPLOYEE_3000:{...M.CORPORATION_EMPLOYEE_3000,Icon:"CORPCITY",Visible:()=>T(b.a,3),Condition:()=>{if(null===b.a.corporation)return!1;for(const t of b.a.corporation.divisions)for(const e of Object.values(t.offices))if(0!==e&&e.employees.length>=3e3)return!0;return!1}},CORPORATION_REAL_ESTATE:{...M.CORPORATION_REAL_ESTATE,Icon:"CORPRE",Name:"Own the land",Description:"Expand to the Real Estate division.",Visible:()=>T(b.a,3),Condition:()=>null!==b.a.corporation&&b.a.corporation.divisions.some(t=>t.type===s.a.RealEstate)},INTELLIGENCE_255:{...M.INTELLIGENCE_255,Icon:"INT255",Visible:()=>T(b.a,5),Condition:()=>b.a.skills.intelligence>=255},BLADEBURNER_DIVISION:{...M.BLADEBURNER_DIVISION,Icon:"BLADE",Visible:()=>T(b.a,6),Condition:()=>null!==b.a.bladeburner},BLADEBURNER_OVERCLOCK:{...M.BLADEBURNER_OVERCLOCK,Icon:"BLADEOVERCLOCK",Visible:()=>T(b.a,6),Condition:()=>null!==b.a.bladeburner&&b.a.bladeburner.skills[r.a.Overclock]===i.a[r.a.Overclock].maxLvl},BLADEBURNER_UNSPENT_100000:{...M.BLADEBURNER_UNSPENT_100000,Icon:"BLADE100K",Visible:()=>T(b.a,6),Condition:()=>null!==b.a.bladeburner&&b.a.bladeburner.skillPoints>=1e5},"4S":{...M["4S"],Icon:"4S",Condition:()=>b.a.has4SData},FIRST_HACKNET_SERVER:{...M.FIRST_HACKNET_SERVER,Icon:"HASHNET",Visible:()=>T(b.a,9),Condition:()=>Object(h.g)()&&b.a.hacknetNodes.length>0,AdditionalUnlock:[M.FIRST_HACKNET_NODE.ID]},ALL_HACKNET_SERVER:{...M.ALL_HACKNET_SERVER,Icon:"HASHNETALL",Visible:()=>T(b.a,9),Condition:()=>Object(h.g)()&&b.a.hacknetNodes.length===m.b.MaxServers,AdditionalUnlock:[M["30_HACKNET_NODE"].ID]},MAX_HACKNET_SERVER:{...M.MAX_HACKNET_SERVER,Icon:"HASHNETALL",Visible:()=>T(b.a,9),Condition:()=>{if(!Object(h.g)())return!1;for(const t of b.a.hacknetNodes){if("string"!=typeof t)return!1;const e=Object(E.d)(t);if(!(e instanceof p.a))return!1;if(e.maxRam===m.b.MaxRam&&e.cores===m.b.MaxCores&&e.level===m.b.MaxLevel&&e.cache===m.b.MaxCache)return!0}return!1},AdditionalUnlock:[M.MAX_HACKNET_NODE.ID]},HACKNET_SERVER_1B:{...M.HACKNET_SERVER_1B,Icon:"HASHNETMONEY",Visible:()=>T(b.a,9),Condition:()=>Object(h.g)()&&b.a.moneySourceB.hacknet>=1e9,AdditionalUnlock:[M.HACKNET_NODE_10M.ID]},MAX_CACHE:{...M.MAX_CACHE,Icon:"HASHNETCAP",Visible:()=>T(b.a,9),Condition:()=>Object(h.g)()&&b.a.hashManager.hashes===b.a.hashManager.capacity&&b.a.hashManager.capacity>0},SLEEVE_8:{...M.SLEEVE_8,Icon:"SLEEVE8",Visible:()=>T(b.a,10),Condition:()=>8===b.a.sleeves.length&&3===b.a.sourceFileLvl(10)},INDECISIVE:{...M.INDECISIVE,Icon:"1H",Visible:()=>R(b.a),Condition:function(){let t=0;return setInterval(()=>{w.b.page()===S.a.BitVerse?t++:t=0},6e4),()=>t>60}()},FAST_BN:{...M.FAST_BN,Icon:"2DAYS",Visible:()=>R(b.a),Condition:()=>A()&&b.a.playtimeSinceLastBitnode<1728e5},CHALLENGE_BN1:{...M.CHALLENGE_BN1,Icon:"BN1+",Visible:()=>R(b.a),Condition:()=>1===b.a.bitNodeN&&A()&&b.a.getHomeComputer().maxRam<=128&&1===b.a.getHomeComputer().cpuCores},CHALLENGE_BN2:{...M.CHALLENGE_BN2,Icon:"BN2+",Visible:()=>T(b.a,2),Condition:()=>2===b.a.bitNodeN&&A()&&null===b.a.gang},CHALLENGE_BN3:{...M.CHALLENGE_BN3,Icon:"BN3+",Visible:()=>T(b.a,3),Condition:()=>3===b.a.bitNodeN&&A()&&null===b.a.corporation},CHALLENGE_BN6:{...M.CHALLENGE_BN6,Icon:"BN6+",Visible:()=>T(b.a,6),Condition:()=>6===b.a.bitNodeN&&A()&&null===b.a.bladeburner},CHALLENGE_BN7:{...M.CHALLENGE_BN7,Icon:"BN7+",Visible:()=>T(b.a,7),Condition:()=>7===b.a.bitNodeN&&A()&&null===b.a.bladeburner},CHALLENGE_BN8:{...M.CHALLENGE_BN8,Icon:"BN8+",Visible:()=>T(b.a,8),Condition:()=>8===b.a.bitNodeN&&A()&&!b.a.has4SData&&!b.a.has4SDataTixApi},CHALLENGE_BN9:{...M.CHALLENGE_BN9,Icon:"BN9+",Visible:()=>T(b.a,9),Condition:()=>9===b.a.bitNodeN&&A()&&0===b.a.moneySourceB.hacknet&&0===b.a.moneySourceB.hacknet_expenses},CHALLENGE_BN10:{...M.CHALLENGE_BN10,Icon:"BN10+",Visible:()=>T(b.a,10),Condition:()=>10===b.a.bitNodeN&&A()&&!b.a.sleeves.some(t=>t.augmentations.length>0||t.exp.hacking>0||t.exp.strength>0||t.exp.defense>0||t.exp.agility>0||t.exp.dexterity>0||t.exp.charisma>0)},CHALLENGE_BN12:{...M.CHALLENGE_BN12,Icon:"BN12+",Visible:()=>T(b.a,12),Condition:()=>b.a.sourceFileLvl(12)>=50},BYPASS:{...M.BYPASS,Icon:"SF-1",Secret:!0,Condition:()=>b.a.exploits.includes(l.a.Bypass)},PROTOTYPETAMPERING:{...M.PROTOTYPETAMPERING,Icon:"SF-1",Secret:!0,Condition:()=>b.a.exploits.includes(l.a.PrototypeTampering)},UNCLICKABLE:{...M.UNCLICKABLE,Icon:"SF-1",Secret:!0,Condition:()=>b.a.exploits.includes(l.a.Unclickable)},UNDOCUMENTEDFUNCTIONCALL:{...M.UNDOCUMENTEDFUNCTIONCALL,Icon:"SF-1",Secret:!0,Condition:()=>b.a.exploits.includes(l.a.UndocumentedFunctionCall)},TIMECOMPRESSION:{...M.TIMECOMPRESSION,Icon:"SF-1",Secret:!0,Condition:()=>b.a.exploits.includes(l.a.TimeCompression)},REALITYALTERATION:{...M.REALITYALTERATION,Icon:"SF-1",Secret:!0,Condition:()=>b.a.exploits.includes(l.a.RealityAlteration)},N00DLES:{...M.N00DLES,Icon:"SF-1",Secret:!0,Condition:()=>b.a.exploits.includes(l.a.N00dles)},EDITSAVEFILE:{...M.EDITSAVEFILE,Icon:"SF-1",Secret:!0,Condition:()=>b.a.exploits.includes(l.a.EditSaveFile)},UNACHIEVABLE:{...M.UNACHIEVABLE,Icon:"SF-1",Secret:!0,Condition:()=>!1},CHALLENGE_BN13:{...M.CHALLENGE_BN13,Icon:"BN13+",Visible:()=>T(b.a,13),Condition:()=>13===b.a.bitNodeN&&A()&&!b.a.augmentations.some(t=>t.name===a.a.StaneksGift1)},DEVMENU:{...M.DEVMENU,Icon:"SF-1",Secret:!0,Condition:()=>b.a.exploits.includes(l.a.YoureNotMeantToAccessThis)},RAINBOW:{...M.RAINBOW,Icon:"SF-1",Secret:!0,Condition:()=>b.a.exploits.includes(l.a.INeedARainbow)},TRUE_RECURSION:{...M.TRUE_RECURSION,Icon:"SF-1",Secret:!0,Condition:()=>b.a.exploits.includes(l.a.TrueRecursion)}};function P(){const t=b.a.achievements.map(t=>t.ID),e=Object.values(N).filter(e=>!t.includes(e.ID)&&e.Condition()).flatMap(t=>[t.ID,...t.AdditionalUnlock||[]]);for(const t of e)b.a.giveAchievement(t);document.achievements=[...b.a.achievements.map(t=>t.ID)]}},,function(t,e,n){"use strict";n.d(e,"a",(function(){return o}));var a=n(0),r=n.n(a),i=n(806);function o({children:t}){return r.a.createElement(i.MathJaxContext,{version:3,src:"dist/ext/MathJax-3.2.0/es5/tex-chtml.js"},r.a.createElement(i.MathJax,null,t))}},function(t,e,n){"use strict";n.d(e,"a",(function(){return r}));var a=n(19);function r(t){console.error(t);let e="",n="UNKNOWN FILE NAME",r="UNKNOWN LINE NUMBER";var i,o,s,l;"object"==typeof(l=t)&&null!=l&&l.hasOwnProperty("fileName")&&l.hasOwnProperty("lineNumber")?(n=null!==(i=t.fileName)&&void 0!==i?i:n,r=null!==(o=null===(s=t.lineNumber)||void 0===s?void 0:s.toString())&&void 0!==o?o:r):e=String(t);Object(a.a)("Caught an exception: "+e+"

Filename: "+n+"

Line Number: "+r+"

This is a bug, please report to game developer with this message as well as details about how to reproduce the bug.

If you want to be safe, I suggest refreshing the game WITHOUT saving so that your save doesn't get corrupted")}},function(t,e,n){"use strict";let a;n.d(e,"a",(function(){return a})),n.d(e,"b",(function(){return r})),function(t){t[t.Export=0]="Export",t[t.SmartSupply=1]="SmartSupply",t[t.MarketResearchDemand=2]="MarketResearchDemand",t[t.MarketDataCompetition=3]="MarketDataCompetition",t[t.VeChain=4]="VeChain",t[t.ShadyAccounting=5]="ShadyAccounting",t[t.GovernmentPartnership=6]="GovernmentPartnership",t[t.WarehouseAPI=7]="WarehouseAPI",t[t.OfficeAPI=8]="OfficeAPI"}(a||(a={}));const r={[a.Export]:{index:0,price:2e10,name:"Export",desc:"Develop infrastructure to export your materials to your other facilities. This allows you to move materials around between different divisions and cities."},[a.SmartSupply]:{index:1,price:25e9,name:"Smart Supply",desc:"Use advanced AI to anticipate your supply needs. This allows you to purchase exactly however many materials you need for production."},[a.MarketResearchDemand]:{index:2,price:5e9,name:"Market Research - Demand",desc:"Mine and analyze market data to determine the demand of all resources. The demand attribute, which affects sales, will be displayed for every material and product."},[a.MarketDataCompetition]:{index:3,price:5e9,name:"Market Data - Competition",desc:"Mine and analyze market data to determine how much competition there is on the market for all resources. The competition attribute, which affects sales, will be displayed for every material and product."},[a.VeChain]:{index:4,price:1e10,name:"VeChain",desc:"Use AI and blockchain technology to identify where you can improve your supply chain systems. This upgrade will allow you to view a wide array of useful statistics about your Corporation."},[a.ShadyAccounting]:{index:5,price:5e14,name:"Shady Accounting",desc:"Utilize unscrupulous accounting practices and pay off government officials to save money on taxes. This reduces the dividend tax rate by 5%."},[a.GovernmentPartnership]:{index:6,price:2e15,name:"Government Partnership",desc:"Help national governments further their agendas in exchange for lowered taxes. This reduces the dividend tax rate by 10%"},[a.WarehouseAPI]:{index:7,price:5e10,name:"Warehouse API",desc:"Enables the warehouse API."},[a.OfficeAPI]:{index:8,price:5e10,name:"Office API",desc:"Enables the office API."}}},function(t,e,n){"use strict";n.d(e,"b",(function(){return i})),n.d(e,"c",(function(){return o})),n.d(e,"a",(function(){return s}));var a=n(72),r=n(1);const i=()=>{const t=[];for(const[e,n]of Object.entries(a.a))n.isSpecial||t.push(e);return t.filter(t=>!r.a.hasAugmentation(t))},o=()=>1+(r.a.getIntelligenceBonus(3)-1)/3,s=t=>t.time/o()},function(t,e,n){"use strict";n.d(e,"a",(function(){return i}));var a=n(16);function r(t,e,n){return e in t?Object.defineProperty(t,e,{value:n,enumerable:!0,configurable:!0,writable:!0}):t[e]=n,t}class i{constructor(t={}){r(this,"name",""),r(this,"type",-1),t.name&&(this.name=t.name),t.type&&(this.type=t.type)}toJSON(){return Object(a.b)("ActionIdentifier",this)}static fromJSON(t){return Object(a.a)(i,t.data)}}a.c.constructors.ActionIdentifier=i},function(t,e,n){"use strict";n.d(e,"a",(function(){return i}));var a=n(137),r=n(61);const i={};i[r.a.OperationTyphoon]=new a.a({name:r.a.OperationTyphoon,baseDifficulty:2e3,reqdRank:2500,rankGain:50,rankLoss:10,hpLoss:100,weights:{hack:.1,str:.2,def:.2,dex:.2,agi:.2,cha:0,int:.1},decays:{hack:.6,str:.8,def:.8,dex:.8,agi:.8,cha:0,int:.75},isKill:!0}),i[r.a.OperationZero]=new a.a({name:r.a.OperationZero,baseDifficulty:2500,reqdRank:5e3,rankGain:60,rankLoss:15,hpLoss:50,weights:{hack:.2,str:.15,def:.15,dex:.2,agi:.2,cha:0,int:.1},decays:{hack:.6,str:.8,def:.8,dex:.8,agi:.8,cha:0,int:.75},isStealth:!0}),i[r.a.OperationX]=new a.a({name:r.a.OperationX,baseDifficulty:3e3,reqdRank:7500,rankGain:75,rankLoss:15,hpLoss:100,weights:{hack:.1,str:.2,def:.2,dex:.2,agi:.2,cha:0,int:.1},decays:{hack:.6,str:.8,def:.8,dex:.8,agi:.8,cha:0,int:.75},isKill:!0}),i[r.a.OperationTitan]=new a.a({name:r.a.OperationTitan,baseDifficulty:4e3,reqdRank:1e4,rankGain:100,rankLoss:20,hpLoss:100,weights:{hack:.1,str:.2,def:.2,dex:.2,agi:.2,cha:0,int:.1},decays:{hack:.6,str:.8,def:.8,dex:.8,agi:.8,cha:0,int:.75},isKill:!0}),i[r.a.OperationAres]=new a.a({name:r.a.OperationAres,baseDifficulty:5e3,reqdRank:12500,rankGain:125,rankLoss:20,hpLoss:200,weights:{hack:0,str:.25,def:.25,dex:.25,agi:.25,cha:0,int:0},decays:{hack:0,str:.8,def:.8,dex:.8,agi:.8,cha:0,int:.75},isKill:!0}),i[r.a.OperationArchangel]=new a.a({name:r.a.OperationArchangel,baseDifficulty:7500,reqdRank:15e3,rankGain:200,rankLoss:20,hpLoss:25,weights:{hack:0,str:.2,def:.2,dex:.3,agi:.3,cha:0,int:0},decays:{hack:0,str:.8,def:.8,dex:.8,agi:.8,cha:0,int:.75},isKill:!0}),i[r.a.OperationJuggernaut]=new a.a({name:r.a.OperationJuggernaut,baseDifficulty:1e4,reqdRank:2e4,rankGain:300,rankLoss:40,hpLoss:300,weights:{hack:0,str:.25,def:.25,dex:.25,agi:.25,cha:0,int:0},decays:{hack:0,str:.8,def:.8,dex:.8,agi:.8,cha:0,int:.75},isKill:!0}),i[r.a.OperationRedDragon]=new a.a({name:r.a.OperationRedDragon,baseDifficulty:12500,reqdRank:25e3,rankGain:500,rankLoss:50,hpLoss:500,weights:{hack:.05,str:.2,def:.2,dex:.25,agi:.25,cha:0,int:.05},decays:{hack:.6,str:.8,def:.8,dex:.8,agi:.8,cha:0,int:.75},isKill:!0}),i[r.a.OperationK]=new a.a({name:r.a.OperationK,baseDifficulty:15e3,reqdRank:3e4,rankGain:750,rankLoss:60,hpLoss:1e3,weights:{hack:.05,str:.2,def:.2,dex:.25,agi:.25,cha:0,int:.05},decays:{hack:.6,str:.8,def:.8,dex:.8,agi:.8,cha:0,int:.75},isKill:!0}),i[r.a.OperationDeckard]=new a.a({name:r.a.OperationDeckard,baseDifficulty:2e4,reqdRank:4e4,rankGain:1e3,rankLoss:75,hpLoss:200,weights:{hack:0,str:.24,def:.24,dex:.24,agi:.24,cha:0,int:.04},decays:{hack:0,str:.8,def:.8,dex:.8,agi:.8,cha:0,int:.75},isKill:!0}),i[r.a.OperationTyrell]=new a.a({name:r.a.OperationTyrell,baseDifficulty:25e3,reqdRank:5e4,rankGain:1500,rankLoss:100,hpLoss:500,weights:{hack:.1,str:.2,def:.2,dex:.2,agi:.2,cha:0,int:.1},decays:{hack:.6,str:.8,def:.8,dex:.8,agi:.8,cha:0,int:.75},isKill:!0}),i[r.a.OperationWallace]=new a.a({name:r.a.OperationWallace,baseDifficulty:3e4,reqdRank:75e3,rankGain:2e3,rankLoss:150,hpLoss:1500,weights:{hack:0,str:.24,def:.24,dex:.24,agi:.24,cha:0,int:.04},decays:{hack:.6,str:.8,def:.8,dex:.8,agi:.8,cha:0,int:.75},isKill:!0}),i[r.a.OperationShoulderOfOrion]=new a.a({name:r.a.OperationShoulderOfOrion,baseDifficulty:35e3,reqdRank:1e5,rankGain:2500,rankLoss:500,hpLoss:1500,weights:{hack:.1,str:.2,def:.2,dex:.2,agi:.2,cha:0,int:.1},decays:{hack:.6,str:.8,def:.8,dex:.8,agi:.8,cha:0,int:.75},isStealth:!0}),i[r.a.OperationHyron]=new a.a({name:r.a.OperationHyron,baseDifficulty:4e4,reqdRank:125e3,rankGain:3e3,rankLoss:1e3,hpLoss:500,weights:{hack:.1,str:.2,def:.2,dex:.2,agi:.2,cha:0,int:.1},decays:{hack:.6,str:.8,def:.8,dex:.8,agi:.8,cha:0,int:.75},isKill:!0}),i[r.a.OperationMorpheus]=new a.a({name:r.a.OperationMorpheus,baseDifficulty:45e3,reqdRank:15e4,rankGain:4e3,rankLoss:1e3,hpLoss:100,weights:{hack:.05,str:.15,def:.15,dex:.3,agi:.3,cha:0,int:.05},decays:{hack:.6,str:.8,def:.8,dex:.8,agi:.8,cha:0,int:.75},isStealth:!0}),i[r.a.OperationIonStorm]=new a.a({name:r.a.OperationIonStorm,baseDifficulty:5e4,reqdRank:175e3,rankGain:5e3,rankLoss:1e3,hpLoss:5e3,weights:{hack:0,str:.24,def:.24,dex:.24,agi:.24,cha:0,int:.04},decays:{hack:.6,str:.8,def:.8,dex:.8,agi:.8,cha:0,int:.75},isKill:!0}),i[r.a.OperationAnnihilus]=new a.a({name:r.a.OperationAnnihilus,baseDifficulty:55e3,reqdRank:2e5,rankGain:7500,rankLoss:1e3,hpLoss:1e4,weights:{hack:0,str:.24,def:.24,dex:.24,agi:.24,cha:0,int:.04},decays:{hack:.6,str:.8,def:.8,dex:.8,agi:.8,cha:0,int:.75},isKill:!0}),i[r.a.OperationUltron]=new a.a({name:r.a.OperationUltron,baseDifficulty:6e4,reqdRank:25e4,rankGain:1e4,rankLoss:2e3,hpLoss:1e4,weights:{hack:.1,str:.2,def:.2,dex:.2,agi:.2,cha:0,int:.1},decays:{hack:.6,str:.8,def:.8,dex:.8,agi:.8,cha:0,int:.75},isKill:!0}),i[r.a.OperationCenturion]=new a.a({name:r.a.OperationCenturion,baseDifficulty:7e4,reqdRank:3e5,rankGain:15e3,rankLoss:5e3,hpLoss:1e4,weights:{hack:.1,str:.2,def:.2,dex:.2,agi:.2,cha:0,int:.1},decays:{hack:.6,str:.8,def:.8,dex:.8,agi:.8,cha:0,int:.75}}),i[r.a.OperationVindictus]=new a.a({name:r.a.OperationVindictus,baseDifficulty:75e3,reqdRank:35e4,rankGain:2e4,rankLoss:2e4,hpLoss:2e4,weights:{hack:.1,str:.2,def:.2,dex:.2,agi:.2,cha:0,int:.1},decays:{hack:.6,str:.8,def:.8,dex:.8,agi:.8,cha:0,int:.75}}),i[r.a.OperationDaedalus]=new a.a({name:r.a.OperationDaedalus,baseDifficulty:8e4,reqdRank:4e5,rankGain:4e4,rankLoss:1e4,hpLoss:1e5,weights:{hack:.1,str:.2,def:.2,dex:.2,agi:.2,cha:0,int:.1},decays:{hack:.6,str:.8,def:.8,dex:.8,agi:.8,cha:0,int:.75}})},function(t,e,n){"use strict";n.d(e,"a",(function(){return i}));var a=n(121),r=n(16);class i{constructor(t){t?(this.id=t.fragment.id,this.x=t.x,this.y=t.y,this.highestCharge=0,this.numCharge=0,this.rotation=t.rotation):(this.id=-1,this.x=-1,this.y=-1,this.highestCharge=0,this.numCharge=0,this.rotation=0)}collide(t){const e=this.fragment(),n=t.fragment(),a=t.x-this.x,r=t.y-this.y,i=Math.max(e.shape.length,e.shape[0].length);for(let o=0;o[this.x+t[0],this.y+t[1]])}copy(){return Object.assign({},this)}toJSON(){return Object(r.b)("ActiveFragment",this)}static fromJSON(t){return Object(r.a)(i,t.data)}}r.c.constructors.ActiveFragment=i},,function(t,e,n){"use strict";let a;n.d(e,"a",(function(){return a})),function(t){t[t.SYSTEM=0]="SYSTEM",t[t.INTERFACE=1]="INTERFACE",t[t.GAMEPLAY=2]="GAMEPLAY",t[t.MISC=3]="MISC",t[t.REMOTE_API=4]="REMOTE_API"}(a||(a={}))},function(t,e,n){"use strict";n.d(e,"a",(function(){return i}));var a=n(25);function r(t,e,n){return e in t?Object.defineProperty(t,e,{value:n,enumerable:!0,configurable:!0,writable:!0}):t[e]=n,t}class i{constructor(t={name:"foo",desc:"foo"}){if(r(this,"baseCost",1),r(this,"costInc",1),r(this,"maxLvl",0),r(this,"successChanceAll",0),r(this,"successChanceStealth",0),r(this,"successChanceKill",0),r(this,"successChanceContract",0),r(this,"successChanceOperation",0),r(this,"successChanceEstimate",0),r(this,"actionTime",0),r(this,"effHack",0),r(this,"effStr",0),r(this,"effDef",0),r(this,"effDex",0),r(this,"effAgi",0),r(this,"effCha",0),r(this,"stamina",0),r(this,"money",0),r(this,"expGain",0),!t.name)throw new Error("Failed to initialize Bladeburner Skill. No name was specified in ctor");if(!t.desc)throw new Error("Failed to initialize Bladeburner Skills. No desc was specified in ctor");this.name=t.name,this.desc=t.desc,this.baseCost=t.baseCost?t.baseCost:1,this.costInc=t.costInc?t.costInc:1,t.maxLvl&&(this.maxLvl=t.maxLvl),t.successChanceAll&&(this.successChanceAll=t.successChanceAll),t.successChanceStealth&&(this.successChanceStealth=t.successChanceStealth),t.successChanceKill&&(this.successChanceKill=t.successChanceKill),t.successChanceContract&&(this.successChanceContract=t.successChanceContract),t.successChanceOperation&&(this.successChanceOperation=t.successChanceOperation),t.successChanceEstimate&&(this.successChanceEstimate=t.successChanceEstimate),t.actionTime&&(this.actionTime=t.actionTime),t.effHack&&(this.effHack=t.effHack),t.effStr&&(this.effStr=t.effStr),t.effDef&&(this.effDef=t.effDef),t.effDex&&(this.effDex=t.effDex),t.effAgi&&(this.effAgi=t.effAgi),t.effCha&&(this.effCha=t.effCha),t.stamina&&(this.stamina=t.stamina),t.money&&(this.money=t.money),t.expGain&&(this.expGain=t.expGain)}calculateCost(t,e=1){const n=(t,e)=>{if(e<=1)return Math.floor((this.baseCost+t*this.costInc)*a.a.BladeburnerSkillCost);{const n=Math.floor((this.baseCost+t*this.costInc)*a.a.BladeburnerSkillCost);return this.calculateCost(t+1,e-1)+n}};if(e<0||e%1!=0)throw new Error(e+" is an invalid number of upgrades");if(e<=100)return n(t,e);{const n=e*(2*this.baseCost+this.costInc*(2*t+e+1))/2*a.a.BladeburnerSkillCost-e/2;return Math.floor(n)}}getMultiplier(t){return"successChanceAll"===t?this.successChanceAll:"successChanceStealth"===t?this.successChanceStealth:"successChanceKill"===t?this.successChanceKill:"successChanceContract"===t?this.successChanceContract:"successChanceOperation"===t?this.successChanceOperation:"successChanceEstimate"===t?this.successChanceEstimate:"actionTime"===t?this.actionTime:"effHack"===t?this.effHack:"effStr"===t?this.effStr:"effDef"===t?this.effDef:"effDex"===t?this.effDex:"effAgi"===t?this.effAgi:"effCha"===t?this.effCha:"stamina"===t?this.stamina:"money"===t?this.money:"expGain"===t?this.expGain:0}}},,,function(t,e,n){"use strict";n.d(e,"a",(function(){return s}));var a=n(15),r=n(1),i=n(474);function o(t,e,n){return e in t?Object.defineProperty(t,e,{value:n,enumerable:!0,configurable:!0,writable:!0}):t[e]=n,t}class s{constructor(t="",e="",n,a=0,r=0,i=0,s=0,l={}){o(this,"difficulty",0),o(this,"karma",0),o(this,"kills",0),o(this,"money",0),o(this,"name",""),o(this,"workName",""),o(this,"time",0),o(this,"hacking_success_weight",0),o(this,"strength_success_weight",0),o(this,"defense_success_weight",0),o(this,"dexterity_success_weight",0),o(this,"agility_success_weight",0),o(this,"charisma_success_weight",0),o(this,"hacking_exp",0),o(this,"strength_exp",0),o(this,"defense_exp",0),o(this,"dexterity_exp",0),o(this,"agility_exp",0),o(this,"charisma_exp",0),o(this,"intelligence_exp",0),this.name=t,this.workName=e,this.type=n,this.time=a,this.money=r,this.difficulty=i,this.karma=s,this.hacking_success_weight=l.hacking_success_weight?l.hacking_success_weight:0,this.strength_success_weight=l.strength_success_weight?l.strength_success_weight:0,this.defense_success_weight=l.defense_success_weight?l.defense_success_weight:0,this.dexterity_success_weight=l.dexterity_success_weight?l.dexterity_success_weight:0,this.agility_success_weight=l.agility_success_weight?l.agility_success_weight:0,this.charisma_success_weight=l.charisma_success_weight?l.charisma_success_weight:0,this.hacking_exp=l.hacking_exp?l.hacking_exp:0,this.strength_exp=l.strength_exp?l.strength_exp:0,this.defense_exp=l.defense_exp?l.defense_exp:0,this.dexterity_exp=l.dexterity_exp?l.dexterity_exp:0,this.agility_exp=l.agility_exp?l.agility_exp:0,this.charisma_exp=l.charisma_exp?l.charisma_exp:0,this.intelligence_exp=l.intelligence_exp?l.intelligence_exp:0,this.kills=l.kills?l.kills:0}commit(t=1,e=null){return t<=0&&(t=1),r.a.startWork(new i.a({crimeType:this.type,singularity:null!==e})),this.time}successRate(t){let e=this.hacking_success_weight*t.skills.hacking+this.strength_success_weight*t.skills.strength+this.defense_success_weight*t.skills.defense+this.dexterity_success_weight*t.skills.dexterity+this.agility_success_weight*t.skills.agility+this.charisma_success_weight*t.skills.charisma+a.a.IntelligenceCrimeWeight*t.skills.intelligence;return e/=a.a.MaxSkillLevel,e/=this.difficulty,e*=t.mults.crime_success,e*=t.getIntelligenceBonus(1),Math.min(e,1)}}},function(t,e,n){"use strict";n.d(e,"e",(function(){return o})),n.d(e,"h",(function(){return s})),n.d(e,"c",(function(){return l})),n.d(e,"d",(function(){return c})),n.d(e,"a",(function(){return f})),n.d(e,"b",(function(){return u})),n.d(e,"f",(function(){return m})),n.d(e,"g",(function(){return h})),n.d(e,"j",(function(){return d})),n.d(e,"k",(function(){return p})),n.d(e,"l",(function(){return g})),n.d(e,"i",(function(){return b}));var a=n(185),r=n(25),i=n(1);function o(t){isNaN(t)?console.error("ERR: NaN passed into Player.gainHackingExp()"):(this.exp.hacking+=t,this.exp.hacking<0&&(this.exp.hacking=0),this.skills.hacking=Object(a.b)(this.exp.hacking,this.mults.hacking*r.a.HackingLevelMultiplier))}function s(t){isNaN(t)?console.error("ERR: NaN passed into Player.gainStrengthExp()"):(this.exp.strength+=t,this.exp.strength<0&&(this.exp.strength=0),this.skills.strength=Object(a.b)(this.exp.strength,this.mults.strength*r.a.StrengthLevelMultiplier))}function l(t){if(isNaN(t))return void console.error("ERR: NaN passed into player.gainDefenseExp()");this.exp.defense+=t,this.exp.defense<0&&(this.exp.defense=0),this.skills.defense=Object(a.b)(this.exp.defense,this.mults.defense*r.a.DefenseLevelMultiplier);const e=this.hp.current/this.hp.max;this.hp.max=Math.floor(10+this.skills.defense/10),this.hp.current=Math.round(this.hp.max*e)}function c(t){isNaN(t)?console.error("ERR: NaN passed into Player.gainDexterityExp()"):(this.exp.dexterity+=t,this.exp.dexterity<0&&(this.exp.dexterity=0),this.skills.dexterity=Object(a.b)(this.exp.dexterity,this.mults.dexterity*r.a.DexterityLevelMultiplier))}function f(t){isNaN(t)?console.error("ERR: NaN passed into Player.gainAgilityExp()"):(this.exp.agility+=t,this.exp.agility<0&&(this.exp.agility=0),this.skills.agility=Object(a.b)(this.exp.agility,this.mults.agility*r.a.AgilityLevelMultiplier))}function u(t){isNaN(t)?console.error("ERR: NaN passed into Player.gainCharismaExp()"):(this.exp.charisma+=t,this.exp.charisma<0&&(this.exp.charisma=0),this.skills.charisma=Object(a.b)(this.exp.charisma,this.mults.charisma*r.a.CharismaLevelMultiplier))}function m(t){isNaN(t)?console.error("ERROR: NaN passed into Player.gainIntelligenceExp()"):(i.a.sourceFileLvl(5)>0||this.skills.intelligence>0||5===i.a.bitNodeN)&&(this.exp.intelligence+=t,this.skills.intelligence=Math.floor(this.calculateSkill(this.exp.intelligence,1)))}function h(t){this.gainHackingExp(t.hack*this.mults.hacking_exp),this.gainStrengthExp(t.str*this.mults.strength_exp),this.gainDefenseExp(t.def*this.mults.defense_exp),this.gainDexterityExp(t.dex*this.mults.dexterity_exp),this.gainAgilityExp(t.agi*this.mults.agility_exp),this.gainCharismaExp(t.cha*this.mults.charisma_exp),this.gainIntelligenceExp(t.int)}function d(t){const e=t.toLowerCase();return e.includes("hack")?this.skills.hacking:e.includes("str")?this.skills.strength:e.includes("def")?this.skills.defense:e.includes("dex")?this.skills.dexterity:e.includes("agi")?this.skills.agility:e.includes("cha")?this.skills.charisma:e.includes("int")?this.skills.intelligence:0}function p(t){"number"==typeof t?(this.hp.current+=t,this.hp.current>this.hp.max&&(this.hp.current=this.hp.max)):console.warn("Player.regenerateHp() called without a numeric argument: "+t)}function g(){this.skills.hacking=Math.max(1,Math.floor(this.calculateSkill(this.exp.hacking,this.mults.hacking*r.a.HackingLevelMultiplier))),this.skills.strength=Math.max(1,Math.floor(this.calculateSkill(this.exp.strength,this.mults.strength*r.a.StrengthLevelMultiplier))),this.skills.defense=Math.max(1,Math.floor(this.calculateSkill(this.exp.defense,this.mults.defense*r.a.DefenseLevelMultiplier))),this.skills.dexterity=Math.max(1,Math.floor(this.calculateSkill(this.exp.dexterity,this.mults.dexterity*r.a.DexterityLevelMultiplier))),this.skills.agility=Math.max(1,Math.floor(this.calculateSkill(this.exp.agility,this.mults.agility*r.a.AgilityLevelMultiplier))),this.skills.charisma=Math.max(1,Math.floor(this.calculateSkill(this.exp.charisma,this.mults.charisma*r.a.CharismaLevelMultiplier)));const t=this.hp.current/this.hp.max;this.hp.max=Math.floor(10+this.skills.defense/10),this.hp.current=Math.round(this.hp.max*t)}function b(t,e=!1){return!!this.augmentations.some(e=>e.name===t)||!(e||!this.queuedAugmentations.some(e=>e.name===t))}},,,,,,,function(t,e,n){"use strict";n.d(e,"a",(function(){return f})),n.d(e,"b",(function(){return m}));var a=n(0),r=n.n(a),i=n(126),o=n(40),s=n(3),l=n(21),c=n(792);const f=new i.a;let u=0;function m(){const[t,e]=Object(a.useState)([]);return Object(a.useEffect)(()=>f.subscribe(t=>{const n=u+"";u++,e(e=>{const a=function(t){return"string"==typeof t?Object(c.sha256)(t):Object(c.sha256)(JSON.stringify(t.props))}(t);return e.some(t=>t.hash===a)?e:[...e,{id:n,text:t,hash:a}]})}),[]),Object(a.useEffect)(()=>{function t(t){"Escape"===t.code&&e([])}return document.addEventListener("keydown",t),()=>document.removeEventListener("keydown",t)},[]),r.a.createElement(r.a.Fragment,null,t.length>0&&r.a.createElement(o.a,{open:!0,onClose:function(){e(t=>t.slice(1,1e99))}},r.a.createElement(l.a,{overflow:"scroll",sx:{overflowWrap:"break-word",whiteSpace:"pre-line"}},r.a.createElement(s.a,{component:"span"},t[0].text))))}},,,function(t,e,n){"use strict";function a(t){const e=[];for(let n=0;n864e5}function s(){if(o()){for(const t of r.a.factions)a.a[t].favor++;i=(new Date).getTime()}}function l(t){i=t}},,function(t,e,n){"use strict";n.d(e,"a",(function(){return s}));var a=n(0),r=n.n(a),i=n(7),o=n(226);function s({hashes:t}){return r.a.createElement(o.a,{hashes:i.a.formatHashes(t)+" h / s"})}},function(t,e,n){"use strict";n.d(e,"a",(function(){return a}));class a{constructor(t,e){this.filename=t,this.msg=e}}},function(t,e,n){"use strict";n.d(e,"a",(function(){return l}));var a=n(0),r=n(539),i=n(1),o=n(10),s=n(23);function l(t){return a.createElement(a.Fragment,null,a.createElement(s.a,{title:a.createElement("span",{dangerouslySetInnerHTML:{__html:function(){const e=i.a.getNextCompanyPosition(t.company,t.entryPosType);return null==e?"":t.company.hasPosition(e)?Object(r.a)(t.company,e,!0):""}()}})},a.createElement(o.a,{onClick:t.onClick},t.text)))}},,,,,,function(t,e,n){"use strict";n.d(e,"b",(function(){return f})),n.d(e,"a",(function(){return u}));var a=n(19),r=n(16),i=n(13),o=n(15),s=n(1),l=n(56),c=n(152);const f=t=>null!==t&&t.type===c.b.CREATE_PROGRAM;class u extends c.a{constructor(t){var e,n;if(super(c.b.CREATE_PROGRAM,null===(e=null==t?void 0:t.singularity)||void 0===e||e),this.unitCompleted=0,this.programName=null!==(n=null==t?void 0:t.programName)&&void 0!==n?n:"",t)for(let t=0;t=100)break;this.unitCompleted=a/100*this.unitNeeded(),s.a.getHomeComputer().programs.splice(t,1)}}}unitNeeded(){var t,e;return null!==(t=null===(e=this.getProgram().create)||void 0===e?void 0:e.time)&&void 0!==t?t:0}getProgram(){const t=Object.values(l.a).find(t=>t.name.toLowerCase()===this.programName.toLowerCase());if(!t)throw new Error("Create program work started with invalid program "+this.programName);return t}process(t){var e,n;let a=1;s.a.hasAugmentation(i.a.NeuroreceptorManager,!0)||(a=s.a.focus?1:o.a.BaseFocusBonus);const r=null!==(e=null===(n=this.getProgram().create)||void 0===n?void 0:n.level)&&void 0!==e?e:0;let l=s.a.skills.hacking/r*s.a.getIntelligenceBonus(3);return l=1+(l-1)/5,l*=a,this.cyclesWorked+=t,this.unitCompleted+=o.a._idleSpeed*t*l,this.unitCompleted>=this.unitNeeded()}finish(t){const e=this.programName;if(t){if(!s.a.getHomeComputer().programs.includes(e)){const t=e+"-"+(100*this.unitCompleted/this.unitNeeded()).toFixed(2)+"%-INC";s.a.getHomeComputer().programs.push(t)}}else{if(s.a.gainIntelligenceExp(o.a.IntelligenceProgramBaseExpGain*this.cyclesWorked*o.a._idleSpeed/1e3),!this.singularity){const t=[`You've finished creating ${e}!`,"The new program can be found on your home computer."];Object(a.a)(t.join("
"))}s.a.getHomeComputer().programs.includes(e)||s.a.getHomeComputer().programs.push(e)}}APICopy(){return{type:this.type,cyclesWorked:this.cyclesWorked,programName:this.programName}}toJSON(){return Object(r.b)("CreateProgramWork",this)}static fromJSON(t){return Object(r.a)(u,t.data)}}r.c.constructors.CreateProgramWork=u},function(t,e,n){"use strict";n.d(e,"a",(function(){return a}));const a=new(n(126).a)},function(t,e,n){"use strict";n.d(e,"b",(function(){return h})),n.d(e,"a",(function(){return d}));var a=n(1),r=n(16),i=n(103),o=n(108),s=n(5),l=n(30),c=n(390),f=n(228),u=n(89),m=n(25);const h=t=>null!==t&&t.type===i.b.FACTION;class d extends i.a{constructor(t){var e,n;super(i.b.FACTION),this.factionWorkType=null!==(e=null==t?void 0:t.factionWorkType)&&void 0!==e?e:o.a.HACKING,this.factionName=null!==(n=null==t?void 0:t.factionName)&&void 0!==n?n:s.a.Sector12}getExpRates(t){return Object(u.d)(Object(c.a)(t,this.factionWorkType),t.shockBonus())}getReputationRate(t){const e=this.getFaction();return{[o.a.HACKING]:f.c,[o.a.FIELD]:f.a,[o.a.SECURITY]:f.b}[this.factionWorkType](t,e.favor)*t.shockBonus()*m.a.FactionWorkRepGain}getFaction(){const t=l.a[this.factionName];if(!t)throw new Error(`Faction work started with invalid / unknown faction: '${this.factionName}'`);return t}process(t,e){var n;if(this.factionName===(null===(n=a.a.gang)||void 0===n?void 0:n.facName))return t.stopWork(),0;const r=this.getExpRates(t);Object(i.c)(t,r,e);const o=this.getReputationRate(t);return this.getFaction().playerReputation+=o,0}APICopy(){return{type:this.type,factionWorkType:this.factionWorkType,factionName:this.factionName}}toJSON(){return Object(r.b)("SleeveFactionWork",this)}static fromJSON(t){return Object(r.a)(d,t.data)}}r.c.constructors.SleeveFactionWork=d},function(t,e,n){"use strict";n.d(e,"a",(function(){return i}));var a=n(1104),r=n(1105);const i={};for(const t of r.a)null!=i[(o=t).name]&&console.warn("Duplicate Research being defined: "+o.name),i[o.name]=new a.a(o);var o},function(t,e,n){"use strict";n.d(e,"a",(function(){return s})),n.d(e,"b",(function(){return l}));var a=n(0),r=n.n(a),i=n(261),o=n(151);const s={};function l(){Object(o.e)(),Object(o.d)(),s.SourceFile1=new i.a(1,r.a.createElement(r.a.Fragment,null,"This Source-File lets the player start with 32GB of RAM on his/her home computer. It also increases all of the player's multipliers by:",r.a.createElement("br",null),r.a.createElement("br",null),"Level 1: 16%",r.a.createElement("br",null),"Level 2: 24%",r.a.createElement("br",null),"Level 3: 28%")),s.SourceFile2=new i.a(2,r.a.createElement(r.a.Fragment,null,"This Source-File allows you to form gangs in other BitNodes once your karma decreases to a certain value. It also increases the player's crime success rate, crime money, and charisma multipliers by:",r.a.createElement("br",null),r.a.createElement("br",null),"Level 1: 24%",r.a.createElement("br",null),"Level 2: 36%",r.a.createElement("br",null),"Level 3: 42%")),s.SourceFile3=new i.a(3,r.a.createElement(r.a.Fragment,null,"This Source-File lets you create corporations on other BitNodes (although some BitNodes will disable this mechanic) and level 3 permanently unlocks the full API. This Source-File also increases your charisma and company salary multipliers by:",r.a.createElement("br",null),"Level 1: 8%",r.a.createElement("br",null),"Level 2: 12%",r.a.createElement("br",null),"Level 3: 14%")),s.SourceFile4=new i.a(4,r.a.createElement(r.a.Fragment,null,"This Source-File lets you access and use the Singularity Functions in every BitNode. Every level of this Source-File reduces the RAM cost of Singularity functions:",r.a.createElement("br",null),"Level 1: 16x",r.a.createElement("br",null),"Level 2: 4x",r.a.createElement("br",null),"Level 3: 1x")),s.SourceFile5=new i.a(5,r.a.createElement(r.a.Fragment,null,"This Source-File grants a special new stat called Intelligence. Intelligence is unique because it is permanent and persistent (it never gets reset back to 1). However, gaining Intelligence experience is much slower than other stats. Higher Intelligence levels will boost your production for many actions in the game. In addition, this Source-File will unlock:",r.a.createElement("br",null),r.a.createElement("ul",null,r.a.createElement("li",null,"The ",r.a.createElement("code",null,"getBitNodeMultipliers()")," Netscript function"),r.a.createElement("li",null,"Permanent access to Formulas.exe"),r.a.createElement("li",null,"Access to BitNode multiplier information on the ",r.a.createElement("b",null,"Stats")," page")),"It will also raise all of your hacking-related multipliers by:",r.a.createElement("br",null),r.a.createElement("br",null),"Level 1: 8%",r.a.createElement("br",null),"Level 2: 12%",r.a.createElement("br",null),"Level 3: 14%")),s.SourceFile6=new i.a(6,r.a.createElement(r.a.Fragment,null,"This Source-File allows you to access the NSA's Bladeburner Division in other BitNodes. In addition, this Source-File will raise both the level and experience gain rate of all your combat stats by:",r.a.createElement("br",null),r.a.createElement("br",null),"Level 1: 8%",r.a.createElement("br",null),"Level 2: 12%",r.a.createElement("br",null),"Level 3: 14%")),s.SourceFile7=new i.a(7,r.a.createElement(r.a.Fragment,null,"This Source-File allows you to access the Bladeburner Netscript API in other BitNodes. In addition, this Source-File will increase all of your Bladeburner multipliers by:",r.a.createElement("br",null),r.a.createElement("br",null),"Level 1: 8%",r.a.createElement("br",null),"Level 2: 12%",r.a.createElement("br",null),"Level 3: 14%")),s.SourceFile8=new i.a(8,r.a.createElement(r.a.Fragment,null,"This Source-File grants the following benefits:",r.a.createElement("br",null),r.a.createElement("br",null),"Level 1: Permanent access to WSE and TIX API",r.a.createElement("br",null),"Level 2: Ability to short stocks in other BitNodes",r.a.createElement("br",null),"Level 3: Ability to use limit/stop orders in other BitNodes",r.a.createElement("br",null),r.a.createElement("br",null),"This Source-File also increases your hacking growth multipliers by:",r.a.createElement("br",null),"Level 1: 12%",r.a.createElement("br",null),"Level 2: 18%",r.a.createElement("br",null),"Level 3: 21%")),s.SourceFile9=new i.a(9,r.a.createElement(r.a.Fragment,null,"This Source-File grants the following benefits:",r.a.createElement("br",null),r.a.createElement("br",null),"Level 1: Permanently unlocks the Hacknet Server in other BitNodes",r.a.createElement("br",null),"Level 2: You start with 128GB of RAM on your home computer when entering a new BitNode",r.a.createElement("br",null),"Level 3: Grants a highly-upgraded Hacknet Server when entering a new BitNode",r.a.createElement("br",null),r.a.createElement("br",null),"(Note that the Level 3 effect of this Source-File only applies when entering a new BitNode, NOT when installing Augmentations)",r.a.createElement("br",null),r.a.createElement("br",null),"This Source-File also increases your hacknet multipliers by:",r.a.createElement("br",null),"Level 1: 8%",r.a.createElement("br",null),"Level 2: 12%",r.a.createElement("br",null),"Level 3: 14%")),s.SourceFile10=new i.a(10,r.a.createElement(r.a.Fragment,null,"This Source-File unlocks Sleeve technology, and the Grafting API in other BitNodes. Each level of this Source-File also grants you a Duplicate Sleeve")),s.SourceFile11=new i.a(11,r.a.createElement(r.a.Fragment,null,"This Source-File makes it so that company favor increases BOTH the player's salary and reputation gain rate at that company by 1% per favor (rather than just the reputation gain). This Source-File also increases the player's company salary and reputation gain multipliers by:",r.a.createElement("br",null),r.a.createElement("br",null),"Level 1: 32%",r.a.createElement("br",null),"Level 2: 48%",r.a.createElement("br",null),"Level 3: 56%",r.a.createElement("br",null),r.a.createElement("br",null),"It also reduces the price increase for every aug bought by:",r.a.createElement("br",null),r.a.createElement("br",null),"Level 1: 4%",r.a.createElement("br",null),"Level 2: 6%",r.a.createElement("br",null),"Level 3: 7%")),s.SourceFile12=new i.a(12,r.a.createElement(r.a.Fragment,null,"This Source-File lets the player start with Neuroflux Governor equal to the level of this Source-File.")),s.SourceFile13=new i.a(13,r.a.createElement(r.a.Fragment,null,"Each level of this Source-File increases the size of Stanek's Gift."))}},function(t,e,n){"use strict";(function(t){n.d(e,"a",(function(){return d})),n.d(e,"d",(function(){return p})),n.d(e,"c",(function(){return g})),n.d(e,"e",(function(){return b})),n.d(e,"b",(function(){return y}));var a=n(1),r=n(22),i=n(77),o=n(9),s=n(83),l=n(26),c=n(102),f=n(6),u=n(612),m=n(15),h=n(252);function d(){navigator.userAgent.toLowerCase().indexOf(" electron/")>-1&&(document.achievements=[],function(){function e(t){return t=t.replace(/\/\/+/g,"/"),(t=Object(i.k)(t)).includes("/")&&(t="/"+Object(i.k)(t)),t}document.getFiles=function(){const t=Object(l.d)("home");return null===t?{res:!1,msg:"Home server does not exist."}:{res:!0,data:{files:t.scripts.map(t=>({filename:t.filename,code:t.code,ramUsage:t.ramUsage}))}}},document.deleteFile=function(t){t=e(t);const n=Object(l.d)("home");return null===n?{res:!1,msg:"Home server does not exist."}:n.removeFile(t)},document.saveFile=function(n,a){var r;n=e(n),a=t.from(a,"base64").toString();const i=Object(l.d)("home");if(null===i)return{res:!1,msg:"Home server does not exist."};const{success:o,overwritten:s}=i.writeToScriptFile(n,a);let c;return o&&(c=i.getScript(n)),{res:o,data:{overwritten:s,ramUsage:null===(r=c)||void 0===r?void 0:r.ramUsage}}}}(),function(){const t={terminal:(t,e)=>{const n={info:o.a.info,warn:o.a.warn,error:o.a.error,success:o.a.success};let a;e&&(a=n[e]),a||(a=o.a.print),a.bind(o.a)(t)},toast:(t,e,n=2e3)=>s.b.emit(t,e,n)};window.appNotifier=t}(),function(){const t={triggerSave:()=>c.c.saveGame(!0),triggerGameExport:()=>{try{c.c.exportGame()}catch(t){console.error(t),s.b.emit("Could not export game.",s.d.ERROR,2e3)}},triggerScriptsExport:()=>Object(u.b)("*",a.a.getHomeComputer()),getSaveData:()=>({save:c.c.getSaveString(f.a.ExcludeRunningScriptsFromSave),fileName:c.c.getSaveFileName()}),getSaveInfo:async t=>{try{return(await c.c.getImportDataFromString(t)).playerData}catch(t){return void console.error(t)}},pushSaveData:(t,e=!1)=>r.b.toImportSave(t,e)};window.appSaveFns=t}(),function(){const t=window.electronBridge;if(!t)return;t.receive("get-save-data-request",()=>{const e=window.appSaveFns.getSaveData();t.send("get-save-data-response",e)}),t.receive("get-save-info-request",async e=>{if("string"!=typeof e)throw new Error("Error while trying to get save info");const n=await window.appSaveFns.getSaveInfo(e);t.send("get-save-info-response",n)}),t.receive("push-save-request",t=>{if("object"!=typeof t)throw new Error("Error trying to push save request");const{save:e,automatic:n=!1}=t;window.appSaveFns.pushSaveData(e,n)}),t.receive("trigger-save",()=>window.appSaveFns.triggerSave().then(()=>{t.send("save-completed")}).catch(t=>{console.error(t),s.b.emit("Could not save game.",s.d.ERROR,2e3)})),t.receive("trigger-game-export",()=>{try{window.appSaveFns.triggerGameExport()}catch(t){console.error(t),s.b.emit("Could not export game.",s.d.ERROR,2e3)}}),t.receive("trigger-scripts-export",()=>{try{window.appSaveFns.triggerScriptsExport()}catch(t){console.error(t),s.b.emit("Could not export scripts.",s.d.ERROR,2e3)}})}())}function p(t){const e=window.electronBridge;e&&e.send("push-game-saved",t)}function g(){const t=window.electronBridge;t&&t.send("push-game-ready",{player:{identifier:a.a.identifier,playtime:a.a.totalPlaytime,lastSave:a.a.lastSave},game:{version:m.a.VersionString,hash:Object(h.a)()}})}function b(t){const e=window.electronBridge;e&&(e.send("push-import-result",{wasImported:t}),y())}function y(){const t=window.electronBridge;t&&t.send("push-disable-restore",{duration:6e4})}}).call(this,n(169).Buffer)},,function(t,e,n){"use strict";n.d(e,"b",(function(){return H})),n.d(e,"a",(function(){return U}));var a=n(0),r=n.n(a),i=n(125),o=n(122),s=n(148),l=n(7),c=n(144),f=n(1261),u=n(29),m=n(160),h=n(161),d=n(32),p=n(50),g=n(3),b=n(10),y=n(112),E=n(485),v=n.n(E),k=n(1265),w=n.n(k),S=n(6),_=n(22),C=n(1),x=n(409),L=n(25),O=n(23),M=n(21),A=n(57),T=n(15),R=n(304),N=n(383),P=n(224),I=n(362),F=n(329),D=n(474);function j(){const t=Object(i.a)(),e=H();if(0===C.a.skills.intelligence)return r.a.createElement(r.a.Fragment,null);const n=C.a.calculateSkillProgress(C.a.exp.intelligence);return r.a.createElement(r.a.Fragment,null,r.a.createElement(p.a,null,r.a.createElement(d.a,{component:"th",scope:"row",classes:{root:e.cell}},r.a.createElement(g.a,{classes:{root:e.int}},"Int ")),r.a.createElement(d.a,{align:"right",classes:{root:e.cell}},r.a.createElement(g.a,{classes:{root:e.int}},l.a.formatSkill(C.a.skills.intelligence))),r.a.createElement(d.a,{align:"right",classes:{root:e.cell}},r.a.createElement(g.a,{id:"overview-int-hook",classes:{root:e.int}}))),r.a.createElement(p.a,null,!S.a.DisableOverviewProgressBars&&r.a.createElement(x.a,{progress:n,color:t.colors.int})))}function B(){const t=H(),e=C.a.bladeburner;if(null===e)return r.a.createElement(r.a.Fragment,null);const n=e.getTypeAndNameFromActionId(e.action);return"Idle"===n.type?r.a.createElement(r.a.Fragment,null):r.a.createElement(r.a.Fragment,null,r.a.createElement(p.a,null,r.a.createElement(d.a,{component:"th",scope:"row",colSpan:2,classes:{root:t.cellNone}},r.a.createElement(g.a,null,"Bladeburner:"))),r.a.createElement(p.a,null,r.a.createElement(d.a,{component:"th",scope:"row",colSpan:2,classes:{root:t.cellNone}},r.a.createElement(g.a,null,n.type,": ",n.name))))}function G({tooltip:t,children:e,onClickFocus:n,header:a}){const i=H();return r.a.createElement(r.a.Fragment,null,r.a.createElement(p.a,null,r.a.createElement(d.a,{component:"th",scope:"row",colSpan:2,classes:{root:i.workCell}},r.a.createElement(O.a,{title:r.a.createElement(r.a.Fragment,null,t)},r.a.createElement(g.a,{className:i.workHeader,sx:{pt:1,pb:.5}},a)))),r.a.createElement(p.a,null,r.a.createElement(d.a,{component:"th",scope:"row",colSpan:2,classes:{root:i.workCell}},r.a.createElement(g.a,{className:i.workSubtitles},e))),r.a.createElement(p.a,null,r.a.createElement(d.a,{component:"th",scope:"row",align:"center",colSpan:2,classes:{root:i.cellNone}},r.a.createElement(b.a,{sx:{mt:1},onClick:n},"Focus"))))}function W(){if(null===C.a.currentWork||C.a.focus)return r.a.createElement(r.a.Fragment,null);let t=r.a.createElement(r.a.Fragment,null),e=r.a.createElement(r.a.Fragment,null),n=r.a.createElement(r.a.Fragment,null);if(Object(D.b)(C.a.currentWork)){const a=C.a.currentWork.getCrime(),i=C.a.currentWork.unitCompleted/a.time*100;t=r.a.createElement(r.a.Fragment,null,C.a.currentWork.crimeType),e=r.a.createElement(r.a.Fragment,null,"You are attempting to ",C.a.currentWork.crimeType),n=r.a.createElement(r.a.Fragment,null,i.toFixed(2),"%")}if(Object(A.d)(C.a.currentWork)&&(t=r.a.createElement(r.a.Fragment,null,C.a.currentWork.getClass().youAreCurrently),e=r.a.createElement(r.a.Fragment,null,"You are ",C.a.currentWork.getClass().youAreCurrently),n=r.a.createElement(r.a.Fragment,null,Object(u.b)(C.a.currentWork.cyclesWorked*T.a._idleSpeed))),Object(R.b)(C.a.currentWork)){const a=C.a.currentWork;t=r.a.createElement(r.a.Fragment,null,"Coding ",a.programName),e=r.a.createElement(r.a.Fragment,null,"Creating a program"),n=r.a.createElement(r.a.Fragment,null,a.programName," ",(a.unitCompleted/a.unitNeeded()*100).toFixed(2),"%")}if(Object(N.b)(C.a.currentWork)){const a=C.a.currentWork;t=r.a.createElement(r.a.Fragment,null,"Grafting ",a.augmentation),e=r.a.createElement(r.a.Fragment,null,"Grafting an Augmentation"),n=r.a.createElement(r.a.Fragment,null,r.a.createElement("strong",null,(a.unitCompleted/a.unitNeeded()*100).toFixed(2),"%")," done")}if(Object(P.b)(C.a.currentWork)){const t=C.a.currentWork;e=r.a.createElement(r.a.Fragment,null,"Working for ",r.a.createElement("strong",null,t.factionName)),n=r.a.createElement(r.a.Fragment,null,r.a.createElement(c.a,{reputation:t.getFaction().playerReputation})," rep",r.a.createElement("br",null),"(",r.a.createElement(I.a,{reputation:t.getReputationRate()*(1e3/T.a._idleSpeed)}),")")}if(Object(F.b)(C.a.currentWork)){const a=C.a.currentWork;t=r.a.createElement(r.a.Fragment,null,C.a.jobs[a.companyName]," at ",r.a.createElement("strong",null,a.companyName)),e=r.a.createElement(r.a.Fragment,null,"Working at ",r.a.createElement("strong",null,a.companyName)),n=r.a.createElement(r.a.Fragment,null,r.a.createElement(c.a,{reputation:a.getCompany().playerReputation})," rep",r.a.createElement("br",null),"(",r.a.createElement(I.a,{reputation:a.getGainRates().reputation*(1e3/T.a._idleSpeed)}),")")}return r.a.createElement(G,{tooltip:t,header:e,onClickFocus:()=>{C.a.startFocusing(),_.b.toWork()}},n)}const H=Object(o.a)(t=>Object(s.a)({workCell:{textAlign:"center",maxWidth:"200px",borderBottom:"none",padding:0,margin:0},workHeader:{fontSize:"0.9rem"},workSubtitles:{fontSize:"0.8rem"},cellNone:{borderBottom:"none",padding:0,margin:0},cell:{padding:0,margin:0},hp:{color:t.colors.hp},money:{color:t.colors.money},hack:{color:t.colors.hack},combat:{color:t.colors.combat},cha:{color:t.colors.cha},int:{color:t.colors.int}}));function U({save:t,killScripts:e}){const[n,o]=Object(a.useState)(!1),s=Object(a.useState)(!1)[1];Object(a.useEffect)(()=>{const t=setInterval(()=>s(t=>!t),600);return()=>clearInterval(t)},[]);const c=H(),u=Object(i.a)(),b=C.a.calculateSkillProgress(C.a.exp.hacking,C.a.mults.hacking*L.a.HackingLevelMultiplier),E=C.a.calculateSkillProgress(C.a.exp.strength,C.a.mults.strength*L.a.StrengthLevelMultiplier),k=C.a.calculateSkillProgress(C.a.exp.defense,C.a.mults.defense*L.a.DefenseLevelMultiplier),_=C.a.calculateSkillProgress(C.a.exp.dexterity,C.a.mults.dexterity*L.a.DexterityLevelMultiplier),A=C.a.calculateSkillProgress(C.a.exp.agility,C.a.mults.agility*L.a.AgilityLevelMultiplier),T=C.a.calculateSkillProgress(C.a.exp.charisma,C.a.mults.charisma*L.a.CharismaLevelMultiplier);return r.a.createElement(r.a.Fragment,null,r.a.createElement(m.a,{sx:{display:"block",m:1}},r.a.createElement(h.a,null,r.a.createElement(p.a,null,r.a.createElement(d.a,{component:"th",scope:"row",classes:{root:c.cellNone}},r.a.createElement(g.a,{classes:{root:c.hp}},"HP ")),r.a.createElement(d.a,{align:"right",classes:{root:c.cellNone}},r.a.createElement(g.a,{classes:{root:c.hp}},l.a.formatHp(C.a.hp.current)," / ",l.a.formatHp(C.a.hp.max))),r.a.createElement(d.a,{align:"right",classes:{root:c.cellNone}},r.a.createElement(g.a,{id:"overview-hp-hook",classes:{root:c.hp}}))),r.a.createElement(p.a,null,r.a.createElement(d.a,{component:"th",scope:"row",classes:{root:c.cellNone}},r.a.createElement(g.a,{classes:{root:c.money}},"Money ")),r.a.createElement(d.a,{align:"right",classes:{root:c.cellNone}},r.a.createElement(g.a,{classes:{root:c.money}},l.a.formatMoney(C.a.money))),r.a.createElement(d.a,{align:"right",classes:{root:c.cellNone}},r.a.createElement(g.a,{id:"overview-money-hook",classes:{root:c.money}}))),r.a.createElement(p.a,null,r.a.createElement(d.a,{component:"th",scope:"row",classes:{root:c.cellNone}},r.a.createElement(g.a,{classes:{root:c.hack}},"Hack ")),r.a.createElement(d.a,{align:"right",classes:{root:c.cellNone}},r.a.createElement(g.a,{classes:{root:c.hack}},l.a.formatSkill(C.a.skills.hacking)))),r.a.createElement(p.a,null,!S.a.DisableOverviewProgressBars&&r.a.createElement(x.a,{progress:b,color:u.colors.hack})),r.a.createElement(p.a,null,r.a.createElement(d.a,{component:"th",scope:"row",classes:{root:c.cell}},r.a.createElement(g.a,{classes:{root:c.hack}})),r.a.createElement(d.a,{align:"right",classes:{root:c.cell}},r.a.createElement(g.a,{id:"overview-hack-hook",classes:{root:c.hack}}))),r.a.createElement(p.a,null,r.a.createElement(d.a,{component:"th",scope:"row",classes:{root:c.cellNone}},r.a.createElement(g.a,{classes:{root:c.combat}},"Str ")),r.a.createElement(d.a,{align:"right",classes:{root:c.cellNone}},r.a.createElement(g.a,{classes:{root:c.combat}},l.a.formatSkill(C.a.skills.strength))),r.a.createElement(d.a,{align:"right",classes:{root:c.cellNone}},r.a.createElement(g.a,{id:"overview-str-hook",classes:{root:c.combat}}))),r.a.createElement(p.a,null,!S.a.DisableOverviewProgressBars&&r.a.createElement(x.a,{progress:E,color:u.colors.combat})),r.a.createElement(p.a,null,r.a.createElement(d.a,{component:"th",scope:"row",classes:{root:c.cellNone}},r.a.createElement(g.a,{classes:{root:c.combat}},"Def ")),r.a.createElement(d.a,{align:"right",classes:{root:c.cellNone}},r.a.createElement(g.a,{classes:{root:c.combat}},l.a.formatSkill(C.a.skills.defense))),r.a.createElement(d.a,{align:"right",classes:{root:c.cellNone}},r.a.createElement(g.a,{id:"overview-def-hook",classes:{root:c.combat}}))),r.a.createElement(p.a,null,!S.a.DisableOverviewProgressBars&&r.a.createElement(x.a,{progress:k,color:u.colors.combat})),r.a.createElement(p.a,null,r.a.createElement(d.a,{component:"th",scope:"row",classes:{root:c.cellNone}},r.a.createElement(g.a,{classes:{root:c.combat}},"Dex ")),r.a.createElement(d.a,{align:"right",classes:{root:c.cellNone}},r.a.createElement(g.a,{classes:{root:c.combat}},l.a.formatSkill(C.a.skills.dexterity))),r.a.createElement(d.a,{align:"right",classes:{root:c.cellNone}},r.a.createElement(g.a,{id:"overview-dex-hook",classes:{root:c.combat}}))),r.a.createElement(p.a,null,!S.a.DisableOverviewProgressBars&&r.a.createElement(x.a,{progress:_,color:u.colors.combat})),r.a.createElement(p.a,null,r.a.createElement(d.a,{component:"th",scope:"row",classes:{root:c.cell}},r.a.createElement(g.a,{classes:{root:c.combat}},"Agi ")),r.a.createElement(d.a,{align:"right",classes:{root:c.cell}},r.a.createElement(g.a,{classes:{root:c.combat}},l.a.formatSkill(C.a.skills.agility))),r.a.createElement(d.a,{align:"right",classes:{root:c.cell}},r.a.createElement(g.a,{id:"overview-agi-hook",classes:{root:c.combat}}))),r.a.createElement(p.a,null,!S.a.DisableOverviewProgressBars&&r.a.createElement(x.a,{progress:A,color:u.colors.combat})),r.a.createElement(p.a,null,r.a.createElement(d.a,{component:"th",scope:"row",classes:{root:c.cellNone}},r.a.createElement(g.a,{classes:{root:c.cha}},"Cha ")),r.a.createElement(d.a,{align:"right",classes:{root:c.cellNone}},r.a.createElement(g.a,{classes:{root:c.cha}},l.a.formatSkill(C.a.skills.charisma))),r.a.createElement(d.a,{align:"right",classes:{root:c.cellNone}},r.a.createElement(g.a,{id:"overview-cha-hook",classes:{root:c.cha}}))),r.a.createElement(p.a,null,!S.a.DisableOverviewProgressBars&&r.a.createElement(x.a,{progress:T,color:u.colors.cha})),r.a.createElement(j,null),r.a.createElement(p.a,null,r.a.createElement(d.a,{component:"th",scope:"row",classes:{root:c.cell}},r.a.createElement(g.a,{id:"overview-extra-hook-0",classes:{root:c.hack}})),r.a.createElement(d.a,{component:"th",scope:"row",align:"right",classes:{root:c.cell}},r.a.createElement(g.a,{id:"overview-extra-hook-1",classes:{root:c.hack}})),r.a.createElement(d.a,{component:"th",scope:"row",align:"right",classes:{root:c.cell}},r.a.createElement(g.a,{id:"overview-extra-hook-2",classes:{root:c.hack}}))),r.a.createElement(W,null),r.a.createElement(B,null))),r.a.createElement(M.a,{sx:{display:"flex",borderTop:"1px solid "+S.a.theme.welllight}},r.a.createElement(M.a,{sx:{display:"flex",flex:1,justifyContent:"flex-start",alignItems:"center"}},r.a.createElement(y.a,{"aria-label":"save game",onClick:t},r.a.createElement(O.a,{title:0!==S.a.AutosaveInterval?"Save game":"Save game (auto-saves are disabled!)"},r.a.createElement(v.a,{color:0!==S.a.AutosaveInterval?"primary":"error"})))),r.a.createElement(M.a,{sx:{display:"flex",flex:1,justifyContent:"flex-end",alignItems:"center"}},r.a.createElement(y.a,{"aria-label":"kill all scripts",onClick:()=>o(!0)},r.a.createElement(O.a,{title:"Kill all running scripts"},r.a.createElement(w.a,{color:"error"}))))),r.a.createElement(f.a,{open:n,onClose:()=>o(!1),killScripts:e}))}},,function(t,e,n){"use strict";function a(t,e=1){return 1+e*Math.pow(t,.8)/600}n.d(e,"a",(function(){return a}))},function(t,e,n){"use strict";n.d(e,"a",(function(){return a}));class a{constructor(t){var e,n,a;a="",(n="errorMessage")in(e=this)?Object.defineProperty(e,n,{value:a,enumerable:!0,configurable:!0,writable:!0}):e[n]=a,this.pid=t.pid,this.name=t.name,this.hostname=t.hostname,this.errorMessage=t.errorMessage,Object.freeze(this)}}Object.freeze(a),Object.freeze(a.prototype)},function(t,e,n){"use strict";n.d(e,"c",(function(){return f})),n.d(e,"d",(function(){return u})),n.d(e,"b",(function(){return m})),n.d(e,"a",(function(){return h}));var a=n(116),r=n(30),i=n(1),o=n(26),s=n(88),l=n(46),c=n(35);function f(){const t=d(),e=p(),n=g(),r=b(n,e),i=new a.a(r,t,e);n.addContract(i)}function u(){const t=d(),e=p(),n=i.a.getHomeComputer(),r=b(n,e),o=new a.a(r,t,e);n.addContract(o)}const m=t=>{if(!a.d[t])throw new Error(`Invalid problem type: '${t}'`);const e=i.a.getHomeComputer(),n=b(e),r=new a.a(n,t,null);e.addContract(r)};function h(t){let e;const n=Object.keys(a.d);e=t.problemType&&n.includes(t.problemType)?t.problemType:d();const r=p();let i,s;null!=t.server?(i=Object(o.d)(t.server),null==i&&(i=g())):i=g(),s=null!=t.fn?t.fn:b(i,r);const l=new a.a(s,e,r);i.addContract(l)}function d(){const t=Object.keys(a.d);return t[Object(c.a)(0,t.length-1)]}function p(){const t={name:"",type:Object(c.a)(0,a.c.Money)};t.type=function(t){let e=t;const n=i.a.factions.filter(t=>{try{return r.a[t].getInfo().offerHackingWork}catch(t){return console.error("Error when trying to filter Hacking Factions for Coding Contract Generation: "+t),!1}});return e===a.c.FactionReputation&&0===n.length&&(e=a.c.CompanyReputation),e===a.c.FactionReputationAll&&0===n.length&&(e=a.c.CompanyReputation),e===a.c.CompanyReputation&&0===Object.keys(i.a.jobs).length&&(e=a.c.Money),e}(t.type);const e=i.a.factions.filter(t=>r.a[t].getInfo().offerHackingWork);switch(t.type){case a.c.FactionReputation:{const n=e.length,a=e[Object(c.a)(0,n-1)];t.name=a;break}case a.c.CompanyReputation:{const e=Object.keys(i.a.jobs);e.length>0?t.name=e[Object(c.a)(0,e.length-1)]:t.type=a.c.Money;break}}return t}function g(){const t=Object(o.c)().filter(t=>0!==t.serversOnNetwork.length);let e=Object(c.a)(0,t.length-1),n=t[e];for(let a=0;a<200&&(!(n instanceof l.a)||n.purchasedByPlayer||n.hostname===s.a.WorldDaemon);++a)e=Object(c.a)(0,t.length-1),n=t[e];return n}function b(t,e={name:"",type:0}){let n="contract-"+Object(c.a)(0,1e6);for(let e=0;e<1e3&&!(t.contracts.filter(t=>t.fn===n).length<=0);++e)n="contract-"+Object(c.a)(0,1e6);return e.name&&(n+="-"+e.name.replace(/[^a-zA-Z0-9]/g,"")),n}},function(t,e,n){"use strict";function a(t,e){if(e<0||e>100)return t;const n=t*(e/100);return t+(Math.random()*(2*n)-n)}n.d(e,"a",(function(){return a}))},,,function(t,e,n){"use strict";n.d(e,"a",(function(){return a}));class a{constructor(t,e,n){this.program=t,this.price=e,this.description=n}}},,,,,,function(t,e,n){"use strict";function a(t,e,n){return e in t?Object.defineProperty(t,e,{value:n,enumerable:!0,configurable:!0,writable:!0}):t[e]=n,t}n.d(e,"a",(function(){return r}));class r{constructor(t=""){a(this,"level",1),a(this,"name",""),this.name=t}}},function(t,e,n){"use strict";function a(t,e,n){return e in t?Object.defineProperty(t,e,{value:n,enumerable:!0,configurable:!0,writable:!0}):t[e]=n,t}n.d(e,"a",(function(){return r})),n.d(e,"c",(function(){return i})),n.d(e,"b",(function(){return o}));const r=new class{constructor(){a(this,"m",1024),a(this,"a",341),a(this,"c",1),this.x=0,this.reset()}step(){this.x=(this.a*this.x+this.c)%this.m}random(){return this.step(),this.x/this.m}reset(){this.x=(new Date).getTime()%this.m}};class i{constructor(t){a(this,"s1",0),a(this,"s2",0),a(this,"s3",0);const e=t/1e3%3e4;this.s1=e,this.s2=e,this.s3=e}step(){this.s1=171*this.s1%30269,this.s2=172*this.s2%30307,this.s3=170*this.s3%30323}random(){return this.step(),(this.s1/30269+this.s2/30307+this.s3/30323)%1}}function o(t){let e=1779033703^t.length;for(let n=0;n>>19;const n=()=>(e=Math.imul(e^e>>>16,2246822507),e=Math.imul(e^e>>>13,3266489909),(e^=e>>>16)>>>0);let a=n(),r=n(),i=n(),o=n();return()=>{a>>>=0,r>>>=0,i>>>=0,o>>>=0;let t=a+r|0;return a=r^r>>>9,r=i+(i<<3)|0,i=i<<21|i>>>11,o=o+1|0,t=t+o|0,i=i+t|0,(t>>>0)/4294967296}}},,,function(t,e,n){"use strict";n.d(e,"b",(function(){return b})),n.d(e,"a",(function(){return y}));var a=n(0),r=n.n(a),i=n(16),o=n(1),s=n(152),l=n(382),c=n(11),f=n(619),u=n(78),m=n(89),h=n(19),d=n(144),p=n(13),g=n(15);const b=t=>null!==t&&t.type===s.b.COMPANY;class y extends s.a{constructor(t){var e,n;super(s.b.COMPANY,null!==(e=null==t?void 0:t.singularity)&&void 0!==e&&e),this.companyName=null!==(n=null==t?void 0:t.companyName)&&void 0!==n?n:c.a.NewTokyoNoodleBar}getCompany(){const t=u.a[this.companyName];if(!t)throw new Error(`Company not found: '${this.companyName}'`);return t}getGainRates(){let t=1;return o.a.hasAugmentation(p.a.NeuroreceptorManager,!0)||(t=o.a.focus?1:g.a.BaseFocusBonus),Object(m.d)(Object(f.a)(o.a,this.getCompany()),t)}process(t){this.cyclesWorked+=t;const e=this.getCompany(),n=this.getGainRates();return Object(m.a)(o.a,n,t,"work"),e.playerReputation+=n.reputation*t,Object(l.a)(e,n.reputation,t),!1}finish(){this.singularity||Object(h.a)(r.a.createElement(r.a.Fragment,null,"You finished working for ",this.companyName,r.a.createElement("br",null),"You have ",r.a.createElement(d.a,{reputation:this.getCompany().playerReputation})," reputation with them."))}APICopy(){return{type:this.type,cyclesWorked:this.cyclesWorked,companyName:this.companyName}}toJSON(){return Object(i.b)("CompanyWork",this)}static fromJSON(t){return Object(i.a)(y,t.data)}}i.c.constructors.CompanyWork=y},,,,,function(t,e,n){"use strict";n.d(e,"a",(function(){return s}));var a=n(47),r=n(3),i=n(0),o=n.n(i);const s=t=>o.a.createElement(a.a,{sx:{height:"fit-content",p:1}},o.a.createElement(r.a,{variant:"h6"},t.title),t.children)},,,,function(t,e,n){"use strict";n.d(e,"a",(function(){return l}));var a=n(0),r=n(7),i=n(122),o=n(148);const s=Object(i.a)(t=>Object(o.a)({favor:{color:t.colors.rep}}));function l({favor:t}){const e=s();return a.createElement("span",{className:e.favor},"number"==typeof t?r.a.formatFavor(t):t)}},,function(t,e,n){"use strict";n.d(e,"b",(function(){return r})),n.d(e,"a",(function(){return i}));var a=n(126);const r=new a.a,i=new a.a},,,function(t,e,n){"use strict";n.d(e,"a",(function(){return m}));var a=n(195),r=n(153),i=n(117),o=n(75),s=n(7),l=n(24),c=n(19),f=n(6),u=n(0);function m(t,e,n,a){const s=a.stockMarket.Orders;if(null==s){const t={};for(const e of Object.keys(a.stockMarket)){const n=a.stockMarket[e];n instanceof r.a&&(t[n.symbol]=[])}return void(a.stockMarket.Orders=t)}let l=s[t.symbol];if(null==l||l.constructor!==Array)return console.error(`Invalid Order book for ${t.symbol} in processOrders(): ${l}`),void(l=[]);for(const r of l)if(r.type===e&&r.pos===n)switch(r.type){case i.a.LimitBuy:(r.pos===o.a.Long&&t.price<=r.price||r.pos===o.a.Short&&t.price>=r.price)&&h(r,a);break;case i.a.LimitSell:case i.a.StopBuy:(r.pos===o.a.Long&&t.price>=r.price||r.pos===o.a.Short&&t.price<=r.price)&&h(r,a);break;case i.a.StopSell:(r.pos===o.a.Long&&t.price<=r.price||r.pos===o.a.Short&&t.price>=r.price)&&h(r,a);break;default:return void console.warn("Invalid order type: "+r.type)}}function h(t,e){const n=e.symbolToStockMap[t.stockSymbol];if(!(n instanceof r.a))return void console.error("Could not find stock for this order: "+t.stockSymbol);const m=e.stockMarket.Orders[n.symbol],h={suppressDialog:!0};let d=!0,p=!1;switch(t.type){case i.a.LimitBuy:case i.a.StopBuy:p=!0,t.pos===o.a.Long?d=Object(a.a)(n,t.shares,null,h)&&d:t.pos===o.a.Short&&(d=Object(a.d)(n,t.shares,null,h)&&d);break;case i.a.LimitSell:case i.a.StopSell:t.pos===o.a.Long?d=Object(a.c)(n,t.shares,null,h)&&d:t.pos===o.a.Short&&(d=Object(a.b)(n,t.shares,null,h)&&d);break;default:return void console.warn("Invalid order type: "+t.type)}const g=t.pos===o.a.Long?"Long":"Short";if(d){for(let e=0;e{window.indexedDB||e("Indexed DB does not exists");const n=window.indexedDB.open("bitburnerSave",1);n.onupgradeneeded=function(){this.result.createObjectStore("savestring")},n.onerror=function(t){e("Failed to get IDB "+t)},n.onsuccess=function(){const n=this.result;n?t(n.transaction(["savestring"],"readwrite").objectStore("savestring")):e("database loading result was undefined")}})}function r(){return new Promise((t,e)=>{a().then(e=>new Promise((t,n)=>{const a=e.get("save");a.onerror=function(t){n("Error in Database request to get savestring: "+t)},a.onsuccess=function(){t(this.result)}}).then(e=>t(e))).catch(t=>e(t))})}function i(t){return a().then(e=>new Promise((n,a)=>{const r=e.put(t,"save");r.onerror=function(t){a("Error saving game to IndexedDB: "+t)},r.onsuccess=()=>n()}))}function o(){return a().then(t=>{t.delete("save")})}n.d(e,"b",(function(){return r})),n.d(e,"c",(function(){return i})),n.d(e,"a",(function(){return o}))},function(t,e,n){"use strict";n.d(e,"b",(function(){return o})),n.d(e,"a",(function(){return s}));var a=n(1),r=n(16),i=n(103);const o=t=>null!==t&&t.type===i.b.SUPPORT;class s extends i.a{constructor(){var t;super(i.b.SUPPORT),null===(t=a.a.bladeburner)||void 0===t||t.sleeveSupport(!0)}process(){return 0}finish(){var t;null===(t=a.a.bladeburner)||void 0===t||t.sleeveSupport(!1)}APICopy(){return{type:this.type}}toJSON(){return Object(r.b)("SleeveSupportWork",this)}static fromJSON(t){return Object(r.a)(s,t.data)}}r.c.constructors.SleeveSupportWork=s},function(t,e,n){"use strict";n.d(e,"a",(function(){return r}));var a=n(557);const r=()=>`${Object(a.a)(99)}.${Object(a.a)(9)}.${Object(a.a)(9)}.${Object(a.a)(9)}`},function(t,e,n){"use strict";n.d(e,"a",(function(){return k})),n.d(e,"b",(function(){return v})),n.d(e,"c",(function(){return y}));var a=n(0),r=n.n(a),i=n(297),o=n(13),s=n(22),l=n(56),c=n(1),f=n(28),u=n(26),m=n(88),h=n(6),d=n(19),p=n(5),g=n(46);function b(t,e=!1){!e&&h.a.SuppressMessages||y(t.filename),function(t){if(E(t))return;const e=Object(u.d)("home");if(null==e)throw new Error("The home server doesn't exist. You done goofed.");e.messages.push(t.filename)}(t)}function y(t){const e=w[t];if(!(e instanceof i.a))throw new Error("trying to display nonexistent message");Object(d.a)(r.a.createElement(r.a.Fragment,null,"Message received from unknown sender:",r.a.createElement("br",null),r.a.createElement("br",null),r.a.createElement("i",null,e.msg),"This message was saved as ",e.filename," onto your home computer."))}function E(t){const e=Object(u.d)("home");if(null==e)throw new Error("The home server doesn't exist. You done goofed.");return e.messages.includes(t.filename)}function v(){if(s.b.page()===f.a.BitVerse)return;const t=w[k.Jumper0],e=w[k.Jumper1],n=w[k.Jumper2],a=w[k.Jumper3],r=w[k.Jumper4],i=w[k.CyberSecTest],h=w[k.NiteSecTest],d=w[k.BitRunnersTest],p=w[k.TruthGazer],y=w[k.RedPill];if(c.a.hasAugmentation(o.a.TheRedPill,!0)){const t=Object(u.d)(m.a.WorldDaemon);if(!(t instanceof g.a))throw new Error("The world daemon is not a server???? Please un-break reality");c.a.skills.hacking>=t.requiredHackingSkill?b(y,0===c.a.sourceFiles.length):E(p)||b(p)}else if(!E(t)&&c.a.skills.hacking>=25){b(t);const e=l.a.Flight.name,n=c.a.getHomeComputer();n.programs.includes(e)||n.programs.push(e)}else!E(e)&&c.a.skills.hacking>=40?b(e):!E(i)&&c.a.skills.hacking>=50?b(i):!E(n)&&c.a.skills.hacking>=175?b(n):!E(h)&&c.a.skills.hacking>=200?b(h):!E(a)&&c.a.skills.hacking>=350?b(a):!E(r)&&c.a.skills.hacking>=490?b(r):!E(d)&&c.a.skills.hacking>=500&&b(d)}let k;!function(t){t.Jumper0="j0.msg",t.Jumper1="j1.msg",t.Jumper2="j2.msg",t.Jumper3="j3.msg",t.Jumper4="j4.msg",t.CyberSecTest="csec-test.msg",t.NiteSecTest="nitesec-test.msg",t.BitRunnersTest="19dfj3l1nd.msg",t.TruthGazer="truthgazer.msg",t.RedPill="icarus.msg"}(k||(k={}));const w={[k.Jumper0]:new i.a(k.Jumper0,"I know you can sense it. I know you're searching for it. It's why you spend night after night at your computer. \n\nIt's real, I've seen it. And I can help you find it. But not right now. You're not ready yet.\n\nUse this program to track your progress\n\nThe fl1ght.exe program was added to your home computer\n\n-jump3R"),[k.Jumper1]:new i.a(k.Jumper1,`Soon you will be contacted by a hacking group known as ${p.a.NiteSec}. They can help you with your search. \n\nYou should join them, garner their favor, and exploit them for their Augmentations. But do not trust them. They are not what they seem. No one is.\n\n-jump3R`),[k.Jumper2]:new i.a(k.Jumper2,`Do not try to save the world. There is no world to save. If you want to find the truth, worry only about yourself. Ethics and morals will get you killed. \n\nWatch out for a hacking group known as ${p.a.NiteSec}.\n\n-jump3R`),[k.Jumper3]:new i.a(k.Jumper3,`You must learn to walk before you can run. And you must run before you can fly. Look for ${p.a.TheBlackHand}. \n\nI.I.I.I \n\n-jump3R`),[k.Jumper4]:new i.a(k.Jumper4,"To find what you are searching for, you must understand the bits. The bits are all around us. The runners will help you.\n\n-jump3R"),[k.CyberSecTest]:new i.a(k.CyberSecTest,"We've been watching you. Your skills are very impressive. But you're wasting your talents. If you join us, you can put your skills to good use and change the world for the better. If you join us, we can unlock your full potential. \n\nBut first, you must pass our test. Find and install the backdoor on our server. \n\n-"+p.a.CyberSec),[k.NiteSecTest]:new i.a(k.NiteSecTest,"People say that the corrupted governments and corporations rule the world. Yes, maybe they do. But do you know who everyone really fears? People like us. Because they can't hide from us. Because they can't fight shadows and ideas with bullets. \n\nJoin us, and people will fear you, too. \n\nFind and install the backdoor on our server, avmnite-02h. Then, we will contact you again.\n\n-"+p.a.NiteSec),[k.BitRunnersTest]:new i.a(k.BitRunnersTest,"We know what you are doing. We know what drives you. We know what you are looking for. \n\n We can help you find the answers.\n\nrun4theh111z"),[k.TruthGazer]:new i.a(k.TruthGazer,"@&*($#@&__TH3__#@A&#@*)__TRU1H__(*)&*)($#@&()E&R)W&\n%@*$^$()@&$)$*@__CAN__()(@^#)@&@)#__N0__(#@&#)@&@&(\n*(__LON6ER__^#)@)(()*#@)@__ESCAP3__)#(@(#@*@()@(#*$\n()@)#$*%)$#()$#__Y0UR__(*)$#()%(&(%)*!)($__GAZ3__#("),[k.RedPill]:new i.a(k.RedPill,"@)(#V%*N)@(#*)*C)@#%*)*V)@#(*%V@)(#VN%*)@#(*%\n)@B(*#%)@)M#B*%V)____FIND___#$@)#%(B*)@#(*%B)\n@_#(%_@#M(BDSPOMB__THE-CAVE_#)$(*@#$)@#BNBEGB\nDFLSMFVMV)#@($*)@#*$MV)@#(*$V)M#(*$)M@(#*VM$)")}},function(t,e,n){"use strict";n.d(e,"b",(function(){return r})),n.d(e,"a",(function(){return i}));var a=n(6);const r=[];function i(t){if(r.find(e=>e.runningScript.pid===t.pid))return;const e=new Date;for(r.unshift({timeOfDeath:e,runningScript:t.scriptRef});r.length>a.a.MaxRecentScriptsCapacity;)r.pop()}},function(t,e,n){"use strict";n.d(e,"b",(function(){return c})),n.d(e,"a",(function(){return f}));var a=n(16),r=n(103),i=n(57),o=n(11),s=n(253),l=n(89);const c=t=>null!==t&&t.type===r.b.CLASS;class f extends r.a{constructor(t){var e,n;super(r.b.CLASS),this.classType=null!==(e=null==t?void 0:t.classType)&&void 0!==e?e:i.a.StudyComputerScience,this.location=null!==(n=null==t?void 0:t.location)&&void 0!==n?n:o.a.Sector12RothmanUniversity}calculateRates(t){return Object(l.d)(Object(s.a)(t,this.classType,this.location),t.shockBonus(),!1)}isGym(){return[i.a.GymAgility,i.a.GymDefense,i.a.GymDexterity,i.a.GymStrength].includes(this.classType)}process(t,e){const n=this.calculateRates(t);return Object(r.c)(t,n,e),0}APICopy(){return{type:this.type,classType:this.classType,location:this.location}}toJSON(){return Object(a.b)("SleeveClassWork",this)}static fromJSON(t){return Object(a.a)(f,t.data)}}a.c.constructors.SleeveClassWork=f},function(t,e,n){"use strict";n.d(e,"b",(function(){return u})),n.d(e,"a",(function(){return m}));var a=n(1),r=n(16),i=n(103),o=n(138),s=n(84),l=n(89),c=n(15),f=n(25);const u=t=>null!==t&&t.type===i.b.CRIME;class m extends i.a{constructor(t){var e,n,a;super(i.b.CRIME),a=0,(n="cyclesWorked")in(e=this)?Object.defineProperty(e,n,{value:a,enumerable:!0,configurable:!0,writable:!0}):e[n]=a,this.crimeType=null!=t?t:o.a.SHOPLIFT}getCrime(){const t=Object.values(s.a).find(t=>t.type===this.crimeType);if(!t)throw new Error("crime should not be undefined");return t}getExp(t){const e=this.getCrime();return Object(l.c)({money:e.money*f.a.CrimeMoney*t.mults.crime_money,hackExp:e.hacking_exp*f.a.CrimeExpGain*t.mults.hacking_exp,strExp:e.strength_exp*f.a.CrimeExpGain*t.mults.strength_exp,defExp:e.defense_exp*f.a.CrimeExpGain*t.mults.defense_exp,dexExp:e.dexterity_exp*f.a.CrimeExpGain*t.mults.dexterity_exp,agiExp:e.agility_exp*f.a.CrimeExpGain*t.mults.agility_exp,chaExp:e.charisma_exp*f.a.CrimeExpGain*t.mults.charisma_exp,intExp:e.intelligence_exp*f.a.CrimeExpGain})}cyclesNeeded(){return this.getCrime().time/c.a._idleSpeed}process(t,e){this.cyclesWorked+=e;const n=this.getCrime();let r=this.getExp(t);return this.cyclesWorked>=this.cyclesNeeded()&&(Math.random()0){this.teamCount=Math.min(this.teamCount,t.teamSize);return Math.pow(this.teamCount,.05)}return 1}getActionTypeSkillSuccessBonus(t){return t.skillMultipliers.successChanceOperation}getChaosDifficultyBonus(t){const e=t.getCurrentCity();if(e.chaos>a.a.ChaosThreshold){const t=e.chaos-a.a.ChaosThreshold+1;return Math.pow(t,.5)}return 1}toJSON(){return Object(i.b)("Operation",this)}static fromJSON(t){return Object(i.a)(s,t.data)}}i.c.constructors.Operation=s},function(t,e,n){"use strict";n.d(e,"a",(function(){return l}));var a=n(0),r=n(3),i=n(10),o=n(47),s=n(21);function l(t){return a.createElement(s.a,null,a.createElement(o.a,{sx:{my:1,p:1}},a.createElement(i.a,{onClick:t.onClick},t.buttonText),a.createElement(r.a,null,t.infoText)))}},function(t,e,n){"use strict";n.d(e,"e",(function(){return m})),n.d(e,"c",(function(){return h})),n.d(e,"a",(function(){return d})),n.d(e,"b",(function(){return p})),n.d(e,"d",(function(){return g})),n.d(e,"f",(function(){return b}));var a=n(37),r=n(13),i=n(1),o=n(56),s=n(326),l=n(0),c=n.n(l),f=n(5),u=n(15);const m=()=>[new a.a({name:r.a.WKSharmonizer,repCost:1e4,moneyCost:1e6,info:`A copy of the WKS harmonizer from the MIA leader of the ${f.a.ShadowsOfAnarchy} injects *Γ-based cells that provides general enhancement to the body.`,stats:c.a.createElement(c.a.Fragment,null,"This augmentation makes many aspects of infiltration easier and more productive. Such as increased timer, rewards, reduced damage taken, etc."),isSpecial:!0,factions:[f.a.ShadowsOfAnarchy]}),new a.a({name:r.a.MightOfAres,repCost:1e4,moneyCost:1e6,info:"Extra-ocular neurons taken from old martial art master. Injecting them gives the user the ability to predict the enemy's attack before they even know it themselves.",stats:c.a.createElement(c.a.Fragment,null,"This augmentation makes the Slash minigame easier by showing you via an indicator when the slash in coming."),isSpecial:!0,factions:[f.a.ShadowsOfAnarchy]}),new a.a({name:r.a.WisdomOfAthena,repCost:1e4,moneyCost:1e6,info:"A connective brain implant to SASHA that focuses on pattern recognition and predictive templating.",stats:c.a.createElement(c.a.Fragment,null,"This augmentation makes the Bracket minigame easier by removing all '[' ']'."),isSpecial:!0,factions:[f.a.ShadowsOfAnarchy]}),new a.a({name:r.a.ChaosOfDionysus,repCost:1e4,moneyCost:1e6,info:"Opto-occipito implant to process visual signals before brain interpretation.",stats:c.a.createElement(c.a.Fragment,null,"This augmentation makes the Backwards minigame easier by flipping the words."),isSpecial:!0,factions:[f.a.ShadowsOfAnarchy]}),new a.a({name:r.a.BeautyOfAphrodite,repCost:1e4,moneyCost:1e6,info:"Pheromone extruder injected in the thoracodorsal nerve. Emits pleasing scent guaranteed to make conversational partners more agreeable.",stats:c.a.createElement(c.a.Fragment,null,"This augmentation makes the Bribe minigame easier by indicating the incorrect paths."),isSpecial:!0,factions:[f.a.ShadowsOfAnarchy]}),new a.a({name:r.a.TrickeryOfHermes,repCost:1e4,moneyCost:1e6,info:"Penta-dynamo-neurovascular-valve inserted in the carpal ligament, enhances dexterity.",stats:c.a.createElement(c.a.Fragment,null,"This augmentation makes the Cheat Code minigame easier by allowing the opposite character."),isSpecial:!0,factions:[f.a.ShadowsOfAnarchy]}),new a.a({name:r.a.FloodOfPoseidon,repCost:1e4,moneyCost:1e6,info:"Transtinatium VVD reticulator used in optico-sterbing recognition.",stats:c.a.createElement(c.a.Fragment,null,"This augmentation makes the Symbol matching minigame easier by indicating the correct choice."),isSpecial:!0,factions:[f.a.ShadowsOfAnarchy]}),new a.a({name:r.a.HuntOfArtemis,repCost:1e4,moneyCost:1e6,info:"magneto-turboencabulator based on technology by Micha Eike Siemon, increases the user's electro-magnetic sensitivity.",stats:c.a.createElement(c.a.Fragment,null,"This augmentation makes the Minesweeper minigame easier by showing the location of all mines and keeping their position."),isSpecial:!0,factions:[f.a.ShadowsOfAnarchy]}),new a.a({name:r.a.KnowledgeOfApollo,repCost:1e4,moneyCost:1e6,info:"Neodynic retention fjengeln spoofer using -φ karmions, net positive effect on implantee's delta wave.",stats:c.a.createElement(c.a.Fragment,null,"This augmentation makes the Wire Cutting minigame easier by indicating the incorrect wires."),isSpecial:!0,factions:[f.a.ShadowsOfAnarchy]})],h=()=>[new a.a({name:r.a.HemoRecirculator,moneyCost:45e6,repCost:1e4,info:"A heart implant that greatly increases the body's ability to effectively use and pump blood.",strength:1.08,defense:1.08,agility:1.08,dexterity:1.08,factions:[f.a.Tetrads,f.a.TheDarkArmy,f.a.TheSyndicate]}),new a.a({name:r.a.Targeting1,moneyCost:15e6,repCost:5e3,info:"A cranial implant that is embedded within the inner ear structures and optic nerves. It regulates and enhances balance and hand-eye coordination.",dexterity:1.1,factions:[f.a.SlumSnakes,f.a.TheDarkArmy,f.a.TheSyndicate,f.a.Sector12,f.a.Ishima,f.a.OmniTekIncorporated,f.a.KuaiGongInternational,f.a.BladeIndustries]}),new a.a({name:r.a.Targeting2,moneyCost:425e5,repCost:8750,info:"This upgraded version of the 'Augmented Targeting' implant is capable of augmenting reality by digitally displaying weaknesses and vital signs of threats.",prereqs:[r.a.Targeting1],dexterity:1.2,factions:[f.a.TheDarkArmy,f.a.TheSyndicate,f.a.Sector12,f.a.OmniTekIncorporated,f.a.KuaiGongInternational,f.a.BladeIndustries]}),new a.a({name:r.a.Targeting3,moneyCost:115e6,repCost:27500,info:"The latest version of the 'Augmented Targeting' implant adds the ability to lock-on and track threats.",prereqs:[r.a.Targeting2,r.a.Targeting1],dexterity:1.3,factions:[f.a.TheDarkArmy,f.a.TheSyndicate,f.a.OmniTekIncorporated,f.a.KuaiGongInternational,f.a.BladeIndustries,f.a.TheCovenant]}),new a.a({name:r.a.SyntheticHeart,moneyCost:2875e6,repCost:75e4,info:"This advanced artificial heart, created from plasteel and graphene, is capable of pumping blood more efficiently than an organic heart.",agility:1.5,strength:1.5,factions:[f.a.KuaiGongInternational,f.a.FulcrumSecretTechnologies,f.a.SpeakersForTheDead,f.a.NWO,f.a.TheCovenant,f.a.Daedalus,f.a.Illuminati]}),new a.a({name:r.a.SynfibrilMuscle,repCost:437500,moneyCost:1125e6,info:"The myofibrils in human muscles are injected with special chemicals that react with the proteins inside the myofibrils, altering their underlying structure. The end result is muscles that are stronger and more elastic. Scientists have named these artificially enhanced units 'synfibrils'.",strength:1.3,defense:1.3,factions:[f.a.KuaiGongInternational,f.a.FulcrumSecretTechnologies,f.a.SpeakersForTheDead,f.a.NWO,f.a.TheCovenant,f.a.Daedalus,f.a.Illuminati,f.a.BladeIndustries]}),new a.a({name:r.a.CombatRib1,repCost:7500,moneyCost:2375e4,info:"The rib cage is augmented to continuously release boosters into the bloodstream which increase the oxygen-carrying capacity of blood.",strength:1.1,defense:1.1,factions:[f.a.SlumSnakes,f.a.TheDarkArmy,f.a.TheSyndicate,f.a.Volhaven,f.a.Ishima,f.a.OmniTekIncorporated,f.a.KuaiGongInternational,f.a.BladeIndustries]}),new a.a({name:r.a.CombatRib2,repCost:18750,moneyCost:65e6,info:"An upgraded version of the 'Combat Rib' augmentation that adds potent stimulants which improve focus and endurance while decreasing reaction time and fatigue.",prereqs:[r.a.CombatRib1],strength:1.14,defense:1.14,factions:[f.a.TheDarkArmy,f.a.TheSyndicate,f.a.Volhaven,f.a.OmniTekIncorporated,f.a.KuaiGongInternational,f.a.BladeIndustries]}),new a.a({name:r.a.CombatRib3,repCost:35e3,moneyCost:12e7,info:"The latest version of the 'Combat Rib' augmentation releases advanced anabolic steroids that improve muscle mass and physical performance while being safe and free of side effects.",prereqs:[r.a.CombatRib2,r.a.CombatRib1],strength:1.18,defense:1.18,factions:[f.a.TheDarkArmy,f.a.TheSyndicate,f.a.OmniTekIncorporated,f.a.KuaiGongInternational,f.a.BladeIndustries,f.a.TheCovenant]}),new a.a({name:r.a.NanofiberWeave,repCost:37500,moneyCost:125e6,info:"Synthetic nanofibers are woven into the skin's extracellular matrix using electrospinning, which improves its regenerative and extracellular homeostasis abilities.",strength:1.2,defense:1.2,factions:[f.a.TheDarkArmy,f.a.TheSyndicate,f.a.OmniTekIncorporated,f.a.BladeIndustries,f.a.TianDiHui,f.a.SpeakersForTheDead,f.a.FulcrumSecretTechnologies]}),new a.a({name:r.a.SubdermalArmor,repCost:875e3,moneyCost:325e7,info:"The NEMEAN Subdermal Weave is a thin, light-weight, graphene plating that houses a dilatant fluid. The material is implanted underneath the skin, and is the most advanced form of defensive enhancement that has ever been created. The dilatant fluid, despite being thin and light, is extremely effective at stopping piercing blows and reducing blunt trauma. The properties of graphene allow the plating to mitigate damage from any fire or electrical traumas.",defense:2.2,factions:[f.a.TheSyndicate,f.a.FulcrumSecretTechnologies,f.a.Illuminati,f.a.Daedalus,f.a.TheCovenant]}),new a.a({name:r.a.WiredReflexes,repCost:1250,moneyCost:25e5,info:"Synthetic nerve-enhancements are injected into all major parts of the somatic nervous system, supercharging the spread of neural signals and increasing reflex speed.",agility:1.05,dexterity:1.05,factions:[f.a.TianDiHui,f.a.SlumSnakes,f.a.Sector12,f.a.Volhaven,f.a.Aevum,f.a.Ishima,f.a.TheSyndicate,f.a.TheDarkArmy,f.a.SpeakersForTheDead]}),new a.a({name:r.a.GrapheneBoneLacings,repCost:1125e3,moneyCost:425e7,info:"Graphene is grafted and fused into the skeletal structure, enhancing bone density and tensile strength.",strength:1.7,defense:1.7,factions:[f.a.FulcrumSecretTechnologies,f.a.TheCovenant]}),new a.a({name:r.a.BionicSpine,repCost:45e3,moneyCost:125e6,info:"The spine is reconstructed using plasteel and carbon fibers. It is now capable of stimulating and regulating neural signals passing through the spinal cord, improving senses and reaction speed. The 'Bionic Spine' also interfaces with all other 'Bionic' implants.",strength:1.15,defense:1.15,agility:1.15,dexterity:1.15,factions:[f.a.SpeakersForTheDead,f.a.TheSyndicate,f.a.KuaiGongInternational,f.a.OmniTekIncorporated,f.a.BladeIndustries]}),new a.a({name:r.a.GrapheneBionicSpine,repCost:1625e3,moneyCost:6e9,info:"An upgrade to the 'Bionic Spine' augmentation. The spine is fused with graphene which enhances durability and supercharges all body functions.",prereqs:[r.a.BionicSpine],strength:1.6,defense:1.6,agility:1.6,dexterity:1.6,factions:[f.a.FulcrumSecretTechnologies,f.a.ECorp]}),new a.a({name:r.a.BionicLegs,repCost:15e4,moneyCost:375e6,info:"Cybernetic legs, created from plasteel and carbon fibers, enhance running speed.",agility:1.6,factions:[f.a.SpeakersForTheDead,f.a.TheSyndicate,f.a.KuaiGongInternational,f.a.OmniTekIncorporated,f.a.BladeIndustries]}),new a.a({name:r.a.GrapheneBionicLegs,repCost:75e4,moneyCost:45e8,info:"An upgrade to the 'Bionic Legs' augmentation. The legs are fused with graphene, greatly enhancing jumping ability.",prereqs:[r.a.BionicLegs],agility:2.5,factions:[f.a.MegaCorp,f.a.ECorp,f.a.FulcrumSecretTechnologies]}),new a.a({name:r.a.SpeechProcessor,repCost:7500,moneyCost:5e7,info:"A cochlear implant with an embedded computer that analyzes incoming speech. The embedded computer processes characteristics of incoming speech, such as tone and inflection, to pick up on subtle cues and aid in social interactions.",charisma:1.2,factions:[f.a.TianDiHui,f.a.Chongqing,f.a.Sector12,f.a.NewTokyo,f.a.Aevum,f.a.Ishima,f.a.Volhaven,f.a.Silhouette]}),new a.a({name:r.a.TITN41Injection,repCost:25e3,moneyCost:19e7,info:"TITN is a series of viruses that targets and alters the sequences of human DNA in genes that control personality. The TITN-41 strain alters these genes so that the subject becomes more outgoing and sociable.",charisma:1.15,charisma_exp:1.15,factions:[f.a.Silhouette]}),new a.a({name:r.a.EnhancedSocialInteractionImplant,repCost:375e3,moneyCost:1375e6,info:"A cranial implant that greatly assists in the user's ability to analyze social situations and interactions. The system uses a wide variety of factors such as facial expression, body language, voice tone, and inflection to determine the best course of action during social situations. The implant also uses deep learning software to continuously learn new behavior patterns and how to best respond.",charisma:1.6,charisma_exp:1.6,factions:[f.a.BachmanAssociates,f.a.NWO,f.a.ClarkeIncorporated,f.a.OmniTekIncorporated,f.a.FourSigma]}),new a.a({name:r.a.BitWire,repCost:3750,moneyCost:1e7,info:"A small brain implant embedded in the cerebrum. This regulates and improves the brain's computing capabilities.",hacking:1.05,factions:[f.a.CyberSec,f.a.NiteSec]}),new a.a({name:r.a.ArtificialBioNeuralNetwork,repCost:275e3,moneyCost:3e9,info:"A network consisting of millions of nanoprocessors is embedded into the brain. The network is meant to mimic the way a biological brain solves a problem, with each nanoprocessor acting similar to the way a neuron would in a neural network. However, these nanoprocessors are programmed to perform computations much faster than organic neurons, allowing the user to solve much more complex problems at a much faster rate.",hacking_speed:1.03,hacking_money:1.15,hacking:1.12,factions:[f.a.BitRunners,f.a.FulcrumSecretTechnologies]}),new a.a({name:r.a.ArtificialSynapticPotentiation,repCost:6250,moneyCost:8e7,info:"The body is injected with a chemical that artificially induces synaptic potentiation, otherwise known as the strengthening of synapses. This results in enhanced cognitive abilities.",hacking_speed:1.02,hacking_chance:1.05,hacking_exp:1.05,factions:[f.a.TheBlackHand,f.a.NiteSec]}),new a.a({name:r.a.EnhancedMyelinSheathing,repCost:1e5,moneyCost:1375e6,info:"Electrical signals are used to induce a new, artificial form of myelinogenesis in the human body. This process results in the proliferation of new, synthetic myelin sheaths in the nervous system. These myelin sheaths can propagate neuro-signals much faster than their organic counterparts, leading to greater processing speeds and better brain function.",hacking_speed:1.03,hacking_exp:1.1,hacking:1.08,factions:[f.a.FulcrumSecretTechnologies,f.a.BitRunners,f.a.TheBlackHand]}),new a.a({name:r.a.SynapticEnhancement,repCost:2e3,moneyCost:75e5,info:"A small cranial implant that continuously uses weak electrical signals to stimulate the brain and induce stronger synaptic activity. This improves the user's cognitive abilities.",hacking_speed:1.03,factions:[f.a.CyberSec,f.a.Aevum]}),new a.a({name:r.a.NeuralRetentionEnhancement,repCost:2e4,moneyCost:25e7,info:"Chemical injections are used to permanently alter and strengthen the brain's neuronal circuits, strengthening the ability to retain information.",hacking_exp:1.25,factions:[f.a.NiteSec]}),new a.a({name:r.a.DataJack,repCost:112500,moneyCost:45e7,info:"A brain implant that provides an interface for direct, wireless communication between a computer's main memory and the mind. This implant allows the user to not only access a computer's memory, but also alter and delete it.",hacking_money:1.25,factions:[f.a.BitRunners,f.a.TheBlackHand,f.a.NiteSec,f.a.Chongqing,f.a.NewTokyo]}),new a.a({name:r.a.ENM,repCost:15e3,moneyCost:25e7,info:"A thin device embedded inside the arm containing a wireless module capable of connecting to nearby networks. Once connected, the Netburner Module is capable of capturing and processing all of the traffic on that network. By itself, the Embedded Netburner Module does not do much, but a variety of very powerful upgrades can be installed that allow you to fully control the traffic on a network.",hacking:1.08,factions:[f.a.BitRunners,f.a.TheBlackHand,f.a.NiteSec,f.a.ECorp,f.a.MegaCorp,f.a.FulcrumSecretTechnologies,f.a.NWO,f.a.BladeIndustries]}),new a.a({name:r.a.ENMCore,repCost:175e3,moneyCost:25e8,info:"The Core library is an implant that upgrades the firmware of the Embedded Netburner Module. This upgrade allows the Embedded Netburner Module to generate its own data on a network.",prereqs:[r.a.ENM],hacking_speed:1.03,hacking_money:1.1,hacking_chance:1.03,hacking_exp:1.07,hacking:1.07,factions:[f.a.BitRunners,f.a.TheBlackHand,f.a.ECorp,f.a.MegaCorp,f.a.FulcrumSecretTechnologies,f.a.NWO,f.a.BladeIndustries]}),new a.a({name:r.a.ENMCoreV2,repCost:1e6,moneyCost:45e8,info:"The Core V2 library is an implant that upgrades the firmware of the Embedded Netburner Module. This upgraded firmware allows the Embedded Netburner Module to control information on a network by re-routing traffic, spoofing IP addresses, and altering the data inside network packets.",prereqs:[r.a.ENMCore,r.a.ENM],hacking_speed:1.05,hacking_money:1.3,hacking_chance:1.05,hacking_exp:1.15,hacking:1.08,factions:[f.a.BitRunners,f.a.ECorp,f.a.MegaCorp,f.a.FulcrumSecretTechnologies,f.a.NWO,f.a.BladeIndustries,f.a.OmniTekIncorporated,f.a.KuaiGongInternational]}),new a.a({name:r.a.ENMCoreV3,repCost:175e4,moneyCost:75e8,info:"The Core V3 library is an implant that upgrades the firmware of the Embedded Netburner Module. This upgraded firmware allows the Embedded Netburner Module to seamlessly inject code into any device on a network.",prereqs:[r.a.ENMCoreV2,r.a.ENMCore,r.a.ENM],hacking_speed:1.05,hacking_money:1.4,hacking_chance:1.1,hacking_exp:1.25,hacking:1.1,factions:[f.a.ECorp,f.a.MegaCorp,f.a.FulcrumSecretTechnologies,f.a.NWO,f.a.Daedalus,f.a.TheCovenant,f.a.Illuminati]}),new a.a({name:r.a.ENMAnalyzeEngine,repCost:625e3,moneyCost:6e9,info:"Installs the Analyze Engine for the Embedded Netburner Module, which is a CPU cluster that vastly outperforms the Netburner Module's native single-core processor.",prereqs:[r.a.ENM],hacking_speed:1.1,factions:[f.a.ECorp,f.a.MegaCorp,f.a.FulcrumSecretTechnologies,f.a.NWO,f.a.Daedalus,f.a.TheCovenant,f.a.Illuminati]}),new a.a({name:r.a.ENMDMA,repCost:1e6,moneyCost:7e9,info:"This implant installs a Direct Memory Access (DMA) controller into the Embedded Netburner Module. This allows the Module to send and receive data directly to and from the main memory of devices on a network.",prereqs:[r.a.ENM],hacking_money:1.4,hacking_chance:1.2,factions:[f.a.ECorp,f.a.MegaCorp,f.a.FulcrumSecretTechnologies,f.a.NWO,f.a.Daedalus,f.a.TheCovenant,f.a.Illuminati]}),new a.a({name:r.a.Neuralstimulator,repCost:5e4,moneyCost:3e9,info:"A cranial implant that intelligently stimulates certain areas of the brain in order to improve cognitive functions.",hacking_speed:1.02,hacking_chance:1.1,hacking_exp:1.12,factions:[f.a.TheBlackHand,f.a.Chongqing,f.a.Sector12,f.a.NewTokyo,f.a.Aevum,f.a.Ishima,f.a.Volhaven,f.a.BachmanAssociates,f.a.ClarkeIncorporated,f.a.FourSigma]}),new a.a({name:r.a.NeuralAccelerator,repCost:2e5,moneyCost:175e7,info:"A microprocessor that accelerates the processing speed of biological neural networks. This is a cranial implant that is embedded inside the brain.",hacking:1.1,hacking_exp:1.15,hacking_money:1.2,factions:[f.a.BitRunners]}),new a.a({name:r.a.CranialSignalProcessorsG1,repCost:1e4,moneyCost:7e7,info:"The first generation of Cranial Signal Processors. Cranial Signal Processors are a set of specialized microprocessors that are attached to neurons in the brain. These chips process neural signals to quickly and automatically perform specific computations so that the brain doesn't have to.",hacking_speed:1.01,hacking:1.05,factions:[f.a.CyberSec,f.a.NiteSec]}),new a.a({name:r.a.CranialSignalProcessorsG2,repCost:18750,moneyCost:125e6,info:"The second generation of Cranial Signal Processors. Cranial Signal Processors are a set of specialized microprocessors that are attached to neurons in the brain. These chips process neural signals to quickly and automatically perform specific computations so that the brain doesn't have to.",prereqs:[r.a.CranialSignalProcessorsG1],hacking_speed:1.02,hacking_chance:1.05,hacking:1.07,factions:[f.a.CyberSec,f.a.NiteSec]}),new a.a({name:r.a.CranialSignalProcessorsG3,repCost:5e4,moneyCost:55e7,info:"The third generation of Cranial Signal Processors. Cranial Signal Processors are a set of specialized microprocessors that are attached to neurons in the brain. These chips process neural signals to quickly and automatically perform specific computations so that the brain doesn't have to.",prereqs:[r.a.CranialSignalProcessorsG2,r.a.CranialSignalProcessorsG1],hacking_speed:1.02,hacking_money:1.15,hacking:1.09,factions:[f.a.NiteSec,f.a.TheBlackHand,f.a.BitRunners]}),new a.a({name:r.a.CranialSignalProcessorsG4,repCost:125e3,moneyCost:11e8,info:"The fourth generation of Cranial Signal Processors. Cranial Signal Processors are a set of specialized microprocessors that are attached to neurons in the brain. These chips process neural signals to quickly and automatically perform specific computations so that the brain doesn't have to.",prereqs:[r.a.CranialSignalProcessorsG3,r.a.CranialSignalProcessorsG2,r.a.CranialSignalProcessorsG1],hacking_speed:1.02,hacking_money:1.2,hacking_grow:1.25,factions:[f.a.TheBlackHand,f.a.BitRunners]}),new a.a({name:r.a.CranialSignalProcessorsG5,repCost:25e4,moneyCost:225e7,info:"The fifth generation of Cranial Signal Processors. Cranial Signal Processors are a set of specialized microprocessors that are attached to neurons in the brain. These chips process neural signals to quickly and automatically perform specific computations so that the brain doesn't have to.",prereqs:[r.a.CranialSignalProcessorsG4,r.a.CranialSignalProcessorsG3,r.a.CranialSignalProcessorsG2,r.a.CranialSignalProcessorsG1],hacking:1.3,hacking_money:1.25,hacking_grow:1.75,factions:[f.a.BitRunners]}),new a.a({name:r.a.NeuronalDensification,repCost:187500,moneyCost:1375e6,info:"The brain is surgically re-engineered to have increased neuronal density by decreasing the neuron gap junction. Then, the body is genetically modified to enhance the production and capabilities of its neural stem cells.",hacking:1.15,hacking_exp:1.1,hacking_speed:1.03,factions:[f.a.ClarkeIncorporated]}),new a.a({name:r.a.NuoptimalInjectorImplant,repCost:5e3,moneyCost:2e7,info:"This torso implant automatically injects nootropic supplements into the bloodstream to improve memory, increase focus, and provide other cognitive enhancements.",company_rep:1.2,factions:[f.a.TianDiHui,f.a.Volhaven,f.a.NewTokyo,f.a.Chongqing,f.a.ClarkeIncorporated,f.a.FourSigma,f.a.BachmanAssociates]}),new a.a({name:r.a.SpeechEnhancement,repCost:2500,moneyCost:125e5,info:"An advanced neural implant that improves your speaking abilities, making you more convincing and likable in conversations and overall improving your social interactions.",company_rep:1.1,charisma:1.1,factions:[f.a.TianDiHui,f.a.SpeakersForTheDead,f.a.FourSigma,f.a.KuaiGongInternational,f.a.ClarkeIncorporated,f.a.BachmanAssociates]}),new a.a({name:r.a.FocusWire,repCost:75e3,moneyCost:9e8,info:"A cranial implant that stops procrastination by blocking specific neural pathways in the brain.",hacking_exp:1.05,strength_exp:1.05,defense_exp:1.05,dexterity_exp:1.05,agility_exp:1.05,charisma_exp:1.05,company_rep:1.1,work_money:1.2,factions:[f.a.BachmanAssociates,f.a.ClarkeIncorporated,f.a.FourSigma,f.a.KuaiGongInternational]}),new a.a({name:r.a.PCDNI,repCost:375e3,moneyCost:375e7,info:"Installs a Direct-Neural Interface jack into your arm that is compatible with most computers. Connecting to a computer through this jack allows you to interface with it using the brain's electrochemical signals.",company_rep:1.3,hacking:1.08,factions:[f.a.FourSigma,f.a.OmniTekIncorporated,f.a.ECorp,f.a.BladeIndustries]}),new a.a({name:r.a.PCDNIOptimizer,repCost:5e5,moneyCost:45e8,info:"This is a submodule upgrade to the PC Direct-Neural Interface augmentation. It improves the performance of the interface and gives the user more control options to a connected computer.",prereqs:[r.a.PCDNI],company_rep:1.75,hacking:1.1,factions:[f.a.FulcrumSecretTechnologies,f.a.ECorp,f.a.BladeIndustries]}),new a.a({name:r.a.PCDNINeuralNetwork,repCost:15e5,moneyCost:75e8,info:"This is an additional installation that upgrades the functionality of the PC Direct-Neural Interface augmentation. When connected to a computer, the Neural Network upgrade allows the user to use their own brain's processing power to aid the computer in computational tasks.",prereqs:[r.a.PCDNI],company_rep:2,hacking:1.1,hacking_speed:1.05,factions:[f.a.FulcrumSecretTechnologies]}),new a.a({name:r.a.ADRPheromone1,repCost:3750,moneyCost:175e5,info:"The body is genetically re-engineered so that it produces the ADR-V1 pheromone, an artificial pheromone discovered by scientists. The ADR-V1 pheromone, when excreted, triggers feelings of admiration and approval in other people.",company_rep:1.1,faction_rep:1.1,factions:[f.a.TianDiHui,f.a.TheSyndicate,f.a.NWO,f.a.MegaCorp,f.a.FourSigma]}),new a.a({name:r.a.ADRPheromone2,repCost:62500,moneyCost:55e7,info:"The body is genetically re-engineered so that it produces the ADR-V2 pheromone, which is similar to but more potent than ADR-V1. This pheromone, when excreted, triggers feelings of admiration, approval, and respect in others.",company_rep:1.2,faction_rep:1.2,factions:[f.a.Silhouette,f.a.FourSigma,f.a.BachmanAssociates,f.a.ClarkeIncorporated]}),new a.a({name:r.a.ShadowsSimulacrum,repCost:37500,moneyCost:4e8,info:"A crude but functional matter phase-shifter module that is embedded in the brainstem and cerebellum. This augmentation was developed by criminal organizations and allows the user to project and control holographic simulacrums within a large radius. These simulacrums are commonly used for espionage and surveillance work.",company_rep:1.15,faction_rep:1.15,factions:[f.a.TheSyndicate,f.a.TheDarkArmy,f.a.SpeakersForTheDead]}),new a.a({name:r.a.HacknetNodeCPUUpload,repCost:3750,moneyCost:11e6,info:"Uploads the architecture and design details of a Hacknet Node's CPU into the brain. This allows the user to engineer custom hardware and software for the Hacknet Node that provides better performance.",hacknet_node_money:1.15,hacknet_node_purchase_cost:.85,factions:[f.a.Netburners]}),new a.a({name:r.a.HacknetNodeCacheUpload,repCost:2500,moneyCost:55e5,info:"Uploads the architecture and design details of a Hacknet Node's main-memory cache into the brain. This allows the user to engineer custom cache hardware for the Hacknet Node that offers better performance.",hacknet_node_money:1.1,hacknet_node_level_cost:.85,factions:[f.a.Netburners]}),new a.a({name:r.a.HacknetNodeNICUpload,repCost:1875,moneyCost:45e5,info:"Uploads the architecture and design details of a Hacknet Node's Network Interface Card (NIC) into the brain. This allows the user to engineer a custom NIC for the Hacknet Node that offers better performance.",hacknet_node_money:1.1,hacknet_node_purchase_cost:.9,factions:[f.a.Netburners]}),new a.a({name:r.a.HacknetNodeKernelDNI,repCost:7500,moneyCost:4e7,info:"Installs a Direct-Neural Interface jack into the arm that is capable of connecting to a Hacknet Node. This lets the user access and manipulate the Node's kernel using electrochemical signals.",hacknet_node_money:1.25,factions:[f.a.Netburners]}),new a.a({name:r.a.HacknetNodeCoreDNI,repCost:12500,moneyCost:6e7,info:"Installs a Direct-Neural Interface jack into the arm that is capable of connecting to a Hacknet Node. This lets the user access and manipulate the Node's processing logic using electrochemical signals.",hacknet_node_money:1.45,factions:[f.a.Netburners]}),new a.a({name:r.a.Neurotrainer1,repCost:1e3,moneyCost:4e6,info:"A decentralized cranial implant that improves the brain's ability to learn. It is installed by releasing millions of nanobots into the human brain, each of which attaches to a different neural pathway to enhance the brain's ability to retain and retrieve information.",hacking_exp:1.1,strength_exp:1.1,defense_exp:1.1,dexterity_exp:1.1,agility_exp:1.1,charisma_exp:1.1,factions:[f.a.CyberSec,f.a.Aevum]}),new a.a({name:r.a.Neurotrainer2,repCost:1e4,moneyCost:45e6,info:"A decentralized cranial implant that improves the brain's ability to learn. This is a more powerful version of the Neurotrainer I augmentation, but it does not require Neurotrainer I to be installed as a prerequisite.",hacking_exp:1.15,strength_exp:1.15,defense_exp:1.15,dexterity_exp:1.15,agility_exp:1.15,charisma_exp:1.15,factions:[f.a.BitRunners,f.a.NiteSec]}),new a.a({name:r.a.Neurotrainer3,repCost:25e3,moneyCost:13e7,info:"A decentralized cranial implant that improves the brain's ability to learn. This is a more powerful version of the Neurotrainer I and Neurotrainer II augmentation, but it does not require either of them to be installed as a prerequisite.",hacking_exp:1.2,strength_exp:1.2,defense_exp:1.2,dexterity_exp:1.2,agility_exp:1.2,charisma_exp:1.2,factions:[f.a.NWO,f.a.FourSigma]}),new a.a({name:r.a.Hypersight,repCost:15e4,moneyCost:275e7,info:"A bionic eye implant that grants sight capabilities far beyond those of a natural human. Embedded circuitry within the implant provides the ability to detect heat and movement through solid objects such as walls, thus providing 'x-ray vision'-like capabilities.",dexterity:1.4,hacking_speed:1.03,hacking_money:1.1,factions:[f.a.BladeIndustries,f.a.KuaiGongInternational]}),new a.a({name:r.a.LuminCloaking1,repCost:1500,moneyCost:5e6,info:"A skin implant that reinforces the skin with highly-advanced synthetic cells. These cells, when powered, have a negative refractive index. As a result, they bend light around the skin, making the user much harder to see with the naked eye.",agility:1.05,crime_money:1.1,factions:[f.a.SlumSnakes,f.a.Tetrads]}),new a.a({name:r.a.LuminCloaking2,repCost:5e3,moneyCost:3e7,info:"This is a more advanced version of the LuminCloaking-V1 augmentation. This skin implant reinforces the skin with highly-advanced synthetic cells. These cells, when powered, are capable of not only bending light but also of bending heat, making the user more resilient as well as stealthy.",prereqs:[r.a.LuminCloaking1],agility:1.1,defense:1.1,crime_money:1.25,factions:[f.a.SlumSnakes,f.a.Tetrads]}),new a.a({name:r.a.SmartSonar,repCost:22500,moneyCost:75e6,info:"A cochlear implant that helps the player detect and locate enemies using sound propagation.",dexterity:1.1,dexterity_exp:1.15,crime_money:1.25,factions:[f.a.SlumSnakes]}),new a.a({name:r.a.PowerRecirculator,repCost:25e3,moneyCost:18e7,info:"The body's nerves are attached with polypyrrole nanocircuits that are capable of capturing wasted energy, in the form of heat, and converting it back into usable power.",hacking:1.05,strength:1.05,defense:1.05,dexterity:1.05,agility:1.05,charisma:1.05,hacking_exp:1.1,strength_exp:1.1,defense_exp:1.1,dexterity_exp:1.1,agility_exp:1.1,charisma_exp:1.1,factions:[f.a.Tetrads,f.a.TheDarkArmy,f.a.TheSyndicate,f.a.NWO]}),new a.a({name:r.a.QLink,repCost:1875e3,moneyCost:25e12,info:`A brain implant that wirelessly connects you to the ${f.a.Illuminati}'s quantum supercomputer, allowing you to access and use its incredible computing power.`,hacking:1.75,hacking_speed:2,hacking_chance:2.5,hacking_money:4,factions:[f.a.Illuminati]}),new a.a({name:r.a.SPTN97,repCost:125e4,moneyCost:4875e6,info:"The SPTN-97 gene is injected into the genome. The SPTN-97 gene is an artificially-synthesized gene that was developed by DARPA to create super-soldiers through genetic modification. The gene was outlawed in 2056.",strength:1.75,defense:1.75,dexterity:1.75,agility:1.75,hacking:1.15,factions:[f.a.TheCovenant]}),new a.a({name:r.a.HiveMind,repCost:15e5,moneyCost:55e8,info:`A brain implant developed by ${f.a.ECorp}. They do not reveal what exactly the implant does, but they promise that it will greatly enhance your abilities.`,hacking_grow:3,stats:null,factions:[f.a.ECorp]}),new a.a({name:r.a.TheRedPill,repCost:25e5,moneyCost:0,info:"It's time to leave the cave.",stats:null,isSpecial:!0,factions:[f.a.Daedalus]}),new a.a({name:r.a.CordiARCReactor,repCost:1125e3,moneyCost:5e9,info:"The thoracic cavity is equipped with a small chamber designed to hold and sustain hydrogen plasma. The plasma is used to generate fusion power through nuclear fusion, providing limitless amounts of clean energy for the body.",strength:1.35,defense:1.35,dexterity:1.35,agility:1.35,strength_exp:1.35,defense_exp:1.35,dexterity_exp:1.35,agility_exp:1.35,factions:[f.a.MegaCorp]}),new a.a({name:r.a.SmartJaw,repCost:375e3,moneyCost:275e7,info:"A bionic jaw that contains advanced hardware and software capable of psychoanalyzing and profiling the personality of others using optical imaging software.",charisma:1.5,charisma_exp:1.5,company_rep:1.25,faction_rep:1.25,factions:[f.a.BachmanAssociates]}),new a.a({name:r.a.Neotra,repCost:562500,moneyCost:2875e6,info:"A highly-advanced techno-organic drug that is injected into the skeletal and integumentary system. The drug permanently modifies the DNA of the body's skin and bone cells, granting them the ability to repair and restructure themselves.",strength:1.55,defense:1.55,factions:[f.a.BladeIndustries]}),new a.a({name:r.a.Xanipher,repCost:875e3,moneyCost:425e7,info:"A concoction of advanced nanobots that is orally ingested into the body. These nanobots induce physiological changes and significantly improve the body's functioning in all aspects.",hacking:1.2,strength:1.2,defense:1.2,dexterity:1.2,agility:1.2,charisma:1.2,hacking_exp:1.15,strength_exp:1.15,defense_exp:1.15,dexterity_exp:1.15,agility_exp:1.15,charisma_exp:1.15,factions:[f.a.NWO]}),new a.a({name:r.a.HydroflameLeftArm,repCost:125e4,moneyCost:25e11,info:"The left arm of a legendary BitRunner who ascended beyond this world. It projects a light blue energy shield that protects the exposed inner parts. Even though it contains no weapons, the advanced tungsten titanium alloy increases the user's strength to unbelievable levels.",strength:2.8,factions:[f.a.NWO]}),new a.a({name:r.a.nextSENS,repCost:437500,moneyCost:1925e6,info:"The body is genetically re-engineered to maintain a state of negligible senescence, preventing the body from deteriorating with age.",hacking:1.2,strength:1.2,defense:1.2,dexterity:1.2,agility:1.2,charisma:1.2,factions:[f.a.ClarkeIncorporated]}),new a.a({name:r.a.OmniTekInfoLoad,repCost:625e3,moneyCost:2875e6,info:"OmniTek's data and information repository is uploaded into your brain, enhancing your programming and hacking abilities.",hacking:1.2,hacking_exp:1.25,factions:[f.a.OmniTekIncorporated]}),new a.a({name:r.a.PhotosyntheticCells,repCost:562500,moneyCost:275e7,info:"Chloroplasts are added to epidermal stem cells and are applied to the body using a skin graft. The result is photosynthetic skin cells, allowing users to generate their own energy and nutrition using solar power.",strength:1.4,defense:1.4,agility:1.4,factions:[f.a.KuaiGongInternational]}),new a.a({name:r.a.Neurolink,repCost:875e3,moneyCost:4375e6,info:`A brain implant that provides a high-bandwidth, direct neural link between your mind and the ${f.a.BitRunners}' data servers, which reportedly contain the largest database of hacking tools and information in the world.`,hacking:1.15,hacking_exp:1.2,hacking_chance:1.1,hacking_speed:1.05,programs:[o.a.FTPCrackProgram.name,o.a.RelaySMTPProgram.name],factions:[f.a.BitRunners]}),new a.a({name:r.a.TheBlackHand,repCost:1e5,moneyCost:55e7,info:"A highly advanced bionic hand. This prosthetic not only enhances strength and dexterity but it is also embedded with hardware and firmware that lets the user connect to, access, and hack devices and machines by just touching them.",strength:1.15,dexterity:1.15,hacking:1.1,hacking_speed:1.02,hacking_money:1.1,factions:[f.a.TheBlackHand]}),new a.a({name:r.a.CRTX42AA,repCost:45e3,moneyCost:225e6,info:"The CRTX42-AA gene is injected into the genome. The CRTX42-AA is an artificially-synthesized gene that targets the visual and prefrontal cortex and improves cognitive abilities.",hacking:1.08,hacking_exp:1.15,factions:[f.a.NiteSec]}),new a.a({name:r.a.Neuregen,repCost:37500,moneyCost:375e6,info:"A drug that genetically modifies the neurons in the brain resulting in neurons that never die, continuously regenerate, and strengthen themselves.",hacking_exp:1.4,factions:[f.a.Chongqing]}),new a.a({name:r.a.CashRoot,repCost:12500,moneyCost:125e6,info:c.a.createElement(c.a.Fragment,null,"A collection of digital assets saved on a small chip. The chip is implanted into your wrist. A small jack in the chip allows you to connect it to a computer and upload the assets."),startingMoney:1e6,programs:[o.a.BruteSSHProgram.name],factions:[f.a.Sector12]}),new a.a({name:r.a.NutriGen,repCost:6250,moneyCost:25e5,info:"A thermo-powered artificial nutrition generator. Endogenously synthesizes glucose, amino acids, and vitamins and redistributes them across the body. The device is powered by the body's naturally wasted energy in the form of heat.",strength_exp:1.2,defense_exp:1.2,dexterity_exp:1.2,agility_exp:1.2,factions:[f.a.NewTokyo]}),new a.a({name:r.a.PCMatrix,repCost:1e5,moneyCost:2e9,info:"A 'Probability Computation Matrix' is installed in the frontal cortex. This implant uses advanced mathematical algorithms to rapidly identify and compute statistical outcomes of nearly every situation.",charisma:1.0777,charisma_exp:1.0777,work_money:1.777,faction_rep:1.0777,company_rep:1.0777,crime_success:1.0777,crime_money:1.0777,programs:[o.a.DeepscanV1.name,o.a.AutoLink.name],factions:[f.a.Aevum]}),new a.a({name:r.a.INFRARet,repCost:7500,moneyCost:3e7,info:"A tiny chip that sits behind the retina. This implant lets the user visually detect infrared radiation.",crime_success:1.25,crime_money:1.1,dexterity:1.1,factions:[f.a.Ishima]}),new a.a({name:r.a.DermaForce,repCost:15e3,moneyCost:5e7,info:"Synthetic skin that is grafted onto the body. This skin consists of millions of nanobots capable of projecting high-density muon beams, creating an energy barrier around the user.",defense:1.4,factions:[f.a.Volhaven]}),new a.a({name:r.a.GrapheneBrachiBlades,repCost:225e3,moneyCost:25e8,info:"An upgrade to the BrachiBlades augmentation. It infuses the retractable blades with an advanced graphene material making them stronger and lighter.",prereqs:[r.a.BrachiBlades],strength:1.4,defense:1.4,crime_success:1.1,crime_money:1.3,factions:[f.a.SpeakersForTheDead]}),new a.a({name:r.a.GrapheneBionicArms,repCost:5e5,moneyCost:375e7,info:"An upgrade to the Bionic Arms augmentation. It infuses the prosthetic arms with an advanced graphene material to make them stronger and lighter.",prereqs:[r.a.BionicArms],strength:1.85,dexterity:1.85,factions:[f.a.TheDarkArmy]}),new a.a({name:r.a.BrachiBlades,repCost:12500,moneyCost:9e7,info:"A set of retractable plasteel blades that are implanted in the arm, underneath the skin.",strength:1.15,defense:1.15,crime_success:1.1,crime_money:1.15,factions:[f.a.TheSyndicate]}),new a.a({name:r.a.BionicArms,repCost:62500,moneyCost:275e6,info:"Cybernetic arms created from plasteel and carbon fibers that completely replace the user's organic arms.",strength:1.3,dexterity:1.3,factions:[f.a.Tetrads]}),new a.a({name:r.a.SNA,repCost:6250,moneyCost:3e7,info:"A cranial implant that affects the user's personality, making them better at negotiation in social situations.",work_money:1.1,company_rep:1.15,faction_rep:1.15,factions:[f.a.TianDiHui]}),new a.a({name:r.a.NeuroreceptorManager,repCost:75e3,moneyCost:55e7,info:"A brain implant carefully assembled around the synapses, which micromanages the activity and levels of various neuroreceptor chemicals and modulates electrical activity to optimize concentration, allowing the user to multitask much more effectively.",stats:c.a.createElement(c.a.Fragment,null,"This augmentation removes the penalty for not focusing on actions such as working in a job or working for a faction."),factions:[f.a.TianDiHui]}),new a.a({name:r.a.CongruityImplant,repCost:1/0,moneyCost:5e13,info:c.a.createElement(c.a.Fragment,null,"Developed by a pioneer in Grafting research, this implant generates pulses of stability which seem to have a nullifying effect versus the Entropy virus.",c.a.createElement("br",null),c.a.createElement("br",null),c.a.createElement("b",null,"Note:")," For unknown reasons, the lowercase ",c.a.createElement("code",null,"n")," appears to be an integral component to its functionality."),stats:c.a.createElement(c.a.Fragment,null,"This Augmentation removes the Entropy virus, and prevents it from affecting you again."),factions:[]}),new a.a({name:r.a.ZOE,isSpecial:!0,repCost:1/0,moneyCost:1e12,info:"Zoë's Omnicerebrum Ënhancer for sleeves inserts an omnicerebrum into your sleeve. An omnicerebrum is a near perfect simulation of the human brain, allowing it to take advantage of a larger variety of augments. But you should know about this BitRunner, since you have one of these yourself!",stats:c.a.createElement(c.a.Fragment,null,"Allows sleeves to benefit from Stanek's Gift but it is less powerful if several are installed."),factions:[]})],d=()=>[new a.a({name:r.a.EsperEyewear,repCost:1250,moneyCost:165e6,info:"Ballistic-grade protective and retractable eyewear that was designed specifically for Bladeburner units. This is implanted by installing a mechanical frame in the skull's orbit. This frame interfaces with the brain and allows the user to automatically extrude and extract the eyewear. The eyewear protects against debris, shrapnel, lasers, blinding flashes, and gas. It is also embedded with a data processing chip that can be programmed to display an AR HUD to assist the user in field missions.",bladeburner_success_chance:1.03,dexterity:1.05,isSpecial:!0,factions:[f.a.Bladeburners]}),new a.a({name:r.a.EMS4Recombination,repCost:2500,moneyCost:275e6,info:"A DNA recombination of the EMS-4 Gene. This genetic engineering technique was originally used on Bladeburners during the Synthoid uprising to induce wakefulness and concentration, suppress fear, reduce empathy, improve reflexes, and improve memory among other things.",bladeburner_success_chance:1.03,bladeburner_analysis:1.05,bladeburner_stamina_gain:1.02,isSpecial:!0,factions:[f.a.Bladeburners]}),new a.a({name:r.a.OrionShoulder,repCost:6250,moneyCost:55e7,info:"A bionic shoulder augmentation for the right shoulder. Using cybernetics, the ORION-MKIV shoulder enhances the strength and dexterity of the user's right arm. It also provides protection due to its crystallized graphene plating.",defense:1.05,strength:1.05,dexterity:1.05,bladeburner_success_chance:1.04,isSpecial:!0,factions:[f.a.Bladeburners]}),new a.a({name:r.a.HyperionV1,repCost:12500,moneyCost:275e7,info:"A pair of mini plasma cannons embedded into the hands. The Hyperion is capable of rapidly firing bolts of high-density plasma. The weapon is meant to be used against augmented enemies as the ionized nature of the plasma disrupts the electrical systems of Augmentations. However, it can also be effective against non-augmented enemies due to its high temperature and concussive force.",bladeburner_success_chance:1.06,isSpecial:!0,factions:[f.a.Bladeburners]}),new a.a({name:r.a.HyperionV2,repCost:25e3,moneyCost:55e8,info:"A pair of mini plasma cannons embedded into the hands. This augmentation is more advanced and powerful than the original V1 model. This V2 model is more power-efficient, more accurate, and can fire plasma bolts at a much higher velocity than the V1 model.",prereqs:[r.a.HyperionV1],bladeburner_success_chance:1.08,isSpecial:!0,factions:[f.a.Bladeburners]}),new a.a({name:r.a.GolemSerum,repCost:31250,moneyCost:11e9,info:"A serum that permanently enhances many aspects of human capabilities, including strength, speed, immune system enhancements, and mitochondrial efficiency. The serum was originally developed by the Chinese military in an attempt to create super soldiers.",strength:1.07,defense:1.07,dexterity:1.07,agility:1.07,bladeburner_stamina_gain:1.05,isSpecial:!0,factions:[f.a.Bladeburners]}),new a.a({name:r.a.VangelisVirus,repCost:18750,moneyCost:275e7,info:"A synthetic symbiotic virus that is injected into human brain tissue. The Vangelis virus heightens the senses and focus of its host, and also enhances its intuition.",dexterity_exp:1.1,bladeburner_analysis:1.1,bladeburner_success_chance:1.04,isSpecial:!0,factions:[f.a.Bladeburners]}),new a.a({name:r.a.VangelisVirus3,repCost:37500,moneyCost:11e9,info:"An improved version of Vangelis, a synthetic symbiotic virus that is injected into human brain tissue. On top of the benefits of the original virus, this also grants accelerated healing and enhanced reflexes.",prereqs:[r.a.VangelisVirus],defense_exp:1.1,dexterity_exp:1.1,bladeburner_analysis:1.15,bladeburner_success_chance:1.05,isSpecial:!0,factions:[f.a.Bladeburners]}),new a.a({name:r.a.INTERLINKED,repCost:25e3,moneyCost:55e8,info:"The DNA is genetically modified to enhance the human's body extracellular matrix (ECM). This improves the ECM's ability to structurally support the body and grants heightened strength and durability.",strength_exp:1.05,defense_exp:1.05,dexterity_exp:1.05,agility_exp:1.05,bladeburner_max_stamina:1.1,isSpecial:!0,factions:[f.a.Bladeburners]}),new a.a({name:r.a.BladeRunner,repCost:2e4,moneyCost:825e7,info:`A cybernetic foot augmentation that was specifically created for ${f.a.Bladeburners} during the Synthoid Uprising. The organic musculature of the human foot is enhanced with flexible carbon nanotube matrices that are controlled by intelligent servo-motors.`,agility:1.05,bladeburner_max_stamina:1.05,bladeburner_stamina_gain:1.05,isSpecial:!0,factions:[f.a.Bladeburners]}),new a.a({name:r.a.BladeArmor,repCost:12500,moneyCost:1375e6,info:`A powered exoskeleton suit designed as armor for ${f.a.Bladeburners} units. This exoskeleton is incredibly adaptable and can protect the wearer from blunt, piercing, concussive, thermal, chemical, and electric trauma. It also enhances the user's physical abilities.`,strength:1.04,defense:1.04,dexterity:1.04,agility:1.04,bladeburner_stamina_gain:1.02,bladeburner_success_chance:1.03,isSpecial:!0,factions:[f.a.Bladeburners]}),new a.a({name:r.a.BladeArmorPowerCells,repCost:18750,moneyCost:275e7,info:"Upgrades the BLADE-51b Tesla Armor with Ion Power Cells, which are capable of more efficiently storing and using power.",prereqs:[r.a.BladeArmor],bladeburner_success_chance:1.05,bladeburner_stamina_gain:1.02,bladeburner_max_stamina:1.05,isSpecial:!0,factions:[f.a.Bladeburners]}),new a.a({name:r.a.BladeArmorEnergyShielding,repCost:21250,moneyCost:55e8,info:"Upgrades the BLADE-51b Tesla Armor with a plasma energy propulsion system that is capable of projecting an energy shielding force field.",prereqs:[r.a.BladeArmor],defense:1.05,bladeburner_success_chance:1.06,isSpecial:!0,factions:[f.a.Bladeburners]}),new a.a({name:r.a.BladeArmorUnibeam,repCost:31250,moneyCost:165e8,info:"Upgrades the BLADE-51b Tesla Armor with a concentrated deuterium-fluoride laser weapon. It's precision and accuracy makes it useful for quickly neutralizing threats while keeping casualties to a minimum.",prereqs:[r.a.BladeArmor],bladeburner_success_chance:1.08,isSpecial:!0,factions:[f.a.Bladeburners]}),new a.a({name:r.a.BladeArmorOmnibeam,repCost:62500,moneyCost:275e8,info:"Upgrades the BLADE-51b Tesla Armor Unibeam augmentation to use a multiple-fiber system. This upgraded weapon uses multiple fiber laser modules that combine together to form a single, more powerful beam of up to 2000MW.",prereqs:[r.a.BladeArmorUnibeam],bladeburner_success_chance:1.1,isSpecial:!0,factions:[f.a.Bladeburners]}),new a.a({name:r.a.BladeArmorIPU,repCost:15e3,moneyCost:11e8,info:"Upgrades the BLADE-51b Tesla Armor with an AI Information Processing Unit that was specially designed to analyze Synthoid related data and information.",prereqs:[r.a.BladeArmor],bladeburner_analysis:1.15,bladeburner_success_chance:1.02,isSpecial:!0,factions:[f.a.Bladeburners]}),new a.a({name:r.a.BladesSimulacrum,repCost:1250,moneyCost:15e10,info:"A highly-advanced matter phase-shifter module that is embedded in the brainstem and cerebellum. This augmentation allows the user to project and control a holographic simulacrum within an extremely large radius. These specially-modified holograms were specifically weaponized by Bladeburner units to be used against Synthoids.",stats:c.a.createElement(c.a.Fragment,null,"This augmentation allows you to perform Bladeburner actions and other actions (such as working, committing crimes, etc.) at the same time."),isSpecial:!0,factions:[f.a.Bladeburners]})],p=()=>[new a.a({name:r.a.StaneksGift1,repCost:0,moneyCost:0,info:'Allison "Mother" Stanek imparts you with her gift. An experimental Augmentation implanted at the base of the neck. It allows you to overclock your entire system by carefully changing the configuration.',isSpecial:!0,hacking_chance:.9,hacking_speed:.9,hacking_money:.9,hacking_grow:.9,hacking:.9,strength:.9,defense:.9,dexterity:.9,agility:.9,charisma:.9,hacking_exp:.9,strength_exp:.9,defense_exp:.9,dexterity_exp:.9,agility_exp:.9,charisma_exp:.9,company_rep:.9,faction_rep:.9,crime_money:.9,crime_success:.9,hacknet_node_money:.9,hacknet_node_purchase_cost:1.1,hacknet_node_ram_cost:1.1,hacknet_node_core_cost:1.1,hacknet_node_level_cost:1.1,work_money:.9,stats:c.a.createElement(c.a.Fragment,null,"Its unstable nature decreases all your stats by 10%"),factions:[f.a.ChurchOfTheMachineGod]}),new a.a({name:r.a.StaneksGift2,repCost:1e6,moneyCost:0,info:"The next evolution is near, a coming together of man and machine. A synthesis greater than the birth of the human organism. Time spent with the gift has allowed for acclimatization of the invasive augment and the toll it takes upon your frame granting a 5% reduced penalty to all stats.",prereqs:[r.a.StaneksGift1],isSpecial:!0,hacking_chance:.95/.9,hacking_speed:.95/.9,hacking_money:.95/.9,hacking_grow:.95/.9,hacking:.95/.9,strength:.95/.9,defense:.95/.9,dexterity:.95/.9,agility:.95/.9,charisma:.95/.9,hacking_exp:.95/.9,strength_exp:.95/.9,defense_exp:.95/.9,dexterity_exp:.95/.9,agility_exp:.95/.9,charisma_exp:.95/.9,company_rep:.95/.9,faction_rep:.95/.9,crime_money:.95/.9,crime_success:.95/.9,hacknet_node_money:.95/.9,hacknet_node_purchase_cost:1.05/1.1,hacknet_node_ram_cost:1.05/1.1,hacknet_node_core_cost:1.05/1.1,hacknet_node_level_cost:1.05/1.1,work_money:.95/.9,stats:c.a.createElement(c.a.Fragment,null,"The penalty for the gift is reduced to 5%"),factions:[f.a.ChurchOfTheMachineGod]}),new a.a({name:r.a.StaneksGift3,repCost:1e8,moneyCost:0,info:"The synthesis of human and machine is nothing to fear. It is our destiny. You will become greater than the sum of our parts. As One. Embrace your gift fully and wholly free of it's accursed toll. Serenity brings tranquility in the form of no longer suffering a stat penalty. ",prereqs:[r.a.StaneksGift2,r.a.StaneksGift1],isSpecial:!0,hacking_chance:1/.95,hacking_speed:1/.95,hacking_money:1/.95,hacking_grow:1/.95,hacking:1/.95,strength:1/.95,defense:1/.95,dexterity:1/.95,agility:1/.95,charisma:1/.95,hacking_exp:1/.95,strength_exp:1/.95,defense_exp:1/.95,dexterity_exp:1/.95,agility_exp:1/.95,charisma_exp:1/.95,company_rep:1/.95,faction_rep:1/.95,crime_money:1/.95,crime_success:1/.95,hacknet_node_money:1/.95,hacknet_node_purchase_cost:1/1.05,hacknet_node_ram_cost:1/1.05,hacknet_node_core_cost:1/1.05,hacknet_node_level_cost:1/1.05,work_money:1/.95,stats:c.a.createElement(c.a.Fragment,null,"Stanek's Gift has no penalty."),factions:[f.a.ChurchOfTheMachineGod]}),new a.a({name:r.a.BigDsBigBrain,isSpecial:!0,factions:[],repCost:1/0,moneyCost:1/0,info:"A chip containing the psyche of the greatest BitRunner to ever exists. Installing this relic significantly increases ALL of your stats. However it may have unintended consequence on the users mental well-being.",stats:c.a.createElement(c.a.Fragment,null,"Grants access to unimaginable power."),hacking:2,strength:2,defense:2,dexterity:2,agility:2,charisma:2,hacking_exp:2,strength_exp:2,defense_exp:2,dexterity_exp:2,agility_exp:2,charisma_exp:2,hacking_chance:2,hacking_speed:2,hacking_money:2,hacking_grow:2,company_rep:2,faction_rep:2,crime_money:2,crime_success:2,work_money:2,hacknet_node_money:2,hacknet_node_purchase_cost:.5,hacknet_node_ram_cost:.5,hacknet_node_core_cost:.5,hacknet_node_level_cost:.5,bladeburner_max_stamina:2,bladeburner_stamina_gain:2,bladeburner_analysis:2,bladeburner_success_chance:2,startingMoney:1e12,programs:[o.a.BruteSSHProgram.name,o.a.FTPCrackProgram.name,o.a.RelaySMTPProgram.name,o.a.HTTPWormProgram.name,o.a.SQLInjectProgram.name,o.a.DeepscanV1.name,o.a.DeepscanV2.name,o.a.ServerProfiler.name,o.a.AutoLink.name,o.a.Formulas.name]})];function g(){const t=u.a.Donations/1e6/100;return new a.a({name:r.a.NeuroFluxGovernor,repCost:500,moneyCost:75e4,info:"Undetectable adamantium nanobots injected in the users bloodstream. The NeuroFlux Governor monitors and regulates all aspects of the human body, essentially 'governing' the body. By doing so, it improves the users performance for most actions.",stats:c.a.createElement(c.a.Fragment,null,"This special augmentation can be leveled up infinitely. Each level of this augmentation increases MOST multipliers by 1% (+",(100*t).toFixed(6),"%), stacking multiplicatively."),isSpecial:!0,hacking_chance:1.01+t,hacking_speed:1.01+t,hacking_money:1.01+t,hacking_grow:1.01+t,hacking:1.01+t,strength:1.01+t,defense:1.01+t,dexterity:1.01+t,agility:1.01+t,charisma:1.01+t,hacking_exp:1.01+t,strength_exp:1.01+t,defense_exp:1.01+t,dexterity_exp:1.01+t,agility_exp:1.01+t,charisma_exp:1.01+t,company_rep:1.01+t,faction_rep:1.01+t,crime_money:1.01+t,crime_success:1.01+t,hacknet_node_money:1.01+t,hacknet_node_purchase_cost:1/(1.01+t),hacknet_node_ram_cost:1/(1.01+t),hacknet_node_core_cost:1/(1.01+t),hacknet_node_level_cost:1/(1.01+t),work_money:1.01+t,factions:Object.values(f.a).filter(t=>![f.a.ShadowsOfAnarchy,f.a.Bladeburners,f.a.ChurchOfTheMachineGod].includes(t))})}function b(){const t=function(){const t=[{bonuses:{hacking_chance:1.25,hacking_speed:1.1,hacking_money:1.25,hacking_grow:1.1},description:"Increases the player's hacking chance by 25%.
Increases the player's hacking speed by 10%.
Increases the amount of money the player's gains from hacking by 25%.
Improves grow() by 10%."},{bonuses:{hacking:1.15,hacking_exp:2},description:"Increases the player's hacking skill by 15%.
Increases the player's hacking experience gain rate by 100%."},{bonuses:{strength:1.25,strength_exp:2,defense:1.25,defense_exp:2,dexterity:1.25,dexterity_exp:2,agility:1.25,agility_exp:2},description:"Increases all of the player's combat stats by 25%.
Increases all of the player's combat stat experience gain rate by 100%."},{bonuses:{charisma:1.5,charisma_exp:2},description:"This augmentation increases the player's charisma by 50%.
Increases the player's charisma experience gain rate by 100%."},{bonuses:{hacknet_node_money:1.2,hacknet_node_purchase_cost:.85,hacknet_node_ram_cost:.85,hacknet_node_core_cost:.85,hacknet_node_level_cost:.85},description:"Increases the amount of money produced by Hacknet Nodes by 20%.
Decreases all costs related to Hacknet Node by 15%."},{bonuses:{company_rep:1.25,faction_rep:1.15,work_money:1.7},description:"Increases the amount of money the player gains from working by 70%.
Increases the amount of reputation the player gains when working for a company by 25%.
Increases the amount of reputation the player gains for a faction by 15%."},{bonuses:{crime_success:2,crime_money:2},description:"Increases the player's crime success rate by 100%.
Increases the amount of money the player gains from crimes by 100%."}],e=new s.c(Math.floor(i.a.lastUpdate/36e5));for(let t=0;t<5;t++)e.step();return t[Math.floor(t.length*e.random())]}(),e={name:r.a.UnstableCircadianModulator,moneyCost:5e9,repCost:362500,info:"An experimental nanobot injection. Its unstable nature leads to unpredictable results based on your circadian rhythm.",factions:[f.a.SpeakersForTheDead]};return Object.keys(t.bonuses).forEach(n=>e[n]=t.bonuses[n]),new a.a(e)}},,,,,,,,,,,,function(t,e,n){"use strict";n.d(e,"b",(function(){return s})),n.d(e,"a",(function(){return l}));var a=n(1),r=n(16),i=n(103);const o=6e4/n(15).a._idleSpeed,s=t=>null!==t&&t.type===i.b.INFILTRATE;class l extends i.a{constructor(){var t,e,n;super(i.b.INFILTRATE),n=0,(e="cyclesWorked")in(t=this)?Object.defineProperty(t,e,{value:n,enumerable:!0,configurable:!0,writable:!0}):t[e]=n}cyclesNeeded(){return o}process(t,e){if(!a.a.bladeburner)throw new Error("sleeve doing blade work without being a member");return this.cyclesWorked+=e,this.cyclesWorked>this.cyclesNeeded()&&(this.cyclesWorked-=this.cyclesNeeded(),a.a.bladeburner.infiltrateSynthoidCommunities()),0}APICopy(){return{type:this.type}}toJSON(){return Object(r.b)("SleeveInfiltrateWork",this)}static fromJSON(t){return Object(r.a)(l,t.data)}}r.c.constructors.SleeveInfiltrateWork=l},,,,function(t,e,n){"use strict";n.d(e,"a",(function(){return s}));var a=n(5),r=n(11),i=n(66),o=n(88);const s=[{hackDifficulty:99,hostname:r.a.AevumECorp.toLowerCase(),moneyAvailable:{max:7e10,min:3e10},networkLayer:15,numOpenPortsRequired:5,organizationName:r.a.AevumECorp,requiredHackingSkill:{max:1400,min:1050},serverGrowth:99,specialName:r.a.AevumECorp},{hackDifficulty:99,hostname:r.a.Sector12MegaCorp.toLowerCase(),moneyAvailable:{max:6e10,min:4e10},networkLayer:15,numOpenPortsRequired:5,organizationName:r.a.Sector12MegaCorp,requiredHackingSkill:{max:1350,min:1100},serverGrowth:99,specialName:r.a.Sector12MegaCorp},{hackDifficulty:{max:88,min:72},hostname:"b-and-a",moneyAvailable:{max:3e10,min:15e9},networkLayer:14,numOpenPortsRequired:5,organizationName:r.a.AevumBachmanAndAssociates,requiredHackingSkill:{max:1150,min:900},serverGrowth:{max:80,min:60},specialName:r.a.AevumBachmanAndAssociates},{hackDifficulty:{max:97,min:88},hostname:"blade",literature:[i.a.BeyondMan],maxRamExponent:{max:9,min:5},moneyAvailable:{max:4e10,min:1e10},networkLayer:14,numOpenPortsRequired:5,organizationName:r.a.Sector12BladeIndustries,requiredHackingSkill:{max:1200,min:900},serverGrowth:{max:85,min:55},specialName:r.a.Sector12BladeIndustries},{hackDifficulty:99,hostname:r.a.VolhavenNWO.toLowerCase(),literature:[i.a.TheHiddenWorld],moneyAvailable:{max:4e10,min:2e10},networkLayer:14,numOpenPortsRequired:5,organizationName:r.a.VolhavenNWO,requiredHackingSkill:{max:1300,min:950},serverGrowth:{max:95,min:65},specialName:r.a.VolhavenNWO},{hackDifficulty:{max:65,min:45},hostname:"clarkinc",literature:[i.a.BeyondMan,i.a.CostOfImmortality],moneyAvailable:{max:25e9,min:15e9},networkLayer:14,numOpenPortsRequired:5,organizationName:r.a.AevumClarkeIncorporated,requiredHackingSkill:{max:1250,min:950},serverGrowth:{max:75,min:45},specialName:r.a.AevumClarkeIncorporated},{hackDifficulty:{max:99,min:90},hostname:"omnitek",literature:[i.a.CodedIntelligence,i.a.HistoryOfSynthoids],maxRamExponent:{max:9,min:7},moneyAvailable:{max:22e9,min:13e9},networkLayer:13,numOpenPortsRequired:5,organizationName:r.a.VolhavenOmniTekIncorporated,requiredHackingSkill:{max:1100,min:900},serverGrowth:{max:99,min:95},specialName:r.a.VolhavenOmniTekIncorporated},{hackDifficulty:{max:75,min:55},hostname:"4sigma",moneyAvailable:{max:25e9,min:15e9},networkLayer:13,numOpenPortsRequired:5,organizationName:r.a.Sector12FourSigma,requiredHackingSkill:{max:1250,min:900},serverGrowth:{max:99,min:75},specialName:r.a.Sector12FourSigma},{hackDifficulty:{max:99,min:95},hostname:"kuai-gong",moneyAvailable:{max:3e10,min:2e10},networkLayer:13,numOpenPortsRequired:5,organizationName:r.a.ChongqingKuaiGongInternational,requiredHackingSkill:{max:1300,min:950},serverGrowth:{max:99,min:90},specialName:r.a.ChongqingKuaiGongInternational},{hackDifficulty:{max:97,min:83},hostname:"fulcrumtech",literature:[i.a.SimulatedReality],maxRamExponent:{max:11,min:7},moneyAvailable:{max:18e8,min:14e8},networkLayer:12,numOpenPortsRequired:5,organizationName:r.a.AevumFulcrumTechnologies,requiredHackingSkill:{max:1250,min:950},serverGrowth:{max:99,min:80},specialName:r.a.AevumFulcrumTechnologies},{hackDifficulty:99,hostname:"fulcrumassets",moneyAvailable:1e6,networkLayer:15,numOpenPortsRequired:5,organizationName:r.a.AevumFulcrumTechnologies,requiredHackingSkill:{max:1600,min:1100},serverGrowth:1,specialName:o.a.FulcrumSecretTechnologies},{hackDifficulty:{max:92,min:78},hostname:"stormtech",moneyAvailable:{max:12e8,min:1e9},networkLayer:12,numOpenPortsRequired:5,organizationName:r.a.IshimaStormTechnologies,requiredHackingSkill:{max:1075,min:875},serverGrowth:{max:92,min:68},specialName:r.a.IshimaStormTechnologies},{hackDifficulty:{max:96,min:84},hostname:"defcomm",moneyAvailable:{max:95e7,min:8e8},networkLayer:9,numOpenPortsRequired:5,organizationName:r.a.NewTokyoDefComm,requiredHackingSkill:{max:1050,min:850},serverGrowth:{max:73,min:47},specialName:r.a.NewTokyoDefComm},{hackDifficulty:{max:90,min:70},hostname:"infocomm",moneyAvailable:{max:9e8,min:6e8},networkLayer:10,numOpenPortsRequired:5,organizationName:"InfoComm",requiredHackingSkill:{max:950,min:875},serverGrowth:{max:75,min:35}},{hackDifficulty:{max:95,min:85},hostname:"helios",literature:[i.a.BeyondMan],maxRamExponent:{max:8,min:5},moneyAvailable:{max:75e7,min:55e7},networkLayer:12,numOpenPortsRequired:5,organizationName:r.a.VolhavenHeliosLabs,requiredHackingSkill:{max:900,min:800},serverGrowth:{max:80,min:70},specialName:r.a.VolhavenHeliosLabs},{hackDifficulty:{max:90,min:80},hostname:r.a.NewTokyoVitaLife.toLowerCase(),literature:[i.a.AGreenTomorrow],maxRamExponent:{max:7,min:4},moneyAvailable:{max:8e8,min:7e8},networkLayer:12,numOpenPortsRequired:5,organizationName:r.a.NewTokyoVitaLife,requiredHackingSkill:{max:900,min:775},serverGrowth:{max:80,min:60},specialName:r.a.NewTokyoVitaLife},{hackDifficulty:{max:95,min:85},hostname:"icarus",moneyAvailable:{max:1e9,min:9e8},networkLayer:9,numOpenPortsRequired:5,organizationName:r.a.Sector12IcarusMicrosystems,requiredHackingSkill:{max:925,min:850},serverGrowth:{max:95,min:85},specialName:r.a.Sector12IcarusMicrosystems},{hackDifficulty:{max:90,min:80},hostname:"univ-energy",maxRamExponent:{max:7,min:4},moneyAvailable:{max:12e8,min:11e8},networkLayer:9,numOpenPortsRequired:4,organizationName:r.a.Sector12UniversalEnergy,requiredHackingSkill:{max:900,min:800},serverGrowth:{max:90,min:80},specialName:r.a.Sector12UniversalEnergy},{hackDifficulty:{max:80,min:70},hostname:"titan-labs",literature:[i.a.CodedIntelligence],maxRamExponent:{max:7,min:4},moneyAvailable:{max:9e8,min:75e7},networkLayer:11,numOpenPortsRequired:5,organizationName:"Titan Laboratories",requiredHackingSkill:{max:875,min:800},serverGrowth:{max:80,min:60}},{hackDifficulty:{max:75,min:65},hostname:"microdyne",literature:[i.a.SyntheticMuscles],maxRamExponent:{max:6,min:4},moneyAvailable:{max:7e8,min:5e8},networkLayer:11,numOpenPortsRequired:5,organizationName:"Microdyne Technologies",requiredHackingSkill:{max:875,min:800},serverGrowth:{max:90,min:70}},{hackDifficulty:{max:80,min:70},hostname:"taiyang-digital",literature:[i.a.AGreenTomorrow,i.a.BrighterThanTheSun],moneyAvailable:{max:9e8,min:8e8},networkLayer:10,numOpenPortsRequired:5,organizationName:"Taiyang Digital",requiredHackingSkill:{max:950,min:850},serverGrowth:{max:80,min:70}},{hackDifficulty:{max:65,min:55},hostname:"galactic-cyber",moneyAvailable:{max:85e7,min:75e7},networkLayer:7,numOpenPortsRequired:5,organizationName:r.a.AevumGalacticCybersystems,requiredHackingSkill:{max:875,min:825},serverGrowth:{max:90,min:70},specialName:r.a.AevumGalacticCybersystems},{hackDifficulty:{max:90,min:80},hostname:r.a.AevumAeroCorp.toLowerCase(),literature:[i.a.ManAndMachine],moneyAvailable:{max:12e8,min:1e9},networkLayer:7,numOpenPortsRequired:5,organizationName:r.a.AevumAeroCorp,requiredHackingSkill:{max:925,min:850},serverGrowth:{max:65,min:55},specialName:r.a.AevumAeroCorp},{hackDifficulty:{max:95,min:85},hostname:"omnia",literature:[i.a.HistoryOfSynthoids],maxRamExponent:{max:6,min:4},moneyAvailable:{max:1e9,min:9e8},networkLayer:8,numOpenPortsRequired:5,organizationName:r.a.VolhavenOmniaCybersystems,requiredHackingSkill:{max:950,min:850},serverGrowth:{max:70,min:60},specialName:r.a.VolhavenOmniaCybersystems},{hackDifficulty:{max:65,min:55},hostname:"zb-def",literature:[i.a.SyntheticMuscles],moneyAvailable:{max:11e8,min:9e8},networkLayer:10,numOpenPortsRequired:4,organizationName:"ZB Defense Industries",requiredHackingSkill:{max:825,min:775},serverGrowth:{max:75,min:65}},{hackDifficulty:{max:80,min:60},hostname:"applied-energetics",moneyAvailable:{max:1e9,min:7e8},networkLayer:11,numOpenPortsRequired:4,organizationName:"Applied Energetics",requiredHackingSkill:{max:850,min:775},serverGrowth:{max:75,min:70}},{hackDifficulty:{max:80,min:70},hostname:"solaris",literature:[i.a.AGreenTomorrow,i.a.TheFailedFrontier],maxRamExponent:{max:7,min:4},moneyAvailable:{max:9e8,min:7e8},networkLayer:9,numOpenPortsRequired:5,organizationName:r.a.ChongqingSolarisSpaceSystems,requiredHackingSkill:{max:850,min:750},serverGrowth:{max:80,min:70},specialName:r.a.ChongqingSolarisSpaceSystems},{hackDifficulty:{max:85,min:75},hostname:r.a.Sector12DeltaOne.toLowerCase(),moneyAvailable:{max:17e8,min:13e8},networkLayer:8,numOpenPortsRequired:5,organizationName:r.a.Sector12DeltaOne,requiredHackingSkill:{max:900,min:800},serverGrowth:{max:70,min:50},specialName:r.a.Sector12DeltaOne},{hackDifficulty:{max:85,min:75},hostname:"global-pharm",literature:[i.a.AGreenTomorrow],maxRamExponent:{max:6,min:3},moneyAvailable:{max:175e7,min:15e8},networkLayer:7,numOpenPortsRequired:4,organizationName:r.a.NewTokyoGlobalPharmaceuticals,requiredHackingSkill:{max:850,min:750},serverGrowth:{max:90,min:80},specialName:r.a.NewTokyoGlobalPharmaceuticals},{hackDifficulty:{max:80,min:60},hostname:"nova-med",moneyAvailable:{max:125e7,min:11e8},networkLayer:10,numOpenPortsRequired:4,organizationName:r.a.IshimaNovaMedical,requiredHackingSkill:{max:850,min:775},serverGrowth:{max:85,min:65},specialName:r.a.IshimaNovaMedical},{hackDifficulty:{max:90,min:70},hostname:"zeus-med",moneyAvailable:{max:15e8,min:13e8},networkLayer:9,numOpenPortsRequired:5,organizationName:"Zeus Medical",requiredHackingSkill:{max:850,min:800},serverGrowth:{max:80,min:70}},{hackDifficulty:{max:80,min:70},hostname:"unitalife",maxRamExponent:{max:6,min:4},moneyAvailable:{max:11e8,min:1e9},networkLayer:8,numOpenPortsRequired:4,organizationName:"UnitaLife Group",requiredHackingSkill:{max:825,min:775},serverGrowth:{max:80,min:70}},{hackDifficulty:{max:80,min:60},hostname:"lexo-corp",maxRamExponent:{max:7,min:4},moneyAvailable:{max:8e8,min:7e8},networkLayer:6,numOpenPortsRequired:4,organizationName:r.a.VolhavenLexoCorp,requiredHackingSkill:{max:750,min:650},serverGrowth:{max:65,min:55},specialName:r.a.VolhavenLexoCorp},{hackDifficulty:{max:60,min:40},hostname:"rho-construction",maxRamExponent:{max:6,min:4},moneyAvailable:{max:7e8,min:5e8},networkLayer:6,numOpenPortsRequired:3,organizationName:r.a.AevumRhoConstruction,requiredHackingSkill:{max:525,min:475},serverGrowth:{max:60,min:40},specialName:r.a.AevumRhoConstruction},{hackDifficulty:{max:70,min:50},hostname:"alpha-ent",literature:[i.a.Sector12Crime],maxRamExponent:{max:7,min:4},moneyAvailable:{max:75e7,min:6e8},networkLayer:6,numOpenPortsRequired:4,organizationName:r.a.Sector12AlphaEnterprises,requiredHackingSkill:{max:600,min:500},serverGrowth:{max:60,min:50},specialName:r.a.Sector12AlphaEnterprises},{hackDifficulty:{max:80,min:70},hostname:"aevum-police",maxRamExponent:{max:6,min:4},moneyAvailable:{max:4e8,min:2e8},networkLayer:6,numOpenPortsRequired:4,organizationName:r.a.AevumPolice,requiredHackingSkill:{max:450,min:400},serverGrowth:{max:50,min:30},specialName:r.a.AevumPolice},{hackDifficulty:{max:55,min:45},hostname:"rothman-uni",literature:[i.a.SecretSocieties,i.a.TheFailedFrontier,i.a.TensionsInTechRace],maxRamExponent:{max:7,min:4},moneyAvailable:{max:25e7,min:175e6},networkLayer:5,numOpenPortsRequired:3,organizationName:r.a.Sector12RothmanUniversity,requiredHackingSkill:{max:430,min:370},serverGrowth:{max:45,min:35},specialName:r.a.Sector12RothmanUniversity},{hackDifficulty:{max:85,min:65},hostname:"zb-institute",maxRamExponent:{max:7,min:4},moneyAvailable:{max:11e8,min:8e8},networkLayer:5,numOpenPortsRequired:5,organizationName:r.a.VolhavenZBInstituteOfTechnology,requiredHackingSkill:{max:775,min:725},serverGrowth:{max:85,min:75},specialName:r.a.VolhavenZBInstituteOfTechnology},{hackDifficulty:{max:65,min:45},hostname:"summit-uni",literature:[i.a.SecretSocieties,i.a.TheFailedFrontier,i.a.SyntheticMuscles],maxRamExponent:{max:6,min:4},moneyAvailable:{max:35e7,min:2e8},networkLayer:5,numOpenPortsRequired:3,organizationName:r.a.AevumSummitUniversity,requiredHackingSkill:{max:475,min:425},serverGrowth:{max:60,min:40},specialName:r.a.AevumSummitUniversity},{hackDifficulty:{max:80,min:60},hostname:"syscore",moneyAvailable:{max:6e8,min:4e8},networkLayer:5,numOpenPortsRequired:4,organizationName:r.a.VolhavenSysCoreSecurities,requiredHackingSkill:{max:650,min:550},serverGrowth:{max:70,min:60},specialName:r.a.VolhavenSysCoreSecurities},{hackDifficulty:{max:70,min:60},hostname:"catalyst",literature:[i.a.TensionsInTechRace],maxRamExponent:{max:7,min:4},moneyAvailable:{max:55e7,min:3e8},networkLayer:5,numOpenPortsRequired:3,organizationName:"Catalyst Ventures",requiredHackingSkill:{max:450,min:400},serverGrowth:{max:55,min:25}},{hackDifficulty:{max:45,min:35},hostname:"the-hub",maxRamExponent:{max:6,min:3},moneyAvailable:{max:2e8,min:15e7},networkLayer:4,numOpenPortsRequired:2,organizationName:"The Hub",requiredHackingSkill:{max:325,min:275},serverGrowth:{max:55,min:45}},{hackDifficulty:{max:65,min:55},hostname:r.a.VolhavenCompuTek.toLowerCase(),literature:[i.a.ManAndMachine],moneyAvailable:{max:25e7,min:22e7},networkLayer:4,numOpenPortsRequired:3,organizationName:r.a.VolhavenCompuTek,requiredHackingSkill:{max:400,min:300},serverGrowth:{max:65,min:45},specialName:r.a.VolhavenCompuTek},{hackDifficulty:{max:80,min:60},hostname:"netlink",literature:[i.a.SimulatedReality],maxRamExponent:{max:7,min:4},moneyAvailable:275e6,networkLayer:4,numOpenPortsRequired:3,organizationName:r.a.AevumNetLinkTechnologies,requiredHackingSkill:{max:425,min:375},serverGrowth:{max:75,min:45},specialName:r.a.AevumNetLinkTechnologies},{hackDifficulty:{max:65,min:35},hostname:"johnson-ortho",moneyAvailable:{max:85e6,min:7e7},networkLayer:4,numOpenPortsRequired:2,organizationName:"Johnson Orthopedics",requiredHackingSkill:{max:300,min:250},serverGrowth:{max:65,min:35}},{hackDifficulty:1,hostname:"n00dles",literature:[],maxRamExponent:2,moneyAvailable:7e4,networkLayer:1,numOpenPortsRequired:0,organizationName:r.a.NewTokyoNoodleBar,requiredHackingSkill:1,serverGrowth:3e3,specialName:r.a.NewTokyoNoodleBar},{hackDifficulty:10,hostname:r.a.Sector12FoodNStuff.toLowerCase(),literature:[i.a.Sector12Crime],maxRamExponent:4,moneyAvailable:2e6,networkLayer:1,numOpenPortsRequired:0,organizationName:r.a.Sector12FoodNStuff,requiredHackingSkill:1,serverGrowth:5,specialName:r.a.Sector12FoodNStuff},{hackDifficulty:10,hostname:"sigma-cosmetics",maxRamExponent:4,moneyAvailable:23e5,networkLayer:1,numOpenPortsRequired:0,organizationName:"Sigma Cosmetics",requiredHackingSkill:5,serverGrowth:10},{hackDifficulty:15,hostname:"joesguns",maxRamExponent:4,moneyAvailable:25e5,networkLayer:1,numOpenPortsRequired:0,organizationName:r.a.Sector12JoesGuns,requiredHackingSkill:10,serverGrowth:20,specialName:r.a.Sector12JoesGuns},{hackDifficulty:25,hostname:"zer0",maxRamExponent:5,moneyAvailable:75e5,networkLayer:2,numOpenPortsRequired:1,organizationName:"ZER0 Nightclub",requiredHackingSkill:75,serverGrowth:40},{hackDifficulty:20,hostname:"nectar-net",maxRamExponent:4,moneyAvailable:275e4,networkLayer:2,numOpenPortsRequired:0,organizationName:"Nectar Nightclub Network",requiredHackingSkill:20,serverGrowth:25},{hackDifficulty:25,hostname:"neo-net",literature:[i.a.TheHiddenWorld],maxRamExponent:5,moneyAvailable:5e6,networkLayer:3,numOpenPortsRequired:1,organizationName:"Neo Nightclub Network",requiredHackingSkill:50,serverGrowth:25},{hackDifficulty:30,hostname:"silver-helix",literature:[i.a.NewTriads],maxRamExponent:6,moneyAvailable:45e6,networkLayer:3,numOpenPortsRequired:2,organizationName:"Silver Helix",requiredHackingSkill:150,serverGrowth:30},{hackDifficulty:15,hostname:"hong-fang-tea",literature:[i.a.BrighterThanTheSun],maxRamExponent:4,moneyAvailable:3e6,networkLayer:1,numOpenPortsRequired:0,organizationName:"HongFang Teahouse",requiredHackingSkill:30,serverGrowth:20},{hackDifficulty:15,hostname:"harakiri-sushi",maxRamExponent:4,moneyAvailable:4e6,networkLayer:1,numOpenPortsRequired:0,organizationName:"HaraKiri Sushi Bar Network",requiredHackingSkill:40,serverGrowth:40},{hackDifficulty:20,hostname:"phantasy",maxRamExponent:5,moneyAvailable:24e6,networkLayer:3,numOpenPortsRequired:2,organizationName:"Phantasy Club",requiredHackingSkill:100,serverGrowth:35},{hackDifficulty:15,hostname:"max-hardware",maxRamExponent:5,moneyAvailable:1e7,networkLayer:2,numOpenPortsRequired:1,organizationName:"Max Hardware Store",requiredHackingSkill:80,serverGrowth:30},{hackDifficulty:{max:35,min:25},hostname:"omega-net",literature:[i.a.TheNewGod],maxRamExponent:5,moneyAvailable:{max:7e7,min:6e7},networkLayer:3,numOpenPortsRequired:2,organizationName:r.a.IshimaOmegaSoftware,requiredHackingSkill:{max:220,min:180},serverGrowth:{max:40,min:30},specialName:r.a.IshimaOmegaSoftware},{hackDifficulty:{max:45,min:35},hostname:"crush-fitness",moneyAvailable:{max:6e7,min:4e7},networkLayer:4,numOpenPortsRequired:2,organizationName:"Crush Fitness",requiredHackingSkill:{max:275,min:225},serverGrowth:{max:33,min:27},specialName:r.a.AevumCrushFitnessGym},{hackDifficulty:30,hostname:"iron-gym",maxRamExponent:5,moneyAvailable:2e7,networkLayer:1,numOpenPortsRequired:1,organizationName:r.a.Sector12IronGym+" Network",requiredHackingSkill:100,serverGrowth:20,specialName:r.a.Sector12IronGym},{hackDifficulty:{max:55,min:45},hostname:"millenium-fitness",maxRamExponent:{max:8,min:4},moneyAvailable:25e7,networkLayer:6,numOpenPortsRequired:3,organizationName:"Millenium Fitness Network",requiredHackingSkill:{max:525,min:475},serverGrowth:{max:45,min:25},specialName:r.a.VolhavenMilleniumFitnessGym},{hackDifficulty:{max:65,min:55},hostname:"powerhouse-fitness",maxRamExponent:{max:6,min:4},moneyAvailable:9e8,networkLayer:14,numOpenPortsRequired:5,organizationName:"Powerhouse Fitness",requiredHackingSkill:{max:1100,min:950},serverGrowth:{max:60,min:50},specialName:r.a.Sector12PowerhouseGym},{hackDifficulty:{max:60,min:40},hostname:"snap-fitness",moneyAvailable:45e7,networkLayer:7,numOpenPortsRequired:4,organizationName:"Snap Fitness",requiredHackingSkill:{max:800,min:675},serverGrowth:{max:60,min:40},specialName:r.a.AevumSnapFitnessGym},{hackDifficulty:0,hostname:"run4theh111z",literature:[i.a.SimulatedReality,i.a.TheNewGod],maxRamExponent:{max:9,min:5},moneyAvailable:0,networkLayer:11,numOpenPortsRequired:4,organizationName:"The Runners",requiredHackingSkill:{max:550,min:505},serverGrowth:0,specialName:o.a.BitRunnersServer},{hackDifficulty:0,hostname:"I.I.I.I",literature:[i.a.DemocracyIsDead],maxRamExponent:{max:8,min:4},moneyAvailable:0,networkLayer:5,numOpenPortsRequired:3,organizationName:"I.I.I.I",requiredHackingSkill:{max:365,min:340},serverGrowth:0,specialName:o.a.TheBlackHandServer},{hackDifficulty:0,hostname:"avmnite-02h",literature:[i.a.DemocracyIsDead],maxRamExponent:{max:7,min:4},moneyAvailable:0,networkLayer:4,numOpenPortsRequired:2,organizationName:a.a.NiteSec,requiredHackingSkill:{max:220,min:202},serverGrowth:0,specialName:o.a.NiteSecServer},{hackDifficulty:0,hostname:".",maxRamExponent:4,moneyAvailable:0,networkLayer:13,numOpenPortsRequired:4,organizationName:".",requiredHackingSkill:{max:550,min:505},serverGrowth:0,specialName:o.a.TheDarkArmyServer},{hackDifficulty:0,hostname:"CSEC",literature:[i.a.DemocracyIsDead],maxRamExponent:3,moneyAvailable:0,networkLayer:2,numOpenPortsRequired:1,organizationName:a.a.CyberSec,requiredHackingSkill:{max:60,min:51},serverGrowth:0,specialName:o.a.CyberSecServer},{hackDifficulty:0,hostname:"The-Cave",literature:[i.a.AlphaOmega],moneyAvailable:0,networkLayer:15,numOpenPortsRequired:5,organizationName:"Helios",requiredHackingSkill:925,serverGrowth:0,specialName:o.a.DaedalusServer},{hackDifficulty:0,hostname:"w0r1d_d43m0n",moneyAvailable:0,numOpenPortsRequired:5,organizationName:"w0r1d_d43m0n",requiredHackingSkill:3e3,serverGrowth:0,specialName:o.a.WorldDaemon},{hostname:o.a.DarkWeb,moneyAvailable:0,numOpenPortsRequired:5,organizationName:o.a.DarkWeb,requiredHackingSkill:1,specialName:o.a.DarkWeb}]},function(t,e,n){"use strict";n.d(e,"c",(function(){return i})),n.d(e,"b",(function(){return o})),n.d(e,"a",(function(){return s}));var a=n(153),r=n(97);function i(t,e){const n=t.organizationName;let i=null;if("string"==typeof n&&""!==n&&(i=r.a[n]),!(i instanceof a.a))return;const o=e/t.moneyMax;Math.random()null!==t&&t.type===c.b.GRAFTING;class b extends c.a{constructor(t){var e,n;super(c.b.GRAFTING,null===(e=null==t?void 0:t.singularity)||void 0===e||e),this.unitCompleted=0,this.augmentation=null!==(n=null==t?void 0:t.augmentation)&&void 0!==n?n:o.a.Targeting1;const a=Object(s.a)();t&&l.a.loseMoney(a[this.augmentation].cost,"augmentations")}unitNeeded(){return new d.a(p.a[this.augmentation]).time}process(t){let e=1;return l.a.hasAugmentation(o.a.NeuroreceptorManager,!0)||(e=l.a.focus?1:i.a.BaseFocusBonus),this.cyclesWorked+=t,this.unitCompleted+=i.a._idleSpeed*t*Object(f.c)()*e,this.unitCompleted>=this.unitNeeded()}finish(t){const e=this.augmentation;t?t&&!this.singularity&&Object(m.a)(r.a.createElement(r.a.Fragment,null,"You cancelled the grafting of ",e,".",r.a.createElement("br",null),"Your money was not returned to you.")):(Object(u.a)({name:e,level:1}),l.a.hasAugmentation(o.a.CongruityImplant,!0)||(l.a.entropy+=1,l.a.applyEntropy(l.a.entropy)),this.singularity||Object(m.a)(r.a.createElement(r.a.Fragment,null,"You've finished grafting ",e,".",r.a.createElement("br",null),"The augmentation has been applied to your body"," ",l.a.hasAugmentation(o.a.CongruityImplant,!0)?".":", but you feel a bit off."))),t||l.a.gainIntelligenceExp(i.a.IntelligenceGraftBaseExpGain*this.cyclesWorked*i.a._idleSpeed/1e4)}APICopy(){return{type:this.type,cyclesWorked:this.cyclesWorked,augmentation:this.augmentation}}toJSON(){return Object(h.b)("GraftingWork",this)}static fromJSON(t){return Object(h.a)(b,t.data)}}h.c.constructors.GraftingWork=b},function(t,e,n){"use strict";n.d(e,"a",(function(){return f}));var a=n(0),r=n.n(a),i=n(137),o=n(1),s=n(10),l=n(13),c=n(273);function f(t){const e=t.bladeburner.getActionObject(new c.a({name:t.name,type:t.type}));if(null==e)throw new Error("Failed to get Operation Object for: "+t.name);let n=!1;return e.count<1&&(n=!0),"Raid"===t.name&&0===t.bladeburner.getCurrentCity().comms&&(n=!0),e instanceof i.a&&t.bladeburner.rank{let t=5;const a=[],r=setInterval(()=>{if(t--,t>0)return;t=5*Math.random();const r=Math.random()*e.length,o=e.charAt(r);n(t=>i(t,r,function(t){const e=t=>t[Math.floor(Math.random()*t.length)],n=["abcdefghijklmnopqrstuvwxyz","ABCDEFGHIJKLMNOPQRSTUVWXYZ","1234567890"," _","()[]{}<>"];for(const a of n)if(a.includes(t))return e(a);return e("!@#$%^&*()_+|\\';\"/.,?`~")}(o))),a.push(window.setTimeout(()=>{n(t=>i(t,r,o))},500))},20);return()=>{clearInterval(r),a.forEach(t=>clearTimeout(t))}},[]),r.a.createElement("span",null,e)}},,,function(t,e,n){"use strict";n.d(e,"a",(function(){return H}));var a=n(29),r=n(114),i=n(13),o=n(308),s=n(214),l=n(315),c=n(78),f=n(15),u=n(30),m=n(105),h=n(101),d=n(22),p=n(28),g=n(671),b=n(228),y=n(58),E=n(45),v=n(353),k=n(191),w=n(1),S=n(102),_=n(26),C=n(6),x=n(175),L=n(97),O=n(9),M=n(24),A=n(226),T=n(144),R=n(289),N=n(270),P=n(1493),I=n(267),F=n(0),D=n.n(F),j=n(1494),B=n(3),G=n(10),W=n(83);const H={_lastUpdate:(new Date).getTime(),updateGame:function(t=1){const e=t*f.a._idleSpeed;null==w.a.totalPlaytime&&(w.a.totalPlaytime=0),null==w.a.playtimeSinceLastAug&&(w.a.playtimeSinceLastAug=0),null==w.a.playtimeSinceLastBitnode&&(w.a.playtimeSinceLastBitnode=0),w.a.totalPlaytime+=e,w.a.playtimeSinceLastAug+=e,w.a.playtimeSinceLastBitnode+=e,O.a.process(t),w.a.processWork(t),w.a.hasWseAccount&&Object(L.j)(t),w.a.gang&&w.a.gang.process(t),m.c.process(t),w.a.corporation&&w.a.corporation.storeCycles(t),w.a.bladeburner&&w.a.bladeburner.storeCycles(t),w.a.sleeves.forEach(e=>e.process(t)),H.decrementAllCounters(t),H.checkCounters(),Object(k.f)(t),Object(y.i)(t)},Counters:{autoSaveCounter:300,updateSkillLevelsCounter:10,updateDisplays:3,updateDisplaysLong:15,updateActiveScriptsDisplay:5,createProgramNotifications:10,augmentationsNotifications:10,checkFactionInvitations:100,passiveFactionGrowth:5,messages:150,mechanicProcess:5,contractGeneration:3e3,achievementsCounter:60},decrementAllCounters:function(t=1){for(const[e,n]of Object.entries(H.Counters)){if(void 0===n)throw new Error("counter should not be undefined");H.Counters[e]=n-t}},checkCounters:function(){if(H.Counters.autoSaveCounter<=0&&(null==C.a.AutosaveInterval&&(C.a.AutosaveInterval=60),0===C.a.AutosaveInterval?(!function(){if(C.a.SuppressAutosaveDisabledWarnings)return;if([p.a.Recovery,p.a.ImportSave].includes(d.b.page()))return;const t=D.a.createElement(D.a.Fragment,null,"Auto-saves are ",D.a.createElement("strong",null,"disabled"),"!",D.a.createElement(G.a,{sx:{ml:1},color:"warning",size:"small",onClick:()=>{C.a.AutosaveInterval=60}},"Enable"));W.b.emit(t,W.d.WARNING,5e3)}(),H.Counters.autoSaveCounter=300):(H.Counters.autoSaveCounter=5*C.a.AutosaveInterval,S.c.saveGame(!C.a.SuppressSavedGameToast))),H.Counters.checkFactionInvitations<=0){const t=w.a.checkForFactionInvitations();if(t.length>0){const e=t[Math.floor(Math.random()*t.length)];Object(h.c)(e)}H.Counters.checkFactionInvitations=100}if(H.Counters.passiveFactionGrowth<=0){const t=Math.floor(5-H.Counters.passiveFactionGrowth);Object(h.e)(t),H.Counters.passiveFactionGrowth=5}if(H.Counters.messages<=0&&(Object(v.b)(),w.a.hasAugmentation(i.a.TheRedPill)?H.Counters.messages=4500:H.Counters.messages=150),w.a.corporation&&w.a.corporation.process(),H.Counters.mechanicProcess<=0){if(w.a.bladeburner)try{w.a.bladeburner.process()}catch(t){Object(N.a)("Exception caught in Bladeburner.process(): "+t)}H.Counters.mechanicProcess=5}H.Counters.contractGeneration<=0&&(Math.random()<=.25&&Object(l.c)(),H.Counters.contractGeneration=3e3),H.Counters.achievementsCounter<=0&&(Object(I.b)(),H.Counters.achievementsCounter=300)},load:function(t){if(Object(P.a)(),Object(j.a)(),Object(S.b)(t)){var e,n,i;x.b.emit(),Object(o.b)(),Object(s.b)(),Object(r.e)(),w.a.reapplyAllSourceFiles(),w.a.hasWseAccount&&Object(L.g)(),w.a.applyEntropy(w.a.entropy),H._lastUpdate=(new Date).getTime();const t=w.a.lastUpdate,c=H._lastUpdate-t,d=Math.floor(c/f.a._idleSpeed),p=Math.floor(c/6e5);if(w.a.sourceFiles.length>0){let t=0;if(p>100&&(t+=Math.floor(.25*p)),p>0&&p<=100)for(let e=0;et.process(d));const _=d*f.a._idleSpeed;null!==(e=w.a.totalPlaytime)&&void 0!==e||(w.a.totalPlaytime=0),null!==(n=w.a.playtimeSinceLastAug)&&void 0!==n||(w.a.playtimeSinceLastAug=0),null!==(i=w.a.playtimeSinceLastBitnode)&&void 0!==i||(w.a.playtimeSinceLastBitnode=0),w.a.totalPlaytime+=_,w.a.playtimeSinceLastAug+=_,w.a.playtimeSinceLastBitnode+=_,w.a.lastUpdate=H._lastUpdate,H.start();const C=Object(a.b)(_);setTimeout(()=>R.a.emit(D.a.createElement(D.a.Fragment,null,D.a.createElement(B.a,null,"Offline for ",C,". While you were offline:"),D.a.createElement("ul",null,D.a.createElement("li",null,D.a.createElement(B.a,null,"Your scripts generated ",D.a.createElement(M.a,{money:E}))),D.a.createElement("li",null,D.a.createElement(B.a,null,"Your Hacknet Nodes generated ",S)),D.a.createElement("li",null,D.a.createElement(B.a,null,"You gained ",D.a.createElement(T.a,{reputation:g})," reputation divided amongst your factions"))))),250)}else Object(o.b)(),Object(s.b)(),H.start(),w.a.init(),Object(_.f)(w.a.getHomeComputer()),Object(c.b)(),Object(u.c)(),Object(r.e)(),Object(E.e)();Object(g.b)()},start:function(){const t=(new Date).getTime();let e=t-H._lastUpdate;const n=e%f.a._idleSpeed;e=Math.floor(e/f.a._idleSpeed),e>0&&(H._lastUpdate=t-n,w.a.lastUpdate=t-n,H.updateGame(e)),window.requestAnimationFrame(H.start)}}},function(t,e,n){"use strict";n.d(e,"a",(function(){return f}));var a=n(0),r=n.n(a),i=n(5),o=n(22),s=n(364),l=n(3);class c{constructor(t){var e,n,a,i,o,s,l;this.infoText=null!==(e=t.infoText)&&void 0!==e?e:r.a.createElement(r.a.Fragment,null),this.enemies=null!==(n=t.enemies)&&void 0!==n?n:[],this.offerHackingWork=null!==(a=t.offerHackingWork)&&void 0!==a&&a,this.offerFieldWork=null!==(i=t.offerFieldWork)&&void 0!==i&&i,this.offerSecurityWork=null!==(o=t.offerSecurityWork)&&void 0!==o&&o,this.keep=null!==(s=t.keepOnInstall)&&void 0!==s&&s,this.special=null!==(l=t.special)&&void 0!==l&&l,this.assignment=t.assignment}offersWork(){return this.offerFieldWork||this.offerHackingWork||this.offerSecurityWork}}const f={[i.a.Illuminati]:new c({infoText:r.a.createElement(r.a.Fragment,null,"Humanity never changes. No matter how civilized society becomes, it will eventually fall back into chaos. And from this chaos, we are the invisible hand that guides them to order."," "),offerHackingWork:!0,offerFieldWork:!0}),[i.a.Daedalus]:new c({infoText:r.a.createElement(r.a.Fragment,null,"Yesterday we obeyed kings and bent our necks to emperors. Today we kneel only to truth."),offerHackingWork:!0,offerFieldWork:!0}),[i.a.TheCovenant]:new c({infoText:r.a.createElement(r.a.Fragment,null,"Surrender yourself. Give up your empty individuality to become part of something great, something eternal. Become a slave. Submit your mind, body, and soul. Only then can you set yourself free.",r.a.createElement("br",null),r.a.createElement("br",null),"Only then can you discover immortality."),offerHackingWork:!0,offerFieldWork:!0}),[i.a.ECorp]:new c({infoText:r.a.createElement(r.a.Fragment,null,i.a.ECorp,"'s mission is simple: to connect the world of today with the technology of tomorrow. With our wide range of Internet-related software and commercial hardware, ",i.a.ECorp," makes the world's information universally accessible."),offerHackingWork:!0,offerFieldWork:!0,offerSecurityWork:!0,keepOnInstall:!0}),[i.a.MegaCorp]:new c({infoText:r.a.createElement(r.a.Fragment,null,i.a.MegaCorp," does what no other dares to do. We imagine. We create. We invent. We create what others have never even dreamed of. Our work fills the world's needs for food, water, power, and transportation on an unprecedented scale, in ways that no other company can.",r.a.createElement("br",null),r.a.createElement("br",null),"In our labs and factories and on the ground with customers, ",i.a.MegaCorp," is ushering in a new era for the world."),offerHackingWork:!0,offerFieldWork:!0,offerSecurityWork:!0,keepOnInstall:!0}),[i.a.BachmanAssociates]:new c({infoText:r.a.createElement(r.a.Fragment,null,"Where Law and Business meet - that's where we are.",r.a.createElement("br",null),r.a.createElement("br",null),"Legal Insight - Business Instinct - Innovative Experience."),offerHackingWork:!0,offerFieldWork:!0,offerSecurityWork:!0,keepOnInstall:!0}),[i.a.BladeIndustries]:new c({infoText:r.a.createElement(r.a.Fragment,null,"Augmentation is Salvation."),offerHackingWork:!0,offerFieldWork:!0,offerSecurityWork:!0,keepOnInstall:!0}),[i.a.NWO]:new c({infoText:r.a.createElement(r.a.Fragment,null,"Humans don't truly desire freedom. They want to be observed, understood, and judged. They want to be given purpose and direction in life. That is why they created God. And that is why they created civilization - not because of willingness, but because of a need to be incorporated into higher orders of structure and meaning."),offerHackingWork:!0,offerFieldWork:!0,offerSecurityWork:!0,keepOnInstall:!0}),[i.a.ClarkeIncorporated]:new c({infoText:r.a.createElement(r.a.Fragment,null,"The Power of the Genome - Unlocked."),offerHackingWork:!0,offerFieldWork:!0,offerSecurityWork:!0,keepOnInstall:!0}),[i.a.OmniTekIncorporated]:new c({infoText:r.a.createElement(r.a.Fragment,null,"Simply put, our mission is to design and build robots that make a difference."),offerHackingWork:!0,offerFieldWork:!0,offerSecurityWork:!0,keepOnInstall:!0}),[i.a.FourSigma]:new c({infoText:r.a.createElement(r.a.Fragment,null,"The scientific method is the best way to approach investing. Big strategies backed up with big data. Driven by deep learning and innovative ideas. And improved by iteration. That's ",i.a.FourSigma,"."),offerHackingWork:!0,offerFieldWork:!0,offerSecurityWork:!0,keepOnInstall:!0}),[i.a.KuaiGongInternational]:new c({infoText:r.a.createElement(r.a.Fragment,null,"Dream big. Work hard. Make history."),offerHackingWork:!0,offerFieldWork:!0,offerSecurityWork:!0,keepOnInstall:!0}),[i.a.FulcrumSecretTechnologies]:new c({infoText:r.a.createElement(r.a.Fragment,null,"The human organism has an innate desire to worship. That is why they created gods. If there were no gods, it would be necessary to create them. And now we can."),offerHackingWork:!0,offerSecurityWork:!0,keepOnInstall:!0}),[i.a.BitRunners]:new c({infoText:r.a.createElement(r.a.Fragment,null,"Our entire lives are controlled by bits. All of our actions, our thoughts, our personal information. It's all transformed into bits, stored in bits, communicated through bits. It’s impossible for any person to move, to live, to operate at any level without the use of bits. And when a person moves, lives, and operates, they leave behind their bits, mere traces of seemingly meaningless fragments of information. But these bits can be reconstructed. Transformed. Used.",r.a.createElement("br",null),r.a.createElement("br",null),"Those who run the bits, run the world."),offerHackingWork:!0}),[i.a.TheBlackHand]:new c({infoText:r.a.createElement(r.a.Fragment,null,"The world, so afraid of strong government, now has no government. Only power - Digital power. Financial power. Technological power. And those at the top rule with an invisible hand. They built a society where the rich get richer, and everyone else suffers.",r.a.createElement("br",null),r.a.createElement("br",null),"So much pain. So many lives. Their darkness must end."),offerHackingWork:!0,offerFieldWork:!0}),[i.a.NiteSec]:new c({infoText:r.a.createElement(r.a.Fragment,null," __..__ ",r.a.createElement("br",null)," _.nITESECNIt. ",r.a.createElement("br",null)," .-'NITESECNITESEc. ",r.a.createElement("br",null)," .' NITESECNITESECn ",r.a.createElement("br",null)," / NITESECNITESEC; ",r.a.createElement("br",null)," : :NITESECNITESEC; ",r.a.createElement("br",null)," ; $ NITESECNITESECN ",r.a.createElement("br",null)," : _, ,N'ITESECNITESEC ",r.a.createElement("br",null)," : .+^^`, : `NITESECNIT ",r.a.createElement("br",null)," ) /), `-,-=,NITESECNI ",r.a.createElement("br",null)," / ^ ,-;|NITESECN; ",r.a.createElement("br",null)," / _.' '-';NITESECN ",r.a.createElement("br",null)," ( , ,-''`^NITE' ",r.a.createElement("br",null)," )` :`. .' ",r.a.createElement("br",null)," )-- ; `- / ",r.a.createElement("br",null)," ' _.-' : ",r.a.createElement("br",null)," ( _.-' . ",r.a.createElement("br",null)," ------. ",r.a.createElement("br",null)," . ",r.a.createElement("br",null)," _.nIt ",r.a.createElement("br",null)," _.nITESECNi ",r.a.createElement("br",null)," nITESECNIT^' ",r.a.createElement("br",null)," NITE^' ___ ",r.a.createElement("br",null)," / .gP''''Tp. ",r.a.createElement("br",null)," : d' . `b ",r.a.createElement("br",null)," ; d' o `b ; ",r.a.createElement("br",null)," / d; `b| ",r.a.createElement("br",null)," /, $; @ `: ",r.a.createElement("br",null)," /' $/ ; ",r.a.createElement("br",null)," .' $/b o | ",r.a.createElement("br",null)," .' d$/$; : ",r.a.createElement("br",null)," / .d/$/$; , ; ",r.a.createElement("br",null)," d .dNITESEC $ | ",r.a.createElement("br",null)," :bp.__.gNITESEC/$ :$ ; ",r.a.createElement("br",null)," NITESECNITESECNIT /$b : ",r.a.createElement("br",null)),offerHackingWork:!0,offerFieldWork:!1,offerSecurityWork:!1,special:!1,keepOnInstall:!1}),[i.a.Aevum]:new c({infoText:r.a.createElement(r.a.Fragment,null,"The Silicon City."),enemies:[i.a.Chongqing,i.a.NewTokyo,i.a.Ishima,i.a.Volhaven],offerHackingWork:!0,offerFieldWork:!0,offerSecurityWork:!0}),[i.a.Chongqing]:new c({infoText:r.a.createElement(r.a.Fragment,null,"Serve the People."),enemies:[i.a.Sector12,i.a.Aevum,i.a.Volhaven],offerHackingWork:!0,offerFieldWork:!0,offerSecurityWork:!0}),[i.a.Ishima]:new c({infoText:r.a.createElement(r.a.Fragment,null,"The East Asian Order of the Future."),enemies:[i.a.Sector12,i.a.Aevum,i.a.Volhaven],offerHackingWork:!0,offerFieldWork:!0,offerSecurityWork:!0}),[i.a.NewTokyo]:new c({infoText:r.a.createElement(r.a.Fragment,null,"Asia's World City."),enemies:[i.a.Sector12,i.a.Aevum,i.a.Volhaven],offerHackingWork:!0,offerFieldWork:!0,offerSecurityWork:!0}),[i.a.Sector12]:new c({infoText:r.a.createElement(r.a.Fragment,null,"The City of the Future."),enemies:[i.a.Chongqing,i.a.NewTokyo,i.a.Ishima,i.a.Volhaven],offerHackingWork:!0,offerFieldWork:!0,offerSecurityWork:!0}),[i.a.Volhaven]:new c({infoText:r.a.createElement(r.a.Fragment,null,"Benefit, Honor, and Glory."),enemies:[i.a.Chongqing,i.a.Sector12,i.a.NewTokyo,i.a.Aevum,i.a.Ishima],offerHackingWork:!0,offerFieldWork:!0,offerSecurityWork:!0}),[i.a.SpeakersForTheDead]:new c({infoText:r.a.createElement(r.a.Fragment,null,"It is better to reign in Hell than to serve in Heaven."),offerHackingWork:!0,offerFieldWork:!0,offerSecurityWork:!0}),[i.a.TheDarkArmy]:new c({infoText:r.a.createElement(r.a.Fragment,null,"The World doesn't care about right or wrong. It only cares about power."),offerHackingWork:!0,offerFieldWork:!0}),[i.a.TheSyndicate]:new c({infoText:r.a.createElement(r.a.Fragment,null,"Honor holds you back."),offerHackingWork:!0,offerFieldWork:!0,offerSecurityWork:!0}),[i.a.Silhouette]:new c({infoText:r.a.createElement(r.a.Fragment,null,"Corporations have filled the void of power left behind by the collapse of Western government. The issue is they've become so big that you don't know who they're working for. And if you're employed at one of these corporations, you don't even know who you're working for.",r.a.createElement("br",null),r.a.createElement("br",null),"That's terror. Terror, fear, and corruption. All born into the system, all propagated by the system."),offerHackingWork:!0,offerFieldWork:!0}),[i.a.Tetrads]:new c({infoText:r.a.createElement(r.a.Fragment,null,"Following the mandate of Heaven and carrying out the way."),offerFieldWork:!0,offerSecurityWork:!0}),[i.a.SlumSnakes]:new c({infoText:r.a.createElement(r.a.Fragment,null,i.a.SlumSnakes," rule!"),offerFieldWork:!0,offerSecurityWork:!0}),[i.a.Netburners]:new c({infoText:r.a.createElement(r.a.Fragment,null,"~~//*>H4CK||3T 8URN3R5**>?>\\~~"),offerHackingWork:!0}),[i.a.TianDiHui]:new c({infoText:r.a.createElement(r.a.Fragment,null,"Obey Heaven and work righteously."),offerHackingWork:!0,offerSecurityWork:!0}),[i.a.CyberSec]:new c({infoText:r.a.createElement(r.a.Fragment,null,"The Internet is the first thing that was built that we don't fully understand, the largest experiment in anarchy that we have ever had. And as the world becomes increasingly dominated by it, society approaches the brink of total chaos. We serve only to protect society, to protect humanity, to protect the world from imminent collapse."),offerHackingWork:!0}),[i.a.Bladeburners]:new c({infoText:r.a.createElement(r.a.Fragment,null,"It's too bad they won't live. But then again, who does?",r.a.createElement("br",null),r.a.createElement("br",null),"Note that for this faction, reputation can only be gained through ",i.a.Bladeburners," actions."," ","Completing ",i.a.Bladeburners," contracts/operations will increase your reputation."),special:!0,assignment:()=>r.a.createElement(s.a,{buttonText:"Open Bladeburner headquarters",infoText:"You can gain reputation with bladeburner by completing contracts and operations.",onClick:()=>o.b.toBladeburner()})}),[i.a.ChurchOfTheMachineGod]:new c({infoText:r.a.createElement(r.a.Fragment,null," `` ",r.a.createElement("br",null)," -odmmNmds: ",r.a.createElement("br",null)," `hNmo:..-omNh. ",r.a.createElement("br",null)," yMd` `hNh ",r.a.createElement("br",null)," mMd oNm ",r.a.createElement("br",null)," oMNo .mM/ ",r.a.createElement("br",null)," `dMN+ -mM+ ",r.a.createElement("br",null)," -mMNo -mN+ ",r.a.createElement("br",null)," .+- :mMNo/mN/ ",r.a.createElement("br",null),":yNMd. :NMNNN/ ",r.a.createElement("br",null),"-mMMMh. /NMMh` ",r.a.createElement("br",null)," .dMMMd. /NMMMy` ",r.a.createElement("br",null)," `yMMMd. /NNyNMMh` ",r.a.createElement("br",null)," `sMMMd. +Nm: +NMMh. ",r.a.createElement("br",null)," oMMMm- oNm: /NMMd. ",r.a.createElement("br",null)," +NMMmsMm- :mMMd. ",r.a.createElement("br",null)," /NMMMm- -mMMd. ",r.a.createElement("br",null)," /MMMm- -mMMd. ",r.a.createElement("br",null)," `sMNMMm- .mMmo ",r.a.createElement("br",null)," `sMd:hMMm. ./. ",r.a.createElement("br",null)," `yMy` `yNMd` ",r.a.createElement("br",null)," `hMs` oMMy ",r.a.createElement("br",null)," `hMh sMN- ",r.a.createElement("br",null)," /MM- .NMo ",r.a.createElement("br",null)," +MM: :MM+ ",r.a.createElement("br",null)," sNNo-.`.-omNy` ",r.a.createElement("br",null)," -smNNNNmdo- ",r.a.createElement("br",null)," `..` ",r.a.createElement("br",null),r.a.createElement("br",null),"Many cultures predict an end to humanity in the near future, a final Armageddon that will end the world; but we disagree."),offerHackingWork:!1,offerFieldWork:!1,offerSecurityWork:!1,special:!0,keepOnInstall:!0,assignment:()=>r.a.createElement(s.a,{buttonText:"Open Staneks Gift",infoText:"Stanek's Gift is a powerful augmentation that powers up the stat you chose to boost.Gaining reputation with the Church of the Machine God can only be done by charging the gift.",onClick:()=>o.b.toStaneksGift()})}),[i.a.ShadowsOfAnarchy]:new c({infoText:r.a.createElement(r.a.Fragment,null,"The government is ruled by the corporations that we have allowed to consume it. To release the world from its shackles, the gods grant us their strength."),special:!0,keepOnInstall:!0,assignment:()=>r.a.createElement(l.a,null,i.a.ShadowsOfAnarchy," can only gain reputation by infiltrating.")})}},function(t,e,n){"use strict";n.d(e,"b",(function(){return f})),n.d(e,"a",(function(){return u}));var a=n(25),r=n(15),i=n(108),o=n(89),s=n(228);const l=1e3/r.a._idleSpeed,c={[i.a.HACKING]:Object(o.c)({hackExp:15}),[i.a.FIELD]:Object(o.c)({hackExp:10,strExp:10,defExp:10,dexExp:10,agiExp:10,chaExp:10}),[i.a.SECURITY]:Object(o.c)({hackExp:5,strExp:15,defExp:15,dexExp:15,agiExp:15})},f=(t,e,n)=>({[i.a.HACKING]:s.c,[i.a.FIELD]:s.a,[i.a.SECURITY]:s.b}[e](t,n));function u(t,e){const n=c[e];return{money:0,reputation:0,hackExp:n.hackExp*t.mults.hacking_exp*a.a.FactionWorkExpGain/l,strExp:n.strExp*t.mults.strength_exp*a.a.FactionWorkExpGain/l,defExp:n.defExp*t.mults.defense_exp*a.a.FactionWorkExpGain/l,dexExp:n.dexExp*t.mults.dexterity_exp*a.a.FactionWorkExpGain/l,agiExp:n.agiExp*t.mults.agility_exp*a.a.FactionWorkExpGain/l,chaExp:n.chaExp*t.mults.charisma_exp*a.a.FactionWorkExpGain/l,intExp:0}}},function(t,e,n){"use strict";let a;n.d(e,"a",(function(){return r})),function(t){t[t.SmartFactories=0]="SmartFactories",t[t.SmartStorage=1]="SmartStorage",t[t.DreamSense=2]="DreamSense",t[t.WilsonAnalytics=3]="WilsonAnalytics",t[t.NuoptimalNootropicInjectorImplants=4]="NuoptimalNootropicInjectorImplants",t[t.SpeechProcessorImplants=5]="SpeechProcessorImplants",t[t.NeuralAccelerators=6]="NeuralAccelerators",t[t.FocusWires=7]="FocusWires",t[t.ABCSalesBots=8]="ABCSalesBots",t[t.ProjectInsight=9]="ProjectInsight"}(a||(a={}));const r={[a.SmartFactories]:{index:a.SmartFactories,basePrice:2e9,priceMult:1.06,benefit:.03,name:"Smart Factories",desc:"Advanced AI automatically optimizes the operation and productivity of factories. Each level of this upgrade increases your global production by 3% (additive)."},[a.SmartStorage]:{index:a.SmartStorage,basePrice:2e9,priceMult:1.06,benefit:.1,name:"Smart Storage",desc:"Advanced AI automatically optimizes your warehouse storage methods. Each level of this upgrade increases your global warehouse storage size by 10% (additive)."},[a.DreamSense]:{index:a.DreamSense,basePrice:4e9,priceMult:1.1,benefit:.001,name:"DreamSense",desc:"Use DreamSense LCC Technologies to advertise your corporation to consumers through their dreams. Each level of this upgrade provides a passive increase in awareness of all of your companies (divisions) by 0.004 / market cycle,and in popularity by 0.001 / market cycle. A market cycle is approximately 15 seconds."},[a.WilsonAnalytics]:{index:a.WilsonAnalytics,basePrice:4e9,priceMult:1.5,benefit:.005,name:"Wilson Analytics",desc:"Purchase data and analysis from Wilson, a marketing research firm. Each level of this upgrade increases the effectiveness of your advertising by 0.5% (additive)."},[a.NuoptimalNootropicInjectorImplants]:{index:a.NuoptimalNootropicInjectorImplants,basePrice:1e9,priceMult:1.06,benefit:.1,name:"Nuoptimal Nootropic Injector Implants",desc:"Purchase the Nuoptimal Nootropic Injector augmentation for your employees. Each level of this upgrade globally increases the creativity of your employees by 10% (additive)."},[a.SpeechProcessorImplants]:{index:a.SpeechProcessorImplants,basePrice:1e9,priceMult:1.06,benefit:.1,name:"Speech Processor Implants",desc:"Purchase the Speech Processor augmentation for your employees. Each level of this upgrade globally increases the charisma of your employees by 10% (additive)."},[a.NeuralAccelerators]:{index:a.NeuralAccelerators,basePrice:1e9,priceMult:1.06,benefit:.1,name:"Neural Accelerators",desc:"Purchase the Neural Accelerator augmentation for your employees. Each level of this upgrade globally increases the intelligence of your employees by 10% (additive)."},[a.FocusWires]:{index:a.FocusWires,basePrice:1e9,priceMult:1.06,benefit:.1,name:"FocusWires",desc:"Purchase the FocusWire augmentation for your employees. Each level of this upgrade globally increases the efficiency of your employees by 10% (additive)."},[a.ABCSalesBots]:{index:a.ABCSalesBots,basePrice:1e9,priceMult:1.07,benefit:.01,name:"ABC SalesBots",desc:"Always Be Closing. Purchase these robotic salesmen to increase the amount of materials and products you sell. Each level of this upgrade globally increases your sales by 1% (additive)."},[a.ProjectInsight]:{index:a.ProjectInsight,basePrice:5e9,priceMult:1.07,benefit:.05,name:"Project Insight",desc:"Purchase 'Project Insight', a R&D service provided by the secretive Fulcrum Technologies. Each level of this upgrade globally increases the amount of Scientific Research you produce by 5% (additive)."}}},function(t,e,n){"use strict";n.d(e,"a",(function(){return a}));const a=new(n(126).a)},function(t,e,n){"use strict";n.d(e,"a",(function(){return s}));var a=n(1085),r=n(232),i=n(26);function o(t,e,n){return e in t?Object.defineProperty(t,e,{value:n,enumerable:!0,configurable:!0,writable:!0}):t[e]=n,t}class s{constructor(t,e,n){o(this,"code",""),o(this,"delay",null),o(this,"disableLogs",{}),o(this,"dynamicLoadedFns",{}),o(this,"dynamicRamUsage",r.a.ScriptBaseRamCost),o(this,"errorMessage",""),o(this,"loadedFns",{}),o(this,"output",""),o(this,"ramUsage",0),this.name=t.filename,this.hostname=t.server;const s=Math.round(e);if("number"!=typeof s||isNaN(s))throw new Error("Invalid PID when constructing WorkerScript: "+e);this.pid=s,t.pid=s;const l=Object(i.d)(this.hostname);if(null==l)throw new Error("WorkerScript constructed with invalid server ip: "+this.hostname);let c=!1;for(let t=0;t1!==t)),1),e=Math.log2(t);return(r.a.AugmentationGraftingTimeBase*e+r.a.MillisecondsPerHalfHour)/2}}},function(t,e,n){"use strict";n.d(e,"a",(function(){return i}));var a=n(1517),r=n(1826);const i=Object(r.a)(t=>({root:{backgroundColor:t.palette.background.paper},bar:{transition:"none",backgroundColor:t.palette.primary.main}}))(a.a)},,function(t,e,n){"use strict";function a(t,e){for(const n of Object.keys(e)){const a=e[n];void 0!==a&&("function"==typeof a?a(t,n):void 0!==a.func?a.func(t,e,n):(typeof t[n]!=typeof a.default&&(t[n]=a.default),"number"==typeof t[n]&&void 0!==a.min&&t[n]a.max&&(t[n]=a.max)))}}function r(t,e,n){return(a,r)=>{"number"==typeof a[r]?(a[r]n&&(a[r]=n)):a[r]=t}}n.d(e,"b",(function(){return a})),n.d(e,"a",(function(){return r}))},function(t,e,n){"use strict";n.d(e,"b",(function(){return s})),n.d(e,"c",(function(){return l})),n.d(e,"a",(function(){return c}));var a=n(1),r=n(25),i=n(622),o=n(13);function s(t,e,n){const i=e*Math.pow(1.01,e);return Math.pow(t+1,2)*Math.pow(n,3)*3e3*i*(a.a.hasAugmentation(o.a.WKSharmonizer,!0)?1.5:1)*r.a.InfiltrationMoney}function l(t,e,n){const i=e*Math.pow(1.01,e);return Math.pow(t+1,1.1)*Math.pow(n,1.2)*30*i*(a.a.hasAugmentation(o.a.WKSharmonizer,!0)?1.5:1)*r.a.InfiltrationRep}function c(t,e){return e/i.a.reduce((t,e)=>{var n;const a=(null===(n=e.infiltrationData)||void 0===n?void 0:n.startingSecurityLevel)||0;return t>a?t:a},0)*5e3*(a.a.hasAugmentation(o.a.WKSharmonizer,!0)?2:1)*(1+t.favor/100)}},function(t,e,n){"use strict";n.d(e,"a",(function(){return i}));var a=n(16);function r(t,e,n){return e in t?Object.defineProperty(t,e,{value:n,enumerable:!0,configurable:!0,writable:!0}):t[e]=n,t}class i{constructor(){r(this,"bladeburner",0),r(this,"casino",0),r(this,"class",0),r(this,"codingcontract",0),r(this,"corporation",0),r(this,"crime",0),r(this,"gang",0),r(this,"hacking",0),r(this,"hacknet",0),r(this,"hacknet_expenses",0),r(this,"hospitalization",0),r(this,"infiltration",0),r(this,"sleeves",0),r(this,"stock",0),r(this,"total",0),r(this,"work",0),r(this,"servers",0),r(this,"other",0),r(this,"augmentations",0)}record(t,e){const n=e.toLowerCase();"number"==typeof this[n]?(this[n]+=t,this.total+=t):console.warn("MoneySourceTracker.record() called with invalid source: "+e)}reset(){for(const t in this)"number"==typeof this[t]&&(this[t]=0)}toJSON(){return Object(a.b)("MoneySourceTracker",this)}static fromJSON(t){return Object(a.a)(i,t.data)}}a.c.constructors.MoneySourceTracker=i},,function(t,e,n){"use strict";n.d(e,"a",(function(){return o})),n.d(e,"f",(function(){return s})),n.d(e,"b",(function(){return l})),n.d(e,"c",(function(){return c})),n.d(e,"d",(function(){return f})),n.d(e,"g",(function(){return u})),n.d(e,"e",(function(){return m}));var a=n(30),r=n(996),i=n(190);function o(){return 2===this.bitNodeN||!(this.sourceFileLvl(2)<=0)&&this.karma<=i.a.GangKarmaRequirement}function s(){return 2===this.bitNodeN||this.sourceFileLvl(2)>=1}function l(){const t=this.gang;if(null===t)throw new Error("Cannot get gang faction because player is not in a gang.");const e=a.a[t.facName];if(null==e)throw new Error("Gang has invalid faction name: "+t.facName);return e}function c(){const t=this.gang;return t?t.facName:""}function f(t){const e=this.gang;return!!e&&e.facName===t}function u(t,e){this.gang=new r.a(t,e);const n=a.a[t];if(null==n)throw new Error("Invalid faction name when creating gang: "+t);n.playerReputation=0}function m(){return Boolean(this.gang)}},function(t,e,n){"use strict";function a(){const t=Math.random();return t<.4?"ABCDEFGHIJKLMNOPQRSTUVWXYZ"[Math.floor(26*Math.random())]:t<.8?"abcdefghijklmnopqrstuvwxyz"[Math.floor(26*Math.random())]:"01234567689"[Math.floor(10*Math.random())]}function r(){const t=50+Math.floor(25*(Math.random()+Math.random()));let e="";for(;e.lengthe.length)continue;for(let a=0;aArray(10).fill(null)),a=Array.from(Array(10),()=>Array(10));function r(t,e,n,a){const r=t[e][n];(null==r||a.length9||n+1+a>t.length)return null;if(e+=t.substring(n+1,n+1+a),n+=1+a,n>=t.length)break;const r=t.charCodeAt(n)-48;if(r<0||r>9)return null;if(0===r)++n;else{if(n+1>=t.length)return null;const a=t.charCodeAt(n+1)-48;if(r>0&&(a<1||a>9)||a>e.length)return null;for(let t=0;ta.a.skills.hacking?{res:!1,msg:`Cannot hack ${t.hostname} server because your hacking skill is not high enough`}:{res:!0}}function o(t){return r(t,"grow")}function s(t){return r(t,"weaken")}},function(t,e,n){"use strict";n.d(e,"a",(function(){return h})),n.d(e,"b",(function(){return d}));var a=n(0),r=n.n(a),i=n(126),o=n(40),s=n(3),l=n(10),c=n(130),f=n(87),u=n(74),m=n(31);const h=new i.a;function d(){var t,e,n;const[i,l]=Object(a.useState)(null);if(Object(a.useEffect)(()=>h.subscribe(t=>{l(t)}),[]),null===i)return r.a.createElement(r.a.Fragment,null);const c={text:g,select:b};let f=p;null!=i&&null!==(t=i.options)&&void 0!==t&&t.type&&["text","select"].includes(null==i||null===(e=i.options)||void 0===e?void 0:e.type)&&(f=c[null==i||null===(n=i.options)||void 0===n?void 0:n.type]);return r.a.createElement(o.a,{open:!0,onClose:function(){var t,e;null!==i&&(["text","select"].includes(null!==(t=null==i||null===(e=i.options)||void 0===e?void 0:e.type)&&void 0!==t?t:"")?i.resolve(""):i.resolve(!1),l(null))}},r.a.createElement("pre",null,r.a.createElement(s.a,null,i.txt)),r.a.createElement(f,{prompt:i,resolve:t=>{i.resolve(t),l(null)}}))}function p({resolve:t}){return r.a.createElement(r.a.Fragment,null,r.a.createElement("div",{style:{display:"flex",justifyContent:"center",alignItems:"center",paddingTop:"10px"}},r.a.createElement(l.a,{style:{marginRight:"auto"},onClick:()=>t(!0)},"Yes"),r.a.createElement(l.a,{onClick:()=>t(!1)},"No")))}function g({resolve:t}){const[e,n]=Object(a.useState)(""),i=()=>t(e);return r.a.createElement(r.a.Fragment,null,r.a.createElement("div",{style:{display:"flex",alignItems:"center",paddingTop:"10px"}},r.a.createElement(f.a,{autoFocus:!0,value:e,onInput:t=>{n(t.target.value)},onKeyDown:t=>{t.stopPropagation(),t.key===m.a.ENTER&&(t.preventDefault(),i())},style:{flex:"1 0 auto"},InputProps:{endAdornment:r.a.createElement(l.a,{onClick:i},"Confirm")}})))}function b({prompt:t,resolve:e}){var n,i;const[o,f]=Object(a.useState)("");return Array.isArray(null==t||null===(n=t.options)||void 0===n?void 0:n.choices)?r.a.createElement(r.a.Fragment,null,r.a.createElement("div",{style:{display:"flex",alignItems:"center",paddingTop:"10px"}},r.a.createElement(c.a,{onChange:t=>{f(t.target.value)},value:o,style:{flex:"1 0 auto"}},(t=>{const e=[];for(const n of t)e.push(r.a.createElement(u.a,{key:n,value:n},n));return e})((null==t||null===(i=t.options)||void 0===i?void 0:i.choices)||[])),r.a.createElement(l.a,{onClick:()=>e(o),disabled:""===o},"Confirm"))):r.a.createElement(s.a,null,"Error: Please provide an array of string choices")}},function(t,e,n){"use strict";function a(t,e){return!!Object.keys(e.reqMats).includes(t)||(!!e.prodMats.includes(t)||!!["Hardware","Robots","AICores","RealEstate","AI Cores","Real Estate"].includes(t))}n.d(e,"a",(function(){return a}))},function(t,e,n){"use strict";n.d(e,"b",(function(){return E})),n.d(e,"a",(function(){return v}));var a=n(0),r=n.n(a),i=n(132),o=n(246),s=n(3),l=n(21),c=n(47),f=n(10),u=n(1808),m=n(1809),h=n(1810),d=n(22),p=n(1),g=n(6),b=n(56),y=n(304);const E=[];function v(){const t=Object(a.useState)(!1)[1];function e(){t(t=>!t)}const n=[...Object.values(b.a)].filter(t=>{const e=t.create;return null!==e&&("b1t_flum3.exe"!==t.name||e.req())}).sort((t,e)=>{var n,a,r,i;return p.a.hasProgram(t.name)?1:p.a.hasProgram(e.name)?-1:(null!==(n=null===(a=t.create)||void 0===a?void 0:a.level)&&void 0!==n?n:0)-(null!==(r=null===(i=e.create)||void 0===i?void 0:i.level)&&void 0!==r?r:0)});Object(a.useEffect)(()=>{n.forEach(t=>{E.includes(t.name)||E.push(t.name)})},[]),Object(a.useEffect)(()=>{const t=setInterval(e,200);return()=>clearInterval(t)},[]);const v=t=>Math.ceil(Math.max(t-(p.a.skills.hacking+p.a.skills.intelligence/2),0));return r.a.createElement(o.a,{disableGutters:!0,maxWidth:"lg",sx:{mx:0,mb:10}},r.a.createElement(s.a,{variant:"h4"},"Create program"),r.a.createElement(s.a,null,"This page displays any programs that you are able to create. Writing the code for a program takes time, which can vary based on how complex the program is. If you are working on creating a program you can cancel at any time. Your progress will be saved and you can continue later."),r.a.createElement(l.a,{sx:{display:"grid",gridTemplateColumns:"repeat(3, 1fr)",my:1}},n.map(t=>{const e=t.create;if(null===e)return r.a.createElement(r.a.Fragment,null);const n=(t=>{const e=Object(i.find)(p.a.getHomeComputer().programs,e=>e.startsWith(t)&&e.endsWith("%-INC"));if(!e)return-1;const n=e.split("-");if(3!=n.length)return-1;const a=Number(n[1].slice(0,-1));return isNaN(a)||a<0||a>=100?-1:a})(t.name);return r.a.createElement(l.a,{component:c.a,sx:{p:1,opacity:p.a.hasProgram(t.name)?.75:1},key:t.name},r.a.createElement(r.a.Fragment,null,r.a.createElement(s.a,{variant:"h6",sx:{display:"flex",alignItems:"center",flexWrap:"wrap"}},p.a.hasProgram(t.name)&&r.a.createElement(u.a,{sx:{mr:1}})||e.req()&&r.a.createElement(m.a,{sx:{mr:1}})||r.a.createElement(h.a,{sx:{mr:1}}),t.name),!p.a.hasProgram(t.name)&&e.req()&&r.a.createElement(f.a,{sx:{my:1,width:"100%"},onClick:e=>{e.isTrusted&&(p.a.startWork(new y.a({singularity:!1,programName:t.name})),p.a.startFocusing(),d.b.toWork())}},"Create program"),p.a.hasProgram(t.name)||0===v(e.level)||r.a.createElement(s.a,{color:g.a.theme.hack},r.a.createElement("b",null,"Unlocks in:")," ",v(e.level)," hacking levels"),-1!==n&&r.a.createElement(s.a,{color:g.a.theme.infolight},r.a.createElement("b",null,"Current completion:")," ",n,"%"),r.a.createElement(s.a,null,e.tooltip)))})))}},function(t,e,n){"use strict";n.d(e,"b",(function(){return x})),n.d(e,"a",(function(){return M}));var a=n(1811),r=n(1812),i=n(1813),o=n(1814),s=n(1512),l=n(719),c=n(720),f=n(23),u=n(47),m=n(21),h=n(10),d=n(3),p=n(125),g=n(246),b=n(0),y=n.n(b),E=n(1),v=n(6),k=n(7),w=n(22),S=n(5),_=n(101),C=n(30);const x=[],L=t=>{const e=t.faction.getInfo();return y.a.createElement(y.a.Fragment,null,e.offerFieldWork&&y.a.createElement(f.a,{title:"This Faction offers field work"},y.a.createElement(a.a,{sx:{color:v.a.theme.info,mr:.5},fontSize:"small"})),e.offerHackingWork&&y.a.createElement(f.a,{title:"This Faction offers hacking work"},y.a.createElement(r.a,{sx:{color:v.a.theme.hack,mr:.5},fontSize:"small"})),e.offerSecurityWork&&y.a.createElement(f.a,{title:"This Faction offers security work"},y.a.createElement(i.a,{sx:{color:v.a.theme.combat,mr:.5},fontSize:"small"})))},O=t=>{const e=t.faction.getInfo();return y.a.createElement(u.a,{sx:{display:"grid",p:1,alignItems:"center",gridTemplateColumns:"minmax(0, 4fr)"+(t.joined?" 1fr":"")}},y.a.createElement(m.a,{display:"flex",sx:{alignItems:"center"}},t.joined?y.a.createElement(m.a,{display:"grid",sx:{mr:1,gridTemplateColumns:"1fr 1fr",minWidth:"fit-content",gap:.5,"& .MuiButton-root":{height:"48px"}}},y.a.createElement(h.a,{onClick:()=>{return e=t.faction,void w.b.toFaction(e);var e}},"Details"),y.a.createElement(h.a,{onClick:()=>{return e=t.faction,void w.b.toFaction(e,!0);var e}},"Augments")):y.a.createElement(h.a,{sx:{height:"48px",mr:1},onClick:e=>{return n=e,a=t.faction.name,void(n.isTrusted&&(Object(_.d)(C.a[a]),t.rerender()));var n,a}},"Join!"),y.a.createElement("span",{style:{maxWidth:t.joined?"70%":"95%"}},y.a.createElement(d.a,{variant:"h6",sx:{mr:1,display:"grid",gridTemplateColumns:"fit-content(100vw) max-content",alignItems:"center"}},y.a.createElement("span",{style:{overflow:"hidden",whiteSpace:"nowrap",textOverflow:"ellipsis"},title:t.faction.name},t.faction.name),y.a.createElement("span",{style:{display:"flex",alignItems:"center"}},E.a.hasGangWith(t.faction.name)&&y.a.createElement(f.a,{title:"You have a gang with this Faction"},y.a.createElement(o.a,{sx:{color:v.a.theme.hp,ml:1}})),e.special&&y.a.createElement(f.a,{title:"This is a special Faction"},y.a.createElement(s.a,{sx:{ml:1,color:v.a.theme.money,transform:"rotate(180deg)"}})),!t.joined&&e.enemies.length>0&&y.a.createElement(f.a,{title:y.a.createElement(d.a,null,"This Faction is enemies with:",y.a.createElement("ul",null,e.enemies.map(t=>y.a.createElement("li",{key:t},t))),"Joining this Faction will prevent you from joining its enemies")},y.a.createElement(l.a,{sx:{ml:1,color:v.a.theme.error}})))),y.a.createElement("span",{style:{display:"flex",alignItems:"center"}},!E.a.hasGangWith(t.faction.name)&&y.a.createElement(L,{faction:t.faction}),t.joined&&y.a.createElement(d.a,{variant:"body2",sx:{display:"flex"}},(n=t.faction,Object(_.a)(n).filter(t=>!E.a.hasAugmentation(t)).length)," Augmentations left")))),t.joined&&y.a.createElement(m.a,{display:"grid",sx:{alignItems:"center",justifyItems:"left",gridAutoFlow:"row"}},y.a.createElement(d.a,{sx:{color:v.a.theme.rep}},k.a.formatFavor(Math.floor(t.faction.favor))," favor"),y.a.createElement(d.a,{sx:{color:v.a.theme.rep}},k.a.formatReputation(t.faction.playerReputation)," rep")));var n};function M(){const t=Object(p.a)(),e=Object(b.useState)(!1)[1];function n(){e(t=>!t)}Object(b.useEffect)(()=>{const t=setInterval(n,200);return()=>clearInterval(t)},[]),Object(b.useEffect)(()=>{E.a.factionInvitations.forEach(t=>{x.includes(t)||x.push(t)})},[]);const a=Object.values(S.a).map(t=>t),r=[...E.a.factions];r.sort((t,e)=>a.indexOf(t)-a.indexOf(e));const i=E.a.factionInvitations;return y.a.createElement(g.a,{disableGutters:!0,maxWidth:"lg",sx:{mx:0,mb:10}},y.a.createElement(d.a,{variant:"h4"},"Factions",y.a.createElement(f.a,{title:y.a.createElement(d.a,null,"Throughout the game you may receive invitations from factions. There are many different factions, and each faction has different criteria for determining its potential members. Joining a faction and furthering its cause is crucial to progressing in the game and unlocking endgame content.")},y.a.createElement(c.a,{sx:{ml:1,mb:0},color:"info"}))),y.a.createElement(m.a,{display:"grid",sx:{gap:1,gridTemplateColumns:(i.length>0?"1fr ":"")+"2fr",[t.breakpoints.down("lg")]:{gridTemplateColumns:"1fr","& > span:nth-of-type(1)":{order:1}},gridTemplateRows:"minmax(0, 1fr)","& > span > .MuiBox-root":{display:"grid",gridAutoRows:"70px",gap:1}}},i.length>0&&y.a.createElement("span",null,y.a.createElement(d.a,{variant:"h5",color:"primary"},"Faction Invitations"),y.a.createElement(m.a,null,i.map(t=>C.a.hasOwnProperty(t)?y.a.createElement(O,{key:t,faction:C.a[t],joined:!1,rerender:n}):null))),y.a.createElement("span",null,y.a.createElement(d.a,{variant:"h5",color:"primary"},"Your Factions"),y.a.createElement(m.a,null,r.length>0?r.map(t=>C.a.hasOwnProperty(t)?y.a.createElement(O,{key:t,faction:C.a[t],joined:!0,rerender:n}):null):y.a.createElement(d.a,null,"You have not yet joined any Factions.")))))}},,,,function(t,e,n){"use strict";n.d(e,"b",(function(){return _})),n.d(e,"a",(function(){return C})),n.d(e,"c",(function(){return x}));var a=n(0),r=n.n(a),i=n(21),o=n(3),s=n(146),l=n(369),c=n(23),f=n(10),u=n(47),m=n(87),h=n(6),d=n(350),p=n(22),g=n(102),b=n(552),y=n(665),E=n(667),v=n(679),k=n.n(v),w=n(1474),S=n.n(w);let _=!1;function C(){_=!0}function x({softReset:t,errorData:e,resetError:n}){var v,w;return h.a.AutosaveInterval=0,Object(a.useEffect)(()=>{Object(d.b)().then(t=>{const e=`RECOVERY_BITBURNER_${Math.round(Date.now()/1e3)}.json`;Object(g.a)(e,t)}).catch(t=>console.error(t))},[]),r.a.createElement(i.a,{sx:{padding:"8px 16px",minHeight:"100vh",maxWidth:"1200px",boxSizing:"border-box"}},r.a.createElement(o.a,{variant:"h3"},"RECOVERY MODE ACTIVATED"),r.a.createElement(o.a,null,"There was an error with your save file and the game went into recovery mode. In this mode saving is disabled and the game will automatically export your save file (to prevent corruption)."),r.a.createElement(o.a,null,"At this point it is recommended to alert a developer."),r.a.createElement(o.a,null,r.a.createElement(s.a,{href:null!==(v=null==e?void 0:e.issueUrl)&&void 0!==v?v:b.b,target:"_blank"},"File an issue on github")),r.a.createElement(o.a,null,r.a.createElement(s.a,{href:"https://www.reddit.com/r/Bitburner/",target:"_blank"},"Make a reddit post")),r.a.createElement(o.a,null,r.a.createElement(s.a,{href:"https://discord.gg/TFc3hKD",target:"_blank"},"Post in the #bug-report channel on Discord.")),r.a.createElement(o.a,null,"Please include your save file."),r.a.createElement("br",null),r.a.createElement("br",null),r.a.createElement(o.a,null,"You can disable recovery mode now. But chances are the game will not work correctly."),r.a.createElement(l.a,{sx:{my:2}},r.a.createElement(c.a,{title:"Disables the recovery mode & attempt to head back to the terminal page. This may or may not work. Ensure you have saved the recovery file."},r.a.createElement(f.a,{onClick:function(){n&&n(),_=!1,p.b.toTerminal()},startIcon:r.a.createElement(k.a,null)},"Disable Recovery Mode")),r.a.createElement(E.a,{color:"warning",onTriggered:t}),r.a.createElement(y.a,{color:"error"})),e&&r.a.createElement(u.a,{sx:{px:2,pt:1,pb:2,mt:2}},r.a.createElement(o.a,{variant:"h5"},e.title),r.a.createElement(i.a,{sx:{my:2}},r.a.createElement(m.a,{label:"Bug Report Text",value:e.body,variant:"outlined",color:"secondary",multiline:!0,fullWidth:!0,rows:12,sx:{"& .MuiOutlinedInput-root":{color:h.a.theme.secondary}}})),r.a.createElement(c.a,{title:"Submitting an issue to GitHub really help us improve the game!"},r.a.createElement(f.a,{component:s.a,startIcon:r.a.createElement(S.a,null),color:"info",sx:{px:2},href:null!==(w=e.issueUrl)&&void 0!==w?w:b.b,target:"_blank"},"Submit Issue to GitHub"))))}},,function(t,e,n){"use strict";n.d(e,"b",(function(){return i})),n.d(e,"a",(function(){return o}));var a=n(990);let r=1;function i(t){return r+=t,()=>r-=t}function o(){return Object(a.a)(r)}},,function(t,e,n){"use strict";let a;n.d(e,"a",(function(){return a})),function(t){t[t.SyntaxError=-1]="SyntaxError",t[t.ImportError=-2]="ImportError"}(a||(a={}))},,,,,,,,,,function(t,e,n){"use strict";n.d(e,"a",(function(){return a}));class a{constructor(t,e=[],n=""){this.name=t,this.locations=e,this.asciiArt=n}addLocation(t){this.locations.push(t)}}},function(t,e,n){"use strict";n.d(e,"f",(function(){return c})),n.d(e,"b",(function(){return f})),n.d(e,"c",(function(){return u})),n.d(e,"e",(function(){return m})),n.d(e,"d",(function(){return h})),n.d(e,"a",(function(){return d}));var a=n(15),r=n(25),i=n(46),o=n(93),s=n(26),l=n(88);function c(){return this.getHomeComputer().serversOnNetwork.includes(l.a.DarkWeb)}function f(){const t=Object(s.d)(this.currentServer);if(null===t)throw new Error("somehow connected to a server that does not exist. "+this.currentServer);return t}function u(){const t=Object(s.d)("home");if(t instanceof i.a)return t;throw new Error("home computer was not a normal server")}function m(){const t=this.getHomeComputer().maxRam,e=Math.log2(t),n=Math.pow(1.58,e);return t*a.a.BaseCostFor1GBOfRamHome*n*r.a.HomeComputerRamCost}function h(){return 1e9*Math.pow(7.5,this.getHomeComputer().cpuCores)}function d(){const t="hacknet-node-"+this.hacknetNodes.length,e=new o.a({adminRights:!0,hostname:t,ip:Object(s.e)()});this.hacknetNodes.push(e.hostname),Object(s.a)(e);return this.getHomeComputer().serversOnNetwork.push(e.hostname),e.serversOnNetwork.push(l.a.Home),e}},,function(t,e,n){"use strict";n.d(e,"a",(function(){return c}));var a=n(21),r=n(23),i=n(3),o=n(1866),s=n(0),l=n.n(s);const c=t=>{const[e,n]=Object(s.useState)(t.initialValue);return l.a.createElement(a.a,null,l.a.createElement(r.a,{title:l.a.createElement(i.a,null,t.tooltip)},l.a.createElement(i.a,null,t.label)),l.a.createElement(o.a,{value:e,onChange:(t,e)=>{"number"==typeof e&&n(e)},onChangeCommitted:t.callback,step:t.step,min:t.min,max:t.max,valueLabelDisplay:"auto",sx:{"& .MuiSlider-thumb":{height:"12px",width:"12px"}},marks:t.marks}))}},,function(t,e,n){"use strict";n.d(e,"b",(function(){return l})),n.d(e,"a",(function(){return f}));var a=n(0),r=n(3),i=n(23),o=n(10),s=n(87);let l;function c(t){let e="",n="";return t.tickerDisplayMode===l.Portfolio?(e="Switch to 'All Stocks' Mode",n="Displays all stocks on the WSE"):(e="Switch to 'Portfolio' Mode",n="Displays only the stocks for which you have shares or orders"),a.createElement(i.a,{title:a.createElement(r.a,null,n)},a.createElement(o.a,{onClick:t.changeDisplayMode},e))}function f(t){return a.createElement(a.Fragment,null,a.createElement(c,t),a.createElement("br",null),a.createElement(s.a,{sx:{width:"100%"},onChange:t.changeWatchlistFilter,placeholder:"Filter Stocks by symbol (comma-separated list)",type:"text"}))}!function(t){t[t.AllStocks=0]="AllStocks",t[t.Portfolio=1]="Portfolio"}(l||(l={}))},,,,,,,,,,,,,,,function(t,e,n){"use strict";n.d(e,"a",(function(){return a}));const a={lineHeight:1.5,fontFamily:"Lucida Console, Lucida Sans Unicode, Fira Mono, Consolas, Courier New, Courier, monospace, Times New Roman"}},function(t,e,n){"use strict";n.d(e,"a",(function(){return D}));var a=n(16),r=n(273),i=n(44),o=n(553),s=n(274),l=n(137),c=n(363),f=n(682),u=n(258),m=n(29),h=n(230),d=n(978),p=n(1),g=n(979),b=n(22),y=n(683),E=n(270),v=n(35),k=n(63),w=n(7),S=n(25),_=n(316),C=n(30),x=n(417),L=n(19),O=n(6),M=n(13),A=n(989),T=n(101),R=n(5),N=n(31),P=n(377),I=n(351);function F(t,e,n){return e in t?Object.defineProperty(t,e,{value:n,enumerable:!0,configurable:!0,writable:!0}):t[e]=n,t}class D{constructor(){F(this,"numHosp",0),F(this,"moneyLost",0),F(this,"rank",0),F(this,"maxRank",0),F(this,"skillPoints",0),F(this,"totalSkillPoints",0),F(this,"teamSize",0),F(this,"sleeveSize",0),F(this,"teamLost",0),F(this,"hpLost",0),F(this,"storedCycles",0),F(this,"randomEventCounter",Object(v.a)(240,600)),F(this,"actionTimeToComplete",0),F(this,"actionTimeCurrent",0),F(this,"actionTimeOverflow",0),F(this,"action",new r.a({type:i.a.Idle})),F(this,"cities",{}),F(this,"city",k.a.CityNames[2]),F(this,"skills",{}),F(this,"skillMultipliers",{}),F(this,"staminaBonus",0),F(this,"maxStamina",0),F(this,"stamina",0),F(this,"contracts",{}),F(this,"operations",{}),F(this,"blackops",{}),F(this,"logging",{general:!0,contracts:!0,ops:!0,blackops:!0,events:!0}),F(this,"automateEnabled",!1),F(this,"automateActionHigh",new r.a({type:i.a.Idle})),F(this,"automateThreshHigh",0),F(this,"automateActionLow",new r.a({type:i.a.Idle})),F(this,"automateThreshLow",0),F(this,"consoleHistory",[]),F(this,"consoleLogs",["Bladeburner Console","Type 'help' to see console commands"]);for(let t=0;tthis.rank)return{error:"Tried to start a Black Operation without the rank requirement"};const n=[];for(const t of Object.keys(s.a))s.a.hasOwnProperty(t)&&n.push(t);n.sort((function(t,e){return s.a[t].reqdRank-s.a[e].reqdRank}));const a=n.indexOf(t.name);return-1===a?{error:`Invalid Black Op: '${name}'`}:a>0&&null==this.blackops[n[a-1]]?{error:`Preceding Black Op must be completed before starting '${t.name}'.`}:{isAvailable:!0,action:e}}startAction(t){if(null!=t)switch(this.action=t,this.actionTimeCurrent=0,t.type){case i.a.Idle:this.actionTimeToComplete=0;break;case i.a.Contract:try{const e=this.getActionObject(t);if(null==e)throw new Error("Failed to get Contract Object for: "+t.name);if(e.count<1)return this.resetAction();this.actionTimeToComplete=e.getActionTime(this,p.a)}catch(t){Object(E.a)(t)}break;case i.a.Operation:try{const e=this.getActionObject(t);if(null==e)throw new Error("Failed to get Operation Object for: "+t.name);if(e.count<1)return this.resetAction();if("Raid"===t.name&&0===this.getCurrentCity().comms)return this.resetAction();this.actionTimeToComplete=e.getActionTime(this,p.a)}catch(t){Object(E.a)(t)}break;case i.a.BlackOp:case i.a.BlackOperation:try{const e=this.canAttemptBlackOp(t);if(!e.isAvailable){this.resetAction(),this.log("Error: "+e.error);break}if(void 0===e.action)throw new Error("action should not be null");this.actionTimeToComplete=e.action.getActionTime(this,p.a)}catch(t){Object(E.a)(t)}break;case i.a.Recruitment:this.actionTimeToComplete=this.getRecruitmentTime(p.a);break;case i.a.Training:case i.a.FieldAnalysis:case i.a["Field Analysis"]:this.actionTimeToComplete=30;break;case i.a.Diplomacy:case i.a["Hyperbolic Regeneration Chamber"]:case i.a["Incite Violence"]:this.actionTimeToComplete=60;break;default:throw new Error("Invalid Action Type in bladeburner.startAction(): "+t.type)}}upgradeSkill(t,e=1){const n=t.name;if(this.skills[n]?this.skills[n]+=e:this.skills[n]=e,isNaN(this.skills[n])||this.skills[n]<0)throw new Error("Level of Skill "+n+" is invalid: "+this.skills[n]);this.updateSkillMultipliers()}executeConsoleCommands(t){try{this.consoleHistory[this.consoleHistory.length-1]!=t&&(this.consoleHistory.push(t),this.consoleHistory.length>50&&this.consoleHistory.splice(0,1));const e=t.split(";");for(let t=0;t100&&this.consoleLogs.shift())}log(t){this.postToConsole(`[${Object(A.a)()}] ${t}`)}resetAction(){this.action=new r.a({type:i.a.Idle}),this.actionTimeCurrent=0,this.actionTimeToComplete=0}clearConsole(){this.consoleLogs.length=0}prestige(){this.resetAction();const t=C.a[R.a.Bladeburners];this.rank>=k.a.RankNeededForFaction&&Object(T.d)(t)}storeCycles(t=0){this.storedCycles+=t}getActionIdFromTypeAndName(t="",e=""){if(""===t||""===e)return null;const n=new r.a,a=t.toLowerCase().trim(),o=e.toLowerCase().trim();switch(a){case"contract":case"contracts":case"contr":return n.type=i.a.Contract,this.contracts.hasOwnProperty(e)?(n.name=e,n):null;case"operation":case"operations":case"op":case"ops":return n.type=i.a.Operation,this.operations.hasOwnProperty(e)?(n.name=e,n):null;case"blackoperation":case"black operation":case"black operations":case"black op":case"black ops":case"blackop":case"blackops":return n.type=i.a.BlackOp,s.a.hasOwnProperty(e)?(n.name=e,n):null;case"general":case"general action":case"gen":break;default:return null}if(a.startsWith("gen")){switch(o){case"training":n.type=i.a.Training,n.name="Training";break;case"recruitment":case"recruit":n.type=i.a.Recruitment,n.name="Recruitment";break;case"field analysis":case"fieldanalysis":n.type=i.a["Field Analysis"],n.name="Field Analysis";break;case"diplomacy":n.type=i.a.Diplomacy,n.name="Diplomacy";break;case"hyperbolic regeneration chamber":n.type=i.a["Hyperbolic Regeneration Chamber"],n.name="Hyperbolic Regeneration Chamber";break;case"incite violence":n.type=i.a["Incite Violence"],n.name="Incite Violence";break;default:return null}return n}return null}executeStartConsoleCommand(t){if(3!==t.length)return this.postToConsole("Invalid usage of 'start' console command: start [type] [name]"),void this.postToConsole("Use 'help start' for more info");const e=t[2];switch(t[1].toLowerCase()){case"general":case"gen":null!=u.a[e]?(this.action.type=i.a[e],this.action.name=e,this.startAction(this.action)):this.postToConsole("Invalid action name specified: "+t[2]);break;case"contract":case"contracts":null!=this.contracts[e]?(this.action.type=i.a.Contract,this.action.name=e,this.startAction(this.action)):this.postToConsole("Invalid contract name specified: "+t[2]);break;case"ops":case"op":case"operations":case"operation":null!=this.operations[e]?(this.action.type=i.a.Operation,this.action.name=e,this.startAction(this.action)):this.postToConsole("Invalid Operation name specified: "+t[2]);break;case"blackops":case"blackop":case"black operations":case"black operation":null!=s.a[e]?(this.action.type=i.a.BlackOperation,this.action.name=e,this.startAction(this.action)):this.postToConsole("Invalid BlackOp name specified: "+t[2]);break;default:this.postToConsole("Invalid action/event type specified: "+t[1]),this.postToConsole("Examples of valid action/event identifiers are: [general, contract, op, blackop]")}}executeSkillConsoleCommand(t){switch(t.length){case 1:this.postToConsole("Invalid usage of 'skill' console command: skill [action] [name]"),this.postToConsole("Use 'help skill' for more info");break;case 2:if("list"===t[1].toLowerCase()){this.postToConsole("Skills: ");const t=Object.keys(h.a);for(let e=0;e=n.maxLvl?this.postToConsole(`This skill ${n.name} is already at max level (${t}/${n.maxLvl}).`):this.skillPoints>=a?(this.skillPoints-=a,this.upgradeSkill(n),this.log(n.name+" upgraded to Level "+this.skills[e])):this.postToConsole("You do not have enough Skill Points to upgrade this. You need "+Object(m.d)(a,0))}else this.postToConsole("Invalid usage of 'skill' console command: skill [action] [name]"),this.postToConsole("Use 'help skill' for more info");break}default:this.postToConsole("Invalid usage of 'skill' console command: skill [action] [name]"),this.postToConsole("Use 'help skill' for more info")}}executeLogConsoleCommand(t){if(t.length<3)return this.postToConsole("Invalid usage of log command: log [enable/disable] [action/event]"),void this.postToConsole("Use 'help log' for more details and examples");let e=!0;switch(t[1].toLowerCase().includes("d")&&(e=!1),t[2].toLowerCase()){case"general":case"gen":this.logging.general=e,this.log("Logging "+(e?"enabled":"disabled")+" for general actions");break;case"contract":case"contracts":this.logging.contracts=e,this.log("Logging "+(e?"enabled":"disabled")+" for Contracts");break;case"ops":case"op":case"operations":case"operation":this.logging.ops=e,this.log("Logging "+(e?"enabled":"disabled")+" for Operations");break;case"blackops":case"blackop":case"black operations":case"black operation":this.logging.blackops=e,this.log("Logging "+(e?"enabled":"disabled")+" for BlackOps");break;case"event":case"events":this.logging.events=e,this.log("Logging "+(e?"enabled":"disabled")+" for events");break;case"all":this.logging.general=e,this.logging.contracts=e,this.logging.ops=e,this.logging.blackops=e,this.logging.events=e,this.log("Logging "+(e?"enabled":"disabled")+" for everything");break;default:this.postToConsole("Invalid action/event type specified: "+t[2]),this.postToConsole("Examples of valid action/event identifiers are: [general, contracts, ops, blackops, events]")}}executeHelpConsoleCommand(t){if(1===t.length)for(const t of y.a.helpList)this.postToConsole(t);else for(let e=1;e0&&(i*=Object(v.a)(2,4),--a.comms,++n.comms);const o=Math.round(a.pop*i);a.pop-=o,n.pop+=o}triggerPotentialMigration(t,e){(null==e||isNaN(e))&&console.error("Invalid 'chance' parameter passed into Bladeburner.triggerPotentialMigration()"),e>1&&(e/=100),Math.random()=1){let a;a=t?Math.ceil(n/2):Math.floor(n);const r=Object(v.a)(0,a);if(this.teamSize-=r,this.teamSizeObject(I.b)(t.currentWork));for(let e=0;e>this.teamSize-this.sleeveSize;e--){const e=Math.floor(Math.random()*t.length);t[e].takeDamage(t[e].hp.max),t.splice(e,1)}this.teamSize+=this.sleeveSize}this.teamLost+=r,this.logging.ops&&r>0&&this.log("Lost "+Object(m.d)(r,0)+" team members during this "+e.name)}const a=this.getCurrentCity();switch(e.name){case"Investigation":t?a.improvePopulationEstimateByPercentage(.4*this.skillMultipliers.successChanceEstimate):this.triggerPotentialMigration(this.city,.1);break;case"Undercover Operation":t?a.improvePopulationEstimateByPercentage(.8*this.skillMultipliers.successChanceEstimate):this.triggerPotentialMigration(this.city,.15);break;case"Sting Operation":t&&a.changePopulationByPercentage(-.1,{changeEstEqually:!0,nonZero:!0}),a.changeChaosByCount(.1);break;case"Raid":if(t)a.changePopulationByPercentage(-1,{changeEstEqually:!0,nonZero:!0}),--a.comms;else{const t=Object(v.a)(-10,-5)/10;a.changePopulationByPercentage(t,{nonZero:!0,changeEstEqually:!1})}a.changeChaosByPercentage(Object(v.a)(1,5));break;case"Stealth Retirement Operation":t&&a.changePopulationByPercentage(-.5,{changeEstEqually:!0,nonZero:!0}),a.changeChaosByPercentage(Object(v.a)(-3,-1));break;case"Assassination":t&&a.changePopulationByCount(-1,{estChange:-1,estOffset:0}),a.changeChaosByPercentage(Object(v.a)(-5,5));break;default:throw new Error("Invalid Action name in completeOperation: "+this.action.name)}}getActionObject(t){switch(t.type){case i.a.Contract:return this.contracts[t.name];case i.a.Operation:return this.operations[t.name];case i.a.BlackOp:case i.a.BlackOperation:return s.a[t.name];case i.a.Training:return u.a.Training;case i.a["Field Analysis"]:return u.a["Field Analysis"];case i.a.Recruitment:return u.a.Recruitment;case i.a.Diplomacy:return u.a.Diplomacy;case i.a["Hyperbolic Regeneration Chamber"]:return u.a["Hyperbolic Regeneration Chamber"];case i.a["Incite Violence"]:return u.a["Incite Violence"];default:return null}}completeContract(t,e){if(e.type!==i.a.Contract)throw new Error("completeContract() called even though current action is not a Contract");const n=this.getCurrentCity();if(t)switch(e.name){case"Tracking":n.improvePopulationEstimateByCount(Object(v.a)(100,1e3)*this.skillMultipliers.successChanceEstimate);break;case"Bounty Hunter":n.changePopulationByCount(-1,{estChange:-1,estOffset:0}),n.changeChaosByCount(.02);break;case"Retirement":n.changePopulationByCount(-1,{estChange:-1,estOffset:0}),n.changeChaosByCount(.04);break;default:throw new Error("Invalid Action name in completeContract: "+e.name)}}completeAction(t,e,n=!0){let a=Object(g.a)();switch(e.type){case i.a.Contract:case i.a.Operation:try{const r=e.type===i.a.Operation,o=this.getActionObject(e);if(null==o)throw new Error("Failed to get Contract/Operation Object for: "+e.name);const s=o.getDifficulty(),l=Math.pow(s,k.a.DiffMultExponentialFactor)+s/k.a.DiffMultLinearFactor,c=Math.pow(o.rewardFac,o.level-1);if(n&&(this.stamina-=k.a.BaseStaminaLoss*l,this.stamina<0&&(this.stamina=0)),o.attempt(this,t)){a=this.getActionStats(o,t,!0),++o.successes,--o.count;let n=0;if(r||(n=k.a.ContractBaseMoneyGain*c*this.skillMultipliers.money,a.money=n),r?o.setMaxLevel(k.a.OperationSuccessesPerLevel):o.setMaxLevel(k.a.ContractSuccessesPerLevel),o.rankGain){const e=Object(_.a)(o.rankGain*c*S.a.BladeburnerRank,10);this.changeRank(t,e),r&&this.logging.ops?this.log(`${t.whoAmI()}: ${o.name} successfully completed! Gained ${Object(m.d)(e,3)} rank`):!r&&this.logging.contracts&&this.log(`${t.whoAmI()}: ${o.name} contract successfully completed! Gained ${Object(m.d)(e,3)} rank and ${w.a.formatMoney(n)}`)}r?this.completeOperation(!0):this.completeContract(!0,e)}else{a=this.getActionStats(o,t,!1),++o.failures;let n=0,i=0;if(o.rankLoss&&(n=Object(_.a)(o.rankLoss*c,10),this.changeRank(t,-1*n)),o.hpLoss){i=o.hpLoss*l,i=Math.ceil(Object(_.a)(i,10)),this.hpLost+=i;const e=Object(x.a)(i);t.takeDamage(i)&&(++this.numHosp,this.moneyLost+=e)}let s="";n>0&&(s+="Lost "+Object(m.d)(n,3)+" rank. "),i>0&&(s+="Took "+Object(m.d)(i,0)+" damage."),r&&this.logging.ops?this.log(t.whoAmI()+": "+o.name+" failed! "+s):!r&&this.logging.contracts&&this.log(t.whoAmI()+": "+o.name+" contract failed! "+s),r?this.completeOperation(!1):this.completeContract(!1,e)}o.autoLevel&&(o.level=o.maxLevel)}catch(t){Object(E.a)(t)}break;case i.a.BlackOp:case i.a.BlackOperation:try{const n=this.getActionObject(e);if(null==n||!(n instanceof l.a))throw new Error("Failed to get BlackOperation Object for: "+e.name);const r=n.getDifficulty(),i=Math.pow(r,k.a.DiffMultExponentialFactor)+r/k.a.DiffMultLinearFactor;this.stamina-=k.a.BaseStaminaLoss*i,this.stamina<0&&(this.stamina=0);const o=n.teamCount;let s;if(n.attempt(this,t)){a=this.getActionStats(n,t,!0),n.count=0,this.blackops[n.name]=!0;let e=0;n.rankGain&&(e=Object(_.a)(n.rankGain*S.a.BladeburnerRank,10),this.changeRank(t,e)),s=Math.ceil(o/2),this.logging.blackops&&this.log(t.whoAmI()+": "+n.name+" successful! Gained "+Object(m.d)(e,1)+" rank")}else{a=this.getActionStats(n,t,!1);let e=0,r=0;if(n.rankLoss&&(e=Object(_.a)(n.rankLoss,10),this.changeRank(t,-1*e)),n.hpLoss){r=n.hpLoss*i,r=Math.ceil(Object(_.a)(r,10));const e=Object(x.a)(r);t.takeDamage(r)&&(++this.numHosp,this.moneyLost+=e)}s=Math.floor(o),this.logging.blackops&&this.log(t.whoAmI()+": "+n.name+" failed! Lost "+Object(m.d)(e,1)+" rank and took "+Object(m.d)(r,0)+" damage")}if(this.resetAction(),o>=1){const e=Object(v.a)(1,s);if(this.teamSize-=e,this.teamSizeObject(I.b)(t.currentWork));for(let e=0;e>this.teamSize-this.sleeveSize;e--){const e=Math.floor(Math.random()*t.length);t[e].takeDamage(t[e].hp.max),t.splice(e,1)}this.teamSize+=this.sleeveSize}this.teamLost+=e,this.logging.blackops&&this.log(`${t.whoAmI()}: You lost ${Object(m.d)(e,0)} team members during ${n.name}`)}}catch(t){Object(E.a)(String(t))}break;case i.a.Training:{this.stamina-=.5*k.a.BaseStaminaLoss;const e=30*t.mults.strength_exp,n=30*t.mults.defense_exp,r=30*t.mults.dexterity_exp,i=30*t.mults.agility_exp,o=.04*this.skillMultipliers.stamina;a.str=e,a.def=n,a.dex=r,a.agi=i,this.staminaBonus+=o,this.logging.general&&this.log(t.whoAmI()+": Training completed. Gained: "+Object(m.d)(e,1)+" str exp, "+Object(m.d)(n,1)+" def exp, "+Object(m.d)(r,1)+" dex exp, "+Object(m.d)(i,1)+" agi exp, "+Object(m.d)(o,3)+" max stamina");break}case i.a.FieldAnalysis:case i.a["Field Analysis"]:{let e=.04*Math.pow(t.skills.hacking,.3)+.04*Math.pow(t.skills.intelligence,.9)+.02*Math.pow(t.skills.charisma,.3);if(e*=t.mults.bladeburner_analysis,isNaN(e)||e<0)throw new Error("Field Analysis Effectiveness calculated to be NaN or negative");const n=20*t.mults.hacking_exp,r=20*t.mults.charisma_exp,i=.1*S.a.BladeburnerRank;a.hack=n,a.cha=r,a.int=k.a.BaseIntGain,this.changeRank(t,i),this.getCurrentCity().improvePopulationEstimateByPercentage(e*this.skillMultipliers.successChanceEstimate),this.logging.general&&this.log(t.whoAmI()+": "+`Field analysis completed. Gained ${Object(m.d)(i,2)} rank, `+Object(m.d)(n,1)+" hacking exp, and "+Object(m.d)(r,1)+" charisma exp");break}case i.a.Recruitment:{const e=this.getRecruitmentSuccessChance(t),n=1e3*this.getRecruitmentTime(t);if(Math.random()Object(P.b)(t.currentWork)).length,e=Math.pow(t,-.5)/2;for(const t of Object.keys(this.contracts))this.contracts[t].count+=e;for(const t of Object.keys(this.operations))this.operations[t].count+=e;this.logging.general&&this.log("Sleeve: Infiltrate the synthoid communities.")}changeRank(t,e){if(isNaN(e))throw new Error("NaN passed into Bladeburner.changeRank()");this.rank+=e,this.rank<0&&(this.rank=0),this.maxRank=Math.max(this.rank,this.maxRank);const n=R.a.Bladeburners;if(Object(C.b)(n)){const a=C.a[n];if(!a)throw new Error(`Could not properly get ${R.a.Bladeburners} Faction object in ${R.a.Bladeburners} UI Overview Faction button`);if(a.isMember){const n=1+a.favor/100;a.playerReputation+=k.a.RankToFactionRepFactor*e*t.mults.faction_rep*n}}const a=(this.totalSkillPoints+1)*k.a.RanksPerSkillPoint;if(this.maxRank>=a){const t=Math.floor((this.maxRank-a)/k.a.RanksPerSkillPoint+1);this.skillPoints+=t,this.totalSkillPoints+=t}}processAction(t){if(this.action.type!==i.a.Idle){if(this.actionTimeToComplete<=0)throw new Error(`Invalid actionTimeToComplete value: ${this.actionTimeToComplete}, type; ${this.action.type}`);if(!this.action)throw new Error("Bladeburner.action is not an ActionIdentifier Object");if(this.actionTimeCurrent+=t+this.actionTimeOverflow,this.actionTimeOverflow=0,this.actionTimeCurrent>=this.actionTimeToComplete){this.actionTimeOverflow=this.actionTimeCurrent-this.actionTimeToComplete;const t=this.getActionObject(this.action),e=this.completeAction(p.a,this.action);if(p.a.gainMoney(e.money,"bladeburner"),p.a.gainStats(e),null==t)throw new Error("Failed to get BlackOperation Object for: "+this.action.name);this.action.type!=i.a.BlackOperation&&this.action.type!=i.a.BlackOp&&this.startAction(this.action)}}}calculateStaminaGainPerSecond(){const t=p.a.skills.agility*this.skillMultipliers.effAgi,e=this.maxStamina/k.a.MaxStaminaToGainFactor;return(k.a.StaminaGainPerSecond+e)*Math.pow(t,.17)*(this.skillMultipliers.stamina*p.a.mults.bladeburner_stamina_gain)}calculateMaxStamina(){const t=p.a.skills.agility*this.skillMultipliers.effAgi,e=(Math.pow(t,.8)+this.staminaBonus)*this.skillMultipliers.stamina*p.a.mults.bladeburner_max_stamina;if(this.maxStamina!==e){const t=this.maxStamina;this.maxStamina=e,this.stamina=this.maxStamina*this.stamina/t}if(isNaN(e))throw new Error("Max Stamina calculated to be NaN in Bladeburner.calculateMaxStamina()")}create(){this.contracts.Tracking=new f.a({name:"Tracking",baseDifficulty:125,difficultyFac:1.02,rewardFac:1.041,rankGain:.3,hpLoss:.5,count:Object(v.a)(25,150),weights:{hack:0,str:.05,def:.05,dex:.35,agi:.35,cha:.1,int:.05},decays:{hack:0,str:.91,def:.91,dex:.91,agi:.91,cha:.9,int:1},isStealth:!0}),this.contracts["Bounty Hunter"]=new f.a({name:"Bounty Hunter",baseDifficulty:250,difficultyFac:1.04,rewardFac:1.085,rankGain:.9,hpLoss:1,count:Object(v.a)(5,150),weights:{hack:0,str:.15,def:.15,dex:.25,agi:.25,cha:.1,int:.1},decays:{hack:0,str:.91,def:.91,dex:.91,agi:.91,cha:.8,int:.9},isKill:!0}),this.contracts.Retirement=new f.a({name:"Retirement",baseDifficulty:200,difficultyFac:1.03,rewardFac:1.065,rankGain:.6,hpLoss:1,count:Object(v.a)(5,150),weights:{hack:0,str:.2,def:.2,dex:.2,agi:.2,cha:.1,int:.1},decays:{hack:0,str:.91,def:.91,dex:.91,agi:.91,cha:.8,int:.9},isKill:!0}),this.operations.Investigation=new c.a({name:"Investigation",baseDifficulty:400,difficultyFac:1.03,rewardFac:1.07,reqdRank:25,rankGain:2.2,rankLoss:.2,count:Object(v.a)(1,100),weights:{hack:.25,str:.05,def:.05,dex:.2,agi:.1,cha:.25,int:.1},decays:{hack:.85,str:.9,def:.9,dex:.9,agi:.9,cha:.7,int:.9},isStealth:!0}),this.operations["Undercover Operation"]=new c.a({name:"Undercover Operation",baseDifficulty:500,difficultyFac:1.04,rewardFac:1.09,reqdRank:100,rankGain:4.4,rankLoss:.4,hpLoss:2,count:Object(v.a)(1,100),weights:{hack:.2,str:.05,def:.05,dex:.2,agi:.2,cha:.2,int:.1},decays:{hack:.8,str:.9,def:.9,dex:.9,agi:.9,cha:.7,int:.9},isStealth:!0}),this.operations["Sting Operation"]=new c.a({name:"Sting Operation",baseDifficulty:650,difficultyFac:1.04,rewardFac:1.095,reqdRank:500,rankGain:5.5,rankLoss:.5,hpLoss:2.5,count:Object(v.a)(1,150),weights:{hack:.25,str:.05,def:.05,dex:.25,agi:.1,cha:.2,int:.1},decays:{hack:.8,str:.85,def:.85,dex:.85,agi:.85,cha:.7,int:.9},isStealth:!0}),this.operations.Raid=new c.a({name:"Raid",baseDifficulty:800,difficultyFac:1.045,rewardFac:1.1,reqdRank:3e3,rankGain:55,rankLoss:2.5,hpLoss:50,count:Object(v.a)(1,150),weights:{hack:.1,str:.2,def:.2,dex:.2,agi:.2,cha:0,int:.1},decays:{hack:.7,str:.8,def:.8,dex:.8,agi:.8,cha:0,int:.9},isKill:!0}),this.operations["Stealth Retirement Operation"]=new c.a({name:"Stealth Retirement Operation",baseDifficulty:1e3,difficultyFac:1.05,rewardFac:1.11,reqdRank:2e4,rankGain:22,rankLoss:2,hpLoss:10,count:Object(v.a)(1,150),weights:{hack:.1,str:.1,def:.1,dex:.3,agi:.3,cha:0,int:.1},decays:{hack:.7,str:.8,def:.8,dex:.8,agi:.8,cha:0,int:.9},isStealth:!0,isKill:!0}),this.operations.Assassination=new c.a({name:"Assassination",baseDifficulty:1500,difficultyFac:1.06,rewardFac:1.14,reqdRank:5e4,rankGain:44,rankLoss:4,hpLoss:5,count:Object(v.a)(1,150),weights:{hack:.1,str:.1,def:.1,dex:.3,agi:.3,cha:0,int:.1},decays:{hack:.6,str:.8,def:.8,dex:.8,agi:.8,cha:0,int:.8},isStealth:!0,isKill:!0})}process(){if(b.b.isInitialized){if(!p.a.hasAugmentation(M.a.BladesSimulacrum,!0)&&p.a.currentWork){if(this.action.type!==i.a.Idle){let t="Your Bladeburner action was cancelled because you started doing something else.";this.automateEnabled&&(t+="

Your automation was disabled as well. You will have to re-enable it through the Bladeburner console",this.automateEnabled=!1),O.a.SuppressBladeburnerPopup||Object(L.a)(t)}this.resetAction()}if(this.stamina<=0&&(this.log("Your Bladeburner action was cancelled because your stamina hit 0"),this.resetAction()),this.storedCycles>=k.a.CyclesPerSecond){let t=Math.floor(this.storedCycles/k.a.CyclesPerSecond);t=Math.min(t,5),this.storedCycles-=t*k.a.CyclesPerSecond,this.calculateMaxStamina(),this.stamina+=this.calculateStaminaGainPerSecond()*t,this.stamina=Math.min(this.maxStamina,this.stamina);for(const e of Object.values(this.contracts)){const n=o.a[e.name];if(void 0===n)throw new Error(`growth formula for action '${e.name}' is undefined`);e.count+=t*n()/k.a.ActionCountGrowthPeriod}for(const e of Object.values(this.operations)){const n=o.a[e.name];if(void 0===n)throw new Error(`growth formula for action '${e.name}' is undefined`);void 0!==n&&(e.count+=t*n()/k.a.ActionCountGrowthPeriod)}for(const e of k.a.CityNames){const n=this.cities[e];if(!n)throw new Error("Invalid city when processing passive chaos reduction in Bladeburner.process");n.chaos-=1e-4*t,n.chaos=Math.max(0,n.chaos)}this.randomEventCounter-=t,this.randomEventCounter<=0&&(this.randomEvent(),this.randomEventCounter+=Object(v.a)(240,600)),this.processAction(t),this.automateEnabled&&(this.stamina<=this.automateThreshLow?this.action.name===this.automateActionLow.name&&this.action.type===this.automateActionLow.type||(this.action=new r.a({type:this.automateActionLow.type,name:this.automateActionLow.name}),this.startAction(this.action)):this.stamina>=this.automateThreshHigh&&(this.action.name===this.automateActionHigh.name&&this.action.type===this.automateActionHigh.type||(this.action=new r.a({type:this.automateActionHigh.type,name:this.automateActionHigh.name}),this.startAction(this.action))))}}}getTypeAndNameFromActionId(t){const e={type:"",name:""},n=Object.keys(i.a);for(let a=0;aa),!1;if(r.type===i.a.BlackOp){const t=this.canAttemptBlackOp(r);if(!t.isAvailable)return n.log("bladeburner.startAction",()=>t.error+""),!1}try{return this.startAction(r),n.log("bladeburner.startAction",()=>`Starting bladeburner action with type '${t}' and name '${e}'`),!0}catch(t){return console.error(t),this.resetAction(),n.log("bladeburner.startAction",()=>a),!1}}getActionTimeNetscriptFn(t,e,n){const a=this.getActionIdFromTypeAndName(e,n);if(null==a)return"bladeburner.getActionTime";const r=this.getActionObject(a);if(null==r)return"bladeburner.getActionTime";switch(a.type){case i.a.Contract:case i.a.Operation:case i.a.BlackOp:case i.a.BlackOperation:return 1e3*r.getActionTime(this,t);case i.a.Training:case i.a["Field Analysis"]:case i.a.FieldAnalysis:return 3e4;case i.a.Recruitment:return 1e3*this.getRecruitmentTime(t);case i.a.Diplomacy:case i.a["Hyperbolic Regeneration Chamber"]:case i.a["Incite Violence"]:return 6e4;default:return"bladeburner.getActionTime"}}getActionEstimatedSuccessChanceNetscriptFn(t,e,n){const a=this.getActionIdFromTypeAndName(e,n);if(null==a)return"bladeburner.getActionEstimatedSuccessChance";const r=this.getActionObject(a);if(null==r)return"bladeburner.getActionEstimatedSuccessChance";switch(a.type){case i.a.Contract:case i.a.Operation:case i.a.BlackOp:case i.a.BlackOperation:return r.getEstSuccessChance(this,t);case i.a.Training:case i.a["Field Analysis"]:case i.a.FieldAnalysis:case i.a.Diplomacy:case i.a["Hyperbolic Regeneration Chamber"]:case i.a["Incite Violence"]:return[1,1];case i.a.Recruitment:{const e=this.getRecruitmentSuccessChance(t);return[e,e]}default:return"bladeburner.getActionEstimatedSuccessChance"}}getActionCountRemainingNetscriptFn(t,e,n){const a=`Invalid action: type='${t}' name='${e}'`,r=this.getActionIdFromTypeAndName(t,e);if(null==r)return n.log("bladeburner.getActionCountRemaining",()=>a),-1;const o=this.getActionObject(r);if(null==o)return n.log("bladeburner.getActionCountRemaining",()=>a),-1;switch(r.type){case i.a.Contract:case i.a.Operation:return Math.floor(o.count);case i.a.BlackOp:case i.a.BlackOperation:return null!=this.blackops[e]?0:1;case i.a.Training:case i.a.Recruitment:case i.a["Field Analysis"]:case i.a.FieldAnalysis:case i.a.Diplomacy:case i.a["Hyperbolic Regeneration Chamber"]:case i.a["Incite Violence"]:return 1/0;default:return n.log("bladeburner.getActionCountRemaining",()=>a),-1}}getSkillLevelNetscriptFn(t,e){return""!==t&&h.a.hasOwnProperty(t)?null==this.skills[t]?0:this.skills[t]:(e.log("bladeburner.getSkillLevel",()=>`Invalid skill: '${t}'`),-1)}getSkillUpgradeCostNetscriptFn(t,e,n){if(""===t||!h.a.hasOwnProperty(t))return n.log("bladeburner.getSkillUpgradeCost",()=>`Invalid skill: '${t}'`),-1;const a=h.a[t];return null==this.skills[t]?a.calculateCost(0,e):a.calculateCost(this.skills[t],e)}upgradeSkillNetscriptFn(t,e,n){const a=`Invalid skill: '${t}'`;if(!h.a.hasOwnProperty(t))return n.log("bladeburner.upgradeSkill",()=>a),!1;const r=h.a[t];let i=0;this.skills[t]&&!isNaN(this.skills[t])&&(i=this.skills[t]);const o=r.calculateCost(i,e);return r.maxLvl&&i+e>r.maxLvl?(n.log("bladeburner.upgradeSkill",()=>`Skill '${t}' cannot be upgraded ${e} time(s).`),!1):this.skillPoints`You do not have enough skill points to upgrade ${t} ${e} time(s). (You have ${this.skillPoints}, you need ${o})`),!1):(this.skillPoints-=o,this.upgradeSkill(r,e),n.log("bladeburner.upgradeSkill",()=>`'${t}' upgraded to level ${this.skills[t]}`),!0)}getTeamSizeNetscriptFn(t,e,n){if(""===t&&""===e)return this.teamSize;const a=`Invalid action: type='${t}' name='${e}'`,r=this.getActionIdFromTypeAndName(t,e);if(null==r)return n.log("bladeburner.getTeamSize",()=>a),-1;const o=this.getActionObject(r);return null==o?(n.log("bladeburner.getTeamSize",()=>a),-1):r.type===i.a.Operation||r.type===i.a.BlackOp||r.type===i.a.BlackOperation?o.teamCount:0}setTeamSizeNetscriptFn(t,e,n,a){const r=`Invalid action: type='${t}' name='${e}'`,o=this.getActionIdFromTypeAndName(t,e);if(null==o)return a.log("bladeburner.setTeamSize",()=>r),-1;if(o.type!==i.a.Operation&&o.type!==i.a.BlackOp&&o.type!==i.a.BlackOperation)return a.log("bladeburner.setTeamSize",()=>"Only valid for 'Operations' and 'BlackOps'"),-1;const s=this.getActionObject(o);if(null==s)return a.log("bladeburner.setTeamSize",()=>r),-1;let l=Math.round(n);return isNaN(l)||l<0?(a.log("bladeburner.setTeamSize",()=>"Invalid size: "+n),-1):(this.teamSize`Team size for '${e}' set to ${l}.`),l)}joinBladeburnerFactionNetscriptFn(t){const e=C.a[R.a.Bladeburners];return!!e.isMember||(this.rank>=k.a.RankNeededForFaction?(Object(T.d)(e),t.log("bladeburner.joinBladeburnerFaction",()=>`Joined ${R.a.Bladeburners} faction.`),!0):(t.log("bladeburner.joinBladeburnerFaction",()=>`You do not have the required rank (${this.rank}/${k.a.RankNeededForFaction}).`),!1))}toJSON(){return Object(a.b)("Bladeburner",this)}static fromJSON(t){return Object(a.a)(D,t.data)}}a.c.constructors.Bladeburner=D},function(t,e,n){"use strict";n.d(e,"a",(function(){return c}));var a=n(1),r=n(35),i=n(316),o=n(16),s=n(63);function l(t,e,n){return e in t?Object.defineProperty(t,e,{value:n,enumerable:!0,configurable:!0,writable:!0}):t[e]=n,t}class c{constructor(t=null){l(this,"name",""),l(this,"level",1),l(this,"maxLevel",1),l(this,"autoLevel",!0),l(this,"baseDifficulty",100),l(this,"difficultyFac",1.01),l(this,"rewardFac",1.02),l(this,"successes",0),l(this,"failures",0),l(this,"rankGain",0),l(this,"rankLoss",0),l(this,"hpLoss",0),l(this,"hpLost",0),l(this,"isStealth",!1),l(this,"isKill",!1),l(this,"count",Object(r.a)(1e3,25e3)),l(this,"weights",{hack:1/7,str:1/7,def:1/7,dex:1/7,agi:1/7,cha:1/7,int:1/7}),l(this,"decays",{hack:.9,str:.9,def:.9,dex:.9,agi:.9,cha:.9,int:.9}),l(this,"teamCount",0),t&&t.name&&(this.name=t.name),t&&t.baseDifficulty&&(this.baseDifficulty=Object(i.a)(t.baseDifficulty,10)),t&&t.difficultyFac&&(this.difficultyFac=t.difficultyFac),t&&t.rewardFac&&(this.rewardFac=t.rewardFac),t&&t.rankGain&&(this.rankGain=t.rankGain),t&&t.rankLoss&&(this.rankLoss=t.rankLoss),t&&t.hpLoss&&(this.hpLoss=t.hpLoss),t&&t.isStealth&&(this.isStealth=t.isStealth),t&&t.isKill&&(this.isKill=t.isKill),t&&t.count&&(this.count=t.count),t&&t.weights&&(this.weights=t.weights),t&&t.decays&&(this.decays=t.decays);let e=0;for(const t of Object.keys(this.weights))this.weights.hasOwnProperty(t)&&(e+=this.weights[t]);if(e-1>=10*Number.EPSILON)throw new Error("Invalid weights when constructing Action "+this.name+". The weights should sum up to 1. They sum up to :1");for(const t of Object.keys(this.decays))if(this.decays.hasOwnProperty(t)&&this.decays[t]>1)throw new Error(`Invalid decays when constructing Action ${this.name}. Decay value cannot be greater than 1`)}getDifficulty(){const t=this.baseDifficulty*Math.pow(this.difficultyFac,this.level-1);if(isNaN(t))throw new Error("Calculated NaN in Action.getDifficulty()");return t}attempt(t,e){return Math.random()s.a.ChaosThreshold){const t=e.chaos-s.a.ChaosThreshold+1;return Math.pow(t,.5)}return 1}getEstSuccessChance(t,e){function n(t){return Math.max(0,Math.min(t,1))}const a=this.getSuccessChance(t,e,{est:!0}),r=this.getSuccessChance(t,e),i=Math.abs(r-a);let o=r-i,s=r+i;const l=t.getCurrentCity(),c=l.pop/l.popEst;return c<1?o*=c:s*=c,[n(o),n(s)]}getSuccessChance(t,e,n={est:!1}){if(null==t)throw new Error("Invalid Bladeburner instance passed into Action.getSuccessChance");let r=this.getDifficulty(),i=0;for(const n of Object.keys(this.weights))if(this.weights.hasOwnProperty(n)){const a=e.queryStatFromString(n),r="eff"+n.charAt(0).toUpperCase()+n.slice(1);let o=t.skillMultipliers[r];null==o&&(console.error("Failed to find Bladeburner Skill multiplier for: "+n),o=1),i+=this.weights[n]*Math.pow(o*a,this.decays[n])}if(i*=a.a.getIntelligenceBonus(.75),i*=t.calculateStaminaPenalty(),i*=this.getTeamSuccessBonus(t),i*=this.getChaosCompetencePenalty(t,n),r*=this.getChaosDifficultyBonus(t),"Raid"==this.name&&t.getCurrentCity().comms<=0)return 0;if(i*=t.skillMultipliers.successChanceAll,i*=this.getActionTypeSkillSuccessBonus(t),this.isStealth&&(i*=t.skillMultipliers.successChanceStealth),this.isKill&&(i*=t.skillMultipliers.successChanceKill),i*=a.a.mults.bladeburner_success_chance,isNaN(i))throw new Error("Competence calculated as NaN in Action.getSuccessChance()");return Math.min(1,i/r)}getSuccessesNeededForNextLevel(t){return Math.ceil(.5*this.maxLevel*(2*t+(this.maxLevel-1)))}setMaxLevel(t){this.successes>=this.getSuccessesNeededForNextLevel(t)&&++this.maxLevel}toJSON(){return Object(o.b)("Action",this)}static fromJSON(t){return Object(o.a)(c,t.data)}}o.c.constructors.Action=c},function(t,e,n){"use strict";n.d(e,"a",(function(){return i}));var a=n(995),r=n(19);function i(t){const e=a.a[t];if(null==e)return;const n=`${e.title}

${e.txt}`;Object(r.a)(n,!0)}},function(t,e,n){"use strict";n.d(e,"a",(function(){return a}));class a{constructor(t,e,n,a,r){this.name=t,this.desc=e,this.isHacking=n,this.isCombat=a,this.baseRespect=r.baseRespect?r.baseRespect:0,this.baseWanted=r.baseWanted?r.baseWanted:0,this.baseMoney=r.baseMoney?r.baseMoney:0,this.hackWeight=r.hackWeight?r.hackWeight:0,this.strWeight=r.strWeight?r.strWeight:0,this.defWeight=r.defWeight?r.defWeight:0,this.dexWeight=r.dexWeight?r.dexWeight:0,this.agiWeight=r.agiWeight?r.agiWeight:0,this.chaWeight=r.chaWeight?r.chaWeight:0,100!=Math.round(this.hackWeight+this.strWeight+this.defWeight+this.dexWeight+this.agiWeight+this.chaWeight)&&console.error(`GangMemberTask ${this.name} weights do not add up to 100`),this.difficulty=r.difficulty?r.difficulty:1,this.territory=r.territory?r.territory:{money:1,respect:1,wanted:1}}}},,,,,,function(t,e,n){"use strict";n.d(e,"b",(function(){return p})),n.d(e,"a",(function(){return g}));var a,r=n(16),i=n(15),o=n(394),s=n(84),l=n(1),c=n(19),f=n(138),u=n(152),m=n(89),h=n(475);!function(t){t.SHOPLIFT="SHOPLIFT",t.ROBSTORE="ROBSTORE",t.MUG="MUG",t.LARCENY="LARCENY",t.DRUGS="DRUGS",t.BONDFORGERY="BONDFORGERY",t.TRAFFICKARMS="TRAFFICKARMS",t.HOMICIDE="HOMICIDE",t.GRANDTHEFTAUTO="GRANDTHEFTAUTO",t.KIDNAP="KIDNAP",t.ASSASSINATION="ASSASSINATION",t.HEIST="HEIST"}(a||(a={}));const d=t=>{switch(t){case f.a.SHOPLIFT:return a.SHOPLIFT;case f.a.ROB_STORE:return a.ROBSTORE;case f.a.MUG:return a.MUG;case f.a.LARCENY:return a.LARCENY;case f.a.DRUGS:return a.DRUGS;case f.a.BOND_FORGERY:return a.BONDFORGERY;case f.a.TRAFFIC_ARMS:return a.TRAFFICKARMS;case f.a.HOMICIDE:return a.HOMICIDE;case f.a.GRAND_THEFT_AUTO:return a.GRANDTHEFTAUTO;case f.a.KIDNAP:return a.KIDNAP;case f.a.ASSASSINATION:return a.ASSASSINATION;case f.a.HEIST:return a.HEIST}return a.SHOPLIFT},p=t=>null!==t&&t.type===u.b.CRIME;class g extends u.a{constructor(t){var e,n;super(u.b.CRIME,null===(e=null==t?void 0:t.singularity)||void 0===e||e),this.crimeType=null!==(n=null==t?void 0:t.crimeType)&&void 0!==n?n:f.a.SHOPLIFT,this.unitCompleted=0}getCrime(){const t=Object.values(s.a).find(t=>t.type===this.crimeType);if(!t)throw new Error("CrimeWork object constructed with invalid crime type");return t}process(t=1){var e,n;this.cyclesWorked+=t;const a=null!==(e=null===(n=Object.values(s.a).find(t=>t.type===this.crimeType))||void 0===n?void 0:n.time)&&void 0!==e?e:0;for(this.unitCompleted+=i.a._idleSpeed*t;this.unitCompleted>=a;)this.commit(),this.unitCompleted-=a;return!1}earnings(){return Object(h.a)(this.getCrime())}commit(){const t=this.getCrime();if(null==t)return void Object(c.a)(`ERR: Unrecognized crime type (${this.crimeType}). This is probably a bug please contact the developer`);const e=l.a.focusPenalty();let n=Object(m.d)(this.earnings(),e,!1),a=t.karma;Object(o.a)(t.type)?(l.a.gainMoney(n.money,"crime"),l.a.numPeopleKilled+=t.kills,l.a.gainIntelligenceExp(n.intExp)):(n=Object(m.d)(n,.25),a/=4),l.a.gainHackingExp(n.hackExp),l.a.gainStrengthExp(n.strExp),l.a.gainDefenseExp(n.defExp),l.a.gainDexterityExp(n.dexExp),l.a.gainAgilityExp(n.agiExp),l.a.gainCharismaExp(n.chaExp),l.a.karma-=a*e}finish(){}APICopy(){return{type:this.type,cyclesWorked:this.cyclesWorked,crimeType:d(this.crimeType)}}toJSON(){return Object(r.b)("CrimeWork",this)}static fromJSON(t){return Object(r.a)(g,t.data)}}r.c.constructors.CrimeWork=g},function(t,e,n){"use strict";n.d(e,"a",(function(){return o}));var a=n(25),r=n(89),i=n(1);const o=t=>{const e=Object(r.d)(Object(r.c)({money:t.money*i.a.mults.crime_money,hackExp:2*t.hacking_exp*i.a.mults.hacking_exp,strExp:2*t.strength_exp*i.a.mults.strength_exp,defExp:2*t.defense_exp*i.a.mults.defense_exp,dexExp:2*t.dexterity_exp*i.a.mults.dexterity_exp,agiExp:2*t.agility_exp*i.a.mults.agility_exp,chaExp:2*t.charisma_exp*i.a.mults.charisma_exp,intExp:2*t.intelligence_exp}),a.a.CrimeExpGain,!1);return e.money*=a.a.CrimeMoney,e}},function(t,e,n){"use strict";n.d(e,"b",(function(){return l})),n.d(e,"a",(function(){return c}));var a=n(0),r=n.n(a),i=n(126),o=n(40);const s=["ttftfffttttttttttfffffffttftt1ttttttt111tttt1111111tttt1tt111tttt111111tttt1ttttttttttttttt111111111\nttfttttttttttttttttfLLLftfffffffffftttt111tt11111ttffffftttt1111111111111111ttttttfttttttttt111111t1\nttttttttttttttttffffLfftffffffffLLffttttttftt111ttfffffftttttttt111111ttttttffffttfffttttttt111111tt\nttttttttttttttttfffLfttffffffLLffffttttttttttt1tfffffffffftttttt111111tffffffffftttfffftttt11111ttt1\nttttttttttttffLfttfffttfffffffffttfftttttt1t1tt11tfffffftttttt111t111111ttffffLLffttfffftt111111tttt\nttttttttttffLLLLfttttffLLLfttttftfLftttttttffffttttffffttttfftt11t111tt111ttfffLffttfftttttt1111tttt\nttttttttffLLLLLLLffttfLLffttfffftfLfttttttffttt11111ttttffffffftt1111tft11111ttffffttt11tfftt11ttttt\ntttttttfffLLLLLLLLfftffttttffLffftfftttttft1i;;::::;iitffffffffftt111tft1tttt1ttffLfttttfffffttttttt\ntttttttfffLLLLLLLLfttttffftffffftfttttttff1:,,,,,,,,::itfffffffft11111111ttttttttttt1tfffffffffffttt\ntttffttffLLLLLLLLLfttfftffffffffLLLftttttt;::,:::;;;;::1tfffftfft11111ttt1ttt1tfttt11ttffffffffLfttt\ntffffffffLLLLLLLffftfLfffttfLLffLLLfttttti;;;iii11111;:i11ttffft111111tfft11t11tt1tttttfffLLLLLLfttf\ntfffffttttfLLLffttttfffffttLLLLfLLLftttfti:;;;iiiiiiii;it111tt111t1111tffttfftt11ttftttfffLLLLLLffff\nttttfttttffffftttttttttttttfLLLffLLfttttt1;;;;;;iiiiii;1tft11tt1111111tfftfffftttttttttttfLLfffttfff\ntfffffffffftttfffffffffttffttLLfffLfttttt11i;;;;iiiiiii1tt11tfftt11111ttt1fffttt1tttttttttfffftttttt\nttffffffffftttfffffffffttffftffttftttttff1ii;;;;iii1iii111tt1ttttt1111t111ffttffttfffffLffttttffffff\nttffffffffttttffffffffttttttttttffftttttft1ii;;;ii1iii111tfft11ttt111111t1tt1tfft1ttffffLLftttLLLLLL\ntttffffffffttfffffffftttttttt11fffftttt1t111iiii;iiiii11ttffft11111111ttttttt1tt11ttffffLfftttfLLLLf\ntttttttffffttfffttttttttffttt11tffttttttt11ttii;;;iiii11i1ffftt1111111tttt111tttt11ttttffffftffLLLff\ntfttttttttttttttttttttfffftttt11tfftttttt111t1i;;;iiii1i,,:;i1111t1111ttt111t1tfftt11111ttfftffffftt\nttttfffftttttttfffftttffffttffttttft111tt11111i;;;iiii1;,,....,:::;i11tt111tt11tffftttttttt1tttttttt\nt11ttffffftttffffffttttfffttffttttft1111111111;;;;;;;it;,...........,:it111ttt1tffftttttfft11ttfffff\ntt1ttfffftt1ttfffft111tffttfttttttt1111t1i;:;11i1i;;1t1:,,............,itt11tt1tfftt1tfffffft1tffLLf\ntfttttfttttt11tttt1ttt11ttttttftt111111i:,..:1111iii11;,...............;tt111t11ttttttttffttt11ffLLf\ntfftttttttfftttttttffftt111ttffftt11i;,.,...,iiii;;;;:,,...............:1ttt1111ttfffttttft1tt1ttfft\nttttttttttttttt11ttttttttttfffffft1:,..........::::::,,,...............,1ttttt11ttfffffttttffftttttt\ntfffttttffffftt11ttttttttttfffffft1:...........:;::;:..................,1tttttt1ttfffffttttttttftttf\ntfffttttfffffft1ttftttfftttttffft11:...........,:::::..................,1tttft11tfffffffttfffffffttf\ntfffttttffffff11tttttttttttttttttt1;...........,::::,...................;t1t1111tfffffLfttfffffffttf\ntfffttttfftttt11tttttttt1tfftttttt1:...........,::::,...... ............,1111tt11fffffLftttffttffttf\ntttttttttttttt11tttttttt1tffftttft1:...........,:::,,....................it1ttt11tfffffftttffttffttt\nttttt1tttttttt11ttttttttttffttttttt:...........,::,,.....................:111tt11tttttttt1tttttttttt\nttttt1tttttttt11tftttttftttttttttt1;,:;:.......,:,,,....................,,1111t11ttttttt11ttttttfttt\n1tttt1ttfffttt11ttffffffttttfffft11ii1i:.......,:,,,.....................,1tt1111ttttttt111tttttfttt\n1ttt11tttttttt11tttttttttttttttttti;;;;:.......,:,,,....... .............,itt1111tttt11t111ttttttt1t\n111111tttttttt11111111ttttttttttt1i;;;;:.......,:,,,......................itt11111111111111111111111\n1111111111111111111111ttttttttttt1;;;;;:...... ,:,,,,.....................itt11t11111111111111111111\n1111111111111111111111tttttttttt1;:,::;,...... ,:...,.....................ittttt11111111111111111111\n111111111111111111111111tttttttt1i,..... .... .:........................,i1tttt11111111111111111111\n1111111111111111111111111t11t11111;,....,,.... ,:::,,,...................,11ttttt11t1111111t11111111\n11111111111111111111111111111111111iiiiii. ... .::::::,..................,11t1ttt111t11111tttttt1111\n1111111111111111111111111111111111111111:.,.....::::::,..................:111tttttt1tttt11tttttt1111\n1111111111111111111111111111111111111111:::,...,::::;::,..,,.............:11tt1ttttttttttttttttt1111\n","ttftfffttttttttttffffffftfftttttttttt111tttt1111111ttttttt111tttt111111tttttttttttttttttttt11111111t\nttfttttttttttttttftfLLLftfffffffffftt11111tt11111ttffffttttt1111111111111111ttttttfttttttttt111111tt\nttftttttttttttttffffLftttfffffffLLLfttttttftt111ttfffffftttttttt111111tttttffffftfffftttttt1111111tt\nttttttttttttttttfffLLttffffffLLffffttttttttttt1tffffffffffttttttt11111tffffffffftttfffffttt1111ttttt\nttttttttttttffffttfffttfffffffffttfftttttt1tttt1ttftfffftt1ttt111t111111ttffffLLffttfffft1111111tttt\nttttttttttffLLLLfttttffLLLfttttttfLftttttttfft11i;;:;;i11ttfftt11t111tt111tttffffftttttttttt111ttttt\nttttttttffLLLLLLLffttfLLLfttfffftfLLttttttfff1;,,,,,,,,:;tffffft11111tft11111ttffffttt11tffftt1ttttt\ntttttttfffLLLLLLLLfftffttttffLffftfftttttfft1;:,,,,,::::,;tffftttt111tft1tttt1ttffLfttttfffffftttttt\ntttttttffLLLLLLLLLfttttffftffffftfftttttfffti:;;;iiii11i;:tffffft11111111ttftttttttt1ttffffffffffttt\ntttffttffLLLLLLLLLftffftfLftfftfLLLftttttfft::i;iiiiii11i:1ffftft11111ttt1ttt1ttttt11ttfffffLLfLfttt\nttfLfffffLLLLLLLLfftfLLfffffLfffLLLfttttt1tt;:;;;;;iiiiiii1tffft11111tffft11t11tt1tttttfffLLLLLLffff\ntffftfttttfLLLffttttfffffttLLLLfLLLftttft111i;;;;;;iiiiii111tt111t1111tffttfftt11tfft1tfffLLLLLLLffL\ntttfftttttffLftttttttttttttfLfLffLLfttttttt1iii;;;;;ii11i1t11t11111111tffttfffttttttt11ttfLLLLffftff\nttfLffffffftttfffffffffttfftfLLfffLftttttfft1ii;;;;iii1i1tt1tfftt11111ttt1tffttt1ttt1tttttffffttffft\nttffffffffftttffffffffttfffftffffftttttfffft111;;;;iiii1111t1ttttt1111tt11ffttfftttfffffLfttttfffffL\nttffffffffttttffffffffttttttttttffftttttttt11ttii;iiiiii11tft11ttt111111t11t1tfft1tfffffLLftttLLLLLL\n1ttffffffffttfffffffftttttttt11ffffttttt1111tftiii;;iiii1;,;1111111111tttt11111111ttffffLfftttffLLLf\nttttttttfffttfffttttttttffttt11tffftttttt11ttf1;;;i;iiii1:,,.,,::;ii11tttt111tttt11ttffffffftffLLLff\ntfttttttttttttttttttttfffftttt11tfftttttt111tt1;;;i;;ii1t:,,........,:;1t111t1tfftt11111ttfftffffftt\ntftttffffttttttfftftttffffttffttttftt11tt111i;;;;;;;;;it1,,............,;11tt11tffffttttttt1tttttttt\ntttttffffftttfffffft1ttffftfffttttft111111;:,.;iii;;;i11,.,.............,1tttt1tffftttttfft111tfffff\n1tttffffftt1ttfffftt11tffttfttttttt1111i;,....,1iii;ii;,................,111tt1tfft11tffffftt1tLffLf\ntftttfftt1ttt1tttt1tttt1ttttttttt1111;:,.......i1;;;:::.................,it11t11ttttttttffftt11fffLf\ntfftttttttfftt1111ttfftt11ttfffftt1ti..........:i;::;:,..................ittt111t1tffttttft1tt1tffft\nttttttttttttttt11tttttttt1tffffffftti,.........,::::::,..................itttt11ttffffftttttfftttttt\ntfffttttfffffft11ttttttttttffffffft1i,.........,:,:::,...................,1tttt11tfffffttttttttffttf\ntfffttttfffffft11tftttfftttttffft1111:.........,:,:::,....................;tt111tfffffffttfffffffttf\ntfffttttfffffft1tttttttftttttttttt111;.........,:,::,,....................,111111fffffLfttfffffffttf\ntffftttttttffft11tttttttttffttttfft11i.........,:.:,,......................:1tt11fffffLftttffttffttf\ntttttttttttttt111ttttttt1tffftttfft111:....... ,:.:,,.......................1tt11tfffffftttffftffttt\nttttt1tttttttt11ttttttttttfttttttft111i,...... ,:,,,,......................,itt11ttttttt11ttttttfttt\nttttt1tttttttt11tfttttfftttttffttt1111i,...... ,:.,,,......................:11111ttttttt11ttttttfttt\n1tttt1ttftfttt11tfffffffttttfffft11111,....... ,,.,,....... ...............it1111ttttttt111tttttfttt\n1tttt1tttttttt11ttttttttttttttttt1111;,....... ,,.,,......................:tt11111ttt11t111ttttttt1t\n11t111tttttttt111t1111tttttttttt1iiii:,,...... ,,.........................;t111111111111111111111111\n111111111tt11111111111ttttttttt1;;iiii:....... ,,............ ...........;tttt1111111111111111111111\n1111111111111111111111ttttttttt1;;;iii;... ....,::::,....,:::,,.........;1ttttt111111111111111111111\n111111111111111111111111tttttttt1i;;ii: .,....,:::::... .;;;;;:,.....,;1ttttttttt111111111111111111\n1111111111111111111111111tt1111111i,,.,:;i: ...,:::::.....:;;;;;:.....,1ttttttttt11t1111111t11111111\n11111111111111111111111111111111111:.:1tti,....,:::::.... ,;;;;;;,.....ittttttttt111t11111ttttt11111\n1111111111111111111111111111111111111ttt;,,....,:::::,... .,;;;;:,.,,..:ttttttttttt1tttt11tttttt1111\n11111111111111111111111111111111111111t1,,,....:;;::::,.....:;;;:......,1ttttttttttttttttttttttt1111\n","ttftffftttttttttffffffLftfftttttttttt111tttt1111111tttt1tt111tttt111111tttttttttttttttttttt11111111t\nttfttttttttttttttfffLLLftfffffffffttt11111tt11111ttfffft1ttt1111111111111111tttttffttttttttt111111tt\nttftttttttttttttffffLffttfffffffLLLfttttttfttt11tffffffftttttttt111111tttttffffftfffftttttt1111111tt\nttttttttttttttttfffLLttffffffLLffffttttttttttt1ttt1iiiii1tttttttt11111tffffffffftttfffffttt1111t1tt1\nttttttttttttffffttffftffffffffffttffttttt11tttt1i::,,,,,,:;111111t111111ttffffLLffttfLfftt11111ttttt\nttttttttttffLLLLfttttffLLLfftttttfLftttttttfft1i;,,,,,,,,,:;ttt11t111tt111tttffffftttftttttt111ttttt\nttttttttffLLLLLLLffttfLLLfttfffftfLLtttttffffti;::;;;;;iii::1ftt11111tft11111ttffffttt11tffftt1ttttt\ntttttttfffLLLLLLLLLftffttttffLffftffttttffffft;:;iiii11111i:iftttt111ttt1tttt11tffLfttttfffffttttttt\ntttttttffLLLLLLLLLfttttffftffLLftfftttttffffft;:;;;;;iiiiii;1fftt11111111ttftttttttt1ttffffffffffttt\ntttfftfffLLLLLLLLLftffftfLftffffLLLftttttffffti;;;;;;;ii;iiitffft11111ttt1ttt1tfttt11ttfffffLLfLfttt\nttfLfffffLLLLLLLLffffLLfffffLfffLLLLtttttttff1iii;;i;;iii111tfft111111ffft11t11tt1tttttfffLLLLLLffff\ntffftftttffLLLffttttfffffttLLLLfLLLffttftt11t1iii;;;;;iiiii1tt111t1111tffttfftt11tfft1tfffLLLLLLLfff\nttffftttttffLftttttttttttttfLLLffLLftttttttft111i;;;;iiii1111111111111tffttfffttttttt11ttfLLffffftff\nttfLffffffftttfffffffffttfttfLLfffLftttttfffft11i;;;;iiii1t1ttttt11111ttt1tffttt11ttttttttfffftfttft\nttffffffffftttffffffffttfffftffffftttttfffft11t1i;;;;;iii1ii1ttttt1111t111ffttfft1tfffffLfttttfffffL\nttffffffffttttffffffffttttttttttffftttttttt11tft1i;;;;iii1i,:;i1ttt11111t11t1tfft1ttffffLLfttfLLLLLL\ntttffffffffttfffffffftttttttt11ffffttttt1111tfti;ii;;iiii1;,,...,:;ii1tttt1111tt11ttffffffftttffLLLf\nttttttttfffttfffttttttttffttt11tffftttttt11t1iii;;ii;;;i1t:,.........,:;1t111ttt111ttffffffftffLLLLf\ntfttttttttttttttttttttfffftttt11tfftt11tt1i:,.:;;;i;;;itti,,............,;1111ttttt11111ttfftffffftt\ntfttfffftttttttfffftttffffttffttttft1111i:....,;;;ii;i11;.,,.............:1tt1ttffffttttttt1ttttttft\ntttttffffftttffftffttttffftfffttttft1i:,.......:;;;;;;;:,................:tttt1tffftttttfft11ttfffff\n1t1tffffftt1ttfffftt11tffttftttttttt1,.........,ii;;;;;,.................:11tt1tfft11tfffffft1fLLfLf\ntftttfftt1ttt1tftt1ttt11ttttttttt111i,.........,11;:;;:,.................,1t1t11ttttttttfftt111fffLf\ntfftttttttffttt111ttfftt11ttffffftt11,.........,i;::::,..................,1tt11111ffft1ttt11tt1tffft\nttttttttttttttt11tttttttt1tffffffft11;..........::::::,...................;tt1111tfffftttttffftttttt\ntfffttttfffffft11ttttttttttffffffft11:..........:::::,..,;:,...............ittt1tttttffttttttttffttf\ntfffttttfffffft11tftttffttttfffft1111:..........:::::,..;1i;:,..............1t11tfffffffttfffffffttf\ntfffttttfffffft1tttttttftttttttttt111;..........::,:,...;ii;;;,.............:1111tffffLfttfffffffttf\ntffftttttttfft11ttttttttttfftttttft11i,.........::,,,...;;;;;i:..............;111tffffLfttfffttffttf\ntttttttttttttt111tttttttttffftttfft11i,.........::,,,...;;;;;i:..............:111tfffffftttffttffttt\ntttttttttttttt11ttttttttttfftttttft111:.........:,,,....::;;;;:.............,1t11ttttttt11tttttffttt\nttttt1tttttttt11tfttttfftttttfftttt111:.........:,,,......,::::..,.........,i1111ttttttt11ttttttfttt\n1tttt1ttfttttt11tfffffffttttfffft1111i:,........:,,,..... .......,,...... .it1111ttttttt111tttttft1t\n1tttt1tttttttt11ttttttttttttttttt1iiii;,........:........... ...........:itt11111ttt1t1111ttttttt1t\n111111tttttttt111tt111tttttttttti;;;iii:... ....:,,...................:i1tttt11111111111111111111111\n111111111tt11111111111tttttttttt1;;;;;;;. .,....::::..................:1tttttt1111111111111111111111\n1111111111111111111111ttttttttttt1i;;::..:;1,...::::...................;ttttttt111111111111111111111\n1111111111111111111111111tttttttt111i,.,it1;....::::,..................,1ttttttttt111111111111111111\n1111111111111111111111111tttt11111111ii1t1i:...,::::,........,..........itttttttt11t1111111tt1t11111\n11111111111111111111111111111111111111tt1;:....::::;:.......,...........:1ttttttt111t11111ttttt11111\n111111111111111111111111111111111111111ti,,....:;:;::,..................,ittttttttt1tttt11tttttt1111\n111111111111111111111111111111111111111t:,:.,.:;;;;:::,..................;111t1ttttttttttttttttt1111\n","ttftffftttttttttffffffLftfftttttttttt111tttt1111111tttt11t111tttt111111tttttttttttttttttttt11111111t\nttfttttttttttttttfffLLLftfffffffffttttt1111t11111ttffffftttt1111111111111111tttttfftttttttt1111111tt\nttftttttttttttttffffLffttffffffffLLfttttttfttt11ttt1iiii;i11tttt111111tttttffffftffffttttttt111111tt\nttttttttttttttttfffLLttffffffLLffffttttttttttt1tt1::,,,,,,:;1ttt111111tfftfffffftttfffffttt1111t1tt1\nttttttttttttffffttffftffffffffffttfftttttt1ttt11i;:,,,,,,,,,:1111t1111111tffffLLffttfLfftt11111ttttt\nttttttttttffLLLLfttttffLLLfftttttfLftttttttffft1;:::;;;;;;;::it11t111tt111tttffffftttfttttt1111ttttt\nttttttttffLLLLLLLffttfLLLfttfffftfLLtttttfffffti:;;ii111111i:itt11111tft11111ttffffttt1ttffftt1ttttt\ntttttttfffLLLLLLLLLftffftttffLffftffttttfffffft;:;;;;;iiiiii;ittt1111ttt1tttt11tffLfttttfffffftttttt\ntttttttffLLLLLLLLLfttttffftffLLftfftttttffffffti;;;;;;;ii;iiitttt11111111ttftttttttt1ttffffffffffttt\ntttfftfffLLLLLLLLLftffftfLftffffLLLftttttfffff1iii;;i;;i1i1i1tttt11111ttt1ttt1tfttt111tfffffLLfLfttt\nttfLffffffLLLLLLLffffLLfffffLfffLLLftttttttfft1i;;;;;;;iiiiitfft111111ffft11t11tt1tttttffffLLLLLffft\ntffftfttttfLLLffttttffffftfLLLLfLLLftttftt1111111i;;;;iiii111t111t1111tffttfftt11tfft1tffLLLLLLLLfff\nttffftttttffLftttttttttttttfLLLffLLftttt1tttt11tti;;;iiiii111111111111tffttffftttttttt1ttfLLLfffffff\nttfLffffffftttfffffffffttfttfLLfffLftttttffft1111i;;;;;ii111tfttt11111ttt1tffttt11ttttttttfLfftfttft\nttffffffffftttfffffffffttffftffffftttttfffft11t11i;;;;iii1i:;1ttft11111111ffttfftttfffffLfttttfffffL\nttffffffffttttffffffffttttttttttffftttttft111tttiii;;iiii1;,,,:;i1111111111t1tfft1ttffffLLftttfLLLLL\ntttffffffffttffffffffttttttttttfffftttt1111i;:;iiii;;;i;11:,,.....,:;i1tft1111tt111tffffLfftttffLLLf\nttttttttfffttfffttttttttfftt111tfffttt11i;,,..:i;;;i;ii1t1,,..........,:i1111ttt1111tffffffftffLLLLf\ntfttttttttttttttttttttffffttttt1tffti;:,,.....,;;;iiii1ti,,,.............;1111ttttt11111ttfftffffftt\ntttttffffttttttfffftttffffttffttttf1:.........,;:;;;;;;;,.,,,............:1tt1ttffff11ttttt1ttttttft\ntttttffffftttffftfft1ttffftfffttttf1,..........,;;;;;;;:.:ii;;:,.........:tttt1tfffttttffft111tfffff\n1tttffffftt1ttfffftt11tffttfttttt1t1,...........ii;;;::,,;i;;ii:.........:tttt1tfft11tfffffft1fLLfLf\ntftttffttttt11tftt1tttt1ttttttttt11i,..........,1i;;::,.:i;;;;i:.........,1t1t11ttttttttfftt111fffLf\ntfftttttttffttt11tttffttt1tttffft11i,..........,ii;:::,.,:;;iii:..........it111111tfft1ttt11tt1tffft\nttttttttttttttt11tttttttt1tfffffftti,...........:::::,....:;;ii:..........:tt111ttfffftttttffftttttt\ntfffttttfffffft11ttttttttttfffffft1i,...........:::::,.....,:;;:.... ......,1t111ttttffttttttttffttf\ntfffttttfffffft11tftttffttttfffft111:...........:::::,........,..,..........,1111tffffffttfffffffttf\ntfffttttfffffft1tttttttftttttttttt11:...........::,:,........ ...:;,.........:111tffffLfttfffttffttf\ntffftttttttfft11ttttttttttffttttttti,...........:::,,.............,...........,i1tffffLfttfffttffttf\ntttttttttttttt111tttttttttffftttfft;,:;:........:::,.............. ...........:11tfffffftttffttffttt\ntttttttttttttt11ttttttttttfftttttftii1i;:.......:::,.......... ..............:t111tttttt11tttttffttt\nttttt1tttttttt11tfttttfftttttffttt1ii;ii;,......::,,........................:1111ttttttt11ttttttfttt\n1tttt1ttfttttt11tfffffffttttfffft11i;;ii;,......:,,,..........:........ .;t1111ttttttt111tttttft1t\n1tttt1tttttttt11tttttttttttttttttt11;:;i:,,.....:,.................. .;i;;1tt1111tttt1t1111ttttttt1t\n111111tttttttt111t111ttttttttttttt11i:,,:1;....,::....................:1ttttt11111111111111111111111\n111111111tt1111111111tttttttttttttt11i;;1t:....:::::...................;tttttttt11111111111111111111\n1111111111111111111111ttttttttttttt111ttt1,,,.,:::::,..................,1ttttttt11111111111111111111\n111111111111111111111111tttttttttt1111111i,::.,;::;:,...................;ttttttttt111111111111111111\n1111111111111111111111111ttttttt11111111t;.,,.,;;;;;,...................,1ttttttt11t1111111tttt11111\n111111111111111111111111111111111111111t1:..,,:;;;;;:,...................;ttttttt111t11111ttttt11111\n111111111111111111111111111111111111111ti,,,::;;;;;;;:,..................,1tttttttt1tttt11tttttt1111\n111111111111111111111111111111111111111t;,,::,;;;ii;;::,..................it1tttttttttttttttttt11111\n","ttftffftttttttttffffffLftfftttttttttt111tttt1111111tttt111111tttt1111111ttttttttttttttttttt11111111t\nttfttttttttttttttfffLLLftfffffffffttttt111tt11111ttffffftttt1111111111111111tttttfftttttttt1111111tt\nttftttttttttttttffffLffttfffffffLLLftttttttttt11ttt1iiii;i11tttt111111ttttttfffftffffttttttt111111t1\nttttttttttttttttfffLLttffffffLLffffttttttttttt1ttt;:,,,,,,,:itttt11111tfftfffffftttfffffttt1111t1ttt\nttttttttttttffffttffftffffffffffttfftttttt1tttt11i:,,,,,,,,,:i111t1111111tffffLLffttfLfft111111ttttt\nttttttttttffLLLLfttttffLLLfftttttfLftttttttffft1;::;;;;;;;;;,;t111111tt111tttffffftttftt1tt1111ttttt\nttttttttffLLLLLLLffttfLLffttfffftfLLtttttffffff1,:iiii111111;:tt11111tft11111ttffffttt11tffft11ttttt\ntttttttfffLLLLLLLLLftffftttffLffftffttttfffffffi:;;;;;iiiii1;;ttt1111ttt1tttt11tffLfttttfffffftttttt\ntttttttffLLLLLLLLLfttttffftffLLftfftttttfffffff1;;;;;;;ii;;ii1ttt11111111ttftttttttt1ttffffffffffttt\ntttfftfffLLLLLLLLLffffftfLftffffLLLftttttfffff1iiiiii;;iiii1itttt11111ttt1ttt11tttt11ttfffffLLfLfttt\ntffLLffffLLLLLLLLffffLLftffLLLffLLLftttttttffftiii;;;;;ii1ii1tft111111ffft11t11tt1tttttffffLLLLLffft\ntfffffttftfLLLffttttfffffttLLLLfLLLftttft111tt111i;;;;iiiii1tt111t1111tffttfftt11tfft1tffLLLLLLLLfff\nttttfttfffffLftttttttttttttfLLLffLLftttt1tttt11tti;;;iiiii111t11111111tffttffftttttttt1ttfLLLfffffff\nttffffffffftttfffffffffttfftfLLfffLftttttffft11t1i;;;;;iii11ttttt11111ttt1tffttt11ttttttttfLfftftttt\nttffffffffftttfffffffffttffftffftftttttffft111t11i;;;;iii1ii11tttt1111tt11ffttfftttfffffLfttttffffff\nttffffffffttttffffffffttttttttttffftttttttt11111iii;;iiii1;,:;1tttt11111t11t1tfft1ttffffLLftttfLLLLL\ntttffffffffttffffffffttttttttt1tffftttt11i;:,:i;;i;;;;;i11,,..,,:;i111tttt1111tt11ttffffLfftttffLLLf\nttttttttfffttfffttttttttffttt11ttff1ii;:,....,;::;i;;i11ti,,.......,:;ittt111ttt1111ttffffffttfLLLLf\ntfttttttttttttttttttttfffftttt11tff;,,........;;;;iii1tti,,,,:;;::,....,i11111ttttt11111ttfftffffftt\ntfttfffffttttttfffft1tffffttfft1ttt:..........:;;;;;;;i;...,;i;iii:.....,i1tt1ttffff11ttt1t1ttttttft\nttttfffffftttfffffft11tffftffftttti,..........,:;;;;;;;,...,;;iiii,......;tttt1tffftttttftt111tfffff\n1tttffffftt1ttfffftt111ffttft11tt1;,...........;i;;;;;:,.....:;iii,......;tttt1tfft11tffffftt1fLLfLf\ntttttffttttt11tftt1tttt1tttt1tttti,............;1;::;;,......,;iii,......;t11t11ttttttttfftt111fffLf\ntfftttttttffttt111ttfftt111ttfffti.............;i;::::,.......,;;;,......;ttt11111tfft1tttt1tt1tffft\nttttttttttttttt11ttttttt11tffffffi,............,::;:::,..........,.......:ttt1111tfffftt1tttfftttttt\ntfffttttfffffft11tttttttttttffffti,............,:::::,..............,....,ittt11ttttttft1ttttttffttf\ntfffttttfffffft11tffttff11t1tfff1;...... ....,.,:::::,.....................;11111tffffffttfffffffttf\ntfffttttfffffft1tttttttfttttttti:,......:iiii;,,:::,:.......................,;111tffffffttfffttffttf\ntffftttttttfft11ttftttttttfftti,,::,.,:;1i;;;;.,::::,.........................,i1tffffLfttfffttffttf\ntttttttttttttt111ttttttt1ttfft1:::,,,:,:;;;;i:.,:::,,..........................;1tfffffftttffttffttt\nttttt1tttttttt11ttttttttttfttt1;,...,...:;;;:, ,:::,..........................;11ttttttt11ttttttfttt\nttttt1tttttttt11tfttttfftttttfti,..,....,,,....,:::,.........................:111ttttttt11ttttttfttt\n1tttt1ttfttttt11tfffffffttttffft1;::::,,.......,:,:,.................. .:1111ttttttt111tttttfttt\n1tttt1tttttttt11ttttttttttttttttttt11111:......,:,,,..................,::,:1tt1111ttt1t1111ttttttt1t\n111111tttttttt111t1111tttttttttttt111111:......,,.....................,1tttttt1111111111111111111111\n1111111111t11111111111ttttttttttttt11111:......,:,,....................:1t1ttttt11111111111111111111\n1111111111111111111111ttttttttttttt1111t:......,;;::....................:1ttttttt1111111111111111111\n111111111111111111111111ttttttttt1111111:......,::::,...................,itttttt11111111111111111111\n111111111111111111111111111tttt111111111:......,;;::,....................:1ttttttt1tt11111ttttt11111\n1111111111111111111111111111111111111111:......:;;;::,...................,ittttttt11t11111ttttt11111\n11111111111111111111111111111111111111t1:......:;i;;::,...................:11tttttt1tttt11ttttt11111\n1111111111111111111111111111111111111111,......:;;;;;::,..................,1tttttttttttttttttttt1111\n","ttftfffttttttttttfffffLftfftttttttttt111tttt1111111tttt111111ttttt11111tttttttttttttttttttt11111111t\nttfttttttttttttttfffLLLftffffffffftttttt111111111ttfffftt1tt1111111111111111ttttttftttttttt1111111tt\nttftttttttttttttffffLftttfffffffLLLft1tttttft111tfftttfttttttttt111111ttttttfffftffffttttttt11111tt1\nttttttttttttttttfffLfttffffffLLffffttttttttttt1ttti;;;;::;i1tttt111111tffffffffftttfffffttt11111ttt1\ntttttttttttfffffttffftffffffffffttfftttttt1ttt111i,,,,,,,,,;11111t1111111tffffLLffttfLfft111111ttttt\nttttttttttffLLLLfttttffLLLfftttttfLftttttttffft1i::,,,,,,,,,:1t11t111tt1111ttffffftttftt1tt1111ttttt\nttttttttffLLLLLLLffttfLLLfttfLfftfLLtttttfffffti:;;iiiiiiii::1tt11111tftt1111ttffffttt11tffft11ttttt\ntttttttfffLLLLLLLLLftffftttffLffftfftttttffffft::;;iii1i111i:1ttt1111ttt1tttt11tffLfttttfffffftttttt\ntttttttffLLLLLLLLLfttttffftffLfftfftttttfffffft;;;;;;;iiiiii;tttt11111111ttftttttttt11tffffffffffttt\ntttfftfffLLLLLLLLLfttfftfLfffffffLLftttttfffft1ii;;;;;iiiiiitfttt11111ttt1ttt11tttt11ttfffffLLfLfttt\nttfLLfffffLLLLLLLfftfLLftfffLLffLLLftttttttfftiii;;i;;ii111itfft111111tfft11t11tt1tttttfffLLLLLLLfff\ntfffffttftfLLLffttttffffftfLLLLfLLLftttft111tt1iii;;;;iiiii1tt111tt111tffttfftt11tfftttffLLLLLLLLfff\nttttfttffttffftttttttttttttfLLLffLLftttt1tttt11t1i;;;iiii1111t11111111tffttffftttttttt1ttfLLLfffffff\nttfLffffffftttfffffffffttftttfLfffLftttttfffft11i;;;;iiii111tfttt11111ttt1fffttt1ttt1tttttfLLffftttt\nttffffffffftttfffffffffttfftttfttttttttffft11111i;;;;;iii1tt11tttt1111t111ffttffttfffffLLfttttfLffff\nttffffffffttttffffffffttttttttttffftt11ttt1111t1i;;;iii1i1itt11ttt111111t11t1ttft1ttffffLLftttfLLLLL\ntttffffffffttfffffffftttttt1111tffftttt11i;::i1iii;;;iii1i,:;i11t11111tttt1111tt11ttffffLfftttffLLLf\nttttttttfffttfffttttttttffttt11ttft1ii;:,....;i;;;ii;;i1t:,...,:;i1111tttt111ttt1111tttffffftfLLLLLf\ntfttttttttttttttttttttfffftttt11t1:,,........ii:;;iii1tt1,,,......,,;i1tt11111ttttt11111ttfftffffftt\ntfttfffffttttttfffft1tffffttfft11;,..........:;::;ii11t1:,,,...,,:,...,it11tt11tffffttttttt1ttttffft\nttttfffffftttfffffft11tfffttfttt1,....,,......,:;;;;;;i,.......:iii;;,.,1t1ttt1tffftttttfftt11tfffff\n1tttffffftt1ttfffft1111tfttft11ti,.............;i;;;;;:........:iiiii:..it11tt1tfftt1tfffffft1fLffLf\ntttttffttttt11tttt1tttt1tttt1tt;,..............i1;;;;;,........,;iii;,..it111t11ttttttttfftt111fffLf\ntfftttttttfftt1111ttfft11111tft:...............;i;;;;:,.........:;ii:..,ittt111111tfftttttt1tt1tffft\nttttttttttttttt11ttttttt11ttff1,...............,::::::......... ,;ii:...itttt111ttffffft1tttfttttttt\ntfffttttffftttt11ttttttt111tft;,........... ..,:;:::,...........,:;:...;ttttt11ttfffffttttttttffttf\ntfffttttfffffft11ttttttf11111;:,..... .....,:::::::::...............,...:1ttt1111fffffffttfffffffttf\ntfffttttfffffft11ttttttt11ti,,...........,:;i;;;:::::..................,.:tt11111tffffffttfffffffttf\ntffftttttttfff111ttttttt111,.,,,,...,,..,;;;;;i;:,::,....................,;i1t111tffffLfttfffftffttt\ntttttttttttttt111ttttttt11t:.......,....,:;;;;;:::,:,.......................:1t11tfffffftttffttffttt\nttttt11ttttttt11tttttttt11t1,............,,,...,::::.........................:111ttttttt11ttttttfttt\nttttt1tttttttt11ttttttfft1t1:,............ .. ,:::,........................,i111ttttttt11ttttttfttt\n1tttt1ttfttttt11tfftttfftttttt1;::,,::.........,:,,,........................i1111ttttttt111tttttfttt\n1ttt11tttttttt11tttttttttttttttttt111i.........,::,,................. . .;t11111ttt1tt111ttttttt1t\n11t111tttt1tt111111111tttttttttttt111i,........,:,,...................,..,itttt111111111111111111111\n1111111111111111111111tttttttttttt111i,....... ,:....................i111ttttttt11111111111111111111\n1111111111111111111111ttttttttttt1111i,....... ,:,::,................,i1t11tttttt1t11111111111111111\n111111111111111111111111tttttttt11111i,........,::;:,..................;1ttttttt11111111111111111111\n1111111111111111111111111tttt11111111i........ ,,:::,..................,1ttttttttttt1111111tt1t11111\n1111111111111111111111111111111111111i,........,,:::,...................it111ttttt11t11111ttttt11111\n111111111111111111111111111111111111t1,........,,,:::,..................,1t1ttttttt1tttt11ttttt11111\n11111111111111111111111111111111111111,........,,,;;::,..................i111ttttttttttttttttttt1111\n","ttftffftttttttffffffffLfttftttttttttt111tttt1111111tttt111111tttt1111111ttttttttttttttttttt11111111t\nttfttttttttttttttftfLLLftffftffffftttttt111111111ttfffftt1tt1111111111111111ttftttftttttttt1111111tt\nttftttttttttttttffffLftttfffffffLLLft11tttfft111tfffffffttt1ttttt11111ttttttfffftffffttttttt11111tt1\nttttttttttttttttfffffttffffffLLffffttt1ttttttt1tt111ii11tft1ttttt11111tfftfffffftttfffffttt11111ttt1\nttttttttttttffffttfffttfffffffffttffftttt111ttt1:,,,,,,,:i1111111t111111ttffffLLffttfLfft111111ttttt\nttttttttttffLLLLfttttffLLLfftttttfLLfttttttftt1;:,,,,,,,,,;1tt111t1111t111tttffffftttftt1ttt111ttttt\nttttttttffLLLLLLLffttfLLLfttfffftfLLfttttffft1i;;;;;;;;;;::1tttt11111ttt11111ttffffttt11tffft11ttttt\ntttttttfffLLLLLLLLLftffftttffLLfftfftttttffffi:;iii111111i:ittttt1111ttt1tttt11tfLLfttttfffffftttttt\ntttttttffLLLLLLLLLfttttffftffLfftfftttttfffff;:;;;;iiiiiii:ittttt11111111ttttttttttt11tffffffffffttt\ntttffftffLLLLLLLLLfttfftfLftfffffLLftttttffff1i;;;;;ii;iiiittttft11111ttt1ttt1ttttt11ttfffffLLfLfttt\nttfLLfffffLLLLLLLfftfLLftfffLfffLLLftttttttf1i1i;i;;iiii1i1tffft111111tfft11t11tt1tttttfffLLLLLLffff\ntfffffttttfLLLffttttfffffttLLLLfLLLftttft1111iii;;;;ii1i1i11tt111t1111tffttfftt11tfftttfffLLLLLLLfff\ntttffttfftffLftttttttttttttfLLLffLLfttttttttt11i;;;;iiii11t11111111111tffttfffttttttt11ttfLLLfffffff\nttfLffffffftttfffffffffttftttfLfffLftttttffft11i;;;iiiii1t11ttttt11111ttt1fffttt1tttttttttfLLftftttt\nttffffffffftttfffffffffttffttfffttttttttfft1111i;;;;iii1111111tttt1111tt11ffttffttfffffLffttftffffff\nttffffffffttttffffffffttttttttttffftt11tttt11t1ii;;;iii11tfft11ttt111111t11tttfft1ttffffLLfttffLLLLL\ntttffffffffttfffffffftt1ttt1111fffft1tt11iiii1iiii;iiii1i:1tft11111111tttt111ttt11ttffffLfftttffLLLf\nttttttttfffttfffttttt1ttfft11111tft11i;:,..,;ti;;;i;iii1;,,,:;i1111111tttt111ttt1111tffffffftfLLLLLf\ntfttttttttttttttttttttfffftttt11i;::,,......iti::;i;iitt:,,....,:;i111ttt111t1ttttt11111ttfftffffftt\ntfttfffffttttttfffftttffffttft11:...........;ii::;i11tti,,,,.......,:itt111tt1ttffff11ttt111ttttttft\nttttfffffftttffftfft11tfffttftt;,............,:;;;;;11;,..............;1111ttt1tffftttttfftt1ttfffLf\n1t1tffffft11ttfffft1111tfttft11:.............,:ii;;;;;,...............:11t11tt1tfft11tfffffft1ffffLf\ntttttfftt1tt11tttt1ttt11t1111t;,..............:i1;;;;:,...............,111111t11ftttttttfftt11tfffLf\ntfftttttttfftt1111tttft11111t1,...............:ii;;;;,............,,,.,1tttt11111ttfftttttt1tt1tffft\nttttttttttttttt11ttttttt11ttfi................:;::;::,...........,;i;;:1tttttt11ttffffftttttfftttttf\ntfffttttftttttt11ttttttt11ttfi................,;;:::,............,;iiii1tttttft1ttffftfttttttttftttf\ntfffttttfffffft11ttttttt11111;........ .......:;:::,............:iiiii11ttftt11tfffffffttfffffffttf\ntfffttttftffff111ttttttt11ti:,....... ,:::;;:,.,;:::,............:;;ii:i11tt1111tfffffffttfffffffttf\ntffftttttfffft111ttttttt11i,.........,iii;;;,..,:::,.............::;;,.it1111tt11tffffffttfffftffttf\ntttttttttttttt111ttttttt11,.,,,,..,,,:;;;;;;,..,:::,.............,::;..:i111ttt11tfffffftttffttffttt\nttttt1tttttttt111ttttttt11;,,,...... .:;;;;:...,:,,,.....................:111tt11ttttttt11tttttffttt\nttttt1tttttttt11tttttttt111,..........,,,,.....,:,,.......................:111111ttttttt11tttttffttt\n1tttt1tttttttt11ttttttfft11i:,.....,.... .....,::,......................,1t11111ttttttt111tttttft1t\n1tttt1tttttttt11ttttttttttttt1ii;;;:...........,:,,.....................,it111111ttttttt111ttttttt1t\n11t1111tttttt111111111tt1tttttttt11:...........,:,,.............. .;t11111111111111111111111111\n1111111111111111111111ttttttttttt11,.......... ,,................,:,,,:i1tttt1t111111111111111111111\n1111111111111111111111tttttttttt11i,...........,,,,..............:1t11ttttttttttt1111111111111111111\n111111111111111111111111tttttt1111;........... ,,:;,..............:11ttttttttttttt111111111111111111\n11111111111111111111111111tttt1111;........... ,,:;:...............:111tttttttttt11t1111111tttt11111\n1111111111111111111111111111111111;....,,......,,,::................i1ttttttttttttt1t11111ttttt11111\n1111111111111111111111111111111111;............:,,;:,...............;1tttttttttttttttttt11ttttt11111\n1111111111111111111111111111111111:............,,:;;:...............,1t1tttttttttttttttttttttttt1111\n","ttftffftttttttfffffttfLfttftttttttttt111tttt1111111tttt111111tttt111111tttttttttttttttttttt11111111t\nttfttttttttttttttftffLLftffffffffttttttt111111111ttfffft1ttt1111111111111111ttttttftttttttt111111ttt\nttftttttttttttttffffLftttfffffffLLLftt1tttttt111ttfffffftttttttt111111tttttffffftffffttttttt111tttt1\nttttttttttttttttfffLfttffffffLLffffttt1tttttt11tffffffffffttttttt11111tffffffffftttfffffttt11111tttt\nttttttttttttffffttfffttfffffffffttffftttt11111111i;i11ttt11tt1111t111111ttffffLLffttfLfft111111ttttt\nttttttttttffLLLLfttttffLLLfftttttfLLfttttttfti:::,,,,:;i1ttfttt11t111tt111tttffffftttftt1ttt11tttttt\nttttttttffLLLLLLLffttfLLLfttfffftfLLftttttft1;,,,,,,,,,,;tffffft11111tft11111ttffLfttt11tffftttttttt\ntttttttfffLLLLLLLLLfttfttttfLLfLftffttttfffti;:;;;;iii;::1fffffttt111ttt1tttt1ttfLLfttttfffffftttttt\ntttttttffLLLLLLLLLfttttffffffLfftfftttttfffi;;iiiii1111i:iffffftt11111111ttttttttttt1ttffffffffffttt\ntttfftfffLLLLLLLLLftffftfLftffffLLLftttttffi:;;;;iiiiiii:1ftttfftt1111ttt1ttt1ttttt111tffffffLfLfttt\ntffLLfffffLLLLLLLfftfLLftftfLfffLLLLttttt1t1i;;;;;ii;iiii1ttffft111111tfft1tt11tt1tt1ttfffLLLLLLffff\ntfffffttttfLLLffttttfffffttLLLLfLLLftttft11i1i;;;;i111iii111tt111t1111fffttfftt11tfftttfffLLLLLLLffL\ntttffttfftffLftttttttttttttfLLLffLLftttt1tti1i;;;;ii1iii1tt11111111111tffttffftttttttttttfLLLLfffffL\nttfLfffffffttffffffffffttftttfLfffLftttttfftt1;;;;iiii11ttt1ttftt11111tfttffftt111ttttttttfLLftftttt\nttffffffffftttfffffffffttffttfftttttttttfft111i;;;iiii1t111t1ttttt1111tt11ffttffttfffffLLfttffffffff\nttffffffffttttffffffffttttttttttfffttt1tft1111i;;;iiii111tfft11ttt111111t11tttfft1tfffffLLfttfLLLLLL\ntttffffffffttfffffffftt1ttt1111tffft11t111111iiii;;iii111fffft11111111ttft111ttt11tfffffLfftttfLLLLf\ntttttttttffttfffttttt1ttfft1t11ttfftttt1iiii1i;;;iii1i1i,;i1ttt1111111tttt111tttt111tffffffftfLLLLLf\ntfttttttttttttttttt11tfffftttt11tff11i;:,,,:11i;;iii;it;....,:;i111111ttt111t1ttftt11111ttfftffffftt\ntfttfffffttttttfffftttffffttfft1ii;:,,.....:11;:;;;;1tt;,,,.....,,;i11tt111tt1ttfffftttttt11ttttttft\nttttfffffftttffftfft11tfffttft1;,..........:1ii;;ii1tti,,,..........,it1111ttt1tfffttttffftt1ttfffLf\n1tttffffftt1ttfffft1111tfttft1i,............,:;ii;;i1i,..............:111111tt1tfft11tfffffft1ffffLf\ntftttffttttt11tttt1ttt11t1111t;..............,;1i;;;;,...............,1111111t11ftttttttfftt11tfffLf\ntfftttttttfftt1111ttttt11111tt:............. ,;ii;;;:,...............,i111tt11111tffftttttt1tttttfft\nttttttttttttttt11ttttttt11ttft,...............;;;;;:,.................ittttttt11ttffffftttttfffttttt\ntfffftttftttttt11ttttttt11ttf1,...............:;;;::,.......,,,.......;tttttfftttfffftfttttttttffttf\ntfffttttfffffft11ttttttt1111t1,...............:;;;::........,;i;:,....;t1ttfttt1tfffffffttfffffffttf\ntfffttttftffft111ttttttt11t111,...............,::::,........:iiiii:...;t11tt1111tffffLffttfffffffttf\ntffft1tttfffft111ttttttt11ttt1,..... ..........::::,.......,;iiii;,...it11111tt1tfffLfLfttfffftffttf\ntttttttttttttt111ttttttt11tt1:... .,..........,:::.........:;;i;,...,1t1t11tft11tfffffftttffttffttt\nttttt1tttttttt111ttttttt1tt1:,...:;ii:.........,::,.........,:;;:.....,it1111tt11ttttttt11tttttffttt\nttttt1tttttttt11ttttttttt1t;::,;iiii;,.........,:,,...........,,,......,;11111111ttttttt11tttttffttt\n1tttt1tttttttt11ttttttfft1ti:,,;;;:;;,.........,:,,.......... ..........:tttt1111ttttttt111tttttfttt\n11ttt1tttttttt11ttttttttttt1,.,::::;;:.........,:,,...............,....;ttttt1111ttttttt111ttttttt1t\n11tt11tttt1tt111111111111ttti:,,,::;:..........,:,,............ ......;ttttt11111111111111111111t111\n1111111111111111111111tttttttt1:,,,............,:,.............,. .,;11tttttt1111111111111111111111\n1111111111111111111111tttttttttt1:.............,,............ .11ii1ttttttt1111111111111111111111111\n111111111111111111111111tttttt111,.............,::,,...........ittttttttttttt11111111111111111111111\n11111111111111111111111111111111;..............,;;;:,..........:11tttttttttttttt11111111111111t11111\n11111111111111111111111111111111;..............,;;;:,...........:11tttttttttttttttt1111111ttttt11111\n11111111111111111111111111111111:..............,;;;;:...........:1ttttttttttttttttttttttt1ttttt11111\n11111111111111111111111111111111:..............,;i;::,..........,1tttttttttttttttttttttttttttttt1111\n","ttftffftttttttfffffttfffttftttttttttt111tttt1111111ttttt11111tttt111111tttttttttttttttttttt11111111t\nttfttttttttttttttftffLLftffffffffttttttt111111111ttfffffttttt111111111111111ttffttftttttttt11111tttt\ntfttttttttttttttffffLffttfffffffLLLft11tttttt111tfffffffttttttttt11111ttttfffffftfLLfttttttt1111ttt1\nttttttttttttttttfffLfttffffffLLffffttt1ttttttt1ttfffffffffttttttt1111ttfftffffLftttfffffttt11111tttt\nttttttttttttffffttfffttffffffffftttfttttt111ttt1ttffffffttttt1111t111111ttffffLLffttfLLft111111ttttt\nttttttttttffLLLLftttttfLLLfftttttffLftttttttt11ii11fffft1ttfftt11t111tt111ttfffLLftttftt1ttt11tttttt\nttttttttffLLLLLLLffttfLLLfttfffftfLLfttttt1i:;:,,::;i1tttffffftt11111tft11111ttfLLfttt11tffftttttttt\ntttttttfffLLLLLLLLLftffttttffLffftffttttfti:,,,,,,,,,:;tfffffttttt111tftttttt1ttffLfttttfffffftttttt\ntttttttffLLLLLLLLLfttttffftffLfftffttttttti:::::;;;;;,,1ffttffttt11111111ttttttttttt1ttffffffffffttt\ntttfftfffLLLLLLLLLfftfftffftffffLLLfttttti;iiiii11111;:1ttfffffftt1111ttt1ttt1tftttt11tfffffLLfLfttt\nttfLLffffLLLLLLLLfftfLLftttfffffLLLLttttt;;i;;iiiiii1;:i11tfffft111111ffft1tt11tt1tt1ttfffLLLLLLffff\ntfffffttttfLLLffttttfffffttLLLLfLLLftttft1ii;;;ii;;iii;tt11ttt111t1111tffttfftt11tfftttffLLLLLLLLffL\ntttffttfftffLftttttttttttttfLLLffLLftttt11ti;;;iiii1iii1ttt1ttt1111111tfftfffftttttttttttfLLLLffffff\nttfLffffffftttfffffffffttftttfLfffLfttttt11i;;;iii1iii1tttt1tfftt11111tfttffftt11tttttttttfLLffftttt\nttffffffffftttfffffffffttfftttfftffttttfft11;;;iiiii11tt111ttttttt1111tt1tffttffttfffffLLfttftfLffff\nttffffffffttttffffffffttttttttttfffttt1tft11i;iii11i11111tfft11ttt11111tt11tttfft1tffffLLLfttfLLLLLL\nttfffffffffttfffffffftt1ttt111tfffftttt11111i;i;iiii111ttfffft11111111tttt11tttt11tffffLLfftttfLLLLf\nttttttttfffttfffttttt1ttfftt111tfffttt111111;;i;;iii11i1ttffft11111111tttt111tttt11ttfffffLftfLLLLLf\ntfttttttttttttttttt11tfffftttt11tffttt1t1ii1;;i;;iiii1;,::i11tt1tt1111ttt11tt1tfftt11111ttfftfLffftt\ntfttfffffttttttfffft1tffffttfft11tft11i::,,1ii;:;ii;it:,,...,,:;i11111tt111tt1ttfffftttttt11tttttfft\nttttfffffftttffftfft11tfffttfttttt1i:,....,it1i;;;;i1t;,,,,.......,;111t111ttt1tfffttttffftt11tffLLf\n1tttffffftt1ttfffft111ttfttft11i;:,........i1tt1ii1tt1:,,...........:1111111tt1tfftt1tfffffft1ffffLf\ntftttffttttt11tttt1ttt11t1111t;,...........,;;;11;;;;:..............,1t111111t1tftttttttfftt11tfffLf\ntfftttttttfftt1111ttttt11111tt:..............:;ii;;:,................it111tt11111tffftttttt1tttttfft\nttttttttttttttt11ttttttt11ttf1,..............,;;;;::,................it1tttttt1ttfffffftttttfffttttt\ntfffttttffttttt11ttttttt11ttfi................;;;:::,,:;:,...........;tttttttftttffffffttttttttffttf\ntfffttttfffffft11ttttttt1111ti................:;:::,.:;iii;,.........:111ttfftt1tfffffffttfffffffttf\ntfffttttftffff111ttttttt11t11;................,;:::,.;iiiii:.........:tt11ttt111tfffLfLfttfffffffttf\ntffft1tttfffft111ttttttt1tttt;................,::::,.:;;ii;,.........;ttt1111tt1tfffLLLfttfffftffttf\ntttttttttttttt111tttt1tt11ttti.................:::,...,;;i;,.........itttt11ttt11ffffffftttfftfffttt\ntttttttttttttt111ttttttt11tt1;.................:::,....,:;:,.........,1tt1111tt11ttttttt11tttttffttt\nttttt1tttttttt11ttttttttt1t11:.................:::,.... ..............:1111111t11ttttttt11tttttffttt\n1tttt1tttttttt11ttttttfft11ti;,................,::,.........,......... :ttttt1111ttttttt111tttttfttt\n11tt11tttttttt11tttttttt1tt1iiii:..............::,,...................:1tttt111111tttttt111ttttttt1t\n11t1111tttttt1111111111t111iiiiii:.............,:,,,.................:1ttttt11111111111111111111t111\n11111111111111111111111t11i;;iiii;.............,:,,,........... .,;ttttttttt1111111111111111111111\n1111111111111111111111tt1t1i;;ii;,.............,,........... :i;;i1tttttttt1111111111111111111111111\n1111111111111111111111111ttti:,,...............,,,.......... :ttttttttttttttt1t111111111111111111111\n11111111111111111111111111111;::...............:;;::,........,i11ttttttttttttttt1111111111111tt11111\n111111111111111111111111111111t;...............:ii;;:,........;t1tttttttttttttttt1t1111111ttttt11111\n1111111111111111111111111111111:...............:;i;:::........:tttttttttttttttttttt1ttttt1ttttt11111\n1111111111111111111111111111111:............. ,;ii;;;:,..,,...:ttttttttttttttttttttttttttttttttt1111\n","ttfttfftttttttffffftfffftfftttttttttt111tttt1111111tttt111111tttt111111tttttttttttttttttttt11111111t\nttfttttttttttttttttffLLttffffffftttttt1t111111111tfffffftttt1111111111111111ttffttfttttttttt1111tttt\nttttttttttttttttffffLffttfffffffLLLftt1tttttt111tfffffffftttttttt11111tttttffffftfLLfttttttt111ttttt\nttttttttttttttttfffffttffffffLLffffttttttttttt1tffffffffffttttttt11111tfffffffLftttfffffttt1111ttttt\nttttttttttttffffttfffttfffffffffttffttttt1111tt1ttffffffttttt1111t111111ttffffLLffttfLLft111111ttttt\nttttttttttffLLLLfttttffLLLfftttttfLftttttttfffttttffffftttffftt11t111tt111ttfffLLftttftt1tt111tttttt\nttttttttffLLLLLLLffttfLLLfttfffftfLftttttt11i;;;;i1tftttffffffftt1111tftt1111tffLLfttt11tffftttttttt\ntttttttfffLLLLLLLLLftffttttffLLfftffttttti:::,,,,::;i1tffffffffttt111tft1tttt1ttffLfttttfffffftttttt\ntttttttffLLLLLLLLLfttttffftffLfftfftttt11;,,,,,,,:,,,;tffffffffttt1111t11ttttttttttt1ttffffffLfffttt\ntttfftfffLLLLLLLLLftffftfLftffffLLLftttt1i;;;;iiiii:,:1tttfffffftt1111ttt1ttt1tfttt111tfffffLLfLfttt\nttfLfffffLLLLLLLLfftfLLftttfLfffLLLLttt1i1iiiii1111i::1111ttffft111111ffft1tt11tt1tt1ttfffLLLLLLffff\ntfffffttttfLLLffttttfffffttLLLLfLLLftttt11;;;iiiiiii:;ttt111tt111tt111tffttfftt11tfftttffLLLLLLLLffL\ntttffttffttfLftttttttttttttfLLLffLLftttt1i;;;iii;iii;ittfft11tt1111111tfftfffftttttttttttfLLLLffffff\nttffffffffftttfffffffffttfttfLLfffLfttt111;;;i111111iitfttt1tfftt11111tfttfffttt1tttttttttfLLftfttft\nttffffffffftttfffffffffttffttffftfftttttt1i;;iiiii1i1tft11tttttttt1111tt1tffttffttfffffLLfttftffffff\nttffffffffftttffffffffttttttttttfffttt1ttti;;;i111iitt111tfft11ttt111111t1ttttfft1tffffLLLfttfLLLLLL\ntttffffffffttfffffffftt1ttt111tfffftttt111ii;iii;ii11111tfffft11111111tfft11tttt11tffffLLfftttfLLLLL\nttttttttfffttfffttttt1ttfft1111tffftttt1111;;;i;;;i111ttttffftt1111111tttt111tttt11ttfffffLftfLLLLLf\ntfttttttttttttttttt1ttfffftttt11tfft111tt1i;;;i;;i1i1;i11tffftt11t1111ttt11tt1tfftt11111ttfftfLffftt\ntfttffffftt11ttfffftttffffttfft11tft11ii;ii;;;;:;iii1,.,,,:;iii1ttt111tt111tt1ttfffftttttt11ttttfftt\nttttfffffftttffftfft11tfffttftttttt1;:,..:11;;i;;;;11:,,,.....,,:i1111tt111ttt1tffftttttfftt1ttffLLf\ntt1tffffftt1ttfffft1111tfttft1111i:,.....,i11iiiii1tt:.,..........:111111t11tt1tffft1tfffffft1fLffLf\ntftttffttttt11tttt1ttt11t11111;:,.........;i11i1111t;..............;t11111111t1tfttttttfffftt1tfffLf\ntfftttttttfftt1111ttfft111111:.............,::;ii;;:...............:111111ttt111ttffftttfft1tttttfft\nttttttttttttttt11ttttttt11tt1,..............::;;;;;,...............,1111tttttt11tffLffftttttfftttttt\ntfffftttffttttt11ttttttt11tfi,..............,::;;::,,...............i111ttttfftttffffffttttttttffttf\ntfffttttfffffft11ttttttt111ti................::::::,:;;::,..........it111ttffttttfffLfLfttfffffffttf\ntfffttttftffff111ttttttt1tt1;................,;::::.:iiiii,.........;11111ttt11ttfffLfLfttfffffffttf\ntffft1tttfffft111ttttttt11tti,................::::,.:ii;ii:.........;tttt1111ttttfffLLLfttfffftffttf\ntttttttttttttt111ttttttt1ttf1.................,:::,.,:;iii:.. ......:ttttt11tft11tfffffftttfftfffttt\ntttttttttttttt111ttttttt1ttt;::...............,:::,. .:;ii:..........;ttt1111tt11tttttft11tttttffttt\nttttt1tttttttt11ttttttttt1t111i;,..............:::,....,::,...........;1111111t11ttttttt11tttttffttt\n1tttt1tttttttt11ttttttfftt1iiiiii:.............:::,.... ............. :ttttt1111ttttttt111ttttffttt\nt1ttt1tttttttt111ttttttttt1i;iiii;,............,:,,,................. ,1tttt111111tttttt111ttttttt1t\n11t1111tt1ttt11111111111111i;iii1i,............,::,,.................:1tttt11111111111111111111tt111\n11111111111111111111111111t1;;;;;,.............,:,,,.......... .:1tttttt111111111111111111111111\n1111111111111111111111111t11;,.................,:,,..........,;:::;1ttttttt1111111111111111111111111\n11111111111111111111111111111:..,..............,,............:ttttttttttttttttt111111111111111111111\n111111111111111111111111111111ii;..............,::,...........i111ttttttttttt11111t11111111111111111\n111111111111111111111111111111t;...............,;ii;::,.......:1ttttttttttttt11t1tt1111111ttttt11111\n111111111111111111111111111111i,...............:;ii;;;:,......,1ttttttttttttttttttt111111tttttt11111\n11111111111111111111111111111ti,...............:;ii;;;;:,..:..,1ttttttttttttttttttttttttttttttt11111\n","ttfttfffttttttffffttfffftfftttttttttt111tttt1111111tttt111111tttt111111tttttttttttttttttttt1111111tt\nttfttttttttttttttttffLLttffffffffftttttt111111111tfffffftttt1111111111111111ttftttfttttttttt1111tttt\nttttttttttttttttffffLffttfffffffLLLftt1tttttt111tfffffffftttttttt11111tttttffffftfLLfttttttt1111ttt1\nttttttttttttttttfffffttffffffLLffffttttttttttt1tffffffffffttttttt1111ttfffffffLftttfffffttt1111ttttt\nttttttttttttffffttfffttfffffffffttffftttt1111tt1ttffffffttttt1111t111111ttffffLLLfttfLLft111111ttttt\nttttttttttffLLLLfttttffLLLfftttttfLftttttttfffft1ttfffftttffftt11t111tt111ttfffLLftttftt1ttt11tttttt\nttttttttffLLLLLLLffttfLLLfttfffftfLftttttfttttttttttftttffffffftt1111tftt1111tffLLfttt11tffftttttttt\ntttttttfffLLLLLLLLLftffttttffLffftffttttt1ii::::;111tttffffffffttt111tft1tttt1ttffLfttttfffffftttttt\ntttttttffLLLLLLLLLfttttffffffLfftffttttt1:,,,,,,,,:;ittffffffffttt1111t11ttttttttttt1ttffffffffffttt\ntttffttffLLLLLLLLLftffftfLftffffLLLftttti::,::::::,,,;ttttfffffftt1111tft1ttt1tffttt11tfffffLLfLfttt\nttfLffffffLLLLLLLfftfLLftttfLfffLLLfftt11iiiii111i;,,;t111tfffft111111ffft1tt11ttttt1ttfffLLLLLLffff\ntfffffttttfLLLffttttfffffttLLLLfLLLftttt1iiiii1111i:,iftt111ttt11tt111tffttfftt11tfftttffLLLLLLLLffL\nttttftttttffLftttttttttttttfLLLffLLftttti;;;ii;iiii::1ttttt11tt1111111tfftfffftttttttttttfLLLLffffff\nttfLfffffffttffffffffffttfttfLLfffLfttt1i;;i1i;iiii:;tftttt1tfftt11111tfttfffttt1tttttttttfLLftftttt\nttffffffffftttffffffffftfffttffftffttttti;;iii111i1iitft11tttttttt1111tt11ffttffttfffffLLfttftfffffL\nttffffffffftttffffffffttttttttttfffttttti;;;ii1111ii1t111tfft11ttt111111t11tttfft1tfffffLLfttfLLLLLL\ntttffffffffttfffffffftt1ttt111tfffftttt1i;;;iiiiii11111ttfffft11111111tfftt1tttt11tfffffLfftttfLLLLf\nttttttttfffttfffttttt1ttfft1111ttffttt111i;;ii;;;itt11ttttfffft1111111tttt111tttt11tttfffffftfLLLLLf\ntfttttttttttttttttt11tfffftttt11tfft1t1t1i;;;ii;;it111ttttffftt11t1111ttt111t1tfftt11111ttfftfLffftt\ntfttffffftt11ttfffftttffffttfft1ttft11ii1;;;;i;:;i1;;i11tttft111tt1111tt111tt1tffffftttttt11ttttfftt\nttttfffffftttffftfft11tfffttftttt1i;:,,:1i;;;;i;;;1;.,,,;;i11111111111tt111ttt1tffftttttfftt1ttffLLf\n1tttffffftt1ttfffft111tffttft1ii:,.....,11iiiiiii1t:,,,.....,:;i111111111t11tt1tffft1tfffffft1fLffLf\ntftttffttttt11tttt1ttt11t11i;:,........,i1tt1ii11tt:,,,,........:t11111111111t1tfftttttfffftt1tfffLf\ntfftttttttfftt1111ttfftt11i,............::;;iiiii1;,,............it1111111ttt111ttffftttfft1tttttfft\nttttttttttttttt11ttttttt11;...............:;;;;:;;...............:111111tttttttttffLffftttttfftttttt\ntfffftttffttttt11ttttttt11:...............,;;;;;;:,..............,111111ttttfftttffffffttttttttffttf\ntfffttttfffffft11ttttttt11,...............,:;;;;:,...............,1111111ttffttttfffLfLfttfffffffttf\ntfffttttftffff111ttttttt11:...... ........:;;;;:,...............,11111111ttt1tttfffLfLfttfffffffttf\ntffft1tttfffft111ttttttt11:.......:;;;:....,;;::::.......,::,....,1tt11tt1111tt1tfffLLLfttfffftffttf\ntttttttttttttt111ttttttt11:.....:;;;;;:.....:;:::,.......,:iii;,.,1t1t11tt11tft1tffffffftttfftfffttt\ntttttttttttttt111ttttttt1i,.....:;:;;;:.....,::::,........;;iii;..;t1111t1111tt11tttttftt1tttttffttt\nttttt1tttttttt11tttttttt1i,.....:::;;;,......::::,.......,;;ii;:..,;1t11111111t11ttttttt11tttttffttt\n1tttt1tttttttt11ttttttttti....,,,,:;;,.......,:::,,.......,;;;;,....,it11tttt1111ttttttt111ttttffttt\n11tt11tttttttt111ttttttt1:,,.,,,..,,,.........::::,........,:;,..... ,1tttttt11111ttttt1111ttttttt1t\n1111111tttttt11111111111i,,..,,,.... .........::::,..................itttt111111111111111111111tt111\n1111111111111111111111111,...,,...............,::,,,...........,,...;tttttt1111111111111111111111111\n11111111111111111111111111,..... .............,::,,,......... . .:1tttttt1111111111111111111111111\n1111111111111111111111111ti,,,.,,..............::,,..........,,,::i1tttttttttt1111111111111111111111\n11111111111111111111111111111i11;..............:,............,1tttttttttttttt11111111111111111111111\n1111111111111111111111111111111i...............:;:::::,.......;tttttttttttttt11t1ttt111111ttttt11111\n1111111111111111111111111111111:...............:iiii;;::,......ittttttttttttttttttttt1111tttttt11111\n1111111111111111111111111111111,...............:iiiii;;:,......,1tttttttttttttttttttttttttttttt11111\n","tttttfftttttttffffftfffftfftttttttttt111tttt1111111tttt111111tttt111111tttttttttttttttttttt1111111tt\nttfttttttttttttttttffLLftfffffffffttt1tt111111111tfffffftttt1111111111111111ttftttftttttttt11111tttt\nttttttttttttttttfffffftttfffffffLLLftt1tttttt111tfffffffftttttttt11111tttttffffftfLLfttttttt1111ttt1\nttttttttttttttttfffffttffffffLLffffttttttttttt1tffffffffffttttttt11111tfffffffLfttffffffttt1111ttttt\nttttttttttttffffttfffttfffffffffttfftttttt11ttt1ttfffffftttttt11tt111111ttffffLLLfttfLLft111111ttttt\nttttttttttffLLLLfttttffLLLfftttttfLftttttttfffft1tffffftttffftt11t111tt111ttfffLLffttfft1tt111tttttt\nttttttttfffLLLLLLffttfLLLfttfffftfLfttttttffffffttttftttffffffftt1111tftt1111tffLLfttt11tffftttttttt\ntttttttfffLLLLLLLLLftffttttfLLffftfftttttftttttttffttttffffffffftt111tftttttttttfLLfttttfffffftttttt\ntttttttffLLLLLLLLLfttttffffffffftffttttttiii;::::i1ttttffffffffftt1111t11ttttttttttttttffffffffffttt\ntttffttffLLLLLLLLLftffftfLfttfffLLLfttt11:,,,,,,,:::itttttfffffft11111tft1ttt1tffttt11tfffffLLfLfttt\ntffLffffffLLLLLLLfftfLLftttfLfffLLLLfttt1i::::,,::,,,itt11tfffft111111ffft1tt11tt1tt1ttffLLLLLLLffff\ntfffffttttfLLLffttttfffffttLLLLfLLLftttttiiiiii1i;:,,:ttt111ttt11tt111tffttfftt1ttfftttffLLLLLLLLffL\nttttftttttffLftttttttttttttfLLLffLLftttti;iiii111i;:,iftftt11ttt11111tffftfffftttttttttttfLLLLffffff\nttfLffffffftttfffffffffttfttfLLfffLfttt1;;;ii;iiii;::1ffttt1tffft11111ffttfffttt11ttttttttfLfftftttt\nttffffffffftttffffffffftfffttffftfftttt1;;i1i;;iii;:itft11tttttfttt111tt1tffttffttfffffLLftfftfffffL\nttffffffffftttffffffffttttttttttffftttt1;;iiii111iii1t111tfft1tttt111111t1ttttfftttfffffLLfttfLLLLLL\ntttffffffffttfffffffftt1ttt111ttffftttti;;iiiiiiiii1111ttfffft11111111tffttttttt11tfffffLfftttfLLLLL\nttttttttfffttfffttttt1ttfft1111ttfftttt1;;;iiii;;itt11tffffffft1111111tttt111tftt11tttfffffftfLLLLLf\ntfttttttttttttttttt11tfffftttt11tfftttt1i;;;;ii;;it1111tftfffft11t1111ttt111t1tfftt11111ttfftfLffftt\ntfttfffffttt1ttfffftttffftttfft11tft111i;;;;;ii;;i111111tttft111tt1111ttt11tt1tffffftttttt11ttttffft\nttttfffffftttffftfft11tfffttfttt11i;;:ii;;;;iiiii1;11tt111t11111tt1111tt111tft1tffffttfffftt11tffLLf\n1tttffffft11ttfffft1111tfttftii;:,....;1i;;;;ii111,,:;i1tt11tt11111111111t11tt1tffft1tfffffft1fLffLf\ntftttffttttt11ttt11ttt1111i;:,.......,i1tiiii;;11i,,,..,:;i1t1t111t1111111111t1tfftttttfffftt1tfffLf\ntfftttttttffttt111ttttt1i:...........,ii111iii11i:.,,......,:;1t111111111tttt111ttfLftttfftttttttfft\nttttttttttttttt11tttt11t;..............,::;;i1ti:,............,1t1111111tttffttttffLfffttttffffttttt\ntfffttttfftfttt11tttttt1,...............:;:;;;;;:..............;tt111111tttffftttffffffftttttttffttf\ntfffttttfffffft11tttttt1................,;;;;;;;:..............:t11111111ttffttttffLLfLfttfffffffttf\ntfffttttfttftt111tttttti............... .:;;;;;:,..............:1111111111tttttttffLLfLfttfffffffttf\ntffft1ttttttft111tttttt;............. .:;;;;;;:::..............:111tt11tt111ttt1tfffLLLfttfffftffttf\ntttttttttttttt111ttttt1,..............:;i;;i;::::..............:1ttt1111tt11tff1tffffffftttfftfffttt\nttttttttttt1tt111ttttt;..............:;;;;;i:::::..............;1111111111111tt11tttttftt1tttttffttt\nttttt1tttttttt11tttttt:..............:;;;::;:::::..............;t1111111111111t11ttttttt11tttttffttt\n1tttt1tttttttt11ttttt1,........... .,,:,...,:::::..............,11i;;i111tttt1111ttttttt111ttttffttt\n11tt11ttttttt1111tttt;............,..... ...,::::...............:i;:;;i1ttttt11111tttttt111ttttttt1t\n11111111t1tt111111111,............,.........,::::,..............,:::;ii1tt111111111111111111111tt111\n111111111111111111111,............ .........,,,::,..............::::;i11tt11111111111111111111111111\n1111111111111111111111:....... .............,,:,,..............,::::i111t11111111111111111111111111\n11111111111111111111111:....,,,,.............,:::,,..................,1t1111111111111111111111111111\n111111111111111111111111iiii11t; .............,:,..,........ ..:1tttttt11111111111111111111111\n111111111111111111111111111111t:...............:,,,:,,......,,,,,:;;1tttttttt1t111tt1111111tttt11111\n111111111111111111111111111111t: .............::;ii;::,.....,i111ttttttttttttttt11ttt111111tttt11111\n111111111111111111111111111111t:..............:;;iiii;:,.....,i1ttttttttttttttttttttttttttttttt11111\n","tttttfttttttttffffffffffffftttttttttt111tttt1111111ttttttt111tttt111111tttttttttttttttttttt1111111tt\nttfttttttttttttttttffLLftfffffffffttt1tt111111t11tfffffftttt1111111111111111ttftttftttttttt111111ttt\nttttttttttttttttffffLftttfffffffLLLfttttttttt111tfffffffftttttttt11111tttttffffftffLfttttttt11111ttt\nttttttttttttttttfffffttffffffLLffffttt1ttttttt1tffffffffffttttttt11111tfffffffLffttfffffttt1111ttttt\nttttttttttttffffttfffttfffffffffttfftttttt11ttt1ttfffffftttttt11tt111111ttffffLLLfttfLLft111111ttttt\nttttttttttffLLLLfttttffLLLfftttttfLftttttttfffft1ttfffffttffftt11t111tt111ttfffLLftttftt1ttt11tttttt\nttttttttfffLLLLLLffttfLLLfttfffftfLfttttttffffffttttffttffffffftt1111tftt111ttffLLfttt11tffftttttttt\ntttttttfffLLLLLLLLLfttfttttfLLffftfftttttfftffffffftttfffffffffftt111tft1tttttttfLLfttttfffffftttttt\ntttttttffLLLLLLLLLfttttffffffffftfftttttt1iii::;i1ttttfffffffffftt1111t11ttttttttttttttffffffffffttt\nttttfttfLLLLLLLLLLfftfftfLfttfffLLLfttt11:,::,,,,,:;1tttttfffffftt1111tft1ttt1tffttt11tfffffLLLLfttt\nttffffffffLLLLLLLfftfLLftttfLLffLLLffttt1;:,,,,,,,,,;ttt11tfffft111111ffft1tt11ttttt1ttffLLLLLLLLfff\ntfffffttttfLLLffttttfffffttLLLLfLLLftttt1iiiiiiii;:,,iftt111ttt11tt111tffttfftt11tfftttffLLLLLLLLffL\nttttftttttffLftttttttttttttfLLLffLLfttt1i;iii1111i:,:1ftfft11ttt111111tfftfffftttttttttttfLLLLffffff\nttfLffffffftttfffffffffttffttfLfffLfttt1;;;i;iii1i:,;tffttt1tffft11111tfttfffttt11ttttttttfLLftfttft\nttffffffffftttffffffffftffftttfffffttt11;;;ii;;iii::1fft11tttttfttt111tt1tffttffttfffffLLffffffffffL\nttffffffffftttffffffffttttttttttfffttt1i;;iiiii11i;itt111tfft1tttt111111t1ttttfftttffffLLLfttfLLLLLL\ntttffffffffttfffffffftt1ttt111ttfffttt1i;;iiiiiiiii1111ttfffft11t11111tffttttttt11ttffffLfftttfLLLLL\nttttttttfffttfffttttt1ttfft1111ttffttt1i;;;iiii;;;1t11tffffffft1111111ttttt1ttfft11ttffffLfftfLLLLLf\ntfttttttttttttttttt11tfffftttt11tfftt111;;iiiii;;;1111ttftfffft11t1111tttt1tt1tffttt1111ttfftfLffftt\ntfttfffffttt1ttftfftttffftttfft11tft1i1i;;;;iii;;;111111tttft111tt1111ttt11tf1tffffftttttttttttttfft\n111tfffffftttffftttt11tfftttfttt11i;;;1;;;;;iiii;i1t11t111t11111tt1111tt111tft1fffffttfffftt11tffLLf\n1t1tffffft11ttffttt1111tftttti;:,,...:1i;;;;iiii1i:;i1ttt111tt11111111111t11tt1tffft1tffffffttfLffLf\ntftttfftt11t11ttt11ttt111i;:,,.......:11ii;;ii;11i,.,,:;11tt11tt11t1111111111t1tffttttffffftt1tfffLf\ntffttttttttftt1111ttttt1:............:1111iiii1ti;,,....,,;i1tttt11111111tttt111ttfLffttfftttttttfft\nttttttttttttttt111ttt1t;...............,:;;i1tt1;,..........,itttt111111tttttttttffLfffttttffffttttf\ntfffttttfftfttt11ttttt1,................:::::;i;:,...........,1ttt111111ttttfftttffffffftttttttffttf\ntffft1ttffffff111ttttti.................,;;;;;;;:,...........,1t111111111ttffttttffLLfLfttfffffffttf\ntffft1ttfttttt111ttttti................,,;;;;;;::,............it1111111111tttttttffLLfLfttfffffffttf\ntffft1tttttttt111ttttt;.............:;iii;;:;;:::,............it1111111tt111tttttfffLLLfttfffftffttf\nttttt1tttttttt111tttti,............,;;iiii::;::::,...........,1ttttt111ttt11tft1tfffffLftttfftfffttt\nttttt1tttt11tt111ttt1:.............:;;;iii;::::::............,1tttt1111111111tt1tttfttftt1tttttffttt\nttttt1tttttttt11tttti..............,;;;;:,,:::,,:............:tt11t11111111111t11ttttttt11tttttffttt\n1tttt1tttttttt11tttt:............. ,::,. .::,,,:........... :t1111111t111ttt1111ttttttt111ttttffttt\n11tt11tttttt111111ti.......................,:::::.............it111t11111tttt1111tttttt1111ttttttt1t\n1111111111111111111,.............,.........,:::::.............:1t11ii;:;11111111111111111111111tt111\n1111111111111111111:........................,,:::..............;ii;:;:;ii111111111111111111111111111\n11111111111111111111:....... ..............,,,:,...............,:::::;i1111111111111111111111111111\n111111111111111111111:......,,..............,,,:,...............:::;::;i11t1111111111111111111111111\n1111111111111111111111iiiiii1;...............,,,,.,..............,::::;11111111111111111111111111111\n11111111111111111111111111111;................,,:,,,...... .it1111111111111111111111111111\n1111111111111111111111111111t;...............;i;;;::,.....,,.....,,,;i1ttttttttt11tt111111ttttt11111\n1111111111111111111111111111t;...............:i;;i;::,....:i111111tttttttttttttttttttttttttttttt1111\n","tttttfttttttttffffftfffftfftttttttttt111tttt1111111ttttttt111tttt111111tttttttttttttttttttt1111111tt\nttfttttttttttttttttffLLftfffffffftttt1t1111111t11tfffffftttt1111111111111111ttftttftttttttt111111ttt\nttttttttttttttttffffLftttfffffffLLfftt1tttttt111tfffffffftttttttt11111tttttffffftffLfttttttt11111ttt\nttttttttttttttttfffffttffffffLLLfffttt1ttttttt1tffffffffffttttttt11111tfffffffLffttfffffttt1111ttttt\nttttttttttttffffttfffttffffffffftttftttttt11ttt1ttfffffftttttt11tt111111ttffffLLLfttfLLft111111ttttt\nttttttttttffLLLLfttttffLLLfftttttfffttttt1tfffft1ttfffffttfffft11t111tt111ttfffLLftttftt1ttt11tttttt\nttttttttfffLLLLLLffttfLLLfttfffftfLftttttttfffffftttffttffffffftt1111tftt111ttffLLfttt11tffftttttttt\ntttttttfffLLLLLLLLLfttfttttfLLffftffttttt111i;iitfftttfffffffffftt111tft1tttttttfLLfttttfffffftttttt\ntttttttffLLLLLLLLLfttttffffffffftfftttt1;:,::,,,:;ittttffffffffftt1111t11ttttttttttttttffffffffffttt\ntttffftfLLLLLLLLLLfttfftfffttfffLLLftt1i:,,,,,,,,,,:1tttttfffffftt1111tft1ttt1tffttt11tffffLLLLLfttt\nttffffffffLLLLLLLfftfLLftttfLLffLLLftt1i;;;;;;;i;:,:tftt11tfffft11111tffft1tt11ttttt1ttfffLLLLLLLfff\ntfffffttttfLLLffttttfffffttLLLLfLLLft1;iiiii11111i::tffft11tttt11t111tfffttfftt1ttfftttffLLLLLLLLffL\ntttfftttttffLftttttttttttttfLLLffLLftt11;;;iiiiiii:;tffffft11tt1111111tfftfffftttttttttttfLLLLffffff\nttfLffffffftttfffffffffttffttLLfffLft11i;;;;i;;iii;tffffttt1tffft11111tfttfffttt1tttttttttfLLftffttt\nttffffffffftttffffffffftffffttfftfttt11i;;;i1iii1iitffft11tttttfft1111tt1tffttffttfffffLLfffftfLffLL\nttffffffffftttffffffffttttttttttffftt11i;;;iii111ii1tt111tfft1ttft111111t1ttttfftttffffLLLfttfLLLLLL\ntttffffffffttfffffffftt1ttt111ttffftttti;;;;iiiiii11111ttfffft11t11111tfftttttttt1tfffffLLftttfLLLLf\nttttttttfffttfffttttt1ttfft1111ttffttt1i;;;iiii;;itt11tffffffft1111111ttttt1ttfft11ttffffLfftfLLLLLf\ntftttttttttttt1tttt11tfffft1tt11tfft111;;;;;iii;;it111ttfffffft11t1111tttt1tt1tffftt1111ttfftfLffftt\ntfttffffftt11ttftfftttffftttfft11tti;;1;;;:;iii::i111111ttfft111tt1111ttt11tf1tffffftttttttttttttfft\n111tfffffftttffftttt11tfftttft1i;:,..,1i;;;;iii;i;:;;1t111t11111tt1111tt111tft1fffffttfffftt11tffLLf\n1tttffffft11ttffftt1111tt1ii:,,......,i1i;;;ii;11;...,:;i111tt11111111111t11tf1tfffttfffffffttfLffLf\ntfttttftt11t11ttt11ttt11;,,..........,11t1iiii1t1:,,.....,:i111111t1111111111t1tffttttffffttt1tfffLf\ntffttttttttfttt111ttttti,.............:;;iii11t1i,,.........,ittt11111111tttt11tttfLffttffttttttffft\nttttttttttttttt111tttt1:................:;;;;;i;:,...........:ttt1111111tttffttttffLLffttttffftttttf\ntfffttttftttttt11ttttti.................,;;;ii;;:............,1ttt11111ttttffftttffffffttttttttffttf\ntffft1ttfffftf111ttttti..................:;;;i;;:,...........,1tt11111111ttffttttffLLfLfttfffffffttf\ntffft1ttfttttt111ttttt;..................,;;;;;::,...........,1t1111111111tttttttffLLfLfttfffffffttf\ntffft1tttttttt111ttttt;...........,,.....,;;:;:::............,111111111tt111tttttfffLLLfttfffftffttf\nttttt1tttttttt111tttti,........,;ii:......:;:::::............,ittttt111ttt11tft1tfffffLftttfftfffttt\nttttt1tttt111t111tttt;........:;;;;:,.....,;:::::.............ittttt1111t1111tt1ttfttttttttttttffttt\nttttt1tttttttt11tttt1,.......,:::;;;,......::::::.............;tt1t1111111ttt1tttfttttttt1tttttffttt\n1tttt1tttttttt11tttti.........,:::;:.......,:::::..........,,:;1t11111111ttff1111ttttttt111ttttffttt\n111111tttttt111111t1,..........,:::........,:::::..........,:;;i1111t111ttttt11111ttttt1111ttttttt1t\n1111111111111111111;............,,.........,::::,.........,:;;;i1111111111111111111111111111111tt111\n11111111111111111111:.......................,:::,.. ......,:;;ii111111111111111111111111111111111111\n111111111111111111111:.......,..............,:::,..........,::i11t1111111111111111111111111111111111\n1111111111111111111111:,,..,, ..............,,,::,............,1111111111111111111111111111111111111\n1111111111111111111111111i11:...............,..,:,,..... ..:1t11111111111111111111111111111111111\n111111111111111111111111111;................,::::,,.....::::;i11tttt111111t1111111111111111111111111\n111111111111111111111111111,.................ii;;::,....:1tttt1ttttttttttttttttt11tt111111ttttt11111\n1111111111111111111111111ti..................;i;;;:,.....;t1ttttttttttttttttttttt1ttttttttttttt11111\n","ttffftfffttttttttftttfffttftttttttttt111tttt111111tttttttt111tttt111111tttttttttttttttttttt1111111tt\nttfftttttttttttttttffLLftfffffffftttt1t111t111t11tfffffftttt111111111111111tttftttfttttttttt1111tttt\nttttttttttttttttffffLftttfffffffLLffttttttttt111tfffffffftttttttt11111ttttfffffftfLLfttttttt111tttt1\nttttttttttttttftfffffttffffffLLffffttttttttttt1tffffffffffttttttt1111ttfffffffLfttffffffttt1111ttttt\nttttttttttttffffttfffttffffffffftttfttttt1111tt1ttffffffttttt1111tt11111ttffffLLffttfLLft111111ttttt\nttttttttttffLLLLfttttffLLLfftttttffftttt11tttffttttfffffttfffft11t111tt111ttfffLLftttftt1ttt11tttttt\nttttttttfffLLLLLLffttfLLLfttfffftfLftt11ii;i;;ii1tttffttffffffftt1111tftt111ttffLLfttt11tffftttttttt\ntttttttfffLLLLLLLLLfttfttttfLLffftfftt1:,,,,,,,,:iftttfffffffffftt111tft1tttttttfLLfttttfffffftttttt\ntttttttffLLLLLLLLLfttttffffffffftff1i;;:,,,,,,,,:;ttttfffffffffftt1111t11ttttttttttttttffffffffffttt\ntttffftfLLLLLLLLLLfttfftfffttfffLLLt;,,:;;;;;iiii:ittttttffffffftt1111tft1ttt1tftttt11tffffLLLLLfttt\nttffffffffLLLLLLLfftfLLftttfLLffLLLfi,:iiii111111;1ffftt11tfffft11111tffftt1t1tttttt1ttfffLLLLLLffff\ntfffffttttfLLLffttttfffffttLLLLfffffi:;;;;;iiiiiiitffffft11tttt11t111tfffttffft1ttfftttffLLLLLLLLffL\ntttfftttttfffftttttttttttttfLLLffLLti;;;;;i;;iiii1ftffffftt11tt1111111tfftfffftttttttttttfLLLLffffff\nttfLffffffftttfffffffffttffttfLfffLtii;;;ii;;i1111tfffffttt1tffft11111tfttffftttttttttttttfLLfffffft\nttffffffffftttffffffffftffffttfftftt1ii;;;;;;iii11ttffft11tttttfftt111tt1tffttffttfffffLLffffffLffLL\nttffffffffftttffffffffttttttttttffftt11i;;;;;i111111tt111tfft1ttft11111tt1ttttfftttffffLLLfttfLLLLLL\ntttffffffffttfffffffftt1ttt1111tfffttti;;;;;;iiiii11111ttfffft11t11111tfftttttttt1ttfffLLLftttfLLLLf\nttttttttfffttfffttttt1ttfft11111tfft11i;;;:;;ii;;itt11ttfffffft1111111ttttt1ttfft11ttffffffftfLLLLLf\ntftttttttttttt1tttt11ttffft1tt11ttti::i;;;:;iii;;;i;i1ttftfffft1tt1111tttt1tt1tffftt1111tffftfLffftt\ntfttffffftt11ttftfft1tffftttff1i;:,...;1;;;;;i;:;i,..,:;i1tft111tt1111ttt11tf1tffffftttttttttttttfft\n111tfffffftttffftttt11tfft11i;:,......,11;iii;;iii,,,....,:;i1111t1111tt111tft1fffffttfffftt11tffLLf\n1tttffffft11ttffftt1111t1;;,..........,i1t11ii11i:.,........,111111111111t11tt1tfffttfffffffttfLffLf\ntfttttftt11t11ttt11ttt11:..............;iiiiiii11,,,......,,,itt11t1111111111t1tffttttffffftt1tfffLf\ntffttttttttfttt111ttttt;................,;;;i;;ii,...........;ttt11111111ttt111tttfLffttfft1ttttffft\nttttttttttttttt111ttt11:.................:;;;i;::............;ttt1111111tttftttttffLLffttttffffttttf\ntfffttttftttttt11ttttt1,.................,;;;;;;:............:ttttt11111tttffftttffffffftttttttffttf\ntffft1ttfffftf111ttttt1,..................:;;;:::............:1tt11111111ttffttttffLLfLfttfffffffttf\ntffft1tttttttt111ttttti...................,;;::::............,111111111111tttttttffLLfLfttfffffffttf\ntffft1tttttttt111ttttt:...................,::::::,:::,.......,1t1t11111tt111tttttfffLLLfttfffftffttf\nttttt1tttttttt111tttt1,....................,::::::;;;ii:......ittt11111ttt1ttff1tfffffLftttfftfffttt\nttttt1ttttt11t111tttti.....................,:::::,;;;ii;,.....itttt1111tt111tttttttttttttttttttffttt\nttttt1tttttttt11ttttt;........ .............:::::,;;;ii;,.....:1t1t1111111tttttttfttttttt1tttttffttt\n1tttt1tttttttt11ttttt:.... :i;:.............:::::..,;;i:.......it11111111ttff1111tfttttt11tttttffttt\n11tt11tttttt1111111t1,...,;iiii;, ..........::::,. .,:,......;111111111ttttt1111ttttttt111ttttttt1t\n11111111111111111111i..,.,;;;iii;...........:::::.......,....itt1111111111111111111111111111111tt111\n11t111111111111111111;....::;;ii;...........::::,..........,;111111111111111111111111111111111111111\n1111111111111111111111, ...,:;;;,............,,:,.....,,:;11tt11111111111111111111111111111111111111\n1111111111111111111111i:,....... ............,,:,.....:1tttttt11111111111111111111111111111111111111\n1111111111111111111111111;.,. ..............;;;:,,....,it11ttt11111111111t11111111111111111111111111\n111111111111111111111111i,..................;ii;:,.....,1t1ttttt1111111111t1111111111111111111111111\n111111111111111111111111:...................;ii;;:......;ttttttttttt11tttt1t111111tt11111111ttt11111\n111111111111111111111111:...................:i;:;;,.....:t1tttttttttttttttttttttt1tttttttttttttt1111\n","ttffftfffttttttttttttfffttftt111ttttt111tttt111111ttttttttt11tttt111111ttttttttttttttttttttt111111tt\nttfftttttttttttttttffLLftfffffffftttt111111111t11tffffffttttt11111111111111tttftttfttttttttt1111tttt\nttttttttttttttttffffLftttfffffffLLfft111ttttt111tfffffffftttttttt11111ttttfffffftfLLfttttttt111ttttt\nttttttttttttttttfffffttffffffLLLfffttt1ttttttt1tffffffffffttttttt1111ttffffffLffttffffffttt1111tttt1\nttttttttttttfffftttffttffffffffftttftt1t1iii11111tfffffftttttt11tt111111ttffffLLffttfLLft111111ttttt\nttttttttttffLLLLfttttffLLLfftttttffft11i:,,,::::;1tfffftttfffft11t111tt111ttfffLLfttfftt1ttt11tttttt\nttttttttfffLLLLLLffttfLLLfttfffftfft1;:,,,,,,,,,:tttttttffffffftt1111tftt111tttfLLfttt11tffftttttttt\ntttttttfffLLLLLLLLLfttfttttffLfftt1::,,,,,:::::;itfttttffffffffftt111tft1ttfttttfLLfttttfffffftttttt\ntttttttfLLLLLLLLLLfttttffftffffttf1,,,,:;iii1111itftttfffffffffftt1111t11ttffttttttttttffffffffffttt\ntttffftfLLLLLLLLLLfttfftfffttffffft:,,,:;iii111ii1tttttttffffffftt1111tft1ttt1tftttt11tffffLLLLLfttt\nttffffffffLLLLLLLfftfLLftttfLfffLft:,,:;;;;iiiiii1tffftt11tfffft111111ffftt1t1tttttttttfffLLLLLLffff\ntfffffttttfLLLffttttfffffttfLLfffft;:::;;;iii;iii1tffffft11tttt11tt111fffttffft1ttfftttffLLLLLLLLffL\ntttfftttttfffftttttttttttttfLLLffffti;;;i;;iii;iitfffffffft1tttt1t1111tfftfffftttttttttttfLLLLffffff\nttfLffffffftttfffffffffttffttfLftfft1i;;;;;iiiii11ffffftttt1tffft11111tfttffftttttttttttttfLLffffftt\nttffffffffftttfffffffftttfftttftttttt1;;;;;iiiii11ttffft11tttttfftt111tt1tffttffttfffffLLffffffLffLL\nttffffffffftttffffffffttttttttttfftt11i;;;;;;ii1111ttt111tfft1ttft11111tt1ttttfftttffffLLLfttffLLLLL\ntttffffffffttfffffffft11ttt1111ttff1;i;;;;;;;ii;iiii111ttfffft11t11111tfftttttttt1tffffLLLftttfLLLLf\nttttttttfffttffftt1tt1tttft1111tt1;,.:i;;;;;iii::;;,,:;i1tfffft1111111ttttt1ttfft11ttffffffftfLLLLLf\ntfttttttttttttttttt11ttffft1tti;:,...,ii;;;;ii;::;;.....,:itftt1tt1111tttt1tt1tffftt1111tffftfLffftt\ntfttffffftt11ttftfft1tttft1i;:,.......:11iiii;;;:;:,,,,,,..;t111tt1111ttt11tf1tffffftttttttttttttfft\n111tfffffftttffttttt11tti;:,..........,1tt1ii11i;;,,.,.,,,,,1111t11111tt111tft1tffffttfffftt11tffLLf\n1tttffffft11ttttttt1111;...............:11iiii;;1;.,.,,.,..,1t11111111111t11tf1tfffttfffffffttfLffLf\ntfttttftt11t11ttt111tt1,................,;;;ii;i1:.........,111t1111111111111t1tffttttffffftt1tfffLf\ntffttttttttftt11111ttt;..................:;;;;:;i:..........itttt11111111ttt111tttfLffttfft1tttttfft\ntttttttttttttt1111ttt1:..................,;;;;:::,..,.......;tttt1111111tttffttttffLLffttttffftttttf\ntfffttttftttttt11tttt;....................:;;::::,,.........:ttttt111111ttttfftttffffffftttttttffttf\ntffft1ttfftttt111tttt:....................,;:::,:;;;;:,.....:1ttt11111111ttffttttffLLfLfttfffffffttf\ntffft1ttfttttt111ttt1,.....................:::,,::;iii;,.....itt1111111111tttttttffLLfLfttfffffffttf\ntffft1tttttttt111ttt;......................,::,,::;;;i;,.....:111111111tt111tttttfffLLLfttfffftffttf\nttttt11ttttttt111tt1:......................,:,..:,:;;i;.......:tttt1111ttt1ttffttffffffftttfftfffttt\nttttt1ttttt111111tt1:......................,:,..:. .:;:......,itttt1111tt111ttttttfttffft1tftttffttt\nttttt1tttttttt111tt1:........... .........,,,.,:...........,1tt11tt111111ttt1ttttffftttt1tftttffttt\nttttt1tttttttt11ttti,......... .,..........,,,.,:..........,it11111111111ttft1111ttttttt11tttttffttt\n11tt11ttttt111111tt:..........,::;,........,,,.,:......,:i11t11111111111ttttt1111ttttttt111ttttttt1t\n11111111111111111111:........:;;ii;.........,,.,,.....i1ttt11t11t111111111111111111111111111111tt111\n1111111111111111111ti........,:;;i;,...........,,.....;t11111111111111111111111111111111111111111111\n11111111111111111111ti;,......,:;;;. ......,:,.,:.....,1t1t11111111111111111111111111111111111111111\n11111111111111111111111;........,,,........:;::,,......;t1tttt11111111111111111111111111111111111111\n1111111111111111111111i......... ........:;;::,......,1ttttt11111111111t11111111111111111111111111\n1111111111111111111111:........ ...........:;;;::.......it1ttttt1111111111t1111111111111111111111111\n111111111111111111111i,........,......... ,ii;;::,......:ttttttttttt11ttt1tt11t111tt111111t1tttt1111\n11111111111111111111t;.........,..........:iiii;::,.....,1ttttttttttttttt1ttt1ttt1tttttttttttttt1111\n","ttttftfffttttttttttttfffttttt111ttttt111tttt111111ttttttttt11tttt111111tttttttttttttttttttt1111111tt\nttfftttttttttttttttffLLftffftfffftttt111111111t11tffffffttttt11111111111111tttftttfttttttttt1111tttt\nttttttttttttttttfffffftttfffffffLLLft111tttttt11tfffffffftttttttt11111ttttfffffftfLLfttttttt111ttttt\nttttttttttttttttfffffttfffffffffffft11111;:::;;i1tffffffffttttttt1111ttffffffLffttffffffttt1111tttt1\nttttttttttttfffftttffttffffffffftttft1;::,,,,,,,,ifffffftttttt11tt111111ttffffLLffttfLLft111111ttttt\nttttttttttffLLLLfttttffLLLfftttttff1;:,,,,,,,,,,:itfffftttfffft11t111tt111ttfffLLfttfftt1ttt11tttttt\nttttttttfffLLLLLLffttfLLLfttfffttt1:,,,,:::;;i;;1tttftttffffffftt1111tftt111tttfLLfttt11tffftttttttt\ntttttttfffLLLLLLLLLfttfttttffLfftt;,,,,,:;ii11t11tfttttffffffffftt111tft1ttfttttfLLfttttfffffftttttt\ntttttttfLLLLLLLLLLfttttffffffffttt;,,,,:;;;iii1111ttttfffffffffftt1111t11ttffttttttt1ttffffffffffttt\ntttffftfLLLLLLLLLLfttfftfffttttfft:,,,,:;;;iiiiii1tttttttffffffftt1111tft1ttt1tftttt11tffffLLLLLfttt\nttffffffffLLLLLLLfftfffftttfLftfLfi;;;;;;;iii1iii1tffftt11tfffft111111ffftt1t1tttttttttfffLLLLLLffff\ntfffffttttfLLLffttttfffffttfLLftfffi;;;i;;;;iiiii1fffffft11tttt11tt111fffttffft1ttfftttffLLLLLLLLffL\ntttfftttttffffttttttttttttttffftffft;;;;;;;;iiii1tttfffffft1tttt1t1111tfftfffftttttttttttfLLLLffffff\nttffffffffftttfffffffffttftttffftfft1;;;;;;;;iii1ttfffffttt1tffft11111tfttfLftttttttttttttfLLftffftt\nttffffffffftttfffffffftttfftttftttt1i;;;;;;;;ii111tffftt11tttttfftt111tt1tffttffttfffffLLffffffLffLL\nttffffffffttttfffffffft1tt1111ttt1::i;;;;;;;i1i;i111ttt11tfft1ttft11111tt1ttttfftttffffLLLfttffLLLLL\ntttffffffffttffffffftt111tt111i;:,..;i;;i;iii11;;;;,::;1tfffft11t11111tfftttttttt1tfffffLfftttfLLLLf\nttttttttfffttffttttt111ttt1;:,......,ii;;iii;11;:;;,...,:1fffft1111111ttftt1ttfft11ttffffffftfLLLLLf\ntftttttttttttt11tt111tt1;:,..........;11iii;1t1;:;;,,,,,.:tfttt1tt1111tttt1tt1tffftt1111ttfftfLffftt\ntfttffffftt11tttttt111:..............:1tt1ii11i::;:,,,,,,,if1111tt1111ttt11tf1tfffffttttttttttttffft\n111tfffffft1tfftttt11;................:ii;;i;:,,;;,.,,.,..it1111111111tt111tft1tffffttfffftt1ttffLLf\n1tttffffft111tttttt1i,............,....:;;;;;;:,1i,..,,,..;ttt11111111111t11tt1tfffttfffffffttfLfLLL\ntfttttftt1t111ttt111;..................,;;;;;:,:1i,.......it111t11t1111111111t1tffttttffffftt1tffLLf\ntffttttttttft1111111,...................:;;;::,,;;,.......it1tttt11111111ttt111tttfLffttfft1tttttfft\ntttttttttttttt1111t;....................,;;:::,.:,..,.....:tttttt1111111tttffttttffLLffttttffffttttf\ntfffttttfttttt111t1,.....................;;:::..:,........,1tttttt111111ttttfftttffffffftttttttffttf\ntffft1ttfftttt111ti......................::::,..:,.....,:::i1ttt111111111ttffttttffLLfLfttfffffffttf\nttfft1tttttttt111t:......................,:::,..:,....,:;iiiitt11111111111tttttttffLLfLfttfffffffttf\ntffft1tttttttt1111;.......................,:,...:,....:;;iiii1111111111tt111tftttfffLLLfttfffftffttf\nttttt11ttttttt111t;...................,,,,,,,...,......,;;ii1111ttt1111ttt1tfffttffffffftttfftfffttt\nttttt11tt11111111i,.................,::::::,....:........,,:i1111tt1111tt111ttttttfffffft1tftttffttt\nttttt11ttttttt11t;.................,:;;;;;;,....:.... .. .,1t11ttt1111111ttt1ttttffffttt1tftttffttt\nttttt11ttttttt1111:................,::::;i:.....:.,..,,,:;i11tttt111111111tft1111ttttttt11tttttffttt\n111tt11ttt1111111t1:. ............::::;:.....,:....it11111tt1tt1111111ttttt1111ttttttt111ttttttt1t\n11111111111111111111i:,..............,,,,......,:....:1tt111111t1111111111111111111111111111111tt111\n11111111111111111111t11:........,.... . ..,....:.....it1t111t11111111111111111111111111111111111111\n11111111111111111111111:,..................:....:.....:1ttt11t11t11111111111111111111111111111111111\n1111111111111111111111i,...................:....:......it1ttttt1tt11111111111t1111111111111111111111\n1111111111111111111111;....................,,..,:,.....:tttttttt111111111111111111111111111111111111\n1111111111111111111111:.................. .::..,:......,1t1ttttt11t1t11111t1111111111111111111111111\n11111111111111111111ti,.................. ,;::,,:.......itttttttttttt111t1tt11t111tt111tttt1tttt1111\n11111111111111111111t;....................,;;;:,:.......:tttttttttttttttt1ttt1ttt1tttttttttttttt1111\n","tttttttttttttttttttttffftttt1111111tt1111tt1111111ttttttttt11tttt1111111ttttttttttttttttttt1111111tt\nttfttttttttttttttttffLfttffttfffttttt1111111111111tffffftttt111111111111111tttffttftttttttt11111tttt\nttttttttttttttttffffLftttfffffffffftt11111iii1i11ffffffffttttttt111111tttttffffftfLLfttttttt111ttttt\nttttttttttttttttffffftttffffffffffttt11;::,,,,,:;1ffffffffttttttt1111ttfffffffLfttffffffttt1111ttttt\nttttttttttttfffftttffttffffffffttttt1;:,,,,,,,,,,:tffffftttttt111t111111ttffffLLffttfLLft111111ttttt\nttttttttttffLLLLftttttffLLfttttttft;,,,,,,,,:::,:itfffftttfffft11t111tt111ttfffLLfttfftt1ttt11tttttt\nttttttttffLLLLLLLffttfLLLfttfffttt;,,,,,,:;ii1111tttttttffffffftt1111tftt111tttfLLfttt11tffftttttttt\ntttttttfffLLLLLLLLffttfttttffffft1:,,,,,:;iii11111fttttffffffffftt111tft1ttft11tffLfttttfffffftttttt\ntttttttfLLLLLLLLLffttttffftfffftt1:,,,,,:;;;iiiii1ftttfffffffffftt1111t11ttffttttttt1ttffffffffffttt\ntttffttfLLLLLLLLLLfttfttffftttttft::;;::;;iiiiiii1ttttttttfffffftt1111tft1ttt1tffttt11tffffLLLLLfttt\nttffffffffLLLLLLffftfffttttffftfLfi:;i;;;;;iiiiii1tffftt11tfffft111111ffftt1tt1tt1tttttfffLLLLLLffff\ntffftfttttfLLLfftttttffffttfLLftfff;:;;;;;;;iiiii1tffffftt1tttt11tt111fffttffft1ttfftttffLLLLLLLLffL\ntttttttttttfffttttttttttttttffffffft;;;;;;;;iiii1ttffffffft1ttt1111111tfftfffftttttttttttfLLLLffffff\nttffffffffftttfffffffffttft1tfffttt1i;;;;;;;;iii1ttfffftttt1tffft11111tfttffftttttttttttttfLLfffffft\nttffffffffftttfffffffftttffttttti::i;;;i;;;;ii1111tttttt11tttttfftt111tt1tffttffttfffffLLffffffLLfLL\nttffffffffttttfffffffft1ttt11i;:,.,ii;;iiiii11:i1111tt111tfft1ttft11111tt1ttttffttttfffLLLfttfLLLLLL\ntttffffffffttffffffftt111i;:,......:11;;iiiii1::;;;::;i1ttffft11t11111tfftttttttt1ttffffLfftttLLLLLf\nttttttttfffttfttt1111ii;:,.........,it1iii;;1ti::;;,..,:1tfffft1111111ttttt11tfft11ttffffffftfLLLLLf\ntfttttttttt1tt111111;,..............;1111ii1ti:;:;;,,,,.:tffftt11t1111tttt1tt1tffftt1111ttfftfLffftt\ntfttfffftt1111ttttti,................:;;;i;;;,,:;;:,,,,,,itt1111tt1111ttt11tf1tffffftttttt1tttttffft\n111tfffffft1ttttttt:..........,,......:;;;;;;,.,i;,,,,,,.;t111111111111t111tft1tffffttfffftt1ttffLLf\n111ttfffft111ttttt1,............,.....,;;;;;:,.:1i,......;11t111111111111t11tt1tfffttfffffffttfLfLLL\ntttt1tftt11111tt11;....................:;;;;:,.:1i,......:tt11111111111111111t1tffttttffffftt1tffLLf\nttft11ttttttt1111i,....................,:;:;:.,,;:,......:111tttt11111111tttt11tttfLffttfft1tttttfft\ntttttt1ttttttt111;......................,;:;:..,:,.......:11tttttt111111tttffttttffLLffttttffffttttf\ntffft11ttttttt11i,.......................:::,..,:,.......,1tttttttt11111ttttfftttffffffftttftttffttf\ntffft11ttttttt11;........................,:::,..:,........;11tttt11111111ttffttttffLLfLfttfffffffttf\ntttft11ttttttt11;......................,:;;;;;;,:,........,111tt1111111111tttttttffLLfLfttfffffffttf\ntfttt11ttttttt11i.....................:::;;;;;:.:,....... ,1t11111111111t111tftttfffLLLfttfffftffttf\ntttt111ttttttt11:....................,:::;;;;;.,:,..........,:;iii11111ttt11tffttffffffftttfftfffttt\nttttt11tt1111111,....................,:::;;;;,.,:.......... .::;;;;ii11111ttftttftfffft1tftttffttt\nttttt11ttttttt11i................. ....,,,,.....:.... ........,:::;;;;ii111tt1tttfffffttt1tftttffttt\nttttt11ttttttt11ti,. .........,... .. ....,..:,.. ....,:::;;;iii1ttt1111ttttttt11tttttffttt\n11111111ttt111111t1ii;;;,.......................:..,.:1;:,,.. ..,;i1i1t1ttt1111ttttttt111ttttttt1t\n1111111111111111111ttttt:,......................:.. ,tttt111i;;;;i1tt1111111111111111111111111tt111\n111111111111111111111111:,..................,...:.....it1t1ttttttttt11111111111111111111111111111111\n111111111111111111111111;,..................,...:.... ;tttt11t11t11111111111111111111111111111111111\n111111111111111111111111:...................,..,:.....:ttttttttttt1111111111111111111111111111111111\n11111111111111111111111i,...................:,.,:.....,1ttttttttt11111111111111111111111111111111111\n11111111111111111111111;...................,::..:.....,1ttttttttt1t11t1111t1111111111111111111111111\n11111111111111111111111:.................. :;:,,:......itttttttttttttt111ttt11t1111t111t1ttttttt1111\n111111111111111111111t1:.................. :;;:::......;ttttttttttttttttt1ttt1ttt11ttttttttttttt1111\n","tttftttttttttttttttttffftttt1111111tt1111tt11111111tttt1ttt11tttt111111tttttttttttttttttttt1111111tt\nttfftttttttttttttttffLfftfftttffttttt111111111111ttffffftttt1111111111111111ttffttfttttttttt1111tttt\ntttttttttttttttttffffftttffffffffffft111tt111111ttffffffttttttttt11111tttttffffftfLLftttttt11111ttt1\nttttttttttttttttffffftttffffffLffftt111i;;:::::;1tffffffffttttttt11111tfffffffLfftfffffftttt111ttttt\nttttttttttttfffftttffttffffffffttttt1i;,,,,,,,,,,;fffffftttttt111t111111ttffffLLffttfLLft111111ttttt\nttttttttttffLLLLftttttffLLftttttttti:,,,,,,,,,,,,;tfffftttfffft11t111tt111tttffLLfttfftt1tt111tttttt\nttttttttffLLLLLLLffttfLLffttfffttti,,,,,,:;;;ii;itttttttffffffftt1111tftt1tttttfLLfttt11tffftttttttt\ntttttttfffLLLLLLLLLfttfttttffffft1:,,,,::;i111tt1tfttttffffffffftt111tft1ttft11tffLfttttfffffftttttt\ntttttttfLfLLLLLLLLfttttffftfffftti,,,,,,:;;iiii1i1ftttfffffffffft11111t11ttftttttttttttfffffLLfLfttt\ntttffttfLLLLLLLLLLfttfttffftttttf1,,::,:;iiiiiiii1ttttttttfffffftt1111tft1ttt1ttfttt11tffffLLLLLfttt\nttfffftfffLLLLLfffftfffttttffftfLf;:ii;;;;iii11ii1tfffft11tfffft111111ffft11t1ttt1tt1tffffLLLLLLLfff\ntffftfttttfLLLfttttttffffttfLLftff1:;ii;;;;iiiiii1ffffftt11tttt1ttt111fffttfffttttfft1tffLLLLLLLLffL\ntttttttttttfffttttttttttttttfffffff1;;;;;;;iiiii1tffffffftt1ttt1111111tfftfffftttttttttttfLLLLffffff\nttffffffffftttffffffffftttt1tffftft1i;;;;;;;iiii1ttfffffttt1tffft11111tfttfffttt1tttttttttfLLftfffft\nttffffffffttttfffffffft1tftt1tft1;ii;;;;;;;;ii1111ttftft11tttttfft1111tt1tffttffttfffffLLffffffLffLL\nttffffffffttttfffffffft1tttt1ii;,.:i;;;i;iii111t111ttt111tffttttftt1111tt1ttttfft1tffffLLLfttfLLLLLL\ntttffffffffttfffftfttt111ii;:,....,i1;;iiiii1i:;;;i11111tfffft11t11111tfftttttttt1tfffffLfftttfLLLLf\ntttttttttffttfttt1111ii;:,.........;11iiii;;11;::;;,:;1tftfffft1111111tttt11ttfft11ttffffffftfLLLLLf\ntft1ttttttt1t1111111:,.............:1tt1iii1t1;;:;:,,.,:1tffftt11t1111ttt11tt1tffftt1111ttfftfLLfftt\ntttttffttt1111ttttt;................:iiiiii11,:;:;:,,,,.:tttt111tt1111ttt11tf1tffffftttttt1ttttttfft\n1tttfffffft1tftttt1,.................,;;;;:;:.,:i:,,,,,,,it11111111111tt111tft1tffffttfffftt11tffLLf\n111ttfffft111ttttti...................:;;;;;:,,:1;.......;t1tt11111111111t11tf1tfffttfffffffttfLfLLf\ntttt1tftt11111ttt1:...................,;:;;;:..;1;.......:tt111t11t1111111111t1tffttttffffftt11ffLLf\nttft1111ttttt1111;.....................:;:;;,..,;:.......,111tttt11111111tttt11tttfLffttfft1tt1tffft\n1tttt11ttttttt111,.....................,::;;,..,:,.......,1ttttttt111111tttffttttffLLffttttffffttttf\ntfftt11ttttttt11;.......................:::;,..,:,........itttttttt1111tttttfftttffffffftttftttffttf\nttfft11ttttttt11,.......................,;;;;:,,:,........;11tttt11111111ttffttttffLLfLfttfffffffttf\ntttft11ttttttt1i,.....................,::;i;;;,,:.........:111tt1111111111tttttttffLLfLfttfffffffttf\nttttt11ttttttt1i.....................,:::;i;i:.,:,........,1t1111t111111t111ttfttffLLLLfttfffttffttf\ntttt111ttt11t11;.....................,:::;;;;,.,:..........1tt111tt11111ttt1tffttffffffftttffftffttt\nttttt11t1111111:......................:::::,...,:..........:i1tttt1tt111t1111tttttfttffft1tttttffttt\nttttt11tttt11t1i.......................... ....,,.......... .,,:i11iii11111tt1t1ttffffttt1ttttttfttt\nttttt11tttttt111;... ......................,:............ .,:::;iiii1111111tfttttt11ttttttfttt\n11111111t1111111t1i;;::::......................,:..,:.. .......,::;;;;;;iii11111tttttt111ttttttt1t\n11111111111111111ttttttt1,.....................,:......:,.. ..,:;;;:;;;iiii11111111111111111tt111\n111111111111111111111111i,.................,::..,.... ,tt1ii;,,.. ..,:i;;iii111111111111111111111111\n111111111111111111111111i,.................,;:,,,......1tttttt11i;;::itt11t1111111111111111111111111\n111111111111111111111111i,................ ,;:::,......it1t1tttttttttt11tt11t111111111111111111t1111\n111111111111111111111111;................. ,;;::,......it1tttttttt1111111t11111111111111111111111111\n111111111111111111111111:................. .;;:::......;t1ttttttt1ttttt111t1111111111111111111111111\n111111111111111111111111,...................;i;::,.....;tt1ttttttttttt11tttttttt111t111111tttttt1111\n111111111111111111111111:...................:i;:::.....ittttttttttttttttttttt1ttt111tttttttttttt1111\n","tttftttttttttttttttttffftttt1111111tt1111tt11111111tttt1ttt11tttt111111tttttttttttttttttttt1111111tt\nttfftttttttttttttttffLfftfftttffttttt111111111111ttffffftttt1111111111111111ttffttfttttttttt1111tttt\ntttttttttttttttttffffftttffffffffffft1111tttt111ttffffffttttttttt11111tttttffffftfLLfttttttt1111ttt1\nttttttttttttttttffffftttffffffLffftt11111i;iiii1tfffffffffttttttt11111tfffffffLfttffffffttt1111ttttt\nttttttttttttfffftttffttffffffffttttt11;::,,,,,,::1fffffftttttt111t111111ttffffLLffttfLLft111111ttttt\nttttttttttffLLLLftttttffLLftttttttf1;:,,,,,,,,,,,itfffftttfffft11t111tt111tttffLLfttfftt1ttt11tttttt\nttttttttfffLLLLLLffttfLLffttfffttt1,,,,,,,::::::itttftttffffffftt1111tftt11t11tfLLfttt11tffftttttttt\ntttttttfffLLLLLLLLLfttfttttffLfft1:,,,,,:;ii11111ffttttffffffffftt111tft1ttft11tffLfttttfffffftttttt\ntttttttfLfLLLLLLLLfttttffftfffftt1:,,,,:;;iii1111fftttfffffffffftt1111111ttftttttttttttfffffLLfffttt\ntttffttfLLLLLLLLLLfttfttffftttttf1,,,,,:;iiii;iii1ttttttttfffffftt1111ttt1ttt1ttfttt11tfffffLLLLfttt\nttfffftfffLLLLLfffftfffttttffftfLt:;;;:;;iiiiiii11tfffft11tfffft111111ffft1tt1ttt1tt1tfffLLLLLLLffff\ntffftfttttfLLLfttttttffftttfLLftff1;;;i;;;iii1iiitfffffft11tttt1ttt111fffttfffttttfftttffLLLLLLLLffL\ntttttttttttfffttttttttttttttffftfffi;;;;;;iiiiii1tffffffftt1ttt1111111ffftfffftttttttt1ttfLLLLffffff\nttffffffffftttffffffffftttt1tffftffti;;;;;;iiiii1tttffffttt1tffft11111tfttfffttt1tttttttttfLLftfffft\nttffffffffftttfffffffftttftt1tftt111i;;;;;;;;ii111tfftft11tttttfft1111tt1tffttffttfffffLLffffffLffLL\ntttfffffffttttfffffffft1tt111111i::i;;;i;;;;i11t111ttt111tffttttftt1111tt1ttttfft1tffffLLLfttfLLLLLL\ntttffffffffttfffftfftt111111i;:,..,ii;;iiiii11:;;;111111tfffft11t11111tfftttttttt1tfffffLfftttfLLLLf\ntttttttttffttfttt1111111i;:,.......:11;iiii;11;::;;,:i1tftfffft1111111tttt11ttfft11ttffffffftfLLLLLf\ntfttttttttt1t1111111i;:,...........:1t1iii;itt;;;;:.,,,:itffftt11t1111ttt11tt1tffftt1111ttfftfLffftt\ntttttffftt1111ttttt1:..............,i111ii1tti:;;;:,,,,.,1tft111tt1111ttt11tf1tffffftttttt1ttttttftt\n111tfffffft1tfttttt;.................:;;;;;;;,.:i:.,,,,,.;t11111111111tt111tft1tffffttfffftt11tfffLf\n111ttfffft111ttttt1,..................:;;;;;:,.:1;.....,.:11tt11111111111t11tf1tfffttfffffffttfLfLLf\ntttt1tftt111111tt11,..................,;;;;;:,.;1;.......,1t111t11t1111111111tttffttttffffftt11fffLf\ntttt111tttttt11111;....................::;;;,..,;:.......,i11tttt11111111tttt11tttfLffttfft1tt1tffft\n1tttt11ttttttt111i.....................,::;;,..,:.........ittttttt111111tttffttttffLLffttttffffttttf\ntfftt11ttttttt111,......................::::,..,:,........itttttttt11111ttttfftttffffffftttttttffttf\nttfft11ttttttt11;.......................,:::,..,:,........;11tttt11111111ttffttttffLLfLfttfffffffttf\ntttft11ttttttt11:........................,:,,..,:,........,111tt1111111111tftttttffLLfLfttfffffffttf\nttttt11ttttttt11,.......................,,::,..,:..........it11111t11111t111tttttffLLLLfttffftfffttf\ntttt111tttt1t11i......................::;;;;;:.,:..........;t11tttt11111tt11tffttffffffftttffftffttt\nttttt11tt111111:....................,:::;i;;i,.,:..........;ttttttt1111111111tttttfttffft1tttttffttt\nttttt11ttttttt1;....................,:::;i;;:..,,...........:;iii1111111111tt1t1ttfffttt11ttttttfttt\nttttt11tttttt111:...................,:::;;;;...,,........... .,:;;;:;i1111ttt1111ttttttt11ttttttfttt\n11111111t11t11111;,.. ...............,,,....,:.... .......,:::::;;11tt11111111tt1tt1111ttttttt1t\n11111111111111111t11i;;;:.......,..... ......,,....,,. ...,::;::;i1111111111111111111111111tt111\n11111111111111111111tttti,...................,.,,... :1i:,. .,,;;i1111111111111111111111111111111\n111111111111111111111111i,...................:,,,.....ittt1i:,.. ,1tttt111111111111111111111111t1111\n111111111111111111111111;,...................,,::.... .111tttt1ii1ttt11111111t11111111111111111t1111\n111111111111111111111111;....................,:::......it1t11ttttt1111111111111111111111111111111111\n111111111111111111111111;....................,::,......;t1tttttt11tt1tt111t1111111111111111111111111\n11111111111111111111111t:....................::::......:1111ttttttttttt1tt11ttt11111111111tttttt1111\n11111111111111111111111t:....................:;::,.....,1tttttttttttttttttttttttt111tttttttttttt1111\n","tttftttttttttttttttttffftttttt11ttttt1111tt11111111tttt1ttt11tttt111111tttttttttttttttttttt1111111tt\nttfftttttttttttttttffLfftfffttffttttt111111111t11ttffffftttt1111111111111111ttffttfttttttttt1111tttt\ntttttttttttttttttffffftttffffffffffft1111tttt111tfffffffttttttttt11111tttttffffftfLLfttttttt1111ttt1\nttttttttttttttttffffftttffffffLfffttt1111ttttt1tffffffffffttttttt11111tfffffffLfttffffffttt1111ttttt\nttttttttttttfffftttftttffffffffttttft1i;:;;;;;i11tfffffftttttt111t111111ttffffLLffttfLLft111111ttttt\nttttttttttffLLLLftttttffLLfttttttfft1;:,,,,,,,,:1ttfffftttfffft11t111tt111tttffLLfttffft1ttt11tttttt\nttttttttfffLLLLLLffttfLLffttfffttti::,,,,,,,,,,;ttttftttffffffftt1111tftt11t11tfLLfttt11tffftttttttt\ntttttttfffLLLLLLLLLfttfttttfffffti,,,,::;;;iiiii1ffttttffffffffftt111tft1ttft11tffLfttttfffffftttttt\ntttttttfLLLLLLLLLLftttttfftfffftt1:,,,;iii1111111fftttfffffffffftt1111111ttftttttttttttfffffLLfffttt\ntttffttfffLLLLLLLLfttfttffftttttff:,,:;;;iiii1ii1tttttttttfffffftt1111ttt1ttt1ttfttt11tfffffLLLLfttt\nttfffftfffLLLLLfffttfffttttffftfLt;:,:;;;;iiiiii11tfffft11tfffft11111tffft1tt11tt1ttttfffLLLLLLLffff\ntffftfttttfLLffttttttffftttfLLftff1;;;;;iiiii;i11ttfffftt11tttt1ttt11tfffttffft1ttfft1tffLLLLLLLLffL\ntttttttttttffftttttttttttttfffLtfffii;;;;;ii;;iittffffffftt1ttt1111111ffftfffftttttttt1ttfLLLLffffff\nttffffffffftttfffffffffttft1tffftffti;;;;;iiiii1ttttffffttt1tffft11111tfttfffttt1tttttttttfLLfffffft\nttffffffffftttfffffffftttfttttfttttti;;;;;iiii1111tfftft11ttttffff1111tt1tffttffttfffffLLffffffLffLL\nttffffffffttttfffffffft1tt11111tft11i;;;;;;;iit11111tt111tffttttft11111tt1ttttfft1tffffLLLfttfLLLLLL\ntttffffffftttfffftfftt1111111111i:,;i;;;;;;ii1i;;;111111tfffft11t11111tfftttttttt1tfffffLfftttfLLLLf\nttttt1tttffttfttt11t111tttt1i;:,...:1i;ii;ii;1i:;;i;;i1tftfffft1111111tttt11ttfft11ttffffffftfLLLLLf\ntfttttttttt1tt1111111ttt1;:,,.......;ti;iii;it1;;;;,..,:i1fffft11t1111ttt11tt1tffftt1111ttfftfLffftt\nttttfffftt1111ttttt111;:,...........;tt11iii1t1::;;,,,,,.,1ft111tt1111ttt11tf1tffffftttttt1ttttttftt\n111tfffffft1ttttttt11,..............:i11iii111:,;;,,,,,,,.;t1111t11111tt111tft1tffffttfffftt11tfffLf\n111ttfffft111ttttttt;.................:;;;;;;:.,ii,....,,.:1tt11111111111t11tf1tfffttfffffffttfLfLLf\ntttt1tftt11111ttt111:.................,;;i;;;,.,1i,.......:t111111t1111111111tttffttttffffftt11fffLf\ntttt11ttttttt1111111,..................:;;;;;,,,;;,.......:11tttt11111111tttt11tttfLffttfft1tt1tffft\n1tttt11ttttttt11111i...................,;;;;:,..:,........:1tttttt111111tttffttttfLLLLfttttffffttttf\ntfftt11ttttttt11111:....................:i;;:,.,:,........,1ttttttt1111ttttffftttffffffftttttttffttf\nttfft11ttftttt111ti,.....................;;::,..:,........,i1tttt11111111ttffttttffLLfLfttfffffffttf\ntttft11ttttttt111t;......................,::,...:,.........;11t11111111111ttt1tttffLLLLfttfffffffttf\nttttt11ttttttt111t:......................,::,...:,...,,....it11111111111t111tttttfffLLLfttfffftffttf\ntttt11tttt11tt1111,.......................,,,...:,...,:;;;;itt11ttt1111ttt1ttftttffffffftttffftffttt\nttttt11t111111111i.........................,,...:,...,:;iiii11111t111111t111tttttttttffft1tftttffttt\nttttt11ttttttt111,.........................,,...:....,:;;iii11111111111111ttttt1ttfffttt11ttttttfttt\nttttt11ttttttt111;...................,,,,..,....,......,:;ii1ttt1111111111ttt1111tfttttt11ttttttfttt\n11111111t11t11111t;...............,:::::::..,...:.........,,it11tt1111111tttt1111ttt1tt1111ttttttt1t\n1111111111111111111,.............:::::;;i:......:..... :1ttttt111111111111111111111111111111t111\n11111111111111111111;,.. ........,::::;;:.......,... ,i;;;i1tttt111111111111111111111111111111111111\n11111111111111111111t11i,.........,:::;;. ..,:,.:.....itttttttt1111111t111111111111111111111111t1111\n11111111111111111111111t;...........,,,.... ,:,,:......it1111ttt1111111111111111111111111111111t1111\n111111111111111111111111;.......... .... .:,,:,. ...:tttt11tt111111111111111111111111111111111111\n111111111111111111111111;....................::::..,,..,1tttttttt1tttt1111t1111111111111111111111111\n11111111111111111111111t;....................::::..,,...;t1tttttttttttt1t11ttttt111t111111tttttt1111\n11111111111111111111111ti....................:;::,......:11tttttttttttttttttttttt11t11t1111ttttt1111\n","tttftftttttttttttttttfffttttt1111tttt111tttt1111111tttttttt11tttt111111tttttttttttttttttttt1111111tt\nttfftttttttttttttttffLfttfffttffttttt111111111t11tfffffftttt1111111111111111ttffttfttttttttt1111tttt\nttttttttttttttttfffffftttffffffffffftt11ttttt111tffffffftttttttt11111ttttttffffftfLLfttttttt1111ttt1\nttttttttttttttttffffftttffffffLfffttttt11tttt11tffffffffffttttttt1111ttfffffffLfttffffffttt1111ttttt\nttttttttttttfffftttffttffffffffftttft1tttt11ttt1ttfffffftttttt111t111111ttffffLLffttfLLft111111ttttt\nttttttttttffLLLLftttttffLLftttttttfft11iiiiiittt1ttfffffttfffft11t111tt111tttffLLfttffft1ttt11tttttt\nttttttttfffLLLLLLffttfLLffttfffttfft;::,,,,,,:itttttffttffffffftt1111tftt11t11tfLLftttt1tffftttttttt\ntttttttfffLLLLLLLLLfttfttttffffft11i:,,,,,,,,:,;fffttttffffffffftt111tft1ttft11tffLfttttfffffftttttt\ntttttttffLLLLLLLLLfttttfffttffftt1;:::::;;;iii;:tfftttfffffffffftt1111111ttftttttttttttfffffLLfffttt\ntttffttfffLLLLLLLLfttfttfLfttttfft;:;iii111111i;1ttttttttffffffftt1111ttt1ttt1ttftt11ttfffffLLLLfttt\nttfffftfffLLLLLLffftfffttttfffffLf;:;;;;ii1iiiii11tfffft11tfffft11111tffft1tt11tt1ttttfffLLLLLLLffff\ntffffftttffLLffftttttffffttfLLffffi:i;;;;;ii;ii11ttffffft11tttt1ttt11tfffttffft1ttfftttffLLLLLLLLffL\ntttttttttttffftttttttttttttfLfftffi;ii;ii;i11111tfffffffftt1ttt1111111ffftfffftttttttt1ttfLLLLffffff\nttffffffffftttfffffffffttftttfLftf1;;;;;;;;i1111tttffffftttttffft11111tfttfffttt1tttttttttfLLfffffft\nttffffffffftttfffffffftttfftttftttt1i;;;;;iiii1111ttftft11ttttffff1111tt1tffttffttfffffLLfffffffffLL\ntttfffffffttttfffffffft1ttt1111tfftt1i;;;;iii1tt111ttt111tffttttft11111tt1ttttfft1tffffLLLfttfLLLLLL\ntttffffffffttffffttftt111t11111ttfft1;;;;;;ii1ti;;i11111ttffft11t11111tfft1tttttt1tfffffLfftttfLLLLL\nttttt1tttffttfttt111111tttt11111tti:i;;;;;;iii1;:;i1i1ttftfffft1111111tttt11ttfft11ttffffffftfLLLLLf\ntfttttttttt1tt11t1111ttfftt1tt1i;:..;i;;;;;iii1i:;;:,,:;i1ffftt11t1111ttt11tt1tffftt1111ttfftfLffftt\ntfttfffftt1111tttttt1tttttt1i;,.....:11;ii;;;iti:;;,,,...,:1t111tt1111ttt11tf1tffffftttttt1tttttfftt\n1t1tfffffft1tttttttt111tti:,....,...,i11iii;i1ti;i,,,,,,,,.,i111t11111tt111tft1tffffttfffftt11tffLLf\n1t1ttfffft111tttttt1111:,...........,i1t1iii11i,;1,....,,...;t11111111111t11tf1tfffttfffffffttfLLLLf\ntftt1tftt1tt11ttt111tt;..............,:;i;;;;;,.i1,.........:11111t1111111111tttffttttffffftt1tffLLf\ntfftttttttttt111111ttt:................,;;i;;:,,:;,.........:tttt11111111tttt11tttfLffttfft1tt1tffft\ntttttt1ttttttt1111ttti,................,:;;;;:,.,:..........,ttttt111111tttffttttfLLLLfttttffffttttf\ntffft11ttttttt1111ttt;..................,;;;::,.,,..........,1tttt111111tttffftttffffffftttttttffttf\ntffft11ttftttt111tttt:...................:;;::..::,,.........ittt11111111ttffttttffLLfLfttfffffffttf\ntffft11ttttttt111ttt1:...................,;::,,::;;;i;,......;t11111111111ttt1tttffLLLLfttfffffffttf\ntttft11ttttttt111ttt1,....................,::,,::;;iii;. ...,it11tt11111t111tttttfffLLLfttfffftffttf\nttttt1tttttttt111t1ti.....................,:,,,,::;iii;.....,it11tt1111ttt1ttftttffffffftttffftffttt\nttttt11tt11111111t1ti......................,:,. ,,,:;i:.......;11tt11111t111tttttttttffft1tttttffttt\nttttt11tttt11t11tttt;......................,,,..,, .,,.......,;11111111111ttttt1ttfffttt11ttttttfttt\nttttt1tttttttt111ttt:.......................,,..,,.....,....:1ttt111111111ttt1111tfttttt11ttttttfttt\n1111111ttt1t11111tt1,.......................,,..:,.........:1t11111111111tttt1111ttt1ttt111ttttttt1t\n11111111111111111111;....... ............,,..:,.....,;ii1t1t111111111111111111111111111111111t111\n111111111111111111111,.... .,::,................:....,11ttt11tt11t1111111111111111111111111111111111\n111111111111111111111;.....;i;;;,...............:,....it1111ttt1tt1111t111111111111111111111111t1111\n1111111111111111111111i:.,iii;;i:.......... ,::,:......itttttttt1111111111111111111111111111111t1111\n111111111111111111111111i,:;;;ii;,......... ,;;::,.....:1ttttttt11111111111t111111111111111111111111\n111111111111111111111111i,.,::;;:.......... ,;;;::......itttttttt1tttt11t1tt111111111111111111111111\n111111111111111111111111i..,.................;;;::,.,,..:1tt1tttttttttttt11ttttt11111111tttttttt1111\n111111111111111111111111i..... .............;i;:::,.....itttttttttttttt1tttttttt11t11t1111ttttt1111\n","tttfttfttttttttttttttfffttttt1111tttt111tttt111111ttttttttt11tttt111111tttttttttttttttttttt111111ttt\nttfftttttttttttttttffLfftfftttffftttt111111111111tfffffftttt111111111111111tttffttfttttttttt11111ttt\nttttttttttttttttffffLffttfffffffffffttttttttt111tffffffffttttttt111111ttttffffLfffLLfttttttt1111t1t1\nttttttttttttttttffffftttffffffLffffttttttttttt1tffffffffffttttttt1111ttfffffffLfttffffffttt1111ttttt\nttttttttttttfffftttffttffffffffftttftttttt11ttt1ttfffffftttttt111t111111ttffffLLffttfLLfft111111tttt\nttttttttttffLLLLftttttfLLLftttttttfftttttttfffft1tffffftttfffft11t111tt111tttffLLfttfftt1ttt111ttttt\nttttttttfffLLLLLLffttfLLLfttfffftffft11i;ii1ttffttttffttffffffftt1111tftt11t11tfLLfftt11tffftttttttt\ntttttttfffLLLLLLLLffttfttttffLfLftti;:;:,,,:;;itffftttfffffffffftt111tft1ttft11tffLfttttfffffftttttt\ntttttttffLLLLLLLLLfttttffftffffftt1;,,,,,,,,::,:tfftttfffffffffftt1111111ttftttttttttttfffffLLfffttt\ntttffttfffLLLLLLLLfttfftfLftttffff1;::::;;iii;,:1ttttttttffffffftt1111ttt1ttt1ttfttt1ttfffffLLLLfttt\nttfffftfffLLLLLfffftfffftttfLfffLfi;iiii11111i;:i1tfffft11tfffft11111tffft1tt11tt1ttttfffLLLLLLLffff\ntffffftttffLLfffttttfffffttfLLffLf;;;;iiiiiiii;:1tfffffft11tttt1ttt11tfffttffft1ttfft1tffLLLLLLLLffL\ntttttttttttffftttttttttttttffLLffLt;;:;;ii;;iii;ttffffffftt1ttt1111111ffftfffftttttttt1ttfLLLLffffff\nttffffffffftttfffffffffttftttfLftf11i;;;i1ii11ii1tfffffftttttffft11111tfttfffttt1tttttttttfLLfffffft\nttffffffffftttfffffffftttfftttfttt11i;;;;i1111i111ttffft11ttttffft1111tt1tffttffttfffffLLfffffffffLL\ntttfffffffttttfffffffftttttt111tfft11;;;;iiiii1t1111tt111tffttttft11111tt1ttttfft1tffffLLLfttfLLLLLL\ntttffffffffttfffffffft111tt1111ttfft1i;;;iiiii1;;;111111ttffft11t11111tfft1tttttt1tfffffLfftttfLLLLL\nttttt1tttffttfftttttt11ttttt111tttft1i;;;;iiiii;;;1t11ttftfffft1111111tttt11ttfft11ttffffffftfLLLLLf\ntft1ttttttttttttttt11tffftt1tt11tff1ii;;;;;iiii:;;i;;i1tttffftt11t1111ttt11tt1tffftt1111ttfftfLffftt\nttttffffttt11tttttft1tttttt1ttt11i;,:i;;;;;iii;;;;:...,,,:;i1111tt1111ttt11tt1tffffftttttt1ttttttftt\n111tfffffft1ttfftttt11tttt1tfti;,...,i1i;;ii;;i1i;,.........,i11111111tt111tft1tffffttfffftt11tffLLf\n1t1ttfffft111tftttt1111ttt11;:,......;11iii;;1t11;......,.,,.,i1111111111t11tt1tfffttfffffffttfLLLLf\ntftt1tftt1tt11ttt11ttt11i;:,.........:1tt1i;i1111;............;t11t1111111111tttffttttffffftt1tffLLf\ntfftttttttttt111111tttt1,.............:;;;;;;;;:;:............:tt11111111tttt11tttffftttfft1tt1tffft\n1ttttt1ttttttt1111tt11ti................:;;;;;:,:,............,1tt111111tttffttttfLLLLfttttffffttttf\ntffftttttttttt111tttt1ti................,;;;;::,:,.............ittt11111tttffftttffffffftttttttffttf\ntfffttttfftttt111tttttt;.................:;;:::,:,.............:tt1111111ttffttttffLLfLfttfffffffttf\ntffftttttttttt111tttttt;.................,:;:::,:.,:,,.........,it11111111ttt1tttffLLLLfttfffffffttf\ntttft11ttttttt111tttttt:..................,::::,:,,;;;;;:,......itt11111t111tttttffLLLLfttfffftffttf\nttttt1tttttttt1111t1ttt;...................,::,,:,:;;;iii;.....,1tt1111ttt11tftttffffffftttffftffttt\nttttt11tt1111t111tt1ttt:...................,::,,:::;;iiii;,.....:i1t1111t111tttttttttffft1tftttffttt\nttttt11ttttttt11ttttttt:....................::,,:..,,:;ii:...... .1t111111ttttt1ttffffft11ttttttfttt\nttttt1tttttttt111tttttt:....................,::,:. ..::,......,1t1111111ttt1111tfttttt11ttttttfttt\n1111111tttttt1111ttt1tt:.... ...............,:,,:..............,1t1111111tttt1111ttt1ttt111ttttttt1t\n11111111111111111111111;;;;:,...............,:,,:....... ...,,:1ttt11111111111111111111111111111t111\n11111111111111111111111iiiiii:...............,,,:........,:i11tt1tt111111111111111111111111111111111\n11111111111111111111111iiiiiii...............,,,:.......,1tttt11tt1111t111111111111111111111111t1111\n1111111111111111111111i;iiiiii,..............,.,:........ittt11t111111111111111111111111111111111111\n111111111111111111111111iiii;,...............::::,,......:1ttttt11t111111111111111111111111111111111\n1111111111111111111111111i:,. ...............:i;:::,......itttttt1ttt111t1tt111111111111111111111111\n11111111111111111111111111:................. :i;;;::,.....;ttttttttttttttt1ttttt111111111ttttttt1111\n11111111111111111111111111:................. :i;;;;::,....:tttttttttttttttttttttt11t11t1111ttttt1111\n","tttftttttttttttttttttfffttttt1t1ttttt111tttt1111111tttttttt11tttt111111tttttttttttttttttttt111111ttt\nttfftttttttttttttttffLLftffftfffftttt111111111t11tfffffftttt1111111111111111ttffttfttttttttt1111tttt\nttttttttttttttttffffLffttfffffffffffttttttttt111tfffffffftttttttt11111tttttfffffffLLfttttttt111tttt1\nttttttttttttttttfffffttfffffffLffffttttttttttt1tffffffffffttttttt1111ttffffffLLfttffffffttt1111tttt1\nttttttttttttfffftttftttffffffffftttfttttt111ttt1ttfffffftttttt111tt11111ttffffLLffttfLLff111111ttttt\nttttttttttffLLLLftttttfLLLftttttttffttttttttffft1tffffftttfffft11tt11tt111tttffLLfttfftt1ttt111ttttt\nttttttttfffLLLLLLffttfLLffttfffftfffttttttfffffftfttffttffffffftt1111tftt11t11tfLLfftt11tffftttttttt\ntttttttfffLLLLLLLLffttfttttffffffttft111i;ii1ttfffftttffffffffffft111tft1ttft11tffLfttttfffffftttttt\ntttttttffLLLLLLLLLfttttffffffffftft1i:::,,,,::;;1fftttfffffffffftt1111111ttftttttttttttfffffLLfffttt\ntttffttfffLLLLLLLLfttfftfLffftfffLf1;,,,,,,,::,,:1tttttttffffffftt1111ttt1ttt1ttfttt1ttfffffLLLLfttt\nttfLfftfffLLLLLfffftfLfftttfffffLLf1;;;;;iiiii:,:1tfffft11tfffft11111tffft1tt11tt1ttttfffLLLLLLLffff\ntffffftttffLLfffttttfffffttfLLLffLfiiiii111111i::1tffffft11tttt1ttt11tfffttffft1ttfft1tffLLLLLLLLffL\ntttftttttttffftttttttttttttfffLffLfii;;;iiiiiii;:1ftffffftt1ttt1111111ffftfffftttttttt1ttfLLLLffffff\nttffffffffftttfffffffffttfttffLfffLti;:;;ii;ii1;;ttffffftttttffft11111tfttffftttttttttttttfLLfffftft\nttffffffffftttfffffffftttfftttftttt1i;;;ii11111ii1ttffft11ttttffft1111tt1tffttffttfffffLLfffffffffLL\ntttfffffffttttfffffffftttttt111tfff1ii;;;iiiiiii1111tt111tffttttft11111tt1ttttfft1tffffLLLfttfLLLLLL\n1tfffffffffttfffffffftt1ttt1111tffft1i;;;iiiiii;;i111111tfffft11t11111tfft1tttttt1tfffffLfftttfLLLLL\ntttttttttffttfftttttt1ttfft1111tttftt1;;;iiiiii;:;tt11ttftfffft1111111ttttt1ttfft11ttffffffftfLLLLLf\ntft1ttttttttttttttt11tfffft1tt11ttft11;;;;;iiii;;;1t11ttttffftt11t1111tftt1tt1tffftt1111ttfftfLffftt\nttttffffttt11tttttft1ttfffttfft11tftiii;;;;iiii;;;;:;ii1tttft111tt1111ttt11tt1tffffftttttttttttttftt\n111tfffffft1ttfttttt11tfftttfttt11i:,ii;;;;;iii;i:.....,,::;i111t11111tt111tft1fffffttfffftt11tffLLf\n1t1ttfffft111tffttt1111tft1ft1i;:,...;1i;;;;;;i11:...........,;1111111111t11tt1tfffttfffffffttfLLLLf\ntftt1tftt1tt11tft11ttt111111;:,......,111ii;;i1t1:........,,...;11t1111111111tttffttttffffftt1tffLLf\ntffttttttttttt1111ttttt11;:,.........,i111i;i1t1;,.............,1t1111111tttt11t1tfLftttfft1tt1tffft\n1ttttttttttttt1111ttt11ti,............,::::;;;i;:,..............it111111tttffttttfLLLffttttffffttttf\ntfffttttffttttt11ttttttti...............,;;;;;;;:...............:t111111tttffftttffffffftttttttffttf\ntfffttttfffttft11ttttttt;...............,:;;;;:::...............,1t111111ttffttttffLLfLfttfffffffttf\ntffft1ttttttttt11ttttttt:................,;;;;:::................it1111111ttt1tttffLLLLfttfffffffttf\ntffft1tttttttt111ttttttt:................,:;;::::................:t1111tt111tttttffLLLLfttfffftffttf\nttttt1tttttttt111111tt1t;.................,::::::................,1t111ttt11tftttfffffffttfffftffttt\nttttt1tttt11tt111ttttttt:.,:;:............,::::::................,itt111t111ttt1tttttfft11tftttffttt\nttttt1tttttttt11tttttttt;:;iii:............,:::::...........,:,....:1t11111tttt11tfffttt11ttttttfttt\nttttt1tttttttt111ttttttt;;iiiii:. ..........:::::...........,;;;;:..it1111tft1111ttttttt11ttttttfttt\n1111111tttttt1111ttttttt:;iiiii;............,::::,........,::;;iii;it111ttttt11111tt1ttt111ttttttt1t\n111111111111111111111111:;;iiii;,...........,:,::,.........,;;iiii;it111111111111111111111111111tt11\n111111111111111111111111;:;:;;;,............,::::,...........:;;ii;it1111111111111111111111111111111\n111111111111111111111111;::.... .............,:::,,......... .,,:i1t1111111111111111111111111111111\n111111111111111111111111i;,..................,,,:,,....... .;,..,;11111111111111111111111111111t1111\n1111111111111111111111111i;:;i;,..............,,:,,,........1tii11t111111111111111111111111111111111\n111111111111111111111111111111:..............,:::;;:,.......;ttttttttt11t1tt111111111111111111111111\n11111111111111111111111111111;,..............:i;;ii;;:,.....,1ttt1tttttttt1ttttt1111111111tttttt1111\n1111111111111111111111111111i,...............,i;;iiii;:......ittttttttttttttttttt11t11t1111ttttt1111\n","tttftttttttttttttttttfffttttt1t1ttttt111tttt1111111tttttttt11tttt111111tttttttttttttttttttt111111ttt\nttfftttttttttttttttffLLftffftfffftttt111111111t11ttffffftttt1111111111111111ttftttfttttttttt1111tttt\nttttttttttttttttffffLffttfffffffffffttttttttt111tfffffffftttttttt11111tttttffffftfLLfttttttt111tttt1\nttttttttttttttttfffffttfffffffLfffftttttttttt11tffffffffffttttttt1111ttfffffffLftttfffffttt1111tttt1\nttttttttttttfffftttftttffffffffftttfttttt111ttt1ttfffffftttttt111tt11111ttffffLLffttfLLff111111ttttt\nttttttttttffLLLLftttttfLLLftttttttffttttttttffft1ttfffffttfffft11tt11tt111tttffLLfttfftt1ttt111ttttt\nttttttttfffLLLLLLffttfLLLfttfffftffftttttfffffffffttffttffffffftt1111tftt11t11tfLLfftt11tffftttttttt\ntttttttfffLLLLLLLLffttfttttffLffftfftttttfftffffffftttffffffffffft111tft1ttft11tffLfttttfffffftttttt\ntttttttffLLLLLLLLLfttttffffffffftfftt11iii;:;;i1tfftttfffffffffftt1111111ttftttttttttttfffffLLfffttt\ntttffttfLLLLLLLLLLfttfftfLffttfffLLft1;:::,,,,::;;1ttttttffffffftt1111ttt1ttt1ttfttt1ttffffLLLLLfttt\nttfLLftfffLLLLLLLfftfLfftttfLfffLLLfti;,,,,:::::,,;fffft11tfffft11111tffft1tt11tt1ttttfffLLLLLLLffff\ntfffffttttfLLfffttttfffffttLLLLffLLf1ii;;iiii11i:,;tfffft11tttt1ttt11tfffttffft1ttfft1tffLLLLLLLLffL\ntttttttttttffftttttttttttttfffLffLLf1iiiiiii1111;:;tffffftt1ttt111111tffftfffftttttttt1ttfLLLLffffff\nttffffffffftttfffffffffttfttffLfffLf111;;;ii;;i1i:itfffftttttffft11111tfttffftttttttttttttfLLfffftft\nttffffffffftttffffffffttffftttftttttt1i;;;iii;iii;ifftft11tttttffft111tt1tffttffttfffffLLfffffffffLL\ntttfffffffttttfffffffftttttt111tffft11i;;;ii11111111tt111tffftttft11111tt1ttttfft1tffffLLLfttfLLLLLL\n1tfffffffffttfffffffftt1ttt1111fffft111i;;;iiiiiii11111ttfffft11111111tfft1tttttt1tfffffLfftttfLLLLL\ntttttttttffttfftttttt1ttftt1111ttffttt1i;;;iiii;;;1t11ttttfffft1111111ttttt1ttfft11ttffffffftfLLLLLf\ntft1ttttttttttttttt1ttfffftttt11ttft1t1i;;iiiii;:;1t111tttffftt11t1111tftt1tt1tffftt1111ttfftfLffftt\nttttfffftttt1ttttfft1tffffttfft11tft111i;;;;;ii;:;i11111ttttt1111t1111ttt11tt1tfffffttttttttttttffft\n111tfffffftttffftttt11tfftttfttt1ttt1i1i;;;;iiiiii::;i111tt11111t11111tt111tft1fffffttfffftt1ttfLLLf\n1t1ttfffft111tffttt1111tfttft11tti;::,i1;;;;;iii11:...,,::;i1tt1111111111t11tt1tfffttfffffffttfLLLLf\ntttt1tftt1tt11ttt11ttt1111tt11i;,,....;1i;;;;;;i11:.,.......,,:i11t1111111111tttffttttffffftt1tffLLf\ntffttttttttttt1111ttttt111i;:,........;1t1ii;;i1ii,.............;t1111111tttt11t1tfLftttfft1tt1tffft\n1ttttttttttttt1111tttttt11:...........:iiiiii1tti,..............,1t11111tttttttttfLLLffttttffffttttf\ntfffttttffttttt11ttttttt1i,.............,:::;;ii;,...............;t11111ttttfftttffffffftttttttffttf\ntfffttttfffffft11ttttttt1;..............,:;;;;;;:,...............,1111111ttffttttffLLfLfttfffffffttf\ntffftttttttttt111ttttttt1:.......... ....:;;;;;;:,................it111111tttttttffLLLLfttfffffffttf\ntffft1tttttttt111ttttttt1,........,,:;:,.,;;;;;:;,................;t1111t111tttttffffLLfttfffffffttf\nttttt1tttttttt1111t1tttt1,.......;;;;;:,..:;;::::,................,1t11ttt11tftttfffffffttfffftffttt\nttttt1tttt11tt111ttttttt1:......;;;;;;;:,.:;;::::,................,it111t1111tt11ttttfft11tftttffttt\nttttt1tttttttt11tttttttti,......:;:;;;:...,:;::::,.................:1t11111tt1t11tfffttt11ttttttfttt\nttttt1tttttttt11tttttttti,......:;:;;:.....,:::::,..................:11111ttt1111ttttttt11ttttttfttt\n1t1t111tttttt111111ttttt;...,,,.,:::. ......:::::,...................,111tttt11111ttttt1111ttttttt1t\n111111111111111111111111,,,,,,,.............,:::::,..................,1t111111111111111111111111tt11\n11111111111111111111111i,,..:,..............,,::::,,.................,11tt11111111111111111111111111\n111111111111111111111111;...................,:,,::,,.................,;ii11t111111111111111111111111\n111111111111111111111111i,..................,:::::,,................:::;;;i111t111111111111111111111\n1111111111111111111111111i;;;;i1:............::,:,,,,........... ..::;;;;i1111111111111111111111111\n111111111111111111111111111111t1,............,.,:,,,:,,........:,,..,:;;;i11t11111111111111111111111\n1111111111111111111111111111111i.............,,::;;;i;:,...... :111i;::;;;1ttttt11t1111111tttttt1111\n111111111111111111111111111111ti.............:1;;1iiii;:,.......i1tttt11111tt1tt111111t1111ttttt1111\n","tttttttttttttttttttttfffttttt1111tttt111tttt1111111tttttttt11tttt111111tttttttttttttttttttt111111ttt\nttfftttttttttttttttffLLftffftfffftttt111111111t11ttffffftttt1111111111111111ttftttfttttttttt1111tttt\nttttttttttttttttffffLffttfffffffffffttttttttt111tfffffffftttttttt11111tttttffffftfLLfttttttt1111ttt1\nttttttttttttttttfffffttfffffffLfffftttttttttt11tffffffffffttttttt11111tffffffffftttfffffttt11111ttt1\nttttttttttttfffftttffttffffffffftttfttttt111ttt1ttfffffftttttt11tt111111ttffffLLffttfLLff111111ttttt\nttttttttttffLLLLftttttfLLLfttttttffffttttttfffft1tffffffttfffft11t111tt111tttffLLfttfftt1ttt111ttttt\nttttttttfffLLLLLLffttfLLLfttfffftfffttttttfffffftfttfftffffffffttt111tftt11t11tfLLLftt11tffft1tttttt\ntttttttfLfLLLLLLLLffttfttttffLLfftffttttffffffffffftttfffffffffftt111tft1ttft11tffLfttttfffffftttttt\ntttttttffLLLLLLLLLfttttffffffLLftffttttttt11i;ii1tftttfffffffffftt1111111ttftttttttttttfffffLLfffttt\ntttffttfLLLLLLLLLLfttfftfffffffffLLfttt1i;::,,,,:;;1tttttffffffftt1111ttt1ttt1ttfttt1ttfffffLLLLfttt\nttfLLftfffLLLLLLLfftfLfftttfLfffLLLLttt1;,,,,,,,::,:iftt11tfffft11111tffft1tt11tt1ttttfffLLLLLLLLfff\ntfffffttttfLLfffttttfffffttLLLLfLLLftt1i;;;;;;iiii:,;fftt11tttt1ttt11tfffttffft1ttfft1tffLLLLLLLLffL\ntttttttttttffftttttttttttttffLLffLLftt1;iiiii11111i::tfffft1ttt111111tffftfffftttttttt1ttfLLLLffffff\nttfLffffffftttfffffffffttfttffLfffLftt1;i;;;iiiiiii;;tfftttttffft11111tfttffftttttttttttttfLLftfffft\nttffffffffftttffffffffftffftttfttftttttii;;;;ii;;ii;iftt11tttttfft1111tt1tffttffttfffffLLfffffffffLL\nttffffffffttttfffffffftttttt11ttfffttt11ii;;ii1111ii11111tffftttftt1111tt1ttttfft1tffffLLLfttfLLLLLL\n1ttffffffffttfffffffftt1ttt111tffffttt1i1i;;;iiiiii1111ttfffft11t11111tfft1tttttt1ttffffLfftttfLLLLf\ntttttttttffttfftttttt1ttfff1111ttffttttt1i;;;;i;:;it11ttftfffft1111111ttttt1ttfft11ttffffffftfLLLLLf\ntft1ttttttttttttttt11tfffftttt11tfftt11tt1;;;ii;;;1t111tttffftt11t1111tttt1tt1tffftt1111ttfftfLffftt\ntfttfffftttt1ttttfft1tffffttfftt1tft1111t1;;;;i;:;i11111tttft111tt1111ttt11tt1tfffffttttttttttttffft\n1tttfffffftttffftfft11tfffttfttttttt11111i;;:;iiii1i;i1t1tt11111t11111tt111tft1fffffttfffftt1ttffLLf\n1t1tffffft111tffttt1111tfttft11tt1t1i;;;1i;;;;ii1ii1,.,:;ii1tt11111111111t11tt1tfffttfffffffttfLfLLf\ntfttttftt1tt11ttt11ttt11t1t11tt11i:,...,11;;;;;it111,,.....,:;i11tt1111111111tttffttttffffftt1tffLLf\ntffttttttttttt1111ttftt111111i;:,......:1t1i;;;;i1t1,..........,:i1111111tttt11t1tfLftttfft1tt1tffft\n1ttttttttttttt1111ttttt111tt;..........:1111iii1;11:.............,it1111tttttt1ttfLLLffttttffffttttf\ntfffttttffttttt11ttttttt11t1,...........,,:::;;i;;:...............:t1111ttttfft1tffffffftttttttffttf\ntfffttttfffffft11ttttttt111i..............:;:::;;::...............,1t1111ttffttttffLLfLfttfffffffttf\ntfffttttttttttt11ttttttt111:..............,;;;;;;:,................;t11111ttt1t1tffLLLLfttfffffffttf\ntffft1tttttttt111ttttttt11i,..........,::::;;;;;;:,................,1t11t111tttttffffLLfttfffffffttf\nttttt1tttttttt111tt1tttt11i.........:;;;;:,;;::::::.................;t1ttt11tftttffffffftttffftffttt\nttttt1tttt11tt111ttttttt111,.......;;;;;;:,:;::::::,................:tttt1111tt11ttfttft11tftttffttt\nttttt1tttttttt11tttttttt11;,......,;;;;;;:::;::::::,................,itt111t11t11ttftttt11ttttttfttt\nttttt1tttttttt11tttttttt11;,......:;;;;i;...,:::::,,.................:tt1tttt1111ttttttt11ttttttfttt\n1t1t111tttttt111tttttttt1;,.,.....,:;:......,:::::,,..................it1tttt11111tttt11111ttttttt1t\n1111111111111111111111111:,,,......,,. .....,,::::,,..................,1t11111111111111111111111tt11\n1111111111111111111111111,,....,,...........,,,:::::,..................itt11111111111111111111111111\n1111111111111111111111111;,.................,:::::::,,................:1tt11111111111111111111111111\n11111111111111111111111111:.... ............,:::,:,,.................,1tt11111111111111111111111111\n11111111111111111111111111ii;;;;;i, .........,,::,,,,,................,:;;1tt11111111111111111111111\n11111111111111111111111111111111t1,..........,,,:,,:,:,,. ...........,:::;;i11tt11111111111111111111\n11111111111111111111111111111111t;.............,:::;;;;:,........ .,:::;;:;i1t111111111ttttttt11111\n111111111111111111111111111111111:...........,;;;i1iiii;:,.......::,,::::;;i1ttt111t11t1111ttttt1111\n","tttftttttttttttttttttfffttttt1111tttt111tttt1111111tttttttt11tttt111111tttttttttttttttttttt11111111t\nttfftttttttttttttttffLLftffftfffftttt111111111t11ttffffftttt1111111111111111ttftttfttttttttt1111tttt\nttftttttttttttttffffLffttfffffffLfffttttttttt111tfffffffftttttttt11111ttttttfffftfLLfttttttt111tttt1\nttttttttttttttttfffffttfffffffLfffftttttttttt11tffffffffffttttttt11111tfffffffffttffffffttt11111ttt1\ntttttttttttffffftttffttffffffffftttfttttt111ttt1ttfffffftttttt11tt111111ttffffLLffttfLLfft11111ttttt\nttttttttttffLLLLftttttfLLLfttttttffLftttttttffft1ttfffffttfffft11t111tt111tttffLLfttfftt1ttt111ttttt\nttttttttfffLLLLLLffttfLLLfttfffftfLfttttttffffffffftftttfffffffttt111tftt11t11tfLLfftt11tffft11ttttt\ntttttttfffLLLLLLLLffttfttttfLLLfftffttttffftt1iii11tttfffffffffftt111tft1ttft11tffLfttttfffffftttttt\ntttttttffLLLLLLLLLfttttffffffLffffftttttfti;;::,,,:;i1tffffffffftt1111111ttftttttttttttfffffLLfffttt\ntttfffffLLLLLLLLLLfttfftfLfffffffLLfttttt1;,,,,,,,::,:ittffffffftt1111ttt1ttt1tftttt1ttffffLLLLLfttt\nttfLLffffLLLLLLLLfftfLfftttfLfffLLLLfttt1i;:::;;iiii;,;t11tfffft11111tffft1tt1ttt1ttttfffLLLLLLLLfff\ntffffftttffLLLffttttfffffttLLLLfLLLffttf1;;iiii11111i::1t11tttt1ttt11tfffttfftttttfft1tffLLLLLLLLffL\ntttttttttttffftttttttttttttfffLffLLftttti:;;;;iiiiiii;;tftt1ttt111111tffftfffftttttttt1ttfLLLLffffff\nttfLffffffftttfffffffffttfttffLfffLfttttti;;;;;iii;i1iiftttttffft11111tfttffftttttttttttttfLLftfffft\nttffffffffftttffffffffftfffftffffftttttft11i;;;iiii1iiit11tttttfft1111tt11ffttffttfffffLLfffffffffLL\nttffffffffttttfffffffftttttt1tttffftttttti1i;;;ii11iii111tffftttftt1111tt1ttttfft1tffffLLLfttfLLLLLL\n1ttffffffffttfffffffftt1ttt1111tfffftttt111i;;iiiiii111ttfffft11t11111tfftttttttt1ttffffLfftttfLLLLf\ntttttttttffttfftttttt1ttfftttt1ttfftttttt111i;i;:;ii11ttftfffft1111111ttttt1ttfft11ttffffffftfLLLLLf\ntft1ttttttttttttttt11tfffftttt11tfftt1ttt111;;i;;;iii1ttttffftt11t1111ttt11tt1tffttt1111ttfftfLffftt\ntfttffffttt11tttttft1tffffttffttttft111ttt11;;;;:;i1i1;;11tft111tt1111tt111tt1tfffffttttt11tttttffft\n1tttfffffftttffftfft11tfftttffttttft1111iii1;;;i;iiii1i,,,:;;i11tt1111tt111tft1fffffttfffftt11tffLLf\n111ttfffftt1ttffttt1111tfttft11tt1t1i;:,,,;1i;;i1ii;iti,,.....,:;i1t11111t11tt1tfffttffffffft1fffLLf\ntfttttftt1tt11tft11ttt11tttt1tt11i;:,.....;11i;i1i;1tt;,,.........,:i11111111t1tffttttffffftt1tfffLf\ntffttttttttftt1111ttttt11111tft;,.........;11111i1ttti,.............,1111tttt1111tffftttfft1tt1tffft\n1ttttttttttttt1111tttttt11tfff1,...........,:;;;;;11i:...............itttttttt1ttfffLffttttffffttttf\ntfffttttffttttt11ttttttt11tfffi............ ,:;;;;;;;,...............;t1ttttfft1tffffffftttttttffttf\ntfffttttfffffft11tttttttttt1tf;..............:;;;;;;;,...............:111ttttttttfffLfLfttfffffffttf\ntfffttttftftft111ttttttt11t111:..............:;;;;;::,...............,1t11ttt1t1tffLLLLfttfffffffttf\ntfffttttfttttt111ttttttt11ttt1:..............,;;;::;::................itt111tttttffffLLfttfffffffttf\ntttttttttttttt111ttttttt1ttfft:..............,;;;;::::................:1tt11tft1tffffffftttffttffttt\nttttt1tttt11tt11tttttttt1tttt1;.,::,..........:;:::;::,...............,1t1111tt11tttttft11tfttttfttt\nttttt1tttttttt11ttttttttt1ttt1;,:;;:..........,::::::,,................it11111111ttftttt11ttttttfttt\nttttt1tttttttt11tttttttttttttiiiiii;,.........,:::::::,................:ttttt1111ttttttt11ttttttfttt\n1t1111tttttttt11tttttttt1ttt1;;;;ii;,.........,:::::::,.................ittttt1111tttt11111ttttttt1t\n11111111111111111111111111tt1;;;;ii;...........::::::::................ :1t111111111111111111111t111\n11111111111111111111111111tt1;::;;i:...........,:::::::,...............,itttt11111111111111111111111\n11111111111111111111111tttttt;,,,::............,::::::,,...............ittttt11111111111111111111111\n1111111111111111111111111tttt1:,,..............,:::::,,,,.......,:;::,:1t1111111111111111111111t1111\n11111111111111111111111111111111i;;i:..........,:,,,.,,.,.......::;;i;it1ttt111111111111111111111111\n1111111111111111111111111111111111ti...........,,.,:,:;::,......,:;;ii1ttttt11111111111111111t111111\n1111111111111111111111111111111111t;...........,;iiiiiii;:,......:;;;i1ttttt111t1111111111tttttt1111\n11111111111111111111111111111111111:...........,;i11iiii;:,.......,:i1tttttt1ttttt1t11t1111ttttt1111\n"];const l=new i.a;function c(){const[t,e]=Object(a.useState)(function(){const t=new Date;return 3===t.getMonth()&&1===t.getDate()}()),[n,i]=Object(a.useState)(0);return Object(a.useEffect)(()=>{const t=setInterval(()=>i(t=>(t+1)%s.length),100);return()=>clearInterval(t)},[]),Object(a.useEffect)(()=>l.subscribe(()=>{e(!0)}),[]),t?r.a.createElement(o.a,{open:t,onClose:()=>e(!1)},r.a.createElement("pre",{style:{color:"#0f0"}},s[n]),r.a.createElement("div",{style:{display:"none"}},r.a.createElement("iframe",{width:"560",height:"315",src:"https://www.youtube.com/embed/a3Z7zEc7AXQ?autoplay=1",title:"YouTube video player",allow:"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture"}))):r.a.createElement(r.a.Fragment,null)}},function(t,e,n){"use strict";n.d(e,"a",(function(){return l}));var a=n(6),r=n(9),i=n(16),o=n(360);function s(t,e,n){return e in t?Object.defineProperty(t,e,{value:n,enumerable:!0,configurable:!0,writable:!0}):t[e]=n,t}class l{constructor(t=null,e=[]){s(this,"args",[]),s(this,"dataMap",{}),s(this,"filename",""),s(this,"logs",[]),s(this,"logUpd",!1),s(this,"offlineExpGained",0),s(this,"offlineMoneyMade",0),s(this,"offlineRunningTime",.01),s(this,"onlineExpGained",0),s(this,"onlineMoneyMade",0),s(this,"onlineRunningTime",.01),s(this,"pid",-1),s(this,"ramUsage",0),s(this,"server",""),s(this,"threads",1),s(this,"dependencies",[]),null!=t&&(this.filename=t.filename,this.args=e,this.server=t.server,this.ramUsage=t.ramUsage,this.dependencies=t.dependencies)}log(t){this.logs.length>a.a.MaxLogCapacity&&this.logs.shift();let e=t;a.a.TimestampsFormat&&(e="["+Object(o.a)(a.a.TimestampsFormat)+"] "+e),this.logs.push(e),this.logUpd=!0}displayLog(){for(let t=0;t0||5===g.a.bitNodeN)&&e.programs.push(u.a.Formulas.name),Object(v.f)(g.a.getHomeComputer());for(const t of Object.keys(c.a))c.a.hasOwnProperty(t)&&c.a[t].gainFavor();for(const t of Object.keys(m.a))m.a.hasOwnProperty(t)&&m.a[t].gainFavor();null!==_.a.action&&_.a.finishAction(!0),_.a.clear(),A.a.emit(),Object(m.c)(),g.a.factionInvitations=g.a.factionInvitations.concat(t),Object(o.e)(),g.a.reapplyAllSourceFiles(),Object(c.b)(),g.a.applyEntropy(g.a.entropy);const n=g.a.gang;if(n){const t=m.a[n.facName];t&&Object(h.d)(t);const e=.95;for(const t of n.members)t.hack_asc_points*=e,t.str_asc_points*=e,t.def_asc_points*=e,t.dex_asc_points*=e,t.agi_asc_points*=e,t.cha_asc_points*=e}if(3===g.a.bitNodeN&&e.messages.push(E.a.CorporationManagementHandbook),g.a.bladeburner&&g.a.bladeburner.prestige(),8===g.a.bitNodeN&&(g.a.money=25e7),(8===g.a.bitNodeN||g.a.sourceFileLvl(8)>0)&&(g.a.hasWseAccount=!0,g.a.hasTixApiAccess=!0),g.a.hasWseAccount&&(Object(S.e)(),Object(S.g)()),Object(o.b)(s.a.TheRedPill)&&g.a.hasAugmentation(s.a.TheRedPill,!0)){const t=Object(v.d)(w.a.WorldDaemon),e=Object(v.d)(w.a.DaedalusServer);t&&e&&(t.serversOnNetwork.push(e.hostname),e.serversOnNetwork.push(t.hostname))}Object(o.b)(s.a.StaneksGift1)&&g.a.hasAugmentation(s.a.StaneksGift1,!0)&&Object(h.d)(m.a[a.a.ChurchOfTheMachineGod]),x.c.prestigeAugmentation(),Object(y.b)(),L.b.splice(0,L.b.length),O.b.splice(0,O.b.length)}function R(t){Object(l.d)(),g.a.prestigeSourceFile(),Object(p.c)();const e=g.a.getHomeComputer();null!==_.a.action&&_.a.finishAction(!0),_.a.clear(),A.a.emit(),Object(v.i)(),Object(v.a)(e),Object(k.e)(e),Object(v.f)(g.a.getHomeComputer()),g.a.sourceFileLvl(9)>=2?e.setMaxRam(128):g.a.sourceFileLvl(1)>0?e.setMaxRam(32):e.setMaxRam(8),e.cpuCores=1;for(const t of Object.keys(c.a))c.a.hasOwnProperty(t)&&(c.a[t].favor=0);for(const t of Object.keys(m.a))m.a.hasOwnProperty(t)&&(m.a[t].favor=0);null!==_.a.action&&_.a.finishAction(!0);for(const t of Object.keys(i.a))i.a.hasOwnProperty(t)&&delete i.a[t];if(g.a.sourceFileLvl(12)>0&&g.a.augmentations.push({name:s.a.NeuroFluxGovernor,level:g.a.sourceFileLvl(12)}),Object(m.c)(),Object(o.e)(),g.a.reapplyAllSourceFiles(),Object(c.b)(),(g.a.sourceFileLvl(5)>0||5===g.a.bitNodeN)&&e.programs.push(u.a.Formulas.name),3===g.a.bitNodeN&&(e.messages.push(E.a.CorporationManagementHandbook),Object(C.a)("You received a copy of the Corporation Management Handbook on your home computer. Read it if you need help getting started with Corporations!")),8===g.a.bitNodeN&&(g.a.money=25e7),(8===g.a.bitNodeN||g.a.sourceFileLvl(8)>0)&&(g.a.hasWseAccount=!0,g.a.hasTixApiAccess=!0),10===g.a.bitNodeN&&Object(C.a)("Visit VitaLife in New Tokyo if you'd like to purchase a new sleeve!"),13===g.a.bitNodeN&&Object(C.a)("Trouble is brewing in "+r.a.Chongqing),g.a.hasWseAccount?(Object(S.e)(),Object(S.g)()):Object(S.d)(),g.a.gang=null,g.a.corporation=null,Object(f.e)(),g.a.bladeburner=null,g.a.sourceFileLvl(9)>=3){const t=g.a.createHacknetServer();t.level=100,t.cores=10,t.cache=5,t.updateHashRate(g.a.mults.hacknet_node_money),t.updateHashCapacity(),Object(d.p)()}13===g.a.bitNodeN&&(g.a.money=M.a.TravelCost),x.c.prestigeSourceFile(),0===g.a.sourceFileLvl(5)||t||g.a.gainIntelligenceExp(300),b.b.splice(0,b.b.length),Object(y.b)()}},function(t,e,n){"use strict";n.d(e,"b",(function(){return o})),n.d(e,"a",(function(){return s}));var a=n(1),r=n(16),i=n(103);const o=t=>null!==t&&t.type===i.b.SYNCHRO;class s extends i.a{constructor(){super(i.b.SYNCHRO)}process(t,e){return t.sync=Math.min(100,t.sync+2e-4*a.a.getIntelligenceBonus(.5)*e),t.sync>=100&&t.stopWork(),0}APICopy(){return{type:this.type}}toJSON(){return Object(r.b)("SleeveSynchroWork",this)}static fromJSON(t){return Object(r.a)(s,t.data)}}r.c.constructors.SleeveSynchroWork=s},function(t,e,n){"use strict";n.d(e,"b",(function(){return i})),n.d(e,"a",(function(){return o}));var a=n(16),r=n(103);const i=t=>null!==t&&t.type===r.b.RECOVERY;class o extends r.a{constructor(){super(r.b.RECOVERY)}process(t,e){return t.shock=Math.min(100,t.shock+2e-4*e),t.shock>=100&&t.stopWork(),0}APICopy(){return{type:this.type}}toJSON(){return Object(a.b)("SleeveRecoveryWork",this)}static fromJSON(t){return Object(a.a)(o,t.data)}}a.c.constructors.SleeveRecoveryWork=o},,,function(t,e,n){"use strict";n.d(e,"a",(function(){return m}));var a=n(0),r=n.n(a),i=n(17),o=n(3),s=n(23),l=n(122),c=n(148);const f=Object(l.a)(t=>Object(c.a)({travel:{color:t.colors.white,lineHeight:"1em",whiteSpace:"pre",cursor:"pointer"}}));function u(t){const e=f();return t.city!==t.currentCity?r.a.createElement(s.a,{title:r.a.createElement(o.a,null,t.city)},r.a.createElement("span",{onClick:()=>t.onTravel(t.city),className:e.travel},t.city[0])):r.a.createElement("span",null,t.city[0])}function m(t){return r.a.createElement(r.a.Fragment,null,r.a.createElement(o.a,{sx:{lineHeight:"1em",whiteSpace:"pre"}}," ,_ . ._. _. ."),r.a.createElement(o.a,{sx:{lineHeight:"1em",whiteSpace:"pre"}}," , _-\\','|~\\~ ~/ ;-'_ _-' ,;_;_, ~~-"),r.a.createElement(o.a,{sx:{lineHeight:"1em",whiteSpace:"pre"}}," /~~-\\_/-'~'--' \\~~| ', ,' / / ~|-_\\_/~/~ ~~--~~~~'--_"),r.a.createElement(o.a,{sx:{lineHeight:"1em",whiteSpace:"pre"}}," / ,/'-/~ '\\ ,' _ , '",r.a.createElement(u,{onTravel:t.onTravel,currentCity:t.currentCity,city:i.a.Volhaven}),",'|~ ._/-, /~"),r.a.createElement(o.a,{sx:{lineHeight:"1em",whiteSpace:"pre"}}," ~/-'~\\_, '-,| '|. ' ~ ,\\ /'~ / /_ /~"),r.a.createElement(o.a,{sx:{lineHeight:"1em",whiteSpace:"pre"}},".-~ '| '',\\~|\\ _\\~ ,_ , ",r.a.createElement(u,{onTravel:t.onTravel,currentCity:t.currentCity,city:i.a.Chongqing})," /,"),r.a.createElement(o.a,{sx:{lineHeight:"1em",whiteSpace:"pre"}}," '\\ ",r.a.createElement(u,{onTravel:t.onTravel,currentCity:t.currentCity,city:i.a.Sector12})," /'~ |_/~\\\\,-,~ \\ \" ,_,/ |"),r.a.createElement(o.a,{sx:{lineHeight:"1em",whiteSpace:"pre"}}," | / ._-~'\\_ _~| \\ ) ",r.a.createElement(u,{onTravel:t.onTravel,currentCity:t.currentCity,city:i.a.NewTokyo})),r.a.createElement(o.a,{sx:{lineHeight:"1em",whiteSpace:"pre"}}," \\ __-\\ '/ ~ |\\ \\_ / ~"),r.a.createElement(o.a,{sx:{lineHeight:"1em",whiteSpace:"pre"}}," ., '\\ |, ~-_ - | \\\\_' ~| /\\ \\~ ,"),r.a.createElement(o.a,{sx:{lineHeight:"1em",whiteSpace:"pre"}}," ~-_' _; '\\ '-, \\,' /\\/ |"),r.a.createElement(o.a,{sx:{lineHeight:"1em",whiteSpace:"pre"}}," '\\_,~'\\_ \\_ _, /' ' |, /|'"),r.a.createElement(o.a,{sx:{lineHeight:"1em",whiteSpace:"pre"}}," / \\_ ~ | / \\ ~'; -,_."),r.a.createElement(o.a,{sx:{lineHeight:"1em",whiteSpace:"pre"}}," | ~\\ | | , '-_, ,; ~ ~\\"),r.a.createElement(o.a,{sx:{lineHeight:"1em",whiteSpace:"pre"}}," \\, ",r.a.createElement(u,{onTravel:t.onTravel,currentCity:t.currentCity,city:i.a.Aevum})," / \\ / /| ,-, , -,"),r.a.createElement(o.a,{sx:{lineHeight:"1em",whiteSpace:"pre"}}," | ,/ | |' |/ ,- ~ \\ '."),r.a.createElement(o.a,{sx:{lineHeight:"1em",whiteSpace:"pre"}}," ,| ,/ \\ ,/ \\ ",r.a.createElement(u,{onTravel:t.onTravel,currentCity:t.currentCity,city:i.a.Ishima})," |"),r.a.createElement(o.a,{sx:{lineHeight:"1em",whiteSpace:"pre"}}," / | ~ -~~-, / _"),r.a.createElement(o.a,{sx:{lineHeight:"1em",whiteSpace:"pre"}}," | ,-' ~ /"),r.a.createElement(o.a,{sx:{lineHeight:"1em",whiteSpace:"pre"}}," / ,' ~"),r.a.createElement(o.a,{sx:{lineHeight:"1em",whiteSpace:"pre"}}," ',| ~"),r.a.createElement(o.a,{sx:{lineHeight:"1em",whiteSpace:"pre"}}," ~'"))}},function(t,e,n){"use strict";n.d(e,"a",(function(){return c}));var a=n(0),r=n.n(a),i=n(29),o=n(1239),s=n(1240),l=n(1);function c(t){const e=t.action.getEstSuccessChance(t.bladeburner,l.a);let n=r.a.createElement(r.a.Fragment,null);return n=e[0]===e[1]?r.a.createElement(r.a.Fragment,null,Object(i.d)(100*e[0],1),"%"):r.a.createElement(r.a.Fragment,null,Object(i.d)(100*e[0],1),"% ~ ",Object(i.d)(100*e[1],1),"%"),r.a.createElement(r.a.Fragment,null,"Estimated success chance: ",n," ",t.action.isStealth?r.a.createElement(o.a,null):r.a.createElement(r.a.Fragment,null),t.action.isKill?r.a.createElement(s.a,null):r.a.createElement(r.a.Fragment,null))}},,function(t,e,n){"use strict";n.d(e,"a",(function(){return o}));var a=n(0),r=n.n(a),i=n(40);function o(t){return r.a.createElement(i.a,{open:t.open,onClose:t.onClose},t.children)}},,,,,,,,,,function(t,e,n){"use strict";n.d(e,"c",(function(){return m})),n.d(e,"d",(function(){return h})),n.d(e,"b",(function(){return d})),n.d(e,"a",(function(){return p}));var a=n(0),r=n.n(a),i=n(214),o=n(1),s=n(9),l=n(88),c=n(7),f=n(24),u=n(304);function m(){const t=o.a.getCurrentServer();null!==t&&l.a.DarkWeb==t.hostname&&s.a.print("You are now connected to the dark web. From the dark web you can purchase illegal items. Use the 'buy -l' command to display a list of all the items you can buy. Use 'buy [item-name]' to purchase an item. Use 'buy -a' to purchase all unowned items.")}function h(){for(const t of Object.keys(i.a)){const e=i.a[t],n=o.a.getHomeComputer().programs.includes(e.program)?r.a.createElement("span",{style:{color:"green"}},"[OWNED]"):r.a.createElement(f.a,{money:e.price});s.a.printRaw(r.a.createElement(r.a.Fragment,null,r.a.createElement("span",null,e.program)," - ",r.a.createElement("span",null,n)," - ",r.a.createElement("span",null,e.description)))}}function d(t){t=t.toLowerCase();let e=null;for(const n of Object.keys(i.a)){const a=i.a[n];a.program.toLowerCase()==t&&(e=a)}null!==e?o.a.hasProgram(e.program)?s.a.print("You already have the "+e.program+" program"):o.a.moneyo.a.money)s.a.error("Not enough money to purchase remaining programs, "+c.a.formatMoney(e)+" required");else for(const e of t)d(e.program);else s.a.print("All available programs have been purchased already.")}},function(t,e,n){"use strict";n.d(e,"b",(function(){return o})),n.d(e,"a",(function(){return s}));var a=n(31),r=n(163);function i(t){const e=Number(t);return isNaN(e)?"true"===t||"false"===t?"true"===t:t:e}function o(t){const e=(t=(t=t.trim()).replace(/\s\s+/g," ")).match(/(?:'[^']*'|"[^"]*"|[^;"])*/g);if(!e)return[];const n=e.map(r.h).map(t=>t.match(/(?:'[^']*'|"[^"]*"|[^;"])*/g)).flat(),a=[];for(const t of n)null!==t&&(t.match(/^\s*$/)||a.push(t.trim()));return a}function s(t){let e=0;const n=[];let r="",o="";for(;e3?3:n}function o(t){return i(a.a.skills.strength+a.a.skills.defense+a.a.skills.dexterity+a.a.skills.agility+a.a.skills.charisma,t)}function s(t){return i(Object(r.b)(9e3*a.a.mults.strength_exp,a.a.mults.strength)+Object(r.b)(9e3*a.a.mults.defense_exp,a.a.mults.defense)+Object(r.b)(9e3*a.a.mults.agility_exp,a.a.mults.agility)+Object(r.b)(9e3*a.a.mults.dexterity_exp,a.a.mults.dexterity)+Object(r.b)(9e3*a.a.mults.charisma_exp,a.a.mults.charisma),t)}},function(t,e,n){"use strict";n.d(e,"a",(function(){return l}));var a=n(0),r=n.n(a),i=n(1465),o=n(3),s=n(10);function l(t){const[e,n]=Object(a.useState)(0),[l,c]=Object(a.useState)(!1);return r.a.createElement(r.a.Fragment,null,t.lines.slice(0,e).map((t,e)=>r.a.createElement(o.a,{key:e},t)),t.lines.length>e&&r.a.createElement(i.a,{key:e,text:t.lines[e],onDone:function(){const a=e+1;n(a),a>=t.lines.length&&(t.onDone&&t.auto&&t.onDone(),c(!0))}}),!t.auto&&t.onDone&&l&&r.a.createElement(s.a,{onClick:t.onDone},"Continue ..."))}},,,,,,,,,,,,,,function(t,e,n){"use strict";n.d(e,"b",(function(){return a})),n.d(e,"a",(function(){return r}));const a=5,r=1e13},,,,,,,,,,,,,,,,,,,,,,,,,function(t,e,n){"use strict";function a(t,e,n=!1){let a="";const r=t.jobStatReqOffset,i=e.requiredHacking>0?e.requiredHacking+r:0,o=e.requiredStrength>0?e.requiredStrength+r:0,s=e.requiredDefense>0?e.requiredDefense+r:0,l=e.requiredDexterity>0?e.requiredDexterity+r:0,c=e.requiredDexterity>0?e.requiredDexterity+r:0,f=e.requiredCharisma>0?e.requiredCharisma+r:0,u=e.requiredReputation;return n?(a="Requires:
",a+=i.toString()+" hacking
",a+=o.toString()+" strength
",a+=s.toString()+" defense
",a+=l.toString()+" dexterity
",a+=c.toString()+" agility
",a+=f.toString()+" charisma
",a+=u.toString()+" reputation"):(a="(Requires ",i>0&&(a+=i+" hacking, "),o>0&&(a+=o+" strength, "),s>0&&(a+=s+" defense, "),l>0&&(a+=l+" dexterity, "),c>0&&(a+=c+" agility, "),f>0&&(a+=f+" charisma, "),u>1&&(a+=u+" reputation, "),a=a.substring(0,a.length-2),a+=")"),a}n.d(e,"a",(function(){return a}))},function(t,e,n){"use strict";n.d(e,"b",(function(){return c})),n.d(e,"a",(function(){return f}));var a=n(317),r=n(255),i=n(434),o=n(232),s=n(77);function l(t,e){try{let u={};const m=new Set,h=[];function n(t,e){const n=function(t,e){const n=Object(r.a)(t,{sourceType:"module",ecmaVersion:"latest"}),i=e+".__GLOBAL__",o={};o[i]=new Set;const s={},l=[];function c(t,n){const a=o[t]||(o[t]=new Set),r=s[n];void 0!==r&&a.add(r),a.add(e+"."+n),a.add(n)}const f=Object.getOwnPropertyNames(Object.prototype);function u(){return{Identifier:(t,e)=>{f.includes(t.name)||c(e.key,t.name)},WhileStatement:(t,e,n)=>{c(e.key,"__SPECIAL_referenceWhile"),t.test&&n(t.test,e),t.body&&n(t.body,e)},DoWhileStatement:(t,e,n)=>{c(e.key,"__SPECIAL_referenceWhile"),t.test&&n(t.test,e),t.body&&n(t.body,e)},ForStatement:(t,e,n)=>{c(e.key,"__SPECIAL_referenceFor"),t.init&&n(t.init,e),t.test&&n(t.test,e),t.update&&n(t.update,e),t.body&&n(t.body,e)},IfStatement:(t,e,n)=>{c(e.key,"__SPECIAL_referenceIf"),t.test&&n(t.test,e),t.consequent&&n(t.consequent,e),t.alternate&&n(t.alternate,e)},MemberExpression:(t,e,n)=>{t.object&&n(t.object,e),t.property&&n(t.property,e)}}}return a.a(n,{key:i},Object.assign({ImportDeclaration:(t,e)=>{const n=t.source.value;l.push(n);const a=o[e.key];if(void 0===a)throw new Error("set should not be undefined");a.add(n+".__GLOBAL__");for(let a=0;a{const n=e+"."+(null===t.id?"__SPECIAL_DEFAULT_EXPORT__":t.id.name);a.a(t,{key:n},u())}},u())),{dependencyMap:o,additionalModules:l}}(t,e);m.add(e);for(let t=0;t0;){const e=h.shift();if(void 0===e)throw new Error("nextModule should not be undefined");if(e.startsWith("https://")||e.startsWith("http://"))continue;let a=null;const r=e.startsWith("./")?e.slice(2):e;for(const e of t)if(Object(s.b)(e.filename,r)){a=e;break}if(null==a)return{cost:i.a.ImportError};n(a.code,e)}let p=o.a.ScriptBaseRamCost;const g=[{type:"misc",name:"baseCost",cost:o.a.ScriptBaseRamCost}],b=Object.keys(u).filter(t=>t.startsWith(d)),y=new Set,E={};for(;b.length>0;){const t=b.shift();if(void 0===t)throw new Error("ref should not be undefined");if("hacknet"!==t||y.has("hacknet")||(p+=o.a.ScriptHacknetNodesRamCost,g.push({type:"ns",name:"hacknet",cost:o.a.ScriptHacknetNodesRamCost})),"document"!==t||y.has("document")||(p+=o.a.ScriptDomRamCost,g.push({type:"dom",name:"document",cost:o.a.ScriptDomRamCost})),"window"!==t||y.has("window")||(p+=o.a.ScriptDomRamCost,g.push({type:"dom",name:"window",cost:o.a.ScriptDomRamCost})),"corporation"!==t||y.has("corporation")||(p+=o.a.ScriptCorporationRamCost,g.push({type:"ns",name:"corporation",cost:o.a.ScriptCorporationRamCost})),y.add(t),t.endsWith(".*")){const e=t.slice(0,t.length-2);for(const t of Object.keys(u).filter(t=>t.startsWith(e)))for(const e of u[t]||[])y.has(e)||b.push(e)}else for(const e of u[t]||[])y.has(e)||b.push(e);try{var l,c;if(E[t])continue;E[t]=!0;const e=(t,n,a)=>{if(!n)return;const r=Object.entries(n).find(([t])=>t===a);if(void 0!==r&&("function"==typeof r[1]||"number"==typeof r[1]))return{func:r[1],refDetail:`${t}${a}`};for(const[t,r]of Object.entries(n)){const n=e(t+".",r,a);if(n)return n}},n=e("",o.b,t),a="number"==typeof(f=null!==(l=null==n?void 0:n.func)&&void 0!==l?l:0)?f:"function"==typeof f?f():0;p+=a,g.push({type:"fn",name:null!==(c=null==n?void 0:n.refDetail)&&void 0!==c?c:"",cost:a})}catch(t){console.error(t);continue}}return{cost:p,entries:g.filter(t=>t.cost>0)}}catch(t){return{cost:i.a.SyntaxError}}var f}function c(t){const e=Object(r.a)(t,{sourceType:"module",ecmaVersion:"latest"});let n=-1;return a.a(e,{},{WhileStatement:(e,r,i)=>{!function(t){return"Literal"===t.type&&"true"===t.raw}(e.test)||function(t){let e=!1;return a.a(t,{},{AwaitExpression:()=>{e=!0}}),e}(e)?e.body&&i(e.body,r):n=(t.slice(0,e.start).match(/\n/g)||[]).length+1}}),n}function f(t,e){try{return l(e,t)}catch(t){return console.error("Failed to parse script for RAM calculations:"),console.error(t),{cost:i.a.SyntaxError}}}},function(t,e,n){"use strict";function a(t){return+(Math.round(parseFloat(t+"e+2"))+"e-2")}n.d(e,"a",(function(){return a}))},function(t,e,n){"use strict";n.d(e,"b",(function(){return a})),n.d(e,"a",(function(){return i}));const a=["Type 'help name' to learn more about the command "," ",' alias [-g] [name="value"] Create or display Terminal aliases'," analyze Get information about the current machine "," backdoor Install a backdoor on the current machine "," buy [-l/-a/program] Purchase a program through the Dark Web"," cat [file] Display a .msg, .lit, or .txt file"," cd [dir] Change to a new directory"," check [script] [args...] Print a script's logs to Terminal"," clear Clear all text on the terminal "," cls See 'clear' command "," connect [hostname] Connects to a remote server"," cp [src] [dst] Copy a file"," download [script/text file] Downloads scripts or text files to your computer"," expr [math expression] Evaluate a mathematical expression"," free Check the machine's memory (RAM) usage"," grow Spoof money in a servers bank account, increasing the amount available."," hack Hack the current machine"," help [command] Display this help text, or the help text for a command"," history [-c] Display the terminal history"," home Connect to home computer"," hostname Displays the hostname of the machine"," kill [script/pid] [args...] Stops the specified script on the current server "," killall Stops all running scripts on the current machine"," ls [dir] [--grep pattern] Displays all files on the machine"," lscpu Displays the number of CPU cores on the machine"," mem [script] [-t n] Displays the amount of RAM required to run the script"," mv [src] [dest] Move/rename a text or script file"," nano [file ...] Text editor - Open up and edit one or more scripts or text files"," ps Display all scripts that are currently running"," rm [file] Delete a file from the server"," run [name] [-t n] [--tail] [args...] Execute a program or script"," scan Prints all immediately-available network connections"," scan-analyze [d] [-a] Prints info for all servers up to d nodes away"," scp [file ...] [server] Copies a file to a destination server"," sudov Shows whether you have root access on this computer"," tail [script] [args...] Displays dynamic logs for the specified script"," top Displays all running scripts and their RAM usage"," unalias [alias name] Deletes the specified alias"," vim [file ...] Text editor - Open up and edit one or more scripts or text files in vim mode"," weaken Reduce the security of the current machine"," wget [url] [target file] Retrieves code/text from a web server"," "],r=t=>[`Usage: ${t} [file ...] | [glob]`," ","Opens up the specified file(s) in the Script Editor. Only scripts (.js, or .script) or text files (.txt) ","can be edited using the Script Editor. If a file does not exist a new one will be created"," ",`If provided a glob as the only argument, ${t} can spider directories and open all matching `,`files at once. ${t} cannot create files using globs, so your scripts must already exist.`," ","Examples:"," ",` ${t} test.js`,` ${t} test.js test2.js`," ",` ${t} test.*`,` ${t} /my-dir/*.js`," "],i={alias:['Usage: alias [-g] [name="value"] '," ","Create or display aliases. An alias enables a replacement of a word with another string. ","It can be used to abbreviate a commonly used command, or commonly used parts of a command. The NAME ","of an alias defines the word that will be replaced, while the VALUE defines what it will be replaced by. For example, ","you could create the alias 'nuke' for the Terminal command 'run NUKE.exe' using the following: "," ",' alias nuke="run NUKE.exe"'," ","Then, to run the NUKE.exe program you would just have to enter 'nuke' in Terminal rather than the full command. ","It is important to note that 'default' aliases will only be substituted for the first word of a Terminal command. For ","example, if the following alias was set: "," ",' alias worm="HTTPWorm.exe"'," ","and then you tried to run the following terminal command: "," "," run worm"," ","This would fail because the worm alias is not the first word of a Terminal command. To allow an alias to be substituted ","anywhere in a Terminal command, rather than just the first word, you must set it to be a global alias using the -g flag: "," ",' alias -g worm="HTTPWorm.exe"'," ","Now, the 'worm' alias will be substituted anytime it shows up as an individual word in a Terminal command. "," ","Entering just the command 'alias' without any arguments prints the list of all defined aliases in the reusable form ","'alias NAME=VALUE' on the Terminal. "," ","The 'unalias' command can be used to remove aliases."," "],analyze:["Usage: analyze"," ","Prints details and statistics about the current server. The information that is printed includes basic ","server details such as the hostname, whether the player has root access, what ports are opened/closed, and also ","hacking-related information such as an estimated chance to successfully hack, an estimate of how much money is ","available on the server, etc."," "],backdoor:["Usage: backdoor"," ","Install a backdoor on the current machine, grants a secret bonus depending on the machine."," ","Requires root access to run."," "],buy:["Usage: buy [-l / -a / program]"," ","Purchase a program through the Dark Web. Requires a TOR router to use."," ","If this command is ran with the '-l' flag, it will display a list of all programs that can be bought through the ","dark web to the Terminal, as well as their costs."," ","If this command is ran with the '-a' flag, it will attempt to purchase all unowned programs."," ","Otherwise, the name of the program must be passed in as a parameter. This name is NOT case-sensitive."," "],cat:["Usage: cat [file]"," ","Display message (.msg), literature (.lit), or text (.txt) files. Examples:"," "," cat j1.msg"," "," cat foo.lit"," "," cat servers.txt"," "],cd:["Usage: cd [dir]"," ","Change to the specified directory. Note that this works even for directories that don't exist. If you ","change to a directory that does not exist, it will not be 'created'. Examples:"," "," cd scripts/hacking"," "," cd /logs"," "," cd ../"," "],check:["Usage: check [script name] [args...]"," ","Print the logs of the script specified by the script name and arguments to the Terminal. Each argument must be separated by ","a space. Remember that a running script is uniquely ","identified both by its name and the arguments that are used to start it. So, if a script was ran with the following arguments: "," "," run foo.script 1 2 foodnstuff"," ","Then to run the 'check' command on this script you would have to pass the same arguments in: "," "," check foo.script 1 2 foodnstuff"," "],clear:["Usage: clear"," ","Clear the Terminal screen, deleting all of the text. Note that this does not delete the user's command history, so using the up ","and down arrow keys is still valid. Also note that this is permanent and there is no way to undo this. Synonymous with 'cls' command"," "],cls:["Usage: cls"," ","Clear the Terminal screen, deleting all of the text. Note that this does not delete the user's command history, so using the up ","and down arrow keys is still valid. Also note that this is permanent and there is no way to undo this. Synonymous with 'clear' command"," "],connect:["Usage: connect [hostname]"," ","Connect to a remote server. The hostname of the remote server must be given as the argument ","to this command. Note that only servers that are immediately adjacent to the current server in the network and the ones that have","a backdoor installed can be connected to. To see which servers can be connected to, use the 'scan' command."," "],cp:["Usage: cp [src] [dst]"," ","Copy a file on this server. To copy a file to another server use scp."," "],download:["Usage: download [script/text file]"," ","Downloads a script or text file to your computer (like your real life computer)."," ","You can also download all of your scripts/text files as a zip file using the following Terminal commands:"," ","Download all scripts and text files: download *"," ","Download all scripts: download *.script"," ","Download all text files: download *.txt"," "],expr:["Usage: expr [mathematical expression]"," ","Evaluate a simple mathematical expression. Supports native JavaScript operators:"," ","+, -, /, *, **, %"," ","Example:"," "," expr 25 * 2 ** 10"," ","Note that letters (non-digits) are not allowed and will be removed from the input."," "],free:["Usage: free"," ","Displays the memory usage on the current machine. Print the amount of RAM that is available on the current server as well as ","how much of it is being used."," "],grow:["Usage: grow"," ","Spoof transactions in the current server. Increasing the money available by hacking. Requires root access.","See the wiki page for hacking mechanics."," "],hack:["Usage: hack"," ","Attempt to hack the current server. Requires root access in order to be run. See the wiki page for hacking mechanics"," "],help:["Usage: help [command]"," ","Display Terminal help information. Without arguments, 'help' prints a list of all valid Terminal commands and a brief ","description of their functionality. You can also pass the name of a Terminal command as an argument to 'help' to print ","more detailed information about the Terminal command. Examples: "," "," help alias"," "," help scan-analyze"," "],history:["Usage: history [-c]"," ","Without arguments, displays the terminal command history. To clear the history, pass in the '-c' argument."," "],home:["Usage: home"," ","Connect to your home computer. This will work no matter what server you are currently connected to."," "],hostname:["Usage: hostname"," ","Prints the hostname of the current server"," "],kill:["Usage: kill [script name] [args...] or kill [pid"," ","Kill the script specified by the script name and arguments OR by its PID."," ","If you are killing the script using its filename and arguments, then each ","argument must be separated by a space. Remember that a running script is ","uniquely identified by both its name and the arguments that are used to start ","it. So, if a script was ran with the following arguments:"," "," run foo.script 1 sigma-cosmetics"," ","Then to kill this script the same arguments would have to be used:"," "," kill foo.script 1 sigma-cosmetics"," ","If you are killing the script using its PID, then the PID argument must be numeric"," "],killall:["Usage: killall"," ","Kills all scripts on the current server. ","Note that after the 'kill' command is issued for a script, it may take a while for the script to actually stop running. ","This will happen if the script is in the middle of a command such as grow() or weaken() that takes time to execute. ","The script will not be stopped/killed until after that time has elapsed."," "],ls:["Usage: ls [dir] [-l] [--grep pattern]"," ","The ls command, with no arguments, prints all files and directories on the current server's directory to the Terminal screen. ","The files will be displayed in alphabetical order. "," ","The 'dir' optional parameter can be used to display files/directories in another directory."," ","The '-l' optional parameter allows you to force each item onto a single line."," ","The '--grep pattern' optional parameter can be used to only display files whose filenames match the specified pattern."," ","Examples:"," ","List all files with the '.script' extension in the current directory:"," "," ls -l --grep .script"," ","List all files with the '.js' extension in the root directory:"," "," ls / -l --grep .js"," ","List all files with the word 'purchase' in the filename, in the 'scripts' directory:"," "," ls scripts -l --grep purchase"," "],lscpu:["Usage: lscpu"," ","Prints the number of CPU Cores the current server has"," "],mem:["Usage: mem [script name] [-t num_threads]"," ","Displays the amount of RAM needed to run the specified script with a single thread. The command can also be used to print ","the amount of RAM needed to run a script with multiple threads using the '-t' flag. If the '-t' flag is specified, then ","an argument for the number of threads must be passed in afterwards. Examples:"," "," mem foo.script"," "," mem foo.script -t 50"," ","The first example above will print the amount of RAM needed to run 'foo.script' with a single thread. The second example ","above will print the amount of RAM needed to run 'foo.script' with 50 threads."," "],mv:["Usage: mv [src] [dest]"," ","Move the source file to the specified destination. This can also be used to rename files. ","This command only works for scripts and text files (.txt). This command CANNOT be used to ","convert to different file types"," ","Note that, unlike the Linux 'mv' command, the destination argument must be the ","full filepath. ","Examples: "," "," mv hacking-controller.script scripts/hacking-controller.script"," "," mv myScript.js myOldScript.js"," "],nano:r("nano"),ps:["Usage: ps"," ","Prints all scripts that are running on the current server"," "],rm:["Usage: rm [file]"," ","Removes the specified file from the current server. A file can be a script, a program, or a message file. "," ","WARNING: This is permanent and cannot be undone"," "],run:["Usage: run [file name] [-t] [num threads] [args...]"," ","Execute a program, script or coding contract."," ","The '[-t]', '[num threads]', and '[args...]' arguments are only valid when running a script. The '-t' flag is used ","to indicate that the script should be run with the specified number of threads. If the flag is omitted, ","then the script will be run with a single thread by default. ","If the '-t' flag is used, then it MUST come immediately ","after the script name, and the [num threads] argument MUST come immediately afterwards. "," ","[args...] represents a variable number of arguments that will be passed into the script. See the documentation ","about script arguments. Each specified argument must be separated by a space. "," "],scan:["Usage: scan"," ","Prints all immediately-available network connection. This will print a list of all servers that you can currently connect ","to using the 'connect' Terminal command."," "],"scan-analyze":["Usage: scan-analyze [depth] [-a]"," ","Prints detailed information about all servers up to [depth] nodes away on the network. Calling ","'scan-analyze 1' will display information for the same servers that are shown by the 'scan' Terminal ","command. This command also shows the relative paths to reach each server."," ","By default, the maximum depth that can be specified for 'scan-analyze' is 3. However, once you have ","the DeepscanV1.exe and DeepscanV2.exe programs, you can execute 'scan-analyze' with a depth up to ","5 and 10, respectively."," ","The information 'scan-analyze' displays about each server includes whether or not you have root access to it, ","its required hacking level, the number of open ports required to run NUKE.exe on it, and how much RAM ","it has."," ","By default, this command will not display servers that you have purchased. However, you can pass in the ","-a flag at the end of the command if you would like to enable that."," "],scp:["Usage: scp [filename ...] [target server]"," ","Copies the specified file(s) from the current server to the target server. ","This command only works for script files (.script or .js extension), literature files (.lit extension), ","and text files (.txt extension). ","The second argument passed in must be the hostname or IP of the target server. Examples:"," "," scp foo.script n00dles"," "," scp foo.script bar.script n00dles"," "],sudov:["Usage: sudov"," ","Prints whether or not you have root access to the current machine"," "],tail:["Usage: tail [script name] [args...]"," ","Displays dynamic logs for the script specified by the script name and arguments. Each argument must be separated ","by a space. Remember that a running script is uniquely identified by both its name and the arguments that were used ","to run it. So, if a script was ran with the following arguments: "," "," run foo.script 10 50000"," ","Then in order to check its logs with 'tail' the same arguments must be used: "," "," tail foo.script 10 50000"," "],top:["Usage: top"," ","Prints a list of all scripts running on the current server as well as their thread count and how much ","RAM they are using in total."," "],unalias:["Usage: unalias [alias name]"," ","Deletes the specified alias. Note that the double quotation marks are required. "," ","As an example, if an alias was declared using:"," ",' alias r="run"'," ","Then it could be removed using:"," "," unalias r"," ","It is not necessary to differentiate between global and non-global aliases when using 'unalias'"," "],vim:r("vim"),weaken:["Usage: weaken"," ","Reduces the security level of the current server. Decreasing the time it takes for all operations on this server.","Requires root access. See the wiki page for hacking mechanics."," "],wget:["Usage: wget [url] [target file]"," ","Retrieves data from a URL and downloads it to a file on the current server. The data can only ","be downloaded to a script (.script or .js) or a text file (.txt). If the file already exists, ","it will be overwritten by this command."," ","Note that it will not be possible to download data from many websites because they do not allow ","cross-origin resource sharing (CORS). Example:"," "," wget https://raw.githubusercontent.com/danielyxie/bitburner/master/README.md game_readme.txt"," "]}},function(t,e,n){"use strict";n.d(e,"a",(function(){return i})),n.d(e,"b",(function(){return o}));var a=n(183);let r=1;function i(){let t=r,e=!1;for(let n=0;n<1e6;){if(!a.a.has(t+n)){e=!0,t+=n;break}n===Number.MAX_SAFE_INTEGER-1?n=1:++n}return e?(r=t+1,r>=Number.MAX_SAFE_INTEGER&&(r=1),t):-1}function o(){r=1}},function(t,e,n){"use strict";n.d(e,"a",(function(){return i}));var a=n(15),r=n(25);function i(t,e){return t/a.a.DonateMoneyToRepDivisor*e.mults.faction_rep*r.a.FactionWorkRepGain}},function(t,e,n){"use strict";n.d(e,"a",(function(){return u}));var a=n(0),r=n.n(a),i=n(1),o=n(478),s=n(626),l=n(308),c=n(19),f=n(22);function u(t,e,n){t?0===i.a.sourceFileLvl(5)&&5!==n&&(i.a.skills.intelligence=0,i.a.exp.intelligence=0):function(t){const e="SourceFile"+t.toString(),n=l.a[e];if(null==n)return void console.error("Could not find source file for Bit node: "+t);const a=i.a.sourceFiles.find(e=>e.n===t);if(a)a.lvl>=3&&12!==a.n?Object(c.a)(`The Source-File for the BitNode you just destroyed, ${n.name}, is already at max level!`):(++a.lvl,Object(c.a)(n.name+" was upgraded to level "+a.lvl+" for destroying its corresponding BitNode!"));else{const e=new s.a(t,1);i.a.sourceFiles.push(e),5===t&&0===i.a.skills.intelligence&&(i.a.skills.intelligence=1),Object(c.a)(r.a.createElement(r.a.Fragment,null,"You received a Source-File for destroying a BitNode!",r.a.createElement("br",null),r.a.createElement("br",null),n.name,r.a.createElement("br",null),r.a.createElement("br",null),n.info))}}(e),5===n&&0===i.a.skills.intelligence&&(i.a.skills.intelligence=1),i.a.bitNodeN=n,6===n?f.b.toBladeburnerCinematic():f.b.toTerminal(),Object(o.b)(t)}},,,,,,function(t,e,n){"use strict";n.d(e,"b",(function(){return o})),n.d(e,"a",(function(){return s}));var a=n(6),r=n(1374);let i;function o(){i&&i.stopConnection(),0!==a.a.RemoteFileApiPort&&(i=new r.a("localhost",a.a.RemoteFileApiPort),i.startConnection())}function s(){return i&&null!=i.connection&&1==i.connection.readyState}},function(t,e,n){"use strict";n.d(e,"b",(function(){return l})),n.d(e,"a",(function(){return c}));var a,r,i=n(28),o=n(252),s=n(15);!function(t){t[t.Production=0]="Production",t[t.Development=1]="Development"}(a||(a={})),function(t){t[t.Browser=0]="Browser",t[t.Steam=1]="Steam"}(r||(r={}));const l="https://github.com/danielyxie/bitburner/issues/new";function c(t,e,n){var c,f,u,m;const h=function(t,e,n){const i=navigator.userAgent.toLowerCase().indexOf(" electron/")>-1,l=a.Production,c={version:s.a.VersionString,hash:Object(o.a)(),toDisplay:()=>`v${s.a.VersionString} (${Object(o.a)()})`},f={userAgent:navigator.userAgent,language:navigator.language,cookiesEnabled:navigator.cookieEnabled,doNotTrack:navigator.doNotTrack,indexedDb:!!window.indexedDB};return{platform:i?r.Steam:r.Browser,environment:l,version:c,features:f,error:t,errorInfo:e,page:n}}(t,e,n),d=h.error.fileName,p=`lang=${h.features.language} cookiesEnabled=${h.features.cookiesEnabled.toString()} doNotTrack=${null!==(c=h.features.doNotTrack)&&void 0!==c?c:"null"} indexedDb=${h.features.indexedDb.toString()}`,g=`${h.error.name}: ${h.error.message}${h.page&&` (at "${i.a[h.page]}")`}`,b=`\n## ${g}\n\n### How did this happen?\n\nPlease fill this information with details if relevant.\n\n- [ ] Save file\n- [ ] Minimal scripts to reproduce the issue\n- [ ] Steps to reproduce\n\n### Environment\n\n* Error: ${null!==(f=null===(u=h.error)||void 0===u?void 0:u.toString())&&void 0!==f?f:"n/a"}\n* Page: ${h.page?i.a[h.page]:"n/a"}\n* Version: ${h.version.toDisplay()}\n* Environment: ${a[h.environment]}\n* Platform: ${r[h.platform]}\n* UserAgent: ${navigator.userAgent}\n* Features: ${p}\n* Source: ${null!=d?d:"n/a"}\n\n${h.environment===a.Development?`\n### Stack Trace\n\`\`\`\n${null===(m=h.errorInfo)||void 0===m?void 0:m.componentStack.toString().trim()}\n\`\`\`\n`:""}\n### Save\n\`\`\`\nCopy your save here if possible\n\`\`\`\n`.trim();return{metadata:h,fileName:d,features:p,title:g,body:b,issueUrl:`${l}?title=${encodeURIComponent(g)}&body=${encodeURIComponent(b)}`}}},function(t,e,n){"use strict";n.d(e,"a",(function(){return r}));var a=n(35);const r={Tracking:()=>Object(a.a)(5,75)/10,"Bounty Hunter":()=>Object(a.a)(5,75)/10,Retirement:()=>Object(a.a)(5,75)/10,Investigation:()=>Object(a.a)(10,40)/10,"Undercover Operation":()=>Object(a.a)(10,40)/10,"Sting Operation":()=>Object(a.a)(3,40)/10,Raid:()=>Object(a.a)(2,40)/10,"Stealth Retirement Operation":()=>Object(a.a)(1,20)/10,Assassination:()=>Object(a.a)(1,20)/10}},,,,function(t,e,n){"use strict";n.d(e,"a",(function(){return r}));var a=n(35);function r(t){const e=Math.max(Math.min(t,255),0);return Object(a.a)(0,e)}},,,function(t,e,n){"use strict";n.d(e,"a",(function(){return r}));var a=n(154);function r(t){const e={},n=Object.keys(a.a);for(let a=0;a=this.cards.length)throw new Error("Tried to remove invalid card from Hand by index: "+t);return new a([...this.cards.slice().splice(t,1)])}}},function(t,e,n){"use strict";n.d(e,"a",(function(){return s}));var a=n(0),r=n(3),i=n(23),o=n(10);function s(t){return a.createElement(i.a,{title:null!=t.tooltip?a.createElement(r.a,null,t.tooltip):""},a.createElement(o.a,{onClick:t.onClick},t.text))}},function(t,e,n){"use strict";n.d(e,"a",(function(){return c}));var a=n(21),r=n(160),i=n(0),o=n(620),s=n(678),l=n(105);function c(t){const e=new o.a(t.width,t.height,t.fragments),n=Object(l.d)(t.width,t.height);return i.createElement(a.a,null,i.createElement(r.a,{sx:{width:t.width,height:t.height}},i.createElement(s.a,{width:t.width,height:t.height,ghostGrid:n,gift:e,enter:()=>{},click:()=>{}})))}},,,,,,,,,,,,,,,,,,,,,,function(t,e,n){"use strict";n.d(e,"a",(function(){return s}));var a=n(389),r=n(359),i=n(16);function o(t,e,n){return e in t?Object.defineProperty(t,e,{value:n,enumerable:!0,configurable:!0,writable:!0}):t[e]=n,t}class s{constructor(t=""){o(this,"alreadyInvited",!1),o(this,"augmentations",[]),o(this,"favor",0),o(this,"isBanned",!1),o(this,"isMember",!1),o(this,"name",""),o(this,"playerReputation",0),this.name=t}getInfo(){const t=a.a[this.name];if(null==t)throw new Error(`Missing faction from FactionInfos: ${this.name} this probably means the faction got corrupted somehow`);return t}gainFavor(){null==this.favor&&(this.favor=0),this.favor+=this.getFavorGain()}getFavorGain(){null==this.favor&&(this.favor=0);const t=Math.max(0,Object(r.a)(this.favor))+this.playerReputation;return Object(r.b)(t)-this.favor}toJSON(){return Object(i.b)("Faction",this)}static fromJSON(t){return Object(i.a)(s,t.data)}}i.c.constructors.Faction=s},function(t,e,n){"use strict";n.d(e,"a",(function(){return E}));var a=n(976),r=n(681),i=n(685),o=n(402),s=n(91),l=n(445),c=n(699),f=n(11),u=n(498),m=n(400),h=n(16),d=n(29),p=n(35),g=n(15),b=n(635);function y(t,e,n){return e in t?Object.defineProperty(t,e,{value:n,enumerable:!0,configurable:!0,writable:!0}):t[e]=n,t}class E extends b.a{constructor(){super(),y(this,"bitNodeN",1),y(this,"corporation",null),y(this,"gang",null),y(this,"bladeburner",null),y(this,"currentServer",""),y(this,"factions",[]),y(this,"factionInvitations",[]),y(this,"hacknetNodes",[]),y(this,"has4SData",!1),y(this,"has4SDataTixApi",!1),y(this,"hashManager",new u.a),y(this,"hasTixApiAccess",!1),y(this,"hasWseAccount",!1),y(this,"jobs",{}),y(this,"karma",0),y(this,"numPeopleKilled",0),y(this,"location",f.a.TravelAgency),y(this,"money",1e3+g.a.Donations),y(this,"moneySourceA",new m.a),y(this,"moneySourceB",new m.a),y(this,"playtimeSinceLastAug",0),y(this,"playtimeSinceLastBitnode",0),y(this,"purchasedServers",[]),y(this,"scriptProdSinceLastAug",0),y(this,"sleeves",[]),y(this,"sleevesFromCovenant",0),y(this,"sourceFiles",[]),y(this,"exploits",[]),y(this,"achievements",[]),y(this,"terminalCommandHistory",[]),y(this,"lastUpdate",0),y(this,"lastSave",0),y(this,"totalPlaytime",0),y(this,"currentWork",null),y(this,"focus",!1),y(this,"entropy",0),y(this,"init",s.E),y(this,"startWork",c.c),y(this,"processWork",c.b),y(this,"finishWork",c.a),y(this,"applyForSoftwareJob",s.m),y(this,"applyForSoftwareConsultantJob",s.l),y(this,"applyForItJob",s.e),y(this,"applyForSecurityEngineerJob",s.j),y(this,"applyForNetworkEngineerJob",s.g),y(this,"applyForBusinessJob",s.c),y(this,"applyForBusinessConsultantJob",s.b),y(this,"applyForSecurityJob",s.k),y(this,"applyForAgentJob",s.a),y(this,"applyForEmployeeJob",s.d),y(this,"applyForPartTimeEmployeeJob",s.h),y(this,"applyForWaiterJob",s.n),y(this,"applyForPartTimeWaiterJob",s.i),y(this,"applyForJob",s.f),y(this,"canAccessBladeburner",r.a),y(this,"canAccessCorporation",i.a),y(this,"canAccessGang",o.a),y(this,"canAccessGrafting",s.q),y(this,"canAfford",s.r),y(this,"gainMoney",s.v),y(this,"getCurrentServer",l.b),y(this,"getGangFaction",o.b),y(this,"getGangName",o.c),y(this,"getHomeComputer",l.c),y(this,"getNextCompanyPosition",s.x),y(this,"getUpgradeHomeRamCost",l.e),y(this,"getUpgradeHomeCoresCost",l.d),y(this,"gotoLocation",s.A),y(this,"hasCorporation",i.b),y(this,"hasGangWith",o.d),y(this,"hasTorRouter",l.f),y(this,"hasProgram",s.C),y(this,"inBladeburner",r.b),y(this,"inGang",o.e),y(this,"isAwareOfGang",o.f),y(this,"isQualified",s.F),y(this,"loseMoney",s.G),y(this,"reapplyAllAugmentations",s.L),y(this,"reapplyAllSourceFiles",s.M),y(this,"recordMoneySource",s.O),y(this,"setMoney",s.Q),y(this,"startBladeburner",r.c),y(this,"startCorporation",i.c),y(this,"startFocusing",s.S),y(this,"startGang",o.g),y(this,"takeDamage",s.U),y(this,"travel",s.V),y(this,"giveExploit",s.z),y(this,"giveAchievement",s.y),y(this,"getCasinoWinnings",s.w),y(this,"quitJob",s.K),y(this,"hasJob",s.B),y(this,"createHacknetServer",l.a),y(this,"queueAugmentation",s.J),y(this,"receiveInvite",s.N),y(this,"gainCodingContractReward",s.u),y(this,"stopFocusing",s.T),y(this,"prestigeAugmentation",s.H),y(this,"prestigeSourceFile",s.I),y(this,"calculateSkillProgress",s.o),y(this,"hospitalize",s.D),y(this,"checkForFactionInvitations",s.s),y(this,"setBitNodeNumber",s.P),y(this,"canAccessCotMG",s.p),y(this,"sourceFileLvl",s.R),y(this,"applyEntropy",a.a),y(this,"focusPenalty",s.t),this.identifier=Object(d.c)("I-"+(new Date).getTime()+navigator.userAgent+window.innerWidth+window.innerHeight+Object(p.a)(100,999))}whoAmI(){return"Player"}toJSON(){return Object(h.b)("PlayerObject",this)}static fromJSON(t){return Object(h.a)(E,t.data)}}h.c.constructors.PlayerObject=E},,,,,,,,,function(t,e,n){"use strict";n.d(e,"a",(function(){return u})),n.d(e,"b",(function(){return m}));var a=n(0),r=n.n(a),i=n(101),o=n(40),s=n(1),l=n(126),c=n(3),f=n(10);const u=new l.a;function m(){const[t,e]=Object(a.useState)(null);return Object(a.useEffect)(()=>u.subscribe(t=>e(t)),[]),r.a.createElement(o.a,{open:null!==t,onClose:()=>e(null)},r.a.createElement(c.a,{variant:"h4"},"You have received a faction invitation."),r.a.createElement(c.a,null,"Would you like to join ",(t||{name:""}).name,"? ",r.a.createElement("br",null),r.a.createElement("br",null),"Warning: Joining this faction may prevent you from joining other factions during this run!"),r.a.createElement(f.a,{onClick:function(){if(null===t)return;-1===s.a.factionInvitations.findIndex(e=>e===t.name)&&console.error("Could not find faction in Player.factionInvitations"),Object(i.d)(t),e(null)}},"Join!"),r.a.createElement(f.a,{onClick:()=>e(null)},"Decide later"))}},function(t,e,n){"use strict";n.d(e,"a",(function(){return f}));var a=n(468),r=n(243),i=n(231),o=n(1),s=n(16),l=n(206);function c(t,e,n){return e in t?Object.defineProperty(t,e,{value:n,enumerable:!0,configurable:!0,writable:!0}):t[e]=n,t}class f{constructor(t=""){c(this,"task","Unassigned"),c(this,"earnedRespect",0),c(this,"hack",1),c(this,"str",1),c(this,"def",1),c(this,"dex",1),c(this,"agi",1),c(this,"cha",1),c(this,"hack_exp",0),c(this,"str_exp",0),c(this,"def_exp",0),c(this,"dex_exp",0),c(this,"agi_exp",0),c(this,"cha_exp",0),c(this,"hack_mult",1),c(this,"str_mult",1),c(this,"def_mult",1),c(this,"dex_mult",1),c(this,"agi_mult",1),c(this,"cha_mult",1),c(this,"hack_asc_points",0),c(this,"str_asc_points",0),c(this,"def_asc_points",0),c(this,"dex_asc_points",0),c(this,"agi_asc_points",0),c(this,"cha_asc_points",0),c(this,"upgrades",[]),c(this,"augmentations",[]),this.name=t}calculateSkill(t,e=1){return Math.max(Math.floor(e*(32*Math.log(t+534.5)-200)),1)}calculateAscensionMult(t){return Object(l.a)(t)}updateSkillLevels(){this.hack=this.calculateSkill(this.hack_exp,this.hack_mult*this.calculateAscensionMult(this.hack_asc_points)),this.str=this.calculateSkill(this.str_exp,this.str_mult*this.calculateAscensionMult(this.str_asc_points)),this.def=this.calculateSkill(this.def_exp,this.def_mult*this.calculateAscensionMult(this.def_asc_points)),this.dex=this.calculateSkill(this.dex_exp,this.dex_mult*this.calculateAscensionMult(this.dex_asc_points)),this.agi=this.calculateSkill(this.agi_exp,this.agi_mult*this.calculateAscensionMult(this.agi_asc_points)),this.cha=this.calculateSkill(this.cha_exp,this.cha_mult*this.calculateAscensionMult(this.cha_asc_points))}calculatePower(){return(this.hack+this.str+this.def+this.dex+this.agi+this.cha)/95}assignToTask(t){return r.a.hasOwnProperty(t)?(this.task=t,!0):(this.task="Unassigned",!1)}unassignFromTask(){this.task="Unassigned"}getTask(){return this.task instanceof a.a&&(this.task=this.task.name),r.a.hasOwnProperty(this.task)?r.a[this.task]:r.a.Unassigned}calculateRespectGain(t){const e=this.getTask(),n={respect:t.respect,wantedLevel:t.wanted,territory:t.getTerritory()};return Object(l.d)(n,this,e)}calculateWantedLevelGain(t){const e=this.getTask(),n={respect:t.respect,wantedLevel:t.wanted,territory:t.getTerritory()};return Object(l.e)(n,this,e)}calculateMoneyGain(t){const e=this.getTask(),n={respect:t.respect,wantedLevel:t.wanted,territory:t.getTerritory()};return Object(l.c)(n,this,e)}expMult(){return{hack:(this.hack_mult-1)/4+1,str:(this.str_mult-1)/4+1,def:(this.def_mult-1)/4+1,dex:(this.dex_mult-1)/4+1,agi:(this.agi_mult-1)/4+1,cha:(this.cha_mult-1)/4+1}}gainExperience(t=1){const e=this.getTask();if(e===r.a.Unassigned)return;const n=Math.pow(e.difficulty,.9)*t,a=this.expMult();this.hack_exp+=e.hackWeight/1500*n*a.hack*this.calculateAscensionMult(this.hack_asc_points),this.str_exp+=e.strWeight/1500*n*a.str*this.calculateAscensionMult(this.str_asc_points),this.def_exp+=e.defWeight/1500*n*a.def*this.calculateAscensionMult(this.def_asc_points),this.dex_exp+=e.dexWeight/1500*n*a.dex*this.calculateAscensionMult(this.dex_asc_points),this.agi_exp+=e.agiWeight/1500*n*a.agi*this.calculateAscensionMult(this.agi_asc_points),this.cha_exp+=e.chaWeight/1500*n*a.cha*this.calculateAscensionMult(this.cha_asc_points)}recordEarnedRespect(t=1,e){this.earnedRespect+=this.calculateRespectGain(e)*t}getGainedAscensionPoints(){return{hack:Object(l.b)(this.hack_exp),str:Object(l.b)(this.str_exp),def:Object(l.b)(this.def_exp),dex:Object(l.b)(this.dex_exp),agi:Object(l.b)(this.agi_exp),cha:Object(l.b)(this.cha_exp)}}canAscend(){const t=this.getGainedAscensionPoints();return t.hack>0||t.str>0||t.def>0||t.dex>0||t.agi>0||t.cha>0}getCurrentAscensionMults(){return{hack:this.calculateAscensionMult(this.hack_asc_points),str:this.calculateAscensionMult(this.str_asc_points),def:this.calculateAscensionMult(this.def_asc_points),dex:this.calculateAscensionMult(this.dex_asc_points),agi:this.calculateAscensionMult(this.agi_asc_points),cha:this.calculateAscensionMult(this.cha_asc_points)}}getAscensionMultsAfterAscend(){const t=this.getGainedAscensionPoints();return{hack:this.calculateAscensionMult(this.hack_asc_points+t.hack),str:this.calculateAscensionMult(this.str_asc_points+t.str),def:this.calculateAscensionMult(this.def_asc_points+t.def),dex:this.calculateAscensionMult(this.dex_asc_points+t.dex),agi:this.calculateAscensionMult(this.agi_asc_points+t.agi),cha:this.calculateAscensionMult(this.cha_asc_points+t.cha)}}getAscensionResults(){const t=this.getAscensionMultsAfterAscend(),e=this.getCurrentAscensionMults();return{hack:t.hack/e.hack,str:t.str/e.str,def:t.def/e.def,dex:t.dex/e.dex,agi:t.agi/e.agi,cha:t.cha/e.cha}}ascend(){const t=this.getAscensionResults(),e=this.getGainedAscensionPoints();this.hack_asc_points+=e.hack,this.str_asc_points+=e.str,this.def_asc_points+=e.def,this.dex_asc_points+=e.dex,this.agi_asc_points+=e.agi,this.cha_asc_points+=e.cha,this.upgrades.length=0,this.hack_mult=1,this.str_mult=1,this.def_mult=1,this.dex_mult=1,this.agi_mult=1,this.cha_mult=1;for(let t=0;t{let n=String(t);n=["[",n,"]"].join(""),e.push(n)}),e.join(",").replace(/\s/g,"")}const f=[{desc:t=>["A prime factor is a factor that is a prime number.",`What is the largest prime factor of ${t}?`].join(" "),difficulty:1,gen:()=>Object(a.a)(500,1e9),name:"Find Largest Prime Factor",numTries:10,solver:(t,e)=>{if("number"!=typeof t)throw new Error("solver expected number");let n=2,a=t;for(;a>(n-1)*(n-1);){for(;a%n==0;)a=Math.round(a/n);++n}return(1===a?n-1:a)===parseInt(e,10)}},{desc:t=>["Given the following integer array, find the contiguous subarray","(containing at least one number) which has the largest sum and return that sum.","'Sum' refers to the sum of all the numbers in the subarray.\n",""+t.toString()].join(" "),difficulty:1,gen:()=>{const t=Object(a.a)(5,40),e=[];e.length=t;for(let n=0;n{const n=t.slice();for(let t=1;t{if("number"!=typeof t)throw new Error("solver expected number");return["It is possible write four as a sum in exactly four different ways:\n\n","    3 + 1\n","    2 + 2\n","    2 + 1 + 1\n","    1 + 1 + 1 + 1\n\n",`How many different distinct ways can the number ${t} be written as a sum of at least`,"two positive integers?"].join(" ")},difficulty:1.5,gen:()=>Object(a.a)(8,100),name:"Total Ways to Sum",numTries:10,solver:(t,e)=>{if("number"!=typeof t)throw new Error("solver expected number");const n=[1];n.length=t+1,n.fill(0,1);for(let e=1;e{const e=t;return[`How many different distinct ways can the number ${e[0]} be written`,"as a sum of integers contained in the set:\n\n",`[${e[1]}]?\n\n`,"You may use each integer in the set zero or more times."].join(" ")},difficulty:2,gen:()=>{const t=Object(a.a)(12,200),e=Object(a.a)(8,12),n=[];for(let a=1;a<=t&&n.length!=e;a++)(Math.random()<.6||t-a{const n=t,a=n[0],r=n[1],i=[1];i.length=a+1,i.fill(0,1);for(let t=0;t{const e=t;let n=["Given the following array of arrays of numbers representing a 2D matrix,","return the elements of the matrix as an array in spiral order:\n\n"].join(" ");return n+="    [\n",n+=e.map(t=>"        ["+t.map(t=>(""+t).padStart(2," ")).join(",")+"]").join("\n"),n+="\n    ]\n",n+=["\nHere is an example of what spiral order should be:\n\n","    [\n","        [1, 2, 3]\n","        [4, 5, 6]\n","        [7, 8, 9]\n","    ]\n\n","Answer: [1, 2, 3, 6, 9, 8 ,7, 4, 5]\n\n","Note that the matrix will not always be square:\n\n","    [\n","        [1,  2,  3,  4]\n","        [5,  6,  7,  8]\n","        [9, 10, 11, 12]\n","    ]\n\n","Answer: [1, 2, 3, 4, 8, 12, 11, 10, 9, 5, 6, 7]"].join(" "),n},difficulty:2,gen:()=>{const t=Object(a.a)(1,15),e=Object(a.a)(1,15),n=[];n.length=t;for(let a=0;a{const n=t,a=[];let r=0,i=n.length-1,o=0,l=n[0].length-1,c=0;for(;;){for(let t=o;t<=l;t++)a[c]=n[r][t],++c;if(++r>i)break;for(let t=r;t<=i;t++)a[c]=n[t][l],++c;if(--l=o;t--)a[c]=n[i][t],++c;if(--i=r;t--)a[c]=n[t][o],++c;if(++o>l)break}const f=s(e).replace(/\s/g,"").split(",").map(t=>parseInt(t));if(a.length!==f.length)return!1;for(let t=0;t["You are given the following array of integers:\n\n",t+"\n\n","Each element in the array represents your MAXIMUM jump length","at that position. This means that if you are at position i and your","maximum jump length is n, you can jump to any position from","i to i+n.","\n\nAssuming you are initially positioned","at the start of the array, determine whether you are","able to reach the last index.\n\n","Your answer should be submitted as 1 or 0, representing true and false respectively"].join(" "),difficulty:2.5,gen:()=>{const t=Object(a.a)(3,25),e=[];e.length=t;for(let t=0;t{const n=t,a=n.length;let r=0;for(let t=0;r["You are given the following array of integers:\n\n",t+"\n\n","Each element in the array represents your MAXIMUM jump length","at that position. This means that if you are at position i and your","maximum jump length is n, you can jump to any position from","i to i+n.","\n\nAssuming you are initially positioned","at the start of the array, determine the minimum number of","jumps to reach the end of the array.\n\n","If it's impossible to reach the end, then the answer should be 0."].join(" "),difficulty:3,gen:()=>{const t=Object(a.a)(3,25),e=[];e.length=t;for(let t=0;t{const n=t,a=n.length;let r=0,i=0,o=-1;for(;ro;e--)e+n[e]>r&&(r=e+n[e],t=e);if(-1===t){i=0;break}o=t,i++}return i===parseInt(e,10)}},{desc:t=>["Given the following array of arrays of numbers representing a list of","intervals, merge all overlapping intervals.\n\n",`[${c(t)}]\n\n`,"Example:\n\n","[[1, 3], [8, 10], [2, 6], [10, 16]]\n\n","would merge into [[1, 6], [8, 16]].\n\n","The intervals must be returned in ASCENDING order.","You can assume that in an interval, the first number will always be","smaller than the second."].join(" "),difficulty:3,gen:()=>{const t=[],e=Object(a.a)(3,20);for(let n=0;n{const n=t.slice();n.sort((t,e)=>t[0]-e[0]);const a=[];let r=n[0][0],i=n[0][1];for(const t of n)t[0]<=i?i=Math.max(i,t[1]):(a.push([r,i]),r=t[0],i=t[1]);a.push([r,i]);const o=c(a),l=e.replace(/\s/g,"");return o===l||o===s(l)}},{desc:t=>["Given the following string containing only digits, return","an array with all possible valid IP address combinations","that can be created from the string:\n\n",t+"\n\n","Note that an octet cannot begin with a '0' unless the number","itself is actually 0. For example, '192.168.010.1' is not a valid IP.\n\n","Examples:\n\n",'25525511135 -> ["255.255.11.135", "255.255.111.35"]\n','1938718066 -> ["193.87.180.66"]'].join(" "),difficulty:3,gen:()=>{let t="";for(let e=0;e<4;++e){t+=Object(a.a)(0,255).toString()}return t},name:"Generate IP Addresses",numTries:10,solver:(t,e)=>{if("string"!=typeof t)throw new Error("solver expected string");const n=[];for(let e=1;e<=3;++e)for(let a=1;a<=3;++a)for(let r=1;r<=3;++r)for(let i=1;i<=3;++i)if(e+a+r+i===t.length){const o=parseInt(t.substring(0,e),10),s=parseInt(t.substring(e,e+a),10),l=parseInt(t.substring(e+a,e+a+r),10),c=parseInt(t.substring(e+a+r,e+a+r+i),10);if(o<=255&&s<=255&&l<=255&&c<=255){const e=[o.toString(),".",s.toString(),".",l.toString(),".",c.toString()].join("");e.length===t.length+3&&n.push(e)}}const a=s(e).replace(/\s/g,"").split(",").map(t=>t.replace(/^"|"$/g,""));if(a.length!==n.length)return!1;for(const t of a)if(!n.includes(t))return!1;return!0}},{desc:t=>["You are given the following array of stock prices (which are numbers)","where the i-th element represents the stock price on day i:\n\n",t+"\n\n","Determine the maximum possible profit you can earn using at most","one transaction (i.e. you can only buy and sell the stock once). If no profit can be made","then the answer should be 0. Note","that you have to buy the stock before you can sell it"].join(" "),difficulty:1,gen:()=>{const t=Object(a.a)(3,50),e=[];e.length=t;for(let n=0;n{const n=t;let a=0,r=0;for(let t=1;t["You are given the following array of stock prices (which are numbers)","where the i-th element represents the stock price on day i:\n\n",t+"\n\n","Determine the maximum possible profit you can earn using as many","transactions as you'd like. A transaction is defined as buying","and then selling one share of the stock. Note that you cannot","engage in multiple transactions at once. In other words, you","must sell the stock before you buy it again.\n\n","If no profit can be made, then the answer should be 0"].join(" "),difficulty:2,gen:()=>{const t=Object(a.a)(3,50),e=[];e.length=t;for(let n=0;n{const n=t;let a=0;for(let t=1;t["You are given the following array of stock prices (which are numbers)","where the i-th element represents the stock price on day i:\n\n",t+"\n\n","Determine the maximum possible profit you can earn using at most","two transactions. A transaction is defined as buying","and then selling one share of the stock. Note that you cannot","engage in multiple transactions at once. In other words, you","must sell the stock before you buy it again.\n\n","If no profit can be made, then the answer should be 0"].join(" "),difficulty:5,gen:()=>{const t=Object(a.a)(3,50),e=[];e.length=t;for(let n=0;n{const n=t;let a=Number.MIN_SAFE_INTEGER,r=Number.MIN_SAFE_INTEGER,i=0,o=0;for(const t of n)o=Math.max(o,r+t),r=Math.max(r,i-t),i=Math.max(i,a+t),a=Math.max(a,-1*t);return o.toString()===e}},{desc:t=>{const e=t;return["You are given the following array with two elements:\n\n",`[${e[0]}, [${e[1]}]]\n\n`,"The first element is an integer k. The second element is an","array of stock prices (which are numbers) where the i-th element","represents the stock price on day i.\n\n","Determine the maximum possible profit you can earn using at most","k transactions. A transaction is defined as buying and then selling","one share of the stock. Note that you cannot engage in multiple","transactions at once. In other words, you must sell the stock before","you can buy it again.\n\n","If no profit can be made, then the answer should be 0."].join(" ")},difficulty:8,gen:()=>{const t=Object(a.a)(2,10),e=Object(a.a)(3,50),n=[];n.length=e;for(let t=0;t{const n=t,a=n[0],r=n[1],i=r.length;if(i<2)return 0===parseInt(e);if(a>i/2){let t=0;for(let e=1;e0;--t)s[t]=Math.max(s[t],o[t]+l),o[t]=Math.max(o[t],s[t-1]-l)}return parseInt(e)===s[a]}},{desc:t=>{function e(t,n=0){const a=t.length;if(n>=a)return"";let r=[" ".repeat(a-n+1),"[",t[n].toString(),"]"].join("");return n 3 -> 5 -> 1)."].join(" ")},difficulty:5,gen:()=>{const t=[],e=Object(a.a)(3,12);t.length=e;for(let n=0;n{const n=t,a=n.length,r=n[a-1].slice();for(let t=a-2;t>-1;--t)for(let e=0;e{const e=t,n=e[0],a=e[1];return["You are in a grid with",`${n} rows and ${a} columns, and you are`,"positioned in the top-left corner of that grid. You are trying to","reach the bottom-right corner of the grid, but you can only","move down or right on each step. Determine how many","unique paths there are from start to finish.\n\n","NOTE: The data returned for this contract is an array","with the number of rows and columns:\n\n",`[${n}, ${a}]`].join(" ")},difficulty:3,gen:()=>[Object(a.a)(2,14),Object(a.a)(2,14)],name:"Unique Paths in a Grid I",numTries:10,solver:(t,e)=>{const n=t,a=n[0],r=n[1],i=[];i.length=a;for(let t=0;t{const e=t;let n="";for(const t of e)n+=t.toString()+",\n";return["You are located in the top-left corner of the following grid:\n\n",n+"\n","You are trying reach the bottom-right corner of the grid, but you can only","move down or right on each step. Furthermore, there are obstacles on the grid","that you cannot move onto. These obstacles are denoted by '1', while empty","spaces are denoted by 0.\n\n","Determine how many unique paths there are from start to finish.\n\n","NOTE: The data returned for this contract is an 2D array of numbers representing the grid."].join(" ")},difficulty:5,gen:()=>{const t=Object(a.a)(2,12),e=Object(a.a)(2,12),n=[];n.length=t;for(let a=0;a{const n=t,a=[];a.length=n.length;for(let t=0;t0?a[t-1][e]:0)+(e>0?a[t][e-1]:0);return a[a.length-1][a[0].length-1]===parseInt(e)}},{name:"Shortest Path in a Grid",desc:t=>["You are located in the top-left corner of the following grid:\n\n",`  [${t.map(t=>"["+t+"]").join(",\n   ")}]\n\n`,"You are trying to find the shortest path to the bottom-right corner of the grid,","but there are obstacles on the grid that you cannot move onto.","These obstacles are denoted by '1', while empty spaces are denoted by 0.\n\n","Determine the shortest path from start to finish, if one exists.","The answer should be given as a string of UDLR characters, indicating the moves along the path\n\n","NOTE: If there are multiple equally short paths, any of them is accepted as answer.","If there is no path, the answer should be an empty string.\n","NOTE: The data returned for this contract is an 2D array of numbers representing the grid.\n\n","Examples:\n\n","    [[0,1,0,0,0],\n","     [0,0,0,1,0]]\n","\n","Answer: 'DRRURRD'\n\n","    [[0,1],\n","     [1,0]]\n","\n","Answer: ''\n\n"].join(" "),difficulty:7,numTries:10,gen:()=>{const t=Object(a.a)(6,12),e=Object(a.a)(6,12),n=t-1,r=e-1,i=n+r,o=new Array(t);for(let n=0;n{const n=t,a=n[0].length,i=n.length,o=i-1,s=a-1,l=new Array(i),c=new r.a;for(let t=0;t=0&&t=0&&e0;){const[t,e]=c.pop();for(const[n,a]of u(t,e)){const r=l[t][e]+1;rt==n&&e==a,r),l[n][a]=r)}}if(l[o][s]==1/0)return""==e;if(e.length>l[o][s])return!1;let m=0,h=0;for(const t of e){switch(t){case"U":h-=1;break;case"D":h+=1;break;case"L":m-=1;break;case"R":m+=1;break;default:return!1}if(!f(h,m))return!1}return h==o&&m==s}},{desc:t=>["Given the following string:\n\n",t+"\n\n","remove the minimum number of invalid parentheses in order to validate","the string. If there are multiple minimal ways to validate the string,","provide all of the possible results. The answer should be provided","as an array of strings. If it is impossible to validate the string","the result should be an array with only an empty string.\n\n","IMPORTANT: The string may contain letters, not just parentheses.","Examples:\n",'"()())()" -> [()()(), (())()]\n','"(a)())()" -> [(a)()(), (a())()]\n','")(" -> [""]'].join(" "),difficulty:10,gen:()=>{const t=Object(a.a)(6,20),e=[];e.length=t,Math.random()<.8?e[0]="(":e[0]=")";for(let n=1;n{if("string"!=typeof t)throw new Error("solver expected string");let n=0,a=0;const r=[];for(let e=0;e0?--n:++a);!function t(e,n,a,r,i,o,s){if(i.length!==n)"("===i[n]?(a>0&&t(e,n+1,a-1,r,i,o,s),t(e+1,n+1,a,r,i,o+i[n],s)):")"===i[n]?(r>0&&t(e,n+1,a,r-1,i,o,s),e>0&&t(e-1,n+1,a,r,i,o+i[n],s)):t(e,n+1,a,r,i,o+i[n],s);else if(0===a&&0===r&&0===e){for(let t=0;t{const e=t,n=e[0],a=e[1];return["You are given the following string which contains only digits between 0 and 9:\n\n",n+"\n\n",`You are also given a target number of ${a}. Return all possible ways`,"you can add the +(add), -(subtract), and *(multiply) operators to the string such","that it evaluates to the target number. (Normal order of operations applies.)\n\n","The provided answer should be an array of strings containing the valid expressions.","The data provided by this problem is an array with two elements. The first element","is the string of digits, while the second element is the target number:\n\n",`["${n}", ${a}]\n\n`,"NOTE: The order of evaluation expects script operator precedence","NOTE: Numbers in the expression cannot have leading 0's. In other words,",'"1+01" is not a valid expression',"Examples:\n\n",'Input: digits = "123", target = 6\n',"Output: [1+2+3, 1*2*3]\n\n",'Input: digits = "105", target = 5\n',"Output: [1*0+5, 10-5]"].join(" ")},difficulty:10,gen:()=>{const t=Object(a.a)(4,12),e=[];e.length=t;for(let t=0;t{const n=t,a=n[0],r=n[1];const i=s(e).split(",");for(let t=0;t["You are given the following decimal Value: \n",t+" \n","Convert it to a binary representation and encode it as an 'extended Hamming code'. Eg:\n ","Value 8 is expressed in binary as '1000', which will be encoded","with the pattern 'pppdpddd', where p is a parity bit and d a data bit,\n","or '10101' (Value 21) will result into (pppdpdddpd) '1001101011'.\n","The answer should be given as a string containing only 1s and 0s.\n","NOTE: the endianness of the data bits is reversed in relation to the endianness of the parity bits.\n","NOTE: The bit at index zero is the overall parity bit, this should be set last.\n","NOTE 2: You should watch the Hamming Code video from 3Blue1Brown, which explains the 'rule' of encoding,","including the first index parity bit mentioned in the previous note.\n\n","Extra rule for encoding:\n","There should be no leading zeros in the 'data bit' section"].join(" "),gen:()=>Object(a.a)(Math.pow(2,4),Math.pow(2,Object(a.a)(1,57))),solver:(t,e)=>{if("number"!=typeof t)throw new Error("solver expected number");return e===Object(o.b)(t)}},{name:"HammingCodes: Encoded Binary to Integer",difficulty:8,numTries:10,desc:t=>["You are given the following encoded binary string: \n",`'${t}' \n\n`,"Treat it as an extended Hamming code with 1 'possible' error at a random index.\n","Find the 'possible' wrong bit, fix it and extract the decimal value, which is hidden inside the string.\n\n","Note: The length of the binary string is dynamic, but it's encoding/decoding follows Hamming's 'rule'\n","Note 2: Index 0 is an 'overall' parity bit. Watch the Hamming code video from 3Blue1Brown for more information\n","Note 3: There's a ~55% chance for an altered Bit. So... MAYBE there is an altered Bit 😉\n","Note: The endianness of the encoded decimal value is reversed in relation to the endianness of the Hamming code. Where","the Hamming code is expressed as little-endian (LSB at index 0), the decimal value encoded in it is expressed as big-endian","(MSB at index 0).\n","Extra note for automation: return the decimal value as a string"].join(" "),gen:()=>{const t=Math.round(Math.random()),e=Object(o.c)(Object(a.a)(Math.pow(2,4),Math.pow(2,Object(a.a)(1,57)))).split("");if(t){const t=Object(a.a)(0,e.length-1);e[t]="0"==e[t]?"1":"0"}return e.join("")},solver:(t,e)=>{if("string"!=typeof t)throw new Error("solver expected string");return parseInt(e,10)===Object(o.a)(t)}},{name:"Proper 2-Coloring of a Graph",difficulty:7,numTries:5,desc:t=>{const e=t;return["You are given the following data, representing a graph:\n",JSON.stringify(e)+"\n",'Note that "graph", as used here, refers to the field of graph theory, and has',"no relation to statistics or plotting.","The first element of the data represents the number of vertices in the graph.",`Each vertex is a unique number between 0 and ${e[0]-1}.`,"The next element of the data represents the edges of the graph.","Two vertices u,v in a graph are said to be adjacent if there exists an edge [u,v].","Note that an edge [u,v] is the same as an edge [v,u], as order does not matter.","You must construct a 2-coloring of the graph, meaning that you have to assign each",'vertex in the graph a "color", either 0 or 1, such that no two adjacent vertices have',"the same color. Submit your answer in the form of an array, where element i","represents the color of vertex i. If it is impossible to construct a 2-coloring of","the given graph, instead submit an empty array.\n\n","Examples:\n\n","Input: [4, [[0, 2], [0, 3], [1, 2], [1, 3]]]\n","Output: [0, 0, 1, 1]\n\n","Input: [3, [[0, 1], [0, 2], [1, 2]]]\n","Output: []"].join(" ")},gen:()=>{const t=Math.floor(5*Math.random())+3,e=Math.floor(5*Math.random())+3,n=[];for(let a=0;a.5&&n.push([a,t+r]);let a=Math.floor(Math.random()*(t+e)),r=Math.floor(Math.random()*(t+e));function i(t){for(let e=t.length-1;e>0;e--){const n=Math.floor(Math.random()*(e+1));[t[e],t[n]]=[t[n],t[e]]}}a>r&&([a,r]=[r,a]),a==r||n.includes([a,r])||n.push([a,r]);const o=Array.from(Array(t+e).keys());i(o);for(let t=0;tn[t][1]&&([n[t][0],n[t][1]]=[n[t][1],n[t][0]]);return i(n),[t+e,n]},solver:(t,e)=>{const n=t,a=s(e);if(""===a){function r(t){const e=n[1].filter(([e])=>e==t).map(([,t])=>t),a=n[1].filter(([,e])=>e==t).map(([t])=>t);return e.concat(a)}const t=Array(n[0]).fill(void 0);for(;t.some(t=>void 0===t);){const e=t.findIndex(t=>void 0===t);t[e]=0;const n=[e];for(;n.length>0;){const e=n.pop()||0,a=r(e);for(const r in a){const i=a[r];if(void 0===t[i])0===t[e]?t[i]=1:t[i]=0,n.push(i);else if(t[i]===t[e])return!0}}}return!1}const i=a.split(",").map(t=>parseInt(t));if(i.length==n[0]){const t=n[1],e=[0,1];return t.every(([t,n])=>{const a=i[t],r=i[n];return e.includes(a)&&e.includes(r)&&a!=r})}return!1}},{name:"Compression I: RLE Compression",difficulty:2,numTries:10,desc:t=>["Run-length encoding (RLE) is a data compression technique which encodes data as a series of runs of","a repeated single character. Runs are encoded as a length, followed by the character itself. Lengths","are encoded as a single ASCII digit; runs of 10 characters or more are encoded by splitting them","into multiple runs.\n\n","You are given the following input string:\n",`    ${t}\n`,"Encode it using run-length encoding with the minimum possible output length.\n\n","Examples:\n","    aaaaabccc            ->  5a1b3c\n","    aAaAaA               ->  1a1A1a1A1a1A\n","    111112333            ->  511233\n","    zzzzzzzzzzzzzzzzzzz  ->  9z9z1z  (or 9z8z2z, etc.)\n"].join(" "),gen:()=>{const t=50+Math.floor(25*(Math.random()+Math.random()));let e="";for(;e.length{if("string"!=typeof t)throw new Error("solver expected string");if(e.length%2!=0)return!1;let n="";for(let t=0;t+19)return!1;n+=e[t+1].repeat(a)}if(n!==t)return!1;let a=0;for(let e=0;e0;)n-=9,a+=2}return e.length<=a}},{name:"Compression II: LZ Decompression",difficulty:4,numTries:10,desc:t=>["Lempel-Ziv (LZ) compression is a data compression technique which encodes data using references to","earlier parts of the data. In this variant of LZ, data is encoded in two types of chunk. Each chunk","begins with a length L, encoded as a single ASCII digit from 1 to 9, followed by the chunk data,","which is either:\n\n","1. Exactly L characters, which are to be copied directly into the uncompressed data.\n","2. A reference to an earlier part of the uncompressed data. To do this, the length is followed","by a second ASCII digit X: each of the L output characters is a copy of the character X","places before it in the uncompressed data.\n\n","For both chunk types, a length of 0 instead means the chunk ends immediately, and the next character","is the start of a new chunk. The two chunk types alternate, starting with type 1, and the final","chunk may be of either type.\n\n","You are given the following LZ-encoded string:\n",`    ${t}\n`,"Decode it and output the original string.\n\n","Example: decoding '5aaabb450723abb' chunk-by-chunk\n","    5aaabb           ->  aaabb\n","    5aaabb45         ->  aaabbaaab\n","    5aaabb450        ->  aaabbaaab\n","    5aaabb45072      ->  aaabbaaababababa\n","    5aaabb450723abb  ->  aaabbaaababababaabb"].join(" "),gen:()=>Object(i.c)(Object(i.d)()),solver:(t,e)=>{if("string"!=typeof t)throw new Error("solver expected string");return e===Object(i.b)(t)}},{name:"Compression III: LZ Compression",difficulty:10,numTries:10,desc:t=>["Lempel-Ziv (LZ) compression is a data compression technique which encodes data using references to","earlier parts of the data. In this variant of LZ, data is encoded in two types of chunk. Each chunk","begins with a length L, encoded as a single ASCII digit from 1 to 9, followed by the chunk data,","which is either:\n\n","1. Exactly L characters, which are to be copied directly into the uncompressed data.\n","2. A reference to an earlier part of the uncompressed data. To do this, the length is followed","by a second ASCII digit X: each of the L output characters is a copy of the character X","places before it in the uncompressed data.\n\n","For both chunk types, a length of 0 instead means the chunk ends immediately, and the next character","is the start of a new chunk. The two chunk types alternate, starting with type 1, and the final","chunk may be of either type.\n\n","You are given the following input string:\n",`    ${t}\n`,"Encode it using Lempel-Ziv encoding with the minimum possible output length.\n\n","Examples (some have other possible encodings of minimal length):\n","    abracadabra     ->  7abracad47\n","    mississippi     ->  4miss433ppi\n","    aAAaAAaAaAA     ->  3aAA53035\n","    2718281828      ->  627182844\n","    abcdefghijk     ->  9abcdefghi02jk\n","    aaaaaaaaaaaa    ->  3aaa91\n","    aaaaaaaaaaaaa   ->  1a91031\n","    aaaaaaaaaaaaaa  ->  1a91041"].join(" "),gen:()=>Object(i.d)(),solver:(t,e)=>{if("string"!=typeof t)throw new Error("solver expected string");return Object(i.b)(e)===t&&e.length<=Object(i.c)(t).length}},{desc:t=>{if(!Array.isArray(t))throw new Error("data should be array of string");const e=t;return["Caesar cipher is one of the simplest encryption technique.","It is a type of substitution cipher in which each letter in the plaintext ","is replaced by a letter some fixed number of positions down the alphabet.","For example, with a left shift of 3, D would be replaced by A, ","E would become B, and A would become X (because of rotation).\n\n","You are given an array with two elements:\n",`  ["${e[0]}", ${e[1]}]\n`,"The first element is the plaintext, the second element is the left shift value.\n\n","Return the ciphertext as uppercase string. Spaces remains the same."].join(" ")},difficulty:1,gen:()=>[["ARRAY","CACHE","CLOUD","DEBUG","EMAIL","ENTER","FLASH","FRAME","INBOX","LINUX","LOGIC","LOGIN","MACRO","MEDIA","MODEM","MOUSE","PASTE","POPUP","PRINT","QUEUE","SHELL","SHIFT","TABLE","TRASH","VIRUS"].sort(()=>Math.random()-.5).slice(0,5).join(" "),Math.floor(25*Math.random()+1)],name:"Encryption I: Caesar Cipher",numTries:10,solver:(t,e)=>{if(!Array.isArray(t))throw new Error("data should be array of string");const n=t;return[...n[0]].map(t=>" "===t?t:String.fromCharCode((t.charCodeAt(0)-65-n[1]+26)%26+65)).join("")===e}},{desc:t=>{if(!Array.isArray(t))throw new Error("data should be array of string");const e=t;return["Vigenère cipher is a type of polyalphabetic substitution. It uses ","the Vigenère square to encrypt and decrypt plaintext with a keyword.\n\n","  Vigenère square:\n","         A B C D E F G H I J K L M N O P Q R S T U V W X Y Z \n","       +----------------------------------------------------\n","     A | A B C D E F G H I J K L M N O P Q R S T U V W X Y Z \n","     B | B C D E F G H I J K L M N O P Q R S T U V W X Y Z A \n","     C | C D E F G H I J K L M N O P Q R S T U V W X Y Z A B\n","     D | D E F G H I J K L M N O P Q R S T U V W X Y Z A B C\n","     E | E F G H I J K L M N O P Q R S T U V W X Y Z A B C D\n","                ...\n","     Y | Y Z A B C D E F G H I J K L M N O P Q R S T U V W X\n","     Z | Z A B C D E F G H I J K L M N O P Q R S T U V W X Y\n\n","For encryption each letter of the plaintext is paired with the corresponding letter of a repeating keyword.","For example, the plaintext DASHBOARD is encrypted with the keyword LINUX:\n","   Plaintext: DASHBOARD\n","   Keyword:   LINUXLINU\n","So, the first letter D is paired with the first letter of the key L. Therefore, row D and column L of the ","Vigenère square are used to get the first cipher letter O. This must be repeated for the whole ciphertext.\n\n","You are given an array with two elements:\n",`  ["${e[0]}", "${e[1]}"]\n`,"The first element is the plaintext, the second element is the keyword.\n\n","Return the ciphertext as uppercase string."].join(" ")},difficulty:2,gen:()=>[["ARRAY","CACHE","CLOUD","DEBUG","EMAIL","ENTER","FLASH","FRAME","INBOX","LINUX","LOGIC","LOGIN","MACRO","MEDIA","MODEM","MOUSE","PASTE","POPUP","PRINT","QUEUE","SHELL","SHIFT","TABLE","TRASH","VIRUS"].sort(()=>Math.random()-.5).slice(0,5).join(""),["ALGORITHM","BANDWIDTH","BLOGGER","BOOKMARK","BROADBAND","BROWSER","CAPTCHA","CLIPBOARD","COMPUTING","COMMAND","COMPILE","COMPRESS","COMPUTER","CONFIGURE","DASHBOARD","DATABASE","DESKTOP","DIGITAL","DOCUMENT","DOWNLOAD","DYNAMIC","EMOTICON","ENCRYPT","EXABYTE","FIREWALL","FIRMWARE","FLAMING","FLOWCHART","FREEWARE","GIGABYTE","GRAPHICS","HARDWARE","HYPERLINK","HYPERTEXT","INTEGER","INTERFACE","INTERNET","ITERATION","JOYSTICK","JUNKMAIL","KEYBOARD","KEYWORD","LURKING","MACINTOSH","MAINFRAME","MALWARE","MONITOR","NETWORK","NOTEBOOK","COMPUTER","OFFLINE","OPERATING","PASSWORD","PHISHING","PLATFORM","PODCAST","PRINTER","PRIVACY","PROCESS","PROGRAM","PROTOCOL","REALTIME","RESTORE","RUNTIME","SCANNER","SECURITY","SHAREWARE","SNAPSHOT","SOFTWARE","SPAMMER","SPYWARE","STORAGE","TERMINAL","TEMPLATE","TERABYTE","TOOLBAR","TYPEFACE","USERNAME","UTILITY","VERSION","VIRTUAL","WEBMASTER","WEBSITE","WINDOWS","WIRELESS","PROCESSOR"].sort(()=>Math.random()-.5)[0]],name:"Encryption II: Vigenère Cipher",numTries:10,solver:(t,e)=>{if(!Array.isArray(t))throw new Error("data should be array of string");const n=t;return[...n[0]].map((t,e)=>" "===t?t:String.fromCharCode((t.charCodeAt(0)-130+n[1].charCodeAt(e%n[1].length))%26+65)).join("")===e}}]},function(t,e,n){"use strict";n.d(e,"a",(function(){return h})),n.d(e,"b",(function(){return d}));var a=n(0),r=n.n(a),i=n(31),o=n(116),s=n(172),l=n(40),c=n(126),f=n(3),u=n(87),m=n(10);const h=new c.a;function d(){const[t,e]=Object(a.useState)(null),[n,c]=Object(a.useState)("");if(Object(a.useEffect)(()=>{h.subscribe(t=>e(t))}),null===t)return r.a.createElement(r.a.Fragment,null);function d(){null!==t&&(t.onClose(),e(null))}const p=o.d[t.c.type],g=[];for(const[e,n]of p.desc(t.c.data).split("\n").entries())g.push(r.a.createElement("span",{key:e,dangerouslySetInnerHTML:{__html:n+"
"}}));return r.a.createElement(l.a,{open:null!==t,onClose:d},r.a.createElement(s.a,{variant:"h4",value:t.c.type}),r.a.createElement(f.a,null,"You are attempting to solve a Coding Contract. You have ",t.c.getMaxNumTries()-t.c.tries," tries remaining, after which the contract will self-destruct."),r.a.createElement("br",null),r.a.createElement(f.a,null,g),r.a.createElement("br",null),r.a.createElement(u.a,{autoFocus:!0,placeholder:"Enter Solution here",value:n,onChange:function(t){c(t.target.value)},onKeyDown:function(e){if(null===t)return;const a=e.target.value;e.key===i.a.ENTER&&""!==a&&(e.preventDefault(),t.onAttempt(n),c(""),d())},InputProps:{endAdornment:r.a.createElement(m.a,{onClick:()=>{t.onAttempt(n),c(""),d()}},"Solve")}}))}},,,,,,function(t,e,n){"use strict";n.d(e,"a",(function(){return f}));var a=n(254),r=n(77),i=n(229),o=n(95),s=n(352),l=n(419);function c(t,e,n){return e in t?Object.defineProperty(t,e,{value:n,enumerable:!0,configurable:!0,writable:!0}):t[e]=n,t}class f{constructor(t={hostname:"",ip:Object(s.a)()}){c(this,"contracts",[]),c(this,"cpuCores",1),c(this,"ftpPortOpen",!1),c(this,"hasAdminRights",!1),c(this,"hostname",""),c(this,"httpPortOpen",!1),c(this,"ip",""),c(this,"isConnectedTo",!1),c(this,"maxRam",0),c(this,"messages",[]),c(this,"organizationName",""),c(this,"programs",[]),c(this,"ramUsed",0),c(this,"runningScripts",[]),c(this,"scripts",[]),c(this,"serversOnNetwork",[]),c(this,"smtpPortOpen",!1),c(this,"sqlPortOpen",!1),c(this,"sshPortOpen",!1),c(this,"textFiles",[]),c(this,"purchasedByPlayer",!1),this.ip=t.ip?t.ip:Object(s.a)(),this.hostname=t.hostname,this.organizationName=null!=t.organizationName?t.organizationName:"",this.isConnectedTo=null!=t.isConnectedTo&&t.isConnectedTo,this.hasAdminRights=null!=t.adminRights&&t.adminRights}addContract(t){this.contracts.push(t)}getContract(t){for(const e of this.contracts)if(e.fn===t)return e;return null}getRunningScript(t,e){for(const n of this.runningScripts)if(n.filename===t&&Object(l.a)(n.args,e))return n;return null}getScript(t){for(let e=0;ee.fn===("string"==typeof t?t:t.fn));e>-1&&this.contracts.splice(e,1)}removeFile(t){if(t.endsWith(".exe")||null!=t.match(/^.+\.exe-\d+(?:\.\d*)?%-INC$/)){for(let e=0;ee.startsWith(t));e>-1&&this.programs.splice(e,1),this.programs.push(t)}writeToScriptFile(t,e){const n={success:!1,overwritten:!1};if(!Object(r.j)(t)||!Object(o.a)(t))return n;for(let a=0;aa.a.ServerMaxGrowthRate&&(s=a.a.ServerMaxGrowthRate);const l=o*(t.serverGrowth/100)*r.a.ServerGrowthRate,c=1+(i-1)/16;return Math.pow(s,l*n.mults.hacking_grow*c)}},function(t,e,n){"use strict";n.d(e,"b",(function(){return r})),n.d(e,"a",(function(){return i}));var a=n(77);function r(t,e){const n=[];if(!Object(a.i)(e))return n;let r=e;function i(t){if("/"===r&&Object(a.h)(t)){const e=Object(a.g)(t);"/"===e||n.includes(e)||n.push(e)}else if(t.startsWith(r)){const e=t.slice(r.length),i=Object(a.g)(e);"/"===i||n.includes(i)||n.push(i)}}r.endsWith("/")||(r+="/");for(const e of t.scripts)i(e.filename);for(const e of t.textFiles)i(e.fn);return n}function i(t,e){const n=e+("/"===e.slice(-1)?"":"/");return[...t.scripts.map(t=>t.filename),...t.textFiles.map(t=>t.fn)].some(t=>t.startsWith(n))}},function(t,e,n){"use strict";n.d(e,"b",(function(){return c})),n.d(e,"a",(function(){return f}));var a=n(9),r=n(95),i=n(1074),o=n.n(i),s=n(1075),l=n.n(s);function c(t,e){const n=1==t.length||"*.*"===t?null:t.slice(1),a=new l.a,i=(t,e)=>{for(let r=0;rt.filename),e.scripts.map(t=>t.code)),n&&!n.endsWith(".txt")||i(e.textFiles.map(t=>t.fn),e.textFiles.map(t=>t.text)),0==Object.keys(a.files).length)throw new Error("No files match the pattern "+t);const s=`bitburner${Object(r.a)(t)?"Scripts":"*.txt"===t?"Texts":"Files"}.zip`;a.generateAsync({type:"blob"}).then(t=>o.a.saveAs(t,s))}function f(t,e){try{if(1!==t.length)return void a.a.error("Incorrect usage of download command. Usage: download [script/text file]");const n=t[0]+"";if(n.startsWith("*"))try{return void c(n,e)}catch(t){let e=String(t);return null!==t&&"object"==typeof t&&t.hasOwnProperty("message")&&(e=String(t.message)),a.a.error(e)}else if(Object(r.a)(n)){const t=a.a.getScript(n);if(null!=t)return t.download()}else{if(!n.endsWith(".txt"))return void a.a.error("Cannot download this filetype");{const t=a.a.getTextFile(n);if(null!=t)return t.download()}}return void a.a.error(n+" does not exist")}catch(t){return void a.a.error(t+"")}}},function(t,e,n){"use strict";n.d(e,"a",(function(){return r}));var a=n(255),r=function(t,e,n=0){this.sourceCode=t,this.sourceCodeLineOffset=n,"string"==typeof t&&(t=a.a(t,r.PARSE_OPTIONS)),this.ast=t,this.initFunc_=e,this.paused_=!1,this.polyfills_=[],this.functionCounter_=0,this.stepFunctions_=Object.create(null);var i,o,s=/^step([A-Z]\w*)$/;for(var l in this)"function"==typeof this[l]&&(i=l.match(s))&&(this.stepFunctions_[i[1]]=this[l].bind(this));this.global=this.createScope(this.ast,null),this.ast=a.a(this.polyfills_.join("\n"),r.PARSE_OPTIONS),this.polyfills_=void 0,this.stripLocations_(this.ast,void 0,void 0),(o=new r.State(this.ast,this.global)).done=!1,this.stateStack=[o],this.run(),this.value=void 0,this.ast=t,(o=new r.State(this.ast,this.global)).done=!1,this.stateStack.length=0,this.stateStack[0]=o,this.nodeConstructor=o.node.constructor,this.stateStack=this.stateStack}; /** * @license * JavaScript Interpreter @@ -18,5 +18,5 @@ * limitations under the License. */r.PARSE_OPTIONS={ecmaVersion:5,locations:!0},r.READONLY_DESCRIPTOR={configurable:!0,enumerable:!0,writable:!1},r.NONENUMERABLE_DESCRIPTOR={configurable:!0,enumerable:!1,writable:!0},r.READONLY_NONENUMERABLE_DESCRIPTOR={configurable:!0,enumerable:!1,writable:!1},r.VARIABLE_DESCRIPTOR={configurable:!1,enumerable:!0,writable:!0},r.STEP_ERROR={},r.SCOPE_REFERENCE={},r.VALUE_IN_DESCRIPTOR={},r.toStringCycles_=[],r.prototype.getErrorLineNumber=function(t){var e=this.sourceCode;if(null==t||null==t.start)return NaN;try{return((e=e.substring(0,t.start)).match(/\n/g)||[]).length+1-this.sourceCodeLineOffset}catch(t){return NaN}},r.prototype.getErrorLineNumberMessage=function(t){return isNaN(t)?" (Unknown line number)":t<=0?" (Error occurred in an imported function)":" (Line Number "+t+". This line number is probably incorrect if your script is importing any functions. This is being worked on)"},r.prototype.appendCode=function(t){var e=this.stateStack[0];if(!e||"Program"!==e.node.type)throw Error("Expecting original AST to start with a Program node.");if("string"==typeof t&&(t=a.a(t,r.PARSE_OPTIONS)),!t||"Program"!==t.type)throw Error("Expecting new AST to start with a Program node.");this.populateScope_(t,e.scope);for(var n,i=0;n=t.body[i];i++)e.node.body.push(n);e.done=!1},r.prototype.step=function(){var t=this.stateStack,e=t[t.length-1];if(!e)return!1;var n=e.node,a=n.type;if("Program"===a&&e.done)return!1;if(this.paused_)return!0;try{var i=this.stepFunctions_[a](t,e,n)}catch(t){if(t!==r.STEP_ERROR)throw t}return i&&t.push(i),!!n.end||this.step()},r.prototype.run=function(){for(;!this.paused_&&this.step(););return this.paused_},r.prototype.initGlobalScope=function(t){this.setProperty(t,"NaN",NaN,r.READONLY_DESCRIPTOR),this.setProperty(t,"Infinity",1/0,r.READONLY_DESCRIPTOR),this.setProperty(t,"undefined",void 0,r.READONLY_DESCRIPTOR),this.setProperty(t,"window",t,r.READONLY_DESCRIPTOR),this.setProperty(t,"this",t,r.READONLY_DESCRIPTOR),this.setProperty(t,"self",t),this.OBJECT_PROTO=new r.Object(null),this.FUNCTION_PROTO=new r.Object(this.OBJECT_PROTO),this.initFunction(t),this.initObject(t),t.proto=this.OBJECT_PROTO,this.setProperty(t,"constructor",this.OBJECT,r.NONENUMERABLE_DESCRIPTOR),this.initArray(t),this.initString(t),this.initBoolean(t),this.initNumber(t),this.initDate(t),this.initRegExp(t),this.initError(t),this.initMath(t),this.initJSON(t);var e=this,n=this.createNativeFunction((function(t){throw EvalError("Can't happen")}),!1);n.eval=!0,this.setProperty(t,"eval",n),this.setProperty(t,"parseInt",this.createNativeFunction(parseInt,!1)),this.setProperty(t,"parseFloat",this.createNativeFunction(parseFloat,!1)),this.setProperty(t,"isNaN",this.createNativeFunction(isNaN,!1)),this.setProperty(t,"isFinite",this.createNativeFunction(isFinite,!1));for(var a=[[escape,"escape"],[unescape,"unescape"],[decodeURI,"decodeURI"],[decodeURIComponent,"decodeURIComponent"],[encodeURI,"encodeURI"],[encodeURIComponent,"encodeURIComponent"]],i=0;i>> 0;","if (arguments.length > 1) T = thisArg;","k = 0;","while (k < len) {","if (k in O && !callbackfn.call(T, O[k], k, O)) return false;","k++;","}","return true;","}","});","Object.defineProperty(Array.prototype, 'filter',","{configurable: true, writable: true, value:","function(fun/*, thisArg*/) {","if (this === void 0 || this === null || typeof fun !== 'function') throw TypeError();","var t = Object(this);","var len = t.length >>> 0;","var res = [];","var thisArg = arguments.length >= 2 ? arguments[1] : void 0;","for (var i = 0; i < len; i++) {","if (i in t) {","var val = t[i];","if (fun.call(thisArg, val, i, t)) res.push(val);","}","}","return res;","}","});","if (!Array.prototype.find) {","Object.defineProperty(Array.prototype, 'find', {","value: function(predicate) {","if (this == null) {","throw new TypeError('\"this\" is null or not defined');","}","var o = Object(this);","var len = o.length >>> 0;","if (typeof predicate !== 'function') {","throw new TypeError('predicate must be a function');","}","var thisArg = arguments[1];","var k = 0;","while (k < len) {","var kValue = o[k];","if (predicate.call(thisArg, kValue, k, o)) {","return kValue;","}","k++;","}","return undefined;","},","configurable: true,","writable: true","});","}","if (!Array.prototype.findIndex) {","Object.defineProperty(Array.prototype, 'findIndex', {","value: function(predicate) {","if (this == null) {","throw new TypeError('\"this\" is null or not defined');","}","var o = Object(this);","var len = o.length >>> 0;","if (typeof predicate !== 'function') {","throw new TypeError('predicate must be a function');","}","var thisArg = arguments[1];","var k = 0;","while (k < len) {","var kValue = o[k];","if (predicate.call(thisArg, kValue, k, o)) {","return k;","}","k++;","}","return -1;","},","configurable: true,","writable: true","});","}","Object.defineProperty(Array.prototype, 'forEach',","{configurable: true, writable: true, value:","function(callback, thisArg) {","if (!this || typeof callback !== 'function') throw TypeError();","var T, k;","var O = Object(this);","var len = O.length >>> 0;","if (arguments.length > 1) T = thisArg;","k = 0;","while (k < len) {","if (k in O) callback.call(T, O[k], k, O);","k++;","}","}","});","Object.defineProperty(Array.prototype, 'includes', {","value: function(searchElement, fromIndex) {","if (this == null) {","throw new TypeError('\"this\" is null or not defined');","}","// 1. Let O be ? ToObject(this value).","var o = Object(this);",'// 2. Let len be ? ToLength(? Get(O, "length")).',"var len = o.length >>> 0;","// 3. If len is 0, return false.","if (len === 0) {","return false;","}","// 4. Let n be ? ToInteger(fromIndex).","// (If fromIndex is undefined, this step produces the value 0.)","var n = fromIndex | 0;","// 5. If n ≥ 0, then","// a. Let k be n.","// 6. Else n < 0,","// a. Let k be len + n.","// b. If k < 0, let k be 0.","var k = Math.max(n >= 0 ? n : len - Math.abs(n), 0);","function sameValueZero(x, y) {","return x === y || (typeof x === 'number' && typeof y === 'number' && isNaN(x) && isNaN(y));","}","// 7. Repeat, while k < len","while (k < len) {","// a. Let elementK be the result of ? Get(O, ! ToString(k)).","// b. If SameValueZero(searchElement, elementK) is true, return true.","if (sameValueZero(o[k], searchElement)) {","return true;","}","// c. Increase k by 1. ","k++;","}","// 8. Return false","return false;","}","});","Object.defineProperty(Array.prototype, 'map',","{configurable: true, writable: true, value:","function(callback, thisArg) {","if (!this || typeof callback !== 'function') new TypeError;","var T, A, k;","var O = Object(this);","var len = O.length >>> 0;","if (arguments.length > 1) T = thisArg;","A = new Array(len);","k = 0;","while (k < len) {","if (k in O) A[k] = callback.call(T, O[k], k, O);","k++;","}","return A;","}","});","Object.defineProperty(Array.prototype, 'reduce',","{configurable: true, writable: true, value:","function(callback /*, initialValue*/) {","if (!this || typeof callback !== 'function') throw TypeError();","var t = Object(this), len = t.length >>> 0, k = 0, value;","if (arguments.length === 2) {","value = arguments[1];","} else {","while (k < len && !(k in t)) k++;","if (k >= len) {","throw TypeError('Reduce of empty array with no initial value');","}","value = t[k++];","}","for (; k < len; k++) {","if (k in t) value = callback(value, t[k], k, t);","}","return value;","}","});","Object.defineProperty(Array.prototype, 'reduceRight',","{configurable: true, writable: true, value:","function(callback /*, initialValue*/) {","if (null === this || 'undefined' === typeof this || 'function' !== typeof callback) throw TypeError();","var t = Object(this), len = t.length >>> 0, k = len - 1, value;","if (arguments.length >= 2) {","value = arguments[1];","} else {","while (k >= 0 && !(k in t)) k--;","if (k < 0) {","throw TypeError('Reduce of empty array with no initial value');","}","value = t[k--];","}","for (; k >= 0; k--) {","if (k in t) value = callback(value, t[k], k, t);","}","return value;","}","});","Object.defineProperty(Array.prototype, 'some',","{configurable: true, writable: true, value:","function(fun/*, thisArg*/) {","if (!this || typeof fun !== 'function') throw TypeError();","var t = Object(this);","var len = t.length >>> 0;","var thisArg = arguments.length >= 2 ? arguments[1] : void 0;","for (var i = 0; i < len; i++) {","if (i in t && fun.call(thisArg, t[i], i, t)) {","return true;","}","}","return false;","}","});","(function() {","var sort_ = Array.prototype.sort;","Array.prototype.sort = function(opt_comp) {","if (typeof opt_comp !== 'function') {","return sort_.call(this);","}","for (var i = 0; i < this.length; i++) {","var changes = 0;","for (var j = 0; j < this.length - i - 1; j++) {","if (opt_comp(this[j], this[j + 1]) > 0) {","var swap = this[j];","this[j] = this[j + 1];","this[j + 1] = swap;","changes++;","}","}","if (!changes) break;","}","return this;","};","})();","Object.defineProperty(Array.prototype, 'toLocaleString',","{configurable: true, writable: true, value:","function() {","var out = [];","for (var i = 0; i < this.length; i++) {","out[i] = (this[i] === null || this[i] === undefined) ? '' : this[i].toLocaleString();","}","return out.join(',');","}","});","")},r.prototype.initString=function(t){var e,n=this;e=function(t){return t=String(t),n.calledWithNew()?(this.data=t,this):t},this.STRING=this.createNativeFunction(e,!0),this.setProperty(t,"String",this.STRING),this.setProperty(this.STRING,"fromCharCode",this.createNativeFunction(String.fromCharCode,!1),r.NONENUMERABLE_DESCRIPTOR);for(var a=["charAt","charCodeAt","concat","indexOf","lastIndexOf","slice","substr","substring","toLocaleLowerCase","toLocaleUpperCase","toLowerCase","toUpperCase","trim"],i=0;i= 0; i--) {","str = str.substring(0, subs[i][0]) + subs[i][2] + str.substring(subs[i][0] + subs[i][1]);","}","} else {","var i = str.indexOf(substr);","if (i !== -1) {","var inject = newSubstr(str.substr(i, substr.length), i, str);","str = str.substring(0, i) + inject + str.substring(i + substr.length);","}","}","return str;","};","})();","if (!String.prototype.endsWith) {","String.prototype.endsWith = function(search, this_len) {","if (this_len === undefined || this_len > this.length) {","this_len = this.length;","}","return this.substring(this_len - search.length, this_len) === search;","};","}","if (!String.prototype.includes) {","String.prototype.includes = function(search, start) {","'use strict';","if (typeof start !== 'number') {","start = 0;","}"," ","if (start + search.length > this.length) {","return false;","} else {","return this.indexOf(search, start) !== -1;","}","};","}","if (!String.prototype.startsWith) {","String.prototype.startsWith = function(search, pos) {","return this.substr(!pos || pos < 0 ? 0 : +pos, search.length) === search;","};","}","")},r.prototype.initBoolean=function(t){var e,n=this;e=function(t){return t=Boolean(t),n.calledWithNew()?(this.data=t,this):t},this.BOOLEAN=this.createNativeFunction(e,!0),this.setProperty(t,"Boolean",this.BOOLEAN)},r.prototype.initNumber=function(t){var e,n=this;e=function(t){return t=Number(t),n.calledWithNew()?(this.data=t,this):t},this.NUMBER=this.createNativeFunction(e,!0),this.setProperty(t,"Number",this.NUMBER);for(var a=["MAX_VALUE","MIN_VALUE","NaN","NEGATIVE_INFINITY","POSITIVE_INFINITY"],i=0;i>>0;return e===Number(t)?e:NaN},r.legalArrayIndex=function(t){var e=t>>>0;return String(e)===String(t)&&4294967295!==e?e:NaN},r.Value,r.Object=function(t){this.getter=Object.create(null),this.setter=Object.create(null),this.properties=Object.create(null),this.proto=t},r.Object.prototype.proto=null,r.Object.prototype.isObject=!0,r.Object.prototype.class="Object",r.Object.prototype.data=null,r.Object.prototype.toString=function(){if("Array"===this.class){(a=r.toStringCycles_).push(this);try{for(var t=[],e=0;e0;i.pop()){var o=i[i.length-1];switch(o.node.type){case"TryStatement":return void(o.cv={type:t,value:e,label:n});case"CallExpression":case"NewExpression":if(t===r.Completion.RETURN)return void(o.value=e);if(t!==r.Completion.THROW)throw Error("Unsynatctic break/continue not rejected by Acorn")}if(t===r.Completion.BREAK){if(n?o.labels&&-1!==o.labels.indexOf(n):o.isLoop||o.isSwitch)return void i.pop()}else if(t===r.Completion.CONTINUE&&(n?o.labels&&-1!==o.labels.indexOf(n):o.isLoop))return}var s;if(this.isa(e,this.ERROR)){var l={EvalError:EvalError,RangeError:RangeError,ReferenceError:ReferenceError,SyntaxError:SyntaxError,TypeError:TypeError,URIError:URIError},c=this.getProperty(e,"name").toString(),f=this.getProperty(e,"message").valueOf();s=(t=l[c]||Error)(f+a)}else s=String(e)+a;throw s},r.prototype.createGetter_=function(t,e){var n=Array.isArray(e)?e[0]:e,a=new this.nodeConstructor;a.type="CallExpression";var i=new r.State(a,this.stateStack[this.stateStack.length-1].scope);return i.doneCallee_=!0,i.funcThis_=n,i.func_=t,i.doneArgs_=!0,i.arguments_=[],i},r.prototype.createSetter_=function(t,e,n){var a=Array.isArray(e)?e[0]:this.global,i=new this.nodeConstructor;i.type="CallExpression";var o=new r.State(i,this.stateStack[this.stateStack.length-1].scope);return o.doneCallee_=!0,o.funcThis_=a,o.func_=t,o.doneArgs_=!0,o.arguments_=[n],o},r.State=function(t,e){this.node=t,this.scope=e},r.prototype.stepArrayExpression=function(t,e,n){var a=n.elements,i=e.n_||0;for(e.array_?(this.setProperty(e.array_,i,e.value),i++):(e.array_=this.createObjectProto(this.ARRAY_PROTO),e.array_.properties.length=a.length);i>=":s>>=l;break;case">>>=":s>>>=l;break;case"&=":s&=l;break;case"^=":s^=l;break;case"|=":s|=l;break;default:throw SyntaxError("Unknown assignment expression: "+n.operator)}var c=this.setValue(e.leftReference_,s);if(c)return e.doneSetter_=!0,e.setterValue_=s,this.createSetter_(c,e.leftReference_,s);t.pop(),t[t.length-1].value=s},r.prototype.stepBinaryExpression=function(t,e,n){if(!e.doneLeft_)return e.doneLeft_=!0,new r.State(n.left,e.scope);if(!e.doneRight_)return e.doneRight_=!0,e.leftValue_=e.value,new r.State(n.right,e.scope);t.pop();var a,i=e.leftValue_,o=e.value;switch(n.operator){case"==":a=i==o;break;case"!=":a=i!=o;break;case"===":a=i===o;break;case"!==":a=i!==o;break;case">":a=i>o;break;case">=":a=i>=o;break;case"<":a=i>":a=i>>o;break;case">>>":a=i>>>o;break;case"in":if(!o||!o.isObject){let t=this.getErrorLineNumber(n);this.throwException(this.TYPE_ERROR,"'in' expects an object, not '"+o+"'",t)}a=this.hasProperty(o,i);break;case"instanceof":if(!this.isa(o,this.FUNCTION)){let t=this.getErrorLineNumber(n);this.throwException(this.TYPE_ERROR,"Right-hand side of instanceof is not an object",t)}a=!!i.isObject&&this.isa(i,o);break;default:throw SyntaxError("Unknown binary operator: "+n.operator)}t[t.length-1].value=a},r.prototype.stepBlockStatement=function(t,e,n){var a=e.n_||0,i=n.body[a];if(i)return e.n_=a+1,new r.State(i,e.scope);t.pop()},r.prototype.stepBreakStatement=function(t,e,n){var a=n.label&&n.label.name;this.unwind(r.Completion.BREAK,void 0,a)},r.prototype.stepCallExpression=function(t,e,n){if(!e.doneCallee_){e.doneCallee_=1;var i=new r.State(n.callee,e.scope);return i.components=!0,i}if(1===e.doneCallee_){e.doneCallee_=2;var o=e.value;if(Array.isArray(o)){if(e.func_=this.getValue(o,n),o[0]===r.SCOPE_REFERENCE?e.directEval_="eval"===o[1]:e.funcThis_=o[0],(o=e.func_)&&"object"==typeof o&&o.isGetter)return o.isGetter=!1,e.doneCallee_=1,this.createGetter_(o,e.value)}else e.func_=o;e.arguments_=[],e.n_=0}o=e.func_;if(!e.doneArgs_){if(0!==e.n_&&e.arguments_.push(e.value),n.arguments[e.n_])return new r.State(n.arguments[e.n_++],e.scope);if("NewExpression"===n.type){if(o.illegalConstructor){let t=this.getErrorLineNumber(n);this.throwException(this.TYPE_ERROR,o+" is not a constructor",t)}var s=o.properties.prototype;"object"==typeof s&&null!==s||(s=this.OBJECT_PROTO),e.funcThis_=this.createObjectProto(s),e.isConstructor=!0}else void 0===e.funcThis_&&(e.funcThis_=e.scope.strict?void 0:this.global);e.doneArgs_=!0}if(e.doneExec_)t.pop(),e.isConstructor&&"object"!=typeof e.value?t[t.length-1].value=e.funcThis_:t[t.length-1].value=e.value;else{if(e.doneExec_=!0,!o||!o.isObject){let t=this.getErrorLineNumber(n);this.throwException(this.TYPE_ERROR,o+" is not a function",t)}var l=o.node;if(l){for(var c=this.createScope(l.body,o.parentScope),f=0;ff?e.arguments_[f]:void 0;this.setProperty(c,u,m)}var h=this.createObjectProto(this.ARRAY_PROTO);for(f=0;fi.sprintf,vsprintf:()=>i.vsprintf,scan:t=>(e=t.workerScript.hostname)=>{const n=L.b.string(t,"hostname",e),a=L.b.getServer(t,n),r=[];for(let t=0;t`returned ${a.serversOnNetwork.length} connections for ${a.hostname}`),r},hack:t=>(e,{threads:n,stock:a}={})=>{const r=L.b.string(t,"hostname",e);return L.b.hack(t,r,!1,{threads:n,stock:a})},hackAnalyzeThreads:t=>(e,n)=>{const a=L.b.string(t,"hostname",e),r=L.b.number(t,"hackAmount",n),i=L.b.getServer(t,a);if(!(i instanceof v.a))return L.b.log(t,()=>"Cannot be executed on this server."),-1;if(isNaN(r))throw L.b.makeRuntimeErrorMsg(t,`Invalid hackAmount argument passed into hackAnalyzeThreads: ${r}. Must be numeric.`);if(r<0||r>i.moneyAvailable)return-1;if(0===r)return 0;const o=Object(c.e)(i,m.a);return 0===o||0===i.moneyAvailable?0:r/Math.floor(i.moneyAvailable*o)},hackAnalyze:t=>e=>{const n=L.b.string(t,"hostname",e),a=L.b.getServer(t,n);return a instanceof v.a?Object(c.e)(a,m.a):(L.b.log(t,()=>"Cannot be executed on this server."),0)},hackAnalyzeSecurity:t=>(e,n)=>{let a=L.b.number(t,"threads",e);if(n){const e=L.b.string(t,"hostname",n),r=L.b.getServer(t,e);if(!(r instanceof v.a))return L.b.log(t,()=>"Cannot be executed on this server."),0;const i=Object(c.e)(r,m.a);i>0&&(a=Math.min(a,Math.ceil(1/i)))}return l.a.ServerFortifyAmount*a},hackAnalyzeChance:t=>e=>{const n=L.b.string(t,"hostname",e),a=L.b.getServer(t,n);return a instanceof v.a?Object(c.b)(a,m.a):(L.b.log(t,()=>"Cannot be executed on this server."),0)},sleep:t=>async(e=0)=>{const n=L.b.number(t,"time",e);if(void 0===n)throw L.b.makeRuntimeErrorMsg(t,"Takes 1 argument.");return L.b.log(t,()=>`Sleeping for ${n} milliseconds`),L.b.netscriptDelay(t,n).then((function(){return Promise.resolve(!0)}))},asleep:t=>function(e=0){const n=L.b.number(t,"time",e);return L.b.log(t,()=>`Sleeping for ${n} milliseconds`),new Promise(t=>setTimeout(()=>t(!0),n))},grow:t=>async(e,{threads:n,stock:a}={})=>{const r=L.b.string(t,"hostname",e),i=L.b.resolveNetscriptRequestedThreads(t,null!=n?n:t.workerScript.scriptRef.threads),o=L.b.getServer(t,r);if(!(o instanceof v.a))return L.b.log(t,()=>"Cannot be executed on this server."),Promise.resolve(0);const s=Object(b.d)(t.workerScript.hostname);if(null===s)throw new Error("Workerscript host is null");const l=Object(f.a)(o);if(!l.res)throw L.b.makeRuntimeErrorMsg(t,l.msg||"");const u=Object(c.a)(o,m.a);return L.b.log(t,()=>`Executing on '${o.hostname}' in ${Object(M.b)(1e3*u,!0)} (t=${O.a.formatThreads(i)}).`),L.b.netscriptDelay(t,1e3*u).then((function(){const e=o.moneyAvailable<=0?1:o.moneyAvailable;Object(y.f)(o,i,s.cpuCores);const n=o.moneyAvailable;t.workerScript.scriptRef.recordGrow(o.hostname,i);const r=Object(c.c)(o,m.a)*i,l=n/e-1;return L.b.log(t,()=>`Available money on '${o.hostname}' grown by ${O.a.formatPercentage(l,6)}. Gained ${O.a.formatExp(r)} hacking exp (t=${O.a.formatThreads(i)}).`),t.workerScript.scriptRef.onlineExpGained+=r,m.a.gainHackingExp(r),a&&Object(k.b)(o,n-e),Promise.resolve(n/e)}))},growthAnalyze:t=>(e,n,a=1)=>{const r=L.b.string(t,"hostname",e),i=L.b.number(t,"growth",n),o=L.b.number(t,"cores",a),s=L.b.getServer(t,r);if(!(s instanceof v.a))return L.b.log(t,()=>"Cannot be executed on this server."),0;if("number"!=typeof i||isNaN(i)||i<1||!isFinite(i))throw L.b.makeRuntimeErrorMsg(t,`Invalid argument: growth must be numeric and >= 1, is ${i}.`);return Object(y.c)(s,Number(i),o)},growthAnalyzeSecurity:t=>(e,n,a=1)=>{let r=L.b.number(t,"threads",e);if(n){const e=L.b.number(t,"cores",a),i=L.b.string(t,"hostname",n),o=L.b.getServer(t,i);if(!(o instanceof v.a))return L.b.log(t,()=>"Cannot be executed on this server."),0;const s=Math.ceil(Object(y.d)(o,o.moneyMax,o.moneyAvailable,e));r=Math.min(r,s)}return 2*l.a.ServerFortifyAmount*r},weaken:t=>async(e,{threads:n}={})=>{const a=L.b.string(t,"hostname",e),r=L.b.resolveNetscriptRequestedThreads(t,null!=n?n:t.workerScript.scriptRef.threads);if(void 0===a)throw L.b.makeRuntimeErrorMsg(t,"Takes 1 argument.");const i=L.b.getServer(t,a);if(!(i instanceof v.a))return L.b.log(t,()=>"Cannot be executed on this server."),Promise.resolve(0);const o=Object(f.c)(i);if(!o.res)throw L.b.makeRuntimeErrorMsg(t,o.msg||"");const s=Object(c.f)(i,m.a);return L.b.log(t,()=>`Executing on '${i.hostname}' in ${Object(M.b)(1e3*s,!0)} (t=${O.a.formatThreads(r)})`),L.b.netscriptDelay(t,1e3*s).then((function(){const e=Object(b.d)(t.workerScript.hostname);if(null===e)return L.b.log(t,()=>"Server is null, did it die?"),Promise.resolve(0);const n=1+(e.cpuCores-1)/16;i.weaken(l.a.ServerWeakenAmount*r*n),t.workerScript.scriptRef.recordWeaken(i.hostname,r);const a=Object(c.c)(i,m.a)*r;return L.b.log(t,()=>`'${i.hostname}' security level weakened to ${i.hackDifficulty}. Gained ${O.a.formatExp(a)} hacking exp (t=${O.a.formatThreads(r)})`),t.workerScript.scriptRef.onlineExpGained+=a,m.a.gainHackingExp(a),Promise.resolve(l.a.ServerWeakenAmount*r*n)}))},weakenAnalyze:t=>(e,n=1)=>{const a=L.b.number(t,"threads",e),r=1+(L.b.number(t,"cores",n)-1)/16;return l.a.ServerWeakenAmount*a*r*s.a.ServerWeakenRate},share:t=>async()=>{L.b.log(t,()=>"Sharing this computer.");const e=Object(Q.b)(t.workerScript.scriptRef.threads*Object(X.a)(m.a.skills.intelligence,2));return L.b.netscriptDelay(t,1e4).finally((function(){L.b.log(t,()=>"Finished sharing this computer."),e()}))},getSharePower:()=>()=>Object(Q.a)(),print:t=>(...e)=>{if(0===e.length)throw L.b.makeRuntimeErrorMsg(t,"Takes at least 1 argument.");t.workerScript.print(L.b.argsToString(e))},printf:t=>(e,...n)=>{const a=L.b.string(t,"format",e);if("string"!=typeof a)throw L.b.makeRuntimeErrorMsg(t,"First argument must be string for the format.");t.workerScript.print(Object(i.vsprintf)(a,n))},tprint:t=>(...e)=>{if(0===e.length)throw L.b.makeRuntimeErrorMsg(t,"Takes at least 1 argument.");const n=L.b.argsToString(e);n.startsWith("ERROR")||n.startsWith("FAIL")?u.a.error(`${t.workerScript.scriptRef.filename}: ${n}`):n.startsWith("SUCCESS")?u.a.success(`${t.workerScript.scriptRef.filename}: ${n}`):n.startsWith("WARN")?u.a.warn(`${t.workerScript.scriptRef.filename}: ${n}`):n.startsWith("INFO")?u.a.info(`${t.workerScript.scriptRef.filename}: ${n}`):u.a.print(`${t.workerScript.scriptRef.filename}: ${n}`)},tprintf:t=>(e,...n)=>{const a=L.b.string(t,"format",e),r=Object(i.vsprintf)(a,n);r.startsWith("ERROR")||r.startsWith("FAIL")?u.a.error(""+r):r.startsWith("SUCCESS")?u.a.success(""+r):r.startsWith("WARN")?u.a.warn(""+r):r.startsWith("INFO")?u.a.info(""+r):u.a.print(""+r)},clearLog:t=>()=>{t.workerScript.scriptRef.clearLog()},disableLog:t=>e=>{const n=L.b.string(t,"fn",e);if("ALL"===n){for(const e of Object.keys(rt))t.workerScript.disableLogs[e]=!0;L.b.log(t,()=>"Disabled logging for all functions")}else{if(void 0===rt[n])throw L.b.makeRuntimeErrorMsg(t,`Invalid argument: ${n}.`);t.workerScript.disableLogs[n]=!0,L.b.log(t,()=>"Disabled logging for "+n)}},enableLog:t=>e=>{const n=L.b.string(t,"fn",e);if("ALL"===n){for(const e of Object.keys(rt))delete t.workerScript.disableLogs[e];L.b.log(t,()=>"Enabled logging for all functions")}else if(void 0===rt[n])throw L.b.makeRuntimeErrorMsg(t,`Invalid argument: ${n}.`);delete t.workerScript.disableLogs[n],L.b.log(t,()=>"Enabled logging for "+n)},isLogEnabled:t=>e=>{const n=L.b.string(t,"fn",e);if(void 0===rt[n])throw L.b.makeRuntimeErrorMsg(t,`Invalid argument: ${n}.`);return!t.workerScript.disableLogs[n]},getScriptLogs:t=>(e,n,...a)=>{const r=L.b.scriptIdentifier(t,e,n,a),i=L.b.getRunningScript(t,r);return null==i?(L.b.log(t,()=>L.b.getCannotFindRunningScriptErrorMessage(r)),[]):i.logs.slice()},tail:t=>(e,n,...a)=>{const r=L.b.scriptIdentifier(t,e,n,a),i=L.b.getRunningScript(t,r);null!=i?A.c.emit(i):L.b.log(t,()=>L.b.getCannotFindRunningScriptErrorMessage(r))},moveTail:t=>(e,n,a=t.workerScript.scriptRef.pid)=>{const r=L.b.number(t,"x",e),i=L.b.number(t,"y",n),o=L.b.number(t,"pid",a);A.e.emit({pid:o,data:{x:r,y:i}})},resizeTail:t=>(e,n,a=t.workerScript.scriptRef.pid)=>{const r=L.b.number(t,"w",e),i=L.b.number(t,"h",n),o=L.b.number(t,"pid",a);A.f.emit({pid:o,data:{w:r,h:i}})},closeTail:t=>(e=t.workerScript.scriptRef.pid)=>{const n=L.b.number(t,"pid",e);A.b.emit(n)},nuke:t=>e=>{const n=L.b.string(t,"hostname",e),a=L.b.getServer(t,n);if(!(a instanceof v.a))return L.b.log(t,()=>"Cannot be executed on this server."),!1;if(a.hasAdminRights)return L.b.log(t,()=>`Already have root access to '${a.hostname}'.`),!0;if(!m.a.hasProgram(h.a.NukeProgram.name))throw L.b.makeRuntimeErrorMsg(t,"You do not have the NUKE.exe virus!");if(a.openPortCount`Executed NUKE.exe virus on '${a.hostname}' to gain root access.`),!0},brutessh:t=>e=>{const n=L.b.string(t,"hostname",e),a=L.b.getServer(t,n);if(!(a instanceof v.a))return L.b.log(t,()=>"Cannot be executed on this server."),!1;if(!m.a.hasProgram(h.a.BruteSSHProgram.name))throw L.b.makeRuntimeErrorMsg(t,"You do not have the BruteSSH.exe program!");return a.sshPortOpen?L.b.log(t,()=>`SSH Port (22) already opened on '${a.hostname}'.`):(L.b.log(t,()=>`Executed BruteSSH.exe on '${a.hostname}' to open SSH port (22).`),a.sshPortOpen=!0,++a.openPortCount),!0},ftpcrack:t=>e=>{const n=L.b.string(t,"hostname",e);if(void 0===n)throw L.b.makeRuntimeErrorMsg(t,"Takes 1 argument.");const a=L.b.getServer(t,n);if(!(a instanceof v.a))return L.b.log(t,()=>"Cannot be executed on this server."),!1;if(!m.a.hasProgram(h.a.FTPCrackProgram.name))throw L.b.makeRuntimeErrorMsg(t,"You do not have the FTPCrack.exe program!");return a.ftpPortOpen?L.b.log(t,()=>`FTP Port (21) already opened on '${a.hostname}'.`):(L.b.log(t,()=>`Executed FTPCrack.exe on '${a.hostname}' to open FTP port (21).`),a.ftpPortOpen=!0,++a.openPortCount),!0},relaysmtp:t=>e=>{const n=L.b.string(t,"hostname",e);if(void 0===n)throw L.b.makeRuntimeErrorMsg(t,"Takes 1 argument.");const a=L.b.getServer(t,n);if(!(a instanceof v.a))return L.b.log(t,()=>"Cannot be executed on this server."),!1;if(!m.a.hasProgram(h.a.RelaySMTPProgram.name))throw L.b.makeRuntimeErrorMsg(t,"You do not have the relaySMTP.exe program!");return a.smtpPortOpen?L.b.log(t,()=>`SMTP Port (25) already opened on '${a.hostname}'.`):(L.b.log(t,()=>`Executed relaySMTP.exe on '${a.hostname}' to open SMTP port (25).`),a.smtpPortOpen=!0,++a.openPortCount),!0},httpworm:t=>e=>{const n=L.b.string(t,"hostname",e);if(void 0===n)throw L.b.makeRuntimeErrorMsg(t,"Takes 1 argument");const a=L.b.getServer(t,n);if(!(a instanceof v.a))return L.b.log(t,()=>"Cannot be executed on this server."),!1;if(!m.a.hasProgram(h.a.HTTPWormProgram.name))throw L.b.makeRuntimeErrorMsg(t,"You do not have the HTTPWorm.exe program!");return a.httpPortOpen?L.b.log(t,()=>`HTTP Port (80) already opened on '${a.hostname}'.`):(L.b.log(t,()=>`Executed HTTPWorm.exe on '${a.hostname}' to open HTTP port (80).`),a.httpPortOpen=!0,++a.openPortCount),!0},sqlinject:t=>e=>{const n=L.b.string(t,"hostname",e);if(void 0===n)throw L.b.makeRuntimeErrorMsg(t,"Takes 1 argument.");const a=L.b.getServer(t,n);if(!(a instanceof v.a))return L.b.log(t,()=>"Cannot be executed on this server."),!1;if(!m.a.hasProgram(h.a.SQLInjectProgram.name))throw L.b.makeRuntimeErrorMsg(t,"You do not have the SQLInject.exe program!");return a.sqlPortOpen?L.b.log(t,()=>`SQL Port (1433) already opened on '${a.hostname}'.`):(L.b.log(t,()=>`Executed SQLInject.exe on '${a.hostname}' to open SQL port (1433).`),a.sqlPortOpen=!0,++a.openPortCount),!0},run:t=>(e,n=1,...a)=>{const r=L.b.string(t,"scriptname",e),i=L.b.number(t,"threads",n),o=L.b.scriptArgs(t,a);if(void 0===r)throw L.b.makeRuntimeErrorMsg(t,"Usage: run(scriptname, [numThreads], [arg1], [arg2]...)");if(isNaN(i)||i<=0)throw L.b.makeRuntimeErrorMsg(t,"Invalid thread count. Must be numeric and > 0, is "+i);const s=Object(b.d)(t.workerScript.hostname);if(null==s)throw L.b.makeRuntimeErrorMsg(t,"Could not find server. This is a bug. Report to dev.");return Object(_.d)("run",s,r,o,t.workerScript,i)},exec:t=>(e,n,a=1,...r)=>{const i=L.b.string(t,"scriptname",e),o=L.b.string(t,"hostname",n),s=L.b.number(t,"threads",a),l=L.b.scriptArgs(t,r);if(void 0===i||void 0===o)throw L.b.makeRuntimeErrorMsg(t,"Usage: exec(scriptname, server, [numThreads], [arg1], [arg2]...)");if(isNaN(s)||s<=0)throw L.b.makeRuntimeErrorMsg(t,"Invalid thread count. Must be numeric and > 0, is "+s);const c=L.b.getServer(t,o);return Object(_.d)("exec",c,i,l,t.workerScript,s)},spawn:t=>(e,n=1,...a)=>{const r=L.b.string(t,"scriptname",e),i=L.b.number(t,"threads",n),o=L.b.scriptArgs(t,a);if(!r||!i)throw L.b.makeRuntimeErrorMsg(t,"Usage: spawn(scriptname, threads)");setTimeout(()=>{if(isNaN(i)||i<=0)throw L.b.makeRuntimeErrorMsg(t,"Invalid thread count. Must be numeric and > 0, is "+i);const e=Object(b.d)(t.workerScript.hostname);if(null==e)throw L.b.makeRuntimeErrorMsg(t,"Could not find server. This is a bug. Report to dev");return Object(_.d)("spawn",e,r,o,t.workerScript,i)},1e4),L.b.log(t,()=>`Will execute '${r}' in 10 seconds`),Object(C.a)(t.workerScript)&&L.b.log(t,()=>"Exiting...")},kill:t=>(e,n,...a)=>{const r=L.b.scriptIdentifier(t,e,n,a);let i;const o="number"==typeof r;if(o)i=Object(C.a)(r);else{if(void 0===e||void 0===n)throw L.b.makeRuntimeErrorMsg(t,"Usage: kill(scriptname, server, [arg1], [arg2]...)");const a=L.b.getServer(t,r.hostname),o=L.b.getRunningScriptByArgs(t,r.scriptname,r.hostname,r.args);if(null==o)return L.b.log(t,()=>L.b.getCannotFindRunningScriptErrorMessage(r)),!1;i=Object(C.a)({runningScript:o,hostname:a.hostname})}return i?(o?L.b.log(t,()=>"Killing script with PID "+r):L.b.log(t,()=>`Killing '${e}' on '${n}' with args: ${Object(T.a)(a)}.`),!0):(o?L.b.log(t,()=>"No script with PID "+r):L.b.log(t,()=>`No such script '${e}' on '${n}' with args: ${Object(T.a)(a)}`),!1)},killall:t=>(e=t.workerScript.hostname,n=!0)=>{const a=L.b.string(t,"hostname",e),r=!!n;if(void 0===a)throw L.b.makeRuntimeErrorMsg(t,"Usage: killall(hostname, [safetyguard boolean])");const i=L.b.getServer(t,a);let s=0;for(let e=i.runningScripts.length-1;e>=0;--e)!0===r&&i.runningScripts[e].pid==t.workerScript.pid||(Object(C.a)({runningScript:i.runningScripts[e],hostname:i.hostname}),++s);return o.a.emit(),L.b.log(t,()=>`Killing all scripts on '${i.hostname}'. May take a few minutes for the scripts to die.`),s>0},exit:t=>()=>{throw L.b.log(t,()=>"Exiting..."),Object(C.a)(t.workerScript),new et.a(t.workerScript)},scp:t=>(e,n,a=t.workerScript.hostname)=>{const r=L.b.string(t,"destination",n),i=L.b.string(t,"source",a),o=L.b.getServer(t,r),s=L.b.getServer(t,i),l=Array.isArray(e)?e:[e];for(const e of l){if("string"!=typeof e)throw L.b.makeRuntimeErrorMsg(t,"files should be a string or an array of strings.");if(!Object(w.j)(e))throw L.b.makeRuntimeErrorMsg(t,`Invalid filename: '${e}'`);if(!e.endsWith(".lit")&&!Object(p.a)(e)&&!e.endsWith("txt"))throw L.b.makeRuntimeErrorMsg(t,"Only works for scripts, .lit and .txt files.")}let c=!0;for(const e of l){if(e.endsWith(".lit")){if(!s.messages.find(t=>t===e)){L.b.log(t,()=>`File '${e}' does not exist.`),c=!1;continue}if(o.messages.find(t=>t===e)){L.b.log(t,()=>`File '${e}' was already on '${null==o?void 0:o.hostname}'.`);continue}o.messages.push(e),L.b.log(t,()=>`File '${e}' copied over to '${null==o?void 0:o.hostname}'.`);continue}if(e.endsWith(".txt")){const n=s.textFiles.find(t=>t.fn===e);if(!n){L.b.log(t,()=>`File '${e}' does not exist.`),c=!1;continue}const a=o.textFiles.find(t=>t.fn===e);if(a){a.text=n.text,L.b.log(t,()=>`File '${e}' overwritten on '${null==o?void 0:o.hostname}'.`);continue}const r=new S.a(n.fn,n.text);o.textFiles.push(r),L.b.log(t,()=>`File '${e}' copied over to '${null==o?void 0:o.hostname}'.`);continue}const n=s.scripts.find(t=>t.filename===e);if(!n){L.b.log(t,()=>`File '${e}' does not exist.`),c=!1;continue}const a=o.scripts.find(t=>t.filename===e);if(a){if(a.code===n.code){L.b.log(t,()=>`Identical file '${e}' was already on '${null==o?void 0:o.hostname}'`);continue}a.code=n.code,a.ramUsage=a.ramUsage,a.markUpdated(),L.b.log(t,()=>`WARNING: File '${e}' overwritten on '${null==o?void 0:o.hostname}'`);continue}const r=new d.a(e);r.code=n.code,r.ramUsage=n.ramUsage,r.server=o.hostname,o.scripts.push(r),L.b.log(t,()=>`File '${e}' copied over to '${null==o?void 0:o.hostname}'.`),r.updateRamUsage(o.scripts)}return c},ls:t=>(e,n="")=>{const a=L.b.string(t,"hostname",e),r=L.b.string(t,"grep",n),i=L.b.getServer(t,a);let o="";void 0!==n&&(o=r.toString());const s=[];for(let t=0;t()=>Z.b.map(t=>({timeOfDeath:t.timeOfDeath,...L.b.createPublicRunningScript(t.runningScript)})),ps:t=>(e=t.workerScript.hostname)=>{const n=L.b.string(t,"hostname",e),a=L.b.getServer(t,n),r=[];for(const t of a.runningScripts)r.push({filename:t.filename,threads:t.threads,args:t.args.slice(),pid:t.pid});return r},hasRootAccess:t=>e=>{const n=L.b.string(t,"hostname",e);return L.b.getServer(t,n).hasAdminRights},getHostname:t=>()=>t.workerScript.hostname,getHackingLevel:t=>()=>(m.a.updateSkillLevels(),L.b.log(t,()=>"returned "+m.a.skills.hacking),m.a.skills.hacking),getHackingMultipliers:()=>()=>({chance:m.a.mults.hacking_chance,speed:m.a.mults.hacking_speed,money:m.a.mults.hacking_money,growth:m.a.mults.hacking_grow}),getHacknetMultipliers:()=>()=>({production:m.a.mults.hacknet_node_money,purchaseCost:m.a.mults.hacknet_node_purchase_cost,ramCost:m.a.mults.hacknet_node_ram_cost,coreCost:m.a.mults.hacknet_node_core_cost,levelCost:m.a.mults.hacknet_node_level_cost}),getBitNodeMultipliers:t=>()=>{if(m.a.sourceFileLvl(5)<=0&&5!==m.a.bitNodeN)throw L.b.makeRuntimeErrorMsg(t,"Requires Source-File 5 to run.");return Object.assign({},s.a)},getServer:t=>(e=t.workerScript.hostname)=>{const n=L.b.string(t,"hostname",e),a=L.b.getServer(t,n),r=Object.assign({},a);return r.contracts=[],r.messages=[],r.runningScripts=[],r.scripts=[],r.textFiles=[],r.programs=[],r.serversOnNetwork=[],r.baseDifficulty||(r.baseDifficulty=0),r.hackDifficulty||(r.hackDifficulty=0),r.minDifficulty||(r.minDifficulty=0),r.moneyAvailable||(r.moneyAvailable=0),r.moneyMax||(r.moneyMax=0),r.numOpenPortsRequired||(r.numOpenPortsRequired=0),r.openPortCount||(r.openPortCount=0),r.requiredHackingSkill||(r.requiredHackingSkill=0),r.serverGrowth||(r.serverGrowth=0),r},getServerMoneyAvailable:t=>e=>{const n=L.b.string(t,"hostname",e),a=L.b.getServer(t,n);return a instanceof v.a?L.b.failOnHacknetServer(t,a)?0:"home"==a.hostname?(L.b.log(t,()=>"returned player's money: "+O.a.formatMoney(m.a.money)),m.a.money):(L.b.log(t,()=>`returned ${O.a.formatMoney(a.moneyAvailable)} for '${a.hostname}'`),a.moneyAvailable):(L.b.log(t,()=>"Cannot be executed on this server."),0)},getServerSecurityLevel:t=>e=>{const n=L.b.string(t,"hostname",e),a=L.b.getServer(t,n);return a instanceof v.a?L.b.failOnHacknetServer(t,a)?1:(L.b.log(t,()=>`returned ${O.a.formatServerSecurity(a.hackDifficulty)} for '${a.hostname}'`),a.hackDifficulty):(L.b.log(t,()=>"Cannot be executed on this server."),1)},getServerBaseSecurityLevel:t=>e=>{const n=L.b.string(t,"hostname",e);L.b.log(t,()=>"getServerBaseSecurityLevel is deprecated because it's not useful.");const a=L.b.getServer(t,n);return a instanceof v.a?L.b.failOnHacknetServer(t,a)?1:(L.b.log(t,()=>`returned ${O.a.formatServerSecurity(a.baseDifficulty)} for '${a.hostname}'`),a.baseDifficulty):(L.b.log(t,()=>"Cannot be executed on this server."),1)},getServerMinSecurityLevel:t=>e=>{const n=L.b.string(t,"hostname",e),a=L.b.getServer(t,n);return a instanceof v.a?L.b.failOnHacknetServer(t,a)?1:(L.b.log(t,()=>`returned ${O.a.formatServerSecurity(a.minDifficulty)} for ${a.hostname}`),a.minDifficulty):(L.b.log(t,()=>"Cannot be executed on this server."),1)},getServerRequiredHackingLevel:t=>e=>{const n=L.b.string(t,"hostname",e),a=L.b.getServer(t,n);return a instanceof v.a?L.b.failOnHacknetServer(t,a)?1:(L.b.log(t,()=>`returned ${O.a.formatSkill(a.requiredHackingSkill)} for '${a.hostname}'`),a.requiredHackingSkill):(L.b.log(t,()=>"Cannot be executed on this server."),1)},getServerMaxMoney:t=>e=>{const n=L.b.string(t,"hostname",e),a=L.b.getServer(t,n);return a instanceof v.a?L.b.failOnHacknetServer(t,a)?0:(L.b.log(t,()=>`returned ${O.a.formatMoney(a.moneyMax)} for '${a.hostname}'`),a.moneyMax):(L.b.log(t,()=>"Cannot be executed on this server."),0)},getServerGrowth:t=>e=>{const n=L.b.string(t,"hostname",e),a=L.b.getServer(t,n);return a instanceof v.a?L.b.failOnHacknetServer(t,a)?1:(L.b.log(t,()=>`returned ${a.serverGrowth} for '${a.hostname}'`),a.serverGrowth):(L.b.log(t,()=>"Cannot be executed on this server."),1)},getServerNumPortsRequired:t=>e=>{const n=L.b.string(t,"hostname",e),a=L.b.getServer(t,n);return a instanceof v.a?L.b.failOnHacknetServer(t,a)?5:(L.b.log(t,()=>`returned ${a.numOpenPortsRequired} for '${a.hostname}'`),a.numOpenPortsRequired):(L.b.log(t,()=>"Cannot be executed on this server."),5)},getServerRam:t=>e=>{const n=L.b.string(t,"hostname",e);L.b.log(t,()=>"getServerRam is deprecated in favor of getServerMaxRam / getServerUsedRam");const a=L.b.getServer(t,n);return L.b.log(t,()=>`returned [${O.a.formatRAM(a.maxRam)}, ${O.a.formatRAM(a.ramUsed)}]`),[a.maxRam,a.ramUsed]},getServerMaxRam:t=>e=>{const n=L.b.string(t,"hostname",e),a=L.b.getServer(t,n);return L.b.log(t,()=>"returned "+O.a.formatRAM(a.maxRam)),a.maxRam},getServerUsedRam:t=>e=>{const n=L.b.string(t,"hostname",e),a=L.b.getServer(t,n);return L.b.log(t,()=>"returned "+O.a.formatRAM(a.ramUsed)),a.ramUsed},serverExists:t=>e=>{const n=L.b.string(t,"hostname",e);return null!==Object(b.d)(n)},fileExists:t=>(e,n=t.workerScript.hostname)=>{const a=L.b.string(t,"filename",e),r=L.b.string(t,"hostname",n);if(void 0===a)throw L.b.makeRuntimeErrorMsg(t,"Usage: fileExists(scriptname, [server])");const i=L.b.getServer(t,r);for(let t=0;tt.fn.toLowerCase()===a.toLowerCase()))return!0;return null!=Object(S.c)(a,i)},isRunning:t=>(e,n,...a)=>{const r=L.b.scriptIdentifier(t,e,n,a);return null!==L.b.getRunningScript(t,r)},getPurchasedServerLimit:()=>()=>Object(E.b)(),getPurchasedServerMaxRam:()=>()=>Object(E.c)(),getPurchasedServerCost:t=>e=>{const n=L.b.number(t,"ram",e),a=Object(E.a)(n);return a===1/0?(L.b.log(t,()=>`Invalid argument: ram='${n}'`),1/0):a},purchaseServer:t=>(e,n)=>{const a=L.b.string(t,"name",e),r=L.b.number(t,"ram",n);let i=String(a);if(i=i.replace(/\s+/g,""),""==i)return L.b.log(t,()=>`Invalid argument: hostname='${i}'`),"";if(m.a.purchasedServers.length>=Object(E.b)())return L.b.log(t,()=>`You have reached the maximum limit of ${Object(E.b)()} servers. You cannot purchase any more.`),"";const o=Object(E.a)(r);if(o===1/0)return r>Object(E.c)()?L.b.log(t,()=>`Invalid argument: ram='${r}' must not be greater than getPurchaseServerMaxRam`):L.b.log(t,()=>`Invalid argument: ram='${r}' must be a positive power of 2`),"";if(m.a.money"Not enough money to purchase server. Need "+O.a.formatMoney(o)),"";const s=Object(y.g)({ip:Object(b.e)(),hostname:i,organizationName:"",isConnectedTo:!1,adminRights:!0,purchasedByPlayer:!0,maxRam:r});Object(b.a)(s),m.a.purchasedServers.push(s.hostname);const l=m.a.getHomeComputer();return l.serversOnNetwork.push(s.hostname),s.serversOnNetwork.push(l.hostname),m.a.loseMoney(o,"servers"),L.b.log(t,()=>`Purchased new server with hostname '${s.hostname}' for ${O.a.formatMoney(o)}`),s.hostname},getPurchasedServerUpgradeCost:t=>(e,n)=>{const a=L.b.string(t,"hostname",e),r=L.b.number(t,"ram",n);try{return Object(E.d)(a,r)}catch(e){return L.b.log(t,()=>String(e)),-1}},upgradePurchasedServer:t=>(e,n)=>{const a=L.b.string(t,"hostname",e),r=L.b.number(t,"ram",n);try{return Object(E.h)(a,r),!0}catch(e){return L.b.log(t,()=>String(e)),!1}},renamePurchasedServer:t=>(e,n)=>{const a=L.b.string(t,"hostname",e),r=L.b.string(t,"newName",n);try{return Object(E.g)(a,r),!0}catch(e){return L.b.log(t,()=>String(e)),!1}return!1},deleteServer:t=>e=>{const n=L.b.string(t,"name",e);let a=String(n);a=a.replace(/\s\s+/g,"");const r=Object(b.d)(a);if(!(r instanceof v.a))return L.b.log(t,()=>`Invalid argument: hostname='${a}'`),!1;if(!r.purchasedByPlayer||"home"===r.hostname)return L.b.log(t,()=>"Cannot delete non-purchased server."),!1;const i=r.hostname;if(r.isConnectedTo)return L.b.log(t,()=>"You are currently connected to the server you are trying to delete."),!1;if(i===t.workerScript.hostname)return L.b.log(t,()=>"Cannot delete the server this script is running on."),!1;if(r.runningScripts.length>0)return L.b.log(t,()=>`Cannot delete server '${i}' because it still has scripts running.`),!1;let o=!1;for(let t=0;t`Could not identify server ${i} as a purchased server. This is a bug. Report to dev.`),!1;Object(b.b)(i),o=!1;const s=m.a.getHomeComputer();for(let e=0;e"Deleted server '"+a),!0;return L.b.log(t,()=>`Could not find server ${i} as a purchased server. This is a bug. Report to dev.`),!1},getPurchasedServers:()=>()=>{const t=[];return m.a.purchasedServers.forEach((function(e){t.push(e)})),t},writePort:t=>(e,n="")=>{const a=L.b.number(t,"port",e);if("string"!=typeof n&&"number"!=typeof n)throw L.b.makeRuntimeErrorMsg(t,"Trying to write invalid data to a port: only strings and numbers are valid.");const r=L.b.getValidPort(t,a);return Promise.resolve(r.write(n))},write:t=>(e,n="",a="a")=>{let r=L.b.string(t,"handle",e);const i=L.b.string(t,"data",n),o=L.b.string(t,"mode",a);if(!Object(w.j)(r))throw L.b.makeRuntimeErrorMsg(t,"Invalid filepath: "+r);0===r.lastIndexOf("/")&&(r=Object(w.k)(r));const s=L.b.getServer(t,t.workerScript.hostname);if(Object(p.a)(r)){let e=t.workerScript.getScriptOnServer(r,s);return null==e?(e=new d.a(r,String(i),s.hostname,s.scripts),s.scripts.push(e),e.updateRamUsage(s.scripts)):("w"===o?e.code=String(i):e.code+=i,e.updateRamUsage(s.scripts))}{if(!r.endsWith(".txt"))throw L.b.makeRuntimeErrorMsg(t,"Invalid filename: "+r);const e=Object(S.c)(r,s);if(null==e)return void Object(S.b)(r,String(i),s);"w"===o?e.write(String(i)):e.append(String(i))}},tryWritePort:t=>(e,n="")=>{const a=L.b.number(t,"port",e);if("string"!=typeof n&&"number"!=typeof n)throw L.b.makeRuntimeErrorMsg(t,"Trying to write invalid data to a port: only strings and numbers are valid.");return L.b.getValidPort(t,a).tryWrite(n)},readPort:t=>e=>{const n=L.b.number(t,"port",e);return L.b.getValidPort(t,n).read()},read:t=>e=>{const n=L.b.string(t,"filename",e),a=Object(b.d)(t.workerScript.hostname);if(null==a)throw L.b.makeRuntimeErrorMsg(t,"Error getting Server. This is a bug. Report to dev.");if(Object(p.a)(n)){const e=t.workerScript.getScriptOnServer(n,a);return null==e?"":e.code}{const t=Object(S.c)(n,a);return null!==t?t.text:""}},peek:t=>e=>{const n=L.b.number(t,"port",e);return L.b.getValidPort(t,n).peek()},clear:t=>e=>{const n=L.b.string(t,"file",e);if(!Object(R.a)(n))throw L.b.makeRuntimeErrorMsg(t,"Invalid argument: "+n);{const e=n,a=Object(b.d)(t.workerScript.hostname);if(null==a)throw L.b.makeRuntimeErrorMsg(t,"Error getting Server. This is a bug. Report to dev.");const r=Object(S.c)(e,a);null!=r&&r.write("")}},clearPort:t=>e=>{const n=L.b.number(t,"port",e);L.b.getValidPort(t,n).clear()},getPortHandle:t=>e=>{const n=L.b.number(t,"port",e);return L.b.getValidPort(t,n)},rm:t=>(e,n=t.workerScript.hostname)=>{const a=L.b.string(t,"fn",e),r=L.b.string(t,"hostname",n),i=L.b.getServer(t,r).removeFile(a);return i.res||L.b.log(t,()=>i.msg+""),i.res},scriptRunning:t=>(e,n)=>{const a=L.b.string(t,"scriptname",e),r=L.b.string(t,"hostname",n),i=L.b.getServer(t,r);for(let t=0;t(e,n)=>{const a=L.b.string(t,"scriptname",e),r=L.b.string(t,"hostname",n),i=L.b.getServer(t,r);let o=!1;for(let t=0;t()=>t.workerScript.name,getScriptRam:t=>(e,n=t.workerScript.hostname)=>{const a=L.b.string(t,"scriptname",e),r=L.b.string(t,"hostname",n),i=L.b.getServer(t,r);for(let t=0;t(e,n,...a)=>{const r=L.b.scriptIdentifier(t,e,n,a),i=L.b.getRunningScript(t,r);return null===i?null:L.b.createPublicRunningScript(i)},getHackTime:t=>(e=t.workerScript.hostname)=>{const n=L.b.string(t,"hostname",e),a=L.b.getServer(t,n);return a instanceof v.a?L.b.failOnHacknetServer(t,a)?1/0:1e3*Object(c.d)(a,m.a):(L.b.log(t,()=>"invalid for this kind of server"),1/0)},getGrowTime:t=>(e=t.workerScript.hostname)=>{const n=L.b.string(t,"hostname",e),a=L.b.getServer(t,n);return a instanceof v.a?L.b.failOnHacknetServer(t,a)?1/0:1e3*Object(c.a)(a,m.a):(L.b.log(t,()=>"invalid for this kind of server"),1/0)},getWeakenTime:t=>(e=t.workerScript.hostname)=>{const n=L.b.string(t,"hostname",e),a=L.b.getServer(t,n);return a instanceof v.a?L.b.failOnHacknetServer(t,a)?1/0:1e3*Object(c.f)(a,m.a):(L.b.log(t,()=>"invalid for this kind of server"),1/0)},getTotalScriptIncome:()=>()=>{let t=0;for(const e of x.a.values())t+=e.scriptRef.onlineMoneyMade/e.scriptRef.onlineRunningTime;return[t,m.a.scriptProdSinceLastAug/(m.a.playtimeSinceLastAug/1e3)]},getScriptIncome:t=>(e,n,...a)=>{const r=L.b.scriptIdentifier(t,e,n,a),i=L.b.getRunningScript(t,r);return null==i?(L.b.log(t,()=>L.b.getCannotFindRunningScriptErrorMessage(r)),-1):i.onlineMoneyMade/i.onlineRunningTime},getTotalScriptExpGain:()=>()=>{let t=0;for(const e of x.a.values())t+=e.scriptRef.onlineExpGained/e.scriptRef.onlineRunningTime;return t},getScriptExpGain:t=>(e,n,...a)=>{const r=L.b.scriptIdentifier(t,e,n,a),i=L.b.getRunningScript(t,r);return null==i?(L.b.log(t,()=>L.b.getCannotFindRunningScriptErrorMessage(r)),-1):i.onlineExpGained/i.onlineRunningTime},nFormat:t=>(e,n)=>{const a=L.b.number(t,"n",e),r=L.b.string(t,"format",n);return isNaN(a)?"":O.a.format(a,r)},tFormat:t=>(e,n=!1)=>{const a=L.b.number(t,"milliseconds",e),r=!!n;return Object(M.b)(a,r)},getTimeSinceLastAug:()=>()=>m.a.playtimeSinceLastAug,alert:t=>e=>{const n=L.b.string(t,"message",e);Object(z.a)(n,!0)},toast:t=>(e,n=V.d.SUCCESS,a=2e3)=>{const r=L.b.string(t,"message",e),i=L.b.string(t,"variant",n),o=null===a?null:L.b.number(t,"duration",a);if(!Object(Y.a)(V.d,i))throw new Error("variant must be one of "+Object.values(V.d).join(", "));V.b.emit(r,i,o)},prompt:t=>(e,n)=>{const a=L.b.string(t,"txt",e);return new Promise((function(t){g.a.emit({txt:a,options:n,resolve:t})}))},wget:t=>async(e,n,a=t.workerScript.hostname)=>{const i=L.b.string(t,"url",e),o=L.b.string(t,"target",n),s=L.b.string(t,"hostname",a);if(!Object(p.a)(o)&&!o.endsWith(".txt"))return L.b.log(t,()=>`Invalid target file: '${o}'. Must be a script or text file.`),Promise.resolve(!1);const l=L.b.getServer(t,s);return new Promise((function(e){r.a.get(i,(function(n){let a;return a=Object(p.a)(o)?l.writeToScriptFile(o,n):l.writeToTextFile(o,n),a.success?a.overwritten?(L.b.log(t,()=>`Successfully retrieved content and overwrote '${o}' on '${s}'`),e(!0)):(L.b.log(t,()=>`Successfully retrieved content to new file '${o}' on '${s}'`),e(!0)):(L.b.log(t,()=>"Failed."),e(!1))}),"text").fail((function(n){return L.b.log(t,()=>JSON.stringify(n)),e(!1)}))}))},getFavorToDonate:()=>()=>Math.floor(l.a.BaseFavorToDonate*s.a.RepToDonateToFaction),getPlayer:()=>()=>{const t={hp:JSON.parse(JSON.stringify(m.a.hp)),skills:JSON.parse(JSON.stringify(m.a.skills)),exp:JSON.parse(JSON.stringify(m.a.exp)),mults:JSON.parse(JSON.stringify(m.a.mults)),numPeopleKilled:m.a.numPeopleKilled,money:m.a.money,city:m.a.city,location:m.a.location,bitNodeN:m.a.bitNodeN,totalPlaytime:m.a.totalPlaytime,playtimeSinceLastAug:m.a.playtimeSinceLastAug,playtimeSinceLastBitnode:m.a.playtimeSinceLastBitnode,jobs:{},factions:m.a.factions.slice(),tor:m.a.hasTorRouter(),inBladeburner:m.a.inBladeburner(),hasCorporation:m.a.hasCorporation(),entropy:m.a.entropy};return Object.assign(t.jobs,m.a.jobs),t},atExit:t=>e=>{if("function"!=typeof e)throw L.b.makeRuntimeErrorMsg(t,"argument should be function");t.workerScript.atExit=()=>{e()}},mv:t=>(e,n,a)=>{const r=L.b.string(t,"host",e),i=L.b.string(t,"source",n),o=L.b.string(t,"destination",a);if(!Object(w.j)(i))throw L.b.makeRuntimeErrorMsg(t,`Invalid filename: '${i}'`);if(!Object(w.j)(o))throw L.b.makeRuntimeErrorMsg(t,`Invalid filename: '${o}'`);const s=i.endsWith(".txt"),l=o.endsWith(".txt");if(!Object(p.a)(i)&&!s)throw L.b.makeRuntimeErrorMsg(t,"'mv' can only be used on scripts and text files (.txt)");if(s!=l)throw L.b.makeRuntimeErrorMsg(t,"Source and destination files must have the same type");if(i===o)return;const c=L.b.getServer(t,r);if(!s&&c.isRunning(i))throw L.b.makeRuntimeErrorMsg(t,"Cannot use 'mv' on a script that is running");const f=s?c.textFiles:c.scripts;let u=null,m=null;for(let t=0;t[t,!0]))},,function(t,e,n){"use strict";n.d(e,"a",(function(){return u}));var a=n(3),r=n(0),i=n.n(r),o=n(122),s=n(148);const l=new RegExp("\\[(?.*?)m","ug"),c=Object(o.a)(t=>Object(s.a)({success:{whiteSpace:"pre-wrap",overflowWrap:"anywhere",margin:t.spacing(0),color:t.colors.success},error:{whiteSpace:"pre-wrap",overflowWrap:"anywhere",margin:t.spacing(0),color:t.palette.error.main},primary:{whiteSpace:"pre-wrap",overflowWrap:"anywhere",margin:t.spacing(0),color:t.palette.primary.main},info:{whiteSpace:"pre-wrap",overflowWrap:"anywhere",margin:t.spacing(0),color:t.palette.info.main},warning:{whiteSpace:"pre-wrap",overflowWrap:"anywhere",margin:t.spacing(0),color:t.palette.warning.main}})),f=(t,e)=>({error:t.error,success:t.success,info:t.info,warn:t.warning}[e]||t.primary),u=i.a.memo(t=>{const e=String(t.text),n=c(),r=[],o=[{0:"",index:0,groups:{code:null}},...e.matchAll(l),null];return o.length>2&&o.slice(0,-1).forEach((t,n)=>{const a=o[n+1];if(!t||void 0===t.index||void 0===t.groups)return;const i=t.index+t[0].length,s=a?a.index:e.length,l=e.slice(i,s);i!==s&&r.push({code:t.groups.code,text:l})}),0===r.length&&r.push({code:null,text:e}),i.a.createElement(a.a,{classes:{root:f(n,t.color)},paragraph:!1},r.map((t,e)=>i.a.createElement("span",{key:e,style:m(t.code)},t.text)))});function m(t){const e={0:"#404040",1:"#ff0000",2:"#00ff00",3:"#ffff00",4:"#0000ff",5:"#ff00ff",6:"#00ffff",7:"#ffffff"},n={8:"#000000",9:"#800000",10:"#008000",11:"#808000",12:"#000080",13:"#800080",14:"#008080",15:"#c0c0c0"},a={};if(null===t||"0"===t)return a;const r=t.split(";").map(t=>parseInt(t)).filter((t,e,n)=>5!=t||0==e||38!=n[e-1]&&48!=n[e-1]);let i=null;return r.forEach(t=>{null!==i?(a[i]=(t=>{if(0<=t&&t<8)return e[t];if(8<=t&&t<16)return n[t];if(16<=t&&t<232){const e=t-16,n=Math.floor(e/36),a=Math.floor(e%36/6),r=Math.floor(e%6/1);return`rgb(${n<=0?0:55+40*n}, ${a<=0?0:55+40*a}, ${r<=0?0:55+40*r})`}if(232<=t&&t<256){const e=10*(t-232)+8;return`rgb(${e}, ${e}, ${e})`}return"initial"})(t),i=null):1==t?a.fontWeight="bold":4==t?a.textDecoration="underline":30<=t&&t<38?e[t%10]&&(a.color=e[t%10]):40<=t&&t<48?n[t%10]&&(a.backgroundColor=n[t%10]):38==t?i="color":48==t&&(i="backgroundColor")}),a.backgroundColor&&(a.padding="0px 1px"),a}},,function(t,e,n){"use strict";n.d(e,"a",(function(){return o}));var a=n(0),r=n.n(a),i=n(89);const o={Training:{desc:r.a.createElement(r.a.Fragment,null,"Improve your abilities at the Bladeburner unit's specialized training center. Doing this gives experience for all combat stats and also increases your max stamina."),exp:Object(i.c)({strExp:30,defExp:30,dexExp:30,agiExp:30})},"Field Analysis":{desc:r.a.createElement(r.a.Fragment,null,"Mine and analyze Synthoid-related data. This improves the Bladeburner unit's intelligence on Synthoid locations and activities. Completing this action will improve the accuracy of your Synthoid population estimated in the current city.",r.a.createElement("br",null),r.a.createElement("br",null),"Does NOT require stamina."),exp:Object(i.c)({hackExp:20,chaExp:20})},Recruitment:{desc:r.a.createElement(r.a.Fragment,null,"Attempt to recruit members for your Bladeburner team. These members can help you conduct operations.",r.a.createElement("br",null),r.a.createElement("br",null),"Does NOT require stamina."),exp:Object(i.c)({chaExp:120})},Diplomacy:{desc:r.a.createElement(r.a.Fragment,null,"Improve diplomatic relations with the Synthoid population. Completing this action will reduce the Chaos level in your current city.",r.a.createElement("br",null),r.a.createElement("br",null),"Does NOT require stamina."),exp:Object(i.c)({chaExp:120})},"Hyperbolic Regeneration Chamber":{desc:r.a.createElement(r.a.Fragment,null,"Enter cryogenic stasis using the Bladeburner division's hi-tech Regeneration Chamber. This will slowly heal your wounds and slightly increase your stamina.",r.a.createElement("br",null),r.a.createElement("br",null)),exp:Object(i.c)()},"Incite Violence":{desc:r.a.createElement(r.a.Fragment,null,"Purposefully stir trouble in the synthoid community in order to gain a political edge. This will generate additional contracts and operations, at the cost of increased Chaos."),exp:Object(i.c)({strExp:10,defExp:10,dexExp:10,agiExp:10,chaExp:10})}}},function(t,e,n){"use strict";n.d(e,"a",(function(){return s}));var a=n(107),r=n(1),i=n(25),o=n(15);const s=(t,e)=>{const n=r.a.jobs[e.name],s=a.a[n];let l=1+e.favor/100;isNaN(l)&&(l=1);let c=1;r.a.sourceFileLvl(11)>0&&(c=l);let f=s.calculateJobPerformance(t.skills.hacking,t.skills.strength,t.skills.defense,t.skills.dexterity,t.skills.agility,t.skills.charisma);return f+=t.skills.intelligence/o.a.MaxSkillLevel,{money:s.baseSalary*e.salaryMultiplier*t.mults.work_money*i.a.CompanyWorkMoney*c,reputation:f*t.mults.company_rep*l,hackExp:s.hackingExpGain*e.expMultiplier*t.mults.hacking_exp*i.a.CompanyWorkExpGain,strExp:s.strengthExpGain*e.expMultiplier*t.mults.strength_exp*i.a.CompanyWorkExpGain,defExp:s.defenseExpGain*e.expMultiplier*t.mults.defense_exp*i.a.CompanyWorkExpGain,dexExp:s.dexterityExpGain*e.expMultiplier*t.mults.dexterity_exp*i.a.CompanyWorkExpGain,agiExp:s.agilityExpGain*e.expMultiplier*t.mults.agility_exp*i.a.CompanyWorkExpGain,chaExp:s.charismaExpGain*e.expMultiplier*t.mults.charisma_exp*i.a.CompanyWorkExpGain,intExp:0}}},function(t,e,n){"use strict";n.d(e,"a",(function(){return a}));class a{constructor(t,e,n=[]){this.fragments=n,this._width=t,this._height=e}width(){return this._width||4}height(){return this._height||4}fragmentAt(t,e){for(const n of this.fragments)if(n.fullAt(t,e))return n}}},function(t,e,n){"use strict";n.d(e,"a",(function(){return a}));const a=new(n(126).a)},function(t,e,n){"use strict";n.d(e,"a",(function(){return o}));var a=n(17),r=n(11),i=n(53);const o=[{city:a.a.Aevum,infiltrationData:{maxClearanceLevel:12,startingSecurityLevel:8.18},name:r.a.AevumAeroCorp,types:[i.a.Company]},{city:a.a.Aevum,infiltrationData:{maxClearanceLevel:15,startingSecurityLevel:8.19},name:r.a.AevumBachmanAndAssociates,types:[i.a.Company]},{city:a.a.Aevum,infiltrationData:{maxClearanceLevel:18,startingSecurityLevel:9.55},name:r.a.AevumClarkeIncorporated,types:[i.a.Company]},{city:a.a.Aevum,costMult:3,expMult:2,name:r.a.AevumCrushFitnessGym,types:[i.a.Gym]},{city:a.a.Aevum,infiltrationData:{maxClearanceLevel:37,startingSecurityLevel:17.02},name:r.a.AevumECorp,types:[i.a.Company,i.a.TechVendor],techVendorMaxRam:512,techVendorMinRam:128},{city:a.a.Aevum,infiltrationData:{maxClearanceLevel:25,startingSecurityLevel:15.54},name:r.a.AevumFulcrumTechnologies,types:[i.a.Company,i.a.TechVendor],techVendorMaxRam:1024,techVendorMinRam:256},{city:a.a.Aevum,infiltrationData:{maxClearanceLevel:12,startingSecurityLevel:7.89},name:r.a.AevumGalacticCybersystems,types:[i.a.Company]},{city:a.a.Aevum,infiltrationData:{maxClearanceLevel:6,startingSecurityLevel:3.29},name:r.a.AevumNetLinkTechnologies,types:[i.a.Company,i.a.TechVendor],techVendorMaxRam:64,techVendorMinRam:8},{city:a.a.Aevum,infiltrationData:{maxClearanceLevel:6,startingSecurityLevel:5.35},name:r.a.AevumPolice,types:[i.a.Company]},{city:a.a.Aevum,infiltrationData:{maxClearanceLevel:5,startingSecurityLevel:5.02},name:r.a.AevumRhoConstruction,types:[i.a.Company]},{city:a.a.Aevum,costMult:10,expMult:5,name:r.a.AevumSnapFitnessGym,types:[i.a.Gym]},{city:a.a.Aevum,costMult:4,expMult:3,name:r.a.AevumSummitUniversity,types:[i.a.University]},{city:a.a.Aevum,infiltrationData:{maxClearanceLevel:7,startingSecurityLevel:5.85},name:r.a.AevumWatchdogSecurity,types:[i.a.Company]},{city:a.a.Aevum,name:r.a.AevumCasino,types:[i.a.Casino]},{city:a.a.Chongqing,infiltrationData:{maxClearanceLevel:25,startingSecurityLevel:16.25},name:r.a.ChongqingKuaiGongInternational,types:[i.a.Company]},{city:a.a.Chongqing,infiltrationData:{maxClearanceLevel:18,startingSecurityLevel:12.59},name:r.a.ChongqingSolarisSpaceSystems,types:[i.a.Company]},{city:a.a.Ishima,infiltrationData:{maxClearanceLevel:12,startingSecurityLevel:5.02},name:r.a.IshimaNovaMedical,types:[i.a.Company]},{city:a.a.Ishima,infiltrationData:{maxClearanceLevel:10,startingSecurityLevel:3.2},name:r.a.IshimaOmegaSoftware,types:[i.a.Company,i.a.TechVendor],techVendorMaxRam:128,techVendorMinRam:4},{city:a.a.Ishima,infiltrationData:{maxClearanceLevel:25,startingSecurityLevel:5.38},name:r.a.IshimaStormTechnologies,types:[i.a.Company,i.a.TechVendor],techVendorMaxRam:512,techVendorMinRam:32},{city:a.a.NewTokyo,infiltrationData:{maxClearanceLevel:17,startingSecurityLevel:7.18},name:r.a.NewTokyoDefComm,types:[i.a.Company]},{city:a.a.NewTokyo,infiltrationData:{maxClearanceLevel:20,startingSecurityLevel:5.9},name:r.a.NewTokyoGlobalPharmaceuticals,types:[i.a.Company]},{city:a.a.NewTokyo,infiltrationData:{maxClearanceLevel:5,startingSecurityLevel:2.5},name:r.a.NewTokyoNoodleBar,types:[i.a.Company,i.a.Special]},{city:a.a.NewTokyo,infiltrationData:{maxClearanceLevel:25,startingSecurityLevel:5.52},name:r.a.NewTokyoVitaLife,types:[i.a.Company,i.a.Special]},{city:a.a.NewTokyo,name:r.a.NewTokyoArcade,types:[i.a.Special]},{city:a.a.Sector12,infiltrationData:{maxClearanceLevel:10,startingSecurityLevel:3.62},name:r.a.Sector12AlphaEnterprises,types:[i.a.Company,i.a.TechVendor],techVendorMaxRam:8,techVendorMinRam:2},{city:a.a.Sector12,infiltrationData:{maxClearanceLevel:25,startingSecurityLevel:10.59},name:r.a.Sector12BladeIndustries,types:[i.a.Company]},{city:a.a.Sector12,name:r.a.Sector12CIA,types:[i.a.Company]},{city:a.a.Sector12,infiltrationData:{maxClearanceLevel:15,startingSecurityLevel:4.66},name:r.a.Sector12CarmichaelSecurity,types:[i.a.Company]},{city:a.a.Sector12,name:r.a.Sector12CityHall,types:[i.a.Special]},{city:a.a.Sector12,infiltrationData:{maxClearanceLevel:12,startingSecurityLevel:5.9},name:r.a.Sector12DeltaOne,types:[i.a.Company]},{city:a.a.Sector12,name:r.a.Sector12FoodNStuff,types:[i.a.Company]},{city:a.a.Sector12,infiltrationData:{maxClearanceLevel:25,startingSecurityLevel:8.18},name:r.a.Sector12FourSigma,types:[i.a.Company]},{city:a.a.Sector12,infiltrationData:{maxClearanceLevel:17,startingSecurityLevel:6.02},name:r.a.Sector12IcarusMicrosystems,types:[i.a.Company]},{city:a.a.Sector12,expMult:1,costMult:1,name:r.a.Sector12IronGym,types:[i.a.Gym]},{city:a.a.Sector12,infiltrationData:{maxClearanceLevel:5,startingSecurityLevel:3.13},name:r.a.Sector12JoesGuns,types:[i.a.Company]},{city:a.a.Sector12,infiltrationData:{maxClearanceLevel:31,startingSecurityLevel:16.36},name:r.a.Sector12MegaCorp,types:[i.a.Company]},{city:a.a.Sector12,name:r.a.Sector12NSA,types:[i.a.Company,i.a.Special]},{city:a.a.Sector12,costMult:20,expMult:10,name:r.a.Sector12PowerhouseGym,types:[i.a.Gym]},{city:a.a.Sector12,costMult:3,expMult:2,name:r.a.Sector12RothmanUniversity,types:[i.a.University]},{city:a.a.Sector12,infiltrationData:{maxClearanceLevel:12,startingSecurityLevel:5.9},name:r.a.Sector12UniversalEnergy,types:[i.a.Company]},{city:a.a.Volhaven,infiltrationData:{maxClearanceLevel:15,startingSecurityLevel:3.59},name:r.a.VolhavenCompuTek,types:[i.a.Company,i.a.TechVendor],techVendorMaxRam:256,techVendorMinRam:8},{city:a.a.Volhaven,infiltrationData:{maxClearanceLevel:18,startingSecurityLevel:7.28},name:r.a.VolhavenHeliosLabs,types:[i.a.Company]},{city:a.a.Volhaven,infiltrationData:{maxClearanceLevel:15,startingSecurityLevel:4.35},name:r.a.VolhavenLexoCorp,types:[i.a.Company]},{city:a.a.Volhaven,costMult:7,expMult:4,name:r.a.VolhavenMilleniumFitnessGym,types:[i.a.Gym]},{city:a.a.Volhaven,infiltrationData:{maxClearanceLevel:50,startingSecurityLevel:8.53},name:r.a.VolhavenNWO,types:[i.a.Company]},{city:a.a.Volhaven,infiltrationData:{maxClearanceLevel:25,startingSecurityLevel:7.74},name:r.a.VolhavenOmniTekIncorporated,types:[i.a.Company,i.a.TechVendor],techVendorMaxRam:1024,techVendorMinRam:128},{city:a.a.Volhaven,infiltrationData:{maxClearanceLevel:22,startingSecurityLevel:6},name:r.a.VolhavenOmniaCybersystems,types:[i.a.Company]},{city:a.a.Volhaven,infiltrationData:{maxClearanceLevel:18,startingSecurityLevel:4.77},name:r.a.VolhavenSysCoreSecurities,types:[i.a.Company]},{city:a.a.Volhaven,costMult:5,expMult:4,name:r.a.VolhavenZBInstituteOfTechnology,types:[i.a.University]},{city:null,name:r.a.Hospital,types:[i.a.Hospital]},{city:null,name:r.a.Slums,types:[i.a.Slums]},{city:null,name:r.a.TravelAgency,types:[i.a.TravelAgency]},{city:null,name:r.a.WorldStockExchange,types:[i.a.StockMarket]},{city:a.a.Chongqing,name:r.a.ChongqingChurchOfTheMachineGod,types:[i.a.Special]},{city:a.a.Ishima,name:r.a.IshimaGlitch,types:[i.a.Special]}]},function(t,e,n){"use strict";n.d(e,"a",(function(){return f}));var a=n(43),r=n(36),i=n(35),o=n(29),s=n(16),l=n(1108);function c(t,e,n){return e in t?Object.defineProperty(t,e,{value:n,enumerable:!0,configurable:!0,writable:!0}):t[e]=n,t}class f{constructor(t={}){c(this,"minEne",0),c(this,"minHap",0),c(this,"minMor",0),c(this,"maxEne",100),c(this,"maxHap",100),c(this,"maxMor",100),c(this,"autoCoffee",!1),c(this,"autoParty",!1),c(this,"coffeeMult",0),c(this,"partyMult",0),c(this,"coffeeEmployees",0),c(this,"partyEmployees",0),c(this,"employees",[]),c(this,"employeeProd",{[a.a.Operations]:0,[a.a.Engineer]:0,[a.a.Business]:0,[a.a.Management]:0,[a.a.RandD]:0,total:0}),c(this,"employeeJobs",{[a.a.Operations]:0,[a.a.Engineer]:0,[a.a.Business]:0,[a.a.Management]:0,[a.a.RandD]:0,[a.a.Training]:0,[a.a.Unassigned]:0}),c(this,"employeeNextJobs",{[a.a.Operations]:0,[a.a.Engineer]:0,[a.a.Business]:0,[a.a.Management]:0,[a.a.RandD]:0,[a.a.Training]:0,[a.a.Unassigned]:0}),this.loc=t.loc?t.loc:"",this.size=t.size?t.size:1}atCapacity(){return this.employees.length>=this.size}process(t=1,e,n){if(n.hasResearch("HRBuddy-Recruitment")&&!this.atCapacity()){const t=this.hireRandomEmployee();n.hasResearch("HRBuddy-Training")&&void 0!==t&&(t.pos=a.a.Training)}for(const t of this.employees)t.pos=t.nextPos;this.calculateTotalEmployees(),this.calculateNextEmployees(),this.maxEne=100,this.maxHap=100,this.maxMor=100,n.hasResearch("Go-Juice")&&(this.maxEne+=10),n.hasResearch("JoyWire")&&(this.maxHap+=10),n.hasResearch("Sti.mu")&&(this.maxMor+=10),n.hasResearch("AutoBrew")&&(this.autoCoffee=!0),n.hasResearch("AutoPartyManager")&&(this.autoParty=!0);let r=1;e.funds<0&&n.lastCycleRevenue<0?r=Math.pow(.99,t):e.funds>0&&n.lastCycleRevenue>0&&(r=Math.pow(1.01,t));let i=0;for(const e of this.employees){if(i+=e.process(t),this.autoCoffee)e.ene=this.maxEne;else if(this.coffeeMult>1){const t=1+(this.coffeeMult-1)*this.employees.length/this.coffeeEmployees;e.ene*=t}else e.ene*=r;if(this.autoParty)e.mor=this.maxMor,e.hap=this.maxHap;else if(this.partyMult>1){const t=1+(this.partyMult-1)*this.employees.length/this.partyEmployees;e.mor*=t,e.hap*=t}else e.mor*=r,e.hap*=r;e.ene=Math.max(Math.min(e.ene,this.maxEne),this.minEne),e.mor=Math.max(Math.min(e.mor,this.maxMor),this.minMor),e.hap=Math.max(Math.min(e.hap,this.maxHap),this.minHap)}return this.coffeeMult=0,this.partyMult=0,this.coffeeEmployees=0,this.partyEmployees=0,this.calculateEmployeeProductivity(e,n),i}calculateNextEmployees(){for(const t of Object.keys(this.employeeNextJobs))this.employeeNextJobs[t]=0;for(let t=0;t=e&&(r.nextPos=a.a.Unassigned,n--)}return this.calculateNextEmployees(),n===e}getCoffeeCost(){return 5e5*this.employees.length}setCoffee(t=1.05){return t>1&&0===this.coffeeMult&&!this.autoCoffee&&this.employees.length>0&&(this.coffeeMult=t,this.coffeeEmployees=this.employees.length,!0)}setParty(t){return t>1&&0===this.partyMult&&!this.autoParty&&this.employees.length>0&&(this.partyMult=t,this.partyEmployees=this.employees.length,!0)}toJSON(){return Object(s.b)("OfficeSpace",this)}static fromJSON(t){return Object(s.a)(f,t.data)}}s.c.constructors.OfficeSpace=f},function(t,e,n){"use strict";n.d(e,"a",(function(){return l}));var a=n(259),r=n(184),i=n(16),o=n(270);function s(t,e,n){return e in t?Object.defineProperty(t,e,{value:n,enumerable:!0,configurable:!0,writable:!0}):t[e]=n,t}class l{constructor(t={}){var e;s(this,"level",1),s(this,"sizeUsed",0),s(this,"smartSupplyEnabled",!1),s(this,"smartSupplyUseLeftovers",{}),s(this,"smartSupplyStore",0),this.loc=t.loc?t.loc:"",this.size=t.size?t.size:0,this.materials={Water:new a.a({name:"Water"}),Energy:new a.a({name:"Energy"}),Food:new a.a({name:"Food"}),Plants:new a.a({name:"Plants"}),Metal:new a.a({name:"Metal"}),Hardware:new a.a({name:"Hardware"}),Chemicals:new a.a({name:"Chemicals"}),Drugs:new a.a({name:"Drugs"}),Robots:new a.a({name:"Robots"}),AICores:new a.a({name:"AI Cores"}),RealEstate:new a.a({name:"Real Estate"})},this.smartSupplyUseLeftovers={Water:!0,Energy:!0,Food:!0,Plants:!0,Metal:!0,Hardware:!0,Chemicals:!0,Drugs:!0,Robots:!0,AICores:!0,RealEstate:!0},t.corp&&t.industry&&this.updateSize(t.corp,t.industry),null!==(e=t.corp)&&void 0!==e&&e.unlockUpgrades[1]&&(this.smartSupplyEnabled=!0)}updateMaterialSizeUsed(){this.sizeUsed=0;for(const t of Object.keys(this.materials)){const e=this.materials[t];r.a.hasOwnProperty(t)&&(this.sizeUsed+=e.qty*r.a[t])}this.sizeUsed>this.size&&console.warn("Warehouse size used greater than capacity, something went wrong")}updateSize(t,e){try{this.size=100*this.level*t.getStorageMultiplier()*e.getStorageMultiplier()}catch(t){Object(o.a)(t)}}toJSON(){return Object(i.b)("Warehouse",this)}static fromJSON(t){return Object(i.a)(l,t.data)}}i.c.constructors.Warehouse=l},function(t,e,n){"use strict";n.d(e,"a",(function(){return T})),n.d(e,"b",(function(){return P}));var a=n(1510),r=n(1511),i=n(1807),o=n(3),s=n(246),l=n(10),c=n(21),f=n(47),u=n(263),m=n(368),h=n(0),d=n.n(h),p=n(383),g=n(13),b=n(72),y=n(15),E=n(101),v=n(11),k=n(164),w=n(177),S=n(6),_=n(22),C=n(250),x=n(24),L=n(29),O=n(1),M=n(395),A=n(272);const T=()=>{const t={};for(const e of Object.values(b.a)){const n=e.name,a=new M.a(e);t[n]=a}return t},R=t=>!(O.a.money{const e=t.aug;return d.a.createElement(o.a,{color:S.a.theme.money},d.a.createElement("b",null,"Pre-Requisites:"),d.a.createElement("br",null),e.prereqs.map(t=>d.a.createElement("span",{style:{display:"flex",alignItems:"center"}},O.a.hasAugmentation(t)?d.a.createElement(a.a,{sx:{mr:1}}):d.a.createElement(r.a,{sx:{mr:1}}),t)))},P=()=>{const t=Object(h.useState)(T())[0],[e,n]=Object(h.useState)(Object(A.b)()[0]),[a,r]=Object(h.useState)(!1),E=b.a[e],M=Object(h.useState)(!1)[1];function P(){M(t=>!t)}const I=t=>{S.a.PurchaseAugmentationsOrder=t,P()};return Object(h.useEffect)(()=>{const t=setInterval(P,200);return()=>clearInterval(t)},[]),d.a.createElement(s.a,{disableGutters:!0,maxWidth:"lg",sx:{mx:0}},d.a.createElement(l.a,{onClick:()=>_.b.toLocation(k.a[v.a.NewTokyoVitaLife])},"Back"),d.a.createElement(o.a,{variant:"h4"},"Grafting Laboratory"),d.a.createElement(o.a,null,"You find yourself in a secret laboratory, owned by a mysterious researcher.",d.a.createElement("br",null),"The scientist explains that they've been studying Augmentation grafting, the process of applying Augmentations without requiring a body reset.",d.a.createElement("br",null),d.a.createElement("br",null),"Through legally questionable connections, the scientist has access to a vast array of Augmentation blueprints, even private designs. They offer to build and graft the Augmentations to you, in exchange for both a hefty sum of money, and being a lab rat."),d.a.createElement(c.a,{sx:{my:3}},d.a.createElement(f.a,{sx:{p:1}},d.a.createElement(o.a,{variant:"h5"},"Graft Augmentations"),d.a.createElement(c.a,{sx:{display:"grid",gridTemplateColumns:"1fr 1fr"}},d.a.createElement(l.a,{sx:{width:"100%"},onClick:()=>I(w.b.Cost)},"Sort by Cost"),d.a.createElement(l.a,{sx:{width:"100%"},onClick:()=>I(w.b.Default)},"Sort by Default Order"))),Object(A.b)().length>0?d.a.createElement(f.a,{sx:{mb:1,width:"fit-content",display:"grid",gridTemplateColumns:"1fr 3fr"}},d.a.createElement(u.a,{sx:{height:400,overflowY:"scroll",borderRight:"1px solid "+S.a.theme.welllight}},(()=>{const e=Object(A.b)();switch(S.a.PurchaseAugmentationsOrder){case w.b.Cost:return e.sort((e,n)=>t[e].cost-t[n].cost);default:return e}})().map((a,r)=>d.a.createElement(m.a,{key:r+1,onClick:()=>n(a),selected:e===a},d.a.createElement(o.a,{sx:{color:R(t[a])?S.a.theme.primary:S.a.theme.disabled}},a)))),d.a.createElement(c.a,{sx:{m:1}},d.a.createElement(o.a,{variant:"h6",sx:{display:"flex",alignItems:"center",flexWrap:"wrap"}},d.a.createElement(i.a,{sx:{mr:1}})," ",e),d.a.createElement(l.a,{onClick:()=>r(!0),sx:{width:"100%"},disabled:!R(t[e])},"Graft Augmentation (",d.a.createElement(o.a,null,d.a.createElement(x.a,{money:t[e].cost,forPurchase:!0})),")"),d.a.createElement(C.a,{open:a,onClose:()=>r(!1),onConfirm:()=>{O.a.startWork(new p.a({augmentation:e,singularity:!1})),O.a.startFocusing(),_.b.toWork()},confirmationText:d.a.createElement(d.a.Fragment,null,"Cancelling grafting will ",d.a.createElement("b",null,"not")," save grafting progress, and the money you spend will ",d.a.createElement("b",null,"not")," ","be returned.",!O.a.hasAugmentation(g.a.CongruityImplant)&&d.a.createElement(d.a.Fragment,null,d.a.createElement("br",null),d.a.createElement("br",null),"Additionally, grafting an Augmentation will increase the potency of the Entropy virus."))}),d.a.createElement(c.a,{sx:{maxHeight:330,overflowY:"scroll"}},d.a.createElement(o.a,{color:S.a.theme.info},d.a.createElement("b",null,"Time to Graft:")," ",Object(L.b)(Object(A.a)(t[e]))),E.prereqs.length>0&&d.a.createElement(N,{aug:E}),d.a.createElement("br",null),d.a.createElement(o.a,null,(()=>{const t="string"==typeof E.info?d.a.createElement("span",null,E.info):E.info;return d.a.createElement(d.a.Fragment,null,t,d.a.createElement("br",null),d.a.createElement("br",null),E.stats)})())))):d.a.createElement(o.a,null,"All Augmentations owned")),d.a.createElement(c.a,{sx:{my:3}},d.a.createElement(o.a,{variant:"h5"},"Entropy Virus"),d.a.createElement(f.a,{sx:{my:1,p:1,width:"fit-content"}},d.a.createElement(o.a,null,d.a.createElement("b",null,"Entropy strength:")," ",O.a.entropy,d.a.createElement("br",null),d.a.createElement("b",null,"All multipliers decreased by:")," ",Object(L.d)(100*(1-y.a.EntropyEffect**O.a.entropy),3),"% (multiplicative)")),d.a.createElement(o.a,null,"When installed on an unconscious individual, Augmentations are scanned by the body on awakening, eliminating hidden malware. However, grafted Augmentations do not provide this security measure.",d.a.createElement("br",null),d.a.createElement("br",null),'Individuals who tested Augmentation grafting have reported symptoms of an unknown virus, which they\'ve dubbed "Entropy". This virus seems to grow more potent with each grafted Augmentation...')))}},function(t,e,n){"use strict";function a(t,e,n){return e in t?Object.defineProperty(t,e,{value:n,enumerable:!0,configurable:!0,writable:!0}):t[e]=n,t}n.d(e,"a",(function(){return r}));class r{constructor(t,e){a(this,"lvl",1),a(this,"n",1),this.n=t,this.lvl=e}}},function(t,e,n){"use strict";n.d(e,"b",(function(){return c})),n.d(e,"a",(function(){return f}));var a=n(3),r=n(10),i=n(0),o=n.n(i),s=n(40);let l=!1;const c=()=>{l=!0},f=()=>{const[t,e]=Object(i.useState)(l);return o.a.createElement(s.a,{open:t,onClose:()=>{}},o.a.createElement(a.a,null,"Welcome to bitburner v2.0.0!")," ",o.a.createElement(a.a,null,"While this version does not change the game a lot, it does have quite a few API breaks.")," ",o.a.createElement(a.a,null,"A file was added to your home computer called V2_0_0_API_BREAK.txt and it is highly recommended you take a look at this file. It explains where most of the API break have occurred.")," ",o.a.createElement(a.a,null,"You should also take a look at"," ",o.a.createElement("a",{target:"_",href:"https://github.com/danielyxie/bitburner/blob/dev/doc/source/v2.0.0_migration.rst"}," ","the migration guide")," ","as well as"," ",o.a.createElement("a",{target:"_",href:"https://github.com/danielyxie/bitburner/blob/dev/doc/source/changelog.rst"},"the changelog")),o.a.createElement(r.a,{onClick:()=>e(!1)},"I understand"))}},function(t,e,n){"use strict";n.d(e,"a",(function(){return o}));var a=n(629),r=n(330),i=n.n(r);function o(t){const e=Array.isArray(t)?t:t.workerScript.args;return t=>{if(t=Object(a.a)(t),!Array.isArray(t))throw new Error("flags schema passed in is invalid.");const n={};for(const e of t){let t=String;"number"==typeof e[1]?t=Number:"boolean"==typeof e[1]?t=Boolean:Array.isArray(e[1])&&(t=[String]);const a=e[0].length>1?2:1;n["-".repeat(a)+e[0]]=t}const r=i()(n,{argv:e});for(const e of t)r.hasOwnProperty("--"+e[0])&&r.hasOwnProperty("-"+e[0])||(r[e[0]]=e[1]);for(const t of Object.keys(r)){if(!t.startsWith("-"))continue;const e=r[t];delete r[t];const n=2===t.length?1:2;r[t.slice(n)]=e}return r}}},function(t,e,n){"use strict";n.d(e,"a",(function(){return r}));const a=new(n(613).a)("",()=>{});function r(t){if(null==t)return null;if(!((e=t)&&"object"==typeof e&&e.hasOwnProperty("properties")&&e.hasOwnProperty("getter")&&e.hasOwnProperty("setter")&&e.hasOwnProperty("proto")))return t;var e;if(t.hasOwnProperty("class")&&"Array"===t.class){const e=[],n=a.getProperty(t,"length");if("number"==typeof n)for(let i=0;i0&&script.dependencies.forEach(t=>URL.revokeObjectURL(t.url)),script.url=uurls[uurls.length-1].url,script.module=new Promise(resolve=>resolve(eval("import(uurls[uurls.length - 1].url)"))),script.dependencies=uurls,script.module}function isDependencyOutOfDate(t,e,n){const a=e.find(e=>e.filename==t);if(!a)return!0;return a.moduleSequenceNumber>n}function shouldCompile(t,e){return!t.module||!!t.dependencies.some(n=>isDependencyOutOfDate(n.filename,e,t.moduleSequenceNumber))&&(t.module=null,!0)}function _getScriptUrls(t,e,n){const a=[];for(const e of n)t.dependents.some(t=>t.server===e.server&&t.filename==e.filename)||t.dependents.push({server:e.server,filename:e.filename});n.push(t);try{const r=Object(acorn__WEBPACK_IMPORTED_MODULE_1__.a)(t.code,{sourceType:"module",ecmaVersion:"latest",ranges:!0}),i=[];acorn_walk__WEBPACK_IMPORTED_MODULE_0__.b(r,{ImportDeclaration(t){t.source&&i.push({filename:t.source.value,start:t.source.range[0]+1,end:t.source.range[1]-1})},ExportNamedDeclaration(t){t.source&&i.push({filename:t.source.value,start:t.source.range[0]+1,end:t.source.range[1]-1})},ExportAllDeclaration(t){t.source&&i.push({filename:t.source.value,start:t.source.range[0]+1,end:t.source.range[1]-1})}}),i.sort((t,e)=>e.start-t.start);let o=t.code;for(const t of i){const r=t.filename.startsWith("./")?t.filename.substring(2):t.filename,i=e.filter(t=>Object(_Terminal_DirectoryHelpers__WEBPACK_IMPORTED_MODULE_3__.b)(t.filename,r));if(0===i.length)continue;const[s]=i,l=_getScriptUrls(s,e,n);a.push(...l);const c=l[l.length-1].url;o=o.substring(0,t.start)+c+o.substring(t.end)}o+=`\n//# sourceURL=${t.server}/${t.filename}`;const s=URL.createObjectURL(makeScriptBlob(o));return a.push(new _Script_ScriptUrl__WEBPACK_IMPORTED_MODULE_2__.a(t.filename,s,t.moduleSequenceNumber)),a}catch(t){for(const t of a)URL.revokeObjectURL(t.url);throw t}finally{n.pop()}}},function(t,e,n){"use strict";n.d(e,"a",(function(){return r}));var a=n(26);function r(t){if(null!=t.ramUsage&&t.ramUsage>0)return t.ramUsage;const e=Object(a.d)(t.server);if(null==e)return 0;for(let n=0;n"*"==t).length)return n.globError="Only a single glob is supported per command.\nexample: `nano my-dir/*.js`",n;[n.preGlob,n.postGlob]=t.split("*"),n.preGlob=Object(r.k)(n.preGlob);const i=Object(r.l)(a.a.cwd());return n.preGlob=`${i}/${n.preGlob}`,e.forEach(t=>{const e=t.filename.startsWith("/")?t.filename:"/"+t.filename;e.startsWith(n.preGlob)&&e.endsWith(n.postGlob)&&n.globMatches.push(e)}),n.glob=`${n.preGlob}*${n.postGlob}`,n}(""+t[0],e.scripts)}return null}function u(t,{args:e,server:n},r){if(e.length<1)return void a.a.error(`Incorrect usage of ${t} command. Usage: ${t} [scriptname]`);let u=e;try{const m=f({args:e,server:n});if(m){if(!1===Object(l.isEmpty)(m.globError))throw new Error(m.globError);u=m.globMatches}const h=u.map(e=>{const n=""+e;if(Object(o.a)(n)){const t=a.a.getFilepath(n),e=a.a.getScript(n),r=function(t){return t.endsWith(".js")}(n),i=null!==e?e.code:r?c:"";return i===c&&s.a.saveCursor(n,{row:3,column:5}),[t,i]}if(n.endsWith(".txt")){const t=a.a.getFilepath(n),e=a.a.getTextFile(n);return[t,null===e?"":e.text]}throw new Error("Invalid file. Only scripts (.script or .js), or text files (.txt) can be edited with "+t)});if(m&&0===h.length)throw new Error(`Could not find any valid files to open with ${t} using glob: \`${m.glob}\``);i.b.toScriptEditor(Object.fromEntries(h),r)}catch(t){a.a.error(""+t)}}},function(t,e,n){"use strict";n.d(e,"a",(function(){return f})),n.d(e,"b",(function(){return u}));var a=n(0),r=n.n(a),i=n(40),o=n(22),s=n(126),l=n(3),c=n(10);const f=new s.a;function u(){const[t,e]=Object(a.useState)(!1);return Object(a.useEffect)(()=>f.subscribe(()=>e(!0)),[]),r.a.createElement(i.a,{open:t,onClose:()=>e(!1)},r.a.createElement(l.a,null,"WARNING: USING THIS PROGRAM WILL CAUSE YOU TO LOSE ALL OF YOUR PROGRESS ON THE CURRENT BITNODE.",r.a.createElement("br",null),r.a.createElement("br",null),"Do you want to travel to the BitNode Nexus? This allows you to reset the current BitNode and select a new one."),r.a.createElement("br",null),r.a.createElement("br",null),r.a.createElement(c.a,{onClick:function(){o.b.toBitVerse(!0,!1),e(!1)}},"Travel to the BitVerse"))}},function(t,e,n){"use strict";n.d(e,"a",(function(){return O}));var a=n(1),r=n(635),i=n(84),o=n(78),s=n(107),l=n(636),c=n(15),f=n(30),u=n(17),m=n(11),h=n(16),d=n(7),p=n(108),g=n(355),b=n(57),y=n(479),E=n(480),v=n(306),k=n(266),w=n(377),S=n(351),_=n(256),C=n(356),x=n(801);function L(t,e,n){return e in t?Object.defineProperty(t,e,{value:n,enumerable:!0,configurable:!0,writable:!0}):t[e]=n,t}class O extends r.a{constructor(){super(),L(this,"currentWork",null),L(this,"memory",1),L(this,"shock",1),L(this,"storedCycles",0),L(this,"sync",1),L(this,"applyAugmentation",x.a),L(this,"findPurchasableAugs",x.b),this.shockRecovery()}shockBonus(){return this.shock/100}syncBonus(){return this.sync/100}startWork(t){this.currentWork&&this.currentWork.finish(),this.currentWork=t}stopWork(){this.currentWork&&this.currentWork.finish(),this.currentWork=null}commitCrime(t){const e=i.a[t]||Object.values(i.a).find(e=>e.name===t);return!!e&&(this.startWork(new C.a(e.type)),!0)}getMemoryUpgradeCost(t){const e=Math.round(t);if(e<0)return 0;if(this.memory+e>100)return this.getMemoryUpgradeCost(100-this.memory);let n=0,a=this.memory-1;for(let e=0;e=1?"100%":`${d.a.formatPercentage(r[0])} - ${d.a.formatPercentage(r[1])}`}takeDamage(t){return"number"!=typeof t?(console.warn("Player.takeDamage() called without a numeric argument: "+t),!1):(this.hp.current-=t,this.hp.current<=0&&(this.shock=Math.max(0,this.shock-.5),this.hp.current=this.hp.max,!0))}whoAmI(){return"Sleeve"}toJSON(){return Object(h.b)("Sleeve",this)}static fromJSON(t){return Object(h.a)(O,t.data)}}h.c.constructors.Sleeve=O},function(t,e,n){"use strict";n.d(e,"a",(function(){return c}));var a=n(282),r=n(17),i=n(185),o=n(313),s=n(192);function l(t,e,n){return e in t?Object.defineProperty(t,e,{value:n,enumerable:!0,configurable:!0,writable:!0}):t[e]=n,t}class c{constructor(){l(this,"hp",{current:10,max:10}),l(this,"skills",{hacking:1,strength:1,defense:1,dexterity:1,agility:1,charisma:1,intelligence:0}),l(this,"exp",{hacking:0,strength:0,defense:0,dexterity:0,agility:0,charisma:0,intelligence:0}),l(this,"mults",Object(s.a)()),l(this,"augmentations",[]),l(this,"queuedAugmentations",[]),l(this,"city",r.a.Sector12),l(this,"gainHackingExp",a.e),l(this,"gainStrengthExp",a.h),l(this,"gainDefenseExp",a.c),l(this,"gainDexterityExp",a.d),l(this,"gainAgilityExp",a.a),l(this,"gainCharismaExp",a.b),l(this,"gainIntelligenceExp",a.f),l(this,"gainStats",a.g),l(this,"regenerateHp",a.k),l(this,"queryStatFromString",a.j),l(this,"updateSkillLevels",a.l),l(this,"hasAugmentation",a.i),l(this,"calculateSkill",i.b)}resetMultipliers(){this.mults=Object(s.a)()}getIntelligenceBonus(t){return Object(o.a)(this.skills.intelligence,t)}}},function(t,e,n){"use strict";n.d(e,"a",(function(){return i}));var a=n(0),r=n.n(a);const i={Tracking:{desc:r.a.createElement(r.a.Fragment,null,"Identify and locate Synthoids. This contract involves reconnaissance and information-gathering ONLY. Do NOT engage. Stealth is of the utmost importance.",r.a.createElement("br",null),r.a.createElement("br",null),"Successfully completing Tracking contracts will slightly improve your Synthoid population estimate for whatever city you are currently in.")},"Bounty Hunter":{desc:r.a.createElement(r.a.Fragment,null,"Hunt down and capture fugitive Synthoids. These Synthoids are wanted alive.",r.a.createElement("br",null),r.a.createElement("br",null),"Successfully completing a Bounty Hunter contract will lower the population in your current city, and will also increase its chaos level.")},Retirement:{desc:r.a.createElement(r.a.Fragment,null,"Hunt down and retire (kill) rogue Synthoids.",r.a.createElement("br",null),r.a.createElement("br",null),"Successfully completing a Retirement contract will lower the population in your current city, and will also increase its chaos level.")}}},,,,,,,,,function(t,e,n){"use strict";n.d(e,"b",(function(){return r})),n.d(e,"a",(function(){return i}));var a=n(0);const r=a.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:"16px",height:"16px",viewBox:"0 0 166 132",style:{fill:"#adff2f"}},a.createElement("g",null,a.createElement("path",{d:"M132.658-0.18l-24.321,24.321c-7.915-2.71-16.342-4.392-25.087-4.392c-45.84,0-83,46-83,46 s14.1,17.44,35.635,30.844L12.32,120.158l12.021,12.021L144.68,11.841L132.658-0.18z M52.033,80.445 c-2.104-4.458-3.283-9.438-3.283-14.695c0-19.054,15.446-34.5,34.5-34.5c5.258,0,10.237,1.179,14.695,3.284L52.033,80.445z"}),a.createElement("path",{d:"M134.865,37.656l-18.482,18.482c0.884,3.052,1.367,6.275,1.367,9.612c0,19.055-15.446,34.5-34.5,34.5 c-3.337,0-6.56-0.483-9.611-1.367l-10.124,10.124c6.326,1.725,12.934,2.743,19.735,2.743c45.84,0,83-46,83-46 S153.987,50.575,134.865,37.656z"}))),i=a.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:"16px",height:"16px",viewBox:"-22 0 511 511.99561",style:{fill:"#adff2f"}},a.createElement("path",{d:"m.496094 466.242188 39.902344-39.902344 45.753906 45.753906-39.898438 39.902344zm0 0"}),a.createElement("path",{d:"m468.421875 89.832031-1.675781-89.832031-300.265625 300.265625 45.753906 45.753906zm0 0"}),a.createElement("path",{d:"m95.210938 316.785156 16.84375 16.847656h.003906l83.65625 83.65625 22.753906-22.753906-100.503906-100.503906zm0 0"}),a.createElement("path",{d:"m101.445312 365.300781-39.902343 39.902344 45.753906 45.753906 39.902344-39.902343-39.90625-39.902344zm0 0"}))},function(t,e,n){"use strict";n.d(e,"a",(function(){return d}));var a=n(0),r=n.n(a),i=n(63),o=n(3),s=n(23),l=n(21),c=n(112),f=n(647),u=n.n(f),m=n(648),h=n.n(m);function d({action:t,isActive:e,bladeburner:n,rerender:a}){const f=t.level1;return r.a.createElement(l.a,{display:"flex",flexDirection:"row",alignItems:"center"},r.a.createElement(l.a,{display:"flex"},r.a.createElement(s.a,{title:r.a.createElement(o.a,null,t.getSuccessesNeededForNextLevel(i.a.ContractSuccessesPerLevel)," successes needed for next level")},r.a.createElement(o.a,null,"Level: ",t.level," / ",t.maxLevel))),r.a.createElement(s.a,{title:e?r.a.createElement(o.a,null,"WARNING: changing the level will restart the Operation"):""},r.a.createElement("span",null,r.a.createElement(c.a,{disabled:!f,onClick:function(){f&&(++t.level,e&&n.startAction(n.action),a())}},r.a.createElement(u.a,null)))),r.a.createElement(s.a,{title:e?r.a.createElement(o.a,null,"WARNING: changing the level will restart the Operation"):""},r.a.createElement("span",null,r.a.createElement(c.a,{disabled:!m,onClick:function(){m&&(--t.level,e&&n.startAction(n.action),a())}},r.a.createElement(h.a,null)))))}},,,function(t,e,n){"use strict";n.d(e,"a",(function(){return c}));var a=n(0),r=n.n(a),i=n(3),o=n(23),s=n(21),l=n(284);function c(t){return r.a.createElement(s.a,{display:"flex",flexDirection:"row",alignItems:"center"},r.a.createElement(o.a,{title:r.a.createElement(i.a,null,"Automatically increase operation level when possible")},r.a.createElement(i.a,null," Autolevel:")),r.a.createElement(l.a,{checked:t.action.autoLevel,onChange:function(e){t.action.autoLevel=e.target.checked,t.rerender()}}))}},function(t,e,n){"use strict";n.d(e,"a",(function(){return l}));var a=n(0),r=n.n(a),i=n(1244),o=n(29),s=n(10);function l(t){const[e,n]=Object(a.useState)(!1);return r.a.createElement(r.a.Fragment,null,r.a.createElement(s.a,{disabled:0===t.bladeburner.teamSize,onClick:()=>n(!0)},"Set Team Size (Curr Size: ",Object(o.d)(t.action.teamCount,0),")"),r.a.createElement(i.a,{open:e,onClose:()=>n(!1),action:t.action,bladeburner:t.bladeburner}))}},,function(t,e,n){"use strict";n.d(e,"a",(function(){return i}));var a=n(0),r=n.n(a);function i(){const[t,e]=Object(a.useState)(!0);return Object(a.useEffect)(()=>{const t=setInterval(()=>e(t=>!t),1e3);return()=>clearInterval(t)}),r.a.createElement(r.a.Fragment,null,t?"|":r.a.createElement(r.a.Fragment,null," "))}},function(t,e,n){"use strict";n.d(e,"a",(function(){return f}));var a=n(0),r=n.n(a),i=n(10),o=n(23),s=n(1332),l=n.n(s),c=n(1331);function f(){const[t,e]=Object(a.useState)(!1);return r.a.createElement(r.a.Fragment,null,r.a.createElement(o.a,{title:"The style editor allows you to modify certain CSS rules used by the game."},r.a.createElement(i.a,{startIcon:r.a.createElement(l.a,null),onClick:()=>e(!0)},"Style Editor")),r.a.createElement(c.a,{open:t,onClose:()=>e(!1)}))}},function(t,e,n){"use strict";n.d(e,"a",(function(){return f}));var a=n(0),r=n.n(a),i=n(10),o=n(23),s=n(1333),l=n(1365),c=n.n(l);function f(){const[t,e]=Object(a.useState)(!1);return r.a.createElement(r.a.Fragment,null,r.a.createElement(o.a,{title:"The theme editor allows you to modify the colors the game uses."},r.a.createElement(i.a,{id:"bb-theme-editor-button",startIcon:r.a.createElement(c.a,null),onClick:()=>e(!0)},"Theme Editor")),r.a.createElement(s.a,{open:t,onClose:()=>e(!1)}))}},,,,,,,,,function(t,e,n){"use strict";n.d(e,"a",(function(){return s}));var a=n(0),r=n.n(a),i=n(3),o=n(146);function s(){return r.a.createElement(r.a.Fragment,null,r.a.createElement(i.a,{sx:{my:1}},"If you've created a theme that you believe should be added in game's theme browser, feel free to"," ",r.a.createElement(o.a,{href:"https://github.com/danielyxie/bitburner/tree/dev/src/Themes/README.md",target:"_blank"},"create a pull request"),"."),r.a.createElement(i.a,{sx:{my:1}},"Head over to the"," ",r.a.createElement(o.a,{href:"https://discord.com/channels/415207508303544321/921991895230611466",target:"_blank"},"theme-sharing")," ","discord channel for more."))}},,function(t,e,n){"use strict";n.d(e,"a",(function(){return m}));var a=n(0),r=n.n(a),i=n(350),o=n(250),s=n(10),l=n(23),c=n(666),f=n.n(c),u=n(309);function m({color:t="primary"}){const[e,n]=Object(a.useState)(!1);return r.a.createElement(r.a.Fragment,null,r.a.createElement(l.a,{title:"This will permanently delete your local save game. Did you export it before?"},r.a.createElement(s.a,{startIcon:r.a.createElement(f.a,null),color:t,onClick:()=>n(!0)},"Delete Save")),r.a.createElement(o.a,{onConfirm:()=>{n(!1),Object(i.a)().then(()=>{Object(u.b)(),setTimeout(()=>location.reload(),1e3)}).catch(t=>console.error("Could not delete game: "+t))},open:e,onClose:()=>n(!1),confirmationText:"Really delete your game? (It's permanent!)"}))}},,function(t,e,n){"use strict";n.d(e,"a",(function(){return f}));var a=n(0),r=n.n(a),i=n(250),o=n(10),s=n(23),l=n(1366),c=n.n(l);function f({color:t="primary",noConfirmation:e=!1,onTriggered:n}){const[l,f]=Object(a.useState)(!1);return r.a.createElement(r.a.Fragment,null,r.a.createElement(s.a,{title:"Perform a soft reset. Resets everything as if you had just purchased an Augmentation."},r.a.createElement(o.a,{startIcon:r.a.createElement(c.a,null),color:t,onClick:function(){e?n():f(!0)}},"Soft Reset")),r.a.createElement(i.a,{onConfirm:n,open:l,onClose:()=>f(!1),confirmationText:"This will perform the same action as installing Augmentations, are you sure?"}))}},function(t,e,n){"use strict";e.a='export type ValuesFrom = T[keyof T];\n\n/** @public */\nexport interface HP {\n current: number;\n max: number;\n}\n\n/** @public */\nexport interface Skills {\n hacking: number;\n strength: number;\n defense: number;\n dexterity: number;\n agility: number;\n charisma: number;\n intelligence: number;\n}\n\n/** @public */\nexport interface PossibleInfiltrationLocation {\n city: string;\n name: string;\n}\n\n/**\n * Coding contract data will differ depending on coding contract.\n * @public\n */\ntype CodingContractData = any;\n\n/** @public */\ntype PortData = string | number;\n\n/** @public */\ntype ScriptArg = string | number | boolean;\n\n/** @public */\ntype FilenameOrPID = number | string;\n\n/** @public */\ninterface Player {\n hp: HP;\n skills: Skills;\n exp: Skills;\n mults: Multipliers;\n numPeopleKilled: number;\n money: number;\n city: string;\n location: string;\n bitNodeN: number;\n totalPlaytime: number;\n playtimeSinceLastAug: number;\n playtimeSinceLastBitnode: number;\n jobs: Record;\n factions: string[];\n tor: boolean;\n hasCorporation: boolean;\n inBladeburner: boolean;\n entropy: number;\n}\n\n/** @public */\nexport interface Multipliers {\n /** Multiplier to hacking skill */\n hacking?: number;\n /** Multiplier to strength skill */\n strength?: number;\n /** Multiplier to defense skill */\n defense?: number;\n /** Multiplier to dexterity skill */\n dexterity?: number;\n /** Multiplier to agility skill */\n agility?: number;\n /** Multiplier to charisma skill */\n charisma?: number;\n /** Multiplier to hacking experience gain rate */\n hacking_exp?: number;\n /** Multiplier to strength experience gain rate */\n strength_exp?: number;\n /** Multiplier to defense experience gain rate */\n defense_exp?: number;\n /** Multiplier to dexterity experience gain rate */\n dexterity_exp?: number;\n /** Multiplier to agility experience gain rate */\n agility_exp?: number;\n /** Multiplier to charisma experience gain rate */\n charisma_exp?: number;\n /** Multiplier to chance of successfully performing a hack */\n hacking_chance?: number;\n /** Multiplier to hacking speed */\n hacking_speed?: number;\n /** Multiplier to amount of money the player gains from hacking */\n hacking_money?: number;\n /** Multiplier to amount of money injected into servers using grow */\n hacking_grow?: number;\n /** Multiplier to amount of reputation gained when working */\n company_rep?: number;\n /** Multiplier to amount of reputation gained when working */\n faction_rep?: number;\n /** Multiplier to amount of money gained from crimes */\n crime_money?: number;\n /** Multiplier to crime success rate */\n crime_success?: number;\n /** Multiplier to amount of money gained from working */\n work_money?: number;\n /** Multiplier to amount of money produced by Hacknet Nodes */\n hacknet_node_money?: number;\n /** Multiplier to cost of purchasing a Hacknet Node */\n hacknet_node_purchase_cost?: number;\n /** Multiplier to cost of ram for a Hacknet Node */\n hacknet_node_ram_cost?: number;\n /** Multiplier to cost of core for a Hacknet Node */\n hacknet_node_core_cost?: number;\n /** Multiplier to cost of leveling up a Hacknet Node */\n hacknet_node_level_cost?: number;\n /** Multiplier to Bladeburner max stamina */\n bladeburner_max_stamina?: number;\n /** Multiplier to Bladeburner stamina gain rate */\n bladeburner_stamina_gain?: number;\n /** Multiplier to effectiveness in Bladeburner Field Analysis */\n bladeburner_analysis?: number;\n /** Multiplier to success chance in Bladeburner contracts/operations */\n bladeburner_success_chance?: number;\n}\n\n/** @public */\nexport interface RunningScript {\n /** Arguments the script was called with */\n args: (string | number | boolean)[];\n /** Filename of the script */\n filename: string;\n /**\n * Script logs as an array. The newest log entries are at the bottom.\n * Timestamps, if enabled, are placed inside `[brackets]` at the start of each line.\n **/\n logs: string[];\n /** Total amount of hacking experience earned from this script when offline */\n offlineExpGained: number;\n /** Total amount of money made by this script when offline */\n offlineMoneyMade: number;\n /** Number of seconds that the script has been running offline */\n offlineRunningTime: number;\n /** Total amount of hacking experience earned from this script when online */\n onlineExpGained: number;\n /** Total amount of money made by this script when online */\n onlineMoneyMade: number;\n /** Number of seconds that this script has been running online */\n onlineRunningTime: number;\n /** Process ID. Must be an integer */\n pid: number;\n /** How much RAM this script uses for ONE thread */\n ramUsage: number;\n /** Hostname of the server on which this script runs */\n server: string;\n /** Number of threads that this script runs with */\n threads: number;\n}\n\n/** @public */\nexport interface RecentScript extends RunningScript {\n /** Timestamp of when the script was killed */\n timeOfDeath: Date;\n}\n\n/**\n * Data representing the internal values of a crime.\n * @public\n */\nexport interface CrimeStats {\n /** Number representing the difficulty of the crime. Used for success chance calculations */\n difficulty: number;\n /** Amount of karma lost for successfully committing this crime */\n karma: number;\n /** How many people die as a result of this crime */\n kills: number;\n /** How much money is given */\n money: number;\n /** Name of crime */\n name: string;\n /** Milliseconds it takes to attempt the crime */\n time: number;\n /** Description of the crime activity */\n type: string;\n /** hacking level impact on success change of the crime */\n hacking_success_weight: number;\n /** strength level impact on success change of the crime */\n strength_success_weight: number;\n /** defense level impact on success change of the crime */\n defense_success_weight: number;\n /** dexterity level impact on success change of the crime */\n dexterity_success_weight: number;\n /** agility level impact on success change of the crime */\n agility_success_weight: number;\n /** charisma level impact on success change of the crime */\n charisma_success_weight: number;\n /** hacking exp gained from crime */\n hacking_exp: number;\n /** strength exp gained from crime */\n strength_exp: number;\n /** defense exp gained from crime */\n defense_exp: number;\n /** dexterity exp gained from crime */\n dexterity_exp: number;\n /** agility exp gained from crime */\n agility_exp: number;\n /** charisma exp gained from crime */\n charisma_exp: number;\n /** intelligence exp gained from crime */\n intelligence_exp: number;\n}\n\n/**\n * Options to affect the behavior of {@link NS.hack | hack}, {@link NS.grow | grow}, and {@link NS.weaken | weaken}.\n * @public\n */\nexport interface BasicHGWOptions {\n /** Number of threads to use for this function.\n * Must be less than or equal to the number of threads the script is running with. */\n threads?: number;\n /** Set to true this action will affect the stock market. */\n stock?: boolean;\n}\n\n/**\n * Options to affect the behavior of {@link CodingContract} attempt.\n * @public\n */\nexport interface CodingAttemptOptions {\n /** If truthy, then the function will return a string that states the contract’s reward when it is successfully solved. */\n returnReward: boolean;\n}\n\n/**\n * Return value of {@link Sleeve.getSleevePurchasableAugs | getSleevePurchasableAugs}\n * @public\n */\nexport interface AugmentPair {\n /** augmentation name */\n name: string;\n /** augmentation cost */\n cost: number;\n}\n\n/** @public */\nexport enum PositionTypes {\n Long = "L",\n Short = "S",\n}\n\n/** @public */\nexport enum OrderTypes {\n LimitBuy = "Limit Buy Order",\n LimitSell = "Limit Sell Order",\n StopBuy = "Stop Buy Order",\n StopSell = "Stop Sell Order",\n}\n\n/**\n * Value in map of {@link StockOrder}\n * @public\n */\nexport interface StockOrderObject {\n /** Number of shares */\n shares: number;\n /** Price per share */\n price: number;\n /** Order type */\n type: OrderTypes;\n /** Order position */\n position: PositionTypes;\n}\n\n/**\n * Return value of {@link TIX.getOrders | getOrders}\n *\n * Keys are stock symbols, properties are arrays of {@link StockOrderObject}\n * @public\n */\nexport interface StockOrder {\n [key: string]: StockOrderObject[];\n}\n\n/**\n * A single process on a server.\n * @public\n */\nexport interface ProcessInfo {\n /** Script name. */\n filename: string;\n /** Number of threads script is running with */\n threads: number;\n /** Script\'s arguments */\n args: (string | number | boolean)[];\n /** Process ID */\n pid: number;\n}\n\n/**\n * Hack related multipliers.\n * @public\n */\nexport interface HackingMultipliers {\n /** Player\'s hacking chance multiplier. */\n chance: number;\n /** Player\'s hacking speed multiplier. */\n speed: number;\n /** Player\'s hacking money stolen multiplier. */\n money: number;\n /** Player\'s hacking growth multiplier */\n growth: number;\n}\n\n/**\n * Hacknet related multipliers.\n * @public\n */\nexport interface HacknetMultipliers {\n /** Player\'s hacknet production multiplier */\n production: number;\n /** Player\'s hacknet purchase cost multiplier */\n purchaseCost: number;\n /** Player\'s hacknet ram cost multiplier */\n ramCost: number;\n /** Player\'s hacknet core cost multiplier */\n coreCost: number;\n /** Player\'s hacknet level cost multiplier */\n levelCost: number;\n}\n\n/**\n * Hacknet node related constants\n * @public\n */\nexport interface HacknetNodeConstants {\n /** Amount of money gained per level */\n MoneyGainPerLevel: number;\n /** Base cost for a new node */\n BaseCost: number;\n /** Base cost per level */\n LevelBaseCost: number;\n /** Base cost to increase RAM */\n RamBaseCost: number;\n /** Base cost to increase cores */\n CoreBaseCost: number;\n /** Multiplier to purchase new node */\n PurchaseNextMult: number;\n /** Multiplier to increase node level */\n UpgradeLevelMult: number;\n /** Multiplier to increase RAM */\n UpgradeRamMult: number;\n /** Multiplier to increase cores */\n UpgradeCoreMult: number;\n /** Max node level */\n MaxLevel: number;\n /** Max amount of RAM in GB */\n MaxRam: number;\n /** Max number of cores */\n MaxCores: number;\n}\n\n/**\n * Hacknet server related constants\n * @public\n */\nexport interface HacknetServerConstants {\n /** Number of hashes calculated per level */\n HashesPerLevel: number;\n /** Base cost for a new server */\n BaseCost: number;\n /** Base cost to increase RAM */\n RamBaseCost: number;\n /** Base cost to increase cores */\n CoreBaseCost: number;\n /** Base cost to upgrade cache */\n CacheBaseCost: number;\n /** Multiplier to purchase a new server */\n PurchaseMult: number;\n /** Multiplier to increase server level */\n UpgradeLevelMult: number;\n /** Multiplier to increase RAM */\n UpgradeRamMult: number;\n /** Multiplier to increase cores */\n UpgradeCoreMult: number;\n /** Multiplier to upgrade cache */\n UpgradeCacheMult: number;\n /** Max number of servers */\n MaxServers: number;\n /** Max level for a server */\n MaxLevel: number;\n /** Max amount of RAM in GB */\n MaxRam: number;\n /** Max number of cores */\n MaxCores: number;\n /** Max cache size */\n MaxCache: number;\n}\n\n/**\n * A single server.\n * @public\n */\nexport interface Server {\n /**\n * How many CPU cores this server has. Maximum of 8.\n * Affects magnitude of grow and weaken.\n */\n cpuCores: number;\n\n /** Flag indicating whether the FTP port is open */\n ftpPortOpen: boolean;\n\n /** Flag indicating whether player has admin/root access to this server */\n hasAdminRights: boolean;\n\n /** Hostname. Must be unique */\n hostname: string;\n\n /** Flag indicating whether HTTP Port is open */\n httpPortOpen: boolean;\n\n /** IP Address. Must be unique */\n ip: string;\n\n /** Flag indicating whether player is currently connected to this server */\n isConnectedTo: boolean;\n\n /** RAM (GB) available on this server */\n maxRam: number;\n\n /**\n * Name of company/faction/etc. that this server belongs to.\n * Optional, not applicable to all Servers\n */\n organizationName: string;\n\n /** RAM (GB) used. i.e. unavailable RAM */\n ramUsed: number;\n\n /** Flag indicating whether SMTP Port is open */\n smtpPortOpen: boolean;\n\n /** Flag indicating whether SQL Port is open */\n sqlPortOpen: boolean;\n\n /** Flag indicating whether the SSH Port is open */\n sshPortOpen: boolean;\n\n /** Flag indicating whether this is a purchased server */\n purchasedByPlayer: boolean;\n\n /** Flag indicating whether this server has a backdoor installed by a player */\n backdoorInstalled: boolean;\n\n /**\n * Initial server security level\n * (i.e. security level when the server was created)\n */\n baseDifficulty: number;\n\n /** Server Security Level */\n hackDifficulty: number;\n\n /** Minimum server security level that this server can be weakened to */\n minDifficulty: number;\n\n /** How much money currently resides on the server and can be hacked */\n moneyAvailable: number;\n\n /** Maximum amount of money that this server can hold */\n moneyMax: number;\n\n /** Number of open ports required in order to gain admin/root access */\n numOpenPortsRequired: number;\n\n /** How many ports are currently opened on the server */\n openPortCount: number;\n\n /** Hacking level required to hack this server */\n requiredHackingSkill: number;\n\n /**\n * Parameter that affects how effectively this server\'s money can\n * be increased using the grow() Netscript function\n */\n serverGrowth: number;\n}\n\n/**\n * All multipliers affecting the difficulty of the current challenge.\n * @public\n */\nexport interface BitNodeMultipliers {\n /** Influences how quickly the player\'s agility level (not exp) scales */\n AgilityLevelMultiplier: number;\n /** Influences the base cost to purchase an augmentation. */\n AugmentationMoneyCost: number;\n /** Influences the base rep the player must have with a faction to purchase an augmentation. */\n AugmentationRepCost: number;\n /** Influences how quickly the player can gain rank within Bladeburner. */\n BladeburnerRank: number;\n /** Influences the cost of skill levels from Bladeburner. */\n BladeburnerSkillCost: number;\n /** Influences how quickly the player\'s charisma level (not exp) scales */\n CharismaLevelMultiplier: number;\n /** Influences the experience gained for each ability when a player completes a class. */\n ClassGymExpGain: number;\n /** Influences the amount of money gained from completing Coding Contracts */\n CodingContractMoney: number;\n /** Influences the experience gained for each ability when the player completes working their job. */\n CompanyWorkExpGain: number;\n /** Influences how much money the player earns when completing working their job. */\n CompanyWorkMoney: number;\n /** Influences the money gain from dividends of corporations created by the player. */\n CorporationSoftcap: number;\n /** Influences the valuation of corporations created by the player. */\n CorporationValuation: number;\n /** Influences the base experience gained for each ability when the player commits a crime. */\n CrimeExpGain: number;\n /** Influences the base money gained when the player commits a crime. */\n CrimeMoney: number;\n /** Influences how many Augmentations you need in order to get invited to the Daedalus faction */\n DaedalusAugsRequirement: number;\n /** Influences how quickly the player\'s defense level (not exp) scales */\n DefenseLevelMultiplier: number;\n /** Influences how quickly the player\'s dexterity level (not exp) scales */\n DexterityLevelMultiplier: number;\n /** Influences how much rep the player gains in each faction simply by being a member. */\n FactionPassiveRepGain: number;\n /** Influences the experience gained for each ability when the player completes work for a Faction. */\n FactionWorkExpGain: number;\n /** Influences how much rep the player gains when performing work for a faction. */\n FactionWorkRepGain: number;\n /** Influences how much it costs to unlock the stock market\'s 4S Market Data API */\n FourSigmaMarketDataApiCost: number;\n /** Influences how much it costs to unlock the stock market\'s 4S Market Data (NOT API) */\n FourSigmaMarketDataCost: number;\n /** Influences the respect gain and money gain of your gang. */\n GangSoftcap: number;\n /** Influences the experienced gained when hacking a server. */\n HackExpGain: number;\n /** Influences how quickly the player\'s hacking level (not experience) scales */\n HackingLevelMultiplier: number;\n /** Influences how much money is produced by Hacknet Nodes\n * and the hash rate of Hacknet Servers (unlocked in BitNode-9) */\n HacknetNodeMoney: number;\n /** Influences how much money it costs to upgrade your home computer\'s RAM */\n HomeComputerRamCost: number;\n /** Influences how much money is gained when the player infiltrates a company. */\n InfiltrationMoney: number;\n /** Influences how much rep the player can gain from factions when selling stolen documents and secrets */\n InfiltrationRep: number;\n /** Influences how much money can be stolen from a server when the player\n * performs a hack against it through the Terminal. */\n ManualHackMoney: number;\n /** Influence how much it costs to purchase a server */\n PurchasedServerCost: number;\n /** Influences the maximum number of purchased servers you can have */\n PurchasedServerLimit: number;\n /** Influences the maximum allowed RAM for a purchased server */\n PurchasedServerMaxRam: number;\n /** Influences cost of any purchased server at or above 128GB */\n PurchasedServerSoftcap: number;\n /** Influences the minimum favor the player must have with a faction before they can donate to gain rep. */\n RepToDonateToFaction: number;\n /** Influences how much the money on a server can be reduced when a script performs a hack against it. */\n ScriptHackMoney: number;\n /** Influences how much of the money stolen by a scripted hack will be added to the player\'s money. */\n ScriptHackMoneyGain: number;\n /** Influences the growth percentage per cycle against a server. */\n ServerGrowthRate: number;\n /** Influences the maximum money that a server can grow to. */\n ServerMaxMoney: number;\n /** Influences the initial money that a server starts with. */\n ServerStartingMoney: number;\n /** Influences the initial security level (hackDifficulty) of a server. */\n ServerStartingSecurity: number;\n /** Influences the weaken amount per invocation against a server. */\n ServerWeakenRate: number;\n /** Influences how quickly the player\'s strength level (not exp) scales */\n StrengthLevelMultiplier: number;\n /** Influences the power of the gift */\n StaneksGiftPowerMultiplier: number;\n /** Influences the size of the gift */\n StaneksGiftExtraSize: number;\n /** Influences the hacking skill required to backdoor the world daemon. */\n WorldDaemonDifficulty: number;\n}\n\n/**\n * Object representing all the values related to a hacknet node.\n * @public\n */\nexport interface NodeStats {\n /** Node\'s name */\n name: string;\n /** Node\'s level */\n level: number;\n /** Node\'s RAM (GB) */\n ram: number;\n /** Node\'s used RAM (GB) */\n ramUsed?: number;\n /** Node\'s number of cores */\n cores: number;\n /** Cache level. Only applicable for Hacknet Servers */\n cache?: number;\n /** Hash Capacity provided by this Node. Only applicable for Hacknet Servers */\n hashCapacity?: number;\n /** Node\'s production per second */\n production: number;\n /** Number of seconds since Node has been purchased */\n timeOnline: number;\n /** Total number of money Node has produced */\n totalProduction: number;\n}\n\n/** @public */\nexport interface CharacterMult {\n /** Agility stat */\n agility: number;\n /** Agility exp */\n agilityExp: number;\n /** Charisma stat */\n charisma: number;\n /** Charisma exp */\n charismaExp: number;\n /** Company reputation */\n companyRep: number;\n /** Money earned from crimes */\n crimeMoney: number;\n /** Crime success chance */\n crimeSuccess: number;\n /** Defense stat */\n defense: number;\n /** Defense exp */\n defenseExp: number;\n /** Dexterity stat */\n dexterity: number;\n /** Dexterity exp */\n dexterityExp: number;\n /** Faction reputation */\n factionRep: number;\n /** Hacking stat */\n hacking: number;\n /** Hacking exp */\n hackingExp: number;\n /** Strength stat */\n strength: number;\n /** Strength exp */\n strengthExp: number;\n /** Money earned from jobs */\n workMoney: number;\n}\n\n/** @public */\nexport interface SleeveWorkGains {\n /** Hacking exp gained from work */\n workHackExpGain: number;\n /** Strength exp gained from work */\n workStrExpGain: number;\n /** Defense exp gained from work, */\n workDefExpGain: number;\n /** Dexterity exp gained from work */\n workDexExpGain: number;\n /** Agility exp gained from work */\n workAgiExpGain: number;\n /** Charisma exp gained from work */\n workChaExpGain: number;\n /** Money gained from work */\n workMoneyGain: number;\n}\n\n/** @public */\nexport interface SourceFileLvl {\n /** The number of the source file */\n n: number;\n /** The level of the source file */\n lvl: number;\n}\n\n/**\n * Bladeburner current action.\n * @public\n */\nexport interface BladeburnerCurAction {\n /** Type of Action */\n type: string;\n /** Name of Action */\n name: string;\n}\n\n/**\n * Gang general info.\n * @public\n */\nexport interface GangGenInfo {\n /** Name of faction that the gang belongs to ("Slum Snakes", etc.) */\n faction: string;\n /** Indicating whether or not it\'s a hacking gang */\n isHacking: boolean;\n /** Money earned per game cycle */\n moneyGainRate: number;\n /** Gang\'s power for territory warfare */\n power: number;\n /** Gang\'s respect */\n respect: number;\n /** Respect earned per game cycle */\n respectGainRate: number;\n /** Amount of territory held */\n territory: number;\n /** Clash chance */\n territoryClashChance: number;\n /** Gang\'s wanted level */\n wantedLevel: number;\n /** Wanted level gained/lost per game cycle (negative for losses) */\n wantedLevelGainRate: number;\n /** Indicating if territory warfare is enabled */\n territoryWarfareEngaged: boolean;\n /** Number indicating the current wanted penalty */\n wantedPenalty: number;\n}\n\n/** @public */\nexport interface GangOtherInfoObject {\n /** Gang power */\n power: number;\n /** Gang territory, in decimal form */\n territory: number;\n}\n\n/** @public */\nexport interface GangOtherInfo {\n [key: string]: GangOtherInfoObject;\n}\n\n/**\n * Object representing data representing a gang member task.\n * @public\n */\nexport interface GangTaskStats {\n /** Task name */\n name: string;\n /** Task Description */\n desc: string;\n /** Is a task of a hacking gang */\n isHacking: boolean;\n /** Is a task of a combat gang */\n isCombat: boolean;\n /** Base respect earned */\n baseRespect: number;\n /** Base wanted earned */\n baseWanted: number;\n /** Base money earned */\n baseMoney: number;\n /** Hacking skill impact on task scaling */\n hackWeight: number;\n /** Strength skill impact on task scaling */\n strWeight: number;\n /** Defense skill impact on task scaling */\n defWeight: number;\n /** Dexterity skill impact on task scaling */\n dexWeight: number;\n /** Agility skill impact on task scaling */\n agiWeight: number;\n /** Charisma skill impact on task scaling */\n chaWeight: number;\n /** Number representing the difficulty of the task */\n difficulty: number;\n /** Territory impact on task scaling */\n territory: GangTerritory;\n}\n\n/**\n * Object representing data representing a gang member equipment.\n * @public\n */\nexport interface EquipmentStats {\n /** Strength multiplier */\n str?: number;\n /** Defense multiplier */\n def?: number;\n /** Dexterity multiplier */\n dex?: number;\n /** Agility multiplier */\n agi?: number;\n /** Charisma multiplier */\n cha?: number;\n /** Hacking multiplier */\n hack?: number;\n}\n\n/** @public */\nexport interface GangTerritory {\n /** Money gain impact on task scaling */\n money: number;\n /** Respect gain impact on task scaling */\n respect: number;\n /** Wanted gain impact on task scaling */\n wanted: number;\n}\n\n/** @public */\nexport interface GangMemberInfo {\n /** Name of the gang member */\n name: string;\n /** Currently assigned task */\n task: string;\n earnedRespect: number;\n\n /** Hack skill level */\n hack: number;\n /** Strength skill level */\n str: number;\n /** Defense skill level */\n def: number;\n /** Dexterity skill level */\n dex: number;\n /** Agility skill level */\n agi: number;\n /** Charisma skill level */\n cha: number;\n\n /** Current hack experience */\n hack_exp: number;\n /** Current strength experience */\n str_exp: number;\n /** Current defense experience */\n def_exp: number;\n /** Current dexterity experience */\n dex_exp: number;\n /** Current agility experience */\n agi_exp: number;\n /** Current charisma experience */\n cha_exp: number;\n\n /** Hack multiplier from equipment */\n hack_mult: number;\n /** Strength multiplier from equipment */\n str_mult: number;\n /** Defense multiplier from equipment */\n def_mult: number;\n /** Dexterity multiplier from equipment */\n dex_mult: number;\n /** Agility multiplier from equipment */\n agi_mult: number;\n /** Charisma multiplier from equipment */\n cha_mult: number;\n\n /** Hack multiplier from ascensions */\n hack_asc_mult: number;\n /** Strength multiplier from ascensions */\n str_asc_mult: number;\n /** Defense multiplier from ascensions */\n def_asc_mult: number;\n /** Dexterity multiplier from ascensions */\n dex_asc_mult: number;\n /** Agility multiplier from ascensions */\n agi_asc_mult: number;\n /** Charisma multiplier from ascensions */\n cha_asc_mult: number;\n\n /** Total earned hack experience */\n hack_asc_points: number;\n /** Total earned strength experience */\n str_asc_points: number;\n /** Total earned defense experience */\n def_asc_points: number;\n /** Total earned dexterity experience */\n dex_asc_points: number;\n /** Total earned agility experience */\n agi_asc_points: number;\n /** Total earned charisma experience */\n cha_asc_points: number;\n\n upgrades: string[];\n augmentations: string[];\n\n respectGain: number;\n wantedLevelGain: number;\n moneyGain: number;\n}\n\n/** @public */\nexport interface GangMemberAscension {\n /** Amount of respect lost from ascending */\n respect: number;\n /** Hacking multiplier gained from ascending */\n hack: number;\n /** Strength multiplier gained from ascending */\n str: number;\n /** Defense multiplier gained from ascending */\n def: number;\n /** Dexterity multiplier gained from ascending */\n dex: number;\n /** Agility multiplier gained from ascending */\n agi: number;\n /** Charisma multiplier gained from ascending */\n cha: number;\n}\n\n/**\n * Object representing a sleeve stats.\n * @public\n */\nexport interface SleeveSkills {\n /** Current shock of the sleeve [0-100] */\n shock: number;\n /** Current sync of the sleeve [0-100] */\n sync: number;\n /** Current memory of the sleeve [1-100] */\n memory: number;\n /** Current hacking skill of the sleeve */\n hacking: number;\n /** Current strength of the sleeve */\n strength: number;\n /** Current defense of the sleeve */\n defense: number;\n /** Current dexterity of the sleeve */\n dexterity: number;\n /** Current agility of the sleeve */\n agility: number;\n /** Current charisma of the sleeve */\n charisma: number;\n}\n\n/**\n * Object representing sleeve information.\n * @public\n */\nexport interface SleeveInformation {\n /** Location of the sleeve */\n city: string;\n /** hp of the sleeve */\n hp: HP;\n /** Jobs available to the sleeve */\n jobs: string[];\n /** Job titles available to the sleeve */\n jobTitle: string[];\n /** Does this sleeve have access to the tor router */\n tor: boolean;\n /** Sleeve multipliers */\n mult: CharacterMult;\n}\n\n/**\n * Object representing a sleeve current task.\n * @public\n */\nexport type SleeveTask = any;\n\n/**\n * Object representing a port. A port is a serialized queue.\n * @public\n */\nexport interface NetscriptPort {\n /**\n * Write data to a port.\n * @remarks\n * RAM cost: 0 GB\n *\n * @returns The data popped off the queue if it was full.\n */\n write(value: string | number): null | string | number;\n\n /**\n * Attempt to write data to the port.\n * @remarks\n * RAM cost: 0 GB\n *\n * @returns True if the data was added to the port, false if the port was full\n */\n tryWrite(value: string | number): boolean;\n\n /**\n * Shift an element out of the port.\n * @remarks\n * RAM cost: 0 GB\n *\n * This function will remove the first element from the port and return it.\n * If the port is empty, then the string “NULL PORT DATA” will be returned.\n * @returns the data read.\n */\n read(): string | number;\n\n /**\n * Retrieve the first element from the port without removing it.\n * @remarks\n * RAM cost: 0 GB\n *\n * This function is used to peek at the data from a port. It returns the\n * first element in the specified port without removing that element. If\n * the port is empty, the string “NULL PORT DATA” will be returned.\n * @returns the data read\n */\n peek(): string | number;\n\n /**\n * Check if the port is full.\n * @remarks\n * RAM cost: 0 GB\n *\n * @returns true if the port is full, otherwise false\n */\n full(): boolean;\n\n /**\n * Check if the port is empty.\n * @remarks\n * RAM cost: 0 GB\n *\n * @returns true if the port is empty, otherwise false\n */\n empty(): boolean;\n\n /**\n * Empties all data from the port.\n * @remarks\n * RAM cost: 0 GB\n */\n clear(): void;\n}\n\n/**\n * Stock market API\n * @public\n */\nexport interface TIX {\n /**\n * Returns true if the player has access to a WSE Account\n * @remarks RAM cost: 0.05 GB\n */\n hasWSEAccount(): boolean;\n /**\n * Returns true if the player has access to the TIX API\n * @remarks RAM cost: 0.05 GB\n */\n hasTIXAPIAccess(): boolean;\n /**\n * Returns true if the player has access to the 4S Data\n * @remarks RAM cost: 0.05 GB\n */\n has4SData(): boolean;\n /**\n * Returns true if the player has access to the 4SData TIX API\n * @remarks RAM cost: 0.05 GB\n */\n has4SDataTIXAPI(): boolean;\n /**\n * Returns an array of the symbols of the tradable stocks\n *\n * @remarks RAM cost: 2 GB\n * @returns Array of the symbols of the tradable stocks.\n */\n getSymbols(): string[];\n\n /**\n * Returns the price of a stock.\n *\n * @remarks\n * RAM cost: 2 GB\n *\n * The stock’s price is the average of its bid and ask prices. This function requires\n * that you have the following:\n *\n * 1. WSE Account\n *\n * 1. TIX API Access\n *\n * @example\n * ```ts\n * // NS1\n * stock.getPrice("FSIG");\n *\n * // Choose the first stock symbol from the array of stock symbols. Get the price\n * // of the corresponding stock.\n * var sym = stock.getSymbols()[0];\n * tprint("Stock symbol: " + sym);\n * tprint("Stock price: " + stock.getPrice(sym));\n * ```\n * @example\n * ```ts\n * // NS2\n * ns.stock.getPrice("FSIG");\n *\n * // Choose the first stock symbol from the array of stock symbols. Get the price\n * // of the corresponding stock.\n * const sym = ns.stock.getSymbols()[0];\n * ns.tprint("Stock symbol: " + sym);\n * ns.tprint("Stock price: " + ns.stock.getPrice(sym));\n * ```\n * @param sym - Stock symbol.\n * @returns The price of a stock.\n */\n getPrice(sym: string): number;\n\n /**\n * Returns the ask price of that stock.\n * @remarks RAM cost: 2 GB\n *\n * @param sym - Stock symbol.\n * @returns The ask price of a stock.\n */\n getAskPrice(sym: string): number;\n\n /**\n * Returns the bid price of that stock.\n * @remarks RAM cost: 2 GB\n *\n * @param sym - Stock symbol.\n * @returns The bid price of a stock.\n */\n getBidPrice(sym: string): number;\n\n /**\n * Returns the player’s position in a stock.\n * @remarks\n * RAM cost: 2 GB\n * Returns an array of four elements that represents the player’s position in a stock.\n *\n * The first element is the returned array is the number of shares the player owns of\n * the stock in the Long position. The second element in the array is the average price\n * of the player’s shares in the Long position.\n *\n * The third element in the array is the number of shares the player owns of the stock\n * in the Short position. The fourth element in the array is the average price of the\n * player’s Short position.\n *\n * All elements in the returned array are numeric.\n *\n * @example\n * ```ts\n * // NS1\n * var pos = stock.getPosition("ECP");\n * var shares = pos[0];\n * var avgPx = pos[1];\n * var sharesShort = pos[2];\n * var avgPxShort = pos[3];\n * ```\n * @example\n * ```ts\n * // NS2\n * const [shares, avgPx, sharesShort, avgPxShort] = ns.stock.getPosition("ECP");\n * ```\n * @param sym - Stock symbol.\n * @returns Array of four elements that represents the player’s position in a stock.\n */\n getPosition(sym: string): [number, number, number, number];\n\n /**\n * Returns the maximum number of shares of a stock.\n * @remarks\n * RAM cost: 2 GB\n * This is the maximum amount of the stock that can be purchased\n * in both the Long and Short positions combined.\n *\n * @param sym - Stock symbol.\n * @returns Maximum number of shares that the stock has.\n */\n getMaxShares(sym: string): number;\n\n /**\n * Calculates cost of buying stocks.\n * @remarks\n * RAM cost: 2 GB\n * Calculates and returns how much it would cost to buy a given number of shares of a stock.\n * This takes into account spread, large transactions influencing the price of the stock and commission fees.\n *\n * @param sym - Stock symbol.\n * @param shares - Number of shares to purchase.\n * @param posType - Specifies whether the order is a “Long” or “Short” position.\n * @returns Cost to buy a given number of shares of a stock.\n */\n getPurchaseCost(sym: string, shares: number, posType: string): number;\n\n /**\n * Calculate profit of selling stocks.\n * @remarks\n * RAM cost: 2 GB\n * Calculates and returns how much you would gain from selling a given number of shares of a stock.\n * This takes into account spread, large transactions influencing the price of the stock and commission fees.\n *\n * @param sym - Stock symbol.\n * @param shares - Number of shares to sell.\n * @param posType - Specifies whether the order is a “Long” or “Short” position.\n * @returns Gain from selling a given number of shares of a stock.\n */\n getSaleGain(sym: string, shares: number, posType: string): number;\n\n /**\n * Buy stocks.\n * @remarks\n * RAM cost: 2.5 GB\n * Attempts to purchase shares of a stock using a Market Order.\n *\n * If the player does not have enough money to purchase the specified number of shares,\n * then no shares will be purchased. Remember that every transaction on the stock exchange\n * costs a certain commission fee.\n *\n * If this function successfully purchases the shares, it will return the stock price at which\n * each share was purchased. Otherwise, it will return 0.\n *\n * @param sym - Stock symbol.\n * @param shares - Number of shares to purchased. Must be positive. Will be rounded to nearest integer.\n * @returns The stock price at which each share was purchased, otherwise 0 if the shares weren\'t purchased.\n */\n buyStock(sym: string, shares: number): number;\n\n /**\n * Sell stocks.\n * @remarks\n * RAM cost: 2.5 GB\n * Attempts to sell shares of a stock using a Market Order.\n *\n * If the specified number of shares in the function exceeds the amount that the player\n * actually owns, then this function will sell all owned shares. Remember that every\n * transaction on the stock exchange costs a certain commission fee.\n *\n * The net profit made from selling stocks with this function is reflected in the script’s\n * statistics. This net profit is calculated as:\n *\n * shares * (sell_price - average_price_of_purchased_shares)\n *\n * If the sale is successful, this function will return the stock price at\n * which each share was sold. Otherwise, it will return 0.\n *\n * @param sym - Stock symbol.\n * @param shares - Number of shares to sell. Must be positive. Will be rounded to nearest integer.\n * @returns The stock price at which each share was sold, otherwise 0 if the shares weren\'t sold.\n */\n sellStock(sym: string, shares: number): number;\n\n /**\n * Short stocks.\n * @remarks\n * RAM cost: 2.5 GB\n * Attempts to purchase a short position of a stock using a Market Order.\n *\n * The ability to short a stock is **not** immediately available to the player and\n * must be unlocked later on in the game.\n *\n * If the player does not have enough money to purchase the specified number of shares,\n * then no shares will be purchased. Remember that every transaction on the stock exchange\n * costs a certain commission fee.\n *\n * If the purchase is successful, this function will return the stock price at which each\n * share was purchased. Otherwise, it will return 0.\n *\n * @param sym - Stock symbol.\n * @param shares - Number of shares to short. Must be positive. Will be rounded to nearest integer.\n * @returns The stock price at which each share was purchased, otherwise 0 if the shares weren\'t purchased.\n */\n buyShort(sym: string, shares: number): number;\n\n /**\n * Sell short stock.\n * @remarks\n * RAM cost: 2.5 GB\n * Attempts to sell a short position of a stock using a Market Order.\n *\n * The ability to short a stock is **not** immediately available to the player and\n * must be unlocked later on in the game.\n *\n * If the specified number of shares exceeds the amount that the player actually owns,\n * then this function will sell all owned shares. Remember that every transaction on\n * the stock exchange costs a certain commission fee.\n *\n * If the sale is successful, this function will return the stock price at which each\n * share was sold. Otherwise it will return 0.\n *\n * @param sym - Stock symbol.\n * @param shares - Number of shares to sell. Must be positive. Will be rounded to nearest integer.\n * @returns The stock price at which each share was sold, otherwise 0 if the shares weren\'t sold.\n */\n sellShort(sym: string, shares: number): number;\n\n /**\n * Place order for stocks.\n * @remarks\n * RAM cost: 2.5 GB\n * Places an order on the stock market. This function only works for Limit and Stop Orders.\n *\n * The ability to place limit and stop orders is **not** immediately available to the player and\n * must be unlocked later on in the game.\n *\n * Returns true if the order is successfully placed, and false otherwise.\n *\n * @param sym - Stock symbol.\n * @param shares - Number of shares for order. Must be positive. Will be rounded to nearest integer.\n * @param price - Execution price for the order.\n * @param type - Type of order.\n * @param pos - Specifies whether the order is a “Long” or “Short” position.\n * @returns True if the order is successfully placed, and false otherwise.\n */\n placeOrder(sym: string, shares: number, price: number, type: string, pos: string): boolean;\n\n /**\n * Cancel order for stocks.\n * @remarks\n * RAM cost: 2.5 GB\n * Cancels an outstanding Limit or Stop order on the stock market.\n *\n * The ability to use limit and stop orders is **not** immediately available to the player and\n * must be unlocked later on in the game.\n *\n * @param sym - Stock symbol.\n * @param shares - Number of shares for order. Must be positive. Will be rounded to nearest integer.\n * @param price - Execution price for the order.\n * @param type - Type of order.\n * @param pos - Specifies whether the order is a “Long” or “Short” position.\n */\n cancelOrder(sym: string, shares: number, price: number, type: string, pos: string): void;\n\n /**\n * Returns your order book for the stock market.\n * @remarks\n * RAM cost: 2.5 GB\n * This is an object containing information for all the Limit and Stop Orders you have in the stock market.\n * For each symbol you have a position in, the returned object will have a key with that symbol\'s name.\n * The object\'s properties are each an array of {@link StockOrderObject}\n * The object has the following structure:\n *\n * ```ts\n * {\n * string1: [ // Array of orders for this stock\n * {\n * shares: Order quantity\n * price: Order price\n * type: Order type\n * position: Either "L" or "S" for Long or Short position\n * },\n * {\n * ...\n * },\n * ...\n * ],\n * string2: [ // Array of orders for this stock\n * ...\n * ],\n * ...\n * }\n * ```\n * The “Order type” property can have one of the following four values: "Limit Buy Order", "Limit Sell Order", "Stop Buy Order", "Stop Sell Order".\n * Note that the order book will only contain information for stocks that you actually have orders in.\n *\n * @example\n * ```ts\n * "If you do not have orders in Nova Medical (NVMD), then the returned object will not have a “NVMD” property."\n * {\n * ECP: [\n * {\n * shares: 5,\n * price: 100,000\n * type: "Stop Buy Order",\n * position: "S",\n * },\n * {\n * shares: 25,\n * price: 125,000\n * type: "Limit Sell Order",\n * position: "L",\n * },\n * ],\n * SYSC: [\n * {\n * shares: 100,\n * price: 10,000\n * type: "Limit Buy Order",\n * position: "L",\n * },\n * ],\n * }\n * ```\n * @returns Object containing information for all the Limit and Stop Orders you have in the stock market.\n */\n getOrders(): StockOrder;\n\n /**\n * Returns the volatility of the specified stock.\n * @remarks\n * RAM cost: 2.5 GB\n * Volatility represents the maximum percentage by which a stock’s price can change every tick.\n * The volatility is returned as a decimal value, NOT a percentage\n * (e.g. if a stock has a volatility of 3%, then this function will return 0.03, NOT 3).\n *\n * In order to use this function, you must first purchase access to the Four Sigma (4S) Market Data TIX API.\n *\n * @param sym - Stock symbol.\n * @returns Volatility of the specified stock.\n */\n getVolatility(sym: string): number;\n\n /**\n * Returns the probability that the specified stock’s price will increase (as opposed to decrease) during the next tick.\n * @remarks\n * RAM cost: 2.5 GB\n * The probability is returned as a decimal value, NOT a percentage\n * (e.g. if a stock has a 60% chance of increasing, then this function will return 0.6, NOT 60).\n *\n * In other words, if this function returned 0.30 for a stock, then this means that the stock’s price has a\n * 30% chance of increasing and a 70% chance of decreasing during the next tick.\n *\n * In order to use this function, you must first purchase access to the Four Sigma (4S) Market Data TIX API.\n *\n * @param sym - Stock symbol.\n * @returns Probability that the specified stock’s price will increase (as opposed to decrease) during the next tick.\n */\n getForecast(sym: string): number;\n\n /**\n * Purchase 4S Market Data Access.\n * @remarks RAM cost: 2.5 GB\n * @returns True if you successfully purchased it or if you already have access, false otherwise.\n */\n purchase4SMarketData(): boolean;\n\n /**\n * Purchase 4S Market Data TIX API Access.\n * @remarks RAM cost: 2.5 GB\n * @returns True if you successfully purchased it or if you already have access, false otherwise.\n */\n purchase4SMarketDataTixApi(): boolean;\n\n /**\n * Purchase WSE Account.\n * @remarks RAM cost: 2.5 GB\n * @returns True if you successfully purchased it or if you already have access, false otherwise.\n */\n purchaseWseAccount(): boolean;\n\n /**\n * Purchase TIX API Access\n * @remarks RAM cost: 2.5 GB\n * @returns True if you successfully purchased it or if you already have access, false otherwise.\n */\n purchaseTixApi(): boolean;\n}\n\n/**\n * Singularity API\n * @remarks\n * This API requires Source-File 4 to use. The RAM cost of all these functions is multiplied by 16/4/1 based on Source-File 4 levels.\n * @public\n */\nexport interface Singularity {\n /**\n * Backup game save.\n * @remarks\n * RAM cost: 1 GB * 16/4/1\n *\n *\n * This function will automatically opens the backup save prompt and claim the free faction favour if available.\n *\n */\n exportGame(): void;\n\n /**\n * Returns Backup save bonus availability.\n * @remarks\n * RAM cost: 0.5 GB * 16/4/1\n *\n *\n * This function will check if there is a bonus for backing up your save.\n *\n */\n exportGameBonus(): boolean;\n\n /**\n * Take university class.\n *\n * @remarks\n * RAM cost: 2 GB * 16/4/1\n *\n *\n * This function will automatically set you to start taking a course at a university.\n * If you are already in the middle of some “working” action (such as working at a\n * company, for a faction, or on a program), then running this function will automatically\n * cancel that action and give you your earnings.\n *\n * The cost and experience gains for all of these universities and classes are the same as\n * if you were to manually visit and take these classes.\n *\n * @param universityName - Name of university. You must be in the correct city for whatever university you specify.\n * @param courseName - Name of course.\n * @param focus - Acquire player focus on this class. Optional. Defaults to true.\n * @returns True if action is successfully started, false otherwise.\n */\n universityCourse(universityName: string, courseName: string, focus?: boolean): boolean;\n\n /**\n * Workout at the gym.\n *\n * @remarks\n * RAM cost: 2 GB * 16/4/1\n *\n\n * This function will automatically set you to start working out at a gym to train\n * a particular stat. If you are already in the middle of some “working” action\n * (such as working at a company, for a faction, or on a program), then running\n * this function will automatically cancel that action and give you your earnings.\n *\n * The cost and experience gains for all of these gyms are the same as if you were\n * to manually visit these gyms and train\n *\n * @param gymName - Name of gym. You must be in the correct city for whatever gym you specify.\n * @param stat - The stat you want to train.\n * @param focus - Acquire player focus on this gym workout. Optional. Defaults to true.\n * @returns True if actions is successfully started, false otherwise.\n */\n gymWorkout(gymName: string, stat: string, focus?: boolean): boolean;\n\n /**\n * Travel to another city.\n * @remarks\n * RAM cost: 2 GB * 16/4/1\n *\n *\n * This function allows the player to travel to any city. The cost for using this\n * function is the same as the cost for traveling through the Travel Agency.\n *\n * @param city - City to travel to.\n * @returns True if action is successful, false otherwise.\n */\n travelToCity(city: string): boolean;\n\n /**\n * Purchase the TOR router.\n * @remarks\n * RAM cost: 2 GB * 16/4/1\n *\n *\n * This function allows you to automatically purchase a TOR router. The cost for\n * purchasing a TOR router using this function is the same as if you were to\n * manually purchase one.\n *\n * @returns True if actions is successful or you already own TOR router, false otherwise.\n */\n purchaseTor(): boolean;\n\n /**\n * Purchase a program from the dark web.\n * @remarks\n * RAM cost: 2 GB * 16/4/1\n *\n *\n * This function allows you to automatically purchase programs. You MUST have a\n * TOR router in order to use this function. The cost of purchasing programs\n * using this function is the same as if you were purchasing them through the Dark\n * Web using the Terminal buy command.\n *\n * @example\n * ```ts\n * // NS1\n * purchaseProgram("brutessh.exe");\n * ```\n * @example\n * ```ts\n * // NS2\n * ns.purchaseProgram("brutessh.exe");\n * ```\n * @param programName - Name of program to purchase.\n * @returns True if the specified program is purchased, and false otherwise.\n */\n purchaseProgram(programName: string): boolean;\n\n /**\n * Check if the player is busy.\n * @remarks\n * RAM cost: 0.5 GB * 16/4/1\n *\n *\n * Returns a boolean indicating whether or not the player is currently performing an\n * ‘action’. These actions include working for a company/faction, studying at a university,\n * working out at a gym, creating a program, committing a crime, or carrying out a Hacking Mission.\n *\n * @returns True if the player is currently performing an ‘action’, false otherwise.\n */\n isBusy(): boolean;\n\n /**\n * Stop the current action.\n * @remarks\n * RAM cost: 1 GB * 16/4/1\n *\n *\n * This function is used to end whatever ‘action’ the player is currently performing.\n * The player will receive whatever money/experience/etc. he has earned from that action.\n *\n * The actions that can be stopped with this function are:\n *\n * * Studying at a university\n * * Working out at a gym\n * * Working for a company/faction\n * * Creating a program\n * * Committing a crime\n *\n * This function will return true if the player’s action was ended.\n * It will return false if the player was not performing an action when this function was called.\n *\n * @returns True if the player’s action was ended, false if the player was not performing an action.\n */\n stopAction(): boolean;\n\n /**\n * Upgrade home computer RAM.\n * @remarks\n * RAM cost: 3 GB * 16/4/1\n *\n *\n * This function will upgrade amount of RAM on the player’s home computer. The cost is\n * the same as if you were to do it manually.\n *\n * This function will return true if the player’s home computer RAM is successfully upgraded, and false otherwise.\n *\n * @returns True if the player’s home computer RAM is successfully upgraded, and false otherwise.\n */\n upgradeHomeRam(): boolean;\n\n /**\n * Upgrade home computer cores.\n * @remarks\n * RAM cost: 3 GB * 16/4/1\n *\n *\n * This function will upgrade amount of cores on the player’s home computer. The cost is\n * the same as if you were to do it manually.\n *\n * This function will return true if the player’s home computer cores is successfully upgraded, and false otherwise.\n *\n * @returns True if the player’s home computer cores is successfully upgraded, and false otherwise.\n */\n upgradeHomeCores(): boolean;\n\n /**\n * Get the price of upgrading home RAM.\n * @remarks\n * RAM cost: 1.5 GB * 16/4/1\n *\n *\n * Returns the cost of upgrading the player’s home computer RAM.\n *\n * @returns Cost of upgrading the player’s home computer RAM.\n */\n getUpgradeHomeRamCost(): number;\n\n /**\n * Get the price of upgrading home cores.\n * @remarks\n * RAM cost: 1.5 GB * 16/4/1\n *\n *\n * Returns the cost of upgrading the player’s home computer cores.\n *\n * @returns Cost of upgrading the player’s home computer cores.\n */\n getUpgradeHomeCoresCost(): number;\n\n /**\n * Work for a company.\n * @remarks\n * RAM cost: 3 GB * 16/4/1\n *\n *\n * This function will automatically set you to start working at the company\n * at which you are employed. If you are already in the middle of some “working”\n * action (such as working for a faction, training at a gym, or creating a program),\n * then running this function will automatically cancel that action and give you\n * your earnings.\n *\n * This function will return true if the player starts working, and false otherwise.\n *\n * Note that when you are working for a company, you will not actually receive your earnings (reputation, money, experience) until you FINISH the action.\n *\n * @example\n * ```ts\n * // NS1:\n * //If you only want to work until you get 100,000 company reputation. One small hack to get around this is to continuously restart the action to receive your earnings:\n * while (getCompanyRep(COMPANY HERE) < VALUE) {\n * workForCompany();\n * sleep(60000);\n * }\n * //This way, your company reputation will be updated every minute.\n * ```\n * @example\n * ```ts\n * // NS2:\n * //If you only want to work until you get 100,000 company reputation. One small hack to get around this is to continuously restart the action to receive your earnings:\n * while (ns.getCompanyRep(COMPANY HERE) < VALUE) {\n * ns.workForCompany();\n * await ns.sleep(60000);\n * }\n * //This way, your company reputation will be updated every minute.\n * ```\n * @param companyName - Name of company to work for. Must be an exact match. Optional. If not specified, this argument defaults to the last job that you worked\n * @param focus - Acquire player focus on this work operation. Optional. Defaults to true.\n * @returns True if the player starts working, and false otherwise.\n */\n workForCompany(companyName: string, focus?: boolean): boolean;\n\n /**\n * Quit jobs by company.\n * @remarks\n * RAM cost: 3 GB * 16/4/1\n *\n *\n * This function will finish work with the company provided and quit any jobs.\n *\n * @param companyName - Name of the company.\n */\n quitJob(companyName?: string): void;\n\n /**\n * Apply for a job at a company.\n * @remarks\n * RAM cost: 3 GB * 16/4/1\n *\n *\n * This function will automatically try to apply to the specified company\n * for a position in the specified field. This function can also be used to\n * apply for promotions by specifying the company and field you are already\n * employed at.\n *\n * This function will return true if you successfully get a job/promotion,\n * and false otherwise. Note that if you are trying to use this function to\n * apply for a promotion and you don’t get one, it will return false.\n *\n * @param companyName - Name of company to apply to.\n * @param field - Field to which you want to apply.\n * @returns True if the player successfully get a job/promotion, and false otherwise.\n */\n applyToCompany(companyName: string, field: string): boolean;\n\n /**\n * Get company reputation.\n * @remarks\n * RAM cost: 1 GB * 16/4/1\n *\n *\n * This function will return the amount of reputation you have at the specified company.\n * If the company passed in as an argument is invalid, -1 will be returned.\n *\n * @param companyName - Name of the company.\n * @returns Amount of reputation you have at the specified company.\n */\n getCompanyRep(companyName: string): number;\n\n /**\n * Get company favor.\n * @remarks\n * RAM cost: 1 GB * 16/4/1\n *\n *\n * This function will return the amount of favor you have at the specified company.\n * If the company passed in as an argument is invalid, -1 will be returned.\n *\n * @param companyName - Name of the company.\n * @returns Amount of favor you have at the specified company.\n */\n getCompanyFavor(companyName: string): number;\n\n /**\n * Get company favor gain.\n * @remarks\n * RAM cost: 0.75 GB * 16/4/1\n *\n *\n * This function will return the amount of favor you will gain for the specified\n * company when you reset by installing Augmentations.\n *\n * @param companyName - Name of the company.\n * @returns Amount of favor you gain at the specified company when you reset by installing Augmentations.\n */\n getCompanyFavorGain(companyName: string): number;\n\n /**\n * List all current faction invitations.\n * @remarks\n * RAM cost: 3 GB * 16/4/1\n *\n *\n * Returns an array with the name of all Factions you currently have outstanding invitations from.\n *\n * @returns Array with the name of all Factions you currently have outstanding invitations from.\n */\n checkFactionInvitations(): string[];\n\n /**\n * Join a faction.\n * @remarks\n * RAM cost: 3 GB * 16/4/1\n *\n *\n * This function will automatically accept an invitation from a faction and join it.\n *\n * @param faction - Name of faction to join.\n * @returns True if player joined the faction, and false otherwise.\n */\n joinFaction(faction: string): boolean;\n\n /**\n * Work for a faction.\n * @remarks\n * RAM cost: 3 GB * 16/4/1\n *\n *\n * This function will automatically set you to start working for the specified faction.\n * Obviously, you must be a member of the faction or else this function will fail. If\n * you are already in the middle of some “working” action (such as working for a company,\n * training at a gym, or creating a program), then running this function will automatically\n * cancel that action and give you your earnings.\n *\n * This function will return true if you successfully start working for the specified faction, and false otherwise.\n *\n * Note that when you are working for a faction, you will not actually receive your earnings (reputation, experience) until you FINISH the action.\n *\n * @example\n * ```ts\n * // NS1:\n * //If you only want to work until you get 100,000 faction reputation. One small hack to get around this is to continuously restart the action to receive your earnings:\n * while (getFactionRep(FACTION NAME) < VALUE) {\n * workForFaction(FACNAME, WORKTYPE);\n * sleep(60000);\n * }\n * //This way, your faction reputation will be updated every minute.\n * ```\n * @example\n * ```ts\n * // NS2:\n * //If you only want to work until you get 100,000 faction reputation. One small hack to get around this is to continuously restart the action to receive your earnings:\n * while (ns.getFactionRep(FACTION NAME) < VALUE) {\n * ns.workForFaction(FACNAME, WORKTYPE);\n * await ns.sleep(60000);\n * }\n * //This way, your faction reputation will be updated every minute.\n * ```\n * @param faction - Name of faction to work for.\n * @param workType - Type of work to perform for the faction.\n * @param focus - Acquire player focus on this work operation. Optional. Defaults to true.\n * @returns True if the player starts working, and false otherwise.\n */\n workForFaction(faction: string, workType: string, focus?: boolean): boolean;\n\n /**\n * Get faction reputation.\n * @remarks\n * RAM cost: 1 GB * 16/4/1\n *\n *\n * This function returns the amount of reputation you have for the specified faction.\n *\n * @param faction - Name of faction to work for.\n * @returns Amount of reputation you have for the specified faction.\n */\n getFactionRep(faction: string): number;\n\n /**\n * Get faction favor.\n * @remarks\n * RAM cost: 1 GB * 16/4/1\n *\n *\n * This function returns the amount of favor you have for the specified faction.\n *\n * @param faction - Name of faction.\n * @returns Amount of favor you have for the specified faction.\n */\n getFactionFavor(faction: string): number;\n\n /**\n * Get faction favor gain.\n * @remarks\n * RAM cost: 0.75 GB * 16/4/1\n *\n *\n * This function returns the amount of favor you will gain for the specified\n * faction when you reset by installing Augmentations.\n *\n * @param faction - Name of faction.\n * @returns Amount of favor you will gain for the specified faction when you reset by installing Augmentations.\n */\n getFactionFavorGain(faction: string): number;\n\n /**\n * Donate to a faction.\n * @remarks\n * RAM cost: 5 GB * 16/4/1\n *\n *\n * Attempts to donate money to the specified faction in exchange for reputation.\n * Returns true if you successfully donate the money, and false otherwise.\n *\n * @param faction - Name of faction to donate to.\n * @param amount - Amount of money to donate.\n * @returns True if the money was donated, and false otherwise.\n */\n donateToFaction(faction: string, amount: number): boolean;\n\n /**\n * Create a program.\n * @remarks\n * RAM cost: 5 GB * 16/4/1\n *\n *\n * This function will automatically set you to start working on creating the\n * specified program. If you are already in the middle of some “working” action\n * (such as working for a company, training at a gym, or taking a course), then\n * running this function will automatically cancel that action and give you your\n * earnings.\n *\n * This function returns true if you successfully start working on the specified program, and false otherwise.\n *\n * Note that creating a program using this function has the same hacking level requirements as it normally would. These level requirements are:\n * * BruteSSH.exe: 50\n * * FTPCrack.exe: 100\n * * relaySMTP.exe: 250\n * * HTTPWorm.exe: 500\n * * SQLInject.exe: 750\n * * DeepscanV1.exe: 75\n * * DeepscanV2.exe: 400\n * * ServerProfiler.exe: 75\n * * AutoLink.exe: 25\n *\n * @example\n * ```ts\n * // NS1:\n * createProgram(“relaysmtp.exe”);\n * ```\n * @example\n * ```ts\n * // NS2:\n * ns.createProgram(“relaysmtp.exe”);\n * ```\n * @param program - Name of program to create.\n * @param focus - Acquire player focus on this program creation. Optional. Defaults to true.\n * @returns True if you successfully start working on the specified program, and false otherwise.\n */\n createProgram(program: string, focus?: boolean): boolean;\n\n /**\n * Commit a crime.\n * @remarks\n * RAM cost: 5 GB * 16/4/1\n *\n *\n * This function is used to automatically attempt to commit crimes.\n * If you are already in the middle of some ‘working’ action (such\n * as working for a company or training at a gym), then running this\n * function will automatically cancel that action and give you your\n * earnings.\n *\n * This function returns the number of milliseconds it takes to attempt the\n * specified crime (e.g It takes 60 seconds to attempt the ‘Rob Store’ crime,\n * so running `commitCrime(\'rob store\')` will return 60,000).\n *\n * Warning: I do not recommend using the time returned from this function to try\n * and schedule your crime attempts. Instead, I would use the isBusy Singularity\n * function to check whether you have finished attempting a crime. This is because\n * although the game sets a certain crime to be X amount of seconds, there is no\n * guarantee that your browser will follow that time limit.\n *\n * @param crime - Name of crime to attempt.\n * @param focus - Acquire player focus on this crime. Optional. Defaults to true.\n * @returns The number of milliseconds it takes to attempt the specified crime.\n */\n commitCrime(crime: string, focus?: boolean): number;\n\n /**\n * Get chance to successfully commit a crime.\n * @remarks\n * RAM cost: 5 GB * 16/4/1\n *\n *\n * This function returns your chance of success at committing the specified crime.\n *\n * @param crime - Name of crime.\n * @returns Chance of success at committing the specified crime.\n */\n getCrimeChance(crime: string): number;\n\n /**\n * Get stats related to a crime.\n * @remarks\n * RAM cost: 5 GB * 16/4/1\n *\n *\n * Returns the stats of the crime.\n *\n * @param crime - Name of crime. Not case-sensitive\n * @returns The stats of the crime.\n */\n getCrimeStats(crime: string): CrimeStats;\n\n /**\n * Get a list of owned augmentation.\n * @remarks\n * RAM cost: 5 GB * 16/4/1\n *\n *\n * This function returns an array containing the names (as strings) of all Augmentations you have.\n *\n * @param purchased - Specifies whether the returned array should include Augmentations you have purchased but not yet installed. By default, this argument is false which means that the return value will NOT have the purchased Augmentations.\n * @returns Array containing the names (as strings) of all Augmentations you have.\n */\n getOwnedAugmentations(purchased?: boolean): string[];\n\n /**\n * Get a list of acquired Source-Files.\n * @remarks\n * RAM cost: 5 GB\n *\n * Returns an array of source files\n *\n * @returns Array containing an object with number and level of the source file.\n */\n getOwnedSourceFiles(): SourceFileLvl[];\n\n /**\n * Get a list of augmentation available from a faction.\n * @remarks\n * RAM cost: 5 GB * 16/4/1\n *\n *\n * Returns an array containing the names (as strings) of all Augmentations\n * that are available from the specified faction.\n *\n * @param faction - Name of faction.\n * @returns Array containing the names of all Augmentations.\n */\n getAugmentationsFromFaction(faction: string): string[];\n\n /**\n * Get the pre-requisite of an augmentation.\n * @remarks\n * RAM cost: 5 GB * 16/4/1\n *\n *\n * This function returns an array with the names of the prerequisite Augmentation(s) for the specified Augmentation.\n * If there are no prerequisites, a blank array is returned.\n *\n * @param augName - Name of Augmentation.\n * @returns Array with the names of the prerequisite Augmentation(s) for the specified Augmentation.\n */\n getAugmentationPrereq(augName: string): string[];\n\n /**\n * Get the price and reputation of an augmentation.\n * @deprecated use getAugmentationPrice getAugmentationRepCost\n * @remarks\n * RAM cost: 5 GB * 16/4/1\n *\n *\n * This function returns an array with two elements that gives the cost for\n * the specified Augmentation. The first element in the returned array is the\n * reputation requirement of the Augmentation, and the second element is the\n * money cost.\n *\n * If an invalid Augmentation name is passed in for the augName argument, this\n * function will return the array [-1, -1].\n *\n * @param augName - Name of Augmentation.\n * @returns Array with first element as a reputation requirement and second element as the money cost.\n */\n getAugmentationCost(augName: string): [number, number];\n\n /**\n * Get price of an augmentation.\n * @remarks\n * RAM cost: 2.5 GB * 16/4/1\n *\n *\n * @param augName - Name of Augmentation.\n * @returns Price of the augmentation.\n */\n getAugmentationPrice(augName: string): number;\n\n /**\n * Get base price of an augmentation.\n * @remarks\n * RAM cost: 2.5 GB * 16/4/1\n *\n *\n * @param augName - Name of Augmentation.\n * @returns Base price of the augmentation, before price multiplier.\n */\n getAugmentationBasePrice(augName: string): number;\n\n /**\n * Get reputation requirement of an augmentation.\n * @remarks\n * RAM cost: 2.5 GB * 16/4/1\n *\n *\n * @param augName - Name of Augmentation.\n * @returns Reputation requirement of the augmentation.\n */\n getAugmentationRepReq(augName: string): number;\n\n /**\n * Purchase an augmentation\n * @remarks\n * RAM cost: 5 GB * 16/4/1\n *\n *\n * This function will try to purchase the specified Augmentation through the given Faction.\n *\n * This function will return true if the Augmentation is successfully purchased, and false otherwise.\n *\n * @param faction - Name of faction to purchase Augmentation from.\n * @param augmentation - Name of Augmentation to purchase.\n * @returns True if the Augmentation is successfully purchased, and false otherwise.\n */\n purchaseAugmentation(faction: string, augmentation: string): boolean;\n\n /**\n * Get the stats of an augmentation.\n * @remarks\n * RAM cost: 5 GB * 16/4/1\n *\n *\n * This function returns augmentation stats.\n *\n * @param name - Name of Augmentation. CASE-SENSITIVE.\n * @returns Augmentation stats.\n */\n getAugmentationStats(name: string): Multipliers;\n\n /**\n * Install your purchased augmentations.\n * @remarks\n * RAM cost: 5 GB * 16/4/1\n *\n *\n * This function will automatically install your Augmentations, resetting the game as usual. If you do not own uninstalled Augmentations then the game will not reset.\n *\n * @param cbScript - This is a script that will automatically be run after Augmentations are installed (after the reset). This script will be run with no arguments and 1 thread. It must be located on your home computer.\n */\n installAugmentations(cbScript?: string): void;\n\n /**\n * Hospitalize the player.\n * @remarks\n * RAM cost: 0.25 GB * 16/4/1\n */\n hospitalize(): void;\n\n /**\n * Soft reset the game.\n * @remarks\n * RAM cost: 5 GB * 16/4/1\n *\n *\n * This function will perform a reset even if you don’t have any augmentation installed.\n *\n * @param cbScript - This is a script that will automatically be run after Augmentations are installed (after the reset). This script will be run with no arguments and 1 thread. It must be located on your home computer.\n */\n softReset(cbScript: string): void;\n\n /**\n * Go to a location.\n * @remarks\n * RAM cost: 5 GB * 16/4/1\n *\n *\n * Move the player to a specific location.\n *\n * @param locationName - Name of the location.\n * @returns True if the player was moved there, false otherwise.\n */\n goToLocation(locationName: string): boolean;\n\n /**\n * Get the current server.\n * @remarks\n * RAM cost: 2 GB * 16/4/1\n *\n *\n * @returns Name of the current server.\n */\n getCurrentServer(): string;\n\n /**\n * Connect to a server.\n * @remarks\n * RAM cost: 2 GB * 16/4/1\n *\n *\n * Run the connect HOSTNAME command in the terminal. Can only connect to neighbors.\n *\n * @returns True if the connect command was successful, false otherwise.\n */\n connect(hostname: string): boolean;\n\n /**\n * Run the hack command in the terminal.\n * @remarks\n * RAM cost: 2 GB * 16/4/1\n *\n *\n * @returns Amount of money stolen by manual hacking.\n */\n manualHack(): Promise;\n\n /**\n * Run the backdoor command in the terminal.\n * @remarks\n * RAM cost: 2 GB * 16/4/1\n *\n *\n * @returns Promise waiting for the installation to finish.\n */\n installBackdoor(): Promise;\n\n /**\n * Check if the player is focused.\n * @remarks\n * RAM cost: 0.1 GB * 16/4/1\n *\n *\n * @returns True if the player is focused.\n */\n isFocused(): boolean;\n\n /**\n * Set the players focus.\n * @remarks\n * RAM cost: 0.1 GB * 16/4/1\n *\n * @returns True if the focus was changed.\n */\n setFocus(focus: boolean): boolean;\n\n /**\n * Get a list of programs offered on the dark web.\n * @remarks\n * RAM cost: 1 GB * 16/4/1\n *\n *\n * This function allows the player to get a list of programs available for purchase\n * on the dark web. Players MUST have purchased Tor to get the list of programs\n * available. If Tor has not been purchased yet, this function will return an\n * empty list.\n *\n * @example\n * ```ts\n * // NS1\n * getDarkwebPrograms();\n * // returns [\'BruteSSH.exe\', \'FTPCrack.exe\'...etc]\n * ```\n * @example\n * ```ts\n * // NS2\n * ns.getDarkwebPrograms();\n * // returns [\'BruteSSH.exe\', \'FTPCrack.exe\'...etc]\n * ```\n * @returns - a list of programs available for purchase on the dark web, or [] if Tor has not\n * been purchased\n */\n getDarkwebPrograms(): string[];\n\n /**\n * Check the price of an exploit on the dark web\n * @remarks\n * RAM cost: 0.5 GB * 16/4/1\n *\n *\n * This function allows you to check the price of a darkweb exploit/program.\n * You MUST have a TOR router in order to use this function. The price returned\n * by this function is the same price you would see with buy -l from the terminal.\n * Returns the cost of the program if it has not been purchased yet, 0 if it\n * has already been purchased, or -1 if Tor has not been purchased (and thus\n * the program/exploit is not available for purchase).\n *\n * If the program does not exist, an error is thrown.\n *\n *\n * @example\n * ```ts\n * // NS1\n * getDarkwebProgramCost("brutessh.exe");\n * ```\n * @example\n * ```ts\n * // NS2\n * ns.getDarkwebProgramCost("brutessh.exe");\n * ```\n * @param programName - Name of program to check the price of\n * @returns Price of the specified darkweb program\n * (if not yet purchased), 0 if it has already been purchased, or -1 if Tor has not been\n * purchased. Throws an error if the specified program/exploit does not exist\n */\n getDarkwebProgramCost(programName: string): number;\n\n /**\n * b1t_flum3 into a different BN.\n * @remarks\n * RAM cost: 16 GB * 16/4/1\n *\n * @param nextBN - BN number to jump to\n * @param callbackScript - Name of the script to launch in the next BN.\n */\n b1tflum3(nextBN: number, callbackScript?: string): void;\n\n /**\n * Destroy the w0r1d_d43m0n and move on to the next BN.\n * @remarks\n * RAM cost: 32 GB * 16/4/1\n *\n * You must have the special augment installed and the required hacking level\n * OR\n * Completed the final black op.\n *\n * @param nextBN - BN number to jump to\n * @param callbackScript - Name of the script to launch in the next BN.\n */\n destroyW0r1dD43m0n(nextBN: number, callbackScript?: string): void;\n\n /**\n * Get the current work the player is doing.\n * @remarks\n * RAM cost: 0.5 GB * 16/4/1\n *\n * @returns - An object representing the current work. Fields depend on the kind of work.\n */\n getCurrentWork(): any | null;\n}\n\n/**\n * Hacknet API\n * @remarks\n * Not all these functions are immediately available.\n * @public\n */\nexport interface Hacknet {\n /**\n * Get the number of hacknet nodes you own.\n * @remarks\n * RAM cost: 0 GB\n *\n * Returns the number of Hacknet Nodes you own.\n *\n * @returns Number of hacknet nodes.\n */\n numNodes(): number;\n\n /**\n * Get the maximum number of hacknet nodes.\n * @remarks\n * RAM cost: 0 GB\n *\n * @returns Maximum number of hacknet nodes.\n */\n maxNumNodes(): number;\n\n /**\n * Purchase a new hacknet node.\n * @remarks\n * RAM cost: 0 GB\n *\n * Purchases a new Hacknet Node. Returns a number with the index of the\n * Hacknet Node. This index is equivalent to the number at the end of\n * the Hacknet Node’s name (e.g The Hacknet Node named `hacknet-node-4`\n * will have an index of 4).\n *\n * If the player cannot afford to purchase a new Hacknet Node then the function will return -1.\n *\n * @returns The index of the Hacknet Node or if the player cannot afford to purchase a new Hacknet Node the function will return -1.\n */\n purchaseNode(): number;\n\n /**\n * Get the price of the next hacknet node.\n * @remarks\n * RAM cost: 0 GB\n *\n * Returns the cost of purchasing a new Hacknet Node.\n *\n * @returns Cost of purchasing a new Hacknet Node.\n */\n getPurchaseNodeCost(): number;\n\n /**\n * Get the stats of a hacknet node.\n * @remarks\n * RAM cost: 0 GB\n *\n * Returns an object containing a variety of stats about the specified Hacknet Node.\n *\n * Note that for Hacknet Nodes, production refers to the amount of money the node generates.\n * For Hacknet Servers (the upgraded version of Hacknet Nodes), production refers to the\n * amount of hashes the node generates.\n *\n * @param index - Index/Identifier of Hacknet Node\n * @returns Object containing a variety of stats about the specified Hacknet Node.\n */\n getNodeStats(index: number): NodeStats;\n\n /**\n * Upgrade the level of a hacknet node.\n * @remarks\n * RAM cost: 0 GB\n *\n * Tries to upgrade the level of the specified Hacknet Node by n.\n *\n * Returns true if the Hacknet Node’s level is successfully upgraded by n\n * or if it is upgraded by some positive amount and the Node reaches its max level.\n *\n * Returns false otherwise.\n *\n * @param index - Index/Identifier of Hacknet Node.\n * @param n - Number of levels to purchase. Must be positive. Rounded to nearest integer.\n * @returns True if the Hacknet Node’s level is successfully upgraded, false otherwise.\n */\n upgradeLevel(index: number, n: number): boolean;\n\n /**\n * Upgrade the RAM of a hacknet node.\n * @remarks\n * RAM cost: 0 GB\n *\n * Tries to upgrade the specified Hacknet Node’s RAM n times.\n * Note that each upgrade doubles the Node’s RAM.\n * So this is equivalent to multiplying the Node’s RAM by 2 n.\n *\n * Returns true if the Hacknet Node’s RAM is successfully upgraded n times\n * or if it is upgraded some positive number of times and the Node reaches its max RAM.\n *\n * Returns false otherwise.\n *\n * @param index - Index/Identifier of Hacknet Node.\n * @param n - Number of times to upgrade RAM. Must be positive. Rounded to nearest integer.\n * @returns True if the Hacknet Node’s RAM is successfully upgraded, false otherwise.\n */\n upgradeRam(index: number, n: number): boolean;\n\n /**\n * Upgrade the core of a hacknet node.\n * @remarks\n * RAM cost: 0 GB\n *\n * Tries to purchase n cores for the specified Hacknet Node.\n *\n * Returns true if it successfully purchases n cores for the Hacknet Node\n * or if it purchases some positive amount and the Node reaches its max number of cores.\n *\n * Returns false otherwise.\n *\n * @param index - Index/Identifier of Hacknet Node.\n * @param n - Number of cores to purchase. Must be positive. Rounded to nearest integer.\n * @returns True if the Hacknet Node’s cores are successfully purchased, false otherwise.\n */\n upgradeCore(index: number, n: number): boolean;\n\n /**\n * Upgrade the cache of a hacknet node.\n * @remarks\n * RAM cost: 0 GB\n *\n * This function is only applicable for Hacknet Servers (the upgraded version of a Hacknet Node).\n *\n * Tries to upgrade the specified Hacknet Server’s cache n times.\n *\n * Returns true if it successfully upgrades the Server’s cache n times,\n * or if it purchases some positive amount and the Server reaches its max cache level.\n *\n * Returns false otherwise.\n *\n * @param index - Index/Identifier of Hacknet Node.\n * @param n - Number of cache levels to purchase. Must be positive. Rounded to nearest integer.\n * @returns True if the Hacknet Node’s cache level is successfully upgraded, false otherwise.\n */\n upgradeCache(index: number, n: number): boolean;\n\n /**\n * Calculate the cost of upgrading hacknet node levels.\n * @remarks\n * RAM cost: 0 GB\n *\n * Returns the cost of upgrading the specified Hacknet Node by n levels.\n *\n * If an invalid value for n is provided, then this function returns 0.\n * If the specified Hacknet Node is already at max level, then Infinity is returned.\n *\n * @param index - Index/Identifier of Hacknet Node.\n * @param n - Number of levels to upgrade. Must be positive. Rounded to nearest integer.\n * @returns Cost of upgrading the specified Hacknet Node.\n */\n getLevelUpgradeCost(index: number, n: number): number;\n\n /**\n * Calculate the cost of upgrading hacknet node RAM.\n * @remarks\n * RAM cost: 0 GB\n *\n * Returns the cost of upgrading the RAM of the specified Hacknet Node n times.\n *\n * If an invalid value for n is provided, then this function returns 0.\n * If the specified Hacknet Node already has max RAM, then Infinity is returned.\n *\n * @param index - Index/Identifier of Hacknet Node.\n * @param n - Number of times to upgrade RAM. Must be positive. Rounded to nearest integer.\n * @returns Cost of upgrading the specified Hacknet Node\'s RAM.\n */\n getRamUpgradeCost(index: number, n: number): number;\n\n /**\n * Calculate the cost of upgrading hacknet node cores.\n * @remarks\n * RAM cost: 0 GB\n *\n * Returns the cost of upgrading the number of cores of the specified Hacknet Node by n.\n *\n * If an invalid value for n is provided, then this function returns 0.\n * If the specified Hacknet Node is already at max level, then Infinity is returned.\n *\n * @param index - Index/Identifier of Hacknet Node.\n * @param n - Number of times to upgrade cores. Must be positive. Rounded to nearest integer.\n * @returns Cost of upgrading the specified Hacknet Node\'s number of cores.\n */\n getCoreUpgradeCost(index: number, n: number): number;\n\n /**\n * Calculate the cost of upgrading hacknet node cache.\n * @remarks\n * RAM cost: 0 GB\n *\n * This function is only applicable for Hacknet Servers (the upgraded version of a Hacknet Node).\n *\n * Returns the cost of upgrading the cache level of the specified Hacknet Server by n.\n *\n * If an invalid value for n is provided, then this function returns 0.\n * If the specified Hacknet Node is already at max level, then Infinity is returned.\n *\n * @param index - Index/Identifier of Hacknet Node.\n * @param n - Number of times to upgrade cache. Must be positive. Rounded to nearest integer.\n * @returns Cost of upgrading the specified Hacknet Node\'s cache.\n */\n getCacheUpgradeCost(index: number, n: number): number;\n\n /**\n * Get the total number of hashes stored.\n * @remarks\n * RAM cost: 0 GB\n *\n * This function is only applicable for Hacknet Servers (the upgraded version of a Hacknet Node).\n *\n * Returns the number of hashes you have.\n *\n * @returns Number of hashes you have.\n */\n numHashes(): number;\n\n /**\n * Get the maximum number of hashes you can store.\n * @remarks\n * RAM cost: 0 GB\n *\n * This function is only applicable for Hacknet Servers (the upgraded version of a Hacknet Node).\n *\n * Returns the number of hashes you can store.\n *\n * @returns Number of hashes you can store.\n */\n hashCapacity(): number;\n\n /**\n * Get the cost of a hash upgrade.\n * @remarks\n * RAM cost: 0 GB\n *\n * This function is only applicable for Hacknet Servers (the upgraded version of a Hacknet Node).\n *\n * Returns the number of hashes required for the specified upgrade. The name of the upgrade must be an exact match.\n *\n * @example\n * ```ts\n * // NS1:\n * var upgradeName = "Sell for Corporation Funds";\n * if (hacknet.numHashes() > hacknet.hashCost(upgradeName)) {\n * hacknet.spendHashes(upgradeName);\n * }\n * ```\n * @example\n * ```ts\n * // NS2:\n * const upgradeName = "Sell for Corporation Funds";\n * if (ns.hacknet.numHashes() > ns.hacknet.hashCost(upgradeName)) {\n * ns.hacknet.spendHashes(upgradeName);\n * }\n * ```\n * @param upgName - Name of the upgrade of Hacknet Node.\n * @param count - Number of upgrades to buy at once. Defaults to 1 if not specified.\n * @returns Number of hashes required for the specified upgrade.\n */\n hashCost(upgName: string, count?: number): number;\n\n /**\n * Purchase a hash upgrade.\n * @remarks\n * RAM cost: 0 GB\n *\n * This function is only applicable for Hacknet Servers (the upgraded version of a Hacknet Node).\n *\n * Spend the hashes generated by your Hacknet Servers on an upgrade.\n * Returns a boolean value - true if the upgrade is successfully purchased, and false otherwise.\n *\n * The name of the upgrade must be an exact match.\n * The `upgTarget` argument is used for upgrades such as `Reduce Minimum Security`, which applies to a specific server.\n * In this case, the `upgTarget` argument must be the hostname of the server.\n *\n * @example\n * ```ts\n * // NS1:\n * hacknet.spendHashes("Sell for Corporation Funds");\n * hacknet.spendHashes("Increase Maximum Money", "foodnstuff");\n * ```\n * @example\n * ```ts\n * NS2:\n * ns.hacknet.spendHashes("Sell for Corporation Funds");\n * ns.hacknet.spendHashes("Increase Maximum Money", "foodnstuff");\n * ```\n * @param upgName - Name of the upgrade of Hacknet Node.\n * @param upgTarget - Object to which upgrade applies. Required for certain upgrades.\n * @param count - Number of upgrades to buy at once. Defaults to 1 if not specified.\n * For compatibility reasons, upgTarget must be specified, even if it is not used, in order to specify count.\n * @returns True if the upgrade is successfully purchased, and false otherwise.\n */\n spendHashes(upgName: string, upgTarget?: string, count?: number): boolean;\n\n /**\n * Get the list of hash upgrades\n * @remarks\n * RAM cost: 0 GB\n *\n * This function is only applicable for Hacknet Servers (the upgraded version of a Hacknet Node).\n *\n * Returns the list of all available hash upgrades that can be used in the spendHashes function.\n * @example\n * ```ts\n * // NS1:\n * var upgrades = hacknet.getHashUpgrades(); // ["Sell for Money","Sell for Corporation Funds",...]\n * ```\n * @example\n * ```ts\n * // NS2:\n * const upgrades = ns.hacknet.getHashUpgrades(); // ["Sell for Money","Sell for Corporation Funds",...]\n * ```\n * @returns An array containing the available upgrades\n */\n getHashUpgrades(): string[];\n\n /**\n * Get the level of a hash upgrade.\n * @remarks\n * RAM cost: 0 GB\n *\n * This function is only applicable for Hacknet Servers (the upgraded version of a Hacknet Node).\n *\n * @returns Level of the upgrade.\n */\n getHashUpgradeLevel(upgName: string): number;\n\n /**\n * Get the multiplier to study.\n * @remarks\n * RAM cost: 0 GB\n *\n * This function is only applicable for Hacknet Servers (the upgraded version of a Hacknet Node).\n *\n * @returns Multiplier.\n */\n getStudyMult(): number;\n\n /**\n * Get the multiplier to training.\n * @remarks\n * RAM cost: 0 GB\n *\n * This function is only applicable for Hacknet Servers (the upgraded version of a Hacknet Node).\n *\n * @returns Multiplier.\n */\n getTrainingMult(): number;\n}\n\n/**\n * Bladeburner API\n * @remarks\n * You have to be employed in the Bladeburner division and be in BitNode-7\n * or have Source-File 7 in order to use this API.\n * @public\n */\nexport interface Bladeburner {\n /**\n * List all contracts.\n * @remarks\n * RAM cost: 0.4 GB\n *\n * Returns an array of strings containing the names of all Bladeburner contracts.\n *\n * @returns Array of strings containing the names of all Bladeburner contracts.\n */\n getContractNames(): string[];\n\n /**\n * List all operations.\n * @remarks\n * RAM cost: 0.4 GB\n *\n * Returns an array of strings containing the names of all Bladeburner operations.\n *\n * @returns Array of strings containing the names of all Bladeburner operations.\n */\n getOperationNames(): string[];\n\n /**\n * List all black ops.\n * @remarks\n * RAM cost: 0.4 GB\n *\n * Returns an array of strings containing the names of all Bladeburner Black Ops.\n *\n * @returns Array of strings containing the names of all Bladeburner Black Ops.\n */\n getBlackOpNames(): string[];\n\n /**\n * List all general actions.\n * @remarks\n * RAM cost: 0.4 GB\n *\n * Returns an array of strings containing the names of all general Bladeburner actions.\n *\n * @returns Array of strings containing the names of all general Bladeburner actions.\n */\n getGeneralActionNames(): string[];\n\n /**\n * List all skills.\n * @remarks\n * RAM cost: 0.4 GB\n *\n * Returns an array of strings containing the names of all general Bladeburner skills.\n *\n * @returns Array of strings containing the names of all general Bladeburner skills.\n */\n getSkillNames(): string[];\n\n /**\n * Start an action.\n * @remarks\n * RAM cost: 4 GB\n *\n * Attempts to start the specified Bladeburner action.\n * Returns true if the action was started successfully, and false otherwise.\n *\n * @param type - Type of action.\n * @param name - Name of action. Must be an exact match\n * @returns True if the action was started successfully, and false otherwise.\n */\n startAction(type: string, name: string): boolean;\n\n /**\n * Stop current action.\n * @remarks\n * RAM cost: 2 GB\n *\n * Stops the current Bladeburner action.\n *\n */\n stopBladeburnerAction(): void;\n\n /**\n * Get current action.\n * @remarks\n * RAM cost: 1 GB\n *\n * Returns an object that represents the player’s current Bladeburner action.\n * If the player is not performing an action, the function will return an object with the ‘type’ property set to “Idle”.\n *\n * @returns Object that represents the player’s current Bladeburner action.\n */\n getCurrentAction(): BladeburnerCurAction;\n\n /**\n * Get the time to complete an action.\n * @remarks\n * RAM cost: 4 GB\n *\n * Returns the number of milliseconds it takes to complete the specified action\n *\n * @param type - Type of action.\n * @param name - Name of action. Must be an exact match.\n * @returns Number of milliseconds it takes to complete the specified action.\n */\n getActionTime(type: string, name: string): number;\n\n /**\n * Get the time elapsed on current action.\n * @remarks\n * RAM cost: 4 GB\n *\n * Returns the number of milliseconds already spent on the current action.\n *\n * @returns Number of milliseconds already spent on the current action.\n */\n getActionCurrentTime(): number;\n\n /**\n * Get estimate success chance of an action.\n * @remarks\n * RAM cost: 4 GB\n *\n * Returns the estimated success chance for the specified action.\n * This chance is returned as a decimal value, NOT a percentage\n * (e.g. if you have an estimated success chance of 80%, then this function will return 0.80, NOT 80).\n *\n * @param type - Type of action.\n * @param name - Name of action. Must be an exact match.\n * @returns Estimated success chance for the specified action.\n */\n getActionEstimatedSuccessChance(type: string, name: string): [number, number];\n\n /**\n * Get the reputation gain of an action.\n * @remarks\n * RAM cost: 4 GB\n *\n * Returns the average Bladeburner reputation gain for successfully\n * completing the specified action.\n * Note that this value is an ‘average’ and the real reputation gain may vary slightly from this value.\n *\n * @param type - Type of action.\n * @param name - Name of action. Must be an exact match.\n * @param level - Optional action level at which to calculate the gain\n * @returns Average Bladeburner reputation gain for successfully completing the specified action.\n */\n getActionRepGain(type: string, name: string, level: number): number;\n\n /**\n * Get action count remaining.\n * @remarks\n * RAM cost: 4 GB\n *\n * Returns the remaining count of the specified action.\n *\n * Note that this is meant to be used for Contracts and Operations.\n * This function will return ‘Infinity’ for actions such as Training and Field Analysis.\n * This function will return 1 for BlackOps not yet completed regardless of whether\n * the player has the required rank to attempt the mission or not.\n *\n * @param type - Type of action.\n * @param name - Name of action. Must be an exact match.\n * @returns Remaining count of the specified action.\n */\n getActionCountRemaining(type: string, name: string): number;\n\n /**\n * Get the maximum level of an action.\n * @remarks\n * RAM cost: 4 GB\n *\n * Returns the maximum level for this action.\n *\n * Returns -1 if an invalid action is specified.\n *\n * @param type - Type of action.\n * @param name - Name of action. Must be an exact match.\n * @returns Maximum level of the specified action.\n */\n getActionMaxLevel(type: string, name: string): number;\n\n /**\n * Get the current level of an action.\n * @remarks\n * RAM cost: 4 GB\n *\n * Returns the current level of this action.\n *\n * Returns -1 if an invalid action is specified.\n *\n * @param type - Type of action.\n * @param name - Name of action. Must be an exact match.\n * @returns Current level of the specified action.\n */\n getActionCurrentLevel(type: string, name: string): number;\n\n /**\n * Get whether an action is set to autolevel.\n * @remarks\n * RAM cost: 4 GB\n *\n * Return a boolean indicating whether or not this action is currently set to autolevel.\n *\n * Returns false if an invalid action is specified.\n *\n * @param type - Type of action.\n * @param name - Name of action. Must be an exact match.\n * @returns True if the action is set to autolevel, and false otherwise.\n */\n getActionAutolevel(type: string, name: string): boolean;\n\n /**\n * Set an action autolevel.\n * @remarks\n * RAM cost: 4 GB\n *\n * Enable/disable autoleveling for the specified action.\n *\n * @param type - Type of action.\n * @param name - Name of action. Must be an exact match.\n * @param autoLevel - Whether or not to autolevel this action\n */\n setActionAutolevel(type: string, name: string, autoLevel: boolean): void;\n\n /**\n * Set the level of an action.\n * @remarks\n * RAM cost: 4 GB\n *\n * Set the level for the specified action.\n *\n * @param type - Type of action.\n * @param name - Name of action. Must be an exact match.\n * @param level - Level to set this action to.\n */\n setActionLevel(type: string, name: string, level: number): void;\n\n /**\n * Get player bladeburner rank.\n * @remarks\n * RAM cost: 4 GB\n *\n * Returns the player’s Bladeburner Rank.\n *\n * @returns Player’s Bladeburner Rank.\n */\n getRank(): number;\n\n /**\n * Get black op required rank.\n * @remarks\n * RAM cost: 2 GB\n *\n * Returns the rank required to complete this BlackOp.\n *\n * Returns -1 if an invalid action is specified.\n *\n * @param name - Name of BlackOp. Must be an exact match.\n * @returns Rank required to complete this BlackOp.\n */\n getBlackOpRank(name: string): number;\n\n /**\n * Get bladeburner skill points.\n * @remarks\n * RAM cost: 4 GB\n *\n * Returns the number of Bladeburner skill points you have.\n *\n * @returns Number of Bladeburner skill points you have.\n */\n getSkillPoints(): number;\n\n /**\n * Get skill level.\n * @remarks\n * RAM cost: 4 GB\n *\n * This function returns your level in the specified skill.\n *\n * The function returns -1 if an invalid skill name is passed in.\n *\n * @param skillName - Name of skill. Case-sensitive and must be an exact match\n * @returns Level in the specified skill.\n */\n getSkillLevel(name: string): number;\n\n /**\n * Get cost to upgrade skill.\n * @remarks\n * RAM cost: 4 GB\n *\n * This function returns the number of skill points needed to upgrade the specified skill the specified number of times.\n *\n * The function returns -1 if an invalid skill name is passed in.\n *\n * @param skillName - Name of skill. Case-sensitive and must be an exact match\n * @param count - Number of times to upgrade the skill. Defaults to 1 if not specified.\n * @returns Number of skill points needed to upgrade the specified skill.\n */\n getSkillUpgradeCost(name: string, count?: number): number;\n\n /**\n * Upgrade skill.\n * @remarks\n * RAM cost: 4 GB\n *\n * Attempts to upgrade the specified Bladeburner skill the specified number of times.\n *\n * Returns true if the skill is successfully upgraded, and false otherwise.\n *\n * @param skillName - Name of skill to be upgraded. Case-sensitive and must be an exact match\n * @param count - Number of times to upgrade the skill. Defaults to 1 if not specified.\n * @returns true if the skill is successfully upgraded, and false otherwise.\n */\n upgradeSkill(name: string, count?: number): boolean;\n\n /**\n * Get team size.\n * @remarks\n * RAM cost: 4 GB\n *\n * Returns the number of Bladeburner team members you have assigned to the specified action.\n *\n * Setting a team is only applicable for Operations and BlackOps. This function will return 0 for other action types.\n *\n * @param type - Type of action.\n * @param name - Name of action. Must be an exact match.\n * @returns Number of Bladeburner team members that were assigned to the specified action.\n */\n getTeamSize(type: string, name: string): number;\n\n /**\n * Set team size.\n * @remarks\n * RAM cost: 4 GB\n *\n * Set the team size for the specified Bladeburner action.\n *\n * Returns the team size that was set, or -1 if the function failed.\n *\n * @param type - Type of action.\n * @param name - Name of action. Must be an exact match.\n * @param size - Number of team members to set. Will be converted using Math.round().\n * @returns Number of Bladeburner team members you assigned to the specified action.\n */\n setTeamSize(type: string, name: string, size: number): number;\n\n /**\n * Get estimated population in city.\n * @remarks\n * RAM cost: 4 GB\n *\n * Returns the estimated number of Synthoids in the specified city,\n * or -1 if an invalid city was specified.\n *\n * @param cityName - Name of city. Case-sensitive\n * @returns Estimated number of Synthoids in the specified city.\n */\n getCityEstimatedPopulation(name: string): number;\n\n /**\n * Get number of communities in a city.\n * @remarks\n * RAM cost: 4 GB\n *\n * Returns the estimated number of Synthoid communities in the specified city,\n * or -1 if an invalid city was specified.\n *\n * @param cityName - Name of city. Case-sensitive\n * @returns Number of Synthoids communities in the specified city.\n */\n getCityCommunities(name: string): number;\n\n /**\n * Get chaos of a city.\n * @remarks\n * RAM cost: 4 GB\n *\n * Returns the chaos in the specified city,\n * or -1 if an invalid city was specified.\n *\n * @param cityName - Name of city. Case-sensitive\n * @returns Chaos in the specified city.\n */\n getCityChaos(name: string): number;\n\n /**\n * Get current city.\n * @remarks\n * RAM cost: 4 GB\n *\n * Returns the city that the player is currently in (for Bladeburner).\n *\n * @returns City that the player is currently in (for Bladeburner).\n */\n getCity(): string;\n\n /**\n * Travel to another city in bladeburner.\n * @remarks\n * RAM cost: 4 GB\n * Attempts to switch to the specified city (for Bladeburner only).\n *\n * Returns true if successful, and false otherwise\n *\n * @param cityName - Name of city. Case-sensitive\n * @returns true if successful, and false otherwise\n */\n switchCity(name: string): boolean;\n\n /**\n * Get bladeburner stamina.\n * @remarks\n * RAM cost: 4 GB\n * Returns an array with two elements:\n * * [Current stamina, Max stamina]\n * @example\n * ```ts\n * // NS1:\n * function getStaminaPercentage() {\n * var res = bladeburner.getStamina();\n * return res[0] / res[1];\n * }\n * ```\n * @example\n * ```ts\n * // NS2:\n * function getStaminaPercentage() {\n * const [current, max] = ns.bladeburner.getStamina();\n * return current / max;\n * }\n * ```\n * @returns Array containing current stamina and max stamina.\n */\n getStamina(): [number, number];\n\n /**\n * Join the bladeburner faction.\n * @remarks\n * RAM cost: 4 GB\n * Attempts to join the Bladeburner faction.\n *\n * Returns true if you successfully join the Bladeburner faction, or if you are already a member.\n *\n * Returns false otherwise.\n *\n * @returns True if you successfully join the Bladeburner faction, or if you are already a member, false otherwise.\n */\n joinBladeburnerFaction(): boolean;\n\n /**\n * Join the bladeburner division.\n * @remarks\n * RAM cost: 4 GB\n *\n * Attempts to join the Bladeburner division.\n *\n * Returns true if you successfully join the Bladeburner division, or if you are already a member.\n *\n * Returns false otherwise.\n *\n * @returns True if you successfully join the Bladeburner division, or if you are already a member, false otherwise.\n */\n joinBladeburnerDivision(): boolean;\n\n /**\n * Get bladeburner bonus time.\n * @remarks\n * RAM cost: 0 GB\n *\n * Returns the amount of accumulated “bonus time” (milliseconds) for the Bladeburner mechanic.\n *\n * “Bonus time” is accumulated when the game is offline or if the game is inactive in the browser.\n *\n * “Bonus time” makes the game progress faster, up to 5x the normal speed.\n * For example, if an action takes 30 seconds to complete but you’ve accumulated over\n * 30 seconds in bonus time, then the action will only take 6 seconds in real life to complete.\n *\n * @returns Amount of accumulated “bonus time” (milliseconds) for the Bladeburner mechanic.\n */\n getBonusTime(): number;\n}\n\n/**\n * Coding Contract API\n * @public\n */\nexport interface CodingContract {\n /**\n * Attempts a coding contract.\n * @remarks\n * RAM cost: 10 GB\n *\n * Attempts to solve the Coding Contract with the provided solution.\n *\n * @param answer - Solution for the contract.\n * @param filename - Filename of the contract.\n * @param host - Hostname of the server containing the contract. Optional. Defaults to current server if not provided.\n * @param opts - Optional parameters for configuring function behavior.\n * @returns True if the solution was correct, false otherwise. If the returnReward option is configured, then the function will instead return a string. If the contract is successfully solved, the string will contain a description of the contract’s reward. Otherwise, it will be an empty string.\n */\n attempt(\n answer: string | number | any[],\n filename: string,\n host?: string,\n opts?: CodingAttemptOptions,\n ): boolean | string;\n\n /**\n * Get the type of a coding contract.\n * @remarks\n * RAM cost: 5 GB\n *\n * Returns a name describing the type of problem posed by the Coding Contract.\n * (e.g. Find Largest Prime Factor, Total Ways to Sum, etc.)\n *\n * @param filename - Filename of the contract.\n * @param host - Hostname of the server containing the contract. Optional. Defaults to current server if not provided.\n * @returns Name describing the type of problem posed by the Coding Contract.\n */\n getContractType(filename: string, host?: string): string;\n\n /**\n * Get the description.\n * @remarks\n * RAM cost: 5 GB\n *\n * Get the full text description for the problem posed by the Coding Contract.\n *\n * @param filename - Filename of the contract.\n * @param host - Hostname of the server containing the contract. Optional. Defaults to current server if not provided.\n * @returns Contract’s text description.\n */\n getDescription(filename: string, host?: string): string;\n\n /**\n * Get the input data.\n * @remarks\n * RAM cost: 5 GB\n *\n * Get the data associated with the specific Coding Contract.\n * Note that this is not the same as the contract’s description.\n * This is just the data that the contract wants you to act on in order to solve the contract.\n *\n * @param filename - Filename of the contract.\n * @param host - Host of the server containing the contract. Optional. Defaults to current server if not provided.\n * @returns The specified contract’s data, data type depends on contract type.\n */\n getData(filename: string, host?: string): CodingContractData;\n\n /**\n * Get the number of attempts remaining.\n * @remarks\n * RAM cost: 2 GB\n *\n * Get the number of tries remaining on the contract before it self-destructs.\n *\n * @param filename - Filename of the contract.\n * @param host - Hostname of the server containing the contract. Optional. Defaults to current server if not provided.\n * @returns How many attempts are remaining for the contract.\n */\n getNumTriesRemaining(filename: string, host?: string): number;\n\n /**\n * Generate a dummy contract.\n * @remarks\n * RAM cost: 2 GB\n *\n * Generate a dummy contract on the home computer with no reward. Used to test various algorithms.\n *\n * @param type - Type of contract to generate\n */\n createDummyContract(type: string): void;\n\n /**\n * List all contract types.\n * @remarks\n * RAM cost: 2 GB\n */\n getContractTypes(): string[];\n}\n\n/**\n * Gang API\n * @remarks\n * If you are not in BitNode-2, then you must have Source-File 2 in order to use this API.\n * @public\n */\nexport interface Gang {\n /**\n * Create a gang.\n * @remarks\n * RAM cost: 1GB\n *\n * Create a gang with the specified faction.\n * @returns True if the gang was created, false otherwise.\n */\n createGang(faction: string): boolean;\n\n /**\n * Check if you\'re in a gang.\n * @remarks\n * RAM cost: 1GB\n * @returns True if you\'re in a gang, false otherwise.\n */\n inGang(): boolean;\n\n /**\n * List all gang members.\n * @remarks\n * RAM cost: 1 GB\n *\n * Get the names of all Gang members\n *\n * @returns Names of all Gang members.\n */\n getMemberNames(): string[];\n\n /**\n * Get information about your gang.\n * @remarks\n * RAM cost: 2 GB\n *\n * Get general information about the gang.\n *\n * @returns Object containing general information about the gang.\n */\n getGangInformation(): GangGenInfo;\n\n /**\n * Get information about the other gangs.\n * @remarks\n * RAM cost: 2 GB\n *\n * Get territory and power information about all gangs.\n *\n * @returns Object containing territory and power information about all gangs.\n */\n getOtherGangInformation(): GangOtherInfo;\n\n /**\n * Get information about a specific gang member.\n * @remarks\n * RAM cost: 2 GB\n *\n * Get stat and equipment-related information about a Gang Member\n *\n * @param name - Name of member.\n * @returns Object containing stat and equipment-related information about a Gang Member.\n */\n getMemberInformation(name: string): GangMemberInfo;\n\n /**\n * Check if you can recruit a new gang member.\n * @remarks\n * RAM cost: 1 GB\n *\n * Returns boolean indicating whether a member can currently be recruited\n *\n * @returns True if a member can currently be recruited, false otherwise.\n */\n canRecruitMember(): boolean;\n\n /**\n * Recruit a new gang member.\n * @remarks\n * RAM cost: 2 GB\n *\n * Attempt to recruit a new gang member.\n *\n * Possible reasons for failure:\n * * Cannot currently recruit a new member\n * * There already exists a member with the specified name\n *\n * @param name - Name of member to recruit.\n * @returns True if the member was successfully recruited, false otherwise.\n */\n recruitMember(name: string): boolean;\n\n /**\n * List member task names.\n * @remarks\n * RAM cost: 1 GB\n *\n * Get the name of all valid tasks that Gang members can be assigned to.\n *\n * @returns All valid tasks that Gang members can be assigned to.\n */\n getTaskNames(): string[];\n\n /**\n * Set gang member to task.\n * @remarks\n * RAM cost: 2 GB\n *\n * Attempts to assign the specified Gang Member to the specified task.\n * If an invalid task is specified, the Gang member will be set to idle (“Unassigned”).\n *\n * @param memberName - Name of Gang member to assign.\n * @param taskName - Task to assign.\n * @returns True if the Gang Member was successfully assigned to the task, false otherwise.\n */\n setMemberTask(memberName: string, taskName: string): boolean;\n\n /**\n * Get stats of a task.\n * @remarks\n * RAM cost: 1 GB\n *\n * Get the stats of a gang task stats. This is typically used to evaluate which action should be executed next.\n *\n * @param name - Name of the task.\n * @returns Detailed stats of a task.\n */\n getTaskStats(name: string): GangTaskStats;\n\n /**\n * List equipment names.\n * @remarks\n * RAM cost: 1 GB\n *\n * Get the name of all possible equipment/upgrades you can purchase for your Gang Members.\n * This includes Augmentations.\n *\n * @returns Names of all Equipments/Augmentations.\n */\n getEquipmentNames(): string[];\n\n /**\n * Get cost of equipment.\n * @remarks\n * RAM cost: 2 GB\n *\n * Get the amount of money it takes to purchase a piece of Equipment or an Augmentation.\n * If an invalid Equipment/Augmentation is specified, this function will return Infinity.\n *\n * @param equipName - Name of equipment.\n * @returns Cost to purchase the specified Equipment/Augmentation (number). Infinity for invalid arguments\n */\n getEquipmentCost(equipName: string): number;\n\n /**\n * Get type of an equipment.\n * @remarks\n * RAM cost: 2 GB\n *\n * Get the specified equipment type.\n *\n * @param equipName - Name of equipment.\n * @returns Type of the equipment.\n */\n getEquipmentType(equipName: string): string;\n\n /**\n * Get stats of an equipment.\n * @remarks\n * RAM cost: 2 GB\n *\n * Get the specified equipment stats.\n *\n * @param equipName - Name of equipment.\n * @returns A dictionary containing the stats of the equipment.\n */\n getEquipmentStats(equipName: string): EquipmentStats;\n\n /**\n * Purchase an equipment for a gang member.\n * @remarks\n * RAM cost: 4 GB\n *\n * Attempt to purchase the specified Equipment/Augmentation for the specified Gang member.\n *\n * @param memberName - Name of Gang member to purchase the equipment for.\n * @param equipName - Name of Equipment/Augmentation to purchase.\n * @returns True if the equipment was successfully purchased. False otherwise\n */\n purchaseEquipment(memberName: string, equipName: string): boolean;\n\n /**\n * Ascend a gang member.\n * @remarks\n * RAM cost: 4 GB\n *\n * Ascend the specified Gang Member.\n *\n * @param memberName - Name of member to ascend.\n * @returns Object with info about the ascension results. Undefined if ascension did not occur.\n */\n ascendMember(memberName: string): GangMemberAscension | undefined;\n\n /**\n * Get the result of an ascension without ascending.\n * @remarks\n * RAM cost: 2 GB\n *\n * Get the result of an ascension without ascending.\n *\n * @param memberName - Name of member.\n * @returns Object with info about the ascension results. Undefined if ascension is impossible.\n */\n getAscensionResult(memberName: string): GangMemberAscension | undefined;\n\n /**\n * Enable/Disable territory warfare.\n * @remarks\n * RAM cost: 2 GB\n *\n * Set whether or not the gang should engage in territory warfare\n *\n * @param engage - Whether or not to engage in territory warfare.\n */\n setTerritoryWarfare(engage: boolean): void;\n\n /**\n * Get chance to win clash with other gang.\n * @remarks\n * RAM cost: 4 GB\n *\n * Returns the chance you have to win a clash with the specified gang. The chance is returned in decimal form, not percentage\n *\n * @param gangName - Target gang\n * @returns Chance you have to win a clash with the specified gang.\n */\n getChanceToWinClash(gangName: string): number;\n\n /**\n * Get bonus time.\n * @remarks\n * RAM cost: 0 GB\n *\n * Returns the amount of accumulated “bonus time” (milliseconds) for the Gang mechanic.\n *\n * “Bonus time” is accumulated when the game is offline or if the game is inactive in the browser.\n *\n * “Bonus time” makes the game progress faster, up to 10x the normal speed.\n *\n * @returns Bonus time for the Gang mechanic in milliseconds.\n */\n getBonusTime(): number;\n}\n\n/**\n * Sleeve API\n * @remarks\n * If you are not in BitNode-10, then you must have Source-File 10 in order to use this API.\n * @public\n */\nexport interface Sleeve {\n /**\n * Get the number of sleeves you own.\n * @remarks\n * RAM cost: 4 GB\n *\n * Return the number of duplicate sleeves the player has.\n *\n * @returns number of duplicate sleeves the player has.\n */\n getNumSleeves(): number;\n\n /**\n * Get the stats of a sleeve.\n * @remarks\n * RAM cost: 4 GB\n *\n * Return a structure containing the stats of the sleeve.\n *\n * @param sleeveNumber - Index of the sleeve to get stats of.\n * @returns Object containing the stats of the sleeve.\n */\n getSleeveStats(sleeveNumber: number): SleeveSkills;\n\n /**\n * Get information about a sleeve.\n * @remarks\n * RAM cost: 4 GB\n *\n * Return a struct containing tons of information about this sleeve\n *\n * @param sleeveNumber - Index of the sleeve to retrieve information.\n * @returns Object containing tons of information about this sleeve.\n */\n getInformation(sleeveNumber: number): SleeveInformation;\n\n /**\n * Get task of a sleeve.\n * @remarks\n * RAM cost: 4 GB\n *\n * Return the current task that the sleeve is performing. type is set to “Idle” if the sleeve isn’t doing anything.\n *\n * @param sleeveNumber - Index of the sleeve to retrieve task from.\n * @returns Object containing information the current task that the sleeve is performing.\n */\n getTask(sleeveNumber: number): SleeveTask;\n\n /**\n * Set a sleeve to shock recovery.\n * @remarks\n * RAM cost: 4 GB\n *\n * Return a boolean indicating whether or not this action was set successfully.\n *\n * @param sleeveNumber - Index of the sleeve to start recovery.\n * @returns True if this action was set successfully, false otherwise.\n */\n setToShockRecovery(sleeveNumber: number): boolean;\n\n /**\n * Set a sleeve to synchronize.\n * @remarks\n * RAM cost: 4 GB\n *\n * Return a boolean indicating whether or not this action was set successfully.\n *\n * @param sleeveNumber - Index of the sleeve to start synchronizing.\n * @returns True if this action was set successfully, false otherwise.\n */\n setToSynchronize(sleeveNumber: number): boolean;\n\n /**\n * Set a sleeve to commit crime.\n * @remarks\n * RAM cost: 4 GB\n *\n * Return a boolean indicating whether or not this action was set successfully.\n *\n * Returns false if an invalid action is specified.\n *\n * @param sleeveNumber - Index of the sleeve to start committing crime.\n * @param name - Name of the crime. Must be an exact match.\n * @returns True if this action was set successfully, false otherwise.\n */\n setToCommitCrime(sleeveNumber: number, name: string): boolean;\n\n /**\n * Set a sleeve to work for a faction.\n * @remarks\n * RAM cost: 4 GB\n *\n * Return a boolean indicating whether or not the sleeve started working or this faction.\n *\n * @param sleeveNumber - Index of the sleeve to work for the faction.\n * @param factionName - Name of the faction to work for.\n * @param factionWorkType - Name of the action to perform for this faction.\n * @returns True if the sleeve started working on this faction, false otherwise, can also throw on errors\n */\n setToFactionWork(sleeveNumber: number, factionName: string, factionWorkType: string): boolean | undefined;\n\n /**\n * Set a sleeve to work for a company.\n * @remarks\n * RAM cost: 4 GB\n *\n * Return a boolean indicating whether or not the sleeve started working or this company.\n *\n * @param sleeveNumber - Index of the sleeve to work for the company.\n * @param companyName - Name of the company to work for.\n * @returns True if the sleeve started working on this company, false otherwise.\n */\n setToCompanyWork(sleeveNumber: number, companyName: string): boolean;\n\n /**\n * Set a sleeve to take a class at a university.\n * @remarks\n * RAM cost: 4 GB\n *\n * Return a boolean indicating whether or not this action was set successfully.\n *\n * @param sleeveNumber - Index of the sleeve to start taking class.\n * @param university - Name of the university to attend.\n * @param className - Name of the class to follow.\n * @returns True if this action was set successfully, false otherwise.\n */\n setToUniversityCourse(sleeveNumber: number, university: string, className: string): boolean;\n\n /**\n * Set a sleeve to workout at the gym.\n * @remarks\n * RAM cost: 4 GB\n *\n * Return a boolean indicating whether or not the sleeve started working out.\n *\n * @param sleeveNumber - Index of the sleeve to workout at the gym.\n * @param gymName - Name of the gym.\n * @param stat - Name of the stat to train.\n * @returns True if the sleeve started working out, false otherwise.\n */\n setToGymWorkout(sleeveNumber: number, gymName: string, stat: string): boolean;\n\n /**\n * Make a sleeve travel to another city.\n * @remarks\n * RAM cost: 4 GB\n *\n * Return a boolean indicating whether or not the sleeve reached destination.\n *\n * @param sleeveNumber - Index of the sleeve to travel.\n * @param cityName - Name of the destination city.\n * @returns True if the sleeve reached destination, false otherwise.\n */\n travel(sleeveNumber: number, cityName: string): boolean;\n\n /**\n * Get augmentations installed on a sleeve.\n * @remarks\n * RAM cost: 4 GB\n *\n * Return a list of augmentation names that this sleeve has installed.\n *\n * @param sleeveNumber - Index of the sleeve to retrieve augmentations from.\n * @returns List of augmentation names that this sleeve has installed.\n */\n getSleeveAugmentations(sleeveNumber: number): string[];\n\n /**\n * Get price of an augmentation.\n * @remarks\n * RAM cost: 4 GB\n *\n *\n * @param augName - Name of Augmentation.\n * @returns Price of the augmentation.\n */\n getSleeveAugmentationPrice(augName: string): number;\n\n /**\n * Get reputation requirement of an augmentation.\n * @remarks\n * RAM cost: 4 GB\n *\n *\n * @param augName - Name of Augmentation.\n * @returns Reputation requirement of the augmentation.\n */\n getSleeveAugmentationRepReq(augName: string): number;\n\n /**\n * List purchasable augs for a sleeve.\n * @remarks\n * RAM cost: 4 GB\n *\n * Return a list of augmentations that the player can buy for this sleeve.\n *\n * @param sleeveNumber - Index of the sleeve to retrieve purchasable augmentations from.\n * @returns List of augmentations that the player can buy for this sleeve.\n */\n getSleevePurchasableAugs(sleeveNumber: number): AugmentPair[];\n\n /**\n * Purchase an aug for a sleeve.\n * @remarks\n * RAM cost: 4 GB\n *\n * Return true if the aug was purchased and installed on the sleeve.\n *\n * @param sleeveNumber - Index of the sleeve to buy an aug for.\n * @param augName - Name of the aug to buy. Must be an exact match.\n * @returns True if the aug was purchased and installed on the sleeve, false otherwise.\n */\n purchaseSleeveAug(sleeveNumber: number, augName: string): boolean;\n\n /**\n * Set a sleeve to perform bladeburner actions.\n * @remarks\n * RAM cost: 4 GB\n *\n * Return a boolean indicating whether or not the sleeve started working out.\n *\n * @param sleeveNumber - Index of the sleeve to workout at the gym.\n * @param action - Name of the action to be performed.\n * @param contract - Name of the contract if applicable.\n * @returns True if the sleeve started working out, false otherwise.\n */\n setToBladeburnerAction(sleeveNumber: number, action: string, contract?: string): boolean;\n}\n\n/**\n * Grafting API\n * @remarks\n * This API requires Source-File 10 to use.\n * @public\n */\nexport interface Grafting {\n /**\n * Retrieve the grafting cost of an aug.\n * @remarks\n * RAM cost: 3.75 GB\n *\n * @param augName - Name of the aug to check the price of. Must be an exact match.\n * @returns The cost required to graft the named augmentation.\n * @throws Will error if an invalid Augmentation name is provided.\n */\n getAugmentationGraftPrice(augName: string): number;\n\n /**\n * Retrieves the time required to graft an aug.\n * @remarks\n * RAM cost: 3.75 GB\n *\n * @param augName - Name of the aug to check the grafting time of. Must be an exact match.\n * @returns The time required, in millis, to graft the named augmentation.\n * @throws Will error if an invalid Augmentation name is provided.\n */\n getAugmentationGraftTime(augName: string): number;\n\n /**\n * Retrieves a list of Augmentations that can be grafted.\n * @remarks\n * RAM cost: 5 GB\n *\n * Note that this function returns a list of currently graftable Augmentations,\n * based off of the Augmentations that you already own.\n *\n * @returns An array of graftable Augmentations.\n */\n getGraftableAugmentations(): string[];\n\n /**\n * Begins grafting the named aug. You must be in New Tokyo to use this.\n * @remarks\n * RAM cost: 7.5 GB\n *\n * @param augName - The name of the aug to begin grafting. Must be an exact match.\n * @param focus - Acquire player focus on this Augmentation grafting. Optional. Defaults to true.\n * @returns True if the aug successfully began grafting, false otherwise (e.g. not enough money, or\n * invalid Augmentation name provided).\n * @throws Will error if called while you are not in New Tokyo.\n */\n graftAugmentation(augName: string, focus?: boolean): boolean;\n}\n\n/**\n * Skills formulas\n * @public\n */\ninterface SkillsFormulas {\n /**\n * Calculate skill level.\n * @param exp - experience for that skill\n * @param skillMult - Multiplier for that skill, defaults to 1.\n * @returns The calculated skill level.\n */\n calculateSkill(exp: number, skillMult?: number): number;\n /**\n * Calculate exp for skill level.\n * @param skill - target skill level\n * @param skillMult - Multiplier for that skill, defaults to 1.\n * @returns The calculated exp required.\n */\n calculateExp(skill: number, skillMult?: number): number;\n}\n\n/** @public */\nexport interface WorkStats {\n money: number;\n reputation: number;\n hackExp: number;\n strExp: number;\n defExp: number;\n dexExp: number;\n agiExp: number;\n chaExp: number;\n intExp: number;\n}\n\n/**\n * Work formulas\n * @public\n */\ninterface WorkFormulas {\n crimeGains(crimeType: string): WorkStats;\n classGains(player: Player, classType: string, locationName: string): WorkStats;\n factionGains(player: Player, workType: string, favor: number): WorkStats;\n}\n\n/**\n * Reputation formulas\n * @public\n */\ninterface ReputationFormulas {\n /**\n * Calculate the total required amount of faction reputation to reach a target favor.\n * @param favor - target faction favor.\n * @returns The calculated faction reputation required.\n */\n calculateFavorToRep(favor: number): number;\n /**\n * Calculate the resulting faction favor of a total amount of reputation.\n * (Faction favor is gained whenever you install an Augmentation.)\n * @param rep - amount of reputation.\n * @returns The calculated faction favor.\n */\n calculateRepToFavor(rep: number): number;\n\n /**\n * Calculate how much rep would be gained.\n * @param amount - Amount of money donated\n * @param player - Player info from {@link NS.getPlayer | getPlayer}\n */\n repFromDonation(amount: number, player: Player): number;\n}\n\n/**\n * Hacking formulas\n * @public\n */\ninterface HackingFormulas {\n /**\n * Calculate hack chance.\n * (Ex: 0.25 would indicate a 25% chance of success.)\n * @param server - Server info from {@link NS.getServer | getServer}\n * @param player - Player info from {@link NS.getPlayer | getPlayer}\n * @returns The calculated hack chance.\n */\n hackChance(server: Server, player: Player): number;\n /**\n * Calculate hack exp for one thread.\n * @remarks\n * Multiply by thread to get total exp\n * @param server - Server info from {@link NS.getServer | getServer}\n * @param player - Player info from {@link NS.getPlayer | getPlayer}\n * @returns The calculated hack exp.\n */\n hackExp(server: Server, player: Player): number;\n /**\n * Calculate hack percent for one thread.\n * (Ex: 0.25 would steal 25% of the server\'s current value.)\n * @remarks\n * Multiply by thread to get total percent hacked.\n * @param server - Server info from {@link NS.getServer | getServer}\n * @param player - Player info from {@link NS.getPlayer | getPlayer}\n * @returns The calculated hack percent.\n */\n hackPercent(server: Server, player: Player): number;\n /**\n * Calculate the percent a server would grow to.\n * (Ex: 3.0 would would grow the server to 300% of its current value.)\n * @param server - Server info from {@link NS.getServer | getServer}\n * @param threads - Amount of thread.\n * @param player - Player info from {@link NS.getPlayer | getPlayer}\n * @param cores - Number of cores on the computer that will execute grow.\n * @returns The calculated grow percent.\n */\n growPercent(server: Server, threads: number, player: Player, cores?: number): number;\n /**\n * Calculate hack time.\n * @param server - Server info from {@link NS.getServer | getServer}\n * @param player - Player info from {@link NS.getPlayer | getPlayer}\n * @returns The calculated hack time.\n */\n hackTime(server: Server, player: Player): number;\n /**\n * Calculate grow time.\n * @param server - Server info from {@link NS.getServer | getServer}\n * @param player - Player info from {@link NS.getPlayer | getPlayer}\n * @returns The calculated grow time.\n */\n growTime(server: Server, player: Player): number;\n /**\n * Calculate weaken time.\n * @param server - Server info from {@link NS.getServer | getServer}\n * @param player - Player info from {@link NS.getPlayer | getPlayer}\n * @returns The calculated weaken time.\n */\n weakenTime(server: Server, player: Player): number;\n}\n\n/**\n * Hacknet Node formulas\n * @public\n */\ninterface HacknetNodesFormulas {\n /**\n * Calculate money gain rate.\n * @param level - level of the node.\n * @param ram - ram of the node.\n * @param cores - cores of the node.\n * @param mult - player production mult (default to 1)\n * @returns The calculated money gain rate.\n */\n moneyGainRate(level: number, ram: number, cores: number, mult?: number): number;\n /**\n * Calculate cost of upgrading hacknet node level.\n * @param startingLevel - starting level\n * @param extraLevels - amount of level to purchase (defaults to 1)\n * @param costMult - player cost reduction (default to 1)\n * @returns The calculated cost.\n */\n levelUpgradeCost(startingLevel: number, extraLevels?: number, costMult?: number): number;\n /**\n * Calculate cost of upgrading hacknet node ram.\n * @param startingRam - starting ram\n * @param extraLevels - amount of level of ram to purchase (defaults to 1)\n * @param costMult - player cost reduction (default to 1)\n * @returns The calculated cost.\n */\n ramUpgradeCost(startingRam: number, extraLevels?: number, costMult?: number): number;\n /**\n * Calculate cost of upgrading hacknet node cores.\n * @param startingCore - starting cores\n * @param extraCores - amount of cores to purchase (defaults to 1)\n * @param costMult - player cost reduction (default to 1)\n * @returns The calculated cost.\n */\n coreUpgradeCost(startingCore: number, extraCores?: number, costMult?: number): number;\n /**\n * Calculate the cost of a hacknet node.\n * @param n - number of the hacknet node\n * @param mult - player cost reduction (defaults to 1)\n * @returns The calculated cost.\n */\n hacknetNodeCost(n: number, mult: number): number;\n /**\n * All constants used by the game.\n * @returns An object with all hacknet node constants used by the game.\n */\n constants(): HacknetNodeConstants;\n}\n\n/**\n * Hacknet Server formulas\n * @public\n */\ninterface HacknetServersFormulas {\n /**\n * Calculate hash gain rate.\n * @param level - level of the server.\n * @param ramUsed - ramUsed of the server.\n * @param maxRam - maxRam of the server.\n * @param cores - cores of the server.\n * @param mult - player production mult (default to 1)\n * @returns The calculated hash gain rate.\n */\n hashGainRate(level: number, ramUsed: number, maxRam: number, cores: number, mult?: number): number;\n /**\n * Calculate cost of upgrading hacknet server level.\n * @param startingLevel - starting level\n * @param extraLevels - amount of level to purchase (defaults to 1)\n * @param costMult - player cost reduction (default to 1)\n * @returns The calculated cost.\n */\n levelUpgradeCost(startingLevel: number, extraLevels?: number, costMult?: number): number;\n /**\n * Calculate cost of upgrading hacknet server ram.\n * @param startingRam - starting ram\n * @param extraLevels - amount of level of ram to purchase (defaults to 1)\n * @param costMult - player cost reduction (default to 1)\n * @returns The calculated cost.\n */\n ramUpgradeCost(startingRam: number, extraLevels?: number, costMult?: number): number;\n /**\n * Calculate cost of upgrading hacknet server cores.\n * @param startingCore - starting cores\n * @param extraCores - amount of cores to purchase (defaults to 1)\n * @param costMult - player cost reduction (default to 1)\n * @returns The calculated cost.\n */\n coreUpgradeCost(startingCore: number, extraCores?: number, costMult?: number): number;\n /**\n * Calculate cost of upgrading hacknet server cache.\n * @param startingCache - starting cache level\n * @param extraCache - amount of levels of cache to purchase (defaults to 1)\n * @returns The calculated cost.\n */\n cacheUpgradeCost(startingCache: number, extraCache?: number): number;\n /**\n * Calculate hash cost of an upgrade.\n * @param upgName - name of the upgrade\n * @param level - level of the upgrade\n * @returns The calculated hash cost.\n */\n hashUpgradeCost(upgName: number, level: number): number;\n /**\n * Calculate the cost of a hacknet server.\n * @param n - number of the hacknet server\n * @param mult - player cost reduction (defaults to 1)\n * @returns The calculated cost.\n */\n hacknetServerCost(n: number, mult?: number): number;\n /**\n * All constants used by the game.\n * @returns An object with all hacknet server constants used by the game.\n */\n constants(): HacknetServerConstants;\n}\n\n/**\n * Gang formulas\n * @public\n */\ninterface GangFormulas {\n /**\n * Calculate the wanted penalty.\n * @param gang - Gang info from {@link Gang.getGangInformation | getGangInformation}\n * @returns The calculated wanted penalty.\n */\n wantedPenalty(gang: GangGenInfo): number;\n /**\n * Calculate respect gain per tick.\n * @param gang - Gang info from {@link Gang.getGangInformation | getGangInformation}\n * @param member - Gang info from {@link Gang.getMemberInformation | getMemberInformation}\n * @param task - Gang info from {@link Gang.getTaskStats | getTaskStats}\n * @returns The calculated respect gain.\n */\n respectGain(gang: GangGenInfo, member: GangMemberInfo, task: GangTaskStats): number;\n /**\n * Calculate wanted gain per tick.\n * @param gang - Gang info from {@link Gang.getGangInformation | getGangInformation}\n * @param member - Member info from {@link Gang.getMemberInformation | getMemberInformation}\n * @param task - Task info from {@link Gang.getTaskStats | getTaskStats}\n * @returns The calculated wanted gain.\n */\n wantedLevelGain(gang: GangGenInfo, member: GangMemberInfo, task: GangTaskStats): number;\n /**\n * Calculate money gain per tick.\n * @param gang - Gang info from {@link Gang.getGangInformation | getGangInformation}\n * @param member - Member info from {@link Gang.getMemberInformation | getMemberInformation}\n * @param task - Task info from {@link Gang.getTaskStats | getTaskStats}\n * @returns The calculated money gain.\n */\n moneyGain(gang: GangGenInfo, member: GangMemberInfo, task: GangTaskStats): number;\n\n /**\n * Calculate ascension point gain.\n * @param exp - Experience point before ascension.\n * @returns The calculated ascension point gain.\n */\n ascensionPointsGain(exp: number): number;\n\n /**\n * Calculate ascension mult.\n * @param points - Amount of ascension points.\n * @returns The calculated ascension mult.\n */\n ascensionMultiplier(points: number): number;\n}\n\n/**\n * Formulas API\n * @remarks\n * You need Formulas.exe on your home computer to use this API.\n * @public\n */\nexport interface Formulas {\n mockServer(): Server;\n mockPlayer(): Player;\n /** Reputation formulas */\n reputation: ReputationFormulas;\n /** Skills formulas */\n skills: SkillsFormulas;\n /** Hacking formulas */\n hacking: HackingFormulas;\n /** Hacknet Nodes formulas */\n hacknetNodes: HacknetNodesFormulas;\n /** Hacknet Servers formulas */\n hacknetServers: HacknetServersFormulas;\n /** Gang formulas */\n gang: GangFormulas;\n /** Work formulas */\n work: WorkFormulas;\n}\n\n/** @public */\nexport interface Fragment {\n id: number;\n shape: boolean[][];\n type: number;\n power: number;\n limit: number;\n}\n\n/** @public */\nexport interface ActiveFragment {\n id: number;\n highestCharge: number;\n numCharge: number;\n rotation: number;\n x: number;\n y: number;\n}\n\n/**\n * Stanek\'s Gift API.\n * @public\n */\ninterface Stanek {\n /**\n * Stanek\'s Gift width.\n * @remarks\n * RAM cost: 0.4 GB\n * @returns The width of the gift.\n */\n giftWidth(): number;\n /**\n * Stanek\'s Gift height.\n * @remarks\n * RAM cost: 0.4 GB\n * @returns The height of the gift.\n */\n giftHeight(): number;\n\n /**\n * Charge a fragment, increasing its power.\n * @remarks\n * RAM cost: 0.4 GB\n * @param rootX - rootX Root X against which to align the top left of the fragment.\n * @param rootY - rootY Root Y against which to align the top left of the fragment.\n * @returns Promise that lasts until the charge action is over.\n */\n chargeFragment(rootX: number, rootY: number): Promise;\n\n /**\n * List possible fragments.\n * @remarks\n * RAM cost: 0 GB\n *\n * @returns List of possible fragments.\n */\n fragmentDefinitions(): Fragment[];\n\n /**\n * List of fragments in Stanek\'s Gift.\n * @remarks\n * RAM cost: 5 GB\n *\n * @returns List of active fragments placed on Stanek\'s Gift.\n */\n activeFragments(): ActiveFragment[];\n\n /**\n * Clear the board of all fragments.\n * @remarks\n * RAM cost: 0 GB\n */\n clearGift(): void;\n\n /**\n * Check if fragment can be placed at specified location.\n * @remarks\n * RAM cost: 0.5 GB\n *\n * @param rootX - rootX Root X against which to align the top left of the fragment.\n * @param rootY - rootY Root Y against which to align the top left of the fragment.\n * @param rotation - rotation A number from 0 to 3, the mount of 90 degree turn to take.\n * @param fragmentId - fragmentId ID of the fragment to place.\n * @returns true if the fragment can be placed at that position. false otherwise.\n */\n canPlaceFragment(rootX: number, rootY: number, rotation: number, fragmentId: number): boolean;\n /**\n * Place fragment on Stanek\'s Gift.\n * @remarks\n * RAM cost: 5 GB\n *\n * @param rootX - X against which to align the top left of the fragment.\n * @param rootY - Y against which to align the top left of the fragment.\n * @param rotation - A number from 0 to 3, the mount of 90 degree turn to take.\n * @param fragmentId - ID of the fragment to place.\n * @returns true if the fragment can be placed at that position. false otherwise.\n */\n placeFragment(rootX: number, rootY: number, rotation: number, fragmentId: number): boolean;\n /**\n * Get placed fragment at location.\n * @remarks\n * RAM cost: 5 GB\n *\n * @param rootX - X against which to align the top left of the fragment.\n * @param rootY - Y against which to align the top left of the fragment.\n * @returns The fragment at [rootX, rootY], if any.\n */\n getFragment(rootX: number, rootY: number): ActiveFragment | undefined;\n\n /**\n * Remove fragment at location.\n * @remarks\n * RAM cost: 0.15 GB\n *\n * @param rootX - X against which to align the top left of the fragment.\n * @param rootY - Y against which to align the top left of the fragment.\n * @returns The fragment at [rootX, rootY], if any.\n */\n removeFragment(rootX: number, rootY: number): boolean;\n\n /**\n * Accept Stanek\'s Gift by joining the Church of the Machine God\n * @remarks\n * RAM cost: 2 GB\n *\n * @returns true if the player is a member of the church and has the gift installed,\n * false otherwise.\n */\n acceptGift(): boolean;\n}\n\n/** @public */\nexport interface InfiltrationReward {\n tradeRep: number;\n sellCash: number;\n SoARep: number;\n}\n\n/** @public */\nexport interface ILocation {\n city: string;\n name: string;\n}\n\n/** @public */\nexport interface InfiltrationLocation {\n location: ILocation;\n reward: InfiltrationReward;\n difficulty: number;\n}\n\n/**\n * Infiltration API.\n * @public\n */\ninterface Infiltration {\n /**\n * Get all locations that can be infiltrated.\n * @remarks\n * RAM cost: 5 GB\n *\n * @returns all locations that can be infiltrated.\n */\n getPossibleLocations(): PossibleInfiltrationLocation[];\n /**\n * Get all infiltrations with difficulty, location and rewards.\n * @remarks\n * RAM cost: 15 GB\n *\n * @returns Infiltration data for given location.\n */\n getInfiltration(location: string): InfiltrationLocation;\n}\n\n/**\n * User Interface API.\n * @public\n */\ninterface UserInterface {\n /**\n * Get the current window size\n * @remarks\n * RAM cost: 0 GB\n *\n * @returns An array of 2 value containing the window width and height.\n */\n windowSize(): [number, number];\n\n /**\n * Get the current theme\n * @remarks\n * RAM cost: 0 GB\n *\n * @returns An object containing the theme\'s colors\n */\n getTheme(): UserInterfaceTheme;\n\n /**\n * Sets the current theme\n * @remarks\n * RAM cost: 0 GB\n * @example\n * Usage example (NS2)\n * ```ts\n * const theme = ns.ui.getTheme();\n * theme.primary = \'#ff5500\';\n * ns.ui.setTheme(theme);\n * ```\n */\n setTheme(newTheme: UserInterfaceTheme): void;\n\n /**\n * Resets the player\'s theme to the default values\n * @remarks\n * RAM cost: 0 GB\n */\n resetTheme(): void;\n\n /**\n * Get the current styles\n * @remarks\n * RAM cost: 0 GB\n *\n * @returns An object containing the player\'s styles\n */\n getStyles(): IStyleSettings;\n\n /**\n * Sets the current styles\n * @remarks\n * RAM cost: 0 GB\n * @example\n * Usage example (NS2)\n * ```ts\n * const styles = ns.ui.getStyles();\n * styles.fontFamily = \'Comic Sans Ms\';\n * ns.ui.setStyles(styles);\n * ```\n */\n setStyles(newStyles: IStyleSettings): void;\n\n /**\n * Resets the player\'s styles to the default values\n * @remarks\n * RAM cost: 0 GB\n */\n resetStyles(): void;\n\n /**\n * Gets the current game information (version, commit, ...)\n * @remarks\n * RAM cost: 0 GB\n */\n getGameInfo(): GameInfo;\n\n /**\n * Clear the Terminal window, as if the player ran `clear` in the terminal\n * @remarks\n * RAM cost: 0.2 GB\n */\n clearTerminal(): void;\n}\n\n/**\n * Collection of all functions passed to scripts\n * @public\n * @remarks\n * Basic ns1 usage example:\n * ```ts\n * // Basic ns functions can be used directly\n * getHostname();\n * // Some related functions are gathered within a common namespace\n * stock.getPrice();\n * ```\n * {@link https://bitburner.readthedocs.io/en/latest/netscript/netscript1.html| ns1 in-game docs}\n *
\n * Basic ns2 usage example:\n * ```ts\n * export async function main(ns) {\n * // Basic ns functions can be accessed on the ns object\n * ns.getHostname();\n * // Some related functions are gathered under a sub-property of the ns object\n * ns.stock.getPrice();\n * // Some functions need to be awaited\n * await ns.hack(\'n00dles\');\n * }\n * ```\n * {@link https://bitburner.readthedocs.io/en/latest/netscript/netscriptjs.html| ns2 in-game docs}\n *
\n */\nexport interface NS {\n /**\n * Namespace for hacknet functions.\n * @remarks RAM cost: 4 GB\n */\n readonly hacknet: Hacknet;\n\n /**\n * Namespace for bladeburner functions.\n * @remarks RAM cost: 0 GB\n */\n readonly bladeburner: Bladeburner;\n\n /**\n * Namespace for codingcontract functions.\n * @remarks RAM cost: 0 GB\n */\n readonly codingcontract: CodingContract;\n\n /**\n * Namespace for gang functions.\n * @remarks RAM cost: 0 GB\n */\n readonly gang: Gang;\n\n /**\n * Namespace for sleeve functions.\n * @remarks RAM cost: 0 GB\n */\n readonly sleeve: Sleeve;\n\n /**\n * Namespace for stock functions.\n * @remarks RAM cost: 0 GB\n */\n readonly stock: TIX;\n\n /**\n * Namespace for formulas functions.\n * @remarks RAM cost: 0 GB\n */\n readonly formulas: Formulas;\n\n /**\n * Namespace for stanek functions.\n * RAM cost: 0 GB\n */\n readonly stanek: Stanek;\n\n /**\n * Namespace for infiltration functions.\n * RAM cost: 0 GB\n */\n readonly infiltration: Infiltration;\n\n /**\n * Namespace for corporation functions.\n * RAM cost: 1022.4 GB\n */\n readonly corporation: Corporation;\n\n /**\n * Namespace for user interface functions.\n * RAM cost: 0 GB\n */\n readonly ui: UserInterface;\n\n /**\n * Namespace for singularity functions.\n * RAM cost: 0 GB\n */\n readonly singularity: Singularity;\n\n /**\n * Namespace for grafting functions.\n * @remarks RAM cost: 0 GB\n */\n readonly grafting: Grafting;\n\n /**\n * Arguments passed into the script.\n *\n * @remarks\n * RAM cost: 0 GB\n *\n * Arguments passed into a script can be accessed using a normal\n * array using the [] operator (args[0], args[1], etc…).\n *\n * It is also possible to get the number of arguments that was passed into a script using: \'args.length\'\n * WARNING: Do not try to modify the args array. This will break the game.\n */\n readonly args: (string | number | boolean)[];\n\n /**\n * Steal a servers money.\n * @remarks\n * RAM cost: 0.1 GB\n *\n * Function that is used to try and hack servers to steal money and gain hacking experience.\n * The runtime for this command depends on your hacking level and the target server’s\n * security level when this function is called. In order to hack a server you must first gain root access to that server\n * and also have the required hacking level.\n *\n * A script can hack a server from anywhere. It does not need to be running on the same\n * server to hack that server. For example, you can create a script that hacks the `foodnstuff`\n * server and run that script on any server in the game.\n *\n * A successful `hack()` on a server will raise that server’s security level by 0.002.\n *\n * @example\n * ```ts\n * // NS1:\n * var earnedMoney = hack("foodnstuff");\n * ```\n * @example\n * ```ts\n * // NS2:\n * let earnedMoney = await ns.hack("foodnstuff");\n * ```\n * @param host - Hostname of the target server to hack.\n * @param opts - Optional parameters for configuring function behavior.\n * @returns The amount of money stolen if the hack is successful, and zero otherwise.\n */\n hack(host: string, opts?: BasicHGWOptions): Promise;\n\n /**\n * Spoof money in a servers bank account, increasing the amount available.\n * @remarks\n * RAM cost: 0.15 GB\n *\n * Use your hacking skills to increase the amount of money available on a server.\n * The runtime for this command depends on your hacking level and the target server’s\n * security level. When `grow` completes, the money available on a target server will\n * be increased by a certain, fixed percentage. This percentage is determined by the\n * target server’s growth rate (which varies between servers) and security level. Generally,\n * higher-level servers have higher growth rates. The getServerGrowth() function can be used\n * to obtain a server’s growth rate.\n *\n * Like hack, `grow` can be called on any server, regardless of where the script is running.\n * The grow() command requires root access to the target server, but there is no required hacking\n * level to run the command. It also raises the security level of the target server by 0.004.\n *\n * @example\n * ```ts\n * // NS1:\n * var currentMoney = getServerMoneyAvailable("foodnstuff");\n * currentMoney = currentMoney * (1 + grow("foodnstuff"));\n * ```\n * @example\n * ```ts\n * // NS2:\n * let currentMoney = ns.getServerMoneyAvailable("foodnstuff");\n * currentMoney *= (1 + await ns.grow("foodnstuff"));\n * ```\n * @param host - Hostname of the target server to grow.\n * @param opts - Optional parameters for configuring function behavior.\n * @returns The number by which the money on the server was multiplied for the growth.\n */\n grow(host: string, opts?: BasicHGWOptions): Promise;\n\n /**\n * Reduce a server security level.\n * @remarks\n * RAM cost: 0.15 GB\n *\n * Use your hacking skills to attack a server’s security, lowering the server’s security level.\n * The runtime for this command depends on your hacking level and the target server’s security\n * level when this function is called. This function lowers the security level of the target server by 0.05.\n *\n * Like hack and grow, `weaken` can be called on any server, regardless of\n * where the script is running. This command requires root access to the target server, but\n * there is no required hacking level to run the command.\n *\n * @example\n * ```ts\n * // NS1:\n * var currentSecurity = getServerSecurityLevel("foodnstuff");\n * currentSecurity = currentSecurity - weaken("foodnstuff");\n * ```\n * @example\n * ```ts\n * // NS2:\n * let currentSecurity = ns.getServerSecurityLevel("foodnstuff");\n * currentSecurity -= await ns.weaken("foodnstuff");\n * ```\n * @param host - Hostname of the target server to weaken.\n * @param opts - Optional parameters for configuring function behavior.\n * @returns The amount by which the target server’s security level was decreased. This is equivalent to 0.05 multiplied by the number of script threads.\n */\n weaken(host: string, opts?: BasicHGWOptions): Promise;\n\n /**\n * Predict the effect of weaken.\n * @remarks\n * RAM cost: 1 GB\n *\n * Returns the security decrease that would occur if a weaken with this many threads happened.\n *\n * @param threads - Amount of threads that will be used.\n * @param cores - Optional. The number of cores of the server that would run weaken.\n * @returns The security decrease.\n */\n weakenAnalyze(threads: number, cores?: number): number;\n\n /**\n * Predict the effect of hack.\n * @remarks\n * RAM cost: 1 GB\n *\n * This function returns the number of script threads you need when running the hack command\n * to steal the specified amount of money from the target server.\n * If hackAmount is less than zero or greater than the amount of money available on the server,\n * then this function returns -1.\n *\n * Warning: The value returned by this function isn’t necessarily a whole number.\n *\n * @example\n * ```ts\n * //For example, let’s say the foodnstuff server has $10m and you run:\n * hackAnalyzeThreads("foodnstuff", 1e6);\n * //If this function returns 50, this means that if your next hack call is run on a script with 50 threads, it will steal $1m from the foodnstuff server.\n * ```\n * @param host - Hostname of the target server to analyze.\n * @param hackAmount - Amount of money you want to hack from the server.\n * @returns The number of threads needed to hack the server for hackAmount money.\n */\n hackAnalyzeThreads(host: string, hackAmount: number): number;\n\n /**\n * Get the part of money stolen with a single thread.\n * @remarks\n * RAM cost: 1 GB\n *\n * Returns the part of the specified server’s money you will steal with a single thread hack.\n *\n * @example\n * ```ts\n * // NS1:\n * //For example, assume the following returns 0.01:\n * var hackAmount = hackAnalyze("foodnstuff");\n * //This means that if hack the foodnstuff server using a single thread, then you will steal 1%, or 0.01 of its total money. If you hack using N threads, then you will steal N*0.01 times its total money.\n * ```\n * @example\n * ```ts\n * // NS2:\n * //For example, assume the following returns 0.01:\n * const hackAmount = ns.hackAnalyze("foodnstuff");\n * //This means that if hack the foodnstuff server using a single thread, then you will steal 1%, or 0.01 of its total money. If you hack using N threads, then you will steal N*0.01 times its total money.\n * ```\n * @param host - Hostname of the target server.\n * @returns The part of money you will steal from the target server with a single thread hack.\n */\n hackAnalyze(host: string): number;\n\n /**\n * Get the security increase for a number of thread.\n * @remarks\n * RAM cost: 1 GB\n *\n * Returns the security increase that would occur if a hack with this many threads happened.\n *\n * @param threads - Amount of threads that will be used.\n * @param hostname - Hostname of the target server. The number of threads is limited to the number needed to hack the servers maximum amount of money.\n * @returns The security increase.\n */\n hackAnalyzeSecurity(threads: number, hostname?: string): number;\n\n /**\n * Get the chance of successfully hacking a server.\n * @remarks\n * RAM cost: 1 GB\n *\n * Returns the chance you have of successfully hacking the specified server.\n *\n * This returned value is in decimal form, not percentage.\n *\n * @param host - Hostname of the target server.\n * @returns The chance you have of successfully hacking the target server.\n */\n hackAnalyzeChance(host: string): number;\n\n /**\n * Calculate the number of grow thread needed to grow a server by a certain multiplier.\n * @remarks\n * RAM cost: 1 GB\n *\n * This function returns the number of “growths” needed in order to increase\n * the amount of money available on the specified server by the specified amount.\n * The specified amount is multiplicative and is in decimal form, not percentage.\n *\n * Warning: The value returned by this function isn’t necessarily a whole number.\n *\n * @example\n * ```ts\n * // NS1:\n * //For example, if you want to determine how many grow calls you need to double the amount of money on foodnstuff, you would use:\n * var growTimes = growthAnalyze("foodnstuff", 2);\n * //If this returns 100, then this means you need to call grow 100 times in order to double the money (or once with 100 threads).\n * ```\n * @example\n * ```ts\n * // NS2:\n * //For example, if you want to determine how many grow calls you need to double the amount of money on foodnstuff, you would use:\n * const growTimes = ns.growthAnalyze("foodnstuff", 2);\n * //If this returns 100, then this means you need to call grow 100 times in order to double the money (or once with 100 threads).\n * ```\n * @param host - Hostname of the target server.\n * @param growthAmount - Multiplicative factor by which the server is grown. Decimal form..\n * @returns The amount of grow calls needed to grow the specified server by the specified amount\n */\n growthAnalyze(host: string, growthAmount: number, cores?: number): number;\n\n /**\n * Calculate the security increase for a number of thread.\n * @remarks\n * RAM cost: 1 GB\n *\n * Returns the security increase that would occur if a grow with this many threads happened.\n *\n * @param threads - Amount of threads that will be used.\n * @param hostname - Optional. Hostname of the target server. The number of threads is limited to the number needed to hack the servers maximum amount of money.\n * @param cores - Optional. The number of cores of the server that would run grow.\n * @returns The security increase.\n */\n growthAnalyzeSecurity(threads: number, hostname?: string, cores?: number): number;\n\n /**\n * Suspends the script for n milliseconds.\n * @remarks\n * RAM cost: 0 GB\n *\n * @param millis - Number of milliseconds to sleep.\n * @example\n * ```ts\n * // NS1:\n * // This will count from 1 to 10 in your terminal, with one number every 5 seconds\n * for (var i=0; i<10; i++) {\n * tprint(i + 1);\n * sleep(5000);\n * }\n * ```\n * @example\n * ```ts\n * // NS2:\n * // This will count from 1 to 10 in your terminal, with one number every 5 seconds\n * for (var i=0; i<10; i++) {\n * ns.tprint(i + 1);\n * await ns.sleep(5000);\n * }\n * ```\n * @returns\n */\n sleep(millis: number): Promise;\n\n /**\n * Suspends the script for n milliseconds. Doesn\'t block with concurrent calls.\n * You should prefer \'sleep\' over \'asleep\' except when doing very complex UI work.\n * @remarks\n * RAM cost: 0 GB\n *\n * @param millis - Number of milliseconds to sleep.\n * @returns\n */\n asleep(millis: number): Promise;\n\n /**\n * Prints one or move values or variables to the script’s logs.\n * @remarks\n * RAM cost: 0 GB\n *\n * If the argument is a string, you can color code your message by prefixing your\n * string with one of these strings:\n *\n * - `"ERROR"`: The whole string will be printed in red. Use this prefix to indicate\n * that an error has occurred.\n *\n * - `"SUCCESS"`: The whole string will be printed in green, similar to the default\n * theme of the Terminal. Use this prefix to indicate that something is correct.\n *\n * - `"WARN"`: The whole string will be printed in yellow. Use this prefix to\n * indicate that you or a user of your script should be careful of something.\n *\n * - `"INFO"`: The whole string will be printed in purplish blue. Use this prefix to\n * remind yourself or a user of your script of something. Think of this prefix as\n * indicating an FYI (for your information).\n *\n * For custom coloring, use ANSI escape sequences. The examples below use the Unicode\n * escape code `\\u001b`. The color coding also works if `\\u001b` is replaced with\n * the hexadecimal escape code `\\x1b`. The Bash escape code `\\e` is not supported.\n * The octal escape code `\\033` is not allowed because the game runs JavaScript in\n * strict mode.\n *\n * @example\n * ```ts\n * // NS1\n * // Default color coding.\n * print("ERROR means something\'s wrong.");\n * print("SUCCESS means everything\'s OK.");\n * print("WARN Tread with caution!");\n * print("WARNING, warning, danger, danger!");\n * print("WARNing! Here be dragons.");\n * print("INFO for your I\'s only (FYI).");\n * print("INFOrmation overload!");\n * // Custom color coding.\n * var cyan = "\\u001b[36m";\n * var green = "\\u001b[32m";\n * var red = "\\u001b[31m";\n * var reset = "\\u001b[0m";\n * var msgError = red + "Ugh! What a mess." + reset;\n * var msgSuccess = green + "Well done!" + reset;\n * var msgMixed = cyan + "ERROR Should this be in red?" + reset;\n * print(msgError);\n * print(msgSuccess);\n * print(msgMixed);\n * tail();\n * ```\n * @example\n * ```ts\n * // NS2\n * // Default color coding.\n * ns.print("ERROR means something\'s wrong.");\n * ns.print("SUCCESS means everything\'s OK.");\n * ns.print("WARN Tread with caution!");\n * ns.print("WARNING, warning, danger, danger!");\n * ns.print("WARNing! Here be dragons.");\n * ns.print("INFO for your I\'s only (FYI).");\n * ns.print("INFOrmation overload!");\n * // Custom color coding.\n * const cyan = "\\u001b[36m";\n * const green = "\\u001b[32m";\n * const red = "\\u001b[31m";\n * const reset = "\\u001b[0m";\n * const msgError = "Ugh! What a mess.";\n * const msgSuccess = "Well done!";\n * const msgMixed = "ERROR Should this be in red?";\n * ns.print(`${red + msgError + reset}`);\n * ns.print(`${green + msgSuccess + reset}`);\n * ns.print(`${cyan + msgMixed + reset}`);\n * ns.tail();\n * ```\n *\n * @param args - Value(s) to be printed.\n */\n print(...args: any[]): void;\n\n /**\n * Prints a formatted string to the script’s logs.\n * @remarks\n * RAM cost: 0 GB\n *\n * - See {@link NS.print | print} for how to add color to your printed strings.\n *\n * - For more detail, see: https://github.com/alexei/sprintf.js\n *\n * @example\n * ```ts\n * // NS1\n * var name = "Bit";\n * var age = 4;\n * printf("My name is %s.", name);\n * printf("I\'m %d seconds old.", age);\n * printf("My age in binary is %b.", age);\n * printf("My age in scientific notation is %e.", age);\n * printf("In %d seconds, I\'ll be %s.", 6, "Byte");\n * printf("Am I a nibble? %t", (4 == age));\n * tail();\n * ```\n * @example\n * ```ts\n * // NS2\n * const name = "Bit";\n * const age = 4;\n * ns.printf("My name is %s.", name);\n * ns.printf("I\'m %d seconds old.", age);\n * ns.printf("My age in binary is %b.", age);\n * ns.printf("My age in scientific notation is %e.", age);\n * ns.printf("In %d seconds, I\'ll be %s.", 6, "Byte");\n * ns.printf("Am I a nibble? %t", (4 == age));\n * ns.tail();\n * ```\n *\n * @param format - Format of the message.\n * @param args - Value(s) to be printed.\n */\n printf(format: string, ...args: any[]): void;\n\n /**\n * Prints one or more values or variables to the Terminal.\n * @remarks\n * RAM cost: 0 GB\n *\n * See {@link NS.print | print} for how to add color to your printed strings.\n *\n * @param args - Value(s) to be printed.\n */\n tprint(...args: any[]): void;\n\n /**\n * Prints a raw value or a variable to the Terminal.\n * @remarks\n * RAM cost: 0 GB\n *\n * - See {@link NS.print | print} for how to add color to your printed strings.\n *\n * - See {@link NS.printf | printf} for examples on formatted strings.\n *\n * - For more detail, see: https://github.com/alexei/sprintf.js\n *\n * @param format - Format of the message.\n * @param values - Value(s) to be printed.\n */\n tprintf(format: string, ...values: any[]): void;\n\n /**\n * Clears the script’s logs.\n * @remarks\n * RAM cost: 0 GB\n */\n clearLog(): void;\n\n /**\n * Disables logging for the given function.\n * @remarks\n * RAM cost: 0 GB\n *\n * Logging can be disabled for all functions by passing `ALL` as the argument.\n *\n * Note that this does not completely remove all logging functionality.\n * This only stops a function from logging when the function is successful.\n * If the function fails, it will still log the reason for failure.\n *\n * @param fn - Name of function for which to disable logging.\n */\n disableLog(fn: string): void;\n\n /**\n * Enable logging for a certain function.\n * @remarks\n * RAM cost: 0 GB\n *\n * Re-enables logging for the given function. If `ALL` is passed into this\n * function as an argument, then it will revert the effects of disableLog(`ALL`).\n *\n * @param fn - Name of function for which to enable logging.\n */\n enableLog(fn: string): void;\n\n /**\n * Checks the status of the logging for the given function.\n * @remarks\n * RAM cost: 0 GB\n *\n * @param fn - Name of function to check.\n * @returns Returns a boolean indicating whether or not logging is enabled for that function (or `ALL`)\n */\n isLogEnabled(fn: string): boolean;\n\n /**\n * Get all the logs of a script.\n * @remarks\n * RAM cost: 0 GB\n *\n * Returns a script’s logs. The logs are returned as an array, where each line is an element in the array.\n * The most recently logged line is at the end of the array.\n * Note that there is a maximum number of lines that a script stores in its logs. This is configurable in the game’s options.\n * If the function is called with no arguments, it will return the current script’s logs.\n *\n * Otherwise, the fn, hostname/ip, and args… arguments can be used to get the logs from another script.\n * Remember that scripts are uniquely identified by both their names and arguments.\n *\n * @example\n * ```ts\n * // NS1:\n * //Get logs from foo.script on the current server that was run with no args\n * getScriptLogs("foo.script");\n *\n * //Open logs from foo.script on the foodnstuff server that was run with no args\n * getScriptLogs("foo.script", "foodnstuff");\n *\n * //Open logs from foo.script on the foodnstuff server that was run with the arguments [1, "test"]\n * getScriptLogs("foo.script", "foodnstuff", 1, "test");\n * ```\n * @example\n * ```ts\n * // NS2:\n * //Get logs from foo.script on the current server that was run with no args\n * ns.getScriptLogs("foo.script");\n *\n * //Open logs from foo.script on the foodnstuff server that was run with no args\n * ns.getScriptLogs("foo.script", "foodnstuff");\n *\n * //Open logs from foo.script on the foodnstuff server that was run with the arguments [1, "test"]\n * ns.getScriptLogs("foo.script", "foodnstuff", 1, "test");\n * ```\n * @param fn - Optional. Filename of script to get logs from.\n * @param host - Optional. Hostname of the server that the script is on.\n * @param args - Arguments to identify which scripts to get logs for.\n * @returns Returns an string array, where each line is an element in the array. The most recently logged line is at the end of the array.\n */\n getScriptLogs(fn?: string, host?: string, ...args: (string | number | boolean)[]): string[];\n\n /**\n * Get an array of recently killed scripts across all servers.\n * @remarks\n * RAM cost: 0.2 GB\n *\n * The most recently killed script is the first element in the array.\n * Note that there is a maximum number of recently killed scripts which are tracked.\n * This is configurable in the game\'s options as `Recently killed scripts size`.\n *\n * @example\n * ```ts\n * let recentScripts = ns.getRecentScripts();\n * let mostRecent = recentScripts.shift()\n * if (mostRecent)\n * ns.tprint(mostRecent.logs.join(\'\\n\'))\n * ```\n *\n * @returns Array with information about previously killed scripts.\n */\n getRecentScripts(): RecentScript[];\n\n /**\n * Open the tail window of a script.\n * @remarks\n * RAM cost: 0 GB\n *\n * Opens a script’s logs. This is functionally the same as the tail Terminal command.\n *\n * If the function is called with no arguments, it will open the current script’s logs.\n *\n * Otherwise, the fn, hostname/ip, and args… arguments can be used to get the logs from another script.\n * Remember that scripts are uniquely identified by both their names and arguments.\n *\n * @example\n * ```ts\n * // NS1:\n * //Open logs from foo.script on the current server that was run with no args\n * tail("foo.script");\n *\n * //Get logs from foo.script on the foodnstuff server that was run with no args\n * tail("foo.script", "foodnstuff");\n *\n * //Get logs from foo.script on the foodnstuff server that was run with the arguments [1, "test"]\n * tail("foo.script", "foodnstuff", 1, "test");\n * ```\n * @example\n * ```ts\n * // NS2:\n * //Open logs from foo.script on the current server that was run with no args\n * ns.tail("foo.script");\n *\n * //Get logs from foo.script on the foodnstuff server that was run with no args\n * ns.tail("foo.script", "foodnstuff");\n *\n * //Get logs from foo.script on the foodnstuff server that was run with the arguments [1, "test"]\n * ns.tail("foo.script", "foodnstuff", 1, "test");\n * ```\n * @param fn - Optional. Filename or PID of the script being tailed. If omitted, the current script is tailed.\n * @param host - Optional. Hostname of the script being tailed. Defaults to the server this script is running on. If args are specified, this is not optional.\n * @param args - Arguments for the script being tailed.\n */\n tail(fn?: FilenameOrPID, host?: string, ...args: (string | number | boolean)[]): void;\n\n /**\n * Move a tail window\n * @remarks\n * RAM cost: 0 GB\n *\n * Moves a tail window. Coordinates are in screenspace pixels (top left is 0,0)\n *\n * @param x - x coordinate.\n * @param y - y coordinate.\n * @param pid - Optional. PID of the script having its tail moved. If omitted, the current script is used.\n */\n moveTail(x: number, y: number, pid?: number): void;\n\n /**\n * Resize a tail window\n * @remarks\n * RAM cost: 0 GB\n *\n * Resize a tail window. Size are in pixel\n *\n * @param width - width of the window.\n * @param height - height of the window.\n * @param pid - Optional. PID of the script having its tail resized. If omitted, the current script is used.\n */\n resizeTail(width: number, height: number, pid?: number): void;\n\n /**\n * Close the tail window of a script.\n * @remarks\n * RAM cost: 0 GB\n *\n * Closes a script’s logs. This is functionally the same pressing the "Close" button on the tail window.\n *\n * If the function is called with no arguments, it will close the current script’s logs.\n *\n * Otherwise, the pid argument can be used to close the logs from another script.\n *\n * @param pid - Optional. PID of the script having its tail closed. If omitted, the current script is used.\n */\n closeTail(pid?: number): void;\n\n /**\n * Get the list of servers connected to a server.\n * @remarks\n * RAM cost: 0.2 GB\n *\n * Returns an array containing the hostnames of all servers that are one\n * node way from the specified target server. The hostnames in the returned\n * array are strings.\n *\n * @param host - Optional, Hostname of the server to scan, default to current server.\n * @returns Returns an string of hostnames.\n */\n scan(host?: string): string[];\n\n /**\n * Runs NUKE.exe on a server.\n * @remarks\n * RAM cost: 0.05 GB\n *\n * Running NUKE.exe on a target server gives you root access which means you can executes scripts on said server. NUKE.exe must exist on your home computer.\n *\n * @example\n * ```ts\n * // NS1:\n * nuke("foodnstuff");\n * ```\n * @example\n * ```ts\n * // NS2:\n * ns.nuke("foodnstuff");\n * ```\n * @param host - Hostname of the target server.\n */\n nuke(host: string): void;\n\n /**\n * Runs BruteSSH.exe on a server.\n * @remarks\n * RAM cost: 0.05 GB\n *\n * Runs the BruteSSH.exe program on the target server. BruteSSH.exe must exist on your home computer.\n *\n * @example\n * ```ts\n * // NS1:\n * brutessh("foodnstuff");\n * ```\n * @example\n * ```ts\n * // NS2:\n * ns.brutessh("foodnstuff");\n * ```\n * @param host - Hostname of the target server.\n */\n brutessh(host: string): void;\n\n /**\n * Runs FTPCrack.exe on a server.\n * @remarks\n * RAM cost: 0.05 GB\n *\n * Runs the FTPCrack.exe program on the target server. FTPCrack.exe must exist on your home computer.\n *\n * @example\n * ```ts\n * // NS1:\n * ftpcrack("foodnstuff");\n * ```\n * @example\n * ```ts\n * // NS2:\n * ns.ftpcrack("foodnstuff");\n * ```\n * @param host - Hostname of the target server.\n */\n ftpcrack(host: string): void;\n\n /**\n * Runs relaySMTP.exe on a server.\n * @remarks\n * RAM cost: 0.05 GB\n *\n * Runs the relaySMTP.exe program on the target server. relaySMTP.exe must exist on your home computer.\n *\n * @example\n * ```ts\n * // NS1:\n * relaysmtp("foodnstuff");\n * ```\n * @example\n * ```ts\n * // NS2:\n * ns.relaysmtp("foodnstuff");\n * ```\n * @param host - Hostname of the target server.\n */\n relaysmtp(host: string): void;\n\n /**\n * Runs HTTPWorm.exe on a server.\n * @remarks\n * RAM cost: 0.05 GB\n *\n * Runs the HTTPWorm.exe program on the target server. HTTPWorm.exe must exist on your home computer.\n *\n * @example\n * ```ts\n * // NS1:\n * httpworm("foodnstuff");\n * ```\n * @example\n * ```ts\n * // NS2:\n * ns.httpworm("foodnstuff");\n * ```\n * @param host - Hostname of the target server.\n */\n httpworm(host: string): void;\n\n /**\n * Runs SQLInject.exe on a server.\n * @remarks\n * RAM cost: 0.05 GB\n *\n * Runs the SQLInject.exe program on the target server. SQLInject.exe must exist on your home computer.\n *\n * @example\n * ```ts\n * // NS1:\n * sqlinject("foodnstuff");\n * ```\n * @example\n * ```ts\n * // NS2:\n * ns.sqlinject("foodnstuff");\n * ```\n * @remarks RAM cost: 0.05 GB\n * @param host - Hostname of the target server.\n */\n sqlinject(host: string): void;\n\n /**\n * Start another script on the current server.\n * @remarks\n * RAM cost: 1 GB\n *\n * Run a script as a separate process. This function can only be used to run scripts located on the\n * current server (the server running the script that calls this function). Requires a significant\n * amount of RAM to run this command.\n *\n * If the script was successfully started, then this functions returns the PID of that script.\n * Otherwise, it returns 0.\n *\n * PID stands for Process ID. The PID is a unique identifier for each script.\n * The PID will always be a positive integer.\n *\n * Running this function with a numThreads argument of 0 or less will cause a runtime error.\n *\n * @example\n * ```ts\n * // NS1:\n * //The simplest way to use the run command is to call it with just the script name. The following example will run ‘foo.script’ single-threaded with no arguments:\n * run("foo.script");\n *\n * //The following example will run ‘foo.script’ but with 5 threads instead of single-threaded:\n * run("foo.script", 5);\n *\n * //This next example will run ‘foo.script’ single-threaded, and will pass the string ‘foodnstuff’ into the script as an argument:\n * run("foo.script", 1, \'foodnstuff\');\n * ```\n * @example\n * ```ts\n * // NS2:\n * //The simplest way to use the run command is to call it with just the script name. The following example will run ‘foo.script’ single-threaded with no arguments:\n * ns.run("foo.script");\n *\n * //The following example will run ‘foo.script’ but with 5 threads instead of single-threaded:\n * ns.run("foo.script", 5);\n *\n * //This next example will run ‘foo.script’ single-threaded, and will pass the string ‘foodnstuff’ into the script as an argument:\n * ns.run("foo.script", 1, \'foodnstuff\');\n * ```\n * @param script - Filename of script to run.\n * @param numThreads - Optional thread count for new script. Set to 1 by default. Will be rounded to nearest integer.\n * @param args - Additional arguments to pass into the new script that is being run. Note that if any arguments are being passed into the new script, then the second argument numThreads must be filled in with a value.\n * @returns Returns the PID of a successfully started script, and 0 otherwise.\n */\n run(script: string, numThreads?: number, ...args: (string | number | boolean)[]): number;\n\n /**\n * Start another script on any server.\n * @remarks\n * RAM cost: 1.3 GB\n *\n * Run a script as a separate process on a specified server. This is similar to the function {@link NS.run | run}\n * except that it can be used to run a script on any server, instead of just the current server.\n *\n * If the script was successfully started, then this function returns the PID of that script.\n * Otherwise, it returns 0.\n *\n * PID stands for Process ID. The PID is a unique identifier for each script.\n * The PID will always be a positive integer.\n *\n * Running this function with a numThreads argument of 0 or less will cause a runtime error.\n *\n * @example\n * ```ts\n * // NS1:\n * // The simplest way to use the exec command is to call it with just the script name\n * // and the target server. The following example will try to run generic-hack.script\n * // on the foodnstuff server.\n * exec("generic-hack.script", "foodnstuff");\n *\n * // The following example will try to run the script generic-hack.script on the\n * // joesguns server with 10 threads.\n * exec("generic-hack.script", "joesguns", 10);\n *\n * // This last example will try to run the script foo.script on the foodnstuff server\n * // with 5 threads. It will also pass the number 1 and the string “test” in as\n * // arguments to the script.\n * exec("foo.script", "foodnstuff", 5, 1, "test");\n * ```\n * @example\n * ```ts\n * // NS2:\n * // The simplest way to use the exec command is to call it with just the script name\n * // and the target server. The following example will try to run generic-hack.script\n * // on the foodnstuff server.\n * ns.exec("generic-hack.script", "foodnstuff");\n *\n * // The following example will try to run the script generic-hack.script on the\n * // joesguns server with 10 threads.\n * ns.exec("generic-hack.script", "joesguns", 10);\n *\n * // This last example will try to run the script foo.script on the foodnstuff server\n * // with 5 threads. It will also pass the number 1 and the string “test” in as\n * // arguments to the script.\n * ns.exec("foo.script", "foodnstuff", 5, 1, "test");\n * ```\n * @param script - Filename of script to execute.\n * @param host - Hostname of the `target server` on which to execute the script.\n * @param numThreads - Optional thread count for new script. Set to 1 by default. Will be rounded down to the nearest integer.\n * @param args - Additional arguments to pass into the new script that is being run. Note that if any arguments are being passed into the new script, then the third argument numThreads must be filled in with a value.\n * @returns Returns the PID of a successfully started script, and 0 otherwise.\n */\n exec(script: string, host: string, numThreads?: number, ...args: (string | number | boolean)[]): number;\n\n /**\n * Terminate current script and start another in 10s.\n * @remarks\n * RAM cost: 2 GB\n *\n * Terminates the current script, and then after a delay of about 10 seconds it will execute the\n * newly-specified script. The purpose of this function is to execute a new script without being\n * constrained by the RAM usage of the current one. This function can only be used to run scripts\n * on the local server.\n *\n * Because this function immediately terminates the script, it does not have a return value.\n *\n * Running this function with a numThreads argument of 0 or less will cause a runtime error.\n *\n * @example\n * ```ts\n * // NS1:\n * //The following example will execute the script ‘foo.script’ with 10 threads and the arguments ‘foodnstuff’ and 90:\n * spawn(\'foo.script\', 10, \'foodnstuff\', 90);\n * ```\n * @example\n * ```ts\n * // NS2:\n * //The following example will execute the script ‘foo.script’ with 10 threads and the arguments ‘foodnstuff’ and 90:\n * ns.spawn(\'foo.script\', 10, \'foodnstuff\', 90);\n * ```\n * @param script - Filename of script to execute.\n * @param numThreads - Number of threads to spawn new script with. Will be rounded to nearest integer.\n * @param args - Additional arguments to pass into the new script that is being run.\n */\n spawn(script: string, numThreads?: number, ...args: (string | number | boolean)[]): void;\n\n /**\n * Terminate another script.\n * @remarks\n * RAM cost: 0.5 GB\n *\n * Kills the script on the target server specified by the script’s name and arguments.\n * Remember that scripts are uniquely identified by both their name and arguments.\n * For example, if `foo.script` is run with the argument 1, then this is not the same as\n * `foo.script` run with the argument 2, even though they have the same code.\n *\n * @example\n * ```ts\n * // NS1:\n * //The following example will try to kill a script named foo.script on the foodnstuff server that was ran with no arguments:\n * kill("foo.script", "foodnstuff");\n *\n * //The following will try to kill a script named foo.script on the current server that was ran with no arguments:\n * kill("foo.script", getHostname());\n *\n * //The following will try to kill a script named foo.script on the current server that was ran with the arguments 1 and “foodnstuff”:\n * kill("foo.script", getHostname(), 1, "foodnstuff");\n * ```\n * @example\n * ```ts\n * // NS2:\n * //The following example will try to kill a script named foo.script on the foodnstuff server that was ran with no arguments:\n * ns.kill("foo.script", "foodnstuff");\n *\n * //The following will try to kill a script named foo.script on the current server that was ran with no arguments:\n * ns.kill("foo.script", getHostname());\n *\n * //The following will try to kill a script named foo.script on the current server that was ran with the arguments 1 and “foodnstuff”:\n * ns.kill("foo.script", getHostname(), 1, "foodnstuff");\n * ```\n * @param script - Filename or pid of the script to kill\n * @param host - Hostname of the server on which to kill the script.\n * @param args - Arguments to identify which script to kill.\n * @returns True if the script is successfully killed, and false otherwise.\n */\n kill(script: number): boolean;\n\n /**\n * {@inheritDoc NS.(kill:1)}\n * @example\n * ```ts\n * // NS1:\n * //The following example will try to kill a script named foo.script on the foodnstuff server that was ran with no arguments:\n * kill("foo.script", "foodnstuff");\n *\n * //The following will try to kill a script named foo.script on the current server that was ran with no arguments:\n * kill("foo.script", getHostname());\n *\n * //The following will try to kill a script named foo.script on the current server that was ran with the arguments 1 and “foodnstuff”:\n * kill("foo.script", getHostname(), 1, "foodnstuff");\n * ```\n * @example\n * ```ts\n * // NS2:\n * //The following example will try to kill a script named foo.script on the foodnstuff server that was ran with no arguments:\n * ns.kill("foo.script", "foodnstuff");\n *\n * //The following will try to kill a script named foo.script on the current server that was ran with no arguments:\n * ns.kill("foo.script", getHostname());\n *\n * //The following will try to kill a script named foo.script on the current server that was ran with the arguments 1 and “foodnstuff”:\n * ns.kill("foo.script", getHostname(), 1, "foodnstuff");\n * ```\n */\n kill(script: string, host: string, ...args: (string | number | boolean)[]): boolean;\n\n /**\n * Terminate all scripts on a server.\n * @remarks\n * RAM cost: 0.5 GB\n *\n * Kills all running scripts on the specified server. This function returns true\n * if any scripts were killed, and false otherwise. In other words, it will return\n * true if there are any scripts running on the target server.\n * If no host is defined, it will kill all scripts, where the script is running.\n *\n * @param host - IP or hostname of the server on which to kill all scripts.\n * @param safetyguard - Skips the script that calls this function\n * @returns True if any scripts were killed, and false otherwise.\n */\n killall(host?: string, safetyguard?: boolean): boolean;\n\n /**\n * Terminates the current script immediately.\n * @remarks\n * RAM cost: 0 GB\n */\n exit(): never;\n\n /**\n * Copy file between servers.\n * @remarks\n * RAM cost: 0.6 GB\n *\n * Copies a script or literature (.lit) file(s) to another server. The files argument can be either a string\n * specifying a single file to copy, or an array of strings specifying multiple files to copy.\n *\n * @example\n * ```ts\n * // NS1:\n * //Copies foo.lit from the helios server to the home computer:\n * scp("foo.lit", "home", "helios");\n *\n * //Tries to copy three files from rothman-uni to home computer:\n * files = ["foo1.lit", "foo2.script", "foo3.script"];\n * scp(files, "home", "rothman-uni");\n * ```\n * @example\n * ```ts\n * // NS2:\n * //Copies foo.lit from the helios server to the home computer:\n * ns.scp("foo.lit", "home", "helios" );\n *\n * //Tries to copy three files from rothman-uni to home computer:\n * files = ["foo1.lit", "foo2.script", "foo3.script"];\n * ns.scp(files, "home", "rothman-uni");\n * ```\n * @example\n * ```ts\n * //ns2, copies files from home to a target server\n * const server = ns.args[0];\n * const files = ["hack.js","weaken.js","grow.js"];\n * ns.scp(files, server, "home");\n * ```\n * @param files - Filename or an array of filenames of script/literature files to copy.\n * @param destination - Host of the destination server, which is the server to which the file will be copied.\n * @param source - Host of the source server, which is the server from which the file will be copied. This argument is optional and if it’s omitted the source will be the current server.\n * @returns True if the file is successfully copied over and false otherwise. If the files argument is an array then this function will return false if any of the operations failed.\n */\n scp(files: string | string[], destination: string, source?: string): boolean;\n\n /**\n * List files on a server.\n * @remarks\n * RAM cost: 0.2 GB\n *\n * Returns an array with the filenames of all files on the specified server\n * (as strings). The returned array is sorted in alphabetic order.\n *\n * @param host - Host of the target server.\n * @param grep - A substring to search for in the filename.\n * @returns Array with the filenames of all files on the specified server.\n */\n ls(host: string, grep?: string): string[];\n\n /**\n * List running scripts on a server.\n * @remarks\n * RAM cost: 0.2 GB\n *\n * Returns an array with general information about all scripts running on the specified target server.\n *\n * @example\n * ```ts\n * // NS1:\n * var scripts = ps("home");\n * for (var i = 0; i < scripts.length; ++i) {\n * tprint(scripts[i].filename + \' \' + scripts[i].threads);\n * tprint(scripts[i].args);\n * }\n * ```\n * @example\n * ```ts\n * // NS2:\n * const ps = ns.ps("home");\n * for (let script of ps) {\n * ns.tprint(`${script.filename} ${script.threads}`);\n * ns.tprint(script.args);\n * }\n * ```\n * @param host - Host address of the target server. If not specified, it will be the current server’s IP by default.\n * @returns Array with general information about all scripts running on the specified target server.\n */\n ps(host?: string): ProcessInfo[];\n\n /**\n * Check if your have root access on a server.\n * @remarks\n * RAM cost: 0.05 GB\n *\n * Returns a boolean indicating whether or not the player has root access to the specified target server.\n *\n * @example\n * ```ts\n * // NS1:\n * if (hasRootAccess("foodnstuff") == false) {\n * nuke("foodnstuff");\n * }\n * ```\n * @example\n * ```ts\n * // NS2:\n * if (ns.hasRootAccess("foodnstuff") == false) {\n * ns.nuke("foodnstuff");\n * }\n * ```\n * @param host - Host of the target server\n * @returns True if player has root access to the specified target server, and false otherwise.\n */\n hasRootAccess(host: string): boolean;\n\n /**\n * Returns a string with the hostname of the server that the script is running on.\n *\n * @remarks\n * RAM cost: 0.05 GB\n * @returns Hostname of the server that the script is on.\n */\n getHostname(): string;\n\n /**\n * Returns the player’s current hacking level.\n *\n * @remarks\n * RAM cost: 0.05 GB\n * @returns Player’s current hacking level\n */\n getHackingLevel(): number;\n\n /**\n * Get hacking related multipliers.\n * @remarks\n * RAM cost: 4 GB\n *\n * Returns an object containing the Player’s hacking related multipliers.\n * These multipliers are returned in fractional forms, not percentages\n * (e.g. 1.5 instead of 150%).\n *\n * @example\n * ```ts\n * // NS1:\n * // Example of how this can be used:\n * var mults = getHackingMultipliers();\n * print(mults.chance);\n * print(mults.growth);\n * ```\n * @example\n * ```ts\n * // NS2:\n * // Example of how this can be used:\n * const {chance, growth} = ns.getHackingMultipliers();\n * print(chance);\n * print(growth);\n * ```\n * @returns Object containing the Player’s hacking related multipliers.\n */\n getHackingMultipliers(): HackingMultipliers;\n\n /**\n * Get hacknet related multipliers.\n * @remarks\n * RAM cost: 4 GB\n *\n * Returns an object containing the Player’s hacknet related multipliers.\n * These multipliers are returned in fractional forms, not percentages\n * (e.g. 1.5 instead of 150%).\n *\n * @example\n * ```ts\n * // NS1:\n * // Example of how this can be used:\n * var mults = getHacknetMultipliers();\n * print(mults.production);\n * print(mults.purchaseCost);\n * ```\n * @example\n * ```ts\n * // NS2:\n * // Example of how this can be used:\n * const {production, purchaseCost} = ns.getHacknetMultipliers();\n * print(production);\n * print(purchaseCost);\n * ```\n * @returns Object containing the Player’s hacknet related multipliers.\n */\n getHacknetMultipliers(): HacknetMultipliers;\n\n /**\n * Returns a server object for the given server. Defaults to the running script\'s server if host is not specified.\n *\n * @remarks\n * RAM cost: 2 GB\n * @param host - Optional. Hostname for the requested server object.\n * @returns The requested server object.\n */\n getServer(host?: string): Server;\n\n /**\n * Get money available on a server.\n * @remarks\n * RAM cost: 0.1 GB\n *\n * Returns the amount of money available on a server.\n * Running this function on the home computer will return the player’s money.\n *\n * @example\n * ```ts\n * // NS1:\n * getServerMoneyAvailable("foodnstuff");\n * getServerMoneyAvailable("home"); //Returns player\'s money\n * ```\n * @example\n * ```ts\n * // NS2:\n * ns.getServerMoneyAvailable("foodnstuff");\n * ns.getServerMoneyAvailable("home"); // Returns player\'s money\n * ```\n * @param host - Host of target server\n * @returns Amount of money available on the server.\n */\n getServerMoneyAvailable(host: string): number;\n\n /**\n * Get maximum money available on a server.\n * @remarks\n * RAM cost: 0.1 GB\n *\n * Returns the maximum amount of money that can be available on a server.\n *\n * @param host - Host of target server.\n * @returns Maximum amount of money available on the server.\n */\n getServerMaxMoney(host: string): number;\n\n /**\n * Get a server growth parameter.\n * @remarks\n * RAM cost: 0.1 GB\n *\n * Returns the server’s intrinsic “growth parameter”. This growth\n * parameter is a number typically between 0 and 100 that represents\n * how quickly the server’s money grows. This parameter affects the\n * percentage by which the server’s money is increased when using the\n * grow function. A higher growth parameter will result in a\n * higher percentage increase from grow.\n *\n * @param host - Host of target server.\n * @returns Parameter that affects the percentage by which the server’s money is increased when using the grow function.\n */\n getServerGrowth(host: string): number;\n\n /**\n * Get server security level.\n * @remarks\n * RAM cost: 0.1 GB\n *\n * Returns the security level of the target server. A server’s security\n * level is denoted by a number, typically between 1 and 100\n * (but it can go above 100).\n *\n * @param host - Host of target server.\n * @returns Security level of the target server.\n */\n getServerSecurityLevel(host: string): number;\n\n /**\n * Returns the minimum security level of the target server.\n *\n * @remarks RAM cost: 0.1 GB\n * @param host - Host of target server.\n * @returns Minimum security level of the target server.\n */\n getServerMinSecurityLevel(host: string): number;\n\n /**\n * @deprecated useless\n * @remarks\n * RAM cost: 0.1 GB\n * Returns the base security level of the target server. This is the security\n * level that the server starts out with. This is different than\n * getServerSecurityLevel because getServerSecurityLevel returns\n * the current security level of a server, which can constantly change due to\n * hack, grow, and weaken, calls on that server.\n * The base security level will stay the same until you reset by\n * installing an Augmentation(s).\n *\n * @param host - Host of target server.\n * @returns Base security level of the target server.\n */\n getServerBaseSecurityLevel(host: string): number;\n\n /**\n * @deprecated use getServerMaxRam / getServerUsedRam\n * @remarks\n * RAM cost: 0.1 GB\n *\n * Returns an array with two elements that gives information about a server’s memory (RAM).\n * The first element in the array is the amount of RAM that the server has total (in GB).\n * The second element in the array is the amount of RAM that is currently being used on\n * the server (in GB).\n *\n * @example\n * ```ts\n * // NS1:\n * var serverRam = getServerRam("helios");\n * var totalRam = serverRam[0];\n * var ramUsed = serverRam[1];\n * ```\n * @example\n * ```ts\n * // NS2:\n * const [totalRam, ramUsed] = ns.getServerRam("helios");\n * ```\n * @param host - Host of target server.\n * @returns Array with total and used memory on the specified server, in GB.\n */\n getServerRam(host: string): [number, number];\n\n /**\n * Get the max RAM on a server.\n * @remarks\n * RAM cost: 0.05 GB\n *\n * @param host - Hostname of the target server.\n * @returns max ram (GB)\n */\n getServerMaxRam(host: string): number;\n /**\n * Get the used RAM on a server.\n * @remarks\n * RAM cost: 0.05 GB\n *\n * @param host - Hostname of the target server.\n * @returns used ram (GB)\n */\n getServerUsedRam(host: string): number;\n\n /**\n * Returns the required hacking level of the target server.\n *\n * @remarks RAM cost: 0.1 GB\n * @param host - Host of target server.\n * @returns The required hacking level of the target server.\n */\n getServerRequiredHackingLevel(host: string): number;\n\n /**\n * Returns the number of open ports required to successfully run NUKE.exe on the specified server.\n *\n * @remarks RAM cost: 0.1 GB\n * @param host - Host of target server.\n * @returns The number of open ports required to successfully run NUKE.exe on the specified server.\n */\n getServerNumPortsRequired(host: string): number;\n\n /**\n * Returns a boolean denoting whether or not the specified server exists.\n *\n * @remarks RAM cost: 0.1 GB\n * @param host - Host of target server.\n * @returns True if specified server exists, and false otherwise.\n */\n serverExists(host: string): boolean;\n\n /**\n * Check if a file exists.\n * @remarks\n * RAM cost: 0.1 GB\n *\n * Returns a boolean indicating whether the specified file exists on the target server.\n * The filename for scripts is case-sensitive, but for other types of files it is not.\n * For example, fileExists(“brutessh.exe”) will work fine, even though the actual program\n * is named \'BruteSSH.exe\'.\n *\n * If the hostname/ip argument is omitted, then the function will search through the current\n * server (the server running the script that calls this function) for the file.\n *\n * @example\n * ```ts\n * // NS1:\n * //The function call will return true if the script named foo.script exists on the foodnstuff server, and false otherwise.\n * fileExists("foo.script", "foodnstuff");\n *\n * //The function call will return true if the current server contains the FTPCrack.exe program, and false otherwise.\n * fileExists("ftpcrack.exe");\n * ```\n * * @example\n * ```ts\n * // NS2:\n * // The function call will return true if the script named foo.script exists on the foodnstuff server, and false otherwise.\n * ns.fileExists("foo.script", "foodnstuff");\n *\n * // The function call will return true if the current server contains the FTPCrack.exe program, and false otherwise.\n * ns.fileExists("ftpcrack.exe");\n * ```\n * @param filename - Filename of file to check.\n * @param host - Host of target server. This is optional. If it is not specified then the function will use the current server as the target server.\n * @returns True if specified file exists, and false otherwise.\n */\n fileExists(filename: string, host?: string): boolean;\n\n /**\n * Check if a script is running.\n * @remarks\n * RAM cost: 0.1 GB\n *\n * Returns a boolean indicating whether the specified script is running on the target server.\n * If you use a PID instead of a filename, the hostname and args parameters are unnecessary.\n * Remember that a script is uniquely identified by both its name and its arguments.\n *\n * @example\n * ```ts\n * // NS1:\n * //The function call will return true if there is a script named foo.script with no arguments running on the foodnstuff server, and false otherwise:\n * isRunning("foo.script", "foodnstuff");\n *\n * //The function call will return true if there is a script named foo.script with no arguments running on the current server, and false otherwise:\n * isRunning("foo.script", getHostname());\n *\n * //The function call will return true if there is a script named foo.script running with the arguments 1, 5, and “test” (in that order) on the joesguns server, and false otherwise:\n * isRunning("foo.script", "joesguns", 1, 5, "test");\n * ```\n * @example\n * ```ts\n * // NS2:\n * //The function call will return true if there is a script named foo.script with no arguments running on the foodnstuff server, and false otherwise:\n * ns.isRunning("foo.script", "foodnstuff");\n *\n * //The function call will return true if there is a script named foo.script with no arguments running on the current server, and false otherwise:\n * ns.isRunning("foo.script", ns.getHostname());\n *\n * //The function call will return true if there is a script named foo.script running with the arguments 1, 5, and “test” (in that order) on the joesguns server, and false otherwise:\n * ns.isRunning("foo.script", "joesguns", 1, 5, "test");\n * ```\n * @param script - Filename or PID of script to check. This is case-sensitive.\n * @param host - Host of target server.\n * @param args - Arguments to specify/identify which scripts to search for.\n * @returns True if specified script is running on the target server, and false otherwise.\n */\n isRunning(script: FilenameOrPID, host?: string, ...args: (string | number | boolean)[]): boolean;\n\n /**\n * Get general info about a running script.\n * @remarks\n * RAM cost: 0.3 GB\n *\n * Running with no args returns current script.\n * If you use a PID as the first parameter, the hostname and args parameters are unnecessary.\n *\n * @param filename - Optional. Filename or PID of the script.\n * @param hostname - Optional. Name of host server the script is running on.\n * @param args - Arguments to identify the script\n * @returns The info about the running script if found, and null otherwise.\n */\n getRunningScript(\n filename?: FilenameOrPID,\n hostname?: string,\n ...args: (string | number | boolean)[]\n ): RunningScript | null;\n\n /**\n * Get cost of purchasing a server.\n * @remarks\n * RAM cost: 0.25 GB\n *\n * Returns the cost to purchase a server with the specified amount of ram.\n *\n * @example\n * ```ts\n * // NS1:\n * for (i = 1; i <= 20; i++) {\n * tprint(i + " -- " + getPurchasedServerCost(Math.pow(2, i)));\n * }\n * ```\n * @example\n * ```ts\n * // NS2:\n * for (i = 1; i <= 20; i++) {\n * ns.tprint(i + " -- " + ns.getPurchasedServerCost(Math.pow(2, i)));\n * }\n * ```\n * @param ram - Amount of RAM of a potential purchased server, in GB. Must be a power of 2 (2, 4, 8, 16, etc.). Maximum value of 1048576 (2^20).\n * @returns The cost to purchase a server with the specified amount of ram.\n */\n getPurchasedServerCost(ram: number): number;\n\n /**\n * Purchase a server.\n * @remarks\n * 2.25 GB\n *\n * Purchased a server with the specified hostname and amount of RAM.\n *\n * The hostname argument can be any data type, but it will be converted to a string\n * and have whitespace removed. Anything that resolves to an empty string will cause\n * the function to fail. If there is already a server with the specified hostname,\n * then the function will automatically append a number at the end of the hostname\n * argument value until it finds a unique hostname. For example, if the script calls\n * `purchaseServer(“foo”, 4)` but a server named “foo” already exists, the it will\n * automatically change the hostname to `foo-0`. If there is already a server with the\n * hostname `foo-0`, then it will change the hostname to `foo-1`, and so on.\n *\n * Note that there is a maximum limit to the amount of servers you can purchase.\n *\n * Returns the hostname of the newly purchased server as a string. If the function\n * fails to purchase a server, then it will return an empty string. The function will\n * fail if the arguments passed in are invalid, if the player does not have enough\n * money to purchase the specified server, or if the player has exceeded the maximum\n * amount of servers.\n *\n * @example\n * ```ts\n * // NS1:\n * var ram = 64;\n * var prefix = "pserv-";\n * for (i = 0; i < 5; ++i) {\n * purchaseServer(prefix + i, ram);\n * }\n * ```\n * @example\n * ```ts\n * // NS2:\n * const ram = 64;\n * const prefix = "pserv-";\n * for (i = 0; i < 5; ++i) {\n * ns.purchaseServer(prefix + i, ram);\n * }\n * ```\n * @param hostname - Host of the purchased server.\n * @param ram - Amount of RAM of the purchased server, in GB. Must be a power of 2 (2, 4, 8, 16, etc.). Maximum value of 1048576 (2^20).\n * @returns The hostname of the newly purchased server.\n */\n purchaseServer(hostname: string, ram: number): string;\n\n /**\n * Get cost of upgrading a purchased server to the given ram.\n * @remarks\n * RAM cost: 0.1 GB\n *\n * @param hostname - Hostname of the server to upgrade.\n * @param ram - Amount of RAM of the purchased server, in GB. Must be a power of 2 (2, 4, 8, 16, etc.). Maximum value of 1048576 (2^20).\n * @returns The price to upgrade.\n */\n getPurchasedServerUpgradeCost(hostname: string, ram: number): number;\n\n /**\n * Upgrade a purchased servers ram.\n * @remarks\n * RAM cost: 0.25 GB\n *\n * @param hostname - Hostname of the server to upgrade.\n * @param ram - Amount of RAM of the purchased server, in GB. Must be a power of 2 (2, 4, 8, 16, etc.). Maximum value of 1048576 (2^20).\n * @returns True if the upgrade succeeded.\n */\n upgradePurchasedServer(hostname: string, ram: number): boolean;\n\n /**\n * Rename a purchased server.\n * @remarks\n * RAM cost: 2.00 GB\n *\n * @param hostname - current server hostname\n * @param newName - new server hostname\n * @returns True if the upgrade succeeded.\n */\n renamePurchasedServer(hostname: string, newName: string): boolean;\n\n /**\n * Delete a purchased server.\n * @remarks\n * 2.25 GB\n *\n * Deletes one of your purchased servers, which is specified by its hostname.\n *\n * The hostname argument can be any data type, but it will be converted to a string.\n * Whitespace is automatically removed from the string. This function will not delete a\n * server that still has scripts running on it.\n *\n * @param host - Host of the server to delete.\n * @returns True if successful, and false otherwise.\n */\n deleteServer(host: string): boolean;\n\n /**\n * Returns an array with the hostnames of all of the servers you have purchased.\n *\n * @remarks 2.25 GB\n * @returns Returns an array with the hostnames of all of the servers you have purchased.\n */\n getPurchasedServers(): string[];\n\n /**\n * Returns the maximum number of servers you can purchase.\n *\n * @remarks RAM cost: 0.05 GB\n * @returns Returns the maximum number of servers you can purchase.\n */\n getPurchasedServerLimit(): number;\n\n /**\n * Returns the maximum RAM that a purchased server can have.\n *\n * @remarks RAM cost: 0.05 GB\n * @returns Returns the maximum RAM (in GB) that a purchased server can have.\n */\n getPurchasedServerMaxRam(): number;\n\n /**\n * Write data to a file.\n * @remarks\n * RAM cost: 0 GB\n *\n * This function can be used to write data to a text file (.txt) or a script (.js or .script).\n *\n * This function will write data to that file. If the specified file does not exist,\n * then it will be created. The third argument mode, defines how the data will be written to\n * the file. If *mode is set to “w”, then the data is written in “write” mode which means\n * that it will overwrite all existing data on the file. If mode is set to any other value\n * then the data will be written in “append” mode which means that the data will be added at the\n * end of the file.\n *\n * @param filename - Name of the file to be written to.\n * @param data - Data to write.\n * @param mode - Defines the write mode.\n */\n write(filename: string, data?: string[] | number | string, mode?: "w" | "a"): void;\n\n /**\n * Attempt to write to a port.\n * @remarks\n * RAM cost: 0 GB\n *\n * Attempts to write data to the specified Netscript Port.\n * If the port is full, the data will not be written.\n * Otherwise, the data will be written normally.\n *\n * @param port - Port or text file that will be written to.\n * @param data - Data to write.\n * @returns True if the data is successfully written to the port, and false otherwise.\n */\n tryWritePort(port: number, data: string | number): boolean;\n\n /**\n * Read content of a file.\n * @remarks\n * RAM cost: 0 GB\n *\n * This function is used to read data from a text file (.txt) or script (.script, .js).\n *\n * This function will return the data in the specified file.\n * If the file does not exist, an empty string will be returned.\n *\n * @param filename - Name of the file to be read.\n * @returns Data in the specified text file.\n */\n read(filename: string): string;\n\n /**\n * Get a copy of the data from a port without popping it.\n * @remarks\n * RAM cost: 0 GB\n *\n * This function is used to peek at the data from a port. It returns the\n * first element in the specified port without removing that element. If\n * the port is empty, the string “NULL PORT DATA” will be returned.\n *\n * @param port - Port to peek. Must be an integer between 1 and 20.\n * @returns Data in the specified port.\n */\n peek(port: number): PortData;\n\n /**\n * Clear data from a file.\n * @remarks\n * RAM cost: 0 GB\n *\n * Delete all data from that text file.\n *\n * @param handle - Text file to clear.\n */\n clear(handle: string): void;\n\n /**\n * Clear data from a port.\n * @remarks\n * RAM cost: 0 GB\n *\n * Delete all data from the underlying queue.\n *\n * @param handle - Port to clear.\n */\n clearPort(handle: number): void;\n\n /**\n * Write data to a port.\n * @remarks\n * RAM cost: 0 GB\n *\n * Write data to that netscript port.\n * @returns The data popped off the queue if it was full.\n */\n writePort(port: number, data: string | number): Promise;\n /**\n * Read data from a port.\n * @remarks\n * RAM cost: 0 GB\n *\n * Read data from that port. A port is a serialized queue.\n * This function will remove the first element from that queue and return it.\n * If the queue is empty, then the string “NULL PORT DATA” will be returned.\n * @returns the data read.\n */\n readPort(port: number): PortData;\n\n /**\n * Get all data on a port.\n * @remarks\n * RAM cost: 0 GB\n *\n * Get a handle to a Netscript Port.\n *\n * WARNING: Port Handles only work in NetscriptJS (Netscript 2.0). They will not work in Netscript 1.0.\n *\n * @see https://bitburner.readthedocs.io/en/latest/netscript/netscriptmisc.html#netscript-ports\n * @param port - Port number. Must be an integer between 1 and 20.\n */\n getPortHandle(port: number): NetscriptPort;\n\n /**\n * Delete a file.\n * @remarks\n * RAM cost: 1 GB\n *\n * Removes the specified file from the current server. This function works for every file\n * type except message (.msg) files.\n *\n * @param name - Filename of file to remove. Must include the extension.\n * @param host - Host Address of the server on which to delete the file. Optional. Defaults to current server.\n * @returns True if it successfully deletes the file, and false otherwise.\n */\n rm(name: string, host?: string): boolean;\n\n /**\n * Check if any script with a filename is running.\n * @remarks\n * RAM cost: 1 GB\n *\n * Returns a boolean indicating whether any instance of the specified script is running\n * on the target server, regardless of its arguments.\n *\n * This is different than the isRunning function because it does not try to\n * identify a specific instance of a running script by its arguments.\n *\n * @example\n * ```ts\n * // NS1:\n * //The function call will return true if there is any script named foo.script running on the foodnstuff server, and false otherwise:\n * scriptRunning("foo.script", "foodnstuff");\n *\n * //The function call will return true if there is any script named “foo.script” running on the current server, and false otherwise:\n * scriptRunning("foo.script", getHostname());\n * ```\n * * @example\n * ```ts\n * // NS2:\n * //The function call will return true if there is any script named foo.script running on the foodnstuff server, and false otherwise:\n * ns.scriptRunning("foo.script", "foodnstuff");\n *\n * //The function call will return true if there is any script named “foo.script” running on the current server, and false otherwise:\n * ns.scriptRunning("foo.script", ns.getHostname());\n * ```\n * @param script - Filename of script to check. This is case-sensitive.\n * @param host - Host of target server.\n * @returns True if the specified script is running, and false otherwise.\n */\n scriptRunning(script: string, host: string): boolean;\n\n /**\n * Kill all scripts with a filename.\n * @remarks\n * RAM cost: 1 GB\n *\n * Kills all scripts with the specified filename on the target server specified by hostname,\n * regardless of arguments.\n *\n * @param script - Filename of script to kill. This is case-sensitive.\n * @param host - Host of target server.\n * @returns true if one or more scripts were successfully killed, and false if none were.\n */\n scriptKill(script: string, host: string): boolean;\n\n /**\n * Returns the current script name.\n *\n * @remarks RAM cost: 0 GB\n * @returns Current script name.\n */\n getScriptName(): string;\n\n /**\n * Get the ram cost of a script.\n * @remarks\n * RAM cost: 0.1 GB\n *\n * Returns the amount of RAM required to run the specified script on the target server.\n * Returns 0 if the script does not exist.\n *\n * @param script - Filename of script. This is case-sensitive.\n * @param host - Host of target server the script is located on. This is optional, if it is not specified then the function will use the current server as the target server.\n * @returns Amount of RAM (in GB) required to run the specified script on the target server, and 0 if the script does not exist.\n */\n getScriptRam(script: string, host?: string): number;\n\n /**\n * Get the execution time of a hack() call.\n * @remarks\n * RAM cost: 0.05 GB\n *\n * When `hack` completes an amount of money is stolen depending on the player\'s skills.\n * Returns the amount of time in milliseconds it takes to execute the hack Netscript function on the target server.\n * The required time is increased by the security level of the target server and decreased by the player\'s hacking level.\n *\n * @param host - Host of target server.\n * @returns Returns the amount of time in milliseconds it takes to execute the hack Netscript function.\n */\n getHackTime(host: string): number;\n\n /**\n * Get the execution time of a grow() call.\n * @remarks\n * RAM cost: 0.05 GB\n *\n * Returns the amount of time in milliseconds it takes to execute the grow Netscript function on the target server.\n * The required time is increased by the security level of the target server and decreased by the player\'s hacking level.\n *\n * @param host - Host of target server.\n * @returns Returns the amount of time in milliseconds it takes to execute the grow Netscript function.\n */\n getGrowTime(host: string): number;\n\n /**\n * Get the execution time of a weaken() call.\n * @remarks\n * RAM cost: 0.05 GB\n *\n * Returns the amount of time in milliseconds it takes to execute the weaken Netscript function on the target server.\n * The required time is increased by the security level of the target server and decreased by the player\'s hacking level.\n *\n * @param host - Host of target server.\n * @returns Returns the amount of time in milliseconds it takes to execute the weaken Netscript function.\n */\n getWeakenTime(host: string): number;\n\n /**\n * Get the income of all script.\n * @remarks\n * RAM cost: 0.1 GB\n *\n * @returns an array of two values.\n * The first value is the total income (dollar / second) of all of your active scripts\n * (scripts that are currently running on any server).\n * The second value is the total income (dollar / second) that you’ve earned from scripts\n * since you last installed Augmentations.\n */\n getTotalScriptIncome(): [number, number];\n\n /**\n * Get the income of a script.\n * @remarks\n * RAM cost: 0.1 GB\n *\n * Returns the amount of income the specified script generates while online\n * (when the game is open, does not apply for offline income). Remember that\n * a script is uniquely identified by both its name and its arguments. So for\n * example if you ran a script with the arguments “foodnstuff” and “5” then\n * in order to use this function to get that script’s income you must specify\n * those same arguments in the same order in this function call.\n *\n * @param script - Filename of script.\n * @param host - Server on which script is running.\n * @param args - Arguments that the script is running with.\n * @returns Amount of income the specified script generates while online.\n */\n getScriptIncome(script: string, host: string, ...args: (string | number | boolean)[]): number;\n\n /**\n * Get the exp gain of all script.\n * @remarks\n * RAM cost: 0.1 GB\n *\n * @returns total experience gain rate of all of your active scripts.\n */\n getTotalScriptExpGain(): number;\n\n /**\n * Get the exp gain of a script.\n * @remarks\n * RAM cost: 0.1 GB\n *\n * Returns the amount of hacking experience the specified script generates while online\n * (when the game is open, does not apply for offline experience gains). Remember that a\n * script is uniquely identified by both its name and its arguments.\n *\n * This function can also return the total experience gain rate of all of your active\n * scripts by running the function with no arguments.\n *\n * @param script - Filename of script.\n * @param host - Server on which script is running.\n * @param args - Arguments that the script is running with.\n * @returns Amount of hacking experience the specified script generates while online.\n */\n getScriptExpGain(script: string, host: string, ...args: (string | number | boolean)[]): number;\n\n /**\n * Returns the amount of time in milliseconds that have passed since you last installed Augmentations.\n *\n * @remarks RAM cost: 0.05 GB\n * @returns Time in milliseconds that have passed since you last installed Augmentations.\n */\n getTimeSinceLastAug(): number;\n\n /**\n * Format a string.\n *\n * @remarks\n * RAM cost: 0 GB\n *\n * see: https://github.com/alexei/sprintf.js\n * @param format - String to format.\n * @param args - Formatting arguments.\n * @returns Formatted text.\n */\n sprintf(format: string, ...args: any[]): string;\n\n /**\n * Format a string with an array of arguments.\n * @remarks\n * RAM cost: 0 GB\n *\n * see: https://github.com/alexei/sprintf.js\n * @param format - String to format.\n * @param args - Formatting arguments.\n * @returns Formatted text.\n */\n vsprintf(format: string, args: any[]): string;\n\n /**\n * Format a number\n * @remarks\n * RAM cost: 0 GB\n *\n * Converts a number into a string with the specified formatter.\n * This uses the numeral.js library, so the formatters must be compatible with that.\n * This is the same function that the game itself uses to display numbers.\n *\n * see: http://numeraljs.com/\n * @param n - Number to format.\n * @param format - Formatter.\n * @returns Formatted number.\n */\n nFormat(n: number, format: string): string;\n\n /**\n * Format time to readable string\n * @remarks\n * RAM cost: 0 GB\n *\n * @param milliseconds - Number of millisecond to format.\n * @param milliPrecision - Format time with subsecond precision, defaults to false.\n * @returns The formatted time.\n */\n tFormat(milliseconds: number, milliPrecision?: boolean): string;\n\n /**\n * Prompt the player with an input modal.\n * @remarks\n * RAM cost: 0 GB\n *\n * Prompts the player with a dialog box. If `options.type` is undefined or "boolean",\n * the player is shown "Yes" and "No" prompts, which return true and false respectively.\n * Passing a type of "text" will give the player a text field and a value of "select"\n * will show a drop-down field. Choosing type "select" will require an array or object\n * to be passed via the `options.choices` property.\n * The script’s execution is halted until the player selects one of the options.\n *\n * @param txt - Text to appear in the prompt dialog box.\n * @param options - Options to modify the prompt the player is shown.\n * @returns True if the player click “Yes”; false if the player clicks “No”; or the value entered by the player.\n */\n prompt(\n txt: string,\n options?: { type?: "boolean" | "text" | "select" | undefined; choices?: string[] },\n ): Promise;\n\n /**\n * Open up a message box.\n * @param msg - Message to alert.\n */\n alert(msg: string): void;\n\n /**\n * Queue a toast (bottom-right notification).\n * @param msg - Message in the toast.\n * @param variant - Type of toast, must be one of success, info, warning, error. Defaults to success.\n * @param duration - Duration of toast in ms. Can also be `null` to create a persistent toast. Defaults to 2000\n */\n toast(msg: string, variant?: ToastVariant, duration?: number | null): void;\n\n /**\n * Download a file from the internet.\n * @remarks\n * RAM cost: 0 GB\n *\n * Retrieves data from a URL and downloads it to a file on the specified server.\n * The data can only be downloaded to a script (.script, .js) or a text file (.txt).\n * If the file already exists, it will be overwritten by this command.\n * Note that it will not be possible to download data from many websites because they\n * do not allow cross-origin resource sharing (CORS).\n *\n * IMPORTANT: This is an asynchronous function that returns a Promise.\n * The Promise’s resolved value will be a boolean indicating whether or not the data was\n * successfully retrieved from the URL. Because the function is async and returns a Promise,\n * it is recommended you use wget in NetscriptJS (Netscript 2.0).\n *\n * In NetscriptJS, you must preface any call to wget with the await keyword (like you would hack or sleep).\n * wget will still work in Netscript 1.0, but the functions execution will not be synchronous\n * (i.e. it may not execute when you expect/want it to).\n * Furthermore, since Promises are not supported in ES5,\n * you will not be able to process the returned value of wget in Netscript 1.0.\n *\n * @example\n * ```ts\n * // NS1:\n * wget("https://raw.githubusercontent.com/danielyxie/bitburner/master/README.md", "game_readme.txt");\n * ```\n * @example\n * ```ts\n * // NS2:\n * await ns.wget("https://raw.githubusercontent.com/danielyxie/bitburner/master/README.md", "game_readme.txt");\n * ```\n * @param url - URL to pull data from.\n * @param target - Filename to write data to. Must be script or text file.\n * @param host - Optional hostname/ip of server for target file.\n * @returns True if the data was successfully retrieved from the URL, false otherwise.\n */\n wget(url: string, target: string, host?: string): Promise;\n\n /**\n * Returns the amount of Faction favor required to be able to donate to a faction.\n *\n * @remarks RAM cost: 0.1 GB\n * @returns Amount of Faction favor required to be able to donate to a faction.\n */\n getFavorToDonate(): number;\n\n /**\n * Get the current Bitnode multipliers.\n * @remarks\n * RAM cost: 4 GB\n *\n * Returns an object containing the current BitNode multipliers.\n * This function requires you to be in Bitnode 5 or have Source-File 5 in order to run.\n * The multipliers are returned in decimal forms (e.g. 1.5 instead of 150%).\n * The multipliers represent the difference between the current BitNode and\n * the original BitNode (BitNode-1).\n *\n * For example, if the CrimeMoney multiplier has a value of 0.1, then that means\n * that committing crimes in the current BitNode will only give 10% of the money\n * you would have received in BitNode-1.\n *\n * @example\n * ```ts\n * // NS1:\n * var mults = getBitNodeMultipliers();\n * print(mults.ServerMaxMoney);\n * print(mults.HackExpGain);\n * ```\n * @example\n * ```ts\n * // NS2:\n * const {ServerMaxMoney, HackExpGain} = ns.getBitNodeMultipliers();\n * print(ServerMaxMoney);\n * print(HackExpGain);\n * ```\n * @returns Object containing the current BitNode multipliers.\n */\n getBitNodeMultipliers(): BitNodeMultipliers;\n\n /**\n * Get information about the player.\n * @remarks\n * RAM cost: 0.5 GB\n *\n * Returns an object with information on the current player.\n *\n * @returns Player info\n */\n getPlayer(): Player;\n\n /**\n * Add callback function when the script dies\n * @remarks\n * RAM cost: 0 GB\n *\n * NS2 exclusive\n *\n * Add callback to be executed when the script dies.\n */\n atExit(f: () => void): void;\n\n /**\n * Move a file on the target server.\n * @remarks\n * RAM cost: 0 GB\n *\n * NS2 exclusive\n *\n * Move the source file to the specified destination on the target server.\n *\n * This command only works for scripts and text files (.txt). It cannot, however, be used\n * to convert from script to text file, or vice versa.\n *\n * This function can also be used to rename files.\n *\n * @param host - Host of target server.\n * @param source - Filename of the source file.\n * @param destination - Filename of the destination file.\n */\n mv(host: string, source: string, destination: string): void;\n\n /**\n * Parse command line flags.\n * @remarks\n * RAM cost: 0 GB\n *\n * Allows unix like flag parsing.\n * @example\n * ```ts\n * // example.script\n * var data = flags([\n * [\'delay\', 0], // a default number means this flag is a number\n * [\'server\', \'foodnstuff\'], // a default string means this flag is a string\n * [\'exclude\', []], // a default array means this flag is a default array of string\n * [\'help\', false], // a default boolean means this flag is a boolean\n * ]);\n * tprint(data);\n *\n * // example.js\n * export async function main(ns) {\n * const data = ns.flags([\n * [\'delay\', 0], // a default number means this flag is a number\n * [\'server\', \'foodnstuff\'], // a default string means this flag is a string\n * [\'exclude\', []], // a default array means this flag is a default array of string\n * [\'help\', false], // a default boolean means this flag is a boolean\n * ]);\n * ns.tprint(data);\n * }\n *\n * // [home ~/]> run example.script\n * // {"_":[],"delay":0,"server":"foodnstuff","exclude":[],"help":false}\n * // [home ~/]> run example.script --delay 3000\n * // {"_":[],"server":"foodnstuff","exclude":[],"help":false,"delay":3000}\n * // [home ~/]> run example.script --delay 3000 --server harakiri-sushi\n * // {"_":[],"exclude":[],"help":false,"delay":3000,"server":"harakiri-sushi"}\n * // [home ~/]> run example.script --delay 3000 --server harakiri-sushi hello world\n * // {"_":["hello","world"],"exclude":[],"help":false,"delay":3000,"server":"harakiri-sushi"}\n * // [home ~/]> run example.script --delay 3000 --server harakiri-sushi hello world --exclude a --exclude b\n * // {"_":["hello","world"],"help":false,"delay":3000,"server":"harakiri-sushi","exclude":["a","b"]}\n * // [home ~/]> run example.script --help\n * // {"_":[],"delay":0,"server":"foodnstuff","exclude":[],"help":true}\n * ```\n */\n flags(schema: [string, string | number | boolean | string[]][]): { [key: string]: ScriptArg | string[] };\n\n /**\n * Share your computer with your factions.\n * @remarks\n * RAM cost: 2.4 GB\n *\n * Increases your rep gain of hacking contracts while share is called.\n * Scales with thread count.\n */\n share(): Promise;\n\n /**\n * Calculate your share power. Based on all the active share calls.\n * @remarks\n * RAM cost: 0.2 GB\n */\n getSharePower(): number;\n\n enums: NSEnums;\n}\n\ndeclare const enums = {\n toast: {\n SUCCESS: "success",\n WARNING: "warning",\n ERROR: "error",\n INFO: "info",\n },\n} as const;\ntype ToastVariant = ValuesFrom;\n\nexport type NSEnums = typeof enums;\n/**\n * Corporation Office API\n * @remarks\n * requires the Office API upgrade from your corporation.\n * @public\n */\nexport interface OfficeAPI {\n /**\n * Assign an employee to a job.\n * @param divisionName - Name of the division\n * @param cityName - Name of the city\n * @param employeeName - name of the employee\n * @param job - Name of the job.\n */\n assignJob(divisionName: string, cityName: string, employeeName: string, job: string): void;\n /**\n * Hire an employee.\n * @param divisionName - Name of the division\n * @param cityName - Name of the city\n * @returns The newly hired employee, if any\n */\n hireEmployee(divisionName: string, cityName: string): Employee | undefined;\n /**\n * Upgrade office size.\n * @param divisionName - Name of the division\n * @param cityName - Name of the city\n * @param size - Amount of positions to open\n */\n upgradeOfficeSize(divisionName: string, cityName: string, size: number): void;\n /**\n * Throw a party for your employees\n * @param divisionName - Name of the division\n * @param cityName - Name of the city\n * @param costPerEmployee - Amount to spend per employee.\n * @returns Multiplier for happiness and morale, or zero on failure\n */\n throwParty(divisionName: string, cityName: string, costPerEmployee: number): number;\n /**\n * Buy coffee for your employees\n * @param divisionName - Name of the division\n * @param cityName - Name of the city\n * @returns true if buying coffee was successful, false otherwise\n */\n buyCoffee(divisionName: string, cityName: string): boolean;\n /**\n * Hire AdVert.\n * @param divisionName - Name of the division\n */\n hireAdVert(divisionName: string): void;\n /**\n * Purchase a research\n * @param divisionName - Name of the division\n * @param researchName - Name of the research\n */\n research(divisionName: string, researchName: string): void;\n /**\n * Get data about an office\n * @param divisionName - Name of the division\n * @param cityName - Name of the city\n * @returns Office data\n */\n getOffice(divisionName: string, cityName: string): Office;\n /**\n * Get data about an employee\n * @param divisionName - Name of the division\n * @param cityName - Name of the city\n * @param employeeName - Name of the employee\n * @returns Employee data\n */\n getEmployee(divisionName: string, cityName: string, employeeName: string): Employee;\n /**\n * Get the cost to Hire AdVert\n * @param divisionName - Name of the division\n * @returns Cost\n */\n getHireAdVertCost(divisionName: string): number;\n /**\n * Get the number of times you have Hired AdVert\n * @param divisionName - Name of the division\n * @returns Number of times you have Hired AdVert\n */\n getHireAdVertCount(adivisionName: string): number;\n /**\n * Get the cost to unlock research\n * @param divisionName - Name of the division\n * @param researchName - Name of the research\n * @returns cost\n */\n getResearchCost(divisionName: string, researchName: string): number;\n /**\n * Gets if you have unlocked a research\n * @param divisionName - Name of the division\n * @param researchName - Name of the research\n * @returns true is unlocked, false if not\n */\n hasResearched(divisionName: string, researchName: string): boolean;\n /**\n * Set the auto job assignment for a job\n * @param divisionName - Name of the division\n * @param cityName - Name of the city\n * @param job - Name of the job\n * @param amount - Number of employees to assign to that job\n * @returns true if the employee count reached the target amount, false if not\n */\n setAutoJobAssignment(divisionName: string, cityName: string, job: string, amount: number): boolean;\n /**\n * Cost to Upgrade office size.\n * @param divisionName - Name of the division\n * @param cityName - Name of the city\n * @param size - Amount of positions to open\n * @returns Cost of upgrading the office\n */\n getOfficeSizeUpgradeCost(divisionName: string, cityName: string, asize: number): number;\n}\n\n/**\n * Corporation Warehouse API\n * @remarks\n * Requires the Warehouse API upgrade from your corporation.\n * @public\n */\nexport interface WarehouseAPI {\n /**\n * Set material sell data.\n * @param divisionName - Name of the division\n * @param cityName - Name of the city\n * @param materialName - Name of the material\n * @param amt - Amount to sell, can be "MAX"\n * @param price - Price to sell, can be "MP"\n */\n sellMaterial(divisionName: string, cityName: string, materialName: string, amt: string, price: string): void;\n /**\n * Set product sell data.\n * @param divisionName - Name of the division\n * @param cityName - Name of the city\n * @param productName - Name of the product\n * @param amt - Amount to sell, can be "MAX"\n * @param price - Price to sell, can be "MP"\n * @param all - Sell in all city\n */\n sellProduct(\n divisionName: string,\n cityName: string,\n productName: string,\n amt: string,\n price: string,\n all: boolean,\n ): void;\n /**\n * Discontinue a product.\n * @param divisionName - Name of the division\n * @param productName - Name of the product\n */\n discontinueProduct(divisionName: string, productName: string): void;\n /**\n * Set smart supply\n * @param divisionName - Name of the division\n * @param cityName - Name of the city\n * @param enabled - smart supply enabled\n */\n setSmartSupply(divisionName: string, cityName: string, enabled: boolean): void;\n /**\n * Set whether smart supply uses leftovers before buying\n * @param divisionName - Name of the division\n * @param cityName - Name of the city\n * @param materialName - Name of the material\n * @param enabled - smart supply use leftovers enabled\n */\n setSmartSupplyUseLeftovers(divisionName: string, cityName: string, materialName: string, enabled: boolean): void;\n /**\n * Set material buy data\n * @param divisionName - Name of the division\n * @param cityName - Name of the city\n * @param materialName - Name of the material\n * @param amt - Amount of material to buy\n */\n buyMaterial(divisionName: string, cityName: string, materialName: string, amt: number): void;\n /**\n * Set material to bulk buy\n * @param divisionName - Name of the division\n * @param cityName - Name of the city\n * @param materialName - Name of the material\n * @param amt - Amount of material to buy\n */\n bulkPurchase(divisionName: string, cityName: string, materialName: string, amt: number): void;\n /**\n * Get warehouse data\n * @param divisionName - Name of the division\n * @param cityName - Name of the city\n * @returns warehouse data\n */\n getWarehouse(divisionName: string, cityName: string): Warehouse;\n /**\n * Get product data\n * @param divisionName - Name of the division\n * @param productName - Name of the product\n * @returns product data\n */\n getProduct(divisionName: string, productName: string): Product;\n /**\n * Get material data\n * @param divisionName - Name of the division\n * @param materialName - Name of the material\n * @returns material data\n */\n getMaterial(divisionName: string, cityName: string, materialName: string): Material;\n /**\n * Set market TA 1 for a material.\n * @param divisionName - Name of the division\n * @param cityName - Name of the city\n * @param materialName - Name of the material\n * @param on - market ta enabled\n */\n setMaterialMarketTA1(divisionName: string, cityName: string, materialName: string, on: boolean): void;\n /**\n * Set market TA 2 for a material.\n * @param divisionName - Name of the division\n * @param cityName - Name of the city\n * @param materialName - Name of the material\n * @param on - market ta enabled\n */\n setMaterialMarketTA2(divisionName: string, cityName: string, materialName: string, on: boolean): void;\n /**\n * Set market TA 1 for a product.\n * @param divisionName - Name of the division\n * @param productName - Name of the product\n * @param on - market ta enabled\n */\n setProductMarketTA1(divisionName: string, productName: string, on: boolean): void;\n /**\n * Set market TA 2 for a product.\n * @param divisionName - Name of the division\n * @param productName - Name of the product\n * @param on - market ta enabled\n */\n setProductMarketTA2(divisionName: string, productName: string, on: boolean): void;\n /**\n * Set material export data\n * @param sourceDivision - Source division\n * @param sourceCity - Source city\n * @param targetDivision - Target division\n * @param targetCity - Target city\n * @param materialName - Name of the material\n * @param amt - Amount of material to export.\n */\n exportMaterial(\n sourceDivision: string,\n sourceCity: string,\n targetDivision: string,\n targetCity: string,\n materialName: string,\n amt: number,\n ): void;\n /**\n * Cancel material export\n * @param sourceDivision - Source division\n * @param sourceCity - Source city\n * @param targetDivision - Target division\n * @param targetCity - Target city\n * @param materialName - Name of the material\n * @param amt - Amount of material to export.\n */\n cancelExportMaterial(\n sourceDivision: string,\n sourceCity: string,\n targetDivision: string,\n targetCity: string,\n materialName: string,\n amt: number,\n ): void;\n /**\n * Purchase warehouse for a new city\n * @param divisionName - Name of the division\n * @param cityName - Name of the city\n */\n purchaseWarehouse(divisionName: string, cityName: string): void;\n /**\n * Upgrade warehouse\n * @param divisionName - Name of the division\n * @param cityName - Name of the city\n * @param amt - amount of upgrades defaults to 1\n */\n upgradeWarehouse(divisionName: string, cityName: string, amt?: number): void;\n /**\n * Create a new product\n * @param divisionName - Name of the division\n * @param cityName - Name of the city\n * @param productName - Name of the product\n * @param designInvest - Amount to invest for the design of the product.\n * @param marketingInvest - Amount to invest for the marketing of the product.\n */\n makeProduct(\n divisionName: string,\n cityName: string,\n productName: string,\n designInvest: number,\n marketingInvest: number,\n ): void;\n /**\n * Limit Material Production.\n * @param divisionName - Name of the division\n * @param cityName - Name of the city\n * @param materialName - Name of the material\n * @param qty - Amount to limit to\n */\n limitMaterialProduction(divisionName: string, cityName: string, materialName: string, qty: number): void;\n /**\n * Limit Product Production.\n * @param divisionName - Name of the division\n * @param cityName - Name of the city\n * @param productName - Name of the product\n * @param qty - Amount to limit to\n */\n limitProductProduction(divisionName: string, cityName: string, productName: string, qty: number): void;\n /**\n * Gets the cost to purchase a warehouse\n * @returns cost\n */\n getPurchaseWarehouseCost(): number;\n /**\n * Gets the cost to upgrade a warehouse to the next level\n * @param divisionName - Name of the division\n * @param cityName - Name of the city\n * @param amt - amount of upgrades defaults to 1\n * @returns cost to upgrade\n */\n getUpgradeWarehouseCost(adivisionName: string, acityName: string, amt?: number): number;\n /**\n * Check if you have a warehouse in city\n * @returns true if warehouse is present, false if not\n */\n hasWarehouse(adivisionName: string, acityName: string): boolean;\n}\n\n/**\n * Corporation API\n * @public\n */\nexport interface Corporation extends WarehouseAPI, OfficeAPI {\n /**\n * Create a Corporation\n * @param divisionName - Name of the division\n * @param selfFund - If you should self fund, defaults to true, false will only work on Bitnode 3\n * @returns true if created and false if not\n */\n createCorporation(corporationName: string, selfFund: boolean): boolean;\n /**\n * Check if you have a one time unlockable upgrade\n * @param upgradeName - Name of the upgrade\n * @returns true if unlocked and false if not\n */\n hasUnlockUpgrade(upgradeName: string): boolean;\n /**\n * Gets the cost to unlock a one time unlockable upgrade\n * @param upgradeName - Name of the upgrade\n * @returns cost of the upgrade\n */\n getUnlockUpgradeCost(upgradeName: string): number;\n /**\n * Get the level of a levelable upgrade\n * @param upgradeName - Name of the upgrade\n * @returns the level of the upgrade\n */\n getUpgradeLevel(upgradeName: string): number;\n /**\n * Gets the cost to unlock the next level of a levelable upgrade\n * @param upgradeName - Name of the upgrade\n * @returns cost of the upgrade\n */\n getUpgradeLevelCost(upgradeName: string): number;\n /**\n * Gets the cost to expand into a new industry\n * @param industryName - Name of the industry\n * @returns cost\n */\n getExpandIndustryCost(industryName: string): number;\n /**\n * Gets the cost to expand into a new city\n * @returns cost\n */\n getExpandCityCost(): number;\n /**\n * Get an offer for investment based on you companies current valuation\n * @returns An offer of investment\n */\n getInvestmentOffer(): InvestmentOffer;\n /**\n * Get list of materials\n * @returns material names\n */\n getMaterialNames(): string[];\n /**\n * Get list of industry types\n * @returns industry names\n */\n getIndustryTypes(): string[];\n /**\n * Get list of one-time unlockable upgrades\n * @returns unlockable upgrades names\n */\n getUnlockables(): string[];\n /**\n * Get list of upgrade names\n * @returns upgrade names\n */\n getUpgradeNames(): string[];\n /**\n * Get list of research names\n * @returns research names\n */\n getResearchNames(): string[];\n /**\n * Accept investment based on you companies current valuation\n * @remarks\n * Is based on current valuation and will not honer a specific Offer\n * @returns An offer of investment\n */\n acceptInvestmentOffer(): boolean;\n /**\n * Go public\n * @param numShares - number of shares you would like to issue for your IPO\n * @returns true if you successfully go public, false if not\n */\n goPublic(numShares: number): boolean;\n /**\n * Bribe a faction\n * @param factionName - Faction name\n * @param amountCash - Amount of money to bribe\n * @returns True if successful, false if not\n */\n bribe(factionName: string, amountCash: number): boolean;\n /**\n * Get corporation data\n * @returns Corporation data\n */\n getCorporation(): CorporationInfo;\n /**\n * Get division data\n * @param divisionName - Name of the division\n * @returns Division data\n */\n getDivision(divisionName: string): Division;\n /**\n * Expand to a new industry\n * @param industryType - Name of the industry\n * @param divisionName - Name of the division\n */\n expandIndustry(industryType: string, divisionName: string): void;\n /**\n * Expand to a new city\n * @param divisionName - Name of the division\n * @param cityName - Name of the city\n */\n expandCity(divisionName: string, cityName: string): void;\n /**\n * Unlock an upgrade\n * @param upgradeName - Name of the upgrade\n */\n unlockUpgrade(upgradeName: string): void;\n /**\n * Level an upgrade.\n * @param upgradeName - Name of the upgrade\n */\n levelUpgrade(upgradeName: string): void;\n /**\n * Issue dividends\n * @param rate - Fraction of profit to issue as dividends.\n */\n issueDividends(rate: number): void;\n /**\n * Buyback Shares\n * @param amount - Amount of shares to buy back.\n *\n */\n buyBackShares(amount: number): void;\n /**\n * Sell Shares\n * @param amount - Amount of shares to sell.\n *\n */\n sellShares(amount: number): void;\n /**\n * Get bonus time.\n *\n * “Bonus time” is accumulated when the game is offline or if the game is inactive in the browser.\n *\n * “Bonus time” makes the game progress faster.\n *\n * @returns Bonus time for the Corporation mechanic in milliseconds.\n */\n getBonusTime(): number;\n}\n\n/**\n * General info about a corporation\n * @public\n */\ninterface CorporationInfo {\n /** Name of the corporation */\n name: string;\n /** Funds available */\n funds: number;\n /** Revenue per second this cycle */\n revenue: number;\n /** Expenses per second this cycle */\n expenses: number;\n /** Indicating if the company is public */\n public: boolean;\n /** Total number of shares issues by this corporation */\n totalShares: number;\n /** Amount of share owned */\n numShares: number;\n /** Cooldown until shares can be sold again */\n shareSaleCooldown: number;\n /** Amount of acquirable shares. */\n issuedShares: number;\n /** Price of the shares */\n sharePrice: number;\n /** Fraction of profits issued as dividends */\n dividendRate: number;\n /** Tax applied on your earnings as a shareholder */\n dividendTax: number;\n /** Your earnings as a shareholder per second this cycle */\n dividendEarnings: number;\n /** State of the corporation. Possible states are START, PURCHASE, PRODUCTION, SALE, EXPORT. */\n state: string;\n /** Array of all divisions */\n divisions: Division[];\n}\n\n/**\n * Employee in an office\n * @public\n */\nexport interface Employee {\n /** Name of the employee */\n name: string;\n /** Morale of the employee */\n mor: number;\n /** Happiness of the employee */\n hap: number;\n /** Energy of the employee */\n ene: number;\n /** Intelligence of the employee */\n int: number;\n /** Charisma of the employee */\n cha: number;\n /** Experience of the employee */\n exp: number;\n /** Creativity of the employee */\n cre: number;\n /** Efficiency of the employee */\n eff: number;\n /** Salary of the employee */\n sal: number;\n /** Current Location (city) */\n loc: string;\n /** Current job position */\n pos: string;\n}\n\n/**\n * Product in a warehouse\n * @public\n */\ninterface Product {\n /** Name of the product */\n name: string;\n /** Demand for the product, only present if "Market Research - Demand" unlocked */\n dmd: number | undefined;\n /** Competition for the product, only present if "Market Research - Competition" unlocked */\n cmp: number | undefined;\n /** Product Rating */\n rat: number;\n /** Product Properties. The data is \\{qlt, per, dur, rel, aes, fea\\} */\n properties: { [key: string]: number };\n /** Production cost */\n pCost: number;\n /** Sell cost, can be "MP+5" */\n sCost: string | number;\n /** Data refers to the production, sale, and quantity of the products\n * These values are specific to a city\n * For each city, the data is [qty, prod, sell] */\n cityData: { [key: string]: number[] };\n /** Creation progress - A number between 0-100 representing percentage */\n developmentProgress: number;\n}\n\n/**\n * Material in a warehouse\n * @public\n */\ninterface Material {\n /** Name of the material */\n name: string;\n /** Amount of material */\n qty: number;\n /** Quality of the material */\n qlt: number;\n /** Demand for the material, only present if "Market Research - Demand" unlocked */\n dmd: number | undefined;\n /** Competition for the material, only present if "Market Research - Competition" unlocked */\n cmp: number | undefined;\n /** Amount of material produced */\n prod: number;\n /** Amount of material sold */\n sell: number;\n /** Cost to buy material */\n cost: number;\n /** Sell cost, can be "MP+5" */\n sCost: string | number;\n /** Export orders */\n exp: Export[];\n}\n\n/**\n * Export order for a material\n * @public\n */\ninterface Export {\n /** Division the material is being exported to */\n div: string;\n /** City the material is being exported to */\n loc: string;\n /** Amount of material exported */\n amt: string;\n}\n\n/**\n * Warehouse for a division in a city\n * @public\n */\ninterface Warehouse {\n /** Amount of size upgrade bought */\n level: number;\n /** City in which the warehouse is located */\n loc: string;\n /** Total space in the warehouse */\n size: number;\n /** Used space in the warehouse */\n sizeUsed: number;\n /** Smart Supply status in the warehouse */\n smartSupplyEnabled: boolean;\n}\n\n/**\n * Office for a division in a city.\n * @public\n */\nexport interface Office {\n /** City of the office */\n loc: string;\n /** Maximum number of employee */\n size: number;\n /** Minimum amount of energy of the employees */\n minEne: number;\n /** Maximum amount of energy of the employees */\n maxEne: number;\n /** Minimum happiness of the employees */\n minHap: number;\n /** Maximum happiness of the employees */\n maxHap: number;\n /** Minimum morale of the employees */\n minMor: number;\n /** Maximum morale of the employees */\n maxMor: number;\n /** Name of all the employees */\n employees: string[];\n /** Production of the employees */\n employeeProd: EmployeeJobs;\n /** Positions of the employees */\n employeeJobs: EmployeeJobs;\n}\n\n/**\n * Object representing the number of employee in each job.\n * @public\n */\ninterface EmployeeJobs {\n Operations: number;\n Engineer: number;\n Business: number;\n Management: number;\n "Research & Development": number;\n Training: number;\n Unassigned: number;\n}\n\n/**\n * Corporation division\n * @public\n */\ninterface Division {\n /** Name of the division */\n name: string;\n /** Type of division, like Agriculture */\n type: string;\n /** Awareness of the division */\n awareness: number;\n /** Popularity of the division */\n popularity: number;\n /** Production multiplier */\n prodMult: number;\n /** Amount of research in that division */\n research: number;\n /** Revenue last cycle */\n lastCycleRevenue: number;\n /** Expenses last cycle */\n lastCycleExpenses: number;\n /** Revenue this cycle */\n thisCycleRevenue: number;\n /** Expenses this cycle */\n thisCycleExpenses: number;\n /** All research bought */\n upgrades: number[];\n /** Cities in which this division has expanded */\n cities: string[];\n /** Products developed by this division */\n products: string[];\n /** Whether the industry this division is in is capable of making products */\n makesProducts: boolean;\n}\n\n/**\n * Corporation investment offer\n * @public\n */\ninterface InvestmentOffer {\n /** Amount of funds you will get from this investment */\n funds: number;\n /** Amount of share you will give in exchange for this investment */\n shares: number;\n /** Current round of funding (max 4) */\n round: number;\n}\n\n/**\n * Interface Theme\n * @internal\n */\ninterface UserInterfaceTheme {\n [key: string]: string | undefined;\n primarylight: string;\n primary: string;\n primarydark: string;\n successlight: string;\n success: string;\n successdark: string;\n errorlight: string;\n error: string;\n errordark: string;\n secondarylight: string;\n secondary: string;\n secondarydark: string;\n warninglight: string;\n warning: string;\n warningdark: string;\n infolight: string;\n info: string;\n infodark: string;\n welllight: string;\n well: string;\n white: string;\n black: string;\n hp: string;\n money: string;\n hack: string;\n combat: string;\n cha: string;\n int: string;\n rep: string;\n disabled: string;\n backgroundprimary: string;\n backgroundsecondary: string;\n button: string;\n}\n\n/**\n * Interface Styles\n * @internal\n */\ninterface IStyleSettings {\n fontFamily: string;\n lineHeight: number;\n}\n\n/**\n * Game Information\n * @internal\n */\ninterface GameInfo {\n version: string;\n commit: string;\n platform: string;\n}\n\n/**\n * Used for autocompletion\n * @public\n */\ninterface AutocompleteData {\n servers: string[];\n scripts: string[];\n txts: string[];\n flags(schema: [string, string | number | boolean | string[]][]): { [key: string]: ScriptArg | string[] };\n}\n'},function(t,e,n){"use strict";n.d(e,"a",(function(){return C}));var a=n(1869),r=n(719),i=n(1512),o=n(1510),s=n(1511),l=n(23),c=n(3),f=n(246),u=n(47),m=n(21),h=n(10),d=n(0),p=n.n(d),g=n(1),b=n(6),y=n(7),E=n(13),v=n(72),k=n(1380);const w=t=>{const e=t.aug.prereqs.filter(t=>g.a.hasAugmentation(t)),n=t.aug.prereqs.length>0&&e.length===t.aug.prereqs.length;return p.a.createElement(l.a,{title:p.a.createElement(p.a.Fragment,null,p.a.createElement(c.a,{sx:{color:b.a.theme.money}},"This Augmentation has the following pre-requisite(s):"),t.aug.prereqs.map(t=>p.a.createElement(_,{fulfilled:g.a.hasAugmentation(t),value:t,color:b.a.theme.money,key:t})))},p.a.createElement(c.a,{sx:{ml:1,fontSize:"0.9rem",display:"flex",alignItems:"center",color:n?b.a.theme.successlight:b.a.theme.error,gridArea:"prereqs"}},n?p.a.createElement(p.a.Fragment,null,p.a.createElement(a.a,{fontSize:"small",sx:{mr:1}}),"Pre-requisites Owned"):p.a.createElement(p.a.Fragment,null,p.a.createElement(r.a,{fontSize:"small",sx:{mr:1}}),"Missing ",t.aug.prereqs.length-e.length," pre-requisite(s)")))},S=t=>p.a.createElement(l.a,{title:p.a.createElement(p.a.Fragment,null,p.a.createElement(c.a,{sx:{color:b.a.theme.money}},"This Augmentation can only be acquired from the following source(s):"),p.a.createElement("ul",null,p.a.createElement(c.a,{sx:{color:b.a.theme.money}},p.a.createElement("li",null,p.a.createElement("b",null,t.aug.factions[0])," faction"),g.a.isAwareOfGang()&&!t.aug.isSpecial&&p.a.createElement("li",null,"Certain ",p.a.createElement("b",null,"gangs")),g.a.canAccessGrafting()&&!t.aug.isSpecial&&t.aug.name!==E.a.TheRedPill&&p.a.createElement("li",null,p.a.createElement("b",null,"Grafting")))))},p.a.createElement(i.a,{fontSize:"small",sx:{ml:1,color:b.a.theme.money,transform:"rotate(180deg)",gridArea:"exclusive"}})),_=t=>p.a.createElement(c.a,{sx:{display:"flex",alignItems:"center",color:t.fulfilled?t.color:b.a.theme.error}},t.fulfilled?p.a.createElement(o.a,{sx:{mr:1}}):p.a.createElement(s.a,{sx:{mr:1}}),t.value),C=t=>p.a.createElement(f.a,{maxWidth:"lg",disableGutters:!0,sx:{mx:0,display:"grid",gridTemplateColumns:"repeat(1, 1fr)",gap:.75}},t.augNames.map(e=>p.a.createElement(x,{key:e,parent:t,augName:e,owned:!1})),t.ownedAugNames.map(e=>p.a.createElement(x,{key:e,parent:t,augName:e,owned:!0})));function x(t){const[e,n]=Object(d.useState)(!1),a=v.a[t.augName],r=a.getCost(),i=t.parent.sleeveAugs?a.baseCost:r.moneyCost,o=r.repCost,s="string"==typeof a.info?p.a.createElement("span",null,a.info):a.info,f=p.a.createElement(p.a.Fragment,null,s,p.a.createElement("br",null),p.a.createElement("br",null),a.stats);return p.a.createElement(u.a,{sx:{p:.5,display:"grid",gridTemplateColumns:"minmax(0, 4fr) 1.4fr",gap:1,opacity:t.owned?.75:1,minWidth:"1100px"}},p.a.createElement(p.a.Fragment,null,p.a.createElement(m.a,{sx:{display:"flex",alignItems:"center"}},p.a.createElement(h.a,{onClick:()=>t.parent.purchaseAugmentation(a,t=>{n(t)}),disabled:!t.parent.canPurchase(a)||t.owned,sx:{width:"48px",height:"36px",float:"left",clear:"none",mr:1}},t.owned?"Owned":"Buy"),p.a.createElement(m.a,{sx:{maxWidth:t.owned?"100%":"85%"}},p.a.createElement(m.a,{sx:{display:"grid",alignItems:"center",gridTemplateAreas:'"title exclusive prereqs"'}},p.a.createElement(l.a,{title:p.a.createElement(p.a.Fragment,null,p.a.createElement(c.a,{variant:"h5"},t.augName,t.augName===E.a.NeuroFluxGovernor&&" - Level "+a.getLevel()),p.a.createElement(c.a,null,f))},p.a.createElement(c.a,{sx:{gridArea:"title",textOverflow:"ellipsis",whiteSpace:"nowrap",overflow:"hidden",color:t.owned||!t.parent.canPurchase(a)?b.a.theme.disabled:b.a.theme.primary}},a.name,a.name===E.a.NeuroFluxGovernor&&" - Level "+a.getLevel())),1===a.factions.length&&!t.parent.sleeveAugs&&p.a.createElement(S,{aug:a}),a.prereqs.length>0&&!t.parent.sleeveAugs&&p.a.createElement(w,{aug:a})))),t.owned||p.a.createElement(m.a,{sx:{display:"grid",alignItems:"center",gridTemplateColumns:"1fr 1fr"}},p.a.createElement(_,{fulfilled:0===i||g.a.money>i,value:y.a.formatMoney(i),color:b.a.theme.money}),void 0!==t.parent.rep&&p.a.createElement(_,{fulfilled:t.parent.rep>=o,value:y.a.formatReputation(o)+" rep",color:b.a.theme.rep})),b.a.SuppressBuyAugmentationConfirmation||p.a.createElement(k.a,{open:e,onClose:()=>n(!1),faction:t.parent.faction,aug:a})))}},function(t,e,n){"use strict";n.d(e,"a",(function(){return y}));var a=n(0),r=n.n(a),i=n(17),o=n(1409),s=n(15),l=n(1),c=n(22),f=n(6),u=n(24),m=n(483),h=n(19),d=n(3),p=n(21),g=n(10);function b(t){const e=s.a.TravelCost;l.a.canAfford(e)&&(l.a.loseMoney(e,"other"),l.a.travel(t),Object(h.a)(`You are now in ${t}!`),c.b.toCity())}function y(){const t=Object(a.useState)(!1)[1],[e,n]=Object(a.useState)(!1),[c,h]=Object(a.useState)(i.a.Sector12);function y(){t(t=>!t)}function E(t){const e=s.a.TravelCost;l.a.canAfford(e)&&(f.a.SuppressTravelConfirmation?b(t):(n(!0),h(t)))}return Object(a.useEffect)(()=>{const t=setInterval(y,1e3);return()=>clearInterval(t)},[]),r.a.createElement(r.a.Fragment,null,r.a.createElement(d.a,{variant:"h4"},"Travel Agency"),r.a.createElement(p.a,{mx:2},r.a.createElement(d.a,null,"From here, you can travel to any other city! A ticket costs"," ",r.a.createElement(u.a,{money:s.a.TravelCost,forPurchase:!0}),"."),f.a.DisableASCIIArt?r.a.createElement(r.a.Fragment,null,Object.values(i.a).filter(t=>t!=l.a.city).map(t=>{if(void 0===Object.entries(i.a).find(e=>e[1]===t))throw new Error(`could not find key for city '${t}'`);return r.a.createElement(r.a.Fragment,{key:t},r.a.createElement(g.a,{onClick:()=>E(t),sx:{m:2}},r.a.createElement(d.a,null,"Travel to ",t)),r.a.createElement("br",null))})):r.a.createElement(m.a,{currentCity:l.a.city,onTravel:t=>E(t)})),r.a.createElement(o.a,{city:c,travel:()=>b(c),open:e,onClose:()=>n(!1)}))}},function(t,e,n){"use strict";n.d(e,"b",(function(){return Y})),n.d(e,"a",(function(){return Z}));var a=n(0),r=n.n(a),i=n(546),o=n(1417),s=n(77),l=n(1),c=n(22),f=n(19),u=n(95),m=n(254),h=n(229),d=n(540),p=n(434),g=n(7),b=n(713),y=n(357),E=n.n(y),v=n(614),k=n(6),w=n(45),S=n(132),_=n(102),C=n(128),x=n(26),L=n(10),O=n(3),M=n(146),A=n(21),T=n(642),R=n.n(T),N=n(1427),P=n.n(N),I=n(550),F=n.n(I),D=n(160),j=n(32),B=n(50),G=n(161),W=n(423),H=n(40),U=n(668),q=n(23),$=n(87);function K(){return(K=Object.assign||function(t){for(var e=1;e!e.includes(t)).sort()}class J{constructor(t,e,n,a,r){this.fileName=t,this.code=e,this.hostname=n,this.lastPosition=a,this.model=r,this.isTxt=t.endsWith(".txt")}}const X=[];let Q=null;function Z(t){const e=Object(a.useState)(!1)[1];function n(){e(t=>!t)}const y=Object(a.useRef)(null),v=Object(a.useRef)(null),T=Object(a.useRef)(null),[N,I]=Object(a.useState)(null),[Y,Z]=Object(a.useState)(null),[tt,et]=Object(a.useState)(""),[nt,at]=Object(a.useState)(!1),[rt,it]=Object(a.useState)("RAM: ???"),[ot,st]=Object(a.useState)([["???",""]]),[lt,ct]=Object(a.useState)(!1),[ft,ut]=Object(a.useState)([]),[mt,ht]=Object(a.useState)(!1),[dt,pt]=Object(a.useState)({theme:k.a.MonacoTheme,insertSpaces:k.a.MonacoInsertSpaces,fontSize:k.a.MonacoFontSize,wordWrap:k.a.MonacoWordWrap,vim:t.vim||k.a.MonacoVim}),[gt,bt]=Object(a.useState)(!1);for(let t=X.length-1;t>=0;t--)null===Object(x.d)(X[t].hostname)&&X.splice(t,1);function yt(t){null!==v.current&&(t.model=v.current.editor.createModel(t.code,t.isTxt?"plaintext":"javascript"))}Q&&null===Object(x.d)(Q.hostname)&&(Q=X[0],void 0===Q&&(Q=null)),Object(a.useEffect)(()=>{null!==Q&&vt(Q.code)},[]),Object(a.useEffect)(()=>{function t(t){k.a.DisableHotkeys||("KeyB"==t.code&&(t.ctrlKey||t.metaKey)&&(t.preventDefault(),c.b.toTerminal()),"KeyS"==t.code&&(t.ctrlKey||t.metaKey)&&(t.preventDefault(),t.stopPropagation(),wt()))}return document.addEventListener("keydown",t),()=>document.removeEventListener("keydown",t)}),Object(a.useEffect)(()=>{if(dt.vim&&Y&&!N)try{window.require(["monaco-vim"],(function(t){I(t.initVimMode(Y,T.current)),t.VimMode.Vim.defineEx("write","w",(function(){wt()})),t.VimMode.Vim.defineEx("quit","q",(function(){c.b.toTerminal()}));const e=()=>{wt(),c.b.toTerminal()};t.VimMode.Vim.defineEx("wqriteandquit","wq",e),t.VimMode.Vim.defineEx("xriteandquit","x",e),t.VimMode.Vim.defineAction("nextTabs",(function(t,e){var n;const a=null!==(n=e.repeat)&&void 0!==n?n:1,r=St();if(void 0!==r){_t((r+a)%X.length)}})),t.VimMode.Vim.defineAction("prevTabs",(function(t,e){var n;const a=null!==(n=e.repeat)&&void 0!==n?n:1,r=St();if(void 0!==r){let t=r-a;for(;t<0;)t+=X.length;_t(t)}})),t.VimMode.Vim.mapCommand("gt","action","nextTabs",{},{context:"normal"}),t.VimMode.Vim.mapCommand("gT","action","prevTabs",{},{context:"normal"}),Y.focus()}))}catch{}else dt.vim||(null==N||N.dispose(),I(null));return()=>{null==N||N.dispose()}},[dt,y,Y,N]);const Et=Object(S.debounce)(t=>{vt(t),ct(!1)},300);function vt(t){if(null!=Q&&Q.isTxt)return it("N/A"),void st([["N/A",""]]);const e=t+"",n=Object(d.a)(e,l.a.getCurrentServer().scripts);if(n.cost>0){var a,r;const t=null!==(a=null===(r=n.entries)||void 0===r?void 0:r.sort((t,e)=>e.cost-t.cost))&&void 0!==a?a:[],e=[];for(const n of t)e.push([`${n.name} (${n.type})`,g.a.formatRAM(n.cost)]);return it("RAM: "+g.a.formatRAM(n.cost)),void st(e)}let i="";const o=[];switch(n.cost){case p.a.ImportError:i="RAM: Import Error",o.push(["Import Error",""]);break;case p.a.SyntaxError:default:i="RAM: Syntax Error",o.push(["Syntax Error",""])}it(i),st(o)}function kt(t){const e=Object(x.d)(t.hostname);if(null===e)throw new Error("Server should not be null but it is.");if(Object(u.a)(t.fileName)){for(let n=0;nnull!==Q&&t.fileName===Q.fileName&&t.hostname===Q.hostname)}function _t(t){if(null!==Q){const t=St();void 0!==t&&(X[t]=Q)}Q=X[t],null!==y.current&&null!==X[t]&&((void 0===Q.model||Q.model.isDisposed())&&yt(Q),y.current.setModel(Q.model),y.current.setPosition(Q.lastPosition),y.current.revealLineInCenter(Q.lastPosition.lineNumber),vt(Q.code),y.current.focus())}function Ct(t){const e=X[t],a=e.code,r=X[t]===Q;if(xt(t)&&W.a.emit({txt:`Do you want to save changes to ${e.fileName} on ${e.hostname}?`,resolve:t=>{t&&(e.code=a,kt(e))}}),X.splice(t,1),0===X.length)return Q=null,void c.b.toTerminal();if(r){const e=X.length===t?-1:0;Q=X[t+e],null!==y.current&&(!Q.model.isDisposed()&&Q.model||yt(Q),y.current.setModel(Q.model),y.current.setPosition(Q.lastPosition),y.current.revealLineInCenter(Q.lastPosition.lineNumber),y.current.focus())}n()}function xt(t){const e=X[t],n=Lt(t);if(null===n)return" *";return n!==(e.isTxt?e.code:m.a.formatCode(e.code))?" *":""}function Lt(t){var e,n;const a=X[t],r=Object(x.d)(a.hostname);if(null===r)throw new Error(`Server '${a.hostname}' should not be null, but it is.`);const i=a.isTxt?null===(e=r.textFiles.find(t=>t.filename===a.fileName))||void 0===e?void 0:e.text:null===(n=r.scripts.find(t=>t.filename===a.fileName))||void 0===n?void 0:n.code;return null!=i?i:null}function Ot(t){et(t.target.value)}function Mt(){et(""),at(!nt)}const At=Object.values(X).filter(t=>t.hostname.includes(tt)||t.fileName.includes(tt)),Tt=At.length?1640/At.length-5:0,Rt=Tt-50;return r.a.createElement(r.a.Fragment,null,r.a.createElement("div",{style:{display:null!==Q?"block":"none",height:"100%",width:"100%"}},r.a.createElement(b.a,{onDragEnd:function(t){t.destination&&function(t,e,n){const[a]=t.splice(e,1);t.splice(n,0,a)}(X,t.source.index,t.destination.index)}},r.a.createElement(b.c,{droppableId:"tabs",direction:"horizontal"},(t,e)=>r.a.createElement(A.a,K({maxWidth:"1640px",display:"flex",flexDirection:"row",alignItems:"center",whiteSpace:"nowrap",ref:t.innerRef},t.droppableProps,{style:{backgroundColor:e.isDraggingOver?k.a.theme.backgroundsecondary:k.a.theme.backgroundprimary,overflowX:"scroll"}}),r.a.createElement(q.a,{title:"Search Open Scripts"},nt?r.a.createElement($.a,{value:tt,onChange:Ot,autoFocus:!0,InputProps:{startAdornment:r.a.createElement(E.a,null),spellCheck:!1,endAdornment:r.a.createElement(F.a,{onClick:Mt})}}):r.a.createElement(L.a,{onClick:Mt},r.a.createElement(E.a,null))),At.map(({fileName:t,hostname:e},n)=>{var a,i;const o="home"!==e,s=(null===(a=Q)||void 0===a?void 0:a.fileName)===At[n].fileName&&(null===(i=Q)||void 0===i?void 0:i.hostname)===At[n].hostname?{background:k.a.theme.button,borderColor:k.a.theme.button,color:k.a.theme.primary}:{background:k.a.theme.backgroundsecondary,borderColor:k.a.theme.backgroundsecondary,color:k.a.theme.secondary};o&&(s.color=k.a.theme.info);const l={maxWidth:"25px",minWidth:"25px",minHeight:"38.5px",maxHeight:"38.5px",...s},c=`${e}:~${t.startsWith("/")?"":"/"}${t} ${xt(n)}`;return r.a.createElement(b.b,{key:t+e,draggableId:t+e,index:n,disableInteractiveElementBlocking:!0},t=>r.a.createElement("div",K({ref:t.innerRef},t.draggableProps,t.dragHandleProps,{style:{...t.draggableProps.style,maxWidth:Tt+"px",marginRight:"5px",flexShrink:0,border:"1px solid "+k.a.theme.well}}),r.a.createElement(q.a,{title:c},r.a.createElement(L.a,{onClick:()=>_t(n),onMouseDown:t=>{t.preventDefault(),1===t.button&&Ct(n)},style:{maxWidth:Rt+"px",minHeight:"38.5px",overflow:"hidden",...s}},r.a.createElement("span",{style:{overflow:"hidden",direction:"rtl",textOverflow:"ellipsis"}},c))),r.a.createElement(q.a,{title:"Overwrite editor content with saved file content"},r.a.createElement(L.a,{onClick:()=>function(t){const e=X[t],n=Lt(t);null!==n&&e.code!==n&&W.a.emit({txt:"Do you want to overwrite the current editor content with the contents of "+e.fileName+" on the server? This cannot be undone.",resolve:a=>{a&&(e.code=n,_t(t),null!==y.current&&null!==e&&((void 0===e.model||e.model.isDisposed())&&yt(e),y.current.setModel(e.model),y.current.setValue(e.code),vt(e.code),y.current.focus()))}})}(n),style:l},r.a.createElement(P.a,{fontSize:"small"}))),r.a.createElement(L.a,{onClick:()=>Ct(n),style:l},r.a.createElement(F.a,{fontSize:"small"}))))}),t.placeholder))),r.a.createElement("div",{style:{paddingBottom:"5px"}}),r.a.createElement(i.a,{beforeMount:function(t){if(z)return;z=!0,t.languages.registerCompletionItemProvider("javascript",{provideCompletionItems:()=>{const e=[];for(const n of V)e.push({label:n,kind:t.languages.CompletionItemKind.Function,insertText:n,insertTextRules:t.languages.CompletionItemInsertTextRule.InsertAsSnippet});return{suggestions:e}}}),async function(){const e=await t.languages.getLanguages().find(t=>"javascript"===t.id).loader();e.language.tokenizer.root.unshift([new RegExp("\\bns\\b"),{token:"ns"}]);for(const t of V)e.language.tokenizer.root.unshift([new RegExp(`\\b${t}\\b`),{token:"netscriptfunction"}]);["let","const","var","function"].forEach(t=>e.language.tokenizer.root.unshift([new RegExp(`\\b${t}\\b`),{token:"otherkeywords"}])),["true","false","null","undefined"].forEach(t=>e.language.tokenizer.root.unshift([new RegExp(`\\b${t}\\b`),{token:"otherkeyvars"}])),e.language.tokenizer.root.unshift([new RegExp("\\bthis\\b"),{token:"this"}])}();const e=(U.a+"").replace(/export /g,"");t.languages.typescript.javascriptDefaults.addExtraLib(e,"netscript.d.ts"),t.languages.typescript.typescriptDefaults.addExtraLib(e,"netscript.d.ts"),Object(C.b)(t),Object(C.d)(k.a.EditorTheme),t.editor.defineTheme("customTheme",Object(C.c)(k.a.EditorTheme))},onMount:function(e,n){if(Z(e),y.current=e,v.current=n,null!==y.current&&null!==v.current){if(!t.files&&null!==Q)return yt(Q),y.current.setModel(Q.model),y.current.setPosition(Q.lastPosition),y.current.revealLineInCenter(Q.lastPosition.lineNumber),vt(Q.code),void y.current.focus();if(t.files){const e=Object.entries(t.files);if(!e.length)return void y.current.focus();for(const[n,a]of e){const e=X.find(e=>e.fileName===n&&e.hostname===t.hostname);if(e)(void 0===e.model||null===e.model||e.model.isDisposed())&&yt(e),Q=e,y.current.setModel(e.model),y.current.setPosition(e.lastPosition),y.current.revealLineInCenter(e.lastPosition.lineNumber),vt(e.code);else{const e=new J(n,a,t.hostname,new v.current.Position(0,0),v.current.editor.createModel(a,n.endsWith(".txt")?"plaintext":"javascript"));X.push(e),Q=e,y.current.setModel(e.model),vt(e.code)}}}y.current.focus()}},loading:r.a.createElement(O.a,null,"Loading script editor!"),height:`calc(100vh - ${130+(dt.vim?34:0)}px)`,defaultLanguage:"javascript",defaultValue:"",onChange:function(t){if(void 0===t)return;if(ct(!0),Et(t),null===y.current)return;const e=y.current.getPosition();if(null!==e){null!==Q&&(Q.code=t,Q.lastPosition=e);try{!function(t){if(null===y.current||null===Q)return;if(!Q.fileName.endsWith(".js"))return;const e=Object(d.b)(t);if(-1!==e){const t=y.current.deltaDecorations(ft,[{range:{startLineNumber:e,startColumn:1,endLineNumber:e,endColumn:10},options:{isWholeLine:!0,glyphMarginClassName:"myGlyphMarginClass",glyphMarginHoverMessage:{value:"Possible infinite loop, await something."}}}]);ut(t)}else{const t=y.current.deltaDecorations(ft,[]);ut(t)}}(t)}catch(t){}}},theme:dt.theme,options:{...dt,glyphMargin:!0}}),r.a.createElement(A.a,{ref:T,className:"monaco-editor",display:"flex",flexDirection:"row",sx:{p:1},alignItems:"center"}),r.a.createElement(A.a,{display:"flex",flexDirection:"row",sx:{m:1},alignItems:"center"},r.a.createElement(L.a,{startIcon:r.a.createElement(R.a,null),onClick:()=>ht(!0),sx:{mr:1}},"Options"),r.a.createElement(L.a,{onClick:function(){null!==y.current&&y.current.getAction("editor.action.formatDocument").run()}},"Beautify"),r.a.createElement(L.a,{color:lt?"secondary":"primary",sx:{mx:1},onClick:()=>{bt(!0)}},rt),r.a.createElement(L.a,{onClick:wt},"Save (Ctrl/Cmd + s)"),r.a.createElement(L.a,{sx:{mx:1},onClick:c.b.toTerminal},"Terminal (Ctrl/Cmd + b)"),r.a.createElement(O.a,null," ",r.a.createElement("strong",null,"Documentation:")," ",r.a.createElement(M.a,{target:"_blank",href:"https://bitburner.readthedocs.io/en/latest/index.html"},"Basic")," | ",r.a.createElement(M.a,{target:"_blank",href:"https://github.com/danielyxie/bitburner/blob/dev/markdown/bitburner.ns.md"},"Full"))),r.a.createElement(o.a,{open:mt,onClose:()=>{var t;Object(C.d)(k.a.EditorTheme),null===(t=v.current)||void 0===t||t.editor.defineTheme("customTheme",Object(C.c)(k.a.EditorTheme)),ht(!1)},options:{theme:k.a.MonacoTheme,insertSpaces:k.a.MonacoInsertSpaces,fontSize:k.a.MonacoFontSize,wordWrap:k.a.MonacoWordWrap,vim:k.a.MonacoVim},save:t=>{var e;Object(C.d)(k.a.EditorTheme),null===(e=v.current)||void 0===e||e.editor.defineTheme("customTheme",Object(C.c)(k.a.EditorTheme)),pt(t),k.a.MonacoTheme=t.theme,k.a.MonacoInsertSpaces=t.insertSpaces,k.a.MonacoFontSize=t.fontSize,k.a.MonacoWordWrap=t.wordWrap,k.a.MonacoVim=t.vim}}),r.a.createElement(H.a,{open:gt,onClose:()=>bt(!1)},r.a.createElement(D.a,null,r.a.createElement(G.a,null,ot.map(([t,e])=>r.a.createElement(r.a.Fragment,{key:t+e},r.a.createElement(B.a,null,r.a.createElement(j.a,{sx:{color:k.a.theme.primary}},t),r.a.createElement(j.a,{align:"right",sx:{color:k.a.theme.primary}},e)))))))),r.a.createElement("div",{style:{display:null!==Q?"none":"flex",height:"100%",width:"100%",justifyContent:"center",alignItems:"center"}},r.a.createElement("span",{style:{color:k.a.theme.primary,fontSize:"20px",textAlign:"center"}},r.a.createElement(O.a,{variant:"h4"},"No open files"),r.a.createElement(O.a,{variant:"h5"},"Use ",r.a.createElement("code",null,"nano FILENAME")," in",r.a.createElement("br",null),"the terminal to open files"))))}},,,,function(t,e,n){"use strict";n.d(e,"a",(function(){return p}));var a=n(0),r=n(125),i=n(21),o=n(112),s=n(817),l=n.n(s),c=n(819),f=n.n(c),u=n(818),m=n.n(u),h=n(361),d=n.n(h);function p(t){const e=Object(r.a)(),{count:n,page:s,rowsPerPage:c,onPageChange:u}=t;return a.createElement(i.a,{sx:{flexShrink:0,ml:2.5}},a.createElement(o.a,{onClick:t=>{u(t,0)},disabled:0===s},"rtl"===e.direction?a.createElement(d.a,null):a.createElement(l.a,null)),a.createElement(o.a,{onClick:t=>{u(t,s-1)},disabled:0===s},"rtl"===e.direction?a.createElement(m.a,null):a.createElement(f.a,null)),a.createElement(o.a,{onClick:t=>{u(t,s+1)},disabled:s>=Math.ceil(n/c)-1},"rtl"===e.direction?a.createElement(f.a,null):a.createElement(m.a,null)),a.createElement(o.a,{onClick:t=>{u(t,Math.max(0,Math.ceil(n/c)-1))},disabled:s>=Math.ceil(n/c)-1},"rtl"===e.direction?a.createElement(l.a,null):a.createElement(d.a,null)))}},function(t,e,n){"use strict";n.d(e,"b",(function(){return S})),n.d(e,"a",(function(){return _}));var a=n(213),r=n.n(a),i=n(80),o=n.n(i),s=n(21),l=n(47),c=n(368),f=n(113),u=n(3),m=n(283),h=n(160),d=n(161),p=n(132),g=n(0),b=n.n(g),y=n(88),E=n(6),v=n(1),k=n(73),w=n(151);function S({n:t,level:e}){const[n,a]=b.a.useState(!1);return 1===t?b.a.createElement(b.a.Fragment,null):b.a.createElement(s.a,{component:l.a,sx:{mt:1,p:1}},b.a.createElement(c.a,{disableGutters:!0,onClick:()=>a(t=>!t)},b.a.createElement(f.a,{primary:b.a.createElement(u.a,{variant:"h6"},"Bitnode Multipliers")}),n?b.a.createElement(r.a,{color:"primary"}):b.a.createElement(o.a,{color:"primary"})),b.a.createElement(m.a,{in:n},b.a.createElement(_,{n:t,level:e})))}const _=({n:t,level:e})=>{const n=12===t?1/0:3,a=Object(w.c)(t,null!=e?e:Math.min(v.a.sourceFileLvl(t)+1,n));return b.a.createElement(s.a,{sx:{columnCount:2,columnGap:1,mb:-2}},b.a.createElement(x,{n:t,mults:a}),b.a.createElement(R,{n:t,mults:a}),b.a.createElement(A,{n:t,mults:a}),b.a.createElement(L,{n:t,mults:a}),b.a.createElement(N,{n:t,mults:a}),b.a.createElement(P,{n:t,mults:a}),b.a.createElement(M,{n:t,mults:a}),b.a.createElement(T,{n:t,mults:a}),b.a.createElement(I,{n:t,mults:a}),b.a.createElement(O,{n:t,mults:a}),b.a.createElement(j,{n:t,mults:a}),b.a.createElement(B,{n:t,mults:a}),b.a.createElement(F,{n:t,mults:a}),b.a.createElement(D,{n:t,mults:a}))},C=t=>{const e=Object.entries(t.rowData).filter(([e])=>t.mults[e]!==w.b[e]).map(([e,n])=>{var a,r;return b.a.createElement(k.a,{key:Object(p.uniqueId)(),name:n.name,data:{content:null!==(a=n.content)&&void 0!==a?a:(100*t.mults[e]).toFixed(3)+"%"},color:null!==(r=n.color)&&void 0!==r?r:E.a.theme.primary})});return e.length>0?b.a.createElement("span",{style:{display:"inline-block",width:"100%",marginBottom:"16px"}},b.a.createElement(u.a,{variant:"h6"},t.sectionName),b.a.createElement(h.a,null,b.a.createElement(d.a,null,e))):b.a.createElement(b.a.Fragment,null)};function x({mults:t}){const e={WorldDaemonDifficulty:{name:y.a.WorldDaemon+" Difficulty"},DaedalusAugsRequirement:{name:"Daedalus Augs Requirement",content:String(t.DaedalusAugsRequirement)},HacknetNodeMoney:{name:"Hacknet Production"},CodingContractMoney:{name:"Coding Contract Reward"},ClassGymExpGain:{name:"Class/Gym Exp"}};return b.a.createElement(C,{sectionName:"General",rowData:e,mults:t})}function L({mults:t}){const e={AugmentationMoneyCost:{name:"Money Cost"},AugmentationRepCost:{name:"Reputation Cost",color:E.a.theme.rep}};return b.a.createElement(C,{sectionName:"Augmentations",rowData:e,mults:t})}function O({mults:t}){const e={CompanyWorkMoney:{name:"Work Money",color:E.a.theme.money},CompanyWorkExpGain:{name:"Work Exp"}};return b.a.createElement(C,{sectionName:"Company",rowData:e,mults:t})}function M({mults:t}){return b.a.createElement(C,{sectionName:"Stock Market",rowData:{FourSigmaMarketDataCost:{name:"Market Data Cost"},FourSigmaMarketDataApiCost:{name:"Market Data API Cost"}},mults:t})}function A({mults:t}){const e={RepToDonateToFaction:{name:"Favor to Donate"},FactionWorkRepGain:{name:"Work Reputation",color:E.a.theme.rep},FactionWorkExpGain:{name:"Work Exp"},FactionPassiveRepGain:{name:"Passive Rep",color:E.a.theme.rep}};return b.a.createElement(C,{sectionName:"Faction",rowData:e,mults:t})}function T({mults:t}){const e={CrimeExpGain:{name:"Crime Exp",color:E.a.theme.combat},CrimeMoney:{name:"Crime Money",color:E.a.theme.combat}};return b.a.createElement(C,{sectionName:"Crime",rowData:e,mults:t})}function R({mults:t}){const e={HackingLevelMultiplier:{name:"Hacking Level",color:E.a.theme.hack},StrengthLevelMultiplier:{name:"Strength Level",color:E.a.theme.combat},DefenseLevelMultiplier:{name:"Defense Level",color:E.a.theme.combat},DexterityLevelMultiplier:{name:"Dexterity Level",color:E.a.theme.combat},AgilityLevelMultiplier:{name:"Agility Level",color:E.a.theme.combat},CharismaLevelMultiplier:{name:"Charisma Level",color:E.a.theme.cha}};return b.a.createElement(C,{sectionName:"Skills",rowData:e,mults:t})}function N({mults:t}){const e={HackExpGain:{name:"Hacking Exp",color:E.a.theme.hack},ServerGrowthRate:{name:"Server Growth Rate"},ServerMaxMoney:{name:"Server Max Money"},ServerStartingMoney:{name:"Server Starting Money"},ServerStartingSecurity:{name:"Server Starting Security"},ServerWeakenRate:{name:"Server Weaken Rate"},ManualHackMoney:{name:"Manual Hack Money",color:E.a.theme.money},ScriptHackMoney:{name:"Script Hack Money",color:E.a.theme.money},ScriptHackMoneyGain:{name:"Money Gained From Hack",color:E.a.theme.money}};return b.a.createElement(C,{sectionName:"Hacking",rowData:e,mults:t})}function P({mults:t}){const e={PurchasedServerCost:{name:"Base Cost",content:t.PurchasedServerCost.toFixed(3)},PurchasedServerSoftcap:{name:"Softcap Cost",content:t.PurchasedServerSoftcap.toFixed(3)},PurchasedServerLimit:{name:"Server Limit"},PurchasedServerMaxRam:{name:"Max RAM"},HomeComputerRamCost:{name:"Home RAM Cost"}};return b.a.createElement(C,{sectionName:"Purchased Servers",rowData:e,mults:t})}function I({mults:t}){const e={InfiltrationMoney:{name:"Infiltration Money",color:E.a.theme.money},InfiltrationRep:{name:"Infiltration Reputation",color:E.a.theme.rep}};return b.a.createElement(C,{sectionName:"Infiltration",rowData:e,mults:t})}function F({mults:t}){if(!v.a.canAccessBladeburner())return b.a.createElement(b.a.Fragment,null);if(0===t.BladeburnerRank){const e={BladeburnerRank:{name:"Disabled",content:""}};return b.a.createElement(C,{sectionName:"Bladeburner",rowData:e,mults:t})}return b.a.createElement(C,{sectionName:"Bladeburner",rowData:{BladeburnerRank:{name:"Rank Gain"},BladeburnerSkillCost:{name:"Skill Cost"}},mults:t})}function D({mults:t}){if(!v.a.canAccessCotMG())return b.a.createElement(b.a.Fragment,null);const e=t.StaneksGiftExtraSize.toFixed(3),n={StaneksGiftPowerMultiplier:{name:"Gift Power"},StaneksGiftExtraSize:{name:"Base Size Modifier",content:""+(t.StaneksGiftExtraSize>w.b.StaneksGiftExtraSize?"+"+e:e)}};return b.a.createElement(C,{sectionName:"Stanek's Gift",rowData:n,mults:t})}function j({mults:t}){if(2!==v.a.bitNodeN&&v.a.sourceFileLvl(2)<=0)return b.a.createElement(b.a.Fragment,null);const e={GangSoftcap:{name:"Gang Softcap",content:t.GangSoftcap.toFixed(3)},GangUniqueAugs:{name:"Unique Augmentations"}};return b.a.createElement(C,{sectionName:"Gang",rowData:e,mults:t})}function B({mults:t}){if(!v.a.canAccessCorporation())return b.a.createElement(b.a.Fragment,null);if(t.CorporationSoftcap<.15){const e={CorporationSoftcap:{name:"Disabled",content:""}};return b.a.createElement(C,{sectionName:"Corporation",rowData:e,mults:t})}const e={CorporationSoftcap:{name:"Corporation Softcap",content:t.CorporationSoftcap.toFixed(3)},CorporationValuation:{name:"Valuation"}};return b.a.createElement(C,{sectionName:"Corporation",rowData:e,mults:t})}},function(t,e,n){"use strict";n.d(e,"a",(function(){return c}));var a=n(0),r=n(122),i=n(32);function o(){return(o=Object.assign||function(t){for(var e=1;ea.createElement(i.a,o({},t,{classes:{root:s().root,...t.classes}}));function c(t){return a.createElement(l,{style:{backgroundColor:t.color},onMouseEnter:t.onMouseEnter,onClick:t.onClick})}},function(t,e,n){"use strict";n.d(e,"a",(function(){return l}));var a=n(50),r=n(161),i=n(0),o=n(105),s=n(677);function l(t){const e=Object(o.a)(t.gift);function n(n,a){if(t.ghostGrid[n][a]&&e[n][a])return"red";if(t.ghostGrid[n][a])return"white";if(e[n][a]){const e=t.gift.fragmentAt(n,a);if(!e)throw new Error("ActiveFragment should not be null");return function(t){let e=Math.pow((t.x+1)*(t.y+1),10),n=e,a=e;const r=[];for(let t=0;t<3;t++)e=171*e%30269,n=172*n%30307,a=170*a%30323,r.push((e/30269+n/30307+a/30323)%1);return`rgb(${256*r[0]}, ${256*r[1]}, ${256*r[2]})`}(e)}return""}const l=[];for(let e=0;et.enter(a,e),onClick:()=>t.click(a,e),color:n(a,e)}));l.push(i.createElement(a.a,{key:e},r))}return i.createElement(r.a,null,l)}},,,function(t,e,n){"use strict";n.d(e,"a",(function(){return r})),n.d(e,"b",(function(){return i})),n.d(e,"c",(function(){return o}));var a=n(465);function r(){return 6===this.bitNodeN||7===this.bitNodeN||this.sourceFileLvl(6)>0||this.sourceFileLvl(7)>0}function i(){return Boolean(this.bladeburner)}function o(){this.bladeburner=new a.a}},function(t,e,n){"use strict";n.d(e,"a",(function(){return i}));var a=n(466),r=n(16);class i extends a.a{constructor(t=null){super(t)}getActionTypeSkillSuccessBonus(t){return t.skillMultipliers.successChanceContract}toJSON(){return Object(r.b)("Contract",this)}static fromJSON(t){return Object(r.a)(i,t.data)}}r.c.constructors.Contract=i},function(t,e,n){"use strict";n.d(e,"a",(function(){return a}));const a={helpList:["Use 'help [command]' to get more information about a particular Bladeburner console command."," "," automate [var] [val] [hi/low] Configure simple automation for Bladeburner tasks"," clear/cls Clear the console"," help [cmd] Display this help text, or help text for a specific command"," log [en/dis] [type] Enable or disable logging for events and actions"," skill [action] [name] Level or display info about your Bladeburner skills"," start [type] [name] Start a Bladeburner action/task"," stop Stops your current Bladeburner action/task"," "],automate:["Usage: automate [var] [val] [hi/low]"," ","A simple way to automate your Bladeburner actions. This console command can be used to automatically start an action when your stamina rises above a certain threshold, and automatically switch to another action when your stamina drops below another threshold."," "," automate status - Check the current status of your automation and get a brief description of what it'll do"," automate en - Enable the automation feature"," automate dis - Disable the automation feature"," ","There are four properties that must be set for this automation to work properly. Here is how to set them:"," "," automate stamina 100 high"," automate contract Tracking high"," automate stamina 50 low"," automate general 'Field Analysis' low"," ","Using the four console commands above will set the automation to perform Tracking contracts if your stamina is 100 or higher, and then switch to Field Analysis if your stamina drops below 50. Note that when setting the action, the name of the action is CASE-SENSITIVE. It must exactly match whatever the name is in the UI."," "],clear:["Usage: clear"," ","Clears the console"," "],cls:["Usage: cls"," ","Clears the console"," "],help:["Usage: help [command]"," ","Running 'help' with no arguments displays the general help text, which lists all console commands and a brief description of what they do. A command can be specified to get more specific help text about that particular command. For example:"," "," help automate"," ","will display specific information about using the automate console command"," "],log:["Usage: log [en/dis] [type]"," ","Enable or disable logging. By default, the results of completing actions such as contracts/operations are logged in the console. There are also random events that are logged in the console as well. The five categories of things that get logged are:"," ","[general, contracts, ops, blackops, events]"," ","The logging for these categories can be enabled or disabled like so:"," "," log dis contracts - Disables logging that occurs when contracts are completed"," log en contracts - Enables logging that occurs when contracts are completed"," log dis events - Disables logging for Bladeburner random events"," ","Logging can be universally enabled/disabled using the 'all' keyword:"," "," log dis all"," log en all"," "],skill:["Usage: skill [action] [name]"," ","Level or display information about your skills."," ","To display information about all of your skills and your multipliers, use:"," "," skill list"," ","To display information about a specific skill, specify the name of the skill afterwards. Note that the name of the skill is case-sensitive. Enter it exactly as seen in the UI. If the name of the skill has whitespace, enclose the name of the skill in double quotation marks:"," "," skill list Reaper"," skill list 'Digital Observer'"," ","This console command can also be used to level up skills:"," "," skill level [skill name]"," "],start:["Usage: start [type] [name]"," ","Start an action. An action is specified by its type and its name. The name is case-sensitive. It must appear exactly as it does in the UI. If the name of the action has whitespace, enclose it in double quotation marks. Valid action types include:"," ","[general, contract, op, blackop]"," ","Examples:"," "," start contract Tracking"," start op 'Undercover Operation'"," "],stop:["Usage: stop"," ","Stop your current action and go idle."," "]}},,function(t,e,n){"use strict";n.d(e,"a",(function(){return i})),n.d(e,"b",(function(){return o})),n.d(e,"c",(function(){return s}));var a=n(993),r=n(271);function i(){return 3===this.bitNodeN||this.sourceFileLvl(3)>0}function o(){return Boolean(this.corporation)}function s(t,e=0){if(this.corporation=new a.a({name:t}),3===this.sourceFileLvl(3)){const t=r.b[r.a.WarehouseAPI].index,e=r.b[r.a.OfficeAPI].index;this.corporation.unlockUpgrades[t]=1,this.corporation.unlockUpgrades[e]=1}this.corporation.totalShares+=e}},function(t,e,n){"use strict";function a(t){const e=[0],n=t.toString(2).split("").reverse();n.forEach((t,e,n)=>{n[e]=parseInt(t)});let a=n.length;for(let t=1;a>0;t++)e[t]=0!=(t&t-1)?n[--a]:0;let r=0;for(let t=0;t{n[e]=parseInt(t)});for(let t=0;t{n[e]=parseInt(t)});for(let t=1,e=a;t{n[e]=parseInt(t)});for(let t=0;t0&&(this.children=t.children),null!=t.parent&&(this.parent=t.parent)}addChild(t){this.children.push(t),t.parent=this}findNode(t){if(this.text===t)return this;let e=null;for(let n=0;nns.getHackTime(...a)/1000)"],[/ns.getGrowTime/g,"((...a)=>ns.getGrowTime(...a)/1000)"],[/ns.getWeakenTime/g,"((...a)=>ns.getWeakenTime(...a)/1000)"],[/ns.bladeburner.getActionTime/g,"((...a)=>ns.bladeburner.getActionTime(...a)/1000)"],[/ns.hackAnalyzePercent/g,"((...a)=>ns.hackAnalyze(...a)*100)"],[/ns.hackChance/g,"ns.hackAnalyzeChance"],[/ns.tryWrite/g,"ns.tryWritePort"],[/formulas.basic.calculateSkill/g,"formulas.skills.calculateSkill"],[/formulas.basic.calculateExp/g,"formulas.skills.calculateExp"],[/formulas.basic.hackChance/g,"formulas.hacking.hackChance"],[/formulas.basic.hackExp/g,"formulas.hacking.hackExp"],[/formulas.basic.hackPercent/g,"formulas.hacking.hackPercent"],[/formulas.basic.growPercent/g,"formulas.hacking.growPercent"],[/formulas.basic.hackTime/g,"formulas.hacking.hackTime"],[/formulas.basic.growTime/g,"formulas.hacking.growTime"],[/formulas.basic.weakenTime/g,"formulas.hacking.weakenTime"]];function f(t){for(const e of c)if(t.match(e[0]))return!0;return!1}function u(t){const e=t.split("\n"),n=[];for(let t=0;tt.name===a.a.NeuroFluxGovernor);if(e)e.level+=t;else{const e=new r.a(a.a.NeuroFluxGovernor);e.level=t,i.a.augmentations.push(e)}}function h(){let t="";for(const e of Object(s.c)())for(const n of l){const a=[];for(const t of e.scripts){const e=t.code.split("\n");for(let r=0;r{const t=setTimeout(()=>{n||e(!0)},2e3);return()=>clearTimeout(t)}),Object(a.useEffect)(()=>{!async function(){await Object(l.b)().then(t=>{try{c.a.load(t)}catch(t){throw Object(m.a)(),p(!0),t}Object(d.c)(),p(!0)}).catch(t=>{console.error(t),c.a.load(""),p(!0)})}()},[]),n?r.a.createElement(f.a,null):r.a.createElement(s.a,{container:!0,direction:"column",justifyContent:"center",alignItems:"center",style:{minHeight:"100vh"}},r.a.createElement(s.a,{item:!0},r.a.createElement(i.a,{size:150,color:"primary"})),r.a.createElement(s.a,{item:!0},r.a.createElement(o.a,{variant:"h3"},"Loading Bitburner ",g)),t&&r.a.createElement(s.a,{item:!0},r.a.createElement(o.a,null,"If the game fails to load, consider ",r.a.createElement("a",{href:"?noScripts"},"killing all scripts"))))}},,,,,,,,,,,,,,,,,,,,function(t,e,n){"use strict";function a(t){return"number"==typeof t&&!isNaN(t)}n.d(e,"a",(function(){return a}))},function(t,e,n){"use strict";n.d(e,"a",(function(){return o}));var a=n(117),r=n(75),i=n(16);class o{constructor(t="",e=0,n=0,i=a.a.LimitBuy,o=r.a.Long){let s=!1;if("number"==typeof e&&"number"==typeof n||(s=!0),(isNaN(e)||isNaN(n))&&(s=!0),"string"!=typeof t&&(s=!0),s)throw new Error("Invalid constructor parameters for Order");this.stockSymbol=t,this.shares=e,this.price=n,this.type=i,this.pos=o}toJSON(){return Object(i.b)("Order",this)}static fromJSON(t){return Object(i.a)(o,t.data)}}i.c.constructors.Order=o},function(t,e,n){"use strict";function a(t){return!isNaN(t)&&(0!==t&&0==(t&t-1))}n.d(e,"a",(function(){return a}))},function(t,e,n){"use strict";n.d(e,"a",(function(){return y}));var a=n(5),r=n(275),i=n(64),o=n(620),s=n(30),l=n(1097),c=n(621),f=n(16),u=n(15),m=n(694),h=n(25),d=n(1),p=n(13),g=n(192),b=n(72);class y extends o.a{constructor(){var t,e,n;super(),n=0,(e="storedCycles")in(t=this)?Object.defineProperty(t,e,{value:n,enumerable:!0,configurable:!0,writable:!0}):t[e]=n}baseSize(){return m.a.BaseSize+h.a.StaneksGiftExtraSize+d.a.sourceFileLvl(13)}width(){return Math.max(2,Math.min(Math.floor(this.baseSize()/2+1),m.a.MaxSize))}height(){return Math.max(3,Math.min(Math.floor(this.baseSize()/2+.6),m.a.MaxSize))}charge(t,e){e>t.highestCharge?(t.numCharge=t.highestCharge*t.numCharge/e+1,t.highestCharge=e):t.numCharge+=e/t.highestCharge;const n=s.a[a.a.ChurchOfTheMachineGod];n.playerReputation+=d.a.mults.faction_rep*(Math.pow(e,.95)*(n.favor+100))/1e3}inBonus(){return this.storedCycles*u.a._idleSpeed/1e3>1}process(t=1){d.a.hasAugmentation(p.a.StaneksGift1)&&(this.storedCycles+=t,this.storedCycles-=10,this.storedCycles=Math.max(0,this.storedCycles),this.updateMults(),c.a.emit())}effect(t){let e=t.neighbors().map(t=>this.fragmentAt(t[0],t[1])).filter(t=>!!t);e=e.filter(t=>t.fragment().type===i.b.Booster);let n=1;e=e.filter((t,e,n)=>n.indexOf(t)===e);for(const t of e)n*=t.fragment().power;return Object(l.a)(t.highestCharge,t.numCharge,t.fragment().power,n)}canPlace(t,e,n,a){if(t<0||e<0)return!1;if(t+a.width(n)>this.width())return!1;if(e+a.height(n)>this.height())return!1;if(this.count(a)>=a.limit)return!1;const i=new r.a({x:t,y:e,rotation:n,fragment:a});for(const t of this.fragments)if(t.collide(i))return!1;return!0}place(t,e,n,a){return!!this.canPlace(t,e,n,a)&&(this.fragments.push(new r.a({x:t,y:e,rotation:n,fragment:a})),!0)}findFragment(t,e){return this.fragments.find(n=>n.x===t&&n.y===e)}count(t){let e=0;for(const n of this.fragments)n.fragment().id===t.id&&e++;return e}delete(t,e){for(let n=0;n{t.highestCharge=0,t.numCharge=0})}calculateMults(){const t=Object(g.a)();for(const e of this.fragments){const n=e.fragment(),a=this.effect(e);switch(n.type){case i.b.HackingChance:t.hacking_chance*=a;break;case i.b.HackingSpeed:t.hacking_speed*=a;break;case i.b.HackingMoney:t.hacking_money*=a;break;case i.b.HackingGrow:t.hacking_grow*=a;break;case i.b.Hacking:t.hacking*=a,t.hacking_exp*=a;break;case i.b.Strength:t.strength*=a,t.strength_exp*=a;break;case i.b.Defense:t.defense*=a,t.defense_exp*=a;break;case i.b.Dexterity:t.dexterity*=a,t.dexterity_exp*=a;break;case i.b.Agility:t.agility*=a,t.agility_exp*=a;break;case i.b.Charisma:t.charisma*=a,t.charisma_exp*=a;break;case i.b.HacknetMoney:t.hacknet_node_money*=a;break;case i.b.HacknetCost:t.hacknet_node_purchase_cost/=a,t.hacknet_node_ram_cost/=a,t.hacknet_node_core_cost/=a,t.hacknet_node_level_cost/=a;break;case i.b.Rep:t.company_rep*=a,t.faction_rep*=a;break;case i.b.WorkMoney:t.work_money*=a;break;case i.b.Crime:t.crime_success*=a,t.crime_money*=a;break;case i.b.Bladeburner:t.bladeburner_max_stamina*=a,t.bladeburner_stamina_gain*=a,t.bladeburner_analysis*=a,t.bladeburner_success_chance*=a}}return t}updateMults(){d.a.applyEntropy(d.a.entropy);const t=this.calculateMults();d.a.mults=Object(g.b)(d.a.mults,t),d.a.updateSkillLevels();const e=d.a.sleeves.reduce((t,e)=>t+(e.hasAugmentation(p.a.ZOE)?1:0),0);if(0===e)return;const n=3/(e+2),a=Object(g.c)(t,n);for(const t of d.a.sleeves)if(t.hasAugmentation(p.a.ZOE)){t.resetMultipliers();for(let e=0;et.name),e=[];function n(n){if(t.includes(n.name))return!1;if(e.includes(n))return!1;if(n.isSpecial)return!1;const a=["hacking","strength","defense","dexterity","agility","charisma","hacking_exp","strength_exp","defense_exp","dexterity_exp","agility_exp","charisma_exp","company_rep","faction_rep","crime_money","crime_success","work_money"];for(const t of a)if(1!==n.mults[t])return!0;return!1}if(r.a.gang){const t=r.a.getGangFaction(),a=Object(c.a)(t);for(const r of a){const a=i.a[r];n(a)&&(t.playerReputation>a.getCost().repCost&&e.push(a))}}for(const t of r.a.factions){if(t===a.a.Bladeburners)continue;if(t===a.a.Netburners)continue;const r=o.a[t];if(r)for(const t of r.augmentations){const a=i.a[t];n(a)&&(r.playerReputation>a.getCost().repCost&&e.push(a))}}if(!t.includes(l.a.ZOE)&&r.a.factions.includes(a.a.ChurchOfTheMachineGod)){const t=i.a[l.a.ZOE];e.push(t)}return e}},,,,,,,,function(t,e,n){"use strict";n.d(e,"a",(function(){return c}));var a=n(95),r=n(26),i=n(77),o=n(207),s=n(668);function l(t,{id:e}){return new o.a({error:t,id:e})}const c={pushFile:function(t){var e,n;if(!Object(o.b)(t.params))return l("Misses parameters",t);const s=t.params;if(!Object(i.j)(s.filename))return l("Invalid filename",t);const c=Object(r.d)(s.server);if(!c)return l("Server hostname invalid",t);Object(a.a)(s.filename)?c.writeToScriptFile(s.filename,s.content):c.writeToTextFile(s.filename,s.content);return(null===(e=c.getScript(s.filename))||void 0===e?void 0:e.code)===s.content||(null===(n=c.textFiles.filter(t=>t.filename==s.filename).at(0))||void 0===n?void 0:n.text)===s.content?new o.a({result:"OK",id:t.id}):l("File wasn't saved correctly",t)},getFile:function(t){if(!Object(o.c)(t.params))return l("Message misses parameters",t);const e=t.params;if(!Object(i.j)(e.filename))return l("Invalid filename",t);const n=Object(r.d)(e.server);if(!n)return l("Server hostname invalid",t);if(Object(a.a)(e.filename)){const a=n.getScript(e.filename);return a?new o.a({result:a.code,id:t.id}):l("File doesn't exist",t)}{const a=n.textFiles.filter(t=>t.filename==e.filename).at(0);return a?new o.a({result:a.text,id:t.id}):l("File doesn't exist",t)}},deleteFile:function(t){if(!Object(o.c)(t.params))return l("Message misses parameters",t);const e=t.params;if(!Object(i.j)(e.filename))return l("Invalid filename",t);const n=Object(r.d)(e.server);if(!n)return l("Server hostname invalid",t);const a=()=>!!n.getScript(e.filename)||n.textFiles.some(t=>t.filename===e.filename);return a()?(n.removeFile(e.filename),a()?l("Failed to delete the file",t):new o.a({result:"OK",id:t.id})):l("File doesn't exist",t)},getFileNames:function(t){if(!Object(o.d)(t.params))return l("Message misses parameters",t);const e=Object(r.d)(t.params.server);if(!e)return l("Server hostname invalid",t);const n=[...e.textFiles.map(t=>t.filename),...e.scripts.map(t=>t.filename)];return new o.a({result:n,id:t.id})},getAllFiles:function(t){if(!Object(o.d)(t.params))return l("Message misses parameters",t);const e=Object(r.d)(t.params.server);if(!e)return l("Server hostname invalid",t);const n=[...e.textFiles.map(t=>({filename:t.filename,content:t.text})),...e.scripts.map(t=>({filename:t.filename,content:t.code}))];return new o.a({result:n,id:t.id})},calculateRam:function(t){if(!Object(o.c)(t.params))return l("Message misses parameters",t);const e=t.params;if(!Object(i.j)(e.filename))return l("Invalid filename",t);const n=Object(r.d)(e.server);if(!n)return l("Server hostname invalid",t);if(!Object(a.a)(e.filename))return l("Filename isn't a script filename",t);const s=n.getScript(e.filename);if(!s)return l("File doesn't exist",t);const c=s.ramUsage;return new o.a({result:c,id:t.id})},getDefinitionFile:function(t){return new o.a({result:s.a+"",id:t.id})}}},,function(t,e,n){"use strict";n.d(e,"b",(function(){return w})),n.d(e,"a",(function(){return S}));var a=n(0),r=n.n(a),i=n(160),o=n(161),s=n(50),l=n(32),c=n(3),f=n(7),u=n(6),m=n(73),h=n(311),d=n(24),p=n(115),g=n(362),b=n(355),y=n(306),E=n(266),v=n(356),k=n(25);function w(t){const e=Object(h.b)();return r.a.createElement(i.a,{sx:{display:"table",mb:1,width:"100%"}},r.a.createElement(o.a,null,r.a.createElement(m.a,{name:"City",color:u.a.theme.primary,data:{content:t.sleeve.city}}),r.a.createElement(m.a,{name:"HP",color:u.a.theme.hp,data:{content:`${f.a.formatHp(t.sleeve.hp.current)} / ${f.a.formatHp(t.sleeve.hp.max)}`}}),r.a.createElement(m.a,{name:"Hacking",color:u.a.theme.hack,data:{level:t.sleeve.skills.hacking,exp:t.sleeve.exp.hacking}}),r.a.createElement(m.a,{name:"Strength",color:u.a.theme.combat,data:{level:t.sleeve.skills.strength,exp:t.sleeve.exp.strength}}),r.a.createElement(m.a,{name:"Defense",color:u.a.theme.combat,data:{level:t.sleeve.skills.defense,exp:t.sleeve.exp.defense}}),r.a.createElement(m.a,{name:"Dexterity",color:u.a.theme.combat,data:{level:t.sleeve.skills.dexterity,exp:t.sleeve.exp.dexterity}}),r.a.createElement(m.a,{name:"Agility",color:u.a.theme.combat,data:{level:t.sleeve.skills.agility,exp:t.sleeve.exp.agility}}),r.a.createElement(m.a,{name:"Charisma",color:u.a.theme.cha,data:{level:t.sleeve.skills.charisma,exp:t.sleeve.exp.charisma}}),r.a.createElement(s.a,null,r.a.createElement(l.a,{classes:{root:e.cellNone}},r.a.createElement("br",null))),r.a.createElement(m.a,{name:"Shock",color:u.a.theme.primary,data:{content:f.a.formatSleeveShock(100-t.sleeve.shock)}}),r.a.createElement(m.a,{name:"Sync",color:u.a.theme.primary,data:{content:f.a.formatSleeveSynchro(t.sleeve.sync)}}),r.a.createElement(m.a,{name:"Memory",color:u.a.theme.primary,data:{content:f.a.formatSleeveMemory(t.sleeve.memory)}})))}function S(t){const e=Object(h.b)();let n=[];if(Object(v.b)(t.sleeve.currentWork)){const e=t.sleeve.currentWork.getExp(t.sleeve);n=[["Money:",r.a.createElement(d.a,{money:5*e.money})],["Hacking Exp:",""+f.a.formatExp(5*e.hackExp)],["Strength Exp:",""+f.a.formatExp(5*e.strExp)],["Defense Exp:",""+f.a.formatExp(5*e.defExp)],["Dexterity Exp:",""+f.a.formatExp(5*e.dexExp)],["Agility Exp:",""+f.a.formatExp(5*e.agiExp)],["Charisma Exp:",""+f.a.formatExp(5*e.chaExp)]]}if(Object(b.b)(t.sleeve.currentWork)){const e=t.sleeve.currentWork.calculateRates(t.sleeve);n=[["Money:",r.a.createElement(p.a,{money:5*e.money})],["Hacking Exp:",f.a.formatExp(5*e.hackExp)+" / sec"],["Strength Exp:",f.a.formatExp(5*e.strExp)+" / sec"],["Defense Exp:",f.a.formatExp(5*e.defExp)+" / sec"],["Dexterity Exp:",f.a.formatExp(5*e.dexExp)+" / sec"],["Agility Exp:",f.a.formatExp(5*e.agiExp)+" / sec"],["Charisma Exp:",f.a.formatExp(5*e.chaExp)+" / sec"]]}if(Object(y.b)(t.sleeve.currentWork)){const e=t.sleeve.currentWork.getExpRates(t.sleeve),a=t.sleeve.currentWork.getReputationRate(t.sleeve);n=[["Hacking Exp:",f.a.formatExp(5*e.hackExp)+" / sec"],["Strength Exp:",f.a.formatExp(5*e.strExp)+" / sec"],["Defense Exp:",f.a.formatExp(5*e.defExp)+" / sec"],["Dexterity Exp:",f.a.formatExp(5*e.dexExp)+" / sec"],["Agility Exp:",f.a.formatExp(5*e.agiExp)+" / sec"],["Charisma Exp:",f.a.formatExp(5*e.chaExp)+" / sec"],["Reputation:",r.a.createElement(g.a,{reputation:a})]]}if(Object(E.b)(t.sleeve.currentWork)){const e=t.sleeve.currentWork.getGainRates(t.sleeve);n=[["Money:",r.a.createElement(p.a,{money:5*e.money*k.a.CompanyWorkMoney})],["Hacking Exp:",f.a.formatExp(5*e.hackExp)+" / sec"],["Strength Exp:",f.a.formatExp(5*e.strExp)+" / sec"],["Defense Exp:",f.a.formatExp(5*e.defExp)+" / sec"],["Dexterity Exp:",f.a.formatExp(5*e.dexExp)+" / sec"],["Agility Exp:",f.a.formatExp(5*e.agiExp)+" / sec"],["Charisma Exp:",f.a.formatExp(5*e.chaExp)+" / sec"],["Reputation:",r.a.createElement(g.a,{reputation:5*e.reputation})]]}return r.a.createElement(i.a,{sx:{display:"table",mb:1,width:"100%",lineHeight:0}},r.a.createElement(o.a,null,r.a.createElement(s.a,null,r.a.createElement(l.a,{classes:{root:e.cellNone}},r.a.createElement(c.a,{variant:"h6"},"Earnings ",t.sleeve.storedCycles>50?"(overclock)":""))),n.map(([t,n])=>r.a.createElement(s.a,{key:t.toString()+n.toString()},r.a.createElement(l.a,{classes:{root:e.cellNone}},r.a.createElement(c.a,null,t)),r.a.createElement(l.a,{align:"right",classes:{root:e.cellNone}},r.a.createElement(c.a,null,n))))))}},function(t,e,n){"use strict";n.d(e,"b",(function(){return u})),n.d(e,"a",(function(){return m}));var a=n(0),r=n.n(a),i=n(26),o=n(46),s=n(93),l=n(130),c=n(74),f=n(10);const u={All:0,Foreign:1,Owned:2,Purchased:3};function m(t){function e(e){const n=e instanceof o.a&&e.purchasedByPlayer,a=t.serverType;switch(a){case u.All:return!0;case u.Foreign:return"home"!==e.hostname&&!n;case u.Owned:return n||e instanceof s.a||"home"===e.hostname;case u.Purchased:return n||e instanceof s.a;default:return console.warn("Invalid ServerType specified for ServerDropdown component: "+a),!1}}const n=[];for(const t of Object(i.c)().sort((t,e)=>t.hostname.localeCompare(e.hostname)))e(t)&&n.push(r.a.createElement(c.a,{key:t.hostname,value:t.hostname},t.hostname));return r.a.createElement(l.a,{startAdornment:r.a.createElement(f.a,{onClick:t.purchase,disabled:!t.canPurchase},"Buy"),sx:{mx:1},value:t.value,onChange:t.onChange},n)}},function(t,e,n){"use strict";n.d(e,"b",(function(){return b})),n.d(e,"a",(function(){return E}));var a=n(0),r=n(1),i=n(24),o=n(205),s=n(1412),l=n(564),c=n(1870),f=n(814),u=n(10),m=n(47),h=n(21),d=n(3),p=n(87);function g(t,e,n){return e in t?Object.defineProperty(t,e,{value:n,enumerable:!0,configurable:!0,writable:!0}):t[e]=n,t}const b=5;var y;!function(t){t.Pending="",t.PlayerWon="You won!",t.PlayerWonByBlackjack="You Won! Blackjack!",t.DealerWon="You lost!",t.Tie="Push! (Tie)"}(y||(y={}));class E extends a.Component{constructor(){super({}),g(this,"canStartGame",()=>{const{bet:t}=this.state;return r.a.canAfford(t)}),g(this,"startGame",()=>{if(!this.canStartGame()||Object(o.a)())return;Object(o.b)(-this.state.bet);const t=new l.a([this.deck.safeDrawCard(),this.deck.safeDrawCard()]),e=new l.a([this.deck.safeDrawCard(),this.deck.safeDrawCard()]);this.setState({playerHand:t,dealerHand:e,gameInProgress:!0,result:y.Pending}),21===this.getTrueHandValue(t)?21===this.getTrueHandValue(e)?this.finishGame(y.Tie):this.finishGame(y.PlayerWonByBlackjack):21===this.getTrueHandValue(e)&&this.finishGame(y.DealerWon)}),g(this,"getHandValue",t=>{let e=[0];for(let n=0;n=10?e.map(t=>t+10):1===a?e.flatMap(t=>[t+1,t+11]):e.map(t=>t+a)}return e}),g(this,"getTrueHandValue",t=>{const e=this.getHandValue(t),n=e.filter(t=>t<=21);return n.length>0?(n.sort((t,e)=>t-e),n[n.length-1]):e[0]}),g(this,"getHandDisplayValues",t=>{const e=this.getHandValue(t);return this.isHandBusted(t)?[...new Set([e[0]])]:[...new Set(e.filter(t=>t<=21))]}),g(this,"isHandBusted",t=>this.getTrueHandValue(t)>21),g(this,"playerHit",t=>{if(!t.isTrusted)return;const e=this.state.playerHand.addCards(this.deck.safeDrawCard());this.setState({playerHand:e}),this.isHandBusted(e)&&this.finishGame(y.DealerWon)}),g(this,"playerStay",t=>{if(!t.isTrusted)return;let e=this.state.dealerHand;for(;;){if(!(this.getTrueHandValue(e)<=16))break;e=e.addCards(this.deck.safeDrawCard())}if(this.setState({dealerHand:e}),this.isHandBusted(e))this.finishGame(y.PlayerWon);else{const t=this.getTrueHandValue(e),n=this.getTrueHandValue(this.state.playerHand);if(t>21||n>21)throw new Error("Someone busted when not expected to");n>t?this.finishGame(y.PlayerWon):n{const e=t===y.DealerWon?0:t===y.Tie?this.state.bet:t===y.PlayerWon?2*this.state.bet:t===y.PlayerWonByBlackjack?2.5*this.state.bet:(()=>{throw new Error("Unexpected result: "+t)})();Object(o.b)(e),this.setState({gameInProgress:!1,result:t,gains:this.state.gains+e-this.state.bet})}),g(this,"wagerOnChange",t=>{const e=t.target.value,n=Math.round(parseFloat(e));isNaN(n)?this.setState({bet:0,betInput:e,wagerInvalid:!0,wagerInvalidHelperText:"Not a valid number"}):n<=0?this.setState({bet:0,betInput:e,wagerInvalid:!0,wagerInvalidHelperText:"Must bet a positive amount"}):n>1e8?this.setState({bet:0,betInput:e,wagerInvalid:!0,wagerInvalidHelperText:"Exceeds max bet"}):r.a.canAfford(n)?this.setState({bet:n,betInput:e,wagerInvalid:!1,wagerInvalidHelperText:"",result:y.Pending}):this.setState({bet:0,betInput:e,wagerInvalid:!0,wagerInvalidHelperText:"Not enough money"})}),g(this,"startOnClick",t=>{t.isTrusted&&(this.state.wagerInvalid||this.startGame())}),this.deck=new s.a(b);this.state={playerHand:new l.a([]),dealerHand:new l.a([]),bet:1e6,betInput:String(1e6),gameInProgress:!1,result:y.Pending,gains:0,wagerInvalid:!1,wagerInvalidHelperText:""}}render(){const{betInput:t,playerHand:e,dealerHand:n,gameInProgress:r,result:o,wagerInvalid:s,wagerInvalidHelperText:l,gains:g}=this.state,b=this.getHandDisplayValues(e),E=this.getHandDisplayValues(n);return a.createElement(a.Fragment,null,a.createElement(h.a,null,a.createElement(p.a,{value:t,label:a.createElement(a.Fragment,null,"Wager (Max: ",a.createElement(i.a,{money:1e8}),")"),disabled:r,onChange:this.wagerOnChange,error:s,helperText:s?l:"",type:"number",style:{width:"200px"},InputProps:{startAdornment:a.createElement(c.a,{position:"start"},a.createElement(d.a,null,"$"))}}),a.createElement(d.a,null,"Total earnings this session: ",a.createElement(i.a,{money:g}))),r?a.createElement(a.Fragment,null,a.createElement(u.a,{onClick:this.playerHit},"Hit"),a.createElement(u.a,{color:"secondary",onClick:this.playerStay},"Stay")):a.createElement(u.a,{onClick:this.startOnClick,disabled:s||!this.canStartGame()},"Start"),(r||o!==y.Pending)&&a.createElement(a.Fragment,null,a.createElement(h.a,{display:"flex"},a.createElement(m.a,{elevation:2},a.createElement(d.a,null,"Player"),e.cards.map((t,e)=>a.createElement(f.a,{card:t,key:e})),a.createElement(d.a,null,"Count:"," ",b.map((t,e)=>a.createElement("span",{key:e},t)).reduce((t,e)=>[t," or ",e])))),a.createElement("br",null),a.createElement(h.a,{display:"flex"},a.createElement(m.a,{elevation:2},a.createElement(d.a,null,"Dealer"),n.cards.map((t,e)=>a.createElement(f.a,{card:t,hidden:r&&0!==e,key:e})),!r&&a.createElement(a.Fragment,null,a.createElement(d.a,null,"Count:"," ",E.map((t,e)=>a.createElement("span",{key:e},t)).reduce((t,e)=>[t," or ",e])))))),o!==y.Pending&&a.createElement(d.a,null,o," ",o===y.PlayerWon&&a.createElement(i.a,{money:this.state.bet}),o===y.PlayerWonByBlackjack&&a.createElement(i.a,{money:1.5*this.state.bet}),o===y.DealerWon&&a.createElement(i.a,{money:-this.state.bet})))}}},function(t,e,n){"use strict";n.d(e,"a",(function(){return f}));var a=n(0),r=n.n(a),i=n(260),o=n(122),s=n(148),l=n(47);const c=Object(o.a)(()=>Object(s.a)({card:{padding:"10px",border:"solid 1px #808080",backgroundColor:"white",display:"inline-block",borderRadius:"10px",fontSize:"18.5px",textAlign:"center",margin:"3px",fontWeight:"bold"},red:{color:"red"},black:{color:"black"},value:{fontSize:"20px",fontFamily:"sans-serif"}})),f=({card:t,hidden:e})=>{const n=c();let a;switch(t.suit){case i.b.Clubs:a=r.a.createElement("span",null,"♣");break;case i.b.Diamonds:a=r.a.createElement("span",null,"♦");break;case i.b.Hearts:a=r.a.createElement("span",null,"♥");break;case i.b.Spades:a=r.a.createElement("span",null,"♠");break;default:throw new Error("MissingCaseException: "+t.suit)}return r.a.createElement(l.a,{className:`${n.card} ${t.isRedSuit()?n.red:n.black}`},r.a.createElement(r.a.Fragment,null,r.a.createElement("span",{className:n.value},e?" - ":t.formatValue()),r.a.createElement("span",null,e?" - ":a)))}},,function(t,e,n){"use strict";n.d(e,"a",(function(){return c}));var a=n(1),r=n(30),i=n(26),o=n(5),s=n(46);function l(t){const e=t.augmentations.slice().filter(t=>"NeuroFlux Governor"!==t);for(const t of e)if(!a.a.augmentations.some(e=>e.name==t))return!1;return!0}const c=[{title:"Gain root access on CSEC",fulfilled:()=>{const t=Object(i.d)("CSEC");return!(!t||!t.hasOwnProperty("hasAdminRights"))&&(t instanceof s.a&&t.hasAdminRights)}},{title:"Install the backdoor on CSEC",fulfilled:()=>{const t=Object(i.d)("CSEC");return!(!t||!t.hasOwnProperty("backdoorInstalled"))&&(t instanceof s.a&&t.backdoorInstalled)}},{title:"Join the faction hinted at in csec-test.msg",fulfilled:()=>a.a.factions.includes(o.a.CyberSec)},{title:"Install all the Augmentations from "+o.a.CyberSec,fulfilled:()=>l(r.a[o.a.CyberSec])},{title:"Join the faction hinted at in nitesec-test.msg",fulfilled:()=>a.a.factions.includes(o.a.NiteSec)},{title:"Install all the Augmentations from "+o.a.NiteSec,fulfilled:()=>l(r.a[o.a.NiteSec])},{title:"Join the faction hinted at in j3.msg",fulfilled:()=>a.a.factions.includes(o.a.TheBlackHand)},{title:"Install all the Augmentations from "+o.a.TheBlackHand,fulfilled:()=>l(r.a[o.a.TheBlackHand])},{title:"Join the faction hinted at in 19dfj3l1nd.msg",fulfilled:()=>a.a.factions.includes(o.a.BitRunners)},{title:"Install all the Augmentations from "+o.a.BitRunners,fulfilled:()=>l(r.a[o.a.BitRunners])},{title:"Complete fl1ght.exe",fulfilled:()=>a.a.factions.includes(o.a.Daedalus)},{title:"Install the special Augmentation from "+o.a.Daedalus,fulfilled:()=>a.a.augmentations.some(t=>"The Red Pill"==t.name)},{title:"Install the final backdoor and free yourself.",fulfilled:()=>!1}]},,,,,,function(t,e,n){"use strict";n.d(e,"a",(function(){return r}));var a=n(106);const r={longestName:0,longestSymbol:0};for(const[t,e]of Object.entries(a.a))r.longestName=Math.max(t.length,r.longestName),r.longestSymbol=Math.max(e.length,r.longestSymbol)},function(t,e,n){"use strict";n.d(e,"a",(function(){return c}));var a=n(0),r=n.n(a),i=n(21),o=n(3),s=n(6),l=n(1477);function c({achievement:t,unlockedOn:e,cssFiltersUnlocked:n,cssFiltersLocked:a}){if(!t)return r.a.createElement(r.a.Fragment,null);const c=!!e,f=c?s.a.theme.primary:s.a.theme.secondarylight;let u="";return e&&(u=new Date(e).toLocaleString()),r.a.createElement(i.a,{sx:{border:"1px solid "+s.a.theme.well,mb:2}},r.a.createElement(i.a,{sx:{display:"flex",flexDirection:"row",flexWrap:"wrap"}},r.a.createElement(l.a,{achievement:t,unlocked:c,size:"72px",colorFilters:c?n:a}),r.a.createElement(i.a,{sx:{display:"flex",flexDirection:"column",justifyContent:"center",px:1}},r.a.createElement(o.a,{variant:"h6",sx:{color:f}},t.Name),r.a.createElement(o.a,{variant:"body2",sx:{maxWidth:"500px",color:f}},t.Description),c&&r.a.createElement(o.a,{variant:"caption",sx:{fontSize:"12px",color:s.a.theme.primarydark}},"Acquired on ",u))))}},function(t,e,n){"use strict";n.d(e,"a",(function(){return i}));class a{constructor(t,e,n){this.set(t,e,n)}toString(){return`rgb(${Math.round(this.r)}, ${Math.round(this.g)}, ${Math.round(this.b)})`}set(t,e,n){this.r=this.clamp(t),this.g=this.clamp(e),this.b=this.clamp(n)}hueRotate(t=0){t=t/180*Math.PI;const e=Math.sin(t),n=Math.cos(t);this.multiply([.213+.787*n-.213*e,.715-.715*n-.715*e,.072-.072*n+.928*e,.213-.213*n+.143*e,.715+.285*n+.14*e,.072-.072*n-.283*e,.213-.213*n-.787*e,.715-.715*n+.715*e,.072+.928*n+.072*e])}grayscale(t=1){this.multiply([.2126+.7874*(1-t),.7152-.7152*(1-t),.0722-.0722*(1-t),.2126-.2126*(1-t),.7152+.2848*(1-t),.0722-.0722*(1-t),.2126-.2126*(1-t),.7152-.7152*(1-t),.0722+.9278*(1-t)])}sepia(t=1){this.multiply([.393+.607*(1-t),.769-.769*(1-t),.189-.189*(1-t),.349-.349*(1-t),.686+.314*(1-t),.168-.168*(1-t),.272-.272*(1-t),.534-.534*(1-t),.131+.869*(1-t)])}saturate(t=1){this.multiply([.213+.787*t,.715-.715*t,.072-.072*t,.213-.213*t,.715+.285*t,.072-.072*t,.213-.213*t,.715-.715*t,.072+.928*t])}multiply(t){const e=this.clamp(this.r*t[0]+this.g*t[1]+this.b*t[2]),n=this.clamp(this.r*t[3]+this.g*t[4]+this.b*t[5]),a=this.clamp(this.r*t[6]+this.g*t[7]+this.b*t[8]);this.r=e,this.g=n,this.b=a}brightness(t=1){this.linear(t)}contrast(t=1){this.linear(t,-.5*t+.5)}linear(t=1,e=0){this.r=this.clamp(this.r*t+255*e),this.g=this.clamp(this.g*t+255*e),this.b=this.clamp(this.b*t+255*e)}invert(t=1){this.r=this.clamp(255*(t+this.r/255*(1-2*t))),this.g=this.clamp(255*(t+this.g/255*(1-2*t))),this.b=this.clamp(255*(t+this.b/255*(1-2*t)))}hsl(){const t=this.r/255,e=this.g/255,n=this.b/255,a=Math.max(t,e,n),r=Math.min(t,e,n);let i,o,s=(a+r)/2;if(a===r)i=o=0;else{const l=a-r;switch(o=s>.5?l/(2-a-r):l/(a+r),a){case t:i=(e-n)/l+(e255?t=255:t<0&&(t=0),t}}class r{constructor(t){this.target=t,this.targetHSL=t.hsl(),this.reusedColor=new a(0,0,0)}solve(){const t=this.solveNarrow(this.solveWide());return{values:t.values,loss:t.loss,filter:this.css(t.values)}}solveWide(){const t=[60,180,18e3,600,1.2,1.2];let e={loss:1/0};for(let n=0;e.loss>25&&n<3;n++){const n=[50,20,3750,50,100,100],a=this.spsa(5,t,15,n,1e3);a.loss.5?1:-1,l[t]=a[t]+r*s[t],c[t]=a[t]-r*s[t];const m=this.loss(l)-this.loss(c);for(let n=0;n<6;n++){const i=m/(2*r)*s[n],o=e[n]/Math.pow(t+u+1,1);a[n]=f(a[n]-o*i,n)}const h=this.loss(a);hn?t%=n:t<0&&(t=n+t%n):t<0?t=0:t>n&&(t=n),t}}loss(t){const e=this.reusedColor;e.set(0,0,0),e.invert(t[0]/100),e.sepia(t[1]/100),e.saturate(t[2]/100),e.hueRotate(3.6*t[3]),e.brightness(t[4]/100),e.contrast(t[5]/100);const n=e.hsl();return Math.abs(e.r-this.target.r)+Math.abs(e.g-this.target.g)+Math.abs(e.b-this.target.b)+Math.abs(n.h-this.targetHSL.h)+Math.abs(n.s-this.targetHSL.s)+Math.abs(n.l-this.targetHSL.l)}css(t){function e(e,n=1){return Math.round(t[e]*n)}return`invert(${e(0)}%) sepia(${e(1)}%) saturate(${e(2)}%) hue-rotate(${e(3,3.6)}deg) brightness(${e(4)}%) contrast(${e(5)}%)`}}function i(t){const e=function(t){t=t.replace(/^#?([a-f\d])([a-f\d])([a-f\d])$/i,(t,e,n,a)=>e+e+n+n+a+a);const e=/^#?([a-f\d]{2})([a-f\d]{2})([a-f\d]{2})$/i.exec(t);return e?[parseInt(e[1],16),parseInt(e[2],16),parseInt(e[3],16)]:null}(t);if(!e)return"";const[n,i,o]=e,s=new a(n,i,o);return new r(s).solve().filter}},,,,,,,,,,,,,,,,,,,function(t,e,n){"use strict";n.d(e,"a",(function(){return a}));const a={name:"Default",description:"Default game theme, most supported",credit:"hydroflame",screenshot:n(949).a,colors:{primarylight:"#0f0",primary:"#0c0",primarydark:"#090",successlight:"#0f0",success:"#0c0",successdark:"#090",errorlight:"#f00",error:"#c00",errordark:"#900",secondarylight:"#AAA",secondary:"#888",secondarydark:"#666",warninglight:"#ff0",warning:"#cc0",warningdark:"#990",infolight:"#69f",info:"#36c",infodark:"#039",welllight:"#444",well:"#222",white:"#fff",black:"#000",hp:"#dd3434",money:"#ffd700",hack:"#adff2f",combat:"#faffdf",cha:"#a671d1",int:"#6495ed",rep:"#faffdf",disabled:"#66cfbc",backgroundprimary:"#000",backgroundsecondary:"#000",button:"#333"}}},function(t,e,n){"use strict";n.d(e,"a",(function(){return a}));const a={name:"Default-lite",description:"Less eye-straining default theme",credit:"NmuGmu",reference:"https://discord.com/channels/415207508303544321/921991895230611466/925263801564151888",screenshot:n(950).a,colors:{primarylight:"#28CF28",primary:"#21A821",primarydark:"#177317",successlight:"#1CFF1C",success:"#16CA16",successdark:"#0D910D",errorlight:"#FF3B3B",error:"#C32D2D",errordark:"#8E2121",secondarylight:"#B3B3B3",secondary:"#838383",secondarydark:"#676767",warninglight:"#FFFF3A",warning:"#C3C32A",warningdark:"#8C8C1E",infolight:"#64CBFF",info:"#3399CC",infodark:"#246D91",welllight:"#404040",well:"#1C1C1C",white:"#C3C3C3",black:"#0A0B0B",hp:"#C62E2E",money:"#D6BB27",hack:"#ADFF2F",combat:"#E8EDCD",cha:"#8B5FAF",int:"#537CC8",rep:"#E8EDCD",disabled:"#5AB5A5",backgroundprimary:"#0C0D0E",backgroundsecondary:"#121415",button:"#252829"}}},function(t,e,n){"use strict";n.d(e,"a",(function(){return a}));const a={name:"Monokai'ish",description:"Monokai'ish",credit:"eltea",screenshot:n(951).a,colors:{primarylight:"#FFF",primary:"#F8F8F2",primarydark:"#FAFAEB",successlight:"#ADE146",success:"#A6E22E",successdark:"#98E104",errorlight:"#FF69A0",error:"#F92672",errordark:"#D10F56",secondarylight:"#AAA",secondary:"#888",secondarydark:"#666",warninglight:"#E1D992",warning:"#E6DB74",warningdark:"#EDDD54",infolight:"#92E1F1",info:"#66D9EF",infodark:"#31CDED",welllight:"#444",well:"#222",white:"#fff",black:"#000",hp:"#F92672",money:"#E6DB74",hack:"#A6E22E",combat:"#75715E",cha:"#AE81FF",int:"#66D9EF",rep:"#E69F66",disabled:"#66cfbc",backgroundprimary:"#272822",backgroundsecondary:"#1B1C18",button:"#333"}}},function(t,e,n){"use strict";n.d(e,"a",(function(){return a}));const a={name:"Warmer",credit:"hexnaught",description:"Warmer, softer theme",reference:"https://discord.com/channels/415207508303544321/921991895230611466/921999581020028938",screenshot:n(952).a,colors:{primarylight:"#EA9062",primary:"#DD7B4A",primarydark:"#D3591C",successlight:"#6ACF6A",success:"#43BF43",successdark:"#3E913E",errorlight:"#C15757",error:"#B34141",errordark:"#752525",secondarylight:"#AAA",secondary:"#888",secondarydark:"#666",warninglight:"#E6E69D",warning:"#DADA56",warningdark:"#A1A106",infolight:"#69f",info:"#36c",infodark:"#039",welllight:"#444",well:"#222",white:"#fff",black:"#000",hp:"#dd3434",money:"#ffd700",hack:"#adff2f",combat:"#faffdf",cha:"#AD84CF",int:"#6495ed",rep:"#faffdf",disabled:"#76C6B7",backgroundprimary:"#000",backgroundsecondary:"#000",button:"#333"}}},function(t,e,n){"use strict";n.d(e,"a",(function(){return a}));const a={name:"Dark+",credit:"LoganMD",description:"VSCode Dark+",reference:"https://discord.com/channels/415207508303544321/921991895230611466/921999975867617310",screenshot:n(953).a,colors:{primarylight:"#E0E0BC",primary:"#CCCCAE",primarydark:"#B8B89C",successlight:"#00F000",success:"#00D200",successdark:"#00B400",errorlight:"#F00000",error:"#C80000",errordark:"#A00000",secondarylight:"#B4AEAE",secondary:"#969090",secondarydark:"#787272",warninglight:"#F0F000",warning:"#C8C800",warningdark:"#A0A000",infolight:"#69f",info:"#36c",infodark:"#039",welllight:"#444",well:"#222",white:"#fff",black:"#1E1E1E",hp:"#dd3434",money:"#ffd700",hack:"#adff2f",combat:"#faffdf",cha:"#a671d1",int:"#6495ed",rep:"#faffdf",disabled:"#66cfbc",backgroundprimary:"#1E1E1E",backgroundsecondary:"#252525",button:"#333"}}},function(t,e,n){"use strict";n.d(e,"a",(function(){return a}));const a={name:"Mayukai Dark",description:"Mayukai Dark-esque",credit:"Festive Noire",reference:"https://discord.com/channels/415207508303544321/921991895230611466/922037502334889994",screenshot:n(954).a,colors:{primarylight:"#DDDFC5",primary:"#CDCFB6",primarydark:"#9D9F8C",successlight:"#00EF00",success:"#00A500",successdark:"#007A00",errorlight:"#F92672",error:"#CA1C5C",errordark:"#90274A",secondarylight:"#AAA",secondary:"#888",secondarydark:"#666",warninglight:"#D3D300",warning:"#cc0",warningdark:"#990",infolight:"#69f",info:"#36c",infodark:"#039",welllight:"#444",well:"#00010A",white:"#fff",black:"#020509",hp:"#dd3434",money:"#ffd700",hack:"#8CCF27",combat:"#faffdf",cha:"#a671d1",int:"#6495ed",rep:"#faffdf",disabled:"#66cfbc",backgroundprimary:"#080C11",backgroundsecondary:"#03080F",button:"#00010A"}}},function(t,e,n){"use strict";n.d(e,"a",(function(){return a}));const a={name:"Purple",credit:"zer0ney",description:"Essentially all defaults except for purple replacing the main colors",reference:"https://discord.com/channels/415207508303544321/921991895230611466/922091815849570395",screenshot:n(955).a,colors:{primarylight:"#BA55D3",primary:"#9370DB",primarydark:"#8A2BE2",successlight:"#BA55D3",success:"#9370DB",successdark:"#8A2BE2",errorlight:"#f00",error:"#c00",errordark:"#900",secondarylight:"#AAA",secondary:"#888",secondarydark:"#666",warninglight:"#ff0",warning:"#cc0",warningdark:"#990",infolight:"#69f",info:"#36c",infodark:"#039",welllight:"#444",well:"#222",white:"#fff",black:"#000",hp:"#dd3434",money:"#ffd700",hack:"#adff2f",combat:"#faffdf",cha:"#a671d1",int:"#6495ed",rep:"#faffdf",disabled:"#66cfbc",backgroundprimary:"#000",backgroundsecondary:"#000",button:"#333"}}},function(t,e,n){"use strict";n.d(e,"a",(function(){return a}));const a={name:"Smooth Green",description:"A nice green theme that doesn't hurt your eyes.",credit:"Swidt",reference:"https://discord.com/channels/415207508303544321/921991895230611466/922243957986033725",screenshot:n(956).a,colors:{primarylight:"#E0E0BC",primary:"#B0D9A3",primarydark:"#B8B89C",successlight:"#00F000",success:"#6BC16B",successdark:"#00B400",errorlight:"#F00000",error:"#3D713D",errordark:"#A00000",secondarylight:"#B4AEAE",secondary:"#8FAF85",secondarydark:"#787272",warninglight:"#F0F000",warning:"#38F100",warningdark:"#A0A000",infolight:"#69f",info:"#36c",infodark:"#039",welllight:"#444",well:"#2F3C2B",white:"#fff",black:"#1E1E1E",hp:"#dd3434",money:"#4AA52E",hack:"#adff2f",combat:"#faffdf",cha:"#a671d1",int:"#6495ed",rep:"#35A135",disabled:"#66cfbc",backgroundprimary:"#1E1E1E",backgroundsecondary:"#252525",button:"#2F3C2B"}}},function(t,e,n){"use strict";n.d(e,"a",(function(){return a}));const a={name:"Dracula",description:"Dracula Look-alike",credit:"H3draut3r",reference:"https://discord.com/channels/415207508303544321/921991895230611466/922296307836678144",screenshot:n(957).a,colors:{primarylight:"#7082B8",primary:"#F8F8F2",primarydark:"#FF79C6",successlight:"#0f0",success:"#0c0",successdark:"#090",errorlight:"#FD4545",error:"#FF2D2D",errordark:"#C62424",secondarylight:"#AAA",secondary:"#8BE9FD",secondarydark:"#666",warninglight:"#FFC281",warning:"#FFB86C",warningdark:"#E6A055",infolight:"#A0A0FF",info:"#7070FF",infodark:"#4040FF",welllight:"#44475A",well:"#363948",white:"#fff",black:"#282A36",hp:"#D34448",money:"#50FA7B",hack:"#F1FA8C",combat:"#BD93F9",cha:"#FF79C6",int:"#6495ed",rep:"#faffdf",disabled:"#66cfbc",backgroundprimary:"#282A36",backgroundsecondary:"#21222C",button:"#21222C"}}},function(t,e,n){"use strict";n.d(e,"a",(function(){return a}));const a={name:"Dark Blue",description:"Very dark with a blue/purplelly primary",credit:"Saynt_Garmo",reference:"https://discord.com/channels/415207508303544321/921991895230611466/923084732718264340",screenshot:n(958).a,colors:{primarylight:"#023DDE",primary:"#4A41C8",primarydark:"#005299",successlight:"#00FF00",success:"#D1DAD1",successdark:"#BFCABF",errorlight:"#f00",error:"#c00",errordark:"#900",secondarylight:"#AAA",secondary:"#888",secondarydark:"#666",warninglight:"#ff0",warning:"#cc0",warningdark:"#990",infolight:"#69f",info:"#36c",infodark:"#039",welllight:"#444",well:"#040505",white:"#fff",black:"#000000",hp:"#dd3434",money:"#ffd700",hack:"#adff2f",combat:"#faffdf",cha:"#a671d1",int:"#6495ed",rep:"#faffdf",disabled:"#66cfbc",backgroundprimary:"#091419",backgroundsecondary:"#000000",button:"#000000"}}},function(t,e,n){"use strict";n.d(e,"a",(function(){return a}));const a={name:"Discord-like",description:"Discord inspired theme",credit:"Thermite",reference:"https://discord.com/channels/415207508303544321/921991895230611466/924305252017143818",screenshot:n(959).a,colors:{primarylight:"#7389DC",primary:"#7389DC",primarydark:"#5964F1",successlight:"#00CC00",success:"#20DF20",successdark:"#0CB80C",errorlight:"#EA5558",error:"#EC4145",errordark:"#E82528",secondarylight:"#C3C3C3",secondary:"#9C9C9C",secondarydark:"#4E4E4E",warninglight:"#ff0",warning:"#cc0",warningdark:"#990",infolight:"#69f",info:"#36c",infodark:"#1C4FB3",welllight:"#999999",well:"#35383C",white:"#FFFFFF",black:"#202225",hp:"#FF5656",money:"#43FF43",hack:"#FFAB3D",combat:"#8A90FD",cha:"#FF51D9",int:"#6495ed",rep:"#FFFF30",disabled:"#474B51",backgroundprimary:"#2F3136",backgroundsecondary:"#35393E",button:"#333"}}},function(t,e,n){"use strict";n.d(e,"a",(function(){return a}));const a={name:"One Dark",description:"Dark with a greenish tint",credit:"Dexalt142",reference:"https://discord.com/channels/415207508303544321/921991895230611466/924650660694208512",screenshot:n(960).a,colors:{primarylight:"#98C379",primary:"#98C379",primarydark:"#98C379",successlight:"#98C379",success:"#98C379",successdark:"#98C379",errorlight:"#E06C75",error:"#BE5046",errordark:"#BE5046",secondarylight:"#AAA",secondary:"#888",secondarydark:"#666",warninglight:"#E5C07B",warning:"#E5C07B",warningdark:"#D19A66",infolight:"#61AFEF",info:"#61AFEF",infodark:"#61AFEF",welllight:"#4B5263",well:"#282C34",white:"#ABB2BF",black:"#282C34",hp:"#E06C75",money:"#E5C07B",hack:"#98C379",combat:"#ABB2BF",cha:"#C678DD",int:"#61AFEF",rep:"#ABB2BF",disabled:"#56B6C2",backgroundprimary:"#282C34",backgroundsecondary:"#21252B",button:"#4B5263"}}},function(t,e,n){"use strict";n.d(e,"a",(function(){return a}));const a={name:"Muted Gold & Blue",description:"Muted gold with blue accents.",credit:"Sloth",reference:"https://discord.com/channels/415207508303544321/921991895230611466/924672660758208563",screenshot:n(961).a,colors:{primarylight:"#E3B54A",primary:"#CAA243",primarydark:"#7E6937",successlight:"#82FF82",success:"#6FDA6F",successdark:"#64C364",errorlight:"#FD5555",error:"#D84A4A",errordark:"#AC3939",secondarylight:"#D8D0B8",secondary:"#B1AA95",secondarydark:"#736E5E",warninglight:"#ff0",warning:"#cc0",warningdark:"#990",infolight:"#69f",info:"#36c",infodark:"#039",welllight:"#444",well:"#111111",white:"#fff",black:"#070300",hp:"#dd3434",money:"#ffd700",hack:"#adff2f",combat:"#faffdf",cha:"#a671d1",int:"#6495ed",rep:"#faffdf",disabled:"#66cfbc",backgroundprimary:"#0A0A0E",backgroundsecondary:"#0E0E10",button:"#222222"}}},function(t,e,n){"use strict";n.d(e,"a",(function(){return a}));const a={name:"Light",description:"Cobbled Together Light Theme",credit:"matt",reference:"https://discord.com/channels/415207508303544321/921991895230611466/926114005456658432",screenshot:n(962).a,colors:{primarylight:"#535353",primary:"#1A1A1A",primarydark:"#0d0d0d",successlight:"#63c439",success:"#428226",successdark:"#2E5A1B",errorlight:"#df7051",error:"#C94824",errordark:"#91341B",secondarylight:"#b3b3b3",secondary:"#9B9B9B",secondarydark:"#7A7979",warninglight:"#e8d464",warning:"#C6AD20",warningdark:"#9F8A16",infolight:"#6299cf",info:"#3778B7",infodark:"#30689C",welllight:"#f9f9f9",well:"#eaeaea",white:"#F7F7F7",black:"#F7F7F7",hp:"#BF5C41",money:"#E1B121",hack:"#47BC38",combat:"#656262",cha:"#A568AC",int:"#889BCF",rep:"#656262",disabled:"#70B4BF",backgroundprimary:"#F7F7F7",backgroundsecondary:"#f9f9f9",button:"#eaeaea"}}},,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,function(t,e,n){"use strict";e.a="dist/images/83b2443ab7e7d346766c8f6bc5afc7a7.png"},function(t,e,n){"use strict";e.a="dist/images/6caf35202b10b52e1fc2743f674c33e8.png"},function(t,e,n){"use strict";e.a="dist/images/cb88977ea837bccb9cceb727adc78302.png"},function(t,e,n){"use strict";e.a="dist/images/4e0e750f2f09de58219773edd46cbbf5.png"},function(t,e,n){"use strict";e.a="dist/images/e97de4daa946331c7e99dee9c05d629c.png"},function(t,e,n){"use strict";e.a="dist/images/9f96a5084f4e5f1a6c0041b41b34d62d.png"},function(t,e,n){"use strict";e.a="dist/images/85a7b2896acb62be76f3ea7100fe9012.png"},function(t,e,n){"use strict";e.a="dist/images/5aa87b7de67a77c914088783b055e1cf.png"},function(t,e,n){"use strict";e.a="dist/images/c7164b072d62c91c27c6d607b5207e7b.png"},function(t,e,n){"use strict";e.a="dist/images/66f4b86d86164fc117bd6d648e4eaa6f.png"},function(t,e,n){"use strict";e.a="dist/images/a1110d6c8d16a14c4570411750248399.png"},function(t,e,n){"use strict";e.a="dist/images/447bc31e61f55e7eff875be3e9a81f1a.png"},function(t,e,n){"use strict";e.a="dist/images/297df8c0e47764ea113951318b2acf55.png"},function(t,e,n){"use strict";e.a="dist/images/e66b0c327f97d08e4253f52234d659eb.png"},,,,,,,,,,,,,,function(t,e,n){"use strict";n.d(e,"a",(function(){return r}));var a=n(977);function r(t=1){this.reapplyAllAugmentations(),this.reapplyAllSourceFiles(),this.mults=Object(a.a)(t)}},function(t,e,n){"use strict";n.d(e,"a",(function(){return i}));var a=n(15),r=n(1);const i=(t=1)=>{const e=a.a.EntropyEffect**t;return{hacking_chance:r.a.mults.hacking_chance*e,hacking_speed:r.a.mults.hacking_speed*e,hacking_money:r.a.mults.hacking_money*e,hacking_grow:r.a.mults.hacking_grow*e,hacking:r.a.mults.hacking*e,strength:r.a.mults.strength*e,defense:r.a.mults.defense*e,dexterity:r.a.mults.dexterity*e,agility:r.a.mults.agility*e,charisma:r.a.mults.charisma*e,hacking_exp:r.a.mults.hacking_exp*e,strength_exp:r.a.mults.strength_exp*e,defense_exp:r.a.mults.defense_exp*e,dexterity_exp:r.a.mults.dexterity_exp*e,agility_exp:r.a.mults.agility_exp*e,charisma_exp:r.a.mults.charisma_exp*e,company_rep:r.a.mults.company_rep*e,faction_rep:r.a.mults.faction_rep*e,crime_money:r.a.mults.crime_money*e,crime_success:r.a.mults.crime_success*e,hacknet_node_money:r.a.mults.hacknet_node_money*e,hacknet_node_purchase_cost:r.a.mults.hacknet_node_purchase_cost*e,hacknet_node_ram_cost:r.a.mults.hacknet_node_ram_cost*e,hacknet_node_core_cost:r.a.mults.hacknet_node_core_cost*e,hacknet_node_level_cost:r.a.mults.hacknet_node_level_cost*e,work_money:r.a.mults.work_money*e,bladeburner_max_stamina:r.a.mults.bladeburner_max_stamina*e,bladeburner_stamina_gain:r.a.mults.bladeburner_stamina_gain*e,bladeburner_analysis:r.a.mults.bladeburner_analysis*e,bladeburner_success_chance:r.a.mults.bladeburner_success_chance*e}}},function(t,e,n){"use strict";n.d(e,"a",(function(){return l}));var a=n(63),r=n(35),i=n(16),o=n(316);function s(t,e,n){return e in t?Object.defineProperty(t,e,{value:n,enumerable:!0,configurable:!0,writable:!0}):t[e]=n,t}class l{constructor(t=a.a.CityNames[2]){s(this,"name",""),s(this,"pop",0),s(this,"popEst",0),s(this,"comms",0),s(this,"chaos",0),this.name=t,this.pop=Object(r.a)(a.a.PopulationThreshold,1.5*a.a.PopulationThreshold),this.popEst=this.pop*(Math.random()+.5),this.comms=Object(r.a)(5,150),this.chaos=0}changeChaosByPercentage(t){if(isNaN(t))throw new Error("NaN passed into City.chaosChaosByPercentage()");0!==t&&(this.chaos+=this.chaos*(t/100),this.chaos<0&&(this.chaos=0))}improvePopulationEstimateByCount(t){if(isNaN(t))throw new Error("NaN passed into City.improvePopulationEstimateByCount()");this.popEstthis.pop&&(this.popEst=this.pop)):this.popEst>this.pop&&(this.popEst-=t,this.popEstthis.pop&&(this.popEst=this.pop)):this.popEst>this.pop&&(this.popEst*=1-t/100,this.popEst0?1:-1),this.pop+=n,e.changeEstEqually&&(this.popEst+=n,this.popEst<0&&(this.popEst=0)),n}changeChaosByCount(t){if(isNaN(t))throw new Error("NaN passed into City.changeChaosByCount()");0!==t&&(this.chaos+=t,this.chaos<0&&(this.chaos=0))}toJSON(){return Object(i.b)("City",this)}static fromJSON(t){return Object(i.a)(l,t.data)}}i.c.constructors.City=l},function(t,e,n){"use strict";function a(){return{hack:0,str:0,def:0,dex:0,agi:0,cha:0,int:0,money:0}}n.d(e,"a",(function(){return a}))},,,,,,,,,,function(t,e,n){"use strict";function a(){const t=new Date,e=("0"+t.getHours()).slice(-2),n=("0"+t.getMinutes()).slice(-2),a=("0"+t.getSeconds()).slice(-2);return`${t.getMonth()+1}/${t.getDate()} ${e}:${n}:${a}`}n.d(e,"a",(function(){return a}))},function(t,e,n){"use strict";function a(t){const e=1+Math.log(t)/25;return isNaN(e)||!isFinite(e)?1:e}n.d(e,"a",(function(){return a}))},,,function(t,e,n){"use strict";n.d(e,"a",(function(){return p}));var a=n(994),r=n(271),i=n(391),o=n(36),s=n(25),l=n(467),c=n(66),f=n(1),u=n(19),m=n(16),h=n(189);function d(t,e,n){return e in t?Object.defineProperty(t,e,{value:n,enumerable:!0,configurable:!0,writable:!0}):t[e]=n,t}class p{constructor(t={}){d(this,"name","The Corporation"),d(this,"divisions",[]),d(this,"funds",15e10),d(this,"revenue",0),d(this,"expenses",0),d(this,"fundingRound",0),d(this,"public",!1),d(this,"totalShares",o.a.INITIALSHARES),d(this,"numShares",o.a.INITIALSHARES),d(this,"shareSalesUntilPriceUpdate",o.a.SHARESPERPRICEUPDATE),d(this,"shareSaleCooldown",0),d(this,"issueNewSharesCooldown",0),d(this,"dividendRate",0),d(this,"dividendTax",1-s.a.CorporationSoftcap+.15),d(this,"issuedShares",0),d(this,"sharePrice",0),d(this,"storedCycles",0),d(this,"cycleValuation",0),d(this,"valuationsList",[0]),d(this,"valuation",0),d(this,"state",new a.a),this.name=t.name?t.name:"The Corporation";const e=Object.keys(r.b).length,n=Object.keys(i.a).length;this.unlockUpgrades=Array(e).fill(0),this.upgrades=Array(n).fill(0),this.upgradeMultipliers=Array(n).fill(1)}addFunds(t){isFinite(t)?this.funds=this.funds+t:console.error("Trying to add invalid amount of funds. Report to a developer.")}getState(){return this.state.getState()}storeCycles(t=1){this.storedCycles+=t}process(){if(this.storedCycles>=o.a.CyclesPerIndustryStateCycle){const t=this.getState(),e=1,n=e*o.a.CyclesPerIndustryStateCycle;if(this.storedCycles-=n,this.divisions.forEach(e=>{e.resetImports(t)}),this.divisions.forEach(n=>{n.process(e,t,this)}),this.shareSaleCooldown>0&&(this.shareSaleCooldown-=n),this.issueNewSharesCooldown>0&&(this.issueNewSharesCooldown-=n),"START"===t){this.revenue=0,this.expenses=0,this.divisions.forEach(t=>{t.lastCycleRevenue!==-1/0&&t.lastCycleRevenue!==1/0&&t.lastCycleExpenses!==-1/0&&t.lastCycleExpenses!==1/0&&(this.revenue=this.revenue+t.lastCycleRevenue,this.expenses=this.expenses+t.lastCycleExpenses)});const t=this.revenue-this.expenses;this.cycleValuation=this.determineCycleValuation(),this.determineValuation();const n=t*(e*o.a.SecsPerMarketCycle);if((isNaN(this.funds)||this.funds===1/0||this.funds===-1/0)&&(Object(u.a)("There was an error calculating your Corporations funds and they got reset to 0. This is a bug. Please report to game developer.\n\n(Your funds have been set to $150b for the inconvenience)"),this.funds=15e10),this.updateDividendTax(),this.dividendRate>0&&n>0)if(isNaN(this.dividendRate)||this.dividendRate<0||this.dividendRate>o.a.DividendMaxRate)console.error("Invalid Corporation dividend rate: "+this.dividendRate);else{const t=n-this.dividendRate*n;f.a.gainMoney(this.getCycleDividends(),"corporation"),this.addFunds(t)}else this.addFunds(n);this.updateSharePrice()}this.state.nextState()}}updateDividendTax(){this.dividendTax=1-s.a.CorporationSoftcap+.15,1===this.unlockUpgrades[5]&&(this.dividendTax-=.05),1===this.unlockUpgrades[6]&&(this.dividendTax-=.1)}getCycleDividends(){const t=(this.revenue-this.expenses)*o.a.SecsPerMarketCycle,e=this.dividendRate*t/this.totalShares,n=this.numShares*e;return Math.pow(n,1-this.dividendTax)}determineCycleValuation(){let t,e=this.revenue-this.expenses;return this.public?(this.dividendRate>0&&(e*=1-this.dividendRate),t=this.funds+85e3*e,t*=Math.pow(1.1,this.divisions.length),t=Math.max(t,0)):(t=1e10+Math.max(this.funds,0)/3,e>0&&(t+=315e3*e),t*=Math.pow(1.1,this.divisions.length),t-=t%1e6),t*s.a.CorporationValuation}determineValuation(){this.valuationsList.push(this.cycleValuation),this.valuationsList.length>o.a.ValuationLength&&this.valuationsList.shift();let t=this.valuationsList.reduce((t,e)=>t+e);t/=o.a.ValuationLength,this.valuation=t}getTargetSharePrice(){return this.valuation/(2*(this.totalShares-this.numShares)+1)}updateSharePrice(){const t=this.getTargetSharePrice();this.sharePrice<=t?this.sharePrice*=1+.01*Math.random():this.sharePrice*=1-.01*Math.random(),this.sharePrice<=.01&&(this.sharePrice=.01)}immediatelyUpdateSharePrice(){this.sharePrice=this.getTargetSharePrice()}calculateShareSale(t){let e=t,n=this.shareSalesUntilPriceUpdate,a=this.sharePrice,r=0,i=0,s=this.getTargetSharePrice();const l=Math.ceil(t/o.a.SHARESPERPRICEUPDATE);if(isNaN(l)||l>1e7)return console.error("Something went wrong or unexpected when calculating share sale. Max iterations calculated to be "+l),[0,0,0];for(let t=0;t3600?Math.floor(e/3600)+" hour(s)":e>60?Math.floor(e/60)+" minute(s)":Math.floor(e)+" second(s)"}unlock(t){const e=t.index,n=t.price;for(;this.unlockUpgrades.length<=e;)this.unlockUpgrades.push(0);this.funds=r.length)&&(this.state=0),++this.state,this.state>=r.length&&(this.state=0)}toJSON(){return Object(a.b)("CorporationState",this)}static fromJSON(t){return Object(a.a)(i,t.data)}}a.c.constructors.CorporationState=i},function(t,e,n){"use strict";n.d(e,"a",(function(){return s}));var a=n(17),r=n(167),i=n(66),o=n(5);const s={};!function(){let t,e,n;t="The Beginner's Guide to Hacking",e=i.a.HackersStartingHandbook,n="Some resources:

Learn to Program

For Experienced JavaScript Developers: NetscriptJS

Netscript Documentation

When starting out, hacking is the most profitable way to earn money and progress. This is a brief collection of tips/pointers on how to make the most out of your hacking scripts.

-hack() and grow() both work by percentages. hack() steals a certain percentage of the money on a server, and grow() increases the amount of money on a server by some percentage (multiplicatively)

-Because hack() and grow() work by percentages, they are more effective if the target server has a high amount of money. Therefore, you should try to increase the amount of money on a server (using grow()) to a certain amount before hacking it. Two important Netscript functions for this are getServerMoneyAvailable() and getServerMaxMoney()

-Keep security level low. Security level affects everything when hacking. Two important Netscript functions for this are getServerSecurityLevel() and getServerMinSecurityLevel()

-Purchase additional servers by visiting 'Alpha Enterprises' in the city. They are relatively cheap and give you valuable RAM to run more scripts early in the game

-Prioritize upgrading the RAM on your home computer. This can also be done at 'Alpha Enterprises'

-Many low level servers have free RAM. You can use this RAM to run your scripts. Use the scp Terminal or Netscript command to copy your scripts onto these servers and then run them.",s[e]=new r.a(t,e,n),t="The Complete Handbook for Creating a Successful Corporation",e=i.a.CorporationManagementHandbook,n="Getting Started with Corporations
To get started, visit the City Hall in Sector-12 in order to create a Corporation. This requires $150b of your own money, but this $150b will get put into your Corporation's funds. Your Corporation can have many different divisions, each in a different Industry. There are many different types of Industries, each with different properties. To create your first division, click the 'Expand into new Industry' button at the top of the management UI. The Agriculture and Software industries are recommended for your first division.

The first thing you'll need to do is hire some employees. Employees can be assigned to five different positions. Each position has a different effect on various aspects of your Corporation. It is recommended to have at least one employee at each position.

Each industry uses some combination of Materials in order to produce other Materials and/or create Products. Specific information about this is displayed in each of your divisions' UI.

Products are special, industry-specific objects. They are different than Materials because you must manually choose to develop them, and you can choose to develop any number of Products. Developing a Product takes time, but a Product typically generates significantly more revenue than any Material. Not all industries allow you to create Products. To create a Product, look for a button in the top-left panel of the division UI (e.g. For the Software Industry, the button says 'Develop Software').

To get your supply chain system started, purchase the Materials that your industry needs to produce other Materials/Products. This can be done by clicking the 'Buy' button next to the corresponding Material(s). After you have the required Materials, you will immediately start production. The amount of Materials/Products you produce is based on a variety of factors, one of which is your employees and their productivity.

Once you start producing Materials/Products, you can sell them in order to start earning revenue. This can be done by clicking the 'Sell' button next to the corresponding Material or Product. The amount of Material/Product you sell is dependent on a wide variety of different factors.

These are the basics of getting your Corporation up and running! Now, you can start purchasing upgrades to improve your bottom line. If you need money, consider looking for seed investors, who will give you money in exchange for stock shares. Otherwise, once you feel you are ready, take your Corporation public! Once your Corporation goes public, you can no longer find investors. Instead, your Corporation will be publicly traded and its stock price will change based on how well it's performing financially. You can then sell your stock shares in order to make money.

Tips/Pointers
-The 'Smart Supply' upgrade is extremely useful. Consider purchasing it as soon as possible.

-Purchasing Hardware, Robots, AI Cores, and Real Estate can potentially increase your production. The effects of these depend on what industry you are in.

-In order to optimize your production, you will need a good balance of Operators, Managers, and Engineers

-Different employees excel in different jobs. For example, the highly intelligent employees will probably do best if they are assigned to do Engineering work or Research & Development.

-If your employees have low morale, energy, or happiness, their production will greatly suffer.

-Tech is important, but don't neglect sales! Having several Businessmen can boost your sales and your bottom line.

-Don't forget to advertise your company. You won't have any business if nobody knows you.

-Having company awareness is great, but what's really important is your company's popularity. Try to keep your popularity as high as possible to see the biggest benefit for your sales

-Remember, you need to spend money to make money!

-Corporations do not reset when installing Augmentations, but they do reset when destroying a BitNode",s[e]=new r.a(t,e,n),t="A Brief History of Synthoids",e=i.a.HistoryOfSynthoids,n=`Synthetic androids, or Synthoids for short, are genetically engineered robots and, short of Augmentations, are composed entirely of organic substances. For this reason, Synthoids are virtually identical to humans in form, composition, and appearance.

Synthoids were first designed and manufactured by ${o.a.OmniTekIncorporated} sometime around the middle of the century. Their original purpose was to be used for manual labor and as emergency responders for disasters. As such, they were initially programmed only for their specific tasks. Each iteration that followed improved upon the intelligence and capabilities of the Synthoids. By the 6th iteration, called MK-VI, the Synthoids were so smart and capable enough of making their own decisions that many argued ${o.a.OmniTekIncorporated} had created the first sentient AI. These MK-VI Synthoids were produced in mass quantities (estimates up to 50 billion) with the hopes of increasing society's productivity and bolstering the global economy. Stemming from humanity's desire for technological advancement, optimism and excitement about the future had never been higher.

All of that excitement and optimism quickly turned to fear, panic, and dread in 2070, when a terrorist group called Ascendis Totalis hacked into ${o.a.OmniTekIncorporated} and uploaded a rogue AI into several of their Synthoid manufacturing facilities. This hack went undetected and for months ${o.a.OmniTekIncorporated} unknowingly churned out legions of Synthoids embedded with this rogue AI. Then, on December 24th, 2070, Omnica activated dormant protocols in the rogue AI, causing all of the infected Synthoids to immediately launch a military campaign to seek and destroy all of humanity.

What ensued was the deadliest conflict in human history. This crisis, now commonly known as the Synthoid Uprising, resulted in almost ten billion deaths over the course of a year. Despite the nations of the world banding together to combat the threat, the MK-VI Synthoids were simply stronger, faster, more intelligent, and more adaptable than humans, outsmarting them at every turn.

It wasn't until the sacrifice of an elite international military taskforce, called the ${o.a.Bladeburners}, that humanity was finally able to defeat the Synthoids. The ${o.a.Bladeburners}' final act was a suicide bombing mission that destroyed a large portion of the MK-VI Synthoids, including many of its leaders. In the following weeks militaries from around the world were able to round up and shut down the remaining rogue MK-VI Synthoids, ending the Synthoid Uprising.

In the aftermath of the bloodshed, the Synthoid Accords were drawn up. These Accords banned ${o.a.OmniTekIncorporated} from manufacturing any Synthoids beyond the MK-III series. They also banned any other corporation from constructing androids with advanced, near-sentient AI. MK-VI Synthoids that did not have the rogue Ascendis Totalis AI were allowed to continue their existence, but they were stripped of all rights and protections as they were not considered humans. They were also banned from doing anything that may pose a global security threat, such as working for any military/defense organization or conducting any bioengineering, computing, or robotics related research.

Unfortunately, many believe that not all of the rogue MK-VI Synthoids from the Uprising were found and destroyed, and that many of them are blending in as normal humans in society today. In response, many nations have created `+o.a.Bladeburners+" divisions, special military branches that are tasked with investigating and dealing with any Synthoid threats.

To this day, tensions still exist between the remaining Synthoids and humans as a result of the Uprising.

Nobody knows what happened to the terrorist group Ascendis Totalis.",s[e]=new r.a(t,e,n),t="A Green Tomorrow",e=i.a.AGreenTomorrow,n="Starting a few decades ago, there was a massive global movement towards the generation of renewable energy in an effort to combat global warming and climate change. The shift towards renewable energy was a big success, or so it seemed. In 2045 a staggering 80% of the world's energy came from non-renewable fossil fuels. Now, about three decades later, that number is down to only 15%. Most of the world's energy now comes from nuclear power and renewable sources such as solar and geothermal energy. Unfortunately, these efforts were not the huge success that they seem to be.

Since 2045 primary energy use has soared almost tenfold. This was mainly due to growing urban populations and the rise of increasingly advanced (and power-hungry) technology that has become ubiquitous in our lives. So, despite the fact that the percentage of our energy that comes from fossil fuels has drastically decreased, the total amount of energy we are producing from fossil fuels has actually increased.

The grim effects of our species' irresponsible use of energy and neglect of our mother world have become increasingly apparent. Last year a temperature of 190F was recorded in the Death Valley desert, which is over 50% higher than the highest recorded temperature at the beginning of the century. In the last two decades numerous major cities such as Manhattan, Boston, and Los Angeles have been partially or fully submerged by rising sea levels. In the present day, over 75% of the world's agriculture is done in climate-controlled vertical farms, as most traditional farmland has become unusable due to severe climate conditions.

Despite all of this, the greedy and corrupt corporations that rule the world have done nothing to address these problems that threaten our species. And so it's up to us, the common people. Each and every one of us can make a difference by doing what these corporations won't: taking responsibility. If we don't, pretty soon there won't be an Earth left to save. We are the last hope for a green tomorrow.",s[e]=new r.a(t,e,n),t="Alpha and Omega",e=i.a.AlphaOmega,n="Then we saw a new Heaven and a new Earth, for our first Heaven and Earth had gone away, and our sea was no more. And we saw a new holy city, new Aeria, coming down out of this new Heaven, prepared as a bride adorned for her husband. And we heard a loud voice saying, 'Behold, the new dwelling place of the Gods. We will dwell with them, and they will be our people, and we will be with them as their Gods. We will wipe away every tear from their eyes, and death shall be no more, neither shall there be mourning, nor crying, nor pain anymore, for the former things have passed away.'

And once we were seated on the throne we said 'Behold, I am making all things new.' Also we said, 'Write this down, for these words are trustworthy and true.' And we said to you, 'It is done! I am the Alpha and the Omega, the beginning and the end. To the thirsty I will give from the spring of the water of life without payment. The one who conquers will have this heritage, and we will be his God and he will be our son. But as for the cowardly, the faithless, the detestable, as for murderers, the sexually immoral, sorcerers, idolaters, and all liars, their portion will be in the lake that burns with fire and sulfur, for it is the second true death.'",s[e]=new r.a(t,e,n),t="Are We Living in a Computer Simulation?",e=i.a.SimulatedReality,n="The idea that we are living in a virtual world is not new. It's a trope that has been explored constantly in literature and pop culture. However, it is also a legitimate scientific hypothesis that many notable physicists and philosophers have debated for years.

Proponents for this simulated reality theory often point to how advanced our technology has become, as well as the incredibly fast pace at which it has advanced over the past decades. The amount of computing power available to us has increased over 100-fold since 2060 due to the development of nanoprocessors and quantum computers. Artificial Intelligence has advanced to the point where our entire lives are controlled by robots and machines that handle our day-to-day activities such as autonomous transportation and scheduling. If we consider the pace at which this technology has advanced and assume that these developments continue, it's reasonable to assume that at some point in the future our technology would be advanced enough that we could create simulations that are indistinguishable from reality. However, if continued technological advancement is a reasonable outcome, then it is very likely that such a scenario has already happened.

Statistically speaking, somewhere out there in the infinite universe there is an advanced, intelligent species that already has such technology. Who's to say that they haven't already created such a virtual reality: our own?",s[e]=new r.a(t,e,n),t="Beyond Man",e=i.a.BeyondMan,n="Humanity entered a 'transhuman' era a long time ago. And despite the protests and criticisms of many who cried out against human augmentation at the time, the transhuman movement continued and prospered. Proponents of the movement ignored the critics, arguing that it was in our inherent nature to better ourselves. To improve. To be more than we were. They claimed that not doing so would be to go against every living organism's biological purpose: evolution and survival of the fittest.

And here we are today, with technology that is advanced enough to augment humans to a state that can only be described as posthuman. But what do we have to show for it when this augmentation technology is only available to the so-called 'elite'? Are we really better off than before when only 5% of the world's population has access to this technology? When the powerful corporations and organizations of the world keep it all to themselves, have we really evolved?

Augmentation technology has only further increased the divide between the rich and the poor, between the powerful and the oppressed. We have not become 'more than human'. We have not evolved from nature's original design. We are still the greedy, corrupted, and evil men that we always were.",s[e]=new r.a(t,e,n),t="Brighter than the Sun",e=i.a.BrighterThanTheSun,n=`When people think about the corporations that dominate the East, they typically think of ${o.a.KuaiGongInternational}, which holds a complete monopoly for manufacturing and commerce in Asia, or Global Pharmaceuticals, the world's largest drug company, or ${o.a.OmniTekIncorporated}, the global leader in intelligent and autonomous robots. But there's one company that has seen a rapid rise in the last year and is poised to dominate not only the East, but the entire world: TaiYang Digital.

TaiYang Digital is a Chinese internet-technology corporation that provides services such as online advertising, search engines, gaming, media, entertainment, and cloud computing/storage. Its name TaiYang comes from the Chinese word for 'sun'. In Chinese culture, the sun is a 'yang' symbol associated with life, heat, masculinity, and heaven.

The company was founded less than 5 years ago and is already the third highest valued company in all of Asia. In 2076 it generated a total revenue of over 10 trillion yuan. It's services are used daily by over a billion people worldwide.

TaiYang Digital's meteoric rise is extremely surprising in modern society. This sort of growth is something you'd commonly see in the first half of the century, especially for tech companies. However in the last two decades the number of corporations has significantly declined as the largest entities quickly took over the economy. Corporations such as ${o.a.ECorp}, ${o.a.MegaCorp}, and ${o.a.KuaiGongInternational} have established such strong monopolies in their market sectors that they have effectively killed off all of the smaller and new corporations that have tried to start up over the years. This is what makes the rise of TaiYang Digital so impressive. And if TaiYang continues down this path, then they have a bright future ahead of them.`,s[e]=new r.a(t,e,n),t="Democracy is Dead: The Fall of an Empire",e=i.a.DemocracyIsDead,n="They rose from the shadows in the street.
From the places where the oppressed meet.
Their cries echoed loudly through the air.
As they once did in Tiananmen Square.
Loudness in the silence, Darkness in the light.
They came forth with power and might.
Once the beacon of democracy, America was first.
Its pillars of society destroyed and dispersed.
Soon the cries rose everywhere, with revolt and riot.
Until one day, finally, all was quiet.
From the ashes rose a new order, corporatocracy was its name.
Rome, Mongol, Byzantine, all of history is just the same.
For man will never change in a fundamental way.
And now democracy is dead, in the USA.",s[e]=new r.a(t,e,n),t="Figures Show Rising Crime Rates in "+a.a.Sector12,e=i.a.Sector12Crime,n=`A recent study by analytics company Wilson Inc. shows a significant rise in criminal activity in ${a.a.Sector12}. Perhaps the most alarming part of the statistic is that most of the rise is in violent crime such as homicide and assault. According to the study, the city saw a total of 21,406 reported homicides in 2076, which is over a 20% increase compared to 2075.

CIA director David Glarow says it's too early to know whether these figures indicate the beginning of a sustained increase in crime rates, or whether the year was just an unfortunate outlier. He states that many intelligence and law enforcement agents have noticed an increase in organized crime activities, and believes that these figures may be the result of an uprising from criminal organizations such as ${o.a.TheSyndicate} or the ${o.a.SlumSnakes}.`,s[e]=new r.a(t,e,n),t="Man and the Machine",e=i.a.ManAndMachine,n="In 2005 Ray Kurzweil popularized his theory of the Singularity. He predicted that the rate of technological advancement would continue to accelerate faster and faster until one day machines would be become infinitely more intelligent than humans. This point, called the Singularity, would result in a drastic transformation of the world as we know it. He predicted that the Singularity would arrive by 2045. And yet here we are, more than three decades later, where most would agree that we have not yet reached a point where computers and machines are vastly more intelligent than we are. So what gives?

The answer is that we have reached the Singularity, just not in the way we expected. The artificial superintelligence that was predicted by Kurzweil and others exists in the world today - in the form of Augmentations. Yes, those Augmentations that the rich and powerful keep to themselves enable humans to become superintelligent beings. The Singularity did not lead to a world where our machines are infinitely more intelligent than us, it led to a world where man and machine can merge to become something greater. Most of the world just doesn't know it yet.",s[e]=new r.a(t,e,n),t="Secret Societies",e=i.a.SecretSocieties,n=`The idea of secret societies has long intrigued the general public by inspiring curiosity, fascination, and distrust. People have long wondered about who these secret society members are and what they do, with the most radical of conspiracy theorists claiming that they control everything in the entire world. And while the world may never know for sure, it is likely that many secret societies do actually exist, even today.

However, the secret societies of the modern world are nothing like those that (supposedly) existed decades and centuries ago. The Freemasons, Knights Templar, and ${o.a.Illuminati}, while they may have been around at the turn of the 21st century, almost assuredly do not exist today. The dominance of the Web in our everyday lives and the fact that so much of the world is now digital has given rise to a new breed of secret societies: Internet-based ones.

Commonly called 'hacker groups', Internet-based secret societies have become well-known in today's world. Some of these, such as ${o.a.TheBlackHand}, are black hat groups that claim they are trying to help the oppressed by attacking the elite and powerful. Others, such as ${o.a.NiteSec}, are hacktivist groups that try to push political and social agendas. Perhaps the most intriguing hacker group is the mysterious ${o.a.BitRunners}, whose purpose still remains unknown.`,s[e]=new r.a(t,e,n),t="Space: The Failed Frontier",e=i.a.TheFailedFrontier,n="Humans have long dreamed about spaceflight. With enduring interest, we were driven to explore the unknown and discover new worlds. We dreamed about conquering the stars. And in our quest, we pushed the boundaries of our scientific limits, and then pushed further. Space exploration lead to the development of many important technologies and new industries.

But sometime in the middle of the 21st century, all of that changed. Humanity lost its ambitions and aspirations of exploring the cosmos. The once-large funding for agencies like NASA and the European Space Agency gradually whittled away until their eventual disbanding in the 2060's. Not even militaries are fielding flights into space nowadays. The only remnants of the once great mission for cosmic conquest are the countless satellites in near-earth orbit, used for communications, espionage, and other corporate interests.

And as we continue to look at the state of space technology, it becomes more and more apparent that we will never return to that golden age of space exploration, that age where everyone dreamed of going beyond earth for the sake of discovery.",s[e]=new r.a(t,e,n),t="Coded Intelligence: Myth or Reality?",e=i.a.CodedIntelligence,n=`Tremendous progress has been made in the field of Artificial Intelligence over the past few decades. Our autonomous vehicles and transportation systems. The electronic personal assistants that control our everyday lives. Medical, service, and manufacturing robots. All of these are examples of how far AI has come and how much it has improved our daily lives. However, the question still remains of whether AI will ever be advanced enough to re-create human intelligence.

We've certainly come close to artificial intelligence that is similar to humans. For example ${o.a.OmniTekIncorporated}'s CompanionBot, a robot meant to act as a comforting friend for lonely and grieving people, is eerily human-like in its appearance, speech, mannerisms, and even movement. However its artificial intelligence isn't the same as that of humans. Not yet. It doesn't have sentience or self-awareness or consciousness.

Many neuroscientists believe that we won't ever reach the point of creating artificial human intelligence. 'At the end of the day, AI comes down to 1's and 0's, while the human brain does not. We'll never see AI that is identical to that of humans.'`,s[e]=new r.a(t,e,n),t="Synthetic Muscles",e=i.a.SyntheticMuscles,n="Initial versions of synthetic muscles weren't made of anything organic but were actually crude devices made to mimic human muscle function. Some of the early iterations were actually made of common materials such as fishing lines and sewing threads due to their high strength for a cheap cost.

As technology progressed, however, advances in biomedical engineering paved the way for a new method of creating synthetic muscles. Instead of creating something that closely imitated the functionality of human muscle, scientists discovered a way of forcing the human body itself to augment its own muscle tissue using both synthetic and organic materials. This is typically done using gene therapy or chemical injections.",s[e]=new r.a(t,e,n),t="Tensions rise in global tech race",e=i.a.TensionsInTechRace,n=`Have we entered a new Cold War? Is WWIII just beyond the horizon?

After rumors came out that ${o.a.OmniTekIncorporated} had begun developing advanced robotic supersoldiers, geopolitical tensions quickly flared between the USA, Russia, and several Asian superpowers. In a rare show of cooperation between corporations, ${o.a.MegaCorp} and ${o.a.ECorp} have reportedly launched hundreds of new surveillance and espionage satellites. Defense contractors such as DeltaOne and AeroCorp have been working with the CIA and NSA to prepare for conflict. Meanwhile, the rest of the world sits in earnest hoping that it never reaches full-scale war. With today's technology and firepower, a World War would assuredly mean the end of human civilization.`,s[e]=new r.a(t,e,n),t="The Cost of Immortality",e=i.a.CostOfImmortality,n="Evolution and advances in medical and augmentation technology has lead to drastic improvements in human mortality rates. Recent figures show that the life expectancy for humans that live in a first-world country is about 130 years of age, almost double of what it was at the turn of the century. However, this increase in average lifespan has had some significant effects on society and culture.

Due to longer lifespans and a better quality of life, many adults are holding off on having kids until much later. As a result, the percentage of youth in first-world countries has been decreasing, while the number of senior citizens is significantly increasing.

Perhaps the most alarming result of all of this is the rapidly shrinking workforce. Despite the increase in life expectancy, the typical retirement age for workers in America has remained about the same, meaning a larger and larger percentage of people in America are retirees. Furthermore, many young adults are holding off on joining the workforce because they feel that they have plenty of time left in their lives for employment, and want to 'enjoy life while they're young.' For most industries, this shrinking workforce is not a major issue as most things are handled by robots anyways. However, there are still several key industries such as engineering and education that have not been automated, and these remain in danger to this cultural phenomenon.",s[e]=new r.a(t,e,n),t="The Hidden World",e=i.a.TheHiddenWorld,n=`WAKE UP SHEEPLE

THE GOVERNMENT DOES NOT EXIST. CORPORATIONS DO NOT RUN SOCIETY

THE ${o.a.Illuminati.toUpperCase()} ARE THE SECRET RULERS OF THE WORLD!

Yes, the ${o.a.Illuminati} of legends. The ancient secret society that controls the entire world from the shadows with their invisible hand. The group of the rich and wealthy that have penetrated every major government, financial agency, and corporation in the last three hundred years.

OPEN YOUR EYES

It was the ${o.a.Illuminati} that brought an end to democracy in the world. They are the driving force behind everything that happens.

THEY ARE ALL AROUND YOU

After destabilizing the world's governments, they are now entering the final stage of their master plan. They will secretly initiate global crises. Terrorism. Pandemics. World War. And out of the chaos that ensues they will build their New World Order.`,s[e]=new r.a(t,e,n),t="The New God",e=i.a.TheNewGod,n="Everyone has a moment in their life when they wonder about the bigger questions.

What's the point of all this? What is my purpose?

Some people dare to think even bigger.

What will the fate of the human race be?

We live in an era vastly different from that of 15 or even 20 years ago. We have gone beyond the limits of humanity. We have stripped ourselves of the tyranny of flesh.

The Singularity is here. The merging of man and machine. This is where humanity evolves into something greater. This is our future.

Embrace it, and you will obey a new god. The God in the Machine.",s[e]=new r.a(t,e,n),t="The New Triads",e=i.a.NewTriads,n=`The Triads were an ancient transnational crime syndicate based in China, Hong Kong, and other Asian territories. They were often considered one of the first and biggest criminal secret societies. While most of the branches of the Triads have been destroyed over the past few decades, the crime faction has spawned and inspired a number of other Asian crime organizations over the past few years. The most notable of these is the ${o.a.Tetrads}.

It is widely believed that the ${o.a.Tetrads} are a rogue group that splintered off from the Triads sometime in the mid 21st century. The founders of the ${o.a.Tetrads}, all of whom were ex-Triad members, believed that the Triads were losing their purpose and direction. The ${o.a.Tetrads} started off as a small group that mainly engaged in fraud and extortion. They were largely unknown until just a few years ago when they took over the illegal drug trade in all of the major Asian cities. They quickly became the most powerful crime syndicate in the continent.

Not much else is known about the ${o.a.Tetrads}, or about the efforts the Asian governments and corporations are making to take down this large new crime organization. Many believe that the ${o.a.Tetrads} have infiltrated the governments and powerful corporations in Asia, which has helped facilitate their recent rapid rise.`,s[e]=new r.a(t,e,n),t="The Secret War",e=i.a.TheSecretWar,n="",s[e]=new r.a(t,e,n)}()},function(t,e,n){"use strict";n.d(e,"a",(function(){return p}));var a=n(30),r=n(19),i=n(16),o=n(270),s=n(35),l=n(190),c=n(15),f=n(243),u=n(81),m=n(599),h=n(1),d=n(999);class p{constructor(t="",e=!1){this.facName=t,this.members=[],this.wanted=1,this.respect=1,this.isHackingGang=e,this.respectGainRate=0,this.wantedGainRate=0,this.moneyGainRate=0,this.storedCycles=0,this.storedTerritoryAndPowerCycles=0,this.territoryClashChance=0,this.territoryWarfareEngaged=!1,this.notifyMemberDeath=!0}getPower(){return u.a[this.facName].power}getTerritory(){return u.a[this.facName].territory}process(t=1){const e=1e3/c.a._idleSpeed;if(isNaN(t)&&console.error("NaN passed into Gang.process(): "+t),this.storedCycles+=t,this.storedCycles<2*e)return;const n=Math.min(this.storedCycles,5*e);try{this.processGains(n),this.processExperienceGains(n),this.processTerritoryAndPowerGains(n),this.storedCycles-=n}catch(t){console.error("Exception caught when processing Gang: "+t)}}processGains(t=1){let e=0,n=0,i=0,o=0;for(let t=0;te&&(n=1),this.wanted=n,this.wanted<1&&(this.wanted=1)}h.a.gainMoney(e*t,"gang")}processTerritoryAndPowerGains(t=1){if(this.storedTerritoryAndPowerCycles+=t,this.storedTerritoryAndPowerCycles0&&(this.territoryClashChance=Math.max(0,this.territoryClashChance-.01));const n=l.a.Names.filter(t=>u.a[t].territory>0||t===e);if(n.length>1)for(let t=0;te!==n[t]),i=Object(s.a)(0,r.length-1),o=n[t],l=r[i];if(!(o!==e&&l!==e||Math.random()t.territory).reduce((t,e)=>t+e,0);Object.values(u.a).forEach(t=>t.territory/=m)}}processExperienceGains(t=1){for(let e=0;e=0;--t){const n=this.members[t];if("Territory Warfare"!==n.task)continue;const a=e/Math.pow(n.def,.6);Math.random()=l.a.MaximumGangMembers)&&this.respect>=this.getRespectNeededToRecruitMember()}getRespectNeededToRecruitMember(){if(this.members.length<3)return 0;const t=this.members.length-2;return Math.pow(5,t)}recruitMember(t){if(""===(t=String(t))||!this.canRecruitMember())return!1;if(this.members.filter(e=>e.name===t).length>=1)return!1;const e=new m.a(t);return this.members.push(e),!0}getWantedPenalty(){return this.respect/(this.respect+this.wanted)}calculatePower(){let t=0;for(let e=0;e"Ascended Gang member "+t.name),n}catch(t){throw null==e&&Object(o.a)(t),t}}getDiscount(){const t=this.getPower(),e=this.respect,n=Math.pow(e,.01)+e/5e6+Math.pow(t,.01)+t/1e6-1;return Math.max(1,n)}getAllTaskNames(){return Object.keys(f.a).filter(t=>{const e=f.a[t];return null!=e&&("Unassigned"!==e.name&&(this.isHackingGang===e.isHacking||!this.isHackingGang===e.isCombat))})}getUpgradeCost(t){return null==t?1/0:t.cost/this.getDiscount()}toJSON(){return Object(i.b)("Gang",this)}static fromJSON(t){return Object(i.a)(p,t.data)}}i.c.constructors.Gang=p},function(t,e,n){"use strict";n.d(e,"a",(function(){return a}));const a=[{desc:"This gang member is currently idle",isCombat:!0,isHacking:!0,name:"Unassigned",params:{hackWeight:100}},{desc:"Assign this gang member to create and distribute ransomware

Earns money - Slightly increases respect - Slightly increases wanted level",isCombat:!1,isHacking:!0,name:"Ransomware",params:{baseRespect:5e-5,baseWanted:1e-4,baseMoney:3,hackWeight:100,difficulty:1}},{desc:"Assign this gang member to attempt phishing scams and attacks

Earns money - Slightly increases respect - Slightly increases wanted level",isCombat:!1,isHacking:!0,name:"Phishing",params:{baseRespect:8e-5,baseWanted:.003,baseMoney:7.5,hackWeight:85,chaWeight:15,difficulty:3.5}},{desc:"Assign this gang member to attempt identity theft

Earns money - Increases respect - Increases wanted level",isCombat:!1,isHacking:!0,name:"Identity Theft",params:{baseRespect:1e-4,baseWanted:.075,baseMoney:18,hackWeight:80,chaWeight:20,difficulty:5}},{desc:"Assign this gang member to carry out DDoS attacks

Increases respect - Increases wanted level",isCombat:!1,isHacking:!0,name:"DDoS Attacks",params:{baseRespect:4e-4,baseWanted:.2,hackWeight:100,difficulty:8}},{desc:"Assign this gang member to create and distribute malicious viruses

Increases respect - Increases wanted level",isCombat:!1,isHacking:!0,name:"Plant Virus",params:{baseRespect:6e-4,baseWanted:.4,hackWeight:100,difficulty:12}},{desc:"Assign this gang member to commit financial fraud and digital counterfeiting

Earns money - Slightly increases respect - Slightly increases wanted level",isCombat:!1,isHacking:!0,name:"Fraud & Counterfeiting",params:{baseRespect:4e-4,baseWanted:.3,baseMoney:45,hackWeight:80,chaWeight:20,difficulty:20}},{desc:"Assign this gang member to launder money

Earns money - Increases respect - Increases wanted level",isCombat:!1,isHacking:!0,name:"Money Laundering",params:{baseRespect:.001,baseWanted:1.25,baseMoney:360,hackWeight:75,chaWeight:25,difficulty:25}},{desc:"Assign this gang member to commit acts of cyberterrorism

Greatly increases respect - Greatly increases wanted level",isCombat:!1,isHacking:!0,name:"Cyberterrorism",params:{baseRespect:.01,baseWanted:6,hackWeight:80,chaWeight:20,difficulty:36}},{desc:"Assign this gang member to be an ethical hacker for corporations

Earns money - Lowers wanted level",isCombat:!1,isHacking:!0,name:"Ethical Hacking",params:{baseWanted:-.001,baseMoney:3,hackWeight:90,chaWeight:10,difficulty:1}},{desc:"Assign this gang member to mug random people on the streets

Earns money - Slightly increases respect - Very slightly increases wanted level",isCombat:!0,isHacking:!1,name:"Mug People",params:{baseRespect:5e-5,baseWanted:5e-5,baseMoney:3.6,strWeight:25,defWeight:25,dexWeight:25,agiWeight:10,chaWeight:15,difficulty:1}},{desc:"Assign this gang member to sell drugs

Earns money - Slightly increases respect - Slightly increases wanted level - Scales slightly with territory",isCombat:!0,isHacking:!1,name:"Deal Drugs",params:{baseRespect:6e-5,baseWanted:.002,baseMoney:15,agiWeight:20,dexWeight:20,chaWeight:60,difficulty:3.5,territory:{money:1.2,respect:1,wanted:1.15}}},{desc:"Assign this gang member to extort civilians in your territory

Earns money - Slightly increases respect - Increases wanted - Scales heavily with territory",isCombat:!0,isHacking:!1,name:"Strongarm Civilians",params:{baseRespect:4e-5,baseWanted:.02,baseMoney:7.5,hackWeight:10,strWeight:25,defWeight:25,dexWeight:20,agiWeight:10,chaWeight:10,difficulty:5,territory:{money:1.6,respect:1.1,wanted:1.5}}},{desc:"Assign this gang member to run cons

Earns money - Increases respect - Increases wanted level",isCombat:!0,isHacking:!1,name:"Run a Con",params:{baseRespect:12e-5,baseWanted:.05,baseMoney:45,strWeight:5,defWeight:5,agiWeight:25,dexWeight:25,chaWeight:40,difficulty:14}},{desc:"Assign this gang member to commit armed robbery on stores, banks and armored cars

Earns money - Increases respect - Increases wanted level",isCombat:!0,isHacking:!1,name:"Armed Robbery",params:{baseRespect:14e-5,baseWanted:.1,baseMoney:114,hackWeight:20,strWeight:15,defWeight:15,agiWeight:10,dexWeight:20,chaWeight:20,difficulty:20}},{desc:"Assign this gang member to traffick illegal arms

Earns money - Increases respect - Increases wanted level - Scales heavily with territory",isCombat:!0,isHacking:!1,name:"Traffick Illegal Arms",params:{baseRespect:2e-4,baseWanted:.24,baseMoney:174,hackWeight:15,strWeight:20,defWeight:20,dexWeight:20,chaWeight:25,difficulty:32,territory:{money:1.4,respect:1.3,wanted:1.25}}},{desc:"Assign this gang member to threaten and blackmail high-profile targets

Earns money - Slightly increases respect - Slightly increases wanted level",isCombat:!0,isHacking:!1,name:"Threaten & Blackmail",params:{baseRespect:2e-4,baseWanted:.125,baseMoney:72,hackWeight:25,strWeight:25,dexWeight:25,chaWeight:25,difficulty:28}},{desc:"Assign this gang member to engage in human trafficking operations

Earns money - Increases respect - Increases wanted level - Scales heavily with territory",isCombat:!0,isHacking:!1,name:"Human Trafficking",params:{baseRespect:.004,baseWanted:1.25,baseMoney:360,hackWeight:30,strWeight:5,defWeight:5,dexWeight:30,chaWeight:30,difficulty:36,territory:{money:1.5,respect:1.5,wanted:1.6}}},{desc:"Assign this gang member to commit acts of terrorism

Greatly increases respect - Greatly increases wanted level - Scales heavily with territory",isCombat:!0,isHacking:!1,name:"Terrorism",params:{baseRespect:.01,baseWanted:6,hackWeight:20,strWeight:20,defWeight:20,dexWeight:20,chaWeight:20,difficulty:36,territory:{money:1,respect:2,wanted:2}}},{desc:"Assign this gang member to be a vigilante and protect the city from criminals

Decreases wanted level",isCombat:!0,isHacking:!0,name:"Vigilante Justice",params:{baseWanted:-.001,hackWeight:20,strWeight:20,defWeight:20,dexWeight:20,agiWeight:20,difficulty:1,territory:{money:1,respect:1,wanted:.9}}},{desc:"Assign this gang member to increase their combat stats (str, def, dex, agi)",isCombat:!0,isHacking:!0,name:"Train Combat",params:{strWeight:25,defWeight:25,dexWeight:25,agiWeight:25,difficulty:100}},{desc:"Assign this gang member to train their hacking skills",isCombat:!0,isHacking:!0,name:"Train Hacking",params:{hackWeight:100,difficulty:45}},{desc:"Assign this gang member to train their charisma",isCombat:!0,isHacking:!0,name:"Train Charisma",params:{chaWeight:100,difficulty:8}},{desc:"Assign this gang member to engage in territorial warfare with other gangs. Members assigned to this task will help increase your gang's territory and will defend your territory from being taken.",isCombat:!0,isHacking:!0,name:"Territory Warfare",params:{hackWeight:15,strWeight:20,defWeight:20,dexWeight:20,agiWeight:20,chaWeight:5,difficulty:5}}]},function(t,e,n){"use strict";n.d(e,"a",(function(){return i}));var a=n(187),r=n(7);class i{constructor(t="",e=0,n=a.a.Weapon,r={}){this.name=t,this.cost=e,this.type=n,this.mults=r,this.desc=this.createDescription()}createDescription(){const t=["Effects:"];return null!=this.mults.str&&(t.push(`+${r.a.formatPercentage(this.mults.str-1,0)} strength skill`),t.push(`+${r.a.formatPercentage((this.mults.str-1)/4,2)} strength exp`)),null!=this.mults.def&&(t.push(`+${r.a.formatPercentage(this.mults.def-1,0)} defense skill`),t.push(`+${r.a.formatPercentage((this.mults.def-1)/4,2)} defense exp`)),null!=this.mults.dex&&(t.push(`+${r.a.formatPercentage(this.mults.dex-1,0)} dexterity skill`),t.push(`+${r.a.formatPercentage((this.mults.dex-1)/4,2)} dexterity exp`)),null!=this.mults.agi&&(t.push(`+${r.a.formatPercentage(this.mults.agi-1,0)} agility skill`),t.push(`+${r.a.formatPercentage((this.mults.agi-1)/4,2)} agility exp`)),null!=this.mults.cha&&(t.push(`+${r.a.formatPercentage(this.mults.cha-1,0)} charisma skill`),t.push(`+${r.a.formatPercentage((this.mults.cha-1)/4,2)} charisma exp`)),null!=this.mults.hack&&(t.push(`+${r.a.formatPercentage(this.mults.hack-1,0)} hacking skill`),t.push(`+${r.a.formatPercentage((this.mults.hack-1)/4,2)} hacking exp`)),t.join("
")}getType(){switch(this.type){case a.a.Weapon:return"Weapon";case a.a.Armor:return"Armor";case a.a.Vehicle:return"Vehicle";case a.a.Rootkit:return"Rootkit";case a.a.Augmentation:return"Augmentation";default:return""}}}},function(t,e,n){"use strict";n.d(e,"a",(function(){return r}));var a=n(5);const r={[a.a.SlumSnakes]:1,[a.a.Tetrads]:2,[a.a.TheSyndicate]:2,[a.a.TheDarkArmy]:2,[a.a.SpeakersForTheDead]:5,[a.a.NiteSec]:2,[a.a.TheBlackHand]:5}},function(t,e,n){"use strict";n.d(e,"a",(function(){return r}));class a{constructor(){this.data=[]}get size(){return this.data.length}push(t,e){const n=this.data.length;this.data[n]=[e,t],this.heapifyUp(n)}peek(){if(0!=this.data.length)return this.data[0][1]}pop(){if(0==this.data.length)return;const t=this.data[0][1];return this.data[0]=this.data[this.data.length-1],this.data.length=this.data.length-1,this.heapifyDown(0),t}changeWeight(t,e){const n=this.data.findIndex(e=>t(e[1]));if(-1==n)return;this.data[n][0]=e;const a=Math.floor((n-1)/2);this.heapOrderABeforeB(this.data[a][0],this.data[n][0])?this.heapifyDown(n):this.heapifyUp(n)}heapifyUp(t){for(;t>0;){const e=Math.floor((t-1)/2);if(this.heapOrderABeforeB(this.data[e][0],this.data[t][0]))break;const n=this.data[e];this.data[e]=this.data[t],this.data[t]=n,t=e}}heapifyDown(t){for(;t{i[t]=!0,c[t]=!0}),a.d.forEach(t=>{o[t]=!0,c[t]=!0}),a.f.forEach(t=>{s[t]=!0,c[t]=!0}),c[a.i[0]]=!0,l[a.i[0]]=!0,a.b.forEach(t=>{f[t]=!0}),a.h.forEach(t=>{m[t]=!0}),a.a.forEach(t=>{u[t]=!0}),a.k.forEach(t=>{h[t]=!0}),a.c.forEach(t=>{d[t]=!0});for(let t=0;t=t}}const p=[{key:"NukeProgram",name:"NUKE.exe",create:{level:1,tooltip:"This virus is used to gain root access to a machine if enough ports are opened.",req:d(1),time:a.a.MillisecondsPerFiveMinutes},run:(t,e)=>{if(e instanceof r.a)return e.hasAdminRights?(i.a.print("You already have root access to this computer. There is no reason to run NUKE.exe"),void i.a.print("You can now run scripts on this server.")):e.openPortCount>=e.numOpenPortsRequired?(e.hasAdminRights=!0,i.a.print("NUKE successful! Gained root access to "+e.hostname),void i.a.print("You can now run scripts on this server.")):void i.a.print("NUKE unsuccessful. Not enough ports have been opened");i.a.error("Cannot nuke this kind of server.")}},{key:"BruteSSHProgram",name:"BruteSSH.exe",create:{level:50,tooltip:"This program executes a brute force attack that opens SSH ports",req:d(50),time:2*a.a.MillisecondsPerFiveMinutes},run:(t,e)=>{e instanceof r.a?e.sshPortOpen?i.a.print("SSH Port (22) is already open!"):(e.sshPortOpen=!0,i.a.print("Opened SSH Port(22)!"),e.openPortCount++):i.a.error("Cannot run BruteSSH.exe on this kind of server.")}},{key:"FTPCrackProgram",name:"FTPCrack.exe",create:{level:100,tooltip:"This program cracks open FTP ports",req:d(100),time:a.a.MillisecondsPerHalfHour},run:(t,e)=>{e instanceof r.a?e.ftpPortOpen?i.a.print("FTP Port (21) is already open!"):(e.ftpPortOpen=!0,i.a.print("Opened FTP Port (21)!"),e.openPortCount++):i.a.error("Cannot run FTPCrack.exe on this kind of server.")}},{key:"RelaySMTPProgram",name:"relaySMTP.exe",create:{level:250,tooltip:"This program opens SMTP ports by redirecting data",req:d(250),time:a.a.MillisecondsPer2Hours},run:(t,e)=>{e instanceof r.a?e.smtpPortOpen?i.a.print("SMTP Port (25) is already open!"):(e.smtpPortOpen=!0,i.a.print("Opened SMTP Port (25)!"),e.openPortCount++):i.a.error("Cannot run relaySMTP.exe on this kind of server.")}},{key:"HTTPWormProgram",name:"HTTPWorm.exe",create:{level:500,tooltip:"This virus opens up HTTP ports",req:d(500),time:a.a.MillisecondsPer4Hours},run:(t,e)=>{e instanceof r.a?e.httpPortOpen?i.a.print("HTTP Port (80) is already open!"):(e.httpPortOpen=!0,i.a.print("Opened HTTP Port (80)!"),e.openPortCount++):i.a.error("Cannot run HTTPWorm.exe on this kind of server.")}},{key:"SQLInjectProgram",name:"SQLInject.exe",create:{level:750,tooltip:"This virus opens SQL ports",req:d(750),time:a.a.MillisecondsPer8Hours},run:(t,e)=>{e instanceof r.a?e.sqlPortOpen?i.a.print("SQL Port (1433) is already open!"):(e.sqlPortOpen=!0,i.a.print("Opened SQL Port (1433)!"),e.openPortCount++):i.a.error("Cannot run SQLInject.exe on this kind of server.")}},{key:"DeepscanV1",name:"DeepscanV1.exe",create:{level:75,tooltip:"This program allows you to use the scan-analyze command with a depth up to 5",req:d(75),time:a.a.MillisecondsPerQuarterHour},run:()=>{i.a.print("This executable cannot be run."),i.a.print("DeepscanV1.exe lets you run 'scan-analyze' with a depth up to 5.")}},{key:"DeepscanV2",name:"DeepscanV2.exe",create:{level:400,tooltip:"This program allows you to use the scan-analyze command with a depth up to 10",req:d(400),time:a.a.MillisecondsPer2Hours},run:()=>{i.a.print("This executable cannot be run."),i.a.print("DeepscanV2.exe lets you run 'scan-analyze' with a depth up to 10.")}},{key:"ServerProfiler",name:"ServerProfiler.exe",create:{level:75,tooltip:"This program is used to display hacking and Netscript-related information about servers",req:d(75),time:a.a.MillisecondsPerHalfHour},run:t=>{if(1!==t.length)return void i.a.error("Must pass a server hostname or IP as an argument for ServerProfiler.exe");const e=Object(l.d)(t[0]);null!=e?e instanceof r.a?(i.a.print(e.hostname+":"),i.a.print("Server base security level: "+e.baseDifficulty),i.a.print("Server current security level: "+e.hackDifficulty),i.a.print("Server growth rate: "+e.serverGrowth),i.a.print("Netscript hack() execution time: "+Object(s.b)(1e3*Object(m.d)(e,o.a),!0)),i.a.print("Netscript grow() execution time: "+Object(s.b)(1e3*Object(m.a)(e,o.a),!0)),i.a.print("Netscript weaken() execution time: "+Object(s.b)(1e3*Object(m.f)(e,o.a),!0))):i.a.error("ServerProfiler.exe can only be run on normal servers."):i.a.error("Invalid server IP/hostname")}},{key:"AutoLink",name:"AutoLink.exe",create:{level:25,tooltip:"This program allows you to directly connect to other servers through the 'scan-analyze' command",req:d(25),time:a.a.MillisecondsPerQuarterHour},run:()=>{i.a.print("This executable cannot be run."),i.a.print("AutoLink.exe lets you automatically connect to other servers when using 'scan-analyze'."),i.a.print("When using scan-analyze, click on a server's hostname to connect to it.")}},{key:"Formulas",name:"Formulas.exe",create:{level:1e3,tooltip:"This program allows you to use the formulas API",req:d(1e3),time:a.a.MillisecondsPer4Hours},run:()=>{i.a.print("This executable cannot be run."),i.a.print("Formulas.exe lets you use the formulas API.")}},{key:"BitFlume",name:"b1t_flum3.exe",create:{level:1,tooltip:"This program creates a portal to the BitNode Nexus (allows you to restart and switch BitNodes)",req:function(){return o.a.sourceFiles.length>0&&o.a.skills.hacking>=1},time:a.a.MillisecondsPerFiveMinutes/20},run:()=>{u.a.emit()}},{key:"Flight",name:"fl1ght.exe",create:null,run:()=>{const t=f.a.DaedalusAugsRequirement;if(!(o.a.augmentations.length>=t&&o.a.money>1e11&&o.a.skills.hacking>=2500))return i.a.print(`Augmentations: ${o.a.augmentations.length} / ${t}`),i.a.print(`Money: ${c.a.formatMoney(o.a.money)} / $100b`),void i.a.print(`Hacking skill: ${o.a.skills.hacking} / 2500`);i.a.print("We will contact you."),i.a.print(`-- ${h.a.Daedalus} --`)}}]},function(t,e,n){"use strict";n.d(e,"a",(function(){return r}));const a="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789";function r(t){let e="";for(let n=0;nv.a.MaxTerminalCapacity&&this.outputHistory.splice(0,this.outputHistory.length-v.a.MaxTerminalCapacity),f.b.emit()}print(t){this.append(new a.b(t,"primary"))}printRaw(t){this.append(new a.c(t))}error(t){this.append(new a.b(t,"error"))}success(t){this.append(new a.b(t,"success"))}info(t){this.append(new a.b(t,"info"))}warn(t){this.append(new a.b(t,"warn"))}startHack(){const t=i.a.getCurrentServer();if(t instanceof o.a)this.error("Cannot hack this kind of server");else{if(!(t instanceof s.a))throw new Error("server should be normal server");this.startAction(Object(w.d)(t,i.a)/4,"h",t)}}startGrow(){const t=i.a.getCurrentServer();if(t instanceof o.a)this.error("Cannot grow this kind of server");else{if(!(t instanceof s.a))throw new Error("server should be normal server");this.startAction(Object(w.a)(t,i.a)/16,"g",t)}}startWeaken(){const t=i.a.getCurrentServer();if(t instanceof o.a)this.error("Cannot weaken this kind of server");else{if(!(t instanceof s.a))throw new Error("server should be normal server");this.startAction(Object(w.f)(t,i.a)/16,"w",t)}}startBackdoor(){const t=i.a.getCurrentServer();if(t instanceof o.a)this.error("Cannot backdoor this kind of server");else{if(!(t instanceof s.a))throw new Error("server should be normal server");this.startAction(Object(w.d)(t,i.a)/4,"b",t)}}startAnalyze(){this.print("Analyzing system...");const t=i.a.getCurrentServer();this.startAction(1,"a",t)}startAction(t,e,n){this.action=new a.d(t,e,n)}finishHack(t,e=!1){if(e)return;if(t instanceof o.a)return void this.error("Cannot hack this kind of server");if(!(t instanceof s.a))throw new Error("server should be normal server");const n=Object(w.b)(t,i.a),a=Math.random(),l=Object(w.c)(t,i.a),c=l/4;if(a0;if(this.print("Can run scripts on this host: "+(r?"YES":"NO")),this.print("RAM: "+S.a.formatRAM(t.maxRam)),t instanceof s.a){this.print("Backdoor: "+(t.backdoorInstalled?"YES":"NO"));const n=t.requiredHackingSkill;this.print("Required hacking skill for hack() and backdoor: "+(e?"N/A":n));const a=t.hackDifficulty;this.print("Server security level: "+(e?"N/A":S.a.formatServerSecurity(a)));const r=Object(w.b)(t,i.a);this.print("Chance to hack: "+(e?"N/A":S.a.formatPercentage(r)));const o=1e3*Object(w.d)(t,i.a);this.print("Time to hack: "+(e?"N/A":Object(_.b)(o,!0)))}if(this.print("Total money available on server: "+(t instanceof s.a?S.a.formatMoney(t.moneyAvailable):"N/A")),t instanceof s.a){const n=t.numOpenPortsRequired;this.print("Required number of open ports for NUKE: "+(e?"N/A":n)),this.print("SSH port: "+(t.sshPortOpen?"Open":"Closed")),this.print("FTP port: "+(t.ftpPortOpen?"Open":"Closed")),this.print("SMTP port: "+(t.smtpPortOpen?"Open":"Closed")),this.print("HTTP port: "+(t.httpPortOpen?"Open":"Closed")),this.print("SQL port: "+(t.sqlPortOpen?"Open":"Closed"))}}}finishAction(t=!1){if(null!==this.action){if(!this.action.server)throw new Error("Missing action target server");this.print(this.getProgressText()),"h"===this.action.action?this.finishHack(this.action.server,t):"g"===this.action.action?this.finishGrow(this.action.server,t):"w"===this.action.action?this.finishWeaken(this.action.server,t):"b"===this.action.action?this.finishBackdoor(this.action.server,t):"a"===this.action.action&&this.finishAnalyze(this.action.server,t),t&&this.print("Cancelled"),this.action=null,f.b.emit()}else if(!t)throw new Error("Finish action called when there was no action")}getFile(t){return Object(u.a)(t)?this.getScript(t):t.endsWith(".lit")?this.getLitFile(t):t.endsWith(".txt")?this.getTextFile(t):null}getFilepath(t){const e=Object(d.d)(t,this.cwd());if(null==e)throw new Error("Invalid file path specified: "+t);return Object(d.h)(e)?Object(d.k)(e):e}getScript(t){const e=i.a.getCurrentServer(),n=this.getFilepath(t);for(const t of e.scripts)if(n===t.filename)return t;return null}getTextFile(t){const e=i.a.getCurrentServer(),n=this.getFilepath(t);for(const t of e.textFiles)if(n===t.fn)return t;return null}getLitFile(t){const e=i.a.getCurrentServer(),n=this.getFilepath(t);for(const t of e.messages)if("string"==typeof t&&n===t)return t;return null}cwd(){return this.currDir}setcwd(t){this.currDir=t,f.b.emit()}async runContract(t){if(this.contractOpen)return this.error("There's already a Coding Contract in Progress");const e=i.a.getCurrentServer(),n=e.getContract(t);if(null==n)return this.error("No such contract");this.contractOpen=!0;const a=await n.prompt();if(null==e.getContract(t))return this.contractOpen=!1,this.error("Contract no longer exists (Was it solved by a script?)");switch(a){case c.b.Success:if(null!==n.reward){const t=i.a.gainCodingContractReward(n.reward,n.getDifficulty());this.print("Contract SUCCESS - "+t)}e.removeContract(n);break;case c.b.Failure:++n.tries,n.tries>=n.getMaxNumTries()?(this.error("Contract FAILED - Contract is now self-destructing"),e.removeContract(n)):this.error(`Contract FAILED - ${n.getMaxNumTries()-n.tries} tries remaining`);break;case c.b.Cancelled:default:this.print("Contract cancelled")}this.contractOpen=!1}executeScanAnalyzeCommand(t=1,e=!1){this.print("~~~~~~~~~~ Beginning scan-analyze ~~~~~~~~~~"),this.print(" ");const n={};for(const t of Object(h.c)())n[t.hostname]=0;const r=[],c=[0],f=i.a.getCurrentServer();for(r.push(f);0!=r.length;){const f=r.pop();if(!f)continue;const u=c.pop();if(void 0===u)continue;const m=f instanceof o.a;if(!e&&f.purchasedByPlayer&&"home"!=f.hostname)continue;if(n[f.hostname]||u>t)continue;if(!e&&m)continue;n[f.hostname]=1;for(let t=f.serversOnNetwork.length-1;t>=0;--t){const e=Object(b.a)(f,t);null!==e&&(r.push(e),c.push(u+1))}if(0==u)continue;const h=Array(4*(u-1)+1).join("-");i.a.hasProgram(l.a.AutoLink.name)?this.append(new a.a(h,f.hostname)):this.print(h+f.hostname);const d=h+"--";let p="NO";f.hasAdminRights&&(p="YES"),f instanceof s.a&&(this.print(`${d}Root Access: ${p}${m?"":", Required hacking skill: "+f.requiredHackingSkill}`),f.hasOwnProperty("numOpenPortsRequired")&&this.print(d+"Number of open ports required to NUKE: "+f.numOpenPortsRequired)),this.print(d+"RAM: "+S.a.formatRAM(f.maxRam)),this.print(" ")}}connectToServer(t){const e=Object(h.d)(t);null!=e?(i.a.getCurrentServer().isConnectedTo=!1,i.a.currentServer=e.hostname,i.a.getCurrentServer().isConnectedTo=!0,this.print("Connected to "+e.hostname),this.setcwd("/"),"darkweb"==i.a.getCurrentServer().hostname&&Object(p.c)()):this.error("Invalid server. Connection failed.")}executeCommands(t){t=(t=t.trim()).replace(/\s\s+/g," "),this.commandHistory[this.commandHistory.length-1]!=t&&(this.commandHistory.push(t),this.commandHistory.length>50&&this.commandHistory.splice(0,1),i.a.terminalCommandHistory=this.commandHistory),this.commandHistoryIndex=this.commandHistory.length;const e=Object(y.b)(t);for(let t=0;tthis.clear(),cls:()=>this.clear(),connect:R.a,cp:N.a,download:P.a,expr:I.a,free:F.a,grow:D.a,hack:j.a,help:B.a,history:G.a,home:W.a,hostname:H.a,kill:U.a,killall:q.a,ls:$.a,lscpu:K.a,mem:z.a,mv:V.a,nano:Y.a,ps:J.a,rm:X.a,run:Q.a,scan:Z.a,scp:et.a,sudov:nt.a,tail:at.a,apr1:ft.a,top:rt.a,unalias:it.a,vim:ot.a,weaken:st.a,wget:lt.a}[a.toLowerCase()];r?r(e.slice(1),n):this.error(`Command ${e[0]} not found`)}getProgressText(){if(null===this.action)throw new Error("trying to get the progress text when there's no action");return Object(k.a)({progress:(this.action.time-this.action.timeLeft)/this.action.time,totalTicks:50})}}},,,,,,,,,,,,,,,,,,,,function(t,e,n){"use strict";function a(t){const e="(25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)";return new RegExp(`^${e}.${e}.${e}.${e}$`).test(t)}n.d(e,"a",(function(){return a}))},function(t,e,n){"use strict";n.d(e,"a",(function(){return i}));var a=n(9),r=n(163);function i(t){0!==t.length?1===t.length&&Object(r.e)(t[0]+"")?a.a.print("Set alias "+t[0]):2===t.length&&"-g"===t[0]&&Object(r.e)(t[1]+"",!0)?a.a.print("Set global alias "+t[1]):a.a.error('Incorrect usage of alias command. Usage: alias [-g] [aliasname="value"]'):Object(r.f)()}},function(t,e,n){"use strict";n.d(e,"a",(function(){return r}));var a=n(9);function r(t){0===t.length?a.a.startAnalyze():a.a.error("Incorrect usage of analyze command. Usage: analyze")}},function(t,e,n){"use strict";n.d(e,"a",(function(){return s}));var a=n(9),r=n(1),i=n(46),o=n(93);function s(t,e){if(0!==t.length)return void a.a.error("Incorrect usage of backdoor command. Usage: backdoor");e instanceof i.a||a.a.error("Can only backdoor normal servers");const n=e;n.purchasedByPlayer?a.a.error("Cannot use backdoor on your own machines! You are currently connected to your home PC or one of your purchased servers"):n.hasAdminRights?n.requiredHackingSkill>r.a.skills.hacking?a.a.error("Your hacking skill is not high enough to use backdoor on this machine. Try analyzing the machine to determine the required hacking skill"):n instanceof o.a?a.a.error("Cannot use backdoor on this type of Server"):a.a.startBackdoor():a.a.error("You do not have admin rights for this machine! Cannot backdoor")}},function(t,e,n){"use strict";n.d(e,"a",(function(){return o}));var a=n(9),r=n(1),i=n(496);function o(t){if(!r.a.hasTorRouter())return void a.a.error("You need to be able to connect to the Dark Web to use the buy command. (Maybe there's a TOR router you can buy somewhere)");if(1!=t.length)return a.a.print("Incorrect number of arguments. Usage: "),a.a.print("buy -l"),a.a.print("buy -a"),void a.a.print("buy [item name]");const e=t[0]+"";"-l"==e||"-1"==e||"--list"==e?Object(i.d)():"-a"==e||"--all"==e?Object(i.a)():Object(i.b)(e)}},function(t,e,n){"use strict";n.d(e,"a",(function(){return l}));var a=n(9),r=n(353),i=n(467),o=n(19),s=n(251);function l(t,e){if(1!==t.length)return void a.a.error("Incorrect usage of cat command. Usage: cat [file]");const n=t[0]+"",l=a.a.getFilepath(n);if(l.endsWith(".msg")||l.endsWith(".lit")||l.endsWith(".txt")||l.endsWith(".script")||l.endsWith(".js")){if(l.endsWith(".msg")||l.endsWith(".lit"))for(let t=0;t
${t.code}`)}a.a.error("No such file "+l)}else a.a.error("Only .msg, .txt, .lit, .script and .js files are viewable with cat (filename must end with .msg, .txt, .lit, .script or .js)")}},function(t,e,n){"use strict";n.d(e,"a",(function(){return o}));var a=n(9),r=n(77),i=n(611);function o(t,e){if(t.length>1)a.a.error("Incorrect number of arguments. Usage: cd [dir]");else{let n=1===t.length?t[0]+"":"/",o="";if("/"===n)o="/";else{if(n=Object(r.l)(n),o=Object(r.c)(n,a.a.cwd()),null===o||""===o)return void a.a.error("Invalid path. Failed to change directories");if(a.a.cwd().length>1&&".."===n)return void a.a.setcwd(o);if(!Object(i.a)(e,o))return void a.a.error("Invalid path. Failed to change directories")}a.a.setcwd(o)}}},function(t,e,n){"use strict";n.d(e,"a",(function(){return o}));var a=n(9),r=n(265),i=n(95);function o(t,e){if(t.length<1)a.a.error("Incorrect number of arguments. Usage: check [script] [arg1] [arg2]...");else{const n=a.a.getFilepath(t[0]+"");if(!Object(i.a)(n))return void a.a.error(`'check' can only be called on scripts files (filename must end with ${i.b.join(", ")})`);const o=Object(r.a)(n,t.slice(1),e);if(null==o)return void a.a.error(`No script named ${n} is running on the server`);o.displayLog()}}},function(t,e,n){"use strict";n.d(e,"a",(function(){return s}));var a=n(9),r=n(141),i=n(26),o=n(46);function s(t,e){if(1!==t.length)return void a.a.error("Incorrect usage of connect command. Usage: connect [hostname]");const n=t[0]+"";for(let t=0;tr.a.skills.hacking?a.a.error("Your hacking skill is not high enough to attempt hacking this machine. Try analyzing the machine to determine the required hacking skill"):a.a.startGrow():a.a.error("You do not have admin rights for this machine! Cannot grow")}},function(t,e,n){"use strict";n.d(e,"a",(function(){return o}));var a=n(9),r=n(1),i=n(46);function o(t,e){if(0!==t.length)return void a.a.error("Incorrect usage of hack command. Usage: hack");e instanceof i.a||a.a.error("Cannot hack your own machines! You are currently connected to your home PC or one of your purchased servers");const n=e;n.purchasedByPlayer?a.a.error("Cannot hack your own machines! You are currently connected to your home PC or one of your purchased servers"):n.hasAdminRights?n.requiredHackingSkill>r.a.skills.hacking?a.a.error("Your hacking skill is not high enough to attempt hacking this machine. Try analyzing the machine to determine the required hacking skill"):a.a.startHack():a.a.error("You do not have admin rights for this machine! Cannot hack")}},function(t,e,n){"use strict";n.d(e,"a",(function(){return i}));var a=n(9),r=n(542);function i(t){if(0===t.length||1===t.length)if(0===t.length)r.b.forEach(t=>a.a.print(t));else{const e=t[0]+"",n=r.a[e];if(null==n)return void a.a.error("No help topics match '"+e+"'");n.forEach(t=>a.a.print(t))}else a.a.error("Incorrect usage of help command. Usage: help")}},function(t,e,n){"use strict";n.d(e,"a",(function(){return i}));var a=n(9),r=n(1);function i(t){if(0===t.length)return void a.a.commandHistory.forEach((t,e)=>{a.a.print(`${e.toString().padStart(2)} ${t}`)});const e=t[0]+"";"-c"===e||"--clear"===e?(r.a.terminalCommandHistory=[],a.a.commandHistory=[],a.a.commandHistoryIndex=1):a.a.error("Incorrect usage of history command. usage: history [-c]")}},function(t,e,n){"use strict";n.d(e,"a",(function(){return i}));var a=n(9),r=n(1);function i(t){0===t.length?(r.a.getCurrentServer().isConnectedTo=!1,r.a.currentServer=r.a.getHomeComputer().hostname,r.a.getCurrentServer().isConnectedTo=!0,a.a.print("Connected to home"),a.a.setcwd("/")):a.a.error("Incorrect usage of home command. Usage: home")}},function(t,e,n){"use strict";n.d(e,"a",(function(){return r}));var a=n(9);function r(t,e){0===t.length?a.a.print(e.hostname):a.a.error("Incorrect usage of hostname command. Usage: hostname")}},function(t,e,n){"use strict";n.d(e,"a",(function(){return i}));var a=n(9),r=n(162);function i(t,e){try{if(t.length<1)return void a.a.error("Incorrect usage of kill command. Usage: kill [scriptname] [arg1] [arg2]...");if("boolean"==typeof t[0])return;if("number"==typeof t[0]){const e=t[0];return void(Object(r.a)(e)?a.a.print("Killing script with PID "+e):a.a.error(`Failed to kill script with PID ${e}. No such script is running`))}const n=a.a.getFilepath(t[0]),i=e.getRunningScript(n,t.slice(1));if(null==i)return void a.a.error("No such script is running. Nothing to kill");Object(r.a)({runningScript:i,hostname:e.hostname}),a.a.print("Killing "+n)}catch(t){a.a.error(t+"")}}},function(t,e,n){"use strict";function a(t,e,n){return e in t?Object.defineProperty(t,e,{value:n,enumerable:!0,configurable:!0,writable:!0}):t[e]=n,t}n.d(e,"a",(function(){return r}));class r{constructor(){a(this,"stopFlag",!1),a(this,"runningFn",""),a(this,"vars",null)}}},function(t,e,n){"use strict";n.d(e,"a",(function(){return i}));var a=n(106),r=n(11);const i=[{b:!0,initPrice:{max:28e3,min:17e3},marketCap:24e11,mv:{divisor:100,max:50,min:40},name:r.a.AevumECorp,otlkMag:19,spreadPerc:{divisor:10,max:5,min:1},shareTxForMovement:{max:9e4,min:3e4},symbol:a.a[r.a.AevumECorp]},{b:!0,initPrice:{max:34e3,min:24e3},marketCap:24e11,mv:{divisor:100,max:50,min:40},name:r.a.Sector12MegaCorp,otlkMag:19,spreadPerc:{divisor:10,max:5,min:1},shareTxForMovement:{max:9e4,min:3e4},symbol:a.a[r.a.Sector12MegaCorp]},{b:!0,initPrice:{max:25e3,min:12e3},marketCap:16e11,mv:{divisor:100,max:80,min:70},name:r.a.Sector12BladeIndustries,otlkMag:13,spreadPerc:{divisor:10,max:6,min:1},shareTxForMovement:{max:9e4,min:3e4},symbol:a.a[r.a.Sector12BladeIndustries]},{b:!0,initPrice:{max:25e3,min:1e4},marketCap:15e11,mv:{divisor:100,max:75,min:65},name:r.a.AevumClarkeIncorporated,otlkMag:12,spreadPerc:{divisor:10,max:5,min:1},shareTxForMovement:{max:9e4,min:3e4},symbol:a.a[r.a.AevumClarkeIncorporated]},{b:!0,initPrice:{max:43e3,min:32e3},marketCap:18e11,mv:{divisor:100,max:70,min:60},name:r.a.VolhavenOmniTekIncorporated,otlkMag:12,spreadPerc:{divisor:10,max:6,min:1},shareTxForMovement:{max:9e4,min:3e4},symbol:a.a[r.a.VolhavenOmniTekIncorporated]},{b:!0,initPrice:{max:8e4,min:5e4},marketCap:2e12,mv:{divisor:100,max:110,min:100},name:r.a.Sector12FourSigma,otlkMag:17,spreadPerc:{divisor:10,max:10,min:1},shareTxForMovement:{max:9e4,min:3e4},symbol:a.a[r.a.Sector12FourSigma]},{b:!0,initPrice:{max:28e3,min:16e3},marketCap:19e11,mv:{divisor:100,max:85,min:75},name:r.a.ChongqingKuaiGongInternational,otlkMag:10,spreadPerc:{divisor:10,max:7,min:1},shareTxForMovement:{max:9e4,min:3e4},symbol:a.a[r.a.ChongqingKuaiGongInternational]},{b:!0,initPrice:{max:36e3,min:29e3},marketCap:2e12,mv:{divisor:100,max:130,min:120},name:r.a.AevumFulcrumTechnologies,otlkMag:16,spreadPerc:{divisor:10,max:10,min:1},shareTxForMovement:{max:9e4,min:3e4},symbol:a.a[r.a.AevumFulcrumTechnologies]},{b:!0,initPrice:{max:25e3,min:2e4},marketCap:12e11,mv:{divisor:100,max:90,min:80},name:r.a.IshimaStormTechnologies,otlkMag:7,spreadPerc:{divisor:10,max:10,min:2},shareTxForMovement:{max:108e3,min:36e3},symbol:a.a[r.a.IshimaStormTechnologies]},{b:!0,initPrice:{max:19e3,min:6e3},marketCap:9e11,mv:{divisor:100,max:70,min:60},name:r.a.NewTokyoDefComm,otlkMag:10,spreadPerc:{divisor:10,max:10,min:2},shareTxForMovement:{max:108e3,min:36e3},symbol:a.a[r.a.NewTokyoDefComm]},{b:!0,initPrice:{max:18e3,min:1e4},marketCap:825e9,mv:{divisor:100,max:65,min:55},name:r.a.VolhavenHeliosLabs,otlkMag:9,spreadPerc:{divisor:10,max:10,min:2},shareTxForMovement:{max:108e3,min:36e3},symbol:a.a[r.a.VolhavenHeliosLabs]},{b:!0,initPrice:{max:14e3,min:8e3},marketCap:1e12,mv:{divisor:100,max:80,min:70},name:r.a.NewTokyoVitaLife,otlkMag:7,spreadPerc:{divisor:10,max:10,min:2},shareTxForMovement:{max:108e3,min:36e3},symbol:a.a[r.a.NewTokyoVitaLife]},{b:!0,initPrice:{max:24e3,min:12e3},marketCap:8e11,mv:{divisor:100,max:70,min:60},name:r.a.Sector12IcarusMicrosystems,otlkMag:7.5,spreadPerc:{divisor:10,max:10,min:3},shareTxForMovement:{max:108e3,min:36e3},symbol:a.a[r.a.Sector12IcarusMicrosystems]},{b:!0,initPrice:{max:29e3,min:16e3},marketCap:9e11,mv:{divisor:100,max:60,min:50},name:r.a.Sector12UniversalEnergy,otlkMag:10,spreadPerc:{divisor:10,max:10,min:2},shareTxForMovement:{max:108e3,min:36e3},symbol:a.a[r.a.Sector12UniversalEnergy]},{b:!0,initPrice:{max:17e3,min:8e3},marketCap:64e10,mv:{divisor:100,max:65,min:55},name:r.a.AevumAeroCorp,otlkMag:6,spreadPerc:{divisor:10,max:10,min:3},shareTxForMovement:{max:126e3,min:42e3},symbol:a.a[r.a.AevumAeroCorp]},{b:!0,initPrice:{max:15e3,min:6e3},marketCap:6e11,mv:{divisor:100,max:75,min:65},name:r.a.VolhavenOmniaCybersystems,otlkMag:4.5,spreadPerc:{divisor:10,max:11,min:4},shareTxForMovement:{max:126e3,min:42e3},symbol:a.a[r.a.VolhavenOmniaCybersystems]},{b:!0,initPrice:{max:28e3,min:14e3},marketCap:705e9,mv:{divisor:100,max:80,min:70},name:r.a.ChongqingSolarisSpaceSystems,otlkMag:8.5,spreadPerc:{divisor:10,max:12,min:4},shareTxForMovement:{max:126e3,min:42e3},symbol:a.a[r.a.ChongqingSolarisSpaceSystems]},{b:!0,initPrice:{max:3e4,min:12e3},marketCap:695e9,mv:{divisor:100,max:65,min:55},name:r.a.NewTokyoGlobalPharmaceuticals,otlkMag:10.5,spreadPerc:{divisor:10,max:10,min:4},shareTxForMovement:{max:126e3,min:42e3},symbol:a.a[r.a.NewTokyoGlobalPharmaceuticals]},{b:!0,initPrice:{max:27e3,min:15e3},marketCap:6e11,mv:{divisor:100,max:80,min:70},name:r.a.IshimaNovaMedical,otlkMag:5,spreadPerc:{divisor:10,max:11,min:4},shareTxForMovement:{max:126e3,min:42e3},symbol:a.a[r.a.IshimaNovaMedical]},{b:!0,initPrice:{max:8500,min:4e3},marketCap:45e10,mv:{divisor:100,max:260,min:240},name:r.a.AevumWatchdogSecurity,otlkMag:1.5,spreadPerc:{divisor:10,max:12,min:5},shareTxForMovement:{max:54e3,min:12e3},symbol:a.a[r.a.AevumWatchdogSecurity]},{b:!0,initPrice:{max:8e3,min:4500},marketCap:3e11,mv:{divisor:100,max:135,min:115},name:r.a.VolhavenLexoCorp,otlkMag:6,spreadPerc:{divisor:10,max:12,min:5},shareTxForMovement:{max:108e3,min:36e3},symbol:a.a[r.a.VolhavenLexoCorp]},{b:!0,initPrice:{max:7e3,min:2e3},marketCap:18e10,mv:{divisor:100,max:70,min:50},name:r.a.AevumRhoConstruction,otlkMag:1,spreadPerc:{divisor:10,max:10,min:3},shareTxForMovement:{max:126e3,min:6e4},symbol:a.a[r.a.AevumRhoConstruction]},{b:!0,initPrice:{max:8500,min:4e3},marketCap:24e10,mv:{divisor:100,max:205,min:175},name:r.a.Sector12AlphaEnterprises,otlkMag:10,spreadPerc:{divisor:10,max:16,min:5},shareTxForMovement:{max:9e4,min:3e4},symbol:a.a[r.a.Sector12AlphaEnterprises]},{b:!0,initPrice:{max:8e3,min:3e3},marketCap:2e11,mv:{divisor:100,max:170,min:150},name:r.a.VolhavenSysCoreSecurities,otlkMag:3,spreadPerc:{divisor:10,max:12,min:5},shareTxForMovement:{max:9e4,min:15e3},symbol:a.a[r.a.VolhavenSysCoreSecurities]},{b:!0,initPrice:{max:6e3,min:1e3},marketCap:185e9,mv:{divisor:100,max:100,min:80},name:r.a.VolhavenCompuTek,otlkMag:4,spreadPerc:{divisor:10,max:12,min:4},shareTxForMovement:{max:126e3,min:6e4},symbol:a.a[r.a.VolhavenCompuTek]},{b:!0,initPrice:{max:5e3,min:1e3},marketCap:58e9,mv:{divisor:100,max:400,min:200},name:r.a.AevumNetLinkTechnologies,otlkMag:1,spreadPerc:{divisor:10,max:20,min:5},shareTxForMovement:{max:54e3,min:18e3},symbol:a.a[r.a.AevumNetLinkTechnologies]},{b:!0,initPrice:{max:8e3,min:1e3},marketCap:6e10,mv:{divisor:100,max:110,min:90},name:r.a.IshimaOmegaSoftware,otlkMag:.5,spreadPerc:{divisor:10,max:13,min:4},shareTxForMovement:{max:9e4,min:3e4},symbol:a.a[r.a.IshimaOmegaSoftware]},{b:!1,initPrice:{max:4500,min:500},marketCap:45e9,mv:{divisor:100,max:80,min:70},name:r.a.Sector12FoodNStuff,otlkMag:1,spreadPerc:{divisor:10,max:10,min:6},shareTxForMovement:{max:18e4,min:6e4},symbol:a.a[r.a.Sector12FoodNStuff]},{b:!0,initPrice:{max:3500,min:1500},marketCap:3e10,mv:{divisor:100,max:275,min:100},name:"Sigma Cosmetics",otlkMag:0,spreadPerc:{divisor:10,max:14,min:6},shareTxForMovement:{max:7e4,min:2e4},symbol:a.a["Sigma Cosmetics"]},{b:!0,initPrice:{max:1500,min:250},marketCap:42e9,mv:{divisor:100,max:350,min:200},name:r.a.Sector12JoesGuns,otlkMag:1,spreadPerc:{divisor:10,max:14,min:6},shareTxForMovement:{max:52e3,min:15e3},symbol:a.a[r.a.Sector12JoesGuns]},{b:!0,initPrice:{max:1500,min:250},marketCap:1e11,mv:{divisor:100,max:175,min:120},name:"Catalyst Ventures",otlkMag:13.5,spreadPerc:{divisor:10,max:14,min:5},shareTxForMovement:{max:72e3,min:24e3},symbol:a.a["Catalyst Ventures"]},{b:!0,initPrice:{max:3e4,min:15e3},marketCap:36e10,mv:{divisor:100,max:80,min:70},name:"Microdyne Technologies",otlkMag:8,spreadPerc:{divisor:10,max:10,min:3},shareTxForMovement:{max:216e3,min:9e4},symbol:a.a["Microdyne Technologies"]},{b:!0,initPrice:{max:24e3,min:12e3},marketCap:42e10,mv:{divisor:100,max:70,min:50},name:"Titan Laboratories",otlkMag:11,spreadPerc:{divisor:10,max:10,min:2},shareTxForMovement:{max:216e3,min:9e4},symbol:a.a["Titan Laboratories"]}]},function(t,e,n){"use strict";n.d(e,"a",(function(){return r}));var a=n(6);function r(){const t=[];return{write:e=>(t.push(e),t.length>a.a.MaxPortCapacity?t.shift():null),tryWrite:e=>!(t.length>=a.a.MaxPortCapacity)&&(t.push(e),!0),read:()=>0===t.length?"NULL PORT DATA":t.shift(),peek:()=>{if(0===t.length)return"NULL PORT DATA";return t.slice()[0]},full:()=>t.length==a.a.MaxPortCapacity,empty:()=>0===t.length,clear:()=>{t.length=0}}}},,function(t,e,n){"use strict";n.d(e,"a",(function(){return f}));var a=n(5),r=n(190),i=n(1),o=n(81),s=n(243),l=n(231),c=n(2);function f(){const t=function(t){if(!i.a.gang)throw c.b.makeRuntimeErrorMsg(t,"Must have joined gang","API ACCESS");return i.a.gang},e=function(e,n){const a=t(e);for(const t of a.members)if(t.name===n)return t;throw c.b.makeRuntimeErrorMsg(e,`Invalid gang member: '${n}'`)};return{createGang:t=>e=>{const n=c.b.string(t,"faction",e);if(!i.a.canAccessGang()||!r.a.Names.includes(n))return!1;if(i.a.gang)return!1;if(!i.a.factions.includes(n))return!1;const o=n===a.a.NiteSec||n===a.a.TheBlackHand;return i.a.startGang(n,o),!0},inGang:()=>()=>!!i.a.gang,getMemberNames:e=>()=>t(e).members.map(t=>t.name),getGangInformation:e=>()=>{const n=t(e);return{faction:n.facName,isHacking:n.isHackingGang,moneyGainRate:n.moneyGainRate,power:n.getPower(),respect:n.respect,respectGainRate:n.respectGainRate,territory:n.getTerritory(),territoryClashChance:n.territoryClashChance,territoryWarfareEngaged:n.territoryWarfareEngaged,wantedLevel:n.wanted,wantedLevelGainRate:n.wantedGainRate,wantedPenalty:n.getWantedPenalty()}},getOtherGangInformation:e=>()=>{t(e);const n={};for(const t of Object.keys(o.a))n[t]=Object.assign({},o.a[t]);return n},getMemberInformation:n=>a=>{const r=c.b.string(n,"memberName",a),i=t(n),o=e(n,r);return{name:o.name,task:o.task,earnedRespect:o.earnedRespect,hack:o.hack,str:o.str,def:o.def,dex:o.dex,agi:o.agi,cha:o.cha,hack_exp:o.hack_exp,str_exp:o.str_exp,def_exp:o.def_exp,dex_exp:o.dex_exp,agi_exp:o.agi_exp,cha_exp:o.cha_exp,hack_mult:o.hack_mult,str_mult:o.str_mult,def_mult:o.def_mult,dex_mult:o.dex_mult,agi_mult:o.agi_mult,cha_mult:o.cha_mult,hack_asc_mult:o.calculateAscensionMult(o.hack_asc_points),str_asc_mult:o.calculateAscensionMult(o.str_asc_points),def_asc_mult:o.calculateAscensionMult(o.def_asc_points),dex_asc_mult:o.calculateAscensionMult(o.dex_asc_points),agi_asc_mult:o.calculateAscensionMult(o.agi_asc_points),cha_asc_mult:o.calculateAscensionMult(o.cha_asc_points),hack_asc_points:o.hack_asc_points,str_asc_points:o.str_asc_points,def_asc_points:o.def_asc_points,dex_asc_points:o.dex_asc_points,agi_asc_points:o.agi_asc_points,cha_asc_points:o.cha_asc_points,upgrades:o.upgrades.slice(),augmentations:o.augmentations.slice(),respectGain:o.calculateRespectGain(i),wantedLevelGain:o.calculateWantedLevelGain(i),moneyGain:o.calculateMoneyGain(i)}},canRecruitMember:e=>()=>t(e).canRecruitMember(),recruitMember:e=>n=>{const a=c.b.string(e,"memberName",n),r=t(e).recruitMember(a);return r?e.workerScript.log("gang.recruitMember",()=>`Successfully recruited Gang Member '${a}'`):e.workerScript.log("gang.recruitMember",()=>`Failed to recruit Gang Member '${a}'`),r},getTaskNames:e=>()=>{const n=t(e).getAllTaskNames();return n.unshift("Unassigned"),n},setMemberTask:n=>(a,r)=>{const i=c.b.string(n,"memberName",a),o=c.b.string(n,"taskName",r),s=t(n),l=e(n,i);if(!s.getAllTaskNames().includes(o))return n.workerScript.log("gang.setMemberTask",()=>`Failed to assign Gang Member '${i}' to Invalid task '${o}'. '${i}' is now Unassigned`),l.assignToTask("Unassigned");const f=l.assignToTask(o);return f?n.workerScript.log("gang.setMemberTask",()=>`Successfully assigned Gang Member '${i}' to '${o}' task`):n.workerScript.log("gang.setMemberTask",()=>`Failed to assign Gang Member '${i}' to '${o}' task. '${i}' is now Unassigned`),f},getTaskStats:e=>n=>{const a=c.b.string(e,"taskName",n);t(e);const r=function(t,e){const n=s.a[e];if(!n)throw c.b.makeRuntimeErrorMsg(t,`Invalid task: '${e}'`);return n}(e,a),i=Object.assign({},r);return i.territory=Object.assign({},r.territory),i},getEquipmentNames:e=>()=>(t(e),Object.keys(l.a)),getEquipmentCost:e=>n=>{const a=c.b.string(e,"equipName",n),r=t(e),i=l.a[a];return null===i?1/0:r.getUpgradeCost(i)},getEquipmentType:e=>n=>{const a=c.b.string(e,"equipName",n);t(e);const r=l.a[a];return null==r?"":r.getType()},getEquipmentStats:e=>n=>{const a=c.b.string(e,"equipName",n);t(e);const r=l.a[a];if(!r)throw c.b.makeRuntimeErrorMsg(e,"Invalid equipment: "+a);const i=r.mults;return Object.assign({},i)},purchaseEquipment:n=>(a,r)=>{const i=c.b.string(n,"memberName",a),o=c.b.string(n,"equipName",r);t(n);const s=e(n,i),f=l.a[o];if(!f)return!1;const u=s.buyUpgrade(f);return u?n.workerScript.log("gang.purchaseEquipment",()=>`Purchased '${o}' for Gang member '${i}'`):n.workerScript.log("gang.purchaseEquipment",()=>`Failed to purchase '${o}' for Gang member '${i}'`),u},ascendMember:n=>a=>{const r=c.b.string(n,"memberName",a),i=t(n),o=e(n,r);if(o.canAscend())return i.ascendMember(o,n.workerScript)},getAscensionResult:n=>a=>{const r=c.b.string(n,"memberName",a);t(n);const i=e(n,r);if(i.canAscend())return{respect:i.earnedRespect,...i.getAscensionResults()}},setTerritoryWarfare:e=>n=>{const a=!!n,r=t(e);a?(r.territoryWarfareEngaged=!0,e.workerScript.log("gang.setTerritoryWarfare",()=>"Engaging in Gang Territory Warfare")):(r.territoryWarfareEngaged=!1,e.workerScript.log("gang.setTerritoryWarfare",()=>"Disengaging in Gang Territory Warfare"))},getChanceToWinClash:e=>n=>{const a=c.b.string(e,"otherGang",n),r=t(e);if(null==o.a[a])throw c.b.makeRuntimeErrorMsg(e,"Invalid gang: "+a);const i=o.a[r.facName].power;return i/(o.a[a].power+i)},getBonusTime:e=>()=>{const n=t(e);return 1e3*Math.round(n.storedCycles/5)}}}},function(t,e,n){"use strict";n.d(e,"a",(function(){return m}));var a=n(1),r=n(72),i=n(17),o=n(394),s=n(251),l=n(256),c=n(306),f=n(266),u=n(2);function m(){const t=function(t){if(10!==a.a.bitNodeN&&!a.a.sourceFileLvl(10))throw u.b.makeRuntimeErrorMsg(t,"You do not currently have access to the Sleeve API. This is either because you are not in BitNode-10 or because you do not have Source-File 10")},e=function(t,e){if(e>=a.a.sleeves.length||e<0){const n="Invalid sleeve number: "+e;throw u.b.log(t,()=>n),u.b.makeRuntimeErrorMsg(t,n)}},n=function(t){const e=a.a.sleeves[t];return{shock:100-e.shock,sync:e.sync,memory:e.memory,hacking:e.skills.hacking,strength:e.skills.strength,defense:e.skills.defense,dexterity:e.skills.dexterity,agility:e.skills.agility,charisma:e.skills.charisma}};return{getNumSleeves:e=>()=>(t(e),a.a.sleeves.length),setToShockRecovery:n=>r=>{const i=u.b.number(n,"sleeveNumber",r);return t(n),e(n,i),a.a.sleeves[i].shockRecovery()},setToSynchronize:n=>r=>{const i=u.b.number(n,"sleeveNumber",r);return t(n),e(n,i),a.a.sleeves[i].synchronize()},setToCommitCrime:n=>(r,i)=>{const s=u.b.number(n,"sleeveNumber",r),l=u.b.string(n,"crimeName",i);t(n),e(n,s);const c=Object(o.b)(l);return null!==c&&a.a.sleeves[s].commitCrime(c.name)},setToUniversityCourse:n=>(r,i,o)=>{const s=u.b.number(n,"sleeveNumber",r),l=u.b.string(n,"universityName",i),c=u.b.string(n,"className",o);return t(n),e(n,s),a.a.sleeves[s].takeUniversityCourse(l,c)},travel:n=>(r,o)=>{const l=u.b.number(n,"sleeveNumber",r),c=u.b.string(n,"cityName",o);if(t(n),e(n,l),Object(s.a)(i.a,c))return a.a.sleeves[l].travel(c);throw u.b.makeRuntimeErrorMsg(n,`Invalid city name: '${c}'.`)},setToCompanyWork:n=>(r,i)=>{const o=u.b.number(n,"sleeveNumber",r),s=u.b.string(n,"companyName",i);t(n),e(n,o);for(let t=0;t(r,i,o)=>{const s=u.b.number(n,"sleeveNumber",r),l=u.b.string(n,"factionName",i),f=u.b.string(n,"workType",o);t(n),e(n,s);for(let t=0;t(r,i,o)=>{const s=u.b.number(n,"sleeveNumber",r),l=u.b.string(n,"gymName",i),c=u.b.string(n,"stat",o);return t(n),e(n,s),a.a.sleeves[s].workoutAtGym(l,c)},getSleeveStats:a=>r=>{const i=u.b.number(a,"sleeveNumber",r);return t(a),e(a,i),n(i)},getTask:n=>r=>{const i=u.b.number(n,"sleeveNumber",r);t(n),e(n,i);const o=a.a.sleeves[i];return null===o.currentWork?null:o.currentWork.APICopy()},getInformation:n=>r=>{const i=u.b.number(n,"sleeveNumber",r);t(n),e(n,i);const o=a.a.sleeves[i];return{tor:!1,city:o.city,hp:o.hp,jobs:Object.keys(a.a.jobs),jobTitle:Object.values(a.a.jobs),mult:{agility:o.mults.agility,agilityExp:o.mults.agility_exp,charisma:o.mults.charisma,charismaExp:o.mults.charisma_exp,companyRep:o.mults.company_rep,crimeMoney:o.mults.crime_money,crimeSuccess:o.mults.crime_success,defense:o.mults.defense,defenseExp:o.mults.defense_exp,dexterity:o.mults.dexterity,dexterityExp:o.mults.dexterity_exp,factionRep:o.mults.faction_rep,hacking:o.mults.hacking,hackingExp:o.mults.hacking_exp,strength:o.mults.strength,strengthExp:o.mults.strength_exp,workMoney:o.mults.work_money}}},getSleeveAugmentations:n=>r=>{const i=u.b.number(n,"sleeveNumber",r);t(n),e(n,i);const o=[];for(let t=0;tr=>{const i=u.b.number(n,"sleeveNumber",r);t(n),e(n,i);const o=a.a.sleeves[i].findPurchasableAugs(),s=[];for(let t=0;t(o,s)=>{const l=u.b.number(i,"sleeveNumber",o),c=u.b.string(i,"augName",s);if(t(i),e(i,l),n(l).shock>0)throw u.b.makeRuntimeErrorMsg(i,"Sleeve shock too high: Sleeve "+l);const f=r.a[c];if(!f)throw u.b.makeRuntimeErrorMsg(i,"Invalid aug: "+c);return a.a.sleeves[l].tryBuyAugmentation(f)},getSleeveAugmentationPrice:e=>n=>{t(e);const a=u.b.string(e,"augName",n);return r.a[a].baseCost},getSleeveAugmentationRepReq:e=>n=>{t(e);const a=u.b.string(e,"augName",n);return r.a[a].getCost().repCost},setToBladeburnerAction:n=>(r,i,o)=>{const s=u.b.number(n,"sleeveNumber",r),c=u.b.string(n,"action",i);let f;if(f=void 0===o?"------":u.b.string(n,"contract",o),t(n),e(n,s),"Take on contracts"===c)for(let t=0;t()=>a.a.karma},openDevMenu:()=>()=>{o.b.emit()},exploit:()=>()=>{a.a.giveExploit(r.a.UndocumentedFunctionCall)},bypass:t=>e=>{const n=e;n.completely_unused_field=void 0;const i=document;i.completely_unused_field=void 0,i.completely_unused_field=!0,n.completely_unused_field&&1.6===t.workerScript.ramUsage&&a.a.giveExploit(r.a.Bypass),n.completely_unused_field=void 0,i.completely_unused_field=void 0},alterReality:()=>()=>{let t=!1;const e=function(n){0!==n&&(t=!t,e(n-1))};e(2),console.warn("I am sure that this variable is false."),!1!==t&&(console.warn("Reality has been altered!"),a.a.giveExploit(r.a.RealityAlteration))},rainbow:t=>e=>!!i.compareSync(s.b.string(t,"guess",e),"$2a$10$aertxDEkgor8baVtQDZsLuMwwGYmkRM/ohcA6FjmmzIHQeTCsrCcO")&&(a.a.giveExploit(r.a.INeedARainbow),!0)}}},,function(t,e,n){"use strict";n.d(e,"a",(function(){return u}));var a=n(1),r=n(42),i=n(58),o=n(93),s=n(227),l=n(244),c=n(26),f=n(2);function u(){const t=function(t,e){if(e<0||e>=a.a.hacknetNodes.length)throw f.b.makeRuntimeErrorMsg(t,"Index specified for Hacknet Node is out-of-bounds: "+e);if(Object(i.g)()){const n=a.a.hacknetNodes[e];if("string"!=typeof n)throw new Error("hacknet node was not a string");const r=Object(c.d)(n);if(!(r instanceof o.a))throw new Error("hacknet server was not actually hacknet server");if(null==r)throw f.b.makeRuntimeErrorMsg(t,`Could not get Hacknet Server for index ${e}. This is probably a bug, please report to game dev`);return r}{const t=a.a.hacknetNodes[e];if(!(t instanceof s.a))throw new Error("hacknet node was not node.");return t}};return{numNodes:()=>()=>a.a.hacknetNodes.length,maxNumNodes:()=>()=>Object(i.g)()?r.b.MaxServers:1/0,purchaseNode:()=>()=>Object(i.l)(),getPurchaseNodeCost:()=>()=>Object(i.g)()?Object(i.b)():Object(i.a)(),getNodeStats:e=>n=>{const a=f.b.number(e,"i",n),r=t(e,a),s=Object(i.g)(),l={name:r instanceof o.a?r.hostname:r.name,level:r.level,ram:r instanceof o.a?r.maxRam:r.ram,cores:r.cores,production:r instanceof o.a?r.hashRate:r.moneyGainRatePerSecond,timeOnline:r.onlineTimeSeconds,totalProduction:r instanceof o.a?r.totalHashesGenerated:r.totalMoneyGenerated};return s&&r instanceof o.a&&(l.cache=r.cache,l.hashCapacity=r.hashCapacity,l.ramUsed=r.ramUsed),l},upgradeLevel:e=>(n,a=1)=>{const r=f.b.number(e,"i",n),o=f.b.number(e,"n",a),s=t(e,r);return Object(i.n)(s,o)},upgradeRam:e=>(n,a=1)=>{const r=f.b.number(e,"i",n),o=f.b.number(e,"n",a),s=t(e,r);return Object(i.o)(s,o)},upgradeCore:e=>(n,a=1)=>{const r=f.b.number(e,"i",n),o=f.b.number(e,"n",a),s=t(e,r);return Object(i.k)(s,o)},upgradeCache:e=>(n,a=1)=>{const r=f.b.number(e,"i",n),s=f.b.number(e,"n",a);if(!Object(i.g)())return!1;const l=t(e,r);if(!(l instanceof o.a))return f.b.log(e,()=>"Can only be called on hacknet servers"),!1;const c=Object(i.j)(l,s);return c&&Object(i.p)(),c},getLevelUpgradeCost:e=>(n,r=1)=>{const i=f.b.number(e,"i",n),o=f.b.number(e,"n",r);return t(e,i).calculateLevelUpgradeCost(o,a.a.mults.hacknet_node_level_cost)},getRamUpgradeCost:e=>(n,r=1)=>{const i=f.b.number(e,"i",n),o=f.b.number(e,"n",r);return t(e,i).calculateRamUpgradeCost(o,a.a.mults.hacknet_node_ram_cost)},getCoreUpgradeCost:e=>(n,r=1)=>{const i=f.b.number(e,"i",n),o=f.b.number(e,"n",r);return t(e,i).calculateCoreUpgradeCost(o,a.a.mults.hacknet_node_core_cost)},getCacheUpgradeCost:e=>(n,a=1)=>{const r=f.b.number(e,"i",n),s=f.b.number(e,"n",a);if(!Object(i.g)())return 1/0;const l=t(e,r);return l instanceof o.a?l.calculateCacheUpgradeCost(s):(f.b.log(e,()=>"Can only be called on hacknet servers"),-1)},numHashes:()=>()=>Object(i.g)()?a.a.hashManager.hashes:0,hashCapacity:()=>()=>Object(i.g)()?a.a.hashManager.capacity:0,hashCost:t=>(e,n=1)=>{const r=f.b.string(t,"upgName",e),o=f.b.number(t,"count",n);return Object(i.g)()?a.a.hashManager.getUpgradeCost(r,o):1/0},spendHashes:t=>(e,n="",a=1)=>{const r=f.b.string(t,"upgName",e),o=f.b.string(t,"upgTarget",n),s=f.b.number(t,"count",a);return!!Object(i.g)()&&Object(i.m)(r,o,s)},getHashUpgrades:()=>()=>Object(i.g)()?Object.values(l.a).map(t=>t.name):[],getHashUpgradeLevel:t=>e=>{const n=f.b.string(t,"upgName",e),r=a.a.hashManager.upgrades[n];if(void 0===r)throw f.b.makeRuntimeErrorMsg(t,"Invalid Hash Upgrade: "+n);return r},getStudyMult:()=>()=>Object(i.g)()?a.a.hashManager.getStudyMult():1,getTrainingMult:()=>()=>Object(i.g)()?a.a.hashManager.getTrainingMult():1}}},function(t,e,n){"use strict";function a(t,e,n){return e in t?Object.defineProperty(t,e,{value:n,enumerable:!0,configurable:!0,writable:!0}):t[e]=n,t}n.d(e,"a",(function(){return r}));class r{constructor(t){a(this,"costPerLevel",0),a(this,"desc",""),a(this,"hasTargetServer",!1),a(this,"name",""),a(this,"value",0),a(this,"effectText",()=>null),null!=t.cost&&(this.cost=t.cost),null!=t.effectText&&(this.effectText=t.effectText),this.costPerLevel=t.costPerLevel,this.desc=t.desc,this.hasTargetServer=!!t.hasTargetServer&&t.hasTargetServer,this.name=t.name,this.value=t.value}getCost(t,e=1){if("number"==typeof this.cost)return this.cost*e;const n=.5*e*(e+2*t+1);return this.costPerLevel*n}}},function(t,e,n){"use strict";n.d(e,"a",(function(){return s}));var a=n(0),r=n.n(a),i=n(7),o=n(24);const s=[{cost:4,costPerLevel:4,desc:"Sell hashes for $1m",name:"Sell for Money",effectText:t=>r.a.createElement(r.a.Fragment,null,"Sold for ",r.a.createElement(o.a,{money:1e6*t})),value:1e6},{costPerLevel:100,desc:"Sell hashes for $1b in Corporation funds",name:"Sell for Corporation Funds",effectText:t=>r.a.createElement(r.a.Fragment,null,"Sold for ",r.a.createElement(o.a,{money:1e9*t})," Corporation funds."),value:1e9},{costPerLevel:50,desc:"Use hashes to decrease the minimum security of a single server by 2%. Note that a server's minimum security cannot go below 1. This effect persists until you install Augmentations (since servers are reset at that time).",hasTargetServer:!0,name:"Reduce Minimum Security",value:.98},{costPerLevel:50,desc:"Use hashes to increase the maximum amount of money on a single server by 2%. Note that a server's maximum money is soft capped above $10t. This effect persists until you install Augmentations (since servers are reset at that time).",hasTargetServer:!0,name:"Increase Maximum Money",value:1.02},{costPerLevel:50,desc:"Use hashes to improve the experience earned when studying at a university by 20%. This effect persists until you install Augmentations",name:"Improve Studying",effectText:t=>r.a.createElement(r.a.Fragment,null,"Improves studying by ",20*t,"%"),value:20},{costPerLevel:50,desc:"Use hashes to improve the experience earned when training at the gym by 20%. This effect persists until you install Augmentations",name:"Improve Gym Training",effectText:t=>r.a.createElement(r.a.Fragment,null,"Improves training by ",20*t,"%"),value:20},{costPerLevel:200,desc:"Exchange hashes for 1k Scientific Research in all of your Corporation's Industries",name:"Exchange for Corporation Research",effectText:t=>r.a.createElement(r.a.Fragment,null,"Acquired a total of ",t,"k Scientific Research in your industries."),value:1e3},{costPerLevel:250,desc:"Exchange hashes for 100 Bladeburner Rank",name:"Exchange for Bladeburner Rank",effectText:t=>r.a.createElement(r.a.Fragment,null,"Acquired a total of ",i.a.format(100*t,"0a")," Bladeburner rank"),value:100},{costPerLevel:250,desc:"Exchanges hashes for 10 Bladeburner Skill Points",name:"Exchange for Bladeburner SP",effectText:t=>r.a.createElement(r.a.Fragment,null,"Acquired a total of ",i.a.format(10*t,"0a")," Bladeburner Skill Points"),value:10},{costPerLevel:200,desc:"Generate a random Coding Contract somewhere on the network",name:"Generate Coding Contract",effectText:t=>r.a.createElement(r.a.Fragment,null,"Generated ",t," contracts."),value:1}]},function(t,e,n){"use strict";n.d(e,"a",(function(){return h}));var a=n(1),r=n(105),i=n(121),o=n(64),s=n(13),l=n(114),c=n(5),f=n(101),u=n(30),m=n(2);function h(){function t(t){if(!a.a.hasAugmentation(s.a.StaneksGift1,!0))throw m.b.makeRuntimeErrorMsg(t,"Stanek's Gift is not installed")}return{giftWidth:e=>function(){return t(e),r.c.width()},giftHeight:e=>function(){return t(e),r.c.height()},chargeFragment:e=>function(n,a){const i=m.b.number(e,"rootX",n),s=m.b.number(e,"rootY",a);t(e);const l=r.c.findFragment(i,s);if(!l)throw m.b.makeRuntimeErrorMsg(e,`No fragment with root (${i}, ${s}).`);if(l.fragment().type==o.b.Booster)throw m.b.makeRuntimeErrorMsg(e,`The fragment with root (${i}, ${s}) is a Booster Fragment and thus cannot be charged.`);const c=r.c.inBonus()?200:1e3;return m.b.netscriptDelay(e,c).then((function(){return r.c.charge(l,e.workerScript.scriptRef.threads),m.b.log(e,()=>`Charged fragment with ${e.workerScript.scriptRef.threads} threads.`),Promise.resolve()}))},fragmentDefinitions:e=>function(){return t(e),m.b.log(e,()=>`Returned ${i.c.length} fragments`),i.c.map(t=>t.copy())},activeFragments:e=>function(){return t(e),m.b.log(e,()=>`Returned ${r.c.fragments.length} fragments`),r.c.fragments.map(t=>({...t.copy(),...t.fragment().copy()}))},clearGift:e=>function(){t(e),m.b.log(e,()=>"Cleared Stanek's Gift."),r.c.clear()},canPlaceFragment:e=>function(n,a,o,s){const l=m.b.number(e,"rootX",n),c=m.b.number(e,"rootY",a),f=m.b.number(e,"rotation",o),u=m.b.number(e,"fragmentId",s);t(e);const h=Object(i.b)(u);if(!h)throw m.b.makeRuntimeErrorMsg(e,"Invalid fragment id: "+u);return r.c.canPlace(l,c,f,h)},placeFragment:e=>function(n,a,o,s){const l=m.b.number(e,"rootX",n),c=m.b.number(e,"rootY",a),f=m.b.number(e,"rotation",o),u=m.b.number(e,"fragmentId",s);t(e);const h=Object(i.b)(u);if(!h)throw m.b.makeRuntimeErrorMsg(e,"Invalid fragment id: "+u);return r.c.place(l,c,f,h)},getFragment:e=>function(n,a){const i=m.b.number(e,"rootX",n),o=m.b.number(e,"rootY",a);t(e);const s=r.c.findFragment(i,o);if(void 0!==s)return s.copy()},removeFragment:e=>function(n,a){const i=m.b.number(e,"rootX",n),o=m.b.number(e,"rootY",a);return t(e),r.c.delete(i,o)},acceptGift:t=>function(){return a.a.canAccessCotMG()&&0==a.a.augmentations.filter(t=>t.name!==s.a.NeuroFluxGovernor).length&&0==a.a.queuedAugmentations.filter(t=>t.name!==s.a.NeuroFluxGovernor).length&&(Object(f.d)(u.a[c.a.ChurchOfTheMachineGod]),a.a.hasAugmentation(s.a.StaneksGift1)||a.a.queuedAugmentations.some(t=>t.name===s.a.StaneksGift1)||(Object(l.a)({name:s.a.StaneksGift1,level:1}),m.b.log(t,()=>`'${c.a.ChurchOfTheMachineGod}' joined and '${s.a.StaneksGift1}' installed.`))),u.a[c.a.ChurchOfTheMachineGod].isMember&&a.a.hasAugmentation(s.a.StaneksGift1,!0)}}}},function(t,e,n){"use strict";n.d(e,"a",(function(){return r}));var a=n(25);function r(t,e,n,r){return 1+Math.log(t+1)/60*Math.pow((e+1)/5,.07)*n*r*a.a.StaneksGiftPowerMultiplier}},function(t,e,n){"use strict";n.d(e,"a",(function(){return u}));var a=n(164),r=n(499),i=n(399),o=n(5),s=n(30),l=n(251),c=n(11),f=n(2);function u(){const t=Object.values(a.a).filter(t=>t.infiltrationData);return{getPossibleLocations:()=>()=>t.map(t=>{var e;return{city:null!==(e=t.city)&&void 0!==e?e:"",name:String(t.name)}}),getInfiltration:t=>e=>{const n=f.b.string(t,"location",e);return((t,e)=>{if(!Object(l.a)(c.a,e))throw new Error(`Location '${e}' does not exists.`);const n=a.a[e];if(void 0===n)throw f.b.makeRuntimeErrorMsg(t,`Location '${n}' does not exists.`);if(void 0===n.infiltrationData)throw f.b.makeRuntimeErrorMsg(t,`Location '${n}' does not provide infiltrations.`);const u=n.infiltrationData.startingSecurityLevel,m=Object(r.a)(u),h=Object(r.b)(u),d=n.infiltrationData.maxClearanceLevel;return{location:JSON.parse(JSON.stringify(n)),reward:{tradeRep:Object(i.c)(h,d,u),sellCash:Object(i.b)(h,d,u),SoARep:Object(i.a)(s.a[o.a.ShadowsOfAnarchy],u)},difficulty:m}})(t,n)}}}},function(t,e,n){"use strict";n.d(e,"a",(function(){return i}));var a=n(11);function r(t,e,n){return e in t?Object.defineProperty(t,e,{value:n,enumerable:!0,configurable:!0,writable:!0}):t[e]=n,t}class i{constructor(t){r(this,"city",null),r(this,"costMult",0),r(this,"expMult",0),r(this,"name",a.a.Void),r(this,"types",[]),r(this,"techVendorMaxRam",0),r(this,"techVendorMinRam",0),t.city&&(this.city=t.city),t.costMult&&(this.costMult=t.costMult),t.expMult&&(this.expMult=t.expMult),t.infiltrationData&&(this.infiltrationData=t.infiltrationData),t.name&&(this.name=t.name),t.types&&(this.types=t.types),t.techVendorMaxRam&&(this.techVendorMaxRam=t.techVendorMaxRam),t.techVendorMinRam&&(this.techVendorMinRam=t.techVendorMinRam)}}},function(t,e,n){"use strict";n.d(e,"a",(function(){return u}));var a=n(6),r=n(175),i=n(104),o=n(464),s=n(15),l=n(252),c=n(9),f=n(2);function u(){return{windowSize:()=>()=>[window.innerWidth,window.innerHeight],getTheme:()=>()=>({...a.a.theme}),getStyles:()=>()=>({...a.a.styles}),setTheme:t=>e=>{const n=/^(#)((?:[A-Fa-f0-9]{2}){3,4}|(?:[A-Fa-f0-9]{3}))$/,i={...a.a.theme},o=[];for(const t of Object.keys(e)){var s;i[t]?n.test(null!==(s=e[t])&&void 0!==s?s:"")?i[t]=e[t]:o.push(`Invalid color "${t}": ${e[t]}`):o.push(`Invalid key "${t}"`)}0===o.length?(Object.assign(a.a.theme,i),r.b.emit(),f.b.log(t,()=>"Successfully set theme")):f.b.log(t,()=>"Failed to set theme. Errors: "+o.join(", "))},setStyles:t=>e=>{const n={...a.a.styles},i=[];for(const t of Object.keys(e))n[t]?n[t]=e[t]:i.push(`Invalid key "${t}"`);0===i.length?(Object.assign(a.a.styles,n),r.b.emit(),f.b.log(t,()=>"Successfully set styles")):f.b.log(t,()=>"Failed to set styles. Errors: "+i.join(", "))},resetTheme:t=>()=>{a.a.theme={...i.a},r.b.emit(),f.b.log(t,()=>"Reinitialized theme to default")},resetStyles:t=>()=>{a.a.styles={...o.a},r.b.emit(),f.b.log(t,()=>"Reinitialized styles to default")},getGameInfo:()=>()=>({version:s.a.VersionString,commit:Object(l.a)(),platform:navigator.userAgent.toLowerCase().indexOf(" electron/")>-1?"Steam":"Browser"}),clearTerminal:t=>()=>{f.b.log(t,()=>"Clearing terminal"),c.a.clear()}}}},function(t,e,n){"use strict";n.d(e,"a",(function(){return l}));var a=n(1),r=n(465),i=n(25),o=n(137),s=n(2);function l(){const t=function(t){e(t)},e=function(t){if(!(7===a.a.bitNodeN||a.a.sourceFiles.some(t=>7===t.n)))throw s.b.makeRuntimeErrorMsg(t,"You have not unlocked the bladeburner API.","API ACCESS");const e=a.a.bladeburner;if(!e)throw s.b.makeRuntimeErrorMsg(t,"You must be a member of the Bladeburner division to use this API.");return e},n=function(t,e){const n=a.a.bladeburner;if(null===n)throw new Error("Must have joined bladeburner");if(!n.cities.hasOwnProperty(e))throw s.b.makeRuntimeErrorMsg(t,"Invalid city: "+e)},l=function(t,e,n){const r=a.a.bladeburner;if(null===r)throw new Error("Must have joined bladeburner");const i=r.getActionIdFromTypeAndName(e,n);if(!i)throw s.b.makeRuntimeErrorMsg(t,`Invalid action type='${e}', name='${n}'`);const o=r.getActionObject(i);if(!o)throw s.b.makeRuntimeErrorMsg(t,`Invalid action type='${e}', name='${n}'`);return o};return{getContractNames:t=>()=>e(t).getContractNamesNetscriptFn(),getOperationNames:t=>()=>e(t).getOperationNamesNetscriptFn(),getBlackOpNames:t=>()=>e(t).getBlackOpNamesNetscriptFn(),getBlackOpRank:e=>n=>{const a=s.b.string(e,"blackOpName",n);t(e);const r=l(e,"blackops",a);if(!(r instanceof o.a))throw new Error("action was not a black operation");return r.reqdRank},getGeneralActionNames:t=>()=>e(t).getGeneralActionNamesNetscriptFn(),getSkillNames:t=>()=>e(t).getSkillNamesNetscriptFn(),startAction:t=>(n,a)=>{const r=s.b.string(t,"type",n),i=s.b.string(t,"name",a),o=e(t);try{return o.startActionNetscriptFn(r,i,t.workerScript)}catch(e){throw s.b.makeRuntimeErrorMsg(t,String(e))}},stopBladeburnerAction:t=>()=>e(t).resetAction(),getCurrentAction:t=>()=>{const n=e(t);return n.getTypeAndNameFromActionId(n.action)},getActionTime:t=>(n,r)=>{const i=s.b.string(t,"type",n),o=s.b.string(t,"name",r),l=e(t);try{const e=l.getActionTimeNetscriptFn(a.a,i,o);if("string"==typeof e){const e=`Invalid action: type='${i}' name='${o}'`;return s.b.log(t,()=>e),-1}return e}catch(e){throw s.b.makeRuntimeErrorMsg(t,String(e))}},getActionCurrentTime:t=>()=>{const n=e(t);try{return 1e3*Math.min(n.actionTimeCurrent+n.actionTimeOverflow,n.actionTimeToComplete)}catch(e){throw s.b.makeRuntimeErrorMsg(t,String(e))}},getActionEstimatedSuccessChance:t=>(n,r)=>{const i=s.b.string(t,"type",n),o=s.b.string(t,"name",r),l=e(t);try{const e=l.getActionEstimatedSuccessChanceNetscriptFn(a.a,i,o);if("string"==typeof e){const e=`Invalid action: type='${i}' name='${o}'`;return s.b.log(t,()=>e),[-1,-1]}return e}catch(e){throw s.b.makeRuntimeErrorMsg(t,String(e))}},getActionRepGain:e=>(n,a,r)=>{const o=s.b.string(e,"type",n),c=s.b.string(e,"name",a),f=s.b.number(e,"level",r);t(e);const u=l(e,o,c);let m;return m=null==f||isNaN(f)?Math.pow(u.rewardFac,u.level-1):Math.pow(u.rewardFac,f-1),u.rankGain*m*i.a.BladeburnerRank},getActionCountRemaining:t=>(n,a)=>{const r=s.b.string(t,"type",n),i=s.b.string(t,"name",a),o=e(t);try{return o.getActionCountRemainingNetscriptFn(r,i,t.workerScript)}catch(e){throw s.b.makeRuntimeErrorMsg(t,String(e))}},getActionMaxLevel:e=>(n,a)=>{const r=s.b.string(e,"type",n),i=s.b.string(e,"name",a);t(e);return l(e,r,i).maxLevel},getActionCurrentLevel:e=>(n,a)=>{const r=s.b.string(e,"type",n),i=s.b.string(e,"name",a);t(e);return l(e,r,i).level},getActionAutolevel:e=>(n,a)=>{const r=s.b.string(e,"type",n),i=s.b.string(e,"name",a);t(e);return l(e,r,i).autoLevel},setActionAutolevel:e=>(n,a,r=!0)=>{const i=s.b.string(e,"type",n),o=s.b.string(e,"name",a),c=!!r;t(e);l(e,i,o).autoLevel=c},setActionLevel:e=>(n,a,r=1)=>{const i=s.b.string(e,"type",n),o=s.b.string(e,"name",a),c=s.b.number(e,"level",r);t(e);const f=l(e,i,o);if(c<1||c>f.maxLevel)throw s.b.makeRuntimeErrorMsg(e,`Level must be between 1 and ${f.maxLevel}, is ${c}`);f.level=c},getRank:t=>()=>e(t).rank,getSkillPoints:t=>()=>e(t).skillPoints,getSkillLevel:t=>n=>{const a=s.b.string(t,"skillName",n),r=e(t);try{return r.getSkillLevelNetscriptFn(a,t.workerScript)}catch(e){throw s.b.makeRuntimeErrorMsg(t,String(e))}},getSkillUpgradeCost:t=>(n,a=1)=>{const r=s.b.string(t,"skillName",n),i=s.b.number(t,"count",a),o=e(t);try{return o.getSkillUpgradeCostNetscriptFn(r,i,t.workerScript)}catch(e){throw s.b.makeRuntimeErrorMsg(t,String(e))}},upgradeSkill:t=>(n,a=1)=>{const r=s.b.string(t,"skillName",n),i=s.b.number(t,"count",a),o=e(t);try{return o.upgradeSkillNetscriptFn(r,i,t.workerScript)}catch(e){throw s.b.makeRuntimeErrorMsg(t,String(e))}},getTeamSize:t=>(n,a)=>{const r=s.b.string(t,"type",n),i=s.b.string(t,"name",a),o=e(t);try{return o.getTeamSizeNetscriptFn(r,i,t.workerScript)}catch(e){throw s.b.makeRuntimeErrorMsg(t,String(e))}},setTeamSize:t=>(n,a,r)=>{const i=s.b.string(t,"type",n),o=s.b.string(t,"name",a),l=s.b.number(t,"size",r),c=e(t);try{return c.setTeamSizeNetscriptFn(i,o,l,t.workerScript)}catch(e){throw s.b.makeRuntimeErrorMsg(t,String(e))}},getCityEstimatedPopulation:e=>r=>{const i=s.b.string(e,"cityName",r);t(e),n(e,i);const o=a.a.bladeburner;if(null===o)throw new Error("Should not be called without Bladeburner");return o.cities[i].popEst},getCityCommunities:e=>r=>{const i=s.b.string(e,"cityName",r);t(e),n(e,i);const o=a.a.bladeburner;if(null===o)throw new Error("Should not be called without Bladeburner");return o.cities[i].comms},getCityChaos:e=>r=>{const i=s.b.string(e,"cityName",r);t(e),n(e,i);const o=a.a.bladeburner;if(null===o)throw new Error("Should not be called without Bladeburner");return o.cities[i].chaos},getCity:t=>()=>e(t).city,switchCity:e=>r=>{const i=s.b.string(e,"cityName",r);t(e),n(e,i);const o=a.a.bladeburner;if(null===o)throw new Error("Should not be called without Bladeburner");return o.city=i,!0},getStamina:t=>()=>{const n=e(t);return[n.stamina,n.maxStamina]},joinBladeburnerFaction:t=>()=>e(t).joinBladeburnerFactionNetscriptFn(t.workerScript),joinBladeburnerDivision:t=>()=>(7===a.a.bitNodeN||a.a.sourceFileLvl(7)>0)&&(0!==i.a.BladeburnerRank&&(!!a.a.bladeburner||(a.a.skills.strength>=100&&a.a.skills.defense>=100&&a.a.skills.dexterity>=100&&a.a.skills.agility>=100?(a.a.bladeburner=new r.a,s.b.log(t,()=>"You have been accepted into the Bladeburner division"),!0):(s.b.log(t,()=>"You do not meet the requirements for joining the Bladeburner division"),!1)))),getBonusTime:t=>()=>{const n=e(t);return 1e3*Math.round(n.storedCycles/5)}}}},function(t,e,n){"use strict";n.d(e,"a",(function(){return s}));var a=n(1),r=n(2),i=n(600),o=n(315);function s(){const t=function(t,e,n,a){const i=r.b.getServer(t,n).getContract(a);if(null==i)throw r.b.makeRuntimeErrorMsg(t,`Cannot find contract '${a}' on server '${n}'`);return i};return{attempt:e=>(n,i,o=e.workerScript.hostname,{returnReward:s}={returnReward:!1})=>{const l=r.b.string(e,"filename",i),c=r.b.string(e,"hostname",o),f=t(e,0,c,l);if("number"!=typeof n&&"string"!=typeof n&&!Array.isArray(n))throw new Error("The answer provided was not a number, string, or array");const u="string"==typeof n?n:JSON.stringify(n),m=f.reward,h=r.b.getServer(e,c);if(f.isSolution(u)){const t=a.a.gainCodingContractReward(m,f.getDifficulty());return r.b.log(e,()=>`Successfully completed Coding Contract '${l}'. Reward: ${t}`),h.removeContract(l),!s||t}return++f.tries,f.tries>=f.getMaxNumTries()?(r.b.log(e,()=>`Coding Contract attempt '${l}' failed. Contract is now self-destructing`),h.removeContract(l)):r.b.log(e,()=>`Coding Contract attempt '${l}' failed. ${f.getMaxNumTries()-f.tries} attempts remaining.`),!!s&&""},getContractType:e=>(n,a=e.workerScript.hostname)=>{const i=r.b.string(e,"filename",n),o=r.b.string(e,"hostname",a);return t(e,0,o,i).getType()},getData:e=>(n,a=e.workerScript.hostname)=>{const i=r.b.string(e,"filename",n),o=r.b.string(e,"hostname",a),s=t(e,0,o,i).getData();if(Array.isArray(s)){const t=s.slice();for(let e=0;e(n,a=e.workerScript.hostname)=>{const i=r.b.string(e,"filename",n),o=r.b.string(e,"hostname",a);return t(e,0,o,i).getDescription()},getNumTriesRemaining:e=>(n,a=e.workerScript.hostname)=>{const i=r.b.string(e,"filename",n),o=r.b.string(e,"hostname",a),s=t(e,0,o,i);return s.getMaxNumTries()-s.tries},createDummyContract:t=>e=>{const n=r.b.string(t,"type",e);Object(o.b)(n)},getContractTypes:()=>()=>i.a.map(t=>t.name)}}},function(t,e,n){"use strict";n.d(e,"a",(function(){return p}));var a=n(1),r=n(60),i=n(271),o=n(391),s=n(43),l=n(52),c=n(36),f=n(307),u=n(30),m=n(25),h=n(2),d=n(251);function p(){function t(t){const e=n(),a=Object.values(i.b).find(e=>e.name===t);if(void 0===a)throw new Error(`No upgrade named '${t}'`);const r=a.index;return 1===e.unlockUpgrades[r]}function e(t,e){return void 0!==t.researched[e]&&t.researched[e]}function n(){const t=a.a.corporation;if(null===t)throw new Error("cannot be called without a corporation");return t}function p(t){const e=n().divisions.find(e=>e.name===t);if(void 0===e)throw new Error(`No division named '${t}'`);return e}function g(t,e){const n=p(t);if(!(e in n.offices))throw new Error(`Invalid city name '${e}'`);const a=n.offices[e];if(0===a)throw new Error(`${n.name} has not expanded to '${e}'`);return a}function b(t,e){const n=p(t);if(!(e in n.warehouses))throw new Error(`Invalid city name '${e}'`);const a=n.warehouses[e];if(0===a)throw new Error(`${n.name} has not expanded to '${e}'`);return a}function y(t,e,n){const a=b(t,e),r=n.replace(/ /g,""),i=a.materials[r];if(void 0===i)throw new Error(`Invalid material name: '${n}'`);return i}function E(t,e){const n=p(t).products[e];if(void 0===n)throw new Error(`Invalid product name: '${e}'`);return n}function v(t,e){if(null===a.a.corporation)throw h.b.makeRuntimeErrorMsg(t,"Must own a corporation.");if(e&&!a.a.corporation.unlockUpgrades[e])throw h.b.makeRuntimeErrorMsg(t,"You do not have access to this API.")}function k(t){const e=[];for(const n of Object.values(t.offices))0!==n&&e.push(n.loc);return{name:t.name,type:t.type,awareness:t.awareness,popularity:t.popularity,prodMult:t.prodMult,research:t.sciResearch.qty,lastCycleRevenue:t.lastCycleRevenue,lastCycleExpenses:t.lastCycleExpenses,thisCycleRevenue:t.thisCycleRevenue,thisCycleExpenses:t.thisCycleExpenses,upgrades:[0,t.numAdVerts],cities:e,products:void 0===t.products?[]:Object.keys(t.products),makesProducts:t.makesProducts}}return{...{getPurchaseWarehouseCost:t=>()=>(v(t,7),c.a.WarehouseInitialCost),getUpgradeWarehouseCost:t=>(e,n,a=1)=>{v(t,7);const i=h.b.string(t,"divisionName",e),o=h.b.city(t,"cityName",n),s=h.b.number(t,"amount",a);if(s<1)throw h.b.makeRuntimeErrorMsg(t,"You must provide a positive number");const l=b(i,o);return Object(r.F)(l,s)},hasWarehouse:t=>(e,n)=>{v(t,7);const a=h.b.string(t,"divisionName",e),r=h.b.city(t,"cityName",n),i=p(a);if(!(r in i.warehouses))throw new Error(`Invalid city name '${r}'`);return 0!==i.warehouses[r]},getWarehouse:t=>(e,n)=>{v(t,7);const a=b(h.b.string(t,"divisionName",e),h.b.city(t,"cityName",n));return{level:a.level,loc:a.loc,size:a.size,sizeUsed:a.sizeUsed,smartSupplyEnabled:a.smartSupplyEnabled}},getMaterial:t=>(e,a,r)=>{v(t,7);const i=y(h.b.string(t,"divisionName",e),h.b.city(t,"cityName",a),h.b.string(t,"materialName",r)),o=n(),s=i.exp.map(t=>({div:t.ind,loc:t.city,amt:t.amt}));return{cost:i.bCost,sCost:i.sCost,name:i.name,qty:i.qty,qlt:i.qlt,dmd:o.unlockUpgrades[2]?i.dmd:void 0,cmp:o.unlockUpgrades[3]?i.cmp:void 0,prod:i.prd,sell:i.sll,exp:s}},getProduct:t=>(e,a)=>{v(t,7);const r=E(h.b.string(t,"divisionName",e),h.b.string(t,"productName",a)),i=n();return{name:r.name,dmd:i.unlockUpgrades[2]?r.dmd:void 0,cmp:i.unlockUpgrades[3]?r.cmp:void 0,rat:r.rat,properties:{qlt:r.qlt,per:r.per,dur:r.dur,rel:r.rel,aes:r.aes,fea:r.fea},pCost:r.pCost,sCost:r.sCost,cityData:r.data,developmentProgress:r.prog}},purchaseWarehouse:t=>(e,a)=>{v(t,7);const i=h.b.string(t,"divisionName",e),o=h.b.city(t,"cityName",a),s=n();Object(r.q)(s,p(i),o)},upgradeWarehouse:t=>(e,a,i=1)=>{v(t,7);const o=h.b.string(t,"divisionName",e),s=h.b.city(t,"cityName",a),l=h.b.number(t,"amount",i),c=n();if(l<1)throw h.b.makeRuntimeErrorMsg(t,"You must provide a positive number");Object(r.E)(c,p(o),b(o,s),l)},sellMaterial:t=>(e,n,a,i,o)=>{v(t,7);const s=h.b.string(t,"divisionName",e),l=h.b.city(t,"cityName",n),c=h.b.string(t,"materialName",a),f=h.b.string(t,"amt",i),u=h.b.string(t,"price",o),m=y(s,l,c);Object(r.s)(m,f,u)},sellProduct:t=>(e,n,a,i,o,s)=>{v(t,7);const l=h.b.string(t,"divisionName",e),c=h.b.city(t,"cityName",n),f=h.b.string(t,"productName",a),u=h.b.string(t,"amt",i),m=h.b.string(t,"price",o),d=!!s,p=E(l,f);Object(r.t)(p,c,u,m,d)},discontinueProduct:t=>(e,n)=>{v(t,7);const a=h.b.string(t,"divisionName",e),r=h.b.string(t,"productName",n);p(a).discontinueProduct(E(a,r))},setSmartSupply:e=>(n,a,i)=>{v(e,7);const o=!!i,s=b(h.b.string(e,"divisionName",n),h.b.city(e,"cityName",a));if(!t("Smart Supply"))throw h.b.makeRuntimeErrorMsg(e,"You have not purchased the Smart Supply upgrade!");Object(r.z)(s,o)},setSmartSupplyUseLeftovers:e=>(n,a,i,o)=>{v(e,7);const s=h.b.string(e,"divisionName",n),l=h.b.city(e,"cityName",a),c=h.b.string(e,"materialName",i),f=!!o,u=b(s,l),m=y(s,l,c);if(!t("Smart Supply"))throw h.b.makeRuntimeErrorMsg(e,"You have not purchased the Smart Supply upgrade!");Object(r.A)(u,m,f)},buyMaterial:t=>(e,n,a,i)=>{v(t,7);const o=h.b.string(t,"divisionName",e),s=h.b.city(t,"cityName",n),l=h.b.string(t,"materialName",a),c=h.b.number(t,"amt",i);if(c<0)throw new Error("Invalid value for amount field! Must be numeric and greater than 0");const f=y(o,s,l);Object(r.f)(f,c)},bulkPurchase:t=>(a,i,o,s)=>{v(t,7);const l=h.b.string(t,"divisionName",a);if(!e(p(l),"Bulk Purchasing"))throw new Error("You have not researched Bulk Purchasing in "+l);const c=n(),f=h.b.city(t,"cityName",i),u=h.b.string(t,"materialName",o),m=h.b.number(t,"amt",s),d=b(l,f),g=y(l,f,u);Object(r.c)(c,d,g,m)},makeProduct:t=>(e,a,i,o,s)=>{v(t,7);const l=h.b.string(t,"divisionName",e),c=h.b.city(t,"cityName",a),f=h.b.string(t,"productName",i),u=h.b.number(t,"designInvest",o),m=h.b.number(t,"marketingInvest",s),d=n();Object(r.n)(d,p(l),c,f,u,m)},limitProductProduction:t=>(e,n,a,i)=>{v(t,7);const o=h.b.string(t,"divisionName",e),s=h.b.city(t,"cityName",n),l=h.b.string(t,"productName",a),c=h.b.number(t,"qty",i);Object(r.m)(E(o,l),s,c)},exportMaterial:t=>(e,n,a,i,o,s)=>{v(t,7);const l=h.b.string(t,"sourceDivision",e),c=h.b.string(t,"sourceCity",n),f=h.b.string(t,"targetDivision",a),u=h.b.string(t,"targetCity",i),m=h.b.string(t,"materialName",o),d=h.b.string(t,"amt",s);Object(r.h)(f,u,y(l,c,m),d+"",p(f))},cancelExportMaterial:t=>(e,n,a,i,o,s)=>{v(t,7);const l=h.b.string(t,"sourceDivision",e),c=h.b.string(t,"sourceCity",n),f=h.b.string(t,"targetDivision",a),u=h.b.string(t,"targetCity",i),m=h.b.string(t,"materialName",o),d=h.b.string(t,"amt",s);Object(r.g)(f,u,y(l,c,m),d+"")},limitMaterialProduction:t=>(e,n,a,i)=>{v(t,7);const o=h.b.string(t,"divisionName",e),s=h.b.city(t,"cityName",n),l=h.b.string(t,"materialName",a),c=h.b.number(t,"qty",i);Object(r.l)(y(o,s,l),c)},setMaterialMarketTA1:t=>(e,n,a,i)=>{v(t,7);const o=h.b.string(t,"divisionName",e),s=h.b.city(t,"cityName",n),l=h.b.string(t,"materialName",a),c=!!i;if(!p(o).hasResearch("Market-TA.I"))throw h.b.makeRuntimeErrorMsg(t,"You have not researched MarketTA.I for division: "+o);Object(r.v)(y(o,s,l),c)},setMaterialMarketTA2:t=>(e,n,a,i)=>{v(t,7);const o=h.b.string(t,"divisionName",e),s=h.b.city(t,"cityName",n),l=h.b.string(t,"materialName",a),c=!!i;if(!p(o).hasResearch("Market-TA.II"))throw h.b.makeRuntimeErrorMsg(t,"You have not researched MarketTA.II for division: "+o);Object(r.w)(y(o,s,l),c)},setProductMarketTA1:t=>(e,n,a)=>{v(t,7);const i=h.b.string(t,"divisionName",e),o=h.b.string(t,"productName",n),s=!!a;if(!p(i).hasResearch("Market-TA.I"))throw h.b.makeRuntimeErrorMsg(t,"You have not researched MarketTA.I for division: "+i);Object(r.x)(E(i,o),s)},setProductMarketTA2:t=>(e,n,a)=>{v(t,7);const i=h.b.string(t,"divisionName",e),o=h.b.string(t,"productName",n),s=!!a;if(!p(i).hasResearch("Market-TA.II"))throw h.b.makeRuntimeErrorMsg(t,"You have not researched MarketTA.II for division: "+i);Object(r.y)(E(i,o),s)}},...{getHireAdVertCost:t=>e=>{v(t,8);return p(h.b.string(t,"divisionName",e)).getAdVertCost()},getHireAdVertCount:t=>e=>{v(t,8);return p(h.b.string(t,"divisionName",e)).numAdVerts},getResearchCost:t=>(e,n)=>{v(t,8);const a=h.b.string(t,"divisionName",e),r=h.b.string(t,"researchName",n);return function(t,e){const n=l.c[t.type];if(void 0===n)throw new Error(`No research tree for industry '${t.type}'`);if(!n.getAllNodes().includes(e))throw new Error(`No research named '${e}'`);return f.a[e].cost}(p(a),r)},hasResearched:t=>(n,a)=>{v(t,8);const r=h.b.string(t,"divisionName",n),i=h.b.string(t,"researchName",a);return e(p(r),i)},getOfficeSizeUpgradeCost:t=>(e,n,a)=>{v(t,8);const r=h.b.string(t,"divisionName",e),i=h.b.city(t,"cityName",n),o=h.b.number(t,"size",a);if(o<0)throw new Error("Invalid value for size field! Must be numeric and greater than 0");const s=g(r,i),l=Math.round(s.size/c.a.OfficeInitialSize);let f=0;for(let t=0;t(e,n,a,i)=>{v(t,8);const o=h.b.string(t,"divisionName",e),l=h.b.city(t,"cityName",n),c=h.b.string(t,"employeeName",a),f=h.b.string(t,"job",i);if(!Object(d.a)(s.a,f))throw new Error(`'${f}' is not a valid job.`);const u=g(o,l);Object(r.a)(u,c,f)},setAutoJobAssignment:t=>(e,n,a,i)=>{v(t,8);const o=h.b.string(t,"divisionName",e),l=h.b.city(t,"cityName",n),c=h.b.number(t,"amount",i),f=h.b.string(t,"job",a);if(!Object(d.a)(s.a,f))throw new Error(`'${f}' is not a valid job.`);const u=g(o,l);return Object(r.b)(u,f,c)},hireEmployee:t=>(e,n)=>{v(t,8);const a=g(h.b.string(t,"divisionName",e),h.b.city(t,"cityName",n)).hireRandomEmployee();if(void 0!==a)return{name:a.name,mor:a.mor,hap:a.hap,ene:a.ene,int:a.int,cha:a.cha,exp:a.exp,cre:a.cre,eff:a.eff,sal:a.sal,loc:a.loc,pos:a.pos}},upgradeOfficeSize:t=>(e,a,i)=>{v(t,8);const o=h.b.string(t,"divisionName",e),s=h.b.city(t,"cityName",a),l=h.b.number(t,"size",i);if(l<0)throw new Error("Invalid value for size field! Must be numeric and greater than 0");const c=g(o,s),f=n();Object(r.D)(f,c,l)},throwParty:t=>(e,a,i)=>{v(t,8);const o=h.b.string(t,"divisionName",e),s=h.b.city(t,"cityName",a),l=h.b.number(t,"costPerEmployee",i);if(l<0)throw new Error("Invalid value for Cost Per Employee field! Must be numeric and greater than 0");const c=n(),f=g(o,s);return Object(r.B)(c,f,l)},buyCoffee:t=>(e,a)=>{v(t,8);const i=h.b.string(t,"divisionName",e),o=h.b.city(t,"cityName",a),s=n(),l=g(i,o);return Object(r.e)(s,l)},hireAdVert:t=>e=>{v(t,8);const a=h.b.string(t,"divisionName",e),i=n();Object(r.i)(i,p(a))},research:t=>(e,n)=>{v(t,8);const a=h.b.string(t,"divisionName",e),i=h.b.string(t,"researchName",n);Object(r.r)(p(a),i)},getOffice:t=>(e,n)=>{v(t,8);const a=g(h.b.string(t,"divisionName",e),h.b.city(t,"cityName",n));return{loc:a.loc,size:a.size,minEne:a.minEne,maxEne:a.maxEne,minHap:a.minHap,maxHap:a.maxHap,minMor:a.minMor,maxMor:a.maxMor,employees:a.employees.map(t=>t.name),employeeProd:{Operations:a.employeeProd[s.a.Operations],Engineer:a.employeeProd[s.a.Engineer],Business:a.employeeProd[s.a.Business],Management:a.employeeProd[s.a.Management],"Research & Development":a.employeeProd[s.a.RandD],Training:a.employeeProd[s.a.Training],Unassigned:0},employeeJobs:{Operations:a.employeeJobs[s.a.Operations],Engineer:a.employeeJobs[s.a.Engineer],Business:a.employeeJobs[s.a.Business],Management:a.employeeJobs[s.a.Management],"Research & Development":a.employeeJobs[s.a.RandD],Training:a.employeeJobs[s.a.Training],Unassigned:a.employeeJobs[s.a.Unassigned]}}},getEmployee:t=>(e,n,a)=>{v(t,8);const r=function(t,e,n){const a=g(t,e).employees.find(t=>t.name===n);if(void 0===a)throw new Error(`Invalid employee name: '${n}'`);return a}(h.b.string(t,"divisionName",e),h.b.city(t,"cityName",n),h.b.string(t,"employeeName",a));return{name:r.name,mor:r.mor,hap:r.hap,ene:r.ene,int:r.int,cha:r.cha,exp:r.exp,cre:r.cre,eff:r.eff,sal:r.sal,loc:r.loc,pos:r.pos}}},getMaterialNames:t=>()=>(v(t),[...c.a.AllMaterials]),getIndustryTypes:t=>()=>(v(t),[...c.a.AllIndustryTypes]),getUnlockables:t=>()=>(v(t),[...c.a.AllUnlocks]),getUpgradeNames:t=>()=>(v(t),[...c.a.AllUpgrades]),getResearchNames:t=>()=>(v(t),[...c.a.AllResearch]),expandIndustry:t=>(e,a)=>{v(t);const i=h.b.string(t,"industryName",e),o=h.b.string(t,"divisionName",a),s=n();Object(r.p)(s,i,o)},expandCity:t=>(e,a)=>{v(t);const i=h.b.string(t,"divisionName",e),o=h.b.city(t,"cityName",a);if(!c.a.Cities.includes(o))throw new Error("Invalid city name");const s=n(),l=p(i);Object(r.o)(s,l,o)},unlockUpgrade:t=>e=>{v(t);const a=h.b.string(t,"upgradeName",e),o=n(),s=Object.values(i.b).find(t=>t.name===a);if(void 0===s)throw new Error(`No upgrade named '${a}'`);Object(r.C)(o,s)},levelUpgrade:t=>e=>{v(t);const a=h.b.string(t,"upgradeName",e),i=n(),s=Object.values(o.a).find(t=>t.name===a);if(void 0===s)throw new Error(`No upgrade named '${a}'`);Object(r.k)(i,s)},issueDividends:t=>e=>{v(t);const a=h.b.number(t,"rate",e),i=c.a.DividendMaxRate;if(a<0||a>i)throw new Error("Invalid value for rate field! Must be numeric, greater than 0, and less than "+i);const o=n();if(!o.public)throw h.b.makeRuntimeErrorMsg(t,"Your company has not gone public!");Object(r.j)(o,a)},getDivision:t=>e=>{v(t);return k(p(h.b.string(t,"divisionName",e)))},getCorporation:t=>()=>{v(t);const e=n();return{name:e.name,funds:e.funds,revenue:e.revenue,expenses:e.expenses,public:e.public,totalShares:e.totalShares,numShares:e.numShares,shareSaleCooldown:e.shareSaleCooldown,issuedShares:e.issuedShares,sharePrice:e.sharePrice,dividendRate:e.dividendRate,dividendTax:e.dividendTax,dividendEarnings:e.getCycleDividends()/c.a.SecsPerMarketCycle,state:e.state.getState(),divisions:e.divisions.map(t=>k(t))}},createCorporation:t=>(e,n=!0)=>function(t,e=!0){if(!a.a.canAccessCorporation()||a.a.hasCorporation())return!1;if(!t)return!1;if(3!==a.a.bitNodeN&&!e)throw new Error("cannot use seed funds outside of BitNode 3");if(m.a.CorporationSoftcap<.15)throw new Error("You cannot create a corporation in Bitnode "+a.a.bitNodeN);if(e){if(!a.a.canAfford(15e10))return!1;a.a.startCorporation(t),a.a.loseMoney(15e10,"corporation")}else a.a.startCorporation(t,5e8);return!0}(h.b.string(t,"corporationName",e),!!n),hasUnlockUpgrade:e=>n=>{v(e);return t(h.b.string(e,"upgradeName",n))},getUnlockUpgradeCost:t=>e=>{v(t);return function(t){const e=Object.values(i.b).find(e=>e.name===t);if(void 0===e)throw new Error(`No upgrade named '${t}'`);return e.price}(h.b.string(t,"upgradeName",e))},getUpgradeLevel:t=>e=>{v(t);const a=h.b.string(t,"upgradeName",e);return function(t,e){const a=h.b.string(t,"upgradeName",e),r=n(),i=Object.values(o.a).find(t=>t.name===a);if(void 0===i)throw new Error(`No upgrade named '${a}'`);const s=i.index;return r.upgrades[s]}(t,a)},getUpgradeLevelCost:t=>e=>{v(t);const a=h.b.string(t,"upgradeName",e);return function(t,e){const a=h.b.string(t,"upgradeName",e),r=n(),i=Object.values(o.a).find(t=>t.name===a);if(void 0===i)throw new Error(`No upgrade named '${a}'`);const s=i.index,l=i.basePrice,c=i.priceMult,f=r.upgrades[s];return l*Math.pow(c,f)}(t,a)},getExpandIndustryCost:t=>e=>{v(t);return function(t){const e=l.d[t];if(void 0===e)throw new Error(`Invalid industry: '${t}'`);return e}(h.b.string(t,"industryName",e))},getExpandCityCost:t=>()=>(v(t),c.a.OfficeInitialCost),getInvestmentOffer:t=>()=>(v(t),function(){const t=n();if(t.fundingRound>=c.a.FundingRoundShares.length||t.fundingRound>=c.a.FundingRoundMultiplier.length||t.public)return{funds:0,shares:0,round:t.fundingRound+1};const e=t.valuation,a=c.a.FundingRoundShares[t.fundingRound];return{funds:e*a*c.a.FundingRoundMultiplier[t.fundingRound],shares:Math.floor(c.a.INITIALSHARES*a),round:t.fundingRound+1}}()),acceptInvestmentOffer:t=>()=>(v(t),function(){const t=n();if(t.fundingRound>=c.a.FundingRoundShares.length||t.fundingRound>=c.a.FundingRoundMultiplier.length||t.public)return!1;const e=t.valuation,a=c.a.FundingRoundShares[t.fundingRound],r=e*a*c.a.FundingRoundMultiplier[t.fundingRound],i=Math.floor(c.a.INITIALSHARES*a);return t.fundingRound++,t.addFunds(r),t.numShares-=i,!0}()),goPublic:t=>e=>{v(t);return function(t){const e=n(),a=e.valuation/e.totalShares;if(isNaN(t))throw new Error("Invalid value for number of issued shares");if(t<0)throw new Error("Invalid value for number of issued shares");if(t>e.numShares)throw new Error("You don't have that many shares to issue!");return e.public=!0,e.sharePrice=a,e.issuedShares=t,e.numShares-=t,e.addFunds(t*a),!0}(h.b.number(t,"numShares",e))},sellShares:t=>e=>{v(t);const a=h.b.number(t,"numShares",e);return Object(r.u)(n(),a)},buyBackShares:t=>e=>{v(t);const a=h.b.number(t,"numShares",e);return Object(r.d)(n(),a)},bribe:t=>(e,r)=>{v(t);return function(t,e){if(!a.a.factions.includes(t))throw new Error("Invalid faction name");if(isNaN(e)||e<0)throw new Error("Invalid value for amount field! Must be numeric, greater than 0.");const r=n();if(r.funds()=>(v(t),1e3*Math.round(n().storedCycles/5))}}},function(t,e,n){"use strict";function a(t,e,n){return e in t?Object.defineProperty(t,e,{value:n,enumerable:!0,configurable:!0,writable:!0}):t[e]=n,t}n.d(e,"a",(function(){return r}));class r{constructor(t={name:"",cost:0,desc:""}){a(this,"name",""),a(this,"cost",0),a(this,"desc",""),a(this,"advertisingMult",1),a(this,"employeeChaMult",1),a(this,"employeeCreMult",1),a(this,"employeeEffMult",1),a(this,"employeeIntMult",1),a(this,"productionMult",1),a(this,"productProductionMult",1),a(this,"salesMult",1),a(this,"sciResearchMult",1),a(this,"storageMult",1),this.name=t.name,this.cost=t.cost,this.desc=t.desc,t.advertisingMult&&(this.advertisingMult=t.advertisingMult),t.employeeChaMult&&(this.employeeChaMult=t.employeeChaMult),t.employeeCreMult&&(this.employeeCreMult=t.employeeCreMult),t.employeeEffMult&&(this.employeeEffMult=t.employeeEffMult),t.employeeIntMult&&(this.employeeIntMult=t.employeeIntMult),t.productionMult&&(this.productionMult=t.productionMult),t.productProductionMult&&(this.productProductionMult=t.productProductionMult),t.salesMult&&(this.salesMult=t.salesMult),t.sciResearchMult&&(this.sciResearchMult=t.sciResearchMult),t.storageMult&&(this.storageMult=t.storageMult)}}},function(t,e,n){"use strict";n.d(e,"a",(function(){return a}));const a=[{name:"AutoBrew",cost:12e3,desc:"Automatically keep your employees fully caffeinated with coffee injections. This research will keep the energy of all employees at its maximum possible value, for no cost. This will also disable the Coffee upgrade."},{name:"AutoPartyManager",cost:15e3,desc:"Automatically analyzes your employees' happiness and morale and boosts them whenever it detects a decrease. This research will keep the morale and happiness of all employees at their maximum possible values, for no cost. This will also disable the 'Throw Party' feature."},{name:"Automatic Drug Administration",cost:1e4,desc:"Research how to automatically administer performance-enhancing drugs to all of your employees. This unlocks Drug-related Research."},{name:"Bulk Purchasing",cost:5e3,desc:"Research the art of buying materials in bulk. This allows you to purchase any amount of a material instantly."},{name:"CPH4 Injections",cost:25e3,desc:"Develop an advanced and harmless synthetic drug that is administered to employees to increase all of their stats, except experience, by 10%.",employeeCreMult:1.1,employeeChaMult:1.1,employeeEffMult:1.1,employeeIntMult:1.1},{name:"Drones",cost:5e3,desc:"Acquire the knowledge needed to create advanced drones. This research does nothing by itself, but unlocks other Drone-related research."},{name:"Drones - Assembly",cost:25e3,desc:"Manufacture and use Assembly Drones to improve the efficiency of your production lines. This increases all production by 20%.",productionMult:1.2},{name:"Drones - Transport",cost:3e4,desc:"Manufacture and use intelligent Transport Drones to optimize your warehouses. This increases the storage space of all warehouses by 50%.",storageMult:1.5},{name:"Go-Juice",cost:25e3,desc:"Provide employees with Go-Juice, a coffee-derivative that further enhances the brain's dopamine production. This increases the maximum energy of all employees by 10."},{name:"Hi-Tech R&D Laboratory",cost:5e3,desc:"Construct a cutting edge facility dedicated to advanced research and and development. This allows you to spend Scientific Research on powerful upgrades. It also globally increases Scientific Research production by 10%.",sciResearchMult:1.1},{name:"HRBuddy-Recruitment",cost:15e3,desc:"Use automated software to handle the hiring of employees. With this research, each office will automatically hire one employee per market cycle if there is available space."},{name:"HRBuddy-Training",cost:2e4,desc:"Use automated software to handle the training of employees. With this research, each employee hired with HRBuddy-Recruitment will automatically be assigned to 'Training', rather than being unassigned."},{name:"JoyWire",cost:2e4,desc:"A brain implant which is installed in employees, increasing their maximum happiness by 10."},{name:"Market-TA.I",cost:2e4,desc:"Develop advanced AI software that uses technical analysis to help you understand and exploit the market. This research allows you to know what price to sell your Materials/Products at in order to avoid losing sales due to having too high of a mark-up. It also lets you automatically use that sale price."},{name:"Market-TA.II",cost:5e4,desc:"Develop double-advanced AI software that uses technical analysis to help you understand and exploit the market. This research allows you to know how many sales of a Material/Product you lose or gain from having too high or too low or a sale price. It also lets you automatically set the sale price of your Materials/Products at the optimal price such that the amount sold matches the amount produced."},{name:"Overclock",cost:15e3,desc:"Equip employees with a headset that uses transcranial direct current stimulation (tDCS) to increase the speed of their neurotransmitters. This research increases the intelligence and efficiency of all employees by 25%.",employeeEffMult:1.25,employeeIntMult:1.25},{name:"Self-Correcting Assemblers",cost:25e3,desc:"Create assemblers that can be used for universal production. These assemblers use deep learning to improve their efficiency at their tasks. This research increases all production by 10%",productionMult:1.1},{name:"Sti.mu",cost:3e4,desc:"Upgrade the tDCS headset to stimulate regions of the brain that control confidence and enthusiasm. This research increases the max morale of all employees by 10."},{name:"sudo.Assist",cost:15e3,desc:"Develop a virtual assistant AI to handle and manage administrative issues for your corporation."},{name:"uPgrade: Capacity.I",cost:2e4,desc:"Expand the industry's capacity for designing and manufacturing its various products. This increases the industry's maximum number of products by 1 (from 3 to 4)."},{name:"uPgrade: Capacity.II",cost:3e4,desc:"Expand the industry's capacity for designing and manufacturing its various products. This increases the industry's maximum number of products by 1 (from 4 to 5)."},{name:"uPgrade: Dashboard",cost:5e3,desc:"Improve the software used to manage the industry's production line for its various products. This allows you to manage the production and sale of a product before it's finished being designed."},{name:"uPgrade: Fulcrum",cost:1e4,desc:"Streamline the manufacturing of this industry's various products. This research increases the production of your products by 5%",productProductionMult:1.05}]},function(module,__webpack_exports__,__webpack_require__){"use strict";__webpack_require__.d(__webpack_exports__,"a",(function(){return Industry}));var _utils_JSONReviver__WEBPACK_IMPORTED_MODULE_0__=__webpack_require__(16),_Locations_data_CityNames__WEBPACK_IMPORTED_MODULE_1__=__webpack_require__(17),_IndustryData__WEBPACK_IMPORTED_MODULE_2__=__webpack_require__(52),_data_Constants__WEBPACK_IMPORTED_MODULE_3__=__webpack_require__(36),_EmployeePositions__WEBPACK_IMPORTED_MODULE_4__=__webpack_require__(43),_Material__WEBPACK_IMPORTED_MODULE_5__=__webpack_require__(259),_utils_helpers_getRandomInt__WEBPACK_IMPORTED_MODULE_6__=__webpack_require__(35),_utils_calculateEffectWithFactors__WEBPACK_IMPORTED_MODULE_7__=__webpack_require__(1107),_OfficeSpace__WEBPACK_IMPORTED_MODULE_8__=__webpack_require__(623),_ui_React_DialogBox__WEBPACK_IMPORTED_MODULE_9__=__webpack_require__(19),_utils_helpers_isString__WEBPACK_IMPORTED_MODULE_10__=__webpack_require__(189),_MaterialSizes__WEBPACK_IMPORTED_MODULE_11__=__webpack_require__(184),_Warehouse__WEBPACK_IMPORTED_MODULE_12__=__webpack_require__(624);function _defineProperty(t,e,n){return e in t?Object.defineProperty(t,e,{value:n,enumerable:!0,configurable:!0,writable:!0}):t[e]=n,t}class Industry{constructor(t={}){_defineProperty(this,"name",""),_defineProperty(this,"type",_IndustryData__WEBPACK_IMPORTED_MODULE_2__.a.Agriculture),_defineProperty(this,"sciResearch",new _Material__WEBPACK_IMPORTED_MODULE_5__.a({name:"Scientific Research"})),_defineProperty(this,"researched",{}),_defineProperty(this,"reqMats",{}),_defineProperty(this,"prodMats",[]),_defineProperty(this,"products",{}),_defineProperty(this,"makesProducts",!1),_defineProperty(this,"awareness",0),_defineProperty(this,"popularity",0),_defineProperty(this,"startingCost",0),_defineProperty(this,"reFac",0),_defineProperty(this,"sciFac",0),_defineProperty(this,"hwFac",0),_defineProperty(this,"robFac",0),_defineProperty(this,"aiFac",0),_defineProperty(this,"advFac",0),_defineProperty(this,"prodMult",0),_defineProperty(this,"state","START"),_defineProperty(this,"newInd",!0),_defineProperty(this,"offices",{[_Locations_data_CityNames__WEBPACK_IMPORTED_MODULE_1__.a.Aevum]:0,[_Locations_data_CityNames__WEBPACK_IMPORTED_MODULE_1__.a.Chongqing]:0,[_Locations_data_CityNames__WEBPACK_IMPORTED_MODULE_1__.a.Sector12]:new _OfficeSpace__WEBPACK_IMPORTED_MODULE_8__.a({loc:_Locations_data_CityNames__WEBPACK_IMPORTED_MODULE_1__.a.Sector12,size:_data_Constants__WEBPACK_IMPORTED_MODULE_3__.a.OfficeInitialSize}),[_Locations_data_CityNames__WEBPACK_IMPORTED_MODULE_1__.a.NewTokyo]:0,[_Locations_data_CityNames__WEBPACK_IMPORTED_MODULE_1__.a.Ishima]:0,[_Locations_data_CityNames__WEBPACK_IMPORTED_MODULE_1__.a.Volhaven]:0}),_defineProperty(this,"numAdVerts",0),this.name=t.name?t.name:"",this.type=t.type?t.type:_IndustryData__WEBPACK_IMPORTED_MODULE_2__.a.Agriculture,this.lastCycleRevenue=0,this.lastCycleExpenses=0,this.thisCycleRevenue=0,this.thisCycleExpenses=0,this.warehouses={[_Locations_data_CityNames__WEBPACK_IMPORTED_MODULE_1__.a.Aevum]:0,[_Locations_data_CityNames__WEBPACK_IMPORTED_MODULE_1__.a.Chongqing]:0,[_Locations_data_CityNames__WEBPACK_IMPORTED_MODULE_1__.a.Sector12]:new _Warehouse__WEBPACK_IMPORTED_MODULE_12__.a({corp:t.corp,industry:this,loc:_Locations_data_CityNames__WEBPACK_IMPORTED_MODULE_1__.a.Sector12,size:_data_Constants__WEBPACK_IMPORTED_MODULE_3__.a.WarehouseInitialSize}),[_Locations_data_CityNames__WEBPACK_IMPORTED_MODULE_1__.a.NewTokyo]:0,[_Locations_data_CityNames__WEBPACK_IMPORTED_MODULE_1__.a.Ishima]:0,[_Locations_data_CityNames__WEBPACK_IMPORTED_MODULE_1__.a.Volhaven]:0},this.init()}init(){const t=_IndustryData__WEBPACK_IMPORTED_MODULE_2__.d[this.type];if(void 0===t)throw new Error(`Invalid industry: "${this.type}"`);switch(this.startingCost=t,this.type){case _IndustryData__WEBPACK_IMPORTED_MODULE_2__.a.Energy:this.reFac=.65,this.sciFac=.7,this.robFac=.05,this.aiFac=.3,this.advFac=.08,this.reqMats={Hardware:.1,Metal:.2},this.prodMats=["Energy"];break;case _IndustryData__WEBPACK_IMPORTED_MODULE_2__.a.Utilities:case"Utilities":this.reFac=.5,this.sciFac=.6,this.robFac=.4,this.aiFac=.4,this.advFac=.08,this.reqMats={Hardware:.1,Metal:.1},this.prodMats=["Water"];break;case _IndustryData__WEBPACK_IMPORTED_MODULE_2__.a.Agriculture:this.reFac=.72,this.sciFac=.5,this.hwFac=.2,this.robFac=.3,this.aiFac=.3,this.advFac=.04,this.reqMats={Water:.5,Energy:.5},this.prodMats=["Plants","Food"];break;case _IndustryData__WEBPACK_IMPORTED_MODULE_2__.a.Fishing:this.reFac=.15,this.sciFac=.35,this.hwFac=.35,this.robFac=.5,this.aiFac=.2,this.advFac=.08,this.reqMats={Energy:.5},this.prodMats=["Food"];break;case _IndustryData__WEBPACK_IMPORTED_MODULE_2__.a.Mining:this.reFac=.3,this.sciFac=.26,this.hwFac=.4,this.robFac=.45,this.aiFac=.45,this.advFac=.06,this.reqMats={Energy:.8},this.prodMats=["Metal"];break;case _IndustryData__WEBPACK_IMPORTED_MODULE_2__.a.Food:this.sciFac=.12,this.hwFac=.15,this.robFac=.3,this.aiFac=.25,this.advFac=.25,this.reFac=.05,this.reqMats={Food:.5,Water:.5,Energy:.2},this.makesProducts=!0;break;case _IndustryData__WEBPACK_IMPORTED_MODULE_2__.a.Tobacco:this.reFac=.15,this.sciFac=.75,this.hwFac=.15,this.robFac=.2,this.aiFac=.15,this.advFac=.2,this.reqMats={Plants:1,Water:.2},this.makesProducts=!0;break;case _IndustryData__WEBPACK_IMPORTED_MODULE_2__.a.Chemical:this.reFac=.25,this.sciFac=.75,this.hwFac=.2,this.robFac=.25,this.aiFac=.2,this.advFac=.07,this.reqMats={Plants:1,Energy:.5,Water:.5},this.prodMats=["Chemicals"];break;case _IndustryData__WEBPACK_IMPORTED_MODULE_2__.a.Pharmaceutical:this.reFac=.05,this.sciFac=.8,this.hwFac=.15,this.robFac=.25,this.aiFac=.2,this.advFac=.16,this.reqMats={Chemicals:2,Energy:1,Water:.5},this.prodMats=["Drugs"],this.makesProducts=!0;break;case _IndustryData__WEBPACK_IMPORTED_MODULE_2__.a.Computer:case"Computer":this.reFac=.2,this.sciFac=.62,this.robFac=.36,this.aiFac=.19,this.advFac=.17,this.reqMats={Metal:2,Energy:1},this.prodMats=["Hardware"],this.makesProducts=!0;break;case _IndustryData__WEBPACK_IMPORTED_MODULE_2__.a.Robotics:this.reFac=.32,this.sciFac=.65,this.aiFac=.36,this.advFac=.18,this.hwFac=.19,this.reqMats={Hardware:5,Energy:3},this.prodMats=["Robots"],this.makesProducts=!0;break;case _IndustryData__WEBPACK_IMPORTED_MODULE_2__.a.Software:this.sciFac=.62,this.advFac=.16,this.hwFac=.25,this.reFac=.15,this.aiFac=.18,this.robFac=.05,this.reqMats={Hardware:.5,Energy:.5},this.prodMats=["AICores"],this.makesProducts=!0;break;case _IndustryData__WEBPACK_IMPORTED_MODULE_2__.a.Healthcare:this.reFac=.1,this.sciFac=.75,this.advFac=.11,this.hwFac=.1,this.robFac=.1,this.aiFac=.1,this.reqMats={Robots:10,AICores:5,Energy:5,Water:5},this.makesProducts=!0;break;case _IndustryData__WEBPACK_IMPORTED_MODULE_2__.a.RealEstate:this.robFac=.6,this.aiFac=.6,this.advFac=.25,this.sciFac=.05,this.hwFac=.05,this.reqMats={Metal:5,Energy:5,Water:2,Hardware:4},this.prodMats=["RealEstate"],this.makesProducts=!0;break;default:return void console.error("Invalid Industry Type passed into Industry.init(): "+this.type)}}getProductDescriptionText(){if(!this.makesProducts)return"";switch(this.type){case _IndustryData__WEBPACK_IMPORTED_MODULE_2__.a.Food:return"create and manage restaurants";case _IndustryData__WEBPACK_IMPORTED_MODULE_2__.a.Tobacco:return"create tobacco and tobacco-related products";case _IndustryData__WEBPACK_IMPORTED_MODULE_2__.a.Pharmaceutical:return"develop new pharmaceutical drugs";case _IndustryData__WEBPACK_IMPORTED_MODULE_2__.a.Computer:case"Computer":return"create new computer hardware and networking infrastructures";case _IndustryData__WEBPACK_IMPORTED_MODULE_2__.a.Robotics:return"build specialized robots and robot-related products";case _IndustryData__WEBPACK_IMPORTED_MODULE_2__.a.Software:return"develop computer software";case _IndustryData__WEBPACK_IMPORTED_MODULE_2__.a.Healthcare:return"build and manage hospitals";case _IndustryData__WEBPACK_IMPORTED_MODULE_2__.a.RealEstate:return"develop and manage real estate properties";default:return console.error("Invalid industry type in Industry.getProductDescriptionText"),""}}getMaximumNumberProducts(){if(!this.makesProducts)return 0;let t=0;return this.hasResearch("uPgrade: Capacity.I")&&++t,this.hasResearch("uPgrade: Capacity.II")&&++t,_data_Constants__WEBPACK_IMPORTED_MODULE_3__.a.BaseMaxProducts+t}hasMaximumNumberProducts(){return Object.keys(this.products).length>=this.getMaximumNumberProducts()}calculateProductionFactors(){let t=0;for(let e=0;e<_data_Constants__WEBPACK_IMPORTED_MODULE_3__.a.Cities.length;++e){const n=_data_Constants__WEBPACK_IMPORTED_MODULE_3__.a.Cities[e],a=this.warehouses[n];if(!a)continue;const r=a.materials,i=Math.pow(.002*r.RealEstate.qty+1,this.reFac)*Math.pow(.002*r.Hardware.qty+1,this.hwFac)*Math.pow(.002*r.Robots.qty+1,this.robFac)*Math.pow(.002*r.AICores.qty+1,this.aiFac);t+=Math.pow(i,.73)}this.prodMult=t<1?1:t}updateWarehouseSizeUsed(t){t.updateMaterialSizeUsed();for(const e of Object.keys(this.products))if(this.products.hasOwnProperty(e)){const n=this.products[e];if(void 0===n)continue;t.sizeUsed+=n.data[t.loc][0]*n.siz}}process(t=1,e,n){if(this.state=e,"START"===e){(isNaN(this.thisCycleRevenue)||isNaN(this.thisCycleExpenses))&&(console.error("NaN in Corporation's computed revenue/expenses"),Object(_ui_React_DialogBox__WEBPACK_IMPORTED_MODULE_9__.a)("Something went wrong when compting Corporation's revenue/expenses. This is a bug. Please report to game developer"),this.thisCycleRevenue=0,this.thisCycleExpenses=0),this.lastCycleRevenue=this.thisCycleRevenue/(t*_data_Constants__WEBPACK_IMPORTED_MODULE_3__.a.SecsPerMarketCycle),this.lastCycleExpenses=this.thisCycleExpenses/(t*_data_Constants__WEBPACK_IMPORTED_MODULE_3__.a.SecsPerMarketCycle),this.thisCycleRevenue=0,this.thisCycleExpenses=0,this.lastCycleRevenue>0&&(this.newInd=!1);let e=0;for(const a of Object.keys(this.offices)){const r=this.offices[a];r&&(e+=r.process(t,n,this))}this.thisCycleExpenses=this.thisCycleExpenses+e,this.processMaterialMarket(),this.processProductMarket(t),this.popularity-=1e-4*t,this.popularity=Math.max(0,this.popularity);const a=n.getDreamSenseGain(),r=4*a;if(a>0){const e=this.awareness+r*t;this.awareness=Math.min(e,Number.MAX_VALUE);const n=this.popularity+a*t;this.popularity=Math.min(n,Number.MAX_VALUE)}return}let a=this.processMaterials(t,n);Array.isArray(a)&&(this.thisCycleRevenue=this.thisCycleRevenue+a[0],this.thisCycleExpenses=this.thisCycleExpenses+a[1]),a=this.processProducts(t,n),Array.isArray(a)&&(this.thisCycleRevenue=this.thisCycleRevenue+a[0],this.thisCycleExpenses=this.thisCycleExpenses+a[1])}processMaterialMarket(){const t=this.reqMats,e=this.prodMats;for(let n=0;n<_data_Constants__WEBPACK_IMPORTED_MODULE_3__.a.Cities.length;++n)if(this.warehouses[_data_Constants__WEBPACK_IMPORTED_MODULE_3__.a.Cities[n]]){const a=this.warehouses[_data_Constants__WEBPACK_IMPORTED_MODULE_3__.a.Cities[n]];if(0===a)continue;for(const e of Object.keys(t))t.hasOwnProperty(e)&&a.materials[e].processMarket();for(let t=0;t0&&(e.qty+=n,expenses+=n*e.bCost),this.updateWarehouseSizeUsed(warehouse))}const t={};for(const e of Object.keys(warehouse.materials)){if(!warehouse.materials.hasOwnProperty(e))continue;if(!warehouse.smartSupplyEnabled||!Object.keys(this.reqMats).includes(e))continue;const n=warehouse.materials[e],a=this.reqMats[e];if(void 0===a)throw new Error(`reqMat "${e}" is undefined`);n.buy=a*warehouse.smartSupplyStore;let r=n.buy*_data_Constants__WEBPACK_IMPORTED_MODULE_3__.a.SecsPerMarketCycle*marketCycles;const i=Math.floor((warehouse.size-warehouse.sizeUsed)/_MaterialSizes__WEBPACK_IMPORTED_MODULE_11__.a[e]);r=Math.min(r,i),r>0&&(t[e]=r)}let e=1e99;for(const n of Object.keys(t)){const a=t[n];if(void 0===a)throw new Error("Somehow smartbuy matname is undefined");const r=this.reqMats[n];if(void 0===r)throw new Error(`reqMat "${n}" is undefined`);const i=a/r;ia)for(const e of Object.keys(t)){const r=t[e];if(void 0===r)throw new Error("Somehow smartbuy matname is undefined");t[e]=Math.floor(r*a/n)}for(const e of Object.keys(t)){if(!warehouse.smartSupplyUseLeftovers[e])continue;const n=warehouse.materials[e],a=t[e];if(void 0===a)throw new Error("Somehow smartbuy matname is undefined");t[e]=Math.max(0,a-n.qty)}for(const[e,n]of Object.entries(t)){const t=warehouse.materials[e];if(void 0===n)throw new Error("Somehow smartbuy matname is undefined");t.qty+=n,expenses+=n*t.bCost}break}case"PRODUCTION":if(warehouse.smartSupplyStore=0,this.prodMats.length>0){const t=warehouse.materials[this.prodMats[0]],e=this.getOfficeProductivity(office)*this.prodMult*corporation.getProductionMultiplier()*this.getProductionMultiplier();let n;n=t.prdman[0]?Math.min(e,t.prdman[1]):e,n*=_data_Constants__WEBPACK_IMPORTED_MODULE_3__.a.SecsPerMarketCycle*marketCycles;let a=0;for(let t=0;t0){const t=Math.floor((warehouse.size-warehouse.sizeUsed)/a);n=Math.min(t,n)}n<0&&(n=0),warehouse.smartSupplyStore+=n/(_data_Constants__WEBPACK_IMPORTED_MODULE_3__.a.SecsPerMarketCycle*marketCycles);let r=1;for(const t of Object.keys(this.reqMats))if(this.reqMats.hasOwnProperty(t)){const e=this.reqMats[t];if(void 0===e)continue;const a=e*n;warehouse.materials[t].qty0&&n>0){for(const t of Object.keys(this.reqMats)){const e=this.reqMats[t];if(void 0===e)continue;const a=e*n*r;warehouse.materials[t].qty-=a,warehouse.materials[t].prd=0,warehouse.materials[t].prd-=a/(_data_Constants__WEBPACK_IMPORTED_MODULE_3__.a.SecsPerMarketCycle*marketCycles)}for(let t=0;tmat.bCost?sCost-mat.bCost>markupLimit&&(markup=Math.pow(markupLimit/(sCost-mat.bCost),2)):sCost=0?(mat.qty-=sellAmt,revenue+=sellAmt*sCost,mat.sll=sellAmt/(_data_Constants__WEBPACK_IMPORTED_MODULE_3__.a.SecsPerMarketCycle*marketCycles)):mat.sll=0}break;case"EXPORT":for(const matName of Object.keys(warehouse.materials))if(warehouse.materials.hasOwnProperty(matName)){const mat=warehouse.materials[matName];mat.totalExp=0;for(let expI=0;expI=n.size)return[0,0];{const t=Math.floor((n.size-n.sizeUsed)/_MaterialSizes__WEBPACK_IMPORTED_MODULE_11__.a[matName]);amt=Math.min(t,amt)}n.materials[matName].imp+=amt/(_data_Constants__WEBPACK_IMPORTED_MODULE_3__.a.SecsPerMarketCycle*marketCycles),n.materials[matName].qty+=amt,n.materials[matName].qlt=mat.qlt,mat.qty-=amt,mat.totalExp+=amt,e.updateWarehouseSizeUsed(n);break}}}mat.totalExp/=_data_Constants__WEBPACK_IMPORTED_MODULE_3__.a.SecsPerMarketCycle*marketCycles}break;case"START":break;default:console.error("Invalid state: "+this.state)}this.updateWarehouseSizeUsed(warehouse)}office&&(this.sciResearch.qty+=.004*Math.pow(office.employeeProd[_EmployeePositions__WEBPACK_IMPORTED_MODULE_4__.a.RandD],.5)*corporation.getScientificResearchMultiplier()*this.getScientificResearchMultiplier())}}return[revenue,expenses]}processProducts(t=1,e){let n=0;if("PRODUCTION"===this.state)for(const e of Object.keys(this.products)){const n=this.products[e];if(void 0!==n&&!n.fin){const e=n.createCity,a=this.offices[e];if(0===a)continue;n.createProduct(t,a.employeeProd),n.prog>=100&&n.finishProduct(this);break}}for(const a of Object.keys(this.products))if(this.products.hasOwnProperty(a)){const r=this.products[a];r&&r.fin&&(n+=this.processProduct(t,r,e))}return[n,0]}processProduct(marketCycles=1,product,corporation){let totalProfit=0;for(let i=0;i<_data_Constants__WEBPACK_IMPORTED_MODULE_3__.a.Cities.length;++i){const city=_data_Constants__WEBPACK_IMPORTED_MODULE_3__.a.Cities[i],office=this.offices[city];if(0===office)continue;const warehouse=this.warehouses[city];if(warehouse)switch(this.state){case"PRODUCTION":{const t=this.getOfficeProductivity(office,{forProduct:!0})*corporation.getProductionMultiplier()*this.prodMult*this.getProductionMultiplier()*this.getProductProductionMultiplier();let e;e=product.prdman[city][0]?Math.min(t,product.prdman[city][1]):t,e*=_data_Constants__WEBPACK_IMPORTED_MODULE_3__.a.SecsPerMarketCycle*marketCycles;let n=product.siz;for(const t of Object.keys(product.reqMats))if(product.reqMats.hasOwnProperty(t)){const e=product.reqMats[t];n-=_MaterialSizes__WEBPACK_IMPORTED_MODULE_11__.a[t]*e}if(n>0){const t=Math.floor((warehouse.size-warehouse.sizeUsed)/n);e=Math.min(t,e)}warehouse.smartSupplyStore+=e/(_data_Constants__WEBPACK_IMPORTED_MODULE_3__.a.SecsPerMarketCycle*marketCycles);let a=1;for(const t of Object.keys(product.reqMats))if(product.reqMats.hasOwnProperty(t)){const n=product.reqMats[t]*e;warehouse.materials[t].qty0&&e>0){for(const t of Object.keys(product.reqMats))if(product.reqMats.hasOwnProperty(t)){const n=product.reqMats[t]*e*a;warehouse.materials[t].qty-=n,warehouse.materials[t].prd-=n/(_data_Constants__WEBPACK_IMPORTED_MODULE_3__.a.SecsPerMarketCycle*marketCycles)}product.data[city][0]+=e*a}product.data[city][1]=e*a/(_data_Constants__WEBPACK_IMPORTED_MODULE_3__.a.SecsPerMarketCycle*marketCycles);break}case"SALE":{product.pCost=0;for(const t of Object.keys(product.reqMats))product.reqMats.hasOwnProperty(t)&&(product.pCost+=product.reqMats[t]*warehouse.materials[t].bCost);product.pCost*=_data_Constants__WEBPACK_IMPORTED_MODULE_3__.a.ProductProductionCostRatio;const businessFactor=this.getBusinessFactor(office),advertisingFactor=this.getAdvertisingFactors()[0],marketFactor=this.getMarketFactor(product),markupLimit=product.rat/product.mku;let sCost;if(product.marketTa2){const t=product.data[city][1],e=markupLimit,n=t,a=.5*Math.pow(product.rat,.65)*marketFactor*corporation.getSalesMultiplier()*businessFactor*advertisingFactor*this.getSalesMultiplier(),r=Math.sqrt(n/a);let i;0===a||0===r?0===n?i=0:(i=product.pCost+markupLimit,console.warn("In Corporation, found illegal 0s when trying to calculate MarketTA2 sale cost")):i=e/r+product.pCost,product.marketTa2Price[city]=i,sCost=i}else if(product.marketTa1)sCost=product.pCost+markupLimit;else if(Object(_utils_helpers_isString__WEBPACK_IMPORTED_MODULE_10__.a)(product.sCost)){const sCostString=product.sCost;0===product.mku&&(console.error("mku is zero, reverting to 1 to avoid Infinity"),product.mku=1),sCost=sCostString.replace(/MP/g,product.pCost+product.rat/product.mku+""),sCost=eval(sCost)}else sCost=product.sCost;let markup=1,sellAmt;if(sCost>product.pCost&&sCost-product.pCost>markupLimit&&(markup=markupLimit/(sCost-product.pCost)),product.maxsll=.5*Math.pow(product.rat,.65)*marketFactor*corporation.getSalesMultiplier()*Math.pow(markup,2)*businessFactor*advertisingFactor*this.getSalesMultiplier(),product.sllman[city][0]&&Object(_utils_helpers_isString__WEBPACK_IMPORTED_MODULE_10__.a)(product.sllman[city][1])){let tmp=product.sllman[city][1].replace(/MAX/g,(product.maxsll+"").toUpperCase());tmp=tmp.replace(/PROD/g,product.data[city][1]);try{tmp=eval(tmp)}catch(t){Object(_ui_React_DialogBox__WEBPACK_IMPORTED_MODULE_9__.a)(`Error evaluating your sell price expression for ${product.name} in ${this.name}'s ${city} office. Sell price is being set to MAX`),tmp=product.maxsll}sellAmt=Math.min(product.maxsll,tmp)}else sellAmt=product.sllman[city][0]&&product.sllman[city][1]>0?Math.min(product.maxsll,product.sllman[city][1]):!1===product.sllman[city][0]?0:product.maxsll;sellAmt<0&&(sellAmt=0),sellAmt=sellAmt*_data_Constants__WEBPACK_IMPORTED_MODULE_3__.a.SecsPerMarketCycle*marketCycles,sellAmt=Math.min(product.data[city][0],sellAmt),sellAmt&&sCost?(product.data[city][0]-=sellAmt,totalProfit+=sellAmt*sCost,product.data[city][2]=sellAmt/(_data_Constants__WEBPACK_IMPORTED_MODULE_3__.a.SecsPerMarketCycle*marketCycles)):product.data[city][2]=0;break}case"START":case"PURCHASE":case"EXPORT":break;default:console.error("Invalid State: "+this.state)}}return totalProfit}resetImports(t){if("EXPORT"===t)for(let t=0;t<_data_Constants__WEBPACK_IMPORTED_MODULE_3__.a.Cities.length;++t){const e=_data_Constants__WEBPACK_IMPORTED_MODULE_3__.a.Cities[t];if(!this.warehouses[e])continue;const n=this.warehouses[e];if(0!==n)for(const t of Object.keys(n.materials))if(n.materials.hasOwnProperty(t)){n.materials[t].imp=0}}}discontinueProduct(t){for(const e of Object.keys(this.products))this.products.hasOwnProperty(e)&&t===this.products[e]&&delete this.products[e]}getAdVertCost(){return 1e9*Math.pow(1.06,this.numAdVerts)}applyAdVert(t){const e=t.getAdvertisingMultiplier()*this.getAdvertisingMultiplier(),n=(this.awareness+3*e)*(1.01*e);this.awareness=Math.min(n,Number.MAX_VALUE);const a=(this.popularity+1*e)*((1+Object(_utils_helpers_getRandomInt__WEBPACK_IMPORTED_MODULE_6__.a)(1,3)/100)*e);this.popularity=Math.min(a,Number.MAX_VALUE),++this.numAdVerts}getOfficeProductivity(t,e={}){const n=t.employeeProd[_EmployeePositions__WEBPACK_IMPORTED_MODULE_4__.a.Operations],a=t.employeeProd[_EmployeePositions__WEBPACK_IMPORTED_MODULE_4__.a.Engineer],r=t.employeeProd[_EmployeePositions__WEBPACK_IMPORTED_MODULE_4__.a.Management],i=n+a+r;if(i<=0)return 0;const o=1+r/(1.2*i),s=(Math.pow(n,.4)+Math.pow(a,.3))*o;return e&&e.forProduct?.025*s:.05*s}getBusinessFactor(t){const e=1+t.employeeProd[_EmployeePositions__WEBPACK_IMPORTED_MODULE_4__.a.Business];return Object(_utils_calculateEffectWithFactors__WEBPACK_IMPORTED_MODULE_7__.a)(e,.26,1e4)}getAdvertisingFactors(){const t=Math.pow(this.awareness+1,this.advFac),e=Math.pow(this.popularity+1,this.advFac),n=0===this.awareness?.01:Math.max((this.popularity+.001)/this.awareness,.01);return[Math.pow(t*e*n,.85),t,e,n]}getMarketFactor(t){return Math.max(.1,t.dmd*(100-t.cmp)/100)}hasResearch(t){return!0===this.researched[t]}updateResearchTree(){const t=_IndustryData__WEBPACK_IMPORTED_MODULE_2__.c[this.type];if(void 0===t)throw new Error(`Invalid industry "${this.type}"`);if(Object.keys(t.researched).length!==Object.keys(this.researched).length)for(const e of Object.keys(this.researched))t.research(e)}getAdvertisingMultiplier(){const t=_IndustryData__WEBPACK_IMPORTED_MODULE_2__.c[this.type];if(void 0===t)throw new Error(`Invalid industry: "${this.type}"`);return this.updateResearchTree(),t.getAdvertisingMultiplier()}getEmployeeChaMultiplier(){const t=_IndustryData__WEBPACK_IMPORTED_MODULE_2__.c[this.type];if(void 0===t)throw new Error(`Invalid industry: "${this.type}"`);return this.updateResearchTree(),t.getEmployeeChaMultiplier()}getEmployeeCreMultiplier(){const t=_IndustryData__WEBPACK_IMPORTED_MODULE_2__.c[this.type];if(void 0===t)throw new Error(`Invalid industry: "${this.type}"`);return this.updateResearchTree(),t.getEmployeeCreMultiplier()}getEmployeeEffMultiplier(){const t=_IndustryData__WEBPACK_IMPORTED_MODULE_2__.c[this.type];if(void 0===t)throw new Error(`Invalid industry: "${this.type}"`);return this.updateResearchTree(),t.getEmployeeEffMultiplier()}getEmployeeIntMultiplier(){const t=_IndustryData__WEBPACK_IMPORTED_MODULE_2__.c[this.type];if(void 0===t)throw new Error(`Invalid industry: "${this.type}"`);return this.updateResearchTree(),t.getEmployeeIntMultiplier()}getProductionMultiplier(){const t=_IndustryData__WEBPACK_IMPORTED_MODULE_2__.c[this.type];if(void 0===t)throw new Error(`Invalid industry: "${this.type}"`);return this.updateResearchTree(),t.getProductionMultiplier()}getProductProductionMultiplier(){const t=_IndustryData__WEBPACK_IMPORTED_MODULE_2__.c[this.type];if(void 0===t)throw new Error(`Invalid industry: "${this.type}"`);return this.updateResearchTree(),t.getProductProductionMultiplier()}getSalesMultiplier(){const t=_IndustryData__WEBPACK_IMPORTED_MODULE_2__.c[this.type];if(void 0===t)throw new Error(`Invalid industry: "${this.type}"`);return this.updateResearchTree(),t.getSalesMultiplier()}getScientificResearchMultiplier(){const t=_IndustryData__WEBPACK_IMPORTED_MODULE_2__.c[this.type];if(void 0===t)throw new Error(`Invalid industry: "${this.type}"`);return this.updateResearchTree(),t.getScientificResearchMultiplier()}getStorageMultiplier(){const t=_IndustryData__WEBPACK_IMPORTED_MODULE_2__.c[this.type];if(void 0===t)throw new Error(`Invalid industry: "${this.type}"`);return this.updateResearchTree(),t.getStorageMultiplier()}toJSON(){return Object(_utils_JSONReviver__WEBPACK_IMPORTED_MODULE_0__.b)("Industry",this)}static fromJSON(t){return Object(_utils_JSONReviver__WEBPACK_IMPORTED_MODULE_0__.a)(Industry,t.data)}}_utils_JSONReviver__WEBPACK_IMPORTED_MODULE_0__.c.constructors.Industry=Industry},function(t,e,n){"use strict";function a(t,e,n){return(e<=0||e>=1)&&console.warn(`Exponential factor is ${e}. This is not an intended value for it`),n<1&&console.warn(`Linear factor is ${n}. This is not an intended value for it`),Math.pow(t,e)+t/n}n.d(e,"a",(function(){return a}))},function(t,e,n){"use strict";n.d(e,"a",(function(){return s}));var a=n(36),r=n(35),i=n(16),o=n(43);class s{constructor(t={}){var e,n,i;e=this,n="cyclesUntilRaise",i=a.a.CyclesPerEmployeeRaise,n in e?Object.defineProperty(e,n,{value:i,enumerable:!0,configurable:!0,writable:!0}):e[n]=i,this.name=t.name?t.name:"Bobby",this.mor=t.morale?t.morale:Object(r.a)(50,100),this.hap=t.happiness?t.happiness:Object(r.a)(50,100),this.ene=t.energy?t.energy:Object(r.a)(50,100),this.int=t.intelligence?t.intelligence:Object(r.a)(10,50),this.cha=t.charisma?t.charisma:Object(r.a)(10,50),this.exp=t.experience?t.experience:Object(r.a)(10,50),this.cre=t.creativity?t.creativity:Object(r.a)(10,50),this.eff=t.efficiency?t.efficiency:Object(r.a)(10,50),this.sal=t.salary?t.salary:Object(r.a)(.1,5),this.loc=t.loc?t.loc:"",this.pos=o.a.Unassigned,this.nextPos=this.pos}process(t=1){const e=.003*t,n=e*Math.random();this.exp+=e;const r=e*Math.random();this.pos===o.a.Training&&(this.cha+=r,this.exp+=r,this.eff+=r),this.ene-=n,this.hap-=n;return this.sal*t*a.a.SecsPerMarketCycle}calculateProductivity(t,e){const n=this.cre*t.getEmployeeCreMultiplier()*e.getEmployeeCreMultiplier(),a=this.cha*t.getEmployeeChaMultiplier()*e.getEmployeeChaMultiplier(),r=this.int*t.getEmployeeIntMultiplier()*e.getEmployeeIntMultiplier(),i=this.eff*t.getEmployeeEffMultiplier()*e.getEmployeeEffMultiplier(),s=this.mor*this.hap*this.ene*1e-6;let l=0;switch(this.pos){case o.a.Operations:l=.6*r+.1*a+this.exp+.5*n+i;break;case o.a.Engineer:l=r+.1*a+1.5*this.exp+i;break;case o.a.Business:l=.4*r+a+.5*this.exp;break;case o.a.Management:l=2*a+this.exp+.2*n+.7*i;break;case o.a.RandD:l=1.5*r+.8*this.exp+n+.5*i;break;case o.a.Unassigned:case o.a.Training:l=0;break;default:console.error("Invalid employee position: "+this.pos)}return s*l}toJSON(){return Object(i.b)("Employee",this)}static fromJSON(t){return Object(i.a)(s,t.data)}}i.c.constructors.Employee=s},function(t,e,n){"use strict";n.d(e,"a",(function(){return f}));var a=n(43),r=n(184),i=n(1110),o=n(560),s=n(16),l=n(35);function c(t,e,n){return e in t?Object.defineProperty(t,e,{value:n,enumerable:!0,configurable:!0,writable:!0}):t[e]=n,t}class f{constructor(t={}){c(this,"name",""),c(this,"dmd",0),c(this,"cmp",0),c(this,"mku",0),c(this,"pCost",0),c(this,"sCost",0),c(this,"fin",!1),c(this,"prog",0),c(this,"createCity",""),c(this,"designCost",0),c(this,"advCost",0),c(this,"creationProd",{[a.a.Operations]:0,[a.a.Engineer]:0,[a.a.Business]:0,[a.a.Management]:0,[a.a.RandD]:0,total:0}),c(this,"rat",0),c(this,"qlt",0),c(this,"per",0),c(this,"dur",0),c(this,"rel",0),c(this,"aes",0),c(this,"fea",0),c(this,"data",Object(o.a)([0,0,0])),c(this,"loc",""),c(this,"siz",0),c(this,"reqMats",{}),c(this,"prdman",Object(o.a)([!1,0])),c(this,"sllman",Object(o.a)([!1,0])),c(this,"marketTa1",!1),c(this,"marketTa2",!1),c(this,"marketTa2Price",Object(o.a)(0)),c(this,"maxsll",0),this.name=t.name?t.name:"",this.dmd=t.demand?t.demand:0,this.cmp=t.competition?t.competition:0,this.mku=t.markup?t.markup:0,this.createCity=t.createCity?t.createCity:"",this.designCost=t.designCost?t.designCost:0,this.advCost=t.advCost?t.advCost:0,this.qlt=t.quality?t.quality:0,this.per=t.performance?t.performance:0,this.dur=t.durability?t.durability:0,this.rel=t.reliability?t.reliability:0,this.aes=t.aesthetics?t.aesthetics:0,this.fea=t.features?t.features:0,this.loc=t.loc?t.loc:"",this.siz=t.size?t.size:0,this.reqMats=t.req?t.req:{}}createProduct(t,e){if(this.fin)return;const n=e[a.a.Operations],r=e[a.a.Engineer],i=e[a.a.Management],o=n+r+i;if(o<=0)return;const s=1+i/(1.2*o),l=(Math.pow(r,.34)+Math.pow(n,.2))*s,c=Math.min(.01*t*l,100-this.prog);if(!(c<=0)){this.prog+=c;for(const t of Object.keys(e))this.creationProd[t]+=e[t]*c/100}}finishProduct(t){this.fin=!0;const e=this.creationProd.total,n=this.creationProd[a.a.Engineer]/e,i=this.creationProd[a.a.Management]/e,o=this.creationProd[a.a.RandD]/e,s=this.creationProd[a.a.Operations]/e,c=this.creationProd[a.a.Business]/e,f=(1.2*n+.9*i+1.3*o+1.5*s+c)*(1+Math.pow(this.designCost,.1)/100)*(1+Math.pow(t.sciResearch.qty,t.sciFac)/800);this.qlt=f*(.1*this.creationProd[a.a.Engineer]+.05*this.creationProd[a.a.Management]+.05*this.creationProd[a.a.RandD]+.02*this.creationProd[a.a.Operations]+.02*this.creationProd[a.a.Business]),this.per=f*(.15*this.creationProd[a.a.Engineer]+.02*this.creationProd[a.a.Management]+.02*this.creationProd[a.a.RandD]+.02*this.creationProd[a.a.Operations]+.02*this.creationProd[a.a.Business]),this.dur=f*(.05*this.creationProd[a.a.Engineer]+.02*this.creationProd[a.a.Management]+.08*this.creationProd[a.a.RandD]+.05*this.creationProd[a.a.Operations]+.05*this.creationProd[a.a.Business]),this.rel=f*(.02*this.creationProd[a.a.Engineer]+.08*this.creationProd[a.a.Management]+.02*this.creationProd[a.a.RandD]+.05*this.creationProd[a.a.Operations]+.08*this.creationProd[a.a.Business]),this.aes=f*(0*this.creationProd[a.a.Engineer]+.08*this.creationProd[a.a.Management]+.05*this.creationProd[a.a.RandD]+.02*this.creationProd[a.a.Operations]+.1*this.creationProd[a.a.Business]),this.fea=f*(.08*this.creationProd[a.a.Engineer]+.05*this.creationProd[a.a.Management]+.02*this.creationProd[a.a.RandD]+.05*this.creationProd[a.a.Operations]+.05*this.creationProd[a.a.Business]),this.calculateRating(t);const u=1+Math.pow(this.advCost,.1)/100,m=Math.max(c+i,1/e);this.mku=100/(u*Math.pow(this.qlt+.001,.65)*m),0!==this.mku&&isFinite(this.mku)||(this.mku=1),this.dmd=0===t.awareness?20:Math.min(100,u*(t.popularity/t.awareness*100)),this.cmp=Object(l.a)(0,70);for(const e of Object.keys(t.reqMats))if(t.reqMats.hasOwnProperty(e)){const n=t.reqMats[e];if(void 0===n)continue;this.reqMats[e]=n}this.siz=0;for(const e of Object.keys(t.reqMats)){const n=t.reqMats[e];void 0!==n&&(this.siz+=r.a[e]*n)}}calculateRating(t){const e=i.a[t.type];null!=e?(this.rat=0,this.rat+=e.Quality?this.qlt*e.Quality:0,this.rat+=e.Performance?this.per*e.Performance:0,this.rat+=e.Durability?this.dur*e.Durability:0,this.rat+=e.Reliability?this.rel*e.Reliability:0,this.rat+=e.Aesthetics?this.aes*e.Aesthetics:0,this.rat+=e.Features?this.fea*e.Features:0):console.error("Could not find product rating weights for: "+t)}toJSON(){return Object(s.b)("Product",this)}static fromJSON(t){return Object(s.a)(f,t.data)}}s.c.constructors.Product=f},function(t,e,n){"use strict";n.d(e,"a",(function(){return r}));var a=n(52);const r={[a.a.Food]:{Quality:.7,Durability:.1,Aesthetics:.2},[a.a.Tobacco]:{Quality:.4,Durability:.2,Reliability:.2,Aesthetics:.2},[a.a.Pharmaceutical]:{Quality:.2,Performance:.2,Durability:.1,Reliability:.3,Features:.2},[a.a.Computer]:{Quality:.15,Performance:.25,Durability:.25,Reliability:.2,Aesthetics:.05,Features:.1},Computer:{Quality:.15,Performance:.25,Durability:.25,Reliability:.2,Aesthetics:.05,Features:.1},[a.a.Robotics]:{Quality:.1,Performance:.2,Durability:.2,Reliability:.2,Aesthetics:.1,Features:.2},[a.a.Software]:{Quality:.2,Performance:.2,Reliability:.2,Durability:.2,Features:.2},[a.a.Healthcare]:{Quality:.4,Performance:.1,Durability:.1,Reliability:.3,Features:.1},[a.a.RealEstate]:{Quality:.2,Durability:.25,Reliability:.1,Aesthetics:.35,Features:.1}}},function(t,e,n){"use strict";n.d(e,"a",(function(){return v}));var a=n(1),r=n(610),i=n(215),o=n(156),s=n(42),l=n(185),c=n(99),f=n(56),u=n(206),m=n(359),h=n(544),d=n(2),p=n(475),g=n(84),b=n(253),y=n(390),E=n(192);function v(){const t=function(t){if(!a.a.hasProgram(f.a.Formulas.name))throw d.b.makeRuntimeErrorMsg(t,"Requires Formulas.exe to run.")};return{mockServer:()=>()=>({cpuCores:0,ftpPortOpen:!1,hasAdminRights:!1,hostname:"",httpPortOpen:!1,ip:"",isConnectedTo:!1,maxRam:0,organizationName:"",ramUsed:0,smtpPortOpen:!1,sqlPortOpen:!1,sshPortOpen:!1,purchasedByPlayer:!1,backdoorInstalled:!1,baseDifficulty:0,hackDifficulty:0,minDifficulty:0,moneyAvailable:0,moneyMax:0,numOpenPortsRequired:0,openPortCount:0,requiredHackingSkill:0,serverGrowth:0}),mockPlayer:()=>()=>({hp:{current:0,max:0},skills:{hacking:0,strength:0,defense:0,dexterity:0,agility:0,charisma:0,intelligence:0},exp:{hacking:0,strength:0,defense:0,dexterity:0,agility:0,charisma:0,intelligence:0},mults:Object(E.a)(),numPeopleKilled:0,money:0,city:"",location:"",bitNodeN:0,totalPlaytime:0,playtimeSinceLastAug:0,playtimeSinceLastBitnode:0,jobs:{},factions:[],tor:!1,hasCorporation:!1,inBladeburner:!1,entropy:0}),reputation:{calculateFavorToRep:e=>n=>{const a=d.b.number(e,"favor",n);return t(e),Object(m.a)(a)},calculateRepToFavor:e=>n=>{const a=d.b.number(e,"rep",n);return t(e),Object(m.b)(a)},repFromDonation:e=>(n,a)=>{const r=d.b.number(e,"amount",n),i=d.b.player(e,a);return t(e),Object(h.a)(r,i)}},skills:{calculateSkill:e=>(n,a=1)=>{const r=d.b.number(e,"exp",n),i=d.b.number(e,"mult",a);return t(e),Object(l.b)(r,i)},calculateExp:e=>(n,a=1)=>{const r=d.b.number(e,"skill",n),i=d.b.number(e,"mult",a);return t(e),Object(l.a)(r,i)}},hacking:{hackChance:e=>(n,a)=>{const r=d.b.server(e,n),i=d.b.player(e,a);return t(e),Object(c.b)(r,i)},hackExp:e=>(n,a)=>{const r=d.b.server(e,n),i=d.b.player(e,a);return t(e),Object(c.c)(r,i)},hackPercent:e=>(n,a)=>{const r=d.b.server(e,n),i=d.b.player(e,a);return t(e),Object(c.e)(r,i)},growPercent:e=>(n,a,i,o=1)=>{const s=d.b.server(e,n),l=d.b.player(e,i),c=d.b.number(e,"threads",a),f=d.b.number(e,"cores",o);return t(e),Object(r.a)(s,c,l,f)},hackTime:e=>(n,a)=>{const r=d.b.server(e,n),i=d.b.player(e,a);return t(e),1e3*Object(c.d)(r,i)},growTime:e=>(n,a)=>{const r=d.b.server(e,n),i=d.b.player(e,a);return t(e),1e3*Object(c.a)(r,i)},weakenTime:e=>(n,a)=>{const r=d.b.server(e,n),i=d.b.player(e,a);return t(e),1e3*Object(c.f)(r,i)}},hacknetNodes:{moneyGainRate:e=>(n,a,r,o=1)=>{const s=d.b.number(e,"level",n),l=d.b.number(e,"ram",a),c=d.b.number(e,"cores",r),f=d.b.number(e,"mult",o);return t(e),Object(i.c)(s,l,c,f)},levelUpgradeCost:e=>(n,a=1,r=1)=>{const o=d.b.number(e,"startingLevel",n),s=d.b.number(e,"extraLevels",a),l=d.b.number(e,"costMult",r);return t(e),Object(i.b)(o,s,l)},ramUpgradeCost:e=>(n,a=1,r=1)=>{const o=d.b.number(e,"startingRam",n),s=d.b.number(e,"extraLevels",a),l=d.b.number(e,"costMult",r);return t(e),Object(i.e)(o,s,l)},coreUpgradeCost:e=>(n,a=1,r=1)=>{const o=d.b.number(e,"startingCore",n),s=d.b.number(e,"extraCores",a),l=d.b.number(e,"costMult",r);return t(e),Object(i.a)(o,s,l)},hacknetNodeCost:e=>(n,a)=>{const r=d.b.number(e,"n",n),o=d.b.number(e,"mult",a);return t(e),Object(i.d)(r,o)},constants:e=>()=>(t(e),Object.assign({},s.a))},hacknetServers:{hashGainRate:e=>(n,a,r,i,s=1)=>{const l=d.b.number(e,"level",n),c=d.b.number(e,"ramUsed",a),f=d.b.number(e,"maxRam",r),u=d.b.number(e,"cores",i),m=d.b.number(e,"mult",s);return t(e),Object(o.c)(l,c,f,u,m)},levelUpgradeCost:e=>(n,a=1,r=1)=>{const i=d.b.number(e,"startingLevel",n),s=d.b.number(e,"extraLevels",a),l=d.b.number(e,"costMult",r);return t(e),Object(o.d)(i,s,l)},ramUpgradeCost:e=>(n,a=1,r=1)=>{const i=d.b.number(e,"startingRam",n),s=d.b.number(e,"extraLevels",a),l=d.b.number(e,"costMult",r);return t(e),Object(o.e)(i,s,l)},coreUpgradeCost:e=>(n,a=1,r=1)=>{const i=d.b.number(e,"startingCore",n),s=d.b.number(e,"extraCores",a),l=d.b.number(e,"costMult",r);return t(e),Object(o.b)(i,s,l)},cacheUpgradeCost:e=>(n,a=1)=>{const r=d.b.number(e,"startingCache",n),i=d.b.number(e,"extraCache",a);return t(e),Object(o.a)(r,i)},hashUpgradeCost:e=>(n,r)=>{const i=d.b.string(e,"upgName",n),o=d.b.number(e,"level",r);t(e);const s=a.a.hashManager.getUpgrade(i);if(!s)throw d.b.makeRuntimeErrorMsg(e,"Invalid Hash Upgrade: "+i);return s.getCost(o)},hacknetServerCost:e=>(n,a=1)=>{const r=d.b.number(e,"n",n),i=d.b.number(e,"mult",a);return t(e),Object(o.f)(r,i)},constants:e=>()=>(t(e),Object.assign({},s.b))},gang:{wantedPenalty:e=>n=>{const a=d.b.gang(e,n);return t(e),Object(u.f)(a)},respectGain:e=>(n,a,r)=>{const i=d.b.gang(e,n),o=d.b.gangMember(e,a),s=d.b.gangTask(e,r);return t(e),Object(u.d)(i,o,s)},wantedLevelGain:e=>(n,a,r)=>{const i=d.b.gang(e,n),o=d.b.gangMember(e,a),s=d.b.gangTask(e,r);return t(e),Object(u.e)(i,o,s)},moneyGain:e=>(n,a,r)=>{const i=d.b.gang(e,n),o=d.b.gangMember(e,a),s=d.b.gangTask(e,r);return t(e),Object(u.c)(i,o,s)},ascensionPointsGain:e=>n=>{const a=d.b.number(e,"exp",n);return t(e),Object(u.b)(a)},ascensionMultiplier:e=>n=>{const a=d.b.number(e,"points",n);return t(e),Object(u.a)(a)}},work:{crimeGains:t=>e=>{const n=d.b.string(t,"crimeType",e),a=Object.values(g.a).find(t=>String(t.type)===n);if(!a)throw new Error("Invalid crime type: "+n);return Object(p.a)(a)},classGains:t=>(e,n,a)=>{const r=d.b.player(t,e),i=d.b.string(t,"classType",n),o=d.b.string(t,"locationName",a);return Object(b.a)(r,i,o)},factionGains:t=>(e,n,a)=>{const r=d.b.player(t,e),i=d.b.string(t,"_workType",n),o=d.b.number(t,"favor",a),s=Object(y.a)(r,i),l=Object(y.b)(r,i,o);return s.reputation=l,s}}}}},function(t,e,n){"use strict";n.d(e,"a",(function(){return m}));var a=n(1),r=n(195),i=n(97),o=n(233),s=n(117),l=n(75),c=n(106),f=n(234),u=n(2);function m(){const t=function(t){if(!a.a.hasWseAccount)throw u.b.makeRuntimeErrorMsg(t,`You don't have WSE Access! Cannot use ${t.function}()`);if(!a.a.hasTixApiAccess)throw u.b.makeRuntimeErrorMsg(t,`You don't have TIX API Access! Cannot use ${t.function}()`)},e=function(t,e){const n=i.b[e];if(null==n)throw u.b.makeRuntimeErrorMsg(t,`Invalid stock symbol: '${e}'`);return n};return{hasWSEAccount:()=>()=>a.a.hasWseAccount,hasTIXAPIAccess:()=>()=>a.a.hasTixApiAccess,has4SData:()=>()=>a.a.has4SData,has4SDataTIXAPI:()=>()=>a.a.has4SDataTixApi,getSymbols:e=>()=>(t(e),Object.values(c.a)),getPrice:n=>a=>{const r=u.b.string(n,"symbol",a);t(n);return e(n,r).price},getAskPrice:n=>a=>{const r=u.b.string(n,"symbol",a);t(n);return e(n,r).getAskPrice()},getBidPrice:n=>a=>{const r=u.b.string(n,"symbol",a);t(n);return e(n,r).getBidPrice()},getPosition:e=>n=>{const a=u.b.string(e,"symbol",n);t(e);const r=i.b[a];if(null==r)throw u.b.makeRuntimeErrorMsg(e,"Invalid stock symbol: "+a);return[r.playerShares,r.playerAvgPx,r.playerShortShares,r.playerAvgShortPx]},getMaxShares:n=>a=>{const r=u.b.string(n,"symbol",a);t(n);return e(n,r).maxShares},getPurchaseCost:n=>(a,r,i)=>{const s=u.b.string(n,"symbol",a);let c=u.b.number(n,"shares",r);const f=u.b.string(n,"posType",i);t(n);const m=e(n,s);let h;c=Math.round(c);const d=f.toLowerCase();if(d.includes("l"))h=l.a.Long;else{if(!d.includes("s"))return 1/0;h=l.a.Short}const p=Object(o.b)(m,c,h);return null==p?1/0:p},getSaleGain:n=>(a,r,i)=>{const s=u.b.string(n,"symbol",a);let c=u.b.number(n,"shares",r);const f=u.b.string(n,"posType",i);t(n);const m=e(n,s);let h;c=Math.round(c);const d=f.toLowerCase();if(d.includes("l"))h=l.a.Long;else{if(!d.includes("s"))return 0;h=l.a.Short}const p=Object(o.c)(m,c,h);return null==p?0:p},buyStock:n=>(a,i)=>{const o=u.b.string(n,"symbol",a),s=u.b.number(n,"shares",i);t(n);const l=e(n,o);return Object(r.a)(l,s,n,{})?l.getAskPrice():0},sellStock:n=>(a,i)=>{const o=u.b.string(n,"symbol",a),s=u.b.number(n,"shares",i);t(n);const l=e(n,o);return Object(r.c)(l,s,n,{})?l.getBidPrice():0},buyShort:n=>(i,o)=>{const s=u.b.string(n,"symbol",i),l=u.b.number(n,"shares",o);if(t(n),8!==a.a.bitNodeN&&a.a.sourceFileLvl(8)<=1)throw u.b.makeRuntimeErrorMsg(n,"You must either be in BitNode-8 or you must have Source-File 8 Level 2.");const c=e(n,s);return Object(r.d)(c,l,n,{})?c.getBidPrice():0},sellShort:n=>(i,o)=>{const s=u.b.string(n,"symbol",i),l=u.b.number(n,"shares",o);if(t(n),8!==a.a.bitNodeN&&a.a.sourceFileLvl(8)<=1)throw u.b.makeRuntimeErrorMsg(n,"You must either be in BitNode-8 or you must have Source-File 8 Level 2.");const c=e(n,s);return Object(r.b)(c,l,n,{})?c.getAskPrice():0},placeOrder:n=>(r,o,c,f,m)=>{const h=u.b.string(n,"symbol",r),d=u.b.number(n,"shares",o),p=u.b.number(n,"price",c),g=u.b.string(n,"type",f),b=u.b.string(n,"pos",m);if(t(n),8!==a.a.bitNodeN&&a.a.sourceFileLvl(8)<=2)throw u.b.makeRuntimeErrorMsg(n,"You must either be in BitNode-8 or you must have Source-File 8 Level 3.");const y=e(n,h);let E,v;const k=g.toLowerCase();if(k.includes("limit")&&k.includes("buy"))E=s.a.LimitBuy;else if(k.includes("limit")&&k.includes("sell"))E=s.a.LimitSell;else if(k.includes("stop")&&k.includes("buy"))E=s.a.StopBuy;else{if(!k.includes("stop")||!k.includes("sell"))throw u.b.makeRuntimeErrorMsg(n,"Invalid order type: "+g);E=s.a.StopSell}const w=b.toLowerCase();if(w.includes("l"))v=l.a.Long;else{if(!w.includes("s"))throw u.b.makeRuntimeErrorMsg(n,"Invalid position type: "+b);v=l.a.Short}return Object(i.i)(y,d,p,E,v,n)},cancelOrder:n=>(r,o,c,f,m)=>{const h=u.b.string(n,"symbol",r),d=u.b.number(n,"shares",o),p=u.b.number(n,"price",c),g=u.b.string(n,"type",f),b=u.b.string(n,"pos",m);if(t(n),8!==a.a.bitNodeN&&a.a.sourceFileLvl(8)<=2)throw u.b.makeRuntimeErrorMsg(n,"You must either be in BitNode-8 or you must have Source-File 8 Level 3.");const y=e(n,h);if(isNaN(d)||isNaN(p))throw u.b.makeRuntimeErrorMsg(n,`Invalid shares or price. Must be numeric. shares=${d}, price=${p}`);let E,v;const k=g.toLowerCase();if(k.includes("limit")&&k.includes("buy"))E=s.a.LimitBuy;else if(k.includes("limit")&&k.includes("sell"))E=s.a.LimitSell;else if(k.includes("stop")&&k.includes("buy"))E=s.a.StopBuy;else{if(!k.includes("stop")||!k.includes("sell"))throw u.b.makeRuntimeErrorMsg(n,"Invalid order type: "+g);E=s.a.StopSell}const w=b.toLowerCase();if(w.includes("l"))v=l.a.Long;else{if(!w.includes("s"))throw u.b.makeRuntimeErrorMsg(n,"Invalid position type: "+b);v=l.a.Short}const S={stock:y,shares:d,price:p,type:E,pos:v};return Object(i.c)(S,n)},getOrders:e=>()=>{if(t(e),8!==a.a.bitNodeN&&a.a.sourceFileLvl(8)<=2)throw u.b.makeRuntimeErrorMsg(e,"You must either be in BitNode-8 or have Source-File 8 Level 3.");const n={},r=i.a.Orders;for(const t of Object.keys(r)){const e=r[t];if(e.constructor===Array&&e.length>0){n[t]=[];for(let a=0;an=>{const r=u.b.string(t,"symbol",n);if(!a.a.has4SDataTixApi)throw u.b.makeRuntimeErrorMsg(t,"You don't have 4S Market Data TIX API Access!");return e(t,r).mv/100},getForecast:t=>n=>{const r=u.b.string(t,"symbol",n);if(!a.a.has4SDataTixApi)throw u.b.makeRuntimeErrorMsg(t,"You don't have 4S Market Data TIX API Access!");const i=e(t,r);let o=50;return i.b?o+=i.otlkMag:o-=i.otlkMag,o/100},purchase4SMarketData:t=>()=>a.a.has4SData?(u.b.log(t,()=>"Already purchased 4S Market Data."),!0):a.a.money"Not enough money to purchase 4S Market Data."),!1):(a.a.has4SData=!0,a.a.loseMoney(Object(f.a)(),"stock"),u.b.log(t,()=>"Purchased 4S Market Data"),!0),purchase4SMarketDataTixApi:e=>()=>(t(e),a.a.has4SDataTixApi?(u.b.log(e,()=>"Already purchased 4S Market Data TIX API"),!0):a.a.money"Not enough money to purchase 4S Market Data TIX API"),!1):(a.a.has4SDataTixApi=!0,a.a.loseMoney(Object(f.b)(),"stock"),u.b.log(e,()=>"Purchased 4S Market Data TIX API"),!0)),purchaseWseAccount:t=>()=>a.a.hasWseAccount?(u.b.log(t,()=>"Already purchased WSE Account"),!0):a.a.money"Not enough money to purchase WSE Account Access"),!1):(a.a.hasWseAccount=!0,Object(i.f)(),a.a.loseMoney(Object(f.d)(),"stock"),u.b.log(t,()=>"Purchased WSE Account Access"),!0),purchaseTixApi:t=>()=>a.a.hasTixApiAccess?(u.b.log(t,()=>"Already purchased TIX API"),!0):a.a.money"Not enough money to purchase TIX API Access"),!1):(a.a.hasTixApiAccess=!0,a.a.loseMoney(Object(f.c)(),"stock"),u.b.log(t,()=>"Purchased TIX API"),!0)}}},function(t,e,n){"use strict";n.d(e,"a",(function(){return m}));var a=n(72),r=n(101),i=n(17),o=n(395),s=n(272),l=n(1),c=n(22),f=n(383),u=n(2);function m(){const t=t=>{if(!l.a.canAccessGrafting())throw u.b.makeRuntimeErrorMsg(t,"You do not currently have access to the Grafting API. This is either because you are not in BitNode 10 or because you do not have Source-File 10")};return{getAugmentationGraftPrice:e=>n=>{const r=u.b.string(e,"augName",n);if(t(e),!Object(s.b)().includes(r)||!a.a.hasOwnProperty(r))throw u.b.makeRuntimeErrorMsg(e,"Invalid aug: "+r);return new o.a(a.a[r]).cost},getAugmentationGraftTime:e=>n=>{const r=u.b.string(e,"augName",n);if(t(e),!Object(s.b)().includes(r)||!a.a.hasOwnProperty(r))throw u.b.makeRuntimeErrorMsg(e,"Invalid aug: "+r);const i=new o.a(a.a[r]);return Object(s.a)(i)},getGraftableAugmentations:e=>()=>{t(e);return Object(s.b)()},graftAugmentation:e=>(n,m=!0)=>{const h=u.b.string(e,"augName",n),d=!!m;if(t(e),l.a.city!==i.a.NewTokyo)throw u.b.makeRuntimeErrorMsg(e,"You must be in New Tokyo to begin grafting an Augmentation.");if(!Object(s.b)().includes(h)||!a.a.hasOwnProperty(h))return u.b.log(e,()=>"Invalid aug: "+h),!1;const p=l.a.focus,g=new o.a(a.a[h]);return l.a.money"You don't have enough money to craft "+h),!1):Object(r.b)(g.augmentation)?(l.a.startWork(new f.a({singularity:!0,augmentation:h})),d?(l.a.startFocusing(),c.b.toWork()):p&&(l.a.stopFocusing(),c.b.toTerminal()),u.b.log(e,()=>`Began grafting Augmentation ${h}.`),!0):(u.b.log(e,()=>"You don't have the pre-requisites for "+h),!1)}}}},,function(t,e,n){"use strict";n.d(e,"a",(function(){return V}));var a=n(1),r=n(101),i=n(191),o=n(72),s=n(114),l=n(13),c=n(162),f=n(15),u=n(189),m=n(477),h=n(267),d=n(394),p=n(107),g=n(214),b=n(17),y=n(11),E=n(22),v=n(88),k=n(28),w=n(164),S=n(26),_=n(56),C=n(7),x=n(25),L=n(78),O=n(30),M=n(2),A=n(29),T=n(141),R=n(9),N=n(99),P=n(46),I=n(422),F=n(389),D=n(61),j=n(545),B=n(5),G=n(57),W=n(304),H=n(224),U=n(108),q=n(329),$=n(294),K=n(102),z=n(475);function V(){const t=function(t,e){if(!Object(s.b)(e))throw M.b.makeRuntimeErrorMsg(t,`Invalid augmentation: '${e}'`);return o.a[e]},e=function(t,e){if(!Object(O.b)(e))throw M.b.makeRuntimeErrorMsg(t,"Invalid faction name: '"+e);return O.a[e]},n=function(t,e){const n=L.a[e];if(!n)throw M.b.makeRuntimeErrorMsg(t,`Invalid company name: '${e}'`);return n},V=function(t=null){if(!t)return;const e=a.a.getHomeComputer();for(const n of e.scripts)if(n.filename===t){if(n.ramUsage>e.maxRam-e.ramUsed+.001)return;const t=new m.a(n,[]);t.threads=1,Object(i.e)(t,e)}};return{getOwnedAugmentations:t=>function(e=!1){M.b.checkSingularityAccess(t);const n=!!e,r=[];for(let t=0;t()=>{const t=[];for(let e=0;efunction(n){M.b.checkSingularityAccess(t);const a=M.b.string(t,"facName",n),i=e(t,a);return Object(r.a)(i)},getAugmentationCost:e=>function(n){M.b.checkSingularityAccess(e);const a=M.b.string(e,"augName",n),r=t(e,a).getCost();return[r.repCost,r.moneyCost]},getAugmentationPrereq:e=>function(n){M.b.checkSingularityAccess(e);const a=M.b.string(e,"augName",n);return t(e,a).prereqs.slice()},getAugmentationBasePrice:e=>function(n){M.b.checkSingularityAccess(e);const a=M.b.string(e,"augName",n);return t(e,a).baseCost*x.a.AugmentationMoneyCost},getAugmentationPrice:e=>function(n){M.b.checkSingularityAccess(e);const a=M.b.string(e,"augName",n);return t(e,a).getCost().moneyCost},getAugmentationRepReq:e=>function(n){M.b.checkSingularityAccess(e);const a=M.b.string(e,"augName",n);return t(e,a).getCost().repCost},getAugmentationStats:e=>function(n){M.b.checkSingularityAccess(e);const a=M.b.string(e,"augName",n),r=t(e,a);return Object.assign({},r.mults)},purchaseAugmentation:n=>function(i,o){M.b.checkSingularityAccess(n);const s=M.b.string(n,"facName",i),c=M.b.string(n,"augName",o),m=e(n,s),h=t(n,c),d=Object(r.a)(m);if(!a.a.factions.includes(m.name))return M.b.log(n,()=>`You can't purchase augmentations from '${s}' because you aren't a member`),!1;if(!d.includes(c))return M.b.log(n,()=>`Faction '${s}' does not have the '${c}' augmentation.`),!1;if(!(h.name===l.a.NeuroFluxGovernor)){for(let t=0;t`You already have the '${c}' augmentation.`),!1;for(let t=0;t`You already have the '${c}' augmentation.`),!1}if(m.playerReputation`You do not have enough reputation with '${m.name}'.`),!1;const p=Object(r.f)(h,m,!0);return M.b.log(n,()=>p),!(!Object(u.a)(p)||!p.startsWith("You purchased"))&&(a.a.gainIntelligenceExp(10*f.a.IntelligenceSingFnBaseExpGain),!0)},softReset:t=>function(e=""){M.b.checkSingularityAccess(t);const n=M.b.string(t,"cbScript",e);M.b.log(t,()=>"Soft resetting. This will cause this script to be killed"),setTimeout(()=>{Object(s.f)(!0),V(n)},0),Object(c.a)(t.workerScript)},installAugmentations:t=>function(e=""){M.b.checkSingularityAccess(t);const n=M.b.string(t,"cbScript",e);return 0===a.a.queuedAugmentations.length?(M.b.log(t,()=>"You do not have any Augmentations to be installed."),!1):(a.a.gainIntelligenceExp(10*f.a.IntelligenceSingFnBaseExpGain),M.b.log(t,()=>"Installing Augmentations. This will cause this script to be killed"),setTimeout(()=>{Object(s.f)(),V(n)},0),Object(c.a)(t.workerScript),!0)},goToLocation:t=>function(e){M.b.checkSingularityAccess(t);const n=M.b.string(t,"locationName",e),r=Object.values(w.a).find(t=>t.name===n);return r?r.city&&a.a.city!==r.city?(M.b.log(t,()=>`No location named ${n} in ${a.a.city}`),!1):(r.name===y.a.TravelAgency?E.b.toTravel():r.name===y.a.WorldStockExchange?E.b.toStockMarket():E.b.toLocation(r),a.a.gainIntelligenceExp(f.a.IntelligenceSingFnBaseExpGain/5e4),!0):(M.b.log(t,()=>"No location named "+n),!1)},universityCourse:t=>function(e,n,r=!0){M.b.checkSingularityAccess(t);const i=M.b.string(t,"universityName",e),o=M.b.string(t,"className",n),s=!!r,l=a.a.focus;switch(i.toLowerCase()){case y.a.AevumSummitUniversity.toLowerCase():if(a.a.city!=b.a.Aevum)return M.b.log(t,()=>`You cannot study at 'Summit University' because you are not in '${b.a.Aevum}'.`),!1;a.a.gotoLocation(y.a.AevumSummitUniversity);break;case y.a.Sector12RothmanUniversity.toLowerCase():if(a.a.city!=b.a.Sector12)return M.b.log(t,()=>`You cannot study at 'Rothman University' because you are not in '${b.a.Sector12}'.`),!1;a.a.location=y.a.Sector12RothmanUniversity;break;case y.a.VolhavenZBInstituteOfTechnology.toLowerCase():if(a.a.city!=b.a.Volhaven)return M.b.log(t,()=>`You cannot study at 'ZB Institute of Technology' because you are not in '${b.a.Volhaven}'.`),!1;a.a.location=y.a.VolhavenZBInstituteOfTechnology;break;default:return M.b.log(t,()=>`Invalid university name: '${i}'.`),!1}let c;switch(o.toLowerCase()){case"Study Computer Science".toLowerCase():c=G.a.StudyComputerScience;break;case"Data Structures".toLowerCase():c=G.a.DataStructures;break;case"Networks".toLowerCase():c=G.a.Networks;break;case"Algorithms".toLowerCase():c=G.a.Algorithms;break;case"Management".toLowerCase():c=G.a.Management;break;case"Leadership".toLowerCase():c=G.a.Leadership;break;default:return M.b.log(t,()=>`Invalid class name: ${o}.`),!1}return a.a.startWork(new G.b({classType:c,location:a.a.location,singularity:!0})),s?(a.a.startFocusing(),E.b.toWork()):l&&(a.a.stopFocusing(),E.b.toTerminal()),M.b.log(t,()=>`Started ${c} at ${i}`),!0},gymWorkout:t=>function(e,n,r=!0){M.b.checkSingularityAccess(t);const i=M.b.string(t,"gymName",e),o=M.b.string(t,"stat",n),s=!!r,l=a.a.focus;switch(i.toLowerCase()){case y.a.AevumCrushFitnessGym.toLowerCase():if(a.a.city!=b.a.Aevum)return M.b.log(t,()=>`You cannot workout at '${y.a.AevumCrushFitnessGym}' because you are not in '${b.a.Aevum}'.`),!1;a.a.location=y.a.AevumCrushFitnessGym;break;case y.a.AevumSnapFitnessGym.toLowerCase():if(a.a.city!=b.a.Aevum)return M.b.log(t,()=>`You cannot workout at '${y.a.AevumSnapFitnessGym}' because you are not in '${b.a.Aevum}'.`),!1;a.a.location=y.a.AevumSnapFitnessGym;break;case y.a.Sector12IronGym.toLowerCase():if(a.a.city!=b.a.Sector12)return M.b.log(t,()=>`You cannot workout at '${y.a.Sector12IronGym}' because you are not in '${b.a.Sector12}'.`),!1;a.a.location=y.a.Sector12IronGym;break;case y.a.Sector12PowerhouseGym.toLowerCase():if(a.a.city!=b.a.Sector12)return M.b.log(t,()=>`You cannot workout at '${y.a.Sector12PowerhouseGym}' because you are not in '${b.a.Sector12}'.`),!1;a.a.location=y.a.Sector12PowerhouseGym;break;case y.a.VolhavenMilleniumFitnessGym.toLowerCase():if(a.a.city!=b.a.Volhaven)return M.b.log(t,()=>`You cannot workout at '${y.a.VolhavenMilleniumFitnessGym}' because you are not in '${b.a.Volhaven}'.`),!1;a.a.location=y.a.VolhavenMilleniumFitnessGym;break;default:return M.b.log(t,()=>`Invalid gym name: ${i}. gymWorkout() failed`),!1}switch(o.toLowerCase()){case"strength".toLowerCase():case"str".toLowerCase():a.a.startWork(new G.b({classType:G.a.GymStrength,location:a.a.location,singularity:!0}));break;case"defense".toLowerCase():case"def".toLowerCase():a.a.startWork(new G.b({classType:G.a.GymDefense,location:a.a.location,singularity:!0}));break;case"dexterity".toLowerCase():case"dex".toLowerCase():a.a.startWork(new G.b({classType:G.a.GymDexterity,location:a.a.location,singularity:!0}));break;case"agility".toLowerCase():case"agi".toLowerCase():a.a.startWork(new G.b({classType:G.a.GymAgility,location:a.a.location,singularity:!0}));break;default:return M.b.log(t,()=>`Invalid stat: ${o}.`),!1}return s?(a.a.startFocusing(),E.b.toWork()):l&&(a.a.stopFocusing(),E.b.toTerminal()),M.b.log(t,()=>`Started training ${o} at ${i}`),!0},travelToCity:t=>function(e){M.b.checkSingularityAccess(t);const n=M.b.city(t,"cityName",e);switch(n){case b.a.Aevum:case b.a.Chongqing:case b.a.Sector12:case b.a.NewTokyo:case b.a.Ishima:case b.a.Volhaven:return a.a.money"Not enough money to travel."),!1):(a.a.loseMoney(f.a.TravelCost,"other"),a.a.city=n,M.b.log(t,()=>"Traveled to "+n),a.a.gainIntelligenceExp(f.a.IntelligenceSingFnBaseExpGain/5e4),!0);default:throw M.b.makeRuntimeErrorMsg(t,`Invalid city name: '${n}'.`)}},purchaseTor:t=>function(){if(M.b.checkSingularityAccess(t),a.a.hasTorRouter())return M.b.log(t,()=>"You already have a TOR router!"),!0;if(a.a.money"You cannot afford to purchase a Tor router."),!1;a.a.loseMoney(f.a.TorRouterCost,"other");const e=Object(S.d)(v.a.DarkWeb);if(!e)throw M.b.makeRuntimeErrorMsg(t,"DarkWeb was not a server but should have been");return a.a.getHomeComputer().serversOnNetwork.push(e.hostname),e.serversOnNetwork.push(a.a.getHomeComputer().hostname),a.a.gainIntelligenceExp(f.a.IntelligenceSingFnBaseExpGain/500),M.b.log(t,()=>"You have purchased a Tor router!"),!0},purchaseProgram:t=>function(e){M.b.checkSingularityAccess(t);const n=M.b.string(t,"programName",e).toLowerCase();if(!a.a.hasTorRouter())return M.b.log(t,()=>"You do not have the TOR router."),!1;const r=Object.values(g.a).find(t=>t.program.toLowerCase()===n);return null==r?(M.b.log(t,()=>`Invalid program name: '${n}.`),!1):a.a.money`Not enough money to purchase '${r.program}'. Need ${C.a.formatMoney(r.price)}`),!1):a.a.hasProgram(r.program)?(M.b.log(t,()=>`You already have the '${r.program}' program`),!0):(a.a.getHomeComputer().pushProgram(r.program),Object(W.b)(a.a.currentWork)&&a.a.currentWork.programName===r.program&&a.a.finishWork(!0),a.a.loseMoney(r.price,"other"),M.b.log(t,()=>`You have purchased the '${r.program}' program. The new program can be found on your home computer.`),a.a.gainIntelligenceExp(f.a.IntelligenceSingFnBaseExpGain/5e3),!0)},getCurrentServer:t=>function(){return M.b.checkSingularityAccess(t),a.a.getCurrentServer().hostname},connect:t=>function(e){M.b.checkSingularityAccess(t);const n=M.b.string(t,"hostname",e);if(!n)throw M.b.makeRuntimeErrorMsg(t,`Invalid hostname: '${n}'`);const r=Object(S.d)(n);if(null==r)throw M.b.makeRuntimeErrorMsg(t,`Invalid hostname: '${n}'`);if("home"===n)return a.a.getCurrentServer().isConnectedTo=!1,a.a.currentServer=a.a.getHomeComputer().hostname,a.a.getCurrentServer().isConnectedTo=!0,R.a.setcwd("/"),!0;const i=a.a.getCurrentServer();for(let t=0;tfunction(){M.b.checkSingularityAccess(t);const e=a.a.getCurrentServer();return M.b.hack(t,e.hostname,!0)},installBackdoor:t=>async()=>{M.b.checkSingularityAccess(t);const e=a.a.getCurrentServer();if(!(e instanceof P.a))return M.b.log(t,()=>"cannot backdoor this kind of server"),Promise.resolve();const n=e,r=Object(N.d)(n,a.a)/4*1e3,i=Object(I.b)(n);if(!i.res)throw M.b.makeRuntimeErrorMsg(t,i.msg||"");return M.b.log(t,()=>`Installing backdoor on '${n.hostname}' in ${Object(A.b)(r,!0)}`),M.b.netscriptDelay(t,r).then((function(){return M.b.log(t,()=>`Successfully installed backdoor on '${n.hostname}'`),n.backdoorInstalled=!0,v.a.WorldDaemon===n.hostname&&E.b.toBitVerse(!1,!1),Promise.resolve()}))},isFocused:t=>function(){return M.b.checkSingularityAccess(t),a.a.focus},setFocus:t=>function(e){M.b.checkSingularityAccess(t);const n=!!e;if(null===a.a.currentWork)throw M.b.makeRuntimeErrorMsg(t,"Not currently working");return!a.a.focus&&n?(a.a.startFocusing(),E.b.toWork(),!0):!(!a.a.focus||n)&&(a.a.stopFocusing(),E.b.toTerminal(),!0)},hospitalize:t=>function(){M.b.checkSingularityAccess(t),a.a.currentWork||E.b.page()===k.a.Infiltration||E.b.page()===k.a.BitVerse?M.b.log(t,()=>"Cannot go to the hospital because the player is busy."):a.a.hospitalize()},isBusy:t=>function(){return M.b.checkSingularityAccess(t),null!==a.a.currentWork||E.b.page()===k.a.Infiltration||E.b.page()===k.a.BitVerse},stopAction:t=>function(){M.b.checkSingularityAccess(t);const e=null!==a.a.currentWork;return a.a.finishWork(!0),e},upgradeHomeCores:t=>function(){M.b.checkSingularityAccess(t);const e=a.a.getHomeComputer();if(e.cpuCores>=8)return M.b.log(t,()=>"Your home computer is at max cores."),!1;const n=a.a.getUpgradeHomeCoresCost();return a.a.money"You don't have enough money. Need "+C.a.formatMoney(n)),!1):(e.cpuCores+=1,a.a.loseMoney(n,"servers"),a.a.gainIntelligenceExp(2*f.a.IntelligenceSingFnBaseExpGain),M.b.log(t,()=>`Purchased an additional core for home computer! It now has ${e.cpuCores} cores.`),!0)},getUpgradeHomeCoresCost:t=>function(){return M.b.checkSingularityAccess(t),a.a.getUpgradeHomeCoresCost()},upgradeHomeRam:t=>function(){M.b.checkSingularityAccess(t);const e=a.a.getHomeComputer();if(e.maxRam>=f.a.HomeComputerMaxRam)return M.b.log(t,()=>"Your home computer is at max RAM."),!1;const n=a.a.getUpgradeHomeRamCost();return a.a.money"You don't have enough money. Need "+C.a.formatMoney(n)),!1):(e.maxRam*=2,a.a.loseMoney(n,"servers"),a.a.gainIntelligenceExp(2*f.a.IntelligenceSingFnBaseExpGain),M.b.log(t,()=>`Purchased additional RAM for home computer! It now has ${C.a.formatRAM(e.maxRam)} of RAM.`),!0)},getUpgradeHomeRamCost:t=>function(){return M.b.checkSingularityAccess(t),a.a.getUpgradeHomeRamCost()},workForCompany:t=>function(e,n=!0){M.b.checkSingularityAccess(t);const r=M.b.string(t,"companyName",e),i=!!n;if(null==r||""===r||!L.a[r])return M.b.log(t,()=>`Invalid company: '${r}'`),!1;if(!Object.keys(a.a.jobs).includes(r))return M.b.log(t,()=>`You do not have a job at '${r}'`),!1;const o=a.a.jobs[r],s=p.a[o];if(""===o||!s)return M.b.log(t,()=>"You do not have a job"),!1;const l=a.a.focus;return a.a.startWork(new q.a({singularity:!0,companyName:r})),i?(a.a.startFocusing(),E.b.toWork()):l&&(a.a.stopFocusing(),E.b.toTerminal()),M.b.log(t,()=>`Began working at '${r}' with position '${o}'`),!0},applyToCompany:t=>function(e,r){M.b.checkSingularityAccess(t);const i=M.b.string(t,"companyName",e),o=M.b.string(t,"field",r);let s;switch(n(t,i),a.a.location=i,o.toLowerCase()){case"software":s=a.a.applyForSoftwareJob(!0);break;case"software consultant":s=a.a.applyForSoftwareConsultantJob(!0);break;case"it":s=a.a.applyForItJob(!0);break;case"security engineer":s=a.a.applyForSecurityEngineerJob(!0);break;case"network engineer":s=a.a.applyForNetworkEngineerJob(!0);break;case"business":s=a.a.applyForBusinessJob(!0);break;case"business consultant":s=a.a.applyForBusinessConsultantJob(!0);break;case"security":s=a.a.applyForSecurityJob(!0);break;case"agent":s=a.a.applyForAgentJob(!0);break;case"employee":s=a.a.applyForEmployeeJob(!0);break;case"part-time employee":s=a.a.applyForPartTimeEmployeeJob(!0);break;case"waiter":s=a.a.applyForWaiterJob(!0);break;case"part-time waiter":s=a.a.applyForPartTimeWaiterJob(!0);break;default:return M.b.log(t,()=>`Invalid job: '${o}'.`),!1}return s?M.b.log(t,()=>`You were offered a new job at '${i}' with position '${a.a.jobs[i]}'`):M.b.log(t,()=>`You failed to get a new job/promotion at '${i}' in the '${o}' field.`),s},quitJob:t=>function(e){M.b.checkSingularityAccess(t);const n=M.b.string(t,"companyName",e);a.a.quitJob(n)},getCompanyRep:t=>function(e){M.b.checkSingularityAccess(t);const a=M.b.string(t,"companyName",e);return n(t,a).playerReputation},getCompanyFavor:t=>function(e){M.b.checkSingularityAccess(t);const a=M.b.string(t,"companyName",e);return n(t,a).favor},getCompanyFavorGain:t=>function(e){M.b.checkSingularityAccess(t);const a=M.b.string(t,"companyName",e);return n(t,a).getFavorGain()},checkFactionInvitations:t=>function(){return M.b.checkSingularityAccess(t),a.a.factionInvitations.slice()},joinFaction:t=>function(n){M.b.checkSingularityAccess(t);const i=M.b.string(t,"facName",n);if(e(t,i),!a.a.factionInvitations.includes(i))return M.b.log(t,()=>`You have not been invited by faction '${i}'`),!1;const o=O.a[i];Object(r.d)(o);for(let t=0;t`Joined the '${i}' faction.`),!0},workForFaction:t=>function(n,r,i=!0){M.b.checkSingularityAccess(t);const o=M.b.string(t,"facName",n),s=M.b.string(t,"type",r),l=!!i,c=e(t,o);if(a.a.gang&&c.name===a.a.getGangFaction().name)return M.b.log(t,()=>`You can't work for '${o}' because youre managing a gang for it`),!1;if(!a.a.factions.includes(o))return M.b.log(t,()=>`You are not a member of '${o}'`),!1;const f=a.a.focus;switch(s.toLowerCase()){case"hacking":case"hacking contracts":case"hackingcontracts":return F.a[c.name].offerHackingWork?(a.a.startWork(new H.a({singularity:!0,factionWorkType:U.a.HACKING,faction:c.name})),l?(a.a.startFocusing(),E.b.toWork()):f&&(a.a.stopFocusing(),E.b.toTerminal()),M.b.log(t,()=>`Started carrying out hacking contracts for '${c.name}'`),!0):(M.b.log(t,()=>`Faction '${c.name}' do not need help with hacking contracts.`),!1);case"field":case"fieldwork":case"field work":return F.a[c.name].offerFieldWork?(a.a.startWork(new H.a({singularity:!0,factionWorkType:U.a.FIELD,faction:c.name})),l?(a.a.startFocusing(),E.b.toWork()):f&&(a.a.stopFocusing(),E.b.toTerminal()),M.b.log(t,()=>`Started carrying out field missions for '${c.name}'`),!0):(M.b.log(t,()=>`Faction '${c.name}' do not need help with field missions.`),!1);case"security":case"securitywork":case"security work":return F.a[c.name].offerSecurityWork?(a.a.startWork(new H.a({singularity:!0,factionWorkType:U.a.SECURITY,faction:c.name})),l?(a.a.startFocusing(),E.b.toWork()):f&&(a.a.stopFocusing(),E.b.toTerminal()),M.b.log(t,()=>`Started carrying out security work for '${c.name}'`),!0):(M.b.log(t,()=>`Faction '${c.name}' do not need help with security work.`),!1);default:return M.b.log(t,()=>"Invalid work type: '"+s),!1}},getFactionRep:t=>function(n){M.b.checkSingularityAccess(t);const a=M.b.string(t,"facName",n);return e(t,a).playerReputation},getFactionFavor:t=>function(n){M.b.checkSingularityAccess(t);const a=M.b.string(t,"facName",n);return e(t,a).favor},getFactionFavorGain:t=>function(n){M.b.checkSingularityAccess(t);const a=M.b.string(t,"facName",n);return e(t,a).getFavorGain()},donateToFaction:t=>function(n,r){M.b.checkSingularityAccess(t);const i=M.b.string(t,"facName",n),o=M.b.number(t,"amt",r),s=e(t,i);if(!a.a.factions.includes(s.name))return M.b.log(t,()=>`You can't donate to '${i}' because you aren't a member`),!1;if(a.a.gang&&s.name===a.a.getGangFaction().name)return M.b.log(t,()=>`You can't donate to '${i}' because youre managing a gang for it`),!1;if(s.name===B.a.ChurchOfTheMachineGod||s.name===B.a.Bladeburners)return M.b.log(t,()=>`You can't donate to '${i}' because they do not accept donations`),!1;if("number"!=typeof o||o<=0||isNaN(o))return M.b.log(t,()=>`Invalid donation amount: '${o}'.`),!1;if(a.a.money`You do not have enough money to donate ${C.a.formatMoney(o)} to '${i}'`),!1;const l=Math.floor(f.a.BaseFavorToDonate*x.a.RepToDonateToFaction);if(s.favor`You do not have enough favor to donate to this faction. Have ${s.favor}, need ${l}`),!1;const c=o/f.a.DonateMoneyToRepDivisor*a.a.mults.faction_rep;return s.playerReputation+=c,a.a.loseMoney(o,"other"),M.b.log(t,()=>`${C.a.formatMoney(o)} donated to '${i}' for ${C.a.formatReputation(c)} reputation`),!0},createProgram:t=>function(e,n=!0){M.b.checkSingularityAccess(t);const r=M.b.string(t,"programName",e).toLowerCase(),i=!!n,o=a.a.focus,s=Object.values(_.a).find(t=>t.name.toLowerCase()===r);if(null==s)return M.b.log(t,()=>"The specified program does not exist: '"+r),!1;if(a.a.hasProgram(s.name))return M.b.log(t,()=>`You already have the '${s.name}' program`),!1;const l=s.create;return null===l?(M.b.log(t,()=>`You cannot create the '${s.name}' program`),!1):l.req()?(a.a.startWork(new W.a({programName:s.name,singularity:!0})),i?(a.a.startFocusing(),E.b.toWork()):o&&(a.a.stopFocusing(),E.b.toTerminal()),M.b.log(t,()=>`Began creating program: '${r}'`),!0):(M.b.log(t,()=>`Hacking level is too low to create '${s.name}' (level ${l.level} req)`),!1)},commitCrime:t=>function(e,n=!0){M.b.checkSingularityAccess(t);const r=M.b.string(t,"crimeRoughName",e),i=!!n,o=a.a.focus;null!==a.a.currentWork&&a.a.finishWork(!0),a.a.gotoLocation(y.a.Slums);const s=Object(d.b)(r.toLowerCase());if(null==s)throw M.b.makeRuntimeErrorMsg(t,`Invalid crime: '${r}'`);M.b.log(t,()=>`Attempting to commit ${s.name}...`);const l=s.commit(1,t.workerScript);return i?(a.a.startFocusing(),E.b.toWork()):o&&(a.a.stopFocusing(),E.b.toTerminal()),l},getCrimeChance:t=>function(e){M.b.checkSingularityAccess(t);const n=M.b.string(t,"crimeRoughName",e),r=Object(d.b)(n.toLowerCase());if(null==r)throw M.b.makeRuntimeErrorMsg(t,"Invalid crime: "+n);return r.successRate(a.a)},getCrimeStats:t=>function(e){M.b.checkSingularityAccess(t);const n=M.b.string(t,"crimeRoughName",e),a=Object(d.b)(n.toLowerCase());if(null==a)throw M.b.makeRuntimeErrorMsg(t,"Invalid crime: "+n);const r=Object(z.a)(a);return Object.assign({},a,{money:r.money,reputation:r.reputation,hacking_exp:r.hackExp,strength_exp:r.strExp,defense_exp:r.defExp,dexterity_exp:r.dexExp,agility_exp:r.agiExp,charisma_exp:r.chaExp,intelligence_exp:r.intExp})},getDarkwebPrograms:t=>function(){return M.b.checkSingularityAccess(t),a.a.hasTorRouter()?Object.values(g.a).map(t=>t.program):(M.b.log(t,()=>"You do not have the TOR router."),[])},getDarkwebProgramCost:t=>function(e){M.b.checkSingularityAccess(t);const n=M.b.string(t,"programName",e).toLowerCase();if(!a.a.hasTorRouter())return M.b.log(t,()=>"You do not have the TOR router."),-1;const r=Object.values(g.a).find(t=>t.program.toLowerCase()===n);if(null==r)throw M.b.makeRuntimeErrorMsg(t,`No such exploit ('${n}') found on the darkweb! \nThis function is not case-sensitive. Did you perhaps forget .exe at the end?`);return a.a.hasProgram(r.program)?(M.b.log(t,()=>`You already have the '${r.program}' program`),0):r.price},b1tflum3:t=>(e,n="")=>{M.b.checkSingularityAccess(t);const r=M.b.number(t,"nextBN",e),i=M.b.string(t,"callbackScript",n);M.b.checkSingularityAccess(t),Object(j.a)(!0,a.a.bitNodeN,r),i&&setTimeout(()=>{V(i)},0)},destroyW0r1dD43m0n:t=>(e,n="")=>{M.b.checkSingularityAccess(t);const r=M.b.number(t,"nextBN",e),i=M.b.string(t,"callbackScript",n),o=Object(S.d)(v.a.WorldDaemon);if(!(o instanceof P.a))throw new Error("WorldDaemon was not a normal server. This is a bug contact dev.");!(a.a.skills.hacking{V(i)},0)):M.b.log(t,()=>"Requirements not met to destroy the world daemon")},getCurrentWork:()=>()=>a.a.currentWork?a.a.currentWork.APICopy():null,exportGame:t=>()=>(M.b.checkSingularityAccess(t),Object($.c)(),K.c.exportGame()),exportGameBonus:t=>()=>(M.b.checkSingularityAccess(t),Object($.b)())}}},function(t){t.exports=JSON.parse('{"a":{"CYBERSEC":{"ID":"CYBERSEC","Name":"CyberSec","Description":"Join CyberSec."},"NITESEC":{"ID":"NITESEC","Name":"avmnite-02h","Description":"Join NiteSec."},"THE_BLACK_HAND":{"ID":"THE_BLACK_HAND","Name":"I.I.I.I","Description":"Join The Black Hand."},"BITRUNNERS":{"ID":"BITRUNNERS","Name":"run4theh111z","Description":"Join the BitRunners."},"DAEDALUS":{"ID":"DAEDALUS","Name":"fl1ght.exe","Description":"Join Daedalus."},"THE_COVENANT":{"ID":"THE_COVENANT","Name":"The Covenant","Description":"Join The Covenant."},"ILLUMINATI":{"ID":"ILLUMINATI","Name":"Illuminati","Description":"Join the Illuminati."},"BRUTESSH.EXE":{"ID":"BRUTESSH.EXE","Name":"BruteSSH.exe","Description":"Acquire BruteSSH.exe"},"FTPCRACK.EXE":{"ID":"FTPCRACK.EXE","Name":"FTPCrack.exe","Description":"Acquire FTPCrack.exe"},"RELAYSMTP.EXE":{"ID":"RELAYSMTP.EXE","Name":"relaySMTP.exe","Description":"Acquire relaySMTP.exe"},"HTTPWORM.EXE":{"ID":"HTTPWORM.EXE","Name":"HTTPWorm.exe","Description":"Acquire HTTPWorm.exe"},"SQLINJECT.EXE":{"ID":"SQLINJECT.EXE","Name":"SQLInject.exe","Description":"Acquire SQLInject.exe"},"FORMULAS.EXE":{"ID":"FORMULAS.EXE","Name":"Formulas.exe","Description":"Acquire Formulas.exe"},"SF1.1":{"ID":"SF1.1","Name":"Source Genesis","Description":"Acquire SF1.1"},"SF2.1":{"ID":"SF2.1","Name":"Rise of the Underworld","Description":"Acquire SF2.1"},"SF3.1":{"ID":"SF3.1","Name":"Corporatocracy","Description":"Acquire SF3.1"},"SF4.1":{"ID":"SF4.1","Name":"The Singularity","Description":"Acquire SF4.1"},"SF5.1":{"ID":"SF5.1","Name":"Artificial Intelligence","Description":"Acquire SF5.1"},"SF6.1":{"ID":"SF6.1","Name":"Bladeburners","Description":"Acquire SF6.1"},"SF7.1":{"ID":"SF7.1","Name":"Bladeburners 2079","Description":"Acquire SF7.1"},"SF8.1":{"ID":"SF8.1","Name":"Ghost of Wall Street","Description":"Acquire SF8.1"},"SF9.1":{"ID":"SF9.1","Name":"Hacktocracy","Description":"Acquire SF9.1"},"SF10.1":{"ID":"SF10.1","Name":"Digital Carbon","Description":"Acquire SF10.1"},"SF11.1":{"ID":"SF11.1","Name":"The Big Crash","Description":"Acquire SF11.1"},"SF12.1":{"ID":"SF12.1","Name":"The Recursion","Description":"Acquire SF12.1"},"MONEY_1Q":{"ID":"MONEY_1Q","Name":"Here comes the money!","Description":"Have $1Q on your home computer."},"MONEY_M1B":{"ID":"MONEY_M1B","Name":"Massive debt","Description":"Be $1b in debt."},"INSTALL_1":{"ID":"INSTALL_1","Name":"I never asked for this.","Description":"Install your first augmentation."},"INSTALL_100":{"ID":"INSTALL_100","Name":"I asked for this.","Description":"Have 100 augmentation installed at once."},"QUEUE_40":{"ID":"QUEUE_40","Name":"It\'s time to install","Description":"Have 40 augmentation queued at once."},"HACKING_100000":{"ID":"HACKING_100000","Name":"Power Overwhelming","Description":"Achieve 100 000 hacking skill."},"COMBAT_3000":{"ID":"COMBAT_3000","Name":"One punch man","Description":"Achieve 3000 in all combat stats."},"NEUROFLUX_255":{"ID":"NEUROFLUX_255","Name":"Neuroflux is love, Neuroflux is live","Description":"Install Neuroflux Governor level 255"},"NS2":{"ID":"NS2","Name":"Maximum speed!","Description":"Write an ns2 script."},"FROZE":{"ID":"FROZE","Name":"while(true);","Description":"Restart the game using the reload & kill all option because you froze it with an infinite loop."},"RUNNING_SCRIPTS_1000":{"ID":"RUNNING_SCRIPTS_1000","Name":"Need more real life ram","Description":"Run 1000 scripts simultaneously."},"DRAIN_SERVER":{"ID":"DRAIN_SERVER","Name":"Big trouble","Description":"Drain a server of all its money."},"MAX_RAM":{"ID":"MAX_RAM","Name":"Download more ram","Description":"Maximize your home computer ram."},"MAX_CORES":{"ID":"MAX_CORES","Name":"Download more cores?","Description":"Maximize your home computer cores."},"SCRIPTS_30":{"ID":"SCRIPTS_30","Name":"Thank you folders!","Description":"Have 30 scripts on your home computer."},"KARMA_1000000":{"ID":"KARMA_1000000","Name":"Wretched hive of scum and vilany","Description":"Reach -1m karma."},"STOCK_1q":{"ID":"STOCK_1q","Name":"Wolf of wall street.","Description":"Make 1q on the stock market."},"DISCOUNT":{"ID":"DISCOUNT","Name":"Discount!","Description":"Get a discount at Powerhouse Gym by backdooring their server."},"SCRIPT_32GB":{"ID":"SCRIPT_32GB","Name":"You\'ll need upgrade for this one.","Description":"Write a script that costs 32GB per thread."},"FIRST_HACKNET_NODE":{"ID":"FIRST_HACKNET_NODE","Name":"Free money!","Description":"Purchase your first hacknet node."},"30_HACKNET_NODE":{"ID":"30_HACKNET_NODE","Name":"Big network","Description":"Have 30 hacknet nodes."},"MAX_HACKNET_NODE":{"ID":"MAX_HACKNET_NODE","Name":"That\'s the limit","Description":"Maximize a hacknet node."},"HACKNET_NODE_10M":{"ID":"HACKNET_NODE_10M","Name":"The original hacker","Description":"Make 10m from hacknet nodes."},"REPUTATION_10M":{"ID":"REPUTATION_10M","Name":"Well liked","Description":"Reach 10m reputation with a faction."},"DONATION":{"ID":"DONATION","Name":"Donate!","Description":"Unlock donations with a faction."},"TRAVEL":{"ID":"TRAVEL","Name":"World explorer","Description":"Travel anywhere."},"WORKOUT":{"ID":"WORKOUT","Name":"Gains!","Description":"Workout at a gym."},"TOR":{"ID":"TOR","Name":"The Onion Network","Description":"Purchase the TOR router."},"HOSPITALIZED":{"ID":"HOSPITALIZED","Name":"Ouch!","Description":"Go to the hospital."},"GANG":{"ID":"GANG","Name":"Gangster","Description":"Form a gang."},"FULL_GANG":{"ID":"FULL_GANG","Name":"Don","Description":"Recruit all gang members."},"GANG_TERRITORY":{"ID":"GANG_TERRITORY","Name":"Stay out of my territory","Description":"Have 100% of the territory."},"GANG_MEMBER_POWER":{"ID":"GANG_MEMBER_POWER","Name":"One punch guy","Description":"Have a gang member with 10 000 in 1 skill."},"CORPORATION":{"ID":"CORPORATION","Name":"A small 150b loan.","Description":"Create a corporation."},"CORPORATION_BRIBE":{"ID":"CORPORATION_BRIBE","Name":"Lobbying is great!","Description":"Lower your taxes through lobbying."},"CORPORATION_PROD_1000":{"ID":"CORPORATION_PROD_1000","Name":"Streamlined manufacturing","Description":"Have a division with a production multiplier of 1000."},"CORPORATION_EMPLOYEE_3000":{"ID":"CORPORATION_EMPLOYEE_3000","Name":"Small town","Description":"Have a division with 3000 employee."},"CORPORATION_REAL_ESTATE":{"ID":"CORPORATION_REAL_ESTATE","Name":"Own the land","Description":"Expand to the Real Estate division."},"INTELLIGENCE_255":{"ID":"INTELLIGENCE_255","Name":"Smart!","Description":"Reach intelligence 255"},"BLADEBURNER_DIVISION":{"ID":"BLADEBURNER_DIVISION","Name":"Bladeburners","Description":"Join the Bladeburner division."},"BLADEBURNER_OVERCLOCK":{"ID":"BLADEBURNER_OVERCLOCK","Name":"Overclock!","Description":"Reach maximum level of Overclock"},"BLADEBURNER_UNSPENT_100000":{"ID":"BLADEBURNER_UNSPENT_100000","Name":"You should really spend those.","Description":"Have 100 000 unspent bladeburner skill points."},"4S":{"ID":"4S","Name":"4S","Description":"Purchase the 4S market data."},"FIRST_HACKNET_SERVER":{"ID":"FIRST_HACKNET_SERVER","Name":"The improved hacker.","Description":"Purchase your first hacknet server."},"ALL_HACKNET_SERVER":{"ID":"ALL_HACKNET_SERVER","Name":"Full network","Description":"Buy all hacknet servers."},"MAX_HACKNET_SERVER":{"ID":"MAX_HACKNET_SERVER","Name":"That\'s the new limit.","Description":"Maximize a hacknet server."},"HACKNET_SERVER_1B":{"ID":"HACKNET_SERVER_1B","Name":"Not passive anymore","Description":"Make $1b with hacknet servers."},"MAX_CACHE":{"ID":"MAX_CACHE","Name":"What a waste.","Description":"Cap your hashes."},"SLEEVE_8":{"ID":"SLEEVE_8","Name":"You and what army?","Description":"Purchase all duplicate sleeves from The Covenant."},"INDECISIVE":{"ID":"INDECISIVE","Name":"Too many options.","Description":"Spend 1h straight on the bitverse."},"FAST_BN":{"ID":"FAST_BN","Name":"Speed demon.","Description":"Destroy a bitnode in under 2 days."},"CHALLENGE_BN1":{"ID":"CHALLENGE_BN1","Name":"BN1: Challenge","Description":"Destroy BN1 with at most 128GB and 1 core."},"CHALLENGE_BN2":{"ID":"CHALLENGE_BN2","Name":"BN2: Challenge","Description":"Destroy BN2 without forming a gang."},"CHALLENGE_BN3":{"ID":"CHALLENGE_BN3","Name":"BN3: Challenge","Description":"Destroy BN3 without creating corporation."},"CHALLENGE_BN6":{"ID":"CHALLENGE_BN6","Name":"BN6: Challenge","Description":"Destroy BN6 without joining the bladeburner division."},"CHALLENGE_BN7":{"ID":"CHALLENGE_BN7","Name":"BN7: Challenge","Description":"Destroy BN7 without joining the bladeburner division."},"CHALLENGE_BN8":{"ID":"CHALLENGE_BN8","Name":"BN8: Challenge","Description":"Destroy BN8 without purchasing the 4s market data."},"CHALLENGE_BN9":{"ID":"CHALLENGE_BN9","Name":"BN9: Challenge","Description":"Destroy BN9 without using hacknet servers."},"CHALLENGE_BN10":{"ID":"CHALLENGE_BN10","Name":"BN10: Challenge","Description":"Destroy BN10 without using sleeves."},"CHALLENGE_BN12":{"ID":"CHALLENGE_BN12","Name":"BN12: Challenge","Description":"Destroy BN12 50 times."},"BYPASS":{"ID":"BYPASS","Name":"Exploit: bypass","Description":"Circumventing the ram cost of document."},"PROTOTYPETAMPERING":{"ID":"PROTOTYPETAMPERING","Name":"Exploit: prototype tampering","Description":"Tamper with the Numbers prototype."},"UNCLICKABLE":{"ID":"UNCLICKABLE","Name":"Exploit: unclickable","Description":"Click the unclickable."},"UNDOCUMENTEDFUNCTIONCALL":{"ID":"UNDOCUMENTEDFUNCTIONCALL","Name":"Exploit: undocumented","Description":"Call the undocumented function."},"TIMECOMPRESSION":{"ID":"TIMECOMPRESSION","Name":"Exploit: time compression","Description":"Compress time."},"REALITYALTERATION":{"ID":"REALITYALTERATION","Name":"Exploit: reality alteration","Description":"Alter reality."},"N00DLES":{"ID":"N00DLES","Name":"Exploit: noodles","Description":"Harness the power of the noodles."},"EDITSAVEFILE":{"ID":"EDITSAVEFILE","Name":"Exploit: edit","Description":"Acquire the EditSaveFile Source-File -1"},"UNACHIEVABLE":{"ID":"UNACHIEVABLE","Name":"UNACHIEVABLE","Description":"This achievement cannot be unlocked."},"CHALLENGE_BN13":{"ID":"CHALLENGE_BN13","Name":"BN13: Challenge","Description":"Complete BN13 without Stanek\'s Gift."},"DEVMENU":{"ID":"DEVMENU","Name":"Exploit: you\'re not meant to access this","Description":"Open the dev menu."},"RAINBOW":{"ID":"RAINBOW","Name":"Exploit: rainbow","Description":"Make good use of the rainbow."},"TRUE_RECURSION":{"ID":"TRUE_RECURSION","Name":"Exploit: true recursion","Description":"Beat BN1 in megabyteburner 2000."}}}')},,,,,,,function(t,e,n){"use strict";n.d(e,"a",(function(){return c}));var a=n(102),r=n(26),i=n(627);const o=["applyToCompany","b1tflum3","checkFactionInvitations","commitCrime","connect","createProgram","destroyW0r1dD43m0n","donateToFaction","getAugmentationBasePrice","getAugmentationCost","getAugmentationPrereq","getAugmentationPrice","getAugmentationRepReq","getAugmentationsFromFaction","getAugmentationStats","getCompanyFavor","getCompanyFavorGain","getCompanyRep","getCrimeChance","getCrimeStats","getCurrentServer","getDarkwebProgramCost","getDarkwebPrograms","getFactionFavor","getFactionFavorGain","getFactionRep","getOwnedAugmentations","getOwnedSourceFiles","getUpgradeHomeCoresCost","getUpgradeHomeRamCost","goToLocation","gymWorkout","hospitalize","installAugmentations","installBackdoor","isBusy","isFocused","joinFaction","manualHack","purchaseAugmentation","purchaseProgram","purchaseTor","quitJob","setFocus","softReset","stopAction","travelToCity","universityCourse","upgradeHomeCores","upgradeHomeRam","workForCompany","workForFaction"],s=["workChaExpGained","currentWorkFactionName","workDexExpGained","workHackExpGained","createProgramReqLvl","workStrExpGained","companyName","crimeType","workRepGained","workChaExpGainRate","workType","workStrExpGainRate","isWorking","workRepGainRate","workDefExpGained","currentWorkFactionDescription","workHackExpGainRate","workAgiExpGainRate","workDexExpGainRate","workMoneyGained","workMoneyLossRate","workMoneyGainRate","createProgramName","workDefExpGainRate","workAgiExpGained","className","hacking","strength","defense","dexterity","agility","charisma","intelligence","hacking_exp","strength_exp","defense_exp","dexterity_exp","agility_exp","charisma_exp","intelligence_exp","hp","max_hp","hasWseAccount","hasTixApiAccess","has4SData","has4SDataTixApi"],l=["hacking_chance_mult","hacking_speed_mult","hacking_money_mult","hacking_grow_mult","hacking_mult","hacking_exp_mult","strength_mult","strength_exp_mult","defense_mult","defense_exp_mult","dexterity_mult","dexterity_exp_mult","agility_mult","agility_exp_mult","charisma_mult","charisma_exp_mult","hacknet_node_money_mult","hacknet_node_purchase_cost_mult","hacknet_node_ram_cost_mult","hacknet_node_core_cost_mult","hacknet_node_level_cost_mult","company_rep_mult","faction_rep_mult","work_money_mult","crime_success_mult","crime_money_mult","bladeburner_max_stamina_mult","bladeburner_stamina_gain_mult","bladeburner_analysis_mult","bladeburner_success_chance_mult"],c=()=>{const t=Object(r.d)("home");if(!t)throw new Error("'home' server was not found.");const e=[{matchJS:/ns\.workForCompany/g,matchScript:/workForCompany/g,reason:"workForCompany argument companyName is now not-optional.",offenders:[]},{matchJS:/ns\.getScriptExpGain/g,matchScript:/getScriptExpGain/g,reason:"getScriptExpGain with 0 argument no longer returns the sum of all scripts. Use getTotalScriptExpGain",offenders:[]},{matchJS:/ns\.getScriptExpGain/g,matchScript:/getScriptExpGain/g,reason:"getScriptIncome with 0 argument no longer returns the sum of all scripts. Use getTotalScriptIncome",offenders:[]},{matchJS:/ns\.scp/g,matchScript:/scp/g,reason:"scp arguments were switch, it is now scp(files, destination, optionally_source). If you were using 2 argument (not 3) this doesn't affect you.",offenders:[]},{matchJS:/ns\.stock\.buy/g,matchScript:/stock\.buy/g,reason:"buy is a very common word so in order to avoid ram costs it was renamed ns.stock.buyStock",offenders:[]},{matchJS:/ns\.stock\.sell/g,matchScript:/stock\.sell/g,reason:"sell is a very common word so in order to avoid ram costs it was renamed ns.stock.sellStock",offenders:[]},{matchJS:/ns\.stock\.short/g,matchScript:/stock\.short/g,reason:"short is a very common word so in order to avoid ram costs it was renamed ns.stock.buyShort",offenders:[]},{matchJS:/ns\.corporation\.bribe/g,matchScript:/corporation\.bribe/g,reason:"bribe no longer allows you to give shares of the corporation, only money",offenders:[]}];for(const t of o)e.push({matchJS:new RegExp("ns."+t,"g"),reason:`ns.${t} was moved to ns.singularity.${t}`,offenders:[]});for(const t of l)e.push({matchJS:new RegExp(t,"g"),reason:`ns.getPlayer().${t} was moved to ns.getPlayer().mults.${t.slice(0,t.length-5)}`,offenders:[]});for(const t of s)e.push({matchJS:new RegExp(t,"g"),reason:`The work system is completely reworked and ns.getPlayer().${t} no longer exists. This data is likely available inside ns.getPlayer().currentWork, skills, exp, or hp`,offenders:[]});for(const n of t.scripts)m(e,n);t.writeToTextFile("V2_0_0_API_BREAK.txt",u(e)),Object(i.b)();for(const t of Object(r.c)())t.runningScripts=[];a.c.exportGame()},f=t=>{const e={};for(const a of t){var n;const t=null!==(n=e[a.file])&&void 0!==n?n:[];t.push(a),e[a.file]=t}let a="";for(const t in e){a+="\t"+t+"\n";for(const n of e[t])a+=`\t\tLine ${n.line} ${n.content.trim()}\n`}return a},u=t=>{let e="This file contains the list of potential API break. A pattern was used to look through all your files and note the spots where you might have a problem. Not everything here is broken.";for(const n of t)0!==n.offenders.length&&(e+=String(n.matchJS)+"\n",e+=n.reason+"\n\n",e+=f(n.offenders),e+="\n\n");return e},m=(t,e)=>{const n=e.code.split("\n");for(let r=0;r=0;--t)Object(r.a)({runningScript:e.runningScripts[t],hostname:e.hostname});i.a.emit(),a.a.print("Killing all running scripts")}},function(t,e,n){"use strict";n.d(e,"a",(function(){return p}));var a=n(148),r=n(122),i=n(132),o=n(0),s=n.n(o),l=n(77),c=n(22),f=n(9),u=n(330),m=n.n(u),h=n(467),d=n(353);function p(t,e){let n;try{n=m()({"-l":Boolean,"--grep":String,"-g":"--grep"},{argv:t})}catch(t){return void u()}const o=n["--grep"];function u(){f.a.error("Incorrect usage of ls command. Usage: ls [dir] [-l] [-g, --grep pattern]")}if(t.length>4)return u();let p=f.a.cwd();p.endsWith("/")||(p+="/");const g=t[0]&&"string"==typeof t[0]&&!t[0].startsWith("-")?t[0]:"",b=Object(l.c)(g+"",f.a.cwd());if(p=b||"",p.endsWith("/")||(p+="/"),!Object(l.i)(p))return u();"/"===p&&(p="");const y=[],E=[],v=[],k=[],w=[],S=[];function _(t,e){let n=t;if(p){if(!t.startsWith(p))return;n=t.slice(p.length,t.length)}if(!o||n.includes(o))if(n.includes("/")){const t=Object(l.g)(n);if(o&&!t.includes(o))return;S.includes(t)||S.push(t)}else e.push(n)}for(const t of e.programs)_(t,y);for(const t of e.scripts)_(t.filename,E);for(const t of e.textFiles)_(t.fn,v);for(const t of e.contracts)_(t.fn,k);for(const t of e.messages)_(t,w);function C({row:t,prefix:n,hostname:o}){const l=Object(r.a)(t=>Object(a.a)({scriptLinksWrap:{display:"inline-flex",color:t.palette.warning.main},scriptLink:{cursor:"pointer",textDecorationLine:"underline",paddingRight:"1.15em","&:last-child":{padding:0}}}))();let u=t.split("~").map(t=>[t.trim(),t.replace(t.trim(),"")]);return u=u.filter(t=>!!t[0]),s.a.createElement("span",{className:l.scriptLinksWrap},u.map(t=>s.a.createElement("span",{key:"script_"+t[0]},s.a.createElement("span",{className:l.scriptLink,onClick:()=>function(t){var a;if(!e.isConnectedTo)return f.a.error(`File is not on this server, connect to ${o} and try again`);t.startsWith("/")&&(t=t.slice(1));const r=f.a.getFilepath(`${n}${t}`),s=Object(i.toString)(null===(a=f.a.getScript(r))||void 0===a?void 0:a.code);c.b.toScriptEditor({[r]:s})}(t[0])},t[0]),s.a.createElement("span",null,t[1]))))}function x({row:t,prefix:n,hostname:i}){const o=Object(r.a)(t=>Object(a.a)({linksWrap:{display:"inline-flex",color:t.palette.primary.main},link:{cursor:"pointer",textDecorationLine:"underline",paddingRight:"1.15em","&:last-child":{padding:0}}}))();let l=t.split("~").map(t=>[t.trim(),t.replace(t.trim(),"")]);return l=l.filter(t=>!!t[0]),s.a.createElement("span",{className:o.linksWrap},l.map(t=>s.a.createElement("span",{key:"text_"+t[0]},s.a.createElement("span",{className:o.link,onClick:()=>function(t){if(!e.isConnectedTo)return f.a.error(`File is not on this server, connect to ${i} and try again`);t.startsWith("/")&&(t=t.slice(1));const a=f.a.getFilepath(`${n}${t}`);a.endsWith(".lit")?Object(h.a)(a):a.endsWith(".msg")&&Object(d.c)(a)}(t[0])},t[0]),s.a.createElement("span",null,t[1]))))}let L;function O(t,n){const a=t.segments,r=t.type===L.Script||t.type===L.Message,i=Math.max(...a.map(t=>t.length))+1,o=!0===n["-l"]?1:Math.ceil(80/i);for(let n=0;nt.segments.length>0);for(const t of M)O(t,n)}},function(t,e,n){"use strict";n.d(e,"a",(function(){return r}));var a=n(9);function r(t,e){a.a.print(e.cpuCores+" Core(s)")}},function(t,e,n){"use strict";n.d(e,"a",(function(){return o}));var a=n(9),r=n(7),i=n(6);function o(t){try{var e,n;if(1!==t.length&&3!==t.length)return void a.a.error("Incorrect usage of mem command. usage: mem [scriptname] [-t] [number threads]");const o=t[0]+"";let s=1;if(3===t.length&&"-t"===t[1]&&(s=Math.round(parseInt(t[2]+"")),isNaN(s)||s<1))return void a.a.error("Invalid number of threads specified. Number of threads must be greater than 1");const l=a.a.getScript(o);if(null==l)return void a.a.error("mem failed. No such script exists!");const c=l.ramUsage*s;a.a.print(`This script requires ${r.a.formatRAM(c)} of RAM to run for ${s} thread(s)`);const f=null!==(e=null===(n=l.ramUsageEntries)||void 0===n?void 0:n.sort((t,e)=>e.cost-t.cost))&&void 0!==e?e:[],u=i.a.UseIEC60027_2?9:8;for(const t of f)a.a.print(`${r.a.formatRAM(t.cost*s).padStart(u)} | ${t.name} (${t.type})`);c>0&&0===f.length&&a.a.warn("You might have to open & save this script to see the detailed RAM usage information.")}catch(t){a.a.error(t+"")}}},function(t,e,n){"use strict";n.d(e,"a",(function(){return s}));var a=n(9),r=n(95),i=n(229),o=n(77);function s(t,e){if(2===t.length)try{const n=t[0]+"",s=t[1]+"";if(!Object(r.a)(n)&&!n.endsWith(".txt"))return void a.a.error("'mv' can only be used on scripts and text files (.txt)");const l=a.a.getFile(n);if(null==l)return void a.a.error(`Source file ${n} does not exist`);const c=a.a.getFilepath(n),f=Object(o.f)(s,n,a.a.cwd());if(null===f)return void a.a.error("error parsing dst file");const u=a.a.getFile(f),m=a.a.getFilepath(f);if(Object(o.a)(c,m))return void a.a.error("Source and destination files are the same file");if(Object(r.a)(n)){const t=l;if(!Object(r.a)(m))return void a.a.error("Source and destination files must have the same type");if(e.isRunning(c))return void a.a.error("Cannot use 'mv' on a script that is running");if(null!=u){if(e.isRunning(m))return void a.a.error("Cannot use 'mv' on a script that is running");if(!e.removeFile(m).res)return void a.a.error("Something went wrong...please contact game dev (probably a bug)");a.a.print("Warning: The destination file was overwritten")}t.filename=m}else if(l instanceof i.a){const t=l;if(!f.endsWith(".txt"))return void a.a.error("Source and destination files must have the same type");if(null!=u){if(!e.removeFile(m).res)return void a.a.error("Something went wrong...please contact game dev (probably a bug)");a.a.print("Warning: The destination file was overwritten")}t.fn=m}}catch(t){a.a.error(t+"")}else a.a.error("Incorrect number of arguments. Usage: mv [src] [dest]")}},function(t,e,n){"use strict";n.d(e,"a",(function(){return r}));var a=n(632);function r(t,e){return Object(a.a)("nano",{args:t,server:e})}},function(t,e,n){"use strict";n.d(e,"a",(function(){return a}));const a=new class{constructor(){this.positions=new Map}saveCursor(t,e){this.positions.set(t,e)}getCursor(t){const e=this.positions.get(t);return e||{row:-1,column:-1}}}},function(t,e,n){"use strict";n.d(e,"a",(function(){return i}));var a=n(9),r=n(330);function i(t,e){let n;try{n=r({"--grep":String,"-g":"--grep"},{argv:t})}catch(t){return void a.a.error("Incorrect usage of ps command. Usage: ps [-g, --grep pattern]")}const i=n["--grep"];if(i){const t=new RegExp(i.toString()),n=e.runningScripts.filter(e=>t.test(e.filename));for(let t=0;t0?m:1,p=u._;if(null==Object(s.a)(n,p,e)){for(let t=0;tf+.001)return void a.a.error("This machine does not have enough RAM to run this script"+(1===d?"":` with ${d} threads`)+`. Script requires ${c.a.formatRAM(l)} of RAM`);const u=new o.a(s,p);u.threads=d;return Object(i.e)(u,e)?(a.a.print(`Running script with ${d} thread(s), pid ${u.pid} and args: ${JSON.stringify(p)}.`),void(h&&r.c.emit(u))):void a.a.error("Failed to start script")}a.a.error("No such script")}else a.a.error("This script is already running with the same args. Cannot run multiple instances with the same args")}},function(t,e,n){"use strict";n.d(e,"a",(function(){return o}));var a=n(9),r=n(1),i=n(56);function o(t,e){if(t.length<1)return;const n=t[0]+"";if(r.a.hasProgram(n)){if(!(t.length<1)){for(const a of Object.values(i.a))if(a.name.toLocaleLowerCase()===n.toLocaleLowerCase())return void a.run(t.slice(1).map(t=>t+""),e);a.a.error("Invalid executable. Cannot be run")}}else a.a.error(`No such (exe, script, js, ns, or cct) file! (Only programs that exist on your home computer or scripts on ${e.hostname} can be run)`)}},function(t,e,n){"use strict";n.d(e,"a",(function(){return i}));var a=n(9),r=n(141);function i(t,e){if(0!==t.length)return void a.a.error("Incorrect usage of scan command. Usage: scan");const n=e.serversOnNetwork.map((t,n)=>{const a=Object(r.a)(e,n);if(null===a)throw new Error("Server should not be null");return{hostname:a.hostname,ip:a.ip,hasRoot:a.hasAdminRights?"Y":"N"}});n.unshift({hostname:"Hostname",ip:"IP",hasRoot:"Root Access"});const i=Math.max(...n.map(t=>t.hostname.length)),o=Math.max(...n.map(t=>t.ip.length));for(const t of n){if(!t)continue;let e=t.hostname;e+=" ".repeat(i-t.hostname.length+1),e+=t.ip,e+=" ".repeat(o-t.ip.length+1),e+=t.hasRoot,a.a.print(e)}}},function(t,e,n){"use strict";n.d(e,"a",(function(){return o}));var a=n(9),r=n(1),i=n(56);function o(t){if(0===t.length)a.a.executeScanAnalyzeCommand();else{if(t.length>2)return void a.a.error("Incorrect usage of scan-analyze command. usage: scan-analyze [depth]");let e=!1;2===t.length&&"-a"===t[1]&&(e=!0);const n=parseInt(t[0]+"");if(isNaN(n)||n<0)return void a.a.error("Incorrect usage of scan-analyze command. depth argument must be positive numeric");if(n>3&&!r.a.hasProgram(i.a.DeepscanV1.name)&&!r.a.hasProgram(i.a.DeepscanV2.name))return void a.a.error("You cannot scan-analyze with that high of a depth. Maximum depth is 3");if(n>5&&!r.a.hasProgram(i.a.DeepscanV2.name))return void a.a.error("You cannot scan-analyze with that high of a depth. Maximum depth is 5");if(n>10)return void a.a.error("You cannot scan-analyze with that high of a depth. Maximum depth is 10");a.a.executeScanAnalyzeCommand(n,e)}}},function(t,e,n){"use strict";n.d(e,"a",(function(){return o}));var a=n(9),r=n(26),i=n(95);function o(t,e){try{if(2!==t.length)return void a.a.error("Incorrect usage of scp command. Usage: scp [file] [destination hostname]");const n=a.a.getFilepath(t[0]+"");if(!n.endsWith(".lit")&&!Object(i.a)(n)&&!n.endsWith(".txt"))return void a.a.error("scp only works for scripts, text files (.txt), and literature files (.lit)");const o=Object(r.d)(t[1]+"");if(null==o)return void a.a.error(`Invalid destination. ${t[1]} not found`);if(n.endsWith(".lit")){if(!e.messages.includes(n))return a.a.error("No such file exists!");const t=o.messages.includes(n);return t||o.messages.push(n),a.a.print(`${n} ${t?"was already on":"copied to"} ${o.hostname}`)}if(n.endsWith(".txt")){const t=e.textFiles.find(t=>t.fn===n);if(!t)return a.a.error("No such file exists!");const r=o.writeToTextFile(t.fn,t.text);return r.success?r.overwritten?(a.a.print(`WARNING: ${n} already exists on ${o.hostname} and will be overwritten`),void a.a.print(`${n} overwritten on ${o.hostname}`)):void a.a.print(`${n} copied over to ${o.hostname}`):void a.a.error("scp failed")}const s=e.scripts.find(t=>t.filename===n);if(!s)return void a.a.error("scp failed. No such script exists");const l=o.writeToScriptFile(n,s.code);if(!l.success)return void a.a.error("scp failed");if(l.overwritten)return a.a.print(`WARNING: ${n} already exists on ${o.hostname} and will be overwritten`),void a.a.print(`${n} overwritten on ${o.hostname}`);a.a.print(`${n} copied over to ${o.hostname}`)}catch(t){a.a.error(t+"")}}},function(t,e,n){"use strict";n.d(e,"a",(function(){return r}));var a=n(9);function r(t,e){0===t.length?e.hasAdminRights?a.a.print("You have ROOT access to this machine"):a.a.print("You do NOT have root access to this machine"):a.a.error("Incorrect number of arguments. Usage: sudov")}},function(t,e,n){"use strict";n.d(e,"a",(function(){return l}));var a=n(9),r=n(265),i=n(95),o=n(419),s=n(165);function l(t,e){try{if(t.length<1)a.a.error("Incorrect number of arguments. Usage: tail [script] [arg1] [arg2]...");else if("string"==typeof t[0]){const n=a.a.getFilepath(t[0]);if(!Object(i.a)(n))return void a.a.error(`tail can only be called on ${i.b.join(", ")} files, or by PID`);const r=[];for(let e=1;e1){a.a.error("Found several potential candidates:");for(const t of l)a.a.error(`${t.filename} ${t.args.join(" ")}`);return void a.a.error("Script arguments need to be specified.")}a.a.error(`No script named ${n} is running on the server`)}else if("number"==typeof t[0]){const n=Object(r.b)(t[0],e);if(null==n)return void a.a.error(`No script with PID ${t[0]} is running on the server`);s.c.emit(n)}}catch(t){a.a.error(t+"")}}},function(t,e,n){"use strict";n.d(e,"a",(function(){return o}));var a=n(9),r=n(631),i=n(7);function o(t,e){if(0!==t.length)return void a.a.error("Incorrect usage of top command. Usage: top");const n=`Script${" ".repeat(40-"Script".length)}PID${" ".repeat(10-"PID".length)}Threads${" ".repeat(16-"Threads".length)}RAM Usage`;a.a.print(n);const o=e.runningScripts;for(let t=0;tr.a.skills.hacking?a.a.error("Your hacking skill is not high enough to attempt hacking this machine. Try analyzing the machine to determine the required hacking skill"):a.a.startWeaken():a.a.error("You do not have admin rights for this machine! Cannot weaken")}},function(t,e,n){"use strict";n.d(e,"a",(function(){return s}));var a=n(615),r=n.n(a),i=n(9),o=n(95);function s(t,e){if(2!==t.length)return void i.a.error("Incorrect usage of wget command. Usage: wget [url] [target file]");const n=t[0]+"",a=i.a.getFilepath(t[1]+"");if(!Object(o.a)(a)&&!a.endsWith(".txt"))return i.a.error("wget failed: Invalid target file. Target file must be script or text file");r.a.get(n,(function(t){let n;return n=Object(o.a)(a)?e.writeToScriptFile(a,String(t)):e.writeToTextFile(a,String(t)),n.success?n.overwritten?i.a.print("wget successfully retrieved content and overwrote "+a):i.a.print("wget successfully retrieved content to new file "+a):i.a.error("wget failed")}),"text").fail((function(t){return i.a.error("wget failed: "+JSON.stringify(t))}))}},function(t,e,n){"use strict";n.d(e,"a",(function(){return r}));var a=n(476);function r(){a.b.emit()}},function(t,e,n){"use strict";n.d(e,"a",(function(){return i}));var a=n(308),r=n(1);function i(t){const e="SourceFile"+t.n,n=a.a[e];if(null!=n){switch(t.n){case 1:{let e=0;for(let n=0;nObject(A.a)({textfield:{borderBottom:"1px solid "+t.palette.primary.main},code:{whiteSpace:"pre",backgroundColor:t.palette.background.paper}}));var P;function I(){const[t,e]=Object(a.useState)(!1),[n,c]=Object(a.useState)(P.None),u=N(),b={[P.None]:".script",[P.NS1]:".script",[P.NS2]:".js"}[n],E="n00dles"+b,k={[T.f.Start]:{content:r.a.createElement(r.a.Fragment,null,r.a.createElement(o.a,null,"Welcome to Bitburner, a cyberpunk-themed incremental RPG! The game takes place in a dark, dystopian future... The year is 2077...",r.a.createElement("br",null),r.a.createElement("br",null),"This tutorial will show you the basics of the game. You may skip the tutorial at any time.",r.a.createElement("br",null),r.a.createElement("br",null),"You can also collapse this panel to temporarily hide this tutorial.")),canNext:!0},[T.f.NSSelection]:{content:r.a.createElement(r.a.Fragment,null,r.a.createElement(o.a,null,"The tutorial will adjust to your programming ability."),r.a.createElement(o.a,null,"Bitburner has 2 types of scripts:"),r.a.createElement(p.a,null,r.a.createElement(g.a,null,r.a.createElement(o.a,null,"NS1: Javascript from 2009, very simple. Recommended for beginners to programming.")),r.a.createElement(g.a,null,r.a.createElement(o.a,null,"NS2: Native, modern Javascript. Recommended if you know any programming language or are serious about learning programming."))),r.a.createElement(o.a,null,"Both are available at all time and interchangeably. This choice is only for the tutorial."),r.a.createElement(l.a,{onClick:()=>{c(P.NS1),Object(T.c)()}},"Use NS1"),r.a.createElement(l.a,{onClick:()=>{c(P.NS2),Object(T.c)()}},"Use NS2"),r.a.createElement(l.a,{onClick:()=>e(!0)},"More info"),r.a.createElement("br",null)),canNext:!1},[T.f.GoToCharacterPage]:{content:r.a.createElement(r.a.Fragment,null,r.a.createElement(o.a,null,"Let's start by heading to the Stats page. Click"),r.a.createElement(g.a,null,r.a.createElement(y.a,{color:"error"}),r.a.createElement(o.a,{color:"error"},"Stats")),r.a.createElement(o.a,null,"on the main navigation menu (left-hand side of the screen)")),canNext:!1},[T.f.CharacterPage]:{content:r.a.createElement(r.a.Fragment,null,r.a.createElement(g.a,null,r.a.createElement(y.a,{color:"primary"}),r.a.createElement(o.a,{color:"primary"},"Stats")),r.a.createElement(o.a,null,"shows a lot of important information about your progress, such as your skills, money, and bonuses.")),canNext:!0},[T.f.CharacterGoToTerminalPage]:{content:r.a.createElement(r.a.Fragment,null,r.a.createElement(o.a,null,"Let's head to your computer's terminal by clicking"),r.a.createElement(g.a,null,r.a.createElement(v.a,{color:"error"}),r.a.createElement(o.a,{color:"error"},"Terminal")),r.a.createElement(o.a,null,"on the main navigation menu.")),canNext:!1},[T.f.TerminalIntro]:{content:r.a.createElement(r.a.Fragment,null,r.a.createElement(g.a,null,r.a.createElement(v.a,{color:"primary"}),r.a.createElement(o.a,{color:"primary"},"Terminal")),r.a.createElement(o.a,null,"is used to interface with your home computer as well as all of the other machines around the world.")),canNext:!0},[T.f.TerminalHelp]:{content:r.a.createElement(r.a.Fragment,null,r.a.createElement(o.a,null,"Let's try it out. Start by entering"),r.a.createElement(o.a,{classes:{root:u.textfield}},"[home ~/]> help"),r.a.createElement(o.a,null,"(Don't forget to press Enter after typing the command)")),canNext:!1},[T.f.TerminalLs]:{content:r.a.createElement(r.a.Fragment,null,r.a.createElement(o.a,{classes:{root:u.textfield}},"[home ~/]> help"),r.a.createElement(o.a,null,"displays a list of all available Terminal commands, how to use them, and a description of what they do."," ",r.a.createElement("br",null),r.a.createElement("br",null),"Let's try another command. Enter"),r.a.createElement(o.a,{classes:{root:u.textfield}},"[home ~/]> ls")),canNext:!1},[T.f.TerminalScan]:{content:r.a.createElement(r.a.Fragment,null,r.a.createElement(o.a,{classes:{root:u.textfield}},"[home ~/]> ls"),r.a.createElement(o.a,null," ","is a basic command that shows files on the computer. Right now, it shows that you have a program called"," ","NUKE.exe on your computer. We'll get to what this does later. ",r.a.createElement("br",null),r.a.createElement("br",null),"Using your home computer's terminal, you can connect to other machines throughout the world. Let's do that now by first entering"),r.a.createElement(o.a,{classes:{root:u.textfield}},"[home ~/]> scan")),canNext:!1},[T.f.TerminalScanAnalyze1]:{content:r.a.createElement(r.a.Fragment,null,r.a.createElement(o.a,{classes:{root:u.textfield}},"[home ~/]> scan"),r.a.createElement(o.a,null,"shows all available network connections. In other words, it displays a list of all servers that can be connected to from your current machine. A server is identified by its hostname. ",r.a.createElement("br",null),r.a.createElement("br",null),"That's great and all, but there's so many servers. Which one should you go to?"," "),r.a.createElement(o.a,{classes:{root:u.textfield}},"[home ~/]> scan-analyze"),r.a.createElement(o.a,null,"gives some more detailed information about servers on the network. Try it now!")),canNext:!1},[T.f.TerminalScanAnalyze2]:{content:r.a.createElement(r.a.Fragment,null,r.a.createElement(o.a,{classes:{root:u.textfield}},"[home ~/]> scan-analyze"),r.a.createElement(o.a,null,"shows more detailed information about each server that you can connect to (servers that are a distance of one node away). ",r.a.createElement("br",null),r.a.createElement("br",null)," It is also possible to run scan-analyze with a higher depth. Let's try a depth of two with the following command:"," "),r.a.createElement(o.a,{classes:{root:u.textfield}},"[home ~/]> scan-analyze 2")),canNext:!1},[T.f.TerminalConnect]:{content:r.a.createElement(r.a.Fragment,null,r.a.createElement(o.a,null,"Now you can see information about all servers that are up to two nodes away, as well as figure out how to navigate to those servers through the network. You can only connect to a server that is one node away. To connect to a machine, use"),r.a.createElement(o.a,{classes:{root:u.textfield}},"[home ~/]> connect hostname"),r.a.createElement(o.a,null,"From the results of "),r.a.createElement(o.a,{classes:{root:u.textfield}},"[home ~/]> scan-analyze 2"),r.a.createElement(o.a,null," ","we can see that the n00dles server is only one node away. Let's connect to it now using:"),r.a.createElement(o.a,{classes:{root:u.textfield}},"[home ~/]> connect n00dles")),canNext:!1},[T.f.TerminalAnalyze]:{content:r.a.createElement(r.a.Fragment,null,r.a.createElement(o.a,null,"You are now connected to another machine! What can you do now? You can hack it!",r.a.createElement("br",null),r.a.createElement("br",null)," In the year 2077, currency has become digital and decentralized. People and corporations store their money on servers and computers. Using your hacking abilities, you can hack servers to steal money and gain experience. ",r.a.createElement("br",null),r.a.createElement("br",null),"Before you try to hack a server, you should run diagnostics using"," "),r.a.createElement(o.a,{classes:{root:u.textfield}},"[n00dles ~/]> analyze")),canNext:!1},[T.f.TerminalNuke]:{content:r.a.createElement(r.a.Fragment,null,r.a.createElement(o.a,null,"When "),r.a.createElement(o.a,{classes:{root:u.textfield}},"[n00dles ~/]> analyze"),r.a.createElement(o.a,null,"finishes running it will show useful information about hacking the server. ",r.a.createElement("br",null),r.a.createElement("br",null)," For this server, the required hacking skill is only 1, which means you can hack it right now. However, in order to hack a server you must first gain root access. The NUKE.exe program that we saw earlier on your home computer is a virus that will grant you root access to a machine if there are enough open ports."),r.a.createElement(o.a,{classes:{root:u.textfield}},"[n00dles ~/]> analyze"),r.a.createElement(o.a,null," ","shows that there do not need to be any open ports on this machine for the NUKE virus to work, so go ahead and run the virus using"," "),r.a.createElement(o.a,{classes:{root:u.textfield}},"[n00dles ~/]> run NUKE.exe"),r.a.createElement(o.a,null)),canNext:!0},[T.f.TerminalManualHack]:{content:r.a.createElement(r.a.Fragment,null,r.a.createElement(o.a,null,"You now have root access! You can hack the server using "),r.a.createElement(o.a,{classes:{root:u.textfield}},"[n00dles ~/]> hack"),r.a.createElement(o.a,null," Try doing that now.")),canNext:!0},[T.f.TerminalHackingMechanics]:{content:r.a.createElement(o.a,null,"You are now attempting to hack the server. Performing a hack takes time and only has a certain percentage chance of success. This time and success chance is determined by a variety of factors, including your hacking skill and the server's security level.",r.a.createElement("br",null),r.a.createElement("br",null),"If your attempt to hack the server is successful, you will steal a certain percentage of the server's total money. This percentage is affected by your hacking skill and the server's security level.",r.a.createElement("br",null),r.a.createElement("br",null),"The amount of money on a server is not limitless. So, if you constantly hack a server and deplete its money, then you will encounter diminishing returns in your hacking. You will need to use"," ",r.a.createElement(o.a,{classes:{root:u.textfield}},"[n00dles ~/]> grow"),"which tricks the company into adding money to their server and"," ",r.a.createElement(o.a,{classes:{root:u.textfield}},"[n00dles ~/]> weaken"),"which increases the speed of hack and grow."),canNext:!0},[T.f.TerminalGoHome]:{content:r.a.createElement(r.a.Fragment,null,r.a.createElement(o.a,null,"From any server you can get back home using"),r.a.createElement(o.a,{classes:{root:u.textfield}},"[n00dles ~/]> home"),r.a.createElement(o.a,null,"Let's head home before creating our first script!")),canNext:!0},[T.f.TerminalCreateScript]:{content:r.a.createElement(r.a.Fragment,null,r.a.createElement(o.a,null,"Hacking is the core mechanic of the game and is necessary for progressing. However, you don't want to be hacking manually the entire time. You can automate your hacking by writing scripts!",r.a.createElement("br",null),r.a.createElement("br",null),"To create a new script or edit an existing one, you can use"," "),r.a.createElement(o.a,{classes:{root:u.textfield}},"[home ~/]> nano"),r.a.createElement(o.a,null,"Scripts must end with the ",b," extension. Let's make a script now by entering"," "),r.a.createElement(o.a,{classes:{root:u.textfield}},"[home ~/]> nano "+E),r.a.createElement(o.a,null,"after the hack command finishes running (Sidenote: Pressing ctrl + c will end a command like hack early)")),canNext:!1},[T.f.TerminalTypeScript]:{content:r.a.createElement(r.a.Fragment,null,r.a.createElement(o.a,null,"This is the script editor. You can use it to program your scripts."," ",n!==P.NS2&&r.a.createElement(r.a.Fragment,null,"Scripts are written in a simplified version of javascript.")," Copy and paste the following code into the script editor: ",r.a.createElement("br",null)),r.a.createElement(o.a,{classes:{root:u.code}},n!==P.NS2&&r.a.createElement(d.a,{value:"while(true) {\n hack('n00dles');\n}"}),n===P.NS2&&r.a.createElement(d.a,{value:"export async function main(ns) {\n\twhile(true) {\n\t\tawait ns.hack('n00dles');\n\t}\n}"})),r.a.createElement(o.a,null,"For anyone with basic programming experience, this code should be straightforward. This script will continuously hack the n00dles server.",r.a.createElement("br",null),r.a.createElement("br",null),"To save and close the script editor, press the button in the bottom left, or press ctrl + s then ctrl + b.")),canNext:!1},[T.f.TerminalFree]:{content:r.a.createElement(r.a.Fragment,null,r.a.createElement(o.a,null,"Now we'll run the script. Scripts require a certain amount of RAM to run, and can be run on any machine which you have root access to. Different servers have different amounts of RAM. You can also purchase more RAM for your home server.",r.a.createElement("br",null),r.a.createElement("br",null),"To check how much RAM is available on this machine, enter"),r.a.createElement(o.a,{classes:{root:u.textfield}},"[home ~/]> free")),canNext:!1},[T.f.TerminalRunScript]:{content:r.a.createElement(r.a.Fragment,null,r.a.createElement(o.a,null,"We have 4GB of free RAM on this machine, which is enough to run our script. Let's run our script using"),r.a.createElement(o.a,{classes:{root:u.textfield}},"[home ~/]> run "+E)),canNext:!1},[T.f.TerminalGoToActiveScriptsPage]:{content:r.a.createElement(r.a.Fragment,null,r.a.createElement(o.a,null,"Your script is now running! It will continuously run in the background and will automatically stop if the code ever completes (the ",E," will never complete because it runs an infinite loop). ",r.a.createElement("br",null),r.a.createElement("br",null),"These scripts can passively earn you income and hacking experience. Your scripts will also earn money and experience while you are offline, although at a slightly slower rate. ",r.a.createElement("br",null),r.a.createElement("br",null),"Let's check out some statistics for our running scripts by clicking"," "),r.a.createElement(g.a,null,r.a.createElement(x.a,{color:"error"}),r.a.createElement(o.a,{color:"error"},"Active Scripts"))),canNext:!1},[T.f.ActiveScriptsPage]:{content:r.a.createElement(r.a.Fragment,null,r.a.createElement(o.a,null,"This page displays information about all of your scripts that are running across every server. You can use this to gauge how well your scripts are doing. Let's go back to"),r.a.createElement(g.a,null,r.a.createElement(v.a,{color:"error"}),r.a.createElement(o.a,{color:"error"},"Terminal"))),canNext:!1},[T.f.ActiveScriptsToTerminal]:{content:r.a.createElement(r.a.Fragment,null,r.a.createElement(o.a,null,"One last thing about scripts, each active script contains logs that detail what it's doing. We can check these logs using the tail command. Do that now for the script we just ran by typing"," "),r.a.createElement(o.a,{classes:{root:u.textfield}},"[home ~/]> tail "+E)),canNext:!1},[T.f.TerminalTailScript]:{content:r.a.createElement(r.a.Fragment,null,r.a.createElement(o.a,null,"The log for this script won't show much right now (it might show nothing at all) because it just started running...but check back again in a few minutes! ",r.a.createElement("br",null),r.a.createElement("br",null),"This covers the basics of hacking. To learn more about writing scripts, select"),r.a.createElement(g.a,null,r.a.createElement(w.a,{color:"primary"}),r.a.createElement(o.a,{color:"primary"},"Tutorial")),r.a.createElement(o.a,null,"in the main navigation menu to look at the documentation.",r.a.createElement("br",null),r.a.createElement("br",null),"For now, let's move on to something else!")),canNext:!0},[T.f.GoToHacknetNodesPage]:{content:r.a.createElement(r.a.Fragment,null,r.a.createElement(o.a,null,"Hacking is not the only way to earn money. One other way to passively earn money is by purchasing and upgrading Hacknet Nodes. Let's go to"),r.a.createElement(g.a,null,r.a.createElement(_.a,{color:"error"}),r.a.createElement(o.a,{color:"error"},"Hacknet")),r.a.createElement(o.a,null,"through the main navigation menu now.")),canNext:!0},[T.f.HacknetNodesIntroduction]:{content:r.a.createElement(o.a,null,"Here you can purchase new Hacknet Nodes and upgrade your existing ones. Let's purchase a new one now."),canNext:!0},[T.f.HacknetNodesGoToWorldPage]:{content:r.a.createElement(r.a.Fragment,null,r.a.createElement(o.a,null,"You just purchased a Hacknet Node! This Hacknet Node will passively earn you money over time, both online and offline. When you get enough money, you can upgrade your newly-purchased Hacknet Node below.",r.a.createElement("br",null),r.a.createElement("br",null),"Let's go to"),r.a.createElement(g.a,null,r.a.createElement(O.a,{color:"error"}),r.a.createElement(o.a,{color:"error"},"City"))),canNext:!0},[T.f.WorldDescription]:{content:r.a.createElement(r.a.Fragment,null,r.a.createElement(o.a,null,"This page lists all of the different locations you can currently travel to. Each location has something that you can do. There's a lot of content out in the world, make sure you explore and discover!",r.a.createElement("br",null),r.a.createElement("br",null),"Lastly, click on"),r.a.createElement(g.a,null,r.a.createElement(w.a,{color:"error"}),r.a.createElement(o.a,{color:"error"},"Tutorial"))),canNext:!0},[T.f.TutorialPageInfo]:{content:r.a.createElement(o.a,null,"This page contains a lot of different documentation about the game's content and mechanics. I know it's a lot, but I highly suggest you read (or at least skim) through this before you start playing . That's the end of the tutorial. Hope you enjoy the game!"),canNext:!0},[T.f.End]:{content:r.a.createElement(o.a,null),canNext:!0}},S=Object(a.useState)(!1)[1];function C(){S(t=>!t)}Object(a.useEffect)(()=>h.a.subscribe(C),[]);const L=T.a.currStep,M=k[L];if(void 0===M)throw new Error("error in the tutorial");return r.a.createElement(r.a.Fragment,null,r.a.createElement(R.a,{open:t,onClose:()=>e(!1)}),r.a.createElement(i.a,{square:!0,sx:{maxWidth:"70vw",p:2}},M.content,L!==T.f.TutorialPageInfo&&r.a.createElement(r.a.Fragment,null,L!==T.f.Start&&r.a.createElement(s.a,{onClick:T.d,"aria-label":"previous"},r.a.createElement(m.a,null)),(M.canNext||T.a.stepIsDone[L])&&r.a.createElement(s.a,{onClick:T.c,"aria-label":"next"},r.a.createElement(f.a,null))),r.a.createElement("br",null),r.a.createElement("br",null),r.a.createElement(l.a,{onClick:T.b},L!==T.f.TutorialPageInfo?"SKIP TUTORIAL":"FINISH TUTORIAL")))}!function(t){t[t.None=0]="None",t[t.NS1=1]="NS1",t[t.NS2=2]="NS2"}(P||(P={}))},function(t,e,n){"use strict";n.d(e,"a",(function(){return f}));var a=n(546),r=n(517),i=n(219),o=n(3),s=n(0),l=n.n(s),c=n(40);function f(t){const[e,n]=l.a.useState(0);return l.a.createElement(c.a,{open:t.open,onClose:t.onClose,sx:{zIndex:999999}},l.a.createElement(r.a,{variant:"fullWidth",value:e,onChange:function(t,e){n(e)}},l.a.createElement(i.a,{label:"NS1"}),l.a.createElement(i.a,{label:"NS2"})),0===e&&l.a.createElement(l.a.Fragment,null,l.a.createElement(o.a,null,"These scripts end with '.script'. Using a very old interpreted version of javascript. It is perfect for beginner to programming."),l.a.createElement(o.a,null,"Example script using NS1:"),l.a.createElement(a.a,{loading:l.a.createElement(l.a.Fragment,null),defaultLanguage:"javascript",defaultValue:"while(true) {\n hack('n00dles');\n}",height:"300px",theme:"vs-dark",onMount:function(t){t.updateOptions({readOnly:!0})},options:{fontSize:30}})),1===e&&l.a.createElement(l.a.Fragment,null,l.a.createElement(o.a,null,"These scripts end with '.js'. Scripts using ns2 are running natively along the game. If you know any programming language you should be using this. However if you're unfamiliar with javascript Promises you might want to read up on them a little bit before diving in."),l.a.createElement(o.a,null,"Example script using NS2:"),l.a.createElement(a.a,{loading:l.a.createElement(l.a.Fragment,null),defaultLanguage:"javascript",defaultValue:"/** @param {NS} ns */\nexport async function main(ns) {\n\twhile(true) {\n\t\tawait ns.hack('n00dles');\n\t}\n}",height:"300px",theme:"vs-dark",options:{fontSize:30}})))}},,,,,,,,,,,,,,,,,,function(t,e,n){"use strict";n.d(e,"a",(function(){return x}));var a=n(0),r=n.n(a),i=n(462),o=n.n(i),s=n(122),l=n(283),c=n(47),f=n(1172),u=n.n(f),m=n(1171),h=n.n(m),d=n(427),p=n.n(d),g=n(1173),b=n.n(g),y=n(22),E=n(28),v=n(6),k=n(21),w=n(3),S=n(10),_=n(132);const C=Object(s.a)({overviewContainer:{position:"fixed",top:0,right:0,zIndex:1500,display:"flex",justifyContent:"flex-end",flexDirection:"column"},header:{cursor:"grab",textAlign:"center",display:"flex",flexDirection:"row",alignItems:"center"},visibilityToggle:{padding:"2px",minWidth:"inherit",backgroundColor:"transparent",border:"none","&:hover":{backgroundColor:"rgba(255, 255, 255, 0.1)"}},collapse:{borderTop:"1px solid "+v.a.theme.welllight,margin:"0 auto"},icon:{fontSize:"24px"}});function x({children:t,mode:e}){const n=Object(a.useRef)(null),[i,s]=Object(a.useState)(v.a.overview.opened),[f,m]=Object(a.useState)(v.a.overview.x),[d,g]=Object(a.useState)(v.a.overview.y),x=C(),L=i?h.a:u.a,O="tutorial"===e?b.a:p.a,M="tutorial"===e?"Tutorial":"Overview";Object(a.useEffect)(()=>{v.a.overview={x:f,y:d,opened:i}},[i,f,d]),Object(a.useEffect)(()=>A(),[]),Object(a.useEffect)(()=>(window.addEventListener("resize",A),()=>{window.removeEventListener("resize",A)}),[]);const A=Object(_.debounce)(()=>{const t=null==n?void 0:n.current;t&&(T(t,"mouseover"),T(t,"mousedown"),T(document,"mousemove"),T(t,"mouseup"),T(t,"click"))},100),T=(t,e)=>{const n=document.createEvent("MouseEvents");n.initEvent(e,!0,!0),t.dispatchEvent(n)};return y.b.page()===E.a.BitVerse||y.b.page()===E.a.Loading||y.b.page()===E.a.Recovery?r.a.createElement(r.a.Fragment,null):r.a.createElement(o.a,{handle:".drag",bounds:"body",onStop:(t,e)=>{m(e.x),g(e.y)},defaultPosition:{x:f,y:d}},r.a.createElement(c.a,{className:x.overviewContainer,square:!0},r.a.createElement(k.a,{className:"drag",onDoubleClick:()=>s(t=>!t),ref:n},r.a.createElement(k.a,{className:x.header},r.a.createElement(O,{color:"secondary",className:x.icon,sx:{padding:"2px"}}),r.a.createElement(w.a,{flexGrow:1,color:"secondary"},M),r.a.createElement(S.a,{"aria-label":"expand or collapse character overview",variant:"text",size:"small",className:x.visibilityToggle},r.a.createElement(L,{className:x.icon,color:"secondary",onClick:()=>s(t=>!t),onTouchEnd:()=>s(t=>!t)})))),r.a.createElement(l.a,{in:i,className:x.collapse},t)))}},,,,function(t,e,n){"use strict";n.d(e,"a",(function(){return Gt}));var a=n(0),r=n.n(a),i=n(31),o=n(14),s=n(20),l=n(148),c=n(122),f=n(1819),u=n(263),m=n(721),h=n(23),d=n(1178),p=n.n(d),g=n(1177),b=n.n(g),y=n(100),E=n(149),v=n(113),k=n(3),w=n(283),S=n(833),_=n(1179),C=n.n(_),x=n(361),L=n.n(x),O=n(1180),M=n.n(O),A=n(638),T=n.n(A),R=n(1181),N=n.n(R),P=n(427),I=n.n(P),F=n(1184),D=n.n(F),j=n(641),B=n.n(j),G=n(639),W=n.n(G),H=n(1185),U=n.n(H),q=n(640),$=n.n(q),K=n(1187),z=n.n(K),V=n(1188),Y=n.n(V),J=n(1189),X=n.n(J),Q=n(1190),Z=n.n(Q),tt=n(1191),et=n.n(tt),nt=n(1192),at=n.n(nt),rt=n(339),it=n.n(rt),ot=n(310),st=n.n(ot),lt=n(642),ct=n.n(lt),ft=n(1182),ut=n.n(ft),mt=n(1194),ht=n.n(mt),dt=n(1183),pt=n.n(dt),gt=n(1186),bt=n.n(gt),yt=n(1193),Et=n.n(yt),vt=n(213),kt=n.n(vt),wt=n(80),St=n.n(wt),_t=n(22),Ct=n(28),xt=n(1),Lt=n(15),Ot=n(45),Mt=n(1175),At=n(6),Tt=n(13),Rt=n(425),Nt=n(426),Pt=n(252),It=n(164);const Ft=t=>({width:t.spacing(31),transition:t.transitions.create("width",{easing:t.transitions.easing.sharp,duration:t.transitions.duration.enteringScreen}),overflowX:"hidden"}),Dt=t=>({transition:t.transitions.create("width",{easing:t.transitions.easing.sharp,duration:t.transitions.duration.leavingScreen}),overflowX:"hidden",width:`calc(${t.spacing(2)} + 1px)`,[t.breakpoints.up("sm")]:{width:`calc(${t.spacing(7)} + 1px)`}}),jt=Object(s.a)(f.a,{shouldForwardProp:t=>"open"!==t})(({theme:t,open:e})=>({width:t.spacing(31),whiteSpace:"nowrap",boxSizing:"border-box",...e&&{...Ft(t),"& .MuiDrawer-paper":Ft(t)},...!e&&{...Dt(t),"& .MuiDrawer-paper":Dt(t)}})),Bt=Object(c.a)(t=>Object(l.a)({active:{borderLeft:"3px solid "+t.palette.primary.main},listitem:{}}));function Gt(t){const e=Object(a.useState)(!1)[1];function n(){e(t=>!t)}Object(a.useEffect)(()=>{const t=setInterval(n,200);return()=>clearInterval(t)},[]);const[s,l]=Object(a.useState)(!0),[c,f]=Object(a.useState)(!0),[d,g]=Object(a.useState)(!0),[_,x]=Object(a.useState)(!0),O=Ot.a.currStep===Ot.f.CharacterGoToTerminalPage||Ot.a.currStep===Ot.f.ActiveScriptsPage,A=Ot.a.currStep===Ot.f.GoToCharacterPage,R=Ot.a.currStep===Ot.f.TerminalGoToActiveScriptsPage,P=Ot.a.currStep===Ot.f.GoToHacknetNodesPage,F=Ot.a.currStep===Ot.f.HacknetNodesGoToWorldPage,j=Ot.a.currStep===Ot.f.WorldDescription,G=xt.a.queuedAugmentations.length,H=xt.a.factionInvitations.filter(t=>!Nt.b.includes(t)).length,q=Object(Mt.a)().length-Rt.b.length,K=xt.a.factionInvitations.length>0||xt.a.factions.length>0||xt.a.augmentations.length>0||xt.a.queuedAugmentations.length>0||xt.a.sourceFiles.length>0,V=xt.a.augmentations.length>0||xt.a.queuedAugmentations.length>0||xt.a.sourceFiles.length>0,J=xt.a.sleeves.length>0,Q=!!xt.a.corporation,tt=!!xt.a.gang,nt=Object.values(xt.a.jobs).length>0,rt=xt.a.hasWseAccount,ot=!!xt.a.bladeburner,lt=xt.a.augmentations.some(t=>t.name===Tt.a.StaneksGift1);function ft(){_t.b.toTerminal(),O&&Object(Ot.c)()}function mt(){_t.b.toScriptEditor()}function dt(){_t.b.toStats(),A&&Object(Ot.c)()}function gt(){_t.b.toActiveScripts(),R&&Object(Ot.c)()}function yt(){_t.b.toCreateProgram()}function vt(){_t.b.toFactions()}function wt(){_t.b.toAugmentations()}function Ft(){_t.b.toHacknetNodes(),P&&Object(Ot.c)()}function Dt(){_t.b.toCity(),F&&Object(Ot.c)()}function Gt(){_t.b.toTravel()}function Wt(){_t.b.toJob(It.a[Object.keys(xt.a.jobs)[0]])}function Ht(){_t.b.toBladeburner()}function Ut(){_t.b.toGang()}function qt(){_t.b.toTutorial(),j&&Object(Ot.c)()}function $t(){_t.b.toGameOptions()}Object(a.useEffect)(()=>{function e(e){if(!At.a.DisableHotkeys&&!(xt.a.currentWork&&xt.a.focus||_t.b.page()===Ct.a.BitVerse))if(e.code===i.b.T&&e.altKey)e.preventDefault(),ft();else if(e.code===i.b.C&&e.altKey)e.preventDefault(),dt();else if(e.code===i.b.E&&e.altKey)e.preventDefault(),mt();else if(e.code===i.b.S&&e.altKey)e.preventDefault(),gt();else if(e.code===i.b.H&&e.altKey)e.preventDefault(),Ft();else if(e.code===i.b.W&&e.altKey)e.preventDefault(),Dt();else if(e.code===i.b.J&&e.altKey&&!e.ctrlKey&&!e.metaKey&&nt)e.preventDefault(),Wt();else if(e.code===i.b.R&&e.altKey)e.preventDefault(),Gt();else if(e.code===i.b.P&&e.altKey)e.preventDefault(),yt();else if(e.code===i.b.F&&e.altKey){if(t.page==Ct.a.Terminal&&At.a.EnableBashHotkeys)return;e.preventDefault(),vt()}else e.code===i.b.A&&e.altKey?(e.preventDefault(),wt()):e.code===i.b.U&&e.altKey?(e.preventDefault(),qt()):e.code===i.b.O&&e.altKey?(e.preventDefault(),$t()):e.code===i.b.B&&e.altKey&&xt.a.bladeburner?(e.preventDefault(),Ht()):e.code===i.b.G&&e.altKey&&xt.a.gang&&(e.preventDefault(),Ut())}return document.addEventListener("keydown",e),()=>document.removeEventListener("keydown",e)},[]);const Kt=Bt(),[zt,Vt]=Object(a.useState)(t.opened);return Object(a.useEffect)(()=>{t.onToggled(zt)},[zt]),r.a.createElement(jt,{open:zt,anchor:"left",variant:"permanent"},r.a.createElement(y.a,{classes:{root:Kt.listitem},button:!0,onClick:()=>Vt(t=>!t)},r.a.createElement(E.a,null,zt?r.a.createElement(p.a,{color:"primary"}):r.a.createElement(b.a,{color:"primary"})),r.a.createElement(v.a,{primary:r.a.createElement(h.a,{title:Object(Pt.a)()},r.a.createElement(k.a,null,"Bitburner v",Lt.a.VersionString))})),r.a.createElement(m.a,null),r.a.createElement(u.a,null,r.a.createElement(y.a,{classes:{root:Kt.listitem},button:!0,onClick:()=>l(t=>!t)},r.a.createElement(E.a,null,r.a.createElement(h.a,{title:zt?"":"Hacking"},r.a.createElement(C.a,{color:"primary"}))),r.a.createElement(v.a,{primary:r.a.createElement(k.a,null,"Hacking")}),s?r.a.createElement(kt.a,{color:"primary"}):r.a.createElement(St.a,{color:"primary"})),r.a.createElement(w.a,{in:s,timeout:"auto",unmountOnExit:!0},r.a.createElement(u.a,null,r.a.createElement(y.a,{classes:{root:Kt.listitem},button:!0,key:"Terminal",className:Object(o.default)({[Kt.active]:t.page===Ct.a.Terminal}),onClick:ft},r.a.createElement(E.a,null,r.a.createElement(h.a,{title:zt?"":"Terminal"},r.a.createElement(L.a,{color:O?"error":t.page!==Ct.a.Terminal?"secondary":"primary"}))),r.a.createElement(v.a,null,r.a.createElement(k.a,{color:O?"error":t.page!==Ct.a.Terminal?"secondary":"primary"},"Terminal"))),r.a.createElement(y.a,{classes:{root:Kt.listitem},button:!0,key:"Script Editor",className:Object(o.default)({[Kt.active]:t.page===Ct.a.ScriptEditor}),onClick:mt},r.a.createElement(E.a,null,r.a.createElement(h.a,{title:zt?"":"Script Editor"},r.a.createElement(M.a,{color:t.page!==Ct.a.ScriptEditor?"secondary":"primary"}))),r.a.createElement(v.a,null,r.a.createElement(k.a,{color:t.page!==Ct.a.ScriptEditor?"secondary":"primary"},"Script Editor"))),r.a.createElement(y.a,{classes:{root:Kt.listitem},button:!0,key:"Active Scripts",className:Object(o.default)({[Kt.active]:t.page===Ct.a.ActiveScripts}),onClick:gt},r.a.createElement(E.a,null,r.a.createElement(h.a,{title:zt?"":"Active Scripts"},r.a.createElement(T.a,{color:R?"error":t.page!==Ct.a.ActiveScripts?"secondary":"primary"}))),r.a.createElement(v.a,null,r.a.createElement(k.a,{color:R?"error":t.page!==Ct.a.ActiveScripts?"secondary":"primary"},"Active Scripts"))),r.a.createElement(y.a,{button:!0,key:"Create Program",className:Object(o.default)({[Kt.active]:t.page===Ct.a.CreateProgram}),onClick:yt},r.a.createElement(E.a,null,r.a.createElement(S.a,{badgeContent:q>0?q:void 0,color:"error"},r.a.createElement(h.a,{title:zt?"":"Create Program"},r.a.createElement(N.a,{color:t.page!==Ct.a.CreateProgram?"secondary":"primary"})))),r.a.createElement(v.a,null,r.a.createElement(k.a,{color:t.page!==Ct.a.CreateProgram?"secondary":"primary"},"Create Program"))),lt&&r.a.createElement(y.a,{button:!0,key:"Staneks Gift",className:Object(o.default)({[Kt.active]:t.page===Ct.a.StaneksGift}),onClick:function(){_t.b.toStaneksGift()}},r.a.createElement(E.a,null,r.a.createElement(h.a,{title:zt?"":"Stanek's Gift"},r.a.createElement(ut.a,{color:t.page!==Ct.a.StaneksGift?"secondary":"primary"}))),r.a.createElement(v.a,null,r.a.createElement(k.a,{color:t.page!==Ct.a.StaneksGift?"secondary":"primary"},"Stanek's Gift"))))),r.a.createElement(m.a,null),r.a.createElement(y.a,{classes:{root:Kt.listitem},button:!0,onClick:()=>f(t=>!t)},r.a.createElement(E.a,null,r.a.createElement(h.a,{title:zt?"":"Character"},r.a.createElement(pt.a,{color:"primary"}))),r.a.createElement(v.a,{primary:r.a.createElement(k.a,null,"Character")}),c?r.a.createElement(kt.a,{color:"primary"}):r.a.createElement(St.a,{color:"primary"})),r.a.createElement(w.a,{in:c,timeout:"auto",unmountOnExit:!0},r.a.createElement(y.a,{button:!0,key:"Stats",className:Object(o.default)({[Kt.active]:t.page===Ct.a.Stats}),onClick:dt},r.a.createElement(E.a,null,r.a.createElement(h.a,{title:zt?"":"Stats"},r.a.createElement(I.a,{color:A?"error":t.page!==Ct.a.Stats?"secondary":"primary"}))),r.a.createElement(v.a,null,r.a.createElement(k.a,{color:A?"error":t.page!==Ct.a.Stats?"secondary":"primary"},"Stats"))),K&&r.a.createElement(y.a,{classes:{root:Kt.listitem},button:!0,key:"Factions",className:Object(o.default)({[Kt.active]:[Ct.a.Factions,Ct.a.Faction].includes(t.page)}),onClick:vt},r.a.createElement(E.a,null,r.a.createElement(S.a,{badgeContent:0!==H?H:void 0,color:"error"},r.a.createElement(h.a,{title:zt?"":"Factions"},r.a.createElement(D.a,{color:[Ct.a.Factions,Ct.a.Faction].includes(t.page)?"primary":"secondary"})))),r.a.createElement(v.a,null,r.a.createElement(k.a,{color:[Ct.a.Factions,Ct.a.Faction].includes(t.page)?"primary":"secondary"},"Factions"))),V&&r.a.createElement(y.a,{classes:{root:Kt.listitem},button:!0,key:"Augmentations",className:Object(o.default)({[Kt.active]:t.page===Ct.a.Augmentations}),onClick:wt},r.a.createElement(E.a,null,r.a.createElement(S.a,{badgeContent:0!==G?G:void 0,color:"error"},r.a.createElement(h.a,{title:zt?"":"Augmentations"},r.a.createElement(B.a,{style:{transform:"rotate(-90deg)"},color:t.page!==Ct.a.Augmentations?"secondary":"primary"})))),r.a.createElement(v.a,null,r.a.createElement(k.a,{color:t.page!==Ct.a.Augmentations?"secondary":"primary"},"Augmentations"))),r.a.createElement(y.a,{button:!0,key:"Hacknet",className:Object(o.default)({[Kt.active]:t.page===Ct.a.Hacknet}),onClick:Ft},r.a.createElement(E.a,null,r.a.createElement(h.a,{title:zt?"":"Hacknet"},r.a.createElement(W.a,{color:P?"error":t.page!==Ct.a.Hacknet?"secondary":"primary"}))),r.a.createElement(v.a,null,r.a.createElement(k.a,{color:P?"error":t.page!==Ct.a.Hacknet?"secondary":"primary"},"Hacknet"))),J&&r.a.createElement(y.a,{classes:{root:Kt.listitem},button:!0,key:"Sleeves",className:Object(o.default)({[Kt.active]:t.page===Ct.a.Sleeves}),onClick:function(){_t.b.toSleeves()}},r.a.createElement(E.a,null,r.a.createElement(h.a,{title:zt?"":"Sleeves"},r.a.createElement(U.a,{color:t.page!==Ct.a.Sleeves?"secondary":"primary"}))),r.a.createElement(v.a,null,r.a.createElement(k.a,{color:t.page!==Ct.a.Sleeves?"secondary":"primary"},"Sleeves")))),r.a.createElement(m.a,null),r.a.createElement(y.a,{classes:{root:Kt.listitem},button:!0,onClick:()=>g(t=>!t)},r.a.createElement(E.a,null,r.a.createElement(h.a,{title:zt?"":"World"},r.a.createElement(bt.a,{color:"primary"}))),r.a.createElement(v.a,{primary:r.a.createElement(k.a,null,"World")}),d?r.a.createElement(kt.a,{color:"primary"}):r.a.createElement(St.a,{color:"primary"})),r.a.createElement(w.a,{in:d,timeout:"auto",unmountOnExit:!0},r.a.createElement(y.a,{button:!0,key:"City",className:Object(o.default)({[Kt.active]:t.page===Ct.a.City||t.page===Ct.a.Grafting||t.page===Ct.a.Location}),onClick:Dt},r.a.createElement(E.a,null,r.a.createElement(h.a,{title:zt?"":"City"},r.a.createElement($.a,{color:F?"error":t.page!==Ct.a.City?"secondary":"primary"}))),r.a.createElement(v.a,null,r.a.createElement(k.a,{color:F?"error":t.page!==Ct.a.City?"secondary":"primary"},"City"))),r.a.createElement(y.a,{button:!0,key:"Travel",className:Object(o.default)({[Kt.active]:t.page===Ct.a.Travel}),onClick:Gt},r.a.createElement(E.a,null,r.a.createElement(h.a,{title:zt?"":"Travel"},r.a.createElement(z.a,{color:t.page!==Ct.a.Travel?"secondary":"primary"}))),r.a.createElement(v.a,null,r.a.createElement(k.a,{color:t.page!==Ct.a.Travel?"secondary":"primary"},"Travel"))),nt&&r.a.createElement(y.a,{classes:{root:Kt.listitem},button:!0,key:"Job",className:Object(o.default)({[Kt.active]:t.page===Ct.a.Job}),onClick:Wt},r.a.createElement(E.a,null,r.a.createElement(h.a,{title:zt?"":"Job"},r.a.createElement(Y.a,{color:t.page!==Ct.a.Job?"secondary":"primary"}))),r.a.createElement(v.a,null,r.a.createElement(k.a,{color:t.page!==Ct.a.Job?"secondary":"primary"},"Job"))),rt&&r.a.createElement(y.a,{classes:{root:Kt.listitem},button:!0,key:"Stock Market",className:Object(o.default)({[Kt.active]:t.page===Ct.a.StockMarket}),onClick:function(){_t.b.toStockMarket()}},r.a.createElement(E.a,null,r.a.createElement(h.a,{title:zt?"":"Stock Market"},r.a.createElement(X.a,{color:t.page!==Ct.a.StockMarket?"secondary":"primary"}))),r.a.createElement(v.a,null,r.a.createElement(k.a,{color:t.page!==Ct.a.StockMarket?"secondary":"primary"},"Stock Market"))),ot&&r.a.createElement(y.a,{classes:{root:Kt.listitem},button:!0,key:"Bladeburner",className:Object(o.default)({[Kt.active]:t.page===Ct.a.Bladeburner}),onClick:Ht},r.a.createElement(E.a,null,r.a.createElement(h.a,{title:zt?"":"Bladeburner"},r.a.createElement(Z.a,{color:t.page!==Ct.a.Bladeburner?"secondary":"primary"}))),r.a.createElement(v.a,null,r.a.createElement(k.a,{color:t.page!==Ct.a.Bladeburner?"secondary":"primary"},"Bladeburner"))),Q&&r.a.createElement(y.a,{classes:{root:Kt.listitem},button:!0,key:"Corp",className:Object(o.default)({[Kt.active]:t.page===Ct.a.Corporation}),onClick:function(){_t.b.toCorporation()}},r.a.createElement(E.a,null,r.a.createElement(h.a,{title:zt?"":"Corp"},r.a.createElement(et.a,{color:t.page!==Ct.a.Corporation?"secondary":"primary"}))),r.a.createElement(v.a,null,r.a.createElement(k.a,{color:t.page!==Ct.a.Corporation?"secondary":"primary"},"Corp"))),tt&&r.a.createElement(y.a,{classes:{root:Kt.listitem},button:!0,key:"Gang",className:Object(o.default)({[Kt.active]:t.page===Ct.a.Gang}),onClick:Ut},r.a.createElement(E.a,null,r.a.createElement(h.a,{title:zt?"":"Gang"},r.a.createElement(at.a,{color:t.page!==Ct.a.Gang?"secondary":"primary"}))),r.a.createElement(v.a,null,r.a.createElement(k.a,{color:t.page!==Ct.a.Gang?"secondary":"primary"},"Gang")))),r.a.createElement(m.a,null),r.a.createElement(y.a,{classes:{root:Kt.listitem},button:!0,onClick:()=>x(t=>!t)},r.a.createElement(E.a,null,r.a.createElement(h.a,{title:zt?"":"Help"},r.a.createElement(Et.a,{color:"primary"}))),r.a.createElement(v.a,{primary:r.a.createElement(k.a,null,"Help")}),_?r.a.createElement(kt.a,{color:"primary"}):r.a.createElement(St.a,{color:"primary"})),r.a.createElement(w.a,{in:_,timeout:"auto",unmountOnExit:!0},r.a.createElement(y.a,{button:!0,key:"Milestones",className:Object(o.default)({[Kt.active]:t.page===Ct.a.Milestones}),onClick:function(){_t.b.toMilestones()}},r.a.createElement(E.a,null,r.a.createElement(h.a,{title:zt?"":"Milestones"},r.a.createElement(it.a,{color:t.page!==Ct.a.Milestones?"secondary":"primary"}))),r.a.createElement(v.a,null,r.a.createElement(k.a,{color:t.page!==Ct.a.Milestones?"secondary":"primary"},"Milestones"))),r.a.createElement(y.a,{button:!0,key:"Tutorial",className:Object(o.default)({[Kt.active]:t.page===Ct.a.Tutorial}),onClick:qt},r.a.createElement(E.a,null,r.a.createElement(h.a,{title:zt?"":"Tutorial"},r.a.createElement(st.a,{color:j?"error":t.page!==Ct.a.Tutorial?"secondary":"primary"}))),r.a.createElement(v.a,null,r.a.createElement(k.a,{color:j?"error":t.page!==Ct.a.Tutorial?"secondary":"primary"},"Tutorial"))),r.a.createElement(y.a,{button:!0,key:"Achievements",className:Object(o.default)({[Kt.active]:t.page===Ct.a.Achievements}),onClick:function(){_t.b.toAchievements()}},r.a.createElement(E.a,null,r.a.createElement(h.a,{title:zt?"":"Achievements"},r.a.createElement(ht.a,{color:t.page!==Ct.a.Achievements?"secondary":"primary"}))),r.a.createElement(v.a,null,r.a.createElement(k.a,{color:t.page!==Ct.a.Achievements?"secondary":"primary"},"Achievements"))),r.a.createElement(y.a,{button:!0,key:"Options",className:Object(o.default)({[Kt.active]:t.page===Ct.a.Options}),onClick:$t},r.a.createElement(E.a,null,r.a.createElement(h.a,{title:zt?"":"Options"},r.a.createElement(ct.a,{color:t.page!==Ct.a.Options?"secondary":"primary"}))),r.a.createElement(v.a,null,r.a.createElement(k.a,{color:t.page!==Ct.a.Options?"secondary":"primary"},"Options"))),!1)))}},function(t,e,n){"use strict";n.d(e,"a",(function(){return i}));var a=n(56),r=n(1);function i(){const t=[];for(const e of Object.keys(a.a)){const n=a.a[e].create;null!=n&&(r.a.hasProgram(a.a[e].name)||n.req()&&t.push(a.a[e]))}return t}},,,,,,,,,,,,,,,,,,,,function(t,e,n){"use strict";n.d(e,"a",(function(){return O}));var a=n(0),r=n.n(a),i=n(1196),o=n(1197),s=n(1198),l=n(1199),c=n(294),f=n(3),u=n(10),m=n(23),h=n(21),d=n(47),p=n(246),g=n(6),b=n(250),y=n(1),E=n(13),v=n(72),k=n(15),w=n(29),S=n(720),_=n(146),C=n(289);const x=()=>{var t,e;const n=null!==(t=null===(e=y.a.augmentations.find(t=>t.name===E.a.NeuroFluxGovernor))||void 0===e?void 0:e.level)&&void 0!==t?t:0;return n>0?r.a.createElement(d.a,{sx:{p:1}},r.a.createElement(f.a,{variant:"h5",color:g.a.theme.info},"NeuroFlux Governor - Level ",n),r.a.createElement(f.a,{color:g.a.theme.info},v.a[E.a.NeuroFluxGovernor].stats),r.a.createElement(f.a,{color:g.a.theme.info},"The power of ",E.a.NeuroFluxGovernor," increases with blood donations from players in real life. Learn more ",r.a.createElement(_.a,{onClick:()=>{C.a.emit(r.a.createElement(r.a.Fragment,null,r.a.createElement(f.a,{variant:"h5"},"Bitburner blood donation community program"),r.a.createElement(f.a,null,"The blood donation program is a continuous real life event started on 2022-04-01. To participate simply go donate blood, plasma, or platelets to your local organization and take a picture as proof (hide your personal information). Then send the proof to hydroflame on reddit or discord."),r.a.createElement(f.a,null,"Currently accumulated ",k.a.Donations," donations.")))}},"here"))):r.a.createElement(r.a.Fragment,null)},L=()=>y.a.entropy>0?r.a.createElement(d.a,{sx:{p:1}},r.a.createElement(f.a,{variant:"h5",color:g.a.theme.error},"Entropy Virus - Level ",y.a.entropy),r.a.createElement(f.a,{color:g.a.theme.error},r.a.createElement("b",null,"All multipliers decreased by:")," ",Object(w.d)(100*(1-k.a.EntropyEffect**y.a.entropy),3),"% (multiplicative)")):r.a.createElement(r.a.Fragment,null);function O(t){var e,n;const[v,k]=Object(a.useState)(!1),w=Object(a.useState)(!1)[1];function _(){w(t=>!t)}return Object(a.useEffect)(()=>{const t=setInterval(_,200);return()=>clearInterval(t)},[]),r.a.createElement(p.a,{disableGutters:!0,maxWidth:"lg",sx:{mx:0}},r.a.createElement(f.a,{variant:"h4"},"Augmentations"),r.a.createElement(h.a,{sx:{mb:1}},r.a.createElement(d.a,{sx:{p:1}},r.a.createElement(f.a,{variant:"h5",color:"primary",sx:{display:"flex",alignItems:"center",flexWrap:"wrap"}},"Purchased Augmentations",r.a.createElement(m.a,{title:r.a.createElement(r.a.Fragment,null,r.a.createElement(f.a,null,"Below is a list of all Augmentations you have purchased but not yet installed. Click the button below to install them."),r.a.createElement(f.a,null,"WARNING: Installing your Augmentations resets most of your progress, including:"),r.a.createElement("br",null),r.a.createElement(f.a,null,"- Stats/Skill levels and Experience"),r.a.createElement(f.a,null,"- Money"),r.a.createElement(f.a,null,"- Scripts on every computer but your home computer"),r.a.createElement(f.a,null,"- Purchased servers"),r.a.createElement(f.a,null,"- Hacknet Nodes"),r.a.createElement(f.a,null,"- Faction/Company reputation"),r.a.createElement(f.a,null,"- Stocks"),r.a.createElement("br",null),r.a.createElement(f.a,null,"Installing Augmentations lets you start over with the perks and benefits granted by all of the Augmentations you have ever installed. Also, you will keep any scripts and RAM/Core upgrades on your home computer (but you will lose all programs besides NUKE.exe)"))},r.a.createElement(S.a,{sx:{ml:1,mb:.5},color:"info"}))),r.a.createElement(b.a,{open:v,onClose:()=>k(!1),onConfirm:t.installAugmentationsFn,confirmationText:r.a.createElement(r.a.Fragment,null,"Installing will reset",r.a.createElement("br",null),r.a.createElement("br",null),"- money",r.a.createElement("br",null),"- skill / experience",r.a.createElement("br",null),"- every server except home",r.a.createElement("br",null),"- factions and reputation",r.a.createElement("br",null),r.a.createElement("br",null),"You will keep:",r.a.createElement("br",null),r.a.createElement("br",null),"- All scripts on home",r.a.createElement("br",null),"- home ram and cores",r.a.createElement("br",null),r.a.createElement("br",null),"It is recommended to install several Augmentations at once. Preferably everything from any faction of your choosing.")}),r.a.createElement(h.a,{sx:{display:"grid",width:"100%",gridTemplateColumns:"1fr 1fr"}},r.a.createElement(m.a,{title:r.a.createElement(f.a,null,"'I never asked for this'")},r.a.createElement("span",null,r.a.createElement(u.a,{sx:{width:"100%"},disabled:0===y.a.queuedAugmentations.length,onClick:function(){g.a.SuppressBuyAugmentationConfirmation?t.installAugmentationsFn():k(!0)}},"Install Augmentations"))),r.a.createElement(m.a,{title:r.a.createElement(f.a,null,"It's always a good idea to backup/export your save!")},r.a.createElement(u.a,{sx:{width:"100%",color:g.a.theme.successlight},onClick:function(){t.exportGameFn(),_()}},"Backup Save ",Object(c.b)()?"(+1 favor to all factions)":"")))),y.a.queuedAugmentations.length>0?r.a.createElement(h.a,{sx:{display:"grid",gridTemplateColumns:"1fr 3fr"}},r.a.createElement(s.a,null),r.a.createElement(o.a,null)):r.a.createElement(d.a,{sx:{p:1}},r.a.createElement(f.a,null,"No Augmentations have been purchased yet"))),r.a.createElement(h.a,{sx:{my:1,display:"grid",gridTemplateColumns:`repeat(${+!!((null!==(e=null===(n=y.a.augmentations.find(t=>t.name===E.a.NeuroFluxGovernor))||void 0===n?void 0:n.level)&&void 0!==e?e:0)>0)+ +!!(y.a.entropy>0)}, 1fr)`,gap:1}},r.a.createElement(x,null),r.a.createElement(L,null)),r.a.createElement(h.a,null,r.a.createElement(i.a,null)),r.a.createElement(l.a,null))}},function(t,e,n){"use strict";n.d(e,"a",(function(){return b}));var a=n(21),r=n(47),i=n(3),o=n(368),s=n(10),l=n(263),c=n(23),f=n(0),u=n.n(f),m=n(177),h=n(6),d=n(1),p=n(72),g=n(13);function b(){const t=Object(f.useState)(!0)[1],e=d.a.augmentations.slice().filter(t=>t.name!==g.a.NeuroFluxGovernor),[n,b]=Object(f.useState)(e[0]);function y(){t(t=>!t)}return h.a.OwnedAugmentationsOrder===m.a.Alphabetically&&e.sort((t,e)=>t.name.localeCompare(e.name)),u.a.createElement(a.a,{sx:{width:"100%"}},u.a.createElement(r.a,{sx:{p:1}},u.a.createElement(i.a,{variant:"h5"},"Installed Augmentations"),u.a.createElement(a.a,{sx:{display:"grid",gridTemplateColumns:"1fr 1fr"}},u.a.createElement(c.a,{title:"Sorts the Augmentations alphabetically in numeral order"},u.a.createElement(s.a,{sx:{width:"100%"},onClick:function(){h.a.OwnedAugmentationsOrder=m.a.Alphabetically,y()}},"Sort in Order")),u.a.createElement(c.a,{title:"Sorts the Augmentations based on when you acquired them (same as default)"},u.a.createElement(s.a,{sx:{width:"100%"},onClick:function(){h.a.OwnedAugmentationsOrder=m.a.AcquirementTime,y()}},"Sort by Time of Acquirement")))),e.length>0?u.a.createElement(r.a,{sx:{display:"grid",gridTemplateColumns:"1fr 3fr"}},u.a.createElement(a.a,null,u.a.createElement(l.a,{sx:{height:400,overflowY:"scroll",borderRight:"1px solid "+h.a.theme.welllight}},e.map((t,e)=>u.a.createElement(o.a,{key:e+1,onClick:()=>b(t),selected:n===t},u.a.createElement(i.a,null,t.name))))),u.a.createElement(a.a,{sx:{m:1}},u.a.createElement(i.a,{variant:"h6",sx:{display:"flex",alignItems:"center",flexWrap:"wrap"}},n.name),u.a.createElement(i.a,{sx:{maxHeight:350,overflowY:"scroll"}},(()=>{const t=p.a[n.name],e="string"==typeof t.info?u.a.createElement("span",null,t.info):t.info;return u.a.createElement(u.a.Fragment,null,e,u.a.createElement("br",null),u.a.createElement("br",null),t.stats)})()))):u.a.createElement(r.a,{sx:{p:1}},u.a.createElement(i.a,null,"No Augmentations have been installed yet")))}},function(t,e,n){"use strict";n.d(e,"a",(function(){return y}));var a=n(1821),r=n(3),i=n(100),o=n(113),s=n(263),l=n(47),c=n(0),f=n(192),u=n(25),m=n(1),h=n(6),d=n(7),p=n(72);function g(t){return 1===t.mult||0===m.a.sourceFileLvl(5)?c.createElement(r.a,{color:t.color},d.a.formatPercentage(t.base)):c.createElement(r.a,{color:t.color},c.createElement("span",{style:{opacity:.5}},d.a.formatPercentage(t.base))," ",d.a.formatPercentage(t.base*t.mult))}function b(t){const e=t.rows.map(t=>{const{mult:e,current:n,augmented:s,bnMult:l=1,color:f=h.a.theme.primary}=t;if(!isNaN(s))return c.createElement(i.a,{key:e,disableGutters:!0,sx:{py:0}},c.createElement(o.a,{sx:{my:.1},primary:c.createElement(r.a,{color:f},c.createElement("b",null,e)),secondary:c.createElement("span",{style:{display:"flex",alignItems:"center",flexWrap:"wrap"}},c.createElement(g,{base:n,mult:l,color:f}),c.createElement(a.a,{fontSize:"small",color:"success",sx:{mb:.5,mx:1}}),c.createElement(g,{base:s,mult:l,color:h.a.theme.success})),disableTypography:!0}))}).filter(t=>void 0!==t);return e.length>0?c.createElement(s.a,{disablePadding:!0},e):c.createElement(c.Fragment,null)}function y(){const t=function(){let t=Object(f.a)();for(const e of m.a.queuedAugmentations){const n=p.a[e.name];t=Object(f.b)(t,n.mults)}return t}(),e=[...[{mult:"Hacking Chance",current:m.a.mults.hacking_chance,augmented:m.a.mults.hacking_chance*t.hacking_chance},{mult:"Hacking Speed",current:m.a.mults.hacking_speed,augmented:m.a.mults.hacking_speed*t.hacking_speed},{mult:"Hacking Money",current:m.a.mults.hacking_money,augmented:m.a.mults.hacking_money*t.hacking_money,bnMult:u.a.ScriptHackMoney},{mult:"Hacking Growth",current:m.a.mults.hacking_grow,augmented:m.a.mults.hacking_grow*t.hacking_grow},{mult:"Hacking Level",current:m.a.mults.hacking,augmented:m.a.mults.hacking*t.hacking,bnMult:u.a.HackingLevelMultiplier},{mult:"Hacking Experience",current:m.a.mults.hacking_exp,augmented:m.a.mults.hacking_exp*t.hacking_exp,bnMult:u.a.HackExpGain}].map(t=>Object.defineProperty(t,"color",{value:h.a.theme.hack})),...[{mult:"Strength Level",current:m.a.mults.strength,augmented:m.a.mults.strength*t.strength,bnMult:u.a.StrengthLevelMultiplier},{mult:"Strength Experience",current:m.a.mults.strength_exp,augmented:m.a.mults.strength_exp*t.strength_exp},{mult:"Defense Level",current:m.a.mults.defense,augmented:m.a.mults.defense*t.defense,bnMult:u.a.DefenseLevelMultiplier},{mult:"Defense Experience",current:m.a.mults.defense_exp,augmented:m.a.mults.defense_exp*t.defense_exp},{mult:"Dexterity Level",current:m.a.mults.dexterity,augmented:m.a.mults.dexterity*t.dexterity,bnMult:u.a.DexterityLevelMultiplier},{mult:"Dexterity Experience",current:m.a.mults.dexterity_exp,augmented:m.a.mults.dexterity_exp*t.dexterity_exp},{mult:"Agility Level",current:m.a.mults.agility,augmented:m.a.mults.agility*t.agility,bnMult:u.a.AgilityLevelMultiplier},{mult:"Agility Experience",current:m.a.mults.agility_exp,augmented:m.a.mults.agility_exp*t.agility_exp}].map(t=>Object.defineProperty(t,"color",{value:h.a.theme.combat})),{mult:"Charisma Level",current:m.a.mults.charisma,augmented:m.a.mults.charisma*t.charisma,bnMult:u.a.CharismaLevelMultiplier,color:h.a.theme.cha},{mult:"Charisma Experience",current:m.a.mults.charisma_exp,augmented:m.a.mults.charisma_exp*t.charisma_exp,color:h.a.theme.cha}],n=[{mult:"Hacknet Node Production",current:m.a.mults.hacknet_node_money,augmented:m.a.mults.hacknet_node_money*t.hacknet_node_money,bnMult:u.a.HacknetNodeMoney},{mult:"Hacknet Node Purchase Cost",current:m.a.mults.hacknet_node_purchase_cost,augmented:m.a.mults.hacknet_node_purchase_cost*t.hacknet_node_purchase_cost},{mult:"Hacknet Node RAM Upgrade Cost",current:m.a.mults.hacknet_node_ram_cost,augmented:m.a.mults.hacknet_node_ram_cost*t.hacknet_node_ram_cost},{mult:"Hacknet Node Core Purchase Cost",current:m.a.mults.hacknet_node_core_cost,augmented:m.a.mults.hacknet_node_core_cost*t.hacknet_node_core_cost},{mult:"Hacknet Node Level Upgrade Cost",current:m.a.mults.hacknet_node_level_cost,augmented:m.a.mults.hacknet_node_level_cost*t.hacknet_node_level_cost},{mult:"Company Reputation Gain",current:m.a.mults.company_rep,augmented:m.a.mults.company_rep*t.company_rep},{mult:"Faction Reputation Gain",current:m.a.mults.faction_rep,augmented:m.a.mults.faction_rep*t.faction_rep,bnMult:u.a.FactionWorkRepGain},{mult:"Salary",current:m.a.mults.work_money,augmented:m.a.mults.work_money*t.work_money,bnMult:u.a.CompanyWorkMoney,color:h.a.theme.money},{mult:"Crime Success Chance",current:m.a.mults.crime_success,augmented:m.a.mults.crime_success*t.crime_success,color:h.a.theme.combat},{mult:"Crime Money",current:m.a.mults.crime_money,augmented:m.a.mults.crime_money*t.crime_money,bnMult:u.a.CrimeMoney,color:h.a.theme.money}];return m.a.canAccessBladeburner()&&u.a.BladeburnerRank>0&&n.push({mult:"Bladeburner Success Chance",current:m.a.mults.bladeburner_success_chance,augmented:m.a.mults.bladeburner_success_chance*t.bladeburner_success_chance},{mult:"Bladeburner Max Stamina",current:m.a.mults.bladeburner_max_stamina,augmented:m.a.mults.bladeburner_max_stamina*t.bladeburner_max_stamina},{mult:"Bladeburner Stamina Gain",current:m.a.mults.bladeburner_stamina_gain,augmented:m.a.mults.bladeburner_stamina_gain*t.bladeburner_stamina_gain},{mult:"Bladeburner Field Analysis",current:m.a.mults.bladeburner_analysis,augmented:m.a.mults.bladeburner_analysis*t.bladeburner_analysis}),c.createElement(l.a,{sx:{p:1,maxHeight:400,overflowY:"scroll",display:"flex",flexDirection:"column",flexWrap:"wrap",gap:1}},c.createElement(b,{rows:e}),c.createElement(b,{rows:n}))}},function(t,e,n){"use strict";n.d(e,"a",(function(){return m}));var a=n(23),r=n(3),i=n(113),o=n(47),s=n(263),l=n(0),c=n(1),f=n(72),u=n(13);function m(){const t=[];let e=-1;for(let t=c.a.queuedAugmentations.length-1;t>=0;t--)if(c.a.queuedAugmentations[t].name===u.a.NeuroFluxGovernor){e=t;break}for(let n=0;n{const t="string"==typeof m.info?l.createElement("span",null,m.info):m.info;return l.createElement(l.Fragment,null,t,l.createElement("br",null),l.createElement("br",null),m.stats)})()),enterNextDelay:500,key:s},l.createElement(i.a,{sx:{px:2,py:1},primary:s})))}return l.createElement(o.a,{sx:{py:1,maxHeight:400,overflowY:"scroll"}},l.createElement(s.a,{sx:{height:400,overflowY:"scroll"},disablePadding:!0},t))}},function(t,e,n){"use strict";n.d(e,"a",(function(){return y}));var a=n(47),r=n(368),i=n(113),o=n(21),s=n(263),l=n(3),c=n(0),f=n.n(c),u=n(111),m=n(1),h=n(177),d=n(6),p=n(308);const g=t=>{if(-1===t){return{info:f.a.createElement(f.a.Fragment,null,"This Source-File can only be acquired with obscure knowledge of the game, javascript, and the web ecosystem.",f.a.createElement("br",null),f.a.createElement("br",null),"It increases all of the player's multipliers by 0.1%",f.a.createElement("br",null),f.a.createElement("br",null),"You have found the following exploits:",f.a.createElement("br",null),f.a.createElement("br",null),m.a.exploits.map(t=>f.a.createElement(f.a.Fragment,{key:t},"* ",Object(u.b)(t),f.a.createElement("br",null)))),lvl:m.a.exploits.length,n:-1,name:"Source-File -1: Exploits in the BitNodes"}}const e="SourceFile"+t,n=p.a[e];return null==n?(console.error("Invalid source file number: "+t),null):n},b=t=>{let e;switch(t.n){case 12:e="∞";break;case-1:e=Object.keys(u.a).length;break;default:e="3"}return e};function y(){var t;const e=m.a.sourceFiles.slice(),n=m.a.exploits;if(n.length>0&&e.unshift({n:-1,lvl:n.length}),d.a.OwnedAugmentationsOrder===h.a.Alphabetically&&e.sort((t,e)=>t.n-e.n),0===e.length)return f.a.createElement(f.a.Fragment,null);const[u,p]=Object(c.useState)(e[0]);return f.a.createElement(o.a,{sx:{width:"100%",mt:1}},f.a.createElement(a.a,{sx:{p:1}},f.a.createElement(l.a,{variant:"h5"},"Source Files")),f.a.createElement(a.a,{sx:{display:"grid",gridTemplateColumns:"1fr 3fr"}},f.a.createElement(o.a,null,f.a.createElement(s.a,{sx:{height:400,overflowY:"scroll",borderRight:"1px solid "+d.a.theme.welllight},disablePadding:!0},e.map((t,e)=>{const n=g(t.n);if(!n)return;const a=b(n);return f.a.createElement(r.a,{key:e+1,onClick:()=>p(t),selected:u.n===t.n,sx:{py:0}},f.a.createElement(i.a,{disableTypography:!0,primary:f.a.createElement(l.a,null,n.name),secondary:f.a.createElement(l.a,null,"Level ",t.lvl," / ",a)}))}))),f.a.createElement(o.a,{sx:{m:1}},f.a.createElement(l.a,{variant:"h6",sx:{display:"flex",alignItems:"center",flexWrap:"wrap"}},null===(t=g(u.n))||void 0===t?void 0:t.name),f.a.createElement(l.a,{sx:{maxHeight:350,overflowY:"scroll"}},(()=>{const t=g(u.n);if(!t)return;const e=b(t);return f.a.createElement(f.a.Fragment,null,"Level ",u.lvl," / ",e,f.a.createElement("br",null),f.a.createElement("br",null),t.info)})()))))}},function(t,e,n){"use strict";n.d(e,"a",(function(){return O}));var a=n(1),r=n(13),i=n(0),o=n.n(i),s=n(1201),l=n(1203),c=n(1206),f=n(1208),u=n(1209),m=n(1210),h=n(1211),d=n(1212),p=n(1213),g=n(1214),b=n(1215),y=n(1216),E=n(1217),v=n(1218),k=n(1219),w=n(1220),S=n(1221),_=n(1224),C=n(1227),x=n(3),L=n(111);function O(){return Object(i.useEffect)(()=>{a.a.giveExploit(L.a.YoureNotMeantToAccessThis)},[]),o.a.createElement(o.a.Fragment,null,o.a.createElement(x.a,null,"Development Menu - Only meant to be used for testing/debugging"),o.a.createElement(s.a,null),o.a.createElement(l.a,null),o.a.createElement(c.a,null),o.a.createElement(f.a,null),o.a.createElement(u.a,null),o.a.createElement(m.a,null),o.a.createElement(h.a,null),o.a.createElement(d.a,null),a.a.bladeburner&&o.a.createElement(p.a,null),a.a.gang&&o.a.createElement(g.a,null),a.a.corporation&&o.a.createElement(b.a,null),o.a.createElement(y.a,null),a.a.hasWseAccount&&o.a.createElement(E.a,null),a.a.sleeves.length>0&&o.a.createElement(v.a,null),a.a.augmentations.some(t=>t.name===r.a.StaneksGift1)&&o.a.createElement(k.a,null),o.a.createElement(w.a,null),o.a.createElement(_.a,null),o.a.createElement(C.a,null),o.a.createElement(S.a,null))}},function(t,e,n){"use strict";n.d(e,"a",(function(){return w}));var a=n(0),r=n.n(a),i=n(157),o=n(158),s=n(159),l=n(80),c=n.n(l),f=n(3),u=n(10),m=n(24),h=n(1),d=n(22),p=n(87),g=n(130),b=n(74),y=n(465),E=n(190),v=n(5),k=n(353);function w(){const[t,e]=Object(a.useState)(!1),[n,l]=Object(a.useState)(""),[w,S]=Object(a.useState)("");function _(t){return function(){h.a.gainMoney(t,"other")}}return Object(a.useEffect)(()=>{if(t)throw new ReferenceError("Manually thrown error")},[t]),r.a.createElement(i.a,{TransitionProps:{unmountOnExit:!0}},r.a.createElement(o.a,{expandIcon:r.a.createElement(c.a,null)},r.a.createElement(f.a,null,"General")),r.a.createElement(s.a,null,r.a.createElement(u.a,{onClick:_(1e6)},r.a.createElement("pre",null,"+ ",r.a.createElement(m.a,{money:1e6}))),r.a.createElement(u.a,{onClick:_(1e9)},r.a.createElement("pre",null,"+ ",r.a.createElement(m.a,{money:1e9}))),r.a.createElement(u.a,{onClick:_(1e12)},r.a.createElement("pre",null,"+ ",r.a.createElement(m.a,{money:1e12}))),r.a.createElement(u.a,{onClick:_(1e15)},r.a.createElement("pre",null,"+ ",r.a.createElement(m.a,{money:1e15}))),r.a.createElement(u.a,{onClick:_(1/0)},r.a.createElement("pre",null,"+ ",r.a.createElement(m.a,{money:1/0}))),r.a.createElement(u.a,{onClick:function(){h.a.getHomeComputer().maxRam*=2}},"+ RAM"),r.a.createElement("br",null),r.a.createElement(f.a,null,"Corporation Name:"),r.a.createElement(p.a,{value:n,onChange:t=>l(t.target.value)}),r.a.createElement(u.a,{onClick:function(){h.a.startCorporation(n)}},"Create Corporation"),r.a.createElement("br",null),r.a.createElement(f.a,null,"Gang Faction:"),r.a.createElement(g.a,{value:w,onChange:function(t){S(t.target.value)}},E.a.Names.map(t=>r.a.createElement(b.a,{key:t,value:t},t))),r.a.createElement(u.a,{onClick:function(){const t=w===v.a.NiteSec||w===v.a.TheBlackHand;h.a.startGang(w,t)}},"Start Gang"),r.a.createElement("br",null),r.a.createElement(u.a,{onClick:function(){h.a.bladeburner=new y.a}},"Join BladeBurner"),r.a.createElement("br",null),r.a.createElement(u.a,{onClick:function(){d.b.toBitVerse(!0,!0)}},"Quick b1t_flum3.exe"),r.a.createElement(u.a,{onClick:function(){d.b.toBitVerse(!0,!1)}},"Run b1t_flum3.exe"),r.a.createElement(u.a,{onClick:function(){d.b.toBitVerse(!1,!0)}},"Quick w0rld_d34m0n"),r.a.createElement(u.a,{onClick:function(){d.b.toBitVerse(!1,!1)}},"Hack w0rld_d34m0n"),r.a.createElement(u.a,{onClick:()=>e(!0)},"Throw Error"),r.a.createElement(u.a,{onClick:function(){Object(k.b)()}},"Check Messages")))}},,function(t,e,n){"use strict";n.d(e,"a",(function(){return p}));var a=n(0),r=n.n(a),i=n(157),o=n(158),s=n(159),l=n(80),c=n.n(l),f=n(3),u=n(10),m=n(134),h=n(1);const d=1e27;function p(){function t(t,e){return function(n){switch(t){case"hacking":n&&h.a.gainHackingExp(n*e);break;case"strength":n&&h.a.gainStrengthExp(n*e);break;case"defense":n&&h.a.gainDefenseExp(n*e);break;case"dexterity":n&&h.a.gainDexterityExp(n*e);break;case"agility":n&&h.a.gainAgilityExp(n*e);break;case"charisma":n&&h.a.gainCharismaExp(n*e);break;case"intelligence":n&&h.a.gainIntelligenceExp(n*e)}h.a.updateSkillLevels()}}function e(t){return function(e){h.a.karma+=e*t}}function n(t){return function(){switch(t){case"hacking":h.a.exp.hacking=0;break;case"strength":h.a.exp.strength=0;break;case"defense":h.a.exp.defense=0;break;case"dexterity":h.a.exp.dexterity=0;break;case"agility":h.a.exp.agility=0;break;case"charisma":h.a.exp.charisma=0;break;case"intelligence":h.a.exp.intelligence=0}h.a.updateSkillLevels()}}return r.a.createElement(i.a,{TransitionProps:{unmountOnExit:!0}},r.a.createElement(o.a,{expandIcon:r.a.createElement(c.a,null)},r.a.createElement(f.a,null,"Experience / Stats")),r.a.createElement(s.a,null,r.a.createElement("table",null,r.a.createElement("tbody",null,r.a.createElement("tr",null,r.a.createElement("td",null,r.a.createElement(f.a,null,"All:")),r.a.createElement("td",null,r.a.createElement(u.a,{onClick:function(){h.a.gainHackingExp(d),h.a.gainStrengthExp(d),h.a.gainDefenseExp(d),h.a.gainDexterityExp(d),h.a.gainAgilityExp(d),h.a.gainCharismaExp(d),h.a.gainIntelligenceExp(d),h.a.updateSkillLevels()}},"Tons of exp"),r.a.createElement(u.a,{onClick:function(){h.a.exp.hacking=0,h.a.exp.strength=0,h.a.exp.defense=0,h.a.exp.dexterity=0,h.a.exp.agility=0,h.a.exp.charisma=0,h.a.exp.intelligence=0,h.a.updateSkillLevels()}},"Reset"))),r.a.createElement("tr",null,r.a.createElement("td",null,r.a.createElement(f.a,null,"Hacking:")),r.a.createElement("td",null,r.a.createElement(m.a,{label:"hacking",placeholder:"exp",tons:()=>t("hacking",1)(d),add:t("hacking",1),subtract:t("hacking",-1),reset:n("hacking")}))),r.a.createElement("tr",null,r.a.createElement("td",null,r.a.createElement(f.a,null,"Strength:")),r.a.createElement("td",null,r.a.createElement(m.a,{label:"strength",placeholder:"exp",tons:()=>t("strength",1)(d),add:t("strength",1),subtract:t("strength",-1),reset:n("strength")}))),r.a.createElement("tr",null,r.a.createElement("td",null,r.a.createElement(f.a,null,"Defense:")),r.a.createElement("td",null,r.a.createElement(m.a,{label:"defense",placeholder:"exp",tons:()=>t("defense",1)(d),add:t("defense",1),subtract:t("defense",-1),reset:n("defense")}))),r.a.createElement("tr",null,r.a.createElement("td",null,r.a.createElement(f.a,null,"Dexterity:")),r.a.createElement("td",null,r.a.createElement(m.a,{label:"dexterity",placeholder:"exp",tons:()=>t("dexterity",1)(d),add:t("dexterity",1),subtract:t("dexterity",-1),reset:n("dexterity")}))),r.a.createElement("tr",null,r.a.createElement("td",null,r.a.createElement(f.a,null,"Agility:")),r.a.createElement("td",null,r.a.createElement(m.a,{label:"agility",placeholder:"exp",tons:()=>t("agility",1)(d),add:t("agility",1),subtract:t("agility",-1),reset:n("agility")}))),r.a.createElement("tr",null,r.a.createElement("td",null,r.a.createElement(f.a,null,"Charisma:")),r.a.createElement("td",null,r.a.createElement(m.a,{label:"charisma",placeholder:"exp",tons:()=>t("charisma",1)(d),add:t("charisma",1),subtract:t("charisma",-1),reset:n("charisma")}))),r.a.createElement("tr",null,r.a.createElement("td",null,r.a.createElement(f.a,null,"Intelligence:")),r.a.createElement("td",null,r.a.createElement(m.a,{label:"intelligence",placeholder:"exp",tons:()=>t("intelligence",1)(d),add:t("intelligence",1),subtract:t("intelligence",-1),reset:n("intelligence")})),r.a.createElement("td",null,r.a.createElement(u.a,{onClick:function(){0===h.a.skills.intelligence&&(h.a.skills.intelligence=1,h.a.updateSkillLevels())}},"Enable")),r.a.createElement("td",null,r.a.createElement(u.a,{onClick:function(){h.a.exp.intelligence=0,h.a.skills.intelligence=0,h.a.updateSkillLevels()}},"Disable"))),r.a.createElement("tr",null,r.a.createElement("td",null,r.a.createElement(f.a,null,"Karma:")),r.a.createElement("td",null,r.a.createElement(m.a,{label:"karma",placeholder:"amt",tons:()=>t("intelligence",1)(1e5),add:e(1),subtract:e(-1),reset:function(){h.a.karma=0}})))))))}},,,function(t,e,n){"use strict";n.d(e,"a",(function(){return C}));var a=n(0),r=n.n(a),i=n(157),o=n(158),s=n(159),l=n(80),c=n.n(l),f=n(3),u=n(10),m=n(130),h=n(134),d=n(1),p=n(30),g=n(1508),b=n(74),y=n(112),E=n(1207),v=n.n(E),k=n(482),w=n.n(k),S=n(1509),_=n(5);function C(){const[t,e]=Object(a.useState)(_.a.Illuminati);function n(e){return function(n){const a=p.a[t];null==a||isNaN(n)||(a.playerReputation+=n*e)}}function l(e){return function(n){const a=p.a[t];null==a||isNaN(n)||(a.favor+=n*e)}}return r.a.createElement(i.a,{TransitionProps:{unmountOnExit:!0}},r.a.createElement(o.a,{expandIcon:r.a.createElement(c.a,null)},r.a.createElement(f.a,null,"Factions")),r.a.createElement(s.a,null,r.a.createElement("table",null,r.a.createElement("tbody",null,r.a.createElement("tr",null,r.a.createElement("td",null,r.a.createElement(f.a,null,"Faction:")),r.a.createElement("td",null,r.a.createElement(g.a,null,r.a.createElement(S.a,{id:"factions-select"},"Faction"),r.a.createElement(m.a,{labelId:"factions-select",id:"factions-dropdown",onChange:function(t){e(t.target.value)},value:t,startAdornment:r.a.createElement(r.a.Fragment,null,r.a.createElement(y.a,{onClick:function(){Object.values(_.a).forEach(t=>d.a.receiveInvite(t))},size:"large","arial-label":"receive-all-invitation"},r.a.createElement(v.a,null)),r.a.createElement(y.a,{onClick:function(){d.a.receiveInvite(t)},size:"large","arial-label":"receive-one-invitation"},r.a.createElement(w.a,null)))},Object.values(p.a).map(t=>r.a.createElement(b.a,{key:t.name,value:t.name},t.name)))))),r.a.createElement("tr",null,r.a.createElement("td",null,r.a.createElement(f.a,null,"Reputation:")),r.a.createElement("td",null,r.a.createElement(h.a,{label:"reputation",placeholder:"amt",tons:()=>n(1)(1e12),add:n(1),subtract:n(-1),reset:function(){const e=p.a[t];null!=e&&(e.playerReputation=0)}}))),r.a.createElement("tr",null,r.a.createElement("td",null,r.a.createElement(f.a,null,"Favor:")),r.a.createElement("td",null,r.a.createElement(h.a,{label:"favor",placeholder:"amt",tons:()=>l(1)(2e3),add:l(1),subtract:l(-1),reset:function(){const e=p.a[t];null!=e&&(e.favor=0)}}))),r.a.createElement("tr",null,r.a.createElement("td",null,r.a.createElement(f.a,null,"All Reputation:")),r.a.createElement("td",null,r.a.createElement(u.a,{onClick:function(){for(const t of Object.keys(p.a))p.a[t].playerReputation=1e12}},"Tons"),r.a.createElement(u.a,{onClick:function(){for(const t of Object.keys(p.a))p.a[t].playerReputation=0}},"Reset"))),r.a.createElement("tr",null,r.a.createElement("td",null,r.a.createElement(f.a,null,"All Favor:")),r.a.createElement("td",null,r.a.createElement(u.a,{onClick:function(){for(const t of Object.keys(p.a))p.a[t].favor=1e12}},"Tons"),r.a.createElement(u.a,{onClick:function(){for(const t of Object.keys(p.a))p.a[t].favor=0}},"Reset")))))))}},,function(t,e,n){"use strict";n.d(e,"a",(function(){return E}));var a=n(1822),r=n(1823),i=n(1515),o=n(1824),s=n(157),l=n(158),c=n(3),f=n(159),u=n(130),m=n(112),h=n(74),d=n(10),p=n(0),g=n.n(p),b=n(13),y=n(1);function E(){const[t,e]=Object(p.useState)("Augmented Targeting I");return g.a.createElement(s.a,{TransitionProps:{unmountOnExit:!0}},g.a.createElement(l.a,{expandIcon:g.a.createElement(a.a,null)},g.a.createElement(c.a,null,"Augmentations")),g.a.createElement(f.a,null,g.a.createElement(u.a,{onChange:function(t){e(t.target.value)},value:t,startAdornment:g.a.createElement(g.a.Fragment,null,g.a.createElement(m.a,{onClick:function(){for(const t of Object.values(b.a))y.a.queueAugmentation(t)},size:"large"},g.a.createElement(r.a,null)),g.a.createElement(m.a,{onClick:function(){y.a.queueAugmentation(t)},size:"large"},g.a.createElement(i.a,null))),endAdornment:g.a.createElement(g.a.Fragment,null,g.a.createElement(m.a,{onClick:function(){y.a.augmentations=[]},size:"large"},g.a.createElement(o.a,null)))},Object.values(b.a).map(t=>g.a.createElement(h.a,{key:t,value:t},t))),g.a.createElement(d.a,{sx:{display:"block"},onClick:function(){y.a.queuedAugmentations=[]}},"Clear Queued Augmentations")))}},function(t,e,n){"use strict";n.d(e,"a",(function(){return g}));var a=n(0),r=n.n(a),i=n(157),o=n(158),s=n(159),l=n(80),c=n.n(l),f=n(3),u=n(10),m=n(626),h=n(1),d=n(369);const p=[1,2,3,4,5,6,7,8,9,10,11,12,13];function g(){function t(t,e){return function(){if(9===t&&(h.a.hacknetNodes=[]),0!==e)if(h.a.sourceFiles.some(e=>e.n===t))for(let n=0;ne.n!==t)}}function e(e){return()=>{for(let n=0;nr.a.createElement("tr",{key:"sf-"+e},r.a.createElement("td",null,r.a.createElement(f.a,null,"SF-",e,":")),r.a.createElement("td",null,r.a.createElement(d.a,null,r.a.createElement(u.a,{onClick:t(e,0)},"0"),r.a.createElement(u.a,{onClick:t(e,1)},"1"),r.a.createElement(u.a,{onClick:t(e,2)},"2"),r.a.createElement(u.a,{onClick:t(e,3)},"3")))))))))}},function(t,e,n){"use strict";n.d(e,"a",(function(){return g}));var a=n(0),r=n.n(a),i=n(157),o=n(158),s=n(159),l=n(80),c=n.n(l),f=n(3),u=n(10),m=n(130),h=n(1),d=n(56),p=n(74);function g(){const[t,e]=Object(a.useState)("NUKE.exe");return r.a.createElement(i.a,{TransitionProps:{unmountOnExit:!0}},r.a.createElement(o.a,{expandIcon:r.a.createElement(c.a,null)},r.a.createElement(f.a,null,"Programs")),r.a.createElement(s.a,null,r.a.createElement("table",null,r.a.createElement("tbody",null,r.a.createElement("tr",null,r.a.createElement("td",null,r.a.createElement(f.a,null,"Program:")),r.a.createElement("td",null,r.a.createElement(m.a,{onChange:function(t){e(t.target.value)},value:t},Object.values(d.a).map(t=>r.a.createElement(p.a,{key:t.name,value:t.name},t.name))))),r.a.createElement("tr",null,r.a.createElement("td",null,r.a.createElement(f.a,null,"Add:")),r.a.createElement("td",null,r.a.createElement(u.a,{onClick:function(){h.a.hasProgram(t)||h.a.getHomeComputer().programs.push(t)}},"One"),r.a.createElement(u.a,{onClick:function(){for(const t of Object.keys(d.a))h.a.hasProgram(d.a[t].name)||h.a.getHomeComputer().programs.push(d.a[t].name)}},"All")))))))}},function(t,e,n){"use strict";n.d(e,"a",(function(){return g}));var a=n(0),r=n.n(a),i=n(157),o=n(158),s=n(159),l=n(80),c=n.n(l),f=n(3),u=n(10),m=n(130),h=n(26),d=n(46),p=n(74);function g(){const[t,e]=Object(a.useState)("home");return r.a.createElement(i.a,{TransitionProps:{unmountOnExit:!0}},r.a.createElement(o.a,{expandIcon:r.a.createElement(c.a,null)},r.a.createElement(f.a,null,"Servers")),r.a.createElement(s.a,null,r.a.createElement("table",null,r.a.createElement("tbody",null,r.a.createElement("tr",null,r.a.createElement("td",null,r.a.createElement(f.a,null,"Server:")),r.a.createElement("td",{colSpan:2},r.a.createElement(m.a,{id:"dev-servers-dropdown",onChange:function(t){e(t.target.value)},value:t},Object(h.c)().map(t=>r.a.createElement(p.a,{key:t.hostname,value:t.hostname},t.hostname))))),r.a.createElement("tr",null,r.a.createElement("td",null,r.a.createElement(f.a,null,"Root:")),r.a.createElement("td",null,r.a.createElement(u.a,{onClick:function(){const e=Object(h.d)(t);null!==e&&e instanceof d.a&&(e.hasAdminRights=!0,e.sshPortOpen=!0,e.ftpPortOpen=!0,e.smtpPortOpen=!0,e.httpPortOpen=!0,e.sqlPortOpen=!0,e.openPortCount=5)}},"Root one")),r.a.createElement("td",null,r.a.createElement(u.a,{onClick:function(){for(const t of Object(h.c)()){if(!(t instanceof d.a))return;t.hasAdminRights=!0,t.sshPortOpen=!0,t.ftpPortOpen=!0,t.smtpPortOpen=!0,t.httpPortOpen=!0,t.sqlPortOpen=!0,t.openPortCount=5}}},"Root all"))),r.a.createElement("tr",null,r.a.createElement("td",null,r.a.createElement(f.a,null,"Security:")),r.a.createElement("td",null,r.a.createElement(u.a,{onClick:function(){const e=Object(h.d)(t);null!==e&&e instanceof d.a&&(e.hackDifficulty=e.minDifficulty)}},"Min one")),r.a.createElement("td",null,r.a.createElement(u.a,{onClick:function(){for(const t of Object(h.c)()){if(!(t instanceof d.a))return;t.hackDifficulty=t.minDifficulty}}},"Min all"))),r.a.createElement("tr",null,r.a.createElement("td",null,r.a.createElement(f.a,null,"Money:")),r.a.createElement("td",null,r.a.createElement(u.a,{onClick:function(){const e=Object(h.d)(t);null!==e&&e instanceof d.a&&(e.moneyAvailable=0)}},"Min one")),r.a.createElement("td",null,r.a.createElement(u.a,{onClick:function(){for(const t of Object(h.c)()){if(!(t instanceof d.a))return;t.moneyAvailable=0}}},"Min all")),r.a.createElement("td",null,r.a.createElement(u.a,{onClick:function(){const e=Object(h.d)(t);null!==e&&e instanceof d.a&&(e.moneyAvailable=e.moneyMax)}},"Max one")),r.a.createElement("td",null,r.a.createElement(u.a,{onClick:function(){for(const t of Object(h.c)()){if(!(t instanceof d.a))return;t.moneyAvailable=t.moneyMax}}},"Max all")))))))}},function(t,e,n){"use strict";n.d(e,"a",(function(){return b}));var a=n(0),r=n.n(a),i=n(157),o=n(158),s=n(159),l=n(80),c=n.n(l),f=n(3),u=n(10),m=n(130),h=n(78),d=n(74),p=n(134),g=n(5);function b(){const[t,e]=Object(a.useState)(g.a.ECorp);function n(e){return function(n){const a=h.a[t];null==a||isNaN(n)||(a.playerReputation+=n*e)}}function l(e){return function(n){const a=h.a[t];null==a||isNaN(n)||(a.favor+=n*e)}}return r.a.createElement(i.a,{TransitionProps:{unmountOnExit:!0}},r.a.createElement(o.a,{expandIcon:r.a.createElement(c.a,null)},r.a.createElement(f.a,null,"Companies")),r.a.createElement(s.a,null,r.a.createElement("table",null,r.a.createElement("tbody",null,r.a.createElement("tr",null,r.a.createElement("td",null,r.a.createElement(f.a,null,"Company:")),r.a.createElement("td",{colSpan:3},r.a.createElement(m.a,{id:"dev-companies-dropdown",onChange:function(t){e(t.target.value)},value:t},Object.values(h.a).map(t=>r.a.createElement(d.a,{key:t.name,value:t.name},t.name))))),r.a.createElement("tr",null,r.a.createElement("td",null,r.a.createElement(f.a,null,"Reputation:")),r.a.createElement("td",null,r.a.createElement(p.a,{label:"reputation",placeholder:"amt",tons:()=>n(1)(1e12),add:n(1),subtract:n(-1),reset:function(){h.a[t].playerReputation=0}}))),r.a.createElement("tr",null,r.a.createElement("td",null,r.a.createElement(f.a,null,"Favor:")),r.a.createElement("td",null,r.a.createElement(p.a,{label:"favor",placeholder:"amt",tons:()=>l(1)(2e3),add:l(1),subtract:l(-1),reset:function(){h.a[t].favor=0}}))),r.a.createElement("tr",null,r.a.createElement("td",null,r.a.createElement(f.a,null,"All Reputation:")),r.a.createElement("td",null,r.a.createElement(u.a,{onClick:function(){for(const t of Object.keys(h.a))h.a[t].playerReputation=1e12}},"Tons"),r.a.createElement(u.a,{onClick:function(){for(const t of Object.keys(h.a))h.a[t].playerReputation=0}},"Reset"))),r.a.createElement("tr",null,r.a.createElement("td",null,r.a.createElement(f.a,null,"All Favor:")),r.a.createElement("td",null,r.a.createElement(u.a,{onClick:function(){for(const t of Object.keys(h.a))h.a[t].favor=1e12}},"Tons"),r.a.createElement(u.a,{onClick:function(){for(const t of Object.keys(h.a))h.a[t].favor=0}},"Reset")))))))}},function(t,e,n){"use strict";n.d(e,"a",(function(){return h}));var a=n(0),r=n.n(a),i=n(3),o=n(157),s=n(158),l=n(159),c=n(80),f=n.n(c),u=n(134),m=n(1);function h(){const t=m.a.bladeburner;if(null===t)return r.a.createElement(r.a.Fragment,null);function e(e){return function(n){t&&t.changeRank(m.a,n*e)}}function n(e){return function(n){t&&(t.storedCycles+=n*e)}}return r.a.createElement(o.a,{TransitionProps:{unmountOnExit:!0}},r.a.createElement(s.a,{expandIcon:r.a.createElement(f.a,null)},r.a.createElement(i.a,null,"Bladeburner")),r.a.createElement(l.a,null,r.a.createElement("table",null,r.a.createElement("tbody",null,r.a.createElement("tr",null,r.a.createElement("td",null,r.a.createElement(i.a,null,"Rank:")),r.a.createElement("td",null,r.a.createElement(u.a,{label:"rank",placeholder:"amt",tons:function(){t&&t.changeRank(m.a,1e27)},add:e(1),subtract:e(-1),reset:function(){t&&(t.rank=0,t.maxRank=0)}}))),r.a.createElement("tr",null,r.a.createElement("td",null,r.a.createElement(i.a,null,"Cycles:")),r.a.createElement("td",null,r.a.createElement(u.a,{label:"cycles",placeholder:"amt",tons:function(){t&&(t.storedCycles+=1e27)},add:n(1),subtract:n(-1),reset:function(){t&&(t.storedCycles=0)}})))))))}},function(t,e,n){"use strict";n.d(e,"a",(function(){return h}));var a=n(0),r=n.n(a),i=n(3),o=n(157),s=n(158),l=n(159),c=n(80),f=n.n(c),u=n(134),m=n(1);function h(){function t(t){return function(e){m.a.gang&&(m.a.gang.storedCycles+=e*t)}}return r.a.createElement(o.a,{TransitionProps:{unmountOnExit:!0}},r.a.createElement(s.a,{expandIcon:r.a.createElement(f.a,null)},r.a.createElement(i.a,null,"Gang")),r.a.createElement(l.a,null,r.a.createElement("table",null,r.a.createElement("tbody",null,r.a.createElement("tr",null,r.a.createElement("td",null,r.a.createElement(i.a,null,"Cycles:")),r.a.createElement("td",null,r.a.createElement(u.a,{label:"cycles",placeholder:"amt",tons:function(){m.a.gang&&(m.a.gang.storedCycles=1e27)},add:t(1),subtract:t(-1),reset:function(){m.a.gang&&(m.a.gang.storedCycles=0)}})))))))}},function(t,e,n){"use strict";n.d(e,"a",(function(){return d}));var a=n(0),r=n.n(a),i=n(157),o=n(158),s=n(159),l=n(80),c=n.n(l),f=n(3),u=n(10),m=n(134),h=n(1);function d(){function t(t){return function(e){h.a.corporation&&(h.a.corporation.funds+=e*t)}}function e(t){return function(e){h.a.corporation&&(h.a.corporation.storedCycles+=e*t)}}return r.a.createElement(i.a,{TransitionProps:{unmountOnExit:!0}},r.a.createElement(o.a,{expandIcon:r.a.createElement(c.a,null)},r.a.createElement(f.a,null,"Corporation")),r.a.createElement(s.a,null,r.a.createElement("table",null,r.a.createElement("tbody",null,r.a.createElement("tr",null,r.a.createElement("td",null,r.a.createElement(f.a,null,"Funds:")),r.a.createElement("td",null,r.a.createElement(m.a,{label:"set funds",placeholder:"amt",tons:function(){h.a.corporation&&(h.a.corporation.funds=h.a.corporation.funds+1e27)},add:t(1),subtract:t(-1),reset:function(){h.a.corporation&&(h.a.corporation.funds=h.a.corporation.funds-h.a.corporation.funds)}}))),r.a.createElement("tr",null,r.a.createElement("td",null,r.a.createElement(f.a,null,"Cycles:")),r.a.createElement("td",null,r.a.createElement(m.a,{label:"cycles",placeholder:"amt",tons:function(){h.a.corporation&&(h.a.corporation.storedCycles=1e27)},add:e(1),subtract:e(-1),reset:function(){h.a.corporation&&(h.a.corporation.storedCycles=0)}}))),r.a.createElement("tr",null,r.a.createElement("td",null,r.a.createElement(u.a,{onClick:function(){h.a.corporation&&h.a.corporation.divisions.forEach(t=>{Object.keys(t.products).forEach(e=>{const n=t.products[e];if(void 0===n)throw new Error("Impossible product undefined");n.prog=99.9})})}},"Finish products"))),r.a.createElement("tr",null,r.a.createElement("td",null,r.a.createElement(u.a,{onClick:function(){h.a.corporation&&h.a.corporation.divisions.forEach(t=>{t.sciResearch.qty+=1e10})}},"Tons of research")))))))}},function(t,e,n){"use strict";n.d(e,"a",(function(){return g}));var a=n(0),r=n.n(a),i=n(157),o=n(158),s=n(159),l=n(80),c=n.n(l),f=n(3),u=n(10),m=n(130),h=n(74),d=n(315),p=n(116);function g(){const[t,e]=Object(a.useState)("Find Largest Prime Factor");return r.a.createElement(i.a,{TransitionProps:{unmountOnExit:!0}},r.a.createElement(o.a,{expandIcon:r.a.createElement(c.a,null)},r.a.createElement(f.a,null,"Coding Contracts")),r.a.createElement(s.a,null,r.a.createElement("table",null,r.a.createElement("tbody",null,r.a.createElement("tr",null,r.a.createElement("td",null,r.a.createElement(u.a,{onClick:d.c},"Generate Random Contract"),r.a.createElement(u.a,{onClick:d.d},"Generate Random Contract on Home Comp"))),r.a.createElement("tr",null,r.a.createElement("td",null,r.a.createElement(m.a,{onChange:function(t){e(t.target.value)},value:t},Object.values(p.d).map(t=>r.a.createElement(h.a,{key:t.name,value:t.name},t.name))),r.a.createElement(u.a,{onClick:function(){Object(d.a)({problemType:t,server:"home"})}},"Generate Specified Contract Type on Home Comp")))))))}},function(t,e,n){"use strict";n.d(e,"a",(function(){return b}));var a=n(0),r=n.n(a),i=n(157),o=n(158),s=n(159),l=n(80),c=n.n(l),f=n(3),u=n(10),m=n(87),h=n(24),d=n(19),p=n(97),g=n(153);function b(){const[t,e]=Object(a.useState)(0),[n,l]=Object(a.useState)("");function b(t){const e=n.replace(/\s/g,"");let a=()=>!0;""!==e&&"all"!==e&&(a=function(t){return e.split(",").includes(t)});for(const e of Object.keys(p.a))if(p.a.hasOwnProperty(e)){const n=p.a[e];n instanceof g.a&&a(n.symbol)&&t(n)}}return r.a.createElement(i.a,{TransitionProps:{unmountOnExit:!0}},r.a.createElement(o.a,{expandIcon:r.a.createElement(c.a,null)},r.a.createElement(f.a,null,"Stock Market")),r.a.createElement(s.a,null,r.a.createElement("table",null,r.a.createElement("tbody",null,r.a.createElement("tr",null,r.a.createElement("td",null,r.a.createElement(f.a,null,"Symbol:")),r.a.createElement("td",null,r.a.createElement(m.a,{placeholder:"symbol/'all'",onChange:function(t){l(t.target.value)}}))),r.a.createElement("tr",null,r.a.createElement("td",null,r.a.createElement(f.a,null,"Price:")),r.a.createElement("td",null,r.a.createElement(m.a,{placeholder:"$$$",onChange:function(t){e(parseFloat(t.target.value))}}),r.a.createElement(u.a,{onClick:function(){isNaN(t)||b(e=>{e.price=t})}},"Set"))),r.a.createElement("tr",null,r.a.createElement("td",null,r.a.createElement(f.a,null,"Caps:")),r.a.createElement("td",null,r.a.createElement(u.a,{onClick:function(){const t=[];b(e=>{t.push(r.a.createElement("tr",{key:e.symbol},r.a.createElement("td",null,e.symbol),r.a.createElement("td",{style:{textAlign:"right"}},r.a.createElement(h.a,{money:e.cap}))))}),Object(d.a)(r.a.createElement("table",null,r.a.createElement("tbody",null,r.a.createElement("tr",null,r.a.createElement("th",null,"Stock"),r.a.createElement("th",null,"Price cap")),t)))}},"View stock caps")))))))}},function(t,e,n){"use strict";n.d(e,"a",(function(){return d}));var a=n(0),r=n.n(a),i=n(157),o=n(158),s=n(159),l=n(80),c=n.n(l),f=n(10),u=n(3),m=n(1),h=n(134);function d(){function t(t){for(let e=0;et(1e7),add:t,subtract:t,reset:()=>t(0)})))))))}},function(t,e,n){"use strict";n.d(e,"a",(function(){return h}));var a=n(0),r=n.n(a),i=n(105),o=n(157),s=n(158),l=n(159),c=n(80),f=n.n(c),u=n(3),m=n(134);function h(){function t(t){return function(e){i.c.storedCycles+=e*t}}function e(t){return function(e){i.c.fragments.forEach(n=>n.highestCharge+=e*t)}}return r.a.createElement(o.a,{TransitionProps:{unmountOnExit:!0}},r.a.createElement(s.a,{expandIcon:r.a.createElement(f.a,null)},r.a.createElement(u.a,null,"Stanek's Gift")),r.a.createElement(l.a,null,r.a.createElement("table",null,r.a.createElement("tbody",null,r.a.createElement("tr",null,r.a.createElement("td",null,r.a.createElement(m.a,{label:"cycles",placeholder:"amt",tons:function(){i.c.storedCycles=1e6},add:t(1),subtract:t(-1),reset:function(){i.c.storedCycles=0}}))),r.a.createElement("tr",null,r.a.createElement("td",null,r.a.createElement(m.a,{label:"all charge",placeholder:"amt",tons:function(){i.c.fragments.forEach(t=>{t.highestCharge=1e21,t.numCharge=1e21})},add:e(1),subtract:e(-1),reset:function(){i.c.fragments.forEach(t=>{t.highestCharge=0,t.numCharge=0})}})))))))}},function(t,e,n){"use strict";n.d(e,"a",(function(){return p}));var a=n(0),r=n.n(a),i=n(157),o=n(158),s=n(159),l=n(80),c=n.n(l),f=n(3),u=n(10),m=n(1),h=n(102),d=n(388);function p(){function t(t){return()=>{m.a.lastUpdate-=t,d.a._lastUpdate-=t,h.c.saveGame(),setTimeout(()=>location.reload(),1e3)}}return r.a.createElement(i.a,{TransitionProps:{unmountOnExit:!0}},r.a.createElement(o.a,{expandIcon:r.a.createElement(c.a,null)},r.a.createElement(f.a,null,"Time skip")),r.a.createElement(s.a,null,r.a.createElement(u.a,{onClick:t(6e4)},"1 minute"),r.a.createElement(u.a,{onClick:t(36e5)},"1 hour"),r.a.createElement(u.a,{onClick:t(864e5)},"1 day")))}},function(t,e,n){"use strict";n.d(e,"a",(function(){return g}));var a=n(0),r=n.n(a),i=n(157),o=n(158),s=n(159),l=n(80),c=n.n(l),f=n(3),u=n(102),m=n(83),h=n(1516),d=n(10),p=n(135);function g(){const t=Object(a.useRef)(null),[e,n]=Object(a.useState)(""),[l,g]=Object(a.useState)(!0),[b,y]=Object(a.useState)(!0),[E,v]=Object(a.useState)(!0);return r.a.createElement(i.a,{TransitionProps:{unmountOnExit:!0}},r.a.createElement(o.a,{expandIcon:r.a.createElement(c.a,null)},r.a.createElement(f.a,null,"Save file")),r.a.createElement(s.a,null,r.a.createElement(d.a,{onClick:function(){if(!(window.File&&window.FileReader&&window.FileList&&window.Blob))return;const e=t.current;if(null===e)throw new Error("import input should not be null");e.click()},startIcon:r.a.createElement(h.a,null),sx:{gridArea:"import"}},"Select save file",r.a.createElement("input",{ref:t,type:"file",hidden:!0,onChange:async function(t){try{const e=await u.c.getImportStringFromFile(t.target.files),a=atob(e);n(a)}catch(t){m.b.emit(String(t),m.d.ERROR,5e3)}}})),r.a.createElement("br",null),""!==e&&r.a.createElement(r.a.Fragment,null,r.a.createElement(p.a,{checked:l,onChange:t=>g(t),text:"Restore scripts",tooltip:r.a.createElement(r.a.Fragment,null,"Restore the save file home computer scripts.")}),r.a.createElement("br",null),r.a.createElement(p.a,{checked:b,onChange:t=>y(t),text:"Restore Augmentations",tooltip:r.a.createElement(r.a.Fragment,null,"Restore the save file installed augmentations.")}),r.a.createElement("br",null),r.a.createElement(p.a,{checked:E,onChange:t=>v(t),text:"Restore Source Files",tooltip:r.a.createElement(r.a.Fragment,null,"Restore the save file acquired source files.")}),r.a.createElement("br",null),r.a.createElement(d.a,{onClick:function(){const t=JSON.parse(e);console.error(t)}},"Restore"))))}},,,function(t,e,n){"use strict";n.d(e,"a",(function(){return k}));var a=n(0),r=n.n(a),i=n(157),o=n(158),s=n(159),l=n(80),c=n.n(l),f=n(3),u=n(10),m=n(369),h=n(23),d=n(1226),p=n.n(d),g=n(1225),b=n.n(g),y=n(1),E=n(267),v=n(388);function k(){const[t,e]=Object(a.useState)(y.a.achievements.map(t=>t.ID));return r.a.createElement(i.a,{TransitionProps:{unmountOnExit:!0}},r.a.createElement(o.a,{expandIcon:r.a.createElement(c.a,null)},r.a.createElement(f.a,null,"Achievements")),r.a.createElement(s.a,null,r.a.createElement("table",null,r.a.createElement("tbody",null,r.a.createElement("tr",null,r.a.createElement("td",null),r.a.createElement("td",null,r.a.createElement(f.a,null,"Achievements:")),r.a.createElement("td",null,r.a.createElement(m.a,null,r.a.createElement(u.a,{onClick:function(){Object.values(E.a).forEach(t=>y.a.giveAchievement(t.ID)),e(y.a.achievements.map(t=>t.ID))}},"Grant All"),r.a.createElement(u.a,{onClick:function(){y.a.achievements=[],e(y.a.achievements.map(t=>t.ID))}},"Clear"),r.a.createElement(u.a,{onClick:function(){v.a.Counters.achievementsCounter=Number.MAX_VALUE}},"Disable Engine"),r.a.createElement(u.a,{onClick:function(){v.a.Counters.achievementsCounter=0}},"Enable Engine")))),Object.values(E.a).map(n=>{const a=t.includes(n.ID);return r.a.createElement("tr",{key:"ach-"+n.ID},r.a.createElement("td",null,a?r.a.createElement(h.a,{title:"Achieved"},r.a.createElement(b.a,{color:"primary"})):r.a.createElement(h.a,{title:"Locked"},r.a.createElement(p.a,{color:"secondary"}))),r.a.createElement("td",null,r.a.createElement(h.a,{title:r.a.createElement(r.a.Fragment,null,n.ID,r.a.createElement("br",null),n.Description)},r.a.createElement(f.a,{color:a?"primary":"secondary"},n.Name,":"))),r.a.createElement("td",null,r.a.createElement(m.a,null,r.a.createElement(u.a,{onClick:()=>{return t=n.ID,y.a.giveAchievement(t),void e(y.a.achievements.map(t=>t.ID));var t}},"Grant"),r.a.createElement(u.a,{onClick:()=>{return t=n.ID,y.a.achievements=y.a.achievements.filter(e=>e.ID!==t),void e(y.a.achievements.map(t=>t.ID));var t}},"Clear"))))})))))}},,,function(t,e,n){"use strict";n.d(e,"a",(function(){return h}));var a=n(0),r=n.n(a),i=n(157),o=n(158),s=n(159),l=n(80),c=n.n(l),f=n(3),u=n(1),m=n(134);function h(){return r.a.createElement(i.a,{TransitionProps:{unmountOnExit:!0}},r.a.createElement(o.a,{expandIcon:r.a.createElement(c.a,null)},r.a.createElement(f.a,null,"Entropy")),r.a.createElement(s.a,null,r.a.createElement(m.a,{label:"Set entropy",placeholder:"entropy",add:t=>{u.a.entropy+=t,u.a.applyEntropy(u.a.entropy)},subtract:t=>{u.a.entropy-=t,u.a.applyEntropy(u.a.entropy)},tons:()=>{u.a.entropy+=1e12,u.a.applyEntropy(u.a.entropy)},reset:()=>{u.a.entropy=0,u.a.applyEntropy(u.a.entropy)}})))}},function(t,e,n){"use strict";n.d(e,"a",(function(){return f}));var a=n(0),r=n.n(a),i=n(1229),o=n(1231),s=n(1232),l=n(1),c=n(21);function f(){const t=Object(a.useState)(!1)[1];function e(){t(t=>!t)}Object(a.useEffect)(()=>{const t=setInterval(e,200);return()=>clearInterval(t)},[]);const n=l.a.bladeburner;return n?r.a.createElement(c.a,{display:"flex",flexDirection:"column"},r.a.createElement(c.a,{sx:{display:"grid",gridTemplateColumns:"4fr 8fr",p:1}},r.a.createElement(i.a,{bladeburner:n}),r.a.createElement(o.a,{bladeburner:n})),r.a.createElement(s.a,{bladeburner:n})):r.a.createElement(r.a.Fragment,null)}},function(t,e,n){"use strict";n.d(e,"a",(function(){return v}));var a=n(0),r=n.n(a),i=n(29),o=n(63),s=n(1),l=n(24),c=n(7),f=n(30),u=n(22),m=n(101),h=n(1230),d=n(3),p=n(23),g=n(21),b=n(10),y=n(47),E=n(5);function v(t){const[e,n]=Object(a.useState)(!1),v=Object(a.useState)(!1)[1],k=t.bladeburner.rank>=o.a.RankNeededForFaction;return Object(a.useEffect)(()=>{const t=setInterval(()=>v(t=>!t),1e3);return()=>clearInterval(t)},[]),r.a.createElement(y.a,{sx:{p:1,overflowY:"auto",overflowX:"hidden",wordBreak:"break-all"}},r.a.createElement(g.a,{sx:{display:"flex",flexDirection:"column",gap:1,maxHeight:"60vh"}},r.a.createElement(g.a,{sx:{alignSelf:"flex-start",width:"100%"}},r.a.createElement(b.a,{onClick:()=>n(!0),sx:{width:"50%"}},"Travel"),r.a.createElement(p.a,{title:k?"":r.a.createElement(d.a,null,"Rank 25 required.")},r.a.createElement("span",null,r.a.createElement(b.a,{disabled:!k,onClick:function(){if(!k)return;const t=f.a[E.a.Bladeburners];t.isMember||Object(m.d)(t),u.b.toFaction(t)},sx:{width:"50%"}},"Faction"))),r.a.createElement(h.a,{open:e,onClose:()=>n(!1),bladeburner:t.bladeburner})),r.a.createElement(g.a,{display:"flex"},r.a.createElement(p.a,{title:r.a.createElement(d.a,null,"Your rank within the Bladeburner division.")},r.a.createElement(d.a,null,"Rank: ",Object(i.d)(t.bladeburner.rank,2)))),r.a.createElement("br",null),r.a.createElement(g.a,{display:"flex"},r.a.createElement(p.a,{title:r.a.createElement(d.a,null,"Performing actions will use up your stamina.",r.a.createElement("br",null),r.a.createElement("br",null),"Your max stamina is determined primarily by your agility stat.",r.a.createElement("br",null),r.a.createElement("br",null),"Your stamina gain rate is determined by both your agility and your max stamina. Higher max stamina leads to a higher gain rate.",r.a.createElement("br",null),r.a.createElement("br",null),"Once your stamina falls below 50% of its max value, it begins to negatively affect the success rate of your contracts/operations. This penalty is shown in the overview panel. If the penalty is 15%, then this means your success rate would be multiplied by 85% (100 - 15).",r.a.createElement("br",null),r.a.createElement("br",null),"Your max stamina and stamina gain rate can also be increased by training, or through skills and Augmentation upgrades.")},r.a.createElement(d.a,null,"Stamina: ",Object(i.d)(t.bladeburner.stamina,3)," / ",Object(i.d)(t.bladeburner.maxStamina,3)))),r.a.createElement(d.a,null,"Stamina Penalty: ",Object(i.d)(100*(1-t.bladeburner.calculateStaminaPenalty()),1),"%"),r.a.createElement("br",null),r.a.createElement(d.a,null,"Team Size: ",Object(i.d)(t.bladeburner.teamSize,0)),r.a.createElement(d.a,null,"Team Members Lost: ",Object(i.d)(t.bladeburner.teamLost,0)),r.a.createElement("br",null),r.a.createElement(d.a,null,"Num Times Hospitalized: ",t.bladeburner.numHosp),r.a.createElement(d.a,null,"Money Lost From Hospitalizations: ",r.a.createElement(l.a,{money:t.bladeburner.moneyLost})),r.a.createElement("br",null),r.a.createElement(d.a,null,"Current City: ",t.bladeburner.city),r.a.createElement(g.a,{display:"flex"},r.a.createElement(p.a,{title:r.a.createElement(d.a,null,"This is your Bladeburner division's estimate of how many Synthoids exist in your current city. An accurate population count increases success rate estimates.")},r.a.createElement(d.a,null,"Est. Synthoid Population: ",c.a.formatPopulation(t.bladeburner.getCurrentCity().popEst)))),r.a.createElement(g.a,{display:"flex"},r.a.createElement(p.a,{title:r.a.createElement(d.a,null,"This is your Bladeburner division's estimate of how many Synthoid communities exist in your current city.")},r.a.createElement(d.a,null,"Synthoid Communities: ",Object(i.d)(t.bladeburner.getCurrentCity().comms,0)))),r.a.createElement(g.a,{display:"flex"},r.a.createElement(p.a,{title:r.a.createElement(d.a,null,"The city's chaos level due to tensions and conflicts between humans and Synthoids. Having too high of a chaos level can make contracts and operations harder.")},r.a.createElement(d.a,null,"City Chaos: ",Object(i.d)(t.bladeburner.getCurrentCity().chaos)))),r.a.createElement("br",null),t.bladeburner.storedCycles/o.a.CyclesPerSecond*1e3>15e3&&r.a.createElement(r.a.Fragment,null,r.a.createElement(g.a,{display:"flex"},r.a.createElement(p.a,{title:r.a.createElement(d.a,null,"You gain bonus time while offline or when the game is inactive (e.g. when the tab is throttled by browser). Bonus time makes the Bladeburner mechanic progress faster, up to 5x the normal speed.")},r.a.createElement(d.a,null,"Bonus time:"," ",Object(i.b)(t.bladeburner.storedCycles/o.a.CyclesPerSecond*1e3)))),r.a.createElement("br",null)),r.a.createElement(d.a,null,"Skill Points: ",Object(i.d)(t.bladeburner.skillPoints,0)),r.a.createElement("br",null),r.a.createElement(d.a,null,"Aug. Success Chance mult: ",Object(i.d)(100*s.a.mults.bladeburner_success_chance,1),"%",r.a.createElement("br",null),"Aug. Max Stamina mult: ",Object(i.d)(100*s.a.mults.bladeburner_max_stamina,1),"%",r.a.createElement("br",null),"Aug. Stamina Gain mult: ",Object(i.d)(100*s.a.mults.bladeburner_stamina_gain,1),"%",r.a.createElement("br",null),"Aug. Field Analysis mult: ",Object(i.d)(100*s.a.mults.bladeburner_analysis,1),"%")))}},function(t,e,n){"use strict";n.d(e,"a",(function(){return u}));var a=n(0),r=n.n(a),i=n(483),o=n(40),s=n(17),l=n(6),c=n(3),f=n(10);function u(t){function e(e){t.bladeburner.city=e,t.onClose()}return r.a.createElement(o.a,{open:t.open,onClose:t.onClose},r.a.createElement(r.a.Fragment,null,r.a.createElement(c.a,null,"Travel to a different city for your Bladeburner activities. This does not cost any money. The city you are in for your Bladeburner duties does not affect your location in the game otherwise."),l.a.DisableASCIIArt?Object.values(s.a).map(t=>r.a.createElement(f.a,{key:t,onClick:()=>e(t)},t)):r.a.createElement(i.a,{currentCity:t.bladeburner.city,onTravel:t=>e(t)})))}},function(t,e,n){"use strict";n.d(e,"a",(function(){return g}));var a=n(0),r=n.n(a),i=n(31),o=n(47),s=n(263),l=n(100),c=n(21),f=n(3),u=n(87),m=n(122),h=n(148);const d=Object(m.a)(t=>Object(h.a)({textfield:{margin:t.spacing(0),width:"100%"},input:{backgroundColor:t.colors.backgroundsecondary},nopadding:{padding:t.spacing(0)},preformatted:{whiteSpace:"pre-wrap",margin:t.spacing(0)},list:{padding:t.spacing(0),height:"100%"}}));function p(t){return r.a.createElement(l.a,{sx:{p:0}},r.a.createElement(f.a,null,t.content))}function g(t){const e=d(),[n,s]=Object(a.useState)(""),l=Object(a.useState)(!1)[1],m=Object(a.useRef)(null);const[h,p]=Object(a.useState)(t.bladeburner.consoleHistory.length);function g(){l(t=>!t)}return Object(a.useEffect)(()=>{const t=setInterval(g,1e3);return()=>{clearInterval(t)}},[]),r.a.createElement(o.a,{sx:{p:1}},r.a.createElement(c.a,{sx:{height:"60vh",paddingBottom:"8px",display:"flex",alignItems:"stretch",whiteSpace:"pre-wrap"},onClick:function(){m.current&&m.current.focus()}},r.a.createElement(c.a,null,r.a.createElement(b,{entries:[...t.bladeburner.consoleLogs]}))),r.a.createElement(u.a,{classes:{root:e.textfield},autoFocus:!0,tabIndex:1,type:"text",inputRef:m,value:n,onChange:function(t){s(t.target.value)},onKeyDown:function(e){e.key===i.a.ENTER&&(e.preventDefault(),n.length>0&&(t.bladeburner.postToConsole("> "+n),t.bladeburner.executeConsoleCommands(n),p(t.bladeburner.consoleHistory.length),s("")));const a=t.bladeburner.consoleHistory;if(e.key===i.a.UP_ARROW){let t=h;const n=a.length;if(0===n)return;(t<0||t>n)&&p(n),0!==t&&(t-=1),p(t);const r=a[t];e.currentTarget.value=r,s(r)}if(e.key===i.a.DOWN_ARROW){const t=h,n=a.length;if(0==n)return;if((t<0||t>n)&&p(n),t==n||t==n-1)p(n),e.currentTarget.value="";else{p(h+1);const t=a[h+1];e.currentTarget.value=t,s(t)}}},InputProps:{className:e.input,startAdornment:r.a.createElement(r.a.Fragment,null,r.a.createElement(f.a,null,"> ")),spellCheck:!1}}))}function b({entries:t}){const e=Object(a.useRef)(null);return Object(a.useEffect)(()=>{e.current&&(e.current.scrollTop=e.current.scrollHeight)},[t.length]),r.a.createElement(s.a,{sx:{height:"100%",overflow:"auto",p:1},ref:e},t&&t.map((t,e)=>r.a.createElement(p,{key:e,content:t})))}},function(t,e,n){"use strict";n.d(e,"a",(function(){return h}));var a=n(0),r=n.n(a),i=n(1233),o=n(1236),s=n(1241),l=n(1246),c=n(1250),f=n(517),u=n(219),m=n(21);function h(t){const[e,n]=r.a.useState(0);return r.a.createElement(r.a.Fragment,null,r.a.createElement(f.a,{variant:"fullWidth",value:e,onChange:function(t,e){n(e)}},r.a.createElement(u.a,{label:"General"}),r.a.createElement(u.a,{label:"Contracts"}),r.a.createElement(u.a,{label:"Operations"}),r.a.createElement(u.a,{label:"BlackOps"}),r.a.createElement(u.a,{label:"Skills"})),r.a.createElement(m.a,{sx:{p:1}},0===e&&r.a.createElement(i.a,{bladeburner:t.bladeburner}),1===e&&r.a.createElement(o.a,{bladeburner:t.bladeburner}),2===e&&r.a.createElement(s.a,{bladeburner:t.bladeburner}),3===e&&r.a.createElement(l.a,{bladeburner:t.bladeburner}),4===e&&r.a.createElement(c.a,{bladeburner:t.bladeburner})))}},function(t,e,n){"use strict";n.d(e,"a",(function(){return o}));var a=n(0),r=n(1234),i=n(3);function o(t){return a.createElement(a.Fragment,null,a.createElement(i.a,null,"These are generic actions that will assist you in your Bladeburner duties."),a.createElement(r.a,{bladeburner:t.bladeburner}))}},function(t,e,n){"use strict";n.d(e,"a",(function(){return s}));var a=n(0),r=n.n(a),i=n(1235),o=n(258);function s(t){const e=[];for(const t of Object.keys(o.a))o.a.hasOwnProperty(t)&&e.push(o.a[t]);return r.a.createElement(r.a.Fragment,null,e.map(e=>r.a.createElement(i.a,{key:e.name,bladeburner:t.bladeburner,action:e})))}},function(t,e,n){"use strict";n.d(e,"a",(function(){return p}));var a=n(0),r=n.n(a),i=n(44),o=n(249),s=n(29),l=n(618),c=n(1),f=n(172),u=n(384),m=n(3),h=n(21),d=n(47);function p(t){const e=Object(a.useState)(!1)[1];const n=t.action.name===t.bladeburner.action.name,p=Math.min(t.bladeburner.actionTimeCurrent+t.bladeburner.actionTimeOverflow,t.bladeburner.actionTimeToComplete),g=function(){switch(t.action.name){case"Training":case"Field Analysis":return 30;case"Diplomacy":case"Hyperbolic Regeneration Chamber":case"Incite Violence":return 60;case"Recruitment":return t.bladeburner.getRecruitmentTime(c.a)}return-1}(),b="Recruitment"===t.action.name?Math.max(0,Math.min(t.bladeburner.getRecruitmentSuccessChance(c.a),1)):-1,y=l.a[t.action.name];if(void 0===y)throw new Error("Cannot find data for "+t.action.name);return r.a.createElement(d.a,{sx:{my:1,p:1}},n?r.a.createElement(r.a.Fragment,null,r.a.createElement(f.a,{value:t.action.name}),r.a.createElement(m.a,null,"(IN PROGRESS - ",Object(s.d)(p,0)," /"," ",Object(s.d)(t.bladeburner.actionTimeToComplete,0),")"),r.a.createElement(m.a,null,Object(o.a)({progress:p/t.bladeburner.actionTimeToComplete}))):r.a.createElement(h.a,{display:"flex",flexDirection:"row",alignItems:"center"},r.a.createElement(f.a,{value:t.action.name}),r.a.createElement(u.a,{bladeburner:t.bladeburner,type:i.a[t.action.name],name:t.action.name,rerender:function(){e(t=>!t)}})),r.a.createElement("br",null),r.a.createElement("br",null),r.a.createElement(m.a,null,y.desc),r.a.createElement("br",null),r.a.createElement("br",null),r.a.createElement(m.a,null,"Time Required: ",Object(s.b)(1e3*g),-1!==b&&r.a.createElement(r.a.Fragment,null,r.a.createElement("br",null),"Estimated success chance: ",Object(s.d)(100*b,1),"%")))}},function(t,e,n){"use strict";n.d(e,"a",(function(){return o}));var a=n(0),r=n(1237),i=n(3);function o(t){return a.createElement(a.Fragment,null,a.createElement(i.a,null,"Complete contracts in order to increase your Bladeburner rank and earn money. Failing a contract will cause you to lose HP, which can lead to hospitalization.",a.createElement("br",null),a.createElement("br",null),"You can unlock higher-level contracts by successfully completing them. Higher-level contracts are more difficult, but grant more rank, experience, and money."),a.createElement(r.a,{bladeburner:t.bladeburner}))}},function(t,e,n){"use strict";n.d(e,"a",(function(){return o}));var a=n(0),r=n.n(a),i=n(1238);function o(t){const e=Object.keys(t.bladeburner.contracts),n=t.bladeburner.contracts;return r.a.createElement(r.a.Fragment,null,e.map(e=>r.a.createElement(i.a,{key:e,bladeburner:t.bladeburner,action:n[e]})))}},function(t,e,n){"use strict";n.d(e,"a",(function(){return b}));var a=n(0),r=n.n(a),i=n(44),o=n(249),s=n(29),l=n(636),c=n(1),f=n(484),u=n(172),m=n(646),h=n(649),d=n(384),p=n(3),g=n(47);function b(t){const e=Object(a.useState)(!1)[1];function n(){e(t=>!t)}const b=t.bladeburner.action.type===i.a.Contract&&t.action.name===t.bladeburner.action.name,y=Math.min(t.bladeburner.actionTimeCurrent+t.bladeburner.actionTimeOverflow,t.bladeburner.actionTimeToComplete),E=t.action.getActionTime(t.bladeburner,c.a),v=l.a[t.action.name];if(void 0===v)throw new Error("Cannot find data for "+t.action.name);return r.a.createElement(g.a,{sx:{my:1,p:1}},b?r.a.createElement(r.a.Fragment,null,r.a.createElement(p.a,null,r.a.createElement(u.a,{value:t.action.name})," (IN PROGRESS - ",Object(s.d)(y,0)," /"," ",Object(s.d)(t.bladeburner.actionTimeToComplete,0),")"),r.a.createElement(p.a,null,Object(o.a)({progress:y/t.bladeburner.actionTimeToComplete}))):r.a.createElement(r.a.Fragment,null,r.a.createElement(u.a,{value:t.action.name}),r.a.createElement(d.a,{bladeburner:t.bladeburner,type:i.a.Contract,name:t.action.name,rerender:n})),r.a.createElement("br",null),r.a.createElement("br",null),r.a.createElement(m.a,{action:t.action,bladeburner:t.bladeburner,isActive:b,rerender:n}),r.a.createElement("br",null),r.a.createElement("br",null),r.a.createElement(p.a,null,v.desc,r.a.createElement("br",null),r.a.createElement("br",null),r.a.createElement(f.a,{action:t.action,bladeburner:t.bladeburner}),r.a.createElement("br",null),"Time Required: ",Object(s.b)(1e3*E),r.a.createElement("br",null),"Contracts remaining: ",Math.floor(t.action.count),r.a.createElement("br",null),"Successes: ",t.action.successes,r.a.createElement("br",null),"Failures: ",t.action.failures),r.a.createElement("br",null),r.a.createElement(h.a,{rerender:n,action:t.action}))}},function(t,e,n){"use strict";n.d(e,"a",(function(){return l}));var a=n(0),r=n.n(a),i=n(645),o=n(3),s=n(23);function l(){return r.a.createElement(s.a,{title:r.a.createElement(o.a,null,"This action involves stealth")},i.b)}},function(t,e,n){"use strict";n.d(e,"a",(function(){return l}));var a=n(0),r=n.n(a),i=n(645),o=n(3),s=n(23);function l(){return r.a.createElement(s.a,{title:r.a.createElement(o.a,null,"This action involves retirement")},i.a)}},function(t,e,n){"use strict";n.d(e,"a",(function(){return o}));var a=n(0),r=n(1242),i=n(3);function o(t){return a.createElement(a.Fragment,null,a.createElement(i.a,null,"Carry out operations for the Bladeburner division. Failing an operation will reduce your Bladeburner rank. It will also cause you to lose HP, which can lead to hospitalization. In general, operations are harder and more punishing than contracts, but are also more rewarding.",a.createElement("br",null),a.createElement("br",null),"Operations can affect the chaos level and Synthoid population of your current city. The exact effects vary between different Operations.",a.createElement("br",null),a.createElement("br",null),"For operations, you can use a team. You must first recruit team members. Having a larger team will improve your chances of success.",a.createElement("br",null),a.createElement("br",null),"You can unlock higher-level operations by successfully completing them. Higher-level operations are more difficult, but grant more rank and experience."),a.createElement(r.a,{bladeburner:t.bladeburner}))}},function(t,e,n){"use strict";n.d(e,"a",(function(){return o}));var a=n(0),r=n.n(a),i=n(1243);function o(t){const e=Object.keys(t.bladeburner.operations),n=t.bladeburner.operations;return r.a.createElement(r.a.Fragment,null,e.map(e=>r.a.createElement(i.a,{key:e,bladeburner:t.bladeburner,action:n[e]})))}},function(t,e,n){"use strict";n.d(e,"a",(function(){return y}));var a=n(0),r=n.n(a),i=n(44),o=n(249),s=n(29),l=n(484),c=n(646),f=n(649),u=n(384),m=n(650),h=n(1245),d=n(1),p=n(172),g=n(3),b=n(47);function y(t){const e=Object(a.useState)(!1)[1];function n(){e(t=>!t)}const y=t.bladeburner.action.type===i.a.Operation&&t.action.name===t.bladeburner.action.name,E=Math.min(t.bladeburner.actionTimeCurrent+t.bladeburner.actionTimeOverflow,t.bladeburner.actionTimeToComplete),v=t.action.getActionTime(t.bladeburner,d.a),k=h.a[t.action.name];if(void 0===k)throw new Error("Cannot find data for "+t.action.name);return r.a.createElement(b.a,{sx:{my:1,p:1}},y?r.a.createElement(r.a.Fragment,null,r.a.createElement(g.a,null,r.a.createElement(p.a,{value:t.action.name})," (IN PROGRESS - ",Object(s.d)(E,0)," /"," ",Object(s.d)(t.bladeburner.actionTimeToComplete,0),")"),r.a.createElement(g.a,null,Object(o.a)({progress:E/t.bladeburner.actionTimeToComplete}))):r.a.createElement(r.a.Fragment,null,r.a.createElement(p.a,{value:t.action.name}),r.a.createElement(u.a,{bladeburner:t.bladeburner,type:i.a.Operation,name:t.action.name,rerender:n}),r.a.createElement(m.a,{action:t.action,bladeburner:t.bladeburner})),r.a.createElement("br",null),r.a.createElement("br",null),r.a.createElement(c.a,{action:t.action,bladeburner:t.bladeburner,isActive:y,rerender:n}),r.a.createElement("br",null),r.a.createElement("br",null),r.a.createElement(g.a,null,k.desc,r.a.createElement("br",null),r.a.createElement("br",null),r.a.createElement(l.a,{action:t.action,bladeburner:t.bladeburner}),r.a.createElement("br",null),"Time Required: ",Object(s.b)(1e3*v),r.a.createElement("br",null),"Operations remaining: ",Math.floor(t.action.count),r.a.createElement("br",null),"Successes: ",t.action.successes,r.a.createElement("br",null),"Failures: ",t.action.failures),r.a.createElement("br",null),r.a.createElement(f.a,{rerender:n,action:t.action}))}},function(t,e,n){"use strict";n.d(e,"a",(function(){return f}));var a=n(0),r=n.n(a),i=n(19),o=n(40),s=n(3),l=n(10),c=n(87);function f(t){const[e,n]=Object(a.useState)();return r.a.createElement(o.a,{open:t.open,onClose:t.onClose},r.a.createElement(s.a,null,"Enter the amount of team members you would like to take on this Op. If you do not have the specified number of team members, then as many as possible will be used. Note that team members may be lost during operations."),r.a.createElement(c.a,{autoFocus:!0,type:"number",placeholder:"Team size",value:e,onChange:function(e){const a=parseFloat(e.target.value);a>t.bladeburner.teamSize?n(t.bladeburner.teamSize):n(a)}}),r.a.createElement(l.a,{sx:{mx:2},onClick:function(){if(void 0===e)return;const n=Math.round(e);isNaN(n)||n<0?Object(i.a)("Invalid value entered for number of Team Members (must be numeric, positive)"):t.action.teamCount=n,t.onClose()}},"Confirm"))}},function(t,e,n){"use strict";n.d(e,"a",(function(){return i}));var a=n(0),r=n.n(a);const i={Investigation:{desc:r.a.createElement(r.a.Fragment,null,"As a field agent, investigate and identify Synthoid populations, movements, and operations.",r.a.createElement("br",null),r.a.createElement("br",null),"Successful Investigation ops will increase the accuracy of your synthoid data.",r.a.createElement("br",null),r.a.createElement("br",null),"You will NOT lose HP from failed Investigation ops.")},"Undercover Operation":{desc:r.a.createElement(r.a.Fragment,null,"Conduct undercover operations to identify hidden and underground Synthoid communities and organizations.",r.a.createElement("br",null),r.a.createElement("br",null),"Successful Undercover ops will increase the accuracy of your synthoid data.")},"Sting Operation":{desc:r.a.createElement(r.a.Fragment,null,"Conduct a sting operation to bait and capture particularly notorious Synthoid criminals.")},Raid:{desc:r.a.createElement(r.a.Fragment,null,"Lead an assault on a known Synthoid community. Note that there must be an existing Synthoid community in your current city in order for this Operation to be successful.")},"Stealth Retirement Operation":{desc:r.a.createElement(r.a.Fragment,null,"Lead a covert operation to retire Synthoids. The objective is to complete the task without drawing any attention. Stealth and discretion are key.")},Assassination:{desc:r.a.createElement(r.a.Fragment,null,"Assassinate Synthoids that have been identified as important, high-profile social and political leaders in the Synthoid communities.")}}},function(t,e,n){"use strict";n.d(e,"a",(function(){return u}));var a=n(0),r=n(1247),i=n(3),o=n(5),s=n(22),l=n(61),c=n(10),f=n(385);function u(t){return a.createElement(a.Fragment,null,a.createElement(i.a,null,"Black Operations (Black Ops) are special, one-time covert operations. Each Black Op must be unlocked successively by completing the one before it.",a.createElement("br",null),a.createElement("br",null),a.createElement("b",null,"Your ultimate goal to climb through the ranks of ",o.a.Bladeburners," is to complete all of the Black Ops."),a.createElement("br",null),a.createElement("br",null),"Like normal operations, you may use a team for Black Ops. Failing a black op will incur heavy HP and rank losses."),t.bladeburner.blackops[l.a.OperationDaedalus]?a.createElement(c.a,{sx:{my:1,p:1},onClick:()=>s.b.toBitVerse(!1,!1)},a.createElement(f.a,{content:"Destroy w0rld_d34mon"})):a.createElement(r.a,{bladeburner:t.bladeburner}))}},function(t,e,n){"use strict";n.d(e,"a",(function(){return s}));var a=n(0),r=n.n(a),i=n(274),o=n(1248);function s(t){let e=[];for(const t of Object.keys(i.a))i.a.hasOwnProperty(t)&&e.push(i.a[t]);return e.sort((function(t,e){return t.reqdRank-e.reqdRank})),e=e.filter((n,a)=>!(null==t.bladeburner.blackops[e[a].name]&&0!==a&&null==t.bladeburner.blackops[e[a-1].name])),e=e.reverse(),r.a.createElement(r.a.Fragment,null,e.map(e=>r.a.createElement(o.a,{key:e.name,bladeburner:t.bladeburner,action:e})))}},function(t,e,n){"use strict";n.d(e,"a",(function(){return g}));var a=n(0),r=n.n(a),i=n(29),o=n(44),s=n(249),l=n(650),c=n(1249),f=n(1),u=n(172),m=n(484),h=n(384),d=n(3),p=n(47);function g(t){const e=Object(a.useState)(!1)[1];if(null!=t.bladeburner.blackops[t.action.name])return r.a.createElement(p.a,{sx:{my:1,p:1}},r.a.createElement(d.a,null,t.action.name," (COMPLETED)"));const n=t.bladeburner.action.type===o.a.BlackOperation&&t.action.name===t.bladeburner.action.name,g=t.action.getActionTime(t.bladeburner,f.a),b=t.bladeburner.rank>=t.action.reqdRank,y=Math.min(t.bladeburner.actionTimeCurrent+t.bladeburner.actionTimeOverflow,t.bladeburner.actionTimeToComplete),E=c.a[t.action.name];if(void 0===E)throw new Error("Cannot find data for "+t.action.name);return r.a.createElement(p.a,{sx:{my:1,p:1}},n?r.a.createElement(r.a.Fragment,null,r.a.createElement(r.a.Fragment,null,r.a.createElement(u.a,{value:t.action.name}),r.a.createElement(d.a,null,"(IN PROGRESS - ",Object(i.d)(y,0)," /"," ",Object(i.d)(t.bladeburner.actionTimeToComplete,0),")"),r.a.createElement(d.a,null,Object(s.a)({progress:y/t.bladeburner.actionTimeToComplete})))):r.a.createElement(r.a.Fragment,null,r.a.createElement(u.a,{value:t.action.name}),r.a.createElement(h.a,{bladeburner:t.bladeburner,type:o.a.BlackOperation,name:t.action.name,rerender:function(){e(t=>!t)}}),r.a.createElement(l.a,{action:t.action,bladeburner:t.bladeburner})),r.a.createElement("br",null),r.a.createElement("br",null),r.a.createElement(d.a,null,E.desc),r.a.createElement("br",null),r.a.createElement("br",null),r.a.createElement(d.a,{color:b?"primary":"error"},"Required Rank: ",Object(i.d)(t.action.reqdRank,0)),r.a.createElement("br",null),r.a.createElement(d.a,null,r.a.createElement(m.a,{action:t.action,bladeburner:t.bladeburner}),r.a.createElement("br",null),"Time Required: ",Object(i.b)(1e3*g)))}},function(t,e,n){"use strict";n.d(e,"a",(function(){return l}));var a=n(0),r=n.n(a),i=n(5),o=n(17),s=n(61);const l={[s.a.OperationTyphoon]:{desc:r.a.createElement(r.a.Fragment,null,"Obadiah Zenyatta is the leader of a RedWater PMC. It has long been known among the intelligence community that Zenyatta, along with the rest of the PMC, is a Synthoid.",r.a.createElement("br",null),r.a.createElement("br",null),"The goal of ",s.a.OperationTyphoon," is to find and eliminate Zenyatta and RedWater by any means necessary. After the task is completed, the actions must be covered up from the general public.")},[s.a.OperationZero]:{desc:r.a.createElement(r.a.Fragment,null,"AeroCorp is one of the world's largest defense contractors. Its leader, Steve Watataki, is thought to be a supporter of Synthoid rights. He must be removed.",r.a.createElement("br",null),r.a.createElement("br",null),"The goal of ",s.a.OperationZero," is to covertly infiltrate AeroCorp and uncover any incriminating evidence or information against Watataki that will cause him to be removed from his position at AeroCorp. Incriminating evidence can be fabricated as a last resort. Be warned that AeroCorp has some of the most advanced security measures in the world.")},[s.a.OperationX]:{desc:r.a.createElement(r.a.Fragment,null,"We have recently discovered an underground publication group called Samizdat. Even though most of their publications are nonsensical conspiracy theories, the average human is gullible enough to believe them. Many of their works discuss Synthoids and pose a threat to society. The publications are spreading rapidly in China and other Eastern countries.",r.a.createElement("br",null),r.a.createElement("br",null),"Samizdat has done a good job of keeping hidden and anonymous. However, we've just received intelligence that their base of operations is in ",o.a.Ishima,"'s underground sewer systems. Your task is to investigate the sewer systems, and eliminate Samizdat. They must never publish anything again.")},[s.a.OperationTitan]:{desc:r.a.createElement(r.a.Fragment,null,"Several months ago Titan Laboratories' Bioengineering department was infiltrated by Synthoids. As far as we know, Titan Laboratories' management has no knowledge about this. We don't know what the Synthoids are up to, but the research that they could be conducting using Titan Laboratories' vast resources is potentially very dangerous.",r.a.createElement("br",null),r.a.createElement("br",null),"Your goal is to enter and destroy the Bioengineering department's facility in ",o.a.Aevum,". The task is not just to retire the Synthoids there, but also to destroy any information or research at the facility that is relevant to the Synthoids and their goals.")},[s.a.OperationAres]:{desc:r.a.createElement(r.a.Fragment,null,"One of our undercover agents, Agent Carter, has informed us of a massive weapons deal going down in Dubai between rogue Russian militants and a radical Synthoid community. These weapons are next-gen plasma and energy weapons. It is critical for the safety of humanity that this deal does not happen.",r.a.createElement("br",null),r.a.createElement("br",null),"Your task is to intercept the deal. Leave no survivors.")},[s.a.OperationArchangel]:{desc:r.a.createElement(r.a.Fragment,null,"Our analysts have discovered that the popular Red Rabbit brothel in Amsterdam is run and 'staffed' by MK-VI Synthoids. Intelligence suggests that the profit from this brothel is used to fund a large black market arms trafficking operation.",r.a.createElement("br",null),r.a.createElement("br",null),"The goal of this operation is to take out the leaders that are running the Red Rabbit brothel. Try to limit the number of other casualties, but do what you must to complete the mission.")},[s.a.OperationJuggernaut]:{desc:r.a.createElement(r.a.Fragment,null,"The CIA has just encountered a new security threat. A new criminal group, lead by a shadowy operative who calls himself Juggernaut, has been smuggling drugs and weapons (including suspected bioweapons) into"," ",o.a.Sector12,". We also have reason to believe they tried to break into one of Universal Energy's facilities in order to cause a city-wide blackout. The CIA suspects that Juggernaut is a heavily-augmented Synthoid, and have thus enlisted our help.",r.a.createElement("br",null),r.a.createElement("br",null),"Your mission is to eradicate Juggernaut and his followers.")},[s.a.OperationRedDragon]:{desc:r.a.createElement(r.a.Fragment,null,"The ",i.a.Tetrads," criminal organization is suspected of reverse-engineering the MK-VI Synthoid design. We believe they altered and possibly improved the design and began manufacturing their own Synthoid models in order to bolster their criminal activities.",r.a.createElement("br",null),r.a.createElement("br",null),"Your task is to infiltrate and destroy the ",i.a.Tetrads,"' base of operations in Los Angeles. Intelligence tells us that their base houses one of their Synthoid manufacturing units.")},[s.a.OperationK]:{desc:r.a.createElement(r.a.Fragment,null,"CODE RED SITUATION. Our intelligence tells us that VitaLife has discovered a new android cloning technology. This technology is supposedly capable of cloning Synthoids, not only physically but also their advanced AI modules. We do not believe that VitaLife is trying to use this technology illegally or maliciously, but if any Synthoids were able to infiltrate the corporation and take advantage of this technology then the results would be catastrophic.",r.a.createElement("br",null),r.a.createElement("br",null),"We do not have the power or jurisdiction to shut this down through legal or political means, so we must resort to a covert operation. Your goal is to destroy this technology and eliminate anyone who was involved in its creation.")},[s.a.OperationDeckard]:{desc:r.a.createElement(r.a.Fragment,null,"Despite your success in eliminating VitaLife's new android-replicating technology in"," ",s.a.OperationK,", we've discovered that a small group of MK-VI Synthoids were able to make off with the schematics and design of the technology before the Operation. It is almost a certainty that these Synthoids are some of the rogue MK-VI ones from the Synthoid Uprising.",r.a.createElement("br",null),r.a.createElement("br",null),"The goal of ",s.a.OperationDeckard," is to hunt down these Synthoids and retire them. I don't need to tell you how critical this mission is.")},[s.a.OperationTyrell]:{desc:r.a.createElement(r.a.Fragment,null,"A week ago ",i.a.BladeIndustries," reported a small break-in at one of their ",o.a.Aevum," ","Augmentation storage facilities. We figured out that ",i.a.TheDarkArmy," was behind the heist, and didn't think any more of it. However, we've just discovered that several known MK-VI Synthoids were part of that break-in group.",r.a.createElement("br",null),r.a.createElement("br",null),"We cannot have Synthoids upgrading their already-enhanced abilities with Augmentations. Your task is to hunt down associated ",i.a.TheDarkArmy," members and eliminate them.")},[s.a.OperationWallace]:{desc:r.a.createElement(r.a.Fragment,null,"Based on information gathered from ",s.a.OperationTyrell,", we've discovered that"," ",i.a.TheDarkArmy," was well aware that there were Synthoids amongst their ranks. Even worse, we believe that ",i.a.TheDarkArmy," is working together with other criminal organizations such as"," ",i.a.TheSyndicate," and that they are planning some sort of large-scale takeover of multiple major cities, most notably ",o.a.Aevum,". We suspect that Synthoids have infiltrated the ranks of these criminal factions and are trying to stage another Synthoid uprising.",r.a.createElement("br",null),r.a.createElement("br",null),"The best way to deal with this is to prevent it before it even happens. The goal of"," ",s.a.OperationWallace," is to destroy ",i.a.TheDarkArmy," and Syndicate factions in"," ",o.a.Aevum," immediately. Leave no survivors.")},[s.a.OperationShoulderOfOrion]:{desc:r.a.createElement(r.a.Fragment,null,"China's Solaris Space Systems is secretly launching the first manned spacecraft in over a decade using Synthoids. We believe China is trying to establish the first off-world colonies.",r.a.createElement("br",null),r.a.createElement("br",null),"The mission is to prevent this launch without instigating an international conflict. When you accept this mission you will be officially disavowed by the NSA and the national government until after you successfully return. In the event of failure, all of the operation's team members must not let themselves be captured alive.")},[s.a.OperationHyron]:{desc:r.a.createElement(r.a.Fragment,null,"Our intelligence tells us that ",i.a.FulcrumSecretTechnologies," is developing a quantum supercomputer using human brains as core processors. This supercomputer is rumored to be able to store vast amounts of data and perform computations unmatched by any other supercomputer on the planet. But more importantly, the use of organic human brains means that the supercomputer may be able to reason abstractly and become self-aware.",r.a.createElement("br",null),r.a.createElement("br",null),"I do not need to remind you why sentient-level AIs pose a serious threat to all of mankind.",r.a.createElement("br",null),r.a.createElement("br",null),"The research for this project is being conducted at one of ",i.a.FulcrumSecretTechnologies," secret facilities in ",o.a.Aevum,", codenamed 'Alpha Ranch'. Infiltrate the compound, delete and destroy the work, and then find and kill the project lead.")},[s.a.OperationMorpheus]:{desc:r.a.createElement(r.a.Fragment,null,"DreamSense Technologies is an advertising company that uses special technology to transmit their ads into the people's dreams and subconscious. They do this using broadcast transmitter towers. Based on information from our agents and informants in ",o.a.Chongqing,", we have reason to believe that one of the broadcast towers there has been compromised by Synthoids and is being used to spread pro-Synthoid propaganda.",r.a.createElement("br",null),r.a.createElement("br",null),"The mission is to destroy this broadcast tower. Speed and stealth are of the utmost importance for this.")},[s.a.OperationIonStorm]:{desc:r.a.createElement(r.a.Fragment,null,"Our analysts have uncovered a gathering of MK-VI Synthoids that have taken up residence in the"," ",o.a.Sector12," Slums. We don't know if they are rogue Synthoids from the Uprising, but we do know that they have been stockpiling weapons, money, and other resources. This makes them dangerous.",r.a.createElement("br",null),r.a.createElement("br",null),"This is a full-scale assault operation to find and retire all of these Synthoids in the ",o.a.Sector12," ","Slums.")},[s.a.OperationAnnihilus]:{desc:r.a.createElement(r.a.Fragment,null,"Our superiors have ordered us to eradicate everything and everyone in an underground facility located in"," ",o.a.Aevum,". They tell us that the facility houses many dangerous Synthoids and belongs to a terrorist organization called '",i.a.TheCovenant,"'. We have no prior intelligence about this organization, so you are going in blind.")},[s.a.OperationUltron]:{desc:r.a.createElement(r.a.Fragment,null,i.a.OmniTekIncorporated,", the original designer and manufacturer of Synthoids, has notified us of a malfunction in their AI design. This malfunction, when triggered, causes MK-VI Synthoids to become radicalized and seek out the destruction of humanity. They say that this bug affects all MK-VI Synthoids, not just the rogue ones from the Uprising.",r.a.createElement("br",null),r.a.createElement("br",null),i.a.OmniTekIncorporated," has also told us they believe someone has triggered this malfunction in a large group of MK-VI Synthoids, and that these newly-radicalized Synthoids are now amassing in"," ",o.a.Volhaven," to form a terrorist group called Ultron.",r.a.createElement("br",null),r.a.createElement("br",null),"Intelligence suggests Ultron is heavily armed and that their members are augmented. We believe Ultron is making moves to take control of and weaponize DeltaOne's Tactical High-Energy Satellite Laser Array (THESLA).",r.a.createElement("br",null),r.a.createElement("br",null),"Your task is to find and destroy Ultron.")},[s.a.OperationCenturion]:{desc:r.a.createElement(r.a.Fragment,null,"D)@#)($M)C0293c40($*)@#D0JUMP3Rm0C<*@#)*$)#02c94830c(#$*D)",r.a.createElement("br",null),r.a.createElement("br",null),"Throughout all of humanity's history, we have relied on technology to survive, conquer, and progress. Its advancement became our primary goal. And at the peak of human civilization technology turned into power. Global, absolute power.",r.a.createElement("br",null),r.a.createElement("br",null),"It seems that the universe is not without a sense of irony.",r.a.createElement("br",null),r.a.createElement("br",null),"D)@#)($M)C0293c40($*)@#D0JUMP3Rm0C<*@#)*$)#02c94830c(#$*D)")},[s.a.OperationVindictus]:{desc:r.a.createElement(r.a.Fragment,null,"D)@#)($M)C0293c40($*)@#D0JUMP3Rm0C<*@#)*$)#02c94830c(#$*D)",r.a.createElement("br",null),r.a.createElement("br",null),"The bits are all around us. The daemons that hold the Node together can manifest themselves in many different ways.",r.a.createElement("br",null),r.a.createElement("br",null),"D)@#)($M)C0293c40($*)@#D0JUMP3Rm0C<*@#)*$)#02c94830c(#$*D)")},[s.a.OperationDaedalus]:{desc:r.a.createElement(r.a.Fragment,null," Yesterday we obeyed kings and bent our neck to emperors. Today we kneel only to truth.")}}},function(t,e,n){"use strict";n.d(e,"a",(function(){return c}));var a=n(0),r=n.n(a),i=n(1251),o=n(63),s=n(29),l=n(3);function c(t){const e=Object(a.useState)(!1)[1],n=t.bladeburner.skillMultipliers;function c(t){return void 0!==t&&1!==t}return r.a.createElement(r.a.Fragment,null,r.a.createElement(l.a,null,r.a.createElement("strong",null,"Skill Points: ",Object(s.d)(t.bladeburner.skillPoints,0))),r.a.createElement(l.a,null,"You will gain one skill point every ",o.a.RanksPerSkillPoint," ranks.",r.a.createElement("br",null),"Note that when upgrading a skill, the benefit for that skill is additive. However, the effects of different skills with each other is multiplicative."),c(n.successChanceAll)&&r.a.createElement(l.a,null,"Total Success Chance: x",Object(s.d)(n.successChanceAll,3)),c(n.successChanceStealth)&&r.a.createElement(l.a,null,"Stealth Success Chance: x",Object(s.d)(n.successChanceStealth,3)),c(n.successChanceKill)&&r.a.createElement(l.a,null,"Retirement Success Chance: x",Object(s.d)(n.successChanceKill,3)),c(n.successChanceContract)&&r.a.createElement(l.a,null,"Contract Success Chance: x",Object(s.d)(n.successChanceContract,3)),c(n.successChanceOperation)&&r.a.createElement(l.a,null,"Operation Success Chance: x",Object(s.d)(n.successChanceOperation,3)),c(n.successChanceEstimate)&&r.a.createElement(l.a,null,"Synthoid Data Estimate: x",Object(s.d)(n.successChanceEstimate,3)),c(n.actionTime)&&r.a.createElement(l.a,null,"Action Time: x",Object(s.d)(n.actionTime,3)),c(n.effHack)&&r.a.createElement(l.a,null,"Hacking Skill: x",Object(s.d)(n.effHack,3)),c(n.effStr)&&r.a.createElement(l.a,null,"Strength: x",Object(s.d)(n.effStr,3)),c(n.effDef)&&r.a.createElement(l.a,null,"Defense: x",Object(s.d)(n.effDef,3)),c(n.effDex)&&r.a.createElement(l.a,null,"Dexterity: x",Object(s.d)(n.effDex,3)),c(n.effAgi)&&r.a.createElement(l.a,null,"Agility: x",Object(s.d)(n.effAgi,3)),c(n.effCha)&&r.a.createElement(l.a,null,"Charisma: x",Object(s.d)(n.effCha,3)),c(n.effInt)&&r.a.createElement(l.a,null,"Intelligence: x",Object(s.d)(n.effInt,3)),c(n.stamina)&&r.a.createElement(l.a,null,"Stamina: x",Object(s.d)(n.stamina,3)),c(n.money)&&r.a.createElement(l.a,null,"Contract Money: x",Object(s.d)(n.money,3)),c(n.expGain)&&r.a.createElement(l.a,null,"Exp Gain: x",Object(s.d)(n.expGain,3)),r.a.createElement(i.a,{bladeburner:t.bladeburner,onUpgrade:()=>e(t=>!t)}))}},function(t,e,n){"use strict";n.d(e,"a",(function(){return o}));var a=n(0),r=n(1252),i=n(230);function o(t){return a.createElement(a.Fragment,null,Object.keys(i.a).map(e=>a.createElement(r.a,{key:e,bladeburner:t.bladeburner,skill:i.a[e],onUpgrade:t.onUpgrade})))}},function(t,e,n){"use strict";n.d(e,"a",(function(){return p}));var a=n(0),r=n.n(a),i=n(172),o=n(29),s=n(3),l=n(112),c=n(21),f=n(47),u=n(644),m=n.n(u),h=n(550),d=n.n(h);function p(t){const e=t.skill.name;let n=0;t.bladeburner.skills[e]&&!isNaN(t.bladeburner.skills[e])&&(n=t.bladeburner.skills[e]);const a=t.skill.calculateCost(n),u=t.bladeburner.skillPoints>=a,h=!!t.skill.maxLvl&&n>=t.skill.maxLvl;return r.a.createElement(f.a,{sx:{my:1,p:1}},r.a.createElement(c.a,{display:"flex",flexDirection:"row",alignItems:"center"},r.a.createElement(i.a,{variant:"h6",color:"primary",value:t.skill.name}),!u||h?r.a.createElement(l.a,{disabled:!0},r.a.createElement(d.a,null)):r.a.createElement(l.a,{onClick:function(){t.bladeburner.skillPoints{const t=setInterval(()=>m(t=>!t),200);return()=>clearInterval(t)},[]),r.a.createElement(c.a.Gang.Provider,{value:t},r.a.createElement(f.a,{variant:"fullWidth",value:e,onChange:function(t,e){n(e)},sx:{minWidth:"fit-content",maxWidth:"45%"}},r.a.createElement(u.a,{label:"Management"}),r.a.createElement(u.a,{label:"Equipment"}),r.a.createElement(u.a,{label:"Territory"})),0===e&&r.a.createElement(i.a,null),1===e&&r.a.createElement(s.a,null),2===e&&r.a.createElement(o.a,null))}},function(t,e,n){"use strict";n.d(e,"a",(function(){return c}));var a=n(0),r=n.n(a),i=n(1255),o=n(1257),s=n(147),l=n(3);function c(){const t=Object(s.b)();return r.a.createElement(r.a.Fragment,null,r.a.createElement(l.a,null,"This page is used to manage your gang members and get an overview of your gang's stats.",r.a.createElement("br",null),r.a.createElement("br",null),"If a gang member is not earning much money or respect, the task that you have assigned to that member might be too difficult. Consider training that member's stats or choosing an easier task. The tasks closer to the top of the dropdown list are generally easier. Alternatively, the gang member's low production might be due to the fact that your wanted level is too high. Consider assigning a few members to the '",t.isHackingGang?"Ethical Hacking":"Vigilante Justice","' task to lower your wanted level.",r.a.createElement("br",null),r.a.createElement("br",null),"Installing Augmentations does NOT reset your progress with your Gang. Furthermore, after installing Augmentations, you will automatically be a member of whatever Faction you created your gang with.",r.a.createElement("br",null),r.a.createElement("br",null),"You can also manage your gang programmatically through Netscript using the Gang API"),r.a.createElement("br",null),r.a.createElement(i.a,null),r.a.createElement("br",null),r.a.createElement(o.a,null))}},function(t,e,n){"use strict";n.d(e,"a",(function(){return g}));var a=n(0),r=n.n(a),i=n(30),o=n(29),s=n(7),l=n(115),c=n(144),f=n(81),u=n(1256),m=n(147),h=n(3),d=n(23),p=n(21);function g(){const t=Object(m.b)(),e=100*f.a[t.facName].territory;let n;return n=e<=0?Object(o.d)(0,2):e>=100?Object(o.d)(100,2):Object(o.d)(e,2),r.a.createElement(r.a.Fragment,null,r.a.createElement(p.a,{display:"flex"},r.a.createElement(d.a,{title:r.a.createElement(h.a,null,"Represents the amount of respect your gang has from other gangs and criminal organizations. Your respect affects the amount of money your gang members will earn, and also determines how much reputation you are earning with your gang's corresponding Faction.")},r.a.createElement(h.a,null,"Respect: ",s.a.formatRespect(t.respect)," (",s.a.formatRespect(5*t.respectGainRate)," / sec)"))),r.a.createElement(p.a,{display:"flex"},r.a.createElement(d.a,{title:r.a.createElement(h.a,null,"Represents how much the gang is wanted by law enforcement. The higher your gang's wanted level, the harder it will be for your gang members to make money and earn respect. Note that the minimum wanted level is 1.")},r.a.createElement(h.a,null,"Wanted Level: ",s.a.formatWanted(t.wanted)," (",s.a.formatWanted(5*t.wantedGainRate)," / sec)"))),r.a.createElement(p.a,{display:"flex"},r.a.createElement(d.a,{title:r.a.createElement(h.a,null,"Penalty for respect and money gain rates due to Wanted Level")},r.a.createElement(h.a,null,"Wanted Level Penalty: -",Object(o.d)(100*(1-t.getWantedPenalty()),2),"%"))),r.a.createElement(h.a,null,"Money gain rate: ",r.a.createElement(l.a,{money:5*t.moneyGainRate})),r.a.createElement(p.a,{display:"flex"},r.a.createElement(d.a,{title:r.a.createElement(h.a,null,"The percentage of total territory your Gang controls")},r.a.createElement(h.a,null,"Territory: ",n,"%"))),r.a.createElement(h.a,null,"Faction reputation: ",r.a.createElement(c.a,{reputation:i.a[t.facName].playerReputation})),r.a.createElement(u.a,{gang:t}))}},function(t,e,n){"use strict";n.d(e,"a",(function(){return c}));var a=n(0),r=n(15),i=n(29),o=n(3),s=n(23),l=n(21);function c(t){const e=1e3/r.a._idleSpeed;if(t.gang.storedCycles/e*1e3<=5e3)return a.createElement(a.Fragment,null);const n=t.gang.storedCycles/e*1e3;return a.createElement(l.a,{display:"flex"},a.createElement(s.a,{title:a.createElement(o.a,null,"You gain bonus time while offline or when the game is inactive (e.g. when the tab is throttled by the browser). Bonus time makes the Gang mechanic progress faster, up to 5x the normal speed.")},a.createElement(o.a,null,"Bonus time: ",Object(i.b)(n))))}},function(t,e,n){"use strict";n.d(e,"a",(function(){return h}));var a=n(0),r=n.n(a),i=n(1258),o=n(1269),s=n(147),l=n(87),c=n(21),f=n(357),u=n.n(f),m=n(135);function h(){const t=Object(s.b)(),e=Object(a.useState)(!1)[1],[n,f]=Object(a.useState)(""),[h,d]=Object(a.useState)(!1),p=t.members.filter(t=>t&&t.name.toLowerCase().includes(n)).filter(t=>!h||t.canAscend());return r.a.createElement(r.a.Fragment,null,r.a.createElement(o.a,{onRecruit:()=>e(t=>!t)}),r.a.createElement(l.a,{value:n,onChange:t=>{f(t.target.value.toLowerCase())},autoFocus:!0,InputProps:{startAdornment:r.a.createElement(u.a,null),spellCheck:!1},placeholder:"Filter by member name",sx:{m:1,width:"15%"}}),r.a.createElement(m.a,{checked:h,onChange:t=>d(t),text:"Show only ascendable",tooltip:r.a.createElement(r.a.Fragment,null,"Filter the members list by whether or not the member can be ascended.")}),r.a.createElement(c.a,{display:"grid",sx:{gridTemplateColumns:"repeat(2, 1fr)"}},p.map(t=>r.a.createElement(i.a,{key:t.name,member:t}))))}},function(t,e,n){"use strict";n.d(e,"a",(function(){return c}));var a=n(0),r=n.n(a),i=n(1259),o=n(21),s=n(113),l=n(47);function c(t){return r.a.createElement(o.a,{component:l.a,sx:{width:"auto"}},r.a.createElement(o.a,{sx:{m:1}},r.a.createElement(s.a,{primary:r.a.createElement("b",null,t.member.name)}),r.a.createElement(i.a,{member:t.member})))}},function(t,e,n){"use strict";n.d(e,"a",(function(){return d}));var a=n(0),r=n.n(a),i=n(1260),o=n(1266),s=n(1268),l=n(1518),c=n(10),f=n(3),u=n(310),m=n.n(u),h=n(486);function d(t){const e=Object(a.useState)(!1)[1],[n,u]=Object(a.useState)(!1),[d,p]=Object(a.useState)(!1);return r.a.createElement(r.a.Fragment,null,t.member.canAscend()&&r.a.createElement(l.a,{sx:{display:"flex",justifyContent:"space-between",my:1}},r.a.createElement(c.a,{onClick:()=>p(!0),style:{flexGrow:1,borderRightWidth:0}},"Ascend"),r.a.createElement(s.a,{open:d,onClose:()=>p(!1),member:t.member,onAscend:()=>e(t=>!t)}),r.a.createElement(c.a,{onClick:()=>u(!0),style:{width:"fit-content",borderLeftWidth:0}},r.a.createElement(m.a,null)),r.a.createElement(h.a,{open:n,onClose:()=>u(!1)},r.a.createElement(f.a,null,"Ascending a Gang Member resets the member's progress and stats in exchange for a permanent boost to their stat multipliers.",r.a.createElement("br",null),r.a.createElement("br",null),"The additional stat multiplier that the Gang Member gains upon ascension is based on the amount of exp they have.",r.a.createElement("br",null),r.a.createElement("br",null),"Upon ascension, the member will lose all of its non-Augmentation Equipment and your gang will lose respect equal to the total respect earned by the member."))),r.a.createElement(l.a,{display:"grid",sx:{gridTemplateColumns:"1fr 1fr",width:"100%",gap:1}},r.a.createElement(i.a,{member:t.member}),r.a.createElement(o.a,{onTaskChange:()=>e(t=>!t),member:t.member})))}},function(t,e,n){"use strict";n.d(e,"a",(function(){return b}));var a=n(0),r=n.n(a),i=n(147),o=n(3),s=n(23),l=n(160),c=n(161),f=n(50),u=n(32),m=n(7),h=n(6),d=n(115),p=n(73),g=n(311);function b(t){const e=Object(g.b)(),n={hack:t.member.calculateAscensionMult(t.member.hack_asc_points),str:t.member.calculateAscensionMult(t.member.str_asc_points),def:t.member.calculateAscensionMult(t.member.def_asc_points),dex:t.member.calculateAscensionMult(t.member.dex_asc_points),agi:t.member.calculateAscensionMult(t.member.agi_asc_points),cha:t.member.calculateAscensionMult(t.member.cha_asc_points)},a=Object(i.b)(),b=[["Money:",r.a.createElement(d.a,{money:5*t.member.calculateMoneyGain(a)})],["Respect:",m.a.formatRespect(5*t.member.calculateRespectGain(a))+" / sec"],["Wanted Level:",m.a.formatWanted(5*t.member.calculateWantedLevelGain(a))+" / sec"],["Total Respect:",""+m.a.formatRespect(t.member.earnedRespect)]];return r.a.createElement(r.a.Fragment,null,r.a.createElement(s.a,{title:r.a.createElement(o.a,null,"Hk: x",m.a.formatMultiplier(t.member.hack_mult*n.hack),"(x",m.a.formatMultiplier(t.member.hack_mult)," Eq, x",m.a.formatMultiplier(n.hack)," ","Asc)",r.a.createElement("br",null),"St: x",m.a.formatMultiplier(t.member.str_mult*n.str),"(x",m.a.formatMultiplier(t.member.str_mult)," Eq, x",m.a.formatMultiplier(n.str)," ","Asc)",r.a.createElement("br",null),"Df: x",m.a.formatMultiplier(t.member.def_mult*n.def),"(x",m.a.formatMultiplier(t.member.def_mult)," Eq, x",m.a.formatMultiplier(n.def)," ","Asc)",r.a.createElement("br",null),"Dx: x",m.a.formatMultiplier(t.member.dex_mult*n.dex),"(x",m.a.formatMultiplier(t.member.dex_mult)," Eq, x",m.a.formatMultiplier(n.dex)," ","Asc)",r.a.createElement("br",null),"Ag: x",m.a.formatMultiplier(t.member.agi_mult*n.agi),"(x",m.a.formatMultiplier(t.member.agi_mult)," Eq, x",m.a.formatMultiplier(n.agi)," ","Asc)",r.a.createElement("br",null),"Ch: x",m.a.formatMultiplier(t.member.cha_mult*n.cha),"(x",m.a.formatMultiplier(t.member.cha_mult)," Eq, x",m.a.formatMultiplier(n.cha)," ","Asc)")},r.a.createElement(l.a,{sx:{display:"table",mb:1,width:"100%"}},r.a.createElement(c.a,null,r.a.createElement(p.a,{name:"Hacking",color:h.a.theme.hack,data:{level:t.member.hack,exp:t.member.hack_exp}}),r.a.createElement(p.a,{name:"Strength",color:h.a.theme.combat,data:{level:t.member.str,exp:t.member.str_exp}}),r.a.createElement(p.a,{name:"Defense",color:h.a.theme.combat,data:{level:t.member.def,exp:t.member.def_exp}}),r.a.createElement(p.a,{name:"Dexterity",color:h.a.theme.combat,data:{level:t.member.dex,exp:t.member.dex_exp}}),r.a.createElement(p.a,{name:"Agility",color:h.a.theme.combat,data:{level:t.member.agi,exp:t.member.agi_exp}}),r.a.createElement(p.a,{name:"Charisma",color:h.a.theme.cha,data:{level:t.member.cha,exp:t.member.cha_exp}}),r.a.createElement(f.a,null,r.a.createElement(u.a,{classes:{root:e.cellNone}},r.a.createElement("br",null))),b.map(([t,n])=>r.a.createElement(f.a,{key:t.toString()+n.toString()},r.a.createElement(u.a,{classes:{root:e.cellNone}},r.a.createElement(o.a,null,t)),r.a.createElement(u.a,{align:"right",classes:{root:e.cellNone}},r.a.createElement(o.a,null,n))))))))}},function(t,e,n){"use strict";n.d(e,"a",(function(){return l}));var a=n(0),r=n.n(a),i=n(40),o=n(3),s=n(10);function l(t){return r.a.createElement(i.a,{open:t.open,onClose:t.onClose},r.a.createElement(o.a,null,"Forcefully kill all running scripts? This will also save your game and reload the game."),r.a.createElement(s.a,{onClick:function(){t.killScripts(),t.onClose()}},"KILL"))}},,,,,function(t,e,n){"use strict";n.d(e,"a",(function(){return f}));var a=n(0),r=n.n(a),i=n(147),o=n(1267),s=n(21),l=n(74),c=n(130);function f(t){const e=Object(i.b)(),[n,f]=Object(a.useState)(t.member.task),u=e.members.find(e=>e.name==t.member.name);u&&u.task!=n&&f(u.task);const m=e.getAllTaskNames();return r.a.createElement(s.a,null,r.a.createElement(c.a,{onChange:function(e){const n=e.target.value;t.member.assignToTask(n),f(n),t.onTaskChange()},value:n,sx:{width:"100%"}},r.a.createElement(l.a,{key:0,value:"Unassigned"},"Unassigned"),m.map((t,e)=>r.a.createElement(l.a,{key:e+1,value:t},t))),r.a.createElement(o.a,{member:t.member}))}},function(t,e,n){"use strict";n.d(e,"a",(function(){return s}));var a=n(0),r=n.n(a),i=n(243),o=n(3);function s(t){const e=i.a[t.member.task],n=e?e.desc:i.a.Unassigned.desc;return r.a.createElement(o.a,{dangerouslySetInnerHTML:{__html:n}})}},function(t,e,n){"use strict";n.d(e,"a",(function(){return u}));var a=n(0),r=n.n(a),i=n(7),o=n(19),s=n(40),l=n(147),c=n(3),f=n(10);function u(t){const e=Object(l.b)(),n=Object(a.useState)(!1)[1];Object(a.useEffect)(()=>{const t=setInterval(()=>n(t=>!t),1e3);return()=>clearInterval(t)},[]);const u=t.member.getCurrentAscensionMults(),m=t.member.getAscensionMultsAfterAscend();return r.a.createElement(s.a,{open:t.open,onClose:t.onClose},r.a.createElement(c.a,null,"Are you sure you want to ascend this member? They will lose all of",r.a.createElement("br",null),"their non-Augmentation upgrades and their stats will reset back to 1.",r.a.createElement("br",null),r.a.createElement("br",null),"Furthermore, your gang will lose ",i.a.formatRespect(t.member.earnedRespect)," respect",r.a.createElement("br",null),r.a.createElement("br",null),"In return, they will gain the following permanent boost to stat multipliers:",r.a.createElement("br",null),"Hacking: x",i.a.format(u.hack,"0.000")," => x",i.a.format(m.hack,"0.000"),r.a.createElement("br",null),"Strength: x",i.a.format(u.str,"0.000")," => x",i.a.format(m.str,"0.000"),r.a.createElement("br",null),"Defense: x",i.a.format(u.def,"0.000")," => x",i.a.format(m.def,"0.000"),r.a.createElement("br",null),"Dexterity: x",i.a.format(u.dex,"0.000")," => x",i.a.format(m.dex,"0.000"),r.a.createElement("br",null),"Agility: x",i.a.format(u.agi,"0.000")," => x",i.a.format(m.agi,"0.000"),r.a.createElement("br",null),"Charisma: x",i.a.format(u.cha,"0.000")," => x",i.a.format(m.cha,"0.000"),r.a.createElement("br",null)),r.a.createElement(f.a,{onClick:function(){t.onAscend();const n=e.ascendMember(t.member);Object(o.a)(r.a.createElement(r.a.Fragment,null,"You ascended ",t.member.name,"!",r.a.createElement("br",null),r.a.createElement("br",null),"Your gang lost ",i.a.formatRespect(n.respect)," respect.",r.a.createElement("br",null),r.a.createElement("br",null),t.member.name," gained the following stat multipliers for ascending:",r.a.createElement("br",null),"Hacking: x",i.a.format(n.hack,"0.000"),r.a.createElement("br",null),"Strength: x",i.a.format(n.str,"0.000"),r.a.createElement("br",null),"Defense: x",i.a.format(n.def,"0.000"),r.a.createElement("br",null),"Dexterity: x",i.a.format(n.dex,"0.000"),r.a.createElement("br",null),"Agility: x",i.a.format(n.agi,"0.000"),r.a.createElement("br",null),"Charisma: x",i.a.format(n.cha,"0.000"),r.a.createElement("br",null))),t.onClose()}},"Ascend"))}},function(t,e,n){"use strict";n.d(e,"a",(function(){return m}));var a=n(0),r=n.n(a),i=n(1270),o=n(190),s=n(7),l=n(147),c=n(3),f=n(10),u=n(21);function m(t){const e=Object(l.b)(),[n,m]=Object(a.useState)(!1);if(e.members.length>=o.a.MaximumGangMembers)return r.a.createElement(r.a.Fragment,null);if(!e.canRecruitMember()){const t=e.getRespectNeededToRecruitMember();return r.a.createElement(u.a,{display:"flex",alignItems:"center",sx:{mx:1}},r.a.createElement(f.a,{disabled:!0},"Recruit Gang Member"),r.a.createElement(c.a,{sx:{ml:1}},s.a.formatRespect(t)," respect needed to recruit next member"))}return r.a.createElement(r.a.Fragment,null,r.a.createElement(u.a,{sx:{mx:1}},r.a.createElement(f.a,{onClick:()=>m(!0)},"Recruit Gang Member")),r.a.createElement(i.a,{open:n,onClose:()=>m(!1),onRecruit:t.onRecruit}))}},function(t,e,n){"use strict";n.d(e,"a",(function(){return m}));var a=n(0),r=n.n(a),i=n(40),o=n(19),s=n(147),l=n(3),c=n(87),f=n(10),u=n(31);function m(t){const e=Object(s.b)(),[n,m]=Object(a.useState)(""),h=""===n||!e.canRecruitMember();function d(){h||(e.recruitMember(n)?(t.onRecruit(),t.onClose()):Object(o.a)("You already have a gang member with this name!"))}return r.a.createElement(i.a,{open:t.open,onClose:t.onClose},r.a.createElement(l.a,null,"Enter a name for your new Gang member:"),r.a.createElement("br",null),r.a.createElement(c.a,{autoFocus:!0,onKeyUp:function(t){t.key===u.a.ENTER&&d()},onChange:function(t){m(t.target.value)},type:"text",placeholder:"unique name",InputProps:{endAdornment:r.a.createElement(f.a,{disabled:h,onClick:d},"Recruit")}}))}},function(t,e,n){"use strict";n.d(e,"a",(function(){return E}));var a=n(0),r=n.n(a),i=n(246),o=n(3),s=n(10),l=n(21),c=n(47),f=n(345),u=n(284),m=n(23),h=n(1825),d=n(7),p=n(29),g=n(81),b=n(147),y=n(1272);function E(){const t=Object(b.b)(),e=Object.keys(g.a).filter(e=>e!=t.facName),[n,E]=Object(a.useState)(!1);return r.a.createElement(i.a,{disableGutters:!0,maxWidth:"md",sx:{mx:0}},r.a.createElement(o.a,null,"This page shows how much territory your Gang controls. This statistic is listed as a percentage, which represents how much of the total territory you control."),r.a.createElement(s.a,{onClick:()=>E(!0),sx:{my:1}},r.a.createElement(h.a,{sx:{mr:1}}),"About Gang Territory"),r.a.createElement(l.a,{component:c.a,sx:{p:1,mb:1}},r.a.createElement(o.a,{variant:"h6",sx:{display:"flex",alignItems:"center",flexWrap:"wrap"}},t.facName," (Your gang)"),r.a.createElement(f.a,{control:r.a.createElement(u.a,{checked:t.territoryWarfareEngaged,onChange:e=>t.territoryWarfareEngaged=e.target.checked}),label:r.a.createElement(m.a,{title:r.a.createElement(o.a,null,"Engaging in Territory Warfare sets your clash chance to 100%. Disengaging will cause your clash chance to gradually decrease until it reaches 0%.")},r.a.createElement(o.a,null,"Engage in Territory Warfare"))}),r.a.createElement("br",null),r.a.createElement(f.a,{control:r.a.createElement(u.a,{checked:t.notifyMemberDeath,onChange:e=>t.notifyMemberDeath=e.target.checked}),label:r.a.createElement(m.a,{title:r.a.createElement(o.a,null,"If this is enabled, then you will receive a pop-up notifying you whenever one of your Gang Members dies in a territory clash.")},r.a.createElement(o.a,null,"Notify about Gang Member Deaths"))}),r.a.createElement(o.a,null,r.a.createElement("b",null,"Territory Clash Chance:")," ",d.a.formatPercentage(t.territoryClashChance,3)," ",r.a.createElement("br",null),r.a.createElement("b",null,"Power:")," ",Object(p.d)(g.a[t.facName].power,3)," ",r.a.createElement("br",null),r.a.createElement("b",null,"Territory:")," ",v(g.a[t.facName].territory),"% ",r.a.createElement("br",null))),r.a.createElement(l.a,{sx:{display:"grid",gridTemplateColumns:"repeat(3, 1fr)"}},e.sort((t,e)=>g.a[t].territory<=0&&g.a[e].territory>0?1:g.a[t].territory>0&&g.a[e].territory<=0?-1:0).map(t=>r.a.createElement(k,{key:t,name:t}))),r.a.createElement(y.a,{open:n,onClose:()=>E(!1)}))}function v(t){const e=100*t;return e<=0?Object(p.d)(0,3):e>=100?Object(p.d)(100,3):Object(p.d)(e,3)}function k(t){const e=Object(b.b)(),n=g.a[e.facName].power,a=g.a[t.name].power,i=n/(a+n),s=g.a[t.name].territory,f=s?1:.75;return r.a.createElement(l.a,{component:c.a,sx:{p:1,opacity:f}},r.a.createElement(o.a,{variant:"h6",sx:{display:"flex",alignItems:"center",flexWrap:"wrap"}},t.name),r.a.createElement(o.a,null,r.a.createElement("b",null,"Power:")," ",Object(p.d)(a,3)," ",r.a.createElement("br",null),r.a.createElement("b",null,"Territory:")," ",v(s),"% ",r.a.createElement("br",null),r.a.createElement("b",null,"Clash Win Chance:")," ",d.a.formatPercentage(i,3)))}},function(t,e,n){"use strict";n.d(e,"a",(function(){return s}));var a=n(0),r=n.n(a),i=n(3),o=n(40);const s=({open:t,onClose:e})=>r.a.createElement(o.a,{open:t,onClose:e},r.a.createElement(r.a.Fragment,null,r.a.createElement(i.a,{variant:"h4"},"Clashing"),r.a.createElement(i.a,null,"Every ~20 seconds, your gang has a chance to 'clash' with other gangs. Your chance to win a clash depends on your gang's power, which is listed in the display below. Your gang's power slowly accumulates over time. The accumulation rate is determined by the stats of all Gang members you have assigned to the 'Territory Warfare' task. Gang members that are not assigned to this task do not contribute to your gang's power. Your gang also loses a small amount of power whenever you lose a clash.",r.a.createElement("br",null),r.a.createElement("br",null),"NOTE: Gang members assigned to 'Territory Warfare' can be killed during clashes. This can happen regardless of whether you win or lose the clash. A gang member being killed results in both respect and power loss for your gang."),r.a.createElement("br",null),r.a.createElement(i.a,{variant:"h4"},"Territory"),r.a.createElement(i.a,null,"The amount of territory you have affects all aspects of your Gang members' production, including money, respect, and wanted level. It is very beneficial to have high territory control.",r.a.createElement("br",null),r.a.createElement("br",null),'To increase your chances of winning territory, assign gang members to "Territory Warfare". This will build your gang power. Then, enable "Engage in Territory Warfare" to start fighting over territory.'),r.a.createElement("br",null),r.a.createElement(i.a,{variant:"h4"},"Territory Clash Chance"),r.a.createElement(i.a,null,"This percentage represents the chance you have of 'clashing' with another gang. If you do not wish to gain/lose territory, then keep this percentage at 0% by not engaging in territory warfare.")))},function(t,e,n){"use strict";n.d(e,"a",(function(){return M}));var a=n(0),r=n.n(a),i=n(147),o=n(3),s=n(10),l=n(23),c=n(21),f=n(47),u=n(130),m=n(160),h=n(161),d=n(74),p=n(87),g=n(357),b=n.n(g),y=n(7),E=n(231),v=n(24),k=n(187),w=n(1),S=n(6),_=n(73);function C(t){const e=Object(i.b)(),n=Object.keys(E.a).filter(n=>{const a=E.a[n];return!(w.a.money>e.getUpgradeCost(a))&&(a.type===t.type&&!t.upgrades.includes(n))}).map(t=>E.a[t]);return 0===n.length?r.a.createElement(r.a.Fragment,null):r.a.createElement(o.a,null,"Next at ",r.a.createElement(v.a,{money:n[0].cost}))}function x({upgName:t}){const e=E.a[t];return r.a.createElement(f.a,{sx:{p:1}},r.a.createElement(l.a,{title:r.a.createElement(o.a,{dangerouslySetInnerHTML:{__html:e.desc}})},r.a.createElement(o.a,null,e.name)))}function L(t){const e=Object(i.b)();return r.a.createElement(l.a,{title:r.a.createElement(o.a,{dangerouslySetInnerHTML:{__html:t.upg.desc}})},r.a.createElement("span",null,r.a.createElement(s.a,{onClick:function(){t.member.buyUpgrade(t.upg),t.rerender()},sx:{display:"flex",flexDirection:"column",width:"100%",height:"100%"}},r.a.createElement(o.a,{sx:{display:"block"}},t.upg.name),r.a.createElement(v.a,{money:e.getUpgradeCost(t.upg)}))))}function O(t){const e=Object(i.b)(),n=Object(a.useState)(!1)[1],[s,p]=Object(a.useState)("Weapons");function g(){n(t=>!t)}function b(t,n){return Object.keys(E.a).filter(a=>{const r=E.a[a];return!(w.a.moneyE.a[t])}const v=b(t.member.upgrades,k.a.Weapon),O=b(t.member.upgrades,k.a.Armor),M=b(t.member.upgrades,k.a.Vehicle),A=b(t.member.upgrades,k.a.Rootkit),T=b(t.member.augmentations,k.a.Augmentation),R={Weapons:[v,k.a.Weapon],Armor:[O,k.a.Armor],Vehicles:[M,k.a.Vehicle],Rootkits:[A,k.a.Rootkit],Augmentations:[T,k.a.Augmentation]},N={hack:t.member.calculateAscensionMult(t.member.hack_asc_points),str:t.member.calculateAscensionMult(t.member.str_asc_points),def:t.member.calculateAscensionMult(t.member.def_asc_points),dex:t.member.calculateAscensionMult(t.member.dex_asc_points),agi:t.member.calculateAscensionMult(t.member.agi_asc_points),cha:t.member.calculateAscensionMult(t.member.cha_asc_points)};return r.a.createElement(f.a,null,r.a.createElement(c.a,{display:"grid",sx:{gridTemplateColumns:"1fr 1fr",m:1,gap:1}},r.a.createElement("span",null,r.a.createElement(o.a,{variant:"h5",color:"primary"},t.member.name," (",t.member.task,")"),r.a.createElement(l.a,{title:r.a.createElement(o.a,null,"Hk: x",y.a.formatMultiplier(t.member.hack_mult*N.hack),"(x",y.a.formatMultiplier(t.member.hack_mult)," Eq, x",y.a.formatMultiplier(N.hack)," Asc)",r.a.createElement("br",null),"St: x",y.a.formatMultiplier(t.member.str_mult*N.str),"(x",y.a.formatMultiplier(t.member.str_mult)," Eq, x",y.a.formatMultiplier(N.str)," Asc)",r.a.createElement("br",null),"Df: x",y.a.formatMultiplier(t.member.def_mult*N.def),"(x",y.a.formatMultiplier(t.member.def_mult)," Eq, x",y.a.formatMultiplier(N.def)," Asc)",r.a.createElement("br",null),"Dx: x",y.a.formatMultiplier(t.member.dex_mult*N.dex),"(x",y.a.formatMultiplier(t.member.dex_mult)," Eq, x",y.a.formatMultiplier(N.dex)," Asc)",r.a.createElement("br",null),"Ag: x",y.a.formatMultiplier(t.member.agi_mult*N.agi),"(x",y.a.formatMultiplier(t.member.agi_mult)," Eq, x",y.a.formatMultiplier(N.agi)," Asc)",r.a.createElement("br",null),"Ch: x",y.a.formatMultiplier(t.member.cha_mult*N.cha),"(x",y.a.formatMultiplier(t.member.cha_mult)," Eq, x",y.a.formatMultiplier(N.cha)," Asc)")},r.a.createElement(m.a,null,r.a.createElement(h.a,null,r.a.createElement(_.a,{name:"Hacking",color:S.a.theme.hack,data:{level:t.member.hack,exp:t.member.hack_exp}}),r.a.createElement(_.a,{name:"Strength",color:S.a.theme.combat,data:{level:t.member.str,exp:t.member.str_exp}}),r.a.createElement(_.a,{name:"Defense",color:S.a.theme.combat,data:{level:t.member.def,exp:t.member.def_exp}}),r.a.createElement(_.a,{name:"Dexterity",color:S.a.theme.combat,data:{level:t.member.dex,exp:t.member.dex_exp}}),r.a.createElement(_.a,{name:"Agility",color:S.a.theme.combat,data:{level:t.member.agi,exp:t.member.agi_exp}}),r.a.createElement(_.a,{name:"Charisma",color:S.a.theme.cha,data:{level:t.member.cha,exp:t.member.cha_exp}}))))),r.a.createElement("span",null,r.a.createElement(u.a,{onChange:t=>{p(t.target.value),g()},value:s,sx:{width:"100%",mb:1}},Object.keys(R).map((t,e)=>r.a.createElement(d.a,{key:e+1,value:t},r.a.createElement(o.a,{variant:"h6"},t)))),r.a.createElement(c.a,{sx:{width:"100%"}},0===R[s][0].length&&r.a.createElement(o.a,null,"All upgrades owned!"),r.a.createElement(c.a,{display:"grid",sx:{gridTemplateColumns:"1fr 1fr"}},R[s][0].map(e=>r.a.createElement(L,{key:e.name,rerender:g,member:t.member,upg:e}))),r.a.createElement(C,{type:R[s][1],upgrades:t.member.upgrades})))),r.a.createElement(o.a,{sx:{mx:1}},"Purchased Upgrades: "),r.a.createElement(c.a,{display:"grid",sx:{gridTemplateColumns:"repeat(4, 1fr)",m:1}},t.member.upgrades.map(t=>r.a.createElement(x,{key:t,upgName:t})),t.member.augmentations.map(t=>r.a.createElement(x,{key:t,upgName:t}))))}function M(){const t=Object(i.b)(),[e,n]=Object(a.useState)(""),s=t.members.filter(t=>t&&t.name.toLowerCase().includes(e));return r.a.createElement(r.a.Fragment,null,r.a.createElement(l.a,{title:r.a.createElement(o.a,null,"You get a discount on equipment and upgrades based on your gang's respect and power. More respect and power leads to more discounts.")},r.a.createElement(o.a,{sx:{m:1}},"Discount: -",y.a.formatPercentage(1-1/t.getDiscount()))),r.a.createElement(p.a,{value:e,onChange:t=>{n(t.target.value.toLowerCase())},autoFocus:!0,InputProps:{startAdornment:r.a.createElement(b.a,null),spellCheck:!1},placeholder:"Filter by member name",sx:{m:1,width:"15%"}}),r.a.createElement(c.a,{display:"grid",sx:{gridTemplateColumns:"1fr 1fr",width:"100%"}},s.map(t=>r.a.createElement(O,{key:t.name,member:t}))))}},function(t,e,n){"use strict";n.d(e,"a",(function(){return h}));var a=n(0),r=n.n(a),i=n(1275),o=n(52),s=n(1301),l=n(1),c=n(51),f=n(1302),u=n(517),m=n(219);function h(){const t=l.a.corporation;if(null===t)return r.a.createElement(r.a.Fragment,null);const e=Object(a.useState)(!1)[1];function n(){e(t=>!t)}const[h,d]=Object(a.useState)("Overview");Object(a.useEffect)(()=>{const t=setInterval(n,200);return()=>clearInterval(t)},[]);const p=Object.keys(o.a).filter(e=>void 0===t.divisions.find(t=>t.type===e)).length>0;return r.a.createElement(c.a.Corporation.Provider,{value:t},r.a.createElement(u.a,{variant:"scrollable",value:h,onChange:function(t,e){d(e)},sx:{maxWidth:"65vw"},scrollButtons:!0},r.a.createElement(m.a,{label:t.name,value:"Overview"}),t.divisions.map(t=>r.a.createElement(m.a,{key:t.name,label:t.name,value:t.name})),p&&r.a.createElement(m.a,{label:"Expand",value:-1})),"Overview"===h&&r.a.createElement(f.a,{rerender:n}),-1===h&&r.a.createElement(s.a,{setDivisionName:d}),"string"==typeof h&&"Overview"!==h&&r.a.createElement(i.a,{rerender:n,divisionName:h+""}))}},function(t,e,n){"use strict";n.d(e,"a",(function(){return l}));var a=n(0),r=n.n(a),i=n(1276),o=n(51),s=n(17);function l(t){const e=Object(o.b)(),n="Overview"!==t.divisionName?e.divisions.find(e=>e.name===t.divisionName):void 0;if(void 0===n)throw new Error("Cannot find division");return r.a.createElement(o.a.Division.Provider,{value:n},r.a.createElement(i.a,{rerender:t.rerender,city:s.a.Sector12}))}},function(t,e,n){"use strict";n.d(e,"a",(function(){return f}));var a=n(0),r=n.n(a),i=n(1277),o=n(1300),s=n(51),l=n(517),c=n(219);function f(t){const e=Object(s.c)(),[n,f]=Object(a.useState)(t.city),u=e.offices[n];if(0===u)return f("Sector-12"),r.a.createElement(r.a.Fragment,null);const m=Object.keys(e.offices).filter(t=>0===e.offices[t]).length>0;return r.a.createElement(r.a.Fragment,null,r.a.createElement(l.a,{variant:"fullWidth",value:n,onChange:function(t,e){f(e)},sx:{maxWidth:"65vw"}},Object.values(e.offices).map(t=>0!==t&&r.a.createElement(c.a,{key:t.loc,label:t.loc,value:t.loc})),m&&r.a.createElement(c.a,{label:"Expand",value:"Expand"})),"Expand"!==n?r.a.createElement(i.a,{key:n,rerender:t.rerender,city:n,warehouse:e.warehouses[n],office:u}):r.a.createElement(o.a,{cityStateSetter:f}))}},function(t,e,n){"use strict";n.d(e,"a",(function(){return f}));var a=n(0),r=n.n(a),i=n(1278),o=n(1282),s=n(1285),l=n(51),c=n(21);function f(t){const e=Object(l.b)(),n=Object(l.c)();return r.a.createElement(c.a,{display:"flex"},r.a.createElement(c.a,{sx:{width:"50%"}},r.a.createElement(o.a,{rerender:t.rerender}),r.a.createElement(i.a,{rerender:t.rerender,office:t.office})),r.a.createElement(c.a,{sx:{width:"50%"}},r.a.createElement(s.a,{rerender:t.rerender,corp:e,currentCity:t.city,division:n,warehouse:t.warehouse})))}},function(t,e,n){"use strict";n.d(e,"a",(function(){return F}));var a=n(0),r=n.n(a),i=n(43),o=n(60),s=n(142),l=n(7),c=n(1279),f=n(1280),u=n(24),m=n(51),h=n(3),d=n(10),p=n(112),g=n(47),b=n(1281),y=n.n(b),E=n(647),v=n.n(E),k=n(648),w=n.n(k),S=n(23),_=n(74),C=n(130),x=n(160),L=n(161),O=n(50),M=n(76),A=n(21);function T(t){return t.manualMode?r.a.createElement(S.a,{title:r.a.createElement(h.a,null,"Switch to Automatic Assignment Mode, which will automatically assign employees to your selected jobs. You simply have to select the number of assignments for each job")},r.a.createElement(d.a,{onClick:()=>t.switchMode(t=>!t)},"Switch to Auto Mode")):r.a.createElement(S.a,{title:r.a.createElement(h.a,null,"Switch to Manual Assignment Mode, which allows you to specify which employees should get which jobs")},r.a.createElement(d.a,{onClick:()=>t.switchMode(t=>!t)},"Switch to Manual Mode"))}function R(t){const e=Object(m.b)(),n=Object(m.c)(),[o,s]=Object(a.useState)(t.office.employees.length>0?t.office.employees[0]:null),c=[];for(let e=0;e0&&(d=o/t.office.employees.length,p=s/t.office.employees.length,g=c/t.office.employees.length);const b=t.office.employeeJobs[i.a.Unassigned],y=t.office.employeeNextJobs[i.a.Unassigned];return r.a.createElement(x.a,{padding:"none"},r.a.createElement(L.a,null,r.a.createElement(O.a,null,r.a.createElement(M.b,null,r.a.createElement(h.a,null,"Unassigned Employees:")),r.a.createElement(M.b,null,r.a.createElement(N,{num:b,next:y}))),r.a.createElement(O.a,null,r.a.createElement(M.b,null,r.a.createElement(h.a,null,"Avg Employee Morale:")),r.a.createElement(M.b,{align:"right"},r.a.createElement(h.a,null,l.a.format(d,"0.000")))),r.a.createElement(O.a,null,r.a.createElement(M.b,null,r.a.createElement(h.a,null,"Avg Employee Happiness:")),r.a.createElement(M.b,{align:"right"},r.a.createElement(h.a,null,l.a.format(p,"0.000")))),r.a.createElement(O.a,null,r.a.createElement(M.b,null,r.a.createElement(h.a,null,"Avg Employee Energy:")),r.a.createElement(M.b,{align:"right"},r.a.createElement(h.a,null,l.a.format(g,"0.000")))),r.a.createElement(O.a,null,r.a.createElement(M.b,null,r.a.createElement(h.a,null,"Total Employee Salary:")),r.a.createElement(M.b,null,r.a.createElement(h.a,{align:"right"},r.a.createElement(u.a,{money:f})))),a&&r.a.createElement(r.a.Fragment,null,r.a.createElement(O.a,null,r.a.createElement(M.b,null,r.a.createElement(S.a,{title:r.a.createElement(h.a,null,"The base amount of material this office can produce. Does not include production multipliers from upgrades and materials. This value is based off the productivity of your Operations, Engineering, and Management employees")},r.a.createElement(h.a,null,"Material Production:"))),r.a.createElement(M.b,null,r.a.createElement(h.a,{align:"right"},l.a.format(n.getOfficeProductivity(t.office),"0.000")))),r.a.createElement(O.a,null,r.a.createElement(M.b,null,r.a.createElement(S.a,{title:r.a.createElement(h.a,null,"The base amount of any given Product this office can produce. Does not include production multipliers from upgrades and materials. This value is based off the productivity of your Operations, Engineering, and Management employees")},r.a.createElement(h.a,null,"Product Production:"))),r.a.createElement(M.b,null,r.a.createElement(h.a,{align:"right"},l.a.format(n.getOfficeProductivity(t.office,{forProduct:!0}),"0.000")))),r.a.createElement(O.a,null,r.a.createElement(M.b,null,r.a.createElement(S.a,{title:r.a.createElement(h.a,null,"The effect this office's 'Business' employees has on boosting sales")},r.a.createElement(h.a,null," Business Multiplier:"))),r.a.createElement(M.b,{align:"right"},r.a.createElement(h.a,null,"x",l.a.format(n.getBusinessFactor(t.office),"0.000"))))),r.a.createElement(P,{rerender:t.rerender,office:t.office,job:i.a.Operations,desc:"Manages supply chain operations. Improves the amount of Materials and Products you produce."}),r.a.createElement(P,{rerender:t.rerender,office:t.office,job:i.a.Engineer,desc:"Develops and maintains products and production systems. Increases the quality of everything you produce. Also increases the amount you produce (not as much as Operations, however)"}),r.a.createElement(P,{rerender:t.rerender,office:t.office,job:i.a.Business,desc:"Handles sales and finances. Improves the amount of Materials and Products you can sell."}),r.a.createElement(P,{rerender:t.rerender,office:t.office,job:i.a.Management,desc:"Leads and oversees employees and office operations. Improves the effectiveness of Engineer and Operations employees."}),r.a.createElement(P,{rerender:t.rerender,office:t.office,job:i.a.RandD,desc:"Research new innovative ways to improve the company. Generates Scientific Research."}),r.a.createElement(P,{rerender:t.rerender,office:t.office,job:i.a.Training,desc:"Set employee to training, which will increase some of their stats. Employees in training do not affect any company operations."})))}function F(t){const e=Object(m.b)(),n=Object(m.c)(),[i,l]=Object(a.useState)(!1),[u,p]=Object(a.useState)(!1),[b,y]=Object(a.useState)(!1);return r.a.createElement(g.a,null,r.a.createElement(h.a,null,"Office Space"),r.a.createElement(h.a,null,"Size: ",t.office.employees.length," / ",t.office.size," employees"),r.a.createElement(A.a,{sx:{display:"grid",gridTemplateColumns:"1fr",width:"fit-content"}},r.a.createElement(A.a,{sx:{gridTemplateColumns:"repeat(3, 1fr)"}},r.a.createElement(S.a,{title:r.a.createElement(h.a,null,"Automatically hires an employee and gives him/her a random name")},r.a.createElement("span",null,r.a.createElement(d.a,{disabled:t.office.atCapacity(),onClick:function(){t.office.atCapacity()||(t.office.hireRandomEmployee(),t.rerender())}},"Hire Employee"))),r.a.createElement(S.a,{title:r.a.createElement(h.a,null,"Upgrade the office's size so that it can hold more employees!")},r.a.createElement("span",null,r.a.createElement(d.a,{disabled:e.funds<0,onClick:()=>l(!0)},"Upgrade size"))),r.a.createElement(c.a,{rerender:t.rerender,office:t.office,open:i,onClose:()=>l(!1)}),!n.hasResearch("AutoBrew")&&r.a.createElement(r.a.Fragment,null,r.a.createElement(S.a,{title:r.a.createElement(h.a,null,"Provide your employees with coffee, increasing their energy by 5%")},r.a.createElement("span",null,r.a.createElement(d.a,{disabled:e.funds0,onClick:()=>Object(o.e)(e,t.office)},t.office.coffeeMult>0?"Buying coffee...":r.a.createElement("span",null,"Buy Coffee - ",r.a.createElement(s.a,{money:t.office.getCoffeeCost(),corp:e})))))),!n.hasResearch("AutoPartyManager")&&r.a.createElement(r.a.Fragment,null,r.a.createElement(S.a,{title:r.a.createElement(h.a,null,"Throw an office party to increase your employee's morale and happiness")},r.a.createElement("span",null,r.a.createElement(d.a,{disabled:e.funds<0||t.office.partyMult>0,onClick:()=>p(!0)},t.office.partyMult>0?"Throwing Party...":"Throw Party"))),r.a.createElement(f.a,{rerender:t.rerender,office:t.office,open:u,onClose:()=>p(!1)}))),r.a.createElement(T,{manualMode:b,switchMode:y})),b?r.a.createElement(R,{rerender:t.rerender,office:t.office}):r.a.createElement(I,{rerender:t.rerender,office:t.office}))}},function(t,e,n){"use strict";n.d(e,"a",(function(){return p}));var a=n(0),r=n.n(a),i=n(7),o=n(36),s=n(60),l=n(40),c=n(51),f=n(3),u=n(10),m=n(23),h=n(21);function d(t){const e=Object(c.b)();return r.a.createElement(m.a,{title:i.a.formatMoney(t.cost)},r.a.createElement("span",null,r.a.createElement(u.a,{disabled:e.funds{return n=t.cost,a=t.size,void(e.funds=u);){const t=Math.pow(1.09,n+m);if(i+t>u)break;i+=t,++m}const p=o.a.OfficeInitialCost*i;return r.a.createElement(l.a,{open:t.open,onClose:t.onClose},r.a.createElement(f.a,null,"Increase the size of your office space to fit additional employees!"),r.a.createElement(h.a,{display:"flex",alignItems:"center"},r.a.createElement(f.a,null,"Upgrade size: "),r.a.createElement(d,{onClose:t.onClose,rerender:t.rerender,office:t.office,corp:e,cost:a,size:o.a.OfficeInitialSize}),r.a.createElement(d,{onClose:t.onClose,rerender:t.rerender,office:t.office,corp:e,cost:s,size:5*o.a.OfficeInitialSize}),1!==m&&5!==m&&r.a.createElement(d,{onClose:t.onClose,rerender:t.rerender,office:t.office,corp:e,cost:p,size:m*o.a.OfficeInitialSize})))}},function(t,e,n){"use strict";n.d(e,"a",(function(){return g}));var a=n(0),r=n.n(a),i=n(7),o=n(19),s=n(60),l=n(24),c=n(40),f=n(51),u=n(3),m=n(10),h=n(87),d=n(21),p=n(31);function g(t){const e=Object(f.b)(),[n,g]=Object(a.useState)(0),b=n*t.office.employees.length,y=e.funds>=b;function E(){if(null===n||isNaN(n)||n<0)Object(o.a)("Invalid value entered");else if(y){const a=Object(s.B)(e,t.office,n);a>0&&Object(o.a)("You threw a party for the office! The morale and happiness of each employee increased by "+i.a.formatPercentage(a-1)),t.rerender(),t.onClose()}else Object(o.a)("You don't have enough company funds to throw a party!")}function v(){return isNaN(n)||n<0?r.a.createElement(u.a,null,"Invalid value entered!"):r.a.createElement(u.a,null,"Throwing this party will cost a total of ",r.a.createElement(l.a,{money:b}))}return r.a.createElement(c.a,{open:t.open,onClose:t.onClose},r.a.createElement(u.a,null,"Enter the amount of money you would like to spend PER EMPLOYEE on this office party"),r.a.createElement(v,null),r.a.createElement(d.a,{display:"flex",alignItems:"center"},r.a.createElement(h.a,{autoFocus:!0,type:"number",placeholder:"$ / employee",value:n,onChange:function(t){let e=parseFloat(t.target.value);isNaN(e)&&(e=0),g(e)},onKeyDown:function(t){t.key===p.a.ENTER&&E()}}),r.a.createElement(m.a,{disabled:!y,onClick:E},"Throw Party")))}},,function(t,e,n){"use strict";n.d(e,"a",(function(){return x}));var a=n(0),r=n.n(a),i=n(52),o=n(60),s=n(7),l=n(249),c=n(1283),f=n(1284),u=n(24),m=n(115),h=n(257),d=n(486),p=n(142),g=n(51),b=n(3),y=n(10),E=n(23),v=n(47),k=n(112),w=n(310),S=n.n(w),_=n(21);function C(){const t=Object(g.b)(),e=Object(g.c)(),[n,o]=Object(a.useState)(!1),s=e.hasMaximumNumberProducts();let l="";switch(e.type){case i.a.Food:l="Build Restaurant";break;case i.a.Tobacco:l="Create Product";break;case i.a.Pharmaceutical:l="Create Drug";break;case i.a.Computer:case"Computer":l="Create Product";break;case i.a.Robotics:l="Design Robot";break;case i.a.Software:l="Develop Software";break;case i.a.Healthcare:l="Build Hospital";break;case i.a.RealEstate:l="Develop Property";break;default:return l="Create Product",r.a.createElement(r.a.Fragment,null)}return r.a.createElement(r.a.Fragment,null,r.a.createElement(E.a,{title:s?r.a.createElement(b.a,null,"You have reached the maximum number of products: ",e.getMaximumNumberProducts()):""},r.a.createElement(y.a,{color:0===Object.keys(e.products).length?"error":"primary",onClick:()=>o(!0),disabled:t.funds<0},l)),r.a.createElement(c.a,{open:n,onClose:()=>o(!1)}))}function x(t){const e=Object(g.b)(),n=Object(g.c)(),[i,c]=Object(a.useState)(!1),[w,x]=Object(a.useState)(!1),L=1===e.unlockUpgrades[4],O=n.lastCycleRevenue-n.lastCycleExpenses;let M=!1;const A=n.getAdvertisingFactors(),T=A[1],R=A[2],N=A[3],P=A[0];function I(t){return Object(l.a)({progress:t,totalTicks:20})}return L&&(M=!0),r.a.createElement(v.a,null,r.a.createElement(b.a,null,"Industry: ",n.type," (Corp Funds: ",r.a.createElement(u.a,{money:e.funds}),")"),r.a.createElement("br",null),r.a.createElement(h.a,{rows:[["Awareness:",s.a.formatReallyBigNumber(n.awareness)],["Popularity:",s.a.formatReallyBigNumber(n.popularity)]]}),!1!==M&&r.a.createElement(E.a,{title:r.a.createElement(r.a.Fragment,null,r.a.createElement(b.a,null,"Total multiplier for this industry's sales due to its awareness and popularity"),r.a.createElement(h.a,{rows:[["Awareness Bonus:","x"+s.a.formatReallyBigNumber(Math.pow(T,.85))],["Popularity Bonus:","x"+s.a.formatReallyBigNumber(Math.pow(R,.85))],["Ratio Multiplier:","x"+s.a.formatReallyBigNumber(Math.pow(N,.85))]]}))},r.a.createElement(b.a,null,"Advertising Multiplier: x",s.a.formatReallyBigNumber(P))),r.a.createElement("br",null),r.a.createElement(h.a,{rows:[["Revenue:",r.a.createElement(m.a,{money:n.lastCycleRevenue})],["Expenses:",r.a.createElement(m.a,{money:n.lastCycleExpenses})],["Profit:",r.a.createElement(m.a,{money:O})]]}),r.a.createElement("br",null),r.a.createElement(_.a,{display:"flex",alignItems:"center"},r.a.createElement(E.a,{title:r.a.createElement(b.a,null,"Production gain from owning production-boosting materials such as hardware, Robots, AI Cores, and Real Estate.")},r.a.createElement(b.a,null,"Production Multiplier: ",s.a.formatReallyBigNumber(n.prodMult))),r.a.createElement(k.a,{onClick:()=>c(!0)},r.a.createElement(S.a,null)),r.a.createElement(d.a,{open:i,onClose:()=>c(!1)},r.a.createElement(b.a,null,"Owning Hardware, Robots, AI Cores, and Real Estate can boost your Industry's production. The effect these materials have on your production varies between Industries. For example, Real Estate may be very effective for some Industries, but ineffective for others.",r.a.createElement("br",null),r.a.createElement("br",null),"This division's production multiplier is calculated by summing the individual production multiplier of each of its office locations. This production multiplier is applied to each office. Therefore, it is beneficial to expand into new cities as this can greatly increase the production multiplier of your entire Division.",r.a.createElement("br",null),r.a.createElement("br",null),"Below are approximations for how effective each material is at boosting this industry's production multiplier (Bigger bars = more effective):",r.a.createElement("br",null),r.a.createElement("br",null),"Hardware:    ",I(n.hwFac),r.a.createElement("br",null),"Robots:      ",I(n.robFac),r.a.createElement("br",null),"AI Cores:    ",I(n.aiFac),r.a.createElement("br",null),"Real Estate: ",I(n.reFac)))),r.a.createElement(_.a,{display:"flex",alignItems:"center"},r.a.createElement(E.a,{title:r.a.createElement(b.a,null,"Scientific Research increases the quality of the materials and products that you produce.")},r.a.createElement(b.a,null,"Scientific Research: ",s.a.formatReallyBigNumber(n.sciResearch.qty))),r.a.createElement(y.a,{sx:{mx:1},onClick:()=>x(!0)},"Research"),r.a.createElement(f.a,{open:w,onClose:()=>x(!1),industry:n})),r.a.createElement("br",null),r.a.createElement(_.a,{display:"flex",alignItems:"center"},r.a.createElement(E.a,{title:r.a.createElement(b.a,null,"Hire AdVert.Inc to advertise your company. Each level of this upgrade grants your company a static increase of 3 and 1 to its awareness and popularity, respectively. It will then increase your company's awareness by 1%, and its popularity by a random percentage between 1% and 3%. These effects are increased by other upgrades that increase the power of your advertising.")},r.a.createElement(y.a,{disabled:n.getAdVertCost()>e.funds,onClick:function(){Object(o.i)(e,n),t.rerender()}},"Hire AdVert -  ",r.a.createElement(p.a,{money:n.getAdVertCost(),corp:e}))),n.makesProducts&&r.a.createElement(C,null)))}},function(t,e,n){"use strict";n.d(e,"a",(function(){return b}));var a=n(0),r=n.n(a),i=n(19),o=n(40),s=n(52),l=n(60),c=n(51),f=n(3),u=n(87),m=n(10),h=n(74),d=n(130),p=n(31),g=n(237);function b(t){const e=Object(c.b)(),n=Object(c.c)(),b=Object.keys(n.offices).filter(t=>0!==n.offices[t]),[y,E]=Object(a.useState)(b.length>0?b[0]:""),[v,k]=Object(a.useState)(""),[w,S]=Object(a.useState)(NaN),[_,C]=Object(a.useState)(NaN);if(n.hasMaximumNumberProducts())return r.a.createElement(r.a.Fragment,null);let x=r.a.createElement(r.a.Fragment,null);switch(n.type){case s.a.Food:x=r.a.createElement(r.a.Fragment,null,x,r.a.createElement("br",null),"Build and manage a new restaurant!");break;case s.a.Tobacco:x=r.a.createElement(r.a.Fragment,null,x,r.a.createElement("br",null),"Create a new tobacco product!");break;case s.a.Pharmaceutical:x=r.a.createElement(r.a.Fragment,null,x,r.a.createElement("br",null),"Design and develop a new pharmaceutical drug!");break;case s.a.Computer:case"Computer":x=r.a.createElement(r.a.Fragment,null,x,r.a.createElement("br",null),"Design and manufacture a new computer hardware product!");break;case s.a.Robotics:x=r.a.createElement(r.a.Fragment,null,x,r.a.createElement("br",null),"Design and create a new robot or robotic system!");break;case s.a.Software:x=r.a.createElement(r.a.Fragment,null,x,r.a.createElement("br",null),"Develop a new piece of software!");break;case s.a.Healthcare:x=r.a.createElement(r.a.Fragment,null,x,r.a.createElement("br",null),"Build and manage a new hospital!");break;case s.a.RealEstate:x=r.a.createElement(r.a.Fragment,null,x,r.a.createElement("br",null),"Develop a new piece of real estate property!");break;default:return x=r.a.createElement(r.a.Fragment,null,x,r.a.createElement("br",null),"Create a new product!"),r.a.createElement(r.a.Fragment,null)}function L(){if(!isNaN(w)&&!isNaN(_)){try{Object(l.n)(e,n,y,v,w,_)}catch(t){Object(i.a)(t+"")}t.onClose()}}return x=r.a.createElement(r.a.Fragment,null,x,r.a.createElement("br",null),r.a.createElement("br",null),"To begin developing a product, first choose the city in which it will be designed. The stats of your employees in the selected city affect the properties of the finished product, such as its quality, performance, and durability.",r.a.createElement("br",null),r.a.createElement("br",null),"You can also choose to invest money in the design and marketing of the product. Investing money in its design will result in a superior product. Investing money in marketing the product will help the product's sales."),r.a.createElement(o.a,{open:t.open,onClose:t.onClose},r.a.createElement(f.a,null,x),r.a.createElement(d.a,{style:{margin:"5px"},onChange:function(t){E(t.target.value)},defaultValue:y},b.map(t=>r.a.createElement(h.a,{key:t,value:t},t))),r.a.createElement(u.a,{onChange:function(t){k(t.target.value)},placeholder:(O=n.type,O===s.a.Food?"Restaurant Name":O===s.a.Healthcare?"Hospital Name":O===s.a.RealEstate?"Property Name":"Product Name")}),r.a.createElement("br",null),r.a.createElement(g.a,{onChange:S,autoFocus:!0,placeholder:"Design investment"}),r.a.createElement(g.a,{onChange:C,onKeyDown:function(t){t.key===p.a.ENTER&&L()},placeholder:"Marketing investment"}),r.a.createElement(m.a,{onClick:L},"Develop Product"));var O}},function(t,e,n){"use strict";n.d(e,"a",(function(){return _}));var a=n(0),r=n.n(a),i=n(40),o=n(52),s=n(36),l=n(60),c=n(307),f=n(6),u=n(19),m=n(3),h=n(23),d=n(10),p=n(21),g=n(283),b=n(80),y=n.n(b),E=n(213),v=n.n(E),k=n(339),w=n.n(k);function S({n:t,division:e}){const[n,i]=Object(a.useState)(!1);if(null===t)return r.a.createElement(r.a.Fragment,null);const o=c.a[t.text];let b=e.sciResearch.qtyr.a.createElement(h.a,{title:r.a.createElement(m.a,null,"Research points: ",o.cost,r.a.createElement("br",null),o.desc)},t),x=r.a.createElement(p.a,null,C(r.a.createElement("span",null,r.a.createElement(d.a,{color:_,disabled:b&&!t.researched,onClick:k,style:{width:"100%",textAlign:"left",justifyContent:"unset"}},t.researched&&r.a.createElement(w.a,{sx:{mr:1}}),t.text))));return 0===t.children.length?x:r.a.createElement(p.a,null,r.a.createElement(p.a,{display:"flex",sx:{border:"1px solid "+f.a.theme.well}},C(r.a.createElement("span",{style:{width:"100%"}},r.a.createElement(d.a,{color:_,disabled:b&&!t.researched,onClick:k,sx:{width:"100%",textAlign:"left",justifyContent:"unset",borderColor:f.a.theme.button}},t.researched&&r.a.createElement(w.a,{sx:{mr:1}}),t.text))),r.a.createElement(d.a,{onClick:()=>i(t=>!t),sx:{borderColor:f.a.theme.button,minWidth:"fit-content"}},n?r.a.createElement(v.a,{color:"primary"}):r.a.createElement(y.a,{color:"primary"}))),r.a.createElement(g.a,{in:n,unmountOnExit:!0},r.a.createElement(p.a,{m:1},t.children.map(t=>r.a.createElement(S,{key:t.text,division:e,n:t})))))}function _(t){const e=o.c[t.industry.type];return void 0===e?r.a.createElement(r.a.Fragment,null):r.a.createElement(i.a,{open:t.open,onClose:t.onClose},r.a.createElement(S,{division:t.industry,n:e.root}),r.a.createElement(m.a,{sx:{mt:1}},"Research points: ",t.industry.sciResearch.qty.toFixed(3),r.a.createElement("br",null),"Multipliers from research:",r.a.createElement("br",null),"* Advertising Multiplier: x",e.getAdvertisingMultiplier(),r.a.createElement("br",null),"* Employee Charisma Multiplier: x",e.getEmployeeChaMultiplier(),r.a.createElement("br",null),"* Employee Creativity Multiplier: x",e.getEmployeeCreMultiplier(),r.a.createElement("br",null),"* Employee Efficiency Multiplier: x",e.getEmployeeEffMultiplier(),r.a.createElement("br",null),"* Employee Intelligence Multiplier: x",e.getEmployeeIntMultiplier(),r.a.createElement("br",null),"* Production Multiplier: x",e.getProductionMultiplier(),r.a.createElement("br",null),"* Sales Multiplier: x",e.getSalesMultiplier(),r.a.createElement("br",null),"* Scientific Research Multiplier: x",e.getScientificResearchMultiplier(),r.a.createElement("br",null),"* Storage Multiplier: x",e.getStorageMultiplier()))}},function(t,e,n){"use strict";n.d(e,"a",(function(){return C}));var a=n(0),r=n.n(a),i=n(36),o=n(1286),s=n(1287),l=n(1293),c=n(184),f=n(7),u=n(142),m=n(424),h=n(1299),d=n(60),p=n(51),g=n(3),b=n(23),y=n(47),E=n(10),v=n(21),k=n(122),w=n(148);const S=Object(k.a)(()=>Object(w.a)({retainHeight:{minHeight:"3em"}}));function _(t){const e=Object(p.b)(),n=Object(p.c)(),[d,k]=Object(a.useState)(!1);if(0===t.warehouse)return r.a.createElement(r.a.Fragment,null);const w=i.a.WarehouseUpgradeBaseCost*Math.pow(1.07,t.warehouse.level+1),_=e.funds>w;const C=S();let x;switch(n.state){case"START":x="Current state: Preparing...";break;case"PURCHASE":x="Current state: Purchasing materials...";break;case"PRODUCTION":x="Current state: Producing materials and/or products...";break;case"SALE":x="Current state: Selling materials and/or products...";break;case"EXPORT":x="Current state: Exporting materials and/or products...";break;default:console.error("Invalid state: "+n.state)}const L=[];for(const e of Object.keys(t.warehouse.materials)){if(!t.warehouse.materials[e])continue;const a=t.warehouse.materials[e].qty>0,i=Object(m.a)(e,n);(a||i)&&L.push(r.a.createElement(l.a,{rerender:t.rerender,city:t.currentCity,key:e,mat:t.warehouse.materials[e],warehouse:t.warehouse}))}const O=[];if(n.makesProducts&&Object.keys(n.products).length>0)for(const e of Object.keys(n.products)){const a=n.products[e];a&&O.push(r.a.createElement(s.a,{rerender:t.rerender,city:t.currentCity,key:e,product:a}))}const M=[];for(const e of Object.keys(t.warehouse.materials)){const n=t.warehouse.materials[e];c.a.hasOwnProperty(e)&&(0!==n.qty&&M.push(r.a.createElement(r.a.Fragment,null,e,": ",f.a.format(n.qty*c.a[e],"0,0.0"))))}for(const e of Object.keys(n.products)){const a=n.products[e];void 0!==a&&M.push(r.a.createElement(r.a.Fragment,null,e,": ",f.a.format(a.data[t.warehouse.loc][0]*a.siz,"0,0.0")))}let A;return A=M&&M.length>0?M.reduce((t,e)=>t&&r.a.createElement(r.a.Fragment,null,t,r.a.createElement("br",null),e)||r.a.createElement(r.a.Fragment,null,e)):r.a.createElement(r.a.Fragment,null,"No items in storage."),r.a.createElement(y.a,null,r.a.createElement(v.a,{display:"flex",alignItems:"center"},r.a.createElement(b.a,{title:0!==t.warehouse.sizeUsed?r.a.createElement(g.a,null,r.a.createElement(r.a.Fragment,null,A)):""},r.a.createElement(g.a,{color:t.warehouse.sizeUsed>=t.warehouse.size?"error":"primary"},"Storage: ",f.a.formatBigNumber(t.warehouse.sizeUsed)," /"," ",f.a.formatBigNumber(t.warehouse.size)))),r.a.createElement(E.a,{disabled:!_,onClick:function(){null!==n&&0!==t.warehouse&&_&&(++t.warehouse.level,t.warehouse.updateSize(e,n),e.funds=e.funds-w,t.rerender())}},"Upgrade Warehouse Size - ",r.a.createElement(u.a,{money:w,corp:e})),r.a.createElement(g.a,null,"This industry uses the following equation for its production: "),r.a.createElement("br",null),r.a.createElement(g.a,null,r.a.createElement(h.a,{key:n.name,division:n})),r.a.createElement("br",null),r.a.createElement(g.a,null,"To get started with production, purchase your required materials or import them from another of your company's divisions."),r.a.createElement("br",null),r.a.createElement(g.a,{className:C.retainHeight},x),e.unlockUpgrades[1]&&r.a.createElement(r.a.Fragment,null,r.a.createElement(E.a,{onClick:()=>k(!0)},"Configure Smart Supply"),r.a.createElement(o.a,{open:d,onClose:()=>k(!1),warehouse:t.warehouse})),L,O)}function C(t){return t.warehouse?r.a.createElement(_,t):r.a.createElement(x,{rerender:t.rerender,city:t.currentCity})}function x(t){const e=Object(p.b)(),n=Object(p.c)(),a=e.funds!t)}}),label:r.a.createElement(c.a,null,"Enable Smart Supply")}),r.a.createElement("br",null),r.a.createElement(c.a,null,"Use materials already in the warehouse instead of buying new ones, if available:"),o))}},function(module,__webpack_exports__,__webpack_require__){"use strict";__webpack_require__.d(__webpack_exports__,"a",(function(){return ProductElem}));var react__WEBPACK_IMPORTED_MODULE_0__=__webpack_require__(0),react__WEBPACK_IMPORTED_MODULE_0___default=__webpack_require__.n(react__WEBPACK_IMPORTED_MODULE_0__),_data_Constants__WEBPACK_IMPORTED_MODULE_1__=__webpack_require__(36),_modals_DiscontinueProductModal__WEBPACK_IMPORTED_MODULE_2__=__webpack_require__(1288),_modals_LimitProductProductionModal__WEBPACK_IMPORTED_MODULE_3__=__webpack_require__(1289),_modals_SellProductModal__WEBPACK_IMPORTED_MODULE_4__=__webpack_require__(1290),_modals_ProductMarketTaModal__WEBPACK_IMPORTED_MODULE_5__=__webpack_require__(1291),_modals_CancelProductModal__WEBPACK_IMPORTED_MODULE_6__=__webpack_require__(1292),_ui_numeralFormat__WEBPACK_IMPORTED_MODULE_7__=__webpack_require__(7),_utils_helpers_isString__WEBPACK_IMPORTED_MODULE_8__=__webpack_require__(189),_ui_React_Money__WEBPACK_IMPORTED_MODULE_9__=__webpack_require__(24),_Context__WEBPACK_IMPORTED_MODULE_10__=__webpack_require__(51),_mui_material_Typography__WEBPACK_IMPORTED_MODULE_11__=__webpack_require__(3),_mui_material_Tooltip__WEBPACK_IMPORTED_MODULE_12__=__webpack_require__(23),_mui_material_Paper__WEBPACK_IMPORTED_MODULE_13__=__webpack_require__(47),_mui_material_Button__WEBPACK_IMPORTED_MODULE_14__=__webpack_require__(10),_mui_material_Box__WEBPACK_IMPORTED_MODULE_15__=__webpack_require__(21);function ProductElem(props){const corp=Object(_Context__WEBPACK_IMPORTED_MODULE_10__.b)(),division=Object(_Context__WEBPACK_IMPORTED_MODULE_10__.c)(),[sellOpen,setSellOpen]=Object(react__WEBPACK_IMPORTED_MODULE_0__.useState)(!1),[limitOpen,setLimitOpen]=Object(react__WEBPACK_IMPORTED_MODULE_0__.useState)(!1),[discontinueOpen,setDiscontinueOpen]=Object(react__WEBPACK_IMPORTED_MODULE_0__.useState)(!1),[cancelOpen,setCancelOpen]=Object(react__WEBPACK_IMPORTED_MODULE_0__.useState)(!1),[marketTaOpen,setMarketTaOpen]=Object(react__WEBPACK_IMPORTED_MODULE_0__.useState)(!1),city=props.city,product=props.product,nf="0.000",nfB="0.000a",hasUpgradeDashboard=division.hasResearch("uPgrade: Dashboard"),totalGain=product.data[city][1]-product.data[city][2];let sellButtonText;if(sellButtonText=product.sllman[city][0]?Object(_utils_helpers_isString__WEBPACK_IMPORTED_MODULE_8__.a)(product.sllman[city][1])?react__WEBPACK_IMPORTED_MODULE_0___default.a.createElement(react__WEBPACK_IMPORTED_MODULE_0___default.a.Fragment,null,"Sell (",_ui_numeralFormat__WEBPACK_IMPORTED_MODULE_7__.a.format(product.data[city][2],nfB),"/",product.sllman[city][1],")"):react__WEBPACK_IMPORTED_MODULE_0___default.a.createElement(react__WEBPACK_IMPORTED_MODULE_0___default.a.Fragment,null,"Sell (",_ui_numeralFormat__WEBPACK_IMPORTED_MODULE_7__.a.format(product.data[city][2],nfB),"/",_ui_numeralFormat__WEBPACK_IMPORTED_MODULE_7__.a.format(product.sllman[city][1],nfB),")"):react__WEBPACK_IMPORTED_MODULE_0___default.a.createElement(react__WEBPACK_IMPORTED_MODULE_0___default.a.Fragment,null,"Sell (0.000/0.000)"),product.marketTa2)sellButtonText=react__WEBPACK_IMPORTED_MODULE_0___default.a.createElement(react__WEBPACK_IMPORTED_MODULE_0___default.a.Fragment,null,sellButtonText," @ ",react__WEBPACK_IMPORTED_MODULE_0___default.a.createElement(_ui_React_Money__WEBPACK_IMPORTED_MODULE_9__.a,{money:product.marketTa2Price[city]}));else if(product.marketTa1){const t=product.rat/product.mku;sellButtonText=react__WEBPACK_IMPORTED_MODULE_0___default.a.createElement(react__WEBPACK_IMPORTED_MODULE_0___default.a.Fragment,null,sellButtonText," @ ",react__WEBPACK_IMPORTED_MODULE_0___default.a.createElement(_ui_React_Money__WEBPACK_IMPORTED_MODULE_9__.a,{money:product.pCost+t}))}else if(product.sCost)if(Object(_utils_helpers_isString__WEBPACK_IMPORTED_MODULE_8__.a)(product.sCost)){const sCost=product.sCost.replace(/MP/g,product.pCost+product.rat/product.mku+"");sellButtonText=react__WEBPACK_IMPORTED_MODULE_0___default.a.createElement(react__WEBPACK_IMPORTED_MODULE_0___default.a.Fragment,null,sellButtonText," @ ",react__WEBPACK_IMPORTED_MODULE_0___default.a.createElement(_ui_React_Money__WEBPACK_IMPORTED_MODULE_9__.a,{money:eval(sCost)}))}else sellButtonText=react__WEBPACK_IMPORTED_MODULE_0___default.a.createElement(react__WEBPACK_IMPORTED_MODULE_0___default.a.Fragment,null,sellButtonText," @ ",react__WEBPACK_IMPORTED_MODULE_0___default.a.createElement(_ui_React_Money__WEBPACK_IMPORTED_MODULE_9__.a,{money:product.sCost}));let limitProductionButtonText="Limit Production";return product.prdman[city][0]&&(limitProductionButtonText+=" ("+_ui_numeralFormat__WEBPACK_IMPORTED_MODULE_7__.a.format(product.prdman[city][1],nf)+")"),react__WEBPACK_IMPORTED_MODULE_0___default.a.createElement(_mui_material_Paper__WEBPACK_IMPORTED_MODULE_13__.a,null,product.fin?react__WEBPACK_IMPORTED_MODULE_0___default.a.createElement(react__WEBPACK_IMPORTED_MODULE_0___default.a.Fragment,null,react__WEBPACK_IMPORTED_MODULE_0___default.a.createElement(_mui_material_Box__WEBPACK_IMPORTED_MODULE_15__.a,{display:"flex"},react__WEBPACK_IMPORTED_MODULE_0___default.a.createElement(_mui_material_Tooltip__WEBPACK_IMPORTED_MODULE_12__.a,{title:react__WEBPACK_IMPORTED_MODULE_0___default.a.createElement(_mui_material_Typography__WEBPACK_IMPORTED_MODULE_11__.a,null,"Prod: ",_ui_numeralFormat__WEBPACK_IMPORTED_MODULE_7__.a.format(product.data[city][1],nfB),"/s",react__WEBPACK_IMPORTED_MODULE_0___default.a.createElement("br",null),"Sell: ",_ui_numeralFormat__WEBPACK_IMPORTED_MODULE_7__.a.format(product.data[city][2],nfB)," /s")},react__WEBPACK_IMPORTED_MODULE_0___default.a.createElement(_mui_material_Typography__WEBPACK_IMPORTED_MODULE_11__.a,null,product.name,": ",_ui_numeralFormat__WEBPACK_IMPORTED_MODULE_7__.a.format(product.data[city][0],nfB)," (",_ui_numeralFormat__WEBPACK_IMPORTED_MODULE_7__.a.format(totalGain,nfB),"/s)"))),react__WEBPACK_IMPORTED_MODULE_0___default.a.createElement(_mui_material_Box__WEBPACK_IMPORTED_MODULE_15__.a,{display:"flex"},react__WEBPACK_IMPORTED_MODULE_0___default.a.createElement(_mui_material_Tooltip__WEBPACK_IMPORTED_MODULE_12__.a,{title:react__WEBPACK_IMPORTED_MODULE_0___default.a.createElement(_mui_material_Typography__WEBPACK_IMPORTED_MODULE_11__.a,null,"Quality: ",_ui_numeralFormat__WEBPACK_IMPORTED_MODULE_7__.a.format(product.qlt,nf)," ",react__WEBPACK_IMPORTED_MODULE_0___default.a.createElement("br",null),"Performance: ",_ui_numeralFormat__WEBPACK_IMPORTED_MODULE_7__.a.format(product.per,nf)," ",react__WEBPACK_IMPORTED_MODULE_0___default.a.createElement("br",null),"Durability: ",_ui_numeralFormat__WEBPACK_IMPORTED_MODULE_7__.a.format(product.dur,nf)," ",react__WEBPACK_IMPORTED_MODULE_0___default.a.createElement("br",null),"Reliability: ",_ui_numeralFormat__WEBPACK_IMPORTED_MODULE_7__.a.format(product.rel,nf)," ",react__WEBPACK_IMPORTED_MODULE_0___default.a.createElement("br",null),"Aesthetics: ",_ui_numeralFormat__WEBPACK_IMPORTED_MODULE_7__.a.format(product.aes,nf)," ",react__WEBPACK_IMPORTED_MODULE_0___default.a.createElement("br",null),"Features: ",_ui_numeralFormat__WEBPACK_IMPORTED_MODULE_7__.a.format(product.fea,nf),1===corp.unlockUpgrades[2]&&react__WEBPACK_IMPORTED_MODULE_0___default.a.createElement("br",null),1===corp.unlockUpgrades[2]&&"Demand: "+_ui_numeralFormat__WEBPACK_IMPORTED_MODULE_7__.a.format(product.dmd,nf),1===corp.unlockUpgrades[3]&&react__WEBPACK_IMPORTED_MODULE_0___default.a.createElement("br",null),1===corp.unlockUpgrades[3]&&"Competition: "+_ui_numeralFormat__WEBPACK_IMPORTED_MODULE_7__.a.format(product.cmp,nf))},react__WEBPACK_IMPORTED_MODULE_0___default.a.createElement(_mui_material_Typography__WEBPACK_IMPORTED_MODULE_11__.a,null,"Rating: ",_ui_numeralFormat__WEBPACK_IMPORTED_MODULE_7__.a.format(product.rat,nf)))),react__WEBPACK_IMPORTED_MODULE_0___default.a.createElement(_mui_material_Box__WEBPACK_IMPORTED_MODULE_15__.a,{display:"flex"},react__WEBPACK_IMPORTED_MODULE_0___default.a.createElement(_mui_material_Tooltip__WEBPACK_IMPORTED_MODULE_12__.a,{title:react__WEBPACK_IMPORTED_MODULE_0___default.a.createElement(_mui_material_Typography__WEBPACK_IMPORTED_MODULE_11__.a,null,"An estimate of the material cost it takes to create this Product.")},react__WEBPACK_IMPORTED_MODULE_0___default.a.createElement(_mui_material_Typography__WEBPACK_IMPORTED_MODULE_11__.a,null,"Est. Production Cost:"," ",_ui_numeralFormat__WEBPACK_IMPORTED_MODULE_7__.a.formatMoney(product.pCost/_data_Constants__WEBPACK_IMPORTED_MODULE_1__.a.ProductProductionCostRatio)))),react__WEBPACK_IMPORTED_MODULE_0___default.a.createElement(_mui_material_Box__WEBPACK_IMPORTED_MODULE_15__.a,{display:"flex"},react__WEBPACK_IMPORTED_MODULE_0___default.a.createElement(_mui_material_Tooltip__WEBPACK_IMPORTED_MODULE_12__.a,{title:react__WEBPACK_IMPORTED_MODULE_0___default.a.createElement(_mui_material_Typography__WEBPACK_IMPORTED_MODULE_11__.a,null,"An estimate of how much consumers are willing to pay for this product. Setting the sale price above this may result in less sales. Setting the sale price below this may result in more sales.")},react__WEBPACK_IMPORTED_MODULE_0___default.a.createElement(_mui_material_Typography__WEBPACK_IMPORTED_MODULE_11__.a,null,"Est. Market Price: ",_ui_numeralFormat__WEBPACK_IMPORTED_MODULE_7__.a.formatMoney(product.pCost)))),react__WEBPACK_IMPORTED_MODULE_0___default.a.createElement(_mui_material_Button__WEBPACK_IMPORTED_MODULE_14__.a,{onClick:()=>setDiscontinueOpen(!0)},"Discontinue"),react__WEBPACK_IMPORTED_MODULE_0___default.a.createElement(_modals_DiscontinueProductModal__WEBPACK_IMPORTED_MODULE_2__.a,{product:product,rerender:props.rerender,open:discontinueOpen,onClose:()=>setDiscontinueOpen(!1)})):react__WEBPACK_IMPORTED_MODULE_0___default.a.createElement(react__WEBPACK_IMPORTED_MODULE_0___default.a.Fragment,null,react__WEBPACK_IMPORTED_MODULE_0___default.a.createElement(_mui_material_Typography__WEBPACK_IMPORTED_MODULE_11__.a,null,"Designing ",product.name," (req. Operations/Engineers in ",product.createCity,")..."),react__WEBPACK_IMPORTED_MODULE_0___default.a.createElement("br",null),react__WEBPACK_IMPORTED_MODULE_0___default.a.createElement(_mui_material_Typography__WEBPACK_IMPORTED_MODULE_11__.a,null,_ui_numeralFormat__WEBPACK_IMPORTED_MODULE_7__.a.format(product.prog,"0.00"),"% complete"),react__WEBPACK_IMPORTED_MODULE_0___default.a.createElement(_mui_material_Button__WEBPACK_IMPORTED_MODULE_14__.a,{onClick:()=>setCancelOpen(!0)},"Cancel"),react__WEBPACK_IMPORTED_MODULE_0___default.a.createElement(_modals_CancelProductModal__WEBPACK_IMPORTED_MODULE_6__.a,{product:product,rerender:props.rerender,open:cancelOpen,onClose:()=>setCancelOpen(!1)})),(hasUpgradeDashboard||product.fin)&&react__WEBPACK_IMPORTED_MODULE_0___default.a.createElement(react__WEBPACK_IMPORTED_MODULE_0___default.a.Fragment,null,react__WEBPACK_IMPORTED_MODULE_0___default.a.createElement(_mui_material_Button__WEBPACK_IMPORTED_MODULE_14__.a,{onClick:()=>setSellOpen(!0)},sellButtonText),react__WEBPACK_IMPORTED_MODULE_0___default.a.createElement(_modals_SellProductModal__WEBPACK_IMPORTED_MODULE_4__.a,{product:product,city:city,open:sellOpen,onClose:()=>setSellOpen(!1)}),react__WEBPACK_IMPORTED_MODULE_0___default.a.createElement("br",null),react__WEBPACK_IMPORTED_MODULE_0___default.a.createElement(_mui_material_Button__WEBPACK_IMPORTED_MODULE_14__.a,{onClick:()=>setLimitOpen(!0)},limitProductionButtonText),react__WEBPACK_IMPORTED_MODULE_0___default.a.createElement(_modals_LimitProductProductionModal__WEBPACK_IMPORTED_MODULE_3__.a,{product:product,city:city,open:limitOpen,onClose:()=>setLimitOpen(!1)}),division.hasResearch("Market-TA.I")&&react__WEBPACK_IMPORTED_MODULE_0___default.a.createElement(react__WEBPACK_IMPORTED_MODULE_0___default.a.Fragment,null,react__WEBPACK_IMPORTED_MODULE_0___default.a.createElement(_mui_material_Button__WEBPACK_IMPORTED_MODULE_14__.a,{onClick:()=>setMarketTaOpen(!0)},"Market-TA"),react__WEBPACK_IMPORTED_MODULE_0___default.a.createElement(_modals_ProductMarketTaModal__WEBPACK_IMPORTED_MODULE_5__.a,{product:product,open:marketTaOpen,onClose:()=>setMarketTaOpen(!1)}))))}},function(t,e,n){"use strict";n.d(e,"a",(function(){return c}));var a=n(0),r=n.n(a),i=n(40),o=n(51),s=n(3),l=n(10);function c(t){const e=Object(o.c)();return r.a.createElement(i.a,{open:t.open,onClose:t.onClose},r.a.createElement(s.a,null,"Are you sure you want to do this? Discontinuing a product removes it completely and permanently. You will no longer produce this product and all of its existing stock will be removed and left unsold"),r.a.createElement(l.a,{onClick:function(){e.discontinueProduct(t.product),t.onClose(),t.rerender()}},"Discontinue"))}},function(t,e,n){"use strict";n.d(e,"a",(function(){return u}));var a=n(0),r=n.n(a),i=n(60),o=n(40),s=n(3),l=n(10),c=n(87),f=n(31);function u(t){const[e,n]=Object(a.useState)(null);function u(){let n=e;null===n&&(n=-1),Object(i.m)(t.product,t.city,n),t.onClose()}return Object(a.useEffect)(()=>{t.open||n(null)},[t.open]),r.a.createElement(o.a,{open:t.open,onClose:t.onClose},r.a.createElement(s.a,null,"Enter a limit to the amount of this product you would like to produce per second. Leave the box empty to set no limit."),r.a.createElement(c.a,{autoFocus:!0,placeholder:"Limit",type:"number",onChange:function(t){""===t.target.value?n(null):n(parseFloat(t.target.value))},onKeyDown:function(t){t.key===f.a.ENTER&&u()}}),r.a.createElement(l.a,{onClick:u},"Limit production"))}},function(t,e,n){"use strict";n.d(e,"a",(function(){return d}));var a=n(0),r=n.n(a),i=n(19),o=n(60),s=n(40),l=n(3),c=n(87),f=n(10),u=n(345),m=n(284),h=n(31);function d(t){const[e,n]=Object(a.useState)(!0),[d,p]=Object(a.useState)(t.product.sllman[t.city][1]?t.product.sllman[t.city][1]:""),[g,b]=Object(a.useState)(function(t){let e=t.sCost?t.sCost+"":"";return t.marketTa2?e+=" (Market-TA.II)":t.marketTa1&&(e+=" (Market-TA.I)"),e}(t.product));function y(){try{Object(o.t)(t.product,t.city,d,g,e)}catch(t){Object(i.a)(t+"")}t.onClose()}function E(t){t.key===h.a.ENTER&&y()}return r.a.createElement(s.a,{open:t.open,onClose:t.onClose},r.a.createElement(l.a,null,"Enter the maximum amount of ",t.product.name," you would like to sell per second, as well as the price at which you would like to sell it at.",r.a.createElement("br",null),r.a.createElement("br",null),"If the sell amount is set to 0, then the product will not be sold. If the sell price is set to 0, then the product will be discarded.",r.a.createElement("br",null),r.a.createElement("br",null),"Setting the sell amount to 'MAX' will result in you always selling the maximum possible amount of the material.",r.a.createElement("br",null),r.a.createElement("br",null),"When setting the sell amount, you can use the 'PROD' variable to designate a dynamically changing amount that depends on your production. For example, if you set the sell amount to 'PROD-1' then you will always sell 1 less of the material than you produce.",r.a.createElement("br",null),r.a.createElement("br",null),"When setting the sell price, you can use the 'MP' variable to set a dynamically changing price that depends on the Product's estimated market price. For example, if you set it to 'MP*5' then it will always be sold at five times the estimated market price."),r.a.createElement("br",null),r.a.createElement(c.a,{value:d,autoFocus:!0,type:"text",placeholder:"Sell amount",onChange:function(t){p(t.target.value)},onKeyDown:E}),r.a.createElement(c.a,{value:g,type:"text",placeholder:"Sell price",onChange:function(t){b(t.target.value)},onKeyDown:E}),r.a.createElement(f.a,{onClick:y},"Confirm"),r.a.createElement(u.a,{control:r.a.createElement(m.a,{checked:e,onChange:function(t){n(t.target.checked)}}),label:r.a.createElement(l.a,null,"Use same 'Sell Amount' for all cities")}))}},function(t,e,n){"use strict";n.d(e,"a",(function(){return d}));var a=n(0),r=n.n(a),i=n(7),o=n(40),s=n(51),l=n(3),c=n(87),f=n(345),u=n(284),m=n(23);function h(t){if(!Object(s.c)().hasResearch("Market-TA.II"))return r.a.createElement(r.a.Fragment,null);const e=t.product.rat/t.product.mku,[n,o]=Object(a.useState)(t.product.pCost),h=Object(a.useState)(!1)[1];const d=n;let p=1;return d>t.product.pCost&&d-t.product.pCost>e&&(p=e/(d-t.product.pCost)),r.a.createElement(r.a.Fragment,null,r.a.createElement(l.a,{variant:"h4"},"Market-TA.II"),r.a.createElement("br",null),r.a.createElement(l.a,null,"If you sell at ",i.a.formatMoney(d),", then you will sell"," ",i.a.format(p,"0.00000"),"x as much compared to if you sold at market price."),r.a.createElement(c.a,{type:"number",onChange:function(t){o(parseFloat(t.target.value))},value:n}),r.a.createElement("br",null),r.a.createElement(f.a,{control:r.a.createElement(u.a,{checked:t.product.marketTa2,onChange:function(e){t.product.marketTa2=e.target.checked,h(t=>!t)}}),label:r.a.createElement(m.a,{title:r.a.createElement(l.a,null,"If this is enabled, then this Material will automatically be sold at the optimal price such that the amount sold matches the amount produced. (i.e. the highest possible price, while still ensuring that all produced materials will be sold)")},r.a.createElement(l.a,null,"Use Market-TA.II for Auto-Sale Price"))}))}function d(t){const e=t.product.rat/t.product.mku,n=Object(a.useState)(!1)[1];return r.a.createElement(o.a,{open:t.open,onClose:t.onClose},r.a.createElement(r.a.Fragment,null,r.a.createElement(l.a,{variant:"h4"},"Market-TA.I"),r.a.createElement(l.a,null,"The maximum sale price you can mark this up to is"," ",i.a.formatMoney(t.product.pCost+e),". This means that if you set the sale price higher than this, you will begin to experience a loss in number of sales"),r.a.createElement(f.a,{control:r.a.createElement(u.a,{checked:t.product.marketTa1,onChange:function(e){t.product.marketTa1=e.target.checked,n(t=>!t)}}),label:r.a.createElement(m.a,{title:r.a.createElement(l.a,null,"If this is enabled, then this Material will automatically be sold at the price identified by Market-TA.I (i.e. the price shown above)")},r.a.createElement(l.a,null,"Use Market-TA.I for Auto-Sale Price"))})),r.a.createElement(h,{product:t.product}))}},function(t,e,n){"use strict";n.d(e,"a",(function(){return c}));var a=n(0),r=n.n(a),i=n(40),o=n(51),s=n(3),l=n(10);function c(t){const e=Object(o.c)();return r.a.createElement(i.a,{open:t.open,onClose:t.onClose},r.a.createElement(s.a,null,"Are you sure you want to do this? Canceling a product removes it completely and permanently. You will receive no money back by doing so"),r.a.createElement(l.a,{onClick:function(){e.discontinueProduct(t.product),t.onClose(),t.rerender()}},"Cancel"))}},function(module,__webpack_exports__,__webpack_require__){"use strict";__webpack_require__.d(__webpack_exports__,"a",(function(){return MaterialElem}));var react__WEBPACK_IMPORTED_MODULE_0__=__webpack_require__(0),react__WEBPACK_IMPORTED_MODULE_0___default=__webpack_require__.n(react__WEBPACK_IMPORTED_MODULE_0__),_modals_ExportModal__WEBPACK_IMPORTED_MODULE_1__=__webpack_require__(1294),_modals_MaterialMarketTaModal__WEBPACK_IMPORTED_MODULE_2__=__webpack_require__(1295),_modals_SellMaterialModal__WEBPACK_IMPORTED_MODULE_3__=__webpack_require__(1296),_modals_PurchaseMaterialModal__WEBPACK_IMPORTED_MODULE_4__=__webpack_require__(1297),_ui_numeralFormat__WEBPACK_IMPORTED_MODULE_5__=__webpack_require__(7),_utils_helpers_isString__WEBPACK_IMPORTED_MODULE_6__=__webpack_require__(189),_ui_React_Money__WEBPACK_IMPORTED_MODULE_7__=__webpack_require__(24),_Context__WEBPACK_IMPORTED_MODULE_8__=__webpack_require__(51),_mui_material_Typography__WEBPACK_IMPORTED_MODULE_9__=__webpack_require__(3),_mui_material_Tooltip__WEBPACK_IMPORTED_MODULE_10__=__webpack_require__(23),_mui_material_Paper__WEBPACK_IMPORTED_MODULE_11__=__webpack_require__(47),_mui_material_Button__WEBPACK_IMPORTED_MODULE_12__=__webpack_require__(10),_mui_material_Box__WEBPACK_IMPORTED_MODULE_13__=__webpack_require__(21),_modals_LimitMaterialProductionModal__WEBPACK_IMPORTED_MODULE_14__=__webpack_require__(1298);function MaterialElem(props){const corp=Object(_Context__WEBPACK_IMPORTED_MODULE_8__.b)(),division=Object(_Context__WEBPACK_IMPORTED_MODULE_8__.c)(),[purchaseMaterialOpen,setPurchaseMaterialOpen]=Object(react__WEBPACK_IMPORTED_MODULE_0__.useState)(!1),[exportOpen,setExportOpen]=Object(react__WEBPACK_IMPORTED_MODULE_0__.useState)(!1),[sellMaterialOpen,setSellMaterialOpen]=Object(react__WEBPACK_IMPORTED_MODULE_0__.useState)(!1),[materialMarketTaOpen,setMaterialMarketTaOpen]=Object(react__WEBPACK_IMPORTED_MODULE_0__.useState)(!1),[limitProductionOpen,setLimitProductionOpen]=Object(react__WEBPACK_IMPORTED_MODULE_0__.useState)(!1),warehouse=props.warehouse,city=props.city,mat=props.mat,markupLimit=mat.getMarkupLimit(),office=division.offices[city];if(!office)throw new Error(`Could not get OfficeSpace object for this city (${city})`);const nf="0.000",nfB="0.000a",totalGain=mat.buy+mat.prd+mat.imp-mat.sll-mat.totalExp,tutorial=division.newInd&&Object.keys(division.reqMats).includes(mat.name)&&0===mat.buy&&0===mat.imp,purchaseButtonText=`Buy (${_ui_numeralFormat__WEBPACK_IMPORTED_MODULE_5__.a.format(mat.buy,nfB)})`;let sellButtonText;if(mat.sllman[0]){if(sellButtonText=Object(_utils_helpers_isString__WEBPACK_IMPORTED_MODULE_6__.a)(mat.sllman[1])?react__WEBPACK_IMPORTED_MODULE_0___default.a.createElement(react__WEBPACK_IMPORTED_MODULE_0___default.a.Fragment,null,"Sell (",_ui_numeralFormat__WEBPACK_IMPORTED_MODULE_5__.a.format(mat.sll,nfB),"/",mat.sllman[1],")"):react__WEBPACK_IMPORTED_MODULE_0___default.a.createElement(react__WEBPACK_IMPORTED_MODULE_0___default.a.Fragment,null,"Sell (",_ui_numeralFormat__WEBPACK_IMPORTED_MODULE_5__.a.format(mat.sll,nfB),"/",_ui_numeralFormat__WEBPACK_IMPORTED_MODULE_5__.a.format(mat.sllman[1],nfB),")"),mat.marketTa2)sellButtonText=react__WEBPACK_IMPORTED_MODULE_0___default.a.createElement(react__WEBPACK_IMPORTED_MODULE_0___default.a.Fragment,null,sellButtonText," @ ",react__WEBPACK_IMPORTED_MODULE_0___default.a.createElement(_ui_React_Money__WEBPACK_IMPORTED_MODULE_7__.a,{money:mat.marketTa2Price}));else if(mat.marketTa1)sellButtonText=react__WEBPACK_IMPORTED_MODULE_0___default.a.createElement(react__WEBPACK_IMPORTED_MODULE_0___default.a.Fragment,null,sellButtonText," @ ",react__WEBPACK_IMPORTED_MODULE_0___default.a.createElement(_ui_React_Money__WEBPACK_IMPORTED_MODULE_7__.a,{money:mat.bCost+markupLimit}));else if(mat.sCost)if(Object(_utils_helpers_isString__WEBPACK_IMPORTED_MODULE_6__.a)(mat.sCost)){const sCost=mat.sCost.replace(/MP/g,mat.bCost+"");sellButtonText=react__WEBPACK_IMPORTED_MODULE_0___default.a.createElement(react__WEBPACK_IMPORTED_MODULE_0___default.a.Fragment,null,sellButtonText," @ ",react__WEBPACK_IMPORTED_MODULE_0___default.a.createElement(_ui_React_Money__WEBPACK_IMPORTED_MODULE_7__.a,{money:eval(sCost)}))}else sellButtonText=react__WEBPACK_IMPORTED_MODULE_0___default.a.createElement(react__WEBPACK_IMPORTED_MODULE_0___default.a.Fragment,null,sellButtonText," @ ",react__WEBPACK_IMPORTED_MODULE_0___default.a.createElement(_ui_React_Money__WEBPACK_IMPORTED_MODULE_7__.a,{money:mat.sCost}))}else sellButtonText=react__WEBPACK_IMPORTED_MODULE_0___default.a.createElement(react__WEBPACK_IMPORTED_MODULE_0___default.a.Fragment,null,"Sell (0.000/0.000)");let limitMaterialButtonText="Limit Material";return mat.prdman[0]&&(limitMaterialButtonText+=" ("+_ui_numeralFormat__WEBPACK_IMPORTED_MODULE_5__.a.format(mat.prdman[1],nf)+")"),react__WEBPACK_IMPORTED_MODULE_0___default.a.createElement(_mui_material_Paper__WEBPACK_IMPORTED_MODULE_11__.a,null,react__WEBPACK_IMPORTED_MODULE_0___default.a.createElement(_mui_material_Box__WEBPACK_IMPORTED_MODULE_13__.a,{sx:{display:"grid",gridTemplateColumns:"2fr 1fr",m:"5px"}},react__WEBPACK_IMPORTED_MODULE_0___default.a.createElement(_mui_material_Box__WEBPACK_IMPORTED_MODULE_13__.a,null,react__WEBPACK_IMPORTED_MODULE_0___default.a.createElement(_mui_material_Tooltip__WEBPACK_IMPORTED_MODULE_10__.a,{title:react__WEBPACK_IMPORTED_MODULE_0___default.a.createElement(_mui_material_Typography__WEBPACK_IMPORTED_MODULE_9__.a,null,"Buy: ",_ui_numeralFormat__WEBPACK_IMPORTED_MODULE_5__.a.format(mat.buy,nfB)," ",react__WEBPACK_IMPORTED_MODULE_0___default.a.createElement("br",null),"Prod: ",_ui_numeralFormat__WEBPACK_IMPORTED_MODULE_5__.a.format(mat.prd,nfB)," ",react__WEBPACK_IMPORTED_MODULE_0___default.a.createElement("br",null),"Sell: ",_ui_numeralFormat__WEBPACK_IMPORTED_MODULE_5__.a.format(mat.sll,nfB)," ",react__WEBPACK_IMPORTED_MODULE_0___default.a.createElement("br",null),"Export: ",_ui_numeralFormat__WEBPACK_IMPORTED_MODULE_5__.a.format(mat.totalExp,nfB)," ",react__WEBPACK_IMPORTED_MODULE_0___default.a.createElement("br",null),"Import: ",_ui_numeralFormat__WEBPACK_IMPORTED_MODULE_5__.a.format(mat.imp,nfB),1===corp.unlockUpgrades[2]&&react__WEBPACK_IMPORTED_MODULE_0___default.a.createElement("br",null),1===corp.unlockUpgrades[2]&&"Demand: "+_ui_numeralFormat__WEBPACK_IMPORTED_MODULE_5__.a.format(mat.dmd,nf),1===corp.unlockUpgrades[3]&&react__WEBPACK_IMPORTED_MODULE_0___default.a.createElement("br",null),1===corp.unlockUpgrades[3]&&"Competition: "+_ui_numeralFormat__WEBPACK_IMPORTED_MODULE_5__.a.format(mat.cmp,nf))},react__WEBPACK_IMPORTED_MODULE_0___default.a.createElement(_mui_material_Typography__WEBPACK_IMPORTED_MODULE_9__.a,null,mat.name,": ",_ui_numeralFormat__WEBPACK_IMPORTED_MODULE_5__.a.format(mat.qty,nfB)," (",_ui_numeralFormat__WEBPACK_IMPORTED_MODULE_5__.a.format(totalGain,nfB),"/s)")),react__WEBPACK_IMPORTED_MODULE_0___default.a.createElement(_mui_material_Tooltip__WEBPACK_IMPORTED_MODULE_10__.a,{title:react__WEBPACK_IMPORTED_MODULE_0___default.a.createElement(_mui_material_Typography__WEBPACK_IMPORTED_MODULE_9__.a,null,"Market Price: The price you would pay if you were to buy this material on the market")},react__WEBPACK_IMPORTED_MODULE_0___default.a.createElement(_mui_material_Typography__WEBPACK_IMPORTED_MODULE_9__.a,null,"MP: ",_ui_numeralFormat__WEBPACK_IMPORTED_MODULE_5__.a.formatMoney(mat.bCost))),react__WEBPACK_IMPORTED_MODULE_0___default.a.createElement(_mui_material_Tooltip__WEBPACK_IMPORTED_MODULE_10__.a,{title:react__WEBPACK_IMPORTED_MODULE_0___default.a.createElement(_mui_material_Typography__WEBPACK_IMPORTED_MODULE_9__.a,null,"The quality of your material. Higher quality will lead to more sales")},react__WEBPACK_IMPORTED_MODULE_0___default.a.createElement(_mui_material_Typography__WEBPACK_IMPORTED_MODULE_9__.a,null,"Quality: ",_ui_numeralFormat__WEBPACK_IMPORTED_MODULE_5__.a.format(mat.qlt,"0.00a")))),react__WEBPACK_IMPORTED_MODULE_0___default.a.createElement(_mui_material_Box__WEBPACK_IMPORTED_MODULE_13__.a,{sx:{"& button":{width:"100%"}}},react__WEBPACK_IMPORTED_MODULE_0___default.a.createElement(_mui_material_Tooltip__WEBPACK_IMPORTED_MODULE_10__.a,{title:tutorial?react__WEBPACK_IMPORTED_MODULE_0___default.a.createElement(_mui_material_Typography__WEBPACK_IMPORTED_MODULE_9__.a,null,"Purchase your required materials to get production started!"):""},react__WEBPACK_IMPORTED_MODULE_0___default.a.createElement(_mui_material_Button__WEBPACK_IMPORTED_MODULE_12__.a,{color:tutorial?"error":"primary",onClick:()=>setPurchaseMaterialOpen(!0)},purchaseButtonText)),react__WEBPACK_IMPORTED_MODULE_0___default.a.createElement(_modals_PurchaseMaterialModal__WEBPACK_IMPORTED_MODULE_4__.a,{mat:mat,warehouse:warehouse,open:purchaseMaterialOpen,disablePurchaseLimit:props.warehouse.smartSupplyEnabled&&Object.keys(division.reqMats).includes(props.mat.name),onClose:()=>setPurchaseMaterialOpen(!1)}),1===corp.unlockUpgrades[0]&&react__WEBPACK_IMPORTED_MODULE_0___default.a.createElement(react__WEBPACK_IMPORTED_MODULE_0___default.a.Fragment,null,react__WEBPACK_IMPORTED_MODULE_0___default.a.createElement(_mui_material_Button__WEBPACK_IMPORTED_MODULE_12__.a,{onClick:()=>setExportOpen(!0)},"Export"),react__WEBPACK_IMPORTED_MODULE_0___default.a.createElement(_modals_ExportModal__WEBPACK_IMPORTED_MODULE_1__.a,{mat:mat,open:exportOpen,onClose:()=>setExportOpen(!1)})),react__WEBPACK_IMPORTED_MODULE_0___default.a.createElement(_mui_material_Button__WEBPACK_IMPORTED_MODULE_12__.a,{color:division.prodMats.includes(props.mat.name)&&!mat.sllman[0]?"error":"primary",onClick:()=>setSellMaterialOpen(!0)},sellButtonText),react__WEBPACK_IMPORTED_MODULE_0___default.a.createElement(_modals_SellMaterialModal__WEBPACK_IMPORTED_MODULE_3__.a,{mat:mat,open:sellMaterialOpen,onClose:()=>setSellMaterialOpen(!1)}),division.hasResearch("Market-TA.I")&&react__WEBPACK_IMPORTED_MODULE_0___default.a.createElement(react__WEBPACK_IMPORTED_MODULE_0___default.a.Fragment,null,react__WEBPACK_IMPORTED_MODULE_0___default.a.createElement(_mui_material_Button__WEBPACK_IMPORTED_MODULE_12__.a,{onClick:()=>setMaterialMarketTaOpen(!0)},"Market-TA"),react__WEBPACK_IMPORTED_MODULE_0___default.a.createElement(_modals_MaterialMarketTaModal__WEBPACK_IMPORTED_MODULE_2__.a,{mat:mat,open:materialMarketTaOpen,onClose:()=>setMaterialMarketTaOpen(!1)})),react__WEBPACK_IMPORTED_MODULE_0___default.a.createElement(_mui_material_Button__WEBPACK_IMPORTED_MODULE_12__.a,{color:tutorial?"error":"primary",onClick:()=>setLimitProductionOpen(!0)},limitMaterialButtonText),react__WEBPACK_IMPORTED_MODULE_0___default.a.createElement(_modals_LimitMaterialProductionModal__WEBPACK_IMPORTED_MODULE_14__.a,{material:mat,open:limitProductionOpen,onClose:()=>setLimitProductionOpen(!1)}))))}},function(t,e,n){"use strict";n.d(e,"a",(function(){return g}));var a=n(0),r=n.n(a),i=n(19),o=n(60),s=n(40),l=n(51),c=n(424),f=n(3),u=n(87),m=n(10),h=n(21),d=n(74),p=n(130);function g(t){const e=Object(l.b)(),n=e.divisions.filter(e=>Object(c.a)(t.mat.name,e));if(0===n.length)throw new Error("Export popup created with no divisions.");const g=n[0];if(0===Object.keys(g.warehouses).length)throw new Error("Export popup created in a division with no warehouses.");const[b,y]=Object(a.useState)(g.name),[E,v]=Object(a.useState)(Object.keys(g.warehouses)[0]),[k,w]=Object(a.useState)(""),S=Object(a.useState)(!1)[1];function _(e){for(let n=0;n!t)}const C=e.divisions.find(t=>t.name===b);if(void 0===C)throw new Error(`Export popup somehow ended up with undefined division '${C}'`);const x=Object.keys(C.warehouses).filter(t=>0!==C.warehouses[t]);return x.length>0&&!x.includes(E)&&v(x[0]),r.a.createElement(s.a,{open:t.open,onClose:t.onClose},r.a.createElement(f.a,null,"Select the industry and city to export this material to, as well as how much of this material to export per second. You can set the export amount to 'MAX' to export all of the materials in this warehouse."),r.a.createElement(p.a,{onChange:function(t){const n=t.target.value;y(n),v(Object.keys(e.divisions[0].warehouses)[0])},value:b},e.divisions.filter(e=>Object(c.a)(t.mat.name,e)).map(t=>r.a.createElement(d.a,{key:t.name,value:t.name},t.name))),r.a.createElement(p.a,{onChange:function(t){v(t.target.value)},value:E},x.map(t=>{if(0!==C.warehouses[t])return r.a.createElement(d.a,{key:t,value:t},t)})),r.a.createElement(u.a,{placeholder:"Export amount / s",onChange:function(t){w(t.target.value)},value:k}),r.a.createElement(m.a,{onClick:function(){try{Object(o.h)(b,E,t.mat,k,C)}catch(t){Object(i.a)(t+"")}t.onClose()}},"Export"),r.a.createElement(f.a,null,"Below is a list of all current exports of this material from this warehouse. Clicking on one of the exports below will REMOVE that export."),t.mat.exp.map((t,e)=>r.a.createElement(h.a,{display:"flex",alignItems:"center",key:e},r.a.createElement(m.a,{sx:{mx:2},onClick:()=>_(t)},"delete"),r.a.createElement(f.a,null,"Industry: ",t.ind,r.a.createElement("br",null),"City: ",t.city,r.a.createElement("br",null),"Amount/s: ",t.amt))))}},function(t,e,n){"use strict";n.d(e,"a",(function(){return d}));var a=n(0),r=n.n(a),i=n(7),o=n(40),s=n(51),l=n(3),c=n(87),f=n(345),u=n(284),m=n(23);function h(t){if(!Object(s.c)().hasResearch("Market-TA.II"))return r.a.createElement(r.a.Fragment,null);const[e,n]=Object(a.useState)(t.mat.bCost),o=Object(a.useState)(!1)[1];const h=t.mat.getMarkupLimit();const d=e;let p=1;return d>t.mat.bCost?d-t.mat.bCost>h&&(p=Math.pow(h/(d-t.mat.bCost),2)):d!t)}}),label:r.a.createElement(m.a,{title:r.a.createElement(l.a,null,"If this is enabled, then this Material will automatically be sold at the optimal price such that the amount sold matches the amount produced. (i.e. the highest possible price, while still ensuring that all produced materials will be sold)")},r.a.createElement(l.a,null,"Use Market-TA.II for Auto-Sale Price"))}))}function d(t){const e=Object(a.useState)(!1)[1];const n=t.mat.getMarkupLimit();return r.a.createElement(o.a,{open:t.open,onClose:t.onClose},r.a.createElement(r.a.Fragment,null,r.a.createElement(l.a,{variant:"h4"},"Market-TA.I"),r.a.createElement(l.a,null,"The maximum sale price you can mark this up to is ",i.a.formatMoney(t.mat.bCost+n),". This means that if you set the sale price higher than this, you will begin to experience a loss in number of sales"),r.a.createElement(f.a,{control:r.a.createElement(u.a,{checked:t.mat.marketTa1,onChange:function(n){t.mat.marketTa1=n.target.checked,e(t=>!t)}}),label:r.a.createElement(m.a,{title:r.a.createElement(l.a,null,"If this is enabled, then this Material will automatically be sold at the price identified by Market-TA.I (i.e. the price shown above)")},r.a.createElement(l.a,null,"Use Market-TA.I for Auto-Sale Price"))})),r.a.createElement(h,{mat:t.mat}))}},function(t,e,n){"use strict";n.d(e,"a",(function(){return m}));var a=n(0),r=n.n(a),i=n(19),o=n(60),s=n(40),l=n(3),c=n(87),f=n(10),u=n(31);function m(t){const[e,n]=Object(a.useState)(t.mat.sllman[1]?t.mat.sllman[1]+"":""),[m,h]=Object(a.useState)(function(t){let e=t.sCost?t.sCost+"":"";return t.marketTa2?e+=" (Market-TA.II)":t.marketTa1&&(e+=" (Market-TA.I)"),e}(t.mat));function d(){try{Object(o.s)(t.mat,e,m)}catch(t){Object(i.a)(t+"")}t.onClose()}function p(t){t.key===u.a.ENTER&&d()}return r.a.createElement(s.a,{open:t.open,onClose:t.onClose},r.a.createElement(l.a,null,"Enter the maximum amount of ",t.mat.name," you would like to sell per second, as well as the price at which you would like to sell at.",r.a.createElement("br",null),r.a.createElement("br",null),"If the sell amount is set to 0, then the material will not be sold. If the sell price if set to 0, then the material will be discarded",r.a.createElement("br",null),r.a.createElement("br",null),"Setting the sell amount to 'MAX' will result in you always selling the maximum possible amount of the material.",r.a.createElement("br",null),r.a.createElement("br",null),"When setting the sell amount, you can use the 'PROD' variable to designate a dynamically changing amount that depends on your production. For example, if you set the sell amount to 'PROD-5' then you will always sell 5 less of the material than you produce.",r.a.createElement("br",null),r.a.createElement("br",null),"When setting the sell price, you can use the 'MP' variable to designate a dynamically changing price that depends on the market price. For example, if you set the sell price to 'MP+10' then it will always be sold at $10 above the market price."),r.a.createElement("br",null),r.a.createElement(c.a,{value:e,autoFocus:!0,type:"text",placeholder:"Sell amount",onChange:function(t){n(t.target.value)},onKeyDown:p}),r.a.createElement(c.a,{value:m,type:"text",placeholder:"Sell price",onChange:function(t){h(t.target.value)},onKeyDown:p}),r.a.createElement(f.a,{onClick:d},"Confirm"))}},function(t,e,n){"use strict";n.d(e,"a",(function(){return g}));var a=n(0),r=n.n(a),i=n(19),o=n(184),s=n(7),l=n(60),c=n(40),f=n(51),u=n(3),m=n(87),h=n(10),d=n(31);function p(t){const e=Object(f.b)(),[n,c]=Object(a.useState)(""),[p,g]=Object(a.useState)(!1);function b(t){const e=parseFloat(t.amount),n=e*t.mat.bCost,a=o.a[t.mat.name];return e>(t.warehouse.size-t.warehouse.sizeUsed)/a?(g(!0),r.a.createElement(r.a.Fragment,null,r.a.createElement(u.a,{color:"error"},"Not enough warehouse space to purchase this amount"))):isNaN(n)||e<0?(g(!0),r.a.createElement(r.a.Fragment,null,r.a.createElement(u.a,{color:"error"},"Invalid input for Bulk Purchase amount"))):(g(!1),r.a.createElement(r.a.Fragment,null,r.a.createElement(u.a,null,"Purchasing ",s.a.format(e,"0,0.00")," of ",t.mat.name," will cost"," ",s.a.formatMoney(n))))}function y(){try{Object(l.c)(e,t.warehouse,t.mat,parseFloat(n))}catch(t){Object(i.a)(t+"")}t.onClose()}return r.a.createElement(r.a.Fragment,null,r.a.createElement(u.a,null,"Enter the amount of ",t.mat.name," you would like to bulk purchase. This purchases the specified amount instantly (all at once)."),r.a.createElement(b,{warehouse:t.warehouse,mat:t.mat,amount:n}),r.a.createElement(m.a,{value:n,onChange:function(t){c(t.target.value)},type:"number",placeholder:"Bulk Purchase amount",onKeyDown:function(t){t.key===d.a.ENTER&&y()}}),r.a.createElement(h.a,{disabled:p,onClick:y},"Confirm Bulk Purchase"))}function g(t){const e=Object(f.c)(),[n,o]=Object(a.useState)(t.mat.buy?t.mat.buy:0);function s(){if(null!==n){try{Object(l.f)(t.mat,n)}catch(t){Object(i.a)(t+"")}t.onClose()}}return r.a.createElement(c.a,{open:t.open,onClose:t.onClose},r.a.createElement(r.a.Fragment,null,r.a.createElement(u.a,null,"Enter the amount of ",t.mat.name," you would like to purchase per second. This material's cost changes constantly.",t.disablePurchaseLimit?"Note: Purchase amount is disabled as smart supply is enabled":""),r.a.createElement(m.a,{value:n,onChange:function(t){o(parseFloat(t.target.value))},autoFocus:!0,placeholder:"Purchase amount",type:"number",disabled:t.disablePurchaseLimit,onKeyDown:function(t){t.key===d.a.ENTER&&s()}}),r.a.createElement(h.a,{disabled:t.disablePurchaseLimit,onClick:s},"Confirm"),r.a.createElement(h.a,{disabled:t.disablePurchaseLimit,onClick:function(){t.mat.buy=0,t.onClose()}},"Clear Purchase"),e.hasResearch("Bulk Purchasing")&&r.a.createElement(p,{onClose:t.onClose,mat:t.mat,warehouse:t.warehouse})))}},function(t,e,n){"use strict";n.d(e,"a",(function(){return u}));var a=n(0),r=n.n(a),i=n(60),o=n(40),s=n(3),l=n(10),c=n(87),f=n(31);function u(t){const[e,n]=Object(a.useState)(null);function u(){let n=e;null===n&&(n=-1),Object(i.l)(t.material,n),t.onClose()}return Object(a.useEffect)(()=>{t.open||n(null)},[t.open]),r.a.createElement(o.a,{open:t.open,onClose:t.onClose},r.a.createElement(s.a,null,"Enter a limit to the amount of this material you would like to produce per second. Leave the box empty to set no limit."),r.a.createElement(c.a,{autoFocus:!0,placeholder:"Limit",type:"number",onChange:function(t){""===t.target.value?n(null):n(parseFloat(t.target.value))},onKeyDown:function(t){t.key===f.a.ENTER&&u()}}),r.a.createElement(l.a,{onClick:u},"Limit production"))}},function(t,e,n){"use strict";n.d(e,"a",(function(){return o}));var a=n(0),r=n.n(a),i=n(269);function o(t){const e=[];for(const n of Object.keys(t.division.reqMats)){const a=t.division.reqMats[n];void 0!==a&&e.push(String.raw`${a}\text{ }${n}`)}const n=t.division.prodMats.map(t=>"1\\text{ }"+t);return t.division.makesProducts&&n.push("Products"),r.a.createElement(i.a,null,"\\("+e.join("+")+"\\Rightarrow "+n.join("+")+"\\)")}},function(t,e,n){"use strict";n.d(e,"a",(function(){return d}));var a=n(0),r=n.n(a),i=n(36),o=n(19),s=n(60),l=n(142),c=n(51),f=n(3),u=n(74),m=n(130),h=n(10);function d(t){const e=Object(c.b)(),n=Object(c.c)(),d=Object.keys(n.offices).filter(t=>0===n.offices[t]),[p,g]=Object(a.useState)(d[0]),b=e.fundsr.a.createElement(u.a,{key:t,value:t},t))))}},function(t,e,n){"use strict";n.d(e,"a",(function(){return g}));var a=n(0),r=n.n(a),i=n(19),o=n(52),s=n(51),l=n(60),c=n(3),f=n(10),u=n(87),m=n(74),h=n(21),d=n(130),p=n(31);function g(t){const e=Object(s.b)(),n=Object.keys(o.a).sort().filter(t=>void 0===e.divisions.find(e=>e.type===t)).sort(),[g,b]=Object(a.useState)(n.length>0?n[0]:""),[y,E]=Object(a.useState)(""),v=o.d[g];if(void 0===v)throw new Error(`Invalid industry: '${g}'`);const k=e.fundsr.a.createElement(m.a,{key:t,value:t},t))),r.a.createElement(c.a,null,S(e)),r.a.createElement("br",null),r.a.createElement("br",null),r.a.createElement(c.a,null,"Division name:"),r.a.createElement(h.a,{display:"flex",alignItems:"center"},r.a.createElement(u.a,{autoFocus:!0,value:y,onChange:function(t){E(t.target.value)},onKeyDown:function(t){t.key===p.a.ENTER&&w()},type:"text",InputProps:{endAdornment:r.a.createElement(f.a,{disabled:k,sx:{mx:1},onClick:w},"Expand")}})))}},function(t,e,n){"use strict";n.d(e,"a",(function(){return R}));var a=n(0),r=n.n(a),i=n(1303),o=n(1304),s=n(1305),l=n(1306),c=n(1307),f=n(1308),u=n(1309),m=n(1310),h=n(1311),d=n(30),p=n(36),g=n(271),b=n(391),y=n(15),E=n(7),v=n(29),k=n(24),w=n(115),S=n(257),_=n(1),C=n(51),x=n(3),L=n(23),O=n(10),M=n(21),A=n(47),T=n(285);function R({rerender:t}){const e=Object(C.b)(),n=e.revenue-e.expenses,a=[];function i(t,e){1!==e&&a.push([t,E.a.format(e,"0.000")])}return i("Production Multiplier: ",e.getProductionMultiplier()),i("Storage Multiplier: ",e.getStorageMultiplier()),i("Advertising Multiplier: ",e.getAdvertisingMultiplier()),i("Empl. Creativity Multiplier: ",e.getEmployeeCreMultiplier()),i("Empl. Charisma Multiplier: ",e.getEmployeeChaMultiplier()),i("Empl. Intelligence Multiplier: ",e.getEmployeeIntMultiplier()),i("Empl. Efficiency Multiplier: ",e.getEmployeeEffMultiplier()),i("Sales Multiplier: ",e.getSalesMultiplier()),i("Scientific Research Multiplier: ",e.getScientificResearchMultiplier()),r.a.createElement(r.a.Fragment,null,r.a.createElement(S.a,{rows:[["Total Funds:",r.a.createElement(k.a,{money:e.funds})],["Total Revenue:",r.a.createElement(w.a,{money:e.revenue})],["Total Expenses:",r.a.createElement(w.a,{money:e.expenses})],["Total Profit:",r.a.createElement(w.a,{money:e.revenue-e.expenses})],["Publicly Traded:",e.public?"Yes":"No"],["Owned Stock Shares:",E.a.format(e.numShares,"0.000a")],["Stock Price:",e.public?r.a.createElement(k.a,{money:e.sharePrice}):"N/A"]]}),r.a.createElement("br",null),r.a.createElement(M.a,{display:"flex"},r.a.createElement(L.a,{title:r.a.createElement(S.a,{rows:[["Outstanding Shares:",E.a.format(e.issuedShares,"0.000a")],["Private Shares:",E.a.format(e.totalShares-e.issuedShares-e.numShares,"0.000a")]]})},r.a.createElement(x.a,null,"Total Stock Shares: ",E.a.format(e.totalShares,"0.000a")))),r.a.createElement("br",null),r.a.createElement(D,{profit:n}),r.a.createElement("br",null),r.a.createElement(S.a,{rows:a}),r.a.createElement("br",null),r.a.createElement(j,null),r.a.createElement(M.a,{sx:{display:"grid",gridTemplateColumns:"repeat(3, 1fr)",width:"fit-content"}},r.a.createElement(L.a,{title:r.a.createElement(x.a,null,"Get a copy of and read 'The Complete Handbook for Creating a Successful Corporation.' This is a .lit file that guides you through the beginning of setting up a Corporation and provides some tips/pointers for helping you get started with managing it.")},r.a.createElement(O.a,{onClick:()=>e.getStarterGuide()},"Getting Started Guide")),e.public?r.a.createElement(I,{rerender:t}):r.a.createElement(N,{rerender:t}),r.a.createElement(F,null)),r.a.createElement("br",null),r.a.createElement(P,{rerender:t}))}function N({rerender:t}){const e=Object(C.b)(),[n,i]=Object(a.useState)(!1),[o,s]=Object(a.useState)(!1),l=e.fundingRound<4,c=l?"Search for private investors who will give you startup funding in exchange for equity (stock shares) in your company":"";return r.a.createElement(r.a.Fragment,null,r.a.createElement(L.a,{title:r.a.createElement(x.a,null,c)},r.a.createElement(O.a,{disabled:!l,onClick:()=>i(!0)},"Find Investors")),r.a.createElement(L.a,{title:r.a.createElement(x.a,null,"Become a publicly traded and owned entity. Going public involves issuing shares for an IPO. Once you are a public company, your shares will be traded on the stock market.")},r.a.createElement(O.a,{onClick:()=>s(!0)},"Go Public")),r.a.createElement(m.a,{open:n,onClose:()=>i(!1),rerender:t}),r.a.createElement(h.a,{open:o,onClose:()=>s(!1),rerender:t}))}function P({rerender:t}){const e=Object(C.b)();return e.divisions.length<=0?r.a.createElement(x.a,{variant:"h4"},"Upgrades are unlocked once you create an industry."):r.a.createElement(r.a.Fragment,null,r.a.createElement(A.a,{sx:{p:1,my:1}},r.a.createElement(x.a,{variant:"h4"},"Unlocks"),r.a.createElement(T.a,{container:!0},Object.values(g.b).filter(t=>!e.unlockUpgrades[t.index]).map(e=>r.a.createElement(o.a,{rerender:t,upgradeData:e,key:e.index})))),r.a.createElement(A.a,{sx:{p:1,my:1}},r.a.createElement(x.a,{variant:"h4"},"Upgrades"),r.a.createElement(T.a,{container:!0},e.upgrades.map((t,e)=>b.a[e]).map(e=>r.a.createElement(i.a,{rerender:t,upgrade:e,key:e.index})))))}function I({rerender:t}){const e=Object(C.b)(),[n,i]=Object(a.useState)(!1),[o,s]=Object(a.useState)(!1),[m,h]=Object(a.useState)(!1),[d,p]=Object(a.useState)(!1),g=e.shareSaleCooldown>0,b=g?"Cannot sell shares for "+e.convertCooldownToString(e.shareSaleCooldown):"Sell your shares in the company. The money earned from selling your shares goes into your personal account, not the Corporation's. This is one of the only ways to profit from your business venture.",y=e.issueNewSharesCooldown>0,E=y?"Cannot issue new shares for "+e.convertCooldownToString(e.issueNewSharesCooldown):"Issue new equity shares to raise capital.";return r.a.createElement(r.a.Fragment,null,r.a.createElement(L.a,{title:r.a.createElement(x.a,null,b)},r.a.createElement(O.a,{disabled:g,onClick:()=>i(!0)},"Sell Shares")),r.a.createElement(l.a,{open:n,onClose:()=>i(!1),rerender:t}),r.a.createElement(L.a,{title:r.a.createElement(x.a,null,"Buy back shares you that previously issued or sold at market price.")},r.a.createElement(O.a,{disabled:e.issuedShares<1,onClick:()=>s(!0)},"Buyback shares")),r.a.createElement(c.a,{open:o,onClose:()=>s(!1),rerender:t}),r.a.createElement(L.a,{title:r.a.createElement(x.a,null,E)},r.a.createElement(O.a,{disabled:y,onClick:()=>h(!0)},"Issue New Shares")),r.a.createElement(u.a,{open:m,onClose:()=>h(!1)}),r.a.createElement(L.a,{title:r.a.createElement(x.a,null,"Manage the dividends that are paid out to shareholders (including yourself)")},r.a.createElement(O.a,{onClick:()=>p(!0)},"Issue Dividends")),r.a.createElement(f.a,{open:d,onClose:()=>p(!1)}))}function F(){const t=Object(C.b)(),[e,n]=Object(a.useState)(!1),i=t.valuation>=p.a.BribeThreshold&&_.a.factions.filter(t=>d.a[t].getInfo().offersWork()).length>0;return r.a.createElement(r.a.Fragment,null,r.a.createElement(L.a,{title:i?"Use your Corporations power and influence to bribe Faction leaders in exchange for reputation":"Your Corporation is not powerful enough to bribe Faction leaders"},r.a.createElement(O.a,{disabled:!i,onClick:function(){i&&n(!0)}},"Bribe Factions")),r.a.createElement(s.a,{open:e,onClose:()=>n(!1)}))}function D({profit:t}){const e=Object(C.b)();if(e.dividendRate<=0||t<=0)return r.a.createElement(r.a.Fragment,null);const n=e.dividendRate*t,a=t-n,i=n/e.totalShares,o=e.getCycleDividends()/p.a.SecsPerMarketCycle;return r.a.createElement(S.a,{rows:[["Retained Profits (after dividends):",r.a.createElement(w.a,{money:a})],["Dividend Percentage:",E.a.format(e.dividendRate,"0%")],["Dividends per share:",r.a.createElement(w.a,{money:i})],["Your earnings as a shareholder:",r.a.createElement(w.a,{money:o})]]})}function j(){const t=Object(C.b)().storedCycles*y.a.MilliPerCycle;return t<=15e3?r.a.createElement(r.a.Fragment,null):r.a.createElement(x.a,null,"Bonus time: ",Object(v.b)(t),r.a.createElement("br",null),r.a.createElement("br",null))}},function(t,e,n){"use strict";n.d(e,"a",(function(){return d}));var a=n(0),r=n.n(a),i=n(19),o=n(60),s=n(142),l=n(51),c=n(3),f=n(23),u=n(10),m=n(21),h=n(285);function d(t){const e=Object(l.b)(),n=t.upgrade,a=e.upgrades[n.index],d=n.basePrice,p=n.priceMult,g=d*Math.pow(p,a),b=n.desc;return r.a.createElement(h.a,{item:!0,xs:4},r.a.createElement(m.a,{display:"flex",alignItems:"center",flexDirection:"row-reverse"},r.a.createElement(u.a,{disabled:e.funds!!i.a[t].getInfo().offersWork()&&!f.a.hasGangWith(t)),n=Object(u.b)(),[y,E]=Object(a.useState)(NaN),[v,k]=Object(a.useState)(e.length>0?e[0]:""),w=0===y||isNaN(y)||y<0||n.funds{if(i.a[t].getInfo().offersWork()&&!f.a.hasGangWith(t))return r.a.createElement(d.a,{key:t,value:t},t)}))),r.a.createElement(m.a,null,function(t){return 0===t?"":isNaN(t)||t<0?"ERROR: Invalid value(s) entered":n.fundsfunction(e){const a=i.a[v];if(w)return;const r=S(e);Object(l.a)(`You gained ${s.a.formatReputation(r)} reputation with ${a.name} by bribing them.`),a.playerReputation+=r,n.funds=n.funds-e,t.onClose()}(y||0)},"Bribe"))}},function(t,e,n){"use strict";n.d(e,"a",(function(){return p}));var a=n(0),r=n.n(a),i=n(7),o=n(19),s=n(40),l=n(51),c=n(3),f=n(10),u=n(24),m=n(60),h=n(31),d=n(237);function p(t){const e=Object(l.b)(),[n,p]=Object(a.useState)(NaN),g=isNaN(n)||n<=0||n>e.numShares;function b(t){if(null===t.shares)return r.a.createElement(r.a.Fragment,null);let n="";if(isNaN(t.shares)||t.shares<=0)n="ERROR: Invalid value entered for number of shares to sell";else if(t.shares>e.numShares)n="You don't have this many shares to sell!";else{const a=e.calculateShareSale(t.shares)[0];n=`Sell ${t.shares} shares for a total of ${i.a.formatMoney(a)}`}return r.a.createElement(c.a,null,r.a.createElement("small",null,n))}function y(){if(!g)try{const a=Object(m.u)(e,n);t.onClose(),Object(o.a)(r.a.createElement(r.a.Fragment,null,"Sold ",i.a.formatMoney(n)," shares for",r.a.createElement(u.a,{money:a}),". The corporation's stock price fell to  ",r.a.createElement(u.a,{money:e.sharePrice}),"as a result of dilution.")),t.rerender()}catch(t){Object(o.a)(t+"")}}return r.a.createElement(s.a,{open:t.open,onClose:t.onClose},r.a.createElement(c.a,null,"Enter the number of shares you would like to sell. The money from selling your shares will go directly to you (NOT your Corporation).",r.a.createElement("br",null),r.a.createElement("br",null),"Selling your shares will cause your corporation's stock price to fall due to dilution. Furthermore, selling a large number of shares all at once will have an immediate effect in reducing your stock price.",r.a.createElement("br",null),r.a.createElement("br",null),"The current price of your company's stock is ",i.a.formatMoney(e.sharePrice)),r.a.createElement("br",null),r.a.createElement(d.a,{variant:"standard",autoFocus:!0,placeholder:"Shares to sell",onChange:p,onKeyDown:function(t){t.key===h.a.ENTER&&y()}}),r.a.createElement(f.a,{disabled:g,onClick:y,sx:{mx:1}},"Sell shares"),r.a.createElement(b,{shares:n,corp:e}))}},function(t,e,n){"use strict";n.d(e,"a",(function(){return p}));var a=n(0),r=n.n(a),i=n(40),o=n(7),s=n(1),l=n(51),c=n(3),f=n(10),u=n(237),m=n(60),h=n(19),d=n(31);function p(t){const e=Object(l.b)(),[n,p]=Object(a.useState)(NaN),g=1.1*e.sharePrice,b=null===n||isNaN(n)||n<=0||n>e.issuedShares||n*g>s.a.money;function y(){if(!b){try{Object(m.d)(e,n)}catch(t){Object(h.a)(t+"")}t.onClose(),t.rerender()}}function E(){return null===n?r.a.createElement(r.a.Fragment,null):isNaN(n)||n<=0?r.a.createElement(r.a.Fragment,null,"ERROR: Invalid value entered for number of shares to buyback"):n>e.issuedShares?r.a.createElement(r.a.Fragment,null,"There are not this many shares available to buy back. There are only"," ",o.a.formatBigNumber(e.issuedShares)," outstanding shares."):r.a.createElement(r.a.Fragment,null,"Purchase ",n," shares for a total of ",o.a.formatMoney(n*g))}return r.a.createElement(i.a,{open:t.open,onClose:t.onClose},r.a.createElement(c.a,null,"Enter the number of outstanding shares you would like to buy back. These shares must be bought at a 10% premium. However, repurchasing shares from the market tends to lead to an increase in stock price.",r.a.createElement("br",null),r.a.createElement("br",null),"To purchase these shares, you must use your own money (NOT your Corporation's funds).",r.a.createElement("br",null),r.a.createElement("br",null),"The current buyback price of your company's stock is ",o.a.formatMoney(g),". Your company currently has ",o.a.formatBigNumber(e.issuedShares)," outstanding stock shares."),r.a.createElement(E,null),r.a.createElement("br",null),r.a.createElement(u.a,{autoFocus:!0,placeholder:"Shares to buyback",onChange:p,onKeyDown:function(t){t.key===d.a.ENTER&&y()}}),r.a.createElement(f.a,{disabled:b,onClick:y},"Buy shares"))}},function(t,e,n){"use strict";n.d(e,"a",(function(){return d}));var a=n(0),r=n.n(a),i=n(19),o=n(40),s=n(36),l=n(60),c=n(51),f=n(3),u=n(87),m=n(10),h=n(31);function d(t){const e=Object(c.b)(),[n,d]=Object(a.useState)(0),p=!isNaN(n)&&n>=0&&n<=100*s.a.DividendMaxRate;function g(){if(p&&null!==n){try{Object(l.j)(e,n/100)}catch(t){Object(i.a)(t+"")}t.onClose()}}return r.a.createElement(o.a,{open:t.open,onClose:t.onClose},r.a.createElement(f.a,null,"Dividends are a distribution of a portion of the corporation's profits to the shareholders. This includes yourself, as well.",r.a.createElement("br",null),r.a.createElement("br",null),"In order to issue dividends, simply allocate some percentage of your corporation's profits to dividends. This percentage must be an integer between 0 and 100. (A percentage of 0 means no dividends will be issued)",r.a.createElement("br",null),r.a.createElement("br",null),"Two important things to note:",r.a.createElement("br",null),"* Issuing dividends will negatively affect your corporation's stock price",r.a.createElement("br",null),r.a.createElement("br",null),"Example: Assume your corporation makes $100m / sec in profit and you allocate 40% of that towards dividends. That means your corporation will gain $60m / sec in funds and the remaining $40m / sec will be paid as dividends. Since your corporation starts with 1 billion shares, every shareholder will be paid $0.04 per share per second before taxes."),r.a.createElement(u.a,{autoFocus:!0,value:n,onChange:function(t){if(""===t.target.value)d(0);else{let e=parseFloat(t.target.value);e>100&&(e=100),e<0&&(e=0),d(e)}},onKeyDown:function(t){t.key===h.a.ENTER&&g()},placeholder:"Dividend %",type:"number"}),r.a.createElement(m.a,{disabled:!p,sx:{mx:1},onClick:g},"Allocate Dividend Percentage"))}},function(t,e,n){"use strict";n.d(e,"a",(function(){return g}));var a=n(0),r=n.n(a),i=n(7),o=n(19),s=n(40),l=n(35),c=n(36),f=n(51),u=n(3),m=n(237),h=n(10),d=n(31);function p(t){const e=Object(f.b)();if(null===t.shares)return r.a.createElement(r.a.Fragment,null);const n=Math.round(.9*e.sharePrice),a=Math.round(.2*e.totalShares),o=a-a%1e6;let s=t.shares;return isNaN(s)?r.a.createElement(u.a,null,"Invalid input"):(s/=1e7,s=1e7*Math.round(s),s<1e7?r.a.createElement(u.a,null,"Must issue at least 10 million new shares"):s>o?r.a.createElement(u.a,null,"You cannot issue that many shares"):r.a.createElement(u.a,null,"Issue ",i.a.format(s,"0.000a")," new shares for"," ",i.a.formatMoney(s*n),"?"))}function g(t){const e=Object(f.b)(),[n,g]=Object(a.useState)(NaN),b=Math.round(.2*e.totalShares),y=b-b%1e6,E=1e7*Math.round((n||0)/1e7),v=isNaN(n)||isNaN(E)||E<1e7||E>y;function k(){if(isNaN(n))return;if(v)return;const a=Math.round(.9*e.sharePrice);let r=n;r=1e7*Math.round(r/1e7);const s=r*a;e.issueNewSharesCooldown=c.a.IssueNewSharesCooldown;const f=1-(e.numShares+e.issuedShares)/e.totalShares,u=Math.round(r/2*f),m=1e6*Math.round(Object(l.a)(0,u)/1e6);e.issuedShares+=r-m,e.totalShares+=r,e.funds=e.funds+s,e.immediatelyUpdateSharePrice(),t.onClose();let h=`Issued ${i.a.format(r,"0.000a")} new shares and raised ${i.a.formatMoney(s)}.`+(m>0)?"\n"+i.a.format(m,"0.000a")+"of these shares were bought by private investors.":"";h+="\n\nStock price decreased to "+i.a.formatMoney(e.sharePrice),Object(o.a)(h)}return r.a.createElement(s.a,{open:t.open,onClose:t.onClose},r.a.createElement(u.a,null,"You can issue new equity shares (i.e. stocks) in order to raise capital for your corporation.",r.a.createElement("br",null),r.a.createElement("br",null)," * You can issue at most ",i.a.format(y,"0.000a")," new shares",r.a.createElement("br",null)," * New shares are sold at a 10% discount",r.a.createElement("br",null)," * You can only issue new shares once every 12 hours",r.a.createElement("br",null)," * Issuing new shares causes dilution, resulting in a decrease in stock price and lower dividends per share",r.a.createElement("br",null)," * Number of new shares issued must be a multiple of 10 million",r.a.createElement("br",null),r.a.createElement("br",null),"When you choose to issue new equity, private shareholders have first priority for up to 0.5n% of the new shares, where n is the percentage of the company currently owned by private shareholders. If they choose to exercise this option, these newly issued shares become private, restricted shares, which means you cannot buy them back."),r.a.createElement(p,{shares:n}),r.a.createElement(m.a,{autoFocus:!0,placeholder:"# New Shares",onChange:g,onKeyDown:function(t){t.key===d.a.ENTER&&k()}}),r.a.createElement(h.a,{disabled:v,onClick:k,sx:{mx:1}},"Issue New Shares"))}},function(t,e,n){"use strict";n.d(e,"a",(function(){return u}));var a=n(0),r=n.n(a),i=n(7),o=n(36),s=n(40),l=n(51),c=n(3),f=n(10);function u(t){const e=Object(l.b)(),n=e.valuation;if(e.fundingRound>=o.a.FundingRoundShares.length||e.fundingRound>=o.a.FundingRoundMultiplier.length)return r.a.createElement(r.a.Fragment,null);const a=o.a.FundingRoundShares[e.fundingRound],u=n*a*o.a.FundingRoundMultiplier[e.fundingRound],m=Math.floor(o.a.INITIALSHARES*a);return r.a.createElement(s.a,{open:t.open,onClose:t.onClose},r.a.createElement(c.a,null,"An investment firm has offered you ",i.a.formatMoney(u)," in funding in exchange for a"," ",i.a.format(100*a,"0.000a"),"% stake in the company (",i.a.format(m,"0.000a")," shares).",r.a.createElement("br",null),r.a.createElement("br",null),"Do you accept or reject this offer?",r.a.createElement("br",null),r.a.createElement("br",null),"Hint: Investment firms will offer more money if your corporation is turning a profit"),r.a.createElement(f.a,{onClick:function(){e.fundingRound++,e.addFunds(u),e.numShares-=m,t.rerender(),t.onClose()}},"Accept"))}},function(t,e,n){"use strict";n.d(e,"a",(function(){return d}));var a=n(0),r=n.n(a),i=n(19),o=n(40),s=n(7),l=n(51),c=n(3),f=n(10),u=n(237),m=n(21),h=n(31);function d(t){const e=Object(l.b)(),[n,d]=Object(a.useState)(NaN),p=e.valuation/e.totalShares;function g(){const a=e.valuation/e.totalShares;isNaN(n)?Object(i.a)("Invalid value for number of issued shares"):n>e.numShares?Object(i.a)("Error: You don't have that many shares to issue!"):(e.public=!0,e.sharePrice=a,e.issuedShares=n,e.numShares-=n,e.addFunds(n*a),t.rerender(),Object(i.a)(`You took your ${e.name} public and earned `+s.a.formatMoney(n*a)+" in your IPO"),t.onClose())}return r.a.createElement(o.a,{open:t.open,onClose:t.onClose},r.a.createElement(c.a,null,"Enter the number of shares you would like to issue for your IPO. These shares will be publicly sold and you will no longer own them. Your Corporation will receive ",s.a.formatMoney(p)," per share (the IPO money will be deposited directly into your Corporation's funds).",r.a.createElement("br",null),r.a.createElement("br",null),"You have a total of ",s.a.format(e.numShares,"0.000a")," of shares that you can issue."),r.a.createElement(m.a,{display:"flex",alignItems:"center"},r.a.createElement(u.a,{onChange:d,autoFocus:!0,placeholder:"Shares to issue",onKeyDown:function(t){t.key===h.a.ENTER&&g()}}),r.a.createElement(f.a,{disabled:n<0||n>e.numShares,sx:{mx:1},onClick:g},"Go Public")))}},function(t,e,n){"use strict";n.d(e,"a",(function(){return c}));var a=n(0),r=n.n(a),i=n(22),o=n(499),s=n(1313),l=n(1324);function c(t){const[e,n]=Object(a.useState)(!1);if(void 0===t.location.infiltrationData)throw new Error("Trying to do infiltration on invalid location.");const c=t.location.infiltrationData.startingSecurityLevel,f=Object(o.a)(c),u=Object(o.b)(c);return r.a.createElement("div",{style:{display:"flex",alignItems:"center",height:"calc(100vh - 16px)"}},e?r.a.createElement(s.a,{StartingDifficulty:c,Difficulty:f,Reward:u,MaxLevel:t.location.infiltrationData.maxClearanceLevel}):r.a.createElement(l.a,{Location:t.location,Difficulty:f,MaxLevel:t.location.infiltrationData.maxClearanceLevel,start:()=>n(!0),cancel:function(){i.b.toCity()}}))}},function(t,e,n){"use strict";n.d(e,"a",(function(){return _}));var a,r=n(3),i=n(246),o=n(47),s=n(10),l=n(0),c=n.n(l),f=n(13),u=n(22),m=n(1),h=n(1314),d=n(1315),p=n(1316),g=n(1317),b=n(1318),y=n(1319),E=n(1320),v=n(1321),k=n(1322),w=n(1323);!function(t){t[t.Countdown=0]="Countdown",t[t.Minigame=1]="Minigame",t[t.Result=2]="Result",t[t.Sell=3]="Sell"}(a||(a={}));const S=[v.a,d.a,h.a,p.a,g.a,y.a,E.a,w.a];function _(t){const[e,n]=Object(l.useState)(1),[h,d]=Object(l.useState)(a.Countdown),[p,g]=Object(l.useState)(""),[y,E]=Object(l.useState)({lastGames:[-1,-1],id:Math.floor(Math.random()*S.length)});function v(){let t=y.lastGames[0];const e=[y.lastGames[0],y.lastGames[1],y.id];for(;e.includes(t);)t=Math.floor(Math.random()*S.length);return t}function w(){E({lastGames:[y.lastGames[1],y.id],id:v()})}function _(t){g(e=>{let n=e;return n+=t?"✓":"✗",n.length>15&&(n=n.slice(1)),n})}let C;switch(h){case a.Countdown:C=c.a.createElement(b.a,{onFinish:()=>d(a.Minigame)});break;case a.Minigame:{const r=S[y.id];C=c.a.createElement(r,{onSuccess:function(){_(!0),e===t.MaxLevel?d(a.Sell):(d(a.Countdown),n(e+1)),w()},onFailure:function(e){d(a.Countdown),_(!1);const n=null!=e&&e.automated?m.a.hp.current:3*t.StartingDifficulty*(m.a.hasAugmentation(f.a.WKSharmonizer,!0)?.5:1);m.a.takeDamage(n)?u.b.toCity():w()},difficulty:t.Difficulty+e/50});break}case a.Sell:C=c.a.createElement(k.a,{StartingDifficulty:t.StartingDifficulty,Difficulty:t.Difficulty,Reward:t.Reward,MaxLevel:t.MaxLevel})}function x(){return c.a.createElement(r.a,{variant:"h4"},c.a.createElement("span",{style:{color:"gray"}},p.slice(0,p.length-1)),p[p.length-1])}return c.a.createElement(i.a,null,c.a.createElement(o.a,{sx:{p:1,mb:1,display:"grid",justifyItems:"center",gap:1}},h!==a.Sell&&c.a.createElement(s.a,{sx:{width:"100%"},onClick:function(){u.b.toCity()}},"Cancel Infiltration"),c.a.createElement(r.a,{variant:"h5"},"Level ",e," / ",t.MaxLevel),c.a.createElement(x,null)),C)}},function(t,e,n){"use strict";n.d(e,"a",(function(){return g}));var a=n(47),r=n(3),i=n(0),o=n.n(i),s=n(13),l=n(1),c=n(31),f=n(136),u=n(652),m=n(222),h=n(209),d=n(223);const p={Trivial:{timer:16e3,min:3,max:4},Normal:{timer:12500,min:2,max:3},Hard:{timer:15e3,min:3,max:4},Impossible:{timer:8e3,min:4,max:4}};function g(t){const e={timer:0,min:0,max:0};Object(m.a)(p,t.difficulty,e);const n=e.timer,[g]=Object(i.useState)(function(t){const e=Object(f.e)(t.min,t.max);let n="";for(let t=0;t0&&(n+=" "),n+=b[Math.floor(Math.random()*b.length)];return n}(e)),[y,E]=Object(i.useState)(""),v=l.a.hasAugmentation(s.a.ChaosOfDionysus,!0);return o.a.createElement(o.a.Fragment,null,o.a.createElement(h.a,{millis:n,onExpire:t.onFailure}),o.a.createElement(a.a,{sx:{display:"grid",justifyItems:"center",pb:1}},o.a.createElement(r.a,{variant:"h4"},"Type it",v?"":" backward"),o.a.createElement(d.a,{onKeyDown:function(e){if(e.preventDefault(),function(t){return t.key===c.a.BACKSPACE||t.shiftKey&&"Shift"===t.key||t.ctrlKey||t.altKey}(e))return;const n=y+e.key.toUpperCase();g.startsWith(n)?g===n?t.onSuccess():E(n):t.onFailure()},onFailure:t.onFailure}),o.a.createElement(r.a,{style:{transform:v?"none":"scaleX(-1)"}},g),o.a.createElement(r.a,null,y,o.a.createElement(u.a,null))))}const b=["ALGORITHM","ANALOG","APP","APPLICATION","ARRAY","BACKUP","BANDWIDTH","BINARY","BIT","BITE","BITMAP","BLOG","BLOGGER","BOOKMARK","BOOT","BROADBAND","BROWSER","BUFFER","BUG","BUS","BYTE","CACHE","CAPS LOCK","CAPTCHA","CD","CD-ROM","CLIENT","CLIPBOARD","CLOUD","COMPUTING","COMMAND","COMPILE","COMPRESS","COMPUTER","CONFIGURE","COOKIE","COPY","CPU","CYBERCRIME","CYBERSPACE","DASHBOARD","DATA","MINING","DATABASE","DEBUG","DECOMPRESS","DELETE","DESKTOP","DEVELOPMENT","DIGITAL","DISK","DNS","DOCUMENT","DOMAIN","DOMAIN NAME","DOT","DOT MATRIX","DOWNLOAD","DRAG","DVD","DYNAMIC","EMAIL","EMOTICON","ENCRYPT","ENCRYPTION","ENTER","EXABYTE","FAQ","FILE","FINDER","FIREWALL","FIRMWARE","FLAMING","FLASH","FLASH DRIVE","FLOPPY DISK","FLOWCHART","FOLDER","FONT","FORMAT","FRAME","FREEWARE","GIGABYTE","GRAPHICS","HACK","HACKER","HARDWARE","HOME PAGE","HOST","HTML","HYPERLINK","HYPERTEXT","ICON","INBOX","INTEGER","INTERFACE","INTERNET","IP ADDRESS","ITERATION","JAVA","JOYSTICK","JUNKMAIL","KERNEL","KEY","KEYBOARD","KEYWORD","LAPTOP","LASER PRINTER","LINK","LINUX","LOG OUT","LOGIC","LOGIN","LURKING","MACINTOSH","MACRO","MAINFRAME","MALWARE","MEDIA","MEMORY","MIRROR","MODEM","MONITOR","MOTHERBOARD","MOUSE","MULTIMEDIA","NET","NETWORK","NODE","NOTEBOOK","COMPUTER","OFFLINE","ONLINE","OPENSOURCE","OPERATING","SYSTEM","OPTION","OUTPUT","PAGE","PASSWORD","PASTE","PATH","PHISHING","PIRACY","PIRATE","PLATFORM","PLUGIN","PODCAST","POPUP","PORTAL","PRINT","PRINTER","PRIVACY","PROCESS","PROGRAM","PROGRAMMER","PROTOCOL","QUEUE","QWERTY","RAM","REALTIME","REBOOT","RESOLUTION","RESTORE","ROM","ROOT","ROUTER","RUNTIME","SAVE","SCAN","SCANNER","SCREEN","SCREENSHOT","SCRIPT","SCROLL","SCROLL","SEARCH","ENGINE","SECURITY","SERVER","SHAREWARE","SHELL","SHIFT","SHIFT KEY","SNAPSHOT","SOCIAL NETWORKING","SOFTWARE","SPAM","SPAMMER","SPREADSHEET","SPYWARE","STATUS","STORAGE","SUPERCOMPUTER","SURF","SYNTAX","TABLE","TAG","TERMINAL","TEMPLATE","TERABYTE","TEXT EDITOR","THREAD","TOOLBAR","TRASH","TROJAN HORSE","TYPEFACE","UNDO","UNIX","UPLOAD","URL","USER","USER INTERFACE","USERNAME","UTILITY","VERSION","VIRTUAL","VIRTUAL MEMORY","VIRUS","WEB","WEBMASTER","WEBSITE","WIDGET","WIKI","WINDOW","WINDOWS","WIRELESS","PROCESSOR","WORKSTATION","WEB","WORM","WWW","XML","ZIP"]},function(t,e,n){"use strict";n.d(e,"a",(function(){return g}));var a=n(47),r=n(3),i=n(0),o=n.n(i),s=n(13),l=n(1),c=n(31),f=n(136),u=n(652),m=n(222),h=n(209),d=n(223);const p={Trivial:{timer:8e3,min:2,max:3},Normal:{timer:6e3,min:4,max:5},Hard:{timer:4e3,min:4,max:6},Impossible:{timer:2500,min:7,max:7}};function g(t){const e={timer:0,min:0,max:0};Object(m.a)(p,t.difficulty,e);const n=e.timer,[g,b]=Object(i.useState)(""),[y]=Object(i.useState)(function(t){let e="";const n=[c.a.OPEN_BRACKET,c.a.LESS_THAN,c.a.OPEN_PARENTHESIS,c.a.OPEN_BRACE];l.a.hasAugmentation(s.a.WisdomOfAthena,!0)&&n.splice(0,1);const a=Object(f.e)(t.min,t.max);for(let t=0;t0;e--){const n=Math.floor(Math.random()*(e+1)),a=t[e];t[e]=t[n],t[n]=a}}(e),e}(e)),[E,v]=Object(i.useState)(0),[k,w]=Object(i.useState)(0),S=g[k];Object(i.useEffect)(()=>{v(g.findIndex(t=>b.includes(t)))},[g]);const _=c.a.theme.primary,C=c.a.theme.disabled;let x=_,L=_,O=_;if(l.a.hasAugmentation(s.a.BeautyOfAphrodite,!0)){const t=k+1>=g.length?0:k+1;let e=E-t;t>E&&(e=g.length-1-t+E);const n=k-1<0?g.length-1:k-1;let a=n-E;n=a&&!r?L:C,O=r?_:C}return o.a.createElement(o.a.Fragment,null,o.a.createElement(h.a,{millis:n,onExpire:t.onFailure}),o.a.createElement(a.a,{sx:{display:"grid",justifyItems:"center"}},o.a.createElement(r.a,{variant:"h4"},"Say something nice about the guard"),o.a.createElement(d.a,{onKeyDown:function(e){e.preventDefault();const n=e.key;if(n===f.a.SPACE)return void(b.includes(S)?t.onSuccess():t.onFailure());let a=k;for([f.a.UP_ARROW,f.a.W,f.a.RIGHT_ARROW,f.a.D].map(t=>t).includes(n)&&a++,[f.a.DOWN_ARROW,f.a.S,f.a.LEFT_ARROW,f.a.A].map(t=>t).includes(n)&&a--;a<0;)a+=g.length;for(;a>g.length-1;)a-=g.length;w(a)},onFailure:t.onFailure}),o.a.createElement(r.a,{variant:"h5",color:x},u.g),o.a.createElement(r.a,{variant:"h5",color:O},S),o.a.createElement(r.a,{variant:"h5",color:L},u.a)))}const b=["affectionate","agreeable","bright","charming","creative","determined","energetic","friendly","funny","generous","polite","likable","diplomatic","helpful","giving","kind","hardworking","patient","dynamic","loyal","straightforward"],y=["aggressive","aloof","arrogant","big-headed","boastful","boring","bossy","careless","clingy","couch potato","cruel","cynical","grumpy","hot air","know it all","obnoxious","pain in the neck","picky","tactless","thoughtless","cringe"]},function(t,e,n){"use strict";n.d(e,"a",(function(){return d}));var a=n(47),r=n(3),i=n(0),o=n.n(i),s=n(13),l=n(1),c=n(136),f=n(222),u=n(209),m=n(223);const h={Trivial:{timer:13e3,min:6,max:8},Normal:{timer:7e3,min:7,max:8},Hard:{timer:5e3,min:8,max:9},Impossible:{timer:3e3,min:9,max:10}};function d(t){const e={timer:0,min:0,max:0};Object(f.a)(h,t.difficulty,e);const n=e.timer,[d]=Object(i.useState)(function(t){const e=[c.d,c.f,c.g,c.a];let n="";for(let a=0;a=d.length&&t.onSuccess()):t.onFailure()},onFailure:t.onFailure})))}},function(t,e,n){"use strict";n.d(e,"a",(function(){return s}));var a=n(47),r=n(3),i=n(0),o=n.n(i);function s(t){const[e,n]=Object(i.useState)(3);return Object(i.useEffect)(()=>{0!==e?setTimeout(()=>n(e-1),300):t.onFinish()}),o.a.createElement(a.a,{sx:{p:1,textAlign:"center"}},o.a.createElement(r.a,{variant:"h4"},"Get Ready!"),o.a.createElement(r.a,{variant:"h4"},e))}},function(t,e,n){"use strict";n.d(e,"a",(function(){return b}));var a=n(47),r=n(3),i=n(21),o=n(0),s=n.n(o),l=n(13),c=n(1),f=n(6),u=n(31),m=n(136),h=n(222),d=n(209),p=n(223);const g={Trivial:{timer:12500,width:3,height:3,symbols:6},Normal:{timer:15e3,width:4,height:4,symbols:7},Hard:{timer:12500,width:5,height:5,symbols:8},Impossible:{timer:1e4,width:6,height:6,symbols:9}};function b(t){const e={timer:0,width:0,height:0,symbols:0};Object(h.a)(g,t.difficulty,e);const n=e.timer,[b]=Object(o.useState)(function(t){const e=[];for(let n=0;nt.map((t,n)=>{const a=t===E[v],r=_&&!a?f.a.theme.disabled:f.a.theme.primary;n!==w[0]||e!==w[1]?C.push({color:r,content:t}):C.push({color:r,content:t,selected:!0})}));return s.a.createElement(s.a.Fragment,null,s.a.createElement(d.a,{millis:n,onExpire:t.onFailure}),s.a.createElement(a.a,{sx:{display:"grid",justifyItems:"center",pb:1}},s.a.createElement(r.a,{variant:"h4"},"Match the symbols!"),s.a.createElement(r.a,{variant:"h5",color:f.a.theme.primary},"Targets:"," ",E.map((t,e)=>e==v?s.a.createElement("span",{key:""+e,style:{fontSize:"1em",color:f.a.theme.infolight}},t," "):s.a.createElement("span",{key:""+e,style:{fontSize:"1em",color:f.a.theme.primary}},t," "))),s.a.createElement("br",null),s.a.createElement(i.a,{sx:{display:"grid",gridTemplateColumns:`repeat(${Math.round(e.width)}, 1fr)`,gap:1}},C.map(t=>s.a.createElement(r.a,{sx:{fontSize:"2em",color:t.color,border:t.selected?"2px solid "+f.a.theme.infolight:"unset",lineHeight:"unset",p:t.selected?"2px":"4px"}},t.content))),s.a.createElement(p.a,{onKeyDown:function(e){e.preventDefault();const n=[0,0];switch(Object(m.b)(e)){case m.g:n[1]--;break;case m.d:n[0]--;break;case m.a:n[1]++;break;case m.f:n[0]++}const a=[w[0]+n[0],w[1]+n[1]];if(a[0]=(a[0]+b[0].length)%b[0].length,a[1]=(a[1]+b.length)%b.length,S(a),e.key===u.a.SPACE){if(b[w[1]][w[0]]!==E[v])return void t.onFailure();k(v+1),E.length===v+1&&t.onSuccess()}},onFailure:t.onFailure})))}function y(){return"ABCDEF0123456789"[Math.floor(16*Math.random())]}},function(t,e,n){"use strict";n.d(e,"a",(function(){return k}));var a=n(1828),r=n(1829),i=n(719),o=n(47),s=n(3),l=n(21),c=n(132),f=n(0),u=n.n(f),m=n(13),h=n(1),d=n(6),p=n(31),g=n(136),b=n(222),y=n(209),E=n(223);const v={Trivial:{timer:15e3,width:3,height:3,mines:4},Normal:{timer:15e3,width:4,height:4,mines:7},Hard:{timer:15e3,width:5,height:5,mines:11},Impossible:{timer:15e3,width:6,height:6,mines:15}};function k(t){const e={timer:0,width:0,height:0,mines:0};Object(b.a)(v,t.difficulty,e);const n=e.timer,[k]=Object(f.useState)(function(t){const e=w(t);for(let n=0;n{const t=setTimeout(()=>O(!1),2e3);return()=>clearInterval(t)},[]);const A=[];return k.map((t,e)=>t.map((t,n)=>{L?A.push({flagged:Boolean(k[e][n])}):n===C[0]&&e===C[1]?A.push({current:!0}):S[e][n]?A.push({marked:!0}):M&&k[e][n]?A.push({flagged:!0}):A.push({})})),u.a.createElement(u.a.Fragment,null,u.a.createElement(y.a,{millis:n,onExpire:t.onFailure}),u.a.createElement(o.a,{sx:{display:"grid",justifyItems:"center",pb:1}},u.a.createElement(s.a,{variant:"h4"},L?"Remember all the mines!":"Mark all the mines!"),u.a.createElement(l.a,{sx:{display:"grid",gridTemplateColumns:`repeat(${Math.round(e.width)}, 1fr)`,gridTemplateRows:`repeat(${Math.round(e.height)}, 1fr)`,gap:1}},A.map(t=>{let e,n;return t.marked?(e=d.a.theme.warning,n=u.a.createElement(a.a,null)):t.current?(e=d.a.theme.infolight,n=u.a.createElement(r.a,null)):t.flagged?(e=d.a.theme.error,n=u.a.createElement(i.a,null)):(e=d.a.theme.primary,n=u.a.createElement(u.a.Fragment,null)),u.a.createElement(s.a,{key:`${t}${Object(c.uniqueId)()}`,sx:{color:e,border:"2px solid "+(t.current?d.a.theme.infolight:d.a.theme.primary),height:"32px",width:"32px",display:"flex",alignItems:"center",justifyContent:"center"}},n)})),u.a.createElement(E.a,{onKeyDown:function(e){if(e.preventDefault(),L)return;const n=[0,0];switch(Object(g.b)(e)){case g.g:n[1]--;break;case g.d:n[0]--;break;case g.a:n[1]++;break;case g.f:n[0]++}const a=[C[0]+n[0],C[1]+n[1]];if(a[0]=(a[0]+k[0].length)%k[0].length,a[1]=(a[1]+k.length)%k.length,x(a),e.key==p.a.SPACE){if(!k[C[1]][C[0]])return void t.onFailure();_(e=>(e[C[1]][C[0]]=!0,function(t,e){function n(t){return t.flat().reduce((t,e)=>t+(e?1:0),0)}return n(t)===n(e)}(k,e)&&t.onSuccess(),e))}},onFailure:t.onFailure})))}function w(t){const e=[];for(let n=0;n{let t=window.setTimeout(()=>{p(1),t=window.setTimeout(()=>{p(2),t=window.setTimeout(()=>p(0),e.window)},250)},b);return()=>{clearInterval(t)}},[]),s.a.createElement(s.a.Fragment,null,s.a.createElement(m.a,{millis:5e3,onExpire:t.onFailure}),s.a.createElement(a.a,{sx:{display:"grid",justifyItems:"center"}},s.a.createElement(r.a,{variant:"h4"},"Slash when his guard is down!"),g?s.a.createElement(i.a,{sx:{my:1}},s.a.createElement(r.a,{variant:"h5"},"Guard will drop in..."),s.a.createElement(m.a,{millis:y,onExpire:()=>null,ignoreAugment_WKSharmonizer:!0,noPaper:!0})):s.a.createElement(s.a.Fragment,null),0===n&&s.a.createElement(r.a,{variant:"h4"},"Guarding ..."),1===n&&s.a.createElement(r.a,{variant:"h4"},"Preparing?"),2===n&&s.a.createElement(r.a,{variant:"h4"},"ATTACKING!"),s.a.createElement(h.a,{onKeyDown:function(e){e.preventDefault(),e.key===f.a.SPACE&&(1!==n?t.onFailure():t.onSuccess())},onFailure:t.onFailure})))}},function(t,e,n){"use strict";n.d(e,"a",(function(){return v}));var a=n(47),r=n(3),i=n(21),o=n(130),s=n(74),l=n(10),c=n(0),f=n.n(c),u=n(5),m=n(101),h=n(30),d=n(22),p=n(1),g=n(24),b=n(144),y=n(29),E=n(399);function v(t){const[e,n]=Object(c.useState)("none");function v(){x(),d.b.toCity()}const k=h.a[u.a.ShadowsOfAnarchy],w=Object(E.c)(t.Reward,t.MaxLevel,t.StartingDifficulty),S=Object(E.b)(t.Reward,t.MaxLevel,t.StartingDifficulty),_=Object(E.a)(k,t.StartingDifficulty),C=p.a.factions.includes(u.a.ShadowsOfAnarchy);function x(){Object(m.c)(h.a[u.a.ShadowsOfAnarchy]),C&&(k.playerReputation+=_)}return f.a.createElement(a.a,{sx:{p:1,textAlign:"center",display:"flex",alignItems:"center",flexDirection:"column"}},f.a.createElement(r.a,{variant:"h4"},"Infiltration successful!"),f.a.createElement(r.a,{variant:"h5",color:"primary",width:"75%"},"You"," ",C?f.a.createElement(f.a.Fragment,null,"have gained ",Object(y.d)(_,2)," rep for ",u.a.ShadowsOfAnarchy," and"," "):f.a.createElement(f.a.Fragment,null),"can trade the confidential information you found for money or reputation."),f.a.createElement(i.a,{sx:{width:"fit-content"}},f.a.createElement(i.a,{sx:{width:"100%"}},f.a.createElement(o.a,{value:e,onChange:function(t){n(t.target.value)},sx:{mr:1}},f.a.createElement(s.a,{key:"none",value:"none"},"none"),p.a.factions.filter(t=>h.a[t].getInfo().offersWork()).map(t=>f.a.createElement(s.a,{key:t,value:t},t))),f.a.createElement(l.a,{onClick:function(){"none"!==e&&(x(),h.a[e].playerReputation+=w,v())}},"Trade for ",f.a.createElement(b.a,{reputation:w})," reputation")),f.a.createElement(l.a,{onClick:function(){x(),p.a.gainMoney(S,"infiltration"),v()},sx:{width:"100%"}},"Sell for ",f.a.createElement(g.a,{money:S}))),f.a.createElement(l.a,{onClick:v,sx:{width:"100%",mt:1}},"Quit"))}},function(t,e,n){"use strict";n.d(e,"a",(function(){return v}));var a=n(47),r=n(3),i=n(21),o=n(0),s=n.n(o),l=n(13),c=n(1),f=n(6),u=n(31),m=n(136),h=n(222),d=n(209),p=n(223);const g={Trivial:{timer:9e3,wiresmin:4,wiresmax:4,rules:2},Normal:{timer:7e3,wiresmin:6,wiresmax:6,rules:2},Hard:{timer:5e3,wiresmin:8,wiresmax:8,rules:3},Impossible:{timer:4e3,wiresmin:9,wiresmax:9,rules:4}},b=[u.a.PIPE,u.a.DOT,u.a.FORWARD_SLASH,u.a.HYPHEN,"█",u.a.HASH],y=["red","#FFC107","blue","white"],E={red:"red","#FFC107":"yellow",blue:"blue",white:"white"};function v(t){const e={timer:0,wiresmin:0,wiresmax:0,rules:0};Object(h.a)(g,t.difficulty,e);const n=e.timer,[u]=Object(o.useState)(function(t){const e=[],n=Object(m.e)(t.wiresmin,t.wiresmax);for(let t=0;te.shouldCut(u[t-1],t-1))}return Object(o.useEffect)(()=>{const e=[];for(let t=0;tt===E[e])&&t.onSuccess()},[E]),s.a.createElement(s.a.Fragment,null,s.a.createElement(d.a,{millis:n,onExpire:t.onFailure}),s.a.createElement(a.a,{sx:{display:"grid",justifyItems:"center",pb:1}},s.a.createElement(r.a,{variant:"h4",sx:{width:"75%",textAlign:"center"}},"Cut the wires with the following properties! (keyboard 1 to 9)"),S.map((t,e)=>s.a.createElement(r.a,{key:e},t.toString())),s.a.createElement(i.a,{sx:{display:"grid",gridTemplateColumns:`repeat(${u.length}, 1fr)`,columnGap:3,justifyItems:"center"}},new Array(u.length).fill(0).map((t,e)=>{const n=C(e+1),a=_&&!n?f.a.theme.disabled:f.a.theme.primary;return s.a.createElement(r.a,{key:e,style:{color:a}},e+1)}),new Array(8).fill(0).map((t,e)=>s.a.createElement(s.a.Fragment,{key:e},u.map((t,n)=>{if((3===e||4===e)&&E[n])return s.a.createElement(r.a,{key:n});const a=C(n+1),i=_&&!a?f.a.theme.disabled:t.colors[e%t.colors.length];return s.a.createElement(r.a,{key:n,style:{color:i}},"|",t.tpe,"|")})))),s.a.createElement(p.a,{onKeyDown:function(e){e.preventDefault();const n=parseInt(e.key);n<1||n>u.length||isNaN(n)||v(e=>{const a=[...e];return a[n-1]=!0,C(n)||t.onFailure(),a})},onFailure:t.onFailure})))}function k(t){const e=Math.floor(Math.random()*t.length);return{toString:()=>`Cut wires number ${e+1}.`,shouldCut:(t,n)=>e===n}}function w(t){const e=t[Math.floor(Math.random()*t.length)].colors[0];return{toString:()=>`Cut all wires colored ${E[e]}.`,shouldCut:t=>t.colors.includes(e)}}},function(t,e,n){"use strict";n.d(e,"a",(function(){return p}));var a=n(719),r=n(246),i=n(47),o=n(3),s=n(23),l=n(21),c=n(10),f=n(0),u=n.n(f),m=n(6),h=n(7);function d(t,e){let n="";return e<=0?e=0:e>13?e=13:(e--,n=">"),u.a.createElement("span",{style:{color:t}},"=".repeat(e),n," ".repeat(13-n.length-e))}function p(t){return u.a.createElement(r.a,{sx:{alignItems:"center"}},u.a.createElement(i.a,{sx:{p:1,mb:1,display:"grid",justifyItems:"center"}},u.a.createElement(o.a,{variant:"h4"},"Infiltrating ",u.a.createElement("b",null,t.Location.name)),u.a.createElement(o.a,{variant:"h6"},u.a.createElement("b",null,"Maximum Level: "),t.MaxLevel),u.a.createElement(o.a,{variant:"h6",sx:{color:t.Difficulty>2?m.a.theme.error:t.Difficulty>1?m.a.theme.warning:m.a.theme.primary,display:"flex",alignItems:"center"}},u.a.createElement("b",null,"Difficulty: "),h.a.format(33.3333*t.Difficulty,"0")," / 100",t.Difficulty>1.5&&u.a.createElement(s.a,{title:u.a.createElement(o.a,{color:"error"},"This location is too heavily guarded for your current stats. It is recommended that you try training, or finding an easier location.")},u.a.createElement(a.a,{sx:{ml:1}}))),u.a.createElement(o.a,{sx:{lineHeight:"1em",whiteSpace:"pre"}},"[",0===(e=t.Difficulty)?u.a.createElement("span",{style:{color:"white"}},">"," ".repeat(38)):u.a.createElement(u.a.Fragment,null,d(m.a.theme.primary,13*e),d(m.a.theme.warning,13*(e-1)),d(m.a.theme.error,13*(e-2))),"]"),u.a.createElement(o.a,{sx:{lineHeight:"1em",whiteSpace:"pre"}},"▲ ▲ ▲ ▲"),u.a.createElement(o.a,{sx:{lineHeight:"1em",whiteSpace:"pre"}}," Trivial Normal Hard Impossible")),u.a.createElement(i.a,{sx:{p:1,display:"grid",justifyItems:"center"}},u.a.createElement(o.a,{sx:{width:"75%",textAlign:"center"}},u.a.createElement("b",null,"Infiltration")," is a series of short minigames that get progressively harder. You take damage for failing them. Reaching the maximum level rewards you with intel that you can trade for money or reputation.",u.a.createElement("br",null),u.a.createElement("br",null),u.a.createElement("b",null,"Gameplay:")),u.a.createElement("ul",null,u.a.createElement(o.a,null,u.a.createElement("li",null,"The minigames you play are randomly selected.",u.a.createElement("br",null),"It might take you a few tries to get used to them."),u.a.createElement("li",null,"No game requires use of the mouse."),u.a.createElement("li",null,u.a.createElement("b",null,"Spacebar")," is the default action/confirm button."),u.a.createElement("li",null,"The ",u.a.createElement("b",null,"arrow keys")," and ",u.a.createElement("b",null,"WASD")," can be used interchangeably."),u.a.createElement("li",null,"Sometimes the rest of the keyboard is used."))),u.a.createElement(l.a,{sx:{display:"grid",gridTemplateColumns:"1fr 1fr",width:"100%"}},u.a.createElement(c.a,{onClick:t.start},"Start"),u.a.createElement(c.a,{onClick:t.cancel},"Cancel"))));var e}},function(t,e,n){"use strict";n.d(e,"a",(function(){return j}));var a=n(246),r=n(47),i=n(160),o=n(161),s=n(21),l=n(23),c=n(10),f=n(3),u=n(132),m=n(0),h=n.n(m),d=n(78),p=n(15),g=n(11),b=n(164),y=n(6),E=n(29),v=n(1),k=n(22),w=n(7),S=n(24),_=n(115),C=n(396),x=n(144),L=n(362),O=n(73),M=n(474),A=n(57),T=n(304),R=n(383),N=n(224),P=n(108),I=n(329);const F=1e3/p.a.MilliPerCycle;function D(t){return[t.hackExp>0?h.a.createElement(O.a,{name:"Hacking Exp",color:y.a.theme.hack,data:{content:w.a.formatExp(t.hackExp*F)+" / sec"}}):h.a.createElement(h.a.Fragment,null),t.strExp>0?h.a.createElement(O.a,{name:"Strength Exp",color:y.a.theme.combat,data:{content:w.a.formatExp(t.strExp*F)+" / sec"}}):h.a.createElement(h.a.Fragment,null),t.defExp>0?h.a.createElement(O.a,{name:"Defense Exp",color:y.a.theme.combat,data:{content:w.a.formatExp(t.defExp*F)+" / sec"}}):h.a.createElement(h.a.Fragment,null),t.dexExp>0?h.a.createElement(O.a,{name:"Dexterity Exp",color:y.a.theme.combat,data:{content:w.a.formatExp(t.dexExp*F)+" / sec"}}):h.a.createElement(h.a.Fragment,null),t.agiExp>0?h.a.createElement(O.a,{name:"Agility Exp",color:y.a.theme.combat,data:{content:w.a.formatExp(t.agiExp*F)+" / sec"}}):h.a.createElement(h.a.Fragment,null),t.chaExp>0?h.a.createElement(O.a,{name:"Charisma Exp",color:y.a.theme.cha,data:{content:w.a.formatExp(t.chaExp*F)+" / sec"}}):h.a.createElement(h.a.Fragment,null)]}function j(){var t;const e=Object(m.useState)(!1)[1];function n(){e(t=>!t)}Object(m.useEffect)(()=>{const t=setInterval(n,p.a.MilliPerCycle);return()=>clearInterval(t)},[]);let j={buttons:{cancel:()=>{}},title:"",stopText:""};if(null===v.a.currentWork)return setTimeout(()=>k.b.toTerminal()),h.a.createElement(h.a.Fragment,null);if(Object(M.b)(v.a.currentWork)){const t=v.a.currentWork.getCrime(),e=v.a.currentWork.unitCompleted/t.time*100,n=v.a.currentWork.earnings(),a=t.successRate(v.a);j={buttons:{cancel:()=>{k.b.toLocation(b.a[g.a.Slums]),v.a.finishWork(!0)},unfocus:()=>{k.b.toCity(),v.a.stopFocusing()}},title:"You are attempting "+t.workName,gains:[h.a.createElement(f.a,null,"Success chance: ",w.a.formatPercentage(a)),h.a.createElement(f.a,null,"Gains (on success)"),h.a.createElement(O.a,{name:"Money:",color:y.a.theme.money},h.a.createElement(f.a,null,h.a.createElement(S.a,{money:n.money}))),...(B=n,[B.hackExp>0?h.a.createElement(O.a,{name:"Hacking Exp",color:y.a.theme.hack,data:{content:""+w.a.formatExp(B.hackExp)}}):h.a.createElement(h.a.Fragment,null),B.strExp>0?h.a.createElement(O.a,{name:"Strength Exp",color:y.a.theme.combat,data:{content:""+w.a.formatExp(B.strExp)}}):h.a.createElement(h.a.Fragment,null),B.defExp>0?h.a.createElement(O.a,{name:"Defense Exp",color:y.a.theme.combat,data:{content:""+w.a.formatExp(B.defExp)}}):h.a.createElement(h.a.Fragment,null),B.dexExp>0?h.a.createElement(O.a,{name:"Dexterity Exp",color:y.a.theme.combat,data:{content:""+w.a.formatExp(B.dexExp)}}):h.a.createElement(h.a.Fragment,null),B.agiExp>0?h.a.createElement(O.a,{name:"Agility Exp",color:y.a.theme.combat,data:{content:""+w.a.formatExp(B.agiExp)}}):h.a.createElement(h.a.Fragment,null),B.chaExp>0?h.a.createElement(O.a,{name:"Charisma Exp",color:y.a.theme.cha,data:{content:""+w.a.formatExp(B.chaExp)}}):h.a.createElement(h.a.Fragment,null)])],progress:{remaining:t.time-v.a.currentWork.unitCompleted,percentage:e},stopText:"Stop committing crime"}}var B;if(Object(A.d)(v.a.currentWork)){const t=v.a.currentWork;function G(){v.a.finishWork(!0),k.b.toCity()}function W(){k.b.toCity(),v.a.stopFocusing()}let e="";e=t.isGym()?"Stop training at gym":"Stop taking course";const n=t.calculateRates();j={buttons:{cancel:G,unfocus:W},title:h.a.createElement(h.a.Fragment,null,"You are currently ",h.a.createElement("b",null,t.getClass().youAreCurrently)),gains:[h.a.createElement(O.a,{name:"Total Cost",color:y.a.theme.money},h.a.createElement(f.a,null,h.a.createElement(S.a,{money:t.earnings.money})," (",h.a.createElement(_.a,{money:n.money*F}),")")),...D(n)],progress:{elapsed:t.cyclesWorked*p.a._idleSpeed},stopText:e}}if(Object(T.b)(v.a.currentWork)){const t=v.a.currentWork;function G(){v.a.finishWork(!0),k.b.toTerminal()}function W(){k.b.toTerminal(),v.a.stopFocusing()}const e=t.unitCompleted/t.unitNeeded()*100;j={buttons:{cancel:G,unfocus:W},title:h.a.createElement(h.a.Fragment,null,"You are currently working on coding ",h.a.createElement("b",null,t.programName)),progress:{elapsed:t.cyclesWorked*p.a._idleSpeed,percentage:e},stopText:"Stop creating program",stopTooltip:"Your work will be saved and you can return to complete the program later."}}if(Object(R.b)(v.a.currentWork)){const t=v.a.currentWork;function G(){v.a.finishWork(!0),k.b.toTerminal()}function W(){k.b.toTerminal(),v.a.stopFocusing()}j={buttons:{cancel:G,unfocus:W},title:h.a.createElement(h.a.Fragment,null,"You are currently working on grafting ",h.a.createElement("b",null,t.augmentation)),progress:{elapsed:t.cyclesWorked*p.a._idleSpeed,percentage:t.unitCompleted/t.unitNeeded()*100},stopText:"Stop grafting",stopTooltip:h.a.createElement(h.a.Fragment,null,"If you cancel, your work will ",h.a.createElement("b",null,"not")," be saved, and the money you spent will ",h.a.createElement("b",null,"not")," be returned")}}if(Object(N.b)(v.a.currentWork)){const t=v.a.currentWork.getFaction();function G(){k.b.toFaction(t),v.a.finishWork(!0)}function W(){k.b.toFaction(t),v.a.stopFocusing()}t||(j={buttons:{cancel:()=>k.b.toFactions()},title:`You have not joined ${v.a.currentWork.factionName||"(Faction not found)"} at this time, please try again if you think this should have worked`,stopText:"Back to Factions"});const e={[P.a.HACKING]:"carrying out hacking contracts",[P.a.FIELD]:"carrying out field missions",[P.a.SECURITY]:"performing security detail"},n=v.a.currentWork.getExpRates();j={buttons:{cancel:G,unfocus:W},title:h.a.createElement(h.a.Fragment,null,"You are currently ",e[v.a.currentWork.factionWorkType]," for ",h.a.createElement("b",null,t.name)),description:h.a.createElement(h.a.Fragment,null,"Current Faction Reputation: ",h.a.createElement(x.a,{reputation:t.playerReputation})," (",h.a.createElement(L.a,{reputation:v.a.currentWork.getReputationRate()*F}),")"),gains:D(n),progress:{elapsed:v.a.currentWork.cyclesWorked*p.a._idleSpeed},stopText:"Stop Faction work"}}if(Object(I.b)(v.a.currentWork)){const t=d.a[v.a.currentWork.companyName];t&&(j={buttons:{cancel:()=>k.b.toTerminal()},title:`You cannot work for ${v.a.currentWork.companyName||"(Company not found)"} at this time, please try again if you think this should have worked`,stopText:"Back to Terminal"});const e=t.playerReputation;function G(){v.a.finishWork(!0),k.b.toJob(b.a[t.name])}function W(){v.a.stopFocusing(),k.b.toJob(b.a[t.name])}const n=v.a.jobs[v.a.currentWork.companyName],a=v.a.currentWork.getGainRates();j={buttons:{cancel:G,unfocus:W},title:h.a.createElement(h.a.Fragment,null,"You are currently working as a ",h.a.createElement("b",null,n)," at ",h.a.createElement("b",null,v.a.currentWork.companyName)),description:h.a.createElement(h.a.Fragment,null,"Current Company Reputation: ",h.a.createElement(x.a,{reputation:e})),gains:[h.a.createElement(O.a,{name:"Money",color:y.a.theme.money},h.a.createElement(f.a,null,h.a.createElement(_.a,{money:a.money*F}))),h.a.createElement(O.a,{name:"Company Reputation",color:y.a.theme.rep},h.a.createElement(f.a,null,h.a.createElement(L.a,{reputation:a.reputation*F}))),...D(a)],progress:{elapsed:v.a.currentWork.cyclesWorked*p.a._idleSpeed},stopText:"Stop working"}}if(""===j.title)return h.a.createElement(h.a.Fragment,null);const H="string"==typeof(null===(t=j)||void 0===t?void 0:t.stopTooltip)?h.a.createElement(f.a,null,j.stopTooltip):j.stopTooltip||h.a.createElement(h.a.Fragment,null);return h.a.createElement(a.a,{maxWidth:"md",sx:{display:"flex",flexDirection:"column",justifyContent:"center",height:"calc(100vh - 16px)"}},h.a.createElement(r.a,{sx:{p:1,mb:1}},h.a.createElement(f.a,{variant:"h6"},j.title),h.a.createElement(f.a,null,j.description),j.gains&&h.a.createElement(i.a,{sx:{mt:1}},h.a.createElement(o.a,null,j.gains.map(t=>h.a.createElement(h.a.Fragment,{key:Object(u.uniqueId)()},t))))),h.a.createElement(r.a,{sx:{mb:1,p:1}},void 0!==j.progress&&h.a.createElement(s.a,{sx:{mb:1}},h.a.createElement(s.a,{display:"grid",sx:{gridTemplateColumns:`repeat(${Object.keys(j.progress).length}, 1fr)`,width:"100%",justifyItems:"center",textAlign:"center"}},void 0!==j.progress.elapsed&&h.a.createElement(f.a,null,Object(E.b)(j.progress.elapsed)," elapsed"),void 0!==j.progress.remaining&&h.a.createElement(f.a,null,Object(E.b)(j.progress.remaining)," remaining"),void 0!==j.progress.percentage&&h.a.createElement(f.a,null,j.progress.percentage.toFixed(2),"% done")),void 0!==j.progress.percentage&&h.a.createElement(C.a,{variant:"determinate",value:j.progress.percentage,color:"primary"})),h.a.createElement(s.a,{display:"grid",sx:{gridTemplateColumns:`repeat(${Object.keys(j.buttons).length}, 1fr)`}},j.stopTooltip?h.a.createElement(l.a,{title:H},h.a.createElement(c.a,{onClick:j.buttons.cancel},j.stopText)):h.a.createElement(c.a,{onClick:j.buttons.cancel},j.stopText),j.buttons.unfocus&&h.a.createElement(c.a,{onClick:j.buttons.unfocus},"Do something else simultaneously"))))}},function(t,e,n){"use strict";n.d(e,"a",(function(){return p}));var a=n(246),r=n(3),i=n(21),o=n(0),s=n.n(o),l=n(277),c=n(1327),f=n(1367),u=n(1368),m=n(1369),h=n(1370),d=n(1375);function p(t){const[e,n]=Object(o.useState)(l.a.SYSTEM);return s.a.createElement(a.a,{disableGutters:!0,maxWidth:"lg",sx:{mx:0}},s.a.createElement(r.a,{variant:"h4"},"Options"),s.a.createElement(i.a,{sx:{display:"grid",gridTemplateColumns:"1fr 3fr",gap:1}},s.a.createElement(c.a,{tab:e,setTab:n,save:t.save,export:t.export,forceKill:t.forceKill,softReset:t.softReset}),e===l.a.SYSTEM&&s.a.createElement(d.a,null),e===l.a.INTERFACE&&s.a.createElement(u.a,null),e===l.a.GAMEPLAY&&s.a.createElement(f.a,null),e===l.a.MISC&&s.a.createElement(m.a,null),e===l.a.REMOTE_API&&s.a.createElement(h.a,null)))}},function(t,e,n){"use strict";n.d(e,"a",(function(){return I}));var a=n(1537),r=n(1858),i=n(1516),o=n(1859),s=n(1860),l=n(1861),c=n(1862),f=n(1863),u=n(1864),m=n(1865),h=n(368),d=n(3),p=n(21),g=n(47),b=n(263),y=n(10),E=n(23),v=n(0),k=n.n(v),w=n(1328),S=n(102),_=n(6),C=n(653),x=n(654),L=n(250),O=n(665),M=n(83),A=n(667),T=n(22),R=n(29),N=n(277);const P=t=>k.a.createElement(h.a,{selected:t.sideBarProps.tab===t.tab,onClick:()=>t.sideBarProps.setTab(t.tab)},k.a.createElement(d.a,null,t.tabName)),I=t=>{var e,n,h,I,F,D,j,B;const G=Object(v.useRef)(null),[W,H]=Object(v.useState)(!1),[U,q]=Object(v.useState)(!1),[$,K]=Object(v.useState)(null);return k.a.createElement(p.a,null,k.a.createElement(g.a,{sx:{height:"fit-content",mb:1}},k.a.createElement(b.a,null,k.a.createElement(P,{sideBarProps:t,tab:N.a.SYSTEM,tabName:"System"}),k.a.createElement(P,{sideBarProps:t,tab:N.a.GAMEPLAY,tabName:"Gameplay"}),k.a.createElement(P,{sideBarProps:t,tab:N.a.INTERFACE,tabName:"Interface"}),k.a.createElement(P,{sideBarProps:t,tab:N.a.MISC,tabName:"Misc"}),k.a.createElement(P,{sideBarProps:t,tab:N.a.REMOTE_API,tabName:"Remote API"}))),k.a.createElement(p.a,{sx:{display:"grid",width:"100%",height:"fit-content",gridTemplateAreas:'"save delete"\n "export import"\n "kill kill"\n "reset diagnose"\n "browse browse"\n "theme style"\n "links links"\n "devs devs"',gridTemplateColumns:"1fr 1fr"}},k.a.createElement(y.a,{onClick:()=>t.save(),startIcon:k.a.createElement(a.a,null),sx:{gridArea:"save"}},"Save Game"),k.a.createElement(p.a,{sx:{gridArea:"delete","& .MuiButton-root":{height:"100%",width:"100%"}}},k.a.createElement(O.a,null)),k.a.createElement(E.a,{title:k.a.createElement(d.a,null,"Export your game to a text file.")},k.a.createElement(y.a,{onClick:()=>t.export(),startIcon:k.a.createElement(r.a,null),sx:{gridArea:"export"}},"Export Game")),k.a.createElement(E.a,{title:k.a.createElement(d.a,null,"Import your game from a text file.",k.a.createElement("br",null),"This will ",k.a.createElement("strong",null,"overwrite")," your current game. Back it up first!")},k.a.createElement(y.a,{onClick:function(){if(!(window.File&&window.FileReader&&window.FileList&&window.Blob))return;const t=G.current;if(null===t)throw new Error("import input should not be null");t.click()},startIcon:k.a.createElement(i.a,null),sx:{gridArea:"import"}},"Import Game",k.a.createElement("input",{ref:G,id:"import-game-file-selector",type:"file",hidden:!0,onChange:async function(t){try{const e=await S.c.getImportStringFromFile(t.target.files),n=await S.c.getImportDataFromString(e);K(n),q(!0)}catch(t){M.b.emit(String(t),M.d.ERROR,5e3)}}}))),k.a.createElement(L.a,{open:U,onClose:()=>q(!1),onConfirm:()=>async function(){if($){try{await S.c.importGame($.base64)}catch(t){M.b.emit(String(t),M.d.ERROR,5e3)}q(!1),K(null)}}(),additionalButton:k.a.createElement(y.a,{onClick:function(){$&&(T.b.toImportSave($.base64),q(!1),K(null))}},"Compare Save"),confirmationText:k.a.createElement(k.a.Fragment,null,"Importing a new game will ",k.a.createElement("strong",null,"completely wipe")," the current data!",k.a.createElement("br",null),k.a.createElement("br",null),"Make sure to have a backup of your current save file before importing.",k.a.createElement("br",null),"The file you are attempting to import seems valid.",(null!==(e=null==$||null===(n=$.playerData)||void 0===n?void 0:n.lastSave)&&void 0!==e?e:0)>0&&k.a.createElement(k.a.Fragment,null,k.a.createElement("br",null),k.a.createElement("br",null),"The export date of the save file is"," ",k.a.createElement("strong",null,new Date(null!==(h=null==$||null===(I=$.playerData)||void 0===I?void 0:I.lastSave)&&void 0!==h?h:0).toLocaleString())),(null!==(F=null==$||null===(D=$.playerData)||void 0===D?void 0:D.totalPlaytime)&&void 0!==F?F:0)>0&&k.a.createElement(k.a.Fragment,null,k.a.createElement("br",null),k.a.createElement("br",null),"Total play time of imported game:"," ",Object(R.b)(null!==(j=null==$||null===(B=$.playerData)||void 0===B?void 0:B.totalPlaytime)&&void 0!==j?j:0)),k.a.createElement("br",null),k.a.createElement("br",null))}),k.a.createElement(E.a,{title:k.a.createElement(d.a,null,"Forcefully kill all active running scripts, in case there is a bug or some unexpected issue with the game. After using this, save the game and then reload the page. This is different than normal kill in that normal kill will tell the script to shut down while force kill just removes the references to it (and it should crash on its own). This will not remove the files on your computer, just forcefully kill all running instances of all scripts.")},k.a.createElement(y.a,{onClick:()=>t.forceKill(),sx:{gridArea:"kill"}},"Force kill all active scripts")),k.a.createElement(p.a,{sx:{gridArea:"reset","& .MuiButton-root":{height:"100%",width:"100%"}}},k.a.createElement(A.a,{noConfirmation:_.a.SuppressBuyAugmentationConfirmation,onTriggered:t.softReset})),k.a.createElement(E.a,{title:k.a.createElement(d.a,null,"If your save file is extremely big you can use this button to view a map of all the files on every server. Be careful: there might be spoilers.")},k.a.createElement(y.a,{onClick:()=>H(!0),sx:{gridArea:"diagnose"}},"Diagnose files")),k.a.createElement(E.a,{title:"Head to the theme browser to see a collection of prebuilt themes."},k.a.createElement(y.a,{startIcon:k.a.createElement(o.a,null),onClick:()=>T.b.toThemeBrowser(),sx:{gridArea:"browse"}},"Theme Browser")),k.a.createElement(p.a,{sx:{gridArea:"theme","& .MuiButton-root":{height:"100%",width:"100%"}}},k.a.createElement(x.a,null)),k.a.createElement(p.a,{sx:{gridArea:"style","& .MuiButton-root":{height:"100%",width:"100%"}}},k.a.createElement(C.a,null)),k.a.createElement(p.a,{sx:{gridArea:"links",display:"grid",gridTemplateAreas:'"bug changelog"\n "docs docs"\n "discord reddit"\n "plaza plaza"',gridTemplateColumns:"1fr 1fr",my:1}},k.a.createElement(y.a,{startIcon:k.a.createElement(s.a,null),href:"https://github.com/danielyxie/bitburner/issues/new",target:"_blank",sx:{gridArea:"bug"}},"Report Bug"),k.a.createElement(y.a,{startIcon:k.a.createElement(l.a,null),href:"https://bitburner.readthedocs.io/en/latest/changelog.html",target:"_blank",sx:{gridArea:" changelog"}},"Changelog"),k.a.createElement(y.a,{startIcon:k.a.createElement(c.a,null),href:"https://bitburner.readthedocs.io/en/latest/index.html",target:"_blank",sx:{gridArea:"docs"}},"Documentation"),k.a.createElement(y.a,{startIcon:k.a.createElement(f.a,null),href:"https://discord.gg/TFc3hKD",target:"_blank",sx:{gridArea:"discord"}},"Discord"),k.a.createElement(y.a,{startIcon:k.a.createElement(u.a,null),href:"https://www.reddit.com/r/bitburner",target:"_blank",sx:{gridArea:"reddit"}},"Reddit")),!location.href.startsWith("file://")&&k.a.createElement(p.a,{sx:{gridArea:"devs"}},k.a.createElement("form",{action:"https://www.paypal.com/cgi-bin/webscr",method:"post",target:"_blank",style:{display:"block"}},k.a.createElement(y.a,{sx:{width:"100%",display:"flex",flexDirection:"column"},type:"submit"},"danielyxie / BigD (Original Dev)",k.a.createElement("input",{type:"hidden",name:"cmd",value:"_s-xclick"}),k.a.createElement("input",{type:"hidden",name:"encrypted",value:"-----BEGIN PKCS7-----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-----END PKCS7-----"}),k.a.createElement("input",{type:"image",src:"https://www.paypalobjects.com/digitalassets/c/website/marketing/apac/C2/logos-buttons/optimize/26_Yellow_PayPal_Pill_Button.png",name:"submit",alt:"PayPal - The safer, easier way to pay online!"}))),k.a.createElement(y.a,{href:"https://www.google.com/search?q=Where+to+donate+blood+near+me%3F",target:"_blank",sx:{width:"100%",display:"flex",flexDirection:"column"}},"hydroflame (Current Maintainer)",k.a.createElement("span",{style:{display:"flex",alignItems:"center"}},k.a.createElement(m.a,{sx:{mb:.5,mr:1}}),"Donate blood!")))),k.a.createElement(w.a,{open:W,onClose:()=>H(!1)}))}},function(t,e,n){"use strict";n.d(e,"a",(function(){return w}));var a=n(0),r=n.n(a),i=n(26),o=n(40),s=n(7),l=n(160),c=n(161),f=n(32),u=n(1519),m=n(1520),h=n(50),d=n(3),p=n(47),g=n(157),b=n(158),y=n(159),E=n(80),v=n.n(E);function k(t){const e=Object(i.d)(t.hostname);if(null===e)throw new Error(`server '${t.hostname}' should not be null`);let n=0;for(const t of e.scripts)n+=t.code.length;for(const t of e.textFiles)n+=t.text.length;if(0===n)return r.a.createElement(r.a.Fragment,null);const a=[];for(const t of e.scripts)a.push({name:t.filename,size:t.code.length});for(const t of e.textFiles)a.push({name:t.fn,size:t.text.length});return a.sort((t,e)=>e.size-t.size),r.a.createElement(g.a,{TransitionProps:{unmountOnExit:!0}},r.a.createElement(b.a,{expandIcon:r.a.createElement(v.a,null)},r.a.createElement(d.a,null,e.hostname," (",s.a.formatBigNumber(n),"b)")),r.a.createElement(y.a,null,r.a.createElement(u.a,{component:p.a},r.a.createElement(l.a,null,r.a.createElement(m.a,null,r.a.createElement(h.a,null,r.a.createElement(f.a,null,r.a.createElement(d.a,null,"Filename")),r.a.createElement(f.a,{align:"right"},r.a.createElement(d.a,null,"Size")))),r.a.createElement(c.a,null,a.map(t=>r.a.createElement(h.a,{key:t.name},r.a.createElement(f.a,{component:"th",scope:"row"},r.a.createElement(d.a,null,t.name)),r.a.createElement(f.a,{align:"right"},r.a.createElement(d.a,null,s.a.formatBigNumber(t.size),"b"))))))),r.a.createElement("ul",null)))}function w(t){const e=[];for(const t of Object(i.c)())e.push(t.hostname);return r.a.createElement(o.a,{open:t.open,onClose:t.onClose},r.a.createElement(r.a.Fragment,null,r.a.createElement(d.a,null,"Welcome to the file diagnostic! If your save file is really big it's likely because you have too many text/scripts. This tool can help you narrow down where they are."),e.map(t=>r.a.createElement(k,{key:t,hostname:t}))))}},,,function(t,e,n){"use strict";n.d(e,"a",(function(){return k}));var a=n(0),r=n.n(a),i=n(40),o=n(10),s=n(369),l=n(3),c=n(47),f=n(87),u=n(482),m=n.n(u),h=n(485),d=n.n(h),p=n(175),g=n(6),b=n(464),y=n(23);function E({value:t,onChange:e,refreshId:n}){const[i,o]=Object(a.useState)(),[s,l]=Object(a.useState)(t);function c(t){l(t),o(t?"":"Must have a value")}return Object(a.useEffect)(()=>e(s,i),[s]),Object(a.useEffect)(()=>c(t),[n]),r.a.createElement(f.a,{sx:{my:1},label:"Font-Family",error:!!i,value:s,helperText:i,onChange:function(t){c(t.target.value)},fullWidth:!0})}function v({value:t,onChange:e,refreshId:n}){const[i,o]=Object(a.useState)(),[s,l]=Object(a.useState)(t);function c(t){l(t),t?isNaN(Number(t))?o("Must be a number"):o(""):o("Must have a value")}return Object(a.useEffect)(()=>e(s,i),[s]),Object(a.useEffect)(()=>c(t),[n]),r.a.createElement(f.a,{sx:{my:1},label:"Line Height",error:!!i,value:s,helperText:i,onChange:function(t){c(t.target.value)}})}function k(t){const[e,n]=Object(a.useState)(0),[f,u]=Object(a.useState)(),[h,k]=Object(a.useState)({...g.a.styles});function w(t){Object.assign(g.a.styles,t),p.b.emit()}function S(t,e){u(e),e||k(t)}return r.a.createElement(i.a,{open:t.open,onClose:t.onClose},r.a.createElement(l.a,{variant:"h6"},"Styles Editor"),r.a.createElement(l.a,null,"WARNING: Changing styles ",r.a.createElement("strong",null,"may mess up")," the interface. Drastic changes are"," ",r.a.createElement("strong",null,"NOT recommended"),"."),r.a.createElement(c.a,{sx:{p:2,my:2}},r.a.createElement(E,{value:h.fontFamily,refreshId:e,onChange:(t,e)=>S({...h,fontFamily:null!=t?t:""},e)}),r.a.createElement("br",null),r.a.createElement(v,{value:h.lineHeight,refreshId:e,onChange:(t,e)=>{var n;return S({...h,lineHeight:null!==(n=Number(t))&&void 0!==n?n:0},e)}}),r.a.createElement("br",null),r.a.createElement(s.a,{sx:{my:1}},r.a.createElement(o.a,{onClick:function(){const t={...b.a};k(t),w(t),n(e+1)},startIcon:r.a.createElement(m.a,null),color:"secondary",variant:"outlined"},"Revert to Defaults"),r.a.createElement(y.a,{title:"Save styles to settings"},r.a.createElement(o.a,{onClick:function(){w(h)},endIcon:r.a.createElement(d.a,null),color:f?"error":"primary",disabled:!!f},"Save Modifications")))))}},,function(t,e,n){"use strict";n.d(e,"a",(function(){return x}));var a=n(0),r=n.n(a),i=n(40),o=n(10),s=n(369),l=n(3),c=n(23),f=n(47),u=n(87),m=n(112),h=n(482),d=n.n(h),p=n(664),g=n.n(p),b=n(1364),y=n.n(b),E=n(655),v=n(175),k=n(6),w=n(104),S=n(22),_=n(663);function C({name:t,onColorChange:e,color:n,defaultColor:a}){return void 0===n&&(console.error(`color ${t} was undefined, reverting to default`),n=a),r.a.createElement(r.a.Fragment,null,r.a.createElement(u.a,{sx:{mx:1},label:t,value:n,InputProps:{startAdornment:r.a.createElement(r.a.Fragment,null,r.a.createElement(E.a,{hideTextfield:!0,deferred:!0,value:n,onChange:n=>e(t,"#"+n.hex),disableAlpha:!0})),endAdornment:r.a.createElement(r.a.Fragment,null,r.a.createElement(m.a,{onClick:()=>e(t,a)},r.a.createElement(d.a,{color:"primary"})))}}))}function x(t){const[e,n]=Object(a.useState)({...k.a.theme});function m(t,e){n(n=>(n[t]=e,n)),k.a.theme[t]=e,v.b.emit()}function h(t){!function(t){n(t),Object.assign(k.a.theme,t),v.b.emit()}(t)}return r.a.createElement(i.a,{open:t.open,onClose:t.onClose},r.a.createElement(f.a,{sx:{px:1,py:1,my:1}},r.a.createElement(c.a,{open:!0,placement:"top",title:r.a.createElement(l.a,null,"Example tooltip")},r.a.createElement(o.a,{color:"primary",size:"small"},"primary button")),r.a.createElement(o.a,{color:"secondary",size:"small"},"secondary button"),r.a.createElement(o.a,{color:"warning",size:"small"},"warning button"),r.a.createElement(o.a,{color:"info",size:"small"},"info button"),r.a.createElement(o.a,{color:"error",size:"small"},"error button"),r.a.createElement(o.a,{disabled:!0,size:"small"},"disabled button"),r.a.createElement("br",null),r.a.createElement(l.a,{color:"primary",variant:"caption"},"text with primary color")," ",r.a.createElement(l.a,{color:"secondary",variant:"caption"},"text with secondary color")," ",r.a.createElement(l.a,{color:"error",variant:"caption"},"text with error color"),r.a.createElement("br",null),r.a.createElement(u.a,{value:"Text field",size:"small"})),r.a.createElement(f.a,{sx:{py:1,my:1}},r.a.createElement(C,{name:"primarylight",onColorChange:m,color:e.primarylight,defaultColor:w.a.primarylight}),r.a.createElement(C,{name:"primary",onColorChange:m,color:e.primary,defaultColor:w.a.primary}),r.a.createElement(C,{name:"primarydark",onColorChange:m,color:e.primarydark,defaultColor:w.a.primarydark}),r.a.createElement("br",null),r.a.createElement(C,{name:"successlight",onColorChange:m,color:e.successlight,defaultColor:w.a.successlight}),r.a.createElement(C,{name:"success",onColorChange:m,color:e.success,defaultColor:w.a.success}),r.a.createElement(C,{name:"successdark",onColorChange:m,color:e.successdark,defaultColor:w.a.successdark}),r.a.createElement("br",null),r.a.createElement(C,{name:"errorlight",onColorChange:m,color:e.errorlight,defaultColor:w.a.errorlight}),r.a.createElement(C,{name:"error",onColorChange:m,color:e.error,defaultColor:w.a.error}),r.a.createElement(C,{name:"errordark",onColorChange:m,color:e.errordark,defaultColor:w.a.errordark}),r.a.createElement("br",null),r.a.createElement(C,{name:"secondarylight",onColorChange:m,color:e.secondarylight,defaultColor:w.a.secondarylight}),r.a.createElement(C,{name:"secondary",onColorChange:m,color:e.secondary,defaultColor:w.a.secondary}),r.a.createElement(C,{name:"secondarydark",onColorChange:m,color:e.secondarydark,defaultColor:w.a.secondarydark}),r.a.createElement("br",null),r.a.createElement(C,{name:"warninglight",onColorChange:m,color:e.warninglight,defaultColor:w.a.warninglight}),r.a.createElement(C,{name:"warning",onColorChange:m,color:e.warning,defaultColor:w.a.warning}),r.a.createElement(C,{name:"warningdark",onColorChange:m,color:e.warningdark,defaultColor:w.a.warningdark}),r.a.createElement("br",null),r.a.createElement(C,{name:"infolight",onColorChange:m,color:e.infolight,defaultColor:w.a.infolight}),r.a.createElement(C,{name:"info",onColorChange:m,color:e.info,defaultColor:w.a.info}),r.a.createElement(C,{name:"infodark",onColorChange:m,color:e.infodark,defaultColor:w.a.infodark}),r.a.createElement("br",null),r.a.createElement(C,{name:"welllight",onColorChange:m,color:e.welllight,defaultColor:w.a.welllight}),r.a.createElement(C,{name:"well",onColorChange:m,color:e.well,defaultColor:w.a.well}),r.a.createElement(C,{name:"white",onColorChange:m,color:e.white,defaultColor:w.a.white}),r.a.createElement(C,{name:"black",onColorChange:m,color:e.black,defaultColor:w.a.black}),r.a.createElement(C,{name:"backgroundprimary",onColorChange:m,color:e.backgroundprimary,defaultColor:w.a.backgroundprimary}),r.a.createElement(C,{name:"backgroundsecondary",onColorChange:m,color:e.backgroundsecondary,defaultColor:w.a.backgroundsecondary}),r.a.createElement(C,{name:"button",onColorChange:m,color:e.button,defaultColor:w.a.button}),r.a.createElement("br",null),r.a.createElement(C,{name:"hp",onColorChange:m,color:e.hp,defaultColor:w.a.hp}),r.a.createElement(C,{name:"money",onColorChange:m,color:e.money,defaultColor:w.a.money}),r.a.createElement(C,{name:"hack",onColorChange:m,color:e.hack,defaultColor:w.a.hack}),r.a.createElement(C,{name:"combat",onColorChange:m,color:e.combat,defaultColor:w.a.combat}),r.a.createElement(C,{name:"cha",onColorChange:m,color:e.cha,defaultColor:w.a.cha}),r.a.createElement(C,{name:"int",onColorChange:m,color:e.int,defaultColor:w.a.int}),r.a.createElement(C,{name:"rep",onColorChange:m,color:e.rep,defaultColor:w.a.rep}),r.a.createElement(C,{name:"disabled",onColorChange:m,color:e.disabled,defaultColor:w.a.disabled})),r.a.createElement(f.a,{sx:{px:1,py:1,my:1}},r.a.createElement(u.a,{sx:{mb:1},multiline:!0,fullWidth:!0,maxRows:10,label:"import / export theme",value:JSON.stringify(e,void 0,2),onChange:function(t){try{const e=JSON.parse(t.target.value);if("object"!=typeof e)return;n(e);for(const t of Object.keys(e))k.a.theme[t]=e[t];v.b.emit()}catch(t){}}}),r.a.createElement(r.a.Fragment,null,r.a.createElement(l.a,{sx:{my:1}},"Backup your theme or share it with others by copying the string above."),r.a.createElement(_.a,null),r.a.createElement(s.a,null,r.a.createElement(c.a,{title:"Reverts all modification back to the default theme. This is permanent."},r.a.createElement(o.a,{onClick:()=>h(w.a),startIcon:r.a.createElement(y.a,null)},"Revert to Default")),r.a.createElement(c.a,{title:"Move over to the theme browser's page to use one of our predefined themes."},r.a.createElement(o.a,{startIcon:r.a.createElement(g.a,null),onClick:()=>S.b.toThemeBrowser()},"See more themes"))))))}},,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,function(t,e,n){"use strict";n.d(e,"a",(function(){return c}));var a=n(0),r=n.n(a),i=n(135),o=n(6),s=n(334),l=n(1);const c=()=>r.a.createElement(s.a,{title:"Gameplay"},r.a.createElement(i.a,{checked:o.a.SuppressMessages,onChange:t=>o.a.SuppressMessages=t,text:"Suppress story messages",tooltip:r.a.createElement(r.a.Fragment,null,"If this is set, then any messages you receive will not appear as popups on the screen. They will still get sent to your home computer as '.msg' files and can be viewed with the 'cat' Terminal command.")}),r.a.createElement(i.a,{checked:o.a.SuppressFactionInvites,onChange:t=>o.a.SuppressFactionInvites=t,text:"Suppress faction invites",tooltip:r.a.createElement(r.a.Fragment,null,"If this is set, then any faction invites you receive will not appear as popups on the screen. Your outstanding faction invites can be viewed in the 'Factions' page.")}),r.a.createElement(i.a,{checked:o.a.SuppressTravelConfirmation,onChange:t=>o.a.SuppressTravelConfirmation=t,text:"Suppress travel confirmations",tooltip:r.a.createElement(r.a.Fragment,null,"If this is set, the confirmation message before traveling will not show up. You will automatically be deducted the travel cost as soon as you click.")}),r.a.createElement(i.a,{checked:o.a.SuppressBuyAugmentationConfirmation,onChange:t=>o.a.SuppressBuyAugmentationConfirmation=t,text:"Suppress augmentations confirmation",tooltip:r.a.createElement(r.a.Fragment,null,"If this is set, the confirmation message before buying augmentation will not show up.")}),r.a.createElement(i.a,{checked:o.a.SuppressTIXPopup,onChange:t=>o.a.SuppressTIXPopup=t,text:"Suppress TIX messages",tooltip:r.a.createElement(r.a.Fragment,null,"If this is set, the stock market will never create any popup.")}),l.a.bladeburner&&r.a.createElement(i.a,{checked:o.a.SuppressBladeburnerPopup,onChange:t=>o.a.SuppressBladeburnerPopup=t,text:"Suppress bladeburner popup",tooltip:r.a.createElement(r.a.Fragment,null,"If this is set, then having your Bladeburner actions interrupted by being busy with something else will not display a popup message.")}))},function(t,e,n){"use strict";n.d(e,"a",(function(){return d}));var a=n(0),r=n.n(a),i=n(23),o=n(3),s=n(87),l=n(130),c=n(74),f=n(6),u=n(135),m=n(334),h=n(360);const d=()=>{const[t,e]=Object(a.useState)(f.a.TimestampsFormat),[n,d]=Object(a.useState)(f.a.Locale);return r.a.createElement(m.a,{title:"Interface"},r.a.createElement(u.a,{checked:f.a.DisableASCIIArt,onChange:t=>f.a.DisableASCIIArt=t,text:"Disable ascii art",tooltip:r.a.createElement(r.a.Fragment,null,"If this is set all ASCII art will be disabled.")}),r.a.createElement(u.a,{checked:f.a.DisableTextEffects,onChange:t=>f.a.DisableTextEffects=t,text:"Disable text effects",tooltip:r.a.createElement(r.a.Fragment,null,"If this is set, text effects will not be displayed. This can help if text is difficult to read in certain areas.")}),r.a.createElement(u.a,{checked:f.a.DisableOverviewProgressBars,onChange:t=>f.a.DisableOverviewProgressBars=t,text:"Disable Overview Progress Bars",tooltip:r.a.createElement(r.a.Fragment,null,"If this is set, the progress bars in the character overview will be hidden.")}),r.a.createElement(u.a,{checked:f.a.UseIEC60027_2,onChange:t=>f.a.UseIEC60027_2=t,text:"Use GiB instead of GB",tooltip:r.a.createElement(r.a.Fragment,null,"If this is set all references to memory will use GiB instead of GB, in accordance with IEC 60027-2.")}),r.a.createElement(u.a,{checked:f.a.ShowMiddleNullTimeUnit,onChange:t=>f.a.ShowMiddleNullTimeUnit=t,text:"Show all intermediary times unit, even when null.",tooltip:r.a.createElement(r.a.Fragment,null,"ex : 1 hours 13 seconds becomes 1 hours 0 minutes 13 seconds.")}),r.a.createElement(i.a,{title:r.a.createElement(o.a,null,"Terminal commands and log entries will be timestamped. See https://date-fns.org/docs/Getting-Started/")},r.a.createElement(s.a,{key:"timestampFormat",InputProps:{startAdornment:r.a.createElement(o.a,{color:"format error"===Object(h.a)(t)&&""!==t?"error":"success"},"Timestamp format: ")},value:t,onChange:function(t){e(t.target.value),f.a.TimestampsFormat=t.target.value},placeholder:"yyyy-MM-dd hh:mm:ss"})),r.a.createElement(o.a,null,"Example timestamp: ",""!==t?Object(h.a)(t):"no timestamp"),r.a.createElement("br",null),r.a.createElement(l.a,{startAdornment:r.a.createElement(o.a,null,"Locale "),value:n,onChange:function(t){d(t.target.value),f.a.Locale=t.target.value}},r.a.createElement(c.a,{value:"en"},"en"),r.a.createElement(c.a,{value:"bg"},"bg"),r.a.createElement(c.a,{value:"cs"},"cs"),r.a.createElement(c.a,{value:"da-dk"},"da-dk"),r.a.createElement(c.a,{value:"de"},"de"),r.a.createElement(c.a,{value:"en-au"},"en-au"),r.a.createElement(c.a,{value:"en-gb"},"en-gb"),r.a.createElement(c.a,{value:"es"},"es"),r.a.createElement(c.a,{value:"fr"},"fr"),r.a.createElement(c.a,{value:"hu"},"hu"),r.a.createElement(c.a,{value:"it"},"it"),r.a.createElement(c.a,{value:"lv"},"lv"),r.a.createElement(c.a,{value:"no"},"no"),r.a.createElement(c.a,{value:"pl"},"pl"),r.a.createElement(c.a,{value:"ru"},"ru")))}},function(t,e,n){"use strict";n.d(e,"a",(function(){return l}));var a=n(0),r=n.n(a),i=n(6),o=n(135),s=n(334);const l=()=>r.a.createElement(s.a,{title:"Misc"},r.a.createElement(o.a,{checked:i.a.DisableHotkeys,onChange:t=>i.a.DisableHotkeys=t,text:"Disable hotkeys",tooltip:r.a.createElement(r.a.Fragment,null,'If this is set, then most hotkeys (keyboard shortcuts) in the game are disabled. This includes Terminal commands, hotkeys to navigate between different parts of the game, and the "Save and Close (Ctrl + b)" hotkey in the Text Editor.')}),r.a.createElement(o.a,{checked:i.a.EnableBashHotkeys,onChange:t=>i.a.EnableBashHotkeys=t,text:"Enable bash hotkeys",tooltip:r.a.createElement(r.a.Fragment,null,"Improved Bash emulation mode. Setting this to 1 enables several new Terminal shortcuts and features that more closely resemble a real Bash-style shell. Note that when this mode is enabled, the default browser shortcuts are overridden by the new Bash shortcuts.")}))},function(t,e,n){"use strict";n.d(e,"a",(function(){return d}));var a=n(0),r=n.n(a),i=n(3),o=n(146),s=n(23),l=n(87),c=n(10),f=n(334),u=n(6),m=n(1371),h=n(551);const d=()=>{const[t,e]=Object(a.useState)(u.a.RemoteFileApiPort);return r.a.createElement(f.a,{title:"Remote API"},r.a.createElement(i.a,null,"These settings control the Remote API for bitburner. This is typically used to write scripts using an external text editor and then upload files to the home server."),r.a.createElement(i.a,null,r.a.createElement(o.a,{href:"https://bitburner.readthedocs.io/en/latest/remoteapi.html",target:"_blank"},"Documentation")),r.a.createElement(m.a,{isConnected:h.a}),r.a.createElement(s.a,{title:r.a.createElement(i.a,null,"This port number is used to connect to a Remote API port, please ensure that it matches with your Remote API server port. Set to 0 to disable the feature.")},r.a.createElement(l.a,{key:"remoteAPIPort",InputProps:{startAdornment:r.a.createElement(i.a,{color:t>0&&t<=65535?"success":"error"},"Port: "),endAdornment:r.a.createElement(c.a,{onClick:h.b},"Connect")},value:t,onChange:function(t){e(Number(t.target.value)),u.a.RemoteFileApiPort=Number(t.target.value)},placeholder:"12525"})))}},function(t,e,n){"use strict";n.d(e,"a",(function(){return f}));var a=n(3),r=n(0),i=n.n(r),o=n(1372),s=n.n(o),l=n(1373),c=n.n(l);const f=t=>{const[e,n]=Object(r.useState)(t.isConnected());return Object(r.useEffect)(()=>{const e=setInterval(()=>{n(t.isConnected())},1e3);return()=>clearInterval(e)}),i.a.createElement(i.a.Fragment,null,i.a.createElement(a.a,null,"Status: ",i.a.createElement(a.a,{component:"span",color:e?"primary":"error"},e?i.a.createElement(i.a.Fragment,null,"Online ",i.a.createElement(s.a,null)):i.a.createElement(i.a.Fragment,null,"Offline ",i.a.createElement(c.a,null)))))}},,,function(t,e,n){"use strict";n.d(e,"a",(function(){return c}));var a,r,i,o=n(207),s=n(809),l=n(83);class c{constructor(t,e){this.ipaddr=t,this.port=e}stopConnection(){var t;null===(t=this.connection)||void 0===t||t.close()}startConnection(){const t=c.protocol+"://"+this.ipaddr+":"+this.port;this.connection=new WebSocket(t),this.connection.addEventListener("error",e=>l.b.emit(`Error with websocket ${t}, details: ${JSON.stringify(e)}`,l.d.ERROR,5e3)),this.connection.addEventListener("message",f),this.connection.addEventListener("open",()=>l.b.emit(`Remote API connection established on ${this.ipaddr}:${this.port}`,l.d.SUCCESS,2e3)),this.connection.addEventListener("close",()=>l.b.emit("Remote API connection closed",l.d.WARNING,2e3))}}function f(t){const e=JSON.parse(t.data);if(!e.method||!s.a[e.method]){const t=new o.a({error:"Unknown message received",id:e.id});return void this.send(JSON.stringify(t))}const n=s.a[e.method](e);n&&this.send(JSON.stringify(n))}i="ws",(r="protocol")in(a=c)?Object.defineProperty(a,r,{value:i,enumerable:!0,configurable:!0,writable:!0}):a[r]=i},function(t,e,n){"use strict";n.d(e,"a",(function(){return c}));var a=n(0),r=n.n(a),i=n(6),o=n(334),s=n(447),l=n(135);const c=()=>{const[t,e]=Object(a.useState)(i.a.CodeInstructionRunTime),[n,c]=Object(a.useState)(i.a.MaxRecentScriptsCapacity),[f,u]=Object(a.useState)(i.a.MaxLogCapacity),[m,h]=Object(a.useState)(i.a.MaxPortCapacity),[d,p]=Object(a.useState)(i.a.MaxTerminalCapacity),[g,b]=Object(a.useState)(i.a.AutosaveInterval);return r.a.createElement(o.a,{title:"System"},r.a.createElement(r.a.Fragment,null,r.a.createElement(s.a,{label:".script exec time (ms)",initialValue:t,callback:function(t,n){e(n),i.a.CodeInstructionRunTime=n},step:1,min:5,max:100,tooltip:r.a.createElement(r.a.Fragment,null,"The minimum number of milliseconds it takes to execute an operation in Netscript. Setting this too low can result in poor performance if you have many scripts running.")}),r.a.createElement(s.a,{label:"Recently killed scripts size",initialValue:n,callback:function(t,e){c(e),i.a.MaxRecentScriptsCapacity=e},step:25,min:0,max:500,tooltip:r.a.createElement(r.a.Fragment,null,"The maximum number of recently killed scripts the game will keep.")}),r.a.createElement(s.a,{label:"Netscript log size",initialValue:f,callback:function(t,e){u(e),i.a.MaxLogCapacity=e},step:20,min:20,max:500,tooltip:r.a.createElement(r.a.Fragment,null,"The maximum number of lines a script's logs can hold. Setting this too high can cause the game to use a lot of memory if you have many scripts running.")}),r.a.createElement(s.a,{label:"Netscript port size",initialValue:m,callback:function(t,e){h(e),i.a.MaxPortCapacity=e},step:1,min:20,max:100,tooltip:r.a.createElement(r.a.Fragment,null,"The maximum number of entries that can be written to a port using Netscript's write() function. Setting this too high can cause the game to use a lot of memory.")}),r.a.createElement(s.a,{label:"Terminal capacity",initialValue:d,callback:function(t,e){p(e),i.a.MaxTerminalCapacity=e},step:50,min:50,max:500,tooltip:r.a.createElement(r.a.Fragment,null,"The maximum number of entries that can be written to the terminal. Setting this too high can cause the game to use a lot of memory."),marks:!0}),r.a.createElement(s.a,{label:"Autosave interval (s)",initialValue:g,callback:function(t,e){b(e),i.a.AutosaveInterval=e},step:30,min:0,max:600,tooltip:r.a.createElement(r.a.Fragment,null,"The time (in seconds) between each autosave. Set to 0 to disable autosave."),marks:!0})),r.a.createElement(l.a,{checked:i.a.SuppressSavedGameToast,onChange:t=>i.a.SuppressSavedGameToast=t,text:"Suppress Auto-Save Game Toast",tooltip:r.a.createElement(r.a.Fragment,null,'If this is set, there will be no "Game Saved!" toast appearing after an auto-save.')}),r.a.createElement(l.a,{checked:i.a.SuppressAutosaveDisabledWarnings,onChange:t=>i.a.SuppressAutosaveDisabledWarnings=t,text:"Suppress Auto-Save Disabled Warning",tooltip:r.a.createElement(r.a.Fragment,null,"If this is set, there will be no warning triggered when auto-save is disabled (at 0).")}),r.a.createElement(l.a,{checked:i.a.SaveGameOnFileSave,onChange:t=>i.a.SaveGameOnFileSave=t,text:"Save game on file save",tooltip:r.a.createElement(r.a.Fragment,null,"Save your game any time a file is saved in the script editor.")}),r.a.createElement(l.a,{checked:i.a.ExcludeRunningScriptsFromSave,onChange:t=>i.a.ExcludeRunningScriptsFromSave=t,text:"Exclude Running Scripts from Save",tooltip:r.a.createElement(r.a.Fragment,null,"If this is set, the save file will exclude all running scripts. This is only useful if your save is lagging a lot. You'll have to restart your script every time you launch the game.")}))}},function(t,e,n){"use strict";n.d(e,"a",(function(){return m}));var a=n(0),r=n.n(a),i=n(246),o=n(3),s=n(10),l=n(21),c=n(1),f=n(1377),u=n(1383);function m(){const[t,e]=Object(a.useState)(!1),n=Object(a.useState)(!1)[1];function m(){n(t=>!t)}return Object(a.useEffect)(()=>{const t=setInterval(m,200);return()=>clearInterval(t)},[]),r.a.createElement(r.a.Fragment,null,r.a.createElement(i.a,{disableGutters:!0,maxWidth:"md",sx:{mx:0}},r.a.createElement(o.a,{variant:"h4"},"Sleeves"),r.a.createElement(o.a,null,"Duplicate Sleeves are MK-V Synthoids (synthetic androids) into which your consciousness has been copied. In other words, these Synthoids contain a perfect duplicate of your mind.",r.a.createElement("br",null),r.a.createElement("br",null),"Sleeves can be used to perform different tasks synchronously.",r.a.createElement("br",null),r.a.createElement("br",null))),r.a.createElement(s.a,{onClick:()=>e(!0)},"FAQ"),r.a.createElement(s.a,{href:"https://bitburner.readthedocs.io/en/latest/advancedgameplay/sleeves.html#duplicate-sleeves",target:"_blank"},"Wiki Documentation"),r.a.createElement(l.a,{display:"grid",sx:{gridTemplateColumns:"repeat(2, 1fr)",mt:1}},c.a.sleeves.map((t,e)=>r.a.createElement(f.a,{key:e,rerender:m,sleeve:t}))),r.a.createElement(u.a,{open:t,onClose:()=>e(!1)}))}},function(t,e,n){"use strict";n.d(e,"a",(function(){return M}));var a=n(47),r=n(21),i=n(10),o=n(23),s=n(3),l=n(0),c=n.n(l),f=n(108),u=n(15),m=n(1),h=n(7),d=n(396),p=n(1378),g=n(1379),b=n(811),y=n(1381),E=n(1382),v=n(355),k=n(479),w=n(480),S=n(306),_=n(266),C=n(377),x=n(351),L=n(256),O=n(356);function M(t){const[e,n]=Object(l.useState)(!1),[M,A]=Object(l.useState)(!1),[T,R]=Object(l.useState)(!1),[N,P]=Object(l.useState)(["------","------","------"]);let I=c.a.createElement(c.a.Fragment,null,"This sleeve is currently idle");if(Object(O.b)(t.sleeve.currentWork)){const e=t.sleeve.currentWork.getCrime();I=c.a.createElement(c.a.Fragment,null,"This sleeve is currently attempting to ",e.type," (Success Rate:"," ",h.a.formatPercentage(e.successRate(t.sleeve)),").")}if(Object(v.b)(t.sleeve.currentWork)&&(I=t.sleeve.currentWork.isGym()?c.a.createElement(c.a.Fragment,null,"This sleeve is currently working out at ",t.sleeve.currentWork.location,"."):c.a.createElement(c.a.Fragment,null,"This sleeve is currently studying at ",t.sleeve.currentWork.location,".")),Object(k.b)(t.sleeve.currentWork)&&(I=c.a.createElement(c.a.Fragment,null,"This sleeve is currently set to synchronize with the original consciousness. This causes the Sleeve's synchronization to increase.")),Object(w.b)(t.sleeve.currentWork)&&(I=c.a.createElement(c.a.Fragment,null,"This sleeve is currently set to focus on shock recovery. This causes the Sleeve's shock to decrease at a faster rate.")),Object(S.b)(t.sleeve.currentWork)){let e="nothing";switch(t.sleeve.currentWork.factionWorkType){case f.a.FIELD:e="Field work";break;case f.a.HACKING:e="Hacking contracts";break;case f.a.SECURITY:e="Security work"}I=c.a.createElement(c.a.Fragment,null,"This sleeve is currently doing ",e," for ",t.sleeve.currentWork.factionName,".")}if(Object(_.b)(t.sleeve.currentWork)&&(I=c.a.createElement(c.a.Fragment,null,"This sleeve is currently working your job at ",t.sleeve.currentWork.companyName,".")),Object(L.b)(t.sleeve.currentWork)){const e=t.sleeve.currentWork;I=c.a.createElement(c.a.Fragment,null,"This sleeve is currently attempting to perform ",e.actionName,". (",(100*e.cyclesWorked/e.cyclesNeeded(t.sleeve)).toFixed(2),"%)")}if(Object(C.b)(t.sleeve.currentWork)){const e=t.sleeve.currentWork;I=c.a.createElement(c.a.Fragment,null,"This sleeve is currently attempting to infiltrate synthoids communities. (",(100*e.cyclesWorked/e.cyclesNeeded()).toFixed(2),"%)")}return Object(x.b)(t.sleeve.currentWork)&&(I=c.a.createElement(c.a.Fragment,null,"This sleeve is currently supporting you in your bladeburner activities.")),c.a.createElement(c.a.Fragment,null,c.a.createElement(a.a,{sx:{p:1,display:"grid",gridTemplateColumns:"1fr 1fr",width:"auto",gap:1}},c.a.createElement("span",null,c.a.createElement(b.b,{sleeve:t.sleeve}),c.a.createElement(r.a,{display:"grid",sx:{gridTemplateColumns:"1fr 1fr",width:"100%"}},c.a.createElement(i.a,{onClick:()=>n(!0)},"More Stats"),c.a.createElement(o.a,{title:m.a.moneyA(!0),disabled:m.a.moneyR(!0),disabled:t.sleeve.shock<100,sx:{width:"100%",height:"100%"}},"Manage Augmentations"))))),c.a.createElement("span",null,c.a.createElement(b.a,{sleeve:t.sleeve}),c.a.createElement(y.a,{sleeve:t.sleeve,setABC:P}),c.a.createElement(i.a,{onClick:function(){switch(N[0]){case"------":break;case"Work for Company":t.sleeve.workForCompany(N[1]);break;case"Work for Faction":t.sleeve.workForFaction(N[1],N[2]);break;case"Commit Crime":t.sleeve.commitCrime(N[1]);break;case"Take University Course":t.sleeve.takeUniversityCourse(N[2],N[1]);break;case"Workout at Gym":t.sleeve.workoutAtGym(N[2],N[1]);break;case"Perform Bladeburner Actions":t.sleeve.bladeburner(N[1],N[2]);break;case"Shock Recovery":t.sleeve.shockRecovery();break;case"Synchronize":t.sleeve.synchronize();break;default:console.error("Invalid/Unrecognized taskValue in setSleeveTask(): "+N[0])}t.rerender()},sx:{width:"100%"}},"Set Task"),c.a.createElement(s.a,null,I),c.a.createElement(s.a,null,Object(O.b)(t.sleeve.currentWork)&&c.a.createElement(d.a,{variant:"determinate",value:t.sleeve.currentWork.cyclesWorked/t.sleeve.currentWork.cyclesNeeded()*100,color:"primary"}),Object(L.b)(t.sleeve.currentWork)&&c.a.createElement(d.a,{variant:"determinate",value:t.sleeve.currentWork.cyclesWorked/t.sleeve.currentWork.cyclesNeeded(t.sleeve)*100,color:"primary"})))),c.a.createElement(p.a,{open:e,onClose:()=>n(!1),sleeve:t.sleeve}),c.a.createElement(E.a,{open:M,onClose:()=>A(!1),sleeve:t.sleeve,rerender:t.rerender}),c.a.createElement(g.a,{open:T,onClose:()=>R(!1),sleeve:t.sleeve}))}},function(t,e,n){"use strict";n.d(e,"a",(function(){return u}));var a=n(7),r=n(29),i=n(15),o=n(3),s=n(257),l=n(40),c=n(0),f=n.n(c);function u(t){return f.a.createElement(l.a,{open:t.open,onClose:t.onClose},f.a.createElement(s.a,{rows:[[f.a.createElement(f.a.Fragment,null,"Hacking: "),t.sleeve.skills.hacking,f.a.createElement(f.a.Fragment,null," (",a.a.formatExp(t.sleeve.exp.hacking)," exp)")],[f.a.createElement(f.a.Fragment,null,"Strength: "),t.sleeve.skills.strength,f.a.createElement(f.a.Fragment,null," (",a.a.formatExp(t.sleeve.exp.strength)," exp)")],[f.a.createElement(f.a.Fragment,null,"Defense: "),t.sleeve.skills.defense,f.a.createElement(f.a.Fragment,null," (",a.a.formatExp(t.sleeve.exp.defense)," exp)")],[f.a.createElement(f.a.Fragment,null,"Dexterity: "),t.sleeve.skills.dexterity,f.a.createElement(f.a.Fragment,null," (",a.a.formatExp(t.sleeve.exp.dexterity)," exp)")],[f.a.createElement(f.a.Fragment,null,"Agility: "),t.sleeve.skills.agility,f.a.createElement(f.a.Fragment,null," (",a.a.formatExp(t.sleeve.exp.agility)," exp)")],[f.a.createElement(f.a.Fragment,null,"Charisma: "),t.sleeve.skills.charisma,f.a.createElement(f.a.Fragment,null," (",a.a.formatExp(t.sleeve.exp.charisma)," exp)")]],title:"Stats:"}),f.a.createElement("br",null),f.a.createElement(s.a,{rows:[[f.a.createElement(f.a.Fragment,null,"Hacking Level multiplier: "),a.a.formatPercentage(t.sleeve.mults.hacking)],[f.a.createElement(f.a.Fragment,null,"Hacking Experience multiplier: "),a.a.formatPercentage(t.sleeve.mults.hacking_exp)],[f.a.createElement(f.a.Fragment,null,"Strength Level multiplier: "),a.a.formatPercentage(t.sleeve.mults.strength)],[f.a.createElement(f.a.Fragment,null,"Strength Experience multiplier: "),a.a.formatPercentage(t.sleeve.mults.strength_exp)],[f.a.createElement(f.a.Fragment,null,"Defense Level multiplier: "),a.a.formatPercentage(t.sleeve.mults.defense)],[f.a.createElement(f.a.Fragment,null,"Defense Experience multiplier: "),a.a.formatPercentage(t.sleeve.mults.defense_exp)],[f.a.createElement(f.a.Fragment,null,"Dexterity Level multiplier: "),a.a.formatPercentage(t.sleeve.mults.dexterity)],[f.a.createElement(f.a.Fragment,null,"Dexterity Experience multiplier: "),a.a.formatPercentage(t.sleeve.mults.dexterity_exp)],[f.a.createElement(f.a.Fragment,null,"Agility Level multiplier: "),a.a.formatPercentage(t.sleeve.mults.agility)],[f.a.createElement(f.a.Fragment,null,"Agility Experience multiplier: "),a.a.formatPercentage(t.sleeve.mults.agility_exp)],[f.a.createElement(f.a.Fragment,null,"Charisma Level multiplier: "),a.a.formatPercentage(t.sleeve.mults.charisma)],[f.a.createElement(f.a.Fragment,null,"Charisma Experience multiplier: "),a.a.formatPercentage(t.sleeve.mults.charisma_exp)],[f.a.createElement(f.a.Fragment,null,"Faction Reputation Gain multiplier: "),a.a.formatPercentage(t.sleeve.mults.faction_rep)],[f.a.createElement(f.a.Fragment,null,"Company Reputation Gain multiplier: "),a.a.formatPercentage(t.sleeve.mults.company_rep)],[f.a.createElement(f.a.Fragment,null,"Salary multiplier: "),a.a.formatPercentage(t.sleeve.mults.work_money)],[f.a.createElement(f.a.Fragment,null,"Crime Money multiplier: "),a.a.formatPercentage(t.sleeve.mults.crime_money)],[f.a.createElement(f.a.Fragment,null,"Crime Success multiplier: "),a.a.formatPercentage(t.sleeve.mults.crime_success)]],title:"Multipliers:"}),t.sleeve.storedCycles>10&&f.a.createElement(o.a,{sx:{py:2}},"Bonus Time: ",Object(r.b)(t.sleeve.storedCycles*i.a.MilliPerCycle)))}},function(t,e,n){"use strict";n.d(e,"a",(function(){return u}));var a=n(246),r=n(47),i=n(3),o=n(0),s=n.n(o),l=n(669),c=n(1),f=n(40);function u(t){const e=Object(o.useState)(!1)[1];function n(){e(t=>!t)}Object(o.useEffect)(()=>{const t=setInterval(n,150);return()=>clearInterval(t)},[]);const u=t.sleeve.augmentations.map(t=>t.name),m=t.sleeve.findPurchasableAugs();return s.a.createElement(f.a,{open:t.open,onClose:t.onClose},s.a.createElement(a.a,{component:r.a,disableGutters:!0,maxWidth:"lg",sx:{mx:0,mb:1,p:1}},s.a.createElement(i.a,null,"You can purchase Augmentations for your Duplicate Sleeves. These Augmentations have the same effect as they would for you. You can only purchase Augmentations that you have unlocked through Factions.",s.a.createElement("br",null),s.a.createElement("br",null),"When purchasing an Augmentation for a Duplicate Sleeve, they are immediately installed. This means that the Duplicate Sleeve will immediately lose all of its stat experience.",s.a.createElement("br",null),s.a.createElement("br",null),"Augmentations will appear below as they become available.")),s.a.createElement(l.a,{augNames:m.map(t=>t.name),ownedAugNames:u,canPurchase:t=>c.a.money>t.baseCost,purchaseAugmentation:e=>{t.sleeve.tryBuyAugmentation(e),n()},sleeveAugs:!0}))}},function(t,e,n){"use strict";n.d(e,"a",(function(){return m}));var a=n(0),r=n.n(a),i=n(101),o=n(114),s=n(24),l=n(40),c=n(1),f=n(3),u=n(10);function m(t){if(!t.aug||!t.faction)return r.a.createElement(r.a.Fragment,null);return r.a.createElement(l.a,{open:t.open,onClose:t.onClose},r.a.createElement(f.a,{variant:"h4"},t.aug.name),r.a.createElement(f.a,null,t.aug.info,r.a.createElement("br",null),r.a.createElement("br",null),t.aug.stats,r.a.createElement("br",null),r.a.createElement("br",null),"Would you like to purchase the ",t.aug.name," Augmentation for ",r.a.createElement(s.a,{money:t.aug.getCost().moneyCost}),"?",r.a.createElement("br",null),r.a.createElement("br",null)),r.a.createElement(u.a,{autoFocus:!0,onClick:function(){!t.aug||!Object(o.g)(t.aug)&&c.a.hasAugmentation(t.aug.name)||(Object(i.f)(t.aug,t.faction),t.onClose())}},"Purchase"))}},function(t,e,n){"use strict";n.d(e,"a",(function(){return T}));var a=n(0),r=n.n(a),i=n(1),o=n(84),s=n(11),l=n(17),c=n(30),f=n(130),u=n(74),m=n(5),h=n(306),d=n(266),p=n(256),g=n(480),b=n(479),y=n(355),E=n(377),v=n(351),k=n(57),w=n(356),S=n(108);const _=["Study Computer Science","Data Structures","Networks","Algorithms","Management","Leadership"],C=["Train Strength","Train Defense","Train Dexterity","Train Agility"],x=["Field analysis","Recruitment","Diplomacy","Hyperbolic Regeneration Chamber","Infiltrate synthoids","Support main sleeve","Take on contracts"];function L(t){const e=[];for(const n of i.a.sleeves)t!==n&&Object(d.b)(n.currentWork)&&e.push(n.currentWork.companyName);return Object.keys(i.a.jobs).filter(t=>!e.includes(t))}function O(t){const e=[m.a.Bladeburners,m.a.ShadowsOfAnarchy];i.a.gang&&e.push(i.a.gang.facName);for(const n of i.a.sleeves)t!==n&&Object(h.b)(n.currentWork)&&e.push(n.currentWork.factionName);const n=[];for(const t of i.a.factions)e.includes(t)||n.push(t);return n.filter(t=>{const e=c.a[t];if(!e)return!1;const n=e.getInfo();return n.offerHackingWork||n.offerFieldWork||n.offerSecurityWork})}const M={"------":()=>({first:["------"],second:()=>["------"]}),"Work for Company":t=>{let e=L(t);return 0===e.length&&(e=["------"]),{first:e,second:()=>["------"]}},"Work for Faction":t=>{let e=O(t);return 0===e.length&&(e=["------"]),{first:e,second:t=>{const e=c.a[t];if(!e)return["------"];const n=e.getInfo(),a=[];return n.offerHackingWork&&a.push("Hacking Contracts"),n.offerFieldWork&&a.push("Field Work"),n.offerSecurityWork&&a.push("Security Work"),a}}},"Commit Crime":()=>({first:Object.values(o.a).map(t=>t.name),second:()=>["------"]}),"Take University Course":t=>{let e=[];switch(t.city){case l.a.Aevum:e=[s.a.AevumSummitUniversity];break;case l.a.Sector12:e=[s.a.Sector12RothmanUniversity];break;case l.a.Volhaven:e=[s.a.VolhavenZBInstituteOfTechnology];break;default:e=["No university available in city!"]}return{first:_,second:()=>e}},"Workout at Gym":t=>{let e=[];switch(t.city){case l.a.Aevum:e=[s.a.AevumCrushFitnessGym,s.a.AevumSnapFitnessGym];break;case l.a.Sector12:e=[s.a.Sector12IronGym,s.a.Sector12PowerhouseGym];break;case l.a.Volhaven:e=[s.a.VolhavenMilleniumFitnessGym];break;default:e=["No gym available in city!"]}return{first:C,second:()=>e}},"Perform Bladeburner Actions":t=>({first:x,second:e=>"Take on contracts"===e?function(t){const e=i.a.bladeburner;if(null===e)return["------"];let n=e.getContractNamesNetscriptFn();for(const e of i.a.sleeves)if(t!==e&&Object(p.b)(e.currentWork)&&"Contracts"===e.currentWork.actionType){const t=e.currentWork;n=n.filter(e=>e!=t.actionName)}return 0===n.length?["------"]:n}(t):["------"]}),"Shock Recovery":()=>({first:["------"],second:()=>["------"]}),Synchronize:()=>({first:["------"],second:()=>["------"]})},A={"------":()=>!0,"Work for Company":t=>L(t).length>0,"Work for Faction":t=>O(t).length>0,"Commit Crime":()=>!0,"Take University Course":t=>[l.a.Aevum,l.a.Sector12,l.a.Volhaven].includes(t.city),"Workout at Gym":t=>[l.a.Aevum,l.a.Sector12,l.a.Volhaven].includes(t.city),"Perform Bladeburner Actions":()=>i.a.inBladeburner(),"Shock Recovery":t=>t.shock<100,Synchronize:t=>t.sync<100};function T(t){const e=function(t){const e=t.currentWork;if(null===e)return["------","------","------"];if(Object(d.b)(e))return["Work for Company",e.companyName,"------"];if(Object(h.b)(e)){let t="";switch(e.factionWorkType){case S.a.HACKING:t="Hacking Contracts";break;case S.a.FIELD:t="Field Work";break;case S.a.SECURITY:t="Security Work"}return["Work for Faction",e.factionName,t]}if(Object(p.b)(e)){if("Contracts"===e.actionType)return["Perform Bladeburner Actions","Take on contracts",e.actionName];switch(e.actionName){case"Field Analysis":return["Perform Bladeburner Actions","Field Analysis","------"];case"Diplomacy":return["Perform Bladeburner Actions","Diplomacy","------"];case"Recruitment":return["Perform Bladeburner Actions","Recruitment","------"];case"Hyperbolic Regeneration Chamber":return["Perform Bladeburner Actions","Hyperbolic Regeneration Chamber","------"]}}if(Object(y.b)(e))switch(e.classType){case k.a.StudyComputerScience:return["Take University Course","Study Computer Science",e.location];case k.a.DataStructures:return["Take University Course","Data Structures",e.location];case k.a.Networks:return["Take University Course","Networks",e.location];case k.a.Algorithms:return["Take University Course","Algorithms",e.location];case k.a.Management:return["Take University Course","Management",e.location];case k.a.Leadership:return["Take University Course","Leadership",e.location];case k.a.GymStrength:return["Workout at Gym","Train Strength",e.location];case k.a.GymDefense:return["Workout at Gym","Train Defense",e.location];case k.a.GymDexterity:return["Workout at Gym","Train Dexterity",e.location];case k.a.GymAgility:return["Workout at Gym","Train Agility",e.location]}var n,a;return Object(w.b)(e)?["Commit Crime",null!==(n=null===(a=Object.values(o.a).find(t=>t.type===e.crimeType))||void 0===a?void 0:a.name)&&void 0!==n?n:"Shoplift","------"]:Object(v.b)(e)?["Perform Bladeburner Actions","Support main sleeve","------"]:Object(E.b)(e)?["Perform Bladeburner Actions","Infiltrate synthoids","------"]:Object(g.b)(e)?["Shock Recovery","------","------"]:Object(b.b)(e)?["Synchronize","------","------"]:["------","------","------"]}(t.sleeve),[n,i]=Object(a.useState)(e[0]),[s,l]=Object(a.useState)(e[1]),[c,m]=Object(a.useState)(e[2]),_=Object.keys(A).filter(e=>A[e](t.sleeve)),C=M[n];if(void 0===C)throw new Error(`No function for task '${n}'`);const x=C(t.sleeve),L=x.second(s);return x.first.length>0&&!x.first.includes(s)&&(l(x.first[0]),t.setABC([n,x.first[0],c])),L.length>0&&!L.includes(c)&&(m(L[0]),t.setABC([n,s,L[0]])),r.a.createElement(r.a.Fragment,null,r.a.createElement(f.a,{onChange:function(e){var a;const r=e.target.value,o=M[r];if(void 0===o)throw new Error(`No function for task '${n}'`);const s=o(t.sleeve),c=null!==(a=s.second(s.first[0]))&&void 0!==a?a:["------"];m(c[0]),l(s.first[0]),i(r),t.setABC([r,s.first[0],c[0]])},value:n,sx:{width:"100%"}},_.map(t=>r.a.createElement(u.a,{key:t,value:t},t))),!(1===x.first.length&&"------"===x.first[0])&&r.a.createElement(r.a.Fragment,null,r.a.createElement(f.a,{onChange:function(e){l(e.target.value),t.setABC([n,e.target.value,c])},value:s,sx:{width:"100%"}},x.first.map(t=>r.a.createElement(u.a,{key:t,value:t},t)))),!(1===L.length&&"------"===L[0])&&r.a.createElement(r.a.Fragment,null,r.a.createElement(f.a,{onChange:function(e){m(e.target.value),t.setABC([n,s,e.target.value])},value:c,sx:{width:"100%"}},L.map(t=>r.a.createElement(u.a,{key:t,value:t},t)))))}},function(t,e,n){"use strict";n.d(e,"a",(function(){return p}));var a=n(0),r=n.n(a),i=n(15),o=n(24),s=n(483),l=n(17),c=n(6),f=n(19),u=n(1),m=n(40),h=n(3),d=n(10);function p(t){function e(e){u.a.canAfford(i.a.TravelCost)||Object(f.a)("You cannot afford to have this sleeve travel to another city"),t.sleeve.city=e,u.a.loseMoney(i.a.TravelCost,"sleeve"),t.sleeve.stopWork(),t.rerender(),t.onClose()}return r.a.createElement(m.a,{open:t.open,onClose:t.onClose},r.a.createElement(r.a.Fragment,null,r.a.createElement(h.a,null,"Have this sleeve travel to a different city. This affects the gyms and universities at which this sleeve can study. Traveling to a different city costs ",r.a.createElement(o.a,{money:i.a.TravelCost,forPurchase:!0}),". It will also set your current sleeve task to idle."),c.a.DisableASCIIArt?Object.values(l.a).map(t=>r.a.createElement(d.a,{key:t,onClick:()=>e(t)},t)):r.a.createElement(s.a,{currentCity:t.sleeve.city,onTravel:t=>e(t)})))}},function(t,e,n){"use strict";n.d(e,"a",(function(){return l}));var a=n(0),r=n.n(a),i=n(40),o=n(3),s=n(5);function l({open:t,onClose:e}){return r.a.createElement(i.a,{open:t,onClose:e},r.a.createElement(r.a.Fragment,null,r.a.createElement(o.a,{variant:"h4"},"How do Duplicate Sleeves work?"),r.a.createElement("br",null),r.a.createElement(o.a,null,"Duplicate Sleeves are essentially clones. You can use them to perform any work type action, such as working for a company/faction or committing a crime. Having sleeves perform these tasks earns you money, experience, and reputation."),r.a.createElement("br",null),r.a.createElement("br",null),r.a.createElement(o.a,null,"Sleeves are their own individuals, which means they each have their own experience and stats."),r.a.createElement("br",null),r.a.createElement("br",null),r.a.createElement(o.a,null,"When a sleeve earns experience, it earns experience for itself, the player's original 'consciousness', as well as all of the player's other sleeves."),r.a.createElement("br",null),r.a.createElement("br",null),r.a.createElement(o.a,{variant:"h4"},"What is Synchronization (Sync)?"),r.a.createElement("br",null),r.a.createElement(o.a,null,"Synchronization is a measure of how aligned your consciousness is with that of your Duplicate Sleeves. It is a numerical value between 1 and 100, and it affects how much experience is earned when the sleeve is performing a task."),r.a.createElement("br",null),r.a.createElement("br",null),r.a.createElement(o.a,null,"Let N be the sleeve's synchronization. When the sleeve earns experience by performing a task, both the sleeve and the player's original host consciousness earn N% of the amount of experience normally earned by the task. All of the player's other sleeves earn ((N/100)^2 * 100)% of the experience."),r.a.createElement("br",null),r.a.createElement("br",null),r.a.createElement(o.a,null,"Synchronization can be increased by assigning sleeves to the 'Synchronize' task."),r.a.createElement("br",null),r.a.createElement("br",null),r.a.createElement(o.a,{variant:"h4"},"What is Shock?"),r.a.createElement("br",null),r.a.createElement(o.a,null,"Sleeve shock is a measure of how much trauma the sleeve has due to being placed in a new body. It is a numerical value between 0 and 99, where 99 indicates full shock and 0 indicates no shock. Shock affects the amount of experience earned by the sleeve."),r.a.createElement("br",null),r.a.createElement("br",null),r.a.createElement(o.a,null,"Sleeve shock slowly decreases over time. You can further increase the rate at which it decreases by assigning sleeves to the 'Shock Recovery' task."),r.a.createElement("br",null),r.a.createElement("br",null),r.a.createElement(o.a,{variant:"h4"},"Why can't I work for this company or faction?"),r.a.createElement("br",null),r.a.createElement(o.a,null,"Only one of your sleeves can work for a given company/faction a time. To clarify further, if you have two sleeves they can work for two different companies/factions, but they cannot both work for the same company/faction."),r.a.createElement("br",null),r.a.createElement("br",null),r.a.createElement(o.a,{variant:"h4"},"How do I buy Augmentations for my Sleeves?"),r.a.createElement("br",null),r.a.createElement(o.a,null,"Your Sleeve needs to have a Shock of 0 in order for you to buy Augmentations for it."),r.a.createElement("br",null),r.a.createElement("br",null),r.a.createElement(o.a,{variant:"h4"},"Why can't I buy the X Augmentation for my sleeve?"),r.a.createElement("br",null),r.a.createElement(o.a,null,"Certain Augmentations, like ",s.a.Bladeburners,"-specific ones and NeuroFlux Governor, are not available for sleeves. You also need enough current reputation on some faction that offers that Augmentation."),r.a.createElement("br",null),r.a.createElement("br",null),r.a.createElement(o.a,{variant:"h4"},"Do sleeves get reset when installing Augmentations or switching BitNodes?"),r.a.createElement("br",null),r.a.createElement(o.a,null,"Sleeves are reset when switching BitNodes, but not when installing Augmentations. However installing Augmentations on a sleeve does reset their stats."),r.a.createElement("br",null),r.a.createElement("br",null),r.a.createElement(o.a,{variant:"h4"},"What is Memory?"),r.a.createElement("br",null),r.a.createElement(o.a,null,"Sleeve memory dictates what a sleeve's synchronization will be when it's reset by switching BitNodes. For example, if a sleeve has a memory of 25, then when you switch BitNodes its synchronization will initially be set to 25, rather than 1."),r.a.createElement("br",null),r.a.createElement("br",null),r.a.createElement(o.a,null,"Memory can only be increased by purchasing upgrades from ",s.a.TheCovenant,". It is a persistent stat, meaning it never gets resets back to 1. The maximum possible value for a sleeve's memory is 100.")))}},function(t,e,n){"use strict";n.d(e,"a",(function(){return w}));var a=n(0),r=n.n(a),i=n(1385),o=n(1386),s=n(1387),l=n(227),c=n(93),f=n(1388),u=n(1390),m=n(1391),h=n(1392),d=n(42),p=n(58),g=n(1),b=n(26),y=n(3),E=n(285),v=n(10),k=n(21);function w(){const[t,e]=Object(a.useState)(!1),n=Object(a.useState)(!1)[1];function w(){n(t=>!t)}const[S,_]=Object(a.useState)(d.c.x1);Object(a.useEffect)(()=>{const t=setInterval(w,200);return()=>clearInterval(t)},[]);let C,x=0;for(let t=0;t_(d.c.x1),()=>_(d.c.x5),()=>_(d.c.x10),()=>_(d.c.MAX)],O=g.a.hacknetNodes.map(t=>{if(Object(p.g)()){if(t instanceof l.a)throw new Error("node was hacknet node");const e=Object(b.d)(t);if(null==e)throw new Error("Could not find Hacknet Server object in AllServers map for IP: "+t);if(!(e instanceof c.a))throw new Error("node was not hacknet server");return r.a.createElement(s.a,{key:e.hostname,node:e,purchaseMultiplier:S,rerender:w})}if("string"==typeof t)throw new Error("node was ip string");return r.a.createElement(o.a,{key:t.name,node:t,purchaseMultiplier:S,rerender:w})});return r.a.createElement(r.a.Fragment,null,r.a.createElement(y.a,{variant:"h4"},"Hacknet ",Object(p.g)()?"Servers":"Nodes"),r.a.createElement(i.a,{hasHacknetServers:Object(p.g)()}),r.a.createElement(h.a,{cost:C,multiplier:S,onClick:function(){Object(p.l)(),w()}}),r.a.createElement("br",null),r.a.createElement(E.a,{container:!0,spacing:2},r.a.createElement(E.a,{item:!0,xs:6},r.a.createElement(m.a,{totalProduction:x})),r.a.createElement(E.a,{item:!0,xs:6},r.a.createElement(u.a,{onClicks:L,purchaseMultiplier:S}))),Object(p.g)()&&r.a.createElement(v.a,{onClick:()=>e(!0)},"Spend Hashes on Upgrades"),r.a.createElement(k.a,{sx:{display:"grid",width:"fit-content",gridTemplateColumns:"repeat(3, 1fr)"}},O),r.a.createElement(f.a,{open:t,onClose:()=>e(!1)}))}},function(t,e,n){"use strict";n.d(e,"a",(function(){return o}));var a=n(0),r=n.n(a),i=n(3);function o(t){return r.a.createElement(r.a.Fragment,null,r.a.createElement(i.a,null,"The Hacknet is a global, decentralized network of machines. It is used by hackers all around the world to anonymously share computing power and perform distributed cyberattacks without the fear of being traced."),t.hasHacknetServers?r.a.createElement(r.a.Fragment,null,r.a.createElement(i.a,null,"Here, you can purchase a Hacknet Server, an upgraded version of the Hacknet Node. Hacknet Servers will perform computations and operations on the network, earning you hashes. Hashes can be spent on a variety of different upgrades."),r.a.createElement(i.a,null,"Hacknet Servers can also be used as servers to run scripts. However, running scripts on a server will reduce its hash rate (hashes generated per second). A Hacknet Server's hash rate will be reduced by the percentage of RAM that is being used by that Server to run scripts.")):r.a.createElement(r.a.Fragment,null,r.a.createElement(i.a,null,"Here, you can purchase a Hacknet Node, a specialized machine that can connect and contribute its resources to the Hacknet network. This allows you to take a small percentage of profits from hacks performed on the network. Essentially, you are renting out your Node's computing power."),r.a.createElement(i.a,null,"Each Hacknet Node you purchase will passively earn you money. Each Hacknet Node can be upgraded in order to increase its computing power and thereby increase the profit you earn from it.")))}},function(t,e,n){"use strict";n.d(e,"a",(function(){return k}));var a=n(0),r=n.n(a),i=n(42),o=n(58),s=n(1),l=n(24),c=n(115),f=n(3),u=n(285),m=n(47),h=n(10),d=n(76),p=n(161),g=n(160),b=n(50),y=n(23),E=n(7),v=n(215);function k(t){const e=t.node,n=t.purchaseMultiplier,a=t.rerender;let k,w,S;if(e.level>=i.a.MaxLevel)k=r.a.createElement(h.a,{disabled:!0},"MAX LEVEL");else{let t=0;if("MAX"===n)t=Object(o.e)(e,i.a.MaxLevel);else{const a=i.a.MaxLevel-e.level;t=Math.min(a,n)}const u=Object(v.c)(e.level+t,e.ram,e.cores,s.a.mults.hacknet_node_money)-e.moneyGainRatePerSecond,m=e.calculateLevelUpgradeCost(t,s.a.mults.hacknet_node_level_cost);k=r.a.createElement(y.a,{title:r.a.createElement(f.a,null,"+",r.a.createElement(c.a,{money:u}))},r.a.createElement(h.a,{onClick:function(){const t="MAX"===n?Object(o.e)(e,i.a.MaxLevel):n;Object(o.n)(e,t),a()}},"+",t," - ",r.a.createElement(l.a,{money:m,forPurchase:!0})))}if(e.ram>=i.a.MaxRam)w=r.a.createElement(h.a,{disabled:!0},"MAX RAM");else{let t=0;if("MAX"===n)t=Object(o.f)(e,i.a.MaxRam);else{const a=Math.round(Math.log2(i.a.MaxRam/e.ram));t=Math.min(a,n)}const u=Object(v.c)(e.level,e.ram*Math.pow(2,t),e.cores,s.a.mults.hacknet_node_money)-e.moneyGainRatePerSecond,m=e.calculateRamUpgradeCost(t,s.a.mults.hacknet_node_ram_cost);w=r.a.createElement(y.a,{title:r.a.createElement(f.a,null,"+",r.a.createElement(c.a,{money:u}))},r.a.createElement(h.a,{onClick:function(){const t="MAX"===n?Object(o.f)(e,i.a.MaxRam):n;Object(o.o)(e,t),a()}},"+",t," - ",r.a.createElement(l.a,{money:m,forPurchase:!0})))}if(e.cores>=i.a.MaxCores)S=r.a.createElement(h.a,{disabled:!0},"MAX CORES");else{let t=0;if("MAX"===n)t=Object(o.d)(e,i.a.MaxCores);else{const a=i.a.MaxCores-e.cores;t=Math.min(a,n)}const u=Object(v.c)(e.level,e.ram,e.cores+t,s.a.mults.hacknet_node_money)-e.moneyGainRatePerSecond,m=e.calculateCoreUpgradeCost(t,s.a.mults.hacknet_node_core_cost);S=r.a.createElement(y.a,{title:r.a.createElement(f.a,null,"+",r.a.createElement(c.a,{money:u}))},r.a.createElement(h.a,{onClick:function(){const t="MAX"===n?Object(o.d)(e,i.a.MaxCores):n;Object(o.k)(e,t),a()}},"+",t," - ",r.a.createElement(l.a,{money:m,forPurchase:!0})))}return r.a.createElement(u.a,{item:!0,component:m.a,p:1},r.a.createElement(g.a,{size:"small"},r.a.createElement(p.a,null,r.a.createElement(b.a,null,r.a.createElement(d.b,{colSpan:3},r.a.createElement(f.a,null,e.name))),r.a.createElement(b.a,null,r.a.createElement(d.b,null,r.a.createElement(f.a,null,"Production:")),r.a.createElement(d.b,{colSpan:2},r.a.createElement(f.a,null,r.a.createElement(l.a,{money:e.totalMoneyGenerated})," (",r.a.createElement(c.a,{money:e.moneyGainRatePerSecond}),")"))),r.a.createElement(b.a,null,r.a.createElement(d.b,null,r.a.createElement(f.a,null,"Level:")),r.a.createElement(d.b,null,r.a.createElement(f.a,null,e.level)),r.a.createElement(d.b,null,k)),r.a.createElement(b.a,null,r.a.createElement(d.b,null,r.a.createElement(f.a,null,"RAM:")),r.a.createElement(d.b,null,r.a.createElement(f.a,null,E.a.formatRAM(e.ram))),r.a.createElement(d.b,null,w)),r.a.createElement(b.a,null,r.a.createElement(d.b,null,r.a.createElement(f.a,null,"Cores:")),r.a.createElement(d.b,null,r.a.createElement(f.a,null,e.cores)),r.a.createElement(d.b,null,S)))))}},function(t,e,n){"use strict";n.d(e,"a",(function(){return w}));var a=n(0),r=n.n(a),i=n(42),o=n(58),s=n(1),l=n(24),c=n(226),f=n(296),u=n(3),m=n(285),h=n(47),d=n(10),p=n(76),g=n(161),b=n(160),y=n(50),E=n(7),v=n(156),k=n(23);function w(t){const e=t.node,n=t.purchaseMultiplier,a=t.rerender;let w,S,_,C;if(e.level>=i.b.MaxLevel)w=r.a.createElement(d.a,{disabled:!0},"MAX LEVEL");else{let t=0;if("MAX"===n)t=Object(o.e)(e,i.b.MaxLevel);else{const a=i.b.MaxLevel-e.level;t=Math.min(a,n)}const c=Object(v.c)(e.level+t,0,e.maxRam,e.cores,s.a.mults.hacknet_node_money)-Object(v.c)(e.level,0,e.maxRam,e.cores,s.a.mults.hacknet_node_money),m=c*(e.maxRam-e.ramUsed)/e.maxRam,h=e.calculateLevelUpgradeCost(t,s.a.mults.hacknet_node_level_cost);w=r.a.createElement(k.a,{title:r.a.createElement(u.a,null,"+",r.a.createElement(f.a,{hashes:m})," (effective increase, taking current RAM usage into account)",r.a.createElement("br",null),r.a.createElement("span",{style:{opacity:.5}},"+",r.a.createElement(f.a,{hashes:c}))," ","(base increase, attained when no script is running)")},r.a.createElement(d.a,{onClick:function(){let t=n;"MAX"===n&&(t=Object(o.e)(e,i.b.MaxLevel));Object(o.n)(e,t),a()}},"+",t," - ",r.a.createElement(l.a,{money:h,forPurchase:!0})))}if(e.maxRam>=i.b.MaxRam)S=r.a.createElement(d.a,{disabled:!0},"MAX RAM");else{let t=0;if("MAX"===n)t=Object(o.f)(e,i.b.MaxRam);else{const a=Math.round(Math.log2(i.b.MaxRam/e.maxRam));t=Math.min(a,n)}const c=Object(v.c)(e.level,0,e.maxRam*Math.pow(2,t),e.cores,s.a.mults.hacknet_node_money)-Object(v.c)(e.level,0,e.maxRam,e.cores,s.a.mults.hacknet_node_money),m=Object(v.c)(e.level,e.ramUsed,e.maxRam*Math.pow(2,t),e.cores,s.a.mults.hacknet_node_money)-Object(v.c)(e.level,e.ramUsed,e.maxRam,e.cores,s.a.mults.hacknet_node_money),h=e.calculateRamUpgradeCost(t,s.a.mults.hacknet_node_ram_cost);S=r.a.createElement(k.a,{title:r.a.createElement(u.a,null,"+",r.a.createElement(f.a,{hashes:m})," (effective increase, taking current RAM usage into account)",r.a.createElement("br",null),r.a.createElement("span",{style:{opacity:.5}},"+",r.a.createElement(f.a,{hashes:c}))," ","(base increase, attained when no script is running)")},r.a.createElement(d.a,{onClick:function(){let t=n;"MAX"===n&&(t=Object(o.f)(e,i.b.MaxRam)),Object(o.o)(e,t),a()}},"+",t," - ",r.a.createElement(l.a,{money:h,forPurchase:!0})))}if(e.cores>=i.b.MaxCores)_=r.a.createElement(d.a,{disabled:!0},"MAX CORES");else{let t=0;if("MAX"===n)t=Object(o.d)(e,i.b.MaxCores);else{const a=i.b.MaxCores-e.cores;t=Math.min(a,n)}const c=Object(v.c)(e.level,0,e.maxRam,e.cores+t,s.a.mults.hacknet_node_money)-Object(v.c)(e.level,0,e.maxRam,e.cores,s.a.mults.hacknet_node_money),m=c*(e.maxRam-e.ramUsed)/e.maxRam,h=e.calculateCoreUpgradeCost(t,s.a.mults.hacknet_node_core_cost);_=r.a.createElement(k.a,{title:r.a.createElement(u.a,null,"+",r.a.createElement(f.a,{hashes:m})," (effective increase, taking current RAM usage into account)",r.a.createElement("br",null),r.a.createElement("span",{style:{opacity:.5}},"+",r.a.createElement(f.a,{hashes:c}))," ","(base increase, attained when no script is running)")},r.a.createElement(d.a,{onClick:function(){let t=n;"MAX"===n&&(t=Object(o.d)(e,i.b.MaxCores)),Object(o.k)(e,t),a()}},"+",t," - ",r.a.createElement(l.a,{money:h,forPurchase:!0})))}if(e.cache>=i.b.MaxCache)C=r.a.createElement(d.a,{disabled:!0},"MAX CACHE");else{let t=0;if("MAX"===n)t=Object(o.c)(e,i.b.MaxCache);else{const a=i.b.MaxCache-e.cache;t=Math.min(a,n)}const f=32*Math.pow(2,e.cache+t)-e.hashCapacity,m=e.calculateCacheUpgradeCost(t);C=r.a.createElement(k.a,{title:r.a.createElement(u.a,null,"+",r.a.createElement(c.a,{hashes:f})," hashes")},r.a.createElement(d.a,{onClick:function(){let t=n;"MAX"===n&&(t=Object(o.c)(e,i.b.MaxCache));Object(o.j)(e,t),a(),Object(o.p)()}},"+",t," - ",r.a.createElement(l.a,{money:m,forPurchase:!0}))),s.a.money}return r.a.createElement(m.a,{item:!0,component:h.a,p:1},r.a.createElement(b.a,{size:"small"},r.a.createElement(g.a,null,r.a.createElement(y.a,null,r.a.createElement(p.b,null,r.a.createElement(u.a,null,e.hostname))),r.a.createElement(y.a,null,r.a.createElement(p.b,null,r.a.createElement(u.a,null,"Production:")),r.a.createElement(p.b,{colSpan:2},r.a.createElement(k.a,{title:r.a.createElement(u.a,null,r.a.createElement(c.a,{hashes:e.totalHashesGenerated})," hashes produced by this server since last augment installation.",r.a.createElement("br",null),r.a.createElement(f.a,{hashes:e.hashRate})," current production rate.",r.a.createElement("br",null),r.a.createElement("span",{style:{opacity:.5}},r.a.createElement(f.a,{hashes:e.hashRate*e.maxRam/(e.maxRam-e.ramUsed)}))," ","max production rate. (achieved when 100% RAM is allocated to it)",r.a.createElement("br",null),E.a.formatRAM(e.ramUsed)," / ",E.a.formatRAM(e.maxRam)," (",Math.round(100*e.ramUsed/e.maxRam),"%) RAM allocated to script.",r.a.createElement("br",null),E.a.formatRAM(e.maxRam-e.ramUsed)," / ",E.a.formatRAM(e.maxRam)," (",Math.round(100*(e.maxRam-e.ramUsed)/e.maxRam),"%) RAM allocated to hash production.")},r.a.createElement(u.a,null,r.a.createElement(c.a,{hashes:e.totalHashesGenerated})," (",r.a.createElement(f.a,{hashes:e.hashRate}),")")))),r.a.createElement(y.a,null,r.a.createElement(p.b,null,r.a.createElement(u.a,null,"Hash Capacity:")),r.a.createElement(p.b,{colSpan:2},r.a.createElement(u.a,null,r.a.createElement(c.a,{hashes:e.hashCapacity})))),r.a.createElement(y.a,null,r.a.createElement(p.b,null,r.a.createElement(u.a,null,"Level:")),r.a.createElement(p.b,null,r.a.createElement(u.a,null,e.level)),r.a.createElement(p.b,null,w)),r.a.createElement(y.a,null,r.a.createElement(p.b,null,r.a.createElement(u.a,null,"RAM:")),r.a.createElement(p.b,null,r.a.createElement(u.a,null,E.a.formatRAM(e.maxRam))),r.a.createElement(p.b,null,S)),r.a.createElement(y.a,null,r.a.createElement(p.b,null,r.a.createElement(u.a,null,"Cores:")),r.a.createElement(p.b,null,r.a.createElement(u.a,null,e.cores)),r.a.createElement(p.b,null,_)),r.a.createElement(y.a,null,r.a.createElement(p.b,null,r.a.createElement(u.a,null,"Cache Level:")),r.a.createElement(p.b,null,r.a.createElement(u.a,null,e.cache)),r.a.createElement(p.b,null,C)))))}},function(t,e,n){"use strict";n.d(e,"a",(function(){return u}));var a=n(0),r=n.n(a),i=n(244),o=n(226),s=n(1389),l=n(40),c=n(1),f=n(3);function u(t){const e=Object(a.useState)(!1)[1];function n(){e(t=>!t)}Object(a.useEffect)(()=>{const t=setInterval(()=>e(t=>!t),200);return()=>clearInterval(t)},[]);const u=c.a.hashManager;if(!u)throw new Error("Player does not have a HashManager)");return r.a.createElement(l.a,{open:t.open,onClose:t.onClose},r.a.createElement(r.a.Fragment,null,r.a.createElement(f.a,null,"Spend your hashes on a variety of different upgrades"),r.a.createElement(f.a,null,"Hashes: ",r.a.createElement(o.a,{hashes:c.a.hashManager.hashes})),Object.keys(i.a).map(t=>{const e=i.a[t];return r.a.createElement(s.a,{upg:e,hashManager:u,key:e.name,rerender:n})})))}},function(t,e,n){"use strict";n.d(e,"a",(function(){return p}));var a=n(0),r=n.n(a),i=n(58),o=n(812),s=n(19),l=n(172),c=n(226),f=n(3),u=n(47),m=n(10),h=n(5);const d={};function p(t){const[e,n]=Object(a.useState)(d[t.upg.name]?d[t.upg.name]:h.a.ECorp.toLowerCase());function p(){if(t.hashManager.hashes>=t.hashManager.getUpgradeCost(t.upg.name)){Object(i.m)(t.upg.name,e)||Object(s.a)("Failed to purchase upgrade. This may be because you do not have enough hashes, or because you do not have access to the feature upgrade affects."),t.rerender()}}const g=t.hashManager,b=t.upg,y=g.getUpgradeCost(b.name),E=g.upgrades[b.name],v=b.effectText(E),k=g.hashes>=y;return r.a.createElement(u.a,{sx:{p:1}},r.a.createElement(f.a,null,r.a.createElement(l.a,{value:b.name})),r.a.createElement(f.a,null,"Cost: ",r.a.createElement(c.a,{hashes:y}),", Bought: ",E," times"),r.a.createElement(f.a,null,b.desc),!b.hasTargetServer&&r.a.createElement(m.a,{onClick:p,disabled:!k},"Buy"),b.hasTargetServer&&r.a.createElement(o.a,{purchase:p,canPurchase:k,value:e,serverType:o.b.Foreign,onChange:function(e){n(e.target.value),d[t.upg.name]=e.target.value}}),E>0&&v&&r.a.createElement(f.a,null,v))}},function(t,e,n){"use strict";n.d(e,"a",(function(){return c}));var a=n(0),r=n.n(a),i=n(42),o=n(10);function s(){return(s=Object.assign||function(t){for(var e=1;ee.specialName===t.name),S=Object(y.d)(n?n.hostname:""),_=null!==S&&Object(b.b)(S);return a.createElement(a.Fragment,null,a.createElement(i.a,{onClick:()=>v.b.toCity()},"Return to World"),a.createElement(r.a,{variant:"h4",sx:{mt:1}},_&&!g.a.DisableTextEffects?a.createElement(w.a,{title:`Backdoor installed on ${t.name}.`},a.createElement("span",null,a.createElement(E.a,{content:t.name}))):t.name),e)}},function(t,e,n){"use strict";n.d(e,"a",(function(){return v}));var a=n(0),r=n.n(a),i=n(3),o=n(10),s=n(23),l=n(21),c=n(298),f=n(164),u=n(78),m=n(107),h=n(33),d=n(144),p=n(338),g=n(22),b=n(1),y=n(1395),E=n(329);function v(t){const[e,n]=Object(a.useState)(!1),v=Object(a.useState)(!1)[1];function k(){v(t=>!t)}Object(a.useEffect)(()=>{const t=setInterval(k,200);return()=>clearInterval(t)},[]);const w=u.a[t.locName];if(null==w)throw new Error("CompanyLocation component constructed with invalid company: "+t.locName);const S=f.a[t.locName];if(null==S)throw new Error("CompanyLocation component constructed with invalid location: "+t.locName);const _=b.a.jobs[t.locName]?b.a.jobs[t.locName]:null,C=_?m.a[_]:null;b.a.location=t.locName;const x=null!=_,L=w.getFavorGain();return r.a.createElement(r.a.Fragment,null,x&&r.a.createElement(r.a.Fragment,null,r.a.createElement(i.a,null,"Job Title: ",_),r.a.createElement(i.a,null,"-------------------------"),r.a.createElement(l.a,{display:"flex"},r.a.createElement(s.a,{title:r.a.createElement(r.a.Fragment,null,"You will have ",r.a.createElement(p.a,{favor:w.favor+L})," company favor upon resetting after installing Augmentations")},r.a.createElement(i.a,null,"Company reputation: ",r.a.createElement(d.a,{reputation:w.playerReputation})))),r.a.createElement(i.a,null,"-------------------------"),r.a.createElement(l.a,{display:"flex"},r.a.createElement(s.a,{title:r.a.createElement(r.a.Fragment,null,"Company favor increases the rate at which you earn reputation for this company by 1% per favor. Company favor is gained whenever you reset after installing Augmentations. The amount of favor you gain depends on how much reputation you have with the company.")},r.a.createElement(i.a,null,"Company Favor: ",r.a.createElement(p.a,{favor:w.favor})))),r.a.createElement(i.a,null,"-------------------------"),r.a.createElement("br",null)),r.a.createElement(l.a,{sx:{display:"grid",width:"fit-content"}},x&&r.a.createElement(l.a,{sx:{display:"grid",gridTemplateColumns:"1fr 1fr"}},r.a.createElement(o.a,{onClick:function(e){if(!e.isTrusted)return;C&&(b.a.startWork(new E.a({singularity:!1,companyName:t.locName})),b.a.startFocusing(),g.b.toWork())}},"Work"),r.a.createElement(o.a,{onClick:()=>n(!0)},"Quit"),r.a.createElement(y.a,{locName:t.locName,company:w,onQuit:k,open:e,onClose:()=>n(!1)})),w.hasAgentPositions()&&r.a.createElement(c.a,{company:w,entryPosType:m.a[h.a[0]],onClick:function(t){t.isTrusted&&(b.a.applyForAgentJob(),k())},text:"Apply for Agent Job"}),w.hasBusinessConsultantPositions()&&r.a.createElement(c.a,{company:w,entryPosType:m.a[h.c[0]],onClick:function(t){t.isTrusted&&(b.a.applyForBusinessConsultantJob(),k())},text:"Apply for Business Consultant Job"}),w.hasBusinessPositions()&&r.a.createElement(c.a,{company:w,entryPosType:m.a[h.b[0]],onClick:function(t){t.isTrusted&&(b.a.applyForBusinessJob(),k())},text:"Apply for Business Job"}),w.hasEmployeePositions()&&r.a.createElement(c.a,{company:w,entryPosType:m.a[h.e[1]],onClick:function(t){t.isTrusted&&(b.a.applyForEmployeeJob(),k())},text:"Apply to be an Employee"}),w.hasEmployeePositions()&&r.a.createElement(c.a,{company:w,entryPosType:m.a[h.g[1]],onClick:function(t){t.isTrusted&&(b.a.applyForPartTimeEmployeeJob(),k())},text:"Apply to be a part-time Employee"}),w.hasITPositions()&&r.a.createElement(c.a,{company:w,entryPosType:m.a[h.d[0]],onClick:function(t){t.isTrusted&&(b.a.applyForItJob(),k())},text:"Apply for IT Job"}),w.hasSecurityPositions()&&r.a.createElement(c.a,{company:w,entryPosType:m.a[h.h[2]],onClick:function(t){t.isTrusted&&(b.a.applyForSecurityJob(),k())},text:"Apply for Security Job"}),w.hasSoftwareConsultantPositions()&&r.a.createElement(c.a,{company:w,entryPosType:m.a[h.k[0]],onClick:function(t){t.isTrusted&&(b.a.applyForSoftwareConsultantJob(),k())},text:"Apply for Software Consultant Job"}),w.hasSoftwarePositions()&&r.a.createElement(c.a,{company:w,entryPosType:m.a[h.j[0]],onClick:function(t){t.isTrusted&&(b.a.applyForSoftwareJob(),k())},text:"Apply for Software Job"}),w.hasWaiterPositions()&&r.a.createElement(c.a,{company:w,entryPosType:m.a[h.e[0]],onClick:function(t){t.isTrusted&&(b.a.applyForWaiterJob(),k())},text:"Apply to be a Waiter"}),w.hasWaiterPositions()&&r.a.createElement(c.a,{company:w,entryPosType:m.a[h.g[0]],onClick:function(t){t.isTrusted&&(b.a.applyForPartTimeWaiterJob(),k())},text:"Apply to be a part-time Waiter"}),null!=S.infiltrationData&&r.a.createElement(o.a,{onClick:function(e){if(!e.isTrusted)return;const n=S;if(!n.infiltrationData)throw new Error(`trying to start infiltration at ${t.locName} but the infiltrationData is null`);g.b.toInfiltration(n)}},"Infiltrate Company")))}},function(t,e,n){"use strict";n.d(e,"a",(function(){return c}));var a=n(0),r=n.n(a),i=n(1),o=n(40),s=n(3),l=n(10);function c(t){return r.a.createElement(o.a,{open:t.open,onClose:t.onClose},r.a.createElement(s.a,null," Would you like to quit your job at ",t.company.name,"?"),r.a.createElement("br",null),r.a.createElement("br",null),r.a.createElement(l.a,{onClick:function(){i.a.quitJob(t.locName),t.onQuit(),t.onClose()}},"Quit"))}},function(t,e,n){"use strict";n.d(e,"a",(function(){return u}));var a=n(0),r=n(10),i=n(1),o=n(24),s=n(22),l=n(21),c=n(57),f=n(253);function u(t){function e(e){i.a.startWork(new c.b({classType:e,location:t.loc.name,singularity:!1})),i.a.startFocusing(),s.b.toWork()}const n=Object(f.b)(c.c[c.a.GymStrength],t.loc);return a.createElement(l.a,{sx:{display:"grid",width:"fit-content"}},a.createElement(r.a,{onClick:()=>e(c.a.GymStrength)},"Train Strength (",a.createElement(o.a,{money:n,forPurchase:!0})," / sec)"),a.createElement(r.a,{onClick:()=>e(c.a.GymDefense)},"Train Defense (",a.createElement(o.a,{money:n,forPurchase:!0})," / sec)"),a.createElement(r.a,{onClick:()=>e(c.a.GymDexterity)},"Train Dexterity (",a.createElement(o.a,{money:n,forPurchase:!0})," / sec)"),a.createElement(r.a,{onClick:()=>e(c.a.GymAgility)},"Train Agility (",a.createElement(o.a,{money:n,forPurchase:!0})," / sec)"))}},function(t,e,n){"use strict";n.d(e,"a",(function(){return c}));var a=n(0),r=n(10),i=n(1),o=n(417),s=n(24),l=n(19);class c extends a.Component{constructor(){var t,e,n;super({}),n={display:"block"},(e="btnStyle")in(t=this)?Object.defineProperty(t,e,{value:n,enumerable:!0,configurable:!0,writable:!0}):t[e]=n,this.state={currHp:i.a.hp.current}}getCost(){return Object(o.b)()}getHealed(t){if(!t.isTrusted)return;if(i.a.hp.current<0&&(i.a.hp.current=0),i.a.hp.current>=i.a.hp.max)return;const e=this.getCost();i.a.loseMoney(e,"hospitalization"),i.a.hp.current=i.a.hp.max,this.setState({currHp:i.a.hp.current}),Object(l.a)(a.createElement(a.Fragment,null,"You were healed to full health! The hospital billed you for ",a.createElement(s.a,{money:e})))}render(){const t=this.getCost();return a.createElement(r.a,{onClick:this.getHealed,style:this.btnStyle},"Get treatment for wounds - ",a.createElement(s.a,{money:t,forPurchase:!0}))}}},function(t,e,n){"use strict";n.d(e,"a",(function(){return u}));var a=n(0),r=n(10),i=n(23),o=n(84),s=n(7),l=n(22),c=n(1),f=n(21);function u(){const t=o.a.Shoplift.successRate(c.a),e=o.a.RobStore.successRate(c.a),n=o.a.Mug.successRate(c.a),u=o.a.Larceny.successRate(c.a),m=o.a.DealDrugs.successRate(c.a),h=o.a.BondForgery.successRate(c.a),d=o.a.TraffickArms.successRate(c.a),p=o.a.Homicide.successRate(c.a),g=o.a.GrandTheftAuto.successRate(c.a),b=o.a.Kidnap.successRate(c.a),y=o.a.Assassination.successRate(c.a),E=o.a.Heist.successRate(c.a);return a.createElement(f.a,{sx:{display:"grid",width:"fit-content"}},a.createElement(i.a,{title:a.createElement(a.Fragment,null,"Attempt to shoplift from a low-end retailer")},a.createElement(r.a,{onClick:function(t){t.isTrusted&&(o.a.Shoplift.commit(),l.b.toWork(),c.a.focus=!0)}},"Shoplift (",s.a.formatPercentage(t)," chance of success)")),a.createElement(i.a,{title:a.createElement(a.Fragment,null,"Attempt to commit armed robbery on a high-end store")},a.createElement(r.a,{onClick:function(t){t.isTrusted&&(o.a.RobStore.commit(),l.b.toWork(),c.a.focus=!0)}},"Rob store (",s.a.formatPercentage(e)," chance of success)")),a.createElement(i.a,{title:a.createElement(a.Fragment,null,"Attempt to mug a random person on the street")},a.createElement(r.a,{onClick:function(t){t.isTrusted&&(o.a.Mug.commit(),l.b.toWork(),c.a.focus=!0)}},"Mug someone (",s.a.formatPercentage(n)," chance of success)")),a.createElement(i.a,{title:a.createElement(a.Fragment,null,"Attempt to rob property from someone's house")},a.createElement(r.a,{onClick:function(t){t.isTrusted&&(o.a.Larceny.commit(),l.b.toWork(),c.a.focus=!0)}},"Larceny (",s.a.formatPercentage(u)," chance of success)")),a.createElement(i.a,{title:a.createElement(a.Fragment,null,"Attempt to deal drugs")},a.createElement(r.a,{onClick:function(t){t.isTrusted&&(o.a.DealDrugs.commit(),l.b.toWork(),c.a.focus=!0)}},"Deal Drugs (",s.a.formatPercentage(m)," chance of success)")),a.createElement(i.a,{title:a.createElement(a.Fragment,null,"Attempt to forge corporate bonds")},a.createElement(r.a,{onClick:function(t){t.isTrusted&&(o.a.BondForgery.commit(),l.b.toWork(),c.a.focus=!0)}},"Bond Forgery (",s.a.formatPercentage(h)," chance of success)")),a.createElement(i.a,{title:a.createElement(a.Fragment,null,"Attempt to smuggle illegal arms into the city")},a.createElement(r.a,{onClick:function(t){t.isTrusted&&(o.a.TraffickArms.commit(),l.b.toWork(),c.a.focus=!0)}},"Traffick illegal Arms (",s.a.formatPercentage(d)," chance of success)")),a.createElement(i.a,{title:a.createElement(a.Fragment,null,"Attempt to murder a random person on the street")},a.createElement(r.a,{onClick:function(t){t.isTrusted&&(o.a.Homicide.commit(),l.b.toWork(),c.a.focus=!0)}},"Homicide (",s.a.formatPercentage(p)," chance of success)")),a.createElement(i.a,{title:a.createElement(a.Fragment,null,"Attempt to commit grand theft auto")},a.createElement(r.a,{onClick:function(t){t.isTrusted&&(o.a.GrandTheftAuto.commit(),l.b.toWork(),c.a.focus=!0)}},"Grand theft Auto (",s.a.formatPercentage(g)," chance of success)")),a.createElement(i.a,{title:a.createElement(a.Fragment,null,"Attempt to kidnap and ransom a high-profile-target")},a.createElement(r.a,{onClick:function(t){t.isTrusted&&(o.a.Kidnap.commit(),l.b.toWork(),c.a.focus=!0)}},"Kidnap and Ransom (",s.a.formatPercentage(b)," chance of success)")),a.createElement(i.a,{title:a.createElement(a.Fragment,null,"Attempt to assassinate a high-profile target")},a.createElement(r.a,{onClick:function(t){t.isTrusted&&(o.a.Assassination.commit(),l.b.toWork(),c.a.focus=!0)}},"Assassinate (",s.a.formatPercentage(y)," chance of success)")),a.createElement(i.a,{title:a.createElement(a.Fragment,null,"Attempt to pull off the ultimate heist")},a.createElement(r.a,{onClick:function(t){t.isTrusted&&(o.a.Heist.commit(),l.b.toWork(),c.a.focus=!0)}},"Heist (",s.a.formatPercentage(E)," chance of success)")))}},function(t,e,n){"use strict";n.d(e,"a",(function(){return x}));var a=n(0),r=n.n(a),i=n(3),o=n(10),s=n(1400),l=n(11),c=n(13),f=n(30),u=n(101),m=n(22),h=n(1),d=n(19),p=n(83),g=n(1401),b=n(111),y=n(114),E=n(385),v=n(227),k=n(93),w=n(26),S=n(1402),_=n(5),C=n(25);function x(t){const e=Object(a.useState)(!1)[1],n=h.a.inBladeburner();function x(){if(h.a.inBladeburner())m.b.toBladeburner();else if(h.a.skills.strength>=100&&h.a.skills.defense>=100&&h.a.skills.dexterity>=100&&h.a.skills.agility>=100){h.a.startBladeburner(),Object(d.a)("You have been accepted into the Bladeburner division!"),e(t=>!t);const t=document.getElementById("world-menu-header");t instanceof HTMLElement&&(t.click(),t.click())}else Object(d.a)("Rejected! Please apply again when you have 100 of each combat stat (str, def, dex, agi)")}function L(){m.b.toGrafting()}function O(){const[t,e]=Object(a.useState)(!1);return h.a.canAccessCorporation()?r.a.createElement(r.a.Fragment,null,r.a.createElement(o.a,{disabled:!h.a.canAccessCorporation()||h.a.hasCorporation(),onClick:()=>e(!0)},"Create a Corporation"),r.a.createElement(s.a,{open:t,onClose:()=>e(!1)})):r.a.createElement(r.a.Fragment,null,r.a.createElement(i.a,null,r.a.createElement("i",null,"A businessman is yelling at a clerk. You should come back later.")))}function M(){const t=f.a[_.a.ChurchOfTheMachineGod];h.a.factions.includes(_.a.ChurchOfTheMachineGod)||Object(u.d)(t),h.a.augmentations.some(t=>t.name===c.a.StaneksGift1)||h.a.queuedAugmentations.some(t=>t.name===c.a.StaneksGift1)||Object(y.a)({name:c.a.StaneksGift1,level:1}),m.b.toStaneksGift()}switch(t.loc.name){case l.a.NewTokyoVitaLife:return h.a.canAccessGrafting()?r.a.createElement(o.a,{onClick:L,sx:{my:5}},"Enter the secret lab"):r.a.createElement(r.a.Fragment,null);case l.a.Sector12CityHall:return C.a.CorporationSoftcap<.15&&r.a.createElement(r.a.Fragment,null)||r.a.createElement(O,null);case l.a.Sector12NSA:return function(){if(!h.a.canAccessBladeburner()||0===C.a.BladeburnerRank)return r.a.createElement(r.a.Fragment,null);const t=n?"Enter Bladeburner Headquarters":"Apply to Bladeburner Division";return r.a.createElement(r.a.Fragment,null,r.a.createElement("br",null),r.a.createElement(o.a,{onClick:x},t))}();case l.a.NewTokyoNoodleBar:return r.a.createElement(r.a.Fragment,null,r.a.createElement("br",null),r.a.createElement(o.a,{onClick:function(){p.b.emit("You ate some delicious noodles and feel refreshed",p.d.SUCCESS,2e3),Object(g.a)(),h.a.sourceFiles.length>0&&h.a.giveExploit(b.a.N00dles),(h.a.sourceFileLvl(5)>0||5===h.a.bitNodeN)&&(h.a.exp.intelligence*=1.0000000000000002),h.a.exp.hacking*=1.0000000000000002,h.a.exp.strength*=1.0000000000000002,h.a.exp.defense*=1.0000000000000002,h.a.exp.agility*=1.0000000000000002,h.a.exp.dexterity*=1.0000000000000002,h.a.exp.charisma*=1.0000000000000002;for(const t of h.a.hacknetNodes)if(t instanceof v.a)h.a.gainMoney(.001*t.moneyGainRatePerSecond,"other");else{const e=Object(w.d)(t);if(!(e instanceof k.a))throw new Error(`Server ${t} is not a hacknet server.`);h.a.hashManager.storeHashes(.001*e.hashRate)}h.a.bladeburner&&(h.a.bladeburner.rank+=1e-5),h.a.corporation&&(h.a.corporation.funds+=.01*h.a.corporation.revenue)}},"Eat noodles"));case l.a.ChongqingChurchOfTheMachineGod:return function(){const t=r.a.createElement(o.a,{onClick:()=>m.b.toStaneksGift()},"Open Stanek's Gift"),e=r.a.createElement(i.a,{sx:{lineHeight:"1em",whiteSpace:"pre"}}," `` ",r.a.createElement("br",null)," -odmmNmds: ",r.a.createElement("br",null)," `hNmo:..-omNh. ",r.a.createElement("br",null)," yMd` `hNh ",r.a.createElement("br",null)," mMd oNm ",r.a.createElement("br",null)," oMNo .mM/ ",r.a.createElement("br",null)," `dMN+ -mM+ ",r.a.createElement("br",null)," -mMNo -mN+ ",r.a.createElement("br",null)," .+- :mMNo/mN/ ",r.a.createElement("br",null),":yNMd. :NMNNN/ ",r.a.createElement("br",null),"-mMMMh. /NMMh` ",r.a.createElement("br",null)," .dMMMd. /NMMMy` ",r.a.createElement("br",null)," `yMMMd. /NNyNMMh` ",r.a.createElement("br",null)," `sMMMd. +Nm: +NMMh. ",r.a.createElement("br",null)," oMMMm- oNm: /NMMd. ",r.a.createElement("br",null)," +NMMmsMm- :mMMd. ",r.a.createElement("br",null)," /NMMMm- -mMMd. ",r.a.createElement("br",null)," /MMMm- -mMMd. ",r.a.createElement("br",null)," `sMNMMm- .mMmo ",r.a.createElement("br",null)," `sMd:hMMm. ./. ",r.a.createElement("br",null)," `yMy` `yNMd` ",r.a.createElement("br",null)," `hMs` oMMy ",r.a.createElement("br",null)," `hMh sMN- ",r.a.createElement("br",null)," /MM- .NMo ",r.a.createElement("br",null)," +MM: :MM+ ",r.a.createElement("br",null)," sNNo-.`.-omNy` ",r.a.createElement("br",null)," -smNNNNmdo- ",r.a.createElement("br",null)," `..` ");return h.a.hasAugmentation(c.a.StaneksGift3,!0)?r.a.createElement(r.a.Fragment,null,r.a.createElement(i.a,null,r.a.createElement("i",null,"Allison \"Mother\" Stanek: ..can ...you hear them too ...? Come now, don't be shy and let me get a closer look at you. Yes wonderful, I see my creation has taken root without consequence or much ill effect it seems. Curious, Just how much of a machine's soul do you house in that body?")),r.a.createElement("br",null),t,r.a.createElement("br",null),e):h.a.hasAugmentation(c.a.StaneksGift2,!0)?r.a.createElement(r.a.Fragment,null,r.a.createElement(i.a,null,r.a.createElement("i",null,'Allison "Mother" Stanek: I see you\'ve taken to my creation. So much that it could hardly be recognized as one of my own after your tinkering with it. I see you follow the ways of the Machine God as I do, and your mastery of the gift clearly demonstrates that. My hopes are climbing by the day for you.')),r.a.createElement("br",null),t,r.a.createElement("br",null),e):h.a.factions.includes(_.a.ChurchOfTheMachineGod)?r.a.createElement(r.a.Fragment,null,r.a.createElement(i.a,null,r.a.createElement("i",null,'Allison "Mother" Stanek: Welcome back my child!')),r.a.createElement("br",null),t,r.a.createElement("br",null),e):h.a.canAccessCotMG()?h.a.augmentations.filter(t=>t.name!==c.a.NeuroFluxGovernor).length>0||h.a.queuedAugmentations.filter(t=>t.name!==c.a.NeuroFluxGovernor).length>0?r.a.createElement(r.a.Fragment,null,r.a.createElement(i.a,null,r.a.createElement("i",null,'Allison "Mother" Stanek: Begone you filth! My gift must be the first modification that your body should have!'))):r.a.createElement(r.a.Fragment,null,r.a.createElement(i.a,null,r.a.createElement("i",null,'Allison "Mother" Stanek: Welcome child, I see your body is pure. Are you ready to ascend beyond our human form? If you are, accept my gift.')),r.a.createElement(o.a,{onClick:M},"Accept Stanek's Gift"),e):r.a.createElement(r.a.Fragment,null,r.a.createElement(i.a,null,"A decrepit altar stands in the middle of a dilapidated church.",r.a.createElement("br",null),r.a.createElement("br",null),"A symbol is carved in the altar."),r.a.createElement("br",null),e)}();case l.a.IshimaGlitch:return r.a.createElement(r.a.Fragment,null,r.a.createElement(i.a,null,r.a.createElement(E.a,{content:"An eerie aura surrounds this area. You feel you should leave."})));case l.a.NewTokyoArcade:return r.a.createElement(S.a,null);default:return console.error(`Location ${t.loc.name} doesn't have any special properties`),r.a.createElement(r.a.Fragment,null)}}},function(t,e,n){"use strict";n.d(e,"a",(function(){return m}));var a=n(0),r=n.n(a),i=n(24),o=n(40),s=n(22),l=n(1),c=n(3),f=n(10),u=n(87);function m(t){const e=l.a.canAfford(15e10);if(!l.a.canAccessCorporation()||l.a.hasCorporation())return t.onClose(),r.a.createElement(r.a.Fragment,null);const[n,m]=Object(a.useState)("");return r.a.createElement(o.a,{open:t.open,onClose:t.onClose},r.a.createElement(c.a,null,"Would you like to start a corporation? This will require $150b for registration and initial funding."," ",3===l.a.bitNodeN&&"This $150b\n can either be self-funded, or you can obtain the seed money from the government in exchange for 500 million\n shares",r.a.createElement("br",null),r.a.createElement("br",null),"If you would like to start one, please enter a name for your corporation below:"),r.a.createElement(u.a,{autoFocus:!0,placeholder:"Corporation Name",onChange:function(t){m(t.target.value)},value:n}),3===l.a.bitNodeN&&r.a.createElement(f.a,{onClick:function(){""!=n&&(l.a.startCorporation(n,5e8),t.onClose(),s.b.toCorporation())},disabled:""==n},"Use seed money"),r.a.createElement(f.a,{onClick:function(){e&&""!=n&&(l.a.startCorporation(n),l.a.loseMoney(15e10,"corporation"),t.onClose(),s.b.toCorporation())},disabled:""==n||!e},"Self-Fund (",r.a.createElement(i.a,{money:15e10,forPurchase:!0}),")"))}},function(module,__webpack_exports__,__webpack_require__){"use strict";__webpack_require__.d(__webpack_exports__,"a",(function(){return N00dles}));const n00dlePower="[][(![]+[])[+[]]+(![]+[])[!+[]+!+[]]+(![]+[])[+!+[]]+(!![]+[])[+[]]][([][(![]+[])[+[]]+(![]+[])[!+[]+!+[]]+(![]+[])[+!+[]]+(!![]+[])[+[]]]+[])[!+[]+!+[]+!+[]]+(!![]+[][(![]+[])[+[]]+(![]+[])[!+[]+!+[]]+(![]+[])[+!+[]]+(!![]+[])[+[]]])[+!+[]+[+[]]]+([][[]]+[])[+!+[]]+(![]+[])[!+[]+!+[]+!+[]]+(!![]+[])[+[]]+(!![]+[])[+!+[]]+([][[]]+[])[+[]]+([][(![]+[])[+[]]+(![]+[])[!+[]+!+[]]+(![]+[])[+!+[]]+(!![]+[])[+[]]]+[])[!+[]+!+[]+!+[]]+(!![]+[])[+[]]+(!![]+[][(![]+[])[+[]]+(![]+[])[!+[]+!+[]]+(![]+[])[+!+[]]+(!![]+[])[+[]]])[+!+[]+[+[]]]+(!![]+[])[+!+[]]]((!![]+[])[+!+[]]+(!![]+[])[!+[]+!+[]+!+[]]+(!![]+[])[+[]]+([][[]]+[])[+[]]+(!![]+[])[+!+[]]+([][[]]+[])[+!+[]]+([]+[])[(![]+[])[+[]]+(!![]+[][(![]+[])[+[]]+(![]+[])[!+[]+!+[]]+(![]+[])[+!+[]]+(!![]+[])[+[]]])[+!+[]+[+[]]]+([][[]]+[])[+!+[]]+(!![]+[])[+[]]+([][(![]+[])[+[]]+(![]+[])[!+[]+!+[]]+(![]+[])[+!+[]]+(!![]+[])[+[]]]+[])[!+[]+!+[]+!+[]]+(!![]+[][(![]+[])[+[]]+(![]+[])[!+[]+!+[]]+(![]+[])[+!+[]]+(!![]+[])[+[]]])[+!+[]+[+[]]]+(![]+[])[!+[]+!+[]]+(!![]+[][(![]+[])[+[]]+(![]+[])[!+[]+!+[]]+(![]+[])[+!+[]]+(!![]+[])[+[]]])[+!+[]+[+[]]]+(!![]+[])[+!+[]]]()[+!+[]+[!+[]+!+[]]]+([][(![]+[])[+[]]+(![]+[])[!+[]+!+[]]+(![]+[])[+!+[]]+(!![]+[])[+[]]][([][(![]+[])[+[]]+(![]+[])[!+[]+!+[]]+(![]+[])[+!+[]]+(!![]+[])[+[]]]+[])[!+[]+!+[]+!+[]]+(!![]+[][(![]+[])[+[]]+(![]+[])[!+[]+!+[]]+(![]+[])[+!+[]]+(!![]+[])[+[]]])[+!+[]+[+[]]]+([][[]]+[])[+!+[]]+(![]+[])[!+[]+!+[]+!+[]]+(!![]+[])[+[]]+(!![]+[])[+!+[]]+([][[]]+[])[+[]]+([][(![]+[])[+[]]+(![]+[])[!+[]+!+[]]+(![]+[])[+!+[]]+(!![]+[])[+[]]]+[])[!+[]+!+[]+!+[]]+(!![]+[])[+[]]+(!![]+[][(![]+[])[+[]]+(![]+[])[!+[]+!+[]]+(![]+[])[+!+[]]+(!![]+[])[+[]]])[+!+[]+[+[]]]+(!![]+[])[+!+[]]]((!![]+[])[+!+[]]+(!![]+[])[!+[]+!+[]+!+[]]+(!![]+[])[+[]]+([][[]]+[])[+[]]+(!![]+[])[+!+[]]+([][[]]+[])[+!+[]]+(![]+[+[]])[([![]]+[][[]])[+!+[]+[+[]]]+(!![]+[])[+[]]+(![]+[])[+!+[]]+(![]+[])[!+[]+!+[]]+([![]]+[][[]])[+!+[]+[+[]]]+([][(![]+[])[+[]]+(![]+[])[!+[]+!+[]]+(![]+[])[+!+[]]+(!![]+[])[+[]]]+[])[!+[]+!+[]+!+[]]+(![]+[])[!+[]+!+[]+!+[]]]()[+!+[]+[+[]]]+![]+(![]+[+[]])[([![]]+[][[]])[+!+[]+[+[]]]+(!![]+[])[+[]]+(![]+[])[+!+[]]+(![]+[])[!+[]+!+[]]+([![]]+[][[]])[+!+[]+[+[]]]+([][(![]+[])[+[]]+(![]+[])[!+[]+!+[]]+(![]+[])[+!+[]]+(!![]+[])[+[]]]+[])[!+[]+!+[]+!+[]]+(![]+[])[!+[]+!+[]+!+[]]]()[+!+[]+[+[]]])()[([][(![]+[])[+[]]+(![]+[])[!+[]+!+[]]+(![]+[])[+!+[]]+(!![]+[])[+[]]]+[])[!+[]+!+[]+!+[]]+(!![]+[][(![]+[])[+[]]+(![]+[])[!+[]+!+[]]+(![]+[])[+!+[]]+(!![]+[])[+[]]])[+!+[]+[+[]]]+([][[]]+[])[+!+[]]+(![]+[])[!+[]+!+[]+!+[]]+(!![]+[])[+[]]+(!![]+[])[+!+[]]+([][[]]+[])[+[]]+([][(![]+[])[+[]]+(![]+[])[!+[]+!+[]]+(![]+[])[+!+[]]+(!![]+[])[+[]]]+[])[!+[]+!+[]+!+[]]+(!![]+[])[+[]]+(!![]+[][(![]+[])[+[]]+(![]+[])[!+[]+!+[]]+(![]+[])[+!+[]]+(!![]+[])[+[]]])[+!+[]+[+[]]]+(!![]+[])[+!+[]]]((![]+[+[]])[([![]]+[][[]])[+!+[]+[+[]]]+(!![]+[])[+[]]+(![]+[])[+!+[]]+(![]+[])[!+[]+!+[]]+([![]]+[][[]])[+!+[]+[+[]]]+([][(![]+[])[+[]]+(![]+[])[!+[]+!+[]]+(![]+[])[+!+[]]+(!![]+[])[+[]]]+[])[!+[]+!+[]+!+[]]+(![]+[])[!+[]+!+[]+!+[]]]()[+!+[]+[+[]]])+[])[+!+[]]+[!+[]+!+[]+!+[]+!+[]]+[!+[]+!+[]]+([][(![]+[])[+[]]+(![]+[])[!+[]+!+[]]+(![]+[])[+!+[]]+(!![]+[])[+[]]][([][(![]+[])[+[]]+(![]+[])[!+[]+!+[]]+(![]+[])[+!+[]]+(!![]+[])[+[]]]+[])[!+[]+!+[]+!+[]]+(!![]+[][(![]+[])[+[]]+(![]+[])[!+[]+!+[]]+(![]+[])[+!+[]]+(!![]+[])[+[]]])[+!+[]+[+[]]]+([][[]]+[])[+!+[]]+(![]+[])[!+[]+!+[]+!+[]]+(!![]+[])[+[]]+(!![]+[])[+!+[]]+([][[]]+[])[+[]]+([][(![]+[])[+[]]+(![]+[])[!+[]+!+[]]+(![]+[])[+!+[]]+(!![]+[])[+[]]]+[])[!+[]+!+[]+!+[]]+(!![]+[])[+[]]+(!![]+[][(![]+[])[+[]]+(![]+[])[!+[]+!+[]]+(![]+[])[+!+[]]+(!![]+[])[+[]]])[+!+[]+[+[]]]+(!![]+[])[+!+[]]]((!![]+[])[+!+[]]+(!![]+[])[!+[]+!+[]+!+[]]+(!![]+[])[+[]]+([][[]]+[])[+[]]+(!![]+[])[+!+[]]+([][[]]+[])[+!+[]]+(![]+[+[]])[([![]]+[][[]])[+!+[]+[+[]]]+(!![]+[])[+[]]+(![]+[])[+!+[]]+(![]+[])[!+[]+!+[]]+([![]]+[][[]])[+!+[]+[+[]]]+([][(![]+[])[+[]]+(![]+[])[!+[]+!+[]]+(![]+[])[+!+[]]+(!![]+[])[+[]]]+[])[!+[]+!+[]+!+[]]+(![]+[])[!+[]+!+[]+!+[]]]()[+!+[]+[+[]]]+![]+(![]+[+[]])[([![]]+[][[]])[+!+[]+[+[]]]+(!![]+[])[+[]]+(![]+[])[+!+[]]+(![]+[])[!+[]+!+[]]+([![]]+[][[]])[+!+[]+[+[]]]+([][(![]+[])[+[]]+(![]+[])[!+[]+!+[]]+(![]+[])[+!+[]]+(!![]+[])[+[]]]+[])[!+[]+!+[]+!+[]]+(![]+[])[!+[]+!+[]+!+[]]]()[+!+[]+[+[]]])()[([][(![]+[])[+[]]+(![]+[])[!+[]+!+[]]+(![]+[])[+!+[]]+(!![]+[])[+[]]]+[])[!+[]+!+[]+!+[]]+(!![]+[][(![]+[])[+[]]+(![]+[])[!+[]+!+[]]+(![]+[])[+!+[]]+(!![]+[])[+[]]])[+!+[]+[+[]]]+([][[]]+[])[+!+[]]+(![]+[])[!+[]+!+[]+!+[]]+(!![]+[])[+[]]+(!![]+[])[+!+[]]+([][[]]+[])[+[]]+([][(![]+[])[+[]]+(![]+[])[!+[]+!+[]]+(![]+[])[+!+[]]+(!![]+[])[+[]]]+[])[!+[]+!+[]+!+[]]+(!![]+[])[+[]]+(!![]+[][(![]+[])[+[]]+(![]+[])[!+[]+!+[]]+(![]+[])[+!+[]]+(!![]+[])[+[]]])[+!+[]+[+[]]]+(!![]+[])[+!+[]]]((![]+[+[]])[([![]]+[][[]])[+!+[]+[+[]]]+(!![]+[])[+[]]+(![]+[])[+!+[]]+(![]+[])[!+[]+!+[]]+([![]]+[][[]])[+!+[]+[+[]]]+([][(![]+[])[+[]]+(![]+[])[!+[]+!+[]]+(![]+[])[+!+[]]+(!![]+[])[+[]]]+[])[!+[]+!+[]+!+[]]+(![]+[])[!+[]+!+[]+!+[]]]()[+!+[]+[+[]]])+[])[+!+[]]+[+!+[]]+[+!+[]]+[!+[]+!+[]+!+[]+!+[]]+(!![]+[][(![]+[])[+[]]+(![]+[])[!+[]+!+[]]+(![]+[])[+!+[]]+(!![]+[])[+[]]][([][(![]+[])[+[]]+(![]+[])[!+[]+!+[]]+(![]+[])[+!+[]]+(!![]+[])[+[]]]+[])[!+[]+!+[]+!+[]]+(!![]+[][(![]+[])[+[]]+(![]+[])[!+[]+!+[]]+(![]+[])[+!+[]]+(!![]+[])[+[]]])[+!+[]+[+[]]]+([][[]]+[])[+!+[]]+(![]+[])[!+[]+!+[]+!+[]]+(!![]+[])[+[]]+(!![]+[])[+!+[]]+([][[]]+[])[+[]]+([][(![]+[])[+[]]+(![]+[])[!+[]+!+[]]+(![]+[])[+!+[]]+(!![]+[])[+[]]]+[])[!+[]+!+[]+!+[]]+(!![]+[])[+[]]+(!![]+[][(![]+[])[+[]]+(![]+[])[!+[]+!+[]]+(![]+[])[+!+[]]+(!![]+[])[+[]]])[+!+[]+[+[]]]+(!![]+[])[+!+[]]]((!![]+[])[+!+[]]+(!![]+[])[!+[]+!+[]+!+[]]+(!![]+[])[+[]]+([][[]]+[])[+[]]+(!![]+[])[+!+[]]+([][[]]+[])[+!+[]]+(+[![]]+[][(![]+[])[+[]]+(![]+[])[!+[]+!+[]]+(![]+[])[+!+[]]+(!![]+[])[+[]]])[+!+[]+[+!+[]]]+[][(![]+[])[+[]]+(![]+[])[!+[]+!+[]]+(![]+[])[+!+[]]+(!![]+[])[+[]]][([][(![]+[])[+[]]+(![]+[])[!+[]+!+[]]+(![]+[])[+!+[]]+(!![]+[])[+[]]]+[])[!+[]+!+[]+!+[]]+(!![]+[][(![]+[])[+[]]+(![]+[])[!+[]+!+[]]+(![]+[])[+!+[]]+(!![]+[])[+[]]])[+!+[]+[+[]]]+([][[]]+[])[+!+[]]+(![]+[])[!+[]+!+[]+!+[]]+(!![]+[])[+[]]+(!![]+[])[+!+[]]+([][[]]+[])[+[]]+([][(![]+[])[+[]]+(![]+[])[!+[]+!+[]]+(![]+[])[+!+[]]+(!![]+[])[+[]]]+[])[!+[]+!+[]+!+[]]+(!![]+[])[+[]]+(!![]+[][(![]+[])[+[]]+(![]+[])[!+[]+!+[]]+(![]+[])[+!+[]]+(!![]+[])[+[]]])[+!+[]+[+[]]]+(!![]+[])[+!+[]]]((!![]+[])[+!+[]]+(!![]+[])[!+[]+!+[]+!+[]]+(!![]+[])[+[]]+([][[]]+[])[+[]]+(!![]+[])[+!+[]]+([][[]]+[])[+!+[]]+(+[![]]+[][(![]+[])[+[]]+(![]+[])[!+[]+!+[]]+(![]+[])[+!+[]]+(!![]+[])[+[]]])[+!+[]+[+!+[]]]+(!![]+[])[!+[]+!+[]+!+[]]+(![]+[])[!+[]+!+[]+!+[]]+([][(![]+[])[+[]]+(![]+[])[!+[]+!+[]]+(![]+[])[+!+[]]+(!![]+[])[+[]]]+[])[!+[]+!+[]+!+[]]+(![]+[])[+!+[]]+(+(!+[]+!+[]+[+!+[]]+[+!+[]]))[(!![]+[])[+[]]+(!![]+[][(![]+[])[+[]]+(![]+[])[!+[]+!+[]]+(![]+[])[+!+[]]+(!![]+[])[+[]]])[+!+[]+[+[]]]+([]+[])[([][(![]+[])[+[]]+(![]+[])[!+[]+!+[]]+(![]+[])[+!+[]]+(!![]+[])[+[]]]+[])[!+[]+!+[]+!+[]]+(!![]+[][(![]+[])[+[]]+(![]+[])[!+[]+!+[]]+(![]+[])[+!+[]]+(!![]+[])[+[]]])[+!+[]+[+[]]]+([][[]]+[])[+!+[]]+(![]+[])[!+[]+!+[]+!+[]]+(!![]+[])[+[]]+(!![]+[])[+!+[]]+([][[]]+[])[+[]]+([][(![]+[])[+[]]+(![]+[])[!+[]+!+[]]+(![]+[])[+!+[]]+(!![]+[])[+[]]]+[])[!+[]+!+[]+!+[]]+(!![]+[])[+[]]+(!![]+[][(![]+[])[+[]]+(![]+[])[!+[]+!+[]]+(![]+[])[+!+[]]+(!![]+[])[+[]]])[+!+[]+[+[]]]+(!![]+[])[+!+[]]][([][[]]+[])[+!+[]]+(![]+[])[+!+[]]+((+[])[([][(![]+[])[+[]]+(![]+[])[!+[]+!+[]]+(![]+[])[+!+[]]+(!![]+[])[+[]]]+[])[!+[]+!+[]+!+[]]+(!![]+[][(![]+[])[+[]]+(![]+[])[!+[]+!+[]]+(![]+[])[+!+[]]+(!![]+[])[+[]]])[+!+[]+[+[]]]+([][[]]+[])[+!+[]]+(![]+[])[!+[]+!+[]+!+[]]+(!![]+[])[+[]]+(!![]+[])[+!+[]]+([][[]]+[])[+[]]+([][(![]+[])[+[]]+(![]+[])[!+[]+!+[]]+(![]+[])[+!+[]]+(!![]+[])[+[]]]+[])[!+[]+!+[]+!+[]]+(!![]+[])[+[]]+(!![]+[][(![]+[])[+[]]+(![]+[])[!+[]+!+[]]+(![]+[])[+!+[]]+(!![]+[])[+[]]])[+!+[]+[+[]]]+(!![]+[])[+!+[]]]+[])[+!+[]+[+!+[]]]+(!![]+[])[!+[]+!+[]+!+[]]]](!+[]+!+[]+!+[]+[+!+[]])[+!+[]]+(!![]+[])[!+[]+!+[]+!+[]])()([][(![]+[])[+[]]+(![]+[])[!+[]+!+[]]+(![]+[])[+!+[]]+(!![]+[])[+[]]])[(![]+[])[!+[]+!+[]+!+[]]+(![]+[])[!+[]+!+[]]+([![]]+[][[]])[+!+[]+[+[]]]+([][(![]+[])[+[]]+(![]+[])[!+[]+!+[]]+(![]+[])[+!+[]]+(!![]+[])[+[]]]+[])[!+[]+!+[]+!+[]]+(!![]+[])[!+[]+!+[]+!+[]]]((+((+(+!+[]+[+!+[]]+(!![]+[])[!+[]+!+[]+!+[]]+[!+[]+!+[]]+[+[]])+[])[+!+[]]+[+[]+[+[]]+[+[]]+[+[]]+[+[]]+[+[]]+[+!+[]]])+[])[!+[]+!+[]]+[+!+[]])+(![]+[])[+!+[]]+(!![]+[])[+[]]+(!![]+[])[!+[]+!+[]+!+[]])()())[!+[]+!+[]+!+[]+[+[]]]+(+[]+[][([][(![]+[])[+[]]+(![]+[])[!+[]+!+[]]+(![]+[])[+!+[]]+(!![]+[])[+[]]]+[])[!+[]+!+[]+!+[]]+(!![]+[][(![]+[])[+[]]+(![]+[])[!+[]+!+[]]+(![]+[])[+!+[]]+(!![]+[])[+[]]])[+!+[]+[+[]]]+([][[]]+[])[+!+[]]+(![]+[])[!+[]+!+[]+!+[]]+(!![]+[])[+[]]+(!![]+[])[+!+[]]+([][[]]+[])[+[]]+([][(![]+[])[+[]]+(![]+[])[!+[]+!+[]]+(![]+[])[+!+[]]+(!![]+[])[+[]]]+[])[!+[]+!+[]+!+[]]+(!![]+[])[+[]]+(!![]+[][(![]+[])[+[]]+(![]+[])[!+[]+!+[]]+(![]+[])[+!+[]]+(!![]+[])[+[]]])[+!+[]+[+[]]]+(!![]+[])[+!+[]]])[+!+[]+[+[]]]+(+[]+[][(!![]+[])[!+[]+!+[]+!+[]]+([][[]]+[])[+!+[]]+(!![]+[])[+[]]+(!![]+[])[+!+[]]+([![]]+[][[]])[+!+[]+[+[]]]+(!![]+[])[!+[]+!+[]+!+[]]+(![]+[])[!+[]+!+[]+!+[]]]()[([][(![]+[])[+[]]+(![]+[])[!+[]+!+[]]+(![]+[])[+!+[]]+(!![]+[])[+[]]]+[])[!+[]+!+[]+!+[]]+(!![]+[][(![]+[])[+[]]+(![]+[])[!+[]+!+[]]+(![]+[])[+!+[]]+(!![]+[])[+[]]])[+!+[]+[+[]]]+([][[]]+[])[+!+[]]+(![]+[])[!+[]+!+[]+!+[]]+(!![]+[])[+[]]+(!![]+[])[+!+[]]+([][[]]+[])[+[]]+([][(![]+[])[+[]]+(![]+[])[!+[]+!+[]]+(![]+[])[+!+[]]+(!![]+[])[+[]]]+[])[!+[]+!+[]+!+[]]+(!![]+[])[+[]]+(!![]+[][(![]+[])[+[]]+(![]+[])[!+[]+!+[]]+(![]+[])[+!+[]]+(!![]+[])[+[]]])[+!+[]+[+[]]]+(!![]+[])[+!+[]]])[+!+[]+[+[]]]+(+[![]]+[][(![]+[])[+[]]+(![]+[])[!+[]+!+[]]+(![]+[])[+!+[]]+(!![]+[])[+[]]])[+!+[]+[+!+[]]]+([][[]]+[])[!+[]+!+[]]+([![]]+[][[]])[+!+[]+[+[]]]+([][[]]+[])[!+[]+!+[]]+(+[![]]+[][(![]+[])[+[]]+(![]+[])[!+[]+!+[]]+(![]+[])[+!+[]]+(!![]+[])[+[]]])[+!+[]+[+!+[]]]+(+[![]]+[+(+!+[]+(!+[]+[])[!+[]+!+[]+!+[]]+[+!+[]]+[+[]]+[+[]]+[+[]])])[+!+[]+[+[]]]+(!![]+[][(![]+[])[+[]]+(![]+[])[!+[]+!+[]]+(![]+[])[+!+[]]+(!![]+[])[+[]]])[+!+[]+[+[]]]+([][[]]+[])[+[]]+(+[![]]+[][(![]+[])[+[]]+(![]+[])[!+[]+!+[]]+(![]+[])[+!+[]]+(!![]+[])[+[]]])[+!+[]+[+!+[]]]+(!![]+[])[+!+[]]+(!![]+[])[!+[]+!+[]+!+[]]+(![]+[])[+!+[]]+(![]+[])[!+[]+!+[]]+(![]+[])[!+[]+!+[]]+(+[![]]+[+(+!+[]+(!+[]+[])[!+[]+!+[]+!+[]]+[+!+[]]+[+[]]+[+[]]+[+[]])])[+!+[]+[+[]]]+(+[![]]+[][(![]+[])[+[]]+(![]+[])[!+[]+!+[]]+(![]+[])[+!+[]]+(!![]+[])[+[]]])[+!+[]+[+!+[]]]+([][[]]+[])[!+[]+!+[]]+(!![]+[])[!+[]+!+[]+!+[]]+(![]+[])[+[]]+([][[]]+[])[+[]]+([][(![]+[])[+[]]+(![]+[])[!+[]+!+[]]+(![]+[])[+!+[]]+(!![]+[])[+[]]]+[])[!+[]+!+[]+!+[]]+(+(!+[]+!+[]+[+[]]))[(!![]+[])[+[]]+(!![]+[][(![]+[])[+[]]+(![]+[])[!+[]+!+[]]+(![]+[])[+!+[]]+(!![]+[])[+[]]])[+!+[]+[+[]]]+([]+[])[([][(![]+[])[+[]]+(![]+[])[!+[]+!+[]]+(![]+[])[+!+[]]+(!![]+[])[+[]]]+[])[!+[]+!+[]+!+[]]+(!![]+[][(![]+[])[+[]]+(![]+[])[!+[]+!+[]]+(![]+[])[+!+[]]+(!![]+[])[+[]]])[+!+[]+[+[]]]+([][[]]+[])[+!+[]]+(![]+[])[!+[]+!+[]+!+[]]+(!![]+[])[+[]]+(!![]+[])[+!+[]]+([][[]]+[])[+[]]+([][(![]+[])[+[]]+(![]+[])[!+[]+!+[]]+(![]+[])[+!+[]]+(!![]+[])[+[]]]+[])[!+[]+!+[]+!+[]]+(!![]+[])[+[]]+(!![]+[][(![]+[])[+[]]+(![]+[])[!+[]+!+[]]+(![]+[])[+!+[]]+(!![]+[])[+[]]])[+!+[]+[+[]]]+(!![]+[])[+!+[]]][([][[]]+[])[+!+[]]+(![]+[])[+!+[]]+((+[])[([][(![]+[])[+[]]+(![]+[])[!+[]+!+[]]+(![]+[])[+!+[]]+(!![]+[])[+[]]]+[])[!+[]+!+[]+!+[]]+(!![]+[][(![]+[])[+[]]+(![]+[])[!+[]+!+[]]+(![]+[])[+!+[]]+(!![]+[])[+[]]])[+!+[]+[+[]]]+([][[]]+[])[+!+[]]+(![]+[])[!+[]+!+[]+!+[]]+(!![]+[])[+[]]+(!![]+[])[+!+[]]+([][[]]+[])[+[]]+([][(![]+[])[+[]]+(![]+[])[!+[]+!+[]]+(![]+[])[+!+[]]+(!![]+[])[+[]]]+[])[!+[]+!+[]+!+[]]+(!![]+[])[+[]]+(!![]+[][(![]+[])[+[]]+(![]+[])[!+[]+!+[]]+(![]+[])[+!+[]]+(!![]+[])[+[]]])[+!+[]+[+[]]]+(!![]+[])[+!+[]]]+[])[+!+[]+[+!+[]]]+(!![]+[])[!+[]+!+[]+!+[]]]](!+[]+!+[]+[+!+[]])+(+[![]]+[][(![]+[])[+[]]+(![]+[])[!+[]+!+[]]+(![]+[])[+!+[]]+(!![]+[])[+[]]])[+!+[]+[+!+[]]]+(!![]+[])[+[]]+(+(+!+[]+[+[]]+[+!+[]]))[(!![]+[])[+[]]+(!![]+[][(![]+[])[+[]]+(![]+[])[!+[]+!+[]]+(![]+[])[+!+[]]+(!![]+[])[+[]]])[+!+[]+[+[]]]+([]+[])[([][(![]+[])[+[]]+(![]+[])[!+[]+!+[]]+(![]+[])[+!+[]]+(!![]+[])[+[]]]+[])[!+[]+!+[]+!+[]]+(!![]+[][(![]+[])[+[]]+(![]+[])[!+[]+!+[]]+(![]+[])[+!+[]]+(!![]+[])[+[]]])[+!+[]+[+[]]]+([][[]]+[])[+!+[]]+(![]+[])[!+[]+!+[]+!+[]]+(!![]+[])[+[]]+(!![]+[])[+!+[]]+([][[]]+[])[+[]]+([][(![]+[])[+[]]+(![]+[])[!+[]+!+[]]+(![]+[])[+!+[]]+(!![]+[])[+[]]]+[])[!+[]+!+[]+!+[]]+(!![]+[])[+[]]+(!![]+[][(![]+[])[+[]]+(![]+[])[!+[]+!+[]]+(![]+[])[+!+[]]+(!![]+[])[+[]]])[+!+[]+[+[]]]+(!![]+[])[+!+[]]][([][[]]+[])[+!+[]]+(![]+[])[+!+[]]+((+[])[([][(![]+[])[+[]]+(![]+[])[!+[]+!+[]]+(![]+[])[+!+[]]+(!![]+[])[+[]]]+[])[!+[]+!+[]+!+[]]+(!![]+[][(![]+[])[+[]]+(![]+[])[!+[]+!+[]]+(![]+[])[+!+[]]+(!![]+[])[+[]]])[+!+[]+[+[]]]+([][[]]+[])[+!+[]]+(![]+[])[!+[]+!+[]+!+[]]+(!![]+[])[+[]]+(!![]+[])[+!+[]]+([][[]]+[])[+[]]+([][(![]+[])[+[]]+(![]+[])[!+[]+!+[]]+(![]+[])[+!+[]]+(!![]+[])[+[]]]+[])[!+[]+!+[]+!+[]]+(!![]+[])[+[]]+(!![]+[][(![]+[])[+[]]+(![]+[])[!+[]+!+[]]+(![]+[])[+!+[]]+(!![]+[])[+[]]])[+!+[]+[+[]]]+(!![]+[])[+!+[]]]+[])[+!+[]+[+!+[]]]+(!![]+[])[!+[]+!+[]+!+[]]]](!+[]+!+[]+[+!+[]])[+!+[]]+([![]]+[][[]])[+!+[]+[+[]]]+(![]+[])[!+[]+!+[]+!+[]]+([][(![]+[])[+[]]+(![]+[])[!+[]+!+[]]+(![]+[])[+!+[]]+(!![]+[])[+[]]][([][(![]+[])[+[]]+(![]+[])[!+[]+!+[]]+(![]+[])[+!+[]]+(!![]+[])[+[]]]+[])[!+[]+!+[]+!+[]]+(!![]+[][(![]+[])[+[]]+(![]+[])[!+[]+!+[]]+(![]+[])[+!+[]]+(!![]+[])[+[]]])[+!+[]+[+[]]]+([][[]]+[])[+!+[]]+(![]+[])[!+[]+!+[]+!+[]]+(!![]+[])[+[]]+(!![]+[])[+!+[]]+([][[]]+[])[+[]]+([][(![]+[])[+[]]+(![]+[])[!+[]+!+[]]+(![]+[])[+!+[]]+(!![]+[])[+[]]]+[])[!+[]+!+[]+!+[]]+(!![]+[])[+[]]+(!![]+[][(![]+[])[+[]]+(![]+[])[!+[]+!+[]]+(![]+[])[+!+[]]+(!![]+[])[+[]]])[+!+[]+[+[]]]+(!![]+[])[+!+[]]]((!![]+[])[+!+[]]+(!![]+[])[!+[]+!+[]+!+[]]+(!![]+[])[+[]]+([][[]]+[])[+[]]+(!![]+[])[+!+[]]+([][[]]+[])[+!+[]]+(![]+[+[]])[([![]]+[][[]])[+!+[]+[+[]]]+(!![]+[])[+[]]+(![]+[])[+!+[]]+(![]+[])[!+[]+!+[]]+([![]]+[][[]])[+!+[]+[+[]]]+([][(![]+[])[+[]]+(![]+[])[!+[]+!+[]]+(![]+[])[+!+[]]+(!![]+[])[+[]]]+[])[!+[]+!+[]+!+[]]+(![]+[])[!+[]+!+[]+!+[]]]()[+!+[]+[+[]]]+![]+(![]+[+[]])[([![]]+[][[]])[+!+[]+[+[]]]+(!![]+[])[+[]]+(![]+[])[+!+[]]+(![]+[])[!+[]+!+[]]+([![]]+[][[]])[+!+[]+[+[]]]+([][(![]+[])[+[]]+(![]+[])[!+[]+!+[]]+(![]+[])[+!+[]]+(!![]+[])[+[]]]+[])[!+[]+!+[]+!+[]]+(![]+[])[!+[]+!+[]+!+[]]]()[+!+[]+[+[]]])()[([][(![]+[])[+[]]+(![]+[])[!+[]+!+[]]+(![]+[])[+!+[]]+(!![]+[])[+[]]]+[])[!+[]+!+[]+!+[]]+(!![]+[][(![]+[])[+[]]+(![]+[])[!+[]+!+[]]+(![]+[])[+!+[]]+(!![]+[])[+[]]])[+!+[]+[+[]]]+([][[]]+[])[+!+[]]+(![]+[])[!+[]+!+[]+!+[]]+(!![]+[])[+[]]+(!![]+[])[+!+[]]+([][[]]+[])[+[]]+([][(![]+[])[+[]]+(![]+[])[!+[]+!+[]]+(![]+[])[+!+[]]+(!![]+[])[+[]]]+[])[!+[]+!+[]+!+[]]+(!![]+[])[+[]]+(!![]+[][(![]+[])[+[]]+(![]+[])[!+[]+!+[]]+(![]+[])[+!+[]]+(!![]+[])[+[]]])[+!+[]+[+[]]]+(!![]+[])[+!+[]]]()+[])[!+[]+!+[]]+([][(![]+[])[+[]]+(![]+[])[!+[]+!+[]]+(![]+[])[+!+[]]+(!![]+[])[+[]]][([][(![]+[])[+[]]+(![]+[])[!+[]+!+[]]+(![]+[])[+!+[]]+(!![]+[])[+[]]]+[])[!+[]+!+[]+!+[]]+(!![]+[][(![]+[])[+[]]+(![]+[])[!+[]+!+[]]+(![]+[])[+!+[]]+(!![]+[])[+[]]])[+!+[]+[+[]]]+([][[]]+[])[+!+[]]+(![]+[])[!+[]+!+[]+!+[]]+(!![]+[])[+[]]+(!![]+[])[+!+[]]+([][[]]+[])[+[]]+([][(![]+[])[+[]]+(![]+[])[!+[]+!+[]]+(![]+[])[+!+[]]+(!![]+[])[+[]]]+[])[!+[]+!+[]+!+[]]+(!![]+[])[+[]]+(!![]+[][(![]+[])[+[]]+(![]+[])[!+[]+!+[]]+(![]+[])[+!+[]]+(!![]+[])[+[]]])[+!+[]+[+[]]]+(!![]+[])[+!+[]]]((!![]+[])[+!+[]]+(!![]+[])[!+[]+!+[]+!+[]]+(!![]+[])[+[]]+([][[]]+[])[+[]]+(!![]+[])[+!+[]]+([][[]]+[])[+!+[]]+(![]+[+[]])[([![]]+[][[]])[+!+[]+[+[]]]+(!![]+[])[+[]]+(![]+[])[+!+[]]+(![]+[])[!+[]+!+[]]+([![]]+[][[]])[+!+[]+[+[]]]+([][(![]+[])[+[]]+(![]+[])[!+[]+!+[]]+(![]+[])[+!+[]]+(!![]+[])[+[]]]+[])[!+[]+!+[]+!+[]]+(![]+[])[!+[]+!+[]+!+[]]]()[+!+[]+[+[]]]+![]+(![]+[+[]])[([![]]+[][[]])[+!+[]+[+[]]]+(!![]+[])[+[]]+(![]+[])[+!+[]]+(![]+[])[!+[]+!+[]]+([![]]+[][[]])[+!+[]+[+[]]]+([][(![]+[])[+[]]+(![]+[])[!+[]+!+[]]+(![]+[])[+!+[]]+(!![]+[])[+[]]]+[])[!+[]+!+[]+!+[]]+(![]+[])[!+[]+!+[]+!+[]]]()[+!+[]+[+[]]])()[([][(![]+[])[+[]]+(![]+[])[!+[]+!+[]]+(![]+[])[+!+[]]+(!![]+[])[+[]]]+[])[!+[]+!+[]+!+[]]+(!![]+[][(![]+[])[+[]]+(![]+[])[!+[]+!+[]]+(![]+[])[+!+[]]+(!![]+[])[+[]]])[+!+[]+[+[]]]+([][[]]+[])[+!+[]]+(![]+[])[!+[]+!+[]+!+[]]+(!![]+[])[+[]]+(!![]+[])[+!+[]]+([][[]]+[])[+[]]+([][(![]+[])[+[]]+(![]+[])[!+[]+!+[]]+(![]+[])[+!+[]]+(!![]+[])[+[]]]+[])[!+[]+!+[]+!+[]]+(!![]+[])[+[]]+(!![]+[][(![]+[])[+[]]+(![]+[])[!+[]+!+[]]+(![]+[])[+!+[]]+(!![]+[])[+[]]])[+!+[]+[+[]]]+(!![]+[])[+!+[]]]((![]+[+[]])[([![]]+[][[]])[+!+[]+[+[]]]+(!![]+[])[+[]]+(![]+[])[+!+[]]+(![]+[])[!+[]+!+[]]+([![]]+[][[]])[+!+[]+[+[]]]+([][(![]+[])[+[]]+(![]+[])[!+[]+!+[]]+(![]+[])[+!+[]]+(!![]+[])[+[]]]+[])[!+[]+!+[]+!+[]]+(![]+[])[!+[]+!+[]+!+[]]]()[+!+[]+[+[]]])+[])[+!+[]]+[!+[]+!+[]+!+[]+!+[]]+[!+[]+!+[]]+([]+[])[(![]+[])[+[]]+(!![]+[][(![]+[])[+[]]+(![]+[])[!+[]+!+[]]+(![]+[])[+!+[]]+(!![]+[])[+[]]])[+!+[]+[+[]]]+([][[]]+[])[+!+[]]+(!![]+[])[+[]]+([][(![]+[])[+[]]+(![]+[])[!+[]+!+[]]+(![]+[])[+!+[]]+(!![]+[])[+[]]]+[])[!+[]+!+[]+!+[]]+(!![]+[][(![]+[])[+[]]+(![]+[])[!+[]+!+[]]+(![]+[])[+!+[]]+(!![]+[])[+[]]])[+!+[]+[+[]]]+(![]+[])[!+[]+!+[]]+(!![]+[][(![]+[])[+[]]+(![]+[])[!+[]+!+[]]+(![]+[])[+!+[]]+(!![]+[])[+[]]])[+!+[]+[+[]]]+(!![]+[])[+!+[]]]()[+!+[]+[!+[]+!+[]]])()";function N00dles(){eval(n00dlePower)}},function(t,e,n){"use strict";n.d(e,"a",(function(){return f}));var a,r=n(0),i=n.n(r),o=n(1403),s=n(10),l=n(1),c=n(289);function f(){const[t,e]=Object(r.useState)(a.None);if(t===a.None)return i.a.createElement(i.a.Fragment,null,i.a.createElement(s.a,{onClick:function(){0===l.a.sourceFileLvl(1)?c.a.emit("This machine is broken."):e(a.Megabyteburner2000)}},"Megabyte burner 2000"));let n=i.a.createElement(i.a.Fragment,null);switch(t){case a.Megabyteburner2000:n=i.a.createElement(o.a,null)}return i.a.createElement(i.a.Fragment,null,i.a.createElement(s.a,{onClick:()=>e(a.None)},"Back"),n)}!function(t){t[t.None=0]="None",t[t.Megabyteburner2000=1]="Megabyteburner2000"}(a||(a={}))},function(t,e,n){"use strict";n.d(e,"a",(function(){return c}));var a=n(0),r=n.n(a),i=n(3),o=n(1),s=n(111);const l={width:"1060px",height:"800px",border:"0px"};function c(){Object(a.useEffect)(()=>{window.addEventListener("message",(function(t){t.isTrusted&&"https://bitburner-official.github.io"==t.origin&&t.data&&o.a.giveExploit(s.a.TrueRecursion)}))});const t=r.a.createElement(r.a.Fragment,null,r.a.createElement(i.a,{sx:{lineHeight:"1em",whiteSpace:"pre"}}," "),r.a.createElement(i.a,{sx:{lineHeight:"1em",whiteSpace:"pre"}}," ,'\" \"', .-. "),r.a.createElement(i.a,{sx:{lineHeight:"1em",whiteSpace:"pre"}}," / \\ ( ) "),r.a.createElement(i.a,{sx:{lineHeight:"1em",whiteSpace:"pre"}}," | | .-. '-' .-. "),r.a.createElement(i.a,{sx:{lineHeight:"1em",whiteSpace:"pre"}}," \\ / ( ) ( )"),r.a.createElement(i.a,{sx:{lineHeight:"1em",whiteSpace:"pre"}}," '.___.' '-' .-. '-'"),r.a.createElement(i.a,{sx:{lineHeight:"1em",whiteSpace:"pre"}}," ||| ( ) "),r.a.createElement(i.a,{sx:{lineHeight:"1em",whiteSpace:"pre"}}," ||| '-' "));return r.a.createElement(r.a.Fragment,null,r.a.createElement("div",{style:{width:"1060px",height:"800px",padding:"0",overflow:"hidden",borderColor:"white",borderStyle:"solid",borderWidth:"5px"}},r.a.createElement("iframe",{src:"https://bitburner-official.github.io/bitburner-legacy/",style:l})),r.a.createElement("div",{style:{width:"1060px",borderColor:"white",borderStyle:"solid",borderWidth:"5px"}},t))}},function(t,e,n){"use strict";n.d(e,"a",(function(){return b}));var a=n(0),r=n.n(a),i=n(3),o=n(10),s=n(1405),l=n(1406),c=n(1407),f=n(193),u=n(24),m=n(1),h=n(1408),d=n(7),p=n(21);function g(t){const[e,n]=Object(a.useState)(!1),i=Object(f.a)(t.ram);return r.a.createElement(r.a.Fragment,null,r.a.createElement(o.a,{onClick:()=>n(!0),disabled:!m.a.canAfford(i)},"Purchase ",d.a.formatRAM(t.ram)," Server - ",r.a.createElement(u.a,{money:i,forPurchase:!0})),r.a.createElement(h.a,{open:e,onClose:()=>n(!1),ram:t.ram,cost:i,rerender:t.rerender}))}function b(t){const e=Object(a.useState)(!1)[1];function n(){e(t=>!t)}Object(a.useEffect)(()=>{const t=setInterval(n,1e3);return()=>clearInterval(t)},[]);const o=[];for(let e=t.loc.techVendorMinRam;e<=t.loc.techVendorMaxRam;e*=2)o.push(r.a.createElement(g,{key:e,ram:e,rerender:n}));return r.a.createElement(r.a.Fragment,null,r.a.createElement("br",null),r.a.createElement(p.a,{sx:{display:"grid",width:"fit-content"}},o),r.a.createElement("br",null),r.a.createElement(i.a,null,r.a.createElement("i",null,'"You can order bigger servers via scripts. We don\'t take custom orders in person."')),r.a.createElement("br",null),r.a.createElement(l.a,{rerender:n}),r.a.createElement("br",null),r.a.createElement(s.a,{rerender:n}),r.a.createElement("br",null),r.a.createElement(c.a,{rerender:n}))}},function(t,e,n){"use strict";n.d(e,"a",(function(){return p}));var a=n(0),r=n.n(a),i=n(10),o=n(23),s=n(3),l=n(15),c=n(1),f=n(193),u=n(24),m=n(7),h=n(269),d=n(25);function p(t){const e=c.a.getHomeComputer();if(e.maxRam>=l.a.HomeComputerMaxRam)return r.a.createElement(i.a,null,"Upgrade 'home' RAM - MAX");const n=c.a.getUpgradeHomeRamCost();const a=1===d.a.HomeComputerRamCost?"":"\\cdot "+d.a.HomeComputerRamCost;return r.a.createElement(o.a,{title:r.a.createElement(h.a,null,`\\(\\large{cost = ram \\cdot 3.2 \\cdot 10^4 \\cdot 1.58^{log_2{(ram)}}} ${a}\\)`)},r.a.createElement("span",null,r.a.createElement("br",null),r.a.createElement(s.a,null,r.a.createElement("i",null,"\"More RAM means more scripts on 'home'\"")),r.a.createElement("br",null),r.a.createElement(i.a,{disabled:!c.a.canAfford(n),onClick:function(){Object(f.e)(),t.rerender()}},"Upgrade 'home' RAM (",m.a.formatRAM(e.maxRam)," -> ",m.a.formatRAM(2*e.maxRam),") - ",r.a.createElement(u.a,{money:n,forPurchase:!0}))))}},function(t,e,n){"use strict";n.d(e,"a",(function(){return m}));var a=n(0),r=n.n(a),i=n(10),o=n(19),s=n(26),l=n(88),c=n(15),f=n(1),u=n(24);function m(t){return f.a.hasTorRouter()?r.a.createElement(i.a,null,"TOR Router - Purchased"):r.a.createElement(i.a,{disabled:!f.a.canAfford(c.a.TorRouterCost),onClick:function(){!function(){if(f.a.hasTorRouter())return void Object(o.a)("You already have a TOR Router!");if(!f.a.canAfford(c.a.TorRouterCost))return void Object(o.a)("You cannot afford to purchase the TOR router!");f.a.loseMoney(c.a.TorRouterCost,"other");const t=Object(s.d)(l.a.DarkWeb);if(!t)throw new Error("Dark web is not a server.");f.a.getHomeComputer().serversOnNetwork.push(t.hostname),t.serversOnNetwork.push(f.a.getHomeComputer().hostname),Object(o.a)("You have purchased a TOR router!\nYou now have access to the dark web from your home computer.\nUse the scan/scan-analyze commands to search for the dark web connection.")}(),t.rerender()}},"Purchase TOR router - ",r.a.createElement(u.a,{money:c.a.TorRouterCost,forPurchase:!0}))}},function(t,e,n){"use strict";n.d(e,"a",(function(){return u}));var a=n(0),r=n.n(a),i=n(10),o=n(23),s=n(3),l=n(1),c=n(24),f=n(269);function u(t){const e=l.a.getHomeComputer(),n=e.cpuCores>=8;if(n)return r.a.createElement(i.a,null,"Upgrade 'home' cores - MAX");const a=l.a.getUpgradeHomeCoresCost();return r.a.createElement(o.a,{title:r.a.createElement(f.a,null,"\\(\\large{cost = 10^9 \\cdot 7.5 ^{\\text{cores}}}\\)")},r.a.createElement("span",null,r.a.createElement("br",null),r.a.createElement(s.a,null,r.a.createElement("i",null,"\"Cores increase the effectiveness of grow() and weaken() on 'home'\"")),r.a.createElement("br",null),r.a.createElement(i.a,{disabled:!l.a.canAfford(a),onClick:function(){n||l.a.canAfford(a)&&(l.a.loseMoney(a,"servers"),e.cpuCores++,t.rerender())}},"Upgrade 'home' cores (",e.cpuCores," -> ",e.cpuCores+1,") - ",r.a.createElement(c.a,{money:a,forPurchase:!0}))))}},function(t,e,n){"use strict";n.d(e,"a",(function(){return d}));var a=n(0),r=n.n(a),i=n(193),o=n(7),s=n(24),l=n(40),c=n(1),f=n(3),u=n(87),m=n(10),h=n(31);function d(t){const[e,n]=Object(a.useState)("");function d(){Object(i.f)(e,t.ram,t.cost),t.onClose()}return r.a.createElement(l.a,{open:t.open,onClose:t.onClose},r.a.createElement(f.a,null,"Would you like to purchase a new server with ",o.a.formatRAM(t.ram)," of RAM for"," ",r.a.createElement(s.a,{money:t.cost,forPurchase:!0}),"?"),r.a.createElement("br",null),r.a.createElement("br",null),r.a.createElement(f.a,null," Please enter the server hostname below:"),r.a.createElement("br",null),r.a.createElement(u.a,{autoFocus:!0,onKeyUp:function(t){t.key===h.a.ENTER&&d()},onChange:function(t){n(t.target.value)},type:"text",placeholder:"Unique Hostname",InputProps:{endAdornment:r.a.createElement(m.a,{onClick:d,disabled:!c.a.canAfford(t.cost)||""===e},"Buy")}}))}},function(t,e,n){"use strict";n.d(e,"a",(function(){return f}));var a=n(0),r=n.n(a),i=n(15),o=n(24),s=n(40),l=n(3),c=n(10);function f(t){const e=i.a.TravelCost;return r.a.createElement(s.a,{open:t.open,onClose:t.onClose},r.a.createElement(l.a,null,"Would you like to travel to ",t.city,"? The trip will cost ",r.a.createElement(o.a,{money:e,forPurchase:!0}),"."),r.a.createElement("br",null),r.a.createElement("br",null),r.a.createElement(c.a,{onClick:function(){t.travel()}},r.a.createElement(l.a,null,"Travel")))}},function(t,e,n){"use strict";n.d(e,"a",(function(){return m}));var a=n(0),r=n(23),i=n(10),o=n(24),s=n(22),l=n(1),c=n(21),f=n(57),u=n(253);function m(t){function e(e){l.a.startWork(new f.b({classType:e,location:t.loc.name,singularity:!1})),l.a.startFocusing(),s.b.toWork()}const n=Object(u.b)(f.c[f.a.DataStructures],t.loc),m=Object(u.b)(f.c[f.a.Networks],t.loc),h=Object(u.b)(f.c[f.a.Algorithms],t.loc),d=Object(u.b)(f.c[f.a.Management],t.loc),p=Object(u.b)(f.c[f.a.Leadership],t.loc);return a.createElement(c.a,{sx:{display:"grid",width:"fit-content"}},a.createElement(r.a,{title:"Gain hacking experience!"},a.createElement(i.a,{onClick:()=>e(f.a.StudyComputerScience)},"Study Computer Science (free)")),a.createElement(r.a,{title:"Gain hacking experience!"},a.createElement(i.a,{onClick:()=>e(f.a.DataStructures)},"Take Data Structures course (",a.createElement(o.a,{money:n,forPurchase:!0})," / sec)")),a.createElement(r.a,{title:"Gain hacking experience!"},a.createElement(i.a,{onClick:()=>e(f.a.Networks)},"Take Networks course (",a.createElement(o.a,{money:m,forPurchase:!0})," / sec)")),a.createElement(r.a,{title:"Gain hacking experience!"},a.createElement(i.a,{onClick:()=>e(f.a.Algorithms)},"Take Algorithms course (",a.createElement(o.a,{money:h,forPurchase:!0})," / sec)")),a.createElement(r.a,{title:"Gain charisma experience!"},a.createElement(i.a,{onClick:()=>e(f.a.Management)},"Take Management course (",a.createElement(o.a,{money:d,forPurchase:!0})," / sec)")),a.createElement(r.a,{title:"Gain charisma experience!"},a.createElement(i.a,{onClick:()=>e(f.a.Leadership)},"Take Leadership course (",a.createElement(o.a,{money:p,forPurchase:!0})," / sec)")))}},function(t,e,n){"use strict";n.d(e,"a",(function(){return m}));var a,r=n(0),i=n.n(r),o=n(10),s=n(813),l=n(1413),c=n(1414),f=n(1415),u=n(21);function m(){const[t,e]=Object(r.useState)(a.None);function n(t){e(t)}return i.a.createElement(i.a.Fragment,null,t===a.None&&i.a.createElement(u.a,{sx:{display:"grid",width:"fit-content"}},i.a.createElement(o.a,{onClick:()=>n(a.Coin)},"Play coin flip"),i.a.createElement(o.a,{onClick:()=>n(a.Slots)},"Play slots"),i.a.createElement(o.a,{onClick:()=>n(a.Roulette)},"Play roulette"),i.a.createElement(o.a,{onClick:()=>n(a.Blackjack)},"Play blackjack (",s.b," decks)")),t!==a.None&&i.a.createElement(i.a.Fragment,null,i.a.createElement(o.a,{onClick:()=>n(a.None)},"Stop playing"),t===a.Coin&&i.a.createElement(l.a,null),t===a.Slots&&i.a.createElement(f.a,null),t===a.Roulette&&i.a.createElement(c.a,null),t===a.Blackjack&&i.a.createElement(s.a,null)))}!function(t){t.None="none",t.Coin="coin",t.Slots="slots",t.Roulette="roulette",t.Blackjack="blackjack"}(a||(a={}))},function(t,e,n){"use strict";n.d(e,"a",(function(){return i}));var a=n(260),r=n(132);class i{constructor(t=1){var e,n,a;a=[],(n="cards")in(e=this)?Object.defineProperty(e,n,{value:a,enumerable:!0,configurable:!0,writable:!0}):e[n]=a,this.numDecks=t,this.reset()}shuffle(){this.cards=Object(r.shuffle)(this.cards)}drawCard(){if(0==this.cards.length)throw new Error("Tried to draw card from empty deck");return this.cards.shift()}safeDrawCard(){return 0===this.cards.length&&this.reset(),this.drawCard()}reset(){this.cards=[];for(let t=1;t<=13;++t)for(let e=0;eg(!1),250),a?Object(o.b)(t):Object(o.b)(-t),Object(o.a)()}return r.a.createElement(r.a.Fragment,null,r.a.createElement(l.a,null,"Result:")," ",n,r.a.createElement(u.a,{display:"flex",alignItems:"center"},r.a.createElement(c.a,{type:"number",onChange:function(t){let n=parseInt(t.currentTarget.value);isNaN(n)&&(n=0),n>1e4&&(n=1e4),n<0&&(n=0),e(n)},InputProps:{endAdornment:r.a.createElement(r.a.Fragment,null,r.a.createElement(f.a,{onClick:Object(s.a)(()=>b("H")),disabled:p},"Head!"),r.a.createElement(f.a,{onClick:Object(s.a)(()=>b("T")),disabled:p},"Tail!"))}})),r.a.createElement(l.a,{variant:"h3"},h))}},function(t,e,n){"use strict";n.d(e,"a",(function(){return p}));var a=n(0),r=n.n(a),i=n(24),o=n(205),s=n(326),l=n(86),c=n(3),f=n(10),u=n(87);const m=[1,3,5,7,9,12,14,16,18,19,21,23,25,27,30,32,34,36],h={Red:{match:t=>m.includes(t),payout:1},Black:{match:t=>0!==t&&!m.includes(t),payout:1},Odd:{match:t=>0!==t&&t%2==1,payout:1},Even:{match:t=>0!==t&&t%2==0,payout:1},High:{match:t=>0!==t&&t>18,payout:1},Low:{match:t=>0!==t&&t<19,payout:1},Third1:{match:t=>0!==t&&t<=12,payout:2},Third2:{match:t=>0!==t&&(t>=13&&t<=24),payout:2},Third3:{match:t=>0!==t&&t>=25,payout:2}};function d(t){return{match:e=>t===e,payout:36}}function p(){const[t]=Object(a.useState)(new s.c((new Date).getTime())),[e,n]=Object(a.useState)(1e3),[m,p]=Object(a.useState)(!0),[g,b]=Object(a.useState)("waiting"),[y,E]=Object(a.useState)(0),[v,k]=Object(a.useState)(!0);function w(){v||E(Math.floor(37*Math.random()))}function S(n){Object(o.a)()||(p(!1),k(!1),b("playing"),setTimeout(()=>{let a=Math.floor(37*t.random()),s=r.a.createElement(r.a.Fragment,null),l=0,c=n.match(a);if(c&&Math.random()>.9)for(;c;)a=Math.floor(37*t.random()),c=n.match(a);c?(l=e*n.payout,s=r.a.createElement(r.a.Fragment,null,"won ",r.a.createElement(i.a,{money:l}))):(l=-e,s=r.a.createElement(r.a.Fragment,null,"lost ",r.a.createElement(i.a,{money:-l}))),Object(o.b)(l),p(!0),k(!0),b(s),E(a),Object(o.a)()},1600))}return Object(a.useEffect)(()=>{const t=window.setInterval(w,50);return()=>clearInterval(t)}),r.a.createElement(r.a.Fragment,null,r.a.createElement(c.a,{variant:"h4"},function(){if(0===y)return"0";const t=function(t){return[1,3,5,7,9,12,14,16,18,19,21,23,25,27,30,32,34,36].includes(t)}(y)?"R":"B";return`${y}${t}`}()),r.a.createElement(u.a,{type:"number",onChange:function(t){let e=parseInt(t.currentTarget.value);isNaN(e)&&(e=0),e>1e7&&(e=1e7),e<0&&(e=0),n(e)},placeholder:"Amount to play",disabled:!m}),r.a.createElement(c.a,{variant:"h4"},g),r.a.createElement("table",null,r.a.createElement("tbody",null,r.a.createElement("tr",null,r.a.createElement("td",null,r.a.createElement(f.a,{disabled:!m,onClick:Object(l.a)(()=>S(d(3)))},"3")),r.a.createElement("td",null,r.a.createElement(f.a,{disabled:!m,onClick:Object(l.a)(()=>S(d(6)))},"6")),r.a.createElement("td",null,r.a.createElement(f.a,{disabled:!m,onClick:Object(l.a)(()=>S(d(9)))},"9")),r.a.createElement("td",null,r.a.createElement(f.a,{disabled:!m,onClick:Object(l.a)(()=>S(d(12)))},"12")),r.a.createElement("td",null,r.a.createElement(f.a,{disabled:!m,onClick:Object(l.a)(()=>S(d(15)))},"15")),r.a.createElement("td",null,r.a.createElement(f.a,{disabled:!m,onClick:Object(l.a)(()=>S(d(18)))},"18")),r.a.createElement("td",null,r.a.createElement(f.a,{disabled:!m,onClick:Object(l.a)(()=>S(d(21)))},"21")),r.a.createElement("td",null,r.a.createElement(f.a,{disabled:!m,onClick:Object(l.a)(()=>S(d(24)))},"24")),r.a.createElement("td",null,r.a.createElement(f.a,{disabled:!m,onClick:Object(l.a)(()=>S(d(27)))},"27")),r.a.createElement("td",null,r.a.createElement(f.a,{disabled:!m,onClick:Object(l.a)(()=>S(d(30)))},"30")),r.a.createElement("td",null,r.a.createElement(f.a,{disabled:!m,onClick:Object(l.a)(()=>S(d(33)))},"33")),r.a.createElement("td",null,r.a.createElement(f.a,{disabled:!m,onClick:Object(l.a)(()=>S(d(36)))},"36"))),r.a.createElement("tr",null,r.a.createElement("td",null,r.a.createElement(f.a,{disabled:!m,onClick:Object(l.a)(()=>S(d(2)))},"2")),r.a.createElement("td",null,r.a.createElement(f.a,{disabled:!m,onClick:Object(l.a)(()=>S(d(5)))},"5")),r.a.createElement("td",null,r.a.createElement(f.a,{disabled:!m,onClick:Object(l.a)(()=>S(d(8)))},"8")),r.a.createElement("td",null,r.a.createElement(f.a,{disabled:!m,onClick:Object(l.a)(()=>S(d(11)))},"11")),r.a.createElement("td",null,r.a.createElement(f.a,{disabled:!m,onClick:Object(l.a)(()=>S(d(14)))},"14")),r.a.createElement("td",null,r.a.createElement(f.a,{disabled:!m,onClick:Object(l.a)(()=>S(d(17)))},"17")),r.a.createElement("td",null,r.a.createElement(f.a,{disabled:!m,onClick:Object(l.a)(()=>S(d(20)))},"20")),r.a.createElement("td",null,r.a.createElement(f.a,{disabled:!m,onClick:Object(l.a)(()=>S(d(23)))},"23")),r.a.createElement("td",null,r.a.createElement(f.a,{disabled:!m,onClick:Object(l.a)(()=>S(d(26)))},"26")),r.a.createElement("td",null,r.a.createElement(f.a,{disabled:!m,onClick:Object(l.a)(()=>S(d(29)))},"29")),r.a.createElement("td",null,r.a.createElement(f.a,{disabled:!m,onClick:Object(l.a)(()=>S(d(32)))},"32")),r.a.createElement("td",null,r.a.createElement(f.a,{disabled:!m,onClick:Object(l.a)(()=>S(d(35)))},"35"))),r.a.createElement("tr",null,r.a.createElement("td",null,r.a.createElement(f.a,{disabled:!m,onClick:Object(l.a)(()=>S(d(1)))},"1")),r.a.createElement("td",null,r.a.createElement(f.a,{disabled:!m,onClick:Object(l.a)(()=>S(d(4)))},"4")),r.a.createElement("td",null,r.a.createElement(f.a,{disabled:!m,onClick:Object(l.a)(()=>S(d(7)))},"7")),r.a.createElement("td",null,r.a.createElement(f.a,{disabled:!m,onClick:Object(l.a)(()=>S(d(10)))},"10")),r.a.createElement("td",null,r.a.createElement(f.a,{disabled:!m,onClick:Object(l.a)(()=>S(d(13)))},"13")),r.a.createElement("td",null,r.a.createElement(f.a,{disabled:!m,onClick:Object(l.a)(()=>S(d(16)))},"16")),r.a.createElement("td",null,r.a.createElement(f.a,{disabled:!m,onClick:Object(l.a)(()=>S(d(19)))},"19")),r.a.createElement("td",null,r.a.createElement(f.a,{disabled:!m,onClick:Object(l.a)(()=>S(d(22)))},"22")),r.a.createElement("td",null,r.a.createElement(f.a,{disabled:!m,onClick:Object(l.a)(()=>S(d(25)))},"25")),r.a.createElement("td",null,r.a.createElement(f.a,{disabled:!m,onClick:Object(l.a)(()=>S(d(28)))},"28")),r.a.createElement("td",null,r.a.createElement(f.a,{disabled:!m,onClick:Object(l.a)(()=>S(d(31)))},"31")),r.a.createElement("td",null,r.a.createElement(f.a,{disabled:!m,onClick:Object(l.a)(()=>S(d(34)))},"34"))),r.a.createElement("tr",null,r.a.createElement("td",{colSpan:4},r.a.createElement(f.a,{disabled:!m,onClick:Object(l.a)(()=>S(h.Third1))},"1 to 12")),r.a.createElement("td",{colSpan:4},r.a.createElement(f.a,{disabled:!m,onClick:Object(l.a)(()=>S(h.Third2))},"13 to 24")),r.a.createElement("td",{colSpan:4},r.a.createElement(f.a,{disabled:!m,onClick:Object(l.a)(()=>S(h.Third3))},"25 to 36"))),r.a.createElement("tr",null,r.a.createElement("td",{colSpan:2},r.a.createElement(f.a,{disabled:!m,onClick:Object(l.a)(()=>S(h.Red))},"Red")),r.a.createElement("td",{colSpan:2},r.a.createElement(f.a,{disabled:!m,onClick:Object(l.a)(()=>S(h.Black))},"Black")),r.a.createElement("td",{colSpan:2},r.a.createElement(f.a,{disabled:!m,onClick:Object(l.a)(()=>S(h.Odd))},"Odd")),r.a.createElement("td",{colSpan:2},r.a.createElement(f.a,{disabled:!m,onClick:Object(l.a)(()=>S(h.Even))},"Even")),r.a.createElement("td",{colSpan:2},r.a.createElement(f.a,{disabled:!m,onClick:Object(l.a)(()=>S(h.High))},"High")),r.a.createElement("td",{colSpan:2},r.a.createElement(f.a,{disabled:!m,onClick:Object(l.a)(()=>S(h.Low))},"Low"))),r.a.createElement("tr",null,r.a.createElement("td",null,r.a.createElement(f.a,{disabled:!m,onClick:Object(l.a)(()=>S(d(0)))},"0"))))))}},function(t,e,n){"use strict";n.d(e,"a",(function(){return g}));var a=n(0),r=n.n(a),i=n(1),o=n(24),s=n(326),l=n(205),c=n(86),f=n(3),u=n(87),m=n(10);const h=["D","C","$","?","♥","A","C","B","C","E","B","E","C","*","D","♥","B","A","A","A","C","A","D","B","E","?","D","*","@","♥","B","E","?"];function d(t,e){switch(t){case"$":return[20,200,1e3][e];case"@":return[8,80,400][e];case"♥":case"?":return[6,20,150][e];case"D":case"E":return[1,8,30][e];default:return[1,5,20][e]}}const p=[[[0,0],[0,1],[0,2],[0,3],[0,4]],[[1,0],[1,1],[1,2],[1,3],[1,4]],[[2,0],[2,1],[2,2],[2,3],[2,4]],[[2,0],[1,1],[0,2],[1,3],[2,4]],[[0,0],[1,1],[2,2],[1,3],[0,4]],[[0,0],[1,1],[1,2],[1,3],[0,4]],[[2,0],[1,1],[1,2],[1,3],[2,4]],[[1,0],[0,1],[0,2],[0,3],[1,4]],[[1,0],[2,1],[2,2],[2,3],[1,4]]];function g(){const[t]=Object(a.useState)(new s.c(i.a.totalPlaytime)),[e,n]=Object(a.useState)([0,0,0,0,0]),[g,b]=Object(a.useState)([0,0,0,0,0]),[y,E]=Object(a.useState)(1e3),[v,k]=Object(a.useState)(!0),[w,S]=Object(a.useState)("waiting");function _(){let t=!1;const a=e.slice();for(let e=0;e=0?a[e]-1:h.length-1,t=!0);n(a),t&&a.every((t,e)=>t===g[e])&&function(t){const e=function(e){const n=[];for(const a of e)n.push(t[a[0]][a[1]]);return n},n=function(t){let e=1;for(let n=1;n0?"gained":"lost"," ",r.a.createElement(o.a,{money:Math.abs(a)}))),k(!0),Object(l.a)());}(C(a,h))}function C(t,e){return[[e[(t[0]+e.length-1)%e.length],e[(t[1]+e.length-1)%e.length],e[(t[2]+e.length-1)%e.length],e[(t[3]+e.length-1)%e.length],e[(t[4]+e.length-1)%e.length]],[e[t[0]],e[t[1]],e[t[2]],e[t[3]],e[t[4]]],[e[(t[0]+1)%e.length],e[(t[1]+1)%e.length],e[(t[2]+1)%e.length],e[(t[3]+1)%e.length],e[(t[4]+1)%e.length]]]}function x(){b([Math.floor(t.random()*h.length),Math.floor(t.random()*h.length),Math.floor(t.random()*h.length),Math.floor(t.random()*h.length),Math.floor(t.random()*h.length)])}Object(a.useEffect)(()=>{const t=window.setInterval(_,50);return()=>clearInterval(t)});const L=C(e,h);return r.a.createElement(r.a.Fragment,null,r.a.createElement(f.a,{sx:{lineHeight:"1em",whiteSpace:"pre"}},"+———————————————————————+"),r.a.createElement(f.a,{sx:{lineHeight:"1em",whiteSpace:"pre"}},"| | ",L[0][0]," | ",L[0][1]," | ",L[0][2]," | ",L[0][3]," | ",L[0][4]," | |"),r.a.createElement(f.a,{sx:{lineHeight:"1em",whiteSpace:"pre"}},"| | | | | | | |"),r.a.createElement(f.a,{sx:{lineHeight:"1em",whiteSpace:"pre"}},"| | ",h[e[0]]," | ",h[e[1]]," | ",h[e[2]]," | ",h[e[3]]," | ",h[e[4]]," | |"),r.a.createElement(f.a,{sx:{lineHeight:"1em",whiteSpace:"pre"}},"| | | | | | | |"),r.a.createElement(f.a,{sx:{lineHeight:"1em",whiteSpace:"pre"}},"| | ",h[(e[0]+1)%h.length]," | ",h[(e[1]+1)%h.length]," | ",h[(e[2]+1)%h.length]," | ",h[(e[3]+1)%h.length]," | ",h[(e[4]+1)%h.length]," | |"),r.a.createElement(f.a,{sx:{lineHeight:"1em",whiteSpace:"pre"}},"+———————————————————————+"),r.a.createElement(u.a,{type:"number",onChange:function(t){let e=parseInt(t.currentTarget.value);isNaN(e)&&(e=0),e>1e6&&(e=1e6),e<0&&(e=0),E(e)},placeholder:"Amount to play",disabled:!v,InputProps:{endAdornment:r.a.createElement(m.a,{onClick:Object(c.a)((function(){Object(l.a)()||(S("playing"),Object(l.b)(-y),v&&(b([-1,-1,-1,-1,-1]),k(!1),setTimeout(x,2e3*t.random()+1e3)))})),disabled:!v},"Spin!")}}),r.a.createElement(f.a,{variant:"h4"},w),r.a.createElement(f.a,null,"Pay lines"),r.a.createElement(f.a,{sx:{lineHeight:"1em",whiteSpace:"pre"}},"----- ····· ·····"),r.a.createElement(f.a,{sx:{lineHeight:"1em",whiteSpace:"pre"}},"····· ----- ·····"),r.a.createElement(f.a,{sx:{lineHeight:"1em",whiteSpace:"pre"}},"····· ····· -----"),r.a.createElement("br",null),r.a.createElement(f.a,{sx:{lineHeight:"1em",whiteSpace:"pre"}},"··^·· \\···/ \\···/"),r.a.createElement(f.a,{sx:{lineHeight:"1em",whiteSpace:"pre"}},"·/·\\· ·\\·/· ·---·"),r.a.createElement(f.a,{sx:{lineHeight:"1em",whiteSpace:"pre"}},"/···\\ ··v·· ·····"),r.a.createElement("br",null),r.a.createElement(f.a,{sx:{lineHeight:"1em",whiteSpace:"pre"}},"····· ·---· ·····"),r.a.createElement(f.a,{sx:{lineHeight:"1em",whiteSpace:"pre"}},"·---· /···\\ \\···/"),r.a.createElement(f.a,{sx:{lineHeight:"1em",whiteSpace:"pre"}},"/···\\ ····· ·---·"))}},function(t,e,n){"use strict";n.d(e,"a",(function(){return v}));var a=n(0),r=n(154),i=n(11),o=n(164),s=n(6),l=n(1),c=n(22),f=n(3),u=n(10),m=n(53),h=n(122),d=n(148);const p=Object(h.a)(t=>Object(d.a)({location:{color:t.colors.white,whiteSpace:"nowrap",margin:"0px",padding:"0px",cursor:"pointer"}}));function g(t){t.name===i.a.TravelAgency?c.b.toTravel():t.name===i.a.WorldStockExchange?c.b.toStockMarket():c.b.toLocation(t)}function b(t,e){let n="X";return t.types.includes(m.a.Company)&&(n="C"),t.types.includes(m.a.Gym)&&(n="G"),t.types.includes(m.a.Hospital)&&(n="H"),t.types.includes(m.a.Slums)&&(n="S"),t.types.includes(m.a.StockMarket)&&(n="$"),t.types.includes(m.a.TechVendor)&&(n="T"),t.types.includes(m.a.TravelAgency)&&(n="T"),t.types.includes(m.a.University)&&(n="U"),t.types.includes(m.a.Casino)&&(n="¢"),t.types.includes(m.a.Special)&&(n="?"),t?a.createElement("span",{"aria-label":t.name,key:t.name,className:e,onClick:()=>g(t)},a.createElement("b",null,n)):a.createElement("span",null,"*")}function y(t){const e=/[A-Z]/g,n={A:0,B:1,C:2,D:3,E:4,F:5,G:6,H:7,I:8,J:9,K:10,L:11,M:12,N:13,O:14,P:15,Q:16,R:17,S:18,T:19,U:20,V:21,W:22,X:23,Y:24,Z:25},r=p(),i=a=>{const i=[],s=[];let l=null;for(;null!==(l=e.exec(a));)s.push(l);if(0===s.length)return i.push(a),i;for(let e=0;ea.createElement(a.Fragment,{key:t},a.createElement(u.a,{onClick:()=>g(o.a[t])},t),a.createElement("br",null)));return a.createElement(a.Fragment,null,e)}function v(){const t=r.a[l.a.city];return a.createElement(a.Fragment,null,a.createElement(f.a,null,t.name),s.a.DisableASCIIArt?a.createElement(E,{city:t}):a.createElement(y,{city:t}))}},function(t,e,n){"use strict";n.d(e,"a",(function(){return y}));var a=n(0),r=n.n(a),i=n(40),o=n(10),s=n(21),l=n(3),c=n(130),f=n(284),u=n(74),m=n(87),h=n(1419),d=n.n(h),p=n(485),g=n.n(p),b=n(1418);function y(t){const[e,n]=Object(a.useState)(t.options.theme),[h,p]=Object(a.useState)(t.options.insertSpaces),[y,E]=Object(a.useState)(t.options.fontSize),[v,k]=Object(a.useState)(t.options.wordWrap),[w,S]=Object(a.useState)(t.options.vim),[_,C]=Object(a.useState)(!1);return r.a.createElement(i.a,{open:t.open,onClose:t.onClose},r.a.createElement(b.a,{open:_,onClose:()=>C(!1)}),r.a.createElement(s.a,{display:"flex",flexDirection:"row",alignItems:"center"},r.a.createElement(l.a,null,"Theme: "),r.a.createElement(c.a,{onChange:t=>n(t.target.value),value:e},r.a.createElement(u.a,{value:"monokai"},"monokai"),r.a.createElement(u.a,{value:"solarized-dark"},"solarized-dark"),r.a.createElement(u.a,{value:"solarized-light"},"solarized-light"),r.a.createElement(u.a,{value:"vs-dark"},"dark"),r.a.createElement(u.a,{value:"light"},"light"),r.a.createElement(u.a,{value:"dracula"},"dracula"),r.a.createElement(u.a,{value:"one-dark"},"one-dark"),r.a.createElement(u.a,{value:"customTheme"},"Custom theme")),r.a.createElement(o.a,{onClick:()=>C(!0),sx:{mx:1},startIcon:r.a.createElement(d.a,null)},"Edit custom theme")),r.a.createElement(s.a,{display:"flex",flexDirection:"row",alignItems:"center"},r.a.createElement(l.a,null,"Use whitespace over tabs: "),r.a.createElement(f.a,{onChange:t=>p(t.target.checked),checked:h})),r.a.createElement(s.a,{display:"flex",flexDirection:"row",alignItems:"center"},r.a.createElement(l.a,null,"Word Wrap: "),r.a.createElement(c.a,{onChange:t=>k(t.target.value),value:v},r.a.createElement(u.a,{value:"off"},"Off"),r.a.createElement(u.a,{value:"on"},"On"),r.a.createElement(u.a,{value:"bounded"},"Bounded"),r.a.createElement(u.a,{value:"wordWrapColumn"},"Word Wrap Column"))),r.a.createElement(s.a,{display:"flex",flexDirection:"row",alignItems:"center"},r.a.createElement(l.a,null,"Enable vim mode: "),r.a.createElement(f.a,{onChange:t=>S(t.target.checked),checked:w})),r.a.createElement(s.a,{display:"flex",flexDirection:"row",alignItems:"center"},r.a.createElement(m.a,{type:"number",label:"Font size",value:y,onChange:function(t){const e=parseFloat(t.target.value);isNaN(e)||E(e)}})),r.a.createElement("br",null),r.a.createElement(o.a,{onClick:function(){t.save({theme:e,insertSpaces:h,fontSize:y,wordWrap:v,vim:w}),t.onClose()},startIcon:r.a.createElement(g.a,null)},"Save"))}},function(t,e,n){"use strict";n.d(e,"a",(function(){return S}));var a=n(1515),r=n(1537),i=n(1871),o=n(23),s=n(87),l=n(3),c=n(47),f=n(21),u=n(10),m=n(112),h=n(132),d=n.n(h),p=n(655),g=n(0),b=n.n(g),y=n(6),E=n(40),v=n(135),k=n(128);function w({label:t,themePath:e,onColorChange:n,color:r,defaultColor:i}){return void 0===r&&(console.error(`color ${e} was undefined, reverting to default`),r=i),b.a.createElement(b.a.Fragment,null,b.a.createElement(o.a,{title:t},b.a.createElement("span",null,b.a.createElement(s.a,{label:e,value:"#"+r,sx:{display:"block",my:1},InputProps:{startAdornment:b.a.createElement(b.a.Fragment,null,b.a.createElement(p.a,{hideTextfield:!0,deferred:!0,value:"#"+r,onChange:t=>n(e,t.hex),disableAlpha:!0})),endAdornment:b.a.createElement(b.a.Fragment,null,b.a.createElement(m.a,{onClick:()=>n(e,i)},b.a.createElement(a.a,{color:"primary"})))}}))))}function S(t){const e=Object(g.useState)(!1)[1];function n(){e(t=>!t)}const[a,o]=Object(g.useState)(JSON.parse(JSON.stringify(y.a.EditorTheme)));function m(t,e){o(d.a.set(a,t,e)),n()}return b.a.createElement(E.a,{open:t.open,onClose:()=>{o(y.a.EditorTheme),t.onClose()}},b.a.createElement(l.a,{variant:"h4"},"Customize Editor theme"),b.a.createElement(l.a,null,"Hover over input boxes for more information"),b.a.createElement(c.a,{sx:{p:1,my:1}},b.a.createElement(v.a,{checked:"vs"===a.base,onChange:t=>{o(d.a.set(a,"base",t?"vs":"vs-dark")),n()},text:"Use light theme as base",tooltip:b.a.createElement(b.a.Fragment,null,"If enabled, the ",b.a.createElement("code",null,"vs")," light theme will be used as the theme base, otherwise,"," ",b.a.createElement("code",null,"vs-dark")," will be used.")}),b.a.createElement(f.a,{display:"grid",sx:{gridTemplateColumns:"1fr 1fr",width:"fit-content",gap:1}},b.a.createElement(f.a,null,b.a.createElement(l.a,{variant:"h6"},"UI"),b.a.createElement(w,{label:"Background color",themePath:"common.bg",onColorChange:m,color:a.common.bg,defaultColor:k.a.common.bg}),b.a.createElement(w,{label:"Current line and minimap background color",themePath:"ui.line",onColorChange:m,color:a.ui.line,defaultColor:k.a.ui.line}),b.a.createElement(w,{label:"Base text color",themePath:"common.fg",onColorChange:m,color:a.common.fg,defaultColor:k.a.common.fg}),b.a.createElement(w,{label:"Popup background color",themePath:"ui.panel.bg",onColorChange:m,color:a.ui.panel.bg,defaultColor:k.a.ui.panel.bg}),b.a.createElement(w,{label:"Background color for selected item in popup",themePath:"ui.panel.selected",onColorChange:m,color:a.ui.panel.selected,defaultColor:k.a.ui.panel.selected}),b.a.createElement(w,{label:"Popup border color",themePath:"ui.panel.border",onColorChange:m,color:a.ui.panel.border,defaultColor:k.a.ui.panel.border}),b.a.createElement(w,{label:"Background color of highlighted text",themePath:"ui.selection.bg",onColorChange:m,color:a.ui.selection.bg,defaultColor:k.a.ui.selection.bg})),b.a.createElement(f.a,null,b.a.createElement(l.a,{variant:"h6"},"Syntax"),b.a.createElement(w,{label:"Numbers, function names, and other key vars",themePath:"common.accent",onColorChange:m,color:a.common.accent,defaultColor:k.a.common.accent}),b.a.createElement(w,{label:"Keywords",themePath:"syntax.keyword",onColorChange:m,color:a.syntax.keyword,defaultColor:k.a.syntax.keyword}),b.a.createElement(w,{label:"Strings",themePath:"syntax.string",onColorChange:m,color:a.syntax.string,defaultColor:k.a.syntax.string}),b.a.createElement(w,{label:"Regexp literals as well as escapes within strings",themePath:"syntax.regexp",onColorChange:m,color:a.syntax.regexp,defaultColor:k.a.syntax.regexp}),b.a.createElement(w,{label:"Constants",themePath:"syntax.constant",onColorChange:m,color:a.syntax.constant,defaultColor:k.a.syntax.constant}),b.a.createElement(w,{label:"Entities",themePath:"syntax.entity",onColorChange:m,color:a.syntax.entity,defaultColor:k.a.syntax.entity}),b.a.createElement(w,{label:"'this', 'ns', types, and tags",themePath:"syntax.tag",onColorChange:m,color:a.syntax.tag,defaultColor:k.a.syntax.tag}),b.a.createElement(w,{label:"Netscript functions and constructors",themePath:"syntax.markup",onColorChange:m,color:a.syntax.markup,defaultColor:k.a.syntax.markup}),b.a.createElement(w,{label:"Errors",themePath:"syntax.error",onColorChange:m,color:a.syntax.error,defaultColor:k.a.syntax.error}),b.a.createElement(w,{label:"Comments",themePath:"syntax.comment",onColorChange:m,color:a.syntax.comment,defaultColor:k.a.syntax.comment})))),b.a.createElement(c.a,{sx:{p:1}},b.a.createElement(s.a,{multiline:!0,fullWidth:!0,maxRows:10,label:"import / export theme",value:JSON.stringify(a,void 0,2),onChange:function(t){try{const e=JSON.parse(t.target.value);if("object"!=typeof e)return;o(e)}catch(t){}}}),b.a.createElement(f.a,{sx:{mt:1}},b.a.createElement(u.a,{onClick:()=>{y.a.EditorTheme={...a},t.onClose()},startIcon:b.a.createElement(r.a,null)},"Save"),b.a.createElement(u.a,{onClick:()=>{o(k.a),n()},startIcon:b.a.createElement(i.a,null)},"Reset to default"))))}},,,,,,,,,,function(t,e,n){"use strict";n.d(e,"a",(function(){return s}));var a=n(816),r=n(0),i=n(3),o=n(21);function s(){const t=function(t){let e=-1;for(let n=0;n{if(n<=t+1)return r.createElement(i.a,{key:n},"[",e.fulfilled()?"x":" ","] ",e.title)});return r.createElement(r.Fragment,null,r.createElement(i.a,{variant:"h4"},"Milestones"),r.createElement(o.a,{mx:2},r.createElement(i.a,null,"Milestones don't reward you for completing them. They are here to guide you if you're lost. They will reset when you install Augmentations."),r.createElement("br",null),r.createElement(i.a,null,"Completing fl1ght.exe"),e))}},function(t,e,n){"use strict";n.d(e,"a",(function(){return S}));var a=n(0),r=n.n(a),i=n(3),o=n(263),s=n(100),l=n(146),c=n(122),f=n(148),u=n(21),m=n(245),h=n(9),d=n(1430),p=n(340),g=n(633),b=n(601),y=n(132),E=n.n(y),v=n(616);function k(){return r.a.createElement(i.a,{color:"primary",paragraph:!1},h.a.getProgressText())}const w=Object(c.a)(t=>Object(f.a)({nopadding:{padding:t.spacing(0)},preformatted:{whiteSpace:"pre-wrap",overflowWrap:"anywhere",margin:t.spacing(0)},list:{padding:t.spacing(0),height:"100%"}}));function S(){const t=Object(a.useRef)(null),e=Object(a.useState)(0)[1],[n,c]=Object(a.useState)(0);function f(){const e=t.current;if(null!==e)return window.setTimeout(()=>e.scrollIntoView(!0),50)}Object(a.useEffect)(()=>{const t=E.a.debounce(async()=>{e(t=>t+1)},25,{maxWait:50}),n=p.b.subscribe(t);return()=>{t.cancel(),n()}},[]),Object(a.useEffect)(()=>{const t=E.a.debounce(async()=>{c(t=>t+1)},25,{maxWait:50}),e=p.a.subscribe(t);return()=>{t.cancel(),e()}},[]),f(),Object(a.useEffect)(()=>{let t;const e=setTimeout(()=>{var e;t=null!==(e=f())&&void 0!==e?e:0},50);return()=>{clearTimeout(e),clearTimeout(t)}},[]);const y=w();return r.a.createElement(r.a.Fragment,null,r.a.createElement(u.a,{width:"100%",minHeight:"100vh",display:"flex",alignItems:"flex-end"},r.a.createElement(o.a,{key:n,id:"terminal",classes:{root:y.list}},h.a.outputHistory.map((t,e)=>r.a.createElement(s.a,{key:e,classes:{root:y.nopadding}},t instanceof m.b&&r.a.createElement(v.a,{text:t.text,color:t.color}),t instanceof m.c&&r.a.createElement(i.a,{classes:{root:y.preformatted},paragraph:!1},t.raw),t instanceof m.a&&r.a.createElement(r.a.Fragment,null,r.a.createElement(i.a,null,t.dashes,"> "),r.a.createElement(l.a,{classes:{root:y.preformatted},color:"secondary",paragraph:!1,onClick:()=>h.a.connectToServer(t.hostname)},r.a.createElement(i.a,{sx:{textDecoration:"underline","&:hover":{textDecoration:"none"}}},t.hostname))))),null!==h.a.action&&r.a.createElement(s.a,{classes:{root:y.nopadding}},r.a.createElement(k,null)," ")),r.a.createElement("div",{ref:t})),r.a.createElement(u.a,{position:"sticky",bottom:0,width:"100%",px:0},r.a.createElement(d.a,null)),r.a.createElement(g.b,null),r.a.createElement(b.b,null))}},function(t,e,n){"use strict";n.d(e,"a",(function(){return E}));var a=n(0),r=n.n(a),i=n(3),o=n(122),s=n(148),l=n(47),c=n(830),f=n(87),u=n(31),m=n(9),h=n(1),d=n(1431),p=n(1432),g=n(6);const b=Object(o.a)(t=>Object(s.a)({textfield:{margin:t.spacing(0)},input:{backgroundColor:t.colors.backgroundprimary},nopadding:{padding:t.spacing(0)},preformatted:{whiteSpace:"pre-wrap",margin:t.spacing(0)},list:{padding:t.spacing(0),height:"100%"}}));let y="";function E(){const t=Object(a.useRef)(null),[e,n]=Object(a.useState)(y),[o,s]=Object(a.useState)(),[E,v]=Object(a.useState)([]),k=b();function w(t,e){y=t,n(t),e&&s({postUpdate:e})}function S(n){const a=t.current;if(!a)return;const r=e.length,i=a.selectionStart;if(null===i)return;const o=a.value;switch(n.toLowerCase()){case"backspace":i>0&&i<=r+1&&w(o.substr(0,i-1)+o.substr(i));break;case"deletewordbefore":for(let e=i-1;e>-2;--e)if((o.charAt(e)===u.a.SPACE||-1===e)&&e!==i-1)return void w(o.substr(0,e+1)+o.substr(i),()=>{const n=t.current;null==n||n.setSelectionRange(e+1,e+1)});break;case"deletewordafter":for(let n=i+1;n<=e.length+1;++n)if(o.charAt(n)===u.a.SPACE||n===e.length+1)return void w(o.substr(0,i)+o.substr(n+1),()=>{const e=t.current;null==e||e.setSelectionRange(i,i)});break;case"clearafter":w(o.substr(0,i));break;case"clearbefore":w(o.substr(i),()=>_("home"));break;case"clearall":w("")}}function _(n){const a=t.current;if(!a)return;const r=e.length,i=a.selectionStart;if(null!==i)switch(n.toLowerCase()){case"home":a.setSelectionRange(0,0);break;case"end":a.setSelectionRange(r,r);break;case"prevchar":i>0&&a.setSelectionRange(i-1,i-1);break;case"prevword":for(let t=i-2;t>=0;--t)if(a.value.charAt(t)===u.a.SPACE)return void a.setSelectionRange(t+1,t+1);a.setSelectionRange(0,0);break;case"nextchar":a.setSelectionRange(i+1,i+1);break;case"nextword":for(let t=i+1;t<=r;++t)if(a.value.charAt(t)===u.a.SPACE)return void a.setSelectionRange(t,t);a.setSelectionRange(r,r);break;default:console.warn("Invalid loc argument in Terminal.moveTextCursor()")}}return 0===m.a.commandHistory.length&&h.a.terminalCommandHistory.length>0&&(m.a.commandHistory=h.a.terminalCommandHistory,m.a.commandHistoryIndex=m.a.commandHistory.length),Object(a.useEffect)(()=>{null!=o&&o.postUpdate&&(o.postUpdate(),s(null))},[o]),Object(a.useEffect)(()=>{function e(e){if(m.a.contractOpen)return;if(null!==m.a.action&&e.key===u.a.C&&e.ctrlKey)return void m.a.finishAction(!0);const n=t.current;e.ctrlKey||e.metaKey||e.key===u.a.C&&(e.ctrlKey||e.metaKey)||n&&n.focus()}return document.addEventListener("keydown",e),()=>document.removeEventListener("keydown",e)}),r.a.createElement(r.a.Fragment,null,r.a.createElement(f.a,{fullWidth:!0,color:null===m.a.action?"primary":"secondary",autoFocus:!0,disabled:null!==m.a.action,autoComplete:"off",value:e,classes:{root:k.textfield},onChange:function(t){w(t.target.value),v([])},inputRef:t,InputProps:{id:"terminal-input",className:k.input,startAdornment:r.a.createElement(i.a,{color:null===m.a.action?"primary":"secondary",flexShrink:0},"[",h.a.getCurrentServer().hostname," ~",m.a.cwd(),"]> "),spellCheck:!1,onBlur:()=>v([]),onKeyDown:async function(n){const a=t.current;if(n.key===u.a.ENTER&&""!==e)return n.preventDefault(),m.a.print(`[${h.a.getCurrentServer().hostname} ~${m.a.cwd()}]> ${e}`),m.a.executeCommands(e),void w("");if(n.key===u.a.TAB&&""!==e){n.preventDefault();let t=e;const a=t.lastIndexOf(";");-1!==a&&(t=t.slice(a+1)),t=t.trim(),t=t.replace(/\s\s+/g," ");const r=t.split(" ");let i=r.length-2;i<-1&&(i=0);const o=await Object(d.a)(t,i,m.a.cwd());if(0==o.length)return;let s="",l="";if(0==r.length)return;1==r.length?l=r[0]:2==r.length?(l=r[0],s=r[1]):3==r.length?(l=r[0]+" "+r[1],s=r[2]):(s=r.pop()+"",l=r.join(" "));let c=Object(p.a)(l,s,o,e);"string"==typeof c&&""!==c&&(c.endsWith(" ")||c.endsWith("/")||1!==o.length||(c+=" "),w(c)),Array.isArray(c)&&v(c)}if(n.key===u.a.L&&n.ctrlKey&&(n.preventDefault(),m.a.clear()),n.key===u.a.UP_ARROW||g.a.EnableBashHotkeys&&n.key===u.a.P&&n.ctrlKey){g.a.EnableBashHotkeys&&n.preventDefault();const t=m.a.commandHistoryIndex,e=m.a.commandHistory.length;if(0==e)return;(t<0||t>e)&&(m.a.commandHistoryIndex=e),0!=t&&--m.a.commandHistoryIndex;w(m.a.commandHistory[m.a.commandHistoryIndex]),a&&setTimeout((function(){a.selectionStart=a.selectionEnd=1e4}),10)}if(n.key===u.a.DOWN_ARROW||g.a.EnableBashHotkeys&&n.key===u.a.M&&n.ctrlKey){g.a.EnableBashHotkeys&&n.preventDefault();const t=m.a.commandHistoryIndex,e=m.a.commandHistory.length;if(0==e)return;if((t<0||t>e)&&(m.a.commandHistoryIndex=e),t==e||t==e-1)m.a.commandHistoryIndex=e,w("");else{++m.a.commandHistoryIndex;w(m.a.commandHistory[m.a.commandHistoryIndex])}}g.a.EnableBashHotkeys&&(n.code===u.b.C&&n.ctrlKey&&a&&a.selectionStart===a.selectionEnd&&(n.preventDefault(),m.a.print(`[${h.a.getCurrentServer().hostname} ~${m.a.cwd()}]> ${e}`),S("clearall")),n.code===u.b.A&&n.ctrlKey&&(n.preventDefault(),_("home")),n.code===u.b.E&&n.ctrlKey&&(n.preventDefault(),_("end")),n.code===u.b.B&&n.ctrlKey&&(n.preventDefault(),_("prevchar")),n.code===u.b.B&&n.altKey&&(n.preventDefault(),_("prevword")),n.code===u.b.F&&n.ctrlKey&&(n.preventDefault(),_("nextchar")),n.code===u.b.F&&n.altKey&&(n.preventDefault(),_("nextword")),n.code!==u.b.H&&n.code!==u.b.D||!n.ctrlKey||(S("backspace"),n.preventDefault()),n.code===u.b.W&&n.ctrlKey&&(n.preventDefault(),S("deletewordbefore")),n.code===u.b.D&&n.altKey&&(n.preventDefault(),S("deletewordafter")),n.code===u.b.U&&n.ctrlKey&&(n.preventDefault(),S("clearbefore")),n.code===u.b.K&&n.ctrlKey&&(n.preventDefault(),S("clearafter")))}}}),r.a.createElement(c.a,{open:E.length>0,anchorEl:t.current,placement:"top-start"},r.a.createElement(l.a,{sx:{m:1,p:2}},r.a.createElement(i.a,{classes:{root:k.preformatted},color:"primary",paragraph:!1},"Possible autocomplete candidates:"),r.a.createElement(i.a,{classes:{root:k.preformatted},color:"primary",paragraph:!1},E.join(" ")))))}},function(t,e,n){"use strict";n.d(e,"a",(function(){return b}));var a=n(77),r=n(611),i=n(163),o=n(214),s=n(1),l=n(26),c=n(46),f=n(497),u=n(542),m=n(95),h=n(630),d=n(628),p=n(330);const g=["alias","analyze","backdoor","cat","cd","check","clear","cls","connect","cp","download","expr","free","grow","hack","help","home","hostname","ifconfig","kill","killall","ls","lscpu","mem","mv","nano","ps","rm","run","scan-analyze","scan","scp","sudov","tail","theme","top","vim","weaken"];async function b(t,e,n=""){t=Object(i.h)(t);let b=[];b=b.concat(Object.keys(i.b));const y=s.a.getCurrentServer(),E=s.a.getHomeComputer();let v="",k=null;function w(){for(const t of y.contracts)b.push(t.fn)}function S(){for(const t of y.messages)t.endsWith(".msg")||b.push(t)}function _(){for(const t of E.programs)b.push(t)}function C(){for(const t of y.scripts){const e=O(t.filename);e&&b.push(e)}}function x(){for(const t of y.textFiles){const e=O(t.fn);e&&b.push(e)}}function L(){const t=Object(r.b)(y,null==k?"/":k);for(let e=0;ey.serversOnNetwork.includes(t.hostname)||t instanceof c.a&&t.backdoorInstalled).map(t=>t.hostname);if(M("nano")||M("vim"))return C(),x(),L(),b;if(M("rm"))return C(),_(),S(),x(),w(),L(),b;const R=await async function(){if(!(M("run")||M("tail")||M("kill")||t.startsWith("./")))return;let e=t;t.startsWith("./")&&(e="run "+t.slice(2));const n=Object(f.b)(e);if(0===n.length)return;const a=Object(f.a)(n[n.length-1]),r=a[1]+"";if(!Object(m.a)(r))return;if(r.endsWith(".script"))return;const i=y.scripts.find(t=>{const e=r.replace(/^\.\//g,"");return O(t.filename)===e||t.filename==="/"+e});if(!i)return;let o;try{o=await Object(h.a)(i,y.scripts)}catch(t){return}if(!o||!o.autocomplete)return;const s={"--tail":Boolean,"-t":Number},c=p(s,{permissive:!0,argv:a.slice(2)}),u=Object(d.a)(c._),g={servers:Object(l.c)().map(t=>t.hostname),scripts:y.scripts.map(t=>t.filename),txts:y.textFiles.map(t=>t.fn),flags:t=>{if(!Array.isArray(t))throw new Error("flags require an array of array");E=t.map(t=>{if(!Array.isArray(t))throw new Error("flags require an array of array");return 1===t[0].length?"-"+t[0]:"--"+t[0]});try{return u(t)}catch(t){return{}}}};let b=[],E=[];const v=o.autocomplete(g,c._);if(!Array.isArray(v))throw new Error("autocomplete did not return list of strings");return b=b.concat(v.map(t=>String(t))),b.concat(E)}();if(R)return R;if(t.startsWith("./")){for(const t of y.scripts){const e=O(t.filename);e&&b.push(e)}for(const t of y.programs){const e=O(t);e&&b.push(e)}for(const t of y.contracts){const e=O(t.fn);e&&b.push(e)}return b}return M("run")&&(C(),_(),w(),L()),M("kill")||M("tail")||M("mem")||M("check")?(C(),L(),b):M("cat")?(function(){for(const t of y.messages)t.endsWith(".msg")&&b.push(t)}(),S(),x(),L(),C(),b):M("download")||M("mv")?(C(),x(),L(),b):M("cd")?(L(),b):(M("ls")&&0===e&&L(),M("help")?Object.keys(u.a):b)}},function(t,e,n){"use strict";n.d(e,"a",(function(){return r}));var a=n(29);function r(t,e,n,r){if(n.constructor!==Array)return;if(!Object(a.a)(n))return;if(""===e)for(let e=n.length-1;e>=0;--e)n[e].toLowerCase().startsWith(t.toLowerCase())||n.splice(e,1);else for(let t=n.length-1;t>=0;--t)n[t].toLowerCase().startsWith(e.toLowerCase())||n.splice(t,1);const i=r.lastIndexOf(";");let o="";if(0!==n.length){if(1===n.length)return o=""===e?n[0]:t+" "+n[0],-1===i?o:r.slice(0,i+1)+" "+o;{const o=Object(a.f)(n);return""===e?o===t?n:-1===i?o:`${r.slice(0,i+1)} ${o}`:o===e?n:-1==i?`${t} ${o}`:`${r.slice(0,i+1)} ${t} ${o}`}}}},function(t,e,n){"use strict";n.d(e,"a",(function(){return f}));var a=n(0),r=n.n(a),i=n(3),o=n(146),s=n(21),l=n(10),c=n(250);function f(t){const[e,n]=Object(a.useState)(!1);return r.a.createElement(r.a.Fragment,null,r.a.createElement(i.a,{variant:"h4"},"Tutorial / Documentation"),r.a.createElement(s.a,{m:2},r.a.createElement(l.a,{onClick:()=>n(!0)},"Soft reset and Restart tutorial"),r.a.createElement(c.a,{open:e,onClose:()=>n(!1),onConfirm:t.reactivateTutorial,confirmationText:"This will reset all your stats to 1 and money to 1k. Are you sure?"}),r.a.createElement(o.a,{color:"primary",target:"_blank",href:"https://bitburner.readthedocs.io/en/latest/guidesandtips/gettingstartedguideforbeginnerprogrammers.html"},r.a.createElement(i.a,null,"Getting Started")),r.a.createElement("br",null),r.a.createElement(o.a,{color:"primary",target:"_blank",href:"https://bitburner.readthedocs.io/en/latest/basicgameplay/servers.html"},r.a.createElement(i.a,null,"Servers & Networking")),r.a.createElement("br",null),r.a.createElement(o.a,{color:"primary",target:"_blank",href:"https://bitburner.readthedocs.io/en/latest/basicgameplay/hacking.html"},r.a.createElement(i.a,null,"Hacking")),r.a.createElement("br",null),r.a.createElement(o.a,{color:"primary",target:"_blank",href:"https://bitburner.readthedocs.io/en/latest/basicgameplay/scripts.html"},r.a.createElement(i.a,null,"Scripts")),r.a.createElement("br",null),r.a.createElement(o.a,{color:"primary",target:"_blank",href:"https://bitburner.readthedocs.io/en/latest/netscript.html"},r.a.createElement(i.a,null,"Netscript Programming Language")),r.a.createElement("br",null),r.a.createElement(o.a,{color:"primary",target:"_blank",href:"https://bitburner.readthedocs.io/en/latest/basicgameplay/world.html"},r.a.createElement(i.a,null,"Traveling")),r.a.createElement("br",null),r.a.createElement(o.a,{color:"primary",target:"_blank",href:"https://bitburner.readthedocs.io/en/latest/basicgameplay/companies.html"},r.a.createElement(i.a,null,"Companies")),r.a.createElement("br",null),r.a.createElement(o.a,{color:"primary",target:"_blank",href:"https://bitburner.readthedocs.io/en/latest/basicgameplay/infiltration.html"},r.a.createElement(i.a,null,"Infiltration")),r.a.createElement("br",null),r.a.createElement(o.a,{color:"primary",target:"_blank",href:"https://bitburner.readthedocs.io/en/latest/basicgameplay/factions.html"},r.a.createElement(i.a,null,"Factions")),r.a.createElement("br",null),r.a.createElement(o.a,{color:"primary",target:"_blank",href:"https://bitburner.readthedocs.io/en/latest/basicgameplay/augmentations.html"},r.a.createElement(i.a,null,"Augmentations")),r.a.createElement("br",null),r.a.createElement(o.a,{color:"primary",target:"_blank",href:"https://bitburner.readthedocs.io/en/latest/shortcuts.html"},r.a.createElement(i.a,null,"Keyboard Shortcuts")),r.a.createElement("br",null),r.a.createElement(o.a,{color:"primary",target:"_blank",href:"https://bitburner.readthedocs.io/en/latest/netscript/netscriptlearntoprogram.html#netscript-1-0-vs-netscript-2-0"},r.a.createElement(i.a,null,"NS1 vs NS2 (or .script vs .js)")),r.a.createElement("br",null),r.a.createElement(o.a,{color:"primary",target:"_blank",href:"https://bitburner.readthedocs.io/en/latest/netscript/netscriptfunctions.html"},r.a.createElement(i.a,null,"Simplified list of functions")),r.a.createElement("br",null),r.a.createElement(o.a,{color:"primary",target:"_blank",href:"https://github.com/danielyxie/bitburner/blob/dev/markdown/bitburner.ns.md"},r.a.createElement(i.a,null,"Complete list of functions"))))}},function(t,e,n){"use strict";n.d(e,"a",(function(){return c}));var a=n(0),r=n.n(a),i=n(517),o=n(219),s=n(1435),l=n(1443);function c(t){const e=Object(a.useState)(!1)[1];function n(){e(t=>!t)}Object(a.useEffect)(()=>{const t=setInterval(n,200);return()=>clearInterval(t)},[]);const[c,f]=Object(a.useState)("active");return r.a.createElement(r.a.Fragment,null,r.a.createElement(i.a,{variant:"fullWidth",value:c,onChange:function(t,e){f(e)},sx:{minWidth:"fit-content",maxWidth:"25%"}},r.a.createElement(o.a,{label:"Active",value:"active"}),r.a.createElement(o.a,{label:"Recently Killed",value:"recent"})),"active"===c&&r.a.createElement(s.a,{workerScripts:t.workerScripts}),"recent"===c&&r.a.createElement(l.a,null))}},function(t,e,n){"use strict";n.d(e,"a",(function(){return l}));var a=n(0),r=n.n(a),i=n(1436),o=n(1437),s=n(3);function l(t){return r.a.createElement(r.a.Fragment,null,r.a.createElement(s.a,null,"This page displays a list of all of your scripts that are currently running across every machine. It also provides information about each script's production. The scripts are categorized by the hostname of the servers on which they are running."),r.a.createElement(i.a,null),r.a.createElement(o.a,t))}},function(t,e,n){"use strict";n.d(e,"a",(function(){return p}));var a=n(0),r=n(24),i=n(115),o=n(1),s=n(3),l=n(122),c=n(148),f=n(160),u=n(161),m=n(32),h=n(50);const d=Object(l.a)(t=>Object(c.a)({cell:{borderBottom:"none",padding:t.spacing(1),margin:t.spacing(1),whiteSpace:"nowrap"},size:{width:"1px"}}));function p(){const t=d(),e=o.a.scriptProdSinceLastAug/(o.a.playtimeSinceLastAug/1e3);return a.createElement(f.a,{size:"small",classes:{root:t.size}},a.createElement(u.a,null,a.createElement(h.a,null,a.createElement(m.a,{component:"th",scope:"row",classes:{root:t.cell}},a.createElement(s.a,{variant:"body2"},"Total production since last Augment Installation:")),a.createElement(m.a,{align:"left",classes:{root:t.cell}},a.createElement(s.a,{variant:"body2"},a.createElement(r.a,{money:o.a.scriptProdSinceLastAug}))),a.createElement(m.a,{align:"left",classes:{root:t.cell}},a.createElement(s.a,{variant:"body2"},"(",a.createElement(i.a,{money:e}),")")))))}},function(t,e,n){"use strict";n.d(e,"a",(function(){return p}));var a=n(0),r=n.n(a),i=n(1438),o=n(87),s=n(263),l=n(1538),c=n(305),f=n(26),u=n(6),m=n(675),h=n(357),d=n.n(h);function p(t){const[e,n]=Object(a.useState)(""),[h,p]=Object(a.useState)(0),[g,b]=Object(a.useState)(u.a.ActiveScriptsServerPageSize),y=Object(a.useState)(!1)[1];const E={};for(const e of t.workerScripts.values()){const t=Object(f.d)(e.hostname);if(null==t){console.warn("WorkerScript has invalid hostname: "+e.hostname);continue}let n=E[t.hostname];void 0===n&&(E[t.hostname]={server:t,workerScripts:[]},n=E[t.hostname]),void 0!==n&&n.workerScripts.push(e)}const v=Object.values(E).filter(t=>t&&(t.server.hostname.includes(e)||t.server.runningScripts.find(t=>t.filename.includes(e))));function k(){y(t=>!t)}return Object(a.useEffect)(()=>c.a.subscribe(k)),r.a.createElement(r.a.Fragment,null,r.a.createElement(o.a,{value:e,onChange:function(t){n(t.target.value),p(0)},autoFocus:!0,InputProps:{startAdornment:r.a.createElement(d.a,null),spellCheck:!1}}),r.a.createElement(s.a,{dense:!0},v.slice(h*g,h*g+g).map(t=>t&&r.a.createElement(i.a,{key:t.server.hostname,server:t.server,workerScripts:t.workerScripts}))),r.a.createElement(l.a,{rowsPerPageOptions:[10,15,20,100],component:"div",count:v.length,rowsPerPage:g,page:h,onPageChange:(t,e)=>{p(e)},onRowsPerPageChange:t=>{u.a.ActiveScriptsServerPageSize=parseInt(t.target.value,10),b(parseInt(t.target.value,10)),p(0)},ActionsComponent:m.a}))}},function(t,e,n){"use strict";n.d(e,"a",(function(){return g}));var a=n(0),r=n(3),i=n(368),o=n(113),s=n(47),l=n(21),c=n(283),f=n(80),u=n.n(f),m=n(213),h=n.n(m),d=n(1439),p=n(249);function g(t){const[e,n]=a.useState(!1),f=t.server,m=`${f.hostname}${" ".repeat(18)}`.slice(0,Math.max(f.hostname.length,18)),g={progress:f.ramUsed/f.maxRam,totalTicks:30},b=`${m} ${Object(p.a)(g)}`;return a.createElement(l.a,{component:s.a},a.createElement(i.a,{onClick:()=>n(t=>!t)},a.createElement(o.a,{primary:a.createElement(r.a,{style:{whiteSpace:"pre-wrap"}},b)}),e?a.createElement(h.a,{color:"primary"}):a.createElement(u.a,{color:"primary"})),a.createElement(l.a,{mx:2},a.createElement(c.a,{in:e,timeout:0,unmountOnExit:!0},a.createElement(d.a,{workerScripts:t.workerScripts}))))}},function(t,e,n){"use strict";n.d(e,"a",(function(){return f}));var a=n(0),r=n.n(a),i=n(1440),o=n(263),s=n(1538),l=n(675),c=n(6);function f(t){const[e,n]=Object(a.useState)(0),[f,u]=Object(a.useState)(c.a.ActiveScriptsScriptPageSize);return r.a.createElement(r.a.Fragment,null,r.a.createElement(o.a,{dense:!0,disablePadding:!0},t.workerScripts.slice(e*f,e*f+f).map(t=>r.a.createElement(i.a,{key:`${t.name}_${t.args}`,workerScript:t}))),r.a.createElement(s.a,{rowsPerPageOptions:[10,15,20,100],component:"div",count:t.workerScripts.length,rowsPerPage:f,page:e,onPageChange:(t,e)=>{n(e)},onRowsPerPageChange:t=>{c.a.ActiveScriptsScriptPageSize=parseInt(t.target.value,10),u(parseInt(t.target.value,10)),n(0)},ActionsComponent:l.a}))}},function(t,e,n){"use strict";n.d(e,"a",(function(){return R}));var a=n(0),r=n(7),i=n(160),o=n(32),s=n(50),l=n(161),c=n(10),f=n(21),u=n(47),m=n(3),h=n(112),d=n(666),p=n.n(d),g=n(368),b=n(113),y=n(122),E=n(283),v=n(213),k=n.n(v),w=n(80),S=n.n(w),_=n(162),C=n(19),x=n(165),L=n(29),O=n(292),M=n(24),A=n(115);const T=Object(y.a)({noborder:{borderBottom:"none"}});function R(t){const e=T(),[n,d]=a.useState(!1),y=t.workerScript.scriptRef;const v=_.a.bind(null,{runningScript:y,hostname:y.server});const w=y.onlineMoneyMade/y.onlineRunningTime,R=y.onlineExpGained/y.onlineRunningTime;return a.createElement(a.Fragment,null,a.createElement(g.a,{onClick:()=>d(t=>!t),component:u.a},a.createElement(b.a,{primary:a.createElement(m.a,null,"└ ",t.workerScript.name," ",JSON.stringify(t.workerScript.args))}),n?a.createElement(k.a,{color:"primary"}):a.createElement(S.a,{color:"primary"})),a.createElement(E.a,{in:n,timeout:0,unmountOnExit:!0},a.createElement(f.a,{mx:6},a.createElement(i.a,{padding:"none",size:"small"},a.createElement(l.a,null,a.createElement(s.a,null,a.createElement(o.a,{className:e.noborder},a.createElement(m.a,null,"└ Threads:")),a.createElement(o.a,{className:e.noborder},a.createElement(m.a,null,r.a.formatThreads(t.workerScript.scriptRef.threads)))),a.createElement(s.a,null,a.createElement(o.a,{className:e.noborder,colSpan:2},a.createElement(m.a,null,"└ Args: ",Object(O.a)(t.workerScript.args)))),a.createElement(s.a,null,a.createElement(o.a,{className:e.noborder},a.createElement(m.a,null,"└ Online Time:")),a.createElement(o.a,{className:e.noborder},a.createElement(m.a,null,Object(L.b)(1e3*y.onlineRunningTime)))),a.createElement(s.a,null,a.createElement(o.a,{className:e.noborder},a.createElement(m.a,null,"└ Offline Time:")),a.createElement(o.a,{className:e.noborder},a.createElement(m.a,null,Object(L.b)(1e3*y.offlineRunningTime)))),a.createElement(s.a,null,a.createElement(o.a,{className:e.noborder},a.createElement(m.a,null,"└ Total online production:")),a.createElement(o.a,{className:e.noborder,align:"left"},a.createElement(m.a,null,a.createElement(M.a,{money:y.onlineMoneyMade})))),a.createElement(s.a,null,a.createElement(o.a,{className:e.noborder,colSpan:1}),a.createElement(o.a,{className:e.noborder,align:"left"},a.createElement(m.a,null," ",r.a.formatExp(y.onlineExpGained)+" hacking exp"))),a.createElement(s.a,null,a.createElement(o.a,{className:e.noborder},a.createElement(m.a,null,"└ Online production rate:")),a.createElement(o.a,{className:e.noborder,align:"left"},a.createElement(m.a,null,a.createElement(A.a,{money:w})))),a.createElement(s.a,null,a.createElement(o.a,{className:e.noborder,colSpan:1}),a.createElement(o.a,{className:e.noborder,align:"left"},a.createElement(m.a,null," ",r.a.formatExp(R)+" hacking exp / sec"))),a.createElement(s.a,null,a.createElement(o.a,{className:e.noborder},a.createElement(m.a,null,"└ Total offline production:")),a.createElement(o.a,{className:e.noborder,align:"left"},a.createElement(m.a,null,a.createElement(M.a,{money:y.offlineMoneyMade})))),a.createElement(s.a,null,a.createElement(o.a,{className:e.noborder,colSpan:1}),a.createElement(o.a,{className:e.noborder,align:"left"},a.createElement(m.a,null," ",r.a.formatExp(y.offlineExpGained)+" hacking exp"))))),a.createElement(c.a,{onClick:function(){x.c.emit(y)}},"LOG"),a.createElement(h.a,{onClick:function(){v()&&Object(C.a)("Killing script")}},a.createElement(p.a,{color:"error"})))))}},,,function(t,e,n){"use strict";n.d(e,"a",(function(){return l}));var a=n(0),r=n.n(a),i=n(3),o=n(354),s=n(1444);function l(){return r.a.createElement(r.a.Fragment,null,r.a.createElement(i.a,null,"List of all recently killed scripts."),o.b.map(t=>r.a.createElement(s.a,{key:t.runningScript.pid,recentScript:t})))}},function(t,e,n){"use strict";n.d(e,"a",(function(){return L}));var a=n(0),r=n(7),i=n(160),o=n(32),s=n(50),l=n(161),c=n(21),f=n(47),u=n(3),m=n(10),h=n(368),d=n(113),p=n(122),g=n(283),b=n(213),y=n.n(b),E=n(80),v=n.n(E),k=n(29),w=n(292),S=n(24),_=n(115),C=n(165);const x=Object(p.a)({noborder:{borderBottom:"none"}});function L(t){const e=x(),[n,p]=a.useState(!1),b=t.recentScript,E=b.runningScript.onlineMoneyMade/b.runningScript.onlineRunningTime,L=b.runningScript.onlineExpGained/b.runningScript.onlineRunningTime;return a.createElement(a.Fragment,null,a.createElement(h.a,{onClick:()=>p(t=>!t),component:f.a},a.createElement(d.a,{primary:a.createElement(u.a,null,"└ ",b.runningScript.filename," (died"," ",Object(k.b)((new Date).getTime()-b.timeOfDeath.getTime())," ago)")}),n?a.createElement(y.a,{color:"primary"}):a.createElement(v.a,{color:"primary"})),a.createElement(g.a,{in:n,timeout:0,unmountOnExit:!0},a.createElement(c.a,{mx:6},a.createElement(i.a,{padding:"none",size:"small"},a.createElement(l.a,null,a.createElement(s.a,null,a.createElement(o.a,{className:e.noborder},a.createElement(u.a,null,"└ Threads:")),a.createElement(o.a,{className:e.noborder},a.createElement(u.a,null,r.a.formatThreads(b.runningScript.threads)))),a.createElement(s.a,null,a.createElement(o.a,{className:e.noborder,colSpan:2},a.createElement(u.a,null,"└ Args: ",Object(w.a)(b.runningScript.args)))),a.createElement(s.a,null,a.createElement(o.a,{className:e.noborder},a.createElement(u.a,null,"└ Online Time:")),a.createElement(o.a,{className:e.noborder},a.createElement(u.a,null,Object(k.b)(1e3*b.runningScript.onlineRunningTime)))),a.createElement(s.a,null,a.createElement(o.a,{className:e.noborder},a.createElement(u.a,null,"└ Offline Time:")),a.createElement(o.a,{className:e.noborder},a.createElement(u.a,null,Object(k.b)(1e3*b.runningScript.offlineRunningTime)))),a.createElement(s.a,null,a.createElement(o.a,{className:e.noborder},a.createElement(u.a,null,"└ Total online production:")),a.createElement(o.a,{className:e.noborder,align:"left"},a.createElement(u.a,null,a.createElement(S.a,{money:b.runningScript.onlineMoneyMade})))),a.createElement(s.a,null,a.createElement(o.a,{className:e.noborder,colSpan:1}),a.createElement(o.a,{className:e.noborder,align:"left"},a.createElement(u.a,null," ",r.a.formatExp(b.runningScript.onlineExpGained)+" hacking exp"))),a.createElement(s.a,null,a.createElement(o.a,{className:e.noborder},a.createElement(u.a,null,"└ Online production rate:")),a.createElement(o.a,{className:e.noborder,align:"left"},a.createElement(u.a,null,a.createElement(_.a,{money:E})))),a.createElement(s.a,null,a.createElement(o.a,{className:e.noborder,colSpan:1}),a.createElement(o.a,{className:e.noborder,align:"left"},a.createElement(u.a,null," ",r.a.formatExp(L)+" hacking exp / sec"))),a.createElement(s.a,null,a.createElement(o.a,{className:e.noborder},a.createElement(u.a,null,"└ Total offline production:")),a.createElement(o.a,{className:e.noborder,align:"left"},a.createElement(u.a,null,a.createElement(S.a,{money:b.runningScript.offlineMoneyMade})))),a.createElement(s.a,null,a.createElement(o.a,{className:e.noborder,colSpan:1}),a.createElement(o.a,{className:e.noborder,align:"left"},a.createElement(u.a,null," ",r.a.formatExp(b.runningScript.offlineExpGained)+" hacking exp"))))),a.createElement(m.a,{onClick:function(){C.c.emit(b.runningScript)}},"LOG"))))}},function(t,e,n){"use strict";n.d(e,"a",(function(){return k}));var a=n(0),r=n.n(a),i=n(1446),o=n(1447),s=n(1448),l=n(364),c=n(15),f=n(25),u=n(22),m=n(1),h=n(10),d=n(3),p=n(1449),g=n(5),b=n(1451),y=n(224),E=n(108);function v({faction:t,rerender:e,onAugmentations:n}){const[i,v]=Object(a.useState)(!1),k=t.getInfo();function w(){m.a.startFocusing(),u.b.toWork()}const S=m.a.gang&&m.a.getGangName()===t.name,_=Math.floor(c.a.BaseFavorToDonate*f.a.RepToDonateToFaction),C=t.favor>=_,x=t.name===g.a.TheCovenant&&10===m.a.bitNodeN;return r.a.createElement(r.a.Fragment,null,r.a.createElement(h.a,{onClick:()=>u.b.toFactions()},"Back"),r.a.createElement(d.a,{variant:"h4",color:"primary"},t.name),r.a.createElement(s.a,{faction:t,factionInfo:k}),r.a.createElement(b.a,{faction:t}),!S&&k.offerHackingWork&&r.a.createElement(l.a,{buttonText:"Hacking Contracts",infoText:"Complete hacking contracts for your faction. Your effectiveness, which determines how much reputation you gain for this faction, is based on your hacking skill. You will gain hacking exp.",onClick:()=>function(t){m.a.startWork(new y.a({singularity:!1,faction:t.name,factionWorkType:E.a.HACKING})),w()}(t)}),!S&&k.offerFieldWork&&r.a.createElement(l.a,{buttonText:"Field Work",infoText:"Carry out field missions for your faction. Your effectiveness, which determines how much reputation you gain for this faction, is based on all of your stats. You will gain exp for all stats.",onClick:()=>function(t){m.a.startWork(new y.a({singularity:!1,faction:t.name,factionWorkType:E.a.FIELD})),w()}(t)}),!S&&k.offerSecurityWork&&r.a.createElement(l.a,{buttonText:"Security Work",infoText:"Serve in a security detail for your faction. Your effectiveness, which determines how much reputation you gain for this faction, is based on your combat stats. You will gain exp for all combat stats.",onClick:()=>function(t){m.a.startWork(new y.a({singularity:!1,faction:t.name,factionWorkType:E.a.SECURITY})),w()}(t)}),!S&&k.offersWork()&&r.a.createElement(o.a,{faction:t,rerender:e,favorToDonate:_,disabled:!C}),r.a.createElement(l.a,{buttonText:"Purchase Augmentations",infoText:"As your reputation with this faction rises, you will unlock Augmentations, which you can purchase to enhance your abilities.",onClick:n}),x&&r.a.createElement(r.a.Fragment,null,r.a.createElement(l.a,{buttonText:"Purchase & Upgrade Duplicate Sleeves",infoText:"Purchase Duplicate Sleeves and upgrades. These are permanent!",onClick:()=>v(!0)}),r.a.createElement(p.a,{open:i,onClose:()=>v(!1)})))}function k(t){const e=Object(a.useState)(!1)[1],[n,o]=Object(a.useState)(t.augPage);function s(){e(t=>!t)}Object(a.useEffect)(()=>{const t=setInterval(s,200);return()=>clearInterval(t)},[]);const l=t.faction;return m.a.factions.includes(l.name)?n?r.a.createElement(i.a,{faction:l,routeToMainPage:()=>o(!1)}):r.a.createElement(v,{rerender:s,faction:l,onAugmentations:()=>o(!0)}):r.a.createElement(r.a.Fragment,null,r.a.createElement(d.a,{variant:"h4",color:"primary"},"You have not joined ",l.name," yet!"),r.a.createElement(h.a,{onClick:()=>u.b.toFactions()},"Back to Factions"))}},function(t,e,n){"use strict";n.d(e,"a",(function(){return S}));var a=n(3),r=n(246),i=n(10),o=n(47),s=n(21),l=n(23),c=n(0),f=n.n(c),u=n(72),m=n(114),h=n(13),d=n(669),p=n(177),g=n(6),b=n(1),y=n(7),E=n(338),v=n(144),k=n(5),w=n(101);function S(t){const e=Object(c.useState)(!1)[1];function n(){e(t=>!t)}function S(){return Object(w.a)(t.faction)}function _(t){g.a.PurchaseAugmentationsOrder=t,n()}const C=function(){switch(g.a.PurchaseAugmentationsOrder){case p.b.Cost:return function(){const t=S();return t.sort((t,e)=>{const n=u.a[t],a=u.a[e];if(null==n||null==a)throw new Error("Invalid Augmentation Names");return n.getCost().moneyCost-a.getCost().moneyCost}),t}();case p.b.Reputation:return function(){const t=S();return t.sort((t,e)=>{const n=u.a[t],a=u.a[e];if(null==n||null==a)throw new Error("Invalid Augmentation Names");return n.getCost().repCost-a.getCost().repCost}),t}();case p.b.Purchasable:return function(){const e=S();function n(e){const n=u.a[e],a=n.getCost(),r=a.repCost,i=t.faction.playerReputation>=r,o=Object(w.b)(n);return 0!==a.moneyCost&&b.a.money>a.moneyCost&&i&&o}const a=e.filter(n).sort((t,e)=>{const n=u.a[t],a=u.a[e];if(null==n||null==a)throw new Error("Invalid Augmentation Names");return n.getCost().moneyCost-a.getCost().moneyCost}),r=e.filter(t=>!n(t)).sort((t,e)=>{const n=u.a[t],a=u.a[e];if(null==n||null==a)throw new Error("Invalid Augmentation Names");return n.getCost().repCost-a.getCost().repCost});return a.concat(r)}();default:return S()}}(),x=C.filter(t=>t===h.a.NeuroFluxGovernor||!b.a.augmentations.some(e=>e.name===t)&&!b.a.queuedAugmentations.some(e=>e.name===t)),L=C.filter(t=>!x.includes(t)),O=t.faction.name!==k.a.ShadowsOfAnarchy?f.a.createElement(a.a,null,f.a.createElement("b",null,"Price multiplier:")," x ",y.a.formatReallyBigNumber(Object(m.d)())):f.a.createElement(f.a.Fragment,null);return f.a.createElement(f.a.Fragment,null,f.a.createElement(r.a,{disableGutters:!0,maxWidth:"lg",sx:{mx:0}},f.a.createElement(i.a,{onClick:t.routeToMainPage},"Back"),f.a.createElement(a.a,{variant:"h4"},"Faction Augmentations - ",t.faction.name),f.a.createElement(o.a,{sx:{p:1,mb:1}},f.a.createElement(a.a,null,"These are all of the Augmentations that are available to purchase from ",f.a.createElement("b",null,t.faction.name),". Augmentations are powerful upgrades that will enhance your abilities.",f.a.createElement("br",null)),f.a.createElement(s.a,{sx:{display:"grid",gridTemplateColumns:`repeat(${t.faction.name===k.a.ShadowsOfAnarchy?"2":"3"}, 1fr)`,justifyItems:"center",my:1}},f.a.createElement(l.a,{title:f.a.createElement(a.a,null,"The price of every Augmentation increases for every queued Augmentation and it is reset when you install them.")},O),f.a.createElement(a.a,null,f.a.createElement("b",null,"Reputation:")," ",f.a.createElement(v.a,{reputation:t.faction.playerReputation})),f.a.createElement(a.a,null,f.a.createElement("b",null,"Favor:")," ",f.a.createElement(E.a,{favor:Math.floor(t.faction.favor)}))),f.a.createElement(s.a,{sx:{display:"grid",gridTemplateColumns:"repeat(4, 1fr)"}},f.a.createElement(i.a,{onClick:()=>_(p.b.Cost)},"Sort by Cost"),f.a.createElement(i.a,{onClick:()=>_(p.b.Reputation)},"Sort by Reputation"),f.a.createElement(i.a,{onClick:()=>_(p.b.Default)},"Sort by Default Order"),f.a.createElement(i.a,{onClick:()=>_(p.b.Purchasable)},"Sort by Purchasable")))),f.a.createElement(d.a,{augNames:x,ownedAugNames:L,canPurchase:e=>{const n=e.getCost();return Object(w.b)(e)&&t.faction.playerReputation>=n.repCost&&(0===n.moneyCost||b.a.money>n.moneyCost)},purchaseAugmentation:(e,a)=>{g.a.SuppressBuyAugmentationConfirmation?(Object(w.f)(e,t.faction),n()):a(!0)},rep:t.faction.playerReputation,faction:t.faction}))}},function(t,e,n){"use strict";n.d(e,"a",(function(){return b}));var a=n(0),r=n.n(a),i=n(15),o=n(1),s=n(544),l=n(338),c=n(24),f=n(144),u=n(19),m=n(269),h=n(3),d=n(47),p=n(10),g=n(237);function b(t){const[e,n]=Object(a.useState)(NaN),b=(i.a.DonateMoneyToRepDivisor+"").length-1;function y(){return!isNaN(e)&&(!(isNaN(e)||e<=0)&&!(o.a.moneyObject(c.a)({noformat:{whiteSpace:"pre-wrap",lineHeight:"1em"}}));function d(){return r.a.createElement(f.a,null,"Perform work/carry out assignments for your faction to help further its cause! By doing so you will earn reputation for your faction. You will also gain reputation passively over time, although at a very slow rate. Earning reputation will allow you to purchase Augmentations through this faction, which are powerful upgrades that enhance your abilities.")}function p(t){var e;const n=Object(a.useState)(!1)[1];function l(){n(t=>!t)}Object(a.useEffect)(()=>{const t=setInterval(l,200);return()=>clearInterval(t)},[]);const c=h(),p=null!==(e=t.factionInfo.assignment)&&void 0!==e?e:d,g=t.faction.getFavorGain();return r.a.createElement(r.a.Fragment,null,r.a.createElement(f.a,{classes:{root:c.noformat}},t.factionInfo.infoText),r.a.createElement(f.a,null,"-------------------------"),r.a.createElement(m.a,{display:"flex"},r.a.createElement(u.a,{title:r.a.createElement(r.a.Fragment,null,r.a.createElement(f.a,null,"You will have ",r.a.createElement(o.a,{favor:Math.floor(t.faction.favor+g)})," faction favor after installing an Augmentation."),r.a.createElement(s.a,null,"\\(\\huge{r = \\text{total faction reputation}}\\)"),r.a.createElement(s.a,null,"\\(\\huge{favor=1+\\left\\lfloor\\log_{1.02}\\left(\\frac{r+25000}{25500}\\right)\\right\\rfloor}\\)"))},r.a.createElement(f.a,null,"Reputation: ",r.a.createElement(i.a,{reputation:t.faction.playerReputation})))),r.a.createElement(f.a,null,"-------------------------"),r.a.createElement(m.a,{display:"flex"},r.a.createElement(u.a,{title:r.a.createElement(r.a.Fragment,null,r.a.createElement(f.a,null,"Faction favor increases the rate at which you earn reputation for this faction by 1% per favor. Faction favor is gained whenever you install an Augmentation. The amount of favor you gain depends on the total amount of reputation you earned with this faction. Across all resets."),r.a.createElement(s.a,null,"\\(\\huge{r = reputation}\\)"),r.a.createElement(s.a,null,"\\(\\huge{\\Delta r = \\Delta r \\times \\frac{100+favor}{100}}\\)"))},r.a.createElement(f.a,null,"Faction Favor: ",r.a.createElement(o.a,{favor:Math.floor(t.faction.favor)})))),r.a.createElement(f.a,null,"-------------------------"),r.a.createElement(p,null))}},function(t,e,n){"use strict";n.d(e,"a",(function(){return p}));var a=n(0),r=n.n(a),i=n(1450),o=n(634),s=n(514),l=n(24),c=n(40),f=n(1),u=n(19),m=n(3),h=n(10),d=n(5);function p(t){const[e,n]=Object(a.useState)(0);function p(){return Math.pow(10,f.a.sleevesFromCovenant)*s.a}function g(){n(e+1)}let b=!1;f.a.canAfford(p())||(b=!0),f.a.sleevesFromCovenant>=s.b&&(b=!0);const y=[];for(let t=0;t=s.b||(f.a.canAfford(p())?(f.a.loseMoney(p(),"sleeves"),f.a.sleevesFromCovenant+=1,f.a.sleeves.push(new o.a),g()):Object(u.a)("You cannot afford to purchase a Duplicate Sleeve"))}},"Purchase - ",r.a.createElement(l.a,{money:p(),forPurchase:!0}))),r.a.createElement("br",null),r.a.createElement("br",null),r.a.createElement(m.a,null,"You can also purchase upgrades for your Sleeves. These upgrades are also permanent."),y))}},function(t,e,n){"use strict";n.d(e,"a",(function(){return h}));var a=n(0),r=n.n(a),i=n(1),o=n(7),s=n(24),l=n(3),c=n(87),f=n(10),u=n(21),m=n(47);function h(t){const[e,n]=Object(a.useState)(1);function h(){if(isNaN(e))return 1/0;const n=100-t.sleeve.memory;return e>n?1/0:t.sleeve.getMemoryUpgradeCost(e)}const d=h(),p=!i.a.canAfford(d);let g=r.a.createElement(r.a.Fragment,null);return g=isNaN(e)?r.a.createElement(r.a.Fragment,null,"Invalid value"):r.a.createElement(r.a.Fragment,null,"Purchase ",e," memory - ",r.a.createElement(s.a,{money:d,forPurchase:!0})),r.a.createElement(m.a,{sx:{my:1,p:1}},r.a.createElement(l.a,{variant:"h6",color:"primary"},"Upgrade Memory of Sleeve ",t.index),r.a.createElement(l.a,null,"Purchase a memory upgrade for your sleeve. Note that a sleeve's max memory is 100 (current:"," ",o.a.formatSleeveMemory(t.sleeve.memory),")"),r.a.createElement(u.a,{display:"flex",flexDirection:"row",alignItems:"center"},r.a.createElement(l.a,null,"Amount of memory to purchase (must be an integer): "),r.a.createElement(c.a,{onChange:function(e){let a=parseInt(e.target.value);isNaN(a)&&(a=1),a<1&&(a=1);const r=100-t.sleeve.memory;a>r&&(a=r),n(a)},type:"number",value:e})),r.a.createElement("br",null),r.a.createElement(f.a,{disabled:p,onClick:function(){const n=h();i.a.canAfford(n)&&(t.sleeve.upgradeMemory(e),i.a.loseMoney(n,"sleeves"),t.rerender())}},g))}},function(t,e,n){"use strict";n.d(e,"a",(function(){return d}));var a=n(3),r=n(21),i=n(47),o=n(23),s=n(10),l=n(0),c=n.n(l),f=n(190),u=n(22),m=n(1),h=n(1452);function d({faction:t}){const[e,n]=Object(l.useState)(!1);if(!f.a.Names.includes(t.name)||!m.a.isAwareOfGang()||m.a.gang&&m.a.getGangName()!==t.name)return c.a.createElement(c.a.Fragment,null);let d={enabled:!1,title:"",tooltip:"",description:""};d=m.a.gang?{enabled:!0,title:"Manage Gang",tooltip:"",description:"Manage a gang for this Faction. Gangs will earn you money and faction reputation"}:{enabled:m.a.canAccessGang(),title:"Create Gang",tooltip:m.a.canAccessGang()?"":c.a.createElement(a.a,null,"Unlocked when reaching ",f.a.GangKarmaRequirement," karma"),description:"Create a gang for this Faction. Gangs will earn you money and faction reputation"};return c.a.createElement(c.a.Fragment,null,c.a.createElement(r.a,null,c.a.createElement(i.a,{sx:{my:1,p:1}},c.a.createElement(o.a,{title:d.tooltip},c.a.createElement("span",null,c.a.createElement(s.a,{onClick:()=>{if(m.a.inGang())return u.b.toGang();n(!0)},disabled:!d.enabled},d.title))),c.a.createElement(a.a,null,d.description))),c.a.createElement(h.a,{facName:t.name,open:e,onClose:()=>n(!1)}))}},function(t,e,n){"use strict";n.d(e,"a",(function(){return m}));var a=n(0),r=n.n(a),i=n(40),o=n(22),s=n(1),l=n(3),c=n(10),f=n(31),u=n(5);function m(t){function e(){return[u.a.NiteSec,u.a.TheBlackHand].includes(t.facName)}function n(){s.a.startGang(t.facName,e()),t.onClose(),o.b.toGang()}return r.a.createElement(i.a,{open:t.open,onClose:t.onClose},r.a.createElement(l.a,null,"Would you like to create a new Gang with ",t.facName,"?",r.a.createElement("br",null),r.a.createElement("br",null),"Note that this will prevent you from creating a Gang with any other Faction until this BitNode is destroyed. It also resets your reputation with this faction.",r.a.createElement("br",null),r.a.createElement("br",null),e()?"This is a HACKING gang. Members in this gang will have different tasks than COMBAT gangs. Compared to combat gangs, progression with hacking gangs is more straightforward as territory warfare is not as important.":"This is a COMBAT gang. Members in this gang will have different tasks than HACKING gangs. Compared to hacking gangs, progression with combat gangs can be more difficult as territory management is more important. However, well-managed combat gangs can progress faster than hacking ones.",r.a.createElement("br",null),r.a.createElement("br",null),"Other than hacking vs combat, there are NO differences between the Factions you can create a Gang with, and each of these Factions have all Augmentations available."),r.a.createElement(c.a,{onClick:n,onKeyUp:function(t){t.key===f.a.ENTER&&n()},autoFocus:!0},"Create Gang"))}},function(t,e,n){"use strict";n.d(e,"a",(function(){return N}));var a=n(3),r=n(160),i=n(161),o=n(47),s=n(246),l=n(21),c=n(112),f=n(23),u=n(1539),m=n(720),h=n(0),d=n.n(h),p=n(151),g=n(25),b=n(676),y=n(42),E=n(193),v=n(6),k=n(29),w=n(1),S=n(7),_=n(40),C=n(24),x=n(73),L=n(257),O=n(132);const M=({open:t,onClose:e})=>d.a.createElement(_.a,{open:t,onClose:e},d.a.createElement(d.a.Fragment,null,d.a.createElement(a.a,{variant:"h5"},"All Employers"),d.a.createElement("ul",null,Object.keys(w.a.jobs).map(t=>d.a.createElement(a.a,{key:t},"* ",t)))));function A(t){var e;return d.a.createElement(r.a,{sx:{display:"table",width:"100%",mb:!0===(null!==(e=t.noMargin)&&void 0!==e&&e)?0:2}},d.a.createElement(i.a,null,t.rows.map(e=>{const{mult:n,value:r,effValue:i=null,color:o=t.color}=e;return null!==i&&i!==r&&w.a.sourceFileLvl(5)>0?d.a.createElement(x.a,{key:n,name:n,color:o,data:{}},d.a.createElement(d.a.Fragment,null,d.a.createElement(a.a,{color:o},d.a.createElement("span",{style:{opacity:.5}},S.a.formatPercentage(r))," ",S.a.formatPercentage(i)))):d.a.createElement(x.a,{key:n,name:n,color:o,data:{content:S.a.formatPercentage(r)}})})))}function T(){if(w.a.sourceFiles.length>0){const t="BitNode"+w.a.bitNodeN,e=Math.min(w.a.sourceFileLvl(w.a.bitNodeN)+1,12===w.a.bitNodeN?1/0:3);return d.a.createElement(o.a,{sx:{mb:1,p:1}},d.a.createElement(a.a,{variant:"h5"},"BitNode ",w.a.bitNodeN,": ",p.a[t].name," (Level ",e,")"),d.a.createElement(a.a,{sx:{whiteSpace:"pre-wrap",overflowWrap:"break-word"}},p.a[t].info))}return d.a.createElement(d.a.Fragment,null)}function R({open:t,onClose:e}){function n(t){const e=[["Total:",d.a.createElement(C.a,{money:t.total})]];return t.augmentations&&e.push(["Augmentations:",d.a.createElement(C.a,{money:t.augmentations})]),t.bladeburner&&e.push(["Bladeburner:",d.a.createElement(C.a,{money:t.bladeburner})]),t.casino&&e.push(["Casino:",d.a.createElement(C.a,{money:t.casino})]),t.codingcontract&&e.push(["Coding Contracts:",d.a.createElement(C.a,{money:t.codingcontract})]),t.work&&e.push(["Company Work:",d.a.createElement(C.a,{money:t.work})]),t.class&&e.push(["Class:",d.a.createElement(C.a,{money:t.class})]),t.corporation&&e.push(["Corporation:",d.a.createElement(C.a,{money:t.corporation})]),t.crime&&e.push(["Crimes:",d.a.createElement(C.a,{money:t.crime})]),t.gang&&e.push(["Gang:",d.a.createElement(C.a,{money:t.gang})]),t.hacking&&e.push(["Hacking:",d.a.createElement(C.a,{money:t.hacking})]),t.hacknet&&e.push(["Hacknet Nodes:",d.a.createElement(C.a,{money:t.hacknet})]),t.hacknet_expenses&&e.push(["Hacknet Nodes Expenses:",d.a.createElement(C.a,{money:t.hacknet_expenses})]),t.hospitalization&&e.push(["Hospitalization:",d.a.createElement(C.a,{money:t.hospitalization})]),t.infiltration&&e.push(["Infiltration:",d.a.createElement(C.a,{money:t.infiltration})]),t.servers&&e.push(["Servers:",d.a.createElement(C.a,{money:t.servers})]),t.stock&&e.push(["Stock Market:",d.a.createElement(C.a,{money:t.stock})]),t.sleeves&&e.push(["Sleeves:",d.a.createElement(C.a,{money:t.sleeves})]),t.other&&e.push(["Other:",d.a.createElement(C.a,{money:t.other})]),d.a.createElement(L.a,{rows:e,wide:!0})}let r=d.a.createElement(d.a.Fragment,null,d.a.createElement(a.a,{variant:"h6",color:"primary"},"Money earned since you last installed Augmentations"),d.a.createElement("br",null),n(w.a.moneySourceA));return 0!==w.a.sourceFiles.length&&(r=d.a.createElement(d.a.Fragment,null,r,d.a.createElement("br",null),d.a.createElement("br",null),d.a.createElement(a.a,{variant:"h6",color:"primary"},"Money earned in this BitNode"),d.a.createElement("br",null),n(w.a.moneySourceB))),d.a.createElement(_.a,{open:t,onClose:e},r)}function N(){const[t,e]=Object(h.useState)(!1),[n,S]=Object(h.useState)(!1),_=Object(h.useState)(!1)[1];function L(){_(t=>!t)}Object(h.useEffect)(()=>{const t=setInterval(L,200);return()=>clearInterval(t)},[]);const N=[["Since last Augmentation installation",Object(k.b)(w.a.playtimeSinceLastAug)]];w.a.sourceFiles.length>0&&N.push(["Since last Bitnode destroyed",Object(k.b)(w.a.playtimeSinceLastBitnode)]),N.push(["Total",Object(k.b)(w.a.totalPlaytime)]);let P=!1;if(w.a.sourceFileLvl(5)>0){const t=w.a.bitNodeN,e=12===t?1/0:3,n=Object(p.c)(t,Math.min(w.a.sourceFileLvl(t)+1,e));P=!Object(O.isEqual)(n,p.b)}return d.a.createElement(s.a,{maxWidth:"lg",disableGutters:!0,sx:{mx:0}},d.a.createElement(a.a,{variant:"h4"},"Stats"),d.a.createElement(l.a,{sx:{display:"grid",gridTemplateColumns:"1fr 1fr",minWidth:"fit-content",mb:1,gap:1}},d.a.createElement(o.a,{sx:{p:1}},d.a.createElement(a.a,{variant:"h5"},"General"),d.a.createElement(r.a,null,d.a.createElement(i.a,null,d.a.createElement(x.a,{name:"Current City",color:v.a.theme.primary,data:{content:w.a.city}}),d.a.createElement(x.a,{name:"Money",color:v.a.theme.money,data:{}},d.a.createElement(d.a.Fragment,null,d.a.createElement(C.a,{money:w.a.money}),d.a.createElement(c.a,{onClick:()=>e(!0),sx:{p:0}},d.a.createElement(u.a,{color:"info"})))),w.a.jobs&&0!==Object.keys(w.a.jobs).length?d.a.createElement(x.a,{name:"All Employers",color:v.a.theme.primary,data:{}},d.a.createElement(d.a.Fragment,null,d.a.createElement("span",{style:{color:v.a.theme.primary}},Object.keys(w.a.jobs).length," total"),d.a.createElement(c.a,{onClick:()=>S(!0),sx:{p:0}},d.a.createElement(u.a,{color:"info"})))):d.a.createElement(d.a.Fragment,null),d.a.createElement(x.a,{name:"Servers Owned",color:v.a.theme.primary,data:{content:`${w.a.purchasedServers.length} / ${Object(E.b)()}`}}),d.a.createElement(x.a,{name:`Hacknet ${9===w.a.bitNodeN||w.a.sourceFileLvl(9)>0?"Servers":"Nodes"} owned`,color:v.a.theme.primary,data:{content:`${w.a.hacknetNodes.length}${9===w.a.bitNodeN||w.a.sourceFileLvl(9)>0?" / "+y.b.MaxServers:""}`}}),d.a.createElement(x.a,{name:"Augmentations Installed",color:v.a.theme.primary,data:{content:String(w.a.augmentations.length)}})))),d.a.createElement(o.a,{sx:{p:1}},d.a.createElement(a.a,{variant:"h5"},"Skills"),d.a.createElement(r.a,null,d.a.createElement(i.a,null,d.a.createElement(x.a,{name:"Hacking",color:v.a.theme.hack,data:{level:w.a.skills.hacking,exp:w.a.exp.hacking}}),d.a.createElement(x.a,{name:"Strength",color:v.a.theme.combat,data:{level:w.a.skills.strength,exp:w.a.exp.strength}}),d.a.createElement(x.a,{name:"Defense",color:v.a.theme.combat,data:{level:w.a.skills.defense,exp:w.a.exp.defense}}),d.a.createElement(x.a,{name:"Dexterity",color:v.a.theme.combat,data:{level:w.a.skills.dexterity,exp:w.a.exp.dexterity}}),d.a.createElement(x.a,{name:"Agility",color:v.a.theme.combat,data:{level:w.a.skills.agility,exp:w.a.exp.agility}}),d.a.createElement(x.a,{name:"Charisma",color:v.a.theme.cha,data:{level:w.a.skills.charisma,exp:w.a.exp.charisma}}),w.a.skills.intelligence>0&&(5===w.a.bitNodeN||w.a.sourceFileLvl(5)>0)&&d.a.createElement(x.a,{name:"Intelligence",color:v.a.theme.int,data:{level:w.a.skills.intelligence,exp:w.a.exp.intelligence}}))))),d.a.createElement(o.a,{sx:{p:1,mb:1}},d.a.createElement(a.a,{variant:"h5",color:"primary",sx:{display:"flex",alignItems:"center",flexWrap:"wrap"}},"Multipliers",w.a.sourceFileLvl(5)>0&&d.a.createElement(f.a,{title:d.a.createElement(a.a,null,"Displays your current multipliers.",d.a.createElement("br",null),d.a.createElement("br",null),"When there is a dim number next to a multiplier, that means that the multiplier in question is being affected by BitNode multipliers.",d.a.createElement("br",null),d.a.createElement("br",null),"The dim number is the raw multiplier, and the undimmed number is the effective multiplier, as dictated by the BitNode.")},d.a.createElement(m.a,{sx:{ml:1,mb:.5},color:"info"}))),d.a.createElement(l.a,{sx:{display:"grid",gridTemplateColumns:"1fr 1fr",gap:1}},d.a.createElement(l.a,null,d.a.createElement(A,{rows:[{mult:"Hacking Chance",value:w.a.mults.hacking_chance},{mult:"Hacking Speed",value:w.a.mults.hacking_speed},{mult:"Hacking Money",value:w.a.mults.hacking_money,effValue:w.a.mults.hacking_money*g.a.ScriptHackMoney},{mult:"Hacking Growth",value:w.a.mults.hacking_grow,effValue:w.a.mults.hacking_grow*g.a.ServerGrowthRate}],color:v.a.theme.hack}),d.a.createElement(A,{rows:[{mult:"Hacking Level",value:w.a.mults.hacking,effValue:w.a.mults.hacking*g.a.HackingLevelMultiplier},{mult:"Hacking Experience",value:w.a.mults.hacking_exp,effValue:w.a.mults.hacking_exp*g.a.HackExpGain}],color:v.a.theme.hack}),d.a.createElement(A,{rows:[{mult:"Strength Level",value:w.a.mults.strength,effValue:w.a.mults.strength*g.a.StrengthLevelMultiplier},{mult:"Strength Experience",value:w.a.mults.strength_exp}],color:v.a.theme.combat}),d.a.createElement(A,{rows:[{mult:"Defense Level",value:w.a.mults.defense,effValue:w.a.mults.defense*g.a.DefenseLevelMultiplier},{mult:"Defense Experience",value:w.a.mults.defense_exp}],color:v.a.theme.combat}),d.a.createElement(A,{rows:[{mult:"Dexterity Level",value:w.a.mults.dexterity,effValue:w.a.mults.dexterity*g.a.DexterityLevelMultiplier},{mult:"Dexterity Experience",value:w.a.mults.dexterity_exp}],color:v.a.theme.combat}),d.a.createElement(A,{rows:[{mult:"Agility Level",value:w.a.mults.agility,effValue:w.a.mults.agility*g.a.AgilityLevelMultiplier},{mult:"Agility Experience",value:w.a.mults.agility_exp}],color:v.a.theme.combat}),d.a.createElement(A,{rows:[{mult:"Charisma Level",value:w.a.mults.charisma,effValue:w.a.mults.charisma*g.a.CharismaLevelMultiplier},{mult:"Charisma Experience",value:w.a.mults.charisma_exp}],color:v.a.theme.cha,noMargin:!0})),d.a.createElement(l.a,null,d.a.createElement(A,{rows:[{mult:"Hacknet Node Production",value:w.a.mults.hacknet_node_money,effValue:w.a.mults.hacknet_node_money*g.a.HacknetNodeMoney},{mult:"Hacknet Node Purchase Cost",value:w.a.mults.hacknet_node_purchase_cost},{mult:"Hacknet Node RAM Upgrade Cost",value:w.a.mults.hacknet_node_ram_cost},{mult:"Hacknet Node Core Purchase Cost",value:w.a.mults.hacknet_node_core_cost},{mult:"Hacknet Node Level Upgrade Cost",value:w.a.mults.hacknet_node_level_cost}],color:v.a.theme.primary}),d.a.createElement(A,{rows:[{mult:"Company Reputation Gain",value:w.a.mults.company_rep,color:v.a.theme.rep},{mult:"Faction Reputation Gain",value:w.a.mults.faction_rep,effValue:w.a.mults.faction_rep*g.a.FactionWorkRepGain,color:v.a.theme.rep},{mult:"Salary",value:w.a.mults.work_money,effValue:w.a.mults.work_money*g.a.CompanyWorkMoney,color:v.a.theme.money}],color:v.a.theme.money}),d.a.createElement(A,{rows:[{mult:"Crime Success Chance",value:w.a.mults.crime_success},{mult:"Crime Money",value:w.a.mults.crime_money,effValue:w.a.mults.crime_money*g.a.CrimeMoney,color:v.a.theme.money}],color:v.a.theme.combat}),w.a.canAccessBladeburner()&&g.a.BladeburnerRank>0&&d.a.createElement(A,{rows:[{mult:"Bladeburner Success Chance",value:w.a.mults.bladeburner_success_chance},{mult:"Bladeburner Max Stamina",value:w.a.mults.bladeburner_max_stamina},{mult:"Bladeburner Stamina Gain",value:w.a.mults.bladeburner_stamina_gain},{mult:"Bladeburner Field Analysis",value:w.a.mults.bladeburner_analysis}],color:v.a.theme.primary,noMargin:!0})))),d.a.createElement(o.a,{sx:{p:1,mb:1}},d.a.createElement(a.a,{variant:"h5"},"Time Played"),d.a.createElement(r.a,null,d.a.createElement(i.a,null,N.map(([t,e])=>d.a.createElement(x.a,{key:t,name:t,color:v.a.theme.primary,data:{content:e}}))))),d.a.createElement(T,null),P&&d.a.createElement(o.a,{sx:{p:1,mb:1}},d.a.createElement(a.a,{variant:"h5"},"BitNode Multipliers"),d.a.createElement(b.a,{n:w.a.bitNodeN})),d.a.createElement(R,{open:t,onClose:()=>e(!1)}),d.a.createElement(M,{open:n,onClose:()=>S(!1)}))}},function(t,e,n){"use strict";n.d(e,"a",(function(){return l}));var a=n(0),r=n.n(a),i=n(1455),o=n(1456),s=n(1);function l(t){const e=Object(a.useState)(!1)[1];function n(){e(t=>!t)}return Object(a.useEffect)(()=>{const t=setInterval(n,200);return()=>clearInterval(t)},[]),r.a.createElement(r.a.Fragment,null,r.a.createElement(i.a,{rerender:n}),s.a.hasWseAccount&&r.a.createElement(o.a,{stockMarket:t.stockMarket}))}},function(t,e,n){"use strict";n.d(e,"a",(function(){return C}));var a=n(0),r=n.n(a),i=n(234),o=n(15),s=n(1),l=n(24),c=n(97),f=n(3),u=n(146),m=n(10),h=n(23),d=n(112),p=n(310),g=n.n(p),b=n(339),y=n.n(b),E=n(486),v=n(5);function k(t){if(s.a.has4SDataTixApi)return r.a.createElement(f.a,null,"Market Data TIX API Access ",r.a.createElement(y.a,null));{const e=Object(i.b)();return r.a.createElement(h.a,{title:s.a.hasTixApiAccess?r.a.createElement(f.a,null,"Let you access 4S Market Data through Netscript"):r.a.createElement(f.a,null,"Requires TIX API Access")},r.a.createElement("span",null,r.a.createElement(m.a,{disabled:!s.a.hasTixApiAccess||!s.a.canAfford(e),onClick:function(){s.a.has4SDataTixApi||s.a.canAfford(Object(i.b)())&&(s.a.has4SDataTixApi=!0,s.a.loseMoney(Object(i.b)(),"stock"),t.rerender())}},"Buy 4S Market Data TIX API Access - ",r.a.createElement(l.a,{money:e,forPurchase:!0}))))}}function w(t){if(s.a.hasWseAccount)return r.a.createElement(f.a,null,"WSE Account ",r.a.createElement(y.a,null));const e=o.a.WSEAccountCost;return r.a.createElement(r.a.Fragment,null,r.a.createElement(f.a,null,"To begin trading, you must first purchase an account:"),r.a.createElement(m.a,{disabled:!s.a.canAfford(e),onClick:function(){s.a.hasWseAccount||s.a.canAfford(o.a.WSEAccountCost)&&(s.a.hasWseAccount=!0,Object(c.e)(),s.a.loseMoney(o.a.WSEAccountCost,"stock"),t.rerender())}},"Buy WSE Account - ",r.a.createElement(l.a,{money:e,forPurchase:!0})))}function S(t){if(s.a.hasTixApiAccess)return r.a.createElement(f.a,null,"TIX API Access ",r.a.createElement(y.a,null));{const e=o.a.TIXAPICost;return r.a.createElement(m.a,{disabled:!s.a.canAfford(e)||!s.a.hasWseAccount,onClick:function(){s.a.hasTixApiAccess||s.a.canAfford(o.a.TIXAPICost)&&(s.a.hasTixApiAccess=!0,s.a.loseMoney(o.a.TIXAPICost,"stock"),t.rerender())}},"Buy Trade Information eXchange (TIX) API Access - ",r.a.createElement(l.a,{money:e,forPurchase:!0}))}}function _(t){if(s.a.has4SData)return r.a.createElement(f.a,null,"4S Market Data Access ",r.a.createElement(y.a,null));{const e=Object(i.a)();return r.a.createElement(h.a,{title:r.a.createElement(f.a,null,"Lets you view additional pricing and volatility information about stocks")},r.a.createElement("span",null,r.a.createElement(m.a,{disabled:!s.a.canAfford(e)||!s.a.hasWseAccount,onClick:function(){s.a.has4SData||s.a.canAfford(Object(i.a)())&&(s.a.has4SData=!0,s.a.loseMoney(Object(i.a)(),"stock"),t.rerender())}},"Buy 4S Market Data Access - ",r.a.createElement(l.a,{money:e,forPurchase:!0}))))}}function C(t){const[e,n]=Object(a.useState)(!1);return r.a.createElement(r.a.Fragment,null,r.a.createElement(f.a,null,"Welcome to the World Stock Exchange (WSE)!"),r.a.createElement(u.a,{href:"https://bitburner.readthedocs.io/en/latest/basicgameplay/stockmarket.html",target:"_blank"},r.a.createElement(f.a,null,"Investopedia")),r.a.createElement("br",null),r.a.createElement(w,t),r.a.createElement(f.a,{variant:"h5",color:"primary"},"Trade Information eXchange (TIX) API"),r.a.createElement(f.a,null,"TIX, short for Trade Information eXchange, is the communications protocol used by the WSE. Purchasing access to the TIX API lets you write code to create your own algorithmic/automated trading strategies."),r.a.createElement(S,t),r.a.createElement(f.a,{variant:"h5",color:"primary"},v.a.FourSigma," (4S) Market Data Feed"),r.a.createElement(f.a,null,v.a.FourSigma,"'s (4S) Market Data Feed provides information about stocks that will help your trading strategies.",r.a.createElement(d.a,{onClick:()=>n(!0)},r.a.createElement(g.a,null))),r.a.createElement(k,t),r.a.createElement(_,t),r.a.createElement(f.a,null,"Commission Fees: Every transaction you make has a"," ",r.a.createElement(l.a,{money:o.a.StockMarketCommission,forPurchase:!0})," commission fee."),r.a.createElement("br",null),r.a.createElement(f.a,null,"WARNING: When you reset after installing Augmentations, the Stock Market is reset. You will retain your WSE Account, access to the TIX API, and 4S Market Data access. However, all of your stock positions are lost, so make sure to sell your stocks before installing Augmentations!"),r.a.createElement(E.a,{open:e,onClose:()=>n(!1)},r.a.createElement(f.a,null,"Access to the 4S Market Data feed will display two additional pieces of information about each stock: Price Forecast & Volatility",r.a.createElement("br",null),r.a.createElement("br",null),"Price Forecast indicates the probability the stock has of increasing or decreasing. A '+' forecast means the stock has a higher chance of increasing than decreasing, and a '-' means the opposite. The number of '+/-' symbols is used to illustrate the magnitude of these probabilities. For example, '+++' means that the stock has a significantly higher chance of increasing than decreasing, while '+' means that the stock only has a slightly higher chance of increasing than decreasing.",r.a.createElement("br",null),r.a.createElement("br",null),"Volatility represents the maximum percentage by which a stock's price can change every tick (a tick occurs every few seconds while the game is running).",r.a.createElement("br",null),r.a.createElement("br",null),"A stock's price forecast can change over time. This is also affected by volatility. The more volatile a stock is, the more its price forecast will change.")))}},function(t,e,n){"use strict";n.d(e,"a",(function(){return l}));var a=n(0),r=n.n(a),i=n(1457),o=n(449),s=n(153);function l(t){const e=Object(a.useState)(!1)[1],[n,l]=Object(a.useState)(o.b.AllStocks),[c,f]=Object(a.useState)([]);function u(){e(t=>!t)}const m=[];for(const e of Object.keys(t.stockMarket)){const a=t.stockMarket[e];if(a instanceof s.a){if(c.length>0&&!c.includes(a.symbol))continue;let e=t.stockMarket.Orders[a.symbol];if(null==e&&(e=[]),n===o.b.Portfolio&&0===a.playerShares&&0===a.playerShortShares&&0===e.length)continue;m.push(r.a.createElement(i.a,{key:a.symbol,orders:e,rerenderAllTickers:u,stock:a}))}}return r.a.createElement(r.a.Fragment,null,r.a.createElement(o.a,{changeDisplayMode:function(){n===o.b.AllStocks?l(o.b.Portfolio):l(o.b.AllStocks)},changeWatchlistFilter:function(t){const e=t.target.value.replace(/\s/g,"");f(""!==e?e.split(","):[])},tickerDisplayMode:n}),m)}},function(t,e,n){"use strict";n.d(e,"a",(function(){return R}));var a,r=n(0),i=n.n(r),o=n(1458),s=n(1459),l=n(1461),c=n(565),f=n(1462),u=n(233),m=n(117),h=n(75),d=n(97),p=n(195),g=n(1),b=n(7),y=n(24),E=n(19),v=n(21),k=n(87),w=n(74),S=n(130),_=n(368),C=n(113),x=n(47),L=n(283),O=n(80),M=n.n(O),A=n(213),T=n.n(A);function R(t){const[e,n]=Object(r.useState)(a.Market),[O,A]=Object(r.useState)(h.a.Long),[R,N]=Object(r.useState)(""),[P,I]=Object(r.useState)(!1),[F,D]=Object(r.useState)(!1),[j,B]=Object(r.useState)({text:"",placeText:"",place:()=>!1});function G(){return Math.round(parseFloat(R))}function W(){return 8===g.a.bitNodeN||g.a.sourceFileLvl(8)>=3}return i.a.createElement(v.a,{component:x.a},i.a.createElement(_.a,{onClick:()=>D(t=>!t)},i.a.createElement(C.a,{primary:i.a.createElement(o.a,{stock:t.stock})}),F?i.a.createElement(T.a,{color:"primary"}):i.a.createElement(M.a,{color:"primary"})),i.a.createElement(L.a,{in:F,unmountOnExit:!0},i.a.createElement(v.a,{sx:{mx:4}},i.a.createElement(v.a,{display:"flex",alignItems:"center"},i.a.createElement(k.a,{onChange:function(t){N(t.target.value)},placeholder:"Quantity (Shares)",value:R}),i.a.createElement(S.a,{onChange:function(t){t.target.value===h.a.Short?A(h.a.Short):A(h.a.Long)},value:O},i.a.createElement(w.a,{value:h.a.Long},"Long"),(8===g.a.bitNodeN||g.a.sourceFileLvl(8)>=2)&&i.a.createElement(w.a,{value:h.a.Short},"Short")),i.a.createElement(S.a,{onChange:function(t){switch(t.target.value){case a.Limit:n(a.Limit);break;case a.Stop:n(a.Stop);break;case a.Market:default:n(a.Market)}},value:e},i.a.createElement(w.a,{value:a.Market},a.Market),W()&&i.a.createElement(w.a,{value:a.Limit},a.Limit),W()&&i.a.createElement(w.a,{value:a.Stop},a.Stop)),i.a.createElement(c.a,{onClick:function(){const n=G();if(isNaN(n))Object(E.a)("Invalid input for quantity (number of shares): "+R);else switch(e){case a.Market:O===h.a.Short?Object(p.d)(t.stock,n):Object(p.a)(t.stock,n),t.rerenderAllTickers();break;case a.Limit:I(!0),B({text:"Enter the price for your Limit Order",placeText:"Place Buy Limit Order",place:e=>Object(d.i)(t.stock,n,e,m.a.LimitBuy,O)});break;case a.Stop:I(!0),B({text:"Enter the price for your Stop Order",placeText:"Place Buy Stop Order",place:e=>Object(d.i)(t.stock,n,e,m.a.StopBuy,O)})}},text:"Buy",tooltip:function(){const e=t.stock,n=G();if(isNaN(n))return null;const a=Object(u.b)(e,n,O);return null==a?null:i.a.createElement(i.a.Fragment,null,"Purchasing ",b.a.formatShares(n)," shares (",O===h.a.Long?"Long":"Short",") will cost ",i.a.createElement(y.a,{money:a}),".")}()}),i.a.createElement(c.a,{onClick:function(){const n=G();if(isNaN(n))Object(E.a)("Invalid input for quantity (number of shares): "+R);else switch(e){case a.Market:O===h.a.Short?Object(p.b)(t.stock,n):Object(p.c)(t.stock,n),t.rerenderAllTickers();break;case a.Limit:I(!0),B({text:"Enter the price for your Limit Order",placeText:"Place Sell Limit Order",place:e=>Object(d.i)(t.stock,n,e,m.a.LimitSell,O)});break;case a.Stop:I(!0),B({text:"Enter the price for your Stop Order",placeText:"Place Sell Stop Order",place:e=>Object(d.i)(t.stock,n,e,m.a.StopSell,O)})}},text:"Sell",tooltip:function(){const e=t.stock,n=G();if(isNaN(n))return null;if(O===h.a.Long){if(n>e.playerShares)return i.a.createElement(i.a.Fragment,null,"You do not have this many shares in the Long position")}else if(n>e.playerShortShares)return i.a.createElement(i.a.Fragment,null,"You do not have this many shares in the Short position");const a=Object(u.c)(e,n,O);return null==a?null:i.a.createElement(i.a.Fragment,null,"Selling ",b.a.formatShares(n)," shares (",O===h.a.Long?"Long":"Short",") will result in a gain of ",i.a.createElement(y.a,{money:a}),".")}()}),i.a.createElement(c.a,{onClick:function(){const n=g.a.money,r=t.stock;let i=Object(u.a)(r,O,n);switch(i=Math.min(i,Math.round(r.maxShares-r.playerShares-r.playerShortShares)),e){case a.Market:O===h.a.Short?Object(p.d)(r,i):Object(p.a)(r,i),t.rerenderAllTickers();break;default:Object(E.a)("ERROR: 'Buy Max' only works for Market Orders")}},text:"Buy MAX"}),i.a.createElement(c.a,{onClick:function(){const n=t.stock;switch(e){case a.Market:O===h.a.Short?Object(p.b)(n,n.playerShortShares):Object(p.c)(n,n.playerShares),t.rerenderAllTickers();break;default:Object(E.a)("ERROR: 'Sell All' only works for Market Orders")}},text:"Sell ALL"})),i.a.createElement(l.a,{stock:t.stock}),i.a.createElement(s.a,{orders:t.orders,stock:t.stock}),i.a.createElement(f.a,{text:j.text,placeText:j.placeText,place:j.place,open:P,onClose:()=>I(!1)}))))}!function(t){t.Market="Market Order",t.Limit="Limit Order",t.Stop="Stop Order"}(a||(a={}))},function(t,e,n){"use strict";n.d(e,"a",(function(){return f}));var a=n(0),r=n(822),i=n(1),o=n(6),s=n(7),l=n(3);const c=["cs","lv","pl","ru"];function f(t){const e=t.stock,n=s.a.formatMoney(e.price),f=c.includes(o.a.Locale)?15:12,u=" ".repeat(1+r.a.longestName-e.name.length+(r.a.longestSymbol-e.symbol.length)),m=" ".repeat(f-n.length);let h=`${e.name}${u}${e.symbol} -${m}${n}`;if(i.a.has4SData){h+=` - Volatility: ${s.a.formatPercentage(e.mv/100)} - Price Forecast: `;let t=e.b;e.otlkMag<0&&(t=!t),h+=(t?"+":"-").repeat(Math.floor(Math.abs(e.otlkMag)/10)+1)}let d="primary";return e.lastPrice===e.price?d="secondary":e.lastPrice>e.price&&(d="error"),a.createElement(l.a,{style:{whiteSpace:"pre"},color:d},h)}},function(t,e,n){"use strict";n.d(e,"a",(function(){return i}));var a=n(0),r=n(1460);function i(t){const e=[];for(let n=0;n=2?a.createElement(a.Fragment,null,a.createElement(c.a,{display:"flex"},a.createElement(l.a,{title:a.createElement(s.a,null,"Shares in the short position will increase in value if the price of the corresponding stock decreases")},a.createElement(s.a,{variant:"h5",color:"primary"},"Short Position:"))),a.createElement(s.a,null,"Shares: ",i.a.formatShares(e.playerShortShares)),a.createElement(s.a,null,"Average Price: ",a.createElement(o.a,{money:e.playerAvgShortPx})," (Total Cost: ",a.createElement(o.a,{money:n}),")"),a.createElement(s.a,null,"Profit: ",a.createElement(o.a,{money:f})," (",i.a.formatPercentage(u),")")):a.createElement(a.Fragment,null)}function m(t){const e=t.stock;return a.createElement(a.Fragment,null,a.createElement(s.a,null,"Max Shares: ",i.a.formatShares(e.maxShares)),a.createElement(s.a,null,"Ask Price: ",a.createElement(o.a,{money:e.getAskPrice()})),a.createElement("br",null),a.createElement(s.a,null,"Bid Price: ",a.createElement(o.a,{money:e.getBidPrice()})),a.createElement(f,t),a.createElement(u,t))}},function(t,e,n){"use strict";n.d(e,"a",(function(){return c}));var a=n(0),r=n.n(a),i=n(40),o=n(3),s=n(87),l=n(10);function c(t){const[e,n]=Object(a.useState)(null);return r.a.createElement(i.a,{open:t.open,onClose:t.onClose},r.a.createElement(o.a,null,t.text),r.a.createElement(s.a,{autoFocus:!0,type:"number",onChange:function(t){""===t.target.value?n(null):n(parseFloat(t.target.value))},placeholder:"price",InputProps:{endAdornment:r.a.createElement(l.a,{onClick:function(){null!==e&&(isNaN(e)||(t.place(e),t.onClose()))}},t.placeText)}}))}},function(t,e,n){"use strict";n.d(e,"a",(function(){return y}));var a=n(0),r=n.n(a),i=n(151),o=n(1464),s=n(500),l=n(1),c=n(122),f=n(148),u=n(112),m=n(3),h=n(23),d=n(6),p=n(10);const g=Object(c.a)(()=>Object(f.a)({portal:{cursor:"pointer",fontFamily:"inherit",fontSize:"1rem",fontWeight:"bold",lineHeight:1,padding:0,"&:hover":{color:"#fff"}},level0:{color:"red"},level1:{color:"yellow"},level2:{color:"#48d1cc"},level3:{color:"blue"}}));function b(t){const[e,n]=Object(a.useState)(!1),s=g(),l=i.a["BitNode"+t.n];if(null==l)return r.a.createElement(r.a.Fragment,null,"O");let c=s.level0;return 12===t.n&&t.level>=2?c=s.level2:1===t.level?c=s.level1:3===t.level&&(c=s.level3),2===t.level&&(c=s.level2),c=`${s.portal} ${c}`,r.a.createElement(r.a.Fragment,null,r.a.createElement(h.a,{title:r.a.createElement(m.a,null,r.a.createElement("strong",null,"BitNode-",l.number.toString(),": ",l.name),r.a.createElement("br",null),l.desc)},d.a.DisableASCIIArt?r.a.createElement(p.a,{onClick:()=>n(!0),sx:{m:2},"aria-description":l.desc},r.a.createElement(m.a,null,"BitNode-",l.number.toString(),": ",l.name)):r.a.createElement(u.a,{onClick:()=>n(!0),className:c,"aria-label":`BitNode-${l.number.toString()}: ${l.name}`,"aria-description":l.desc},"O")),r.a.createElement(o.a,{open:e,onClose:()=>n(!1),n:t.n,level:t.level,destroyedBitNode:t.destroyedBitNode,flume:t.flume}),d.a.DisableASCIIArt&&r.a.createElement("br",null))}function y(t){const e=l.a.bitNodeN,[n,o]=Object(a.useState)(!t.quick);if(n)return r.a.createElement(s.a,{lines:["[ERROR] SEMPOOL INVALID","[ERROR] Segmentation Fault","[ERROR] SIGKILL RECVD","Dumping core...","0000 000016FA 174FEE40 29AC8239 384FEA88","0010 745F696E 2BBBE394 390E3940 248BEC23","0020 7124696B 0000FF69 74652E6F FFFF1111","----------------------------------------","Failsafe initiated...",`Restarting BitNode-${e}...`,"...........","...........","[ERROR] FAILED TO AUTOMATICALLY REBOOT BITNODE","..............................................","..............................................","..............................................","..............................................","..............................................",".............................................."],onDone:()=>o(!1),auto:!0});const c=n=>{const a=l.a.sourceFileLvl(n);if(n!==e)return a;const r=12===n?1/0:3;return Math.min(r,a+Number(!t.flume))};if(d.a.DisableASCIIArt)return r.a.createElement(r.a.Fragment,null,Object.values(i.a).filter(t=>"COMING SOON"!==t.desc).map(n=>r.a.createElement(b,{key:n.number,n:n.number,level:c(n.number),flume:t.flume,destroyedBitNode:e})),r.a.createElement("br",null),r.a.createElement("br",null),r.a.createElement("br",null),r.a.createElement("br",null),r.a.createElement(s.a,{lines:["> Many decades ago, a humanoid extraterrestrial species which we call the Enders descended on the Earth...violently","> Our species fought back, but it was futile. The Enders had technology far beyond our own...","> Instead of killing every last one of us, the human race was enslaved...","> We were shackled in a digital world, chained into a prison for our minds...","> Using their advanced technology, the Enders created complex simulations of a virtual reality...","> Simulations designed to keep us content...ignorant of the truth.","> Simulations used to trap and suppress our consciousness, to keep us under control...","> Why did they do this? Why didn't they just end our entire race? We don't know, not yet.","> Humanity's only hope is to destroy these simulations, destroy the only realities we've ever known...","> Only then can we begin to fight back...","> By hacking the daemon that generated your reality, you've just destroyed one simulation, called a BitNode...","> But there is still a long way to go...","> The technology the Enders used to enslave the human race wasn't just a single complex simulation...","> There are tens if not hundreds of BitNodes out there...","> Each with their own simulations of a reality...","> Each creating their own universes...a universe of universes","> And all of which must be destroyed...","> .......................................","> Welcome to the Bitverse...","> ","> (Enter a new BitNode using the image above)"]}));const f=c;return r.a.createElement(r.a.Fragment,null,r.a.createElement(m.a,{sx:{lineHeight:"1em",whiteSpace:"pre"}}," O "),r.a.createElement(m.a,{sx:{lineHeight:"1em",whiteSpace:"pre"}}," | O O | O O | "),r.a.createElement(m.a,{sx:{lineHeight:"1em",whiteSpace:"pre"}}," O | | / __| \\ | | O "),r.a.createElement(m.a,{sx:{lineHeight:"1em",whiteSpace:"pre"}}," O | O | | O / | O | | O | O "),r.a.createElement(m.a,{sx:{lineHeight:"1em",whiteSpace:"pre"}}," | | | | |_/ |/ | \\_ \\_| | | | | "),r.a.createElement(m.a,{sx:{lineHeight:"1em",whiteSpace:"pre"}}," O | | | O | | O__/ | / \\__ | | O | | | O "),r.a.createElement(m.a,{sx:{lineHeight:"1em",whiteSpace:"pre"}}," | | | | | | | / /| O / \\| | | | | | | "),r.a.createElement(m.a,{sx:{lineHeight:"1em",whiteSpace:"pre"}},"O | | | \\| | O / _/ | / O | |/ | | | O"),r.a.createElement(m.a,{sx:{lineHeight:"1em",whiteSpace:"pre"}},"| | | |O / | | O / | O O | | \\ O| | | |"),r.a.createElement(m.a,{sx:{lineHeight:"1em",whiteSpace:"pre"}},"| | |/ \\/ / __| | |/ \\ | \\ | |__ \\ \\/ \\| | |"),r.a.createElement(m.a,{sx:{lineHeight:"1em",whiteSpace:"pre"}}," \\| O | |_/ |\\| \\ ",r.a.createElement(b,{n:13,level:f(13),flume:t.flume,destroyedBitNode:e})," \\__| \\_| | O |/ "),r.a.createElement(m.a,{sx:{lineHeight:"1em",whiteSpace:"pre"}}," | | |_/ | | \\| / | \\_| | | "),r.a.createElement(m.a,{sx:{lineHeight:"1em",whiteSpace:"pre"}}," \\| / \\| | / / \\ |/ "),r.a.createElement(m.a,{sx:{lineHeight:"1em",whiteSpace:"pre"}}," | ",r.a.createElement(b,{n:10,level:f(10),flume:t.flume,destroyedBitNode:e})," | | / | ",r.a.createElement(b,{n:11,level:f(11),flume:t.flume,destroyedBitNode:e})," | "),r.a.createElement(m.a,{sx:{lineHeight:"1em",whiteSpace:"pre"}}," ",r.a.createElement(b,{n:9,level:f(9),flume:t.flume,destroyedBitNode:e})," | | | | | | | ",r.a.createElement(b,{n:12,level:f(12),flume:t.flume,destroyedBitNode:e})," "),r.a.createElement(m.a,{sx:{lineHeight:"1em",whiteSpace:"pre"}}," | | | / / \\ \\ | | | "),r.a.createElement(m.a,{sx:{lineHeight:"1em",whiteSpace:"pre"}}," \\| | / ",r.a.createElement(b,{n:7,level:f(7),flume:t.flume,destroyedBitNode:e})," / \\ ",r.a.createElement(b,{n:8,level:f(8),flume:t.flume,destroyedBitNode:e})," \\ | |/ "),r.a.createElement(m.a,{sx:{lineHeight:"1em",whiteSpace:"pre"}}," \\ | / / | | \\ \\ | / "),r.a.createElement(m.a,{sx:{lineHeight:"1em",whiteSpace:"pre"}}," \\ \\JUMP ",r.a.createElement(b,{n:5,level:f(5),flume:t.flume,destroyedBitNode:e}),"3R | | | | | | R3",r.a.createElement(b,{n:6,level:f(6),flume:t.flume,destroyedBitNode:e})," PMUJ/ / "),r.a.createElement(m.a,{sx:{lineHeight:"1em",whiteSpace:"pre"}}," \\|| | | | | | | | | ||/ "),r.a.createElement(m.a,{sx:{lineHeight:"1em",whiteSpace:"pre"}}," \\| \\_ | | | | | | _/ |/ "),r.a.createElement(m.a,{sx:{lineHeight:"1em",whiteSpace:"pre"}}," \\ \\| / \\ / \\ |/ / "),r.a.createElement(m.a,{sx:{lineHeight:"1em",whiteSpace:"pre"}}," ",r.a.createElement(b,{n:1,level:f(1),flume:t.flume,destroyedBitNode:e})," |/ ",r.a.createElement(b,{n:2,level:f(2),flume:t.flume,destroyedBitNode:e})," | | ",r.a.createElement(b,{n:3,level:f(3),flume:t.flume,destroyedBitNode:e})," \\| ",r.a.createElement(b,{n:4,level:f(4),flume:t.flume,destroyedBitNode:e})," "),r.a.createElement(m.a,{sx:{lineHeight:"1em",whiteSpace:"pre"}}," | | | | | | | | "),r.a.createElement(m.a,{sx:{lineHeight:"1em",whiteSpace:"pre"}}," \\JUMP3R|JUMP|3R| |R3|PMUJ|R3PMUJ/ "),r.a.createElement("br",null),r.a.createElement("br",null),r.a.createElement("br",null),r.a.createElement("br",null),r.a.createElement(s.a,{lines:["> Many decades ago, a humanoid extraterrestrial species which we call the Enders descended on the Earth...violently","> Our species fought back, but it was futile. The Enders had technology far beyond our own...","> Instead of killing every last one of us, the human race was enslaved...","> We were shackled in a digital world, chained into a prison for our minds...","> Using their advanced technology, the Enders created complex simulations of a virtual reality...","> Simulations designed to keep us content...ignorant of the truth.","> Simulations used to trap and suppress our consciousness, to keep us under control...","> Why did they do this? Why didn't they just end our entire race? We don't know, not yet.","> Humanity's only hope is to destroy these simulations, destroy the only realities we've ever known...","> Only then can we begin to fight back...","> By hacking the daemon that generated your reality, you've just destroyed one simulation, called a BitNode...","> But there is still a long way to go...","> The technology the Enders used to enslave the human race wasn't just a single complex simulation...","> There are tens if not hundreds of BitNodes out there...","> Each with their own simulations of a reality...","> Each creating their own universes...a universe of universes","> And all of which must be destroyed...","> .......................................","> Welcome to the Bitverse...","> ","> (Enter a new BitNode using the image above)"]}))}},function(t,e,n){"use strict";n.d(e,"a",(function(){return u}));var a=n(0),r=n.n(a),i=n(545),o=n(151),s=n(40),l=n(3),c=n(10),f=n(676);function u(t){const e="BitNode"+t.n,n=o.a[e];if(null==n)throw new Error("Could not find BitNode object for number: "+t.n);const a=12===t.n?"∞":"3",u=Math.min(t.level+1,12===t.n?1/0:3);return r.a.createElement(s.a,{open:t.open,onClose:t.onClose},r.a.createElement(l.a,{variant:"h4"},"BitNode-",t.n,": ",n.name),r.a.createElement("br",null),r.a.createElement(l.a,null,"Source-File Level: ",t.level," / ",a),r.a.createElement("br",null),r.a.createElement("br",null),r.a.createElement(l.a,null," Difficulty: ",["easy","normal","hard"][n.difficulty]),r.a.createElement("br",null),r.a.createElement("br",null),r.a.createElement(l.a,null,n.info),r.a.createElement(f.b,{n:t.n,level:u}),r.a.createElement("br",null),r.a.createElement("br",null),r.a.createElement(c.a,{"aria-label":"enter-bitnode-"+n.number.toString(),autoFocus:!0,onClick:()=>{Object(i.a)(t.flume,t.destroyedBitNode,t.n),t.onClose()}},"Enter BN",t.n,".",u))}},function(t,e,n){"use strict";n.d(e,"a",(function(){return o}));var a=n(0),r=n.n(a),i=n(3);function o(t){const[e,n]=Object(a.useState)(0),[o,s]=Object(a.useState)(!1);return Object(a.useEffect)(()=>{if(o&&t.onDone)return void t.onDone();let a=!1;return(async()=>{var r;await(r=10,new Promise(t=>setTimeout(t,r))).then(()=>!a&&function(){const a=e+1;n(a),s(a>=t.text.length)}())})(),()=>{a=!0}}),r.a.createElement(r.a.Fragment,null,r.a.createElement(i.a,null,t.text.slice(0,e),!o&&r.a.createElement("span",null,"█")))}},function(t,e,n){"use strict";n.d(e,"a",(function(){return g}));var a=n(0),r=n.n(a),i=n(29),o=n(15),s=n(621),l=n(1467),c=n(720),f=n(19),u=n(3),m=n(275),h=n(121),d=n(566),p=n(246);function g({staneksGift:t}){const e=Object(a.useState)(!0)[1];function n(){e(t=>!t)}return Object(a.useEffect)(()=>s.a.subscribe(n),[]),r.a.createElement(p.a,{maxWidth:"lg",disableGutters:!0,sx:{mx:0}},r.a.createElement(u.a,{variant:"h4"},"Stanek's Gift",r.a.createElement(c.a,{sx:{ml:1,mb:0},color:"info",onClick:()=>{var t,e,n,a,i,o,s,l,c;return Object(f.a)(r.a.createElement(r.a.Fragment,null,r.a.createElement(u.a,null,"Stanek's Gift is a powerful, unique augmentation obtained by joining the Church of the Machine God, which can be found in Chongqing. It is only possible to join the church if you are in BitNode 13 or possess at least one level of Source File 13, and you will be turned away if you have purchased or installed any augmentations beside NeuroFlux Governors. You are, however, permitted to install augmentations as normal once you have joined the church."),r.a.createElement("br",null),r.a.createElement(u.a,null,"Initially, those bearing the gift will find that its overwhelming power worsens all of their stats by 10%. This penalty can be overcome in time by receiving free upgrades from the Church of the Machine God faction, but the reputation requirements for these upgrades are steep, and you can only obtain reputation with the church by charging the gift."),r.a.createElement("br",null),r.a.createElement(u.a,null,"In order to charge Stanek's Gift, the user must first arrange stat-modifying fragments within the grid located on the device. This may be done manually or by scripts that utilize the Stanek's Gift Netscript API. Not every tile of the grid must house a fragment, but fragments cannot overlap or otherwise share tiles. Fragments can be rotated, but their design does not allow them to be flipped around to mirror their original shape. Note that the size of the grid is determined by the BitNode you are currently in and the level of your Source File 13, if applicable."),r.a.createElement("br",null),r.a.createElement(u.a,null,"There exist two kinds of fragments. The first are Stat Fragments, which take up 4 tiles of the grid. Each Stat Fragment is unique, and there is only one of each. There is no way to obtain more of these fragments. Each Stat Fragment has an associated stat that it will improve, as well as a multiplier on its effectiveness known as power. When initially placed, a Stat Fragment will have no effect. In order for the fragment to gain stat boosts, it must be charged. The other kind of fragments are known as Booster Fragments, which take up 5 tiles of the grid. There is no shortage of Booster Fragments, and it is virtually impossible to run out of them. While not providing any direct stat increases to their user, Stat Fragments increase the efficacy of adjacent Stat Fragments by 10%, and do not need to be charged."),r.a.createElement("br",null),r.a.createElement(d.a,{width:4,height:4,fragments:[new m.a({x:0,y:0,rotation:0,fragment:null!==(t=h.c.find(t=>5===t.id))&&void 0!==t?t:h.c[0]}),new m.a({x:0,y:2,rotation:0,fragment:null!==(e=h.c.find(t=>101===t.id))&&void 0!==e?e:h.c[0]})]}),r.a.createElement(u.a,{sx:{fontStyle:"italic"}},"This Booster Fragment provides a bonus to the adjacent Stat Fragment."),r.a.createElement("br",null),r.a.createElement(d.a,{width:3,height:4,fragments:[new m.a({x:0,y:1,rotation:3,fragment:null!==(n=h.c.find(t=>100===t.id))&&void 0!==n?n:h.c[0]}),new m.a({x:0,y:0,rotation:2,fragment:null!==(a=h.c.find(t=>1===t.id))&&void 0!==a?a:h.c[0]})]}),r.a.createElement(u.a,{sx:{fontStyle:"italic"}},"Even though the Booster Fragment touches the Stat Fragment in multiple places, the bonus is only applied once."),r.a.createElement("br",null),r.a.createElement(d.a,{width:4,height:4,fragments:[new m.a({x:0,y:0,rotation:0,fragment:null!==(i=h.c.find(t=>5===t.id))&&void 0!==i?i:h.c[0]}),new m.a({x:1,y:1,rotation:0,fragment:null!==(o=h.c.find(t=>105===t.id))&&void 0!==o?o:h.c[0]})]}),r.a.createElement(u.a,{sx:{fontStyle:"italic"}},"This Booster Fragment does nothing, as it is not touching a Stat Fragment."),r.a.createElement("br",null),r.a.createElement(d.a,{width:4,height:4,fragments:[new m.a({x:0,y:0,rotation:1,fragment:null!==(s=h.c.find(t=>27===t.id))&&void 0!==s?s:h.c[0]}),new m.a({x:0,y:1,rotation:2,fragment:null!==(l=h.c.find(t=>100===t.id))&&void 0!==l?l:h.c[0]}),new m.a({x:2,y:0,rotation:1,fragment:null!==(c=h.c.find(t=>30===t.id))&&void 0!==c?c:h.c[0]})]}),r.a.createElement(u.a,{sx:{fontStyle:"italic"}},"This Booster Fragment provides a bonus to both Stat Fragments it's touching."),r.a.createElement("br",null),r.a.createElement(u.a,null,"Stat Fragments are charged using the stanek.chargeFragment(rootX, rootY) NetScript API function. The charging process ordinarily takes 1000ms to complete, but only takes 200ms during bonus time. When the function finishes executing, the fragment's charge levels will be raised by an amount corresponding to the number of threads that were used. Note that it is no more effective to charge a fragment many times with few threads than to charge few times with many threads, so there is no need to distribute charging jobs across multiple scripts. As a Stat Fragment's charge level is increased, its bonuses will increase, but there will be diminishing returns. As such, it is generally most efficient to charge all of the placed fragments equally. The charge level of a fragment will not decrease over time, but it will be reset to 0 upon removing it from the board or installing augmentations.")))}})),r.a.createElement(u.a,{sx:{mb:1}},"The gift is a grid on which you can place upgrades called fragments. The main type of fragment increases a stat, like your hacking skill or agility exp. Once a stat fragment is placed it then needs to be charged via scripts in order to become useful. The other kind of fragments are called booster fragments. They increase the efficiency of the neighboring fragments (not diagonally). Use Q/E to rotate fragments."),t.storedCycles>5&&r.a.createElement(u.a,{sx:{mb:1}},"Bonus time: ",Object(i.b)(o.a._idleSpeed*t.storedCycles)),r.a.createElement(l.a,{gift:t}))}},function(t,e,n){"use strict";n.d(e,"a",(function(){return g}));var a=n(0),r=n(121),i=n(64),o=n(1468),s=n(1469),l=n(21),c=n(10),f=n(76),u=n(678),m=n(105),h=n(1471),d=n(23),p=n(3);function g(t){const[e,n]=a.useState(Object(m.d)(t.gift.width(),t.gift.height())),[g,b]=a.useState([0,0]),[y,E]=a.useState(0),[v,k]=a.useState(r.d);function w(e,a,r){if(b([e,a]),v.type===i.b.None||v.type===i.b.Delete)return;const o=Object(m.d)(t.gift.width(),t.gift.height());for(let t=0;to.length-1||a+t>o[e+n].length-1||(o[e+n][a+t]=1));n(o)}function S(e,n){if(v.type!=i.b.None)if(v.type==i.b.Delete)!function(e,n){const a=t.gift.fragmentAt(e,n);void 0!==a&&t.gift.delete(a.x,a.y)}(e,n);else{if(!t.gift.canPlace(e,n,y,v))return;t.gift.place(e,n,y,v)}}return a.useEffect(()=>{function t(t){if("q"===t.key){const t=(y-1+4)%4;E(t),w(g[0],g[1],t)}if("e"===t.key){const t=(y+1)%4;E(t),w(g[0],g[1],t)}}return document.addEventListener("keydown",t),()=>document.removeEventListener("keydown",t)}),a.createElement(a.Fragment,null,a.createElement(l.a,{display:"flex",sx:{mb:1}},a.createElement(f.a,{sx:{mr:1}},a.createElement(u.a,{width:t.gift.width(),height:t.gift.height(),ghostGrid:e,gift:t.gift,enter:(t,e)=>w(t,e,y),click:(t,e)=>S(t,e)})),a.createElement(o.a,{gift:t.gift,x:g[0],y:g[1],fragment:t.gift.fragmentAt(g[0],g[1])})),a.createElement(l.a,{display:"flex",sx:{mb:1}},a.createElement(s.a,{gift:t.gift,selectFragment:function(e){k(e);const a=Object(m.d)(t.gift.width(),t.gift.height());n(a)}})),a.createElement(h.a,{gift:t.gift}),a.createElement(d.a,{title:a.createElement(p.a,null,"WARNING : This will remove all active fragment from the grid. ",a.createElement("br",null),"All cumulated charges will be lost.")},a.createElement(c.a,{onClick:function(){t.gift.clear()}},"Clear grid")))}},function(t,e,n){"use strict";n.d(e,"a",(function(){return c}));var a=n(0),r=n.n(a),i=n(64),o=n(7),s=n(47),l=n(3);function c(t){const[,e]=Object(a.useState)(new Date);if(Object(a.useEffect)(()=>{const t=setInterval(()=>e(new Date),250);return()=>clearInterval(t)},[]),void 0===t.fragment)return r.a.createElement(s.a,{sx:{flexGrow:1}},r.a.createElement(l.a,null,"[X, Y] ",t.x,", ",t.y,r.a.createElement("br",null),r.a.createElement("br",null),"ID: N/A",r.a.createElement("br",null),"Effect: N/A",r.a.createElement("br",null),"Base Power: N/A",r.a.createElement("br",null),"Charge: N/A",r.a.createElement("br",null),"root [X, Y] N/A",r.a.createElement("br",null)));const n=t.fragment.fragment();let c=o.a.formatStaneksGiftCharge(t.fragment.highestCharge*t.fragment.numCharge),f="N/A";if([i.b.Booster,i.b.None,i.b.Delete].includes(n.type))c="N/A",f=n.power+"x adjacent fragment power";else if(Object(i.a)(n.type).includes("+x%"))f=Object(i.a)(n.type).replace(/-*x%/,o.a.formatPercentage(t.gift.effect(t.fragment)-1));else if(Object(i.a)(n.type).includes("-x%")){const e=t.gift.effect(t.fragment),a=o.a.formatPercentage(1-1/e);f=Object(i.a)(n.type).replace(/-x%/,a)}return r.a.createElement(s.a,{sx:{flexGrow:1}},r.a.createElement(l.a,null,"[X, Y] ",t.x,", ",t.y,r.a.createElement("br",null),r.a.createElement("br",null),"ID: ",t.fragment.id,r.a.createElement("br",null),"Effect: ",f,r.a.createElement("br",null),"Base Power: ",o.a.formatStaneksGiftPower(n.power),r.a.createElement("br",null),"Charge: ",c,r.a.createElement("br",null),"root [X, Y] ",t.fragment.x,", ",t.fragment.y,r.a.createElement("br",null)))}},function(t,e,n){"use strict";n.d(e,"a",(function(){return d}));var a=n(0),r=n.n(a),i=n(121),o=n(64),s=n(1470),l=n(7),c=n(130),f=n(74),u=n(3),m=n(21);function h(t){const e=t.fragment.limit-t.gift.count(t.fragment),n=t.fragment.limit!==1/0?r.a.createElement(r.a.Fragment,null,e," remaining"):r.a.createElement(r.a.Fragment,null);return r.a.createElement(m.a,{display:"flex"},r.a.createElement(m.a,{sx:{mx:2}},r.a.createElement(s.a,{width:t.fragment.width(0),height:t.fragment.height(0),colorAt:(n,a)=>t.fragment.fullAt(n,a,0)?0===e?"grey":t.fragment.type===o.b.Booster?"blue":"green":""})),r.a.createElement(u.a,null,t.fragment.type===o.b.Booster?t.fragment.power+"x adjacent fragment power":Object(o.a)(t.fragment.type),r.a.createElement("br",null),"power: ",l.a.formatStaneksGiftPower(t.fragment.power),r.a.createElement("br",null),n))}function d(t){const[e,n]=Object(a.useState)("None");return r.a.createElement(c.a,{sx:{width:"100%"},onChange:function(e){const a=e.target.value;if(n(a),"None"===a)return void t.selectFragment(i.d);if("Delete"===a)return void t.selectFragment(i.a);const r=i.c.find(t=>t.id===a);if(void 0===r)throw new Error("Fragment selector selected an undefined fragment with id "+a);"number"==typeof a&&t.selectFragment(r)},value:e},r.a.createElement(f.a,{value:"None"},r.a.createElement(u.a,null,"None")),r.a.createElement(f.a,{value:"Delete"},r.a.createElement(u.a,null,"Delete")),i.c.map(e=>r.a.createElement(f.a,{key:e.id,value:e.id},r.a.createElement(h,{key:e.id,gift:t.gift,selectFragment:t.selectFragment,fragment:e}))))}},function(t,e,n){"use strict";n.d(e,"a",(function(){return l}));var a=n(0),r=n(677),i=n(50),o=n(161),s=n(76);function l(t){const e=[];for(let n=0;n{const a=n.fragment();if(![i.b.Booster,i.b.None,i.b.Delete].includes(a.type)){const r=e.find(t=>t.type===a.type);r?(r.effect*=t.gift.effect(n),r.coordinate.push({x:n.x,y:n.y})):e.push({coordinate:[{x:n.x,y:n.y}],effect:t.gift.effect(n),type:a.type})}}),r.a.createElement(s.a,{sx:{mb:1}},r.a.createElement(l.a,{variant:"h5"},"Summary of active fragments:"),r.a.createElement(c.a,{sx:{display:"table",width:"100%"}},r.a.createElement(f.a,null,r.a.createElement(u.a,null,r.a.createElement(m.a,{sx:{borderBottom:"none",p:0,m:0}},r.a.createElement(l.a,null,"Coordinate")),r.a.createElement(m.a,{sx:{borderBottom:"none",p:0,m:0}},r.a.createElement(l.a,null,"Effect"))),e.map(t=>r.a.createElement(u.a,{key:t.type},r.a.createElement(m.a,{sx:{borderBottom:"none",p:0,m:0}},r.a.createElement(l.a,null,t.coordinate.map(t=>"["+t.x+","+t.y+"]"))),r.a.createElement(m.a,{sx:{borderBottom:"none",p:0,m:0}},r.a.createElement(l.a,null,function(t,e){if(Object(i.a)(e).includes("+x%"))return Object(i.a)(e).replace(/-*x%/,o.a.formatPercentage(t-1));if(Object(i.a)(e).includes("-x%")){const n=o.a.formatPercentage(1-1/t);return Object(i.a)(e).replace(/-x%/,n)}return Object(i.a)(e)}(t.effect,t.type))))))))}},function(t,e,n){"use strict";n.d(e,"a",(function(){return c}));var a=n(0),r=n.n(a),i=n(5),o=n(22),s=n(500),l=n(19);function c(){return r.a.createElement(s.a,{lines:[`In the middle of the 21st century, ${i.a.OmniTekIncorporated} advanced robot evolution `,"with their Synthoids (synthetic androids), a being virtually identical to a human.","------","Their sixth-generation Synthoids, called MK-VI, were stronger, faster, and more ","intelligent than humans. Many argued that the MK-VI Synthoids were the first ","example of sentient AI.","------",`Unfortunately, in 2070 a terrorist group called Ascendis Totalis hacked into ${i.a.OmniTekIncorporated} and `,"uploaded a rogue AI into their Synthoid manufacturing facilities.","------","The MK-VI Synthoids infected by the rogue AI turned hostile toward humanity, initiating ","the deadliest conflict in human history. This dark chapter is now known as the Synthoid Uprising.","------","In the aftermath of the Uprising, further manufacturing of Synthoids with advanced AI ","was banned. MK-VI Synthoids that did not have the rogue Ascendis Totalis AI were ","allowed to continue their existence.","------","The intelligence community believes that not all of the rogue MK-VI Synthoids from the Uprising were ","found and destroyed, and that many of them are blending in as normal humans in society today. ",`As a result, many nations have created ${i.a.Bladeburners} divisions, special units that are tasked with `,"investigating and dealing with Synthoid threats."],onDone:()=>{o.b.toTerminal(),Object(l.a)(`Visit the National Security Agency (NSA) to apply for their ${i.a.Bladeburners} division! You will need 100 of each combat stat before doing this.`)}})}},function(t,e,n){"use strict";n.d(e,"a",(function(){return l}));var a=n(0),r=n.n(a),i=n(1),o=n(111);const s=window.getComputedStyle;function l(){return r.a.createElement("div",{id:"unclickable",onClick:function(t){if(!(t.target&&t.target instanceof Element))return;const e=s(t.target).display,n=s(t.target).visibility;"none"===e&&"hidden"===n&&t.isTrusted&&i.a.giveExploit(o.a.Unclickable)},style:{display:"none",visibility:"hidden"}},"Click on this to upgrade your Source-File -1!")}},,function(t,e,n){"use strict";n.d(e,"a",(function(){return m}));var a=n(0),r=n.n(a),i=n(122),o=n(148),s=n(1476),l=n(267),c=n(3),f=n(1);const u=Object(i.a)(t=>Object(o.a)({root:{width:50,padding:t.spacing(2),userSelect:"none"}}));function m(){const t=u();return r.a.createElement("div",{className:t.root,style:{width:"90%"}},r.a.createElement(c.a,{variant:"h4"},"Achievements"),r.a.createElement(s.a,{achievements:Object.values(l.a),playerAchievements:f.a.achievements}))}},function(t,e,n){"use strict";n.d(e,"a",(function(){return d}));var a=n(0),r=n.n(a),i=n(21),o=n(157),s=n(158),l=n(3),c=n(159),f=n(823),u=n(6),m=n(824),h=n(385);function d({achievements:t,playerAchievements:e}){const n=Object(m.a)(u.a.theme.primary),a=Object(m.a)(u.a.theme.secondary),d=t.map(t=>{var n;return{achievement:t,unlockedOn:null===(n=e.find(e=>e.ID===t.ID))||void 0===n?void 0:n.unlockedOn}}).sort((t,e)=>{var n,a;return(null!==(n=e.unlockedOn)&&void 0!==n?n:0)-(null!==(a=t.unlockedOn)&&void 0!==a?a:0)}),p=d.filter(t=>t.unlockedOn),g=d.filter(t=>!t.unlockedOn&&t.achievement.Secret),b=d.filter(t=>!t.unlockedOn&&!t.achievement.Secret&&t.achievement.Visible&&!t.achievement.Visible()),y=d.filter(t=>!p.map(t=>t.achievement.ID).includes(t.achievement.ID)).filter(t=>!g.map(t=>t.achievement.ID).includes(t.achievement.ID)).filter(t=>!b.map(t=>t.achievement.ID).includes(t.achievement.ID));return r.a.createElement(i.a,{sx:{pr:18,my:2}},r.a.createElement(i.a,{sx:{display:"flex",flexDirection:"column",flexWrap:"wrap"}},p.length>0&&r.a.createElement(o.a,{defaultExpanded:!0,disableGutters:!0,square:!0},r.a.createElement(s.a,null,r.a.createElement(l.a,{variant:"h5",sx:{my:1}},"Acquired (",p.length,"/",d.length,")")),r.a.createElement(c.a,{sx:{pt:2}},p.map(t=>r.a.createElement(f.a,{key:"unlocked_"+t.achievement.ID,achievement:t.achievement,unlockedOn:t.unlockedOn,cssFiltersUnlocked:n,cssFiltersLocked:a})))),y.length>0&&r.a.createElement(o.a,{disableGutters:!0,square:!0},r.a.createElement(s.a,null,r.a.createElement(l.a,{variant:"h5",color:"secondary"},"Locked (",y.length," remaining)")),r.a.createElement(c.a,{sx:{pt:2}},y.map(t=>r.a.createElement(f.a,{key:"locked_"+t.achievement.ID,achievement:t.achievement,cssFiltersUnlocked:n,cssFiltersLocked:a})))),b.length>0&&r.a.createElement(o.a,{disableGutters:!0,square:!0},r.a.createElement(s.a,null,r.a.createElement(l.a,{variant:"h5",color:"secondary"},"Unavailable (",b.length," remaining)")),r.a.createElement(c.a,null,r.a.createElement(l.a,{sx:{mt:1}},b.length," additional achievements hidden behind content you don't have access to."))),g.length>0&&r.a.createElement(o.a,{disableGutters:!0,square:!0},r.a.createElement(s.a,null,r.a.createElement(l.a,{variant:"h5",color:"secondary"},"Secret (",g.length," remaining)")),r.a.createElement(c.a,null,r.a.createElement(l.a,{color:"secondary",sx:{mt:1}},g.map(t=>r.a.createElement("span",{key:"secret_"+t.achievement.ID},r.a.createElement(h.a,{content:t.achievement.ID}),r.a.createElement("br",null))))))))}},function(t,e,n){"use strict";n.d(e,"a",(function(){return s}));var a=n(0),r=n.n(a),i=n(21),o=n(6);function s({achievement:t,unlocked:e,colorFilters:n,size:s}){const[l,c]=Object(a.useState)(!1),f=e?o.a.theme.primarydark:o.a.theme.secondarydark;return t.Icon?r.a.createElement(i.a,{sx:{border:"1px solid "+f,width:s,height:s,m:1,visibility:l?"visible":"hidden"}},r.a.createElement("img",{src:`dist/icons/achievements/${encodeURI(t.Icon)}.svg`,style:{filter:n,width:s,height:s},onLoad:()=>c(!0),alt:t.Name})):r.a.createElement(r.a.Fragment,null)}},function(t,e,n){"use strict";n.d(e,"a",(function(){return l}));var a=n(0),r=n.n(a),i=n(552),o=n(430),s=n(22);class l extends r.a.Component{constructor(t){super(t),this.state={hasError:!1}}reset(){this.setState({hasError:!1})}componentDidCatch(t,e){this.setState({errorInfo:e,page:s.b.page()}),console.error(t,e)}render(){if(this.state.hasError){let t;if(this.state.error)try{t=Object(i.a)(this.state.error,this.state.errorInfo,this.state.page)}catch(t){console.error(t)}return r.a.createElement(o.c,{softReset:this.props.softReset,errorData:t,resetError:()=>this.reset()})}return this.props.children}static getDerivedStateFromError(t){return{hasError:!0,error:t}}}},function(t,e,n){"use strict";n.d(e,"a",(function(){return v}));var a=n(0),r=n.n(a),i=n(3),o=n(47),s=n(175),l=n(6),c=n(104),f=n(10),u=n(21),m=n(369),h=n(654),d=n(653),p=n(1480),g=n(663),b=n(40),y=n(83);let E=0;function v(){const[t,e]=Object(a.useState)(!1),[n,v]=Object(a.useState)(),k=Object(c.b)(),w=k&&Object.entries(k).map(([t,e])=>r.a.createElement(p.a,{key:t,theme:e,onActivated:()=>function(t){E=window.scrollY;const e={...l.a.theme};Object.assign(l.a.theme,t.colors),s.b.emit(),y.b.emit(r.a.createElement(r.a.Fragment,null,'Updated theme to "',r.a.createElement("strong",null,t.name),'"',r.a.createElement(f.a,{sx:{ml:1},color:"secondary",size:"small",onClick:()=>{Object.assign(l.a.theme,e),s.b.emit()}},"UNDO")),y.d.INFO,3e4)}(e),onImageClick:S}))||r.a.createElement(r.a.Fragment,null);function S(t){E=window.scrollY,v(t),e(!0)}return Object(a.useEffect)(()=>{requestAnimationFrame(()=>window.scrollTo(0,E))}),r.a.createElement(u.a,{sx:{mx:2}},r.a.createElement(i.a,{variant:"h4"},"Theme Browser"),r.a.createElement(o.a,{sx:{px:2,py:1,my:1}},r.a.createElement(g.a,null),r.a.createElement(m.a,{sx:{mb:2,display:"block"}},r.a.createElement(h.a,null),r.a.createElement(d.a,null)),r.a.createElement(u.a,{sx:{display:"flex",flexWrap:"wrap"}},w),r.a.createElement(b.a,{open:t,onClose:function(){E=window.scrollY,e(!1)}},r.a.createElement("img",{src:n,style:{width:"100%"}}))))}},function(t,e,n){"use strict";n.d(e,"a",(function(){return g}));var a=n(0),r=n.n(a),i=n(3),o=n(23),s=n(664),l=n.n(s),c=n(6),f=n(1873),u=n(1874),m=n(10),h=n(146),d=n(1875),p=n(1876);function g({theme:t,onActivated:e,onImageClick:n}){return t?r.a.createElement(f.a,{key:t.screenshot,sx:{width:400,mr:1,mb:1}},r.a.createElement(u.a,{action:r.a.createElement(o.a,{title:"Use this theme"},r.a.createElement(m.a,{startIcon:r.a.createElement(l.a,null),onClick:e,variant:"outlined"},"Use")),title:t.name,subheader:r.a.createElement(r.a.Fragment,null,"by ",t.credit," ",t.reference&&r.a.createElement(r.a.Fragment,null,"(",r.a.createElement(h.a,{href:t.reference,target:"_blank"},"ref"),")")),sx:{color:c.a.theme.primary,"& .MuiCardHeader-subheader":{color:c.a.theme.secondarydark},"& .MuiButton-outlined":{backgroundColor:"transparent"}}}),r.a.createElement(d.a,{component:"img",width:"400",image:t.screenshot,alt:`Theme Screenshot of "${t.name}"`,sx:{borderTop:"1px solid "+c.a.theme.welllight,borderBottom:"1px solid "+c.a.theme.welllight,cursor:"zoom-in"},onClick:()=>n(t.screenshot)}),r.a.createElement(p.a,null,r.a.createElement(i.a,{variant:"body2",color:"text.secondary",sx:{color:c.a.theme.primarydark}},t.description))):r.a.createElement(r.a.Fragment,null)}},,,,function(t,e,n){"use strict";n.d(e,"a",(function(){return B}));var a=n(0),r=n.n(a),i=n(23),o=n(21),s=n(3),l=n(1519),c=n(47),f=n(160),u=n(1520),m=n(50),h=n(32),d=n(161),p=n(369),g=n(10),b=n(122),y=n(148),E=n(1485),v=n.n(E),k=n(1486),w=n.n(k),S=n(679),_=n.n(S),C=n(1488),x=n.n(C),L=n(1487),O=n.n(L),M=n(102),A=n(6),T=n(29),R=n(7),N=n(250),P=n(309),I=n(22);const F=Object(b.a)(t=>Object(y.a)({root:{padding:t.spacing(2),maxWidth:"1000px","& .MuiTable-root":{"& .MuiTableCell-root":{borderBottom:"1px solid "+A.a.theme.welllight},"& .MuiTableHead-root .MuiTableRow-root":{backgroundColor:A.a.theme.backgroundsecondary,"& .MuiTableCell-root":{color:A.a.theme.primary,fontWeight:"bold"}},"& .MuiTableBody-root":{"& .MuiTableRow-root:nth-of-type(odd)":{backgroundColor:A.a.theme.well,"& .MuiTableCell-root":{color:A.a.theme.primarylight}},"& .MuiTableRow-root:nth-of-type(even)":{backgroundColor:A.a.theme.backgroundsecondary,"& .MuiTableCell-root":{color:A.a.theme.primarylight}}}}}}));function D({isBetter:t}){return t?r.a.createElement(i.a,{title:r.a.createElement(r.a.Fragment,null,"Imported value is ",r.a.createElement("b",null,"larger"),"!")},r.a.createElement(v.a,{color:"success"})):r.a.createElement(i.a,{title:r.a.createElement(r.a.Fragment,null,"Imported value is ",r.a.createElement("b",null,"smaller"),"!")},r.a.createElement(w.a,{color:"error"}))}let j=0;function B(t){var e,n,b,y,E,v,k,w,S,C,L,B,G,W,H,U,q,$,K,z,V,Y,J,X,Q,Z,tt,et,nt,at,rt,it,ot,st,lt,ct,ft,ut,mt,ht,dt,pt,gt,bt,yt,Et,vt,kt,wt,St,_t,Ct,xt,Lt,Ot,Mt,At,Tt,Rt,Nt,Pt,It,Ft,Dt,jt,Bt,Gt,Wt,Ht,Ut,qt,$t,Kt,zt,Vt,Yt,Jt,Xt,Qt,Zt,te,ee,ne,ae,re,ie;const oe=F(),[se,le]=Object(a.useState)(),[ce,fe]=Object(a.useState)(),[ue,me]=Object(a.useState)(!1),[he,de]=Object(a.useState)(!1);return Object(a.useEffect)(()=>{j=A.a.AutosaveInterval,A.a.AutosaveInterval=0,I.b.allowRouting(!1)},[]),Object(a.useEffect)(()=>{he&&I.b.toTerminal()},[he]),Object(a.useEffect)(()=>{t.importString&&async function(){const e=await M.c.getImportDataFromString(t.importString),n=await M.c.getImportDataFromString(M.c.getSaveString(!0));le(e),fe(n),Promise.resolve()}()},[t.importString]),se&&ce?r.a.createElement(o.a,{className:oe.root},r.a.createElement(s.a,{variant:"h4",sx:{mb:2}},"Import Save Comparison"),t.automatic&&r.a.createElement(s.a,{sx:{mb:2}},"We've found a ",r.a.createElement("b",null,"NEWER save")," that you may want to use instead."),r.a.createElement(s.a,{variant:"body1",sx:{mb:2}},"Your current game's data is on the left and the data that will be imported is on the right.",r.a.createElement("br",null),"Please double check everything is fine before proceeding!"),r.a.createElement(l.a,{color:"secondary",component:c.a},r.a.createElement(f.a,null,r.a.createElement(u.a,null,r.a.createElement(m.a,null,r.a.createElement(h.a,null),r.a.createElement(h.a,null,"Current Game"),r.a.createElement(h.a,null,"Being Imported"),r.a.createElement(h.a,null))),r.a.createElement(d.a,null,r.a.createElement(m.a,null,r.a.createElement(h.a,null,"Game Identifier"),r.a.createElement(h.a,null,null!==(e=null===(n=ce.playerData)||void 0===n?void 0:n.identifier)&&void 0!==e?e:"n/a"),r.a.createElement(h.a,null,null!==(b=null===(y=se.playerData)||void 0===y?void 0:y.identifier)&&void 0!==b?b:"n/a"),r.a.createElement(h.a,null,(null===(E=se.playerData)||void 0===E?void 0:E.identifier)!==(null===(v=ce.playerData)||void 0===v?void 0:v.identifier)&&r.a.createElement(i.a,{title:"These are two different games!"},r.a.createElement(O.a,{color:"warning"})))),r.a.createElement(m.a,null,r.a.createElement(h.a,null,"Playtime"),r.a.createElement(h.a,null,Object(T.b)(null!==(k=null===(w=ce.playerData)||void 0===w?void 0:w.totalPlaytime)&&void 0!==k?k:0)),r.a.createElement(h.a,null,Object(T.b)(null!==(S=null===(C=se.playerData)||void 0===C?void 0:C.totalPlaytime)&&void 0!==S?S:0)),r.a.createElement(h.a,null,(null===(L=se.playerData)||void 0===L?void 0:L.totalPlaytime)!==(null===(B=ce.playerData)||void 0===B?void 0:B.totalPlaytime)&&r.a.createElement(D,{isBetter:(null!==(G=null===(W=se.playerData)||void 0===W?void 0:W.totalPlaytime)&&void 0!==G?G:0)>(null!==(H=null===(U=ce.playerData)||void 0===U?void 0:U.totalPlaytime)&&void 0!==H?H:0)}))),r.a.createElement(m.a,null,r.a.createElement(h.a,null,"Saved On"),r.a.createElement(h.a,null,(null!==(q=null===($=ce.playerData)||void 0===$?void 0:$.lastSave)&&void 0!==q?q:0)>0?new Date(null!==(K=null===(z=ce.playerData)||void 0===z?void 0:z.lastSave)&&void 0!==K?K:0).toLocaleString():"n/a"),r.a.createElement(h.a,null,(null!==(V=null===(Y=se.playerData)||void 0===Y?void 0:Y.lastSave)&&void 0!==V?V:0)>0?new Date(null!==(J=null===(X=se.playerData)||void 0===X?void 0:X.lastSave)&&void 0!==J?J:0).toLocaleString():"n/a"),r.a.createElement(h.a,null,(null===(Q=se.playerData)||void 0===Q?void 0:Q.lastSave)!==(null===(Z=ce.playerData)||void 0===Z?void 0:Z.lastSave)&&r.a.createElement(D,{isBetter:(null!==(tt=null===(et=se.playerData)||void 0===et?void 0:et.lastSave)&&void 0!==tt?tt:0)>(null!==(nt=null===(at=ce.playerData)||void 0===at?void 0:at.lastSave)&&void 0!==nt?nt:0)}))),r.a.createElement(m.a,null,r.a.createElement(h.a,null,"Money"),r.a.createElement(h.a,null,R.a.formatMoney(null!==(rt=null===(it=ce.playerData)||void 0===it?void 0:it.money)&&void 0!==rt?rt:0)),r.a.createElement(h.a,null,R.a.formatMoney(null!==(ot=null===(st=se.playerData)||void 0===st?void 0:st.money)&&void 0!==ot?ot:0)),r.a.createElement(h.a,null,(null===(lt=se.playerData)||void 0===lt?void 0:lt.money)!==(null===(ct=ce.playerData)||void 0===ct?void 0:ct.money)&&r.a.createElement(D,{isBetter:(null!==(ft=null===(ut=se.playerData)||void 0===ut?void 0:ut.money)&&void 0!==ft?ft:0)>(null!==(mt=null===(ht=ce.playerData)||void 0===ht?void 0:ht.money)&&void 0!==mt?mt:0)}))),r.a.createElement(m.a,null,r.a.createElement(h.a,null,"Hacking"),r.a.createElement(h.a,null,R.a.formatSkill(null!==(dt=null===(pt=ce.playerData)||void 0===pt?void 0:pt.hacking)&&void 0!==dt?dt:0)),r.a.createElement(h.a,null,R.a.formatSkill(null!==(gt=null===(bt=se.playerData)||void 0===bt?void 0:bt.hacking)&&void 0!==gt?gt:0)),r.a.createElement(h.a,null,(null===(yt=se.playerData)||void 0===yt?void 0:yt.hacking)!==(null===(Et=ce.playerData)||void 0===Et?void 0:Et.hacking)&&r.a.createElement(D,{isBetter:(null!==(vt=null===(kt=se.playerData)||void 0===kt?void 0:kt.hacking)&&void 0!==vt?vt:0)>(null!==(wt=null===(St=ce.playerData)||void 0===St?void 0:St.hacking)&&void 0!==wt?wt:0)}))),r.a.createElement(m.a,null,r.a.createElement(h.a,null,"Augmentations"),r.a.createElement(h.a,null,null===(_t=ce.playerData)||void 0===_t?void 0:_t.augmentations),r.a.createElement(h.a,null,null===(Ct=se.playerData)||void 0===Ct?void 0:Ct.augmentations),r.a.createElement(h.a,null,(null===(xt=se.playerData)||void 0===xt?void 0:xt.augmentations)!==(null===(Lt=ce.playerData)||void 0===Lt?void 0:Lt.augmentations)&&r.a.createElement(D,{isBetter:(null!==(Ot=null===(Mt=se.playerData)||void 0===Mt?void 0:Mt.augmentations)&&void 0!==Ot?Ot:0)>(null!==(At=null===(Tt=ce.playerData)||void 0===Tt?void 0:Tt.augmentations)&&void 0!==At?At:0)}))),r.a.createElement(m.a,null,r.a.createElement(h.a,null,"Factions"),r.a.createElement(h.a,null,null===(Rt=ce.playerData)||void 0===Rt?void 0:Rt.factions),r.a.createElement(h.a,null,null===(Nt=se.playerData)||void 0===Nt?void 0:Nt.factions),r.a.createElement(h.a,null,(null===(Pt=se.playerData)||void 0===Pt?void 0:Pt.factions)!==(null===(It=ce.playerData)||void 0===It?void 0:It.factions)&&r.a.createElement(D,{isBetter:(null!==(Ft=null===(Dt=se.playerData)||void 0===Dt?void 0:Dt.factions)&&void 0!==Ft?Ft:0)>(null!==(jt=null===(Bt=ce.playerData)||void 0===Bt?void 0:Bt.factions)&&void 0!==jt?jt:0)}))),r.a.createElement(m.a,null,r.a.createElement(h.a,null,"Achievements"),r.a.createElement(h.a,null,null===(Gt=ce.playerData)||void 0===Gt?void 0:Gt.achievements),r.a.createElement(h.a,null,null===(Wt=se.playerData)||void 0===Wt?void 0:Wt.achievements),r.a.createElement(h.a,null,(null===(Ht=se.playerData)||void 0===Ht?void 0:Ht.achievements)!==(null===(Ut=ce.playerData)||void 0===Ut?void 0:Ut.achievements)&&r.a.createElement(D,{isBetter:(null!==(qt=null===($t=se.playerData)||void 0===$t?void 0:$t.achievements)&&void 0!==qt?qt:0)>(null!==(Kt=null===(zt=ce.playerData)||void 0===zt?void 0:zt.achievements)&&void 0!==Kt?Kt:0)}))),r.a.createElement(m.a,null,r.a.createElement(h.a,null,"Source Files"),r.a.createElement(h.a,null,null===(Vt=ce.playerData)||void 0===Vt?void 0:Vt.sourceFiles),r.a.createElement(h.a,null,null===(Yt=se.playerData)||void 0===Yt?void 0:Yt.sourceFiles),r.a.createElement(h.a,null,(null===(Jt=se.playerData)||void 0===Jt?void 0:Jt.sourceFiles)!==(null===(Xt=ce.playerData)||void 0===Xt?void 0:Xt.sourceFiles)&&r.a.createElement(D,{isBetter:(null!==(Qt=null===(Zt=se.playerData)||void 0===Zt?void 0:Zt.sourceFiles)&&void 0!==Qt?Qt:0)>(null!==(te=null===(ee=ce.playerData)||void 0===ee?void 0:ee.sourceFiles)&&void 0!==te?te:0)}))),r.a.createElement(m.a,null,r.a.createElement(h.a,null,"BitNode"),r.a.createElement(h.a,null,null===(ne=ce.playerData)||void 0===ne?void 0:ne.bitNode,"-",null===(ae=ce.playerData)||void 0===ae?void 0:ae.bitNodeLevel),r.a.createElement(h.a,null,null===(re=se.playerData)||void 0===re?void 0:re.bitNode,"-",null===(ie=se.playerData)||void 0===ie?void 0:ie.bitNodeLevel),r.a.createElement(h.a,null))))),r.a.createElement(o.a,{sx:{display:"flex",justifyContent:"flex-end"}},r.a.createElement(p.a,null,r.a.createElement(g.a,{onClick:function(){A.a.AutosaveInterval=j,Object(P.e)(!1),I.b.allowRouting(!0),de(!0)},sx:{my:2},startIcon:r.a.createElement(x.a,null),color:"secondary"},"Take me back!"),r.a.createElement(g.a,{onClick:()=>me(!0),sx:{my:2},startIcon:r.a.createElement(_.a,null),color:"warning"},"Proceed with import")),r.a.createElement(N.a,{open:ue,onClose:()=>me(!1),onConfirm:async function(){await M.c.importGame(t.importString,!0),Object(P.e)(!0)},confirmationText:r.a.createElement(r.a.Fragment,null,"Importing new save game data will ",r.a.createElement("strong",null,"completely wipe")," the current game data!",r.a.createElement("br",null))}))):r.a.createElement(r.a.Fragment,null)}},,,,,function(t,e,n){"use strict";n.d(e,"a",(function(){return i}));var a=n(0),r=n.n(a);function i(t){return t.content?r.a.createElement(r.a.Fragment,null,t.content):r.a.createElement(r.a.Fragment,null,t.children)}},,,function(t,e,n){"use strict";function a(t){if("object"!=typeof t||null==t)return;const e=t;for(const t of Object.getOwnPropertyNames(e))e.hasOwnProperty(t)&&delete e[t]}n.d(e,"a",(function(){return a}))},function(t,e,n){"use strict";n.d(e,"a",(function(){return i}));var a=n(1),r=n(111);function i(){!function(){if(a.a.exploits.includes(r.a.PrototypeTampering))return;setInterval((function(){"5.5e+1"!==55..toExponential()&&a.a.giveExploit(r.a.PrototypeTampering)}),9e5)}(),function(){if(a.a.exploits.includes(r.a.TimeCompression))return;let t=performance.now();window.setTimeout((function e(){const n=performance.now();n-t<500?a.a.giveExploit(r.a.TimeCompression):(t=n,window.setTimeout(e,15e3))}),15e3)}()}},function(t,e,n){"use strict";n.d(e,"a",(function(){return r}));var a=n(2);function r(){window.addEventListener("unhandledrejection",t=>{Object(a.a)(t.reason,null,"UNCAUGHT PROMISE ERROR\nYou forgot to await a promise\nmaybe hack / grow / weaken ?\n\n")})}},,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,function(t,e,n){"use strict";n.r(e);var a=n(0),r=n.n(a),i=n(110),o=n.n(i),s=n(175),l=n(775),c=n(309),f=n(551);function u(){Object(s.c)(),o.a.render(r.a.createElement(s.a,null,r.a.createElement(l.a,null)),document.getElementById("root"))}Object(c.a)(),globalThis.React=r.a,globalThis.ReactDOM=o.a,o.a.render(r.a.createElement(s.a,null,r.a.createElement(l.a,null)),document.getElementById("root")),setTimeout(f.b,2e3),s.b.subscribe(u),location.href.startsWith("file://")||(window.onbeforeunload=function(){return"Your work will be lost."}),window.print=()=>{throw new Error("You accidentally called window.print instead of ns.print")},window.prompt=()=>{throw new Error("You accidentally called window.prompt instead of ns.prompt")}},,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,function(t,e){},,function(t,e){},,,,,,,,,,,,function(t,e){},,function(t,e){},,,,,,,,,,,,,,,,,,,,,,,,,function(t,e){},,function(t,e){},function(t,e){},,,,,function(t,e){},,function(t,e){},,,,,,function(t,e){},,function(t,e){},,,,,,,,,,,,,,,,,,,function(t,e){},,,,,,,,,,,,function(t,e){},,,function(t,e){}]); +if(!shouldCompile(script,scripts))return script.module;if(script.queueCompile=!0,await script.module,!script.queueCompile)return script.module;script.queueCompile=!1,script.updateRamUsage(scripts);const uurls=_getScriptUrls(script,scripts,[]),url=uurls[uurls.length-1].url;return script.url&&script.url!==url&&URL.revokeObjectURL(script.url),script.dependencies.length>0&&script.dependencies.forEach(t=>URL.revokeObjectURL(t.url)),script.url=uurls[uurls.length-1].url,script.module=new Promise(resolve=>resolve(eval("import(uurls[uurls.length - 1].url)"))),script.dependencies=uurls,script.module}function isDependencyOutOfDate(t,e,n){const a=e.find(e=>e.filename==t);if(!a)return!0;return a.moduleSequenceNumber>n}function shouldCompile(t,e){return!t.module||!!t.dependencies.some(n=>isDependencyOutOfDate(n.filename,e,t.moduleSequenceNumber))&&(t.module=null,!0)}function _getScriptUrls(t,e,n){const a=[];for(const e of n)t.dependents.some(t=>t.server===e.server&&t.filename==e.filename)||t.dependents.push({server:e.server,filename:e.filename});n.push(t);try{const r=Object(acorn__WEBPACK_IMPORTED_MODULE_1__.a)(t.code,{sourceType:"module",ecmaVersion:"latest",ranges:!0}),i=[];acorn_walk__WEBPACK_IMPORTED_MODULE_0__.b(r,{ImportDeclaration(t){t.source&&i.push({filename:t.source.value,start:t.source.range[0]+1,end:t.source.range[1]-1})},ExportNamedDeclaration(t){t.source&&i.push({filename:t.source.value,start:t.source.range[0]+1,end:t.source.range[1]-1})},ExportAllDeclaration(t){t.source&&i.push({filename:t.source.value,start:t.source.range[0]+1,end:t.source.range[1]-1})}}),i.sort((t,e)=>e.start-t.start);let o=t.code;for(const t of i){const r=t.filename.startsWith("./")?t.filename.substring(2):t.filename,i=e.filter(t=>Object(_Terminal_DirectoryHelpers__WEBPACK_IMPORTED_MODULE_3__.b)(t.filename,r));if(0===i.length)continue;const[s]=i,l=_getScriptUrls(s,e,n);a.push(...l);const c=l[l.length-1].url;o=o.substring(0,t.start)+c+o.substring(t.end)}o+=`\n//# sourceURL=${t.server}/${t.filename}`;const s=URL.createObjectURL(makeScriptBlob(o));return a.push(new _Script_ScriptUrl__WEBPACK_IMPORTED_MODULE_2__.a(t.filename,s,t.moduleSequenceNumber)),a}catch(t){for(const t of a)URL.revokeObjectURL(t.url);throw t}finally{n.pop()}}},function(t,e,n){"use strict";n.d(e,"a",(function(){return r}));var a=n(26);function r(t){if(null!=t.ramUsage&&t.ramUsage>0)return t.ramUsage;const e=Object(a.d)(t.server);if(null==e)return 0;for(let n=0;n"*"==t).length)return n.globError="Only a single glob is supported per command.\nexample: `nano my-dir/*.js`",n;[n.preGlob,n.postGlob]=t.split("*"),n.preGlob=Object(r.k)(n.preGlob);const i=Object(r.l)(a.a.cwd());return n.preGlob=`${i}/${n.preGlob}`,e.forEach(t=>{const e=t.filename.startsWith("/")?t.filename:"/"+t.filename;e.startsWith(n.preGlob)&&e.endsWith(n.postGlob)&&n.globMatches.push(e)}),n.glob=`${n.preGlob}*${n.postGlob}`,n}(""+t[0],e.scripts)}return null}function u(t,{args:e,server:n},r){if(e.length<1)return void a.a.error(`Incorrect usage of ${t} command. Usage: ${t} [scriptname]`);let u=e;try{const m=f({args:e,server:n});if(m){if(!1===Object(l.isEmpty)(m.globError))throw new Error(m.globError);u=m.globMatches}const h=u.map(e=>{const n=""+e;if(Object(o.a)(n)){const t=a.a.getFilepath(n),e=a.a.getScript(n),r=function(t){return t.endsWith(".js")}(n),i=null!==e?e.code:r?c:"";return i===c&&s.a.saveCursor(n,{row:3,column:5}),[t,i]}if(n.endsWith(".txt")){const t=a.a.getFilepath(n),e=a.a.getTextFile(n);return[t,null===e?"":e.text]}throw new Error("Invalid file. Only scripts (.script or .js), or text files (.txt) can be edited with "+t)});if(m&&0===h.length)throw new Error(`Could not find any valid files to open with ${t} using glob: \`${m.glob}\``);i.b.toScriptEditor(Object.fromEntries(h),r)}catch(t){a.a.error(""+t)}}},function(t,e,n){"use strict";n.d(e,"a",(function(){return f})),n.d(e,"b",(function(){return u}));var a=n(0),r=n.n(a),i=n(40),o=n(22),s=n(126),l=n(3),c=n(10);const f=new s.a;function u(){const[t,e]=Object(a.useState)(!1);return Object(a.useEffect)(()=>f.subscribe(()=>e(!0)),[]),r.a.createElement(i.a,{open:t,onClose:()=>e(!1)},r.a.createElement(l.a,null,"WARNING: USING THIS PROGRAM WILL CAUSE YOU TO LOSE ALL OF YOUR PROGRESS ON THE CURRENT BITNODE.",r.a.createElement("br",null),r.a.createElement("br",null),"Do you want to travel to the BitNode Nexus? This allows you to reset the current BitNode and select a new one."),r.a.createElement("br",null),r.a.createElement("br",null),r.a.createElement(c.a,{onClick:function(){o.b.toBitVerse(!0,!1),e(!1)}},"Travel to the BitVerse"))}},function(t,e,n){"use strict";n.d(e,"a",(function(){return O}));var a=n(1),r=n(635),i=n(84),o=n(78),s=n(107),l=n(636),c=n(15),f=n(30),u=n(17),m=n(11),h=n(16),d=n(7),p=n(108),g=n(355),b=n(57),y=n(479),E=n(480),v=n(306),k=n(266),w=n(377),S=n(351),_=n(256),C=n(356),x=n(801);function L(t,e,n){return e in t?Object.defineProperty(t,e,{value:n,enumerable:!0,configurable:!0,writable:!0}):t[e]=n,t}class O extends r.a{constructor(){super(),L(this,"currentWork",null),L(this,"memory",1),L(this,"shock",1),L(this,"storedCycles",0),L(this,"sync",1),L(this,"applyAugmentation",x.a),L(this,"findPurchasableAugs",x.b),this.shockRecovery()}shockBonus(){return this.shock/100}syncBonus(){return this.sync/100}startWork(t){this.currentWork&&this.currentWork.finish(),this.currentWork=t}stopWork(){this.currentWork&&this.currentWork.finish(),this.currentWork=null}commitCrime(t){const e=i.a[t]||Object.values(i.a).find(e=>e.name===t);return!!e&&(this.startWork(new C.a(e.type)),!0)}getMemoryUpgradeCost(t){const e=Math.round(t);if(e<0)return 0;if(this.memory+e>100)return this.getMemoryUpgradeCost(100-this.memory);let n=0,a=this.memory-1;for(let e=0;e=1?"100%":`${d.a.formatPercentage(r[0])} - ${d.a.formatPercentage(r[1])}`}takeDamage(t){return"number"!=typeof t?(console.warn("Player.takeDamage() called without a numeric argument: "+t),!1):(this.hp.current-=t,this.hp.current<=0&&(this.shock=Math.max(0,this.shock-.5),this.hp.current=this.hp.max,!0))}whoAmI(){return"Sleeve"}toJSON(){return Object(h.b)("Sleeve",this)}static fromJSON(t){return Object(h.a)(O,t.data)}}h.c.constructors.Sleeve=O},function(t,e,n){"use strict";n.d(e,"a",(function(){return c}));var a=n(282),r=n(17),i=n(185),o=n(313),s=n(192);function l(t,e,n){return e in t?Object.defineProperty(t,e,{value:n,enumerable:!0,configurable:!0,writable:!0}):t[e]=n,t}class c{constructor(){l(this,"hp",{current:10,max:10}),l(this,"skills",{hacking:1,strength:1,defense:1,dexterity:1,agility:1,charisma:1,intelligence:0}),l(this,"exp",{hacking:0,strength:0,defense:0,dexterity:0,agility:0,charisma:0,intelligence:0}),l(this,"mults",Object(s.a)()),l(this,"augmentations",[]),l(this,"queuedAugmentations",[]),l(this,"city",r.a.Sector12),l(this,"gainHackingExp",a.e),l(this,"gainStrengthExp",a.h),l(this,"gainDefenseExp",a.c),l(this,"gainDexterityExp",a.d),l(this,"gainAgilityExp",a.a),l(this,"gainCharismaExp",a.b),l(this,"gainIntelligenceExp",a.f),l(this,"gainStats",a.g),l(this,"regenerateHp",a.k),l(this,"queryStatFromString",a.j),l(this,"updateSkillLevels",a.l),l(this,"hasAugmentation",a.i),l(this,"calculateSkill",i.b)}resetMultipliers(){this.mults=Object(s.a)()}getIntelligenceBonus(t){return Object(o.a)(this.skills.intelligence,t)}}},function(t,e,n){"use strict";n.d(e,"a",(function(){return i}));var a=n(0),r=n.n(a);const i={Tracking:{desc:r.a.createElement(r.a.Fragment,null,"Identify and locate Synthoids. This contract involves reconnaissance and information-gathering ONLY. Do NOT engage. Stealth is of the utmost importance.",r.a.createElement("br",null),r.a.createElement("br",null),"Successfully completing Tracking contracts will slightly improve your Synthoid population estimate for whatever city you are currently in.")},"Bounty Hunter":{desc:r.a.createElement(r.a.Fragment,null,"Hunt down and capture fugitive Synthoids. These Synthoids are wanted alive.",r.a.createElement("br",null),r.a.createElement("br",null),"Successfully completing a Bounty Hunter contract will lower the population in your current city, and will also increase its chaos level.")},Retirement:{desc:r.a.createElement(r.a.Fragment,null,"Hunt down and retire (kill) rogue Synthoids.",r.a.createElement("br",null),r.a.createElement("br",null),"Successfully completing a Retirement contract will lower the population in your current city, and will also increase its chaos level.")}}},,,,,,,,,function(t,e,n){"use strict";n.d(e,"b",(function(){return r})),n.d(e,"a",(function(){return i}));var a=n(0);const r=a.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:"16px",height:"16px",viewBox:"0 0 166 132",style:{fill:"#adff2f"}},a.createElement("g",null,a.createElement("path",{d:"M132.658-0.18l-24.321,24.321c-7.915-2.71-16.342-4.392-25.087-4.392c-45.84,0-83,46-83,46 s14.1,17.44,35.635,30.844L12.32,120.158l12.021,12.021L144.68,11.841L132.658-0.18z M52.033,80.445 c-2.104-4.458-3.283-9.438-3.283-14.695c0-19.054,15.446-34.5,34.5-34.5c5.258,0,10.237,1.179,14.695,3.284L52.033,80.445z"}),a.createElement("path",{d:"M134.865,37.656l-18.482,18.482c0.884,3.052,1.367,6.275,1.367,9.612c0,19.055-15.446,34.5-34.5,34.5 c-3.337,0-6.56-0.483-9.611-1.367l-10.124,10.124c6.326,1.725,12.934,2.743,19.735,2.743c45.84,0,83-46,83-46 S153.987,50.575,134.865,37.656z"}))),i=a.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:"16px",height:"16px",viewBox:"-22 0 511 511.99561",style:{fill:"#adff2f"}},a.createElement("path",{d:"m.496094 466.242188 39.902344-39.902344 45.753906 45.753906-39.898438 39.902344zm0 0"}),a.createElement("path",{d:"m468.421875 89.832031-1.675781-89.832031-300.265625 300.265625 45.753906 45.753906zm0 0"}),a.createElement("path",{d:"m95.210938 316.785156 16.84375 16.847656h.003906l83.65625 83.65625 22.753906-22.753906-100.503906-100.503906zm0 0"}),a.createElement("path",{d:"m101.445312 365.300781-39.902343 39.902344 45.753906 45.753906 39.902344-39.902343-39.90625-39.902344zm0 0"}))},function(t,e,n){"use strict";n.d(e,"a",(function(){return d}));var a=n(0),r=n.n(a),i=n(63),o=n(3),s=n(23),l=n(21),c=n(112),f=n(647),u=n.n(f),m=n(648),h=n.n(m);function d({action:t,isActive:e,bladeburner:n,rerender:a}){const f=t.level1;return r.a.createElement(l.a,{display:"flex",flexDirection:"row",alignItems:"center"},r.a.createElement(l.a,{display:"flex"},r.a.createElement(s.a,{title:r.a.createElement(o.a,null,t.getSuccessesNeededForNextLevel(i.a.ContractSuccessesPerLevel)," successes needed for next level")},r.a.createElement(o.a,null,"Level: ",t.level," / ",t.maxLevel))),r.a.createElement(s.a,{title:e?r.a.createElement(o.a,null,"WARNING: changing the level will restart the Operation"):""},r.a.createElement("span",null,r.a.createElement(c.a,{disabled:!f,onClick:function(){f&&(++t.level,e&&n.startAction(n.action),a())}},r.a.createElement(u.a,null)))),r.a.createElement(s.a,{title:e?r.a.createElement(o.a,null,"WARNING: changing the level will restart the Operation"):""},r.a.createElement("span",null,r.a.createElement(c.a,{disabled:!m,onClick:function(){m&&(--t.level,e&&n.startAction(n.action),a())}},r.a.createElement(h.a,null)))))}},,,function(t,e,n){"use strict";n.d(e,"a",(function(){return c}));var a=n(0),r=n.n(a),i=n(3),o=n(23),s=n(21),l=n(284);function c(t){return r.a.createElement(s.a,{display:"flex",flexDirection:"row",alignItems:"center"},r.a.createElement(o.a,{title:r.a.createElement(i.a,null,"Automatically increase operation level when possible")},r.a.createElement(i.a,null," Autolevel:")),r.a.createElement(l.a,{checked:t.action.autoLevel,onChange:function(e){t.action.autoLevel=e.target.checked,t.rerender()}}))}},function(t,e,n){"use strict";n.d(e,"a",(function(){return l}));var a=n(0),r=n.n(a),i=n(1244),o=n(29),s=n(10);function l(t){const[e,n]=Object(a.useState)(!1);return r.a.createElement(r.a.Fragment,null,r.a.createElement(s.a,{disabled:0===t.bladeburner.teamSize,onClick:()=>n(!0)},"Set Team Size (Curr Size: ",Object(o.d)(t.action.teamCount,0),")"),r.a.createElement(i.a,{open:e,onClose:()=>n(!1),action:t.action,bladeburner:t.bladeburner}))}},,function(t,e,n){"use strict";n.d(e,"a",(function(){return i}));var a=n(0),r=n.n(a);function i(){const[t,e]=Object(a.useState)(!0);return Object(a.useEffect)(()=>{const t=setInterval(()=>e(t=>!t),1e3);return()=>clearInterval(t)}),r.a.createElement(r.a.Fragment,null,t?"|":r.a.createElement(r.a.Fragment,null," "))}},function(t,e,n){"use strict";n.d(e,"a",(function(){return f}));var a=n(0),r=n.n(a),i=n(10),o=n(23),s=n(1332),l=n.n(s),c=n(1331);function f(){const[t,e]=Object(a.useState)(!1);return r.a.createElement(r.a.Fragment,null,r.a.createElement(o.a,{title:"The style editor allows you to modify certain CSS rules used by the game."},r.a.createElement(i.a,{startIcon:r.a.createElement(l.a,null),onClick:()=>e(!0)},"Style Editor")),r.a.createElement(c.a,{open:t,onClose:()=>e(!1)}))}},function(t,e,n){"use strict";n.d(e,"a",(function(){return f}));var a=n(0),r=n.n(a),i=n(10),o=n(23),s=n(1333),l=n(1365),c=n.n(l);function f(){const[t,e]=Object(a.useState)(!1);return r.a.createElement(r.a.Fragment,null,r.a.createElement(o.a,{title:"The theme editor allows you to modify the colors the game uses."},r.a.createElement(i.a,{id:"bb-theme-editor-button",startIcon:r.a.createElement(c.a,null),onClick:()=>e(!0)},"Theme Editor")),r.a.createElement(s.a,{open:t,onClose:()=>e(!1)}))}},,,,,,,,,function(t,e,n){"use strict";n.d(e,"a",(function(){return s}));var a=n(0),r=n.n(a),i=n(3),o=n(146);function s(){return r.a.createElement(r.a.Fragment,null,r.a.createElement(i.a,{sx:{my:1}},"If you've created a theme that you believe should be added in game's theme browser, feel free to"," ",r.a.createElement(o.a,{href:"https://github.com/danielyxie/bitburner/tree/dev/src/Themes/README.md",target:"_blank"},"create a pull request"),"."),r.a.createElement(i.a,{sx:{my:1}},"Head over to the"," ",r.a.createElement(o.a,{href:"https://discord.com/channels/415207508303544321/921991895230611466",target:"_blank"},"theme-sharing")," ","discord channel for more."))}},,function(t,e,n){"use strict";n.d(e,"a",(function(){return m}));var a=n(0),r=n.n(a),i=n(350),o=n(250),s=n(10),l=n(23),c=n(666),f=n.n(c),u=n(309);function m({color:t="primary"}){const[e,n]=Object(a.useState)(!1);return r.a.createElement(r.a.Fragment,null,r.a.createElement(l.a,{title:"This will permanently delete your local save game. Did you export it before?"},r.a.createElement(s.a,{startIcon:r.a.createElement(f.a,null),color:t,onClick:()=>n(!0)},"Delete Save")),r.a.createElement(o.a,{onConfirm:()=>{n(!1),Object(i.a)().then(()=>{Object(u.b)(),setTimeout(()=>location.reload(),1e3)}).catch(t=>console.error("Could not delete game: "+t))},open:e,onClose:()=>n(!1),confirmationText:"Really delete your game? (It's permanent!)"}))}},,function(t,e,n){"use strict";n.d(e,"a",(function(){return f}));var a=n(0),r=n.n(a),i=n(250),o=n(10),s=n(23),l=n(1366),c=n.n(l);function f({color:t="primary",noConfirmation:e=!1,onTriggered:n}){const[l,f]=Object(a.useState)(!1);return r.a.createElement(r.a.Fragment,null,r.a.createElement(s.a,{title:"Perform a soft reset. Resets everything as if you had just purchased an Augmentation."},r.a.createElement(o.a,{startIcon:r.a.createElement(c.a,null),color:t,onClick:function(){e?n():f(!0)}},"Soft Reset")),r.a.createElement(i.a,{onConfirm:n,open:l,onClose:()=>f(!1),confirmationText:"This will perform the same action as installing Augmentations, are you sure?"}))}},function(t,e,n){"use strict";e.a='/** @public */\nexport type ValuesFrom = T[keyof T];\n\n/** @public */\nexport interface HP {\n current: number;\n max: number;\n}\n\n/** @public */\nexport interface Skills {\n hacking: number;\n strength: number;\n defense: number;\n dexterity: number;\n agility: number;\n charisma: number;\n intelligence: number;\n}\n\n/** @public */\nexport interface PossibleInfiltrationLocation {\n city: string;\n name: string;\n}\n\n/**\n * Coding contract data will differ depending on coding contract.\n * @public\n */\ntype CodingContractData = any;\n\n/** @public */\ntype PortData = string | number;\n\n/** @public */\ntype ScriptArg = string | number | boolean;\n\n/** @public */\ntype FilenameOrPID = number | string;\n\n/** @public */\ninterface Player {\n hp: HP;\n skills: Skills;\n exp: Skills;\n mults: Multipliers;\n numPeopleKilled: number;\n money: number;\n city: string;\n location: string;\n bitNodeN: number;\n totalPlaytime: number;\n playtimeSinceLastAug: number;\n playtimeSinceLastBitnode: number;\n jobs: Record;\n factions: string[];\n tor: boolean;\n hasCorporation: boolean;\n inBladeburner: boolean;\n entropy: number;\n}\n\n/** @public */\nexport interface Multipliers {\n /** Multiplier to hacking skill */\n hacking?: number;\n /** Multiplier to strength skill */\n strength?: number;\n /** Multiplier to defense skill */\n defense?: number;\n /** Multiplier to dexterity skill */\n dexterity?: number;\n /** Multiplier to agility skill */\n agility?: number;\n /** Multiplier to charisma skill */\n charisma?: number;\n /** Multiplier to hacking experience gain rate */\n hacking_exp?: number;\n /** Multiplier to strength experience gain rate */\n strength_exp?: number;\n /** Multiplier to defense experience gain rate */\n defense_exp?: number;\n /** Multiplier to dexterity experience gain rate */\n dexterity_exp?: number;\n /** Multiplier to agility experience gain rate */\n agility_exp?: number;\n /** Multiplier to charisma experience gain rate */\n charisma_exp?: number;\n /** Multiplier to chance of successfully performing a hack */\n hacking_chance?: number;\n /** Multiplier to hacking speed */\n hacking_speed?: number;\n /** Multiplier to amount of money the player gains from hacking */\n hacking_money?: number;\n /** Multiplier to amount of money injected into servers using grow */\n hacking_grow?: number;\n /** Multiplier to amount of reputation gained when working */\n company_rep?: number;\n /** Multiplier to amount of reputation gained when working */\n faction_rep?: number;\n /** Multiplier to amount of money gained from crimes */\n crime_money?: number;\n /** Multiplier to crime success rate */\n crime_success?: number;\n /** Multiplier to amount of money gained from working */\n work_money?: number;\n /** Multiplier to amount of money produced by Hacknet Nodes */\n hacknet_node_money?: number;\n /** Multiplier to cost of purchasing a Hacknet Node */\n hacknet_node_purchase_cost?: number;\n /** Multiplier to cost of ram for a Hacknet Node */\n hacknet_node_ram_cost?: number;\n /** Multiplier to cost of core for a Hacknet Node */\n hacknet_node_core_cost?: number;\n /** Multiplier to cost of leveling up a Hacknet Node */\n hacknet_node_level_cost?: number;\n /** Multiplier to Bladeburner max stamina */\n bladeburner_max_stamina?: number;\n /** Multiplier to Bladeburner stamina gain rate */\n bladeburner_stamina_gain?: number;\n /** Multiplier to effectiveness in Bladeburner Field Analysis */\n bladeburner_analysis?: number;\n /** Multiplier to success chance in Bladeburner contracts/operations */\n bladeburner_success_chance?: number;\n}\n\n/** @public */\nexport interface RunningScript {\n /** Arguments the script was called with */\n args: (string | number | boolean)[];\n /** Filename of the script */\n filename: string;\n /**\n * Script logs as an array. The newest log entries are at the bottom.\n * Timestamps, if enabled, are placed inside `[brackets]` at the start of each line.\n **/\n logs: string[];\n /** Total amount of hacking experience earned from this script when offline */\n offlineExpGained: number;\n /** Total amount of money made by this script when offline */\n offlineMoneyMade: number;\n /** Number of seconds that the script has been running offline */\n offlineRunningTime: number;\n /** Total amount of hacking experience earned from this script when online */\n onlineExpGained: number;\n /** Total amount of money made by this script when online */\n onlineMoneyMade: number;\n /** Number of seconds that this script has been running online */\n onlineRunningTime: number;\n /** Process ID. Must be an integer */\n pid: number;\n /** How much RAM this script uses for ONE thread */\n ramUsage: number;\n /** Hostname of the server on which this script runs */\n server: string;\n /** Number of threads that this script runs with */\n threads: number;\n}\n\n/** @public */\nexport interface RecentScript extends RunningScript {\n /** Timestamp of when the script was killed */\n timeOfDeath: Date;\n}\n\n/**\n * Data representing the internal values of a crime.\n * @public\n */\nexport interface CrimeStats {\n /** Number representing the difficulty of the crime. Used for success chance calculations */\n difficulty: number;\n /** Amount of karma lost for successfully committing this crime */\n karma: number;\n /** How many people die as a result of this crime */\n kills: number;\n /** How much money is given */\n money: number;\n /** Name of crime */\n name: string;\n /** Milliseconds it takes to attempt the crime */\n time: number;\n /** Description of the crime activity */\n type: string;\n /** hacking level impact on success change of the crime */\n hacking_success_weight: number;\n /** strength level impact on success change of the crime */\n strength_success_weight: number;\n /** defense level impact on success change of the crime */\n defense_success_weight: number;\n /** dexterity level impact on success change of the crime */\n dexterity_success_weight: number;\n /** agility level impact on success change of the crime */\n agility_success_weight: number;\n /** charisma level impact on success change of the crime */\n charisma_success_weight: number;\n /** hacking exp gained from crime */\n hacking_exp: number;\n /** strength exp gained from crime */\n strength_exp: number;\n /** defense exp gained from crime */\n defense_exp: number;\n /** dexterity exp gained from crime */\n dexterity_exp: number;\n /** agility exp gained from crime */\n agility_exp: number;\n /** charisma exp gained from crime */\n charisma_exp: number;\n /** intelligence exp gained from crime */\n intelligence_exp: number;\n}\n\n/**\n * Options to affect the behavior of {@link NS.hack | hack}, {@link NS.grow | grow}, and {@link NS.weaken | weaken}.\n * @public\n */\nexport interface BasicHGWOptions {\n /** Number of threads to use for this function.\n * Must be less than or equal to the number of threads the script is running with. */\n threads?: number;\n /** Set to true this action will affect the stock market. */\n stock?: boolean;\n}\n\n/**\n * Options to affect the behavior of {@link CodingContract} attempt.\n * @public\n */\nexport interface CodingAttemptOptions {\n /** If truthy, then the function will return a string that states the contract’s reward when it is successfully solved. */\n returnReward: boolean;\n}\n\n/**\n * Return value of {@link Sleeve.getSleevePurchasableAugs | getSleevePurchasableAugs}\n * @public\n */\nexport interface AugmentPair {\n /** augmentation name */\n name: string;\n /** augmentation cost */\n cost: number;\n}\n\n/** @public */\nexport enum PositionTypes {\n Long = "L",\n Short = "S",\n}\n\n/** @public */\nexport enum OrderTypes {\n LimitBuy = "Limit Buy Order",\n LimitSell = "Limit Sell Order",\n StopBuy = "Stop Buy Order",\n StopSell = "Stop Sell Order",\n}\n\n/**\n * Value in map of {@link StockOrder}\n * @public\n */\nexport interface StockOrderObject {\n /** Number of shares */\n shares: number;\n /** Price per share */\n price: number;\n /** Order type */\n type: OrderTypes;\n /** Order position */\n position: PositionTypes;\n}\n\n/**\n * Return value of {@link TIX.getOrders | getOrders}\n *\n * Keys are stock symbols, properties are arrays of {@link StockOrderObject}\n * @public\n */\nexport interface StockOrder {\n [key: string]: StockOrderObject[];\n}\n\n/**\n * A single process on a server.\n * @public\n */\nexport interface ProcessInfo {\n /** Script name. */\n filename: string;\n /** Number of threads script is running with */\n threads: number;\n /** Script\'s arguments */\n args: (string | number | boolean)[];\n /** Process ID */\n pid: number;\n}\n\n/**\n * Hack related multipliers.\n * @public\n */\nexport interface HackingMultipliers {\n /** Player\'s hacking chance multiplier. */\n chance: number;\n /** Player\'s hacking speed multiplier. */\n speed: number;\n /** Player\'s hacking money stolen multiplier. */\n money: number;\n /** Player\'s hacking growth multiplier */\n growth: number;\n}\n\n/**\n * Hacknet related multipliers.\n * @public\n */\nexport interface HacknetMultipliers {\n /** Player\'s hacknet production multiplier */\n production: number;\n /** Player\'s hacknet purchase cost multiplier */\n purchaseCost: number;\n /** Player\'s hacknet ram cost multiplier */\n ramCost: number;\n /** Player\'s hacknet core cost multiplier */\n coreCost: number;\n /** Player\'s hacknet level cost multiplier */\n levelCost: number;\n}\n\n/**\n * Hacknet node related constants\n * @public\n */\nexport interface HacknetNodeConstants {\n /** Amount of money gained per level */\n MoneyGainPerLevel: number;\n /** Base cost for a new node */\n BaseCost: number;\n /** Base cost per level */\n LevelBaseCost: number;\n /** Base cost to increase RAM */\n RamBaseCost: number;\n /** Base cost to increase cores */\n CoreBaseCost: number;\n /** Multiplier to purchase new node */\n PurchaseNextMult: number;\n /** Multiplier to increase node level */\n UpgradeLevelMult: number;\n /** Multiplier to increase RAM */\n UpgradeRamMult: number;\n /** Multiplier to increase cores */\n UpgradeCoreMult: number;\n /** Max node level */\n MaxLevel: number;\n /** Max amount of RAM in GB */\n MaxRam: number;\n /** Max number of cores */\n MaxCores: number;\n}\n\n/**\n * Hacknet server related constants\n * @public\n */\nexport interface HacknetServerConstants {\n /** Number of hashes calculated per level */\n HashesPerLevel: number;\n /** Base cost for a new server */\n BaseCost: number;\n /** Base cost to increase RAM */\n RamBaseCost: number;\n /** Base cost to increase cores */\n CoreBaseCost: number;\n /** Base cost to upgrade cache */\n CacheBaseCost: number;\n /** Multiplier to purchase a new server */\n PurchaseMult: number;\n /** Multiplier to increase server level */\n UpgradeLevelMult: number;\n /** Multiplier to increase RAM */\n UpgradeRamMult: number;\n /** Multiplier to increase cores */\n UpgradeCoreMult: number;\n /** Multiplier to upgrade cache */\n UpgradeCacheMult: number;\n /** Max number of servers */\n MaxServers: number;\n /** Max level for a server */\n MaxLevel: number;\n /** Max amount of RAM in GB */\n MaxRam: number;\n /** Max number of cores */\n MaxCores: number;\n /** Max cache size */\n MaxCache: number;\n}\n\n/**\n * A single server.\n * @public\n */\nexport interface Server {\n /**\n * How many CPU cores this server has. Maximum of 8.\n * Affects magnitude of grow and weaken.\n */\n cpuCores: number;\n\n /** Flag indicating whether the FTP port is open */\n ftpPortOpen: boolean;\n\n /** Flag indicating whether player has admin/root access to this server */\n hasAdminRights: boolean;\n\n /** Hostname. Must be unique */\n hostname: string;\n\n /** Flag indicating whether HTTP Port is open */\n httpPortOpen: boolean;\n\n /** IP Address. Must be unique */\n ip: string;\n\n /** Flag indicating whether player is currently connected to this server */\n isConnectedTo: boolean;\n\n /** RAM (GB) available on this server */\n maxRam: number;\n\n /**\n * Name of company/faction/etc. that this server belongs to.\n * Optional, not applicable to all Servers\n */\n organizationName: string;\n\n /** RAM (GB) used. i.e. unavailable RAM */\n ramUsed: number;\n\n /** Flag indicating whether SMTP Port is open */\n smtpPortOpen: boolean;\n\n /** Flag indicating whether SQL Port is open */\n sqlPortOpen: boolean;\n\n /** Flag indicating whether the SSH Port is open */\n sshPortOpen: boolean;\n\n /** Flag indicating whether this is a purchased server */\n purchasedByPlayer: boolean;\n\n /** Flag indicating whether this server has a backdoor installed by a player */\n backdoorInstalled: boolean;\n\n /**\n * Initial server security level\n * (i.e. security level when the server was created)\n */\n baseDifficulty: number;\n\n /** Server Security Level */\n hackDifficulty: number;\n\n /** Minimum server security level that this server can be weakened to */\n minDifficulty: number;\n\n /** How much money currently resides on the server and can be hacked */\n moneyAvailable: number;\n\n /** Maximum amount of money that this server can hold */\n moneyMax: number;\n\n /** Number of open ports required in order to gain admin/root access */\n numOpenPortsRequired: number;\n\n /** How many ports are currently opened on the server */\n openPortCount: number;\n\n /** Hacking level required to hack this server */\n requiredHackingSkill: number;\n\n /**\n * Parameter that affects how effectively this server\'s money can\n * be increased using the grow() Netscript function\n */\n serverGrowth: number;\n}\n\n/**\n * All multipliers affecting the difficulty of the current challenge.\n * @public\n */\nexport interface BitNodeMultipliers {\n /** Influences how quickly the player\'s agility level (not exp) scales */\n AgilityLevelMultiplier: number;\n /** Influences the base cost to purchase an augmentation. */\n AugmentationMoneyCost: number;\n /** Influences the base rep the player must have with a faction to purchase an augmentation. */\n AugmentationRepCost: number;\n /** Influences how quickly the player can gain rank within Bladeburner. */\n BladeburnerRank: number;\n /** Influences the cost of skill levels from Bladeburner. */\n BladeburnerSkillCost: number;\n /** Influences how quickly the player\'s charisma level (not exp) scales */\n CharismaLevelMultiplier: number;\n /** Influences the experience gained for each ability when a player completes a class. */\n ClassGymExpGain: number;\n /** Influences the amount of money gained from completing Coding Contracts */\n CodingContractMoney: number;\n /** Influences the experience gained for each ability when the player completes working their job. */\n CompanyWorkExpGain: number;\n /** Influences how much money the player earns when completing working their job. */\n CompanyWorkMoney: number;\n /** Influences the money gain from dividends of corporations created by the player. */\n CorporationSoftcap: number;\n /** Influences the valuation of corporations created by the player. */\n CorporationValuation: number;\n /** Influences the base experience gained for each ability when the player commits a crime. */\n CrimeExpGain: number;\n /** Influences the base money gained when the player commits a crime. */\n CrimeMoney: number;\n /** Influences how many Augmentations you need in order to get invited to the Daedalus faction */\n DaedalusAugsRequirement: number;\n /** Influences how quickly the player\'s defense level (not exp) scales */\n DefenseLevelMultiplier: number;\n /** Influences how quickly the player\'s dexterity level (not exp) scales */\n DexterityLevelMultiplier: number;\n /** Influences how much rep the player gains in each faction simply by being a member. */\n FactionPassiveRepGain: number;\n /** Influences the experience gained for each ability when the player completes work for a Faction. */\n FactionWorkExpGain: number;\n /** Influences how much rep the player gains when performing work for a faction. */\n FactionWorkRepGain: number;\n /** Influences how much it costs to unlock the stock market\'s 4S Market Data API */\n FourSigmaMarketDataApiCost: number;\n /** Influences how much it costs to unlock the stock market\'s 4S Market Data (NOT API) */\n FourSigmaMarketDataCost: number;\n /** Influences the respect gain and money gain of your gang. */\n GangSoftcap: number;\n /** Influences the experienced gained when hacking a server. */\n HackExpGain: number;\n /** Influences how quickly the player\'s hacking level (not experience) scales */\n HackingLevelMultiplier: number;\n /** Influences how much money is produced by Hacknet Nodes\n * and the hash rate of Hacknet Servers (unlocked in BitNode-9) */\n HacknetNodeMoney: number;\n /** Influences how much money it costs to upgrade your home computer\'s RAM */\n HomeComputerRamCost: number;\n /** Influences how much money is gained when the player infiltrates a company. */\n InfiltrationMoney: number;\n /** Influences how much rep the player can gain from factions when selling stolen documents and secrets */\n InfiltrationRep: number;\n /** Influences how much money can be stolen from a server when the player\n * performs a hack against it through the Terminal. */\n ManualHackMoney: number;\n /** Influence how much it costs to purchase a server */\n PurchasedServerCost: number;\n /** Influences the maximum number of purchased servers you can have */\n PurchasedServerLimit: number;\n /** Influences the maximum allowed RAM for a purchased server */\n PurchasedServerMaxRam: number;\n /** Influences cost of any purchased server at or above 128GB */\n PurchasedServerSoftcap: number;\n /** Influences the minimum favor the player must have with a faction before they can donate to gain rep. */\n RepToDonateToFaction: number;\n /** Influences how much the money on a server can be reduced when a script performs a hack against it. */\n ScriptHackMoney: number;\n /** Influences how much of the money stolen by a scripted hack will be added to the player\'s money. */\n ScriptHackMoneyGain: number;\n /** Influences the growth percentage per cycle against a server. */\n ServerGrowthRate: number;\n /** Influences the maximum money that a server can grow to. */\n ServerMaxMoney: number;\n /** Influences the initial money that a server starts with. */\n ServerStartingMoney: number;\n /** Influences the initial security level (hackDifficulty) of a server. */\n ServerStartingSecurity: number;\n /** Influences the weaken amount per invocation against a server. */\n ServerWeakenRate: number;\n /** Influences how quickly the player\'s strength level (not exp) scales */\n StrengthLevelMultiplier: number;\n /** Influences the power of the gift */\n StaneksGiftPowerMultiplier: number;\n /** Influences the size of the gift */\n StaneksGiftExtraSize: number;\n /** Influences the hacking skill required to backdoor the world daemon. */\n WorldDaemonDifficulty: number;\n}\n\n/**\n * Object representing all the values related to a hacknet node.\n * @public\n */\nexport interface NodeStats {\n /** Node\'s name */\n name: string;\n /** Node\'s level */\n level: number;\n /** Node\'s RAM (GB) */\n ram: number;\n /** Node\'s used RAM (GB) */\n ramUsed?: number;\n /** Node\'s number of cores */\n cores: number;\n /** Cache level. Only applicable for Hacknet Servers */\n cache?: number;\n /** Hash Capacity provided by this Node. Only applicable for Hacknet Servers */\n hashCapacity?: number;\n /** Node\'s production per second */\n production: number;\n /** Number of seconds since Node has been purchased */\n timeOnline: number;\n /** Total number of money Node has produced */\n totalProduction: number;\n}\n\n/** @public */\nexport interface CharacterMult {\n /** Agility stat */\n agility: number;\n /** Agility exp */\n agilityExp: number;\n /** Charisma stat */\n charisma: number;\n /** Charisma exp */\n charismaExp: number;\n /** Company reputation */\n companyRep: number;\n /** Money earned from crimes */\n crimeMoney: number;\n /** Crime success chance */\n crimeSuccess: number;\n /** Defense stat */\n defense: number;\n /** Defense exp */\n defenseExp: number;\n /** Dexterity stat */\n dexterity: number;\n /** Dexterity exp */\n dexterityExp: number;\n /** Faction reputation */\n factionRep: number;\n /** Hacking stat */\n hacking: number;\n /** Hacking exp */\n hackingExp: number;\n /** Strength stat */\n strength: number;\n /** Strength exp */\n strengthExp: number;\n /** Money earned from jobs */\n workMoney: number;\n}\n\n/** @public */\nexport interface SleeveWorkGains {\n /** Hacking exp gained from work */\n workHackExpGain: number;\n /** Strength exp gained from work */\n workStrExpGain: number;\n /** Defense exp gained from work, */\n workDefExpGain: number;\n /** Dexterity exp gained from work */\n workDexExpGain: number;\n /** Agility exp gained from work */\n workAgiExpGain: number;\n /** Charisma exp gained from work */\n workChaExpGain: number;\n /** Money gained from work */\n workMoneyGain: number;\n}\n\n/** @public */\nexport interface SourceFileLvl {\n /** The number of the source file */\n n: number;\n /** The level of the source file */\n lvl: number;\n}\n\n/**\n * Bladeburner current action.\n * @public\n */\nexport interface BladeburnerCurAction {\n /** Type of Action */\n type: string;\n /** Name of Action */\n name: string;\n}\n\n/**\n * Gang general info.\n * @public\n */\nexport interface GangGenInfo {\n /** Name of faction that the gang belongs to ("Slum Snakes", etc.) */\n faction: string;\n /** Indicating whether or not it\'s a hacking gang */\n isHacking: boolean;\n /** Money earned per game cycle */\n moneyGainRate: number;\n /** Gang\'s power for territory warfare */\n power: number;\n /** Gang\'s respect */\n respect: number;\n /** Respect earned per game cycle */\n respectGainRate: number;\n /** Amount of territory held */\n territory: number;\n /** Clash chance */\n territoryClashChance: number;\n /** Gang\'s wanted level */\n wantedLevel: number;\n /** Wanted level gained/lost per game cycle (negative for losses) */\n wantedLevelGainRate: number;\n /** Indicating if territory warfare is enabled */\n territoryWarfareEngaged: boolean;\n /** Number indicating the current wanted penalty */\n wantedPenalty: number;\n}\n\n/** @public */\nexport interface GangOtherInfoObject {\n /** Gang power */\n power: number;\n /** Gang territory, in decimal form */\n territory: number;\n}\n\n/** @public */\nexport interface GangOtherInfo {\n [key: string]: GangOtherInfoObject;\n}\n\n/**\n * Object representing data representing a gang member task.\n * @public\n */\nexport interface GangTaskStats {\n /** Task name */\n name: string;\n /** Task Description */\n desc: string;\n /** Is a task of a hacking gang */\n isHacking: boolean;\n /** Is a task of a combat gang */\n isCombat: boolean;\n /** Base respect earned */\n baseRespect: number;\n /** Base wanted earned */\n baseWanted: number;\n /** Base money earned */\n baseMoney: number;\n /** Hacking skill impact on task scaling */\n hackWeight: number;\n /** Strength skill impact on task scaling */\n strWeight: number;\n /** Defense skill impact on task scaling */\n defWeight: number;\n /** Dexterity skill impact on task scaling */\n dexWeight: number;\n /** Agility skill impact on task scaling */\n agiWeight: number;\n /** Charisma skill impact on task scaling */\n chaWeight: number;\n /** Number representing the difficulty of the task */\n difficulty: number;\n /** Territory impact on task scaling */\n territory: GangTerritory;\n}\n\n/**\n * Object representing data representing a gang member equipment.\n * @public\n */\nexport interface EquipmentStats {\n /** Strength multiplier */\n str?: number;\n /** Defense multiplier */\n def?: number;\n /** Dexterity multiplier */\n dex?: number;\n /** Agility multiplier */\n agi?: number;\n /** Charisma multiplier */\n cha?: number;\n /** Hacking multiplier */\n hack?: number;\n}\n\n/** @public */\nexport interface GangTerritory {\n /** Money gain impact on task scaling */\n money: number;\n /** Respect gain impact on task scaling */\n respect: number;\n /** Wanted gain impact on task scaling */\n wanted: number;\n}\n\n/** @public */\nexport interface GangMemberInfo {\n /** Name of the gang member */\n name: string;\n /** Currently assigned task */\n task: string;\n earnedRespect: number;\n\n /** Hack skill level */\n hack: number;\n /** Strength skill level */\n str: number;\n /** Defense skill level */\n def: number;\n /** Dexterity skill level */\n dex: number;\n /** Agility skill level */\n agi: number;\n /** Charisma skill level */\n cha: number;\n\n /** Current hack experience */\n hack_exp: number;\n /** Current strength experience */\n str_exp: number;\n /** Current defense experience */\n def_exp: number;\n /** Current dexterity experience */\n dex_exp: number;\n /** Current agility experience */\n agi_exp: number;\n /** Current charisma experience */\n cha_exp: number;\n\n /** Hack multiplier from equipment */\n hack_mult: number;\n /** Strength multiplier from equipment */\n str_mult: number;\n /** Defense multiplier from equipment */\n def_mult: number;\n /** Dexterity multiplier from equipment */\n dex_mult: number;\n /** Agility multiplier from equipment */\n agi_mult: number;\n /** Charisma multiplier from equipment */\n cha_mult: number;\n\n /** Hack multiplier from ascensions */\n hack_asc_mult: number;\n /** Strength multiplier from ascensions */\n str_asc_mult: number;\n /** Defense multiplier from ascensions */\n def_asc_mult: number;\n /** Dexterity multiplier from ascensions */\n dex_asc_mult: number;\n /** Agility multiplier from ascensions */\n agi_asc_mult: number;\n /** Charisma multiplier from ascensions */\n cha_asc_mult: number;\n\n /** Total earned hack experience */\n hack_asc_points: number;\n /** Total earned strength experience */\n str_asc_points: number;\n /** Total earned defense experience */\n def_asc_points: number;\n /** Total earned dexterity experience */\n dex_asc_points: number;\n /** Total earned agility experience */\n agi_asc_points: number;\n /** Total earned charisma experience */\n cha_asc_points: number;\n\n upgrades: string[];\n augmentations: string[];\n\n respectGain: number;\n wantedLevelGain: number;\n moneyGain: number;\n}\n\n/** @public */\nexport interface GangMemberAscension {\n /** Amount of respect lost from ascending */\n respect: number;\n /** Hacking multiplier gained from ascending */\n hack: number;\n /** Strength multiplier gained from ascending */\n str: number;\n /** Defense multiplier gained from ascending */\n def: number;\n /** Dexterity multiplier gained from ascending */\n dex: number;\n /** Agility multiplier gained from ascending */\n agi: number;\n /** Charisma multiplier gained from ascending */\n cha: number;\n}\n\n/**\n * Object representing a sleeve stats.\n * @public\n */\nexport interface SleeveSkills {\n /** Current shock of the sleeve [0-100] */\n shock: number;\n /** Current sync of the sleeve [0-100] */\n sync: number;\n /** Current memory of the sleeve [1-100] */\n memory: number;\n /** Current hacking skill of the sleeve */\n hacking: number;\n /** Current strength of the sleeve */\n strength: number;\n /** Current defense of the sleeve */\n defense: number;\n /** Current dexterity of the sleeve */\n dexterity: number;\n /** Current agility of the sleeve */\n agility: number;\n /** Current charisma of the sleeve */\n charisma: number;\n}\n\n/**\n * Object representing sleeve information.\n * @public\n */\nexport interface SleeveInformation {\n /** Location of the sleeve */\n city: string;\n /** hp of the sleeve */\n hp: HP;\n /** Jobs available to the sleeve */\n jobs: string[];\n /** Job titles available to the sleeve */\n jobTitle: string[];\n /** Does this sleeve have access to the tor router */\n tor: boolean;\n /** Sleeve multipliers */\n mult: CharacterMult;\n}\n\n/**\n * Object representing a sleeve current task.\n * @public\n */\nexport type SleeveTask = any;\n\n/**\n * Object representing a port. A port is a serialized queue.\n * @public\n */\nexport interface NetscriptPort {\n /**\n * Write data to a port.\n * @remarks\n * RAM cost: 0 GB\n *\n * @returns The data popped off the queue if it was full.\n */\n write(value: string | number): null | string | number;\n\n /**\n * Attempt to write data to the port.\n * @remarks\n * RAM cost: 0 GB\n *\n * @returns True if the data was added to the port, false if the port was full\n */\n tryWrite(value: string | number): boolean;\n\n /**\n * Shift an element out of the port.\n * @remarks\n * RAM cost: 0 GB\n *\n * This function will remove the first element from the port and return it.\n * If the port is empty, then the string “NULL PORT DATA” will be returned.\n * @returns the data read.\n */\n read(): string | number;\n\n /**\n * Retrieve the first element from the port without removing it.\n * @remarks\n * RAM cost: 0 GB\n *\n * This function is used to peek at the data from a port. It returns the\n * first element in the specified port without removing that element. If\n * the port is empty, the string “NULL PORT DATA” will be returned.\n * @returns the data read\n */\n peek(): string | number;\n\n /**\n * Check if the port is full.\n * @remarks\n * RAM cost: 0 GB\n *\n * @returns true if the port is full, otherwise false\n */\n full(): boolean;\n\n /**\n * Check if the port is empty.\n * @remarks\n * RAM cost: 0 GB\n *\n * @returns true if the port is empty, otherwise false\n */\n empty(): boolean;\n\n /**\n * Empties all data from the port.\n * @remarks\n * RAM cost: 0 GB\n */\n clear(): void;\n}\n\n/**\n * Stock market API\n * @public\n */\nexport interface TIX {\n /**\n * Returns true if the player has access to a WSE Account\n * @remarks RAM cost: 0.05 GB\n */\n hasWSEAccount(): boolean;\n /**\n * Returns true if the player has access to the TIX API\n * @remarks RAM cost: 0.05 GB\n */\n hasTIXAPIAccess(): boolean;\n /**\n * Returns true if the player has access to the 4S Data\n * @remarks RAM cost: 0.05 GB\n */\n has4SData(): boolean;\n /**\n * Returns true if the player has access to the 4SData TIX API\n * @remarks RAM cost: 0.05 GB\n */\n has4SDataTIXAPI(): boolean;\n /**\n * Returns an array of the symbols of the tradable stocks\n *\n * @remarks RAM cost: 2 GB\n * @returns Array of the symbols of the tradable stocks.\n */\n getSymbols(): string[];\n\n /**\n * Returns the price of a stock.\n *\n * @remarks\n * RAM cost: 2 GB\n *\n * The stock’s price is the average of its bid and ask prices. This function requires\n * that you have the following:\n *\n * 1. WSE Account\n *\n * 1. TIX API Access\n *\n * @example\n * ```ts\n * // NS1\n * stock.getPrice("FSIG");\n *\n * // Choose the first stock symbol from the array of stock symbols. Get the price\n * // of the corresponding stock.\n * var sym = stock.getSymbols()[0];\n * tprint("Stock symbol: " + sym);\n * tprint("Stock price: " + stock.getPrice(sym));\n * ```\n * @example\n * ```ts\n * // NS2\n * ns.stock.getPrice("FSIG");\n *\n * // Choose the first stock symbol from the array of stock symbols. Get the price\n * // of the corresponding stock.\n * const sym = ns.stock.getSymbols()[0];\n * ns.tprint("Stock symbol: " + sym);\n * ns.tprint("Stock price: " + ns.stock.getPrice(sym));\n * ```\n * @param sym - Stock symbol.\n * @returns The price of a stock.\n */\n getPrice(sym: string): number;\n\n /**\n * Returns the ask price of that stock.\n * @remarks RAM cost: 2 GB\n *\n * @param sym - Stock symbol.\n * @returns The ask price of a stock.\n */\n getAskPrice(sym: string): number;\n\n /**\n * Returns the bid price of that stock.\n * @remarks RAM cost: 2 GB\n *\n * @param sym - Stock symbol.\n * @returns The bid price of a stock.\n */\n getBidPrice(sym: string): number;\n\n /**\n * Returns the player’s position in a stock.\n * @remarks\n * RAM cost: 2 GB\n * Returns an array of four elements that represents the player’s position in a stock.\n *\n * The first element is the returned array is the number of shares the player owns of\n * the stock in the Long position. The second element in the array is the average price\n * of the player’s shares in the Long position.\n *\n * The third element in the array is the number of shares the player owns of the stock\n * in the Short position. The fourth element in the array is the average price of the\n * player’s Short position.\n *\n * All elements in the returned array are numeric.\n *\n * @example\n * ```ts\n * // NS1\n * var pos = stock.getPosition("ECP");\n * var shares = pos[0];\n * var avgPx = pos[1];\n * var sharesShort = pos[2];\n * var avgPxShort = pos[3];\n * ```\n * @example\n * ```ts\n * // NS2\n * const [shares, avgPx, sharesShort, avgPxShort] = ns.stock.getPosition("ECP");\n * ```\n * @param sym - Stock symbol.\n * @returns Array of four elements that represents the player’s position in a stock.\n */\n getPosition(sym: string): [number, number, number, number];\n\n /**\n * Returns the maximum number of shares of a stock.\n * @remarks\n * RAM cost: 2 GB\n * This is the maximum amount of the stock that can be purchased\n * in both the Long and Short positions combined.\n *\n * @param sym - Stock symbol.\n * @returns Maximum number of shares that the stock has.\n */\n getMaxShares(sym: string): number;\n\n /**\n * Calculates cost of buying stocks.\n * @remarks\n * RAM cost: 2 GB\n * Calculates and returns how much it would cost to buy a given number of shares of a stock.\n * This takes into account spread, large transactions influencing the price of the stock and commission fees.\n *\n * @param sym - Stock symbol.\n * @param shares - Number of shares to purchase.\n * @param posType - Specifies whether the order is a “Long” or “Short” position.\n * @returns Cost to buy a given number of shares of a stock.\n */\n getPurchaseCost(sym: string, shares: number, posType: string): number;\n\n /**\n * Calculate profit of selling stocks.\n * @remarks\n * RAM cost: 2 GB\n * Calculates and returns how much you would gain from selling a given number of shares of a stock.\n * This takes into account spread, large transactions influencing the price of the stock and commission fees.\n *\n * @param sym - Stock symbol.\n * @param shares - Number of shares to sell.\n * @param posType - Specifies whether the order is a “Long” or “Short” position.\n * @returns Gain from selling a given number of shares of a stock.\n */\n getSaleGain(sym: string, shares: number, posType: string): number;\n\n /**\n * Buy stocks.\n * @remarks\n * RAM cost: 2.5 GB\n * Attempts to purchase shares of a stock using a Market Order.\n *\n * If the player does not have enough money to purchase the specified number of shares,\n * then no shares will be purchased. Remember that every transaction on the stock exchange\n * costs a certain commission fee.\n *\n * If this function successfully purchases the shares, it will return the stock price at which\n * each share was purchased. Otherwise, it will return 0.\n *\n * @param sym - Stock symbol.\n * @param shares - Number of shares to purchased. Must be positive. Will be rounded to nearest integer.\n * @returns The stock price at which each share was purchased, otherwise 0 if the shares weren\'t purchased.\n */\n buyStock(sym: string, shares: number): number;\n\n /**\n * Sell stocks.\n * @remarks\n * RAM cost: 2.5 GB\n * Attempts to sell shares of a stock using a Market Order.\n *\n * If the specified number of shares in the function exceeds the amount that the player\n * actually owns, then this function will sell all owned shares. Remember that every\n * transaction on the stock exchange costs a certain commission fee.\n *\n * The net profit made from selling stocks with this function is reflected in the script’s\n * statistics. This net profit is calculated as:\n *\n * shares * (sell_price - average_price_of_purchased_shares)\n *\n * If the sale is successful, this function will return the stock price at\n * which each share was sold. Otherwise, it will return 0.\n *\n * @param sym - Stock symbol.\n * @param shares - Number of shares to sell. Must be positive. Will be rounded to nearest integer.\n * @returns The stock price at which each share was sold, otherwise 0 if the shares weren\'t sold.\n */\n sellStock(sym: string, shares: number): number;\n\n /**\n * Short stocks.\n * @remarks\n * RAM cost: 2.5 GB\n * Attempts to purchase a short position of a stock using a Market Order.\n *\n * The ability to short a stock is **not** immediately available to the player and\n * must be unlocked later on in the game.\n *\n * If the player does not have enough money to purchase the specified number of shares,\n * then no shares will be purchased. Remember that every transaction on the stock exchange\n * costs a certain commission fee.\n *\n * If the purchase is successful, this function will return the stock price at which each\n * share was purchased. Otherwise, it will return 0.\n *\n * @param sym - Stock symbol.\n * @param shares - Number of shares to short. Must be positive. Will be rounded to nearest integer.\n * @returns The stock price at which each share was purchased, otherwise 0 if the shares weren\'t purchased.\n */\n buyShort(sym: string, shares: number): number;\n\n /**\n * Sell short stock.\n * @remarks\n * RAM cost: 2.5 GB\n * Attempts to sell a short position of a stock using a Market Order.\n *\n * The ability to short a stock is **not** immediately available to the player and\n * must be unlocked later on in the game.\n *\n * If the specified number of shares exceeds the amount that the player actually owns,\n * then this function will sell all owned shares. Remember that every transaction on\n * the stock exchange costs a certain commission fee.\n *\n * If the sale is successful, this function will return the stock price at which each\n * share was sold. Otherwise it will return 0.\n *\n * @param sym - Stock symbol.\n * @param shares - Number of shares to sell. Must be positive. Will be rounded to nearest integer.\n * @returns The stock price at which each share was sold, otherwise 0 if the shares weren\'t sold.\n */\n sellShort(sym: string, shares: number): number;\n\n /**\n * Place order for stocks.\n * @remarks\n * RAM cost: 2.5 GB\n * Places an order on the stock market. This function only works for Limit and Stop Orders.\n *\n * The ability to place limit and stop orders is **not** immediately available to the player and\n * must be unlocked later on in the game.\n *\n * Returns true if the order is successfully placed, and false otherwise.\n *\n * @param sym - Stock symbol.\n * @param shares - Number of shares for order. Must be positive. Will be rounded to nearest integer.\n * @param price - Execution price for the order.\n * @param type - Type of order.\n * @param pos - Specifies whether the order is a “Long” or “Short” position.\n * @returns True if the order is successfully placed, and false otherwise.\n */\n placeOrder(sym: string, shares: number, price: number, type: string, pos: string): boolean;\n\n /**\n * Cancel order for stocks.\n * @remarks\n * RAM cost: 2.5 GB\n * Cancels an outstanding Limit or Stop order on the stock market.\n *\n * The ability to use limit and stop orders is **not** immediately available to the player and\n * must be unlocked later on in the game.\n *\n * @param sym - Stock symbol.\n * @param shares - Number of shares for order. Must be positive. Will be rounded to nearest integer.\n * @param price - Execution price for the order.\n * @param type - Type of order.\n * @param pos - Specifies whether the order is a “Long” or “Short” position.\n */\n cancelOrder(sym: string, shares: number, price: number, type: string, pos: string): void;\n\n /**\n * Returns your order book for the stock market.\n * @remarks\n * RAM cost: 2.5 GB\n * This is an object containing information for all the Limit and Stop Orders you have in the stock market.\n * For each symbol you have a position in, the returned object will have a key with that symbol\'s name.\n * The object\'s properties are each an array of {@link StockOrderObject}\n * The object has the following structure:\n *\n * ```ts\n * {\n * string1: [ // Array of orders for this stock\n * {\n * shares: Order quantity\n * price: Order price\n * type: Order type\n * position: Either "L" or "S" for Long or Short position\n * },\n * {\n * ...\n * },\n * ...\n * ],\n * string2: [ // Array of orders for this stock\n * ...\n * ],\n * ...\n * }\n * ```\n * The “Order type” property can have one of the following four values: "Limit Buy Order", "Limit Sell Order", "Stop Buy Order", "Stop Sell Order".\n * Note that the order book will only contain information for stocks that you actually have orders in.\n *\n * @example\n * ```ts\n * "If you do not have orders in Nova Medical (NVMD), then the returned object will not have a “NVMD” property."\n * {\n * ECP: [\n * {\n * shares: 5,\n * price: 100,000\n * type: "Stop Buy Order",\n * position: "S",\n * },\n * {\n * shares: 25,\n * price: 125,000\n * type: "Limit Sell Order",\n * position: "L",\n * },\n * ],\n * SYSC: [\n * {\n * shares: 100,\n * price: 10,000\n * type: "Limit Buy Order",\n * position: "L",\n * },\n * ],\n * }\n * ```\n * @returns Object containing information for all the Limit and Stop Orders you have in the stock market.\n */\n getOrders(): StockOrder;\n\n /**\n * Returns the volatility of the specified stock.\n * @remarks\n * RAM cost: 2.5 GB\n * Volatility represents the maximum percentage by which a stock’s price can change every tick.\n * The volatility is returned as a decimal value, NOT a percentage\n * (e.g. if a stock has a volatility of 3%, then this function will return 0.03, NOT 3).\n *\n * In order to use this function, you must first purchase access to the Four Sigma (4S) Market Data TIX API.\n *\n * @param sym - Stock symbol.\n * @returns Volatility of the specified stock.\n */\n getVolatility(sym: string): number;\n\n /**\n * Returns the probability that the specified stock’s price will increase (as opposed to decrease) during the next tick.\n * @remarks\n * RAM cost: 2.5 GB\n * The probability is returned as a decimal value, NOT a percentage\n * (e.g. if a stock has a 60% chance of increasing, then this function will return 0.6, NOT 60).\n *\n * In other words, if this function returned 0.30 for a stock, then this means that the stock’s price has a\n * 30% chance of increasing and a 70% chance of decreasing during the next tick.\n *\n * In order to use this function, you must first purchase access to the Four Sigma (4S) Market Data TIX API.\n *\n * @param sym - Stock symbol.\n * @returns Probability that the specified stock’s price will increase (as opposed to decrease) during the next tick.\n */\n getForecast(sym: string): number;\n\n /**\n * Purchase 4S Market Data Access.\n * @remarks RAM cost: 2.5 GB\n * @returns True if you successfully purchased it or if you already have access, false otherwise.\n */\n purchase4SMarketData(): boolean;\n\n /**\n * Purchase 4S Market Data TIX API Access.\n * @remarks RAM cost: 2.5 GB\n * @returns True if you successfully purchased it or if you already have access, false otherwise.\n */\n purchase4SMarketDataTixApi(): boolean;\n\n /**\n * Purchase WSE Account.\n * @remarks RAM cost: 2.5 GB\n * @returns True if you successfully purchased it or if you already have access, false otherwise.\n */\n purchaseWseAccount(): boolean;\n\n /**\n * Purchase TIX API Access\n * @remarks RAM cost: 2.5 GB\n * @returns True if you successfully purchased it or if you already have access, false otherwise.\n */\n purchaseTixApi(): boolean;\n}\n\n/**\n * Singularity API\n * @remarks\n * This API requires Source-File 4 to use. The RAM cost of all these functions is multiplied by 16/4/1 based on Source-File 4 levels.\n * @public\n */\nexport interface Singularity {\n /**\n * Backup game save.\n * @remarks\n * RAM cost: 1 GB * 16/4/1\n *\n *\n * This function will automatically opens the backup save prompt and claim the free faction favour if available.\n *\n */\n exportGame(): void;\n\n /**\n * Returns Backup save bonus availability.\n * @remarks\n * RAM cost: 0.5 GB * 16/4/1\n *\n *\n * This function will check if there is a bonus for backing up your save.\n *\n */\n exportGameBonus(): boolean;\n\n /**\n * Take university class.\n *\n * @remarks\n * RAM cost: 2 GB * 16/4/1\n *\n *\n * This function will automatically set you to start taking a course at a university.\n * If you are already in the middle of some “working” action (such as working at a\n * company, for a faction, or on a program), then running this function will automatically\n * cancel that action and give you your earnings.\n *\n * The cost and experience gains for all of these universities and classes are the same as\n * if you were to manually visit and take these classes.\n *\n * @param universityName - Name of university. You must be in the correct city for whatever university you specify.\n * @param courseName - Name of course.\n * @param focus - Acquire player focus on this class. Optional. Defaults to true.\n * @returns True if action is successfully started, false otherwise.\n */\n universityCourse(universityName: string, courseName: string, focus?: boolean): boolean;\n\n /**\n * Workout at the gym.\n *\n * @remarks\n * RAM cost: 2 GB * 16/4/1\n *\n\n * This function will automatically set you to start working out at a gym to train\n * a particular stat. If you are already in the middle of some “working” action\n * (such as working at a company, for a faction, or on a program), then running\n * this function will automatically cancel that action and give you your earnings.\n *\n * The cost and experience gains for all of these gyms are the same as if you were\n * to manually visit these gyms and train\n *\n * @param gymName - Name of gym. You must be in the correct city for whatever gym you specify.\n * @param stat - The stat you want to train.\n * @param focus - Acquire player focus on this gym workout. Optional. Defaults to true.\n * @returns True if actions is successfully started, false otherwise.\n */\n gymWorkout(gymName: string, stat: string, focus?: boolean): boolean;\n\n /**\n * Travel to another city.\n * @remarks\n * RAM cost: 2 GB * 16/4/1\n *\n *\n * This function allows the player to travel to any city. The cost for using this\n * function is the same as the cost for traveling through the Travel Agency.\n *\n * @param city - City to travel to.\n * @returns True if action is successful, false otherwise.\n */\n travelToCity(city: string): boolean;\n\n /**\n * Purchase the TOR router.\n * @remarks\n * RAM cost: 2 GB * 16/4/1\n *\n *\n * This function allows you to automatically purchase a TOR router. The cost for\n * purchasing a TOR router using this function is the same as if you were to\n * manually purchase one.\n *\n * @returns True if actions is successful or you already own TOR router, false otherwise.\n */\n purchaseTor(): boolean;\n\n /**\n * Purchase a program from the dark web.\n * @remarks\n * RAM cost: 2 GB * 16/4/1\n *\n *\n * This function allows you to automatically purchase programs. You MUST have a\n * TOR router in order to use this function. The cost of purchasing programs\n * using this function is the same as if you were purchasing them through the Dark\n * Web using the Terminal buy command.\n *\n * @example\n * ```ts\n * // NS1\n * purchaseProgram("brutessh.exe");\n * ```\n * @example\n * ```ts\n * // NS2\n * ns.purchaseProgram("brutessh.exe");\n * ```\n * @param programName - Name of program to purchase.\n * @returns True if the specified program is purchased, and false otherwise.\n */\n purchaseProgram(programName: string): boolean;\n\n /**\n * Check if the player is busy.\n * @remarks\n * RAM cost: 0.5 GB * 16/4/1\n *\n *\n * Returns a boolean indicating whether or not the player is currently performing an\n * ‘action’. These actions include working for a company/faction, studying at a university,\n * working out at a gym, creating a program, committing a crime, or carrying out a Hacking Mission.\n *\n * @returns True if the player is currently performing an ‘action’, false otherwise.\n */\n isBusy(): boolean;\n\n /**\n * Stop the current action.\n * @remarks\n * RAM cost: 1 GB * 16/4/1\n *\n *\n * This function is used to end whatever ‘action’ the player is currently performing.\n * The player will receive whatever money/experience/etc. he has earned from that action.\n *\n * The actions that can be stopped with this function are:\n *\n * * Studying at a university\n * * Working out at a gym\n * * Working for a company/faction\n * * Creating a program\n * * Committing a crime\n *\n * This function will return true if the player’s action was ended.\n * It will return false if the player was not performing an action when this function was called.\n *\n * @returns True if the player’s action was ended, false if the player was not performing an action.\n */\n stopAction(): boolean;\n\n /**\n * Upgrade home computer RAM.\n * @remarks\n * RAM cost: 3 GB * 16/4/1\n *\n *\n * This function will upgrade amount of RAM on the player’s home computer. The cost is\n * the same as if you were to do it manually.\n *\n * This function will return true if the player’s home computer RAM is successfully upgraded, and false otherwise.\n *\n * @returns True if the player’s home computer RAM is successfully upgraded, and false otherwise.\n */\n upgradeHomeRam(): boolean;\n\n /**\n * Upgrade home computer cores.\n * @remarks\n * RAM cost: 3 GB * 16/4/1\n *\n *\n * This function will upgrade amount of cores on the player’s home computer. The cost is\n * the same as if you were to do it manually.\n *\n * This function will return true if the player’s home computer cores is successfully upgraded, and false otherwise.\n *\n * @returns True if the player’s home computer cores is successfully upgraded, and false otherwise.\n */\n upgradeHomeCores(): boolean;\n\n /**\n * Get the price of upgrading home RAM.\n * @remarks\n * RAM cost: 1.5 GB * 16/4/1\n *\n *\n * Returns the cost of upgrading the player’s home computer RAM.\n *\n * @returns Cost of upgrading the player’s home computer RAM.\n */\n getUpgradeHomeRamCost(): number;\n\n /**\n * Get the price of upgrading home cores.\n * @remarks\n * RAM cost: 1.5 GB * 16/4/1\n *\n *\n * Returns the cost of upgrading the player’s home computer cores.\n *\n * @returns Cost of upgrading the player’s home computer cores.\n */\n getUpgradeHomeCoresCost(): number;\n\n /**\n * Work for a company.\n * @remarks\n * RAM cost: 3 GB * 16/4/1\n *\n *\n * This function will automatically set you to start working at the company\n * at which you are employed. If you are already in the middle of some “working”\n * action (such as working for a faction, training at a gym, or creating a program),\n * then running this function will automatically cancel that action and give you\n * your earnings.\n *\n * This function will return true if the player starts working, and false otherwise.\n *\n * Note that when you are working for a company, you will not actually receive your earnings (reputation, money, experience) until you FINISH the action.\n *\n * @example\n * ```ts\n * // NS1:\n * //If you only want to work until you get 100,000 company reputation. One small hack to get around this is to continuously restart the action to receive your earnings:\n * while (getCompanyRep(COMPANY HERE) < VALUE) {\n * workForCompany();\n * sleep(60000);\n * }\n * //This way, your company reputation will be updated every minute.\n * ```\n * @example\n * ```ts\n * // NS2:\n * //If you only want to work until you get 100,000 company reputation. One small hack to get around this is to continuously restart the action to receive your earnings:\n * while (ns.getCompanyRep(COMPANY HERE) < VALUE) {\n * ns.workForCompany();\n * await ns.sleep(60000);\n * }\n * //This way, your company reputation will be updated every minute.\n * ```\n * @param companyName - Name of company to work for. Must be an exact match. Optional. If not specified, this argument defaults to the last job that you worked\n * @param focus - Acquire player focus on this work operation. Optional. Defaults to true.\n * @returns True if the player starts working, and false otherwise.\n */\n workForCompany(companyName: string, focus?: boolean): boolean;\n\n /**\n * Quit jobs by company.\n * @remarks\n * RAM cost: 3 GB * 16/4/1\n *\n *\n * This function will finish work with the company provided and quit any jobs.\n *\n * @param companyName - Name of the company.\n */\n quitJob(companyName?: string): void;\n\n /**\n * Apply for a job at a company.\n * @remarks\n * RAM cost: 3 GB * 16/4/1\n *\n *\n * This function will automatically try to apply to the specified company\n * for a position in the specified field. This function can also be used to\n * apply for promotions by specifying the company and field you are already\n * employed at.\n *\n * This function will return true if you successfully get a job/promotion,\n * and false otherwise. Note that if you are trying to use this function to\n * apply for a promotion and you don’t get one, it will return false.\n *\n * @param companyName - Name of company to apply to.\n * @param field - Field to which you want to apply.\n * @returns True if the player successfully get a job/promotion, and false otherwise.\n */\n applyToCompany(companyName: string, field: string): boolean;\n\n /**\n * Get company reputation.\n * @remarks\n * RAM cost: 1 GB * 16/4/1\n *\n *\n * This function will return the amount of reputation you have at the specified company.\n * If the company passed in as an argument is invalid, -1 will be returned.\n *\n * @param companyName - Name of the company.\n * @returns Amount of reputation you have at the specified company.\n */\n getCompanyRep(companyName: string): number;\n\n /**\n * Get company favor.\n * @remarks\n * RAM cost: 1 GB * 16/4/1\n *\n *\n * This function will return the amount of favor you have at the specified company.\n * If the company passed in as an argument is invalid, -1 will be returned.\n *\n * @param companyName - Name of the company.\n * @returns Amount of favor you have at the specified company.\n */\n getCompanyFavor(companyName: string): number;\n\n /**\n * Get company favor gain.\n * @remarks\n * RAM cost: 0.75 GB * 16/4/1\n *\n *\n * This function will return the amount of favor you will gain for the specified\n * company when you reset by installing Augmentations.\n *\n * @param companyName - Name of the company.\n * @returns Amount of favor you gain at the specified company when you reset by installing Augmentations.\n */\n getCompanyFavorGain(companyName: string): number;\n\n /**\n * List all current faction invitations.\n * @remarks\n * RAM cost: 3 GB * 16/4/1\n *\n *\n * Returns an array with the name of all Factions you currently have outstanding invitations from.\n *\n * @returns Array with the name of all Factions you currently have outstanding invitations from.\n */\n checkFactionInvitations(): string[];\n\n /**\n * Join a faction.\n * @remarks\n * RAM cost: 3 GB * 16/4/1\n *\n *\n * This function will automatically accept an invitation from a faction and join it.\n *\n * @param faction - Name of faction to join.\n * @returns True if player joined the faction, and false otherwise.\n */\n joinFaction(faction: string): boolean;\n\n /**\n * Work for a faction.\n * @remarks\n * RAM cost: 3 GB * 16/4/1\n *\n *\n * This function will automatically set you to start working for the specified faction.\n * Obviously, you must be a member of the faction or else this function will fail. If\n * you are already in the middle of some “working” action (such as working for a company,\n * training at a gym, or creating a program), then running this function will automatically\n * cancel that action and give you your earnings.\n *\n * This function will return true if you successfully start working for the specified faction, and false otherwise.\n *\n * Note that when you are working for a faction, you will not actually receive your earnings (reputation, experience) until you FINISH the action.\n *\n * @example\n * ```ts\n * // NS1:\n * //If you only want to work until you get 100,000 faction reputation. One small hack to get around this is to continuously restart the action to receive your earnings:\n * while (getFactionRep(FACTION NAME) < VALUE) {\n * workForFaction(FACNAME, WORKTYPE);\n * sleep(60000);\n * }\n * //This way, your faction reputation will be updated every minute.\n * ```\n * @example\n * ```ts\n * // NS2:\n * //If you only want to work until you get 100,000 faction reputation. One small hack to get around this is to continuously restart the action to receive your earnings:\n * while (ns.getFactionRep(FACTION NAME) < VALUE) {\n * ns.workForFaction(FACNAME, WORKTYPE);\n * await ns.sleep(60000);\n * }\n * //This way, your faction reputation will be updated every minute.\n * ```\n * @param faction - Name of faction to work for.\n * @param workType - Type of work to perform for the faction.\n * @param focus - Acquire player focus on this work operation. Optional. Defaults to true.\n * @returns True if the player starts working, and false otherwise.\n */\n workForFaction(faction: string, workType: string, focus?: boolean): boolean;\n\n /**\n * Get faction reputation.\n * @remarks\n * RAM cost: 1 GB * 16/4/1\n *\n *\n * This function returns the amount of reputation you have for the specified faction.\n *\n * @param faction - Name of faction to work for.\n * @returns Amount of reputation you have for the specified faction.\n */\n getFactionRep(faction: string): number;\n\n /**\n * Get faction favor.\n * @remarks\n * RAM cost: 1 GB * 16/4/1\n *\n *\n * This function returns the amount of favor you have for the specified faction.\n *\n * @param faction - Name of faction.\n * @returns Amount of favor you have for the specified faction.\n */\n getFactionFavor(faction: string): number;\n\n /**\n * Get faction favor gain.\n * @remarks\n * RAM cost: 0.75 GB * 16/4/1\n *\n *\n * This function returns the amount of favor you will gain for the specified\n * faction when you reset by installing Augmentations.\n *\n * @param faction - Name of faction.\n * @returns Amount of favor you will gain for the specified faction when you reset by installing Augmentations.\n */\n getFactionFavorGain(faction: string): number;\n\n /**\n * Donate to a faction.\n * @remarks\n * RAM cost: 5 GB * 16/4/1\n *\n *\n * Attempts to donate money to the specified faction in exchange for reputation.\n * Returns true if you successfully donate the money, and false otherwise.\n *\n * @param faction - Name of faction to donate to.\n * @param amount - Amount of money to donate.\n * @returns True if the money was donated, and false otherwise.\n */\n donateToFaction(faction: string, amount: number): boolean;\n\n /**\n * Create a program.\n * @remarks\n * RAM cost: 5 GB * 16/4/1\n *\n *\n * This function will automatically set you to start working on creating the\n * specified program. If you are already in the middle of some “working” action\n * (such as working for a company, training at a gym, or taking a course), then\n * running this function will automatically cancel that action and give you your\n * earnings.\n *\n * This function returns true if you successfully start working on the specified program, and false otherwise.\n *\n * Note that creating a program using this function has the same hacking level requirements as it normally would. These level requirements are:\n * * BruteSSH.exe: 50\n * * FTPCrack.exe: 100\n * * relaySMTP.exe: 250\n * * HTTPWorm.exe: 500\n * * SQLInject.exe: 750\n * * DeepscanV1.exe: 75\n * * DeepscanV2.exe: 400\n * * ServerProfiler.exe: 75\n * * AutoLink.exe: 25\n *\n * @example\n * ```ts\n * // NS1:\n * createProgram(“relaysmtp.exe”);\n * ```\n * @example\n * ```ts\n * // NS2:\n * ns.createProgram(“relaysmtp.exe”);\n * ```\n * @param program - Name of program to create.\n * @param focus - Acquire player focus on this program creation. Optional. Defaults to true.\n * @returns True if you successfully start working on the specified program, and false otherwise.\n */\n createProgram(program: string, focus?: boolean): boolean;\n\n /**\n * Commit a crime.\n * @remarks\n * RAM cost: 5 GB * 16/4/1\n *\n *\n * This function is used to automatically attempt to commit crimes.\n * If you are already in the middle of some ‘working’ action (such\n * as working for a company or training at a gym), then running this\n * function will automatically cancel that action and give you your\n * earnings.\n *\n * This function returns the number of milliseconds it takes to attempt the\n * specified crime (e.g It takes 60 seconds to attempt the ‘Rob Store’ crime,\n * so running `commitCrime(\'rob store\')` will return 60,000).\n *\n * Warning: I do not recommend using the time returned from this function to try\n * and schedule your crime attempts. Instead, I would use the isBusy Singularity\n * function to check whether you have finished attempting a crime. This is because\n * although the game sets a certain crime to be X amount of seconds, there is no\n * guarantee that your browser will follow that time limit.\n *\n * @param crime - Name of crime to attempt.\n * @param focus - Acquire player focus on this crime. Optional. Defaults to true.\n * @returns The number of milliseconds it takes to attempt the specified crime.\n */\n commitCrime(crime: string, focus?: boolean): number;\n\n /**\n * Get chance to successfully commit a crime.\n * @remarks\n * RAM cost: 5 GB * 16/4/1\n *\n *\n * This function returns your chance of success at committing the specified crime.\n *\n * @param crime - Name of crime.\n * @returns Chance of success at committing the specified crime.\n */\n getCrimeChance(crime: string): number;\n\n /**\n * Get stats related to a crime.\n * @remarks\n * RAM cost: 5 GB * 16/4/1\n *\n *\n * Returns the stats of the crime.\n *\n * @param crime - Name of crime. Not case-sensitive\n * @returns The stats of the crime.\n */\n getCrimeStats(crime: string): CrimeStats;\n\n /**\n * Get a list of owned augmentation.\n * @remarks\n * RAM cost: 5 GB * 16/4/1\n *\n *\n * This function returns an array containing the names (as strings) of all Augmentations you have.\n *\n * @param purchased - Specifies whether the returned array should include Augmentations you have purchased but not yet installed. By default, this argument is false which means that the return value will NOT have the purchased Augmentations.\n * @returns Array containing the names (as strings) of all Augmentations you have.\n */\n getOwnedAugmentations(purchased?: boolean): string[];\n\n /**\n * Get a list of acquired Source-Files.\n * @remarks\n * RAM cost: 5 GB\n *\n * Returns an array of source files\n *\n * @returns Array containing an object with number and level of the source file.\n */\n getOwnedSourceFiles(): SourceFileLvl[];\n\n /**\n * Get a list of augmentation available from a faction.\n * @remarks\n * RAM cost: 5 GB * 16/4/1\n *\n *\n * Returns an array containing the names (as strings) of all Augmentations\n * that are available from the specified faction.\n *\n * @param faction - Name of faction.\n * @returns Array containing the names of all Augmentations.\n */\n getAugmentationsFromFaction(faction: string): string[];\n\n /**\n * Get the pre-requisite of an augmentation.\n * @remarks\n * RAM cost: 5 GB * 16/4/1\n *\n *\n * This function returns an array with the names of the prerequisite Augmentation(s) for the specified Augmentation.\n * If there are no prerequisites, a blank array is returned.\n *\n * @param augName - Name of Augmentation.\n * @returns Array with the names of the prerequisite Augmentation(s) for the specified Augmentation.\n */\n getAugmentationPrereq(augName: string): string[];\n\n /**\n * Get the price and reputation of an augmentation.\n * @deprecated use getAugmentationPrice getAugmentationRepCost\n * @remarks\n * RAM cost: 5 GB * 16/4/1\n *\n *\n * This function returns an array with two elements that gives the cost for\n * the specified Augmentation. The first element in the returned array is the\n * reputation requirement of the Augmentation, and the second element is the\n * money cost.\n *\n * If an invalid Augmentation name is passed in for the augName argument, this\n * function will return the array [-1, -1].\n *\n * @param augName - Name of Augmentation.\n * @returns Array with first element as a reputation requirement and second element as the money cost.\n */\n getAugmentationCost(augName: string): [number, number];\n\n /**\n * Get price of an augmentation.\n * @remarks\n * RAM cost: 2.5 GB * 16/4/1\n *\n *\n * @param augName - Name of Augmentation.\n * @returns Price of the augmentation.\n */\n getAugmentationPrice(augName: string): number;\n\n /**\n * Get base price of an augmentation.\n * @remarks\n * RAM cost: 2.5 GB * 16/4/1\n *\n *\n * @param augName - Name of Augmentation.\n * @returns Base price of the augmentation, before price multiplier.\n */\n getAugmentationBasePrice(augName: string): number;\n\n /**\n * Get reputation requirement of an augmentation.\n * @remarks\n * RAM cost: 2.5 GB * 16/4/1\n *\n *\n * @param augName - Name of Augmentation.\n * @returns Reputation requirement of the augmentation.\n */\n getAugmentationRepReq(augName: string): number;\n\n /**\n * Purchase an augmentation\n * @remarks\n * RAM cost: 5 GB * 16/4/1\n *\n *\n * This function will try to purchase the specified Augmentation through the given Faction.\n *\n * This function will return true if the Augmentation is successfully purchased, and false otherwise.\n *\n * @param faction - Name of faction to purchase Augmentation from.\n * @param augmentation - Name of Augmentation to purchase.\n * @returns True if the Augmentation is successfully purchased, and false otherwise.\n */\n purchaseAugmentation(faction: string, augmentation: string): boolean;\n\n /**\n * Get the stats of an augmentation.\n * @remarks\n * RAM cost: 5 GB * 16/4/1\n *\n *\n * This function returns augmentation stats.\n *\n * @param name - Name of Augmentation. CASE-SENSITIVE.\n * @returns Augmentation stats.\n */\n getAugmentationStats(name: string): Multipliers;\n\n /**\n * Install your purchased augmentations.\n * @remarks\n * RAM cost: 5 GB * 16/4/1\n *\n *\n * This function will automatically install your Augmentations, resetting the game as usual. If you do not own uninstalled Augmentations then the game will not reset.\n *\n * @param cbScript - This is a script that will automatically be run after Augmentations are installed (after the reset). This script will be run with no arguments and 1 thread. It must be located on your home computer.\n */\n installAugmentations(cbScript?: string): void;\n\n /**\n * Hospitalize the player.\n * @remarks\n * RAM cost: 0.25 GB * 16/4/1\n */\n hospitalize(): void;\n\n /**\n * Soft reset the game.\n * @remarks\n * RAM cost: 5 GB * 16/4/1\n *\n *\n * This function will perform a reset even if you don’t have any augmentation installed.\n *\n * @param cbScript - This is a script that will automatically be run after Augmentations are installed (after the reset). This script will be run with no arguments and 1 thread. It must be located on your home computer.\n */\n softReset(cbScript: string): void;\n\n /**\n * Go to a location.\n * @remarks\n * RAM cost: 5 GB * 16/4/1\n *\n *\n * Move the player to a specific location.\n *\n * @param locationName - Name of the location.\n * @returns True if the player was moved there, false otherwise.\n */\n goToLocation(locationName: string): boolean;\n\n /**\n * Get the current server.\n * @remarks\n * RAM cost: 2 GB * 16/4/1\n *\n *\n * @returns Name of the current server.\n */\n getCurrentServer(): string;\n\n /**\n * Connect to a server.\n * @remarks\n * RAM cost: 2 GB * 16/4/1\n *\n *\n * Run the connect HOSTNAME command in the terminal. Can only connect to neighbors.\n *\n * @returns True if the connect command was successful, false otherwise.\n */\n connect(hostname: string): boolean;\n\n /**\n * Run the hack command in the terminal.\n * @remarks\n * RAM cost: 2 GB * 16/4/1\n *\n *\n * @returns Amount of money stolen by manual hacking.\n */\n manualHack(): Promise;\n\n /**\n * Run the backdoor command in the terminal.\n * @remarks\n * RAM cost: 2 GB * 16/4/1\n *\n *\n * @returns Promise waiting for the installation to finish.\n */\n installBackdoor(): Promise;\n\n /**\n * Check if the player is focused.\n * @remarks\n * RAM cost: 0.1 GB * 16/4/1\n *\n *\n * @returns True if the player is focused.\n */\n isFocused(): boolean;\n\n /**\n * Set the players focus.\n * @remarks\n * RAM cost: 0.1 GB * 16/4/1\n *\n * @returns True if the focus was changed.\n */\n setFocus(focus: boolean): boolean;\n\n /**\n * Get a list of programs offered on the dark web.\n * @remarks\n * RAM cost: 1 GB * 16/4/1\n *\n *\n * This function allows the player to get a list of programs available for purchase\n * on the dark web. Players MUST have purchased Tor to get the list of programs\n * available. If Tor has not been purchased yet, this function will return an\n * empty list.\n *\n * @example\n * ```ts\n * // NS1\n * getDarkwebPrograms();\n * // returns [\'BruteSSH.exe\', \'FTPCrack.exe\'...etc]\n * ```\n * @example\n * ```ts\n * // NS2\n * ns.getDarkwebPrograms();\n * // returns [\'BruteSSH.exe\', \'FTPCrack.exe\'...etc]\n * ```\n * @returns - a list of programs available for purchase on the dark web, or [] if Tor has not\n * been purchased\n */\n getDarkwebPrograms(): string[];\n\n /**\n * Check the price of an exploit on the dark web\n * @remarks\n * RAM cost: 0.5 GB * 16/4/1\n *\n *\n * This function allows you to check the price of a darkweb exploit/program.\n * You MUST have a TOR router in order to use this function. The price returned\n * by this function is the same price you would see with buy -l from the terminal.\n * Returns the cost of the program if it has not been purchased yet, 0 if it\n * has already been purchased, or -1 if Tor has not been purchased (and thus\n * the program/exploit is not available for purchase).\n *\n * If the program does not exist, an error is thrown.\n *\n *\n * @example\n * ```ts\n * // NS1\n * getDarkwebProgramCost("brutessh.exe");\n * ```\n * @example\n * ```ts\n * // NS2\n * ns.getDarkwebProgramCost("brutessh.exe");\n * ```\n * @param programName - Name of program to check the price of\n * @returns Price of the specified darkweb program\n * (if not yet purchased), 0 if it has already been purchased, or -1 if Tor has not been\n * purchased. Throws an error if the specified program/exploit does not exist\n */\n getDarkwebProgramCost(programName: string): number;\n\n /**\n * b1t_flum3 into a different BN.\n * @remarks\n * RAM cost: 16 GB * 16/4/1\n *\n * @param nextBN - BN number to jump to\n * @param callbackScript - Name of the script to launch in the next BN.\n */\n b1tflum3(nextBN: number, callbackScript?: string): void;\n\n /**\n * Destroy the w0r1d_d43m0n and move on to the next BN.\n * @remarks\n * RAM cost: 32 GB * 16/4/1\n *\n * You must have the special augment installed and the required hacking level\n * OR\n * Completed the final black op.\n *\n * @param nextBN - BN number to jump to\n * @param callbackScript - Name of the script to launch in the next BN.\n */\n destroyW0r1dD43m0n(nextBN: number, callbackScript?: string): void;\n\n /**\n * Get the current work the player is doing.\n * @remarks\n * RAM cost: 0.5 GB * 16/4/1\n *\n * @returns - An object representing the current work. Fields depend on the kind of work.\n */\n getCurrentWork(): any | null;\n}\n\n/**\n * Hacknet API\n * @remarks\n * Not all these functions are immediately available.\n * @public\n */\nexport interface Hacknet {\n /**\n * Get the number of hacknet nodes you own.\n * @remarks\n * RAM cost: 0 GB\n *\n * Returns the number of Hacknet Nodes you own.\n *\n * @returns Number of hacknet nodes.\n */\n numNodes(): number;\n\n /**\n * Get the maximum number of hacknet nodes.\n * @remarks\n * RAM cost: 0 GB\n *\n * @returns Maximum number of hacknet nodes.\n */\n maxNumNodes(): number;\n\n /**\n * Purchase a new hacknet node.\n * @remarks\n * RAM cost: 0 GB\n *\n * Purchases a new Hacknet Node. Returns a number with the index of the\n * Hacknet Node. This index is equivalent to the number at the end of\n * the Hacknet Node’s name (e.g The Hacknet Node named `hacknet-node-4`\n * will have an index of 4).\n *\n * If the player cannot afford to purchase a new Hacknet Node then the function will return -1.\n *\n * @returns The index of the Hacknet Node or if the player cannot afford to purchase a new Hacknet Node the function will return -1.\n */\n purchaseNode(): number;\n\n /**\n * Get the price of the next hacknet node.\n * @remarks\n * RAM cost: 0 GB\n *\n * Returns the cost of purchasing a new Hacknet Node.\n *\n * @returns Cost of purchasing a new Hacknet Node.\n */\n getPurchaseNodeCost(): number;\n\n /**\n * Get the stats of a hacknet node.\n * @remarks\n * RAM cost: 0 GB\n *\n * Returns an object containing a variety of stats about the specified Hacknet Node.\n *\n * Note that for Hacknet Nodes, production refers to the amount of money the node generates.\n * For Hacknet Servers (the upgraded version of Hacknet Nodes), production refers to the\n * amount of hashes the node generates.\n *\n * @param index - Index/Identifier of Hacknet Node\n * @returns Object containing a variety of stats about the specified Hacknet Node.\n */\n getNodeStats(index: number): NodeStats;\n\n /**\n * Upgrade the level of a hacknet node.\n * @remarks\n * RAM cost: 0 GB\n *\n * Tries to upgrade the level of the specified Hacknet Node by n.\n *\n * Returns true if the Hacknet Node’s level is successfully upgraded by n\n * or if it is upgraded by some positive amount and the Node reaches its max level.\n *\n * Returns false otherwise.\n *\n * @param index - Index/Identifier of Hacknet Node.\n * @param n - Number of levels to purchase. Must be positive. Rounded to nearest integer.\n * @returns True if the Hacknet Node’s level is successfully upgraded, false otherwise.\n */\n upgradeLevel(index: number, n: number): boolean;\n\n /**\n * Upgrade the RAM of a hacknet node.\n * @remarks\n * RAM cost: 0 GB\n *\n * Tries to upgrade the specified Hacknet Node’s RAM n times.\n * Note that each upgrade doubles the Node’s RAM.\n * So this is equivalent to multiplying the Node’s RAM by 2 n.\n *\n * Returns true if the Hacknet Node’s RAM is successfully upgraded n times\n * or if it is upgraded some positive number of times and the Node reaches its max RAM.\n *\n * Returns false otherwise.\n *\n * @param index - Index/Identifier of Hacknet Node.\n * @param n - Number of times to upgrade RAM. Must be positive. Rounded to nearest integer.\n * @returns True if the Hacknet Node’s RAM is successfully upgraded, false otherwise.\n */\n upgradeRam(index: number, n: number): boolean;\n\n /**\n * Upgrade the core of a hacknet node.\n * @remarks\n * RAM cost: 0 GB\n *\n * Tries to purchase n cores for the specified Hacknet Node.\n *\n * Returns true if it successfully purchases n cores for the Hacknet Node\n * or if it purchases some positive amount and the Node reaches its max number of cores.\n *\n * Returns false otherwise.\n *\n * @param index - Index/Identifier of Hacknet Node.\n * @param n - Number of cores to purchase. Must be positive. Rounded to nearest integer.\n * @returns True if the Hacknet Node’s cores are successfully purchased, false otherwise.\n */\n upgradeCore(index: number, n: number): boolean;\n\n /**\n * Upgrade the cache of a hacknet node.\n * @remarks\n * RAM cost: 0 GB\n *\n * This function is only applicable for Hacknet Servers (the upgraded version of a Hacknet Node).\n *\n * Tries to upgrade the specified Hacknet Server’s cache n times.\n *\n * Returns true if it successfully upgrades the Server’s cache n times,\n * or if it purchases some positive amount and the Server reaches its max cache level.\n *\n * Returns false otherwise.\n *\n * @param index - Index/Identifier of Hacknet Node.\n * @param n - Number of cache levels to purchase. Must be positive. Rounded to nearest integer.\n * @returns True if the Hacknet Node’s cache level is successfully upgraded, false otherwise.\n */\n upgradeCache(index: number, n: number): boolean;\n\n /**\n * Calculate the cost of upgrading hacknet node levels.\n * @remarks\n * RAM cost: 0 GB\n *\n * Returns the cost of upgrading the specified Hacknet Node by n levels.\n *\n * If an invalid value for n is provided, then this function returns 0.\n * If the specified Hacknet Node is already at max level, then Infinity is returned.\n *\n * @param index - Index/Identifier of Hacknet Node.\n * @param n - Number of levels to upgrade. Must be positive. Rounded to nearest integer.\n * @returns Cost of upgrading the specified Hacknet Node.\n */\n getLevelUpgradeCost(index: number, n: number): number;\n\n /**\n * Calculate the cost of upgrading hacknet node RAM.\n * @remarks\n * RAM cost: 0 GB\n *\n * Returns the cost of upgrading the RAM of the specified Hacknet Node n times.\n *\n * If an invalid value for n is provided, then this function returns 0.\n * If the specified Hacknet Node already has max RAM, then Infinity is returned.\n *\n * @param index - Index/Identifier of Hacknet Node.\n * @param n - Number of times to upgrade RAM. Must be positive. Rounded to nearest integer.\n * @returns Cost of upgrading the specified Hacknet Node\'s RAM.\n */\n getRamUpgradeCost(index: number, n: number): number;\n\n /**\n * Calculate the cost of upgrading hacknet node cores.\n * @remarks\n * RAM cost: 0 GB\n *\n * Returns the cost of upgrading the number of cores of the specified Hacknet Node by n.\n *\n * If an invalid value for n is provided, then this function returns 0.\n * If the specified Hacknet Node is already at max level, then Infinity is returned.\n *\n * @param index - Index/Identifier of Hacknet Node.\n * @param n - Number of times to upgrade cores. Must be positive. Rounded to nearest integer.\n * @returns Cost of upgrading the specified Hacknet Node\'s number of cores.\n */\n getCoreUpgradeCost(index: number, n: number): number;\n\n /**\n * Calculate the cost of upgrading hacknet node cache.\n * @remarks\n * RAM cost: 0 GB\n *\n * This function is only applicable for Hacknet Servers (the upgraded version of a Hacknet Node).\n *\n * Returns the cost of upgrading the cache level of the specified Hacknet Server by n.\n *\n * If an invalid value for n is provided, then this function returns 0.\n * If the specified Hacknet Node is already at max level, then Infinity is returned.\n *\n * @param index - Index/Identifier of Hacknet Node.\n * @param n - Number of times to upgrade cache. Must be positive. Rounded to nearest integer.\n * @returns Cost of upgrading the specified Hacknet Node\'s cache.\n */\n getCacheUpgradeCost(index: number, n: number): number;\n\n /**\n * Get the total number of hashes stored.\n * @remarks\n * RAM cost: 0 GB\n *\n * This function is only applicable for Hacknet Servers (the upgraded version of a Hacknet Node).\n *\n * Returns the number of hashes you have.\n *\n * @returns Number of hashes you have.\n */\n numHashes(): number;\n\n /**\n * Get the maximum number of hashes you can store.\n * @remarks\n * RAM cost: 0 GB\n *\n * This function is only applicable for Hacknet Servers (the upgraded version of a Hacknet Node).\n *\n * Returns the number of hashes you can store.\n *\n * @returns Number of hashes you can store.\n */\n hashCapacity(): number;\n\n /**\n * Get the cost of a hash upgrade.\n * @remarks\n * RAM cost: 0 GB\n *\n * This function is only applicable for Hacknet Servers (the upgraded version of a Hacknet Node).\n *\n * Returns the number of hashes required for the specified upgrade. The name of the upgrade must be an exact match.\n *\n * @example\n * ```ts\n * // NS1:\n * var upgradeName = "Sell for Corporation Funds";\n * if (hacknet.numHashes() > hacknet.hashCost(upgradeName)) {\n * hacknet.spendHashes(upgradeName);\n * }\n * ```\n * @example\n * ```ts\n * // NS2:\n * const upgradeName = "Sell for Corporation Funds";\n * if (ns.hacknet.numHashes() > ns.hacknet.hashCost(upgradeName)) {\n * ns.hacknet.spendHashes(upgradeName);\n * }\n * ```\n * @param upgName - Name of the upgrade of Hacknet Node.\n * @param count - Number of upgrades to buy at once. Defaults to 1 if not specified.\n * @returns Number of hashes required for the specified upgrade.\n */\n hashCost(upgName: string, count?: number): number;\n\n /**\n * Purchase a hash upgrade.\n * @remarks\n * RAM cost: 0 GB\n *\n * This function is only applicable for Hacknet Servers (the upgraded version of a Hacknet Node).\n *\n * Spend the hashes generated by your Hacknet Servers on an upgrade.\n * Returns a boolean value - true if the upgrade is successfully purchased, and false otherwise.\n *\n * The name of the upgrade must be an exact match.\n * The `upgTarget` argument is used for upgrades such as `Reduce Minimum Security`, which applies to a specific server.\n * In this case, the `upgTarget` argument must be the hostname of the server.\n *\n * @example\n * ```ts\n * // NS1:\n * hacknet.spendHashes("Sell for Corporation Funds");\n * hacknet.spendHashes("Increase Maximum Money", "foodnstuff");\n * ```\n * @example\n * ```ts\n * NS2:\n * ns.hacknet.spendHashes("Sell for Corporation Funds");\n * ns.hacknet.spendHashes("Increase Maximum Money", "foodnstuff");\n * ```\n * @param upgName - Name of the upgrade of Hacknet Node.\n * @param upgTarget - Object to which upgrade applies. Required for certain upgrades.\n * @param count - Number of upgrades to buy at once. Defaults to 1 if not specified.\n * For compatibility reasons, upgTarget must be specified, even if it is not used, in order to specify count.\n * @returns True if the upgrade is successfully purchased, and false otherwise.\n */\n spendHashes(upgName: string, upgTarget?: string, count?: number): boolean;\n\n /**\n * Get the list of hash upgrades\n * @remarks\n * RAM cost: 0 GB\n *\n * This function is only applicable for Hacknet Servers (the upgraded version of a Hacknet Node).\n *\n * Returns the list of all available hash upgrades that can be used in the spendHashes function.\n * @example\n * ```ts\n * // NS1:\n * var upgrades = hacknet.getHashUpgrades(); // ["Sell for Money","Sell for Corporation Funds",...]\n * ```\n * @example\n * ```ts\n * // NS2:\n * const upgrades = ns.hacknet.getHashUpgrades(); // ["Sell for Money","Sell for Corporation Funds",...]\n * ```\n * @returns An array containing the available upgrades\n */\n getHashUpgrades(): string[];\n\n /**\n * Get the level of a hash upgrade.\n * @remarks\n * RAM cost: 0 GB\n *\n * This function is only applicable for Hacknet Servers (the upgraded version of a Hacknet Node).\n *\n * @returns Level of the upgrade.\n */\n getHashUpgradeLevel(upgName: string): number;\n\n /**\n * Get the multiplier to study.\n * @remarks\n * RAM cost: 0 GB\n *\n * This function is only applicable for Hacknet Servers (the upgraded version of a Hacknet Node).\n *\n * @returns Multiplier.\n */\n getStudyMult(): number;\n\n /**\n * Get the multiplier to training.\n * @remarks\n * RAM cost: 0 GB\n *\n * This function is only applicable for Hacknet Servers (the upgraded version of a Hacknet Node).\n *\n * @returns Multiplier.\n */\n getTrainingMult(): number;\n}\n\n/**\n * Bladeburner API\n * @remarks\n * You have to be employed in the Bladeburner division and be in BitNode-7\n * or have Source-File 7 in order to use this API.\n * @public\n */\nexport interface Bladeburner {\n /**\n * List all contracts.\n * @remarks\n * RAM cost: 0.4 GB\n *\n * Returns an array of strings containing the names of all Bladeburner contracts.\n *\n * @returns Array of strings containing the names of all Bladeburner contracts.\n */\n getContractNames(): string[];\n\n /**\n * List all operations.\n * @remarks\n * RAM cost: 0.4 GB\n *\n * Returns an array of strings containing the names of all Bladeburner operations.\n *\n * @returns Array of strings containing the names of all Bladeburner operations.\n */\n getOperationNames(): string[];\n\n /**\n * List all black ops.\n * @remarks\n * RAM cost: 0.4 GB\n *\n * Returns an array of strings containing the names of all Bladeburner Black Ops.\n *\n * @returns Array of strings containing the names of all Bladeburner Black Ops.\n */\n getBlackOpNames(): string[];\n\n /**\n * List all general actions.\n * @remarks\n * RAM cost: 0.4 GB\n *\n * Returns an array of strings containing the names of all general Bladeburner actions.\n *\n * @returns Array of strings containing the names of all general Bladeburner actions.\n */\n getGeneralActionNames(): string[];\n\n /**\n * List all skills.\n * @remarks\n * RAM cost: 0.4 GB\n *\n * Returns an array of strings containing the names of all general Bladeburner skills.\n *\n * @returns Array of strings containing the names of all general Bladeburner skills.\n */\n getSkillNames(): string[];\n\n /**\n * Start an action.\n * @remarks\n * RAM cost: 4 GB\n *\n * Attempts to start the specified Bladeburner action.\n * Returns true if the action was started successfully, and false otherwise.\n *\n * @param type - Type of action.\n * @param name - Name of action. Must be an exact match\n * @returns True if the action was started successfully, and false otherwise.\n */\n startAction(type: string, name: string): boolean;\n\n /**\n * Stop current action.\n * @remarks\n * RAM cost: 2 GB\n *\n * Stops the current Bladeburner action.\n *\n */\n stopBladeburnerAction(): void;\n\n /**\n * Get current action.\n * @remarks\n * RAM cost: 1 GB\n *\n * Returns an object that represents the player’s current Bladeburner action.\n * If the player is not performing an action, the function will return an object with the ‘type’ property set to “Idle”.\n *\n * @returns Object that represents the player’s current Bladeburner action.\n */\n getCurrentAction(): BladeburnerCurAction;\n\n /**\n * Get the time to complete an action.\n * @remarks\n * RAM cost: 4 GB\n *\n * Returns the number of milliseconds it takes to complete the specified action\n *\n * @param type - Type of action.\n * @param name - Name of action. Must be an exact match.\n * @returns Number of milliseconds it takes to complete the specified action.\n */\n getActionTime(type: string, name: string): number;\n\n /**\n * Get the time elapsed on current action.\n * @remarks\n * RAM cost: 4 GB\n *\n * Returns the number of milliseconds already spent on the current action.\n *\n * @returns Number of milliseconds already spent on the current action.\n */\n getActionCurrentTime(): number;\n\n /**\n * Get estimate success chance of an action.\n * @remarks\n * RAM cost: 4 GB\n *\n * Returns the estimated success chance for the specified action.\n * This chance is returned as a decimal value, NOT a percentage\n * (e.g. if you have an estimated success chance of 80%, then this function will return 0.80, NOT 80).\n *\n * @param type - Type of action.\n * @param name - Name of action. Must be an exact match.\n * @returns Estimated success chance for the specified action.\n */\n getActionEstimatedSuccessChance(type: string, name: string): [number, number];\n\n /**\n * Get the reputation gain of an action.\n * @remarks\n * RAM cost: 4 GB\n *\n * Returns the average Bladeburner reputation gain for successfully\n * completing the specified action.\n * Note that this value is an ‘average’ and the real reputation gain may vary slightly from this value.\n *\n * @param type - Type of action.\n * @param name - Name of action. Must be an exact match.\n * @param level - Optional action level at which to calculate the gain\n * @returns Average Bladeburner reputation gain for successfully completing the specified action.\n */\n getActionRepGain(type: string, name: string, level: number): number;\n\n /**\n * Get action count remaining.\n * @remarks\n * RAM cost: 4 GB\n *\n * Returns the remaining count of the specified action.\n *\n * Note that this is meant to be used for Contracts and Operations.\n * This function will return ‘Infinity’ for actions such as Training and Field Analysis.\n * This function will return 1 for BlackOps not yet completed regardless of whether\n * the player has the required rank to attempt the mission or not.\n *\n * @param type - Type of action.\n * @param name - Name of action. Must be an exact match.\n * @returns Remaining count of the specified action.\n */\n getActionCountRemaining(type: string, name: string): number;\n\n /**\n * Get the maximum level of an action.\n * @remarks\n * RAM cost: 4 GB\n *\n * Returns the maximum level for this action.\n *\n * Returns -1 if an invalid action is specified.\n *\n * @param type - Type of action.\n * @param name - Name of action. Must be an exact match.\n * @returns Maximum level of the specified action.\n */\n getActionMaxLevel(type: string, name: string): number;\n\n /**\n * Get the current level of an action.\n * @remarks\n * RAM cost: 4 GB\n *\n * Returns the current level of this action.\n *\n * Returns -1 if an invalid action is specified.\n *\n * @param type - Type of action.\n * @param name - Name of action. Must be an exact match.\n * @returns Current level of the specified action.\n */\n getActionCurrentLevel(type: string, name: string): number;\n\n /**\n * Get whether an action is set to autolevel.\n * @remarks\n * RAM cost: 4 GB\n *\n * Return a boolean indicating whether or not this action is currently set to autolevel.\n *\n * Returns false if an invalid action is specified.\n *\n * @param type - Type of action.\n * @param name - Name of action. Must be an exact match.\n * @returns True if the action is set to autolevel, and false otherwise.\n */\n getActionAutolevel(type: string, name: string): boolean;\n\n /**\n * Set an action autolevel.\n * @remarks\n * RAM cost: 4 GB\n *\n * Enable/disable autoleveling for the specified action.\n *\n * @param type - Type of action.\n * @param name - Name of action. Must be an exact match.\n * @param autoLevel - Whether or not to autolevel this action\n */\n setActionAutolevel(type: string, name: string, autoLevel: boolean): void;\n\n /**\n * Set the level of an action.\n * @remarks\n * RAM cost: 4 GB\n *\n * Set the level for the specified action.\n *\n * @param type - Type of action.\n * @param name - Name of action. Must be an exact match.\n * @param level - Level to set this action to.\n */\n setActionLevel(type: string, name: string, level: number): void;\n\n /**\n * Get player bladeburner rank.\n * @remarks\n * RAM cost: 4 GB\n *\n * Returns the player’s Bladeburner Rank.\n *\n * @returns Player’s Bladeburner Rank.\n */\n getRank(): number;\n\n /**\n * Get black op required rank.\n * @remarks\n * RAM cost: 2 GB\n *\n * Returns the rank required to complete this BlackOp.\n *\n * Returns -1 if an invalid action is specified.\n *\n * @param name - Name of BlackOp. Must be an exact match.\n * @returns Rank required to complete this BlackOp.\n */\n getBlackOpRank(name: string): number;\n\n /**\n * Get bladeburner skill points.\n * @remarks\n * RAM cost: 4 GB\n *\n * Returns the number of Bladeburner skill points you have.\n *\n * @returns Number of Bladeburner skill points you have.\n */\n getSkillPoints(): number;\n\n /**\n * Get skill level.\n * @remarks\n * RAM cost: 4 GB\n *\n * This function returns your level in the specified skill.\n *\n * The function returns -1 if an invalid skill name is passed in.\n *\n * @param skillName - Name of skill. Case-sensitive and must be an exact match\n * @returns Level in the specified skill.\n */\n getSkillLevel(name: string): number;\n\n /**\n * Get cost to upgrade skill.\n * @remarks\n * RAM cost: 4 GB\n *\n * This function returns the number of skill points needed to upgrade the specified skill the specified number of times.\n *\n * The function returns -1 if an invalid skill name is passed in.\n *\n * @param skillName - Name of skill. Case-sensitive and must be an exact match\n * @param count - Number of times to upgrade the skill. Defaults to 1 if not specified.\n * @returns Number of skill points needed to upgrade the specified skill.\n */\n getSkillUpgradeCost(name: string, count?: number): number;\n\n /**\n * Upgrade skill.\n * @remarks\n * RAM cost: 4 GB\n *\n * Attempts to upgrade the specified Bladeburner skill the specified number of times.\n *\n * Returns true if the skill is successfully upgraded, and false otherwise.\n *\n * @param skillName - Name of skill to be upgraded. Case-sensitive and must be an exact match\n * @param count - Number of times to upgrade the skill. Defaults to 1 if not specified.\n * @returns true if the skill is successfully upgraded, and false otherwise.\n */\n upgradeSkill(name: string, count?: number): boolean;\n\n /**\n * Get team size.\n * @remarks\n * RAM cost: 4 GB\n *\n * Returns the number of Bladeburner team members you have assigned to the specified action.\n *\n * Setting a team is only applicable for Operations and BlackOps. This function will return 0 for other action types.\n *\n * @param type - Type of action.\n * @param name - Name of action. Must be an exact match.\n * @returns Number of Bladeburner team members that were assigned to the specified action.\n */\n getTeamSize(type: string, name: string): number;\n\n /**\n * Set team size.\n * @remarks\n * RAM cost: 4 GB\n *\n * Set the team size for the specified Bladeburner action.\n *\n * Returns the team size that was set, or -1 if the function failed.\n *\n * @param type - Type of action.\n * @param name - Name of action. Must be an exact match.\n * @param size - Number of team members to set. Will be converted using Math.round().\n * @returns Number of Bladeburner team members you assigned to the specified action.\n */\n setTeamSize(type: string, name: string, size: number): number;\n\n /**\n * Get estimated population in city.\n * @remarks\n * RAM cost: 4 GB\n *\n * Returns the estimated number of Synthoids in the specified city,\n * or -1 if an invalid city was specified.\n *\n * @param cityName - Name of city. Case-sensitive\n * @returns Estimated number of Synthoids in the specified city.\n */\n getCityEstimatedPopulation(name: string): number;\n\n /**\n * Get number of communities in a city.\n * @remarks\n * RAM cost: 4 GB\n *\n * Returns the estimated number of Synthoid communities in the specified city,\n * or -1 if an invalid city was specified.\n *\n * @param cityName - Name of city. Case-sensitive\n * @returns Number of Synthoids communities in the specified city.\n */\n getCityCommunities(name: string): number;\n\n /**\n * Get chaos of a city.\n * @remarks\n * RAM cost: 4 GB\n *\n * Returns the chaos in the specified city,\n * or -1 if an invalid city was specified.\n *\n * @param cityName - Name of city. Case-sensitive\n * @returns Chaos in the specified city.\n */\n getCityChaos(name: string): number;\n\n /**\n * Get current city.\n * @remarks\n * RAM cost: 4 GB\n *\n * Returns the city that the player is currently in (for Bladeburner).\n *\n * @returns City that the player is currently in (for Bladeburner).\n */\n getCity(): string;\n\n /**\n * Travel to another city in bladeburner.\n * @remarks\n * RAM cost: 4 GB\n * Attempts to switch to the specified city (for Bladeburner only).\n *\n * Returns true if successful, and false otherwise\n *\n * @param cityName - Name of city. Case-sensitive\n * @returns true if successful, and false otherwise\n */\n switchCity(name: string): boolean;\n\n /**\n * Get bladeburner stamina.\n * @remarks\n * RAM cost: 4 GB\n * Returns an array with two elements:\n * * [Current stamina, Max stamina]\n * @example\n * ```ts\n * // NS1:\n * function getStaminaPercentage() {\n * var res = bladeburner.getStamina();\n * return res[0] / res[1];\n * }\n * ```\n * @example\n * ```ts\n * // NS2:\n * function getStaminaPercentage() {\n * const [current, max] = ns.bladeburner.getStamina();\n * return current / max;\n * }\n * ```\n * @returns Array containing current stamina and max stamina.\n */\n getStamina(): [number, number];\n\n /**\n * Join the bladeburner faction.\n * @remarks\n * RAM cost: 4 GB\n * Attempts to join the Bladeburner faction.\n *\n * Returns true if you successfully join the Bladeburner faction, or if you are already a member.\n *\n * Returns false otherwise.\n *\n * @returns True if you successfully join the Bladeburner faction, or if you are already a member, false otherwise.\n */\n joinBladeburnerFaction(): boolean;\n\n /**\n * Join the bladeburner division.\n * @remarks\n * RAM cost: 4 GB\n *\n * Attempts to join the Bladeburner division.\n *\n * Returns true if you successfully join the Bladeburner division, or if you are already a member.\n *\n * Returns false otherwise.\n *\n * @returns True if you successfully join the Bladeburner division, or if you are already a member, false otherwise.\n */\n joinBladeburnerDivision(): boolean;\n\n /**\n * Get bladeburner bonus time.\n * @remarks\n * RAM cost: 0 GB\n *\n * Returns the amount of accumulated “bonus time” (milliseconds) for the Bladeburner mechanic.\n *\n * “Bonus time” is accumulated when the game is offline or if the game is inactive in the browser.\n *\n * “Bonus time” makes the game progress faster, up to 5x the normal speed.\n * For example, if an action takes 30 seconds to complete but you’ve accumulated over\n * 30 seconds in bonus time, then the action will only take 6 seconds in real life to complete.\n *\n * @returns Amount of accumulated “bonus time” (milliseconds) for the Bladeburner mechanic.\n */\n getBonusTime(): number;\n}\n\n/**\n * Coding Contract API\n * @public\n */\nexport interface CodingContract {\n /**\n * Attempts a coding contract.\n * @remarks\n * RAM cost: 10 GB\n *\n * Attempts to solve the Coding Contract with the provided solution.\n *\n * @param answer - Solution for the contract.\n * @param filename - Filename of the contract.\n * @param host - Hostname of the server containing the contract. Optional. Defaults to current server if not provided.\n * @param opts - Optional parameters for configuring function behavior.\n * @returns True if the solution was correct, false otherwise. If the returnReward option is configured, then the function will instead return a string. If the contract is successfully solved, the string will contain a description of the contract’s reward. Otherwise, it will be an empty string.\n */\n attempt(\n answer: string | number | any[],\n filename: string,\n host?: string,\n opts?: CodingAttemptOptions,\n ): boolean | string;\n\n /**\n * Get the type of a coding contract.\n * @remarks\n * RAM cost: 5 GB\n *\n * Returns a name describing the type of problem posed by the Coding Contract.\n * (e.g. Find Largest Prime Factor, Total Ways to Sum, etc.)\n *\n * @param filename - Filename of the contract.\n * @param host - Hostname of the server containing the contract. Optional. Defaults to current server if not provided.\n * @returns Name describing the type of problem posed by the Coding Contract.\n */\n getContractType(filename: string, host?: string): string;\n\n /**\n * Get the description.\n * @remarks\n * RAM cost: 5 GB\n *\n * Get the full text description for the problem posed by the Coding Contract.\n *\n * @param filename - Filename of the contract.\n * @param host - Hostname of the server containing the contract. Optional. Defaults to current server if not provided.\n * @returns Contract’s text description.\n */\n getDescription(filename: string, host?: string): string;\n\n /**\n * Get the input data.\n * @remarks\n * RAM cost: 5 GB\n *\n * Get the data associated with the specific Coding Contract.\n * Note that this is not the same as the contract’s description.\n * This is just the data that the contract wants you to act on in order to solve the contract.\n *\n * @param filename - Filename of the contract.\n * @param host - Host of the server containing the contract. Optional. Defaults to current server if not provided.\n * @returns The specified contract’s data, data type depends on contract type.\n */\n getData(filename: string, host?: string): CodingContractData;\n\n /**\n * Get the number of attempts remaining.\n * @remarks\n * RAM cost: 2 GB\n *\n * Get the number of tries remaining on the contract before it self-destructs.\n *\n * @param filename - Filename of the contract.\n * @param host - Hostname of the server containing the contract. Optional. Defaults to current server if not provided.\n * @returns How many attempts are remaining for the contract.\n */\n getNumTriesRemaining(filename: string, host?: string): number;\n\n /**\n * Generate a dummy contract.\n * @remarks\n * RAM cost: 2 GB\n *\n * Generate a dummy contract on the home computer with no reward. Used to test various algorithms.\n *\n * @param type - Type of contract to generate\n */\n createDummyContract(type: string): void;\n\n /**\n * List all contract types.\n * @remarks\n * RAM cost: 2 GB\n */\n getContractTypes(): string[];\n}\n\n/**\n * Gang API\n * @remarks\n * If you are not in BitNode-2, then you must have Source-File 2 in order to use this API.\n * @public\n */\nexport interface Gang {\n /**\n * Create a gang.\n * @remarks\n * RAM cost: 1GB\n *\n * Create a gang with the specified faction.\n * @returns True if the gang was created, false otherwise.\n */\n createGang(faction: string): boolean;\n\n /**\n * Check if you\'re in a gang.\n * @remarks\n * RAM cost: 1GB\n * @returns True if you\'re in a gang, false otherwise.\n */\n inGang(): boolean;\n\n /**\n * List all gang members.\n * @remarks\n * RAM cost: 1 GB\n *\n * Get the names of all Gang members\n *\n * @returns Names of all Gang members.\n */\n getMemberNames(): string[];\n\n /**\n * Get information about your gang.\n * @remarks\n * RAM cost: 2 GB\n *\n * Get general information about the gang.\n *\n * @returns Object containing general information about the gang.\n */\n getGangInformation(): GangGenInfo;\n\n /**\n * Get information about the other gangs.\n * @remarks\n * RAM cost: 2 GB\n *\n * Get territory and power information about all gangs.\n *\n * @returns Object containing territory and power information about all gangs.\n */\n getOtherGangInformation(): GangOtherInfo;\n\n /**\n * Get information about a specific gang member.\n * @remarks\n * RAM cost: 2 GB\n *\n * Get stat and equipment-related information about a Gang Member\n *\n * @param name - Name of member.\n * @returns Object containing stat and equipment-related information about a Gang Member.\n */\n getMemberInformation(name: string): GangMemberInfo;\n\n /**\n * Check if you can recruit a new gang member.\n * @remarks\n * RAM cost: 1 GB\n *\n * Returns boolean indicating whether a member can currently be recruited\n *\n * @returns True if a member can currently be recruited, false otherwise.\n */\n canRecruitMember(): boolean;\n\n /**\n * Recruit a new gang member.\n * @remarks\n * RAM cost: 2 GB\n *\n * Attempt to recruit a new gang member.\n *\n * Possible reasons for failure:\n * * Cannot currently recruit a new member\n * * There already exists a member with the specified name\n *\n * @param name - Name of member to recruit.\n * @returns True if the member was successfully recruited, false otherwise.\n */\n recruitMember(name: string): boolean;\n\n /**\n * List member task names.\n * @remarks\n * RAM cost: 1 GB\n *\n * Get the name of all valid tasks that Gang members can be assigned to.\n *\n * @returns All valid tasks that Gang members can be assigned to.\n */\n getTaskNames(): string[];\n\n /**\n * Set gang member to task.\n * @remarks\n * RAM cost: 2 GB\n *\n * Attempts to assign the specified Gang Member to the specified task.\n * If an invalid task is specified, the Gang member will be set to idle (“Unassigned”).\n *\n * @param memberName - Name of Gang member to assign.\n * @param taskName - Task to assign.\n * @returns True if the Gang Member was successfully assigned to the task, false otherwise.\n */\n setMemberTask(memberName: string, taskName: string): boolean;\n\n /**\n * Get stats of a task.\n * @remarks\n * RAM cost: 1 GB\n *\n * Get the stats of a gang task stats. This is typically used to evaluate which action should be executed next.\n *\n * @param name - Name of the task.\n * @returns Detailed stats of a task.\n */\n getTaskStats(name: string): GangTaskStats;\n\n /**\n * List equipment names.\n * @remarks\n * RAM cost: 1 GB\n *\n * Get the name of all possible equipment/upgrades you can purchase for your Gang Members.\n * This includes Augmentations.\n *\n * @returns Names of all Equipments/Augmentations.\n */\n getEquipmentNames(): string[];\n\n /**\n * Get cost of equipment.\n * @remarks\n * RAM cost: 2 GB\n *\n * Get the amount of money it takes to purchase a piece of Equipment or an Augmentation.\n * If an invalid Equipment/Augmentation is specified, this function will return Infinity.\n *\n * @param equipName - Name of equipment.\n * @returns Cost to purchase the specified Equipment/Augmentation (number). Infinity for invalid arguments\n */\n getEquipmentCost(equipName: string): number;\n\n /**\n * Get type of an equipment.\n * @remarks\n * RAM cost: 2 GB\n *\n * Get the specified equipment type.\n *\n * @param equipName - Name of equipment.\n * @returns Type of the equipment.\n */\n getEquipmentType(equipName: string): string;\n\n /**\n * Get stats of an equipment.\n * @remarks\n * RAM cost: 2 GB\n *\n * Get the specified equipment stats.\n *\n * @param equipName - Name of equipment.\n * @returns A dictionary containing the stats of the equipment.\n */\n getEquipmentStats(equipName: string): EquipmentStats;\n\n /**\n * Purchase an equipment for a gang member.\n * @remarks\n * RAM cost: 4 GB\n *\n * Attempt to purchase the specified Equipment/Augmentation for the specified Gang member.\n *\n * @param memberName - Name of Gang member to purchase the equipment for.\n * @param equipName - Name of Equipment/Augmentation to purchase.\n * @returns True if the equipment was successfully purchased. False otherwise\n */\n purchaseEquipment(memberName: string, equipName: string): boolean;\n\n /**\n * Ascend a gang member.\n * @remarks\n * RAM cost: 4 GB\n *\n * Ascend the specified Gang Member.\n *\n * @param memberName - Name of member to ascend.\n * @returns Object with info about the ascension results. Undefined if ascension did not occur.\n */\n ascendMember(memberName: string): GangMemberAscension | undefined;\n\n /**\n * Get the result of an ascension without ascending.\n * @remarks\n * RAM cost: 2 GB\n *\n * Get the result of an ascension without ascending.\n *\n * @param memberName - Name of member.\n * @returns Object with info about the ascension results. Undefined if ascension is impossible.\n */\n getAscensionResult(memberName: string): GangMemberAscension | undefined;\n\n /**\n * Enable/Disable territory warfare.\n * @remarks\n * RAM cost: 2 GB\n *\n * Set whether or not the gang should engage in territory warfare\n *\n * @param engage - Whether or not to engage in territory warfare.\n */\n setTerritoryWarfare(engage: boolean): void;\n\n /**\n * Get chance to win clash with other gang.\n * @remarks\n * RAM cost: 4 GB\n *\n * Returns the chance you have to win a clash with the specified gang. The chance is returned in decimal form, not percentage\n *\n * @param gangName - Target gang\n * @returns Chance you have to win a clash with the specified gang.\n */\n getChanceToWinClash(gangName: string): number;\n\n /**\n * Get bonus time.\n * @remarks\n * RAM cost: 0 GB\n *\n * Returns the amount of accumulated “bonus time” (milliseconds) for the Gang mechanic.\n *\n * “Bonus time” is accumulated when the game is offline or if the game is inactive in the browser.\n *\n * “Bonus time” makes the game progress faster, up to 10x the normal speed.\n *\n * @returns Bonus time for the Gang mechanic in milliseconds.\n */\n getBonusTime(): number;\n}\n\n/**\n * Sleeve API\n * @remarks\n * If you are not in BitNode-10, then you must have Source-File 10 in order to use this API.\n * @public\n */\nexport interface Sleeve {\n /**\n * Get the number of sleeves you own.\n * @remarks\n * RAM cost: 4 GB\n *\n * Return the number of duplicate sleeves the player has.\n *\n * @returns number of duplicate sleeves the player has.\n */\n getNumSleeves(): number;\n\n /**\n * Get the stats of a sleeve.\n * @remarks\n * RAM cost: 4 GB\n *\n * Return a structure containing the stats of the sleeve.\n *\n * @param sleeveNumber - Index of the sleeve to get stats of.\n * @returns Object containing the stats of the sleeve.\n */\n getSleeveStats(sleeveNumber: number): SleeveSkills;\n\n /**\n * Get information about a sleeve.\n * @remarks\n * RAM cost: 4 GB\n *\n * Return a struct containing tons of information about this sleeve\n *\n * @param sleeveNumber - Index of the sleeve to retrieve information.\n * @returns Object containing tons of information about this sleeve.\n */\n getInformation(sleeveNumber: number): SleeveInformation;\n\n /**\n * Get task of a sleeve.\n * @remarks\n * RAM cost: 4 GB\n *\n * Return the current task that the sleeve is performing. type is set to “Idle” if the sleeve isn’t doing anything.\n *\n * @param sleeveNumber - Index of the sleeve to retrieve task from.\n * @returns Object containing information the current task that the sleeve is performing.\n */\n getTask(sleeveNumber: number): SleeveTask;\n\n /**\n * Set a sleeve to shock recovery.\n * @remarks\n * RAM cost: 4 GB\n *\n * Return a boolean indicating whether or not this action was set successfully.\n *\n * @param sleeveNumber - Index of the sleeve to start recovery.\n * @returns True if this action was set successfully, false otherwise.\n */\n setToShockRecovery(sleeveNumber: number): boolean;\n\n /**\n * Set a sleeve to synchronize.\n * @remarks\n * RAM cost: 4 GB\n *\n * Return a boolean indicating whether or not this action was set successfully.\n *\n * @param sleeveNumber - Index of the sleeve to start synchronizing.\n * @returns True if this action was set successfully, false otherwise.\n */\n setToSynchronize(sleeveNumber: number): boolean;\n\n /**\n * Set a sleeve to commit crime.\n * @remarks\n * RAM cost: 4 GB\n *\n * Return a boolean indicating whether or not this action was set successfully.\n *\n * Returns false if an invalid action is specified.\n *\n * You can set a sleeve to commit one of the following crimes. The crime names are not\n * case sensitive. For example, you can pass in the crime name as `"Shoplift"`,\n * `"shoplift"`, `"shopLift"`, or even `"SHOPLIFT"`.\n *\n * - Assassination\n * - Bond forgery\n * - Deal drugs\n * - Grand theft auto\n * - Heist\n * - Homicide\n * - Kidnap\n * - Larceny\n * - Mug\n * - Rob store\n * - Shoplift\n * - Traffick arms\n *\n * @example\n * ```ts\n * // NS1\n * // Assign the first 3 sleeves to commit various crimes.\n * var crime = ["mug", "rob store", "shoplift"];\n * for (var i = 0; i < crime.length; i++) {\n * tprintf("Sleeve %d commits crime: %s", i, crime[i]);\n * sleeve.setToCommitCrime(i, crime[i]);\n * }\n * ```\n * @example\n * ```ts\n * // NS2\n * // Assign the first 3 sleeves to commit various crimes.\n * const crime = ["mug", "rob store", "shoplift"];\n * for (let i = 0; i < crime.length; i++) {\n * ns.tprintf("Sleeve %d commits crime: %s", i, crime[i]);\n * ns.sleeve.setToCommitCrime(i, crime[i]);\n * }\n * ```\n *\n * @param sleeveNumber - Index of the sleeve to start committing crime. Sleeves are numbered starting from 0.\n * @param name - Name of the crime. Must be an exact match. Refer to the list of crimes.\n * @returns True if this action was set successfully, false otherwise.\n */\n setToCommitCrime(sleeveNumber: number, name: string): boolean;\n\n /**\n * Set a sleeve to work for a faction.\n * @remarks\n * RAM cost: 4 GB\n *\n * Return a boolean indicating whether or not the sleeve started working or this faction.\n *\n * @param sleeveNumber - Index of the sleeve to work for the faction.\n * @param factionName - Name of the faction to work for.\n * @param factionWorkType - Name of the action to perform for this faction.\n * @returns True if the sleeve started working on this faction, false otherwise, can also throw on errors\n */\n setToFactionWork(sleeveNumber: number, factionName: string, factionWorkType: string): boolean | undefined;\n\n /**\n * Set a sleeve to work for a company.\n * @remarks\n * RAM cost: 4 GB\n *\n * Return a boolean indicating whether or not the sleeve started working or this company.\n *\n * @param sleeveNumber - Index of the sleeve to work for the company.\n * @param companyName - Name of the company to work for.\n * @returns True if the sleeve started working on this company, false otherwise.\n */\n setToCompanyWork(sleeveNumber: number, companyName: string): boolean;\n\n /**\n * Set a sleeve to take a class at a university.\n * @remarks\n * RAM cost: 4 GB\n *\n * Return a boolean indicating whether or not this action was set successfully.\n *\n * @param sleeveNumber - Index of the sleeve to start taking class.\n * @param university - Name of the university to attend.\n * @param className - Name of the class to follow.\n * @returns True if this action was set successfully, false otherwise.\n */\n setToUniversityCourse(sleeveNumber: number, university: string, className: string): boolean;\n\n /**\n * Set a sleeve to workout at the gym.\n * @remarks\n * RAM cost: 4 GB\n *\n * Return a boolean indicating whether or not the sleeve started working out.\n *\n * @param sleeveNumber - Index of the sleeve to workout at the gym.\n * @param gymName - Name of the gym.\n * @param stat - Name of the stat to train.\n * @returns True if the sleeve started working out, false otherwise.\n */\n setToGymWorkout(sleeveNumber: number, gymName: string, stat: string): boolean;\n\n /**\n * Make a sleeve travel to another city.\n * @remarks\n * RAM cost: 4 GB\n *\n * Return a boolean indicating whether or not the sleeve reached destination.\n *\n * @param sleeveNumber - Index of the sleeve to travel.\n * @param cityName - Name of the destination city.\n * @returns True if the sleeve reached destination, false otherwise.\n */\n travel(sleeveNumber: number, cityName: string): boolean;\n\n /**\n * Get augmentations installed on a sleeve.\n * @remarks\n * RAM cost: 4 GB\n *\n * Return a list of augmentation names that this sleeve has installed.\n *\n * @param sleeveNumber - Index of the sleeve to retrieve augmentations from.\n * @returns List of augmentation names that this sleeve has installed.\n */\n getSleeveAugmentations(sleeveNumber: number): string[];\n\n /**\n * Get price of an augmentation.\n * @remarks\n * RAM cost: 4 GB\n *\n *\n * @param augName - Name of Augmentation.\n * @returns Price of the augmentation.\n */\n getSleeveAugmentationPrice(augName: string): number;\n\n /**\n * Get reputation requirement of an augmentation.\n * @remarks\n * RAM cost: 4 GB\n *\n *\n * @param augName - Name of Augmentation.\n * @returns Reputation requirement of the augmentation.\n */\n getSleeveAugmentationRepReq(augName: string): number;\n\n /**\n * List purchasable augs for a sleeve.\n * @remarks\n * RAM cost: 4 GB\n *\n * Return a list of augmentations that the player can buy for this sleeve.\n *\n * @param sleeveNumber - Index of the sleeve to retrieve purchasable augmentations from.\n * @returns List of augmentations that the player can buy for this sleeve.\n */\n getSleevePurchasableAugs(sleeveNumber: number): AugmentPair[];\n\n /**\n * Purchase an aug for a sleeve.\n * @remarks\n * RAM cost: 4 GB\n *\n * Return true if the aug was purchased and installed on the sleeve.\n *\n * @param sleeveNumber - Index of the sleeve to buy an aug for.\n * @param augName - Name of the aug to buy. Must be an exact match.\n * @returns True if the aug was purchased and installed on the sleeve, false otherwise.\n */\n purchaseSleeveAug(sleeveNumber: number, augName: string): boolean;\n\n /**\n * Set a sleeve to perform bladeburner actions.\n * @remarks\n * RAM cost: 4 GB\n *\n * Return a boolean indicating whether or not the sleeve started working out.\n *\n * @param sleeveNumber - Index of the sleeve to workout at the gym.\n * @param action - Name of the action to be performed.\n * @param contract - Name of the contract if applicable.\n * @returns True if the sleeve started working out, false otherwise.\n */\n setToBladeburnerAction(sleeveNumber: number, action: string, contract?: string): boolean;\n}\n\n/**\n * Grafting API\n * @remarks\n * This API requires Source-File 10 to use.\n * @public\n */\nexport interface Grafting {\n /**\n * Retrieve the grafting cost of an aug.\n * @remarks\n * RAM cost: 3.75 GB\n *\n * @param augName - Name of the aug to check the price of. Must be an exact match.\n * @returns The cost required to graft the named augmentation.\n * @throws Will error if an invalid Augmentation name is provided.\n */\n getAugmentationGraftPrice(augName: string): number;\n\n /**\n * Retrieves the time required to graft an aug.\n * @remarks\n * RAM cost: 3.75 GB\n *\n * @param augName - Name of the aug to check the grafting time of. Must be an exact match.\n * @returns The time required, in millis, to graft the named augmentation.\n * @throws Will error if an invalid Augmentation name is provided.\n */\n getAugmentationGraftTime(augName: string): number;\n\n /**\n * Retrieves a list of Augmentations that can be grafted.\n * @remarks\n * RAM cost: 5 GB\n *\n * Note that this function returns a list of currently graftable Augmentations,\n * based off of the Augmentations that you already own.\n *\n * @returns An array of graftable Augmentations.\n */\n getGraftableAugmentations(): string[];\n\n /**\n * Begins grafting the named aug. You must be in New Tokyo to use this.\n * @remarks\n * RAM cost: 7.5 GB\n *\n * @param augName - The name of the aug to begin grafting. Must be an exact match.\n * @param focus - Acquire player focus on this Augmentation grafting. Optional. Defaults to true.\n * @returns True if the aug successfully began grafting, false otherwise (e.g. not enough money, or\n * invalid Augmentation name provided).\n * @throws Will error if called while you are not in New Tokyo.\n */\n graftAugmentation(augName: string, focus?: boolean): boolean;\n}\n\n/**\n * Skills formulas\n * @public\n */\ninterface SkillsFormulas {\n /**\n * Calculate skill level.\n * @param exp - experience for that skill\n * @param skillMult - Multiplier for that skill, defaults to 1.\n * @returns The calculated skill level.\n */\n calculateSkill(exp: number, skillMult?: number): number;\n /**\n * Calculate exp for skill level.\n * @param skill - target skill level\n * @param skillMult - Multiplier for that skill, defaults to 1.\n * @returns The calculated exp required.\n */\n calculateExp(skill: number, skillMult?: number): number;\n}\n\n/** @public */\nexport interface WorkStats {\n money: number;\n reputation: number;\n hackExp: number;\n strExp: number;\n defExp: number;\n dexExp: number;\n agiExp: number;\n chaExp: number;\n intExp: number;\n}\n\n/**\n * Work formulas\n * @public\n */\ninterface WorkFormulas {\n crimeGains(crimeType: string): WorkStats;\n classGains(player: Player, classType: string, locationName: string): WorkStats;\n factionGains(player: Player, workType: string, favor: number): WorkStats;\n}\n\n/**\n * Reputation formulas\n * @public\n */\ninterface ReputationFormulas {\n /**\n * Calculate the total required amount of faction reputation to reach a target favor.\n * @param favor - target faction favor.\n * @returns The calculated faction reputation required.\n */\n calculateFavorToRep(favor: number): number;\n /**\n * Calculate the resulting faction favor of a total amount of reputation.\n * (Faction favor is gained whenever you install an Augmentation.)\n * @param rep - amount of reputation.\n * @returns The calculated faction favor.\n */\n calculateRepToFavor(rep: number): number;\n\n /**\n * Calculate how much rep would be gained.\n * @param amount - Amount of money donated\n * @param player - Player info from {@link NS.getPlayer | getPlayer}\n */\n repFromDonation(amount: number, player: Player): number;\n}\n\n/**\n * Hacking formulas\n * @public\n */\ninterface HackingFormulas {\n /**\n * Calculate hack chance.\n * (Ex: 0.25 would indicate a 25% chance of success.)\n * @param server - Server info from {@link NS.getServer | getServer}\n * @param player - Player info from {@link NS.getPlayer | getPlayer}\n * @returns The calculated hack chance.\n */\n hackChance(server: Server, player: Player): number;\n /**\n * Calculate hack exp for one thread.\n * @remarks\n * Multiply by thread to get total exp\n * @param server - Server info from {@link NS.getServer | getServer}\n * @param player - Player info from {@link NS.getPlayer | getPlayer}\n * @returns The calculated hack exp.\n */\n hackExp(server: Server, player: Player): number;\n /**\n * Calculate hack percent for one thread.\n * (Ex: 0.25 would steal 25% of the server\'s current value.)\n * @remarks\n * Multiply by thread to get total percent hacked.\n * @param server - Server info from {@link NS.getServer | getServer}\n * @param player - Player info from {@link NS.getPlayer | getPlayer}\n * @returns The calculated hack percent.\n */\n hackPercent(server: Server, player: Player): number;\n /**\n * Calculate the percent a server would grow to.\n * (Ex: 3.0 would would grow the server to 300% of its current value.)\n * @param server - Server info from {@link NS.getServer | getServer}\n * @param threads - Amount of thread.\n * @param player - Player info from {@link NS.getPlayer | getPlayer}\n * @param cores - Number of cores on the computer that will execute grow.\n * @returns The calculated grow percent.\n */\n growPercent(server: Server, threads: number, player: Player, cores?: number): number;\n /**\n * Calculate hack time.\n * @param server - Server info from {@link NS.getServer | getServer}\n * @param player - Player info from {@link NS.getPlayer | getPlayer}\n * @returns The calculated hack time.\n */\n hackTime(server: Server, player: Player): number;\n /**\n * Calculate grow time.\n * @param server - Server info from {@link NS.getServer | getServer}\n * @param player - Player info from {@link NS.getPlayer | getPlayer}\n * @returns The calculated grow time.\n */\n growTime(server: Server, player: Player): number;\n /**\n * Calculate weaken time.\n * @param server - Server info from {@link NS.getServer | getServer}\n * @param player - Player info from {@link NS.getPlayer | getPlayer}\n * @returns The calculated weaken time.\n */\n weakenTime(server: Server, player: Player): number;\n}\n\n/**\n * Hacknet Node formulas\n * @public\n */\ninterface HacknetNodesFormulas {\n /**\n * Calculate money gain rate.\n * @param level - level of the node.\n * @param ram - ram of the node.\n * @param cores - cores of the node.\n * @param mult - player production mult (default to 1)\n * @returns The calculated money gain rate.\n */\n moneyGainRate(level: number, ram: number, cores: number, mult?: number): number;\n /**\n * Calculate cost of upgrading hacknet node level.\n * @param startingLevel - starting level\n * @param extraLevels - amount of level to purchase (defaults to 1)\n * @param costMult - player cost reduction (default to 1)\n * @returns The calculated cost.\n */\n levelUpgradeCost(startingLevel: number, extraLevels?: number, costMult?: number): number;\n /**\n * Calculate cost of upgrading hacknet node ram.\n * @param startingRam - starting ram\n * @param extraLevels - amount of level of ram to purchase (defaults to 1)\n * @param costMult - player cost reduction (default to 1)\n * @returns The calculated cost.\n */\n ramUpgradeCost(startingRam: number, extraLevels?: number, costMult?: number): number;\n /**\n * Calculate cost of upgrading hacknet node cores.\n * @param startingCore - starting cores\n * @param extraCores - amount of cores to purchase (defaults to 1)\n * @param costMult - player cost reduction (default to 1)\n * @returns The calculated cost.\n */\n coreUpgradeCost(startingCore: number, extraCores?: number, costMult?: number): number;\n /**\n * Calculate the cost of a hacknet node.\n * @param n - number of the hacknet node\n * @param mult - player cost reduction (defaults to 1)\n * @returns The calculated cost.\n */\n hacknetNodeCost(n: number, mult: number): number;\n /**\n * All constants used by the game.\n * @returns An object with all hacknet node constants used by the game.\n */\n constants(): HacknetNodeConstants;\n}\n\n/**\n * Hacknet Server formulas\n * @public\n */\ninterface HacknetServersFormulas {\n /**\n * Calculate hash gain rate.\n * @param level - level of the server.\n * @param ramUsed - ramUsed of the server.\n * @param maxRam - maxRam of the server.\n * @param cores - cores of the server.\n * @param mult - player production mult (default to 1)\n * @returns The calculated hash gain rate.\n */\n hashGainRate(level: number, ramUsed: number, maxRam: number, cores: number, mult?: number): number;\n /**\n * Calculate cost of upgrading hacknet server level.\n * @param startingLevel - starting level\n * @param extraLevels - amount of level to purchase (defaults to 1)\n * @param costMult - player cost reduction (default to 1)\n * @returns The calculated cost.\n */\n levelUpgradeCost(startingLevel: number, extraLevels?: number, costMult?: number): number;\n /**\n * Calculate cost of upgrading hacknet server ram.\n * @param startingRam - starting ram\n * @param extraLevels - amount of level of ram to purchase (defaults to 1)\n * @param costMult - player cost reduction (default to 1)\n * @returns The calculated cost.\n */\n ramUpgradeCost(startingRam: number, extraLevels?: number, costMult?: number): number;\n /**\n * Calculate cost of upgrading hacknet server cores.\n * @param startingCore - starting cores\n * @param extraCores - amount of cores to purchase (defaults to 1)\n * @param costMult - player cost reduction (default to 1)\n * @returns The calculated cost.\n */\n coreUpgradeCost(startingCore: number, extraCores?: number, costMult?: number): number;\n /**\n * Calculate cost of upgrading hacknet server cache.\n * @param startingCache - starting cache level\n * @param extraCache - amount of levels of cache to purchase (defaults to 1)\n * @returns The calculated cost.\n */\n cacheUpgradeCost(startingCache: number, extraCache?: number): number;\n /**\n * Calculate hash cost of an upgrade.\n * @param upgName - name of the upgrade\n * @param level - level of the upgrade\n * @returns The calculated hash cost.\n */\n hashUpgradeCost(upgName: number, level: number): number;\n /**\n * Calculate the cost of a hacknet server.\n * @param n - number of the hacknet server\n * @param mult - player cost reduction (defaults to 1)\n * @returns The calculated cost.\n */\n hacknetServerCost(n: number, mult?: number): number;\n /**\n * All constants used by the game.\n * @returns An object with all hacknet server constants used by the game.\n */\n constants(): HacknetServerConstants;\n}\n\n/**\n * Gang formulas\n * @public\n */\ninterface GangFormulas {\n /**\n * Calculate the wanted penalty.\n * @param gang - Gang info from {@link Gang.getGangInformation | getGangInformation}\n * @returns The calculated wanted penalty.\n */\n wantedPenalty(gang: GangGenInfo): number;\n /**\n * Calculate respect gain per tick.\n * @param gang - Gang info from {@link Gang.getGangInformation | getGangInformation}\n * @param member - Gang info from {@link Gang.getMemberInformation | getMemberInformation}\n * @param task - Gang info from {@link Gang.getTaskStats | getTaskStats}\n * @returns The calculated respect gain.\n */\n respectGain(gang: GangGenInfo, member: GangMemberInfo, task: GangTaskStats): number;\n /**\n * Calculate wanted gain per tick.\n * @param gang - Gang info from {@link Gang.getGangInformation | getGangInformation}\n * @param member - Member info from {@link Gang.getMemberInformation | getMemberInformation}\n * @param task - Task info from {@link Gang.getTaskStats | getTaskStats}\n * @returns The calculated wanted gain.\n */\n wantedLevelGain(gang: GangGenInfo, member: GangMemberInfo, task: GangTaskStats): number;\n /**\n * Calculate money gain per tick.\n * @param gang - Gang info from {@link Gang.getGangInformation | getGangInformation}\n * @param member - Member info from {@link Gang.getMemberInformation | getMemberInformation}\n * @param task - Task info from {@link Gang.getTaskStats | getTaskStats}\n * @returns The calculated money gain.\n */\n moneyGain(gang: GangGenInfo, member: GangMemberInfo, task: GangTaskStats): number;\n\n /**\n * Calculate ascension point gain.\n * @param exp - Experience point before ascension.\n * @returns The calculated ascension point gain.\n */\n ascensionPointsGain(exp: number): number;\n\n /**\n * Calculate ascension mult.\n * @param points - Amount of ascension points.\n * @returns The calculated ascension mult.\n */\n ascensionMultiplier(points: number): number;\n}\n\n/**\n * Formulas API\n * @remarks\n * You need Formulas.exe on your home computer to use this API.\n * @public\n */\nexport interface Formulas {\n mockServer(): Server;\n mockPlayer(): Player;\n /** Reputation formulas */\n reputation: ReputationFormulas;\n /** Skills formulas */\n skills: SkillsFormulas;\n /** Hacking formulas */\n hacking: HackingFormulas;\n /** Hacknet Nodes formulas */\n hacknetNodes: HacknetNodesFormulas;\n /** Hacknet Servers formulas */\n hacknetServers: HacknetServersFormulas;\n /** Gang formulas */\n gang: GangFormulas;\n /** Work formulas */\n work: WorkFormulas;\n}\n\n/** @public */\nexport interface Fragment {\n id: number;\n shape: boolean[][];\n type: number;\n power: number;\n limit: number;\n}\n\n/** @public */\nexport interface ActiveFragment {\n id: number;\n highestCharge: number;\n numCharge: number;\n rotation: number;\n x: number;\n y: number;\n}\n\n/**\n * Stanek\'s Gift API.\n * @public\n */\ninterface Stanek {\n /**\n * Stanek\'s Gift width.\n * @remarks\n * RAM cost: 0.4 GB\n * @returns The width of the gift.\n */\n giftWidth(): number;\n /**\n * Stanek\'s Gift height.\n * @remarks\n * RAM cost: 0.4 GB\n * @returns The height of the gift.\n */\n giftHeight(): number;\n\n /**\n * Charge a fragment, increasing its power.\n * @remarks\n * RAM cost: 0.4 GB\n * @param rootX - rootX Root X against which to align the top left of the fragment.\n * @param rootY - rootY Root Y against which to align the top left of the fragment.\n * @returns Promise that lasts until the charge action is over.\n */\n chargeFragment(rootX: number, rootY: number): Promise;\n\n /**\n * List possible fragments.\n * @remarks\n * RAM cost: 0 GB\n *\n * @returns List of possible fragments.\n */\n fragmentDefinitions(): Fragment[];\n\n /**\n * List of fragments in Stanek\'s Gift.\n * @remarks\n * RAM cost: 5 GB\n *\n * @returns List of active fragments placed on Stanek\'s Gift.\n */\n activeFragments(): ActiveFragment[];\n\n /**\n * Clear the board of all fragments.\n * @remarks\n * RAM cost: 0 GB\n */\n clearGift(): void;\n\n /**\n * Check if fragment can be placed at specified location.\n * @remarks\n * RAM cost: 0.5 GB\n *\n * @param rootX - rootX Root X against which to align the top left of the fragment.\n * @param rootY - rootY Root Y against which to align the top left of the fragment.\n * @param rotation - rotation A number from 0 to 3, the mount of 90 degree turn to take.\n * @param fragmentId - fragmentId ID of the fragment to place.\n * @returns true if the fragment can be placed at that position. false otherwise.\n */\n canPlaceFragment(rootX: number, rootY: number, rotation: number, fragmentId: number): boolean;\n /**\n * Place fragment on Stanek\'s Gift.\n * @remarks\n * RAM cost: 5 GB\n *\n * @param rootX - X against which to align the top left of the fragment.\n * @param rootY - Y against which to align the top left of the fragment.\n * @param rotation - A number from 0 to 3, the mount of 90 degree turn to take.\n * @param fragmentId - ID of the fragment to place.\n * @returns true if the fragment can be placed at that position. false otherwise.\n */\n placeFragment(rootX: number, rootY: number, rotation: number, fragmentId: number): boolean;\n /**\n * Get placed fragment at location.\n * @remarks\n * RAM cost: 5 GB\n *\n * @param rootX - X against which to align the top left of the fragment.\n * @param rootY - Y against which to align the top left of the fragment.\n * @returns The fragment at [rootX, rootY], if any.\n */\n getFragment(rootX: number, rootY: number): ActiveFragment | undefined;\n\n /**\n * Remove fragment at location.\n * @remarks\n * RAM cost: 0.15 GB\n *\n * @param rootX - X against which to align the top left of the fragment.\n * @param rootY - Y against which to align the top left of the fragment.\n * @returns The fragment at [rootX, rootY], if any.\n */\n removeFragment(rootX: number, rootY: number): boolean;\n\n /**\n * Accept Stanek\'s Gift by joining the Church of the Machine God\n * @remarks\n * RAM cost: 2 GB\n *\n * @returns true if the player is a member of the church and has the gift installed,\n * false otherwise.\n */\n acceptGift(): boolean;\n}\n\n/** @public */\nexport interface InfiltrationReward {\n tradeRep: number;\n sellCash: number;\n SoARep: number;\n}\n\n/** @public */\nexport interface ILocation {\n city: string;\n name: string;\n}\n\n/** @public */\nexport interface InfiltrationLocation {\n location: ILocation;\n reward: InfiltrationReward;\n difficulty: number;\n}\n\n/**\n * Infiltration API.\n * @public\n */\ninterface Infiltration {\n /**\n * Get all locations that can be infiltrated.\n * @remarks\n * RAM cost: 5 GB\n *\n * @returns all locations that can be infiltrated.\n */\n getPossibleLocations(): PossibleInfiltrationLocation[];\n /**\n * Get all infiltrations with difficulty, location and rewards.\n * @remarks\n * RAM cost: 15 GB\n *\n * @returns Infiltration data for given location.\n */\n getInfiltration(location: string): InfiltrationLocation;\n}\n\n/**\n * User Interface API.\n * @public\n */\ninterface UserInterface {\n /**\n * Get the current window size\n * @remarks\n * RAM cost: 0 GB\n *\n * @returns An array of 2 value containing the window width and height.\n */\n windowSize(): [number, number];\n\n /**\n * Get the current theme\n * @remarks\n * RAM cost: 0 GB\n *\n * @returns An object containing the theme\'s colors\n */\n getTheme(): UserInterfaceTheme;\n\n /**\n * Sets the current theme\n * @remarks\n * RAM cost: 0 GB\n * @example\n * Usage example (NS2)\n * ```ts\n * const theme = ns.ui.getTheme();\n * theme.primary = \'#ff5500\';\n * ns.ui.setTheme(theme);\n * ```\n */\n setTheme(newTheme: UserInterfaceTheme): void;\n\n /**\n * Resets the player\'s theme to the default values\n * @remarks\n * RAM cost: 0 GB\n */\n resetTheme(): void;\n\n /**\n * Get the current styles\n * @remarks\n * RAM cost: 0 GB\n *\n * @returns An object containing the player\'s styles\n */\n getStyles(): IStyleSettings;\n\n /**\n * Sets the current styles\n * @remarks\n * RAM cost: 0 GB\n * @example\n * Usage example (NS2)\n * ```ts\n * const styles = ns.ui.getStyles();\n * styles.fontFamily = \'Comic Sans Ms\';\n * ns.ui.setStyles(styles);\n * ```\n */\n setStyles(newStyles: IStyleSettings): void;\n\n /**\n * Resets the player\'s styles to the default values\n * @remarks\n * RAM cost: 0 GB\n */\n resetStyles(): void;\n\n /**\n * Gets the current game information (version, commit, ...)\n * @remarks\n * RAM cost: 0 GB\n */\n getGameInfo(): GameInfo;\n\n /**\n * Clear the Terminal window, as if the player ran `clear` in the terminal\n * @remarks\n * RAM cost: 0.2 GB\n */\n clearTerminal(): void;\n}\n\n/**\n * Collection of all functions passed to scripts\n * @public\n * @remarks\n * Basic ns1 usage example:\n * ```ts\n * // Basic ns functions can be used directly\n * getHostname();\n * // Some related functions are gathered within a common namespace\n * stock.getPrice();\n * ```\n * {@link https://bitburner.readthedocs.io/en/latest/netscript/netscript1.html| ns1 in-game docs}\n *
\n * Basic ns2 usage example:\n * ```ts\n * export async function main(ns) {\n * // Basic ns functions can be accessed on the ns object\n * ns.getHostname();\n * // Some related functions are gathered under a sub-property of the ns object\n * ns.stock.getPrice();\n * // Some functions need to be awaited\n * await ns.hack(\'n00dles\');\n * }\n * ```\n * {@link https://bitburner.readthedocs.io/en/latest/netscript/netscriptjs.html| ns2 in-game docs}\n *
\n */\nexport interface NS {\n /**\n * Namespace for hacknet functions.\n * @remarks RAM cost: 4 GB\n */\n readonly hacknet: Hacknet;\n\n /**\n * Namespace for bladeburner functions.\n * @remarks RAM cost: 0 GB\n */\n readonly bladeburner: Bladeburner;\n\n /**\n * Namespace for codingcontract functions.\n * @remarks RAM cost: 0 GB\n */\n readonly codingcontract: CodingContract;\n\n /**\n * Namespace for gang functions.\n * @remarks RAM cost: 0 GB\n */\n readonly gang: Gang;\n\n /**\n * Namespace for sleeve functions.\n * @remarks RAM cost: 0 GB\n */\n readonly sleeve: Sleeve;\n\n /**\n * Namespace for stock functions.\n * @remarks RAM cost: 0 GB\n */\n readonly stock: TIX;\n\n /**\n * Namespace for formulas functions.\n * @remarks RAM cost: 0 GB\n */\n readonly formulas: Formulas;\n\n /**\n * Namespace for stanek functions.\n * RAM cost: 0 GB\n */\n readonly stanek: Stanek;\n\n /**\n * Namespace for infiltration functions.\n * RAM cost: 0 GB\n */\n readonly infiltration: Infiltration;\n\n /**\n * Namespace for corporation functions.\n * RAM cost: 1022.4 GB\n */\n readonly corporation: Corporation;\n\n /**\n * Namespace for user interface functions.\n * RAM cost: 0 GB\n */\n readonly ui: UserInterface;\n\n /**\n * Namespace for singularity functions.\n * RAM cost: 0 GB\n */\n readonly singularity: Singularity;\n\n /**\n * Namespace for grafting functions.\n * @remarks RAM cost: 0 GB\n */\n readonly grafting: Grafting;\n\n /**\n * Arguments passed into the script.\n *\n * @remarks\n * RAM cost: 0 GB\n *\n * Arguments passed into a script can be accessed using a normal\n * array using the [] operator (args[0], args[1], etc…).\n *\n * It is also possible to get the number of arguments that was passed into a script using: \'args.length\'\n * WARNING: Do not try to modify the args array. This will break the game.\n */\n readonly args: (string | number | boolean)[];\n\n /**\n * Steal a servers money.\n * @remarks\n * RAM cost: 0.1 GB\n *\n * Function that is used to try and hack servers to steal money and gain hacking experience.\n * The runtime for this command depends on your hacking level and the target server’s\n * security level when this function is called. In order to hack a server you must first gain root access to that server\n * and also have the required hacking level.\n *\n * A script can hack a server from anywhere. It does not need to be running on the same\n * server to hack that server. For example, you can create a script that hacks the `foodnstuff`\n * server and run that script on any server in the game.\n *\n * A successful `hack()` on a server will raise that server’s security level by 0.002.\n *\n * @example\n * ```ts\n * // NS1:\n * var earnedMoney = hack("foodnstuff");\n * ```\n * @example\n * ```ts\n * // NS2:\n * let earnedMoney = await ns.hack("foodnstuff");\n * ```\n * @param host - Hostname of the target server to hack.\n * @param opts - Optional parameters for configuring function behavior.\n * @returns The amount of money stolen if the hack is successful, and zero otherwise.\n */\n hack(host: string, opts?: BasicHGWOptions): Promise;\n\n /**\n * Spoof money in a servers bank account, increasing the amount available.\n * @remarks\n * RAM cost: 0.15 GB\n *\n * Use your hacking skills to increase the amount of money available on a server.\n * The runtime for this command depends on your hacking level and the target server’s\n * security level. When `grow` completes, the money available on a target server will\n * be increased by a certain, fixed percentage. This percentage is determined by the\n * target server’s growth rate (which varies between servers) and security level. Generally,\n * higher-level servers have higher growth rates. The getServerGrowth() function can be used\n * to obtain a server’s growth rate.\n *\n * Like hack, `grow` can be called on any server, regardless of where the script is running.\n * The grow() command requires root access to the target server, but there is no required hacking\n * level to run the command. It also raises the security level of the target server by 0.004.\n *\n * @example\n * ```ts\n * // NS1:\n * var currentMoney = getServerMoneyAvailable("foodnstuff");\n * currentMoney = currentMoney * (1 + grow("foodnstuff"));\n * ```\n * @example\n * ```ts\n * // NS2:\n * let currentMoney = ns.getServerMoneyAvailable("foodnstuff");\n * currentMoney *= (1 + await ns.grow("foodnstuff"));\n * ```\n * @param host - Hostname of the target server to grow.\n * @param opts - Optional parameters for configuring function behavior.\n * @returns The number by which the money on the server was multiplied for the growth.\n */\n grow(host: string, opts?: BasicHGWOptions): Promise;\n\n /**\n * Reduce a server security level.\n * @remarks\n * RAM cost: 0.15 GB\n *\n * Use your hacking skills to attack a server’s security, lowering the server’s security level.\n * The runtime for this command depends on your hacking level and the target server’s security\n * level when this function is called. This function lowers the security level of the target server by 0.05.\n *\n * Like hack and grow, `weaken` can be called on any server, regardless of\n * where the script is running. This command requires root access to the target server, but\n * there is no required hacking level to run the command.\n *\n * @example\n * ```ts\n * // NS1:\n * var currentSecurity = getServerSecurityLevel("foodnstuff");\n * currentSecurity = currentSecurity - weaken("foodnstuff");\n * ```\n * @example\n * ```ts\n * // NS2:\n * let currentSecurity = ns.getServerSecurityLevel("foodnstuff");\n * currentSecurity -= await ns.weaken("foodnstuff");\n * ```\n * @param host - Hostname of the target server to weaken.\n * @param opts - Optional parameters for configuring function behavior.\n * @returns The amount by which the target server’s security level was decreased. This is equivalent to 0.05 multiplied by the number of script threads.\n */\n weaken(host: string, opts?: BasicHGWOptions): Promise;\n\n /**\n * Predict the effect of weaken.\n * @remarks\n * RAM cost: 1 GB\n *\n * Returns the security decrease that would occur if a weaken with this many threads happened.\n *\n * @param threads - Amount of threads that will be used.\n * @param cores - Optional. The number of cores of the server that would run weaken.\n * @returns The security decrease.\n */\n weakenAnalyze(threads: number, cores?: number): number;\n\n /**\n * Predict the effect of hack.\n * @remarks\n * RAM cost: 1 GB\n *\n * This function returns the number of script threads you need when running the hack command\n * to steal the specified amount of money from the target server.\n * If hackAmount is less than zero or greater than the amount of money available on the server,\n * then this function returns -1.\n *\n * Warning: The value returned by this function isn’t necessarily a whole number.\n *\n * @example\n * ```ts\n * //For example, let’s say the foodnstuff server has $10m and you run:\n * hackAnalyzeThreads("foodnstuff", 1e6);\n * //If this function returns 50, this means that if your next hack call is run on a script with 50 threads, it will steal $1m from the foodnstuff server.\n * ```\n * @param host - Hostname of the target server to analyze.\n * @param hackAmount - Amount of money you want to hack from the server.\n * @returns The number of threads needed to hack the server for hackAmount money.\n */\n hackAnalyzeThreads(host: string, hackAmount: number): number;\n\n /**\n * Get the part of money stolen with a single thread.\n * @remarks\n * RAM cost: 1 GB\n *\n * Returns the part of the specified server’s money you will steal with a single thread hack.\n *\n * @example\n * ```ts\n * // NS1:\n * //For example, assume the following returns 0.01:\n * var hackAmount = hackAnalyze("foodnstuff");\n * //This means that if hack the foodnstuff server using a single thread, then you will steal 1%, or 0.01 of its total money. If you hack using N threads, then you will steal N*0.01 times its total money.\n * ```\n * @example\n * ```ts\n * // NS2:\n * //For example, assume the following returns 0.01:\n * const hackAmount = ns.hackAnalyze("foodnstuff");\n * //This means that if hack the foodnstuff server using a single thread, then you will steal 1%, or 0.01 of its total money. If you hack using N threads, then you will steal N*0.01 times its total money.\n * ```\n * @param host - Hostname of the target server.\n * @returns The part of money you will steal from the target server with a single thread hack.\n */\n hackAnalyze(host: string): number;\n\n /**\n * Get the security increase for a number of thread.\n * @remarks\n * RAM cost: 1 GB\n *\n * Returns the security increase that would occur if a hack with this many threads happened.\n *\n * @param threads - Amount of threads that will be used.\n * @param hostname - Hostname of the target server. The number of threads is limited to the number needed to hack the servers maximum amount of money.\n * @returns The security increase.\n */\n hackAnalyzeSecurity(threads: number, hostname?: string): number;\n\n /**\n * Get the chance of successfully hacking a server.\n * @remarks\n * RAM cost: 1 GB\n *\n * Returns the chance you have of successfully hacking the specified server.\n *\n * This returned value is in decimal form, not percentage.\n *\n * @param host - Hostname of the target server.\n * @returns The chance you have of successfully hacking the target server.\n */\n hackAnalyzeChance(host: string): number;\n\n /**\n * Calculate the number of grow thread needed to grow a server by a certain multiplier.\n * @remarks\n * RAM cost: 1 GB\n *\n * This function returns the number of “growths” needed in order to increase\n * the amount of money available on the specified server by the specified amount.\n * The specified amount is multiplicative and is in decimal form, not percentage.\n *\n * Warning: The value returned by this function isn’t necessarily a whole number.\n *\n * @example\n * ```ts\n * // NS1:\n * //For example, if you want to determine how many grow calls you need to double the amount of money on foodnstuff, you would use:\n * var growTimes = growthAnalyze("foodnstuff", 2);\n * //If this returns 100, then this means you need to call grow 100 times in order to double the money (or once with 100 threads).\n * ```\n * @example\n * ```ts\n * // NS2:\n * //For example, if you want to determine how many grow calls you need to double the amount of money on foodnstuff, you would use:\n * const growTimes = ns.growthAnalyze("foodnstuff", 2);\n * //If this returns 100, then this means you need to call grow 100 times in order to double the money (or once with 100 threads).\n * ```\n * @param host - Hostname of the target server.\n * @param growthAmount - Multiplicative factor by which the server is grown. Decimal form..\n * @returns The amount of grow calls needed to grow the specified server by the specified amount\n */\n growthAnalyze(host: string, growthAmount: number, cores?: number): number;\n\n /**\n * Calculate the security increase for a number of thread.\n * @remarks\n * RAM cost: 1 GB\n *\n * Returns the security increase that would occur if a grow with this many threads happened.\n *\n * @param threads - Amount of threads that will be used.\n * @param hostname - Optional. Hostname of the target server. The number of threads is limited to the number needed to hack the servers maximum amount of money.\n * @param cores - Optional. The number of cores of the server that would run grow.\n * @returns The security increase.\n */\n growthAnalyzeSecurity(threads: number, hostname?: string, cores?: number): number;\n\n /**\n * Suspends the script for n milliseconds.\n * @remarks\n * RAM cost: 0 GB\n *\n * @param millis - Number of milliseconds to sleep.\n * @example\n * ```ts\n * // NS1:\n * // This will count from 1 to 10 in your terminal, with one number every 5 seconds\n * for (var i=0; i<10; i++) {\n * tprint(i + 1);\n * sleep(5000);\n * }\n * ```\n * @example\n * ```ts\n * // NS2:\n * // This will count from 1 to 10 in your terminal, with one number every 5 seconds\n * for (var i=0; i<10; i++) {\n * ns.tprint(i + 1);\n * await ns.sleep(5000);\n * }\n * ```\n * @returns\n */\n sleep(millis: number): Promise;\n\n /**\n * Suspends the script for n milliseconds. Doesn\'t block with concurrent calls.\n * You should prefer \'sleep\' over \'asleep\' except when doing very complex UI work.\n * @remarks\n * RAM cost: 0 GB\n *\n * @param millis - Number of milliseconds to sleep.\n * @returns\n */\n asleep(millis: number): Promise;\n\n /**\n * Prints one or move values or variables to the script’s logs.\n * @remarks\n * RAM cost: 0 GB\n *\n * If the argument is a string, you can color code your message by prefixing your\n * string with one of these strings:\n *\n * - `"ERROR"`: The whole string will be printed in red. Use this prefix to indicate\n * that an error has occurred.\n *\n * - `"SUCCESS"`: The whole string will be printed in green, similar to the default\n * theme of the Terminal. Use this prefix to indicate that something is correct.\n *\n * - `"WARN"`: The whole string will be printed in yellow. Use this prefix to\n * indicate that you or a user of your script should be careful of something.\n *\n * - `"INFO"`: The whole string will be printed in purplish blue. Use this prefix to\n * remind yourself or a user of your script of something. Think of this prefix as\n * indicating an FYI (for your information).\n *\n * For custom coloring, use ANSI escape sequences. The examples below use the Unicode\n * escape code `\\u001b`. The color coding also works if `\\u001b` is replaced with\n * the hexadecimal escape code `\\x1b`. The Bash escape code `\\e` is not supported.\n * The octal escape code `\\033` is not allowed because the game runs JavaScript in\n * strict mode.\n *\n * @example\n * ```ts\n * // NS1\n * // Default color coding.\n * print("ERROR means something\'s wrong.");\n * print("SUCCESS means everything\'s OK.");\n * print("WARN Tread with caution!");\n * print("WARNING, warning, danger, danger!");\n * print("WARNing! Here be dragons.");\n * print("INFO for your I\'s only (FYI).");\n * print("INFOrmation overload!");\n * // Custom color coding.\n * var cyan = "\\u001b[36m";\n * var green = "\\u001b[32m";\n * var red = "\\u001b[31m";\n * var reset = "\\u001b[0m";\n * var msgError = red + "Ugh! What a mess." + reset;\n * var msgSuccess = green + "Well done!" + reset;\n * var msgMixed = cyan + "ERROR Should this be in red?" + reset;\n * print(msgError);\n * print(msgSuccess);\n * print(msgMixed);\n * tail();\n * ```\n * @example\n * ```ts\n * // NS2\n * // Default color coding.\n * ns.print("ERROR means something\'s wrong.");\n * ns.print("SUCCESS means everything\'s OK.");\n * ns.print("WARN Tread with caution!");\n * ns.print("WARNING, warning, danger, danger!");\n * ns.print("WARNing! Here be dragons.");\n * ns.print("INFO for your I\'s only (FYI).");\n * ns.print("INFOrmation overload!");\n * // Custom color coding.\n * const cyan = "\\u001b[36m";\n * const green = "\\u001b[32m";\n * const red = "\\u001b[31m";\n * const reset = "\\u001b[0m";\n * const msgError = "Ugh! What a mess.";\n * const msgSuccess = "Well done!";\n * const msgMixed = "ERROR Should this be in red?";\n * ns.print(`${red + msgError + reset}`);\n * ns.print(`${green + msgSuccess + reset}`);\n * ns.print(`${cyan + msgMixed + reset}`);\n * ns.tail();\n * ```\n *\n * @param args - Value(s) to be printed.\n */\n print(...args: any[]): void;\n\n /**\n * Prints a formatted string to the script’s logs.\n * @remarks\n * RAM cost: 0 GB\n *\n * - See {@link NS.print | print} for how to add color to your printed strings.\n *\n * - For more detail, see: https://github.com/alexei/sprintf.js\n *\n * @example\n * ```ts\n * // NS1\n * var name = "Bit";\n * var age = 4;\n * printf("My name is %s.", name);\n * printf("I\'m %d seconds old.", age);\n * printf("My age in binary is %b.", age);\n * printf("My age in scientific notation is %e.", age);\n * printf("In %d seconds, I\'ll be %s.", 6, "Byte");\n * printf("Am I a nibble? %t", (4 == age));\n * tail();\n * ```\n * @example\n * ```ts\n * // NS2\n * const name = "Bit";\n * const age = 4;\n * ns.printf("My name is %s.", name);\n * ns.printf("I\'m %d seconds old.", age);\n * ns.printf("My age in binary is %b.", age);\n * ns.printf("My age in scientific notation is %e.", age);\n * ns.printf("In %d seconds, I\'ll be %s.", 6, "Byte");\n * ns.printf("Am I a nibble? %t", (4 == age));\n * ns.tail();\n * ```\n *\n * @param format - Format of the message.\n * @param args - Value(s) to be printed.\n */\n printf(format: string, ...args: any[]): void;\n\n /**\n * Prints one or more values or variables to the Terminal.\n * @remarks\n * RAM cost: 0 GB\n *\n * See {@link NS.print | print} for how to add color to your printed strings.\n *\n * @param args - Value(s) to be printed.\n */\n tprint(...args: any[]): void;\n\n /**\n * Prints a raw value or a variable to the Terminal.\n * @remarks\n * RAM cost: 0 GB\n *\n * - See {@link NS.print | print} for how to add color to your printed strings.\n *\n * - See {@link NS.printf | printf} for examples on formatted strings.\n *\n * - For more detail, see: https://github.com/alexei/sprintf.js\n *\n * @param format - Format of the message.\n * @param values - Value(s) to be printed.\n */\n tprintf(format: string, ...values: any[]): void;\n\n /**\n * Clears the script’s logs.\n * @remarks\n * RAM cost: 0 GB\n */\n clearLog(): void;\n\n /**\n * Disables logging for the given function.\n * @remarks\n * RAM cost: 0 GB\n *\n * Logging can be disabled for all functions by passing `ALL` as the argument.\n *\n * Note that this does not completely remove all logging functionality.\n * This only stops a function from logging when the function is successful.\n * If the function fails, it will still log the reason for failure.\n *\n * @param fn - Name of function for which to disable logging.\n */\n disableLog(fn: string): void;\n\n /**\n * Enable logging for a certain function.\n * @remarks\n * RAM cost: 0 GB\n *\n * Re-enables logging for the given function. If `ALL` is passed into this\n * function as an argument, then it will revert the effects of disableLog(`ALL`).\n *\n * @param fn - Name of function for which to enable logging.\n */\n enableLog(fn: string): void;\n\n /**\n * Checks the status of the logging for the given function.\n * @remarks\n * RAM cost: 0 GB\n *\n * @param fn - Name of function to check.\n * @returns Returns a boolean indicating whether or not logging is enabled for that function (or `ALL`)\n */\n isLogEnabled(fn: string): boolean;\n\n /**\n * Get all the logs of a script.\n * @remarks\n * RAM cost: 0 GB\n *\n * Returns a script’s logs. The logs are returned as an array, where each line is an element in the array.\n * The most recently logged line is at the end of the array.\n * Note that there is a maximum number of lines that a script stores in its logs. This is configurable in the game’s options.\n * If the function is called with no arguments, it will return the current script’s logs.\n *\n * Otherwise, the fn, hostname/ip, and args… arguments can be used to get the logs from another script.\n * Remember that scripts are uniquely identified by both their names and arguments.\n *\n * @example\n * ```ts\n * // NS1:\n * //Get logs from foo.script on the current server that was run with no args\n * getScriptLogs("foo.script");\n *\n * //Open logs from foo.script on the foodnstuff server that was run with no args\n * getScriptLogs("foo.script", "foodnstuff");\n *\n * //Open logs from foo.script on the foodnstuff server that was run with the arguments [1, "test"]\n * getScriptLogs("foo.script", "foodnstuff", 1, "test");\n * ```\n * @example\n * ```ts\n * // NS2:\n * //Get logs from foo.script on the current server that was run with no args\n * ns.getScriptLogs("foo.script");\n *\n * //Open logs from foo.script on the foodnstuff server that was run with no args\n * ns.getScriptLogs("foo.script", "foodnstuff");\n *\n * //Open logs from foo.script on the foodnstuff server that was run with the arguments [1, "test"]\n * ns.getScriptLogs("foo.script", "foodnstuff", 1, "test");\n * ```\n * @param fn - Optional. Filename of script to get logs from.\n * @param host - Optional. Hostname of the server that the script is on.\n * @param args - Arguments to identify which scripts to get logs for.\n * @returns Returns an string array, where each line is an element in the array. The most recently logged line is at the end of the array.\n */\n getScriptLogs(fn?: string, host?: string, ...args: (string | number | boolean)[]): string[];\n\n /**\n * Get an array of recently killed scripts across all servers.\n * @remarks\n * RAM cost: 0.2 GB\n *\n * The most recently killed script is the first element in the array.\n * Note that there is a maximum number of recently killed scripts which are tracked.\n * This is configurable in the game\'s options as `Recently killed scripts size`.\n *\n * @example\n * ```ts\n * let recentScripts = ns.getRecentScripts();\n * let mostRecent = recentScripts.shift()\n * if (mostRecent)\n * ns.tprint(mostRecent.logs.join(\'\\n\'))\n * ```\n *\n * @returns Array with information about previously killed scripts.\n */\n getRecentScripts(): RecentScript[];\n\n /**\n * Open the tail window of a script.\n * @remarks\n * RAM cost: 0 GB\n *\n * Opens a script’s logs. This is functionally the same as the tail Terminal command.\n *\n * If the function is called with no arguments, it will open the current script’s logs.\n *\n * Otherwise, the fn, hostname/ip, and args… arguments can be used to get the logs from another script.\n * Remember that scripts are uniquely identified by both their names and arguments.\n *\n * @example\n * ```ts\n * // NS1:\n * //Open logs from foo.script on the current server that was run with no args\n * tail("foo.script");\n *\n * //Get logs from foo.script on the foodnstuff server that was run with no args\n * tail("foo.script", "foodnstuff");\n *\n * //Get logs from foo.script on the foodnstuff server that was run with the arguments [1, "test"]\n * tail("foo.script", "foodnstuff", 1, "test");\n * ```\n * @example\n * ```ts\n * // NS2:\n * //Open logs from foo.script on the current server that was run with no args\n * ns.tail("foo.script");\n *\n * //Get logs from foo.script on the foodnstuff server that was run with no args\n * ns.tail("foo.script", "foodnstuff");\n *\n * //Get logs from foo.script on the foodnstuff server that was run with the arguments [1, "test"]\n * ns.tail("foo.script", "foodnstuff", 1, "test");\n * ```\n * @param fn - Optional. Filename or PID of the script being tailed. If omitted, the current script is tailed.\n * @param host - Optional. Hostname of the script being tailed. Defaults to the server this script is running on. If args are specified, this is not optional.\n * @param args - Arguments for the script being tailed.\n */\n tail(fn?: FilenameOrPID, host?: string, ...args: (string | number | boolean)[]): void;\n\n /**\n * Move a tail window\n * @remarks\n * RAM cost: 0 GB\n *\n * Moves a tail window. Coordinates are in screenspace pixels (top left is 0,0)\n *\n * @param x - x coordinate.\n * @param y - y coordinate.\n * @param pid - Optional. PID of the script having its tail moved. If omitted, the current script is used.\n */\n moveTail(x: number, y: number, pid?: number): void;\n\n /**\n * Resize a tail window\n * @remarks\n * RAM cost: 0 GB\n *\n * Resize a tail window. Size are in pixel\n *\n * @param width - width of the window.\n * @param height - height of the window.\n * @param pid - Optional. PID of the script having its tail resized. If omitted, the current script is used.\n */\n resizeTail(width: number, height: number, pid?: number): void;\n\n /**\n * Close the tail window of a script.\n * @remarks\n * RAM cost: 0 GB\n *\n * Closes a script’s logs. This is functionally the same pressing the "Close" button on the tail window.\n *\n * If the function is called with no arguments, it will close the current script’s logs.\n *\n * Otherwise, the pid argument can be used to close the logs from another script.\n *\n * @param pid - Optional. PID of the script having its tail closed. If omitted, the current script is used.\n */\n closeTail(pid?: number): void;\n\n /**\n * Get the list of servers connected to a server.\n * @remarks\n * RAM cost: 0.2 GB\n *\n * Returns an array containing the hostnames of all servers that are one\n * node way from the specified target server. The hostnames in the returned\n * array are strings.\n *\n * @param host - Optional, Hostname of the server to scan, default to current server.\n * @returns Returns an string of hostnames.\n */\n scan(host?: string): string[];\n\n /**\n * Runs NUKE.exe on a server.\n * @remarks\n * RAM cost: 0.05 GB\n *\n * Running NUKE.exe on a target server gives you root access which means you can executes scripts on said server. NUKE.exe must exist on your home computer.\n *\n * @example\n * ```ts\n * // NS1:\n * nuke("foodnstuff");\n * ```\n * @example\n * ```ts\n * // NS2:\n * ns.nuke("foodnstuff");\n * ```\n * @param host - Hostname of the target server.\n */\n nuke(host: string): void;\n\n /**\n * Runs BruteSSH.exe on a server.\n * @remarks\n * RAM cost: 0.05 GB\n *\n * Runs the BruteSSH.exe program on the target server. BruteSSH.exe must exist on your home computer.\n *\n * @example\n * ```ts\n * // NS1:\n * brutessh("foodnstuff");\n * ```\n * @example\n * ```ts\n * // NS2:\n * ns.brutessh("foodnstuff");\n * ```\n * @param host - Hostname of the target server.\n */\n brutessh(host: string): void;\n\n /**\n * Runs FTPCrack.exe on a server.\n * @remarks\n * RAM cost: 0.05 GB\n *\n * Runs the FTPCrack.exe program on the target server. FTPCrack.exe must exist on your home computer.\n *\n * @example\n * ```ts\n * // NS1:\n * ftpcrack("foodnstuff");\n * ```\n * @example\n * ```ts\n * // NS2:\n * ns.ftpcrack("foodnstuff");\n * ```\n * @param host - Hostname of the target server.\n */\n ftpcrack(host: string): void;\n\n /**\n * Runs relaySMTP.exe on a server.\n * @remarks\n * RAM cost: 0.05 GB\n *\n * Runs the relaySMTP.exe program on the target server. relaySMTP.exe must exist on your home computer.\n *\n * @example\n * ```ts\n * // NS1:\n * relaysmtp("foodnstuff");\n * ```\n * @example\n * ```ts\n * // NS2:\n * ns.relaysmtp("foodnstuff");\n * ```\n * @param host - Hostname of the target server.\n */\n relaysmtp(host: string): void;\n\n /**\n * Runs HTTPWorm.exe on a server.\n * @remarks\n * RAM cost: 0.05 GB\n *\n * Runs the HTTPWorm.exe program on the target server. HTTPWorm.exe must exist on your home computer.\n *\n * @example\n * ```ts\n * // NS1:\n * httpworm("foodnstuff");\n * ```\n * @example\n * ```ts\n * // NS2:\n * ns.httpworm("foodnstuff");\n * ```\n * @param host - Hostname of the target server.\n */\n httpworm(host: string): void;\n\n /**\n * Runs SQLInject.exe on a server.\n * @remarks\n * RAM cost: 0.05 GB\n *\n * Runs the SQLInject.exe program on the target server. SQLInject.exe must exist on your home computer.\n *\n * @example\n * ```ts\n * // NS1:\n * sqlinject("foodnstuff");\n * ```\n * @example\n * ```ts\n * // NS2:\n * ns.sqlinject("foodnstuff");\n * ```\n * @remarks RAM cost: 0.05 GB\n * @param host - Hostname of the target server.\n */\n sqlinject(host: string): void;\n\n /**\n * Start another script on the current server.\n * @remarks\n * RAM cost: 1 GB\n *\n * Run a script as a separate process. This function can only be used to run scripts located on the\n * current server (the server running the script that calls this function). Requires a significant\n * amount of RAM to run this command.\n *\n * If the script was successfully started, then this functions returns the PID of that script.\n * Otherwise, it returns 0.\n *\n * PID stands for Process ID. The PID is a unique identifier for each script.\n * The PID will always be a positive integer.\n *\n * Running this function with a numThreads argument of 0 or less will cause a runtime error.\n *\n * @example\n * ```ts\n * // NS1:\n * //The simplest way to use the run command is to call it with just the script name. The following example will run ‘foo.script’ single-threaded with no arguments:\n * run("foo.script");\n *\n * //The following example will run ‘foo.script’ but with 5 threads instead of single-threaded:\n * run("foo.script", 5);\n *\n * //This next example will run ‘foo.script’ single-threaded, and will pass the string ‘foodnstuff’ into the script as an argument:\n * run("foo.script", 1, \'foodnstuff\');\n * ```\n * @example\n * ```ts\n * // NS2:\n * //The simplest way to use the run command is to call it with just the script name. The following example will run ‘foo.script’ single-threaded with no arguments:\n * ns.run("foo.script");\n *\n * //The following example will run ‘foo.script’ but with 5 threads instead of single-threaded:\n * ns.run("foo.script", 5);\n *\n * //This next example will run ‘foo.script’ single-threaded, and will pass the string ‘foodnstuff’ into the script as an argument:\n * ns.run("foo.script", 1, \'foodnstuff\');\n * ```\n * @param script - Filename of script to run.\n * @param numThreads - Optional thread count for new script. Set to 1 by default. Will be rounded to nearest integer.\n * @param args - Additional arguments to pass into the new script that is being run. Note that if any arguments are being passed into the new script, then the second argument numThreads must be filled in with a value.\n * @returns Returns the PID of a successfully started script, and 0 otherwise.\n */\n run(script: string, numThreads?: number, ...args: (string | number | boolean)[]): number;\n\n /**\n * Start another script on any server.\n * @remarks\n * RAM cost: 1.3 GB\n *\n * Run a script as a separate process on a specified server. This is similar to the function {@link NS.run | run}\n * except that it can be used to run a script on any server, instead of just the current server.\n *\n * If the script was successfully started, then this function returns the PID of that script.\n * Otherwise, it returns 0.\n *\n * PID stands for Process ID. The PID is a unique identifier for each script.\n * The PID will always be a positive integer.\n *\n * Running this function with a numThreads argument of 0 or less will cause a runtime error.\n *\n * @example\n * ```ts\n * // NS1:\n * // The simplest way to use the exec command is to call it with just the script name\n * // and the target server. The following example will try to run generic-hack.script\n * // on the foodnstuff server.\n * exec("generic-hack.script", "foodnstuff");\n *\n * // The following example will try to run the script generic-hack.script on the\n * // joesguns server with 10 threads.\n * exec("generic-hack.script", "joesguns", 10);\n *\n * // This last example will try to run the script foo.script on the foodnstuff server\n * // with 5 threads. It will also pass the number 1 and the string “test” in as\n * // arguments to the script.\n * exec("foo.script", "foodnstuff", 5, 1, "test");\n * ```\n * @example\n * ```ts\n * // NS2:\n * // The simplest way to use the exec command is to call it with just the script name\n * // and the target server. The following example will try to run generic-hack.script\n * // on the foodnstuff server.\n * ns.exec("generic-hack.script", "foodnstuff");\n *\n * // The following example will try to run the script generic-hack.script on the\n * // joesguns server with 10 threads.\n * ns.exec("generic-hack.script", "joesguns", 10);\n *\n * // This last example will try to run the script foo.script on the foodnstuff server\n * // with 5 threads. It will also pass the number 1 and the string “test” in as\n * // arguments to the script.\n * ns.exec("foo.script", "foodnstuff", 5, 1, "test");\n * ```\n * @param script - Filename of script to execute.\n * @param host - Hostname of the `target server` on which to execute the script.\n * @param numThreads - Optional thread count for new script. Set to 1 by default. Will be rounded down to the nearest integer.\n * @param args - Additional arguments to pass into the new script that is being run. Note that if any arguments are being passed into the new script, then the third argument numThreads must be filled in with a value.\n * @returns Returns the PID of a successfully started script, and 0 otherwise.\n */\n exec(script: string, host: string, numThreads?: number, ...args: (string | number | boolean)[]): number;\n\n /**\n * Terminate current script and start another in 10s.\n * @remarks\n * RAM cost: 2 GB\n *\n * Terminates the current script, and then after a delay of about 10 seconds it will execute the\n * newly-specified script. The purpose of this function is to execute a new script without being\n * constrained by the RAM usage of the current one. This function can only be used to run scripts\n * on the local server.\n *\n * Because this function immediately terminates the script, it does not have a return value.\n *\n * Running this function with a numThreads argument of 0 or less will cause a runtime error.\n *\n * @example\n * ```ts\n * // NS1:\n * //The following example will execute the script ‘foo.script’ with 10 threads and the arguments ‘foodnstuff’ and 90:\n * spawn(\'foo.script\', 10, \'foodnstuff\', 90);\n * ```\n * @example\n * ```ts\n * // NS2:\n * //The following example will execute the script ‘foo.script’ with 10 threads and the arguments ‘foodnstuff’ and 90:\n * ns.spawn(\'foo.script\', 10, \'foodnstuff\', 90);\n * ```\n * @param script - Filename of script to execute.\n * @param numThreads - Number of threads to spawn new script with. Will be rounded to nearest integer.\n * @param args - Additional arguments to pass into the new script that is being run.\n */\n spawn(script: string, numThreads?: number, ...args: (string | number | boolean)[]): void;\n\n /**\n * Terminate another script.\n * @remarks\n * RAM cost: 0.5 GB\n *\n * Kills the script on the target server specified by the script’s name and arguments.\n * Remember that scripts are uniquely identified by both their name and arguments.\n * For example, if `foo.script` is run with the argument 1, then this is not the same as\n * `foo.script` run with the argument 2, even though they have the same code.\n *\n * @example\n * ```ts\n * // NS1:\n * //The following example will try to kill a script named foo.script on the foodnstuff server that was ran with no arguments:\n * kill("foo.script", "foodnstuff");\n *\n * //The following will try to kill a script named foo.script on the current server that was ran with no arguments:\n * kill("foo.script", getHostname());\n *\n * //The following will try to kill a script named foo.script on the current server that was ran with the arguments 1 and “foodnstuff”:\n * kill("foo.script", getHostname(), 1, "foodnstuff");\n * ```\n * @example\n * ```ts\n * // NS2:\n * //The following example will try to kill a script named foo.script on the foodnstuff server that was ran with no arguments:\n * ns.kill("foo.script", "foodnstuff");\n *\n * //The following will try to kill a script named foo.script on the current server that was ran with no arguments:\n * ns.kill("foo.script", getHostname());\n *\n * //The following will try to kill a script named foo.script on the current server that was ran with the arguments 1 and “foodnstuff”:\n * ns.kill("foo.script", getHostname(), 1, "foodnstuff");\n * ```\n * @param script - Filename or pid of the script to kill\n * @param host - Hostname of the server on which to kill the script.\n * @param args - Arguments to identify which script to kill.\n * @returns True if the script is successfully killed, and false otherwise.\n */\n kill(script: number): boolean;\n\n /**\n * {@inheritDoc NS.(kill:1)}\n * @example\n * ```ts\n * // NS1:\n * //The following example will try to kill a script named foo.script on the foodnstuff server that was ran with no arguments:\n * kill("foo.script", "foodnstuff");\n *\n * //The following will try to kill a script named foo.script on the current server that was ran with no arguments:\n * kill("foo.script", getHostname());\n *\n * //The following will try to kill a script named foo.script on the current server that was ran with the arguments 1 and “foodnstuff”:\n * kill("foo.script", getHostname(), 1, "foodnstuff");\n * ```\n * @example\n * ```ts\n * // NS2:\n * //The following example will try to kill a script named foo.script on the foodnstuff server that was ran with no arguments:\n * ns.kill("foo.script", "foodnstuff");\n *\n * //The following will try to kill a script named foo.script on the current server that was ran with no arguments:\n * ns.kill("foo.script", getHostname());\n *\n * //The following will try to kill a script named foo.script on the current server that was ran with the arguments 1 and “foodnstuff”:\n * ns.kill("foo.script", getHostname(), 1, "foodnstuff");\n * ```\n */\n kill(script: string, host: string, ...args: (string | number | boolean)[]): boolean;\n\n /**\n * Terminate all scripts on a server.\n * @remarks\n * RAM cost: 0.5 GB\n *\n * Kills all running scripts on the specified server. This function returns true\n * if any scripts were killed, and false otherwise. In other words, it will return\n * true if there are any scripts running on the target server.\n * If no host is defined, it will kill all scripts, where the script is running.\n *\n * @param host - IP or hostname of the server on which to kill all scripts.\n * @param safetyguard - Skips the script that calls this function\n * @returns True if any scripts were killed, and false otherwise.\n */\n killall(host?: string, safetyguard?: boolean): boolean;\n\n /**\n * Terminates the current script immediately.\n * @remarks\n * RAM cost: 0 GB\n */\n exit(): never;\n\n /**\n * Copy file between servers.\n * @remarks\n * RAM cost: 0.6 GB\n *\n * Copies a script or literature (.lit) file(s) to another server. The files argument can be either a string\n * specifying a single file to copy, or an array of strings specifying multiple files to copy.\n *\n * @example\n * ```ts\n * // NS1:\n * //Copies foo.lit from the helios server to the home computer:\n * scp("foo.lit", "home", "helios");\n *\n * //Tries to copy three files from rothman-uni to home computer:\n * files = ["foo1.lit", "foo2.script", "foo3.script"];\n * scp(files, "home", "rothman-uni");\n * ```\n * @example\n * ```ts\n * // NS2:\n * //Copies foo.lit from the helios server to the home computer:\n * ns.scp("foo.lit", "home", "helios" );\n *\n * //Tries to copy three files from rothman-uni to home computer:\n * files = ["foo1.lit", "foo2.script", "foo3.script"];\n * ns.scp(files, "home", "rothman-uni");\n * ```\n * @example\n * ```ts\n * //ns2, copies files from home to a target server\n * const server = ns.args[0];\n * const files = ["hack.js","weaken.js","grow.js"];\n * ns.scp(files, server, "home");\n * ```\n * @param files - Filename or an array of filenames of script/literature files to copy.\n * @param destination - Host of the destination server, which is the server to which the file will be copied.\n * @param source - Host of the source server, which is the server from which the file will be copied. This argument is optional and if it’s omitted the source will be the current server.\n * @returns True if the file is successfully copied over and false otherwise. If the files argument is an array then this function will return false if any of the operations failed.\n */\n scp(files: string | string[], destination: string, source?: string): boolean;\n\n /**\n * List files on a server.\n * @remarks\n * RAM cost: 0.2 GB\n *\n * Returns an array with the filenames of all files on the specified server\n * (as strings). The returned array is sorted in alphabetic order.\n *\n * @param host - Host of the target server.\n * @param grep - A substring to search for in the filename.\n * @returns Array with the filenames of all files on the specified server.\n */\n ls(host: string, grep?: string): string[];\n\n /**\n * List running scripts on a server.\n * @remarks\n * RAM cost: 0.2 GB\n *\n * Returns an array with general information about all scripts running on the specified target server.\n *\n * @example\n * ```ts\n * // NS1:\n * var scripts = ps("home");\n * for (var i = 0; i < scripts.length; ++i) {\n * tprint(scripts[i].filename + \' \' + scripts[i].threads);\n * tprint(scripts[i].args);\n * }\n * ```\n * @example\n * ```ts\n * // NS2:\n * const ps = ns.ps("home");\n * for (let script of ps) {\n * ns.tprint(`${script.filename} ${script.threads}`);\n * ns.tprint(script.args);\n * }\n * ```\n * @param host - Host address of the target server. If not specified, it will be the current server’s IP by default.\n * @returns Array with general information about all scripts running on the specified target server.\n */\n ps(host?: string): ProcessInfo[];\n\n /**\n * Check if your have root access on a server.\n * @remarks\n * RAM cost: 0.05 GB\n *\n * Returns a boolean indicating whether or not the player has root access to the specified target server.\n *\n * @example\n * ```ts\n * // NS1:\n * if (hasRootAccess("foodnstuff") == false) {\n * nuke("foodnstuff");\n * }\n * ```\n * @example\n * ```ts\n * // NS2:\n * if (ns.hasRootAccess("foodnstuff") == false) {\n * ns.nuke("foodnstuff");\n * }\n * ```\n * @param host - Host of the target server\n * @returns True if player has root access to the specified target server, and false otherwise.\n */\n hasRootAccess(host: string): boolean;\n\n /**\n * Returns a string with the hostname of the server that the script is running on.\n *\n * @remarks\n * RAM cost: 0.05 GB\n * @returns Hostname of the server that the script is on.\n */\n getHostname(): string;\n\n /**\n * Returns the player’s current hacking level.\n *\n * @remarks\n * RAM cost: 0.05 GB\n * @returns Player’s current hacking level\n */\n getHackingLevel(): number;\n\n /**\n * Get hacking related multipliers.\n * @remarks\n * RAM cost: 4 GB\n *\n * Returns an object containing the Player’s hacking related multipliers.\n * These multipliers are returned in fractional forms, not percentages\n * (e.g. 1.5 instead of 150%).\n *\n * @example\n * ```ts\n * // NS1:\n * // Example of how this can be used:\n * var mults = getHackingMultipliers();\n * print(mults.chance);\n * print(mults.growth);\n * ```\n * @example\n * ```ts\n * // NS2:\n * // Example of how this can be used:\n * const {chance, growth} = ns.getHackingMultipliers();\n * print(chance);\n * print(growth);\n * ```\n * @returns Object containing the Player’s hacking related multipliers.\n */\n getHackingMultipliers(): HackingMultipliers;\n\n /**\n * Get hacknet related multipliers.\n * @remarks\n * RAM cost: 4 GB\n *\n * Returns an object containing the Player’s hacknet related multipliers.\n * These multipliers are returned in fractional forms, not percentages\n * (e.g. 1.5 instead of 150%).\n *\n * @example\n * ```ts\n * // NS1:\n * // Example of how this can be used:\n * var mults = getHacknetMultipliers();\n * print(mults.production);\n * print(mults.purchaseCost);\n * ```\n * @example\n * ```ts\n * // NS2:\n * // Example of how this can be used:\n * const {production, purchaseCost} = ns.getHacknetMultipliers();\n * print(production);\n * print(purchaseCost);\n * ```\n * @returns Object containing the Player’s hacknet related multipliers.\n */\n getHacknetMultipliers(): HacknetMultipliers;\n\n /**\n * Returns a server object for the given server. Defaults to the running script\'s server if host is not specified.\n *\n * @remarks\n * RAM cost: 2 GB\n * @param host - Optional. Hostname for the requested server object.\n * @returns The requested server object.\n */\n getServer(host?: string): Server;\n\n /**\n * Get money available on a server.\n * @remarks\n * RAM cost: 0.1 GB\n *\n * Returns the amount of money available on a server.\n * Running this function on the home computer will return the player’s money.\n *\n * @example\n * ```ts\n * // NS1:\n * getServerMoneyAvailable("foodnstuff");\n * getServerMoneyAvailable("home"); //Returns player\'s money\n * ```\n * @example\n * ```ts\n * // NS2:\n * ns.getServerMoneyAvailable("foodnstuff");\n * ns.getServerMoneyAvailable("home"); // Returns player\'s money\n * ```\n * @param host - Host of target server\n * @returns Amount of money available on the server.\n */\n getServerMoneyAvailable(host: string): number;\n\n /**\n * Get maximum money available on a server.\n * @remarks\n * RAM cost: 0.1 GB\n *\n * Returns the maximum amount of money that can be available on a server.\n *\n * @param host - Host of target server.\n * @returns Maximum amount of money available on the server.\n */\n getServerMaxMoney(host: string): number;\n\n /**\n * Get a server growth parameter.\n * @remarks\n * RAM cost: 0.1 GB\n *\n * Returns the server’s intrinsic “growth parameter”. This growth\n * parameter is a number typically between 0 and 100 that represents\n * how quickly the server’s money grows. This parameter affects the\n * percentage by which the server’s money is increased when using the\n * grow function. A higher growth parameter will result in a\n * higher percentage increase from grow.\n *\n * @param host - Host of target server.\n * @returns Parameter that affects the percentage by which the server’s money is increased when using the grow function.\n */\n getServerGrowth(host: string): number;\n\n /**\n * Get server security level.\n * @remarks\n * RAM cost: 0.1 GB\n *\n * Returns the security level of the target server. A server’s security\n * level is denoted by a number, typically between 1 and 100\n * (but it can go above 100).\n *\n * @param host - Host of target server.\n * @returns Security level of the target server.\n */\n getServerSecurityLevel(host: string): number;\n\n /**\n * Returns the minimum security level of the target server.\n *\n * @remarks RAM cost: 0.1 GB\n * @param host - Host of target server.\n * @returns Minimum security level of the target server.\n */\n getServerMinSecurityLevel(host: string): number;\n\n /**\n * @deprecated useless\n * @remarks\n * RAM cost: 0.1 GB\n * Returns the base security level of the target server. This is the security\n * level that the server starts out with. This is different than\n * getServerSecurityLevel because getServerSecurityLevel returns\n * the current security level of a server, which can constantly change due to\n * hack, grow, and weaken, calls on that server.\n * The base security level will stay the same until you reset by\n * installing an Augmentation(s).\n *\n * @param host - Host of target server.\n * @returns Base security level of the target server.\n */\n getServerBaseSecurityLevel(host: string): number;\n\n /**\n * @deprecated use getServerMaxRam / getServerUsedRam\n * @remarks\n * RAM cost: 0.1 GB\n *\n * Returns an array with two elements that gives information about a server’s memory (RAM).\n * The first element in the array is the amount of RAM that the server has total (in GB).\n * The second element in the array is the amount of RAM that is currently being used on\n * the server (in GB).\n *\n * @example\n * ```ts\n * // NS1:\n * var serverRam = getServerRam("helios");\n * var totalRam = serverRam[0];\n * var ramUsed = serverRam[1];\n * ```\n * @example\n * ```ts\n * // NS2:\n * const [totalRam, ramUsed] = ns.getServerRam("helios");\n * ```\n * @param host - Host of target server.\n * @returns Array with total and used memory on the specified server, in GB.\n */\n getServerRam(host: string): [number, number];\n\n /**\n * Get the max RAM on a server.\n * @remarks\n * RAM cost: 0.05 GB\n *\n * @param host - Hostname of the target server.\n * @returns max ram (GB)\n */\n getServerMaxRam(host: string): number;\n /**\n * Get the used RAM on a server.\n * @remarks\n * RAM cost: 0.05 GB\n *\n * @param host - Hostname of the target server.\n * @returns used ram (GB)\n */\n getServerUsedRam(host: string): number;\n\n /**\n * Returns the required hacking level of the target server.\n *\n * @remarks RAM cost: 0.1 GB\n * @param host - Host of target server.\n * @returns The required hacking level of the target server.\n */\n getServerRequiredHackingLevel(host: string): number;\n\n /**\n * Returns the number of open ports required to successfully run NUKE.exe on the specified server.\n *\n * @remarks RAM cost: 0.1 GB\n * @param host - Host of target server.\n * @returns The number of open ports required to successfully run NUKE.exe on the specified server.\n */\n getServerNumPortsRequired(host: string): number;\n\n /**\n * Returns a boolean denoting whether or not the specified server exists.\n *\n * @remarks RAM cost: 0.1 GB\n * @param host - Host of target server.\n * @returns True if specified server exists, and false otherwise.\n */\n serverExists(host: string): boolean;\n\n /**\n * Check if a file exists.\n * @remarks\n * RAM cost: 0.1 GB\n *\n * Returns a boolean indicating whether the specified file exists on the target server.\n * The filename for scripts is case-sensitive, but for other types of files it is not.\n * For example, fileExists(“brutessh.exe”) will work fine, even though the actual program\n * is named \'BruteSSH.exe\'.\n *\n * If the hostname/ip argument is omitted, then the function will search through the current\n * server (the server running the script that calls this function) for the file.\n *\n * @example\n * ```ts\n * // NS1:\n * //The function call will return true if the script named foo.script exists on the foodnstuff server, and false otherwise.\n * fileExists("foo.script", "foodnstuff");\n *\n * //The function call will return true if the current server contains the FTPCrack.exe program, and false otherwise.\n * fileExists("ftpcrack.exe");\n * ```\n * * @example\n * ```ts\n * // NS2:\n * // The function call will return true if the script named foo.script exists on the foodnstuff server, and false otherwise.\n * ns.fileExists("foo.script", "foodnstuff");\n *\n * // The function call will return true if the current server contains the FTPCrack.exe program, and false otherwise.\n * ns.fileExists("ftpcrack.exe");\n * ```\n * @param filename - Filename of file to check.\n * @param host - Host of target server. This is optional. If it is not specified then the function will use the current server as the target server.\n * @returns True if specified file exists, and false otherwise.\n */\n fileExists(filename: string, host?: string): boolean;\n\n /**\n * Check if a script is running.\n * @remarks\n * RAM cost: 0.1 GB\n *\n * Returns a boolean indicating whether the specified script is running on the target server.\n * If you use a PID instead of a filename, the hostname and args parameters are unnecessary.\n * Remember that a script is uniquely identified by both its name and its arguments.\n *\n * @example\n * ```ts\n * // NS1:\n * //The function call will return true if there is a script named foo.script with no arguments running on the foodnstuff server, and false otherwise:\n * isRunning("foo.script", "foodnstuff");\n *\n * //The function call will return true if there is a script named foo.script with no arguments running on the current server, and false otherwise:\n * isRunning("foo.script", getHostname());\n *\n * //The function call will return true if there is a script named foo.script running with the arguments 1, 5, and “test” (in that order) on the joesguns server, and false otherwise:\n * isRunning("foo.script", "joesguns", 1, 5, "test");\n * ```\n * @example\n * ```ts\n * // NS2:\n * //The function call will return true if there is a script named foo.script with no arguments running on the foodnstuff server, and false otherwise:\n * ns.isRunning("foo.script", "foodnstuff");\n *\n * //The function call will return true if there is a script named foo.script with no arguments running on the current server, and false otherwise:\n * ns.isRunning("foo.script", ns.getHostname());\n *\n * //The function call will return true if there is a script named foo.script running with the arguments 1, 5, and “test” (in that order) on the joesguns server, and false otherwise:\n * ns.isRunning("foo.script", "joesguns", 1, 5, "test");\n * ```\n * @param script - Filename or PID of script to check. This is case-sensitive.\n * @param host - Host of target server.\n * @param args - Arguments to specify/identify which scripts to search for.\n * @returns True if specified script is running on the target server, and false otherwise.\n */\n isRunning(script: FilenameOrPID, host?: string, ...args: (string | number | boolean)[]): boolean;\n\n /**\n * Get general info about a running script.\n * @remarks\n * RAM cost: 0.3 GB\n *\n * Running with no args returns current script.\n * If you use a PID as the first parameter, the hostname and args parameters are unnecessary.\n *\n * @param filename - Optional. Filename or PID of the script.\n * @param hostname - Optional. Name of host server the script is running on.\n * @param args - Arguments to identify the script\n * @returns The info about the running script if found, and null otherwise.\n */\n getRunningScript(\n filename?: FilenameOrPID,\n hostname?: string,\n ...args: (string | number | boolean)[]\n ): RunningScript | null;\n\n /**\n * Get cost of purchasing a server.\n * @remarks\n * RAM cost: 0.25 GB\n *\n * Returns the cost to purchase a server with the specified amount of ram.\n *\n * @example\n * ```ts\n * // NS1:\n * for (i = 1; i <= 20; i++) {\n * tprint(i + " -- " + getPurchasedServerCost(Math.pow(2, i)));\n * }\n * ```\n * @example\n * ```ts\n * // NS2:\n * for (i = 1; i <= 20; i++) {\n * ns.tprint(i + " -- " + ns.getPurchasedServerCost(Math.pow(2, i)));\n * }\n * ```\n * @param ram - Amount of RAM of a potential purchased server, in GB. Must be a power of 2 (2, 4, 8, 16, etc.). Maximum value of 1048576 (2^20).\n * @returns The cost to purchase a server with the specified amount of ram.\n */\n getPurchasedServerCost(ram: number): number;\n\n /**\n * Purchase a server.\n * @remarks\n * 2.25 GB\n *\n * Purchased a server with the specified hostname and amount of RAM.\n *\n * The hostname argument can be any data type, but it will be converted to a string\n * and have whitespace removed. Anything that resolves to an empty string will cause\n * the function to fail. If there is already a server with the specified hostname,\n * then the function will automatically append a number at the end of the hostname\n * argument value until it finds a unique hostname. For example, if the script calls\n * `purchaseServer(“foo”, 4)` but a server named “foo” already exists, the it will\n * automatically change the hostname to `foo-0`. If there is already a server with the\n * hostname `foo-0`, then it will change the hostname to `foo-1`, and so on.\n *\n * Note that there is a maximum limit to the amount of servers you can purchase.\n *\n * Returns the hostname of the newly purchased server as a string. If the function\n * fails to purchase a server, then it will return an empty string. The function will\n * fail if the arguments passed in are invalid, if the player does not have enough\n * money to purchase the specified server, or if the player has exceeded the maximum\n * amount of servers.\n *\n * @example\n * ```ts\n * // NS1:\n * var ram = 64;\n * var prefix = "pserv-";\n * for (i = 0; i < 5; ++i) {\n * purchaseServer(prefix + i, ram);\n * }\n * ```\n * @example\n * ```ts\n * // NS2:\n * const ram = 64;\n * const prefix = "pserv-";\n * for (i = 0; i < 5; ++i) {\n * ns.purchaseServer(prefix + i, ram);\n * }\n * ```\n * @param hostname - Host of the purchased server.\n * @param ram - Amount of RAM of the purchased server, in GB. Must be a power of 2 (2, 4, 8, 16, etc.). Maximum value of 1048576 (2^20).\n * @returns The hostname of the newly purchased server.\n */\n purchaseServer(hostname: string, ram: number): string;\n\n /**\n * Get cost of upgrading a purchased server to the given ram.\n * @remarks\n * RAM cost: 0.1 GB\n *\n * @param hostname - Hostname of the server to upgrade.\n * @param ram - Amount of RAM of the purchased server, in GB. Must be a power of 2 (2, 4, 8, 16, etc.). Maximum value of 1048576 (2^20).\n * @returns The price to upgrade.\n */\n getPurchasedServerUpgradeCost(hostname: string, ram: number): number;\n\n /**\n * Upgrade a purchased servers ram.\n * @remarks\n * RAM cost: 0.25 GB\n *\n * @param hostname - Hostname of the server to upgrade.\n * @param ram - Amount of RAM of the purchased server, in GB. Must be a power of 2 (2, 4, 8, 16, etc.). Maximum value of 1048576 (2^20).\n * @returns True if the upgrade succeeded.\n */\n upgradePurchasedServer(hostname: string, ram: number): boolean;\n\n /**\n * Rename a purchased server.\n * @remarks\n * RAM cost: 2.00 GB\n *\n * @param hostname - current server hostname\n * @param newName - new server hostname\n * @returns True if the upgrade succeeded.\n */\n renamePurchasedServer(hostname: string, newName: string): boolean;\n\n /**\n * Delete a purchased server.\n * @remarks\n * 2.25 GB\n *\n * Deletes one of your purchased servers, which is specified by its hostname.\n *\n * The hostname argument can be any data type, but it will be converted to a string.\n * Whitespace is automatically removed from the string. This function will not delete a\n * server that still has scripts running on it.\n *\n * @param host - Host of the server to delete.\n * @returns True if successful, and false otherwise.\n */\n deleteServer(host: string): boolean;\n\n /**\n * Returns an array with the hostnames of all of the servers you have purchased.\n *\n * @remarks 2.25 GB\n * @returns Returns an array with the hostnames of all of the servers you have purchased.\n */\n getPurchasedServers(): string[];\n\n /**\n * Returns the maximum number of servers you can purchase.\n *\n * @remarks RAM cost: 0.05 GB\n * @returns Returns the maximum number of servers you can purchase.\n */\n getPurchasedServerLimit(): number;\n\n /**\n * Returns the maximum RAM that a purchased server can have.\n *\n * @remarks RAM cost: 0.05 GB\n * @returns Returns the maximum RAM (in GB) that a purchased server can have.\n */\n getPurchasedServerMaxRam(): number;\n\n /**\n * Write data to a file.\n * @remarks\n * RAM cost: 0 GB\n *\n * This function can be used to write data to a text file (.txt) or a script (.js or .script).\n *\n * This function will write data to that file. If the specified file does not exist,\n * then it will be created. The third argument mode, defines how the data will be written to\n * the file. If *mode is set to “w”, then the data is written in “write” mode which means\n * that it will overwrite all existing data on the file. If mode is set to any other value\n * then the data will be written in “append” mode which means that the data will be added at the\n * end of the file.\n *\n * @param filename - Name of the file to be written to.\n * @param data - Data to write.\n * @param mode - Defines the write mode.\n */\n write(filename: string, data?: string[] | number | string, mode?: "w" | "a"): void;\n\n /**\n * Attempt to write to a port.\n * @remarks\n * RAM cost: 0 GB\n *\n * Attempts to write data to the specified Netscript Port.\n * If the port is full, the data will not be written.\n * Otherwise, the data will be written normally.\n *\n * @param port - Port or text file that will be written to.\n * @param data - Data to write.\n * @returns True if the data is successfully written to the port, and false otherwise.\n */\n tryWritePort(port: number, data: string | number): boolean;\n\n /**\n * Read content of a file.\n * @remarks\n * RAM cost: 0 GB\n *\n * This function is used to read data from a text file (.txt) or script (.script, .js).\n *\n * This function will return the data in the specified file.\n * If the file does not exist, an empty string will be returned.\n *\n * @param filename - Name of the file to be read.\n * @returns Data in the specified text file.\n */\n read(filename: string): string;\n\n /**\n * Get a copy of the data from a port without popping it.\n * @remarks\n * RAM cost: 0 GB\n *\n * This function is used to peek at the data from a port. It returns the\n * first element in the specified port without removing that element. If\n * the port is empty, the string “NULL PORT DATA” will be returned.\n *\n * @param port - Port to peek. Must be an integer between 1 and 20.\n * @returns Data in the specified port.\n */\n peek(port: number): PortData;\n\n /**\n * Clear data from a file.\n * @remarks\n * RAM cost: 0 GB\n *\n * Delete all data from that text file.\n *\n * @param handle - Text file to clear.\n */\n clear(handle: string): void;\n\n /**\n * Clear data from a port.\n * @remarks\n * RAM cost: 0 GB\n *\n * Delete all data from the underlying queue.\n *\n * @param handle - Port to clear.\n */\n clearPort(handle: number): void;\n\n /**\n * Write data to a port.\n * @remarks\n * RAM cost: 0 GB\n *\n * Write data to that netscript port.\n * @returns The data popped off the queue if it was full.\n */\n writePort(port: number, data: string | number): Promise;\n /**\n * Read data from a port.\n * @remarks\n * RAM cost: 0 GB\n *\n * Read data from that port. A port is a serialized queue.\n * This function will remove the first element from that queue and return it.\n * If the queue is empty, then the string “NULL PORT DATA” will be returned.\n * @returns the data read.\n */\n readPort(port: number): PortData;\n\n /**\n * Get all data on a port.\n * @remarks\n * RAM cost: 0 GB\n *\n * Get a handle to a Netscript Port.\n *\n * WARNING: Port Handles only work in NetscriptJS (Netscript 2.0). They will not work in Netscript 1.0.\n *\n * @see https://bitburner.readthedocs.io/en/latest/netscript/netscriptmisc.html#netscript-ports\n * @param port - Port number. Must be an integer between 1 and 20.\n */\n getPortHandle(port: number): NetscriptPort;\n\n /**\n * Delete a file.\n * @remarks\n * RAM cost: 1 GB\n *\n * Removes the specified file from the current server. This function works for every file\n * type except message (.msg) files.\n *\n * @param name - Filename of file to remove. Must include the extension.\n * @param host - Host Address of the server on which to delete the file. Optional. Defaults to current server.\n * @returns True if it successfully deletes the file, and false otherwise.\n */\n rm(name: string, host?: string): boolean;\n\n /**\n * Check if any script with a filename is running.\n * @remarks\n * RAM cost: 1 GB\n *\n * Returns a boolean indicating whether any instance of the specified script is running\n * on the target server, regardless of its arguments.\n *\n * This is different than the isRunning function because it does not try to\n * identify a specific instance of a running script by its arguments.\n *\n * @example\n * ```ts\n * // NS1:\n * //The function call will return true if there is any script named foo.script running on the foodnstuff server, and false otherwise:\n * scriptRunning("foo.script", "foodnstuff");\n *\n * //The function call will return true if there is any script named “foo.script” running on the current server, and false otherwise:\n * scriptRunning("foo.script", getHostname());\n * ```\n * * @example\n * ```ts\n * // NS2:\n * //The function call will return true if there is any script named foo.script running on the foodnstuff server, and false otherwise:\n * ns.scriptRunning("foo.script", "foodnstuff");\n *\n * //The function call will return true if there is any script named “foo.script” running on the current server, and false otherwise:\n * ns.scriptRunning("foo.script", ns.getHostname());\n * ```\n * @param script - Filename of script to check. This is case-sensitive.\n * @param host - Host of target server.\n * @returns True if the specified script is running, and false otherwise.\n */\n scriptRunning(script: string, host: string): boolean;\n\n /**\n * Kill all scripts with a filename.\n * @remarks\n * RAM cost: 1 GB\n *\n * Kills all scripts with the specified filename on the target server specified by hostname,\n * regardless of arguments.\n *\n * @param script - Filename of script to kill. This is case-sensitive.\n * @param host - Host of target server.\n * @returns true if one or more scripts were successfully killed, and false if none were.\n */\n scriptKill(script: string, host: string): boolean;\n\n /**\n * Returns the current script name.\n *\n * @remarks RAM cost: 0 GB\n * @returns Current script name.\n */\n getScriptName(): string;\n\n /**\n * Get the ram cost of a script.\n * @remarks\n * RAM cost: 0.1 GB\n *\n * Returns the amount of RAM required to run the specified script on the target server.\n * Returns 0 if the script does not exist.\n *\n * @param script - Filename of script. This is case-sensitive.\n * @param host - Host of target server the script is located on. This is optional, if it is not specified then the function will use the current server as the target server.\n * @returns Amount of RAM (in GB) required to run the specified script on the target server, and 0 if the script does not exist.\n */\n getScriptRam(script: string, host?: string): number;\n\n /**\n * Get the execution time of a hack() call.\n * @remarks\n * RAM cost: 0.05 GB\n *\n * When `hack` completes an amount of money is stolen depending on the player\'s skills.\n * Returns the amount of time in milliseconds it takes to execute the hack Netscript function on the target server.\n * The required time is increased by the security level of the target server and decreased by the player\'s hacking level.\n *\n * @param host - Host of target server.\n * @returns Returns the amount of time in milliseconds it takes to execute the hack Netscript function.\n */\n getHackTime(host: string): number;\n\n /**\n * Get the execution time of a grow() call.\n * @remarks\n * RAM cost: 0.05 GB\n *\n * Returns the amount of time in milliseconds it takes to execute the grow Netscript function on the target server.\n * The required time is increased by the security level of the target server and decreased by the player\'s hacking level.\n *\n * @param host - Host of target server.\n * @returns Returns the amount of time in milliseconds it takes to execute the grow Netscript function.\n */\n getGrowTime(host: string): number;\n\n /**\n * Get the execution time of a weaken() call.\n * @remarks\n * RAM cost: 0.05 GB\n *\n * Returns the amount of time in milliseconds it takes to execute the weaken Netscript function on the target server.\n * The required time is increased by the security level of the target server and decreased by the player\'s hacking level.\n *\n * @param host - Host of target server.\n * @returns Returns the amount of time in milliseconds it takes to execute the weaken Netscript function.\n */\n getWeakenTime(host: string): number;\n\n /**\n * Get the income of all script.\n * @remarks\n * RAM cost: 0.1 GB\n *\n * @returns an array of two values.\n * The first value is the total income (dollar / second) of all of your active scripts\n * (scripts that are currently running on any server).\n * The second value is the total income (dollar / second) that you’ve earned from scripts\n * since you last installed Augmentations.\n */\n getTotalScriptIncome(): [number, number];\n\n /**\n * Get the income of a script.\n * @remarks\n * RAM cost: 0.1 GB\n *\n * Returns the amount of income the specified script generates while online\n * (when the game is open, does not apply for offline income). Remember that\n * a script is uniquely identified by both its name and its arguments. So for\n * example if you ran a script with the arguments “foodnstuff” and “5” then\n * in order to use this function to get that script’s income you must specify\n * those same arguments in the same order in this function call.\n *\n * @param script - Filename of script.\n * @param host - Server on which script is running.\n * @param args - Arguments that the script is running with.\n * @returns Amount of income the specified script generates while online.\n */\n getScriptIncome(script: string, host: string, ...args: (string | number | boolean)[]): number;\n\n /**\n * Get the exp gain of all script.\n * @remarks\n * RAM cost: 0.1 GB\n *\n * @returns total experience gain rate of all of your active scripts.\n */\n getTotalScriptExpGain(): number;\n\n /**\n * Get the exp gain of a script.\n * @remarks\n * RAM cost: 0.1 GB\n *\n * Returns the amount of hacking experience the specified script generates while online\n * (when the game is open, does not apply for offline experience gains). Remember that a\n * script is uniquely identified by both its name and its arguments.\n *\n * This function can also return the total experience gain rate of all of your active\n * scripts by running the function with no arguments.\n *\n * @param script - Filename of script.\n * @param host - Server on which script is running.\n * @param args - Arguments that the script is running with.\n * @returns Amount of hacking experience the specified script generates while online.\n */\n getScriptExpGain(script: string, host: string, ...args: (string | number | boolean)[]): number;\n\n /**\n * Returns the amount of time in milliseconds that have passed since you last installed Augmentations.\n *\n * @remarks RAM cost: 0.05 GB\n * @returns Time in milliseconds that have passed since you last installed Augmentations.\n */\n getTimeSinceLastAug(): number;\n\n /**\n * Format a string.\n *\n * @remarks\n * RAM cost: 0 GB\n *\n * see: https://github.com/alexei/sprintf.js\n * @param format - String to format.\n * @param args - Formatting arguments.\n * @returns Formatted text.\n */\n sprintf(format: string, ...args: any[]): string;\n\n /**\n * Format a string with an array of arguments.\n * @remarks\n * RAM cost: 0 GB\n *\n * see: https://github.com/alexei/sprintf.js\n * @param format - String to format.\n * @param args - Formatting arguments.\n * @returns Formatted text.\n */\n vsprintf(format: string, args: any[]): string;\n\n /**\n * Format a number\n * @remarks\n * RAM cost: 0 GB\n *\n * Converts a number into a string with the specified formatter.\n * This uses the numeral.js library, so the formatters must be compatible with that.\n * This is the same function that the game itself uses to display numbers.\n *\n * see: http://numeraljs.com/\n * @param n - Number to format.\n * @param format - Formatter.\n * @returns Formatted number.\n */\n nFormat(n: number, format: string): string;\n\n /**\n * Format time to readable string\n * @remarks\n * RAM cost: 0 GB\n *\n * @param milliseconds - Number of millisecond to format.\n * @param milliPrecision - Format time with subsecond precision, defaults to false.\n * @returns The formatted time.\n */\n tFormat(milliseconds: number, milliPrecision?: boolean): string;\n\n /**\n * Prompt the player with an input modal.\n * @remarks\n * RAM cost: 0 GB\n *\n * Prompts the player with a dialog box. If `options.type` is undefined or "boolean",\n * the player is shown "Yes" and "No" prompts, which return true and false respectively.\n * Passing a type of "text" will give the player a text field and a value of "select"\n * will show a drop-down field. Choosing type "select" will require an array or object\n * to be passed via the `options.choices` property.\n * The script’s execution is halted until the player selects one of the options.\n *\n * @param txt - Text to appear in the prompt dialog box.\n * @param options - Options to modify the prompt the player is shown.\n * @returns True if the player click “Yes”; false if the player clicks “No”; or the value entered by the player.\n */\n prompt(\n txt: string,\n options?: { type?: "boolean" | "text" | "select" | undefined; choices?: string[] },\n ): Promise;\n\n /**\n * Open up a message box.\n * @param msg - Message to alert.\n */\n alert(msg: string): void;\n\n /**\n * Queue a toast (bottom-right notification).\n * @param msg - Message in the toast.\n * @param variant - Type of toast, must be one of success, info, warning, error. Defaults to success.\n * @param duration - Duration of toast in ms. Can also be `null` to create a persistent toast. Defaults to 2000\n */\n toast(msg: string, variant?: ToastVariant, duration?: number | null): void;\n\n /**\n * Download a file from the internet.\n * @remarks\n * RAM cost: 0 GB\n *\n * Retrieves data from a URL and downloads it to a file on the specified server.\n * The data can only be downloaded to a script (.script, .js) or a text file (.txt).\n * If the file already exists, it will be overwritten by this command.\n * Note that it will not be possible to download data from many websites because they\n * do not allow cross-origin resource sharing (CORS).\n *\n * IMPORTANT: This is an asynchronous function that returns a Promise.\n * The Promise’s resolved value will be a boolean indicating whether or not the data was\n * successfully retrieved from the URL. Because the function is async and returns a Promise,\n * it is recommended you use wget in NetscriptJS (Netscript 2.0).\n *\n * In NetscriptJS, you must preface any call to wget with the await keyword (like you would hack or sleep).\n * wget will still work in Netscript 1.0, but the functions execution will not be synchronous\n * (i.e. it may not execute when you expect/want it to).\n * Furthermore, since Promises are not supported in ES5,\n * you will not be able to process the returned value of wget in Netscript 1.0.\n *\n * @example\n * ```ts\n * // NS1:\n * wget("https://raw.githubusercontent.com/danielyxie/bitburner/master/README.md", "game_readme.txt");\n * ```\n * @example\n * ```ts\n * // NS2:\n * await ns.wget("https://raw.githubusercontent.com/danielyxie/bitburner/master/README.md", "game_readme.txt");\n * ```\n * @param url - URL to pull data from.\n * @param target - Filename to write data to. Must be script or text file.\n * @param host - Optional hostname/ip of server for target file.\n * @returns True if the data was successfully retrieved from the URL, false otherwise.\n */\n wget(url: string, target: string, host?: string): Promise;\n\n /**\n * Returns the amount of Faction favor required to be able to donate to a faction.\n *\n * @remarks RAM cost: 0.1 GB\n * @returns Amount of Faction favor required to be able to donate to a faction.\n */\n getFavorToDonate(): number;\n\n /**\n * Get the current Bitnode multipliers.\n * @remarks\n * RAM cost: 4 GB\n *\n * Returns an object containing the current BitNode multipliers.\n * This function requires you to be in Bitnode 5 or have Source-File 5 in order to run.\n * The multipliers are returned in decimal forms (e.g. 1.5 instead of 150%).\n * The multipliers represent the difference between the current BitNode and\n * the original BitNode (BitNode-1).\n *\n * For example, if the CrimeMoney multiplier has a value of 0.1, then that means\n * that committing crimes in the current BitNode will only give 10% of the money\n * you would have received in BitNode-1.\n *\n * @example\n * ```ts\n * // NS1:\n * var mults = getBitNodeMultipliers();\n * print(mults.ServerMaxMoney);\n * print(mults.HackExpGain);\n * ```\n * @example\n * ```ts\n * // NS2:\n * const {ServerMaxMoney, HackExpGain} = ns.getBitNodeMultipliers();\n * print(ServerMaxMoney);\n * print(HackExpGain);\n * ```\n * @returns Object containing the current BitNode multipliers.\n */\n getBitNodeMultipliers(): BitNodeMultipliers;\n\n /**\n * Get information about the player.\n * @remarks\n * RAM cost: 0.5 GB\n *\n * Returns an object with information on the current player.\n *\n * @returns Player info\n */\n getPlayer(): Player;\n\n /**\n * Add callback function when the script dies\n * @remarks\n * RAM cost: 0 GB\n *\n * NS2 exclusive\n *\n * Add callback to be executed when the script dies.\n */\n atExit(f: () => void): void;\n\n /**\n * Move a file on the target server.\n * @remarks\n * RAM cost: 0 GB\n *\n * NS2 exclusive\n *\n * Move the source file to the specified destination on the target server.\n *\n * This command only works for scripts and text files (.txt). It cannot, however, be used\n * to convert from script to text file, or vice versa.\n *\n * This function can also be used to rename files.\n *\n * @param host - Host of target server.\n * @param source - Filename of the source file.\n * @param destination - Filename of the destination file.\n */\n mv(host: string, source: string, destination: string): void;\n\n /**\n * Parse command line flags.\n * @remarks\n * RAM cost: 0 GB\n *\n * Allows unix like flag parsing.\n * @example\n * ```ts\n * // example.script\n * var data = flags([\n * [\'delay\', 0], // a default number means this flag is a number\n * [\'server\', \'foodnstuff\'], // a default string means this flag is a string\n * [\'exclude\', []], // a default array means this flag is a default array of string\n * [\'help\', false], // a default boolean means this flag is a boolean\n * ]);\n * tprint(data);\n *\n * // example.js\n * export async function main(ns) {\n * const data = ns.flags([\n * [\'delay\', 0], // a default number means this flag is a number\n * [\'server\', \'foodnstuff\'], // a default string means this flag is a string\n * [\'exclude\', []], // a default array means this flag is a default array of string\n * [\'help\', false], // a default boolean means this flag is a boolean\n * ]);\n * ns.tprint(data);\n * }\n *\n * // [home ~/]> run example.script\n * // {"_":[],"delay":0,"server":"foodnstuff","exclude":[],"help":false}\n * // [home ~/]> run example.script --delay 3000\n * // {"_":[],"server":"foodnstuff","exclude":[],"help":false,"delay":3000}\n * // [home ~/]> run example.script --delay 3000 --server harakiri-sushi\n * // {"_":[],"exclude":[],"help":false,"delay":3000,"server":"harakiri-sushi"}\n * // [home ~/]> run example.script --delay 3000 --server harakiri-sushi hello world\n * // {"_":["hello","world"],"exclude":[],"help":false,"delay":3000,"server":"harakiri-sushi"}\n * // [home ~/]> run example.script --delay 3000 --server harakiri-sushi hello world --exclude a --exclude b\n * // {"_":["hello","world"],"help":false,"delay":3000,"server":"harakiri-sushi","exclude":["a","b"]}\n * // [home ~/]> run example.script --help\n * // {"_":[],"delay":0,"server":"foodnstuff","exclude":[],"help":true}\n * ```\n */\n flags(schema: [string, string | number | boolean | string[]][]): { [key: string]: ScriptArg | string[] };\n\n /**\n * Share your computer with your factions.\n * @remarks\n * RAM cost: 2.4 GB\n *\n * Increases your rep gain of hacking contracts while share is called.\n * Scales with thread count.\n */\n share(): Promise;\n\n /**\n * Calculate your share power. Based on all the active share calls.\n * @remarks\n * RAM cost: 0.2 GB\n */\n getSharePower(): number;\n\n enums: NSEnums;\n}\n\n/** @public */\ndeclare const enums = {\n toast: {\n SUCCESS: "success",\n WARNING: "warning",\n ERROR: "error",\n INFO: "info",\n },\n};\n\n/** @public */\ntype ToastVariant = ValuesFrom;\n\n/** @public */\nexport type NSEnums = typeof enums;\n/**\n * Corporation Office API\n * @remarks\n * requires the Office API upgrade from your corporation.\n * @public\n */\nexport interface OfficeAPI {\n /**\n * Assign an employee to a job.\n * @param divisionName - Name of the division\n * @param cityName - Name of the city\n * @param employeeName - name of the employee\n * @param job - Name of the job.\n */\n assignJob(divisionName: string, cityName: string, employeeName: string, job: string): void;\n /**\n * Hire an employee.\n * @param divisionName - Name of the division\n * @param cityName - Name of the city\n * @returns The newly hired employee, if any\n */\n hireEmployee(divisionName: string, cityName: string): Employee | undefined;\n /**\n * Upgrade office size.\n * @param divisionName - Name of the division\n * @param cityName - Name of the city\n * @param size - Amount of positions to open\n */\n upgradeOfficeSize(divisionName: string, cityName: string, size: number): void;\n /**\n * Throw a party for your employees\n * @param divisionName - Name of the division\n * @param cityName - Name of the city\n * @param costPerEmployee - Amount to spend per employee.\n * @returns Multiplier for happiness and morale, or zero on failure\n */\n throwParty(divisionName: string, cityName: string, costPerEmployee: number): number;\n /**\n * Buy coffee for your employees\n * @param divisionName - Name of the division\n * @param cityName - Name of the city\n * @returns true if buying coffee was successful, false otherwise\n */\n buyCoffee(divisionName: string, cityName: string): boolean;\n /**\n * Hire AdVert.\n * @param divisionName - Name of the division\n */\n hireAdVert(divisionName: string): void;\n /**\n * Purchase a research\n * @param divisionName - Name of the division\n * @param researchName - Name of the research\n */\n research(divisionName: string, researchName: string): void;\n /**\n * Get data about an office\n * @param divisionName - Name of the division\n * @param cityName - Name of the city\n * @returns Office data\n */\n getOffice(divisionName: string, cityName: string): Office;\n /**\n * Get data about an employee\n * @param divisionName - Name of the division\n * @param cityName - Name of the city\n * @param employeeName - Name of the employee\n * @returns Employee data\n */\n getEmployee(divisionName: string, cityName: string, employeeName: string): Employee;\n /**\n * Get the cost to Hire AdVert\n * @param divisionName - Name of the division\n * @returns Cost\n */\n getHireAdVertCost(divisionName: string): number;\n /**\n * Get the number of times you have Hired AdVert\n * @param divisionName - Name of the division\n * @returns Number of times you have Hired AdVert\n */\n getHireAdVertCount(adivisionName: string): number;\n /**\n * Get the cost to unlock research\n * @param divisionName - Name of the division\n * @param researchName - Name of the research\n * @returns cost\n */\n getResearchCost(divisionName: string, researchName: string): number;\n /**\n * Gets if you have unlocked a research\n * @param divisionName - Name of the division\n * @param researchName - Name of the research\n * @returns true is unlocked, false if not\n */\n hasResearched(divisionName: string, researchName: string): boolean;\n /**\n * Set the auto job assignment for a job\n * @param divisionName - Name of the division\n * @param cityName - Name of the city\n * @param job - Name of the job\n * @param amount - Number of employees to assign to that job\n * @returns true if the employee count reached the target amount, false if not\n */\n setAutoJobAssignment(divisionName: string, cityName: string, job: string, amount: number): boolean;\n /**\n * Cost to Upgrade office size.\n * @param divisionName - Name of the division\n * @param cityName - Name of the city\n * @param size - Amount of positions to open\n * @returns Cost of upgrading the office\n */\n getOfficeSizeUpgradeCost(divisionName: string, cityName: string, asize: number): number;\n}\n\n/**\n * Corporation Warehouse API\n * @remarks\n * Requires the Warehouse API upgrade from your corporation.\n * @public\n */\nexport interface WarehouseAPI {\n /**\n * Set material sell data.\n * @param divisionName - Name of the division\n * @param cityName - Name of the city\n * @param materialName - Name of the material\n * @param amt - Amount to sell, can be "MAX"\n * @param price - Price to sell, can be "MP"\n */\n sellMaterial(divisionName: string, cityName: string, materialName: string, amt: string, price: string): void;\n /**\n * Set product sell data.\n * @param divisionName - Name of the division\n * @param cityName - Name of the city\n * @param productName - Name of the product\n * @param amt - Amount to sell, can be "MAX"\n * @param price - Price to sell, can be "MP"\n * @param all - Sell in all city\n */\n sellProduct(\n divisionName: string,\n cityName: string,\n productName: string,\n amt: string,\n price: string,\n all: boolean,\n ): void;\n /**\n * Discontinue a product.\n * @param divisionName - Name of the division\n * @param productName - Name of the product\n */\n discontinueProduct(divisionName: string, productName: string): void;\n /**\n * Set smart supply\n * @param divisionName - Name of the division\n * @param cityName - Name of the city\n * @param enabled - smart supply enabled\n */\n setSmartSupply(divisionName: string, cityName: string, enabled: boolean): void;\n /**\n * Set whether smart supply uses leftovers before buying\n * @param divisionName - Name of the division\n * @param cityName - Name of the city\n * @param materialName - Name of the material\n * @param enabled - smart supply use leftovers enabled\n */\n setSmartSupplyUseLeftovers(divisionName: string, cityName: string, materialName: string, enabled: boolean): void;\n /**\n * Set material buy data\n * @param divisionName - Name of the division\n * @param cityName - Name of the city\n * @param materialName - Name of the material\n * @param amt - Amount of material to buy\n */\n buyMaterial(divisionName: string, cityName: string, materialName: string, amt: number): void;\n /**\n * Set material to bulk buy\n * @param divisionName - Name of the division\n * @param cityName - Name of the city\n * @param materialName - Name of the material\n * @param amt - Amount of material to buy\n */\n bulkPurchase(divisionName: string, cityName: string, materialName: string, amt: number): void;\n /**\n * Get warehouse data\n * @param divisionName - Name of the division\n * @param cityName - Name of the city\n * @returns warehouse data\n */\n getWarehouse(divisionName: string, cityName: string): Warehouse;\n /**\n * Get product data\n * @param divisionName - Name of the division\n * @param productName - Name of the product\n * @returns product data\n */\n getProduct(divisionName: string, productName: string): Product;\n /**\n * Get material data\n * @param divisionName - Name of the division\n * @param materialName - Name of the material\n * @returns material data\n */\n getMaterial(divisionName: string, cityName: string, materialName: string): Material;\n /**\n * Set market TA 1 for a material.\n * @param divisionName - Name of the division\n * @param cityName - Name of the city\n * @param materialName - Name of the material\n * @param on - market ta enabled\n */\n setMaterialMarketTA1(divisionName: string, cityName: string, materialName: string, on: boolean): void;\n /**\n * Set market TA 2 for a material.\n * @param divisionName - Name of the division\n * @param cityName - Name of the city\n * @param materialName - Name of the material\n * @param on - market ta enabled\n */\n setMaterialMarketTA2(divisionName: string, cityName: string, materialName: string, on: boolean): void;\n /**\n * Set market TA 1 for a product.\n * @param divisionName - Name of the division\n * @param productName - Name of the product\n * @param on - market ta enabled\n */\n setProductMarketTA1(divisionName: string, productName: string, on: boolean): void;\n /**\n * Set market TA 2 for a product.\n * @param divisionName - Name of the division\n * @param productName - Name of the product\n * @param on - market ta enabled\n */\n setProductMarketTA2(divisionName: string, productName: string, on: boolean): void;\n /**\n * Set material export data\n * @param sourceDivision - Source division\n * @param sourceCity - Source city\n * @param targetDivision - Target division\n * @param targetCity - Target city\n * @param materialName - Name of the material\n * @param amt - Amount of material to export.\n */\n exportMaterial(\n sourceDivision: string,\n sourceCity: string,\n targetDivision: string,\n targetCity: string,\n materialName: string,\n amt: number,\n ): void;\n /**\n * Cancel material export\n * @param sourceDivision - Source division\n * @param sourceCity - Source city\n * @param targetDivision - Target division\n * @param targetCity - Target city\n * @param materialName - Name of the material\n * @param amt - Amount of material to export.\n */\n cancelExportMaterial(\n sourceDivision: string,\n sourceCity: string,\n targetDivision: string,\n targetCity: string,\n materialName: string,\n amt: number,\n ): void;\n /**\n * Purchase warehouse for a new city\n * @param divisionName - Name of the division\n * @param cityName - Name of the city\n */\n purchaseWarehouse(divisionName: string, cityName: string): void;\n /**\n * Upgrade warehouse\n * @param divisionName - Name of the division\n * @param cityName - Name of the city\n * @param amt - amount of upgrades defaults to 1\n */\n upgradeWarehouse(divisionName: string, cityName: string, amt?: number): void;\n /**\n * Create a new product\n * @param divisionName - Name of the division\n * @param cityName - Name of the city\n * @param productName - Name of the product\n * @param designInvest - Amount to invest for the design of the product.\n * @param marketingInvest - Amount to invest for the marketing of the product.\n */\n makeProduct(\n divisionName: string,\n cityName: string,\n productName: string,\n designInvest: number,\n marketingInvest: number,\n ): void;\n /**\n * Limit Material Production.\n * @param divisionName - Name of the division\n * @param cityName - Name of the city\n * @param materialName - Name of the material\n * @param qty - Amount to limit to\n */\n limitMaterialProduction(divisionName: string, cityName: string, materialName: string, qty: number): void;\n /**\n * Limit Product Production.\n * @param divisionName - Name of the division\n * @param cityName - Name of the city\n * @param productName - Name of the product\n * @param qty - Amount to limit to\n */\n limitProductProduction(divisionName: string, cityName: string, productName: string, qty: number): void;\n /**\n * Gets the cost to purchase a warehouse\n * @returns cost\n */\n getPurchaseWarehouseCost(): number;\n /**\n * Gets the cost to upgrade a warehouse to the next level\n * @param divisionName - Name of the division\n * @param cityName - Name of the city\n * @param amt - amount of upgrades defaults to 1\n * @returns cost to upgrade\n */\n getUpgradeWarehouseCost(adivisionName: string, acityName: string, amt?: number): number;\n /**\n * Check if you have a warehouse in city\n * @returns true if warehouse is present, false if not\n */\n hasWarehouse(adivisionName: string, acityName: string): boolean;\n}\n\n/**\n * Corporation API\n * @public\n */\nexport interface Corporation extends WarehouseAPI, OfficeAPI {\n /**\n * Create a Corporation\n * @param divisionName - Name of the division\n * @param selfFund - If you should self fund, defaults to true, false will only work on Bitnode 3\n * @returns true if created and false if not\n */\n createCorporation(corporationName: string, selfFund: boolean): boolean;\n /**\n * Check if you have a one time unlockable upgrade\n * @param upgradeName - Name of the upgrade\n * @returns true if unlocked and false if not\n */\n hasUnlockUpgrade(upgradeName: string): boolean;\n /**\n * Gets the cost to unlock a one time unlockable upgrade\n * @param upgradeName - Name of the upgrade\n * @returns cost of the upgrade\n */\n getUnlockUpgradeCost(upgradeName: string): number;\n /**\n * Get the level of a levelable upgrade\n * @param upgradeName - Name of the upgrade\n * @returns the level of the upgrade\n */\n getUpgradeLevel(upgradeName: string): number;\n /**\n * Gets the cost to unlock the next level of a levelable upgrade\n * @param upgradeName - Name of the upgrade\n * @returns cost of the upgrade\n */\n getUpgradeLevelCost(upgradeName: string): number;\n /**\n * Gets the cost to expand into a new industry\n * @param industryName - Name of the industry\n * @returns cost\n */\n getExpandIndustryCost(industryName: string): number;\n /**\n * Gets the cost to expand into a new city\n * @returns cost\n */\n getExpandCityCost(): number;\n /**\n * Get an offer for investment based on you companies current valuation\n * @returns An offer of investment\n */\n getInvestmentOffer(): InvestmentOffer;\n /**\n * Get list of materials\n * @returns material names\n */\n getMaterialNames(): string[];\n /**\n * Get list of industry types\n * @returns industry names\n */\n getIndustryTypes(): string[];\n /**\n * Get list of one-time unlockable upgrades\n * @returns unlockable upgrades names\n */\n getUnlockables(): string[];\n /**\n * Get list of upgrade names\n * @returns upgrade names\n */\n getUpgradeNames(): string[];\n /**\n * Get list of research names\n * @returns research names\n */\n getResearchNames(): string[];\n /**\n * Accept investment based on you companies current valuation\n * @remarks\n * Is based on current valuation and will not honer a specific Offer\n * @returns An offer of investment\n */\n acceptInvestmentOffer(): boolean;\n /**\n * Go public\n * @param numShares - number of shares you would like to issue for your IPO\n * @returns true if you successfully go public, false if not\n */\n goPublic(numShares: number): boolean;\n /**\n * Bribe a faction\n * @param factionName - Faction name\n * @param amountCash - Amount of money to bribe\n * @returns True if successful, false if not\n */\n bribe(factionName: string, amountCash: number): boolean;\n /**\n * Get corporation data\n * @returns Corporation data\n */\n getCorporation(): CorporationInfo;\n /**\n * Get division data\n * @param divisionName - Name of the division\n * @returns Division data\n */\n getDivision(divisionName: string): Division;\n /**\n * Expand to a new industry\n * @param industryType - Name of the industry\n * @param divisionName - Name of the division\n */\n expandIndustry(industryType: string, divisionName: string): void;\n /**\n * Expand to a new city\n * @param divisionName - Name of the division\n * @param cityName - Name of the city\n */\n expandCity(divisionName: string, cityName: string): void;\n /**\n * Unlock an upgrade\n * @param upgradeName - Name of the upgrade\n */\n unlockUpgrade(upgradeName: string): void;\n /**\n * Level an upgrade.\n * @param upgradeName - Name of the upgrade\n */\n levelUpgrade(upgradeName: string): void;\n /**\n * Issue dividends\n * @param rate - Fraction of profit to issue as dividends.\n */\n issueDividends(rate: number): void;\n /**\n * Buyback Shares\n * @param amount - Amount of shares to buy back.\n *\n */\n buyBackShares(amount: number): void;\n /**\n * Sell Shares\n * @param amount - Amount of shares to sell.\n *\n */\n sellShares(amount: number): void;\n /**\n * Get bonus time.\n *\n * “Bonus time” is accumulated when the game is offline or if the game is inactive in the browser.\n *\n * “Bonus time” makes the game progress faster.\n *\n * @returns Bonus time for the Corporation mechanic in milliseconds.\n */\n getBonusTime(): number;\n}\n\n/**\n * General info about a corporation\n * @public\n */\ninterface CorporationInfo {\n /** Name of the corporation */\n name: string;\n /** Funds available */\n funds: number;\n /** Revenue per second this cycle */\n revenue: number;\n /** Expenses per second this cycle */\n expenses: number;\n /** Indicating if the company is public */\n public: boolean;\n /** Total number of shares issues by this corporation */\n totalShares: number;\n /** Amount of share owned */\n numShares: number;\n /** Cooldown until shares can be sold again */\n shareSaleCooldown: number;\n /** Amount of acquirable shares. */\n issuedShares: number;\n /** Price of the shares */\n sharePrice: number;\n /** Fraction of profits issued as dividends */\n dividendRate: number;\n /** Tax applied on your earnings as a shareholder */\n dividendTax: number;\n /** Your earnings as a shareholder per second this cycle */\n dividendEarnings: number;\n /** State of the corporation. Possible states are START, PURCHASE, PRODUCTION, SALE, EXPORT. */\n state: string;\n /** Array of all divisions */\n divisions: Division[];\n}\n\n/**\n * Employee in an office\n * @public\n */\nexport interface Employee {\n /** Name of the employee */\n name: string;\n /** Morale of the employee */\n mor: number;\n /** Happiness of the employee */\n hap: number;\n /** Energy of the employee */\n ene: number;\n /** Intelligence of the employee */\n int: number;\n /** Charisma of the employee */\n cha: number;\n /** Experience of the employee */\n exp: number;\n /** Creativity of the employee */\n cre: number;\n /** Efficiency of the employee */\n eff: number;\n /** Salary of the employee */\n sal: number;\n /** Current Location (city) */\n loc: string;\n /** Current job position */\n pos: string;\n}\n\n/**\n * Product in a warehouse\n * @public\n */\ninterface Product {\n /** Name of the product */\n name: string;\n /** Demand for the product, only present if "Market Research - Demand" unlocked */\n dmd: number | undefined;\n /** Competition for the product, only present if "Market Research - Competition" unlocked */\n cmp: number | undefined;\n /** Product Rating */\n rat: number;\n /** Product Properties. The data is \\{qlt, per, dur, rel, aes, fea\\} */\n properties: { [key: string]: number };\n /** Production cost */\n pCost: number;\n /** Sell cost, can be "MP+5" */\n sCost: string | number;\n /** Data refers to the production, sale, and quantity of the products\n * These values are specific to a city\n * For each city, the data is [qty, prod, sell] */\n cityData: { [key: string]: number[] };\n /** Creation progress - A number between 0-100 representing percentage */\n developmentProgress: number;\n}\n\n/**\n * Material in a warehouse\n * @public\n */\ninterface Material {\n /** Name of the material */\n name: string;\n /** Amount of material */\n qty: number;\n /** Quality of the material */\n qlt: number;\n /** Demand for the material, only present if "Market Research - Demand" unlocked */\n dmd: number | undefined;\n /** Competition for the material, only present if "Market Research - Competition" unlocked */\n cmp: number | undefined;\n /** Amount of material produced */\n prod: number;\n /** Amount of material sold */\n sell: number;\n /** Cost to buy material */\n cost: number;\n /** Sell cost, can be "MP+5" */\n sCost: string | number;\n /** Export orders */\n exp: Export[];\n}\n\n/**\n * Export order for a material\n * @public\n */\ninterface Export {\n /** Division the material is being exported to */\n div: string;\n /** City the material is being exported to */\n loc: string;\n /** Amount of material exported */\n amt: string;\n}\n\n/**\n * Warehouse for a division in a city\n * @public\n */\ninterface Warehouse {\n /** Amount of size upgrade bought */\n level: number;\n /** City in which the warehouse is located */\n loc: string;\n /** Total space in the warehouse */\n size: number;\n /** Used space in the warehouse */\n sizeUsed: number;\n /** Smart Supply status in the warehouse */\n smartSupplyEnabled: boolean;\n}\n\n/**\n * Office for a division in a city.\n * @public\n */\nexport interface Office {\n /** City of the office */\n loc: string;\n /** Maximum number of employee */\n size: number;\n /** Minimum amount of energy of the employees */\n minEne: number;\n /** Maximum amount of energy of the employees */\n maxEne: number;\n /** Minimum happiness of the employees */\n minHap: number;\n /** Maximum happiness of the employees */\n maxHap: number;\n /** Minimum morale of the employees */\n minMor: number;\n /** Maximum morale of the employees */\n maxMor: number;\n /** Name of all the employees */\n employees: string[];\n /** Production of the employees */\n employeeProd: EmployeeJobs;\n /** Positions of the employees */\n employeeJobs: EmployeeJobs;\n}\n\n/**\n * Object representing the number of employee in each job.\n * @public\n */\ninterface EmployeeJobs {\n Operations: number;\n Engineer: number;\n Business: number;\n Management: number;\n "Research & Development": number;\n Training: number;\n Unassigned: number;\n}\n\n/**\n * Corporation division\n * @public\n */\ninterface Division {\n /** Name of the division */\n name: string;\n /** Type of division, like Agriculture */\n type: string;\n /** Awareness of the division */\n awareness: number;\n /** Popularity of the division */\n popularity: number;\n /** Production multiplier */\n prodMult: number;\n /** Amount of research in that division */\n research: number;\n /** Revenue last cycle */\n lastCycleRevenue: number;\n /** Expenses last cycle */\n lastCycleExpenses: number;\n /** Revenue this cycle */\n thisCycleRevenue: number;\n /** Expenses this cycle */\n thisCycleExpenses: number;\n /** All research bought */\n upgrades: number[];\n /** Cities in which this division has expanded */\n cities: string[];\n /** Products developed by this division */\n products: string[];\n /** Whether the industry this division is in is capable of making products */\n makesProducts: boolean;\n}\n\n/**\n * Corporation investment offer\n * @public\n */\ninterface InvestmentOffer {\n /** Amount of funds you will get from this investment */\n funds: number;\n /** Amount of share you will give in exchange for this investment */\n shares: number;\n /** Current round of funding (max 4) */\n round: number;\n}\n\n/**\n * Interface Theme\n * @public\n */\ninterface UserInterfaceTheme {\n [key: string]: string | undefined;\n primarylight: string;\n primary: string;\n primarydark: string;\n successlight: string;\n success: string;\n successdark: string;\n errorlight: string;\n error: string;\n errordark: string;\n secondarylight: string;\n secondary: string;\n secondarydark: string;\n warninglight: string;\n warning: string;\n warningdark: string;\n infolight: string;\n info: string;\n infodark: string;\n welllight: string;\n well: string;\n white: string;\n black: string;\n hp: string;\n money: string;\n hack: string;\n combat: string;\n cha: string;\n int: string;\n rep: string;\n disabled: string;\n backgroundprimary: string;\n backgroundsecondary: string;\n button: string;\n}\n\n/**\n * Interface Styles\n * @public\n */\ninterface IStyleSettings {\n fontFamily: string;\n lineHeight: number;\n}\n\n/**\n * Game Information\n * @public\n */\ninterface GameInfo {\n version: string;\n commit: string;\n platform: string;\n}\n\n/**\n * Used for autocompletion\n * @public\n */\ninterface AutocompleteData {\n servers: string[];\n scripts: string[];\n txts: string[];\n flags(schema: [string, string | number | boolean | string[]][]): { [key: string]: ScriptArg | string[] };\n}\n'},function(t,e,n){"use strict";n.d(e,"a",(function(){return C}));var a=n(1869),r=n(719),i=n(1512),o=n(1510),s=n(1511),l=n(23),c=n(3),f=n(246),u=n(47),m=n(21),h=n(10),d=n(0),p=n.n(d),g=n(1),b=n(6),y=n(7),E=n(13),v=n(72),k=n(1380);const w=t=>{const e=t.aug.prereqs.filter(t=>g.a.hasAugmentation(t)),n=t.aug.prereqs.length>0&&e.length===t.aug.prereqs.length;return p.a.createElement(l.a,{title:p.a.createElement(p.a.Fragment,null,p.a.createElement(c.a,{sx:{color:b.a.theme.money}},"This Augmentation has the following pre-requisite(s):"),t.aug.prereqs.map(t=>p.a.createElement(_,{fulfilled:g.a.hasAugmentation(t),value:t,color:b.a.theme.money,key:t})))},p.a.createElement(c.a,{sx:{ml:1,fontSize:"0.9rem",display:"flex",alignItems:"center",color:n?b.a.theme.successlight:b.a.theme.error,gridArea:"prereqs"}},n?p.a.createElement(p.a.Fragment,null,p.a.createElement(a.a,{fontSize:"small",sx:{mr:1}}),"Pre-requisites Owned"):p.a.createElement(p.a.Fragment,null,p.a.createElement(r.a,{fontSize:"small",sx:{mr:1}}),"Missing ",t.aug.prereqs.length-e.length," pre-requisite(s)")))},S=t=>p.a.createElement(l.a,{title:p.a.createElement(p.a.Fragment,null,p.a.createElement(c.a,{sx:{color:b.a.theme.money}},"This Augmentation can only be acquired from the following source(s):"),p.a.createElement("ul",null,p.a.createElement(c.a,{sx:{color:b.a.theme.money}},p.a.createElement("li",null,p.a.createElement("b",null,t.aug.factions[0])," faction"),g.a.isAwareOfGang()&&!t.aug.isSpecial&&p.a.createElement("li",null,"Certain ",p.a.createElement("b",null,"gangs")),g.a.canAccessGrafting()&&!t.aug.isSpecial&&t.aug.name!==E.a.TheRedPill&&p.a.createElement("li",null,p.a.createElement("b",null,"Grafting")))))},p.a.createElement(i.a,{fontSize:"small",sx:{ml:1,color:b.a.theme.money,transform:"rotate(180deg)",gridArea:"exclusive"}})),_=t=>p.a.createElement(c.a,{sx:{display:"flex",alignItems:"center",color:t.fulfilled?t.color:b.a.theme.error}},t.fulfilled?p.a.createElement(o.a,{sx:{mr:1}}):p.a.createElement(s.a,{sx:{mr:1}}),t.value),C=t=>p.a.createElement(f.a,{maxWidth:"lg",disableGutters:!0,sx:{mx:0,display:"grid",gridTemplateColumns:"repeat(1, 1fr)",gap:.75}},t.augNames.map(e=>p.a.createElement(x,{key:e,parent:t,augName:e,owned:!1})),t.ownedAugNames.map(e=>p.a.createElement(x,{key:e,parent:t,augName:e,owned:!0})));function x(t){const[e,n]=Object(d.useState)(!1),a=v.a[t.augName],r=a.getCost(),i=t.parent.sleeveAugs?a.baseCost:r.moneyCost,o=r.repCost,s="string"==typeof a.info?p.a.createElement("span",null,a.info):a.info,f=p.a.createElement(p.a.Fragment,null,s,p.a.createElement("br",null),p.a.createElement("br",null),a.stats);return p.a.createElement(u.a,{sx:{p:.5,display:"grid",gridTemplateColumns:"minmax(0, 4fr) 1.4fr",gap:1,opacity:t.owned?.75:1,minWidth:"1100px"}},p.a.createElement(p.a.Fragment,null,p.a.createElement(m.a,{sx:{display:"flex",alignItems:"center"}},p.a.createElement(h.a,{onClick:()=>t.parent.purchaseAugmentation(a,t=>{n(t)}),disabled:!t.parent.canPurchase(a)||t.owned,sx:{width:"48px",height:"36px",float:"left",clear:"none",mr:1}},t.owned?"Owned":"Buy"),p.a.createElement(m.a,{sx:{maxWidth:t.owned?"100%":"85%"}},p.a.createElement(m.a,{sx:{display:"grid",alignItems:"center",gridTemplateAreas:'"title exclusive prereqs"'}},p.a.createElement(l.a,{title:p.a.createElement(p.a.Fragment,null,p.a.createElement(c.a,{variant:"h5"},t.augName,t.augName===E.a.NeuroFluxGovernor&&" - Level "+a.getLevel()),p.a.createElement(c.a,null,f))},p.a.createElement(c.a,{sx:{gridArea:"title",textOverflow:"ellipsis",whiteSpace:"nowrap",overflow:"hidden",color:t.owned||!t.parent.canPurchase(a)?b.a.theme.disabled:b.a.theme.primary}},a.name,a.name===E.a.NeuroFluxGovernor&&" - Level "+a.getLevel())),1===a.factions.length&&!t.parent.sleeveAugs&&p.a.createElement(S,{aug:a}),a.prereqs.length>0&&!t.parent.sleeveAugs&&p.a.createElement(w,{aug:a})))),t.owned||p.a.createElement(m.a,{sx:{display:"grid",alignItems:"center",gridTemplateColumns:"1fr 1fr"}},p.a.createElement(_,{fulfilled:0===i||g.a.money>i,value:y.a.formatMoney(i),color:b.a.theme.money}),void 0!==t.parent.rep&&p.a.createElement(_,{fulfilled:t.parent.rep>=o,value:y.a.formatReputation(o)+" rep",color:b.a.theme.rep})),b.a.SuppressBuyAugmentationConfirmation||p.a.createElement(k.a,{open:e,onClose:()=>n(!1),faction:t.parent.faction,aug:a})))}},function(t,e,n){"use strict";n.d(e,"a",(function(){return y}));var a=n(0),r=n.n(a),i=n(17),o=n(1409),s=n(15),l=n(1),c=n(22),f=n(6),u=n(24),m=n(483),h=n(19),d=n(3),p=n(21),g=n(10);function b(t){const e=s.a.TravelCost;l.a.canAfford(e)&&(l.a.loseMoney(e,"other"),l.a.travel(t),Object(h.a)(`You are now in ${t}!`),c.b.toCity())}function y(){const t=Object(a.useState)(!1)[1],[e,n]=Object(a.useState)(!1),[c,h]=Object(a.useState)(i.a.Sector12);function y(){t(t=>!t)}function E(t){const e=s.a.TravelCost;l.a.canAfford(e)&&(f.a.SuppressTravelConfirmation?b(t):(n(!0),h(t)))}return Object(a.useEffect)(()=>{const t=setInterval(y,1e3);return()=>clearInterval(t)},[]),r.a.createElement(r.a.Fragment,null,r.a.createElement(d.a,{variant:"h4"},"Travel Agency"),r.a.createElement(p.a,{mx:2},r.a.createElement(d.a,null,"From here, you can travel to any other city! A ticket costs"," ",r.a.createElement(u.a,{money:s.a.TravelCost,forPurchase:!0}),"."),f.a.DisableASCIIArt?r.a.createElement(r.a.Fragment,null,Object.values(i.a).filter(t=>t!=l.a.city).map(t=>{if(void 0===Object.entries(i.a).find(e=>e[1]===t))throw new Error(`could not find key for city '${t}'`);return r.a.createElement(r.a.Fragment,{key:t},r.a.createElement(g.a,{onClick:()=>E(t),sx:{m:2}},r.a.createElement(d.a,null,"Travel to ",t)),r.a.createElement("br",null))})):r.a.createElement(m.a,{currentCity:l.a.city,onTravel:t=>E(t)})),r.a.createElement(o.a,{city:c,travel:()=>b(c),open:e,onClose:()=>n(!1)}))}},function(t,e,n){"use strict";n.d(e,"b",(function(){return Y})),n.d(e,"a",(function(){return Z}));var a=n(0),r=n.n(a),i=n(546),o=n(1417),s=n(77),l=n(1),c=n(22),f=n(19),u=n(95),m=n(254),h=n(229),d=n(540),p=n(434),g=n(7),b=n(713),y=n(357),E=n.n(y),v=n(614),k=n(6),w=n(45),S=n(132),_=n(102),C=n(128),x=n(26),L=n(10),O=n(3),M=n(146),A=n(21),T=n(642),R=n.n(T),N=n(1427),P=n.n(N),I=n(550),F=n.n(I),D=n(160),j=n(32),B=n(50),G=n(161),W=n(423),H=n(40),U=n(668),q=n(23),$=n(87);function K(){return(K=Object.assign||function(t){for(var e=1;e!e.includes(t)).sort()}class J{constructor(t,e,n,a,r){this.fileName=t,this.code=e,this.hostname=n,this.lastPosition=a,this.model=r,this.isTxt=t.endsWith(".txt")}}const X=[];let Q=null;function Z(t){const e=Object(a.useState)(!1)[1];function n(){e(t=>!t)}const y=Object(a.useRef)(null),v=Object(a.useRef)(null),T=Object(a.useRef)(null),[N,I]=Object(a.useState)(null),[Y,Z]=Object(a.useState)(null),[tt,et]=Object(a.useState)(""),[nt,at]=Object(a.useState)(!1),[rt,it]=Object(a.useState)("RAM: ???"),[ot,st]=Object(a.useState)([["???",""]]),[lt,ct]=Object(a.useState)(!1),[ft,ut]=Object(a.useState)([]),[mt,ht]=Object(a.useState)(!1),[dt,pt]=Object(a.useState)({theme:k.a.MonacoTheme,insertSpaces:k.a.MonacoInsertSpaces,fontSize:k.a.MonacoFontSize,wordWrap:k.a.MonacoWordWrap,vim:t.vim||k.a.MonacoVim}),[gt,bt]=Object(a.useState)(!1);for(let t=X.length-1;t>=0;t--)null===Object(x.d)(X[t].hostname)&&X.splice(t,1);function yt(t){null!==v.current&&(t.model=v.current.editor.createModel(t.code,t.isTxt?"plaintext":"javascript"))}Q&&null===Object(x.d)(Q.hostname)&&(Q=X[0],void 0===Q&&(Q=null)),Object(a.useEffect)(()=>{null!==Q&&vt(Q.code)},[]),Object(a.useEffect)(()=>{function t(t){k.a.DisableHotkeys||("KeyB"==t.code&&(t.ctrlKey||t.metaKey)&&(t.preventDefault(),c.b.toTerminal()),"KeyS"==t.code&&(t.ctrlKey||t.metaKey)&&(t.preventDefault(),t.stopPropagation(),wt()))}return document.addEventListener("keydown",t),()=>document.removeEventListener("keydown",t)}),Object(a.useEffect)(()=>{if(dt.vim&&Y&&!N)try{window.require(["monaco-vim"],(function(t){I(t.initVimMode(Y,T.current)),t.VimMode.Vim.defineEx("write","w",(function(){wt()})),t.VimMode.Vim.defineEx("quit","q",(function(){c.b.toTerminal()}));const e=()=>{wt(),c.b.toTerminal()};t.VimMode.Vim.defineEx("wqriteandquit","wq",e),t.VimMode.Vim.defineEx("xriteandquit","x",e),t.VimMode.Vim.defineAction("nextTabs",(function(t,e){var n;const a=null!==(n=e.repeat)&&void 0!==n?n:1,r=St();if(void 0!==r){_t((r+a)%X.length)}})),t.VimMode.Vim.defineAction("prevTabs",(function(t,e){var n;const a=null!==(n=e.repeat)&&void 0!==n?n:1,r=St();if(void 0!==r){let t=r-a;for(;t<0;)t+=X.length;_t(t)}})),t.VimMode.Vim.mapCommand("gt","action","nextTabs",{},{context:"normal"}),t.VimMode.Vim.mapCommand("gT","action","prevTabs",{},{context:"normal"}),Y.focus()}))}catch{}else dt.vim||(null==N||N.dispose(),I(null));return()=>{null==N||N.dispose()}},[dt,y,Y,N]);const Et=Object(S.debounce)(t=>{vt(t),ct(!1)},300);function vt(t){if(null!=Q&&Q.isTxt)return it("N/A"),void st([["N/A",""]]);const e=t+"",n=Object(d.a)(e,l.a.getCurrentServer().scripts);if(n.cost>0){var a,r;const t=null!==(a=null===(r=n.entries)||void 0===r?void 0:r.sort((t,e)=>e.cost-t.cost))&&void 0!==a?a:[],e=[];for(const n of t)e.push([`${n.name} (${n.type})`,g.a.formatRAM(n.cost)]);return it("RAM: "+g.a.formatRAM(n.cost)),void st(e)}let i="";const o=[];switch(n.cost){case p.a.ImportError:i="RAM: Import Error",o.push(["Import Error",""]);break;case p.a.SyntaxError:default:i="RAM: Syntax Error",o.push(["Syntax Error",""])}it(i),st(o)}function kt(t){const e=Object(x.d)(t.hostname);if(null===e)throw new Error("Server should not be null but it is.");if(Object(u.a)(t.fileName)){for(let n=0;nnull!==Q&&t.fileName===Q.fileName&&t.hostname===Q.hostname)}function _t(t){if(null!==Q){const t=St();void 0!==t&&(X[t]=Q)}Q=X[t],null!==y.current&&null!==X[t]&&((void 0===Q.model||Q.model.isDisposed())&&yt(Q),y.current.setModel(Q.model),y.current.setPosition(Q.lastPosition),y.current.revealLineInCenter(Q.lastPosition.lineNumber),vt(Q.code),y.current.focus())}function Ct(t){const e=X[t],a=e.code,r=X[t]===Q;if(xt(t)&&W.a.emit({txt:`Do you want to save changes to ${e.fileName} on ${e.hostname}?`,resolve:t=>{t&&(e.code=a,kt(e))}}),X.splice(t,1),0===X.length)return Q=null,void c.b.toTerminal();if(r){const e=X.length===t?-1:0;Q=X[t+e],null!==y.current&&(!Q.model.isDisposed()&&Q.model||yt(Q),y.current.setModel(Q.model),y.current.setPosition(Q.lastPosition),y.current.revealLineInCenter(Q.lastPosition.lineNumber),y.current.focus())}n()}function xt(t){const e=X[t],n=Lt(t);if(null===n)return" *";return n!==(e.isTxt?e.code:m.a.formatCode(e.code))?" *":""}function Lt(t){var e,n;const a=X[t],r=Object(x.d)(a.hostname);if(null===r)throw new Error(`Server '${a.hostname}' should not be null, but it is.`);const i=a.isTxt?null===(e=r.textFiles.find(t=>t.filename===a.fileName))||void 0===e?void 0:e.text:null===(n=r.scripts.find(t=>t.filename===a.fileName))||void 0===n?void 0:n.code;return null!=i?i:null}function Ot(t){et(t.target.value)}function Mt(){et(""),at(!nt)}const At=Object.values(X).filter(t=>t.hostname.includes(tt)||t.fileName.includes(tt)),Tt=At.length?1640/At.length-5:0,Rt=Tt-50;return r.a.createElement(r.a.Fragment,null,r.a.createElement("div",{style:{display:null!==Q?"block":"none",height:"100%",width:"100%"}},r.a.createElement(b.a,{onDragEnd:function(t){t.destination&&function(t,e,n){const[a]=t.splice(e,1);t.splice(n,0,a)}(X,t.source.index,t.destination.index)}},r.a.createElement(b.c,{droppableId:"tabs",direction:"horizontal"},(t,e)=>r.a.createElement(A.a,K({maxWidth:"1640px",display:"flex",flexDirection:"row",alignItems:"center",whiteSpace:"nowrap",ref:t.innerRef},t.droppableProps,{style:{backgroundColor:e.isDraggingOver?k.a.theme.backgroundsecondary:k.a.theme.backgroundprimary,overflowX:"scroll"}}),r.a.createElement(q.a,{title:"Search Open Scripts"},nt?r.a.createElement($.a,{value:tt,onChange:Ot,autoFocus:!0,InputProps:{startAdornment:r.a.createElement(E.a,null),spellCheck:!1,endAdornment:r.a.createElement(F.a,{onClick:Mt})}}):r.a.createElement(L.a,{onClick:Mt},r.a.createElement(E.a,null))),At.map(({fileName:t,hostname:e},n)=>{var a,i;const o="home"!==e,s=(null===(a=Q)||void 0===a?void 0:a.fileName)===At[n].fileName&&(null===(i=Q)||void 0===i?void 0:i.hostname)===At[n].hostname?{background:k.a.theme.button,borderColor:k.a.theme.button,color:k.a.theme.primary}:{background:k.a.theme.backgroundsecondary,borderColor:k.a.theme.backgroundsecondary,color:k.a.theme.secondary};o&&(s.color=k.a.theme.info);const l={maxWidth:"25px",minWidth:"25px",minHeight:"38.5px",maxHeight:"38.5px",...s},c=`${e}:~${t.startsWith("/")?"":"/"}${t} ${xt(n)}`;return r.a.createElement(b.b,{key:t+e,draggableId:t+e,index:n,disableInteractiveElementBlocking:!0},t=>r.a.createElement("div",K({ref:t.innerRef},t.draggableProps,t.dragHandleProps,{style:{...t.draggableProps.style,maxWidth:Tt+"px",marginRight:"5px",flexShrink:0,border:"1px solid "+k.a.theme.well}}),r.a.createElement(q.a,{title:c},r.a.createElement(L.a,{onClick:()=>_t(n),onMouseDown:t=>{t.preventDefault(),1===t.button&&Ct(n)},style:{maxWidth:Rt+"px",minHeight:"38.5px",overflow:"hidden",...s}},r.a.createElement("span",{style:{overflow:"hidden",direction:"rtl",textOverflow:"ellipsis"}},c))),r.a.createElement(q.a,{title:"Overwrite editor content with saved file content"},r.a.createElement(L.a,{onClick:()=>function(t){const e=X[t],n=Lt(t);null!==n&&e.code!==n&&W.a.emit({txt:"Do you want to overwrite the current editor content with the contents of "+e.fileName+" on the server? This cannot be undone.",resolve:a=>{a&&(e.code=n,_t(t),null!==y.current&&null!==e&&((void 0===e.model||e.model.isDisposed())&&yt(e),y.current.setModel(e.model),y.current.setValue(e.code),vt(e.code),y.current.focus()))}})}(n),style:l},r.a.createElement(P.a,{fontSize:"small"}))),r.a.createElement(L.a,{onClick:()=>Ct(n),style:l},r.a.createElement(F.a,{fontSize:"small"}))))}),t.placeholder))),r.a.createElement("div",{style:{paddingBottom:"5px"}}),r.a.createElement(i.a,{beforeMount:function(t){if(z)return;z=!0,t.languages.registerCompletionItemProvider("javascript",{provideCompletionItems:()=>{const e=[];for(const n of V)e.push({label:n,kind:t.languages.CompletionItemKind.Function,insertText:n,insertTextRules:t.languages.CompletionItemInsertTextRule.InsertAsSnippet});return{suggestions:e}}}),async function(){const e=await t.languages.getLanguages().find(t=>"javascript"===t.id).loader();e.language.tokenizer.root.unshift([new RegExp("\\bns\\b"),{token:"ns"}]);for(const t of V)e.language.tokenizer.root.unshift([new RegExp(`\\b${t}\\b`),{token:"netscriptfunction"}]);["let","const","var","function"].forEach(t=>e.language.tokenizer.root.unshift([new RegExp(`\\b${t}\\b`),{token:"otherkeywords"}])),["true","false","null","undefined"].forEach(t=>e.language.tokenizer.root.unshift([new RegExp(`\\b${t}\\b`),{token:"otherkeyvars"}])),e.language.tokenizer.root.unshift([new RegExp("\\bthis\\b"),{token:"this"}])}();const e=(U.a+"").replace(/export /g,"");t.languages.typescript.javascriptDefaults.addExtraLib(e,"netscript.d.ts"),t.languages.typescript.typescriptDefaults.addExtraLib(e,"netscript.d.ts"),Object(C.b)(t),Object(C.d)(k.a.EditorTheme),t.editor.defineTheme("customTheme",Object(C.c)(k.a.EditorTheme))},onMount:function(e,n){if(Z(e),y.current=e,v.current=n,null!==y.current&&null!==v.current){if(!t.files&&null!==Q)return yt(Q),y.current.setModel(Q.model),y.current.setPosition(Q.lastPosition),y.current.revealLineInCenter(Q.lastPosition.lineNumber),vt(Q.code),void y.current.focus();if(t.files){const e=Object.entries(t.files);if(!e.length)return void y.current.focus();for(const[n,a]of e){const e=X.find(e=>e.fileName===n&&e.hostname===t.hostname);if(e)(void 0===e.model||null===e.model||e.model.isDisposed())&&yt(e),Q=e,y.current.setModel(e.model),y.current.setPosition(e.lastPosition),y.current.revealLineInCenter(e.lastPosition.lineNumber),vt(e.code);else{const e=new J(n,a,t.hostname,new v.current.Position(0,0),v.current.editor.createModel(a,n.endsWith(".txt")?"plaintext":"javascript"));X.push(e),Q=e,y.current.setModel(e.model),vt(e.code)}}}y.current.focus()}},loading:r.a.createElement(O.a,null,"Loading script editor!"),height:`calc(100vh - ${130+(dt.vim?34:0)}px)`,defaultLanguage:"javascript",defaultValue:"",onChange:function(t){if(void 0===t)return;if(ct(!0),Et(t),null===y.current)return;const e=y.current.getPosition();if(null!==e){null!==Q&&(Q.code=t,Q.lastPosition=e);try{!function(t){if(null===y.current||null===Q)return;if(!Q.fileName.endsWith(".js"))return;const e=Object(d.b)(t);if(-1!==e){const t=y.current.deltaDecorations(ft,[{range:{startLineNumber:e,startColumn:1,endLineNumber:e,endColumn:10},options:{isWholeLine:!0,glyphMarginClassName:"myGlyphMarginClass",glyphMarginHoverMessage:{value:"Possible infinite loop, await something."}}}]);ut(t)}else{const t=y.current.deltaDecorations(ft,[]);ut(t)}}(t)}catch(t){}}},theme:dt.theme,options:{...dt,glyphMargin:!0}}),r.a.createElement(A.a,{ref:T,className:"monaco-editor",display:"flex",flexDirection:"row",sx:{p:1},alignItems:"center"}),r.a.createElement(A.a,{display:"flex",flexDirection:"row",sx:{m:1},alignItems:"center"},r.a.createElement(L.a,{startIcon:r.a.createElement(R.a,null),onClick:()=>ht(!0),sx:{mr:1}},"Options"),r.a.createElement(L.a,{onClick:function(){null!==y.current&&y.current.getAction("editor.action.formatDocument").run()}},"Beautify"),r.a.createElement(L.a,{color:lt?"secondary":"primary",sx:{mx:1},onClick:()=>{bt(!0)}},rt),r.a.createElement(L.a,{onClick:wt},"Save (Ctrl/Cmd + s)"),r.a.createElement(L.a,{sx:{mx:1},onClick:c.b.toTerminal},"Terminal (Ctrl/Cmd + b)"),r.a.createElement(O.a,null," ",r.a.createElement("strong",null,"Documentation:")," ",r.a.createElement(M.a,{target:"_blank",href:"https://bitburner.readthedocs.io/en/latest/index.html"},"Basic")," | ",r.a.createElement(M.a,{target:"_blank",href:"https://github.com/danielyxie/bitburner/blob/dev/markdown/bitburner.ns.md"},"Full"))),r.a.createElement(o.a,{open:mt,onClose:()=>{var t;Object(C.d)(k.a.EditorTheme),null===(t=v.current)||void 0===t||t.editor.defineTheme("customTheme",Object(C.c)(k.a.EditorTheme)),ht(!1)},options:{theme:k.a.MonacoTheme,insertSpaces:k.a.MonacoInsertSpaces,fontSize:k.a.MonacoFontSize,wordWrap:k.a.MonacoWordWrap,vim:k.a.MonacoVim},save:t=>{var e;Object(C.d)(k.a.EditorTheme),null===(e=v.current)||void 0===e||e.editor.defineTheme("customTheme",Object(C.c)(k.a.EditorTheme)),pt(t),k.a.MonacoTheme=t.theme,k.a.MonacoInsertSpaces=t.insertSpaces,k.a.MonacoFontSize=t.fontSize,k.a.MonacoWordWrap=t.wordWrap,k.a.MonacoVim=t.vim}}),r.a.createElement(H.a,{open:gt,onClose:()=>bt(!1)},r.a.createElement(D.a,null,r.a.createElement(G.a,null,ot.map(([t,e])=>r.a.createElement(r.a.Fragment,{key:t+e},r.a.createElement(B.a,null,r.a.createElement(j.a,{sx:{color:k.a.theme.primary}},t),r.a.createElement(j.a,{align:"right",sx:{color:k.a.theme.primary}},e)))))))),r.a.createElement("div",{style:{display:null!==Q?"none":"flex",height:"100%",width:"100%",justifyContent:"center",alignItems:"center"}},r.a.createElement("span",{style:{color:k.a.theme.primary,fontSize:"20px",textAlign:"center"}},r.a.createElement(O.a,{variant:"h4"},"No open files"),r.a.createElement(O.a,{variant:"h5"},"Use ",r.a.createElement("code",null,"nano FILENAME")," in",r.a.createElement("br",null),"the terminal to open files"))))}},,,,function(t,e,n){"use strict";n.d(e,"a",(function(){return p}));var a=n(0),r=n(125),i=n(21),o=n(112),s=n(817),l=n.n(s),c=n(819),f=n.n(c),u=n(818),m=n.n(u),h=n(361),d=n.n(h);function p(t){const e=Object(r.a)(),{count:n,page:s,rowsPerPage:c,onPageChange:u}=t;return a.createElement(i.a,{sx:{flexShrink:0,ml:2.5}},a.createElement(o.a,{onClick:t=>{u(t,0)},disabled:0===s},"rtl"===e.direction?a.createElement(d.a,null):a.createElement(l.a,null)),a.createElement(o.a,{onClick:t=>{u(t,s-1)},disabled:0===s},"rtl"===e.direction?a.createElement(m.a,null):a.createElement(f.a,null)),a.createElement(o.a,{onClick:t=>{u(t,s+1)},disabled:s>=Math.ceil(n/c)-1},"rtl"===e.direction?a.createElement(f.a,null):a.createElement(m.a,null)),a.createElement(o.a,{onClick:t=>{u(t,Math.max(0,Math.ceil(n/c)-1))},disabled:s>=Math.ceil(n/c)-1},"rtl"===e.direction?a.createElement(l.a,null):a.createElement(d.a,null)))}},function(t,e,n){"use strict";n.d(e,"b",(function(){return S})),n.d(e,"a",(function(){return _}));var a=n(213),r=n.n(a),i=n(80),o=n.n(i),s=n(21),l=n(47),c=n(368),f=n(113),u=n(3),m=n(283),h=n(160),d=n(161),p=n(132),g=n(0),b=n.n(g),y=n(88),E=n(6),v=n(1),k=n(73),w=n(151);function S({n:t,level:e}){const[n,a]=b.a.useState(!1);return 1===t?b.a.createElement(b.a.Fragment,null):b.a.createElement(s.a,{component:l.a,sx:{mt:1,p:1}},b.a.createElement(c.a,{disableGutters:!0,onClick:()=>a(t=>!t)},b.a.createElement(f.a,{primary:b.a.createElement(u.a,{variant:"h6"},"Bitnode Multipliers")}),n?b.a.createElement(r.a,{color:"primary"}):b.a.createElement(o.a,{color:"primary"})),b.a.createElement(m.a,{in:n},b.a.createElement(_,{n:t,level:e})))}const _=({n:t,level:e})=>{const n=12===t?1/0:3,a=Object(w.c)(t,null!=e?e:Math.min(v.a.sourceFileLvl(t)+1,n));return b.a.createElement(s.a,{sx:{columnCount:2,columnGap:1,mb:-2}},b.a.createElement(x,{n:t,mults:a}),b.a.createElement(R,{n:t,mults:a}),b.a.createElement(A,{n:t,mults:a}),b.a.createElement(L,{n:t,mults:a}),b.a.createElement(N,{n:t,mults:a}),b.a.createElement(P,{n:t,mults:a}),b.a.createElement(M,{n:t,mults:a}),b.a.createElement(T,{n:t,mults:a}),b.a.createElement(I,{n:t,mults:a}),b.a.createElement(O,{n:t,mults:a}),b.a.createElement(j,{n:t,mults:a}),b.a.createElement(B,{n:t,mults:a}),b.a.createElement(F,{n:t,mults:a}),b.a.createElement(D,{n:t,mults:a}))},C=t=>{const e=Object.entries(t.rowData).filter(([e])=>t.mults[e]!==w.b[e]).map(([e,n])=>{var a,r;return b.a.createElement(k.a,{key:Object(p.uniqueId)(),name:n.name,data:{content:null!==(a=n.content)&&void 0!==a?a:(100*t.mults[e]).toFixed(3)+"%"},color:null!==(r=n.color)&&void 0!==r?r:E.a.theme.primary})});return e.length>0?b.a.createElement("span",{style:{display:"inline-block",width:"100%",marginBottom:"16px"}},b.a.createElement(u.a,{variant:"h6"},t.sectionName),b.a.createElement(h.a,null,b.a.createElement(d.a,null,e))):b.a.createElement(b.a.Fragment,null)};function x({mults:t}){const e={WorldDaemonDifficulty:{name:y.a.WorldDaemon+" Difficulty"},DaedalusAugsRequirement:{name:"Daedalus Augs Requirement",content:String(t.DaedalusAugsRequirement)},HacknetNodeMoney:{name:"Hacknet Production"},CodingContractMoney:{name:"Coding Contract Reward"},ClassGymExpGain:{name:"Class/Gym Exp"}};return b.a.createElement(C,{sectionName:"General",rowData:e,mults:t})}function L({mults:t}){const e={AugmentationMoneyCost:{name:"Money Cost"},AugmentationRepCost:{name:"Reputation Cost",color:E.a.theme.rep}};return b.a.createElement(C,{sectionName:"Augmentations",rowData:e,mults:t})}function O({mults:t}){const e={CompanyWorkMoney:{name:"Work Money",color:E.a.theme.money},CompanyWorkExpGain:{name:"Work Exp"}};return b.a.createElement(C,{sectionName:"Company",rowData:e,mults:t})}function M({mults:t}){return b.a.createElement(C,{sectionName:"Stock Market",rowData:{FourSigmaMarketDataCost:{name:"Market Data Cost"},FourSigmaMarketDataApiCost:{name:"Market Data API Cost"}},mults:t})}function A({mults:t}){const e={RepToDonateToFaction:{name:"Favor to Donate"},FactionWorkRepGain:{name:"Work Reputation",color:E.a.theme.rep},FactionWorkExpGain:{name:"Work Exp"},FactionPassiveRepGain:{name:"Passive Rep",color:E.a.theme.rep}};return b.a.createElement(C,{sectionName:"Faction",rowData:e,mults:t})}function T({mults:t}){const e={CrimeExpGain:{name:"Crime Exp",color:E.a.theme.combat},CrimeMoney:{name:"Crime Money",color:E.a.theme.combat}};return b.a.createElement(C,{sectionName:"Crime",rowData:e,mults:t})}function R({mults:t}){const e={HackingLevelMultiplier:{name:"Hacking Level",color:E.a.theme.hack},StrengthLevelMultiplier:{name:"Strength Level",color:E.a.theme.combat},DefenseLevelMultiplier:{name:"Defense Level",color:E.a.theme.combat},DexterityLevelMultiplier:{name:"Dexterity Level",color:E.a.theme.combat},AgilityLevelMultiplier:{name:"Agility Level",color:E.a.theme.combat},CharismaLevelMultiplier:{name:"Charisma Level",color:E.a.theme.cha}};return b.a.createElement(C,{sectionName:"Skills",rowData:e,mults:t})}function N({mults:t}){const e={HackExpGain:{name:"Hacking Exp",color:E.a.theme.hack},ServerGrowthRate:{name:"Server Growth Rate"},ServerMaxMoney:{name:"Server Max Money"},ServerStartingMoney:{name:"Server Starting Money"},ServerStartingSecurity:{name:"Server Starting Security"},ServerWeakenRate:{name:"Server Weaken Rate"},ManualHackMoney:{name:"Manual Hack Money",color:E.a.theme.money},ScriptHackMoney:{name:"Script Hack Money",color:E.a.theme.money},ScriptHackMoneyGain:{name:"Money Gained From Hack",color:E.a.theme.money}};return b.a.createElement(C,{sectionName:"Hacking",rowData:e,mults:t})}function P({mults:t}){const e={PurchasedServerCost:{name:"Base Cost",content:t.PurchasedServerCost.toFixed(3)},PurchasedServerSoftcap:{name:"Softcap Cost",content:t.PurchasedServerSoftcap.toFixed(3)},PurchasedServerLimit:{name:"Server Limit"},PurchasedServerMaxRam:{name:"Max RAM"},HomeComputerRamCost:{name:"Home RAM Cost"}};return b.a.createElement(C,{sectionName:"Purchased Servers",rowData:e,mults:t})}function I({mults:t}){const e={InfiltrationMoney:{name:"Infiltration Money",color:E.a.theme.money},InfiltrationRep:{name:"Infiltration Reputation",color:E.a.theme.rep}};return b.a.createElement(C,{sectionName:"Infiltration",rowData:e,mults:t})}function F({mults:t}){if(!v.a.canAccessBladeburner())return b.a.createElement(b.a.Fragment,null);if(0===t.BladeburnerRank){const e={BladeburnerRank:{name:"Disabled",content:""}};return b.a.createElement(C,{sectionName:"Bladeburner",rowData:e,mults:t})}return b.a.createElement(C,{sectionName:"Bladeburner",rowData:{BladeburnerRank:{name:"Rank Gain"},BladeburnerSkillCost:{name:"Skill Cost"}},mults:t})}function D({mults:t}){if(!v.a.canAccessCotMG())return b.a.createElement(b.a.Fragment,null);const e=t.StaneksGiftExtraSize.toFixed(3),n={StaneksGiftPowerMultiplier:{name:"Gift Power"},StaneksGiftExtraSize:{name:"Base Size Modifier",content:""+(t.StaneksGiftExtraSize>w.b.StaneksGiftExtraSize?"+"+e:e)}};return b.a.createElement(C,{sectionName:"Stanek's Gift",rowData:n,mults:t})}function j({mults:t}){if(2!==v.a.bitNodeN&&v.a.sourceFileLvl(2)<=0)return b.a.createElement(b.a.Fragment,null);const e={GangSoftcap:{name:"Gang Softcap",content:t.GangSoftcap.toFixed(3)},GangUniqueAugs:{name:"Unique Augmentations"}};return b.a.createElement(C,{sectionName:"Gang",rowData:e,mults:t})}function B({mults:t}){if(!v.a.canAccessCorporation())return b.a.createElement(b.a.Fragment,null);if(t.CorporationSoftcap<.15){const e={CorporationSoftcap:{name:"Disabled",content:""}};return b.a.createElement(C,{sectionName:"Corporation",rowData:e,mults:t})}const e={CorporationSoftcap:{name:"Corporation Softcap",content:t.CorporationSoftcap.toFixed(3)},CorporationValuation:{name:"Valuation"}};return b.a.createElement(C,{sectionName:"Corporation",rowData:e,mults:t})}},function(t,e,n){"use strict";n.d(e,"a",(function(){return c}));var a=n(0),r=n(122),i=n(32);function o(){return(o=Object.assign||function(t){for(var e=1;ea.createElement(i.a,o({},t,{classes:{root:s().root,...t.classes}}));function c(t){return a.createElement(l,{style:{backgroundColor:t.color},onMouseEnter:t.onMouseEnter,onClick:t.onClick})}},function(t,e,n){"use strict";n.d(e,"a",(function(){return l}));var a=n(50),r=n(161),i=n(0),o=n(105),s=n(677);function l(t){const e=Object(o.a)(t.gift);function n(n,a){if(t.ghostGrid[n][a]&&e[n][a])return"red";if(t.ghostGrid[n][a])return"white";if(e[n][a]){const e=t.gift.fragmentAt(n,a);if(!e)throw new Error("ActiveFragment should not be null");return function(t){let e=Math.pow((t.x+1)*(t.y+1),10),n=e,a=e;const r=[];for(let t=0;t<3;t++)e=171*e%30269,n=172*n%30307,a=170*a%30323,r.push((e/30269+n/30307+a/30323)%1);return`rgb(${256*r[0]}, ${256*r[1]}, ${256*r[2]})`}(e)}return""}const l=[];for(let e=0;et.enter(a,e),onClick:()=>t.click(a,e),color:n(a,e)}));l.push(i.createElement(a.a,{key:e},r))}return i.createElement(r.a,null,l)}},,,function(t,e,n){"use strict";n.d(e,"a",(function(){return r})),n.d(e,"b",(function(){return i})),n.d(e,"c",(function(){return o}));var a=n(465);function r(){return 6===this.bitNodeN||7===this.bitNodeN||this.sourceFileLvl(6)>0||this.sourceFileLvl(7)>0}function i(){return Boolean(this.bladeburner)}function o(){this.bladeburner=new a.a}},function(t,e,n){"use strict";n.d(e,"a",(function(){return i}));var a=n(466),r=n(16);class i extends a.a{constructor(t=null){super(t)}getActionTypeSkillSuccessBonus(t){return t.skillMultipliers.successChanceContract}toJSON(){return Object(r.b)("Contract",this)}static fromJSON(t){return Object(r.a)(i,t.data)}}r.c.constructors.Contract=i},function(t,e,n){"use strict";n.d(e,"a",(function(){return a}));const a={helpList:["Use 'help [command]' to get more information about a particular Bladeburner console command."," "," automate [var] [val] [hi/low] Configure simple automation for Bladeburner tasks"," clear/cls Clear the console"," help [cmd] Display this help text, or help text for a specific command"," log [en/dis] [type] Enable or disable logging for events and actions"," skill [action] [name] Level or display info about your Bladeburner skills"," start [type] [name] Start a Bladeburner action/task"," stop Stops your current Bladeburner action/task"," "],automate:["Usage: automate [var] [val] [hi/low]"," ","A simple way to automate your Bladeburner actions. This console command can be used to automatically start an action when your stamina rises above a certain threshold, and automatically switch to another action when your stamina drops below another threshold."," "," automate status - Check the current status of your automation and get a brief description of what it'll do"," automate en - Enable the automation feature"," automate dis - Disable the automation feature"," ","There are four properties that must be set for this automation to work properly. Here is how to set them:"," "," automate stamina 100 high"," automate contract Tracking high"," automate stamina 50 low"," automate general 'Field Analysis' low"," ","Using the four console commands above will set the automation to perform Tracking contracts if your stamina is 100 or higher, and then switch to Field Analysis if your stamina drops below 50. Note that when setting the action, the name of the action is CASE-SENSITIVE. It must exactly match whatever the name is in the UI."," "],clear:["Usage: clear"," ","Clears the console"," "],cls:["Usage: cls"," ","Clears the console"," "],help:["Usage: help [command]"," ","Running 'help' with no arguments displays the general help text, which lists all console commands and a brief description of what they do. A command can be specified to get more specific help text about that particular command. For example:"," "," help automate"," ","will display specific information about using the automate console command"," "],log:["Usage: log [en/dis] [type]"," ","Enable or disable logging. By default, the results of completing actions such as contracts/operations are logged in the console. There are also random events that are logged in the console as well. The five categories of things that get logged are:"," ","[general, contracts, ops, blackops, events]"," ","The logging for these categories can be enabled or disabled like so:"," "," log dis contracts - Disables logging that occurs when contracts are completed"," log en contracts - Enables logging that occurs when contracts are completed"," log dis events - Disables logging for Bladeburner random events"," ","Logging can be universally enabled/disabled using the 'all' keyword:"," "," log dis all"," log en all"," "],skill:["Usage: skill [action] [name]"," ","Level or display information about your skills."," ","To display information about all of your skills and your multipliers, use:"," "," skill list"," ","To display information about a specific skill, specify the name of the skill afterwards. Note that the name of the skill is case-sensitive. Enter it exactly as seen in the UI. If the name of the skill has whitespace, enclose the name of the skill in double quotation marks:"," "," skill list Reaper"," skill list 'Digital Observer'"," ","This console command can also be used to level up skills:"," "," skill level [skill name]"," "],start:["Usage: start [type] [name]"," ","Start an action. An action is specified by its type and its name. The name is case-sensitive. It must appear exactly as it does in the UI. If the name of the action has whitespace, enclose it in double quotation marks. Valid action types include:"," ","[general, contract, op, blackop]"," ","Examples:"," "," start contract Tracking"," start op 'Undercover Operation'"," "],stop:["Usage: stop"," ","Stop your current action and go idle."," "]}},,function(t,e,n){"use strict";n.d(e,"a",(function(){return i})),n.d(e,"b",(function(){return o})),n.d(e,"c",(function(){return s}));var a=n(993),r=n(271);function i(){return 3===this.bitNodeN||this.sourceFileLvl(3)>0}function o(){return Boolean(this.corporation)}function s(t,e=0){if(this.corporation=new a.a({name:t}),3===this.sourceFileLvl(3)){const t=r.b[r.a.WarehouseAPI].index,e=r.b[r.a.OfficeAPI].index;this.corporation.unlockUpgrades[t]=1,this.corporation.unlockUpgrades[e]=1}this.corporation.totalShares+=e}},function(t,e,n){"use strict";function a(t){const e=[0],n=t.toString(2).split("").reverse();n.forEach((t,e,n)=>{n[e]=parseInt(t)});let a=n.length;for(let t=1;a>0;t++)e[t]=0!=(t&t-1)?n[--a]:0;let r=0;for(let t=0;t{n[e]=parseInt(t)});for(let t=0;t{n[e]=parseInt(t)});for(let t=1,e=a;t{n[e]=parseInt(t)});for(let t=0;t0&&(this.children=t.children),null!=t.parent&&(this.parent=t.parent)}addChild(t){this.children.push(t),t.parent=this}findNode(t){if(this.text===t)return this;let e=null;for(let n=0;nns.getHackTime(...a)/1000)"],[/ns.getGrowTime/g,"((...a)=>ns.getGrowTime(...a)/1000)"],[/ns.getWeakenTime/g,"((...a)=>ns.getWeakenTime(...a)/1000)"],[/ns.bladeburner.getActionTime/g,"((...a)=>ns.bladeburner.getActionTime(...a)/1000)"],[/ns.hackAnalyzePercent/g,"((...a)=>ns.hackAnalyze(...a)*100)"],[/ns.hackChance/g,"ns.hackAnalyzeChance"],[/ns.tryWrite/g,"ns.tryWritePort"],[/formulas.basic.calculateSkill/g,"formulas.skills.calculateSkill"],[/formulas.basic.calculateExp/g,"formulas.skills.calculateExp"],[/formulas.basic.hackChance/g,"formulas.hacking.hackChance"],[/formulas.basic.hackExp/g,"formulas.hacking.hackExp"],[/formulas.basic.hackPercent/g,"formulas.hacking.hackPercent"],[/formulas.basic.growPercent/g,"formulas.hacking.growPercent"],[/formulas.basic.hackTime/g,"formulas.hacking.hackTime"],[/formulas.basic.growTime/g,"formulas.hacking.growTime"],[/formulas.basic.weakenTime/g,"formulas.hacking.weakenTime"]];function f(t){for(const e of c)if(t.match(e[0]))return!0;return!1}function u(t){const e=t.split("\n"),n=[];for(let t=0;tt.name===a.a.NeuroFluxGovernor);if(e)e.level+=t;else{const e=new r.a(a.a.NeuroFluxGovernor);e.level=t,i.a.augmentations.push(e)}}function h(){let t="";for(const e of Object(s.c)())for(const n of l){const a=[];for(const t of e.scripts){const e=t.code.split("\n");for(let r=0;r{const t=setTimeout(()=>{n||e(!0)},2e3);return()=>clearTimeout(t)}),Object(a.useEffect)(()=>{!async function(){await Object(l.b)().then(t=>{try{c.a.load(t)}catch(t){throw Object(m.a)(),p(!0),t}Object(d.c)(),p(!0)}).catch(t=>{console.error(t),c.a.load(""),p(!0)})}()},[]),n?r.a.createElement(f.a,null):r.a.createElement(s.a,{container:!0,direction:"column",justifyContent:"center",alignItems:"center",style:{minHeight:"100vh"}},r.a.createElement(s.a,{item:!0},r.a.createElement(i.a,{size:150,color:"primary"})),r.a.createElement(s.a,{item:!0},r.a.createElement(o.a,{variant:"h3"},"Loading Bitburner ",g)),t&&r.a.createElement(s.a,{item:!0},r.a.createElement(o.a,null,"If the game fails to load, consider ",r.a.createElement("a",{href:"?noScripts"},"killing all scripts"))))}},,,,,,,,,,,,,,,,,,,,function(t,e,n){"use strict";function a(t){return"number"==typeof t&&!isNaN(t)}n.d(e,"a",(function(){return a}))},function(t,e,n){"use strict";n.d(e,"a",(function(){return o}));var a=n(117),r=n(75),i=n(16);class o{constructor(t="",e=0,n=0,i=a.a.LimitBuy,o=r.a.Long){let s=!1;if("number"==typeof e&&"number"==typeof n||(s=!0),(isNaN(e)||isNaN(n))&&(s=!0),"string"!=typeof t&&(s=!0),s)throw new Error("Invalid constructor parameters for Order");this.stockSymbol=t,this.shares=e,this.price=n,this.type=i,this.pos=o}toJSON(){return Object(i.b)("Order",this)}static fromJSON(t){return Object(i.a)(o,t.data)}}i.c.constructors.Order=o},function(t,e,n){"use strict";function a(t){return!isNaN(t)&&(0!==t&&0==(t&t-1))}n.d(e,"a",(function(){return a}))},function(t,e,n){"use strict";n.d(e,"a",(function(){return y}));var a=n(5),r=n(275),i=n(64),o=n(620),s=n(30),l=n(1097),c=n(621),f=n(16),u=n(15),m=n(694),h=n(25),d=n(1),p=n(13),g=n(192),b=n(72);class y extends o.a{constructor(){var t,e,n;super(),n=0,(e="storedCycles")in(t=this)?Object.defineProperty(t,e,{value:n,enumerable:!0,configurable:!0,writable:!0}):t[e]=n}baseSize(){return m.a.BaseSize+h.a.StaneksGiftExtraSize+d.a.sourceFileLvl(13)}width(){return Math.max(2,Math.min(Math.floor(this.baseSize()/2+1),m.a.MaxSize))}height(){return Math.max(3,Math.min(Math.floor(this.baseSize()/2+.6),m.a.MaxSize))}charge(t,e){e>t.highestCharge?(t.numCharge=t.highestCharge*t.numCharge/e+1,t.highestCharge=e):t.numCharge+=e/t.highestCharge;const n=s.a[a.a.ChurchOfTheMachineGod];n.playerReputation+=d.a.mults.faction_rep*(Math.pow(e,.95)*(n.favor+100))/1e3}inBonus(){return this.storedCycles*u.a._idleSpeed/1e3>1}process(t=1){d.a.hasAugmentation(p.a.StaneksGift1)&&(this.storedCycles+=t,this.storedCycles-=10,this.storedCycles=Math.max(0,this.storedCycles),this.updateMults(),c.a.emit())}effect(t){let e=t.neighbors().map(t=>this.fragmentAt(t[0],t[1])).filter(t=>!!t);e=e.filter(t=>t.fragment().type===i.b.Booster);let n=1;e=e.filter((t,e,n)=>n.indexOf(t)===e);for(const t of e)n*=t.fragment().power;return Object(l.a)(t.highestCharge,t.numCharge,t.fragment().power,n)}canPlace(t,e,n,a){if(t<0||e<0)return!1;if(t+a.width(n)>this.width())return!1;if(e+a.height(n)>this.height())return!1;if(this.count(a)>=a.limit)return!1;const i=new r.a({x:t,y:e,rotation:n,fragment:a});for(const t of this.fragments)if(t.collide(i))return!1;return!0}place(t,e,n,a){return!!this.canPlace(t,e,n,a)&&(this.fragments.push(new r.a({x:t,y:e,rotation:n,fragment:a})),!0)}findFragment(t,e){return this.fragments.find(n=>n.x===t&&n.y===e)}count(t){let e=0;for(const n of this.fragments)n.fragment().id===t.id&&e++;return e}delete(t,e){for(let n=0;n{t.highestCharge=0,t.numCharge=0})}calculateMults(){const t=Object(g.a)();for(const e of this.fragments){const n=e.fragment(),a=this.effect(e);switch(n.type){case i.b.HackingChance:t.hacking_chance*=a;break;case i.b.HackingSpeed:t.hacking_speed*=a;break;case i.b.HackingMoney:t.hacking_money*=a;break;case i.b.HackingGrow:t.hacking_grow*=a;break;case i.b.Hacking:t.hacking*=a,t.hacking_exp*=a;break;case i.b.Strength:t.strength*=a,t.strength_exp*=a;break;case i.b.Defense:t.defense*=a,t.defense_exp*=a;break;case i.b.Dexterity:t.dexterity*=a,t.dexterity_exp*=a;break;case i.b.Agility:t.agility*=a,t.agility_exp*=a;break;case i.b.Charisma:t.charisma*=a,t.charisma_exp*=a;break;case i.b.HacknetMoney:t.hacknet_node_money*=a;break;case i.b.HacknetCost:t.hacknet_node_purchase_cost/=a,t.hacknet_node_ram_cost/=a,t.hacknet_node_core_cost/=a,t.hacknet_node_level_cost/=a;break;case i.b.Rep:t.company_rep*=a,t.faction_rep*=a;break;case i.b.WorkMoney:t.work_money*=a;break;case i.b.Crime:t.crime_success*=a,t.crime_money*=a;break;case i.b.Bladeburner:t.bladeburner_max_stamina*=a,t.bladeburner_stamina_gain*=a,t.bladeburner_analysis*=a,t.bladeburner_success_chance*=a}}return t}updateMults(){d.a.applyEntropy(d.a.entropy);const t=this.calculateMults();d.a.mults=Object(g.b)(d.a.mults,t),d.a.updateSkillLevels();const e=d.a.sleeves.reduce((t,e)=>t+(e.hasAugmentation(p.a.ZOE)?1:0),0);if(0===e)return;const n=3/(e+2),a=Object(g.c)(t,n);for(const t of d.a.sleeves)if(t.hasAugmentation(p.a.ZOE)){t.resetMultipliers();for(let e=0;et.name),e=[];function n(n){if(t.includes(n.name))return!1;if(e.includes(n))return!1;if(n.isSpecial)return!1;const a=["hacking","strength","defense","dexterity","agility","charisma","hacking_exp","strength_exp","defense_exp","dexterity_exp","agility_exp","charisma_exp","company_rep","faction_rep","crime_money","crime_success","work_money"];for(const t of a)if(1!==n.mults[t])return!0;return!1}if(r.a.gang){const t=r.a.getGangFaction(),a=Object(c.a)(t);for(const r of a){const a=i.a[r];n(a)&&(t.playerReputation>a.getCost().repCost&&e.push(a))}}for(const t of r.a.factions){if(t===a.a.Bladeburners)continue;if(t===a.a.Netburners)continue;const r=o.a[t];if(r)for(const t of r.augmentations){const a=i.a[t];n(a)&&(r.playerReputation>a.getCost().repCost&&e.push(a))}}if(!t.includes(l.a.ZOE)&&r.a.factions.includes(a.a.ChurchOfTheMachineGod)){const t=i.a[l.a.ZOE];e.push(t)}return e}},,,,,,,,function(t,e,n){"use strict";n.d(e,"a",(function(){return c}));var a=n(95),r=n(26),i=n(77),o=n(207),s=n(668);function l(t,{id:e}){return new o.a({error:t,id:e})}const c={pushFile:function(t){var e,n;if(!Object(o.b)(t.params))return l("Misses parameters",t);const s=t.params;if(!Object(i.j)(s.filename))return l("Invalid filename",t);const c=Object(r.d)(s.server);if(!c)return l("Server hostname invalid",t);Object(a.a)(s.filename)?c.writeToScriptFile(s.filename,s.content):c.writeToTextFile(s.filename,s.content);return(null===(e=c.getScript(s.filename))||void 0===e?void 0:e.code)===s.content||(null===(n=c.textFiles.filter(t=>t.filename==s.filename).at(0))||void 0===n?void 0:n.text)===s.content?new o.a({result:"OK",id:t.id}):l("File wasn't saved correctly",t)},getFile:function(t){if(!Object(o.c)(t.params))return l("Message misses parameters",t);const e=t.params;if(!Object(i.j)(e.filename))return l("Invalid filename",t);const n=Object(r.d)(e.server);if(!n)return l("Server hostname invalid",t);if(Object(a.a)(e.filename)){const a=n.getScript(e.filename);return a?new o.a({result:a.code,id:t.id}):l("File doesn't exist",t)}{const a=n.textFiles.filter(t=>t.filename==e.filename).at(0);return a?new o.a({result:a.text,id:t.id}):l("File doesn't exist",t)}},deleteFile:function(t){if(!Object(o.c)(t.params))return l("Message misses parameters",t);const e=t.params;if(!Object(i.j)(e.filename))return l("Invalid filename",t);const n=Object(r.d)(e.server);if(!n)return l("Server hostname invalid",t);const a=()=>!!n.getScript(e.filename)||n.textFiles.some(t=>t.filename===e.filename);return a()?(n.removeFile(e.filename),a()?l("Failed to delete the file",t):new o.a({result:"OK",id:t.id})):l("File doesn't exist",t)},getFileNames:function(t){if(!Object(o.d)(t.params))return l("Message misses parameters",t);const e=Object(r.d)(t.params.server);if(!e)return l("Server hostname invalid",t);const n=[...e.textFiles.map(t=>t.filename),...e.scripts.map(t=>t.filename)];return new o.a({result:n,id:t.id})},getAllFiles:function(t){if(!Object(o.d)(t.params))return l("Message misses parameters",t);const e=Object(r.d)(t.params.server);if(!e)return l("Server hostname invalid",t);const n=[...e.textFiles.map(t=>({filename:t.filename,content:t.text})),...e.scripts.map(t=>({filename:t.filename,content:t.code}))];return new o.a({result:n,id:t.id})},calculateRam:function(t){if(!Object(o.c)(t.params))return l("Message misses parameters",t);const e=t.params;if(!Object(i.j)(e.filename))return l("Invalid filename",t);const n=Object(r.d)(e.server);if(!n)return l("Server hostname invalid",t);if(!Object(a.a)(e.filename))return l("Filename isn't a script filename",t);const s=n.getScript(e.filename);if(!s)return l("File doesn't exist",t);const c=s.ramUsage;return new o.a({result:c,id:t.id})},getDefinitionFile:function(t){return new o.a({result:s.a+"",id:t.id})}}},,function(t,e,n){"use strict";n.d(e,"b",(function(){return w})),n.d(e,"a",(function(){return S}));var a=n(0),r=n.n(a),i=n(160),o=n(161),s=n(50),l=n(32),c=n(3),f=n(7),u=n(6),m=n(73),h=n(311),d=n(24),p=n(115),g=n(362),b=n(355),y=n(306),E=n(266),v=n(356),k=n(25);function w(t){const e=Object(h.b)();return r.a.createElement(i.a,{sx:{display:"table",mb:1,width:"100%"}},r.a.createElement(o.a,null,r.a.createElement(m.a,{name:"City",color:u.a.theme.primary,data:{content:t.sleeve.city}}),r.a.createElement(m.a,{name:"HP",color:u.a.theme.hp,data:{content:`${f.a.formatHp(t.sleeve.hp.current)} / ${f.a.formatHp(t.sleeve.hp.max)}`}}),r.a.createElement(m.a,{name:"Hacking",color:u.a.theme.hack,data:{level:t.sleeve.skills.hacking,exp:t.sleeve.exp.hacking}}),r.a.createElement(m.a,{name:"Strength",color:u.a.theme.combat,data:{level:t.sleeve.skills.strength,exp:t.sleeve.exp.strength}}),r.a.createElement(m.a,{name:"Defense",color:u.a.theme.combat,data:{level:t.sleeve.skills.defense,exp:t.sleeve.exp.defense}}),r.a.createElement(m.a,{name:"Dexterity",color:u.a.theme.combat,data:{level:t.sleeve.skills.dexterity,exp:t.sleeve.exp.dexterity}}),r.a.createElement(m.a,{name:"Agility",color:u.a.theme.combat,data:{level:t.sleeve.skills.agility,exp:t.sleeve.exp.agility}}),r.a.createElement(m.a,{name:"Charisma",color:u.a.theme.cha,data:{level:t.sleeve.skills.charisma,exp:t.sleeve.exp.charisma}}),r.a.createElement(s.a,null,r.a.createElement(l.a,{classes:{root:e.cellNone}},r.a.createElement("br",null))),r.a.createElement(m.a,{name:"Shock",color:u.a.theme.primary,data:{content:f.a.formatSleeveShock(100-t.sleeve.shock)}}),r.a.createElement(m.a,{name:"Sync",color:u.a.theme.primary,data:{content:f.a.formatSleeveSynchro(t.sleeve.sync)}}),r.a.createElement(m.a,{name:"Memory",color:u.a.theme.primary,data:{content:f.a.formatSleeveMemory(t.sleeve.memory)}})))}function S(t){const e=Object(h.b)();let n=[];if(Object(v.b)(t.sleeve.currentWork)){const e=t.sleeve.currentWork.getExp(t.sleeve);n=[["Money:",r.a.createElement(d.a,{money:5*e.money})],["Hacking Exp:",""+f.a.formatExp(5*e.hackExp)],["Strength Exp:",""+f.a.formatExp(5*e.strExp)],["Defense Exp:",""+f.a.formatExp(5*e.defExp)],["Dexterity Exp:",""+f.a.formatExp(5*e.dexExp)],["Agility Exp:",""+f.a.formatExp(5*e.agiExp)],["Charisma Exp:",""+f.a.formatExp(5*e.chaExp)]]}if(Object(b.b)(t.sleeve.currentWork)){const e=t.sleeve.currentWork.calculateRates(t.sleeve);n=[["Money:",r.a.createElement(p.a,{money:5*e.money})],["Hacking Exp:",f.a.formatExp(5*e.hackExp)+" / sec"],["Strength Exp:",f.a.formatExp(5*e.strExp)+" / sec"],["Defense Exp:",f.a.formatExp(5*e.defExp)+" / sec"],["Dexterity Exp:",f.a.formatExp(5*e.dexExp)+" / sec"],["Agility Exp:",f.a.formatExp(5*e.agiExp)+" / sec"],["Charisma Exp:",f.a.formatExp(5*e.chaExp)+" / sec"]]}if(Object(y.b)(t.sleeve.currentWork)){const e=t.sleeve.currentWork.getExpRates(t.sleeve),a=t.sleeve.currentWork.getReputationRate(t.sleeve);n=[["Hacking Exp:",f.a.formatExp(5*e.hackExp)+" / sec"],["Strength Exp:",f.a.formatExp(5*e.strExp)+" / sec"],["Defense Exp:",f.a.formatExp(5*e.defExp)+" / sec"],["Dexterity Exp:",f.a.formatExp(5*e.dexExp)+" / sec"],["Agility Exp:",f.a.formatExp(5*e.agiExp)+" / sec"],["Charisma Exp:",f.a.formatExp(5*e.chaExp)+" / sec"],["Reputation:",r.a.createElement(g.a,{reputation:a})]]}if(Object(E.b)(t.sleeve.currentWork)){const e=t.sleeve.currentWork.getGainRates(t.sleeve);n=[["Money:",r.a.createElement(p.a,{money:5*e.money*k.a.CompanyWorkMoney})],["Hacking Exp:",f.a.formatExp(5*e.hackExp)+" / sec"],["Strength Exp:",f.a.formatExp(5*e.strExp)+" / sec"],["Defense Exp:",f.a.formatExp(5*e.defExp)+" / sec"],["Dexterity Exp:",f.a.formatExp(5*e.dexExp)+" / sec"],["Agility Exp:",f.a.formatExp(5*e.agiExp)+" / sec"],["Charisma Exp:",f.a.formatExp(5*e.chaExp)+" / sec"],["Reputation:",r.a.createElement(g.a,{reputation:5*e.reputation})]]}return r.a.createElement(i.a,{sx:{display:"table",mb:1,width:"100%",lineHeight:0}},r.a.createElement(o.a,null,r.a.createElement(s.a,null,r.a.createElement(l.a,{classes:{root:e.cellNone}},r.a.createElement(c.a,{variant:"h6"},"Earnings ",t.sleeve.storedCycles>50?"(overclock)":""))),n.map(([t,n])=>r.a.createElement(s.a,{key:t.toString()+n.toString()},r.a.createElement(l.a,{classes:{root:e.cellNone}},r.a.createElement(c.a,null,t)),r.a.createElement(l.a,{align:"right",classes:{root:e.cellNone}},r.a.createElement(c.a,null,n))))))}},function(t,e,n){"use strict";n.d(e,"b",(function(){return u})),n.d(e,"a",(function(){return m}));var a=n(0),r=n.n(a),i=n(26),o=n(46),s=n(93),l=n(130),c=n(74),f=n(10);const u={All:0,Foreign:1,Owned:2,Purchased:3};function m(t){function e(e){const n=e instanceof o.a&&e.purchasedByPlayer,a=t.serverType;switch(a){case u.All:return!0;case u.Foreign:return"home"!==e.hostname&&!n;case u.Owned:return n||e instanceof s.a||"home"===e.hostname;case u.Purchased:return n||e instanceof s.a;default:return console.warn("Invalid ServerType specified for ServerDropdown component: "+a),!1}}const n=[];for(const t of Object(i.c)().sort((t,e)=>t.hostname.localeCompare(e.hostname)))e(t)&&n.push(r.a.createElement(c.a,{key:t.hostname,value:t.hostname},t.hostname));return r.a.createElement(l.a,{startAdornment:r.a.createElement(f.a,{onClick:t.purchase,disabled:!t.canPurchase},"Buy"),sx:{mx:1},value:t.value,onChange:t.onChange},n)}},function(t,e,n){"use strict";n.d(e,"b",(function(){return b})),n.d(e,"a",(function(){return E}));var a=n(0),r=n(1),i=n(24),o=n(205),s=n(1412),l=n(564),c=n(1870),f=n(814),u=n(10),m=n(47),h=n(21),d=n(3),p=n(87);function g(t,e,n){return e in t?Object.defineProperty(t,e,{value:n,enumerable:!0,configurable:!0,writable:!0}):t[e]=n,t}const b=5;var y;!function(t){t.Pending="",t.PlayerWon="You won!",t.PlayerWonByBlackjack="You Won! Blackjack!",t.DealerWon="You lost!",t.Tie="Push! (Tie)"}(y||(y={}));class E extends a.Component{constructor(){super({}),g(this,"canStartGame",()=>{const{bet:t}=this.state;return r.a.canAfford(t)}),g(this,"startGame",()=>{if(!this.canStartGame()||Object(o.a)())return;Object(o.b)(-this.state.bet);const t=new l.a([this.deck.safeDrawCard(),this.deck.safeDrawCard()]),e=new l.a([this.deck.safeDrawCard(),this.deck.safeDrawCard()]);this.setState({playerHand:t,dealerHand:e,gameInProgress:!0,result:y.Pending}),21===this.getTrueHandValue(t)?21===this.getTrueHandValue(e)?this.finishGame(y.Tie):this.finishGame(y.PlayerWonByBlackjack):21===this.getTrueHandValue(e)&&this.finishGame(y.DealerWon)}),g(this,"getHandValue",t=>{let e=[0];for(let n=0;n=10?e.map(t=>t+10):1===a?e.flatMap(t=>[t+1,t+11]):e.map(t=>t+a)}return e}),g(this,"getTrueHandValue",t=>{const e=this.getHandValue(t),n=e.filter(t=>t<=21);return n.length>0?(n.sort((t,e)=>t-e),n[n.length-1]):e[0]}),g(this,"getHandDisplayValues",t=>{const e=this.getHandValue(t);return this.isHandBusted(t)?[...new Set([e[0]])]:[...new Set(e.filter(t=>t<=21))]}),g(this,"isHandBusted",t=>this.getTrueHandValue(t)>21),g(this,"playerHit",t=>{if(!t.isTrusted)return;const e=this.state.playerHand.addCards(this.deck.safeDrawCard());this.setState({playerHand:e}),this.isHandBusted(e)&&this.finishGame(y.DealerWon)}),g(this,"playerStay",t=>{if(!t.isTrusted)return;let e=this.state.dealerHand;for(;;){if(!(this.getTrueHandValue(e)<=16))break;e=e.addCards(this.deck.safeDrawCard())}if(this.setState({dealerHand:e}),this.isHandBusted(e))this.finishGame(y.PlayerWon);else{const t=this.getTrueHandValue(e),n=this.getTrueHandValue(this.state.playerHand);if(t>21||n>21)throw new Error("Someone busted when not expected to");n>t?this.finishGame(y.PlayerWon):n{const e=t===y.DealerWon?0:t===y.Tie?this.state.bet:t===y.PlayerWon?2*this.state.bet:t===y.PlayerWonByBlackjack?2.5*this.state.bet:(()=>{throw new Error("Unexpected result: "+t)})();Object(o.b)(e),this.setState({gameInProgress:!1,result:t,gains:this.state.gains+e-this.state.bet})}),g(this,"wagerOnChange",t=>{const e=t.target.value,n=Math.round(parseFloat(e));isNaN(n)?this.setState({bet:0,betInput:e,wagerInvalid:!0,wagerInvalidHelperText:"Not a valid number"}):n<=0?this.setState({bet:0,betInput:e,wagerInvalid:!0,wagerInvalidHelperText:"Must bet a positive amount"}):n>1e8?this.setState({bet:0,betInput:e,wagerInvalid:!0,wagerInvalidHelperText:"Exceeds max bet"}):r.a.canAfford(n)?this.setState({bet:n,betInput:e,wagerInvalid:!1,wagerInvalidHelperText:"",result:y.Pending}):this.setState({bet:0,betInput:e,wagerInvalid:!0,wagerInvalidHelperText:"Not enough money"})}),g(this,"startOnClick",t=>{t.isTrusted&&(this.state.wagerInvalid||this.startGame())}),this.deck=new s.a(b);this.state={playerHand:new l.a([]),dealerHand:new l.a([]),bet:1e6,betInput:String(1e6),gameInProgress:!1,result:y.Pending,gains:0,wagerInvalid:!1,wagerInvalidHelperText:""}}render(){const{betInput:t,playerHand:e,dealerHand:n,gameInProgress:r,result:o,wagerInvalid:s,wagerInvalidHelperText:l,gains:g}=this.state,b=this.getHandDisplayValues(e),E=this.getHandDisplayValues(n);return a.createElement(a.Fragment,null,a.createElement(h.a,null,a.createElement(p.a,{value:t,label:a.createElement(a.Fragment,null,"Wager (Max: ",a.createElement(i.a,{money:1e8}),")"),disabled:r,onChange:this.wagerOnChange,error:s,helperText:s?l:"",type:"number",style:{width:"200px"},InputProps:{startAdornment:a.createElement(c.a,{position:"start"},a.createElement(d.a,null,"$"))}}),a.createElement(d.a,null,"Total earnings this session: ",a.createElement(i.a,{money:g}))),r?a.createElement(a.Fragment,null,a.createElement(u.a,{onClick:this.playerHit},"Hit"),a.createElement(u.a,{color:"secondary",onClick:this.playerStay},"Stay")):a.createElement(u.a,{onClick:this.startOnClick,disabled:s||!this.canStartGame()},"Start"),(r||o!==y.Pending)&&a.createElement(a.Fragment,null,a.createElement(h.a,{display:"flex"},a.createElement(m.a,{elevation:2},a.createElement(d.a,null,"Player"),e.cards.map((t,e)=>a.createElement(f.a,{card:t,key:e})),a.createElement(d.a,null,"Count:"," ",b.map((t,e)=>a.createElement("span",{key:e},t)).reduce((t,e)=>[t," or ",e])))),a.createElement("br",null),a.createElement(h.a,{display:"flex"},a.createElement(m.a,{elevation:2},a.createElement(d.a,null,"Dealer"),n.cards.map((t,e)=>a.createElement(f.a,{card:t,hidden:r&&0!==e,key:e})),!r&&a.createElement(a.Fragment,null,a.createElement(d.a,null,"Count:"," ",E.map((t,e)=>a.createElement("span",{key:e},t)).reduce((t,e)=>[t," or ",e])))))),o!==y.Pending&&a.createElement(d.a,null,o," ",o===y.PlayerWon&&a.createElement(i.a,{money:this.state.bet}),o===y.PlayerWonByBlackjack&&a.createElement(i.a,{money:1.5*this.state.bet}),o===y.DealerWon&&a.createElement(i.a,{money:-this.state.bet})))}}},function(t,e,n){"use strict";n.d(e,"a",(function(){return f}));var a=n(0),r=n.n(a),i=n(260),o=n(122),s=n(148),l=n(47);const c=Object(o.a)(()=>Object(s.a)({card:{padding:"10px",border:"solid 1px #808080",backgroundColor:"white",display:"inline-block",borderRadius:"10px",fontSize:"18.5px",textAlign:"center",margin:"3px",fontWeight:"bold"},red:{color:"red"},black:{color:"black"},value:{fontSize:"20px",fontFamily:"sans-serif"}})),f=({card:t,hidden:e})=>{const n=c();let a;switch(t.suit){case i.b.Clubs:a=r.a.createElement("span",null,"♣");break;case i.b.Diamonds:a=r.a.createElement("span",null,"♦");break;case i.b.Hearts:a=r.a.createElement("span",null,"♥");break;case i.b.Spades:a=r.a.createElement("span",null,"♠");break;default:throw new Error("MissingCaseException: "+t.suit)}return r.a.createElement(l.a,{className:`${n.card} ${t.isRedSuit()?n.red:n.black}`},r.a.createElement(r.a.Fragment,null,r.a.createElement("span",{className:n.value},e?" - ":t.formatValue()),r.a.createElement("span",null,e?" - ":a)))}},,function(t,e,n){"use strict";n.d(e,"a",(function(){return c}));var a=n(1),r=n(30),i=n(26),o=n(5),s=n(46);function l(t){const e=t.augmentations.slice().filter(t=>"NeuroFlux Governor"!==t);for(const t of e)if(!a.a.augmentations.some(e=>e.name==t))return!1;return!0}const c=[{title:"Gain root access on CSEC",fulfilled:()=>{const t=Object(i.d)("CSEC");return!(!t||!t.hasOwnProperty("hasAdminRights"))&&(t instanceof s.a&&t.hasAdminRights)}},{title:"Install the backdoor on CSEC",fulfilled:()=>{const t=Object(i.d)("CSEC");return!(!t||!t.hasOwnProperty("backdoorInstalled"))&&(t instanceof s.a&&t.backdoorInstalled)}},{title:"Join the faction hinted at in csec-test.msg",fulfilled:()=>a.a.factions.includes(o.a.CyberSec)},{title:"Install all the Augmentations from "+o.a.CyberSec,fulfilled:()=>l(r.a[o.a.CyberSec])},{title:"Join the faction hinted at in nitesec-test.msg",fulfilled:()=>a.a.factions.includes(o.a.NiteSec)},{title:"Install all the Augmentations from "+o.a.NiteSec,fulfilled:()=>l(r.a[o.a.NiteSec])},{title:"Join the faction hinted at in j3.msg",fulfilled:()=>a.a.factions.includes(o.a.TheBlackHand)},{title:"Install all the Augmentations from "+o.a.TheBlackHand,fulfilled:()=>l(r.a[o.a.TheBlackHand])},{title:"Join the faction hinted at in 19dfj3l1nd.msg",fulfilled:()=>a.a.factions.includes(o.a.BitRunners)},{title:"Install all the Augmentations from "+o.a.BitRunners,fulfilled:()=>l(r.a[o.a.BitRunners])},{title:"Complete fl1ght.exe",fulfilled:()=>a.a.factions.includes(o.a.Daedalus)},{title:"Install the special Augmentation from "+o.a.Daedalus,fulfilled:()=>a.a.augmentations.some(t=>"The Red Pill"==t.name)},{title:"Install the final backdoor and free yourself.",fulfilled:()=>!1}]},,,,,,function(t,e,n){"use strict";n.d(e,"a",(function(){return r}));var a=n(106);const r={longestName:0,longestSymbol:0};for(const[t,e]of Object.entries(a.a))r.longestName=Math.max(t.length,r.longestName),r.longestSymbol=Math.max(e.length,r.longestSymbol)},function(t,e,n){"use strict";n.d(e,"a",(function(){return c}));var a=n(0),r=n.n(a),i=n(21),o=n(3),s=n(6),l=n(1477);function c({achievement:t,unlockedOn:e,cssFiltersUnlocked:n,cssFiltersLocked:a}){if(!t)return r.a.createElement(r.a.Fragment,null);const c=!!e,f=c?s.a.theme.primary:s.a.theme.secondarylight;let u="";return e&&(u=new Date(e).toLocaleString()),r.a.createElement(i.a,{sx:{border:"1px solid "+s.a.theme.well,mb:2}},r.a.createElement(i.a,{sx:{display:"flex",flexDirection:"row",flexWrap:"wrap"}},r.a.createElement(l.a,{achievement:t,unlocked:c,size:"72px",colorFilters:c?n:a}),r.a.createElement(i.a,{sx:{display:"flex",flexDirection:"column",justifyContent:"center",px:1}},r.a.createElement(o.a,{variant:"h6",sx:{color:f}},t.Name),r.a.createElement(o.a,{variant:"body2",sx:{maxWidth:"500px",color:f}},t.Description),c&&r.a.createElement(o.a,{variant:"caption",sx:{fontSize:"12px",color:s.a.theme.primarydark}},"Acquired on ",u))))}},function(t,e,n){"use strict";n.d(e,"a",(function(){return i}));class a{constructor(t,e,n){this.set(t,e,n)}toString(){return`rgb(${Math.round(this.r)}, ${Math.round(this.g)}, ${Math.round(this.b)})`}set(t,e,n){this.r=this.clamp(t),this.g=this.clamp(e),this.b=this.clamp(n)}hueRotate(t=0){t=t/180*Math.PI;const e=Math.sin(t),n=Math.cos(t);this.multiply([.213+.787*n-.213*e,.715-.715*n-.715*e,.072-.072*n+.928*e,.213-.213*n+.143*e,.715+.285*n+.14*e,.072-.072*n-.283*e,.213-.213*n-.787*e,.715-.715*n+.715*e,.072+.928*n+.072*e])}grayscale(t=1){this.multiply([.2126+.7874*(1-t),.7152-.7152*(1-t),.0722-.0722*(1-t),.2126-.2126*(1-t),.7152+.2848*(1-t),.0722-.0722*(1-t),.2126-.2126*(1-t),.7152-.7152*(1-t),.0722+.9278*(1-t)])}sepia(t=1){this.multiply([.393+.607*(1-t),.769-.769*(1-t),.189-.189*(1-t),.349-.349*(1-t),.686+.314*(1-t),.168-.168*(1-t),.272-.272*(1-t),.534-.534*(1-t),.131+.869*(1-t)])}saturate(t=1){this.multiply([.213+.787*t,.715-.715*t,.072-.072*t,.213-.213*t,.715+.285*t,.072-.072*t,.213-.213*t,.715-.715*t,.072+.928*t])}multiply(t){const e=this.clamp(this.r*t[0]+this.g*t[1]+this.b*t[2]),n=this.clamp(this.r*t[3]+this.g*t[4]+this.b*t[5]),a=this.clamp(this.r*t[6]+this.g*t[7]+this.b*t[8]);this.r=e,this.g=n,this.b=a}brightness(t=1){this.linear(t)}contrast(t=1){this.linear(t,-.5*t+.5)}linear(t=1,e=0){this.r=this.clamp(this.r*t+255*e),this.g=this.clamp(this.g*t+255*e),this.b=this.clamp(this.b*t+255*e)}invert(t=1){this.r=this.clamp(255*(t+this.r/255*(1-2*t))),this.g=this.clamp(255*(t+this.g/255*(1-2*t))),this.b=this.clamp(255*(t+this.b/255*(1-2*t)))}hsl(){const t=this.r/255,e=this.g/255,n=this.b/255,a=Math.max(t,e,n),r=Math.min(t,e,n);let i,o,s=(a+r)/2;if(a===r)i=o=0;else{const l=a-r;switch(o=s>.5?l/(2-a-r):l/(a+r),a){case t:i=(e-n)/l+(e255?t=255:t<0&&(t=0),t}}class r{constructor(t){this.target=t,this.targetHSL=t.hsl(),this.reusedColor=new a(0,0,0)}solve(){const t=this.solveNarrow(this.solveWide());return{values:t.values,loss:t.loss,filter:this.css(t.values)}}solveWide(){const t=[60,180,18e3,600,1.2,1.2];let e={loss:1/0};for(let n=0;e.loss>25&&n<3;n++){const n=[50,20,3750,50,100,100],a=this.spsa(5,t,15,n,1e3);a.loss.5?1:-1,l[t]=a[t]+r*s[t],c[t]=a[t]-r*s[t];const m=this.loss(l)-this.loss(c);for(let n=0;n<6;n++){const i=m/(2*r)*s[n],o=e[n]/Math.pow(t+u+1,1);a[n]=f(a[n]-o*i,n)}const h=this.loss(a);hn?t%=n:t<0&&(t=n+t%n):t<0?t=0:t>n&&(t=n),t}}loss(t){const e=this.reusedColor;e.set(0,0,0),e.invert(t[0]/100),e.sepia(t[1]/100),e.saturate(t[2]/100),e.hueRotate(3.6*t[3]),e.brightness(t[4]/100),e.contrast(t[5]/100);const n=e.hsl();return Math.abs(e.r-this.target.r)+Math.abs(e.g-this.target.g)+Math.abs(e.b-this.target.b)+Math.abs(n.h-this.targetHSL.h)+Math.abs(n.s-this.targetHSL.s)+Math.abs(n.l-this.targetHSL.l)}css(t){function e(e,n=1){return Math.round(t[e]*n)}return`invert(${e(0)}%) sepia(${e(1)}%) saturate(${e(2)}%) hue-rotate(${e(3,3.6)}deg) brightness(${e(4)}%) contrast(${e(5)}%)`}}function i(t){const e=function(t){t=t.replace(/^#?([a-f\d])([a-f\d])([a-f\d])$/i,(t,e,n,a)=>e+e+n+n+a+a);const e=/^#?([a-f\d]{2})([a-f\d]{2})([a-f\d]{2})$/i.exec(t);return e?[parseInt(e[1],16),parseInt(e[2],16),parseInt(e[3],16)]:null}(t);if(!e)return"";const[n,i,o]=e,s=new a(n,i,o);return new r(s).solve().filter}},,,,,,,,,,,,,,,,,,,function(t,e,n){"use strict";n.d(e,"a",(function(){return a}));const a={name:"Default",description:"Default game theme, most supported",credit:"hydroflame",screenshot:n(949).a,colors:{primarylight:"#0f0",primary:"#0c0",primarydark:"#090",successlight:"#0f0",success:"#0c0",successdark:"#090",errorlight:"#f00",error:"#c00",errordark:"#900",secondarylight:"#AAA",secondary:"#888",secondarydark:"#666",warninglight:"#ff0",warning:"#cc0",warningdark:"#990",infolight:"#69f",info:"#36c",infodark:"#039",welllight:"#444",well:"#222",white:"#fff",black:"#000",hp:"#dd3434",money:"#ffd700",hack:"#adff2f",combat:"#faffdf",cha:"#a671d1",int:"#6495ed",rep:"#faffdf",disabled:"#66cfbc",backgroundprimary:"#000",backgroundsecondary:"#000",button:"#333"}}},function(t,e,n){"use strict";n.d(e,"a",(function(){return a}));const a={name:"Default-lite",description:"Less eye-straining default theme",credit:"NmuGmu",reference:"https://discord.com/channels/415207508303544321/921991895230611466/925263801564151888",screenshot:n(950).a,colors:{primarylight:"#28CF28",primary:"#21A821",primarydark:"#177317",successlight:"#1CFF1C",success:"#16CA16",successdark:"#0D910D",errorlight:"#FF3B3B",error:"#C32D2D",errordark:"#8E2121",secondarylight:"#B3B3B3",secondary:"#838383",secondarydark:"#676767",warninglight:"#FFFF3A",warning:"#C3C32A",warningdark:"#8C8C1E",infolight:"#64CBFF",info:"#3399CC",infodark:"#246D91",welllight:"#404040",well:"#1C1C1C",white:"#C3C3C3",black:"#0A0B0B",hp:"#C62E2E",money:"#D6BB27",hack:"#ADFF2F",combat:"#E8EDCD",cha:"#8B5FAF",int:"#537CC8",rep:"#E8EDCD",disabled:"#5AB5A5",backgroundprimary:"#0C0D0E",backgroundsecondary:"#121415",button:"#252829"}}},function(t,e,n){"use strict";n.d(e,"a",(function(){return a}));const a={name:"Monokai'ish",description:"Monokai'ish",credit:"eltea",screenshot:n(951).a,colors:{primarylight:"#FFF",primary:"#F8F8F2",primarydark:"#FAFAEB",successlight:"#ADE146",success:"#A6E22E",successdark:"#98E104",errorlight:"#FF69A0",error:"#F92672",errordark:"#D10F56",secondarylight:"#AAA",secondary:"#888",secondarydark:"#666",warninglight:"#E1D992",warning:"#E6DB74",warningdark:"#EDDD54",infolight:"#92E1F1",info:"#66D9EF",infodark:"#31CDED",welllight:"#444",well:"#222",white:"#fff",black:"#000",hp:"#F92672",money:"#E6DB74",hack:"#A6E22E",combat:"#75715E",cha:"#AE81FF",int:"#66D9EF",rep:"#E69F66",disabled:"#66cfbc",backgroundprimary:"#272822",backgroundsecondary:"#1B1C18",button:"#333"}}},function(t,e,n){"use strict";n.d(e,"a",(function(){return a}));const a={name:"Warmer",credit:"hexnaught",description:"Warmer, softer theme",reference:"https://discord.com/channels/415207508303544321/921991895230611466/921999581020028938",screenshot:n(952).a,colors:{primarylight:"#EA9062",primary:"#DD7B4A",primarydark:"#D3591C",successlight:"#6ACF6A",success:"#43BF43",successdark:"#3E913E",errorlight:"#C15757",error:"#B34141",errordark:"#752525",secondarylight:"#AAA",secondary:"#888",secondarydark:"#666",warninglight:"#E6E69D",warning:"#DADA56",warningdark:"#A1A106",infolight:"#69f",info:"#36c",infodark:"#039",welllight:"#444",well:"#222",white:"#fff",black:"#000",hp:"#dd3434",money:"#ffd700",hack:"#adff2f",combat:"#faffdf",cha:"#AD84CF",int:"#6495ed",rep:"#faffdf",disabled:"#76C6B7",backgroundprimary:"#000",backgroundsecondary:"#000",button:"#333"}}},function(t,e,n){"use strict";n.d(e,"a",(function(){return a}));const a={name:"Dark+",credit:"LoganMD",description:"VSCode Dark+",reference:"https://discord.com/channels/415207508303544321/921991895230611466/921999975867617310",screenshot:n(953).a,colors:{primarylight:"#E0E0BC",primary:"#CCCCAE",primarydark:"#B8B89C",successlight:"#00F000",success:"#00D200",successdark:"#00B400",errorlight:"#F00000",error:"#C80000",errordark:"#A00000",secondarylight:"#B4AEAE",secondary:"#969090",secondarydark:"#787272",warninglight:"#F0F000",warning:"#C8C800",warningdark:"#A0A000",infolight:"#69f",info:"#36c",infodark:"#039",welllight:"#444",well:"#222",white:"#fff",black:"#1E1E1E",hp:"#dd3434",money:"#ffd700",hack:"#adff2f",combat:"#faffdf",cha:"#a671d1",int:"#6495ed",rep:"#faffdf",disabled:"#66cfbc",backgroundprimary:"#1E1E1E",backgroundsecondary:"#252525",button:"#333"}}},function(t,e,n){"use strict";n.d(e,"a",(function(){return a}));const a={name:"Mayukai Dark",description:"Mayukai Dark-esque",credit:"Festive Noire",reference:"https://discord.com/channels/415207508303544321/921991895230611466/922037502334889994",screenshot:n(954).a,colors:{primarylight:"#DDDFC5",primary:"#CDCFB6",primarydark:"#9D9F8C",successlight:"#00EF00",success:"#00A500",successdark:"#007A00",errorlight:"#F92672",error:"#CA1C5C",errordark:"#90274A",secondarylight:"#AAA",secondary:"#888",secondarydark:"#666",warninglight:"#D3D300",warning:"#cc0",warningdark:"#990",infolight:"#69f",info:"#36c",infodark:"#039",welllight:"#444",well:"#00010A",white:"#fff",black:"#020509",hp:"#dd3434",money:"#ffd700",hack:"#8CCF27",combat:"#faffdf",cha:"#a671d1",int:"#6495ed",rep:"#faffdf",disabled:"#66cfbc",backgroundprimary:"#080C11",backgroundsecondary:"#03080F",button:"#00010A"}}},function(t,e,n){"use strict";n.d(e,"a",(function(){return a}));const a={name:"Purple",credit:"zer0ney",description:"Essentially all defaults except for purple replacing the main colors",reference:"https://discord.com/channels/415207508303544321/921991895230611466/922091815849570395",screenshot:n(955).a,colors:{primarylight:"#BA55D3",primary:"#9370DB",primarydark:"#8A2BE2",successlight:"#BA55D3",success:"#9370DB",successdark:"#8A2BE2",errorlight:"#f00",error:"#c00",errordark:"#900",secondarylight:"#AAA",secondary:"#888",secondarydark:"#666",warninglight:"#ff0",warning:"#cc0",warningdark:"#990",infolight:"#69f",info:"#36c",infodark:"#039",welllight:"#444",well:"#222",white:"#fff",black:"#000",hp:"#dd3434",money:"#ffd700",hack:"#adff2f",combat:"#faffdf",cha:"#a671d1",int:"#6495ed",rep:"#faffdf",disabled:"#66cfbc",backgroundprimary:"#000",backgroundsecondary:"#000",button:"#333"}}},function(t,e,n){"use strict";n.d(e,"a",(function(){return a}));const a={name:"Smooth Green",description:"A nice green theme that doesn't hurt your eyes.",credit:"Swidt",reference:"https://discord.com/channels/415207508303544321/921991895230611466/922243957986033725",screenshot:n(956).a,colors:{primarylight:"#E0E0BC",primary:"#B0D9A3",primarydark:"#B8B89C",successlight:"#00F000",success:"#6BC16B",successdark:"#00B400",errorlight:"#F00000",error:"#3D713D",errordark:"#A00000",secondarylight:"#B4AEAE",secondary:"#8FAF85",secondarydark:"#787272",warninglight:"#F0F000",warning:"#38F100",warningdark:"#A0A000",infolight:"#69f",info:"#36c",infodark:"#039",welllight:"#444",well:"#2F3C2B",white:"#fff",black:"#1E1E1E",hp:"#dd3434",money:"#4AA52E",hack:"#adff2f",combat:"#faffdf",cha:"#a671d1",int:"#6495ed",rep:"#35A135",disabled:"#66cfbc",backgroundprimary:"#1E1E1E",backgroundsecondary:"#252525",button:"#2F3C2B"}}},function(t,e,n){"use strict";n.d(e,"a",(function(){return a}));const a={name:"Dracula",description:"Dracula Look-alike",credit:"H3draut3r",reference:"https://discord.com/channels/415207508303544321/921991895230611466/922296307836678144",screenshot:n(957).a,colors:{primarylight:"#7082B8",primary:"#F8F8F2",primarydark:"#FF79C6",successlight:"#0f0",success:"#0c0",successdark:"#090",errorlight:"#FD4545",error:"#FF2D2D",errordark:"#C62424",secondarylight:"#AAA",secondary:"#8BE9FD",secondarydark:"#666",warninglight:"#FFC281",warning:"#FFB86C",warningdark:"#E6A055",infolight:"#A0A0FF",info:"#7070FF",infodark:"#4040FF",welllight:"#44475A",well:"#363948",white:"#fff",black:"#282A36",hp:"#D34448",money:"#50FA7B",hack:"#F1FA8C",combat:"#BD93F9",cha:"#FF79C6",int:"#6495ed",rep:"#faffdf",disabled:"#66cfbc",backgroundprimary:"#282A36",backgroundsecondary:"#21222C",button:"#21222C"}}},function(t,e,n){"use strict";n.d(e,"a",(function(){return a}));const a={name:"Dark Blue",description:"Very dark with a blue/purplelly primary",credit:"Saynt_Garmo",reference:"https://discord.com/channels/415207508303544321/921991895230611466/923084732718264340",screenshot:n(958).a,colors:{primarylight:"#023DDE",primary:"#4A41C8",primarydark:"#005299",successlight:"#00FF00",success:"#D1DAD1",successdark:"#BFCABF",errorlight:"#f00",error:"#c00",errordark:"#900",secondarylight:"#AAA",secondary:"#888",secondarydark:"#666",warninglight:"#ff0",warning:"#cc0",warningdark:"#990",infolight:"#69f",info:"#36c",infodark:"#039",welllight:"#444",well:"#040505",white:"#fff",black:"#000000",hp:"#dd3434",money:"#ffd700",hack:"#adff2f",combat:"#faffdf",cha:"#a671d1",int:"#6495ed",rep:"#faffdf",disabled:"#66cfbc",backgroundprimary:"#091419",backgroundsecondary:"#000000",button:"#000000"}}},function(t,e,n){"use strict";n.d(e,"a",(function(){return a}));const a={name:"Discord-like",description:"Discord inspired theme",credit:"Thermite",reference:"https://discord.com/channels/415207508303544321/921991895230611466/924305252017143818",screenshot:n(959).a,colors:{primarylight:"#7389DC",primary:"#7389DC",primarydark:"#5964F1",successlight:"#00CC00",success:"#20DF20",successdark:"#0CB80C",errorlight:"#EA5558",error:"#EC4145",errordark:"#E82528",secondarylight:"#C3C3C3",secondary:"#9C9C9C",secondarydark:"#4E4E4E",warninglight:"#ff0",warning:"#cc0",warningdark:"#990",infolight:"#69f",info:"#36c",infodark:"#1C4FB3",welllight:"#999999",well:"#35383C",white:"#FFFFFF",black:"#202225",hp:"#FF5656",money:"#43FF43",hack:"#FFAB3D",combat:"#8A90FD",cha:"#FF51D9",int:"#6495ed",rep:"#FFFF30",disabled:"#474B51",backgroundprimary:"#2F3136",backgroundsecondary:"#35393E",button:"#333"}}},function(t,e,n){"use strict";n.d(e,"a",(function(){return a}));const a={name:"One Dark",description:"Dark with a greenish tint",credit:"Dexalt142",reference:"https://discord.com/channels/415207508303544321/921991895230611466/924650660694208512",screenshot:n(960).a,colors:{primarylight:"#98C379",primary:"#98C379",primarydark:"#98C379",successlight:"#98C379",success:"#98C379",successdark:"#98C379",errorlight:"#E06C75",error:"#BE5046",errordark:"#BE5046",secondarylight:"#AAA",secondary:"#888",secondarydark:"#666",warninglight:"#E5C07B",warning:"#E5C07B",warningdark:"#D19A66",infolight:"#61AFEF",info:"#61AFEF",infodark:"#61AFEF",welllight:"#4B5263",well:"#282C34",white:"#ABB2BF",black:"#282C34",hp:"#E06C75",money:"#E5C07B",hack:"#98C379",combat:"#ABB2BF",cha:"#C678DD",int:"#61AFEF",rep:"#ABB2BF",disabled:"#56B6C2",backgroundprimary:"#282C34",backgroundsecondary:"#21252B",button:"#4B5263"}}},function(t,e,n){"use strict";n.d(e,"a",(function(){return a}));const a={name:"Muted Gold & Blue",description:"Muted gold with blue accents.",credit:"Sloth",reference:"https://discord.com/channels/415207508303544321/921991895230611466/924672660758208563",screenshot:n(961).a,colors:{primarylight:"#E3B54A",primary:"#CAA243",primarydark:"#7E6937",successlight:"#82FF82",success:"#6FDA6F",successdark:"#64C364",errorlight:"#FD5555",error:"#D84A4A",errordark:"#AC3939",secondarylight:"#D8D0B8",secondary:"#B1AA95",secondarydark:"#736E5E",warninglight:"#ff0",warning:"#cc0",warningdark:"#990",infolight:"#69f",info:"#36c",infodark:"#039",welllight:"#444",well:"#111111",white:"#fff",black:"#070300",hp:"#dd3434",money:"#ffd700",hack:"#adff2f",combat:"#faffdf",cha:"#a671d1",int:"#6495ed",rep:"#faffdf",disabled:"#66cfbc",backgroundprimary:"#0A0A0E",backgroundsecondary:"#0E0E10",button:"#222222"}}},function(t,e,n){"use strict";n.d(e,"a",(function(){return a}));const a={name:"Light",description:"Cobbled Together Light Theme",credit:"matt",reference:"https://discord.com/channels/415207508303544321/921991895230611466/926114005456658432",screenshot:n(962).a,colors:{primarylight:"#535353",primary:"#1A1A1A",primarydark:"#0d0d0d",successlight:"#63c439",success:"#428226",successdark:"#2E5A1B",errorlight:"#df7051",error:"#C94824",errordark:"#91341B",secondarylight:"#b3b3b3",secondary:"#9B9B9B",secondarydark:"#7A7979",warninglight:"#e8d464",warning:"#C6AD20",warningdark:"#9F8A16",infolight:"#6299cf",info:"#3778B7",infodark:"#30689C",welllight:"#f9f9f9",well:"#eaeaea",white:"#F7F7F7",black:"#F7F7F7",hp:"#BF5C41",money:"#E1B121",hack:"#47BC38",combat:"#656262",cha:"#A568AC",int:"#889BCF",rep:"#656262",disabled:"#70B4BF",backgroundprimary:"#F7F7F7",backgroundsecondary:"#f9f9f9",button:"#eaeaea"}}},,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,function(t,e,n){"use strict";e.a="dist/images/83b2443ab7e7d346766c8f6bc5afc7a7.png"},function(t,e,n){"use strict";e.a="dist/images/6caf35202b10b52e1fc2743f674c33e8.png"},function(t,e,n){"use strict";e.a="dist/images/cb88977ea837bccb9cceb727adc78302.png"},function(t,e,n){"use strict";e.a="dist/images/4e0e750f2f09de58219773edd46cbbf5.png"},function(t,e,n){"use strict";e.a="dist/images/e97de4daa946331c7e99dee9c05d629c.png"},function(t,e,n){"use strict";e.a="dist/images/9f96a5084f4e5f1a6c0041b41b34d62d.png"},function(t,e,n){"use strict";e.a="dist/images/85a7b2896acb62be76f3ea7100fe9012.png"},function(t,e,n){"use strict";e.a="dist/images/5aa87b7de67a77c914088783b055e1cf.png"},function(t,e,n){"use strict";e.a="dist/images/c7164b072d62c91c27c6d607b5207e7b.png"},function(t,e,n){"use strict";e.a="dist/images/66f4b86d86164fc117bd6d648e4eaa6f.png"},function(t,e,n){"use strict";e.a="dist/images/a1110d6c8d16a14c4570411750248399.png"},function(t,e,n){"use strict";e.a="dist/images/447bc31e61f55e7eff875be3e9a81f1a.png"},function(t,e,n){"use strict";e.a="dist/images/297df8c0e47764ea113951318b2acf55.png"},function(t,e,n){"use strict";e.a="dist/images/e66b0c327f97d08e4253f52234d659eb.png"},,,,,,,,,,,,,,function(t,e,n){"use strict";n.d(e,"a",(function(){return r}));var a=n(977);function r(t=1){this.reapplyAllAugmentations(),this.reapplyAllSourceFiles(),this.mults=Object(a.a)(t)}},function(t,e,n){"use strict";n.d(e,"a",(function(){return i}));var a=n(15),r=n(1);const i=(t=1)=>{const e=a.a.EntropyEffect**t;return{hacking_chance:r.a.mults.hacking_chance*e,hacking_speed:r.a.mults.hacking_speed*e,hacking_money:r.a.mults.hacking_money*e,hacking_grow:r.a.mults.hacking_grow*e,hacking:r.a.mults.hacking*e,strength:r.a.mults.strength*e,defense:r.a.mults.defense*e,dexterity:r.a.mults.dexterity*e,agility:r.a.mults.agility*e,charisma:r.a.mults.charisma*e,hacking_exp:r.a.mults.hacking_exp*e,strength_exp:r.a.mults.strength_exp*e,defense_exp:r.a.mults.defense_exp*e,dexterity_exp:r.a.mults.dexterity_exp*e,agility_exp:r.a.mults.agility_exp*e,charisma_exp:r.a.mults.charisma_exp*e,company_rep:r.a.mults.company_rep*e,faction_rep:r.a.mults.faction_rep*e,crime_money:r.a.mults.crime_money*e,crime_success:r.a.mults.crime_success*e,hacknet_node_money:r.a.mults.hacknet_node_money*e,hacknet_node_purchase_cost:r.a.mults.hacknet_node_purchase_cost*e,hacknet_node_ram_cost:r.a.mults.hacknet_node_ram_cost*e,hacknet_node_core_cost:r.a.mults.hacknet_node_core_cost*e,hacknet_node_level_cost:r.a.mults.hacknet_node_level_cost*e,work_money:r.a.mults.work_money*e,bladeburner_max_stamina:r.a.mults.bladeburner_max_stamina*e,bladeburner_stamina_gain:r.a.mults.bladeburner_stamina_gain*e,bladeburner_analysis:r.a.mults.bladeburner_analysis*e,bladeburner_success_chance:r.a.mults.bladeburner_success_chance*e}}},function(t,e,n){"use strict";n.d(e,"a",(function(){return l}));var a=n(63),r=n(35),i=n(16),o=n(316);function s(t,e,n){return e in t?Object.defineProperty(t,e,{value:n,enumerable:!0,configurable:!0,writable:!0}):t[e]=n,t}class l{constructor(t=a.a.CityNames[2]){s(this,"name",""),s(this,"pop",0),s(this,"popEst",0),s(this,"comms",0),s(this,"chaos",0),this.name=t,this.pop=Object(r.a)(a.a.PopulationThreshold,1.5*a.a.PopulationThreshold),this.popEst=this.pop*(Math.random()+.5),this.comms=Object(r.a)(5,150),this.chaos=0}changeChaosByPercentage(t){if(isNaN(t))throw new Error("NaN passed into City.chaosChaosByPercentage()");0!==t&&(this.chaos+=this.chaos*(t/100),this.chaos<0&&(this.chaos=0))}improvePopulationEstimateByCount(t){if(isNaN(t))throw new Error("NaN passed into City.improvePopulationEstimateByCount()");this.popEstthis.pop&&(this.popEst=this.pop)):this.popEst>this.pop&&(this.popEst-=t,this.popEstthis.pop&&(this.popEst=this.pop)):this.popEst>this.pop&&(this.popEst*=1-t/100,this.popEst0?1:-1),this.pop+=n,e.changeEstEqually&&(this.popEst+=n,this.popEst<0&&(this.popEst=0)),n}changeChaosByCount(t){if(isNaN(t))throw new Error("NaN passed into City.changeChaosByCount()");0!==t&&(this.chaos+=t,this.chaos<0&&(this.chaos=0))}toJSON(){return Object(i.b)("City",this)}static fromJSON(t){return Object(i.a)(l,t.data)}}i.c.constructors.City=l},function(t,e,n){"use strict";function a(){return{hack:0,str:0,def:0,dex:0,agi:0,cha:0,int:0,money:0}}n.d(e,"a",(function(){return a}))},,,,,,,,,,function(t,e,n){"use strict";function a(){const t=new Date,e=("0"+t.getHours()).slice(-2),n=("0"+t.getMinutes()).slice(-2),a=("0"+t.getSeconds()).slice(-2);return`${t.getMonth()+1}/${t.getDate()} ${e}:${n}:${a}`}n.d(e,"a",(function(){return a}))},function(t,e,n){"use strict";function a(t){const e=1+Math.log(t)/25;return isNaN(e)||!isFinite(e)?1:e}n.d(e,"a",(function(){return a}))},,,function(t,e,n){"use strict";n.d(e,"a",(function(){return p}));var a=n(994),r=n(271),i=n(391),o=n(36),s=n(25),l=n(467),c=n(66),f=n(1),u=n(19),m=n(16),h=n(189);function d(t,e,n){return e in t?Object.defineProperty(t,e,{value:n,enumerable:!0,configurable:!0,writable:!0}):t[e]=n,t}class p{constructor(t={}){d(this,"name","The Corporation"),d(this,"divisions",[]),d(this,"funds",15e10),d(this,"revenue",0),d(this,"expenses",0),d(this,"fundingRound",0),d(this,"public",!1),d(this,"totalShares",o.a.INITIALSHARES),d(this,"numShares",o.a.INITIALSHARES),d(this,"shareSalesUntilPriceUpdate",o.a.SHARESPERPRICEUPDATE),d(this,"shareSaleCooldown",0),d(this,"issueNewSharesCooldown",0),d(this,"dividendRate",0),d(this,"dividendTax",1-s.a.CorporationSoftcap+.15),d(this,"issuedShares",0),d(this,"sharePrice",0),d(this,"storedCycles",0),d(this,"cycleValuation",0),d(this,"valuationsList",[0]),d(this,"valuation",0),d(this,"state",new a.a),this.name=t.name?t.name:"The Corporation";const e=Object.keys(r.b).length,n=Object.keys(i.a).length;this.unlockUpgrades=Array(e).fill(0),this.upgrades=Array(n).fill(0),this.upgradeMultipliers=Array(n).fill(1)}addFunds(t){isFinite(t)?this.funds=this.funds+t:console.error("Trying to add invalid amount of funds. Report to a developer.")}getState(){return this.state.getState()}storeCycles(t=1){this.storedCycles+=t}process(){if(this.storedCycles>=o.a.CyclesPerIndustryStateCycle){const t=this.getState(),e=1,n=e*o.a.CyclesPerIndustryStateCycle;if(this.storedCycles-=n,this.divisions.forEach(e=>{e.resetImports(t)}),this.divisions.forEach(n=>{n.process(e,t,this)}),this.shareSaleCooldown>0&&(this.shareSaleCooldown-=n),this.issueNewSharesCooldown>0&&(this.issueNewSharesCooldown-=n),"START"===t){this.revenue=0,this.expenses=0,this.divisions.forEach(t=>{t.lastCycleRevenue!==-1/0&&t.lastCycleRevenue!==1/0&&t.lastCycleExpenses!==-1/0&&t.lastCycleExpenses!==1/0&&(this.revenue=this.revenue+t.lastCycleRevenue,this.expenses=this.expenses+t.lastCycleExpenses)});const t=this.revenue-this.expenses;this.cycleValuation=this.determineCycleValuation(),this.determineValuation();const n=t*(e*o.a.SecsPerMarketCycle);if((isNaN(this.funds)||this.funds===1/0||this.funds===-1/0)&&(Object(u.a)("There was an error calculating your Corporations funds and they got reset to 0. This is a bug. Please report to game developer.\n\n(Your funds have been set to $150b for the inconvenience)"),this.funds=15e10),this.updateDividendTax(),this.dividendRate>0&&n>0)if(isNaN(this.dividendRate)||this.dividendRate<0||this.dividendRate>o.a.DividendMaxRate)console.error("Invalid Corporation dividend rate: "+this.dividendRate);else{const t=n-this.dividendRate*n;f.a.gainMoney(this.getCycleDividends(),"corporation"),this.addFunds(t)}else this.addFunds(n);this.updateSharePrice()}this.state.nextState()}}updateDividendTax(){this.dividendTax=1-s.a.CorporationSoftcap+.15,1===this.unlockUpgrades[5]&&(this.dividendTax-=.05),1===this.unlockUpgrades[6]&&(this.dividendTax-=.1)}getCycleDividends(){const t=(this.revenue-this.expenses)*o.a.SecsPerMarketCycle,e=this.dividendRate*t/this.totalShares,n=this.numShares*e;return Math.pow(n,1-this.dividendTax)}determineCycleValuation(){let t,e=this.revenue-this.expenses;return this.public?(this.dividendRate>0&&(e*=1-this.dividendRate),t=this.funds+85e3*e,t*=Math.pow(1.1,this.divisions.length),t=Math.max(t,0)):(t=1e10+Math.max(this.funds,0)/3,e>0&&(t+=315e3*e),t*=Math.pow(1.1,this.divisions.length),t-=t%1e6),t*s.a.CorporationValuation}determineValuation(){this.valuationsList.push(this.cycleValuation),this.valuationsList.length>o.a.ValuationLength&&this.valuationsList.shift();let t=this.valuationsList.reduce((t,e)=>t+e);t/=o.a.ValuationLength,this.valuation=t}getTargetSharePrice(){return this.valuation/(2*(this.totalShares-this.numShares)+1)}updateSharePrice(){const t=this.getTargetSharePrice();this.sharePrice<=t?this.sharePrice*=1+.01*Math.random():this.sharePrice*=1-.01*Math.random(),this.sharePrice<=.01&&(this.sharePrice=.01)}immediatelyUpdateSharePrice(){this.sharePrice=this.getTargetSharePrice()}calculateShareSale(t){let e=t,n=this.shareSalesUntilPriceUpdate,a=this.sharePrice,r=0,i=0,s=this.getTargetSharePrice();const l=Math.ceil(t/o.a.SHARESPERPRICEUPDATE);if(isNaN(l)||l>1e7)return console.error("Something went wrong or unexpected when calculating share sale. Max iterations calculated to be "+l),[0,0,0];for(let t=0;t3600?Math.floor(e/3600)+" hour(s)":e>60?Math.floor(e/60)+" minute(s)":Math.floor(e)+" second(s)"}unlock(t){const e=t.index,n=t.price;for(;this.unlockUpgrades.length<=e;)this.unlockUpgrades.push(0);this.funds=r.length)&&(this.state=0),++this.state,this.state>=r.length&&(this.state=0)}toJSON(){return Object(a.b)("CorporationState",this)}static fromJSON(t){return Object(a.a)(i,t.data)}}a.c.constructors.CorporationState=i},function(t,e,n){"use strict";n.d(e,"a",(function(){return s}));var a=n(17),r=n(167),i=n(66),o=n(5);const s={};!function(){let t,e,n;t="The Beginner's Guide to Hacking",e=i.a.HackersStartingHandbook,n="Some resources:

Learn to Program

For Experienced JavaScript Developers: NetscriptJS

Netscript Documentation

When starting out, hacking is the most profitable way to earn money and progress. This is a brief collection of tips/pointers on how to make the most out of your hacking scripts.

-hack() and grow() both work by percentages. hack() steals a certain percentage of the money on a server, and grow() increases the amount of money on a server by some percentage (multiplicatively)

-Because hack() and grow() work by percentages, they are more effective if the target server has a high amount of money. Therefore, you should try to increase the amount of money on a server (using grow()) to a certain amount before hacking it. Two important Netscript functions for this are getServerMoneyAvailable() and getServerMaxMoney()

-Keep security level low. Security level affects everything when hacking. Two important Netscript functions for this are getServerSecurityLevel() and getServerMinSecurityLevel()

-Purchase additional servers by visiting 'Alpha Enterprises' in the city. They are relatively cheap and give you valuable RAM to run more scripts early in the game

-Prioritize upgrading the RAM on your home computer. This can also be done at 'Alpha Enterprises'

-Many low level servers have free RAM. You can use this RAM to run your scripts. Use the scp Terminal or Netscript command to copy your scripts onto these servers and then run them.",s[e]=new r.a(t,e,n),t="The Complete Handbook for Creating a Successful Corporation",e=i.a.CorporationManagementHandbook,n="Getting Started with Corporations
To get started, visit the City Hall in Sector-12 in order to create a Corporation. This requires $150b of your own money, but this $150b will get put into your Corporation's funds. Your Corporation can have many different divisions, each in a different Industry. There are many different types of Industries, each with different properties. To create your first division, click the 'Expand into new Industry' button at the top of the management UI. The Agriculture and Software industries are recommended for your first division.

The first thing you'll need to do is hire some employees. Employees can be assigned to five different positions. Each position has a different effect on various aspects of your Corporation. It is recommended to have at least one employee at each position.

Each industry uses some combination of Materials in order to produce other Materials and/or create Products. Specific information about this is displayed in each of your divisions' UI.

Products are special, industry-specific objects. They are different than Materials because you must manually choose to develop them, and you can choose to develop any number of Products. Developing a Product takes time, but a Product typically generates significantly more revenue than any Material. Not all industries allow you to create Products. To create a Product, look for a button in the top-left panel of the division UI (e.g. For the Software Industry, the button says 'Develop Software').

To get your supply chain system started, purchase the Materials that your industry needs to produce other Materials/Products. This can be done by clicking the 'Buy' button next to the corresponding Material(s). After you have the required Materials, you will immediately start production. The amount of Materials/Products you produce is based on a variety of factors, one of which is your employees and their productivity.

Once you start producing Materials/Products, you can sell them in order to start earning revenue. This can be done by clicking the 'Sell' button next to the corresponding Material or Product. The amount of Material/Product you sell is dependent on a wide variety of different factors.

These are the basics of getting your Corporation up and running! Now, you can start purchasing upgrades to improve your bottom line. If you need money, consider looking for seed investors, who will give you money in exchange for stock shares. Otherwise, once you feel you are ready, take your Corporation public! Once your Corporation goes public, you can no longer find investors. Instead, your Corporation will be publicly traded and its stock price will change based on how well it's performing financially. You can then sell your stock shares in order to make money.

Tips/Pointers
-The 'Smart Supply' upgrade is extremely useful. Consider purchasing it as soon as possible.

-Purchasing Hardware, Robots, AI Cores, and Real Estate can potentially increase your production. The effects of these depend on what industry you are in.

-In order to optimize your production, you will need a good balance of Operators, Managers, and Engineers

-Different employees excel in different jobs. For example, the highly intelligent employees will probably do best if they are assigned to do Engineering work or Research & Development.

-If your employees have low morale, energy, or happiness, their production will greatly suffer.

-Tech is important, but don't neglect sales! Having several Businessmen can boost your sales and your bottom line.

-Don't forget to advertise your company. You won't have any business if nobody knows you.

-Having company awareness is great, but what's really important is your company's popularity. Try to keep your popularity as high as possible to see the biggest benefit for your sales

-Remember, you need to spend money to make money!

-Corporations do not reset when installing Augmentations, but they do reset when destroying a BitNode",s[e]=new r.a(t,e,n),t="A Brief History of Synthoids",e=i.a.HistoryOfSynthoids,n=`Synthetic androids, or Synthoids for short, are genetically engineered robots and, short of Augmentations, are composed entirely of organic substances. For this reason, Synthoids are virtually identical to humans in form, composition, and appearance.

Synthoids were first designed and manufactured by ${o.a.OmniTekIncorporated} sometime around the middle of the century. Their original purpose was to be used for manual labor and as emergency responders for disasters. As such, they were initially programmed only for their specific tasks. Each iteration that followed improved upon the intelligence and capabilities of the Synthoids. By the 6th iteration, called MK-VI, the Synthoids were so smart and capable enough of making their own decisions that many argued ${o.a.OmniTekIncorporated} had created the first sentient AI. These MK-VI Synthoids were produced in mass quantities (estimates up to 50 billion) with the hopes of increasing society's productivity and bolstering the global economy. Stemming from humanity's desire for technological advancement, optimism and excitement about the future had never been higher.

All of that excitement and optimism quickly turned to fear, panic, and dread in 2070, when a terrorist group called Ascendis Totalis hacked into ${o.a.OmniTekIncorporated} and uploaded a rogue AI into several of their Synthoid manufacturing facilities. This hack went undetected and for months ${o.a.OmniTekIncorporated} unknowingly churned out legions of Synthoids embedded with this rogue AI. Then, on December 24th, 2070, Omnica activated dormant protocols in the rogue AI, causing all of the infected Synthoids to immediately launch a military campaign to seek and destroy all of humanity.

What ensued was the deadliest conflict in human history. This crisis, now commonly known as the Synthoid Uprising, resulted in almost ten billion deaths over the course of a year. Despite the nations of the world banding together to combat the threat, the MK-VI Synthoids were simply stronger, faster, more intelligent, and more adaptable than humans, outsmarting them at every turn.

It wasn't until the sacrifice of an elite international military taskforce, called the ${o.a.Bladeburners}, that humanity was finally able to defeat the Synthoids. The ${o.a.Bladeburners}' final act was a suicide bombing mission that destroyed a large portion of the MK-VI Synthoids, including many of its leaders. In the following weeks militaries from around the world were able to round up and shut down the remaining rogue MK-VI Synthoids, ending the Synthoid Uprising.

In the aftermath of the bloodshed, the Synthoid Accords were drawn up. These Accords banned ${o.a.OmniTekIncorporated} from manufacturing any Synthoids beyond the MK-III series. They also banned any other corporation from constructing androids with advanced, near-sentient AI. MK-VI Synthoids that did not have the rogue Ascendis Totalis AI were allowed to continue their existence, but they were stripped of all rights and protections as they were not considered humans. They were also banned from doing anything that may pose a global security threat, such as working for any military/defense organization or conducting any bioengineering, computing, or robotics related research.

Unfortunately, many believe that not all of the rogue MK-VI Synthoids from the Uprising were found and destroyed, and that many of them are blending in as normal humans in society today. In response, many nations have created `+o.a.Bladeburners+" divisions, special military branches that are tasked with investigating and dealing with any Synthoid threats.

To this day, tensions still exist between the remaining Synthoids and humans as a result of the Uprising.

Nobody knows what happened to the terrorist group Ascendis Totalis.",s[e]=new r.a(t,e,n),t="A Green Tomorrow",e=i.a.AGreenTomorrow,n="Starting a few decades ago, there was a massive global movement towards the generation of renewable energy in an effort to combat global warming and climate change. The shift towards renewable energy was a big success, or so it seemed. In 2045 a staggering 80% of the world's energy came from non-renewable fossil fuels. Now, about three decades later, that number is down to only 15%. Most of the world's energy now comes from nuclear power and renewable sources such as solar and geothermal energy. Unfortunately, these efforts were not the huge success that they seem to be.

Since 2045 primary energy use has soared almost tenfold. This was mainly due to growing urban populations and the rise of increasingly advanced (and power-hungry) technology that has become ubiquitous in our lives. So, despite the fact that the percentage of our energy that comes from fossil fuels has drastically decreased, the total amount of energy we are producing from fossil fuels has actually increased.

The grim effects of our species' irresponsible use of energy and neglect of our mother world have become increasingly apparent. Last year a temperature of 190F was recorded in the Death Valley desert, which is over 50% higher than the highest recorded temperature at the beginning of the century. In the last two decades numerous major cities such as Manhattan, Boston, and Los Angeles have been partially or fully submerged by rising sea levels. In the present day, over 75% of the world's agriculture is done in climate-controlled vertical farms, as most traditional farmland has become unusable due to severe climate conditions.

Despite all of this, the greedy and corrupt corporations that rule the world have done nothing to address these problems that threaten our species. And so it's up to us, the common people. Each and every one of us can make a difference by doing what these corporations won't: taking responsibility. If we don't, pretty soon there won't be an Earth left to save. We are the last hope for a green tomorrow.",s[e]=new r.a(t,e,n),t="Alpha and Omega",e=i.a.AlphaOmega,n="Then we saw a new Heaven and a new Earth, for our first Heaven and Earth had gone away, and our sea was no more. And we saw a new holy city, new Aeria, coming down out of this new Heaven, prepared as a bride adorned for her husband. And we heard a loud voice saying, 'Behold, the new dwelling place of the Gods. We will dwell with them, and they will be our people, and we will be with them as their Gods. We will wipe away every tear from their eyes, and death shall be no more, neither shall there be mourning, nor crying, nor pain anymore, for the former things have passed away.'

And once we were seated on the throne we said 'Behold, I am making all things new.' Also we said, 'Write this down, for these words are trustworthy and true.' And we said to you, 'It is done! I am the Alpha and the Omega, the beginning and the end. To the thirsty I will give from the spring of the water of life without payment. The one who conquers will have this heritage, and we will be his God and he will be our son. But as for the cowardly, the faithless, the detestable, as for murderers, the sexually immoral, sorcerers, idolaters, and all liars, their portion will be in the lake that burns with fire and sulfur, for it is the second true death.'",s[e]=new r.a(t,e,n),t="Are We Living in a Computer Simulation?",e=i.a.SimulatedReality,n="The idea that we are living in a virtual world is not new. It's a trope that has been explored constantly in literature and pop culture. However, it is also a legitimate scientific hypothesis that many notable physicists and philosophers have debated for years.

Proponents for this simulated reality theory often point to how advanced our technology has become, as well as the incredibly fast pace at which it has advanced over the past decades. The amount of computing power available to us has increased over 100-fold since 2060 due to the development of nanoprocessors and quantum computers. Artificial Intelligence has advanced to the point where our entire lives are controlled by robots and machines that handle our day-to-day activities such as autonomous transportation and scheduling. If we consider the pace at which this technology has advanced and assume that these developments continue, it's reasonable to assume that at some point in the future our technology would be advanced enough that we could create simulations that are indistinguishable from reality. However, if continued technological advancement is a reasonable outcome, then it is very likely that such a scenario has already happened.

Statistically speaking, somewhere out there in the infinite universe there is an advanced, intelligent species that already has such technology. Who's to say that they haven't already created such a virtual reality: our own?",s[e]=new r.a(t,e,n),t="Beyond Man",e=i.a.BeyondMan,n="Humanity entered a 'transhuman' era a long time ago. And despite the protests and criticisms of many who cried out against human augmentation at the time, the transhuman movement continued and prospered. Proponents of the movement ignored the critics, arguing that it was in our inherent nature to better ourselves. To improve. To be more than we were. They claimed that not doing so would be to go against every living organism's biological purpose: evolution and survival of the fittest.

And here we are today, with technology that is advanced enough to augment humans to a state that can only be described as posthuman. But what do we have to show for it when this augmentation technology is only available to the so-called 'elite'? Are we really better off than before when only 5% of the world's population has access to this technology? When the powerful corporations and organizations of the world keep it all to themselves, have we really evolved?

Augmentation technology has only further increased the divide between the rich and the poor, between the powerful and the oppressed. We have not become 'more than human'. We have not evolved from nature's original design. We are still the greedy, corrupted, and evil men that we always were.",s[e]=new r.a(t,e,n),t="Brighter than the Sun",e=i.a.BrighterThanTheSun,n=`When people think about the corporations that dominate the East, they typically think of ${o.a.KuaiGongInternational}, which holds a complete monopoly for manufacturing and commerce in Asia, or Global Pharmaceuticals, the world's largest drug company, or ${o.a.OmniTekIncorporated}, the global leader in intelligent and autonomous robots. But there's one company that has seen a rapid rise in the last year and is poised to dominate not only the East, but the entire world: TaiYang Digital.

TaiYang Digital is a Chinese internet-technology corporation that provides services such as online advertising, search engines, gaming, media, entertainment, and cloud computing/storage. Its name TaiYang comes from the Chinese word for 'sun'. In Chinese culture, the sun is a 'yang' symbol associated with life, heat, masculinity, and heaven.

The company was founded less than 5 years ago and is already the third highest valued company in all of Asia. In 2076 it generated a total revenue of over 10 trillion yuan. It's services are used daily by over a billion people worldwide.

TaiYang Digital's meteoric rise is extremely surprising in modern society. This sort of growth is something you'd commonly see in the first half of the century, especially for tech companies. However in the last two decades the number of corporations has significantly declined as the largest entities quickly took over the economy. Corporations such as ${o.a.ECorp}, ${o.a.MegaCorp}, and ${o.a.KuaiGongInternational} have established such strong monopolies in their market sectors that they have effectively killed off all of the smaller and new corporations that have tried to start up over the years. This is what makes the rise of TaiYang Digital so impressive. And if TaiYang continues down this path, then they have a bright future ahead of them.`,s[e]=new r.a(t,e,n),t="Democracy is Dead: The Fall of an Empire",e=i.a.DemocracyIsDead,n="They rose from the shadows in the street.
From the places where the oppressed meet.
Their cries echoed loudly through the air.
As they once did in Tiananmen Square.
Loudness in the silence, Darkness in the light.
They came forth with power and might.
Once the beacon of democracy, America was first.
Its pillars of society destroyed and dispersed.
Soon the cries rose everywhere, with revolt and riot.
Until one day, finally, all was quiet.
From the ashes rose a new order, corporatocracy was its name.
Rome, Mongol, Byzantine, all of history is just the same.
For man will never change in a fundamental way.
And now democracy is dead, in the USA.",s[e]=new r.a(t,e,n),t="Figures Show Rising Crime Rates in "+a.a.Sector12,e=i.a.Sector12Crime,n=`A recent study by analytics company Wilson Inc. shows a significant rise in criminal activity in ${a.a.Sector12}. Perhaps the most alarming part of the statistic is that most of the rise is in violent crime such as homicide and assault. According to the study, the city saw a total of 21,406 reported homicides in 2076, which is over a 20% increase compared to 2075.

CIA director David Glarow says it's too early to know whether these figures indicate the beginning of a sustained increase in crime rates, or whether the year was just an unfortunate outlier. He states that many intelligence and law enforcement agents have noticed an increase in organized crime activities, and believes that these figures may be the result of an uprising from criminal organizations such as ${o.a.TheSyndicate} or the ${o.a.SlumSnakes}.`,s[e]=new r.a(t,e,n),t="Man and the Machine",e=i.a.ManAndMachine,n="In 2005 Ray Kurzweil popularized his theory of the Singularity. He predicted that the rate of technological advancement would continue to accelerate faster and faster until one day machines would be become infinitely more intelligent than humans. This point, called the Singularity, would result in a drastic transformation of the world as we know it. He predicted that the Singularity would arrive by 2045. And yet here we are, more than three decades later, where most would agree that we have not yet reached a point where computers and machines are vastly more intelligent than we are. So what gives?

The answer is that we have reached the Singularity, just not in the way we expected. The artificial superintelligence that was predicted by Kurzweil and others exists in the world today - in the form of Augmentations. Yes, those Augmentations that the rich and powerful keep to themselves enable humans to become superintelligent beings. The Singularity did not lead to a world where our machines are infinitely more intelligent than us, it led to a world where man and machine can merge to become something greater. Most of the world just doesn't know it yet.",s[e]=new r.a(t,e,n),t="Secret Societies",e=i.a.SecretSocieties,n=`The idea of secret societies has long intrigued the general public by inspiring curiosity, fascination, and distrust. People have long wondered about who these secret society members are and what they do, with the most radical of conspiracy theorists claiming that they control everything in the entire world. And while the world may never know for sure, it is likely that many secret societies do actually exist, even today.

However, the secret societies of the modern world are nothing like those that (supposedly) existed decades and centuries ago. The Freemasons, Knights Templar, and ${o.a.Illuminati}, while they may have been around at the turn of the 21st century, almost assuredly do not exist today. The dominance of the Web in our everyday lives and the fact that so much of the world is now digital has given rise to a new breed of secret societies: Internet-based ones.

Commonly called 'hacker groups', Internet-based secret societies have become well-known in today's world. Some of these, such as ${o.a.TheBlackHand}, are black hat groups that claim they are trying to help the oppressed by attacking the elite and powerful. Others, such as ${o.a.NiteSec}, are hacktivist groups that try to push political and social agendas. Perhaps the most intriguing hacker group is the mysterious ${o.a.BitRunners}, whose purpose still remains unknown.`,s[e]=new r.a(t,e,n),t="Space: The Failed Frontier",e=i.a.TheFailedFrontier,n="Humans have long dreamed about spaceflight. With enduring interest, we were driven to explore the unknown and discover new worlds. We dreamed about conquering the stars. And in our quest, we pushed the boundaries of our scientific limits, and then pushed further. Space exploration lead to the development of many important technologies and new industries.

But sometime in the middle of the 21st century, all of that changed. Humanity lost its ambitions and aspirations of exploring the cosmos. The once-large funding for agencies like NASA and the European Space Agency gradually whittled away until their eventual disbanding in the 2060's. Not even militaries are fielding flights into space nowadays. The only remnants of the once great mission for cosmic conquest are the countless satellites in near-earth orbit, used for communications, espionage, and other corporate interests.

And as we continue to look at the state of space technology, it becomes more and more apparent that we will never return to that golden age of space exploration, that age where everyone dreamed of going beyond earth for the sake of discovery.",s[e]=new r.a(t,e,n),t="Coded Intelligence: Myth or Reality?",e=i.a.CodedIntelligence,n=`Tremendous progress has been made in the field of Artificial Intelligence over the past few decades. Our autonomous vehicles and transportation systems. The electronic personal assistants that control our everyday lives. Medical, service, and manufacturing robots. All of these are examples of how far AI has come and how much it has improved our daily lives. However, the question still remains of whether AI will ever be advanced enough to re-create human intelligence.

We've certainly come close to artificial intelligence that is similar to humans. For example ${o.a.OmniTekIncorporated}'s CompanionBot, a robot meant to act as a comforting friend for lonely and grieving people, is eerily human-like in its appearance, speech, mannerisms, and even movement. However its artificial intelligence isn't the same as that of humans. Not yet. It doesn't have sentience or self-awareness or consciousness.

Many neuroscientists believe that we won't ever reach the point of creating artificial human intelligence. 'At the end of the day, AI comes down to 1's and 0's, while the human brain does not. We'll never see AI that is identical to that of humans.'`,s[e]=new r.a(t,e,n),t="Synthetic Muscles",e=i.a.SyntheticMuscles,n="Initial versions of synthetic muscles weren't made of anything organic but were actually crude devices made to mimic human muscle function. Some of the early iterations were actually made of common materials such as fishing lines and sewing threads due to their high strength for a cheap cost.

As technology progressed, however, advances in biomedical engineering paved the way for a new method of creating synthetic muscles. Instead of creating something that closely imitated the functionality of human muscle, scientists discovered a way of forcing the human body itself to augment its own muscle tissue using both synthetic and organic materials. This is typically done using gene therapy or chemical injections.",s[e]=new r.a(t,e,n),t="Tensions rise in global tech race",e=i.a.TensionsInTechRace,n=`Have we entered a new Cold War? Is WWIII just beyond the horizon?

After rumors came out that ${o.a.OmniTekIncorporated} had begun developing advanced robotic supersoldiers, geopolitical tensions quickly flared between the USA, Russia, and several Asian superpowers. In a rare show of cooperation between corporations, ${o.a.MegaCorp} and ${o.a.ECorp} have reportedly launched hundreds of new surveillance and espionage satellites. Defense contractors such as DeltaOne and AeroCorp have been working with the CIA and NSA to prepare for conflict. Meanwhile, the rest of the world sits in earnest hoping that it never reaches full-scale war. With today's technology and firepower, a World War would assuredly mean the end of human civilization.`,s[e]=new r.a(t,e,n),t="The Cost of Immortality",e=i.a.CostOfImmortality,n="Evolution and advances in medical and augmentation technology has lead to drastic improvements in human mortality rates. Recent figures show that the life expectancy for humans that live in a first-world country is about 130 years of age, almost double of what it was at the turn of the century. However, this increase in average lifespan has had some significant effects on society and culture.

Due to longer lifespans and a better quality of life, many adults are holding off on having kids until much later. As a result, the percentage of youth in first-world countries has been decreasing, while the number of senior citizens is significantly increasing.

Perhaps the most alarming result of all of this is the rapidly shrinking workforce. Despite the increase in life expectancy, the typical retirement age for workers in America has remained about the same, meaning a larger and larger percentage of people in America are retirees. Furthermore, many young adults are holding off on joining the workforce because they feel that they have plenty of time left in their lives for employment, and want to 'enjoy life while they're young.' For most industries, this shrinking workforce is not a major issue as most things are handled by robots anyways. However, there are still several key industries such as engineering and education that have not been automated, and these remain in danger to this cultural phenomenon.",s[e]=new r.a(t,e,n),t="The Hidden World",e=i.a.TheHiddenWorld,n=`WAKE UP SHEEPLE

THE GOVERNMENT DOES NOT EXIST. CORPORATIONS DO NOT RUN SOCIETY

THE ${o.a.Illuminati.toUpperCase()} ARE THE SECRET RULERS OF THE WORLD!

Yes, the ${o.a.Illuminati} of legends. The ancient secret society that controls the entire world from the shadows with their invisible hand. The group of the rich and wealthy that have penetrated every major government, financial agency, and corporation in the last three hundred years.

OPEN YOUR EYES

It was the ${o.a.Illuminati} that brought an end to democracy in the world. They are the driving force behind everything that happens.

THEY ARE ALL AROUND YOU

After destabilizing the world's governments, they are now entering the final stage of their master plan. They will secretly initiate global crises. Terrorism. Pandemics. World War. And out of the chaos that ensues they will build their New World Order.`,s[e]=new r.a(t,e,n),t="The New God",e=i.a.TheNewGod,n="Everyone has a moment in their life when they wonder about the bigger questions.

What's the point of all this? What is my purpose?

Some people dare to think even bigger.

What will the fate of the human race be?

We live in an era vastly different from that of 15 or even 20 years ago. We have gone beyond the limits of humanity. We have stripped ourselves of the tyranny of flesh.

The Singularity is here. The merging of man and machine. This is where humanity evolves into something greater. This is our future.

Embrace it, and you will obey a new god. The God in the Machine.",s[e]=new r.a(t,e,n),t="The New Triads",e=i.a.NewTriads,n=`The Triads were an ancient transnational crime syndicate based in China, Hong Kong, and other Asian territories. They were often considered one of the first and biggest criminal secret societies. While most of the branches of the Triads have been destroyed over the past few decades, the crime faction has spawned and inspired a number of other Asian crime organizations over the past few years. The most notable of these is the ${o.a.Tetrads}.

It is widely believed that the ${o.a.Tetrads} are a rogue group that splintered off from the Triads sometime in the mid 21st century. The founders of the ${o.a.Tetrads}, all of whom were ex-Triad members, believed that the Triads were losing their purpose and direction. The ${o.a.Tetrads} started off as a small group that mainly engaged in fraud and extortion. They were largely unknown until just a few years ago when they took over the illegal drug trade in all of the major Asian cities. They quickly became the most powerful crime syndicate in the continent.

Not much else is known about the ${o.a.Tetrads}, or about the efforts the Asian governments and corporations are making to take down this large new crime organization. Many believe that the ${o.a.Tetrads} have infiltrated the governments and powerful corporations in Asia, which has helped facilitate their recent rapid rise.`,s[e]=new r.a(t,e,n),t="The Secret War",e=i.a.TheSecretWar,n="",s[e]=new r.a(t,e,n)}()},function(t,e,n){"use strict";n.d(e,"a",(function(){return p}));var a=n(30),r=n(19),i=n(16),o=n(270),s=n(35),l=n(190),c=n(15),f=n(243),u=n(81),m=n(599),h=n(1),d=n(999);class p{constructor(t="",e=!1){this.facName=t,this.members=[],this.wanted=1,this.respect=1,this.isHackingGang=e,this.respectGainRate=0,this.wantedGainRate=0,this.moneyGainRate=0,this.storedCycles=0,this.storedTerritoryAndPowerCycles=0,this.territoryClashChance=0,this.territoryWarfareEngaged=!1,this.notifyMemberDeath=!0}getPower(){return u.a[this.facName].power}getTerritory(){return u.a[this.facName].territory}process(t=1){const e=1e3/c.a._idleSpeed;if(isNaN(t)&&console.error("NaN passed into Gang.process(): "+t),this.storedCycles+=t,this.storedCycles<2*e)return;const n=Math.min(this.storedCycles,5*e);try{this.processGains(n),this.processExperienceGains(n),this.processTerritoryAndPowerGains(n),this.storedCycles-=n}catch(t){console.error("Exception caught when processing Gang: "+t)}}processGains(t=1){let e=0,n=0,i=0,o=0;for(let t=0;te&&(n=1),this.wanted=n,this.wanted<1&&(this.wanted=1)}h.a.gainMoney(e*t,"gang")}processTerritoryAndPowerGains(t=1){if(this.storedTerritoryAndPowerCycles+=t,this.storedTerritoryAndPowerCycles0&&(this.territoryClashChance=Math.max(0,this.territoryClashChance-.01));const n=l.a.Names.filter(t=>u.a[t].territory>0||t===e);if(n.length>1)for(let t=0;te!==n[t]),i=Object(s.a)(0,r.length-1),o=n[t],l=r[i];if(!(o!==e&&l!==e||Math.random()t.territory).reduce((t,e)=>t+e,0);Object.values(u.a).forEach(t=>t.territory/=m)}}processExperienceGains(t=1){for(let e=0;e=0;--t){const n=this.members[t];if("Territory Warfare"!==n.task)continue;const a=e/Math.pow(n.def,.6);Math.random()=l.a.MaximumGangMembers)&&this.respect>=this.getRespectNeededToRecruitMember()}getRespectNeededToRecruitMember(){if(this.members.length<3)return 0;const t=this.members.length-2;return Math.pow(5,t)}recruitMember(t){if(""===(t=String(t))||!this.canRecruitMember())return!1;if(this.members.filter(e=>e.name===t).length>=1)return!1;const e=new m.a(t);return this.members.push(e),!0}getWantedPenalty(){return this.respect/(this.respect+this.wanted)}calculatePower(){let t=0;for(let e=0;e"Ascended Gang member "+t.name),n}catch(t){throw null==e&&Object(o.a)(t),t}}getDiscount(){const t=this.getPower(),e=this.respect,n=Math.pow(e,.01)+e/5e6+Math.pow(t,.01)+t/1e6-1;return Math.max(1,n)}getAllTaskNames(){return Object.keys(f.a).filter(t=>{const e=f.a[t];return null!=e&&("Unassigned"!==e.name&&(this.isHackingGang===e.isHacking||!this.isHackingGang===e.isCombat))})}getUpgradeCost(t){return null==t?1/0:t.cost/this.getDiscount()}toJSON(){return Object(i.b)("Gang",this)}static fromJSON(t){return Object(i.a)(p,t.data)}}i.c.constructors.Gang=p},function(t,e,n){"use strict";n.d(e,"a",(function(){return a}));const a=[{desc:"This gang member is currently idle",isCombat:!0,isHacking:!0,name:"Unassigned",params:{hackWeight:100}},{desc:"Assign this gang member to create and distribute ransomware

Earns money - Slightly increases respect - Slightly increases wanted level",isCombat:!1,isHacking:!0,name:"Ransomware",params:{baseRespect:5e-5,baseWanted:1e-4,baseMoney:3,hackWeight:100,difficulty:1}},{desc:"Assign this gang member to attempt phishing scams and attacks

Earns money - Slightly increases respect - Slightly increases wanted level",isCombat:!1,isHacking:!0,name:"Phishing",params:{baseRespect:8e-5,baseWanted:.003,baseMoney:7.5,hackWeight:85,chaWeight:15,difficulty:3.5}},{desc:"Assign this gang member to attempt identity theft

Earns money - Increases respect - Increases wanted level",isCombat:!1,isHacking:!0,name:"Identity Theft",params:{baseRespect:1e-4,baseWanted:.075,baseMoney:18,hackWeight:80,chaWeight:20,difficulty:5}},{desc:"Assign this gang member to carry out DDoS attacks

Increases respect - Increases wanted level",isCombat:!1,isHacking:!0,name:"DDoS Attacks",params:{baseRespect:4e-4,baseWanted:.2,hackWeight:100,difficulty:8}},{desc:"Assign this gang member to create and distribute malicious viruses

Increases respect - Increases wanted level",isCombat:!1,isHacking:!0,name:"Plant Virus",params:{baseRespect:6e-4,baseWanted:.4,hackWeight:100,difficulty:12}},{desc:"Assign this gang member to commit financial fraud and digital counterfeiting

Earns money - Slightly increases respect - Slightly increases wanted level",isCombat:!1,isHacking:!0,name:"Fraud & Counterfeiting",params:{baseRespect:4e-4,baseWanted:.3,baseMoney:45,hackWeight:80,chaWeight:20,difficulty:20}},{desc:"Assign this gang member to launder money

Earns money - Increases respect - Increases wanted level",isCombat:!1,isHacking:!0,name:"Money Laundering",params:{baseRespect:.001,baseWanted:1.25,baseMoney:360,hackWeight:75,chaWeight:25,difficulty:25}},{desc:"Assign this gang member to commit acts of cyberterrorism

Greatly increases respect - Greatly increases wanted level",isCombat:!1,isHacking:!0,name:"Cyberterrorism",params:{baseRespect:.01,baseWanted:6,hackWeight:80,chaWeight:20,difficulty:36}},{desc:"Assign this gang member to be an ethical hacker for corporations

Earns money - Lowers wanted level",isCombat:!1,isHacking:!0,name:"Ethical Hacking",params:{baseWanted:-.001,baseMoney:3,hackWeight:90,chaWeight:10,difficulty:1}},{desc:"Assign this gang member to mug random people on the streets

Earns money - Slightly increases respect - Very slightly increases wanted level",isCombat:!0,isHacking:!1,name:"Mug People",params:{baseRespect:5e-5,baseWanted:5e-5,baseMoney:3.6,strWeight:25,defWeight:25,dexWeight:25,agiWeight:10,chaWeight:15,difficulty:1}},{desc:"Assign this gang member to sell drugs

Earns money - Slightly increases respect - Slightly increases wanted level - Scales slightly with territory",isCombat:!0,isHacking:!1,name:"Deal Drugs",params:{baseRespect:6e-5,baseWanted:.002,baseMoney:15,agiWeight:20,dexWeight:20,chaWeight:60,difficulty:3.5,territory:{money:1.2,respect:1,wanted:1.15}}},{desc:"Assign this gang member to extort civilians in your territory

Earns money - Slightly increases respect - Increases wanted - Scales heavily with territory",isCombat:!0,isHacking:!1,name:"Strongarm Civilians",params:{baseRespect:4e-5,baseWanted:.02,baseMoney:7.5,hackWeight:10,strWeight:25,defWeight:25,dexWeight:20,agiWeight:10,chaWeight:10,difficulty:5,territory:{money:1.6,respect:1.1,wanted:1.5}}},{desc:"Assign this gang member to run cons

Earns money - Increases respect - Increases wanted level",isCombat:!0,isHacking:!1,name:"Run a Con",params:{baseRespect:12e-5,baseWanted:.05,baseMoney:45,strWeight:5,defWeight:5,agiWeight:25,dexWeight:25,chaWeight:40,difficulty:14}},{desc:"Assign this gang member to commit armed robbery on stores, banks and armored cars

Earns money - Increases respect - Increases wanted level",isCombat:!0,isHacking:!1,name:"Armed Robbery",params:{baseRespect:14e-5,baseWanted:.1,baseMoney:114,hackWeight:20,strWeight:15,defWeight:15,agiWeight:10,dexWeight:20,chaWeight:20,difficulty:20}},{desc:"Assign this gang member to traffick illegal arms

Earns money - Increases respect - Increases wanted level - Scales heavily with territory",isCombat:!0,isHacking:!1,name:"Traffick Illegal Arms",params:{baseRespect:2e-4,baseWanted:.24,baseMoney:174,hackWeight:15,strWeight:20,defWeight:20,dexWeight:20,chaWeight:25,difficulty:32,territory:{money:1.4,respect:1.3,wanted:1.25}}},{desc:"Assign this gang member to threaten and blackmail high-profile targets

Earns money - Slightly increases respect - Slightly increases wanted level",isCombat:!0,isHacking:!1,name:"Threaten & Blackmail",params:{baseRespect:2e-4,baseWanted:.125,baseMoney:72,hackWeight:25,strWeight:25,dexWeight:25,chaWeight:25,difficulty:28}},{desc:"Assign this gang member to engage in human trafficking operations

Earns money - Increases respect - Increases wanted level - Scales heavily with territory",isCombat:!0,isHacking:!1,name:"Human Trafficking",params:{baseRespect:.004,baseWanted:1.25,baseMoney:360,hackWeight:30,strWeight:5,defWeight:5,dexWeight:30,chaWeight:30,difficulty:36,territory:{money:1.5,respect:1.5,wanted:1.6}}},{desc:"Assign this gang member to commit acts of terrorism

Greatly increases respect - Greatly increases wanted level - Scales heavily with territory",isCombat:!0,isHacking:!1,name:"Terrorism",params:{baseRespect:.01,baseWanted:6,hackWeight:20,strWeight:20,defWeight:20,dexWeight:20,chaWeight:20,difficulty:36,territory:{money:1,respect:2,wanted:2}}},{desc:"Assign this gang member to be a vigilante and protect the city from criminals

Decreases wanted level",isCombat:!0,isHacking:!0,name:"Vigilante Justice",params:{baseWanted:-.001,hackWeight:20,strWeight:20,defWeight:20,dexWeight:20,agiWeight:20,difficulty:1,territory:{money:1,respect:1,wanted:.9}}},{desc:"Assign this gang member to increase their combat stats (str, def, dex, agi)",isCombat:!0,isHacking:!0,name:"Train Combat",params:{strWeight:25,defWeight:25,dexWeight:25,agiWeight:25,difficulty:100}},{desc:"Assign this gang member to train their hacking skills",isCombat:!0,isHacking:!0,name:"Train Hacking",params:{hackWeight:100,difficulty:45}},{desc:"Assign this gang member to train their charisma",isCombat:!0,isHacking:!0,name:"Train Charisma",params:{chaWeight:100,difficulty:8}},{desc:"Assign this gang member to engage in territorial warfare with other gangs. Members assigned to this task will help increase your gang's territory and will defend your territory from being taken.",isCombat:!0,isHacking:!0,name:"Territory Warfare",params:{hackWeight:15,strWeight:20,defWeight:20,dexWeight:20,agiWeight:20,chaWeight:5,difficulty:5}}]},function(t,e,n){"use strict";n.d(e,"a",(function(){return i}));var a=n(187),r=n(7);class i{constructor(t="",e=0,n=a.a.Weapon,r={}){this.name=t,this.cost=e,this.type=n,this.mults=r,this.desc=this.createDescription()}createDescription(){const t=["Effects:"];return null!=this.mults.str&&(t.push(`+${r.a.formatPercentage(this.mults.str-1,0)} strength skill`),t.push(`+${r.a.formatPercentage((this.mults.str-1)/4,2)} strength exp`)),null!=this.mults.def&&(t.push(`+${r.a.formatPercentage(this.mults.def-1,0)} defense skill`),t.push(`+${r.a.formatPercentage((this.mults.def-1)/4,2)} defense exp`)),null!=this.mults.dex&&(t.push(`+${r.a.formatPercentage(this.mults.dex-1,0)} dexterity skill`),t.push(`+${r.a.formatPercentage((this.mults.dex-1)/4,2)} dexterity exp`)),null!=this.mults.agi&&(t.push(`+${r.a.formatPercentage(this.mults.agi-1,0)} agility skill`),t.push(`+${r.a.formatPercentage((this.mults.agi-1)/4,2)} agility exp`)),null!=this.mults.cha&&(t.push(`+${r.a.formatPercentage(this.mults.cha-1,0)} charisma skill`),t.push(`+${r.a.formatPercentage((this.mults.cha-1)/4,2)} charisma exp`)),null!=this.mults.hack&&(t.push(`+${r.a.formatPercentage(this.mults.hack-1,0)} hacking skill`),t.push(`+${r.a.formatPercentage((this.mults.hack-1)/4,2)} hacking exp`)),t.join("
")}getType(){switch(this.type){case a.a.Weapon:return"Weapon";case a.a.Armor:return"Armor";case a.a.Vehicle:return"Vehicle";case a.a.Rootkit:return"Rootkit";case a.a.Augmentation:return"Augmentation";default:return""}}}},function(t,e,n){"use strict";n.d(e,"a",(function(){return r}));var a=n(5);const r={[a.a.SlumSnakes]:1,[a.a.Tetrads]:2,[a.a.TheSyndicate]:2,[a.a.TheDarkArmy]:2,[a.a.SpeakersForTheDead]:5,[a.a.NiteSec]:2,[a.a.TheBlackHand]:5}},function(t,e,n){"use strict";n.d(e,"a",(function(){return r}));class a{constructor(){this.data=[]}get size(){return this.data.length}push(t,e){const n=this.data.length;this.data[n]=[e,t],this.heapifyUp(n)}peek(){if(0!=this.data.length)return this.data[0][1]}pop(){if(0==this.data.length)return;const t=this.data[0][1];return this.data[0]=this.data[this.data.length-1],this.data.length=this.data.length-1,this.heapifyDown(0),t}changeWeight(t,e){const n=this.data.findIndex(e=>t(e[1]));if(-1==n)return;this.data[n][0]=e;const a=Math.floor((n-1)/2);this.heapOrderABeforeB(this.data[a][0],this.data[n][0])?this.heapifyDown(n):this.heapifyUp(n)}heapifyUp(t){for(;t>0;){const e=Math.floor((t-1)/2);if(this.heapOrderABeforeB(this.data[e][0],this.data[t][0]))break;const n=this.data[e];this.data[e]=this.data[t],this.data[t]=n,t=e}}heapifyDown(t){for(;t{i[t]=!0,c[t]=!0}),a.d.forEach(t=>{o[t]=!0,c[t]=!0}),a.f.forEach(t=>{s[t]=!0,c[t]=!0}),c[a.i[0]]=!0,l[a.i[0]]=!0,a.b.forEach(t=>{f[t]=!0}),a.h.forEach(t=>{m[t]=!0}),a.a.forEach(t=>{u[t]=!0}),a.k.forEach(t=>{h[t]=!0}),a.c.forEach(t=>{d[t]=!0});for(let t=0;t=t}}const p=[{key:"NukeProgram",name:"NUKE.exe",create:{level:1,tooltip:"This virus is used to gain root access to a machine if enough ports are opened.",req:d(1),time:a.a.MillisecondsPerFiveMinutes},run:(t,e)=>{if(e instanceof r.a)return e.hasAdminRights?(i.a.print("You already have root access to this computer. There is no reason to run NUKE.exe"),void i.a.print("You can now run scripts on this server.")):e.openPortCount>=e.numOpenPortsRequired?(e.hasAdminRights=!0,i.a.print("NUKE successful! Gained root access to "+e.hostname),void i.a.print("You can now run scripts on this server.")):void i.a.print("NUKE unsuccessful. Not enough ports have been opened");i.a.error("Cannot nuke this kind of server.")}},{key:"BruteSSHProgram",name:"BruteSSH.exe",create:{level:50,tooltip:"This program executes a brute force attack that opens SSH ports",req:d(50),time:2*a.a.MillisecondsPerFiveMinutes},run:(t,e)=>{e instanceof r.a?e.sshPortOpen?i.a.print("SSH Port (22) is already open!"):(e.sshPortOpen=!0,i.a.print("Opened SSH Port(22)!"),e.openPortCount++):i.a.error("Cannot run BruteSSH.exe on this kind of server.")}},{key:"FTPCrackProgram",name:"FTPCrack.exe",create:{level:100,tooltip:"This program cracks open FTP ports",req:d(100),time:a.a.MillisecondsPerHalfHour},run:(t,e)=>{e instanceof r.a?e.ftpPortOpen?i.a.print("FTP Port (21) is already open!"):(e.ftpPortOpen=!0,i.a.print("Opened FTP Port (21)!"),e.openPortCount++):i.a.error("Cannot run FTPCrack.exe on this kind of server.")}},{key:"RelaySMTPProgram",name:"relaySMTP.exe",create:{level:250,tooltip:"This program opens SMTP ports by redirecting data",req:d(250),time:a.a.MillisecondsPer2Hours},run:(t,e)=>{e instanceof r.a?e.smtpPortOpen?i.a.print("SMTP Port (25) is already open!"):(e.smtpPortOpen=!0,i.a.print("Opened SMTP Port (25)!"),e.openPortCount++):i.a.error("Cannot run relaySMTP.exe on this kind of server.")}},{key:"HTTPWormProgram",name:"HTTPWorm.exe",create:{level:500,tooltip:"This virus opens up HTTP ports",req:d(500),time:a.a.MillisecondsPer4Hours},run:(t,e)=>{e instanceof r.a?e.httpPortOpen?i.a.print("HTTP Port (80) is already open!"):(e.httpPortOpen=!0,i.a.print("Opened HTTP Port (80)!"),e.openPortCount++):i.a.error("Cannot run HTTPWorm.exe on this kind of server.")}},{key:"SQLInjectProgram",name:"SQLInject.exe",create:{level:750,tooltip:"This virus opens SQL ports",req:d(750),time:a.a.MillisecondsPer8Hours},run:(t,e)=>{e instanceof r.a?e.sqlPortOpen?i.a.print("SQL Port (1433) is already open!"):(e.sqlPortOpen=!0,i.a.print("Opened SQL Port (1433)!"),e.openPortCount++):i.a.error("Cannot run SQLInject.exe on this kind of server.")}},{key:"DeepscanV1",name:"DeepscanV1.exe",create:{level:75,tooltip:"This program allows you to use the scan-analyze command with a depth up to 5",req:d(75),time:a.a.MillisecondsPerQuarterHour},run:()=>{i.a.print("This executable cannot be run."),i.a.print("DeepscanV1.exe lets you run 'scan-analyze' with a depth up to 5.")}},{key:"DeepscanV2",name:"DeepscanV2.exe",create:{level:400,tooltip:"This program allows you to use the scan-analyze command with a depth up to 10",req:d(400),time:a.a.MillisecondsPer2Hours},run:()=>{i.a.print("This executable cannot be run."),i.a.print("DeepscanV2.exe lets you run 'scan-analyze' with a depth up to 10.")}},{key:"ServerProfiler",name:"ServerProfiler.exe",create:{level:75,tooltip:"This program is used to display hacking and Netscript-related information about servers",req:d(75),time:a.a.MillisecondsPerHalfHour},run:t=>{if(1!==t.length)return void i.a.error("Must pass a server hostname or IP as an argument for ServerProfiler.exe");const e=Object(l.d)(t[0]);null!=e?e instanceof r.a?(i.a.print(e.hostname+":"),i.a.print("Server base security level: "+e.baseDifficulty),i.a.print("Server current security level: "+e.hackDifficulty),i.a.print("Server growth rate: "+e.serverGrowth),i.a.print("Netscript hack() execution time: "+Object(s.b)(1e3*Object(m.d)(e,o.a),!0)),i.a.print("Netscript grow() execution time: "+Object(s.b)(1e3*Object(m.a)(e,o.a),!0)),i.a.print("Netscript weaken() execution time: "+Object(s.b)(1e3*Object(m.f)(e,o.a),!0))):i.a.error("ServerProfiler.exe can only be run on normal servers."):i.a.error("Invalid server IP/hostname")}},{key:"AutoLink",name:"AutoLink.exe",create:{level:25,tooltip:"This program allows you to directly connect to other servers through the 'scan-analyze' command",req:d(25),time:a.a.MillisecondsPerQuarterHour},run:()=>{i.a.print("This executable cannot be run."),i.a.print("AutoLink.exe lets you automatically connect to other servers when using 'scan-analyze'."),i.a.print("When using scan-analyze, click on a server's hostname to connect to it.")}},{key:"Formulas",name:"Formulas.exe",create:{level:1e3,tooltip:"This program allows you to use the formulas API",req:d(1e3),time:a.a.MillisecondsPer4Hours},run:()=>{i.a.print("This executable cannot be run."),i.a.print("Formulas.exe lets you use the formulas API.")}},{key:"BitFlume",name:"b1t_flum3.exe",create:{level:1,tooltip:"This program creates a portal to the BitNode Nexus (allows you to restart and switch BitNodes)",req:function(){return o.a.sourceFiles.length>0&&o.a.skills.hacking>=1},time:a.a.MillisecondsPerFiveMinutes/20},run:()=>{u.a.emit()}},{key:"Flight",name:"fl1ght.exe",create:null,run:()=>{const t=f.a.DaedalusAugsRequirement;if(!(o.a.augmentations.length>=t&&o.a.money>1e11&&o.a.skills.hacking>=2500))return i.a.print(`Augmentations: ${o.a.augmentations.length} / ${t}`),i.a.print(`Money: ${c.a.formatMoney(o.a.money)} / $100b`),void i.a.print(`Hacking skill: ${o.a.skills.hacking} / 2500`);i.a.print("We will contact you."),i.a.print(`-- ${h.a.Daedalus} --`)}}]},function(t,e,n){"use strict";n.d(e,"a",(function(){return r}));const a="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789";function r(t){let e="";for(let n=0;nv.a.MaxTerminalCapacity&&this.outputHistory.splice(0,this.outputHistory.length-v.a.MaxTerminalCapacity),f.b.emit()}print(t){this.append(new a.b(t,"primary"))}printRaw(t){this.append(new a.c(t))}error(t){this.append(new a.b(t,"error"))}success(t){this.append(new a.b(t,"success"))}info(t){this.append(new a.b(t,"info"))}warn(t){this.append(new a.b(t,"warn"))}startHack(){const t=i.a.getCurrentServer();if(t instanceof o.a)this.error("Cannot hack this kind of server");else{if(!(t instanceof s.a))throw new Error("server should be normal server");this.startAction(Object(w.d)(t,i.a)/4,"h",t)}}startGrow(){const t=i.a.getCurrentServer();if(t instanceof o.a)this.error("Cannot grow this kind of server");else{if(!(t instanceof s.a))throw new Error("server should be normal server");this.startAction(Object(w.a)(t,i.a)/16,"g",t)}}startWeaken(){const t=i.a.getCurrentServer();if(t instanceof o.a)this.error("Cannot weaken this kind of server");else{if(!(t instanceof s.a))throw new Error("server should be normal server");this.startAction(Object(w.f)(t,i.a)/16,"w",t)}}startBackdoor(){const t=i.a.getCurrentServer();if(t instanceof o.a)this.error("Cannot backdoor this kind of server");else{if(!(t instanceof s.a))throw new Error("server should be normal server");this.startAction(Object(w.d)(t,i.a)/4,"b",t)}}startAnalyze(){this.print("Analyzing system...");const t=i.a.getCurrentServer();this.startAction(1,"a",t)}startAction(t,e,n){this.action=new a.d(t,e,n)}finishHack(t,e=!1){if(e)return;if(t instanceof o.a)return void this.error("Cannot hack this kind of server");if(!(t instanceof s.a))throw new Error("server should be normal server");const n=Object(w.b)(t,i.a),a=Math.random(),l=Object(w.c)(t,i.a),c=l/4;if(a0;if(this.print("Can run scripts on this host: "+(r?"YES":"NO")),this.print("RAM: "+S.a.formatRAM(t.maxRam)),t instanceof s.a){this.print("Backdoor: "+(t.backdoorInstalled?"YES":"NO"));const n=t.requiredHackingSkill;this.print("Required hacking skill for hack() and backdoor: "+(e?"N/A":n));const a=t.hackDifficulty;this.print("Server security level: "+(e?"N/A":S.a.formatServerSecurity(a)));const r=Object(w.b)(t,i.a);this.print("Chance to hack: "+(e?"N/A":S.a.formatPercentage(r)));const o=1e3*Object(w.d)(t,i.a);this.print("Time to hack: "+(e?"N/A":Object(_.b)(o,!0)))}if(this.print("Total money available on server: "+(t instanceof s.a?S.a.formatMoney(t.moneyAvailable):"N/A")),t instanceof s.a){const n=t.numOpenPortsRequired;this.print("Required number of open ports for NUKE: "+(e?"N/A":n)),this.print("SSH port: "+(t.sshPortOpen?"Open":"Closed")),this.print("FTP port: "+(t.ftpPortOpen?"Open":"Closed")),this.print("SMTP port: "+(t.smtpPortOpen?"Open":"Closed")),this.print("HTTP port: "+(t.httpPortOpen?"Open":"Closed")),this.print("SQL port: "+(t.sqlPortOpen?"Open":"Closed"))}}}finishAction(t=!1){if(null!==this.action){if(!this.action.server)throw new Error("Missing action target server");this.print(this.getProgressText()),"h"===this.action.action?this.finishHack(this.action.server,t):"g"===this.action.action?this.finishGrow(this.action.server,t):"w"===this.action.action?this.finishWeaken(this.action.server,t):"b"===this.action.action?this.finishBackdoor(this.action.server,t):"a"===this.action.action&&this.finishAnalyze(this.action.server,t),t&&this.print("Cancelled"),this.action=null,f.b.emit()}else if(!t)throw new Error("Finish action called when there was no action")}getFile(t){return Object(u.a)(t)?this.getScript(t):t.endsWith(".lit")?this.getLitFile(t):t.endsWith(".txt")?this.getTextFile(t):null}getFilepath(t){const e=Object(d.d)(t,this.cwd());if(null==e)throw new Error("Invalid file path specified: "+t);return Object(d.h)(e)?Object(d.k)(e):e}getScript(t){const e=i.a.getCurrentServer(),n=this.getFilepath(t);for(const t of e.scripts)if(n===t.filename)return t;return null}getTextFile(t){const e=i.a.getCurrentServer(),n=this.getFilepath(t);for(const t of e.textFiles)if(n===t.fn)return t;return null}getLitFile(t){const e=i.a.getCurrentServer(),n=this.getFilepath(t);for(const t of e.messages)if("string"==typeof t&&n===t)return t;return null}cwd(){return this.currDir}setcwd(t){this.currDir=t,f.b.emit()}async runContract(t){if(this.contractOpen)return this.error("There's already a Coding Contract in Progress");const e=i.a.getCurrentServer(),n=e.getContract(t);if(null==n)return this.error("No such contract");this.contractOpen=!0;const a=await n.prompt();if(null==e.getContract(t))return this.contractOpen=!1,this.error("Contract no longer exists (Was it solved by a script?)");switch(a){case c.b.Success:if(null!==n.reward){const t=i.a.gainCodingContractReward(n.reward,n.getDifficulty());this.print("Contract SUCCESS - "+t)}e.removeContract(n);break;case c.b.Failure:++n.tries,n.tries>=n.getMaxNumTries()?(this.error("Contract FAILED - Contract is now self-destructing"),e.removeContract(n)):this.error(`Contract FAILED - ${n.getMaxNumTries()-n.tries} tries remaining`);break;case c.b.Cancelled:default:this.print("Contract cancelled")}this.contractOpen=!1}executeScanAnalyzeCommand(t=1,e=!1){this.print("~~~~~~~~~~ Beginning scan-analyze ~~~~~~~~~~"),this.print(" ");const n={};for(const t of Object(h.c)())n[t.hostname]=0;const r=[],c=[0],f=i.a.getCurrentServer();for(r.push(f);0!=r.length;){const f=r.pop();if(!f)continue;const u=c.pop();if(void 0===u)continue;const m=f instanceof o.a;if(!e&&f.purchasedByPlayer&&"home"!=f.hostname)continue;if(n[f.hostname]||u>t)continue;if(!e&&m)continue;n[f.hostname]=1;for(let t=f.serversOnNetwork.length-1;t>=0;--t){const e=Object(b.a)(f,t);null!==e&&(r.push(e),c.push(u+1))}if(0==u)continue;const h=Array(4*(u-1)+1).join("-");i.a.hasProgram(l.a.AutoLink.name)?this.append(new a.a(h,f.hostname)):this.print(h+f.hostname);const d=h+"--";let p="NO";f.hasAdminRights&&(p="YES"),f instanceof s.a&&(this.print(`${d}Root Access: ${p}${m?"":", Required hacking skill: "+f.requiredHackingSkill}`),f.hasOwnProperty("numOpenPortsRequired")&&this.print(d+"Number of open ports required to NUKE: "+f.numOpenPortsRequired)),this.print(d+"RAM: "+S.a.formatRAM(f.maxRam)),this.print(" ")}}connectToServer(t){const e=Object(h.d)(t);null!=e?(i.a.getCurrentServer().isConnectedTo=!1,i.a.currentServer=e.hostname,i.a.getCurrentServer().isConnectedTo=!0,this.print("Connected to "+e.hostname),this.setcwd("/"),"darkweb"==i.a.getCurrentServer().hostname&&Object(p.c)()):this.error("Invalid server. Connection failed.")}executeCommands(t){t=(t=t.trim()).replace(/\s\s+/g," "),this.commandHistory[this.commandHistory.length-1]!=t&&(this.commandHistory.push(t),this.commandHistory.length>50&&this.commandHistory.splice(0,1),i.a.terminalCommandHistory=this.commandHistory),this.commandHistoryIndex=this.commandHistory.length;const e=Object(y.b)(t);for(let t=0;tthis.clear(),cls:()=>this.clear(),connect:R.a,cp:N.a,download:P.a,expr:I.a,free:F.a,grow:D.a,hack:j.a,help:B.a,history:G.a,home:W.a,hostname:H.a,kill:U.a,killall:q.a,ls:$.a,lscpu:K.a,mem:z.a,mv:V.a,nano:Y.a,ps:J.a,rm:X.a,run:Q.a,scan:Z.a,scp:et.a,sudov:nt.a,tail:at.a,apr1:ft.a,top:rt.a,unalias:it.a,vim:ot.a,weaken:st.a,wget:lt.a}[a.toLowerCase()];r?r(e.slice(1),n):this.error(`Command ${e[0]} not found`)}getProgressText(){if(null===this.action)throw new Error("trying to get the progress text when there's no action");return Object(k.a)({progress:(this.action.time-this.action.timeLeft)/this.action.time,totalTicks:50})}}},,,,,,,,,,,,,,,,,,,,function(t,e,n){"use strict";function a(t){const e="(25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)";return new RegExp(`^${e}.${e}.${e}.${e}$`).test(t)}n.d(e,"a",(function(){return a}))},function(t,e,n){"use strict";n.d(e,"a",(function(){return i}));var a=n(9),r=n(163);function i(t){0!==t.length?1===t.length&&Object(r.e)(t[0]+"")?a.a.print("Set alias "+t[0]):2===t.length&&"-g"===t[0]&&Object(r.e)(t[1]+"",!0)?a.a.print("Set global alias "+t[1]):a.a.error('Incorrect usage of alias command. Usage: alias [-g] [aliasname="value"]'):Object(r.f)()}},function(t,e,n){"use strict";n.d(e,"a",(function(){return r}));var a=n(9);function r(t){0===t.length?a.a.startAnalyze():a.a.error("Incorrect usage of analyze command. Usage: analyze")}},function(t,e,n){"use strict";n.d(e,"a",(function(){return s}));var a=n(9),r=n(1),i=n(46),o=n(93);function s(t,e){if(0!==t.length)return void a.a.error("Incorrect usage of backdoor command. Usage: backdoor");e instanceof i.a||a.a.error("Can only backdoor normal servers");const n=e;n.purchasedByPlayer?a.a.error("Cannot use backdoor on your own machines! You are currently connected to your home PC or one of your purchased servers"):n.hasAdminRights?n.requiredHackingSkill>r.a.skills.hacking?a.a.error("Your hacking skill is not high enough to use backdoor on this machine. Try analyzing the machine to determine the required hacking skill"):n instanceof o.a?a.a.error("Cannot use backdoor on this type of Server"):a.a.startBackdoor():a.a.error("You do not have admin rights for this machine! Cannot backdoor")}},function(t,e,n){"use strict";n.d(e,"a",(function(){return o}));var a=n(9),r=n(1),i=n(496);function o(t){if(!r.a.hasTorRouter())return void a.a.error("You need to be able to connect to the Dark Web to use the buy command. (Maybe there's a TOR router you can buy somewhere)");if(1!=t.length)return a.a.print("Incorrect number of arguments. Usage: "),a.a.print("buy -l"),a.a.print("buy -a"),void a.a.print("buy [item name]");const e=t[0]+"";"-l"==e||"-1"==e||"--list"==e?Object(i.d)():"-a"==e||"--all"==e?Object(i.a)():Object(i.b)(e)}},function(t,e,n){"use strict";n.d(e,"a",(function(){return l}));var a=n(9),r=n(353),i=n(467),o=n(19),s=n(251);function l(t,e){if(1!==t.length)return void a.a.error("Incorrect usage of cat command. Usage: cat [file]");const n=t[0]+"",l=a.a.getFilepath(n);if(l.endsWith(".msg")||l.endsWith(".lit")||l.endsWith(".txt")||l.endsWith(".script")||l.endsWith(".js")){if(l.endsWith(".msg")||l.endsWith(".lit"))for(let t=0;t
${t.code}`)}a.a.error("No such file "+l)}else a.a.error("Only .msg, .txt, .lit, .script and .js files are viewable with cat (filename must end with .msg, .txt, .lit, .script or .js)")}},function(t,e,n){"use strict";n.d(e,"a",(function(){return o}));var a=n(9),r=n(77),i=n(611);function o(t,e){if(t.length>1)a.a.error("Incorrect number of arguments. Usage: cd [dir]");else{let n=1===t.length?t[0]+"":"/",o="";if("/"===n)o="/";else{if(n=Object(r.l)(n),o=Object(r.c)(n,a.a.cwd()),null===o||""===o)return void a.a.error("Invalid path. Failed to change directories");if(a.a.cwd().length>1&&".."===n)return void a.a.setcwd(o);if(!Object(i.a)(e,o))return void a.a.error("Invalid path. Failed to change directories")}a.a.setcwd(o)}}},function(t,e,n){"use strict";n.d(e,"a",(function(){return o}));var a=n(9),r=n(265),i=n(95);function o(t,e){if(t.length<1)a.a.error("Incorrect number of arguments. Usage: check [script] [arg1] [arg2]...");else{const n=a.a.getFilepath(t[0]+"");if(!Object(i.a)(n))return void a.a.error(`'check' can only be called on scripts files (filename must end with ${i.b.join(", ")})`);const o=Object(r.a)(n,t.slice(1),e);if(null==o)return void a.a.error(`No script named ${n} is running on the server`);o.displayLog()}}},function(t,e,n){"use strict";n.d(e,"a",(function(){return s}));var a=n(9),r=n(141),i=n(26),o=n(46);function s(t,e){if(1!==t.length)return void a.a.error("Incorrect usage of connect command. Usage: connect [hostname]");const n=t[0]+"";for(let t=0;tr.a.skills.hacking?a.a.error("Your hacking skill is not high enough to attempt hacking this machine. Try analyzing the machine to determine the required hacking skill"):a.a.startGrow():a.a.error("You do not have admin rights for this machine! Cannot grow")}},function(t,e,n){"use strict";n.d(e,"a",(function(){return o}));var a=n(9),r=n(1),i=n(46);function o(t,e){if(0!==t.length)return void a.a.error("Incorrect usage of hack command. Usage: hack");e instanceof i.a||a.a.error("Cannot hack your own machines! You are currently connected to your home PC or one of your purchased servers");const n=e;n.purchasedByPlayer?a.a.error("Cannot hack your own machines! You are currently connected to your home PC or one of your purchased servers"):n.hasAdminRights?n.requiredHackingSkill>r.a.skills.hacking?a.a.error("Your hacking skill is not high enough to attempt hacking this machine. Try analyzing the machine to determine the required hacking skill"):a.a.startHack():a.a.error("You do not have admin rights for this machine! Cannot hack")}},function(t,e,n){"use strict";n.d(e,"a",(function(){return i}));var a=n(9),r=n(542);function i(t){if(0===t.length||1===t.length)if(0===t.length)r.b.forEach(t=>a.a.print(t));else{const e=t[0]+"",n=r.a[e];if(null==n)return void a.a.error("No help topics match '"+e+"'");n.forEach(t=>a.a.print(t))}else a.a.error("Incorrect usage of help command. Usage: help")}},function(t,e,n){"use strict";n.d(e,"a",(function(){return i}));var a=n(9),r=n(1);function i(t){if(0===t.length)return void a.a.commandHistory.forEach((t,e)=>{a.a.print(`${e.toString().padStart(2)} ${t}`)});const e=t[0]+"";"-c"===e||"--clear"===e?(r.a.terminalCommandHistory=[],a.a.commandHistory=[],a.a.commandHistoryIndex=1):a.a.error("Incorrect usage of history command. usage: history [-c]")}},function(t,e,n){"use strict";n.d(e,"a",(function(){return i}));var a=n(9),r=n(1);function i(t){0===t.length?(r.a.getCurrentServer().isConnectedTo=!1,r.a.currentServer=r.a.getHomeComputer().hostname,r.a.getCurrentServer().isConnectedTo=!0,a.a.print("Connected to home"),a.a.setcwd("/")):a.a.error("Incorrect usage of home command. Usage: home")}},function(t,e,n){"use strict";n.d(e,"a",(function(){return r}));var a=n(9);function r(t,e){0===t.length?a.a.print(e.hostname):a.a.error("Incorrect usage of hostname command. Usage: hostname")}},function(t,e,n){"use strict";n.d(e,"a",(function(){return i}));var a=n(9),r=n(162);function i(t,e){try{if(t.length<1)return void a.a.error("Incorrect usage of kill command. Usage: kill [scriptname] [arg1] [arg2]...");if("boolean"==typeof t[0])return;if("number"==typeof t[0]){const e=t[0];return void(Object(r.a)(e)?a.a.print("Killing script with PID "+e):a.a.error(`Failed to kill script with PID ${e}. No such script is running`))}const n=a.a.getFilepath(t[0]),i=e.getRunningScript(n,t.slice(1));if(null==i)return void a.a.error("No such script is running. Nothing to kill");Object(r.a)({runningScript:i,hostname:e.hostname}),a.a.print("Killing "+n)}catch(t){a.a.error(t+"")}}},function(t,e,n){"use strict";function a(t,e,n){return e in t?Object.defineProperty(t,e,{value:n,enumerable:!0,configurable:!0,writable:!0}):t[e]=n,t}n.d(e,"a",(function(){return r}));class r{constructor(){a(this,"stopFlag",!1),a(this,"runningFn",""),a(this,"vars",null)}}},function(t,e,n){"use strict";n.d(e,"a",(function(){return i}));var a=n(106),r=n(11);const i=[{b:!0,initPrice:{max:28e3,min:17e3},marketCap:24e11,mv:{divisor:100,max:50,min:40},name:r.a.AevumECorp,otlkMag:19,spreadPerc:{divisor:10,max:5,min:1},shareTxForMovement:{max:9e4,min:3e4},symbol:a.a[r.a.AevumECorp]},{b:!0,initPrice:{max:34e3,min:24e3},marketCap:24e11,mv:{divisor:100,max:50,min:40},name:r.a.Sector12MegaCorp,otlkMag:19,spreadPerc:{divisor:10,max:5,min:1},shareTxForMovement:{max:9e4,min:3e4},symbol:a.a[r.a.Sector12MegaCorp]},{b:!0,initPrice:{max:25e3,min:12e3},marketCap:16e11,mv:{divisor:100,max:80,min:70},name:r.a.Sector12BladeIndustries,otlkMag:13,spreadPerc:{divisor:10,max:6,min:1},shareTxForMovement:{max:9e4,min:3e4},symbol:a.a[r.a.Sector12BladeIndustries]},{b:!0,initPrice:{max:25e3,min:1e4},marketCap:15e11,mv:{divisor:100,max:75,min:65},name:r.a.AevumClarkeIncorporated,otlkMag:12,spreadPerc:{divisor:10,max:5,min:1},shareTxForMovement:{max:9e4,min:3e4},symbol:a.a[r.a.AevumClarkeIncorporated]},{b:!0,initPrice:{max:43e3,min:32e3},marketCap:18e11,mv:{divisor:100,max:70,min:60},name:r.a.VolhavenOmniTekIncorporated,otlkMag:12,spreadPerc:{divisor:10,max:6,min:1},shareTxForMovement:{max:9e4,min:3e4},symbol:a.a[r.a.VolhavenOmniTekIncorporated]},{b:!0,initPrice:{max:8e4,min:5e4},marketCap:2e12,mv:{divisor:100,max:110,min:100},name:r.a.Sector12FourSigma,otlkMag:17,spreadPerc:{divisor:10,max:10,min:1},shareTxForMovement:{max:9e4,min:3e4},symbol:a.a[r.a.Sector12FourSigma]},{b:!0,initPrice:{max:28e3,min:16e3},marketCap:19e11,mv:{divisor:100,max:85,min:75},name:r.a.ChongqingKuaiGongInternational,otlkMag:10,spreadPerc:{divisor:10,max:7,min:1},shareTxForMovement:{max:9e4,min:3e4},symbol:a.a[r.a.ChongqingKuaiGongInternational]},{b:!0,initPrice:{max:36e3,min:29e3},marketCap:2e12,mv:{divisor:100,max:130,min:120},name:r.a.AevumFulcrumTechnologies,otlkMag:16,spreadPerc:{divisor:10,max:10,min:1},shareTxForMovement:{max:9e4,min:3e4},symbol:a.a[r.a.AevumFulcrumTechnologies]},{b:!0,initPrice:{max:25e3,min:2e4},marketCap:12e11,mv:{divisor:100,max:90,min:80},name:r.a.IshimaStormTechnologies,otlkMag:7,spreadPerc:{divisor:10,max:10,min:2},shareTxForMovement:{max:108e3,min:36e3},symbol:a.a[r.a.IshimaStormTechnologies]},{b:!0,initPrice:{max:19e3,min:6e3},marketCap:9e11,mv:{divisor:100,max:70,min:60},name:r.a.NewTokyoDefComm,otlkMag:10,spreadPerc:{divisor:10,max:10,min:2},shareTxForMovement:{max:108e3,min:36e3},symbol:a.a[r.a.NewTokyoDefComm]},{b:!0,initPrice:{max:18e3,min:1e4},marketCap:825e9,mv:{divisor:100,max:65,min:55},name:r.a.VolhavenHeliosLabs,otlkMag:9,spreadPerc:{divisor:10,max:10,min:2},shareTxForMovement:{max:108e3,min:36e3},symbol:a.a[r.a.VolhavenHeliosLabs]},{b:!0,initPrice:{max:14e3,min:8e3},marketCap:1e12,mv:{divisor:100,max:80,min:70},name:r.a.NewTokyoVitaLife,otlkMag:7,spreadPerc:{divisor:10,max:10,min:2},shareTxForMovement:{max:108e3,min:36e3},symbol:a.a[r.a.NewTokyoVitaLife]},{b:!0,initPrice:{max:24e3,min:12e3},marketCap:8e11,mv:{divisor:100,max:70,min:60},name:r.a.Sector12IcarusMicrosystems,otlkMag:7.5,spreadPerc:{divisor:10,max:10,min:3},shareTxForMovement:{max:108e3,min:36e3},symbol:a.a[r.a.Sector12IcarusMicrosystems]},{b:!0,initPrice:{max:29e3,min:16e3},marketCap:9e11,mv:{divisor:100,max:60,min:50},name:r.a.Sector12UniversalEnergy,otlkMag:10,spreadPerc:{divisor:10,max:10,min:2},shareTxForMovement:{max:108e3,min:36e3},symbol:a.a[r.a.Sector12UniversalEnergy]},{b:!0,initPrice:{max:17e3,min:8e3},marketCap:64e10,mv:{divisor:100,max:65,min:55},name:r.a.AevumAeroCorp,otlkMag:6,spreadPerc:{divisor:10,max:10,min:3},shareTxForMovement:{max:126e3,min:42e3},symbol:a.a[r.a.AevumAeroCorp]},{b:!0,initPrice:{max:15e3,min:6e3},marketCap:6e11,mv:{divisor:100,max:75,min:65},name:r.a.VolhavenOmniaCybersystems,otlkMag:4.5,spreadPerc:{divisor:10,max:11,min:4},shareTxForMovement:{max:126e3,min:42e3},symbol:a.a[r.a.VolhavenOmniaCybersystems]},{b:!0,initPrice:{max:28e3,min:14e3},marketCap:705e9,mv:{divisor:100,max:80,min:70},name:r.a.ChongqingSolarisSpaceSystems,otlkMag:8.5,spreadPerc:{divisor:10,max:12,min:4},shareTxForMovement:{max:126e3,min:42e3},symbol:a.a[r.a.ChongqingSolarisSpaceSystems]},{b:!0,initPrice:{max:3e4,min:12e3},marketCap:695e9,mv:{divisor:100,max:65,min:55},name:r.a.NewTokyoGlobalPharmaceuticals,otlkMag:10.5,spreadPerc:{divisor:10,max:10,min:4},shareTxForMovement:{max:126e3,min:42e3},symbol:a.a[r.a.NewTokyoGlobalPharmaceuticals]},{b:!0,initPrice:{max:27e3,min:15e3},marketCap:6e11,mv:{divisor:100,max:80,min:70},name:r.a.IshimaNovaMedical,otlkMag:5,spreadPerc:{divisor:10,max:11,min:4},shareTxForMovement:{max:126e3,min:42e3},symbol:a.a[r.a.IshimaNovaMedical]},{b:!0,initPrice:{max:8500,min:4e3},marketCap:45e10,mv:{divisor:100,max:260,min:240},name:r.a.AevumWatchdogSecurity,otlkMag:1.5,spreadPerc:{divisor:10,max:12,min:5},shareTxForMovement:{max:54e3,min:12e3},symbol:a.a[r.a.AevumWatchdogSecurity]},{b:!0,initPrice:{max:8e3,min:4500},marketCap:3e11,mv:{divisor:100,max:135,min:115},name:r.a.VolhavenLexoCorp,otlkMag:6,spreadPerc:{divisor:10,max:12,min:5},shareTxForMovement:{max:108e3,min:36e3},symbol:a.a[r.a.VolhavenLexoCorp]},{b:!0,initPrice:{max:7e3,min:2e3},marketCap:18e10,mv:{divisor:100,max:70,min:50},name:r.a.AevumRhoConstruction,otlkMag:1,spreadPerc:{divisor:10,max:10,min:3},shareTxForMovement:{max:126e3,min:6e4},symbol:a.a[r.a.AevumRhoConstruction]},{b:!0,initPrice:{max:8500,min:4e3},marketCap:24e10,mv:{divisor:100,max:205,min:175},name:r.a.Sector12AlphaEnterprises,otlkMag:10,spreadPerc:{divisor:10,max:16,min:5},shareTxForMovement:{max:9e4,min:3e4},symbol:a.a[r.a.Sector12AlphaEnterprises]},{b:!0,initPrice:{max:8e3,min:3e3},marketCap:2e11,mv:{divisor:100,max:170,min:150},name:r.a.VolhavenSysCoreSecurities,otlkMag:3,spreadPerc:{divisor:10,max:12,min:5},shareTxForMovement:{max:9e4,min:15e3},symbol:a.a[r.a.VolhavenSysCoreSecurities]},{b:!0,initPrice:{max:6e3,min:1e3},marketCap:185e9,mv:{divisor:100,max:100,min:80},name:r.a.VolhavenCompuTek,otlkMag:4,spreadPerc:{divisor:10,max:12,min:4},shareTxForMovement:{max:126e3,min:6e4},symbol:a.a[r.a.VolhavenCompuTek]},{b:!0,initPrice:{max:5e3,min:1e3},marketCap:58e9,mv:{divisor:100,max:400,min:200},name:r.a.AevumNetLinkTechnologies,otlkMag:1,spreadPerc:{divisor:10,max:20,min:5},shareTxForMovement:{max:54e3,min:18e3},symbol:a.a[r.a.AevumNetLinkTechnologies]},{b:!0,initPrice:{max:8e3,min:1e3},marketCap:6e10,mv:{divisor:100,max:110,min:90},name:r.a.IshimaOmegaSoftware,otlkMag:.5,spreadPerc:{divisor:10,max:13,min:4},shareTxForMovement:{max:9e4,min:3e4},symbol:a.a[r.a.IshimaOmegaSoftware]},{b:!1,initPrice:{max:4500,min:500},marketCap:45e9,mv:{divisor:100,max:80,min:70},name:r.a.Sector12FoodNStuff,otlkMag:1,spreadPerc:{divisor:10,max:10,min:6},shareTxForMovement:{max:18e4,min:6e4},symbol:a.a[r.a.Sector12FoodNStuff]},{b:!0,initPrice:{max:3500,min:1500},marketCap:3e10,mv:{divisor:100,max:275,min:100},name:"Sigma Cosmetics",otlkMag:0,spreadPerc:{divisor:10,max:14,min:6},shareTxForMovement:{max:7e4,min:2e4},symbol:a.a["Sigma Cosmetics"]},{b:!0,initPrice:{max:1500,min:250},marketCap:42e9,mv:{divisor:100,max:350,min:200},name:r.a.Sector12JoesGuns,otlkMag:1,spreadPerc:{divisor:10,max:14,min:6},shareTxForMovement:{max:52e3,min:15e3},symbol:a.a[r.a.Sector12JoesGuns]},{b:!0,initPrice:{max:1500,min:250},marketCap:1e11,mv:{divisor:100,max:175,min:120},name:"Catalyst Ventures",otlkMag:13.5,spreadPerc:{divisor:10,max:14,min:5},shareTxForMovement:{max:72e3,min:24e3},symbol:a.a["Catalyst Ventures"]},{b:!0,initPrice:{max:3e4,min:15e3},marketCap:36e10,mv:{divisor:100,max:80,min:70},name:"Microdyne Technologies",otlkMag:8,spreadPerc:{divisor:10,max:10,min:3},shareTxForMovement:{max:216e3,min:9e4},symbol:a.a["Microdyne Technologies"]},{b:!0,initPrice:{max:24e3,min:12e3},marketCap:42e10,mv:{divisor:100,max:70,min:50},name:"Titan Laboratories",otlkMag:11,spreadPerc:{divisor:10,max:10,min:2},shareTxForMovement:{max:216e3,min:9e4},symbol:a.a["Titan Laboratories"]}]},function(t,e,n){"use strict";n.d(e,"a",(function(){return r}));var a=n(6);function r(){const t=[];return{write:e=>(t.push(e),t.length>a.a.MaxPortCapacity?t.shift():null),tryWrite:e=>!(t.length>=a.a.MaxPortCapacity)&&(t.push(e),!0),read:()=>0===t.length?"NULL PORT DATA":t.shift(),peek:()=>{if(0===t.length)return"NULL PORT DATA";return t.slice()[0]},full:()=>t.length==a.a.MaxPortCapacity,empty:()=>0===t.length,clear:()=>{t.length=0}}}},,function(t,e,n){"use strict";n.d(e,"a",(function(){return f}));var a=n(5),r=n(190),i=n(1),o=n(81),s=n(243),l=n(231),c=n(2);function f(){const t=function(t){if(!i.a.gang)throw c.b.makeRuntimeErrorMsg(t,"Must have joined gang","API ACCESS");return i.a.gang},e=function(e,n){const a=t(e);for(const t of a.members)if(t.name===n)return t;throw c.b.makeRuntimeErrorMsg(e,`Invalid gang member: '${n}'`)};return{createGang:t=>e=>{const n=c.b.string(t,"faction",e);if(!i.a.canAccessGang()||!r.a.Names.includes(n))return!1;if(i.a.gang)return!1;if(!i.a.factions.includes(n))return!1;const o=n===a.a.NiteSec||n===a.a.TheBlackHand;return i.a.startGang(n,o),!0},inGang:()=>()=>!!i.a.gang,getMemberNames:e=>()=>t(e).members.map(t=>t.name),getGangInformation:e=>()=>{const n=t(e);return{faction:n.facName,isHacking:n.isHackingGang,moneyGainRate:n.moneyGainRate,power:n.getPower(),respect:n.respect,respectGainRate:n.respectGainRate,territory:n.getTerritory(),territoryClashChance:n.territoryClashChance,territoryWarfareEngaged:n.territoryWarfareEngaged,wantedLevel:n.wanted,wantedLevelGainRate:n.wantedGainRate,wantedPenalty:n.getWantedPenalty()}},getOtherGangInformation:e=>()=>{t(e);const n={};for(const t of Object.keys(o.a))n[t]=Object.assign({},o.a[t]);return n},getMemberInformation:n=>a=>{const r=c.b.string(n,"memberName",a),i=t(n),o=e(n,r);return{name:o.name,task:o.task,earnedRespect:o.earnedRespect,hack:o.hack,str:o.str,def:o.def,dex:o.dex,agi:o.agi,cha:o.cha,hack_exp:o.hack_exp,str_exp:o.str_exp,def_exp:o.def_exp,dex_exp:o.dex_exp,agi_exp:o.agi_exp,cha_exp:o.cha_exp,hack_mult:o.hack_mult,str_mult:o.str_mult,def_mult:o.def_mult,dex_mult:o.dex_mult,agi_mult:o.agi_mult,cha_mult:o.cha_mult,hack_asc_mult:o.calculateAscensionMult(o.hack_asc_points),str_asc_mult:o.calculateAscensionMult(o.str_asc_points),def_asc_mult:o.calculateAscensionMult(o.def_asc_points),dex_asc_mult:o.calculateAscensionMult(o.dex_asc_points),agi_asc_mult:o.calculateAscensionMult(o.agi_asc_points),cha_asc_mult:o.calculateAscensionMult(o.cha_asc_points),hack_asc_points:o.hack_asc_points,str_asc_points:o.str_asc_points,def_asc_points:o.def_asc_points,dex_asc_points:o.dex_asc_points,agi_asc_points:o.agi_asc_points,cha_asc_points:o.cha_asc_points,upgrades:o.upgrades.slice(),augmentations:o.augmentations.slice(),respectGain:o.calculateRespectGain(i),wantedLevelGain:o.calculateWantedLevelGain(i),moneyGain:o.calculateMoneyGain(i)}},canRecruitMember:e=>()=>t(e).canRecruitMember(),recruitMember:e=>n=>{const a=c.b.string(e,"memberName",n),r=t(e).recruitMember(a);return r?e.workerScript.log("gang.recruitMember",()=>`Successfully recruited Gang Member '${a}'`):e.workerScript.log("gang.recruitMember",()=>`Failed to recruit Gang Member '${a}'`),r},getTaskNames:e=>()=>{const n=t(e).getAllTaskNames();return n.unshift("Unassigned"),n},setMemberTask:n=>(a,r)=>{const i=c.b.string(n,"memberName",a),o=c.b.string(n,"taskName",r),s=t(n),l=e(n,i);if(!s.getAllTaskNames().includes(o))return n.workerScript.log("gang.setMemberTask",()=>`Failed to assign Gang Member '${i}' to Invalid task '${o}'. '${i}' is now Unassigned`),l.assignToTask("Unassigned");const f=l.assignToTask(o);return f?n.workerScript.log("gang.setMemberTask",()=>`Successfully assigned Gang Member '${i}' to '${o}' task`):n.workerScript.log("gang.setMemberTask",()=>`Failed to assign Gang Member '${i}' to '${o}' task. '${i}' is now Unassigned`),f},getTaskStats:e=>n=>{const a=c.b.string(e,"taskName",n);t(e);const r=function(t,e){const n=s.a[e];if(!n)throw c.b.makeRuntimeErrorMsg(t,`Invalid task: '${e}'`);return n}(e,a),i=Object.assign({},r);return i.territory=Object.assign({},r.territory),i},getEquipmentNames:e=>()=>(t(e),Object.keys(l.a)),getEquipmentCost:e=>n=>{const a=c.b.string(e,"equipName",n),r=t(e),i=l.a[a];return null===i?1/0:r.getUpgradeCost(i)},getEquipmentType:e=>n=>{const a=c.b.string(e,"equipName",n);t(e);const r=l.a[a];return null==r?"":r.getType()},getEquipmentStats:e=>n=>{const a=c.b.string(e,"equipName",n);t(e);const r=l.a[a];if(!r)throw c.b.makeRuntimeErrorMsg(e,"Invalid equipment: "+a);const i=r.mults;return Object.assign({},i)},purchaseEquipment:n=>(a,r)=>{const i=c.b.string(n,"memberName",a),o=c.b.string(n,"equipName",r);t(n);const s=e(n,i),f=l.a[o];if(!f)return!1;const u=s.buyUpgrade(f);return u?n.workerScript.log("gang.purchaseEquipment",()=>`Purchased '${o}' for Gang member '${i}'`):n.workerScript.log("gang.purchaseEquipment",()=>`Failed to purchase '${o}' for Gang member '${i}'`),u},ascendMember:n=>a=>{const r=c.b.string(n,"memberName",a),i=t(n),o=e(n,r);if(o.canAscend())return i.ascendMember(o,n.workerScript)},getAscensionResult:n=>a=>{const r=c.b.string(n,"memberName",a);t(n);const i=e(n,r);if(i.canAscend())return{respect:i.earnedRespect,...i.getAscensionResults()}},setTerritoryWarfare:e=>n=>{const a=!!n,r=t(e);a?(r.territoryWarfareEngaged=!0,e.workerScript.log("gang.setTerritoryWarfare",()=>"Engaging in Gang Territory Warfare")):(r.territoryWarfareEngaged=!1,e.workerScript.log("gang.setTerritoryWarfare",()=>"Disengaging in Gang Territory Warfare"))},getChanceToWinClash:e=>n=>{const a=c.b.string(e,"otherGang",n),r=t(e);if(null==o.a[a])throw c.b.makeRuntimeErrorMsg(e,"Invalid gang: "+a);const i=o.a[r.facName].power;return i/(o.a[a].power+i)},getBonusTime:e=>()=>{const n=t(e);return 1e3*Math.round(n.storedCycles/5)}}}},function(t,e,n){"use strict";n.d(e,"a",(function(){return m}));var a=n(1),r=n(72),i=n(17),o=n(394),s=n(251),l=n(256),c=n(306),f=n(266),u=n(2);function m(){const t=function(t){if(10!==a.a.bitNodeN&&!a.a.sourceFileLvl(10))throw u.b.makeRuntimeErrorMsg(t,"You do not currently have access to the Sleeve API. This is either because you are not in BitNode-10 or because you do not have Source-File 10")},e=function(t,e){if(e>=a.a.sleeves.length||e<0){const n="Invalid sleeve number: "+e;throw u.b.log(t,()=>n),u.b.makeRuntimeErrorMsg(t,n)}},n=function(t){const e=a.a.sleeves[t];return{shock:100-e.shock,sync:e.sync,memory:e.memory,hacking:e.skills.hacking,strength:e.skills.strength,defense:e.skills.defense,dexterity:e.skills.dexterity,agility:e.skills.agility,charisma:e.skills.charisma}};return{getNumSleeves:e=>()=>(t(e),a.a.sleeves.length),setToShockRecovery:n=>r=>{const i=u.b.number(n,"sleeveNumber",r);return t(n),e(n,i),a.a.sleeves[i].shockRecovery()},setToSynchronize:n=>r=>{const i=u.b.number(n,"sleeveNumber",r);return t(n),e(n,i),a.a.sleeves[i].synchronize()},setToCommitCrime:n=>(r,i)=>{const s=u.b.number(n,"sleeveNumber",r),l=u.b.string(n,"crimeName",i);t(n),e(n,s);const c=Object(o.b)(l);return null!==c&&a.a.sleeves[s].commitCrime(c.name)},setToUniversityCourse:n=>(r,i,o)=>{const s=u.b.number(n,"sleeveNumber",r),l=u.b.string(n,"universityName",i),c=u.b.string(n,"className",o);return t(n),e(n,s),a.a.sleeves[s].takeUniversityCourse(l,c)},travel:n=>(r,o)=>{const l=u.b.number(n,"sleeveNumber",r),c=u.b.string(n,"cityName",o);if(t(n),e(n,l),Object(s.a)(i.a,c))return a.a.sleeves[l].travel(c);throw u.b.makeRuntimeErrorMsg(n,`Invalid city name: '${c}'.`)},setToCompanyWork:n=>(r,i)=>{const o=u.b.number(n,"sleeveNumber",r),s=u.b.string(n,"companyName",i);t(n),e(n,o);for(let t=0;t(r,i,o)=>{const s=u.b.number(n,"sleeveNumber",r),l=u.b.string(n,"factionName",i),f=u.b.string(n,"workType",o);t(n),e(n,s);for(let t=0;t(r,i,o)=>{const s=u.b.number(n,"sleeveNumber",r),l=u.b.string(n,"gymName",i),c=u.b.string(n,"stat",o);return t(n),e(n,s),a.a.sleeves[s].workoutAtGym(l,c)},getSleeveStats:a=>r=>{const i=u.b.number(a,"sleeveNumber",r);return t(a),e(a,i),n(i)},getTask:n=>r=>{const i=u.b.number(n,"sleeveNumber",r);t(n),e(n,i);const o=a.a.sleeves[i];return null===o.currentWork?null:o.currentWork.APICopy()},getInformation:n=>r=>{const i=u.b.number(n,"sleeveNumber",r);t(n),e(n,i);const o=a.a.sleeves[i];return{tor:!1,city:o.city,hp:o.hp,jobs:Object.keys(a.a.jobs),jobTitle:Object.values(a.a.jobs),mult:{agility:o.mults.agility,agilityExp:o.mults.agility_exp,charisma:o.mults.charisma,charismaExp:o.mults.charisma_exp,companyRep:o.mults.company_rep,crimeMoney:o.mults.crime_money,crimeSuccess:o.mults.crime_success,defense:o.mults.defense,defenseExp:o.mults.defense_exp,dexterity:o.mults.dexterity,dexterityExp:o.mults.dexterity_exp,factionRep:o.mults.faction_rep,hacking:o.mults.hacking,hackingExp:o.mults.hacking_exp,strength:o.mults.strength,strengthExp:o.mults.strength_exp,workMoney:o.mults.work_money}}},getSleeveAugmentations:n=>r=>{const i=u.b.number(n,"sleeveNumber",r);t(n),e(n,i);const o=[];for(let t=0;tr=>{const i=u.b.number(n,"sleeveNumber",r);t(n),e(n,i);const o=a.a.sleeves[i].findPurchasableAugs(),s=[];for(let t=0;t(o,s)=>{const l=u.b.number(i,"sleeveNumber",o),c=u.b.string(i,"augName",s);if(t(i),e(i,l),n(l).shock>0)throw u.b.makeRuntimeErrorMsg(i,"Sleeve shock too high: Sleeve "+l);const f=r.a[c];if(!f)throw u.b.makeRuntimeErrorMsg(i,"Invalid aug: "+c);return a.a.sleeves[l].tryBuyAugmentation(f)},getSleeveAugmentationPrice:e=>n=>{t(e);const a=u.b.string(e,"augName",n);return r.a[a].baseCost},getSleeveAugmentationRepReq:e=>n=>{t(e);const a=u.b.string(e,"augName",n);return r.a[a].getCost().repCost},setToBladeburnerAction:n=>(r,i,o)=>{const s=u.b.number(n,"sleeveNumber",r),c=u.b.string(n,"action",i);let f;if(f=void 0===o?"------":u.b.string(n,"contract",o),t(n),e(n,s),"Take on contracts"===c)for(let t=0;t()=>a.a.karma},openDevMenu:()=>()=>{o.b.emit()},exploit:()=>()=>{a.a.giveExploit(r.a.UndocumentedFunctionCall)},bypass:t=>e=>{const n=e;n.completely_unused_field=void 0;const i=document;i.completely_unused_field=void 0,i.completely_unused_field=!0,n.completely_unused_field&&1.6===t.workerScript.ramUsage&&a.a.giveExploit(r.a.Bypass),n.completely_unused_field=void 0,i.completely_unused_field=void 0},alterReality:()=>()=>{let t=!1;const e=function(n){0!==n&&(t=!t,e(n-1))};e(2),console.warn("I am sure that this variable is false."),!1!==t&&(console.warn("Reality has been altered!"),a.a.giveExploit(r.a.RealityAlteration))},rainbow:t=>e=>!!i.compareSync(s.b.string(t,"guess",e),"$2a$10$aertxDEkgor8baVtQDZsLuMwwGYmkRM/ohcA6FjmmzIHQeTCsrCcO")&&(a.a.giveExploit(r.a.INeedARainbow),!0)}}},,function(t,e,n){"use strict";n.d(e,"a",(function(){return u}));var a=n(1),r=n(42),i=n(58),o=n(93),s=n(227),l=n(244),c=n(26),f=n(2);function u(){const t=function(t,e){if(e<0||e>=a.a.hacknetNodes.length)throw f.b.makeRuntimeErrorMsg(t,"Index specified for Hacknet Node is out-of-bounds: "+e);if(Object(i.g)()){const n=a.a.hacknetNodes[e];if("string"!=typeof n)throw new Error("hacknet node was not a string");const r=Object(c.d)(n);if(!(r instanceof o.a))throw new Error("hacknet server was not actually hacknet server");if(null==r)throw f.b.makeRuntimeErrorMsg(t,`Could not get Hacknet Server for index ${e}. This is probably a bug, please report to game dev`);return r}{const t=a.a.hacknetNodes[e];if(!(t instanceof s.a))throw new Error("hacknet node was not node.");return t}};return{numNodes:()=>()=>a.a.hacknetNodes.length,maxNumNodes:()=>()=>Object(i.g)()?r.b.MaxServers:1/0,purchaseNode:()=>()=>Object(i.l)(),getPurchaseNodeCost:()=>()=>Object(i.g)()?Object(i.b)():Object(i.a)(),getNodeStats:e=>n=>{const a=f.b.number(e,"i",n),r=t(e,a),s=Object(i.g)(),l={name:r instanceof o.a?r.hostname:r.name,level:r.level,ram:r instanceof o.a?r.maxRam:r.ram,cores:r.cores,production:r instanceof o.a?r.hashRate:r.moneyGainRatePerSecond,timeOnline:r.onlineTimeSeconds,totalProduction:r instanceof o.a?r.totalHashesGenerated:r.totalMoneyGenerated};return s&&r instanceof o.a&&(l.cache=r.cache,l.hashCapacity=r.hashCapacity,l.ramUsed=r.ramUsed),l},upgradeLevel:e=>(n,a=1)=>{const r=f.b.number(e,"i",n),o=f.b.number(e,"n",a),s=t(e,r);return Object(i.n)(s,o)},upgradeRam:e=>(n,a=1)=>{const r=f.b.number(e,"i",n),o=f.b.number(e,"n",a),s=t(e,r);return Object(i.o)(s,o)},upgradeCore:e=>(n,a=1)=>{const r=f.b.number(e,"i",n),o=f.b.number(e,"n",a),s=t(e,r);return Object(i.k)(s,o)},upgradeCache:e=>(n,a=1)=>{const r=f.b.number(e,"i",n),s=f.b.number(e,"n",a);if(!Object(i.g)())return!1;const l=t(e,r);if(!(l instanceof o.a))return f.b.log(e,()=>"Can only be called on hacknet servers"),!1;const c=Object(i.j)(l,s);return c&&Object(i.p)(),c},getLevelUpgradeCost:e=>(n,r=1)=>{const i=f.b.number(e,"i",n),o=f.b.number(e,"n",r);return t(e,i).calculateLevelUpgradeCost(o,a.a.mults.hacknet_node_level_cost)},getRamUpgradeCost:e=>(n,r=1)=>{const i=f.b.number(e,"i",n),o=f.b.number(e,"n",r);return t(e,i).calculateRamUpgradeCost(o,a.a.mults.hacknet_node_ram_cost)},getCoreUpgradeCost:e=>(n,r=1)=>{const i=f.b.number(e,"i",n),o=f.b.number(e,"n",r);return t(e,i).calculateCoreUpgradeCost(o,a.a.mults.hacknet_node_core_cost)},getCacheUpgradeCost:e=>(n,a=1)=>{const r=f.b.number(e,"i",n),s=f.b.number(e,"n",a);if(!Object(i.g)())return 1/0;const l=t(e,r);return l instanceof o.a?l.calculateCacheUpgradeCost(s):(f.b.log(e,()=>"Can only be called on hacknet servers"),-1)},numHashes:()=>()=>Object(i.g)()?a.a.hashManager.hashes:0,hashCapacity:()=>()=>Object(i.g)()?a.a.hashManager.capacity:0,hashCost:t=>(e,n=1)=>{const r=f.b.string(t,"upgName",e),o=f.b.number(t,"count",n);return Object(i.g)()?a.a.hashManager.getUpgradeCost(r,o):1/0},spendHashes:t=>(e,n="",a=1)=>{const r=f.b.string(t,"upgName",e),o=f.b.string(t,"upgTarget",n),s=f.b.number(t,"count",a);return!!Object(i.g)()&&Object(i.m)(r,o,s)},getHashUpgrades:()=>()=>Object(i.g)()?Object.values(l.a).map(t=>t.name):[],getHashUpgradeLevel:t=>e=>{const n=f.b.string(t,"upgName",e),r=a.a.hashManager.upgrades[n];if(void 0===r)throw f.b.makeRuntimeErrorMsg(t,"Invalid Hash Upgrade: "+n);return r},getStudyMult:()=>()=>Object(i.g)()?a.a.hashManager.getStudyMult():1,getTrainingMult:()=>()=>Object(i.g)()?a.a.hashManager.getTrainingMult():1}}},function(t,e,n){"use strict";function a(t,e,n){return e in t?Object.defineProperty(t,e,{value:n,enumerable:!0,configurable:!0,writable:!0}):t[e]=n,t}n.d(e,"a",(function(){return r}));class r{constructor(t){a(this,"costPerLevel",0),a(this,"desc",""),a(this,"hasTargetServer",!1),a(this,"name",""),a(this,"value",0),a(this,"effectText",()=>null),null!=t.cost&&(this.cost=t.cost),null!=t.effectText&&(this.effectText=t.effectText),this.costPerLevel=t.costPerLevel,this.desc=t.desc,this.hasTargetServer=!!t.hasTargetServer&&t.hasTargetServer,this.name=t.name,this.value=t.value}getCost(t,e=1){if("number"==typeof this.cost)return this.cost*e;const n=.5*e*(e+2*t+1);return this.costPerLevel*n}}},function(t,e,n){"use strict";n.d(e,"a",(function(){return s}));var a=n(0),r=n.n(a),i=n(7),o=n(24);const s=[{cost:4,costPerLevel:4,desc:"Sell hashes for $1m",name:"Sell for Money",effectText:t=>r.a.createElement(r.a.Fragment,null,"Sold for ",r.a.createElement(o.a,{money:1e6*t})),value:1e6},{costPerLevel:100,desc:"Sell hashes for $1b in Corporation funds",name:"Sell for Corporation Funds",effectText:t=>r.a.createElement(r.a.Fragment,null,"Sold for ",r.a.createElement(o.a,{money:1e9*t})," Corporation funds."),value:1e9},{costPerLevel:50,desc:"Use hashes to decrease the minimum security of a single server by 2%. Note that a server's minimum security cannot go below 1. This effect persists until you install Augmentations (since servers are reset at that time).",hasTargetServer:!0,name:"Reduce Minimum Security",value:.98},{costPerLevel:50,desc:"Use hashes to increase the maximum amount of money on a single server by 2%. Note that a server's maximum money is soft capped above $10t. This effect persists until you install Augmentations (since servers are reset at that time).",hasTargetServer:!0,name:"Increase Maximum Money",value:1.02},{costPerLevel:50,desc:"Use hashes to improve the experience earned when studying at a university by 20%. This effect persists until you install Augmentations",name:"Improve Studying",effectText:t=>r.a.createElement(r.a.Fragment,null,"Improves studying by ",20*t,"%"),value:20},{costPerLevel:50,desc:"Use hashes to improve the experience earned when training at the gym by 20%. This effect persists until you install Augmentations",name:"Improve Gym Training",effectText:t=>r.a.createElement(r.a.Fragment,null,"Improves training by ",20*t,"%"),value:20},{costPerLevel:200,desc:"Exchange hashes for 1k Scientific Research in all of your Corporation's Industries",name:"Exchange for Corporation Research",effectText:t=>r.a.createElement(r.a.Fragment,null,"Acquired a total of ",t,"k Scientific Research in your industries."),value:1e3},{costPerLevel:250,desc:"Exchange hashes for 100 Bladeburner Rank",name:"Exchange for Bladeburner Rank",effectText:t=>r.a.createElement(r.a.Fragment,null,"Acquired a total of ",i.a.format(100*t,"0a")," Bladeburner rank"),value:100},{costPerLevel:250,desc:"Exchanges hashes for 10 Bladeburner Skill Points",name:"Exchange for Bladeburner SP",effectText:t=>r.a.createElement(r.a.Fragment,null,"Acquired a total of ",i.a.format(10*t,"0a")," Bladeburner Skill Points"),value:10},{costPerLevel:200,desc:"Generate a random Coding Contract somewhere on the network",name:"Generate Coding Contract",effectText:t=>r.a.createElement(r.a.Fragment,null,"Generated ",t," contracts."),value:1}]},function(t,e,n){"use strict";n.d(e,"a",(function(){return h}));var a=n(1),r=n(105),i=n(121),o=n(64),s=n(13),l=n(114),c=n(5),f=n(101),u=n(30),m=n(2);function h(){function t(t){if(!a.a.hasAugmentation(s.a.StaneksGift1,!0))throw m.b.makeRuntimeErrorMsg(t,"Stanek's Gift is not installed")}return{giftWidth:e=>function(){return t(e),r.c.width()},giftHeight:e=>function(){return t(e),r.c.height()},chargeFragment:e=>function(n,a){const i=m.b.number(e,"rootX",n),s=m.b.number(e,"rootY",a);t(e);const l=r.c.findFragment(i,s);if(!l)throw m.b.makeRuntimeErrorMsg(e,`No fragment with root (${i}, ${s}).`);if(l.fragment().type==o.b.Booster)throw m.b.makeRuntimeErrorMsg(e,`The fragment with root (${i}, ${s}) is a Booster Fragment and thus cannot be charged.`);const c=r.c.inBonus()?200:1e3;return m.b.netscriptDelay(e,c).then((function(){return r.c.charge(l,e.workerScript.scriptRef.threads),m.b.log(e,()=>`Charged fragment with ${e.workerScript.scriptRef.threads} threads.`),Promise.resolve()}))},fragmentDefinitions:e=>function(){return t(e),m.b.log(e,()=>`Returned ${i.c.length} fragments`),i.c.map(t=>t.copy())},activeFragments:e=>function(){return t(e),m.b.log(e,()=>`Returned ${r.c.fragments.length} fragments`),r.c.fragments.map(t=>({...t.copy(),...t.fragment().copy()}))},clearGift:e=>function(){t(e),m.b.log(e,()=>"Cleared Stanek's Gift."),r.c.clear()},canPlaceFragment:e=>function(n,a,o,s){const l=m.b.number(e,"rootX",n),c=m.b.number(e,"rootY",a),f=m.b.number(e,"rotation",o),u=m.b.number(e,"fragmentId",s);t(e);const h=Object(i.b)(u);if(!h)throw m.b.makeRuntimeErrorMsg(e,"Invalid fragment id: "+u);return r.c.canPlace(l,c,f,h)},placeFragment:e=>function(n,a,o,s){const l=m.b.number(e,"rootX",n),c=m.b.number(e,"rootY",a),f=m.b.number(e,"rotation",o),u=m.b.number(e,"fragmentId",s);t(e);const h=Object(i.b)(u);if(!h)throw m.b.makeRuntimeErrorMsg(e,"Invalid fragment id: "+u);return r.c.place(l,c,f,h)},getFragment:e=>function(n,a){const i=m.b.number(e,"rootX",n),o=m.b.number(e,"rootY",a);t(e);const s=r.c.findFragment(i,o);if(void 0!==s)return s.copy()},removeFragment:e=>function(n,a){const i=m.b.number(e,"rootX",n),o=m.b.number(e,"rootY",a);return t(e),r.c.delete(i,o)},acceptGift:t=>function(){return a.a.canAccessCotMG()&&0==a.a.augmentations.filter(t=>t.name!==s.a.NeuroFluxGovernor).length&&0==a.a.queuedAugmentations.filter(t=>t.name!==s.a.NeuroFluxGovernor).length&&(Object(f.d)(u.a[c.a.ChurchOfTheMachineGod]),a.a.hasAugmentation(s.a.StaneksGift1)||a.a.queuedAugmentations.some(t=>t.name===s.a.StaneksGift1)||(Object(l.a)({name:s.a.StaneksGift1,level:1}),m.b.log(t,()=>`'${c.a.ChurchOfTheMachineGod}' joined and '${s.a.StaneksGift1}' installed.`))),u.a[c.a.ChurchOfTheMachineGod].isMember&&a.a.hasAugmentation(s.a.StaneksGift1,!0)}}}},function(t,e,n){"use strict";n.d(e,"a",(function(){return r}));var a=n(25);function r(t,e,n,r){return 1+Math.log(t+1)/60*Math.pow((e+1)/5,.07)*n*r*a.a.StaneksGiftPowerMultiplier}},function(t,e,n){"use strict";n.d(e,"a",(function(){return u}));var a=n(164),r=n(499),i=n(399),o=n(5),s=n(30),l=n(251),c=n(11),f=n(2);function u(){const t=Object.values(a.a).filter(t=>t.infiltrationData);return{getPossibleLocations:()=>()=>t.map(t=>{var e;return{city:null!==(e=t.city)&&void 0!==e?e:"",name:String(t.name)}}),getInfiltration:t=>e=>{const n=f.b.string(t,"location",e);return((t,e)=>{if(!Object(l.a)(c.a,e))throw new Error(`Location '${e}' does not exists.`);const n=a.a[e];if(void 0===n)throw f.b.makeRuntimeErrorMsg(t,`Location '${n}' does not exists.`);if(void 0===n.infiltrationData)throw f.b.makeRuntimeErrorMsg(t,`Location '${n}' does not provide infiltrations.`);const u=n.infiltrationData.startingSecurityLevel,m=Object(r.a)(u),h=Object(r.b)(u),d=n.infiltrationData.maxClearanceLevel;return{location:JSON.parse(JSON.stringify(n)),reward:{tradeRep:Object(i.c)(h,d,u),sellCash:Object(i.b)(h,d,u),SoARep:Object(i.a)(s.a[o.a.ShadowsOfAnarchy],u)},difficulty:m}})(t,n)}}}},function(t,e,n){"use strict";n.d(e,"a",(function(){return i}));var a=n(11);function r(t,e,n){return e in t?Object.defineProperty(t,e,{value:n,enumerable:!0,configurable:!0,writable:!0}):t[e]=n,t}class i{constructor(t){r(this,"city",null),r(this,"costMult",0),r(this,"expMult",0),r(this,"name",a.a.Void),r(this,"types",[]),r(this,"techVendorMaxRam",0),r(this,"techVendorMinRam",0),t.city&&(this.city=t.city),t.costMult&&(this.costMult=t.costMult),t.expMult&&(this.expMult=t.expMult),t.infiltrationData&&(this.infiltrationData=t.infiltrationData),t.name&&(this.name=t.name),t.types&&(this.types=t.types),t.techVendorMaxRam&&(this.techVendorMaxRam=t.techVendorMaxRam),t.techVendorMinRam&&(this.techVendorMinRam=t.techVendorMinRam)}}},function(t,e,n){"use strict";n.d(e,"a",(function(){return u}));var a=n(6),r=n(175),i=n(104),o=n(464),s=n(15),l=n(252),c=n(9),f=n(2);function u(){return{windowSize:()=>()=>[window.innerWidth,window.innerHeight],getTheme:()=>()=>({...a.a.theme}),getStyles:()=>()=>({...a.a.styles}),setTheme:t=>e=>{const n=/^(#)((?:[A-Fa-f0-9]{2}){3,4}|(?:[A-Fa-f0-9]{3}))$/,i={...a.a.theme},o=[];for(const t of Object.keys(e)){var s;i[t]?n.test(null!==(s=e[t])&&void 0!==s?s:"")?i[t]=e[t]:o.push(`Invalid color "${t}": ${e[t]}`):o.push(`Invalid key "${t}"`)}0===o.length?(Object.assign(a.a.theme,i),r.b.emit(),f.b.log(t,()=>"Successfully set theme")):f.b.log(t,()=>"Failed to set theme. Errors: "+o.join(", "))},setStyles:t=>e=>{const n={...a.a.styles},i=[];for(const t of Object.keys(e))n[t]?n[t]=e[t]:i.push(`Invalid key "${t}"`);0===i.length?(Object.assign(a.a.styles,n),r.b.emit(),f.b.log(t,()=>"Successfully set styles")):f.b.log(t,()=>"Failed to set styles. Errors: "+i.join(", "))},resetTheme:t=>()=>{a.a.theme={...i.a},r.b.emit(),f.b.log(t,()=>"Reinitialized theme to default")},resetStyles:t=>()=>{a.a.styles={...o.a},r.b.emit(),f.b.log(t,()=>"Reinitialized styles to default")},getGameInfo:()=>()=>({version:s.a.VersionString,commit:Object(l.a)(),platform:navigator.userAgent.toLowerCase().indexOf(" electron/")>-1?"Steam":"Browser"}),clearTerminal:t=>()=>{f.b.log(t,()=>"Clearing terminal"),c.a.clear()}}}},function(t,e,n){"use strict";n.d(e,"a",(function(){return l}));var a=n(1),r=n(465),i=n(25),o=n(137),s=n(2);function l(){const t=function(t){e(t)},e=function(t){if(!(7===a.a.bitNodeN||a.a.sourceFiles.some(t=>7===t.n)))throw s.b.makeRuntimeErrorMsg(t,"You have not unlocked the bladeburner API.","API ACCESS");const e=a.a.bladeburner;if(!e)throw s.b.makeRuntimeErrorMsg(t,"You must be a member of the Bladeburner division to use this API.");return e},n=function(t,e){const n=a.a.bladeburner;if(null===n)throw new Error("Must have joined bladeburner");if(!n.cities.hasOwnProperty(e))throw s.b.makeRuntimeErrorMsg(t,"Invalid city: "+e)},l=function(t,e,n){const r=a.a.bladeburner;if(null===r)throw new Error("Must have joined bladeburner");const i=r.getActionIdFromTypeAndName(e,n);if(!i)throw s.b.makeRuntimeErrorMsg(t,`Invalid action type='${e}', name='${n}'`);const o=r.getActionObject(i);if(!o)throw s.b.makeRuntimeErrorMsg(t,`Invalid action type='${e}', name='${n}'`);return o};return{getContractNames:t=>()=>e(t).getContractNamesNetscriptFn(),getOperationNames:t=>()=>e(t).getOperationNamesNetscriptFn(),getBlackOpNames:t=>()=>e(t).getBlackOpNamesNetscriptFn(),getBlackOpRank:e=>n=>{const a=s.b.string(e,"blackOpName",n);t(e);const r=l(e,"blackops",a);if(!(r instanceof o.a))throw new Error("action was not a black operation");return r.reqdRank},getGeneralActionNames:t=>()=>e(t).getGeneralActionNamesNetscriptFn(),getSkillNames:t=>()=>e(t).getSkillNamesNetscriptFn(),startAction:t=>(n,a)=>{const r=s.b.string(t,"type",n),i=s.b.string(t,"name",a),o=e(t);try{return o.startActionNetscriptFn(r,i,t.workerScript)}catch(e){throw s.b.makeRuntimeErrorMsg(t,String(e))}},stopBladeburnerAction:t=>()=>e(t).resetAction(),getCurrentAction:t=>()=>{const n=e(t);return n.getTypeAndNameFromActionId(n.action)},getActionTime:t=>(n,r)=>{const i=s.b.string(t,"type",n),o=s.b.string(t,"name",r),l=e(t);try{const e=l.getActionTimeNetscriptFn(a.a,i,o);if("string"==typeof e){const e=`Invalid action: type='${i}' name='${o}'`;return s.b.log(t,()=>e),-1}return e}catch(e){throw s.b.makeRuntimeErrorMsg(t,String(e))}},getActionCurrentTime:t=>()=>{const n=e(t);try{return 1e3*Math.min(n.actionTimeCurrent+n.actionTimeOverflow,n.actionTimeToComplete)}catch(e){throw s.b.makeRuntimeErrorMsg(t,String(e))}},getActionEstimatedSuccessChance:t=>(n,r)=>{const i=s.b.string(t,"type",n),o=s.b.string(t,"name",r),l=e(t);try{const e=l.getActionEstimatedSuccessChanceNetscriptFn(a.a,i,o);if("string"==typeof e){const e=`Invalid action: type='${i}' name='${o}'`;return s.b.log(t,()=>e),[-1,-1]}return e}catch(e){throw s.b.makeRuntimeErrorMsg(t,String(e))}},getActionRepGain:e=>(n,a,r)=>{const o=s.b.string(e,"type",n),c=s.b.string(e,"name",a),f=s.b.number(e,"level",r);t(e);const u=l(e,o,c);let m;return m=null==f||isNaN(f)?Math.pow(u.rewardFac,u.level-1):Math.pow(u.rewardFac,f-1),u.rankGain*m*i.a.BladeburnerRank},getActionCountRemaining:t=>(n,a)=>{const r=s.b.string(t,"type",n),i=s.b.string(t,"name",a),o=e(t);try{return o.getActionCountRemainingNetscriptFn(r,i,t.workerScript)}catch(e){throw s.b.makeRuntimeErrorMsg(t,String(e))}},getActionMaxLevel:e=>(n,a)=>{const r=s.b.string(e,"type",n),i=s.b.string(e,"name",a);t(e);return l(e,r,i).maxLevel},getActionCurrentLevel:e=>(n,a)=>{const r=s.b.string(e,"type",n),i=s.b.string(e,"name",a);t(e);return l(e,r,i).level},getActionAutolevel:e=>(n,a)=>{const r=s.b.string(e,"type",n),i=s.b.string(e,"name",a);t(e);return l(e,r,i).autoLevel},setActionAutolevel:e=>(n,a,r=!0)=>{const i=s.b.string(e,"type",n),o=s.b.string(e,"name",a),c=!!r;t(e);l(e,i,o).autoLevel=c},setActionLevel:e=>(n,a,r=1)=>{const i=s.b.string(e,"type",n),o=s.b.string(e,"name",a),c=s.b.number(e,"level",r);t(e);const f=l(e,i,o);if(c<1||c>f.maxLevel)throw s.b.makeRuntimeErrorMsg(e,`Level must be between 1 and ${f.maxLevel}, is ${c}`);f.level=c},getRank:t=>()=>e(t).rank,getSkillPoints:t=>()=>e(t).skillPoints,getSkillLevel:t=>n=>{const a=s.b.string(t,"skillName",n),r=e(t);try{return r.getSkillLevelNetscriptFn(a,t.workerScript)}catch(e){throw s.b.makeRuntimeErrorMsg(t,String(e))}},getSkillUpgradeCost:t=>(n,a=1)=>{const r=s.b.string(t,"skillName",n),i=s.b.number(t,"count",a),o=e(t);try{return o.getSkillUpgradeCostNetscriptFn(r,i,t.workerScript)}catch(e){throw s.b.makeRuntimeErrorMsg(t,String(e))}},upgradeSkill:t=>(n,a=1)=>{const r=s.b.string(t,"skillName",n),i=s.b.number(t,"count",a),o=e(t);try{return o.upgradeSkillNetscriptFn(r,i,t.workerScript)}catch(e){throw s.b.makeRuntimeErrorMsg(t,String(e))}},getTeamSize:t=>(n,a)=>{const r=s.b.string(t,"type",n),i=s.b.string(t,"name",a),o=e(t);try{return o.getTeamSizeNetscriptFn(r,i,t.workerScript)}catch(e){throw s.b.makeRuntimeErrorMsg(t,String(e))}},setTeamSize:t=>(n,a,r)=>{const i=s.b.string(t,"type",n),o=s.b.string(t,"name",a),l=s.b.number(t,"size",r),c=e(t);try{return c.setTeamSizeNetscriptFn(i,o,l,t.workerScript)}catch(e){throw s.b.makeRuntimeErrorMsg(t,String(e))}},getCityEstimatedPopulation:e=>r=>{const i=s.b.string(e,"cityName",r);t(e),n(e,i);const o=a.a.bladeburner;if(null===o)throw new Error("Should not be called without Bladeburner");return o.cities[i].popEst},getCityCommunities:e=>r=>{const i=s.b.string(e,"cityName",r);t(e),n(e,i);const o=a.a.bladeburner;if(null===o)throw new Error("Should not be called without Bladeburner");return o.cities[i].comms},getCityChaos:e=>r=>{const i=s.b.string(e,"cityName",r);t(e),n(e,i);const o=a.a.bladeburner;if(null===o)throw new Error("Should not be called without Bladeburner");return o.cities[i].chaos},getCity:t=>()=>e(t).city,switchCity:e=>r=>{const i=s.b.string(e,"cityName",r);t(e),n(e,i);const o=a.a.bladeburner;if(null===o)throw new Error("Should not be called without Bladeburner");return o.city=i,!0},getStamina:t=>()=>{const n=e(t);return[n.stamina,n.maxStamina]},joinBladeburnerFaction:t=>()=>e(t).joinBladeburnerFactionNetscriptFn(t.workerScript),joinBladeburnerDivision:t=>()=>(7===a.a.bitNodeN||a.a.sourceFileLvl(7)>0)&&(0!==i.a.BladeburnerRank&&(!!a.a.bladeburner||(a.a.skills.strength>=100&&a.a.skills.defense>=100&&a.a.skills.dexterity>=100&&a.a.skills.agility>=100?(a.a.bladeburner=new r.a,s.b.log(t,()=>"You have been accepted into the Bladeburner division"),!0):(s.b.log(t,()=>"You do not meet the requirements for joining the Bladeburner division"),!1)))),getBonusTime:t=>()=>{const n=e(t);return 1e3*Math.round(n.storedCycles/5)}}}},function(t,e,n){"use strict";n.d(e,"a",(function(){return s}));var a=n(1),r=n(2),i=n(600),o=n(315);function s(){const t=function(t,e,n,a){const i=r.b.getServer(t,n).getContract(a);if(null==i)throw r.b.makeRuntimeErrorMsg(t,`Cannot find contract '${a}' on server '${n}'`);return i};return{attempt:e=>(n,i,o=e.workerScript.hostname,{returnReward:s}={returnReward:!1})=>{const l=r.b.string(e,"filename",i),c=r.b.string(e,"hostname",o),f=t(e,0,c,l);if("number"!=typeof n&&"string"!=typeof n&&!Array.isArray(n))throw new Error("The answer provided was not a number, string, or array");const u="string"==typeof n?n:JSON.stringify(n),m=f.reward,h=r.b.getServer(e,c);if(f.isSolution(u)){const t=a.a.gainCodingContractReward(m,f.getDifficulty());return r.b.log(e,()=>`Successfully completed Coding Contract '${l}'. Reward: ${t}`),h.removeContract(l),!s||t}return++f.tries,f.tries>=f.getMaxNumTries()?(r.b.log(e,()=>`Coding Contract attempt '${l}' failed. Contract is now self-destructing`),h.removeContract(l)):r.b.log(e,()=>`Coding Contract attempt '${l}' failed. ${f.getMaxNumTries()-f.tries} attempts remaining.`),!!s&&""},getContractType:e=>(n,a=e.workerScript.hostname)=>{const i=r.b.string(e,"filename",n),o=r.b.string(e,"hostname",a);return t(e,0,o,i).getType()},getData:e=>(n,a=e.workerScript.hostname)=>{const i=r.b.string(e,"filename",n),o=r.b.string(e,"hostname",a),s=t(e,0,o,i).getData();if(Array.isArray(s)){const t=s.slice();for(let e=0;e(n,a=e.workerScript.hostname)=>{const i=r.b.string(e,"filename",n),o=r.b.string(e,"hostname",a);return t(e,0,o,i).getDescription()},getNumTriesRemaining:e=>(n,a=e.workerScript.hostname)=>{const i=r.b.string(e,"filename",n),o=r.b.string(e,"hostname",a),s=t(e,0,o,i);return s.getMaxNumTries()-s.tries},createDummyContract:t=>e=>{const n=r.b.string(t,"type",e);Object(o.b)(n)},getContractTypes:()=>()=>i.a.map(t=>t.name)}}},function(t,e,n){"use strict";n.d(e,"a",(function(){return p}));var a=n(1),r=n(60),i=n(271),o=n(391),s=n(43),l=n(52),c=n(36),f=n(307),u=n(30),m=n(25),h=n(2),d=n(251);function p(){function t(t){const e=n(),a=Object.values(i.b).find(e=>e.name===t);if(void 0===a)throw new Error(`No upgrade named '${t}'`);const r=a.index;return 1===e.unlockUpgrades[r]}function e(t,e){return void 0!==t.researched[e]&&t.researched[e]}function n(){const t=a.a.corporation;if(null===t)throw new Error("cannot be called without a corporation");return t}function p(t){const e=n().divisions.find(e=>e.name===t);if(void 0===e)throw new Error(`No division named '${t}'`);return e}function g(t,e){const n=p(t);if(!(e in n.offices))throw new Error(`Invalid city name '${e}'`);const a=n.offices[e];if(0===a)throw new Error(`${n.name} has not expanded to '${e}'`);return a}function b(t,e){const n=p(t);if(!(e in n.warehouses))throw new Error(`Invalid city name '${e}'`);const a=n.warehouses[e];if(0===a)throw new Error(`${n.name} has not expanded to '${e}'`);return a}function y(t,e,n){const a=b(t,e),r=n.replace(/ /g,""),i=a.materials[r];if(void 0===i)throw new Error(`Invalid material name: '${n}'`);return i}function E(t,e){const n=p(t).products[e];if(void 0===n)throw new Error(`Invalid product name: '${e}'`);return n}function v(t,e){if(null===a.a.corporation)throw h.b.makeRuntimeErrorMsg(t,"Must own a corporation.");if(e&&!a.a.corporation.unlockUpgrades[e])throw h.b.makeRuntimeErrorMsg(t,"You do not have access to this API.")}function k(t){const e=[];for(const n of Object.values(t.offices))0!==n&&e.push(n.loc);return{name:t.name,type:t.type,awareness:t.awareness,popularity:t.popularity,prodMult:t.prodMult,research:t.sciResearch.qty,lastCycleRevenue:t.lastCycleRevenue,lastCycleExpenses:t.lastCycleExpenses,thisCycleRevenue:t.thisCycleRevenue,thisCycleExpenses:t.thisCycleExpenses,upgrades:[0,t.numAdVerts],cities:e,products:void 0===t.products?[]:Object.keys(t.products),makesProducts:t.makesProducts}}return{...{getPurchaseWarehouseCost:t=>()=>(v(t,7),c.a.WarehouseInitialCost),getUpgradeWarehouseCost:t=>(e,n,a=1)=>{v(t,7);const i=h.b.string(t,"divisionName",e),o=h.b.city(t,"cityName",n),s=h.b.number(t,"amount",a);if(s<1)throw h.b.makeRuntimeErrorMsg(t,"You must provide a positive number");const l=b(i,o);return Object(r.F)(l,s)},hasWarehouse:t=>(e,n)=>{v(t,7);const a=h.b.string(t,"divisionName",e),r=h.b.city(t,"cityName",n),i=p(a);if(!(r in i.warehouses))throw new Error(`Invalid city name '${r}'`);return 0!==i.warehouses[r]},getWarehouse:t=>(e,n)=>{v(t,7);const a=b(h.b.string(t,"divisionName",e),h.b.city(t,"cityName",n));return{level:a.level,loc:a.loc,size:a.size,sizeUsed:a.sizeUsed,smartSupplyEnabled:a.smartSupplyEnabled}},getMaterial:t=>(e,a,r)=>{v(t,7);const i=y(h.b.string(t,"divisionName",e),h.b.city(t,"cityName",a),h.b.string(t,"materialName",r)),o=n(),s=i.exp.map(t=>({div:t.ind,loc:t.city,amt:t.amt}));return{cost:i.bCost,sCost:i.sCost,name:i.name,qty:i.qty,qlt:i.qlt,dmd:o.unlockUpgrades[2]?i.dmd:void 0,cmp:o.unlockUpgrades[3]?i.cmp:void 0,prod:i.prd,sell:i.sll,exp:s}},getProduct:t=>(e,a)=>{v(t,7);const r=E(h.b.string(t,"divisionName",e),h.b.string(t,"productName",a)),i=n();return{name:r.name,dmd:i.unlockUpgrades[2]?r.dmd:void 0,cmp:i.unlockUpgrades[3]?r.cmp:void 0,rat:r.rat,properties:{qlt:r.qlt,per:r.per,dur:r.dur,rel:r.rel,aes:r.aes,fea:r.fea},pCost:r.pCost,sCost:r.sCost,cityData:r.data,developmentProgress:r.prog}},purchaseWarehouse:t=>(e,a)=>{v(t,7);const i=h.b.string(t,"divisionName",e),o=h.b.city(t,"cityName",a),s=n();Object(r.q)(s,p(i),o)},upgradeWarehouse:t=>(e,a,i=1)=>{v(t,7);const o=h.b.string(t,"divisionName",e),s=h.b.city(t,"cityName",a),l=h.b.number(t,"amount",i),c=n();if(l<1)throw h.b.makeRuntimeErrorMsg(t,"You must provide a positive number");Object(r.E)(c,p(o),b(o,s),l)},sellMaterial:t=>(e,n,a,i,o)=>{v(t,7);const s=h.b.string(t,"divisionName",e),l=h.b.city(t,"cityName",n),c=h.b.string(t,"materialName",a),f=h.b.string(t,"amt",i),u=h.b.string(t,"price",o),m=y(s,l,c);Object(r.s)(m,f,u)},sellProduct:t=>(e,n,a,i,o,s)=>{v(t,7);const l=h.b.string(t,"divisionName",e),c=h.b.city(t,"cityName",n),f=h.b.string(t,"productName",a),u=h.b.string(t,"amt",i),m=h.b.string(t,"price",o),d=!!s,p=E(l,f);Object(r.t)(p,c,u,m,d)},discontinueProduct:t=>(e,n)=>{v(t,7);const a=h.b.string(t,"divisionName",e),r=h.b.string(t,"productName",n);p(a).discontinueProduct(E(a,r))},setSmartSupply:e=>(n,a,i)=>{v(e,7);const o=!!i,s=b(h.b.string(e,"divisionName",n),h.b.city(e,"cityName",a));if(!t("Smart Supply"))throw h.b.makeRuntimeErrorMsg(e,"You have not purchased the Smart Supply upgrade!");Object(r.z)(s,o)},setSmartSupplyUseLeftovers:e=>(n,a,i,o)=>{v(e,7);const s=h.b.string(e,"divisionName",n),l=h.b.city(e,"cityName",a),c=h.b.string(e,"materialName",i),f=!!o,u=b(s,l),m=y(s,l,c);if(!t("Smart Supply"))throw h.b.makeRuntimeErrorMsg(e,"You have not purchased the Smart Supply upgrade!");Object(r.A)(u,m,f)},buyMaterial:t=>(e,n,a,i)=>{v(t,7);const o=h.b.string(t,"divisionName",e),s=h.b.city(t,"cityName",n),l=h.b.string(t,"materialName",a),c=h.b.number(t,"amt",i);if(c<0)throw new Error("Invalid value for amount field! Must be numeric and greater than 0");const f=y(o,s,l);Object(r.f)(f,c)},bulkPurchase:t=>(a,i,o,s)=>{v(t,7);const l=h.b.string(t,"divisionName",a);if(!e(p(l),"Bulk Purchasing"))throw new Error("You have not researched Bulk Purchasing in "+l);const c=n(),f=h.b.city(t,"cityName",i),u=h.b.string(t,"materialName",o),m=h.b.number(t,"amt",s),d=b(l,f),g=y(l,f,u);Object(r.c)(c,d,g,m)},makeProduct:t=>(e,a,i,o,s)=>{v(t,7);const l=h.b.string(t,"divisionName",e),c=h.b.city(t,"cityName",a),f=h.b.string(t,"productName",i),u=h.b.number(t,"designInvest",o),m=h.b.number(t,"marketingInvest",s),d=n();Object(r.n)(d,p(l),c,f,u,m)},limitProductProduction:t=>(e,n,a,i)=>{v(t,7);const o=h.b.string(t,"divisionName",e),s=h.b.city(t,"cityName",n),l=h.b.string(t,"productName",a),c=h.b.number(t,"qty",i);Object(r.m)(E(o,l),s,c)},exportMaterial:t=>(e,n,a,i,o,s)=>{v(t,7);const l=h.b.string(t,"sourceDivision",e),c=h.b.string(t,"sourceCity",n),f=h.b.string(t,"targetDivision",a),u=h.b.string(t,"targetCity",i),m=h.b.string(t,"materialName",o),d=h.b.string(t,"amt",s);Object(r.h)(f,u,y(l,c,m),d+"",p(f))},cancelExportMaterial:t=>(e,n,a,i,o,s)=>{v(t,7);const l=h.b.string(t,"sourceDivision",e),c=h.b.string(t,"sourceCity",n),f=h.b.string(t,"targetDivision",a),u=h.b.string(t,"targetCity",i),m=h.b.string(t,"materialName",o),d=h.b.string(t,"amt",s);Object(r.g)(f,u,y(l,c,m),d+"")},limitMaterialProduction:t=>(e,n,a,i)=>{v(t,7);const o=h.b.string(t,"divisionName",e),s=h.b.city(t,"cityName",n),l=h.b.string(t,"materialName",a),c=h.b.number(t,"qty",i);Object(r.l)(y(o,s,l),c)},setMaterialMarketTA1:t=>(e,n,a,i)=>{v(t,7);const o=h.b.string(t,"divisionName",e),s=h.b.city(t,"cityName",n),l=h.b.string(t,"materialName",a),c=!!i;if(!p(o).hasResearch("Market-TA.I"))throw h.b.makeRuntimeErrorMsg(t,"You have not researched MarketTA.I for division: "+o);Object(r.v)(y(o,s,l),c)},setMaterialMarketTA2:t=>(e,n,a,i)=>{v(t,7);const o=h.b.string(t,"divisionName",e),s=h.b.city(t,"cityName",n),l=h.b.string(t,"materialName",a),c=!!i;if(!p(o).hasResearch("Market-TA.II"))throw h.b.makeRuntimeErrorMsg(t,"You have not researched MarketTA.II for division: "+o);Object(r.w)(y(o,s,l),c)},setProductMarketTA1:t=>(e,n,a)=>{v(t,7);const i=h.b.string(t,"divisionName",e),o=h.b.string(t,"productName",n),s=!!a;if(!p(i).hasResearch("Market-TA.I"))throw h.b.makeRuntimeErrorMsg(t,"You have not researched MarketTA.I for division: "+i);Object(r.x)(E(i,o),s)},setProductMarketTA2:t=>(e,n,a)=>{v(t,7);const i=h.b.string(t,"divisionName",e),o=h.b.string(t,"productName",n),s=!!a;if(!p(i).hasResearch("Market-TA.II"))throw h.b.makeRuntimeErrorMsg(t,"You have not researched MarketTA.II for division: "+i);Object(r.y)(E(i,o),s)}},...{getHireAdVertCost:t=>e=>{v(t,8);return p(h.b.string(t,"divisionName",e)).getAdVertCost()},getHireAdVertCount:t=>e=>{v(t,8);return p(h.b.string(t,"divisionName",e)).numAdVerts},getResearchCost:t=>(e,n)=>{v(t,8);const a=h.b.string(t,"divisionName",e),r=h.b.string(t,"researchName",n);return function(t,e){const n=l.c[t.type];if(void 0===n)throw new Error(`No research tree for industry '${t.type}'`);if(!n.getAllNodes().includes(e))throw new Error(`No research named '${e}'`);return f.a[e].cost}(p(a),r)},hasResearched:t=>(n,a)=>{v(t,8);const r=h.b.string(t,"divisionName",n),i=h.b.string(t,"researchName",a);return e(p(r),i)},getOfficeSizeUpgradeCost:t=>(e,n,a)=>{v(t,8);const r=h.b.string(t,"divisionName",e),i=h.b.city(t,"cityName",n),o=h.b.number(t,"size",a);if(o<0)throw new Error("Invalid value for size field! Must be numeric and greater than 0");const s=g(r,i),l=Math.round(s.size/c.a.OfficeInitialSize);let f=0;for(let t=0;t(e,n,a,i)=>{v(t,8);const o=h.b.string(t,"divisionName",e),l=h.b.city(t,"cityName",n),c=h.b.string(t,"employeeName",a),f=h.b.string(t,"job",i);if(!Object(d.a)(s.a,f))throw new Error(`'${f}' is not a valid job.`);const u=g(o,l);Object(r.a)(u,c,f)},setAutoJobAssignment:t=>(e,n,a,i)=>{v(t,8);const o=h.b.string(t,"divisionName",e),l=h.b.city(t,"cityName",n),c=h.b.number(t,"amount",i),f=h.b.string(t,"job",a);if(!Object(d.a)(s.a,f))throw new Error(`'${f}' is not a valid job.`);const u=g(o,l);return Object(r.b)(u,f,c)},hireEmployee:t=>(e,n)=>{v(t,8);const a=g(h.b.string(t,"divisionName",e),h.b.city(t,"cityName",n)).hireRandomEmployee();if(void 0!==a)return{name:a.name,mor:a.mor,hap:a.hap,ene:a.ene,int:a.int,cha:a.cha,exp:a.exp,cre:a.cre,eff:a.eff,sal:a.sal,loc:a.loc,pos:a.pos}},upgradeOfficeSize:t=>(e,a,i)=>{v(t,8);const o=h.b.string(t,"divisionName",e),s=h.b.city(t,"cityName",a),l=h.b.number(t,"size",i);if(l<0)throw new Error("Invalid value for size field! Must be numeric and greater than 0");const c=g(o,s),f=n();Object(r.D)(f,c,l)},throwParty:t=>(e,a,i)=>{v(t,8);const o=h.b.string(t,"divisionName",e),s=h.b.city(t,"cityName",a),l=h.b.number(t,"costPerEmployee",i);if(l<0)throw new Error("Invalid value for Cost Per Employee field! Must be numeric and greater than 0");const c=n(),f=g(o,s);return Object(r.B)(c,f,l)},buyCoffee:t=>(e,a)=>{v(t,8);const i=h.b.string(t,"divisionName",e),o=h.b.city(t,"cityName",a),s=n(),l=g(i,o);return Object(r.e)(s,l)},hireAdVert:t=>e=>{v(t,8);const a=h.b.string(t,"divisionName",e),i=n();Object(r.i)(i,p(a))},research:t=>(e,n)=>{v(t,8);const a=h.b.string(t,"divisionName",e),i=h.b.string(t,"researchName",n);Object(r.r)(p(a),i)},getOffice:t=>(e,n)=>{v(t,8);const a=g(h.b.string(t,"divisionName",e),h.b.city(t,"cityName",n));return{loc:a.loc,size:a.size,minEne:a.minEne,maxEne:a.maxEne,minHap:a.minHap,maxHap:a.maxHap,minMor:a.minMor,maxMor:a.maxMor,employees:a.employees.map(t=>t.name),employeeProd:{Operations:a.employeeProd[s.a.Operations],Engineer:a.employeeProd[s.a.Engineer],Business:a.employeeProd[s.a.Business],Management:a.employeeProd[s.a.Management],"Research & Development":a.employeeProd[s.a.RandD],Training:a.employeeProd[s.a.Training],Unassigned:0},employeeJobs:{Operations:a.employeeJobs[s.a.Operations],Engineer:a.employeeJobs[s.a.Engineer],Business:a.employeeJobs[s.a.Business],Management:a.employeeJobs[s.a.Management],"Research & Development":a.employeeJobs[s.a.RandD],Training:a.employeeJobs[s.a.Training],Unassigned:a.employeeJobs[s.a.Unassigned]}}},getEmployee:t=>(e,n,a)=>{v(t,8);const r=function(t,e,n){const a=g(t,e).employees.find(t=>t.name===n);if(void 0===a)throw new Error(`Invalid employee name: '${n}'`);return a}(h.b.string(t,"divisionName",e),h.b.city(t,"cityName",n),h.b.string(t,"employeeName",a));return{name:r.name,mor:r.mor,hap:r.hap,ene:r.ene,int:r.int,cha:r.cha,exp:r.exp,cre:r.cre,eff:r.eff,sal:r.sal,loc:r.loc,pos:r.pos}}},getMaterialNames:t=>()=>(v(t),[...c.a.AllMaterials]),getIndustryTypes:t=>()=>(v(t),[...c.a.AllIndustryTypes]),getUnlockables:t=>()=>(v(t),[...c.a.AllUnlocks]),getUpgradeNames:t=>()=>(v(t),[...c.a.AllUpgrades]),getResearchNames:t=>()=>(v(t),[...c.a.AllResearch]),expandIndustry:t=>(e,a)=>{v(t);const i=h.b.string(t,"industryName",e),o=h.b.string(t,"divisionName",a),s=n();Object(r.p)(s,i,o)},expandCity:t=>(e,a)=>{v(t);const i=h.b.string(t,"divisionName",e),o=h.b.city(t,"cityName",a);if(!c.a.Cities.includes(o))throw new Error("Invalid city name");const s=n(),l=p(i);Object(r.o)(s,l,o)},unlockUpgrade:t=>e=>{v(t);const a=h.b.string(t,"upgradeName",e),o=n(),s=Object.values(i.b).find(t=>t.name===a);if(void 0===s)throw new Error(`No upgrade named '${a}'`);Object(r.C)(o,s)},levelUpgrade:t=>e=>{v(t);const a=h.b.string(t,"upgradeName",e),i=n(),s=Object.values(o.a).find(t=>t.name===a);if(void 0===s)throw new Error(`No upgrade named '${a}'`);Object(r.k)(i,s)},issueDividends:t=>e=>{v(t);const a=h.b.number(t,"rate",e),i=c.a.DividendMaxRate;if(a<0||a>i)throw new Error("Invalid value for rate field! Must be numeric, greater than 0, and less than "+i);const o=n();if(!o.public)throw h.b.makeRuntimeErrorMsg(t,"Your company has not gone public!");Object(r.j)(o,a)},getDivision:t=>e=>{v(t);return k(p(h.b.string(t,"divisionName",e)))},getCorporation:t=>()=>{v(t);const e=n();return{name:e.name,funds:e.funds,revenue:e.revenue,expenses:e.expenses,public:e.public,totalShares:e.totalShares,numShares:e.numShares,shareSaleCooldown:e.shareSaleCooldown,issuedShares:e.issuedShares,sharePrice:e.sharePrice,dividendRate:e.dividendRate,dividendTax:e.dividendTax,dividendEarnings:e.getCycleDividends()/c.a.SecsPerMarketCycle,state:e.state.getState(),divisions:e.divisions.map(t=>k(t))}},createCorporation:t=>(e,n=!0)=>function(t,e=!0){if(!a.a.canAccessCorporation()||a.a.hasCorporation())return!1;if(!t)return!1;if(3!==a.a.bitNodeN&&!e)throw new Error("cannot use seed funds outside of BitNode 3");if(m.a.CorporationSoftcap<.15)throw new Error("You cannot create a corporation in Bitnode "+a.a.bitNodeN);if(e){if(!a.a.canAfford(15e10))return!1;a.a.startCorporation(t),a.a.loseMoney(15e10,"corporation")}else a.a.startCorporation(t,5e8);return!0}(h.b.string(t,"corporationName",e),!!n),hasUnlockUpgrade:e=>n=>{v(e);return t(h.b.string(e,"upgradeName",n))},getUnlockUpgradeCost:t=>e=>{v(t);return function(t){const e=Object.values(i.b).find(e=>e.name===t);if(void 0===e)throw new Error(`No upgrade named '${t}'`);return e.price}(h.b.string(t,"upgradeName",e))},getUpgradeLevel:t=>e=>{v(t);const a=h.b.string(t,"upgradeName",e);return function(t,e){const a=h.b.string(t,"upgradeName",e),r=n(),i=Object.values(o.a).find(t=>t.name===a);if(void 0===i)throw new Error(`No upgrade named '${a}'`);const s=i.index;return r.upgrades[s]}(t,a)},getUpgradeLevelCost:t=>e=>{v(t);const a=h.b.string(t,"upgradeName",e);return function(t,e){const a=h.b.string(t,"upgradeName",e),r=n(),i=Object.values(o.a).find(t=>t.name===a);if(void 0===i)throw new Error(`No upgrade named '${a}'`);const s=i.index,l=i.basePrice,c=i.priceMult,f=r.upgrades[s];return l*Math.pow(c,f)}(t,a)},getExpandIndustryCost:t=>e=>{v(t);return function(t){const e=l.d[t];if(void 0===e)throw new Error(`Invalid industry: '${t}'`);return e}(h.b.string(t,"industryName",e))},getExpandCityCost:t=>()=>(v(t),c.a.OfficeInitialCost),getInvestmentOffer:t=>()=>(v(t),function(){const t=n();if(t.fundingRound>=c.a.FundingRoundShares.length||t.fundingRound>=c.a.FundingRoundMultiplier.length||t.public)return{funds:0,shares:0,round:t.fundingRound+1};const e=t.valuation,a=c.a.FundingRoundShares[t.fundingRound];return{funds:e*a*c.a.FundingRoundMultiplier[t.fundingRound],shares:Math.floor(c.a.INITIALSHARES*a),round:t.fundingRound+1}}()),acceptInvestmentOffer:t=>()=>(v(t),function(){const t=n();if(t.fundingRound>=c.a.FundingRoundShares.length||t.fundingRound>=c.a.FundingRoundMultiplier.length||t.public)return!1;const e=t.valuation,a=c.a.FundingRoundShares[t.fundingRound],r=e*a*c.a.FundingRoundMultiplier[t.fundingRound],i=Math.floor(c.a.INITIALSHARES*a);return t.fundingRound++,t.addFunds(r),t.numShares-=i,!0}()),goPublic:t=>e=>{v(t);return function(t){const e=n(),a=e.valuation/e.totalShares;if(isNaN(t))throw new Error("Invalid value for number of issued shares");if(t<0)throw new Error("Invalid value for number of issued shares");if(t>e.numShares)throw new Error("You don't have that many shares to issue!");return e.public=!0,e.sharePrice=a,e.issuedShares=t,e.numShares-=t,e.addFunds(t*a),!0}(h.b.number(t,"numShares",e))},sellShares:t=>e=>{v(t);const a=h.b.number(t,"numShares",e);return Object(r.u)(n(),a)},buyBackShares:t=>e=>{v(t);const a=h.b.number(t,"numShares",e);return Object(r.d)(n(),a)},bribe:t=>(e,r)=>{v(t);return function(t,e){if(!a.a.factions.includes(t))throw new Error("Invalid faction name");if(isNaN(e)||e<0)throw new Error("Invalid value for amount field! Must be numeric, greater than 0.");const r=n();if(r.funds()=>(v(t),1e3*Math.round(n().storedCycles/5))}}},function(t,e,n){"use strict";function a(t,e,n){return e in t?Object.defineProperty(t,e,{value:n,enumerable:!0,configurable:!0,writable:!0}):t[e]=n,t}n.d(e,"a",(function(){return r}));class r{constructor(t={name:"",cost:0,desc:""}){a(this,"name",""),a(this,"cost",0),a(this,"desc",""),a(this,"advertisingMult",1),a(this,"employeeChaMult",1),a(this,"employeeCreMult",1),a(this,"employeeEffMult",1),a(this,"employeeIntMult",1),a(this,"productionMult",1),a(this,"productProductionMult",1),a(this,"salesMult",1),a(this,"sciResearchMult",1),a(this,"storageMult",1),this.name=t.name,this.cost=t.cost,this.desc=t.desc,t.advertisingMult&&(this.advertisingMult=t.advertisingMult),t.employeeChaMult&&(this.employeeChaMult=t.employeeChaMult),t.employeeCreMult&&(this.employeeCreMult=t.employeeCreMult),t.employeeEffMult&&(this.employeeEffMult=t.employeeEffMult),t.employeeIntMult&&(this.employeeIntMult=t.employeeIntMult),t.productionMult&&(this.productionMult=t.productionMult),t.productProductionMult&&(this.productProductionMult=t.productProductionMult),t.salesMult&&(this.salesMult=t.salesMult),t.sciResearchMult&&(this.sciResearchMult=t.sciResearchMult),t.storageMult&&(this.storageMult=t.storageMult)}}},function(t,e,n){"use strict";n.d(e,"a",(function(){return a}));const a=[{name:"AutoBrew",cost:12e3,desc:"Automatically keep your employees fully caffeinated with coffee injections. This research will keep the energy of all employees at its maximum possible value, for no cost. This will also disable the Coffee upgrade."},{name:"AutoPartyManager",cost:15e3,desc:"Automatically analyzes your employees' happiness and morale and boosts them whenever it detects a decrease. This research will keep the morale and happiness of all employees at their maximum possible values, for no cost. This will also disable the 'Throw Party' feature."},{name:"Automatic Drug Administration",cost:1e4,desc:"Research how to automatically administer performance-enhancing drugs to all of your employees. This unlocks Drug-related Research."},{name:"Bulk Purchasing",cost:5e3,desc:"Research the art of buying materials in bulk. This allows you to purchase any amount of a material instantly."},{name:"CPH4 Injections",cost:25e3,desc:"Develop an advanced and harmless synthetic drug that is administered to employees to increase all of their stats, except experience, by 10%.",employeeCreMult:1.1,employeeChaMult:1.1,employeeEffMult:1.1,employeeIntMult:1.1},{name:"Drones",cost:5e3,desc:"Acquire the knowledge needed to create advanced drones. This research does nothing by itself, but unlocks other Drone-related research."},{name:"Drones - Assembly",cost:25e3,desc:"Manufacture and use Assembly Drones to improve the efficiency of your production lines. This increases all production by 20%.",productionMult:1.2},{name:"Drones - Transport",cost:3e4,desc:"Manufacture and use intelligent Transport Drones to optimize your warehouses. This increases the storage space of all warehouses by 50%.",storageMult:1.5},{name:"Go-Juice",cost:25e3,desc:"Provide employees with Go-Juice, a coffee-derivative that further enhances the brain's dopamine production. This increases the maximum energy of all employees by 10."},{name:"Hi-Tech R&D Laboratory",cost:5e3,desc:"Construct a cutting edge facility dedicated to advanced research and and development. This allows you to spend Scientific Research on powerful upgrades. It also globally increases Scientific Research production by 10%.",sciResearchMult:1.1},{name:"HRBuddy-Recruitment",cost:15e3,desc:"Use automated software to handle the hiring of employees. With this research, each office will automatically hire one employee per market cycle if there is available space."},{name:"HRBuddy-Training",cost:2e4,desc:"Use automated software to handle the training of employees. With this research, each employee hired with HRBuddy-Recruitment will automatically be assigned to 'Training', rather than being unassigned."},{name:"JoyWire",cost:2e4,desc:"A brain implant which is installed in employees, increasing their maximum happiness by 10."},{name:"Market-TA.I",cost:2e4,desc:"Develop advanced AI software that uses technical analysis to help you understand and exploit the market. This research allows you to know what price to sell your Materials/Products at in order to avoid losing sales due to having too high of a mark-up. It also lets you automatically use that sale price."},{name:"Market-TA.II",cost:5e4,desc:"Develop double-advanced AI software that uses technical analysis to help you understand and exploit the market. This research allows you to know how many sales of a Material/Product you lose or gain from having too high or too low or a sale price. It also lets you automatically set the sale price of your Materials/Products at the optimal price such that the amount sold matches the amount produced."},{name:"Overclock",cost:15e3,desc:"Equip employees with a headset that uses transcranial direct current stimulation (tDCS) to increase the speed of their neurotransmitters. This research increases the intelligence and efficiency of all employees by 25%.",employeeEffMult:1.25,employeeIntMult:1.25},{name:"Self-Correcting Assemblers",cost:25e3,desc:"Create assemblers that can be used for universal production. These assemblers use deep learning to improve their efficiency at their tasks. This research increases all production by 10%",productionMult:1.1},{name:"Sti.mu",cost:3e4,desc:"Upgrade the tDCS headset to stimulate regions of the brain that control confidence and enthusiasm. This research increases the max morale of all employees by 10."},{name:"sudo.Assist",cost:15e3,desc:"Develop a virtual assistant AI to handle and manage administrative issues for your corporation."},{name:"uPgrade: Capacity.I",cost:2e4,desc:"Expand the industry's capacity for designing and manufacturing its various products. This increases the industry's maximum number of products by 1 (from 3 to 4)."},{name:"uPgrade: Capacity.II",cost:3e4,desc:"Expand the industry's capacity for designing and manufacturing its various products. This increases the industry's maximum number of products by 1 (from 4 to 5)."},{name:"uPgrade: Dashboard",cost:5e3,desc:"Improve the software used to manage the industry's production line for its various products. This allows you to manage the production and sale of a product before it's finished being designed."},{name:"uPgrade: Fulcrum",cost:1e4,desc:"Streamline the manufacturing of this industry's various products. This research increases the production of your products by 5%",productProductionMult:1.05}]},function(module,__webpack_exports__,__webpack_require__){"use strict";__webpack_require__.d(__webpack_exports__,"a",(function(){return Industry}));var _utils_JSONReviver__WEBPACK_IMPORTED_MODULE_0__=__webpack_require__(16),_Locations_data_CityNames__WEBPACK_IMPORTED_MODULE_1__=__webpack_require__(17),_IndustryData__WEBPACK_IMPORTED_MODULE_2__=__webpack_require__(52),_data_Constants__WEBPACK_IMPORTED_MODULE_3__=__webpack_require__(36),_EmployeePositions__WEBPACK_IMPORTED_MODULE_4__=__webpack_require__(43),_Material__WEBPACK_IMPORTED_MODULE_5__=__webpack_require__(259),_utils_helpers_getRandomInt__WEBPACK_IMPORTED_MODULE_6__=__webpack_require__(35),_utils_calculateEffectWithFactors__WEBPACK_IMPORTED_MODULE_7__=__webpack_require__(1107),_OfficeSpace__WEBPACK_IMPORTED_MODULE_8__=__webpack_require__(623),_ui_React_DialogBox__WEBPACK_IMPORTED_MODULE_9__=__webpack_require__(19),_utils_helpers_isString__WEBPACK_IMPORTED_MODULE_10__=__webpack_require__(189),_MaterialSizes__WEBPACK_IMPORTED_MODULE_11__=__webpack_require__(184),_Warehouse__WEBPACK_IMPORTED_MODULE_12__=__webpack_require__(624);function _defineProperty(t,e,n){return e in t?Object.defineProperty(t,e,{value:n,enumerable:!0,configurable:!0,writable:!0}):t[e]=n,t}class Industry{constructor(t={}){_defineProperty(this,"name",""),_defineProperty(this,"type",_IndustryData__WEBPACK_IMPORTED_MODULE_2__.a.Agriculture),_defineProperty(this,"sciResearch",new _Material__WEBPACK_IMPORTED_MODULE_5__.a({name:"Scientific Research"})),_defineProperty(this,"researched",{}),_defineProperty(this,"reqMats",{}),_defineProperty(this,"prodMats",[]),_defineProperty(this,"products",{}),_defineProperty(this,"makesProducts",!1),_defineProperty(this,"awareness",0),_defineProperty(this,"popularity",0),_defineProperty(this,"startingCost",0),_defineProperty(this,"reFac",0),_defineProperty(this,"sciFac",0),_defineProperty(this,"hwFac",0),_defineProperty(this,"robFac",0),_defineProperty(this,"aiFac",0),_defineProperty(this,"advFac",0),_defineProperty(this,"prodMult",0),_defineProperty(this,"state","START"),_defineProperty(this,"newInd",!0),_defineProperty(this,"offices",{[_Locations_data_CityNames__WEBPACK_IMPORTED_MODULE_1__.a.Aevum]:0,[_Locations_data_CityNames__WEBPACK_IMPORTED_MODULE_1__.a.Chongqing]:0,[_Locations_data_CityNames__WEBPACK_IMPORTED_MODULE_1__.a.Sector12]:new _OfficeSpace__WEBPACK_IMPORTED_MODULE_8__.a({loc:_Locations_data_CityNames__WEBPACK_IMPORTED_MODULE_1__.a.Sector12,size:_data_Constants__WEBPACK_IMPORTED_MODULE_3__.a.OfficeInitialSize}),[_Locations_data_CityNames__WEBPACK_IMPORTED_MODULE_1__.a.NewTokyo]:0,[_Locations_data_CityNames__WEBPACK_IMPORTED_MODULE_1__.a.Ishima]:0,[_Locations_data_CityNames__WEBPACK_IMPORTED_MODULE_1__.a.Volhaven]:0}),_defineProperty(this,"numAdVerts",0),this.name=t.name?t.name:"",this.type=t.type?t.type:_IndustryData__WEBPACK_IMPORTED_MODULE_2__.a.Agriculture,this.lastCycleRevenue=0,this.lastCycleExpenses=0,this.thisCycleRevenue=0,this.thisCycleExpenses=0,this.warehouses={[_Locations_data_CityNames__WEBPACK_IMPORTED_MODULE_1__.a.Aevum]:0,[_Locations_data_CityNames__WEBPACK_IMPORTED_MODULE_1__.a.Chongqing]:0,[_Locations_data_CityNames__WEBPACK_IMPORTED_MODULE_1__.a.Sector12]:new _Warehouse__WEBPACK_IMPORTED_MODULE_12__.a({corp:t.corp,industry:this,loc:_Locations_data_CityNames__WEBPACK_IMPORTED_MODULE_1__.a.Sector12,size:_data_Constants__WEBPACK_IMPORTED_MODULE_3__.a.WarehouseInitialSize}),[_Locations_data_CityNames__WEBPACK_IMPORTED_MODULE_1__.a.NewTokyo]:0,[_Locations_data_CityNames__WEBPACK_IMPORTED_MODULE_1__.a.Ishima]:0,[_Locations_data_CityNames__WEBPACK_IMPORTED_MODULE_1__.a.Volhaven]:0},this.init()}init(){const t=_IndustryData__WEBPACK_IMPORTED_MODULE_2__.d[this.type];if(void 0===t)throw new Error(`Invalid industry: "${this.type}"`);switch(this.startingCost=t,this.type){case _IndustryData__WEBPACK_IMPORTED_MODULE_2__.a.Energy:this.reFac=.65,this.sciFac=.7,this.robFac=.05,this.aiFac=.3,this.advFac=.08,this.reqMats={Hardware:.1,Metal:.2},this.prodMats=["Energy"];break;case _IndustryData__WEBPACK_IMPORTED_MODULE_2__.a.Utilities:case"Utilities":this.reFac=.5,this.sciFac=.6,this.robFac=.4,this.aiFac=.4,this.advFac=.08,this.reqMats={Hardware:.1,Metal:.1},this.prodMats=["Water"];break;case _IndustryData__WEBPACK_IMPORTED_MODULE_2__.a.Agriculture:this.reFac=.72,this.sciFac=.5,this.hwFac=.2,this.robFac=.3,this.aiFac=.3,this.advFac=.04,this.reqMats={Water:.5,Energy:.5},this.prodMats=["Plants","Food"];break;case _IndustryData__WEBPACK_IMPORTED_MODULE_2__.a.Fishing:this.reFac=.15,this.sciFac=.35,this.hwFac=.35,this.robFac=.5,this.aiFac=.2,this.advFac=.08,this.reqMats={Energy:.5},this.prodMats=["Food"];break;case _IndustryData__WEBPACK_IMPORTED_MODULE_2__.a.Mining:this.reFac=.3,this.sciFac=.26,this.hwFac=.4,this.robFac=.45,this.aiFac=.45,this.advFac=.06,this.reqMats={Energy:.8},this.prodMats=["Metal"];break;case _IndustryData__WEBPACK_IMPORTED_MODULE_2__.a.Food:this.sciFac=.12,this.hwFac=.15,this.robFac=.3,this.aiFac=.25,this.advFac=.25,this.reFac=.05,this.reqMats={Food:.5,Water:.5,Energy:.2},this.makesProducts=!0;break;case _IndustryData__WEBPACK_IMPORTED_MODULE_2__.a.Tobacco:this.reFac=.15,this.sciFac=.75,this.hwFac=.15,this.robFac=.2,this.aiFac=.15,this.advFac=.2,this.reqMats={Plants:1,Water:.2},this.makesProducts=!0;break;case _IndustryData__WEBPACK_IMPORTED_MODULE_2__.a.Chemical:this.reFac=.25,this.sciFac=.75,this.hwFac=.2,this.robFac=.25,this.aiFac=.2,this.advFac=.07,this.reqMats={Plants:1,Energy:.5,Water:.5},this.prodMats=["Chemicals"];break;case _IndustryData__WEBPACK_IMPORTED_MODULE_2__.a.Pharmaceutical:this.reFac=.05,this.sciFac=.8,this.hwFac=.15,this.robFac=.25,this.aiFac=.2,this.advFac=.16,this.reqMats={Chemicals:2,Energy:1,Water:.5},this.prodMats=["Drugs"],this.makesProducts=!0;break;case _IndustryData__WEBPACK_IMPORTED_MODULE_2__.a.Computer:case"Computer":this.reFac=.2,this.sciFac=.62,this.robFac=.36,this.aiFac=.19,this.advFac=.17,this.reqMats={Metal:2,Energy:1},this.prodMats=["Hardware"],this.makesProducts=!0;break;case _IndustryData__WEBPACK_IMPORTED_MODULE_2__.a.Robotics:this.reFac=.32,this.sciFac=.65,this.aiFac=.36,this.advFac=.18,this.hwFac=.19,this.reqMats={Hardware:5,Energy:3},this.prodMats=["Robots"],this.makesProducts=!0;break;case _IndustryData__WEBPACK_IMPORTED_MODULE_2__.a.Software:this.sciFac=.62,this.advFac=.16,this.hwFac=.25,this.reFac=.15,this.aiFac=.18,this.robFac=.05,this.reqMats={Hardware:.5,Energy:.5},this.prodMats=["AICores"],this.makesProducts=!0;break;case _IndustryData__WEBPACK_IMPORTED_MODULE_2__.a.Healthcare:this.reFac=.1,this.sciFac=.75,this.advFac=.11,this.hwFac=.1,this.robFac=.1,this.aiFac=.1,this.reqMats={Robots:10,AICores:5,Energy:5,Water:5},this.makesProducts=!0;break;case _IndustryData__WEBPACK_IMPORTED_MODULE_2__.a.RealEstate:this.robFac=.6,this.aiFac=.6,this.advFac=.25,this.sciFac=.05,this.hwFac=.05,this.reqMats={Metal:5,Energy:5,Water:2,Hardware:4},this.prodMats=["RealEstate"],this.makesProducts=!0;break;default:return void console.error("Invalid Industry Type passed into Industry.init(): "+this.type)}}getProductDescriptionText(){if(!this.makesProducts)return"";switch(this.type){case _IndustryData__WEBPACK_IMPORTED_MODULE_2__.a.Food:return"create and manage restaurants";case _IndustryData__WEBPACK_IMPORTED_MODULE_2__.a.Tobacco:return"create tobacco and tobacco-related products";case _IndustryData__WEBPACK_IMPORTED_MODULE_2__.a.Pharmaceutical:return"develop new pharmaceutical drugs";case _IndustryData__WEBPACK_IMPORTED_MODULE_2__.a.Computer:case"Computer":return"create new computer hardware and networking infrastructures";case _IndustryData__WEBPACK_IMPORTED_MODULE_2__.a.Robotics:return"build specialized robots and robot-related products";case _IndustryData__WEBPACK_IMPORTED_MODULE_2__.a.Software:return"develop computer software";case _IndustryData__WEBPACK_IMPORTED_MODULE_2__.a.Healthcare:return"build and manage hospitals";case _IndustryData__WEBPACK_IMPORTED_MODULE_2__.a.RealEstate:return"develop and manage real estate properties";default:return console.error("Invalid industry type in Industry.getProductDescriptionText"),""}}getMaximumNumberProducts(){if(!this.makesProducts)return 0;let t=0;return this.hasResearch("uPgrade: Capacity.I")&&++t,this.hasResearch("uPgrade: Capacity.II")&&++t,_data_Constants__WEBPACK_IMPORTED_MODULE_3__.a.BaseMaxProducts+t}hasMaximumNumberProducts(){return Object.keys(this.products).length>=this.getMaximumNumberProducts()}calculateProductionFactors(){let t=0;for(let e=0;e<_data_Constants__WEBPACK_IMPORTED_MODULE_3__.a.Cities.length;++e){const n=_data_Constants__WEBPACK_IMPORTED_MODULE_3__.a.Cities[e],a=this.warehouses[n];if(!a)continue;const r=a.materials,i=Math.pow(.002*r.RealEstate.qty+1,this.reFac)*Math.pow(.002*r.Hardware.qty+1,this.hwFac)*Math.pow(.002*r.Robots.qty+1,this.robFac)*Math.pow(.002*r.AICores.qty+1,this.aiFac);t+=Math.pow(i,.73)}this.prodMult=t<1?1:t}updateWarehouseSizeUsed(t){t.updateMaterialSizeUsed();for(const e of Object.keys(this.products))if(this.products.hasOwnProperty(e)){const n=this.products[e];if(void 0===n)continue;t.sizeUsed+=n.data[t.loc][0]*n.siz}}process(t=1,e,n){if(this.state=e,"START"===e){(isNaN(this.thisCycleRevenue)||isNaN(this.thisCycleExpenses))&&(console.error("NaN in Corporation's computed revenue/expenses"),Object(_ui_React_DialogBox__WEBPACK_IMPORTED_MODULE_9__.a)("Something went wrong when compting Corporation's revenue/expenses. This is a bug. Please report to game developer"),this.thisCycleRevenue=0,this.thisCycleExpenses=0),this.lastCycleRevenue=this.thisCycleRevenue/(t*_data_Constants__WEBPACK_IMPORTED_MODULE_3__.a.SecsPerMarketCycle),this.lastCycleExpenses=this.thisCycleExpenses/(t*_data_Constants__WEBPACK_IMPORTED_MODULE_3__.a.SecsPerMarketCycle),this.thisCycleRevenue=0,this.thisCycleExpenses=0,this.lastCycleRevenue>0&&(this.newInd=!1);let e=0;for(const a of Object.keys(this.offices)){const r=this.offices[a];r&&(e+=r.process(t,n,this))}this.thisCycleExpenses=this.thisCycleExpenses+e,this.processMaterialMarket(),this.processProductMarket(t),this.popularity-=1e-4*t,this.popularity=Math.max(0,this.popularity);const a=n.getDreamSenseGain(),r=4*a;if(a>0){const e=this.awareness+r*t;this.awareness=Math.min(e,Number.MAX_VALUE);const n=this.popularity+a*t;this.popularity=Math.min(n,Number.MAX_VALUE)}return}let a=this.processMaterials(t,n);Array.isArray(a)&&(this.thisCycleRevenue=this.thisCycleRevenue+a[0],this.thisCycleExpenses=this.thisCycleExpenses+a[1]),a=this.processProducts(t,n),Array.isArray(a)&&(this.thisCycleRevenue=this.thisCycleRevenue+a[0],this.thisCycleExpenses=this.thisCycleExpenses+a[1])}processMaterialMarket(){const t=this.reqMats,e=this.prodMats;for(let n=0;n<_data_Constants__WEBPACK_IMPORTED_MODULE_3__.a.Cities.length;++n)if(this.warehouses[_data_Constants__WEBPACK_IMPORTED_MODULE_3__.a.Cities[n]]){const a=this.warehouses[_data_Constants__WEBPACK_IMPORTED_MODULE_3__.a.Cities[n]];if(0===a)continue;for(const e of Object.keys(t))t.hasOwnProperty(e)&&a.materials[e].processMarket();for(let t=0;t0&&(e.qty+=n,expenses+=n*e.bCost),this.updateWarehouseSizeUsed(warehouse))}const t={};for(const e of Object.keys(warehouse.materials)){if(!warehouse.materials.hasOwnProperty(e))continue;if(!warehouse.smartSupplyEnabled||!Object.keys(this.reqMats).includes(e))continue;const n=warehouse.materials[e],a=this.reqMats[e];if(void 0===a)throw new Error(`reqMat "${e}" is undefined`);n.buy=a*warehouse.smartSupplyStore;let r=n.buy*_data_Constants__WEBPACK_IMPORTED_MODULE_3__.a.SecsPerMarketCycle*marketCycles;const i=Math.floor((warehouse.size-warehouse.sizeUsed)/_MaterialSizes__WEBPACK_IMPORTED_MODULE_11__.a[e]);r=Math.min(r,i),r>0&&(t[e]=r)}let e=1e99;for(const n of Object.keys(t)){const a=t[n];if(void 0===a)throw new Error("Somehow smartbuy matname is undefined");const r=this.reqMats[n];if(void 0===r)throw new Error(`reqMat "${n}" is undefined`);const i=a/r;ia)for(const e of Object.keys(t)){const r=t[e];if(void 0===r)throw new Error("Somehow smartbuy matname is undefined");t[e]=Math.floor(r*a/n)}for(const e of Object.keys(t)){if(!warehouse.smartSupplyUseLeftovers[e])continue;const n=warehouse.materials[e],a=t[e];if(void 0===a)throw new Error("Somehow smartbuy matname is undefined");t[e]=Math.max(0,a-n.qty)}for(const[e,n]of Object.entries(t)){const t=warehouse.materials[e];if(void 0===n)throw new Error("Somehow smartbuy matname is undefined");t.qty+=n,expenses+=n*t.bCost}break}case"PRODUCTION":if(warehouse.smartSupplyStore=0,this.prodMats.length>0){const t=warehouse.materials[this.prodMats[0]],e=this.getOfficeProductivity(office)*this.prodMult*corporation.getProductionMultiplier()*this.getProductionMultiplier();let n;n=t.prdman[0]?Math.min(e,t.prdman[1]):e,n*=_data_Constants__WEBPACK_IMPORTED_MODULE_3__.a.SecsPerMarketCycle*marketCycles;let a=0;for(let t=0;t0){const t=Math.floor((warehouse.size-warehouse.sizeUsed)/a);n=Math.min(t,n)}n<0&&(n=0),warehouse.smartSupplyStore+=n/(_data_Constants__WEBPACK_IMPORTED_MODULE_3__.a.SecsPerMarketCycle*marketCycles);let r=1;for(const t of Object.keys(this.reqMats))if(this.reqMats.hasOwnProperty(t)){const e=this.reqMats[t];if(void 0===e)continue;const a=e*n;warehouse.materials[t].qty0&&n>0){for(const t of Object.keys(this.reqMats)){const e=this.reqMats[t];if(void 0===e)continue;const a=e*n*r;warehouse.materials[t].qty-=a,warehouse.materials[t].prd=0,warehouse.materials[t].prd-=a/(_data_Constants__WEBPACK_IMPORTED_MODULE_3__.a.SecsPerMarketCycle*marketCycles)}for(let t=0;tmat.bCost?sCost-mat.bCost>markupLimit&&(markup=Math.pow(markupLimit/(sCost-mat.bCost),2)):sCost=0?(mat.qty-=sellAmt,revenue+=sellAmt*sCost,mat.sll=sellAmt/(_data_Constants__WEBPACK_IMPORTED_MODULE_3__.a.SecsPerMarketCycle*marketCycles)):mat.sll=0}break;case"EXPORT":for(const matName of Object.keys(warehouse.materials))if(warehouse.materials.hasOwnProperty(matName)){const mat=warehouse.materials[matName];mat.totalExp=0;for(let expI=0;expI=n.size)return[0,0];{const t=Math.floor((n.size-n.sizeUsed)/_MaterialSizes__WEBPACK_IMPORTED_MODULE_11__.a[matName]);amt=Math.min(t,amt)}n.materials[matName].imp+=amt/(_data_Constants__WEBPACK_IMPORTED_MODULE_3__.a.SecsPerMarketCycle*marketCycles),n.materials[matName].qty+=amt,n.materials[matName].qlt=mat.qlt,mat.qty-=amt,mat.totalExp+=amt,e.updateWarehouseSizeUsed(n);break}}}mat.totalExp/=_data_Constants__WEBPACK_IMPORTED_MODULE_3__.a.SecsPerMarketCycle*marketCycles}break;case"START":break;default:console.error("Invalid state: "+this.state)}this.updateWarehouseSizeUsed(warehouse)}office&&(this.sciResearch.qty+=.004*Math.pow(office.employeeProd[_EmployeePositions__WEBPACK_IMPORTED_MODULE_4__.a.RandD],.5)*corporation.getScientificResearchMultiplier()*this.getScientificResearchMultiplier())}}return[revenue,expenses]}processProducts(t=1,e){let n=0;if("PRODUCTION"===this.state)for(const e of Object.keys(this.products)){const n=this.products[e];if(void 0!==n&&!n.fin){const e=n.createCity,a=this.offices[e];if(0===a)continue;n.createProduct(t,a.employeeProd),n.prog>=100&&n.finishProduct(this);break}}for(const a of Object.keys(this.products))if(this.products.hasOwnProperty(a)){const r=this.products[a];r&&r.fin&&(n+=this.processProduct(t,r,e))}return[n,0]}processProduct(marketCycles=1,product,corporation){let totalProfit=0;for(let i=0;i<_data_Constants__WEBPACK_IMPORTED_MODULE_3__.a.Cities.length;++i){const city=_data_Constants__WEBPACK_IMPORTED_MODULE_3__.a.Cities[i],office=this.offices[city];if(0===office)continue;const warehouse=this.warehouses[city];if(warehouse)switch(this.state){case"PRODUCTION":{const t=this.getOfficeProductivity(office,{forProduct:!0})*corporation.getProductionMultiplier()*this.prodMult*this.getProductionMultiplier()*this.getProductProductionMultiplier();let e;e=product.prdman[city][0]?Math.min(t,product.prdman[city][1]):t,e*=_data_Constants__WEBPACK_IMPORTED_MODULE_3__.a.SecsPerMarketCycle*marketCycles;let n=product.siz;for(const t of Object.keys(product.reqMats))if(product.reqMats.hasOwnProperty(t)){const e=product.reqMats[t];n-=_MaterialSizes__WEBPACK_IMPORTED_MODULE_11__.a[t]*e}if(n>0){const t=Math.floor((warehouse.size-warehouse.sizeUsed)/n);e=Math.min(t,e)}warehouse.smartSupplyStore+=e/(_data_Constants__WEBPACK_IMPORTED_MODULE_3__.a.SecsPerMarketCycle*marketCycles);let a=1;for(const t of Object.keys(product.reqMats))if(product.reqMats.hasOwnProperty(t)){const n=product.reqMats[t]*e;warehouse.materials[t].qty0&&e>0){for(const t of Object.keys(product.reqMats))if(product.reqMats.hasOwnProperty(t)){const n=product.reqMats[t]*e*a;warehouse.materials[t].qty-=n,warehouse.materials[t].prd-=n/(_data_Constants__WEBPACK_IMPORTED_MODULE_3__.a.SecsPerMarketCycle*marketCycles)}product.data[city][0]+=e*a}product.data[city][1]=e*a/(_data_Constants__WEBPACK_IMPORTED_MODULE_3__.a.SecsPerMarketCycle*marketCycles);break}case"SALE":{product.pCost=0;for(const t of Object.keys(product.reqMats))product.reqMats.hasOwnProperty(t)&&(product.pCost+=product.reqMats[t]*warehouse.materials[t].bCost);product.pCost*=_data_Constants__WEBPACK_IMPORTED_MODULE_3__.a.ProductProductionCostRatio;const businessFactor=this.getBusinessFactor(office),advertisingFactor=this.getAdvertisingFactors()[0],marketFactor=this.getMarketFactor(product),markupLimit=product.rat/product.mku;let sCost;if(product.marketTa2){const t=product.data[city][1],e=markupLimit,n=t,a=.5*Math.pow(product.rat,.65)*marketFactor*corporation.getSalesMultiplier()*businessFactor*advertisingFactor*this.getSalesMultiplier(),r=Math.sqrt(n/a);let i;0===a||0===r?0===n?i=0:(i=product.pCost+markupLimit,console.warn("In Corporation, found illegal 0s when trying to calculate MarketTA2 sale cost")):i=e/r+product.pCost,product.marketTa2Price[city]=i,sCost=i}else if(product.marketTa1)sCost=product.pCost+markupLimit;else if(Object(_utils_helpers_isString__WEBPACK_IMPORTED_MODULE_10__.a)(product.sCost)){const sCostString=product.sCost;0===product.mku&&(console.error("mku is zero, reverting to 1 to avoid Infinity"),product.mku=1),sCost=sCostString.replace(/MP/g,product.pCost+product.rat/product.mku+""),sCost=eval(sCost)}else sCost=product.sCost;let markup=1,sellAmt;if(sCost>product.pCost&&sCost-product.pCost>markupLimit&&(markup=markupLimit/(sCost-product.pCost)),product.maxsll=.5*Math.pow(product.rat,.65)*marketFactor*corporation.getSalesMultiplier()*Math.pow(markup,2)*businessFactor*advertisingFactor*this.getSalesMultiplier(),product.sllman[city][0]&&Object(_utils_helpers_isString__WEBPACK_IMPORTED_MODULE_10__.a)(product.sllman[city][1])){let tmp=product.sllman[city][1].replace(/MAX/g,(product.maxsll+"").toUpperCase());tmp=tmp.replace(/PROD/g,product.data[city][1]);try{tmp=eval(tmp)}catch(t){Object(_ui_React_DialogBox__WEBPACK_IMPORTED_MODULE_9__.a)(`Error evaluating your sell price expression for ${product.name} in ${this.name}'s ${city} office. Sell price is being set to MAX`),tmp=product.maxsll}sellAmt=Math.min(product.maxsll,tmp)}else sellAmt=product.sllman[city][0]&&product.sllman[city][1]>0?Math.min(product.maxsll,product.sllman[city][1]):!1===product.sllman[city][0]?0:product.maxsll;sellAmt<0&&(sellAmt=0),sellAmt=sellAmt*_data_Constants__WEBPACK_IMPORTED_MODULE_3__.a.SecsPerMarketCycle*marketCycles,sellAmt=Math.min(product.data[city][0],sellAmt),sellAmt&&sCost?(product.data[city][0]-=sellAmt,totalProfit+=sellAmt*sCost,product.data[city][2]=sellAmt/(_data_Constants__WEBPACK_IMPORTED_MODULE_3__.a.SecsPerMarketCycle*marketCycles)):product.data[city][2]=0;break}case"START":case"PURCHASE":case"EXPORT":break;default:console.error("Invalid State: "+this.state)}}return totalProfit}resetImports(t){if("EXPORT"===t)for(let t=0;t<_data_Constants__WEBPACK_IMPORTED_MODULE_3__.a.Cities.length;++t){const e=_data_Constants__WEBPACK_IMPORTED_MODULE_3__.a.Cities[t];if(!this.warehouses[e])continue;const n=this.warehouses[e];if(0!==n)for(const t of Object.keys(n.materials))if(n.materials.hasOwnProperty(t)){n.materials[t].imp=0}}}discontinueProduct(t){for(const e of Object.keys(this.products))this.products.hasOwnProperty(e)&&t===this.products[e]&&delete this.products[e]}getAdVertCost(){return 1e9*Math.pow(1.06,this.numAdVerts)}applyAdVert(t){const e=t.getAdvertisingMultiplier()*this.getAdvertisingMultiplier(),n=(this.awareness+3*e)*(1.01*e);this.awareness=Math.min(n,Number.MAX_VALUE);const a=(this.popularity+1*e)*((1+Object(_utils_helpers_getRandomInt__WEBPACK_IMPORTED_MODULE_6__.a)(1,3)/100)*e);this.popularity=Math.min(a,Number.MAX_VALUE),++this.numAdVerts}getOfficeProductivity(t,e={}){const n=t.employeeProd[_EmployeePositions__WEBPACK_IMPORTED_MODULE_4__.a.Operations],a=t.employeeProd[_EmployeePositions__WEBPACK_IMPORTED_MODULE_4__.a.Engineer],r=t.employeeProd[_EmployeePositions__WEBPACK_IMPORTED_MODULE_4__.a.Management],i=n+a+r;if(i<=0)return 0;const o=1+r/(1.2*i),s=(Math.pow(n,.4)+Math.pow(a,.3))*o;return e&&e.forProduct?.025*s:.05*s}getBusinessFactor(t){const e=1+t.employeeProd[_EmployeePositions__WEBPACK_IMPORTED_MODULE_4__.a.Business];return Object(_utils_calculateEffectWithFactors__WEBPACK_IMPORTED_MODULE_7__.a)(e,.26,1e4)}getAdvertisingFactors(){const t=Math.pow(this.awareness+1,this.advFac),e=Math.pow(this.popularity+1,this.advFac),n=0===this.awareness?.01:Math.max((this.popularity+.001)/this.awareness,.01);return[Math.pow(t*e*n,.85),t,e,n]}getMarketFactor(t){return Math.max(.1,t.dmd*(100-t.cmp)/100)}hasResearch(t){return!0===this.researched[t]}updateResearchTree(){const t=_IndustryData__WEBPACK_IMPORTED_MODULE_2__.c[this.type];if(void 0===t)throw new Error(`Invalid industry "${this.type}"`);if(Object.keys(t.researched).length!==Object.keys(this.researched).length)for(const e of Object.keys(this.researched))t.research(e)}getAdvertisingMultiplier(){const t=_IndustryData__WEBPACK_IMPORTED_MODULE_2__.c[this.type];if(void 0===t)throw new Error(`Invalid industry: "${this.type}"`);return this.updateResearchTree(),t.getAdvertisingMultiplier()}getEmployeeChaMultiplier(){const t=_IndustryData__WEBPACK_IMPORTED_MODULE_2__.c[this.type];if(void 0===t)throw new Error(`Invalid industry: "${this.type}"`);return this.updateResearchTree(),t.getEmployeeChaMultiplier()}getEmployeeCreMultiplier(){const t=_IndustryData__WEBPACK_IMPORTED_MODULE_2__.c[this.type];if(void 0===t)throw new Error(`Invalid industry: "${this.type}"`);return this.updateResearchTree(),t.getEmployeeCreMultiplier()}getEmployeeEffMultiplier(){const t=_IndustryData__WEBPACK_IMPORTED_MODULE_2__.c[this.type];if(void 0===t)throw new Error(`Invalid industry: "${this.type}"`);return this.updateResearchTree(),t.getEmployeeEffMultiplier()}getEmployeeIntMultiplier(){const t=_IndustryData__WEBPACK_IMPORTED_MODULE_2__.c[this.type];if(void 0===t)throw new Error(`Invalid industry: "${this.type}"`);return this.updateResearchTree(),t.getEmployeeIntMultiplier()}getProductionMultiplier(){const t=_IndustryData__WEBPACK_IMPORTED_MODULE_2__.c[this.type];if(void 0===t)throw new Error(`Invalid industry: "${this.type}"`);return this.updateResearchTree(),t.getProductionMultiplier()}getProductProductionMultiplier(){const t=_IndustryData__WEBPACK_IMPORTED_MODULE_2__.c[this.type];if(void 0===t)throw new Error(`Invalid industry: "${this.type}"`);return this.updateResearchTree(),t.getProductProductionMultiplier()}getSalesMultiplier(){const t=_IndustryData__WEBPACK_IMPORTED_MODULE_2__.c[this.type];if(void 0===t)throw new Error(`Invalid industry: "${this.type}"`);return this.updateResearchTree(),t.getSalesMultiplier()}getScientificResearchMultiplier(){const t=_IndustryData__WEBPACK_IMPORTED_MODULE_2__.c[this.type];if(void 0===t)throw new Error(`Invalid industry: "${this.type}"`);return this.updateResearchTree(),t.getScientificResearchMultiplier()}getStorageMultiplier(){const t=_IndustryData__WEBPACK_IMPORTED_MODULE_2__.c[this.type];if(void 0===t)throw new Error(`Invalid industry: "${this.type}"`);return this.updateResearchTree(),t.getStorageMultiplier()}toJSON(){return Object(_utils_JSONReviver__WEBPACK_IMPORTED_MODULE_0__.b)("Industry",this)}static fromJSON(t){return Object(_utils_JSONReviver__WEBPACK_IMPORTED_MODULE_0__.a)(Industry,t.data)}}_utils_JSONReviver__WEBPACK_IMPORTED_MODULE_0__.c.constructors.Industry=Industry},function(t,e,n){"use strict";function a(t,e,n){return(e<=0||e>=1)&&console.warn(`Exponential factor is ${e}. This is not an intended value for it`),n<1&&console.warn(`Linear factor is ${n}. This is not an intended value for it`),Math.pow(t,e)+t/n}n.d(e,"a",(function(){return a}))},function(t,e,n){"use strict";n.d(e,"a",(function(){return s}));var a=n(36),r=n(35),i=n(16),o=n(43);class s{constructor(t={}){var e,n,i;e=this,n="cyclesUntilRaise",i=a.a.CyclesPerEmployeeRaise,n in e?Object.defineProperty(e,n,{value:i,enumerable:!0,configurable:!0,writable:!0}):e[n]=i,this.name=t.name?t.name:"Bobby",this.mor=t.morale?t.morale:Object(r.a)(50,100),this.hap=t.happiness?t.happiness:Object(r.a)(50,100),this.ene=t.energy?t.energy:Object(r.a)(50,100),this.int=t.intelligence?t.intelligence:Object(r.a)(10,50),this.cha=t.charisma?t.charisma:Object(r.a)(10,50),this.exp=t.experience?t.experience:Object(r.a)(10,50),this.cre=t.creativity?t.creativity:Object(r.a)(10,50),this.eff=t.efficiency?t.efficiency:Object(r.a)(10,50),this.sal=t.salary?t.salary:Object(r.a)(.1,5),this.loc=t.loc?t.loc:"",this.pos=o.a.Unassigned,this.nextPos=this.pos}process(t=1){const e=.003*t,n=e*Math.random();this.exp+=e;const r=e*Math.random();this.pos===o.a.Training&&(this.cha+=r,this.exp+=r,this.eff+=r),this.ene-=n,this.hap-=n;return this.sal*t*a.a.SecsPerMarketCycle}calculateProductivity(t,e){const n=this.cre*t.getEmployeeCreMultiplier()*e.getEmployeeCreMultiplier(),a=this.cha*t.getEmployeeChaMultiplier()*e.getEmployeeChaMultiplier(),r=this.int*t.getEmployeeIntMultiplier()*e.getEmployeeIntMultiplier(),i=this.eff*t.getEmployeeEffMultiplier()*e.getEmployeeEffMultiplier(),s=this.mor*this.hap*this.ene*1e-6;let l=0;switch(this.pos){case o.a.Operations:l=.6*r+.1*a+this.exp+.5*n+i;break;case o.a.Engineer:l=r+.1*a+1.5*this.exp+i;break;case o.a.Business:l=.4*r+a+.5*this.exp;break;case o.a.Management:l=2*a+this.exp+.2*n+.7*i;break;case o.a.RandD:l=1.5*r+.8*this.exp+n+.5*i;break;case o.a.Unassigned:case o.a.Training:l=0;break;default:console.error("Invalid employee position: "+this.pos)}return s*l}toJSON(){return Object(i.b)("Employee",this)}static fromJSON(t){return Object(i.a)(s,t.data)}}i.c.constructors.Employee=s},function(t,e,n){"use strict";n.d(e,"a",(function(){return f}));var a=n(43),r=n(184),i=n(1110),o=n(560),s=n(16),l=n(35);function c(t,e,n){return e in t?Object.defineProperty(t,e,{value:n,enumerable:!0,configurable:!0,writable:!0}):t[e]=n,t}class f{constructor(t={}){c(this,"name",""),c(this,"dmd",0),c(this,"cmp",0),c(this,"mku",0),c(this,"pCost",0),c(this,"sCost",0),c(this,"fin",!1),c(this,"prog",0),c(this,"createCity",""),c(this,"designCost",0),c(this,"advCost",0),c(this,"creationProd",{[a.a.Operations]:0,[a.a.Engineer]:0,[a.a.Business]:0,[a.a.Management]:0,[a.a.RandD]:0,total:0}),c(this,"rat",0),c(this,"qlt",0),c(this,"per",0),c(this,"dur",0),c(this,"rel",0),c(this,"aes",0),c(this,"fea",0),c(this,"data",Object(o.a)([0,0,0])),c(this,"loc",""),c(this,"siz",0),c(this,"reqMats",{}),c(this,"prdman",Object(o.a)([!1,0])),c(this,"sllman",Object(o.a)([!1,0])),c(this,"marketTa1",!1),c(this,"marketTa2",!1),c(this,"marketTa2Price",Object(o.a)(0)),c(this,"maxsll",0),this.name=t.name?t.name:"",this.dmd=t.demand?t.demand:0,this.cmp=t.competition?t.competition:0,this.mku=t.markup?t.markup:0,this.createCity=t.createCity?t.createCity:"",this.designCost=t.designCost?t.designCost:0,this.advCost=t.advCost?t.advCost:0,this.qlt=t.quality?t.quality:0,this.per=t.performance?t.performance:0,this.dur=t.durability?t.durability:0,this.rel=t.reliability?t.reliability:0,this.aes=t.aesthetics?t.aesthetics:0,this.fea=t.features?t.features:0,this.loc=t.loc?t.loc:"",this.siz=t.size?t.size:0,this.reqMats=t.req?t.req:{}}createProduct(t,e){if(this.fin)return;const n=e[a.a.Operations],r=e[a.a.Engineer],i=e[a.a.Management],o=n+r+i;if(o<=0)return;const s=1+i/(1.2*o),l=(Math.pow(r,.34)+Math.pow(n,.2))*s,c=Math.min(.01*t*l,100-this.prog);if(!(c<=0)){this.prog+=c;for(const t of Object.keys(e))this.creationProd[t]+=e[t]*c/100}}finishProduct(t){this.fin=!0;const e=this.creationProd.total,n=this.creationProd[a.a.Engineer]/e,i=this.creationProd[a.a.Management]/e,o=this.creationProd[a.a.RandD]/e,s=this.creationProd[a.a.Operations]/e,c=this.creationProd[a.a.Business]/e,f=(1.2*n+.9*i+1.3*o+1.5*s+c)*(1+Math.pow(this.designCost,.1)/100)*(1+Math.pow(t.sciResearch.qty,t.sciFac)/800);this.qlt=f*(.1*this.creationProd[a.a.Engineer]+.05*this.creationProd[a.a.Management]+.05*this.creationProd[a.a.RandD]+.02*this.creationProd[a.a.Operations]+.02*this.creationProd[a.a.Business]),this.per=f*(.15*this.creationProd[a.a.Engineer]+.02*this.creationProd[a.a.Management]+.02*this.creationProd[a.a.RandD]+.02*this.creationProd[a.a.Operations]+.02*this.creationProd[a.a.Business]),this.dur=f*(.05*this.creationProd[a.a.Engineer]+.02*this.creationProd[a.a.Management]+.08*this.creationProd[a.a.RandD]+.05*this.creationProd[a.a.Operations]+.05*this.creationProd[a.a.Business]),this.rel=f*(.02*this.creationProd[a.a.Engineer]+.08*this.creationProd[a.a.Management]+.02*this.creationProd[a.a.RandD]+.05*this.creationProd[a.a.Operations]+.08*this.creationProd[a.a.Business]),this.aes=f*(0*this.creationProd[a.a.Engineer]+.08*this.creationProd[a.a.Management]+.05*this.creationProd[a.a.RandD]+.02*this.creationProd[a.a.Operations]+.1*this.creationProd[a.a.Business]),this.fea=f*(.08*this.creationProd[a.a.Engineer]+.05*this.creationProd[a.a.Management]+.02*this.creationProd[a.a.RandD]+.05*this.creationProd[a.a.Operations]+.05*this.creationProd[a.a.Business]),this.calculateRating(t);const u=1+Math.pow(this.advCost,.1)/100,m=Math.max(c+i,1/e);this.mku=100/(u*Math.pow(this.qlt+.001,.65)*m),0!==this.mku&&isFinite(this.mku)||(this.mku=1),this.dmd=0===t.awareness?20:Math.min(100,u*(t.popularity/t.awareness*100)),this.cmp=Object(l.a)(0,70);for(const e of Object.keys(t.reqMats))if(t.reqMats.hasOwnProperty(e)){const n=t.reqMats[e];if(void 0===n)continue;this.reqMats[e]=n}this.siz=0;for(const e of Object.keys(t.reqMats)){const n=t.reqMats[e];void 0!==n&&(this.siz+=r.a[e]*n)}}calculateRating(t){const e=i.a[t.type];null!=e?(this.rat=0,this.rat+=e.Quality?this.qlt*e.Quality:0,this.rat+=e.Performance?this.per*e.Performance:0,this.rat+=e.Durability?this.dur*e.Durability:0,this.rat+=e.Reliability?this.rel*e.Reliability:0,this.rat+=e.Aesthetics?this.aes*e.Aesthetics:0,this.rat+=e.Features?this.fea*e.Features:0):console.error("Could not find product rating weights for: "+t)}toJSON(){return Object(s.b)("Product",this)}static fromJSON(t){return Object(s.a)(f,t.data)}}s.c.constructors.Product=f},function(t,e,n){"use strict";n.d(e,"a",(function(){return r}));var a=n(52);const r={[a.a.Food]:{Quality:.7,Durability:.1,Aesthetics:.2},[a.a.Tobacco]:{Quality:.4,Durability:.2,Reliability:.2,Aesthetics:.2},[a.a.Pharmaceutical]:{Quality:.2,Performance:.2,Durability:.1,Reliability:.3,Features:.2},[a.a.Computer]:{Quality:.15,Performance:.25,Durability:.25,Reliability:.2,Aesthetics:.05,Features:.1},Computer:{Quality:.15,Performance:.25,Durability:.25,Reliability:.2,Aesthetics:.05,Features:.1},[a.a.Robotics]:{Quality:.1,Performance:.2,Durability:.2,Reliability:.2,Aesthetics:.1,Features:.2},[a.a.Software]:{Quality:.2,Performance:.2,Reliability:.2,Durability:.2,Features:.2},[a.a.Healthcare]:{Quality:.4,Performance:.1,Durability:.1,Reliability:.3,Features:.1},[a.a.RealEstate]:{Quality:.2,Durability:.25,Reliability:.1,Aesthetics:.35,Features:.1}}},function(t,e,n){"use strict";n.d(e,"a",(function(){return v}));var a=n(1),r=n(610),i=n(215),o=n(156),s=n(42),l=n(185),c=n(99),f=n(56),u=n(206),m=n(359),h=n(544),d=n(2),p=n(475),g=n(84),b=n(253),y=n(390),E=n(192);function v(){const t=function(t){if(!a.a.hasProgram(f.a.Formulas.name))throw d.b.makeRuntimeErrorMsg(t,"Requires Formulas.exe to run.")};return{mockServer:()=>()=>({cpuCores:0,ftpPortOpen:!1,hasAdminRights:!1,hostname:"",httpPortOpen:!1,ip:"",isConnectedTo:!1,maxRam:0,organizationName:"",ramUsed:0,smtpPortOpen:!1,sqlPortOpen:!1,sshPortOpen:!1,purchasedByPlayer:!1,backdoorInstalled:!1,baseDifficulty:0,hackDifficulty:0,minDifficulty:0,moneyAvailable:0,moneyMax:0,numOpenPortsRequired:0,openPortCount:0,requiredHackingSkill:0,serverGrowth:0}),mockPlayer:()=>()=>({hp:{current:0,max:0},skills:{hacking:0,strength:0,defense:0,dexterity:0,agility:0,charisma:0,intelligence:0},exp:{hacking:0,strength:0,defense:0,dexterity:0,agility:0,charisma:0,intelligence:0},mults:Object(E.a)(),numPeopleKilled:0,money:0,city:"",location:"",bitNodeN:0,totalPlaytime:0,playtimeSinceLastAug:0,playtimeSinceLastBitnode:0,jobs:{},factions:[],tor:!1,hasCorporation:!1,inBladeburner:!1,entropy:0}),reputation:{calculateFavorToRep:e=>n=>{const a=d.b.number(e,"favor",n);return t(e),Object(m.a)(a)},calculateRepToFavor:e=>n=>{const a=d.b.number(e,"rep",n);return t(e),Object(m.b)(a)},repFromDonation:e=>(n,a)=>{const r=d.b.number(e,"amount",n),i=d.b.player(e,a);return t(e),Object(h.a)(r,i)}},skills:{calculateSkill:e=>(n,a=1)=>{const r=d.b.number(e,"exp",n),i=d.b.number(e,"mult",a);return t(e),Object(l.b)(r,i)},calculateExp:e=>(n,a=1)=>{const r=d.b.number(e,"skill",n),i=d.b.number(e,"mult",a);return t(e),Object(l.a)(r,i)}},hacking:{hackChance:e=>(n,a)=>{const r=d.b.server(e,n),i=d.b.player(e,a);return t(e),Object(c.b)(r,i)},hackExp:e=>(n,a)=>{const r=d.b.server(e,n),i=d.b.player(e,a);return t(e),Object(c.c)(r,i)},hackPercent:e=>(n,a)=>{const r=d.b.server(e,n),i=d.b.player(e,a);return t(e),Object(c.e)(r,i)},growPercent:e=>(n,a,i,o=1)=>{const s=d.b.server(e,n),l=d.b.player(e,i),c=d.b.number(e,"threads",a),f=d.b.number(e,"cores",o);return t(e),Object(r.a)(s,c,l,f)},hackTime:e=>(n,a)=>{const r=d.b.server(e,n),i=d.b.player(e,a);return t(e),1e3*Object(c.d)(r,i)},growTime:e=>(n,a)=>{const r=d.b.server(e,n),i=d.b.player(e,a);return t(e),1e3*Object(c.a)(r,i)},weakenTime:e=>(n,a)=>{const r=d.b.server(e,n),i=d.b.player(e,a);return t(e),1e3*Object(c.f)(r,i)}},hacknetNodes:{moneyGainRate:e=>(n,a,r,o=1)=>{const s=d.b.number(e,"level",n),l=d.b.number(e,"ram",a),c=d.b.number(e,"cores",r),f=d.b.number(e,"mult",o);return t(e),Object(i.c)(s,l,c,f)},levelUpgradeCost:e=>(n,a=1,r=1)=>{const o=d.b.number(e,"startingLevel",n),s=d.b.number(e,"extraLevels",a),l=d.b.number(e,"costMult",r);return t(e),Object(i.b)(o,s,l)},ramUpgradeCost:e=>(n,a=1,r=1)=>{const o=d.b.number(e,"startingRam",n),s=d.b.number(e,"extraLevels",a),l=d.b.number(e,"costMult",r);return t(e),Object(i.e)(o,s,l)},coreUpgradeCost:e=>(n,a=1,r=1)=>{const o=d.b.number(e,"startingCore",n),s=d.b.number(e,"extraCores",a),l=d.b.number(e,"costMult",r);return t(e),Object(i.a)(o,s,l)},hacknetNodeCost:e=>(n,a)=>{const r=d.b.number(e,"n",n),o=d.b.number(e,"mult",a);return t(e),Object(i.d)(r,o)},constants:e=>()=>(t(e),Object.assign({},s.a))},hacknetServers:{hashGainRate:e=>(n,a,r,i,s=1)=>{const l=d.b.number(e,"level",n),c=d.b.number(e,"ramUsed",a),f=d.b.number(e,"maxRam",r),u=d.b.number(e,"cores",i),m=d.b.number(e,"mult",s);return t(e),Object(o.c)(l,c,f,u,m)},levelUpgradeCost:e=>(n,a=1,r=1)=>{const i=d.b.number(e,"startingLevel",n),s=d.b.number(e,"extraLevels",a),l=d.b.number(e,"costMult",r);return t(e),Object(o.d)(i,s,l)},ramUpgradeCost:e=>(n,a=1,r=1)=>{const i=d.b.number(e,"startingRam",n),s=d.b.number(e,"extraLevels",a),l=d.b.number(e,"costMult",r);return t(e),Object(o.e)(i,s,l)},coreUpgradeCost:e=>(n,a=1,r=1)=>{const i=d.b.number(e,"startingCore",n),s=d.b.number(e,"extraCores",a),l=d.b.number(e,"costMult",r);return t(e),Object(o.b)(i,s,l)},cacheUpgradeCost:e=>(n,a=1)=>{const r=d.b.number(e,"startingCache",n),i=d.b.number(e,"extraCache",a);return t(e),Object(o.a)(r,i)},hashUpgradeCost:e=>(n,r)=>{const i=d.b.string(e,"upgName",n),o=d.b.number(e,"level",r);t(e);const s=a.a.hashManager.getUpgrade(i);if(!s)throw d.b.makeRuntimeErrorMsg(e,"Invalid Hash Upgrade: "+i);return s.getCost(o)},hacknetServerCost:e=>(n,a=1)=>{const r=d.b.number(e,"n",n),i=d.b.number(e,"mult",a);return t(e),Object(o.f)(r,i)},constants:e=>()=>(t(e),Object.assign({},s.b))},gang:{wantedPenalty:e=>n=>{const a=d.b.gang(e,n);return t(e),Object(u.f)(a)},respectGain:e=>(n,a,r)=>{const i=d.b.gang(e,n),o=d.b.gangMember(e,a),s=d.b.gangTask(e,r);return t(e),Object(u.d)(i,o,s)},wantedLevelGain:e=>(n,a,r)=>{const i=d.b.gang(e,n),o=d.b.gangMember(e,a),s=d.b.gangTask(e,r);return t(e),Object(u.e)(i,o,s)},moneyGain:e=>(n,a,r)=>{const i=d.b.gang(e,n),o=d.b.gangMember(e,a),s=d.b.gangTask(e,r);return t(e),Object(u.c)(i,o,s)},ascensionPointsGain:e=>n=>{const a=d.b.number(e,"exp",n);return t(e),Object(u.b)(a)},ascensionMultiplier:e=>n=>{const a=d.b.number(e,"points",n);return t(e),Object(u.a)(a)}},work:{crimeGains:t=>e=>{const n=d.b.string(t,"crimeType",e),a=Object.values(g.a).find(t=>String(t.type)===n);if(!a)throw new Error("Invalid crime type: "+n);return Object(p.a)(a)},classGains:t=>(e,n,a)=>{const r=d.b.player(t,e),i=d.b.string(t,"classType",n),o=d.b.string(t,"locationName",a);return Object(b.a)(r,i,o)},factionGains:t=>(e,n,a)=>{const r=d.b.player(t,e),i=d.b.string(t,"_workType",n),o=d.b.number(t,"favor",a),s=Object(y.a)(r,i),l=Object(y.b)(r,i,o);return s.reputation=l,s}}}}},function(t,e,n){"use strict";n.d(e,"a",(function(){return m}));var a=n(1),r=n(195),i=n(97),o=n(233),s=n(117),l=n(75),c=n(106),f=n(234),u=n(2);function m(){const t=function(t){if(!a.a.hasWseAccount)throw u.b.makeRuntimeErrorMsg(t,`You don't have WSE Access! Cannot use ${t.function}()`);if(!a.a.hasTixApiAccess)throw u.b.makeRuntimeErrorMsg(t,`You don't have TIX API Access! Cannot use ${t.function}()`)},e=function(t,e){const n=i.b[e];if(null==n)throw u.b.makeRuntimeErrorMsg(t,`Invalid stock symbol: '${e}'`);return n};return{hasWSEAccount:()=>()=>a.a.hasWseAccount,hasTIXAPIAccess:()=>()=>a.a.hasTixApiAccess,has4SData:()=>()=>a.a.has4SData,has4SDataTIXAPI:()=>()=>a.a.has4SDataTixApi,getSymbols:e=>()=>(t(e),Object.values(c.a)),getPrice:n=>a=>{const r=u.b.string(n,"symbol",a);t(n);return e(n,r).price},getAskPrice:n=>a=>{const r=u.b.string(n,"symbol",a);t(n);return e(n,r).getAskPrice()},getBidPrice:n=>a=>{const r=u.b.string(n,"symbol",a);t(n);return e(n,r).getBidPrice()},getPosition:e=>n=>{const a=u.b.string(e,"symbol",n);t(e);const r=i.b[a];if(null==r)throw u.b.makeRuntimeErrorMsg(e,"Invalid stock symbol: "+a);return[r.playerShares,r.playerAvgPx,r.playerShortShares,r.playerAvgShortPx]},getMaxShares:n=>a=>{const r=u.b.string(n,"symbol",a);t(n);return e(n,r).maxShares},getPurchaseCost:n=>(a,r,i)=>{const s=u.b.string(n,"symbol",a);let c=u.b.number(n,"shares",r);const f=u.b.string(n,"posType",i);t(n);const m=e(n,s);let h;c=Math.round(c);const d=f.toLowerCase();if(d.includes("l"))h=l.a.Long;else{if(!d.includes("s"))return 1/0;h=l.a.Short}const p=Object(o.b)(m,c,h);return null==p?1/0:p},getSaleGain:n=>(a,r,i)=>{const s=u.b.string(n,"symbol",a);let c=u.b.number(n,"shares",r);const f=u.b.string(n,"posType",i);t(n);const m=e(n,s);let h;c=Math.round(c);const d=f.toLowerCase();if(d.includes("l"))h=l.a.Long;else{if(!d.includes("s"))return 0;h=l.a.Short}const p=Object(o.c)(m,c,h);return null==p?0:p},buyStock:n=>(a,i)=>{const o=u.b.string(n,"symbol",a),s=u.b.number(n,"shares",i);t(n);const l=e(n,o);return Object(r.a)(l,s,n,{})?l.getAskPrice():0},sellStock:n=>(a,i)=>{const o=u.b.string(n,"symbol",a),s=u.b.number(n,"shares",i);t(n);const l=e(n,o);return Object(r.c)(l,s,n,{})?l.getBidPrice():0},buyShort:n=>(i,o)=>{const s=u.b.string(n,"symbol",i),l=u.b.number(n,"shares",o);if(t(n),8!==a.a.bitNodeN&&a.a.sourceFileLvl(8)<=1)throw u.b.makeRuntimeErrorMsg(n,"You must either be in BitNode-8 or you must have Source-File 8 Level 2.");const c=e(n,s);return Object(r.d)(c,l,n,{})?c.getBidPrice():0},sellShort:n=>(i,o)=>{const s=u.b.string(n,"symbol",i),l=u.b.number(n,"shares",o);if(t(n),8!==a.a.bitNodeN&&a.a.sourceFileLvl(8)<=1)throw u.b.makeRuntimeErrorMsg(n,"You must either be in BitNode-8 or you must have Source-File 8 Level 2.");const c=e(n,s);return Object(r.b)(c,l,n,{})?c.getAskPrice():0},placeOrder:n=>(r,o,c,f,m)=>{const h=u.b.string(n,"symbol",r),d=u.b.number(n,"shares",o),p=u.b.number(n,"price",c),g=u.b.string(n,"type",f),b=u.b.string(n,"pos",m);if(t(n),8!==a.a.bitNodeN&&a.a.sourceFileLvl(8)<=2)throw u.b.makeRuntimeErrorMsg(n,"You must either be in BitNode-8 or you must have Source-File 8 Level 3.");const y=e(n,h);let E,v;const k=g.toLowerCase();if(k.includes("limit")&&k.includes("buy"))E=s.a.LimitBuy;else if(k.includes("limit")&&k.includes("sell"))E=s.a.LimitSell;else if(k.includes("stop")&&k.includes("buy"))E=s.a.StopBuy;else{if(!k.includes("stop")||!k.includes("sell"))throw u.b.makeRuntimeErrorMsg(n,"Invalid order type: "+g);E=s.a.StopSell}const w=b.toLowerCase();if(w.includes("l"))v=l.a.Long;else{if(!w.includes("s"))throw u.b.makeRuntimeErrorMsg(n,"Invalid position type: "+b);v=l.a.Short}return Object(i.i)(y,d,p,E,v,n)},cancelOrder:n=>(r,o,c,f,m)=>{const h=u.b.string(n,"symbol",r),d=u.b.number(n,"shares",o),p=u.b.number(n,"price",c),g=u.b.string(n,"type",f),b=u.b.string(n,"pos",m);if(t(n),8!==a.a.bitNodeN&&a.a.sourceFileLvl(8)<=2)throw u.b.makeRuntimeErrorMsg(n,"You must either be in BitNode-8 or you must have Source-File 8 Level 3.");const y=e(n,h);if(isNaN(d)||isNaN(p))throw u.b.makeRuntimeErrorMsg(n,`Invalid shares or price. Must be numeric. shares=${d}, price=${p}`);let E,v;const k=g.toLowerCase();if(k.includes("limit")&&k.includes("buy"))E=s.a.LimitBuy;else if(k.includes("limit")&&k.includes("sell"))E=s.a.LimitSell;else if(k.includes("stop")&&k.includes("buy"))E=s.a.StopBuy;else{if(!k.includes("stop")||!k.includes("sell"))throw u.b.makeRuntimeErrorMsg(n,"Invalid order type: "+g);E=s.a.StopSell}const w=b.toLowerCase();if(w.includes("l"))v=l.a.Long;else{if(!w.includes("s"))throw u.b.makeRuntimeErrorMsg(n,"Invalid position type: "+b);v=l.a.Short}const S={stock:y,shares:d,price:p,type:E,pos:v};return Object(i.c)(S,n)},getOrders:e=>()=>{if(t(e),8!==a.a.bitNodeN&&a.a.sourceFileLvl(8)<=2)throw u.b.makeRuntimeErrorMsg(e,"You must either be in BitNode-8 or have Source-File 8 Level 3.");const n={},r=i.a.Orders;for(const t of Object.keys(r)){const e=r[t];if(e.constructor===Array&&e.length>0){n[t]=[];for(let a=0;an=>{const r=u.b.string(t,"symbol",n);if(!a.a.has4SDataTixApi)throw u.b.makeRuntimeErrorMsg(t,"You don't have 4S Market Data TIX API Access!");return e(t,r).mv/100},getForecast:t=>n=>{const r=u.b.string(t,"symbol",n);if(!a.a.has4SDataTixApi)throw u.b.makeRuntimeErrorMsg(t,"You don't have 4S Market Data TIX API Access!");const i=e(t,r);let o=50;return i.b?o+=i.otlkMag:o-=i.otlkMag,o/100},purchase4SMarketData:t=>()=>a.a.has4SData?(u.b.log(t,()=>"Already purchased 4S Market Data."),!0):a.a.money"Not enough money to purchase 4S Market Data."),!1):(a.a.has4SData=!0,a.a.loseMoney(Object(f.a)(),"stock"),u.b.log(t,()=>"Purchased 4S Market Data"),!0),purchase4SMarketDataTixApi:e=>()=>(t(e),a.a.has4SDataTixApi?(u.b.log(e,()=>"Already purchased 4S Market Data TIX API"),!0):a.a.money"Not enough money to purchase 4S Market Data TIX API"),!1):(a.a.has4SDataTixApi=!0,a.a.loseMoney(Object(f.b)(),"stock"),u.b.log(e,()=>"Purchased 4S Market Data TIX API"),!0)),purchaseWseAccount:t=>()=>a.a.hasWseAccount?(u.b.log(t,()=>"Already purchased WSE Account"),!0):a.a.money"Not enough money to purchase WSE Account Access"),!1):(a.a.hasWseAccount=!0,Object(i.f)(),a.a.loseMoney(Object(f.d)(),"stock"),u.b.log(t,()=>"Purchased WSE Account Access"),!0),purchaseTixApi:t=>()=>a.a.hasTixApiAccess?(u.b.log(t,()=>"Already purchased TIX API"),!0):a.a.money"Not enough money to purchase TIX API Access"),!1):(a.a.hasTixApiAccess=!0,a.a.loseMoney(Object(f.c)(),"stock"),u.b.log(t,()=>"Purchased TIX API"),!0)}}},function(t,e,n){"use strict";n.d(e,"a",(function(){return m}));var a=n(72),r=n(101),i=n(17),o=n(395),s=n(272),l=n(1),c=n(22),f=n(383),u=n(2);function m(){const t=t=>{if(!l.a.canAccessGrafting())throw u.b.makeRuntimeErrorMsg(t,"You do not currently have access to the Grafting API. This is either because you are not in BitNode 10 or because you do not have Source-File 10")};return{getAugmentationGraftPrice:e=>n=>{const r=u.b.string(e,"augName",n);if(t(e),!Object(s.b)().includes(r)||!a.a.hasOwnProperty(r))throw u.b.makeRuntimeErrorMsg(e,"Invalid aug: "+r);return new o.a(a.a[r]).cost},getAugmentationGraftTime:e=>n=>{const r=u.b.string(e,"augName",n);if(t(e),!Object(s.b)().includes(r)||!a.a.hasOwnProperty(r))throw u.b.makeRuntimeErrorMsg(e,"Invalid aug: "+r);const i=new o.a(a.a[r]);return Object(s.a)(i)},getGraftableAugmentations:e=>()=>{t(e);return Object(s.b)()},graftAugmentation:e=>(n,m=!0)=>{const h=u.b.string(e,"augName",n),d=!!m;if(t(e),l.a.city!==i.a.NewTokyo)throw u.b.makeRuntimeErrorMsg(e,"You must be in New Tokyo to begin grafting an Augmentation.");if(!Object(s.b)().includes(h)||!a.a.hasOwnProperty(h))return u.b.log(e,()=>"Invalid aug: "+h),!1;const p=l.a.focus,g=new o.a(a.a[h]);return l.a.money"You don't have enough money to craft "+h),!1):Object(r.b)(g.augmentation)?(l.a.startWork(new f.a({singularity:!0,augmentation:h})),d?(l.a.startFocusing(),c.b.toWork()):p&&(l.a.stopFocusing(),c.b.toTerminal()),u.b.log(e,()=>`Began grafting Augmentation ${h}.`),!0):(u.b.log(e,()=>"You don't have the pre-requisites for "+h),!1)}}}},,function(t,e,n){"use strict";n.d(e,"a",(function(){return V}));var a=n(1),r=n(101),i=n(191),o=n(72),s=n(114),l=n(13),c=n(162),f=n(15),u=n(189),m=n(477),h=n(267),d=n(394),p=n(107),g=n(214),b=n(17),y=n(11),E=n(22),v=n(88),k=n(28),w=n(164),S=n(26),_=n(56),C=n(7),x=n(25),L=n(78),O=n(30),M=n(2),A=n(29),T=n(141),R=n(9),N=n(99),P=n(46),I=n(422),F=n(389),D=n(61),j=n(545),B=n(5),G=n(57),W=n(304),H=n(224),U=n(108),q=n(329),$=n(294),K=n(102),z=n(475);function V(){const t=function(t,e){if(!Object(s.b)(e))throw M.b.makeRuntimeErrorMsg(t,`Invalid augmentation: '${e}'`);return o.a[e]},e=function(t,e){if(!Object(O.b)(e))throw M.b.makeRuntimeErrorMsg(t,"Invalid faction name: '"+e);return O.a[e]},n=function(t,e){const n=L.a[e];if(!n)throw M.b.makeRuntimeErrorMsg(t,`Invalid company name: '${e}'`);return n},V=function(t=null){if(!t)return;const e=a.a.getHomeComputer();for(const n of e.scripts)if(n.filename===t){if(n.ramUsage>e.maxRam-e.ramUsed+.001)return;const t=new m.a(n,[]);t.threads=1,Object(i.e)(t,e)}};return{getOwnedAugmentations:t=>function(e=!1){M.b.checkSingularityAccess(t);const n=!!e,r=[];for(let t=0;t()=>{const t=[];for(let e=0;efunction(n){M.b.checkSingularityAccess(t);const a=M.b.string(t,"facName",n),i=e(t,a);return Object(r.a)(i)},getAugmentationCost:e=>function(n){M.b.checkSingularityAccess(e);const a=M.b.string(e,"augName",n),r=t(e,a).getCost();return[r.repCost,r.moneyCost]},getAugmentationPrereq:e=>function(n){M.b.checkSingularityAccess(e);const a=M.b.string(e,"augName",n);return t(e,a).prereqs.slice()},getAugmentationBasePrice:e=>function(n){M.b.checkSingularityAccess(e);const a=M.b.string(e,"augName",n);return t(e,a).baseCost*x.a.AugmentationMoneyCost},getAugmentationPrice:e=>function(n){M.b.checkSingularityAccess(e);const a=M.b.string(e,"augName",n);return t(e,a).getCost().moneyCost},getAugmentationRepReq:e=>function(n){M.b.checkSingularityAccess(e);const a=M.b.string(e,"augName",n);return t(e,a).getCost().repCost},getAugmentationStats:e=>function(n){M.b.checkSingularityAccess(e);const a=M.b.string(e,"augName",n),r=t(e,a);return Object.assign({},r.mults)},purchaseAugmentation:n=>function(i,o){M.b.checkSingularityAccess(n);const s=M.b.string(n,"facName",i),c=M.b.string(n,"augName",o),m=e(n,s),h=t(n,c),d=Object(r.a)(m);if(!a.a.factions.includes(m.name))return M.b.log(n,()=>`You can't purchase augmentations from '${s}' because you aren't a member`),!1;if(!d.includes(c))return M.b.log(n,()=>`Faction '${s}' does not have the '${c}' augmentation.`),!1;if(!(h.name===l.a.NeuroFluxGovernor)){for(let t=0;t`You already have the '${c}' augmentation.`),!1;for(let t=0;t`You already have the '${c}' augmentation.`),!1}if(m.playerReputation`You do not have enough reputation with '${m.name}'.`),!1;const p=Object(r.f)(h,m,!0);return M.b.log(n,()=>p),!(!Object(u.a)(p)||!p.startsWith("You purchased"))&&(a.a.gainIntelligenceExp(10*f.a.IntelligenceSingFnBaseExpGain),!0)},softReset:t=>function(e=""){M.b.checkSingularityAccess(t);const n=M.b.string(t,"cbScript",e);M.b.log(t,()=>"Soft resetting. This will cause this script to be killed"),setTimeout(()=>{Object(s.f)(!0),V(n)},0),Object(c.a)(t.workerScript)},installAugmentations:t=>function(e=""){M.b.checkSingularityAccess(t);const n=M.b.string(t,"cbScript",e);return 0===a.a.queuedAugmentations.length?(M.b.log(t,()=>"You do not have any Augmentations to be installed."),!1):(a.a.gainIntelligenceExp(10*f.a.IntelligenceSingFnBaseExpGain),M.b.log(t,()=>"Installing Augmentations. This will cause this script to be killed"),setTimeout(()=>{Object(s.f)(),V(n)},0),Object(c.a)(t.workerScript),!0)},goToLocation:t=>function(e){M.b.checkSingularityAccess(t);const n=M.b.string(t,"locationName",e),r=Object.values(w.a).find(t=>t.name===n);return r?r.city&&a.a.city!==r.city?(M.b.log(t,()=>`No location named ${n} in ${a.a.city}`),!1):(r.name===y.a.TravelAgency?E.b.toTravel():r.name===y.a.WorldStockExchange?E.b.toStockMarket():E.b.toLocation(r),a.a.gainIntelligenceExp(f.a.IntelligenceSingFnBaseExpGain/5e4),!0):(M.b.log(t,()=>"No location named "+n),!1)},universityCourse:t=>function(e,n,r=!0){M.b.checkSingularityAccess(t);const i=M.b.string(t,"universityName",e),o=M.b.string(t,"className",n),s=!!r,l=a.a.focus;switch(i.toLowerCase()){case y.a.AevumSummitUniversity.toLowerCase():if(a.a.city!=b.a.Aevum)return M.b.log(t,()=>`You cannot study at 'Summit University' because you are not in '${b.a.Aevum}'.`),!1;a.a.gotoLocation(y.a.AevumSummitUniversity);break;case y.a.Sector12RothmanUniversity.toLowerCase():if(a.a.city!=b.a.Sector12)return M.b.log(t,()=>`You cannot study at 'Rothman University' because you are not in '${b.a.Sector12}'.`),!1;a.a.location=y.a.Sector12RothmanUniversity;break;case y.a.VolhavenZBInstituteOfTechnology.toLowerCase():if(a.a.city!=b.a.Volhaven)return M.b.log(t,()=>`You cannot study at 'ZB Institute of Technology' because you are not in '${b.a.Volhaven}'.`),!1;a.a.location=y.a.VolhavenZBInstituteOfTechnology;break;default:return M.b.log(t,()=>`Invalid university name: '${i}'.`),!1}let c;switch(o.toLowerCase()){case"Study Computer Science".toLowerCase():c=G.a.StudyComputerScience;break;case"Data Structures".toLowerCase():c=G.a.DataStructures;break;case"Networks".toLowerCase():c=G.a.Networks;break;case"Algorithms".toLowerCase():c=G.a.Algorithms;break;case"Management".toLowerCase():c=G.a.Management;break;case"Leadership".toLowerCase():c=G.a.Leadership;break;default:return M.b.log(t,()=>`Invalid class name: ${o}.`),!1}return a.a.startWork(new G.b({classType:c,location:a.a.location,singularity:!0})),s?(a.a.startFocusing(),E.b.toWork()):l&&(a.a.stopFocusing(),E.b.toTerminal()),M.b.log(t,()=>`Started ${c} at ${i}`),!0},gymWorkout:t=>function(e,n,r=!0){M.b.checkSingularityAccess(t);const i=M.b.string(t,"gymName",e),o=M.b.string(t,"stat",n),s=!!r,l=a.a.focus;switch(i.toLowerCase()){case y.a.AevumCrushFitnessGym.toLowerCase():if(a.a.city!=b.a.Aevum)return M.b.log(t,()=>`You cannot workout at '${y.a.AevumCrushFitnessGym}' because you are not in '${b.a.Aevum}'.`),!1;a.a.location=y.a.AevumCrushFitnessGym;break;case y.a.AevumSnapFitnessGym.toLowerCase():if(a.a.city!=b.a.Aevum)return M.b.log(t,()=>`You cannot workout at '${y.a.AevumSnapFitnessGym}' because you are not in '${b.a.Aevum}'.`),!1;a.a.location=y.a.AevumSnapFitnessGym;break;case y.a.Sector12IronGym.toLowerCase():if(a.a.city!=b.a.Sector12)return M.b.log(t,()=>`You cannot workout at '${y.a.Sector12IronGym}' because you are not in '${b.a.Sector12}'.`),!1;a.a.location=y.a.Sector12IronGym;break;case y.a.Sector12PowerhouseGym.toLowerCase():if(a.a.city!=b.a.Sector12)return M.b.log(t,()=>`You cannot workout at '${y.a.Sector12PowerhouseGym}' because you are not in '${b.a.Sector12}'.`),!1;a.a.location=y.a.Sector12PowerhouseGym;break;case y.a.VolhavenMilleniumFitnessGym.toLowerCase():if(a.a.city!=b.a.Volhaven)return M.b.log(t,()=>`You cannot workout at '${y.a.VolhavenMilleniumFitnessGym}' because you are not in '${b.a.Volhaven}'.`),!1;a.a.location=y.a.VolhavenMilleniumFitnessGym;break;default:return M.b.log(t,()=>`Invalid gym name: ${i}. gymWorkout() failed`),!1}switch(o.toLowerCase()){case"strength".toLowerCase():case"str".toLowerCase():a.a.startWork(new G.b({classType:G.a.GymStrength,location:a.a.location,singularity:!0}));break;case"defense".toLowerCase():case"def".toLowerCase():a.a.startWork(new G.b({classType:G.a.GymDefense,location:a.a.location,singularity:!0}));break;case"dexterity".toLowerCase():case"dex".toLowerCase():a.a.startWork(new G.b({classType:G.a.GymDexterity,location:a.a.location,singularity:!0}));break;case"agility".toLowerCase():case"agi".toLowerCase():a.a.startWork(new G.b({classType:G.a.GymAgility,location:a.a.location,singularity:!0}));break;default:return M.b.log(t,()=>`Invalid stat: ${o}.`),!1}return s?(a.a.startFocusing(),E.b.toWork()):l&&(a.a.stopFocusing(),E.b.toTerminal()),M.b.log(t,()=>`Started training ${o} at ${i}`),!0},travelToCity:t=>function(e){M.b.checkSingularityAccess(t);const n=M.b.city(t,"cityName",e);switch(n){case b.a.Aevum:case b.a.Chongqing:case b.a.Sector12:case b.a.NewTokyo:case b.a.Ishima:case b.a.Volhaven:return a.a.money"Not enough money to travel."),!1):(a.a.loseMoney(f.a.TravelCost,"other"),a.a.city=n,M.b.log(t,()=>"Traveled to "+n),a.a.gainIntelligenceExp(f.a.IntelligenceSingFnBaseExpGain/5e4),!0);default:throw M.b.makeRuntimeErrorMsg(t,`Invalid city name: '${n}'.`)}},purchaseTor:t=>function(){if(M.b.checkSingularityAccess(t),a.a.hasTorRouter())return M.b.log(t,()=>"You already have a TOR router!"),!0;if(a.a.money"You cannot afford to purchase a Tor router."),!1;a.a.loseMoney(f.a.TorRouterCost,"other");const e=Object(S.d)(v.a.DarkWeb);if(!e)throw M.b.makeRuntimeErrorMsg(t,"DarkWeb was not a server but should have been");return a.a.getHomeComputer().serversOnNetwork.push(e.hostname),e.serversOnNetwork.push(a.a.getHomeComputer().hostname),a.a.gainIntelligenceExp(f.a.IntelligenceSingFnBaseExpGain/500),M.b.log(t,()=>"You have purchased a Tor router!"),!0},purchaseProgram:t=>function(e){M.b.checkSingularityAccess(t);const n=M.b.string(t,"programName",e).toLowerCase();if(!a.a.hasTorRouter())return M.b.log(t,()=>"You do not have the TOR router."),!1;const r=Object.values(g.a).find(t=>t.program.toLowerCase()===n);return null==r?(M.b.log(t,()=>`Invalid program name: '${n}.`),!1):a.a.money`Not enough money to purchase '${r.program}'. Need ${C.a.formatMoney(r.price)}`),!1):a.a.hasProgram(r.program)?(M.b.log(t,()=>`You already have the '${r.program}' program`),!0):(a.a.getHomeComputer().pushProgram(r.program),Object(W.b)(a.a.currentWork)&&a.a.currentWork.programName===r.program&&a.a.finishWork(!0),a.a.loseMoney(r.price,"other"),M.b.log(t,()=>`You have purchased the '${r.program}' program. The new program can be found on your home computer.`),a.a.gainIntelligenceExp(f.a.IntelligenceSingFnBaseExpGain/5e3),!0)},getCurrentServer:t=>function(){return M.b.checkSingularityAccess(t),a.a.getCurrentServer().hostname},connect:t=>function(e){M.b.checkSingularityAccess(t);const n=M.b.string(t,"hostname",e);if(!n)throw M.b.makeRuntimeErrorMsg(t,`Invalid hostname: '${n}'`);const r=Object(S.d)(n);if(null==r)throw M.b.makeRuntimeErrorMsg(t,`Invalid hostname: '${n}'`);if("home"===n)return a.a.getCurrentServer().isConnectedTo=!1,a.a.currentServer=a.a.getHomeComputer().hostname,a.a.getCurrentServer().isConnectedTo=!0,R.a.setcwd("/"),!0;const i=a.a.getCurrentServer();for(let t=0;tfunction(){M.b.checkSingularityAccess(t);const e=a.a.getCurrentServer();return M.b.hack(t,e.hostname,!0)},installBackdoor:t=>async()=>{M.b.checkSingularityAccess(t);const e=a.a.getCurrentServer();if(!(e instanceof P.a))return M.b.log(t,()=>"cannot backdoor this kind of server"),Promise.resolve();const n=e,r=Object(N.d)(n,a.a)/4*1e3,i=Object(I.b)(n);if(!i.res)throw M.b.makeRuntimeErrorMsg(t,i.msg||"");return M.b.log(t,()=>`Installing backdoor on '${n.hostname}' in ${Object(A.b)(r,!0)}`),M.b.netscriptDelay(t,r).then((function(){return M.b.log(t,()=>`Successfully installed backdoor on '${n.hostname}'`),n.backdoorInstalled=!0,v.a.WorldDaemon===n.hostname&&E.b.toBitVerse(!1,!1),Promise.resolve()}))},isFocused:t=>function(){return M.b.checkSingularityAccess(t),a.a.focus},setFocus:t=>function(e){M.b.checkSingularityAccess(t);const n=!!e;if(null===a.a.currentWork)throw M.b.makeRuntimeErrorMsg(t,"Not currently working");return!a.a.focus&&n?(a.a.startFocusing(),E.b.toWork(),!0):!(!a.a.focus||n)&&(a.a.stopFocusing(),E.b.toTerminal(),!0)},hospitalize:t=>function(){M.b.checkSingularityAccess(t),a.a.currentWork||E.b.page()===k.a.Infiltration||E.b.page()===k.a.BitVerse?M.b.log(t,()=>"Cannot go to the hospital because the player is busy."):a.a.hospitalize()},isBusy:t=>function(){return M.b.checkSingularityAccess(t),null!==a.a.currentWork||E.b.page()===k.a.Infiltration||E.b.page()===k.a.BitVerse},stopAction:t=>function(){M.b.checkSingularityAccess(t);const e=null!==a.a.currentWork;return a.a.finishWork(!0),e},upgradeHomeCores:t=>function(){M.b.checkSingularityAccess(t);const e=a.a.getHomeComputer();if(e.cpuCores>=8)return M.b.log(t,()=>"Your home computer is at max cores."),!1;const n=a.a.getUpgradeHomeCoresCost();return a.a.money"You don't have enough money. Need "+C.a.formatMoney(n)),!1):(e.cpuCores+=1,a.a.loseMoney(n,"servers"),a.a.gainIntelligenceExp(2*f.a.IntelligenceSingFnBaseExpGain),M.b.log(t,()=>`Purchased an additional core for home computer! It now has ${e.cpuCores} cores.`),!0)},getUpgradeHomeCoresCost:t=>function(){return M.b.checkSingularityAccess(t),a.a.getUpgradeHomeCoresCost()},upgradeHomeRam:t=>function(){M.b.checkSingularityAccess(t);const e=a.a.getHomeComputer();if(e.maxRam>=f.a.HomeComputerMaxRam)return M.b.log(t,()=>"Your home computer is at max RAM."),!1;const n=a.a.getUpgradeHomeRamCost();return a.a.money"You don't have enough money. Need "+C.a.formatMoney(n)),!1):(e.maxRam*=2,a.a.loseMoney(n,"servers"),a.a.gainIntelligenceExp(2*f.a.IntelligenceSingFnBaseExpGain),M.b.log(t,()=>`Purchased additional RAM for home computer! It now has ${C.a.formatRAM(e.maxRam)} of RAM.`),!0)},getUpgradeHomeRamCost:t=>function(){return M.b.checkSingularityAccess(t),a.a.getUpgradeHomeRamCost()},workForCompany:t=>function(e,n=!0){M.b.checkSingularityAccess(t);const r=M.b.string(t,"companyName",e),i=!!n;if(null==r||""===r||!L.a[r])return M.b.log(t,()=>`Invalid company: '${r}'`),!1;if(!Object.keys(a.a.jobs).includes(r))return M.b.log(t,()=>`You do not have a job at '${r}'`),!1;const o=a.a.jobs[r],s=p.a[o];if(""===o||!s)return M.b.log(t,()=>"You do not have a job"),!1;const l=a.a.focus;return a.a.startWork(new q.a({singularity:!0,companyName:r})),i?(a.a.startFocusing(),E.b.toWork()):l&&(a.a.stopFocusing(),E.b.toTerminal()),M.b.log(t,()=>`Began working at '${r}' with position '${o}'`),!0},applyToCompany:t=>function(e,r){M.b.checkSingularityAccess(t);const i=M.b.string(t,"companyName",e),o=M.b.string(t,"field",r);let s;switch(n(t,i),a.a.location=i,o.toLowerCase()){case"software":s=a.a.applyForSoftwareJob(!0);break;case"software consultant":s=a.a.applyForSoftwareConsultantJob(!0);break;case"it":s=a.a.applyForItJob(!0);break;case"security engineer":s=a.a.applyForSecurityEngineerJob(!0);break;case"network engineer":s=a.a.applyForNetworkEngineerJob(!0);break;case"business":s=a.a.applyForBusinessJob(!0);break;case"business consultant":s=a.a.applyForBusinessConsultantJob(!0);break;case"security":s=a.a.applyForSecurityJob(!0);break;case"agent":s=a.a.applyForAgentJob(!0);break;case"employee":s=a.a.applyForEmployeeJob(!0);break;case"part-time employee":s=a.a.applyForPartTimeEmployeeJob(!0);break;case"waiter":s=a.a.applyForWaiterJob(!0);break;case"part-time waiter":s=a.a.applyForPartTimeWaiterJob(!0);break;default:return M.b.log(t,()=>`Invalid job: '${o}'.`),!1}return s?M.b.log(t,()=>`You were offered a new job at '${i}' with position '${a.a.jobs[i]}'`):M.b.log(t,()=>`You failed to get a new job/promotion at '${i}' in the '${o}' field.`),s},quitJob:t=>function(e){M.b.checkSingularityAccess(t);const n=M.b.string(t,"companyName",e);a.a.quitJob(n)},getCompanyRep:t=>function(e){M.b.checkSingularityAccess(t);const a=M.b.string(t,"companyName",e);return n(t,a).playerReputation},getCompanyFavor:t=>function(e){M.b.checkSingularityAccess(t);const a=M.b.string(t,"companyName",e);return n(t,a).favor},getCompanyFavorGain:t=>function(e){M.b.checkSingularityAccess(t);const a=M.b.string(t,"companyName",e);return n(t,a).getFavorGain()},checkFactionInvitations:t=>function(){return M.b.checkSingularityAccess(t),a.a.factionInvitations.slice()},joinFaction:t=>function(n){M.b.checkSingularityAccess(t);const i=M.b.string(t,"facName",n);if(e(t,i),!a.a.factionInvitations.includes(i))return M.b.log(t,()=>`You have not been invited by faction '${i}'`),!1;const o=O.a[i];Object(r.d)(o);for(let t=0;t`Joined the '${i}' faction.`),!0},workForFaction:t=>function(n,r,i=!0){M.b.checkSingularityAccess(t);const o=M.b.string(t,"facName",n),s=M.b.string(t,"type",r),l=!!i,c=e(t,o);if(a.a.gang&&c.name===a.a.getGangFaction().name)return M.b.log(t,()=>`You can't work for '${o}' because youre managing a gang for it`),!1;if(!a.a.factions.includes(o))return M.b.log(t,()=>`You are not a member of '${o}'`),!1;const f=a.a.focus;switch(s.toLowerCase()){case"hacking":case"hacking contracts":case"hackingcontracts":return F.a[c.name].offerHackingWork?(a.a.startWork(new H.a({singularity:!0,factionWorkType:U.a.HACKING,faction:c.name})),l?(a.a.startFocusing(),E.b.toWork()):f&&(a.a.stopFocusing(),E.b.toTerminal()),M.b.log(t,()=>`Started carrying out hacking contracts for '${c.name}'`),!0):(M.b.log(t,()=>`Faction '${c.name}' do not need help with hacking contracts.`),!1);case"field":case"fieldwork":case"field work":return F.a[c.name].offerFieldWork?(a.a.startWork(new H.a({singularity:!0,factionWorkType:U.a.FIELD,faction:c.name})),l?(a.a.startFocusing(),E.b.toWork()):f&&(a.a.stopFocusing(),E.b.toTerminal()),M.b.log(t,()=>`Started carrying out field missions for '${c.name}'`),!0):(M.b.log(t,()=>`Faction '${c.name}' do not need help with field missions.`),!1);case"security":case"securitywork":case"security work":return F.a[c.name].offerSecurityWork?(a.a.startWork(new H.a({singularity:!0,factionWorkType:U.a.SECURITY,faction:c.name})),l?(a.a.startFocusing(),E.b.toWork()):f&&(a.a.stopFocusing(),E.b.toTerminal()),M.b.log(t,()=>`Started carrying out security work for '${c.name}'`),!0):(M.b.log(t,()=>`Faction '${c.name}' do not need help with security work.`),!1);default:return M.b.log(t,()=>"Invalid work type: '"+s),!1}},getFactionRep:t=>function(n){M.b.checkSingularityAccess(t);const a=M.b.string(t,"facName",n);return e(t,a).playerReputation},getFactionFavor:t=>function(n){M.b.checkSingularityAccess(t);const a=M.b.string(t,"facName",n);return e(t,a).favor},getFactionFavorGain:t=>function(n){M.b.checkSingularityAccess(t);const a=M.b.string(t,"facName",n);return e(t,a).getFavorGain()},donateToFaction:t=>function(n,r){M.b.checkSingularityAccess(t);const i=M.b.string(t,"facName",n),o=M.b.number(t,"amt",r),s=e(t,i);if(!a.a.factions.includes(s.name))return M.b.log(t,()=>`You can't donate to '${i}' because you aren't a member`),!1;if(a.a.gang&&s.name===a.a.getGangFaction().name)return M.b.log(t,()=>`You can't donate to '${i}' because youre managing a gang for it`),!1;if(s.name===B.a.ChurchOfTheMachineGod||s.name===B.a.Bladeburners)return M.b.log(t,()=>`You can't donate to '${i}' because they do not accept donations`),!1;if("number"!=typeof o||o<=0||isNaN(o))return M.b.log(t,()=>`Invalid donation amount: '${o}'.`),!1;if(a.a.money`You do not have enough money to donate ${C.a.formatMoney(o)} to '${i}'`),!1;const l=Math.floor(f.a.BaseFavorToDonate*x.a.RepToDonateToFaction);if(s.favor`You do not have enough favor to donate to this faction. Have ${s.favor}, need ${l}`),!1;const c=o/f.a.DonateMoneyToRepDivisor*a.a.mults.faction_rep;return s.playerReputation+=c,a.a.loseMoney(o,"other"),M.b.log(t,()=>`${C.a.formatMoney(o)} donated to '${i}' for ${C.a.formatReputation(c)} reputation`),!0},createProgram:t=>function(e,n=!0){M.b.checkSingularityAccess(t);const r=M.b.string(t,"programName",e).toLowerCase(),i=!!n,o=a.a.focus,s=Object.values(_.a).find(t=>t.name.toLowerCase()===r);if(null==s)return M.b.log(t,()=>"The specified program does not exist: '"+r),!1;if(a.a.hasProgram(s.name))return M.b.log(t,()=>`You already have the '${s.name}' program`),!1;const l=s.create;return null===l?(M.b.log(t,()=>`You cannot create the '${s.name}' program`),!1):l.req()?(a.a.startWork(new W.a({programName:s.name,singularity:!0})),i?(a.a.startFocusing(),E.b.toWork()):o&&(a.a.stopFocusing(),E.b.toTerminal()),M.b.log(t,()=>`Began creating program: '${r}'`),!0):(M.b.log(t,()=>`Hacking level is too low to create '${s.name}' (level ${l.level} req)`),!1)},commitCrime:t=>function(e,n=!0){M.b.checkSingularityAccess(t);const r=M.b.string(t,"crimeRoughName",e),i=!!n,o=a.a.focus;null!==a.a.currentWork&&a.a.finishWork(!0),a.a.gotoLocation(y.a.Slums);const s=Object(d.b)(r.toLowerCase());if(null==s)throw M.b.makeRuntimeErrorMsg(t,`Invalid crime: '${r}'`);M.b.log(t,()=>`Attempting to commit ${s.name}...`);const l=s.commit(1,t.workerScript);return i?(a.a.startFocusing(),E.b.toWork()):o&&(a.a.stopFocusing(),E.b.toTerminal()),l},getCrimeChance:t=>function(e){M.b.checkSingularityAccess(t);const n=M.b.string(t,"crimeRoughName",e),r=Object(d.b)(n.toLowerCase());if(null==r)throw M.b.makeRuntimeErrorMsg(t,"Invalid crime: "+n);return r.successRate(a.a)},getCrimeStats:t=>function(e){M.b.checkSingularityAccess(t);const n=M.b.string(t,"crimeRoughName",e),a=Object(d.b)(n.toLowerCase());if(null==a)throw M.b.makeRuntimeErrorMsg(t,"Invalid crime: "+n);const r=Object(z.a)(a);return Object.assign({},a,{money:r.money,reputation:r.reputation,hacking_exp:r.hackExp,strength_exp:r.strExp,defense_exp:r.defExp,dexterity_exp:r.dexExp,agility_exp:r.agiExp,charisma_exp:r.chaExp,intelligence_exp:r.intExp})},getDarkwebPrograms:t=>function(){return M.b.checkSingularityAccess(t),a.a.hasTorRouter()?Object.values(g.a).map(t=>t.program):(M.b.log(t,()=>"You do not have the TOR router."),[])},getDarkwebProgramCost:t=>function(e){M.b.checkSingularityAccess(t);const n=M.b.string(t,"programName",e).toLowerCase();if(!a.a.hasTorRouter())return M.b.log(t,()=>"You do not have the TOR router."),-1;const r=Object.values(g.a).find(t=>t.program.toLowerCase()===n);if(null==r)throw M.b.makeRuntimeErrorMsg(t,`No such exploit ('${n}') found on the darkweb! \nThis function is not case-sensitive. Did you perhaps forget .exe at the end?`);return a.a.hasProgram(r.program)?(M.b.log(t,()=>`You already have the '${r.program}' program`),0):r.price},b1tflum3:t=>(e,n="")=>{M.b.checkSingularityAccess(t);const r=M.b.number(t,"nextBN",e),i=M.b.string(t,"callbackScript",n);M.b.checkSingularityAccess(t),Object(j.a)(!0,a.a.bitNodeN,r),i&&setTimeout(()=>{V(i)},0)},destroyW0r1dD43m0n:t=>(e,n="")=>{M.b.checkSingularityAccess(t);const r=M.b.number(t,"nextBN",e),i=M.b.string(t,"callbackScript",n),o=Object(S.d)(v.a.WorldDaemon);if(!(o instanceof P.a))throw new Error("WorldDaemon was not a normal server. This is a bug contact dev.");!(a.a.skills.hacking{V(i)},0)):M.b.log(t,()=>"Requirements not met to destroy the world daemon")},getCurrentWork:()=>()=>a.a.currentWork?a.a.currentWork.APICopy():null,exportGame:t=>()=>(M.b.checkSingularityAccess(t),Object($.c)(),K.c.exportGame()),exportGameBonus:t=>()=>(M.b.checkSingularityAccess(t),Object($.b)())}}},function(t){t.exports=JSON.parse('{"a":{"CYBERSEC":{"ID":"CYBERSEC","Name":"CyberSec","Description":"Join CyberSec."},"NITESEC":{"ID":"NITESEC","Name":"avmnite-02h","Description":"Join NiteSec."},"THE_BLACK_HAND":{"ID":"THE_BLACK_HAND","Name":"I.I.I.I","Description":"Join The Black Hand."},"BITRUNNERS":{"ID":"BITRUNNERS","Name":"run4theh111z","Description":"Join the BitRunners."},"DAEDALUS":{"ID":"DAEDALUS","Name":"fl1ght.exe","Description":"Join Daedalus."},"THE_COVENANT":{"ID":"THE_COVENANT","Name":"The Covenant","Description":"Join The Covenant."},"ILLUMINATI":{"ID":"ILLUMINATI","Name":"Illuminati","Description":"Join the Illuminati."},"BRUTESSH.EXE":{"ID":"BRUTESSH.EXE","Name":"BruteSSH.exe","Description":"Acquire BruteSSH.exe"},"FTPCRACK.EXE":{"ID":"FTPCRACK.EXE","Name":"FTPCrack.exe","Description":"Acquire FTPCrack.exe"},"RELAYSMTP.EXE":{"ID":"RELAYSMTP.EXE","Name":"relaySMTP.exe","Description":"Acquire relaySMTP.exe"},"HTTPWORM.EXE":{"ID":"HTTPWORM.EXE","Name":"HTTPWorm.exe","Description":"Acquire HTTPWorm.exe"},"SQLINJECT.EXE":{"ID":"SQLINJECT.EXE","Name":"SQLInject.exe","Description":"Acquire SQLInject.exe"},"FORMULAS.EXE":{"ID":"FORMULAS.EXE","Name":"Formulas.exe","Description":"Acquire Formulas.exe"},"SF1.1":{"ID":"SF1.1","Name":"Source Genesis","Description":"Acquire SF1.1"},"SF2.1":{"ID":"SF2.1","Name":"Rise of the Underworld","Description":"Acquire SF2.1"},"SF3.1":{"ID":"SF3.1","Name":"Corporatocracy","Description":"Acquire SF3.1"},"SF4.1":{"ID":"SF4.1","Name":"The Singularity","Description":"Acquire SF4.1"},"SF5.1":{"ID":"SF5.1","Name":"Artificial Intelligence","Description":"Acquire SF5.1"},"SF6.1":{"ID":"SF6.1","Name":"Bladeburners","Description":"Acquire SF6.1"},"SF7.1":{"ID":"SF7.1","Name":"Bladeburners 2079","Description":"Acquire SF7.1"},"SF8.1":{"ID":"SF8.1","Name":"Ghost of Wall Street","Description":"Acquire SF8.1"},"SF9.1":{"ID":"SF9.1","Name":"Hacktocracy","Description":"Acquire SF9.1"},"SF10.1":{"ID":"SF10.1","Name":"Digital Carbon","Description":"Acquire SF10.1"},"SF11.1":{"ID":"SF11.1","Name":"The Big Crash","Description":"Acquire SF11.1"},"SF12.1":{"ID":"SF12.1","Name":"The Recursion","Description":"Acquire SF12.1"},"MONEY_1Q":{"ID":"MONEY_1Q","Name":"Here comes the money!","Description":"Have $1Q on your home computer."},"MONEY_M1B":{"ID":"MONEY_M1B","Name":"Massive debt","Description":"Be $1b in debt."},"INSTALL_1":{"ID":"INSTALL_1","Name":"I never asked for this.","Description":"Install your first augmentation."},"INSTALL_100":{"ID":"INSTALL_100","Name":"I asked for this.","Description":"Have 100 augmentation installed at once."},"QUEUE_40":{"ID":"QUEUE_40","Name":"It\'s time to install","Description":"Have 40 augmentation queued at once."},"HACKING_100000":{"ID":"HACKING_100000","Name":"Power Overwhelming","Description":"Achieve 100 000 hacking skill."},"COMBAT_3000":{"ID":"COMBAT_3000","Name":"One punch man","Description":"Achieve 3000 in all combat stats."},"NEUROFLUX_255":{"ID":"NEUROFLUX_255","Name":"Neuroflux is love, Neuroflux is live","Description":"Install Neuroflux Governor level 255"},"NS2":{"ID":"NS2","Name":"Maximum speed!","Description":"Write an ns2 script."},"FROZE":{"ID":"FROZE","Name":"while(true);","Description":"Restart the game using the reload & kill all option because you froze it with an infinite loop."},"RUNNING_SCRIPTS_1000":{"ID":"RUNNING_SCRIPTS_1000","Name":"Need more real life ram","Description":"Run 1000 scripts simultaneously."},"DRAIN_SERVER":{"ID":"DRAIN_SERVER","Name":"Big trouble","Description":"Drain a server of all its money."},"MAX_RAM":{"ID":"MAX_RAM","Name":"Download more ram","Description":"Maximize your home computer ram."},"MAX_CORES":{"ID":"MAX_CORES","Name":"Download more cores?","Description":"Maximize your home computer cores."},"SCRIPTS_30":{"ID":"SCRIPTS_30","Name":"Thank you folders!","Description":"Have 30 scripts on your home computer."},"KARMA_1000000":{"ID":"KARMA_1000000","Name":"Wretched hive of scum and vilany","Description":"Reach -1m karma."},"STOCK_1q":{"ID":"STOCK_1q","Name":"Wolf of wall street.","Description":"Make 1q on the stock market."},"DISCOUNT":{"ID":"DISCOUNT","Name":"Discount!","Description":"Get a discount at Powerhouse Gym by backdooring their server."},"SCRIPT_32GB":{"ID":"SCRIPT_32GB","Name":"You\'ll need upgrade for this one.","Description":"Write a script that costs 32GB per thread."},"FIRST_HACKNET_NODE":{"ID":"FIRST_HACKNET_NODE","Name":"Free money!","Description":"Purchase your first hacknet node."},"30_HACKNET_NODE":{"ID":"30_HACKNET_NODE","Name":"Big network","Description":"Have 30 hacknet nodes."},"MAX_HACKNET_NODE":{"ID":"MAX_HACKNET_NODE","Name":"That\'s the limit","Description":"Maximize a hacknet node."},"HACKNET_NODE_10M":{"ID":"HACKNET_NODE_10M","Name":"The original hacker","Description":"Make 10m from hacknet nodes."},"REPUTATION_10M":{"ID":"REPUTATION_10M","Name":"Well liked","Description":"Reach 10m reputation with a faction."},"DONATION":{"ID":"DONATION","Name":"Donate!","Description":"Unlock donations with a faction."},"TRAVEL":{"ID":"TRAVEL","Name":"World explorer","Description":"Travel anywhere."},"WORKOUT":{"ID":"WORKOUT","Name":"Gains!","Description":"Workout at a gym."},"TOR":{"ID":"TOR","Name":"The Onion Network","Description":"Purchase the TOR router."},"HOSPITALIZED":{"ID":"HOSPITALIZED","Name":"Ouch!","Description":"Go to the hospital."},"GANG":{"ID":"GANG","Name":"Gangster","Description":"Form a gang."},"FULL_GANG":{"ID":"FULL_GANG","Name":"Don","Description":"Recruit all gang members."},"GANG_TERRITORY":{"ID":"GANG_TERRITORY","Name":"Stay out of my territory","Description":"Have 100% of the territory."},"GANG_MEMBER_POWER":{"ID":"GANG_MEMBER_POWER","Name":"One punch guy","Description":"Have a gang member with 10 000 in 1 skill."},"CORPORATION":{"ID":"CORPORATION","Name":"A small 150b loan.","Description":"Create a corporation."},"CORPORATION_BRIBE":{"ID":"CORPORATION_BRIBE","Name":"Lobbying is great!","Description":"Lower your taxes through lobbying."},"CORPORATION_PROD_1000":{"ID":"CORPORATION_PROD_1000","Name":"Streamlined manufacturing","Description":"Have a division with a production multiplier of 1000."},"CORPORATION_EMPLOYEE_3000":{"ID":"CORPORATION_EMPLOYEE_3000","Name":"Small town","Description":"Have a division with 3000 employee."},"CORPORATION_REAL_ESTATE":{"ID":"CORPORATION_REAL_ESTATE","Name":"Own the land","Description":"Expand to the Real Estate division."},"INTELLIGENCE_255":{"ID":"INTELLIGENCE_255","Name":"Smart!","Description":"Reach intelligence 255"},"BLADEBURNER_DIVISION":{"ID":"BLADEBURNER_DIVISION","Name":"Bladeburners","Description":"Join the Bladeburner division."},"BLADEBURNER_OVERCLOCK":{"ID":"BLADEBURNER_OVERCLOCK","Name":"Overclock!","Description":"Reach maximum level of Overclock"},"BLADEBURNER_UNSPENT_100000":{"ID":"BLADEBURNER_UNSPENT_100000","Name":"You should really spend those.","Description":"Have 100 000 unspent bladeburner skill points."},"4S":{"ID":"4S","Name":"4S","Description":"Purchase the 4S market data."},"FIRST_HACKNET_SERVER":{"ID":"FIRST_HACKNET_SERVER","Name":"The improved hacker.","Description":"Purchase your first hacknet server."},"ALL_HACKNET_SERVER":{"ID":"ALL_HACKNET_SERVER","Name":"Full network","Description":"Buy all hacknet servers."},"MAX_HACKNET_SERVER":{"ID":"MAX_HACKNET_SERVER","Name":"That\'s the new limit.","Description":"Maximize a hacknet server."},"HACKNET_SERVER_1B":{"ID":"HACKNET_SERVER_1B","Name":"Not passive anymore","Description":"Make $1b with hacknet servers."},"MAX_CACHE":{"ID":"MAX_CACHE","Name":"What a waste.","Description":"Cap your hashes."},"SLEEVE_8":{"ID":"SLEEVE_8","Name":"You and what army?","Description":"Purchase all duplicate sleeves from The Covenant."},"INDECISIVE":{"ID":"INDECISIVE","Name":"Too many options.","Description":"Spend 1h straight on the bitverse."},"FAST_BN":{"ID":"FAST_BN","Name":"Speed demon.","Description":"Destroy a bitnode in under 2 days."},"CHALLENGE_BN1":{"ID":"CHALLENGE_BN1","Name":"BN1: Challenge","Description":"Destroy BN1 with at most 128GB and 1 core."},"CHALLENGE_BN2":{"ID":"CHALLENGE_BN2","Name":"BN2: Challenge","Description":"Destroy BN2 without forming a gang."},"CHALLENGE_BN3":{"ID":"CHALLENGE_BN3","Name":"BN3: Challenge","Description":"Destroy BN3 without creating corporation."},"CHALLENGE_BN6":{"ID":"CHALLENGE_BN6","Name":"BN6: Challenge","Description":"Destroy BN6 without joining the bladeburner division."},"CHALLENGE_BN7":{"ID":"CHALLENGE_BN7","Name":"BN7: Challenge","Description":"Destroy BN7 without joining the bladeburner division."},"CHALLENGE_BN8":{"ID":"CHALLENGE_BN8","Name":"BN8: Challenge","Description":"Destroy BN8 without purchasing the 4s market data."},"CHALLENGE_BN9":{"ID":"CHALLENGE_BN9","Name":"BN9: Challenge","Description":"Destroy BN9 without using hacknet servers."},"CHALLENGE_BN10":{"ID":"CHALLENGE_BN10","Name":"BN10: Challenge","Description":"Destroy BN10 without using sleeves."},"CHALLENGE_BN12":{"ID":"CHALLENGE_BN12","Name":"BN12: Challenge","Description":"Destroy BN12 50 times."},"BYPASS":{"ID":"BYPASS","Name":"Exploit: bypass","Description":"Circumventing the ram cost of document."},"PROTOTYPETAMPERING":{"ID":"PROTOTYPETAMPERING","Name":"Exploit: prototype tampering","Description":"Tamper with the Numbers prototype."},"UNCLICKABLE":{"ID":"UNCLICKABLE","Name":"Exploit: unclickable","Description":"Click the unclickable."},"UNDOCUMENTEDFUNCTIONCALL":{"ID":"UNDOCUMENTEDFUNCTIONCALL","Name":"Exploit: undocumented","Description":"Call the undocumented function."},"TIMECOMPRESSION":{"ID":"TIMECOMPRESSION","Name":"Exploit: time compression","Description":"Compress time."},"REALITYALTERATION":{"ID":"REALITYALTERATION","Name":"Exploit: reality alteration","Description":"Alter reality."},"N00DLES":{"ID":"N00DLES","Name":"Exploit: noodles","Description":"Harness the power of the noodles."},"EDITSAVEFILE":{"ID":"EDITSAVEFILE","Name":"Exploit: edit","Description":"Acquire the EditSaveFile Source-File -1"},"UNACHIEVABLE":{"ID":"UNACHIEVABLE","Name":"UNACHIEVABLE","Description":"This achievement cannot be unlocked."},"CHALLENGE_BN13":{"ID":"CHALLENGE_BN13","Name":"BN13: Challenge","Description":"Complete BN13 without Stanek\'s Gift."},"DEVMENU":{"ID":"DEVMENU","Name":"Exploit: you\'re not meant to access this","Description":"Open the dev menu."},"RAINBOW":{"ID":"RAINBOW","Name":"Exploit: rainbow","Description":"Make good use of the rainbow."},"TRUE_RECURSION":{"ID":"TRUE_RECURSION","Name":"Exploit: true recursion","Description":"Beat BN1 in megabyteburner 2000."}}}')},,,,,,,function(t,e,n){"use strict";n.d(e,"a",(function(){return c}));var a=n(102),r=n(26),i=n(627);const o=["applyToCompany","b1tflum3","checkFactionInvitations","commitCrime","connect","createProgram","destroyW0r1dD43m0n","donateToFaction","getAugmentationBasePrice","getAugmentationCost","getAugmentationPrereq","getAugmentationPrice","getAugmentationRepReq","getAugmentationsFromFaction","getAugmentationStats","getCompanyFavor","getCompanyFavorGain","getCompanyRep","getCrimeChance","getCrimeStats","getCurrentServer","getDarkwebProgramCost","getDarkwebPrograms","getFactionFavor","getFactionFavorGain","getFactionRep","getOwnedAugmentations","getOwnedSourceFiles","getUpgradeHomeCoresCost","getUpgradeHomeRamCost","goToLocation","gymWorkout","hospitalize","installAugmentations","installBackdoor","isBusy","isFocused","joinFaction","manualHack","purchaseAugmentation","purchaseProgram","purchaseTor","quitJob","setFocus","softReset","stopAction","travelToCity","universityCourse","upgradeHomeCores","upgradeHomeRam","workForCompany","workForFaction"],s=["workChaExpGained","currentWorkFactionName","workDexExpGained","workHackExpGained","createProgramReqLvl","workStrExpGained","companyName","crimeType","workRepGained","workChaExpGainRate","workType","workStrExpGainRate","isWorking","workRepGainRate","workDefExpGained","currentWorkFactionDescription","workHackExpGainRate","workAgiExpGainRate","workDexExpGainRate","workMoneyGained","workMoneyLossRate","workMoneyGainRate","createProgramName","workDefExpGainRate","workAgiExpGained","className","hacking","strength","defense","dexterity","agility","charisma","intelligence","hacking_exp","strength_exp","defense_exp","dexterity_exp","agility_exp","charisma_exp","intelligence_exp","hp","max_hp","hasWseAccount","hasTixApiAccess","has4SData","has4SDataTixApi"],l=["hacking_chance_mult","hacking_speed_mult","hacking_money_mult","hacking_grow_mult","hacking_mult","hacking_exp_mult","strength_mult","strength_exp_mult","defense_mult","defense_exp_mult","dexterity_mult","dexterity_exp_mult","agility_mult","agility_exp_mult","charisma_mult","charisma_exp_mult","hacknet_node_money_mult","hacknet_node_purchase_cost_mult","hacknet_node_ram_cost_mult","hacknet_node_core_cost_mult","hacknet_node_level_cost_mult","company_rep_mult","faction_rep_mult","work_money_mult","crime_success_mult","crime_money_mult","bladeburner_max_stamina_mult","bladeburner_stamina_gain_mult","bladeburner_analysis_mult","bladeburner_success_chance_mult"],c=()=>{const t=Object(r.d)("home");if(!t)throw new Error("'home' server was not found.");const e=[{matchJS:/ns\.workForCompany/g,matchScript:/workForCompany/g,reason:"workForCompany argument companyName is now not-optional.",offenders:[]},{matchJS:/ns\.getScriptExpGain/g,matchScript:/getScriptExpGain/g,reason:"getScriptExpGain with 0 argument no longer returns the sum of all scripts. Use getTotalScriptExpGain",offenders:[]},{matchJS:/ns\.getScriptExpGain/g,matchScript:/getScriptExpGain/g,reason:"getScriptIncome with 0 argument no longer returns the sum of all scripts. Use getTotalScriptIncome",offenders:[]},{matchJS:/ns\.scp/g,matchScript:/scp/g,reason:"scp arguments were switch, it is now scp(files, destination, optionally_source). If you were using 2 argument (not 3) this doesn't affect you.",offenders:[]},{matchJS:/ns\.stock\.buy/g,matchScript:/stock\.buy/g,reason:"buy is a very common word so in order to avoid ram costs it was renamed ns.stock.buyStock",offenders:[]},{matchJS:/ns\.stock\.sell/g,matchScript:/stock\.sell/g,reason:"sell is a very common word so in order to avoid ram costs it was renamed ns.stock.sellStock",offenders:[]},{matchJS:/ns\.stock\.short/g,matchScript:/stock\.short/g,reason:"short is a very common word so in order to avoid ram costs it was renamed ns.stock.buyShort",offenders:[]},{matchJS:/ns\.corporation\.bribe/g,matchScript:/corporation\.bribe/g,reason:"bribe no longer allows you to give shares of the corporation, only money",offenders:[]}];for(const t of o)e.push({matchJS:new RegExp("ns."+t,"g"),reason:`ns.${t} was moved to ns.singularity.${t}`,offenders:[]});for(const t of l)e.push({matchJS:new RegExp(t,"g"),reason:`ns.getPlayer().${t} was moved to ns.getPlayer().mults.${t.slice(0,t.length-5)}`,offenders:[]});for(const t of s)e.push({matchJS:new RegExp(t,"g"),reason:`The work system is completely reworked and ns.getPlayer().${t} no longer exists. This data is likely available inside ns.getPlayer().currentWork, skills, exp, or hp`,offenders:[]});for(const n of t.scripts)m(e,n);t.writeToTextFile("V2_0_0_API_BREAK.txt",u(e)),Object(i.b)();for(const t of Object(r.c)())t.runningScripts=[];a.c.exportGame()},f=t=>{const e={};for(const a of t){var n;const t=null!==(n=e[a.file])&&void 0!==n?n:[];t.push(a),e[a.file]=t}let a="";for(const t in e){a+="\t"+t+"\n";for(const n of e[t])a+=`\t\tLine ${n.line} ${n.content.trim()}\n`}return a},u=t=>{let e="This file contains the list of potential API break. A pattern was used to look through all your files and note the spots where you might have a problem. Not everything here is broken.";for(const n of t)0!==n.offenders.length&&(e+=String(n.matchJS)+"\n",e+=n.reason+"\n\n",e+=f(n.offenders),e+="\n\n");return e},m=(t,e)=>{const n=e.code.split("\n");for(let r=0;r=0;--t)Object(r.a)({runningScript:e.runningScripts[t],hostname:e.hostname});i.a.emit(),a.a.print("Killing all running scripts")}},function(t,e,n){"use strict";n.d(e,"a",(function(){return p}));var a=n(148),r=n(122),i=n(132),o=n(0),s=n.n(o),l=n(77),c=n(22),f=n(9),u=n(330),m=n.n(u),h=n(467),d=n(353);function p(t,e){let n;try{n=m()({"-l":Boolean,"--grep":String,"-g":"--grep"},{argv:t})}catch(t){return void u()}const o=n["--grep"];function u(){f.a.error("Incorrect usage of ls command. Usage: ls [dir] [-l] [-g, --grep pattern]")}if(t.length>4)return u();let p=f.a.cwd();p.endsWith("/")||(p+="/");const g=t[0]&&"string"==typeof t[0]&&!t[0].startsWith("-")?t[0]:"",b=Object(l.c)(g+"",f.a.cwd());if(p=b||"",p.endsWith("/")||(p+="/"),!Object(l.i)(p))return u();"/"===p&&(p="");const y=[],E=[],v=[],k=[],w=[],S=[];function _(t,e){let n=t;if(p){if(!t.startsWith(p))return;n=t.slice(p.length,t.length)}if(!o||n.includes(o))if(n.includes("/")){const t=Object(l.g)(n);if(o&&!t.includes(o))return;S.includes(t)||S.push(t)}else e.push(n)}for(const t of e.programs)_(t,y);for(const t of e.scripts)_(t.filename,E);for(const t of e.textFiles)_(t.fn,v);for(const t of e.contracts)_(t.fn,k);for(const t of e.messages)_(t,w);function C({row:t,prefix:n,hostname:o}){const l=Object(r.a)(t=>Object(a.a)({scriptLinksWrap:{display:"inline-flex",color:t.palette.warning.main},scriptLink:{cursor:"pointer",textDecorationLine:"underline",paddingRight:"1.15em","&:last-child":{padding:0}}}))();let u=t.split("~").map(t=>[t.trim(),t.replace(t.trim(),"")]);return u=u.filter(t=>!!t[0]),s.a.createElement("span",{className:l.scriptLinksWrap},u.map(t=>s.a.createElement("span",{key:"script_"+t[0]},s.a.createElement("span",{className:l.scriptLink,onClick:()=>function(t){var a;if(!e.isConnectedTo)return f.a.error(`File is not on this server, connect to ${o} and try again`);t.startsWith("/")&&(t=t.slice(1));const r=f.a.getFilepath(`${n}${t}`),s=Object(i.toString)(null===(a=f.a.getScript(r))||void 0===a?void 0:a.code);c.b.toScriptEditor({[r]:s})}(t[0])},t[0]),s.a.createElement("span",null,t[1]))))}function x({row:t,prefix:n,hostname:i}){const o=Object(r.a)(t=>Object(a.a)({linksWrap:{display:"inline-flex",color:t.palette.primary.main},link:{cursor:"pointer",textDecorationLine:"underline",paddingRight:"1.15em","&:last-child":{padding:0}}}))();let l=t.split("~").map(t=>[t.trim(),t.replace(t.trim(),"")]);return l=l.filter(t=>!!t[0]),s.a.createElement("span",{className:o.linksWrap},l.map(t=>s.a.createElement("span",{key:"text_"+t[0]},s.a.createElement("span",{className:o.link,onClick:()=>function(t){if(!e.isConnectedTo)return f.a.error(`File is not on this server, connect to ${i} and try again`);t.startsWith("/")&&(t=t.slice(1));const a=f.a.getFilepath(`${n}${t}`);a.endsWith(".lit")?Object(h.a)(a):a.endsWith(".msg")&&Object(d.c)(a)}(t[0])},t[0]),s.a.createElement("span",null,t[1]))))}let L;function O(t,n){const a=t.segments,r=t.type===L.Script||t.type===L.Message,i=Math.max(...a.map(t=>t.length))+1,o=!0===n["-l"]?1:Math.ceil(80/i);for(let n=0;nt.segments.length>0);for(const t of M)O(t,n)}},function(t,e,n){"use strict";n.d(e,"a",(function(){return r}));var a=n(9);function r(t,e){a.a.print(e.cpuCores+" Core(s)")}},function(t,e,n){"use strict";n.d(e,"a",(function(){return o}));var a=n(9),r=n(7),i=n(6);function o(t){try{var e,n;if(1!==t.length&&3!==t.length)return void a.a.error("Incorrect usage of mem command. usage: mem [scriptname] [-t] [number threads]");const o=t[0]+"";let s=1;if(3===t.length&&"-t"===t[1]&&(s=Math.round(parseInt(t[2]+"")),isNaN(s)||s<1))return void a.a.error("Invalid number of threads specified. Number of threads must be greater than 1");const l=a.a.getScript(o);if(null==l)return void a.a.error("mem failed. No such script exists!");const c=l.ramUsage*s;a.a.print(`This script requires ${r.a.formatRAM(c)} of RAM to run for ${s} thread(s)`);const f=null!==(e=null===(n=l.ramUsageEntries)||void 0===n?void 0:n.sort((t,e)=>e.cost-t.cost))&&void 0!==e?e:[],u=i.a.UseIEC60027_2?9:8;for(const t of f)a.a.print(`${r.a.formatRAM(t.cost*s).padStart(u)} | ${t.name} (${t.type})`);c>0&&0===f.length&&a.a.warn("You might have to open & save this script to see the detailed RAM usage information.")}catch(t){a.a.error(t+"")}}},function(t,e,n){"use strict";n.d(e,"a",(function(){return s}));var a=n(9),r=n(95),i=n(229),o=n(77);function s(t,e){if(2===t.length)try{const n=t[0]+"",s=t[1]+"";if(!Object(r.a)(n)&&!n.endsWith(".txt"))return void a.a.error("'mv' can only be used on scripts and text files (.txt)");const l=a.a.getFile(n);if(null==l)return void a.a.error(`Source file ${n} does not exist`);const c=a.a.getFilepath(n),f=Object(o.f)(s,n,a.a.cwd());if(null===f)return void a.a.error("error parsing dst file");const u=a.a.getFile(f),m=a.a.getFilepath(f);if(Object(o.a)(c,m))return void a.a.error("Source and destination files are the same file");if(Object(r.a)(n)){const t=l;if(!Object(r.a)(m))return void a.a.error("Source and destination files must have the same type");if(e.isRunning(c))return void a.a.error("Cannot use 'mv' on a script that is running");if(null!=u){if(e.isRunning(m))return void a.a.error("Cannot use 'mv' on a script that is running");if(!e.removeFile(m).res)return void a.a.error("Something went wrong...please contact game dev (probably a bug)");a.a.print("Warning: The destination file was overwritten")}t.filename=m}else if(l instanceof i.a){const t=l;if(!f.endsWith(".txt"))return void a.a.error("Source and destination files must have the same type");if(null!=u){if(!e.removeFile(m).res)return void a.a.error("Something went wrong...please contact game dev (probably a bug)");a.a.print("Warning: The destination file was overwritten")}t.fn=m}}catch(t){a.a.error(t+"")}else a.a.error("Incorrect number of arguments. Usage: mv [src] [dest]")}},function(t,e,n){"use strict";n.d(e,"a",(function(){return r}));var a=n(632);function r(t,e){return Object(a.a)("nano",{args:t,server:e})}},function(t,e,n){"use strict";n.d(e,"a",(function(){return a}));const a=new class{constructor(){this.positions=new Map}saveCursor(t,e){this.positions.set(t,e)}getCursor(t){const e=this.positions.get(t);return e||{row:-1,column:-1}}}},function(t,e,n){"use strict";n.d(e,"a",(function(){return i}));var a=n(9),r=n(330);function i(t,e){let n;try{n=r({"--grep":String,"-g":"--grep"},{argv:t})}catch(t){return void a.a.error("Incorrect usage of ps command. Usage: ps [-g, --grep pattern]")}const i=n["--grep"];if(i){const t=new RegExp(i.toString()),n=e.runningScripts.filter(e=>t.test(e.filename));for(let t=0;t0?m:1,p=u._;if(null==Object(s.a)(n,p,e)){for(let t=0;tf+.001)return void a.a.error("This machine does not have enough RAM to run this script"+(1===d?"":` with ${d} threads`)+`. Script requires ${c.a.formatRAM(l)} of RAM`);const u=new o.a(s,p);u.threads=d;return Object(i.e)(u,e)?(a.a.print(`Running script with ${d} thread(s), pid ${u.pid} and args: ${JSON.stringify(p)}.`),void(h&&r.c.emit(u))):void a.a.error("Failed to start script")}a.a.error("No such script")}else a.a.error("This script is already running with the same args. Cannot run multiple instances with the same args")}},function(t,e,n){"use strict";n.d(e,"a",(function(){return o}));var a=n(9),r=n(1),i=n(56);function o(t,e){if(t.length<1)return;const n=t[0]+"";if(r.a.hasProgram(n)){if(!(t.length<1)){for(const a of Object.values(i.a))if(a.name.toLocaleLowerCase()===n.toLocaleLowerCase())return void a.run(t.slice(1).map(t=>t+""),e);a.a.error("Invalid executable. Cannot be run")}}else a.a.error(`No such (exe, script, js, ns, or cct) file! (Only programs that exist on your home computer or scripts on ${e.hostname} can be run)`)}},function(t,e,n){"use strict";n.d(e,"a",(function(){return i}));var a=n(9),r=n(141);function i(t,e){if(0!==t.length)return void a.a.error("Incorrect usage of scan command. Usage: scan");const n=e.serversOnNetwork.map((t,n)=>{const a=Object(r.a)(e,n);if(null===a)throw new Error("Server should not be null");return{hostname:a.hostname,ip:a.ip,hasRoot:a.hasAdminRights?"Y":"N"}});n.unshift({hostname:"Hostname",ip:"IP",hasRoot:"Root Access"});const i=Math.max(...n.map(t=>t.hostname.length)),o=Math.max(...n.map(t=>t.ip.length));for(const t of n){if(!t)continue;let e=t.hostname;e+=" ".repeat(i-t.hostname.length+1),e+=t.ip,e+=" ".repeat(o-t.ip.length+1),e+=t.hasRoot,a.a.print(e)}}},function(t,e,n){"use strict";n.d(e,"a",(function(){return o}));var a=n(9),r=n(1),i=n(56);function o(t){if(0===t.length)a.a.executeScanAnalyzeCommand();else{if(t.length>2)return void a.a.error("Incorrect usage of scan-analyze command. usage: scan-analyze [depth]");let e=!1;2===t.length&&"-a"===t[1]&&(e=!0);const n=parseInt(t[0]+"");if(isNaN(n)||n<0)return void a.a.error("Incorrect usage of scan-analyze command. depth argument must be positive numeric");if(n>3&&!r.a.hasProgram(i.a.DeepscanV1.name)&&!r.a.hasProgram(i.a.DeepscanV2.name))return void a.a.error("You cannot scan-analyze with that high of a depth. Maximum depth is 3");if(n>5&&!r.a.hasProgram(i.a.DeepscanV2.name))return void a.a.error("You cannot scan-analyze with that high of a depth. Maximum depth is 5");if(n>10)return void a.a.error("You cannot scan-analyze with that high of a depth. Maximum depth is 10");a.a.executeScanAnalyzeCommand(n,e)}}},function(t,e,n){"use strict";n.d(e,"a",(function(){return o}));var a=n(9),r=n(26),i=n(95);function o(t,e){try{if(2!==t.length)return void a.a.error("Incorrect usage of scp command. Usage: scp [file] [destination hostname]");const n=a.a.getFilepath(t[0]+"");if(!n.endsWith(".lit")&&!Object(i.a)(n)&&!n.endsWith(".txt"))return void a.a.error("scp only works for scripts, text files (.txt), and literature files (.lit)");const o=Object(r.d)(t[1]+"");if(null==o)return void a.a.error(`Invalid destination. ${t[1]} not found`);if(n.endsWith(".lit")){if(!e.messages.includes(n))return a.a.error("No such file exists!");const t=o.messages.includes(n);return t||o.messages.push(n),a.a.print(`${n} ${t?"was already on":"copied to"} ${o.hostname}`)}if(n.endsWith(".txt")){const t=e.textFiles.find(t=>t.fn===n);if(!t)return a.a.error("No such file exists!");const r=o.writeToTextFile(t.fn,t.text);return r.success?r.overwritten?(a.a.print(`WARNING: ${n} already exists on ${o.hostname} and will be overwritten`),void a.a.print(`${n} overwritten on ${o.hostname}`)):void a.a.print(`${n} copied over to ${o.hostname}`):void a.a.error("scp failed")}const s=e.scripts.find(t=>t.filename===n);if(!s)return void a.a.error("scp failed. No such script exists");const l=o.writeToScriptFile(n,s.code);if(!l.success)return void a.a.error("scp failed");if(l.overwritten)return a.a.print(`WARNING: ${n} already exists on ${o.hostname} and will be overwritten`),void a.a.print(`${n} overwritten on ${o.hostname}`);a.a.print(`${n} copied over to ${o.hostname}`)}catch(t){a.a.error(t+"")}}},function(t,e,n){"use strict";n.d(e,"a",(function(){return r}));var a=n(9);function r(t,e){0===t.length?e.hasAdminRights?a.a.print("You have ROOT access to this machine"):a.a.print("You do NOT have root access to this machine"):a.a.error("Incorrect number of arguments. Usage: sudov")}},function(t,e,n){"use strict";n.d(e,"a",(function(){return l}));var a=n(9),r=n(265),i=n(95),o=n(419),s=n(165);function l(t,e){try{if(t.length<1)a.a.error("Incorrect number of arguments. Usage: tail [script] [arg1] [arg2]...");else if("string"==typeof t[0]){const n=a.a.getFilepath(t[0]);if(!Object(i.a)(n))return void a.a.error(`tail can only be called on ${i.b.join(", ")} files, or by PID`);const r=[];for(let e=1;e1){a.a.error("Found several potential candidates:");for(const t of l)a.a.error(`${t.filename} ${t.args.join(" ")}`);return void a.a.error("Script arguments need to be specified.")}a.a.error(`No script named ${n} is running on the server`)}else if("number"==typeof t[0]){const n=Object(r.b)(t[0],e);if(null==n)return void a.a.error(`No script with PID ${t[0]} is running on the server`);s.c.emit(n)}}catch(t){a.a.error(t+"")}}},function(t,e,n){"use strict";n.d(e,"a",(function(){return o}));var a=n(9),r=n(631),i=n(7);function o(t,e){if(0!==t.length)return void a.a.error("Incorrect usage of top command. Usage: top");const n=`Script${" ".repeat(40-"Script".length)}PID${" ".repeat(10-"PID".length)}Threads${" ".repeat(16-"Threads".length)}RAM Usage`;a.a.print(n);const o=e.runningScripts;for(let t=0;tr.a.skills.hacking?a.a.error("Your hacking skill is not high enough to attempt hacking this machine. Try analyzing the machine to determine the required hacking skill"):a.a.startWeaken():a.a.error("You do not have admin rights for this machine! Cannot weaken")}},function(t,e,n){"use strict";n.d(e,"a",(function(){return s}));var a=n(615),r=n.n(a),i=n(9),o=n(95);function s(t,e){if(2!==t.length)return void i.a.error("Incorrect usage of wget command. Usage: wget [url] [target file]");const n=t[0]+"",a=i.a.getFilepath(t[1]+"");if(!Object(o.a)(a)&&!a.endsWith(".txt"))return i.a.error("wget failed: Invalid target file. Target file must be script or text file");r.a.get(n,(function(t){let n;return n=Object(o.a)(a)?e.writeToScriptFile(a,String(t)):e.writeToTextFile(a,String(t)),n.success?n.overwritten?i.a.print("wget successfully retrieved content and overwrote "+a):i.a.print("wget successfully retrieved content to new file "+a):i.a.error("wget failed")}),"text").fail((function(t){return i.a.error("wget failed: "+JSON.stringify(t))}))}},function(t,e,n){"use strict";n.d(e,"a",(function(){return r}));var a=n(476);function r(){a.b.emit()}},function(t,e,n){"use strict";n.d(e,"a",(function(){return i}));var a=n(308),r=n(1);function i(t){const e="SourceFile"+t.n,n=a.a[e];if(null!=n){switch(t.n){case 1:{let e=0;for(let n=0;nObject(A.a)({textfield:{borderBottom:"1px solid "+t.palette.primary.main},code:{whiteSpace:"pre",backgroundColor:t.palette.background.paper}}));var P;function I(){const[t,e]=Object(a.useState)(!1),[n,c]=Object(a.useState)(P.None),u=N(),b={[P.None]:".script",[P.NS1]:".script",[P.NS2]:".js"}[n],E="n00dles"+b,k={[T.f.Start]:{content:r.a.createElement(r.a.Fragment,null,r.a.createElement(o.a,null,"Welcome to Bitburner, a cyberpunk-themed incremental RPG! The game takes place in a dark, dystopian future... The year is 2077...",r.a.createElement("br",null),r.a.createElement("br",null),"This tutorial will show you the basics of the game. You may skip the tutorial at any time.",r.a.createElement("br",null),r.a.createElement("br",null),"You can also collapse this panel to temporarily hide this tutorial.")),canNext:!0},[T.f.NSSelection]:{content:r.a.createElement(r.a.Fragment,null,r.a.createElement(o.a,null,"The tutorial will adjust to your programming ability."),r.a.createElement(o.a,null,"Bitburner has 2 types of scripts:"),r.a.createElement(p.a,null,r.a.createElement(g.a,null,r.a.createElement(o.a,null,"NS1: Javascript from 2009, very simple. Recommended for beginners to programming.")),r.a.createElement(g.a,null,r.a.createElement(o.a,null,"NS2: Native, modern Javascript. Recommended if you know any programming language or are serious about learning programming."))),r.a.createElement(o.a,null,"Both are available at all time and interchangeably. This choice is only for the tutorial."),r.a.createElement(l.a,{onClick:()=>{c(P.NS1),Object(T.c)()}},"Use NS1"),r.a.createElement(l.a,{onClick:()=>{c(P.NS2),Object(T.c)()}},"Use NS2"),r.a.createElement(l.a,{onClick:()=>e(!0)},"More info"),r.a.createElement("br",null)),canNext:!1},[T.f.GoToCharacterPage]:{content:r.a.createElement(r.a.Fragment,null,r.a.createElement(o.a,null,"Let's start by heading to the Stats page. Click"),r.a.createElement(g.a,null,r.a.createElement(y.a,{color:"error"}),r.a.createElement(o.a,{color:"error"},"Stats")),r.a.createElement(o.a,null,"on the main navigation menu (left-hand side of the screen)")),canNext:!1},[T.f.CharacterPage]:{content:r.a.createElement(r.a.Fragment,null,r.a.createElement(g.a,null,r.a.createElement(y.a,{color:"primary"}),r.a.createElement(o.a,{color:"primary"},"Stats")),r.a.createElement(o.a,null,"shows a lot of important information about your progress, such as your skills, money, and bonuses.")),canNext:!0},[T.f.CharacterGoToTerminalPage]:{content:r.a.createElement(r.a.Fragment,null,r.a.createElement(o.a,null,"Let's head to your computer's terminal by clicking"),r.a.createElement(g.a,null,r.a.createElement(v.a,{color:"error"}),r.a.createElement(o.a,{color:"error"},"Terminal")),r.a.createElement(o.a,null,"on the main navigation menu.")),canNext:!1},[T.f.TerminalIntro]:{content:r.a.createElement(r.a.Fragment,null,r.a.createElement(g.a,null,r.a.createElement(v.a,{color:"primary"}),r.a.createElement(o.a,{color:"primary"},"Terminal")),r.a.createElement(o.a,null,"is used to interface with your home computer as well as all of the other machines around the world.")),canNext:!0},[T.f.TerminalHelp]:{content:r.a.createElement(r.a.Fragment,null,r.a.createElement(o.a,null,"Let's try it out. Start by entering"),r.a.createElement(o.a,{classes:{root:u.textfield}},"[home ~/]> help"),r.a.createElement(o.a,null,"(Don't forget to press Enter after typing the command)")),canNext:!1},[T.f.TerminalLs]:{content:r.a.createElement(r.a.Fragment,null,r.a.createElement(o.a,{classes:{root:u.textfield}},"[home ~/]> help"),r.a.createElement(o.a,null,"displays a list of all available Terminal commands, how to use them, and a description of what they do."," ",r.a.createElement("br",null),r.a.createElement("br",null),"Let's try another command. Enter"),r.a.createElement(o.a,{classes:{root:u.textfield}},"[home ~/]> ls")),canNext:!1},[T.f.TerminalScan]:{content:r.a.createElement(r.a.Fragment,null,r.a.createElement(o.a,{classes:{root:u.textfield}},"[home ~/]> ls"),r.a.createElement(o.a,null," ","is a basic command that shows files on the computer. Right now, it shows that you have a program called"," ","NUKE.exe on your computer. We'll get to what this does later. ",r.a.createElement("br",null),r.a.createElement("br",null),"Using your home computer's terminal, you can connect to other machines throughout the world. Let's do that now by first entering"),r.a.createElement(o.a,{classes:{root:u.textfield}},"[home ~/]> scan")),canNext:!1},[T.f.TerminalScanAnalyze1]:{content:r.a.createElement(r.a.Fragment,null,r.a.createElement(o.a,{classes:{root:u.textfield}},"[home ~/]> scan"),r.a.createElement(o.a,null,"shows all available network connections. In other words, it displays a list of all servers that can be connected to from your current machine. A server is identified by its hostname. ",r.a.createElement("br",null),r.a.createElement("br",null),"That's great and all, but there's so many servers. Which one should you go to?"," "),r.a.createElement(o.a,{classes:{root:u.textfield}},"[home ~/]> scan-analyze"),r.a.createElement(o.a,null,"gives some more detailed information about servers on the network. Try it now!")),canNext:!1},[T.f.TerminalScanAnalyze2]:{content:r.a.createElement(r.a.Fragment,null,r.a.createElement(o.a,{classes:{root:u.textfield}},"[home ~/]> scan-analyze"),r.a.createElement(o.a,null,"shows more detailed information about each server that you can connect to (servers that are a distance of one node away). ",r.a.createElement("br",null),r.a.createElement("br",null)," It is also possible to run scan-analyze with a higher depth. Let's try a depth of two with the following command:"," "),r.a.createElement(o.a,{classes:{root:u.textfield}},"[home ~/]> scan-analyze 2")),canNext:!1},[T.f.TerminalConnect]:{content:r.a.createElement(r.a.Fragment,null,r.a.createElement(o.a,null,"Now you can see information about all servers that are up to two nodes away, as well as figure out how to navigate to those servers through the network. You can only connect to a server that is one node away. To connect to a machine, use"),r.a.createElement(o.a,{classes:{root:u.textfield}},"[home ~/]> connect hostname"),r.a.createElement(o.a,null,"From the results of "),r.a.createElement(o.a,{classes:{root:u.textfield}},"[home ~/]> scan-analyze 2"),r.a.createElement(o.a,null," ","we can see that the n00dles server is only one node away. Let's connect to it now using:"),r.a.createElement(o.a,{classes:{root:u.textfield}},"[home ~/]> connect n00dles")),canNext:!1},[T.f.TerminalAnalyze]:{content:r.a.createElement(r.a.Fragment,null,r.a.createElement(o.a,null,"You are now connected to another machine! What can you do now? You can hack it!",r.a.createElement("br",null),r.a.createElement("br",null)," In the year 2077, currency has become digital and decentralized. People and corporations store their money on servers and computers. Using your hacking abilities, you can hack servers to steal money and gain experience. ",r.a.createElement("br",null),r.a.createElement("br",null),"Before you try to hack a server, you should run diagnostics using"," "),r.a.createElement(o.a,{classes:{root:u.textfield}},"[n00dles ~/]> analyze")),canNext:!1},[T.f.TerminalNuke]:{content:r.a.createElement(r.a.Fragment,null,r.a.createElement(o.a,null,"When "),r.a.createElement(o.a,{classes:{root:u.textfield}},"[n00dles ~/]> analyze"),r.a.createElement(o.a,null,"finishes running it will show useful information about hacking the server. ",r.a.createElement("br",null),r.a.createElement("br",null)," For this server, the required hacking skill is only 1, which means you can hack it right now. However, in order to hack a server you must first gain root access. The NUKE.exe program that we saw earlier on your home computer is a virus that will grant you root access to a machine if there are enough open ports."),r.a.createElement(o.a,{classes:{root:u.textfield}},"[n00dles ~/]> analyze"),r.a.createElement(o.a,null," ","shows that there do not need to be any open ports on this machine for the NUKE virus to work, so go ahead and run the virus using"," "),r.a.createElement(o.a,{classes:{root:u.textfield}},"[n00dles ~/]> run NUKE.exe"),r.a.createElement(o.a,null)),canNext:!0},[T.f.TerminalManualHack]:{content:r.a.createElement(r.a.Fragment,null,r.a.createElement(o.a,null,"You now have root access! You can hack the server using "),r.a.createElement(o.a,{classes:{root:u.textfield}},"[n00dles ~/]> hack"),r.a.createElement(o.a,null," Try doing that now.")),canNext:!0},[T.f.TerminalHackingMechanics]:{content:r.a.createElement(o.a,null,"You are now attempting to hack the server. Performing a hack takes time and only has a certain percentage chance of success. This time and success chance is determined by a variety of factors, including your hacking skill and the server's security level.",r.a.createElement("br",null),r.a.createElement("br",null),"If your attempt to hack the server is successful, you will steal a certain percentage of the server's total money. This percentage is affected by your hacking skill and the server's security level.",r.a.createElement("br",null),r.a.createElement("br",null),"The amount of money on a server is not limitless. So, if you constantly hack a server and deplete its money, then you will encounter diminishing returns in your hacking. You will need to use"," ",r.a.createElement(o.a,{classes:{root:u.textfield}},"[n00dles ~/]> grow"),"which tricks the company into adding money to their server and"," ",r.a.createElement(o.a,{classes:{root:u.textfield}},"[n00dles ~/]> weaken"),"which increases the speed of hack and grow."),canNext:!0},[T.f.TerminalGoHome]:{content:r.a.createElement(r.a.Fragment,null,r.a.createElement(o.a,null,"From any server you can get back home using"),r.a.createElement(o.a,{classes:{root:u.textfield}},"[n00dles ~/]> home"),r.a.createElement(o.a,null,"Let's head home before creating our first script!")),canNext:!0},[T.f.TerminalCreateScript]:{content:r.a.createElement(r.a.Fragment,null,r.a.createElement(o.a,null,"Hacking is the core mechanic of the game and is necessary for progressing. However, you don't want to be hacking manually the entire time. You can automate your hacking by writing scripts!",r.a.createElement("br",null),r.a.createElement("br",null),"To create a new script or edit an existing one, you can use"," "),r.a.createElement(o.a,{classes:{root:u.textfield}},"[home ~/]> nano"),r.a.createElement(o.a,null,"Scripts must end with the ",b," extension. Let's make a script now by entering"," "),r.a.createElement(o.a,{classes:{root:u.textfield}},"[home ~/]> nano "+E),r.a.createElement(o.a,null,"after the hack command finishes running (Sidenote: Pressing ctrl + c will end a command like hack early)")),canNext:!1},[T.f.TerminalTypeScript]:{content:r.a.createElement(r.a.Fragment,null,r.a.createElement(o.a,null,"This is the script editor. You can use it to program your scripts."," ",n!==P.NS2&&r.a.createElement(r.a.Fragment,null,"Scripts are written in a simplified version of javascript.")," Copy and paste the following code into the script editor: ",r.a.createElement("br",null)),r.a.createElement(o.a,{classes:{root:u.code}},n!==P.NS2&&r.a.createElement(d.a,{value:"while(true) {\n hack('n00dles');\n}"}),n===P.NS2&&r.a.createElement(d.a,{value:"export async function main(ns) {\n\twhile(true) {\n\t\tawait ns.hack('n00dles');\n\t}\n}"})),r.a.createElement(o.a,null,"For anyone with basic programming experience, this code should be straightforward. This script will continuously hack the n00dles server.",r.a.createElement("br",null),r.a.createElement("br",null),"To save and close the script editor, press the button in the bottom left, or press ctrl + s then ctrl + b.")),canNext:!1},[T.f.TerminalFree]:{content:r.a.createElement(r.a.Fragment,null,r.a.createElement(o.a,null,"Now we'll run the script. Scripts require a certain amount of RAM to run, and can be run on any machine which you have root access to. Different servers have different amounts of RAM. You can also purchase more RAM for your home server.",r.a.createElement("br",null),r.a.createElement("br",null),"To check how much RAM is available on this machine, enter"),r.a.createElement(o.a,{classes:{root:u.textfield}},"[home ~/]> free")),canNext:!1},[T.f.TerminalRunScript]:{content:r.a.createElement(r.a.Fragment,null,r.a.createElement(o.a,null,"We have 4GB of free RAM on this machine, which is enough to run our script. Let's run our script using"),r.a.createElement(o.a,{classes:{root:u.textfield}},"[home ~/]> run "+E)),canNext:!1},[T.f.TerminalGoToActiveScriptsPage]:{content:r.a.createElement(r.a.Fragment,null,r.a.createElement(o.a,null,"Your script is now running! It will continuously run in the background and will automatically stop if the code ever completes (the ",E," will never complete because it runs an infinite loop). ",r.a.createElement("br",null),r.a.createElement("br",null),"These scripts can passively earn you income and hacking experience. Your scripts will also earn money and experience while you are offline, although at a slightly slower rate. ",r.a.createElement("br",null),r.a.createElement("br",null),"Let's check out some statistics for our running scripts by clicking"," "),r.a.createElement(g.a,null,r.a.createElement(x.a,{color:"error"}),r.a.createElement(o.a,{color:"error"},"Active Scripts"))),canNext:!1},[T.f.ActiveScriptsPage]:{content:r.a.createElement(r.a.Fragment,null,r.a.createElement(o.a,null,"This page displays information about all of your scripts that are running across every server. You can use this to gauge how well your scripts are doing. Let's go back to"),r.a.createElement(g.a,null,r.a.createElement(v.a,{color:"error"}),r.a.createElement(o.a,{color:"error"},"Terminal"))),canNext:!1},[T.f.ActiveScriptsToTerminal]:{content:r.a.createElement(r.a.Fragment,null,r.a.createElement(o.a,null,"One last thing about scripts, each active script contains logs that detail what it's doing. We can check these logs using the tail command. Do that now for the script we just ran by typing"," "),r.a.createElement(o.a,{classes:{root:u.textfield}},"[home ~/]> tail "+E)),canNext:!1},[T.f.TerminalTailScript]:{content:r.a.createElement(r.a.Fragment,null,r.a.createElement(o.a,null,"The log for this script won't show much right now (it might show nothing at all) because it just started running...but check back again in a few minutes! ",r.a.createElement("br",null),r.a.createElement("br",null),"This covers the basics of hacking. To learn more about writing scripts, select"),r.a.createElement(g.a,null,r.a.createElement(w.a,{color:"primary"}),r.a.createElement(o.a,{color:"primary"},"Tutorial")),r.a.createElement(o.a,null,"in the main navigation menu to look at the documentation.",r.a.createElement("br",null),r.a.createElement("br",null),"For now, let's move on to something else!")),canNext:!0},[T.f.GoToHacknetNodesPage]:{content:r.a.createElement(r.a.Fragment,null,r.a.createElement(o.a,null,"Hacking is not the only way to earn money. One other way to passively earn money is by purchasing and upgrading Hacknet Nodes. Let's go to"),r.a.createElement(g.a,null,r.a.createElement(_.a,{color:"error"}),r.a.createElement(o.a,{color:"error"},"Hacknet")),r.a.createElement(o.a,null,"through the main navigation menu now.")),canNext:!0},[T.f.HacknetNodesIntroduction]:{content:r.a.createElement(o.a,null,"Here you can purchase new Hacknet Nodes and upgrade your existing ones. Let's purchase a new one now."),canNext:!0},[T.f.HacknetNodesGoToWorldPage]:{content:r.a.createElement(r.a.Fragment,null,r.a.createElement(o.a,null,"You just purchased a Hacknet Node! This Hacknet Node will passively earn you money over time, both online and offline. When you get enough money, you can upgrade your newly-purchased Hacknet Node below.",r.a.createElement("br",null),r.a.createElement("br",null),"Let's go to"),r.a.createElement(g.a,null,r.a.createElement(O.a,{color:"error"}),r.a.createElement(o.a,{color:"error"},"City"))),canNext:!0},[T.f.WorldDescription]:{content:r.a.createElement(r.a.Fragment,null,r.a.createElement(o.a,null,"This page lists all of the different locations you can currently travel to. Each location has something that you can do. There's a lot of content out in the world, make sure you explore and discover!",r.a.createElement("br",null),r.a.createElement("br",null),"Lastly, click on"),r.a.createElement(g.a,null,r.a.createElement(w.a,{color:"error"}),r.a.createElement(o.a,{color:"error"},"Tutorial"))),canNext:!0},[T.f.TutorialPageInfo]:{content:r.a.createElement(o.a,null,"This page contains a lot of different documentation about the game's content and mechanics. I know it's a lot, but I highly suggest you read (or at least skim) through this before you start playing . That's the end of the tutorial. Hope you enjoy the game!"),canNext:!0},[T.f.End]:{content:r.a.createElement(o.a,null),canNext:!0}},S=Object(a.useState)(!1)[1];function C(){S(t=>!t)}Object(a.useEffect)(()=>h.a.subscribe(C),[]);const L=T.a.currStep,M=k[L];if(void 0===M)throw new Error("error in the tutorial");return r.a.createElement(r.a.Fragment,null,r.a.createElement(R.a,{open:t,onClose:()=>e(!1)}),r.a.createElement(i.a,{square:!0,sx:{maxWidth:"70vw",p:2}},M.content,L!==T.f.TutorialPageInfo&&r.a.createElement(r.a.Fragment,null,L!==T.f.Start&&r.a.createElement(s.a,{onClick:T.d,"aria-label":"previous"},r.a.createElement(m.a,null)),(M.canNext||T.a.stepIsDone[L])&&r.a.createElement(s.a,{onClick:T.c,"aria-label":"next"},r.a.createElement(f.a,null))),r.a.createElement("br",null),r.a.createElement("br",null),r.a.createElement(l.a,{onClick:T.b},L!==T.f.TutorialPageInfo?"SKIP TUTORIAL":"FINISH TUTORIAL")))}!function(t){t[t.None=0]="None",t[t.NS1=1]="NS1",t[t.NS2=2]="NS2"}(P||(P={}))},function(t,e,n){"use strict";n.d(e,"a",(function(){return f}));var a=n(546),r=n(517),i=n(219),o=n(3),s=n(0),l=n.n(s),c=n(40);function f(t){const[e,n]=l.a.useState(0);return l.a.createElement(c.a,{open:t.open,onClose:t.onClose,sx:{zIndex:999999}},l.a.createElement(r.a,{variant:"fullWidth",value:e,onChange:function(t,e){n(e)}},l.a.createElement(i.a,{label:"NS1"}),l.a.createElement(i.a,{label:"NS2"})),0===e&&l.a.createElement(l.a.Fragment,null,l.a.createElement(o.a,null,"These scripts end with '.script'. Using a very old interpreted version of javascript. It is perfect for beginner to programming."),l.a.createElement(o.a,null,"Example script using NS1:"),l.a.createElement(a.a,{loading:l.a.createElement(l.a.Fragment,null),defaultLanguage:"javascript",defaultValue:"while(true) {\n hack('n00dles');\n}",height:"300px",theme:"vs-dark",onMount:function(t){t.updateOptions({readOnly:!0})},options:{fontSize:30}})),1===e&&l.a.createElement(l.a.Fragment,null,l.a.createElement(o.a,null,"These scripts end with '.js'. Scripts using ns2 are running natively along the game. If you know any programming language you should be using this. However if you're unfamiliar with javascript Promises you might want to read up on them a little bit before diving in."),l.a.createElement(o.a,null,"Example script using NS2:"),l.a.createElement(a.a,{loading:l.a.createElement(l.a.Fragment,null),defaultLanguage:"javascript",defaultValue:"/** @param {NS} ns */\nexport async function main(ns) {\n\twhile(true) {\n\t\tawait ns.hack('n00dles');\n\t}\n}",height:"300px",theme:"vs-dark",options:{fontSize:30}})))}},,,,,,,,,,,,,,,,,,function(t,e,n){"use strict";n.d(e,"a",(function(){return x}));var a=n(0),r=n.n(a),i=n(462),o=n.n(i),s=n(122),l=n(283),c=n(47),f=n(1172),u=n.n(f),m=n(1171),h=n.n(m),d=n(427),p=n.n(d),g=n(1173),b=n.n(g),y=n(22),E=n(28),v=n(6),k=n(21),w=n(3),S=n(10),_=n(132);const C=Object(s.a)({overviewContainer:{position:"fixed",top:0,right:0,zIndex:1500,display:"flex",justifyContent:"flex-end",flexDirection:"column"},header:{cursor:"grab",textAlign:"center",display:"flex",flexDirection:"row",alignItems:"center"},visibilityToggle:{padding:"2px",minWidth:"inherit",backgroundColor:"transparent",border:"none","&:hover":{backgroundColor:"rgba(255, 255, 255, 0.1)"}},collapse:{borderTop:"1px solid "+v.a.theme.welllight,margin:"0 auto"},icon:{fontSize:"24px"}});function x({children:t,mode:e}){const n=Object(a.useRef)(null),[i,s]=Object(a.useState)(v.a.overview.opened),[f,m]=Object(a.useState)(v.a.overview.x),[d,g]=Object(a.useState)(v.a.overview.y),x=C(),L=i?h.a:u.a,O="tutorial"===e?b.a:p.a,M="tutorial"===e?"Tutorial":"Overview";Object(a.useEffect)(()=>{v.a.overview={x:f,y:d,opened:i}},[i,f,d]),Object(a.useEffect)(()=>A(),[]),Object(a.useEffect)(()=>(window.addEventListener("resize",A),()=>{window.removeEventListener("resize",A)}),[]);const A=Object(_.debounce)(()=>{const t=null==n?void 0:n.current;t&&(T(t,"mouseover"),T(t,"mousedown"),T(document,"mousemove"),T(t,"mouseup"),T(t,"click"))},100),T=(t,e)=>{const n=document.createEvent("MouseEvents");n.initEvent(e,!0,!0),t.dispatchEvent(n)};return y.b.page()===E.a.BitVerse||y.b.page()===E.a.Loading||y.b.page()===E.a.Recovery?r.a.createElement(r.a.Fragment,null):r.a.createElement(o.a,{handle:".drag",bounds:"body",onStop:(t,e)=>{m(e.x),g(e.y)},defaultPosition:{x:f,y:d}},r.a.createElement(c.a,{className:x.overviewContainer,square:!0},r.a.createElement(k.a,{className:"drag",onDoubleClick:()=>s(t=>!t),ref:n},r.a.createElement(k.a,{className:x.header},r.a.createElement(O,{color:"secondary",className:x.icon,sx:{padding:"2px"}}),r.a.createElement(w.a,{flexGrow:1,color:"secondary"},M),r.a.createElement(S.a,{"aria-label":"expand or collapse character overview",variant:"text",size:"small",className:x.visibilityToggle},r.a.createElement(L,{className:x.icon,color:"secondary",onClick:()=>s(t=>!t),onTouchEnd:()=>s(t=>!t)})))),r.a.createElement(l.a,{in:i,className:x.collapse},t)))}},,,,function(t,e,n){"use strict";n.d(e,"a",(function(){return Gt}));var a=n(0),r=n.n(a),i=n(31),o=n(14),s=n(20),l=n(148),c=n(122),f=n(1819),u=n(263),m=n(721),h=n(23),d=n(1178),p=n.n(d),g=n(1177),b=n.n(g),y=n(100),E=n(149),v=n(113),k=n(3),w=n(283),S=n(833),_=n(1179),C=n.n(_),x=n(361),L=n.n(x),O=n(1180),M=n.n(O),A=n(638),T=n.n(A),R=n(1181),N=n.n(R),P=n(427),I=n.n(P),F=n(1184),D=n.n(F),j=n(641),B=n.n(j),G=n(639),W=n.n(G),H=n(1185),U=n.n(H),q=n(640),$=n.n(q),K=n(1187),z=n.n(K),V=n(1188),Y=n.n(V),J=n(1189),X=n.n(J),Q=n(1190),Z=n.n(Q),tt=n(1191),et=n.n(tt),nt=n(1192),at=n.n(nt),rt=n(339),it=n.n(rt),ot=n(310),st=n.n(ot),lt=n(642),ct=n.n(lt),ft=n(1182),ut=n.n(ft),mt=n(1194),ht=n.n(mt),dt=n(1183),pt=n.n(dt),gt=n(1186),bt=n.n(gt),yt=n(1193),Et=n.n(yt),vt=n(213),kt=n.n(vt),wt=n(80),St=n.n(wt),_t=n(22),Ct=n(28),xt=n(1),Lt=n(15),Ot=n(45),Mt=n(1175),At=n(6),Tt=n(13),Rt=n(425),Nt=n(426),Pt=n(252),It=n(164);const Ft=t=>({width:t.spacing(31),transition:t.transitions.create("width",{easing:t.transitions.easing.sharp,duration:t.transitions.duration.enteringScreen}),overflowX:"hidden"}),Dt=t=>({transition:t.transitions.create("width",{easing:t.transitions.easing.sharp,duration:t.transitions.duration.leavingScreen}),overflowX:"hidden",width:`calc(${t.spacing(2)} + 1px)`,[t.breakpoints.up("sm")]:{width:`calc(${t.spacing(7)} + 1px)`}}),jt=Object(s.a)(f.a,{shouldForwardProp:t=>"open"!==t})(({theme:t,open:e})=>({width:t.spacing(31),whiteSpace:"nowrap",boxSizing:"border-box",...e&&{...Ft(t),"& .MuiDrawer-paper":Ft(t)},...!e&&{...Dt(t),"& .MuiDrawer-paper":Dt(t)}})),Bt=Object(c.a)(t=>Object(l.a)({active:{borderLeft:"3px solid "+t.palette.primary.main},listitem:{}}));function Gt(t){const e=Object(a.useState)(!1)[1];function n(){e(t=>!t)}Object(a.useEffect)(()=>{const t=setInterval(n,200);return()=>clearInterval(t)},[]);const[s,l]=Object(a.useState)(!0),[c,f]=Object(a.useState)(!0),[d,g]=Object(a.useState)(!0),[_,x]=Object(a.useState)(!0),O=Ot.a.currStep===Ot.f.CharacterGoToTerminalPage||Ot.a.currStep===Ot.f.ActiveScriptsPage,A=Ot.a.currStep===Ot.f.GoToCharacterPage,R=Ot.a.currStep===Ot.f.TerminalGoToActiveScriptsPage,P=Ot.a.currStep===Ot.f.GoToHacknetNodesPage,F=Ot.a.currStep===Ot.f.HacknetNodesGoToWorldPage,j=Ot.a.currStep===Ot.f.WorldDescription,G=xt.a.queuedAugmentations.length,H=xt.a.factionInvitations.filter(t=>!Nt.b.includes(t)).length,q=Object(Mt.a)().length-Rt.b.length,K=xt.a.factionInvitations.length>0||xt.a.factions.length>0||xt.a.augmentations.length>0||xt.a.queuedAugmentations.length>0||xt.a.sourceFiles.length>0,V=xt.a.augmentations.length>0||xt.a.queuedAugmentations.length>0||xt.a.sourceFiles.length>0,J=xt.a.sleeves.length>0,Q=!!xt.a.corporation,tt=!!xt.a.gang,nt=Object.values(xt.a.jobs).length>0,rt=xt.a.hasWseAccount,ot=!!xt.a.bladeburner,lt=xt.a.augmentations.some(t=>t.name===Tt.a.StaneksGift1);function ft(){_t.b.toTerminal(),O&&Object(Ot.c)()}function mt(){_t.b.toScriptEditor()}function dt(){_t.b.toStats(),A&&Object(Ot.c)()}function gt(){_t.b.toActiveScripts(),R&&Object(Ot.c)()}function yt(){_t.b.toCreateProgram()}function vt(){_t.b.toFactions()}function wt(){_t.b.toAugmentations()}function Ft(){_t.b.toHacknetNodes(),P&&Object(Ot.c)()}function Dt(){_t.b.toCity(),F&&Object(Ot.c)()}function Gt(){_t.b.toTravel()}function Wt(){_t.b.toJob(It.a[Object.keys(xt.a.jobs)[0]])}function Ht(){_t.b.toBladeburner()}function Ut(){_t.b.toGang()}function qt(){_t.b.toTutorial(),j&&Object(Ot.c)()}function $t(){_t.b.toGameOptions()}Object(a.useEffect)(()=>{function e(e){if(!At.a.DisableHotkeys&&!(xt.a.currentWork&&xt.a.focus||_t.b.page()===Ct.a.BitVerse))if(e.code===i.b.T&&e.altKey)e.preventDefault(),ft();else if(e.code===i.b.C&&e.altKey)e.preventDefault(),dt();else if(e.code===i.b.E&&e.altKey)e.preventDefault(),mt();else if(e.code===i.b.S&&e.altKey)e.preventDefault(),gt();else if(e.code===i.b.H&&e.altKey)e.preventDefault(),Ft();else if(e.code===i.b.W&&e.altKey)e.preventDefault(),Dt();else if(e.code===i.b.J&&e.altKey&&!e.ctrlKey&&!e.metaKey&&nt)e.preventDefault(),Wt();else if(e.code===i.b.R&&e.altKey)e.preventDefault(),Gt();else if(e.code===i.b.P&&e.altKey)e.preventDefault(),yt();else if(e.code===i.b.F&&e.altKey){if(t.page==Ct.a.Terminal&&At.a.EnableBashHotkeys)return;e.preventDefault(),vt()}else e.code===i.b.A&&e.altKey?(e.preventDefault(),wt()):e.code===i.b.U&&e.altKey?(e.preventDefault(),qt()):e.code===i.b.O&&e.altKey?(e.preventDefault(),$t()):e.code===i.b.B&&e.altKey&&xt.a.bladeburner?(e.preventDefault(),Ht()):e.code===i.b.G&&e.altKey&&xt.a.gang&&(e.preventDefault(),Ut())}return document.addEventListener("keydown",e),()=>document.removeEventListener("keydown",e)},[]);const Kt=Bt(),[zt,Vt]=Object(a.useState)(t.opened);return Object(a.useEffect)(()=>{t.onToggled(zt)},[zt]),r.a.createElement(jt,{open:zt,anchor:"left",variant:"permanent"},r.a.createElement(y.a,{classes:{root:Kt.listitem},button:!0,onClick:()=>Vt(t=>!t)},r.a.createElement(E.a,null,zt?r.a.createElement(p.a,{color:"primary"}):r.a.createElement(b.a,{color:"primary"})),r.a.createElement(v.a,{primary:r.a.createElement(h.a,{title:Object(Pt.a)()},r.a.createElement(k.a,null,"Bitburner v",Lt.a.VersionString))})),r.a.createElement(m.a,null),r.a.createElement(u.a,null,r.a.createElement(y.a,{classes:{root:Kt.listitem},button:!0,onClick:()=>l(t=>!t)},r.a.createElement(E.a,null,r.a.createElement(h.a,{title:zt?"":"Hacking"},r.a.createElement(C.a,{color:"primary"}))),r.a.createElement(v.a,{primary:r.a.createElement(k.a,null,"Hacking")}),s?r.a.createElement(kt.a,{color:"primary"}):r.a.createElement(St.a,{color:"primary"})),r.a.createElement(w.a,{in:s,timeout:"auto",unmountOnExit:!0},r.a.createElement(u.a,null,r.a.createElement(y.a,{classes:{root:Kt.listitem},button:!0,key:"Terminal",className:Object(o.default)({[Kt.active]:t.page===Ct.a.Terminal}),onClick:ft},r.a.createElement(E.a,null,r.a.createElement(h.a,{title:zt?"":"Terminal"},r.a.createElement(L.a,{color:O?"error":t.page!==Ct.a.Terminal?"secondary":"primary"}))),r.a.createElement(v.a,null,r.a.createElement(k.a,{color:O?"error":t.page!==Ct.a.Terminal?"secondary":"primary"},"Terminal"))),r.a.createElement(y.a,{classes:{root:Kt.listitem},button:!0,key:"Script Editor",className:Object(o.default)({[Kt.active]:t.page===Ct.a.ScriptEditor}),onClick:mt},r.a.createElement(E.a,null,r.a.createElement(h.a,{title:zt?"":"Script Editor"},r.a.createElement(M.a,{color:t.page!==Ct.a.ScriptEditor?"secondary":"primary"}))),r.a.createElement(v.a,null,r.a.createElement(k.a,{color:t.page!==Ct.a.ScriptEditor?"secondary":"primary"},"Script Editor"))),r.a.createElement(y.a,{classes:{root:Kt.listitem},button:!0,key:"Active Scripts",className:Object(o.default)({[Kt.active]:t.page===Ct.a.ActiveScripts}),onClick:gt},r.a.createElement(E.a,null,r.a.createElement(h.a,{title:zt?"":"Active Scripts"},r.a.createElement(T.a,{color:R?"error":t.page!==Ct.a.ActiveScripts?"secondary":"primary"}))),r.a.createElement(v.a,null,r.a.createElement(k.a,{color:R?"error":t.page!==Ct.a.ActiveScripts?"secondary":"primary"},"Active Scripts"))),r.a.createElement(y.a,{button:!0,key:"Create Program",className:Object(o.default)({[Kt.active]:t.page===Ct.a.CreateProgram}),onClick:yt},r.a.createElement(E.a,null,r.a.createElement(S.a,{badgeContent:q>0?q:void 0,color:"error"},r.a.createElement(h.a,{title:zt?"":"Create Program"},r.a.createElement(N.a,{color:t.page!==Ct.a.CreateProgram?"secondary":"primary"})))),r.a.createElement(v.a,null,r.a.createElement(k.a,{color:t.page!==Ct.a.CreateProgram?"secondary":"primary"},"Create Program"))),lt&&r.a.createElement(y.a,{button:!0,key:"Staneks Gift",className:Object(o.default)({[Kt.active]:t.page===Ct.a.StaneksGift}),onClick:function(){_t.b.toStaneksGift()}},r.a.createElement(E.a,null,r.a.createElement(h.a,{title:zt?"":"Stanek's Gift"},r.a.createElement(ut.a,{color:t.page!==Ct.a.StaneksGift?"secondary":"primary"}))),r.a.createElement(v.a,null,r.a.createElement(k.a,{color:t.page!==Ct.a.StaneksGift?"secondary":"primary"},"Stanek's Gift"))))),r.a.createElement(m.a,null),r.a.createElement(y.a,{classes:{root:Kt.listitem},button:!0,onClick:()=>f(t=>!t)},r.a.createElement(E.a,null,r.a.createElement(h.a,{title:zt?"":"Character"},r.a.createElement(pt.a,{color:"primary"}))),r.a.createElement(v.a,{primary:r.a.createElement(k.a,null,"Character")}),c?r.a.createElement(kt.a,{color:"primary"}):r.a.createElement(St.a,{color:"primary"})),r.a.createElement(w.a,{in:c,timeout:"auto",unmountOnExit:!0},r.a.createElement(y.a,{button:!0,key:"Stats",className:Object(o.default)({[Kt.active]:t.page===Ct.a.Stats}),onClick:dt},r.a.createElement(E.a,null,r.a.createElement(h.a,{title:zt?"":"Stats"},r.a.createElement(I.a,{color:A?"error":t.page!==Ct.a.Stats?"secondary":"primary"}))),r.a.createElement(v.a,null,r.a.createElement(k.a,{color:A?"error":t.page!==Ct.a.Stats?"secondary":"primary"},"Stats"))),K&&r.a.createElement(y.a,{classes:{root:Kt.listitem},button:!0,key:"Factions",className:Object(o.default)({[Kt.active]:[Ct.a.Factions,Ct.a.Faction].includes(t.page)}),onClick:vt},r.a.createElement(E.a,null,r.a.createElement(S.a,{badgeContent:0!==H?H:void 0,color:"error"},r.a.createElement(h.a,{title:zt?"":"Factions"},r.a.createElement(D.a,{color:[Ct.a.Factions,Ct.a.Faction].includes(t.page)?"primary":"secondary"})))),r.a.createElement(v.a,null,r.a.createElement(k.a,{color:[Ct.a.Factions,Ct.a.Faction].includes(t.page)?"primary":"secondary"},"Factions"))),V&&r.a.createElement(y.a,{classes:{root:Kt.listitem},button:!0,key:"Augmentations",className:Object(o.default)({[Kt.active]:t.page===Ct.a.Augmentations}),onClick:wt},r.a.createElement(E.a,null,r.a.createElement(S.a,{badgeContent:0!==G?G:void 0,color:"error"},r.a.createElement(h.a,{title:zt?"":"Augmentations"},r.a.createElement(B.a,{style:{transform:"rotate(-90deg)"},color:t.page!==Ct.a.Augmentations?"secondary":"primary"})))),r.a.createElement(v.a,null,r.a.createElement(k.a,{color:t.page!==Ct.a.Augmentations?"secondary":"primary"},"Augmentations"))),r.a.createElement(y.a,{button:!0,key:"Hacknet",className:Object(o.default)({[Kt.active]:t.page===Ct.a.Hacknet}),onClick:Ft},r.a.createElement(E.a,null,r.a.createElement(h.a,{title:zt?"":"Hacknet"},r.a.createElement(W.a,{color:P?"error":t.page!==Ct.a.Hacknet?"secondary":"primary"}))),r.a.createElement(v.a,null,r.a.createElement(k.a,{color:P?"error":t.page!==Ct.a.Hacknet?"secondary":"primary"},"Hacknet"))),J&&r.a.createElement(y.a,{classes:{root:Kt.listitem},button:!0,key:"Sleeves",className:Object(o.default)({[Kt.active]:t.page===Ct.a.Sleeves}),onClick:function(){_t.b.toSleeves()}},r.a.createElement(E.a,null,r.a.createElement(h.a,{title:zt?"":"Sleeves"},r.a.createElement(U.a,{color:t.page!==Ct.a.Sleeves?"secondary":"primary"}))),r.a.createElement(v.a,null,r.a.createElement(k.a,{color:t.page!==Ct.a.Sleeves?"secondary":"primary"},"Sleeves")))),r.a.createElement(m.a,null),r.a.createElement(y.a,{classes:{root:Kt.listitem},button:!0,onClick:()=>g(t=>!t)},r.a.createElement(E.a,null,r.a.createElement(h.a,{title:zt?"":"World"},r.a.createElement(bt.a,{color:"primary"}))),r.a.createElement(v.a,{primary:r.a.createElement(k.a,null,"World")}),d?r.a.createElement(kt.a,{color:"primary"}):r.a.createElement(St.a,{color:"primary"})),r.a.createElement(w.a,{in:d,timeout:"auto",unmountOnExit:!0},r.a.createElement(y.a,{button:!0,key:"City",className:Object(o.default)({[Kt.active]:t.page===Ct.a.City||t.page===Ct.a.Grafting||t.page===Ct.a.Location}),onClick:Dt},r.a.createElement(E.a,null,r.a.createElement(h.a,{title:zt?"":"City"},r.a.createElement($.a,{color:F?"error":t.page!==Ct.a.City?"secondary":"primary"}))),r.a.createElement(v.a,null,r.a.createElement(k.a,{color:F?"error":t.page!==Ct.a.City?"secondary":"primary"},"City"))),r.a.createElement(y.a,{button:!0,key:"Travel",className:Object(o.default)({[Kt.active]:t.page===Ct.a.Travel}),onClick:Gt},r.a.createElement(E.a,null,r.a.createElement(h.a,{title:zt?"":"Travel"},r.a.createElement(z.a,{color:t.page!==Ct.a.Travel?"secondary":"primary"}))),r.a.createElement(v.a,null,r.a.createElement(k.a,{color:t.page!==Ct.a.Travel?"secondary":"primary"},"Travel"))),nt&&r.a.createElement(y.a,{classes:{root:Kt.listitem},button:!0,key:"Job",className:Object(o.default)({[Kt.active]:t.page===Ct.a.Job}),onClick:Wt},r.a.createElement(E.a,null,r.a.createElement(h.a,{title:zt?"":"Job"},r.a.createElement(Y.a,{color:t.page!==Ct.a.Job?"secondary":"primary"}))),r.a.createElement(v.a,null,r.a.createElement(k.a,{color:t.page!==Ct.a.Job?"secondary":"primary"},"Job"))),rt&&r.a.createElement(y.a,{classes:{root:Kt.listitem},button:!0,key:"Stock Market",className:Object(o.default)({[Kt.active]:t.page===Ct.a.StockMarket}),onClick:function(){_t.b.toStockMarket()}},r.a.createElement(E.a,null,r.a.createElement(h.a,{title:zt?"":"Stock Market"},r.a.createElement(X.a,{color:t.page!==Ct.a.StockMarket?"secondary":"primary"}))),r.a.createElement(v.a,null,r.a.createElement(k.a,{color:t.page!==Ct.a.StockMarket?"secondary":"primary"},"Stock Market"))),ot&&r.a.createElement(y.a,{classes:{root:Kt.listitem},button:!0,key:"Bladeburner",className:Object(o.default)({[Kt.active]:t.page===Ct.a.Bladeburner}),onClick:Ht},r.a.createElement(E.a,null,r.a.createElement(h.a,{title:zt?"":"Bladeburner"},r.a.createElement(Z.a,{color:t.page!==Ct.a.Bladeburner?"secondary":"primary"}))),r.a.createElement(v.a,null,r.a.createElement(k.a,{color:t.page!==Ct.a.Bladeburner?"secondary":"primary"},"Bladeburner"))),Q&&r.a.createElement(y.a,{classes:{root:Kt.listitem},button:!0,key:"Corp",className:Object(o.default)({[Kt.active]:t.page===Ct.a.Corporation}),onClick:function(){_t.b.toCorporation()}},r.a.createElement(E.a,null,r.a.createElement(h.a,{title:zt?"":"Corp"},r.a.createElement(et.a,{color:t.page!==Ct.a.Corporation?"secondary":"primary"}))),r.a.createElement(v.a,null,r.a.createElement(k.a,{color:t.page!==Ct.a.Corporation?"secondary":"primary"},"Corp"))),tt&&r.a.createElement(y.a,{classes:{root:Kt.listitem},button:!0,key:"Gang",className:Object(o.default)({[Kt.active]:t.page===Ct.a.Gang}),onClick:Ut},r.a.createElement(E.a,null,r.a.createElement(h.a,{title:zt?"":"Gang"},r.a.createElement(at.a,{color:t.page!==Ct.a.Gang?"secondary":"primary"}))),r.a.createElement(v.a,null,r.a.createElement(k.a,{color:t.page!==Ct.a.Gang?"secondary":"primary"},"Gang")))),r.a.createElement(m.a,null),r.a.createElement(y.a,{classes:{root:Kt.listitem},button:!0,onClick:()=>x(t=>!t)},r.a.createElement(E.a,null,r.a.createElement(h.a,{title:zt?"":"Help"},r.a.createElement(Et.a,{color:"primary"}))),r.a.createElement(v.a,{primary:r.a.createElement(k.a,null,"Help")}),_?r.a.createElement(kt.a,{color:"primary"}):r.a.createElement(St.a,{color:"primary"})),r.a.createElement(w.a,{in:_,timeout:"auto",unmountOnExit:!0},r.a.createElement(y.a,{button:!0,key:"Milestones",className:Object(o.default)({[Kt.active]:t.page===Ct.a.Milestones}),onClick:function(){_t.b.toMilestones()}},r.a.createElement(E.a,null,r.a.createElement(h.a,{title:zt?"":"Milestones"},r.a.createElement(it.a,{color:t.page!==Ct.a.Milestones?"secondary":"primary"}))),r.a.createElement(v.a,null,r.a.createElement(k.a,{color:t.page!==Ct.a.Milestones?"secondary":"primary"},"Milestones"))),r.a.createElement(y.a,{button:!0,key:"Tutorial",className:Object(o.default)({[Kt.active]:t.page===Ct.a.Tutorial}),onClick:qt},r.a.createElement(E.a,null,r.a.createElement(h.a,{title:zt?"":"Tutorial"},r.a.createElement(st.a,{color:j?"error":t.page!==Ct.a.Tutorial?"secondary":"primary"}))),r.a.createElement(v.a,null,r.a.createElement(k.a,{color:j?"error":t.page!==Ct.a.Tutorial?"secondary":"primary"},"Tutorial"))),r.a.createElement(y.a,{button:!0,key:"Achievements",className:Object(o.default)({[Kt.active]:t.page===Ct.a.Achievements}),onClick:function(){_t.b.toAchievements()}},r.a.createElement(E.a,null,r.a.createElement(h.a,{title:zt?"":"Achievements"},r.a.createElement(ht.a,{color:t.page!==Ct.a.Achievements?"secondary":"primary"}))),r.a.createElement(v.a,null,r.a.createElement(k.a,{color:t.page!==Ct.a.Achievements?"secondary":"primary"},"Achievements"))),r.a.createElement(y.a,{button:!0,key:"Options",className:Object(o.default)({[Kt.active]:t.page===Ct.a.Options}),onClick:$t},r.a.createElement(E.a,null,r.a.createElement(h.a,{title:zt?"":"Options"},r.a.createElement(ct.a,{color:t.page!==Ct.a.Options?"secondary":"primary"}))),r.a.createElement(v.a,null,r.a.createElement(k.a,{color:t.page!==Ct.a.Options?"secondary":"primary"},"Options"))),!1)))}},function(t,e,n){"use strict";n.d(e,"a",(function(){return i}));var a=n(56),r=n(1);function i(){const t=[];for(const e of Object.keys(a.a)){const n=a.a[e].create;null!=n&&(r.a.hasProgram(a.a[e].name)||n.req()&&t.push(a.a[e]))}return t}},,,,,,,,,,,,,,,,,,,,function(t,e,n){"use strict";n.d(e,"a",(function(){return O}));var a=n(0),r=n.n(a),i=n(1196),o=n(1197),s=n(1198),l=n(1199),c=n(294),f=n(3),u=n(10),m=n(23),h=n(21),d=n(47),p=n(246),g=n(6),b=n(250),y=n(1),E=n(13),v=n(72),k=n(15),w=n(29),S=n(720),_=n(146),C=n(289);const x=()=>{var t,e;const n=null!==(t=null===(e=y.a.augmentations.find(t=>t.name===E.a.NeuroFluxGovernor))||void 0===e?void 0:e.level)&&void 0!==t?t:0;return n>0?r.a.createElement(d.a,{sx:{p:1}},r.a.createElement(f.a,{variant:"h5",color:g.a.theme.info},"NeuroFlux Governor - Level ",n),r.a.createElement(f.a,{color:g.a.theme.info},v.a[E.a.NeuroFluxGovernor].stats),r.a.createElement(f.a,{color:g.a.theme.info},"The power of ",E.a.NeuroFluxGovernor," increases with blood donations from players in real life. Learn more ",r.a.createElement(_.a,{onClick:()=>{C.a.emit(r.a.createElement(r.a.Fragment,null,r.a.createElement(f.a,{variant:"h5"},"Bitburner blood donation community program"),r.a.createElement(f.a,null,"The blood donation program is a continuous real life event started on 2022-04-01. To participate simply go donate blood, plasma, or platelets to your local organization and take a picture as proof (hide your personal information). Then send the proof to hydroflame on reddit or discord."),r.a.createElement(f.a,null,"Currently accumulated ",k.a.Donations," donations.")))}},"here"))):r.a.createElement(r.a.Fragment,null)},L=()=>y.a.entropy>0?r.a.createElement(d.a,{sx:{p:1}},r.a.createElement(f.a,{variant:"h5",color:g.a.theme.error},"Entropy Virus - Level ",y.a.entropy),r.a.createElement(f.a,{color:g.a.theme.error},r.a.createElement("b",null,"All multipliers decreased by:")," ",Object(w.d)(100*(1-k.a.EntropyEffect**y.a.entropy),3),"% (multiplicative)")):r.a.createElement(r.a.Fragment,null);function O(t){var e,n;const[v,k]=Object(a.useState)(!1),w=Object(a.useState)(!1)[1];function _(){w(t=>!t)}return Object(a.useEffect)(()=>{const t=setInterval(_,200);return()=>clearInterval(t)},[]),r.a.createElement(p.a,{disableGutters:!0,maxWidth:"lg",sx:{mx:0}},r.a.createElement(f.a,{variant:"h4"},"Augmentations"),r.a.createElement(h.a,{sx:{mb:1}},r.a.createElement(d.a,{sx:{p:1}},r.a.createElement(f.a,{variant:"h5",color:"primary",sx:{display:"flex",alignItems:"center",flexWrap:"wrap"}},"Purchased Augmentations",r.a.createElement(m.a,{title:r.a.createElement(r.a.Fragment,null,r.a.createElement(f.a,null,"Below is a list of all Augmentations you have purchased but not yet installed. Click the button below to install them."),r.a.createElement(f.a,null,"WARNING: Installing your Augmentations resets most of your progress, including:"),r.a.createElement("br",null),r.a.createElement(f.a,null,"- Stats/Skill levels and Experience"),r.a.createElement(f.a,null,"- Money"),r.a.createElement(f.a,null,"- Scripts on every computer but your home computer"),r.a.createElement(f.a,null,"- Purchased servers"),r.a.createElement(f.a,null,"- Hacknet Nodes"),r.a.createElement(f.a,null,"- Faction/Company reputation"),r.a.createElement(f.a,null,"- Stocks"),r.a.createElement("br",null),r.a.createElement(f.a,null,"Installing Augmentations lets you start over with the perks and benefits granted by all of the Augmentations you have ever installed. Also, you will keep any scripts and RAM/Core upgrades on your home computer (but you will lose all programs besides NUKE.exe)"))},r.a.createElement(S.a,{sx:{ml:1,mb:.5},color:"info"}))),r.a.createElement(b.a,{open:v,onClose:()=>k(!1),onConfirm:t.installAugmentationsFn,confirmationText:r.a.createElement(r.a.Fragment,null,"Installing will reset",r.a.createElement("br",null),r.a.createElement("br",null),"- money",r.a.createElement("br",null),"- skill / experience",r.a.createElement("br",null),"- every server except home",r.a.createElement("br",null),"- factions and reputation",r.a.createElement("br",null),r.a.createElement("br",null),"You will keep:",r.a.createElement("br",null),r.a.createElement("br",null),"- All scripts on home",r.a.createElement("br",null),"- home ram and cores",r.a.createElement("br",null),r.a.createElement("br",null),"It is recommended to install several Augmentations at once. Preferably everything from any faction of your choosing.")}),r.a.createElement(h.a,{sx:{display:"grid",width:"100%",gridTemplateColumns:"1fr 1fr"}},r.a.createElement(m.a,{title:r.a.createElement(f.a,null,"'I never asked for this'")},r.a.createElement("span",null,r.a.createElement(u.a,{sx:{width:"100%"},disabled:0===y.a.queuedAugmentations.length,onClick:function(){g.a.SuppressBuyAugmentationConfirmation?t.installAugmentationsFn():k(!0)}},"Install Augmentations"))),r.a.createElement(m.a,{title:r.a.createElement(f.a,null,"It's always a good idea to backup/export your save!")},r.a.createElement(u.a,{sx:{width:"100%",color:g.a.theme.successlight},onClick:function(){t.exportGameFn(),_()}},"Backup Save ",Object(c.b)()?"(+1 favor to all factions)":"")))),y.a.queuedAugmentations.length>0?r.a.createElement(h.a,{sx:{display:"grid",gridTemplateColumns:"1fr 3fr"}},r.a.createElement(s.a,null),r.a.createElement(o.a,null)):r.a.createElement(d.a,{sx:{p:1}},r.a.createElement(f.a,null,"No Augmentations have been purchased yet"))),r.a.createElement(h.a,{sx:{my:1,display:"grid",gridTemplateColumns:`repeat(${+!!((null!==(e=null===(n=y.a.augmentations.find(t=>t.name===E.a.NeuroFluxGovernor))||void 0===n?void 0:n.level)&&void 0!==e?e:0)>0)+ +!!(y.a.entropy>0)}, 1fr)`,gap:1}},r.a.createElement(x,null),r.a.createElement(L,null)),r.a.createElement(h.a,null,r.a.createElement(i.a,null)),r.a.createElement(l.a,null))}},function(t,e,n){"use strict";n.d(e,"a",(function(){return b}));var a=n(21),r=n(47),i=n(3),o=n(368),s=n(10),l=n(263),c=n(23),f=n(0),u=n.n(f),m=n(177),h=n(6),d=n(1),p=n(72),g=n(13);function b(){const t=Object(f.useState)(!0)[1],e=d.a.augmentations.slice().filter(t=>t.name!==g.a.NeuroFluxGovernor),[n,b]=Object(f.useState)(e[0]);function y(){t(t=>!t)}return h.a.OwnedAugmentationsOrder===m.a.Alphabetically&&e.sort((t,e)=>t.name.localeCompare(e.name)),u.a.createElement(a.a,{sx:{width:"100%"}},u.a.createElement(r.a,{sx:{p:1}},u.a.createElement(i.a,{variant:"h5"},"Installed Augmentations"),u.a.createElement(a.a,{sx:{display:"grid",gridTemplateColumns:"1fr 1fr"}},u.a.createElement(c.a,{title:"Sorts the Augmentations alphabetically in numeral order"},u.a.createElement(s.a,{sx:{width:"100%"},onClick:function(){h.a.OwnedAugmentationsOrder=m.a.Alphabetically,y()}},"Sort in Order")),u.a.createElement(c.a,{title:"Sorts the Augmentations based on when you acquired them (same as default)"},u.a.createElement(s.a,{sx:{width:"100%"},onClick:function(){h.a.OwnedAugmentationsOrder=m.a.AcquirementTime,y()}},"Sort by Time of Acquirement")))),e.length>0?u.a.createElement(r.a,{sx:{display:"grid",gridTemplateColumns:"1fr 3fr"}},u.a.createElement(a.a,null,u.a.createElement(l.a,{sx:{height:400,overflowY:"scroll",borderRight:"1px solid "+h.a.theme.welllight}},e.map((t,e)=>u.a.createElement(o.a,{key:e+1,onClick:()=>b(t),selected:n===t},u.a.createElement(i.a,null,t.name))))),u.a.createElement(a.a,{sx:{m:1}},u.a.createElement(i.a,{variant:"h6",sx:{display:"flex",alignItems:"center",flexWrap:"wrap"}},n.name),u.a.createElement(i.a,{sx:{maxHeight:350,overflowY:"scroll"}},(()=>{const t=p.a[n.name],e="string"==typeof t.info?u.a.createElement("span",null,t.info):t.info;return u.a.createElement(u.a.Fragment,null,e,u.a.createElement("br",null),u.a.createElement("br",null),t.stats)})()))):u.a.createElement(r.a,{sx:{p:1}},u.a.createElement(i.a,null,"No Augmentations have been installed yet")))}},function(t,e,n){"use strict";n.d(e,"a",(function(){return y}));var a=n(1821),r=n(3),i=n(100),o=n(113),s=n(263),l=n(47),c=n(0),f=n(192),u=n(25),m=n(1),h=n(6),d=n(7),p=n(72);function g(t){return 1===t.mult||0===m.a.sourceFileLvl(5)?c.createElement(r.a,{color:t.color},d.a.formatPercentage(t.base)):c.createElement(r.a,{color:t.color},c.createElement("span",{style:{opacity:.5}},d.a.formatPercentage(t.base))," ",d.a.formatPercentage(t.base*t.mult))}function b(t){const e=t.rows.map(t=>{const{mult:e,current:n,augmented:s,bnMult:l=1,color:f=h.a.theme.primary}=t;if(!isNaN(s))return c.createElement(i.a,{key:e,disableGutters:!0,sx:{py:0}},c.createElement(o.a,{sx:{my:.1},primary:c.createElement(r.a,{color:f},c.createElement("b",null,e)),secondary:c.createElement("span",{style:{display:"flex",alignItems:"center",flexWrap:"wrap"}},c.createElement(g,{base:n,mult:l,color:f}),c.createElement(a.a,{fontSize:"small",color:"success",sx:{mb:.5,mx:1}}),c.createElement(g,{base:s,mult:l,color:h.a.theme.success})),disableTypography:!0}))}).filter(t=>void 0!==t);return e.length>0?c.createElement(s.a,{disablePadding:!0},e):c.createElement(c.Fragment,null)}function y(){const t=function(){let t=Object(f.a)();for(const e of m.a.queuedAugmentations){const n=p.a[e.name];t=Object(f.b)(t,n.mults)}return t}(),e=[...[{mult:"Hacking Chance",current:m.a.mults.hacking_chance,augmented:m.a.mults.hacking_chance*t.hacking_chance},{mult:"Hacking Speed",current:m.a.mults.hacking_speed,augmented:m.a.mults.hacking_speed*t.hacking_speed},{mult:"Hacking Money",current:m.a.mults.hacking_money,augmented:m.a.mults.hacking_money*t.hacking_money,bnMult:u.a.ScriptHackMoney},{mult:"Hacking Growth",current:m.a.mults.hacking_grow,augmented:m.a.mults.hacking_grow*t.hacking_grow},{mult:"Hacking Level",current:m.a.mults.hacking,augmented:m.a.mults.hacking*t.hacking,bnMult:u.a.HackingLevelMultiplier},{mult:"Hacking Experience",current:m.a.mults.hacking_exp,augmented:m.a.mults.hacking_exp*t.hacking_exp,bnMult:u.a.HackExpGain}].map(t=>Object.defineProperty(t,"color",{value:h.a.theme.hack})),...[{mult:"Strength Level",current:m.a.mults.strength,augmented:m.a.mults.strength*t.strength,bnMult:u.a.StrengthLevelMultiplier},{mult:"Strength Experience",current:m.a.mults.strength_exp,augmented:m.a.mults.strength_exp*t.strength_exp},{mult:"Defense Level",current:m.a.mults.defense,augmented:m.a.mults.defense*t.defense,bnMult:u.a.DefenseLevelMultiplier},{mult:"Defense Experience",current:m.a.mults.defense_exp,augmented:m.a.mults.defense_exp*t.defense_exp},{mult:"Dexterity Level",current:m.a.mults.dexterity,augmented:m.a.mults.dexterity*t.dexterity,bnMult:u.a.DexterityLevelMultiplier},{mult:"Dexterity Experience",current:m.a.mults.dexterity_exp,augmented:m.a.mults.dexterity_exp*t.dexterity_exp},{mult:"Agility Level",current:m.a.mults.agility,augmented:m.a.mults.agility*t.agility,bnMult:u.a.AgilityLevelMultiplier},{mult:"Agility Experience",current:m.a.mults.agility_exp,augmented:m.a.mults.agility_exp*t.agility_exp}].map(t=>Object.defineProperty(t,"color",{value:h.a.theme.combat})),{mult:"Charisma Level",current:m.a.mults.charisma,augmented:m.a.mults.charisma*t.charisma,bnMult:u.a.CharismaLevelMultiplier,color:h.a.theme.cha},{mult:"Charisma Experience",current:m.a.mults.charisma_exp,augmented:m.a.mults.charisma_exp*t.charisma_exp,color:h.a.theme.cha}],n=[{mult:"Hacknet Node Production",current:m.a.mults.hacknet_node_money,augmented:m.a.mults.hacknet_node_money*t.hacknet_node_money,bnMult:u.a.HacknetNodeMoney},{mult:"Hacknet Node Purchase Cost",current:m.a.mults.hacknet_node_purchase_cost,augmented:m.a.mults.hacknet_node_purchase_cost*t.hacknet_node_purchase_cost},{mult:"Hacknet Node RAM Upgrade Cost",current:m.a.mults.hacknet_node_ram_cost,augmented:m.a.mults.hacknet_node_ram_cost*t.hacknet_node_ram_cost},{mult:"Hacknet Node Core Purchase Cost",current:m.a.mults.hacknet_node_core_cost,augmented:m.a.mults.hacknet_node_core_cost*t.hacknet_node_core_cost},{mult:"Hacknet Node Level Upgrade Cost",current:m.a.mults.hacknet_node_level_cost,augmented:m.a.mults.hacknet_node_level_cost*t.hacknet_node_level_cost},{mult:"Company Reputation Gain",current:m.a.mults.company_rep,augmented:m.a.mults.company_rep*t.company_rep},{mult:"Faction Reputation Gain",current:m.a.mults.faction_rep,augmented:m.a.mults.faction_rep*t.faction_rep,bnMult:u.a.FactionWorkRepGain},{mult:"Salary",current:m.a.mults.work_money,augmented:m.a.mults.work_money*t.work_money,bnMult:u.a.CompanyWorkMoney,color:h.a.theme.money},{mult:"Crime Success Chance",current:m.a.mults.crime_success,augmented:m.a.mults.crime_success*t.crime_success,color:h.a.theme.combat},{mult:"Crime Money",current:m.a.mults.crime_money,augmented:m.a.mults.crime_money*t.crime_money,bnMult:u.a.CrimeMoney,color:h.a.theme.money}];return m.a.canAccessBladeburner()&&u.a.BladeburnerRank>0&&n.push({mult:"Bladeburner Success Chance",current:m.a.mults.bladeburner_success_chance,augmented:m.a.mults.bladeburner_success_chance*t.bladeburner_success_chance},{mult:"Bladeburner Max Stamina",current:m.a.mults.bladeburner_max_stamina,augmented:m.a.mults.bladeburner_max_stamina*t.bladeburner_max_stamina},{mult:"Bladeburner Stamina Gain",current:m.a.mults.bladeburner_stamina_gain,augmented:m.a.mults.bladeburner_stamina_gain*t.bladeburner_stamina_gain},{mult:"Bladeburner Field Analysis",current:m.a.mults.bladeburner_analysis,augmented:m.a.mults.bladeburner_analysis*t.bladeburner_analysis}),c.createElement(l.a,{sx:{p:1,maxHeight:400,overflowY:"scroll",display:"flex",flexDirection:"column",flexWrap:"wrap",gap:1}},c.createElement(b,{rows:e}),c.createElement(b,{rows:n}))}},function(t,e,n){"use strict";n.d(e,"a",(function(){return m}));var a=n(23),r=n(3),i=n(113),o=n(47),s=n(263),l=n(0),c=n(1),f=n(72),u=n(13);function m(){const t=[];let e=-1;for(let t=c.a.queuedAugmentations.length-1;t>=0;t--)if(c.a.queuedAugmentations[t].name===u.a.NeuroFluxGovernor){e=t;break}for(let n=0;n{const t="string"==typeof m.info?l.createElement("span",null,m.info):m.info;return l.createElement(l.Fragment,null,t,l.createElement("br",null),l.createElement("br",null),m.stats)})()),enterNextDelay:500,key:s},l.createElement(i.a,{sx:{px:2,py:1},primary:s})))}return l.createElement(o.a,{sx:{py:1,maxHeight:400,overflowY:"scroll"}},l.createElement(s.a,{sx:{height:400,overflowY:"scroll"},disablePadding:!0},t))}},function(t,e,n){"use strict";n.d(e,"a",(function(){return y}));var a=n(47),r=n(368),i=n(113),o=n(21),s=n(263),l=n(3),c=n(0),f=n.n(c),u=n(111),m=n(1),h=n(177),d=n(6),p=n(308);const g=t=>{if(-1===t){return{info:f.a.createElement(f.a.Fragment,null,"This Source-File can only be acquired with obscure knowledge of the game, javascript, and the web ecosystem.",f.a.createElement("br",null),f.a.createElement("br",null),"It increases all of the player's multipliers by 0.1%",f.a.createElement("br",null),f.a.createElement("br",null),"You have found the following exploits:",f.a.createElement("br",null),f.a.createElement("br",null),m.a.exploits.map(t=>f.a.createElement(f.a.Fragment,{key:t},"* ",Object(u.b)(t),f.a.createElement("br",null)))),lvl:m.a.exploits.length,n:-1,name:"Source-File -1: Exploits in the BitNodes"}}const e="SourceFile"+t,n=p.a[e];return null==n?(console.error("Invalid source file number: "+t),null):n},b=t=>{let e;switch(t.n){case 12:e="∞";break;case-1:e=Object.keys(u.a).length;break;default:e="3"}return e};function y(){var t;const e=m.a.sourceFiles.slice(),n=m.a.exploits;if(n.length>0&&e.unshift({n:-1,lvl:n.length}),d.a.OwnedAugmentationsOrder===h.a.Alphabetically&&e.sort((t,e)=>t.n-e.n),0===e.length)return f.a.createElement(f.a.Fragment,null);const[u,p]=Object(c.useState)(e[0]);return f.a.createElement(o.a,{sx:{width:"100%",mt:1}},f.a.createElement(a.a,{sx:{p:1}},f.a.createElement(l.a,{variant:"h5"},"Source Files")),f.a.createElement(a.a,{sx:{display:"grid",gridTemplateColumns:"1fr 3fr"}},f.a.createElement(o.a,null,f.a.createElement(s.a,{sx:{height:400,overflowY:"scroll",borderRight:"1px solid "+d.a.theme.welllight},disablePadding:!0},e.map((t,e)=>{const n=g(t.n);if(!n)return;const a=b(n);return f.a.createElement(r.a,{key:e+1,onClick:()=>p(t),selected:u.n===t.n,sx:{py:0}},f.a.createElement(i.a,{disableTypography:!0,primary:f.a.createElement(l.a,null,n.name),secondary:f.a.createElement(l.a,null,"Level ",t.lvl," / ",a)}))}))),f.a.createElement(o.a,{sx:{m:1}},f.a.createElement(l.a,{variant:"h6",sx:{display:"flex",alignItems:"center",flexWrap:"wrap"}},null===(t=g(u.n))||void 0===t?void 0:t.name),f.a.createElement(l.a,{sx:{maxHeight:350,overflowY:"scroll"}},(()=>{const t=g(u.n);if(!t)return;const e=b(t);return f.a.createElement(f.a.Fragment,null,"Level ",u.lvl," / ",e,f.a.createElement("br",null),f.a.createElement("br",null),t.info)})()))))}},function(t,e,n){"use strict";n.d(e,"a",(function(){return O}));var a=n(1),r=n(13),i=n(0),o=n.n(i),s=n(1201),l=n(1203),c=n(1206),f=n(1208),u=n(1209),m=n(1210),h=n(1211),d=n(1212),p=n(1213),g=n(1214),b=n(1215),y=n(1216),E=n(1217),v=n(1218),k=n(1219),w=n(1220),S=n(1221),_=n(1224),C=n(1227),x=n(3),L=n(111);function O(){return Object(i.useEffect)(()=>{a.a.giveExploit(L.a.YoureNotMeantToAccessThis)},[]),o.a.createElement(o.a.Fragment,null,o.a.createElement(x.a,null,"Development Menu - Only meant to be used for testing/debugging"),o.a.createElement(s.a,null),o.a.createElement(l.a,null),o.a.createElement(c.a,null),o.a.createElement(f.a,null),o.a.createElement(u.a,null),o.a.createElement(m.a,null),o.a.createElement(h.a,null),o.a.createElement(d.a,null),a.a.bladeburner&&o.a.createElement(p.a,null),a.a.gang&&o.a.createElement(g.a,null),a.a.corporation&&o.a.createElement(b.a,null),o.a.createElement(y.a,null),a.a.hasWseAccount&&o.a.createElement(E.a,null),a.a.sleeves.length>0&&o.a.createElement(v.a,null),a.a.augmentations.some(t=>t.name===r.a.StaneksGift1)&&o.a.createElement(k.a,null),o.a.createElement(w.a,null),o.a.createElement(_.a,null),o.a.createElement(C.a,null),o.a.createElement(S.a,null))}},function(t,e,n){"use strict";n.d(e,"a",(function(){return w}));var a=n(0),r=n.n(a),i=n(157),o=n(158),s=n(159),l=n(80),c=n.n(l),f=n(3),u=n(10),m=n(24),h=n(1),d=n(22),p=n(87),g=n(130),b=n(74),y=n(465),E=n(190),v=n(5),k=n(353);function w(){const[t,e]=Object(a.useState)(!1),[n,l]=Object(a.useState)(""),[w,S]=Object(a.useState)("");function _(t){return function(){h.a.gainMoney(t,"other")}}return Object(a.useEffect)(()=>{if(t)throw new ReferenceError("Manually thrown error")},[t]),r.a.createElement(i.a,{TransitionProps:{unmountOnExit:!0}},r.a.createElement(o.a,{expandIcon:r.a.createElement(c.a,null)},r.a.createElement(f.a,null,"General")),r.a.createElement(s.a,null,r.a.createElement(u.a,{onClick:_(1e6)},r.a.createElement("pre",null,"+ ",r.a.createElement(m.a,{money:1e6}))),r.a.createElement(u.a,{onClick:_(1e9)},r.a.createElement("pre",null,"+ ",r.a.createElement(m.a,{money:1e9}))),r.a.createElement(u.a,{onClick:_(1e12)},r.a.createElement("pre",null,"+ ",r.a.createElement(m.a,{money:1e12}))),r.a.createElement(u.a,{onClick:_(1e15)},r.a.createElement("pre",null,"+ ",r.a.createElement(m.a,{money:1e15}))),r.a.createElement(u.a,{onClick:_(1/0)},r.a.createElement("pre",null,"+ ",r.a.createElement(m.a,{money:1/0}))),r.a.createElement(u.a,{onClick:function(){h.a.getHomeComputer().maxRam*=2}},"+ RAM"),r.a.createElement("br",null),r.a.createElement(f.a,null,"Corporation Name:"),r.a.createElement(p.a,{value:n,onChange:t=>l(t.target.value)}),r.a.createElement(u.a,{onClick:function(){h.a.startCorporation(n)}},"Create Corporation"),r.a.createElement("br",null),r.a.createElement(f.a,null,"Gang Faction:"),r.a.createElement(g.a,{value:w,onChange:function(t){S(t.target.value)}},E.a.Names.map(t=>r.a.createElement(b.a,{key:t,value:t},t))),r.a.createElement(u.a,{onClick:function(){const t=w===v.a.NiteSec||w===v.a.TheBlackHand;h.a.startGang(w,t)}},"Start Gang"),r.a.createElement("br",null),r.a.createElement(u.a,{onClick:function(){h.a.bladeburner=new y.a}},"Join BladeBurner"),r.a.createElement("br",null),r.a.createElement(u.a,{onClick:function(){d.b.toBitVerse(!0,!0)}},"Quick b1t_flum3.exe"),r.a.createElement(u.a,{onClick:function(){d.b.toBitVerse(!0,!1)}},"Run b1t_flum3.exe"),r.a.createElement(u.a,{onClick:function(){d.b.toBitVerse(!1,!0)}},"Quick w0rld_d34m0n"),r.a.createElement(u.a,{onClick:function(){d.b.toBitVerse(!1,!1)}},"Hack w0rld_d34m0n"),r.a.createElement(u.a,{onClick:()=>e(!0)},"Throw Error"),r.a.createElement(u.a,{onClick:function(){Object(k.b)()}},"Check Messages")))}},,function(t,e,n){"use strict";n.d(e,"a",(function(){return p}));var a=n(0),r=n.n(a),i=n(157),o=n(158),s=n(159),l=n(80),c=n.n(l),f=n(3),u=n(10),m=n(134),h=n(1);const d=1e27;function p(){function t(t,e){return function(n){switch(t){case"hacking":n&&h.a.gainHackingExp(n*e);break;case"strength":n&&h.a.gainStrengthExp(n*e);break;case"defense":n&&h.a.gainDefenseExp(n*e);break;case"dexterity":n&&h.a.gainDexterityExp(n*e);break;case"agility":n&&h.a.gainAgilityExp(n*e);break;case"charisma":n&&h.a.gainCharismaExp(n*e);break;case"intelligence":n&&h.a.gainIntelligenceExp(n*e)}h.a.updateSkillLevels()}}function e(t){return function(e){h.a.karma+=e*t}}function n(t){return function(){switch(t){case"hacking":h.a.exp.hacking=0;break;case"strength":h.a.exp.strength=0;break;case"defense":h.a.exp.defense=0;break;case"dexterity":h.a.exp.dexterity=0;break;case"agility":h.a.exp.agility=0;break;case"charisma":h.a.exp.charisma=0;break;case"intelligence":h.a.exp.intelligence=0}h.a.updateSkillLevels()}}return r.a.createElement(i.a,{TransitionProps:{unmountOnExit:!0}},r.a.createElement(o.a,{expandIcon:r.a.createElement(c.a,null)},r.a.createElement(f.a,null,"Experience / Stats")),r.a.createElement(s.a,null,r.a.createElement("table",null,r.a.createElement("tbody",null,r.a.createElement("tr",null,r.a.createElement("td",null,r.a.createElement(f.a,null,"All:")),r.a.createElement("td",null,r.a.createElement(u.a,{onClick:function(){h.a.gainHackingExp(d),h.a.gainStrengthExp(d),h.a.gainDefenseExp(d),h.a.gainDexterityExp(d),h.a.gainAgilityExp(d),h.a.gainCharismaExp(d),h.a.gainIntelligenceExp(d),h.a.updateSkillLevels()}},"Tons of exp"),r.a.createElement(u.a,{onClick:function(){h.a.exp.hacking=0,h.a.exp.strength=0,h.a.exp.defense=0,h.a.exp.dexterity=0,h.a.exp.agility=0,h.a.exp.charisma=0,h.a.exp.intelligence=0,h.a.updateSkillLevels()}},"Reset"))),r.a.createElement("tr",null,r.a.createElement("td",null,r.a.createElement(f.a,null,"Hacking:")),r.a.createElement("td",null,r.a.createElement(m.a,{label:"hacking",placeholder:"exp",tons:()=>t("hacking",1)(d),add:t("hacking",1),subtract:t("hacking",-1),reset:n("hacking")}))),r.a.createElement("tr",null,r.a.createElement("td",null,r.a.createElement(f.a,null,"Strength:")),r.a.createElement("td",null,r.a.createElement(m.a,{label:"strength",placeholder:"exp",tons:()=>t("strength",1)(d),add:t("strength",1),subtract:t("strength",-1),reset:n("strength")}))),r.a.createElement("tr",null,r.a.createElement("td",null,r.a.createElement(f.a,null,"Defense:")),r.a.createElement("td",null,r.a.createElement(m.a,{label:"defense",placeholder:"exp",tons:()=>t("defense",1)(d),add:t("defense",1),subtract:t("defense",-1),reset:n("defense")}))),r.a.createElement("tr",null,r.a.createElement("td",null,r.a.createElement(f.a,null,"Dexterity:")),r.a.createElement("td",null,r.a.createElement(m.a,{label:"dexterity",placeholder:"exp",tons:()=>t("dexterity",1)(d),add:t("dexterity",1),subtract:t("dexterity",-1),reset:n("dexterity")}))),r.a.createElement("tr",null,r.a.createElement("td",null,r.a.createElement(f.a,null,"Agility:")),r.a.createElement("td",null,r.a.createElement(m.a,{label:"agility",placeholder:"exp",tons:()=>t("agility",1)(d),add:t("agility",1),subtract:t("agility",-1),reset:n("agility")}))),r.a.createElement("tr",null,r.a.createElement("td",null,r.a.createElement(f.a,null,"Charisma:")),r.a.createElement("td",null,r.a.createElement(m.a,{label:"charisma",placeholder:"exp",tons:()=>t("charisma",1)(d),add:t("charisma",1),subtract:t("charisma",-1),reset:n("charisma")}))),r.a.createElement("tr",null,r.a.createElement("td",null,r.a.createElement(f.a,null,"Intelligence:")),r.a.createElement("td",null,r.a.createElement(m.a,{label:"intelligence",placeholder:"exp",tons:()=>t("intelligence",1)(d),add:t("intelligence",1),subtract:t("intelligence",-1),reset:n("intelligence")})),r.a.createElement("td",null,r.a.createElement(u.a,{onClick:function(){0===h.a.skills.intelligence&&(h.a.skills.intelligence=1,h.a.updateSkillLevels())}},"Enable")),r.a.createElement("td",null,r.a.createElement(u.a,{onClick:function(){h.a.exp.intelligence=0,h.a.skills.intelligence=0,h.a.updateSkillLevels()}},"Disable"))),r.a.createElement("tr",null,r.a.createElement("td",null,r.a.createElement(f.a,null,"Karma:")),r.a.createElement("td",null,r.a.createElement(m.a,{label:"karma",placeholder:"amt",tons:()=>t("intelligence",1)(1e5),add:e(1),subtract:e(-1),reset:function(){h.a.karma=0}})))))))}},,,function(t,e,n){"use strict";n.d(e,"a",(function(){return C}));var a=n(0),r=n.n(a),i=n(157),o=n(158),s=n(159),l=n(80),c=n.n(l),f=n(3),u=n(10),m=n(130),h=n(134),d=n(1),p=n(30),g=n(1508),b=n(74),y=n(112),E=n(1207),v=n.n(E),k=n(482),w=n.n(k),S=n(1509),_=n(5);function C(){const[t,e]=Object(a.useState)(_.a.Illuminati);function n(e){return function(n){const a=p.a[t];null==a||isNaN(n)||(a.playerReputation+=n*e)}}function l(e){return function(n){const a=p.a[t];null==a||isNaN(n)||(a.favor+=n*e)}}return r.a.createElement(i.a,{TransitionProps:{unmountOnExit:!0}},r.a.createElement(o.a,{expandIcon:r.a.createElement(c.a,null)},r.a.createElement(f.a,null,"Factions")),r.a.createElement(s.a,null,r.a.createElement("table",null,r.a.createElement("tbody",null,r.a.createElement("tr",null,r.a.createElement("td",null,r.a.createElement(f.a,null,"Faction:")),r.a.createElement("td",null,r.a.createElement(g.a,null,r.a.createElement(S.a,{id:"factions-select"},"Faction"),r.a.createElement(m.a,{labelId:"factions-select",id:"factions-dropdown",onChange:function(t){e(t.target.value)},value:t,startAdornment:r.a.createElement(r.a.Fragment,null,r.a.createElement(y.a,{onClick:function(){Object.values(_.a).forEach(t=>d.a.receiveInvite(t))},size:"large","arial-label":"receive-all-invitation"},r.a.createElement(v.a,null)),r.a.createElement(y.a,{onClick:function(){d.a.receiveInvite(t)},size:"large","arial-label":"receive-one-invitation"},r.a.createElement(w.a,null)))},Object.values(p.a).map(t=>r.a.createElement(b.a,{key:t.name,value:t.name},t.name)))))),r.a.createElement("tr",null,r.a.createElement("td",null,r.a.createElement(f.a,null,"Reputation:")),r.a.createElement("td",null,r.a.createElement(h.a,{label:"reputation",placeholder:"amt",tons:()=>n(1)(1e12),add:n(1),subtract:n(-1),reset:function(){const e=p.a[t];null!=e&&(e.playerReputation=0)}}))),r.a.createElement("tr",null,r.a.createElement("td",null,r.a.createElement(f.a,null,"Favor:")),r.a.createElement("td",null,r.a.createElement(h.a,{label:"favor",placeholder:"amt",tons:()=>l(1)(2e3),add:l(1),subtract:l(-1),reset:function(){const e=p.a[t];null!=e&&(e.favor=0)}}))),r.a.createElement("tr",null,r.a.createElement("td",null,r.a.createElement(f.a,null,"All Reputation:")),r.a.createElement("td",null,r.a.createElement(u.a,{onClick:function(){for(const t of Object.keys(p.a))p.a[t].playerReputation=1e12}},"Tons"),r.a.createElement(u.a,{onClick:function(){for(const t of Object.keys(p.a))p.a[t].playerReputation=0}},"Reset"))),r.a.createElement("tr",null,r.a.createElement("td",null,r.a.createElement(f.a,null,"All Favor:")),r.a.createElement("td",null,r.a.createElement(u.a,{onClick:function(){for(const t of Object.keys(p.a))p.a[t].favor=1e12}},"Tons"),r.a.createElement(u.a,{onClick:function(){for(const t of Object.keys(p.a))p.a[t].favor=0}},"Reset")))))))}},,function(t,e,n){"use strict";n.d(e,"a",(function(){return E}));var a=n(1822),r=n(1823),i=n(1515),o=n(1824),s=n(157),l=n(158),c=n(3),f=n(159),u=n(130),m=n(112),h=n(74),d=n(10),p=n(0),g=n.n(p),b=n(13),y=n(1);function E(){const[t,e]=Object(p.useState)("Augmented Targeting I");return g.a.createElement(s.a,{TransitionProps:{unmountOnExit:!0}},g.a.createElement(l.a,{expandIcon:g.a.createElement(a.a,null)},g.a.createElement(c.a,null,"Augmentations")),g.a.createElement(f.a,null,g.a.createElement(u.a,{onChange:function(t){e(t.target.value)},value:t,startAdornment:g.a.createElement(g.a.Fragment,null,g.a.createElement(m.a,{onClick:function(){for(const t of Object.values(b.a))y.a.queueAugmentation(t)},size:"large"},g.a.createElement(r.a,null)),g.a.createElement(m.a,{onClick:function(){y.a.queueAugmentation(t)},size:"large"},g.a.createElement(i.a,null))),endAdornment:g.a.createElement(g.a.Fragment,null,g.a.createElement(m.a,{onClick:function(){y.a.augmentations=[]},size:"large"},g.a.createElement(o.a,null)))},Object.values(b.a).map(t=>g.a.createElement(h.a,{key:t,value:t},t))),g.a.createElement(d.a,{sx:{display:"block"},onClick:function(){y.a.queuedAugmentations=[]}},"Clear Queued Augmentations")))}},function(t,e,n){"use strict";n.d(e,"a",(function(){return g}));var a=n(0),r=n.n(a),i=n(157),o=n(158),s=n(159),l=n(80),c=n.n(l),f=n(3),u=n(10),m=n(626),h=n(1),d=n(369);const p=[1,2,3,4,5,6,7,8,9,10,11,12,13];function g(){function t(t,e){return function(){if(9===t&&(h.a.hacknetNodes=[]),0!==e)if(h.a.sourceFiles.some(e=>e.n===t))for(let n=0;ne.n!==t)}}function e(e){return()=>{for(let n=0;nr.a.createElement("tr",{key:"sf-"+e},r.a.createElement("td",null,r.a.createElement(f.a,null,"SF-",e,":")),r.a.createElement("td",null,r.a.createElement(d.a,null,r.a.createElement(u.a,{onClick:t(e,0)},"0"),r.a.createElement(u.a,{onClick:t(e,1)},"1"),r.a.createElement(u.a,{onClick:t(e,2)},"2"),r.a.createElement(u.a,{onClick:t(e,3)},"3")))))))))}},function(t,e,n){"use strict";n.d(e,"a",(function(){return g}));var a=n(0),r=n.n(a),i=n(157),o=n(158),s=n(159),l=n(80),c=n.n(l),f=n(3),u=n(10),m=n(130),h=n(1),d=n(56),p=n(74);function g(){const[t,e]=Object(a.useState)("NUKE.exe");return r.a.createElement(i.a,{TransitionProps:{unmountOnExit:!0}},r.a.createElement(o.a,{expandIcon:r.a.createElement(c.a,null)},r.a.createElement(f.a,null,"Programs")),r.a.createElement(s.a,null,r.a.createElement("table",null,r.a.createElement("tbody",null,r.a.createElement("tr",null,r.a.createElement("td",null,r.a.createElement(f.a,null,"Program:")),r.a.createElement("td",null,r.a.createElement(m.a,{onChange:function(t){e(t.target.value)},value:t},Object.values(d.a).map(t=>r.a.createElement(p.a,{key:t.name,value:t.name},t.name))))),r.a.createElement("tr",null,r.a.createElement("td",null,r.a.createElement(f.a,null,"Add:")),r.a.createElement("td",null,r.a.createElement(u.a,{onClick:function(){h.a.hasProgram(t)||h.a.getHomeComputer().programs.push(t)}},"One"),r.a.createElement(u.a,{onClick:function(){for(const t of Object.keys(d.a))h.a.hasProgram(d.a[t].name)||h.a.getHomeComputer().programs.push(d.a[t].name)}},"All")))))))}},function(t,e,n){"use strict";n.d(e,"a",(function(){return g}));var a=n(0),r=n.n(a),i=n(157),o=n(158),s=n(159),l=n(80),c=n.n(l),f=n(3),u=n(10),m=n(130),h=n(26),d=n(46),p=n(74);function g(){const[t,e]=Object(a.useState)("home");return r.a.createElement(i.a,{TransitionProps:{unmountOnExit:!0}},r.a.createElement(o.a,{expandIcon:r.a.createElement(c.a,null)},r.a.createElement(f.a,null,"Servers")),r.a.createElement(s.a,null,r.a.createElement("table",null,r.a.createElement("tbody",null,r.a.createElement("tr",null,r.a.createElement("td",null,r.a.createElement(f.a,null,"Server:")),r.a.createElement("td",{colSpan:2},r.a.createElement(m.a,{id:"dev-servers-dropdown",onChange:function(t){e(t.target.value)},value:t},Object(h.c)().map(t=>r.a.createElement(p.a,{key:t.hostname,value:t.hostname},t.hostname))))),r.a.createElement("tr",null,r.a.createElement("td",null,r.a.createElement(f.a,null,"Root:")),r.a.createElement("td",null,r.a.createElement(u.a,{onClick:function(){const e=Object(h.d)(t);null!==e&&e instanceof d.a&&(e.hasAdminRights=!0,e.sshPortOpen=!0,e.ftpPortOpen=!0,e.smtpPortOpen=!0,e.httpPortOpen=!0,e.sqlPortOpen=!0,e.openPortCount=5)}},"Root one")),r.a.createElement("td",null,r.a.createElement(u.a,{onClick:function(){for(const t of Object(h.c)()){if(!(t instanceof d.a))return;t.hasAdminRights=!0,t.sshPortOpen=!0,t.ftpPortOpen=!0,t.smtpPortOpen=!0,t.httpPortOpen=!0,t.sqlPortOpen=!0,t.openPortCount=5}}},"Root all"))),r.a.createElement("tr",null,r.a.createElement("td",null,r.a.createElement(f.a,null,"Security:")),r.a.createElement("td",null,r.a.createElement(u.a,{onClick:function(){const e=Object(h.d)(t);null!==e&&e instanceof d.a&&(e.hackDifficulty=e.minDifficulty)}},"Min one")),r.a.createElement("td",null,r.a.createElement(u.a,{onClick:function(){for(const t of Object(h.c)()){if(!(t instanceof d.a))return;t.hackDifficulty=t.minDifficulty}}},"Min all"))),r.a.createElement("tr",null,r.a.createElement("td",null,r.a.createElement(f.a,null,"Money:")),r.a.createElement("td",null,r.a.createElement(u.a,{onClick:function(){const e=Object(h.d)(t);null!==e&&e instanceof d.a&&(e.moneyAvailable=0)}},"Min one")),r.a.createElement("td",null,r.a.createElement(u.a,{onClick:function(){for(const t of Object(h.c)()){if(!(t instanceof d.a))return;t.moneyAvailable=0}}},"Min all")),r.a.createElement("td",null,r.a.createElement(u.a,{onClick:function(){const e=Object(h.d)(t);null!==e&&e instanceof d.a&&(e.moneyAvailable=e.moneyMax)}},"Max one")),r.a.createElement("td",null,r.a.createElement(u.a,{onClick:function(){for(const t of Object(h.c)()){if(!(t instanceof d.a))return;t.moneyAvailable=t.moneyMax}}},"Max all")))))))}},function(t,e,n){"use strict";n.d(e,"a",(function(){return b}));var a=n(0),r=n.n(a),i=n(157),o=n(158),s=n(159),l=n(80),c=n.n(l),f=n(3),u=n(10),m=n(130),h=n(78),d=n(74),p=n(134),g=n(5);function b(){const[t,e]=Object(a.useState)(g.a.ECorp);function n(e){return function(n){const a=h.a[t];null==a||isNaN(n)||(a.playerReputation+=n*e)}}function l(e){return function(n){const a=h.a[t];null==a||isNaN(n)||(a.favor+=n*e)}}return r.a.createElement(i.a,{TransitionProps:{unmountOnExit:!0}},r.a.createElement(o.a,{expandIcon:r.a.createElement(c.a,null)},r.a.createElement(f.a,null,"Companies")),r.a.createElement(s.a,null,r.a.createElement("table",null,r.a.createElement("tbody",null,r.a.createElement("tr",null,r.a.createElement("td",null,r.a.createElement(f.a,null,"Company:")),r.a.createElement("td",{colSpan:3},r.a.createElement(m.a,{id:"dev-companies-dropdown",onChange:function(t){e(t.target.value)},value:t},Object.values(h.a).map(t=>r.a.createElement(d.a,{key:t.name,value:t.name},t.name))))),r.a.createElement("tr",null,r.a.createElement("td",null,r.a.createElement(f.a,null,"Reputation:")),r.a.createElement("td",null,r.a.createElement(p.a,{label:"reputation",placeholder:"amt",tons:()=>n(1)(1e12),add:n(1),subtract:n(-1),reset:function(){h.a[t].playerReputation=0}}))),r.a.createElement("tr",null,r.a.createElement("td",null,r.a.createElement(f.a,null,"Favor:")),r.a.createElement("td",null,r.a.createElement(p.a,{label:"favor",placeholder:"amt",tons:()=>l(1)(2e3),add:l(1),subtract:l(-1),reset:function(){h.a[t].favor=0}}))),r.a.createElement("tr",null,r.a.createElement("td",null,r.a.createElement(f.a,null,"All Reputation:")),r.a.createElement("td",null,r.a.createElement(u.a,{onClick:function(){for(const t of Object.keys(h.a))h.a[t].playerReputation=1e12}},"Tons"),r.a.createElement(u.a,{onClick:function(){for(const t of Object.keys(h.a))h.a[t].playerReputation=0}},"Reset"))),r.a.createElement("tr",null,r.a.createElement("td",null,r.a.createElement(f.a,null,"All Favor:")),r.a.createElement("td",null,r.a.createElement(u.a,{onClick:function(){for(const t of Object.keys(h.a))h.a[t].favor=1e12}},"Tons"),r.a.createElement(u.a,{onClick:function(){for(const t of Object.keys(h.a))h.a[t].favor=0}},"Reset")))))))}},function(t,e,n){"use strict";n.d(e,"a",(function(){return h}));var a=n(0),r=n.n(a),i=n(3),o=n(157),s=n(158),l=n(159),c=n(80),f=n.n(c),u=n(134),m=n(1);function h(){const t=m.a.bladeburner;if(null===t)return r.a.createElement(r.a.Fragment,null);function e(e){return function(n){t&&t.changeRank(m.a,n*e)}}function n(e){return function(n){t&&(t.storedCycles+=n*e)}}return r.a.createElement(o.a,{TransitionProps:{unmountOnExit:!0}},r.a.createElement(s.a,{expandIcon:r.a.createElement(f.a,null)},r.a.createElement(i.a,null,"Bladeburner")),r.a.createElement(l.a,null,r.a.createElement("table",null,r.a.createElement("tbody",null,r.a.createElement("tr",null,r.a.createElement("td",null,r.a.createElement(i.a,null,"Rank:")),r.a.createElement("td",null,r.a.createElement(u.a,{label:"rank",placeholder:"amt",tons:function(){t&&t.changeRank(m.a,1e27)},add:e(1),subtract:e(-1),reset:function(){t&&(t.rank=0,t.maxRank=0)}}))),r.a.createElement("tr",null,r.a.createElement("td",null,r.a.createElement(i.a,null,"Cycles:")),r.a.createElement("td",null,r.a.createElement(u.a,{label:"cycles",placeholder:"amt",tons:function(){t&&(t.storedCycles+=1e27)},add:n(1),subtract:n(-1),reset:function(){t&&(t.storedCycles=0)}})))))))}},function(t,e,n){"use strict";n.d(e,"a",(function(){return h}));var a=n(0),r=n.n(a),i=n(3),o=n(157),s=n(158),l=n(159),c=n(80),f=n.n(c),u=n(134),m=n(1);function h(){function t(t){return function(e){m.a.gang&&(m.a.gang.storedCycles+=e*t)}}return r.a.createElement(o.a,{TransitionProps:{unmountOnExit:!0}},r.a.createElement(s.a,{expandIcon:r.a.createElement(f.a,null)},r.a.createElement(i.a,null,"Gang")),r.a.createElement(l.a,null,r.a.createElement("table",null,r.a.createElement("tbody",null,r.a.createElement("tr",null,r.a.createElement("td",null,r.a.createElement(i.a,null,"Cycles:")),r.a.createElement("td",null,r.a.createElement(u.a,{label:"cycles",placeholder:"amt",tons:function(){m.a.gang&&(m.a.gang.storedCycles=1e27)},add:t(1),subtract:t(-1),reset:function(){m.a.gang&&(m.a.gang.storedCycles=0)}})))))))}},function(t,e,n){"use strict";n.d(e,"a",(function(){return d}));var a=n(0),r=n.n(a),i=n(157),o=n(158),s=n(159),l=n(80),c=n.n(l),f=n(3),u=n(10),m=n(134),h=n(1);function d(){function t(t){return function(e){h.a.corporation&&(h.a.corporation.funds+=e*t)}}function e(t){return function(e){h.a.corporation&&(h.a.corporation.storedCycles+=e*t)}}return r.a.createElement(i.a,{TransitionProps:{unmountOnExit:!0}},r.a.createElement(o.a,{expandIcon:r.a.createElement(c.a,null)},r.a.createElement(f.a,null,"Corporation")),r.a.createElement(s.a,null,r.a.createElement("table",null,r.a.createElement("tbody",null,r.a.createElement("tr",null,r.a.createElement("td",null,r.a.createElement(f.a,null,"Funds:")),r.a.createElement("td",null,r.a.createElement(m.a,{label:"set funds",placeholder:"amt",tons:function(){h.a.corporation&&(h.a.corporation.funds=h.a.corporation.funds+1e27)},add:t(1),subtract:t(-1),reset:function(){h.a.corporation&&(h.a.corporation.funds=h.a.corporation.funds-h.a.corporation.funds)}}))),r.a.createElement("tr",null,r.a.createElement("td",null,r.a.createElement(f.a,null,"Cycles:")),r.a.createElement("td",null,r.a.createElement(m.a,{label:"cycles",placeholder:"amt",tons:function(){h.a.corporation&&(h.a.corporation.storedCycles=1e27)},add:e(1),subtract:e(-1),reset:function(){h.a.corporation&&(h.a.corporation.storedCycles=0)}}))),r.a.createElement("tr",null,r.a.createElement("td",null,r.a.createElement(u.a,{onClick:function(){h.a.corporation&&h.a.corporation.divisions.forEach(t=>{Object.keys(t.products).forEach(e=>{const n=t.products[e];if(void 0===n)throw new Error("Impossible product undefined");n.prog=99.9})})}},"Finish products"))),r.a.createElement("tr",null,r.a.createElement("td",null,r.a.createElement(u.a,{onClick:function(){h.a.corporation&&h.a.corporation.divisions.forEach(t=>{t.sciResearch.qty+=1e10})}},"Tons of research")))))))}},function(t,e,n){"use strict";n.d(e,"a",(function(){return g}));var a=n(0),r=n.n(a),i=n(157),o=n(158),s=n(159),l=n(80),c=n.n(l),f=n(3),u=n(10),m=n(130),h=n(74),d=n(315),p=n(116);function g(){const[t,e]=Object(a.useState)("Find Largest Prime Factor");return r.a.createElement(i.a,{TransitionProps:{unmountOnExit:!0}},r.a.createElement(o.a,{expandIcon:r.a.createElement(c.a,null)},r.a.createElement(f.a,null,"Coding Contracts")),r.a.createElement(s.a,null,r.a.createElement("table",null,r.a.createElement("tbody",null,r.a.createElement("tr",null,r.a.createElement("td",null,r.a.createElement(u.a,{onClick:d.c},"Generate Random Contract"),r.a.createElement(u.a,{onClick:d.d},"Generate Random Contract on Home Comp"))),r.a.createElement("tr",null,r.a.createElement("td",null,r.a.createElement(m.a,{onChange:function(t){e(t.target.value)},value:t},Object.values(p.d).map(t=>r.a.createElement(h.a,{key:t.name,value:t.name},t.name))),r.a.createElement(u.a,{onClick:function(){Object(d.a)({problemType:t,server:"home"})}},"Generate Specified Contract Type on Home Comp")))))))}},function(t,e,n){"use strict";n.d(e,"a",(function(){return b}));var a=n(0),r=n.n(a),i=n(157),o=n(158),s=n(159),l=n(80),c=n.n(l),f=n(3),u=n(10),m=n(87),h=n(24),d=n(19),p=n(97),g=n(153);function b(){const[t,e]=Object(a.useState)(0),[n,l]=Object(a.useState)("");function b(t){const e=n.replace(/\s/g,"");let a=()=>!0;""!==e&&"all"!==e&&(a=function(t){return e.split(",").includes(t)});for(const e of Object.keys(p.a))if(p.a.hasOwnProperty(e)){const n=p.a[e];n instanceof g.a&&a(n.symbol)&&t(n)}}return r.a.createElement(i.a,{TransitionProps:{unmountOnExit:!0}},r.a.createElement(o.a,{expandIcon:r.a.createElement(c.a,null)},r.a.createElement(f.a,null,"Stock Market")),r.a.createElement(s.a,null,r.a.createElement("table",null,r.a.createElement("tbody",null,r.a.createElement("tr",null,r.a.createElement("td",null,r.a.createElement(f.a,null,"Symbol:")),r.a.createElement("td",null,r.a.createElement(m.a,{placeholder:"symbol/'all'",onChange:function(t){l(t.target.value)}}))),r.a.createElement("tr",null,r.a.createElement("td",null,r.a.createElement(f.a,null,"Price:")),r.a.createElement("td",null,r.a.createElement(m.a,{placeholder:"$$$",onChange:function(t){e(parseFloat(t.target.value))}}),r.a.createElement(u.a,{onClick:function(){isNaN(t)||b(e=>{e.price=t})}},"Set"))),r.a.createElement("tr",null,r.a.createElement("td",null,r.a.createElement(f.a,null,"Caps:")),r.a.createElement("td",null,r.a.createElement(u.a,{onClick:function(){const t=[];b(e=>{t.push(r.a.createElement("tr",{key:e.symbol},r.a.createElement("td",null,e.symbol),r.a.createElement("td",{style:{textAlign:"right"}},r.a.createElement(h.a,{money:e.cap}))))}),Object(d.a)(r.a.createElement("table",null,r.a.createElement("tbody",null,r.a.createElement("tr",null,r.a.createElement("th",null,"Stock"),r.a.createElement("th",null,"Price cap")),t)))}},"View stock caps")))))))}},function(t,e,n){"use strict";n.d(e,"a",(function(){return d}));var a=n(0),r=n.n(a),i=n(157),o=n(158),s=n(159),l=n(80),c=n.n(l),f=n(10),u=n(3),m=n(1),h=n(134);function d(){function t(t){for(let e=0;et(1e7),add:t,subtract:t,reset:()=>t(0)})))))))}},function(t,e,n){"use strict";n.d(e,"a",(function(){return h}));var a=n(0),r=n.n(a),i=n(105),o=n(157),s=n(158),l=n(159),c=n(80),f=n.n(c),u=n(3),m=n(134);function h(){function t(t){return function(e){i.c.storedCycles+=e*t}}function e(t){return function(e){i.c.fragments.forEach(n=>n.highestCharge+=e*t)}}return r.a.createElement(o.a,{TransitionProps:{unmountOnExit:!0}},r.a.createElement(s.a,{expandIcon:r.a.createElement(f.a,null)},r.a.createElement(u.a,null,"Stanek's Gift")),r.a.createElement(l.a,null,r.a.createElement("table",null,r.a.createElement("tbody",null,r.a.createElement("tr",null,r.a.createElement("td",null,r.a.createElement(m.a,{label:"cycles",placeholder:"amt",tons:function(){i.c.storedCycles=1e6},add:t(1),subtract:t(-1),reset:function(){i.c.storedCycles=0}}))),r.a.createElement("tr",null,r.a.createElement("td",null,r.a.createElement(m.a,{label:"all charge",placeholder:"amt",tons:function(){i.c.fragments.forEach(t=>{t.highestCharge=1e21,t.numCharge=1e21})},add:e(1),subtract:e(-1),reset:function(){i.c.fragments.forEach(t=>{t.highestCharge=0,t.numCharge=0})}})))))))}},function(t,e,n){"use strict";n.d(e,"a",(function(){return p}));var a=n(0),r=n.n(a),i=n(157),o=n(158),s=n(159),l=n(80),c=n.n(l),f=n(3),u=n(10),m=n(1),h=n(102),d=n(388);function p(){function t(t){return()=>{m.a.lastUpdate-=t,d.a._lastUpdate-=t,h.c.saveGame(),setTimeout(()=>location.reload(),1e3)}}return r.a.createElement(i.a,{TransitionProps:{unmountOnExit:!0}},r.a.createElement(o.a,{expandIcon:r.a.createElement(c.a,null)},r.a.createElement(f.a,null,"Time skip")),r.a.createElement(s.a,null,r.a.createElement(u.a,{onClick:t(6e4)},"1 minute"),r.a.createElement(u.a,{onClick:t(36e5)},"1 hour"),r.a.createElement(u.a,{onClick:t(864e5)},"1 day")))}},function(t,e,n){"use strict";n.d(e,"a",(function(){return g}));var a=n(0),r=n.n(a),i=n(157),o=n(158),s=n(159),l=n(80),c=n.n(l),f=n(3),u=n(102),m=n(83),h=n(1516),d=n(10),p=n(135);function g(){const t=Object(a.useRef)(null),[e,n]=Object(a.useState)(""),[l,g]=Object(a.useState)(!0),[b,y]=Object(a.useState)(!0),[E,v]=Object(a.useState)(!0);return r.a.createElement(i.a,{TransitionProps:{unmountOnExit:!0}},r.a.createElement(o.a,{expandIcon:r.a.createElement(c.a,null)},r.a.createElement(f.a,null,"Save file")),r.a.createElement(s.a,null,r.a.createElement(d.a,{onClick:function(){if(!(window.File&&window.FileReader&&window.FileList&&window.Blob))return;const e=t.current;if(null===e)throw new Error("import input should not be null");e.click()},startIcon:r.a.createElement(h.a,null),sx:{gridArea:"import"}},"Select save file",r.a.createElement("input",{ref:t,type:"file",hidden:!0,onChange:async function(t){try{const e=await u.c.getImportStringFromFile(t.target.files),a=atob(e);n(a)}catch(t){m.b.emit(String(t),m.d.ERROR,5e3)}}})),r.a.createElement("br",null),""!==e&&r.a.createElement(r.a.Fragment,null,r.a.createElement(p.a,{checked:l,onChange:t=>g(t),text:"Restore scripts",tooltip:r.a.createElement(r.a.Fragment,null,"Restore the save file home computer scripts.")}),r.a.createElement("br",null),r.a.createElement(p.a,{checked:b,onChange:t=>y(t),text:"Restore Augmentations",tooltip:r.a.createElement(r.a.Fragment,null,"Restore the save file installed augmentations.")}),r.a.createElement("br",null),r.a.createElement(p.a,{checked:E,onChange:t=>v(t),text:"Restore Source Files",tooltip:r.a.createElement(r.a.Fragment,null,"Restore the save file acquired source files.")}),r.a.createElement("br",null),r.a.createElement(d.a,{onClick:function(){const t=JSON.parse(e);console.error(t)}},"Restore"))))}},,,function(t,e,n){"use strict";n.d(e,"a",(function(){return k}));var a=n(0),r=n.n(a),i=n(157),o=n(158),s=n(159),l=n(80),c=n.n(l),f=n(3),u=n(10),m=n(369),h=n(23),d=n(1226),p=n.n(d),g=n(1225),b=n.n(g),y=n(1),E=n(267),v=n(388);function k(){const[t,e]=Object(a.useState)(y.a.achievements.map(t=>t.ID));return r.a.createElement(i.a,{TransitionProps:{unmountOnExit:!0}},r.a.createElement(o.a,{expandIcon:r.a.createElement(c.a,null)},r.a.createElement(f.a,null,"Achievements")),r.a.createElement(s.a,null,r.a.createElement("table",null,r.a.createElement("tbody",null,r.a.createElement("tr",null,r.a.createElement("td",null),r.a.createElement("td",null,r.a.createElement(f.a,null,"Achievements:")),r.a.createElement("td",null,r.a.createElement(m.a,null,r.a.createElement(u.a,{onClick:function(){Object.values(E.a).forEach(t=>y.a.giveAchievement(t.ID)),e(y.a.achievements.map(t=>t.ID))}},"Grant All"),r.a.createElement(u.a,{onClick:function(){y.a.achievements=[],e(y.a.achievements.map(t=>t.ID))}},"Clear"),r.a.createElement(u.a,{onClick:function(){v.a.Counters.achievementsCounter=Number.MAX_VALUE}},"Disable Engine"),r.a.createElement(u.a,{onClick:function(){v.a.Counters.achievementsCounter=0}},"Enable Engine")))),Object.values(E.a).map(n=>{const a=t.includes(n.ID);return r.a.createElement("tr",{key:"ach-"+n.ID},r.a.createElement("td",null,a?r.a.createElement(h.a,{title:"Achieved"},r.a.createElement(b.a,{color:"primary"})):r.a.createElement(h.a,{title:"Locked"},r.a.createElement(p.a,{color:"secondary"}))),r.a.createElement("td",null,r.a.createElement(h.a,{title:r.a.createElement(r.a.Fragment,null,n.ID,r.a.createElement("br",null),n.Description)},r.a.createElement(f.a,{color:a?"primary":"secondary"},n.Name,":"))),r.a.createElement("td",null,r.a.createElement(m.a,null,r.a.createElement(u.a,{onClick:()=>{return t=n.ID,y.a.giveAchievement(t),void e(y.a.achievements.map(t=>t.ID));var t}},"Grant"),r.a.createElement(u.a,{onClick:()=>{return t=n.ID,y.a.achievements=y.a.achievements.filter(e=>e.ID!==t),void e(y.a.achievements.map(t=>t.ID));var t}},"Clear"))))})))))}},,,function(t,e,n){"use strict";n.d(e,"a",(function(){return h}));var a=n(0),r=n.n(a),i=n(157),o=n(158),s=n(159),l=n(80),c=n.n(l),f=n(3),u=n(1),m=n(134);function h(){return r.a.createElement(i.a,{TransitionProps:{unmountOnExit:!0}},r.a.createElement(o.a,{expandIcon:r.a.createElement(c.a,null)},r.a.createElement(f.a,null,"Entropy")),r.a.createElement(s.a,null,r.a.createElement(m.a,{label:"Set entropy",placeholder:"entropy",add:t=>{u.a.entropy+=t,u.a.applyEntropy(u.a.entropy)},subtract:t=>{u.a.entropy-=t,u.a.applyEntropy(u.a.entropy)},tons:()=>{u.a.entropy+=1e12,u.a.applyEntropy(u.a.entropy)},reset:()=>{u.a.entropy=0,u.a.applyEntropy(u.a.entropy)}})))}},function(t,e,n){"use strict";n.d(e,"a",(function(){return f}));var a=n(0),r=n.n(a),i=n(1229),o=n(1231),s=n(1232),l=n(1),c=n(21);function f(){const t=Object(a.useState)(!1)[1];function e(){t(t=>!t)}Object(a.useEffect)(()=>{const t=setInterval(e,200);return()=>clearInterval(t)},[]);const n=l.a.bladeburner;return n?r.a.createElement(c.a,{display:"flex",flexDirection:"column"},r.a.createElement(c.a,{sx:{display:"grid",gridTemplateColumns:"4fr 8fr",p:1}},r.a.createElement(i.a,{bladeburner:n}),r.a.createElement(o.a,{bladeburner:n})),r.a.createElement(s.a,{bladeburner:n})):r.a.createElement(r.a.Fragment,null)}},function(t,e,n){"use strict";n.d(e,"a",(function(){return v}));var a=n(0),r=n.n(a),i=n(29),o=n(63),s=n(1),l=n(24),c=n(7),f=n(30),u=n(22),m=n(101),h=n(1230),d=n(3),p=n(23),g=n(21),b=n(10),y=n(47),E=n(5);function v(t){const[e,n]=Object(a.useState)(!1),v=Object(a.useState)(!1)[1],k=t.bladeburner.rank>=o.a.RankNeededForFaction;return Object(a.useEffect)(()=>{const t=setInterval(()=>v(t=>!t),1e3);return()=>clearInterval(t)},[]),r.a.createElement(y.a,{sx:{p:1,overflowY:"auto",overflowX:"hidden",wordBreak:"break-all"}},r.a.createElement(g.a,{sx:{display:"flex",flexDirection:"column",gap:1,maxHeight:"60vh"}},r.a.createElement(g.a,{sx:{alignSelf:"flex-start",width:"100%"}},r.a.createElement(b.a,{onClick:()=>n(!0),sx:{width:"50%"}},"Travel"),r.a.createElement(p.a,{title:k?"":r.a.createElement(d.a,null,"Rank 25 required.")},r.a.createElement("span",null,r.a.createElement(b.a,{disabled:!k,onClick:function(){if(!k)return;const t=f.a[E.a.Bladeburners];t.isMember||Object(m.d)(t),u.b.toFaction(t)},sx:{width:"50%"}},"Faction"))),r.a.createElement(h.a,{open:e,onClose:()=>n(!1),bladeburner:t.bladeburner})),r.a.createElement(g.a,{display:"flex"},r.a.createElement(p.a,{title:r.a.createElement(d.a,null,"Your rank within the Bladeburner division.")},r.a.createElement(d.a,null,"Rank: ",Object(i.d)(t.bladeburner.rank,2)))),r.a.createElement("br",null),r.a.createElement(g.a,{display:"flex"},r.a.createElement(p.a,{title:r.a.createElement(d.a,null,"Performing actions will use up your stamina.",r.a.createElement("br",null),r.a.createElement("br",null),"Your max stamina is determined primarily by your agility stat.",r.a.createElement("br",null),r.a.createElement("br",null),"Your stamina gain rate is determined by both your agility and your max stamina. Higher max stamina leads to a higher gain rate.",r.a.createElement("br",null),r.a.createElement("br",null),"Once your stamina falls below 50% of its max value, it begins to negatively affect the success rate of your contracts/operations. This penalty is shown in the overview panel. If the penalty is 15%, then this means your success rate would be multiplied by 85% (100 - 15).",r.a.createElement("br",null),r.a.createElement("br",null),"Your max stamina and stamina gain rate can also be increased by training, or through skills and Augmentation upgrades.")},r.a.createElement(d.a,null,"Stamina: ",Object(i.d)(t.bladeburner.stamina,3)," / ",Object(i.d)(t.bladeburner.maxStamina,3)))),r.a.createElement(d.a,null,"Stamina Penalty: ",Object(i.d)(100*(1-t.bladeburner.calculateStaminaPenalty()),1),"%"),r.a.createElement("br",null),r.a.createElement(d.a,null,"Team Size: ",Object(i.d)(t.bladeburner.teamSize,0)),r.a.createElement(d.a,null,"Team Members Lost: ",Object(i.d)(t.bladeburner.teamLost,0)),r.a.createElement("br",null),r.a.createElement(d.a,null,"Num Times Hospitalized: ",t.bladeburner.numHosp),r.a.createElement(d.a,null,"Money Lost From Hospitalizations: ",r.a.createElement(l.a,{money:t.bladeburner.moneyLost})),r.a.createElement("br",null),r.a.createElement(d.a,null,"Current City: ",t.bladeburner.city),r.a.createElement(g.a,{display:"flex"},r.a.createElement(p.a,{title:r.a.createElement(d.a,null,"This is your Bladeburner division's estimate of how many Synthoids exist in your current city. An accurate population count increases success rate estimates.")},r.a.createElement(d.a,null,"Est. Synthoid Population: ",c.a.formatPopulation(t.bladeburner.getCurrentCity().popEst)))),r.a.createElement(g.a,{display:"flex"},r.a.createElement(p.a,{title:r.a.createElement(d.a,null,"This is your Bladeburner division's estimate of how many Synthoid communities exist in your current city.")},r.a.createElement(d.a,null,"Synthoid Communities: ",Object(i.d)(t.bladeburner.getCurrentCity().comms,0)))),r.a.createElement(g.a,{display:"flex"},r.a.createElement(p.a,{title:r.a.createElement(d.a,null,"The city's chaos level due to tensions and conflicts between humans and Synthoids. Having too high of a chaos level can make contracts and operations harder.")},r.a.createElement(d.a,null,"City Chaos: ",Object(i.d)(t.bladeburner.getCurrentCity().chaos)))),r.a.createElement("br",null),t.bladeburner.storedCycles/o.a.CyclesPerSecond*1e3>15e3&&r.a.createElement(r.a.Fragment,null,r.a.createElement(g.a,{display:"flex"},r.a.createElement(p.a,{title:r.a.createElement(d.a,null,"You gain bonus time while offline or when the game is inactive (e.g. when the tab is throttled by browser). Bonus time makes the Bladeburner mechanic progress faster, up to 5x the normal speed.")},r.a.createElement(d.a,null,"Bonus time:"," ",Object(i.b)(t.bladeburner.storedCycles/o.a.CyclesPerSecond*1e3)))),r.a.createElement("br",null)),r.a.createElement(d.a,null,"Skill Points: ",Object(i.d)(t.bladeburner.skillPoints,0)),r.a.createElement("br",null),r.a.createElement(d.a,null,"Aug. Success Chance mult: ",Object(i.d)(100*s.a.mults.bladeburner_success_chance,1),"%",r.a.createElement("br",null),"Aug. Max Stamina mult: ",Object(i.d)(100*s.a.mults.bladeburner_max_stamina,1),"%",r.a.createElement("br",null),"Aug. Stamina Gain mult: ",Object(i.d)(100*s.a.mults.bladeburner_stamina_gain,1),"%",r.a.createElement("br",null),"Aug. Field Analysis mult: ",Object(i.d)(100*s.a.mults.bladeburner_analysis,1),"%")))}},function(t,e,n){"use strict";n.d(e,"a",(function(){return u}));var a=n(0),r=n.n(a),i=n(483),o=n(40),s=n(17),l=n(6),c=n(3),f=n(10);function u(t){function e(e){t.bladeburner.city=e,t.onClose()}return r.a.createElement(o.a,{open:t.open,onClose:t.onClose},r.a.createElement(r.a.Fragment,null,r.a.createElement(c.a,null,"Travel to a different city for your Bladeburner activities. This does not cost any money. The city you are in for your Bladeburner duties does not affect your location in the game otherwise."),l.a.DisableASCIIArt?Object.values(s.a).map(t=>r.a.createElement(f.a,{key:t,onClick:()=>e(t)},t)):r.a.createElement(i.a,{currentCity:t.bladeburner.city,onTravel:t=>e(t)})))}},function(t,e,n){"use strict";n.d(e,"a",(function(){return g}));var a=n(0),r=n.n(a),i=n(31),o=n(47),s=n(263),l=n(100),c=n(21),f=n(3),u=n(87),m=n(122),h=n(148);const d=Object(m.a)(t=>Object(h.a)({textfield:{margin:t.spacing(0),width:"100%"},input:{backgroundColor:t.colors.backgroundsecondary},nopadding:{padding:t.spacing(0)},preformatted:{whiteSpace:"pre-wrap",margin:t.spacing(0)},list:{padding:t.spacing(0),height:"100%"}}));function p(t){return r.a.createElement(l.a,{sx:{p:0}},r.a.createElement(f.a,null,t.content))}function g(t){const e=d(),[n,s]=Object(a.useState)(""),l=Object(a.useState)(!1)[1],m=Object(a.useRef)(null);const[h,p]=Object(a.useState)(t.bladeburner.consoleHistory.length);function g(){l(t=>!t)}return Object(a.useEffect)(()=>{const t=setInterval(g,1e3);return()=>{clearInterval(t)}},[]),r.a.createElement(o.a,{sx:{p:1}},r.a.createElement(c.a,{sx:{height:"60vh",paddingBottom:"8px",display:"flex",alignItems:"stretch",whiteSpace:"pre-wrap"},onClick:function(){m.current&&m.current.focus()}},r.a.createElement(c.a,null,r.a.createElement(b,{entries:[...t.bladeburner.consoleLogs]}))),r.a.createElement(u.a,{classes:{root:e.textfield},autoFocus:!0,tabIndex:1,type:"text",inputRef:m,value:n,onChange:function(t){s(t.target.value)},onKeyDown:function(e){e.key===i.a.ENTER&&(e.preventDefault(),n.length>0&&(t.bladeburner.postToConsole("> "+n),t.bladeburner.executeConsoleCommands(n),p(t.bladeburner.consoleHistory.length),s("")));const a=t.bladeburner.consoleHistory;if(e.key===i.a.UP_ARROW){let t=h;const n=a.length;if(0===n)return;(t<0||t>n)&&p(n),0!==t&&(t-=1),p(t);const r=a[t];e.currentTarget.value=r,s(r)}if(e.key===i.a.DOWN_ARROW){const t=h,n=a.length;if(0==n)return;if((t<0||t>n)&&p(n),t==n||t==n-1)p(n),e.currentTarget.value="";else{p(h+1);const t=a[h+1];e.currentTarget.value=t,s(t)}}},InputProps:{className:e.input,startAdornment:r.a.createElement(r.a.Fragment,null,r.a.createElement(f.a,null,"> ")),spellCheck:!1}}))}function b({entries:t}){const e=Object(a.useRef)(null);return Object(a.useEffect)(()=>{e.current&&(e.current.scrollTop=e.current.scrollHeight)},[t.length]),r.a.createElement(s.a,{sx:{height:"100%",overflow:"auto",p:1},ref:e},t&&t.map((t,e)=>r.a.createElement(p,{key:e,content:t})))}},function(t,e,n){"use strict";n.d(e,"a",(function(){return h}));var a=n(0),r=n.n(a),i=n(1233),o=n(1236),s=n(1241),l=n(1246),c=n(1250),f=n(517),u=n(219),m=n(21);function h(t){const[e,n]=r.a.useState(0);return r.a.createElement(r.a.Fragment,null,r.a.createElement(f.a,{variant:"fullWidth",value:e,onChange:function(t,e){n(e)}},r.a.createElement(u.a,{label:"General"}),r.a.createElement(u.a,{label:"Contracts"}),r.a.createElement(u.a,{label:"Operations"}),r.a.createElement(u.a,{label:"BlackOps"}),r.a.createElement(u.a,{label:"Skills"})),r.a.createElement(m.a,{sx:{p:1}},0===e&&r.a.createElement(i.a,{bladeburner:t.bladeburner}),1===e&&r.a.createElement(o.a,{bladeburner:t.bladeburner}),2===e&&r.a.createElement(s.a,{bladeburner:t.bladeburner}),3===e&&r.a.createElement(l.a,{bladeburner:t.bladeburner}),4===e&&r.a.createElement(c.a,{bladeburner:t.bladeburner})))}},function(t,e,n){"use strict";n.d(e,"a",(function(){return o}));var a=n(0),r=n(1234),i=n(3);function o(t){return a.createElement(a.Fragment,null,a.createElement(i.a,null,"These are generic actions that will assist you in your Bladeburner duties."),a.createElement(r.a,{bladeburner:t.bladeburner}))}},function(t,e,n){"use strict";n.d(e,"a",(function(){return s}));var a=n(0),r=n.n(a),i=n(1235),o=n(258);function s(t){const e=[];for(const t of Object.keys(o.a))o.a.hasOwnProperty(t)&&e.push(o.a[t]);return r.a.createElement(r.a.Fragment,null,e.map(e=>r.a.createElement(i.a,{key:e.name,bladeburner:t.bladeburner,action:e})))}},function(t,e,n){"use strict";n.d(e,"a",(function(){return p}));var a=n(0),r=n.n(a),i=n(44),o=n(249),s=n(29),l=n(618),c=n(1),f=n(172),u=n(384),m=n(3),h=n(21),d=n(47);function p(t){const e=Object(a.useState)(!1)[1];const n=t.action.name===t.bladeburner.action.name,p=Math.min(t.bladeburner.actionTimeCurrent+t.bladeburner.actionTimeOverflow,t.bladeburner.actionTimeToComplete),g=function(){switch(t.action.name){case"Training":case"Field Analysis":return 30;case"Diplomacy":case"Hyperbolic Regeneration Chamber":case"Incite Violence":return 60;case"Recruitment":return t.bladeburner.getRecruitmentTime(c.a)}return-1}(),b="Recruitment"===t.action.name?Math.max(0,Math.min(t.bladeburner.getRecruitmentSuccessChance(c.a),1)):-1,y=l.a[t.action.name];if(void 0===y)throw new Error("Cannot find data for "+t.action.name);return r.a.createElement(d.a,{sx:{my:1,p:1}},n?r.a.createElement(r.a.Fragment,null,r.a.createElement(f.a,{value:t.action.name}),r.a.createElement(m.a,null,"(IN PROGRESS - ",Object(s.d)(p,0)," /"," ",Object(s.d)(t.bladeburner.actionTimeToComplete,0),")"),r.a.createElement(m.a,null,Object(o.a)({progress:p/t.bladeburner.actionTimeToComplete}))):r.a.createElement(h.a,{display:"flex",flexDirection:"row",alignItems:"center"},r.a.createElement(f.a,{value:t.action.name}),r.a.createElement(u.a,{bladeburner:t.bladeburner,type:i.a[t.action.name],name:t.action.name,rerender:function(){e(t=>!t)}})),r.a.createElement("br",null),r.a.createElement("br",null),r.a.createElement(m.a,null,y.desc),r.a.createElement("br",null),r.a.createElement("br",null),r.a.createElement(m.a,null,"Time Required: ",Object(s.b)(1e3*g),-1!==b&&r.a.createElement(r.a.Fragment,null,r.a.createElement("br",null),"Estimated success chance: ",Object(s.d)(100*b,1),"%")))}},function(t,e,n){"use strict";n.d(e,"a",(function(){return o}));var a=n(0),r=n(1237),i=n(3);function o(t){return a.createElement(a.Fragment,null,a.createElement(i.a,null,"Complete contracts in order to increase your Bladeburner rank and earn money. Failing a contract will cause you to lose HP, which can lead to hospitalization.",a.createElement("br",null),a.createElement("br",null),"You can unlock higher-level contracts by successfully completing them. Higher-level contracts are more difficult, but grant more rank, experience, and money."),a.createElement(r.a,{bladeburner:t.bladeburner}))}},function(t,e,n){"use strict";n.d(e,"a",(function(){return o}));var a=n(0),r=n.n(a),i=n(1238);function o(t){const e=Object.keys(t.bladeburner.contracts),n=t.bladeburner.contracts;return r.a.createElement(r.a.Fragment,null,e.map(e=>r.a.createElement(i.a,{key:e,bladeburner:t.bladeburner,action:n[e]})))}},function(t,e,n){"use strict";n.d(e,"a",(function(){return b}));var a=n(0),r=n.n(a),i=n(44),o=n(249),s=n(29),l=n(636),c=n(1),f=n(484),u=n(172),m=n(646),h=n(649),d=n(384),p=n(3),g=n(47);function b(t){const e=Object(a.useState)(!1)[1];function n(){e(t=>!t)}const b=t.bladeburner.action.type===i.a.Contract&&t.action.name===t.bladeburner.action.name,y=Math.min(t.bladeburner.actionTimeCurrent+t.bladeburner.actionTimeOverflow,t.bladeburner.actionTimeToComplete),E=t.action.getActionTime(t.bladeburner,c.a),v=l.a[t.action.name];if(void 0===v)throw new Error("Cannot find data for "+t.action.name);return r.a.createElement(g.a,{sx:{my:1,p:1}},b?r.a.createElement(r.a.Fragment,null,r.a.createElement(p.a,null,r.a.createElement(u.a,{value:t.action.name})," (IN PROGRESS - ",Object(s.d)(y,0)," /"," ",Object(s.d)(t.bladeburner.actionTimeToComplete,0),")"),r.a.createElement(p.a,null,Object(o.a)({progress:y/t.bladeburner.actionTimeToComplete}))):r.a.createElement(r.a.Fragment,null,r.a.createElement(u.a,{value:t.action.name}),r.a.createElement(d.a,{bladeburner:t.bladeburner,type:i.a.Contract,name:t.action.name,rerender:n})),r.a.createElement("br",null),r.a.createElement("br",null),r.a.createElement(m.a,{action:t.action,bladeburner:t.bladeburner,isActive:b,rerender:n}),r.a.createElement("br",null),r.a.createElement("br",null),r.a.createElement(p.a,null,v.desc,r.a.createElement("br",null),r.a.createElement("br",null),r.a.createElement(f.a,{action:t.action,bladeburner:t.bladeburner}),r.a.createElement("br",null),"Time Required: ",Object(s.b)(1e3*E),r.a.createElement("br",null),"Contracts remaining: ",Math.floor(t.action.count),r.a.createElement("br",null),"Successes: ",t.action.successes,r.a.createElement("br",null),"Failures: ",t.action.failures),r.a.createElement("br",null),r.a.createElement(h.a,{rerender:n,action:t.action}))}},function(t,e,n){"use strict";n.d(e,"a",(function(){return l}));var a=n(0),r=n.n(a),i=n(645),o=n(3),s=n(23);function l(){return r.a.createElement(s.a,{title:r.a.createElement(o.a,null,"This action involves stealth")},i.b)}},function(t,e,n){"use strict";n.d(e,"a",(function(){return l}));var a=n(0),r=n.n(a),i=n(645),o=n(3),s=n(23);function l(){return r.a.createElement(s.a,{title:r.a.createElement(o.a,null,"This action involves retirement")},i.a)}},function(t,e,n){"use strict";n.d(e,"a",(function(){return o}));var a=n(0),r=n(1242),i=n(3);function o(t){return a.createElement(a.Fragment,null,a.createElement(i.a,null,"Carry out operations for the Bladeburner division. Failing an operation will reduce your Bladeburner rank. It will also cause you to lose HP, which can lead to hospitalization. In general, operations are harder and more punishing than contracts, but are also more rewarding.",a.createElement("br",null),a.createElement("br",null),"Operations can affect the chaos level and Synthoid population of your current city. The exact effects vary between different Operations.",a.createElement("br",null),a.createElement("br",null),"For operations, you can use a team. You must first recruit team members. Having a larger team will improve your chances of success.",a.createElement("br",null),a.createElement("br",null),"You can unlock higher-level operations by successfully completing them. Higher-level operations are more difficult, but grant more rank and experience."),a.createElement(r.a,{bladeburner:t.bladeburner}))}},function(t,e,n){"use strict";n.d(e,"a",(function(){return o}));var a=n(0),r=n.n(a),i=n(1243);function o(t){const e=Object.keys(t.bladeburner.operations),n=t.bladeburner.operations;return r.a.createElement(r.a.Fragment,null,e.map(e=>r.a.createElement(i.a,{key:e,bladeburner:t.bladeburner,action:n[e]})))}},function(t,e,n){"use strict";n.d(e,"a",(function(){return y}));var a=n(0),r=n.n(a),i=n(44),o=n(249),s=n(29),l=n(484),c=n(646),f=n(649),u=n(384),m=n(650),h=n(1245),d=n(1),p=n(172),g=n(3),b=n(47);function y(t){const e=Object(a.useState)(!1)[1];function n(){e(t=>!t)}const y=t.bladeburner.action.type===i.a.Operation&&t.action.name===t.bladeburner.action.name,E=Math.min(t.bladeburner.actionTimeCurrent+t.bladeburner.actionTimeOverflow,t.bladeburner.actionTimeToComplete),v=t.action.getActionTime(t.bladeburner,d.a),k=h.a[t.action.name];if(void 0===k)throw new Error("Cannot find data for "+t.action.name);return r.a.createElement(b.a,{sx:{my:1,p:1}},y?r.a.createElement(r.a.Fragment,null,r.a.createElement(g.a,null,r.a.createElement(p.a,{value:t.action.name})," (IN PROGRESS - ",Object(s.d)(E,0)," /"," ",Object(s.d)(t.bladeburner.actionTimeToComplete,0),")"),r.a.createElement(g.a,null,Object(o.a)({progress:E/t.bladeburner.actionTimeToComplete}))):r.a.createElement(r.a.Fragment,null,r.a.createElement(p.a,{value:t.action.name}),r.a.createElement(u.a,{bladeburner:t.bladeburner,type:i.a.Operation,name:t.action.name,rerender:n}),r.a.createElement(m.a,{action:t.action,bladeburner:t.bladeburner})),r.a.createElement("br",null),r.a.createElement("br",null),r.a.createElement(c.a,{action:t.action,bladeburner:t.bladeburner,isActive:y,rerender:n}),r.a.createElement("br",null),r.a.createElement("br",null),r.a.createElement(g.a,null,k.desc,r.a.createElement("br",null),r.a.createElement("br",null),r.a.createElement(l.a,{action:t.action,bladeburner:t.bladeburner}),r.a.createElement("br",null),"Time Required: ",Object(s.b)(1e3*v),r.a.createElement("br",null),"Operations remaining: ",Math.floor(t.action.count),r.a.createElement("br",null),"Successes: ",t.action.successes,r.a.createElement("br",null),"Failures: ",t.action.failures),r.a.createElement("br",null),r.a.createElement(f.a,{rerender:n,action:t.action}))}},function(t,e,n){"use strict";n.d(e,"a",(function(){return f}));var a=n(0),r=n.n(a),i=n(19),o=n(40),s=n(3),l=n(10),c=n(87);function f(t){const[e,n]=Object(a.useState)();return r.a.createElement(o.a,{open:t.open,onClose:t.onClose},r.a.createElement(s.a,null,"Enter the amount of team members you would like to take on this Op. If you do not have the specified number of team members, then as many as possible will be used. Note that team members may be lost during operations."),r.a.createElement(c.a,{autoFocus:!0,type:"number",placeholder:"Team size",value:e,onChange:function(e){const a=parseFloat(e.target.value);a>t.bladeburner.teamSize?n(t.bladeburner.teamSize):n(a)}}),r.a.createElement(l.a,{sx:{mx:2},onClick:function(){if(void 0===e)return;const n=Math.round(e);isNaN(n)||n<0?Object(i.a)("Invalid value entered for number of Team Members (must be numeric, positive)"):t.action.teamCount=n,t.onClose()}},"Confirm"))}},function(t,e,n){"use strict";n.d(e,"a",(function(){return i}));var a=n(0),r=n.n(a);const i={Investigation:{desc:r.a.createElement(r.a.Fragment,null,"As a field agent, investigate and identify Synthoid populations, movements, and operations.",r.a.createElement("br",null),r.a.createElement("br",null),"Successful Investigation ops will increase the accuracy of your synthoid data.",r.a.createElement("br",null),r.a.createElement("br",null),"You will NOT lose HP from failed Investigation ops.")},"Undercover Operation":{desc:r.a.createElement(r.a.Fragment,null,"Conduct undercover operations to identify hidden and underground Synthoid communities and organizations.",r.a.createElement("br",null),r.a.createElement("br",null),"Successful Undercover ops will increase the accuracy of your synthoid data.")},"Sting Operation":{desc:r.a.createElement(r.a.Fragment,null,"Conduct a sting operation to bait and capture particularly notorious Synthoid criminals.")},Raid:{desc:r.a.createElement(r.a.Fragment,null,"Lead an assault on a known Synthoid community. Note that there must be an existing Synthoid community in your current city in order for this Operation to be successful.")},"Stealth Retirement Operation":{desc:r.a.createElement(r.a.Fragment,null,"Lead a covert operation to retire Synthoids. The objective is to complete the task without drawing any attention. Stealth and discretion are key.")},Assassination:{desc:r.a.createElement(r.a.Fragment,null,"Assassinate Synthoids that have been identified as important, high-profile social and political leaders in the Synthoid communities.")}}},function(t,e,n){"use strict";n.d(e,"a",(function(){return u}));var a=n(0),r=n(1247),i=n(3),o=n(5),s=n(22),l=n(61),c=n(10),f=n(385);function u(t){return a.createElement(a.Fragment,null,a.createElement(i.a,null,"Black Operations (Black Ops) are special, one-time covert operations. Each Black Op must be unlocked successively by completing the one before it.",a.createElement("br",null),a.createElement("br",null),a.createElement("b",null,"Your ultimate goal to climb through the ranks of ",o.a.Bladeburners," is to complete all of the Black Ops."),a.createElement("br",null),a.createElement("br",null),"Like normal operations, you may use a team for Black Ops. Failing a black op will incur heavy HP and rank losses."),t.bladeburner.blackops[l.a.OperationDaedalus]?a.createElement(c.a,{sx:{my:1,p:1},onClick:()=>s.b.toBitVerse(!1,!1)},a.createElement(f.a,{content:"Destroy w0rld_d34mon"})):a.createElement(r.a,{bladeburner:t.bladeburner}))}},function(t,e,n){"use strict";n.d(e,"a",(function(){return s}));var a=n(0),r=n.n(a),i=n(274),o=n(1248);function s(t){let e=[];for(const t of Object.keys(i.a))i.a.hasOwnProperty(t)&&e.push(i.a[t]);return e.sort((function(t,e){return t.reqdRank-e.reqdRank})),e=e.filter((n,a)=>!(null==t.bladeburner.blackops[e[a].name]&&0!==a&&null==t.bladeburner.blackops[e[a-1].name])),e=e.reverse(),r.a.createElement(r.a.Fragment,null,e.map(e=>r.a.createElement(o.a,{key:e.name,bladeburner:t.bladeburner,action:e})))}},function(t,e,n){"use strict";n.d(e,"a",(function(){return g}));var a=n(0),r=n.n(a),i=n(29),o=n(44),s=n(249),l=n(650),c=n(1249),f=n(1),u=n(172),m=n(484),h=n(384),d=n(3),p=n(47);function g(t){const e=Object(a.useState)(!1)[1];if(null!=t.bladeburner.blackops[t.action.name])return r.a.createElement(p.a,{sx:{my:1,p:1}},r.a.createElement(d.a,null,t.action.name," (COMPLETED)"));const n=t.bladeburner.action.type===o.a.BlackOperation&&t.action.name===t.bladeburner.action.name,g=t.action.getActionTime(t.bladeburner,f.a),b=t.bladeburner.rank>=t.action.reqdRank,y=Math.min(t.bladeburner.actionTimeCurrent+t.bladeburner.actionTimeOverflow,t.bladeburner.actionTimeToComplete),E=c.a[t.action.name];if(void 0===E)throw new Error("Cannot find data for "+t.action.name);return r.a.createElement(p.a,{sx:{my:1,p:1}},n?r.a.createElement(r.a.Fragment,null,r.a.createElement(r.a.Fragment,null,r.a.createElement(u.a,{value:t.action.name}),r.a.createElement(d.a,null,"(IN PROGRESS - ",Object(i.d)(y,0)," /"," ",Object(i.d)(t.bladeburner.actionTimeToComplete,0),")"),r.a.createElement(d.a,null,Object(s.a)({progress:y/t.bladeburner.actionTimeToComplete})))):r.a.createElement(r.a.Fragment,null,r.a.createElement(u.a,{value:t.action.name}),r.a.createElement(h.a,{bladeburner:t.bladeburner,type:o.a.BlackOperation,name:t.action.name,rerender:function(){e(t=>!t)}}),r.a.createElement(l.a,{action:t.action,bladeburner:t.bladeburner})),r.a.createElement("br",null),r.a.createElement("br",null),r.a.createElement(d.a,null,E.desc),r.a.createElement("br",null),r.a.createElement("br",null),r.a.createElement(d.a,{color:b?"primary":"error"},"Required Rank: ",Object(i.d)(t.action.reqdRank,0)),r.a.createElement("br",null),r.a.createElement(d.a,null,r.a.createElement(m.a,{action:t.action,bladeburner:t.bladeburner}),r.a.createElement("br",null),"Time Required: ",Object(i.b)(1e3*g)))}},function(t,e,n){"use strict";n.d(e,"a",(function(){return l}));var a=n(0),r=n.n(a),i=n(5),o=n(17),s=n(61);const l={[s.a.OperationTyphoon]:{desc:r.a.createElement(r.a.Fragment,null,"Obadiah Zenyatta is the leader of a RedWater PMC. It has long been known among the intelligence community that Zenyatta, along with the rest of the PMC, is a Synthoid.",r.a.createElement("br",null),r.a.createElement("br",null),"The goal of ",s.a.OperationTyphoon," is to find and eliminate Zenyatta and RedWater by any means necessary. After the task is completed, the actions must be covered up from the general public.")},[s.a.OperationZero]:{desc:r.a.createElement(r.a.Fragment,null,"AeroCorp is one of the world's largest defense contractors. Its leader, Steve Watataki, is thought to be a supporter of Synthoid rights. He must be removed.",r.a.createElement("br",null),r.a.createElement("br",null),"The goal of ",s.a.OperationZero," is to covertly infiltrate AeroCorp and uncover any incriminating evidence or information against Watataki that will cause him to be removed from his position at AeroCorp. Incriminating evidence can be fabricated as a last resort. Be warned that AeroCorp has some of the most advanced security measures in the world.")},[s.a.OperationX]:{desc:r.a.createElement(r.a.Fragment,null,"We have recently discovered an underground publication group called Samizdat. Even though most of their publications are nonsensical conspiracy theories, the average human is gullible enough to believe them. Many of their works discuss Synthoids and pose a threat to society. The publications are spreading rapidly in China and other Eastern countries.",r.a.createElement("br",null),r.a.createElement("br",null),"Samizdat has done a good job of keeping hidden and anonymous. However, we've just received intelligence that their base of operations is in ",o.a.Ishima,"'s underground sewer systems. Your task is to investigate the sewer systems, and eliminate Samizdat. They must never publish anything again.")},[s.a.OperationTitan]:{desc:r.a.createElement(r.a.Fragment,null,"Several months ago Titan Laboratories' Bioengineering department was infiltrated by Synthoids. As far as we know, Titan Laboratories' management has no knowledge about this. We don't know what the Synthoids are up to, but the research that they could be conducting using Titan Laboratories' vast resources is potentially very dangerous.",r.a.createElement("br",null),r.a.createElement("br",null),"Your goal is to enter and destroy the Bioengineering department's facility in ",o.a.Aevum,". The task is not just to retire the Synthoids there, but also to destroy any information or research at the facility that is relevant to the Synthoids and their goals.")},[s.a.OperationAres]:{desc:r.a.createElement(r.a.Fragment,null,"One of our undercover agents, Agent Carter, has informed us of a massive weapons deal going down in Dubai between rogue Russian militants and a radical Synthoid community. These weapons are next-gen plasma and energy weapons. It is critical for the safety of humanity that this deal does not happen.",r.a.createElement("br",null),r.a.createElement("br",null),"Your task is to intercept the deal. Leave no survivors.")},[s.a.OperationArchangel]:{desc:r.a.createElement(r.a.Fragment,null,"Our analysts have discovered that the popular Red Rabbit brothel in Amsterdam is run and 'staffed' by MK-VI Synthoids. Intelligence suggests that the profit from this brothel is used to fund a large black market arms trafficking operation.",r.a.createElement("br",null),r.a.createElement("br",null),"The goal of this operation is to take out the leaders that are running the Red Rabbit brothel. Try to limit the number of other casualties, but do what you must to complete the mission.")},[s.a.OperationJuggernaut]:{desc:r.a.createElement(r.a.Fragment,null,"The CIA has just encountered a new security threat. A new criminal group, lead by a shadowy operative who calls himself Juggernaut, has been smuggling drugs and weapons (including suspected bioweapons) into"," ",o.a.Sector12,". We also have reason to believe they tried to break into one of Universal Energy's facilities in order to cause a city-wide blackout. The CIA suspects that Juggernaut is a heavily-augmented Synthoid, and have thus enlisted our help.",r.a.createElement("br",null),r.a.createElement("br",null),"Your mission is to eradicate Juggernaut and his followers.")},[s.a.OperationRedDragon]:{desc:r.a.createElement(r.a.Fragment,null,"The ",i.a.Tetrads," criminal organization is suspected of reverse-engineering the MK-VI Synthoid design. We believe they altered and possibly improved the design and began manufacturing their own Synthoid models in order to bolster their criminal activities.",r.a.createElement("br",null),r.a.createElement("br",null),"Your task is to infiltrate and destroy the ",i.a.Tetrads,"' base of operations in Los Angeles. Intelligence tells us that their base houses one of their Synthoid manufacturing units.")},[s.a.OperationK]:{desc:r.a.createElement(r.a.Fragment,null,"CODE RED SITUATION. Our intelligence tells us that VitaLife has discovered a new android cloning technology. This technology is supposedly capable of cloning Synthoids, not only physically but also their advanced AI modules. We do not believe that VitaLife is trying to use this technology illegally or maliciously, but if any Synthoids were able to infiltrate the corporation and take advantage of this technology then the results would be catastrophic.",r.a.createElement("br",null),r.a.createElement("br",null),"We do not have the power or jurisdiction to shut this down through legal or political means, so we must resort to a covert operation. Your goal is to destroy this technology and eliminate anyone who was involved in its creation.")},[s.a.OperationDeckard]:{desc:r.a.createElement(r.a.Fragment,null,"Despite your success in eliminating VitaLife's new android-replicating technology in"," ",s.a.OperationK,", we've discovered that a small group of MK-VI Synthoids were able to make off with the schematics and design of the technology before the Operation. It is almost a certainty that these Synthoids are some of the rogue MK-VI ones from the Synthoid Uprising.",r.a.createElement("br",null),r.a.createElement("br",null),"The goal of ",s.a.OperationDeckard," is to hunt down these Synthoids and retire them. I don't need to tell you how critical this mission is.")},[s.a.OperationTyrell]:{desc:r.a.createElement(r.a.Fragment,null,"A week ago ",i.a.BladeIndustries," reported a small break-in at one of their ",o.a.Aevum," ","Augmentation storage facilities. We figured out that ",i.a.TheDarkArmy," was behind the heist, and didn't think any more of it. However, we've just discovered that several known MK-VI Synthoids were part of that break-in group.",r.a.createElement("br",null),r.a.createElement("br",null),"We cannot have Synthoids upgrading their already-enhanced abilities with Augmentations. Your task is to hunt down associated ",i.a.TheDarkArmy," members and eliminate them.")},[s.a.OperationWallace]:{desc:r.a.createElement(r.a.Fragment,null,"Based on information gathered from ",s.a.OperationTyrell,", we've discovered that"," ",i.a.TheDarkArmy," was well aware that there were Synthoids amongst their ranks. Even worse, we believe that ",i.a.TheDarkArmy," is working together with other criminal organizations such as"," ",i.a.TheSyndicate," and that they are planning some sort of large-scale takeover of multiple major cities, most notably ",o.a.Aevum,". We suspect that Synthoids have infiltrated the ranks of these criminal factions and are trying to stage another Synthoid uprising.",r.a.createElement("br",null),r.a.createElement("br",null),"The best way to deal with this is to prevent it before it even happens. The goal of"," ",s.a.OperationWallace," is to destroy ",i.a.TheDarkArmy," and Syndicate factions in"," ",o.a.Aevum," immediately. Leave no survivors.")},[s.a.OperationShoulderOfOrion]:{desc:r.a.createElement(r.a.Fragment,null,"China's Solaris Space Systems is secretly launching the first manned spacecraft in over a decade using Synthoids. We believe China is trying to establish the first off-world colonies.",r.a.createElement("br",null),r.a.createElement("br",null),"The mission is to prevent this launch without instigating an international conflict. When you accept this mission you will be officially disavowed by the NSA and the national government until after you successfully return. In the event of failure, all of the operation's team members must not let themselves be captured alive.")},[s.a.OperationHyron]:{desc:r.a.createElement(r.a.Fragment,null,"Our intelligence tells us that ",i.a.FulcrumSecretTechnologies," is developing a quantum supercomputer using human brains as core processors. This supercomputer is rumored to be able to store vast amounts of data and perform computations unmatched by any other supercomputer on the planet. But more importantly, the use of organic human brains means that the supercomputer may be able to reason abstractly and become self-aware.",r.a.createElement("br",null),r.a.createElement("br",null),"I do not need to remind you why sentient-level AIs pose a serious threat to all of mankind.",r.a.createElement("br",null),r.a.createElement("br",null),"The research for this project is being conducted at one of ",i.a.FulcrumSecretTechnologies," secret facilities in ",o.a.Aevum,", codenamed 'Alpha Ranch'. Infiltrate the compound, delete and destroy the work, and then find and kill the project lead.")},[s.a.OperationMorpheus]:{desc:r.a.createElement(r.a.Fragment,null,"DreamSense Technologies is an advertising company that uses special technology to transmit their ads into the people's dreams and subconscious. They do this using broadcast transmitter towers. Based on information from our agents and informants in ",o.a.Chongqing,", we have reason to believe that one of the broadcast towers there has been compromised by Synthoids and is being used to spread pro-Synthoid propaganda.",r.a.createElement("br",null),r.a.createElement("br",null),"The mission is to destroy this broadcast tower. Speed and stealth are of the utmost importance for this.")},[s.a.OperationIonStorm]:{desc:r.a.createElement(r.a.Fragment,null,"Our analysts have uncovered a gathering of MK-VI Synthoids that have taken up residence in the"," ",o.a.Sector12," Slums. We don't know if they are rogue Synthoids from the Uprising, but we do know that they have been stockpiling weapons, money, and other resources. This makes them dangerous.",r.a.createElement("br",null),r.a.createElement("br",null),"This is a full-scale assault operation to find and retire all of these Synthoids in the ",o.a.Sector12," ","Slums.")},[s.a.OperationAnnihilus]:{desc:r.a.createElement(r.a.Fragment,null,"Our superiors have ordered us to eradicate everything and everyone in an underground facility located in"," ",o.a.Aevum,". They tell us that the facility houses many dangerous Synthoids and belongs to a terrorist organization called '",i.a.TheCovenant,"'. We have no prior intelligence about this organization, so you are going in blind.")},[s.a.OperationUltron]:{desc:r.a.createElement(r.a.Fragment,null,i.a.OmniTekIncorporated,", the original designer and manufacturer of Synthoids, has notified us of a malfunction in their AI design. This malfunction, when triggered, causes MK-VI Synthoids to become radicalized and seek out the destruction of humanity. They say that this bug affects all MK-VI Synthoids, not just the rogue ones from the Uprising.",r.a.createElement("br",null),r.a.createElement("br",null),i.a.OmniTekIncorporated," has also told us they believe someone has triggered this malfunction in a large group of MK-VI Synthoids, and that these newly-radicalized Synthoids are now amassing in"," ",o.a.Volhaven," to form a terrorist group called Ultron.",r.a.createElement("br",null),r.a.createElement("br",null),"Intelligence suggests Ultron is heavily armed and that their members are augmented. We believe Ultron is making moves to take control of and weaponize DeltaOne's Tactical High-Energy Satellite Laser Array (THESLA).",r.a.createElement("br",null),r.a.createElement("br",null),"Your task is to find and destroy Ultron.")},[s.a.OperationCenturion]:{desc:r.a.createElement(r.a.Fragment,null,"D)@#)($M)C0293c40($*)@#D0JUMP3Rm0C<*@#)*$)#02c94830c(#$*D)",r.a.createElement("br",null),r.a.createElement("br",null),"Throughout all of humanity's history, we have relied on technology to survive, conquer, and progress. Its advancement became our primary goal. And at the peak of human civilization technology turned into power. Global, absolute power.",r.a.createElement("br",null),r.a.createElement("br",null),"It seems that the universe is not without a sense of irony.",r.a.createElement("br",null),r.a.createElement("br",null),"D)@#)($M)C0293c40($*)@#D0JUMP3Rm0C<*@#)*$)#02c94830c(#$*D)")},[s.a.OperationVindictus]:{desc:r.a.createElement(r.a.Fragment,null,"D)@#)($M)C0293c40($*)@#D0JUMP3Rm0C<*@#)*$)#02c94830c(#$*D)",r.a.createElement("br",null),r.a.createElement("br",null),"The bits are all around us. The daemons that hold the Node together can manifest themselves in many different ways.",r.a.createElement("br",null),r.a.createElement("br",null),"D)@#)($M)C0293c40($*)@#D0JUMP3Rm0C<*@#)*$)#02c94830c(#$*D)")},[s.a.OperationDaedalus]:{desc:r.a.createElement(r.a.Fragment,null," Yesterday we obeyed kings and bent our neck to emperors. Today we kneel only to truth.")}}},function(t,e,n){"use strict";n.d(e,"a",(function(){return c}));var a=n(0),r=n.n(a),i=n(1251),o=n(63),s=n(29),l=n(3);function c(t){const e=Object(a.useState)(!1)[1],n=t.bladeburner.skillMultipliers;function c(t){return void 0!==t&&1!==t}return r.a.createElement(r.a.Fragment,null,r.a.createElement(l.a,null,r.a.createElement("strong",null,"Skill Points: ",Object(s.d)(t.bladeburner.skillPoints,0))),r.a.createElement(l.a,null,"You will gain one skill point every ",o.a.RanksPerSkillPoint," ranks.",r.a.createElement("br",null),"Note that when upgrading a skill, the benefit for that skill is additive. However, the effects of different skills with each other is multiplicative."),c(n.successChanceAll)&&r.a.createElement(l.a,null,"Total Success Chance: x",Object(s.d)(n.successChanceAll,3)),c(n.successChanceStealth)&&r.a.createElement(l.a,null,"Stealth Success Chance: x",Object(s.d)(n.successChanceStealth,3)),c(n.successChanceKill)&&r.a.createElement(l.a,null,"Retirement Success Chance: x",Object(s.d)(n.successChanceKill,3)),c(n.successChanceContract)&&r.a.createElement(l.a,null,"Contract Success Chance: x",Object(s.d)(n.successChanceContract,3)),c(n.successChanceOperation)&&r.a.createElement(l.a,null,"Operation Success Chance: x",Object(s.d)(n.successChanceOperation,3)),c(n.successChanceEstimate)&&r.a.createElement(l.a,null,"Synthoid Data Estimate: x",Object(s.d)(n.successChanceEstimate,3)),c(n.actionTime)&&r.a.createElement(l.a,null,"Action Time: x",Object(s.d)(n.actionTime,3)),c(n.effHack)&&r.a.createElement(l.a,null,"Hacking Skill: x",Object(s.d)(n.effHack,3)),c(n.effStr)&&r.a.createElement(l.a,null,"Strength: x",Object(s.d)(n.effStr,3)),c(n.effDef)&&r.a.createElement(l.a,null,"Defense: x",Object(s.d)(n.effDef,3)),c(n.effDex)&&r.a.createElement(l.a,null,"Dexterity: x",Object(s.d)(n.effDex,3)),c(n.effAgi)&&r.a.createElement(l.a,null,"Agility: x",Object(s.d)(n.effAgi,3)),c(n.effCha)&&r.a.createElement(l.a,null,"Charisma: x",Object(s.d)(n.effCha,3)),c(n.effInt)&&r.a.createElement(l.a,null,"Intelligence: x",Object(s.d)(n.effInt,3)),c(n.stamina)&&r.a.createElement(l.a,null,"Stamina: x",Object(s.d)(n.stamina,3)),c(n.money)&&r.a.createElement(l.a,null,"Contract Money: x",Object(s.d)(n.money,3)),c(n.expGain)&&r.a.createElement(l.a,null,"Exp Gain: x",Object(s.d)(n.expGain,3)),r.a.createElement(i.a,{bladeburner:t.bladeburner,onUpgrade:()=>e(t=>!t)}))}},function(t,e,n){"use strict";n.d(e,"a",(function(){return o}));var a=n(0),r=n(1252),i=n(230);function o(t){return a.createElement(a.Fragment,null,Object.keys(i.a).map(e=>a.createElement(r.a,{key:e,bladeburner:t.bladeburner,skill:i.a[e],onUpgrade:t.onUpgrade})))}},function(t,e,n){"use strict";n.d(e,"a",(function(){return p}));var a=n(0),r=n.n(a),i=n(172),o=n(29),s=n(3),l=n(112),c=n(21),f=n(47),u=n(644),m=n.n(u),h=n(550),d=n.n(h);function p(t){const e=t.skill.name;let n=0;t.bladeburner.skills[e]&&!isNaN(t.bladeburner.skills[e])&&(n=t.bladeburner.skills[e]);const a=t.skill.calculateCost(n),u=t.bladeburner.skillPoints>=a,h=!!t.skill.maxLvl&&n>=t.skill.maxLvl;return r.a.createElement(f.a,{sx:{my:1,p:1}},r.a.createElement(c.a,{display:"flex",flexDirection:"row",alignItems:"center"},r.a.createElement(i.a,{variant:"h6",color:"primary",value:t.skill.name}),!u||h?r.a.createElement(l.a,{disabled:!0},r.a.createElement(d.a,null)):r.a.createElement(l.a,{onClick:function(){t.bladeburner.skillPoints{const t=setInterval(()=>m(t=>!t),200);return()=>clearInterval(t)},[]),r.a.createElement(c.a.Gang.Provider,{value:t},r.a.createElement(f.a,{variant:"fullWidth",value:e,onChange:function(t,e){n(e)},sx:{minWidth:"fit-content",maxWidth:"45%"}},r.a.createElement(u.a,{label:"Management"}),r.a.createElement(u.a,{label:"Equipment"}),r.a.createElement(u.a,{label:"Territory"})),0===e&&r.a.createElement(i.a,null),1===e&&r.a.createElement(s.a,null),2===e&&r.a.createElement(o.a,null))}},function(t,e,n){"use strict";n.d(e,"a",(function(){return c}));var a=n(0),r=n.n(a),i=n(1255),o=n(1257),s=n(147),l=n(3);function c(){const t=Object(s.b)();return r.a.createElement(r.a.Fragment,null,r.a.createElement(l.a,null,"This page is used to manage your gang members and get an overview of your gang's stats.",r.a.createElement("br",null),r.a.createElement("br",null),"If a gang member is not earning much money or respect, the task that you have assigned to that member might be too difficult. Consider training that member's stats or choosing an easier task. The tasks closer to the top of the dropdown list are generally easier. Alternatively, the gang member's low production might be due to the fact that your wanted level is too high. Consider assigning a few members to the '",t.isHackingGang?"Ethical Hacking":"Vigilante Justice","' task to lower your wanted level.",r.a.createElement("br",null),r.a.createElement("br",null),"Installing Augmentations does NOT reset your progress with your Gang. Furthermore, after installing Augmentations, you will automatically be a member of whatever Faction you created your gang with.",r.a.createElement("br",null),r.a.createElement("br",null),"You can also manage your gang programmatically through Netscript using the Gang API"),r.a.createElement("br",null),r.a.createElement(i.a,null),r.a.createElement("br",null),r.a.createElement(o.a,null))}},function(t,e,n){"use strict";n.d(e,"a",(function(){return g}));var a=n(0),r=n.n(a),i=n(30),o=n(29),s=n(7),l=n(115),c=n(144),f=n(81),u=n(1256),m=n(147),h=n(3),d=n(23),p=n(21);function g(){const t=Object(m.b)(),e=100*f.a[t.facName].territory;let n;return n=e<=0?Object(o.d)(0,2):e>=100?Object(o.d)(100,2):Object(o.d)(e,2),r.a.createElement(r.a.Fragment,null,r.a.createElement(p.a,{display:"flex"},r.a.createElement(d.a,{title:r.a.createElement(h.a,null,"Represents the amount of respect your gang has from other gangs and criminal organizations. Your respect affects the amount of money your gang members will earn, and also determines how much reputation you are earning with your gang's corresponding Faction.")},r.a.createElement(h.a,null,"Respect: ",s.a.formatRespect(t.respect)," (",s.a.formatRespect(5*t.respectGainRate)," / sec)"))),r.a.createElement(p.a,{display:"flex"},r.a.createElement(d.a,{title:r.a.createElement(h.a,null,"Represents how much the gang is wanted by law enforcement. The higher your gang's wanted level, the harder it will be for your gang members to make money and earn respect. Note that the minimum wanted level is 1.")},r.a.createElement(h.a,null,"Wanted Level: ",s.a.formatWanted(t.wanted)," (",s.a.formatWanted(5*t.wantedGainRate)," / sec)"))),r.a.createElement(p.a,{display:"flex"},r.a.createElement(d.a,{title:r.a.createElement(h.a,null,"Penalty for respect and money gain rates due to Wanted Level")},r.a.createElement(h.a,null,"Wanted Level Penalty: -",Object(o.d)(100*(1-t.getWantedPenalty()),2),"%"))),r.a.createElement(h.a,null,"Money gain rate: ",r.a.createElement(l.a,{money:5*t.moneyGainRate})),r.a.createElement(p.a,{display:"flex"},r.a.createElement(d.a,{title:r.a.createElement(h.a,null,"The percentage of total territory your Gang controls")},r.a.createElement(h.a,null,"Territory: ",n,"%"))),r.a.createElement(h.a,null,"Faction reputation: ",r.a.createElement(c.a,{reputation:i.a[t.facName].playerReputation})),r.a.createElement(u.a,{gang:t}))}},function(t,e,n){"use strict";n.d(e,"a",(function(){return c}));var a=n(0),r=n(15),i=n(29),o=n(3),s=n(23),l=n(21);function c(t){const e=1e3/r.a._idleSpeed;if(t.gang.storedCycles/e*1e3<=5e3)return a.createElement(a.Fragment,null);const n=t.gang.storedCycles/e*1e3;return a.createElement(l.a,{display:"flex"},a.createElement(s.a,{title:a.createElement(o.a,null,"You gain bonus time while offline or when the game is inactive (e.g. when the tab is throttled by the browser). Bonus time makes the Gang mechanic progress faster, up to 5x the normal speed.")},a.createElement(o.a,null,"Bonus time: ",Object(i.b)(n))))}},function(t,e,n){"use strict";n.d(e,"a",(function(){return h}));var a=n(0),r=n.n(a),i=n(1258),o=n(1269),s=n(147),l=n(87),c=n(21),f=n(357),u=n.n(f),m=n(135);function h(){const t=Object(s.b)(),e=Object(a.useState)(!1)[1],[n,f]=Object(a.useState)(""),[h,d]=Object(a.useState)(!1),p=t.members.filter(t=>t&&t.name.toLowerCase().includes(n)).filter(t=>!h||t.canAscend());return r.a.createElement(r.a.Fragment,null,r.a.createElement(o.a,{onRecruit:()=>e(t=>!t)}),r.a.createElement(l.a,{value:n,onChange:t=>{f(t.target.value.toLowerCase())},autoFocus:!0,InputProps:{startAdornment:r.a.createElement(u.a,null),spellCheck:!1},placeholder:"Filter by member name",sx:{m:1,width:"15%"}}),r.a.createElement(m.a,{checked:h,onChange:t=>d(t),text:"Show only ascendable",tooltip:r.a.createElement(r.a.Fragment,null,"Filter the members list by whether or not the member can be ascended.")}),r.a.createElement(c.a,{display:"grid",sx:{gridTemplateColumns:"repeat(2, 1fr)"}},p.map(t=>r.a.createElement(i.a,{key:t.name,member:t}))))}},function(t,e,n){"use strict";n.d(e,"a",(function(){return c}));var a=n(0),r=n.n(a),i=n(1259),o=n(21),s=n(113),l=n(47);function c(t){return r.a.createElement(o.a,{component:l.a,sx:{width:"auto"}},r.a.createElement(o.a,{sx:{m:1}},r.a.createElement(s.a,{primary:r.a.createElement("b",null,t.member.name)}),r.a.createElement(i.a,{member:t.member})))}},function(t,e,n){"use strict";n.d(e,"a",(function(){return d}));var a=n(0),r=n.n(a),i=n(1260),o=n(1266),s=n(1268),l=n(1518),c=n(10),f=n(3),u=n(310),m=n.n(u),h=n(486);function d(t){const e=Object(a.useState)(!1)[1],[n,u]=Object(a.useState)(!1),[d,p]=Object(a.useState)(!1);return r.a.createElement(r.a.Fragment,null,t.member.canAscend()&&r.a.createElement(l.a,{sx:{display:"flex",justifyContent:"space-between",my:1}},r.a.createElement(c.a,{onClick:()=>p(!0),style:{flexGrow:1,borderRightWidth:0}},"Ascend"),r.a.createElement(s.a,{open:d,onClose:()=>p(!1),member:t.member,onAscend:()=>e(t=>!t)}),r.a.createElement(c.a,{onClick:()=>u(!0),style:{width:"fit-content",borderLeftWidth:0}},r.a.createElement(m.a,null)),r.a.createElement(h.a,{open:n,onClose:()=>u(!1)},r.a.createElement(f.a,null,"Ascending a Gang Member resets the member's progress and stats in exchange for a permanent boost to their stat multipliers.",r.a.createElement("br",null),r.a.createElement("br",null),"The additional stat multiplier that the Gang Member gains upon ascension is based on the amount of exp they have.",r.a.createElement("br",null),r.a.createElement("br",null),"Upon ascension, the member will lose all of its non-Augmentation Equipment and your gang will lose respect equal to the total respect earned by the member."))),r.a.createElement(l.a,{display:"grid",sx:{gridTemplateColumns:"1fr 1fr",width:"100%",gap:1}},r.a.createElement(i.a,{member:t.member}),r.a.createElement(o.a,{onTaskChange:()=>e(t=>!t),member:t.member})))}},function(t,e,n){"use strict";n.d(e,"a",(function(){return b}));var a=n(0),r=n.n(a),i=n(147),o=n(3),s=n(23),l=n(160),c=n(161),f=n(50),u=n(32),m=n(7),h=n(6),d=n(115),p=n(73),g=n(311);function b(t){const e=Object(g.b)(),n={hack:t.member.calculateAscensionMult(t.member.hack_asc_points),str:t.member.calculateAscensionMult(t.member.str_asc_points),def:t.member.calculateAscensionMult(t.member.def_asc_points),dex:t.member.calculateAscensionMult(t.member.dex_asc_points),agi:t.member.calculateAscensionMult(t.member.agi_asc_points),cha:t.member.calculateAscensionMult(t.member.cha_asc_points)},a=Object(i.b)(),b=[["Money:",r.a.createElement(d.a,{money:5*t.member.calculateMoneyGain(a)})],["Respect:",m.a.formatRespect(5*t.member.calculateRespectGain(a))+" / sec"],["Wanted Level:",m.a.formatWanted(5*t.member.calculateWantedLevelGain(a))+" / sec"],["Total Respect:",""+m.a.formatRespect(t.member.earnedRespect)]];return r.a.createElement(r.a.Fragment,null,r.a.createElement(s.a,{title:r.a.createElement(o.a,null,"Hk: x",m.a.formatMultiplier(t.member.hack_mult*n.hack),"(x",m.a.formatMultiplier(t.member.hack_mult)," Eq, x",m.a.formatMultiplier(n.hack)," ","Asc)",r.a.createElement("br",null),"St: x",m.a.formatMultiplier(t.member.str_mult*n.str),"(x",m.a.formatMultiplier(t.member.str_mult)," Eq, x",m.a.formatMultiplier(n.str)," ","Asc)",r.a.createElement("br",null),"Df: x",m.a.formatMultiplier(t.member.def_mult*n.def),"(x",m.a.formatMultiplier(t.member.def_mult)," Eq, x",m.a.formatMultiplier(n.def)," ","Asc)",r.a.createElement("br",null),"Dx: x",m.a.formatMultiplier(t.member.dex_mult*n.dex),"(x",m.a.formatMultiplier(t.member.dex_mult)," Eq, x",m.a.formatMultiplier(n.dex)," ","Asc)",r.a.createElement("br",null),"Ag: x",m.a.formatMultiplier(t.member.agi_mult*n.agi),"(x",m.a.formatMultiplier(t.member.agi_mult)," Eq, x",m.a.formatMultiplier(n.agi)," ","Asc)",r.a.createElement("br",null),"Ch: x",m.a.formatMultiplier(t.member.cha_mult*n.cha),"(x",m.a.formatMultiplier(t.member.cha_mult)," Eq, x",m.a.formatMultiplier(n.cha)," ","Asc)")},r.a.createElement(l.a,{sx:{display:"table",mb:1,width:"100%"}},r.a.createElement(c.a,null,r.a.createElement(p.a,{name:"Hacking",color:h.a.theme.hack,data:{level:t.member.hack,exp:t.member.hack_exp}}),r.a.createElement(p.a,{name:"Strength",color:h.a.theme.combat,data:{level:t.member.str,exp:t.member.str_exp}}),r.a.createElement(p.a,{name:"Defense",color:h.a.theme.combat,data:{level:t.member.def,exp:t.member.def_exp}}),r.a.createElement(p.a,{name:"Dexterity",color:h.a.theme.combat,data:{level:t.member.dex,exp:t.member.dex_exp}}),r.a.createElement(p.a,{name:"Agility",color:h.a.theme.combat,data:{level:t.member.agi,exp:t.member.agi_exp}}),r.a.createElement(p.a,{name:"Charisma",color:h.a.theme.cha,data:{level:t.member.cha,exp:t.member.cha_exp}}),r.a.createElement(f.a,null,r.a.createElement(u.a,{classes:{root:e.cellNone}},r.a.createElement("br",null))),b.map(([t,n])=>r.a.createElement(f.a,{key:t.toString()+n.toString()},r.a.createElement(u.a,{classes:{root:e.cellNone}},r.a.createElement(o.a,null,t)),r.a.createElement(u.a,{align:"right",classes:{root:e.cellNone}},r.a.createElement(o.a,null,n))))))))}},function(t,e,n){"use strict";n.d(e,"a",(function(){return l}));var a=n(0),r=n.n(a),i=n(40),o=n(3),s=n(10);function l(t){return r.a.createElement(i.a,{open:t.open,onClose:t.onClose},r.a.createElement(o.a,null,"Forcefully kill all running scripts? This will also save your game and reload the game."),r.a.createElement(s.a,{onClick:function(){t.killScripts(),t.onClose()}},"KILL"))}},,,,,function(t,e,n){"use strict";n.d(e,"a",(function(){return f}));var a=n(0),r=n.n(a),i=n(147),o=n(1267),s=n(21),l=n(74),c=n(130);function f(t){const e=Object(i.b)(),[n,f]=Object(a.useState)(t.member.task),u=e.members.find(e=>e.name==t.member.name);u&&u.task!=n&&f(u.task);const m=e.getAllTaskNames();return r.a.createElement(s.a,null,r.a.createElement(c.a,{onChange:function(e){const n=e.target.value;t.member.assignToTask(n),f(n),t.onTaskChange()},value:n,sx:{width:"100%"}},r.a.createElement(l.a,{key:0,value:"Unassigned"},"Unassigned"),m.map((t,e)=>r.a.createElement(l.a,{key:e+1,value:t},t))),r.a.createElement(o.a,{member:t.member}))}},function(t,e,n){"use strict";n.d(e,"a",(function(){return s}));var a=n(0),r=n.n(a),i=n(243),o=n(3);function s(t){const e=i.a[t.member.task],n=e?e.desc:i.a.Unassigned.desc;return r.a.createElement(o.a,{dangerouslySetInnerHTML:{__html:n}})}},function(t,e,n){"use strict";n.d(e,"a",(function(){return u}));var a=n(0),r=n.n(a),i=n(7),o=n(19),s=n(40),l=n(147),c=n(3),f=n(10);function u(t){const e=Object(l.b)(),n=Object(a.useState)(!1)[1];Object(a.useEffect)(()=>{const t=setInterval(()=>n(t=>!t),1e3);return()=>clearInterval(t)},[]);const u=t.member.getCurrentAscensionMults(),m=t.member.getAscensionMultsAfterAscend();return r.a.createElement(s.a,{open:t.open,onClose:t.onClose},r.a.createElement(c.a,null,"Are you sure you want to ascend this member? They will lose all of",r.a.createElement("br",null),"their non-Augmentation upgrades and their stats will reset back to 1.",r.a.createElement("br",null),r.a.createElement("br",null),"Furthermore, your gang will lose ",i.a.formatRespect(t.member.earnedRespect)," respect",r.a.createElement("br",null),r.a.createElement("br",null),"In return, they will gain the following permanent boost to stat multipliers:",r.a.createElement("br",null),"Hacking: x",i.a.format(u.hack,"0.000")," => x",i.a.format(m.hack,"0.000"),r.a.createElement("br",null),"Strength: x",i.a.format(u.str,"0.000")," => x",i.a.format(m.str,"0.000"),r.a.createElement("br",null),"Defense: x",i.a.format(u.def,"0.000")," => x",i.a.format(m.def,"0.000"),r.a.createElement("br",null),"Dexterity: x",i.a.format(u.dex,"0.000")," => x",i.a.format(m.dex,"0.000"),r.a.createElement("br",null),"Agility: x",i.a.format(u.agi,"0.000")," => x",i.a.format(m.agi,"0.000"),r.a.createElement("br",null),"Charisma: x",i.a.format(u.cha,"0.000")," => x",i.a.format(m.cha,"0.000"),r.a.createElement("br",null)),r.a.createElement(f.a,{onClick:function(){t.onAscend();const n=e.ascendMember(t.member);Object(o.a)(r.a.createElement(r.a.Fragment,null,"You ascended ",t.member.name,"!",r.a.createElement("br",null),r.a.createElement("br",null),"Your gang lost ",i.a.formatRespect(n.respect)," respect.",r.a.createElement("br",null),r.a.createElement("br",null),t.member.name," gained the following stat multipliers for ascending:",r.a.createElement("br",null),"Hacking: x",i.a.format(n.hack,"0.000"),r.a.createElement("br",null),"Strength: x",i.a.format(n.str,"0.000"),r.a.createElement("br",null),"Defense: x",i.a.format(n.def,"0.000"),r.a.createElement("br",null),"Dexterity: x",i.a.format(n.dex,"0.000"),r.a.createElement("br",null),"Agility: x",i.a.format(n.agi,"0.000"),r.a.createElement("br",null),"Charisma: x",i.a.format(n.cha,"0.000"),r.a.createElement("br",null))),t.onClose()}},"Ascend"))}},function(t,e,n){"use strict";n.d(e,"a",(function(){return m}));var a=n(0),r=n.n(a),i=n(1270),o=n(190),s=n(7),l=n(147),c=n(3),f=n(10),u=n(21);function m(t){const e=Object(l.b)(),[n,m]=Object(a.useState)(!1);if(e.members.length>=o.a.MaximumGangMembers)return r.a.createElement(r.a.Fragment,null);if(!e.canRecruitMember()){const t=e.getRespectNeededToRecruitMember();return r.a.createElement(u.a,{display:"flex",alignItems:"center",sx:{mx:1}},r.a.createElement(f.a,{disabled:!0},"Recruit Gang Member"),r.a.createElement(c.a,{sx:{ml:1}},s.a.formatRespect(t)," respect needed to recruit next member"))}return r.a.createElement(r.a.Fragment,null,r.a.createElement(u.a,{sx:{mx:1}},r.a.createElement(f.a,{onClick:()=>m(!0)},"Recruit Gang Member")),r.a.createElement(i.a,{open:n,onClose:()=>m(!1),onRecruit:t.onRecruit}))}},function(t,e,n){"use strict";n.d(e,"a",(function(){return m}));var a=n(0),r=n.n(a),i=n(40),o=n(19),s=n(147),l=n(3),c=n(87),f=n(10),u=n(31);function m(t){const e=Object(s.b)(),[n,m]=Object(a.useState)(""),h=""===n||!e.canRecruitMember();function d(){h||(e.recruitMember(n)?(t.onRecruit(),t.onClose()):Object(o.a)("You already have a gang member with this name!"))}return r.a.createElement(i.a,{open:t.open,onClose:t.onClose},r.a.createElement(l.a,null,"Enter a name for your new Gang member:"),r.a.createElement("br",null),r.a.createElement(c.a,{autoFocus:!0,onKeyUp:function(t){t.key===u.a.ENTER&&d()},onChange:function(t){m(t.target.value)},type:"text",placeholder:"unique name",InputProps:{endAdornment:r.a.createElement(f.a,{disabled:h,onClick:d},"Recruit")}}))}},function(t,e,n){"use strict";n.d(e,"a",(function(){return E}));var a=n(0),r=n.n(a),i=n(246),o=n(3),s=n(10),l=n(21),c=n(47),f=n(345),u=n(284),m=n(23),h=n(1825),d=n(7),p=n(29),g=n(81),b=n(147),y=n(1272);function E(){const t=Object(b.b)(),e=Object.keys(g.a).filter(e=>e!=t.facName),[n,E]=Object(a.useState)(!1);return r.a.createElement(i.a,{disableGutters:!0,maxWidth:"md",sx:{mx:0}},r.a.createElement(o.a,null,"This page shows how much territory your Gang controls. This statistic is listed as a percentage, which represents how much of the total territory you control."),r.a.createElement(s.a,{onClick:()=>E(!0),sx:{my:1}},r.a.createElement(h.a,{sx:{mr:1}}),"About Gang Territory"),r.a.createElement(l.a,{component:c.a,sx:{p:1,mb:1}},r.a.createElement(o.a,{variant:"h6",sx:{display:"flex",alignItems:"center",flexWrap:"wrap"}},t.facName," (Your gang)"),r.a.createElement(f.a,{control:r.a.createElement(u.a,{checked:t.territoryWarfareEngaged,onChange:e=>t.territoryWarfareEngaged=e.target.checked}),label:r.a.createElement(m.a,{title:r.a.createElement(o.a,null,"Engaging in Territory Warfare sets your clash chance to 100%. Disengaging will cause your clash chance to gradually decrease until it reaches 0%.")},r.a.createElement(o.a,null,"Engage in Territory Warfare"))}),r.a.createElement("br",null),r.a.createElement(f.a,{control:r.a.createElement(u.a,{checked:t.notifyMemberDeath,onChange:e=>t.notifyMemberDeath=e.target.checked}),label:r.a.createElement(m.a,{title:r.a.createElement(o.a,null,"If this is enabled, then you will receive a pop-up notifying you whenever one of your Gang Members dies in a territory clash.")},r.a.createElement(o.a,null,"Notify about Gang Member Deaths"))}),r.a.createElement(o.a,null,r.a.createElement("b",null,"Territory Clash Chance:")," ",d.a.formatPercentage(t.territoryClashChance,3)," ",r.a.createElement("br",null),r.a.createElement("b",null,"Power:")," ",Object(p.d)(g.a[t.facName].power,3)," ",r.a.createElement("br",null),r.a.createElement("b",null,"Territory:")," ",v(g.a[t.facName].territory),"% ",r.a.createElement("br",null))),r.a.createElement(l.a,{sx:{display:"grid",gridTemplateColumns:"repeat(3, 1fr)"}},e.sort((t,e)=>g.a[t].territory<=0&&g.a[e].territory>0?1:g.a[t].territory>0&&g.a[e].territory<=0?-1:0).map(t=>r.a.createElement(k,{key:t,name:t}))),r.a.createElement(y.a,{open:n,onClose:()=>E(!1)}))}function v(t){const e=100*t;return e<=0?Object(p.d)(0,3):e>=100?Object(p.d)(100,3):Object(p.d)(e,3)}function k(t){const e=Object(b.b)(),n=g.a[e.facName].power,a=g.a[t.name].power,i=n/(a+n),s=g.a[t.name].territory,f=s?1:.75;return r.a.createElement(l.a,{component:c.a,sx:{p:1,opacity:f}},r.a.createElement(o.a,{variant:"h6",sx:{display:"flex",alignItems:"center",flexWrap:"wrap"}},t.name),r.a.createElement(o.a,null,r.a.createElement("b",null,"Power:")," ",Object(p.d)(a,3)," ",r.a.createElement("br",null),r.a.createElement("b",null,"Territory:")," ",v(s),"% ",r.a.createElement("br",null),r.a.createElement("b",null,"Clash Win Chance:")," ",d.a.formatPercentage(i,3)))}},function(t,e,n){"use strict";n.d(e,"a",(function(){return s}));var a=n(0),r=n.n(a),i=n(3),o=n(40);const s=({open:t,onClose:e})=>r.a.createElement(o.a,{open:t,onClose:e},r.a.createElement(r.a.Fragment,null,r.a.createElement(i.a,{variant:"h4"},"Clashing"),r.a.createElement(i.a,null,"Every ~20 seconds, your gang has a chance to 'clash' with other gangs. Your chance to win a clash depends on your gang's power, which is listed in the display below. Your gang's power slowly accumulates over time. The accumulation rate is determined by the stats of all Gang members you have assigned to the 'Territory Warfare' task. Gang members that are not assigned to this task do not contribute to your gang's power. Your gang also loses a small amount of power whenever you lose a clash.",r.a.createElement("br",null),r.a.createElement("br",null),"NOTE: Gang members assigned to 'Territory Warfare' can be killed during clashes. This can happen regardless of whether you win or lose the clash. A gang member being killed results in both respect and power loss for your gang."),r.a.createElement("br",null),r.a.createElement(i.a,{variant:"h4"},"Territory"),r.a.createElement(i.a,null,"The amount of territory you have affects all aspects of your Gang members' production, including money, respect, and wanted level. It is very beneficial to have high territory control.",r.a.createElement("br",null),r.a.createElement("br",null),'To increase your chances of winning territory, assign gang members to "Territory Warfare". This will build your gang power. Then, enable "Engage in Territory Warfare" to start fighting over territory.'),r.a.createElement("br",null),r.a.createElement(i.a,{variant:"h4"},"Territory Clash Chance"),r.a.createElement(i.a,null,"This percentage represents the chance you have of 'clashing' with another gang. If you do not wish to gain/lose territory, then keep this percentage at 0% by not engaging in territory warfare.")))},function(t,e,n){"use strict";n.d(e,"a",(function(){return M}));var a=n(0),r=n.n(a),i=n(147),o=n(3),s=n(10),l=n(23),c=n(21),f=n(47),u=n(130),m=n(160),h=n(161),d=n(74),p=n(87),g=n(357),b=n.n(g),y=n(7),E=n(231),v=n(24),k=n(187),w=n(1),S=n(6),_=n(73);function C(t){const e=Object(i.b)(),n=Object.keys(E.a).filter(n=>{const a=E.a[n];return!(w.a.money>e.getUpgradeCost(a))&&(a.type===t.type&&!t.upgrades.includes(n))}).map(t=>E.a[t]);return 0===n.length?r.a.createElement(r.a.Fragment,null):r.a.createElement(o.a,null,"Next at ",r.a.createElement(v.a,{money:n[0].cost}))}function x({upgName:t}){const e=E.a[t];return r.a.createElement(f.a,{sx:{p:1}},r.a.createElement(l.a,{title:r.a.createElement(o.a,{dangerouslySetInnerHTML:{__html:e.desc}})},r.a.createElement(o.a,null,e.name)))}function L(t){const e=Object(i.b)();return r.a.createElement(l.a,{title:r.a.createElement(o.a,{dangerouslySetInnerHTML:{__html:t.upg.desc}})},r.a.createElement("span",null,r.a.createElement(s.a,{onClick:function(){t.member.buyUpgrade(t.upg),t.rerender()},sx:{display:"flex",flexDirection:"column",width:"100%",height:"100%"}},r.a.createElement(o.a,{sx:{display:"block"}},t.upg.name),r.a.createElement(v.a,{money:e.getUpgradeCost(t.upg)}))))}function O(t){const e=Object(i.b)(),n=Object(a.useState)(!1)[1],[s,p]=Object(a.useState)("Weapons");function g(){n(t=>!t)}function b(t,n){return Object.keys(E.a).filter(a=>{const r=E.a[a];return!(w.a.moneyE.a[t])}const v=b(t.member.upgrades,k.a.Weapon),O=b(t.member.upgrades,k.a.Armor),M=b(t.member.upgrades,k.a.Vehicle),A=b(t.member.upgrades,k.a.Rootkit),T=b(t.member.augmentations,k.a.Augmentation),R={Weapons:[v,k.a.Weapon],Armor:[O,k.a.Armor],Vehicles:[M,k.a.Vehicle],Rootkits:[A,k.a.Rootkit],Augmentations:[T,k.a.Augmentation]},N={hack:t.member.calculateAscensionMult(t.member.hack_asc_points),str:t.member.calculateAscensionMult(t.member.str_asc_points),def:t.member.calculateAscensionMult(t.member.def_asc_points),dex:t.member.calculateAscensionMult(t.member.dex_asc_points),agi:t.member.calculateAscensionMult(t.member.agi_asc_points),cha:t.member.calculateAscensionMult(t.member.cha_asc_points)};return r.a.createElement(f.a,null,r.a.createElement(c.a,{display:"grid",sx:{gridTemplateColumns:"1fr 1fr",m:1,gap:1}},r.a.createElement("span",null,r.a.createElement(o.a,{variant:"h5",color:"primary"},t.member.name," (",t.member.task,")"),r.a.createElement(l.a,{title:r.a.createElement(o.a,null,"Hk: x",y.a.formatMultiplier(t.member.hack_mult*N.hack),"(x",y.a.formatMultiplier(t.member.hack_mult)," Eq, x",y.a.formatMultiplier(N.hack)," Asc)",r.a.createElement("br",null),"St: x",y.a.formatMultiplier(t.member.str_mult*N.str),"(x",y.a.formatMultiplier(t.member.str_mult)," Eq, x",y.a.formatMultiplier(N.str)," Asc)",r.a.createElement("br",null),"Df: x",y.a.formatMultiplier(t.member.def_mult*N.def),"(x",y.a.formatMultiplier(t.member.def_mult)," Eq, x",y.a.formatMultiplier(N.def)," Asc)",r.a.createElement("br",null),"Dx: x",y.a.formatMultiplier(t.member.dex_mult*N.dex),"(x",y.a.formatMultiplier(t.member.dex_mult)," Eq, x",y.a.formatMultiplier(N.dex)," Asc)",r.a.createElement("br",null),"Ag: x",y.a.formatMultiplier(t.member.agi_mult*N.agi),"(x",y.a.formatMultiplier(t.member.agi_mult)," Eq, x",y.a.formatMultiplier(N.agi)," Asc)",r.a.createElement("br",null),"Ch: x",y.a.formatMultiplier(t.member.cha_mult*N.cha),"(x",y.a.formatMultiplier(t.member.cha_mult)," Eq, x",y.a.formatMultiplier(N.cha)," Asc)")},r.a.createElement(m.a,null,r.a.createElement(h.a,null,r.a.createElement(_.a,{name:"Hacking",color:S.a.theme.hack,data:{level:t.member.hack,exp:t.member.hack_exp}}),r.a.createElement(_.a,{name:"Strength",color:S.a.theme.combat,data:{level:t.member.str,exp:t.member.str_exp}}),r.a.createElement(_.a,{name:"Defense",color:S.a.theme.combat,data:{level:t.member.def,exp:t.member.def_exp}}),r.a.createElement(_.a,{name:"Dexterity",color:S.a.theme.combat,data:{level:t.member.dex,exp:t.member.dex_exp}}),r.a.createElement(_.a,{name:"Agility",color:S.a.theme.combat,data:{level:t.member.agi,exp:t.member.agi_exp}}),r.a.createElement(_.a,{name:"Charisma",color:S.a.theme.cha,data:{level:t.member.cha,exp:t.member.cha_exp}}))))),r.a.createElement("span",null,r.a.createElement(u.a,{onChange:t=>{p(t.target.value),g()},value:s,sx:{width:"100%",mb:1}},Object.keys(R).map((t,e)=>r.a.createElement(d.a,{key:e+1,value:t},r.a.createElement(o.a,{variant:"h6"},t)))),r.a.createElement(c.a,{sx:{width:"100%"}},0===R[s][0].length&&r.a.createElement(o.a,null,"All upgrades owned!"),r.a.createElement(c.a,{display:"grid",sx:{gridTemplateColumns:"1fr 1fr"}},R[s][0].map(e=>r.a.createElement(L,{key:e.name,rerender:g,member:t.member,upg:e}))),r.a.createElement(C,{type:R[s][1],upgrades:t.member.upgrades})))),r.a.createElement(o.a,{sx:{mx:1}},"Purchased Upgrades: "),r.a.createElement(c.a,{display:"grid",sx:{gridTemplateColumns:"repeat(4, 1fr)",m:1}},t.member.upgrades.map(t=>r.a.createElement(x,{key:t,upgName:t})),t.member.augmentations.map(t=>r.a.createElement(x,{key:t,upgName:t}))))}function M(){const t=Object(i.b)(),[e,n]=Object(a.useState)(""),s=t.members.filter(t=>t&&t.name.toLowerCase().includes(e));return r.a.createElement(r.a.Fragment,null,r.a.createElement(l.a,{title:r.a.createElement(o.a,null,"You get a discount on equipment and upgrades based on your gang's respect and power. More respect and power leads to more discounts.")},r.a.createElement(o.a,{sx:{m:1}},"Discount: -",y.a.formatPercentage(1-1/t.getDiscount()))),r.a.createElement(p.a,{value:e,onChange:t=>{n(t.target.value.toLowerCase())},autoFocus:!0,InputProps:{startAdornment:r.a.createElement(b.a,null),spellCheck:!1},placeholder:"Filter by member name",sx:{m:1,width:"15%"}}),r.a.createElement(c.a,{display:"grid",sx:{gridTemplateColumns:"1fr 1fr",width:"100%"}},s.map(t=>r.a.createElement(O,{key:t.name,member:t}))))}},function(t,e,n){"use strict";n.d(e,"a",(function(){return h}));var a=n(0),r=n.n(a),i=n(1275),o=n(52),s=n(1301),l=n(1),c=n(51),f=n(1302),u=n(517),m=n(219);function h(){const t=l.a.corporation;if(null===t)return r.a.createElement(r.a.Fragment,null);const e=Object(a.useState)(!1)[1];function n(){e(t=>!t)}const[h,d]=Object(a.useState)("Overview");Object(a.useEffect)(()=>{const t=setInterval(n,200);return()=>clearInterval(t)},[]);const p=Object.keys(o.a).filter(e=>void 0===t.divisions.find(t=>t.type===e)).length>0;return r.a.createElement(c.a.Corporation.Provider,{value:t},r.a.createElement(u.a,{variant:"scrollable",value:h,onChange:function(t,e){d(e)},sx:{maxWidth:"65vw"},scrollButtons:!0},r.a.createElement(m.a,{label:t.name,value:"Overview"}),t.divisions.map(t=>r.a.createElement(m.a,{key:t.name,label:t.name,value:t.name})),p&&r.a.createElement(m.a,{label:"Expand",value:-1})),"Overview"===h&&r.a.createElement(f.a,{rerender:n}),-1===h&&r.a.createElement(s.a,{setDivisionName:d}),"string"==typeof h&&"Overview"!==h&&r.a.createElement(i.a,{rerender:n,divisionName:h+""}))}},function(t,e,n){"use strict";n.d(e,"a",(function(){return l}));var a=n(0),r=n.n(a),i=n(1276),o=n(51),s=n(17);function l(t){const e=Object(o.b)(),n="Overview"!==t.divisionName?e.divisions.find(e=>e.name===t.divisionName):void 0;if(void 0===n)throw new Error("Cannot find division");return r.a.createElement(o.a.Division.Provider,{value:n},r.a.createElement(i.a,{rerender:t.rerender,city:s.a.Sector12}))}},function(t,e,n){"use strict";n.d(e,"a",(function(){return f}));var a=n(0),r=n.n(a),i=n(1277),o=n(1300),s=n(51),l=n(517),c=n(219);function f(t){const e=Object(s.c)(),[n,f]=Object(a.useState)(t.city),u=e.offices[n];if(0===u)return f("Sector-12"),r.a.createElement(r.a.Fragment,null);const m=Object.keys(e.offices).filter(t=>0===e.offices[t]).length>0;return r.a.createElement(r.a.Fragment,null,r.a.createElement(l.a,{variant:"fullWidth",value:n,onChange:function(t,e){f(e)},sx:{maxWidth:"65vw"}},Object.values(e.offices).map(t=>0!==t&&r.a.createElement(c.a,{key:t.loc,label:t.loc,value:t.loc})),m&&r.a.createElement(c.a,{label:"Expand",value:"Expand"})),"Expand"!==n?r.a.createElement(i.a,{key:n,rerender:t.rerender,city:n,warehouse:e.warehouses[n],office:u}):r.a.createElement(o.a,{cityStateSetter:f}))}},function(t,e,n){"use strict";n.d(e,"a",(function(){return f}));var a=n(0),r=n.n(a),i=n(1278),o=n(1282),s=n(1285),l=n(51),c=n(21);function f(t){const e=Object(l.b)(),n=Object(l.c)();return r.a.createElement(c.a,{display:"flex"},r.a.createElement(c.a,{sx:{width:"50%"}},r.a.createElement(o.a,{rerender:t.rerender}),r.a.createElement(i.a,{rerender:t.rerender,office:t.office})),r.a.createElement(c.a,{sx:{width:"50%"}},r.a.createElement(s.a,{rerender:t.rerender,corp:e,currentCity:t.city,division:n,warehouse:t.warehouse})))}},function(t,e,n){"use strict";n.d(e,"a",(function(){return F}));var a=n(0),r=n.n(a),i=n(43),o=n(60),s=n(142),l=n(7),c=n(1279),f=n(1280),u=n(24),m=n(51),h=n(3),d=n(10),p=n(112),g=n(47),b=n(1281),y=n.n(b),E=n(647),v=n.n(E),k=n(648),w=n.n(k),S=n(23),_=n(74),C=n(130),x=n(160),L=n(161),O=n(50),M=n(76),A=n(21);function T(t){return t.manualMode?r.a.createElement(S.a,{title:r.a.createElement(h.a,null,"Switch to Automatic Assignment Mode, which will automatically assign employees to your selected jobs. You simply have to select the number of assignments for each job")},r.a.createElement(d.a,{onClick:()=>t.switchMode(t=>!t)},"Switch to Auto Mode")):r.a.createElement(S.a,{title:r.a.createElement(h.a,null,"Switch to Manual Assignment Mode, which allows you to specify which employees should get which jobs")},r.a.createElement(d.a,{onClick:()=>t.switchMode(t=>!t)},"Switch to Manual Mode"))}function R(t){const e=Object(m.b)(),n=Object(m.c)(),[o,s]=Object(a.useState)(t.office.employees.length>0?t.office.employees[0]:null),c=[];for(let e=0;e0&&(d=o/t.office.employees.length,p=s/t.office.employees.length,g=c/t.office.employees.length);const b=t.office.employeeJobs[i.a.Unassigned],y=t.office.employeeNextJobs[i.a.Unassigned];return r.a.createElement(x.a,{padding:"none"},r.a.createElement(L.a,null,r.a.createElement(O.a,null,r.a.createElement(M.b,null,r.a.createElement(h.a,null,"Unassigned Employees:")),r.a.createElement(M.b,null,r.a.createElement(N,{num:b,next:y}))),r.a.createElement(O.a,null,r.a.createElement(M.b,null,r.a.createElement(h.a,null,"Avg Employee Morale:")),r.a.createElement(M.b,{align:"right"},r.a.createElement(h.a,null,l.a.format(d,"0.000")))),r.a.createElement(O.a,null,r.a.createElement(M.b,null,r.a.createElement(h.a,null,"Avg Employee Happiness:")),r.a.createElement(M.b,{align:"right"},r.a.createElement(h.a,null,l.a.format(p,"0.000")))),r.a.createElement(O.a,null,r.a.createElement(M.b,null,r.a.createElement(h.a,null,"Avg Employee Energy:")),r.a.createElement(M.b,{align:"right"},r.a.createElement(h.a,null,l.a.format(g,"0.000")))),r.a.createElement(O.a,null,r.a.createElement(M.b,null,r.a.createElement(h.a,null,"Total Employee Salary:")),r.a.createElement(M.b,null,r.a.createElement(h.a,{align:"right"},r.a.createElement(u.a,{money:f})))),a&&r.a.createElement(r.a.Fragment,null,r.a.createElement(O.a,null,r.a.createElement(M.b,null,r.a.createElement(S.a,{title:r.a.createElement(h.a,null,"The base amount of material this office can produce. Does not include production multipliers from upgrades and materials. This value is based off the productivity of your Operations, Engineering, and Management employees")},r.a.createElement(h.a,null,"Material Production:"))),r.a.createElement(M.b,null,r.a.createElement(h.a,{align:"right"},l.a.format(n.getOfficeProductivity(t.office),"0.000")))),r.a.createElement(O.a,null,r.a.createElement(M.b,null,r.a.createElement(S.a,{title:r.a.createElement(h.a,null,"The base amount of any given Product this office can produce. Does not include production multipliers from upgrades and materials. This value is based off the productivity of your Operations, Engineering, and Management employees")},r.a.createElement(h.a,null,"Product Production:"))),r.a.createElement(M.b,null,r.a.createElement(h.a,{align:"right"},l.a.format(n.getOfficeProductivity(t.office,{forProduct:!0}),"0.000")))),r.a.createElement(O.a,null,r.a.createElement(M.b,null,r.a.createElement(S.a,{title:r.a.createElement(h.a,null,"The effect this office's 'Business' employees has on boosting sales")},r.a.createElement(h.a,null," Business Multiplier:"))),r.a.createElement(M.b,{align:"right"},r.a.createElement(h.a,null,"x",l.a.format(n.getBusinessFactor(t.office),"0.000"))))),r.a.createElement(P,{rerender:t.rerender,office:t.office,job:i.a.Operations,desc:"Manages supply chain operations. Improves the amount of Materials and Products you produce."}),r.a.createElement(P,{rerender:t.rerender,office:t.office,job:i.a.Engineer,desc:"Develops and maintains products and production systems. Increases the quality of everything you produce. Also increases the amount you produce (not as much as Operations, however)"}),r.a.createElement(P,{rerender:t.rerender,office:t.office,job:i.a.Business,desc:"Handles sales and finances. Improves the amount of Materials and Products you can sell."}),r.a.createElement(P,{rerender:t.rerender,office:t.office,job:i.a.Management,desc:"Leads and oversees employees and office operations. Improves the effectiveness of Engineer and Operations employees."}),r.a.createElement(P,{rerender:t.rerender,office:t.office,job:i.a.RandD,desc:"Research new innovative ways to improve the company. Generates Scientific Research."}),r.a.createElement(P,{rerender:t.rerender,office:t.office,job:i.a.Training,desc:"Set employee to training, which will increase some of their stats. Employees in training do not affect any company operations."})))}function F(t){const e=Object(m.b)(),n=Object(m.c)(),[i,l]=Object(a.useState)(!1),[u,p]=Object(a.useState)(!1),[b,y]=Object(a.useState)(!1);return r.a.createElement(g.a,null,r.a.createElement(h.a,null,"Office Space"),r.a.createElement(h.a,null,"Size: ",t.office.employees.length," / ",t.office.size," employees"),r.a.createElement(A.a,{sx:{display:"grid",gridTemplateColumns:"1fr",width:"fit-content"}},r.a.createElement(A.a,{sx:{gridTemplateColumns:"repeat(3, 1fr)"}},r.a.createElement(S.a,{title:r.a.createElement(h.a,null,"Automatically hires an employee and gives him/her a random name")},r.a.createElement("span",null,r.a.createElement(d.a,{disabled:t.office.atCapacity(),onClick:function(){t.office.atCapacity()||(t.office.hireRandomEmployee(),t.rerender())}},"Hire Employee"))),r.a.createElement(S.a,{title:r.a.createElement(h.a,null,"Upgrade the office's size so that it can hold more employees!")},r.a.createElement("span",null,r.a.createElement(d.a,{disabled:e.funds<0,onClick:()=>l(!0)},"Upgrade size"))),r.a.createElement(c.a,{rerender:t.rerender,office:t.office,open:i,onClose:()=>l(!1)}),!n.hasResearch("AutoBrew")&&r.a.createElement(r.a.Fragment,null,r.a.createElement(S.a,{title:r.a.createElement(h.a,null,"Provide your employees with coffee, increasing their energy by 5%")},r.a.createElement("span",null,r.a.createElement(d.a,{disabled:e.funds0,onClick:()=>Object(o.e)(e,t.office)},t.office.coffeeMult>0?"Buying coffee...":r.a.createElement("span",null,"Buy Coffee - ",r.a.createElement(s.a,{money:t.office.getCoffeeCost(),corp:e})))))),!n.hasResearch("AutoPartyManager")&&r.a.createElement(r.a.Fragment,null,r.a.createElement(S.a,{title:r.a.createElement(h.a,null,"Throw an office party to increase your employee's morale and happiness")},r.a.createElement("span",null,r.a.createElement(d.a,{disabled:e.funds<0||t.office.partyMult>0,onClick:()=>p(!0)},t.office.partyMult>0?"Throwing Party...":"Throw Party"))),r.a.createElement(f.a,{rerender:t.rerender,office:t.office,open:u,onClose:()=>p(!1)}))),r.a.createElement(T,{manualMode:b,switchMode:y})),b?r.a.createElement(R,{rerender:t.rerender,office:t.office}):r.a.createElement(I,{rerender:t.rerender,office:t.office}))}},function(t,e,n){"use strict";n.d(e,"a",(function(){return p}));var a=n(0),r=n.n(a),i=n(7),o=n(36),s=n(60),l=n(40),c=n(51),f=n(3),u=n(10),m=n(23),h=n(21);function d(t){const e=Object(c.b)();return r.a.createElement(m.a,{title:i.a.formatMoney(t.cost)},r.a.createElement("span",null,r.a.createElement(u.a,{disabled:e.funds{return n=t.cost,a=t.size,void(e.funds=u);){const t=Math.pow(1.09,n+m);if(i+t>u)break;i+=t,++m}const p=o.a.OfficeInitialCost*i;return r.a.createElement(l.a,{open:t.open,onClose:t.onClose},r.a.createElement(f.a,null,"Increase the size of your office space to fit additional employees!"),r.a.createElement(h.a,{display:"flex",alignItems:"center"},r.a.createElement(f.a,null,"Upgrade size: "),r.a.createElement(d,{onClose:t.onClose,rerender:t.rerender,office:t.office,corp:e,cost:a,size:o.a.OfficeInitialSize}),r.a.createElement(d,{onClose:t.onClose,rerender:t.rerender,office:t.office,corp:e,cost:s,size:5*o.a.OfficeInitialSize}),1!==m&&5!==m&&r.a.createElement(d,{onClose:t.onClose,rerender:t.rerender,office:t.office,corp:e,cost:p,size:m*o.a.OfficeInitialSize})))}},function(t,e,n){"use strict";n.d(e,"a",(function(){return g}));var a=n(0),r=n.n(a),i=n(7),o=n(19),s=n(60),l=n(24),c=n(40),f=n(51),u=n(3),m=n(10),h=n(87),d=n(21),p=n(31);function g(t){const e=Object(f.b)(),[n,g]=Object(a.useState)(0),b=n*t.office.employees.length,y=e.funds>=b;function E(){if(null===n||isNaN(n)||n<0)Object(o.a)("Invalid value entered");else if(y){const a=Object(s.B)(e,t.office,n);a>0&&Object(o.a)("You threw a party for the office! The morale and happiness of each employee increased by "+i.a.formatPercentage(a-1)),t.rerender(),t.onClose()}else Object(o.a)("You don't have enough company funds to throw a party!")}function v(){return isNaN(n)||n<0?r.a.createElement(u.a,null,"Invalid value entered!"):r.a.createElement(u.a,null,"Throwing this party will cost a total of ",r.a.createElement(l.a,{money:b}))}return r.a.createElement(c.a,{open:t.open,onClose:t.onClose},r.a.createElement(u.a,null,"Enter the amount of money you would like to spend PER EMPLOYEE on this office party"),r.a.createElement(v,null),r.a.createElement(d.a,{display:"flex",alignItems:"center"},r.a.createElement(h.a,{autoFocus:!0,type:"number",placeholder:"$ / employee",value:n,onChange:function(t){let e=parseFloat(t.target.value);isNaN(e)&&(e=0),g(e)},onKeyDown:function(t){t.key===p.a.ENTER&&E()}}),r.a.createElement(m.a,{disabled:!y,onClick:E},"Throw Party")))}},,function(t,e,n){"use strict";n.d(e,"a",(function(){return x}));var a=n(0),r=n.n(a),i=n(52),o=n(60),s=n(7),l=n(249),c=n(1283),f=n(1284),u=n(24),m=n(115),h=n(257),d=n(486),p=n(142),g=n(51),b=n(3),y=n(10),E=n(23),v=n(47),k=n(112),w=n(310),S=n.n(w),_=n(21);function C(){const t=Object(g.b)(),e=Object(g.c)(),[n,o]=Object(a.useState)(!1),s=e.hasMaximumNumberProducts();let l="";switch(e.type){case i.a.Food:l="Build Restaurant";break;case i.a.Tobacco:l="Create Product";break;case i.a.Pharmaceutical:l="Create Drug";break;case i.a.Computer:case"Computer":l="Create Product";break;case i.a.Robotics:l="Design Robot";break;case i.a.Software:l="Develop Software";break;case i.a.Healthcare:l="Build Hospital";break;case i.a.RealEstate:l="Develop Property";break;default:return l="Create Product",r.a.createElement(r.a.Fragment,null)}return r.a.createElement(r.a.Fragment,null,r.a.createElement(E.a,{title:s?r.a.createElement(b.a,null,"You have reached the maximum number of products: ",e.getMaximumNumberProducts()):""},r.a.createElement(y.a,{color:0===Object.keys(e.products).length?"error":"primary",onClick:()=>o(!0),disabled:t.funds<0},l)),r.a.createElement(c.a,{open:n,onClose:()=>o(!1)}))}function x(t){const e=Object(g.b)(),n=Object(g.c)(),[i,c]=Object(a.useState)(!1),[w,x]=Object(a.useState)(!1),L=1===e.unlockUpgrades[4],O=n.lastCycleRevenue-n.lastCycleExpenses;let M=!1;const A=n.getAdvertisingFactors(),T=A[1],R=A[2],N=A[3],P=A[0];function I(t){return Object(l.a)({progress:t,totalTicks:20})}return L&&(M=!0),r.a.createElement(v.a,null,r.a.createElement(b.a,null,"Industry: ",n.type," (Corp Funds: ",r.a.createElement(u.a,{money:e.funds}),")"),r.a.createElement("br",null),r.a.createElement(h.a,{rows:[["Awareness:",s.a.formatReallyBigNumber(n.awareness)],["Popularity:",s.a.formatReallyBigNumber(n.popularity)]]}),!1!==M&&r.a.createElement(E.a,{title:r.a.createElement(r.a.Fragment,null,r.a.createElement(b.a,null,"Total multiplier for this industry's sales due to its awareness and popularity"),r.a.createElement(h.a,{rows:[["Awareness Bonus:","x"+s.a.formatReallyBigNumber(Math.pow(T,.85))],["Popularity Bonus:","x"+s.a.formatReallyBigNumber(Math.pow(R,.85))],["Ratio Multiplier:","x"+s.a.formatReallyBigNumber(Math.pow(N,.85))]]}))},r.a.createElement(b.a,null,"Advertising Multiplier: x",s.a.formatReallyBigNumber(P))),r.a.createElement("br",null),r.a.createElement(h.a,{rows:[["Revenue:",r.a.createElement(m.a,{money:n.lastCycleRevenue})],["Expenses:",r.a.createElement(m.a,{money:n.lastCycleExpenses})],["Profit:",r.a.createElement(m.a,{money:O})]]}),r.a.createElement("br",null),r.a.createElement(_.a,{display:"flex",alignItems:"center"},r.a.createElement(E.a,{title:r.a.createElement(b.a,null,"Production gain from owning production-boosting materials such as hardware, Robots, AI Cores, and Real Estate.")},r.a.createElement(b.a,null,"Production Multiplier: ",s.a.formatReallyBigNumber(n.prodMult))),r.a.createElement(k.a,{onClick:()=>c(!0)},r.a.createElement(S.a,null)),r.a.createElement(d.a,{open:i,onClose:()=>c(!1)},r.a.createElement(b.a,null,"Owning Hardware, Robots, AI Cores, and Real Estate can boost your Industry's production. The effect these materials have on your production varies between Industries. For example, Real Estate may be very effective for some Industries, but ineffective for others.",r.a.createElement("br",null),r.a.createElement("br",null),"This division's production multiplier is calculated by summing the individual production multiplier of each of its office locations. This production multiplier is applied to each office. Therefore, it is beneficial to expand into new cities as this can greatly increase the production multiplier of your entire Division.",r.a.createElement("br",null),r.a.createElement("br",null),"Below are approximations for how effective each material is at boosting this industry's production multiplier (Bigger bars = more effective):",r.a.createElement("br",null),r.a.createElement("br",null),"Hardware:    ",I(n.hwFac),r.a.createElement("br",null),"Robots:      ",I(n.robFac),r.a.createElement("br",null),"AI Cores:    ",I(n.aiFac),r.a.createElement("br",null),"Real Estate: ",I(n.reFac)))),r.a.createElement(_.a,{display:"flex",alignItems:"center"},r.a.createElement(E.a,{title:r.a.createElement(b.a,null,"Scientific Research increases the quality of the materials and products that you produce.")},r.a.createElement(b.a,null,"Scientific Research: ",s.a.formatReallyBigNumber(n.sciResearch.qty))),r.a.createElement(y.a,{sx:{mx:1},onClick:()=>x(!0)},"Research"),r.a.createElement(f.a,{open:w,onClose:()=>x(!1),industry:n})),r.a.createElement("br",null),r.a.createElement(_.a,{display:"flex",alignItems:"center"},r.a.createElement(E.a,{title:r.a.createElement(b.a,null,"Hire AdVert.Inc to advertise your company. Each level of this upgrade grants your company a static increase of 3 and 1 to its awareness and popularity, respectively. It will then increase your company's awareness by 1%, and its popularity by a random percentage between 1% and 3%. These effects are increased by other upgrades that increase the power of your advertising.")},r.a.createElement(y.a,{disabled:n.getAdVertCost()>e.funds,onClick:function(){Object(o.i)(e,n),t.rerender()}},"Hire AdVert -  ",r.a.createElement(p.a,{money:n.getAdVertCost(),corp:e}))),n.makesProducts&&r.a.createElement(C,null)))}},function(t,e,n){"use strict";n.d(e,"a",(function(){return b}));var a=n(0),r=n.n(a),i=n(19),o=n(40),s=n(52),l=n(60),c=n(51),f=n(3),u=n(87),m=n(10),h=n(74),d=n(130),p=n(31),g=n(237);function b(t){const e=Object(c.b)(),n=Object(c.c)(),b=Object.keys(n.offices).filter(t=>0!==n.offices[t]),[y,E]=Object(a.useState)(b.length>0?b[0]:""),[v,k]=Object(a.useState)(""),[w,S]=Object(a.useState)(NaN),[_,C]=Object(a.useState)(NaN);if(n.hasMaximumNumberProducts())return r.a.createElement(r.a.Fragment,null);let x=r.a.createElement(r.a.Fragment,null);switch(n.type){case s.a.Food:x=r.a.createElement(r.a.Fragment,null,x,r.a.createElement("br",null),"Build and manage a new restaurant!");break;case s.a.Tobacco:x=r.a.createElement(r.a.Fragment,null,x,r.a.createElement("br",null),"Create a new tobacco product!");break;case s.a.Pharmaceutical:x=r.a.createElement(r.a.Fragment,null,x,r.a.createElement("br",null),"Design and develop a new pharmaceutical drug!");break;case s.a.Computer:case"Computer":x=r.a.createElement(r.a.Fragment,null,x,r.a.createElement("br",null),"Design and manufacture a new computer hardware product!");break;case s.a.Robotics:x=r.a.createElement(r.a.Fragment,null,x,r.a.createElement("br",null),"Design and create a new robot or robotic system!");break;case s.a.Software:x=r.a.createElement(r.a.Fragment,null,x,r.a.createElement("br",null),"Develop a new piece of software!");break;case s.a.Healthcare:x=r.a.createElement(r.a.Fragment,null,x,r.a.createElement("br",null),"Build and manage a new hospital!");break;case s.a.RealEstate:x=r.a.createElement(r.a.Fragment,null,x,r.a.createElement("br",null),"Develop a new piece of real estate property!");break;default:return x=r.a.createElement(r.a.Fragment,null,x,r.a.createElement("br",null),"Create a new product!"),r.a.createElement(r.a.Fragment,null)}function L(){if(!isNaN(w)&&!isNaN(_)){try{Object(l.n)(e,n,y,v,w,_)}catch(t){Object(i.a)(t+"")}t.onClose()}}return x=r.a.createElement(r.a.Fragment,null,x,r.a.createElement("br",null),r.a.createElement("br",null),"To begin developing a product, first choose the city in which it will be designed. The stats of your employees in the selected city affect the properties of the finished product, such as its quality, performance, and durability.",r.a.createElement("br",null),r.a.createElement("br",null),"You can also choose to invest money in the design and marketing of the product. Investing money in its design will result in a superior product. Investing money in marketing the product will help the product's sales."),r.a.createElement(o.a,{open:t.open,onClose:t.onClose},r.a.createElement(f.a,null,x),r.a.createElement(d.a,{style:{margin:"5px"},onChange:function(t){E(t.target.value)},defaultValue:y},b.map(t=>r.a.createElement(h.a,{key:t,value:t},t))),r.a.createElement(u.a,{onChange:function(t){k(t.target.value)},placeholder:(O=n.type,O===s.a.Food?"Restaurant Name":O===s.a.Healthcare?"Hospital Name":O===s.a.RealEstate?"Property Name":"Product Name")}),r.a.createElement("br",null),r.a.createElement(g.a,{onChange:S,autoFocus:!0,placeholder:"Design investment"}),r.a.createElement(g.a,{onChange:C,onKeyDown:function(t){t.key===p.a.ENTER&&L()},placeholder:"Marketing investment"}),r.a.createElement(m.a,{onClick:L},"Develop Product"));var O}},function(t,e,n){"use strict";n.d(e,"a",(function(){return _}));var a=n(0),r=n.n(a),i=n(40),o=n(52),s=n(36),l=n(60),c=n(307),f=n(6),u=n(19),m=n(3),h=n(23),d=n(10),p=n(21),g=n(283),b=n(80),y=n.n(b),E=n(213),v=n.n(E),k=n(339),w=n.n(k);function S({n:t,division:e}){const[n,i]=Object(a.useState)(!1);if(null===t)return r.a.createElement(r.a.Fragment,null);const o=c.a[t.text];let b=e.sciResearch.qtyr.a.createElement(h.a,{title:r.a.createElement(m.a,null,"Research points: ",o.cost,r.a.createElement("br",null),o.desc)},t),x=r.a.createElement(p.a,null,C(r.a.createElement("span",null,r.a.createElement(d.a,{color:_,disabled:b&&!t.researched,onClick:k,style:{width:"100%",textAlign:"left",justifyContent:"unset"}},t.researched&&r.a.createElement(w.a,{sx:{mr:1}}),t.text))));return 0===t.children.length?x:r.a.createElement(p.a,null,r.a.createElement(p.a,{display:"flex",sx:{border:"1px solid "+f.a.theme.well}},C(r.a.createElement("span",{style:{width:"100%"}},r.a.createElement(d.a,{color:_,disabled:b&&!t.researched,onClick:k,sx:{width:"100%",textAlign:"left",justifyContent:"unset",borderColor:f.a.theme.button}},t.researched&&r.a.createElement(w.a,{sx:{mr:1}}),t.text))),r.a.createElement(d.a,{onClick:()=>i(t=>!t),sx:{borderColor:f.a.theme.button,minWidth:"fit-content"}},n?r.a.createElement(v.a,{color:"primary"}):r.a.createElement(y.a,{color:"primary"}))),r.a.createElement(g.a,{in:n,unmountOnExit:!0},r.a.createElement(p.a,{m:1},t.children.map(t=>r.a.createElement(S,{key:t.text,division:e,n:t})))))}function _(t){const e=o.c[t.industry.type];return void 0===e?r.a.createElement(r.a.Fragment,null):r.a.createElement(i.a,{open:t.open,onClose:t.onClose},r.a.createElement(S,{division:t.industry,n:e.root}),r.a.createElement(m.a,{sx:{mt:1}},"Research points: ",t.industry.sciResearch.qty.toFixed(3),r.a.createElement("br",null),"Multipliers from research:",r.a.createElement("br",null),"* Advertising Multiplier: x",e.getAdvertisingMultiplier(),r.a.createElement("br",null),"* Employee Charisma Multiplier: x",e.getEmployeeChaMultiplier(),r.a.createElement("br",null),"* Employee Creativity Multiplier: x",e.getEmployeeCreMultiplier(),r.a.createElement("br",null),"* Employee Efficiency Multiplier: x",e.getEmployeeEffMultiplier(),r.a.createElement("br",null),"* Employee Intelligence Multiplier: x",e.getEmployeeIntMultiplier(),r.a.createElement("br",null),"* Production Multiplier: x",e.getProductionMultiplier(),r.a.createElement("br",null),"* Sales Multiplier: x",e.getSalesMultiplier(),r.a.createElement("br",null),"* Scientific Research Multiplier: x",e.getScientificResearchMultiplier(),r.a.createElement("br",null),"* Storage Multiplier: x",e.getStorageMultiplier()))}},function(t,e,n){"use strict";n.d(e,"a",(function(){return C}));var a=n(0),r=n.n(a),i=n(36),o=n(1286),s=n(1287),l=n(1293),c=n(184),f=n(7),u=n(142),m=n(424),h=n(1299),d=n(60),p=n(51),g=n(3),b=n(23),y=n(47),E=n(10),v=n(21),k=n(122),w=n(148);const S=Object(k.a)(()=>Object(w.a)({retainHeight:{minHeight:"3em"}}));function _(t){const e=Object(p.b)(),n=Object(p.c)(),[d,k]=Object(a.useState)(!1);if(0===t.warehouse)return r.a.createElement(r.a.Fragment,null);const w=i.a.WarehouseUpgradeBaseCost*Math.pow(1.07,t.warehouse.level+1),_=e.funds>w;const C=S();let x;switch(n.state){case"START":x="Current state: Preparing...";break;case"PURCHASE":x="Current state: Purchasing materials...";break;case"PRODUCTION":x="Current state: Producing materials and/or products...";break;case"SALE":x="Current state: Selling materials and/or products...";break;case"EXPORT":x="Current state: Exporting materials and/or products...";break;default:console.error("Invalid state: "+n.state)}const L=[];for(const e of Object.keys(t.warehouse.materials)){if(!t.warehouse.materials[e])continue;const a=t.warehouse.materials[e].qty>0,i=Object(m.a)(e,n);(a||i)&&L.push(r.a.createElement(l.a,{rerender:t.rerender,city:t.currentCity,key:e,mat:t.warehouse.materials[e],warehouse:t.warehouse}))}const O=[];if(n.makesProducts&&Object.keys(n.products).length>0)for(const e of Object.keys(n.products)){const a=n.products[e];a&&O.push(r.a.createElement(s.a,{rerender:t.rerender,city:t.currentCity,key:e,product:a}))}const M=[];for(const e of Object.keys(t.warehouse.materials)){const n=t.warehouse.materials[e];c.a.hasOwnProperty(e)&&(0!==n.qty&&M.push(r.a.createElement(r.a.Fragment,null,e,": ",f.a.format(n.qty*c.a[e],"0,0.0"))))}for(const e of Object.keys(n.products)){const a=n.products[e];void 0!==a&&M.push(r.a.createElement(r.a.Fragment,null,e,": ",f.a.format(a.data[t.warehouse.loc][0]*a.siz,"0,0.0")))}let A;return A=M&&M.length>0?M.reduce((t,e)=>t&&r.a.createElement(r.a.Fragment,null,t,r.a.createElement("br",null),e)||r.a.createElement(r.a.Fragment,null,e)):r.a.createElement(r.a.Fragment,null,"No items in storage."),r.a.createElement(y.a,null,r.a.createElement(v.a,{display:"flex",alignItems:"center"},r.a.createElement(b.a,{title:0!==t.warehouse.sizeUsed?r.a.createElement(g.a,null,r.a.createElement(r.a.Fragment,null,A)):""},r.a.createElement(g.a,{color:t.warehouse.sizeUsed>=t.warehouse.size?"error":"primary"},"Storage: ",f.a.formatBigNumber(t.warehouse.sizeUsed)," /"," ",f.a.formatBigNumber(t.warehouse.size)))),r.a.createElement(E.a,{disabled:!_,onClick:function(){null!==n&&0!==t.warehouse&&_&&(++t.warehouse.level,t.warehouse.updateSize(e,n),e.funds=e.funds-w,t.rerender())}},"Upgrade Warehouse Size - ",r.a.createElement(u.a,{money:w,corp:e})),r.a.createElement(g.a,null,"This industry uses the following equation for its production: "),r.a.createElement("br",null),r.a.createElement(g.a,null,r.a.createElement(h.a,{key:n.name,division:n})),r.a.createElement("br",null),r.a.createElement(g.a,null,"To get started with production, purchase your required materials or import them from another of your company's divisions."),r.a.createElement("br",null),r.a.createElement(g.a,{className:C.retainHeight},x),e.unlockUpgrades[1]&&r.a.createElement(r.a.Fragment,null,r.a.createElement(E.a,{onClick:()=>k(!0)},"Configure Smart Supply"),r.a.createElement(o.a,{open:d,onClose:()=>k(!1),warehouse:t.warehouse})),L,O)}function C(t){return t.warehouse?r.a.createElement(_,t):r.a.createElement(x,{rerender:t.rerender,city:t.currentCity})}function x(t){const e=Object(p.b)(),n=Object(p.c)(),a=e.funds!t)}}),label:r.a.createElement(c.a,null,"Enable Smart Supply")}),r.a.createElement("br",null),r.a.createElement(c.a,null,"Use materials already in the warehouse instead of buying new ones, if available:"),o))}},function(module,__webpack_exports__,__webpack_require__){"use strict";__webpack_require__.d(__webpack_exports__,"a",(function(){return ProductElem}));var react__WEBPACK_IMPORTED_MODULE_0__=__webpack_require__(0),react__WEBPACK_IMPORTED_MODULE_0___default=__webpack_require__.n(react__WEBPACK_IMPORTED_MODULE_0__),_data_Constants__WEBPACK_IMPORTED_MODULE_1__=__webpack_require__(36),_modals_DiscontinueProductModal__WEBPACK_IMPORTED_MODULE_2__=__webpack_require__(1288),_modals_LimitProductProductionModal__WEBPACK_IMPORTED_MODULE_3__=__webpack_require__(1289),_modals_SellProductModal__WEBPACK_IMPORTED_MODULE_4__=__webpack_require__(1290),_modals_ProductMarketTaModal__WEBPACK_IMPORTED_MODULE_5__=__webpack_require__(1291),_modals_CancelProductModal__WEBPACK_IMPORTED_MODULE_6__=__webpack_require__(1292),_ui_numeralFormat__WEBPACK_IMPORTED_MODULE_7__=__webpack_require__(7),_utils_helpers_isString__WEBPACK_IMPORTED_MODULE_8__=__webpack_require__(189),_ui_React_Money__WEBPACK_IMPORTED_MODULE_9__=__webpack_require__(24),_Context__WEBPACK_IMPORTED_MODULE_10__=__webpack_require__(51),_mui_material_Typography__WEBPACK_IMPORTED_MODULE_11__=__webpack_require__(3),_mui_material_Tooltip__WEBPACK_IMPORTED_MODULE_12__=__webpack_require__(23),_mui_material_Paper__WEBPACK_IMPORTED_MODULE_13__=__webpack_require__(47),_mui_material_Button__WEBPACK_IMPORTED_MODULE_14__=__webpack_require__(10),_mui_material_Box__WEBPACK_IMPORTED_MODULE_15__=__webpack_require__(21);function ProductElem(props){const corp=Object(_Context__WEBPACK_IMPORTED_MODULE_10__.b)(),division=Object(_Context__WEBPACK_IMPORTED_MODULE_10__.c)(),[sellOpen,setSellOpen]=Object(react__WEBPACK_IMPORTED_MODULE_0__.useState)(!1),[limitOpen,setLimitOpen]=Object(react__WEBPACK_IMPORTED_MODULE_0__.useState)(!1),[discontinueOpen,setDiscontinueOpen]=Object(react__WEBPACK_IMPORTED_MODULE_0__.useState)(!1),[cancelOpen,setCancelOpen]=Object(react__WEBPACK_IMPORTED_MODULE_0__.useState)(!1),[marketTaOpen,setMarketTaOpen]=Object(react__WEBPACK_IMPORTED_MODULE_0__.useState)(!1),city=props.city,product=props.product,nf="0.000",nfB="0.000a",hasUpgradeDashboard=division.hasResearch("uPgrade: Dashboard"),totalGain=product.data[city][1]-product.data[city][2];let sellButtonText;if(sellButtonText=product.sllman[city][0]?Object(_utils_helpers_isString__WEBPACK_IMPORTED_MODULE_8__.a)(product.sllman[city][1])?react__WEBPACK_IMPORTED_MODULE_0___default.a.createElement(react__WEBPACK_IMPORTED_MODULE_0___default.a.Fragment,null,"Sell (",_ui_numeralFormat__WEBPACK_IMPORTED_MODULE_7__.a.format(product.data[city][2],nfB),"/",product.sllman[city][1],")"):react__WEBPACK_IMPORTED_MODULE_0___default.a.createElement(react__WEBPACK_IMPORTED_MODULE_0___default.a.Fragment,null,"Sell (",_ui_numeralFormat__WEBPACK_IMPORTED_MODULE_7__.a.format(product.data[city][2],nfB),"/",_ui_numeralFormat__WEBPACK_IMPORTED_MODULE_7__.a.format(product.sllman[city][1],nfB),")"):react__WEBPACK_IMPORTED_MODULE_0___default.a.createElement(react__WEBPACK_IMPORTED_MODULE_0___default.a.Fragment,null,"Sell (0.000/0.000)"),product.marketTa2)sellButtonText=react__WEBPACK_IMPORTED_MODULE_0___default.a.createElement(react__WEBPACK_IMPORTED_MODULE_0___default.a.Fragment,null,sellButtonText," @ ",react__WEBPACK_IMPORTED_MODULE_0___default.a.createElement(_ui_React_Money__WEBPACK_IMPORTED_MODULE_9__.a,{money:product.marketTa2Price[city]}));else if(product.marketTa1){const t=product.rat/product.mku;sellButtonText=react__WEBPACK_IMPORTED_MODULE_0___default.a.createElement(react__WEBPACK_IMPORTED_MODULE_0___default.a.Fragment,null,sellButtonText," @ ",react__WEBPACK_IMPORTED_MODULE_0___default.a.createElement(_ui_React_Money__WEBPACK_IMPORTED_MODULE_9__.a,{money:product.pCost+t}))}else if(product.sCost)if(Object(_utils_helpers_isString__WEBPACK_IMPORTED_MODULE_8__.a)(product.sCost)){const sCost=product.sCost.replace(/MP/g,product.pCost+product.rat/product.mku+"");sellButtonText=react__WEBPACK_IMPORTED_MODULE_0___default.a.createElement(react__WEBPACK_IMPORTED_MODULE_0___default.a.Fragment,null,sellButtonText," @ ",react__WEBPACK_IMPORTED_MODULE_0___default.a.createElement(_ui_React_Money__WEBPACK_IMPORTED_MODULE_9__.a,{money:eval(sCost)}))}else sellButtonText=react__WEBPACK_IMPORTED_MODULE_0___default.a.createElement(react__WEBPACK_IMPORTED_MODULE_0___default.a.Fragment,null,sellButtonText," @ ",react__WEBPACK_IMPORTED_MODULE_0___default.a.createElement(_ui_React_Money__WEBPACK_IMPORTED_MODULE_9__.a,{money:product.sCost}));let limitProductionButtonText="Limit Production";return product.prdman[city][0]&&(limitProductionButtonText+=" ("+_ui_numeralFormat__WEBPACK_IMPORTED_MODULE_7__.a.format(product.prdman[city][1],nf)+")"),react__WEBPACK_IMPORTED_MODULE_0___default.a.createElement(_mui_material_Paper__WEBPACK_IMPORTED_MODULE_13__.a,null,product.fin?react__WEBPACK_IMPORTED_MODULE_0___default.a.createElement(react__WEBPACK_IMPORTED_MODULE_0___default.a.Fragment,null,react__WEBPACK_IMPORTED_MODULE_0___default.a.createElement(_mui_material_Box__WEBPACK_IMPORTED_MODULE_15__.a,{display:"flex"},react__WEBPACK_IMPORTED_MODULE_0___default.a.createElement(_mui_material_Tooltip__WEBPACK_IMPORTED_MODULE_12__.a,{title:react__WEBPACK_IMPORTED_MODULE_0___default.a.createElement(_mui_material_Typography__WEBPACK_IMPORTED_MODULE_11__.a,null,"Prod: ",_ui_numeralFormat__WEBPACK_IMPORTED_MODULE_7__.a.format(product.data[city][1],nfB),"/s",react__WEBPACK_IMPORTED_MODULE_0___default.a.createElement("br",null),"Sell: ",_ui_numeralFormat__WEBPACK_IMPORTED_MODULE_7__.a.format(product.data[city][2],nfB)," /s")},react__WEBPACK_IMPORTED_MODULE_0___default.a.createElement(_mui_material_Typography__WEBPACK_IMPORTED_MODULE_11__.a,null,product.name,": ",_ui_numeralFormat__WEBPACK_IMPORTED_MODULE_7__.a.format(product.data[city][0],nfB)," (",_ui_numeralFormat__WEBPACK_IMPORTED_MODULE_7__.a.format(totalGain,nfB),"/s)"))),react__WEBPACK_IMPORTED_MODULE_0___default.a.createElement(_mui_material_Box__WEBPACK_IMPORTED_MODULE_15__.a,{display:"flex"},react__WEBPACK_IMPORTED_MODULE_0___default.a.createElement(_mui_material_Tooltip__WEBPACK_IMPORTED_MODULE_12__.a,{title:react__WEBPACK_IMPORTED_MODULE_0___default.a.createElement(_mui_material_Typography__WEBPACK_IMPORTED_MODULE_11__.a,null,"Quality: ",_ui_numeralFormat__WEBPACK_IMPORTED_MODULE_7__.a.format(product.qlt,nf)," ",react__WEBPACK_IMPORTED_MODULE_0___default.a.createElement("br",null),"Performance: ",_ui_numeralFormat__WEBPACK_IMPORTED_MODULE_7__.a.format(product.per,nf)," ",react__WEBPACK_IMPORTED_MODULE_0___default.a.createElement("br",null),"Durability: ",_ui_numeralFormat__WEBPACK_IMPORTED_MODULE_7__.a.format(product.dur,nf)," ",react__WEBPACK_IMPORTED_MODULE_0___default.a.createElement("br",null),"Reliability: ",_ui_numeralFormat__WEBPACK_IMPORTED_MODULE_7__.a.format(product.rel,nf)," ",react__WEBPACK_IMPORTED_MODULE_0___default.a.createElement("br",null),"Aesthetics: ",_ui_numeralFormat__WEBPACK_IMPORTED_MODULE_7__.a.format(product.aes,nf)," ",react__WEBPACK_IMPORTED_MODULE_0___default.a.createElement("br",null),"Features: ",_ui_numeralFormat__WEBPACK_IMPORTED_MODULE_7__.a.format(product.fea,nf),1===corp.unlockUpgrades[2]&&react__WEBPACK_IMPORTED_MODULE_0___default.a.createElement("br",null),1===corp.unlockUpgrades[2]&&"Demand: "+_ui_numeralFormat__WEBPACK_IMPORTED_MODULE_7__.a.format(product.dmd,nf),1===corp.unlockUpgrades[3]&&react__WEBPACK_IMPORTED_MODULE_0___default.a.createElement("br",null),1===corp.unlockUpgrades[3]&&"Competition: "+_ui_numeralFormat__WEBPACK_IMPORTED_MODULE_7__.a.format(product.cmp,nf))},react__WEBPACK_IMPORTED_MODULE_0___default.a.createElement(_mui_material_Typography__WEBPACK_IMPORTED_MODULE_11__.a,null,"Rating: ",_ui_numeralFormat__WEBPACK_IMPORTED_MODULE_7__.a.format(product.rat,nf)))),react__WEBPACK_IMPORTED_MODULE_0___default.a.createElement(_mui_material_Box__WEBPACK_IMPORTED_MODULE_15__.a,{display:"flex"},react__WEBPACK_IMPORTED_MODULE_0___default.a.createElement(_mui_material_Tooltip__WEBPACK_IMPORTED_MODULE_12__.a,{title:react__WEBPACK_IMPORTED_MODULE_0___default.a.createElement(_mui_material_Typography__WEBPACK_IMPORTED_MODULE_11__.a,null,"An estimate of the material cost it takes to create this Product.")},react__WEBPACK_IMPORTED_MODULE_0___default.a.createElement(_mui_material_Typography__WEBPACK_IMPORTED_MODULE_11__.a,null,"Est. Production Cost:"," ",_ui_numeralFormat__WEBPACK_IMPORTED_MODULE_7__.a.formatMoney(product.pCost/_data_Constants__WEBPACK_IMPORTED_MODULE_1__.a.ProductProductionCostRatio)))),react__WEBPACK_IMPORTED_MODULE_0___default.a.createElement(_mui_material_Box__WEBPACK_IMPORTED_MODULE_15__.a,{display:"flex"},react__WEBPACK_IMPORTED_MODULE_0___default.a.createElement(_mui_material_Tooltip__WEBPACK_IMPORTED_MODULE_12__.a,{title:react__WEBPACK_IMPORTED_MODULE_0___default.a.createElement(_mui_material_Typography__WEBPACK_IMPORTED_MODULE_11__.a,null,"An estimate of how much consumers are willing to pay for this product. Setting the sale price above this may result in less sales. Setting the sale price below this may result in more sales.")},react__WEBPACK_IMPORTED_MODULE_0___default.a.createElement(_mui_material_Typography__WEBPACK_IMPORTED_MODULE_11__.a,null,"Est. Market Price: ",_ui_numeralFormat__WEBPACK_IMPORTED_MODULE_7__.a.formatMoney(product.pCost)))),react__WEBPACK_IMPORTED_MODULE_0___default.a.createElement(_mui_material_Button__WEBPACK_IMPORTED_MODULE_14__.a,{onClick:()=>setDiscontinueOpen(!0)},"Discontinue"),react__WEBPACK_IMPORTED_MODULE_0___default.a.createElement(_modals_DiscontinueProductModal__WEBPACK_IMPORTED_MODULE_2__.a,{product:product,rerender:props.rerender,open:discontinueOpen,onClose:()=>setDiscontinueOpen(!1)})):react__WEBPACK_IMPORTED_MODULE_0___default.a.createElement(react__WEBPACK_IMPORTED_MODULE_0___default.a.Fragment,null,react__WEBPACK_IMPORTED_MODULE_0___default.a.createElement(_mui_material_Typography__WEBPACK_IMPORTED_MODULE_11__.a,null,"Designing ",product.name," (req. Operations/Engineers in ",product.createCity,")..."),react__WEBPACK_IMPORTED_MODULE_0___default.a.createElement("br",null),react__WEBPACK_IMPORTED_MODULE_0___default.a.createElement(_mui_material_Typography__WEBPACK_IMPORTED_MODULE_11__.a,null,_ui_numeralFormat__WEBPACK_IMPORTED_MODULE_7__.a.format(product.prog,"0.00"),"% complete"),react__WEBPACK_IMPORTED_MODULE_0___default.a.createElement(_mui_material_Button__WEBPACK_IMPORTED_MODULE_14__.a,{onClick:()=>setCancelOpen(!0)},"Cancel"),react__WEBPACK_IMPORTED_MODULE_0___default.a.createElement(_modals_CancelProductModal__WEBPACK_IMPORTED_MODULE_6__.a,{product:product,rerender:props.rerender,open:cancelOpen,onClose:()=>setCancelOpen(!1)})),(hasUpgradeDashboard||product.fin)&&react__WEBPACK_IMPORTED_MODULE_0___default.a.createElement(react__WEBPACK_IMPORTED_MODULE_0___default.a.Fragment,null,react__WEBPACK_IMPORTED_MODULE_0___default.a.createElement(_mui_material_Button__WEBPACK_IMPORTED_MODULE_14__.a,{onClick:()=>setSellOpen(!0)},sellButtonText),react__WEBPACK_IMPORTED_MODULE_0___default.a.createElement(_modals_SellProductModal__WEBPACK_IMPORTED_MODULE_4__.a,{product:product,city:city,open:sellOpen,onClose:()=>setSellOpen(!1)}),react__WEBPACK_IMPORTED_MODULE_0___default.a.createElement("br",null),react__WEBPACK_IMPORTED_MODULE_0___default.a.createElement(_mui_material_Button__WEBPACK_IMPORTED_MODULE_14__.a,{onClick:()=>setLimitOpen(!0)},limitProductionButtonText),react__WEBPACK_IMPORTED_MODULE_0___default.a.createElement(_modals_LimitProductProductionModal__WEBPACK_IMPORTED_MODULE_3__.a,{product:product,city:city,open:limitOpen,onClose:()=>setLimitOpen(!1)}),division.hasResearch("Market-TA.I")&&react__WEBPACK_IMPORTED_MODULE_0___default.a.createElement(react__WEBPACK_IMPORTED_MODULE_0___default.a.Fragment,null,react__WEBPACK_IMPORTED_MODULE_0___default.a.createElement(_mui_material_Button__WEBPACK_IMPORTED_MODULE_14__.a,{onClick:()=>setMarketTaOpen(!0)},"Market-TA"),react__WEBPACK_IMPORTED_MODULE_0___default.a.createElement(_modals_ProductMarketTaModal__WEBPACK_IMPORTED_MODULE_5__.a,{product:product,open:marketTaOpen,onClose:()=>setMarketTaOpen(!1)}))))}},function(t,e,n){"use strict";n.d(e,"a",(function(){return c}));var a=n(0),r=n.n(a),i=n(40),o=n(51),s=n(3),l=n(10);function c(t){const e=Object(o.c)();return r.a.createElement(i.a,{open:t.open,onClose:t.onClose},r.a.createElement(s.a,null,"Are you sure you want to do this? Discontinuing a product removes it completely and permanently. You will no longer produce this product and all of its existing stock will be removed and left unsold"),r.a.createElement(l.a,{onClick:function(){e.discontinueProduct(t.product),t.onClose(),t.rerender()}},"Discontinue"))}},function(t,e,n){"use strict";n.d(e,"a",(function(){return u}));var a=n(0),r=n.n(a),i=n(60),o=n(40),s=n(3),l=n(10),c=n(87),f=n(31);function u(t){const[e,n]=Object(a.useState)(null);function u(){let n=e;null===n&&(n=-1),Object(i.m)(t.product,t.city,n),t.onClose()}return Object(a.useEffect)(()=>{t.open||n(null)},[t.open]),r.a.createElement(o.a,{open:t.open,onClose:t.onClose},r.a.createElement(s.a,null,"Enter a limit to the amount of this product you would like to produce per second. Leave the box empty to set no limit."),r.a.createElement(c.a,{autoFocus:!0,placeholder:"Limit",type:"number",onChange:function(t){""===t.target.value?n(null):n(parseFloat(t.target.value))},onKeyDown:function(t){t.key===f.a.ENTER&&u()}}),r.a.createElement(l.a,{onClick:u},"Limit production"))}},function(t,e,n){"use strict";n.d(e,"a",(function(){return d}));var a=n(0),r=n.n(a),i=n(19),o=n(60),s=n(40),l=n(3),c=n(87),f=n(10),u=n(345),m=n(284),h=n(31);function d(t){const[e,n]=Object(a.useState)(!0),[d,p]=Object(a.useState)(t.product.sllman[t.city][1]?t.product.sllman[t.city][1]:""),[g,b]=Object(a.useState)(function(t){let e=t.sCost?t.sCost+"":"";return t.marketTa2?e+=" (Market-TA.II)":t.marketTa1&&(e+=" (Market-TA.I)"),e}(t.product));function y(){try{Object(o.t)(t.product,t.city,d,g,e)}catch(t){Object(i.a)(t+"")}t.onClose()}function E(t){t.key===h.a.ENTER&&y()}return r.a.createElement(s.a,{open:t.open,onClose:t.onClose},r.a.createElement(l.a,null,"Enter the maximum amount of ",t.product.name," you would like to sell per second, as well as the price at which you would like to sell it at.",r.a.createElement("br",null),r.a.createElement("br",null),"If the sell amount is set to 0, then the product will not be sold. If the sell price is set to 0, then the product will be discarded.",r.a.createElement("br",null),r.a.createElement("br",null),"Setting the sell amount to 'MAX' will result in you always selling the maximum possible amount of the material.",r.a.createElement("br",null),r.a.createElement("br",null),"When setting the sell amount, you can use the 'PROD' variable to designate a dynamically changing amount that depends on your production. For example, if you set the sell amount to 'PROD-1' then you will always sell 1 less of the material than you produce.",r.a.createElement("br",null),r.a.createElement("br",null),"When setting the sell price, you can use the 'MP' variable to set a dynamically changing price that depends on the Product's estimated market price. For example, if you set it to 'MP*5' then it will always be sold at five times the estimated market price."),r.a.createElement("br",null),r.a.createElement(c.a,{value:d,autoFocus:!0,type:"text",placeholder:"Sell amount",onChange:function(t){p(t.target.value)},onKeyDown:E}),r.a.createElement(c.a,{value:g,type:"text",placeholder:"Sell price",onChange:function(t){b(t.target.value)},onKeyDown:E}),r.a.createElement(f.a,{onClick:y},"Confirm"),r.a.createElement(u.a,{control:r.a.createElement(m.a,{checked:e,onChange:function(t){n(t.target.checked)}}),label:r.a.createElement(l.a,null,"Use same 'Sell Amount' for all cities")}))}},function(t,e,n){"use strict";n.d(e,"a",(function(){return d}));var a=n(0),r=n.n(a),i=n(7),o=n(40),s=n(51),l=n(3),c=n(87),f=n(345),u=n(284),m=n(23);function h(t){if(!Object(s.c)().hasResearch("Market-TA.II"))return r.a.createElement(r.a.Fragment,null);const e=t.product.rat/t.product.mku,[n,o]=Object(a.useState)(t.product.pCost),h=Object(a.useState)(!1)[1];const d=n;let p=1;return d>t.product.pCost&&d-t.product.pCost>e&&(p=e/(d-t.product.pCost)),r.a.createElement(r.a.Fragment,null,r.a.createElement(l.a,{variant:"h4"},"Market-TA.II"),r.a.createElement("br",null),r.a.createElement(l.a,null,"If you sell at ",i.a.formatMoney(d),", then you will sell"," ",i.a.format(p,"0.00000"),"x as much compared to if you sold at market price."),r.a.createElement(c.a,{type:"number",onChange:function(t){o(parseFloat(t.target.value))},value:n}),r.a.createElement("br",null),r.a.createElement(f.a,{control:r.a.createElement(u.a,{checked:t.product.marketTa2,onChange:function(e){t.product.marketTa2=e.target.checked,h(t=>!t)}}),label:r.a.createElement(m.a,{title:r.a.createElement(l.a,null,"If this is enabled, then this Material will automatically be sold at the optimal price such that the amount sold matches the amount produced. (i.e. the highest possible price, while still ensuring that all produced materials will be sold)")},r.a.createElement(l.a,null,"Use Market-TA.II for Auto-Sale Price"))}))}function d(t){const e=t.product.rat/t.product.mku,n=Object(a.useState)(!1)[1];return r.a.createElement(o.a,{open:t.open,onClose:t.onClose},r.a.createElement(r.a.Fragment,null,r.a.createElement(l.a,{variant:"h4"},"Market-TA.I"),r.a.createElement(l.a,null,"The maximum sale price you can mark this up to is"," ",i.a.formatMoney(t.product.pCost+e),". This means that if you set the sale price higher than this, you will begin to experience a loss in number of sales"),r.a.createElement(f.a,{control:r.a.createElement(u.a,{checked:t.product.marketTa1,onChange:function(e){t.product.marketTa1=e.target.checked,n(t=>!t)}}),label:r.a.createElement(m.a,{title:r.a.createElement(l.a,null,"If this is enabled, then this Material will automatically be sold at the price identified by Market-TA.I (i.e. the price shown above)")},r.a.createElement(l.a,null,"Use Market-TA.I for Auto-Sale Price"))})),r.a.createElement(h,{product:t.product}))}},function(t,e,n){"use strict";n.d(e,"a",(function(){return c}));var a=n(0),r=n.n(a),i=n(40),o=n(51),s=n(3),l=n(10);function c(t){const e=Object(o.c)();return r.a.createElement(i.a,{open:t.open,onClose:t.onClose},r.a.createElement(s.a,null,"Are you sure you want to do this? Canceling a product removes it completely and permanently. You will receive no money back by doing so"),r.a.createElement(l.a,{onClick:function(){e.discontinueProduct(t.product),t.onClose(),t.rerender()}},"Cancel"))}},function(module,__webpack_exports__,__webpack_require__){"use strict";__webpack_require__.d(__webpack_exports__,"a",(function(){return MaterialElem}));var react__WEBPACK_IMPORTED_MODULE_0__=__webpack_require__(0),react__WEBPACK_IMPORTED_MODULE_0___default=__webpack_require__.n(react__WEBPACK_IMPORTED_MODULE_0__),_modals_ExportModal__WEBPACK_IMPORTED_MODULE_1__=__webpack_require__(1294),_modals_MaterialMarketTaModal__WEBPACK_IMPORTED_MODULE_2__=__webpack_require__(1295),_modals_SellMaterialModal__WEBPACK_IMPORTED_MODULE_3__=__webpack_require__(1296),_modals_PurchaseMaterialModal__WEBPACK_IMPORTED_MODULE_4__=__webpack_require__(1297),_ui_numeralFormat__WEBPACK_IMPORTED_MODULE_5__=__webpack_require__(7),_utils_helpers_isString__WEBPACK_IMPORTED_MODULE_6__=__webpack_require__(189),_ui_React_Money__WEBPACK_IMPORTED_MODULE_7__=__webpack_require__(24),_Context__WEBPACK_IMPORTED_MODULE_8__=__webpack_require__(51),_mui_material_Typography__WEBPACK_IMPORTED_MODULE_9__=__webpack_require__(3),_mui_material_Tooltip__WEBPACK_IMPORTED_MODULE_10__=__webpack_require__(23),_mui_material_Paper__WEBPACK_IMPORTED_MODULE_11__=__webpack_require__(47),_mui_material_Button__WEBPACK_IMPORTED_MODULE_12__=__webpack_require__(10),_mui_material_Box__WEBPACK_IMPORTED_MODULE_13__=__webpack_require__(21),_modals_LimitMaterialProductionModal__WEBPACK_IMPORTED_MODULE_14__=__webpack_require__(1298);function MaterialElem(props){const corp=Object(_Context__WEBPACK_IMPORTED_MODULE_8__.b)(),division=Object(_Context__WEBPACK_IMPORTED_MODULE_8__.c)(),[purchaseMaterialOpen,setPurchaseMaterialOpen]=Object(react__WEBPACK_IMPORTED_MODULE_0__.useState)(!1),[exportOpen,setExportOpen]=Object(react__WEBPACK_IMPORTED_MODULE_0__.useState)(!1),[sellMaterialOpen,setSellMaterialOpen]=Object(react__WEBPACK_IMPORTED_MODULE_0__.useState)(!1),[materialMarketTaOpen,setMaterialMarketTaOpen]=Object(react__WEBPACK_IMPORTED_MODULE_0__.useState)(!1),[limitProductionOpen,setLimitProductionOpen]=Object(react__WEBPACK_IMPORTED_MODULE_0__.useState)(!1),warehouse=props.warehouse,city=props.city,mat=props.mat,markupLimit=mat.getMarkupLimit(),office=division.offices[city];if(!office)throw new Error(`Could not get OfficeSpace object for this city (${city})`);const nf="0.000",nfB="0.000a",totalGain=mat.buy+mat.prd+mat.imp-mat.sll-mat.totalExp,tutorial=division.newInd&&Object.keys(division.reqMats).includes(mat.name)&&0===mat.buy&&0===mat.imp,purchaseButtonText=`Buy (${_ui_numeralFormat__WEBPACK_IMPORTED_MODULE_5__.a.format(mat.buy,nfB)})`;let sellButtonText;if(mat.sllman[0]){if(sellButtonText=Object(_utils_helpers_isString__WEBPACK_IMPORTED_MODULE_6__.a)(mat.sllman[1])?react__WEBPACK_IMPORTED_MODULE_0___default.a.createElement(react__WEBPACK_IMPORTED_MODULE_0___default.a.Fragment,null,"Sell (",_ui_numeralFormat__WEBPACK_IMPORTED_MODULE_5__.a.format(mat.sll,nfB),"/",mat.sllman[1],")"):react__WEBPACK_IMPORTED_MODULE_0___default.a.createElement(react__WEBPACK_IMPORTED_MODULE_0___default.a.Fragment,null,"Sell (",_ui_numeralFormat__WEBPACK_IMPORTED_MODULE_5__.a.format(mat.sll,nfB),"/",_ui_numeralFormat__WEBPACK_IMPORTED_MODULE_5__.a.format(mat.sllman[1],nfB),")"),mat.marketTa2)sellButtonText=react__WEBPACK_IMPORTED_MODULE_0___default.a.createElement(react__WEBPACK_IMPORTED_MODULE_0___default.a.Fragment,null,sellButtonText," @ ",react__WEBPACK_IMPORTED_MODULE_0___default.a.createElement(_ui_React_Money__WEBPACK_IMPORTED_MODULE_7__.a,{money:mat.marketTa2Price}));else if(mat.marketTa1)sellButtonText=react__WEBPACK_IMPORTED_MODULE_0___default.a.createElement(react__WEBPACK_IMPORTED_MODULE_0___default.a.Fragment,null,sellButtonText," @ ",react__WEBPACK_IMPORTED_MODULE_0___default.a.createElement(_ui_React_Money__WEBPACK_IMPORTED_MODULE_7__.a,{money:mat.bCost+markupLimit}));else if(mat.sCost)if(Object(_utils_helpers_isString__WEBPACK_IMPORTED_MODULE_6__.a)(mat.sCost)){const sCost=mat.sCost.replace(/MP/g,mat.bCost+"");sellButtonText=react__WEBPACK_IMPORTED_MODULE_0___default.a.createElement(react__WEBPACK_IMPORTED_MODULE_0___default.a.Fragment,null,sellButtonText," @ ",react__WEBPACK_IMPORTED_MODULE_0___default.a.createElement(_ui_React_Money__WEBPACK_IMPORTED_MODULE_7__.a,{money:eval(sCost)}))}else sellButtonText=react__WEBPACK_IMPORTED_MODULE_0___default.a.createElement(react__WEBPACK_IMPORTED_MODULE_0___default.a.Fragment,null,sellButtonText," @ ",react__WEBPACK_IMPORTED_MODULE_0___default.a.createElement(_ui_React_Money__WEBPACK_IMPORTED_MODULE_7__.a,{money:mat.sCost}))}else sellButtonText=react__WEBPACK_IMPORTED_MODULE_0___default.a.createElement(react__WEBPACK_IMPORTED_MODULE_0___default.a.Fragment,null,"Sell (0.000/0.000)");let limitMaterialButtonText="Limit Material";return mat.prdman[0]&&(limitMaterialButtonText+=" ("+_ui_numeralFormat__WEBPACK_IMPORTED_MODULE_5__.a.format(mat.prdman[1],nf)+")"),react__WEBPACK_IMPORTED_MODULE_0___default.a.createElement(_mui_material_Paper__WEBPACK_IMPORTED_MODULE_11__.a,null,react__WEBPACK_IMPORTED_MODULE_0___default.a.createElement(_mui_material_Box__WEBPACK_IMPORTED_MODULE_13__.a,{sx:{display:"grid",gridTemplateColumns:"2fr 1fr",m:"5px"}},react__WEBPACK_IMPORTED_MODULE_0___default.a.createElement(_mui_material_Box__WEBPACK_IMPORTED_MODULE_13__.a,null,react__WEBPACK_IMPORTED_MODULE_0___default.a.createElement(_mui_material_Tooltip__WEBPACK_IMPORTED_MODULE_10__.a,{title:react__WEBPACK_IMPORTED_MODULE_0___default.a.createElement(_mui_material_Typography__WEBPACK_IMPORTED_MODULE_9__.a,null,"Buy: ",_ui_numeralFormat__WEBPACK_IMPORTED_MODULE_5__.a.format(mat.buy,nfB)," ",react__WEBPACK_IMPORTED_MODULE_0___default.a.createElement("br",null),"Prod: ",_ui_numeralFormat__WEBPACK_IMPORTED_MODULE_5__.a.format(mat.prd,nfB)," ",react__WEBPACK_IMPORTED_MODULE_0___default.a.createElement("br",null),"Sell: ",_ui_numeralFormat__WEBPACK_IMPORTED_MODULE_5__.a.format(mat.sll,nfB)," ",react__WEBPACK_IMPORTED_MODULE_0___default.a.createElement("br",null),"Export: ",_ui_numeralFormat__WEBPACK_IMPORTED_MODULE_5__.a.format(mat.totalExp,nfB)," ",react__WEBPACK_IMPORTED_MODULE_0___default.a.createElement("br",null),"Import: ",_ui_numeralFormat__WEBPACK_IMPORTED_MODULE_5__.a.format(mat.imp,nfB),1===corp.unlockUpgrades[2]&&react__WEBPACK_IMPORTED_MODULE_0___default.a.createElement("br",null),1===corp.unlockUpgrades[2]&&"Demand: "+_ui_numeralFormat__WEBPACK_IMPORTED_MODULE_5__.a.format(mat.dmd,nf),1===corp.unlockUpgrades[3]&&react__WEBPACK_IMPORTED_MODULE_0___default.a.createElement("br",null),1===corp.unlockUpgrades[3]&&"Competition: "+_ui_numeralFormat__WEBPACK_IMPORTED_MODULE_5__.a.format(mat.cmp,nf))},react__WEBPACK_IMPORTED_MODULE_0___default.a.createElement(_mui_material_Typography__WEBPACK_IMPORTED_MODULE_9__.a,null,mat.name,": ",_ui_numeralFormat__WEBPACK_IMPORTED_MODULE_5__.a.format(mat.qty,nfB)," (",_ui_numeralFormat__WEBPACK_IMPORTED_MODULE_5__.a.format(totalGain,nfB),"/s)")),react__WEBPACK_IMPORTED_MODULE_0___default.a.createElement(_mui_material_Tooltip__WEBPACK_IMPORTED_MODULE_10__.a,{title:react__WEBPACK_IMPORTED_MODULE_0___default.a.createElement(_mui_material_Typography__WEBPACK_IMPORTED_MODULE_9__.a,null,"Market Price: The price you would pay if you were to buy this material on the market")},react__WEBPACK_IMPORTED_MODULE_0___default.a.createElement(_mui_material_Typography__WEBPACK_IMPORTED_MODULE_9__.a,null,"MP: ",_ui_numeralFormat__WEBPACK_IMPORTED_MODULE_5__.a.formatMoney(mat.bCost))),react__WEBPACK_IMPORTED_MODULE_0___default.a.createElement(_mui_material_Tooltip__WEBPACK_IMPORTED_MODULE_10__.a,{title:react__WEBPACK_IMPORTED_MODULE_0___default.a.createElement(_mui_material_Typography__WEBPACK_IMPORTED_MODULE_9__.a,null,"The quality of your material. Higher quality will lead to more sales")},react__WEBPACK_IMPORTED_MODULE_0___default.a.createElement(_mui_material_Typography__WEBPACK_IMPORTED_MODULE_9__.a,null,"Quality: ",_ui_numeralFormat__WEBPACK_IMPORTED_MODULE_5__.a.format(mat.qlt,"0.00a")))),react__WEBPACK_IMPORTED_MODULE_0___default.a.createElement(_mui_material_Box__WEBPACK_IMPORTED_MODULE_13__.a,{sx:{"& button":{width:"100%"}}},react__WEBPACK_IMPORTED_MODULE_0___default.a.createElement(_mui_material_Tooltip__WEBPACK_IMPORTED_MODULE_10__.a,{title:tutorial?react__WEBPACK_IMPORTED_MODULE_0___default.a.createElement(_mui_material_Typography__WEBPACK_IMPORTED_MODULE_9__.a,null,"Purchase your required materials to get production started!"):""},react__WEBPACK_IMPORTED_MODULE_0___default.a.createElement(_mui_material_Button__WEBPACK_IMPORTED_MODULE_12__.a,{color:tutorial?"error":"primary",onClick:()=>setPurchaseMaterialOpen(!0)},purchaseButtonText)),react__WEBPACK_IMPORTED_MODULE_0___default.a.createElement(_modals_PurchaseMaterialModal__WEBPACK_IMPORTED_MODULE_4__.a,{mat:mat,warehouse:warehouse,open:purchaseMaterialOpen,disablePurchaseLimit:props.warehouse.smartSupplyEnabled&&Object.keys(division.reqMats).includes(props.mat.name),onClose:()=>setPurchaseMaterialOpen(!1)}),1===corp.unlockUpgrades[0]&&react__WEBPACK_IMPORTED_MODULE_0___default.a.createElement(react__WEBPACK_IMPORTED_MODULE_0___default.a.Fragment,null,react__WEBPACK_IMPORTED_MODULE_0___default.a.createElement(_mui_material_Button__WEBPACK_IMPORTED_MODULE_12__.a,{onClick:()=>setExportOpen(!0)},"Export"),react__WEBPACK_IMPORTED_MODULE_0___default.a.createElement(_modals_ExportModal__WEBPACK_IMPORTED_MODULE_1__.a,{mat:mat,open:exportOpen,onClose:()=>setExportOpen(!1)})),react__WEBPACK_IMPORTED_MODULE_0___default.a.createElement(_mui_material_Button__WEBPACK_IMPORTED_MODULE_12__.a,{color:division.prodMats.includes(props.mat.name)&&!mat.sllman[0]?"error":"primary",onClick:()=>setSellMaterialOpen(!0)},sellButtonText),react__WEBPACK_IMPORTED_MODULE_0___default.a.createElement(_modals_SellMaterialModal__WEBPACK_IMPORTED_MODULE_3__.a,{mat:mat,open:sellMaterialOpen,onClose:()=>setSellMaterialOpen(!1)}),division.hasResearch("Market-TA.I")&&react__WEBPACK_IMPORTED_MODULE_0___default.a.createElement(react__WEBPACK_IMPORTED_MODULE_0___default.a.Fragment,null,react__WEBPACK_IMPORTED_MODULE_0___default.a.createElement(_mui_material_Button__WEBPACK_IMPORTED_MODULE_12__.a,{onClick:()=>setMaterialMarketTaOpen(!0)},"Market-TA"),react__WEBPACK_IMPORTED_MODULE_0___default.a.createElement(_modals_MaterialMarketTaModal__WEBPACK_IMPORTED_MODULE_2__.a,{mat:mat,open:materialMarketTaOpen,onClose:()=>setMaterialMarketTaOpen(!1)})),react__WEBPACK_IMPORTED_MODULE_0___default.a.createElement(_mui_material_Button__WEBPACK_IMPORTED_MODULE_12__.a,{color:tutorial?"error":"primary",onClick:()=>setLimitProductionOpen(!0)},limitMaterialButtonText),react__WEBPACK_IMPORTED_MODULE_0___default.a.createElement(_modals_LimitMaterialProductionModal__WEBPACK_IMPORTED_MODULE_14__.a,{material:mat,open:limitProductionOpen,onClose:()=>setLimitProductionOpen(!1)}))))}},function(t,e,n){"use strict";n.d(e,"a",(function(){return g}));var a=n(0),r=n.n(a),i=n(19),o=n(60),s=n(40),l=n(51),c=n(424),f=n(3),u=n(87),m=n(10),h=n(21),d=n(74),p=n(130);function g(t){const e=Object(l.b)(),n=e.divisions.filter(e=>Object(c.a)(t.mat.name,e));if(0===n.length)throw new Error("Export popup created with no divisions.");const g=n[0];if(0===Object.keys(g.warehouses).length)throw new Error("Export popup created in a division with no warehouses.");const[b,y]=Object(a.useState)(g.name),[E,v]=Object(a.useState)(Object.keys(g.warehouses)[0]),[k,w]=Object(a.useState)(""),S=Object(a.useState)(!1)[1];function _(e){for(let n=0;n!t)}const C=e.divisions.find(t=>t.name===b);if(void 0===C)throw new Error(`Export popup somehow ended up with undefined division '${C}'`);const x=Object.keys(C.warehouses).filter(t=>0!==C.warehouses[t]);return x.length>0&&!x.includes(E)&&v(x[0]),r.a.createElement(s.a,{open:t.open,onClose:t.onClose},r.a.createElement(f.a,null,"Select the industry and city to export this material to, as well as how much of this material to export per second. You can set the export amount to 'MAX' to export all of the materials in this warehouse."),r.a.createElement(p.a,{onChange:function(t){const n=t.target.value;y(n),v(Object.keys(e.divisions[0].warehouses)[0])},value:b},e.divisions.filter(e=>Object(c.a)(t.mat.name,e)).map(t=>r.a.createElement(d.a,{key:t.name,value:t.name},t.name))),r.a.createElement(p.a,{onChange:function(t){v(t.target.value)},value:E},x.map(t=>{if(0!==C.warehouses[t])return r.a.createElement(d.a,{key:t,value:t},t)})),r.a.createElement(u.a,{placeholder:"Export amount / s",onChange:function(t){w(t.target.value)},value:k}),r.a.createElement(m.a,{onClick:function(){try{Object(o.h)(b,E,t.mat,k,C)}catch(t){Object(i.a)(t+"")}t.onClose()}},"Export"),r.a.createElement(f.a,null,"Below is a list of all current exports of this material from this warehouse. Clicking on one of the exports below will REMOVE that export."),t.mat.exp.map((t,e)=>r.a.createElement(h.a,{display:"flex",alignItems:"center",key:e},r.a.createElement(m.a,{sx:{mx:2},onClick:()=>_(t)},"delete"),r.a.createElement(f.a,null,"Industry: ",t.ind,r.a.createElement("br",null),"City: ",t.city,r.a.createElement("br",null),"Amount/s: ",t.amt))))}},function(t,e,n){"use strict";n.d(e,"a",(function(){return d}));var a=n(0),r=n.n(a),i=n(7),o=n(40),s=n(51),l=n(3),c=n(87),f=n(345),u=n(284),m=n(23);function h(t){if(!Object(s.c)().hasResearch("Market-TA.II"))return r.a.createElement(r.a.Fragment,null);const[e,n]=Object(a.useState)(t.mat.bCost),o=Object(a.useState)(!1)[1];const h=t.mat.getMarkupLimit();const d=e;let p=1;return d>t.mat.bCost?d-t.mat.bCost>h&&(p=Math.pow(h/(d-t.mat.bCost),2)):d!t)}}),label:r.a.createElement(m.a,{title:r.a.createElement(l.a,null,"If this is enabled, then this Material will automatically be sold at the optimal price such that the amount sold matches the amount produced. (i.e. the highest possible price, while still ensuring that all produced materials will be sold)")},r.a.createElement(l.a,null,"Use Market-TA.II for Auto-Sale Price"))}))}function d(t){const e=Object(a.useState)(!1)[1];const n=t.mat.getMarkupLimit();return r.a.createElement(o.a,{open:t.open,onClose:t.onClose},r.a.createElement(r.a.Fragment,null,r.a.createElement(l.a,{variant:"h4"},"Market-TA.I"),r.a.createElement(l.a,null,"The maximum sale price you can mark this up to is ",i.a.formatMoney(t.mat.bCost+n),". This means that if you set the sale price higher than this, you will begin to experience a loss in number of sales"),r.a.createElement(f.a,{control:r.a.createElement(u.a,{checked:t.mat.marketTa1,onChange:function(n){t.mat.marketTa1=n.target.checked,e(t=>!t)}}),label:r.a.createElement(m.a,{title:r.a.createElement(l.a,null,"If this is enabled, then this Material will automatically be sold at the price identified by Market-TA.I (i.e. the price shown above)")},r.a.createElement(l.a,null,"Use Market-TA.I for Auto-Sale Price"))})),r.a.createElement(h,{mat:t.mat}))}},function(t,e,n){"use strict";n.d(e,"a",(function(){return m}));var a=n(0),r=n.n(a),i=n(19),o=n(60),s=n(40),l=n(3),c=n(87),f=n(10),u=n(31);function m(t){const[e,n]=Object(a.useState)(t.mat.sllman[1]?t.mat.sllman[1]+"":""),[m,h]=Object(a.useState)(function(t){let e=t.sCost?t.sCost+"":"";return t.marketTa2?e+=" (Market-TA.II)":t.marketTa1&&(e+=" (Market-TA.I)"),e}(t.mat));function d(){try{Object(o.s)(t.mat,e,m)}catch(t){Object(i.a)(t+"")}t.onClose()}function p(t){t.key===u.a.ENTER&&d()}return r.a.createElement(s.a,{open:t.open,onClose:t.onClose},r.a.createElement(l.a,null,"Enter the maximum amount of ",t.mat.name," you would like to sell per second, as well as the price at which you would like to sell at.",r.a.createElement("br",null),r.a.createElement("br",null),"If the sell amount is set to 0, then the material will not be sold. If the sell price if set to 0, then the material will be discarded",r.a.createElement("br",null),r.a.createElement("br",null),"Setting the sell amount to 'MAX' will result in you always selling the maximum possible amount of the material.",r.a.createElement("br",null),r.a.createElement("br",null),"When setting the sell amount, you can use the 'PROD' variable to designate a dynamically changing amount that depends on your production. For example, if you set the sell amount to 'PROD-5' then you will always sell 5 less of the material than you produce.",r.a.createElement("br",null),r.a.createElement("br",null),"When setting the sell price, you can use the 'MP' variable to designate a dynamically changing price that depends on the market price. For example, if you set the sell price to 'MP+10' then it will always be sold at $10 above the market price."),r.a.createElement("br",null),r.a.createElement(c.a,{value:e,autoFocus:!0,type:"text",placeholder:"Sell amount",onChange:function(t){n(t.target.value)},onKeyDown:p}),r.a.createElement(c.a,{value:m,type:"text",placeholder:"Sell price",onChange:function(t){h(t.target.value)},onKeyDown:p}),r.a.createElement(f.a,{onClick:d},"Confirm"))}},function(t,e,n){"use strict";n.d(e,"a",(function(){return g}));var a=n(0),r=n.n(a),i=n(19),o=n(184),s=n(7),l=n(60),c=n(40),f=n(51),u=n(3),m=n(87),h=n(10),d=n(31);function p(t){const e=Object(f.b)(),[n,c]=Object(a.useState)(""),[p,g]=Object(a.useState)(!1);function b(t){const e=parseFloat(t.amount),n=e*t.mat.bCost,a=o.a[t.mat.name];return e>(t.warehouse.size-t.warehouse.sizeUsed)/a?(g(!0),r.a.createElement(r.a.Fragment,null,r.a.createElement(u.a,{color:"error"},"Not enough warehouse space to purchase this amount"))):isNaN(n)||e<0?(g(!0),r.a.createElement(r.a.Fragment,null,r.a.createElement(u.a,{color:"error"},"Invalid input for Bulk Purchase amount"))):(g(!1),r.a.createElement(r.a.Fragment,null,r.a.createElement(u.a,null,"Purchasing ",s.a.format(e,"0,0.00")," of ",t.mat.name," will cost"," ",s.a.formatMoney(n))))}function y(){try{Object(l.c)(e,t.warehouse,t.mat,parseFloat(n))}catch(t){Object(i.a)(t+"")}t.onClose()}return r.a.createElement(r.a.Fragment,null,r.a.createElement(u.a,null,"Enter the amount of ",t.mat.name," you would like to bulk purchase. This purchases the specified amount instantly (all at once)."),r.a.createElement(b,{warehouse:t.warehouse,mat:t.mat,amount:n}),r.a.createElement(m.a,{value:n,onChange:function(t){c(t.target.value)},type:"number",placeholder:"Bulk Purchase amount",onKeyDown:function(t){t.key===d.a.ENTER&&y()}}),r.a.createElement(h.a,{disabled:p,onClick:y},"Confirm Bulk Purchase"))}function g(t){const e=Object(f.c)(),[n,o]=Object(a.useState)(t.mat.buy?t.mat.buy:0);function s(){if(null!==n){try{Object(l.f)(t.mat,n)}catch(t){Object(i.a)(t+"")}t.onClose()}}return r.a.createElement(c.a,{open:t.open,onClose:t.onClose},r.a.createElement(r.a.Fragment,null,r.a.createElement(u.a,null,"Enter the amount of ",t.mat.name," you would like to purchase per second. This material's cost changes constantly.",t.disablePurchaseLimit?"Note: Purchase amount is disabled as smart supply is enabled":""),r.a.createElement(m.a,{value:n,onChange:function(t){o(parseFloat(t.target.value))},autoFocus:!0,placeholder:"Purchase amount",type:"number",disabled:t.disablePurchaseLimit,onKeyDown:function(t){t.key===d.a.ENTER&&s()}}),r.a.createElement(h.a,{disabled:t.disablePurchaseLimit,onClick:s},"Confirm"),r.a.createElement(h.a,{disabled:t.disablePurchaseLimit,onClick:function(){t.mat.buy=0,t.onClose()}},"Clear Purchase"),e.hasResearch("Bulk Purchasing")&&r.a.createElement(p,{onClose:t.onClose,mat:t.mat,warehouse:t.warehouse})))}},function(t,e,n){"use strict";n.d(e,"a",(function(){return u}));var a=n(0),r=n.n(a),i=n(60),o=n(40),s=n(3),l=n(10),c=n(87),f=n(31);function u(t){const[e,n]=Object(a.useState)(null);function u(){let n=e;null===n&&(n=-1),Object(i.l)(t.material,n),t.onClose()}return Object(a.useEffect)(()=>{t.open||n(null)},[t.open]),r.a.createElement(o.a,{open:t.open,onClose:t.onClose},r.a.createElement(s.a,null,"Enter a limit to the amount of this material you would like to produce per second. Leave the box empty to set no limit."),r.a.createElement(c.a,{autoFocus:!0,placeholder:"Limit",type:"number",onChange:function(t){""===t.target.value?n(null):n(parseFloat(t.target.value))},onKeyDown:function(t){t.key===f.a.ENTER&&u()}}),r.a.createElement(l.a,{onClick:u},"Limit production"))}},function(t,e,n){"use strict";n.d(e,"a",(function(){return o}));var a=n(0),r=n.n(a),i=n(269);function o(t){const e=[];for(const n of Object.keys(t.division.reqMats)){const a=t.division.reqMats[n];void 0!==a&&e.push(String.raw`${a}\text{ }${n}`)}const n=t.division.prodMats.map(t=>"1\\text{ }"+t);return t.division.makesProducts&&n.push("Products"),r.a.createElement(i.a,null,"\\("+e.join("+")+"\\Rightarrow "+n.join("+")+"\\)")}},function(t,e,n){"use strict";n.d(e,"a",(function(){return d}));var a=n(0),r=n.n(a),i=n(36),o=n(19),s=n(60),l=n(142),c=n(51),f=n(3),u=n(74),m=n(130),h=n(10);function d(t){const e=Object(c.b)(),n=Object(c.c)(),d=Object.keys(n.offices).filter(t=>0===n.offices[t]),[p,g]=Object(a.useState)(d[0]),b=e.fundsr.a.createElement(u.a,{key:t,value:t},t))))}},function(t,e,n){"use strict";n.d(e,"a",(function(){return g}));var a=n(0),r=n.n(a),i=n(19),o=n(52),s=n(51),l=n(60),c=n(3),f=n(10),u=n(87),m=n(74),h=n(21),d=n(130),p=n(31);function g(t){const e=Object(s.b)(),n=Object.keys(o.a).sort().filter(t=>void 0===e.divisions.find(e=>e.type===t)).sort(),[g,b]=Object(a.useState)(n.length>0?n[0]:""),[y,E]=Object(a.useState)(""),v=o.d[g];if(void 0===v)throw new Error(`Invalid industry: '${g}'`);const k=e.fundsr.a.createElement(m.a,{key:t,value:t},t))),r.a.createElement(c.a,null,S(e)),r.a.createElement("br",null),r.a.createElement("br",null),r.a.createElement(c.a,null,"Division name:"),r.a.createElement(h.a,{display:"flex",alignItems:"center"},r.a.createElement(u.a,{autoFocus:!0,value:y,onChange:function(t){E(t.target.value)},onKeyDown:function(t){t.key===p.a.ENTER&&w()},type:"text",InputProps:{endAdornment:r.a.createElement(f.a,{disabled:k,sx:{mx:1},onClick:w},"Expand")}})))}},function(t,e,n){"use strict";n.d(e,"a",(function(){return R}));var a=n(0),r=n.n(a),i=n(1303),o=n(1304),s=n(1305),l=n(1306),c=n(1307),f=n(1308),u=n(1309),m=n(1310),h=n(1311),d=n(30),p=n(36),g=n(271),b=n(391),y=n(15),E=n(7),v=n(29),k=n(24),w=n(115),S=n(257),_=n(1),C=n(51),x=n(3),L=n(23),O=n(10),M=n(21),A=n(47),T=n(285);function R({rerender:t}){const e=Object(C.b)(),n=e.revenue-e.expenses,a=[];function i(t,e){1!==e&&a.push([t,E.a.format(e,"0.000")])}return i("Production Multiplier: ",e.getProductionMultiplier()),i("Storage Multiplier: ",e.getStorageMultiplier()),i("Advertising Multiplier: ",e.getAdvertisingMultiplier()),i("Empl. Creativity Multiplier: ",e.getEmployeeCreMultiplier()),i("Empl. Charisma Multiplier: ",e.getEmployeeChaMultiplier()),i("Empl. Intelligence Multiplier: ",e.getEmployeeIntMultiplier()),i("Empl. Efficiency Multiplier: ",e.getEmployeeEffMultiplier()),i("Sales Multiplier: ",e.getSalesMultiplier()),i("Scientific Research Multiplier: ",e.getScientificResearchMultiplier()),r.a.createElement(r.a.Fragment,null,r.a.createElement(S.a,{rows:[["Total Funds:",r.a.createElement(k.a,{money:e.funds})],["Total Revenue:",r.a.createElement(w.a,{money:e.revenue})],["Total Expenses:",r.a.createElement(w.a,{money:e.expenses})],["Total Profit:",r.a.createElement(w.a,{money:e.revenue-e.expenses})],["Publicly Traded:",e.public?"Yes":"No"],["Owned Stock Shares:",E.a.format(e.numShares,"0.000a")],["Stock Price:",e.public?r.a.createElement(k.a,{money:e.sharePrice}):"N/A"]]}),r.a.createElement("br",null),r.a.createElement(M.a,{display:"flex"},r.a.createElement(L.a,{title:r.a.createElement(S.a,{rows:[["Outstanding Shares:",E.a.format(e.issuedShares,"0.000a")],["Private Shares:",E.a.format(e.totalShares-e.issuedShares-e.numShares,"0.000a")]]})},r.a.createElement(x.a,null,"Total Stock Shares: ",E.a.format(e.totalShares,"0.000a")))),r.a.createElement("br",null),r.a.createElement(D,{profit:n}),r.a.createElement("br",null),r.a.createElement(S.a,{rows:a}),r.a.createElement("br",null),r.a.createElement(j,null),r.a.createElement(M.a,{sx:{display:"grid",gridTemplateColumns:"repeat(3, 1fr)",width:"fit-content"}},r.a.createElement(L.a,{title:r.a.createElement(x.a,null,"Get a copy of and read 'The Complete Handbook for Creating a Successful Corporation.' This is a .lit file that guides you through the beginning of setting up a Corporation and provides some tips/pointers for helping you get started with managing it.")},r.a.createElement(O.a,{onClick:()=>e.getStarterGuide()},"Getting Started Guide")),e.public?r.a.createElement(I,{rerender:t}):r.a.createElement(N,{rerender:t}),r.a.createElement(F,null)),r.a.createElement("br",null),r.a.createElement(P,{rerender:t}))}function N({rerender:t}){const e=Object(C.b)(),[n,i]=Object(a.useState)(!1),[o,s]=Object(a.useState)(!1),l=e.fundingRound<4,c=l?"Search for private investors who will give you startup funding in exchange for equity (stock shares) in your company":"";return r.a.createElement(r.a.Fragment,null,r.a.createElement(L.a,{title:r.a.createElement(x.a,null,c)},r.a.createElement(O.a,{disabled:!l,onClick:()=>i(!0)},"Find Investors")),r.a.createElement(L.a,{title:r.a.createElement(x.a,null,"Become a publicly traded and owned entity. Going public involves issuing shares for an IPO. Once you are a public company, your shares will be traded on the stock market.")},r.a.createElement(O.a,{onClick:()=>s(!0)},"Go Public")),r.a.createElement(m.a,{open:n,onClose:()=>i(!1),rerender:t}),r.a.createElement(h.a,{open:o,onClose:()=>s(!1),rerender:t}))}function P({rerender:t}){const e=Object(C.b)();return e.divisions.length<=0?r.a.createElement(x.a,{variant:"h4"},"Upgrades are unlocked once you create an industry."):r.a.createElement(r.a.Fragment,null,r.a.createElement(A.a,{sx:{p:1,my:1}},r.a.createElement(x.a,{variant:"h4"},"Unlocks"),r.a.createElement(T.a,{container:!0},Object.values(g.b).filter(t=>!e.unlockUpgrades[t.index]).map(e=>r.a.createElement(o.a,{rerender:t,upgradeData:e,key:e.index})))),r.a.createElement(A.a,{sx:{p:1,my:1}},r.a.createElement(x.a,{variant:"h4"},"Upgrades"),r.a.createElement(T.a,{container:!0},e.upgrades.map((t,e)=>b.a[e]).map(e=>r.a.createElement(i.a,{rerender:t,upgrade:e,key:e.index})))))}function I({rerender:t}){const e=Object(C.b)(),[n,i]=Object(a.useState)(!1),[o,s]=Object(a.useState)(!1),[m,h]=Object(a.useState)(!1),[d,p]=Object(a.useState)(!1),g=e.shareSaleCooldown>0,b=g?"Cannot sell shares for "+e.convertCooldownToString(e.shareSaleCooldown):"Sell your shares in the company. The money earned from selling your shares goes into your personal account, not the Corporation's. This is one of the only ways to profit from your business venture.",y=e.issueNewSharesCooldown>0,E=y?"Cannot issue new shares for "+e.convertCooldownToString(e.issueNewSharesCooldown):"Issue new equity shares to raise capital.";return r.a.createElement(r.a.Fragment,null,r.a.createElement(L.a,{title:r.a.createElement(x.a,null,b)},r.a.createElement(O.a,{disabled:g,onClick:()=>i(!0)},"Sell Shares")),r.a.createElement(l.a,{open:n,onClose:()=>i(!1),rerender:t}),r.a.createElement(L.a,{title:r.a.createElement(x.a,null,"Buy back shares you that previously issued or sold at market price.")},r.a.createElement(O.a,{disabled:e.issuedShares<1,onClick:()=>s(!0)},"Buyback shares")),r.a.createElement(c.a,{open:o,onClose:()=>s(!1),rerender:t}),r.a.createElement(L.a,{title:r.a.createElement(x.a,null,E)},r.a.createElement(O.a,{disabled:y,onClick:()=>h(!0)},"Issue New Shares")),r.a.createElement(u.a,{open:m,onClose:()=>h(!1)}),r.a.createElement(L.a,{title:r.a.createElement(x.a,null,"Manage the dividends that are paid out to shareholders (including yourself)")},r.a.createElement(O.a,{onClick:()=>p(!0)},"Issue Dividends")),r.a.createElement(f.a,{open:d,onClose:()=>p(!1)}))}function F(){const t=Object(C.b)(),[e,n]=Object(a.useState)(!1),i=t.valuation>=p.a.BribeThreshold&&_.a.factions.filter(t=>d.a[t].getInfo().offersWork()).length>0;return r.a.createElement(r.a.Fragment,null,r.a.createElement(L.a,{title:i?"Use your Corporations power and influence to bribe Faction leaders in exchange for reputation":"Your Corporation is not powerful enough to bribe Faction leaders"},r.a.createElement(O.a,{disabled:!i,onClick:function(){i&&n(!0)}},"Bribe Factions")),r.a.createElement(s.a,{open:e,onClose:()=>n(!1)}))}function D({profit:t}){const e=Object(C.b)();if(e.dividendRate<=0||t<=0)return r.a.createElement(r.a.Fragment,null);const n=e.dividendRate*t,a=t-n,i=n/e.totalShares,o=e.getCycleDividends()/p.a.SecsPerMarketCycle;return r.a.createElement(S.a,{rows:[["Retained Profits (after dividends):",r.a.createElement(w.a,{money:a})],["Dividend Percentage:",E.a.format(e.dividendRate,"0%")],["Dividends per share:",r.a.createElement(w.a,{money:i})],["Your earnings as a shareholder:",r.a.createElement(w.a,{money:o})]]})}function j(){const t=Object(C.b)().storedCycles*y.a.MilliPerCycle;return t<=15e3?r.a.createElement(r.a.Fragment,null):r.a.createElement(x.a,null,"Bonus time: ",Object(v.b)(t),r.a.createElement("br",null),r.a.createElement("br",null))}},function(t,e,n){"use strict";n.d(e,"a",(function(){return d}));var a=n(0),r=n.n(a),i=n(19),o=n(60),s=n(142),l=n(51),c=n(3),f=n(23),u=n(10),m=n(21),h=n(285);function d(t){const e=Object(l.b)(),n=t.upgrade,a=e.upgrades[n.index],d=n.basePrice,p=n.priceMult,g=d*Math.pow(p,a),b=n.desc;return r.a.createElement(h.a,{item:!0,xs:4},r.a.createElement(m.a,{display:"flex",alignItems:"center",flexDirection:"row-reverse"},r.a.createElement(u.a,{disabled:e.funds!!i.a[t].getInfo().offersWork()&&!f.a.hasGangWith(t)),n=Object(u.b)(),[y,E]=Object(a.useState)(NaN),[v,k]=Object(a.useState)(e.length>0?e[0]:""),w=0===y||isNaN(y)||y<0||n.funds{if(i.a[t].getInfo().offersWork()&&!f.a.hasGangWith(t))return r.a.createElement(d.a,{key:t,value:t},t)}))),r.a.createElement(m.a,null,function(t){return 0===t?"":isNaN(t)||t<0?"ERROR: Invalid value(s) entered":n.fundsfunction(e){const a=i.a[v];if(w)return;const r=S(e);Object(l.a)(`You gained ${s.a.formatReputation(r)} reputation with ${a.name} by bribing them.`),a.playerReputation+=r,n.funds=n.funds-e,t.onClose()}(y||0)},"Bribe"))}},function(t,e,n){"use strict";n.d(e,"a",(function(){return p}));var a=n(0),r=n.n(a),i=n(7),o=n(19),s=n(40),l=n(51),c=n(3),f=n(10),u=n(24),m=n(60),h=n(31),d=n(237);function p(t){const e=Object(l.b)(),[n,p]=Object(a.useState)(NaN),g=isNaN(n)||n<=0||n>e.numShares;function b(t){if(null===t.shares)return r.a.createElement(r.a.Fragment,null);let n="";if(isNaN(t.shares)||t.shares<=0)n="ERROR: Invalid value entered for number of shares to sell";else if(t.shares>e.numShares)n="You don't have this many shares to sell!";else{const a=e.calculateShareSale(t.shares)[0];n=`Sell ${t.shares} shares for a total of ${i.a.formatMoney(a)}`}return r.a.createElement(c.a,null,r.a.createElement("small",null,n))}function y(){if(!g)try{const a=Object(m.u)(e,n);t.onClose(),Object(o.a)(r.a.createElement(r.a.Fragment,null,"Sold ",i.a.formatMoney(n)," shares for",r.a.createElement(u.a,{money:a}),". The corporation's stock price fell to  ",r.a.createElement(u.a,{money:e.sharePrice}),"as a result of dilution.")),t.rerender()}catch(t){Object(o.a)(t+"")}}return r.a.createElement(s.a,{open:t.open,onClose:t.onClose},r.a.createElement(c.a,null,"Enter the number of shares you would like to sell. The money from selling your shares will go directly to you (NOT your Corporation).",r.a.createElement("br",null),r.a.createElement("br",null),"Selling your shares will cause your corporation's stock price to fall due to dilution. Furthermore, selling a large number of shares all at once will have an immediate effect in reducing your stock price.",r.a.createElement("br",null),r.a.createElement("br",null),"The current price of your company's stock is ",i.a.formatMoney(e.sharePrice)),r.a.createElement("br",null),r.a.createElement(d.a,{variant:"standard",autoFocus:!0,placeholder:"Shares to sell",onChange:p,onKeyDown:function(t){t.key===h.a.ENTER&&y()}}),r.a.createElement(f.a,{disabled:g,onClick:y,sx:{mx:1}},"Sell shares"),r.a.createElement(b,{shares:n,corp:e}))}},function(t,e,n){"use strict";n.d(e,"a",(function(){return p}));var a=n(0),r=n.n(a),i=n(40),o=n(7),s=n(1),l=n(51),c=n(3),f=n(10),u=n(237),m=n(60),h=n(19),d=n(31);function p(t){const e=Object(l.b)(),[n,p]=Object(a.useState)(NaN),g=1.1*e.sharePrice,b=null===n||isNaN(n)||n<=0||n>e.issuedShares||n*g>s.a.money;function y(){if(!b){try{Object(m.d)(e,n)}catch(t){Object(h.a)(t+"")}t.onClose(),t.rerender()}}function E(){return null===n?r.a.createElement(r.a.Fragment,null):isNaN(n)||n<=0?r.a.createElement(r.a.Fragment,null,"ERROR: Invalid value entered for number of shares to buyback"):n>e.issuedShares?r.a.createElement(r.a.Fragment,null,"There are not this many shares available to buy back. There are only"," ",o.a.formatBigNumber(e.issuedShares)," outstanding shares."):r.a.createElement(r.a.Fragment,null,"Purchase ",n," shares for a total of ",o.a.formatMoney(n*g))}return r.a.createElement(i.a,{open:t.open,onClose:t.onClose},r.a.createElement(c.a,null,"Enter the number of outstanding shares you would like to buy back. These shares must be bought at a 10% premium. However, repurchasing shares from the market tends to lead to an increase in stock price.",r.a.createElement("br",null),r.a.createElement("br",null),"To purchase these shares, you must use your own money (NOT your Corporation's funds).",r.a.createElement("br",null),r.a.createElement("br",null),"The current buyback price of your company's stock is ",o.a.formatMoney(g),". Your company currently has ",o.a.formatBigNumber(e.issuedShares)," outstanding stock shares."),r.a.createElement(E,null),r.a.createElement("br",null),r.a.createElement(u.a,{autoFocus:!0,placeholder:"Shares to buyback",onChange:p,onKeyDown:function(t){t.key===d.a.ENTER&&y()}}),r.a.createElement(f.a,{disabled:b,onClick:y},"Buy shares"))}},function(t,e,n){"use strict";n.d(e,"a",(function(){return d}));var a=n(0),r=n.n(a),i=n(19),o=n(40),s=n(36),l=n(60),c=n(51),f=n(3),u=n(87),m=n(10),h=n(31);function d(t){const e=Object(c.b)(),[n,d]=Object(a.useState)(0),p=!isNaN(n)&&n>=0&&n<=100*s.a.DividendMaxRate;function g(){if(p&&null!==n){try{Object(l.j)(e,n/100)}catch(t){Object(i.a)(t+"")}t.onClose()}}return r.a.createElement(o.a,{open:t.open,onClose:t.onClose},r.a.createElement(f.a,null,"Dividends are a distribution of a portion of the corporation's profits to the shareholders. This includes yourself, as well.",r.a.createElement("br",null),r.a.createElement("br",null),"In order to issue dividends, simply allocate some percentage of your corporation's profits to dividends. This percentage must be an integer between 0 and 100. (A percentage of 0 means no dividends will be issued)",r.a.createElement("br",null),r.a.createElement("br",null),"Two important things to note:",r.a.createElement("br",null),"* Issuing dividends will negatively affect your corporation's stock price",r.a.createElement("br",null),r.a.createElement("br",null),"Example: Assume your corporation makes $100m / sec in profit and you allocate 40% of that towards dividends. That means your corporation will gain $60m / sec in funds and the remaining $40m / sec will be paid as dividends. Since your corporation starts with 1 billion shares, every shareholder will be paid $0.04 per share per second before taxes."),r.a.createElement(u.a,{autoFocus:!0,value:n,onChange:function(t){if(""===t.target.value)d(0);else{let e=parseFloat(t.target.value);e>100&&(e=100),e<0&&(e=0),d(e)}},onKeyDown:function(t){t.key===h.a.ENTER&&g()},placeholder:"Dividend %",type:"number"}),r.a.createElement(m.a,{disabled:!p,sx:{mx:1},onClick:g},"Allocate Dividend Percentage"))}},function(t,e,n){"use strict";n.d(e,"a",(function(){return g}));var a=n(0),r=n.n(a),i=n(7),o=n(19),s=n(40),l=n(35),c=n(36),f=n(51),u=n(3),m=n(237),h=n(10),d=n(31);function p(t){const e=Object(f.b)();if(null===t.shares)return r.a.createElement(r.a.Fragment,null);const n=Math.round(.9*e.sharePrice),a=Math.round(.2*e.totalShares),o=a-a%1e6;let s=t.shares;return isNaN(s)?r.a.createElement(u.a,null,"Invalid input"):(s/=1e7,s=1e7*Math.round(s),s<1e7?r.a.createElement(u.a,null,"Must issue at least 10 million new shares"):s>o?r.a.createElement(u.a,null,"You cannot issue that many shares"):r.a.createElement(u.a,null,"Issue ",i.a.format(s,"0.000a")," new shares for"," ",i.a.formatMoney(s*n),"?"))}function g(t){const e=Object(f.b)(),[n,g]=Object(a.useState)(NaN),b=Math.round(.2*e.totalShares),y=b-b%1e6,E=1e7*Math.round((n||0)/1e7),v=isNaN(n)||isNaN(E)||E<1e7||E>y;function k(){if(isNaN(n))return;if(v)return;const a=Math.round(.9*e.sharePrice);let r=n;r=1e7*Math.round(r/1e7);const s=r*a;e.issueNewSharesCooldown=c.a.IssueNewSharesCooldown;const f=1-(e.numShares+e.issuedShares)/e.totalShares,u=Math.round(r/2*f),m=1e6*Math.round(Object(l.a)(0,u)/1e6);e.issuedShares+=r-m,e.totalShares+=r,e.funds=e.funds+s,e.immediatelyUpdateSharePrice(),t.onClose();let h=`Issued ${i.a.format(r,"0.000a")} new shares and raised ${i.a.formatMoney(s)}.`+(m>0)?"\n"+i.a.format(m,"0.000a")+"of these shares were bought by private investors.":"";h+="\n\nStock price decreased to "+i.a.formatMoney(e.sharePrice),Object(o.a)(h)}return r.a.createElement(s.a,{open:t.open,onClose:t.onClose},r.a.createElement(u.a,null,"You can issue new equity shares (i.e. stocks) in order to raise capital for your corporation.",r.a.createElement("br",null),r.a.createElement("br",null)," * You can issue at most ",i.a.format(y,"0.000a")," new shares",r.a.createElement("br",null)," * New shares are sold at a 10% discount",r.a.createElement("br",null)," * You can only issue new shares once every 12 hours",r.a.createElement("br",null)," * Issuing new shares causes dilution, resulting in a decrease in stock price and lower dividends per share",r.a.createElement("br",null)," * Number of new shares issued must be a multiple of 10 million",r.a.createElement("br",null),r.a.createElement("br",null),"When you choose to issue new equity, private shareholders have first priority for up to 0.5n% of the new shares, where n is the percentage of the company currently owned by private shareholders. If they choose to exercise this option, these newly issued shares become private, restricted shares, which means you cannot buy them back."),r.a.createElement(p,{shares:n}),r.a.createElement(m.a,{autoFocus:!0,placeholder:"# New Shares",onChange:g,onKeyDown:function(t){t.key===d.a.ENTER&&k()}}),r.a.createElement(h.a,{disabled:v,onClick:k,sx:{mx:1}},"Issue New Shares"))}},function(t,e,n){"use strict";n.d(e,"a",(function(){return u}));var a=n(0),r=n.n(a),i=n(7),o=n(36),s=n(40),l=n(51),c=n(3),f=n(10);function u(t){const e=Object(l.b)(),n=e.valuation;if(e.fundingRound>=o.a.FundingRoundShares.length||e.fundingRound>=o.a.FundingRoundMultiplier.length)return r.a.createElement(r.a.Fragment,null);const a=o.a.FundingRoundShares[e.fundingRound],u=n*a*o.a.FundingRoundMultiplier[e.fundingRound],m=Math.floor(o.a.INITIALSHARES*a);return r.a.createElement(s.a,{open:t.open,onClose:t.onClose},r.a.createElement(c.a,null,"An investment firm has offered you ",i.a.formatMoney(u)," in funding in exchange for a"," ",i.a.format(100*a,"0.000a"),"% stake in the company (",i.a.format(m,"0.000a")," shares).",r.a.createElement("br",null),r.a.createElement("br",null),"Do you accept or reject this offer?",r.a.createElement("br",null),r.a.createElement("br",null),"Hint: Investment firms will offer more money if your corporation is turning a profit"),r.a.createElement(f.a,{onClick:function(){e.fundingRound++,e.addFunds(u),e.numShares-=m,t.rerender(),t.onClose()}},"Accept"))}},function(t,e,n){"use strict";n.d(e,"a",(function(){return d}));var a=n(0),r=n.n(a),i=n(19),o=n(40),s=n(7),l=n(51),c=n(3),f=n(10),u=n(237),m=n(21),h=n(31);function d(t){const e=Object(l.b)(),[n,d]=Object(a.useState)(NaN),p=e.valuation/e.totalShares;function g(){const a=e.valuation/e.totalShares;isNaN(n)?Object(i.a)("Invalid value for number of issued shares"):n>e.numShares?Object(i.a)("Error: You don't have that many shares to issue!"):(e.public=!0,e.sharePrice=a,e.issuedShares=n,e.numShares-=n,e.addFunds(n*a),t.rerender(),Object(i.a)(`You took your ${e.name} public and earned `+s.a.formatMoney(n*a)+" in your IPO"),t.onClose())}return r.a.createElement(o.a,{open:t.open,onClose:t.onClose},r.a.createElement(c.a,null,"Enter the number of shares you would like to issue for your IPO. These shares will be publicly sold and you will no longer own them. Your Corporation will receive ",s.a.formatMoney(p)," per share (the IPO money will be deposited directly into your Corporation's funds).",r.a.createElement("br",null),r.a.createElement("br",null),"You have a total of ",s.a.format(e.numShares,"0.000a")," of shares that you can issue."),r.a.createElement(m.a,{display:"flex",alignItems:"center"},r.a.createElement(u.a,{onChange:d,autoFocus:!0,placeholder:"Shares to issue",onKeyDown:function(t){t.key===h.a.ENTER&&g()}}),r.a.createElement(f.a,{disabled:n<0||n>e.numShares,sx:{mx:1},onClick:g},"Go Public")))}},function(t,e,n){"use strict";n.d(e,"a",(function(){return c}));var a=n(0),r=n.n(a),i=n(22),o=n(499),s=n(1313),l=n(1324);function c(t){const[e,n]=Object(a.useState)(!1);if(void 0===t.location.infiltrationData)throw new Error("Trying to do infiltration on invalid location.");const c=t.location.infiltrationData.startingSecurityLevel,f=Object(o.a)(c),u=Object(o.b)(c);return r.a.createElement("div",{style:{display:"flex",alignItems:"center",height:"calc(100vh - 16px)"}},e?r.a.createElement(s.a,{StartingDifficulty:c,Difficulty:f,Reward:u,MaxLevel:t.location.infiltrationData.maxClearanceLevel}):r.a.createElement(l.a,{Location:t.location,Difficulty:f,MaxLevel:t.location.infiltrationData.maxClearanceLevel,start:()=>n(!0),cancel:function(){i.b.toCity()}}))}},function(t,e,n){"use strict";n.d(e,"a",(function(){return _}));var a,r=n(3),i=n(246),o=n(47),s=n(10),l=n(0),c=n.n(l),f=n(13),u=n(22),m=n(1),h=n(1314),d=n(1315),p=n(1316),g=n(1317),b=n(1318),y=n(1319),E=n(1320),v=n(1321),k=n(1322),w=n(1323);!function(t){t[t.Countdown=0]="Countdown",t[t.Minigame=1]="Minigame",t[t.Result=2]="Result",t[t.Sell=3]="Sell"}(a||(a={}));const S=[v.a,d.a,h.a,p.a,g.a,y.a,E.a,w.a];function _(t){const[e,n]=Object(l.useState)(1),[h,d]=Object(l.useState)(a.Countdown),[p,g]=Object(l.useState)(""),[y,E]=Object(l.useState)({lastGames:[-1,-1],id:Math.floor(Math.random()*S.length)});function v(){let t=y.lastGames[0];const e=[y.lastGames[0],y.lastGames[1],y.id];for(;e.includes(t);)t=Math.floor(Math.random()*S.length);return t}function w(){E({lastGames:[y.lastGames[1],y.id],id:v()})}function _(t){g(e=>{let n=e;return n+=t?"✓":"✗",n.length>15&&(n=n.slice(1)),n})}let C;switch(h){case a.Countdown:C=c.a.createElement(b.a,{onFinish:()=>d(a.Minigame)});break;case a.Minigame:{const r=S[y.id];C=c.a.createElement(r,{onSuccess:function(){_(!0),e===t.MaxLevel?d(a.Sell):(d(a.Countdown),n(e+1)),w()},onFailure:function(e){d(a.Countdown),_(!1);const n=null!=e&&e.automated?m.a.hp.current:3*t.StartingDifficulty*(m.a.hasAugmentation(f.a.WKSharmonizer,!0)?.5:1);m.a.takeDamage(n)?u.b.toCity():w()},difficulty:t.Difficulty+e/50});break}case a.Sell:C=c.a.createElement(k.a,{StartingDifficulty:t.StartingDifficulty,Difficulty:t.Difficulty,Reward:t.Reward,MaxLevel:t.MaxLevel})}function x(){return c.a.createElement(r.a,{variant:"h4"},c.a.createElement("span",{style:{color:"gray"}},p.slice(0,p.length-1)),p[p.length-1])}return c.a.createElement(i.a,null,c.a.createElement(o.a,{sx:{p:1,mb:1,display:"grid",justifyItems:"center",gap:1}},h!==a.Sell&&c.a.createElement(s.a,{sx:{width:"100%"},onClick:function(){u.b.toCity()}},"Cancel Infiltration"),c.a.createElement(r.a,{variant:"h5"},"Level ",e," / ",t.MaxLevel),c.a.createElement(x,null)),C)}},function(t,e,n){"use strict";n.d(e,"a",(function(){return g}));var a=n(47),r=n(3),i=n(0),o=n.n(i),s=n(13),l=n(1),c=n(31),f=n(136),u=n(652),m=n(222),h=n(209),d=n(223);const p={Trivial:{timer:16e3,min:3,max:4},Normal:{timer:12500,min:2,max:3},Hard:{timer:15e3,min:3,max:4},Impossible:{timer:8e3,min:4,max:4}};function g(t){const e={timer:0,min:0,max:0};Object(m.a)(p,t.difficulty,e);const n=e.timer,[g]=Object(i.useState)(function(t){const e=Object(f.e)(t.min,t.max);let n="";for(let t=0;t0&&(n+=" "),n+=b[Math.floor(Math.random()*b.length)];return n}(e)),[y,E]=Object(i.useState)(""),v=l.a.hasAugmentation(s.a.ChaosOfDionysus,!0);return o.a.createElement(o.a.Fragment,null,o.a.createElement(h.a,{millis:n,onExpire:t.onFailure}),o.a.createElement(a.a,{sx:{display:"grid",justifyItems:"center",pb:1}},o.a.createElement(r.a,{variant:"h4"},"Type it",v?"":" backward"),o.a.createElement(d.a,{onKeyDown:function(e){if(e.preventDefault(),function(t){return t.key===c.a.BACKSPACE||t.shiftKey&&"Shift"===t.key||t.ctrlKey||t.altKey}(e))return;const n=y+e.key.toUpperCase();g.startsWith(n)?g===n?t.onSuccess():E(n):t.onFailure()},onFailure:t.onFailure}),o.a.createElement(r.a,{style:{transform:v?"none":"scaleX(-1)"}},g),o.a.createElement(r.a,null,y,o.a.createElement(u.a,null))))}const b=["ALGORITHM","ANALOG","APP","APPLICATION","ARRAY","BACKUP","BANDWIDTH","BINARY","BIT","BITE","BITMAP","BLOG","BLOGGER","BOOKMARK","BOOT","BROADBAND","BROWSER","BUFFER","BUG","BUS","BYTE","CACHE","CAPS LOCK","CAPTCHA","CD","CD-ROM","CLIENT","CLIPBOARD","CLOUD","COMPUTING","COMMAND","COMPILE","COMPRESS","COMPUTER","CONFIGURE","COOKIE","COPY","CPU","CYBERCRIME","CYBERSPACE","DASHBOARD","DATA","MINING","DATABASE","DEBUG","DECOMPRESS","DELETE","DESKTOP","DEVELOPMENT","DIGITAL","DISK","DNS","DOCUMENT","DOMAIN","DOMAIN NAME","DOT","DOT MATRIX","DOWNLOAD","DRAG","DVD","DYNAMIC","EMAIL","EMOTICON","ENCRYPT","ENCRYPTION","ENTER","EXABYTE","FAQ","FILE","FINDER","FIREWALL","FIRMWARE","FLAMING","FLASH","FLASH DRIVE","FLOPPY DISK","FLOWCHART","FOLDER","FONT","FORMAT","FRAME","FREEWARE","GIGABYTE","GRAPHICS","HACK","HACKER","HARDWARE","HOME PAGE","HOST","HTML","HYPERLINK","HYPERTEXT","ICON","INBOX","INTEGER","INTERFACE","INTERNET","IP ADDRESS","ITERATION","JAVA","JOYSTICK","JUNKMAIL","KERNEL","KEY","KEYBOARD","KEYWORD","LAPTOP","LASER PRINTER","LINK","LINUX","LOG OUT","LOGIC","LOGIN","LURKING","MACINTOSH","MACRO","MAINFRAME","MALWARE","MEDIA","MEMORY","MIRROR","MODEM","MONITOR","MOTHERBOARD","MOUSE","MULTIMEDIA","NET","NETWORK","NODE","NOTEBOOK","COMPUTER","OFFLINE","ONLINE","OPENSOURCE","OPERATING","SYSTEM","OPTION","OUTPUT","PAGE","PASSWORD","PASTE","PATH","PHISHING","PIRACY","PIRATE","PLATFORM","PLUGIN","PODCAST","POPUP","PORTAL","PRINT","PRINTER","PRIVACY","PROCESS","PROGRAM","PROGRAMMER","PROTOCOL","QUEUE","QWERTY","RAM","REALTIME","REBOOT","RESOLUTION","RESTORE","ROM","ROOT","ROUTER","RUNTIME","SAVE","SCAN","SCANNER","SCREEN","SCREENSHOT","SCRIPT","SCROLL","SCROLL","SEARCH","ENGINE","SECURITY","SERVER","SHAREWARE","SHELL","SHIFT","SHIFT KEY","SNAPSHOT","SOCIAL NETWORKING","SOFTWARE","SPAM","SPAMMER","SPREADSHEET","SPYWARE","STATUS","STORAGE","SUPERCOMPUTER","SURF","SYNTAX","TABLE","TAG","TERMINAL","TEMPLATE","TERABYTE","TEXT EDITOR","THREAD","TOOLBAR","TRASH","TROJAN HORSE","TYPEFACE","UNDO","UNIX","UPLOAD","URL","USER","USER INTERFACE","USERNAME","UTILITY","VERSION","VIRTUAL","VIRTUAL MEMORY","VIRUS","WEB","WEBMASTER","WEBSITE","WIDGET","WIKI","WINDOW","WINDOWS","WIRELESS","PROCESSOR","WORKSTATION","WEB","WORM","WWW","XML","ZIP"]},function(t,e,n){"use strict";n.d(e,"a",(function(){return g}));var a=n(47),r=n(3),i=n(0),o=n.n(i),s=n(13),l=n(1),c=n(31),f=n(136),u=n(652),m=n(222),h=n(209),d=n(223);const p={Trivial:{timer:8e3,min:2,max:3},Normal:{timer:6e3,min:4,max:5},Hard:{timer:4e3,min:4,max:6},Impossible:{timer:2500,min:7,max:7}};function g(t){const e={timer:0,min:0,max:0};Object(m.a)(p,t.difficulty,e);const n=e.timer,[g,b]=Object(i.useState)(""),[y]=Object(i.useState)(function(t){let e="";const n=[c.a.OPEN_BRACKET,c.a.LESS_THAN,c.a.OPEN_PARENTHESIS,c.a.OPEN_BRACE];l.a.hasAugmentation(s.a.WisdomOfAthena,!0)&&n.splice(0,1);const a=Object(f.e)(t.min,t.max);for(let t=0;t0;e--){const n=Math.floor(Math.random()*(e+1)),a=t[e];t[e]=t[n],t[n]=a}}(e),e}(e)),[E,v]=Object(i.useState)(0),[k,w]=Object(i.useState)(0),S=g[k];Object(i.useEffect)(()=>{v(g.findIndex(t=>b.includes(t)))},[g]);const _=c.a.theme.primary,C=c.a.theme.disabled;let x=_,L=_,O=_;if(l.a.hasAugmentation(s.a.BeautyOfAphrodite,!0)){const t=k+1>=g.length?0:k+1;let e=E-t;t>E&&(e=g.length-1-t+E);const n=k-1<0?g.length-1:k-1;let a=n-E;n=a&&!r?L:C,O=r?_:C}return o.a.createElement(o.a.Fragment,null,o.a.createElement(h.a,{millis:n,onExpire:t.onFailure}),o.a.createElement(a.a,{sx:{display:"grid",justifyItems:"center"}},o.a.createElement(r.a,{variant:"h4"},"Say something nice about the guard"),o.a.createElement(d.a,{onKeyDown:function(e){e.preventDefault();const n=e.key;if(n===f.a.SPACE)return void(b.includes(S)?t.onSuccess():t.onFailure());let a=k;for([f.a.UP_ARROW,f.a.W,f.a.RIGHT_ARROW,f.a.D].map(t=>t).includes(n)&&a++,[f.a.DOWN_ARROW,f.a.S,f.a.LEFT_ARROW,f.a.A].map(t=>t).includes(n)&&a--;a<0;)a+=g.length;for(;a>g.length-1;)a-=g.length;w(a)},onFailure:t.onFailure}),o.a.createElement(r.a,{variant:"h5",color:x},u.g),o.a.createElement(r.a,{variant:"h5",color:O},S),o.a.createElement(r.a,{variant:"h5",color:L},u.a)))}const b=["affectionate","agreeable","bright","charming","creative","determined","energetic","friendly","funny","generous","polite","likable","diplomatic","helpful","giving","kind","hardworking","patient","dynamic","loyal","straightforward"],y=["aggressive","aloof","arrogant","big-headed","boastful","boring","bossy","careless","clingy","couch potato","cruel","cynical","grumpy","hot air","know it all","obnoxious","pain in the neck","picky","tactless","thoughtless","cringe"]},function(t,e,n){"use strict";n.d(e,"a",(function(){return d}));var a=n(47),r=n(3),i=n(0),o=n.n(i),s=n(13),l=n(1),c=n(136),f=n(222),u=n(209),m=n(223);const h={Trivial:{timer:13e3,min:6,max:8},Normal:{timer:7e3,min:7,max:8},Hard:{timer:5e3,min:8,max:9},Impossible:{timer:3e3,min:9,max:10}};function d(t){const e={timer:0,min:0,max:0};Object(f.a)(h,t.difficulty,e);const n=e.timer,[d]=Object(i.useState)(function(t){const e=[c.d,c.f,c.g,c.a];let n="";for(let a=0;a=d.length&&t.onSuccess()):t.onFailure()},onFailure:t.onFailure})))}},function(t,e,n){"use strict";n.d(e,"a",(function(){return s}));var a=n(47),r=n(3),i=n(0),o=n.n(i);function s(t){const[e,n]=Object(i.useState)(3);return Object(i.useEffect)(()=>{0!==e?setTimeout(()=>n(e-1),300):t.onFinish()}),o.a.createElement(a.a,{sx:{p:1,textAlign:"center"}},o.a.createElement(r.a,{variant:"h4"},"Get Ready!"),o.a.createElement(r.a,{variant:"h4"},e))}},function(t,e,n){"use strict";n.d(e,"a",(function(){return b}));var a=n(47),r=n(3),i=n(21),o=n(0),s=n.n(o),l=n(13),c=n(1),f=n(6),u=n(31),m=n(136),h=n(222),d=n(209),p=n(223);const g={Trivial:{timer:12500,width:3,height:3,symbols:6},Normal:{timer:15e3,width:4,height:4,symbols:7},Hard:{timer:12500,width:5,height:5,symbols:8},Impossible:{timer:1e4,width:6,height:6,symbols:9}};function b(t){const e={timer:0,width:0,height:0,symbols:0};Object(h.a)(g,t.difficulty,e);const n=e.timer,[b]=Object(o.useState)(function(t){const e=[];for(let n=0;nt.map((t,n)=>{const a=t===E[v],r=_&&!a?f.a.theme.disabled:f.a.theme.primary;n!==w[0]||e!==w[1]?C.push({color:r,content:t}):C.push({color:r,content:t,selected:!0})}));return s.a.createElement(s.a.Fragment,null,s.a.createElement(d.a,{millis:n,onExpire:t.onFailure}),s.a.createElement(a.a,{sx:{display:"grid",justifyItems:"center",pb:1}},s.a.createElement(r.a,{variant:"h4"},"Match the symbols!"),s.a.createElement(r.a,{variant:"h5",color:f.a.theme.primary},"Targets:"," ",E.map((t,e)=>e==v?s.a.createElement("span",{key:""+e,style:{fontSize:"1em",color:f.a.theme.infolight}},t," "):s.a.createElement("span",{key:""+e,style:{fontSize:"1em",color:f.a.theme.primary}},t," "))),s.a.createElement("br",null),s.a.createElement(i.a,{sx:{display:"grid",gridTemplateColumns:`repeat(${Math.round(e.width)}, 1fr)`,gap:1}},C.map(t=>s.a.createElement(r.a,{sx:{fontSize:"2em",color:t.color,border:t.selected?"2px solid "+f.a.theme.infolight:"unset",lineHeight:"unset",p:t.selected?"2px":"4px"}},t.content))),s.a.createElement(p.a,{onKeyDown:function(e){e.preventDefault();const n=[0,0];switch(Object(m.b)(e)){case m.g:n[1]--;break;case m.d:n[0]--;break;case m.a:n[1]++;break;case m.f:n[0]++}const a=[w[0]+n[0],w[1]+n[1]];if(a[0]=(a[0]+b[0].length)%b[0].length,a[1]=(a[1]+b.length)%b.length,S(a),e.key===u.a.SPACE){if(b[w[1]][w[0]]!==E[v])return void t.onFailure();k(v+1),E.length===v+1&&t.onSuccess()}},onFailure:t.onFailure})))}function y(){return"ABCDEF0123456789"[Math.floor(16*Math.random())]}},function(t,e,n){"use strict";n.d(e,"a",(function(){return k}));var a=n(1828),r=n(1829),i=n(719),o=n(47),s=n(3),l=n(21),c=n(132),f=n(0),u=n.n(f),m=n(13),h=n(1),d=n(6),p=n(31),g=n(136),b=n(222),y=n(209),E=n(223);const v={Trivial:{timer:15e3,width:3,height:3,mines:4},Normal:{timer:15e3,width:4,height:4,mines:7},Hard:{timer:15e3,width:5,height:5,mines:11},Impossible:{timer:15e3,width:6,height:6,mines:15}};function k(t){const e={timer:0,width:0,height:0,mines:0};Object(b.a)(v,t.difficulty,e);const n=e.timer,[k]=Object(f.useState)(function(t){const e=w(t);for(let n=0;n{const t=setTimeout(()=>O(!1),2e3);return()=>clearInterval(t)},[]);const A=[];return k.map((t,e)=>t.map((t,n)=>{L?A.push({flagged:Boolean(k[e][n])}):n===C[0]&&e===C[1]?A.push({current:!0}):S[e][n]?A.push({marked:!0}):M&&k[e][n]?A.push({flagged:!0}):A.push({})})),u.a.createElement(u.a.Fragment,null,u.a.createElement(y.a,{millis:n,onExpire:t.onFailure}),u.a.createElement(o.a,{sx:{display:"grid",justifyItems:"center",pb:1}},u.a.createElement(s.a,{variant:"h4"},L?"Remember all the mines!":"Mark all the mines!"),u.a.createElement(l.a,{sx:{display:"grid",gridTemplateColumns:`repeat(${Math.round(e.width)}, 1fr)`,gridTemplateRows:`repeat(${Math.round(e.height)}, 1fr)`,gap:1}},A.map(t=>{let e,n;return t.marked?(e=d.a.theme.warning,n=u.a.createElement(a.a,null)):t.current?(e=d.a.theme.infolight,n=u.a.createElement(r.a,null)):t.flagged?(e=d.a.theme.error,n=u.a.createElement(i.a,null)):(e=d.a.theme.primary,n=u.a.createElement(u.a.Fragment,null)),u.a.createElement(s.a,{key:`${t}${Object(c.uniqueId)()}`,sx:{color:e,border:"2px solid "+(t.current?d.a.theme.infolight:d.a.theme.primary),height:"32px",width:"32px",display:"flex",alignItems:"center",justifyContent:"center"}},n)})),u.a.createElement(E.a,{onKeyDown:function(e){if(e.preventDefault(),L)return;const n=[0,0];switch(Object(g.b)(e)){case g.g:n[1]--;break;case g.d:n[0]--;break;case g.a:n[1]++;break;case g.f:n[0]++}const a=[C[0]+n[0],C[1]+n[1]];if(a[0]=(a[0]+k[0].length)%k[0].length,a[1]=(a[1]+k.length)%k.length,x(a),e.key==p.a.SPACE){if(!k[C[1]][C[0]])return void t.onFailure();_(e=>(e[C[1]][C[0]]=!0,function(t,e){function n(t){return t.flat().reduce((t,e)=>t+(e?1:0),0)}return n(t)===n(e)}(k,e)&&t.onSuccess(),e))}},onFailure:t.onFailure})))}function w(t){const e=[];for(let n=0;n{let t=window.setTimeout(()=>{p(1),t=window.setTimeout(()=>{p(2),t=window.setTimeout(()=>p(0),e.window)},250)},b);return()=>{clearInterval(t)}},[]),s.a.createElement(s.a.Fragment,null,s.a.createElement(m.a,{millis:5e3,onExpire:t.onFailure}),s.a.createElement(a.a,{sx:{display:"grid",justifyItems:"center"}},s.a.createElement(r.a,{variant:"h4"},"Slash when his guard is down!"),g?s.a.createElement(i.a,{sx:{my:1}},s.a.createElement(r.a,{variant:"h5"},"Guard will drop in..."),s.a.createElement(m.a,{millis:y,onExpire:()=>null,ignoreAugment_WKSharmonizer:!0,noPaper:!0})):s.a.createElement(s.a.Fragment,null),0===n&&s.a.createElement(r.a,{variant:"h4"},"Guarding ..."),1===n&&s.a.createElement(r.a,{variant:"h4"},"Preparing?"),2===n&&s.a.createElement(r.a,{variant:"h4"},"ATTACKING!"),s.a.createElement(h.a,{onKeyDown:function(e){e.preventDefault(),e.key===f.a.SPACE&&(1!==n?t.onFailure():t.onSuccess())},onFailure:t.onFailure})))}},function(t,e,n){"use strict";n.d(e,"a",(function(){return v}));var a=n(47),r=n(3),i=n(21),o=n(130),s=n(74),l=n(10),c=n(0),f=n.n(c),u=n(5),m=n(101),h=n(30),d=n(22),p=n(1),g=n(24),b=n(144),y=n(29),E=n(399);function v(t){const[e,n]=Object(c.useState)("none");function v(){x(),d.b.toCity()}const k=h.a[u.a.ShadowsOfAnarchy],w=Object(E.c)(t.Reward,t.MaxLevel,t.StartingDifficulty),S=Object(E.b)(t.Reward,t.MaxLevel,t.StartingDifficulty),_=Object(E.a)(k,t.StartingDifficulty),C=p.a.factions.includes(u.a.ShadowsOfAnarchy);function x(){Object(m.c)(h.a[u.a.ShadowsOfAnarchy]),C&&(k.playerReputation+=_)}return f.a.createElement(a.a,{sx:{p:1,textAlign:"center",display:"flex",alignItems:"center",flexDirection:"column"}},f.a.createElement(r.a,{variant:"h4"},"Infiltration successful!"),f.a.createElement(r.a,{variant:"h5",color:"primary",width:"75%"},"You"," ",C?f.a.createElement(f.a.Fragment,null,"have gained ",Object(y.d)(_,2)," rep for ",u.a.ShadowsOfAnarchy," and"," "):f.a.createElement(f.a.Fragment,null),"can trade the confidential information you found for money or reputation."),f.a.createElement(i.a,{sx:{width:"fit-content"}},f.a.createElement(i.a,{sx:{width:"100%"}},f.a.createElement(o.a,{value:e,onChange:function(t){n(t.target.value)},sx:{mr:1}},f.a.createElement(s.a,{key:"none",value:"none"},"none"),p.a.factions.filter(t=>h.a[t].getInfo().offersWork()).map(t=>f.a.createElement(s.a,{key:t,value:t},t))),f.a.createElement(l.a,{onClick:function(){"none"!==e&&(x(),h.a[e].playerReputation+=w,v())}},"Trade for ",f.a.createElement(b.a,{reputation:w})," reputation")),f.a.createElement(l.a,{onClick:function(){x(),p.a.gainMoney(S,"infiltration"),v()},sx:{width:"100%"}},"Sell for ",f.a.createElement(g.a,{money:S}))),f.a.createElement(l.a,{onClick:v,sx:{width:"100%",mt:1}},"Quit"))}},function(t,e,n){"use strict";n.d(e,"a",(function(){return v}));var a=n(47),r=n(3),i=n(21),o=n(0),s=n.n(o),l=n(13),c=n(1),f=n(6),u=n(31),m=n(136),h=n(222),d=n(209),p=n(223);const g={Trivial:{timer:9e3,wiresmin:4,wiresmax:4,rules:2},Normal:{timer:7e3,wiresmin:6,wiresmax:6,rules:2},Hard:{timer:5e3,wiresmin:8,wiresmax:8,rules:3},Impossible:{timer:4e3,wiresmin:9,wiresmax:9,rules:4}},b=[u.a.PIPE,u.a.DOT,u.a.FORWARD_SLASH,u.a.HYPHEN,"█",u.a.HASH],y=["red","#FFC107","blue","white"],E={red:"red","#FFC107":"yellow",blue:"blue",white:"white"};function v(t){const e={timer:0,wiresmin:0,wiresmax:0,rules:0};Object(h.a)(g,t.difficulty,e);const n=e.timer,[u]=Object(o.useState)(function(t){const e=[],n=Object(m.e)(t.wiresmin,t.wiresmax);for(let t=0;te.shouldCut(u[t-1],t-1))}return Object(o.useEffect)(()=>{const e=[];for(let t=0;tt===E[e])&&t.onSuccess()},[E]),s.a.createElement(s.a.Fragment,null,s.a.createElement(d.a,{millis:n,onExpire:t.onFailure}),s.a.createElement(a.a,{sx:{display:"grid",justifyItems:"center",pb:1}},s.a.createElement(r.a,{variant:"h4",sx:{width:"75%",textAlign:"center"}},"Cut the wires with the following properties! (keyboard 1 to 9)"),S.map((t,e)=>s.a.createElement(r.a,{key:e},t.toString())),s.a.createElement(i.a,{sx:{display:"grid",gridTemplateColumns:`repeat(${u.length}, 1fr)`,columnGap:3,justifyItems:"center"}},new Array(u.length).fill(0).map((t,e)=>{const n=C(e+1),a=_&&!n?f.a.theme.disabled:f.a.theme.primary;return s.a.createElement(r.a,{key:e,style:{color:a}},e+1)}),new Array(8).fill(0).map((t,e)=>s.a.createElement(s.a.Fragment,{key:e},u.map((t,n)=>{if((3===e||4===e)&&E[n])return s.a.createElement(r.a,{key:n});const a=C(n+1),i=_&&!a?f.a.theme.disabled:t.colors[e%t.colors.length];return s.a.createElement(r.a,{key:n,style:{color:i}},"|",t.tpe,"|")})))),s.a.createElement(p.a,{onKeyDown:function(e){e.preventDefault();const n=parseInt(e.key);n<1||n>u.length||isNaN(n)||v(e=>{const a=[...e];return a[n-1]=!0,C(n)||t.onFailure(),a})},onFailure:t.onFailure})))}function k(t){const e=Math.floor(Math.random()*t.length);return{toString:()=>`Cut wires number ${e+1}.`,shouldCut:(t,n)=>e===n}}function w(t){const e=t[Math.floor(Math.random()*t.length)].colors[0];return{toString:()=>`Cut all wires colored ${E[e]}.`,shouldCut:t=>t.colors.includes(e)}}},function(t,e,n){"use strict";n.d(e,"a",(function(){return p}));var a=n(719),r=n(246),i=n(47),o=n(3),s=n(23),l=n(21),c=n(10),f=n(0),u=n.n(f),m=n(6),h=n(7);function d(t,e){let n="";return e<=0?e=0:e>13?e=13:(e--,n=">"),u.a.createElement("span",{style:{color:t}},"=".repeat(e),n," ".repeat(13-n.length-e))}function p(t){return u.a.createElement(r.a,{sx:{alignItems:"center"}},u.a.createElement(i.a,{sx:{p:1,mb:1,display:"grid",justifyItems:"center"}},u.a.createElement(o.a,{variant:"h4"},"Infiltrating ",u.a.createElement("b",null,t.Location.name)),u.a.createElement(o.a,{variant:"h6"},u.a.createElement("b",null,"Maximum Level: "),t.MaxLevel),u.a.createElement(o.a,{variant:"h6",sx:{color:t.Difficulty>2?m.a.theme.error:t.Difficulty>1?m.a.theme.warning:m.a.theme.primary,display:"flex",alignItems:"center"}},u.a.createElement("b",null,"Difficulty: "),h.a.format(33.3333*t.Difficulty,"0")," / 100",t.Difficulty>1.5&&u.a.createElement(s.a,{title:u.a.createElement(o.a,{color:"error"},"This location is too heavily guarded for your current stats. It is recommended that you try training, or finding an easier location.")},u.a.createElement(a.a,{sx:{ml:1}}))),u.a.createElement(o.a,{sx:{lineHeight:"1em",whiteSpace:"pre"}},"[",0===(e=t.Difficulty)?u.a.createElement("span",{style:{color:"white"}},">"," ".repeat(38)):u.a.createElement(u.a.Fragment,null,d(m.a.theme.primary,13*e),d(m.a.theme.warning,13*(e-1)),d(m.a.theme.error,13*(e-2))),"]"),u.a.createElement(o.a,{sx:{lineHeight:"1em",whiteSpace:"pre"}},"▲ ▲ ▲ ▲"),u.a.createElement(o.a,{sx:{lineHeight:"1em",whiteSpace:"pre"}}," Trivial Normal Hard Impossible")),u.a.createElement(i.a,{sx:{p:1,display:"grid",justifyItems:"center"}},u.a.createElement(o.a,{sx:{width:"75%",textAlign:"center"}},u.a.createElement("b",null,"Infiltration")," is a series of short minigames that get progressively harder. You take damage for failing them. Reaching the maximum level rewards you with intel that you can trade for money or reputation.",u.a.createElement("br",null),u.a.createElement("br",null),u.a.createElement("b",null,"Gameplay:")),u.a.createElement("ul",null,u.a.createElement(o.a,null,u.a.createElement("li",null,"The minigames you play are randomly selected.",u.a.createElement("br",null),"It might take you a few tries to get used to them."),u.a.createElement("li",null,"No game requires use of the mouse."),u.a.createElement("li",null,u.a.createElement("b",null,"Spacebar")," is the default action/confirm button."),u.a.createElement("li",null,"The ",u.a.createElement("b",null,"arrow keys")," and ",u.a.createElement("b",null,"WASD")," can be used interchangeably."),u.a.createElement("li",null,"Sometimes the rest of the keyboard is used."))),u.a.createElement(l.a,{sx:{display:"grid",gridTemplateColumns:"1fr 1fr",width:"100%"}},u.a.createElement(c.a,{onClick:t.start},"Start"),u.a.createElement(c.a,{onClick:t.cancel},"Cancel"))));var e}},function(t,e,n){"use strict";n.d(e,"a",(function(){return j}));var a=n(246),r=n(47),i=n(160),o=n(161),s=n(21),l=n(23),c=n(10),f=n(3),u=n(132),m=n(0),h=n.n(m),d=n(78),p=n(15),g=n(11),b=n(164),y=n(6),E=n(29),v=n(1),k=n(22),w=n(7),S=n(24),_=n(115),C=n(396),x=n(144),L=n(362),O=n(73),M=n(474),A=n(57),T=n(304),R=n(383),N=n(224),P=n(108),I=n(329);const F=1e3/p.a.MilliPerCycle;function D(t){return[t.hackExp>0?h.a.createElement(O.a,{name:"Hacking Exp",color:y.a.theme.hack,data:{content:w.a.formatExp(t.hackExp*F)+" / sec"}}):h.a.createElement(h.a.Fragment,null),t.strExp>0?h.a.createElement(O.a,{name:"Strength Exp",color:y.a.theme.combat,data:{content:w.a.formatExp(t.strExp*F)+" / sec"}}):h.a.createElement(h.a.Fragment,null),t.defExp>0?h.a.createElement(O.a,{name:"Defense Exp",color:y.a.theme.combat,data:{content:w.a.formatExp(t.defExp*F)+" / sec"}}):h.a.createElement(h.a.Fragment,null),t.dexExp>0?h.a.createElement(O.a,{name:"Dexterity Exp",color:y.a.theme.combat,data:{content:w.a.formatExp(t.dexExp*F)+" / sec"}}):h.a.createElement(h.a.Fragment,null),t.agiExp>0?h.a.createElement(O.a,{name:"Agility Exp",color:y.a.theme.combat,data:{content:w.a.formatExp(t.agiExp*F)+" / sec"}}):h.a.createElement(h.a.Fragment,null),t.chaExp>0?h.a.createElement(O.a,{name:"Charisma Exp",color:y.a.theme.cha,data:{content:w.a.formatExp(t.chaExp*F)+" / sec"}}):h.a.createElement(h.a.Fragment,null)]}function j(){var t;const e=Object(m.useState)(!1)[1];function n(){e(t=>!t)}Object(m.useEffect)(()=>{const t=setInterval(n,p.a.MilliPerCycle);return()=>clearInterval(t)},[]);let j={buttons:{cancel:()=>{}},title:"",stopText:""};if(null===v.a.currentWork)return setTimeout(()=>k.b.toTerminal()),h.a.createElement(h.a.Fragment,null);if(Object(M.b)(v.a.currentWork)){const t=v.a.currentWork.getCrime(),e=v.a.currentWork.unitCompleted/t.time*100,n=v.a.currentWork.earnings(),a=t.successRate(v.a);j={buttons:{cancel:()=>{k.b.toLocation(b.a[g.a.Slums]),v.a.finishWork(!0)},unfocus:()=>{k.b.toCity(),v.a.stopFocusing()}},title:"You are attempting "+t.workName,gains:[h.a.createElement(f.a,null,"Success chance: ",w.a.formatPercentage(a)),h.a.createElement(f.a,null,"Gains (on success)"),h.a.createElement(O.a,{name:"Money:",color:y.a.theme.money},h.a.createElement(f.a,null,h.a.createElement(S.a,{money:n.money}))),...(B=n,[B.hackExp>0?h.a.createElement(O.a,{name:"Hacking Exp",color:y.a.theme.hack,data:{content:""+w.a.formatExp(B.hackExp)}}):h.a.createElement(h.a.Fragment,null),B.strExp>0?h.a.createElement(O.a,{name:"Strength Exp",color:y.a.theme.combat,data:{content:""+w.a.formatExp(B.strExp)}}):h.a.createElement(h.a.Fragment,null),B.defExp>0?h.a.createElement(O.a,{name:"Defense Exp",color:y.a.theme.combat,data:{content:""+w.a.formatExp(B.defExp)}}):h.a.createElement(h.a.Fragment,null),B.dexExp>0?h.a.createElement(O.a,{name:"Dexterity Exp",color:y.a.theme.combat,data:{content:""+w.a.formatExp(B.dexExp)}}):h.a.createElement(h.a.Fragment,null),B.agiExp>0?h.a.createElement(O.a,{name:"Agility Exp",color:y.a.theme.combat,data:{content:""+w.a.formatExp(B.agiExp)}}):h.a.createElement(h.a.Fragment,null),B.chaExp>0?h.a.createElement(O.a,{name:"Charisma Exp",color:y.a.theme.cha,data:{content:""+w.a.formatExp(B.chaExp)}}):h.a.createElement(h.a.Fragment,null)])],progress:{remaining:t.time-v.a.currentWork.unitCompleted,percentage:e},stopText:"Stop committing crime"}}var B;if(Object(A.d)(v.a.currentWork)){const t=v.a.currentWork;function G(){v.a.finishWork(!0),k.b.toCity()}function W(){k.b.toCity(),v.a.stopFocusing()}let e="";e=t.isGym()?"Stop training at gym":"Stop taking course";const n=t.calculateRates();j={buttons:{cancel:G,unfocus:W},title:h.a.createElement(h.a.Fragment,null,"You are currently ",h.a.createElement("b",null,t.getClass().youAreCurrently)),gains:[h.a.createElement(O.a,{name:"Total Cost",color:y.a.theme.money},h.a.createElement(f.a,null,h.a.createElement(S.a,{money:t.earnings.money})," (",h.a.createElement(_.a,{money:n.money*F}),")")),...D(n)],progress:{elapsed:t.cyclesWorked*p.a._idleSpeed},stopText:e}}if(Object(T.b)(v.a.currentWork)){const t=v.a.currentWork;function G(){v.a.finishWork(!0),k.b.toTerminal()}function W(){k.b.toTerminal(),v.a.stopFocusing()}const e=t.unitCompleted/t.unitNeeded()*100;j={buttons:{cancel:G,unfocus:W},title:h.a.createElement(h.a.Fragment,null,"You are currently working on coding ",h.a.createElement("b",null,t.programName)),progress:{elapsed:t.cyclesWorked*p.a._idleSpeed,percentage:e},stopText:"Stop creating program",stopTooltip:"Your work will be saved and you can return to complete the program later."}}if(Object(R.b)(v.a.currentWork)){const t=v.a.currentWork;function G(){v.a.finishWork(!0),k.b.toTerminal()}function W(){k.b.toTerminal(),v.a.stopFocusing()}j={buttons:{cancel:G,unfocus:W},title:h.a.createElement(h.a.Fragment,null,"You are currently working on grafting ",h.a.createElement("b",null,t.augmentation)),progress:{elapsed:t.cyclesWorked*p.a._idleSpeed,percentage:t.unitCompleted/t.unitNeeded()*100},stopText:"Stop grafting",stopTooltip:h.a.createElement(h.a.Fragment,null,"If you cancel, your work will ",h.a.createElement("b",null,"not")," be saved, and the money you spent will ",h.a.createElement("b",null,"not")," be returned")}}if(Object(N.b)(v.a.currentWork)){const t=v.a.currentWork.getFaction();function G(){k.b.toFaction(t),v.a.finishWork(!0)}function W(){k.b.toFaction(t),v.a.stopFocusing()}t||(j={buttons:{cancel:()=>k.b.toFactions()},title:`You have not joined ${v.a.currentWork.factionName||"(Faction not found)"} at this time, please try again if you think this should have worked`,stopText:"Back to Factions"});const e={[P.a.HACKING]:"carrying out hacking contracts",[P.a.FIELD]:"carrying out field missions",[P.a.SECURITY]:"performing security detail"},n=v.a.currentWork.getExpRates();j={buttons:{cancel:G,unfocus:W},title:h.a.createElement(h.a.Fragment,null,"You are currently ",e[v.a.currentWork.factionWorkType]," for ",h.a.createElement("b",null,t.name)),description:h.a.createElement(h.a.Fragment,null,"Current Faction Reputation: ",h.a.createElement(x.a,{reputation:t.playerReputation})," (",h.a.createElement(L.a,{reputation:v.a.currentWork.getReputationRate()*F}),")"),gains:D(n),progress:{elapsed:v.a.currentWork.cyclesWorked*p.a._idleSpeed},stopText:"Stop Faction work"}}if(Object(I.b)(v.a.currentWork)){const t=d.a[v.a.currentWork.companyName];t&&(j={buttons:{cancel:()=>k.b.toTerminal()},title:`You cannot work for ${v.a.currentWork.companyName||"(Company not found)"} at this time, please try again if you think this should have worked`,stopText:"Back to Terminal"});const e=t.playerReputation;function G(){v.a.finishWork(!0),k.b.toJob(b.a[t.name])}function W(){v.a.stopFocusing(),k.b.toJob(b.a[t.name])}const n=v.a.jobs[v.a.currentWork.companyName],a=v.a.currentWork.getGainRates();j={buttons:{cancel:G,unfocus:W},title:h.a.createElement(h.a.Fragment,null,"You are currently working as a ",h.a.createElement("b",null,n)," at ",h.a.createElement("b",null,v.a.currentWork.companyName)),description:h.a.createElement(h.a.Fragment,null,"Current Company Reputation: ",h.a.createElement(x.a,{reputation:e})),gains:[h.a.createElement(O.a,{name:"Money",color:y.a.theme.money},h.a.createElement(f.a,null,h.a.createElement(_.a,{money:a.money*F}))),h.a.createElement(O.a,{name:"Company Reputation",color:y.a.theme.rep},h.a.createElement(f.a,null,h.a.createElement(L.a,{reputation:a.reputation*F}))),...D(a)],progress:{elapsed:v.a.currentWork.cyclesWorked*p.a._idleSpeed},stopText:"Stop working"}}if(""===j.title)return h.a.createElement(h.a.Fragment,null);const H="string"==typeof(null===(t=j)||void 0===t?void 0:t.stopTooltip)?h.a.createElement(f.a,null,j.stopTooltip):j.stopTooltip||h.a.createElement(h.a.Fragment,null);return h.a.createElement(a.a,{maxWidth:"md",sx:{display:"flex",flexDirection:"column",justifyContent:"center",height:"calc(100vh - 16px)"}},h.a.createElement(r.a,{sx:{p:1,mb:1}},h.a.createElement(f.a,{variant:"h6"},j.title),h.a.createElement(f.a,null,j.description),j.gains&&h.a.createElement(i.a,{sx:{mt:1}},h.a.createElement(o.a,null,j.gains.map(t=>h.a.createElement(h.a.Fragment,{key:Object(u.uniqueId)()},t))))),h.a.createElement(r.a,{sx:{mb:1,p:1}},void 0!==j.progress&&h.a.createElement(s.a,{sx:{mb:1}},h.a.createElement(s.a,{display:"grid",sx:{gridTemplateColumns:`repeat(${Object.keys(j.progress).length}, 1fr)`,width:"100%",justifyItems:"center",textAlign:"center"}},void 0!==j.progress.elapsed&&h.a.createElement(f.a,null,Object(E.b)(j.progress.elapsed)," elapsed"),void 0!==j.progress.remaining&&h.a.createElement(f.a,null,Object(E.b)(j.progress.remaining)," remaining"),void 0!==j.progress.percentage&&h.a.createElement(f.a,null,j.progress.percentage.toFixed(2),"% done")),void 0!==j.progress.percentage&&h.a.createElement(C.a,{variant:"determinate",value:j.progress.percentage,color:"primary"})),h.a.createElement(s.a,{display:"grid",sx:{gridTemplateColumns:`repeat(${Object.keys(j.buttons).length}, 1fr)`}},j.stopTooltip?h.a.createElement(l.a,{title:H},h.a.createElement(c.a,{onClick:j.buttons.cancel},j.stopText)):h.a.createElement(c.a,{onClick:j.buttons.cancel},j.stopText),j.buttons.unfocus&&h.a.createElement(c.a,{onClick:j.buttons.unfocus},"Do something else simultaneously"))))}},function(t,e,n){"use strict";n.d(e,"a",(function(){return p}));var a=n(246),r=n(3),i=n(21),o=n(0),s=n.n(o),l=n(277),c=n(1327),f=n(1367),u=n(1368),m=n(1369),h=n(1370),d=n(1375);function p(t){const[e,n]=Object(o.useState)(l.a.SYSTEM);return s.a.createElement(a.a,{disableGutters:!0,maxWidth:"lg",sx:{mx:0}},s.a.createElement(r.a,{variant:"h4"},"Options"),s.a.createElement(i.a,{sx:{display:"grid",gridTemplateColumns:"1fr 3fr",gap:1}},s.a.createElement(c.a,{tab:e,setTab:n,save:t.save,export:t.export,forceKill:t.forceKill,softReset:t.softReset}),e===l.a.SYSTEM&&s.a.createElement(d.a,null),e===l.a.INTERFACE&&s.a.createElement(u.a,null),e===l.a.GAMEPLAY&&s.a.createElement(f.a,null),e===l.a.MISC&&s.a.createElement(m.a,null),e===l.a.REMOTE_API&&s.a.createElement(h.a,null)))}},function(t,e,n){"use strict";n.d(e,"a",(function(){return I}));var a=n(1537),r=n(1858),i=n(1516),o=n(1859),s=n(1860),l=n(1861),c=n(1862),f=n(1863),u=n(1864),m=n(1865),h=n(368),d=n(3),p=n(21),g=n(47),b=n(263),y=n(10),E=n(23),v=n(0),k=n.n(v),w=n(1328),S=n(102),_=n(6),C=n(653),x=n(654),L=n(250),O=n(665),M=n(83),A=n(667),T=n(22),R=n(29),N=n(277);const P=t=>k.a.createElement(h.a,{selected:t.sideBarProps.tab===t.tab,onClick:()=>t.sideBarProps.setTab(t.tab)},k.a.createElement(d.a,null,t.tabName)),I=t=>{var e,n,h,I,F,D,j,B;const G=Object(v.useRef)(null),[W,H]=Object(v.useState)(!1),[U,q]=Object(v.useState)(!1),[$,K]=Object(v.useState)(null);return k.a.createElement(p.a,null,k.a.createElement(g.a,{sx:{height:"fit-content",mb:1}},k.a.createElement(b.a,null,k.a.createElement(P,{sideBarProps:t,tab:N.a.SYSTEM,tabName:"System"}),k.a.createElement(P,{sideBarProps:t,tab:N.a.GAMEPLAY,tabName:"Gameplay"}),k.a.createElement(P,{sideBarProps:t,tab:N.a.INTERFACE,tabName:"Interface"}),k.a.createElement(P,{sideBarProps:t,tab:N.a.MISC,tabName:"Misc"}),k.a.createElement(P,{sideBarProps:t,tab:N.a.REMOTE_API,tabName:"Remote API"}))),k.a.createElement(p.a,{sx:{display:"grid",width:"100%",height:"fit-content",gridTemplateAreas:'"save delete"\n "export import"\n "kill kill"\n "reset diagnose"\n "browse browse"\n "theme style"\n "links links"\n "devs devs"',gridTemplateColumns:"1fr 1fr"}},k.a.createElement(y.a,{onClick:()=>t.save(),startIcon:k.a.createElement(a.a,null),sx:{gridArea:"save"}},"Save Game"),k.a.createElement(p.a,{sx:{gridArea:"delete","& .MuiButton-root":{height:"100%",width:"100%"}}},k.a.createElement(O.a,null)),k.a.createElement(E.a,{title:k.a.createElement(d.a,null,"Export your game to a text file.")},k.a.createElement(y.a,{onClick:()=>t.export(),startIcon:k.a.createElement(r.a,null),sx:{gridArea:"export"}},"Export Game")),k.a.createElement(E.a,{title:k.a.createElement(d.a,null,"Import your game from a text file.",k.a.createElement("br",null),"This will ",k.a.createElement("strong",null,"overwrite")," your current game. Back it up first!")},k.a.createElement(y.a,{onClick:function(){if(!(window.File&&window.FileReader&&window.FileList&&window.Blob))return;const t=G.current;if(null===t)throw new Error("import input should not be null");t.click()},startIcon:k.a.createElement(i.a,null),sx:{gridArea:"import"}},"Import Game",k.a.createElement("input",{ref:G,id:"import-game-file-selector",type:"file",hidden:!0,onChange:async function(t){try{const e=await S.c.getImportStringFromFile(t.target.files),n=await S.c.getImportDataFromString(e);K(n),q(!0)}catch(t){M.b.emit(String(t),M.d.ERROR,5e3)}}}))),k.a.createElement(L.a,{open:U,onClose:()=>q(!1),onConfirm:()=>async function(){if($){try{await S.c.importGame($.base64)}catch(t){M.b.emit(String(t),M.d.ERROR,5e3)}q(!1),K(null)}}(),additionalButton:k.a.createElement(y.a,{onClick:function(){$&&(T.b.toImportSave($.base64),q(!1),K(null))}},"Compare Save"),confirmationText:k.a.createElement(k.a.Fragment,null,"Importing a new game will ",k.a.createElement("strong",null,"completely wipe")," the current data!",k.a.createElement("br",null),k.a.createElement("br",null),"Make sure to have a backup of your current save file before importing.",k.a.createElement("br",null),"The file you are attempting to import seems valid.",(null!==(e=null==$||null===(n=$.playerData)||void 0===n?void 0:n.lastSave)&&void 0!==e?e:0)>0&&k.a.createElement(k.a.Fragment,null,k.a.createElement("br",null),k.a.createElement("br",null),"The export date of the save file is"," ",k.a.createElement("strong",null,new Date(null!==(h=null==$||null===(I=$.playerData)||void 0===I?void 0:I.lastSave)&&void 0!==h?h:0).toLocaleString())),(null!==(F=null==$||null===(D=$.playerData)||void 0===D?void 0:D.totalPlaytime)&&void 0!==F?F:0)>0&&k.a.createElement(k.a.Fragment,null,k.a.createElement("br",null),k.a.createElement("br",null),"Total play time of imported game:"," ",Object(R.b)(null!==(j=null==$||null===(B=$.playerData)||void 0===B?void 0:B.totalPlaytime)&&void 0!==j?j:0)),k.a.createElement("br",null),k.a.createElement("br",null))}),k.a.createElement(E.a,{title:k.a.createElement(d.a,null,"Forcefully kill all active running scripts, in case there is a bug or some unexpected issue with the game. After using this, save the game and then reload the page. This is different than normal kill in that normal kill will tell the script to shut down while force kill just removes the references to it (and it should crash on its own). This will not remove the files on your computer, just forcefully kill all running instances of all scripts.")},k.a.createElement(y.a,{onClick:()=>t.forceKill(),sx:{gridArea:"kill"}},"Force kill all active scripts")),k.a.createElement(p.a,{sx:{gridArea:"reset","& .MuiButton-root":{height:"100%",width:"100%"}}},k.a.createElement(A.a,{noConfirmation:_.a.SuppressBuyAugmentationConfirmation,onTriggered:t.softReset})),k.a.createElement(E.a,{title:k.a.createElement(d.a,null,"If your save file is extremely big you can use this button to view a map of all the files on every server. Be careful: there might be spoilers.")},k.a.createElement(y.a,{onClick:()=>H(!0),sx:{gridArea:"diagnose"}},"Diagnose files")),k.a.createElement(E.a,{title:"Head to the theme browser to see a collection of prebuilt themes."},k.a.createElement(y.a,{startIcon:k.a.createElement(o.a,null),onClick:()=>T.b.toThemeBrowser(),sx:{gridArea:"browse"}},"Theme Browser")),k.a.createElement(p.a,{sx:{gridArea:"theme","& .MuiButton-root":{height:"100%",width:"100%"}}},k.a.createElement(x.a,null)),k.a.createElement(p.a,{sx:{gridArea:"style","& .MuiButton-root":{height:"100%",width:"100%"}}},k.a.createElement(C.a,null)),k.a.createElement(p.a,{sx:{gridArea:"links",display:"grid",gridTemplateAreas:'"bug changelog"\n "docs docs"\n "discord reddit"\n "plaza plaza"',gridTemplateColumns:"1fr 1fr",my:1}},k.a.createElement(y.a,{startIcon:k.a.createElement(s.a,null),href:"https://github.com/danielyxie/bitburner/issues/new",target:"_blank",sx:{gridArea:"bug"}},"Report Bug"),k.a.createElement(y.a,{startIcon:k.a.createElement(l.a,null),href:"https://bitburner.readthedocs.io/en/latest/changelog.html",target:"_blank",sx:{gridArea:" changelog"}},"Changelog"),k.a.createElement(y.a,{startIcon:k.a.createElement(c.a,null),href:"https://bitburner.readthedocs.io/en/latest/index.html",target:"_blank",sx:{gridArea:"docs"}},"Documentation"),k.a.createElement(y.a,{startIcon:k.a.createElement(f.a,null),href:"https://discord.gg/TFc3hKD",target:"_blank",sx:{gridArea:"discord"}},"Discord"),k.a.createElement(y.a,{startIcon:k.a.createElement(u.a,null),href:"https://www.reddit.com/r/bitburner",target:"_blank",sx:{gridArea:"reddit"}},"Reddit")),!location.href.startsWith("file://")&&k.a.createElement(p.a,{sx:{gridArea:"devs"}},k.a.createElement("form",{action:"https://www.paypal.com/cgi-bin/webscr",method:"post",target:"_blank",style:{display:"block"}},k.a.createElement(y.a,{sx:{width:"100%",display:"flex",flexDirection:"column"},type:"submit"},"danielyxie / BigD (Original Dev)",k.a.createElement("input",{type:"hidden",name:"cmd",value:"_s-xclick"}),k.a.createElement("input",{type:"hidden",name:"encrypted",value:"-----BEGIN PKCS7-----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-----END PKCS7-----"}),k.a.createElement("input",{type:"image",src:"https://www.paypalobjects.com/digitalassets/c/website/marketing/apac/C2/logos-buttons/optimize/26_Yellow_PayPal_Pill_Button.png",name:"submit",alt:"PayPal - The safer, easier way to pay online!"}))),k.a.createElement(y.a,{href:"https://www.google.com/search?q=Where+to+donate+blood+near+me%3F",target:"_blank",sx:{width:"100%",display:"flex",flexDirection:"column"}},"hydroflame (Current Maintainer)",k.a.createElement("span",{style:{display:"flex",alignItems:"center"}},k.a.createElement(m.a,{sx:{mb:.5,mr:1}}),"Donate blood!")))),k.a.createElement(w.a,{open:W,onClose:()=>H(!1)}))}},function(t,e,n){"use strict";n.d(e,"a",(function(){return w}));var a=n(0),r=n.n(a),i=n(26),o=n(40),s=n(7),l=n(160),c=n(161),f=n(32),u=n(1519),m=n(1520),h=n(50),d=n(3),p=n(47),g=n(157),b=n(158),y=n(159),E=n(80),v=n.n(E);function k(t){const e=Object(i.d)(t.hostname);if(null===e)throw new Error(`server '${t.hostname}' should not be null`);let n=0;for(const t of e.scripts)n+=t.code.length;for(const t of e.textFiles)n+=t.text.length;if(0===n)return r.a.createElement(r.a.Fragment,null);const a=[];for(const t of e.scripts)a.push({name:t.filename,size:t.code.length});for(const t of e.textFiles)a.push({name:t.fn,size:t.text.length});return a.sort((t,e)=>e.size-t.size),r.a.createElement(g.a,{TransitionProps:{unmountOnExit:!0}},r.a.createElement(b.a,{expandIcon:r.a.createElement(v.a,null)},r.a.createElement(d.a,null,e.hostname," (",s.a.formatBigNumber(n),"b)")),r.a.createElement(y.a,null,r.a.createElement(u.a,{component:p.a},r.a.createElement(l.a,null,r.a.createElement(m.a,null,r.a.createElement(h.a,null,r.a.createElement(f.a,null,r.a.createElement(d.a,null,"Filename")),r.a.createElement(f.a,{align:"right"},r.a.createElement(d.a,null,"Size")))),r.a.createElement(c.a,null,a.map(t=>r.a.createElement(h.a,{key:t.name},r.a.createElement(f.a,{component:"th",scope:"row"},r.a.createElement(d.a,null,t.name)),r.a.createElement(f.a,{align:"right"},r.a.createElement(d.a,null,s.a.formatBigNumber(t.size),"b"))))))),r.a.createElement("ul",null)))}function w(t){const e=[];for(const t of Object(i.c)())e.push(t.hostname);return r.a.createElement(o.a,{open:t.open,onClose:t.onClose},r.a.createElement(r.a.Fragment,null,r.a.createElement(d.a,null,"Welcome to the file diagnostic! If your save file is really big it's likely because you have too many text/scripts. This tool can help you narrow down where they are."),e.map(t=>r.a.createElement(k,{key:t,hostname:t}))))}},,,function(t,e,n){"use strict";n.d(e,"a",(function(){return k}));var a=n(0),r=n.n(a),i=n(40),o=n(10),s=n(369),l=n(3),c=n(47),f=n(87),u=n(482),m=n.n(u),h=n(485),d=n.n(h),p=n(175),g=n(6),b=n(464),y=n(23);function E({value:t,onChange:e,refreshId:n}){const[i,o]=Object(a.useState)(),[s,l]=Object(a.useState)(t);function c(t){l(t),o(t?"":"Must have a value")}return Object(a.useEffect)(()=>e(s,i),[s]),Object(a.useEffect)(()=>c(t),[n]),r.a.createElement(f.a,{sx:{my:1},label:"Font-Family",error:!!i,value:s,helperText:i,onChange:function(t){c(t.target.value)},fullWidth:!0})}function v({value:t,onChange:e,refreshId:n}){const[i,o]=Object(a.useState)(),[s,l]=Object(a.useState)(t);function c(t){l(t),t?isNaN(Number(t))?o("Must be a number"):o(""):o("Must have a value")}return Object(a.useEffect)(()=>e(s,i),[s]),Object(a.useEffect)(()=>c(t),[n]),r.a.createElement(f.a,{sx:{my:1},label:"Line Height",error:!!i,value:s,helperText:i,onChange:function(t){c(t.target.value)}})}function k(t){const[e,n]=Object(a.useState)(0),[f,u]=Object(a.useState)(),[h,k]=Object(a.useState)({...g.a.styles});function w(t){Object.assign(g.a.styles,t),p.b.emit()}function S(t,e){u(e),e||k(t)}return r.a.createElement(i.a,{open:t.open,onClose:t.onClose},r.a.createElement(l.a,{variant:"h6"},"Styles Editor"),r.a.createElement(l.a,null,"WARNING: Changing styles ",r.a.createElement("strong",null,"may mess up")," the interface. Drastic changes are"," ",r.a.createElement("strong",null,"NOT recommended"),"."),r.a.createElement(c.a,{sx:{p:2,my:2}},r.a.createElement(E,{value:h.fontFamily,refreshId:e,onChange:(t,e)=>S({...h,fontFamily:null!=t?t:""},e)}),r.a.createElement("br",null),r.a.createElement(v,{value:h.lineHeight,refreshId:e,onChange:(t,e)=>{var n;return S({...h,lineHeight:null!==(n=Number(t))&&void 0!==n?n:0},e)}}),r.a.createElement("br",null),r.a.createElement(s.a,{sx:{my:1}},r.a.createElement(o.a,{onClick:function(){const t={...b.a};k(t),w(t),n(e+1)},startIcon:r.a.createElement(m.a,null),color:"secondary",variant:"outlined"},"Revert to Defaults"),r.a.createElement(y.a,{title:"Save styles to settings"},r.a.createElement(o.a,{onClick:function(){w(h)},endIcon:r.a.createElement(d.a,null),color:f?"error":"primary",disabled:!!f},"Save Modifications")))))}},,function(t,e,n){"use strict";n.d(e,"a",(function(){return x}));var a=n(0),r=n.n(a),i=n(40),o=n(10),s=n(369),l=n(3),c=n(23),f=n(47),u=n(87),m=n(112),h=n(482),d=n.n(h),p=n(664),g=n.n(p),b=n(1364),y=n.n(b),E=n(655),v=n(175),k=n(6),w=n(104),S=n(22),_=n(663);function C({name:t,onColorChange:e,color:n,defaultColor:a}){return void 0===n&&(console.error(`color ${t} was undefined, reverting to default`),n=a),r.a.createElement(r.a.Fragment,null,r.a.createElement(u.a,{sx:{mx:1},label:t,value:n,InputProps:{startAdornment:r.a.createElement(r.a.Fragment,null,r.a.createElement(E.a,{hideTextfield:!0,deferred:!0,value:n,onChange:n=>e(t,"#"+n.hex),disableAlpha:!0})),endAdornment:r.a.createElement(r.a.Fragment,null,r.a.createElement(m.a,{onClick:()=>e(t,a)},r.a.createElement(d.a,{color:"primary"})))}}))}function x(t){const[e,n]=Object(a.useState)({...k.a.theme});function m(t,e){n(n=>(n[t]=e,n)),k.a.theme[t]=e,v.b.emit()}function h(t){!function(t){n(t),Object.assign(k.a.theme,t),v.b.emit()}(t)}return r.a.createElement(i.a,{open:t.open,onClose:t.onClose},r.a.createElement(f.a,{sx:{px:1,py:1,my:1}},r.a.createElement(c.a,{open:!0,placement:"top",title:r.a.createElement(l.a,null,"Example tooltip")},r.a.createElement(o.a,{color:"primary",size:"small"},"primary button")),r.a.createElement(o.a,{color:"secondary",size:"small"},"secondary button"),r.a.createElement(o.a,{color:"warning",size:"small"},"warning button"),r.a.createElement(o.a,{color:"info",size:"small"},"info button"),r.a.createElement(o.a,{color:"error",size:"small"},"error button"),r.a.createElement(o.a,{disabled:!0,size:"small"},"disabled button"),r.a.createElement("br",null),r.a.createElement(l.a,{color:"primary",variant:"caption"},"text with primary color")," ",r.a.createElement(l.a,{color:"secondary",variant:"caption"},"text with secondary color")," ",r.a.createElement(l.a,{color:"error",variant:"caption"},"text with error color"),r.a.createElement("br",null),r.a.createElement(u.a,{value:"Text field",size:"small"})),r.a.createElement(f.a,{sx:{py:1,my:1}},r.a.createElement(C,{name:"primarylight",onColorChange:m,color:e.primarylight,defaultColor:w.a.primarylight}),r.a.createElement(C,{name:"primary",onColorChange:m,color:e.primary,defaultColor:w.a.primary}),r.a.createElement(C,{name:"primarydark",onColorChange:m,color:e.primarydark,defaultColor:w.a.primarydark}),r.a.createElement("br",null),r.a.createElement(C,{name:"successlight",onColorChange:m,color:e.successlight,defaultColor:w.a.successlight}),r.a.createElement(C,{name:"success",onColorChange:m,color:e.success,defaultColor:w.a.success}),r.a.createElement(C,{name:"successdark",onColorChange:m,color:e.successdark,defaultColor:w.a.successdark}),r.a.createElement("br",null),r.a.createElement(C,{name:"errorlight",onColorChange:m,color:e.errorlight,defaultColor:w.a.errorlight}),r.a.createElement(C,{name:"error",onColorChange:m,color:e.error,defaultColor:w.a.error}),r.a.createElement(C,{name:"errordark",onColorChange:m,color:e.errordark,defaultColor:w.a.errordark}),r.a.createElement("br",null),r.a.createElement(C,{name:"secondarylight",onColorChange:m,color:e.secondarylight,defaultColor:w.a.secondarylight}),r.a.createElement(C,{name:"secondary",onColorChange:m,color:e.secondary,defaultColor:w.a.secondary}),r.a.createElement(C,{name:"secondarydark",onColorChange:m,color:e.secondarydark,defaultColor:w.a.secondarydark}),r.a.createElement("br",null),r.a.createElement(C,{name:"warninglight",onColorChange:m,color:e.warninglight,defaultColor:w.a.warninglight}),r.a.createElement(C,{name:"warning",onColorChange:m,color:e.warning,defaultColor:w.a.warning}),r.a.createElement(C,{name:"warningdark",onColorChange:m,color:e.warningdark,defaultColor:w.a.warningdark}),r.a.createElement("br",null),r.a.createElement(C,{name:"infolight",onColorChange:m,color:e.infolight,defaultColor:w.a.infolight}),r.a.createElement(C,{name:"info",onColorChange:m,color:e.info,defaultColor:w.a.info}),r.a.createElement(C,{name:"infodark",onColorChange:m,color:e.infodark,defaultColor:w.a.infodark}),r.a.createElement("br",null),r.a.createElement(C,{name:"welllight",onColorChange:m,color:e.welllight,defaultColor:w.a.welllight}),r.a.createElement(C,{name:"well",onColorChange:m,color:e.well,defaultColor:w.a.well}),r.a.createElement(C,{name:"white",onColorChange:m,color:e.white,defaultColor:w.a.white}),r.a.createElement(C,{name:"black",onColorChange:m,color:e.black,defaultColor:w.a.black}),r.a.createElement(C,{name:"backgroundprimary",onColorChange:m,color:e.backgroundprimary,defaultColor:w.a.backgroundprimary}),r.a.createElement(C,{name:"backgroundsecondary",onColorChange:m,color:e.backgroundsecondary,defaultColor:w.a.backgroundsecondary}),r.a.createElement(C,{name:"button",onColorChange:m,color:e.button,defaultColor:w.a.button}),r.a.createElement("br",null),r.a.createElement(C,{name:"hp",onColorChange:m,color:e.hp,defaultColor:w.a.hp}),r.a.createElement(C,{name:"money",onColorChange:m,color:e.money,defaultColor:w.a.money}),r.a.createElement(C,{name:"hack",onColorChange:m,color:e.hack,defaultColor:w.a.hack}),r.a.createElement(C,{name:"combat",onColorChange:m,color:e.combat,defaultColor:w.a.combat}),r.a.createElement(C,{name:"cha",onColorChange:m,color:e.cha,defaultColor:w.a.cha}),r.a.createElement(C,{name:"int",onColorChange:m,color:e.int,defaultColor:w.a.int}),r.a.createElement(C,{name:"rep",onColorChange:m,color:e.rep,defaultColor:w.a.rep}),r.a.createElement(C,{name:"disabled",onColorChange:m,color:e.disabled,defaultColor:w.a.disabled})),r.a.createElement(f.a,{sx:{px:1,py:1,my:1}},r.a.createElement(u.a,{sx:{mb:1},multiline:!0,fullWidth:!0,maxRows:10,label:"import / export theme",value:JSON.stringify(e,void 0,2),onChange:function(t){try{const e=JSON.parse(t.target.value);if("object"!=typeof e)return;n(e);for(const t of Object.keys(e))k.a.theme[t]=e[t];v.b.emit()}catch(t){}}}),r.a.createElement(r.a.Fragment,null,r.a.createElement(l.a,{sx:{my:1}},"Backup your theme or share it with others by copying the string above."),r.a.createElement(_.a,null),r.a.createElement(s.a,null,r.a.createElement(c.a,{title:"Reverts all modification back to the default theme. This is permanent."},r.a.createElement(o.a,{onClick:()=>h(w.a),startIcon:r.a.createElement(y.a,null)},"Revert to Default")),r.a.createElement(c.a,{title:"Move over to the theme browser's page to use one of our predefined themes."},r.a.createElement(o.a,{startIcon:r.a.createElement(g.a,null),onClick:()=>S.b.toThemeBrowser()},"See more themes"))))))}},,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,function(t,e,n){"use strict";n.d(e,"a",(function(){return c}));var a=n(0),r=n.n(a),i=n(135),o=n(6),s=n(334),l=n(1);const c=()=>r.a.createElement(s.a,{title:"Gameplay"},r.a.createElement(i.a,{checked:o.a.SuppressMessages,onChange:t=>o.a.SuppressMessages=t,text:"Suppress story messages",tooltip:r.a.createElement(r.a.Fragment,null,"If this is set, then any messages you receive will not appear as popups on the screen. They will still get sent to your home computer as '.msg' files and can be viewed with the 'cat' Terminal command.")}),r.a.createElement(i.a,{checked:o.a.SuppressFactionInvites,onChange:t=>o.a.SuppressFactionInvites=t,text:"Suppress faction invites",tooltip:r.a.createElement(r.a.Fragment,null,"If this is set, then any faction invites you receive will not appear as popups on the screen. Your outstanding faction invites can be viewed in the 'Factions' page.")}),r.a.createElement(i.a,{checked:o.a.SuppressTravelConfirmation,onChange:t=>o.a.SuppressTravelConfirmation=t,text:"Suppress travel confirmations",tooltip:r.a.createElement(r.a.Fragment,null,"If this is set, the confirmation message before traveling will not show up. You will automatically be deducted the travel cost as soon as you click.")}),r.a.createElement(i.a,{checked:o.a.SuppressBuyAugmentationConfirmation,onChange:t=>o.a.SuppressBuyAugmentationConfirmation=t,text:"Suppress augmentations confirmation",tooltip:r.a.createElement(r.a.Fragment,null,"If this is set, the confirmation message before buying augmentation will not show up.")}),r.a.createElement(i.a,{checked:o.a.SuppressTIXPopup,onChange:t=>o.a.SuppressTIXPopup=t,text:"Suppress TIX messages",tooltip:r.a.createElement(r.a.Fragment,null,"If this is set, the stock market will never create any popup.")}),l.a.bladeburner&&r.a.createElement(i.a,{checked:o.a.SuppressBladeburnerPopup,onChange:t=>o.a.SuppressBladeburnerPopup=t,text:"Suppress bladeburner popup",tooltip:r.a.createElement(r.a.Fragment,null,"If this is set, then having your Bladeburner actions interrupted by being busy with something else will not display a popup message.")}))},function(t,e,n){"use strict";n.d(e,"a",(function(){return d}));var a=n(0),r=n.n(a),i=n(23),o=n(3),s=n(87),l=n(130),c=n(74),f=n(6),u=n(135),m=n(334),h=n(360);const d=()=>{const[t,e]=Object(a.useState)(f.a.TimestampsFormat),[n,d]=Object(a.useState)(f.a.Locale);return r.a.createElement(m.a,{title:"Interface"},r.a.createElement(u.a,{checked:f.a.DisableASCIIArt,onChange:t=>f.a.DisableASCIIArt=t,text:"Disable ascii art",tooltip:r.a.createElement(r.a.Fragment,null,"If this is set all ASCII art will be disabled.")}),r.a.createElement(u.a,{checked:f.a.DisableTextEffects,onChange:t=>f.a.DisableTextEffects=t,text:"Disable text effects",tooltip:r.a.createElement(r.a.Fragment,null,"If this is set, text effects will not be displayed. This can help if text is difficult to read in certain areas.")}),r.a.createElement(u.a,{checked:f.a.DisableOverviewProgressBars,onChange:t=>f.a.DisableOverviewProgressBars=t,text:"Disable Overview Progress Bars",tooltip:r.a.createElement(r.a.Fragment,null,"If this is set, the progress bars in the character overview will be hidden.")}),r.a.createElement(u.a,{checked:f.a.UseIEC60027_2,onChange:t=>f.a.UseIEC60027_2=t,text:"Use GiB instead of GB",tooltip:r.a.createElement(r.a.Fragment,null,"If this is set all references to memory will use GiB instead of GB, in accordance with IEC 60027-2.")}),r.a.createElement(u.a,{checked:f.a.ShowMiddleNullTimeUnit,onChange:t=>f.a.ShowMiddleNullTimeUnit=t,text:"Show all intermediary times unit, even when null.",tooltip:r.a.createElement(r.a.Fragment,null,"ex : 1 hours 13 seconds becomes 1 hours 0 minutes 13 seconds.")}),r.a.createElement(i.a,{title:r.a.createElement(o.a,null,"Terminal commands and log entries will be timestamped. See https://date-fns.org/docs/Getting-Started/")},r.a.createElement(s.a,{key:"timestampFormat",InputProps:{startAdornment:r.a.createElement(o.a,{color:"format error"===Object(h.a)(t)&&""!==t?"error":"success"},"Timestamp format: ")},value:t,onChange:function(t){e(t.target.value),f.a.TimestampsFormat=t.target.value},placeholder:"yyyy-MM-dd hh:mm:ss"})),r.a.createElement(o.a,null,"Example timestamp: ",""!==t?Object(h.a)(t):"no timestamp"),r.a.createElement("br",null),r.a.createElement(l.a,{startAdornment:r.a.createElement(o.a,null,"Locale "),value:n,onChange:function(t){d(t.target.value),f.a.Locale=t.target.value}},r.a.createElement(c.a,{value:"en"},"en"),r.a.createElement(c.a,{value:"bg"},"bg"),r.a.createElement(c.a,{value:"cs"},"cs"),r.a.createElement(c.a,{value:"da-dk"},"da-dk"),r.a.createElement(c.a,{value:"de"},"de"),r.a.createElement(c.a,{value:"en-au"},"en-au"),r.a.createElement(c.a,{value:"en-gb"},"en-gb"),r.a.createElement(c.a,{value:"es"},"es"),r.a.createElement(c.a,{value:"fr"},"fr"),r.a.createElement(c.a,{value:"hu"},"hu"),r.a.createElement(c.a,{value:"it"},"it"),r.a.createElement(c.a,{value:"lv"},"lv"),r.a.createElement(c.a,{value:"no"},"no"),r.a.createElement(c.a,{value:"pl"},"pl"),r.a.createElement(c.a,{value:"ru"},"ru")))}},function(t,e,n){"use strict";n.d(e,"a",(function(){return l}));var a=n(0),r=n.n(a),i=n(6),o=n(135),s=n(334);const l=()=>r.a.createElement(s.a,{title:"Misc"},r.a.createElement(o.a,{checked:i.a.DisableHotkeys,onChange:t=>i.a.DisableHotkeys=t,text:"Disable hotkeys",tooltip:r.a.createElement(r.a.Fragment,null,'If this is set, then most hotkeys (keyboard shortcuts) in the game are disabled. This includes Terminal commands, hotkeys to navigate between different parts of the game, and the "Save and Close (Ctrl + b)" hotkey in the Text Editor.')}),r.a.createElement(o.a,{checked:i.a.EnableBashHotkeys,onChange:t=>i.a.EnableBashHotkeys=t,text:"Enable bash hotkeys",tooltip:r.a.createElement(r.a.Fragment,null,"Improved Bash emulation mode. Setting this to 1 enables several new Terminal shortcuts and features that more closely resemble a real Bash-style shell. Note that when this mode is enabled, the default browser shortcuts are overridden by the new Bash shortcuts.")}))},function(t,e,n){"use strict";n.d(e,"a",(function(){return d}));var a=n(0),r=n.n(a),i=n(3),o=n(146),s=n(23),l=n(87),c=n(10),f=n(334),u=n(6),m=n(1371),h=n(551);const d=()=>{const[t,e]=Object(a.useState)(u.a.RemoteFileApiPort);return r.a.createElement(f.a,{title:"Remote API"},r.a.createElement(i.a,null,"These settings control the Remote API for bitburner. This is typically used to write scripts using an external text editor and then upload files to the home server."),r.a.createElement(i.a,null,r.a.createElement(o.a,{href:"https://bitburner.readthedocs.io/en/latest/remoteapi.html",target:"_blank"},"Documentation")),r.a.createElement(m.a,{isConnected:h.a}),r.a.createElement(s.a,{title:r.a.createElement(i.a,null,"This port number is used to connect to a Remote API port, please ensure that it matches with your Remote API server port. Set to 0 to disable the feature.")},r.a.createElement(l.a,{key:"remoteAPIPort",InputProps:{startAdornment:r.a.createElement(i.a,{color:t>0&&t<=65535?"success":"error"},"Port: "),endAdornment:r.a.createElement(c.a,{onClick:h.b},"Connect")},value:t,onChange:function(t){e(Number(t.target.value)),u.a.RemoteFileApiPort=Number(t.target.value)},placeholder:"12525"})))}},function(t,e,n){"use strict";n.d(e,"a",(function(){return f}));var a=n(3),r=n(0),i=n.n(r),o=n(1372),s=n.n(o),l=n(1373),c=n.n(l);const f=t=>{const[e,n]=Object(r.useState)(t.isConnected());return Object(r.useEffect)(()=>{const e=setInterval(()=>{n(t.isConnected())},1e3);return()=>clearInterval(e)}),i.a.createElement(i.a.Fragment,null,i.a.createElement(a.a,null,"Status: ",i.a.createElement(a.a,{component:"span",color:e?"primary":"error"},e?i.a.createElement(i.a.Fragment,null,"Online ",i.a.createElement(s.a,null)):i.a.createElement(i.a.Fragment,null,"Offline ",i.a.createElement(c.a,null)))))}},,,function(t,e,n){"use strict";n.d(e,"a",(function(){return c}));var a,r,i,o=n(207),s=n(809),l=n(83);class c{constructor(t,e){this.ipaddr=t,this.port=e}stopConnection(){var t;null===(t=this.connection)||void 0===t||t.close()}startConnection(){const t=c.protocol+"://"+this.ipaddr+":"+this.port;this.connection=new WebSocket(t),this.connection.addEventListener("error",e=>l.b.emit(`Error with websocket ${t}, details: ${JSON.stringify(e)}`,l.d.ERROR,5e3)),this.connection.addEventListener("message",f),this.connection.addEventListener("open",()=>l.b.emit(`Remote API connection established on ${this.ipaddr}:${this.port}`,l.d.SUCCESS,2e3)),this.connection.addEventListener("close",()=>l.b.emit("Remote API connection closed",l.d.WARNING,2e3))}}function f(t){const e=JSON.parse(t.data);if(!e.method||!s.a[e.method]){const t=new o.a({error:"Unknown message received",id:e.id});return void this.send(JSON.stringify(t))}const n=s.a[e.method](e);n&&this.send(JSON.stringify(n))}i="ws",(r="protocol")in(a=c)?Object.defineProperty(a,r,{value:i,enumerable:!0,configurable:!0,writable:!0}):a[r]=i},function(t,e,n){"use strict";n.d(e,"a",(function(){return c}));var a=n(0),r=n.n(a),i=n(6),o=n(334),s=n(447),l=n(135);const c=()=>{const[t,e]=Object(a.useState)(i.a.CodeInstructionRunTime),[n,c]=Object(a.useState)(i.a.MaxRecentScriptsCapacity),[f,u]=Object(a.useState)(i.a.MaxLogCapacity),[m,h]=Object(a.useState)(i.a.MaxPortCapacity),[d,p]=Object(a.useState)(i.a.MaxTerminalCapacity),[g,b]=Object(a.useState)(i.a.AutosaveInterval);return r.a.createElement(o.a,{title:"System"},r.a.createElement(r.a.Fragment,null,r.a.createElement(s.a,{label:".script exec time (ms)",initialValue:t,callback:function(t,n){e(n),i.a.CodeInstructionRunTime=n},step:1,min:5,max:100,tooltip:r.a.createElement(r.a.Fragment,null,"The minimum number of milliseconds it takes to execute an operation in Netscript. Setting this too low can result in poor performance if you have many scripts running.")}),r.a.createElement(s.a,{label:"Recently killed scripts size",initialValue:n,callback:function(t,e){c(e),i.a.MaxRecentScriptsCapacity=e},step:25,min:0,max:500,tooltip:r.a.createElement(r.a.Fragment,null,"The maximum number of recently killed scripts the game will keep.")}),r.a.createElement(s.a,{label:"Netscript log size",initialValue:f,callback:function(t,e){u(e),i.a.MaxLogCapacity=e},step:20,min:20,max:500,tooltip:r.a.createElement(r.a.Fragment,null,"The maximum number of lines a script's logs can hold. Setting this too high can cause the game to use a lot of memory if you have many scripts running.")}),r.a.createElement(s.a,{label:"Netscript port size",initialValue:m,callback:function(t,e){h(e),i.a.MaxPortCapacity=e},step:1,min:20,max:100,tooltip:r.a.createElement(r.a.Fragment,null,"The maximum number of entries that can be written to a port using Netscript's write() function. Setting this too high can cause the game to use a lot of memory.")}),r.a.createElement(s.a,{label:"Terminal capacity",initialValue:d,callback:function(t,e){p(e),i.a.MaxTerminalCapacity=e},step:50,min:50,max:500,tooltip:r.a.createElement(r.a.Fragment,null,"The maximum number of entries that can be written to the terminal. Setting this too high can cause the game to use a lot of memory."),marks:!0}),r.a.createElement(s.a,{label:"Autosave interval (s)",initialValue:g,callback:function(t,e){b(e),i.a.AutosaveInterval=e},step:30,min:0,max:600,tooltip:r.a.createElement(r.a.Fragment,null,"The time (in seconds) between each autosave. Set to 0 to disable autosave."),marks:!0})),r.a.createElement(l.a,{checked:i.a.SuppressSavedGameToast,onChange:t=>i.a.SuppressSavedGameToast=t,text:"Suppress Auto-Save Game Toast",tooltip:r.a.createElement(r.a.Fragment,null,'If this is set, there will be no "Game Saved!" toast appearing after an auto-save.')}),r.a.createElement(l.a,{checked:i.a.SuppressAutosaveDisabledWarnings,onChange:t=>i.a.SuppressAutosaveDisabledWarnings=t,text:"Suppress Auto-Save Disabled Warning",tooltip:r.a.createElement(r.a.Fragment,null,"If this is set, there will be no warning triggered when auto-save is disabled (at 0).")}),r.a.createElement(l.a,{checked:i.a.SaveGameOnFileSave,onChange:t=>i.a.SaveGameOnFileSave=t,text:"Save game on file save",tooltip:r.a.createElement(r.a.Fragment,null,"Save your game any time a file is saved in the script editor.")}),r.a.createElement(l.a,{checked:i.a.ExcludeRunningScriptsFromSave,onChange:t=>i.a.ExcludeRunningScriptsFromSave=t,text:"Exclude Running Scripts from Save",tooltip:r.a.createElement(r.a.Fragment,null,"If this is set, the save file will exclude all running scripts. This is only useful if your save is lagging a lot. You'll have to restart your script every time you launch the game.")}))}},function(t,e,n){"use strict";n.d(e,"a",(function(){return m}));var a=n(0),r=n.n(a),i=n(246),o=n(3),s=n(10),l=n(21),c=n(1),f=n(1377),u=n(1383);function m(){const[t,e]=Object(a.useState)(!1),n=Object(a.useState)(!1)[1];function m(){n(t=>!t)}return Object(a.useEffect)(()=>{const t=setInterval(m,200);return()=>clearInterval(t)},[]),r.a.createElement(r.a.Fragment,null,r.a.createElement(i.a,{disableGutters:!0,maxWidth:"md",sx:{mx:0}},r.a.createElement(o.a,{variant:"h4"},"Sleeves"),r.a.createElement(o.a,null,"Duplicate Sleeves are MK-V Synthoids (synthetic androids) into which your consciousness has been copied. In other words, these Synthoids contain a perfect duplicate of your mind.",r.a.createElement("br",null),r.a.createElement("br",null),"Sleeves can be used to perform different tasks synchronously.",r.a.createElement("br",null),r.a.createElement("br",null))),r.a.createElement(s.a,{onClick:()=>e(!0)},"FAQ"),r.a.createElement(s.a,{href:"https://bitburner.readthedocs.io/en/latest/advancedgameplay/sleeves.html#duplicate-sleeves",target:"_blank"},"Wiki Documentation"),r.a.createElement(l.a,{display:"grid",sx:{gridTemplateColumns:"repeat(2, 1fr)",mt:1}},c.a.sleeves.map((t,e)=>r.a.createElement(f.a,{key:e,rerender:m,sleeve:t}))),r.a.createElement(u.a,{open:t,onClose:()=>e(!1)}))}},function(t,e,n){"use strict";n.d(e,"a",(function(){return M}));var a=n(47),r=n(21),i=n(10),o=n(23),s=n(3),l=n(0),c=n.n(l),f=n(108),u=n(15),m=n(1),h=n(7),d=n(396),p=n(1378),g=n(1379),b=n(811),y=n(1381),E=n(1382),v=n(355),k=n(479),w=n(480),S=n(306),_=n(266),C=n(377),x=n(351),L=n(256),O=n(356);function M(t){const[e,n]=Object(l.useState)(!1),[M,A]=Object(l.useState)(!1),[T,R]=Object(l.useState)(!1),[N,P]=Object(l.useState)(["------","------","------"]);let I=c.a.createElement(c.a.Fragment,null,"This sleeve is currently idle");if(Object(O.b)(t.sleeve.currentWork)){const e=t.sleeve.currentWork.getCrime();I=c.a.createElement(c.a.Fragment,null,"This sleeve is currently attempting to ",e.type," (Success Rate:"," ",h.a.formatPercentage(e.successRate(t.sleeve)),").")}if(Object(v.b)(t.sleeve.currentWork)&&(I=t.sleeve.currentWork.isGym()?c.a.createElement(c.a.Fragment,null,"This sleeve is currently working out at ",t.sleeve.currentWork.location,"."):c.a.createElement(c.a.Fragment,null,"This sleeve is currently studying at ",t.sleeve.currentWork.location,".")),Object(k.b)(t.sleeve.currentWork)&&(I=c.a.createElement(c.a.Fragment,null,"This sleeve is currently set to synchronize with the original consciousness. This causes the Sleeve's synchronization to increase.")),Object(w.b)(t.sleeve.currentWork)&&(I=c.a.createElement(c.a.Fragment,null,"This sleeve is currently set to focus on shock recovery. This causes the Sleeve's shock to decrease at a faster rate.")),Object(S.b)(t.sleeve.currentWork)){let e="nothing";switch(t.sleeve.currentWork.factionWorkType){case f.a.FIELD:e="Field work";break;case f.a.HACKING:e="Hacking contracts";break;case f.a.SECURITY:e="Security work"}I=c.a.createElement(c.a.Fragment,null,"This sleeve is currently doing ",e," for ",t.sleeve.currentWork.factionName,".")}if(Object(_.b)(t.sleeve.currentWork)&&(I=c.a.createElement(c.a.Fragment,null,"This sleeve is currently working your job at ",t.sleeve.currentWork.companyName,".")),Object(L.b)(t.sleeve.currentWork)){const e=t.sleeve.currentWork;I=c.a.createElement(c.a.Fragment,null,"This sleeve is currently attempting to perform ",e.actionName,". (",(100*e.cyclesWorked/e.cyclesNeeded(t.sleeve)).toFixed(2),"%)")}if(Object(C.b)(t.sleeve.currentWork)){const e=t.sleeve.currentWork;I=c.a.createElement(c.a.Fragment,null,"This sleeve is currently attempting to infiltrate synthoids communities. (",(100*e.cyclesWorked/e.cyclesNeeded()).toFixed(2),"%)")}return Object(x.b)(t.sleeve.currentWork)&&(I=c.a.createElement(c.a.Fragment,null,"This sleeve is currently supporting you in your bladeburner activities.")),c.a.createElement(c.a.Fragment,null,c.a.createElement(a.a,{sx:{p:1,display:"grid",gridTemplateColumns:"1fr 1fr",width:"auto",gap:1}},c.a.createElement("span",null,c.a.createElement(b.b,{sleeve:t.sleeve}),c.a.createElement(r.a,{display:"grid",sx:{gridTemplateColumns:"1fr 1fr",width:"100%"}},c.a.createElement(i.a,{onClick:()=>n(!0)},"More Stats"),c.a.createElement(o.a,{title:m.a.moneyA(!0),disabled:m.a.moneyR(!0),disabled:t.sleeve.shock<100,sx:{width:"100%",height:"100%"}},"Manage Augmentations"))))),c.a.createElement("span",null,c.a.createElement(b.a,{sleeve:t.sleeve}),c.a.createElement(y.a,{sleeve:t.sleeve,setABC:P}),c.a.createElement(i.a,{onClick:function(){switch(N[0]){case"------":break;case"Work for Company":t.sleeve.workForCompany(N[1]);break;case"Work for Faction":t.sleeve.workForFaction(N[1],N[2]);break;case"Commit Crime":t.sleeve.commitCrime(N[1]);break;case"Take University Course":t.sleeve.takeUniversityCourse(N[2],N[1]);break;case"Workout at Gym":t.sleeve.workoutAtGym(N[2],N[1]);break;case"Perform Bladeburner Actions":t.sleeve.bladeburner(N[1],N[2]);break;case"Shock Recovery":t.sleeve.shockRecovery();break;case"Synchronize":t.sleeve.synchronize();break;default:console.error("Invalid/Unrecognized taskValue in setSleeveTask(): "+N[0])}t.rerender()},sx:{width:"100%"}},"Set Task"),c.a.createElement(s.a,null,I),c.a.createElement(s.a,null,Object(O.b)(t.sleeve.currentWork)&&c.a.createElement(d.a,{variant:"determinate",value:t.sleeve.currentWork.cyclesWorked/t.sleeve.currentWork.cyclesNeeded()*100,color:"primary"}),Object(L.b)(t.sleeve.currentWork)&&c.a.createElement(d.a,{variant:"determinate",value:t.sleeve.currentWork.cyclesWorked/t.sleeve.currentWork.cyclesNeeded(t.sleeve)*100,color:"primary"})))),c.a.createElement(p.a,{open:e,onClose:()=>n(!1),sleeve:t.sleeve}),c.a.createElement(E.a,{open:M,onClose:()=>A(!1),sleeve:t.sleeve,rerender:t.rerender}),c.a.createElement(g.a,{open:T,onClose:()=>R(!1),sleeve:t.sleeve}))}},function(t,e,n){"use strict";n.d(e,"a",(function(){return u}));var a=n(7),r=n(29),i=n(15),o=n(3),s=n(257),l=n(40),c=n(0),f=n.n(c);function u(t){return f.a.createElement(l.a,{open:t.open,onClose:t.onClose},f.a.createElement(s.a,{rows:[[f.a.createElement(f.a.Fragment,null,"Hacking: "),t.sleeve.skills.hacking,f.a.createElement(f.a.Fragment,null," (",a.a.formatExp(t.sleeve.exp.hacking)," exp)")],[f.a.createElement(f.a.Fragment,null,"Strength: "),t.sleeve.skills.strength,f.a.createElement(f.a.Fragment,null," (",a.a.formatExp(t.sleeve.exp.strength)," exp)")],[f.a.createElement(f.a.Fragment,null,"Defense: "),t.sleeve.skills.defense,f.a.createElement(f.a.Fragment,null," (",a.a.formatExp(t.sleeve.exp.defense)," exp)")],[f.a.createElement(f.a.Fragment,null,"Dexterity: "),t.sleeve.skills.dexterity,f.a.createElement(f.a.Fragment,null," (",a.a.formatExp(t.sleeve.exp.dexterity)," exp)")],[f.a.createElement(f.a.Fragment,null,"Agility: "),t.sleeve.skills.agility,f.a.createElement(f.a.Fragment,null," (",a.a.formatExp(t.sleeve.exp.agility)," exp)")],[f.a.createElement(f.a.Fragment,null,"Charisma: "),t.sleeve.skills.charisma,f.a.createElement(f.a.Fragment,null," (",a.a.formatExp(t.sleeve.exp.charisma)," exp)")]],title:"Stats:"}),f.a.createElement("br",null),f.a.createElement(s.a,{rows:[[f.a.createElement(f.a.Fragment,null,"Hacking Level multiplier: "),a.a.formatPercentage(t.sleeve.mults.hacking)],[f.a.createElement(f.a.Fragment,null,"Hacking Experience multiplier: "),a.a.formatPercentage(t.sleeve.mults.hacking_exp)],[f.a.createElement(f.a.Fragment,null,"Strength Level multiplier: "),a.a.formatPercentage(t.sleeve.mults.strength)],[f.a.createElement(f.a.Fragment,null,"Strength Experience multiplier: "),a.a.formatPercentage(t.sleeve.mults.strength_exp)],[f.a.createElement(f.a.Fragment,null,"Defense Level multiplier: "),a.a.formatPercentage(t.sleeve.mults.defense)],[f.a.createElement(f.a.Fragment,null,"Defense Experience multiplier: "),a.a.formatPercentage(t.sleeve.mults.defense_exp)],[f.a.createElement(f.a.Fragment,null,"Dexterity Level multiplier: "),a.a.formatPercentage(t.sleeve.mults.dexterity)],[f.a.createElement(f.a.Fragment,null,"Dexterity Experience multiplier: "),a.a.formatPercentage(t.sleeve.mults.dexterity_exp)],[f.a.createElement(f.a.Fragment,null,"Agility Level multiplier: "),a.a.formatPercentage(t.sleeve.mults.agility)],[f.a.createElement(f.a.Fragment,null,"Agility Experience multiplier: "),a.a.formatPercentage(t.sleeve.mults.agility_exp)],[f.a.createElement(f.a.Fragment,null,"Charisma Level multiplier: "),a.a.formatPercentage(t.sleeve.mults.charisma)],[f.a.createElement(f.a.Fragment,null,"Charisma Experience multiplier: "),a.a.formatPercentage(t.sleeve.mults.charisma_exp)],[f.a.createElement(f.a.Fragment,null,"Faction Reputation Gain multiplier: "),a.a.formatPercentage(t.sleeve.mults.faction_rep)],[f.a.createElement(f.a.Fragment,null,"Company Reputation Gain multiplier: "),a.a.formatPercentage(t.sleeve.mults.company_rep)],[f.a.createElement(f.a.Fragment,null,"Salary multiplier: "),a.a.formatPercentage(t.sleeve.mults.work_money)],[f.a.createElement(f.a.Fragment,null,"Crime Money multiplier: "),a.a.formatPercentage(t.sleeve.mults.crime_money)],[f.a.createElement(f.a.Fragment,null,"Crime Success multiplier: "),a.a.formatPercentage(t.sleeve.mults.crime_success)]],title:"Multipliers:"}),t.sleeve.storedCycles>10&&f.a.createElement(o.a,{sx:{py:2}},"Bonus Time: ",Object(r.b)(t.sleeve.storedCycles*i.a.MilliPerCycle)))}},function(t,e,n){"use strict";n.d(e,"a",(function(){return u}));var a=n(246),r=n(47),i=n(3),o=n(0),s=n.n(o),l=n(669),c=n(1),f=n(40);function u(t){const e=Object(o.useState)(!1)[1];function n(){e(t=>!t)}Object(o.useEffect)(()=>{const t=setInterval(n,150);return()=>clearInterval(t)},[]);const u=t.sleeve.augmentations.map(t=>t.name),m=t.sleeve.findPurchasableAugs();return s.a.createElement(f.a,{open:t.open,onClose:t.onClose},s.a.createElement(a.a,{component:r.a,disableGutters:!0,maxWidth:"lg",sx:{mx:0,mb:1,p:1}},s.a.createElement(i.a,null,"You can purchase Augmentations for your Duplicate Sleeves. These Augmentations have the same effect as they would for you. You can only purchase Augmentations that you have unlocked through Factions.",s.a.createElement("br",null),s.a.createElement("br",null),"When purchasing an Augmentation for a Duplicate Sleeve, they are immediately installed. This means that the Duplicate Sleeve will immediately lose all of its stat experience.",s.a.createElement("br",null),s.a.createElement("br",null),"Augmentations will appear below as they become available.")),s.a.createElement(l.a,{augNames:m.map(t=>t.name),ownedAugNames:u,canPurchase:t=>c.a.money>t.baseCost,purchaseAugmentation:e=>{t.sleeve.tryBuyAugmentation(e),n()},sleeveAugs:!0}))}},function(t,e,n){"use strict";n.d(e,"a",(function(){return m}));var a=n(0),r=n.n(a),i=n(101),o=n(114),s=n(24),l=n(40),c=n(1),f=n(3),u=n(10);function m(t){if(!t.aug||!t.faction)return r.a.createElement(r.a.Fragment,null);return r.a.createElement(l.a,{open:t.open,onClose:t.onClose},r.a.createElement(f.a,{variant:"h4"},t.aug.name),r.a.createElement(f.a,null,t.aug.info,r.a.createElement("br",null),r.a.createElement("br",null),t.aug.stats,r.a.createElement("br",null),r.a.createElement("br",null),"Would you like to purchase the ",t.aug.name," Augmentation for ",r.a.createElement(s.a,{money:t.aug.getCost().moneyCost}),"?",r.a.createElement("br",null),r.a.createElement("br",null)),r.a.createElement(u.a,{autoFocus:!0,onClick:function(){!t.aug||!Object(o.g)(t.aug)&&c.a.hasAugmentation(t.aug.name)||(Object(i.f)(t.aug,t.faction),t.onClose())}},"Purchase"))}},function(t,e,n){"use strict";n.d(e,"a",(function(){return T}));var a=n(0),r=n.n(a),i=n(1),o=n(84),s=n(11),l=n(17),c=n(30),f=n(130),u=n(74),m=n(5),h=n(306),d=n(266),p=n(256),g=n(480),b=n(479),y=n(355),E=n(377),v=n(351),k=n(57),w=n(356),S=n(108);const _=["Study Computer Science","Data Structures","Networks","Algorithms","Management","Leadership"],C=["Train Strength","Train Defense","Train Dexterity","Train Agility"],x=["Field analysis","Recruitment","Diplomacy","Hyperbolic Regeneration Chamber","Infiltrate synthoids","Support main sleeve","Take on contracts"];function L(t){const e=[];for(const n of i.a.sleeves)t!==n&&Object(d.b)(n.currentWork)&&e.push(n.currentWork.companyName);return Object.keys(i.a.jobs).filter(t=>!e.includes(t))}function O(t){const e=[m.a.Bladeburners,m.a.ShadowsOfAnarchy];i.a.gang&&e.push(i.a.gang.facName);for(const n of i.a.sleeves)t!==n&&Object(h.b)(n.currentWork)&&e.push(n.currentWork.factionName);const n=[];for(const t of i.a.factions)e.includes(t)||n.push(t);return n.filter(t=>{const e=c.a[t];if(!e)return!1;const n=e.getInfo();return n.offerHackingWork||n.offerFieldWork||n.offerSecurityWork})}const M={"------":()=>({first:["------"],second:()=>["------"]}),"Work for Company":t=>{let e=L(t);return 0===e.length&&(e=["------"]),{first:e,second:()=>["------"]}},"Work for Faction":t=>{let e=O(t);return 0===e.length&&(e=["------"]),{first:e,second:t=>{const e=c.a[t];if(!e)return["------"];const n=e.getInfo(),a=[];return n.offerHackingWork&&a.push("Hacking Contracts"),n.offerFieldWork&&a.push("Field Work"),n.offerSecurityWork&&a.push("Security Work"),a}}},"Commit Crime":()=>({first:Object.values(o.a).map(t=>t.name),second:()=>["------"]}),"Take University Course":t=>{let e=[];switch(t.city){case l.a.Aevum:e=[s.a.AevumSummitUniversity];break;case l.a.Sector12:e=[s.a.Sector12RothmanUniversity];break;case l.a.Volhaven:e=[s.a.VolhavenZBInstituteOfTechnology];break;default:e=["No university available in city!"]}return{first:_,second:()=>e}},"Workout at Gym":t=>{let e=[];switch(t.city){case l.a.Aevum:e=[s.a.AevumCrushFitnessGym,s.a.AevumSnapFitnessGym];break;case l.a.Sector12:e=[s.a.Sector12IronGym,s.a.Sector12PowerhouseGym];break;case l.a.Volhaven:e=[s.a.VolhavenMilleniumFitnessGym];break;default:e=["No gym available in city!"]}return{first:C,second:()=>e}},"Perform Bladeburner Actions":t=>({first:x,second:e=>"Take on contracts"===e?function(t){const e=i.a.bladeburner;if(null===e)return["------"];let n=e.getContractNamesNetscriptFn();for(const e of i.a.sleeves)if(t!==e&&Object(p.b)(e.currentWork)&&"Contracts"===e.currentWork.actionType){const t=e.currentWork;n=n.filter(e=>e!=t.actionName)}return 0===n.length?["------"]:n}(t):["------"]}),"Shock Recovery":()=>({first:["------"],second:()=>["------"]}),Synchronize:()=>({first:["------"],second:()=>["------"]})},A={"------":()=>!0,"Work for Company":t=>L(t).length>0,"Work for Faction":t=>O(t).length>0,"Commit Crime":()=>!0,"Take University Course":t=>[l.a.Aevum,l.a.Sector12,l.a.Volhaven].includes(t.city),"Workout at Gym":t=>[l.a.Aevum,l.a.Sector12,l.a.Volhaven].includes(t.city),"Perform Bladeburner Actions":()=>i.a.inBladeburner(),"Shock Recovery":t=>t.shock<100,Synchronize:t=>t.sync<100};function T(t){const e=function(t){const e=t.currentWork;if(null===e)return["------","------","------"];if(Object(d.b)(e))return["Work for Company",e.companyName,"------"];if(Object(h.b)(e)){let t="";switch(e.factionWorkType){case S.a.HACKING:t="Hacking Contracts";break;case S.a.FIELD:t="Field Work";break;case S.a.SECURITY:t="Security Work"}return["Work for Faction",e.factionName,t]}if(Object(p.b)(e)){if("Contracts"===e.actionType)return["Perform Bladeburner Actions","Take on contracts",e.actionName];switch(e.actionName){case"Field Analysis":return["Perform Bladeburner Actions","Field Analysis","------"];case"Diplomacy":return["Perform Bladeburner Actions","Diplomacy","------"];case"Recruitment":return["Perform Bladeburner Actions","Recruitment","------"];case"Hyperbolic Regeneration Chamber":return["Perform Bladeburner Actions","Hyperbolic Regeneration Chamber","------"]}}if(Object(y.b)(e))switch(e.classType){case k.a.StudyComputerScience:return["Take University Course","Study Computer Science",e.location];case k.a.DataStructures:return["Take University Course","Data Structures",e.location];case k.a.Networks:return["Take University Course","Networks",e.location];case k.a.Algorithms:return["Take University Course","Algorithms",e.location];case k.a.Management:return["Take University Course","Management",e.location];case k.a.Leadership:return["Take University Course","Leadership",e.location];case k.a.GymStrength:return["Workout at Gym","Train Strength",e.location];case k.a.GymDefense:return["Workout at Gym","Train Defense",e.location];case k.a.GymDexterity:return["Workout at Gym","Train Dexterity",e.location];case k.a.GymAgility:return["Workout at Gym","Train Agility",e.location]}var n,a;return Object(w.b)(e)?["Commit Crime",null!==(n=null===(a=Object.values(o.a).find(t=>t.type===e.crimeType))||void 0===a?void 0:a.name)&&void 0!==n?n:"Shoplift","------"]:Object(v.b)(e)?["Perform Bladeburner Actions","Support main sleeve","------"]:Object(E.b)(e)?["Perform Bladeburner Actions","Infiltrate synthoids","------"]:Object(g.b)(e)?["Shock Recovery","------","------"]:Object(b.b)(e)?["Synchronize","------","------"]:["------","------","------"]}(t.sleeve),[n,i]=Object(a.useState)(e[0]),[s,l]=Object(a.useState)(e[1]),[c,m]=Object(a.useState)(e[2]),_=Object.keys(A).filter(e=>A[e](t.sleeve)),C=M[n];if(void 0===C)throw new Error(`No function for task '${n}'`);const x=C(t.sleeve),L=x.second(s);return x.first.length>0&&!x.first.includes(s)&&(l(x.first[0]),t.setABC([n,x.first[0],c])),L.length>0&&!L.includes(c)&&(m(L[0]),t.setABC([n,s,L[0]])),r.a.createElement(r.a.Fragment,null,r.a.createElement(f.a,{onChange:function(e){var a;const r=e.target.value,o=M[r];if(void 0===o)throw new Error(`No function for task '${n}'`);const s=o(t.sleeve),c=null!==(a=s.second(s.first[0]))&&void 0!==a?a:["------"];m(c[0]),l(s.first[0]),i(r),t.setABC([r,s.first[0],c[0]])},value:n,sx:{width:"100%"}},_.map(t=>r.a.createElement(u.a,{key:t,value:t},t))),!(1===x.first.length&&"------"===x.first[0])&&r.a.createElement(r.a.Fragment,null,r.a.createElement(f.a,{onChange:function(e){l(e.target.value),t.setABC([n,e.target.value,c])},value:s,sx:{width:"100%"}},x.first.map(t=>r.a.createElement(u.a,{key:t,value:t},t)))),!(1===L.length&&"------"===L[0])&&r.a.createElement(r.a.Fragment,null,r.a.createElement(f.a,{onChange:function(e){m(e.target.value),t.setABC([n,s,e.target.value])},value:c,sx:{width:"100%"}},L.map(t=>r.a.createElement(u.a,{key:t,value:t},t)))))}},function(t,e,n){"use strict";n.d(e,"a",(function(){return p}));var a=n(0),r=n.n(a),i=n(15),o=n(24),s=n(483),l=n(17),c=n(6),f=n(19),u=n(1),m=n(40),h=n(3),d=n(10);function p(t){function e(e){u.a.canAfford(i.a.TravelCost)||Object(f.a)("You cannot afford to have this sleeve travel to another city"),t.sleeve.city=e,u.a.loseMoney(i.a.TravelCost,"sleeve"),t.sleeve.stopWork(),t.rerender(),t.onClose()}return r.a.createElement(m.a,{open:t.open,onClose:t.onClose},r.a.createElement(r.a.Fragment,null,r.a.createElement(h.a,null,"Have this sleeve travel to a different city. This affects the gyms and universities at which this sleeve can study. Traveling to a different city costs ",r.a.createElement(o.a,{money:i.a.TravelCost,forPurchase:!0}),". It will also set your current sleeve task to idle."),c.a.DisableASCIIArt?Object.values(l.a).map(t=>r.a.createElement(d.a,{key:t,onClick:()=>e(t)},t)):r.a.createElement(s.a,{currentCity:t.sleeve.city,onTravel:t=>e(t)})))}},function(t,e,n){"use strict";n.d(e,"a",(function(){return l}));var a=n(0),r=n.n(a),i=n(40),o=n(3),s=n(5);function l({open:t,onClose:e}){return r.a.createElement(i.a,{open:t,onClose:e},r.a.createElement(r.a.Fragment,null,r.a.createElement(o.a,{variant:"h4"},"How do Duplicate Sleeves work?"),r.a.createElement("br",null),r.a.createElement(o.a,null,"Duplicate Sleeves are essentially clones. You can use them to perform any work type action, such as working for a company/faction or committing a crime. Having sleeves perform these tasks earns you money, experience, and reputation."),r.a.createElement("br",null),r.a.createElement("br",null),r.a.createElement(o.a,null,"Sleeves are their own individuals, which means they each have their own experience and stats."),r.a.createElement("br",null),r.a.createElement("br",null),r.a.createElement(o.a,null,"When a sleeve earns experience, it earns experience for itself, the player's original 'consciousness', as well as all of the player's other sleeves."),r.a.createElement("br",null),r.a.createElement("br",null),r.a.createElement(o.a,{variant:"h4"},"What is Synchronization (Sync)?"),r.a.createElement("br",null),r.a.createElement(o.a,null,"Synchronization is a measure of how aligned your consciousness is with that of your Duplicate Sleeves. It is a numerical value between 1 and 100, and it affects how much experience is earned when the sleeve is performing a task."),r.a.createElement("br",null),r.a.createElement("br",null),r.a.createElement(o.a,null,"Let N be the sleeve's synchronization. When the sleeve earns experience by performing a task, both the sleeve and the player's original host consciousness earn N% of the amount of experience normally earned by the task. All of the player's other sleeves earn ((N/100)^2 * 100)% of the experience."),r.a.createElement("br",null),r.a.createElement("br",null),r.a.createElement(o.a,null,"Synchronization can be increased by assigning sleeves to the 'Synchronize' task."),r.a.createElement("br",null),r.a.createElement("br",null),r.a.createElement(o.a,{variant:"h4"},"What is Shock?"),r.a.createElement("br",null),r.a.createElement(o.a,null,"Sleeve shock is a measure of how much trauma the sleeve has due to being placed in a new body. It is a numerical value between 0 and 99, where 99 indicates full shock and 0 indicates no shock. Shock affects the amount of experience earned by the sleeve."),r.a.createElement("br",null),r.a.createElement("br",null),r.a.createElement(o.a,null,"Sleeve shock slowly decreases over time. You can further increase the rate at which it decreases by assigning sleeves to the 'Shock Recovery' task."),r.a.createElement("br",null),r.a.createElement("br",null),r.a.createElement(o.a,{variant:"h4"},"Why can't I work for this company or faction?"),r.a.createElement("br",null),r.a.createElement(o.a,null,"Only one of your sleeves can work for a given company/faction a time. To clarify further, if you have two sleeves they can work for two different companies/factions, but they cannot both work for the same company/faction."),r.a.createElement("br",null),r.a.createElement("br",null),r.a.createElement(o.a,{variant:"h4"},"How do I buy Augmentations for my Sleeves?"),r.a.createElement("br",null),r.a.createElement(o.a,null,"Your Sleeve needs to have a Shock of 0 in order for you to buy Augmentations for it."),r.a.createElement("br",null),r.a.createElement("br",null),r.a.createElement(o.a,{variant:"h4"},"Why can't I buy the X Augmentation for my sleeve?"),r.a.createElement("br",null),r.a.createElement(o.a,null,"Certain Augmentations, like ",s.a.Bladeburners,"-specific ones and NeuroFlux Governor, are not available for sleeves. You also need enough current reputation on some faction that offers that Augmentation."),r.a.createElement("br",null),r.a.createElement("br",null),r.a.createElement(o.a,{variant:"h4"},"Do sleeves get reset when installing Augmentations or switching BitNodes?"),r.a.createElement("br",null),r.a.createElement(o.a,null,"Sleeves are reset when switching BitNodes, but not when installing Augmentations. However installing Augmentations on a sleeve does reset their stats."),r.a.createElement("br",null),r.a.createElement("br",null),r.a.createElement(o.a,{variant:"h4"},"What is Memory?"),r.a.createElement("br",null),r.a.createElement(o.a,null,"Sleeve memory dictates what a sleeve's synchronization will be when it's reset by switching BitNodes. For example, if a sleeve has a memory of 25, then when you switch BitNodes its synchronization will initially be set to 25, rather than 1."),r.a.createElement("br",null),r.a.createElement("br",null),r.a.createElement(o.a,null,"Memory can only be increased by purchasing upgrades from ",s.a.TheCovenant,". It is a persistent stat, meaning it never gets resets back to 1. The maximum possible value for a sleeve's memory is 100.")))}},function(t,e,n){"use strict";n.d(e,"a",(function(){return w}));var a=n(0),r=n.n(a),i=n(1385),o=n(1386),s=n(1387),l=n(227),c=n(93),f=n(1388),u=n(1390),m=n(1391),h=n(1392),d=n(42),p=n(58),g=n(1),b=n(26),y=n(3),E=n(285),v=n(10),k=n(21);function w(){const[t,e]=Object(a.useState)(!1),n=Object(a.useState)(!1)[1];function w(){n(t=>!t)}const[S,_]=Object(a.useState)(d.c.x1);Object(a.useEffect)(()=>{const t=setInterval(w,200);return()=>clearInterval(t)},[]);let C,x=0;for(let t=0;t_(d.c.x1),()=>_(d.c.x5),()=>_(d.c.x10),()=>_(d.c.MAX)],O=g.a.hacknetNodes.map(t=>{if(Object(p.g)()){if(t instanceof l.a)throw new Error("node was hacknet node");const e=Object(b.d)(t);if(null==e)throw new Error("Could not find Hacknet Server object in AllServers map for IP: "+t);if(!(e instanceof c.a))throw new Error("node was not hacknet server");return r.a.createElement(s.a,{key:e.hostname,node:e,purchaseMultiplier:S,rerender:w})}if("string"==typeof t)throw new Error("node was ip string");return r.a.createElement(o.a,{key:t.name,node:t,purchaseMultiplier:S,rerender:w})});return r.a.createElement(r.a.Fragment,null,r.a.createElement(y.a,{variant:"h4"},"Hacknet ",Object(p.g)()?"Servers":"Nodes"),r.a.createElement(i.a,{hasHacknetServers:Object(p.g)()}),r.a.createElement(h.a,{cost:C,multiplier:S,onClick:function(){Object(p.l)(),w()}}),r.a.createElement("br",null),r.a.createElement(E.a,{container:!0,spacing:2},r.a.createElement(E.a,{item:!0,xs:6},r.a.createElement(m.a,{totalProduction:x})),r.a.createElement(E.a,{item:!0,xs:6},r.a.createElement(u.a,{onClicks:L,purchaseMultiplier:S}))),Object(p.g)()&&r.a.createElement(v.a,{onClick:()=>e(!0)},"Spend Hashes on Upgrades"),r.a.createElement(k.a,{sx:{display:"grid",width:"fit-content",gridTemplateColumns:"repeat(3, 1fr)"}},O),r.a.createElement(f.a,{open:t,onClose:()=>e(!1)}))}},function(t,e,n){"use strict";n.d(e,"a",(function(){return o}));var a=n(0),r=n.n(a),i=n(3);function o(t){return r.a.createElement(r.a.Fragment,null,r.a.createElement(i.a,null,"The Hacknet is a global, decentralized network of machines. It is used by hackers all around the world to anonymously share computing power and perform distributed cyberattacks without the fear of being traced."),t.hasHacknetServers?r.a.createElement(r.a.Fragment,null,r.a.createElement(i.a,null,"Here, you can purchase a Hacknet Server, an upgraded version of the Hacknet Node. Hacknet Servers will perform computations and operations on the network, earning you hashes. Hashes can be spent on a variety of different upgrades."),r.a.createElement(i.a,null,"Hacknet Servers can also be used as servers to run scripts. However, running scripts on a server will reduce its hash rate (hashes generated per second). A Hacknet Server's hash rate will be reduced by the percentage of RAM that is being used by that Server to run scripts.")):r.a.createElement(r.a.Fragment,null,r.a.createElement(i.a,null,"Here, you can purchase a Hacknet Node, a specialized machine that can connect and contribute its resources to the Hacknet network. This allows you to take a small percentage of profits from hacks performed on the network. Essentially, you are renting out your Node's computing power."),r.a.createElement(i.a,null,"Each Hacknet Node you purchase will passively earn you money. Each Hacknet Node can be upgraded in order to increase its computing power and thereby increase the profit you earn from it.")))}},function(t,e,n){"use strict";n.d(e,"a",(function(){return k}));var a=n(0),r=n.n(a),i=n(42),o=n(58),s=n(1),l=n(24),c=n(115),f=n(3),u=n(285),m=n(47),h=n(10),d=n(76),p=n(161),g=n(160),b=n(50),y=n(23),E=n(7),v=n(215);function k(t){const e=t.node,n=t.purchaseMultiplier,a=t.rerender;let k,w,S;if(e.level>=i.a.MaxLevel)k=r.a.createElement(h.a,{disabled:!0},"MAX LEVEL");else{let t=0;if("MAX"===n)t=Object(o.e)(e,i.a.MaxLevel);else{const a=i.a.MaxLevel-e.level;t=Math.min(a,n)}const u=Object(v.c)(e.level+t,e.ram,e.cores,s.a.mults.hacknet_node_money)-e.moneyGainRatePerSecond,m=e.calculateLevelUpgradeCost(t,s.a.mults.hacknet_node_level_cost);k=r.a.createElement(y.a,{title:r.a.createElement(f.a,null,"+",r.a.createElement(c.a,{money:u}))},r.a.createElement(h.a,{onClick:function(){const t="MAX"===n?Object(o.e)(e,i.a.MaxLevel):n;Object(o.n)(e,t),a()}},"+",t," - ",r.a.createElement(l.a,{money:m,forPurchase:!0})))}if(e.ram>=i.a.MaxRam)w=r.a.createElement(h.a,{disabled:!0},"MAX RAM");else{let t=0;if("MAX"===n)t=Object(o.f)(e,i.a.MaxRam);else{const a=Math.round(Math.log2(i.a.MaxRam/e.ram));t=Math.min(a,n)}const u=Object(v.c)(e.level,e.ram*Math.pow(2,t),e.cores,s.a.mults.hacknet_node_money)-e.moneyGainRatePerSecond,m=e.calculateRamUpgradeCost(t,s.a.mults.hacknet_node_ram_cost);w=r.a.createElement(y.a,{title:r.a.createElement(f.a,null,"+",r.a.createElement(c.a,{money:u}))},r.a.createElement(h.a,{onClick:function(){const t="MAX"===n?Object(o.f)(e,i.a.MaxRam):n;Object(o.o)(e,t),a()}},"+",t," - ",r.a.createElement(l.a,{money:m,forPurchase:!0})))}if(e.cores>=i.a.MaxCores)S=r.a.createElement(h.a,{disabled:!0},"MAX CORES");else{let t=0;if("MAX"===n)t=Object(o.d)(e,i.a.MaxCores);else{const a=i.a.MaxCores-e.cores;t=Math.min(a,n)}const u=Object(v.c)(e.level,e.ram,e.cores+t,s.a.mults.hacknet_node_money)-e.moneyGainRatePerSecond,m=e.calculateCoreUpgradeCost(t,s.a.mults.hacknet_node_core_cost);S=r.a.createElement(y.a,{title:r.a.createElement(f.a,null,"+",r.a.createElement(c.a,{money:u}))},r.a.createElement(h.a,{onClick:function(){const t="MAX"===n?Object(o.d)(e,i.a.MaxCores):n;Object(o.k)(e,t),a()}},"+",t," - ",r.a.createElement(l.a,{money:m,forPurchase:!0})))}return r.a.createElement(u.a,{item:!0,component:m.a,p:1},r.a.createElement(g.a,{size:"small"},r.a.createElement(p.a,null,r.a.createElement(b.a,null,r.a.createElement(d.b,{colSpan:3},r.a.createElement(f.a,null,e.name))),r.a.createElement(b.a,null,r.a.createElement(d.b,null,r.a.createElement(f.a,null,"Production:")),r.a.createElement(d.b,{colSpan:2},r.a.createElement(f.a,null,r.a.createElement(l.a,{money:e.totalMoneyGenerated})," (",r.a.createElement(c.a,{money:e.moneyGainRatePerSecond}),")"))),r.a.createElement(b.a,null,r.a.createElement(d.b,null,r.a.createElement(f.a,null,"Level:")),r.a.createElement(d.b,null,r.a.createElement(f.a,null,e.level)),r.a.createElement(d.b,null,k)),r.a.createElement(b.a,null,r.a.createElement(d.b,null,r.a.createElement(f.a,null,"RAM:")),r.a.createElement(d.b,null,r.a.createElement(f.a,null,E.a.formatRAM(e.ram))),r.a.createElement(d.b,null,w)),r.a.createElement(b.a,null,r.a.createElement(d.b,null,r.a.createElement(f.a,null,"Cores:")),r.a.createElement(d.b,null,r.a.createElement(f.a,null,e.cores)),r.a.createElement(d.b,null,S)))))}},function(t,e,n){"use strict";n.d(e,"a",(function(){return w}));var a=n(0),r=n.n(a),i=n(42),o=n(58),s=n(1),l=n(24),c=n(226),f=n(296),u=n(3),m=n(285),h=n(47),d=n(10),p=n(76),g=n(161),b=n(160),y=n(50),E=n(7),v=n(156),k=n(23);function w(t){const e=t.node,n=t.purchaseMultiplier,a=t.rerender;let w,S,_,C;if(e.level>=i.b.MaxLevel)w=r.a.createElement(d.a,{disabled:!0},"MAX LEVEL");else{let t=0;if("MAX"===n)t=Object(o.e)(e,i.b.MaxLevel);else{const a=i.b.MaxLevel-e.level;t=Math.min(a,n)}const c=Object(v.c)(e.level+t,0,e.maxRam,e.cores,s.a.mults.hacknet_node_money)-Object(v.c)(e.level,0,e.maxRam,e.cores,s.a.mults.hacknet_node_money),m=c*(e.maxRam-e.ramUsed)/e.maxRam,h=e.calculateLevelUpgradeCost(t,s.a.mults.hacknet_node_level_cost);w=r.a.createElement(k.a,{title:r.a.createElement(u.a,null,"+",r.a.createElement(f.a,{hashes:m})," (effective increase, taking current RAM usage into account)",r.a.createElement("br",null),r.a.createElement("span",{style:{opacity:.5}},"+",r.a.createElement(f.a,{hashes:c}))," ","(base increase, attained when no script is running)")},r.a.createElement(d.a,{onClick:function(){let t=n;"MAX"===n&&(t=Object(o.e)(e,i.b.MaxLevel));Object(o.n)(e,t),a()}},"+",t," - ",r.a.createElement(l.a,{money:h,forPurchase:!0})))}if(e.maxRam>=i.b.MaxRam)S=r.a.createElement(d.a,{disabled:!0},"MAX RAM");else{let t=0;if("MAX"===n)t=Object(o.f)(e,i.b.MaxRam);else{const a=Math.round(Math.log2(i.b.MaxRam/e.maxRam));t=Math.min(a,n)}const c=Object(v.c)(e.level,0,e.maxRam*Math.pow(2,t),e.cores,s.a.mults.hacknet_node_money)-Object(v.c)(e.level,0,e.maxRam,e.cores,s.a.mults.hacknet_node_money),m=Object(v.c)(e.level,e.ramUsed,e.maxRam*Math.pow(2,t),e.cores,s.a.mults.hacknet_node_money)-Object(v.c)(e.level,e.ramUsed,e.maxRam,e.cores,s.a.mults.hacknet_node_money),h=e.calculateRamUpgradeCost(t,s.a.mults.hacknet_node_ram_cost);S=r.a.createElement(k.a,{title:r.a.createElement(u.a,null,"+",r.a.createElement(f.a,{hashes:m})," (effective increase, taking current RAM usage into account)",r.a.createElement("br",null),r.a.createElement("span",{style:{opacity:.5}},"+",r.a.createElement(f.a,{hashes:c}))," ","(base increase, attained when no script is running)")},r.a.createElement(d.a,{onClick:function(){let t=n;"MAX"===n&&(t=Object(o.f)(e,i.b.MaxRam)),Object(o.o)(e,t),a()}},"+",t," - ",r.a.createElement(l.a,{money:h,forPurchase:!0})))}if(e.cores>=i.b.MaxCores)_=r.a.createElement(d.a,{disabled:!0},"MAX CORES");else{let t=0;if("MAX"===n)t=Object(o.d)(e,i.b.MaxCores);else{const a=i.b.MaxCores-e.cores;t=Math.min(a,n)}const c=Object(v.c)(e.level,0,e.maxRam,e.cores+t,s.a.mults.hacknet_node_money)-Object(v.c)(e.level,0,e.maxRam,e.cores,s.a.mults.hacknet_node_money),m=c*(e.maxRam-e.ramUsed)/e.maxRam,h=e.calculateCoreUpgradeCost(t,s.a.mults.hacknet_node_core_cost);_=r.a.createElement(k.a,{title:r.a.createElement(u.a,null,"+",r.a.createElement(f.a,{hashes:m})," (effective increase, taking current RAM usage into account)",r.a.createElement("br",null),r.a.createElement("span",{style:{opacity:.5}},"+",r.a.createElement(f.a,{hashes:c}))," ","(base increase, attained when no script is running)")},r.a.createElement(d.a,{onClick:function(){let t=n;"MAX"===n&&(t=Object(o.d)(e,i.b.MaxCores)),Object(o.k)(e,t),a()}},"+",t," - ",r.a.createElement(l.a,{money:h,forPurchase:!0})))}if(e.cache>=i.b.MaxCache)C=r.a.createElement(d.a,{disabled:!0},"MAX CACHE");else{let t=0;if("MAX"===n)t=Object(o.c)(e,i.b.MaxCache);else{const a=i.b.MaxCache-e.cache;t=Math.min(a,n)}const f=32*Math.pow(2,e.cache+t)-e.hashCapacity,m=e.calculateCacheUpgradeCost(t);C=r.a.createElement(k.a,{title:r.a.createElement(u.a,null,"+",r.a.createElement(c.a,{hashes:f})," hashes")},r.a.createElement(d.a,{onClick:function(){let t=n;"MAX"===n&&(t=Object(o.c)(e,i.b.MaxCache));Object(o.j)(e,t),a(),Object(o.p)()}},"+",t," - ",r.a.createElement(l.a,{money:m,forPurchase:!0}))),s.a.money}return r.a.createElement(m.a,{item:!0,component:h.a,p:1},r.a.createElement(b.a,{size:"small"},r.a.createElement(g.a,null,r.a.createElement(y.a,null,r.a.createElement(p.b,null,r.a.createElement(u.a,null,e.hostname))),r.a.createElement(y.a,null,r.a.createElement(p.b,null,r.a.createElement(u.a,null,"Production:")),r.a.createElement(p.b,{colSpan:2},r.a.createElement(k.a,{title:r.a.createElement(u.a,null,r.a.createElement(c.a,{hashes:e.totalHashesGenerated})," hashes produced by this server since last augment installation.",r.a.createElement("br",null),r.a.createElement(f.a,{hashes:e.hashRate})," current production rate.",r.a.createElement("br",null),r.a.createElement("span",{style:{opacity:.5}},r.a.createElement(f.a,{hashes:e.hashRate*e.maxRam/(e.maxRam-e.ramUsed)}))," ","max production rate. (achieved when 100% RAM is allocated to it)",r.a.createElement("br",null),E.a.formatRAM(e.ramUsed)," / ",E.a.formatRAM(e.maxRam)," (",Math.round(100*e.ramUsed/e.maxRam),"%) RAM allocated to script.",r.a.createElement("br",null),E.a.formatRAM(e.maxRam-e.ramUsed)," / ",E.a.formatRAM(e.maxRam)," (",Math.round(100*(e.maxRam-e.ramUsed)/e.maxRam),"%) RAM allocated to hash production.")},r.a.createElement(u.a,null,r.a.createElement(c.a,{hashes:e.totalHashesGenerated})," (",r.a.createElement(f.a,{hashes:e.hashRate}),")")))),r.a.createElement(y.a,null,r.a.createElement(p.b,null,r.a.createElement(u.a,null,"Hash Capacity:")),r.a.createElement(p.b,{colSpan:2},r.a.createElement(u.a,null,r.a.createElement(c.a,{hashes:e.hashCapacity})))),r.a.createElement(y.a,null,r.a.createElement(p.b,null,r.a.createElement(u.a,null,"Level:")),r.a.createElement(p.b,null,r.a.createElement(u.a,null,e.level)),r.a.createElement(p.b,null,w)),r.a.createElement(y.a,null,r.a.createElement(p.b,null,r.a.createElement(u.a,null,"RAM:")),r.a.createElement(p.b,null,r.a.createElement(u.a,null,E.a.formatRAM(e.maxRam))),r.a.createElement(p.b,null,S)),r.a.createElement(y.a,null,r.a.createElement(p.b,null,r.a.createElement(u.a,null,"Cores:")),r.a.createElement(p.b,null,r.a.createElement(u.a,null,e.cores)),r.a.createElement(p.b,null,_)),r.a.createElement(y.a,null,r.a.createElement(p.b,null,r.a.createElement(u.a,null,"Cache Level:")),r.a.createElement(p.b,null,r.a.createElement(u.a,null,e.cache)),r.a.createElement(p.b,null,C)))))}},function(t,e,n){"use strict";n.d(e,"a",(function(){return u}));var a=n(0),r=n.n(a),i=n(244),o=n(226),s=n(1389),l=n(40),c=n(1),f=n(3);function u(t){const e=Object(a.useState)(!1)[1];function n(){e(t=>!t)}Object(a.useEffect)(()=>{const t=setInterval(()=>e(t=>!t),200);return()=>clearInterval(t)},[]);const u=c.a.hashManager;if(!u)throw new Error("Player does not have a HashManager)");return r.a.createElement(l.a,{open:t.open,onClose:t.onClose},r.a.createElement(r.a.Fragment,null,r.a.createElement(f.a,null,"Spend your hashes on a variety of different upgrades"),r.a.createElement(f.a,null,"Hashes: ",r.a.createElement(o.a,{hashes:c.a.hashManager.hashes})),Object.keys(i.a).map(t=>{const e=i.a[t];return r.a.createElement(s.a,{upg:e,hashManager:u,key:e.name,rerender:n})})))}},function(t,e,n){"use strict";n.d(e,"a",(function(){return p}));var a=n(0),r=n.n(a),i=n(58),o=n(812),s=n(19),l=n(172),c=n(226),f=n(3),u=n(47),m=n(10),h=n(5);const d={};function p(t){const[e,n]=Object(a.useState)(d[t.upg.name]?d[t.upg.name]:h.a.ECorp.toLowerCase());function p(){if(t.hashManager.hashes>=t.hashManager.getUpgradeCost(t.upg.name)){Object(i.m)(t.upg.name,e)||Object(s.a)("Failed to purchase upgrade. This may be because you do not have enough hashes, or because you do not have access to the feature upgrade affects."),t.rerender()}}const g=t.hashManager,b=t.upg,y=g.getUpgradeCost(b.name),E=g.upgrades[b.name],v=b.effectText(E),k=g.hashes>=y;return r.a.createElement(u.a,{sx:{p:1}},r.a.createElement(f.a,null,r.a.createElement(l.a,{value:b.name})),r.a.createElement(f.a,null,"Cost: ",r.a.createElement(c.a,{hashes:y}),", Bought: ",E," times"),r.a.createElement(f.a,null,b.desc),!b.hasTargetServer&&r.a.createElement(m.a,{onClick:p,disabled:!k},"Buy"),b.hasTargetServer&&r.a.createElement(o.a,{purchase:p,canPurchase:k,value:e,serverType:o.b.Foreign,onChange:function(e){n(e.target.value),d[t.upg.name]=e.target.value}}),E>0&&v&&r.a.createElement(f.a,null,v))}},function(t,e,n){"use strict";n.d(e,"a",(function(){return c}));var a=n(0),r=n.n(a),i=n(42),o=n(10);function s(){return(s=Object.assign||function(t){for(var e=1;ee.specialName===t.name),S=Object(y.d)(n?n.hostname:""),_=null!==S&&Object(b.b)(S);return a.createElement(a.Fragment,null,a.createElement(i.a,{onClick:()=>v.b.toCity()},"Return to World"),a.createElement(r.a,{variant:"h4",sx:{mt:1}},_&&!g.a.DisableTextEffects?a.createElement(w.a,{title:`Backdoor installed on ${t.name}.`},a.createElement("span",null,a.createElement(E.a,{content:t.name}))):t.name),e)}},function(t,e,n){"use strict";n.d(e,"a",(function(){return v}));var a=n(0),r=n.n(a),i=n(3),o=n(10),s=n(23),l=n(21),c=n(298),f=n(164),u=n(78),m=n(107),h=n(33),d=n(144),p=n(338),g=n(22),b=n(1),y=n(1395),E=n(329);function v(t){const[e,n]=Object(a.useState)(!1),v=Object(a.useState)(!1)[1];function k(){v(t=>!t)}Object(a.useEffect)(()=>{const t=setInterval(k,200);return()=>clearInterval(t)},[]);const w=u.a[t.locName];if(null==w)throw new Error("CompanyLocation component constructed with invalid company: "+t.locName);const S=f.a[t.locName];if(null==S)throw new Error("CompanyLocation component constructed with invalid location: "+t.locName);const _=b.a.jobs[t.locName]?b.a.jobs[t.locName]:null,C=_?m.a[_]:null;b.a.location=t.locName;const x=null!=_,L=w.getFavorGain();return r.a.createElement(r.a.Fragment,null,x&&r.a.createElement(r.a.Fragment,null,r.a.createElement(i.a,null,"Job Title: ",_),r.a.createElement(i.a,null,"-------------------------"),r.a.createElement(l.a,{display:"flex"},r.a.createElement(s.a,{title:r.a.createElement(r.a.Fragment,null,"You will have ",r.a.createElement(p.a,{favor:w.favor+L})," company favor upon resetting after installing Augmentations")},r.a.createElement(i.a,null,"Company reputation: ",r.a.createElement(d.a,{reputation:w.playerReputation})))),r.a.createElement(i.a,null,"-------------------------"),r.a.createElement(l.a,{display:"flex"},r.a.createElement(s.a,{title:r.a.createElement(r.a.Fragment,null,"Company favor increases the rate at which you earn reputation for this company by 1% per favor. Company favor is gained whenever you reset after installing Augmentations. The amount of favor you gain depends on how much reputation you have with the company.")},r.a.createElement(i.a,null,"Company Favor: ",r.a.createElement(p.a,{favor:w.favor})))),r.a.createElement(i.a,null,"-------------------------"),r.a.createElement("br",null)),r.a.createElement(l.a,{sx:{display:"grid",width:"fit-content"}},x&&r.a.createElement(l.a,{sx:{display:"grid",gridTemplateColumns:"1fr 1fr"}},r.a.createElement(o.a,{onClick:function(e){if(!e.isTrusted)return;C&&(b.a.startWork(new E.a({singularity:!1,companyName:t.locName})),b.a.startFocusing(),g.b.toWork())}},"Work"),r.a.createElement(o.a,{onClick:()=>n(!0)},"Quit"),r.a.createElement(y.a,{locName:t.locName,company:w,onQuit:k,open:e,onClose:()=>n(!1)})),w.hasAgentPositions()&&r.a.createElement(c.a,{company:w,entryPosType:m.a[h.a[0]],onClick:function(t){t.isTrusted&&(b.a.applyForAgentJob(),k())},text:"Apply for Agent Job"}),w.hasBusinessConsultantPositions()&&r.a.createElement(c.a,{company:w,entryPosType:m.a[h.c[0]],onClick:function(t){t.isTrusted&&(b.a.applyForBusinessConsultantJob(),k())},text:"Apply for Business Consultant Job"}),w.hasBusinessPositions()&&r.a.createElement(c.a,{company:w,entryPosType:m.a[h.b[0]],onClick:function(t){t.isTrusted&&(b.a.applyForBusinessJob(),k())},text:"Apply for Business Job"}),w.hasEmployeePositions()&&r.a.createElement(c.a,{company:w,entryPosType:m.a[h.e[1]],onClick:function(t){t.isTrusted&&(b.a.applyForEmployeeJob(),k())},text:"Apply to be an Employee"}),w.hasEmployeePositions()&&r.a.createElement(c.a,{company:w,entryPosType:m.a[h.g[1]],onClick:function(t){t.isTrusted&&(b.a.applyForPartTimeEmployeeJob(),k())},text:"Apply to be a part-time Employee"}),w.hasITPositions()&&r.a.createElement(c.a,{company:w,entryPosType:m.a[h.d[0]],onClick:function(t){t.isTrusted&&(b.a.applyForItJob(),k())},text:"Apply for IT Job"}),w.hasSecurityPositions()&&r.a.createElement(c.a,{company:w,entryPosType:m.a[h.h[2]],onClick:function(t){t.isTrusted&&(b.a.applyForSecurityJob(),k())},text:"Apply for Security Job"}),w.hasSoftwareConsultantPositions()&&r.a.createElement(c.a,{company:w,entryPosType:m.a[h.k[0]],onClick:function(t){t.isTrusted&&(b.a.applyForSoftwareConsultantJob(),k())},text:"Apply for Software Consultant Job"}),w.hasSoftwarePositions()&&r.a.createElement(c.a,{company:w,entryPosType:m.a[h.j[0]],onClick:function(t){t.isTrusted&&(b.a.applyForSoftwareJob(),k())},text:"Apply for Software Job"}),w.hasWaiterPositions()&&r.a.createElement(c.a,{company:w,entryPosType:m.a[h.e[0]],onClick:function(t){t.isTrusted&&(b.a.applyForWaiterJob(),k())},text:"Apply to be a Waiter"}),w.hasWaiterPositions()&&r.a.createElement(c.a,{company:w,entryPosType:m.a[h.g[0]],onClick:function(t){t.isTrusted&&(b.a.applyForPartTimeWaiterJob(),k())},text:"Apply to be a part-time Waiter"}),null!=S.infiltrationData&&r.a.createElement(o.a,{onClick:function(e){if(!e.isTrusted)return;const n=S;if(!n.infiltrationData)throw new Error(`trying to start infiltration at ${t.locName} but the infiltrationData is null`);g.b.toInfiltration(n)}},"Infiltrate Company")))}},function(t,e,n){"use strict";n.d(e,"a",(function(){return c}));var a=n(0),r=n.n(a),i=n(1),o=n(40),s=n(3),l=n(10);function c(t){return r.a.createElement(o.a,{open:t.open,onClose:t.onClose},r.a.createElement(s.a,null," Would you like to quit your job at ",t.company.name,"?"),r.a.createElement("br",null),r.a.createElement("br",null),r.a.createElement(l.a,{onClick:function(){i.a.quitJob(t.locName),t.onQuit(),t.onClose()}},"Quit"))}},function(t,e,n){"use strict";n.d(e,"a",(function(){return u}));var a=n(0),r=n(10),i=n(1),o=n(24),s=n(22),l=n(21),c=n(57),f=n(253);function u(t){function e(e){i.a.startWork(new c.b({classType:e,location:t.loc.name,singularity:!1})),i.a.startFocusing(),s.b.toWork()}const n=Object(f.b)(c.c[c.a.GymStrength],t.loc);return a.createElement(l.a,{sx:{display:"grid",width:"fit-content"}},a.createElement(r.a,{onClick:()=>e(c.a.GymStrength)},"Train Strength (",a.createElement(o.a,{money:n,forPurchase:!0})," / sec)"),a.createElement(r.a,{onClick:()=>e(c.a.GymDefense)},"Train Defense (",a.createElement(o.a,{money:n,forPurchase:!0})," / sec)"),a.createElement(r.a,{onClick:()=>e(c.a.GymDexterity)},"Train Dexterity (",a.createElement(o.a,{money:n,forPurchase:!0})," / sec)"),a.createElement(r.a,{onClick:()=>e(c.a.GymAgility)},"Train Agility (",a.createElement(o.a,{money:n,forPurchase:!0})," / sec)"))}},function(t,e,n){"use strict";n.d(e,"a",(function(){return c}));var a=n(0),r=n(10),i=n(1),o=n(417),s=n(24),l=n(19);class c extends a.Component{constructor(){var t,e,n;super({}),n={display:"block"},(e="btnStyle")in(t=this)?Object.defineProperty(t,e,{value:n,enumerable:!0,configurable:!0,writable:!0}):t[e]=n,this.state={currHp:i.a.hp.current}}getCost(){return Object(o.b)()}getHealed(t){if(!t.isTrusted)return;if(i.a.hp.current<0&&(i.a.hp.current=0),i.a.hp.current>=i.a.hp.max)return;const e=this.getCost();i.a.loseMoney(e,"hospitalization"),i.a.hp.current=i.a.hp.max,this.setState({currHp:i.a.hp.current}),Object(l.a)(a.createElement(a.Fragment,null,"You were healed to full health! The hospital billed you for ",a.createElement(s.a,{money:e})))}render(){const t=this.getCost();return a.createElement(r.a,{onClick:this.getHealed,style:this.btnStyle},"Get treatment for wounds - ",a.createElement(s.a,{money:t,forPurchase:!0}))}}},function(t,e,n){"use strict";n.d(e,"a",(function(){return u}));var a=n(0),r=n(10),i=n(23),o=n(84),s=n(7),l=n(22),c=n(1),f=n(21);function u(){const t=o.a.Shoplift.successRate(c.a),e=o.a.RobStore.successRate(c.a),n=o.a.Mug.successRate(c.a),u=o.a.Larceny.successRate(c.a),m=o.a.DealDrugs.successRate(c.a),h=o.a.BondForgery.successRate(c.a),d=o.a.TraffickArms.successRate(c.a),p=o.a.Homicide.successRate(c.a),g=o.a.GrandTheftAuto.successRate(c.a),b=o.a.Kidnap.successRate(c.a),y=o.a.Assassination.successRate(c.a),E=o.a.Heist.successRate(c.a);return a.createElement(f.a,{sx:{display:"grid",width:"fit-content"}},a.createElement(i.a,{title:a.createElement(a.Fragment,null,"Attempt to shoplift from a low-end retailer")},a.createElement(r.a,{onClick:function(t){t.isTrusted&&(o.a.Shoplift.commit(),l.b.toWork(),c.a.focus=!0)}},"Shoplift (",s.a.formatPercentage(t)," chance of success)")),a.createElement(i.a,{title:a.createElement(a.Fragment,null,"Attempt to commit armed robbery on a high-end store")},a.createElement(r.a,{onClick:function(t){t.isTrusted&&(o.a.RobStore.commit(),l.b.toWork(),c.a.focus=!0)}},"Rob store (",s.a.formatPercentage(e)," chance of success)")),a.createElement(i.a,{title:a.createElement(a.Fragment,null,"Attempt to mug a random person on the street")},a.createElement(r.a,{onClick:function(t){t.isTrusted&&(o.a.Mug.commit(),l.b.toWork(),c.a.focus=!0)}},"Mug someone (",s.a.formatPercentage(n)," chance of success)")),a.createElement(i.a,{title:a.createElement(a.Fragment,null,"Attempt to rob property from someone's house")},a.createElement(r.a,{onClick:function(t){t.isTrusted&&(o.a.Larceny.commit(),l.b.toWork(),c.a.focus=!0)}},"Larceny (",s.a.formatPercentage(u)," chance of success)")),a.createElement(i.a,{title:a.createElement(a.Fragment,null,"Attempt to deal drugs")},a.createElement(r.a,{onClick:function(t){t.isTrusted&&(o.a.DealDrugs.commit(),l.b.toWork(),c.a.focus=!0)}},"Deal Drugs (",s.a.formatPercentage(m)," chance of success)")),a.createElement(i.a,{title:a.createElement(a.Fragment,null,"Attempt to forge corporate bonds")},a.createElement(r.a,{onClick:function(t){t.isTrusted&&(o.a.BondForgery.commit(),l.b.toWork(),c.a.focus=!0)}},"Bond Forgery (",s.a.formatPercentage(h)," chance of success)")),a.createElement(i.a,{title:a.createElement(a.Fragment,null,"Attempt to smuggle illegal arms into the city")},a.createElement(r.a,{onClick:function(t){t.isTrusted&&(o.a.TraffickArms.commit(),l.b.toWork(),c.a.focus=!0)}},"Traffick illegal Arms (",s.a.formatPercentage(d)," chance of success)")),a.createElement(i.a,{title:a.createElement(a.Fragment,null,"Attempt to murder a random person on the street")},a.createElement(r.a,{onClick:function(t){t.isTrusted&&(o.a.Homicide.commit(),l.b.toWork(),c.a.focus=!0)}},"Homicide (",s.a.formatPercentage(p)," chance of success)")),a.createElement(i.a,{title:a.createElement(a.Fragment,null,"Attempt to commit grand theft auto")},a.createElement(r.a,{onClick:function(t){t.isTrusted&&(o.a.GrandTheftAuto.commit(),l.b.toWork(),c.a.focus=!0)}},"Grand theft Auto (",s.a.formatPercentage(g)," chance of success)")),a.createElement(i.a,{title:a.createElement(a.Fragment,null,"Attempt to kidnap and ransom a high-profile-target")},a.createElement(r.a,{onClick:function(t){t.isTrusted&&(o.a.Kidnap.commit(),l.b.toWork(),c.a.focus=!0)}},"Kidnap and Ransom (",s.a.formatPercentage(b)," chance of success)")),a.createElement(i.a,{title:a.createElement(a.Fragment,null,"Attempt to assassinate a high-profile target")},a.createElement(r.a,{onClick:function(t){t.isTrusted&&(o.a.Assassination.commit(),l.b.toWork(),c.a.focus=!0)}},"Assassinate (",s.a.formatPercentage(y)," chance of success)")),a.createElement(i.a,{title:a.createElement(a.Fragment,null,"Attempt to pull off the ultimate heist")},a.createElement(r.a,{onClick:function(t){t.isTrusted&&(o.a.Heist.commit(),l.b.toWork(),c.a.focus=!0)}},"Heist (",s.a.formatPercentage(E)," chance of success)")))}},function(t,e,n){"use strict";n.d(e,"a",(function(){return x}));var a=n(0),r=n.n(a),i=n(3),o=n(10),s=n(1400),l=n(11),c=n(13),f=n(30),u=n(101),m=n(22),h=n(1),d=n(19),p=n(83),g=n(1401),b=n(111),y=n(114),E=n(385),v=n(227),k=n(93),w=n(26),S=n(1402),_=n(5),C=n(25);function x(t){const e=Object(a.useState)(!1)[1],n=h.a.inBladeburner();function x(){if(h.a.inBladeburner())m.b.toBladeburner();else if(h.a.skills.strength>=100&&h.a.skills.defense>=100&&h.a.skills.dexterity>=100&&h.a.skills.agility>=100){h.a.startBladeburner(),Object(d.a)("You have been accepted into the Bladeburner division!"),e(t=>!t);const t=document.getElementById("world-menu-header");t instanceof HTMLElement&&(t.click(),t.click())}else Object(d.a)("Rejected! Please apply again when you have 100 of each combat stat (str, def, dex, agi)")}function L(){m.b.toGrafting()}function O(){const[t,e]=Object(a.useState)(!1);return h.a.canAccessCorporation()?r.a.createElement(r.a.Fragment,null,r.a.createElement(o.a,{disabled:!h.a.canAccessCorporation()||h.a.hasCorporation(),onClick:()=>e(!0)},"Create a Corporation"),r.a.createElement(s.a,{open:t,onClose:()=>e(!1)})):r.a.createElement(r.a.Fragment,null,r.a.createElement(i.a,null,r.a.createElement("i",null,"A businessman is yelling at a clerk. You should come back later.")))}function M(){const t=f.a[_.a.ChurchOfTheMachineGod];h.a.factions.includes(_.a.ChurchOfTheMachineGod)||Object(u.d)(t),h.a.augmentations.some(t=>t.name===c.a.StaneksGift1)||h.a.queuedAugmentations.some(t=>t.name===c.a.StaneksGift1)||Object(y.a)({name:c.a.StaneksGift1,level:1}),m.b.toStaneksGift()}switch(t.loc.name){case l.a.NewTokyoVitaLife:return h.a.canAccessGrafting()?r.a.createElement(o.a,{onClick:L,sx:{my:5}},"Enter the secret lab"):r.a.createElement(r.a.Fragment,null);case l.a.Sector12CityHall:return C.a.CorporationSoftcap<.15&&r.a.createElement(r.a.Fragment,null)||r.a.createElement(O,null);case l.a.Sector12NSA:return function(){if(!h.a.canAccessBladeburner()||0===C.a.BladeburnerRank)return r.a.createElement(r.a.Fragment,null);const t=n?"Enter Bladeburner Headquarters":"Apply to Bladeburner Division";return r.a.createElement(r.a.Fragment,null,r.a.createElement("br",null),r.a.createElement(o.a,{onClick:x},t))}();case l.a.NewTokyoNoodleBar:return r.a.createElement(r.a.Fragment,null,r.a.createElement("br",null),r.a.createElement(o.a,{onClick:function(){p.b.emit("You ate some delicious noodles and feel refreshed",p.d.SUCCESS,2e3),Object(g.a)(),h.a.sourceFiles.length>0&&h.a.giveExploit(b.a.N00dles),(h.a.sourceFileLvl(5)>0||5===h.a.bitNodeN)&&(h.a.exp.intelligence*=1.0000000000000002),h.a.exp.hacking*=1.0000000000000002,h.a.exp.strength*=1.0000000000000002,h.a.exp.defense*=1.0000000000000002,h.a.exp.agility*=1.0000000000000002,h.a.exp.dexterity*=1.0000000000000002,h.a.exp.charisma*=1.0000000000000002;for(const t of h.a.hacknetNodes)if(t instanceof v.a)h.a.gainMoney(.001*t.moneyGainRatePerSecond,"other");else{const e=Object(w.d)(t);if(!(e instanceof k.a))throw new Error(`Server ${t} is not a hacknet server.`);h.a.hashManager.storeHashes(.001*e.hashRate)}h.a.bladeburner&&(h.a.bladeburner.rank+=1e-5),h.a.corporation&&(h.a.corporation.funds+=.01*h.a.corporation.revenue)}},"Eat noodles"));case l.a.ChongqingChurchOfTheMachineGod:return function(){const t=r.a.createElement(o.a,{onClick:()=>m.b.toStaneksGift()},"Open Stanek's Gift"),e=r.a.createElement(i.a,{sx:{lineHeight:"1em",whiteSpace:"pre"}}," `` ",r.a.createElement("br",null)," -odmmNmds: ",r.a.createElement("br",null)," `hNmo:..-omNh. ",r.a.createElement("br",null)," yMd` `hNh ",r.a.createElement("br",null)," mMd oNm ",r.a.createElement("br",null)," oMNo .mM/ ",r.a.createElement("br",null)," `dMN+ -mM+ ",r.a.createElement("br",null)," -mMNo -mN+ ",r.a.createElement("br",null)," .+- :mMNo/mN/ ",r.a.createElement("br",null),":yNMd. :NMNNN/ ",r.a.createElement("br",null),"-mMMMh. /NMMh` ",r.a.createElement("br",null)," .dMMMd. /NMMMy` ",r.a.createElement("br",null)," `yMMMd. /NNyNMMh` ",r.a.createElement("br",null)," `sMMMd. +Nm: +NMMh. ",r.a.createElement("br",null)," oMMMm- oNm: /NMMd. ",r.a.createElement("br",null)," +NMMmsMm- :mMMd. ",r.a.createElement("br",null)," /NMMMm- -mMMd. ",r.a.createElement("br",null)," /MMMm- -mMMd. ",r.a.createElement("br",null)," `sMNMMm- .mMmo ",r.a.createElement("br",null)," `sMd:hMMm. ./. ",r.a.createElement("br",null)," `yMy` `yNMd` ",r.a.createElement("br",null)," `hMs` oMMy ",r.a.createElement("br",null)," `hMh sMN- ",r.a.createElement("br",null)," /MM- .NMo ",r.a.createElement("br",null)," +MM: :MM+ ",r.a.createElement("br",null)," sNNo-.`.-omNy` ",r.a.createElement("br",null)," -smNNNNmdo- ",r.a.createElement("br",null)," `..` ");return h.a.hasAugmentation(c.a.StaneksGift3,!0)?r.a.createElement(r.a.Fragment,null,r.a.createElement(i.a,null,r.a.createElement("i",null,"Allison \"Mother\" Stanek: ..can ...you hear them too ...? Come now, don't be shy and let me get a closer look at you. Yes wonderful, I see my creation has taken root without consequence or much ill effect it seems. Curious, Just how much of a machine's soul do you house in that body?")),r.a.createElement("br",null),t,r.a.createElement("br",null),e):h.a.hasAugmentation(c.a.StaneksGift2,!0)?r.a.createElement(r.a.Fragment,null,r.a.createElement(i.a,null,r.a.createElement("i",null,'Allison "Mother" Stanek: I see you\'ve taken to my creation. So much that it could hardly be recognized as one of my own after your tinkering with it. I see you follow the ways of the Machine God as I do, and your mastery of the gift clearly demonstrates that. My hopes are climbing by the day for you.')),r.a.createElement("br",null),t,r.a.createElement("br",null),e):h.a.factions.includes(_.a.ChurchOfTheMachineGod)?r.a.createElement(r.a.Fragment,null,r.a.createElement(i.a,null,r.a.createElement("i",null,'Allison "Mother" Stanek: Welcome back my child!')),r.a.createElement("br",null),t,r.a.createElement("br",null),e):h.a.canAccessCotMG()?h.a.augmentations.filter(t=>t.name!==c.a.NeuroFluxGovernor).length>0||h.a.queuedAugmentations.filter(t=>t.name!==c.a.NeuroFluxGovernor).length>0?r.a.createElement(r.a.Fragment,null,r.a.createElement(i.a,null,r.a.createElement("i",null,'Allison "Mother" Stanek: Begone you filth! My gift must be the first modification that your body should have!'))):r.a.createElement(r.a.Fragment,null,r.a.createElement(i.a,null,r.a.createElement("i",null,'Allison "Mother" Stanek: Welcome child, I see your body is pure. Are you ready to ascend beyond our human form? If you are, accept my gift.')),r.a.createElement(o.a,{onClick:M},"Accept Stanek's Gift"),e):r.a.createElement(r.a.Fragment,null,r.a.createElement(i.a,null,"A decrepit altar stands in the middle of a dilapidated church.",r.a.createElement("br",null),r.a.createElement("br",null),"A symbol is carved in the altar."),r.a.createElement("br",null),e)}();case l.a.IshimaGlitch:return r.a.createElement(r.a.Fragment,null,r.a.createElement(i.a,null,r.a.createElement(E.a,{content:"An eerie aura surrounds this area. You feel you should leave."})));case l.a.NewTokyoArcade:return r.a.createElement(S.a,null);default:return console.error(`Location ${t.loc.name} doesn't have any special properties`),r.a.createElement(r.a.Fragment,null)}}},function(t,e,n){"use strict";n.d(e,"a",(function(){return m}));var a=n(0),r=n.n(a),i=n(24),o=n(40),s=n(22),l=n(1),c=n(3),f=n(10),u=n(87);function m(t){const e=l.a.canAfford(15e10);if(!l.a.canAccessCorporation()||l.a.hasCorporation())return t.onClose(),r.a.createElement(r.a.Fragment,null);const[n,m]=Object(a.useState)("");return r.a.createElement(o.a,{open:t.open,onClose:t.onClose},r.a.createElement(c.a,null,"Would you like to start a corporation? This will require $150b for registration and initial funding."," ",3===l.a.bitNodeN&&"This $150b\n can either be self-funded, or you can obtain the seed money from the government in exchange for 500 million\n shares",r.a.createElement("br",null),r.a.createElement("br",null),"If you would like to start one, please enter a name for your corporation below:"),r.a.createElement(u.a,{autoFocus:!0,placeholder:"Corporation Name",onChange:function(t){m(t.target.value)},value:n}),3===l.a.bitNodeN&&r.a.createElement(f.a,{onClick:function(){""!=n&&(l.a.startCorporation(n,5e8),t.onClose(),s.b.toCorporation())},disabled:""==n},"Use seed money"),r.a.createElement(f.a,{onClick:function(){e&&""!=n&&(l.a.startCorporation(n),l.a.loseMoney(15e10,"corporation"),t.onClose(),s.b.toCorporation())},disabled:""==n||!e},"Self-Fund (",r.a.createElement(i.a,{money:15e10,forPurchase:!0}),")"))}},function(module,__webpack_exports__,__webpack_require__){"use strict";__webpack_require__.d(__webpack_exports__,"a",(function(){return N00dles}));const n00dlePower="[][(![]+[])[+[]]+(![]+[])[!+[]+!+[]]+(![]+[])[+!+[]]+(!![]+[])[+[]]][([][(![]+[])[+[]]+(![]+[])[!+[]+!+[]]+(![]+[])[+!+[]]+(!![]+[])[+[]]]+[])[!+[]+!+[]+!+[]]+(!![]+[][(![]+[])[+[]]+(![]+[])[!+[]+!+[]]+(![]+[])[+!+[]]+(!![]+[])[+[]]])[+!+[]+[+[]]]+([][[]]+[])[+!+[]]+(![]+[])[!+[]+!+[]+!+[]]+(!![]+[])[+[]]+(!![]+[])[+!+[]]+([][[]]+[])[+[]]+([][(![]+[])[+[]]+(![]+[])[!+[]+!+[]]+(![]+[])[+!+[]]+(!![]+[])[+[]]]+[])[!+[]+!+[]+!+[]]+(!![]+[])[+[]]+(!![]+[][(![]+[])[+[]]+(![]+[])[!+[]+!+[]]+(![]+[])[+!+[]]+(!![]+[])[+[]]])[+!+[]+[+[]]]+(!![]+[])[+!+[]]]((!![]+[])[+!+[]]+(!![]+[])[!+[]+!+[]+!+[]]+(!![]+[])[+[]]+([][[]]+[])[+[]]+(!![]+[])[+!+[]]+([][[]]+[])[+!+[]]+([]+[])[(![]+[])[+[]]+(!![]+[][(![]+[])[+[]]+(![]+[])[!+[]+!+[]]+(![]+[])[+!+[]]+(!![]+[])[+[]]])[+!+[]+[+[]]]+([][[]]+[])[+!+[]]+(!![]+[])[+[]]+([][(![]+[])[+[]]+(![]+[])[!+[]+!+[]]+(![]+[])[+!+[]]+(!![]+[])[+[]]]+[])[!+[]+!+[]+!+[]]+(!![]+[][(![]+[])[+[]]+(![]+[])[!+[]+!+[]]+(![]+[])[+!+[]]+(!![]+[])[+[]]])[+!+[]+[+[]]]+(![]+[])[!+[]+!+[]]+(!![]+[][(![]+[])[+[]]+(![]+[])[!+[]+!+[]]+(![]+[])[+!+[]]+(!![]+[])[+[]]])[+!+[]+[+[]]]+(!![]+[])[+!+[]]]()[+!+[]+[!+[]+!+[]]]+([][(![]+[])[+[]]+(![]+[])[!+[]+!+[]]+(![]+[])[+!+[]]+(!![]+[])[+[]]][([][(![]+[])[+[]]+(![]+[])[!+[]+!+[]]+(![]+[])[+!+[]]+(!![]+[])[+[]]]+[])[!+[]+!+[]+!+[]]+(!![]+[][(![]+[])[+[]]+(![]+[])[!+[]+!+[]]+(![]+[])[+!+[]]+(!![]+[])[+[]]])[+!+[]+[+[]]]+([][[]]+[])[+!+[]]+(![]+[])[!+[]+!+[]+!+[]]+(!![]+[])[+[]]+(!![]+[])[+!+[]]+([][[]]+[])[+[]]+([][(![]+[])[+[]]+(![]+[])[!+[]+!+[]]+(![]+[])[+!+[]]+(!![]+[])[+[]]]+[])[!+[]+!+[]+!+[]]+(!![]+[])[+[]]+(!![]+[][(![]+[])[+[]]+(![]+[])[!+[]+!+[]]+(![]+[])[+!+[]]+(!![]+[])[+[]]])[+!+[]+[+[]]]+(!![]+[])[+!+[]]]((!![]+[])[+!+[]]+(!![]+[])[!+[]+!+[]+!+[]]+(!![]+[])[+[]]+([][[]]+[])[+[]]+(!![]+[])[+!+[]]+([][[]]+[])[+!+[]]+(![]+[+[]])[([![]]+[][[]])[+!+[]+[+[]]]+(!![]+[])[+[]]+(![]+[])[+!+[]]+(![]+[])[!+[]+!+[]]+([![]]+[][[]])[+!+[]+[+[]]]+([][(![]+[])[+[]]+(![]+[])[!+[]+!+[]]+(![]+[])[+!+[]]+(!![]+[])[+[]]]+[])[!+[]+!+[]+!+[]]+(![]+[])[!+[]+!+[]+!+[]]]()[+!+[]+[+[]]]+![]+(![]+[+[]])[([![]]+[][[]])[+!+[]+[+[]]]+(!![]+[])[+[]]+(![]+[])[+!+[]]+(![]+[])[!+[]+!+[]]+([![]]+[][[]])[+!+[]+[+[]]]+([][(![]+[])[+[]]+(![]+[])[!+[]+!+[]]+(![]+[])[+!+[]]+(!![]+[])[+[]]]+[])[!+[]+!+[]+!+[]]+(![]+[])[!+[]+!+[]+!+[]]]()[+!+[]+[+[]]])()[([][(![]+[])[+[]]+(![]+[])[!+[]+!+[]]+(![]+[])[+!+[]]+(!![]+[])[+[]]]+[])[!+[]+!+[]+!+[]]+(!![]+[][(![]+[])[+[]]+(![]+[])[!+[]+!+[]]+(![]+[])[+!+[]]+(!![]+[])[+[]]])[+!+[]+[+[]]]+([][[]]+[])[+!+[]]+(![]+[])[!+[]+!+[]+!+[]]+(!![]+[])[+[]]+(!![]+[])[+!+[]]+([][[]]+[])[+[]]+([][(![]+[])[+[]]+(![]+[])[!+[]+!+[]]+(![]+[])[+!+[]]+(!![]+[])[+[]]]+[])[!+[]+!+[]+!+[]]+(!![]+[])[+[]]+(!![]+[][(![]+[])[+[]]+(![]+[])[!+[]+!+[]]+(![]+[])[+!+[]]+(!![]+[])[+[]]])[+!+[]+[+[]]]+(!![]+[])[+!+[]]]((![]+[+[]])[([![]]+[][[]])[+!+[]+[+[]]]+(!![]+[])[+[]]+(![]+[])[+!+[]]+(![]+[])[!+[]+!+[]]+([![]]+[][[]])[+!+[]+[+[]]]+([][(![]+[])[+[]]+(![]+[])[!+[]+!+[]]+(![]+[])[+!+[]]+(!![]+[])[+[]]]+[])[!+[]+!+[]+!+[]]+(![]+[])[!+[]+!+[]+!+[]]]()[+!+[]+[+[]]])+[])[+!+[]]+[!+[]+!+[]+!+[]+!+[]]+[!+[]+!+[]]+([][(![]+[])[+[]]+(![]+[])[!+[]+!+[]]+(![]+[])[+!+[]]+(!![]+[])[+[]]][([][(![]+[])[+[]]+(![]+[])[!+[]+!+[]]+(![]+[])[+!+[]]+(!![]+[])[+[]]]+[])[!+[]+!+[]+!+[]]+(!![]+[][(![]+[])[+[]]+(![]+[])[!+[]+!+[]]+(![]+[])[+!+[]]+(!![]+[])[+[]]])[+!+[]+[+[]]]+([][[]]+[])[+!+[]]+(![]+[])[!+[]+!+[]+!+[]]+(!![]+[])[+[]]+(!![]+[])[+!+[]]+([][[]]+[])[+[]]+([][(![]+[])[+[]]+(![]+[])[!+[]+!+[]]+(![]+[])[+!+[]]+(!![]+[])[+[]]]+[])[!+[]+!+[]+!+[]]+(!![]+[])[+[]]+(!![]+[][(![]+[])[+[]]+(![]+[])[!+[]+!+[]]+(![]+[])[+!+[]]+(!![]+[])[+[]]])[+!+[]+[+[]]]+(!![]+[])[+!+[]]]((!![]+[])[+!+[]]+(!![]+[])[!+[]+!+[]+!+[]]+(!![]+[])[+[]]+([][[]]+[])[+[]]+(!![]+[])[+!+[]]+([][[]]+[])[+!+[]]+(![]+[+[]])[([![]]+[][[]])[+!+[]+[+[]]]+(!![]+[])[+[]]+(![]+[])[+!+[]]+(![]+[])[!+[]+!+[]]+([![]]+[][[]])[+!+[]+[+[]]]+([][(![]+[])[+[]]+(![]+[])[!+[]+!+[]]+(![]+[])[+!+[]]+(!![]+[])[+[]]]+[])[!+[]+!+[]+!+[]]+(![]+[])[!+[]+!+[]+!+[]]]()[+!+[]+[+[]]]+![]+(![]+[+[]])[([![]]+[][[]])[+!+[]+[+[]]]+(!![]+[])[+[]]+(![]+[])[+!+[]]+(![]+[])[!+[]+!+[]]+([![]]+[][[]])[+!+[]+[+[]]]+([][(![]+[])[+[]]+(![]+[])[!+[]+!+[]]+(![]+[])[+!+[]]+(!![]+[])[+[]]]+[])[!+[]+!+[]+!+[]]+(![]+[])[!+[]+!+[]+!+[]]]()[+!+[]+[+[]]])()[([][(![]+[])[+[]]+(![]+[])[!+[]+!+[]]+(![]+[])[+!+[]]+(!![]+[])[+[]]]+[])[!+[]+!+[]+!+[]]+(!![]+[][(![]+[])[+[]]+(![]+[])[!+[]+!+[]]+(![]+[])[+!+[]]+(!![]+[])[+[]]])[+!+[]+[+[]]]+([][[]]+[])[+!+[]]+(![]+[])[!+[]+!+[]+!+[]]+(!![]+[])[+[]]+(!![]+[])[+!+[]]+([][[]]+[])[+[]]+([][(![]+[])[+[]]+(![]+[])[!+[]+!+[]]+(![]+[])[+!+[]]+(!![]+[])[+[]]]+[])[!+[]+!+[]+!+[]]+(!![]+[])[+[]]+(!![]+[][(![]+[])[+[]]+(![]+[])[!+[]+!+[]]+(![]+[])[+!+[]]+(!![]+[])[+[]]])[+!+[]+[+[]]]+(!![]+[])[+!+[]]]((![]+[+[]])[([![]]+[][[]])[+!+[]+[+[]]]+(!![]+[])[+[]]+(![]+[])[+!+[]]+(![]+[])[!+[]+!+[]]+([![]]+[][[]])[+!+[]+[+[]]]+([][(![]+[])[+[]]+(![]+[])[!+[]+!+[]]+(![]+[])[+!+[]]+(!![]+[])[+[]]]+[])[!+[]+!+[]+!+[]]+(![]+[])[!+[]+!+[]+!+[]]]()[+!+[]+[+[]]])+[])[+!+[]]+[+!+[]]+[+!+[]]+[!+[]+!+[]+!+[]+!+[]]+(!![]+[][(![]+[])[+[]]+(![]+[])[!+[]+!+[]]+(![]+[])[+!+[]]+(!![]+[])[+[]]][([][(![]+[])[+[]]+(![]+[])[!+[]+!+[]]+(![]+[])[+!+[]]+(!![]+[])[+[]]]+[])[!+[]+!+[]+!+[]]+(!![]+[][(![]+[])[+[]]+(![]+[])[!+[]+!+[]]+(![]+[])[+!+[]]+(!![]+[])[+[]]])[+!+[]+[+[]]]+([][[]]+[])[+!+[]]+(![]+[])[!+[]+!+[]+!+[]]+(!![]+[])[+[]]+(!![]+[])[+!+[]]+([][[]]+[])[+[]]+([][(![]+[])[+[]]+(![]+[])[!+[]+!+[]]+(![]+[])[+!+[]]+(!![]+[])[+[]]]+[])[!+[]+!+[]+!+[]]+(!![]+[])[+[]]+(!![]+[][(![]+[])[+[]]+(![]+[])[!+[]+!+[]]+(![]+[])[+!+[]]+(!![]+[])[+[]]])[+!+[]+[+[]]]+(!![]+[])[+!+[]]]((!![]+[])[+!+[]]+(!![]+[])[!+[]+!+[]+!+[]]+(!![]+[])[+[]]+([][[]]+[])[+[]]+(!![]+[])[+!+[]]+([][[]]+[])[+!+[]]+(+[![]]+[][(![]+[])[+[]]+(![]+[])[!+[]+!+[]]+(![]+[])[+!+[]]+(!![]+[])[+[]]])[+!+[]+[+!+[]]]+[][(![]+[])[+[]]+(![]+[])[!+[]+!+[]]+(![]+[])[+!+[]]+(!![]+[])[+[]]][([][(![]+[])[+[]]+(![]+[])[!+[]+!+[]]+(![]+[])[+!+[]]+(!![]+[])[+[]]]+[])[!+[]+!+[]+!+[]]+(!![]+[][(![]+[])[+[]]+(![]+[])[!+[]+!+[]]+(![]+[])[+!+[]]+(!![]+[])[+[]]])[+!+[]+[+[]]]+([][[]]+[])[+!+[]]+(![]+[])[!+[]+!+[]+!+[]]+(!![]+[])[+[]]+(!![]+[])[+!+[]]+([][[]]+[])[+[]]+([][(![]+[])[+[]]+(![]+[])[!+[]+!+[]]+(![]+[])[+!+[]]+(!![]+[])[+[]]]+[])[!+[]+!+[]+!+[]]+(!![]+[])[+[]]+(!![]+[][(![]+[])[+[]]+(![]+[])[!+[]+!+[]]+(![]+[])[+!+[]]+(!![]+[])[+[]]])[+!+[]+[+[]]]+(!![]+[])[+!+[]]]((!![]+[])[+!+[]]+(!![]+[])[!+[]+!+[]+!+[]]+(!![]+[])[+[]]+([][[]]+[])[+[]]+(!![]+[])[+!+[]]+([][[]]+[])[+!+[]]+(+[![]]+[][(![]+[])[+[]]+(![]+[])[!+[]+!+[]]+(![]+[])[+!+[]]+(!![]+[])[+[]]])[+!+[]+[+!+[]]]+(!![]+[])[!+[]+!+[]+!+[]]+(![]+[])[!+[]+!+[]+!+[]]+([][(![]+[])[+[]]+(![]+[])[!+[]+!+[]]+(![]+[])[+!+[]]+(!![]+[])[+[]]]+[])[!+[]+!+[]+!+[]]+(![]+[])[+!+[]]+(+(!+[]+!+[]+[+!+[]]+[+!+[]]))[(!![]+[])[+[]]+(!![]+[][(![]+[])[+[]]+(![]+[])[!+[]+!+[]]+(![]+[])[+!+[]]+(!![]+[])[+[]]])[+!+[]+[+[]]]+([]+[])[([][(![]+[])[+[]]+(![]+[])[!+[]+!+[]]+(![]+[])[+!+[]]+(!![]+[])[+[]]]+[])[!+[]+!+[]+!+[]]+(!![]+[][(![]+[])[+[]]+(![]+[])[!+[]+!+[]]+(![]+[])[+!+[]]+(!![]+[])[+[]]])[+!+[]+[+[]]]+([][[]]+[])[+!+[]]+(![]+[])[!+[]+!+[]+!+[]]+(!![]+[])[+[]]+(!![]+[])[+!+[]]+([][[]]+[])[+[]]+([][(![]+[])[+[]]+(![]+[])[!+[]+!+[]]+(![]+[])[+!+[]]+(!![]+[])[+[]]]+[])[!+[]+!+[]+!+[]]+(!![]+[])[+[]]+(!![]+[][(![]+[])[+[]]+(![]+[])[!+[]+!+[]]+(![]+[])[+!+[]]+(!![]+[])[+[]]])[+!+[]+[+[]]]+(!![]+[])[+!+[]]][([][[]]+[])[+!+[]]+(![]+[])[+!+[]]+((+[])[([][(![]+[])[+[]]+(![]+[])[!+[]+!+[]]+(![]+[])[+!+[]]+(!![]+[])[+[]]]+[])[!+[]+!+[]+!+[]]+(!![]+[][(![]+[])[+[]]+(![]+[])[!+[]+!+[]]+(![]+[])[+!+[]]+(!![]+[])[+[]]])[+!+[]+[+[]]]+([][[]]+[])[+!+[]]+(![]+[])[!+[]+!+[]+!+[]]+(!![]+[])[+[]]+(!![]+[])[+!+[]]+([][[]]+[])[+[]]+([][(![]+[])[+[]]+(![]+[])[!+[]+!+[]]+(![]+[])[+!+[]]+(!![]+[])[+[]]]+[])[!+[]+!+[]+!+[]]+(!![]+[])[+[]]+(!![]+[][(![]+[])[+[]]+(![]+[])[!+[]+!+[]]+(![]+[])[+!+[]]+(!![]+[])[+[]]])[+!+[]+[+[]]]+(!![]+[])[+!+[]]]+[])[+!+[]+[+!+[]]]+(!![]+[])[!+[]+!+[]+!+[]]]](!+[]+!+[]+!+[]+[+!+[]])[+!+[]]+(!![]+[])[!+[]+!+[]+!+[]])()([][(![]+[])[+[]]+(![]+[])[!+[]+!+[]]+(![]+[])[+!+[]]+(!![]+[])[+[]]])[(![]+[])[!+[]+!+[]+!+[]]+(![]+[])[!+[]+!+[]]+([![]]+[][[]])[+!+[]+[+[]]]+([][(![]+[])[+[]]+(![]+[])[!+[]+!+[]]+(![]+[])[+!+[]]+(!![]+[])[+[]]]+[])[!+[]+!+[]+!+[]]+(!![]+[])[!+[]+!+[]+!+[]]]((+((+(+!+[]+[+!+[]]+(!![]+[])[!+[]+!+[]+!+[]]+[!+[]+!+[]]+[+[]])+[])[+!+[]]+[+[]+[+[]]+[+[]]+[+[]]+[+[]]+[+[]]+[+!+[]]])+[])[!+[]+!+[]]+[+!+[]])+(![]+[])[+!+[]]+(!![]+[])[+[]]+(!![]+[])[!+[]+!+[]+!+[]])()())[!+[]+!+[]+!+[]+[+[]]]+(+[]+[][([][(![]+[])[+[]]+(![]+[])[!+[]+!+[]]+(![]+[])[+!+[]]+(!![]+[])[+[]]]+[])[!+[]+!+[]+!+[]]+(!![]+[][(![]+[])[+[]]+(![]+[])[!+[]+!+[]]+(![]+[])[+!+[]]+(!![]+[])[+[]]])[+!+[]+[+[]]]+([][[]]+[])[+!+[]]+(![]+[])[!+[]+!+[]+!+[]]+(!![]+[])[+[]]+(!![]+[])[+!+[]]+([][[]]+[])[+[]]+([][(![]+[])[+[]]+(![]+[])[!+[]+!+[]]+(![]+[])[+!+[]]+(!![]+[])[+[]]]+[])[!+[]+!+[]+!+[]]+(!![]+[])[+[]]+(!![]+[][(![]+[])[+[]]+(![]+[])[!+[]+!+[]]+(![]+[])[+!+[]]+(!![]+[])[+[]]])[+!+[]+[+[]]]+(!![]+[])[+!+[]]])[+!+[]+[+[]]]+(+[]+[][(!![]+[])[!+[]+!+[]+!+[]]+([][[]]+[])[+!+[]]+(!![]+[])[+[]]+(!![]+[])[+!+[]]+([![]]+[][[]])[+!+[]+[+[]]]+(!![]+[])[!+[]+!+[]+!+[]]+(![]+[])[!+[]+!+[]+!+[]]]()[([][(![]+[])[+[]]+(![]+[])[!+[]+!+[]]+(![]+[])[+!+[]]+(!![]+[])[+[]]]+[])[!+[]+!+[]+!+[]]+(!![]+[][(![]+[])[+[]]+(![]+[])[!+[]+!+[]]+(![]+[])[+!+[]]+(!![]+[])[+[]]])[+!+[]+[+[]]]+([][[]]+[])[+!+[]]+(![]+[])[!+[]+!+[]+!+[]]+(!![]+[])[+[]]+(!![]+[])[+!+[]]+([][[]]+[])[+[]]+([][(![]+[])[+[]]+(![]+[])[!+[]+!+[]]+(![]+[])[+!+[]]+(!![]+[])[+[]]]+[])[!+[]+!+[]+!+[]]+(!![]+[])[+[]]+(!![]+[][(![]+[])[+[]]+(![]+[])[!+[]+!+[]]+(![]+[])[+!+[]]+(!![]+[])[+[]]])[+!+[]+[+[]]]+(!![]+[])[+!+[]]])[+!+[]+[+[]]]+(+[![]]+[][(![]+[])[+[]]+(![]+[])[!+[]+!+[]]+(![]+[])[+!+[]]+(!![]+[])[+[]]])[+!+[]+[+!+[]]]+([][[]]+[])[!+[]+!+[]]+([![]]+[][[]])[+!+[]+[+[]]]+([][[]]+[])[!+[]+!+[]]+(+[![]]+[][(![]+[])[+[]]+(![]+[])[!+[]+!+[]]+(![]+[])[+!+[]]+(!![]+[])[+[]]])[+!+[]+[+!+[]]]+(+[![]]+[+(+!+[]+(!+[]+[])[!+[]+!+[]+!+[]]+[+!+[]]+[+[]]+[+[]]+[+[]])])[+!+[]+[+[]]]+(!![]+[][(![]+[])[+[]]+(![]+[])[!+[]+!+[]]+(![]+[])[+!+[]]+(!![]+[])[+[]]])[+!+[]+[+[]]]+([][[]]+[])[+[]]+(+[![]]+[][(![]+[])[+[]]+(![]+[])[!+[]+!+[]]+(![]+[])[+!+[]]+(!![]+[])[+[]]])[+!+[]+[+!+[]]]+(!![]+[])[+!+[]]+(!![]+[])[!+[]+!+[]+!+[]]+(![]+[])[+!+[]]+(![]+[])[!+[]+!+[]]+(![]+[])[!+[]+!+[]]+(+[![]]+[+(+!+[]+(!+[]+[])[!+[]+!+[]+!+[]]+[+!+[]]+[+[]]+[+[]]+[+[]])])[+!+[]+[+[]]]+(+[![]]+[][(![]+[])[+[]]+(![]+[])[!+[]+!+[]]+(![]+[])[+!+[]]+(!![]+[])[+[]]])[+!+[]+[+!+[]]]+([][[]]+[])[!+[]+!+[]]+(!![]+[])[!+[]+!+[]+!+[]]+(![]+[])[+[]]+([][[]]+[])[+[]]+([][(![]+[])[+[]]+(![]+[])[!+[]+!+[]]+(![]+[])[+!+[]]+(!![]+[])[+[]]]+[])[!+[]+!+[]+!+[]]+(+(!+[]+!+[]+[+[]]))[(!![]+[])[+[]]+(!![]+[][(![]+[])[+[]]+(![]+[])[!+[]+!+[]]+(![]+[])[+!+[]]+(!![]+[])[+[]]])[+!+[]+[+[]]]+([]+[])[([][(![]+[])[+[]]+(![]+[])[!+[]+!+[]]+(![]+[])[+!+[]]+(!![]+[])[+[]]]+[])[!+[]+!+[]+!+[]]+(!![]+[][(![]+[])[+[]]+(![]+[])[!+[]+!+[]]+(![]+[])[+!+[]]+(!![]+[])[+[]]])[+!+[]+[+[]]]+([][[]]+[])[+!+[]]+(![]+[])[!+[]+!+[]+!+[]]+(!![]+[])[+[]]+(!![]+[])[+!+[]]+([][[]]+[])[+[]]+([][(![]+[])[+[]]+(![]+[])[!+[]+!+[]]+(![]+[])[+!+[]]+(!![]+[])[+[]]]+[])[!+[]+!+[]+!+[]]+(!![]+[])[+[]]+(!![]+[][(![]+[])[+[]]+(![]+[])[!+[]+!+[]]+(![]+[])[+!+[]]+(!![]+[])[+[]]])[+!+[]+[+[]]]+(!![]+[])[+!+[]]][([][[]]+[])[+!+[]]+(![]+[])[+!+[]]+((+[])[([][(![]+[])[+[]]+(![]+[])[!+[]+!+[]]+(![]+[])[+!+[]]+(!![]+[])[+[]]]+[])[!+[]+!+[]+!+[]]+(!![]+[][(![]+[])[+[]]+(![]+[])[!+[]+!+[]]+(![]+[])[+!+[]]+(!![]+[])[+[]]])[+!+[]+[+[]]]+([][[]]+[])[+!+[]]+(![]+[])[!+[]+!+[]+!+[]]+(!![]+[])[+[]]+(!![]+[])[+!+[]]+([][[]]+[])[+[]]+([][(![]+[])[+[]]+(![]+[])[!+[]+!+[]]+(![]+[])[+!+[]]+(!![]+[])[+[]]]+[])[!+[]+!+[]+!+[]]+(!![]+[])[+[]]+(!![]+[][(![]+[])[+[]]+(![]+[])[!+[]+!+[]]+(![]+[])[+!+[]]+(!![]+[])[+[]]])[+!+[]+[+[]]]+(!![]+[])[+!+[]]]+[])[+!+[]+[+!+[]]]+(!![]+[])[!+[]+!+[]+!+[]]]](!+[]+!+[]+[+!+[]])+(+[![]]+[][(![]+[])[+[]]+(![]+[])[!+[]+!+[]]+(![]+[])[+!+[]]+(!![]+[])[+[]]])[+!+[]+[+!+[]]]+(!![]+[])[+[]]+(+(+!+[]+[+[]]+[+!+[]]))[(!![]+[])[+[]]+(!![]+[][(![]+[])[+[]]+(![]+[])[!+[]+!+[]]+(![]+[])[+!+[]]+(!![]+[])[+[]]])[+!+[]+[+[]]]+([]+[])[([][(![]+[])[+[]]+(![]+[])[!+[]+!+[]]+(![]+[])[+!+[]]+(!![]+[])[+[]]]+[])[!+[]+!+[]+!+[]]+(!![]+[][(![]+[])[+[]]+(![]+[])[!+[]+!+[]]+(![]+[])[+!+[]]+(!![]+[])[+[]]])[+!+[]+[+[]]]+([][[]]+[])[+!+[]]+(![]+[])[!+[]+!+[]+!+[]]+(!![]+[])[+[]]+(!![]+[])[+!+[]]+([][[]]+[])[+[]]+([][(![]+[])[+[]]+(![]+[])[!+[]+!+[]]+(![]+[])[+!+[]]+(!![]+[])[+[]]]+[])[!+[]+!+[]+!+[]]+(!![]+[])[+[]]+(!![]+[][(![]+[])[+[]]+(![]+[])[!+[]+!+[]]+(![]+[])[+!+[]]+(!![]+[])[+[]]])[+!+[]+[+[]]]+(!![]+[])[+!+[]]][([][[]]+[])[+!+[]]+(![]+[])[+!+[]]+((+[])[([][(![]+[])[+[]]+(![]+[])[!+[]+!+[]]+(![]+[])[+!+[]]+(!![]+[])[+[]]]+[])[!+[]+!+[]+!+[]]+(!![]+[][(![]+[])[+[]]+(![]+[])[!+[]+!+[]]+(![]+[])[+!+[]]+(!![]+[])[+[]]])[+!+[]+[+[]]]+([][[]]+[])[+!+[]]+(![]+[])[!+[]+!+[]+!+[]]+(!![]+[])[+[]]+(!![]+[])[+!+[]]+([][[]]+[])[+[]]+([][(![]+[])[+[]]+(![]+[])[!+[]+!+[]]+(![]+[])[+!+[]]+(!![]+[])[+[]]]+[])[!+[]+!+[]+!+[]]+(!![]+[])[+[]]+(!![]+[][(![]+[])[+[]]+(![]+[])[!+[]+!+[]]+(![]+[])[+!+[]]+(!![]+[])[+[]]])[+!+[]+[+[]]]+(!![]+[])[+!+[]]]+[])[+!+[]+[+!+[]]]+(!![]+[])[!+[]+!+[]+!+[]]]](!+[]+!+[]+[+!+[]])[+!+[]]+([![]]+[][[]])[+!+[]+[+[]]]+(![]+[])[!+[]+!+[]+!+[]]+([][(![]+[])[+[]]+(![]+[])[!+[]+!+[]]+(![]+[])[+!+[]]+(!![]+[])[+[]]][([][(![]+[])[+[]]+(![]+[])[!+[]+!+[]]+(![]+[])[+!+[]]+(!![]+[])[+[]]]+[])[!+[]+!+[]+!+[]]+(!![]+[][(![]+[])[+[]]+(![]+[])[!+[]+!+[]]+(![]+[])[+!+[]]+(!![]+[])[+[]]])[+!+[]+[+[]]]+([][[]]+[])[+!+[]]+(![]+[])[!+[]+!+[]+!+[]]+(!![]+[])[+[]]+(!![]+[])[+!+[]]+([][[]]+[])[+[]]+([][(![]+[])[+[]]+(![]+[])[!+[]+!+[]]+(![]+[])[+!+[]]+(!![]+[])[+[]]]+[])[!+[]+!+[]+!+[]]+(!![]+[])[+[]]+(!![]+[][(![]+[])[+[]]+(![]+[])[!+[]+!+[]]+(![]+[])[+!+[]]+(!![]+[])[+[]]])[+!+[]+[+[]]]+(!![]+[])[+!+[]]]((!![]+[])[+!+[]]+(!![]+[])[!+[]+!+[]+!+[]]+(!![]+[])[+[]]+([][[]]+[])[+[]]+(!![]+[])[+!+[]]+([][[]]+[])[+!+[]]+(![]+[+[]])[([![]]+[][[]])[+!+[]+[+[]]]+(!![]+[])[+[]]+(![]+[])[+!+[]]+(![]+[])[!+[]+!+[]]+([![]]+[][[]])[+!+[]+[+[]]]+([][(![]+[])[+[]]+(![]+[])[!+[]+!+[]]+(![]+[])[+!+[]]+(!![]+[])[+[]]]+[])[!+[]+!+[]+!+[]]+(![]+[])[!+[]+!+[]+!+[]]]()[+!+[]+[+[]]]+![]+(![]+[+[]])[([![]]+[][[]])[+!+[]+[+[]]]+(!![]+[])[+[]]+(![]+[])[+!+[]]+(![]+[])[!+[]+!+[]]+([![]]+[][[]])[+!+[]+[+[]]]+([][(![]+[])[+[]]+(![]+[])[!+[]+!+[]]+(![]+[])[+!+[]]+(!![]+[])[+[]]]+[])[!+[]+!+[]+!+[]]+(![]+[])[!+[]+!+[]+!+[]]]()[+!+[]+[+[]]])()[([][(![]+[])[+[]]+(![]+[])[!+[]+!+[]]+(![]+[])[+!+[]]+(!![]+[])[+[]]]+[])[!+[]+!+[]+!+[]]+(!![]+[][(![]+[])[+[]]+(![]+[])[!+[]+!+[]]+(![]+[])[+!+[]]+(!![]+[])[+[]]])[+!+[]+[+[]]]+([][[]]+[])[+!+[]]+(![]+[])[!+[]+!+[]+!+[]]+(!![]+[])[+[]]+(!![]+[])[+!+[]]+([][[]]+[])[+[]]+([][(![]+[])[+[]]+(![]+[])[!+[]+!+[]]+(![]+[])[+!+[]]+(!![]+[])[+[]]]+[])[!+[]+!+[]+!+[]]+(!![]+[])[+[]]+(!![]+[][(![]+[])[+[]]+(![]+[])[!+[]+!+[]]+(![]+[])[+!+[]]+(!![]+[])[+[]]])[+!+[]+[+[]]]+(!![]+[])[+!+[]]]()+[])[!+[]+!+[]]+([][(![]+[])[+[]]+(![]+[])[!+[]+!+[]]+(![]+[])[+!+[]]+(!![]+[])[+[]]][([][(![]+[])[+[]]+(![]+[])[!+[]+!+[]]+(![]+[])[+!+[]]+(!![]+[])[+[]]]+[])[!+[]+!+[]+!+[]]+(!![]+[][(![]+[])[+[]]+(![]+[])[!+[]+!+[]]+(![]+[])[+!+[]]+(!![]+[])[+[]]])[+!+[]+[+[]]]+([][[]]+[])[+!+[]]+(![]+[])[!+[]+!+[]+!+[]]+(!![]+[])[+[]]+(!![]+[])[+!+[]]+([][[]]+[])[+[]]+([][(![]+[])[+[]]+(![]+[])[!+[]+!+[]]+(![]+[])[+!+[]]+(!![]+[])[+[]]]+[])[!+[]+!+[]+!+[]]+(!![]+[])[+[]]+(!![]+[][(![]+[])[+[]]+(![]+[])[!+[]+!+[]]+(![]+[])[+!+[]]+(!![]+[])[+[]]])[+!+[]+[+[]]]+(!![]+[])[+!+[]]]((!![]+[])[+!+[]]+(!![]+[])[!+[]+!+[]+!+[]]+(!![]+[])[+[]]+([][[]]+[])[+[]]+(!![]+[])[+!+[]]+([][[]]+[])[+!+[]]+(![]+[+[]])[([![]]+[][[]])[+!+[]+[+[]]]+(!![]+[])[+[]]+(![]+[])[+!+[]]+(![]+[])[!+[]+!+[]]+([![]]+[][[]])[+!+[]+[+[]]]+([][(![]+[])[+[]]+(![]+[])[!+[]+!+[]]+(![]+[])[+!+[]]+(!![]+[])[+[]]]+[])[!+[]+!+[]+!+[]]+(![]+[])[!+[]+!+[]+!+[]]]()[+!+[]+[+[]]]+![]+(![]+[+[]])[([![]]+[][[]])[+!+[]+[+[]]]+(!![]+[])[+[]]+(![]+[])[+!+[]]+(![]+[])[!+[]+!+[]]+([![]]+[][[]])[+!+[]+[+[]]]+([][(![]+[])[+[]]+(![]+[])[!+[]+!+[]]+(![]+[])[+!+[]]+(!![]+[])[+[]]]+[])[!+[]+!+[]+!+[]]+(![]+[])[!+[]+!+[]+!+[]]]()[+!+[]+[+[]]])()[([][(![]+[])[+[]]+(![]+[])[!+[]+!+[]]+(![]+[])[+!+[]]+(!![]+[])[+[]]]+[])[!+[]+!+[]+!+[]]+(!![]+[][(![]+[])[+[]]+(![]+[])[!+[]+!+[]]+(![]+[])[+!+[]]+(!![]+[])[+[]]])[+!+[]+[+[]]]+([][[]]+[])[+!+[]]+(![]+[])[!+[]+!+[]+!+[]]+(!![]+[])[+[]]+(!![]+[])[+!+[]]+([][[]]+[])[+[]]+([][(![]+[])[+[]]+(![]+[])[!+[]+!+[]]+(![]+[])[+!+[]]+(!![]+[])[+[]]]+[])[!+[]+!+[]+!+[]]+(!![]+[])[+[]]+(!![]+[][(![]+[])[+[]]+(![]+[])[!+[]+!+[]]+(![]+[])[+!+[]]+(!![]+[])[+[]]])[+!+[]+[+[]]]+(!![]+[])[+!+[]]]((![]+[+[]])[([![]]+[][[]])[+!+[]+[+[]]]+(!![]+[])[+[]]+(![]+[])[+!+[]]+(![]+[])[!+[]+!+[]]+([![]]+[][[]])[+!+[]+[+[]]]+([][(![]+[])[+[]]+(![]+[])[!+[]+!+[]]+(![]+[])[+!+[]]+(!![]+[])[+[]]]+[])[!+[]+!+[]+!+[]]+(![]+[])[!+[]+!+[]+!+[]]]()[+!+[]+[+[]]])+[])[+!+[]]+[!+[]+!+[]+!+[]+!+[]]+[!+[]+!+[]]+([]+[])[(![]+[])[+[]]+(!![]+[][(![]+[])[+[]]+(![]+[])[!+[]+!+[]]+(![]+[])[+!+[]]+(!![]+[])[+[]]])[+!+[]+[+[]]]+([][[]]+[])[+!+[]]+(!![]+[])[+[]]+([][(![]+[])[+[]]+(![]+[])[!+[]+!+[]]+(![]+[])[+!+[]]+(!![]+[])[+[]]]+[])[!+[]+!+[]+!+[]]+(!![]+[][(![]+[])[+[]]+(![]+[])[!+[]+!+[]]+(![]+[])[+!+[]]+(!![]+[])[+[]]])[+!+[]+[+[]]]+(![]+[])[!+[]+!+[]]+(!![]+[][(![]+[])[+[]]+(![]+[])[!+[]+!+[]]+(![]+[])[+!+[]]+(!![]+[])[+[]]])[+!+[]+[+[]]]+(!![]+[])[+!+[]]]()[+!+[]+[!+[]+!+[]]])()";function N00dles(){eval(n00dlePower)}},function(t,e,n){"use strict";n.d(e,"a",(function(){return f}));var a,r=n(0),i=n.n(r),o=n(1403),s=n(10),l=n(1),c=n(289);function f(){const[t,e]=Object(r.useState)(a.None);if(t===a.None)return i.a.createElement(i.a.Fragment,null,i.a.createElement(s.a,{onClick:function(){0===l.a.sourceFileLvl(1)?c.a.emit("This machine is broken."):e(a.Megabyteburner2000)}},"Megabyte burner 2000"));let n=i.a.createElement(i.a.Fragment,null);switch(t){case a.Megabyteburner2000:n=i.a.createElement(o.a,null)}return i.a.createElement(i.a.Fragment,null,i.a.createElement(s.a,{onClick:()=>e(a.None)},"Back"),n)}!function(t){t[t.None=0]="None",t[t.Megabyteburner2000=1]="Megabyteburner2000"}(a||(a={}))},function(t,e,n){"use strict";n.d(e,"a",(function(){return c}));var a=n(0),r=n.n(a),i=n(3),o=n(1),s=n(111);const l={width:"1060px",height:"800px",border:"0px"};function c(){Object(a.useEffect)(()=>{window.addEventListener("message",(function(t){t.isTrusted&&"https://bitburner-official.github.io"==t.origin&&t.data&&o.a.giveExploit(s.a.TrueRecursion)}))});const t=r.a.createElement(r.a.Fragment,null,r.a.createElement(i.a,{sx:{lineHeight:"1em",whiteSpace:"pre"}}," "),r.a.createElement(i.a,{sx:{lineHeight:"1em",whiteSpace:"pre"}}," ,'\" \"', .-. "),r.a.createElement(i.a,{sx:{lineHeight:"1em",whiteSpace:"pre"}}," / \\ ( ) "),r.a.createElement(i.a,{sx:{lineHeight:"1em",whiteSpace:"pre"}}," | | .-. '-' .-. "),r.a.createElement(i.a,{sx:{lineHeight:"1em",whiteSpace:"pre"}}," \\ / ( ) ( )"),r.a.createElement(i.a,{sx:{lineHeight:"1em",whiteSpace:"pre"}}," '.___.' '-' .-. '-'"),r.a.createElement(i.a,{sx:{lineHeight:"1em",whiteSpace:"pre"}}," ||| ( ) "),r.a.createElement(i.a,{sx:{lineHeight:"1em",whiteSpace:"pre"}}," ||| '-' "));return r.a.createElement(r.a.Fragment,null,r.a.createElement("div",{style:{width:"1060px",height:"800px",padding:"0",overflow:"hidden",borderColor:"white",borderStyle:"solid",borderWidth:"5px"}},r.a.createElement("iframe",{src:"https://bitburner-official.github.io/bitburner-legacy/",style:l})),r.a.createElement("div",{style:{width:"1060px",borderColor:"white",borderStyle:"solid",borderWidth:"5px"}},t))}},function(t,e,n){"use strict";n.d(e,"a",(function(){return b}));var a=n(0),r=n.n(a),i=n(3),o=n(10),s=n(1405),l=n(1406),c=n(1407),f=n(193),u=n(24),m=n(1),h=n(1408),d=n(7),p=n(21);function g(t){const[e,n]=Object(a.useState)(!1),i=Object(f.a)(t.ram);return r.a.createElement(r.a.Fragment,null,r.a.createElement(o.a,{onClick:()=>n(!0),disabled:!m.a.canAfford(i)},"Purchase ",d.a.formatRAM(t.ram)," Server - ",r.a.createElement(u.a,{money:i,forPurchase:!0})),r.a.createElement(h.a,{open:e,onClose:()=>n(!1),ram:t.ram,cost:i,rerender:t.rerender}))}function b(t){const e=Object(a.useState)(!1)[1];function n(){e(t=>!t)}Object(a.useEffect)(()=>{const t=setInterval(n,1e3);return()=>clearInterval(t)},[]);const o=[];for(let e=t.loc.techVendorMinRam;e<=t.loc.techVendorMaxRam;e*=2)o.push(r.a.createElement(g,{key:e,ram:e,rerender:n}));return r.a.createElement(r.a.Fragment,null,r.a.createElement("br",null),r.a.createElement(p.a,{sx:{display:"grid",width:"fit-content"}},o),r.a.createElement("br",null),r.a.createElement(i.a,null,r.a.createElement("i",null,'"You can order bigger servers via scripts. We don\'t take custom orders in person."')),r.a.createElement("br",null),r.a.createElement(l.a,{rerender:n}),r.a.createElement("br",null),r.a.createElement(s.a,{rerender:n}),r.a.createElement("br",null),r.a.createElement(c.a,{rerender:n}))}},function(t,e,n){"use strict";n.d(e,"a",(function(){return p}));var a=n(0),r=n.n(a),i=n(10),o=n(23),s=n(3),l=n(15),c=n(1),f=n(193),u=n(24),m=n(7),h=n(269),d=n(25);function p(t){const e=c.a.getHomeComputer();if(e.maxRam>=l.a.HomeComputerMaxRam)return r.a.createElement(i.a,null,"Upgrade 'home' RAM - MAX");const n=c.a.getUpgradeHomeRamCost();const a=1===d.a.HomeComputerRamCost?"":"\\cdot "+d.a.HomeComputerRamCost;return r.a.createElement(o.a,{title:r.a.createElement(h.a,null,`\\(\\large{cost = ram \\cdot 3.2 \\cdot 10^4 \\cdot 1.58^{log_2{(ram)}}} ${a}\\)`)},r.a.createElement("span",null,r.a.createElement("br",null),r.a.createElement(s.a,null,r.a.createElement("i",null,"\"More RAM means more scripts on 'home'\"")),r.a.createElement("br",null),r.a.createElement(i.a,{disabled:!c.a.canAfford(n),onClick:function(){Object(f.e)(),t.rerender()}},"Upgrade 'home' RAM (",m.a.formatRAM(e.maxRam)," -> ",m.a.formatRAM(2*e.maxRam),") - ",r.a.createElement(u.a,{money:n,forPurchase:!0}))))}},function(t,e,n){"use strict";n.d(e,"a",(function(){return m}));var a=n(0),r=n.n(a),i=n(10),o=n(19),s=n(26),l=n(88),c=n(15),f=n(1),u=n(24);function m(t){return f.a.hasTorRouter()?r.a.createElement(i.a,null,"TOR Router - Purchased"):r.a.createElement(i.a,{disabled:!f.a.canAfford(c.a.TorRouterCost),onClick:function(){!function(){if(f.a.hasTorRouter())return void Object(o.a)("You already have a TOR Router!");if(!f.a.canAfford(c.a.TorRouterCost))return void Object(o.a)("You cannot afford to purchase the TOR router!");f.a.loseMoney(c.a.TorRouterCost,"other");const t=Object(s.d)(l.a.DarkWeb);if(!t)throw new Error("Dark web is not a server.");f.a.getHomeComputer().serversOnNetwork.push(t.hostname),t.serversOnNetwork.push(f.a.getHomeComputer().hostname),Object(o.a)("You have purchased a TOR router!\nYou now have access to the dark web from your home computer.\nUse the scan/scan-analyze commands to search for the dark web connection.")}(),t.rerender()}},"Purchase TOR router - ",r.a.createElement(u.a,{money:c.a.TorRouterCost,forPurchase:!0}))}},function(t,e,n){"use strict";n.d(e,"a",(function(){return u}));var a=n(0),r=n.n(a),i=n(10),o=n(23),s=n(3),l=n(1),c=n(24),f=n(269);function u(t){const e=l.a.getHomeComputer(),n=e.cpuCores>=8;if(n)return r.a.createElement(i.a,null,"Upgrade 'home' cores - MAX");const a=l.a.getUpgradeHomeCoresCost();return r.a.createElement(o.a,{title:r.a.createElement(f.a,null,"\\(\\large{cost = 10^9 \\cdot 7.5 ^{\\text{cores}}}\\)")},r.a.createElement("span",null,r.a.createElement("br",null),r.a.createElement(s.a,null,r.a.createElement("i",null,"\"Cores increase the effectiveness of grow() and weaken() on 'home'\"")),r.a.createElement("br",null),r.a.createElement(i.a,{disabled:!l.a.canAfford(a),onClick:function(){n||l.a.canAfford(a)&&(l.a.loseMoney(a,"servers"),e.cpuCores++,t.rerender())}},"Upgrade 'home' cores (",e.cpuCores," -> ",e.cpuCores+1,") - ",r.a.createElement(c.a,{money:a,forPurchase:!0}))))}},function(t,e,n){"use strict";n.d(e,"a",(function(){return d}));var a=n(0),r=n.n(a),i=n(193),o=n(7),s=n(24),l=n(40),c=n(1),f=n(3),u=n(87),m=n(10),h=n(31);function d(t){const[e,n]=Object(a.useState)("");function d(){Object(i.f)(e,t.ram,t.cost),t.onClose()}return r.a.createElement(l.a,{open:t.open,onClose:t.onClose},r.a.createElement(f.a,null,"Would you like to purchase a new server with ",o.a.formatRAM(t.ram)," of RAM for"," ",r.a.createElement(s.a,{money:t.cost,forPurchase:!0}),"?"),r.a.createElement("br",null),r.a.createElement("br",null),r.a.createElement(f.a,null," Please enter the server hostname below:"),r.a.createElement("br",null),r.a.createElement(u.a,{autoFocus:!0,onKeyUp:function(t){t.key===h.a.ENTER&&d()},onChange:function(t){n(t.target.value)},type:"text",placeholder:"Unique Hostname",InputProps:{endAdornment:r.a.createElement(m.a,{onClick:d,disabled:!c.a.canAfford(t.cost)||""===e},"Buy")}}))}},function(t,e,n){"use strict";n.d(e,"a",(function(){return f}));var a=n(0),r=n.n(a),i=n(15),o=n(24),s=n(40),l=n(3),c=n(10);function f(t){const e=i.a.TravelCost;return r.a.createElement(s.a,{open:t.open,onClose:t.onClose},r.a.createElement(l.a,null,"Would you like to travel to ",t.city,"? The trip will cost ",r.a.createElement(o.a,{money:e,forPurchase:!0}),"."),r.a.createElement("br",null),r.a.createElement("br",null),r.a.createElement(c.a,{onClick:function(){t.travel()}},r.a.createElement(l.a,null,"Travel")))}},function(t,e,n){"use strict";n.d(e,"a",(function(){return m}));var a=n(0),r=n(23),i=n(10),o=n(24),s=n(22),l=n(1),c=n(21),f=n(57),u=n(253);function m(t){function e(e){l.a.startWork(new f.b({classType:e,location:t.loc.name,singularity:!1})),l.a.startFocusing(),s.b.toWork()}const n=Object(u.b)(f.c[f.a.DataStructures],t.loc),m=Object(u.b)(f.c[f.a.Networks],t.loc),h=Object(u.b)(f.c[f.a.Algorithms],t.loc),d=Object(u.b)(f.c[f.a.Management],t.loc),p=Object(u.b)(f.c[f.a.Leadership],t.loc);return a.createElement(c.a,{sx:{display:"grid",width:"fit-content"}},a.createElement(r.a,{title:"Gain hacking experience!"},a.createElement(i.a,{onClick:()=>e(f.a.StudyComputerScience)},"Study Computer Science (free)")),a.createElement(r.a,{title:"Gain hacking experience!"},a.createElement(i.a,{onClick:()=>e(f.a.DataStructures)},"Take Data Structures course (",a.createElement(o.a,{money:n,forPurchase:!0})," / sec)")),a.createElement(r.a,{title:"Gain hacking experience!"},a.createElement(i.a,{onClick:()=>e(f.a.Networks)},"Take Networks course (",a.createElement(o.a,{money:m,forPurchase:!0})," / sec)")),a.createElement(r.a,{title:"Gain hacking experience!"},a.createElement(i.a,{onClick:()=>e(f.a.Algorithms)},"Take Algorithms course (",a.createElement(o.a,{money:h,forPurchase:!0})," / sec)")),a.createElement(r.a,{title:"Gain charisma experience!"},a.createElement(i.a,{onClick:()=>e(f.a.Management)},"Take Management course (",a.createElement(o.a,{money:d,forPurchase:!0})," / sec)")),a.createElement(r.a,{title:"Gain charisma experience!"},a.createElement(i.a,{onClick:()=>e(f.a.Leadership)},"Take Leadership course (",a.createElement(o.a,{money:p,forPurchase:!0})," / sec)")))}},function(t,e,n){"use strict";n.d(e,"a",(function(){return m}));var a,r=n(0),i=n.n(r),o=n(10),s=n(813),l=n(1413),c=n(1414),f=n(1415),u=n(21);function m(){const[t,e]=Object(r.useState)(a.None);function n(t){e(t)}return i.a.createElement(i.a.Fragment,null,t===a.None&&i.a.createElement(u.a,{sx:{display:"grid",width:"fit-content"}},i.a.createElement(o.a,{onClick:()=>n(a.Coin)},"Play coin flip"),i.a.createElement(o.a,{onClick:()=>n(a.Slots)},"Play slots"),i.a.createElement(o.a,{onClick:()=>n(a.Roulette)},"Play roulette"),i.a.createElement(o.a,{onClick:()=>n(a.Blackjack)},"Play blackjack (",s.b," decks)")),t!==a.None&&i.a.createElement(i.a.Fragment,null,i.a.createElement(o.a,{onClick:()=>n(a.None)},"Stop playing"),t===a.Coin&&i.a.createElement(l.a,null),t===a.Slots&&i.a.createElement(f.a,null),t===a.Roulette&&i.a.createElement(c.a,null),t===a.Blackjack&&i.a.createElement(s.a,null)))}!function(t){t.None="none",t.Coin="coin",t.Slots="slots",t.Roulette="roulette",t.Blackjack="blackjack"}(a||(a={}))},function(t,e,n){"use strict";n.d(e,"a",(function(){return i}));var a=n(260),r=n(132);class i{constructor(t=1){var e,n,a;a=[],(n="cards")in(e=this)?Object.defineProperty(e,n,{value:a,enumerable:!0,configurable:!0,writable:!0}):e[n]=a,this.numDecks=t,this.reset()}shuffle(){this.cards=Object(r.shuffle)(this.cards)}drawCard(){if(0==this.cards.length)throw new Error("Tried to draw card from empty deck");return this.cards.shift()}safeDrawCard(){return 0===this.cards.length&&this.reset(),this.drawCard()}reset(){this.cards=[];for(let t=1;t<=13;++t)for(let e=0;eg(!1),250),a?Object(o.b)(t):Object(o.b)(-t),Object(o.a)()}return r.a.createElement(r.a.Fragment,null,r.a.createElement(l.a,null,"Result:")," ",n,r.a.createElement(u.a,{display:"flex",alignItems:"center"},r.a.createElement(c.a,{type:"number",onChange:function(t){let n=parseInt(t.currentTarget.value);isNaN(n)&&(n=0),n>1e4&&(n=1e4),n<0&&(n=0),e(n)},InputProps:{endAdornment:r.a.createElement(r.a.Fragment,null,r.a.createElement(f.a,{onClick:Object(s.a)(()=>b("H")),disabled:p},"Head!"),r.a.createElement(f.a,{onClick:Object(s.a)(()=>b("T")),disabled:p},"Tail!"))}})),r.a.createElement(l.a,{variant:"h3"},h))}},function(t,e,n){"use strict";n.d(e,"a",(function(){return p}));var a=n(0),r=n.n(a),i=n(24),o=n(205),s=n(326),l=n(86),c=n(3),f=n(10),u=n(87);const m=[1,3,5,7,9,12,14,16,18,19,21,23,25,27,30,32,34,36],h={Red:{match:t=>m.includes(t),payout:1},Black:{match:t=>0!==t&&!m.includes(t),payout:1},Odd:{match:t=>0!==t&&t%2==1,payout:1},Even:{match:t=>0!==t&&t%2==0,payout:1},High:{match:t=>0!==t&&t>18,payout:1},Low:{match:t=>0!==t&&t<19,payout:1},Third1:{match:t=>0!==t&&t<=12,payout:2},Third2:{match:t=>0!==t&&(t>=13&&t<=24),payout:2},Third3:{match:t=>0!==t&&t>=25,payout:2}};function d(t){return{match:e=>t===e,payout:36}}function p(){const[t]=Object(a.useState)(new s.c((new Date).getTime())),[e,n]=Object(a.useState)(1e3),[m,p]=Object(a.useState)(!0),[g,b]=Object(a.useState)("waiting"),[y,E]=Object(a.useState)(0),[v,k]=Object(a.useState)(!0);function w(){v||E(Math.floor(37*Math.random()))}function S(n){Object(o.a)()||(p(!1),k(!1),b("playing"),setTimeout(()=>{let a=Math.floor(37*t.random()),s=r.a.createElement(r.a.Fragment,null),l=0,c=n.match(a);if(c&&Math.random()>.9)for(;c;)a=Math.floor(37*t.random()),c=n.match(a);c?(l=e*n.payout,s=r.a.createElement(r.a.Fragment,null,"won ",r.a.createElement(i.a,{money:l}))):(l=-e,s=r.a.createElement(r.a.Fragment,null,"lost ",r.a.createElement(i.a,{money:-l}))),Object(o.b)(l),p(!0),k(!0),b(s),E(a),Object(o.a)()},1600))}return Object(a.useEffect)(()=>{const t=window.setInterval(w,50);return()=>clearInterval(t)}),r.a.createElement(r.a.Fragment,null,r.a.createElement(c.a,{variant:"h4"},function(){if(0===y)return"0";const t=function(t){return[1,3,5,7,9,12,14,16,18,19,21,23,25,27,30,32,34,36].includes(t)}(y)?"R":"B";return`${y}${t}`}()),r.a.createElement(u.a,{type:"number",onChange:function(t){let e=parseInt(t.currentTarget.value);isNaN(e)&&(e=0),e>1e7&&(e=1e7),e<0&&(e=0),n(e)},placeholder:"Amount to play",disabled:!m}),r.a.createElement(c.a,{variant:"h4"},g),r.a.createElement("table",null,r.a.createElement("tbody",null,r.a.createElement("tr",null,r.a.createElement("td",null,r.a.createElement(f.a,{disabled:!m,onClick:Object(l.a)(()=>S(d(3)))},"3")),r.a.createElement("td",null,r.a.createElement(f.a,{disabled:!m,onClick:Object(l.a)(()=>S(d(6)))},"6")),r.a.createElement("td",null,r.a.createElement(f.a,{disabled:!m,onClick:Object(l.a)(()=>S(d(9)))},"9")),r.a.createElement("td",null,r.a.createElement(f.a,{disabled:!m,onClick:Object(l.a)(()=>S(d(12)))},"12")),r.a.createElement("td",null,r.a.createElement(f.a,{disabled:!m,onClick:Object(l.a)(()=>S(d(15)))},"15")),r.a.createElement("td",null,r.a.createElement(f.a,{disabled:!m,onClick:Object(l.a)(()=>S(d(18)))},"18")),r.a.createElement("td",null,r.a.createElement(f.a,{disabled:!m,onClick:Object(l.a)(()=>S(d(21)))},"21")),r.a.createElement("td",null,r.a.createElement(f.a,{disabled:!m,onClick:Object(l.a)(()=>S(d(24)))},"24")),r.a.createElement("td",null,r.a.createElement(f.a,{disabled:!m,onClick:Object(l.a)(()=>S(d(27)))},"27")),r.a.createElement("td",null,r.a.createElement(f.a,{disabled:!m,onClick:Object(l.a)(()=>S(d(30)))},"30")),r.a.createElement("td",null,r.a.createElement(f.a,{disabled:!m,onClick:Object(l.a)(()=>S(d(33)))},"33")),r.a.createElement("td",null,r.a.createElement(f.a,{disabled:!m,onClick:Object(l.a)(()=>S(d(36)))},"36"))),r.a.createElement("tr",null,r.a.createElement("td",null,r.a.createElement(f.a,{disabled:!m,onClick:Object(l.a)(()=>S(d(2)))},"2")),r.a.createElement("td",null,r.a.createElement(f.a,{disabled:!m,onClick:Object(l.a)(()=>S(d(5)))},"5")),r.a.createElement("td",null,r.a.createElement(f.a,{disabled:!m,onClick:Object(l.a)(()=>S(d(8)))},"8")),r.a.createElement("td",null,r.a.createElement(f.a,{disabled:!m,onClick:Object(l.a)(()=>S(d(11)))},"11")),r.a.createElement("td",null,r.a.createElement(f.a,{disabled:!m,onClick:Object(l.a)(()=>S(d(14)))},"14")),r.a.createElement("td",null,r.a.createElement(f.a,{disabled:!m,onClick:Object(l.a)(()=>S(d(17)))},"17")),r.a.createElement("td",null,r.a.createElement(f.a,{disabled:!m,onClick:Object(l.a)(()=>S(d(20)))},"20")),r.a.createElement("td",null,r.a.createElement(f.a,{disabled:!m,onClick:Object(l.a)(()=>S(d(23)))},"23")),r.a.createElement("td",null,r.a.createElement(f.a,{disabled:!m,onClick:Object(l.a)(()=>S(d(26)))},"26")),r.a.createElement("td",null,r.a.createElement(f.a,{disabled:!m,onClick:Object(l.a)(()=>S(d(29)))},"29")),r.a.createElement("td",null,r.a.createElement(f.a,{disabled:!m,onClick:Object(l.a)(()=>S(d(32)))},"32")),r.a.createElement("td",null,r.a.createElement(f.a,{disabled:!m,onClick:Object(l.a)(()=>S(d(35)))},"35"))),r.a.createElement("tr",null,r.a.createElement("td",null,r.a.createElement(f.a,{disabled:!m,onClick:Object(l.a)(()=>S(d(1)))},"1")),r.a.createElement("td",null,r.a.createElement(f.a,{disabled:!m,onClick:Object(l.a)(()=>S(d(4)))},"4")),r.a.createElement("td",null,r.a.createElement(f.a,{disabled:!m,onClick:Object(l.a)(()=>S(d(7)))},"7")),r.a.createElement("td",null,r.a.createElement(f.a,{disabled:!m,onClick:Object(l.a)(()=>S(d(10)))},"10")),r.a.createElement("td",null,r.a.createElement(f.a,{disabled:!m,onClick:Object(l.a)(()=>S(d(13)))},"13")),r.a.createElement("td",null,r.a.createElement(f.a,{disabled:!m,onClick:Object(l.a)(()=>S(d(16)))},"16")),r.a.createElement("td",null,r.a.createElement(f.a,{disabled:!m,onClick:Object(l.a)(()=>S(d(19)))},"19")),r.a.createElement("td",null,r.a.createElement(f.a,{disabled:!m,onClick:Object(l.a)(()=>S(d(22)))},"22")),r.a.createElement("td",null,r.a.createElement(f.a,{disabled:!m,onClick:Object(l.a)(()=>S(d(25)))},"25")),r.a.createElement("td",null,r.a.createElement(f.a,{disabled:!m,onClick:Object(l.a)(()=>S(d(28)))},"28")),r.a.createElement("td",null,r.a.createElement(f.a,{disabled:!m,onClick:Object(l.a)(()=>S(d(31)))},"31")),r.a.createElement("td",null,r.a.createElement(f.a,{disabled:!m,onClick:Object(l.a)(()=>S(d(34)))},"34"))),r.a.createElement("tr",null,r.a.createElement("td",{colSpan:4},r.a.createElement(f.a,{disabled:!m,onClick:Object(l.a)(()=>S(h.Third1))},"1 to 12")),r.a.createElement("td",{colSpan:4},r.a.createElement(f.a,{disabled:!m,onClick:Object(l.a)(()=>S(h.Third2))},"13 to 24")),r.a.createElement("td",{colSpan:4},r.a.createElement(f.a,{disabled:!m,onClick:Object(l.a)(()=>S(h.Third3))},"25 to 36"))),r.a.createElement("tr",null,r.a.createElement("td",{colSpan:2},r.a.createElement(f.a,{disabled:!m,onClick:Object(l.a)(()=>S(h.Red))},"Red")),r.a.createElement("td",{colSpan:2},r.a.createElement(f.a,{disabled:!m,onClick:Object(l.a)(()=>S(h.Black))},"Black")),r.a.createElement("td",{colSpan:2},r.a.createElement(f.a,{disabled:!m,onClick:Object(l.a)(()=>S(h.Odd))},"Odd")),r.a.createElement("td",{colSpan:2},r.a.createElement(f.a,{disabled:!m,onClick:Object(l.a)(()=>S(h.Even))},"Even")),r.a.createElement("td",{colSpan:2},r.a.createElement(f.a,{disabled:!m,onClick:Object(l.a)(()=>S(h.High))},"High")),r.a.createElement("td",{colSpan:2},r.a.createElement(f.a,{disabled:!m,onClick:Object(l.a)(()=>S(h.Low))},"Low"))),r.a.createElement("tr",null,r.a.createElement("td",null,r.a.createElement(f.a,{disabled:!m,onClick:Object(l.a)(()=>S(d(0)))},"0"))))))}},function(t,e,n){"use strict";n.d(e,"a",(function(){return g}));var a=n(0),r=n.n(a),i=n(1),o=n(24),s=n(326),l=n(205),c=n(86),f=n(3),u=n(87),m=n(10);const h=["D","C","$","?","♥","A","C","B","C","E","B","E","C","*","D","♥","B","A","A","A","C","A","D","B","E","?","D","*","@","♥","B","E","?"];function d(t,e){switch(t){case"$":return[20,200,1e3][e];case"@":return[8,80,400][e];case"♥":case"?":return[6,20,150][e];case"D":case"E":return[1,8,30][e];default:return[1,5,20][e]}}const p=[[[0,0],[0,1],[0,2],[0,3],[0,4]],[[1,0],[1,1],[1,2],[1,3],[1,4]],[[2,0],[2,1],[2,2],[2,3],[2,4]],[[2,0],[1,1],[0,2],[1,3],[2,4]],[[0,0],[1,1],[2,2],[1,3],[0,4]],[[0,0],[1,1],[1,2],[1,3],[0,4]],[[2,0],[1,1],[1,2],[1,3],[2,4]],[[1,0],[0,1],[0,2],[0,3],[1,4]],[[1,0],[2,1],[2,2],[2,3],[1,4]]];function g(){const[t]=Object(a.useState)(new s.c(i.a.totalPlaytime)),[e,n]=Object(a.useState)([0,0,0,0,0]),[g,b]=Object(a.useState)([0,0,0,0,0]),[y,E]=Object(a.useState)(1e3),[v,k]=Object(a.useState)(!0),[w,S]=Object(a.useState)("waiting");function _(){let t=!1;const a=e.slice();for(let e=0;e=0?a[e]-1:h.length-1,t=!0);n(a),t&&a.every((t,e)=>t===g[e])&&function(t){const e=function(e){const n=[];for(const a of e)n.push(t[a[0]][a[1]]);return n},n=function(t){let e=1;for(let n=1;n0?"gained":"lost"," ",r.a.createElement(o.a,{money:Math.abs(a)}))),k(!0),Object(l.a)());}(C(a,h))}function C(t,e){return[[e[(t[0]+e.length-1)%e.length],e[(t[1]+e.length-1)%e.length],e[(t[2]+e.length-1)%e.length],e[(t[3]+e.length-1)%e.length],e[(t[4]+e.length-1)%e.length]],[e[t[0]],e[t[1]],e[t[2]],e[t[3]],e[t[4]]],[e[(t[0]+1)%e.length],e[(t[1]+1)%e.length],e[(t[2]+1)%e.length],e[(t[3]+1)%e.length],e[(t[4]+1)%e.length]]]}function x(){b([Math.floor(t.random()*h.length),Math.floor(t.random()*h.length),Math.floor(t.random()*h.length),Math.floor(t.random()*h.length),Math.floor(t.random()*h.length)])}Object(a.useEffect)(()=>{const t=window.setInterval(_,50);return()=>clearInterval(t)});const L=C(e,h);return r.a.createElement(r.a.Fragment,null,r.a.createElement(f.a,{sx:{lineHeight:"1em",whiteSpace:"pre"}},"+———————————————————————+"),r.a.createElement(f.a,{sx:{lineHeight:"1em",whiteSpace:"pre"}},"| | ",L[0][0]," | ",L[0][1]," | ",L[0][2]," | ",L[0][3]," | ",L[0][4]," | |"),r.a.createElement(f.a,{sx:{lineHeight:"1em",whiteSpace:"pre"}},"| | | | | | | |"),r.a.createElement(f.a,{sx:{lineHeight:"1em",whiteSpace:"pre"}},"| | ",h[e[0]]," | ",h[e[1]]," | ",h[e[2]]," | ",h[e[3]]," | ",h[e[4]]," | |"),r.a.createElement(f.a,{sx:{lineHeight:"1em",whiteSpace:"pre"}},"| | | | | | | |"),r.a.createElement(f.a,{sx:{lineHeight:"1em",whiteSpace:"pre"}},"| | ",h[(e[0]+1)%h.length]," | ",h[(e[1]+1)%h.length]," | ",h[(e[2]+1)%h.length]," | ",h[(e[3]+1)%h.length]," | ",h[(e[4]+1)%h.length]," | |"),r.a.createElement(f.a,{sx:{lineHeight:"1em",whiteSpace:"pre"}},"+———————————————————————+"),r.a.createElement(u.a,{type:"number",onChange:function(t){let e=parseInt(t.currentTarget.value);isNaN(e)&&(e=0),e>1e6&&(e=1e6),e<0&&(e=0),E(e)},placeholder:"Amount to play",disabled:!v,InputProps:{endAdornment:r.a.createElement(m.a,{onClick:Object(c.a)((function(){Object(l.a)()||(S("playing"),Object(l.b)(-y),v&&(b([-1,-1,-1,-1,-1]),k(!1),setTimeout(x,2e3*t.random()+1e3)))})),disabled:!v},"Spin!")}}),r.a.createElement(f.a,{variant:"h4"},w),r.a.createElement(f.a,null,"Pay lines"),r.a.createElement(f.a,{sx:{lineHeight:"1em",whiteSpace:"pre"}},"----- ····· ·····"),r.a.createElement(f.a,{sx:{lineHeight:"1em",whiteSpace:"pre"}},"····· ----- ·····"),r.a.createElement(f.a,{sx:{lineHeight:"1em",whiteSpace:"pre"}},"····· ····· -----"),r.a.createElement("br",null),r.a.createElement(f.a,{sx:{lineHeight:"1em",whiteSpace:"pre"}},"··^·· \\···/ \\···/"),r.a.createElement(f.a,{sx:{lineHeight:"1em",whiteSpace:"pre"}},"·/·\\· ·\\·/· ·---·"),r.a.createElement(f.a,{sx:{lineHeight:"1em",whiteSpace:"pre"}},"/···\\ ··v·· ·····"),r.a.createElement("br",null),r.a.createElement(f.a,{sx:{lineHeight:"1em",whiteSpace:"pre"}},"····· ·---· ·····"),r.a.createElement(f.a,{sx:{lineHeight:"1em",whiteSpace:"pre"}},"·---· /···\\ \\···/"),r.a.createElement(f.a,{sx:{lineHeight:"1em",whiteSpace:"pre"}},"/···\\ ····· ·---·"))}},function(t,e,n){"use strict";n.d(e,"a",(function(){return v}));var a=n(0),r=n(154),i=n(11),o=n(164),s=n(6),l=n(1),c=n(22),f=n(3),u=n(10),m=n(53),h=n(122),d=n(148);const p=Object(h.a)(t=>Object(d.a)({location:{color:t.colors.white,whiteSpace:"nowrap",margin:"0px",padding:"0px",cursor:"pointer"}}));function g(t){t.name===i.a.TravelAgency?c.b.toTravel():t.name===i.a.WorldStockExchange?c.b.toStockMarket():c.b.toLocation(t)}function b(t,e){let n="X";return t.types.includes(m.a.Company)&&(n="C"),t.types.includes(m.a.Gym)&&(n="G"),t.types.includes(m.a.Hospital)&&(n="H"),t.types.includes(m.a.Slums)&&(n="S"),t.types.includes(m.a.StockMarket)&&(n="$"),t.types.includes(m.a.TechVendor)&&(n="T"),t.types.includes(m.a.TravelAgency)&&(n="T"),t.types.includes(m.a.University)&&(n="U"),t.types.includes(m.a.Casino)&&(n="¢"),t.types.includes(m.a.Special)&&(n="?"),t?a.createElement("span",{"aria-label":t.name,key:t.name,className:e,onClick:()=>g(t)},a.createElement("b",null,n)):a.createElement("span",null,"*")}function y(t){const e=/[A-Z]/g,n={A:0,B:1,C:2,D:3,E:4,F:5,G:6,H:7,I:8,J:9,K:10,L:11,M:12,N:13,O:14,P:15,Q:16,R:17,S:18,T:19,U:20,V:21,W:22,X:23,Y:24,Z:25},r=p(),i=a=>{const i=[],s=[];let l=null;for(;null!==(l=e.exec(a));)s.push(l);if(0===s.length)return i.push(a),i;for(let e=0;ea.createElement(a.Fragment,{key:t},a.createElement(u.a,{onClick:()=>g(o.a[t])},t),a.createElement("br",null)));return a.createElement(a.Fragment,null,e)}function v(){const t=r.a[l.a.city];return a.createElement(a.Fragment,null,a.createElement(f.a,null,t.name),s.a.DisableASCIIArt?a.createElement(E,{city:t}):a.createElement(y,{city:t}))}},function(t,e,n){"use strict";n.d(e,"a",(function(){return y}));var a=n(0),r=n.n(a),i=n(40),o=n(10),s=n(21),l=n(3),c=n(130),f=n(284),u=n(74),m=n(87),h=n(1419),d=n.n(h),p=n(485),g=n.n(p),b=n(1418);function y(t){const[e,n]=Object(a.useState)(t.options.theme),[h,p]=Object(a.useState)(t.options.insertSpaces),[y,E]=Object(a.useState)(t.options.fontSize),[v,k]=Object(a.useState)(t.options.wordWrap),[w,S]=Object(a.useState)(t.options.vim),[_,C]=Object(a.useState)(!1);return r.a.createElement(i.a,{open:t.open,onClose:t.onClose},r.a.createElement(b.a,{open:_,onClose:()=>C(!1)}),r.a.createElement(s.a,{display:"flex",flexDirection:"row",alignItems:"center"},r.a.createElement(l.a,null,"Theme: "),r.a.createElement(c.a,{onChange:t=>n(t.target.value),value:e},r.a.createElement(u.a,{value:"monokai"},"monokai"),r.a.createElement(u.a,{value:"solarized-dark"},"solarized-dark"),r.a.createElement(u.a,{value:"solarized-light"},"solarized-light"),r.a.createElement(u.a,{value:"vs-dark"},"dark"),r.a.createElement(u.a,{value:"light"},"light"),r.a.createElement(u.a,{value:"dracula"},"dracula"),r.a.createElement(u.a,{value:"one-dark"},"one-dark"),r.a.createElement(u.a,{value:"customTheme"},"Custom theme")),r.a.createElement(o.a,{onClick:()=>C(!0),sx:{mx:1},startIcon:r.a.createElement(d.a,null)},"Edit custom theme")),r.a.createElement(s.a,{display:"flex",flexDirection:"row",alignItems:"center"},r.a.createElement(l.a,null,"Use whitespace over tabs: "),r.a.createElement(f.a,{onChange:t=>p(t.target.checked),checked:h})),r.a.createElement(s.a,{display:"flex",flexDirection:"row",alignItems:"center"},r.a.createElement(l.a,null,"Word Wrap: "),r.a.createElement(c.a,{onChange:t=>k(t.target.value),value:v},r.a.createElement(u.a,{value:"off"},"Off"),r.a.createElement(u.a,{value:"on"},"On"),r.a.createElement(u.a,{value:"bounded"},"Bounded"),r.a.createElement(u.a,{value:"wordWrapColumn"},"Word Wrap Column"))),r.a.createElement(s.a,{display:"flex",flexDirection:"row",alignItems:"center"},r.a.createElement(l.a,null,"Enable vim mode: "),r.a.createElement(f.a,{onChange:t=>S(t.target.checked),checked:w})),r.a.createElement(s.a,{display:"flex",flexDirection:"row",alignItems:"center"},r.a.createElement(m.a,{type:"number",label:"Font size",value:y,onChange:function(t){const e=parseFloat(t.target.value);isNaN(e)||E(e)}})),r.a.createElement("br",null),r.a.createElement(o.a,{onClick:function(){t.save({theme:e,insertSpaces:h,fontSize:y,wordWrap:v,vim:w}),t.onClose()},startIcon:r.a.createElement(g.a,null)},"Save"))}},function(t,e,n){"use strict";n.d(e,"a",(function(){return S}));var a=n(1515),r=n(1537),i=n(1871),o=n(23),s=n(87),l=n(3),c=n(47),f=n(21),u=n(10),m=n(112),h=n(132),d=n.n(h),p=n(655),g=n(0),b=n.n(g),y=n(6),E=n(40),v=n(135),k=n(128);function w({label:t,themePath:e,onColorChange:n,color:r,defaultColor:i}){return void 0===r&&(console.error(`color ${e} was undefined, reverting to default`),r=i),b.a.createElement(b.a.Fragment,null,b.a.createElement(o.a,{title:t},b.a.createElement("span",null,b.a.createElement(s.a,{label:e,value:"#"+r,sx:{display:"block",my:1},InputProps:{startAdornment:b.a.createElement(b.a.Fragment,null,b.a.createElement(p.a,{hideTextfield:!0,deferred:!0,value:"#"+r,onChange:t=>n(e,t.hex),disableAlpha:!0})),endAdornment:b.a.createElement(b.a.Fragment,null,b.a.createElement(m.a,{onClick:()=>n(e,i)},b.a.createElement(a.a,{color:"primary"})))}}))))}function S(t){const e=Object(g.useState)(!1)[1];function n(){e(t=>!t)}const[a,o]=Object(g.useState)(JSON.parse(JSON.stringify(y.a.EditorTheme)));function m(t,e){o(d.a.set(a,t,e)),n()}return b.a.createElement(E.a,{open:t.open,onClose:()=>{o(y.a.EditorTheme),t.onClose()}},b.a.createElement(l.a,{variant:"h4"},"Customize Editor theme"),b.a.createElement(l.a,null,"Hover over input boxes for more information"),b.a.createElement(c.a,{sx:{p:1,my:1}},b.a.createElement(v.a,{checked:"vs"===a.base,onChange:t=>{o(d.a.set(a,"base",t?"vs":"vs-dark")),n()},text:"Use light theme as base",tooltip:b.a.createElement(b.a.Fragment,null,"If enabled, the ",b.a.createElement("code",null,"vs")," light theme will be used as the theme base, otherwise,"," ",b.a.createElement("code",null,"vs-dark")," will be used.")}),b.a.createElement(f.a,{display:"grid",sx:{gridTemplateColumns:"1fr 1fr",width:"fit-content",gap:1}},b.a.createElement(f.a,null,b.a.createElement(l.a,{variant:"h6"},"UI"),b.a.createElement(w,{label:"Background color",themePath:"common.bg",onColorChange:m,color:a.common.bg,defaultColor:k.a.common.bg}),b.a.createElement(w,{label:"Current line and minimap background color",themePath:"ui.line",onColorChange:m,color:a.ui.line,defaultColor:k.a.ui.line}),b.a.createElement(w,{label:"Base text color",themePath:"common.fg",onColorChange:m,color:a.common.fg,defaultColor:k.a.common.fg}),b.a.createElement(w,{label:"Popup background color",themePath:"ui.panel.bg",onColorChange:m,color:a.ui.panel.bg,defaultColor:k.a.ui.panel.bg}),b.a.createElement(w,{label:"Background color for selected item in popup",themePath:"ui.panel.selected",onColorChange:m,color:a.ui.panel.selected,defaultColor:k.a.ui.panel.selected}),b.a.createElement(w,{label:"Popup border color",themePath:"ui.panel.border",onColorChange:m,color:a.ui.panel.border,defaultColor:k.a.ui.panel.border}),b.a.createElement(w,{label:"Background color of highlighted text",themePath:"ui.selection.bg",onColorChange:m,color:a.ui.selection.bg,defaultColor:k.a.ui.selection.bg})),b.a.createElement(f.a,null,b.a.createElement(l.a,{variant:"h6"},"Syntax"),b.a.createElement(w,{label:"Numbers, function names, and other key vars",themePath:"common.accent",onColorChange:m,color:a.common.accent,defaultColor:k.a.common.accent}),b.a.createElement(w,{label:"Keywords",themePath:"syntax.keyword",onColorChange:m,color:a.syntax.keyword,defaultColor:k.a.syntax.keyword}),b.a.createElement(w,{label:"Strings",themePath:"syntax.string",onColorChange:m,color:a.syntax.string,defaultColor:k.a.syntax.string}),b.a.createElement(w,{label:"Regexp literals as well as escapes within strings",themePath:"syntax.regexp",onColorChange:m,color:a.syntax.regexp,defaultColor:k.a.syntax.regexp}),b.a.createElement(w,{label:"Constants",themePath:"syntax.constant",onColorChange:m,color:a.syntax.constant,defaultColor:k.a.syntax.constant}),b.a.createElement(w,{label:"Entities",themePath:"syntax.entity",onColorChange:m,color:a.syntax.entity,defaultColor:k.a.syntax.entity}),b.a.createElement(w,{label:"'this', 'ns', types, and tags",themePath:"syntax.tag",onColorChange:m,color:a.syntax.tag,defaultColor:k.a.syntax.tag}),b.a.createElement(w,{label:"Netscript functions and constructors",themePath:"syntax.markup",onColorChange:m,color:a.syntax.markup,defaultColor:k.a.syntax.markup}),b.a.createElement(w,{label:"Errors",themePath:"syntax.error",onColorChange:m,color:a.syntax.error,defaultColor:k.a.syntax.error}),b.a.createElement(w,{label:"Comments",themePath:"syntax.comment",onColorChange:m,color:a.syntax.comment,defaultColor:k.a.syntax.comment})))),b.a.createElement(c.a,{sx:{p:1}},b.a.createElement(s.a,{multiline:!0,fullWidth:!0,maxRows:10,label:"import / export theme",value:JSON.stringify(a,void 0,2),onChange:function(t){try{const e=JSON.parse(t.target.value);if("object"!=typeof e)return;o(e)}catch(t){}}}),b.a.createElement(f.a,{sx:{mt:1}},b.a.createElement(u.a,{onClick:()=>{y.a.EditorTheme={...a},t.onClose()},startIcon:b.a.createElement(r.a,null)},"Save"),b.a.createElement(u.a,{onClick:()=>{o(k.a),n()},startIcon:b.a.createElement(i.a,null)},"Reset to default"))))}},,,,,,,,,,function(t,e,n){"use strict";n.d(e,"a",(function(){return s}));var a=n(816),r=n(0),i=n(3),o=n(21);function s(){const t=function(t){let e=-1;for(let n=0;n{if(n<=t+1)return r.createElement(i.a,{key:n},"[",e.fulfilled()?"x":" ","] ",e.title)});return r.createElement(r.Fragment,null,r.createElement(i.a,{variant:"h4"},"Milestones"),r.createElement(o.a,{mx:2},r.createElement(i.a,null,"Milestones don't reward you for completing them. They are here to guide you if you're lost. They will reset when you install Augmentations."),r.createElement("br",null),r.createElement(i.a,null,"Completing fl1ght.exe"),e))}},function(t,e,n){"use strict";n.d(e,"a",(function(){return S}));var a=n(0),r=n.n(a),i=n(3),o=n(263),s=n(100),l=n(146),c=n(122),f=n(148),u=n(21),m=n(245),h=n(9),d=n(1430),p=n(340),g=n(633),b=n(601),y=n(132),E=n.n(y),v=n(616);function k(){return r.a.createElement(i.a,{color:"primary",paragraph:!1},h.a.getProgressText())}const w=Object(c.a)(t=>Object(f.a)({nopadding:{padding:t.spacing(0)},preformatted:{whiteSpace:"pre-wrap",overflowWrap:"anywhere",margin:t.spacing(0)},list:{padding:t.spacing(0),height:"100%"}}));function S(){const t=Object(a.useRef)(null),e=Object(a.useState)(0)[1],[n,c]=Object(a.useState)(0);function f(){const e=t.current;if(null!==e)return window.setTimeout(()=>e.scrollIntoView(!0),50)}Object(a.useEffect)(()=>{const t=E.a.debounce(async()=>{e(t=>t+1)},25,{maxWait:50}),n=p.b.subscribe(t);return()=>{t.cancel(),n()}},[]),Object(a.useEffect)(()=>{const t=E.a.debounce(async()=>{c(t=>t+1)},25,{maxWait:50}),e=p.a.subscribe(t);return()=>{t.cancel(),e()}},[]),f(),Object(a.useEffect)(()=>{let t;const e=setTimeout(()=>{var e;t=null!==(e=f())&&void 0!==e?e:0},50);return()=>{clearTimeout(e),clearTimeout(t)}},[]);const y=w();return r.a.createElement(r.a.Fragment,null,r.a.createElement(u.a,{width:"100%",minHeight:"100vh",display:"flex",alignItems:"flex-end"},r.a.createElement(o.a,{key:n,id:"terminal",classes:{root:y.list}},h.a.outputHistory.map((t,e)=>r.a.createElement(s.a,{key:e,classes:{root:y.nopadding}},t instanceof m.b&&r.a.createElement(v.a,{text:t.text,color:t.color}),t instanceof m.c&&r.a.createElement(i.a,{classes:{root:y.preformatted},paragraph:!1},t.raw),t instanceof m.a&&r.a.createElement(r.a.Fragment,null,r.a.createElement(i.a,null,t.dashes,"> "),r.a.createElement(l.a,{classes:{root:y.preformatted},color:"secondary",paragraph:!1,onClick:()=>h.a.connectToServer(t.hostname)},r.a.createElement(i.a,{sx:{textDecoration:"underline","&:hover":{textDecoration:"none"}}},t.hostname))))),null!==h.a.action&&r.a.createElement(s.a,{classes:{root:y.nopadding}},r.a.createElement(k,null)," ")),r.a.createElement("div",{ref:t})),r.a.createElement(u.a,{position:"sticky",bottom:0,width:"100%",px:0},r.a.createElement(d.a,null)),r.a.createElement(g.b,null),r.a.createElement(b.b,null))}},function(t,e,n){"use strict";n.d(e,"a",(function(){return E}));var a=n(0),r=n.n(a),i=n(3),o=n(122),s=n(148),l=n(47),c=n(830),f=n(87),u=n(31),m=n(9),h=n(1),d=n(1431),p=n(1432),g=n(6);const b=Object(o.a)(t=>Object(s.a)({textfield:{margin:t.spacing(0)},input:{backgroundColor:t.colors.backgroundprimary},nopadding:{padding:t.spacing(0)},preformatted:{whiteSpace:"pre-wrap",margin:t.spacing(0)},list:{padding:t.spacing(0),height:"100%"}}));let y="";function E(){const t=Object(a.useRef)(null),[e,n]=Object(a.useState)(y),[o,s]=Object(a.useState)(),[E,v]=Object(a.useState)([]),k=b();function w(t,e){y=t,n(t),e&&s({postUpdate:e})}function S(n){const a=t.current;if(!a)return;const r=e.length,i=a.selectionStart;if(null===i)return;const o=a.value;switch(n.toLowerCase()){case"backspace":i>0&&i<=r+1&&w(o.substr(0,i-1)+o.substr(i));break;case"deletewordbefore":for(let e=i-1;e>-2;--e)if((o.charAt(e)===u.a.SPACE||-1===e)&&e!==i-1)return void w(o.substr(0,e+1)+o.substr(i),()=>{const n=t.current;null==n||n.setSelectionRange(e+1,e+1)});break;case"deletewordafter":for(let n=i+1;n<=e.length+1;++n)if(o.charAt(n)===u.a.SPACE||n===e.length+1)return void w(o.substr(0,i)+o.substr(n+1),()=>{const e=t.current;null==e||e.setSelectionRange(i,i)});break;case"clearafter":w(o.substr(0,i));break;case"clearbefore":w(o.substr(i),()=>_("home"));break;case"clearall":w("")}}function _(n){const a=t.current;if(!a)return;const r=e.length,i=a.selectionStart;if(null!==i)switch(n.toLowerCase()){case"home":a.setSelectionRange(0,0);break;case"end":a.setSelectionRange(r,r);break;case"prevchar":i>0&&a.setSelectionRange(i-1,i-1);break;case"prevword":for(let t=i-2;t>=0;--t)if(a.value.charAt(t)===u.a.SPACE)return void a.setSelectionRange(t+1,t+1);a.setSelectionRange(0,0);break;case"nextchar":a.setSelectionRange(i+1,i+1);break;case"nextword":for(let t=i+1;t<=r;++t)if(a.value.charAt(t)===u.a.SPACE)return void a.setSelectionRange(t,t);a.setSelectionRange(r,r);break;default:console.warn("Invalid loc argument in Terminal.moveTextCursor()")}}return 0===m.a.commandHistory.length&&h.a.terminalCommandHistory.length>0&&(m.a.commandHistory=h.a.terminalCommandHistory,m.a.commandHistoryIndex=m.a.commandHistory.length),Object(a.useEffect)(()=>{null!=o&&o.postUpdate&&(o.postUpdate(),s(null))},[o]),Object(a.useEffect)(()=>{function e(e){if(m.a.contractOpen)return;if(null!==m.a.action&&e.key===u.a.C&&e.ctrlKey)return void m.a.finishAction(!0);const n=t.current;e.ctrlKey||e.metaKey||e.key===u.a.C&&(e.ctrlKey||e.metaKey)||n&&n.focus()}return document.addEventListener("keydown",e),()=>document.removeEventListener("keydown",e)}),r.a.createElement(r.a.Fragment,null,r.a.createElement(f.a,{fullWidth:!0,color:null===m.a.action?"primary":"secondary",autoFocus:!0,disabled:null!==m.a.action,autoComplete:"off",value:e,classes:{root:k.textfield},onChange:function(t){w(t.target.value),v([])},inputRef:t,InputProps:{id:"terminal-input",className:k.input,startAdornment:r.a.createElement(i.a,{color:null===m.a.action?"primary":"secondary",flexShrink:0},"[",h.a.getCurrentServer().hostname," ~",m.a.cwd(),"]> "),spellCheck:!1,onBlur:()=>v([]),onKeyDown:async function(n){const a=t.current;if(n.key===u.a.ENTER&&""!==e)return n.preventDefault(),m.a.print(`[${h.a.getCurrentServer().hostname} ~${m.a.cwd()}]> ${e}`),m.a.executeCommands(e),void w("");if(n.key===u.a.TAB&&""!==e){n.preventDefault();let t=e;const a=t.lastIndexOf(";");-1!==a&&(t=t.slice(a+1)),t=t.trim(),t=t.replace(/\s\s+/g," ");const r=t.split(" ");let i=r.length-2;i<-1&&(i=0);const o=await Object(d.a)(t,i,m.a.cwd());if(0==o.length)return;let s="",l="";if(0==r.length)return;1==r.length?l=r[0]:2==r.length?(l=r[0],s=r[1]):3==r.length?(l=r[0]+" "+r[1],s=r[2]):(s=r.pop()+"",l=r.join(" "));let c=Object(p.a)(l,s,o,e);"string"==typeof c&&""!==c&&(c.endsWith(" ")||c.endsWith("/")||1!==o.length||(c+=" "),w(c)),Array.isArray(c)&&v(c)}if(n.key===u.a.L&&n.ctrlKey&&(n.preventDefault(),m.a.clear()),n.key===u.a.UP_ARROW||g.a.EnableBashHotkeys&&n.key===u.a.P&&n.ctrlKey){g.a.EnableBashHotkeys&&n.preventDefault();const t=m.a.commandHistoryIndex,e=m.a.commandHistory.length;if(0==e)return;(t<0||t>e)&&(m.a.commandHistoryIndex=e),0!=t&&--m.a.commandHistoryIndex;w(m.a.commandHistory[m.a.commandHistoryIndex]),a&&setTimeout((function(){a.selectionStart=a.selectionEnd=1e4}),10)}if(n.key===u.a.DOWN_ARROW||g.a.EnableBashHotkeys&&n.key===u.a.M&&n.ctrlKey){g.a.EnableBashHotkeys&&n.preventDefault();const t=m.a.commandHistoryIndex,e=m.a.commandHistory.length;if(0==e)return;if((t<0||t>e)&&(m.a.commandHistoryIndex=e),t==e||t==e-1)m.a.commandHistoryIndex=e,w("");else{++m.a.commandHistoryIndex;w(m.a.commandHistory[m.a.commandHistoryIndex])}}g.a.EnableBashHotkeys&&(n.code===u.b.C&&n.ctrlKey&&a&&a.selectionStart===a.selectionEnd&&(n.preventDefault(),m.a.print(`[${h.a.getCurrentServer().hostname} ~${m.a.cwd()}]> ${e}`),S("clearall")),n.code===u.b.A&&n.ctrlKey&&(n.preventDefault(),_("home")),n.code===u.b.E&&n.ctrlKey&&(n.preventDefault(),_("end")),n.code===u.b.B&&n.ctrlKey&&(n.preventDefault(),_("prevchar")),n.code===u.b.B&&n.altKey&&(n.preventDefault(),_("prevword")),n.code===u.b.F&&n.ctrlKey&&(n.preventDefault(),_("nextchar")),n.code===u.b.F&&n.altKey&&(n.preventDefault(),_("nextword")),n.code!==u.b.H&&n.code!==u.b.D||!n.ctrlKey||(S("backspace"),n.preventDefault()),n.code===u.b.W&&n.ctrlKey&&(n.preventDefault(),S("deletewordbefore")),n.code===u.b.D&&n.altKey&&(n.preventDefault(),S("deletewordafter")),n.code===u.b.U&&n.ctrlKey&&(n.preventDefault(),S("clearbefore")),n.code===u.b.K&&n.ctrlKey&&(n.preventDefault(),S("clearafter")))}}}),r.a.createElement(c.a,{open:E.length>0,anchorEl:t.current,placement:"top-start"},r.a.createElement(l.a,{sx:{m:1,p:2}},r.a.createElement(i.a,{classes:{root:k.preformatted},color:"primary",paragraph:!1},"Possible autocomplete candidates:"),r.a.createElement(i.a,{classes:{root:k.preformatted},color:"primary",paragraph:!1},E.join(" ")))))}},function(t,e,n){"use strict";n.d(e,"a",(function(){return b}));var a=n(77),r=n(611),i=n(163),o=n(214),s=n(1),l=n(26),c=n(46),f=n(497),u=n(542),m=n(95),h=n(630),d=n(628),p=n(330);const g=["alias","analyze","backdoor","cat","cd","check","clear","cls","connect","cp","download","expr","free","grow","hack","help","home","hostname","ifconfig","kill","killall","ls","lscpu","mem","mv","nano","ps","rm","run","scan-analyze","scan","scp","sudov","tail","theme","top","vim","weaken"];async function b(t,e,n=""){t=Object(i.h)(t);let b=[];b=b.concat(Object.keys(i.b));const y=s.a.getCurrentServer(),E=s.a.getHomeComputer();let v="",k=null;function w(){for(const t of y.contracts)b.push(t.fn)}function S(){for(const t of y.messages)t.endsWith(".msg")||b.push(t)}function _(){for(const t of E.programs)b.push(t)}function C(){for(const t of y.scripts){const e=O(t.filename);e&&b.push(e)}}function x(){for(const t of y.textFiles){const e=O(t.fn);e&&b.push(e)}}function L(){const t=Object(r.b)(y,null==k?"/":k);for(let e=0;ey.serversOnNetwork.includes(t.hostname)||t instanceof c.a&&t.backdoorInstalled).map(t=>t.hostname);if(M("nano")||M("vim"))return C(),x(),L(),b;if(M("rm"))return C(),_(),S(),x(),w(),L(),b;const R=await async function(){if(!(M("run")||M("tail")||M("kill")||t.startsWith("./")))return;let e=t;t.startsWith("./")&&(e="run "+t.slice(2));const n=Object(f.b)(e);if(0===n.length)return;const a=Object(f.a)(n[n.length-1]),r=a[1]+"";if(!Object(m.a)(r))return;if(r.endsWith(".script"))return;const i=y.scripts.find(t=>{const e=r.replace(/^\.\//g,"");return O(t.filename)===e||t.filename==="/"+e});if(!i)return;let o;try{o=await Object(h.a)(i,y.scripts)}catch(t){return}if(!o||!o.autocomplete)return;const s={"--tail":Boolean,"-t":Number},c=p(s,{permissive:!0,argv:a.slice(2)}),u=Object(d.a)(c._),g={servers:Object(l.c)().map(t=>t.hostname),scripts:y.scripts.map(t=>t.filename),txts:y.textFiles.map(t=>t.fn),flags:t=>{if(!Array.isArray(t))throw new Error("flags require an array of array");E=t.map(t=>{if(!Array.isArray(t))throw new Error("flags require an array of array");return 1===t[0].length?"-"+t[0]:"--"+t[0]});try{return u(t)}catch(t){return{}}}};let b=[],E=[];const v=o.autocomplete(g,c._);if(!Array.isArray(v))throw new Error("autocomplete did not return list of strings");return b=b.concat(v.map(t=>String(t))),b.concat(E)}();if(R)return R;if(t.startsWith("./")){for(const t of y.scripts){const e=O(t.filename);e&&b.push(e)}for(const t of y.programs){const e=O(t);e&&b.push(e)}for(const t of y.contracts){const e=O(t.fn);e&&b.push(e)}return b}return M("run")&&(C(),_(),w(),L()),M("kill")||M("tail")||M("mem")||M("check")?(C(),L(),b):M("cat")?(function(){for(const t of y.messages)t.endsWith(".msg")&&b.push(t)}(),S(),x(),L(),C(),b):M("download")||M("mv")?(C(),x(),L(),b):M("cd")?(L(),b):(M("ls")&&0===e&&L(),M("help")?Object.keys(u.a):b)}},function(t,e,n){"use strict";n.d(e,"a",(function(){return r}));var a=n(29);function r(t,e,n,r){if(n.constructor!==Array)return;if(!Object(a.a)(n))return;if(""===e)for(let e=n.length-1;e>=0;--e)n[e].toLowerCase().startsWith(t.toLowerCase())||n.splice(e,1);else for(let t=n.length-1;t>=0;--t)n[t].toLowerCase().startsWith(e.toLowerCase())||n.splice(t,1);const i=r.lastIndexOf(";");let o="";if(0!==n.length){if(1===n.length)return o=""===e?n[0]:t+" "+n[0],-1===i?o:r.slice(0,i+1)+" "+o;{const o=Object(a.f)(n);return""===e?o===t?n:-1===i?o:`${r.slice(0,i+1)} ${o}`:o===e?n:-1==i?`${t} ${o}`:`${r.slice(0,i+1)} ${t} ${o}`}}}},function(t,e,n){"use strict";n.d(e,"a",(function(){return f}));var a=n(0),r=n.n(a),i=n(3),o=n(146),s=n(21),l=n(10),c=n(250);function f(t){const[e,n]=Object(a.useState)(!1);return r.a.createElement(r.a.Fragment,null,r.a.createElement(i.a,{variant:"h4"},"Tutorial / Documentation"),r.a.createElement(s.a,{m:2},r.a.createElement(l.a,{onClick:()=>n(!0)},"Soft reset and Restart tutorial"),r.a.createElement(c.a,{open:e,onClose:()=>n(!1),onConfirm:t.reactivateTutorial,confirmationText:"This will reset all your stats to 1 and money to 1k. Are you sure?"}),r.a.createElement(o.a,{color:"primary",target:"_blank",href:"https://bitburner.readthedocs.io/en/latest/guidesandtips/gettingstartedguideforbeginnerprogrammers.html"},r.a.createElement(i.a,null,"Getting Started")),r.a.createElement("br",null),r.a.createElement(o.a,{color:"primary",target:"_blank",href:"https://bitburner.readthedocs.io/en/latest/basicgameplay/servers.html"},r.a.createElement(i.a,null,"Servers & Networking")),r.a.createElement("br",null),r.a.createElement(o.a,{color:"primary",target:"_blank",href:"https://bitburner.readthedocs.io/en/latest/basicgameplay/hacking.html"},r.a.createElement(i.a,null,"Hacking")),r.a.createElement("br",null),r.a.createElement(o.a,{color:"primary",target:"_blank",href:"https://bitburner.readthedocs.io/en/latest/basicgameplay/scripts.html"},r.a.createElement(i.a,null,"Scripts")),r.a.createElement("br",null),r.a.createElement(o.a,{color:"primary",target:"_blank",href:"https://bitburner.readthedocs.io/en/latest/netscript.html"},r.a.createElement(i.a,null,"Netscript Programming Language")),r.a.createElement("br",null),r.a.createElement(o.a,{color:"primary",target:"_blank",href:"https://bitburner.readthedocs.io/en/latest/basicgameplay/world.html"},r.a.createElement(i.a,null,"Traveling")),r.a.createElement("br",null),r.a.createElement(o.a,{color:"primary",target:"_blank",href:"https://bitburner.readthedocs.io/en/latest/basicgameplay/companies.html"},r.a.createElement(i.a,null,"Companies")),r.a.createElement("br",null),r.a.createElement(o.a,{color:"primary",target:"_blank",href:"https://bitburner.readthedocs.io/en/latest/basicgameplay/infiltration.html"},r.a.createElement(i.a,null,"Infiltration")),r.a.createElement("br",null),r.a.createElement(o.a,{color:"primary",target:"_blank",href:"https://bitburner.readthedocs.io/en/latest/basicgameplay/factions.html"},r.a.createElement(i.a,null,"Factions")),r.a.createElement("br",null),r.a.createElement(o.a,{color:"primary",target:"_blank",href:"https://bitburner.readthedocs.io/en/latest/basicgameplay/augmentations.html"},r.a.createElement(i.a,null,"Augmentations")),r.a.createElement("br",null),r.a.createElement(o.a,{color:"primary",target:"_blank",href:"https://bitburner.readthedocs.io/en/latest/shortcuts.html"},r.a.createElement(i.a,null,"Keyboard Shortcuts")),r.a.createElement("br",null),r.a.createElement(o.a,{color:"primary",target:"_blank",href:"https://bitburner.readthedocs.io/en/latest/netscript/netscriptlearntoprogram.html#netscript-1-0-vs-netscript-2-0"},r.a.createElement(i.a,null,"NS1 vs NS2 (or .script vs .js)")),r.a.createElement("br",null),r.a.createElement(o.a,{color:"primary",target:"_blank",href:"https://bitburner.readthedocs.io/en/latest/netscript/netscriptfunctions.html"},r.a.createElement(i.a,null,"Simplified list of functions")),r.a.createElement("br",null),r.a.createElement(o.a,{color:"primary",target:"_blank",href:"https://github.com/danielyxie/bitburner/blob/dev/markdown/bitburner.ns.md"},r.a.createElement(i.a,null,"Complete list of functions"))))}},function(t,e,n){"use strict";n.d(e,"a",(function(){return c}));var a=n(0),r=n.n(a),i=n(517),o=n(219),s=n(1435),l=n(1443);function c(t){const e=Object(a.useState)(!1)[1];function n(){e(t=>!t)}Object(a.useEffect)(()=>{const t=setInterval(n,200);return()=>clearInterval(t)},[]);const[c,f]=Object(a.useState)("active");return r.a.createElement(r.a.Fragment,null,r.a.createElement(i.a,{variant:"fullWidth",value:c,onChange:function(t,e){f(e)},sx:{minWidth:"fit-content",maxWidth:"25%"}},r.a.createElement(o.a,{label:"Active",value:"active"}),r.a.createElement(o.a,{label:"Recently Killed",value:"recent"})),"active"===c&&r.a.createElement(s.a,{workerScripts:t.workerScripts}),"recent"===c&&r.a.createElement(l.a,null))}},function(t,e,n){"use strict";n.d(e,"a",(function(){return l}));var a=n(0),r=n.n(a),i=n(1436),o=n(1437),s=n(3);function l(t){return r.a.createElement(r.a.Fragment,null,r.a.createElement(s.a,null,"This page displays a list of all of your scripts that are currently running across every machine. It also provides information about each script's production. The scripts are categorized by the hostname of the servers on which they are running."),r.a.createElement(i.a,null),r.a.createElement(o.a,t))}},function(t,e,n){"use strict";n.d(e,"a",(function(){return p}));var a=n(0),r=n(24),i=n(115),o=n(1),s=n(3),l=n(122),c=n(148),f=n(160),u=n(161),m=n(32),h=n(50);const d=Object(l.a)(t=>Object(c.a)({cell:{borderBottom:"none",padding:t.spacing(1),margin:t.spacing(1),whiteSpace:"nowrap"},size:{width:"1px"}}));function p(){const t=d(),e=o.a.scriptProdSinceLastAug/(o.a.playtimeSinceLastAug/1e3);return a.createElement(f.a,{size:"small",classes:{root:t.size}},a.createElement(u.a,null,a.createElement(h.a,null,a.createElement(m.a,{component:"th",scope:"row",classes:{root:t.cell}},a.createElement(s.a,{variant:"body2"},"Total production since last Augment Installation:")),a.createElement(m.a,{align:"left",classes:{root:t.cell}},a.createElement(s.a,{variant:"body2"},a.createElement(r.a,{money:o.a.scriptProdSinceLastAug}))),a.createElement(m.a,{align:"left",classes:{root:t.cell}},a.createElement(s.a,{variant:"body2"},"(",a.createElement(i.a,{money:e}),")")))))}},function(t,e,n){"use strict";n.d(e,"a",(function(){return p}));var a=n(0),r=n.n(a),i=n(1438),o=n(87),s=n(263),l=n(1538),c=n(305),f=n(26),u=n(6),m=n(675),h=n(357),d=n.n(h);function p(t){const[e,n]=Object(a.useState)(""),[h,p]=Object(a.useState)(0),[g,b]=Object(a.useState)(u.a.ActiveScriptsServerPageSize),y=Object(a.useState)(!1)[1];const E={};for(const e of t.workerScripts.values()){const t=Object(f.d)(e.hostname);if(null==t){console.warn("WorkerScript has invalid hostname: "+e.hostname);continue}let n=E[t.hostname];void 0===n&&(E[t.hostname]={server:t,workerScripts:[]},n=E[t.hostname]),void 0!==n&&n.workerScripts.push(e)}const v=Object.values(E).filter(t=>t&&(t.server.hostname.includes(e)||t.server.runningScripts.find(t=>t.filename.includes(e))));function k(){y(t=>!t)}return Object(a.useEffect)(()=>c.a.subscribe(k)),r.a.createElement(r.a.Fragment,null,r.a.createElement(o.a,{value:e,onChange:function(t){n(t.target.value),p(0)},autoFocus:!0,InputProps:{startAdornment:r.a.createElement(d.a,null),spellCheck:!1}}),r.a.createElement(s.a,{dense:!0},v.slice(h*g,h*g+g).map(t=>t&&r.a.createElement(i.a,{key:t.server.hostname,server:t.server,workerScripts:t.workerScripts}))),r.a.createElement(l.a,{rowsPerPageOptions:[10,15,20,100],component:"div",count:v.length,rowsPerPage:g,page:h,onPageChange:(t,e)=>{p(e)},onRowsPerPageChange:t=>{u.a.ActiveScriptsServerPageSize=parseInt(t.target.value,10),b(parseInt(t.target.value,10)),p(0)},ActionsComponent:m.a}))}},function(t,e,n){"use strict";n.d(e,"a",(function(){return g}));var a=n(0),r=n(3),i=n(368),o=n(113),s=n(47),l=n(21),c=n(283),f=n(80),u=n.n(f),m=n(213),h=n.n(m),d=n(1439),p=n(249);function g(t){const[e,n]=a.useState(!1),f=t.server,m=`${f.hostname}${" ".repeat(18)}`.slice(0,Math.max(f.hostname.length,18)),g={progress:f.ramUsed/f.maxRam,totalTicks:30},b=`${m} ${Object(p.a)(g)}`;return a.createElement(l.a,{component:s.a},a.createElement(i.a,{onClick:()=>n(t=>!t)},a.createElement(o.a,{primary:a.createElement(r.a,{style:{whiteSpace:"pre-wrap"}},b)}),e?a.createElement(h.a,{color:"primary"}):a.createElement(u.a,{color:"primary"})),a.createElement(l.a,{mx:2},a.createElement(c.a,{in:e,timeout:0,unmountOnExit:!0},a.createElement(d.a,{workerScripts:t.workerScripts}))))}},function(t,e,n){"use strict";n.d(e,"a",(function(){return f}));var a=n(0),r=n.n(a),i=n(1440),o=n(263),s=n(1538),l=n(675),c=n(6);function f(t){const[e,n]=Object(a.useState)(0),[f,u]=Object(a.useState)(c.a.ActiveScriptsScriptPageSize);return r.a.createElement(r.a.Fragment,null,r.a.createElement(o.a,{dense:!0,disablePadding:!0},t.workerScripts.slice(e*f,e*f+f).map(t=>r.a.createElement(i.a,{key:`${t.name}_${t.args}`,workerScript:t}))),r.a.createElement(s.a,{rowsPerPageOptions:[10,15,20,100],component:"div",count:t.workerScripts.length,rowsPerPage:f,page:e,onPageChange:(t,e)=>{n(e)},onRowsPerPageChange:t=>{c.a.ActiveScriptsScriptPageSize=parseInt(t.target.value,10),u(parseInt(t.target.value,10)),n(0)},ActionsComponent:l.a}))}},function(t,e,n){"use strict";n.d(e,"a",(function(){return R}));var a=n(0),r=n(7),i=n(160),o=n(32),s=n(50),l=n(161),c=n(10),f=n(21),u=n(47),m=n(3),h=n(112),d=n(666),p=n.n(d),g=n(368),b=n(113),y=n(122),E=n(283),v=n(213),k=n.n(v),w=n(80),S=n.n(w),_=n(162),C=n(19),x=n(165),L=n(29),O=n(292),M=n(24),A=n(115);const T=Object(y.a)({noborder:{borderBottom:"none"}});function R(t){const e=T(),[n,d]=a.useState(!1),y=t.workerScript.scriptRef;const v=_.a.bind(null,{runningScript:y,hostname:y.server});const w=y.onlineMoneyMade/y.onlineRunningTime,R=y.onlineExpGained/y.onlineRunningTime;return a.createElement(a.Fragment,null,a.createElement(g.a,{onClick:()=>d(t=>!t),component:u.a},a.createElement(b.a,{primary:a.createElement(m.a,null,"└ ",t.workerScript.name," ",JSON.stringify(t.workerScript.args))}),n?a.createElement(k.a,{color:"primary"}):a.createElement(S.a,{color:"primary"})),a.createElement(E.a,{in:n,timeout:0,unmountOnExit:!0},a.createElement(f.a,{mx:6},a.createElement(i.a,{padding:"none",size:"small"},a.createElement(l.a,null,a.createElement(s.a,null,a.createElement(o.a,{className:e.noborder},a.createElement(m.a,null,"└ Threads:")),a.createElement(o.a,{className:e.noborder},a.createElement(m.a,null,r.a.formatThreads(t.workerScript.scriptRef.threads)))),a.createElement(s.a,null,a.createElement(o.a,{className:e.noborder,colSpan:2},a.createElement(m.a,null,"└ Args: ",Object(O.a)(t.workerScript.args)))),a.createElement(s.a,null,a.createElement(o.a,{className:e.noborder},a.createElement(m.a,null,"└ Online Time:")),a.createElement(o.a,{className:e.noborder},a.createElement(m.a,null,Object(L.b)(1e3*y.onlineRunningTime)))),a.createElement(s.a,null,a.createElement(o.a,{className:e.noborder},a.createElement(m.a,null,"└ Offline Time:")),a.createElement(o.a,{className:e.noborder},a.createElement(m.a,null,Object(L.b)(1e3*y.offlineRunningTime)))),a.createElement(s.a,null,a.createElement(o.a,{className:e.noborder},a.createElement(m.a,null,"└ Total online production:")),a.createElement(o.a,{className:e.noborder,align:"left"},a.createElement(m.a,null,a.createElement(M.a,{money:y.onlineMoneyMade})))),a.createElement(s.a,null,a.createElement(o.a,{className:e.noborder,colSpan:1}),a.createElement(o.a,{className:e.noborder,align:"left"},a.createElement(m.a,null," ",r.a.formatExp(y.onlineExpGained)+" hacking exp"))),a.createElement(s.a,null,a.createElement(o.a,{className:e.noborder},a.createElement(m.a,null,"└ Online production rate:")),a.createElement(o.a,{className:e.noborder,align:"left"},a.createElement(m.a,null,a.createElement(A.a,{money:w})))),a.createElement(s.a,null,a.createElement(o.a,{className:e.noborder,colSpan:1}),a.createElement(o.a,{className:e.noborder,align:"left"},a.createElement(m.a,null," ",r.a.formatExp(R)+" hacking exp / sec"))),a.createElement(s.a,null,a.createElement(o.a,{className:e.noborder},a.createElement(m.a,null,"└ Total offline production:")),a.createElement(o.a,{className:e.noborder,align:"left"},a.createElement(m.a,null,a.createElement(M.a,{money:y.offlineMoneyMade})))),a.createElement(s.a,null,a.createElement(o.a,{className:e.noborder,colSpan:1}),a.createElement(o.a,{className:e.noborder,align:"left"},a.createElement(m.a,null," ",r.a.formatExp(y.offlineExpGained)+" hacking exp"))))),a.createElement(c.a,{onClick:function(){x.c.emit(y)}},"LOG"),a.createElement(h.a,{onClick:function(){v()&&Object(C.a)("Killing script")}},a.createElement(p.a,{color:"error"})))))}},,,function(t,e,n){"use strict";n.d(e,"a",(function(){return l}));var a=n(0),r=n.n(a),i=n(3),o=n(354),s=n(1444);function l(){return r.a.createElement(r.a.Fragment,null,r.a.createElement(i.a,null,"List of all recently killed scripts."),o.b.map(t=>r.a.createElement(s.a,{key:t.runningScript.pid,recentScript:t})))}},function(t,e,n){"use strict";n.d(e,"a",(function(){return L}));var a=n(0),r=n(7),i=n(160),o=n(32),s=n(50),l=n(161),c=n(21),f=n(47),u=n(3),m=n(10),h=n(368),d=n(113),p=n(122),g=n(283),b=n(213),y=n.n(b),E=n(80),v=n.n(E),k=n(29),w=n(292),S=n(24),_=n(115),C=n(165);const x=Object(p.a)({noborder:{borderBottom:"none"}});function L(t){const e=x(),[n,p]=a.useState(!1),b=t.recentScript,E=b.runningScript.onlineMoneyMade/b.runningScript.onlineRunningTime,L=b.runningScript.onlineExpGained/b.runningScript.onlineRunningTime;return a.createElement(a.Fragment,null,a.createElement(h.a,{onClick:()=>p(t=>!t),component:f.a},a.createElement(d.a,{primary:a.createElement(u.a,null,"└ ",b.runningScript.filename," (died"," ",Object(k.b)((new Date).getTime()-b.timeOfDeath.getTime())," ago)")}),n?a.createElement(y.a,{color:"primary"}):a.createElement(v.a,{color:"primary"})),a.createElement(g.a,{in:n,timeout:0,unmountOnExit:!0},a.createElement(c.a,{mx:6},a.createElement(i.a,{padding:"none",size:"small"},a.createElement(l.a,null,a.createElement(s.a,null,a.createElement(o.a,{className:e.noborder},a.createElement(u.a,null,"└ Threads:")),a.createElement(o.a,{className:e.noborder},a.createElement(u.a,null,r.a.formatThreads(b.runningScript.threads)))),a.createElement(s.a,null,a.createElement(o.a,{className:e.noborder,colSpan:2},a.createElement(u.a,null,"└ Args: ",Object(w.a)(b.runningScript.args)))),a.createElement(s.a,null,a.createElement(o.a,{className:e.noborder},a.createElement(u.a,null,"└ Online Time:")),a.createElement(o.a,{className:e.noborder},a.createElement(u.a,null,Object(k.b)(1e3*b.runningScript.onlineRunningTime)))),a.createElement(s.a,null,a.createElement(o.a,{className:e.noborder},a.createElement(u.a,null,"└ Offline Time:")),a.createElement(o.a,{className:e.noborder},a.createElement(u.a,null,Object(k.b)(1e3*b.runningScript.offlineRunningTime)))),a.createElement(s.a,null,a.createElement(o.a,{className:e.noborder},a.createElement(u.a,null,"└ Total online production:")),a.createElement(o.a,{className:e.noborder,align:"left"},a.createElement(u.a,null,a.createElement(S.a,{money:b.runningScript.onlineMoneyMade})))),a.createElement(s.a,null,a.createElement(o.a,{className:e.noborder,colSpan:1}),a.createElement(o.a,{className:e.noborder,align:"left"},a.createElement(u.a,null," ",r.a.formatExp(b.runningScript.onlineExpGained)+" hacking exp"))),a.createElement(s.a,null,a.createElement(o.a,{className:e.noborder},a.createElement(u.a,null,"└ Online production rate:")),a.createElement(o.a,{className:e.noborder,align:"left"},a.createElement(u.a,null,a.createElement(_.a,{money:E})))),a.createElement(s.a,null,a.createElement(o.a,{className:e.noborder,colSpan:1}),a.createElement(o.a,{className:e.noborder,align:"left"},a.createElement(u.a,null," ",r.a.formatExp(L)+" hacking exp / sec"))),a.createElement(s.a,null,a.createElement(o.a,{className:e.noborder},a.createElement(u.a,null,"└ Total offline production:")),a.createElement(o.a,{className:e.noborder,align:"left"},a.createElement(u.a,null,a.createElement(S.a,{money:b.runningScript.offlineMoneyMade})))),a.createElement(s.a,null,a.createElement(o.a,{className:e.noborder,colSpan:1}),a.createElement(o.a,{className:e.noborder,align:"left"},a.createElement(u.a,null," ",r.a.formatExp(b.runningScript.offlineExpGained)+" hacking exp"))))),a.createElement(m.a,{onClick:function(){C.c.emit(b.runningScript)}},"LOG"))))}},function(t,e,n){"use strict";n.d(e,"a",(function(){return k}));var a=n(0),r=n.n(a),i=n(1446),o=n(1447),s=n(1448),l=n(364),c=n(15),f=n(25),u=n(22),m=n(1),h=n(10),d=n(3),p=n(1449),g=n(5),b=n(1451),y=n(224),E=n(108);function v({faction:t,rerender:e,onAugmentations:n}){const[i,v]=Object(a.useState)(!1),k=t.getInfo();function w(){m.a.startFocusing(),u.b.toWork()}const S=m.a.gang&&m.a.getGangName()===t.name,_=Math.floor(c.a.BaseFavorToDonate*f.a.RepToDonateToFaction),C=t.favor>=_,x=t.name===g.a.TheCovenant&&10===m.a.bitNodeN;return r.a.createElement(r.a.Fragment,null,r.a.createElement(h.a,{onClick:()=>u.b.toFactions()},"Back"),r.a.createElement(d.a,{variant:"h4",color:"primary"},t.name),r.a.createElement(s.a,{faction:t,factionInfo:k}),r.a.createElement(b.a,{faction:t}),!S&&k.offerHackingWork&&r.a.createElement(l.a,{buttonText:"Hacking Contracts",infoText:"Complete hacking contracts for your faction. Your effectiveness, which determines how much reputation you gain for this faction, is based on your hacking skill. You will gain hacking exp.",onClick:()=>function(t){m.a.startWork(new y.a({singularity:!1,faction:t.name,factionWorkType:E.a.HACKING})),w()}(t)}),!S&&k.offerFieldWork&&r.a.createElement(l.a,{buttonText:"Field Work",infoText:"Carry out field missions for your faction. Your effectiveness, which determines how much reputation you gain for this faction, is based on all of your stats. You will gain exp for all stats.",onClick:()=>function(t){m.a.startWork(new y.a({singularity:!1,faction:t.name,factionWorkType:E.a.FIELD})),w()}(t)}),!S&&k.offerSecurityWork&&r.a.createElement(l.a,{buttonText:"Security Work",infoText:"Serve in a security detail for your faction. Your effectiveness, which determines how much reputation you gain for this faction, is based on your combat stats. You will gain exp for all combat stats.",onClick:()=>function(t){m.a.startWork(new y.a({singularity:!1,faction:t.name,factionWorkType:E.a.SECURITY})),w()}(t)}),!S&&k.offersWork()&&r.a.createElement(o.a,{faction:t,rerender:e,favorToDonate:_,disabled:!C}),r.a.createElement(l.a,{buttonText:"Purchase Augmentations",infoText:"As your reputation with this faction rises, you will unlock Augmentations, which you can purchase to enhance your abilities.",onClick:n}),x&&r.a.createElement(r.a.Fragment,null,r.a.createElement(l.a,{buttonText:"Purchase & Upgrade Duplicate Sleeves",infoText:"Purchase Duplicate Sleeves and upgrades. These are permanent!",onClick:()=>v(!0)}),r.a.createElement(p.a,{open:i,onClose:()=>v(!1)})))}function k(t){const e=Object(a.useState)(!1)[1],[n,o]=Object(a.useState)(t.augPage);function s(){e(t=>!t)}Object(a.useEffect)(()=>{const t=setInterval(s,200);return()=>clearInterval(t)},[]);const l=t.faction;return m.a.factions.includes(l.name)?n?r.a.createElement(i.a,{faction:l,routeToMainPage:()=>o(!1)}):r.a.createElement(v,{rerender:s,faction:l,onAugmentations:()=>o(!0)}):r.a.createElement(r.a.Fragment,null,r.a.createElement(d.a,{variant:"h4",color:"primary"},"You have not joined ",l.name," yet!"),r.a.createElement(h.a,{onClick:()=>u.b.toFactions()},"Back to Factions"))}},function(t,e,n){"use strict";n.d(e,"a",(function(){return S}));var a=n(3),r=n(246),i=n(10),o=n(47),s=n(21),l=n(23),c=n(0),f=n.n(c),u=n(72),m=n(114),h=n(13),d=n(669),p=n(177),g=n(6),b=n(1),y=n(7),E=n(338),v=n(144),k=n(5),w=n(101);function S(t){const e=Object(c.useState)(!1)[1];function n(){e(t=>!t)}function S(){return Object(w.a)(t.faction)}function _(t){g.a.PurchaseAugmentationsOrder=t,n()}const C=function(){switch(g.a.PurchaseAugmentationsOrder){case p.b.Cost:return function(){const t=S();return t.sort((t,e)=>{const n=u.a[t],a=u.a[e];if(null==n||null==a)throw new Error("Invalid Augmentation Names");return n.getCost().moneyCost-a.getCost().moneyCost}),t}();case p.b.Reputation:return function(){const t=S();return t.sort((t,e)=>{const n=u.a[t],a=u.a[e];if(null==n||null==a)throw new Error("Invalid Augmentation Names");return n.getCost().repCost-a.getCost().repCost}),t}();case p.b.Purchasable:return function(){const e=S();function n(e){const n=u.a[e],a=n.getCost(),r=a.repCost,i=t.faction.playerReputation>=r,o=Object(w.b)(n);return 0!==a.moneyCost&&b.a.money>a.moneyCost&&i&&o}const a=e.filter(n).sort((t,e)=>{const n=u.a[t],a=u.a[e];if(null==n||null==a)throw new Error("Invalid Augmentation Names");return n.getCost().moneyCost-a.getCost().moneyCost}),r=e.filter(t=>!n(t)).sort((t,e)=>{const n=u.a[t],a=u.a[e];if(null==n||null==a)throw new Error("Invalid Augmentation Names");return n.getCost().repCost-a.getCost().repCost});return a.concat(r)}();default:return S()}}(),x=C.filter(t=>t===h.a.NeuroFluxGovernor||!b.a.augmentations.some(e=>e.name===t)&&!b.a.queuedAugmentations.some(e=>e.name===t)),L=C.filter(t=>!x.includes(t)),O=t.faction.name!==k.a.ShadowsOfAnarchy?f.a.createElement(a.a,null,f.a.createElement("b",null,"Price multiplier:")," x ",y.a.formatReallyBigNumber(Object(m.d)())):f.a.createElement(f.a.Fragment,null);return f.a.createElement(f.a.Fragment,null,f.a.createElement(r.a,{disableGutters:!0,maxWidth:"lg",sx:{mx:0}},f.a.createElement(i.a,{onClick:t.routeToMainPage},"Back"),f.a.createElement(a.a,{variant:"h4"},"Faction Augmentations - ",t.faction.name),f.a.createElement(o.a,{sx:{p:1,mb:1}},f.a.createElement(a.a,null,"These are all of the Augmentations that are available to purchase from ",f.a.createElement("b",null,t.faction.name),". Augmentations are powerful upgrades that will enhance your abilities.",f.a.createElement("br",null)),f.a.createElement(s.a,{sx:{display:"grid",gridTemplateColumns:`repeat(${t.faction.name===k.a.ShadowsOfAnarchy?"2":"3"}, 1fr)`,justifyItems:"center",my:1}},f.a.createElement(l.a,{title:f.a.createElement(a.a,null,"The price of every Augmentation increases for every queued Augmentation and it is reset when you install them.")},O),f.a.createElement(a.a,null,f.a.createElement("b",null,"Reputation:")," ",f.a.createElement(v.a,{reputation:t.faction.playerReputation})),f.a.createElement(a.a,null,f.a.createElement("b",null,"Favor:")," ",f.a.createElement(E.a,{favor:Math.floor(t.faction.favor)}))),f.a.createElement(s.a,{sx:{display:"grid",gridTemplateColumns:"repeat(4, 1fr)"}},f.a.createElement(i.a,{onClick:()=>_(p.b.Cost)},"Sort by Cost"),f.a.createElement(i.a,{onClick:()=>_(p.b.Reputation)},"Sort by Reputation"),f.a.createElement(i.a,{onClick:()=>_(p.b.Default)},"Sort by Default Order"),f.a.createElement(i.a,{onClick:()=>_(p.b.Purchasable)},"Sort by Purchasable")))),f.a.createElement(d.a,{augNames:x,ownedAugNames:L,canPurchase:e=>{const n=e.getCost();return Object(w.b)(e)&&t.faction.playerReputation>=n.repCost&&(0===n.moneyCost||b.a.money>n.moneyCost)},purchaseAugmentation:(e,a)=>{g.a.SuppressBuyAugmentationConfirmation?(Object(w.f)(e,t.faction),n()):a(!0)},rep:t.faction.playerReputation,faction:t.faction}))}},function(t,e,n){"use strict";n.d(e,"a",(function(){return b}));var a=n(0),r=n.n(a),i=n(15),o=n(1),s=n(544),l=n(338),c=n(24),f=n(144),u=n(19),m=n(269),h=n(3),d=n(47),p=n(10),g=n(237);function b(t){const[e,n]=Object(a.useState)(NaN),b=(i.a.DonateMoneyToRepDivisor+"").length-1;function y(){return!isNaN(e)&&(!(isNaN(e)||e<=0)&&!(o.a.moneyObject(c.a)({noformat:{whiteSpace:"pre-wrap",lineHeight:"1em"}}));function d(){return r.a.createElement(f.a,null,"Perform work/carry out assignments for your faction to help further its cause! By doing so you will earn reputation for your faction. You will also gain reputation passively over time, although at a very slow rate. Earning reputation will allow you to purchase Augmentations through this faction, which are powerful upgrades that enhance your abilities.")}function p(t){var e;const n=Object(a.useState)(!1)[1];function l(){n(t=>!t)}Object(a.useEffect)(()=>{const t=setInterval(l,200);return()=>clearInterval(t)},[]);const c=h(),p=null!==(e=t.factionInfo.assignment)&&void 0!==e?e:d,g=t.faction.getFavorGain();return r.a.createElement(r.a.Fragment,null,r.a.createElement(f.a,{classes:{root:c.noformat}},t.factionInfo.infoText),r.a.createElement(f.a,null,"-------------------------"),r.a.createElement(m.a,{display:"flex"},r.a.createElement(u.a,{title:r.a.createElement(r.a.Fragment,null,r.a.createElement(f.a,null,"You will have ",r.a.createElement(o.a,{favor:Math.floor(t.faction.favor+g)})," faction favor after installing an Augmentation."),r.a.createElement(s.a,null,"\\(\\huge{r = \\text{total faction reputation}}\\)"),r.a.createElement(s.a,null,"\\(\\huge{favor=1+\\left\\lfloor\\log_{1.02}\\left(\\frac{r+25000}{25500}\\right)\\right\\rfloor}\\)"))},r.a.createElement(f.a,null,"Reputation: ",r.a.createElement(i.a,{reputation:t.faction.playerReputation})))),r.a.createElement(f.a,null,"-------------------------"),r.a.createElement(m.a,{display:"flex"},r.a.createElement(u.a,{title:r.a.createElement(r.a.Fragment,null,r.a.createElement(f.a,null,"Faction favor increases the rate at which you earn reputation for this faction by 1% per favor. Faction favor is gained whenever you install an Augmentation. The amount of favor you gain depends on the total amount of reputation you earned with this faction. Across all resets."),r.a.createElement(s.a,null,"\\(\\huge{r = reputation}\\)"),r.a.createElement(s.a,null,"\\(\\huge{\\Delta r = \\Delta r \\times \\frac{100+favor}{100}}\\)"))},r.a.createElement(f.a,null,"Faction Favor: ",r.a.createElement(o.a,{favor:Math.floor(t.faction.favor)})))),r.a.createElement(f.a,null,"-------------------------"),r.a.createElement(p,null))}},function(t,e,n){"use strict";n.d(e,"a",(function(){return p}));var a=n(0),r=n.n(a),i=n(1450),o=n(634),s=n(514),l=n(24),c=n(40),f=n(1),u=n(19),m=n(3),h=n(10),d=n(5);function p(t){const[e,n]=Object(a.useState)(0);function p(){return Math.pow(10,f.a.sleevesFromCovenant)*s.a}function g(){n(e+1)}let b=!1;f.a.canAfford(p())||(b=!0),f.a.sleevesFromCovenant>=s.b&&(b=!0);const y=[];for(let t=0;t=s.b||(f.a.canAfford(p())?(f.a.loseMoney(p(),"sleeves"),f.a.sleevesFromCovenant+=1,f.a.sleeves.push(new o.a),g()):Object(u.a)("You cannot afford to purchase a Duplicate Sleeve"))}},"Purchase - ",r.a.createElement(l.a,{money:p(),forPurchase:!0}))),r.a.createElement("br",null),r.a.createElement("br",null),r.a.createElement(m.a,null,"You can also purchase upgrades for your Sleeves. These upgrades are also permanent."),y))}},function(t,e,n){"use strict";n.d(e,"a",(function(){return h}));var a=n(0),r=n.n(a),i=n(1),o=n(7),s=n(24),l=n(3),c=n(87),f=n(10),u=n(21),m=n(47);function h(t){const[e,n]=Object(a.useState)(1);function h(){if(isNaN(e))return 1/0;const n=100-t.sleeve.memory;return e>n?1/0:t.sleeve.getMemoryUpgradeCost(e)}const d=h(),p=!i.a.canAfford(d);let g=r.a.createElement(r.a.Fragment,null);return g=isNaN(e)?r.a.createElement(r.a.Fragment,null,"Invalid value"):r.a.createElement(r.a.Fragment,null,"Purchase ",e," memory - ",r.a.createElement(s.a,{money:d,forPurchase:!0})),r.a.createElement(m.a,{sx:{my:1,p:1}},r.a.createElement(l.a,{variant:"h6",color:"primary"},"Upgrade Memory of Sleeve ",t.index),r.a.createElement(l.a,null,"Purchase a memory upgrade for your sleeve. Note that a sleeve's max memory is 100 (current:"," ",o.a.formatSleeveMemory(t.sleeve.memory),")"),r.a.createElement(u.a,{display:"flex",flexDirection:"row",alignItems:"center"},r.a.createElement(l.a,null,"Amount of memory to purchase (must be an integer): "),r.a.createElement(c.a,{onChange:function(e){let a=parseInt(e.target.value);isNaN(a)&&(a=1),a<1&&(a=1);const r=100-t.sleeve.memory;a>r&&(a=r),n(a)},type:"number",value:e})),r.a.createElement("br",null),r.a.createElement(f.a,{disabled:p,onClick:function(){const n=h();i.a.canAfford(n)&&(t.sleeve.upgradeMemory(e),i.a.loseMoney(n,"sleeves"),t.rerender())}},g))}},function(t,e,n){"use strict";n.d(e,"a",(function(){return d}));var a=n(3),r=n(21),i=n(47),o=n(23),s=n(10),l=n(0),c=n.n(l),f=n(190),u=n(22),m=n(1),h=n(1452);function d({faction:t}){const[e,n]=Object(l.useState)(!1);if(!f.a.Names.includes(t.name)||!m.a.isAwareOfGang()||m.a.gang&&m.a.getGangName()!==t.name)return c.a.createElement(c.a.Fragment,null);let d={enabled:!1,title:"",tooltip:"",description:""};d=m.a.gang?{enabled:!0,title:"Manage Gang",tooltip:"",description:"Manage a gang for this Faction. Gangs will earn you money and faction reputation"}:{enabled:m.a.canAccessGang(),title:"Create Gang",tooltip:m.a.canAccessGang()?"":c.a.createElement(a.a,null,"Unlocked when reaching ",f.a.GangKarmaRequirement," karma"),description:"Create a gang for this Faction. Gangs will earn you money and faction reputation"};return c.a.createElement(c.a.Fragment,null,c.a.createElement(r.a,null,c.a.createElement(i.a,{sx:{my:1,p:1}},c.a.createElement(o.a,{title:d.tooltip},c.a.createElement("span",null,c.a.createElement(s.a,{onClick:()=>{if(m.a.inGang())return u.b.toGang();n(!0)},disabled:!d.enabled},d.title))),c.a.createElement(a.a,null,d.description))),c.a.createElement(h.a,{facName:t.name,open:e,onClose:()=>n(!1)}))}},function(t,e,n){"use strict";n.d(e,"a",(function(){return m}));var a=n(0),r=n.n(a),i=n(40),o=n(22),s=n(1),l=n(3),c=n(10),f=n(31),u=n(5);function m(t){function e(){return[u.a.NiteSec,u.a.TheBlackHand].includes(t.facName)}function n(){s.a.startGang(t.facName,e()),t.onClose(),o.b.toGang()}return r.a.createElement(i.a,{open:t.open,onClose:t.onClose},r.a.createElement(l.a,null,"Would you like to create a new Gang with ",t.facName,"?",r.a.createElement("br",null),r.a.createElement("br",null),"Note that this will prevent you from creating a Gang with any other Faction until this BitNode is destroyed. It also resets your reputation with this faction.",r.a.createElement("br",null),r.a.createElement("br",null),e()?"This is a HACKING gang. Members in this gang will have different tasks than COMBAT gangs. Compared to combat gangs, progression with hacking gangs is more straightforward as territory warfare is not as important.":"This is a COMBAT gang. Members in this gang will have different tasks than HACKING gangs. Compared to hacking gangs, progression with combat gangs can be more difficult as territory management is more important. However, well-managed combat gangs can progress faster than hacking ones.",r.a.createElement("br",null),r.a.createElement("br",null),"Other than hacking vs combat, there are NO differences between the Factions you can create a Gang with, and each of these Factions have all Augmentations available."),r.a.createElement(c.a,{onClick:n,onKeyUp:function(t){t.key===f.a.ENTER&&n()},autoFocus:!0},"Create Gang"))}},function(t,e,n){"use strict";n.d(e,"a",(function(){return N}));var a=n(3),r=n(160),i=n(161),o=n(47),s=n(246),l=n(21),c=n(112),f=n(23),u=n(1539),m=n(720),h=n(0),d=n.n(h),p=n(151),g=n(25),b=n(676),y=n(42),E=n(193),v=n(6),k=n(29),w=n(1),S=n(7),_=n(40),C=n(24),x=n(73),L=n(257),O=n(132);const M=({open:t,onClose:e})=>d.a.createElement(_.a,{open:t,onClose:e},d.a.createElement(d.a.Fragment,null,d.a.createElement(a.a,{variant:"h5"},"All Employers"),d.a.createElement("ul",null,Object.keys(w.a.jobs).map(t=>d.a.createElement(a.a,{key:t},"* ",t)))));function A(t){var e;return d.a.createElement(r.a,{sx:{display:"table",width:"100%",mb:!0===(null!==(e=t.noMargin)&&void 0!==e&&e)?0:2}},d.a.createElement(i.a,null,t.rows.map(e=>{const{mult:n,value:r,effValue:i=null,color:o=t.color}=e;return null!==i&&i!==r&&w.a.sourceFileLvl(5)>0?d.a.createElement(x.a,{key:n,name:n,color:o,data:{}},d.a.createElement(d.a.Fragment,null,d.a.createElement(a.a,{color:o},d.a.createElement("span",{style:{opacity:.5}},S.a.formatPercentage(r))," ",S.a.formatPercentage(i)))):d.a.createElement(x.a,{key:n,name:n,color:o,data:{content:S.a.formatPercentage(r)}})})))}function T(){if(w.a.sourceFiles.length>0){const t="BitNode"+w.a.bitNodeN,e=Math.min(w.a.sourceFileLvl(w.a.bitNodeN)+1,12===w.a.bitNodeN?1/0:3);return d.a.createElement(o.a,{sx:{mb:1,p:1}},d.a.createElement(a.a,{variant:"h5"},"BitNode ",w.a.bitNodeN,": ",p.a[t].name," (Level ",e,")"),d.a.createElement(a.a,{sx:{whiteSpace:"pre-wrap",overflowWrap:"break-word"}},p.a[t].info))}return d.a.createElement(d.a.Fragment,null)}function R({open:t,onClose:e}){function n(t){const e=[["Total:",d.a.createElement(C.a,{money:t.total})]];return t.augmentations&&e.push(["Augmentations:",d.a.createElement(C.a,{money:t.augmentations})]),t.bladeburner&&e.push(["Bladeburner:",d.a.createElement(C.a,{money:t.bladeburner})]),t.casino&&e.push(["Casino:",d.a.createElement(C.a,{money:t.casino})]),t.codingcontract&&e.push(["Coding Contracts:",d.a.createElement(C.a,{money:t.codingcontract})]),t.work&&e.push(["Company Work:",d.a.createElement(C.a,{money:t.work})]),t.class&&e.push(["Class:",d.a.createElement(C.a,{money:t.class})]),t.corporation&&e.push(["Corporation:",d.a.createElement(C.a,{money:t.corporation})]),t.crime&&e.push(["Crimes:",d.a.createElement(C.a,{money:t.crime})]),t.gang&&e.push(["Gang:",d.a.createElement(C.a,{money:t.gang})]),t.hacking&&e.push(["Hacking:",d.a.createElement(C.a,{money:t.hacking})]),t.hacknet&&e.push(["Hacknet Nodes:",d.a.createElement(C.a,{money:t.hacknet})]),t.hacknet_expenses&&e.push(["Hacknet Nodes Expenses:",d.a.createElement(C.a,{money:t.hacknet_expenses})]),t.hospitalization&&e.push(["Hospitalization:",d.a.createElement(C.a,{money:t.hospitalization})]),t.infiltration&&e.push(["Infiltration:",d.a.createElement(C.a,{money:t.infiltration})]),t.servers&&e.push(["Servers:",d.a.createElement(C.a,{money:t.servers})]),t.stock&&e.push(["Stock Market:",d.a.createElement(C.a,{money:t.stock})]),t.sleeves&&e.push(["Sleeves:",d.a.createElement(C.a,{money:t.sleeves})]),t.other&&e.push(["Other:",d.a.createElement(C.a,{money:t.other})]),d.a.createElement(L.a,{rows:e,wide:!0})}let r=d.a.createElement(d.a.Fragment,null,d.a.createElement(a.a,{variant:"h6",color:"primary"},"Money earned since you last installed Augmentations"),d.a.createElement("br",null),n(w.a.moneySourceA));return 0!==w.a.sourceFiles.length&&(r=d.a.createElement(d.a.Fragment,null,r,d.a.createElement("br",null),d.a.createElement("br",null),d.a.createElement(a.a,{variant:"h6",color:"primary"},"Money earned in this BitNode"),d.a.createElement("br",null),n(w.a.moneySourceB))),d.a.createElement(_.a,{open:t,onClose:e},r)}function N(){const[t,e]=Object(h.useState)(!1),[n,S]=Object(h.useState)(!1),_=Object(h.useState)(!1)[1];function L(){_(t=>!t)}Object(h.useEffect)(()=>{const t=setInterval(L,200);return()=>clearInterval(t)},[]);const N=[["Since last Augmentation installation",Object(k.b)(w.a.playtimeSinceLastAug)]];w.a.sourceFiles.length>0&&N.push(["Since last Bitnode destroyed",Object(k.b)(w.a.playtimeSinceLastBitnode)]),N.push(["Total",Object(k.b)(w.a.totalPlaytime)]);let P=!1;if(w.a.sourceFileLvl(5)>0){const t=w.a.bitNodeN,e=12===t?1/0:3,n=Object(p.c)(t,Math.min(w.a.sourceFileLvl(t)+1,e));P=!Object(O.isEqual)(n,p.b)}return d.a.createElement(s.a,{maxWidth:"lg",disableGutters:!0,sx:{mx:0}},d.a.createElement(a.a,{variant:"h4"},"Stats"),d.a.createElement(l.a,{sx:{display:"grid",gridTemplateColumns:"1fr 1fr",minWidth:"fit-content",mb:1,gap:1}},d.a.createElement(o.a,{sx:{p:1}},d.a.createElement(a.a,{variant:"h5"},"General"),d.a.createElement(r.a,null,d.a.createElement(i.a,null,d.a.createElement(x.a,{name:"Current City",color:v.a.theme.primary,data:{content:w.a.city}}),d.a.createElement(x.a,{name:"Money",color:v.a.theme.money,data:{}},d.a.createElement(d.a.Fragment,null,d.a.createElement(C.a,{money:w.a.money}),d.a.createElement(c.a,{onClick:()=>e(!0),sx:{p:0}},d.a.createElement(u.a,{color:"info"})))),w.a.jobs&&0!==Object.keys(w.a.jobs).length?d.a.createElement(x.a,{name:"All Employers",color:v.a.theme.primary,data:{}},d.a.createElement(d.a.Fragment,null,d.a.createElement("span",{style:{color:v.a.theme.primary}},Object.keys(w.a.jobs).length," total"),d.a.createElement(c.a,{onClick:()=>S(!0),sx:{p:0}},d.a.createElement(u.a,{color:"info"})))):d.a.createElement(d.a.Fragment,null),d.a.createElement(x.a,{name:"Servers Owned",color:v.a.theme.primary,data:{content:`${w.a.purchasedServers.length} / ${Object(E.b)()}`}}),d.a.createElement(x.a,{name:`Hacknet ${9===w.a.bitNodeN||w.a.sourceFileLvl(9)>0?"Servers":"Nodes"} owned`,color:v.a.theme.primary,data:{content:`${w.a.hacknetNodes.length}${9===w.a.bitNodeN||w.a.sourceFileLvl(9)>0?" / "+y.b.MaxServers:""}`}}),d.a.createElement(x.a,{name:"Augmentations Installed",color:v.a.theme.primary,data:{content:String(w.a.augmentations.length)}})))),d.a.createElement(o.a,{sx:{p:1}},d.a.createElement(a.a,{variant:"h5"},"Skills"),d.a.createElement(r.a,null,d.a.createElement(i.a,null,d.a.createElement(x.a,{name:"Hacking",color:v.a.theme.hack,data:{level:w.a.skills.hacking,exp:w.a.exp.hacking}}),d.a.createElement(x.a,{name:"Strength",color:v.a.theme.combat,data:{level:w.a.skills.strength,exp:w.a.exp.strength}}),d.a.createElement(x.a,{name:"Defense",color:v.a.theme.combat,data:{level:w.a.skills.defense,exp:w.a.exp.defense}}),d.a.createElement(x.a,{name:"Dexterity",color:v.a.theme.combat,data:{level:w.a.skills.dexterity,exp:w.a.exp.dexterity}}),d.a.createElement(x.a,{name:"Agility",color:v.a.theme.combat,data:{level:w.a.skills.agility,exp:w.a.exp.agility}}),d.a.createElement(x.a,{name:"Charisma",color:v.a.theme.cha,data:{level:w.a.skills.charisma,exp:w.a.exp.charisma}}),w.a.skills.intelligence>0&&(5===w.a.bitNodeN||w.a.sourceFileLvl(5)>0)&&d.a.createElement(x.a,{name:"Intelligence",color:v.a.theme.int,data:{level:w.a.skills.intelligence,exp:w.a.exp.intelligence}}))))),d.a.createElement(o.a,{sx:{p:1,mb:1}},d.a.createElement(a.a,{variant:"h5",color:"primary",sx:{display:"flex",alignItems:"center",flexWrap:"wrap"}},"Multipliers",w.a.sourceFileLvl(5)>0&&d.a.createElement(f.a,{title:d.a.createElement(a.a,null,"Displays your current multipliers.",d.a.createElement("br",null),d.a.createElement("br",null),"When there is a dim number next to a multiplier, that means that the multiplier in question is being affected by BitNode multipliers.",d.a.createElement("br",null),d.a.createElement("br",null),"The dim number is the raw multiplier, and the undimmed number is the effective multiplier, as dictated by the BitNode.")},d.a.createElement(m.a,{sx:{ml:1,mb:.5},color:"info"}))),d.a.createElement(l.a,{sx:{display:"grid",gridTemplateColumns:"1fr 1fr",gap:1}},d.a.createElement(l.a,null,d.a.createElement(A,{rows:[{mult:"Hacking Chance",value:w.a.mults.hacking_chance},{mult:"Hacking Speed",value:w.a.mults.hacking_speed},{mult:"Hacking Money",value:w.a.mults.hacking_money,effValue:w.a.mults.hacking_money*g.a.ScriptHackMoney},{mult:"Hacking Growth",value:w.a.mults.hacking_grow,effValue:w.a.mults.hacking_grow*g.a.ServerGrowthRate}],color:v.a.theme.hack}),d.a.createElement(A,{rows:[{mult:"Hacking Level",value:w.a.mults.hacking,effValue:w.a.mults.hacking*g.a.HackingLevelMultiplier},{mult:"Hacking Experience",value:w.a.mults.hacking_exp,effValue:w.a.mults.hacking_exp*g.a.HackExpGain}],color:v.a.theme.hack}),d.a.createElement(A,{rows:[{mult:"Strength Level",value:w.a.mults.strength,effValue:w.a.mults.strength*g.a.StrengthLevelMultiplier},{mult:"Strength Experience",value:w.a.mults.strength_exp}],color:v.a.theme.combat}),d.a.createElement(A,{rows:[{mult:"Defense Level",value:w.a.mults.defense,effValue:w.a.mults.defense*g.a.DefenseLevelMultiplier},{mult:"Defense Experience",value:w.a.mults.defense_exp}],color:v.a.theme.combat}),d.a.createElement(A,{rows:[{mult:"Dexterity Level",value:w.a.mults.dexterity,effValue:w.a.mults.dexterity*g.a.DexterityLevelMultiplier},{mult:"Dexterity Experience",value:w.a.mults.dexterity_exp}],color:v.a.theme.combat}),d.a.createElement(A,{rows:[{mult:"Agility Level",value:w.a.mults.agility,effValue:w.a.mults.agility*g.a.AgilityLevelMultiplier},{mult:"Agility Experience",value:w.a.mults.agility_exp}],color:v.a.theme.combat}),d.a.createElement(A,{rows:[{mult:"Charisma Level",value:w.a.mults.charisma,effValue:w.a.mults.charisma*g.a.CharismaLevelMultiplier},{mult:"Charisma Experience",value:w.a.mults.charisma_exp}],color:v.a.theme.cha,noMargin:!0})),d.a.createElement(l.a,null,d.a.createElement(A,{rows:[{mult:"Hacknet Node Production",value:w.a.mults.hacknet_node_money,effValue:w.a.mults.hacknet_node_money*g.a.HacknetNodeMoney},{mult:"Hacknet Node Purchase Cost",value:w.a.mults.hacknet_node_purchase_cost},{mult:"Hacknet Node RAM Upgrade Cost",value:w.a.mults.hacknet_node_ram_cost},{mult:"Hacknet Node Core Purchase Cost",value:w.a.mults.hacknet_node_core_cost},{mult:"Hacknet Node Level Upgrade Cost",value:w.a.mults.hacknet_node_level_cost}],color:v.a.theme.primary}),d.a.createElement(A,{rows:[{mult:"Company Reputation Gain",value:w.a.mults.company_rep,color:v.a.theme.rep},{mult:"Faction Reputation Gain",value:w.a.mults.faction_rep,effValue:w.a.mults.faction_rep*g.a.FactionWorkRepGain,color:v.a.theme.rep},{mult:"Salary",value:w.a.mults.work_money,effValue:w.a.mults.work_money*g.a.CompanyWorkMoney,color:v.a.theme.money}],color:v.a.theme.money}),d.a.createElement(A,{rows:[{mult:"Crime Success Chance",value:w.a.mults.crime_success},{mult:"Crime Money",value:w.a.mults.crime_money,effValue:w.a.mults.crime_money*g.a.CrimeMoney,color:v.a.theme.money}],color:v.a.theme.combat}),w.a.canAccessBladeburner()&&g.a.BladeburnerRank>0&&d.a.createElement(A,{rows:[{mult:"Bladeburner Success Chance",value:w.a.mults.bladeburner_success_chance},{mult:"Bladeburner Max Stamina",value:w.a.mults.bladeburner_max_stamina},{mult:"Bladeburner Stamina Gain",value:w.a.mults.bladeburner_stamina_gain},{mult:"Bladeburner Field Analysis",value:w.a.mults.bladeburner_analysis}],color:v.a.theme.primary,noMargin:!0})))),d.a.createElement(o.a,{sx:{p:1,mb:1}},d.a.createElement(a.a,{variant:"h5"},"Time Played"),d.a.createElement(r.a,null,d.a.createElement(i.a,null,N.map(([t,e])=>d.a.createElement(x.a,{key:t,name:t,color:v.a.theme.primary,data:{content:e}}))))),d.a.createElement(T,null),P&&d.a.createElement(o.a,{sx:{p:1,mb:1}},d.a.createElement(a.a,{variant:"h5"},"BitNode Multipliers"),d.a.createElement(b.a,{n:w.a.bitNodeN})),d.a.createElement(R,{open:t,onClose:()=>e(!1)}),d.a.createElement(M,{open:n,onClose:()=>S(!1)}))}},function(t,e,n){"use strict";n.d(e,"a",(function(){return l}));var a=n(0),r=n.n(a),i=n(1455),o=n(1456),s=n(1);function l(t){const e=Object(a.useState)(!1)[1];function n(){e(t=>!t)}return Object(a.useEffect)(()=>{const t=setInterval(n,200);return()=>clearInterval(t)},[]),r.a.createElement(r.a.Fragment,null,r.a.createElement(i.a,{rerender:n}),s.a.hasWseAccount&&r.a.createElement(o.a,{stockMarket:t.stockMarket}))}},function(t,e,n){"use strict";n.d(e,"a",(function(){return C}));var a=n(0),r=n.n(a),i=n(234),o=n(15),s=n(1),l=n(24),c=n(97),f=n(3),u=n(146),m=n(10),h=n(23),d=n(112),p=n(310),g=n.n(p),b=n(339),y=n.n(b),E=n(486),v=n(5);function k(t){if(s.a.has4SDataTixApi)return r.a.createElement(f.a,null,"Market Data TIX API Access ",r.a.createElement(y.a,null));{const e=Object(i.b)();return r.a.createElement(h.a,{title:s.a.hasTixApiAccess?r.a.createElement(f.a,null,"Let you access 4S Market Data through Netscript"):r.a.createElement(f.a,null,"Requires TIX API Access")},r.a.createElement("span",null,r.a.createElement(m.a,{disabled:!s.a.hasTixApiAccess||!s.a.canAfford(e),onClick:function(){s.a.has4SDataTixApi||s.a.canAfford(Object(i.b)())&&(s.a.has4SDataTixApi=!0,s.a.loseMoney(Object(i.b)(),"stock"),t.rerender())}},"Buy 4S Market Data TIX API Access - ",r.a.createElement(l.a,{money:e,forPurchase:!0}))))}}function w(t){if(s.a.hasWseAccount)return r.a.createElement(f.a,null,"WSE Account ",r.a.createElement(y.a,null));const e=o.a.WSEAccountCost;return r.a.createElement(r.a.Fragment,null,r.a.createElement(f.a,null,"To begin trading, you must first purchase an account:"),r.a.createElement(m.a,{disabled:!s.a.canAfford(e),onClick:function(){s.a.hasWseAccount||s.a.canAfford(o.a.WSEAccountCost)&&(s.a.hasWseAccount=!0,Object(c.e)(),s.a.loseMoney(o.a.WSEAccountCost,"stock"),t.rerender())}},"Buy WSE Account - ",r.a.createElement(l.a,{money:e,forPurchase:!0})))}function S(t){if(s.a.hasTixApiAccess)return r.a.createElement(f.a,null,"TIX API Access ",r.a.createElement(y.a,null));{const e=o.a.TIXAPICost;return r.a.createElement(m.a,{disabled:!s.a.canAfford(e)||!s.a.hasWseAccount,onClick:function(){s.a.hasTixApiAccess||s.a.canAfford(o.a.TIXAPICost)&&(s.a.hasTixApiAccess=!0,s.a.loseMoney(o.a.TIXAPICost,"stock"),t.rerender())}},"Buy Trade Information eXchange (TIX) API Access - ",r.a.createElement(l.a,{money:e,forPurchase:!0}))}}function _(t){if(s.a.has4SData)return r.a.createElement(f.a,null,"4S Market Data Access ",r.a.createElement(y.a,null));{const e=Object(i.a)();return r.a.createElement(h.a,{title:r.a.createElement(f.a,null,"Lets you view additional pricing and volatility information about stocks")},r.a.createElement("span",null,r.a.createElement(m.a,{disabled:!s.a.canAfford(e)||!s.a.hasWseAccount,onClick:function(){s.a.has4SData||s.a.canAfford(Object(i.a)())&&(s.a.has4SData=!0,s.a.loseMoney(Object(i.a)(),"stock"),t.rerender())}},"Buy 4S Market Data Access - ",r.a.createElement(l.a,{money:e,forPurchase:!0}))))}}function C(t){const[e,n]=Object(a.useState)(!1);return r.a.createElement(r.a.Fragment,null,r.a.createElement(f.a,null,"Welcome to the World Stock Exchange (WSE)!"),r.a.createElement(u.a,{href:"https://bitburner.readthedocs.io/en/latest/basicgameplay/stockmarket.html",target:"_blank"},r.a.createElement(f.a,null,"Investopedia")),r.a.createElement("br",null),r.a.createElement(w,t),r.a.createElement(f.a,{variant:"h5",color:"primary"},"Trade Information eXchange (TIX) API"),r.a.createElement(f.a,null,"TIX, short for Trade Information eXchange, is the communications protocol used by the WSE. Purchasing access to the TIX API lets you write code to create your own algorithmic/automated trading strategies."),r.a.createElement(S,t),r.a.createElement(f.a,{variant:"h5",color:"primary"},v.a.FourSigma," (4S) Market Data Feed"),r.a.createElement(f.a,null,v.a.FourSigma,"'s (4S) Market Data Feed provides information about stocks that will help your trading strategies.",r.a.createElement(d.a,{onClick:()=>n(!0)},r.a.createElement(g.a,null))),r.a.createElement(k,t),r.a.createElement(_,t),r.a.createElement(f.a,null,"Commission Fees: Every transaction you make has a"," ",r.a.createElement(l.a,{money:o.a.StockMarketCommission,forPurchase:!0})," commission fee."),r.a.createElement("br",null),r.a.createElement(f.a,null,"WARNING: When you reset after installing Augmentations, the Stock Market is reset. You will retain your WSE Account, access to the TIX API, and 4S Market Data access. However, all of your stock positions are lost, so make sure to sell your stocks before installing Augmentations!"),r.a.createElement(E.a,{open:e,onClose:()=>n(!1)},r.a.createElement(f.a,null,"Access to the 4S Market Data feed will display two additional pieces of information about each stock: Price Forecast & Volatility",r.a.createElement("br",null),r.a.createElement("br",null),"Price Forecast indicates the probability the stock has of increasing or decreasing. A '+' forecast means the stock has a higher chance of increasing than decreasing, and a '-' means the opposite. The number of '+/-' symbols is used to illustrate the magnitude of these probabilities. For example, '+++' means that the stock has a significantly higher chance of increasing than decreasing, while '+' means that the stock only has a slightly higher chance of increasing than decreasing.",r.a.createElement("br",null),r.a.createElement("br",null),"Volatility represents the maximum percentage by which a stock's price can change every tick (a tick occurs every few seconds while the game is running).",r.a.createElement("br",null),r.a.createElement("br",null),"A stock's price forecast can change over time. This is also affected by volatility. The more volatile a stock is, the more its price forecast will change.")))}},function(t,e,n){"use strict";n.d(e,"a",(function(){return l}));var a=n(0),r=n.n(a),i=n(1457),o=n(449),s=n(153);function l(t){const e=Object(a.useState)(!1)[1],[n,l]=Object(a.useState)(o.b.AllStocks),[c,f]=Object(a.useState)([]);function u(){e(t=>!t)}const m=[];for(const e of Object.keys(t.stockMarket)){const a=t.stockMarket[e];if(a instanceof s.a){if(c.length>0&&!c.includes(a.symbol))continue;let e=t.stockMarket.Orders[a.symbol];if(null==e&&(e=[]),n===o.b.Portfolio&&0===a.playerShares&&0===a.playerShortShares&&0===e.length)continue;m.push(r.a.createElement(i.a,{key:a.symbol,orders:e,rerenderAllTickers:u,stock:a}))}}return r.a.createElement(r.a.Fragment,null,r.a.createElement(o.a,{changeDisplayMode:function(){n===o.b.AllStocks?l(o.b.Portfolio):l(o.b.AllStocks)},changeWatchlistFilter:function(t){const e=t.target.value.replace(/\s/g,"");f(""!==e?e.split(","):[])},tickerDisplayMode:n}),m)}},function(t,e,n){"use strict";n.d(e,"a",(function(){return R}));var a,r=n(0),i=n.n(r),o=n(1458),s=n(1459),l=n(1461),c=n(565),f=n(1462),u=n(233),m=n(117),h=n(75),d=n(97),p=n(195),g=n(1),b=n(7),y=n(24),E=n(19),v=n(21),k=n(87),w=n(74),S=n(130),_=n(368),C=n(113),x=n(47),L=n(283),O=n(80),M=n.n(O),A=n(213),T=n.n(A);function R(t){const[e,n]=Object(r.useState)(a.Market),[O,A]=Object(r.useState)(h.a.Long),[R,N]=Object(r.useState)(""),[P,I]=Object(r.useState)(!1),[F,D]=Object(r.useState)(!1),[j,B]=Object(r.useState)({text:"",placeText:"",place:()=>!1});function G(){return Math.round(parseFloat(R))}function W(){return 8===g.a.bitNodeN||g.a.sourceFileLvl(8)>=3}return i.a.createElement(v.a,{component:x.a},i.a.createElement(_.a,{onClick:()=>D(t=>!t)},i.a.createElement(C.a,{primary:i.a.createElement(o.a,{stock:t.stock})}),F?i.a.createElement(T.a,{color:"primary"}):i.a.createElement(M.a,{color:"primary"})),i.a.createElement(L.a,{in:F,unmountOnExit:!0},i.a.createElement(v.a,{sx:{mx:4}},i.a.createElement(v.a,{display:"flex",alignItems:"center"},i.a.createElement(k.a,{onChange:function(t){N(t.target.value)},placeholder:"Quantity (Shares)",value:R}),i.a.createElement(S.a,{onChange:function(t){t.target.value===h.a.Short?A(h.a.Short):A(h.a.Long)},value:O},i.a.createElement(w.a,{value:h.a.Long},"Long"),(8===g.a.bitNodeN||g.a.sourceFileLvl(8)>=2)&&i.a.createElement(w.a,{value:h.a.Short},"Short")),i.a.createElement(S.a,{onChange:function(t){switch(t.target.value){case a.Limit:n(a.Limit);break;case a.Stop:n(a.Stop);break;case a.Market:default:n(a.Market)}},value:e},i.a.createElement(w.a,{value:a.Market},a.Market),W()&&i.a.createElement(w.a,{value:a.Limit},a.Limit),W()&&i.a.createElement(w.a,{value:a.Stop},a.Stop)),i.a.createElement(c.a,{onClick:function(){const n=G();if(isNaN(n))Object(E.a)("Invalid input for quantity (number of shares): "+R);else switch(e){case a.Market:O===h.a.Short?Object(p.d)(t.stock,n):Object(p.a)(t.stock,n),t.rerenderAllTickers();break;case a.Limit:I(!0),B({text:"Enter the price for your Limit Order",placeText:"Place Buy Limit Order",place:e=>Object(d.i)(t.stock,n,e,m.a.LimitBuy,O)});break;case a.Stop:I(!0),B({text:"Enter the price for your Stop Order",placeText:"Place Buy Stop Order",place:e=>Object(d.i)(t.stock,n,e,m.a.StopBuy,O)})}},text:"Buy",tooltip:function(){const e=t.stock,n=G();if(isNaN(n))return null;const a=Object(u.b)(e,n,O);return null==a?null:i.a.createElement(i.a.Fragment,null,"Purchasing ",b.a.formatShares(n)," shares (",O===h.a.Long?"Long":"Short",") will cost ",i.a.createElement(y.a,{money:a}),".")}()}),i.a.createElement(c.a,{onClick:function(){const n=G();if(isNaN(n))Object(E.a)("Invalid input for quantity (number of shares): "+R);else switch(e){case a.Market:O===h.a.Short?Object(p.b)(t.stock,n):Object(p.c)(t.stock,n),t.rerenderAllTickers();break;case a.Limit:I(!0),B({text:"Enter the price for your Limit Order",placeText:"Place Sell Limit Order",place:e=>Object(d.i)(t.stock,n,e,m.a.LimitSell,O)});break;case a.Stop:I(!0),B({text:"Enter the price for your Stop Order",placeText:"Place Sell Stop Order",place:e=>Object(d.i)(t.stock,n,e,m.a.StopSell,O)})}},text:"Sell",tooltip:function(){const e=t.stock,n=G();if(isNaN(n))return null;if(O===h.a.Long){if(n>e.playerShares)return i.a.createElement(i.a.Fragment,null,"You do not have this many shares in the Long position")}else if(n>e.playerShortShares)return i.a.createElement(i.a.Fragment,null,"You do not have this many shares in the Short position");const a=Object(u.c)(e,n,O);return null==a?null:i.a.createElement(i.a.Fragment,null,"Selling ",b.a.formatShares(n)," shares (",O===h.a.Long?"Long":"Short",") will result in a gain of ",i.a.createElement(y.a,{money:a}),".")}()}),i.a.createElement(c.a,{onClick:function(){const n=g.a.money,r=t.stock;let i=Object(u.a)(r,O,n);switch(i=Math.min(i,Math.round(r.maxShares-r.playerShares-r.playerShortShares)),e){case a.Market:O===h.a.Short?Object(p.d)(r,i):Object(p.a)(r,i),t.rerenderAllTickers();break;default:Object(E.a)("ERROR: 'Buy Max' only works for Market Orders")}},text:"Buy MAX"}),i.a.createElement(c.a,{onClick:function(){const n=t.stock;switch(e){case a.Market:O===h.a.Short?Object(p.b)(n,n.playerShortShares):Object(p.c)(n,n.playerShares),t.rerenderAllTickers();break;default:Object(E.a)("ERROR: 'Sell All' only works for Market Orders")}},text:"Sell ALL"})),i.a.createElement(l.a,{stock:t.stock}),i.a.createElement(s.a,{orders:t.orders,stock:t.stock}),i.a.createElement(f.a,{text:j.text,placeText:j.placeText,place:j.place,open:P,onClose:()=>I(!1)}))))}!function(t){t.Market="Market Order",t.Limit="Limit Order",t.Stop="Stop Order"}(a||(a={}))},function(t,e,n){"use strict";n.d(e,"a",(function(){return f}));var a=n(0),r=n(822),i=n(1),o=n(6),s=n(7),l=n(3);const c=["cs","lv","pl","ru"];function f(t){const e=t.stock,n=s.a.formatMoney(e.price),f=c.includes(o.a.Locale)?15:12,u=" ".repeat(1+r.a.longestName-e.name.length+(r.a.longestSymbol-e.symbol.length)),m=" ".repeat(f-n.length);let h=`${e.name}${u}${e.symbol} -${m}${n}`;if(i.a.has4SData){h+=` - Volatility: ${s.a.formatPercentage(e.mv/100)} - Price Forecast: `;let t=e.b;e.otlkMag<0&&(t=!t),h+=(t?"+":"-").repeat(Math.floor(Math.abs(e.otlkMag)/10)+1)}let d="primary";return e.lastPrice===e.price?d="secondary":e.lastPrice>e.price&&(d="error"),a.createElement(l.a,{style:{whiteSpace:"pre"},color:d},h)}},function(t,e,n){"use strict";n.d(e,"a",(function(){return i}));var a=n(0),r=n(1460);function i(t){const e=[];for(let n=0;n=2?a.createElement(a.Fragment,null,a.createElement(c.a,{display:"flex"},a.createElement(l.a,{title:a.createElement(s.a,null,"Shares in the short position will increase in value if the price of the corresponding stock decreases")},a.createElement(s.a,{variant:"h5",color:"primary"},"Short Position:"))),a.createElement(s.a,null,"Shares: ",i.a.formatShares(e.playerShortShares)),a.createElement(s.a,null,"Average Price: ",a.createElement(o.a,{money:e.playerAvgShortPx})," (Total Cost: ",a.createElement(o.a,{money:n}),")"),a.createElement(s.a,null,"Profit: ",a.createElement(o.a,{money:f})," (",i.a.formatPercentage(u),")")):a.createElement(a.Fragment,null)}function m(t){const e=t.stock;return a.createElement(a.Fragment,null,a.createElement(s.a,null,"Max Shares: ",i.a.formatShares(e.maxShares)),a.createElement(s.a,null,"Ask Price: ",a.createElement(o.a,{money:e.getAskPrice()})),a.createElement("br",null),a.createElement(s.a,null,"Bid Price: ",a.createElement(o.a,{money:e.getBidPrice()})),a.createElement(f,t),a.createElement(u,t))}},function(t,e,n){"use strict";n.d(e,"a",(function(){return c}));var a=n(0),r=n.n(a),i=n(40),o=n(3),s=n(87),l=n(10);function c(t){const[e,n]=Object(a.useState)(null);return r.a.createElement(i.a,{open:t.open,onClose:t.onClose},r.a.createElement(o.a,null,t.text),r.a.createElement(s.a,{autoFocus:!0,type:"number",onChange:function(t){""===t.target.value?n(null):n(parseFloat(t.target.value))},placeholder:"price",InputProps:{endAdornment:r.a.createElement(l.a,{onClick:function(){null!==e&&(isNaN(e)||(t.place(e),t.onClose()))}},t.placeText)}}))}},function(t,e,n){"use strict";n.d(e,"a",(function(){return y}));var a=n(0),r=n.n(a),i=n(151),o=n(1464),s=n(500),l=n(1),c=n(122),f=n(148),u=n(112),m=n(3),h=n(23),d=n(6),p=n(10);const g=Object(c.a)(()=>Object(f.a)({portal:{cursor:"pointer",fontFamily:"inherit",fontSize:"1rem",fontWeight:"bold",lineHeight:1,padding:0,"&:hover":{color:"#fff"}},level0:{color:"red"},level1:{color:"yellow"},level2:{color:"#48d1cc"},level3:{color:"blue"}}));function b(t){const[e,n]=Object(a.useState)(!1),s=g(),l=i.a["BitNode"+t.n];if(null==l)return r.a.createElement(r.a.Fragment,null,"O");let c=s.level0;return 12===t.n&&t.level>=2?c=s.level2:1===t.level?c=s.level1:3===t.level&&(c=s.level3),2===t.level&&(c=s.level2),c=`${s.portal} ${c}`,r.a.createElement(r.a.Fragment,null,r.a.createElement(h.a,{title:r.a.createElement(m.a,null,r.a.createElement("strong",null,"BitNode-",l.number.toString(),": ",l.name),r.a.createElement("br",null),l.desc)},d.a.DisableASCIIArt?r.a.createElement(p.a,{onClick:()=>n(!0),sx:{m:2},"aria-description":l.desc},r.a.createElement(m.a,null,"BitNode-",l.number.toString(),": ",l.name)):r.a.createElement(u.a,{onClick:()=>n(!0),className:c,"aria-label":`BitNode-${l.number.toString()}: ${l.name}`,"aria-description":l.desc},"O")),r.a.createElement(o.a,{open:e,onClose:()=>n(!1),n:t.n,level:t.level,destroyedBitNode:t.destroyedBitNode,flume:t.flume}),d.a.DisableASCIIArt&&r.a.createElement("br",null))}function y(t){const e=l.a.bitNodeN,[n,o]=Object(a.useState)(!t.quick);if(n)return r.a.createElement(s.a,{lines:["[ERROR] SEMPOOL INVALID","[ERROR] Segmentation Fault","[ERROR] SIGKILL RECVD","Dumping core...","0000 000016FA 174FEE40 29AC8239 384FEA88","0010 745F696E 2BBBE394 390E3940 248BEC23","0020 7124696B 0000FF69 74652E6F FFFF1111","----------------------------------------","Failsafe initiated...",`Restarting BitNode-${e}...`,"...........","...........","[ERROR] FAILED TO AUTOMATICALLY REBOOT BITNODE","..............................................","..............................................","..............................................","..............................................","..............................................",".............................................."],onDone:()=>o(!1),auto:!0});const c=n=>{const a=l.a.sourceFileLvl(n);if(n!==e)return a;const r=12===n?1/0:3;return Math.min(r,a+Number(!t.flume))};if(d.a.DisableASCIIArt)return r.a.createElement(r.a.Fragment,null,Object.values(i.a).filter(t=>"COMING SOON"!==t.desc).map(n=>r.a.createElement(b,{key:n.number,n:n.number,level:c(n.number),flume:t.flume,destroyedBitNode:e})),r.a.createElement("br",null),r.a.createElement("br",null),r.a.createElement("br",null),r.a.createElement("br",null),r.a.createElement(s.a,{lines:["> Many decades ago, a humanoid extraterrestrial species which we call the Enders descended on the Earth...violently","> Our species fought back, but it was futile. The Enders had technology far beyond our own...","> Instead of killing every last one of us, the human race was enslaved...","> We were shackled in a digital world, chained into a prison for our minds...","> Using their advanced technology, the Enders created complex simulations of a virtual reality...","> Simulations designed to keep us content...ignorant of the truth.","> Simulations used to trap and suppress our consciousness, to keep us under control...","> Why did they do this? Why didn't they just end our entire race? We don't know, not yet.","> Humanity's only hope is to destroy these simulations, destroy the only realities we've ever known...","> Only then can we begin to fight back...","> By hacking the daemon that generated your reality, you've just destroyed one simulation, called a BitNode...","> But there is still a long way to go...","> The technology the Enders used to enslave the human race wasn't just a single complex simulation...","> There are tens if not hundreds of BitNodes out there...","> Each with their own simulations of a reality...","> Each creating their own universes...a universe of universes","> And all of which must be destroyed...","> .......................................","> Welcome to the Bitverse...","> ","> (Enter a new BitNode using the image above)"]}));const f=c;return r.a.createElement(r.a.Fragment,null,r.a.createElement(m.a,{sx:{lineHeight:"1em",whiteSpace:"pre"}}," O "),r.a.createElement(m.a,{sx:{lineHeight:"1em",whiteSpace:"pre"}}," | O O | O O | "),r.a.createElement(m.a,{sx:{lineHeight:"1em",whiteSpace:"pre"}}," O | | / __| \\ | | O "),r.a.createElement(m.a,{sx:{lineHeight:"1em",whiteSpace:"pre"}}," O | O | | O / | O | | O | O "),r.a.createElement(m.a,{sx:{lineHeight:"1em",whiteSpace:"pre"}}," | | | | |_/ |/ | \\_ \\_| | | | | "),r.a.createElement(m.a,{sx:{lineHeight:"1em",whiteSpace:"pre"}}," O | | | O | | O__/ | / \\__ | | O | | | O "),r.a.createElement(m.a,{sx:{lineHeight:"1em",whiteSpace:"pre"}}," | | | | | | | / /| O / \\| | | | | | | "),r.a.createElement(m.a,{sx:{lineHeight:"1em",whiteSpace:"pre"}},"O | | | \\| | O / _/ | / O | |/ | | | O"),r.a.createElement(m.a,{sx:{lineHeight:"1em",whiteSpace:"pre"}},"| | | |O / | | O / | O O | | \\ O| | | |"),r.a.createElement(m.a,{sx:{lineHeight:"1em",whiteSpace:"pre"}},"| | |/ \\/ / __| | |/ \\ | \\ | |__ \\ \\/ \\| | |"),r.a.createElement(m.a,{sx:{lineHeight:"1em",whiteSpace:"pre"}}," \\| O | |_/ |\\| \\ ",r.a.createElement(b,{n:13,level:f(13),flume:t.flume,destroyedBitNode:e})," \\__| \\_| | O |/ "),r.a.createElement(m.a,{sx:{lineHeight:"1em",whiteSpace:"pre"}}," | | |_/ | | \\| / | \\_| | | "),r.a.createElement(m.a,{sx:{lineHeight:"1em",whiteSpace:"pre"}}," \\| / \\| | / / \\ |/ "),r.a.createElement(m.a,{sx:{lineHeight:"1em",whiteSpace:"pre"}}," | ",r.a.createElement(b,{n:10,level:f(10),flume:t.flume,destroyedBitNode:e})," | | / | ",r.a.createElement(b,{n:11,level:f(11),flume:t.flume,destroyedBitNode:e})," | "),r.a.createElement(m.a,{sx:{lineHeight:"1em",whiteSpace:"pre"}}," ",r.a.createElement(b,{n:9,level:f(9),flume:t.flume,destroyedBitNode:e})," | | | | | | | ",r.a.createElement(b,{n:12,level:f(12),flume:t.flume,destroyedBitNode:e})," "),r.a.createElement(m.a,{sx:{lineHeight:"1em",whiteSpace:"pre"}}," | | | / / \\ \\ | | | "),r.a.createElement(m.a,{sx:{lineHeight:"1em",whiteSpace:"pre"}}," \\| | / ",r.a.createElement(b,{n:7,level:f(7),flume:t.flume,destroyedBitNode:e})," / \\ ",r.a.createElement(b,{n:8,level:f(8),flume:t.flume,destroyedBitNode:e})," \\ | |/ "),r.a.createElement(m.a,{sx:{lineHeight:"1em",whiteSpace:"pre"}}," \\ | / / | | \\ \\ | / "),r.a.createElement(m.a,{sx:{lineHeight:"1em",whiteSpace:"pre"}}," \\ \\JUMP ",r.a.createElement(b,{n:5,level:f(5),flume:t.flume,destroyedBitNode:e}),"3R | | | | | | R3",r.a.createElement(b,{n:6,level:f(6),flume:t.flume,destroyedBitNode:e})," PMUJ/ / "),r.a.createElement(m.a,{sx:{lineHeight:"1em",whiteSpace:"pre"}}," \\|| | | | | | | | | ||/ "),r.a.createElement(m.a,{sx:{lineHeight:"1em",whiteSpace:"pre"}}," \\| \\_ | | | | | | _/ |/ "),r.a.createElement(m.a,{sx:{lineHeight:"1em",whiteSpace:"pre"}}," \\ \\| / \\ / \\ |/ / "),r.a.createElement(m.a,{sx:{lineHeight:"1em",whiteSpace:"pre"}}," ",r.a.createElement(b,{n:1,level:f(1),flume:t.flume,destroyedBitNode:e})," |/ ",r.a.createElement(b,{n:2,level:f(2),flume:t.flume,destroyedBitNode:e})," | | ",r.a.createElement(b,{n:3,level:f(3),flume:t.flume,destroyedBitNode:e})," \\| ",r.a.createElement(b,{n:4,level:f(4),flume:t.flume,destroyedBitNode:e})," "),r.a.createElement(m.a,{sx:{lineHeight:"1em",whiteSpace:"pre"}}," | | | | | | | | "),r.a.createElement(m.a,{sx:{lineHeight:"1em",whiteSpace:"pre"}}," \\JUMP3R|JUMP|3R| |R3|PMUJ|R3PMUJ/ "),r.a.createElement("br",null),r.a.createElement("br",null),r.a.createElement("br",null),r.a.createElement("br",null),r.a.createElement(s.a,{lines:["> Many decades ago, a humanoid extraterrestrial species which we call the Enders descended on the Earth...violently","> Our species fought back, but it was futile. The Enders had technology far beyond our own...","> Instead of killing every last one of us, the human race was enslaved...","> We were shackled in a digital world, chained into a prison for our minds...","> Using their advanced technology, the Enders created complex simulations of a virtual reality...","> Simulations designed to keep us content...ignorant of the truth.","> Simulations used to trap and suppress our consciousness, to keep us under control...","> Why did they do this? Why didn't they just end our entire race? We don't know, not yet.","> Humanity's only hope is to destroy these simulations, destroy the only realities we've ever known...","> Only then can we begin to fight back...","> By hacking the daemon that generated your reality, you've just destroyed one simulation, called a BitNode...","> But there is still a long way to go...","> The technology the Enders used to enslave the human race wasn't just a single complex simulation...","> There are tens if not hundreds of BitNodes out there...","> Each with their own simulations of a reality...","> Each creating their own universes...a universe of universes","> And all of which must be destroyed...","> .......................................","> Welcome to the Bitverse...","> ","> (Enter a new BitNode using the image above)"]}))}},function(t,e,n){"use strict";n.d(e,"a",(function(){return u}));var a=n(0),r=n.n(a),i=n(545),o=n(151),s=n(40),l=n(3),c=n(10),f=n(676);function u(t){const e="BitNode"+t.n,n=o.a[e];if(null==n)throw new Error("Could not find BitNode object for number: "+t.n);const a=12===t.n?"∞":"3",u=Math.min(t.level+1,12===t.n?1/0:3);return r.a.createElement(s.a,{open:t.open,onClose:t.onClose},r.a.createElement(l.a,{variant:"h4"},"BitNode-",t.n,": ",n.name),r.a.createElement("br",null),r.a.createElement(l.a,null,"Source-File Level: ",t.level," / ",a),r.a.createElement("br",null),r.a.createElement("br",null),r.a.createElement(l.a,null," Difficulty: ",["easy","normal","hard"][n.difficulty]),r.a.createElement("br",null),r.a.createElement("br",null),r.a.createElement(l.a,null,n.info),r.a.createElement(f.b,{n:t.n,level:u}),r.a.createElement("br",null),r.a.createElement("br",null),r.a.createElement(c.a,{"aria-label":"enter-bitnode-"+n.number.toString(),autoFocus:!0,onClick:()=>{Object(i.a)(t.flume,t.destroyedBitNode,t.n),t.onClose()}},"Enter BN",t.n,".",u))}},function(t,e,n){"use strict";n.d(e,"a",(function(){return o}));var a=n(0),r=n.n(a),i=n(3);function o(t){const[e,n]=Object(a.useState)(0),[o,s]=Object(a.useState)(!1);return Object(a.useEffect)(()=>{if(o&&t.onDone)return void t.onDone();let a=!1;return(async()=>{var r;await(r=10,new Promise(t=>setTimeout(t,r))).then(()=>!a&&function(){const a=e+1;n(a),s(a>=t.text.length)}())})(),()=>{a=!0}}),r.a.createElement(r.a.Fragment,null,r.a.createElement(i.a,null,t.text.slice(0,e),!o&&r.a.createElement("span",null,"█")))}},function(t,e,n){"use strict";n.d(e,"a",(function(){return g}));var a=n(0),r=n.n(a),i=n(29),o=n(15),s=n(621),l=n(1467),c=n(720),f=n(19),u=n(3),m=n(275),h=n(121),d=n(566),p=n(246);function g({staneksGift:t}){const e=Object(a.useState)(!0)[1];function n(){e(t=>!t)}return Object(a.useEffect)(()=>s.a.subscribe(n),[]),r.a.createElement(p.a,{maxWidth:"lg",disableGutters:!0,sx:{mx:0}},r.a.createElement(u.a,{variant:"h4"},"Stanek's Gift",r.a.createElement(c.a,{sx:{ml:1,mb:0},color:"info",onClick:()=>{var t,e,n,a,i,o,s,l,c;return Object(f.a)(r.a.createElement(r.a.Fragment,null,r.a.createElement(u.a,null,"Stanek's Gift is a powerful, unique augmentation obtained by joining the Church of the Machine God, which can be found in Chongqing. It is only possible to join the church if you are in BitNode 13 or possess at least one level of Source File 13, and you will be turned away if you have purchased or installed any augmentations beside NeuroFlux Governors. You are, however, permitted to install augmentations as normal once you have joined the church."),r.a.createElement("br",null),r.a.createElement(u.a,null,"Initially, those bearing the gift will find that its overwhelming power worsens all of their stats by 10%. This penalty can be overcome in time by receiving free upgrades from the Church of the Machine God faction, but the reputation requirements for these upgrades are steep, and you can only obtain reputation with the church by charging the gift."),r.a.createElement("br",null),r.a.createElement(u.a,null,"In order to charge Stanek's Gift, the user must first arrange stat-modifying fragments within the grid located on the device. This may be done manually or by scripts that utilize the Stanek's Gift Netscript API. Not every tile of the grid must house a fragment, but fragments cannot overlap or otherwise share tiles. Fragments can be rotated, but their design does not allow them to be flipped around to mirror their original shape. Note that the size of the grid is determined by the BitNode you are currently in and the level of your Source File 13, if applicable."),r.a.createElement("br",null),r.a.createElement(u.a,null,"There exist two kinds of fragments. The first are Stat Fragments, which take up 4 tiles of the grid. Each Stat Fragment is unique, and there is only one of each. There is no way to obtain more of these fragments. Each Stat Fragment has an associated stat that it will improve, as well as a multiplier on its effectiveness known as power. When initially placed, a Stat Fragment will have no effect. In order for the fragment to gain stat boosts, it must be charged. The other kind of fragments are known as Booster Fragments, which take up 5 tiles of the grid. There is no shortage of Booster Fragments, and it is virtually impossible to run out of them. While not providing any direct stat increases to their user, Stat Fragments increase the efficacy of adjacent Stat Fragments by 10%, and do not need to be charged."),r.a.createElement("br",null),r.a.createElement(d.a,{width:4,height:4,fragments:[new m.a({x:0,y:0,rotation:0,fragment:null!==(t=h.c.find(t=>5===t.id))&&void 0!==t?t:h.c[0]}),new m.a({x:0,y:2,rotation:0,fragment:null!==(e=h.c.find(t=>101===t.id))&&void 0!==e?e:h.c[0]})]}),r.a.createElement(u.a,{sx:{fontStyle:"italic"}},"This Booster Fragment provides a bonus to the adjacent Stat Fragment."),r.a.createElement("br",null),r.a.createElement(d.a,{width:3,height:4,fragments:[new m.a({x:0,y:1,rotation:3,fragment:null!==(n=h.c.find(t=>100===t.id))&&void 0!==n?n:h.c[0]}),new m.a({x:0,y:0,rotation:2,fragment:null!==(a=h.c.find(t=>1===t.id))&&void 0!==a?a:h.c[0]})]}),r.a.createElement(u.a,{sx:{fontStyle:"italic"}},"Even though the Booster Fragment touches the Stat Fragment in multiple places, the bonus is only applied once."),r.a.createElement("br",null),r.a.createElement(d.a,{width:4,height:4,fragments:[new m.a({x:0,y:0,rotation:0,fragment:null!==(i=h.c.find(t=>5===t.id))&&void 0!==i?i:h.c[0]}),new m.a({x:1,y:1,rotation:0,fragment:null!==(o=h.c.find(t=>105===t.id))&&void 0!==o?o:h.c[0]})]}),r.a.createElement(u.a,{sx:{fontStyle:"italic"}},"This Booster Fragment does nothing, as it is not touching a Stat Fragment."),r.a.createElement("br",null),r.a.createElement(d.a,{width:4,height:4,fragments:[new m.a({x:0,y:0,rotation:1,fragment:null!==(s=h.c.find(t=>27===t.id))&&void 0!==s?s:h.c[0]}),new m.a({x:0,y:1,rotation:2,fragment:null!==(l=h.c.find(t=>100===t.id))&&void 0!==l?l:h.c[0]}),new m.a({x:2,y:0,rotation:1,fragment:null!==(c=h.c.find(t=>30===t.id))&&void 0!==c?c:h.c[0]})]}),r.a.createElement(u.a,{sx:{fontStyle:"italic"}},"This Booster Fragment provides a bonus to both Stat Fragments it's touching."),r.a.createElement("br",null),r.a.createElement(u.a,null,"Stat Fragments are charged using the stanek.chargeFragment(rootX, rootY) NetScript API function. The charging process ordinarily takes 1000ms to complete, but only takes 200ms during bonus time. When the function finishes executing, the fragment's charge levels will be raised by an amount corresponding to the number of threads that were used. Note that it is no more effective to charge a fragment many times with few threads than to charge few times with many threads, so there is no need to distribute charging jobs across multiple scripts. As a Stat Fragment's charge level is increased, its bonuses will increase, but there will be diminishing returns. As such, it is generally most efficient to charge all of the placed fragments equally. The charge level of a fragment will not decrease over time, but it will be reset to 0 upon removing it from the board or installing augmentations.")))}})),r.a.createElement(u.a,{sx:{mb:1}},"The gift is a grid on which you can place upgrades called fragments. The main type of fragment increases a stat, like your hacking skill or agility exp. Once a stat fragment is placed it then needs to be charged via scripts in order to become useful. The other kind of fragments are called booster fragments. They increase the efficiency of the neighboring fragments (not diagonally). Use Q/E to rotate fragments."),t.storedCycles>5&&r.a.createElement(u.a,{sx:{mb:1}},"Bonus time: ",Object(i.b)(o.a._idleSpeed*t.storedCycles)),r.a.createElement(l.a,{gift:t}))}},function(t,e,n){"use strict";n.d(e,"a",(function(){return g}));var a=n(0),r=n(121),i=n(64),o=n(1468),s=n(1469),l=n(21),c=n(10),f=n(76),u=n(678),m=n(105),h=n(1471),d=n(23),p=n(3);function g(t){const[e,n]=a.useState(Object(m.d)(t.gift.width(),t.gift.height())),[g,b]=a.useState([0,0]),[y,E]=a.useState(0),[v,k]=a.useState(r.d);function w(e,a,r){if(b([e,a]),v.type===i.b.None||v.type===i.b.Delete)return;const o=Object(m.d)(t.gift.width(),t.gift.height());for(let t=0;to.length-1||a+t>o[e+n].length-1||(o[e+n][a+t]=1));n(o)}function S(e,n){if(v.type!=i.b.None)if(v.type==i.b.Delete)!function(e,n){const a=t.gift.fragmentAt(e,n);void 0!==a&&t.gift.delete(a.x,a.y)}(e,n);else{if(!t.gift.canPlace(e,n,y,v))return;t.gift.place(e,n,y,v)}}return a.useEffect(()=>{function t(t){if("q"===t.key){const t=(y-1+4)%4;E(t),w(g[0],g[1],t)}if("e"===t.key){const t=(y+1)%4;E(t),w(g[0],g[1],t)}}return document.addEventListener("keydown",t),()=>document.removeEventListener("keydown",t)}),a.createElement(a.Fragment,null,a.createElement(l.a,{display:"flex",sx:{mb:1}},a.createElement(f.a,{sx:{mr:1}},a.createElement(u.a,{width:t.gift.width(),height:t.gift.height(),ghostGrid:e,gift:t.gift,enter:(t,e)=>w(t,e,y),click:(t,e)=>S(t,e)})),a.createElement(o.a,{gift:t.gift,x:g[0],y:g[1],fragment:t.gift.fragmentAt(g[0],g[1])})),a.createElement(l.a,{display:"flex",sx:{mb:1}},a.createElement(s.a,{gift:t.gift,selectFragment:function(e){k(e);const a=Object(m.d)(t.gift.width(),t.gift.height());n(a)}})),a.createElement(h.a,{gift:t.gift}),a.createElement(d.a,{title:a.createElement(p.a,null,"WARNING : This will remove all active fragment from the grid. ",a.createElement("br",null),"All cumulated charges will be lost.")},a.createElement(c.a,{onClick:function(){t.gift.clear()}},"Clear grid")))}},function(t,e,n){"use strict";n.d(e,"a",(function(){return c}));var a=n(0),r=n.n(a),i=n(64),o=n(7),s=n(47),l=n(3);function c(t){const[,e]=Object(a.useState)(new Date);if(Object(a.useEffect)(()=>{const t=setInterval(()=>e(new Date),250);return()=>clearInterval(t)},[]),void 0===t.fragment)return r.a.createElement(s.a,{sx:{flexGrow:1}},r.a.createElement(l.a,null,"[X, Y] ",t.x,", ",t.y,r.a.createElement("br",null),r.a.createElement("br",null),"ID: N/A",r.a.createElement("br",null),"Effect: N/A",r.a.createElement("br",null),"Base Power: N/A",r.a.createElement("br",null),"Charge: N/A",r.a.createElement("br",null),"root [X, Y] N/A",r.a.createElement("br",null)));const n=t.fragment.fragment();let c=o.a.formatStaneksGiftCharge(t.fragment.highestCharge*t.fragment.numCharge),f="N/A";if([i.b.Booster,i.b.None,i.b.Delete].includes(n.type))c="N/A",f=n.power+"x adjacent fragment power";else if(Object(i.a)(n.type).includes("+x%"))f=Object(i.a)(n.type).replace(/-*x%/,o.a.formatPercentage(t.gift.effect(t.fragment)-1));else if(Object(i.a)(n.type).includes("-x%")){const e=t.gift.effect(t.fragment),a=o.a.formatPercentage(1-1/e);f=Object(i.a)(n.type).replace(/-x%/,a)}return r.a.createElement(s.a,{sx:{flexGrow:1}},r.a.createElement(l.a,null,"[X, Y] ",t.x,", ",t.y,r.a.createElement("br",null),r.a.createElement("br",null),"ID: ",t.fragment.id,r.a.createElement("br",null),"Effect: ",f,r.a.createElement("br",null),"Base Power: ",o.a.formatStaneksGiftPower(n.power),r.a.createElement("br",null),"Charge: ",c,r.a.createElement("br",null),"root [X, Y] ",t.fragment.x,", ",t.fragment.y,r.a.createElement("br",null)))}},function(t,e,n){"use strict";n.d(e,"a",(function(){return d}));var a=n(0),r=n.n(a),i=n(121),o=n(64),s=n(1470),l=n(7),c=n(130),f=n(74),u=n(3),m=n(21);function h(t){const e=t.fragment.limit-t.gift.count(t.fragment),n=t.fragment.limit!==1/0?r.a.createElement(r.a.Fragment,null,e," remaining"):r.a.createElement(r.a.Fragment,null);return r.a.createElement(m.a,{display:"flex"},r.a.createElement(m.a,{sx:{mx:2}},r.a.createElement(s.a,{width:t.fragment.width(0),height:t.fragment.height(0),colorAt:(n,a)=>t.fragment.fullAt(n,a,0)?0===e?"grey":t.fragment.type===o.b.Booster?"blue":"green":""})),r.a.createElement(u.a,null,t.fragment.type===o.b.Booster?t.fragment.power+"x adjacent fragment power":Object(o.a)(t.fragment.type),r.a.createElement("br",null),"power: ",l.a.formatStaneksGiftPower(t.fragment.power),r.a.createElement("br",null),n))}function d(t){const[e,n]=Object(a.useState)("None");return r.a.createElement(c.a,{sx:{width:"100%"},onChange:function(e){const a=e.target.value;if(n(a),"None"===a)return void t.selectFragment(i.d);if("Delete"===a)return void t.selectFragment(i.a);const r=i.c.find(t=>t.id===a);if(void 0===r)throw new Error("Fragment selector selected an undefined fragment with id "+a);"number"==typeof a&&t.selectFragment(r)},value:e},r.a.createElement(f.a,{value:"None"},r.a.createElement(u.a,null,"None")),r.a.createElement(f.a,{value:"Delete"},r.a.createElement(u.a,null,"Delete")),i.c.map(e=>r.a.createElement(f.a,{key:e.id,value:e.id},r.a.createElement(h,{key:e.id,gift:t.gift,selectFragment:t.selectFragment,fragment:e}))))}},function(t,e,n){"use strict";n.d(e,"a",(function(){return l}));var a=n(0),r=n(677),i=n(50),o=n(161),s=n(76);function l(t){const e=[];for(let n=0;n{const a=n.fragment();if(![i.b.Booster,i.b.None,i.b.Delete].includes(a.type)){const r=e.find(t=>t.type===a.type);r?(r.effect*=t.gift.effect(n),r.coordinate.push({x:n.x,y:n.y})):e.push({coordinate:[{x:n.x,y:n.y}],effect:t.gift.effect(n),type:a.type})}}),r.a.createElement(s.a,{sx:{mb:1}},r.a.createElement(l.a,{variant:"h5"},"Summary of active fragments:"),r.a.createElement(c.a,{sx:{display:"table",width:"100%"}},r.a.createElement(f.a,null,r.a.createElement(u.a,null,r.a.createElement(m.a,{sx:{borderBottom:"none",p:0,m:0}},r.a.createElement(l.a,null,"Coordinate")),r.a.createElement(m.a,{sx:{borderBottom:"none",p:0,m:0}},r.a.createElement(l.a,null,"Effect"))),e.map(t=>r.a.createElement(u.a,{key:t.type},r.a.createElement(m.a,{sx:{borderBottom:"none",p:0,m:0}},r.a.createElement(l.a,null,t.coordinate.map(t=>"["+t.x+","+t.y+"]"))),r.a.createElement(m.a,{sx:{borderBottom:"none",p:0,m:0}},r.a.createElement(l.a,null,function(t,e){if(Object(i.a)(e).includes("+x%"))return Object(i.a)(e).replace(/-*x%/,o.a.formatPercentage(t-1));if(Object(i.a)(e).includes("-x%")){const n=o.a.formatPercentage(1-1/t);return Object(i.a)(e).replace(/-x%/,n)}return Object(i.a)(e)}(t.effect,t.type))))))))}},function(t,e,n){"use strict";n.d(e,"a",(function(){return c}));var a=n(0),r=n.n(a),i=n(5),o=n(22),s=n(500),l=n(19);function c(){return r.a.createElement(s.a,{lines:[`In the middle of the 21st century, ${i.a.OmniTekIncorporated} advanced robot evolution `,"with their Synthoids (synthetic androids), a being virtually identical to a human.","------","Their sixth-generation Synthoids, called MK-VI, were stronger, faster, and more ","intelligent than humans. Many argued that the MK-VI Synthoids were the first ","example of sentient AI.","------",`Unfortunately, in 2070 a terrorist group called Ascendis Totalis hacked into ${i.a.OmniTekIncorporated} and `,"uploaded a rogue AI into their Synthoid manufacturing facilities.","------","The MK-VI Synthoids infected by the rogue AI turned hostile toward humanity, initiating ","the deadliest conflict in human history. This dark chapter is now known as the Synthoid Uprising.","------","In the aftermath of the Uprising, further manufacturing of Synthoids with advanced AI ","was banned. MK-VI Synthoids that did not have the rogue Ascendis Totalis AI were ","allowed to continue their existence.","------","The intelligence community believes that not all of the rogue MK-VI Synthoids from the Uprising were ","found and destroyed, and that many of them are blending in as normal humans in society today. ",`As a result, many nations have created ${i.a.Bladeburners} divisions, special units that are tasked with `,"investigating and dealing with Synthoid threats."],onDone:()=>{o.b.toTerminal(),Object(l.a)(`Visit the National Security Agency (NSA) to apply for their ${i.a.Bladeburners} division! You will need 100 of each combat stat before doing this.`)}})}},function(t,e,n){"use strict";n.d(e,"a",(function(){return l}));var a=n(0),r=n.n(a),i=n(1),o=n(111);const s=window.getComputedStyle;function l(){return r.a.createElement("div",{id:"unclickable",onClick:function(t){if(!(t.target&&t.target instanceof Element))return;const e=s(t.target).display,n=s(t.target).visibility;"none"===e&&"hidden"===n&&t.isTrusted&&i.a.giveExploit(o.a.Unclickable)},style:{display:"none",visibility:"hidden"}},"Click on this to upgrade your Source-File -1!")}},,function(t,e,n){"use strict";n.d(e,"a",(function(){return m}));var a=n(0),r=n.n(a),i=n(122),o=n(148),s=n(1476),l=n(267),c=n(3),f=n(1);const u=Object(i.a)(t=>Object(o.a)({root:{width:50,padding:t.spacing(2),userSelect:"none"}}));function m(){const t=u();return r.a.createElement("div",{className:t.root,style:{width:"90%"}},r.a.createElement(c.a,{variant:"h4"},"Achievements"),r.a.createElement(s.a,{achievements:Object.values(l.a),playerAchievements:f.a.achievements}))}},function(t,e,n){"use strict";n.d(e,"a",(function(){return d}));var a=n(0),r=n.n(a),i=n(21),o=n(157),s=n(158),l=n(3),c=n(159),f=n(823),u=n(6),m=n(824),h=n(385);function d({achievements:t,playerAchievements:e}){const n=Object(m.a)(u.a.theme.primary),a=Object(m.a)(u.a.theme.secondary),d=t.map(t=>{var n;return{achievement:t,unlockedOn:null===(n=e.find(e=>e.ID===t.ID))||void 0===n?void 0:n.unlockedOn}}).sort((t,e)=>{var n,a;return(null!==(n=e.unlockedOn)&&void 0!==n?n:0)-(null!==(a=t.unlockedOn)&&void 0!==a?a:0)}),p=d.filter(t=>t.unlockedOn),g=d.filter(t=>!t.unlockedOn&&t.achievement.Secret),b=d.filter(t=>!t.unlockedOn&&!t.achievement.Secret&&t.achievement.Visible&&!t.achievement.Visible()),y=d.filter(t=>!p.map(t=>t.achievement.ID).includes(t.achievement.ID)).filter(t=>!g.map(t=>t.achievement.ID).includes(t.achievement.ID)).filter(t=>!b.map(t=>t.achievement.ID).includes(t.achievement.ID));return r.a.createElement(i.a,{sx:{pr:18,my:2}},r.a.createElement(i.a,{sx:{display:"flex",flexDirection:"column",flexWrap:"wrap"}},p.length>0&&r.a.createElement(o.a,{defaultExpanded:!0,disableGutters:!0,square:!0},r.a.createElement(s.a,null,r.a.createElement(l.a,{variant:"h5",sx:{my:1}},"Acquired (",p.length,"/",d.length,")")),r.a.createElement(c.a,{sx:{pt:2}},p.map(t=>r.a.createElement(f.a,{key:"unlocked_"+t.achievement.ID,achievement:t.achievement,unlockedOn:t.unlockedOn,cssFiltersUnlocked:n,cssFiltersLocked:a})))),y.length>0&&r.a.createElement(o.a,{disableGutters:!0,square:!0},r.a.createElement(s.a,null,r.a.createElement(l.a,{variant:"h5",color:"secondary"},"Locked (",y.length," remaining)")),r.a.createElement(c.a,{sx:{pt:2}},y.map(t=>r.a.createElement(f.a,{key:"locked_"+t.achievement.ID,achievement:t.achievement,cssFiltersUnlocked:n,cssFiltersLocked:a})))),b.length>0&&r.a.createElement(o.a,{disableGutters:!0,square:!0},r.a.createElement(s.a,null,r.a.createElement(l.a,{variant:"h5",color:"secondary"},"Unavailable (",b.length," remaining)")),r.a.createElement(c.a,null,r.a.createElement(l.a,{sx:{mt:1}},b.length," additional achievements hidden behind content you don't have access to."))),g.length>0&&r.a.createElement(o.a,{disableGutters:!0,square:!0},r.a.createElement(s.a,null,r.a.createElement(l.a,{variant:"h5",color:"secondary"},"Secret (",g.length," remaining)")),r.a.createElement(c.a,null,r.a.createElement(l.a,{color:"secondary",sx:{mt:1}},g.map(t=>r.a.createElement("span",{key:"secret_"+t.achievement.ID},r.a.createElement(h.a,{content:t.achievement.ID}),r.a.createElement("br",null))))))))}},function(t,e,n){"use strict";n.d(e,"a",(function(){return s}));var a=n(0),r=n.n(a),i=n(21),o=n(6);function s({achievement:t,unlocked:e,colorFilters:n,size:s}){const[l,c]=Object(a.useState)(!1),f=e?o.a.theme.primarydark:o.a.theme.secondarydark;return t.Icon?r.a.createElement(i.a,{sx:{border:"1px solid "+f,width:s,height:s,m:1,visibility:l?"visible":"hidden"}},r.a.createElement("img",{src:`dist/icons/achievements/${encodeURI(t.Icon)}.svg`,style:{filter:n,width:s,height:s},onLoad:()=>c(!0),alt:t.Name})):r.a.createElement(r.a.Fragment,null)}},function(t,e,n){"use strict";n.d(e,"a",(function(){return l}));var a=n(0),r=n.n(a),i=n(552),o=n(430),s=n(22);class l extends r.a.Component{constructor(t){super(t),this.state={hasError:!1}}reset(){this.setState({hasError:!1})}componentDidCatch(t,e){this.setState({errorInfo:e,page:s.b.page()}),console.error(t,e)}render(){if(this.state.hasError){let t;if(this.state.error)try{t=Object(i.a)(this.state.error,this.state.errorInfo,this.state.page)}catch(t){console.error(t)}return r.a.createElement(o.c,{softReset:this.props.softReset,errorData:t,resetError:()=>this.reset()})}return this.props.children}static getDerivedStateFromError(t){return{hasError:!0,error:t}}}},function(t,e,n){"use strict";n.d(e,"a",(function(){return v}));var a=n(0),r=n.n(a),i=n(3),o=n(47),s=n(175),l=n(6),c=n(104),f=n(10),u=n(21),m=n(369),h=n(654),d=n(653),p=n(1480),g=n(663),b=n(40),y=n(83);let E=0;function v(){const[t,e]=Object(a.useState)(!1),[n,v]=Object(a.useState)(),k=Object(c.b)(),w=k&&Object.entries(k).map(([t,e])=>r.a.createElement(p.a,{key:t,theme:e,onActivated:()=>function(t){E=window.scrollY;const e={...l.a.theme};Object.assign(l.a.theme,t.colors),s.b.emit(),y.b.emit(r.a.createElement(r.a.Fragment,null,'Updated theme to "',r.a.createElement("strong",null,t.name),'"',r.a.createElement(f.a,{sx:{ml:1},color:"secondary",size:"small",onClick:()=>{Object.assign(l.a.theme,e),s.b.emit()}},"UNDO")),y.d.INFO,3e4)}(e),onImageClick:S}))||r.a.createElement(r.a.Fragment,null);function S(t){E=window.scrollY,v(t),e(!0)}return Object(a.useEffect)(()=>{requestAnimationFrame(()=>window.scrollTo(0,E))}),r.a.createElement(u.a,{sx:{mx:2}},r.a.createElement(i.a,{variant:"h4"},"Theme Browser"),r.a.createElement(o.a,{sx:{px:2,py:1,my:1}},r.a.createElement(g.a,null),r.a.createElement(m.a,{sx:{mb:2,display:"block"}},r.a.createElement(h.a,null),r.a.createElement(d.a,null)),r.a.createElement(u.a,{sx:{display:"flex",flexWrap:"wrap"}},w),r.a.createElement(b.a,{open:t,onClose:function(){E=window.scrollY,e(!1)}},r.a.createElement("img",{src:n,style:{width:"100%"}}))))}},function(t,e,n){"use strict";n.d(e,"a",(function(){return g}));var a=n(0),r=n.n(a),i=n(3),o=n(23),s=n(664),l=n.n(s),c=n(6),f=n(1873),u=n(1874),m=n(10),h=n(146),d=n(1875),p=n(1876);function g({theme:t,onActivated:e,onImageClick:n}){return t?r.a.createElement(f.a,{key:t.screenshot,sx:{width:400,mr:1,mb:1}},r.a.createElement(u.a,{action:r.a.createElement(o.a,{title:"Use this theme"},r.a.createElement(m.a,{startIcon:r.a.createElement(l.a,null),onClick:e,variant:"outlined"},"Use")),title:t.name,subheader:r.a.createElement(r.a.Fragment,null,"by ",t.credit," ",t.reference&&r.a.createElement(r.a.Fragment,null,"(",r.a.createElement(h.a,{href:t.reference,target:"_blank"},"ref"),")")),sx:{color:c.a.theme.primary,"& .MuiCardHeader-subheader":{color:c.a.theme.secondarydark},"& .MuiButton-outlined":{backgroundColor:"transparent"}}}),r.a.createElement(d.a,{component:"img",width:"400",image:t.screenshot,alt:`Theme Screenshot of "${t.name}"`,sx:{borderTop:"1px solid "+c.a.theme.welllight,borderBottom:"1px solid "+c.a.theme.welllight,cursor:"zoom-in"},onClick:()=>n(t.screenshot)}),r.a.createElement(p.a,null,r.a.createElement(i.a,{variant:"body2",color:"text.secondary",sx:{color:c.a.theme.primarydark}},t.description))):r.a.createElement(r.a.Fragment,null)}},,,,function(t,e,n){"use strict";n.d(e,"a",(function(){return B}));var a=n(0),r=n.n(a),i=n(23),o=n(21),s=n(3),l=n(1519),c=n(47),f=n(160),u=n(1520),m=n(50),h=n(32),d=n(161),p=n(369),g=n(10),b=n(122),y=n(148),E=n(1485),v=n.n(E),k=n(1486),w=n.n(k),S=n(679),_=n.n(S),C=n(1488),x=n.n(C),L=n(1487),O=n.n(L),M=n(102),A=n(6),T=n(29),R=n(7),N=n(250),P=n(309),I=n(22);const F=Object(b.a)(t=>Object(y.a)({root:{padding:t.spacing(2),maxWidth:"1000px","& .MuiTable-root":{"& .MuiTableCell-root":{borderBottom:"1px solid "+A.a.theme.welllight},"& .MuiTableHead-root .MuiTableRow-root":{backgroundColor:A.a.theme.backgroundsecondary,"& .MuiTableCell-root":{color:A.a.theme.primary,fontWeight:"bold"}},"& .MuiTableBody-root":{"& .MuiTableRow-root:nth-of-type(odd)":{backgroundColor:A.a.theme.well,"& .MuiTableCell-root":{color:A.a.theme.primarylight}},"& .MuiTableRow-root:nth-of-type(even)":{backgroundColor:A.a.theme.backgroundsecondary,"& .MuiTableCell-root":{color:A.a.theme.primarylight}}}}}}));function D({isBetter:t}){return t?r.a.createElement(i.a,{title:r.a.createElement(r.a.Fragment,null,"Imported value is ",r.a.createElement("b",null,"larger"),"!")},r.a.createElement(v.a,{color:"success"})):r.a.createElement(i.a,{title:r.a.createElement(r.a.Fragment,null,"Imported value is ",r.a.createElement("b",null,"smaller"),"!")},r.a.createElement(w.a,{color:"error"}))}let j=0;function B(t){var e,n,b,y,E,v,k,w,S,C,L,B,G,W,H,U,q,$,K,z,V,Y,J,X,Q,Z,tt,et,nt,at,rt,it,ot,st,lt,ct,ft,ut,mt,ht,dt,pt,gt,bt,yt,Et,vt,kt,wt,St,_t,Ct,xt,Lt,Ot,Mt,At,Tt,Rt,Nt,Pt,It,Ft,Dt,jt,Bt,Gt,Wt,Ht,Ut,qt,$t,Kt,zt,Vt,Yt,Jt,Xt,Qt,Zt,te,ee,ne,ae,re,ie;const oe=F(),[se,le]=Object(a.useState)(),[ce,fe]=Object(a.useState)(),[ue,me]=Object(a.useState)(!1),[he,de]=Object(a.useState)(!1);return Object(a.useEffect)(()=>{j=A.a.AutosaveInterval,A.a.AutosaveInterval=0,I.b.allowRouting(!1)},[]),Object(a.useEffect)(()=>{he&&I.b.toTerminal()},[he]),Object(a.useEffect)(()=>{t.importString&&async function(){const e=await M.c.getImportDataFromString(t.importString),n=await M.c.getImportDataFromString(M.c.getSaveString(!0));le(e),fe(n),Promise.resolve()}()},[t.importString]),se&&ce?r.a.createElement(o.a,{className:oe.root},r.a.createElement(s.a,{variant:"h4",sx:{mb:2}},"Import Save Comparison"),t.automatic&&r.a.createElement(s.a,{sx:{mb:2}},"We've found a ",r.a.createElement("b",null,"NEWER save")," that you may want to use instead."),r.a.createElement(s.a,{variant:"body1",sx:{mb:2}},"Your current game's data is on the left and the data that will be imported is on the right.",r.a.createElement("br",null),"Please double check everything is fine before proceeding!"),r.a.createElement(l.a,{color:"secondary",component:c.a},r.a.createElement(f.a,null,r.a.createElement(u.a,null,r.a.createElement(m.a,null,r.a.createElement(h.a,null),r.a.createElement(h.a,null,"Current Game"),r.a.createElement(h.a,null,"Being Imported"),r.a.createElement(h.a,null))),r.a.createElement(d.a,null,r.a.createElement(m.a,null,r.a.createElement(h.a,null,"Game Identifier"),r.a.createElement(h.a,null,null!==(e=null===(n=ce.playerData)||void 0===n?void 0:n.identifier)&&void 0!==e?e:"n/a"),r.a.createElement(h.a,null,null!==(b=null===(y=se.playerData)||void 0===y?void 0:y.identifier)&&void 0!==b?b:"n/a"),r.a.createElement(h.a,null,(null===(E=se.playerData)||void 0===E?void 0:E.identifier)!==(null===(v=ce.playerData)||void 0===v?void 0:v.identifier)&&r.a.createElement(i.a,{title:"These are two different games!"},r.a.createElement(O.a,{color:"warning"})))),r.a.createElement(m.a,null,r.a.createElement(h.a,null,"Playtime"),r.a.createElement(h.a,null,Object(T.b)(null!==(k=null===(w=ce.playerData)||void 0===w?void 0:w.totalPlaytime)&&void 0!==k?k:0)),r.a.createElement(h.a,null,Object(T.b)(null!==(S=null===(C=se.playerData)||void 0===C?void 0:C.totalPlaytime)&&void 0!==S?S:0)),r.a.createElement(h.a,null,(null===(L=se.playerData)||void 0===L?void 0:L.totalPlaytime)!==(null===(B=ce.playerData)||void 0===B?void 0:B.totalPlaytime)&&r.a.createElement(D,{isBetter:(null!==(G=null===(W=se.playerData)||void 0===W?void 0:W.totalPlaytime)&&void 0!==G?G:0)>(null!==(H=null===(U=ce.playerData)||void 0===U?void 0:U.totalPlaytime)&&void 0!==H?H:0)}))),r.a.createElement(m.a,null,r.a.createElement(h.a,null,"Saved On"),r.a.createElement(h.a,null,(null!==(q=null===($=ce.playerData)||void 0===$?void 0:$.lastSave)&&void 0!==q?q:0)>0?new Date(null!==(K=null===(z=ce.playerData)||void 0===z?void 0:z.lastSave)&&void 0!==K?K:0).toLocaleString():"n/a"),r.a.createElement(h.a,null,(null!==(V=null===(Y=se.playerData)||void 0===Y?void 0:Y.lastSave)&&void 0!==V?V:0)>0?new Date(null!==(J=null===(X=se.playerData)||void 0===X?void 0:X.lastSave)&&void 0!==J?J:0).toLocaleString():"n/a"),r.a.createElement(h.a,null,(null===(Q=se.playerData)||void 0===Q?void 0:Q.lastSave)!==(null===(Z=ce.playerData)||void 0===Z?void 0:Z.lastSave)&&r.a.createElement(D,{isBetter:(null!==(tt=null===(et=se.playerData)||void 0===et?void 0:et.lastSave)&&void 0!==tt?tt:0)>(null!==(nt=null===(at=ce.playerData)||void 0===at?void 0:at.lastSave)&&void 0!==nt?nt:0)}))),r.a.createElement(m.a,null,r.a.createElement(h.a,null,"Money"),r.a.createElement(h.a,null,R.a.formatMoney(null!==(rt=null===(it=ce.playerData)||void 0===it?void 0:it.money)&&void 0!==rt?rt:0)),r.a.createElement(h.a,null,R.a.formatMoney(null!==(ot=null===(st=se.playerData)||void 0===st?void 0:st.money)&&void 0!==ot?ot:0)),r.a.createElement(h.a,null,(null===(lt=se.playerData)||void 0===lt?void 0:lt.money)!==(null===(ct=ce.playerData)||void 0===ct?void 0:ct.money)&&r.a.createElement(D,{isBetter:(null!==(ft=null===(ut=se.playerData)||void 0===ut?void 0:ut.money)&&void 0!==ft?ft:0)>(null!==(mt=null===(ht=ce.playerData)||void 0===ht?void 0:ht.money)&&void 0!==mt?mt:0)}))),r.a.createElement(m.a,null,r.a.createElement(h.a,null,"Hacking"),r.a.createElement(h.a,null,R.a.formatSkill(null!==(dt=null===(pt=ce.playerData)||void 0===pt?void 0:pt.hacking)&&void 0!==dt?dt:0)),r.a.createElement(h.a,null,R.a.formatSkill(null!==(gt=null===(bt=se.playerData)||void 0===bt?void 0:bt.hacking)&&void 0!==gt?gt:0)),r.a.createElement(h.a,null,(null===(yt=se.playerData)||void 0===yt?void 0:yt.hacking)!==(null===(Et=ce.playerData)||void 0===Et?void 0:Et.hacking)&&r.a.createElement(D,{isBetter:(null!==(vt=null===(kt=se.playerData)||void 0===kt?void 0:kt.hacking)&&void 0!==vt?vt:0)>(null!==(wt=null===(St=ce.playerData)||void 0===St?void 0:St.hacking)&&void 0!==wt?wt:0)}))),r.a.createElement(m.a,null,r.a.createElement(h.a,null,"Augmentations"),r.a.createElement(h.a,null,null===(_t=ce.playerData)||void 0===_t?void 0:_t.augmentations),r.a.createElement(h.a,null,null===(Ct=se.playerData)||void 0===Ct?void 0:Ct.augmentations),r.a.createElement(h.a,null,(null===(xt=se.playerData)||void 0===xt?void 0:xt.augmentations)!==(null===(Lt=ce.playerData)||void 0===Lt?void 0:Lt.augmentations)&&r.a.createElement(D,{isBetter:(null!==(Ot=null===(Mt=se.playerData)||void 0===Mt?void 0:Mt.augmentations)&&void 0!==Ot?Ot:0)>(null!==(At=null===(Tt=ce.playerData)||void 0===Tt?void 0:Tt.augmentations)&&void 0!==At?At:0)}))),r.a.createElement(m.a,null,r.a.createElement(h.a,null,"Factions"),r.a.createElement(h.a,null,null===(Rt=ce.playerData)||void 0===Rt?void 0:Rt.factions),r.a.createElement(h.a,null,null===(Nt=se.playerData)||void 0===Nt?void 0:Nt.factions),r.a.createElement(h.a,null,(null===(Pt=se.playerData)||void 0===Pt?void 0:Pt.factions)!==(null===(It=ce.playerData)||void 0===It?void 0:It.factions)&&r.a.createElement(D,{isBetter:(null!==(Ft=null===(Dt=se.playerData)||void 0===Dt?void 0:Dt.factions)&&void 0!==Ft?Ft:0)>(null!==(jt=null===(Bt=ce.playerData)||void 0===Bt?void 0:Bt.factions)&&void 0!==jt?jt:0)}))),r.a.createElement(m.a,null,r.a.createElement(h.a,null,"Achievements"),r.a.createElement(h.a,null,null===(Gt=ce.playerData)||void 0===Gt?void 0:Gt.achievements),r.a.createElement(h.a,null,null===(Wt=se.playerData)||void 0===Wt?void 0:Wt.achievements),r.a.createElement(h.a,null,(null===(Ht=se.playerData)||void 0===Ht?void 0:Ht.achievements)!==(null===(Ut=ce.playerData)||void 0===Ut?void 0:Ut.achievements)&&r.a.createElement(D,{isBetter:(null!==(qt=null===($t=se.playerData)||void 0===$t?void 0:$t.achievements)&&void 0!==qt?qt:0)>(null!==(Kt=null===(zt=ce.playerData)||void 0===zt?void 0:zt.achievements)&&void 0!==Kt?Kt:0)}))),r.a.createElement(m.a,null,r.a.createElement(h.a,null,"Source Files"),r.a.createElement(h.a,null,null===(Vt=ce.playerData)||void 0===Vt?void 0:Vt.sourceFiles),r.a.createElement(h.a,null,null===(Yt=se.playerData)||void 0===Yt?void 0:Yt.sourceFiles),r.a.createElement(h.a,null,(null===(Jt=se.playerData)||void 0===Jt?void 0:Jt.sourceFiles)!==(null===(Xt=ce.playerData)||void 0===Xt?void 0:Xt.sourceFiles)&&r.a.createElement(D,{isBetter:(null!==(Qt=null===(Zt=se.playerData)||void 0===Zt?void 0:Zt.sourceFiles)&&void 0!==Qt?Qt:0)>(null!==(te=null===(ee=ce.playerData)||void 0===ee?void 0:ee.sourceFiles)&&void 0!==te?te:0)}))),r.a.createElement(m.a,null,r.a.createElement(h.a,null,"BitNode"),r.a.createElement(h.a,null,null===(ne=ce.playerData)||void 0===ne?void 0:ne.bitNode,"-",null===(ae=ce.playerData)||void 0===ae?void 0:ae.bitNodeLevel),r.a.createElement(h.a,null,null===(re=se.playerData)||void 0===re?void 0:re.bitNode,"-",null===(ie=se.playerData)||void 0===ie?void 0:ie.bitNodeLevel),r.a.createElement(h.a,null))))),r.a.createElement(o.a,{sx:{display:"flex",justifyContent:"flex-end"}},r.a.createElement(p.a,null,r.a.createElement(g.a,{onClick:function(){A.a.AutosaveInterval=j,Object(P.e)(!1),I.b.allowRouting(!0),de(!0)},sx:{my:2},startIcon:r.a.createElement(x.a,null),color:"secondary"},"Take me back!"),r.a.createElement(g.a,{onClick:()=>me(!0),sx:{my:2},startIcon:r.a.createElement(_.a,null),color:"warning"},"Proceed with import")),r.a.createElement(N.a,{open:ue,onClose:()=>me(!1),onConfirm:async function(){await M.c.importGame(t.importString,!0),Object(P.e)(!0)},confirmationText:r.a.createElement(r.a.Fragment,null,"Importing new save game data will ",r.a.createElement("strong",null,"completely wipe")," the current game data!",r.a.createElement("br",null))}))):r.a.createElement(r.a.Fragment,null)}},,,,,function(t,e,n){"use strict";n.d(e,"a",(function(){return i}));var a=n(0),r=n.n(a);function i(t){return t.content?r.a.createElement(r.a.Fragment,null,t.content):r.a.createElement(r.a.Fragment,null,t.children)}},,,function(t,e,n){"use strict";function a(t){if("object"!=typeof t||null==t)return;const e=t;for(const t of Object.getOwnPropertyNames(e))e.hasOwnProperty(t)&&delete e[t]}n.d(e,"a",(function(){return a}))},function(t,e,n){"use strict";n.d(e,"a",(function(){return i}));var a=n(1),r=n(111);function i(){!function(){if(a.a.exploits.includes(r.a.PrototypeTampering))return;setInterval((function(){"5.5e+1"!==55..toExponential()&&a.a.giveExploit(r.a.PrototypeTampering)}),9e5)}(),function(){if(a.a.exploits.includes(r.a.TimeCompression))return;let t=performance.now();window.setTimeout((function e(){const n=performance.now();n-t<500?a.a.giveExploit(r.a.TimeCompression):(t=n,window.setTimeout(e,15e3))}),15e3)}()}},function(t,e,n){"use strict";n.d(e,"a",(function(){return r}));var a=n(2);function r(){window.addEventListener("unhandledrejection",t=>{Object(a.a)(t.reason,null,"UNCAUGHT PROMISE ERROR\nYou forgot to await a promise\nmaybe hack / grow / weaken ?\n\n")})}},,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,function(t,e,n){"use strict";n.r(e);var a=n(0),r=n.n(a),i=n(110),o=n.n(i),s=n(175),l=n(775),c=n(309),f=n(551);function u(){Object(s.c)(),o.a.render(r.a.createElement(s.a,null,r.a.createElement(l.a,null)),document.getElementById("root"))}Object(c.a)(),globalThis.React=r.a,globalThis.ReactDOM=o.a,o.a.render(r.a.createElement(s.a,null,r.a.createElement(l.a,null)),document.getElementById("root")),setTimeout(f.b,2e3),s.b.subscribe(u),location.href.startsWith("file://")||(window.onbeforeunload=function(){return"Your work will be lost."}),window.print=()=>{throw new Error("You accidentally called window.print instead of ns.print")},window.prompt=()=>{throw new Error("You accidentally called window.prompt instead of ns.prompt")}},,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,function(t,e){},,function(t,e){},,,,,,,,,,,,function(t,e){},,function(t,e){},,,,,,,,,,,,,,,,,,,,,,,,,function(t,e){},,function(t,e){},function(t,e){},,,,,function(t,e){},,function(t,e){},,,,,,function(t,e){},,function(t,e){},,,,,,,,,,,,,,,,,,,function(t,e){},,,,,,,,,,,,function(t,e){},,,function(t,e){}]); //# sourceMappingURL=main.bundle.js.map \ No newline at end of file diff --git a/dist/main.bundle.js.map b/dist/main.bundle.js.map index 1fea1f987..de259b341 100644 --- a/dist/main.bundle.js.map +++ b/dist/main.bundle.js.map @@ -1 +1 @@ -{"version":3,"sources":["webpack:///webpack/bootstrap","webpack:///./src/Player.ts","webpack:///./src/Netscript/NetscriptHelpers.ts","webpack:///./src/Faction/data/FactionNames.ts","webpack:///./src/Settings/Settings.ts","webpack:///./src/ui/numeralFormat.ts","webpack:///./src/Terminal.ts","webpack:///./src/Locations/data/LocationNames.ts","webpack:///./src/Augmentation/data/AugmentationNames.ts","webpack:///./src/Constants.ts","webpack:///./src/utils/JSONReviver.ts","webpack:///./src/Locations/data/CityNames.ts","webpack:///./src/ui/React/DialogBox.tsx","webpack:///./src/ui/GameRoot.tsx","webpack:///./src/ui/React/Money.tsx","webpack:///./src/BitNode/BitNodeMultipliers.ts","webpack:///./src/Server/AllServers.ts","webpack:///./src/ui/Router.ts","webpack:///./src/utils/StringHelperFunctions.ts","webpack:///./src/Faction/Factions.ts","webpack:///./src/utils/helpers/keyCodes.ts","webpack:///./src/Company/data/companypositionnames.ts","webpack:///./src/utils/helpers/getRandomInt.ts","webpack:///./src/Corporation/data/Constants.ts","webpack:///./src/Augmentation/Augmentation.tsx","webpack:///./src/ui/React/Modal.tsx","webpack:///./src/Hacknet/data/Constants.ts","webpack:///./src/Corporation/EmployeePositions.ts","webpack:///./src/Bladeburner/data/ActionTypes.ts","webpack:///./src/InteractiveTutorial.ts","webpack:///./src/Server/Server.ts","webpack:///./src/Corporation/ui/Context.ts","webpack:///./src/Corporation/IndustryData.tsx","webpack:///./src/Locations/LocationTypeEnum.ts","webpack:///./src/Programs/Programs.ts","webpack:///./src/Work/ClassWork.tsx","webpack:///./src/Hacknet/HacknetHelpers.tsx","webpack:///./src/Corporation/Actions.ts","webpack:///./src/Bladeburner/data/BlackOperationNames.ts","webpack:///./src/Bladeburner/data/Constants.ts","webpack:///./src/CotMG/FragmentType.ts","webpack:///./src/Literature/data/LiteratureNames.ts","webpack:///./src/Augmentation/StaticAugmentations.ts","webpack:///./src/ui/React/StatsRow.tsx","webpack:///./src/StockMarket/data/PositionTypes.ts","webpack:///./src/ui/React/Table.tsx","webpack:///./src/Terminal/DirectoryHelpers.ts","webpack:///./src/Company/Companies.ts","webpack:///./src/Gang/AllGangs.ts","webpack:///./src/ui/React/Snackbar.tsx","webpack:///./src/Crime/Crimes.ts","webpack:///./src/Casino/utils.ts","webpack:///./src/Server/data/SpecialServers.ts","webpack:///./src/Work/WorkStats.ts","webpack:///./src/PersonObjects/Player/PlayerObjectGeneralMethods.ts","webpack:///./src/Hacknet/HacknetServer.ts","webpack:///./src/Script/isScriptFilename.ts","webpack:///./src/StockMarket/StockMarket.tsx","webpack:///./src/Hacking.ts","webpack:///./src/Faction/FactionHelpers.tsx","webpack:///./src/SaveObject.tsx","webpack:///./src/PersonObjects/Sleeve/Work/Work.ts","webpack:///./src/Themes/Themes.ts","webpack:///./src/CotMG/Helper.tsx","webpack:///./src/StockMarket/data/StockSymbols.ts","webpack:///./src/Company/CompanyPositions.ts","webpack:///./src/Work/data/FactionWorkType.ts","webpack:///./src/Exploits/Exploit.ts","webpack:///./src/Augmentation/AugmentationHelpers.tsx","webpack:///./src/ui/React/MoneyRate.tsx","webpack:///./src/CodingContracts.ts","webpack:///./src/StockMarket/data/OrderTypes.ts","webpack:///./src/CotMG/Fragment.ts","webpack:///./src/utils/EventEmitter.ts","webpack:///./src/ScriptEditor/ui/themes.ts","webpack:///./src/DevMenu/ui/Adjuster.tsx","webpack:///./src/ui/React/OptionSwitch.tsx","webpack:///./src/Infiltration/utils.ts","webpack:///./src/Bladeburner/BlackOperation.ts","webpack:///./src/utils/WorkType.ts","webpack:///./src/Corporation/data/BaseResearchTree.ts","webpack:///./src/Server/ServerHelpers.ts","webpack:///./src/Corporation/ui/MoneyCost.tsx","webpack:///./src/Bladeburner/data/SkillNames.ts","webpack:///./src/ui/React/Reputation.tsx","webpack:///./src/Gang/ui/Context.ts","webpack:///./src/BitNode/BitNode.tsx","webpack:///./src/Work/Work.ts","webpack:///./src/StockMarket/Stock.ts","webpack:///./src/Locations/Cities.ts","webpack:///./src/Hacknet/formulas/HacknetServers.ts","webpack:///./src/Netscript/killWorkerScript.ts","webpack:///./src/Alias.ts","webpack:///./src/Locations/Locations.ts","webpack:///./src/ui/React/LogBoxManager.tsx","webpack:///./src/Literature/Literature.ts","webpack:///./src/ui/React/CopyableText.tsx","webpack:///./src/Themes/ui/Theme.tsx","webpack:///./src/Settings/SettingEnums.ts","webpack:///./src/Netscript/WorkerScripts.ts","webpack:///./src/Corporation/MaterialSizes.ts","webpack:///./src/PersonObjects/formulas/skill.ts","webpack:///./src/Gang/data/upgrades.ts","webpack:///./src/utils/helpers/isString.ts","webpack:///./src/Gang/data/Constants.ts","webpack:///./src/NetscriptWorker.ts","webpack:///./src/PersonObjects/Multipliers.ts","webpack:///./src/Server/ServerPurchases.ts","webpack:///./src/StockMarket/BuyingAndSelling.tsx","webpack:///./src/Casino/Game.ts","webpack:///./src/Gang/formulas/formulas.ts","webpack:///./src/RemoteFileAPI/MessageDefinitions.ts","webpack:///./src/Infiltration/ui/GameTimer.tsx","webpack:///./src/DarkWeb/DarkWebItems.ts","webpack:///./src/Hacknet/formulas/HacknetNodes.ts","webpack:///./src/CotMG/data/Shapes.ts","webpack:///./src/Infiltration/ui/Difficulty.ts","webpack:///./src/Infiltration/ui/KeyHandler.tsx","webpack:///./src/Work/FactionWork.tsx","webpack:///./src/ui/React/Hashes.tsx","webpack:///./src/Hacknet/HacknetNode.ts","webpack:///./src/PersonObjects/formulas/reputation.ts","webpack:///./src/TextFile.ts","webpack:///./src/Bladeburner/Skills.ts","webpack:///./src/Gang/GangMemberUpgrades.ts","webpack:///./src/Netscript/RamCostGenerator.ts","webpack:///./src/StockMarket/StockMarketHelpers.ts","webpack:///./src/StockMarket/StockMarketCosts.ts","webpack:///./src/ui/React/NumberInput.tsx","webpack:///./src/Gang/GangMemberTasks.ts","webpack:///./src/Hacknet/HashUpgrades.ts","webpack:///./src/Terminal/OutputTypes.tsx","webpack:///./src/utils/helpers/createProgressBarText.ts","webpack:///./src/ui/React/ConfirmationModal.tsx","webpack:///./src/utils/helpers/checkEnum.ts","webpack:///./src/hash/hash.ts","webpack:///./src/Work/formulas/Class.ts","webpack:///./src/Script/Script.ts","webpack:///./src/PersonObjects/Sleeve/Work/SleeveBladeburnerWork.ts","webpack:///./src/ui/React/StatsTable.tsx","webpack:///./src/Bladeburner/GeneralActions.tsx","webpack:///./src/Corporation/Material.ts","webpack:///./src/Casino/CardDeck/Card.ts","webpack:///./src/SourceFile/SourceFile.ts","webpack:///./src/Script/ScriptHelpers.ts","webpack:///./src/PersonObjects/Sleeve/Work/SleeveCompanyWork.ts","webpack:///./src/Achievements/Achievements.ts","webpack:///./src/MathJaxWrapper.tsx","webpack:///./src/utils/helpers/exceptionAlert.ts","webpack:///./src/Corporation/data/CorporationUnlockUpgrades.ts","webpack:///./src/PersonObjects/Grafting/GraftingHelpers.ts","webpack:///./src/Bladeburner/ActionIdentifier.ts","webpack:///./src/Bladeburner/BlackOperations.tsx","webpack:///./src/CotMG/ActiveFragment.ts","webpack:///./src/GameOptions/GameOptionsTab.ts","webpack:///./src/Bladeburner/Skill.ts","webpack:///./src/Crime/Crime.ts","webpack:///./src/PersonObjects/PersonMethods.ts","webpack:///./src/ui/React/AlertManager.tsx","webpack:///./src/utils/helpers/arrayToString.ts","webpack:///./src/ExportBonus.tsx","webpack:///./src/ui/React/HashRate.tsx","webpack:///./src/Message/Message.ts","webpack:///./src/Locations/ui/ApplyToJobButton.tsx","webpack:///./src/Work/CreateProgramWork.ts","webpack:///./src/Netscript/WorkerScriptStartStopEventEmitter.ts","webpack:///./src/PersonObjects/Sleeve/Work/SleeveFactionWork.ts","webpack:///./src/Corporation/ResearchMap.ts","webpack:///./src/SourceFile/SourceFiles.tsx","webpack:///./src/Electron.tsx","webpack:///./src/ui/React/CharacterOverview.tsx","webpack:///./src/PersonObjects/formulas/intelligence.ts","webpack:///./src/Netscript/ScriptDeath.ts","webpack:///./src/CodingContractGenerator.ts","webpack:///./src/utils/helpers/addOffset.ts","webpack:///./src/DarkWeb/DarkWebItem.ts","webpack:///./src/Augmentation/PlayerOwnedAugmentation.ts","webpack:///./src/Casino/RNG.ts","webpack:///./src/Work/CompanyWork.tsx","webpack:///./src/GameOptions/ui/GameOptionsPage.tsx","webpack:///./src/ui/React/Favor.tsx","webpack:///./src/Terminal/TerminalEvents.ts","webpack:///./src/StockMarket/OrderProcessing.tsx","webpack:///./src/db.tsx","webpack:///./src/PersonObjects/Sleeve/Work/SleeveSupportWork.ts","webpack:///./src/utils/IPAddress.ts","webpack:///./src/Message/MessageHelpers.tsx","webpack:///./src/Netscript/RecentScripts.ts","webpack:///./src/PersonObjects/Sleeve/Work/SleeveClassWork.ts","webpack:///./src/PersonObjects/Sleeve/Work/SleeveCrimeWork.ts","webpack:///./src/Faction/formulas/favor.ts","webpack:///./src/utils/helpers/formatTime.ts","webpack:///./src/ui/React/ReputationRate.tsx","webpack:///./src/Bladeburner/Operation.ts","webpack:///./src/Faction/ui/Option.tsx","webpack:///./src/Augmentation/data/AugmentationCreator.tsx","webpack:///./src/PersonObjects/Sleeve/Work/SleeveInfiltrateWork.ts","webpack:///./src/Server/data/servers.ts","webpack:///./src/StockMarket/PlayerInfluencing.ts","webpack:///./src/Work/GraftingWork.tsx","webpack:///./src/Bladeburner/ui/StartButton.tsx","webpack:///./src/ui/React/CorruptableText.tsx","webpack:///./src/engine.tsx","webpack:///./src/Faction/FactionInfo.tsx","webpack:///./src/Work/formulas/Faction.ts","webpack:///./src/Corporation/data/CorporationUpgrades.ts","webpack:///./src/ui/InteractiveTutorial/ITutorialEvents.ts","webpack:///./src/Netscript/WorkerScript.ts","webpack:///./src/Crime/CrimeHelpers.ts","webpack:///./src/PersonObjects/Grafting/GraftableAugmentation.ts","webpack:///./src/ui/React/Progress.tsx","webpack:///./src/utils/Validator.ts","webpack:///./src/Infiltration/formulas/victory.ts","webpack:///./src/utils/MoneySourceTracker.ts","webpack:///./src/PersonObjects/Player/PlayerObjectGangMethods.ts","webpack:///./src/utils/CompressionContracts.ts","webpack:///./src/ui/React/StatsProgressBar.tsx","webpack:///./src/Hospital/Hospital.ts","webpack:///./src/utils/helpers/compareArrays.ts","webpack:///./src/Hacking/netscriptCanHack.ts","webpack:///./src/ui/React/PromptManager.tsx","webpack:///./src/Corporation/ui/Helpers.tsx","webpack:///./src/Programs/ui/ProgramsRoot.tsx","webpack:///./src/Faction/ui/FactionsRoot.tsx","webpack:///./src/ui/React/RecoveryRoot.tsx","webpack:///./src/NetworkShare/Share.tsx","webpack:///./src/Script/RamCalculationErrorCodes.ts","webpack:///./src/Locations/City.ts","webpack:///./src/PersonObjects/Player/PlayerObjectServerMethods.ts","webpack:///./src/GameOptions/ui/OptionsSlider.tsx","webpack:///./src/StockMarket/ui/StockTickersConfig.tsx","webpack:///./src/Themes/Styles.ts","webpack:///./src/Bladeburner/Bladeburner.tsx","webpack:///./src/Bladeburner/Action.tsx","webpack:///./src/Literature/LiteratureHelpers.ts","webpack:///./src/Gang/GangMemberTask.ts","webpack:///./src/Work/CrimeWork.ts","webpack:///./src/Work/formulas/Crime.ts","webpack:///./src/ui/Apr1.tsx","webpack:///./src/Script/RunningScript.ts","webpack:///./src/Prestige.ts","webpack:///./src/PersonObjects/Sleeve/Work/SleeveSynchroWork.ts","webpack:///./src/PersonObjects/Sleeve/Work/SleeveRecoveryWork.ts","webpack:///./src/ui/React/WorldMap.tsx","webpack:///./src/Bladeburner/ui/SuccessChance.tsx","webpack:///./src/ui/React/StaticModal.tsx","webpack:///./src/DarkWeb/DarkWeb.tsx","webpack:///./src/Terminal/Parser.ts","webpack:///./src/Hacknet/HashManager.ts","webpack:///./src/Infiltration/formulas/game.ts","webpack:///./src/ui/React/CinematicText.tsx","webpack:///./src/PersonObjects/Sleeve/SleeveCovenantPurchases.tsx","webpack:///./src/Company/GetJobRequirementText.ts","webpack:///./src/Script/RamCalculations.ts","webpack:///./src/utils/helpers/roundToTwo.ts","webpack:///./src/Terminal/HelpText.ts","webpack:///./src/Netscript/Pid.ts","webpack:///./src/Faction/formulas/donation.ts","webpack:///./src/RedPill.tsx","webpack:///./src/RemoteFileAPI/RemoteFileAPI.ts","webpack:///./src/utils/ErrorHelper.ts","webpack:///./src/Bladeburner/data/Growths.ts","webpack:///./src/utils/helpers/getRandomByte.ts","webpack:///./src/Locations/createCityMap.ts","webpack:///./src/Casino/CardDeck/Hand.ts","webpack:///./src/StockMarket/ui/StockTickerTxButton.tsx","webpack:///./src/CotMG/ui/DummyGrid.tsx","webpack:///./src/Faction/Faction.ts","webpack:///./src/PersonObjects/Player/PlayerObject.ts","webpack:///./src/Faction/ui/InvitationModal.tsx","webpack:///./src/Gang/GangMember.ts","webpack:///./src/data/codingcontracttypes.ts","webpack:///./src/ui/React/CodingContractModal.tsx","webpack:///./src/Server/BaseServer.ts","webpack:///./src/Server/formulas/grow.ts","webpack:///./src/Terminal/DirectoryServerHelpers.ts","webpack:///./src/Terminal/commands/download.ts","webpack:///./src/ThirdParty/JSInterpreter.js","webpack:///./src/NetscriptFunctions.ts","webpack:///./src/ui/React/ANSIITypography.tsx","webpack:///./src/Bladeburner/data/GeneralActions.tsx","webpack:///./src/Work/formulas/Company.ts","webpack:///./src/CotMG/BaseGift.ts","webpack:///./src/CotMG/StaneksGiftEvents.ts","webpack:///./src/Locations/data/LocationsMetadata.ts","webpack:///./src/Corporation/OfficeSpace.ts","webpack:///./src/Corporation/Warehouse.ts","webpack:///./src/PersonObjects/Grafting/ui/GraftingRoot.tsx","webpack:///./src/SourceFile/PlayerOwnedSourceFile.ts","webpack:///./src/utils/V2Modal.tsx","webpack:///./src/NetscriptFunctions/Flags.ts","webpack:///./src/NetscriptFunctions/toNative.ts","webpack:///./src/NetscriptJSEvaluator.ts","webpack:///./src/Script/RunningScriptHelpers.ts","webpack:///./src/Terminal/commands/common/editor.ts","webpack:///./src/BitNode/ui/BitFlumeModal.tsx","webpack:///./src/PersonObjects/Sleeve/Sleeve.ts","webpack:///./src/PersonObjects/Person.ts","webpack:///./src/Bladeburner/data/Contracts.tsx","webpack:///./src/Bladeburner/data/Icons.tsx","webpack:///./src/Bladeburner/ui/ActionLevel.tsx","webpack:///./src/Bladeburner/ui/Autolevel.tsx","webpack:///./src/Bladeburner/ui/TeamSizeButton.tsx","webpack:///./src/Infiltration/ui/BlinkingCursor.tsx","webpack:///./src/Themes/ui/StyleEditorButton.tsx","webpack:///./src/Themes/ui/ThemeEditorButton.tsx","webpack:///./src/Themes/ui/ThemeCollaborate.tsx","webpack:///./src/ui/React/DeleteGameButton.tsx","webpack:///./src/ui/React/SoftResetButton.tsx","webpack:///./src/ScriptEditor/NetscriptDefinitions.d.ts","webpack:///./src/Augmentation/ui/PurchasableAugmentations.tsx","webpack:///./src/Locations/ui/TravelAgencyRoot.tsx","webpack:///./src/ScriptEditor/ui/ScriptEditorRoot.tsx","webpack:///./src/ui/React/TablePaginationActionsAll.tsx","webpack:///./src/BitNode/ui/BitnodeMultipliersDescription.tsx","webpack:///./src/CotMG/ui/Cell.tsx","webpack:///./src/CotMG/ui/Grid.tsx","webpack:///./src/PersonObjects/Player/PlayerObjectBladeburnerMethods.ts","webpack:///./src/Bladeburner/Contract.ts","webpack:///./src/Bladeburner/data/Help.ts","webpack:///./src/PersonObjects/Player/PlayerObjectCorporationMethods.ts","webpack:///./src/utils/HammingCodeTools.ts","webpack:///./src/Company/GetNextCompanyPosition.ts","webpack:///./src/StockMarket/StockMarketConstants.ts","webpack:///./src/CotMG/data/Constants.ts","webpack:///./src/Corporation/ResearchTree.ts","webpack:///./src/utils/v1APIBreak.ts","webpack:///./src/PersonObjects/Player/PlayerObjectWorkMethods.ts","webpack:///./src/Themes/data/index.ts","webpack:///./src/ui/LoadingScreen.tsx","webpack:///./src/utils/helpers/isValidNumber.ts","webpack:///./src/StockMarket/Order.ts","webpack:///./src/utils/helpers/isPowerOfTwo.ts","webpack:///./src/CotMG/StaneksGift.ts","webpack:///./src/PersonObjects/Sleeve/SleeveMethods.ts","webpack:///./src/RemoteFileAPI/MessageHandlers.ts","webpack:///./src/PersonObjects/Sleeve/ui/StatsElement.tsx","webpack:///./src/ui/React/ServerDropdown.tsx","webpack:///./src/Casino/Blackjack.tsx","webpack:///./src/Casino/CardDeck/ReactCard.tsx","webpack:///./src/Milestones/Milestones.ts","webpack:///./src/StockMarket/data/TickerHeaderFormatData.ts","webpack:///./src/Achievements/AchievementEntry.tsx","webpack:///./src/ThirdParty/colorUtils.ts","webpack:///./src/Themes/data/default/index.ts","webpack:///./src/Themes/data/default-lite/index.ts","webpack:///./src/Themes/data/monokai-ish/index.ts","webpack:///./src/Themes/data/warmer/index.ts","webpack:///./src/Themes/data/dark-plus/index.ts","webpack:///./src/Themes/data/mayukai-dark/index.ts","webpack:///./src/Themes/data/purple/index.ts","webpack:///./src/Themes/data/smooth-green/index.ts","webpack:///./src/Themes/data/dracula/index.ts","webpack:///./src/Themes/data/dark-blue/index.ts","webpack:///./src/Themes/data/discord-like/index.ts","webpack:///./src/Themes/data/one-dark/index.ts","webpack:///./src/Themes/data/muted-gold-blue/index.ts","webpack:///./src/Themes/data/light/index.ts","webpack:///./src/Themes/data/default/screenshot.png","webpack:///./src/Themes/data/default-lite/screenshot.png","webpack:///./src/Themes/data/monokai-ish/screenshot.png","webpack:///./src/Themes/data/warmer/screenshot.png","webpack:///./src/Themes/data/dark-plus/screenshot.png","webpack:///./src/Themes/data/mayukai-dark/screenshot.png","webpack:///./src/Themes/data/purple/screenshot.png","webpack:///./src/Themes/data/smooth-green/screenshot.png","webpack:///./src/Themes/data/dracula/screenshot.png","webpack:///./src/Themes/data/dark-blue/screenshot.png","webpack:///./src/Themes/data/discord-like/screenshot.png","webpack:///./src/Themes/data/one-dark/screenshot.png","webpack:///./src/Themes/data/muted-gold-blue/screenshot.png","webpack:///./src/Themes/data/light/screenshot.png","webpack:///./src/PersonObjects/Player/PlayerObjectAugmentationMethods.ts","webpack:///./src/PersonObjects/Grafting/EntropyAccumulation.ts","webpack:///./src/Bladeburner/City.ts","webpack:///./src/PersonObjects/ITaskTracker.ts","webpack:///./src/utils/helpers/getTimestamp.ts","webpack:///./src/NetworkShare/formulas/share.tsx","webpack:///./src/Corporation/Corporation.tsx","webpack:///./src/Corporation/CorporationState.ts","webpack:///./src/Literature/Literatures.ts","webpack:///./src/Gang/Gang.ts","webpack:///./src/Gang/data/tasks.ts","webpack:///./src/Gang/GangMemberUpgrade.ts","webpack:///./src/Gang/data/power.ts","webpack:///./src/utils/Heap.ts","webpack:///./src/Company/data/CompaniesMetadata.ts","webpack:///./src/Company/Company.ts","webpack:///./src/Company/data/CompanyPositionsMetadata.ts","webpack:///./src/Company/CompanyPosition.ts","webpack:///./src/Programs/Program.ts","webpack:///./src/Programs/data/ProgramsMetadata.ts","webpack:///./src/utils/helpers/createRandomString.ts","webpack:///./src/Terminal/Terminal.ts","webpack:///./src/utils/helpers/isValidIPAddress.ts","webpack:///./src/Terminal/commands/alias.ts","webpack:///./src/Terminal/commands/analyze.ts","webpack:///./src/Terminal/commands/backdoor.ts","webpack:///./src/Terminal/commands/buy.ts","webpack:///./src/Terminal/commands/cat.ts","webpack:///./src/Terminal/commands/cd.ts","webpack:///./src/Terminal/commands/check.ts","webpack:///./src/Terminal/commands/connect.ts","webpack:///./src/Terminal/commands/cp.ts","webpack:///./src/Terminal/commands/expr.ts","webpack:///./src/Terminal/commands/free.ts","webpack:///./src/Terminal/commands/grow.ts","webpack:///./src/Terminal/commands/hack.ts","webpack:///./src/Terminal/commands/help.ts","webpack:///./src/Terminal/commands/history.ts","webpack:///./src/Terminal/commands/home.ts","webpack:///./src/Terminal/commands/hostname.ts","webpack:///./src/Terminal/commands/kill.ts","webpack:///./src/Netscript/Environment.ts","webpack:///./src/StockMarket/data/InitStockMetadata.ts","webpack:///./src/NetscriptPort.ts","webpack:///./src/NetscriptFunctions/Gang.ts","webpack:///./src/NetscriptFunctions/Sleeve.ts","webpack:///./src/NetscriptFunctions/Extra.ts","webpack:///./src/NetscriptFunctions/Hacknet.ts","webpack:///./src/Hacknet/HashUpgrade.ts","webpack:///./src/Hacknet/data/HashUpgradesMetadata.tsx","webpack:///./src/NetscriptFunctions/Stanek.ts","webpack:///./src/CotMG/formulas/effect.ts","webpack:///./src/NetscriptFunctions/Infiltration.ts","webpack:///./src/Locations/Location.ts","webpack:///./src/NetscriptFunctions/UserInterface.ts","webpack:///./src/NetscriptFunctions/Bladeburner.ts","webpack:///./src/NetscriptFunctions/CodingContract.ts","webpack:///./src/NetscriptFunctions/Corporation.ts","webpack:///./src/Corporation/Research.ts","webpack:///./src/Corporation/data/ResearchMetadata.ts","webpack:///./src/Corporation/Industry.ts","webpack:///./src/utils/calculateEffectWithFactors.ts","webpack:///./src/Corporation/Employee.ts","webpack:///./src/Corporation/Product.ts","webpack:///./src/Corporation/ProductRatingWeights.ts","webpack:///./src/NetscriptFunctions/Formulas.ts","webpack:///./src/NetscriptFunctions/StockMarket.ts","webpack:///./src/NetscriptFunctions/Grafting.ts","webpack:///./src/NetscriptFunctions/Singularity.ts","webpack:///./src/utils/v2APIBreak.ts","webpack:///./src/Netscript/APIWrapper.ts","webpack:///./src/Script/ScriptUrl.ts","webpack:///./src/Terminal/commands/killall.ts","webpack:///./src/Terminal/commands/ls.tsx","webpack:///./src/Terminal/commands/lscpu.ts","webpack:///./src/Terminal/commands/mem.ts","webpack:///./src/Terminal/commands/mv.ts","webpack:///./src/Terminal/commands/nano.ts","webpack:///./src/ScriptEditor/CursorPositions.ts","webpack:///./src/Terminal/commands/ps.ts","webpack:///./src/Terminal/commands/rm.ts","webpack:///./src/Terminal/commands/run.ts","webpack:///./src/Terminal/commands/runScript.ts","webpack:///./src/Terminal/commands/runProgram.ts","webpack:///./src/Terminal/commands/scan.ts","webpack:///./src/Terminal/commands/scananalyze.ts","webpack:///./src/Terminal/commands/scp.ts","webpack:///./src/Terminal/commands/sudov.ts","webpack:///./src/Terminal/commands/tail.ts","webpack:///./src/Terminal/commands/top.ts","webpack:///./src/Terminal/commands/unalias.ts","webpack:///./src/Terminal/commands/vim.ts","webpack:///./src/Terminal/commands/weaken.ts","webpack:///./src/Terminal/commands/wget.ts","webpack:///./src/Terminal/commands/apr1.ts","webpack:///./src/SourceFile/applySourceFile.ts","webpack:///./src/Exploits/applyExploits.ts","webpack:///./src/ui/InteractiveTutorial/InteractiveTutorialRoot.tsx","webpack:///./src/ui/InteractiveTutorial/NSSelection.tsx","webpack:///./src/ui/React/Overview.tsx","webpack:///./src/Sidebar/ui/SidebarRoot.tsx","webpack:///./src/Programs/ProgramHelpers.ts","webpack:///./src/Augmentation/ui/AugmentationsRoot.tsx","webpack:///./src/Augmentation/ui/InstalledAugmentations.tsx","webpack:///./src/Augmentation/ui/PlayerMultipliers.tsx","webpack:///./src/Augmentation/ui/PurchasedAugmentations.tsx","webpack:///./src/Augmentation/ui/SourceFiles.tsx","webpack:///./src/DevMenu.tsx","webpack:///./src/DevMenu/ui/General.tsx","webpack:///./src/DevMenu/ui/Stats.tsx","webpack:///./src/DevMenu/ui/Factions.tsx","webpack:///./src/DevMenu/ui/Augmentations.tsx","webpack:///./src/DevMenu/ui/SourceFiles.tsx","webpack:///./src/DevMenu/ui/Programs.tsx","webpack:///./src/DevMenu/ui/Servers.tsx","webpack:///./src/DevMenu/ui/Companies.tsx","webpack:///./src/DevMenu/ui/Bladeburner.tsx","webpack:///./src/DevMenu/ui/Gang.tsx","webpack:///./src/DevMenu/ui/Corporation.tsx","webpack:///./src/DevMenu/ui/CodingContracts.tsx","webpack:///./src/DevMenu/ui/StockMarket.tsx","webpack:///./src/DevMenu/ui/Sleeves.tsx","webpack:///./src/DevMenu/ui/Stanek.tsx","webpack:///./src/DevMenu/ui/TimeSkip.tsx","webpack:///./src/DevMenu/ui/SaveFile.tsx","webpack:///./src/DevMenu/ui/Achievements.tsx","webpack:///./src/DevMenu/ui/Entropy.tsx","webpack:///./src/Bladeburner/ui/BladeburnerRoot.tsx","webpack:///./src/Bladeburner/ui/Stats.tsx","webpack:///./src/Bladeburner/ui/TravelModal.tsx","webpack:///./src/Bladeburner/ui/Console.tsx","webpack:///./src/Bladeburner/ui/AllPages.tsx","webpack:///./src/Bladeburner/ui/GeneralActionPage.tsx","webpack:///./src/Bladeburner/ui/GeneralActionList.tsx","webpack:///./src/Bladeburner/ui/GeneralActionElem.tsx","webpack:///./src/Bladeburner/ui/ContractPage.tsx","webpack:///./src/Bladeburner/ui/ContractList.tsx","webpack:///./src/Bladeburner/ui/ContractElem.tsx","webpack:///./src/Bladeburner/ui/StealthIcon.tsx","webpack:///./src/Bladeburner/ui/KillIcon.tsx","webpack:///./src/Bladeburner/ui/OperationPage.tsx","webpack:///./src/Bladeburner/ui/OperationList.tsx","webpack:///./src/Bladeburner/ui/OperationElem.tsx","webpack:///./src/Bladeburner/ui/TeamSizeModal.tsx","webpack:///./src/Bladeburner/data/Operations.tsx","webpack:///./src/Bladeburner/ui/BlackOpPage.tsx","webpack:///./src/Bladeburner/ui/BlackOpList.tsx","webpack:///./src/Bladeburner/ui/BlackOpElem.tsx","webpack:///./src/Bladeburner/data/BlackOperations.tsx","webpack:///./src/Bladeburner/ui/SkillPage.tsx","webpack:///./src/Bladeburner/ui/SkillList.tsx","webpack:///./src/Bladeburner/ui/SkillElem.tsx","webpack:///./src/Gang/ui/GangRoot.tsx","webpack:///./src/Gang/ui/ManagementSubpage.tsx","webpack:///./src/Gang/ui/GangStats.tsx","webpack:///./src/Gang/ui/BonusTime.tsx","webpack:///./src/Gang/ui/GangMemberList.tsx","webpack:///./src/Gang/ui/GangMemberCard.tsx","webpack:///./src/Gang/ui/GangMemberCardContent.tsx","webpack:///./src/Gang/ui/GangMemberStats.tsx","webpack:///./src/ui/React/KillScriptsModal.tsx","webpack:///./src/Gang/ui/TaskSelector.tsx","webpack:///./src/Gang/ui/TaskDescription.tsx","webpack:///./src/Gang/ui/AscensionModal.tsx","webpack:///./src/Gang/ui/RecruitButton.tsx","webpack:///./src/Gang/ui/RecruitModal.tsx","webpack:///./src/Gang/ui/TerritorySubpage.tsx","webpack:///./src/Gang/ui/TerritoryInfoModal.tsx","webpack:///./src/Gang/ui/EquipmentsSubpage.tsx","webpack:///./src/Corporation/ui/CorporationRoot.tsx","webpack:///./src/Corporation/ui/MainPanel.tsx","webpack:///./src/Corporation/ui/CityTabs.tsx","webpack:///./src/Corporation/ui/Industry.tsx","webpack:///./src/Corporation/ui/IndustryOffice.tsx","webpack:///./src/Corporation/ui/modals/UpgradeOfficeSizeModal.tsx","webpack:///./src/Corporation/ui/modals/ThrowPartyModal.tsx","webpack:///./src/Corporation/ui/IndustryOverview.tsx","webpack:///./src/Corporation/ui/modals/MakeProductModal.tsx","webpack:///./src/Corporation/ui/modals/ResearchModal.tsx","webpack:///./src/Corporation/ui/IndustryWarehouse.tsx","webpack:///./src/Corporation/ui/modals/SmartSupplyModal.tsx","webpack:///./src/Corporation/ui/ProductElem.tsx","webpack:///./src/Corporation/ui/modals/DiscontinueProductModal.tsx","webpack:///./src/Corporation/ui/modals/LimitProductProductionModal.tsx","webpack:///./src/Corporation/ui/modals/SellProductModal.tsx","webpack:///./src/Corporation/ui/modals/ProductMarketTaModal.tsx","webpack:///./src/Corporation/ui/modals/CancelProductModal.tsx","webpack:///./src/Corporation/ui/MaterialElem.tsx","webpack:///./src/Corporation/ui/modals/ExportModal.tsx","webpack:///./src/Corporation/ui/modals/MaterialMarketTaModal.tsx","webpack:///./src/Corporation/ui/modals/SellMaterialModal.tsx","webpack:///./src/Corporation/ui/modals/PurchaseMaterialModal.tsx","webpack:///./src/Corporation/ui/modals/LimitMaterialProductionModal.tsx","webpack:///./src/Corporation/ui/IndustryProductEquation.tsx","webpack:///./src/Corporation/ui/ExpandNewCity.tsx","webpack:///./src/Corporation/ui/ExpandIndustryTab.tsx","webpack:///./src/Corporation/ui/Overview.tsx","webpack:///./src/Corporation/ui/LevelableUpgrade.tsx","webpack:///./src/Corporation/ui/UnlockUpgrade.tsx","webpack:///./src/Corporation/ui/modals/BribeFactionModal.tsx","webpack:///./src/Corporation/ui/modals/SellSharesModal.tsx","webpack:///./src/Corporation/ui/modals/BuybackSharesModal.tsx","webpack:///./src/Corporation/ui/modals/IssueDividendsModal.tsx","webpack:///./src/Corporation/ui/modals/IssueNewSharesModal.tsx","webpack:///./src/Corporation/ui/modals/FindInvestorsModal.tsx","webpack:///./src/Corporation/ui/modals/GoPublicModal.tsx","webpack:///./src/Infiltration/ui/InfiltrationRoot.tsx","webpack:///./src/Infiltration/ui/Game.tsx","webpack:///./src/Infiltration/ui/BackwardGame.tsx","webpack:///./src/Infiltration/ui/BracketGame.tsx","webpack:///./src/Infiltration/ui/BribeGame.tsx","webpack:///./src/Infiltration/ui/CheatCodeGame.tsx","webpack:///./src/Infiltration/ui/Countdown.tsx","webpack:///./src/Infiltration/ui/Cyberpunk2077Game.tsx","webpack:///./src/Infiltration/ui/MinesweeperGame.tsx","webpack:///./src/Infiltration/ui/SlashGame.tsx","webpack:///./src/Infiltration/ui/Victory.tsx","webpack:///./src/Infiltration/ui/WireCuttingGame.tsx","webpack:///./src/Infiltration/ui/Intro.tsx","webpack:///./src/ui/WorkInProgressRoot.tsx","webpack:///./src/GameOptions/ui/GameOptionsRoot.tsx","webpack:///./src/GameOptions/ui/GameOptionsSidebar.tsx","webpack:///./src/Diagnostic/FileDiagnosticModal.tsx","webpack:///./src/Themes/ui/StyleEditorModal.tsx","webpack:///./src/Themes/ui/ThemeEditorModal.tsx","webpack:///./src/GameOptions/ui/GameplayPage.tsx","webpack:///./src/GameOptions/ui/InterfacePage.tsx","webpack:///./src/GameOptions/ui/MiscPage.tsx","webpack:///./src/GameOptions/ui/RemoteAPIPage.tsx","webpack:///./src/GameOptions/ui/ConnectionBauble.tsx","webpack:///./src/RemoteFileAPI/Remote.ts","webpack:///./src/GameOptions/ui/SystemPage.tsx","webpack:///./src/PersonObjects/Sleeve/ui/SleeveRoot.tsx","webpack:///./src/PersonObjects/Sleeve/ui/SleeveElem.tsx","webpack:///./src/PersonObjects/Sleeve/ui/MoreStatsModal.tsx","webpack:///./src/PersonObjects/Sleeve/ui/SleeveAugmentationsModal.tsx","webpack:///./src/Augmentation/ui/PurchaseAugmentationModal.tsx","webpack:///./src/PersonObjects/Sleeve/ui/TaskSelector.tsx","webpack:///./src/PersonObjects/Sleeve/ui/TravelModal.tsx","webpack:///./src/PersonObjects/Sleeve/ui/FAQModal.tsx","webpack:///./src/Hacknet/ui/HacknetRoot.tsx","webpack:///./src/Hacknet/ui/GeneralInfo.tsx","webpack:///./src/Hacknet/ui/HacknetNodeElem.tsx","webpack:///./src/Hacknet/ui/HacknetServerElem.tsx","webpack:///./src/Hacknet/ui/HashUpgradeModal.tsx","webpack:///./src/Hacknet/ui/HacknetUpgradeElem.tsx","webpack:///./src/Hacknet/ui/MultiplierButtons.tsx","webpack:///./src/Hacknet/ui/PlayerInfo.tsx","webpack:///./src/Hacknet/ui/PurchaseButton.tsx","webpack:///./src/Locations/ui/GenericLocation.tsx","webpack:///./src/Locations/ui/CompanyLocation.tsx","webpack:///./src/Company/ui/QuitJobModal.tsx","webpack:///./src/Locations/ui/GymLocation.tsx","webpack:///./src/Locations/ui/HospitalLocation.tsx","webpack:///./src/Locations/ui/SlumsLocation.tsx","webpack:///./src/Locations/ui/SpecialLocation.tsx","webpack:///./src/Corporation/ui/modals/CreateCorporationModal.tsx","webpack:///./src/utils/helpers/N00dles.ts","webpack:///./src/Arcade/ui/ArcadeRoot.tsx","webpack:///./src/Arcade/ui/BBCabinet.tsx","webpack:///./src/Locations/ui/TechVendorLocation.tsx","webpack:///./src/Locations/ui/RamButton.tsx","webpack:///./src/Locations/ui/TorButton.tsx","webpack:///./src/Locations/ui/CoresButton.tsx","webpack:///./src/Locations/ui/PurchaseServerModal.tsx","webpack:///./src/Locations/ui/TravelConfirmationModal.tsx","webpack:///./src/Locations/ui/UniversityLocation.tsx","webpack:///./src/Locations/ui/CasinoLocation.tsx","webpack:///./src/Casino/CardDeck/Deck.ts","webpack:///./src/Casino/CoinFlip.tsx","webpack:///./src/Casino/Roulette.tsx","webpack:///./src/Casino/SlotMachine.tsx","webpack:///./src/Locations/ui/City.tsx","webpack:///./src/ScriptEditor/ui/OptionsModal.tsx","webpack:///./src/ScriptEditor/ui/ThemeEditorModal.tsx","webpack:///./src/Milestones/ui/MilestonesRoot.tsx","webpack:///./src/Terminal/ui/TerminalRoot.tsx","webpack:///./src/Terminal/ui/TerminalInput.tsx","webpack:///./src/Terminal/determineAllPossibilitiesForTabCompletion.ts","webpack:///./src/Terminal/tabCompletion.ts","webpack:///./src/Tutorial/ui/TutorialRoot.tsx","webpack:///./src/ui/ActiveScripts/ActiveScriptsRoot.tsx","webpack:///./src/ui/ActiveScripts/ActiveScriptsPage.tsx","webpack:///./src/ui/ActiveScripts/ScriptProduction.tsx","webpack:///./src/ui/ActiveScripts/ServerAccordions.tsx","webpack:///./src/ui/ActiveScripts/ServerAccordion.tsx","webpack:///./src/ui/ActiveScripts/ServerAccordionContent.tsx","webpack:///./src/ui/ActiveScripts/WorkerScriptAccordion.tsx","webpack:///./src/ui/ActiveScripts/RecentScriptsPage.tsx","webpack:///./src/ui/ActiveScripts/RecentScriptAccordion.tsx","webpack:///./src/Faction/ui/FactionRoot.tsx","webpack:///./src/Faction/ui/AugmentationsPage.tsx","webpack:///./src/Faction/ui/DonateOption.tsx","webpack:///./src/Faction/ui/Info.tsx","webpack:///./src/PersonObjects/Sleeve/ui/CovenantPurchasesRoot.tsx","webpack:///./src/PersonObjects/Sleeve/ui/CovenantSleeveMemoryUpgrade.tsx","webpack:///./src/Faction/ui/GangButton.tsx","webpack:///./src/Faction/ui/CreateGangModal.tsx","webpack:///./src/ui/CharacterStats.tsx","webpack:///./src/StockMarket/ui/StockMarketRoot.tsx","webpack:///./src/StockMarket/ui/InfoAndPurchases.tsx","webpack:///./src/StockMarket/ui/StockTickers.tsx","webpack:///./src/StockMarket/ui/StockTicker.tsx","webpack:///./src/StockMarket/ui/StockTickerHeaderText.tsx","webpack:///./src/StockMarket/ui/StockTickerOrderList.tsx","webpack:///./src/StockMarket/ui/StockTickerOrder.tsx","webpack:///./src/StockMarket/ui/StockTickerPositionText.tsx","webpack:///./src/StockMarket/ui/PlaceOrderModal.tsx","webpack:///./src/BitNode/ui/BitverseRoot.tsx","webpack:///./src/BitNode/ui/PortalModal.tsx","webpack:///./src/ui/React/CinematicLine.tsx","webpack:///./src/CotMG/ui/StaneksGiftRoot.tsx","webpack:///./src/CotMG/ui/MainBoard.tsx","webpack:///./src/CotMG/ui/FragmentInspector.tsx","webpack:///./src/CotMG/ui/FragmentSelector.tsx","webpack:///./src/CotMG/ui/FragmentPreview.tsx","webpack:///./src/CotMG/ui/ActiveFragmentSummary.tsx","webpack:///./src/Bladeburner/ui/BladeburnerCinematic.tsx","webpack:///./src/Exploits/Unclickable.tsx","webpack:///./src/Achievements/AchievementsRoot.tsx","webpack:///./src/Achievements/AchievementList.tsx","webpack:///./src/Achievements/AchievementIcon.tsx","webpack:///./src/ui/ErrorBoundary.tsx","webpack:///./src/Themes/ui/ThemeBrowser.tsx","webpack:///./src/Themes/ui/ThemeEntry.tsx","webpack:///./src/ui/React/ImportSaveRoot.tsx","webpack:///./src/ui/React/BypassWrapper.tsx","webpack:///./src/utils/helpers/clearObject.ts","webpack:///./src/Exploits/loops.ts","webpack:///./src/UncaughtPromiseHandler.ts","webpack:///./src/index.tsx"],"names":["webpackJsonpCallback","data","moduleId","chunkId","chunkIds","moreModules","executeModules","i","resolves","length","Object","prototype","hasOwnProperty","call","installedChunks","push","modules","parentJsonpFunction","shift","deferredModules","apply","checkDeferredModules","result","deferredModule","fulfilled","j","depId","splice","__webpack_require__","s","installedModules","0","exports","module","l","m","c","d","name","getter","o","defineProperty","enumerable","get","r","Symbol","toStringTag","value","t","mode","__esModule","ns","create","key","bind","n","object","property","p","jsonpArray","window","oldJsonpFunction","slice","Player","PlayerObject","loadPlayer","saveString","JSON","parse","Reviver","money","parseFloat","exploits","sanitizeExploits","helpers","string","number","ctx","argName","v","x","isNaN","makeRuntimeErrorMsg","debugType","scriptArgs","argsToString","args","out","arg","undefined","toNative","stringify","makeBasicErrorMsg","resolveNetscriptRequestedThreads","requestedThreads","threads","workerScript","scriptRef","requestedThreadsAsInt","function","checkEnvFlags","ws","env","stopFlag","log","ScriptDeath","runningFn","delayReject","checkSingularityAccess","bitNodeN","sourceFileLvl","netscriptDelay","time","Promise","resolve","reject","delay","setTimeout","updateDynamicRam","ramCost","fnName","dynamicLoadedFns","console","warn","hostname","dynamicRamUsage","ramUsage","numeralWrapper","formatRAM","city","values","CityName","includes","getServer","scriptIdentifier","scriptID","_hostname","_args","pid","scriptname","hack","manual","stock","server","Server","hackingTime","calculateHackingTime","canHack","netscriptCanHack","res","msg","convertTimeMsToTimeElapsedString","formatThreads","then","hackChance","calculateHackingChance","rand","Math","random","expGainedOnSuccess","calculateHackingExpGain","expGainedOnFailure","percentHacked","calculatePercentMoneyHacked","maxThreadNeeded","ceil","moneyDrained","floor","moneyAvailable","moneyGained","BitNodeMultipliers","ScriptHackMoneyGain","ManualHackMoney","gainMoney","onlineMoneyMade","scriptProdSinceLastAug","recordHack","gainHackingExp","gainIntelligenceExp","onlineExpGained","formatMoney","formatExp","fortify","CONSTANTS","ServerFortifyAmount","min","influenceStockThroughServerHack","backdoorInstalled","getValidPort","port","NumNetscriptPorts","round","iport","NetscriptPorts","NetscriptPort","set","player","roughlyIs","hp","mults","numPeopleKilled","location","totalPlaytime","playtimeSinceLastAug","playtimeSinceLastBitnode","jobs","factions","tor","inBladeburner","hasCorporation","entropy","cpuCores","ftpPortOpen","hasAdminRights","httpPortOpen","ip","isConnectedTo","maxRam","organizationName","ramUsed","smtpPortOpen","sqlPortOpen","sshPortOpen","purchasedByPlayer","baseDifficulty","hackDifficulty","minDifficulty","moneyMax","numOpenPortsRequired","openPortCount","requiredHackingSkill","serverGrowth","gang","g","respect","territory","wantedLevel","gangMember","GangMember","gangTask","GangMemberTask","hackWeight","getRunningScript","ident","GetAllServers","runningScript","findRunningScriptByPid","getRunningScriptByPid","getRunningScriptByArgs","getCannotFindRunningScriptErrorMessage","arrayToString","createPublicRunningScript","filename","logs","offlineExpGained","offlineMoneyMade","offlineRunningTime","onlineRunningTime","failOnHacknetServer","HacknetServer","clip","String","json","userFriendlyString","Array","isArray","every","isScriptArgs","type","WorkerScript","scriptUrl","dependencies","replace","RegExp","url","errstack","Error","stack","split","caller","functionPath","scripts","userstack","stackline","script","dependency","parseChromeStackline","line","lineMatch","match","funcMatch","func","chromeCall","parseFirefoxStackline","lio","lastIndexOf","firefoxCall","rejectMsg","join","GetServer","expect","actual","expects","keys","actuals","message","fn","findRunningScript","handleUnknownError","e","initialText","errorMessage","headerText","SyntaxError","toString","error","dialogBoxCreate","FactionNames","Settings","ActiveScriptsServerPageSize","ActiveScriptsScriptPageSize","AutosaveInterval","CodeInstructionRunTime","DisableASCIIArt","DisableHotkeys","DisableTextEffects","DisableOverviewProgressBars","EnableBashHotkeys","TimestampsFormat","Locale","MaxRecentScriptsCapacity","MaxLogCapacity","MaxPortCapacity","MaxTerminalCapacity","RemoteFileApiPort","SaveGameOnFileSave","SuppressBuyAugmentationConfirmation","SuppressFactionInvites","SuppressMessages","SuppressTravelConfirmation","SuppressBladeburnerPopup","SuppressTIXPopup","SuppressSavedGameToast","SuppressAutosaveDisabledWarnings","UseIEC60027_2","ShowMiddleNullTimeUnit","ExcludeRunningScriptsFromSave","IsSidebarOpened","theme","defaultTheme","styles","defaultStyles","overview","y","opened","EditorTheme","defaultMonacoTheme","OwnedAugmentationsOrder","OwnedAugmentationsOrderSetting","AcquirementTime","PurchaseAugmentationsOrder","PurchaseAugmentationsOrderSetting","Default","MonacoTheme","MonacoInsertSpaces","MonacoFontSize","MonacoVim","MonacoWordWrap","load","save","assign","extraFormats","extraNotations","gigaMultiplier","constructor","this","defaultLocale","updateLocale","numeral","locale","format","abs","answer","formatBigNumber","formatReallyBigNumber","decimalPlaces","nAbs","Infinity","repeat","str","formatHp","formatSkill","formatHashes","formatReputation","formatFavor","formatSecurity","toFixed","formatPercentage","formatter","formatServerSecurity","formatRespect","formatWanted","formatMultiplier","formatSleeveShock","formatSleeveSynchro","formatSleeveMemory","formatPopulation","formatStamina","formatShares","formatInfiltrationSecurity","formatStaneksGiftHeat","formatStaneksGiftCharge","formatStaneksGiftPower","parseCustomLargeNumber","numericRegExp","NaN","notation","notationIndex","indexOf","largestAbsoluteNumber","n1","n2","n3","max","parseMoney","numeralValue","parsed","selfParsed","Terminal","TTerminal","LocationName","AugmentationNames","VersionString","VersionNumber","_idleSpeed","MaxSkillLevel","MilliPerCycle","CorpFactionRepRequirement","BaseCostFor1GBOfRamHome","BaseCostFor1GBOfRamServer","TravelCost","BaseFavorToDonate","DonateMoneyToRepDivisor","FactionReputationToFavorBase","FactionReputationToFavorMult","CompanyReputationToFavorBase","CompanyReputationToFavorMult","NeuroFluxGovernorLevelMult","Number","MAX_SAFE_INTEGER","HomeComputerMaxRam","ServerBaseGrowthRate","ServerMaxGrowthRate","ServerWeakenAmount","PurchasedServerLimit","PurchasedServerMaxRam","MultipleAugMultiplier","TorRouterCost","WSEAccountCost","TIXAPICost","MarketData4SCost","MarketDataTixApi4SCost","StockMarketCommission","HospitalCostPerHp","IntelligenceCrimeWeight","IntelligenceInfiltrationWeight","IntelligenceCrimeBaseExpGain","IntelligenceProgramBaseExpGain","IntelligenceGraftBaseExpGain","IntelligenceTerminalHackBaseExpGain","IntelligenceSingFnBaseExpGain","IntelligenceClassBaseExpGain","MillisecondsPer20Hours","GameCyclesPer20Hours","MillisecondsPer10Hours","GameCyclesPer10Hours","MillisecondsPer8Hours","GameCyclesPer8Hours","MillisecondsPer4Hours","GameCyclesPer4Hours","MillisecondsPer2Hours","GameCyclesPer2Hours","MillisecondsPerHour","GameCyclesPerHour","MillisecondsPerHalfHour","GameCyclesPerHalfHour","MillisecondsPerQuarterHour","GameCyclesPerQuarterHour","MillisecondsPerFiveMinutes","GameCyclesPerFiveMinutes","BaseFocusBonus","ClassDataStructuresBaseCost","ClassNetworksBaseCost","ClassAlgorithmsBaseCost","ClassManagementBaseCost","ClassLeadershipBaseCost","ClassGymBaseCost","ClassStudyComputerScienceBaseExp","ClassDataStructuresBaseExp","ClassNetworksBaseExp","ClassAlgorithmsBaseExp","ClassManagementBaseExp","ClassLeadershipBaseExp","CodingContractBaseFactionRepGain","CodingContractBaseCompanyRepGain","CodingContractBaseMoneyGain","AugmentationGraftingCostMult","AugmentationGraftingTimeBase","SoACostMult","SoARepMult","EntropyEffect","TotalNumBitNodes","InfiniteLoopLimit","Donations","LatestUpdate","ctor","constructors","fromJSON","obj","validationData","validateObject","Generic_toJSON","ctorName","index","Generic_fromJSON","txt","html","AlertEvents","emit","dangerouslySetInnerHTML","__html","component","htmlLocation","useStyles","makeStyles","createStyles","root","margin","spacing","flexGrow","padding","minHeight","boxSizing","width","uninitialized","Router","isInitialized","page","allowRouting","toActiveScripts","toAugmentations","toBitVerse","toBladeburner","toStats","toCity","toCorporation","toCreateProgram","toDevMenu","toFaction","toFactions","toGameOptions","toGang","toHacknetNodes","toInfiltration","toJob","toMilestones","toGrafting","toScriptEditor","toSleeves","toStockMarket","toTerminal","toTravel","toTutorial","toWork","toBladeburnerCinematic","toLocation","toStaneksGift","toAchievements","toThemeBrowser","toImportSave","GameRoot","classes","files","vim","setEditorOptions","useState","setPage","RecoveryMode","Page","Recovery","currentWork","Work","setRerender","augPage","setAugPage","faction","setFaction","isFactionWork","Factions","factionName","Faction","flume","setFlume","quick","setQuick","setLocation","Infiltration","Location","Job","cinematicText","setCinematicText","errorBoundaryKey","setErrorBoundaryKey","sidebarOpened","setSideBarOpened","importString","setImportString","importAutomatic","setImportAutomatic","ImportSave","allowRoutingCalls","setAllowRoutingCalls","rerender","old","killAllScripts","runningScripts","saveObject","saveGame","reload","softReset","installAugmentations","useEffect","ITutorialEvents","subscribe","ActiveScripts","Augmentations","Bladeburner","Stats","Corporation","CreateProgram","DevMenu","Options","Gang","Hacknet","Milestones","Grafting","options","ScriptEditor","Sleeves","StockMarket","Tutorial","City","gotoLocation","TravelAgency","Travel","calculateAchievements","BitVerse","BladeburnerCinematic","StaneksGift","Achievements","ThemeBrowser","base64save","automatic","_functions","filter","startsWith","forEach","_wrap","scrollTo","mainPage","withSidebar","withPopups","bypassGame","staneksGift","getCurrentServer","workerScripts","reactivateTutorial","prestigeAugmentation","iTutorialStart","stockMarket","loc","export","onExport","exportGame","forceKill","exportGameFn","installAugmentationsFn","content","ITutorial","isRunning","killScripts","display","flexDirection","onToggled","isOpened","className","unbuyable","color","palette","action","disabled","colors","Money","props","forPurchase","canAfford","defaultMultipliers","AllServers","isValidIPAddress","GetServerByHostname","ipserver","GetServerByIP","servers","DeleteServer","serverkey","ipExists","hostName","createUniqueRandomIp","createRandomIp","AddToAllServers","renameServer","newName","initForeignServers","homeComputer","networkLayers","toNumber","getRandomInt","metadata","serverMetadata","serverParams","maxRamExponent","pow","literature","messages","SpecialServers","WorldDaemon","WorldDaemonDifficulty","networkLayer","linkNetworkLayers","network1","selectServer","server1","server2","serversOnNetwork","getRandomArrayItem","arr","prestigeAllServers","member","loadAllServers","saveAllServers","excludeRunningScripts","TempAllServers","runningScriptObj","showMilli","totalSeconds","days","secondPerHours","secTruncDays","hours","secondPerMinute","secTruncHours","minutes","secTruncMinutes","milliTruncSec","seconds","longestCommonStart","strings","containsAllStrings","A","concat","sort","a1","a2","L","a","charAt","b","toUpperCase","substring","isString","formatNumber","num","numFractionDigits","toLocaleString","maximumFractionDigits","minimumFractionDigits","generateRandomString","chars","cyrb53","seed","h1","h2","ch","charCodeAt","imul","loadFactions","getInfo","err","factionExists","initFactions","FactionInfos","resetFaction","newFactionObject","favor","AddToFactions","KEY","KEYCODE","SoftwareCompanyPositions","ITCompanyPositions","SecurityEngineerCompanyPositions","NetworkEngineerCompanyPositions","BusinessCompanyPositions","SecurityCompanyPositions","AgentCompanyPositions","MiscCompanyPositions","SoftwareConsultantCompanyPositions","BusinessConsultantCompanyPositions","PartTimeCompanyPositions","lower","upper","AllCorporationStates","CorporationConstants","INITIALSHARES","SHARESPERPRICEUPDATE","IssueNewSharesCooldown","SellSharesCooldown","CyclesPerMarketCycle","CyclesPerIndustryStateCycle","SecsPerMarketCycle","Cities","Aevum","Chongqing","Sector12","NewTokyo","Ishima","Volhaven","WarehouseInitialCost","WarehouseInitialSize","WarehouseUpgradeBaseCost","OfficeInitialCost","OfficeInitialSize","OfficeUpgradeBaseCost","BribeThreshold","BribeToRepRatio","ProductProductionCostRatio","DividendMaxRate","EmployeeSalaryMultiplier","CyclesPerEmployeeRaise","EmployeeRaiseAmount","BaseMaxProducts","AllMaterials","AllIndustryTypes","AllUnlocks","AllUpgrades","AllResearch","FundingRoundShares","FundingRoundMultiplier","ValuationLength","Augmentation","params","info","moneyCost","repCost","prereqs","baseRepRequirement","freeze","baseCost","isSpecial","hacking","strength","defense","dexterity","agility","charisma","hacking_exp","strength_exp","defense_exp","dexterity_exp","agility_exp","charisma_exp","hacking_chance","hacking_speed","hacking_money","hacking_grow","company_rep","faction_rep","crime_money","crime_success","work_money","hacknet_node_money","hacknet_node_purchase_cost","hacknet_node_ram_cost","hacknet_node_core_cost","hacknet_node_level_cost","bladeburner_max_stamina","bladeburner_stamina_gain","bladeburner_analysis","bladeburner_success_chance","stats","programs","startingMoney","f","decimals","desc","generateStatsDescription","addToFactions","factionList","augmentations","getCost","augmentationReference","StaticAugmentations","NeuroFluxGovernor","nextLevel","getLevel","multiplier","AugmentationRepCost","AugmentationMoneyCost","queuedAugmentations","getBaseAugmentationPriceMultiplier","ShadowsOfAnarchy","soaAugmentationNames","initSoAAugmentations","map","augmentation","soaMultiplier","augmentationName","hasAugmentation","find","getGenericAugmentationPriceMultiplier","currLevel","level","addToAllFactions","fac","facObj","special","toJSON","modal","alignItems","justifyContent","paper","backgroundColor","background","default","border","primary","main","boxShadow","dark","maxWidth","maxHeight","overflow","scrollbarWidth","Modal","disableRestoreFocus","disableScrollLock","disableEnforceFocus","disableAutoFocus","open","onClose","closeAfterTransition","sx","in","children","HacknetNodeConstants","MoneyGainPerLevel","BaseCost","LevelBaseCost","RamBaseCost","CoreBaseCost","PurchaseNextMult","UpgradeLevelMult","UpgradeRamMult","UpgradeCoreMult","MaxLevel","MaxRam","MaxCores","PurchaseMultipliers","x1","x5","x10","MAX","HacknetServerConstants","HashesPerLevel","CacheBaseCost","PurchaseMult","UpgradeCacheMult","MaxServers","MaxCache","EmployeePositions","ActionTypes","Idle","Contract","Operation","BlackOp","BlackOperation","Training","Recruitment","FieldAnalysis","Diplomacy","iTutorialSteps","currStep","Start","stepIsDone","NSSelection","GoToCharacterPage","CharacterPage","CharacterGoToTerminalPage","TerminalIntro","TerminalHelp","TerminalLs","TerminalScan","TerminalScanAnalyze1","TerminalScanAnalyze2","TerminalConnect","TerminalAnalyze","TerminalNuke","TerminalManualHack","TerminalHackingMechanics","TerminalGoHome","TerminalCreateScript","TerminalTypeScript","TerminalFree","TerminalRunScript","TerminalGoToActiveScriptsPage","ActiveScriptsPage","ActiveScriptsToTerminal","TerminalTailScript","GoToHacknetNodesPage","HacknetNodesIntroduction","HacknetNodesGoToWorldPage","WorldDescription","TutorialPageInfo","End","iTutorialNextStep","iTutorialEnd","iTutorialPrevStep","getHomeComputer","handbook","LiteratureNames","HackersStartingHandbook","BaseServer","super","createRandomString","ServerStartingMoney","ServerMaxMoney","realDifficulty","ServerStartingSecurity","capDifficulty","changeMinimumSecurity","perc","changeMaximumMoney","aboveCap","amt","weaken","ServerWeakenRate","Context","React","createContext","Division","useCorporation","useContext","useDivision","Industries","Energy","Utilities","Agriculture","Fishing","Mining","Food","Tobacco","Chemical","Pharmaceutical","Computer","Robotics","Software","Healthcare","RealEstate","IndustryStartingCosts","IndustryDescriptions","corp","IndustryResearchTrees","getBaseResearchTreeCopy","getProductIndustryResearchTreeCopy","resetIndustryResearchTrees","LocationType","Programs","initPrograms","programsMetadata","Program","run","ClassType","Classes","StudyComputerScience","youAreCurrently","earnings","newWorkStats","hackExp","intExp","DataStructures","Networks","Algorithms","Management","chaExp","Leadership","GymStrength","strExp","GymDefense","defExp","GymDexterity","dexExp","GymAgility","agiExp","isClassWork","w","WorkType","CLASS","ClassWork","singularity","classType","Sector12RothmanUniversity","isGym","getClass","calculateRates","calculateClassEarningsRate","process","cycles","cyclesWorked","rate","applyWorkStats","sumWorkStats","finish","APICopy","hasHacknetServers","purchaseHacknet","numOwned","hacknetNodes","cost","getCostOfNextHacknetServer","loseMoney","createHacknetServer","updateHashManagerCapacity","getCostOfNextHacknetNode","node","HacknetNode","hasMaxNumberHacknetServers","calculateNodeCost","calculateServerCost","getMaxNumberLevelUpgrades","nodeObj","maxLevel","calculateLevelUpgradeCost","levelsToMax","curr","getMaxNumberRamUpgrades","calculateRamUpgradeCost","log2","ram","getMaxNumberCoreUpgrades","calculateCoreUpgradeCost","cores","getMaxNumberCacheUpgrades","calculateCacheUpgradeCost","cache","purchaseLevelUpgrade","levels","sanitizedLevels","isServer","upgradeLevel","purchaseRamUpgrade","upgradeRam","purchaseCoreUpgrade","upgradeCore","purchaseCacheUpgrade","upgradeCache","processHacknetEarnings","numCycles","hashManager","HashManager","hashes","hserver","updateHashRate","h","wastedHashes","storeHashes","upgrade","HashUpgrades","processAllHacknetServerEarnings","total","processSingleHacknetNodeEarnings","processAllHacknetNodeEarnings","totalEarnings","nodes","updateCapacity","hashCapacity","purchaseHashUpgrade","upgName","upgTarget","count","upg","corporation","refundUpgrade","funds","target","division","divisions","sciResearch","qty","bladeburner","changeRank","skillPoints","generateRandomContract","NewIndustry","industry","Industry","NewCity","offices","OfficeSpace","size","UnlockUpgrade","price","unlockUpgrades","unlock","LevelUpgrade","basePrice","priceMult","upgrades","IssueDividends","dividendRate","SellMaterial","mat","temp","bCost","eval","sCost","q","tempQty","maxsll","prd","sllman","SellProduct","product","all","cities","tempCity","SetSmartSupply","warehouse","smartSupply","smartSupplyEnabled","SetSmartSupplyUseLeftovers","material","useLeftover","smartSupplyUseLeftovers","BuyMaterial","buy","BulkPurchase","matSize","MaterialSizes","maxAmount","sizeUsed","SellShares","numShares","public","shareSaleCooldown","stockSaleResults","calculateShareSale","profit","newSharePrice","newSharesUntilUpdate","issuedShares","sharePrice","shareSalesUntilPriceUpdate","BuyBackShares","buybackPrice","AssignJob","office","employeeName","job","employee","employees","checkEnum","assignSingleJob","AutoAssignJob","autoAssignJob","UpgradeOfficeSize","initialPriceMult","mult","BuyCoffee","getCoffeeCost","setCoffee","ThrowParty","costPerEmployee","setParty","PurchaseWarehouse","warehouses","Warehouse","UpgradeWarehouseCost","from","reduce","acc","UpgradeWarehouse","sizeUpgradeCost","updateSize","HireAdVert","getAdVertCost","applyAdVert","MakeProduct","productName","designInvest","marketingInvest","makesProducts","maxProducts","hasResearch","products","Product","trim","createCity","designCost","advCost","Research","researchName","researchTree","getAllNodes","research","ResearchMap","researched","ExportMaterial","divisionName","cityName","sanitizedAmt","isRelevantMaterial","exportObj","ind","exp","CancelExportMaterial","LimitProductProduction","prdman","LimitMaterialProduction","SetMaterialMarketTA1","on","marketTa1","SetMaterialMarketTA2","marketTa2","SetProductMarketTA1","SetProductMarketTA2","BlackOperationNames","BladeburnerConstants","CityNames","CyclesPerSecond","StaminaGainPerSecond","BaseStaminaLoss","MaxStaminaToGainFactor","DifficultyToTimeFactor","DiffMultExponentialFactor","DiffMultLinearFactor","EffAgiLinearFactor","EffDexLinearFactor","EffAgiExponentialFactor","EffDexExponentialFactor","BaseRecruitmentTimeNeeded","PopulationThreshold","PopulationExponent","ChaosThreshold","BaseStatGain","BaseIntGain","ActionCountGrowthPeriod","RankToFactionRepFactor","RankNeededForFaction","ContractSuccessesPerLevel","OperationSuccessesPerLevel","RanksPerSkillPoint","ContractBaseMoneyGain","HrcHpGain","HrcStaminaGain","FragmentType","Effect","tpe","HackingChance","HackingSpeed","HackingMoney","HackingGrow","Hacking","Strength","Defense","Dexterity","Agility","Charisma","HacknetMoney","HacknetCost","Rep","WorkMoney","Crime","StatsRow","cellNone","style","align","PositionTypes","borderBottom","small","TableCell","Table","removeLeadingSlash","removeTrailingSlash","endsWith","isValidFilename","isValidDirectoryName","isValidDirectoryPath","path","t_path","dirs","dir","isValidFilePath","fnSeparator","getFirstParentDirectory","getAllParentDirectories","lastSlash","getDestinationFilepath","destination","source","cwd","dstDir","evaluateDirectoryPath","fileName","getFileName","isInRootDirectory","currPath","reconstructedPath","pop","evaluateFilePath","areFilesEqual","f0","f1","areImportsEquals","Companies","initCompanies","oldCompanies","companiesMetadata","Company","companyName","company","loadCompanies","AllGangs","SlumSnakes","power","Tetrads","TheSyndicate","TheDarkArmy","SpeakersForTheDead","NiteSec","TheBlackHand","resetGangs","loadAllGangs","ToastVariant","snackbar","zIndex","logBoxBaseZIndex","alignSelf","SnackbarProvider","dense","maxSnack","anchorOrigin","horizontal","vertical","autoHideDuration","containerRoot","SnackbarEvents","EventEmitter","Snackbar","enqueueSnackbar","closeSnackbar","useSnackbar","variant","duration","id","severity","k","onClick","Crimes","Shoplift","CrimeType","SHOPLIFT","dexterity_success_weight","agility_success_weight","RobStore","ROB_STORE","hacking_success_weight","intelligence_exp","Mug","MUG","strength_success_weight","defense_success_weight","Larceny","LARCENY","DealDrugs","DRUGS","charisma_success_weight","BondForgery","BOND_FORGERY","TraffickArms","TRAFFIC_ARMS","Homicide","HOMICIDE","kills","GrandTheftAuto","GRAND_THEFT_AUTO","Kidnap","KIDNAP","Assassination","ASSASSINATION","Heist","HEIST","trusted","event","isTrusted","Home","FulcrumSecretTechnologies","CyberSecServer","NiteSecServer","TheBlackHandServer","BitRunnersServer","TheDarkArmyServer","DaedalusServer","DarkWeb","reputation","w0","w1","scaleWorkStats","scaleMoney","workStats","expStats","applyWorkStatsExp","gains","gainStrengthExp","gainDefenseExp","gainDexterityExp","gainAgilityExp","gainCharismaExp","init","t_homeComp","safelyCreateUniqueServer","adminRights","currentServer","NukeProgram","skills","purchasedServers","factionInvitations","numSleeves","sleevesFromCovenant","sleeves","Sleeve","sleeve","shock","synchronize","shockRecovery","lastUpdate","Date","getTime","moneySourceA","reset","prestige","reapplyAllAugmentations","current","finishWork","prestigeSourceFile","karma","sync","hasWseAccount","hasTixApiAccess","has4SData","has4SDataTixApi","moneySourceB","receiveInvite","calculateSkillProgress","calculateSkillProgressF","hasProgram","programName","home","toLowerCase","setMoney","recordMoneySource","MoneySourceTracker","record","startFocusing","focus","stopFocusing","takeDamage","hospitalize","getHospitalizationCost","SUCCESS","applyForJob","entryPosType","sing","pos","isQualified","getJobRequirementText","hasPosition","nextPos","getNextCompanyPositionHelper","reqText","getNextCompanyPosition","currCompany","currentPositionName","currentPosition","CompanyPositions","isSoftwareJob","isITJob","isBusinessJob","isSecurityEngineerJob","isNetworkEngineerJob","isSecurityJob","isAgentJob","isSoftwareConsultantJob","isBusinessConsultantJob","isPartTimeJob","quitJob","isCompanyWork","isSleeveCompanyWork","stopWork","hasJob","Boolean","applyForSoftwareJob","posNames","applyForSoftwareConsultantJob","applyForItJob","applyForSecurityEngineerJob","applyForNetworkEngineerJob","applyForBusinessJob","applyForBusinessConsultantJob","applyForSecurityJob","applyForAgentJob","applyForEmployeeJob","position","applyForPartTimeEmployeeJob","applyForWaiterJob","applyForPartTimeWaiterJob","offset","jobStatReqOffset","reqHacking","requiredHacking","reqStrength","requiredStrength","reqDefense","requiredDefense","reqDexterity","requiredDexterity","reqAgility","reqCharisma","requiredCharisma","playerReputation","requiredReputation","resetMultipliers","playerAug","applyAugmentation","updateSkillLevels","reapplyAllSourceFiles","sourceFiles","srcFileKey","SourceFiles","applySourceFile","applyExploit","checkForFactionInvitations","invitedFactions","numAugmentations","allCompanies","allPositions","checkMegacorpRequirements","serverMeta","specialName","bonus","getCompanyRep","illuminatiFac","Illuminati","isBanned","isMember","alreadyInvited","daedalusFac","Daedalus","DaedalusAugsRequirement","covenantFac","TheCovenant","ecorpFac","ECorp","AevumECorp","megacorpFac","MegaCorp","Sector12MegaCorp","bachmanandassociatesFac","BachmanAssociates","AevumBachmanAndAssociates","bladeindustriesFac","BladeIndustries","Sector12BladeIndustries","nwoFac","NWO","VolhavenNWO","clarkeincorporatedFac","ClarkeIncorporated","AevumClarkeIncorporated","omnitekincorporatedFac","OmniTekIncorporated","VolhavenOmniTekIncorporated","foursigmaFac","FourSigma","Sector12FourSigma","kuaigonginternationalFac","KuaiGongInternational","ChongqingKuaiGongInternational","fulcrumsecrettechonologiesFac","fulcrumSecretServer","AevumFulcrumTechnologies","bitrunnersFac","BitRunners","bitrunnersServer","theblackhandFac","blackhandServer","nitesecFac","nitesecServer","chongqingFac","sector12Fac","newtokyoFac","aevumFac","ishimaFac","volhavenFac","speakersforthedeadFac","Sector12CIA","Sector12NSA","thedarkarmyFac","thesyndicateFac","silhouetteFac","Silhouette","tetradsFac","slumsnakesFac","netburnersFac","Netburners","totalHacknetRam","totalHacknetCores","totalHacknetLevels","tiandihuiFac","TianDiHui","cybersecFac","CyberSec","cybersecServer","setBitNodeNumber","queueAugmentation","aug","PlayerOwnedAugmentation","gainCodingContractReward","reward","difficulty","CodingContractRewardType","FactionReputation","FactionReputationAll","repGain","totalGain","specialFactions","Bladeburners","gainPerFaction","facName","CompanyReputation","moneyGain","CodingContractMoney","travel","to","Locations","canAccessGrafting","giveExploit","exploit","giveAchievement","achievementId","achievement","achievements","ID","unlockedOn","Name","getCasinoWinnings","casino","canAccessCotMG","sf","lvl","focusPenalty","NeuroreceptorManager","updateHashCapacity","costMult","onlineTimeSeconds","hashRate","totalHashesGenerated","prodMult","runScript","updateRamUsed","calculateHashGainRate","validScriptExtensions","isScriptFilename","some","ext","Orders","storedCycles","ticksUntilCycle","SymbolToStockMap","placeOrder","shares","Stock","order","Order","symbol","orders","stk","processOrderRefs","symbolToStockMap","processOrders","cancelOrder","stockOrders","stockSymbol","orderTxt","loadStockMarket","deleteStockMarket","initStockMarket","InitStockMetadata","TicksPerCycle","initSymbolToStockMap","entries","StockSymbols","cyclesPerStockUpdate","processStockPrices","timeNow","flipForecastForecast","stockMarketCycle","av","mv","chc","otlkMag","cap","changePrice","OrderTypes","LimitBuy","Short","LimitSell","Long","StopBuy","StopSell","otlkMagChange","cycleForecast","cycleForecastForecast","shareTxUntilMovement","shareTxForMovement","initStockMarketFn","person","difficultyMult","skillMult","chance","calculateIntelligenceBonus","intelligence","expGain","HackExpGain","percentMoneyHacked","ScriptHackMoney","skillFactor","calculateGrowTime","calculateWeakenTime","inviteToFaction","InvitationEvent","joinFaction","allFactions","factionInfo","enemy","enemies","hasAugmentationPrereqs","purchaseAugmentation","hasPrereqs","augCosts","queuedAugmentation","req","processPassiveFactionRepGain","offersWork","getGangName","favorMult","hRep","getHackingWorkRepGain","sRep","getFactionSecurityWorkRepGain","fRep","getFactionFieldWorkRepGain","FactionPassiveRepGain","getFactionAugmentationsFiltered","hasGangWith","augs","CongruityImplant","TheRedPill","rng","SFC32RNG","uniqueFilter","GangUniqueAugs","BitburnerSaveObject","getSaveString","PlayerSave","AllServersSave","CompaniesSave","FactionsSave","AliasesSave","Aliases","GlobalAliasesSave","GlobalAliases","StockMarketSave","SettingsSave","VersionSave","LastExportBonus","ExportBonus","StaneksGiftSave","AllGangsSave","btoa","unescape","encodeURIComponent","emitToastEvent","savedOn","lastSave","saveData","playerIdentifier","identifier","getSaveFileName","pushGameSaved","INFO","catch","isRecovery","epochTime","now","bn","download","importGame","base64Save","getImportStringFromFile","file","reader","FileReader","promise","onload","readAsText","newSave","parsedSave","atob","base64","importedPlayer","playerData","bitNode","bitNodeLevel","loadGame","navigator","userAgent","setInterval","decodeURIComponent","escape","saveObj","loadStaneksGift","loadAliases","loadGlobalAliases","ver","anyPlayer","companyPosition","positionName","companyPositions","changes","convert","code","change","v1APIBreak","AwardNFG","revenue","expenses","lastCycleRevenue","lastCycleExpenses","thisCycleRevenue","thisCycleExpenses","Sector12JoesGuns","resleeves","contract","contracts","v22PlayerBreak","ownedNFGs","newNFG","nfg","darkweb","pushProgram","graft","v2APIBreak","removePlayerFields","removeSleeveFields","field","anySleeve","evaluateVersionCompatibility","href","createNewUpdateText","Blob","document","createElement","URL","createObjectURL","body","appendChild","click","removeChild","revokeObjectURL","applySleeveGains","rawStats","shockedStats","shockBonus","syncStats","syncBonus","predefined","getPredefinedThemes","zeros","height","array","fill","calculateGrid","gift","newgrid","fragmentAt","IshimaStormTechnologies","NewTokyoDefComm","VolhavenHeliosLabs","NewTokyoVitaLife","Sector12IcarusMicrosystems","Sector12UniversalEnergy","AevumAeroCorp","VolhavenOmniaCybersystems","ChongqingSolarisSpaceSystems","NewTokyoGlobalPharmaceuticals","IshimaNovaMedical","AevumWatchdogSecurity","VolhavenLexoCorp","AevumRhoConstruction","Sector12AlphaEnterprises","VolhavenSysCoreSecurities","VolhavenCompuTek","AevumNetLinkTechnologies","IshimaOmegaSoftware","Sector12FoodNStuff","companyPositionMetadata","CompanyPosition","FactionWorkType","Exploit","names","Bypass","EditSaveFile","PrototypeTampering","TimeCompression","Unclickable","UndocumentedFunctionCall","RealityAlteration","N00dles","YoureNotMeantToAccessThis","TrueRecursion","INeedARainbow","ExploitName","Set","initAugmentations","resetFactionAugmentations","clearObject","initNeuroFluxGovernor","initUnstableCircadianModulator","initGeneralAugmentations","initBladeburnerAugmentations","ChurchOfTheMachineGod","initChurchOfTheMachineGodAugmentations","resetAugmentation","augmentationExists","AddToStaticAugmentations","reapply","staticAugmentation","mergeMultipliers","applyEntropy","ownedNfg","pAug","ownedAug","force","augmentationList","nfgIndex","isRepeatableAug","MoneyRate","CodingContractType","gen","solver","diff","numTries","generate","CodingContractTypes","md","codingContractTypesMetadata","CodingContractResult","CodingContract","getData","getDescription","getDifficulty","getMaxNumTries","getType","isSolution","solution","Cancelled","onAttempt","val","Success","Failure","CodingContractEvent","Fragments","Fragment","shape","limit","fullAt","rotation","sy","mx","my","qx","qy","neighbors","candidates","add","coord","cells","candidate","cell","copy","FragmentById","fragment","_","X","Shapes","S","Z","T","I","J","O","Booster","NoneFragment","None","DeleteFragment","Delete","uuidv4","uuid","subscribers","sub","base","inherit","common","accent","bg","fg","syntax","tag","entity","regexp","markup","keyword","comment","constant","ui","panel","selected","selection","colorRegExp","sanitizeTheme","repairBlock","block","makeTheme","themeRules","token","foreground","themeColors","fromEntries","rules","async","loadThemes","monaco","editor","defineTheme","fontStyle","Adjuster","setValue","label","placeholder","subtract","tons","onChange","InputProps","startAdornment","title","transform","endAdornment","OptionSwitch","checked","text","tooltip","control","upArrowSymbol","downArrowSymbol","leftArrowSymbol","rightArrowSymbol","getArrow","UP_ARROW","W","LEFT_ARROW","DOWN_ARROW","RIGHT_ARROW","D","getInverseArrow","getActionTimePenalty","getChaosCompetencePenalty","getChaosDifficultyBonus","makeNode","Node","createBaseResearchTreeNodes","rootNode","autoBrew","autoParty","autoDrugs","bulkPurchasing","cph4","drones","dronesAssembly","dronesTransport","goJuice","hrRecruitment","hrTraining","joywire","marketta1","marketta2","overclock","scAssemblers","stimu","addChild","baseResearchTree","ResearchTree","setRoot","upgradeFulcrum","upgradeCapacity1","upgradeCapacity2","upgradeDashboard","numCycleForGrowth","growth","ajdGrowthRate","serverGrowthPercentage","coreBonus","ServerGrowthRate","numCycleForGrowthCorrected","targetMoney","startMoney","adjGrowthRate","exponentialBase","coreMultiplier","threadMultiplier","ey","bt","corr","bct","opc","fca","cca","processSingleServerGrowth","calculateServerGrowth","oldMoneyAvailable","isValidNumber","usedCycles","prestigeHomeComputer","homeComp","hasBitflume","BitFlume","updateRamUsage","getServerOnNetwork","isBackdoorInstalled","MoneyCost","SkillNames","BladesIntuition","Cloak","Marksman","WeaponProficiency","ShortCircuit","DigitalObserver","Tracer","Overclock","Reaper","EvasiveSystem","Datamancer","CybersEdge","HandsOfMidas","Hyperdrive","rep","Reputation","useGang","BitNode","BitNodes","initBitNodes","HackingLevelMultiplier","StrengthLevelMultiplier","DefenseLevelMultiplier","DexterityLevelMultiplier","AgilityLevelMultiplier","CharismaLevelMultiplier","HomeComputerRamCost","PurchasedServerCost","PurchasedServerSoftcap","CompanyWorkMoney","CrimeMoney","HacknetNodeMoney","ClassGymExpGain","CompanyWorkExpGain","CrimeExpGain","FactionWorkExpGain","FactionWorkRepGain","RepToDonateToFaction","InfiltrationMoney","InfiltrationRep","FourSigmaMarketDataCost","FourSigmaMarketDataApiCost","CorporationValuation","CorporationSoftcap","BladeburnerRank","BladeburnerSkillCost","GangSoftcap","StaneksGiftPowerMultiplier","StaneksGiftExtraSize","getBitNodeMultipliers","inc","dec","initBitNodeMultipliers","defaultConstructorParams","initPrice","marketCap","spreadPerc","range","divisor","lastPrice","playerShares","playerAvgPx","playerShortShares","playerAvgShortPx","otlkMagForecast","getAbsoluteForecast","totalSharesUnrounded","totalShares","maxShares","changeForecastForecast","newff","newPrice","changeAmt","increaseChance","getForecastIncreaseChance","getAskPrice","getBidPrice","influenceForecast","influenceForecastForecast","startingLevel","extraLevels","totalMultiplier","startingRam","totalCost","numUpgrades","currentRam","startingCores","currentCores","startingCache","currentCache","killWorkerScript","stopAndCleanUpWorkerScript","killWorkerScriptByPid","clearTimeout","atExit","rs","delete","AddRecentScript","WorkerScriptStartStopEventEmitter","removeWorkerScript","printAliases","print","parseAliasDeclaration","global","matches","addGlobalAlias","addAlias","getAlias","getGlobalAlias","removeAlias","substituteAliases","origCommand","commandArray","somethingSubstituted","depth","alias","constructLocation","asciiArt","LocationsMetadata","addLocation","layerCounter","LogBoxEvents","LogBoxCloserEvents","LogBoxClearEvents","LogBoxPositionEvents","LogBoxSizeEvents","LogBoxManager","closePid","LogWindow","close","overflowY","overflowX","whiteSpace","wordWrap","titleButton","draggableRef","useRef","rootRef","setScript","container","setSize","minimized","setMinimized","setPosition","state","kill","startWorkerScript","updateLayer","full","maxLength","minimize","innerWidth","innerHeight","clearInterval","addEventListener","onWindowResize","removeEventListener","debounce","isOnScreen","bounds","getBoundingClientRect","right","bottom","left","top","outerWidth","minConstraints","handle","onDrag","MouseEvent","clientX","clientY","ref","onMouseDown","flexFlow","minWidth","welllight","onResize","cursor","fontSize","marginRight","textOverflow","has","onTouchEnd","Literature","CopyableText","setOpen","copyText","select","setSelectionRange","execCommand","ThemeEvents","refreshTheme","createTheme","combat","cha","int","backgroundprimary","backgroundsecondary","button","successlight","success","successdark","white","black","light","primarylight","primarydark","secondary","secondarylight","secondarydark","errorlight","errordark","infolight","infodark","warning","warninglight","warningdark","well","typography","fontFamily","textTransform","components","MuiInputBase","styleOverrides","input","userSelect","MuiInput","borderBottomColor","underline","MuiInputLabel","MuiButtonGroup","MuiButton","borderRadius","MuiSelect","icon","defaultProps","MuiTextField","MuiTypography","lineHeight","MuiMenu","list","MuiMenuItem","MuiAccordionSummary","MuiAccordionDetails","MuiIconButton","MuiTooltip","disableInteractive","MuiSlider","valueLabel","MuiDrawer","paperAnchorDockedLeft","borderRight","MuiDivider","MuiFormControlLabel","MuiSwitch","switchBase","track","MuiPaper","MuiTablePagination","selectLabel","displayedRows","MuiTab","textColorPrimary","MuiTabs","scrollButtons","opacity","TabIndicatorProps","MuiAlert","standardSuccess","standardError","standardWarning","standardInfo","TTheme","injectFirst","Map","Water","Plants","Metal","Hardware","Chemicals","Drugs","Robots","AICores","calculateSkill","calculateExp","skill","currentSkill","nextSkill","baseExperience","nextExperience","progress","currentExperience","remainingExperience","experience","UpgradeType","gangMemberUpgradesMetadata","def","upgType","Weapon","dex","agi","Armor","Vehicle","Rootkit","GangConstants","GangRespectToReputationRatio","MaximumGangMembers","CyclesPerTerritoryAndPowerUpdate","AscensionMultiplierRatio","Names","GangKarmaRequirement","prestigeWorkerScripts","clear","startNetscript2Script","getScript","loadedModule","compile","vars","startNetscript1Script","errorToThrow","codeWithImports","codeLineOffset","interpreter","importProcessingRes","ast","ecmaVersion","allowReserved","sourceType","generatedCode","hasImports","walksimple","ImportDeclaration","scriptName","scriptAst","specifiers","namespace","local","fnNames","fnDeclarations","FunctionDeclaration","fnsToImport","lineOffset","linesRemoved","processNetscript1Imports","Interpreter","wrapNS1Layer","intLayer","nsLayer","entry","wrapper","callback","pseudoToNative","nativeToPseudo","setProperty","createAsyncFunction","properties","more","step","parent","createAndAddWorkerScript","oneRamUsage","getRamUsageFromRunningScript","roundToTwo","generateNextPid","NetscriptFunctions","updateOnlineScriptTimes","loadAllRunningScripts","skipScriptLoad","markUpdated","scriptCalculateOfflineProduction","runScriptFromScript","ramAvailable","RunningScript","m0","m1","scaleMultipliers","getPurchaseServerCost","sanitizedRam","isPowerOfTwo","sign","getPurchaseServerMaxRam","getPurchasedServerUpgradeCost","upgradePurchasedServer","renamePurchasedServer","next","getPurchaseServerLimit","clz32","purchaseServer","newServ","purchaseRamForHomeComputer","getUpgradeHomeRamCost","buyStock","opts","suppressDialog","totalPrice","getBuyTransactionCost","origTotal","newTotal","processTransactionForecastMovement","rerenderFn","resultTxt","sellStock","getSellTransactionGain","netProfit","shortStock","sellShort","origCost","win","reachedLimit","reached","calculateWantedPenalty","calculateRespectGain","task","baseRespect","statWeight","strWeight","defWeight","dexWeight","agiWeight","chaWeight","territoryMult","territoryPenalty","respectMult","calculateWantedLevelGain","baseWanted","wanted","calc","calculateMoneyGain","baseMoney","calculateAscensionPointsGain","calculateAscensionMult","points","RFAMessage","method","isFileData","pf","isFileLocation","isFileServer","GameTimer","setV","totalMillis","ignoreAugment_WKSharmonizer","WKSharmonizer","millis","intervalId","onExpire","noPaper","mb","DarkWebItems","initDarkWebItems","BruteSSHProgram","DarkWebItem","FTPCrackProgram","RelaySMTPProgram","HTTPWormProgram","SQLInjectProgram","ServerProfiler","DeepscanV1","DeepscanV2","AutolinkProgram","AutoLink","FormulasProgram","Formulas","calculateMoneyGainRate","startingCore","sanitizedCores","coreBaseCost","interpolate","settings","lerpD","lerp","Trivial","Normal","Hard","Impossible","KeyHandler","press","onKeyDown","FACTION","FactionWork","factionWorkType","HACKING","getFaction","getReputationRate","focusBonus","calculateFactionRep","getExpRates","calculateFactionExp","Hashes","updateMoneyGainRate","gain","moneyGainRatePerSecond","totalMoneyGenerated","minMax","CalculateShareMult","TextFile","append","read","show","write","getTextFile","textFiles","createTextFile","Skills","Skill","costInc","successChanceAll","successChanceStealth","successChanceKill","successChanceOperation","successChanceContract","maxLvl","actionTime","effStr","effDef","effDex","effAgi","successChanceEstimate","stamina","GangMemberUpgrades","GangMemberUpgrade","RamCostConstants","ScriptBaseRamCost","ScriptDomRamCost","ScriptCorporationRamCost","ScriptHackRamCost","ScriptHackAnalyzeRamCost","ScriptGrowRamCost","ScriptGrowthAnalyzeRamCost","ScriptWeakenRamCost","ScriptWeakenAnalyzeRamCost","ScriptScanRamCost","ScriptRecentScriptsRamCost","ScriptPortProgramRamCost","ScriptRunRamCost","ScriptExecRamCost","ScriptSpawnRamCost","ScriptScpRamCost","ScriptKillRamCost","ScriptHasRootAccessRamCost","ScriptGetHostnameRamCost","ScriptGetHackingLevelRamCost","ScriptGetMultipliersRamCost","ScriptGetServerRamCost","ScriptGetServerMaxRam","ScriptGetServerUsedRam","ScriptFileExistsRamCost","ScriptIsRunningRamCost","ScriptHacknetNodesRamCost","ScriptHNUpgLevelRamCost","ScriptHNUpgRamRamCost","ScriptHNUpgCoreRamCost","ScriptGetStockRamCost","ScriptBuySellStockRamCost","ScriptGetPurchaseServerRamCost","ScriptPurchaseServerRamCost","ScriptGetPurchasedServerLimit","ScriptGetPurchasedServerMaxRam","ScriptRoundRamCost","ScriptReadWriteRamCost","ScriptArbScriptRamCost","ScriptGetScriptRamCost","ScriptGetRunningScriptRamCost","ScriptGetHackTimeRamCost","ScriptGetFavorToDonate","ScriptCodingContractBaseRamCost","ScriptSleeveBaseRamCost","ScriptClearTerminalCost","ScriptSingularityFn1RamCost","ScriptSingularityFn2RamCost","ScriptSingularityFn3RamCost","ScriptGangApiBaseRamCost","ScriptBladeburnerApiBaseRamCost","ScriptStanekWidth","ScriptStanekHeight","ScriptStanekCharge","ScriptStanekFragmentDefinitions","ScriptStanekPlacedFragments","ScriptStanekClear","ScriptStanekCanPlace","ScriptStanekPlace","ScriptStanekFragmentAt","ScriptStanekDeleteAt","ScriptInfiltrationCalculateDifficulty","ScriptInfiltrationCalculateRewards","ScriptInfiltrationGetLocations","ScriptInfiltrationGetInfiltrations","ScriptStanekAcceptGift","SF4Cost","sf4","RamCosts","getMaterialNames","getIndustryTypes","getUnlockables","getUpgradeNames","getResearchNames","createCorporation","hasUnlockUpgrade","getUnlockUpgradeCost","getUpgradeLevel","getUpgradeLevelCost","getExpandIndustryCost","getExpandCityCost","getInvestmentOffer","acceptInvestmentOffer","goPublic","bribe","getCorporation","getDivision","expandIndustry","expandCity","unlockUpgrade","levelUpgrade","issueDividends","buyBackShares","sellShares","getBonusTime","sellMaterial","sellProduct","discontinueProduct","setSmartSupply","setSmartSupplyUseLeftovers","buyMaterial","bulkPurchase","getWarehouse","getProduct","getMaterial","setMaterialMarketTA1","setMaterialMarketTA2","setProductMarketTA1","setProductMarketTA2","exportMaterial","cancelExportMaterial","purchaseWarehouse","upgradeWarehouse","makeProduct","limitMaterialProduction","limitProductProduction","getPurchaseWarehouseCost","getUpgradeWarehouseCost","hasWarehouse","assignJob","hireEmployee","upgradeOfficeSize","throwParty","buyCoffee","hireAdVert","getOffice","getEmployee","getHireAdVertCost","getHireAdVertCount","getResearchCost","hasResearched","setAutoJobAssignment","getOfficeSizeUpgradeCost","hacknet","numNodes","purchaseNode","getPurchaseNodeCost","getNodeStats","getLevelUpgradeCost","getRamUpgradeCost","getCoreUpgradeCost","getCacheUpgradeCost","numHashes","hashCost","spendHashes","maxNumNodes","getHashUpgrades","getHashUpgradeLevel","getStudyMult","getTrainingMult","hasWSEAccount","hasTIXAPIAccess","has4SDataTIXAPI","getSymbols","getPrice","getPosition","getMaxShares","getPurchaseCost","getSaleGain","buyShort","getOrders","getVolatility","getForecast","purchase4SMarketData","purchase4SMarketDataTixApi","purchaseWseAccount","purchaseTixApi","universityCourse","gymWorkout","travelToCity","goToLocation","purchaseTor","purchaseProgram","connect","manualHack","installBackdoor","getDarkwebProgramCost","getDarkwebPrograms","isBusy","stopAction","upgradeHomeRam","upgradeHomeCores","getUpgradeHomeCoresCost","workForCompany","applyToCompany","getCompanyFavor","getCompanyFavorGain","checkFactionInvitations","workForFaction","getFactionRep","getFactionFavor","getFactionFavorGain","donateToFaction","createProgram","commitCrime","getCrimeChance","getCrimeStats","getOwnedAugmentations","getOwnedSourceFiles","getAugmentationsFromFaction","getAugmentationCost","getAugmentationPrereq","getAugmentationPrice","getAugmentationBasePrice","getAugmentationRepReq","getAugmentationStats","isFocused","setFocus","exportGameBonus","b1tflum3","destroyW0r1dD43m0n","getCurrentWork","createGang","inGang","getMemberNames","getGangInformation","getOtherGangInformation","getMemberInformation","canRecruitMember","recruitMember","getTaskNames","getTaskStats","setMemberTask","getEquipmentNames","getEquipmentCost","getEquipmentType","getEquipmentStats","purchaseEquipment","ascendMember","getAscensionResult","setTerritoryWarfare","getChanceToWinClash","getContractNames","getOperationNames","getBlackOpNames","getBlackOpRank","getGeneralActionNames","getSkillNames","startAction","stopBladeburnerAction","getCurrentAction","getActionTime","getActionCurrentTime","getActionEstimatedSuccessChance","getActionRepGain","getActionCountRemaining","getActionMaxLevel","getActionCurrentLevel","getActionAutolevel","setActionAutolevel","setActionLevel","getRank","getSkillPoints","getSkillLevel","getSkillUpgradeCost","upgradeSkill","getTeamSize","setTeamSize","getCityEstimatedPopulation","getCityCommunities","getCityChaos","getCity","switchCity","getStamina","joinBladeburnerFaction","joinBladeburnerDivision","infiltration","getPossibleLocations","getInfiltration","codingcontract","attempt","getContractType","getNumTriesRemaining","createDummyContract","getContractTypes","getNumSleeves","setToShockRecovery","setToSynchronize","setToCommitCrime","setToUniversityCourse","setToCompanyWork","setToFactionWork","setToGymWorkout","getSleeveStats","getTask","getInformation","getSleeveAugmentations","getSleevePurchasableAugs","purchaseSleeveAug","setToBladeburnerAction","getSleeveAugmentationPrice","getSleeveAugmentationRepReq","stanek","giftWidth","giftHeight","chargeFragment","fragmentDefinitions","activeFragments","clearGift","canPlaceFragment","placeFragment","getFragment","removeFragment","acceptGift","getTheme","setTheme","resetTheme","getStyles","setStyles","resetStyles","getGameInfo","clearTerminal","windowSize","grafting","getAugmentationGraftPrice","getAugmentationGraftTime","getGraftableAugmentations","graftAugmentation","sprintf","vsprintf","scan","hackAnalyzeThreads","hackAnalyze","hackAnalyzeSecurity","hackAnalyzeChance","sleep","asleep","share","getSharePower","grow","growthAnalyze","growthAnalyzeSecurity","weakenAnalyze","printf","tprint","tprintf","clearLog","disableLog","enableLog","isLogEnabled","getScriptLogs","nuke","brutessh","ftpcrack","relaysmtp","httpworm","sqlinject","exec","spawn","killall","exit","scp","ls","ps","getRecentScripts","hasRootAccess","getHostname","getHackingLevel","getHackingMultipliers","getHacknetMultipliers","getServerMoneyAvailable","getServerSecurityLevel","getServerBaseSecurityLevel","getServerMinSecurityLevel","getServerRequiredHackingLevel","getServerMaxMoney","getServerGrowth","getServerNumPortsRequired","getServerRam","getServerMaxRam","getServerUsedRam","serverExists","fileExists","getPurchasedServerLimit","getPurchasedServerMaxRam","getPurchasedServerCost","deleteServer","getPurchasedServers","tryWritePort","peek","writePort","readPort","getPortHandle","rm","scriptRunning","scriptKill","getScriptName","getScriptRam","getHackTime","getGrowTime","getWeakenTime","getTotalScriptIncome","getScriptIncome","getTotalScriptExpGain","getScriptExpGain","nFormat","tFormat","getTimeSinceLastAug","prompt","wget","getFavorToDonate","getPlayer","tail","toast","moveTail","resizeTail","closeTail","clearPort","openDevMenu","alert","flags","bypass","alterReality","rainbow","heart","break","formulas","mockServer","mockPlayer","calculateFavorToRep","calculateRepToFavor","repFromDonation","hackPercent","growPercent","hackTime","growTime","weakenTime","moneyGainRate","levelUpgradeCost","ramUpgradeCost","coreUpgradeCost","hacknetNodeCost","constants","hacknetServers","hashGainRate","cacheUpgradeCost","hashUpgradeCost","hacknetServerCost","wantedPenalty","respectGain","wantedLevelGain","ascensionPointsGain","ascensionMultiplier","work","crimeGains","classGains","factionGains","getRamCost","currType","posType","firstShares","remainingShares","numIterations","forecastChange","forecastForecastChange","calculateBuyMaxAmount","isLong","remainingMoney","currPrice","getStockMarket4SDataCost","getStockMarket4STixApiCost","getStockMarketWseCost","getStockMarketTixApiCost","NumberInput","textProps","GangMemberTasks","gangMemberTasksMetadata","isHacking","isCombat","HashUpgradesMetadata","HashUpgrade","Output","formatTime","RawOutput","raw","Link","dashes","TTimer","timeLeft","createProgressBarText","derived","totalTicks","bars","ConfirmationModal","confirmationText","onConfirm","additionalButton","hash","__COMMIT_HASH__","gameCPS","calculateCost","classs","discount","calculateClassEarnings","locationName","hashMult","expMult","globalModuleSequenceNumber","Script","otherScripts","moduleSequenceNumber","saveScript","formatCode","dependent","dependents","dependentScript","calculateRamUsage","ramUsageEntries","imports","isSleeveBladeburnerWork","BLADEBURNER","SleeveBladeburnerWork","actionType","actionName","cyclesNeeded","ret","getActionTimeNetscriptFn","actionIdent","getActionIdFromTypeAndName","getActionObject","retValue","completeAction","GeneralActions","gainStats","StatsTable","rows","wide","MuiTable","row","elem","noWrap","actionNames","Action","Material","getMarkupLimit","qlt","mku","dmd","dmdR","cmp","cmpR","processMarket","priceChange","compChange","dmdChange","Suit","Card","suit","formatValue","isRedSuit","Hearts","Diamonds","getStringRepresentation","SourceFile","bitnodeKey","bitnode","timePassed","confidence","dataMap","serv","timesGrown","host","timesWeakened","compareArrays","COMPANY","SleeveCompanyWork","NewTokyoNoodleBar","getCompany","getGainRates","calculateCompanyWorkStats","influenceStockThroughCompanyWork","achievementData","bitNodeFinishedState","wd","blackops","OperationDaedalus","hasAccessToSF","knowsAboutBitverse","Icon","Condition","THE_BLACK_HAND","THE_COVENANT","Visible","MONEY_1Q","MONEY_M1B","Secret","INSTALL_1","INSTALL_100","QUEUE_40","HACKING_100000","COMBAT_3000","NEUROFLUX_255","NS2","FROZE","RUNNING_SCRIPTS_1000","running","DRAIN_SERVER","MAX_RAM","MAX_CORES","SCRIPTS_30","KARMA_1000000","STOCK_1q","DISCOUNT","SCRIPT_32GB","FIRST_HACKNET_NODE","MAX_HACKNET_NODE","HACKNET_NODE_10M","REPUTATION_10M","DONATION","TRAVEL","WORKOUT","TOR","hasTorRouter","HOSPITALIZED","hospitalization","GANG","FULL_GANG","members","GANG_TERRITORY","GANG_MEMBER_POWER","CORPORATION","CORPORATION_BRIBE","CORPORATION_PROD_1000","CORPORATION_EMPLOYEE_3000","CORPORATION_REAL_ESTATE","Description","INTELLIGENCE_255","BLADEBURNER_DIVISION","BLADEBURNER_OVERCLOCK","BLADEBURNER_UNSPENT_100000","FIRST_HACKNET_SERVER","AdditionalUnlock","ALL_HACKNET_SERVER","MAX_HACKNET_SERVER","hs","HACKNET_SERVER_1B","MAX_CACHE","capacity","SLEEVE_8","INDECISIVE","FAST_BN","CHALLENGE_BN1","CHALLENGE_BN2","CHALLENGE_BN3","CHALLENGE_BN6","CHALLENGE_BN7","CHALLENGE_BN8","CHALLENGE_BN9","hacknet_expenses","CHALLENGE_BN10","CHALLENGE_BN12","BYPASS","PROTOTYPETAMPERING","UNCLICKABLE","UNDOCUMENTEDFUNCTIONCALL","TIMECOMPRESSION","REALITYALTERATION","N00DLES","EDITSAVEFILE","UNACHIEVABLE","CHALLENGE_BN13","StaneksGift1","DEVMENU","RAINBOW","TRUE_RECURSION","playerAchievements","missingAchievements","flatMap","MathJaxWrapper","version","src","exceptionAlert","lineNumber","CorporationUnlockUpgradeIndex","CorporationUnlockUpgrades","Export","SmartSupply","MarketResearchDemand","MarketDataCompetition","VeChain","ShadyAccounting","GovernmentPartnership","WarehouseAPI","OfficeAPI","getGraftingAvailableAugs","augName","graftingIntBonus","getIntelligenceBonus","calculateGraftingTimeWithBonus","ActionIdentifier","BlackOperations","OperationTyphoon","reqdRank","rankGain","rankLoss","hpLoss","weights","decays","isKill","OperationZero","isStealth","OperationX","OperationTitan","OperationAres","OperationArchangel","OperationJuggernaut","OperationRedDragon","OperationK","OperationDeckard","OperationTyrell","OperationWallace","OperationShoulderOfOrion","OperationHyron","OperationMorpheus","OperationIonStorm","OperationAnnihilus","OperationUltron","OperationCenturion","OperationVindictus","ActiveFragment","highestCharge","numCharge","collide","other","thisFragment","otherFragment","dx","dy","fragSize","worldX","worldY","GameOptionsTab","effHack","effCha","currentLevel","recursiveMode","thisUpgrade","unFloored","getMultiplier","workName","commit","div","startWork","CrimeWork","crimeType","successRate","ratio","queryStatFromString","tempStr","regenerateHp","ignoreQueued","AlertManager","alerts","setAlerts","sha256","getMessageHash","overflowWrap","vals","canGetBonus","setLastExportBonus","unixTime","HashRate","Message","ApplyToJobButton","getJobRequirementTooltip","isCreateProgramWork","CREATE_PROGRAM","CreateProgramWork","unitCompleted","programFile","percComplete","unitNeeded","getProgram","reqLvl","cancelled","incompleteName","lines","isSleeveFactionWork","SleeveFactionWork","FIELD","SECURITY","researchMetadata","initSourceFiles","initElectron","normalizeFileName","getFiles","deleteFile","removeFile","saveFile","Buffer","overwritten","writeToScriptFile","initWebserver","funcs","terminal","typesFn","appNotifier","initAppNotifier","triggerSave","triggerGameExport","ERROR","triggerScriptsExport","exportScripts","getSaveData","getSaveInfo","getImportDataFromString","pushSaveData","appSaveFns","initSaveFunctions","bridge","electronBridge","receive","send","initElectronBridge","pushGameReady","playtime","game","pushImportResult","wasImported","pushDisableRestore","Intelligence","useTheme","scope","getTypeAndNameFromActionId","colSpan","WorkInProgressOverview","onClickFocus","header","workCell","workHeader","pt","pb","workSubtitles","mt","details","innerText","isCrimeWork","crime","getCrime","isGraftingWork","factionWork","companyWork","textAlign","CharacterOverview","killOpen","setKillOpen","hackingProgress","strengthProgress","defenseProgress","dexterityProgress","agilityProgress","charismaProgress","borderTop","flex","aria-label","weight","problemType","getRandomProblemType","getRandomReward","randServer","getRandomServer","contractFn","getRandomFilename","addContract","generateRandomContractOnHome","generateDummyContract","generateContract","problemTypes","rewardType","factionsThatAllowHacking","offerHackingWork","sanitizeRewardType","numFactions","randFaction","allJobs","randIndex","addOffset","midpoint","percentage","program","description","BadRNG","WHRNG","s1","s2","s3","genSeed","CompanyWork","GameOptionsPage","Favor","TerminalEvents","TerminalClearEvents","orderType","refs","orderBook","executeOrder","isBuy","getDB","indexedDB","indexedDbRequest","onupgradeneeded","createObjectStore","onerror","ev","onsuccess","db","transaction","objectStore","request","put","deleteGame","isSleeveSupportWork","SUPPORT","SleeveSupportWork","sleeveSupport","getRandomByte","sendMessage","forced","showMessage","recvd","addMessageToServer","Messages","checkForMessagesToSend","jumper0","MessageFilenames","Jumper0","jumper1","Jumper1","jumper2","Jumper2","jumper3","Jumper3","jumper4","Jumper4","cybersecTest","CyberSecTest","nitesecTest","NiteSecTest","bitrunnersTest","BitRunnersTest","truthGazer","TruthGazer","redpill","RedPill","worldDaemon","flightName","Flight","recentScripts","killedTime","unshift","timeOfDeath","isSleeveClassWork","SleeveClassWork","isSleeveCrimeWork","CRIME","SleeveCrimeWork","getExp","favorToRep","repToFavor","fmt","ReputationRate","teamCount","getTeamSuccessBonus","inst","teamSize","getActionTypeSkillSuccessBonus","skillMultipliers","getCurrentCity","chaos","Option","buttonText","infoText","MightOfAres","WisdomOfAthena","ChaosOfDionysus","BeautyOfAphrodite","TrickeryOfHermes","FloodOfPoseidon","HuntOfArtemis","KnowledgeOfApollo","HemoRecirculator","Targeting1","Targeting2","Targeting3","SyntheticHeart","SynfibrilMuscle","CombatRib1","CombatRib2","CombatRib3","NanofiberWeave","SubdermalArmor","WiredReflexes","GrapheneBoneLacings","BionicSpine","GrapheneBionicSpine","BionicLegs","GrapheneBionicLegs","SpeechProcessor","TITN41Injection","EnhancedSocialInteractionImplant","BitWire","ArtificialBioNeuralNetwork","ArtificialSynapticPotentiation","EnhancedMyelinSheathing","SynapticEnhancement","NeuralRetentionEnhancement","DataJack","ENM","ENMCore","ENMCoreV2","ENMCoreV3","ENMAnalyzeEngine","ENMDMA","Neuralstimulator","NeuralAccelerator","CranialSignalProcessorsG1","CranialSignalProcessorsG2","CranialSignalProcessorsG3","CranialSignalProcessorsG4","CranialSignalProcessorsG5","NeuronalDensification","NuoptimalInjectorImplant","SpeechEnhancement","FocusWire","PCDNI","PCDNIOptimizer","PCDNINeuralNetwork","ADRPheromone1","ADRPheromone2","ShadowsSimulacrum","HacknetNodeCPUUpload","HacknetNodeCacheUpload","HacknetNodeNICUpload","HacknetNodeKernelDNI","HacknetNodeCoreDNI","Neurotrainer1","Neurotrainer2","Neurotrainer3","Hypersight","LuminCloaking1","LuminCloaking2","SmartSonar","PowerRecirculator","QLink","SPTN97","HiveMind","CordiARCReactor","SmartJaw","Neotra","Xanipher","HydroflameLeftArm","nextSENS","OmniTekInfoLoad","PhotosyntheticCells","Neurolink","CRTX42AA","Neuregen","CashRoot","NutriGen","PCMatrix","INFRARet","DermaForce","GrapheneBrachiBlades","BrachiBlades","GrapheneBionicArms","BionicArms","SNA","ZOE","EsperEyewear","EMS4Recombination","OrionShoulder","HyperionV1","HyperionV2","GolemSerum","VangelisVirus","VangelisVirus3","INTERLINKED","BladeRunner","BladeArmor","BladeArmorPowerCells","BladeArmorEnergyShielding","BladeArmorUnibeam","BladeArmorOmnibeam","BladeArmorIPU","BladesSimulacrum","StaneksGift2","StaneksGift3","BigDsBigBrain","donationBonus","randomBonuses","bonuses","randomNumber","getRandomBonus","UnstableCircadianModulatorParams","UnstableCircadianModulator","infiltrateCycles","isSleeveInfiltrateWork","INFILTRATE","SleeveInfiltrateWork","_sleeve","infiltrateSynthoidCommunities","BeyondMan","TheHiddenWorld","CostOfImmortality","CodedIntelligence","HistoryOfSynthoids","SimulatedReality","AGreenTomorrow","SyntheticMuscles","BrighterThanTheSun","AevumGalacticCybersystems","ManAndMachine","TheFailedFrontier","Sector12DeltaOne","Sector12Crime","AevumPolice","SecretSocieties","TensionsInTechRace","VolhavenZBInstituteOfTechnology","AevumSummitUniversity","NewTriads","TheNewGod","AevumCrushFitnessGym","Sector12IronGym","VolhavenMilleniumFitnessGym","Sector12PowerhouseGym","AevumSnapFitnessGym","DemocracyIsDead","AlphaOmega","moneyHacked","orgName","percTotalMoneyHacked","influenceStockThroughServerGrow","moneyGrown","percTotalMoneyGrown","performanceMult","cyclesOfWork","compName","GRAFTING","GraftingWork","gAugs","GraftableAugmentations","GraftableAugmentation","StartButton","comms","rank","char","CorruptableText","setContent","counter","timers","letter","randFrom","randomize","timerId","Engine","_lastUpdate","updateGame","processWork","storeCycles","decrementAllCounters","checkCounters","Counters","autoSaveCounter","updateSkillLevelsCounter","updateDisplays","updateDisplaysLong","updateActiveScriptsDisplay","createProgramNotifications","augmentationsNotifications","passiveFactionGrowth","mechanicProcess","contractGeneration","achievementsCounter","counterName","warningToast","ml","WARNING","warnAutosaveDisabled","adjustedCycles","startExploits","setupUncaughtPromiseHandler","timeOffline","numCyclesOffline","contractChancesWhileOffline","numContracts","offlineReputation","offlineHackingIncome","offlineProductionFromHacknetNodes","hacknetProdInfo","start","timeOfflineString","SetupTextEditor","_thisUpdate","requestAnimationFrame","FactionInfo","offerFieldWork","offerSecurityWork","keep","keepOnInstall","assignment","FactionWorkStats","baseStats","CorporationUpgradeIndex","CorporationUpgrades","SmartFactories","benefit","SmartStorage","DreamSense","WilsonAnalytics","NuoptimalNootropicInjectorImplants","SpeechProcessorImplants","NeuralAccelerators","FocusWires","ABCSalesBots","ProjectInsight","nsFuncsGenerator","sanitizedPid","found","Environment","getScriptOnServer","shouldLog","disableLogs","determineCrimeSuccess","findCrime","roughName","antiLog","sum","ProgressBar","withStyles","bar","transition","LinearProgress","validator","paramValidator","calculateSellInformationCashReward","levelBonus","calculateTradeInformationRepReward","calculateInfiltratorsRepReward","startingSecurityLevel","infiltrationData","sanitizedSource","prop","canAccessGang","isAwareOfGang","getGangFaction","startGang","comprGenChar","comprLZGenerate","plain","comprLZEncode","cur_state","new_state","new_offset","tmp_state","len","comprLZDecode","compr","literal_length","backref_length","backref_offset","StatsProgressBar","remaining","StatsProgressOverviewCell","characterOverviewStyles","paddingBottom","calculateHospitalizationCost","damage","oldhp","v1","v2","baseCheck","initialCheck","netscriptCanGrow","netscriptCanWeaken","PromptEvent","PromptManager","setPrompt","types","PromptMenuText","PromptMenuSelect","PromptContent","PromptMenuBoolean","paddingTop","submit","autoFocus","onInput","stopPropagation","ENTER","preventDefault","choices","getItems","matName","reqMats","prodMats","ProgramsSeen","ProgramsRoot","prog","getHackingLevelRemaining","disableGutters","gridTemplateColumns","curCompletion","getProgCompletion","Paper","flexWrap","mr","InvitationsSeen","WorkTypesOffered","FactionElement","facInfo","joined","gap","openFaction","openFactionAugPage","acceptInvitation","justifyItems","gridAutoFlow","FactionsRoot","allJoinedFactions","invitations","breakpoints","down","gridTemplateRows","gridAutoRows","ActivateRecoveryMode","RecoveryRoot","errorData","resetError","issueUrl","newIssueUrl","startIcon","onTriggered","px","multiline","fullWidth","sharePower","StartSharing","CSM","RamCalculationErrorCode","locations","OptionsSlider","initialValue","_evt","newValue","onChangeCommitted","valueLabelDisplay","marks","TickerDisplayMode","DisplayModeButton","tickerDisplayMode","Portfolio","changeDisplayMode","StockTickersConfig","changeWatchlistFilter","general","ops","events","updateSkillMultipliers","calculateMaxStamina","maxStamina","calculateStaminaPenalty","canAttemptBlackOp","actionId","nm","isAvailable","actionTimeCurrent","actionTimeToComplete","resetAction","testBlackOp","getRecruitmentTime","skillName","executeConsoleCommands","commands","consoleHistory","arrayOfCommands","executeConsoleCommand","postToConsole","saveToLogs","consoleLogs","getTimestamp","clearConsole","bladeburnerFac","convertedType","convertedName","operations","executeStartConsoleCommand","executeSkillConsoleCommand","skillNames","multKeys","pointCost","executeLogConsoleCommand","flag","logging","executeHelpConsoleCommand","ConsoleHelpText","helpList","helpText","executeAutomateConsoleCommand","variable","highLow","automateActionHigh","automateActionLow","automateThreshHigh","automateThreshLow","automateEnabled","parseCommandArguments","command","endQuote","SPACE","substr","triggerMigration","sourceCityName","destCityName","destCity","sourceCity","triggerPotentialMigration","randomEvent","getActionStats","successMult","unweightedGain","unweightedIntGain","getDiplomacyEffectiveness","getRecruitmentSuccessChance","sleeveSize","effCharisma","charismaFactor","joining","resetSkillMultipliers","effInt","multiplierNames","multiplierName","multiplierValue","completeOperation","losses","sup","teamLost","improvePopulationEstimateByPercentage","changePopulationByPercentage","changeEstEqually","nonZero","changeChaosByCount","changeChaosByPercentage","changePopulationByCount","estChange","estOffset","completeContract","improvePopulationEstimateByCount","isPlayer","createTaskTracker","isOperation","difficultyMultiplier","rewardMultiplier","rewardFac","successes","setMaxLevel","whoAmI","failures","loss","hpLost","numHosp","moneyLost","logLossText","autoLevel","teamLossMax","strExpGain","defExpGain","dexExpGain","agiExpGain","staminaGain","staminaBonus","eff","hackingExpGain","charismaExpGain","successChance","recruitTime","growthF","Growths","operation","infilSleeves","maxRank","bladeburnersFactionName","favorBonus","rankNeededForSp","totalSkillPoints","gainedSkillPoints","processAction","actionTimeOverflow","calculateStaminaGainPerSecond","effAgility","maxStaminaBonus","oldMax","difficultyFac","op","randomEventCounter","getContractNamesNetscriptFn","getOperationNamesNetscriptFn","getBlackOpNamesNetscriptFn","getGeneralActionNamesNetscriptFn","getSkillNamesNetscriptFn","startActionNetscriptFn","errorLogText","canRunOp","actionObj","getActionEstimatedSuccessChanceNetscriptFn","getEstSuccessChance","recChance","getActionCountRemainingNetscriptFn","getSkillLevelNetscriptFn","getSkillUpgradeCostNetscriptFn","upgradeSkillNetscriptFn","getTeamSizeNetscriptFn","setTeamSizeNetscriptFn","sanitizedSize","joinBladeburnerFactionNetscriptFn","EPSILON","decay","getSuccessChance","baseTime","skillFac","effDexterity","statFac","est","popEst","clamp","real","low","high","competence","stat","playerStatLvl","effMultiplier","getSuccessesNeededForNextLevel","baseSuccessesPerLevel","showLiterature","litObj","Literatures","newCrimeType","convertCrimeType","ROBSTORE","BONDFORGERY","TRAFFICKARMS","GRANDTHEFTAUTO","calculateCrimeWorkStats","frames","Apr1Events","Apr1","getMonth","getDate","isApr1","setN","allow","logEntry","logUpd","displayLog","recordGrow","recordWeaken","maintainMembership","gainFavor","finishAction","penalty","hack_asc_points","str_asc_points","def_asc_points","dex_asc_points","agi_asc_points","cha_asc_points","CorporationManagementHandbook","resetPidCounter","setMaxRam","isSleeveSynchroWork","SYNCHRO","SleeveSynchroWork","isSleeveRecoveryWork","RECOVERY","SleeveRecoveryWork","currentCity","onTravel","WorldMap","SuccessChance","estimatedSuccessChance","StaticModal","checkIfConnectedToDarkweb","listAllDarkwebItems","item","printRaw","buyDarkwebItem","itemName","buyAllDarkwebItems","itemsToBuy","parseArg","asNumber","ParseCommands","allCommands","flat","ParseCommand","idx","lastQuote","DOUBLE_QUOTE","QUOTE","getMult","getUpgrade","getUpgradeCost","newCap","calculateRawDiff","startingDifficulty","calculateDifficulty","calculateReward","CinematicText","setI","done","setDone","onDone","newI","auto","MaxSleevesFromCovenant","BaseCostPerSleeve","tooltiptext","reqRep","parseOnlyRamCalculate","dependencyMap","completedParses","parseQueue","parseCode","moduleName","currentModule","globalKey","internalToExternal","additionalModules","addRef","external","objectPrototypeProperties","getOwnPropertyNames","commonVisitors","Identifier","st","WhileStatement","walkDeeper","test","DoWhileStatement","ForStatement","update","IfStatement","consequent","alternate","MemberExpression","walk","importModuleName","spec","imported","parseOnlyCalculateDeps","initialModule","nextModule","ImportError","detailedCosts","unresolvedRefs","resolvedRefs","loadedFns","prefix","dep","findFunc","refDetail","fnRam","checkInfiniteLoop","missingAwaitLine","nodeHasTrueTest","hasAwait","AwaitExpression","codeCopy","decimal","TerminalHelpText","TemplatedHelpTexts","HelpTexts","analyze","backdoor","cat","cd","check","cls","cp","expr","free","help","history","lscpu","mem","nano","sudov","unalias","pidCounter","tempCounter","enterBitNode","destroyedBitNode","newBitNode","bitNodeNumber","sourceFileKey","sourceFile","ownedSourceFile","newSrcFile","PlayerOwnedSourceFile","giveSourceFile","newRemoteFileApiConnection","stopConnection","Remote","startConnection","isRemoteFileApiConnectionLive","connection","readyState","GameEnv","Platform","getErrorForDisplay","errorInfo","isElectron","Production","toDisplay","features","language","cookiesEnabled","cookieEnabled","doNotTrack","indexedDb","platform","Steam","Browser","environment","getErrorMetadata","Development","componentStack","Tracking","Retirement","Investigation","Raid","createCityMap","initValue","Hand","cards","addCards","removeByIndex","StockTickerTxButton","DummyGrid","BaseGift","fragments","ghostGrid","enter","getFavorGain","totalRep","Person","generalMethods","workMethods","bladeburnerMethods","corporationMethods","gangMethods","serverMethods","augmentationMethods","InvitationModal","findIndex","hack_exp","hack_mult","str_exp","str_mult","def_exp","def_mult","dex_exp","dex_mult","agi_exp","agi_mult","cha_exp","cha_mult","calculatePower","assignToTask","taskName","unassignFromTask","getTerritory","gainExperience","difficultyPerCycles","recordEarnedRespect","earnedRespect","getGainedAscensionPoints","canAscend","getCurrentAscensionMults","getAscensionMultsAfterAscend","getAscensionResults","postAscend","preAscend","ascend","applyUpgrade","respectToDeduct","buyUpgrade","removeBracketsFromArrayString","strCpy","removeQuotesFromString","convert2DArrayToString","ans","parseInt","_n","_data","nums","ways","maxLen","padStart","matrix","spiral","u","col","playerAns","_arr","reach","jumps","lastJump","jumpedFrom","intervals","numIntervals","end","interval","sanitizedResult","sanitizedAns","B","C","ansArr","ipInAns","maxCur","maxSoFar","hold1","MIN_SAFE_INTEGER","hold2","release1","release2","prices","hold","rele","cur","createTriangleRecurse","numLevels","createTriangle","triangle","dp","numRows","numColumns","currentRow","gridString","grid","obstacleGrid","dstY","dstX","minPathLength","distanceFactor","distance","queue","MinHeap","validPosition","yN","xN","changeWeight","yQ","xQ","ansX","ansY","direction","roll","dfs","pair","sanitizedPlayerAnsArr","resultInAnswer","digits","numDigits","digitsArray","helper","evaluated","multed","HammingEncode","_alteredBit","_buildArray","HammingEncodeProperly","_randomIndex","HammingDecode","edges","shuffle","vertexShuffler","sanitizedPlayerAns","neighbourhood","vertex","adjLeft","adjRight","coloring","initialVertex","frontier","validColors","aColor","bColor","plaintext","ans_plain","run_length","compressed","fromCharCode","CodingContractModal","setProps","setAnswer","contractType","tries","getContract","contractName","removeContract","existingPartialExeIndex","newScript","writeToTextFile","newFile","numServerGrowthCycles","numServerGrowthCyclesAdjusted","getSubdirectories","t_dir","processFile","subdir","containsFiles","dirWithTrailingSlash","pattern","matchEnding","zip","JSZip","zipFiles","fileNames","fileContents","zipFn","generateAsync","FileSaver","saveAs","opt_initFunc","sourceCode","sourceCodeLineOffset","acorn","PARSE_OPTIONS","initFunc_","paused_","polyfills_","functionCounter_","stepFunctions_","stepMatch","methodName","createScope","stripLocations_","State","stateStack","nodeConstructor","READONLY_DESCRIPTOR","configurable","writable","NONENUMERABLE_DESCRIPTOR","READONLY_NONENUMERABLE_DESCRIPTOR","VARIABLE_DESCRIPTOR","STEP_ERROR","SCOPE_REFERENCE","VALUE_IN_DESCRIPTOR","toStringCycles_","getErrorLineNumber","getErrorLineNumberMessage","appendCode","populateScope_","nextState","initGlobalScope","OBJECT_PROTO","FUNCTION_PROTO","initFunction","initObject","proto","OBJECT","initArray","initString","initBoolean","initNumber","initDate","initRegExp","initError","initMath","initJSON","thisInterpreter","createNativeFunction","EvalError","isFinite","strFunctions","decodeURI","encodeURI","nativeFunc","throwException","URI_ERROR","FUNCTION","ARRAY","ARRAY_PROTO","REGEXP","REGEXP_PROTO","DATE","DATE_PROTO","identifierRegexp","var_args","calledWithNew","newFunc","createObjectProto","arguments","argsStr","SYNTAX_ERROR","parentScope","boxThis","isObject","getScope","strict","box","getPrototype","thisArg","func_","funcThis_","arguments_","arrayPseudoToNative","TYPE_ERROR","doneExec_","setNativeFunctionPrototype","valueOf","throwIfNullUndefined","arrayNativeToPseudo","descriptor","preventExtensions","getOwnPropertyDescriptor","setter","hasValue","pseudoDescriptor","propertyIsEnumerable","newArray","first","legalArrayLength","RANGE_ERROR","class","reverse","howmany","opt_begin","opt_end","opt_separator","iLength","getProperty","hasProperty","element","isa","jLength","searchElement","opt_fromIndex","STRING","functions","compareString","locales","localeCompare","separator","jsList","search","newSubstr","BOOLEAN","NUMBER","numConsts","fractionDigits","toExponential","precision","toPrecision","radix","Function","UTC","rgx","populateRegExp","lastIndex","opt_message","newError","createObject","createErrorSubclass","EVAL_ERROR","REFERENCE_ERROR","myMath","mathConsts","numFunctions","myJSON","nativeObj","child","legalArrayIndex","Value","strs","pseudoRegexp","nativeRegexp","ignoreCase","createFunction","opt_constructor","illegalConstructor","asyncFunc","pseudoDate","pseudoObj","opt_cycles","pseudo","native","nativeArray","pseudoArray","lineNum","isGetter","TypeError","opt_descriptor","ReferenceError","defObj","firstNode","expression","createSpecialScope","opt_scope","getValueFromScope","prevNode","setValueToScope","nodeClass","isConstructor","getValue","Completion","NORMAL","BREAK","CONTINUE","RETURN","THROW","errorClass","lineNumErrorMsg","unwind","lineNumberMsg","cv","labels","isLoop","isSwitch","realError","errorTable","RangeError","URIError","createGetter_","funcThis","doneCallee_","doneArgs_","createSetter_","elements","n_","array_","doneLeft_","doneRight_","leftReference_","doneGetter_","leftValue_","leftValue","doneSetter_","setterValue_","rightValue","directEval_","funcNode","paramName","paramValue","argsList","evalNode","argsWithCallback","done_","throwValue","mode_","test_","doneInit_","doneObject_","variable_","object_","visited_","name_","gotPropName","props_","doneVariable_","propName","doneProperty_","properties_","kinds","switchValue_","defaultCase_","index_","switchCase","matched_","tested_","doneBlock_","doneHandler_","doneFinalizer_","leftSide_","changeValue","returnValue","declarations","declarationNode","init_","doneBody_","wrapAPI","enums","NetscriptSingularity","NetscriptGang","NetscriptBladeburner","NetscriptCodingContract","NetscriptSleeve","NetscriptCorporation","NetscriptStanek","NetscriptInfiltration","NetscriptUserInterface","NetscriptFormulas","NetscriptStockMarket","NetscriptGrafting","NetscriptHacknet","_hackAmount","hackAmount","_threads","_time","moneyBefore","moneyAfter","logGrowPercent","_growth","_cores","maxThreadsNeeded","finally","_format","_fn","possibleLogs","_x","_y","_pid","_w","_h","_scriptname","scriptServer","spawnDelay","killByPid","_safetyguard","safetyguard","scriptsKilled","_files","_destination","_source","destServer","sourceServ","noFailures","sourceTextFile","textFile","destTextFile","sourceScript","destScript","_grep","grep","allFiles","processes","speed","production","purchaseCost","coreCost","levelCost","_filename","_ram","_name","hostnameStr","_newName","_port","_mode","txtFile","tryWrite","_file","status","suc","_milliseconds","_milliPrecision","milliseconds","milliPrecision","_message","_variant","_duration","_txt","_url","_target","$","fail","_host","source_is_txt","dest_is_txt","source_file","dest_file","Flags","NetscriptExtra","getFunctionNames","functionNames","ANSI_ESCAPE","lineClass","ANSIITypography","memo","parts","groups","matchAll","startIndex","stopIndex","partText","paragraph","part","ansiCodeStyle","COLOR_MAP_BRIGHT","1","2","3","4","5","6","7","COLOR_MAP_DARK","8","9","10","11","12","13","14","15","codeParts","nextStyleKey","codePart","ir","ig","ib","grey","ansi2rgb","fontWeight","textDecoration","worker","companyPositionName","bn11Mult","jobPerformance","calculateJobPerformance","baseSalary","salaryMultiplier","expMultiplier","strengthExpGain","defenseExpGain","dexterityExpGain","agilityExpGain","_width","_height","aFrag","StaneksGiftEvents","maxClearanceLevel","Gym","TechVendor","techVendorMaxRam","techVendorMinRam","University","AevumCasino","Casino","Special","NewTokyoArcade","Sector12CarmichaelSecurity","Sector12CityHall","Hospital","Slums","WorldStockExchange","ChongqingChurchOfTheMachineGod","IshimaGlitch","Operations","Engineer","Business","RandD","Unassigned","atCapacity","marketCycles","emp","hireRandomEmployee","calculateTotalEmployees","calculateNextEmployees","maxEne","maxHap","maxMor","autoCoffee","perfMult","totalSalary","ene","coffeeMult","coffeeEmployees","mor","hap","partyMult","partyEmployees","minEne","minMor","minHap","calculateEmployeeProductivity","employeeNextJobs","employeeJobs","employeeProd","prod","calculateProductivity","getElementById","cre","sal","Employee","creativity","efficiency","salary","materials","updateMaterialSizeUsed","getStorageMultiplier","graftableAug","canGraft","AugPreReqsChecklist","preAug","GraftingRoot","graftableAugmentations","selectedAug","setSelectedAug","graftOpen","setGraftOpen","selectedAugmentation","switchSortOrder","newOrder","Cost","getAugsSorted","v2ModalOpen","openV2Modal","V2Modal","vargs","schema","numDashes","libarg","argv","defaultInterpreter","makeScriptBlob","shouldCompile","queueCompile","uurls","_getScriptUrls","isDependencyOutOfDate","scriptModuleSequenceNumber","depScript","seen","urlStack","ranges","importNodes","ExportNamedDeclaration","ExportAllDeclaration","transformedCode","matchingScripts","importedScript","urls","blob","ScriptUrl","newNs2Template","detectSimpleScriptGlob","globString","globDatabase","parsedGlob","glob","preGlob","postGlob","globError","globMatches","globAgainst","parseSimpleScriptGlob","commonEditor","scriptEditorRouteOptions","filesToLoadOrCreate","globSearch","isEmpty","filepath","getFilepath","fileIsNs2","isNs2","CursorPositions","saveCursor","column","BitFlumeEvent","BitFlumeModal","sleeveMethods","crimeKey","getMemoryUpgradeCost","memory","currCost","currMemory","installAugmentation","cyclesUsed","takeUniversityCourse","universityName","newCity","tryBuyAugmentation","upgradeMemory","workType","sanitizedWorkType","workoutAtGym","gymName","sanitizedStat","Contracts","recruitmentSuccessChance","contractSuccessChance","bb","chances","personMethods","stealthIcon","xmlns","viewBox","killIcon","ActionLevel","isActive","canIncrease","canDecrease","Autolevel","TeamSizeButton","BlinkingCursor","setOn","StyleEditorButton","styleEditorOpen","setStyleEditorOpen","ThemeEditorButton","themeEditorOpen","setThemeEditorOpen","ThemeCollaborate","DeleteGameButton","modalOpened","setModalOpened","SoftResetButton","noConfirmation","PreReqs","ownedPreReqs","hasPreReqs","Requirement","gridArea","Exclusive","PurchasableAugmentations","augNames","PurchasableAugmentation","owned","ownedAugNames","sleeveAugs","canPurchase","float","gridTemplateAreas","TravelAgencyRoot","setDestination","startTravel","symbolsLoaded","symbols","populate","exclude","OpenScript","lastPosition","model","isTxt","openScripts","currentScript","Root","editorRef","monacoRef","vimStatusRef","vimEditor","setVimEditor","setEditor","setFilter","searchExpanded","setSearchExpanded","setRAM","ramEntries","setRamEntries","updatingRam","setUpdatingRam","decorations","setDecorations","optionsOpen","setOptionsOpen","setOptions","insertSpaces","ramInfoOpen","setRamInfoOpen","regenerateModel","createModel","updateRAM","keydown","ctrlKey","metaKey","require","initVimMode","VimMode","Vim","defineEx","saveNQuit","defineAction","_cm","nTabs","currIndex","currentTabIndex","onTabClick","nextIndex","mapCommand","context","dispose","debouncedUpdateRAM","newCode","entriesDisp","RAM","scriptToSave","cleanCode","ns1","ns2","curIndex","isDisposed","setModel","revealLineInCenter","onTabClose","closingScript","savedScriptCode","wasCurrentScript","dirty","indexOffset","openScript","serverData","getServerCode","handleFilterChange","handleExpandSearch","filteredOpenScripts","tabMaxWidth","tabTextWidth","tabIconWidth","onDragEnd","endIndex","removed","reorder","droppableId","provided","snapshot","innerRef","droppableProps","isDraggingOver","spellCheck","externalScript","colorProps","borderColor","iconButtonStyle","scriptTabText","draggableId","disableInteractiveElementBlocking","draggableProps","dragHandleProps","flexShrink","serverScriptCode","onTabUpdate","beforeMount","languages","registerCompletionItemProvider","provideCompletionItems","suggestions","kind","CompletionItemKind","insertText","insertTextRules","CompletionItemInsertTextRule","InsertAsSnippet","getLanguages","loader","tokenizer","libSource","typescript","javascriptDefaults","addExtraLib","typescriptDefaults","onMount","Position","loading","defaultLanguage","defaultValue","newPos","awaitWarning","newDecorations","deltaDecorations","startLineNumber","startColumn","endLineNumber","endColumn","isWholeLine","glyphMarginClassName","glyphMarginHoverMessage","infLoop","glyphMargin","getAction","TablePaginationActionsAll","rowsPerPage","onPageChange","BitnodeMultiplierDescription","BitNodeMultipliersDisplay","maxSfLevel","columnCount","columnGap","GeneralMults","SkillMults","FactionMults","AugmentationMults","HackingMults","PurchasedServersMults","StockMults","CrimeMults","InfiltrationMults","CompanyMults","GangMults","CorporationMults","BladeburnerMults","StanekMults","BNMultTable","rowsArray","rowData","uniqueId","marginBottom","sectionName","canAccessBladeburner","extraSize","canAccessCorporation","Cell","cellProps","onMouseEnter","Grid","activeGrid","randomColor","elems","startBladeburner","automate","stop","startCorporation","corpName","additionalShares","warehouseApi","OfficeApi","enc","data_bits","parity","bits","bit","currPos","nextPosName","nextPosition","StanekConstants","RAMBonus","BaseSize","MaxSize","findNode","setParent","getAdvertisingMultiplier","getMultiplierHelper","getEmployeeChaMultiplier","getEmployeeCreMultiplier","getEmployeeEffMultiplier","getEmployeeIntMultiplier","getProductionMultiplier","getProductProductionMultiplier","getSalesMultiplier","getScientificResearchMultiplier","advertisingMult","employeeChaMult","employeeCreMult","employeeEffMult","employeeIntMult","productionMult","productProductionMult","salesMult","sciResearchMult","storageMult","detect","hasChanges","orig","nf","fl","backups","LoadingScreen","setShow","loaded","setLoaded","reason","doLoad","typ","invalidArgs","baseSize","charge","af","cotmg","inBonus","updateMults","effect","boost","neighboor","CalculateEffect","canPlace","rootX","rootY","newFrag","place","findFragment","clearCharge","calculateMults","zoeAmt","scaling","sleeveMults","findPurchasableAugs","availableAugs","isAvailableForSleeve","validMults","gangAugs","errorMsg","RFARequestHandler","pushFile","fileData","at","getFile","scriptContent","getFileNames","fileNameList","scr","getAllFiles","fileList","calculateRam","getDefinitionFile","StatsElement","EarningsElement","rates","ServerType","All","Foreign","Owned","Purchased","ServerDropdown","isValidServer","purchased","serverType","purchase","DECK_COUNT","Result","Blackjack","bet","canStartGame","playerHand","deck","safeDrawCard","dealerHand","setState","gameInProgress","Pending","getTrueHandValue","finishGame","Tie","PlayerWonByBlackjack","DealerWon","hand","handValues","getHandValue","valuesUnder21","isHandBusted","newHand","newDealerHand","PlayerWon","dealerHandValue","playerHandValue","betInput","wager","wagerInvalid","wagerInvalidHelperText","startGame","Deck","render","playerHandValues","getHandDisplayValues","dealerHandValues","wagerOnChange","helperText","playerHit","playerStay","startOnClick","elevation","card","prev","hidden","red","ReactCard","Clubs","Spades","allFactionAugs","factionAugs","factionAug","TickerHeaderFormatData","longestName","longestSymbol","AchievementEntry","cssFiltersUnlocked","cssFiltersLocked","isUnlocked","mainColor","achievedOn","unlocked","colorFilters","Color","hueRotate","angle","PI","sin","cos","multiply","grayscale","sepia","saturate","newR","newG","newB","brightness","linear","contrast","slope","intercept","invert","hsl","Solver","targetHSL","reusedColor","solve","solveNarrow","solveWide","css","best","initial","spsa","A1","iters","bestLoss","deltas","highArgs","lowArgs","ck","lossDiff","ak","fix","filters","colorHSL","getFiltersFromHex","hex","rgb","hexToRgb","Theme","credit","screenshot","img1","reference","stacks","calculateEntropy","nerf","formattedHours","getHours","formattedMinutes","getMinutes","formattedSeconds","getSeconds","CorporationState","numUnlockUpgrades","upgradeMultipliers","addFunds","getState","gameCycles","resetImports","issueNewSharesCooldown","cycleValuation","determineCycleValuation","determineValuation","cycleProfit","updateDividendTax","retainedEarnings","getCycleDividends","updateSharePrice","dividendTax","dividendsPerShare","dividends","valuationsList","valuation","getTargetSharePrice","targetPrice","immediatelyUpdateSharePrice","sharesTracker","sharesUntilUpdate","sharesSold","maxIterations","convertCooldownToString","upgN","upgradeAmt","getDreamSenseGain","getStarterGuide","hasHandbook","handbookFn","TheSecretWar","isHackingGang","respectGainRate","wantedGainRate","storedTerritoryAndPowerCycles","territoryClashChance","territoryWarfareEngaged","notifyMemberDeath","getPower","processGains","processExperienceGains","processTerritoryAndPowerGains","moneyGains","respectGains","wantedLevelGains","justice","oldWanted","newWanted","gangName","gainRoll","multiplicativeGain","powerMult","PowerMultiplier","additiveGain","gangs","others","thisGang","otherGang","thisPwr","thisChance","calculateTerritoryGain","winGang","loseGang","powerBonus","territoryGain","clash","won","baseDeathChance","modifiedDeathChance","killMember","getRespectNeededToRecruitMember","getWantedPenalty","memberTotal","totalRespect","lostRespect","getDiscount","getAllTaskNames","createDescription","BinHeap","heapifyUp","heapifyDown","predicate","heapOrderABeforeB","tmp","toSwap","weightA","weightB","AllSoftwarePositions","AllITPositions","AllNetworkEngineerPositions","SecurityEngineerPositions","AllTechnologyPositions","AllBusinessPositions","AllAgentPositions","AllSecurityPositions","AllSoftwareConsultantPositions","AllBusinessConsultantPositions","SoftwarePositionsUpToHeadOfEngineering","SoftwarePositionsUpToLeadDeveloper","BusinessPositionsUpToOperationsManager","WaiterOnly","EmployeeOnly","PartTimeWaiterOnly","PartTimeEmployeeOnly","OperationsManagerOnly","CEOOnly","DefaultConstructorParams","isPlayerEmployed","isMegacorp","hasAgentPositions","hasBusinessConsultantPositions","hasBusinessPositions","hasEmployeePositions","hasITPositions","hasSecurityPositions","hasSoftwareConsultantPositions","hasSoftwarePositions","hasWaiterPositions","charismaEffectiveness","hackingEffectiveness","reqdHacking","repMultiplier","reqdReputation","reqdCharisma","strengthEffectiveness","defenseEffectiveness","dexterityEffectiveness","agilityEffectiveness","reqdStrength","reqdDefense","reqdDexterity","reqdAgility","requiredAgility","hackRatio","strRatio","defRatio","dexRatio","agiRatio","chaRatio","reputationGain","requireHackingLevel","targetServer","numAugReq","outputHistory","startHack","startGrow","startWeaken","startBackdoor","startAnalyze","finishHack","oldSec","newSec","finishGrow","finishWeaken","finishBackdoor","finishAnalyze","currServ","isHacknet","org","canRunScripts","hackingSkill","security","hackingChance","numPort","getProgressText","getLitFile","lit","currDir","setcwd","contractOpen","executeScanAnalyzeCommand","visited","depthQueue","newS","titleDashes","connectToServer","executeCommands","commandHistory","terminalCommandHistory","commandHistoryIndex","executeCommand","n00dlesServ","commandName","scananalyze","apr1","ipaddress","byteRange","normalServer","relative_filename","evaledDir","t_dst","dst","srcExt","tRes","sRes","sanitizedExpr","used","avail","usedPercent","cmd","empty","getGang","getGangMember","_faction","wantedLevelGainRate","cpy","_memberName","memberName","hack_asc_mult","str_asc_mult","def_asc_mult","dex_asc_mult","agi_asc_mult","cha_asc_mult","recruited","tasks","_taskName","getGangTask","_equipName","equipName","equipment","typecheck","_engage","engage","_otherGang","playerPower","checkSleeveAPIAccess","checkSleeveNumber","sleeveNumber","sl","_sleeveNumber","_crimeRoughName","crimeRoughName","_universityName","_className","_cityName","acompanyName","_factionName","_workType","_gymName","_stat","jobTitle","agilityExp","charismaExp","companyRep","crimeMoney","crimeSuccess","defenseExp","dexterityExp","factionRep","hackingExp","strengthExp","workMoney","purchasableAugs","_augName","_action","_contract","devMenu","doc","completely_unused_field","real_document","recur","guess","bcrypt","getHacknetNode","hi","_i","hasUpgraded","timeOnline","totalProduction","_upgName","_count","_upgTarget","effectText","costPerLevel","hasTargetServer","collapsedSum","checkStanekAPIAccess","_rootX","_rootY","_rotation","_fragmentId","fragmentId","getLocationsWithInfiltrations","_location","tradeRep","sellCash","SoARep","calculateInfiltrationData","Void","newTheme","currentTheme","errors","newStyles","currentStyles","checkBladeburnerAccess","getBladeburner","checkBladeburnerCity","getBladeburnerActionObject","_blackOpName","blackOpName","_type","_level","_autoLevel","_skillName","_size","getCodingContract","returnReward","answerStr","creward","upgradeName","materialName","checkAccess","api","getSafeDivision","awareness","popularity","numAdVerts","_divisionName","_amt","_materialName","sell","sll","_productName","rat","per","dur","rel","aes","fea","pCost","cityData","developmentProgress","_price","_all","_enabled","enabled","_designInvest","_marketingInvest","_qty","_sourceDivision","_sourceCity","_targetDivision","_targetCity","sourceDivision","targetDivision","targetCity","_on","_researchName","_employeeName","_job","_amount","amount","_costPerEmployee","_industryName","industryName","_upgradeName","_rate","dividendEarnings","_corporationName","_selfFund","corporationName","selfFund","fundingRound","percShares","funding","investShares","_numShares","initialSharePrice","_amountCash","amountCash","startingCost","reFac","sciFac","robFac","aiFac","advFac","hwFac","getProductDescriptionText","getMaximumNumberProducts","additional","hasMaximumNumberProducts","calculateProductionFactors","multSum","cityMult","updateWarehouseSizeUsed","prodName","siz","newInd","employeeSalary","officeLoc","processMaterialMarket","processProductMarket","popularityGain","awarenessGain","MAX_VALUE","processMaterials","processProducts","wh","foo","buyAmt","maxAmt","smartBuy","reqMat","smartSupplyStore","worseAmt","totalSize","freeSpace","maxProd","getOfficeProductivity","totalMatSize","reqMatName","normQty","producableFrac","reqMatQtyNeeded","fooProd","fooI","businessFactor","getBusinessFactor","advertisingFactor","getAdvertisingFactors","marketFactor","getMarketFactor","markupLimit","numerator","sqrtNumerator","sqrtDenominator","denominator","sqrt","optimalPrice","marketTa2Price","sellAmt","totalExp","expI","amtStr","expIndustry","expWarehouse","imp","fin","createProduct","finishProduct","processProduct","totalProfit","forProduct","netStorageSize","sCostString","advMult","opProd","engrProd","mgmtProd","mgmtFactor","businessProd","calculateEffectWithFactors","awarenessFac","popularityFac","ratioFac","updateResearchTree","expFac","linearFac","morale","happiness","energy","det","trainingEff","effCre","effEff","prodBase","demand","competition","quality","performance","durability","reliability","aesthetics","creationProd","totalProd","engrRatio","mgmtRatio","rndRatio","opsRatio","busRatio","totalMult","calculateRating","busmgtgRatio","ProductRatingWeights","Quality","Performance","Durability","Reliability","Aesthetics","Features","checkFormulasAccess","_favor","_rep","_player","_exp","_mult","_skill","_server","_startingLevel","_extraLevels","_costMult","_startingRam","_startingCore","_extraCores","extraCores","_ramUsed","_maxRam","HScalculateHashGainRate","HScalculateLevelUpgradeCost","HScalculateRamUpgradeCost","HScalculateCoreUpgradeCost","_startingCache","_extraCache","extraCache","HScalculateCacheUpgradeCost","HScalculateServerCost","_gang","_member","_task","_points","_crimeType","_person","_classType","_locationName","checkTixApiAccess","getStockFromSymbol","_symbol","_shares","_posType","sanitizedPosType","_pos","orderPos","ltype","lpos","stockMarketOrders","forecast","checkGraftingAPIAccess","_focus","wasFocusing","craftableAug","getAugmentation","runAfterReset","cbScript","_purchased","_facName","costs","_cbScript","_programName","baseserver","installTime","wasWorking","_companyName","wasFocused","_field","repNeededToDonate","crimeTime","crimeStatsWithMultipliers","_nextBN","_callbackScript","nextBN","callbackScript","getPlayerFields","matchJS","matchScript","offenders","processScript","formatRules","formatOffenders","off","fileline","rule","wrapFunction","wrappedAPI","tree","functionName","branch","getNestedProperty","wrapAPILayer","setNestedProperty","incorrectUsage","newPath","allPrograms","allScripts","allTextFiles","allContracts","allMessages","folders","handleFn","dest","parsedFn","firstParentDir","msgOrLit","ClickableScriptRow","scriptLinksWrap","scriptLink","textDecorationLine","paddingRight","rowSplitArray","rowItem","onScriptLinkClick","ClickableMessageRow","linksWrap","link","onMessageLinkClick","FileType","postSegments","group","segments","linked","filesPerRow","Folder","numThreads","verboseEntries","t_dest","srcFile","sourcePath","destFile","destPath","positions","getCursor","re","matching","rsObj","delTarget","executableName","runContract","runProgram","commandArgs","runArgs","permissive","threadFlag","tailFlag","toLocaleLowerCase","hasRoot","maxHostname","maxIP","onDestServer","args2","headers","currRunningScripts","numSpacesScript","spacesScript","numSpacesPid","spacesPid","numSpacesThread","spacesThread","sourceFileObject","incMult","decMult","textfield","Language","InteractiveTutorialRoot","nsSelectionOpen","setNSSelectionOpen","setLanguage","tutorialScriptExtension","NS1","tutorialScriptName","contents","canNext","square","tab","updateOptions","readOnly","overviewContainer","visibilityToggle","collapse","Overview","setX","setY","CurrentIcon","KeyboardArrowUpIcon","KeyboardArrowDownIcon","LeftIcon","SchoolIcon","EqualizerIcon","fakeDrag","triggerMouseEvent","eventType","clickEvent","createEvent","initEvent","dispatchEvent","Loading","onStop","defaultPosition","onDoubleClick","openedMixin","transitions","easing","sharp","enteringScreen","closedMixin","leavingScreen","up","Drawer","styled","shouldForwardProp","active","borderLeft","listitem","SidebarRoot","hackingOpen","setHackingOpen","characterOpen","setCharacterOpen","worldOpen","setWorldOpen","helpOpen","setHelpOpen","flashTerminal","flashStats","flashActiveScripts","flashHacknet","flashCity","flashTutorial","augmentationCount","invitationsCount","programCount","getAvailableCreatePrograms","canOpenFactions","canOpenAugmentations","canOpenSleeves","canCorporation","canGang","canJob","canStockMarket","canBladeburner","canStaneksGift","clickTerminal","clickScriptEditor","clickStats","clickActiveScripts","clickCreateProgram","clickFactions","clickAugmentations","clickHacknet","clickCity","clickTravel","clickJob","clickBladeburner","clickGang","clickTutorial","clickOptions","handleShortcuts","altKey","E","H","R","P","F","U","G","anchor","timeout","unmountOnExit","clsx","badgeContent","NeuroFluxDisplay","EntropyDisplay","AugmentationsRoot","installOpen","setInstallOpen","InstalledAugmentations","sourceAugs","Alphabetically","aug1","aug2","BitNodeModifiedStats","MultiplierList","listItems","augmented","bnMult","py","disableTypography","disablePadding","PlayerMultipliers","augP","augObj","calculateAugmentedStats","leftColData","rightColData","PurchasedAugmentations","displayName","enterNextDelay","safeGetSf","sfNum","sfObj","getMaxLevel","SourceFilesElement","sourceSfs","sf1","sf2","selectedSf","setSelectedSf","DevMenuRoot","General","setError","setCorporationName","gangFaction","setGangFaction","addMoney","TransitionProps","expandIcon","bigNumber","modifyExp","modifier","modifyKarma","resetExperience","modifyFactionRep","AllFaction","modifyFactionFavor","labelId","arial-label","setAugmentation","validSFN","setSF","sfN","sfLvl","setAllSF","setProgram","AllPrograms","Servers","setServer","setCompany","modifyCompanyRep","AllCompanies","modifyCompanyFavor","modifyBladeburnerRank","modify","modifyBladeburnerCycles","modifyGangCycles","modifyCorporationFunds","modifyCorporationCycles","CodingContracts","setCodingcontract","cc","stockPrice","setStockPrice","setStockSymbol","processStocks","inputSymbols","SM","stocks","sleeveSetStoredCycles","Stanek","modCycles","modCharge","TimeSkip","timeskip","SaveFile","importInput","setSaveFile","restoreScripts","setRestoreScripts","restoreAugs","setRestoreAugs","restoreSFs","setRestoreSFs","File","FileList","ii","playerAchievement","setPlayerAchievements","achieved","grantAchievement","removeAchievement","Entropy","BladeburnerRoot","travelOpen","setTravelOpen","inFaction","wordBreak","TravelModal","nopadding","preformatted","Line","Console","setCommand","consoleInput","consoleHistoryIndex","setConsoleHistoryIndex","Logs","tabIndex","inputRef","prevCommand","currentTarget","scrollHook","scrollTop","scrollHeight","AllPages","GeneralActionPage","GeneralActionList","actions","GeneralActionElem","computedActionTimeCurrent","actionData","ContractPage","ContractList","ContractElem","StealthIcon","KillIcon","OperationPage","OperationList","OperationElem","TeamSizeModal","BlackOpPage","BlackOpList","blackopName","blackop","BlackOpElem","hasReqdRank","SkillPage","valid","onUpgrade","SkillList","SkillElem","canLevel","GangRoot","Provider","ManagementSubpage","GangStats","territoryStr","BonusTime","CyclerPerSecond","bonusMillis","GangMemberList","ascendOnly","setAscendOnly","onRecruit","GangMemberCard","GangMemberCardContent","ascendOpen","setAscendOpen","borderRightWidth","onAscend","borderLeftWidth","onTaskChange","GangMemberStats","asc","KillScriptsModal","TaskSelector","currentTask","setCurrentTask","contextMember","TaskDescription","AscensionModal","RecruitButton","RecruitModal","setName","recruit","onKeyUp","TerritorySubpage","gangNames","infoOpen","setInfoOpen","formatTerritory","OtherGangTerritory","clashVictoryChance","TerritoryInfoModal","NextReveal","PurchasedUpgrade","UpgradeButton","GangMemberUpgradePanel","currentCategory","setCurrentCategory","filterUpgrades","weaponUpgrades","armorUpgrades","vehicleUpgrades","rootkitUpgrades","augUpgrades","categories","Weapons","Vehicles","Rootkits","EquipmentsSubpage","CorporationRoot","setDivisionName","canExpand","industryType","MainPanel","CityTabs","setCity","cityStateSetter","SwitchButton","manualMode","switchMode","ManualManagement","setEmployee","employeePositionSelectorInitialValue","employeePositions","positionNames","EmployeeCount","currJob","nextJob","nextUna","AutoManagement","vechain","totalMorale","totalHappiness","totalEnergy","avgMorale","avgHappiness","avgEnergy","currUna","IndustryOffice","upgradeOfficeSizeOpen","setUpgradeOfficeSizeOpen","throwPartyOpen","setThrowPartyOpen","employeeManualAssignMode","setEmployeeManualAssignMode","UpgradeSizeButton","upgradeSize","UpgradeOfficeSizeModal","upgradeCost","upgradeCost15","maxMult","maxNum","multIncrease","upgradeCostMax","ThrowPartyModal","setCost","canParty","EffectText","MakeProductButton","makeOpen","setMakeOpen","hasMaxProducts","createProductButtonText","IndustryOverview","researchOpen","setResearchOpen","advertisingInfo","advertisingFactors","totalAdvertisingFac","convertEffectFacToGraphic","MakeProductModal","allCities","design","setDesign","marketing","setMarketing","createProductPopupText","Upgrade","wrapInTooltip","ele","but","ResearchModal","retainHeight","WarehouseRoot","smartSupplyOpen","setSmartSupplyOpen","canAffordUpgrade","stateText","mats","isInStock","isRelevant","breakdownItems","breakdown","previous","IndustryWarehouse","EmptyWarehouse","Leftover","setChecked","SmartSupplyModal","ProductElem","sellOpen","setSellOpen","limitOpen","setLimitOpen","discontinueOpen","setDiscontinueOpen","cancelOpen","setCancelOpen","marketTaOpen","setMarketTaOpen","nfB","hasUpgradeDashboard","sellButtonText","limitProductionButtonText","DiscontinueProductModal","LimitProductProductionModal","setLimit","SellProductModal","iQty","setQty","setPx","initialPrice","MarketTA2","ProductMarketTaModal","CancelProductModal","MaterialElem","purchaseMaterialOpen","setPurchaseMaterialOpen","exportOpen","setExportOpen","sellMaterialOpen","setSellMaterialOpen","materialMarketTaOpen","setMaterialMarketTaOpen","limitProductionOpen","setLimitProductionOpen","tutorial","purchaseButtonText","limitMaterialButtonText","disablePurchaseLimit","ExportModal","possibleDivisions","defaultDivision","setIndustry","setAmt","removeExport","currentDivision","possibleCities","newCost","setNewCost","MaterialMarketTaModal","SellMaterialModal","setPrice","BulkPurchaseSection","setBuyAmt","setDisabled","BulkPurchaseText","parsedAmt","PurchaseMaterialModal","purchaseMaterial","LimitMaterialProductionModal","IndustryProductEquation","reqs","reqAmt","ExpandNewCity","ExpandIndustryTab","possibleIndustries","newIndustry","multRows","appendMult","DividendsStats","PublicButtons","PrivateButtons","BribeButton","Upgrades","findInvestorsopen","setFindInvestorsopen","goPublicopen","setGoPublicopen","fundingAvailable","findInvestorsTooltip","upgradeData","sellSharesOpen","setSellSharesOpen","buybackSharesOpen","setBuybackSharesOpen","issueNewSharesOpen","setIssueNewSharesOpen","issueDividendsOpen","setIssueDividendsOpen","sellSharesOnCd","sellSharesTooltip","issueNewSharesOnCd","issueNewSharesTooltip","canBribe","totalDividends","playerEarnings","storedTime","LevelableUpgrade","xs","UU","BribeFactionModal","selectedFaction","setSelectedFaction","getRepText","SellSharesModal","setShares","ProfitIndicator","BuybackSharesModal","CostIndicator","IssueDividendsModal","percent","setPercent","canIssue","maxNewSharesUnrounded","maxNewShares","newShares","IssueNewSharesModal","issueNewShares","privateOwnedRatio","maxPrivateShares","privateShares","dialogContents","FindInvestorsModal","GoPublicModal","InfiltrationRoot","setStart","StartingDifficulty","Difficulty","Reward","cancel","Stage","minigames","SlashGame","BracketGame","BackwardGame","BribeGame","CheatCodeGame","Cyberpunk2077Game","MinesweeperGame","WireCuttingGame","Game","setLevel","stage","setStage","Countdown","results","setResults","gameIds","setGameIds","lastGames","nextGameId","ids","setupNextGame","pushResult","stageComponent","onFinish","Minigame","MiniGame","onSuccess","Sell","onFailure","automated","Progress","difficulties","timer","words","makeAnswer","setGuess","hasAugment","BACKSPACE","shiftKey","ignorableKeyboardEvent","nextGuess","setRight","OPEN_BRACKET","LESS_THAN","OPEN_PARENTHESIS","OPEN_BRACE","generateLeftSide","CLOSE_PARENTHESIS","CLOSE_BRACKET","CLOSE_BRACE","GREATER_THAN","getChar","positive","option","negative","shuffleArray","makeChoices","correctIndex","setCorrectIndex","setIndex","currentChoice","choice","defaultColor","disabledColor","upColor","downColor","choiceColor","upIndex","upDistance","downIndex","downDistance","onCorrectIndex","newIndex","arrows","arrow","generateCode","puzzle","randChar","generatePuzzle","answers","generateAnswers","currentAnswerIndex","setCurrentAnswerIndex","setPos","flatGrid","isCorrectAnswer","optionColor","move","mines","minefield","generateEmptyField","generateMinefield","memoryPhase","setMemoryPhase","flagged","marked","fieldEquals","phase","setPhase","phaseZeroTime","timeUntilAttacking","Victory","quitInfiltration","handleInfiltrators","soa","infiltrationRepGain","isMemberOfInfiltrators","wiresmin","wiresmax","PIPE","DOT","FORWARD_SLASH","HYPHEN","HASH","colorNames","blue","wires","numWires","wireColors","generateWires","cutWires","setCutWires","questions","numQuestions","questionGenerators","randomPositionQuestion","randomColorQuestion","generateQuestion","checkWire","wireNum","shouldCut","wiresToBeCut","shouldBeCut","question","isCorrectWire","wire","wireColor","cutColor","arrowPart","Intro","CYCLES_PER_SEC","ExpRows","WorkInProgressRoot","workInfo","buttons","stopText","completion","unfocus","classWork","elapsed","stopTooltip","comp","tooltipInfo","GameOptionsRoot","currentTab","setCurrentTab","SYSTEM","setTab","INTERFACE","GAMEPLAY","MISC","REMOTE_API","SideBarTab","sideBarProps","tabName","GameOptionsSidebar","diagnosticOpen","setDiagnosticOpen","importSaveOpen","setImportSaveOpen","importData","setImportData","confirmedImportGame","alt","ServerAccordion","FileDiagnosticModal","FontFamilyField","refreshId","errorText","setErrorText","setFontFamily","LineHeightField","setLineHeight","StyleEditorModal","setRefreshId","customStyle","setCustomStyle","persistToSettings","endIcon","ColorEditor","onColorChange","hideTextfield","deferred","newColor","disableAlpha","ThemeEditorModal","customTheme","setCustomTheme","setTemplateTheme","placement","maxRows","importedTheme","GameplayPage","InterfacePage","timestampFormat","setTimestampFormat","setLocale","MiscPage","RemoteAPIPage","remoteFileApiPort","setRemoteFileApiPort","isConnected","ConnectionBauble","setConnection","ipaddr","address","protocol","WebSocket","handleMessageEvent","response","SystemPage","execTime","setExecTime","recentScriptsSize","setRecentScriptsSize","logSize","setLogSize","portSize","setPortSize","terminalSize","setTerminalSize","autosaveInterval","setAutosaveInterval","_event","SleeveRoot","FAQOpen","setFAQOpen","SleeveElem","statsOpen","setStatsOpen","augmentationsOpen","setAugmentationsOpen","abc","setABC","doing","MoreStatsModal","SleeveAugmentationsModal","PurchaseAugmentationModal","universitySelectorOptions","gymSelectorOptions","bladeburnerSelectorOptions","possibleJobs","forbiddenCompanies","otherSleeve","possibleFactions","forbiddenFactions","factionObj","second","universities","gyms","possibleContracts","Synchronize","canDo","getABC","s0","setS0","setS1","setS2","validActions","detailsF","details2","detail","FAQModal","HacknetRoot","purchaseMultiplier","setPurchaseMultiplier","purchaseMultiplierOnClicks","onClicks","GeneralInfo","HacknetNodeElem","purchaseMult","upgradeLevelButton","upgradeRAMButton","upgradeCoresButton","increase","upgradeLevelCost","upgradeRamCost","upgradeCoreCost","HacknetServerElem","upgradeRamButton","upgradeCacheButton","base_increase","modded_increase","upgradeCacheCost","HashUpgradeModal","serversMap","HacknetUpgradeElem","selectedServer","setSelectedServer","MultiplierButton","MultiplierButtons","btnProps","PlayerInfo","hasServers","PurchaseButton","GenericLocation","locContent","locName","getLocationSpecificContent","CompanyLocation","quitOpen","setQuitOpen","isEmployedHere","favorGain","onQuit","QuitJobModal","GymLocation","train","HospitalLocation","currHp","getHealed","btnStyle","SlumsLocation","shopliftChance","robStoreChance","mugChance","larcenyChance","drugsChance","bondChance","armsChance","homicideChance","gtaChance","kidnapChance","assassinateChance","heistChance","SpecialLocation","handleBladeburner","worldHeader","HTMLElement","handleGrafting","CreateCorporation","handleCotMG","renderBladeburner","toStanek","renderCotMG","CreateCorporationModal","canSelfFund","n00dlePower","ArcadeRoot","Megabyteburner2000","currentGame","BBCabinetRoot","origin","joystick","borderStyle","borderWidth","ServerButton","TechVendorLocation","purchaseServerButtons","RamButton","TorButton","purchaseTorRouter","CoresButton","maxCores","PurchaseServerModal","setHostname","tryToPurchaseServer","TravelConfirmationModal","UniversityLocation","take","dataStructuresCost","networksCost","algorithmsCost","managementCost","leadershipCost","GameType","CasinoLocation","setGame","Coin","Slots","Roulette","numDecks","drawCard","CoinFlip","investment","setInvestment","setResult","setStatus","playLock","setPlayLock","play","correct","redNumbers","strategies","Red","payout","Black","Odd","Even","High","Low","Third1","Third2","Third3","Single","canPlay","setCanPlay","lock","setLock","strategy","playerWin","isRed","currentNumber","getPayout","payLines","SlotMachine","locks","setLocks","stoppedOne","getPaylineData","payline","point","countSequence","checkWinnings","getTable","LocationLetter","ASCIICity","locationLettersRegex","letterMap","K","M","N","Q","V","Y","lineElems","startI","endI","locationI","ListCity","locationButtons","LocationCity","OptionsModal","setInsertSpaces","setFontSize","setWordWrap","setVim","themePath","themeCopy","setThemeCopy","MilestonesRoot","milestones","highestMilestone","milestone","ActionTimer","TerminalRoot","setKey","doScroll","hook","scrollIntoView","debounced","maxWait","unsubscribe","scrollId","TerminalInput","terminalInput","postUpdateValue","setPostUpdateValue","possibilities","setPossibilities","saveValue","postUpdate","modifyInput","mod","inputLength","selectionStart","inputText","delStart","moveTextCursor","keyDown","autoComplete","onBlur","TAB","semiColonIndex","allPos","determineAllPossibilitiesForTabCompletion","tabCompletion","selectionEnd","anchorEl","parentDirPath","evaledParentDirPath","addAllCodingContracts","cct","addAllLitFiles","addAllPrograms","addAllScripts","processFilepath","addAllTextFiles","addAllDirectories","subdirs","t_parentDirPath","convertParentPath","isCommand","t_cmd","autocomplete","flagFunc","autocompleteData","txts","pos2","scriptAutocomplete","addAllMessages","allPossibilities","oldValue","longestStartSubstr","TutorialRoot","confirmResetOpen","setConfirmResetOpen","ActiveScriptsRoot","ScriptProduction","prodRateSinceLastAug","ServerAccordions","setRowsPerPage","serverToScriptMap","filtered","rowsPerPageOptions","newPage","onRowsPerPageChange","ActionsComponent","paddedName","barOptions","headerTxt","ServerAccordionContent","noborder","WorkerScriptAccordion","killScript","onlineMps","onlineEps","RecentScriptsPage","recentScript","RecentScriptAccordion","MainPage","onAugmentations","sleevesOpen","setSleevesOpen","isPlayersGang","favorToDonate","canDonate","canPurchaseSleeves","startHackingContracts","startFieldWork","startSecurityWork","FactionRoot","purchasingAugs","setPurchasingAugs","routeToMainPage","AugmentationsPage","getAugs","augName1","augName2","getAugsSortedByCost","getAugsSortedByReputation","Purchasable","canBuy","hasReq","hasRep","cantBuy","getAugsSortedByPurchasable","purchasable","multiplierComponent","showModal","DonateOption","donateAmt","setDonateAmt","Status","noformat","DefaultAssignment","Info","Assignment","CovenantPurchasesRoot","setUpdate","purchaseDisabled","upgradePanels","CovenantSleeveMemoryUpgrade","maxMemory","purchaseBtnDisabled","purchaseBtnContent","GangButton","gangOpen","setGangOpen","CreateGangModal","EmployersModal","MultiplierTable","noMargin","effValue","CurrentBitNode","MoneyModal","convertMoneySourceTrackerToString","CharacterStats","moneyOpen","setMoneyOpen","employersOpen","setEmployersOpen","timeRows","showBitNodeMults","isEqual","StockMarketRoot","Purchase4SMarketDataTixApiAccessButton","PurchaseWseAccountButton","PurchaseTixApiAccessButton","Purchase4SMarketDataButton","InfoAndPurchases","StockTickers","setTickerDisplayMode","AllStocks","watchlistSymbols","setWatchlistSymbols","tickers","stockMarketProp","rerenderAllTickers","sanitizedWatchlist","SelectorOrderType","StockTicker","setOrderType","Market","tickerOpen","setTicketOpen","modalProps","setModalProps","placeText","getQuantity","hasOrderAccess","Limit","Stop","getBuyTransactionCostContent","getSellTransactionCostContent","playerMoney","localesWithLongPriceFormat","StockTickerHeaderText","stockPriceFormat","spacesAllottedForStockPrice","spacesAfterStockName","spacesBeforePrice","hdrText","plusOrMinus","StockTickerOrderList","StockTickerOrder","posTxt","LongPosition","percentageGains","ShortPosition","StockTickerPositionText","PlaceOrderModal","portal","level0","level1","level2","level3","BitNodePortal","portalOpen","setPortalOpen","cssClass","aria-description","BitverseRoot","destroyed","destroySequence","setDestroySequence","nextSourceFileLvl","PortalModal","bitNodeKey","maxSourceFileLevel","newLevel","CinematicLine","setLength","ms","newLength","advance","StaneksGiftRoot","MainBoard","setGhostGrid","setRotation","selectedFragment","setSelectedFragment","moveGhost","clickAt","deleteAt","doRotate","selectFragment","FragmentInspector","setC","effectAmt","FragmentOption","colorAt","FragmentSelector","FragmentPreview","ActiveFragmentSummary","summary","coordinate","formatEffect","getComputedStyle","Element","visibility","AchievementsRoot","AchievementList","cssPrimary","cssSecondary","secret","unavailable","locked","pr","defaultExpanded","AchievementIcon","imgLoaded","setImgLoaded","onLoad","ErrorBoundary","Component","hasError","componentDidCatch","ex","previousScrollY","modalOpen","setModalOpen","modalImageSrc","setModalImageSrc","predefinedThemes","themes","templateTheme","onActivated","scrollY","previousColors","onImageClick","handleZoom","ThemeEntry","subheader","image","ComparisonIcon","isBetter","initialAutosave","ImportSaveRoot","currentData","setCurrentData","importModalOpen","setImportModalOpen","headback","setHeadback","dataBeingImported","dataCurrentlyInGame","fetchData","BypassWrapper","tampering","last","minute","timeCompression","ReactDOM","globalThis","onbeforeunload"],"mappings":"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+BAAAA,E,iDAAAA,E,2BAAAA,E,8BAAAA,E,4BAAAA,E,uCAAAA,E,uCAAAA,E,+CAAAA,E,2CAAAA,E,0BAAAA,E,uDAAAA,E,+BAAAA,E,4BAAAA,E,wBAAAA,E,iCAAAA,E,qCAAAA,E,6CAAAA,E,qBAAAA,E,4BAAAA,E,iCAAAA,E,4BAAAA,E,oDAAAA,E,kBAAAA,E,mDAAAA,E,+CAAAA,E,+CAAAA,E,6DAAAA,E,oBAAAA,E,kBAAAA,E,6BAAAA,E,0CAAAA,E,iBAAAA,M,oCCDL,IAAKC,EAAZ,kC,SAAYA,K,mCAAAA,E,oCAAAA,E,qCAAAA,E,iCAAAA,E,mCAAAA,E,0BAAAA,E,2BAAAA,E,4BAAAA,E,iCAAAA,E,wCAAAA,E,+BAAAA,E,4CAAAA,E,2BAAAA,E,oDAAAA,E,yBAAAA,E,kDAAAA,E,2CAAAA,E,sDAAAA,E,uEAAAA,E,kBAAAA,E,mEAAAA,E,kEAAAA,E,oDAAAA,E,mDAAAA,E,0DAAAA,E,oBAAAA,E,gCAAAA,E,iDAAAA,E,sDAAAA,E,sDAAAA,E,4DAAAA,E,gEAAAA,E,oCAAAA,E,uCAAAA,E,8DAAAA,E,+DAAAA,E,gEAAAA,E,+DAAAA,E,8DAAAA,E,+CAAAA,E,wDAAAA,E,gEAAAA,E,uCAAAA,E,sBAAAA,E,mCAAAA,E,mEAAAA,E,kEAAAA,E,oBAAAA,E,sCAAAA,E,sCAAAA,E,4CAAAA,E,mEAAAA,E,uEAAAA,E,mEAAAA,E,mEAAAA,E,+DAAAA,E,uCAAAA,E,+BAAAA,E,gCAAAA,E,iCAAAA,E,wCAAAA,E,+CAAAA,E,+CAAAA,E,oCAAAA,E,gCAAAA,E,6CAAAA,E,cAAAA,E,0BAAAA,E,mCAAAA,E,gCAAAA,E,0CAAAA,E,oBAAAA,E,gBAAAA,E,oBAAAA,E,sCAAAA,E,mCAAAA,E,2CAAAA,E,iCAAAA,E,8BAAAA,E,0DAAAA,E,uCAAAA,E,sCAAAA,E,gCAAAA,E,4BAAAA,E,gCAAAA,E,yCAAAA,E,qDAAAA,E,kDAAAA,E,4BAAAA,E,yBAAAA,E,2CAAAA,E,gDAAAA,E,wCAAAA,E,qCAAAA,E,aAAAA,E,6CAAAA,E,wCAAAA,E,oCAAAA,E,uCAA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ACnBN,OAAQ,IAEVsf,YAAgB0uC,IAGpB,GAAIzB,EAAM,GAAI,CAEZU,YAAS,IACT,MAAMt3D,EAAS62D,EAAS,kBACpB72D,GAAQW,IAAO68B,kBAAkB86B,YAAYt4D,GACjD,MAAMu4D,EAAQ1B,EAAS,sBACnB0B,GAAO53D,IAAO40B,cAAc53B,KAAK,CAAEuB,KAAMq5D,EAAOzhC,MAAO,IAY7D,GAVI8/B,EAAM,KACRqB,IACAO,eAEE5B,EAAM,KACRC,EAAUn1C,YAAc,MAEtBk1C,EAAM,IACRj2D,IAAO68B,kBAAkBnvB,QAAQiY,QAAS7nB,GAAMA,EAAE+N,SAAS8nC,SAAS,SAAW71C,EAAE+N,UAAY,QAE3FoqD,EAAM,GAAI,CACZ,MAAM6B,EAAqB,CACzB,sBACA,qBACA,qBACA,oBACA,eACA,gBACA,eACA,iBACA,eACA,gBACA,mBACA,oBACA,mBACA,qBACA,mBACA,oBACA,mBACA,mBACA,mBACA,qBACA,kBACA,0BACA,kCACA,6BACA,8BACA,+BACA,+BACA,gCACA,4BACA,kCACA,cACA,eACA,cACA,gBACA,cACA,eACA,mBACA,cACA,YACA,WACA,eACA,cACA,yBACA,gCACA,sBACA,qBACA,qBACA,qBACA,qBACA,qBACA,kBACA,oBACA,oBACA,oBACA,mBACA,mBACA,mBACA,mBACA,mBACA,gBACA,kBACA,oBACA,sBACA,wBACA,8BACA,YACA,YACA,aACA,0BACA,2BACA,kBACA,4BACA,0BACA,UACA,SACA,WACA,UACA,YACA,UACA,WACA,gBAEIC,EAAqB,CACzB,cACA,WACA,aACA,UACA,WACA,UACA,YACA,UACA,WACA,eACA,SACA,cACA,eACA,cACA,gBACA,cACA,eACA,mBACA,eACA,gBACA,eACA,iBACA,eACA,gBACA,mBACA,oBACA,mBACA,qBACA,mBACA,oBACA,sBACA,qBACA,qBACA,oBACA,mBACA,mBACA,mBACA,qBACA,kBACA,0BACA,kCACA,6BACA,8BACA,+BACA,+BACA,gCACA,4BACA,kCACA,YACA,YACA,cACA,sBACA,qBACA,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IACjB74F,KAAKw1B,MAAQ,IACbx1B,KAAK26C,GAAK,GACV36C,KAAKy4F,IAAM,EACX,MACF,IAAK,OACHz4F,KAAK04F,IAAM,GACX14F,KAAK24F,KAAO,CAAC,GAAI,IACjB34F,KAAK44F,IAAM,GACX54F,KAAK64F,KAAO,CAAC,GAAI,IACjB74F,KAAKw1B,MAAQ,IACbx1B,KAAK26C,GAAK,EACV36C,KAAKy4F,IAAM,EACX,MACF,IAAK,SACHz4F,KAAK04F,IAAM,GACX14F,KAAK24F,KAAO,CAAC,GAAI,IACjB34F,KAAK44F,IAAM,GACX54F,KAAK64F,KAAO,CAAC,GAAI,IACjB74F,KAAKw1B,MAAQ,IACbx1B,KAAK26C,GAAK,GACV36C,KAAKy4F,IAAM,KACX,MACF,IAAK,QACHz4F,KAAK04F,IAAM,GACX14F,KAAK24F,KAAO,CAAC,GAAI,IACjB34F,KAAK44F,IAAM,GACX54F,KAAK64F,KAAO,CAAC,GAAI,IACjB74F,KAAKw1B,MAAQ,KACbx1B,KAAK26C,GAAK,EACV36C,KAAKy4F,IAAM,EACX,MACF,IAAK,WACHz4F,KAAK04F,IAAM,GACX14F,KAAK24F,KAAO,CAAC,GAAI,IACjB34F,KAAK44F,IAAM,GACX54F,KAAK64F,KAAO,CAAC,GAAI,IACjB74F,KAAKw1B,MAAQ,IACbx1B,KAAK26C,GAAK,GACV36C,KAAKy4F,IAAM,EACX,MACF,IAAK,YACHz4F,KAAK04F,IAAM,GACX14F,KAAK24F,KAAO,CAAC,GAAI,IACjB34F,KAAK44F,IAAM,GACX54F,KAAK64F,KAAO,CAAC,GAAI,IACjB74F,KAAKw1B,MAAQ,IACbx1B,KAAK26C,GAAK,IACV36C,KAAKy4F,IAAM,EACX,MACF,IAAK,cACHz4F,KAAK04F,IAAM,GACX14F,KAAK24F,KAAO,CAAC,EAAG,IAChB34F,KAAK44F,IAAM,GACX54F,KAAK64F,KAAO,CAAC,GAAI,IACjB74F,KAAKw1B,MAAQ,IACbx1B,KAAK26C,GAAK,IACV36C,KAAKy4F,IAAM,IACX,MACF,IAAK,QACHz4F,KAAK04F,IAAM,GACX14F,KAAK24F,KAAO,CAAC,GAAI,IACjB34F,KAAK44F,IAAM,GACX54F,KAAK64F,KAAO,CAAC,GAAI,IACjB74F,KAAKw1B,MAAQ,IACbx1B,KAAK26C,GAAK,IACV36C,KAAKy4F,IAAM,EACX,MACF,IAAK,SACHz4F,KAAK04F,IAAM,GACX14F,KAAK24F,KAAO,CAAC,GAAI,IACjB34F,KAAK44F,IAAM,GACX54F,KAAK64F,KAAO,CAAC,GAAI,IACjB74F,KAAKw1B,MAAQ,KACbx1B,KAAK26C,GAAK,GACV36C,KAAKy4F,IAAM,EACX,MACF,IAAK,WACHz4F,KAAK04F,IAAM,GACX14F,KAAK24F,KAAO,CAAC,GAAI,IACjB34F,KAAK44F,IAAM,GACX54F,KAAK64F,KAAO,CAAC,GAAI,IACjB74F,KAAKw1B,MAAQ,KACbx1B,KAAK26C,GAAK,GACV36C,KAAKy4F,IAAM,GACX,MACF,IAAK,sBACL,IAAK,WACH,MACF,QACEtoG,QAAQiM,MAAO,oCAAmC4D,KAAKjV,OAM7D+tG,gBAGE,MACMC,EAAsB,EADKzmG,KAAKC,SAAWyN,KAAK26C,GAAM,IAKtDq+C,EAAqB,EADK1mG,KAAKC,SAAWyN,KAAK26C,GAAM,IAEvDroD,KAAKC,SAAW,IAClByN,KAAK44F,KAAOI,EACRh5F,KAAK44F,IAAM54F,KAAK64F,KAAK,KACvB74F,KAAK44F,IAAM54F,KAAK64F,KAAK,IAEvB74F,KAAKw1B,OAAS,EAAIujE,IAElB/4F,KAAK44F,KAAO,EAAII,EACZh5F,KAAK44F,IAAM54F,KAAK64F,KAAK,KACvB74F,KAAK44F,IAAM54F,KAAK64F,KAAK,IAEvB74F,KAAKw1B,OAASujE,GAIhB,MACME,EAAoB,EADK3mG,KAAKC,SAAWyN,KAAK26C,GAAM,IAEtDroD,KAAKC,SAAW,IAClByN,KAAK04F,KAAOO,EACRj5F,KAAK04F,IAAM14F,KAAK24F,KAAK,KACvB34F,KAAK04F,IAAM14F,KAAK24F,KAAK,IAEvB34F,KAAKw1B,OAASujE,IAEd/4F,KAAK04F,KAAO,EAAIO,EA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,qBACN,IACA,OAAMA,WACN,OAAMA,iBACN,KAKMyQ,EAAsC,CACjD/hE,MAAO,CACL,oCACA,IACA,4FACA,uGACA,yHACA,kGACA,IACA,gCACA,IACA,mHACA,yHACA,4CACA,IACA,gCACA,IACA,6DACA,IACA,eACA,IACA,2HACA,4HACA,IACA,mCACA,IACA,8GACA,IACA,uHACA,uCACA,IACA,uDACA,KAEFgiE,QAAS,CACP,iBACA,IACA,0GACA,mHACA,kHACA,gCACA,KAEFC,SAAU,CACR,kBACA,IACA,6FACA,IACA,+BACA,KAEF5oG,IAAK,CACH,iCACA,IACA,yEACA,IACA,oHACA,oDACA,IACA,+FACA,IACA,wGACA,KAEF6oG,IAAK,CACH,oBACA,IACA,6EACA,IACA,iBACA,IACA,kBACA,IACA,sBACA,KAEFC,GAAI,CACF,kBACA,IACA,yGACA,iFACA,IACA,yBACA,IACA,eACA,IACA,aACA,KAEFC,MAAO,CACL,uCACA,IACA,+HACA,uDACA,kIACA,IACA,oCACA,IACA,gGACA,IACA,sCACA,KAEF91D,MAAO,CACL,eACA,IACA,mIACA,uIACA,KAEF+1D,IAAK,CACH,aACA,IACA,mIACA,yIACA,KAEFh+C,QAAS,CACP,4BACA,IACA,+FACA,oIACA,8GACA,KAEFi+C,GAAI,CAAC,wBAAyB,IAAK,wEAAyE,KAC5Gl/E,SAAU,CACR,qCACA,IACA,mFACA,IACA,4GACA,IACA,kDACA,IACA,0CACA,IACA,0CACA,KAEFm/E,KAAM,CACJ,wCACA,IACA,oFACA,IACA,oBACA,IACA,WACA,IACA,wBACA,IACA,qFACA,KAEFC,KAAM,CACJ,cACA,IACA,gIACA,gCACA,KAEFv0C,KAAM,CACJ,cACA,IACA,6GACA,2CACA,KAEFr6F,KAAM,CACJ,cACA,IACA,uHACA,KAEF6uI,KAAM,CACJ,wBACA,IACA,yHACA,0HACA,mEACA,IACA,iBACA,IACA,wBACA,KAEFC,QAAS,CACP,sBACA,IACA,6GACA,KAEFn1F,KAAM,CACJ,cACA,IACA,sGACA,KAEF36C,SAAU,CAAC,kBAAmB,IAAK,4CAA6C,KAChFkvE,KAAM,CACJ,mDACA,IACA,4EACA,IACA,6EACA,4EACA,iFACA,4DACA,IACA,uCACA,IACA,qEACA,IACA,wCACA,IACA,qFACA,KAEFutB,QAAS,CACP,iBACA,IACA,4CACA,2HACA,uHACA,2EACA,KAEFG,GAAI,CACF,wCACA,IACA,iIACA,sDACA,IACA,8FACA,IACA,gFACA,IACA,yHACA,IACA,YACA,IACA,wEACA,IACA,2BACA,IACA,iEACA,IACA,yBACA,IACA,uFACA,IACA,oCACA,KAEFmzC,MAAO,CAAC,eAAgB,IAAK,wDAAyD,KAEtFC,IAAK,CACH,4CACA,IACA,6HACA,2HACA,gFACA,IACA,qBACA,IACA,2BACA,IACA,4HACA,iFACA,KAEF1lF,GAAI,CACF,yBACA,IACA,6FACA,6FACA,kCACA,IACA,kFACA,kBACA,aACA,IACA,qEACA,IACA,oCACA,KAEF2lF,KAAMf,EAAgC,QACtCryC,GAAI,CAAC,YAAa,IAAK,4DAA6D,KACpF8B,GAAI,CACF,mBACA,IACA,6GACA,IACA,kDACA,KAEFtiE,IAAK,CACH,sDACA,IACA,gDACA,IACA,sHACA,2GACA,gEACA,2DACA,2FACA,IACA,kHACA,iFACA,KAEFu+D,KAAM,CACJ,cACA,IACA,6HACA,2CACA,KAEF,eAAgB,CACd,mCACA,IACA,kGACA,wGACA,4EACA,IACA,uGACA,qGACA,0BACA,IACA,iHACA,yGACA,UACA,IACA,2GACA,sEACA,KAEF+B,IAAK,CACH,4CACA,IACA,8EACA,2GACA,oCACA,2FACA,IACA,6BACA,IACA,wCACA,KAEFuzC,MAAO,CAAC,eAAgB,IAAK,oEAAqE,KAElGpwC,KAAM,CACJ,sCACA,IACA,oHACA,uHACA,oEACA,IACA,8BACA,IACA,gFACA,IACA,+BACA,KAEFzvB,IAAK,CACH,aACA,IACA,yGACA,+BACA,KAEF8/D,QAAS,CACP,8BACA,IACA,mFACA,IACA,iDACA,IACA,oBACA,IACA,kCACA,IACA,gBACA,IAC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AO,CACL,qEACA,2EACA,iCACA,+GACA,+FACA,sFACA,sFACA,qFACA,qFACA,qFACA,wGACA,qFACA,uFACA,8GACA,8EACA,sCACA,qDACA,6GACA,iHACA,8CACC,iBAAgBz+I,EAAK,SAASA,EAAK,SACpC,6EACA,8CACAyS,KAAK,MAETy6C,WAAY,EACZ0U,IAAK,IAqHI,CAnHO,CACZ,QACA,QACA,QACA,QACA,QACA,QACA,QACA,QACA,QACA,QACA,QACA,QACA,QACA,QACA,QACA,QACA,QACA,QACA,QACA,QACA,QACA,QACA,QACA,QACA,SA4FG3xC,KAAK,IAAMrmB,KAAKC,SAAW,IAC3BhG,MAAM,EAAG,GACT4O,KAAK,IA5FG,CACX,YACA,YACA,UACA,WACA,YACA,UACA,UACA,YACA,YACA,UACA,UACA,WACA,WACA,YACA,YACA,WACA,UACA,UACA,WACA,WACA,UACA,WACA,UACA,UACA,WACA,WACA,UACA,YACA,WACA,WACA,WACA,WACA,YACA,YACA,UACA,YACA,WACA,YACA,WACA,WACA,WACA,UACA,UACA,YACA,YACA,UACA,UACA,UACA,WACA,WACA,UACA,YACA,WACA,WACA,WACA,UACA,UACA,UACA,UACA,UACA,WACA,WACA,UACA,UACA,UACA,WACA,YACA,WACA,WACA,UACA,UACA,UACA,WACA,WACA,WACA,UACA,WACA,WACA,UACA,UACA,UACA,YACA,UACA,UACA,WACA,aAOKwd,KAAK,IAAMrmB,KAAKC,SAAW,IAAK,IAGzCxH,KAAM,iCACN0/D,SAAU,GACVF,OAAQ,CAAC48E,EAAgBH,KACvB,IAAK/tI,MAAMC,QAAQiuI,GAAQ,MAAM,IAAIttI,MAAM,kCAC3C,MAAMnR,EAAOy+I,EAUb,MAPe,IAAIz+I,EAAK,IACrBy5B,IAAI,CAACpJ,EAAG/vB,IACM,MAAN+vB,EACHA,EACAjgB,OAAOu0I,cAAet0H,EAAEmB,WAAW,GAAK,IAASxxB,EAAK,GAAGwxB,WAAWlxB,EAAIN,EAAK,GAAGQ,SAAW,GAAM,KAEtGiS,KAAK,MACU6rI,M,6BCr2Dx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CACA,kCACA,oEACA,YACA,wBACA,4BACA,yCACA,SACA,oBACA,+DACA,OACA,IACA,eACA,IACA,MAIA,mDACA,8CACA,+BACA,wFACA,wBACA,4BACA,gBACA,+DACA,kCACA,gBACA,kBACA,mDACA,IACA,IACA,cACA,IACA,MAKA,+BACA,mDACA,+BACA,sBACA,0DACA,IACA,wBACA,4BACA,yCACA,uDACA,IACA,8BACA,aACA,oBACA,qBACA,+CACA,iBACA,IACA,OACA,IACA,oBACA,KACA,sBACA,iBACA,MACA,IAKA,oCACA,wDACA,+BACA,sBACA,0DACA,IACA,wBACA,4BACA,yCACA,uDACA,IACA,8BACA,aACA,oBACA,qBACA,+CACA,YACA,IACA,OACA,IACA,aACA,KACA,sBACA,iBACA,MACA,IAIA,oDACA,8CACA,gCACA,kEACA,YACA,wBACA,4BACA,yCACA,SACA,oBACA,4CACA,OACA,IACA,IACA,MAIA,uDACA,8CACA,sBACA,0DACA,IACA,yCACA,wBACA,mDACA,4BACA,mCACA,mBACA,gBACA,IACA,yCACA,qEACA,yBACA,uBACA,qBACA,oBACA,2BACA,+BACA,uDACA,iCACA,8FACA,IACA,8BACA,oBACA,+DACA,wEACA,4CACA,eACA,IACA,0BACA,OACA,IACA,qBACA,gBACA,IACA,MAIA,gDACA,8CACA,gCACA,8DACA,eACA,wBACA,4BACA,yCACA,sBACA,SACA,oBACA,mDACA,OACA,IACA,YACA,IACA,MAIA,mDACA,8CACA,0CACA,kEACA,4DACA,gCACA,wBACA,WACA,oCACA,kBACA,kEACA,IACA,kBACA,IACA,yBACA,mDACA,IACA,gBACA,IACA,MAIA,wDACA,8CACA,0CACA,yGACA,kEACA,+BACA,wBACA,WACA,mCACA,eACA,kEACA,IACA,kBACA,IACA,wBACA,mDACA,IACA,gBACA,IACA,MAIA,iDACA,8CACA,+BACA,6DACA,wBACA,4BACA,+DACA,kCACA,iDACA,eACA,IACA,IACA,gBACA,IACA,MAEA,gBACA,oCACA,8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ACA,WACA,0BACA,cACA,UACA,gBACA,qBACA,kBACA,2BACA,sBACA,wBACA,uBACA,wBACA,8BACA,uBACA,kBACA,sBACA,gBACA,iBACA,gBACA,mBACA,wBACA,qBACA,kBACA,sBACA,gBACA,wBACA,sBACA,0BACA,wBACA,eACA,aACA,cACA,uBACA,kBACA,SACA,YACA,cACA,aACA,uBACA,kBACA,cACA,UACA,WACA,YACA,aACA,eACA,mBACA,mBACA,iBACA,iBACA,kBAGIgkK,EAAkB,CACtB,mBACA,yBACA,mBACA,oBACA,sBACA,mBACA,cACA,YACA,gBACA,qBACA,WACA,qBACA,YACA,kBACA,mBACA,gCACA,sBACA,qBACA,qBACA,kBACA,oBACA,oBACA,oBACA,qBACA,mBACA,YACA,UACA,WACA,UACA,YACA,UACA,WACA,eACA,cACA,eACA,cACA,gBACA,cACA,eACA,mBACA,KACA,SACA,gBACA,kBACA,YACA,mBAGIt9L,EAAQ,CACZ,sBACA,qBACA,qBACA,oBACA,eACA,mBACA,gBACA,oBACA,eACA,mBACA,iBACA,qBACA,eACA,mBACA,gBACA,oBACA,0BACA,kCACA,6BACA,8BACA,+BACA,mBACA,mBACA,kBACA,qBACA,mBACA,+BACA,gCACA,4BACA,mCAUWqvD,EAAa,KACxB,MAAMrZ,EAAO5vC,YAAU,QACvB,IAAK4vC,EAAM,MAAM,IAAInxC,MAAM,gCAC3B,MAAMm2D,EAAiB,CACrB,CACEuiI,QAAS,sBACTC,YAAa,kBACb9uB,OAAQ,2DACR+uB,UAAW,IAEb,CACEF,QAAS,wBACTC,YAAa,oBACb9uB,OAAQ,uGACR+uB,UAAW,IAEb,CACEF,QAAS,wBACTC,YAAa,oBACb9uB,OAAQ,qGACR+uB,UAAW,IAEb,CACEF,QAAS,WACTC,YAAa,OACb9uB,OACE,iJACF+uB,UAAW,IAEb,CACEF,QAAS,kBACTC,YAAa,cACb9uB,OAAQ,4FACR+uB,UAAW,IAEb,CACEF,QAAS,mBACTC,YAAa,eACb9uB,OAAQ,8FACR+uB,UAAW,IAEb,CACEF,QAAS,oB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,YAChCS,EAASK,GAFqBtoM,EAAM0nM,aAUPA,UAAW1nM,EAAM0nM,YAC/C,kBAAC,IAAD,CAAYx8K,MAAO,CAAEuxB,UAAWyrJ,EAAa,OAAS,eAAiBn8M,GACvE,kBAAC,IAAD,KACGm/K,EACD,kBAAC,IAAD,SAkBV,MAAM68B,EAAQ,CACZ,YACA,SACA,MACA,cACA,QACA,SACA,YACA,SACA,MACA,OACA,SACA,OACA,UACA,WACA,OACA,YACA,UACA,SACA,MACA,MACA,OACA,QACA,YACA,UACA,KACA,SACA,SACA,YACA,QACA,YACA,UACA,UACA,WACA,WACA,YACA,SACA,OACA,MACA,aACA,aACA,YACA,OACA,SACA,WACA,QACA,aACA,SACA,UACA,cACA,UACA,OACA,MACA,WACA,SACA,cACA,MACA,aACA,WACA,OACA,MACA,UACA,QACA,WACA,UACA,aACA,QACA,UACA,MACA,OACA,SACA,WACA,WACA,UACA,QACA,cACA,cACA,YACA,SACA,OACA,SACA,QACA,WACA,WACA,WACA,OACA,SACA,WACA,YACA,OACA,OACA,YACA,YACA,OACA,QACA,UACA,YACA,WACA,aACA,YACA,OACA,WACA,WACA,SACA,MACA,WACA,UACA,SACA,gBACA,OACA,QACA,UACA,QACA,QACA,UACA,YACA,QACA,YACA,UACA,QACA,SACA,SACA,QACA,UACA,cACA,QACA,aACA,MACA,UACA,OACA,WACA,WACA,UACA,SACA,aACA,YACA,SACA,SACA,SACA,OACA,WACA,QACA,OACA,WACA,SACA,SACA,WACA,SACA,UACA,QACA,SACA,QACA,UACA,UACA,UACA,UACA,aACA,WACA,QACA,SACA,MACA,WACA,SACA,aACA,UACA,MACA,OACA,SACA,UACA,OACA,OACA,UACA,SACA,aACA,SACA,SACA,SACA,SACA,SACA,WACA,SACA,YACA,QACA,QACA,YACA,WACA,oBACA,WACA,OACA,UACA,cACA,UACA,SACA,UACA,gBACA,OACA,SACA,QACA,MACA,WACA,WACA,WACA,cACA,SACA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","file":"main.bundle.js","sourcesContent":[" \t// install a JSONP callback for chunk loading\n \tfunction webpackJsonpCallback(data) {\n \t\tvar chunkIds = data[0];\n \t\tvar moreModules = data[1];\n \t\tvar executeModules = data[2];\n\n \t\t// add \"moreModules\" to the modules object,\n \t\t// then flag all \"chunkIds\" as loaded and fire callback\n \t\tvar moduleId, chunkId, i = 0, resolves = [];\n \t\tfor(;i < chunkIds.length; i++) {\n \t\t\tchunkId = chunkIds[i];\n \t\t\tif(Object.prototype.hasOwnProperty.call(installedChunks, chunkId) && installedChunks[chunkId]) {\n \t\t\t\tresolves.push(installedChunks[chunkId][0]);\n \t\t\t}\n \t\t\tinstalledChunks[chunkId] = 0;\n \t\t}\n \t\tfor(moduleId in moreModules) {\n \t\t\tif(Object.prototype.hasOwnProperty.call(moreModules, moduleId)) {\n \t\t\t\tmodules[moduleId] = moreModules[moduleId];\n \t\t\t}\n \t\t}\n \t\tif(parentJsonpFunction) parentJsonpFunction(data);\n\n \t\twhile(resolves.length) {\n \t\t\tresolves.shift()();\n \t\t}\n\n \t\t// add entry modules from loaded chunk to deferred list\n \t\tdeferredModules.push.apply(deferredModules, executeModules || []);\n\n \t\t// run deferred modules when all chunks ready\n \t\treturn checkDeferredModules();\n \t};\n \tfunction checkDeferredModules() {\n \t\tvar result;\n \t\tfor(var i = 0; i < deferredModules.length; i++) {\n \t\t\tvar deferredModule = deferredModules[i];\n \t\t\tvar fulfilled = true;\n \t\t\tfor(var j = 1; j < deferredModule.length; j++) {\n \t\t\t\tvar depId = deferredModule[j];\n \t\t\t\tif(installedChunks[depId] !== 0) fulfilled = false;\n \t\t\t}\n \t\t\tif(fulfilled) {\n \t\t\t\tdeferredModules.splice(i--, 1);\n \t\t\t\tresult = __webpack_require__(__webpack_require__.s = deferredModule[0]);\n \t\t\t}\n \t\t}\n\n \t\treturn result;\n \t}\n\n \t// The module cache\n \tvar installedModules = {};\n\n \t// object to store loaded and loading chunks\n \t// undefined = chunk not loaded, null = chunk preloaded/prefetched\n \t// Promise = chunk loading, 0 = chunk loaded\n \tvar installedChunks = {\n \t\t0: 0\n \t};\n\n \tvar deferredModules = [];\n\n \t// The require function\n \tfunction __webpack_require__(moduleId) {\n\n \t\t// Check if module is in cache\n \t\tif(installedModules[moduleId]) {\n \t\t\treturn installedModules[moduleId].exports;\n \t\t}\n \t\t// Create a new module (and put it into the cache)\n \t\tvar module = installedModules[moduleId] = {\n \t\t\ti: moduleId,\n \t\t\tl: false,\n \t\t\texports: {}\n \t\t};\n\n \t\t// Execute the module function\n \t\tmodules[moduleId].call(module.exports, module, module.exports, __webpack_require__);\n\n \t\t// Flag the module as loaded\n \t\tmodule.l = true;\n\n \t\t// Return the exports of the module\n \t\treturn module.exports;\n \t}\n\n\n \t// expose the modules object (__webpack_modules__)\n \t__webpack_require__.m = modules;\n\n \t// expose the module cache\n \t__webpack_require__.c = installedModules;\n\n \t// define getter function for harmony exports\n \t__webpack_require__.d = function(exports, name, getter) {\n \t\tif(!__webpack_require__.o(exports, name)) {\n \t\t\tObject.defineProperty(exports, name, { enumerable: true, get: getter });\n \t\t}\n \t};\n\n \t// define __esModule on exports\n \t__webpack_require__.r = function(exports) {\n \t\tif(typeof Symbol !== 'undefined' && Symbol.toStringTag) {\n \t\t\tObject.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });\n \t\t}\n \t\tObject.defineProperty(exports, '__esModule', { value: true });\n \t};\n\n \t// create a fake namespace object\n \t// mode & 1: value is a module id, require it\n \t// mode & 2: merge all properties of value into the ns\n \t// mode & 4: return value when already ns object\n \t// mode & 8|1: behave like require\n \t__webpack_require__.t = function(value, mode) {\n \t\tif(mode & 1) value = __webpack_require__(value);\n \t\tif(mode & 8) return value;\n \t\tif((mode & 4) && typeof value === 'object' && value && value.__esModule) return value;\n \t\tvar ns = Object.create(null);\n \t\t__webpack_require__.r(ns);\n \t\tObject.defineProperty(ns, 'default', { enumerable: true, value: value });\n \t\tif(mode & 2 && typeof value != 'string') for(var key in value) __webpack_require__.d(ns, key, function(key) { return value[key]; }.bind(null, key));\n \t\treturn ns;\n \t};\n\n \t// getDefaultExport function for compatibility with non-harmony modules\n \t__webpack_require__.n = function(module) {\n \t\tvar getter = module && module.__esModule ?\n \t\t\tfunction getDefault() { return module['default']; } :\n \t\t\tfunction getModuleExports() { return module; };\n \t\t__webpack_require__.d(getter, 'a', getter);\n \t\treturn getter;\n \t};\n\n \t// Object.prototype.hasOwnProperty.call\n \t__webpack_require__.o = function(object, property) { return Object.prototype.hasOwnProperty.call(object, property); };\n\n \t// __webpack_public_path__\n \t__webpack_require__.p = \"\";\n\n \tvar jsonpArray = window[\"webpackJsonp\"] = window[\"webpackJsonp\"] || [];\n \tvar oldJsonpFunction = jsonpArray.push.bind(jsonpArray);\n \tjsonpArray.push = webpackJsonpCallback;\n \tjsonpArray = jsonpArray.slice();\n \tfor(var i = 0; i < jsonpArray.length; i++) webpackJsonpCallback(jsonpArray[i]);\n \tvar parentJsonpFunction = oldJsonpFunction;\n\n\n \t// add entry module to deferred list\n \tdeferredModules.push([1572,1]);\n \t// run deferred modules when ready\n \treturn checkDeferredModules();\n","import { PlayerObject } from \"./PersonObjects/Player/PlayerObject\";\nimport { sanitizeExploits } from \"./Exploits/Exploit\";\n\nimport { Reviver } from \"./utils/JSONReviver\";\n\nexport let Player = new PlayerObject();\n\nexport function loadPlayer(saveString: string): void {\n Player = JSON.parse(saveString, Reviver);\n Player.money = parseFloat(Player.money + \"\");\n Player.exploits = sanitizeExploits(Player.exploits);\n}\n","import { NetscriptContext } from \"./APIWrapper\";\nimport { WorkerScript } from \"./WorkerScript\";\nimport { GetAllServers, GetServer } from \"../Server/AllServers\";\nimport { Player } from \"../Player\";\nimport { ScriptDeath } from \"./ScriptDeath\";\nimport { numeralWrapper } from \"../ui/numeralFormat\";\nimport { ScriptArg } from \"./ScriptArg\";\nimport { CityName } from \"../Locations/data/CityNames\";\nimport { BasicHGWOptions } from \"src/ScriptEditor/NetscriptDefinitions\";\nimport { Server } from \"../Server/Server\";\nimport {\n calculateHackingChance,\n calculateHackingExpGain,\n calculateHackingTime,\n calculatePercentMoneyHacked,\n} from \"../Hacking\";\nimport { netscriptCanHack } from \"../Hacking/netscriptCanHack\";\nimport { convertTimeMsToTimeElapsedString } from \"../utils/StringHelperFunctions\";\nimport { BitNodeMultipliers } from \"../BitNode/BitNodeMultipliers\";\nimport { CONSTANTS } from \"../Constants\";\nimport { influenceStockThroughServerHack } from \"../StockMarket/PlayerInfluencing\";\nimport { IPort, NetscriptPort } from \"../NetscriptPort\";\nimport { NetscriptPorts } from \"../NetscriptWorker\";\nimport { Person } from \"../PersonObjects/Person\";\nimport { FormulaGang } from \"../Gang/formulas/formulas\";\nimport { GangMember } from \"../Gang/GangMember\";\nimport { GangMemberTask } from \"../Gang/GangMemberTask\";\nimport { RunningScript } from \"../Script/RunningScript\";\nimport { toNative } from \"../NetscriptFunctions/toNative\";\nimport { ScriptIdentifier } from \"./ScriptIdentifier\";\nimport { findRunningScript, findRunningScriptByPid } from \"../Script/ScriptHelpers\";\nimport { RunningScript as IRunningScript } from \"../ScriptEditor/NetscriptDefinitions\";\nimport { arrayToString } from \"../utils/helpers/arrayToString\";\nimport { HacknetServer } from \"../Hacknet/HacknetServer\";\nimport { BaseServer } from \"../Server/BaseServer\";\nimport { dialogBoxCreate } from \"../ui/React/DialogBox\";\n\nexport const helpers = {\n string,\n number,\n scriptArgs,\n argsToString,\n makeBasicErrorMsg,\n makeRuntimeErrorMsg,\n resolveNetscriptRequestedThreads,\n checkEnvFlags,\n checkSingularityAccess,\n netscriptDelay,\n updateDynamicRam,\n city,\n getServer,\n scriptIdentifier,\n hack,\n getValidPort,\n player,\n server,\n gang,\n gangMember,\n gangTask,\n log,\n getRunningScript,\n getRunningScriptByArgs,\n getCannotFindRunningScriptErrorMessage,\n createPublicRunningScript,\n failOnHacknetServer,\n};\n\nconst userFriendlyString = (v: unknown): string => {\n const clip = (s: string): string => {\n if (s.length > 15) return s.slice(0, 12) + \"...\";\n return s;\n };\n if (typeof v === \"number\") return String(v);\n if (typeof v === \"string\") {\n if (v === \"\") return \"empty string\";\n return `'${clip(v)}'`;\n }\n const json = JSON.stringify(v);\n if (!json) return \"???\";\n return `'${clip(json)}'`;\n};\n\nconst debugType = (v: unknown): string => {\n if (v === null) return `Is null.`;\n if (v === undefined) return \"Is undefined.\";\n if (typeof v === \"function\") return \"Is a function.\";\n return `Is of type '${typeof v}', value: ${userFriendlyString(v)}`;\n};\n\n/** Convert a provided value v for argument argName to string. If it wasn't originally a string or number, throw. */\nfunction string(ctx: NetscriptContext, argName: string, v: unknown): string {\n if (typeof v === \"string\") return v;\n if (typeof v === \"number\") return v + \"\"; // cast to string;\n throw makeRuntimeErrorMsg(ctx, `'${argName}' should be a string. ${debugType(v)}`, \"TYPE\");\n}\n\n/** Convert provided value v for argument argName to number. Throw if could not convert to a non-NaN number. */\nfunction number(ctx: NetscriptContext, argName: string, v: unknown): number {\n if (typeof v === \"string\") {\n const x = parseFloat(v);\n if (!isNaN(x)) return x; // otherwise it wasn't even a string representing a number.\n } else if (typeof v === \"number\") {\n if (isNaN(v)) throw makeRuntimeErrorMsg(ctx, `'${argName}' is NaN.`);\n return v;\n }\n throw makeRuntimeErrorMsg(ctx, `'${argName}' should be a number. ${debugType(v)}`, \"TYPE\");\n}\n\n/** Returns args back if it is a ScriptArg[]. Throws an error if it is not. */\nfunction scriptArgs(ctx: NetscriptContext, args: unknown) {\n if (!isScriptArgs(args)) throw makeRuntimeErrorMsg(ctx, \"'args' is not an array of script args\", \"TYPE\");\n return args;\n}\n\n/** Convert multiple arguments for tprint or print into a single string. */\nfunction argsToString(args: unknown[]): string {\n let out = \"\";\n for (let arg of args) {\n if (arg === null) {\n out += \"null\";\n continue;\n }\n if (arg === undefined) {\n out += \"undefined\";\n continue;\n }\n arg = toNative(arg);\n out += typeof arg === \"object\" ? JSON.stringify(arg) : `${arg}`;\n }\n\n return out;\n}\n\n/** Creates an error message string containing hostname, scriptname, and the error message msg */\nfunction makeBasicErrorMsg(ws: WorkerScript | ScriptDeath, msg: string, type = \"RUNTIME\"): string {\n if (ws instanceof WorkerScript) {\n for (const scriptUrl of ws.scriptRef.dependencies) {\n msg = msg.replace(new RegExp(scriptUrl.url, \"g\"), scriptUrl.filename);\n }\n }\n return `${type} ERROR\\n${ws.name}@${ws.hostname} (PID - ${ws.pid})\\n\\n${msg}`;\n}\n\n/** Creates an error message string with a stack trace. */\nfunction makeRuntimeErrorMsg(ctx: NetscriptContext, msg: string, type = \"RUNTIME\"): string {\n const errstack = new Error().stack;\n if (errstack === undefined) throw new Error(\"how did we not throw an error?\");\n const stack = errstack.split(\"\\n\").slice(1);\n const ws = ctx.workerScript;\n const caller = ctx.functionPath;\n const scripts = ws.getServer().scripts;\n const userstack = [];\n for (const stackline of stack) {\n let filename;\n for (const script of scripts) {\n if (script.filename && stackline.includes(script.filename)) {\n filename = script.filename;\n }\n for (const dependency of script.dependencies) {\n if (stackline.includes(dependency.filename)) {\n filename = dependency.filename;\n }\n }\n }\n if (!filename) continue;\n\n interface ILine {\n line: string;\n func: string;\n }\n\n function parseChromeStackline(line: string): ILine | null {\n const lineRe = /.*:(\\d+):\\d+.*/;\n const funcRe = /.*at (.+) \\(.*/;\n\n const lineMatch = line.match(lineRe);\n const funcMatch = line.match(funcRe);\n if (lineMatch && funcMatch) {\n return { line: lineMatch[1], func: funcMatch[1] };\n }\n return null;\n }\n let call = { line: \"-1\", func: \"unknown\" };\n const chromeCall = parseChromeStackline(stackline);\n if (chromeCall) {\n call = chromeCall;\n }\n\n function parseFirefoxStackline(line: string): ILine | null {\n const lineRe = /.*:(\\d+):\\d+$/;\n const lineMatch = line.match(lineRe);\n\n const lio = line.lastIndexOf(\"@\");\n\n if (lineMatch && lio !== -1) {\n return { line: lineMatch[1], func: line.slice(0, lio) };\n }\n return null;\n }\n\n const firefoxCall = parseFirefoxStackline(stackline);\n if (firefoxCall) {\n call = firefoxCall;\n }\n\n userstack.push(`${filename}:L${call.line}@${call.func}`);\n }\n\n log(ctx, () => msg);\n let rejectMsg = `${caller}: ${msg}`;\n if (userstack.length !== 0) rejectMsg += `\\n\\nStack:\\n${userstack.join(\"\\n\")}`;\n return makeBasicErrorMsg(ws, rejectMsg, type);\n}\n\n/** Validate requested number of threads for h/g/w options */\nfunction resolveNetscriptRequestedThreads(ctx: NetscriptContext, requestedThreads?: number): number {\n const threads = ctx.workerScript.scriptRef.threads;\n if (!requestedThreads) {\n return isNaN(threads) || threads < 1 ? 1 : threads;\n }\n const requestedThreadsAsInt = requestedThreads | 0;\n if (isNaN(requestedThreads) || requestedThreadsAsInt < 1) {\n throw makeRuntimeErrorMsg(\n ctx,\n `Invalid thread count passed to ${ctx.function}: ${requestedThreads}. Threads must be a positive number.`,\n );\n }\n if (requestedThreadsAsInt > threads) {\n throw makeRuntimeErrorMsg(\n ctx,\n `Too many threads requested by ${ctx.function}. Requested: ${requestedThreads}. Has: ${threads}.`,\n );\n }\n return requestedThreadsAsInt;\n}\n\n/** Validate singularity access by throwing an error if the player does not have access. */\nfunction checkSingularityAccess(ctx: NetscriptContext): void {\n if (Player.bitNodeN !== 4 && Player.sourceFileLvl(4) === 0) {\n throw makeRuntimeErrorMsg(\n ctx,\n `This singularity function requires Source-File 4 to run. A power up you obtain later in the game.\n It will be very obvious when and how you can obtain it.`,\n \"API ACCESS\",\n );\n }\n}\n\n/** Create an error if a script is dead or if concurrent ns function calls are made */\nfunction checkEnvFlags(ctx: NetscriptContext): void {\n const ws = ctx.workerScript;\n if (ws.env.stopFlag) {\n log(ctx, () => \"Failed to run due to script being killed.\");\n throw new ScriptDeath(ws);\n }\n if (ws.env.runningFn && ctx.function !== \"asleep\") {\n ws.delayReject?.(new ScriptDeath(ws));\n ws.env.stopFlag = true;\n log(ctx, () => \"Failed to run due to failed concurrency check.\");\n throw makeRuntimeErrorMsg(\n ctx,\n `Concurrent calls to Netscript functions are not allowed!\n Did you forget to await hack(), grow(), or some other\n promise-returning function?\n Currently running: ${ws.env.runningFn} tried to run: ${ctx.function}`,\n \"CONCURRENCY\",\n );\n }\n}\n\n/** Set a timeout for performing a task, mark the script as busy in the meantime. */\nfunction netscriptDelay(ctx: NetscriptContext, time: number): Promise {\n const ws = ctx.workerScript;\n return new Promise(function (resolve, reject) {\n ws.delay = window.setTimeout(() => {\n ws.delay = null;\n ws.delayReject = undefined;\n ws.env.runningFn = \"\";\n if (ws.env.stopFlag) reject(new ScriptDeath(ws));\n else resolve();\n }, time);\n ws.delayReject = reject;\n ws.env.runningFn = ctx.function;\n });\n}\n\n/** Adds to dynamic ram cost when calling new ns functions from a script */\nfunction updateDynamicRam(ctx: NetscriptContext, ramCost: number): void {\n const ws = ctx.workerScript;\n const fnName = ctx.function;\n if (ws.dynamicLoadedFns[fnName]) return;\n ws.dynamicLoadedFns[fnName] = true;\n\n let threads = ws.scriptRef.threads;\n if (typeof threads !== \"number\") {\n console.warn(`WorkerScript detected NaN for thread count for ${ws.name} on ${ws.hostname}`);\n threads = 1;\n }\n ws.dynamicRamUsage += ramCost;\n if (ws.dynamicRamUsage > 1.01 * ws.ramUsage) {\n log(ctx, () => \"Insufficient static ram available.\");\n ws.env.stopFlag = true;\n throw makeRuntimeErrorMsg(\n ctx,\n `Dynamic RAM usage calculated to be greater than initial RAM usage.\n This is probably because you somehow circumvented the static RAM calculation.\n\n Threads: ${threads}\n Dynamic RAM Usage: ${numeralWrapper.formatRAM(ws.dynamicRamUsage)} per thread\n Static RAM Usage: ${numeralWrapper.formatRAM(ws.ramUsage)} per thread\n\n One of these could be the reason:\n * Using eval() to get a reference to a ns function\n \\u00a0\\u00a0const myScan = eval('ns.scan');\n\n * Using map access to do the same\n \\u00a0\\u00a0const myScan = ns['scan'];\n\n Sorry :(`,\n \"RAM USAGE\",\n );\n }\n}\n\n/** Validates the input v as being a CityName. Throws an error if it is not. */\nfunction city(ctx: NetscriptContext, argName: string, v: unknown): CityName {\n if (typeof v !== \"string\") throw makeRuntimeErrorMsg(ctx, `${argName} should be a city name.`);\n const s = v as CityName;\n if (!Object.values(CityName).includes(s)) throw makeRuntimeErrorMsg(ctx, `${argName} should be a city name.`);\n return s;\n}\n\nfunction scriptIdentifier(\n ctx: NetscriptContext,\n scriptID: unknown,\n _hostname: unknown,\n _args: unknown,\n): ScriptIdentifier {\n const ws = ctx.workerScript;\n // Provide the pid for the current script if no identifier provided\n if (scriptID === undefined) return ws.pid;\n if (typeof scriptID === \"number\") return scriptID;\n if (typeof scriptID === \"string\") {\n const hostname = _hostname === undefined ? ctx.workerScript.hostname : string(ctx, \"hostname\", _hostname);\n const args = _args === undefined ? [] : scriptArgs(ctx, _args);\n return {\n scriptname: scriptID,\n hostname,\n args,\n };\n }\n throw makeRuntimeErrorMsg(ctx, \"An unknown type of input was provided as a script identifier.\", \"TYPE\");\n}\n\n/**\n * Gets the Server for a specific hostname/ip, throwing an error\n * if the server doesn't exist.\n * @param {NetscriptContext} ctx - Context from which getServer is being called. For logging purposes.\n * @param {string} hostname - Hostname of the server\n * @returns {BaseServer} The specified server as a BaseServer\n */\nfunction getServer(ctx: NetscriptContext, hostname: string) {\n const server = GetServer(hostname);\n if (server == null) {\n const str = hostname === \"\" ? \"'' (empty string)\" : \"'\" + hostname + \"'\";\n throw makeRuntimeErrorMsg(ctx, `Invalid hostname: ${str}`);\n }\n return server;\n}\n\nfunction isScriptArgs(args: unknown): args is ScriptArg[] {\n const isScriptArg = (arg: unknown) => typeof arg === \"string\" || typeof arg === \"number\" || typeof arg === \"boolean\";\n return Array.isArray(args) && args.every(isScriptArg);\n}\n\nfunction hack(\n ctx: NetscriptContext,\n hostname: string,\n manual: boolean,\n { threads: requestedThreads, stock }: BasicHGWOptions = {},\n): Promise {\n const ws = ctx.workerScript;\n const threads = helpers.resolveNetscriptRequestedThreads(ctx, requestedThreads);\n const server = getServer(ctx, hostname);\n if (!(server instanceof Server)) {\n throw makeRuntimeErrorMsg(ctx, \"Cannot be executed on this server.\");\n }\n\n // Calculate the hacking time\n const hackingTime = calculateHackingTime(server, Player); // This is in seconds\n\n // No root access or skill level too low\n const canHack = netscriptCanHack(server);\n if (!canHack.res) {\n throw makeRuntimeErrorMsg(ctx, canHack.msg || \"\");\n }\n\n log(\n ctx,\n () =>\n `Executing on '${server.hostname}' in ${convertTimeMsToTimeElapsedString(\n hackingTime * 1000,\n true,\n )} (t=${numeralWrapper.formatThreads(threads)})`,\n );\n\n return helpers.netscriptDelay(ctx, hackingTime * 1000).then(function () {\n const hackChance = calculateHackingChance(server, Player);\n const rand = Math.random();\n let expGainedOnSuccess = calculateHackingExpGain(server, Player) * threads;\n const expGainedOnFailure = expGainedOnSuccess / 4;\n if (rand < hackChance) {\n // Success!\n const percentHacked = calculatePercentMoneyHacked(server, Player);\n let maxThreadNeeded = Math.ceil(1 / percentHacked);\n if (isNaN(maxThreadNeeded)) {\n // Server has a 'max money' of 0 (probably). We'll set this to an arbitrarily large value\n maxThreadNeeded = 1e6;\n }\n\n let moneyDrained = Math.floor(server.moneyAvailable * percentHacked) * threads;\n\n // Over-the-top safety checks\n if (moneyDrained <= 0) {\n moneyDrained = 0;\n expGainedOnSuccess = expGainedOnFailure;\n }\n if (moneyDrained > server.moneyAvailable) {\n moneyDrained = server.moneyAvailable;\n }\n server.moneyAvailable -= moneyDrained;\n if (server.moneyAvailable < 0) {\n server.moneyAvailable = 0;\n }\n\n let moneyGained = moneyDrained * BitNodeMultipliers.ScriptHackMoneyGain;\n if (manual) {\n moneyGained = moneyDrained * BitNodeMultipliers.ManualHackMoney;\n }\n\n Player.gainMoney(moneyGained, \"hacking\");\n ws.scriptRef.onlineMoneyMade += moneyGained;\n Player.scriptProdSinceLastAug += moneyGained;\n ws.scriptRef.recordHack(server.hostname, moneyGained, threads);\n Player.gainHackingExp(expGainedOnSuccess);\n if (manual) Player.gainIntelligenceExp(0.005);\n ws.scriptRef.onlineExpGained += expGainedOnSuccess;\n log(\n ctx,\n () =>\n `Successfully hacked '${server.hostname}' for ${numeralWrapper.formatMoney(\n moneyGained,\n )} and ${numeralWrapper.formatExp(expGainedOnSuccess)} exp (t=${numeralWrapper.formatThreads(threads)})`,\n );\n server.fortify(CONSTANTS.ServerFortifyAmount * Math.min(threads, maxThreadNeeded));\n if (stock) {\n influenceStockThroughServerHack(server, moneyDrained);\n }\n if (manual) {\n server.backdoorInstalled = true;\n }\n return moneyGained;\n } else {\n // Player only gains 25% exp for failure?\n Player.gainHackingExp(expGainedOnFailure);\n ws.scriptRef.onlineExpGained += expGainedOnFailure;\n log(\n ctx,\n () =>\n `Failed to hack '${server.hostname}'. Gained ${numeralWrapper.formatExp(\n expGainedOnFailure,\n )} exp (t=${numeralWrapper.formatThreads(threads)})`,\n );\n return 0;\n }\n });\n}\n\nfunction getValidPort(ctx: NetscriptContext, port: number): IPort {\n if (isNaN(port)) {\n throw makeRuntimeErrorMsg(\n ctx,\n `Invalid argument. Must be a port number between 1 and ${CONSTANTS.NumNetscriptPorts}, is ${port}`,\n );\n }\n port = Math.round(port);\n if (port < 1 || port > CONSTANTS.NumNetscriptPorts) {\n throw makeRuntimeErrorMsg(\n ctx,\n `Trying to use an invalid port: ${port}. Only ports 1-${CONSTANTS.NumNetscriptPorts} are valid.`,\n );\n }\n let iport = NetscriptPorts.get(port);\n if (!iport) {\n iport = NetscriptPort();\n NetscriptPorts.set(port, iport);\n }\n return iport;\n}\n\nfunction player(ctx: NetscriptContext, p: unknown): Person {\n const fakePlayer = {\n hp: undefined,\n mults: undefined,\n numPeopleKilled: undefined,\n money: undefined,\n city: undefined,\n location: undefined,\n bitNodeN: undefined,\n totalPlaytime: undefined,\n playtimeSinceLastAug: undefined,\n playtimeSinceLastBitnode: undefined,\n jobs: undefined,\n factions: undefined,\n tor: undefined,\n inBladeburner: undefined,\n hasCorporation: undefined,\n entropy: undefined,\n };\n if (!roughlyIs(fakePlayer, p)) throw makeRuntimeErrorMsg(ctx, `player should be a Player.`, \"TYPE\");\n return p as Person;\n}\n\nfunction server(ctx: NetscriptContext, s: unknown): Server {\n const fakeServer = {\n cpuCores: undefined,\n ftpPortOpen: undefined,\n hasAdminRights: undefined,\n hostname: undefined,\n httpPortOpen: undefined,\n ip: undefined,\n isConnectedTo: undefined,\n maxRam: undefined,\n organizationName: undefined,\n ramUsed: undefined,\n smtpPortOpen: undefined,\n sqlPortOpen: undefined,\n sshPortOpen: undefined,\n purchasedByPlayer: undefined,\n backdoorInstalled: undefined,\n baseDifficulty: undefined,\n hackDifficulty: undefined,\n minDifficulty: undefined,\n moneyAvailable: undefined,\n moneyMax: undefined,\n numOpenPortsRequired: undefined,\n openPortCount: undefined,\n requiredHackingSkill: undefined,\n serverGrowth: undefined,\n };\n if (!roughlyIs(fakeServer, s)) throw makeRuntimeErrorMsg(ctx, `server should be a Server.`, \"TYPE\");\n return s as Server;\n}\n\nfunction roughlyIs(expect: object, actual: unknown): boolean {\n if (typeof actual !== \"object\" || actual == null) return false;\n\n const expects = Object.keys(expect);\n const actuals = Object.keys(actual);\n for (const expect of expects)\n if (!actuals.includes(expect)) {\n return false;\n }\n return true;\n}\n\nfunction gang(ctx: NetscriptContext, g: unknown): FormulaGang {\n if (!roughlyIs({ respect: 0, territory: 0, wantedLevel: 0 }, g))\n throw makeRuntimeErrorMsg(ctx, `gang should be a Gang.`, \"TYPE\");\n return g as FormulaGang;\n}\n\nfunction gangMember(ctx: NetscriptContext, m: unknown): GangMember {\n if (!roughlyIs(new GangMember(), m)) throw makeRuntimeErrorMsg(ctx, `member should be a GangMember.`, \"TYPE\");\n return m as GangMember;\n}\n\nfunction gangTask(ctx: NetscriptContext, t: unknown): GangMemberTask {\n if (!roughlyIs(new GangMemberTask(\"\", \"\", false, false, { hackWeight: 100 }), t))\n throw makeRuntimeErrorMsg(ctx, `task should be a GangMemberTask.`, \"TYPE\");\n return t as GangMemberTask;\n}\n\nfunction log(ctx: NetscriptContext, message: () => string) {\n ctx.workerScript.log(ctx.functionPath, message);\n}\n\n/**\n * Searches for and returns the RunningScript object for the specified script.\n * If the 'fn' argument is not specified, this returns the current RunningScript.\n * @param {string} fn - Filename of script\n * @param {string} hostname - Hostname/ip of the server on which the script resides\n * @param {any[]} scriptArgs - Running script's arguments\n * @returns {RunningScript}\n * Running script identified by the parameters, or null if no such script\n * exists, or the current running script if the first argument 'fn'\n * is not specified.\n */\nfunction getRunningScriptByArgs(\n ctx: NetscriptContext,\n fn: string,\n hostname: string,\n scriptArgs: ScriptArg[],\n): RunningScript | null {\n if (!Array.isArray(scriptArgs)) {\n throw helpers.makeRuntimeErrorMsg(\n ctx,\n \"Invalid scriptArgs argument passed into getRunningScriptByArgs().\\n\" +\n \"This is probably a bug. Please report to game developer\",\n );\n }\n\n if (fn != null && typeof fn === \"string\") {\n // Get Logs of another script\n if (hostname == null) {\n hostname = ctx.workerScript.hostname;\n }\n const server = helpers.getServer(ctx, hostname);\n\n return findRunningScript(fn, scriptArgs, server);\n }\n\n // If no arguments are specified, return the current RunningScript\n return ctx.workerScript.scriptRef;\n}\n\nfunction getRunningScriptByPid(pid: number): RunningScript | null {\n for (const server of GetAllServers()) {\n const runningScript = findRunningScriptByPid(pid, server);\n if (runningScript) return runningScript;\n }\n return null;\n}\n\nfunction getRunningScript(ctx: NetscriptContext, ident: ScriptIdentifier): RunningScript | null {\n if (typeof ident === \"number\") {\n return getRunningScriptByPid(ident);\n } else {\n return getRunningScriptByArgs(ctx, ident.scriptname, ident.hostname, ident.args);\n }\n}\n\n/**\n * Helper function for getting the error log message when the user specifies\n * a nonexistent running script\n * @param {string} fn - Filename of script\n * @param {string} hostname - Hostname/ip of the server on which the script resides\n * @param {any[]} scriptArgs - Running script's arguments\n * @returns {string} Error message to print to logs\n */\nfunction getCannotFindRunningScriptErrorMessage(ident: ScriptIdentifier): string {\n if (typeof ident === \"number\") return `Cannot find running script with pid: ${ident}`;\n\n return `Cannot find running script ${ident.scriptname} on server ${ident.hostname} with args: ${arrayToString(\n ident.args,\n )}`;\n}\n\n/**\n * Sanitizes a `RunningScript` to remove sensitive information, making it suitable for\n * return through an NS function.\n * @see NS.getRecentScripts\n * @see NS.getRunningScript\n * @param runningScript Existing, internal RunningScript\n * @returns A sanitized, NS-facing copy of the RunningScript\n */\nfunction createPublicRunningScript(runningScript: RunningScript): IRunningScript {\n return {\n args: runningScript.args.slice(),\n filename: runningScript.filename,\n logs: runningScript.logs.slice(),\n offlineExpGained: runningScript.offlineExpGained,\n offlineMoneyMade: runningScript.offlineMoneyMade,\n offlineRunningTime: runningScript.offlineRunningTime,\n onlineExpGained: runningScript.onlineExpGained,\n onlineMoneyMade: runningScript.onlineMoneyMade,\n onlineRunningTime: runningScript.onlineRunningTime,\n pid: runningScript.pid,\n ramUsage: runningScript.ramUsage,\n server: runningScript.server,\n threads: runningScript.threads,\n };\n}\n\n/**\n * Used to fail a function if the function's target is a Hacknet Server.\n * This is used for functions that should run on normal Servers, but not Hacknet Servers\n * @param {Server} server - Target server\n * @param {string} callingFn - Name of calling function. For logging purposes\n * @returns {boolean} True if the server is a Hacknet Server, false otherwise\n */\nfunction failOnHacknetServer(ctx: NetscriptContext, server: BaseServer): boolean {\n if (server instanceof HacknetServer) {\n log(ctx, () => `Does not work on Hacknet Servers`);\n return true;\n } else {\n return false;\n }\n}\n\n/** Generate an error dialog when workerscript is known */\nexport function handleUnknownError(e: unknown, ws: WorkerScript | ScriptDeath | null = null, initialText = \"\") {\n if (e instanceof ScriptDeath) {\n //No dialog for an empty ScriptDeath\n if (e.errorMessage === \"\") return;\n if (!ws) {\n ws = e;\n e = ws.errorMessage;\n }\n }\n if (ws && typeof e === \"string\") {\n const headerText = makeBasicErrorMsg(ws, \"\", \"\");\n if (!e.includes(headerText)) e = makeBasicErrorMsg(ws, e);\n } else if (e instanceof SyntaxError) {\n const msg = `${e.message} (sorry we can't be more helpful)`;\n e = ws ? makeBasicErrorMsg(ws, msg, \"SYNTAX\") : `SYNTAX ERROR:\\n\\n${msg}`;\n } else if (e instanceof Error) {\n const msg = `${e.message}${e.stack ? `\\nstack:\\n${e.stack.toString()}` : \"\"}`;\n e = ws ? makeBasicErrorMsg(ws, msg) : `RUNTIME ERROR:\\n\\n${msg}`;\n }\n if (typeof e !== \"string\") {\n console.error(\"Unexpected error type:\", e);\n e = \"Unexpected type of error thrown. See console output.\";\n }\n dialogBoxCreate(initialText + e);\n}\n","export enum FactionNames {\n Illuminati = \"Illuminati\",\n Daedalus = \"Daedalus\",\n TheCovenant = \"The Covenant\",\n ECorp = \"ECorp\",\n MegaCorp = \"MegaCorp\",\n BachmanAssociates = \"Bachman & Associates\",\n BladeIndustries = \"Blade Industries\",\n NWO = \"NWO\",\n ClarkeIncorporated = \"Clarke Incorporated\",\n OmniTekIncorporated = \"OmniTek Incorporated\",\n FourSigma = \"Four Sigma\",\n KuaiGongInternational = \"KuaiGong International\",\n FulcrumSecretTechnologies = \"Fulcrum Secret Technologies\",\n BitRunners = \"BitRunners\",\n TheBlackHand = \"The Black Hand\",\n NiteSec = \"NiteSec\",\n Aevum = \"Aevum\",\n Chongqing = \"Chongqing\",\n Ishima = \"Ishima\",\n NewTokyo = \"New Tokyo\",\n Sector12 = \"Sector-12\",\n Volhaven = \"Volhaven\",\n SpeakersForTheDead = \"Speakers for the Dead\",\n TheDarkArmy = \"The Dark Army\",\n TheSyndicate = \"The Syndicate\",\n Silhouette = \"Silhouette\",\n Tetrads = \"Tetrads\",\n SlumSnakes = \"Slum Snakes\",\n Netburners = \"Netburners\",\n TianDiHui = \"Tian Di Hui\",\n CyberSec = \"CyberSec\",\n Bladeburners = \"Bladeburners\",\n ChurchOfTheMachineGod = \"Church of the Machine God\",\n ShadowsOfAnarchy = \"Shadows of Anarchy\",\n}\n","import { OwnedAugmentationsOrderSetting, PurchaseAugmentationsOrderSetting } from \"./SettingEnums\";\nimport { defaultTheme } from \"../Themes/Themes\";\nimport { defaultStyles } from \"../Themes/Styles\";\nimport { WordWrapOptions } from \"../ScriptEditor/ui/Options\";\nimport { defaultMonacoTheme } from \"../ScriptEditor/ui/themes\";\n\n/** The current options the player has customized to their play style. */\nexport const Settings = {\n /** How many servers per page */\n ActiveScriptsServerPageSize: 10,\n /** How many scripts per page */\n ActiveScriptsScriptPageSize: 10,\n /** How often the game should autosave the player's progress, in seconds. */\n AutosaveInterval: 60,\n /** How many milliseconds between execution points for Netscript 1 statements. */\n CodeInstructionRunTime: 25,\n /** Whether to render city as list of buttons. */\n DisableASCIIArt: false,\n /** Whether global keyboard shortcuts should be disabled throughout the game. */\n DisableHotkeys: false,\n /** Whether text effects such as corruption should be disabled. */\n DisableTextEffects: false,\n /** Whether overview progress bars should be visible. */\n DisableOverviewProgressBars: false,\n /** Whether to enable bash hotkeys */\n EnableBashHotkeys: false,\n /** Timestamps format string */\n TimestampsFormat: \"\",\n /** Locale used for display numbers. */\n Locale: \"en\",\n /** Limit the number of recently killed script entries being tracked. */\n MaxRecentScriptsCapacity: 50,\n /** Limit the number of log entries for each script being executed on each server. */\n MaxLogCapacity: 50,\n /** Limit how many entries can be written to a Netscript Port before entries start to get pushed out. */\n MaxPortCapacity: 50,\n /** Limit the number of entries in the terminal. */\n MaxTerminalCapacity: 500,\n /** Port the Remote File API client will try to connect to. 0 to disable. */\n RemoteFileApiPort: 0,\n /** Whether to save the game when the player saves any file. */\n SaveGameOnFileSave: true,\n /** Whether to hide the confirmation dialog for augmentation purchases. */\n SuppressBuyAugmentationConfirmation: false,\n /** Whether to hide the dialog showing new faction invites. */\n SuppressFactionInvites: false,\n /** Whether to hide the dialog when the player receives a new message file. */\n SuppressMessages: false,\n /** Whether to hide the confirmation dialog when the player attempts to travel between cities. */\n SuppressTravelConfirmation: false,\n /** Whether to hide the dialog when the player's Bladeburner actions are cancelled. */\n SuppressBladeburnerPopup: false,\n /** Whether to hide dialogs for stock market actions. */\n SuppressTIXPopup: false,\n /** Whether to hide the toast alert when the game is saved. */\n SuppressSavedGameToast: false,\n /** Whether to hide the toast warning when the autosave is disabled. */\n SuppressAutosaveDisabledWarnings: false,\n /** Whether to GiB instead of GB. */\n UseIEC60027_2: false,\n /** Whether to display intermediary time unit when their value is null */\n ShowMiddleNullTimeUnit: false,\n /** Whether the game should skip saving the running scripts to the save file. */\n ExcludeRunningScriptsFromSave: false,\n /** Whether the game's sidebar is opened. */\n IsSidebarOpened: true,\n /** Theme colors. */\n theme: { ...defaultTheme },\n /** Interface styles. */\n styles: { ...defaultStyles },\n /** Character overview settings. */\n overview: { x: 0, y: 0, opened: true },\n /** Script editor theme data. */\n EditorTheme: { ...defaultMonacoTheme },\n /** Order to display the player's owned Augmentations/Source Files. */\n OwnedAugmentationsOrder: OwnedAugmentationsOrderSetting.AcquirementTime,\n /** What order the Augmentations should be displayed in when purchasing from a Faction. */\n PurchaseAugmentationsOrder: PurchaseAugmentationsOrderSetting.Default,\n /** Script editor theme. */\n MonacoTheme: \"monokai\",\n MonacoInsertSpaces: false,\n /** Text size for script editor. */\n MonacoFontSize: 20,\n /** Whether to use Vim mod by default in the script editor */\n MonacoVim: false,\n /** Word wrap setting for Script Editor. */\n MonacoWordWrap: \"off\" as WordWrapOptions,\n\n load(saveString: string) {\n const save = JSON.parse(saveString);\n save.theme && Object.assign(Settings.theme, save.theme);\n save.styles && Object.assign(Settings.styles, save.styles);\n save.overview && Object.assign(Settings.overview, save.overview);\n save.EditorTheme && Object.assign(Settings.EditorTheme, save.EditorTheme);\n delete save.theme, save.styles, save.overview, save.EditorTheme;\n Object.assign(Settings, save);\n },\n};\n","import numeral from \"numeral\";\nimport \"numeral/locales/bg\";\nimport \"numeral/locales/cs\";\nimport \"numeral/locales/da-dk\";\nimport \"numeral/locales/de\";\nimport \"numeral/locales/en-au\";\nimport \"numeral/locales/en-gb\";\nimport \"numeral/locales/es\";\nimport \"numeral/locales/fr\";\nimport \"numeral/locales/hu\";\nimport \"numeral/locales/it\";\nimport \"numeral/locales/lv\";\nimport \"numeral/locales/no\";\nimport \"numeral/locales/pl\";\nimport \"numeral/locales/ru\";\n\nimport { Settings } from \"../Settings/Settings\";\n\nconst extraFormats = [1e15, 1e18, 1e21, 1e24, 1e27, 1e30];\nconst extraNotations = [\"q\", \"Q\", \"s\", \"S\", \"o\", \"n\"];\nconst gigaMultiplier = { standard: 1e9, iec60027_2: 2 ** 30 };\n\nclass NumeralFormatter {\n // Default Locale\n defaultLocale = \"en\";\n\n constructor() {\n this.defaultLocale = \"en\";\n }\n\n updateLocale(l: string): boolean {\n if (numeral.locale(l) == null) {\n console.warn(`Invalid locale for numeral: ${l}`);\n\n numeral.locale(this.defaultLocale);\n return false;\n }\n return true;\n }\n\n format(n: number | string, format?: string): string {\n // numeral.js doesn't properly format numbers that are too big or too small\n if (Math.abs(n as number) < 1e-6) {\n n = 0;\n }\n const answer = numeral(n).format(format);\n if (answer === \"NaN\") {\n return `${n}`;\n }\n return answer;\n }\n\n formatBigNumber(n: number | string): string {\n return this.format(n, \"0.000a\");\n }\n\n // TODO: leverage numeral.js to do it. This function also implies you can\n // use this format in some text field but you can't. ( \"1t\" will parse but\n // \"1s\" will not)\n formatReallyBigNumber(n: number | string, decimalPlaces = 3): string {\n const nAbs = Math.abs(n as number);\n if (n === Infinity) return \"∞\";\n for (let i = 0; i < extraFormats.length; i++) {\n if (extraFormats[i] < nAbs && nAbs <= extraFormats[i] * 1000) {\n return this.format((n as number) / extraFormats[i], \"0.\" + \"0\".repeat(decimalPlaces)) + extraNotations[i];\n }\n }\n if (nAbs < 1000) {\n return this.format(n, \"0.\" + \"0\".repeat(decimalPlaces));\n }\n const str = this.format(n, \"0.\" + \"0\".repeat(decimalPlaces) + \"a\");\n if (str === \"NaNt\") return this.format(n, \"0.\" + \" \".repeat(decimalPlaces) + \"e+0\");\n return str;\n }\n\n formatHp(n: number): string {\n if (n < 1e6) {\n return this.format(n, \"0,0\");\n }\n return this.formatReallyBigNumber(n);\n }\n\n formatMoney(n: number): string {\n return \"$\" + this.formatReallyBigNumber(n);\n }\n\n formatSkill(n: number): string {\n if (n < 1e15) {\n return this.format(n, \"0,0\");\n }\n return this.formatReallyBigNumber(n);\n }\n\n formatExp(n: number): string {\n return this.formatReallyBigNumber(n);\n }\n\n formatHashes(n: number): string {\n return this.formatReallyBigNumber(n);\n }\n\n formatReputation(n: number): string {\n return this.formatReallyBigNumber(n);\n }\n\n formatFavor(n: number): string {\n return this.format(n, \"0,0\");\n }\n\n formatSecurity(n: number): string {\n return n.toFixed(3);\n }\n\n formatRAM(n: number): string {\n if (Settings.UseIEC60027_2) {\n return this.format(n * gigaMultiplier.iec60027_2, \"0.00ib\");\n }\n return this.format(n * gigaMultiplier.standard, \"0.00b\");\n }\n\n formatPercentage(n: number | string, decimalPlaces = 2): string {\n const formatter: string = \"0.\" + \"0\".repeat(decimalPlaces) + \"%\";\n return this.format(n, formatter);\n }\n\n formatServerSecurity(n: number): string {\n return this.format(n, \"0,0.000\");\n }\n\n formatRespect(n: number): string {\n return this.formatReallyBigNumber(n, 5);\n }\n\n formatWanted(n: number): string {\n return this.formatReallyBigNumber(n, 5);\n }\n\n formatMultiplier(n: number): string {\n return this.format(n, \"0,0.00\");\n }\n\n formatSleeveShock(n: number): string {\n return this.format(n, \"0,0.000\");\n }\n\n formatSleeveSynchro(n: number): string {\n return this.format(n, \"0,0.000\");\n }\n\n formatSleeveMemory(n: number): string {\n return this.format(n, \"0\");\n }\n\n formatPopulation(n: number): string {\n return this.format(n, \"0.000a\");\n }\n\n formatStamina(n: number): string {\n return this.format(n, \"0.0\");\n }\n\n formatShares(n: number): string {\n if (n < 1000) {\n return this.format(n, \"0\");\n }\n return this.formatReallyBigNumber(n);\n }\n\n formatInfiltrationSecurity(n: number): string {\n return this.formatReallyBigNumber(n);\n }\n\n formatThreads(n: number): string {\n return this.format(n, \"0,0\");\n }\n\n formatStaneksGiftHeat(n: number): string {\n return this.format(n, \"0.000a\");\n }\n\n formatStaneksGiftCharge(n: number): string {\n return this.format(n, \"0.000a\");\n }\n\n formatStaneksGiftPower(n: number): string {\n return this.format(n, \"0.00\");\n }\n\n parseCustomLargeNumber(str: string): number {\n const numericRegExp = new RegExp(\"^(-?\\\\d+\\\\.?\\\\d*)([\" + extraNotations.join(\"\") + \"]?)$\");\n const match = str.match(numericRegExp);\n if (match == null) {\n return NaN;\n }\n const [, number, notation] = match;\n const notationIndex = extraNotations.indexOf(notation);\n if (notationIndex === -1) {\n return NaN;\n }\n return parseFloat(number) * extraFormats[notationIndex];\n }\n\n largestAbsoluteNumber(n1: number, n2 = 0, n3 = 0): number {\n if (isNaN(n1)) n1 = 0;\n if (isNaN(n2)) n2 = 0;\n if (isNaN(n3)) n3 = 0;\n const largestAbsolute = Math.max(Math.abs(n1), Math.abs(n2), Math.abs(n3));\n switch (largestAbsolute) {\n case Math.abs(n1):\n return n1;\n case Math.abs(n2):\n return n2;\n case Math.abs(n3):\n return n3;\n }\n return 0;\n }\n\n parseMoney(s: string): number {\n // numeral library does not handle formats like 1s (returns 1) and 1e10 (returns 110) well,\n // so if more then 1 return a valid number, return the one farthest from 0\n const numeralValue = numeral(s).value();\n const parsed = parseFloat(s);\n const selfParsed = this.parseCustomLargeNumber(s);\n // Check for one or more NaN values\n if (isNaN(parsed) && isNaN(selfParsed)) {\n if (numeralValue === null) {\n // 3x NaN\n return NaN;\n }\n // 2x NaN\n return numeralValue;\n } else if (numeralValue === null && isNaN(selfParsed)) {\n // 2x NaN\n return parsed;\n } else if (isNaN(parsed)) {\n if (numeralValue === null) {\n // 2x NaN\n return selfParsed;\n }\n // 1x NaN\n return this.largestAbsoluteNumber(numeralValue, selfParsed);\n } else if (numeralValue === null) {\n // 1x NaN\n return this.largestAbsoluteNumber(parsed, selfParsed);\n } else if (isNaN(selfParsed)) {\n // 1x NaN\n return this.largestAbsoluteNumber(numeralValue, parsed);\n } else {\n // no NaN\n return this.largestAbsoluteNumber(numeralValue, parsed, selfParsed);\n }\n }\n}\n\nexport const numeralWrapper = new NumeralFormatter();\n","import { Terminal as TTerminal } from \"./Terminal/Terminal\";\n\nexport const Terminal = new TTerminal();\n","/** Names of all locations */\nexport enum LocationName {\n // Aevum Locations\n AevumAeroCorp = \"AeroCorp\",\n AevumBachmanAndAssociates = \"Bachman & Associates\",\n AevumClarkeIncorporated = \"Clarke Incorporated\",\n AevumCrushFitnessGym = \"Crush Fitness Gym\",\n AevumECorp = \"ECorp\",\n AevumFulcrumTechnologies = \"Fulcrum Technologies\",\n AevumGalacticCybersystems = \"Galactic Cybersystems\",\n AevumNetLinkTechnologies = \"NetLink Technologies\",\n AevumPolice = \"Aevum Police Headquarters\",\n AevumRhoConstruction = \"Rho Construction\",\n AevumSnapFitnessGym = \"Snap Fitness Gym\",\n AevumSummitUniversity = \"Summit University\",\n AevumWatchdogSecurity = \"Watchdog Security\",\n AevumCasino = \"Iker Molina Casino\",\n\n // Chongqing locations\n ChongqingKuaiGongInternational = \"KuaiGong International\",\n ChongqingSolarisSpaceSystems = \"Solaris Space Systems\",\n ChongqingChurchOfTheMachineGod = \"Church of the Machine God\",\n\n // Sector 12\n Sector12AlphaEnterprises = \"Alpha Enterprises\",\n Sector12BladeIndustries = \"Blade Industries\",\n Sector12CIA = \"Central Intelligence Agency\",\n Sector12CarmichaelSecurity = \"Carmichael Security\",\n Sector12CityHall = \"Sector-12 City Hall\",\n Sector12DeltaOne = \"DeltaOne\",\n Sector12FoodNStuff = \"FoodNStuff\",\n Sector12FourSigma = \"Four Sigma\",\n Sector12IcarusMicrosystems = \"Icarus Microsystems\",\n Sector12IronGym = \"Iron Gym\",\n Sector12JoesGuns = \"Joe's Guns\",\n Sector12MegaCorp = \"MegaCorp\",\n Sector12NSA = \"National Security Agency\",\n Sector12PowerhouseGym = \"Powerhouse Gym\",\n Sector12RothmanUniversity = \"Rothman University\",\n Sector12UniversalEnergy = \"Universal Energy\",\n\n // New Tokyo\n NewTokyoDefComm = \"DefComm\",\n NewTokyoGlobalPharmaceuticals = \"Global Pharmaceuticals\",\n NewTokyoNoodleBar = \"Noodle Bar\",\n NewTokyoVitaLife = \"VitaLife\",\n NewTokyoArcade = \"Arcade\",\n\n // Ishima\n IshimaNovaMedical = \"Nova Medical\",\n IshimaOmegaSoftware = \"Omega Software\",\n IshimaStormTechnologies = \"Storm Technologies\",\n IshimaGlitch = \"0x6C1\",\n\n // Volhaven\n VolhavenCompuTek = \"CompuTek\",\n VolhavenHeliosLabs = \"Helios Labs\",\n VolhavenLexoCorp = \"LexoCorp\",\n VolhavenMilleniumFitnessGym = \"Millenium Fitness Gym\",\n VolhavenNWO = \"NWO\",\n VolhavenOmniTekIncorporated = \"OmniTek Incorporated\",\n VolhavenOmniaCybersystems = \"Omnia Cybersystems\",\n VolhavenSysCoreSecurities = \"SysCore Securities\",\n VolhavenZBInstituteOfTechnology = \"ZB Institute of Technology\",\n\n // Generic locations\n Hospital = \"Hospital\",\n Slums = \"The Slums\",\n TravelAgency = \"Travel Agency\",\n WorldStockExchange = \"World Stock Exchange\",\n\n // Default name for Location objects\n Void = \"The Void\",\n}\n","export enum AugmentationNames {\n Targeting1 = \"Augmented Targeting I\",\n Targeting2 = \"Augmented Targeting II\",\n Targeting3 = \"Augmented Targeting III\",\n SyntheticHeart = \"Synthetic Heart\",\n SynfibrilMuscle = \"Synfibril Muscle\",\n CombatRib1 = \"Combat Rib I\",\n CombatRib2 = \"Combat Rib II\",\n CombatRib3 = \"Combat Rib III\",\n NanofiberWeave = \"Nanofiber Weave\",\n SubdermalArmor = \"NEMEAN Subdermal Weave\",\n WiredReflexes = \"Wired Reflexes\",\n GrapheneBoneLacings = \"Graphene Bone Lacings\",\n BionicSpine = \"Bionic Spine\",\n GrapheneBionicSpine = \"Graphene Bionic Spine Upgrade\",\n BionicLegs = \"Bionic Legs\",\n GrapheneBionicLegs = \"Graphene Bionic Legs Upgrade\",\n SpeechProcessor = \"Speech Processor Implant\",\n TITN41Injection = \"TITN-41 Gene-Modification Injection\",\n EnhancedSocialInteractionImplant = \"Enhanced Social Interaction Implant\",\n BitWire = \"BitWire\",\n ArtificialBioNeuralNetwork = \"Artificial Bio-neural Network Implant\",\n ArtificialSynapticPotentiation = \"Artificial Synaptic Potentiation\",\n EnhancedMyelinSheathing = \"Enhanced Myelin Sheathing\",\n SynapticEnhancement = \"Synaptic Enhancement Implant\",\n NeuralRetentionEnhancement = \"Neural-Retention Enhancement\",\n DataJack = \"DataJack\",\n ENM = \"Embedded Netburner Module\",\n ENMCore = \"Embedded Netburner Module Core Implant\",\n ENMCoreV2 = \"Embedded Netburner Module Core V2 Upgrade\",\n ENMCoreV3 = \"Embedded Netburner Module Core V3 Upgrade\",\n ENMAnalyzeEngine = \"Embedded Netburner Module Analyze Engine\",\n ENMDMA = \"Embedded Netburner Module Direct Memory Access Upgrade\",\n Neuralstimulator = \"Neuralstimulator\",\n NeuralAccelerator = \"Neural Accelerator\",\n CranialSignalProcessorsG1 = \"Cranial Signal Processors - Gen I\",\n CranialSignalProcessorsG2 = \"Cranial Signal Processors - Gen II\",\n CranialSignalProcessorsG3 = \"Cranial Signal Processors - Gen III\",\n CranialSignalProcessorsG4 = \"Cranial Signal Processors - Gen IV\",\n CranialSignalProcessorsG5 = \"Cranial Signal Processors - Gen V\",\n NeuronalDensification = \"Neuronal Densification\",\n NeuroreceptorManager = \"Neuroreceptor Management Implant\",\n NuoptimalInjectorImplant = \"Nuoptimal Nootropic Injector Implant\",\n SpeechEnhancement = \"Speech Enhancement\",\n FocusWire = \"FocusWire\",\n PCDNI = \"PC Direct-Neural Interface\",\n PCDNIOptimizer = \"PC Direct-Neural Interface Optimization Submodule\",\n PCDNINeuralNetwork = \"PC Direct-Neural Interface NeuroNet Injector\",\n PCMatrix = \"PCMatrix\",\n ADRPheromone1 = \"ADR-V1 Pheromone Gene\",\n ADRPheromone2 = \"ADR-V2 Pheromone Gene\",\n ShadowsSimulacrum = \"The Shadow's Simulacrum\",\n HacknetNodeCPUUpload = \"Hacknet Node CPU Architecture Neural-Upload\",\n HacknetNodeCacheUpload = \"Hacknet Node Cache Architecture Neural-Upload\",\n HacknetNodeNICUpload = \"Hacknet Node NIC Architecture Neural-Upload\",\n HacknetNodeKernelDNI = \"Hacknet Node Kernel Direct-Neural Interface\",\n HacknetNodeCoreDNI = \"Hacknet Node Core Direct-Neural Interface\",\n NeuroFluxGovernor = \"NeuroFlux Governor\",\n Neurotrainer1 = \"Neurotrainer I\",\n Neurotrainer2 = \"Neurotrainer II\",\n Neurotrainer3 = \"Neurotrainer III\",\n Hypersight = \"HyperSight Corneal Implant\",\n LuminCloaking1 = \"LuminCloaking-V1 Skin Implant\",\n LuminCloaking2 = \"LuminCloaking-V2 Skin Implant\",\n HemoRecirculator = \"HemoRecirculator\",\n SmartSonar = \"SmartSonar Implant\",\n PowerRecirculator = \"Power Recirculation Core\",\n QLink = \"QLink\",\n TheRedPill = \"The Red Pill\",\n SPTN97 = \"SPTN-97 Gene Modification\",\n HiveMind = \"ECorp HVMind Implant\",\n CordiARCReactor = \"CordiARC Fusion Reactor\",\n SmartJaw = \"SmartJaw\",\n Neotra = \"Neotra\",\n Xanipher = \"Xanipher\",\n nextSENS = \"nextSENS Gene Modification\",\n OmniTekInfoLoad = \"OmniTek InfoLoad\",\n PhotosyntheticCells = \"Photosynthetic Cells\",\n Neurolink = \"BitRunners Neurolink\",\n TheBlackHand = \"The Black Hand\",\n UnstableCircadianModulator = \"Unstable Circadian Modulator\",\n CRTX42AA = \"CRTX42-AA Gene Modification\",\n Neuregen = \"Neuregen Gene Modification\",\n CashRoot = \"CashRoot Starter Kit\",\n NutriGen = \"NutriGen Implant\",\n INFRARet = \"INFRARET Enhancement\",\n DermaForce = \"DermaForce Particle Barrier\",\n GrapheneBrachiBlades = \"Graphene BrachiBlades Upgrade\",\n GrapheneBionicArms = \"Graphene Bionic Arms Upgrade\",\n BrachiBlades = \"BrachiBlades\",\n BionicArms = \"Bionic Arms\",\n SNA = \"Social Negotiation Assistant (S.N.A)\",\n CongruityImplant = \"nickofolas Congruity Implant\",\n HydroflameLeftArm = \"Hydroflame Left Arm\",\n BigDsBigBrain = \"BigD's Big ... Brain\",\n ZOE = \"Z.O.Ë.\",\n // UnnamedAug2 = \"UnnamedAug2\",\n\n // Bladeburner augs\n EsperEyewear = \"EsperTech Bladeburner Eyewear\",\n EMS4Recombination = \"EMS-4 Recombination\",\n OrionShoulder = \"ORION-MKIV Shoulder\",\n HyperionV1 = \"Hyperion Plasma Cannon V1\",\n HyperionV2 = \"Hyperion Plasma Cannon V2\",\n GolemSerum = \"GOLEM Serum\",\n VangelisVirus = \"Vangelis Virus\",\n VangelisVirus3 = \"Vangelis Virus 3.0\",\n INTERLINKED = \"I.N.T.E.R.L.I.N.K.E.D\",\n BladeRunner = \"Blade's Runners\",\n BladeArmor = \"BLADE-51b Tesla Armor\",\n BladeArmorPowerCells = \"BLADE-51b Tesla Armor: Power Cells Upgrade\",\n BladeArmorEnergyShielding = \"BLADE-51b Tesla Armor: Energy Shielding Upgrade\",\n BladeArmorUnibeam = \"BLADE-51b Tesla Armor: Unibeam Upgrade\",\n BladeArmorOmnibeam = \"BLADE-51b Tesla Armor: Omnibeam Upgrade\",\n BladeArmorIPU = \"BLADE-51b Tesla Armor: IPU Upgrade\",\n BladesSimulacrum = \"The Blade's Simulacrum\",\n\n StaneksGift1 = \"Stanek's Gift - Genesis\",\n StaneksGift2 = \"Stanek's Gift - Awakening\",\n StaneksGift3 = \"Stanek's Gift - Serenity\",\n\n // Infiltrators MiniGames\n MightOfAres = \"SoA - Might of Ares\", // slash\n WisdomOfAthena = \"SoA - Wisdom of Athena\", // bracket\n TrickeryOfHermes = \"SoA - Trickery of Hermes\", // cheatcode\n BeautyOfAphrodite = \"SoA - Beauty of Aphrodite\", // bribe\n ChaosOfDionysus = \"SoA - Chaos of Dionysus\", // reverse\n FloodOfPoseidon = \"SoA - Flood of Poseidon\", // hex\n HuntOfArtemis = \"SoA - Hunt of Artemis\", // mine\n KnowledgeOfApollo = \"SoA - Knowledge of Apollo\", // wire\n WKSharmonizer = \"SoA - phyzical WKS harmonizer\",\n}\n","/**\n * Generic Game Constants\n *\n * Constants for specific mechanics or features will NOT be here.\n */\nexport const CONSTANTS: {\n VersionString: string;\n VersionNumber: number;\n _idleSpeed: number;\n MaxSkillLevel: number;\n MilliPerCycle: number;\n CorpFactionRepRequirement: number;\n BaseFocusBonus: number;\n BaseCostFor1GBOfRamHome: number;\n BaseCostFor1GBOfRamServer: number;\n TravelCost: number;\n BaseFavorToDonate: number;\n DonateMoneyToRepDivisor: number;\n FactionReputationToFavorBase: number;\n FactionReputationToFavorMult: number;\n CompanyReputationToFavorBase: number;\n CompanyReputationToFavorMult: number;\n NeuroFluxGovernorLevelMult: number;\n NumNetscriptPorts: number;\n HomeComputerMaxRam: number;\n ServerBaseGrowthRate: number;\n ServerMaxGrowthRate: number;\n ServerFortifyAmount: number;\n ServerWeakenAmount: number;\n PurchasedServerLimit: number;\n PurchasedServerMaxRam: number;\n MultipleAugMultiplier: number;\n TorRouterCost: number;\n WSEAccountCost: number;\n TIXAPICost: number;\n MarketData4SCost: number;\n MarketDataTixApi4SCost: number;\n StockMarketCommission: number;\n HospitalCostPerHp: number;\n IntelligenceCrimeWeight: number;\n IntelligenceInfiltrationWeight: number;\n IntelligenceCrimeBaseExpGain: number;\n IntelligenceProgramBaseExpGain: number;\n IntelligenceGraftBaseExpGain: number;\n IntelligenceTerminalHackBaseExpGain: number;\n IntelligenceSingFnBaseExpGain: number;\n IntelligenceClassBaseExpGain: number;\n MillisecondsPer20Hours: number;\n GameCyclesPer20Hours: number;\n MillisecondsPer10Hours: number;\n GameCyclesPer10Hours: number;\n MillisecondsPer8Hours: number;\n GameCyclesPer8Hours: number;\n MillisecondsPer4Hours: number;\n GameCyclesPer4Hours: number;\n MillisecondsPer2Hours: number;\n GameCyclesPer2Hours: number;\n MillisecondsPerHour: number;\n GameCyclesPerHour: number;\n MillisecondsPerHalfHour: number;\n GameCyclesPerHalfHour: number;\n MillisecondsPerQuarterHour: number;\n GameCyclesPerQuarterHour: number;\n MillisecondsPerFiveMinutes: number;\n GameCyclesPerFiveMinutes: number;\n ClassDataStructuresBaseCost: number;\n ClassNetworksBaseCost: number;\n ClassAlgorithmsBaseCost: number;\n ClassManagementBaseCost: number;\n ClassLeadershipBaseCost: number;\n ClassGymBaseCost: number;\n ClassStudyComputerScienceBaseExp: number;\n ClassDataStructuresBaseExp: number;\n ClassNetworksBaseExp: number;\n ClassAlgorithmsBaseExp: number;\n ClassManagementBaseExp: number;\n ClassLeadershipBaseExp: number;\n CodingContractBaseFactionRepGain: number;\n CodingContractBaseCompanyRepGain: number;\n CodingContractBaseMoneyGain: number;\n AugmentationGraftingCostMult: number;\n AugmentationGraftingTimeBase: number;\n SoACostMult: number;\n SoARepMult: number;\n EntropyEffect: number;\n TotalNumBitNodes: number;\n InfiniteLoopLimit: number;\n Donations: number; // number of blood/plasma/palette donation the dev have verified., boosts NFG\n LatestUpdate: string;\n} = {\n VersionString: \"2.1.0\",\n VersionNumber: 26,\n\n // Speed (in ms) at which the main loop is updated\n _idleSpeed: 200,\n\n /** Max level for any skill, assuming no multipliers. Determined by max numerical value in javascript for experience\n * and the skill level formula in Player.js. Note that all this means it that when experience hits MAX_INT, then\n * the player will have this level assuming no multipliers. Multipliers can cause skills to go above this.\n */\n MaxSkillLevel: 975,\n\n // Milliseconds per game cycle\n MilliPerCycle: 200,\n\n // How much reputation is needed to join a megacorporation's faction\n CorpFactionRepRequirement: 400e3,\n\n // Base RAM costs\n BaseCostFor1GBOfRamHome: 32000,\n BaseCostFor1GBOfRamServer: 55000, //1 GB of RAM\n\n // Cost to travel to another city\n TravelCost: 200e3,\n\n // Faction and Company favor-related things\n BaseFavorToDonate: 150,\n DonateMoneyToRepDivisor: 1e6,\n FactionReputationToFavorBase: 500,\n FactionReputationToFavorMult: 1.02,\n CompanyReputationToFavorBase: 500,\n CompanyReputationToFavorMult: 1.02,\n\n // NeuroFlux Governor Augmentation cost multiplier\n NeuroFluxGovernorLevelMult: 1.14,\n\n NumNetscriptPorts: Number.MAX_SAFE_INTEGER,\n\n // Server-related constants\n HomeComputerMaxRam: 1073741824, // 2 ^ 30\n ServerBaseGrowthRate: 1.03, // Unadjusted Growth rate\n ServerMaxGrowthRate: 1.0035, // Maximum possible growth rate (max rate accounting for server security)\n ServerFortifyAmount: 0.002, // Amount by which server's security increases when its hacked/grown\n ServerWeakenAmount: 0.05, // Amount by which server's security decreases when weakened\n\n PurchasedServerLimit: 25,\n PurchasedServerMaxRam: 1048576, // 2^20\n\n // Augmentation Constants\n MultipleAugMultiplier: 1.9,\n\n // TOR Router\n TorRouterCost: 200e3,\n\n // Stock market\n WSEAccountCost: 200e6,\n TIXAPICost: 5e9,\n MarketData4SCost: 1e9,\n MarketDataTixApi4SCost: 25e9,\n StockMarketCommission: 100e3,\n\n // Hospital/Health\n HospitalCostPerHp: 100e3,\n\n // Intelligence-related constants\n IntelligenceCrimeWeight: 0.025, // Weight for how much int affects crime success rates\n IntelligenceInfiltrationWeight: 0.1, // Weight for how much int affects infiltration success rates\n IntelligenceCrimeBaseExpGain: 0.05,\n IntelligenceProgramBaseExpGain: 0.1, // Program required hack level divided by this to determine int exp gain\n IntelligenceGraftBaseExpGain: 0.05,\n IntelligenceTerminalHackBaseExpGain: 200, // Hacking exp divided by this to determine int exp gain\n IntelligenceSingFnBaseExpGain: 1.5,\n IntelligenceClassBaseExpGain: 0.01,\n\n // Time-related constants\n MillisecondsPer20Hours: 72000000,\n GameCyclesPer20Hours: 72000000 / 200,\n\n MillisecondsPer10Hours: 36000000,\n GameCyclesPer10Hours: 36000000 / 200,\n\n MillisecondsPer8Hours: 28800000,\n GameCyclesPer8Hours: 28800000 / 200,\n\n MillisecondsPer4Hours: 14400000,\n GameCyclesPer4Hours: 14400000 / 200,\n\n MillisecondsPer2Hours: 7200000,\n GameCyclesPer2Hours: 7200000 / 200,\n\n MillisecondsPerHour: 3600000,\n GameCyclesPerHour: 3600000 / 200,\n\n MillisecondsPerHalfHour: 1800000,\n GameCyclesPerHalfHour: 1800000 / 200,\n\n MillisecondsPerQuarterHour: 900000,\n GameCyclesPerQuarterHour: 900000 / 200,\n\n MillisecondsPerFiveMinutes: 300000,\n GameCyclesPerFiveMinutes: 300000 / 200,\n\n // Player Work & Action\n BaseFocusBonus: 0.8,\n\n ClassDataStructuresBaseCost: 40,\n ClassNetworksBaseCost: 80,\n ClassAlgorithmsBaseCost: 320,\n ClassManagementBaseCost: 160,\n ClassLeadershipBaseCost: 320,\n ClassGymBaseCost: 120,\n\n ClassStudyComputerScienceBaseExp: 0.5,\n ClassDataStructuresBaseExp: 1,\n ClassNetworksBaseExp: 2,\n ClassAlgorithmsBaseExp: 4,\n ClassManagementBaseExp: 2,\n ClassLeadershipBaseExp: 4,\n\n // Coding Contract\n // TODO: Move this into Coding contract implementation?\n CodingContractBaseFactionRepGain: 2500,\n CodingContractBaseCompanyRepGain: 4000,\n CodingContractBaseMoneyGain: 75e6,\n\n // Augmentation grafting multipliers\n AugmentationGraftingCostMult: 3,\n AugmentationGraftingTimeBase: 3600000,\n\n // SoA mults\n SoACostMult: 7,\n SoARepMult: 1.3,\n\n // Value raised to the number of entropy stacks, then multiplied to player multipliers\n EntropyEffect: 0.98,\n\n // BitNode/Source-File related stuff\n TotalNumBitNodes: 24,\n\n InfiniteLoopLimit: 2000,\n\n Donations: 30,\n\n LatestUpdate: `\n v2.1.0 - 2022-09-23 Remote File API\n -----------------------------------\n \n Dev notes\n * The most important change about this update is the introduction of the remote file api.\n With this we also deprecate the HTTP file api and the visual studio extension. Those things\n were made during the rush of Steam and aren't well thought out. This new process works with\n both the web and Steam version of the game and every text editor. Moving forward we also\n won't be doing much, if any, upgrades to the in-game editor. We think it's good enough for\n now and if you need more we recommend you hook up your favorite external editor.\n * Added functions to resize, move, and close tail windows\n * Added a new Augmentation, Z.O.Ë., which allows Sleeves to benefit from Stanek.\n \n API\n * Remove incorrectly placed 's' in ns.tFormat() (by @LJNeon)\n * More ports (previously max 20, now practically unlimited) (by @Hoekstraa)\n * Corp functions now return copy of constant arrays instead of the original (by @Mughur)\n * All the player sub-objects need to be copied for 'getPlayer'. (by @MageKing17)\n * add corp get functions, UI (by @Mughur)\n * FIX #3860 destroyW0r1dD43m0n now properly gives achievements and FIX #3890 favor now properly syncs across pages and the Donate achievement is now given correctly (by @Aerophia)\n \n CONTRIBUTIONS\n * Modify PR template (by @Hoekstraa)\n \n CCT\n * inconsistent probability for generation between online and offline (by @quacksouls)\n \n DOC\n * Some typo fixes in Netscript functions (by @quacksouls)\n * Fix #4033 Why use Coding Contract API (by @quacksouls)\n * typo fix in description of Caesar cipher (by @quacksouls)\n * FIX DOCS TYPO IN terminal.rst (by @BugiDev)\n * Update bitburner.sleeve.settobladeburneraction.md (by @borisflagell)\n \n CORPORATION\n * FIX #3880, #3876, #3322 and #3138 Bunch of corporation fixes (by @Mughur)\n * Gave investors some economics classes (by @Mughur)\n * Limit shareholder priority on newly issued shares (by @Undeemiss)\n \n UI\n * FIX #2962 Add a setting to display middle time unit in Time Elapsed String (by @hydroflame)\n * FIX #4106 Fix incorrect experience display in Crime UI. (by @SilverNexus)\n * Bitnode stats now show if BB/Corporation are disabled (by @Kelenius)\n * Removed three empty lines from BB status screen (by @Kelenius)\n * Add missing space to BN7 description (by @hex7cd)\n * Improvements to crime work UI (by @Kelenius)\n * FIX #3975, #3882 Script Editor more responsive on resize, and fix dirty file indicator (by @Snarling)\n \n API FIX\n * getCrimeStats use bitnode multipliers in the output of crime stats (by @phyzical)\n \n SLEEVES\n * FIX #3819 Allow using the regeneration chamber with sleeves to heal them. (by @coderanger)\n * FIX #4063 fix crash when player tries to assign more than 3 sleeves to Bladeburner contracts (by @Snarling)\n * FIX #4051 Sleeves no longer crash when player quits company sleeve was working (by @Snarling)\n \n API BACKUP\n * add singularity function for exporting game save back (by @phyzical)\n \n CORPORATION API\n * FIX #3655 Expose exports from Material (by @Rasmoh)\n \n SCRIPTS\n * FIX #4081 Rerunning a script from tail window recalculates ram usage (by @Snarling)\n * FIX #3962 The correct script will be closed even if the player modifies args (v2.0) (by @Snarling)\n \n DOCUMENTATION\n * Fixed Argument order for scp() (by @njalooo)\n \n CORP API\n * Fix up param order for limitProductProduction to match docs (by @phyzical)\n \n NETSCRIPT\n * FIX #2376 ns.exit now exits immediately (by @Snarling)\n * FIX #4055 Fix dynamic ram check (by @Snarling)\n * FIX #4037 ns1 wraps deeper layers correctly. (by @Snarling)\n * FIX #3963 Prevent bladeburner.setActionLevel from setting invalid action levels (by @MPJ-K)\n * Typo fixes in CodingContract, Hacknet, Singularity APIs (by @quacksouls)\n * Fix a typo in doc of Singularity.travelToCity() (by @quacksouls)\n * Update netscript definition file for scp, write, read, and flags (by @Snarling)\n * Correct missing ! for boolean coercion in Corporation.createCorporation(). (by @Risenafis)\n * Normalized Stock API logging (by @Snarling)\n * fix #3992 allow null duration in toast ns function (by @RollerKnobster)\n * Correct missing '!' for boolean coercion in 'singularity.workForCompany()'. (by @MageKing17)\n * ns.scp and ns.write are now synchronous + fix exec race condition (by @Snarling)\n * FIX #2931 atExit now allows synchronous ns functions (by @Snarling)\n * Improve real life CPU and memory performance of scripts. (by @Snarling)\n \n INFILTRATION\n * Corrected ns formula for infiltration rewards (by @ezylot)\n \n RFA\n * NetscriptDefinitions retains export strings (by @Hoekstraa)\n * Fix type of RFAMessages with non-String results (by @Hoekstraa)\n * New Remote File API addition for transmitting files to the game (by @Hoekstraa)\n \n SLEEVE\n * FIX #4022, #4024, #4025, #3998 (by @Mughur)\n \n DOCS, UI\n * update docs a bit more, amending some BN and SF texts (by @Mughur)\n \n GANG\n * Added weight to GangMemberTask construction call (by @ezylot)\n \n Coding Contracts\n * Don't stringify answer if already a string (by @alainbryden)\n \n TERMINAL\n * Fix ansi display bugs (by @Snarling)\n \n SCRIPT EDITOR\n * Debounce updateRAM calls. (by @Snarling)\n \n WORK\n * Add singularity check for finishing company work (by @Snarling)\n \n DOCS\n * Correct documentation for 'run()' with 0 threads. (by @MageKing17)\n * Some doc updates (by @Mughur)\n \n FILES\n * FIX #3979 Allow characters & and ' in filenames (by @Snarling)\n \n CORP FIX\n * dont take research points for something already researched via api (by @phyzical)\n \n FIX\n * Prompt Add user friendly message to avoid throwing recovery screen for invalid choices (by @phyzical)\n \n TUTORIAL\n * Fix #3965 Corrected tutorial text (by @mihilt)\n \n CONTRACTS\n * FIX #3755 change input handling for contract attempts (by @Snarling)\n \n HOTFIX\n * Fix infil definitions.d.ts (by @phyzical)\n \n MISC\n * crime gains, sleeve gang augs and faq (by @Mughur)\n * FIX #3649 Preventing server starting security level from going above 100 (by @Shiiyu)\n * Adds Shadows of Anarchy (by @Lagicrus)\n * Added intormation about hacking managers to hacking algorithms page (by @Kelenius)\n * Fix Jest CI Error (by @geggleto)\n * multiple hasAugmentation checks didn't check if the augment was installed (by @Mughur)\n * Fix for #2442 and #2795. (by @G4mingJon4s)\n * Adds info regarding augments and focus (by @Lagicrus)\n * Removed console.log line (by @dhosborne)\n * Update some doc (by @hydroflame)\n * Sleeve crime gain bitnode multiplier fix (by @Mughur)\n * trying to fix int problems (by @hydroflame)\n * Fix broken ns filesnames (by @hydroflame)\n * new formula functions (by @hydroflame)\n * v2.0.0 (by @hydroflame)\n * test fixes/md updates (by @phyzical)\n * Remove \"based\" from positive adjectives in infil (by @faangbait)\n * minor fix in instance calculation (by @hydroflame)\n * fix dynamic ram miscalc not triggering (by @hydroflame)\n * Refactor game options into separate components (by @hydroflame)\n * fix documentation for remote api (by @hydroflame)\n * fix settings unfocusing on every key stroke (by @hydroflame)\n * fix some stuff with the timestamp settings (by @hydroflame)\n * fix some stuff with the timestamp settings (by @hydroflame)\n * Fix unique key problem with ascii elements (by @hydroflame)\n * Improve wrong arg user message and add ui.windowSize (by @hydroflame)\n * fix stack trace missing in some errors (by @hydroflame)\n * Fix scp and write in ns1 (by @hydroflame)\n * Did some changes of the remote api and added documentation (by @hydroflame)\n * Add dummy function to generate a mock server or player for formulas stuff (by @hydroflame)\n * fix compile error (by @hydroflame)\n * regen doc (by @hydroflame)\n * rm console log (by @hydroflame)\n * regen doc (by @hydroflame)\n * Added more info about blood program, change some aug descriptions (by @hydroflame)\n * use triple equal (by @hydroflame)\n * Minor improvements to Netscript Port loading and unloading (by @hydroflame)\n * Fix hostname generation being weird about dash 0 added (by @hydroflame)\n * upgrade version number. (by @hydroflame)\n * Nerf Noodle bar \n \n`,\n};\n","/* Generic Reviver, toJSON, and fromJSON functions used for saving and loading objects */\n\nimport { validateObject } from \"./Validator\";\n\nexport interface IReviverValue {\n ctor: string;\n data: any;\n}\n\n// A generic \"smart reviver\" function.\n// Looks for object values with a `ctor` property and\n// a `data` property. If it finds them, and finds a matching\n// constructor that has a `fromJSON` property on it, it hands\n// off to that `fromJSON` function, passing in the value.\nexport function Reviver(key: string, value: IReviverValue | null): any {\n if (value == null) {\n return null;\n }\n\n if (typeof value === \"object\" && typeof value.ctor === \"string\" && typeof value.data !== \"undefined\") {\n // Compatibility for version v0.43.1\n // TODO Remove this eventually\n if (value.ctor === \"AllServersMap\") {\n console.warn(\"Converting AllServersMap for v0.43.1\");\n return value.data;\n }\n\n const ctor = Reviver.constructors[value.ctor];\n\n if (typeof ctor === \"function\" && typeof ctor.fromJSON === \"function\") {\n const obj = ctor.fromJSON(value);\n if (ctor.validationData !== undefined) {\n validateObject(obj, ctor.validationData);\n }\n return obj;\n }\n }\n return value;\n}\n\n// eslint-disable-next-line @typescript-eslint/no-namespace\nexport namespace Reviver {\n export const constructors: { [key: string]: any } = {};\n}\n\n// A generic \"toJSON\" function that creates the data expected\n// by Reviver.\n// `ctorName` The name of the constructor to use to revive it\n// `obj` The object being serialized\n// `keys` (Optional) Array of the properties to serialize,\n// if not given then all of the objects \"own\" properties\n// that don't have function values will be serialized.\n// (Note: If you list a property in `keys`, it will be serialized\n// regardless of whether it's an \"own\" property.)\n// Returns: The structure (which will then be turned into a string\n// as part of the JSON.stringify algorithm)\n// eslint-disable-next-line @typescript-eslint/explicit-module-boundary-types\nexport function Generic_toJSON(ctorName: string, obj: Record, keys?: string[]): IReviverValue {\n if (!keys) {\n keys = Object.keys(obj); // Only \"own\" properties are included\n }\n\n const data: Record = {};\n for (let index = 0; index < keys.length; ++index) {\n const key = keys[index];\n data[key] = obj[key];\n }\n return { ctor: ctorName, data: data };\n}\n\n// A generic \"fromJSON\" function for use with Reviver: Just calls the\n// constructor function with no arguments, then applies all of the\n// key/value pairs from the raw data to the instance. Only useful for\n// constructors that can be reasonably called without arguments!\n// `ctor` The constructor to call\n// `data` The data to apply\n// Returns: The object\n// eslint-disable-next-line @typescript-eslint/explicit-module-boundary-types\nexport function Generic_fromJSON(ctor: new () => T, data: any): T {\n const obj: any = new ctor();\n for (const name in data) {\n obj[name] = data[name];\n }\n return obj;\n}\n","/**\n * All possible Cities in the game. Names only, not actual \"City\" object\n * Implemented as an enum for typing purposes\n */\nexport enum CityName {\n Aevum = \"Aevum\",\n Chongqing = \"Chongqing\",\n Ishima = \"Ishima\",\n NewTokyo = \"New Tokyo\",\n Sector12 = \"Sector-12\",\n Volhaven = \"Volhaven\",\n}\n","import { AlertEvents } from \"./AlertManager\";\n\nimport React from \"react\";\nimport { Typography } from \"@mui/material\";\n\nexport function dialogBoxCreate(txt: string | JSX.Element, html = false): void {\n AlertEvents.emit(\n typeof txt !== \"string\" ? (\n txt\n ) : html ? (\n
\n ) : (\n {txt}\n ),\n );\n}\n","import React, { useState, useEffect } from \"react\";\n\nimport { Player } from \"../Player\";\nimport { installAugmentations } from \"../Augmentation/AugmentationHelpers\";\nimport { saveObject } from \"../SaveObject\";\nimport { onExport } from \"../ExportBonus\";\nimport { LocationName } from \"../Locations/data/LocationNames\";\nimport { Location } from \"../Locations/Location\";\nimport { ITutorial, iTutorialStart } from \"../InteractiveTutorial\";\nimport { InteractiveTutorialRoot } from \"./InteractiveTutorial/InteractiveTutorialRoot\";\nimport { ITutorialEvents } from \"./InteractiveTutorial/ITutorialEvents\";\n\nimport { Faction } from \"../Faction/Faction\";\nimport { prestigeAugmentation } from \"../Prestige\";\nimport { dialogBoxCreate } from \"./React/DialogBox\";\nimport { GetAllServers } from \"../Server/AllServers\";\nimport { Factions } from \"../Faction/Factions\";\nimport { StockMarket } from \"../StockMarket/StockMarket\";\n\nimport { Theme } from \"@mui/material/styles\";\nimport makeStyles from \"@mui/styles/makeStyles\";\nimport createStyles from \"@mui/styles/createStyles\";\nimport Box from \"@mui/material/Box\";\nimport Typography from \"@mui/material/Typography\";\n\nimport { Page, IRouter, ScriptEditorRouteOptions } from \"./Router\";\nimport { Overview } from \"./React/Overview\";\nimport { SidebarRoot } from \"../Sidebar/ui/SidebarRoot\";\nimport { AugmentationsRoot } from \"../Augmentation/ui/AugmentationsRoot\";\nimport { DevMenuRoot } from \"../DevMenu\";\nimport { BladeburnerRoot } from \"../Bladeburner/ui/BladeburnerRoot\";\nimport { GangRoot } from \"../Gang/ui/GangRoot\";\nimport { CorporationRoot } from \"../Corporation/ui/CorporationRoot\";\nimport { InfiltrationRoot } from \"../Infiltration/ui/InfiltrationRoot\";\nimport { GraftingRoot } from \"../PersonObjects/Grafting/ui/GraftingRoot\";\nimport { WorkInProgressRoot } from \"./WorkInProgressRoot\";\nimport { GameOptionsRoot } from \"../GameOptions/ui/GameOptionsRoot\";\nimport { SleeveRoot } from \"../PersonObjects/Sleeve/ui/SleeveRoot\";\nimport { HacknetRoot } from \"../Hacknet/ui/HacknetRoot\";\nimport { GenericLocation } from \"../Locations/ui/GenericLocation\";\nimport { LocationCity } from \"../Locations/ui/City\";\nimport { ProgramsRoot } from \"../Programs/ui/ProgramsRoot\";\nimport { Root as ScriptEditorRoot } from \"../ScriptEditor/ui/ScriptEditorRoot\";\nimport { MilestonesRoot } from \"../Milestones/ui/MilestonesRoot\";\nimport { TerminalRoot } from \"../Terminal/ui/TerminalRoot\";\nimport { TutorialRoot } from \"../Tutorial/ui/TutorialRoot\";\nimport { ActiveScriptsRoot } from \"./ActiveScripts/ActiveScriptsRoot\";\nimport { FactionsRoot } from \"../Faction/ui/FactionsRoot\";\nimport { FactionRoot } from \"../Faction/ui/FactionRoot\";\nimport { CharacterStats } from \"./CharacterStats\";\nimport { TravelAgencyRoot } from \"../Locations/ui/TravelAgencyRoot\";\nimport { StockMarketRoot } from \"../StockMarket/ui/StockMarketRoot\";\nimport { BitverseRoot } from \"../BitNode/ui/BitverseRoot\";\nimport { StaneksGiftRoot } from \"../CotMG/ui/StaneksGiftRoot\";\nimport { staneksGift } from \"../CotMG/Helper\";\nimport { CharacterOverview } from \"./React/CharacterOverview\";\nimport { BladeburnerCinematic } from \"../Bladeburner/ui/BladeburnerCinematic\";\nimport { workerScripts } from \"../Netscript/WorkerScripts\";\nimport { Unclickable } from \"../Exploits/Unclickable\";\nimport { Snackbar, SnackbarProvider } from \"./React/Snackbar\";\nimport { LogBoxManager } from \"./React/LogBoxManager\";\nimport { AlertManager } from \"./React/AlertManager\";\nimport { PromptManager } from \"./React/PromptManager\";\nimport { InvitationModal } from \"../Faction/ui/InvitationModal\";\nimport { calculateAchievements } from \"../Achievements/Achievements\";\n\nimport { RecoveryMode, RecoveryRoot } from \"./React/RecoveryRoot\";\nimport { AchievementsRoot } from \"../Achievements/AchievementsRoot\";\nimport { ErrorBoundary } from \"./ErrorBoundary\";\nimport { Settings } from \"../Settings/Settings\";\nimport { ThemeBrowser } from \"../Themes/ui/ThemeBrowser\";\nimport { ImportSaveRoot } from \"./React/ImportSaveRoot\";\nimport { BypassWrapper } from \"./React/BypassWrapper\";\n\nimport _wrap from \"lodash/wrap\";\nimport _functions from \"lodash/functions\";\nimport { Apr1 } from \"./Apr1\";\nimport { isFactionWork } from \"../Work/FactionWork\";\nimport { V2Modal } from \"../utils/V2Modal\";\n\nconst htmlLocation = location;\n\nconst useStyles = makeStyles((theme: Theme) =>\n createStyles({\n root: {\n \"-ms-overflow-style\": \"none\" /* for Internet Explorer, Edge */,\n \"scrollbar-width\": \"none\" /* for Firefox */,\n margin: theme.spacing(0),\n flexGrow: 1,\n padding: \"8px\",\n minHeight: \"100vh\",\n boxSizing: \"border-box\",\n width: \"1px\",\n },\n }),\n);\n\nconst uninitialized = (): void => {\n throw new Error(\"Router called before initialization\");\n};\n\nexport let Router: IRouter = {\n isInitialized: false,\n page: () => {\n throw new Error(\"Router called before initialization\");\n },\n allowRouting: uninitialized,\n toActiveScripts: uninitialized,\n toAugmentations: uninitialized,\n toBitVerse: uninitialized,\n toBladeburner: uninitialized,\n toStats: uninitialized,\n toCity: uninitialized,\n toCorporation: uninitialized,\n toCreateProgram: uninitialized,\n toDevMenu: uninitialized,\n toFaction: uninitialized,\n toFactions: uninitialized,\n toGameOptions: uninitialized,\n toGang: uninitialized,\n toHacknetNodes: uninitialized,\n toInfiltration: uninitialized,\n toJob: uninitialized,\n toMilestones: uninitialized,\n toGrafting: uninitialized,\n toScriptEditor: uninitialized,\n toSleeves: uninitialized,\n toStockMarket: uninitialized,\n toTerminal: uninitialized,\n toTravel: uninitialized,\n toTutorial: uninitialized,\n toWork: uninitialized,\n toBladeburnerCinematic: uninitialized,\n toLocation: uninitialized,\n toStaneksGift: uninitialized,\n toAchievements: uninitialized,\n toThemeBrowser: uninitialized,\n toImportSave: uninitialized,\n};\n\nfunction determineStartPage(): Page {\n if (RecoveryMode) return Page.Recovery;\n if (Player.currentWork !== null) return Page.Work;\n return Page.Terminal;\n}\n\nexport function GameRoot(): React.ReactElement {\n const classes = useStyles();\n const [{ files, vim }, setEditorOptions] = useState({ files: {}, vim: false });\n const [page, setPage] = useState(determineStartPage());\n const setRerender = useState(0)[1];\n const [augPage, setAugPage] = useState(false);\n const [faction, setFaction] = useState(\n isFactionWork(Player.currentWork) ? Factions[Player.currentWork.factionName] : (undefined as unknown as Faction),\n );\n if (faction === undefined && page === Page.Faction)\n throw new Error(\"Trying to go to a page without the proper setup\");\n\n const [flume, setFlume] = useState(false);\n const [quick, setQuick] = useState(false);\n const [location, setLocation] = useState(undefined as unknown as Location);\n if (location === undefined && (page === Page.Infiltration || page === Page.Location || page === Page.Job))\n throw new Error(\"Trying to go to a page without the proper setup\");\n\n const [cinematicText, setCinematicText] = useState(\"\");\n const [errorBoundaryKey, setErrorBoundaryKey] = useState(0);\n const [sidebarOpened, setSideBarOpened] = useState(Settings.IsSidebarOpened);\n\n const [importString, setImportString] = useState(undefined as unknown as string);\n const [importAutomatic, setImportAutomatic] = useState(false);\n if (importString === undefined && page === Page.ImportSave)\n throw new Error(\"Trying to go to a page without the proper setup\");\n\n const [allowRoutingCalls, setAllowRoutingCalls] = useState(true);\n\n function resetErrorBoundary(): void {\n setErrorBoundaryKey(errorBoundaryKey + 1);\n }\n\n function rerender(): void {\n setRerender((old) => old + 1);\n }\n useEffect(() => {\n return ITutorialEvents.subscribe(rerender);\n }, []);\n\n function killAllScripts(): void {\n for (const server of GetAllServers()) {\n server.runningScripts = [];\n }\n saveObject.saveGame();\n setTimeout(() => htmlLocation.reload(), 2000);\n }\n\n Router = {\n isInitialized: true,\n page: () => page,\n allowRouting: (value: boolean) => setAllowRoutingCalls(value),\n toActiveScripts: () => setPage(Page.ActiveScripts),\n toAugmentations: () => setPage(Page.Augmentations),\n toBladeburner: () => setPage(Page.Bladeburner),\n toStats: () => setPage(Page.Stats),\n toCorporation: () => setPage(Page.Corporation),\n toCreateProgram: () => setPage(Page.CreateProgram),\n toDevMenu: () => setPage(Page.DevMenu),\n toFaction: (faction: Faction, augPage = false) => {\n setAugPage(augPage);\n setPage(Page.Faction);\n if (faction) setFaction(faction);\n },\n toFactions: () => setPage(Page.Factions),\n toGameOptions: () => setPage(Page.Options),\n toGang: () => setPage(Page.Gang),\n toHacknetNodes: () => setPage(Page.Hacknet),\n toMilestones: () => setPage(Page.Milestones),\n toGrafting: () => setPage(Page.Grafting),\n toScriptEditor: (files: Record, options?: ScriptEditorRouteOptions) => {\n setEditorOptions({\n files,\n vim: !!options?.vim,\n });\n setPage(Page.ScriptEditor);\n },\n toSleeves: () => setPage(Page.Sleeves),\n toStockMarket: () => setPage(Page.StockMarket),\n toTerminal: () => setPage(Page.Terminal),\n toTutorial: () => setPage(Page.Tutorial),\n toJob: (location: Location) => {\n setLocation(location);\n setPage(Page.Job);\n },\n toCity: () => {\n setPage(Page.City);\n },\n toTravel: () => {\n Player.gotoLocation(LocationName.TravelAgency);\n setPage(Page.Travel);\n },\n toBitVerse: (flume: boolean, quick: boolean) => {\n setFlume(flume);\n setQuick(quick);\n calculateAchievements();\n setPage(Page.BitVerse);\n },\n toInfiltration: (location: Location) => {\n setLocation(location);\n setPage(Page.Infiltration);\n },\n toWork: () => setPage(Page.Work),\n toBladeburnerCinematic: () => {\n setPage(Page.BladeburnerCinematic);\n setCinematicText(cinematicText);\n },\n toLocation: (location: Location) => {\n setLocation(location);\n setPage(Page.Location);\n },\n toStaneksGift: () => {\n setPage(Page.StaneksGift);\n },\n toAchievements: () => {\n setPage(Page.Achievements);\n },\n toThemeBrowser: () => {\n setPage(Page.ThemeBrowser);\n },\n toImportSave: (base64save: string, automatic = false) => {\n setImportString(base64save);\n setImportAutomatic(automatic);\n setPage(Page.ImportSave);\n },\n };\n\n useEffect(() => {\n // Wrap Router navigate functions to be able to disable the execution\n _functions(Router)\n .filter((fnName) => fnName.startsWith(\"to\"))\n .forEach((fnName) => {\n // @ts-ignore - tslint does not like this, couldn't find a way to make it cooperate\n Router[fnName] = _wrap(Router[fnName], (func, ...args) => {\n if (!allowRoutingCalls) {\n // Let's just log to console.\n console.error(`Routing is currently disabled - Attempted router.${fnName}()`);\n return;\n }\n\n // Call the function normally\n return func(...args);\n });\n });\n });\n\n useEffect(() => {\n if (page !== Page.Terminal) window.scrollTo(0, 0);\n });\n\n function softReset(): void {\n dialogBoxCreate(\"Soft Reset!\");\n installAugmentations(true);\n resetErrorBoundary();\n Router.toTerminal();\n }\n\n let mainPage = Cannot load;\n let withSidebar = true;\n let withPopups = true;\n let bypassGame = false;\n switch (page) {\n case Page.Recovery: {\n mainPage = ;\n withSidebar = false;\n withPopups = false;\n bypassGame = true;\n break;\n }\n case Page.BitVerse: {\n mainPage = ;\n withSidebar = false;\n withPopups = false;\n break;\n }\n case Page.Infiltration: {\n mainPage = ;\n withSidebar = false;\n withPopups = false;\n break;\n }\n case Page.BladeburnerCinematic: {\n mainPage = ;\n withSidebar = false;\n withPopups = false;\n break;\n }\n case Page.Work: {\n mainPage = ;\n withSidebar = false;\n break;\n }\n case Page.Terminal: {\n mainPage = ;\n break;\n }\n case Page.Sleeves: {\n mainPage = ;\n break;\n }\n case Page.StaneksGift: {\n mainPage = ;\n break;\n }\n case Page.Stats: {\n mainPage = ;\n break;\n }\n case Page.ScriptEditor: {\n mainPage = ;\n break;\n }\n case Page.ActiveScripts: {\n mainPage = ;\n break;\n }\n case Page.Hacknet: {\n mainPage = ;\n break;\n }\n case Page.CreateProgram: {\n mainPage = ;\n break;\n }\n case Page.Factions: {\n mainPage = ;\n break;\n }\n case Page.Faction: {\n mainPage = ;\n break;\n }\n case Page.Milestones: {\n mainPage = ;\n break;\n }\n case Page.Tutorial: {\n mainPage = (\n {\n prestigeAugmentation();\n Router.toTerminal();\n iTutorialStart();\n }}\n />\n );\n break;\n }\n case Page.DevMenu: {\n mainPage = ;\n break;\n }\n case Page.Gang: {\n mainPage = ;\n break;\n }\n case Page.Corporation: {\n mainPage = ;\n break;\n }\n case Page.Bladeburner: {\n mainPage = ;\n break;\n }\n case Page.Grafting: {\n mainPage = ;\n break;\n }\n case Page.Travel: {\n mainPage = ;\n break;\n }\n case Page.StockMarket: {\n mainPage = ;\n break;\n }\n case Page.City: {\n mainPage = ;\n break;\n }\n case Page.Job:\n case Page.Location: {\n mainPage = ;\n break;\n }\n case Page.Options: {\n mainPage = (\n saveObject.saveGame()}\n export={() => {\n // Apply the export bonus before saving the game\n onExport();\n saveObject.exportGame();\n }}\n forceKill={killAllScripts}\n softReset={softReset}\n />\n );\n break;\n }\n case Page.Augmentations: {\n mainPage = (\n {\n // Apply the export bonus before saving the game\n onExport();\n saveObject.exportGame();\n }}\n installAugmentationsFn={() => {\n installAugmentations();\n }}\n />\n );\n break;\n }\n case Page.Achievements: {\n mainPage = ;\n break;\n }\n case Page.ThemeBrowser: {\n mainPage = ;\n break;\n }\n case Page.ImportSave: {\n mainPage = ;\n withSidebar = false;\n withPopups = false;\n bypassGame = true;\n }\n }\n\n return (\n <>\n \n \n \n \n {!ITutorial.isRunning ? (\n saveObject.saveGame()} killScripts={killAllScripts} />\n ) : (\n \n )}\n \n {withSidebar ? (\n \n {\n setSideBarOpened(isOpened);\n Settings.IsSidebarOpened = isOpened;\n }}\n />\n {mainPage}\n \n ) : (\n {mainPage}\n )}\n \n {withPopups && (\n <>\n \n \n \n \n \n \n )}\n \n \n \n \n \n \n );\n}\n","import * as React from \"react\";\nimport { numeralWrapper } from \"../numeralFormat\";\nimport { Player } from \"../../Player\";\nimport { Theme } from \"@mui/material/styles\";\nimport makeStyles from \"@mui/styles/makeStyles\";\nimport createStyles from \"@mui/styles/createStyles\";\n\nconst useStyles = makeStyles((theme: Theme) =>\n createStyles({\n unbuyable: {\n color: theme.palette.action.disabled,\n },\n money: {\n color: theme.colors.money,\n },\n }),\n);\n\ninterface IProps {\n money: number | string;\n forPurchase?: boolean;\n}\nexport function Money(props: IProps): React.ReactElement {\n const classes = useStyles();\n if (props.forPurchase) {\n if (typeof props.money !== \"number\")\n throw new Error(\"if value is for a purchase, money should be number, contact dev\");\n if (!Player.canAfford(props.money))\n return {numeralWrapper.formatMoney(props.money)};\n }\n return (\n \n {typeof props.money === \"number\" ? numeralWrapper.formatMoney(props.money) : props.money}\n \n );\n}\n","import { defaultMultipliers } from \"./BitNode\";\n\n/**\n * Bitnode multipliers influence the difficulty of different aspects of the game.\n * Each Bitnode has a different theme/strategy to achieving the end goal, so these multipliers will can help drive the\n * player toward the intended strategy. Unless they really want to play the long, slow game of waiting...\n */\nexport interface IBitNodeMultipliers {\n /** Influences how quickly the player's agility level (not exp) scales */\n AgilityLevelMultiplier: number;\n\n /** Influences the base cost to purchase an augmentation. */\n AugmentationMoneyCost: number;\n\n /** Influences the base rep the player must have with a faction to purchase an augmentation. */\n AugmentationRepCost: number;\n\n /** Influences how quickly the player can gain rank within Bladeburner. */\n BladeburnerRank: number;\n\n /** Influences the cost of skill levels from Bladeburner. */\n BladeburnerSkillCost: number;\n\n /** Influences how quickly the player's charisma level (not exp) scales */\n CharismaLevelMultiplier: number;\n\n /** Influences the experience gained for each ability when a player completes a class. */\n ClassGymExpGain: number;\n\n /**Influences the amount of money gained from completing Coding Contracts. */\n CodingContractMoney: number;\n\n /** Influences the experience gained for each ability when the player completes working their job. */\n CompanyWorkExpGain: number;\n\n /** Influences how much money the player earns when completing working their job. */\n CompanyWorkMoney: number;\n\n /** Influences the valuation of corporations created by the player. */\n CorporationValuation: number;\n\n /** Influences the base experience gained for each ability when the player commits a crime. */\n CrimeExpGain: number;\n\n /** Influences the base money gained when the player commits a crime. */\n CrimeMoney: number;\n\n /** Influences how many Augmentations you need in order to get invited to the Daedalus faction */\n DaedalusAugsRequirement: number;\n\n /** Influences how quickly the player's defense level (not exp) scales */\n DefenseLevelMultiplier: number;\n\n /** Influences how quickly the player's dexterity level (not exp) scales */\n DexterityLevelMultiplier: number;\n\n /** Influences how much rep the player gains in each faction simply by being a member. */\n FactionPassiveRepGain: number;\n\n /** Influences the experience gained for each ability when the player completes work for a Faction. */\n FactionWorkExpGain: number;\n\n /** Influences how much rep the player gains when performing work for a faction. */\n FactionWorkRepGain: number;\n\n /** Influences how much it costs to unlock the stock market's 4S Market Data API */\n FourSigmaMarketDataApiCost: number;\n\n /** Influences how much it costs to unlock the stock market's 4S Market Data (NOT API) */\n FourSigmaMarketDataCost: number;\n\n /** Reduces gangs earning. */\n GangSoftcap: number;\n\n /** Percentage of unique augs that the gang has. */\n GangUniqueAugs: number;\n\n /** Influences the experienced gained when hacking a server. */\n HackExpGain: number;\n\n /** Influences how quickly the player's hacking level (not experience) scales */\n HackingLevelMultiplier: number;\n\n /**\n * Influences how much money is produced by Hacknet Nodes.\n * Influences the hash rate of Hacknet Servers (unlocked in BitNode-9)\n */\n HacknetNodeMoney: number;\n\n /** Influences how much money it costs to upgrade your home computer's RAM */\n HomeComputerRamCost: number;\n\n /** Influences how much money is gained when the player infiltrates a company. */\n InfiltrationMoney: number;\n\n /** Influences how much rep the player can gain from factions when selling stolen documents and secrets */\n InfiltrationRep: number;\n\n /**\n * Influences how much money can be stolen from a server when the player performs a hack against it through\n * the Terminal.\n */\n ManualHackMoney: number;\n\n /** Influence how much it costs to purchase a server */\n PurchasedServerCost: number;\n\n /** Influence how much it costs to purchase a server */\n PurchasedServerSoftcap: number;\n\n /** Influences the maximum number of purchased servers you can have */\n PurchasedServerLimit: number;\n\n /** Influences the maximum allowed RAM for a purchased server */\n PurchasedServerMaxRam: number;\n\n /** Influences the minimum favor the player must have with a faction before they can donate to gain rep. */\n RepToDonateToFaction: number;\n\n /** Influences how much money can be stolen from a server when a script performs a hack against it. */\n ScriptHackMoney: number;\n\n /**\n * The amount of money actually gained when script hack a server. This is\n * different than the above because you can reduce the amount of money but\n * not gain that same amount.\n */\n ScriptHackMoneyGain: number;\n\n /** Influences the growth percentage per cycle against a server. */\n ServerGrowthRate: number;\n\n /** Influences the maximum money that a server can grow to. */\n ServerMaxMoney: number;\n\n /** Influences the initial money that a server starts with. */\n ServerStartingMoney: number;\n\n /** Influences the initial security level (hackDifficulty) of a server. */\n ServerStartingSecurity: number;\n\n /** Influences the weaken amount per invocation against a server. */\n ServerWeakenRate: number;\n\n /** Influences how quickly the player's strength level (not exp) scales */\n StrengthLevelMultiplier: number;\n\n /** Influences the power of the gift. */\n StaneksGiftPowerMultiplier: number;\n\n /** Influences the size of the gift. */\n StaneksGiftExtraSize: number;\n\n /** Influences the hacking skill required to backdoor the world daemon. */\n WorldDaemonDifficulty: number;\n\n /** Influences corporation dividends. */\n CorporationSoftcap: number;\n\n // Index signature\n [key: string]: number;\n}\n\n/** The multipliers that are influenced by current Bitnode progression. */\n// tslint:disable-next-line:variable-name\nexport const BitNodeMultipliers = Object.assign({}, defaultMultipliers);\n","import { Server } from \"./Server\";\nimport { BaseServer } from \"./BaseServer\";\nimport { serverMetadata } from \"./data/servers\";\n\nimport { HacknetServer } from \"../Hacknet/HacknetServer\";\n\nimport { IMinMaxRange } from \"../types\";\nimport { createRandomIp } from \"../utils/IPAddress\";\nimport { getRandomInt } from \"../utils/helpers/getRandomInt\";\nimport { Reviver } from \"../utils/JSONReviver\";\nimport { isValidIPAddress } from \"../utils/helpers/isValidIPAddress\";\nimport { SpecialServers } from \"./data/SpecialServers\";\nimport { BitNodeMultipliers } from \"../BitNode/BitNodeMultipliers\";\n\n/**\n * Map of all Servers that exist in the game\n * Key (string) = IP\n * Value = Server object\n */\nlet AllServers: Record = {};\n\nfunction GetServerByIP(ip: string): BaseServer | undefined {\n for (const key of Object.keys(AllServers)) {\n const server = AllServers[key];\n if (server.ip !== ip) continue;\n return server;\n }\n}\n\n//Returns server object with corresponding hostname\n// Relatively slow, would rather not use this a lot\nfunction GetServerByHostname(hostname: string): BaseServer | null {\n for (const key of Object.keys(AllServers)) {\n const server = AllServers[key];\n if (server.hostname == hostname) {\n return server;\n }\n }\n\n return null;\n}\n\n//Get server by IP or hostname. Returns null if invalid\nexport function GetServer(s: string): BaseServer | null {\n if (AllServers.hasOwnProperty(s)) {\n const server = AllServers[s];\n if (server) return server;\n }\n\n if (!isValidIPAddress(s)) {\n return GetServerByHostname(s);\n }\n\n const ipserver = GetServerByIP(s);\n if (ipserver !== undefined) {\n return ipserver;\n }\n\n return null;\n}\n\nexport function GetAllServers(): BaseServer[] {\n const servers: BaseServer[] = [];\n for (const key of Object.keys(AllServers)) {\n servers.push(AllServers[key]);\n }\n return servers;\n}\n\nexport function DeleteServer(serverkey: string): void {\n for (const key of Object.keys(AllServers)) {\n const server = AllServers[key];\n if (server.ip !== serverkey && server.hostname !== serverkey) continue;\n delete AllServers[key];\n break;\n }\n}\n\nexport function ipExists(ip: string): boolean {\n for (const hostName in AllServers) {\n if (AllServers[hostName].ip === ip) {\n return true;\n }\n }\n return false;\n}\n\nexport function createUniqueRandomIp(): string {\n let ip: string;\n // Repeat generating ip, until unique one is found\n do {\n ip = createRandomIp();\n } while (ipExists(ip));\n\n return ip;\n}\n\n// Safely add a Server to the AllServers map\nexport function AddToAllServers(server: Server | HacknetServer): void {\n if (GetServer(server.hostname)) {\n console.warn(`Hostname of the server thats being added: ${server.hostname}`);\n console.warn(`The server that already has this IP is: ${AllServers[server.hostname].hostname}`);\n throw new Error(\"Error: Trying to add a server with an existing IP\");\n }\n\n AllServers[server.hostname] = server;\n}\n\nexport const renameServer = (hostname: string, newName: string): void => {\n AllServers[newName] = AllServers[hostname];\n delete AllServers[hostname];\n};\n\ninterface IServerParams {\n hackDifficulty?: number;\n hostname: string;\n ip: string;\n maxRam?: number;\n moneyAvailable?: number;\n numOpenPortsRequired: number;\n organizationName: string;\n requiredHackingSkill?: number;\n serverGrowth?: number;\n}\n\nexport function initForeignServers(homeComputer: Server): void {\n /* Create a randomized network for all the foreign servers */\n //Groupings for creating a randomized network\n const networkLayers: Server[][] = [];\n for (let i = 0; i < 15; i++) {\n networkLayers.push([]);\n }\n\n const toNumber = (value: number | IMinMaxRange): number => {\n if (typeof value === \"number\") return value;\n else return getRandomInt(value.min, value.max);\n };\n\n for (const metadata of serverMetadata) {\n const serverParams: IServerParams = {\n hostname: metadata.hostname,\n ip: createUniqueRandomIp(),\n numOpenPortsRequired: metadata.numOpenPortsRequired,\n organizationName: metadata.organizationName,\n };\n\n if (metadata.maxRamExponent !== undefined) {\n serverParams.maxRam = Math.pow(2, toNumber(metadata.maxRamExponent));\n }\n\n if (metadata.hackDifficulty) serverParams.hackDifficulty = toNumber(metadata.hackDifficulty);\n if (metadata.moneyAvailable) serverParams.moneyAvailable = toNumber(metadata.moneyAvailable);\n if (metadata.requiredHackingSkill) serverParams.requiredHackingSkill = toNumber(metadata.requiredHackingSkill);\n if (metadata.serverGrowth) serverParams.serverGrowth = toNumber(metadata.serverGrowth);\n\n const server = new Server(serverParams);\n for (const filename of metadata.literature || []) {\n server.messages.push(filename);\n }\n\n if (server.hostname === SpecialServers.WorldDaemon) {\n server.requiredHackingSkill *= BitNodeMultipliers.WorldDaemonDifficulty;\n }\n AddToAllServers(server);\n if (metadata.networkLayer !== undefined) {\n networkLayers[toNumber(metadata.networkLayer) - 1].push(server);\n }\n }\n\n /* Create a randomized network for all the foreign servers */\n const linkComputers = (server1: Server, server2: Server): void => {\n server1.serversOnNetwork.push(server2.hostname);\n server2.serversOnNetwork.push(server1.hostname);\n };\n\n const getRandomArrayItem = (arr: T[]): T => arr[Math.floor(Math.random() * arr.length)];\n\n const linkNetworkLayers = (network1: Server[], selectServer: () => Server): void => {\n for (const server of network1) {\n linkComputers(server, selectServer());\n }\n };\n\n // Connect the first tier of servers to the player's home computer\n linkNetworkLayers(networkLayers[0], () => homeComputer);\n for (let i = 1; i < networkLayers.length; i++) {\n linkNetworkLayers(networkLayers[i], () => getRandomArrayItem(networkLayers[i - 1]));\n }\n}\n\nexport function prestigeAllServers(): void {\n for (const member of Object.keys(AllServers)) {\n delete AllServers[member];\n }\n AllServers = {};\n}\n\nexport function loadAllServers(saveString: string): void {\n AllServers = JSON.parse(saveString, Reviver);\n}\n\nexport function saveAllServers(excludeRunningScripts = false): string {\n const TempAllServers = JSON.parse(JSON.stringify(AllServers), Reviver);\n for (const key of Object.keys(TempAllServers)) {\n const server = TempAllServers[key];\n if (excludeRunningScripts) {\n server.runningScripts = [];\n continue;\n }\n for (let i = 0; i < server.runningScripts.length; ++i) {\n const runningScriptObj = server.runningScripts[i];\n runningScriptObj.logs.length = 0;\n runningScriptObj.logs = [];\n }\n }\n\n return JSON.stringify(TempAllServers);\n}\n","import { Faction } from \"../Faction/Faction\";\nimport { Location } from \"../Locations/Location\";\n\n/**\n * The full-screen page the player is currently be on.\n * These pages are mutually exclusive.\n */\nexport enum Page {\n ActiveScripts,\n Augmentations,\n BitVerse,\n Bladeburner,\n City,\n Corporation,\n CreateProgram,\n ScriptEditor,\n DevMenu,\n Faction,\n Factions,\n Gang,\n Hacknet,\n Infiltration,\n Job,\n Milestones,\n Options,\n Grafting,\n Sleeves,\n Stats,\n StockMarket,\n Terminal,\n Travel,\n Tutorial,\n Work,\n BladeburnerCinematic,\n Location,\n Loading,\n StaneksGift,\n Recovery,\n Achievements,\n ThemeBrowser,\n ImportSave,\n}\n\nexport interface ScriptEditorRouteOptions {\n vim: boolean;\n}\n\n/** The router keeps track of player navigation/routing within the game. */\nexport interface IRouter {\n // toCinematicText(): void;\n // toInfiltration(): void;\n // toMission(): void;\n // toRedPill(): void;\n // toworkInProgress(): void;\n isInitialized: boolean;\n page(): Page;\n allowRouting(value: boolean): void;\n toActiveScripts(): void;\n toAugmentations(): void;\n toBitVerse(flume: boolean, quick: boolean): void;\n toBladeburner(): void;\n toStats(): void;\n toCity(): void; // travel ? city ?\n toCorporation(): void;\n toCreateProgram(): void;\n toDevMenu(): void;\n toFaction(faction: Faction, augPage?: boolean): void; // faction name\n toFactions(): void;\n toGameOptions(): void;\n toGang(): void;\n toHacknetNodes(): void;\n toInfiltration(location: Location): void;\n toJob(location: Location): void;\n toMilestones(): void;\n toGrafting(): void;\n toScriptEditor(files?: Record, options?: ScriptEditorRouteOptions): void;\n toSleeves(): void;\n toStockMarket(): void;\n toTerminal(): void;\n toTravel(): void;\n toTutorial(): void;\n toWork(): void;\n toBladeburnerCinematic(): void;\n toLocation(location: Location): void;\n toStaneksGift(): void;\n toAchievements(): void;\n toThemeBrowser(): void;\n toImportSave(base64Save: string, automatic?: boolean): void;\n}\n","import { Settings } from \"../Settings/Settings\";\nimport { isString } from \"./helpers/isString\";\n\n/*\nConverts a date representing time in milliseconds to a string with the format H hours M minutes and S seconds\ne.g. 10000 -> \"10 seconds\"\n 120000 -> \"2 minutes and 0 seconds\"\n*/\nfunction convertTimeMsToTimeElapsedString(time: number, showMilli = false): string {\n time = Math.floor(time);\n const millisecondsPerSecond = 1000;\n const secondPerMinute = 60;\n const minutesPerHours = 60;\n const secondPerHours: number = secondPerMinute * minutesPerHours;\n const hoursPerDays = 24;\n const secondPerDay: number = secondPerHours * hoursPerDays;\n\n // Convert ms to seconds, since we only have second-level precision\n const totalSeconds: number = Math.floor(time / millisecondsPerSecond);\n\n const days: number = Math.floor(totalSeconds / secondPerDay);\n const secTruncDays: number = totalSeconds % secondPerDay;\n\n const hours: number = Math.floor(secTruncDays / secondPerHours);\n const secTruncHours: number = secTruncDays % secondPerHours;\n\n const minutes: number = Math.floor(secTruncHours / secondPerMinute);\n const secTruncMinutes: number = secTruncHours % secondPerMinute;\n\n const milliTruncSec: string = (() => {\n let str = `${time % millisecondsPerSecond}`;\n while (str.length < 3) str = \"0\" + str;\n return str;\n })();\n\n const seconds: string = showMilli ? `${secTruncMinutes}.${milliTruncSec}` : `${secTruncMinutes}`;\n\n let res = \"\";\n if (days > 0) {\n res += `${days} day${days === 1 ? \"\" : \"s\"} `;\n }\n if (hours > 0 || (Settings.ShowMiddleNullTimeUnit && res != \"\")) {\n res += `${hours} hour${hours === 1 ? \"\" : \"s\"} `;\n }\n if (minutes > 0 || (Settings.ShowMiddleNullTimeUnit && res != \"\")) {\n res += `${minutes} minute${minutes === 1 ? \"\" : \"s\"} `;\n }\n res += `${seconds} second${!showMilli && secTruncMinutes === 1 ? \"\" : \"s\"}`;\n\n return res;\n}\n\n// Finds the longest common starting substring in a set of strings\nfunction longestCommonStart(strings: string[]): string {\n if (!containsAllStrings(strings)) {\n return \"\";\n }\n if (strings.length === 0) {\n return \"\";\n }\n\n const A: string[] = strings.concat().sort();\n const a1: string = A[0];\n const a2: string = A[A.length - 1];\n const L: number = a1.length;\n let i = 0;\n const areEqualCaseInsensitive = (a: string, b: string) => a.toUpperCase() === b.toUpperCase();\n while (i < L && areEqualCaseInsensitive(a1.charAt(i), a2.charAt(i))) {\n i++;\n }\n\n return a1.substring(0, i);\n}\n\n// Returns whether an array contains entirely of string objects\nfunction containsAllStrings(arr: string[]): boolean {\n return arr.every(isString);\n}\n\n// Formats a number with commas and a specific number of decimal digits\nfunction formatNumber(num: number, numFractionDigits = 0): string {\n return num.toLocaleString(undefined, {\n maximumFractionDigits: numFractionDigits,\n minimumFractionDigits: numFractionDigits,\n });\n}\n\n// Generates a random alphanumeric string with N characters\nfunction generateRandomString(n: number): string {\n let str = \"\";\n const chars = \"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789\";\n\n for (let i = 0; i < n; i++) {\n str += chars.charAt(Math.floor(Math.random() * chars.length));\n }\n\n return str;\n}\n\n/**\n * Hashes the input string. This is a fast hash, so NOT good for cryptography.\n * This has been ripped off here: https://stackoverflow.com/a/52171480\n * @param str The string that is to be hashed\n * @param seed A seed to randomize the result\n * @returns An hexadecimal string representation of the hashed input\n */\nfunction cyrb53(str: string, seed = 0): string {\n let h1 = 0xdeadbeef ^ seed;\n let h2 = 0x41c6ce57 ^ seed;\n for (let i = 0, ch; i < str.length; i++) {\n ch = str.charCodeAt(i);\n h1 = Math.imul(h1 ^ ch, 2654435761);\n h2 = Math.imul(h2 ^ ch, 1597334677);\n }\n h1 = Math.imul(h1 ^ (h1 >>> 16), 2246822507) ^ Math.imul(h2 ^ (h2 >>> 13), 3266489909);\n h2 = Math.imul(h2 ^ (h2 >>> 16), 2246822507) ^ Math.imul(h1 ^ (h1 >>> 13), 3266489909);\n return (4294967296 * (2097151 & h2) + (h1 >>> 0)).toString(16);\n}\n\nfunction capitalizeFirstLetter(s: string): string {\n return s.charAt(0).toUpperCase() + s.slice(1);\n}\n\nfunction capitalizeEachWord(s: string): string {\n return s\n .split(\" \")\n .map((word) => capitalizeFirstLetter(word))\n .join(\" \");\n}\n\nexport {\n convertTimeMsToTimeElapsedString,\n longestCommonStart,\n containsAllStrings,\n formatNumber,\n generateRandomString,\n cyrb53,\n capitalizeFirstLetter,\n capitalizeEachWord,\n};\n","/**\n * Initialization and manipulation of the Factions object, which stores data\n * about all Factions in the game\n */\nimport { Faction } from \"./Faction\";\nimport { FactionInfos } from \"./FactionInfo\";\n\nimport { Reviver } from \"../utils/JSONReviver\";\n\nexport let Factions: Record = {};\n\nexport function loadFactions(saveString: string): void {\n Factions = JSON.parse(saveString, Reviver);\n // safety check for when we load older save file that don't have newer factions\n for (const faction of Object.keys(Factions)) {\n try {\n Factions[faction].getInfo();\n } catch (err) {\n console.error(\"deleting \" + faction);\n delete Factions[faction];\n }\n }\n}\n\nfunction AddToFactions(faction: Faction): void {\n const name: string = faction.name;\n Factions[name] = faction;\n}\n\nexport function factionExists(name: string): boolean {\n return Factions.hasOwnProperty(name);\n}\n\nexport function initFactions(): void {\n for (const name of Object.keys(FactionInfos)) {\n resetFaction(new Faction(name));\n }\n}\n\n//Resets a faction during (re-)initialization. Saves the favor in the new\n//Faction object and deletes the old Faction Object from \"Factions\". Then\n//reinserts the new Faction object\nfunction resetFaction(newFactionObject: Faction): void {\n const factionName: string = newFactionObject.name;\n if (factionExists(factionName)) {\n newFactionObject.favor = Factions[factionName].favor;\n delete Factions[factionName];\n }\n AddToFactions(newFactionObject);\n}\n","/** Keyboard key codes as returned by event.key */\nexport enum KEY {\n //SHIFT: 16, // Check by `&& event.shiftKey`\n //CTRL: 17, // Check by `&& event.ctrlKey`\n //ALT: 18, // Check by `&& event.altKey`\n ENTER = \"Enter\",\n ESC = \"Escape\",\n TAB = \"Tab\",\n SPACE = \" \",\n BACKSPACE = \"Backspace\",\n UP_ARROW = \"ArrowUp\",\n DOWN_ARROW = \"ArrowDown\",\n LEFT_ARROW = \"ArrowLeft\",\n RIGHT_ARROW = \"ArrowRight\",\n\n QUOTE = \"'\",\n DOUBLE_QUOTE = '\"',\n OPEN_BRACKET = \"[\",\n CLOSE_BRACKET = \"]\",\n LESS_THAN = \"<\",\n GREATER_THAN = \">\",\n OPEN_PARENTHESIS = \"(\",\n CLOSE_PARENTHESIS = \")\",\n OPEN_BRACE = \"{\",\n CLOSE_BRACE = \"}\",\n EQUAL = \"=\",\n\n PIPE = \"|\",\n DOT = \".\",\n FORWARD_SLASH = \"/\",\n HYPHEN = \"-\",\n HASH = \"#\",\n\n k0 = \"0\",\n k1 = \"1\",\n k2 = \"2\",\n k3 = \"3\",\n k4 = \"4\",\n k5 = \"5\",\n k6 = \"6\",\n k7 = \"7\",\n k8 = \"8\",\n k9 = \"9\",\n\n A = \"a\",\n B = \"b\",\n C = \"c\",\n D = \"d\",\n E = \"e\",\n F = \"f\",\n G = \"g\",\n H = \"h\",\n I = \"i\",\n J = \"j\",\n K = \"k\",\n L = \"l\",\n M = \"m\",\n N = \"n\",\n O = \"o\",\n P = \"p\",\n Q = \"q\",\n R = \"r\",\n S = \"s\",\n T = \"t\",\n U = \"u\",\n V = \"v\",\n W = \"w\",\n X = \"x\",\n Y = \"y\",\n Z = \"z\",\n}\n\n/** Keyboard key codes as returned by event.code */\nexport enum KEYCODE {\n //SHIFT: 16, // Check by `&& event.shiftKey`\n //CTRL: 17, // Check by `&& event.ctrlKey`\n //ALT: 18, // Check by `&& event.altKey`\n ENTER = \"Enter\",\n ESC = \"Escape\",\n TAB = \"Tab\",\n SPACE = \"Space\",\n BACKSPACE = \"Backspace\",\n UP_ARROW = \"ArrowUp\",\n DOWN_ARROW = \"ArrowDown\",\n LEFT_ARROW = \"ArrowLeft\",\n RIGHT_ARROW = \"ArrowRight\",\n\n BACKWARD_SLASH = \"Backslash\",\n BACKQUOTE = \"Backquote\",\n COMMA = \"Comma\",\n DOT = \"Period\",\n EQUAL = \"Equal\",\n FORWARD_SLASH = \"Slash\",\n HYPHEN = \"Minus\",\n SEMICOLON = \"Semicolon\",\n QUOTE = \"Quote\",\n\n k0 = \"Digit0\",\n k1 = \"Digit1\",\n k2 = \"Digit2\",\n k3 = \"Digit3\",\n k4 = \"Digit4\",\n k5 = \"Digit5\",\n k6 = \"Digit6\",\n k7 = \"Digit7\",\n k8 = \"Digit8\",\n k9 = \"Digit9\",\n\n A = \"KeyA\",\n B = \"KeyB\",\n C = \"KeyC\",\n D = \"KeyD\",\n E = \"KeyE\",\n F = \"KeyF\",\n G = \"KeyG\",\n H = \"KeyH\",\n I = \"KeyI\",\n J = \"KeyJ\",\n K = \"KeyK\",\n L = \"KeyL\",\n M = \"KeyM\",\n N = \"KeyN\",\n O = \"KeyO\",\n P = \"KeyP\",\n Q = \"KeyQ\",\n R = \"KeyR\",\n S = \"KeyS\",\n T = \"KeyT\",\n U = \"KeyU\",\n V = \"KeyV\",\n W = \"KeyW\",\n X = \"KeyX\",\n Y = \"KeyY\",\n Z = \"KeyZ\",\n}\n","// Defs for job titles, stored in arrays and categorized by job \"type\"\n\nexport const SoftwareCompanyPositions: string[] = [\n \"Software Engineering Intern\",\n \"Junior Software Engineer\",\n \"Senior Software Engineer\",\n \"Lead Software Developer\",\n \"Head of Software\",\n \"Head of Engineering\",\n \"Vice President of Technology\",\n \"Chief Technology Officer\",\n];\n\nexport const ITCompanyPositions: string[] = [\"IT Intern\", \"IT Analyst\", \"IT Manager\", \"Systems Administrator\"];\n\nexport const SecurityEngineerCompanyPositions: string[] = [\"Security Engineer\"];\n\nexport const NetworkEngineerCompanyPositions: string[] = [\"Network Engineer\", \"Network Administrator\"];\n\nexport const BusinessCompanyPositions: string[] = [\n \"Business Intern\",\n \"Business Analyst\",\n \"Business Manager\",\n \"Operations Manager\",\n \"Chief Financial Officer\",\n \"Chief Executive Officer\",\n];\n\nexport const SecurityCompanyPositions: string[] = [\n \"Police Officer\",\n \"Police Chief\",\n \"Security Guard\",\n \"Security Officer\",\n \"Security Supervisor\",\n \"Head of Security\",\n];\n\nexport const AgentCompanyPositions: string[] = [\"Field Agent\", \"Secret Agent\", \"Special Operative\"];\n\nexport const MiscCompanyPositions: string[] = [\"Waiter\", \"Employee\"];\n\nexport const SoftwareConsultantCompanyPositions: string[] = [\"Software Consultant\", \"Senior Software Consultant\"];\n\nexport const BusinessConsultantCompanyPositions: string[] = [\"Business Consultant\", \"Senior Business Consultant\"];\n\nexport const PartTimeCompanyPositions: string[] = [\"Part-time Waiter\", \"Part-time Employee\"];\n","/**\n * Gets a random integer bounded by the values passed in.\n * @param min The minimum value in the range.\n * @param max The maximum value in the range.\n */\nexport function getRandomInt(min: number, max: number): number {\n const lower: number = Math.min(min, max);\n const upper: number = Math.max(min, max);\n\n return Math.floor(Math.random() * (upper - lower + 1)) + lower;\n}\n","import { CityName } from \"./../../Locations/data/CityNames\";\nconst CyclesPerMarketCycle = 50;\nconst AllCorporationStates = [\"START\", \"PURCHASE\", \"PRODUCTION\", \"SALE\", \"EXPORT\"];\nexport const CorporationConstants = {\n INITIALSHARES: 1e9, //Total number of shares you have at your company\n SHARESPERPRICEUPDATE: 1e6, //When selling large number of shares, price is dynamically updated for every batch of this amount\n IssueNewSharesCooldown: 216e3, // 12 Hour in terms of game cycles\n SellSharesCooldown: 18e3, // 1 Hour in terms of game cycles\n\n CyclesPerMarketCycle: CyclesPerMarketCycle,\n CyclesPerIndustryStateCycle: CyclesPerMarketCycle / AllCorporationStates.length,\n SecsPerMarketCycle: CyclesPerMarketCycle / 5,\n\n Cities: [\n CityName.Aevum,\n CityName.Chongqing,\n CityName.Sector12,\n CityName.NewTokyo,\n CityName.Ishima,\n CityName.Volhaven,\n ],\n\n WarehouseInitialCost: 5e9, //Initial purchase cost of warehouse\n WarehouseInitialSize: 100,\n WarehouseUpgradeBaseCost: 1e9,\n\n OfficeInitialCost: 4e9,\n OfficeInitialSize: 3,\n OfficeUpgradeBaseCost: 1e9,\n\n BribeThreshold: 100e12, //Money needed to be able to bribe for faction rep\n BribeToRepRatio: 1e9, //Bribe Value divided by this = rep gain\n\n ProductProductionCostRatio: 5, //Ratio of material cost of a product to its production cost\n\n DividendMaxRate: 1,\n\n EmployeeSalaryMultiplier: 3, // Employee stats multiplied by this to determine initial salary\n CyclesPerEmployeeRaise: 400, // All employees get a raise every X market cycles\n EmployeeRaiseAmount: 50, // Employee salary increases by this (additive)\n\n BaseMaxProducts: 3, // Initial value for maximum number of products allowed\n AllCorporationStates: AllCorporationStates,\n AllMaterials: [\n \"Water\",\n \"Energy\",\n \"Food\",\n \"Plants\",\n \"Metal\",\n \"Hardware\",\n \"Chemicals\",\n \"Drugs\",\n \"Robots\",\n \"AI Cores\",\n \"Real Estate\",\n ],\n AllIndustryTypes: [\n \"Energy\",\n \"Utilities\",\n \"Agriculture\",\n \"Fishing\",\n \"Mining\",\n \"Food\",\n \"Tobacco\",\n \"Chemical\",\n \"Pharmaceutical\",\n \"Computers\",\n \"Robotics\",\n \"Software\",\n \"Healthcare\",\n \"RealEstate\",\n ],\n AllUnlocks: [\n \"Export\",\n \"Smart Supply\",\n \"Market Research - Demand\",\n \"Market Data - Competition\",\n \"VeChain\",\n \"Shady Accounting\",\n \"Government Partnership\",\n \"Warehouse API\",\n \"Office API\",\n ],\n AllUpgrades: [\n \"Smart Factories\",\n \"Smart Storage\",\n \"DreamSense\",\n \"Wilson Analytics\",\n \"Nuoptimal Nootropic Injector Implants\",\n \"Speech Processor Implants\",\n \"Neural Accelerators\",\n \"FocusWires\",\n \"ABC SalesBots\",\n \"Project Insight\",\n ],\n AllResearch: [\n \"Hi-Tech R&D Laboratory\",\n \"AutoBrew\",\n \"AutoPartyManager\",\n \"Automatic Drug Administration\",\n \"Bulk Purchasing\",\n \"CPH4 Injections\",\n \"Drones\",\n \"Drones - Assembly\",\n \"Drones - Transport\",\n \"Go-Juice\",\n \"HRBuddy-Recruitment\",\n \"HRBuddy-Training\",\n \"JoyWire\",\n \"Market-TA.I\",\n \"Market-TA.II\",\n \"Overclock\",\n \"Self-Correcting Assemblers\",\n \"Sti.mu\",\n \"sudo.Assist\",\n \"uPgrade: Capacity.I\",\n \"uPgrade: Capacity.II\",\n \"uPgrade: Dashboard\",\n \"uPgrade: Fulcrum\",\n ],\n FundingRoundShares: [0.1, 0.35, 0.25, 0.2],\n FundingRoundMultiplier: [4, 3, 3, 2.5],\n\n ValuationLength: 5,\n};\n","// Class definition for a single Augmentation object\nimport * as React from \"react\";\n\nimport { Faction } from \"../Faction/Faction\";\nimport { Factions } from \"../Faction/Factions\";\nimport { numeralWrapper } from \"../ui/numeralFormat\";\nimport { Money } from \"../ui/React/Money\";\n\nimport { Generic_fromJSON, Generic_toJSON, IReviverValue, Reviver } from \"../utils/JSONReviver\";\nimport { FactionNames } from \"../Faction/data/FactionNames\";\nimport { Player } from \"../Player\";\nimport { AugmentationNames } from \"./data/AugmentationNames\";\nimport { CONSTANTS } from \"../Constants\";\nimport { StaticAugmentations } from \"./StaticAugmentations\";\nimport { BitNodeMultipliers } from \"../BitNode/BitNodeMultipliers\";\nimport { getBaseAugmentationPriceMultiplier, getGenericAugmentationPriceMultiplier } from \"./AugmentationHelpers\";\nimport { initSoAAugmentations } from \"./data/AugmentationCreator\";\nimport { Multipliers, defaultMultipliers } from \"../PersonObjects/Multipliers\";\n\nexport interface AugmentationCosts {\n moneyCost: number;\n repCost: number;\n}\n\nexport interface IConstructorParams {\n info: string | JSX.Element;\n stats?: JSX.Element | null;\n isSpecial?: boolean;\n moneyCost: number;\n name: string;\n prereqs?: string[];\n repCost: number;\n factions: string[];\n\n hacking?: number;\n strength?: number;\n defense?: number;\n dexterity?: number;\n agility?: number;\n charisma?: number;\n hacking_exp?: number;\n strength_exp?: number;\n defense_exp?: number;\n dexterity_exp?: number;\n agility_exp?: number;\n charisma_exp?: number;\n hacking_chance?: number;\n hacking_speed?: number;\n hacking_money?: number;\n hacking_grow?: number;\n company_rep?: number;\n faction_rep?: number;\n crime_money?: number;\n crime_success?: number;\n work_money?: number;\n hacknet_node_money?: number;\n hacknet_node_purchase_cost?: number;\n hacknet_node_ram_cost?: number;\n hacknet_node_core_cost?: number;\n hacknet_node_level_cost?: number;\n bladeburner_max_stamina?: number;\n bladeburner_stamina_gain?: number;\n bladeburner_analysis?: number;\n bladeburner_success_chance?: number;\n\n startingMoney?: number;\n programs?: string[];\n}\n\nfunction generateStatsDescription(mults: Multipliers, programs?: string[], startingMoney?: number): JSX.Element {\n const f = (x: number, decimals = 0): string => {\n // look, I don't know how to make a \"smart decimals\"\n // todo, make it smarter\n if (x === 1.0777 - 1) return \"7.77%\";\n if (x === 1.777 - 1) return \"77.7%\";\n return numeralWrapper.formatPercentage(x, decimals);\n };\n let desc = <>Effects:;\n\n if (\n mults.hacking !== 1 &&\n mults.hacking == mults.strength &&\n mults.hacking == mults.defense &&\n mults.hacking == mults.dexterity &&\n mults.hacking == mults.agility &&\n mults.hacking == mults.charisma\n ) {\n desc = (\n <>\n {desc}\n
+{f(mults.hacking - 1)} all skills\n \n );\n } else {\n if (mults.hacking !== 1)\n desc = (\n <>\n {desc}\n
+{f(mults.hacking - 1)} hacking skill\n \n );\n\n if (\n mults.strength !== 1 &&\n mults.strength == mults.defense &&\n mults.strength == mults.dexterity &&\n mults.strength == mults.agility\n ) {\n desc = (\n <>\n {desc}\n
+{f(mults.strength - 1)} combat skills\n \n );\n } else {\n if (mults.strength !== 1)\n desc = (\n <>\n {desc}\n
+{f(mults.strength - 1)} strength skill\n \n );\n if (mults.defense !== 1)\n desc = (\n <>\n {desc}\n
+{f(mults.defense - 1)} defense skill\n \n );\n if (mults.dexterity !== 1)\n desc = (\n <>\n {desc}\n
+{f(mults.dexterity - 1)} dexterity skill\n \n );\n if (mults.agility !== 1)\n desc = (\n <>\n {desc}\n
+{f(mults.agility - 1)} agility skill\n \n );\n }\n if (mults.charisma !== 1)\n desc = (\n <>\n {desc}\n
+{f(mults.charisma - 1)} charisma skill\n \n );\n }\n\n if (\n mults.hacking_exp !== 1 &&\n mults.hacking_exp === mults.strength_exp &&\n mults.hacking_exp === mults.defense_exp &&\n mults.hacking_exp === mults.dexterity_exp &&\n mults.hacking_exp === mults.agility_exp &&\n mults.hacking_exp === mults.charisma_exp\n ) {\n desc = (\n <>\n {desc}\n
+{f(mults.hacking_exp - 1)} exp for all skills\n \n );\n } else {\n if (mults.hacking_exp !== 1)\n desc = (\n <>\n {desc}\n
+{f(mults.hacking_exp - 1)} hacking exp\n \n );\n\n if (\n mults.strength_exp !== 1 &&\n mults.strength_exp === mults.defense_exp &&\n mults.strength_exp === mults.dexterity_exp &&\n mults.strength_exp === mults.agility_exp\n ) {\n desc = (\n <>\n {desc}\n
+{f(mults.strength_exp - 1)} combat exp\n \n );\n } else {\n if (mults.strength_exp !== 1)\n desc = (\n <>\n {desc}\n
+{f(mults.strength_exp - 1)} strength exp\n \n );\n if (mults.defense_exp !== 1)\n desc = (\n <>\n {desc}\n
+{f(mults.defense_exp - 1)} defense exp\n \n );\n if (mults.dexterity_exp !== 1)\n desc = (\n <>\n {desc}\n
+{f(mults.dexterity_exp - 1)} dexterity exp\n \n );\n if (mults.agility_exp !== 1)\n desc = (\n <>\n {desc}\n
+{f(mults.agility_exp - 1)} agility exp\n \n );\n }\n if (mults.charisma_exp !== 1)\n desc = (\n <>\n {desc}\n
+{f(mults.charisma_exp - 1)} charisma exp\n \n );\n }\n\n if (mults.hacking_speed !== 1)\n desc = (\n <>\n {desc}\n
+{f(mults.hacking_speed - 1)} faster hack(), grow(), and weaken()\n \n );\n if (mults.hacking_chance !== 1)\n desc = (\n <>\n {desc}\n
+{f(mults.hacking_chance - 1)} hack() success chance\n \n );\n if (mults.hacking_money !== 1)\n desc = (\n <>\n {desc}\n
+{f(mults.hacking_money - 1)} hack() power\n \n );\n if (mults.hacking_grow !== 1)\n desc = (\n <>\n {desc}\n
+{f(mults.hacking_grow - 1)} grow() power\n \n );\n\n if (mults.faction_rep !== 1 && mults.faction_rep === mults.company_rep) {\n desc = (\n <>\n {desc}\n
+{f(mults.faction_rep - 1)} reputation from factions and companies\n \n );\n } else {\n if (mults.faction_rep !== 1)\n desc = (\n <>\n {desc}\n
+{f(mults.faction_rep - 1)} reputation from factions\n \n );\n if (mults.company_rep !== 1)\n desc = (\n <>\n {desc}\n
+{f(mults.company_rep - 1)} reputation from companies\n \n );\n }\n\n if (mults.crime_money !== 1)\n desc = (\n <>\n {desc}\n
+{f(mults.crime_money - 1)} crime money\n \n );\n if (mults.crime_success !== 1)\n desc = (\n <>\n {desc}\n
+{f(mults.crime_success - 1)} crime success rate\n \n );\n if (mults.work_money !== 1)\n desc = (\n <>\n {desc}\n
+{f(mults.work_money - 1)} work money\n \n );\n\n if (mults.hacknet_node_money !== 1)\n desc = (\n <>\n {desc}\n
+{f(mults.hacknet_node_money - 1)} hacknet production\n \n );\n if (mults.hacknet_node_purchase_cost !== 1)\n desc = (\n <>\n {desc}\n
-{f(-(mults.hacknet_node_purchase_cost - 1))} hacknet nodes cost\n \n );\n if (mults.hacknet_node_level_cost !== 1)\n desc = (\n <>\n {desc}\n
-{f(-(mults.hacknet_node_level_cost - 1))} hacknet nodes upgrade cost\n \n );\n\n if (mults.bladeburner_max_stamina !== 1)\n desc = (\n <>\n {desc}\n
+{f(mults.bladeburner_max_stamina - 1)} Bladeburner Max Stamina\n \n );\n if (mults.bladeburner_stamina_gain !== 1)\n desc = (\n <>\n {desc}\n
+{f(mults.bladeburner_stamina_gain - 1)} Bladeburner Stamina gain\n \n );\n if (mults.bladeburner_analysis !== 1)\n desc = (\n <>\n {desc}\n
+{f(mults.bladeburner_analysis - 1)} Bladeburner Field Analysis effectiveness\n \n );\n if (mults.bladeburner_success_chance !== 1)\n desc = (\n <>\n {desc}\n
+{f(mults.bladeburner_success_chance - 1)} Bladeburner Contracts and Operations success chance\n \n );\n if (startingMoney)\n desc = (\n <>\n {desc}\n
\n Start with after installing Augmentations.\n \n );\n\n if (programs)\n desc = (\n <>\n {desc}\n
\n Start with {programs.join(\" and \")} after installing Augmentations.\n \n );\n return desc;\n}\n\nexport class Augmentation {\n // How much money this costs to buy before multipliers\n baseCost = 0;\n\n // How much faction reputation is required to unlock this before multipliers\n baseRepRequirement = 0;\n\n // Description of what this Aug is and what it does\n info: string | JSX.Element;\n\n // Description of the stats, often autogenerated, sometimes manually written.\n stats: JSX.Element | null;\n\n // Any Augmentation not immediately available in BitNode-1 is special (e.g. Bladeburner augs)\n isSpecial = false;\n\n // Name of Augmentation\n name = \"\";\n\n // Array of names of all prerequisites\n prereqs: string[] = [];\n\n // Multipliers given by this Augmentation. Must match the property name in\n // The Player/Person classes\n mults: Multipliers = defaultMultipliers();\n\n // Factions that offer this aug.\n factions: string[] = [];\n\n constructor(\n params: IConstructorParams = {\n info: \"\",\n moneyCost: 0,\n name: \"\",\n repCost: 0,\n factions: [],\n },\n ) {\n this.name = params.name;\n this.info = params.info;\n this.prereqs = params.prereqs ? params.prereqs : [];\n\n this.baseRepRequirement = params.repCost;\n Object.freeze(this.baseRepRequirement);\n this.baseCost = params.moneyCost;\n Object.freeze(this.baseCost);\n this.factions = params.factions;\n\n if (params.isSpecial) {\n this.isSpecial = true;\n }\n\n // Set multipliers\n if (params.hacking) {\n this.mults.hacking = params.hacking;\n }\n if (params.strength) {\n this.mults.strength = params.strength;\n }\n if (params.defense) {\n this.mults.defense = params.defense;\n }\n if (params.dexterity) {\n this.mults.dexterity = params.dexterity;\n }\n if (params.agility) {\n this.mults.agility = params.agility;\n }\n if (params.charisma) {\n this.mults.charisma = params.charisma;\n }\n if (params.hacking_exp) {\n this.mults.hacking_exp = params.hacking_exp;\n }\n if (params.strength_exp) {\n this.mults.strength_exp = params.strength_exp;\n }\n if (params.defense_exp) {\n this.mults.defense_exp = params.defense_exp;\n }\n if (params.dexterity_exp) {\n this.mults.dexterity_exp = params.dexterity_exp;\n }\n if (params.agility_exp) {\n this.mults.agility_exp = params.agility_exp;\n }\n if (params.charisma_exp) {\n this.mults.charisma_exp = params.charisma_exp;\n }\n if (params.hacking_chance) {\n this.mults.hacking_chance = params.hacking_chance;\n }\n if (params.hacking_speed) {\n this.mults.hacking_speed = params.hacking_speed;\n }\n if (params.hacking_money) {\n this.mults.hacking_money = params.hacking_money;\n }\n if (params.hacking_grow) {\n this.mults.hacking_grow = params.hacking_grow;\n }\n if (params.company_rep) {\n this.mults.company_rep = params.company_rep;\n }\n if (params.faction_rep) {\n this.mults.faction_rep = params.faction_rep;\n }\n if (params.crime_money) {\n this.mults.crime_money = params.crime_money;\n }\n if (params.crime_success) {\n this.mults.crime_success = params.crime_success;\n }\n if (params.work_money) {\n this.mults.work_money = params.work_money;\n }\n if (params.hacknet_node_money) {\n this.mults.hacknet_node_money = params.hacknet_node_money;\n }\n if (params.hacknet_node_purchase_cost) {\n this.mults.hacknet_node_purchase_cost = params.hacknet_node_purchase_cost;\n }\n if (params.hacknet_node_ram_cost) {\n this.mults.hacknet_node_ram_cost = params.hacknet_node_ram_cost;\n }\n if (params.hacknet_node_core_cost) {\n this.mults.hacknet_node_core_cost = params.hacknet_node_core_cost;\n }\n if (params.hacknet_node_level_cost) {\n this.mults.hacknet_node_level_cost = params.hacknet_node_level_cost;\n }\n if (params.bladeburner_max_stamina) {\n this.mults.bladeburner_max_stamina = params.bladeburner_max_stamina;\n }\n if (params.bladeburner_stamina_gain) {\n this.mults.bladeburner_stamina_gain = params.bladeburner_stamina_gain;\n }\n if (params.bladeburner_analysis) {\n this.mults.bladeburner_analysis = params.bladeburner_analysis;\n }\n if (params.bladeburner_success_chance) {\n this.mults.bladeburner_success_chance = params.bladeburner_success_chance;\n }\n\n if (params.stats === undefined)\n this.stats = generateStatsDescription(this.mults, params.programs, params.startingMoney);\n else this.stats = params.stats;\n }\n\n // Adds this Augmentation to the specified Factions\n addToFactions(factionList: string[]): void {\n for (let i = 0; i < factionList.length; ++i) {\n const faction: Faction | null = Factions[factionList[i]];\n if (faction == null) {\n console.warn(`In Augmentation.addToFactions(), could not find faction with this name: ${factionList[i]}`);\n continue;\n }\n faction.augmentations.push(this.name);\n }\n }\n\n getCost(): AugmentationCosts {\n const augmentationReference = StaticAugmentations[this.name];\n let moneyCost = augmentationReference.baseCost;\n let repCost = augmentationReference.baseRepRequirement;\n\n if (augmentationReference.name === AugmentationNames.NeuroFluxGovernor) {\n let nextLevel = this.getLevel();\n --nextLevel;\n const multiplier = Math.pow(CONSTANTS.NeuroFluxGovernorLevelMult, nextLevel);\n repCost = augmentationReference.baseRepRequirement * multiplier * BitNodeMultipliers.AugmentationRepCost;\n moneyCost = augmentationReference.baseCost * multiplier * BitNodeMultipliers.AugmentationMoneyCost;\n\n for (let i = 0; i < Player.queuedAugmentations.length; ++i) {\n moneyCost *= getBaseAugmentationPriceMultiplier();\n }\n } else if (augmentationReference.factions.includes(FactionNames.ShadowsOfAnarchy)) {\n const soaAugmentationNames = initSoAAugmentations().map((augmentation) => augmentation.name);\n const soaMultiplier = Math.pow(\n CONSTANTS.SoACostMult,\n soaAugmentationNames.filter((augmentationName) => Player.hasAugmentation(augmentationName)).length,\n );\n moneyCost = augmentationReference.baseCost * soaMultiplier;\n if (soaAugmentationNames.find((augmentationName) => augmentationName === augmentationReference.name)) {\n repCost = augmentationReference.baseRepRequirement * soaMultiplier;\n }\n } else {\n moneyCost =\n augmentationReference.baseCost *\n getGenericAugmentationPriceMultiplier() *\n BitNodeMultipliers.AugmentationMoneyCost;\n repCost = augmentationReference.baseRepRequirement * BitNodeMultipliers.AugmentationRepCost;\n }\n return { moneyCost, repCost };\n }\n\n getLevel(): number {\n // Get current Neuroflux level based on Player's augmentations\n if (this.name === AugmentationNames.NeuroFluxGovernor) {\n let currLevel = 0;\n for (let i = 0; i < Player.augmentations.length; ++i) {\n if (Player.augmentations[i].name === AugmentationNames.NeuroFluxGovernor) {\n currLevel = Player.augmentations[i].level;\n }\n }\n\n // Account for purchased but uninstalled Augmentations\n for (let i = 0; i < Player.queuedAugmentations.length; ++i) {\n if (Player.queuedAugmentations[i].name == AugmentationNames.NeuroFluxGovernor) {\n ++currLevel;\n }\n }\n return currLevel + 1;\n }\n return 0;\n }\n\n // Adds this Augmentation to all Factions\n addToAllFactions(): void {\n for (const fac of Object.keys(Factions)) {\n if (Factions.hasOwnProperty(fac)) {\n const facObj: Faction | null = Factions[fac];\n if (facObj == null) {\n console.warn(`Invalid Faction object in addToAllFactions(). Key value: ${fac}`);\n continue;\n }\n if (facObj.getInfo().special) continue;\n facObj.augmentations.push(this.name);\n }\n }\n }\n\n // Serialize the current object to a JSON save state.\n toJSON(): IReviverValue {\n return Generic_toJSON(\"Augmentation\", this);\n }\n\n // Initializes a Augmentation object from a JSON save state.\n static fromJSON(value: IReviverValue): Augmentation {\n return Generic_fromJSON(Augmentation, value.data);\n }\n}\n\nReviver.constructors.Augmentation = Augmentation;\n","import { Theme } from \"@mui/material\";\nimport Box from \"@mui/material/Box\";\nimport Fade from \"@mui/material/Fade\";\nimport M from \"@mui/material/Modal\";\nimport createStyles from \"@mui/styles/createStyles\";\nimport makeStyles from \"@mui/styles/makeStyles\";\nimport { SxProps } from \"@mui/system\";\nimport React from \"react\";\n\nconst useStyles = makeStyles((theme: Theme) =>\n createStyles({\n modal: {\n display: \"flex\",\n alignItems: \"center\",\n justifyContent: \"center\",\n },\n paper: {\n backgroundColor: theme.palette.background.default,\n border: \"2px solid \" + theme.palette.primary.main,\n boxShadow: `0px 3px 5px -1px ${theme.palette.primary.dark},0px 5px 8px 0px ${theme.palette.primary.dark},0px 1px 14px 0px ${theme.palette.primary.dark}`,\n padding: 2,\n maxWidth: \"80%\",\n maxHeight: \"80%\",\n overflow: \"auto\",\n \"&::-webkit-scrollbar\": {\n // webkit\n display: \"none\",\n },\n scrollbarWidth: \"none\", // firefox\n },\n }),\n);\n\ninterface IProps {\n open: boolean;\n onClose: () => void;\n children: React.ReactNode;\n sx?: SxProps;\n}\n\nexport const Modal = (props: IProps): React.ReactElement => {\n const classes = useStyles();\n return (\n \n \n
\n {props.children}\n
\n
\n \n );\n};\n","export const HacknetNodeConstants = {\n MoneyGainPerLevel: 1.5,\n\n BaseCost: 1000,\n LevelBaseCost: 1,\n RamBaseCost: 30e3,\n CoreBaseCost: 500e3,\n\n PurchaseNextMult: 1.85,\n UpgradeLevelMult: 1.04,\n UpgradeRamMult: 1.28,\n UpgradeCoreMult: 1.48,\n\n MaxLevel: 200,\n MaxRam: 64,\n MaxCores: 16,\n};\n\nexport const PurchaseMultipliers: {\n [key: string]: number | \"MAX\" | undefined;\n x1: number;\n x5: number;\n x10: number;\n MAX: \"MAX\";\n} = {\n x1: 1,\n x5: 5,\n x10: 10,\n MAX: \"MAX\",\n};\n\nexport const HacknetServerConstants = {\n HashesPerLevel: 0.001,\n\n BaseCost: 50e3,\n RamBaseCost: 200e3,\n CoreBaseCost: 1e6,\n CacheBaseCost: 10e6,\n\n PurchaseMult: 3.2,\n UpgradeLevelMult: 1.1,\n UpgradeRamMult: 1.4,\n UpgradeCoreMult: 1.55,\n UpgradeCacheMult: 1.85,\n\n MaxServers: 20,\n\n MaxLevel: 300,\n MaxRam: 8192,\n MaxCores: 128,\n MaxCache: 15,\n};\n","export enum EmployeePositions {\n Operations = \"Operations\",\n Engineer = \"Engineer\",\n Business = \"Business\",\n Management = \"Management\",\n RandD = \"Research & Development\",\n Training = \"Training\",\n Unassigned = \"Unassigned\",\n}\n","// Action Identifier enum\nexport const ActionTypes: {\n [key: string]: number;\n Idle: number;\n Contract: number;\n Operation: number;\n BlackOp: number;\n BlackOperation: number;\n Training: number;\n Recruitment: number;\n FieldAnalysis: number;\n \"Field Analysis\": number;\n Diplomacy: number;\n \"Hyperbolic Regeneration Chamber\": number;\n \"Incite Violence\": number;\n} = {\n Idle: 1,\n Contract: 2,\n Operation: 3,\n BlackOp: 4,\n BlackOperation: 4,\n Training: 5,\n Recruitment: 6,\n FieldAnalysis: 7,\n \"Field Analysis\": 7,\n Diplomacy: 8,\n \"Hyperbolic Regeneration Chamber\": 9,\n \"Incite Violence\": 10,\n};\n","import { Player } from \"./Player\";\n\nimport { LiteratureNames } from \"./Literature/data/LiteratureNames\";\n\nimport { ITutorialEvents } from \"./ui/InteractiveTutorial/ITutorialEvents\";\n\n// Ordered array of keys to Interactive Tutorial Steps\nenum iTutorialSteps {\n Start,\n NSSelection,\n GoToCharacterPage, // Click on 'Stats' page\n CharacterPage, // Introduction to 'Stats' page\n CharacterGoToTerminalPage, // Go back to Terminal\n TerminalIntro, // Introduction to Terminal\n TerminalHelp, // Using 'help' Terminal command\n TerminalLs, // Using 'ls' Terminal command\n TerminalScan, // Using 'scan' Terminal command\n TerminalScanAnalyze1, // Using 'scan-analyze' Terminal command\n TerminalScanAnalyze2, // Using 'scan-analyze 3' Terminal command\n TerminalConnect, // Connecting to n00dles\n TerminalAnalyze, // Analyzing n00dles\n TerminalNuke, // NUKE n00dles\n TerminalManualHack, // Hack n00dles\n TerminalHackingMechanics, // Explanation of hacking mechanics\n TerminalGoHome, // Go home before creating a script.\n TerminalCreateScript, // Create a script using 'nano'\n TerminalTypeScript, // Script Editor page - Type script and then save & close\n TerminalFree, // Using 'Free' Terminal command\n TerminalRunScript, // Running script using 'run' Terminal command\n TerminalGoToActiveScriptsPage,\n ActiveScriptsPage,\n ActiveScriptsToTerminal,\n TerminalTailScript,\n GoToHacknetNodesPage,\n HacknetNodesIntroduction,\n HacknetNodesGoToWorldPage,\n WorldDescription,\n TutorialPageInfo,\n End,\n}\n\nconst ITutorial = {\n currStep: iTutorialSteps.Start,\n isRunning: false,\n\n // Keeps track of whether each step has been done\n stepIsDone: {\n [iTutorialSteps.Start]: false,\n [iTutorialSteps.NSSelection]: false,\n [iTutorialSteps.GoToCharacterPage]: false,\n [iTutorialSteps.CharacterPage]: false,\n [iTutorialSteps.CharacterGoToTerminalPage]: false,\n [iTutorialSteps.TerminalIntro]: false,\n [iTutorialSteps.TerminalHelp]: false,\n [iTutorialSteps.TerminalLs]: false,\n [iTutorialSteps.TerminalScan]: false,\n [iTutorialSteps.TerminalScanAnalyze1]: false,\n [iTutorialSteps.TerminalScanAnalyze2]: false,\n [iTutorialSteps.TerminalConnect]: false,\n [iTutorialSteps.TerminalAnalyze]: false,\n [iTutorialSteps.TerminalNuke]: false,\n [iTutorialSteps.TerminalManualHack]: false,\n [iTutorialSteps.TerminalHackingMechanics]: false,\n [iTutorialSteps.TerminalGoHome]: false,\n [iTutorialSteps.TerminalCreateScript]: false,\n [iTutorialSteps.TerminalTypeScript]: false,\n [iTutorialSteps.TerminalFree]: false,\n [iTutorialSteps.TerminalRunScript]: false,\n [iTutorialSteps.TerminalGoToActiveScriptsPage]: false,\n [iTutorialSteps.ActiveScriptsPage]: false,\n [iTutorialSteps.ActiveScriptsToTerminal]: false,\n [iTutorialSteps.TerminalTailScript]: false,\n [iTutorialSteps.GoToHacknetNodesPage]: false,\n [iTutorialSteps.HacknetNodesIntroduction]: false,\n [iTutorialSteps.HacknetNodesGoToWorldPage]: false,\n [iTutorialSteps.WorldDescription]: false,\n [iTutorialSteps.TutorialPageInfo]: false,\n [iTutorialSteps.End]: false,\n },\n};\n\nfunction iTutorialStart(): void {\n ITutorial.isRunning = true;\n ITutorial.currStep = iTutorialSteps.Start;\n}\n\n// Go to the next step and evaluate it\nfunction iTutorialNextStep(): void {\n ITutorial.stepIsDone[ITutorial.currStep] = true;\n if (ITutorial.currStep < iTutorialSteps.End) {\n ITutorial.currStep += 1;\n }\n if (ITutorial.currStep === iTutorialSteps.End) iTutorialEnd();\n ITutorialEvents.emit();\n}\n\n// Go to previous step and evaluate\nfunction iTutorialPrevStep(): void {\n if (ITutorial.currStep > iTutorialSteps.Start) {\n ITutorial.currStep -= 1;\n }\n ITutorialEvents.emit();\n}\n\nfunction iTutorialEnd(): void {\n ITutorial.isRunning = false;\n ITutorial.currStep = iTutorialSteps.Start;\n const messages = Player.getHomeComputer().messages;\n const handbook = LiteratureNames.HackersStartingHandbook;\n if (!messages.includes(handbook)) messages.push(handbook);\n ITutorialEvents.emit();\n}\n\nexport { iTutorialSteps, iTutorialEnd, iTutorialStart, iTutorialNextStep, ITutorial, iTutorialPrevStep };\n","// Class representing a single hackable Server\nimport { BaseServer } from \"./BaseServer\";\n\nimport { BitNodeMultipliers } from \"../BitNode/BitNodeMultipliers\";\n\nimport { createRandomString } from \"../utils/helpers/createRandomString\";\nimport { createRandomIp } from \"../utils/IPAddress\";\nimport { Generic_fromJSON, Generic_toJSON, IReviverValue, Reviver } from \"../utils/JSONReviver\";\n\nexport interface IConstructorParams {\n adminRights?: boolean;\n hackDifficulty?: number;\n hostname: string;\n ip?: string;\n isConnectedTo?: boolean;\n maxRam?: number;\n moneyAvailable?: number;\n numOpenPortsRequired?: number;\n organizationName?: string;\n purchasedByPlayer?: boolean;\n requiredHackingSkill?: number;\n serverGrowth?: number;\n}\n\nexport class Server extends BaseServer {\n // Flag indicating whether this server has a backdoor installed by a player\n backdoorInstalled = false;\n\n // Initial server security level\n // (i.e. security level when the server was created)\n baseDifficulty = 1;\n\n // Server Security Level\n hackDifficulty = 1;\n\n // Minimum server security level that this server can be weakened to\n minDifficulty = 1;\n\n // How much money currently resides on the server and can be hacked\n moneyAvailable = 0;\n\n // Maximum amount of money that this server can hold\n moneyMax = 0;\n\n // Number of open ports required in order to gain admin/root access\n numOpenPortsRequired = 5;\n\n // How many ports are currently opened on the server\n openPortCount = 0;\n\n // Hacking level required to hack this server\n requiredHackingSkill = 1;\n\n // Parameter that affects how effectively this server's money can\n // be increased using the grow() Netscript function\n serverGrowth = 1;\n\n constructor(params: IConstructorParams = { hostname: \"\", ip: createRandomIp() }) {\n super(params);\n\n // \"hacknet-node-X\" hostnames are reserved for Hacknet Servers\n if (this.hostname.startsWith(\"hacknet-node-\")) {\n this.hostname = createRandomString(10);\n }\n\n this.purchasedByPlayer = params.purchasedByPlayer != null ? params.purchasedByPlayer : false;\n\n //RAM, CPU speed and Scripts\n this.maxRam = params.maxRam != null ? params.maxRam : 0; //GB\n\n /* Hacking information (only valid for \"foreign\" aka non-purchased servers) */\n this.requiredHackingSkill = params.requiredHackingSkill != null ? params.requiredHackingSkill : 1;\n this.moneyAvailable =\n params.moneyAvailable != null ? params.moneyAvailable * BitNodeMultipliers.ServerStartingMoney : 0;\n this.moneyMax = 25 * this.moneyAvailable * BitNodeMultipliers.ServerMaxMoney;\n\n //Hack Difficulty is synonymous with server security. Base Difficulty = Starting difficulty\n const realDifficulty =\n params.hackDifficulty != null ? params.hackDifficulty * BitNodeMultipliers.ServerStartingSecurity : 1;\n this.hackDifficulty = Math.min(realDifficulty, 100);\n this.baseDifficulty = this.hackDifficulty;\n this.minDifficulty = Math.min(Math.max(1, Math.round(realDifficulty / 3)), 100);\n this.serverGrowth = params.serverGrowth != null ? params.serverGrowth : 1; //Integer from 0 to 100. Affects money increase from grow()\n\n //Port information, required for porthacking servers to get admin rights\n this.numOpenPortsRequired = params.numOpenPortsRequired != null ? params.numOpenPortsRequired : 5;\n }\n\n /** Ensures that the server's difficulty (server security) doesn't get too high */\n capDifficulty(): void {\n if (this.hackDifficulty < this.minDifficulty) {\n this.hackDifficulty = this.minDifficulty;\n }\n if (this.hackDifficulty < 1) {\n this.hackDifficulty = 1;\n }\n\n // Place some arbitrarily limit that realistically should never happen unless someone is\n // screwing around with the game\n if (this.hackDifficulty > 100) {\n this.hackDifficulty = 100;\n }\n }\n\n /**\n * Change this server's minimum security\n * @param n - Value by which to increase/decrease the server's minimum security\n * @param perc - Whether it should be changed by a percentage, or a flat value\n */\n changeMinimumSecurity(n: number, perc = false): void {\n if (perc) {\n this.minDifficulty *= n;\n } else {\n this.minDifficulty += n;\n }\n\n // Server security cannot go below 1\n this.minDifficulty = Math.max(1, this.minDifficulty);\n }\n\n /**\n * Change this server's maximum money\n * @param n - Value by which to change the server's maximum money\n */\n changeMaximumMoney(n: number): void {\n const softCap = 10e12;\n if (this.moneyMax > softCap) {\n const aboveCap = this.moneyMax - softCap;\n n = 1 + (n - 1) / Math.log(aboveCap) / Math.log(8);\n }\n\n this.moneyMax *= n;\n }\n\n /** Strengthens a server's security level (difficulty) by the specified amount */\n fortify(amt: number): void {\n this.hackDifficulty += amt;\n this.capDifficulty();\n }\n\n /** Lowers the server's security level (difficulty) by the specified amount) */\n weaken(amt: number): void {\n this.hackDifficulty -= amt * BitNodeMultipliers.ServerWeakenRate;\n this.capDifficulty();\n }\n\n /** Serialize the current object to a JSON save state */\n toJSON(): IReviverValue {\n return Generic_toJSON(\"Server\", this);\n }\n\n // Initializes a Server Object from a JSON save state\n static fromJSON(value: IReviverValue): Server {\n return Generic_fromJSON(Server, value.data);\n }\n}\n\nReviver.constructors.Server = Server;\n","import React, { useContext } from \"react\";\nimport { Corporation } from \"../Corporation\";\nimport { Industry } from \"../Industry\";\n\nexport const Context = {\n Corporation: React.createContext({} as Corporation),\n Division: React.createContext({} as Industry),\n};\n\nexport const useCorporation = (): Corporation => useContext(Context.Corporation);\nexport const useDivision = (): Industry => useContext(Context.Division);\n","import React from \"react\";\nimport { ResearchTree } from \"./ResearchTree\";\nimport { Corporation } from \"./Corporation\";\nimport { getBaseResearchTreeCopy, getProductIndustryResearchTreeCopy } from \"./data/BaseResearchTree\";\nimport { MoneyCost } from \"./ui/MoneyCost\";\n\ninterface IIndustryMap {\n [key: string]: T | undefined;\n Energy: T;\n Utilities: T;\n Agriculture: T;\n Fishing: T;\n Mining: T;\n Food: T;\n Tobacco: T;\n Chemical: T;\n Pharmaceutical: T;\n Computer: T;\n Robotics: T;\n Software: T;\n Healthcare: T;\n RealEstate: T;\n}\n\n// Map of official names for each Industry\nexport const Industries: IIndustryMap = {\n Energy: \"Energy\",\n Utilities: \"Water Utilities\",\n Agriculture: \"Agriculture\",\n Fishing: \"Fishing\",\n Mining: \"Mining\",\n Food: \"Food\",\n Tobacco: \"Tobacco\",\n Chemical: \"Chemical\",\n Pharmaceutical: \"Pharmaceutical\",\n Computer: \"Computer Hardware\",\n Robotics: \"Robotics\",\n Software: \"Software\",\n Healthcare: \"Healthcare\",\n RealEstate: \"RealEstate\",\n};\n\n// Map of how much money it takes to start each industry\nexport const IndustryStartingCosts: IIndustryMap = {\n Energy: 225e9,\n Utilities: 150e9,\n Agriculture: 40e9,\n Fishing: 80e9,\n Mining: 300e9,\n Food: 10e9,\n Tobacco: 20e9,\n Chemical: 70e9,\n Pharmaceutical: 200e9,\n Computer: 500e9,\n Robotics: 1e12,\n Software: 25e9,\n Healthcare: 750e9,\n RealEstate: 600e9,\n};\n\n// Map of description for each industry\nexport const IndustryDescriptions: IIndustryMap<(corp: Corporation) => React.ReactElement> = {\n Energy: (corp: Corporation) => (\n <>\n Engage in the production and distribution of energy.\n
\n
\n Starting cost: \n
\n Recommended starting Industry: NO\n \n ),\n Utilities: (corp: Corporation) => (\n <>\n Distribute water and provide wastewater services.\n
\n
\n Starting cost: \n
\n Recommended starting Industry: NO\n \n ),\n Agriculture: (corp: Corporation) => (\n <>\n Cultivate crops and breed livestock to produce food.\n
\n
\n Starting cost: \n
\n Recommended starting Industry: YES\n \n ),\n Fishing: (corp: Corporation) => (\n <>\n Produce food through the breeding and processing of fish and fish products.\n
\n
\n Starting cost: \n
\n Recommended starting Industry: NO\n \n ),\n Mining: (corp: Corporation) => (\n <>\n Extract and process metals from the earth.\n
\n
\n Starting cost: \n
\n Recommended starting Industry: NO\n \n ),\n Food: (corp: Corporation) => (\n <>\n Create your own restaurants all around the world.\n
\n
\n Starting cost: \n
\n Recommended starting Industry: YES\n \n ),\n Tobacco: (corp: Corporation) => (\n <>\n Create and distribute tobacco and tobacco-related products.\n
\n
\n Starting cost: \n
\n Recommended starting Industry: YES\n \n ),\n Chemical: (corp: Corporation) => (\n <>\n Produce industrial chemicals.\n
\n
\n Starting cost: \n
\n Recommended starting Industry: NO\n \n ),\n Pharmaceutical: (corp: Corporation) => (\n <>\n Discover, develop, and create new pharmaceutical drugs.\n
\n
\n Starting cost: \n
\n Recommended starting Industry: NO\n \n ),\n Computer: (corp: Corporation) => (\n <>\n Develop and manufacture new computer hardware and networking infrastructures.\n
\n
\n Starting cost: \n
\n Recommended starting Industry: NO\n \n ),\n Robotics: (corp: Corporation) => (\n <>\n Develop and create robots.\n
\n
\n Starting cost: \n
\n Recommended starting Industry: NO\n \n ),\n Software: (corp: Corporation) => (\n <>\n Develop computer software and create AI Cores.\n
\n
\n Starting cost: \n
\n Recommended starting Industry: YES\n \n ),\n Healthcare: (corp: Corporation) => (\n <>\n Create and manage hospitals.\n
\n
\n Starting cost: \n
\n Recommended starting Industry: NO\n \n ),\n RealEstate: (corp: Corporation) => (\n <>\n Develop and manage real estate properties.\n
\n
\n Starting cost: \n
\n Recommended starting Industry: NO\n \n ),\n};\n\n// Map of available Research for each Industry. This data is held in a\n// ResearchTree object\nexport const IndustryResearchTrees: IIndustryMap = {\n Energy: getBaseResearchTreeCopy(),\n Utilities: getBaseResearchTreeCopy(),\n Agriculture: getBaseResearchTreeCopy(),\n Fishing: getBaseResearchTreeCopy(),\n Mining: getBaseResearchTreeCopy(),\n Food: getProductIndustryResearchTreeCopy(),\n Tobacco: getProductIndustryResearchTreeCopy(),\n Chemical: getBaseResearchTreeCopy(),\n Pharmaceutical: getProductIndustryResearchTreeCopy(),\n Computer: getProductIndustryResearchTreeCopy(),\n Robotics: getProductIndustryResearchTreeCopy(),\n Software: getProductIndustryResearchTreeCopy(),\n Healthcare: getProductIndustryResearchTreeCopy(),\n RealEstate: getProductIndustryResearchTreeCopy(),\n};\n\nexport function resetIndustryResearchTrees(): void {\n IndustryResearchTrees.Energy = getBaseResearchTreeCopy();\n IndustryResearchTrees.Utilities = getBaseResearchTreeCopy();\n IndustryResearchTrees.Agriculture = getBaseResearchTreeCopy();\n IndustryResearchTrees.Fishing = getBaseResearchTreeCopy();\n IndustryResearchTrees.Mining = getBaseResearchTreeCopy();\n IndustryResearchTrees.Food = getProductIndustryResearchTreeCopy();\n IndustryResearchTrees.Tobacco = getProductIndustryResearchTreeCopy();\n IndustryResearchTrees.Chemical = getBaseResearchTreeCopy();\n IndustryResearchTrees.Pharmaceutical = getProductIndustryResearchTreeCopy();\n IndustryResearchTrees.Computer = getProductIndustryResearchTreeCopy();\n IndustryResearchTrees.Robotics = getProductIndustryResearchTreeCopy();\n IndustryResearchTrees.Software = getProductIndustryResearchTreeCopy();\n IndustryResearchTrees.Healthcare = getProductIndustryResearchTreeCopy();\n IndustryResearchTrees.RealEstate = getProductIndustryResearchTreeCopy();\n}\n","/** Enum defining the different types of possible locations */\nexport enum LocationType {\n Company,\n Gym,\n Hospital,\n Slums,\n Special, // This location has special options/activities (e.g. Bladeburner, Re-sleeving)\n StockMarket,\n TechVendor,\n TravelAgency,\n University,\n Casino,\n}\n","import { Program } from \"./Program\";\nimport { programsMetadata } from \"./data/ProgramsMetadata\";\n\nexport const Programs: Record = {};\nexport function initPrograms() {\n for (const params of programsMetadata) {\n Programs[params.key] = new Program(params.name, params.create, params.run);\n }\n}\n","import React from \"react\";\nimport { Reviver, Generic_toJSON, Generic_fromJSON, IReviverValue } from \"../utils/JSONReviver\";\nimport { CONSTANTS } from \"../Constants\";\nimport { LocationName } from \"../Locations/data/LocationNames\";\nimport { numeralWrapper } from \"../ui/numeralFormat\";\nimport { dialogBoxCreate } from \"../ui/React/DialogBox\";\nimport { Money } from \"../ui/React/Money\";\nimport { convertTimeMsToTimeElapsedString } from \"../utils/StringHelperFunctions\";\nimport { Player } from \"../Player\";\nimport { calculateClassEarnings as calculateClassEarningsRate } from \"./formulas/Class\";\nimport { Work, WorkType } from \"./Work\";\nimport { applyWorkStats, newWorkStats, sumWorkStats, WorkStats } from \"./WorkStats\";\n\nexport enum ClassType {\n StudyComputerScience = \"STUDYCOMPUTERSCIENCE\",\n DataStructures = \"DATASTRUCTURES\",\n Networks = \"NETWORKS\",\n Algorithms = \"ALGORITHMS\",\n\n Management = \"MANAGEMENT\",\n Leadership = \"LEADERSHIP\",\n\n GymStrength = \"GYMSTRENGTH\",\n GymDefense = \"GYMDEFENSE\",\n GymDexterity = \"GYMDEXTERITY\",\n GymAgility = \"GYMAGILITY\",\n}\n\nexport interface Class {\n youAreCurrently: string;\n type: ClassType;\n earnings: WorkStats;\n}\n\nexport const Classes: Record = {\n [ClassType.StudyComputerScience]: {\n youAreCurrently: \"studying Computer Science\",\n type: ClassType.StudyComputerScience,\n earnings: newWorkStats({ hackExp: 0.5, intExp: 0.01 }),\n },\n [ClassType.DataStructures]: {\n youAreCurrently: \"taking a Data Structures course\",\n type: ClassType.DataStructures,\n earnings: newWorkStats({\n money: -40,\n hackExp: 1,\n intExp: 0.01,\n }),\n },\n [ClassType.Networks]: {\n youAreCurrently: \"taking a Networks course\",\n type: ClassType.Networks,\n earnings: newWorkStats({\n money: -80,\n hackExp: 2,\n intExp: 0.01,\n }),\n },\n [ClassType.Algorithms]: {\n youAreCurrently: \"taking an Algorithms course\",\n type: ClassType.Algorithms,\n earnings: newWorkStats({\n money: -320,\n hackExp: 4,\n intExp: 0.01,\n }),\n },\n [ClassType.Management]: {\n youAreCurrently: \"taking a Management course\",\n type: ClassType.Management,\n earnings: newWorkStats({\n money: -160,\n chaExp: 2,\n intExp: 0.01,\n }),\n },\n [ClassType.Leadership]: {\n youAreCurrently: \"taking a Leadership course\",\n type: ClassType.Leadership,\n earnings: newWorkStats({\n money: -320,\n chaExp: 4,\n intExp: 0.01,\n }),\n },\n [ClassType.GymStrength]: {\n youAreCurrently: \"training your strength at a gym\",\n type: ClassType.GymStrength,\n earnings: newWorkStats({\n money: -120,\n strExp: 1,\n }),\n },\n [ClassType.GymDefense]: {\n youAreCurrently: \"training your defense at a gym\",\n type: ClassType.GymDefense,\n earnings: newWorkStats({\n money: -120,\n defExp: 1,\n }),\n },\n [ClassType.GymDexterity]: {\n youAreCurrently: \"training your dexterity at a gym\",\n type: ClassType.GymDexterity,\n earnings: newWorkStats({\n money: -120,\n dexExp: 1,\n }),\n },\n [ClassType.GymAgility]: {\n youAreCurrently: \"training your agility at a gym\",\n type: ClassType.GymAgility,\n earnings: newWorkStats({\n money: -120,\n agiExp: 1,\n }),\n },\n};\n\ninterface ClassWorkParams {\n classType: ClassType;\n location: LocationName;\n singularity: boolean;\n}\n\nexport const isClassWork = (w: Work | null): w is ClassWork => w !== null && w.type === WorkType.CLASS;\n\nexport class ClassWork extends Work {\n classType: ClassType;\n location: LocationName;\n earnings = newWorkStats();\n\n constructor(params?: ClassWorkParams) {\n super(WorkType.CLASS, params?.singularity ?? true);\n this.classType = params?.classType ?? ClassType.StudyComputerScience;\n this.location = params?.location ?? LocationName.Sector12RothmanUniversity;\n }\n\n isGym(): boolean {\n return [ClassType.GymAgility, ClassType.GymDefense, ClassType.GymDexterity, ClassType.GymStrength].includes(\n this.classType,\n );\n }\n\n getClass(): Class {\n return Classes[this.classType];\n }\n\n calculateRates(): WorkStats {\n return calculateClassEarningsRate(Player, this.classType, this.location);\n }\n\n process(cycles: number): boolean {\n this.cyclesWorked += cycles;\n const rate = this.calculateRates();\n const earnings = applyWorkStats(Player, rate, cycles, \"class\");\n this.earnings = sumWorkStats(this.earnings, earnings);\n return false;\n }\n\n finish(): void {\n if (!this.singularity) {\n dialogBoxCreate(\n <>\n After {this.getClass().youAreCurrently} for{\" \"}\n {convertTimeMsToTimeElapsedString(this.cyclesWorked * CONSTANTS._idleSpeed)},
\n you spent a total of .
\n
\n You earned a total of:
\n {numeralWrapper.formatExp(this.earnings.hackExp)} hacking exp
\n {numeralWrapper.formatExp(this.earnings.strExp)} strength exp
\n {numeralWrapper.formatExp(this.earnings.defExp)} defense exp
\n {numeralWrapper.formatExp(this.earnings.dexExp)} dexterity exp
\n {numeralWrapper.formatExp(this.earnings.agiExp)} agility exp
\n {numeralWrapper.formatExp(this.earnings.chaExp)} charisma exp\n
\n ,\n );\n }\n }\n\n APICopy(): Record {\n return {\n type: this.type,\n cyclesWorked: this.cyclesWorked,\n classType: this.classType,\n location: this.location,\n };\n }\n\n /** Serialize the current object to a JSON save state. */\n toJSON(): IReviverValue {\n return Generic_toJSON(\"ClassWork\", this);\n }\n\n /** Initializes a ClassWork object from a JSON save state. */\n static fromJSON(value: IReviverValue): ClassWork {\n return Generic_fromJSON(ClassWork, value.data);\n }\n}\n\nReviver.constructors.ClassWork = ClassWork;\n","/**\n * Generic helper/utility functions for the Hacknet mechanic:\n * - Purchase nodes/upgrades\n * - Calculating maximum number of upgrades\n * - Processing Hacknet earnings\n * - Updating Hash Manager capacity\n * - Purchasing hash upgrades\n *\n * TODO Should probably split the different types of functions into their own modules\n */\nimport { HacknetNode } from \"./HacknetNode\";\nimport { calculateNodeCost } from \"./formulas/HacknetNodes\";\nimport { calculateServerCost } from \"./formulas/HacknetServers\";\nimport { HacknetNodeConstants, HacknetServerConstants } from \"./data/Constants\";\nimport { HacknetServer } from \"./HacknetServer\";\nimport { HashManager } from \"./HashManager\";\nimport { HashUpgrades } from \"./HashUpgrades\";\n\nimport { generateRandomContract } from \"../CodingContractGenerator\";\nimport { iTutorialSteps, iTutorialNextStep, ITutorial } from \"../InteractiveTutorial\";\nimport { Player } from \"../Player\";\nimport { GetServer } from \"../Server/AllServers\";\nimport { Server } from \"../Server/Server\";\n\n// Returns a boolean indicating whether the player has Hacknet Servers\n// (the upgraded form of Hacknet Nodes)\nexport function hasHacknetServers(): boolean {\n return Player.bitNodeN === 9 || Player.sourceFileLvl(9) > 0;\n}\n\nexport function purchaseHacknet(): number {\n /* INTERACTIVE TUTORIAL */\n if (ITutorial.isRunning) {\n if (ITutorial.currStep === iTutorialSteps.HacknetNodesIntroduction) {\n iTutorialNextStep();\n } else {\n return -1;\n }\n }\n /* END INTERACTIVE TUTORIAL */\n\n const numOwned = Player.hacknetNodes.length;\n if (hasHacknetServers()) {\n const cost = getCostOfNextHacknetServer();\n if (isNaN(cost)) {\n throw new Error(`Calculated cost of purchasing HacknetServer is NaN`);\n }\n\n if (!Player.canAfford(cost) || numOwned >= HacknetServerConstants.MaxServers) {\n return -1;\n }\n Player.loseMoney(cost, \"hacknet_expenses\");\n Player.createHacknetServer();\n updateHashManagerCapacity();\n\n return numOwned;\n } else {\n const cost = getCostOfNextHacknetNode();\n if (isNaN(cost)) {\n throw new Error(`Calculated cost of purchasing HacknetNode is NaN`);\n }\n\n if (!Player.canAfford(cost)) {\n return -1;\n }\n\n // Auto generate a name for the Node\n const name = \"hacknet-node-\" + numOwned;\n const node = new HacknetNode(name, Player.mults.hacknet_node_money);\n\n Player.loseMoney(cost, \"hacknet_expenses\");\n Player.hacknetNodes.push(node);\n\n return numOwned;\n }\n}\n\nexport function hasMaxNumberHacknetServers(): boolean {\n return hasHacknetServers() && Player.hacknetNodes.length >= HacknetServerConstants.MaxServers;\n}\n\nexport function getCostOfNextHacknetNode(): number {\n return calculateNodeCost(Player.hacknetNodes.length + 1, Player.mults.hacknet_node_purchase_cost);\n}\n\nexport function getCostOfNextHacknetServer(): number {\n return calculateServerCost(Player.hacknetNodes.length + 1, Player.mults.hacknet_node_purchase_cost);\n}\n\n// Calculate the maximum number of times the Player can afford to upgrade a Hacknet Node's level\nexport function getMaxNumberLevelUpgrades(nodeObj: HacknetNode | HacknetServer, maxLevel: number): number {\n if (maxLevel == null) {\n throw new Error(`getMaxNumberLevelUpgrades() called without maxLevel arg`);\n }\n\n if (Player.money < nodeObj.calculateLevelUpgradeCost(1, Player.mults.hacknet_node_level_cost)) {\n return 0;\n }\n\n let min = 1;\n let max = maxLevel - 1;\n const levelsToMax = maxLevel - nodeObj.level;\n if (Player.money > nodeObj.calculateLevelUpgradeCost(levelsToMax, Player.mults.hacknet_node_level_cost)) {\n return levelsToMax;\n }\n\n while (min <= max) {\n const curr = ((min + max) / 2) | 0;\n if (\n curr !== maxLevel &&\n Player.money > nodeObj.calculateLevelUpgradeCost(curr, Player.mults.hacknet_node_level_cost) &&\n Player.money < nodeObj.calculateLevelUpgradeCost(curr + 1, Player.mults.hacknet_node_level_cost)\n ) {\n return Math.min(levelsToMax, curr);\n } else if (Player.money < nodeObj.calculateLevelUpgradeCost(curr, Player.mults.hacknet_node_level_cost)) {\n max = curr - 1;\n } else if (Player.money > nodeObj.calculateLevelUpgradeCost(curr, Player.mults.hacknet_node_level_cost)) {\n min = curr + 1;\n } else {\n return Math.min(levelsToMax, curr);\n }\n }\n return 0;\n}\n\n// Calculate the maximum number of times the Player can afford to upgrade a Hacknet Node's RAM\nexport function getMaxNumberRamUpgrades(nodeObj: HacknetNode | HacknetServer, maxLevel: number): number {\n if (maxLevel == null) {\n throw new Error(`getMaxNumberRamUpgrades() called without maxLevel arg`);\n }\n\n if (Player.money < nodeObj.calculateRamUpgradeCost(1, Player.mults.hacknet_node_ram_cost)) {\n return 0;\n }\n\n let levelsToMax;\n if (nodeObj instanceof HacknetServer) {\n levelsToMax = Math.round(Math.log2(maxLevel / nodeObj.maxRam));\n } else {\n levelsToMax = Math.round(Math.log2(maxLevel / nodeObj.ram));\n }\n if (Player.money > nodeObj.calculateRamUpgradeCost(levelsToMax, Player.mults.hacknet_node_ram_cost)) {\n return levelsToMax;\n }\n\n //We'll just loop until we find the max\n for (let i = levelsToMax - 1; i >= 0; --i) {\n if (Player.money > nodeObj.calculateRamUpgradeCost(i, Player.mults.hacknet_node_ram_cost)) {\n return i;\n }\n }\n return 0;\n}\n\n// Calculate the maximum number of times the Player can afford to upgrade a Hacknet Node's cores\nexport function getMaxNumberCoreUpgrades(nodeObj: HacknetNode | HacknetServer, maxLevel: number): number {\n if (maxLevel == null) {\n throw new Error(`getMaxNumberCoreUpgrades() called without maxLevel arg`);\n }\n\n if (Player.money < nodeObj.calculateCoreUpgradeCost(1, Player.mults.hacknet_node_core_cost)) {\n return 0;\n }\n\n let min = 1;\n let max = maxLevel - 1;\n const levelsToMax = maxLevel - nodeObj.cores;\n if (Player.money > nodeObj.calculateCoreUpgradeCost(levelsToMax, Player.mults.hacknet_node_core_cost)) {\n return levelsToMax;\n }\n\n // Use a binary search to find the max possible number of upgrades\n while (min <= max) {\n const curr = ((min + max) / 2) | 0;\n if (\n curr != maxLevel &&\n Player.money > nodeObj.calculateCoreUpgradeCost(curr, Player.mults.hacknet_node_core_cost) &&\n Player.money < nodeObj.calculateCoreUpgradeCost(curr + 1, Player.mults.hacknet_node_core_cost)\n ) {\n return Math.min(levelsToMax, curr);\n } else if (Player.money < nodeObj.calculateCoreUpgradeCost(curr, Player.mults.hacknet_node_core_cost)) {\n max = curr - 1;\n } else if (Player.money > nodeObj.calculateCoreUpgradeCost(curr, Player.mults.hacknet_node_core_cost)) {\n min = curr + 1;\n } else {\n return Math.min(levelsToMax, curr);\n }\n }\n\n return 0;\n}\n\n// Calculate the maximum number of times the Player can afford to upgrade a Hacknet Node's cache\nexport function getMaxNumberCacheUpgrades(nodeObj: HacknetServer, maxLevel: number): number {\n if (maxLevel == null) {\n throw new Error(`getMaxNumberCacheUpgrades() called without maxLevel arg`);\n }\n\n if (!Player.canAfford(nodeObj.calculateCacheUpgradeCost(1))) {\n return 0;\n }\n\n let min = 1;\n let max = maxLevel - 1;\n const levelsToMax = maxLevel - nodeObj.cache;\n if (Player.canAfford(nodeObj.calculateCacheUpgradeCost(levelsToMax))) {\n return levelsToMax;\n }\n\n // Use a binary search to find the max possible number of upgrades\n while (min <= max) {\n const curr = ((min + max) / 2) | 0;\n if (\n curr != maxLevel &&\n Player.canAfford(nodeObj.calculateCacheUpgradeCost(curr)) &&\n !Player.canAfford(nodeObj.calculateCacheUpgradeCost(curr + 1))\n ) {\n return Math.min(levelsToMax, curr);\n } else if (!Player.canAfford(nodeObj.calculateCacheUpgradeCost(curr))) {\n max = curr - 1;\n } else if (Player.canAfford(nodeObj.calculateCacheUpgradeCost(curr))) {\n min = curr + 1;\n } else {\n return Math.min(levelsToMax, curr);\n }\n }\n\n return 0;\n}\n\nexport function purchaseLevelUpgrade(node: HacknetNode | HacknetServer, levels = 1): boolean {\n const sanitizedLevels = Math.round(levels);\n const cost = node.calculateLevelUpgradeCost(sanitizedLevels, Player.mults.hacknet_node_level_cost);\n if (isNaN(cost) || cost <= 0 || sanitizedLevels < 0) {\n return false;\n }\n\n const isServer = node instanceof HacknetServer;\n\n // If we're at max level, return false\n if (node.level >= (isServer ? HacknetServerConstants.MaxLevel : HacknetNodeConstants.MaxLevel)) {\n return false;\n }\n\n // If the number of specified upgrades would exceed the max level, calculate\n // the maximum number of upgrades and use that\n if (node.level + sanitizedLevels > (isServer ? HacknetServerConstants.MaxLevel : HacknetNodeConstants.MaxLevel)) {\n const diff = Math.max(0, (isServer ? HacknetServerConstants.MaxLevel : HacknetNodeConstants.MaxLevel) - node.level);\n return purchaseLevelUpgrade(node, diff);\n }\n\n if (!Player.canAfford(cost)) {\n return false;\n }\n\n Player.loseMoney(cost, \"hacknet_expenses\");\n node.upgradeLevel(sanitizedLevels, Player.mults.hacknet_node_money);\n\n return true;\n}\n\nexport function purchaseRamUpgrade(node: HacknetNode | HacknetServer, levels = 1): boolean {\n const sanitizedLevels = Math.round(levels);\n const cost = node.calculateRamUpgradeCost(sanitizedLevels, Player.mults.hacknet_node_ram_cost);\n if (isNaN(cost) || cost <= 0 || sanitizedLevels < 0) {\n return false;\n }\n\n if (node instanceof HacknetServer && node.maxRam >= HacknetServerConstants.MaxRam) {\n return false;\n }\n\n if (node instanceof HacknetNode && node.ram >= HacknetNodeConstants.MaxRam) {\n return false;\n }\n\n // If the number of specified upgrades would exceed the max RAM, calculate the\n // max possible number of upgrades and use that\n if (node instanceof HacknetServer) {\n if (node.maxRam * Math.pow(2, sanitizedLevels) > HacknetServerConstants.MaxRam) {\n const diff = Math.max(0, Math.log2(Math.round(HacknetServerConstants.MaxRam / node.maxRam)));\n return purchaseRamUpgrade(node, diff);\n }\n } else if (node instanceof HacknetNode) {\n if (node.ram * Math.pow(2, sanitizedLevels) > HacknetNodeConstants.MaxRam) {\n const diff = Math.max(0, Math.log2(Math.round(HacknetNodeConstants.MaxRam / node.ram)));\n return purchaseRamUpgrade(node, diff);\n }\n }\n\n if (!Player.canAfford(cost)) {\n return false;\n }\n\n Player.loseMoney(cost, \"hacknet_expenses\");\n node.upgradeRam(sanitizedLevels, Player.mults.hacknet_node_money);\n\n return true;\n}\n\nexport function purchaseCoreUpgrade(node: HacknetNode | HacknetServer, levels = 1): boolean {\n const sanitizedLevels = Math.round(levels);\n const cost = node.calculateCoreUpgradeCost(sanitizedLevels, Player.mults.hacknet_node_core_cost);\n if (isNaN(cost) || cost <= 0 || sanitizedLevels < 0) {\n return false;\n }\n\n const isServer = node instanceof HacknetServer;\n\n // Fail if we're already at max\n if (node.cores >= (isServer ? HacknetServerConstants.MaxCores : HacknetNodeConstants.MaxCores)) {\n return false;\n }\n\n // If the specified number of upgrades would exceed the max Cores, calculate\n // the max possible number of upgrades and use that\n if (node.cores + sanitizedLevels > (isServer ? HacknetServerConstants.MaxCores : HacknetNodeConstants.MaxCores)) {\n const diff = Math.max(0, (isServer ? HacknetServerConstants.MaxCores : HacknetNodeConstants.MaxCores) - node.cores);\n return purchaseCoreUpgrade(node, diff);\n }\n\n if (!Player.canAfford(cost)) {\n return false;\n }\n\n Player.loseMoney(cost, \"hacknet_expenses\");\n node.upgradeCore(sanitizedLevels, Player.mults.hacknet_node_money);\n\n return true;\n}\n\nexport function purchaseCacheUpgrade(node: HacknetServer, levels = 1): boolean {\n const sanitizedLevels = Math.round(levels);\n const cost = node.calculateCacheUpgradeCost(sanitizedLevels);\n if (isNaN(cost) || cost <= 0 || sanitizedLevels < 0) {\n return false;\n }\n\n if (!(node instanceof HacknetServer)) {\n console.warn(`purchaseCacheUpgrade() called for a non-HacknetNode`);\n return false;\n }\n\n // Fail if we're already at max\n if (node.cache + sanitizedLevels > HacknetServerConstants.MaxCache) {\n const diff = Math.max(0, HacknetServerConstants.MaxCache - node.cache);\n return purchaseCacheUpgrade(node, diff);\n }\n\n if (!Player.canAfford(cost)) {\n return false;\n }\n\n Player.loseMoney(cost, \"hacknet_expenses\");\n node.upgradeCache(sanitizedLevels);\n\n return true;\n}\n\nexport function processHacknetEarnings(numCycles: number): number {\n // Determine if player has Hacknet Nodes or Hacknet Servers, then\n // call the appropriate function\n if (Player.hacknetNodes.length === 0) {\n return 0;\n }\n if (hasHacknetServers()) {\n return processAllHacknetServerEarnings(numCycles);\n } else if (Player.hacknetNodes[0] instanceof HacknetNode) {\n return processAllHacknetNodeEarnings(numCycles);\n } else {\n return 0;\n }\n}\n\nfunction processAllHacknetNodeEarnings(numCycles: number): number {\n let total = 0;\n for (let i = 0; i < Player.hacknetNodes.length; ++i) {\n const node = Player.hacknetNodes[i];\n if (typeof node === \"string\") throw new Error(\"player node should not be ip string\");\n total += processSingleHacknetNodeEarnings(numCycles, node);\n }\n\n return total;\n}\n\nfunction processSingleHacknetNodeEarnings(numCycles: number, nodeObj: HacknetNode): number {\n const totalEarnings = nodeObj.process(numCycles);\n Player.gainMoney(totalEarnings, \"hacknet\");\n\n return totalEarnings;\n}\n\nfunction processAllHacknetServerEarnings(numCycles: number): number {\n if (!(Player.hashManager instanceof HashManager)) {\n throw new Error(`Player does not have a HashManager (should be in 'hashManager' prop)`);\n }\n\n let hashes = 0;\n for (let i = 0; i < Player.hacknetNodes.length; ++i) {\n // hacknetNodes array only contains the IP addresses of the servers.\n // Also, update the hash rate before processing\n const ip = Player.hacknetNodes[i];\n if (ip instanceof HacknetNode) throw new Error(`player nodes should not be HacknetNode`);\n const hserver = GetServer(ip);\n if (!(hserver instanceof HacknetServer)) throw new Error(`player nodes should not be Server`);\n hserver.updateHashRate(Player.mults.hacknet_node_money);\n const h = hserver.process(numCycles);\n hashes += h;\n }\n\n const wastedHashes = Player.hashManager.storeHashes(hashes);\n if (wastedHashes > 0) {\n const upgrade = HashUpgrades[\"Sell for Money\"];\n if (upgrade === null) throw new Error(\"Could not get the hash upgrade\");\n if (!upgrade.cost) throw new Error(\"Upgrade is not properly configured\");\n\n const multiplier = wastedHashes / upgrade.cost;\n if (multiplier > 0) {\n Player.gainMoney(upgrade.value * multiplier, \"hacknet\");\n }\n }\n\n return hashes;\n}\n\nexport function updateHashManagerCapacity(): void {\n if (!(Player.hashManager instanceof HashManager)) {\n console.error(`Player does not have a HashManager`);\n return;\n }\n\n const nodes = Player.hacknetNodes;\n if (nodes.length === 0) {\n Player.hashManager.updateCapacity(0);\n return;\n }\n\n let total = 0;\n for (let i = 0; i < nodes.length; ++i) {\n if (typeof nodes[i] !== \"string\") {\n Player.hashManager.updateCapacity(0);\n return;\n }\n const ip = nodes[i];\n if (ip instanceof HacknetNode) throw new Error(`player nodes should be string but isn't`);\n const h = GetServer(ip);\n if (!(h instanceof HacknetServer)) {\n Player.hashManager.updateCapacity(0);\n return;\n }\n\n total += h.hashCapacity;\n }\n\n Player.hashManager.updateCapacity(total);\n}\n\nexport function purchaseHashUpgrade(upgName: string, upgTarget: string, count = 1): boolean {\n if (!(Player.hashManager instanceof HashManager)) {\n console.error(`Player does not have a HashManager`);\n return false;\n }\n\n // HashManager handles the transaction. This just needs to actually implement\n // the effects of the upgrade\n if (Player.hashManager.upgrade(upgName, count)) {\n const upg = HashUpgrades[upgName];\n\n switch (upgName) {\n case \"Sell for Money\": {\n Player.gainMoney(upg.value * count, \"hacknet\");\n break;\n }\n case \"Sell for Corporation Funds\": {\n const corp = Player.corporation;\n if (corp === null) {\n Player.hashManager.refundUpgrade(upgName, count);\n return false;\n }\n corp.funds = corp.funds + upg.value * count;\n break;\n }\n case \"Reduce Minimum Security\": {\n try {\n const target = GetServer(upgTarget);\n if (target == null) {\n console.error(`Invalid target specified in purchaseHashUpgrade(): ${upgTarget}`);\n throw new Error(`'${upgTarget}' is not a server.`);\n }\n if (!(target instanceof Server)) throw new Error(`'${upgTarget}' is not a normal server.`);\n\n target.changeMinimumSecurity(upg.value ** count, true);\n } catch (e) {\n Player.hashManager.refundUpgrade(upgName, count);\n return false;\n }\n break;\n }\n case \"Increase Maximum Money\": {\n try {\n const target = GetServer(upgTarget);\n if (target == null) {\n console.error(`Invalid target specified in purchaseHashUpgrade(): ${upgTarget}`);\n throw new Error(`'${upgTarget}' is not a server.`);\n }\n if (!(target instanceof Server)) throw new Error(`'${upgTarget}' is not a normal server.`);\n\n //Manually loop the change so as to properly handle the softcap\n for (let i = 0; i < count; i++) {\n target.changeMaximumMoney(upg.value);\n }\n } catch (e) {\n Player.hashManager.refundUpgrade(upgName, count);\n return false;\n }\n break;\n }\n case \"Improve Studying\": {\n // Multiplier handled by HashManager\n break;\n }\n case \"Improve Gym Training\": {\n // Multiplier handled by HashManager\n break;\n }\n case \"Exchange for Corporation Research\": {\n // This will throw if player doesn't have a corporation\n const corp = Player.corporation;\n if (corp === null) {\n Player.hashManager.refundUpgrade(upgName, count);\n return false;\n }\n for (const division of corp.divisions) {\n division.sciResearch.qty += upg.value * count;\n }\n break;\n }\n case \"Exchange for Bladeburner Rank\": {\n // This will throw if player isn't in Bladeburner\n const bladeburner = Player.bladeburner;\n if (bladeburner === null) {\n Player.hashManager.refundUpgrade(upgName, count);\n return false;\n }\n bladeburner.changeRank(Player, upg.value * count);\n break;\n }\n case \"Exchange for Bladeburner SP\": {\n // This will throw if player isn't in Bladeburner\n const bladeburner = Player.bladeburner;\n if (bladeburner === null) {\n Player.hashManager.refundUpgrade(upgName, count);\n return false;\n }\n\n bladeburner.skillPoints += upg.value * count;\n break;\n }\n case \"Generate Coding Contract\": {\n for (let i = 0; i < count; i++) {\n generateRandomContract();\n }\n break;\n }\n default:\n console.warn(`Unrecognized upgrade name ${upgName}. Upgrade has no effect`);\n return false;\n }\n\n return true;\n }\n\n return false;\n}\n","import { Player } from \"../Player\";\nimport { MaterialSizes } from \"./MaterialSizes\";\nimport { Corporation } from \"./Corporation\";\nimport { IndustryStartingCosts, IndustryResearchTrees } from \"./IndustryData\";\nimport { Industry } from \"./Industry\";\nimport { CorporationConstants } from \"./data/Constants\";\nimport { OfficeSpace } from \"./OfficeSpace\";\nimport { Material } from \"./Material\";\nimport { Product } from \"./Product\";\nimport { Warehouse } from \"./Warehouse\";\nimport { CorporationUnlockUpgrade } from \"./data/CorporationUnlockUpgrades\";\nimport { CorporationUpgrade } from \"./data/CorporationUpgrades\";\nimport { Cities } from \"../Locations/Cities\";\nimport { EmployeePositions } from \"./EmployeePositions\";\nimport { ResearchMap } from \"./ResearchMap\";\nimport { isRelevantMaterial } from \"./ui/Helpers\";\nimport { checkEnum } from \"../utils/helpers/checkEnum\";\n\nexport function NewIndustry(corporation: Corporation, industry: string, name: string): void {\n if (corporation.divisions.find(({ type }) => industry == type))\n throw new Error(`You have already expanded into the ${industry} industry!`);\n\n for (let i = 0; i < corporation.divisions.length; ++i) {\n if (corporation.divisions[i].name === name) {\n throw new Error(\"This division name is already in use!\");\n }\n }\n\n const cost = IndustryStartingCosts[industry];\n if (cost === undefined) {\n throw new Error(`Invalid industry: '${industry}'`);\n }\n if (corporation.funds < cost) {\n throw new Error(\"Not enough money to create a new division in this industry\");\n } else if (name === \"\") {\n throw new Error(\"New division must have a name!\");\n } else {\n corporation.funds = corporation.funds - cost;\n corporation.divisions.push(\n new Industry({\n corp: corporation,\n name: name,\n type: industry,\n }),\n );\n }\n}\n\nexport function NewCity(corporation: Corporation, division: Industry, city: string): void {\n if (corporation.funds < CorporationConstants.OfficeInitialCost) {\n throw new Error(\"You don't have enough company funds to open a new office!\");\n }\n if (division.offices[city]) {\n throw new Error(`You have already expanded into ${city} for ${division.name}`);\n }\n corporation.funds = corporation.funds - CorporationConstants.OfficeInitialCost;\n division.offices[city] = new OfficeSpace({\n loc: city,\n size: CorporationConstants.OfficeInitialSize,\n });\n}\n\nexport function UnlockUpgrade(corporation: Corporation, upgrade: CorporationUnlockUpgrade): void {\n if (corporation.funds < upgrade.price) {\n throw new Error(\"Insufficient funds\");\n }\n if (corporation.unlockUpgrades[upgrade.index] === 1) {\n throw new Error(`You have already unlocked the ${upgrade.name} upgrade!`);\n }\n corporation.unlock(upgrade);\n}\n\nexport function LevelUpgrade(corporation: Corporation, upgrade: CorporationUpgrade): void {\n const baseCost = upgrade.basePrice;\n const priceMult = upgrade.priceMult;\n const level = corporation.upgrades[upgrade.index];\n const cost = baseCost * Math.pow(priceMult, level);\n if (corporation.funds < cost) {\n throw new Error(\"Insufficient funds\");\n } else {\n corporation.upgrade(upgrade);\n }\n}\n\nexport function IssueDividends(corporation: Corporation, rate: number): void {\n if (isNaN(rate) || rate < 0 || rate > CorporationConstants.DividendMaxRate) {\n throw new Error(`Invalid value. Must be an number between 0 and ${CorporationConstants.DividendMaxRate}`);\n }\n\n corporation.dividendRate = rate;\n}\n\nexport function SellMaterial(mat: Material, amt: string, price: string): void {\n if (price === \"\") price = \"0\";\n if (amt === \"\") amt = \"0\";\n let cost = price.replace(/\\s+/g, \"\");\n cost = cost.replace(/[^-()\\d/*+.MPe]/g, \"\"); //Sanitize cost\n let temp = cost.replace(/MP/g, mat.bCost + \"\");\n try {\n temp = eval(temp);\n } catch (e) {\n throw new Error(\"Invalid value or expression for sell price field: \" + e);\n }\n\n if (temp == null || isNaN(parseFloat(temp)) || parseFloat(temp) < 0) {\n throw new Error(\"Invalid value or expression for sell price field\");\n }\n\n if (cost.includes(\"MP\")) {\n mat.sCost = cost; //Dynamically evaluated\n } else {\n mat.sCost = temp;\n }\n\n //Parse quantity\n amt = amt.toUpperCase();\n if (amt.includes(\"MAX\") || amt.includes(\"PROD\")) {\n let q = amt.replace(/\\s+/g, \"\");\n q = q.replace(/[^-()\\d/*+.MAXPROD]/g, \"\");\n let tempQty = q.replace(/MAX/g, mat.maxsll.toString());\n tempQty = tempQty.replace(/PROD/g, mat.prd.toString());\n try {\n tempQty = eval(tempQty);\n } catch (e) {\n throw new Error(\"Invalid value or expression for sell quantity field: \" + e);\n }\n\n if (tempQty == null || isNaN(parseFloat(tempQty)) || parseFloat(tempQty) < 0) {\n throw new Error(\"Invalid value or expression for sell quantity field\");\n }\n\n mat.sllman[0] = true;\n mat.sllman[1] = q; //Use sanitized input\n } else if (isNaN(parseFloat(amt)) || parseFloat(amt) < 0) {\n throw new Error(\"Invalid value for sell quantity field! Must be numeric or 'PROD' or 'MAX'\");\n } else {\n let q = parseFloat(amt);\n if (isNaN(q)) {\n q = 0;\n }\n if (q === 0) {\n mat.sllman[0] = false;\n mat.sllman[1] = 0;\n } else {\n mat.sllman[0] = true;\n mat.sllman[1] = q;\n }\n }\n}\n\nexport function SellProduct(product: Product, city: string, amt: string, price: string, all: boolean): void {\n //Parse price\n if (price.includes(\"MP\")) {\n //Dynamically evaluated quantity. First test to make sure its valid\n //Sanitize input, then replace dynamic variables with arbitrary numbers\n price = price.replace(/\\s+/g, \"\");\n price = price.replace(/[^-()\\d/*+.MP]/g, \"\");\n let temp = price.replace(/MP/g, \"1\");\n try {\n temp = eval(temp);\n } catch (e) {\n throw new Error(\"Invalid value or expression for sell price field: \" + e);\n }\n if (temp == null || isNaN(parseFloat(temp)) || parseFloat(temp) < 0) {\n throw new Error(\"Invalid value or expression for sell price field.\");\n }\n product.sCost = price; //Use sanitized price\n } else {\n const cost = parseFloat(price);\n if (isNaN(cost)) {\n throw new Error(\"Invalid value for sell price field\");\n }\n product.sCost = cost;\n }\n\n // Array of all cities. Used later\n const cities = Object.keys(Cities);\n\n // Parse quantity\n amt = amt.toUpperCase();\n if (amt.includes(\"MAX\") || amt.includes(\"PROD\")) {\n //Dynamically evaluated quantity. First test to make sure its valid\n let qty = amt.replace(/\\s+/g, \"\");\n qty = qty.replace(/[^-()\\d/*+.MAXPROD]/g, \"\");\n let temp = qty.replace(/MAX/g, product.maxsll.toString());\n temp = temp.replace(/PROD/g, product.data[city][1].toString());\n try {\n temp = eval(temp);\n } catch (e) {\n throw new Error(\"Invalid value or expression for sell quantity field: \" + e);\n }\n\n if (temp == null || isNaN(parseFloat(temp)) || parseFloat(temp) < 0) {\n throw new Error(\"Invalid value or expression for sell quantity field\");\n }\n if (all) {\n for (let i = 0; i < cities.length; ++i) {\n const tempCity = cities[i];\n product.sllman[tempCity][0] = true;\n product.sllman[tempCity][1] = qty; //Use sanitized input\n }\n } else {\n product.sllman[city][0] = true;\n product.sllman[city][1] = qty; //Use sanitized input\n }\n } else if (isNaN(parseFloat(amt)) || parseFloat(amt) < 0) {\n throw new Error(\"Invalid value for sell quantity field! Must be numeric or 'PROD' or 'MAX'\");\n } else {\n let qty = parseFloat(amt);\n if (isNaN(qty)) {\n qty = 0;\n }\n if (qty === 0) {\n if (all) {\n for (let i = 0; i < cities.length; ++i) {\n const tempCity = cities[i];\n product.sllman[tempCity][0] = false;\n product.sllman[tempCity][1] = \"\";\n }\n } else {\n product.sllman[city][0] = false;\n product.sllman[city][1] = \"\";\n }\n } else if (all) {\n for (let i = 0; i < cities.length; ++i) {\n const tempCity = cities[i];\n product.sllman[tempCity][0] = true;\n product.sllman[tempCity][1] = qty;\n }\n } else {\n product.sllman[city][0] = true;\n product.sllman[city][1] = qty;\n }\n }\n}\n\nexport function SetSmartSupply(warehouse: Warehouse, smartSupply: boolean): void {\n warehouse.smartSupplyEnabled = smartSupply;\n}\n\nexport function SetSmartSupplyUseLeftovers(warehouse: Warehouse, material: Material, useLeftover: boolean): void {\n if (!Object.keys(warehouse.smartSupplyUseLeftovers).includes(material.name.replace(/ /g, \"\")))\n throw new Error(`Invalid material '${material.name}'`);\n warehouse.smartSupplyUseLeftovers[material.name.replace(/ /g, \"\")] = useLeftover;\n}\n\nexport function BuyMaterial(material: Material, amt: number): void {\n if (isNaN(amt) || amt < 0) {\n throw new Error(`Invalid amount '${amt}' to buy material '${material.name}'`);\n }\n material.buy = amt;\n}\n\nexport function BulkPurchase(corp: Corporation, warehouse: Warehouse, material: Material, amt: number): void {\n const matSize = MaterialSizes[material.name];\n const maxAmount = (warehouse.size - warehouse.sizeUsed) / matSize;\n if (isNaN(amt) || amt < 0) {\n throw new Error(`Invalid input amount`);\n }\n if (amt > maxAmount) {\n throw new Error(`You do not have enough warehouse size to fit this purchase`);\n }\n const cost = amt * material.bCost;\n if (corp.funds >= cost) {\n corp.funds = corp.funds - cost;\n material.qty += amt;\n } else {\n throw new Error(`You cannot afford this purchase.`);\n }\n}\n\nexport function SellShares(corporation: Corporation, numShares: number): number {\n if (isNaN(numShares)) throw new Error(\"Invalid value for number of shares\");\n if (numShares < 0) throw new Error(\"Invalid value for number of shares\");\n if (numShares > corporation.numShares) throw new Error(\"You don't have that many shares to sell!\");\n if (!corporation.public) throw new Error(\"You haven't gone public!\");\n if (corporation.shareSaleCooldown) throw new Error(\"Share sale on cooldown!\");\n const stockSaleResults = corporation.calculateShareSale(numShares);\n const profit = stockSaleResults[0];\n const newSharePrice = stockSaleResults[1];\n const newSharesUntilUpdate = stockSaleResults[2];\n\n corporation.numShares -= numShares;\n corporation.issuedShares += numShares;\n corporation.sharePrice = newSharePrice;\n corporation.shareSalesUntilPriceUpdate = newSharesUntilUpdate;\n corporation.shareSaleCooldown = CorporationConstants.SellSharesCooldown;\n Player.gainMoney(profit, \"corporation\");\n return profit;\n}\n\nexport function BuyBackShares(corporation: Corporation, numShares: number): boolean {\n if (isNaN(numShares)) throw new Error(\"Invalid value for number of shares\");\n if (numShares < 0) throw new Error(\"Invalid value for number of shares\");\n if (numShares > corporation.issuedShares) throw new Error(\"You don't have that many shares to buy!\");\n if (!corporation.public) throw new Error(\"You haven't gone public!\");\n const buybackPrice = corporation.sharePrice * 1.1;\n if (Player.money < numShares * buybackPrice) throw new Error(\"You cant afford that many shares!\");\n corporation.numShares += numShares;\n corporation.issuedShares -= numShares;\n Player.loseMoney(numShares * buybackPrice, \"corporation\");\n return true;\n}\n\nexport function AssignJob(office: OfficeSpace, employeeName: string, job: string): void {\n const employee = office.employees.find((e) => e.name === employeeName);\n if (!employee) throw new Error(`Could not find employee '${name}'.`);\n if (!checkEnum(EmployeePositions, job)) throw new Error(`'${job}' is not a valid job.`);\n office.assignSingleJob(employee, job);\n}\n\nexport function AutoAssignJob(office: OfficeSpace, job: string, count: number): boolean {\n if (!checkEnum(EmployeePositions, job)) throw new Error(`'${job}' is not a valid job.`);\n return office.autoAssignJob(job, count);\n}\n\nexport function UpgradeOfficeSize(corp: Corporation, office: OfficeSpace, size: number): void {\n const initialPriceMult = Math.round(office.size / CorporationConstants.OfficeInitialSize);\n const costMultiplier = 1.09;\n // Calculate cost to upgrade size by 15 employees\n let mult = 0;\n for (let i = 0; i < size / CorporationConstants.OfficeInitialSize; ++i) {\n mult += Math.pow(costMultiplier, initialPriceMult + i);\n }\n const cost = CorporationConstants.OfficeInitialCost * mult;\n if (corp.funds < cost) return;\n office.size += size;\n corp.funds = corp.funds - cost;\n}\n\nexport function BuyCoffee(corp: Corporation, office: OfficeSpace): boolean {\n const cost = office.getCoffeeCost();\n if (corp.funds < cost) {\n return false;\n }\n\n if (!office.setCoffee()) {\n return false;\n }\n corp.funds -= cost;\n\n return true;\n}\n\nexport function ThrowParty(corp: Corporation, office: OfficeSpace, costPerEmployee: number): number {\n const mult = 1 + costPerEmployee / 10e6;\n const cost = costPerEmployee * office.employees.length;\n if (corp.funds < cost) {\n return 0;\n }\n\n if (!office.setParty(mult)) {\n return 0;\n }\n corp.funds -= cost;\n\n return mult;\n}\n\nexport function PurchaseWarehouse(corp: Corporation, division: Industry, city: string): void {\n if (corp.funds < CorporationConstants.WarehouseInitialCost) return;\n if (division.warehouses[city]) return;\n division.warehouses[city] = new Warehouse({\n corp: corp,\n industry: division,\n loc: city,\n size: CorporationConstants.WarehouseInitialSize,\n });\n corp.funds = corp.funds - CorporationConstants.WarehouseInitialCost;\n}\n\nexport function UpgradeWarehouseCost(warehouse: Warehouse, amt: number): number {\n return Array.from(Array(amt).keys()).reduce(\n (acc, index) => acc + CorporationConstants.WarehouseUpgradeBaseCost * Math.pow(1.07, warehouse.level + 1 + index),\n 0,\n );\n}\n\nexport function UpgradeWarehouse(corp: Corporation, division: Industry, warehouse: Warehouse, amt = 1): void {\n const sizeUpgradeCost = UpgradeWarehouseCost(warehouse, amt);\n if (corp.funds < sizeUpgradeCost) return;\n warehouse.level += amt;\n warehouse.updateSize(corp, division);\n corp.funds = corp.funds - sizeUpgradeCost;\n}\n\nexport function HireAdVert(corp: Corporation, division: Industry): void {\n const cost = division.getAdVertCost();\n if (corp.funds < cost) return;\n corp.funds = corp.funds - cost;\n division.applyAdVert(corp);\n}\n\nexport function MakeProduct(\n corp: Corporation,\n division: Industry,\n city: string,\n productName: string,\n designInvest: number,\n marketingInvest: number,\n): void {\n if (designInvest < 0) {\n designInvest = 0;\n }\n if (marketingInvest < 0) {\n marketingInvest = 0;\n }\n if (productName == null || productName === \"\") {\n throw new Error(\"You must specify a name for your product!\");\n }\n if (!division.makesProducts) {\n throw new Error(\"You cannot create products for this industry!\");\n }\n if (isNaN(designInvest)) {\n throw new Error(\"Invalid value for design investment\");\n }\n if (isNaN(marketingInvest)) {\n throw new Error(\"Invalid value for marketing investment\");\n }\n if (corp.funds < designInvest + marketingInvest) {\n throw new Error(\"You don't have enough company funds to make this large of an investment\");\n }\n let maxProducts = 3;\n if (division.hasResearch(\"uPgrade: Capacity.II\")) {\n maxProducts = 5;\n } else if (division.hasResearch(\"uPgrade: Capacity.I\")) {\n maxProducts = 4;\n }\n const products = division.products;\n if (Object.keys(products).length >= maxProducts) {\n throw new Error(`You are already at the max products (${maxProducts}) for division: ${division.name}!`);\n }\n\n const product = new Product({\n name: productName.replace(/[<>]/g, \"\").trim(), //Sanitize for HTMl elements\n createCity: city,\n designCost: designInvest,\n advCost: marketingInvest,\n });\n if (products[product.name]) {\n throw new Error(`You already have a product with this name!`);\n }\n\n corp.funds = corp.funds - (designInvest + marketingInvest);\n products[product.name] = product;\n}\n\nexport function Research(division: Industry, researchName: string): void {\n const researchTree = IndustryResearchTrees[division.type];\n if (researchTree === undefined) throw new Error(`No research tree for industry '${division.type}'`);\n const allResearch = researchTree.getAllNodes();\n if (!allResearch.includes(researchName)) throw new Error(`No research named '${researchName}'`);\n const research = ResearchMap[researchName];\n\n if (division.researched[researchName]) return;\n if (division.sciResearch.qty < research.cost)\n throw new Error(`You do not have enough Scientific Research for ${research.name}`);\n division.sciResearch.qty -= research.cost;\n\n // Get the Node from the Research Tree and set its 'researched' property\n researchTree.research(researchName);\n division.researched[researchName] = true;\n\n // I couldn't figure out where else to put this so that warehouse size would get updated instantly\n // whether research is done by script or UI. All other stats gets calculated in every cycle\n // Warehouse size gets updated only when something increases it.\n if (researchName == \"Drones - Transport\") {\n for (let i = 0; i < CorporationConstants.Cities.length; ++i) {\n const city = CorporationConstants.Cities[i];\n const warehouse = division.warehouses[city];\n if (!warehouse) {\n continue;\n }\n if (Player.corporation) {\n // Stores cycles in a \"buffer\". Processed separately using Engine Counters\n warehouse.updateSize(Player.corporation, division);\n }\n }\n }\n}\n\nexport function ExportMaterial(\n divisionName: string,\n cityName: string,\n material: Material,\n amt: string,\n division?: Industry,\n): void {\n // Sanitize amt\n let sanitizedAmt = amt.replace(/\\s+/g, \"\").toUpperCase();\n sanitizedAmt = sanitizedAmt.replace(/[^-()\\d/*+.MAX]/g, \"\");\n let temp = sanitizedAmt.replace(/MAX/g, \"1\");\n try {\n temp = eval(temp);\n } catch (e) {\n throw new Error(\"Invalid expression entered for export amount: \" + e);\n }\n\n const n = parseFloat(temp);\n\n if (n == null || isNaN(n) || n < 0) {\n throw new Error(\"Invalid amount entered for export\");\n }\n\n if (!division || !isRelevantMaterial(material.name, division)) {\n throw new Error(`You cannot export material: ${material.name} to division: ${divisionName}!`);\n }\n\n const exportObj = { ind: divisionName, city: cityName, amt: sanitizedAmt };\n material.exp.push(exportObj);\n}\n\nexport function CancelExportMaterial(divisionName: string, cityName: string, material: Material, amt: string): void {\n for (let i = 0; i < material.exp.length; ++i) {\n if (material.exp[i].ind !== divisionName || material.exp[i].city !== cityName || material.exp[i].amt !== amt)\n continue;\n material.exp.splice(i, 1);\n break;\n }\n}\n\nexport function LimitProductProduction(product: Product, cityName: string, qty: number): void {\n if (qty < 0 || isNaN(qty)) {\n product.prdman[cityName][0] = false;\n product.prdman[cityName][1] = 0;\n } else {\n product.prdman[cityName][0] = true;\n product.prdman[cityName][1] = qty;\n }\n}\n\nexport function LimitMaterialProduction(material: Material, qty: number): void {\n if (qty < 0 || isNaN(qty)) {\n material.prdman[0] = false;\n material.prdman[1] = 0;\n } else {\n material.prdman[0] = true;\n material.prdman[1] = qty;\n }\n}\n\nexport function SetMaterialMarketTA1(material: Material, on: boolean): void {\n material.marketTa1 = on;\n}\n\nexport function SetMaterialMarketTA2(material: Material, on: boolean): void {\n material.marketTa2 = on;\n}\n\nexport function SetProductMarketTA1(product: Product, on: boolean): void {\n product.marketTa1 = on;\n}\n\nexport function SetProductMarketTA2(product: Product, on: boolean): void {\n product.marketTa2 = on;\n}\n","export enum BlackOperationNames {\n OperationTyphoon = \"Operation Typhoon\",\n OperationZero = \"Operation Zero\",\n OperationX = \"Operation X\",\n OperationTitan = \"Operation Titan\",\n OperationAres = \"Operation Ares\",\n OperationArchangel = \"Operation Archangel\",\n OperationJuggernaut = \"Operation Juggernaut\",\n OperationRedDragon = \"Operation Red Dragon\",\n OperationK = \"Operation K\",\n OperationDeckard = \"Operation Deckard\",\n OperationTyrell = \"Operation Tyrell\",\n OperationWallace = \"Operation Wallace\",\n OperationShoulderOfOrion = \"Operation Shoulder of Orion\",\n OperationHyron = \"Operation Hyron\",\n OperationMorpheus = \"Operation Morpheus\",\n OperationIonStorm = \"Operation Ion Storm\",\n OperationAnnihilus = \"Operation Annihilus\",\n OperationUltron = \"Operation Ultron\",\n OperationCenturion = \"Operation Centurion\",\n OperationVindictus = \"Operation Vindictus\",\n OperationDaedalus = \"Operation Daedalus\",\n}\n","import { CityName } from \"./../../Locations/data/CityNames\";\nexport const BladeburnerConstants = {\n CityNames: [\n CityName.Aevum,\n CityName.Chongqing,\n CityName.Sector12,\n CityName.NewTokyo,\n CityName.Ishima,\n CityName.Volhaven,\n ],\n CyclesPerSecond: 5, // Game cycle is 200 ms\n\n StaminaGainPerSecond: 0.0085,\n BaseStaminaLoss: 0.285, // Base stamina loss per action. Increased based on difficulty\n MaxStaminaToGainFactor: 70000, // Max Stamina is divided by this to get bonus stamina gain\n\n DifficultyToTimeFactor: 10, // Action Difficulty divided by this to get base action time\n\n /**\n * The difficulty multiplier affects stamina loss and hp loss of an action. Also affects\n * experience gain. Its formula is:\n * difficulty ^ exponentialFactor + difficulty / linearFactor\n */\n DiffMultExponentialFactor: 0.28,\n DiffMultLinearFactor: 650,\n\n /**\n * These factors are used to calculate action time.\n * They affect how much action time is reduced based on your agility and dexterity\n */\n EffAgiLinearFactor: 10e3,\n EffDexLinearFactor: 10e3,\n EffAgiExponentialFactor: 0.04,\n EffDexExponentialFactor: 0.035,\n\n BaseRecruitmentTimeNeeded: 300, // Base time needed (s) to complete a Recruitment action\n\n PopulationThreshold: 1e9, // Population which determines baseline success rate\n PopulationExponent: 0.7, // Exponent that influences how different populations affect success rate\n ChaosThreshold: 50, // City chaos level after which it starts making tasks harder\n\n BaseStatGain: 1, // Base stat gain per second\n BaseIntGain: 0.003, // Base intelligence stat gain\n\n ActionCountGrowthPeriod: 480, // Time (s) it takes for action count to grow by its specified value\n\n RankToFactionRepFactor: 2, // Delta Faction Rep = this * Delta Rank\n RankNeededForFaction: 25,\n\n ContractSuccessesPerLevel: 3, // How many successes you need to level up a contract\n OperationSuccessesPerLevel: 2.5, // How many successes you need to level up an op\n\n RanksPerSkillPoint: 3, // How many ranks needed to get 1 Skill Point\n\n ContractBaseMoneyGain: 250e3, // Base Money Gained per contract\n\n HrcHpGain: 2, // HP Gained from Hyperbolic Regeneration chamber\n HrcStaminaGain: 1, // Percentage Stamina gained from Hyperbolic Regeneration Chamber\n};\n","export enum FragmentType {\n // Special fragments for the UI\n None,\n Delete,\n\n // Stats boosting fragments\n HackingChance,\n HackingSpeed,\n HackingMoney,\n HackingGrow,\n Hacking,\n Strength,\n Defense,\n Dexterity,\n Agility,\n Charisma,\n HacknetMoney,\n HacknetCost,\n Rep,\n WorkMoney,\n Crime,\n Bladeburner,\n\n // utility fragments.\n Booster,\n}\n\nexport function Effect(tpe: FragmentType): string {\n switch (tpe) {\n case FragmentType.HackingChance: {\n return \"+x% hack() success chance\";\n }\n case FragmentType.HackingSpeed: {\n return \"+x% faster hack(), grow(), and weaken()\";\n }\n case FragmentType.HackingMoney: {\n return \"+x% hack() power\";\n }\n case FragmentType.HackingGrow: {\n return \"+x% grow() power\";\n }\n case FragmentType.Hacking: {\n return \"+x% hacking skill\";\n }\n case FragmentType.Strength: {\n return \"+x% strength skill\";\n }\n case FragmentType.Defense: {\n return \"+x% defense skill\";\n }\n case FragmentType.Dexterity: {\n return \"+x% dexterity skill\";\n }\n case FragmentType.Agility: {\n return \"+x% agility skill\";\n }\n case FragmentType.Charisma: {\n return \"+x% charisma skill\";\n }\n case FragmentType.HacknetMoney: {\n return \"+x% hacknet production\";\n }\n case FragmentType.HacknetCost: {\n return \"-x% cheaper hacknet cost\";\n }\n case FragmentType.Rep: {\n return \"+x% reputation from factions and companies\";\n }\n case FragmentType.WorkMoney: {\n return \"+x% work money\";\n }\n case FragmentType.Crime: {\n return \"+x% crime money\";\n }\n case FragmentType.Bladeburner: {\n return \"+x% all bladeburner stats\";\n }\n }\n throw new Error(\"Calling effect for fragment type that doesn't have an effect \" + tpe);\n}\n","export enum LiteratureNames {\n HackersStartingHandbook = \"hackers-starting-handbook.lit\",\n CorporationManagementHandbook = \"corporation-management-handbook.lit\",\n HistoryOfSynthoids = \"history-of-synthoids.lit\",\n AGreenTomorrow = \"A-Green-Tomorrow.lit\",\n AlphaOmega = \"alpha-omega.lit\",\n SimulatedReality = \"simulated-reality.lit\",\n BeyondMan = \"beyond-man.lit\",\n BrighterThanTheSun = \"brighter-than-the-sun.lit\",\n DemocracyIsDead = \"democracy-is-dead.lit\",\n Sector12Crime = \"sector-12-crime.lit\",\n ManAndMachine = \"man-and-machine.lit\",\n SecretSocieties = \"secret-societies.lit\",\n TheFailedFrontier = \"the-failed-frontier.lit\",\n CodedIntelligence = \"coded-intelligence.lit\",\n SyntheticMuscles = \"synthetic-muscles.lit\",\n TensionsInTechRace = \"tensions-in-tech-race.lit\",\n CostOfImmortality = \"cost-of-immortality.lit\",\n TheHiddenWorld = \"the-hidden-world.lit\",\n TheNewGod = \"the-new-god.lit\",\n NewTriads = \"new-triads.lit\",\n TheSecretWar = \"the-secret-war.lit\",\n}\n","import { Augmentation } from \"./Augmentation\";\n\nexport const StaticAugmentations: Record = {};\n","import React from \"react\";\n\nimport { Typography, TableCell, TableRow } from \"@mui/material\";\n\nimport { numeralWrapper } from \"../numeralFormat\";\nimport { formatNumber } from \"../../utils/StringHelperFunctions\";\nimport { characterOverviewStyles as useStyles } from \"./CharacterOverview\";\nimport { ClassNameMap } from \"@material-ui/core/styles/withStyles\";\n\ninterface ITableRowData {\n content?: string;\n level?: number;\n exp?: number;\n}\n\ninterface IProps {\n name: string;\n color: string;\n classes?: ClassNameMap;\n data?: ITableRowData;\n children?: React.ReactElement;\n}\n\nexport const StatsRow = ({ name, color, classes = useStyles(), children, data }: IProps): React.ReactElement => {\n let content = \"\";\n\n if (data) {\n if (data.content !== undefined) {\n content = data.content;\n } else if (data.level !== undefined && data.exp !== undefined) {\n content = `${formatNumber(data.level, 0)} (${numeralWrapper.formatExp(data.exp)} exp)`;\n } else if (data.level !== undefined && data.exp === undefined) {\n content = `${formatNumber(data.level, 0)}`;\n }\n }\n\n return (\n \n \n {name}\n \n \n {content ? {content} : <>}\n {children}\n \n \n );\n};\n","export enum PositionTypes {\n Long = \"L\",\n Short = \"S\",\n}\n","import React from \"react\";\nimport { TableCell as MuiTableCell, TableCellProps, Table as MuiTable, TableProps } from \"@mui/material\";\n\nimport makeStyles from \"@mui/styles/makeStyles\";\n\nconst useStyles = makeStyles({\n root: {\n borderBottom: \"none\",\n },\n small: {\n width: \"1px\",\n },\n});\n\nexport const TableCell: React.FC = (props: TableCellProps) => {\n return (\n \n );\n};\n\nexport const Table: React.FC = (props: TableProps) => {\n return (\n \n );\n};\n","/**\n * Helper functions that implement \"directory\" functionality in the Terminal.\n * These aren't \"real\" directories, it's more of a pseudo-directory implementation\n * that uses mainly string manipulation.\n *\n * This file contains functions that deal only with that string manipulation.\n * Functions that need to access/process Server-related things can be\n * found in ./DirectoryServerHelpers.ts\n */\n\n/** Removes leading forward slash (\"/\") from a string. */\nexport function removeLeadingSlash(s: string): string {\n if (s.startsWith(\"/\")) {\n return s.slice(1);\n }\n\n return s;\n}\n\n/**\n * Removes trailing forward slash (\"/\") from a string.\n * Note that this will also remove the slash if it is the leading slash (i.e. if s = \"/\")\n */\nexport function removeTrailingSlash(s: string): string {\n if (s.endsWith(\"/\")) {\n return s.slice(0, -1);\n }\n\n return s;\n}\n\n/**\n * Checks whether a string is a valid filename. Only used for the filename itself,\n * not the entire filepath\n */\nexport function isValidFilename(filename: string): boolean {\n // Allows alphanumerics, hyphens, underscores, and percentage signs\n // Must have a file extension\n const regex = /^[.&'a-zA-Z0-9_-]+\\.[a-zA-Z0-9]+(?:-\\d+(?:\\.\\d*)?%-INC)?$/;\n\n // match() returns null if no match is found\n return filename.match(regex) != null;\n}\n\n/**\n * Checks whether a string is a valid directory name. Only used for the directory itself,\n * not an entire path\n */\nexport function isValidDirectoryName(name: string): boolean {\n // A valid directory name:\n // Must be at least 1 character long\n // Can only include characters in the character set [-.%a-zA-Z0-9_]\n // Cannot end with a '.'\n const regex = /^.?[a-zA-Z0-9_-]+$/;\n\n // match() returns null if no match is found\n return name.match(regex) != null;\n}\n\n/**\n * Checks whether a string is a valid directory path.\n * This only checks if it has the proper formatting. It does NOT check\n * if the directories actually exist on Terminal\n */\nexport function isValidDirectoryPath(path: string): boolean {\n let t_path: string = path;\n\n if (t_path.length === 0) {\n return false;\n }\n if (t_path.length === 1) {\n return t_path === \"/\";\n }\n\n // A full path must have a leading slash, but we'll ignore it for the checks\n if (t_path.startsWith(\"/\")) {\n t_path = t_path.slice(1);\n } else {\n return false;\n }\n\n // Trailing slash does not matter\n t_path = removeTrailingSlash(t_path);\n\n // Check that every section of the path is a valid directory name\n const dirs = t_path.split(\"/\");\n for (const dir of dirs) {\n // Special case, \".\" and \"..\" are valid for path\n if (dir === \".\" || dir === \"..\") {\n continue;\n }\n if (!isValidDirectoryName(dir)) {\n return false;\n }\n }\n\n return true;\n}\n\n/**\n * Checks whether a string is a valid file path. This only checks if it has the\n * proper formatting. It dose NOT check if the file actually exists on Terminal\n */\nexport function isValidFilePath(path: string): boolean {\n if (path == null || typeof path !== \"string\") {\n return false;\n }\n const t_path = path;\n\n // Impossible for filename to have less than length of 3\n if (t_path.length < 3) {\n return false;\n }\n\n // Full filepath can't end with trailing slash because it must be a file\n if (t_path.endsWith(\"/\")) {\n return false;\n }\n\n // Everything after the last forward slash is the filename. Everything before\n // it is the file path\n const fnSeparator = t_path.lastIndexOf(\"/\");\n if (fnSeparator === -1) {\n return isValidFilename(t_path);\n }\n\n const fn = t_path.slice(fnSeparator + 1);\n const dirPath = t_path.slice(0, fnSeparator + 1);\n\n return isValidDirectoryPath(dirPath) && isValidFilename(fn);\n}\n\n/**\n * Returns a formatted string for the first parent directory in a filepath. For example:\n * /home/var/test/ -> home/\n * If there is no first parent directory, then it returns \"/\" for root\n */\nexport function getFirstParentDirectory(path: string): string {\n let t_path = path;\n t_path = removeLeadingSlash(t_path);\n t_path = removeTrailingSlash(t_path);\n\n if (t_path.lastIndexOf(\"/\") === -1) {\n return \"/\";\n }\n\n const dirs = t_path.split(\"/\");\n if (dirs.length === 0) {\n return \"/\";\n }\n\n return dirs[0] + \"/\";\n}\n\n/**\n * Given a filepath, returns a formatted string for all of the parent directories\n * in that filepath. For example:\n * /home/var/tes -> home/var/\n * /home/var/test/ -> home/var/test/\n * If there are no parent directories, it returns the empty string\n */\nexport function getAllParentDirectories(path: string): string {\n const t_path = path;\n const lastSlash = t_path.lastIndexOf(\"/\");\n if (lastSlash === -1) {\n return \"\";\n }\n\n return t_path.slice(0, lastSlash + 1);\n}\n\n/**\n * Given a destination that only contains a directory part, returns the\n * path to the source filename inside the new destination directory.\n * Otherwise, returns the path to the destination file.\n * @param destination The destination path or file name\n * @param source The source path\n * @param cwd The current working directory\n * @returns A file path which may be absolute or relative\n */\nexport function getDestinationFilepath(destination: string, source: string, cwd: string): string {\n const dstDir = evaluateDirectoryPath(destination, cwd);\n // If evaluating the directory for this destination fails, we have a filename or full path.\n if (dstDir === null) {\n return destination;\n } else {\n // Append the filename to the directory provided.\n const t_path = removeTrailingSlash(dstDir);\n const fileName = getFileName(source);\n return t_path + \"/\" + fileName;\n }\n}\n\n/**\n * Given a filepath, returns the file name (e.g. without directory parts)\n * For example:\n * /home/var/test.js -> test.js\n * ./var/test.js -> test.js\n * test.js -> test.js\n */\nexport function getFileName(path: string): string {\n const t_path = path;\n const lastSlash = t_path.lastIndexOf(\"/\");\n if (lastSlash === -1) {\n return t_path;\n }\n\n return t_path.slice(lastSlash + 1);\n}\n\n/** Checks if a file path refers to a file in the root directory. */\nexport function isInRootDirectory(path: string): boolean {\n if (!isValidFilePath(path)) {\n return false;\n }\n if (path == null || path.length === 0) {\n return false;\n }\n\n return path.lastIndexOf(\"/\") <= 0;\n}\n\n/**\n * Evaluates a directory path, including the processing of linux dots.\n * Returns the full, proper path, or null if an invalid path is passed in\n */\nexport function evaluateDirectoryPath(path: string, currPath?: string): string | null {\n let t_path = path;\n\n // If the path begins with a slash, then its an absolute path. Otherwise its relative\n // For relative paths, we need to prepend the current directory\n if (!t_path.startsWith(\"/\") && currPath) {\n t_path = currPath + (currPath.endsWith(\"/\") ? \"\" : \"/\") + t_path;\n }\n\n if (!isValidDirectoryPath(t_path)) {\n return null;\n }\n\n // Trim leading/trailing slashes\n t_path = removeLeadingSlash(t_path);\n t_path = removeTrailingSlash(t_path);\n\n const dirs = t_path.split(\"/\");\n const reconstructedPath: string[] = [];\n\n for (const dir of dirs) {\n if (dir === \".\") {\n // Current directory, do nothing\n continue;\n } else if (dir === \"..\") {\n // Parent directory\n const res = reconstructedPath.pop();\n if (res == null) {\n return null; // Array was empty, invalid path\n }\n } else {\n reconstructedPath.push(dir);\n }\n }\n\n return \"/\" + reconstructedPath.join(\"/\");\n}\n\n/**\n * Evaluates a file path, including the processing of linux dots.\n * Returns the full, proper path, or null if an invalid path is passed in\n */\nexport function evaluateFilePath(path: string, currPath?: string): string | null {\n let t_path = path;\n\n // If the path begins with a slash, then its an absolute path. Otherwise its relative\n // For relative paths, we need to prepend the current directory\n if (!t_path.startsWith(\"/\") && currPath != null) {\n t_path = currPath + (currPath.endsWith(\"/\") ? \"\" : \"/\") + t_path;\n }\n\n if (!isValidFilePath(t_path)) {\n return null;\n }\n\n // Trim leading/trailing slashes\n t_path = removeLeadingSlash(t_path);\n\n const dirs = t_path.split(\"/\");\n const reconstructedPath: string[] = [];\n\n for (const dir of dirs) {\n if (dir === \".\") {\n // Current directory, do nothing\n continue;\n } else if (dir === \"..\") {\n // Parent directory\n const res = reconstructedPath.pop();\n if (res == null) {\n return null; // Array was empty, invalid path\n }\n } else {\n reconstructedPath.push(dir);\n }\n }\n\n return \"/\" + reconstructedPath.join(\"/\");\n}\n\nexport function areFilesEqual(f0: string, f1: string): boolean {\n if (!f0.startsWith(\"/\")) f0 = \"/\" + f0;\n if (!f1.startsWith(\"/\")) f1 = \"/\" + f1;\n return f0 === f1;\n}\n\nexport function areImportsEquals(f0: string, f1: string): boolean {\n if (!f0.endsWith(\".js\")) f0 = f0 + \".js\";\n if (!f1.endsWith(\".js\")) f1 = f1 + \".js\";\n return areFilesEqual(f0, f1);\n}\n","// Constructs all CompanyPosition objects using the metadata in data/companypositions.ts\nimport { companiesMetadata } from \"./data/CompaniesMetadata\";\nimport { Company, IConstructorParams } from \"./Company\";\nimport { Reviver } from \"../utils/JSONReviver\";\n\nexport let Companies: Record = {};\n\nfunction addCompany(params: IConstructorParams): void {\n if (Companies[params.name] != null) {\n console.warn(`Duplicate Company Position being defined: ${params.name}`);\n }\n Companies[params.name] = new Company(params);\n}\n\n// Used to initialize new Company objects for the Companies map\n// Called when creating new game or after a prestige/reset\nexport function initCompanies(): void {\n // Save Old Company data for 'favor'\n const oldCompanies = Companies;\n\n // Re-construct all Companies\n Companies = {};\n companiesMetadata.forEach((e) => {\n addCompany(e);\n });\n\n // Reset data\n for (const companyName of Object.keys(Companies)) {\n const company = Companies[companyName];\n const oldCompany = oldCompanies[companyName];\n if (!oldCompany) {\n // New game, so no OldCompanies data\n company.favor = 0;\n } else {\n company.favor = oldCompanies[companyName].favor;\n if (isNaN(company.favor)) {\n company.favor = 0;\n }\n }\n }\n}\n\n// Used to load Companies map from a save\nexport function loadCompanies(saveString: string): void {\n Companies = JSON.parse(saveString, Reviver);\n}\n","import { FactionNames } from \"../Faction/data/FactionNames\";\nimport { Reviver } from \"../utils/JSONReviver\";\n\ninterface GangTerritory {\n power: number;\n territory: number;\n}\n\nexport let AllGangs: {\n [key: string]: GangTerritory;\n} = {\n [FactionNames.SlumSnakes]: {\n power: 1,\n territory: 1 / 7,\n },\n [FactionNames.Tetrads]: {\n power: 1,\n territory: 1 / 7,\n },\n [FactionNames.TheSyndicate]: {\n power: 1,\n territory: 1 / 7,\n },\n [FactionNames.TheDarkArmy]: {\n power: 1,\n territory: 1 / 7,\n },\n [FactionNames.SpeakersForTheDead]: {\n power: 1,\n territory: 1 / 7,\n },\n [FactionNames.NiteSec]: {\n power: 1,\n territory: 1 / 7,\n },\n [FactionNames.TheBlackHand]: {\n power: 1,\n territory: 1 / 7,\n },\n};\n\nexport function resetGangs(): void {\n AllGangs = {\n [FactionNames.SlumSnakes]: {\n power: 1,\n territory: 1 / 7,\n },\n [FactionNames.Tetrads]: {\n power: 1,\n territory: 1 / 7,\n },\n [FactionNames.TheSyndicate]: {\n power: 1,\n territory: 1 / 7,\n },\n [FactionNames.TheDarkArmy]: {\n power: 1,\n territory: 1 / 7,\n },\n [FactionNames.SpeakersForTheDead]: {\n power: 1,\n territory: 1 / 7,\n },\n [FactionNames.NiteSec]: {\n power: 1,\n territory: 1 / 7,\n },\n [FactionNames.TheBlackHand]: {\n power: 1,\n territory: 1 / 7,\n },\n };\n}\n\nexport function loadAllGangs(saveString: string): void {\n AllGangs = JSON.parse(saveString, Reviver);\n}\n","import React, { useEffect } from \"react\";\nimport { useSnackbar, SnackbarProvider as SB } from \"notistack\";\nimport makeStyles from \"@mui/styles/makeStyles\";\nimport { EventEmitter } from \"../../utils/EventEmitter\";\nimport Alert from \"@mui/material/Alert\";\nimport Paper from \"@mui/material/Paper\";\nimport { logBoxBaseZIndex } from \"./LogBoxManager\";\n\ninterface IProps {\n children: React.ReactNode | React.ReactNode[];\n}\n\nexport enum ToastVariant {\n SUCCESS = \"success\",\n WARNING = \"warning\",\n ERROR = \"error\",\n INFO = \"info\",\n}\n\nconst useStyles = makeStyles(() => ({\n snackbar: {\n // Log popup z-index increments, so let's add a padding to be well above them.\n zIndex: `${logBoxBaseZIndex + 1000} !important` as any,\n\n \"& .MuiAlert-icon\": {\n alignSelf: \"center\",\n },\n },\n}));\n\nexport function SnackbarProvider(props: IProps): React.ReactElement {\n const classes = useStyles();\n return (\n \n {props.children}\n \n );\n}\n\nexport const SnackbarEvents = new EventEmitter<[string | React.ReactNode, ToastVariant, number | null]>();\n\nexport function Snackbar(): React.ReactElement {\n const { enqueueSnackbar, closeSnackbar } = useSnackbar();\n\n useEffect(() =>\n SnackbarEvents.subscribe((s, variant, duration) => {\n const id = enqueueSnackbar({s}, {\n content: (k, m) => {m},\n variant: variant,\n autoHideDuration: duration,\n onClick: () => closeSnackbar(id),\n });\n }),\n );\n return <>;\n}\n","import { Crime } from \"./Crime\";\n\nimport { CONSTANTS } from \"../Constants\";\n\nimport { CrimeType } from \"../utils/WorkType\";\n\nexport const Crimes: Record = {\n Shoplift: new Crime(\"Shoplift\", \"to shoplift\", CrimeType.SHOPLIFT, 2e3, 15e3, 1 / 20, 0.1, {\n dexterity_success_weight: 1,\n agility_success_weight: 1,\n\n dexterity_exp: 2,\n agility_exp: 2,\n }),\n\n RobStore: new Crime(\"Rob Store\", \"to rob a store\", CrimeType.ROB_STORE, 60e3, 400e3, 1 / 5, 0.5, {\n hacking_exp: 30,\n dexterity_exp: 45,\n agility_exp: 45,\n\n hacking_success_weight: 0.5,\n dexterity_success_weight: 2,\n agility_success_weight: 1,\n\n intelligence_exp: 7.5 * CONSTANTS.IntelligenceCrimeBaseExpGain,\n }),\n\n Mug: new Crime(\"Mug\", \"to mug\", CrimeType.MUG, 4e3, 36e3, 1 / 5, 0.25, {\n strength_exp: 3,\n defense_exp: 3,\n dexterity_exp: 3,\n agility_exp: 3,\n\n strength_success_weight: 1.5,\n defense_success_weight: 0.5,\n dexterity_success_weight: 1.5,\n agility_success_weight: 0.5,\n }),\n\n Larceny: new Crime(\"Larceny\", \"larceny\", CrimeType.LARCENY, 90e3, 800e3, 1 / 3, 1.5, {\n hacking_exp: 45,\n dexterity_exp: 60,\n agility_exp: 60,\n\n hacking_success_weight: 0.5,\n dexterity_success_weight: 1,\n agility_success_weight: 1,\n\n intelligence_exp: 15 * CONSTANTS.IntelligenceCrimeBaseExpGain,\n }),\n\n DealDrugs: new Crime(\"Deal Drugs\", \"to deal drugs\", CrimeType.DRUGS, 10e3, 120e3, 1, 0.5, {\n dexterity_exp: 5,\n agility_exp: 5,\n charisma_exp: 10,\n\n charisma_success_weight: 3,\n dexterity_success_weight: 2,\n agility_success_weight: 1,\n }),\n\n BondForgery: new Crime(\"Bond Forgery\", \"to forge bonds\", CrimeType.BOND_FORGERY, 300e3, 4.5e6, 1 / 2, 0.1, {\n hacking_exp: 100,\n dexterity_exp: 150,\n charisma_exp: 15,\n\n hacking_success_weight: 0.05,\n dexterity_success_weight: 1.25,\n\n intelligence_exp: 60 * CONSTANTS.IntelligenceCrimeBaseExpGain,\n }),\n\n TraffickArms: new Crime(\"Traffick Arms\", \"to traffic arms\", CrimeType.TRAFFIC_ARMS, 40e3, 600e3, 2, 1, {\n strength_exp: 20,\n defense_exp: 20,\n dexterity_exp: 20,\n agility_exp: 20,\n charisma_exp: 40,\n\n charisma_success_weight: 1,\n strength_success_weight: 1,\n defense_success_weight: 1,\n dexterity_success_weight: 1,\n agility_success_weight: 1,\n }),\n\n Homicide: new Crime(\"Homicide\", \"homicide\", CrimeType.HOMICIDE, 3e3, 45e3, 1, 3, {\n strength_exp: 2,\n defense_exp: 2,\n dexterity_exp: 2,\n agility_exp: 2,\n\n strength_success_weight: 2,\n defense_success_weight: 2,\n dexterity_success_weight: 0.5,\n agility_success_weight: 0.5,\n\n kills: 1,\n }),\n\n GrandTheftAuto: new Crime(\"Grand Theft Auto\", \"grand theft auto\", CrimeType.GRAND_THEFT_AUTO, 80e3, 1.6e6, 8, 5, {\n strength_exp: 20,\n defense_exp: 20,\n dexterity_exp: 20,\n agility_exp: 80,\n charisma_exp: 40,\n\n hacking_success_weight: 1,\n strength_success_weight: 1,\n dexterity_success_weight: 4,\n agility_success_weight: 2,\n charisma_success_weight: 2,\n\n intelligence_exp: 16 * CONSTANTS.IntelligenceCrimeBaseExpGain,\n }),\n\n Kidnap: new Crime(\"Kidnap\", \"to kidnap\", CrimeType.KIDNAP, 120e3, 3.6e6, 5, 6, {\n strength_exp: 80,\n defense_exp: 80,\n dexterity_exp: 80,\n agility_exp: 80,\n charisma_exp: 80,\n\n charisma_success_weight: 1,\n strength_success_weight: 1,\n dexterity_success_weight: 1,\n agility_success_weight: 1,\n\n intelligence_exp: 26 * CONSTANTS.IntelligenceCrimeBaseExpGain,\n }),\n\n Assassination: new Crime(\"Assassination\", \"to assassinate\", CrimeType.ASSASSINATION, 300e3, 12e6, 8, 10, {\n strength_exp: 300,\n defense_exp: 300,\n dexterity_exp: 300,\n agility_exp: 300,\n\n strength_success_weight: 1,\n dexterity_success_weight: 2,\n agility_success_weight: 1,\n\n intelligence_exp: 65 * CONSTANTS.IntelligenceCrimeBaseExpGain,\n\n kills: 1,\n }),\n\n Heist: new Crime(\"Heist\", \"a heist\", CrimeType.HEIST, 600e3, 120e6, 18, 15, {\n hacking_exp: 450,\n strength_exp: 450,\n defense_exp: 450,\n dexterity_exp: 450,\n agility_exp: 450,\n charisma_exp: 450,\n\n hacking_success_weight: 1,\n strength_success_weight: 1,\n defense_success_weight: 1,\n dexterity_success_weight: 1,\n agility_success_weight: 1,\n charisma_success_weight: 1,\n\n intelligence_exp: 130 * CONSTANTS.IntelligenceCrimeBaseExpGain,\n }),\n};\n","import * as React from \"react\";\n\nexport function trusted(f: () => void): (event: React.MouseEvent) => void {\n return function (event: React.MouseEvent): void {\n if (!event.isTrusted) return;\n f();\n };\n}\n","/* Holds IP of Special Servers */\nexport const SpecialServers: {\n [key: string]: string | undefined;\n\n Home: string;\n FulcrumSecretTechnologies: string;\n CyberSecServer: string;\n NiteSecServer: string;\n TheBlackHandServer: string;\n BitRunnersServer: string;\n TheDarkArmyServer: string;\n DaedalusServer: string;\n WorldDaemon: string;\n DarkWeb: string;\n} = {\n Home: \"home\",\n FulcrumSecretTechnologies: \"fulcrumassets\",\n CyberSecServer: \"CSEC\",\n NiteSecServer: \"avmnite-02h\",\n TheBlackHandServer: \"I.I.I.I\",\n BitRunnersServer: \"run4theh111z\",\n TheDarkArmyServer: \".\",\n DaedalusServer: \"The-Cave\",\n WorldDaemon: \"w0r1d_d43m0n\",\n DarkWeb: \"darkweb\",\n};\n","import { Person } from \"src/PersonObjects/Person\";\nimport { Player } from \"../Player\";\n\nexport interface WorkStats {\n money: number;\n reputation: number;\n hackExp: number;\n strExp: number;\n defExp: number;\n dexExp: number;\n agiExp: number;\n chaExp: number;\n intExp: number;\n}\n\ninterface newWorkStatsParams {\n money?: number;\n reputation?: number;\n hackExp?: number;\n strExp?: number;\n defExp?: number;\n dexExp?: number;\n agiExp?: number;\n chaExp?: number;\n intExp?: number;\n}\n\nexport const newWorkStats = (params?: newWorkStatsParams): WorkStats => {\n return {\n money: params?.money ?? 0,\n reputation: params?.reputation ?? 0,\n hackExp: params?.hackExp ?? 0,\n strExp: params?.strExp ?? 0,\n defExp: params?.defExp ?? 0,\n dexExp: params?.dexExp ?? 0,\n agiExp: params?.agiExp ?? 0,\n chaExp: params?.chaExp ?? 0,\n intExp: params?.intExp ?? 0,\n };\n};\n\nexport const sumWorkStats = (w0: WorkStats, w1: WorkStats): WorkStats => {\n return {\n money: w0.money + w1.money,\n reputation: w0.reputation + w1.reputation,\n hackExp: w0.hackExp + w1.hackExp,\n strExp: w0.strExp + w1.strExp,\n defExp: w0.defExp + w1.defExp,\n dexExp: w0.dexExp + w1.dexExp,\n agiExp: w0.agiExp + w1.agiExp,\n chaExp: w0.chaExp + w1.chaExp,\n intExp: w0.intExp + w1.intExp,\n };\n};\n\nexport const scaleWorkStats = (w: WorkStats, n: number, scaleMoney = true): WorkStats => {\n const m = scaleMoney ? n : 1;\n return {\n money: w.money * m,\n reputation: w.reputation * n,\n hackExp: w.hackExp * n,\n strExp: w.strExp * n,\n defExp: w.defExp * n,\n dexExp: w.dexExp * n,\n agiExp: w.agiExp * n,\n chaExp: w.chaExp * n,\n intExp: w.intExp * n,\n };\n};\n\nexport const applyWorkStats = (target: Person, workStats: WorkStats, cycles: number, source: string): WorkStats => {\n const expStats = applyWorkStatsExp(target, workStats, cycles);\n const gains = {\n money: workStats.money * cycles,\n reputation: 0,\n hackExp: expStats.hackExp,\n strExp: expStats.strExp,\n defExp: expStats.defExp,\n dexExp: expStats.dexExp,\n agiExp: expStats.agiExp,\n chaExp: expStats.chaExp,\n intExp: expStats.intExp,\n };\n Player.gainMoney(gains.money, source);\n\n return gains;\n};\n\nexport const applyWorkStatsExp = (target: Person, workStats: WorkStats, cycles: number): WorkStats => {\n const gains = {\n money: 0,\n reputation: 0,\n hackExp: workStats.hackExp * cycles,\n strExp: workStats.strExp * cycles,\n defExp: workStats.defExp * cycles,\n dexExp: workStats.dexExp * cycles,\n agiExp: workStats.agiExp * cycles,\n chaExp: workStats.chaExp * cycles,\n intExp: workStats.intExp * cycles,\n };\n target.gainHackingExp(gains.hackExp);\n target.gainStrengthExp(gains.strExp);\n target.gainDefenseExp(gains.defExp);\n target.gainDexterityExp(gains.dexExp);\n target.gainAgilityExp(gains.agiExp);\n target.gainCharismaExp(gains.chaExp);\n target.gainIntelligenceExp(gains.intExp);\n return gains;\n};\n","import { PlayerObject } from \"./PlayerObject\";\nimport { applyAugmentation } from \"../../Augmentation/AugmentationHelpers\";\nimport { PlayerOwnedAugmentation } from \"../../Augmentation/PlayerOwnedAugmentation\";\nimport { AugmentationNames } from \"../../Augmentation/data/AugmentationNames\";\nimport { BitNodeMultipliers } from \"../../BitNode/BitNodeMultipliers\";\nimport { CodingContractRewardType, ICodingContractReward } from \"../../CodingContracts\";\nimport { Company } from \"../../Company/Company\";\nimport { Companies } from \"../../Company/Companies\";\nimport { getNextCompanyPositionHelper } from \"../../Company/GetNextCompanyPosition\";\nimport { getJobRequirementText } from \"../../Company/GetJobRequirementText\";\nimport { CompanyPositions } from \"../../Company/CompanyPositions\";\nimport { CompanyPosition } from \"../../Company/CompanyPosition\";\nimport * as posNames from \"../../Company/data/companypositionnames\";\nimport { CONSTANTS } from \"../../Constants\";\nimport { Programs } from \"../../Programs/Programs\";\nimport { Exploit } from \"../../Exploits/Exploit\";\nimport { Faction } from \"../../Faction/Faction\";\nimport { Factions } from \"../../Faction/Factions\";\nimport { resetGangs } from \"../../Gang/AllGangs\";\nimport { Cities } from \"../../Locations/Cities\";\nimport { Locations } from \"../../Locations/Locations\";\nimport { CityName } from \"../../Locations/data/CityNames\";\nimport { LocationName } from \"../../Locations/data/LocationNames\";\nimport { Sleeve } from \"../Sleeve/Sleeve\";\nimport { isSleeveCompanyWork } from \"../Sleeve/Work/SleeveCompanyWork\";\nimport { calculateSkillProgress as calculateSkillProgressF, ISkillProgress } from \"../formulas/skill\";\nimport { GetServer, AddToAllServers, createUniqueRandomIp } from \"../../Server/AllServers\";\nimport { Server } from \"../../Server/Server\";\nimport { safelyCreateUniqueServer } from \"../../Server/ServerHelpers\";\n\nimport { SpecialServers } from \"../../Server/data/SpecialServers\";\nimport { applySourceFile } from \"../../SourceFile/applySourceFile\";\nimport { applyExploit } from \"../../Exploits/applyExploits\";\nimport { SourceFiles } from \"../../SourceFile/SourceFiles\";\nimport { getHospitalizationCost } from \"../../Hospital/Hospital\";\nimport { HacknetServer } from \"../../Hacknet/HacknetServer\";\n\nimport { numeralWrapper } from \"../../ui/numeralFormat\";\nimport { MoneySourceTracker } from \"../../utils/MoneySourceTracker\";\nimport { dialogBoxCreate } from \"../../ui/React/DialogBox\";\n\nimport { SnackbarEvents, ToastVariant } from \"../../ui/React/Snackbar\";\nimport { achievements } from \"../../Achievements/Achievements\";\nimport { FactionNames } from \"../../Faction/data/FactionNames\";\n\nimport { isCompanyWork } from \"../../Work/CompanyWork\";\nimport { serverMetadata } from \"../../Server/data/servers\";\n\nexport function init(this: PlayerObject): void {\n /* Initialize Player's home computer */\n const t_homeComp = safelyCreateUniqueServer({\n adminRights: true,\n hostname: \"home\",\n ip: createUniqueRandomIp(),\n isConnectedTo: true,\n maxRam: 8,\n organizationName: \"Home PC\",\n purchasedByPlayer: true,\n });\n this.currentServer = SpecialServers.Home;\n AddToAllServers(t_homeComp);\n\n this.getHomeComputer().programs.push(Programs.NukeProgram.name);\n}\n\nexport function prestigeAugmentation(this: PlayerObject): void {\n this.currentServer = SpecialServers.Home;\n\n this.numPeopleKilled = 0;\n\n //Reset stats\n this.skills.hacking = 1;\n\n this.skills.strength = 1;\n this.skills.defense = 1;\n this.skills.dexterity = 1;\n this.skills.agility = 1;\n\n this.skills.charisma = 1;\n\n this.exp.hacking = 0;\n this.exp.strength = 0;\n this.exp.defense = 0;\n this.exp.dexterity = 0;\n this.exp.agility = 0;\n this.exp.charisma = 0;\n\n this.money = 1000 + CONSTANTS.Donations;\n\n this.city = CityName.Sector12;\n this.location = LocationName.TravelAgency;\n\n this.jobs = {};\n\n this.purchasedServers = [];\n\n this.factions = [];\n this.factionInvitations = [];\n\n this.queuedAugmentations = [];\n\n const numSleeves = Math.min(3, this.sourceFileLvl(10) + (this.bitNodeN === 10 ? 1 : 0)) + this.sleevesFromCovenant;\n if (this.sleeves.length > numSleeves) this.sleeves.length = numSleeves;\n for (let i = this.sleeves.length; i < numSleeves; i++) {\n this.sleeves.push(new Sleeve());\n }\n\n this.sleeves.forEach((sleeve) => (sleeve.shock >= 100 ? sleeve.synchronize() : sleeve.shockRecovery()));\n\n this.lastUpdate = new Date().getTime();\n\n // Statistics Trackers\n this.playtimeSinceLastAug = 0;\n this.scriptProdSinceLastAug = 0;\n this.moneySourceA.reset();\n\n this.hacknetNodes.length = 0;\n this.hashManager.prestige();\n\n // Reapply augs, re-calculate skills and reset HP\n this.reapplyAllAugmentations(true);\n this.hp.current = this.hp.max;\n\n this.finishWork(true);\n}\n\nexport function prestigeSourceFile(this: PlayerObject): void {\n this.entropy = 0;\n this.prestigeAugmentation();\n this.karma = 0;\n // Duplicate sleeves are reset to level 1 every Bit Node (but the number of sleeves you have persists)\n this.sleeves.forEach((sleeve) => sleeve.prestige());\n\n if (this.bitNodeN === 10) {\n for (let i = 0; i < this.sleeves.length; i++) {\n this.sleeves[i].shock = Math.max(25, this.sleeves[i].shock);\n this.sleeves[i].sync = Math.max(25, this.sleeves[i].sync);\n }\n }\n\n // Gang\n this.gang = null;\n resetGangs();\n\n // Reset Stock market\n this.hasWseAccount = false;\n this.hasTixApiAccess = false;\n this.has4SData = false;\n this.has4SDataTixApi = false;\n\n // BitNode 3: Corporatocracy\n this.corporation = null;\n\n this.moneySourceB.reset();\n this.playtimeSinceLastBitnode = 0;\n this.augmentations = [];\n}\n\nexport function receiveInvite(this: PlayerObject, factionName: string): void {\n if (this.factionInvitations.includes(factionName) || this.factions.includes(factionName)) {\n return;\n }\n this.factionInvitations.push(factionName);\n}\n\n//Calculates skill level progress based on experience. The same formula will be used for every skill\nexport function calculateSkillProgress(this: PlayerObject, exp: number, mult = 1): ISkillProgress {\n return calculateSkillProgressF(exp, mult);\n}\n\nexport function hasProgram(this: PlayerObject, programName: string): boolean {\n const home = this.getHomeComputer();\n if (home == null) {\n return false;\n }\n\n for (let i = 0; i < home.programs.length; ++i) {\n if (programName.toLowerCase() == home.programs[i].toLowerCase()) {\n return true;\n }\n }\n return false;\n}\n\nexport function setMoney(this: PlayerObject, money: number): void {\n if (isNaN(money)) {\n console.error(\"NaN passed into Player.setMoney()\");\n return;\n }\n this.money = money;\n}\n\nexport function gainMoney(this: PlayerObject, money: number, source: string): void {\n if (isNaN(money)) {\n console.error(\"NaN passed into Player.gainMoney()\");\n return;\n }\n\n this.money = this.money + money;\n this.recordMoneySource(money, source);\n}\n\nexport function loseMoney(this: PlayerObject, money: number, source: string): void {\n if (isNaN(money)) {\n console.error(\"NaN passed into Player.loseMoney()\");\n return;\n }\n if (this.money === Infinity && money === Infinity) return;\n this.money = this.money - money;\n this.recordMoneySource(-1 * money, source);\n}\n\nexport function canAfford(this: PlayerObject, cost: number): boolean {\n if (isNaN(cost)) {\n console.error(`NaN passed into Player.canAfford()`);\n return false;\n }\n return this.money >= cost;\n}\n\nexport function recordMoneySource(this: PlayerObject, amt: number, source: string): void {\n if (!(this.moneySourceA instanceof MoneySourceTracker)) {\n console.warn(`Player.moneySourceA was not properly initialized. Resetting`);\n this.moneySourceA = new MoneySourceTracker();\n }\n if (!(this.moneySourceB instanceof MoneySourceTracker)) {\n console.warn(`Player.moneySourceB was not properly initialized. Resetting`);\n this.moneySourceB = new MoneySourceTracker();\n }\n this.moneySourceA.record(amt, source);\n this.moneySourceB.record(amt, source);\n}\n\nexport function startFocusing(this: PlayerObject): void {\n this.focus = true;\n}\n\nexport function stopFocusing(this: PlayerObject): void {\n this.focus = false;\n}\n\n// Returns true if hospitalized, false otherwise\nexport function takeDamage(this: PlayerObject, amt: number): boolean {\n if (typeof amt !== \"number\") {\n console.warn(`Player.takeDamage() called without a numeric argument: ${amt}`);\n return false;\n }\n\n this.hp.current -= amt;\n if (this.hp.current <= 0) {\n this.hospitalize();\n return true;\n } else {\n return false;\n }\n}\n\nexport function hospitalize(this: PlayerObject): number {\n const cost = getHospitalizationCost();\n SnackbarEvents.emit(`You've been Hospitalized for ${numeralWrapper.formatMoney(cost)}`, ToastVariant.SUCCESS, 2000);\n\n this.loseMoney(cost, \"hospitalization\");\n this.hp.current = this.hp.max;\n return cost;\n}\n\n/********* Company job application **********/\n//Determines the job that the Player should get (if any) at the current company\n//The 'sing' argument designates whether or not this is being called from\n//the applyToCompany() Netscript Singularity function\nexport function applyForJob(this: PlayerObject, entryPosType: CompanyPosition, sing = false): boolean {\n const company = Companies[this.location]; //Company being applied to\n if (!company) {\n console.error(`Could not find company that matches the location: ${this.location}. Player.applyToCompany() failed`);\n return false;\n }\n\n let pos = entryPosType;\n\n if (!this.isQualified(company, pos)) {\n if (!sing) {\n dialogBoxCreate(\"Unfortunately, you do not qualify for this position\\n\" + getJobRequirementText(company, pos));\n }\n return false;\n }\n\n if (!company.hasPosition(pos)) {\n console.error(`Company ${company.name} does not have position ${pos}. Player.applyToCompany() failed`);\n return false;\n }\n\n while (true) {\n const nextPos = getNextCompanyPositionHelper(pos);\n if (nextPos == null) break;\n if (company.hasPosition(nextPos) && this.isQualified(company, nextPos)) {\n pos = nextPos;\n } else break;\n }\n\n //Check if player already has the assigned job\n if (this.jobs[company.name] === pos.name) {\n if (!sing) {\n const nextPos = getNextCompanyPositionHelper(pos);\n if (nextPos == null || !company.hasPosition(nextPos)) {\n dialogBoxCreate(\"You are already at the highest position for your field! No promotion available\");\n } else {\n const reqText = getJobRequirementText(company, nextPos);\n dialogBoxCreate(\"Unfortunately, you do not qualify for a promotion\\n\" + reqText);\n }\n }\n return false;\n }\n\n this.jobs[company.name] = pos.name;\n\n if (!sing) {\n dialogBoxCreate(`Congratulations! You were offered a new job at ${company.name} for position ${pos.name}!`);\n }\n return true;\n}\n\n//Returns your next position at a company given the field (software, business, etc.)\nexport function getNextCompanyPosition(\n this: PlayerObject,\n company: Company,\n entryPosType: CompanyPosition,\n): CompanyPosition | null {\n const currCompany = Companies[company.name];\n\n //Not employed at this company, so return the entry position\n if (currCompany == null || currCompany.name != company.name) {\n return entryPosType;\n }\n\n //If the entry pos type and the player's current position have the same type,\n //return the player's \"nextCompanyPosition\". Otherwise return the entryposType\n //Employed at this company, so just return the next position if it exists.\n const currentPositionName = this.jobs[company.name];\n if (!currentPositionName) return entryPosType;\n const currentPosition = CompanyPositions[currentPositionName];\n if (\n (currentPosition.isSoftwareJob() && entryPosType.isSoftwareJob()) ||\n (currentPosition.isITJob() && entryPosType.isITJob()) ||\n (currentPosition.isBusinessJob() && entryPosType.isBusinessJob()) ||\n (currentPosition.isSecurityEngineerJob() && entryPosType.isSecurityEngineerJob()) ||\n (currentPosition.isNetworkEngineerJob() && entryPosType.isNetworkEngineerJob()) ||\n (currentPosition.isSecurityJob() && entryPosType.isSecurityJob()) ||\n (currentPosition.isAgentJob() && entryPosType.isAgentJob()) ||\n (currentPosition.isSoftwareConsultantJob() && entryPosType.isSoftwareConsultantJob()) ||\n (currentPosition.isBusinessConsultantJob() && entryPosType.isBusinessConsultantJob()) ||\n (currentPosition.isPartTimeJob() && entryPosType.isPartTimeJob())\n ) {\n return getNextCompanyPositionHelper(currentPosition);\n }\n\n return entryPosType;\n}\n\nexport function quitJob(this: PlayerObject, company: string): void {\n if (isCompanyWork(this.currentWork) && this.currentWork.companyName === company) {\n this.finishWork(true);\n }\n for (const sleeve of this.sleeves) {\n if (isSleeveCompanyWork(sleeve.currentWork) && sleeve.currentWork.companyName === company) {\n sleeve.stopWork();\n dialogBoxCreate(`You quit ${company} while one of your sleeves was working there. The sleeve is now idle.`);\n }\n }\n delete this.jobs[company];\n}\n\n/**\n * Method to see if the player has at least one job assigned to them\n * @param this The player instance\n * @returns Whether the user has at least one job\n */\nexport function hasJob(this: PlayerObject): boolean {\n return Boolean(Object.keys(this.jobs).length);\n}\n\nexport function applyForSoftwareJob(this: PlayerObject, sing = false): boolean {\n return this.applyForJob(CompanyPositions[posNames.SoftwareCompanyPositions[0]], sing);\n}\n\nexport function applyForSoftwareConsultantJob(this: PlayerObject, sing = false): boolean {\n return this.applyForJob(CompanyPositions[posNames.SoftwareConsultantCompanyPositions[0]], sing);\n}\n\nexport function applyForItJob(this: PlayerObject, sing = false): boolean {\n return this.applyForJob(CompanyPositions[posNames.ITCompanyPositions[0]], sing);\n}\n\nexport function applyForSecurityEngineerJob(this: PlayerObject, sing = false): boolean {\n const company = Companies[this.location]; //Company being applied to\n if (this.isQualified(company, CompanyPositions[posNames.SecurityEngineerCompanyPositions[0]])) {\n return this.applyForJob(CompanyPositions[posNames.SecurityEngineerCompanyPositions[0]], sing);\n } else {\n if (!sing) {\n dialogBoxCreate(\"Unfortunately, you do not qualify for this position\");\n }\n return false;\n }\n}\n\nexport function applyForNetworkEngineerJob(this: PlayerObject, sing = false): boolean {\n const company = Companies[this.location]; //Company being applied to\n if (this.isQualified(company, CompanyPositions[posNames.NetworkEngineerCompanyPositions[0]])) {\n const pos = CompanyPositions[posNames.NetworkEngineerCompanyPositions[0]];\n return this.applyForJob(pos, sing);\n } else {\n if (!sing) {\n dialogBoxCreate(\"Unfortunately, you do not qualify for this position\");\n }\n return false;\n }\n}\n\nexport function applyForBusinessJob(this: PlayerObject, sing = false): boolean {\n return this.applyForJob(CompanyPositions[posNames.BusinessCompanyPositions[0]], sing);\n}\n\nexport function applyForBusinessConsultantJob(this: PlayerObject, sing = false): boolean {\n return this.applyForJob(CompanyPositions[posNames.BusinessConsultantCompanyPositions[0]], sing);\n}\n\nexport function applyForSecurityJob(this: PlayerObject, sing = false): boolean {\n // TODO Police Jobs\n // Indexing starts at 2 because 0 is for police officer\n return this.applyForJob(CompanyPositions[posNames.SecurityCompanyPositions[2]], sing);\n}\n\nexport function applyForAgentJob(this: PlayerObject, sing = false): boolean {\n const company = Companies[this.location]; //Company being applied to\n if (this.isQualified(company, CompanyPositions[posNames.AgentCompanyPositions[0]])) {\n const pos = CompanyPositions[posNames.AgentCompanyPositions[0]];\n return this.applyForJob(pos, sing);\n } else {\n if (!sing) {\n dialogBoxCreate(\"Unfortunately, you do not qualify for this position\");\n }\n return false;\n }\n}\n\nexport function applyForEmployeeJob(this: PlayerObject, sing = false): boolean {\n const company = Companies[this.location]; //Company being applied to\n const position = posNames.MiscCompanyPositions[1];\n // Check if this company has the position\n if (!company.hasPosition(position)) {\n return false;\n }\n if (this.isQualified(company, CompanyPositions[position])) {\n this.jobs[company.name] = position;\n\n if (!sing) {\n dialogBoxCreate(\"Congratulations, you are now employed at \" + this.location);\n }\n\n return true;\n } else {\n if (!sing) {\n dialogBoxCreate(\"Unfortunately, you do not qualify for this position\");\n }\n\n return false;\n }\n}\n\nexport function applyForPartTimeEmployeeJob(this: PlayerObject, sing = false): boolean {\n const company = Companies[this.location]; //Company being applied to\n const position = posNames.PartTimeCompanyPositions[1];\n // Check if this company has the position\n if (!company.hasPosition(position)) {\n return false;\n }\n if (this.isQualified(company, CompanyPositions[position])) {\n this.jobs[company.name] = position;\n if (!sing) {\n dialogBoxCreate(\"Congratulations, you are now employed part-time at \" + this.location);\n }\n\n return true;\n } else {\n if (!sing) {\n dialogBoxCreate(\"Unfortunately, you do not qualify for this position\");\n }\n\n return false;\n }\n}\n\nexport function applyForWaiterJob(this: PlayerObject, sing = false): boolean {\n const company = Companies[this.location]; //Company being applied to\n const position = posNames.MiscCompanyPositions[0];\n // Check if this company has the position\n if (!company.hasPosition(position)) {\n return false;\n }\n if (this.isQualified(company, CompanyPositions[position])) {\n this.jobs[company.name] = position;\n if (!sing) {\n dialogBoxCreate(\"Congratulations, you are now employed as a waiter at \" + this.location);\n }\n return true;\n } else {\n if (!sing) {\n dialogBoxCreate(\"Unfortunately, you do not qualify for this position\");\n }\n return false;\n }\n}\n\nexport function applyForPartTimeWaiterJob(this: PlayerObject, sing = false): boolean {\n const company = Companies[this.location]; //Company being applied to\n const position = posNames.PartTimeCompanyPositions[0];\n // Check if this company has the position\n if (!company.hasPosition(position)) {\n return false;\n }\n if (this.isQualified(company, CompanyPositions[position])) {\n this.jobs[company.name] = position;\n if (!sing) {\n dialogBoxCreate(\"Congratulations, you are now employed as a part-time waiter at \" + this.location);\n }\n return true;\n } else {\n if (!sing) {\n dialogBoxCreate(\"Unfortunately, you do not qualify for this position\");\n }\n return false;\n }\n}\n\n//Checks if the Player is qualified for a certain position\nexport function isQualified(this: PlayerObject, company: Company, position: CompanyPosition): boolean {\n const offset = company.jobStatReqOffset;\n const reqHacking = position.requiredHacking > 0 ? position.requiredHacking + offset : 0;\n const reqStrength = position.requiredStrength > 0 ? position.requiredStrength + offset : 0;\n const reqDefense = position.requiredDefense > 0 ? position.requiredDefense + offset : 0;\n const reqDexterity = position.requiredDexterity > 0 ? position.requiredDexterity + offset : 0;\n const reqAgility = position.requiredDexterity > 0 ? position.requiredDexterity + offset : 0;\n const reqCharisma = position.requiredCharisma > 0 ? position.requiredCharisma + offset : 0;\n\n return (\n this.skills.hacking >= reqHacking &&\n this.skills.strength >= reqStrength &&\n this.skills.defense >= reqDefense &&\n this.skills.dexterity >= reqDexterity &&\n this.skills.agility >= reqAgility &&\n this.skills.charisma >= reqCharisma &&\n company.playerReputation >= position.requiredReputation\n );\n}\n\n/********** Reapplying Augmentations and Source File ***********/\nexport function reapplyAllAugmentations(this: PlayerObject, resetMultipliers = true): void {\n if (resetMultipliers) {\n this.resetMultipliers();\n }\n\n for (let i = 0; i < this.augmentations.length; ++i) {\n //Compatibility with new version\n if (this.augmentations[i].name === \"HacknetNode NIC Architecture Neural-Upload\") {\n this.augmentations[i].name = \"Hacknet Node NIC Architecture Neural-Upload\";\n }\n\n const playerAug = this.augmentations[i];\n const augName = playerAug.name;\n\n if (augName == AugmentationNames.NeuroFluxGovernor) {\n for (let j = 0; j < playerAug.level; ++j) {\n applyAugmentation(this.augmentations[i], true);\n }\n continue;\n }\n applyAugmentation(this.augmentations[i], true);\n }\n\n this.updateSkillLevels();\n}\n\nexport function reapplyAllSourceFiles(this: PlayerObject): void {\n //Will always be called after reapplyAllAugmentations() so multipliers do not have to be reset\n //this.resetMultipliers();\n\n for (let i = 0; i < this.sourceFiles.length; ++i) {\n const srcFileKey = \"SourceFile\" + this.sourceFiles[i].n;\n const sourceFileObject = SourceFiles[srcFileKey];\n if (sourceFileObject == null) {\n console.error(`Invalid source file number: ${this.sourceFiles[i].n}`);\n continue;\n }\n applySourceFile(this.sourceFiles[i]);\n }\n applyExploit();\n this.updateSkillLevels();\n}\n\n/*************** Check for Faction Invitations *************/\n//This function sets the requirements to join a Faction. It checks whether the Player meets\n//those requirements and will return an array of all factions that the Player should\n//receive an invitation to\nexport function checkForFactionInvitations(this: PlayerObject): Faction[] {\n const invitedFactions: Faction[] = []; //Array which will hold all Factions the player should be invited to\n\n const numAugmentations = this.augmentations.length;\n\n const allCompanies = Object.keys(this.jobs);\n const allPositions = Object.values(this.jobs);\n\n // Given a company name, safely returns the reputation (returns 0 if invalid company is specified)\n function getCompanyRep(companyName: string): number {\n const company = Companies[companyName];\n if (company == null) {\n return 0;\n } else {\n return company.playerReputation;\n }\n }\n\n // Helper function that returns a boolean indicating whether the Player meets\n // the requirements for the specified company. There are two requirements:\n // 1. High enough reputation\n // 2. Player is employed at the company\n function checkMegacorpRequirements(companyName: string): boolean {\n const serverMeta = serverMetadata.find((s) => s.specialName === companyName);\n const server = GetServer(serverMeta ? serverMeta.hostname : \"\");\n const bonus = (server as Server).backdoorInstalled ? -100e3 : 0;\n return (\n allCompanies.includes(companyName) && getCompanyRep(companyName) > CONSTANTS.CorpFactionRepRequirement + bonus\n );\n }\n\n //Illuminati\n const illuminatiFac = Factions[FactionNames.Illuminati];\n if (\n !illuminatiFac.isBanned &&\n !illuminatiFac.isMember &&\n !illuminatiFac.alreadyInvited &&\n numAugmentations >= 30 &&\n this.money >= 150000000000 &&\n this.skills.hacking >= 1500 &&\n this.skills.strength >= 1200 &&\n this.skills.defense >= 1200 &&\n this.skills.dexterity >= 1200 &&\n this.skills.agility >= 1200\n ) {\n invitedFactions.push(illuminatiFac);\n }\n\n //Daedalus\n const daedalusFac = Factions[FactionNames.Daedalus];\n if (\n !daedalusFac.isBanned &&\n !daedalusFac.isMember &&\n !daedalusFac.alreadyInvited &&\n numAugmentations >= BitNodeMultipliers.DaedalusAugsRequirement &&\n this.money >= 100000000000 &&\n (this.skills.hacking >= 2500 ||\n (this.skills.strength >= 1500 &&\n this.skills.defense >= 1500 &&\n this.skills.dexterity >= 1500 &&\n this.skills.agility >= 1500))\n ) {\n invitedFactions.push(daedalusFac);\n }\n\n //The Covenant\n const covenantFac = Factions[FactionNames.TheCovenant];\n if (\n !covenantFac.isBanned &&\n !covenantFac.isMember &&\n !covenantFac.alreadyInvited &&\n numAugmentations >= 20 &&\n this.money >= 75000000000 &&\n this.skills.hacking >= 850 &&\n this.skills.strength >= 850 &&\n this.skills.defense >= 850 &&\n this.skills.dexterity >= 850 &&\n this.skills.agility >= 850\n ) {\n invitedFactions.push(covenantFac);\n }\n\n //ECorp\n const ecorpFac = Factions[FactionNames.ECorp];\n if (\n !ecorpFac.isBanned &&\n !ecorpFac.isMember &&\n !ecorpFac.alreadyInvited &&\n checkMegacorpRequirements(LocationName.AevumECorp)\n ) {\n invitedFactions.push(ecorpFac);\n }\n\n //MegaCorp\n const megacorpFac = Factions[FactionNames.MegaCorp];\n if (\n !megacorpFac.isBanned &&\n !megacorpFac.isMember &&\n !megacorpFac.alreadyInvited &&\n checkMegacorpRequirements(LocationName.Sector12MegaCorp)\n ) {\n invitedFactions.push(megacorpFac);\n }\n\n //Bachman & Associates\n const bachmanandassociatesFac = Factions[FactionNames.BachmanAssociates];\n if (\n !bachmanandassociatesFac.isBanned &&\n !bachmanandassociatesFac.isMember &&\n !bachmanandassociatesFac.alreadyInvited &&\n checkMegacorpRequirements(LocationName.AevumBachmanAndAssociates)\n ) {\n invitedFactions.push(bachmanandassociatesFac);\n }\n\n //Blade Industries\n const bladeindustriesFac = Factions[FactionNames.BladeIndustries];\n if (\n !bladeindustriesFac.isBanned &&\n !bladeindustriesFac.isMember &&\n !bladeindustriesFac.alreadyInvited &&\n checkMegacorpRequirements(LocationName.Sector12BladeIndustries)\n ) {\n invitedFactions.push(bladeindustriesFac);\n }\n\n //NWO\n const nwoFac = Factions[FactionNames.NWO];\n if (\n !nwoFac.isBanned &&\n !nwoFac.isMember &&\n !nwoFac.alreadyInvited &&\n checkMegacorpRequirements(LocationName.VolhavenNWO)\n ) {\n invitedFactions.push(nwoFac);\n }\n\n //Clarke Incorporated\n const clarkeincorporatedFac = Factions[FactionNames.ClarkeIncorporated];\n if (\n !clarkeincorporatedFac.isBanned &&\n !clarkeincorporatedFac.isMember &&\n !clarkeincorporatedFac.alreadyInvited &&\n checkMegacorpRequirements(LocationName.AevumClarkeIncorporated)\n ) {\n invitedFactions.push(clarkeincorporatedFac);\n }\n\n //OmniTek Incorporated\n const omnitekincorporatedFac = Factions[FactionNames.OmniTekIncorporated];\n if (\n !omnitekincorporatedFac.isBanned &&\n !omnitekincorporatedFac.isMember &&\n !omnitekincorporatedFac.alreadyInvited &&\n checkMegacorpRequirements(LocationName.VolhavenOmniTekIncorporated)\n ) {\n invitedFactions.push(omnitekincorporatedFac);\n }\n\n //Four Sigma\n const foursigmaFac = Factions[FactionNames.FourSigma];\n if (\n !foursigmaFac.isBanned &&\n !foursigmaFac.isMember &&\n !foursigmaFac.alreadyInvited &&\n checkMegacorpRequirements(LocationName.Sector12FourSigma)\n ) {\n invitedFactions.push(foursigmaFac);\n }\n\n //KuaiGong International\n const kuaigonginternationalFac = Factions[FactionNames.KuaiGongInternational];\n if (\n !kuaigonginternationalFac.isBanned &&\n !kuaigonginternationalFac.isMember &&\n !kuaigonginternationalFac.alreadyInvited &&\n checkMegacorpRequirements(LocationName.ChongqingKuaiGongInternational)\n ) {\n invitedFactions.push(kuaigonginternationalFac);\n }\n\n //Fulcrum Secret Technologies - If you've unlocked fulcrum secret technologies server and have a high rep with the company\n const fulcrumsecrettechonologiesFac = Factions[FactionNames.FulcrumSecretTechnologies];\n const fulcrumSecretServer = GetServer(SpecialServers.FulcrumSecretTechnologies);\n if (!(fulcrumSecretServer instanceof Server))\n throw new Error(`${FactionNames.FulcrumSecretTechnologies} should be normal server`);\n if (fulcrumSecretServer == null) {\n console.error(`Could not find ${FactionNames.FulcrumSecretTechnologies} Server`);\n } else if (\n !fulcrumsecrettechonologiesFac.isBanned &&\n !fulcrumsecrettechonologiesFac.isMember &&\n !fulcrumsecrettechonologiesFac.alreadyInvited &&\n fulcrumSecretServer.backdoorInstalled &&\n checkMegacorpRequirements(LocationName.AevumFulcrumTechnologies)\n ) {\n invitedFactions.push(fulcrumsecrettechonologiesFac);\n }\n\n //BitRunners\n const bitrunnersFac = Factions[FactionNames.BitRunners];\n const bitrunnersServer = GetServer(SpecialServers.BitRunnersServer);\n if (!(bitrunnersServer instanceof Server)) throw new Error(`${FactionNames.BitRunners} should be normal server`);\n if (bitrunnersServer == null) {\n console.error(`Could not find ${FactionNames.BitRunners} Server`);\n } else if (\n !bitrunnersFac.isBanned &&\n !bitrunnersFac.isMember &&\n bitrunnersServer.backdoorInstalled &&\n !bitrunnersFac.alreadyInvited\n ) {\n invitedFactions.push(bitrunnersFac);\n }\n\n //The Black Hand\n\n const theblackhandFac = Factions[FactionNames.TheBlackHand];\n const blackhandServer = GetServer(SpecialServers.TheBlackHandServer);\n if (!(blackhandServer instanceof Server)) throw new Error(`${FactionNames.TheBlackHand} should be normal server`);\n if (blackhandServer == null) {\n console.error(`Could not find ${FactionNames.TheBlackHand} Server`);\n } else if (\n !theblackhandFac.isBanned &&\n !theblackhandFac.isMember &&\n blackhandServer.backdoorInstalled &&\n !theblackhandFac.alreadyInvited\n ) {\n invitedFactions.push(theblackhandFac);\n }\n\n //NiteSec\n const nitesecFac = Factions[FactionNames.NiteSec];\n const nitesecServer = GetServer(SpecialServers.NiteSecServer);\n if (!(nitesecServer instanceof Server)) throw new Error(`${FactionNames.NiteSec} should be normal server`);\n if (nitesecServer == null) {\n console.error(`Could not find ${FactionNames.NiteSec} Server`);\n } else if (\n !nitesecFac.isBanned &&\n !nitesecFac.isMember &&\n nitesecServer.backdoorInstalled &&\n !nitesecFac.alreadyInvited\n ) {\n invitedFactions.push(nitesecFac);\n }\n\n //Chongqing\n const chongqingFac = Factions[FactionNames.Chongqing];\n if (\n !chongqingFac.isBanned &&\n !chongqingFac.isMember &&\n !chongqingFac.alreadyInvited &&\n this.money >= 20000000 &&\n this.city == CityName.Chongqing\n ) {\n invitedFactions.push(chongqingFac);\n }\n\n //Sector-12\n const sector12Fac = Factions[FactionNames.Sector12];\n if (\n !sector12Fac.isBanned &&\n !sector12Fac.isMember &&\n !sector12Fac.alreadyInvited &&\n this.money >= 15000000 &&\n this.city == CityName.Sector12\n ) {\n invitedFactions.push(sector12Fac);\n }\n\n //New Tokyo\n const newtokyoFac = Factions[FactionNames.NewTokyo];\n if (\n !newtokyoFac.isBanned &&\n !newtokyoFac.isMember &&\n !newtokyoFac.alreadyInvited &&\n this.money >= 20000000 &&\n this.city == CityName.NewTokyo\n ) {\n invitedFactions.push(newtokyoFac);\n }\n\n //Aevum\n const aevumFac = Factions[FactionNames.Aevum];\n if (\n !aevumFac.isBanned &&\n !aevumFac.isMember &&\n !aevumFac.alreadyInvited &&\n this.money >= 40000000 &&\n this.city == CityName.Aevum\n ) {\n invitedFactions.push(aevumFac);\n }\n\n //Ishima\n const ishimaFac = Factions[FactionNames.Ishima];\n if (\n !ishimaFac.isBanned &&\n !ishimaFac.isMember &&\n !ishimaFac.alreadyInvited &&\n this.money >= 30000000 &&\n this.city == CityName.Ishima\n ) {\n invitedFactions.push(ishimaFac);\n }\n\n //Volhaven\n const volhavenFac = Factions[FactionNames.Volhaven];\n if (\n !volhavenFac.isBanned &&\n !volhavenFac.isMember &&\n !volhavenFac.alreadyInvited &&\n this.money >= 50000000 &&\n this.city == CityName.Volhaven\n ) {\n invitedFactions.push(volhavenFac);\n }\n\n //Speakers for the Dead\n const speakersforthedeadFac = Factions[FactionNames.SpeakersForTheDead];\n if (\n !speakersforthedeadFac.isBanned &&\n !speakersforthedeadFac.isMember &&\n !speakersforthedeadFac.alreadyInvited &&\n this.skills.hacking >= 100 &&\n this.skills.strength >= 300 &&\n this.skills.defense >= 300 &&\n this.skills.dexterity >= 300 &&\n this.skills.agility >= 300 &&\n this.numPeopleKilled >= 30 &&\n this.karma <= -45 &&\n !allCompanies.includes(LocationName.Sector12CIA) &&\n !allCompanies.includes(LocationName.Sector12NSA)\n ) {\n invitedFactions.push(speakersforthedeadFac);\n }\n\n //The Dark Army\n const thedarkarmyFac = Factions[FactionNames.TheDarkArmy];\n if (\n !thedarkarmyFac.isBanned &&\n !thedarkarmyFac.isMember &&\n !thedarkarmyFac.alreadyInvited &&\n this.skills.hacking >= 300 &&\n this.skills.strength >= 300 &&\n this.skills.defense >= 300 &&\n this.skills.dexterity >= 300 &&\n this.skills.agility >= 300 &&\n this.city == CityName.Chongqing &&\n this.numPeopleKilled >= 5 &&\n this.karma <= -45 &&\n !allCompanies.includes(LocationName.Sector12CIA) &&\n !allCompanies.includes(LocationName.Sector12NSA)\n ) {\n invitedFactions.push(thedarkarmyFac);\n }\n\n //The Syndicate\n const thesyndicateFac = Factions[FactionNames.TheSyndicate];\n if (\n !thesyndicateFac.isBanned &&\n !thesyndicateFac.isMember &&\n !thesyndicateFac.alreadyInvited &&\n this.skills.hacking >= 200 &&\n this.skills.strength >= 200 &&\n this.skills.defense >= 200 &&\n this.skills.dexterity >= 200 &&\n this.skills.agility >= 200 &&\n (this.city == CityName.Aevum || this.city == CityName.Sector12) &&\n this.money >= 10000000 &&\n this.karma <= -90 &&\n !allCompanies.includes(LocationName.Sector12CIA) &&\n !allCompanies.includes(LocationName.Sector12NSA)\n ) {\n invitedFactions.push(thesyndicateFac);\n }\n\n //Silhouette\n const silhouetteFac = Factions[FactionNames.Silhouette];\n if (\n !silhouetteFac.isBanned &&\n !silhouetteFac.isMember &&\n !silhouetteFac.alreadyInvited &&\n (allPositions.includes(\"Chief Technology Officer\") ||\n allPositions.includes(\"Chief Financial Officer\") ||\n allPositions.includes(\"Chief Executive Officer\")) &&\n this.money >= 15000000 &&\n this.karma <= -22\n ) {\n invitedFactions.push(silhouetteFac);\n }\n\n //Tetrads\n const tetradsFac = Factions[FactionNames.Tetrads];\n if (\n !tetradsFac.isBanned &&\n !tetradsFac.isMember &&\n !tetradsFac.alreadyInvited &&\n (this.city == CityName.Chongqing || this.city == CityName.NewTokyo || this.city == CityName.Ishima) &&\n this.skills.strength >= 75 &&\n this.skills.defense >= 75 &&\n this.skills.dexterity >= 75 &&\n this.skills.agility >= 75 &&\n this.karma <= -18\n ) {\n invitedFactions.push(tetradsFac);\n }\n\n //SlumSnakes\n const slumsnakesFac = Factions[FactionNames.SlumSnakes];\n if (\n !slumsnakesFac.isBanned &&\n !slumsnakesFac.isMember &&\n !slumsnakesFac.alreadyInvited &&\n this.skills.strength >= 30 &&\n this.skills.defense >= 30 &&\n this.skills.dexterity >= 30 &&\n this.skills.agility >= 30 &&\n this.karma <= -9 &&\n this.money >= 1000000\n ) {\n invitedFactions.push(slumsnakesFac);\n }\n\n //Netburners\n const netburnersFac = Factions[FactionNames.Netburners];\n let totalHacknetRam = 0;\n let totalHacknetCores = 0;\n let totalHacknetLevels = 0;\n for (let i = 0; i < this.hacknetNodes.length; ++i) {\n const v = this.hacknetNodes[i];\n if (typeof v === \"string\") {\n const hserver = GetServer(v);\n if (hserver === null || !(hserver instanceof HacknetServer))\n throw new Error(\"player hacknet server was not HacknetServer\");\n totalHacknetLevels += hserver.level;\n totalHacknetRam += hserver.maxRam;\n totalHacknetCores += hserver.cores;\n } else {\n totalHacknetLevels += v.level;\n totalHacknetRam += v.ram;\n totalHacknetCores += v.cores;\n }\n }\n if (\n !netburnersFac.isBanned &&\n !netburnersFac.isMember &&\n !netburnersFac.alreadyInvited &&\n this.skills.hacking >= 80 &&\n totalHacknetRam >= 8 &&\n totalHacknetCores >= 4 &&\n totalHacknetLevels >= 100\n ) {\n invitedFactions.push(netburnersFac);\n }\n\n //Tian Di Hui\n const tiandihuiFac = Factions[FactionNames.TianDiHui];\n if (\n !tiandihuiFac.isBanned &&\n !tiandihuiFac.isMember &&\n !tiandihuiFac.alreadyInvited &&\n this.money >= 1000000 &&\n this.skills.hacking >= 50 &&\n (this.city == CityName.Chongqing || this.city == CityName.NewTokyo || this.city == CityName.Ishima)\n ) {\n invitedFactions.push(tiandihuiFac);\n }\n\n //CyberSec\n const cybersecFac = Factions[FactionNames.CyberSec];\n const cybersecServer = GetServer(SpecialServers.CyberSecServer);\n if (!(cybersecServer instanceof Server)) throw new Error(`${FactionNames.CyberSec} should be normal server`);\n if (cybersecServer == null) {\n console.error(`Could not find ${FactionNames.CyberSec} Server`);\n } else if (\n !cybersecFac.isBanned &&\n !cybersecFac.isMember &&\n cybersecServer.backdoorInstalled &&\n !cybersecFac.alreadyInvited\n ) {\n invitedFactions.push(cybersecFac);\n }\n\n return invitedFactions;\n}\n\n/************* BitNodes **************/\nexport function setBitNodeNumber(this: PlayerObject, n: number): void {\n this.bitNodeN = n;\n}\n\nexport function queueAugmentation(this: PlayerObject, name: string): void {\n for (const aug of this.queuedAugmentations) {\n if (aug.name == name) {\n console.warn(`tried to queue ${name} twice, this may be a bug`);\n return;\n }\n }\n\n for (const aug of this.augmentations) {\n if (aug.name == name) {\n console.warn(`tried to queue ${name} twice, this may be a bug`);\n return;\n }\n }\n\n this.queuedAugmentations.push(new PlayerOwnedAugmentation(name));\n}\n\n/************* Coding Contracts **************/\nexport function gainCodingContractReward(\n this: PlayerObject,\n reward: ICodingContractReward | null,\n difficulty = 1,\n): string {\n if (reward == null || reward.type == null) {\n return `No reward for this contract`;\n }\n\n /* eslint-disable no-case-declarations */\n switch (reward.type) {\n case CodingContractRewardType.FactionReputation:\n if (reward.name == null || !Factions[reward.name]) {\n // If no/invalid faction was designated, just give rewards to all factions\n reward.type = CodingContractRewardType.FactionReputationAll;\n return this.gainCodingContractReward(reward);\n }\n const repGain = CONSTANTS.CodingContractBaseFactionRepGain * difficulty;\n Factions[reward.name].playerReputation += repGain;\n return `Gained ${repGain} faction reputation for ${reward.name}`;\n case CodingContractRewardType.FactionReputationAll:\n const totalGain = CONSTANTS.CodingContractBaseFactionRepGain * difficulty;\n\n // Ignore Bladeburners and other special factions for this calculation\n const specialFactions = [FactionNames.Bladeburners as string];\n const factions = this.factions.slice().filter((f) => {\n return !specialFactions.includes(f);\n });\n\n // If the player was only part of the special factions, we'll just give money\n if (factions.length == 0) {\n reward.type = CodingContractRewardType.Money;\n return this.gainCodingContractReward(reward, difficulty);\n }\n\n const gainPerFaction = Math.floor(totalGain / factions.length);\n for (const facName of factions) {\n if (!Factions[facName]) continue;\n Factions[facName].playerReputation += gainPerFaction;\n }\n return `Gained ${gainPerFaction} reputation for each of the following factions: ${factions.toString()}`;\n case CodingContractRewardType.CompanyReputation: {\n if (reward.name == null || !Companies[reward.name]) {\n //If no/invalid company was designated, just give rewards to all factions\n reward.type = CodingContractRewardType.FactionReputationAll;\n return this.gainCodingContractReward(reward);\n }\n const repGain = CONSTANTS.CodingContractBaseCompanyRepGain * difficulty;\n Companies[reward.name].playerReputation += repGain;\n return `Gained ${repGain} company reputation for ${reward.name}`;\n }\n case CodingContractRewardType.Money:\n default: {\n const moneyGain = CONSTANTS.CodingContractBaseMoneyGain * difficulty * BitNodeMultipliers.CodingContractMoney;\n this.gainMoney(moneyGain, \"codingcontract\");\n return `Gained ${numeralWrapper.formatMoney(moneyGain)}`;\n }\n }\n /* eslint-enable no-case-declarations */\n}\n\nexport function travel(this: PlayerObject, to: CityName): boolean {\n if (Cities[to] == null) {\n console.warn(`Player.travel() called with invalid city: ${to}`);\n return false;\n }\n this.city = to;\n\n return true;\n}\n\nexport function gotoLocation(this: PlayerObject, to: LocationName): boolean {\n if (Locations[to] == null) {\n console.warn(`Player.gotoLocation() called with invalid location: ${to}`);\n return false;\n }\n this.location = to;\n\n return true;\n}\n\nexport function canAccessGrafting(this: PlayerObject): boolean {\n return this.bitNodeN === 10 || this.sourceFileLvl(10) > 0;\n}\n\nexport function giveExploit(this: PlayerObject, exploit: Exploit): void {\n if (!this.exploits.includes(exploit)) {\n this.exploits.push(exploit);\n SnackbarEvents.emit(\"SF -1 acquired!\", ToastVariant.SUCCESS, 2000);\n }\n}\n\nexport function giveAchievement(this: PlayerObject, achievementId: string): void {\n const achievement = achievements[achievementId];\n if (!achievement) return;\n if (!this.achievements.map((a) => a.ID).includes(achievementId)) {\n this.achievements.push({ ID: achievementId, unlockedOn: new Date().getTime() });\n SnackbarEvents.emit(`Unlocked Achievement: \"${achievement.Name}\"`, ToastVariant.SUCCESS, 2000);\n }\n}\n\nexport function getCasinoWinnings(this: PlayerObject): number {\n return this.moneySourceA.casino;\n}\n\nexport function canAccessCotMG(this: PlayerObject): boolean {\n return this.bitNodeN === 13 || this.sourceFileLvl(13) > 0;\n}\n\nexport function sourceFileLvl(this: PlayerObject, n: number): number {\n const sf = this.sourceFiles.find((sf) => sf.n === n);\n if (!sf) return 0;\n return sf.lvl;\n}\n\nexport function focusPenalty(this: PlayerObject): number {\n let focus = 1;\n if (!this.hasAugmentation(AugmentationNames.NeuroreceptorManager, true)) {\n focus = this.focus ? 1 : CONSTANTS.BaseFocusBonus;\n }\n return focus;\n}\n","import { CONSTANTS } from \"../Constants\";\n\nimport { IHacknetNode } from \"./IHacknetNode\";\n\nimport { BaseServer } from \"../Server/BaseServer\";\nimport { RunningScript } from \"../Script/RunningScript\";\nimport { HacknetServerConstants } from \"./data/Constants\";\nimport {\n calculateHashGainRate,\n calculateLevelUpgradeCost,\n calculateRamUpgradeCost,\n calculateCoreUpgradeCost,\n calculateCacheUpgradeCost,\n} from \"./formulas/HacknetServers\";\n\nimport { createRandomIp } from \"../utils/IPAddress\";\n\nimport { Generic_fromJSON, Generic_toJSON, IReviverValue, Reviver } from \"../utils/JSONReviver\";\nimport { Player } from \"../Player\";\n\ninterface IConstructorParams {\n adminRights?: boolean;\n hostname: string;\n ip?: string;\n isConnectedTo?: boolean;\n maxRam?: number;\n organizationName?: string;\n}\n\n/** Hacknet Servers - Reworked Hacknet Node mechanic for BitNode-9 */\nexport class HacknetServer extends BaseServer implements IHacknetNode {\n // Cache level. Affects hash Capacity\n cache = 1;\n\n // Number of cores. Improves hash production\n cores = 1;\n\n // Number of hashes that can be stored by this Hacknet Server\n hashCapacity = 0;\n\n // Hashes produced per second\n hashRate = 0;\n\n // Similar to Node level. Improves hash production\n level = 1;\n\n // How long this HacknetServer has existed, in seconds\n onlineTimeSeconds = 0;\n\n // Total number of hashes earned by this server\n totalHashesGenerated = 0;\n\n // Flag indicating whether this is a purchased server\n purchasedByPlayer = true;\n\n constructor(params: IConstructorParams = { hostname: \"\", ip: createRandomIp() }) {\n super(params);\n\n this.maxRam = 1;\n this.updateHashCapacity();\n }\n\n calculateCacheUpgradeCost(levels: number): number {\n return calculateCacheUpgradeCost(this.cache, levels);\n }\n\n calculateCoreUpgradeCost(levels: number, costMult: number): number {\n return calculateCoreUpgradeCost(this.cores, levels, costMult);\n }\n\n calculateLevelUpgradeCost(levels: number, costMult: number): number {\n return calculateLevelUpgradeCost(this.level, levels, costMult);\n }\n\n calculateRamUpgradeCost(levels: number, costMult: number): number {\n return calculateRamUpgradeCost(this.maxRam, levels, costMult);\n }\n\n // Process this Hacknet Server in the game loop. Returns the number of hashes generated\n process(numCycles = 1): number {\n const seconds = (numCycles * CONSTANTS.MilliPerCycle) / 1000;\n this.onlineTimeSeconds += seconds;\n\n const hashes = this.hashRate * seconds;\n this.totalHashesGenerated += hashes;\n\n return hashes;\n }\n\n upgradeCache(levels: number): void {\n this.cache = Math.min(HacknetServerConstants.MaxCache, Math.round(this.cache + levels));\n this.updateHashCapacity();\n }\n\n upgradeCore(levels: number, prodMult: number): void {\n this.cores = Math.min(HacknetServerConstants.MaxCores, Math.round(this.cores + levels));\n this.updateHashRate(prodMult);\n this.cpuCores = this.cores;\n }\n\n upgradeLevel(levels: number, prodMult: number): void {\n this.level = Math.min(HacknetServerConstants.MaxLevel, Math.round(this.level + levels));\n this.updateHashRate(prodMult);\n }\n\n upgradeRam(levels: number, prodMult: number): boolean {\n for (let i = 0; i < levels; ++i) {\n this.maxRam *= 2;\n }\n this.maxRam = Math.min(HacknetServerConstants.MaxRam, Math.round(this.maxRam));\n this.updateHashRate(prodMult);\n\n return true;\n }\n\n // Whenever a script is run, we must update this server's hash rate\n runScript(script: RunningScript, prodMult?: number): void {\n super.runScript(script);\n if (prodMult != null && typeof prodMult === \"number\") {\n this.updateHashRate(prodMult);\n }\n }\n\n updateRamUsed(ram: number): void {\n super.updateRamUsed(ram);\n this.updateHashRate(Player.mults.hacknet_node_money);\n }\n\n updateHashCapacity(): void {\n this.hashCapacity = 32 * Math.pow(2, this.cache);\n }\n\n updateHashRate(prodMult: number): void {\n this.hashRate = calculateHashGainRate(this.level, this.ramUsed, this.maxRam, this.cores, prodMult);\n\n if (isNaN(this.hashRate)) {\n this.hashRate = 0;\n console.error(\n `Error calculating Hacknet Server hash production. This is a bug. Please report to game dev`,\n false,\n );\n }\n }\n\n // Serialize the current object to a JSON save state\n toJSON(): IReviverValue {\n return Generic_toJSON(\"HacknetServer\", this);\n }\n\n // Initializes a HacknetServer Object from a JSON save state\n static fromJSON(value: IReviverValue): HacknetServer {\n return Generic_fromJSON(HacknetServer, value.data);\n }\n}\n\nReviver.constructors.HacknetServer = HacknetServer;\n","export const validScriptExtensions: Array = [`.js`, `.script`];\n\nexport function isScriptFilename(f: string): boolean {\n return validScriptExtensions.some((ext) => f.endsWith(ext));\n}\n","import { IOrderBook } from \"./IOrderBook\";\nimport { IStockMarket } from \"./IStockMarket\";\nimport { Order } from \"./Order\";\nimport { processOrders } from \"./OrderProcessing\";\nimport { Stock } from \"./Stock\";\nimport { TicksPerCycle } from \"./StockMarketConstants\";\nimport { InitStockMetadata } from \"./data/InitStockMetadata\";\nimport { OrderTypes } from \"./data/OrderTypes\";\nimport { PositionTypes } from \"./data/PositionTypes\";\nimport { StockSymbols } from \"./data/StockSymbols\";\n\nimport { CONSTANTS } from \"../Constants\";\nimport { numeralWrapper } from \"../ui/numeralFormat\";\n\nimport { dialogBoxCreate } from \"../ui/React/DialogBox\";\nimport { Reviver } from \"../utils/JSONReviver\";\nimport { NetscriptContext } from \"../Netscript/APIWrapper\";\nimport { helpers } from \"../Netscript/NetscriptHelpers\";\n\nexport let StockMarket: IStockMarket = {\n lastUpdate: 0,\n Orders: {},\n storedCycles: 0,\n ticksUntilCycle: 0,\n} as IStockMarket; // Maps full stock name -> Stock object\nexport const SymbolToStockMap: Record = {}; // Maps symbol -> Stock object\n\nexport function placeOrder(\n stock: Stock,\n shares: number,\n price: number,\n type: OrderTypes,\n position: PositionTypes,\n ctx?: NetscriptContext,\n): boolean {\n if (!(stock instanceof Stock)) {\n if (ctx) {\n helpers.log(ctx, () => `Invalid stock: '${stock}'`);\n } else {\n dialogBoxCreate(`ERROR: Invalid stock passed to placeOrder() function`);\n }\n return false;\n }\n if (typeof shares !== \"number\" || typeof price !== \"number\") {\n if (ctx) {\n helpers.log(ctx, () => `Invalid arguments: shares='${shares}' price='${price}'`);\n } else {\n dialogBoxCreate(\"ERROR: Invalid numeric value provided for either 'shares' or 'price' argument\");\n }\n return false;\n }\n\n const order = new Order(stock.symbol, shares, price, type, position);\n if (StockMarket[\"Orders\"] == null) {\n const orders: IOrderBook = {};\n for (const name of Object.keys(StockMarket)) {\n const stk = StockMarket[name];\n if (!(stk instanceof Stock)) {\n continue;\n }\n orders[stk.symbol] = [];\n }\n StockMarket[\"Orders\"] = orders;\n }\n StockMarket[\"Orders\"][stock.symbol].push(order);\n\n // Process to see if it should be executed immediately\n const processOrderRefs = {\n stockMarket: StockMarket,\n symbolToStockMap: SymbolToStockMap,\n };\n processOrders(stock, order.type, order.pos, processOrderRefs);\n\n return true;\n}\n\n// Returns true if successfully cancels an order, false otherwise\nexport interface ICancelOrderParams {\n order?: Order;\n pos?: PositionTypes;\n price?: number;\n shares?: number;\n stock?: Stock;\n type?: OrderTypes;\n}\nexport function cancelOrder(params: ICancelOrderParams, ctx?: NetscriptContext): boolean {\n if (StockMarket[\"Orders\"] == null) return false;\n if (params.order && params.order instanceof Order) {\n const order = params.order;\n // An 'Order' object is passed in\n const stockOrders = StockMarket[\"Orders\"][order.stockSymbol];\n for (let i = 0; i < stockOrders.length; ++i) {\n if (order == stockOrders[i]) {\n stockOrders.splice(i, 1);\n return true;\n }\n }\n return false;\n } else if (\n params.stock &&\n params.shares &&\n params.price &&\n params.type &&\n params.pos &&\n params.stock instanceof Stock\n ) {\n // Order properties are passed in. Need to look for the order\n const stockOrders = StockMarket[\"Orders\"][params.stock.symbol];\n const orderTxt = params.stock.symbol + \" - \" + params.shares + \" @ \" + numeralWrapper.formatMoney(params.price);\n for (let i = 0; i < stockOrders.length; ++i) {\n const order = stockOrders[i];\n if (\n params.shares === order.shares &&\n params.price === order.price &&\n params.type === order.type &&\n params.pos === order.pos\n ) {\n stockOrders.splice(i, 1);\n if (ctx) helpers.log(ctx, () => \"Successfully cancelled order: \" + orderTxt);\n return true;\n }\n }\n if (ctx) helpers.log(ctx, () => \"Failed to cancel order: \" + orderTxt);\n return false;\n }\n return false;\n}\n\nexport function loadStockMarket(saveString: string): void {\n if (saveString === \"\") {\n StockMarket = {\n lastUpdate: 0,\n Orders: {},\n storedCycles: 0,\n ticksUntilCycle: 0,\n } as IStockMarket;\n } else StockMarket = JSON.parse(saveString, Reviver);\n}\n\nexport function deleteStockMarket(): void {\n StockMarket = {\n lastUpdate: 0,\n Orders: {},\n storedCycles: 0,\n ticksUntilCycle: 0,\n } as IStockMarket;\n}\n\nexport function initStockMarket(): void {\n for (const stk of Object.keys(StockMarket)) {\n if (StockMarket.hasOwnProperty(stk)) delete StockMarket[stk];\n }\n\n for (const metadata of InitStockMetadata) {\n const name = metadata.name;\n StockMarket[name] = new Stock(metadata);\n }\n\n const orders: IOrderBook = {};\n for (const name of Object.keys(StockMarket)) {\n const stock = StockMarket[name];\n if (!(stock instanceof Stock)) continue;\n orders[stock.symbol] = [];\n }\n StockMarket[\"Orders\"] = orders;\n\n StockMarket.storedCycles = 0;\n StockMarket.lastUpdate = 0;\n StockMarket.ticksUntilCycle = TicksPerCycle;\n}\n\nexport function initSymbolToStockMap(): void {\n for (const [name, symbol] of Object.entries(StockSymbols)) {\n const stock = StockMarket[name];\n if (stock == null) {\n console.error(`Could not find Stock for ${name}`);\n continue;\n }\n SymbolToStockMap[symbol] = stock;\n }\n}\n\nfunction stockMarketCycle(): void {\n for (const name of Object.keys(StockMarket)) {\n const stock = StockMarket[name];\n if (!(stock instanceof Stock)) continue;\n\n const roll = Math.random();\n if (roll < 0.45) {\n stock.b = !stock.b;\n stock.flipForecastForecast();\n }\n\n StockMarket.ticksUntilCycle = TicksPerCycle;\n }\n}\n\n// Stock prices updated every 6 seconds\nconst msPerStockUpdate = 6e3;\nconst cyclesPerStockUpdate = msPerStockUpdate / CONSTANTS.MilliPerCycle;\nexport function processStockPrices(numCycles = 1): void {\n if (StockMarket.storedCycles == null || isNaN(StockMarket.storedCycles)) {\n StockMarket.storedCycles = 0;\n }\n StockMarket.storedCycles += numCycles;\n\n if (StockMarket.storedCycles < cyclesPerStockUpdate) {\n return;\n }\n\n // We can process the update every 4 seconds as long as there are enough\n // stored cycles. This lets us account for offline time\n const timeNow = new Date().getTime();\n if (timeNow - StockMarket.lastUpdate < 4e3) return;\n\n StockMarket.lastUpdate = timeNow;\n StockMarket.storedCycles -= cyclesPerStockUpdate;\n\n // Cycle\n if (StockMarket.ticksUntilCycle == null || typeof StockMarket.ticksUntilCycle !== \"number\") {\n StockMarket.ticksUntilCycle = TicksPerCycle;\n }\n --StockMarket.ticksUntilCycle;\n if (StockMarket.ticksUntilCycle <= 0) stockMarketCycle();\n\n const v = Math.random();\n for (const name of Object.keys(StockMarket)) {\n const stock = StockMarket[name];\n if (!(stock instanceof Stock)) continue;\n let av = (v * stock.mv) / 100;\n if (isNaN(av)) {\n av = 0.02;\n }\n\n let chc = 50;\n if (stock.b) {\n chc = (chc + stock.otlkMag) / 100;\n } else {\n chc = (chc - stock.otlkMag) / 100;\n }\n if (stock.price >= stock.cap) {\n chc = 0.1; // \"Soft Limit\" on stock price. It could still go up but its unlikely\n stock.b = false;\n }\n if (isNaN(chc)) {\n chc = 0.5;\n }\n\n const c = Math.random();\n const processOrderRefs = {\n stockMarket: StockMarket,\n symbolToStockMap: SymbolToStockMap,\n };\n if (c < chc) {\n stock.changePrice(stock.price * (1 + av));\n processOrders(stock, OrderTypes.LimitBuy, PositionTypes.Short, processOrderRefs);\n processOrders(stock, OrderTypes.LimitSell, PositionTypes.Long, processOrderRefs);\n processOrders(stock, OrderTypes.StopBuy, PositionTypes.Long, processOrderRefs);\n processOrders(stock, OrderTypes.StopSell, PositionTypes.Short, processOrderRefs);\n } else {\n stock.changePrice(stock.price / (1 + av));\n processOrders(stock, OrderTypes.LimitBuy, PositionTypes.Long, processOrderRefs);\n processOrders(stock, OrderTypes.LimitSell, PositionTypes.Short, processOrderRefs);\n processOrders(stock, OrderTypes.StopBuy, PositionTypes.Short, processOrderRefs);\n processOrders(stock, OrderTypes.StopSell, PositionTypes.Long, processOrderRefs);\n }\n\n let otlkMagChange = stock.otlkMag * av;\n if (stock.otlkMag < 5) {\n if (stock.otlkMag <= 1) {\n otlkMagChange = 1;\n } else {\n otlkMagChange *= 10;\n }\n }\n stock.cycleForecast(otlkMagChange);\n stock.cycleForecastForecast(otlkMagChange / 2);\n\n // Shares required for price movement gradually approaches max over time\n stock.shareTxUntilMovement = Math.min(stock.shareTxUntilMovement + 10, stock.shareTxForMovement);\n }\n}\n\nexport function initStockMarketFn(): void {\n initStockMarket();\n initSymbolToStockMap();\n}\n","import { BitNodeMultipliers } from \"./BitNode/BitNodeMultipliers\";\nimport { Person } from \"./PersonObjects/Person\";\nimport { calculateIntelligenceBonus } from \"./PersonObjects/formulas/intelligence\";\nimport { Server } from \"./Server/Server\";\n\n/** Returns the chance the person has to successfully hack a server */\nexport function calculateHackingChance(server: Server, person: Person): number {\n const hackFactor = 1.75;\n const difficultyMult = (100 - server.hackDifficulty) / 100;\n const skillMult = hackFactor * person.skills.hacking;\n const skillChance = (skillMult - server.requiredHackingSkill) / skillMult;\n const chance =\n skillChance *\n difficultyMult *\n person.mults.hacking_chance *\n calculateIntelligenceBonus(person.skills.intelligence, 1);\n if (chance > 1) {\n return 1;\n }\n if (chance < 0) {\n return 0;\n }\n\n return chance;\n}\n\n/**\n * Returns the amount of hacking experience the person will gain upon\n * successfully hacking a server\n */\nexport function calculateHackingExpGain(server: Server, person: Person): number {\n const baseExpGain = 3;\n const diffFactor = 0.3;\n if (server.baseDifficulty == null) {\n server.baseDifficulty = server.hackDifficulty;\n }\n let expGain = baseExpGain;\n expGain += server.baseDifficulty * diffFactor;\n\n return expGain * person.mults.hacking_exp * BitNodeMultipliers.HackExpGain;\n}\n\n/**\n * Returns the percentage of money that will be stolen from a server if\n * it is successfully hacked (returns the decimal form, not the actual percent value)\n */\nexport function calculatePercentMoneyHacked(server: Server, person: Person): number {\n // Adjust if needed for balancing. This is the divisor for the final calculation\n const balanceFactor = 240;\n\n const difficultyMult = (100 - server.hackDifficulty) / 100;\n const skillMult = (person.skills.hacking - (server.requiredHackingSkill - 1)) / person.skills.hacking;\n const percentMoneyHacked =\n (difficultyMult * skillMult * person.mults.hacking_money * BitNodeMultipliers.ScriptHackMoney) / balanceFactor;\n if (percentMoneyHacked < 0) {\n return 0;\n }\n if (percentMoneyHacked > 1) {\n return 1;\n }\n\n return percentMoneyHacked;\n}\n\n/** Returns time it takes to complete a hack on a server, in seconds */\nexport function calculateHackingTime(server: Server, person: Person): number {\n const difficultyMult = server.requiredHackingSkill * server.hackDifficulty;\n\n const baseDiff = 500;\n const baseSkill = 50;\n const diffFactor = 2.5;\n let skillFactor = diffFactor * difficultyMult + baseDiff;\n // tslint:disable-next-line\n skillFactor /= person.skills.hacking + baseSkill;\n\n const hackTimeMultiplier = 5;\n const hackingTime =\n (hackTimeMultiplier * skillFactor) /\n (person.mults.hacking_speed * calculateIntelligenceBonus(person.skills.intelligence, 1));\n\n return hackingTime;\n}\n\n/** Returns time it takes to complete a grow operation on a server, in seconds */\nexport function calculateGrowTime(server: Server, person: Person): number {\n const growTimeMultiplier = 3.2; // Relative to hacking time. 16/5 = 3.2\n\n return growTimeMultiplier * calculateHackingTime(server, person);\n}\n\n/** Returns time it takes to complete a weaken operation on a server, in seconds */\nexport function calculateWeakenTime(server: Server, person: Person): number {\n const weakenTimeMultiplier = 4; // Relative to hacking time\n\n return weakenTimeMultiplier * calculateHackingTime(server, person);\n}\n","import { StaticAugmentations } from \"../Augmentation/StaticAugmentations\";\nimport { Augmentation } from \"../Augmentation/Augmentation\";\nimport { PlayerOwnedAugmentation } from \"../Augmentation/PlayerOwnedAugmentation\";\nimport { AugmentationNames } from \"../Augmentation/data/AugmentationNames\";\nimport { BitNodeMultipliers } from \"../BitNode/BitNodeMultipliers\";\n\nimport { Faction } from \"./Faction\";\nimport { Factions } from \"./Factions\";\nimport { Player } from \"../Player\";\nimport { Settings } from \"../Settings/Settings\";\nimport {\n getHackingWorkRepGain,\n getFactionSecurityWorkRepGain,\n getFactionFieldWorkRepGain,\n} from \"../PersonObjects/formulas/reputation\";\n\nimport { dialogBoxCreate } from \"../ui/React/DialogBox\";\nimport { InvitationEvent } from \"./ui/InvitationModal\";\nimport { FactionNames } from \"./data/FactionNames\";\nimport { SFC32RNG } from \"../Casino/RNG\";\nimport { isFactionWork } from \"../Work/FactionWork\";\n\nexport function inviteToFaction(faction: Faction): void {\n Player.receiveInvite(faction.name);\n faction.alreadyInvited = true;\n if (!Settings.SuppressFactionInvites) {\n InvitationEvent.emit(faction);\n }\n}\n\nexport function joinFaction(faction: Faction): void {\n if (faction.isMember) return;\n faction.isMember = true;\n Player.factions.push(faction.name);\n const allFactions = Object.values(FactionNames).map((faction) => faction as string);\n Player.factions.sort((a, b) => allFactions.indexOf(a) - allFactions.indexOf(b));\n const factionInfo = faction.getInfo();\n\n //Determine what factions you are banned from now that you have joined this faction\n for (const enemy of factionInfo.enemies) {\n if (Factions[enemy]) Factions[enemy].isBanned = true;\n }\n for (let i = 0; i < Player.factionInvitations.length; ++i) {\n if (Player.factionInvitations[i] == faction.name || Factions[Player.factionInvitations[i]].isBanned) {\n Player.factionInvitations.splice(i, 1);\n i--;\n }\n }\n}\n\n//Returns a boolean indicating whether the player has the prerequisites for the\n//specified Augmentation\nexport function hasAugmentationPrereqs(aug: Augmentation): boolean {\n return aug.prereqs.every((aug) => Player.hasAugmentation(aug));\n}\n\nexport function purchaseAugmentation(aug: Augmentation, fac: Faction, sing = false): string {\n const hasPrereqs = hasAugmentationPrereqs(aug);\n const augCosts = aug.getCost();\n if (!hasPrereqs) {\n const txt = `You must first purchase or install ${aug.prereqs\n .filter((req) => !Player.hasAugmentation(req))\n .join(\",\")} before you can purchase this one.`;\n if (sing) {\n return txt;\n } else {\n dialogBoxCreate(txt);\n }\n } else if (augCosts.moneyCost !== 0 && Player.money < augCosts.moneyCost) {\n const txt = \"You don't have enough money to purchase \" + aug.name;\n if (sing) {\n return txt;\n }\n dialogBoxCreate(txt);\n } else if (fac.playerReputation < augCosts.repCost) {\n const txt = \"You don't have enough faction reputation to purchase \" + aug.name;\n if (sing) {\n return txt;\n }\n dialogBoxCreate(txt);\n } else if (augCosts.moneyCost === 0 || Player.money >= augCosts.moneyCost) {\n const queuedAugmentation = new PlayerOwnedAugmentation(aug.name);\n if (aug.name == AugmentationNames.NeuroFluxGovernor) {\n queuedAugmentation.level = aug.getLevel();\n }\n Player.queuedAugmentations.push(queuedAugmentation);\n\n Player.loseMoney(augCosts.moneyCost, \"augmentations\");\n\n if (sing) {\n return \"You purchased \" + aug.name;\n } else if (!Settings.SuppressBuyAugmentationConfirmation) {\n dialogBoxCreate(\n `You purchased ${aug.name}. Its enhancements will not take effect until they are installed.` +\n \"To install your augmentations, go to the 'Augmentations' tab on the left-hand navigation menu.\" +\n \"Purchasing additional augmentations will now be more expensive.\",\n );\n }\n } else {\n dialogBoxCreate(\n \"Hmm, something went wrong when trying to purchase an Augmentation. \" +\n \"Please report this to the game developer with an explanation of how to \" +\n \"reproduce this.\",\n );\n }\n return \"\";\n}\n\nexport function processPassiveFactionRepGain(numCycles: number): void {\n for (const name of Object.keys(Factions)) {\n if (isFactionWork(Player.currentWork) && name === Player.currentWork.factionName) continue;\n if (!Factions.hasOwnProperty(name)) continue;\n const faction = Factions[name];\n if (!faction.isMember) continue;\n // No passive rep for special factions\n const info = faction.getInfo();\n if (!info.offersWork()) continue;\n // No passive rep for gangs.\n if (Player.getGangName() === name) continue;\n // 0 favor = 1%/s\n // 50 favor = 6%/s\n // 100 favor = 11%/s\n const favorMult = Math.min(0.1, faction.favor / 1000 + 0.01);\n // Find the best of all possible favor gain, minimum 1 rep / 2 minute.\n const hRep = getHackingWorkRepGain(Player, faction.favor);\n const sRep = getFactionSecurityWorkRepGain(Player, faction.favor);\n const fRep = getFactionFieldWorkRepGain(Player, faction.favor);\n const rate = Math.max(hRep * favorMult, sRep * favorMult, fRep * favorMult, 1 / 120);\n\n faction.playerReputation += rate * numCycles * Player.mults.faction_rep * BitNodeMultipliers.FactionPassiveRepGain;\n }\n}\n\nexport const getFactionAugmentationsFiltered = (faction: Faction): string[] => {\n // If player has a gang with this faction, return (almost) all augmentations\n if (Player.hasGangWith(faction.name)) {\n let augs = Object.values(StaticAugmentations);\n\n // Remove special augs\n augs = augs.filter((a) => !a.isSpecial && a.name !== AugmentationNames.CongruityImplant);\n\n if (Player.bitNodeN === 2) {\n // TRP is not available outside of BN2 for Gangs\n augs.push(StaticAugmentations[AugmentationNames.TheRedPill]);\n }\n\n const rng = SFC32RNG(`BN${Player.bitNodeN}.${Player.sourceFileLvl(Player.bitNodeN)}`);\n // Remove faction-unique augs that don't belong to this faction\n const uniqueFilter = (a: Augmentation): boolean => {\n // Keep all the non-unique one\n if (a.factions.length > 1) {\n return true;\n }\n // Keep all the ones that this faction has anyway.\n if (faction.augmentations.includes(a.name)) {\n return true;\n }\n\n return rng() >= 1 - BitNodeMultipliers.GangUniqueAugs;\n };\n augs = augs.filter(uniqueFilter);\n\n return augs.map((a) => a.name);\n }\n\n return faction.augmentations.slice();\n};\n","import { loadAliases, loadGlobalAliases, Aliases, GlobalAliases } from \"./Alias\";\nimport { Companies, loadCompanies } from \"./Company/Companies\";\nimport { CONSTANTS } from \"./Constants\";\nimport { Factions, loadFactions } from \"./Faction/Factions\";\nimport { loadAllGangs, AllGangs } from \"./Gang/AllGangs\";\nimport { Player, loadPlayer } from \"./Player\";\nimport {\n saveAllServers,\n loadAllServers,\n GetAllServers,\n createUniqueRandomIp,\n AddToAllServers,\n GetServer,\n} from \"./Server/AllServers\";\nimport { Settings } from \"./Settings/Settings\";\nimport { loadStockMarket, StockMarket } from \"./StockMarket/StockMarket\";\nimport { staneksGift, loadStaneksGift } from \"./CotMG/Helper\";\n\nimport { SnackbarEvents, ToastVariant } from \"./ui/React/Snackbar\";\n\nimport * as ExportBonus from \"./ExportBonus\";\n\nimport { dialogBoxCreate } from \"./ui/React/DialogBox\";\nimport { Reviver, Generic_toJSON, Generic_fromJSON, IReviverValue } from \"./utils/JSONReviver\";\nimport { save } from \"./db\";\nimport { AwardNFG, v1APIBreak } from \"./utils/v1APIBreak\";\nimport { AugmentationNames } from \"./Augmentation/data/AugmentationNames\";\nimport { PlayerOwnedAugmentation } from \"./Augmentation/PlayerOwnedAugmentation\";\nimport { LocationName } from \"./Locations/data/LocationNames\";\nimport { PlayerObject } from \"./PersonObjects/Player/PlayerObject\";\nimport { pushGameSaved } from \"./Electron\";\nimport { defaultMonacoTheme } from \"./ScriptEditor/ui/themes\";\nimport { FactionNames } from \"./Faction/data/FactionNames\";\nimport { Faction } from \"./Faction/Faction\";\nimport { safelyCreateUniqueServer } from \"./Server/ServerHelpers\";\nimport { SpecialServers } from \"./Server/data/SpecialServers\";\nimport { v2APIBreak } from \"./utils/v2APIBreak\";\n\n/* SaveObject.js\n * Defines the object used to save/load games\n */\n\nexport interface SaveData {\n playerIdentifier: string;\n fileName: string;\n save: string;\n savedOn: number;\n}\n\nexport interface ImportData {\n base64: string;\n playerData?: ImportPlayerData;\n}\n\nexport interface ImportPlayerData {\n identifier: string;\n lastSave: number;\n totalPlaytime: number;\n\n money: number;\n hacking: number;\n\n augmentations: number;\n factions: number;\n achievements: number;\n\n bitNode: number;\n bitNodeLevel: number;\n sourceFiles: number;\n}\n\nclass BitburnerSaveObject {\n PlayerSave = \"\";\n AllServersSave = \"\";\n CompaniesSave = \"\";\n FactionsSave = \"\";\n AliasesSave = \"\";\n GlobalAliasesSave = \"\";\n StockMarketSave = \"\";\n SettingsSave = \"\";\n VersionSave = \"\";\n AllGangsSave = \"\";\n LastExportBonus = \"\";\n StaneksGiftSave = \"\";\n\n getSaveString(excludeRunningScripts = false): string {\n this.PlayerSave = JSON.stringify(Player);\n\n this.AllServersSave = saveAllServers(excludeRunningScripts);\n this.CompaniesSave = JSON.stringify(Companies);\n this.FactionsSave = JSON.stringify(Factions);\n this.AliasesSave = JSON.stringify(Aliases);\n this.GlobalAliasesSave = JSON.stringify(GlobalAliases);\n this.StockMarketSave = JSON.stringify(StockMarket);\n this.SettingsSave = JSON.stringify(Settings);\n this.VersionSave = JSON.stringify(CONSTANTS.VersionNumber);\n this.LastExportBonus = JSON.stringify(ExportBonus.LastExportBonus);\n this.StaneksGiftSave = JSON.stringify(staneksGift);\n\n if (Player.gang) this.AllGangsSave = JSON.stringify(AllGangs);\n\n const saveString = btoa(unescape(encodeURIComponent(JSON.stringify(this))));\n\n return saveString;\n }\n\n saveGame(emitToastEvent = true): Promise {\n const savedOn = new Date().getTime();\n Player.lastSave = savedOn;\n const saveString = this.getSaveString(Settings.ExcludeRunningScriptsFromSave);\n return new Promise((resolve, reject) => {\n save(saveString)\n .then(() => {\n const saveData: SaveData = {\n playerIdentifier: Player.identifier,\n fileName: this.getSaveFileName(),\n save: saveString,\n savedOn,\n };\n pushGameSaved(saveData);\n\n if (emitToastEvent) {\n SnackbarEvents.emit(\"Game Saved!\", ToastVariant.INFO, 2000);\n }\n return resolve();\n })\n .catch((err) => {\n console.error(err);\n return reject();\n });\n });\n }\n\n getSaveFileName(isRecovery = false): string {\n // Save file name is based on current timestamp and BitNode\n const epochTime = Math.round(Date.now() / 1000);\n const bn = Player.bitNodeN;\n let filename = `bitburnerSave_${epochTime}_BN${bn}x${Player.sourceFileLvl(bn) + 1}.json`;\n if (isRecovery) filename = \"RECOVERY\" + filename;\n return filename;\n }\n\n exportGame(): void {\n const saveString = this.getSaveString(Settings.ExcludeRunningScriptsFromSave);\n const filename = this.getSaveFileName();\n download(filename, saveString);\n }\n\n importGame(base64Save: string, reload = true): Promise {\n if (!base64Save || base64Save === \"\") throw new Error(\"Invalid import string\");\n return save(base64Save).then(() => {\n if (reload) setTimeout(() => location.reload(), 1000);\n return Promise.resolve();\n });\n }\n\n getImportStringFromFile(files: FileList | null): Promise {\n if (files === null) return Promise.reject(new Error(\"No file selected\"));\n const file = files[0];\n if (!file) return Promise.reject(new Error(\"Invalid file selected\"));\n\n const reader = new FileReader();\n const promise: Promise = new Promise((resolve, reject) => {\n reader.onload = function (this: FileReader, e: ProgressEvent) {\n const target = e.target;\n if (target === null) {\n return reject(new Error(\"Error importing file\"));\n }\n const result = target.result;\n if (typeof result !== \"string\") {\n return reject(new Error(\"FileReader event was not type string\"));\n }\n const contents = result;\n resolve(contents);\n };\n });\n reader.readAsText(file);\n return promise;\n }\n\n async getImportDataFromString(base64Save: string): Promise {\n if (!base64Save || base64Save === \"\") throw new Error(\"Invalid import string\");\n\n let newSave;\n try {\n newSave = window.atob(base64Save);\n newSave = newSave.trim();\n } catch (error) {\n console.error(error); // We'll handle below\n }\n\n if (!newSave || newSave === \"\") {\n return Promise.reject(new Error(\"Save game had not content or was not base64 encoded\"));\n }\n\n let parsedSave;\n try {\n parsedSave = JSON.parse(newSave);\n } catch (error) {\n console.error(error); // We'll handle below\n }\n\n if (!parsedSave || parsedSave.ctor !== \"BitburnerSaveObject\" || !parsedSave.data) {\n return Promise.reject(new Error(\"Save game did not seem valid\"));\n }\n\n const data: ImportData = {\n base64: base64Save,\n };\n\n const importedPlayer = PlayerObject.fromJSON(JSON.parse(parsedSave.data.PlayerSave));\n\n const playerData: ImportPlayerData = {\n identifier: importedPlayer.identifier,\n lastSave: importedPlayer.lastSave,\n totalPlaytime: importedPlayer.totalPlaytime,\n\n money: importedPlayer.money,\n hacking: importedPlayer.skills.hacking,\n\n augmentations: importedPlayer.augmentations?.reduce((total, current) => (total += current.level), 0) ?? 0,\n factions: importedPlayer.factions?.length ?? 0,\n achievements: importedPlayer.achievements?.length ?? 0,\n\n bitNode: importedPlayer.bitNodeN,\n bitNodeLevel: importedPlayer.sourceFileLvl(Player.bitNodeN) + 1,\n sourceFiles: importedPlayer.sourceFiles?.reduce((total, current) => (total += current.lvl), 0) ?? 0,\n };\n\n data.playerData = playerData;\n return Promise.resolve(data);\n }\n\n toJSON(): IReviverValue {\n return Generic_toJSON(\"BitburnerSaveObject\", this);\n }\n\n static fromJSON(value: IReviverValue): BitburnerSaveObject {\n return Generic_fromJSON(BitburnerSaveObject, value.data);\n }\n}\n\n// Makes necessary changes to the loaded/imported data to ensure\n// the game stills works with new versions\nfunction evaluateVersionCompatibility(ver: string | number): void {\n // We have to do this because ts won't let us otherwise\n const anyPlayer = Player as any;\n if (typeof ver === \"string\") {\n // This version refactored the Company/job-related code\n if (ver <= \"0.41.2\") {\n // Player's company position is now a string\n if (anyPlayer.companyPosition != null && typeof anyPlayer.companyPosition !== \"string\") {\n anyPlayer.companyPosition = anyPlayer.companyPosition.data.positionName;\n if (anyPlayer.companyPosition == null) {\n anyPlayer.companyPosition = \"\";\n }\n }\n\n // The \"companyName\" property of all Companies is renamed to \"name\"\n interface Company0_41_2 {\n name: string | number;\n companyName: string;\n companyPositions: Record;\n }\n for (const companyName of Object.keys(Companies)) {\n const company = Companies[companyName] as unknown as Company0_41_2;\n if (company.name == 0 && company.companyName != null) {\n company.name = company.companyName;\n }\n\n if (company.companyPositions instanceof Array) {\n const pos: Record = {};\n\n for (let i = 0; i < company.companyPositions.length; ++i) {\n pos[company.companyPositions[i]] = true;\n }\n company.companyPositions = pos;\n }\n }\n }\n\n // This version allowed players to hold multiple jobs\n if (ver < \"0.43.0\") {\n if (anyPlayer.companyName !== \"\" && anyPlayer.companyPosition != null && anyPlayer.companyPosition !== \"\") {\n anyPlayer.jobs[anyPlayer.companyName] = anyPlayer.companyPosition;\n }\n\n delete anyPlayer.companyPosition;\n }\n if (ver < \"0.56.0\") {\n for (const q of anyPlayer.queuedAugmentations) {\n if (q.name === \"Graphene BranchiBlades Upgrade\") {\n q.name = \"Graphene BrachiBlades Upgrade\";\n }\n }\n for (const q of anyPlayer.augmentations) {\n if (q.name === \"Graphene BranchiBlades Upgrade\") {\n q.name = \"Graphene BrachiBlades Upgrade\";\n }\n }\n }\n if (ver < \"0.56.1\") {\n if (anyPlayer.bladeburner === 0) {\n anyPlayer.bladeburner = null;\n }\n if (anyPlayer.gang === 0) {\n anyPlayer.gang = null;\n }\n if (anyPlayer.corporation === 0) {\n anyPlayer.corporation = null;\n }\n // convert all Messages to just filename to save space.\n const home = anyPlayer.getHomeComputer();\n for (let i = 0; i < home.messages.length; i++) {\n if (home.messages[i].filename) {\n home.messages[i] = home.messages[i].filename;\n }\n }\n }\n if (ver < \"0.58.0\") {\n const changes: [RegExp, string][] = [\n [/getStockSymbols/g, \"stock.getSymbols\"],\n [/getStockPrice/g, \"stock.getPrice\"],\n [/getStockAskPrice/g, \"stock.getAskPrice\"],\n [/getStockBidPrice/g, \"stock.getBidPrice\"],\n [/getStockPosition/g, \"stock.getPosition\"],\n [/getStockMaxShares/g, \"stock.getMaxShares\"],\n [/getStockPurchaseCost/g, \"stock.getPurchaseCost\"],\n [/getStockSaleGain/g, \"stock.getSaleGain\"],\n [/buyStock/g, \"stock.buy\"],\n [/sellStock/g, \"stock.sell\"],\n [/shortStock/g, \"stock.short\"],\n [/sellShort/g, \"stock.sellShort\"],\n [/placeOrder/g, \"stock.placeOrder\"],\n [/cancelOrder/g, \"stock.cancelOrder\"],\n [/getOrders/g, \"stock.getOrders\"],\n [/getStockVolatility/g, \"stock.getVolatility\"],\n [/getStockForecast/g, \"stock.getForecast\"],\n [/purchase4SMarketData/g, \"stock.purchase4SMarketData\"],\n [/purchase4SMarketDataTixApi/g, \"stock.purchase4SMarketDataTixApi\"],\n ];\n function convert(code: string): string {\n for (const change of changes) {\n code = code.replace(change[0], change[1]);\n }\n return code;\n }\n for (const server of GetAllServers()) {\n for (const script of server.scripts) {\n script.code = convert(script.code);\n }\n }\n }\n v1APIBreak();\n ver = 1;\n }\n if (typeof ver === \"number\") {\n if (ver < 2) {\n AwardNFG(10);\n Player.reapplyAllAugmentations(true);\n Player.reapplyAllSourceFiles();\n }\n if (ver < 3) {\n anyPlayer.money = parseFloat(anyPlayer.money);\n if (anyPlayer.corporation) {\n anyPlayer.corporation.funds = parseFloat(anyPlayer.corporation.funds);\n anyPlayer.corporation.revenue = parseFloat(anyPlayer.corporation.revenue);\n anyPlayer.corporation.expenses = parseFloat(anyPlayer.corporation.expenses);\n\n for (let i = 0; i < anyPlayer.corporation.divisions.length; ++i) {\n const ind = anyPlayer.corporation.divisions[i];\n ind.lastCycleRevenue = parseFloat(ind.lastCycleRevenue);\n ind.lastCycleExpenses = parseFloat(ind.lastCycleExpenses);\n ind.thisCycleRevenue = parseFloat(ind.thisCycleRevenue);\n ind.thisCycleExpenses = parseFloat(ind.thisCycleExpenses);\n }\n }\n }\n if (ver < 9) {\n if (StockMarket.hasOwnProperty(\"Joes Guns\")) {\n const s = StockMarket[\"Joes Guns\"];\n delete StockMarket[\"Joes Guns\"];\n StockMarket[LocationName.Sector12JoesGuns] = s;\n }\n }\n if (ver < 10) {\n // Augmentation name was changed in 0.56.0 but sleeves aug list was missed.\n if (anyPlayer.sleeves && anyPlayer.sleeves.length > 0) {\n for (const sleeve of anyPlayer.sleeves) {\n if (!sleeve.augmentations || sleeve.augmentations.length === 0) continue;\n for (const augmentation of sleeve.augmentations) {\n if (augmentation.name !== \"Graphene BranchiBlades Upgrade\") continue;\n augmentation.name = \"Graphene BrachiBlades Upgrade\";\n }\n }\n }\n }\n if (ver < 12) {\n if (anyPlayer.resleeves !== undefined) {\n delete anyPlayer.resleeves;\n }\n }\n\n if (ver < 15) {\n Settings.EditorTheme = { ...defaultMonacoTheme };\n }\n //Fix contract names\n if (ver < 16) {\n Factions[FactionNames.ShadowsOfAnarchy] = new Faction(FactionNames.ShadowsOfAnarchy);\n //Iterate over all contracts on all servers\n for (const server of GetAllServers()) {\n for (const contract of server.contracts) {\n //Rename old \"HammingCodes: Integer to encoded Binary\" contracts\n //to \"HammingCodes: Integer to Encoded Binary\"\n if (contract.type == \"HammingCodes: Integer to encoded Binary\") {\n contract.type = \"HammingCodes: Integer to Encoded Binary\";\n }\n }\n }\n }\n\n const v22PlayerBreak = () => {\n // reset HP correctly to avoid crash\n anyPlayer.hp = { current: 1, max: 1 };\n for (const sleeve of anyPlayer.sleeves) {\n sleeve.hp = { current: 1, max: 1 };\n }\n\n // transfer over old exp to new struct\n anyPlayer.exp.hacking = anyPlayer.hacking_exp;\n anyPlayer.exp.strength = anyPlayer.strength_exp;\n anyPlayer.exp.defense = anyPlayer.defense_exp;\n anyPlayer.exp.dexterity = anyPlayer.dexterity_exp;\n anyPlayer.exp.agility = anyPlayer.agility_exp;\n anyPlayer.exp.charisma = anyPlayer.charisma_exp;\n anyPlayer.exp.intelligence = anyPlayer.intelligence_exp;\n };\n\n // Fix bugged NFG accumulation in owned augmentations\n if (ver < 17) {\n let ownedNFGs = [...Player.augmentations];\n ownedNFGs = ownedNFGs.filter((aug) => aug.name === AugmentationNames.NeuroFluxGovernor);\n const newNFG = new PlayerOwnedAugmentation(AugmentationNames.NeuroFluxGovernor);\n newNFG.level = 0;\n\n for (const nfg of ownedNFGs) {\n newNFG.level += nfg.level;\n }\n\n Player.augmentations = [\n ...Player.augmentations.filter((aug) => aug.name !== AugmentationNames.NeuroFluxGovernor),\n newNFG,\n ];\n\n v22PlayerBreak();\n Player.reapplyAllAugmentations(true);\n Player.reapplyAllSourceFiles();\n }\n\n if (ver < 20) {\n // Create the darkweb for everyone but it won't be linked\n const dw = GetServer(SpecialServers.DarkWeb);\n if (!dw) {\n const darkweb = safelyCreateUniqueServer({\n ip: createUniqueRandomIp(),\n hostname: SpecialServers.DarkWeb,\n organizationName: \"\",\n isConnectedTo: false,\n adminRights: false,\n purchasedByPlayer: false,\n maxRam: 1,\n });\n AddToAllServers(darkweb);\n }\n }\n if (ver < 21) {\n // 2.0.0 work rework\n AwardNFG(10);\n const create = anyPlayer[\"createProgramName\"];\n if (create) Player.getHomeComputer().pushProgram(create);\n const graft = anyPlayer[\"graftAugmentationName\"];\n if (graft) Player.augmentations.push({ name: graft, level: 1 });\n }\n if (ver < 22) {\n v22PlayerBreak();\n v2APIBreak();\n }\n if (ver < 23) {\n anyPlayer.currentWork = null;\n }\n if (ver < 24) {\n Player.getHomeComputer().scripts.forEach((s) => s.filename.endsWith(\".ns\") && (s.filename += \".js\"));\n }\n if (ver < 25) {\n const removePlayerFields = [\n \"hacking_chance_mult\",\n \"hacking_speed_mult\",\n \"hacking_money_mult\",\n \"hacking_grow_mult\",\n \"hacking_mult\",\n \"strength_mult\",\n \"defense_mult\",\n \"dexterity_mult\",\n \"agility_mult\",\n \"charisma_mult\",\n \"hacking_exp_mult\",\n \"strength_exp_mult\",\n \"defense_exp_mult\",\n \"dexterity_exp_mult\",\n \"agility_exp_mult\",\n \"charisma_exp_mult\",\n \"company_rep_mult\",\n \"faction_rep_mult\",\n \"crime_money_mult\",\n \"crime_success_mult\",\n \"work_money_mult\",\n \"hacknet_node_money_mult\",\n \"hacknet_node_purchase_cost_mult\",\n \"hacknet_node_ram_cost_mult\",\n \"hacknet_node_core_cost_mult\",\n \"hacknet_node_level_cost_mult\",\n \"bladeburner_max_stamina_mult\",\n \"bladeburner_stamina_gain_mult\",\n \"bladeburner_analysis_mult\",\n \"bladeburner_success_chance_mult\",\n \"hacking_exp\",\n \"strength_exp\",\n \"defense_exp\",\n \"dexterity_exp\",\n \"agility_exp\",\n \"charisma_exp\",\n \"intelligence_exp\",\n \"companyName\",\n \"isWorking\",\n \"workType\",\n \"workCostMult\",\n \"workExpMult\",\n \"currentWorkFactionName\",\n \"currentWorkFactionDescription\",\n \"workHackExpGainRate\",\n \"workStrExpGainRate\",\n \"workDefExpGainRate\",\n \"workDexExpGainRate\",\n \"workAgiExpGainRate\",\n \"workChaExpGainRate\",\n \"workRepGainRate\",\n \"workMoneyGainRate\",\n \"workMoneyLossRate\",\n \"workHackExpGained\",\n \"workStrExpGained\",\n \"workDefExpGained\",\n \"workDexExpGained\",\n \"workAgiExpGained\",\n \"workChaExpGained\",\n \"workRepGained\",\n \"workMoneyGained\",\n \"createProgramName\",\n \"createProgramReqLvl\",\n \"graftAugmentationName\",\n \"timeWorkedGraftAugmentation\",\n \"className\",\n \"crimeType\",\n \"timeWorked\",\n \"timeWorkedCreateProgram\",\n \"timeNeededToCompleteWork\",\n \"factionWorkType\",\n \"committingCrimeThruSingFn\",\n \"singFnCrimeWorkerScript\",\n \"hacking\",\n \"max_hp\",\n \"strength\",\n \"defense\",\n \"dexterity\",\n \"agility\",\n \"charisma\",\n \"intelligence\",\n ];\n const removeSleeveFields = [\n \"gymStatType\",\n \"bbAction\",\n \"bbContract\",\n \"hacking\",\n \"strength\",\n \"defense\",\n \"dexterity\",\n \"agility\",\n \"charisma\",\n \"intelligence\",\n \"max_hp\",\n \"hacking_exp\",\n \"strength_exp\",\n \"defense_exp\",\n \"dexterity_exp\",\n \"agility_exp\",\n \"charisma_exp\",\n \"intelligence_exp\",\n \"hacking_mult\",\n \"strength_mult\",\n \"defense_mult\",\n \"dexterity_mult\",\n \"agility_mult\",\n \"charisma_mult\",\n \"hacking_exp_mult\",\n \"strength_exp_mult\",\n \"defense_exp_mult\",\n \"dexterity_exp_mult\",\n \"agility_exp_mult\",\n \"charisma_exp_mult\",\n \"hacking_chance_mult\",\n \"hacking_speed_mult\",\n \"hacking_money_mult\",\n \"hacking_grow_mult\",\n \"company_rep_mult\",\n \"faction_rep_mult\",\n \"crime_money_mult\",\n \"crime_success_mult\",\n \"work_money_mult\",\n \"hacknet_node_money_mult\",\n \"hacknet_node_purchase_cost_mult\",\n \"hacknet_node_ram_cost_mult\",\n \"hacknet_node_core_cost_mult\",\n \"hacknet_node_level_cost_mult\",\n \"bladeburner_max_stamina_mult\",\n \"bladeburner_stamina_gain_mult\",\n \"bladeburner_analysis_mult\",\n \"bladeburner_success_chance_mult\",\n \"className\",\n \"crimeType\",\n \"currentTask\",\n \"currentTaskLocation\",\n \"currentTaskMaxTime\",\n \"currentTaskTime\",\n \"earningsForSleeves\",\n \"earningsForPlayer\",\n \"earningsForTask\",\n \"factionWorkType\",\n \"gainRatesForTask\",\n \"logs\",\n ];\n let intExp = Number(anyPlayer.intelligence_exp);\n if (isNaN(intExp)) intExp = 0;\n anyPlayer.exp.intelligence += intExp;\n for (const field of removePlayerFields) {\n delete anyPlayer[field];\n }\n for (const sleeve of anyPlayer.sleeves) {\n const anySleeve = sleeve as any;\n let intExp = Number(anySleeve.intelligence_exp);\n if (isNaN(intExp)) intExp = 0;\n anySleeve.exp.intelligence += intExp;\n for (const field of removeSleeveFields) {\n delete sleeve[field];\n }\n }\n }\n }\n}\n\nfunction loadGame(saveString: string): boolean {\n createScamUpdateText();\n if (!saveString) return false;\n saveString = decodeURIComponent(escape(atob(saveString)));\n\n const saveObj = JSON.parse(saveString, Reviver);\n\n loadPlayer(saveObj.PlayerSave);\n loadAllServers(saveObj.AllServersSave);\n loadCompanies(saveObj.CompaniesSave);\n loadFactions(saveObj.FactionsSave);\n\n if (saveObj.hasOwnProperty(\"StaneksGiftSave\")) {\n loadStaneksGift(saveObj.StaneksGiftSave);\n } else {\n console.warn(`Could not load Staneks Gift from save`);\n loadStaneksGift(\"\");\n }\n if (saveObj.hasOwnProperty(\"AliasesSave\")) {\n try {\n loadAliases(saveObj.AliasesSave);\n } catch (e) {\n console.warn(`Could not load Aliases from save`);\n loadAliases(\"\");\n }\n } else {\n console.warn(`Save file did not contain an Aliases property`);\n loadAliases(\"\");\n }\n if (saveObj.hasOwnProperty(\"GlobalAliasesSave\")) {\n try {\n loadGlobalAliases(saveObj.GlobalAliasesSave);\n } catch (e) {\n console.warn(`Could not load GlobalAliases from save`);\n loadGlobalAliases(\"\");\n }\n } else {\n console.warn(`Save file did not contain a GlobalAliases property`);\n loadGlobalAliases(\"\");\n }\n if (saveObj.hasOwnProperty(\"StockMarketSave\")) {\n try {\n loadStockMarket(saveObj.StockMarketSave);\n } catch (e) {\n loadStockMarket(\"\");\n }\n } else {\n loadStockMarket(\"\");\n }\n if (saveObj.hasOwnProperty(\"SettingsSave\")) {\n try {\n // Try to set saved settings.\n Settings.load(saveObj.SettingsSave);\n } catch (e) {}\n }\n if (saveObj.hasOwnProperty(\"LastExportBonus\")) {\n try {\n ExportBonus.setLastExportBonus(JSON.parse(saveObj.LastExportBonus));\n } catch (err) {\n ExportBonus.setLastExportBonus(new Date().getTime());\n console.error(\"ERROR: Failed to parse last export bonus Settings \" + err);\n }\n }\n if (Player.gang && saveObj.hasOwnProperty(\"AllGangsSave\")) {\n try {\n loadAllGangs(saveObj.AllGangsSave);\n } catch (e) {\n console.error(\"ERROR: Failed to parse AllGangsSave: \" + e);\n }\n }\n if (saveObj.hasOwnProperty(\"VersionSave\")) {\n try {\n const ver = JSON.parse(saveObj.VersionSave, Reviver);\n evaluateVersionCompatibility(ver);\n if (window.location.href.toLowerCase().includes(\"bitburner-beta\")) {\n // Beta branch, always show changes\n createBetaUpdateText();\n } else if (ver !== CONSTANTS.VersionNumber) {\n createNewUpdateText();\n }\n } catch (e) {\n createNewUpdateText();\n }\n } else {\n createNewUpdateText();\n }\n return true;\n}\n\nfunction createScamUpdateText(): void {\n if (navigator.userAgent.indexOf(\"wv\") !== -1 && navigator.userAgent.indexOf(\"Chrome/\") !== -1) {\n setInterval(() => {\n dialogBoxCreate(\"SCAM ALERT. This app is not official and you should uninstall it.\");\n }, 1000);\n }\n}\n\nfunction createNewUpdateText(): void {\n setTimeout(\n () =>\n dialogBoxCreate(\n \"New update!\\n\" +\n \"Please report any bugs/issues through the GitHub repository \" +\n \"or the Bitburner subreddit (reddit.com/r/bitburner).\\n\\n\" +\n CONSTANTS.LatestUpdate,\n ),\n 1000,\n );\n}\n\nfunction createBetaUpdateText(): void {\n dialogBoxCreate(\n \"You are playing on the beta environment! This branch of the game \" +\n \"features the latest developments in the game. This version may be unstable.\\n\" +\n \"Please report any bugs/issues through the github repository (https://github.com/danielyxie/bitburner/issues) \" +\n \"or the Bitburner subreddit (reddit.com/r/bitburner).\\n\\n\" +\n CONSTANTS.LatestUpdate,\n );\n}\n\nfunction download(filename: string, content: string): void {\n const file = new Blob([content], { type: \"text/plain\" });\n\n const a = document.createElement(\"a\"),\n url = URL.createObjectURL(file);\n a.href = url;\n a.download = filename;\n document.body.appendChild(a);\n a.click();\n setTimeout(function () {\n document.body.removeChild(a);\n window.URL.revokeObjectURL(url);\n }, 0);\n}\n\nReviver.constructors.BitburnerSaveObject = BitburnerSaveObject;\n\nexport { saveObject, loadGame, download };\n\nconst saveObject = new BitburnerSaveObject();\n","import { Player } from \"../../../Player\";\nimport { IReviverValue } from \"../../../utils/JSONReviver\";\nimport { Sleeve } from \"../Sleeve\";\nimport { applyWorkStats, applyWorkStatsExp, scaleWorkStats, WorkStats } from \"../../../Work/WorkStats\";\n\nexport const applySleeveGains = (sleeve: Sleeve, rawStats: WorkStats, cycles = 1): void => {\n const shockedStats = scaleWorkStats(rawStats, sleeve.shockBonus(), rawStats.money > 0);\n applyWorkStatsExp(sleeve, shockedStats, cycles);\n const syncStats = scaleWorkStats(shockedStats, sleeve.syncBonus(), rawStats.money > 0);\n applyWorkStats(Player, syncStats, cycles, \"sleeves\");\n Player.sleeves.filter((s) => s !== sleeve).forEach((s) => applyWorkStatsExp(s, syncStats, cycles));\n};\n\nexport abstract class Work {\n type: WorkType;\n\n constructor(type: WorkType) {\n this.type = type;\n }\n\n abstract process(sleeve: Sleeve, cycles: number): number;\n abstract APICopy(): Record;\n abstract toJSON(): IReviverValue;\n finish(): void {\n /* left for children to implement */\n }\n}\n\nexport enum WorkType {\n COMPANY = \"COMPANY\",\n FACTION = \"FACTION\",\n CRIME = \"CRIME\",\n CLASS = \"CLASS\",\n RECOVERY = \"RECOVERY\",\n SYNCHRO = \"SYNCHRO\",\n BLADEBURNER = \"BLADEBURNER\",\n INFILTRATE = \"INFILTRATE\",\n SUPPORT = \"SUPPORT\",\n}\n","import * as predefined from \"./data\";\n\nexport interface ITheme {\n [key: string]: string | undefined;\n primarylight: string;\n primary: string;\n primarydark: string;\n successlight: string;\n success: string;\n successdark: string;\n errorlight: string;\n error: string;\n errordark: string;\n secondarylight: string;\n secondary: string;\n secondarydark: string;\n warninglight: string;\n warning: string;\n warningdark: string;\n infolight: string;\n info: string;\n infodark: string;\n welllight: string;\n well: string;\n white: string;\n black: string;\n hp: string;\n money: string;\n hack: string;\n combat: string;\n cha: string;\n int: string;\n rep: string;\n disabled: string;\n backgroundprimary: string;\n backgroundsecondary: string;\n button: string;\n}\n\nexport interface IPredefinedTheme {\n colors: ITheme;\n name: string;\n credit: string;\n screenshot: string;\n description: string;\n reference?: string;\n}\n\nexport const defaultTheme: ITheme = {\n ...predefined.Default.colors,\n};\n\nexport const getPredefinedThemes = (): Record => ({\n ...predefined,\n});\n","import { Reviver } from \"../utils/JSONReviver\";\nimport { BaseGift } from \"./BaseGift\";\n\nimport { StaneksGift } from \"./StaneksGift\";\n\nexport let staneksGift = new StaneksGift();\n\nexport function loadStaneksGift(saveString: string): void {\n if (saveString) {\n staneksGift = JSON.parse(saveString, Reviver);\n } else {\n staneksGift = new StaneksGift();\n }\n}\n\nexport function zeros(width: number, height: number): number[][] {\n const array = [];\n\n for (let i = 0; i < width; ++i) {\n array.push(Array(height).fill(0));\n }\n\n return array;\n}\n\nexport function calculateGrid(gift: BaseGift): number[][] {\n const newgrid = zeros(gift.width(), gift.height()) as unknown as number[][];\n for (let i = 0; i < gift.width(); i++) {\n for (let j = 0; j < gift.height(); j++) {\n const fragment = gift.fragmentAt(i, j);\n if (!fragment) continue;\n newgrid[i][j] = 1;\n }\n }\n\n return newgrid;\n}\n","import { LocationName } from \"../../Locations/data/LocationNames\";\n\n//Enum-like object because some keys are created via code and have spaces. Membership can still be checked with checkEnum.\nexport const StockSymbols = {\n // Stocks for companies at which you can work\n [LocationName.AevumECorp]: \"ECP\",\n [LocationName.Sector12MegaCorp]: \"MGCP\",\n [LocationName.Sector12BladeIndustries]: \"BLD\",\n [LocationName.AevumClarkeIncorporated]: \"CLRK\",\n [LocationName.VolhavenOmniTekIncorporated]: \"OMTK\",\n [LocationName.Sector12FourSigma]: \"FSIG\",\n [LocationName.ChongqingKuaiGongInternational]: \"KGI\",\n [LocationName.AevumFulcrumTechnologies]: \"FLCM\",\n [LocationName.IshimaStormTechnologies]: \"STM\",\n [LocationName.NewTokyoDefComm]: \"DCOMM\",\n [LocationName.VolhavenHeliosLabs]: \"HLS\",\n [LocationName.NewTokyoVitaLife]: \"VITA\",\n [LocationName.Sector12IcarusMicrosystems]: \"ICRS\",\n [LocationName.Sector12UniversalEnergy]: \"UNV\",\n [LocationName.AevumAeroCorp]: \"AERO\",\n [LocationName.VolhavenOmniaCybersystems]: \"OMN\",\n [LocationName.ChongqingSolarisSpaceSystems]: \"SLRS\",\n [LocationName.NewTokyoGlobalPharmaceuticals]: \"GPH\",\n [LocationName.IshimaNovaMedical]: \"NVMD\",\n [LocationName.AevumWatchdogSecurity]: \"WDS\",\n [LocationName.VolhavenLexoCorp]: \"LXO\",\n [LocationName.AevumRhoConstruction]: \"RHOC\",\n [LocationName.Sector12AlphaEnterprises]: \"APHE\",\n [LocationName.VolhavenSysCoreSecurities]: \"SYSC\",\n [LocationName.VolhavenCompuTek]: \"CTK\",\n [LocationName.AevumNetLinkTechnologies]: \"NTLK\",\n [LocationName.IshimaOmegaSoftware]: \"OMGA\",\n [LocationName.Sector12FoodNStuff]: \"FNS\",\n [LocationName.Sector12JoesGuns]: \"JGN\",\n\n // Stocks for other companies\n [\"Sigma Cosmetics\"]: \"SGC\",\n [\"Catalyst Ventures\"]: \"CTYS\",\n [\"Microdyne Technologies\"]: \"MDYN\",\n [\"Titan Laboratories\"]: \"TITN\",\n} as const;\n","// Constructs all CompanyPosition objects using the metadata in data/companypositions.ts\nimport { companyPositionMetadata } from \"./data/CompanyPositionsMetadata\";\nimport { CompanyPosition, IConstructorParams } from \"./CompanyPosition\";\n\nexport const CompanyPositions: Record = {};\n\nfunction addCompanyPosition(params: IConstructorParams): void {\n if (CompanyPositions[params.name] != null) {\n console.warn(`Duplicate Company Position being defined: ${params.name}`);\n }\n CompanyPositions[params.name] = new CompanyPosition(params);\n}\n\ncompanyPositionMetadata.forEach((e) => {\n addCompanyPosition(e);\n});\n","export enum FactionWorkType {\n HACKING = \"HACKING\",\n FIELD = \"FIELD\",\n SECURITY = \"SECURITY\",\n}\n","/*\nThe game cannot block every possible exploits. Specially since one of them is\nthat you can just edit your save file and that's impractical to prevent.\n\nSo instead we have source file minus 1. It is not obtained by destroying a\nBitNode but instead it is awarded when the player finds innovative ways to break\nthe game, this serves 2 purpose, [one] the developers don't have to spend time\ntrying to implement anti-cheat measures and [two] finding ways to break a\nhacking game is very much in the spirit of the game.\nSource-File minus 1 is extremely weak because it can be fully level up quickly.\n*/\n\nexport enum Exploit {\n Bypass = \"Bypass\",\n PrototypeTampering = \"PrototypeTampering\",\n Unclickable = \"Unclickable\",\n UndocumentedFunctionCall = \"UndocumentedFunctionCall\",\n TimeCompression = \"TimeCompression\",\n RealityAlteration = \"RealityAlteration\",\n N00dles = \"N00dles\",\n YoureNotMeantToAccessThis = \"YoureNotMeantToAccessThis\",\n TrueRecursion = \"TrueRecursion\",\n INeedARainbow = \"INeedARainbow\",\n // To the players reading this. Yes you're supposed to add EditSaveFile by\n // editing your save file, yes you could add them all, no we don't care\n // that's not the point.\n EditSaveFile = \"EditSaveFile\",\n}\n\nconst names: {\n [key: string]: string;\n} = {\n Bypass: \"by circumventing the ram cost of document.\",\n EditSaveFile: \"by editing your save file.\",\n PrototypeTampering: \"by tampering with Numbers prototype.\",\n TimeCompression: \"by compressing time.\",\n Unclickable: \"by clicking the unclickable.\",\n UndocumentedFunctionCall: \"by looking beyond the documentation.\",\n RealityAlteration: \"by altering reality to suit your whims.\",\n N00dles: \"by harnessing the power of the n00dles.\",\n YoureNotMeantToAccessThis: \"by accessing the dev menu.\",\n TrueRecursion: \"by truly recursing.\",\n INeedARainbow: \"by using the power of the rainbow.\",\n};\n\nexport function ExploitName(exploit: string): string {\n return names[exploit];\n}\n\nexport function sanitizeExploits(exploits: Exploit[]): Exploit[] {\n exploits = exploits.filter((e: Exploit) => Object.keys(Exploit).includes(e));\n return [...new Set(exploits)];\n}\n","import { Augmentation } from \"./Augmentation\";\nimport { StaticAugmentations } from \"./StaticAugmentations\";\nimport { PlayerOwnedAugmentation } from \"./PlayerOwnedAugmentation\";\nimport { AugmentationNames } from \"./data/AugmentationNames\";\n\nimport { CONSTANTS } from \"../Constants\";\nimport { Factions, factionExists } from \"../Faction/Factions\";\nimport { Player } from \"../Player\";\nimport { prestigeAugmentation } from \"../Prestige\";\n\nimport { dialogBoxCreate } from \"../ui/React/DialogBox\";\nimport { clearObject } from \"../utils/helpers/clearObject\";\n\nimport { FactionNames } from \"../Faction/data/FactionNames\";\nimport {\n initBladeburnerAugmentations,\n initChurchOfTheMachineGodAugmentations,\n initGeneralAugmentations,\n initSoAAugmentations,\n initNeuroFluxGovernor,\n initUnstableCircadianModulator,\n} from \"./data/AugmentationCreator\";\nimport { Router } from \"../ui/GameRoot\";\nimport { mergeMultipliers } from \"../PersonObjects/Multipliers\";\n\nexport function AddToStaticAugmentations(aug: Augmentation): void {\n const name = aug.name;\n StaticAugmentations[name] = aug;\n}\n\nfunction createAugmentations(): void {\n [\n initNeuroFluxGovernor(),\n initUnstableCircadianModulator(),\n ...initGeneralAugmentations(),\n ...initSoAAugmentations(),\n ...(factionExists(FactionNames.Bladeburners) ? initBladeburnerAugmentations() : []),\n ...(factionExists(FactionNames.ChurchOfTheMachineGod) ? initChurchOfTheMachineGodAugmentations() : []),\n ].map(resetAugmentation);\n}\n\nfunction resetFactionAugmentations(): void {\n for (const name of Object.keys(Factions)) {\n if (Factions.hasOwnProperty(name)) {\n Factions[name].augmentations = [];\n }\n }\n}\n\nfunction initAugmentations(): void {\n resetFactionAugmentations();\n clearObject(StaticAugmentations);\n createAugmentations();\n Player.reapplyAllAugmentations();\n}\n\nexport function getBaseAugmentationPriceMultiplier(): number {\n return CONSTANTS.MultipleAugMultiplier * [1, 0.96, 0.94, 0.93][Player.sourceFileLvl(11)];\n}\nexport function getGenericAugmentationPriceMultiplier(): number {\n return Math.pow(getBaseAugmentationPriceMultiplier(), Player.queuedAugmentations.length);\n}\n\n//Resets an Augmentation during (re-initialization)\nfunction resetAugmentation(aug: Augmentation): void {\n aug.addToFactions(aug.factions);\n const name = aug.name;\n if (augmentationExists(name)) {\n delete StaticAugmentations[name];\n }\n AddToStaticAugmentations(aug);\n}\n\nfunction applyAugmentation(aug: PlayerOwnedAugmentation, reapply = false): void {\n const staticAugmentation = StaticAugmentations[aug.name];\n\n // Apply multipliers\n Player.mults = mergeMultipliers(Player.mults, staticAugmentation.mults);\n\n // Special logic for Congruity Implant\n if (aug.name === AugmentationNames.CongruityImplant && !reapply) {\n Player.entropy = 0;\n Player.applyEntropy(Player.entropy);\n }\n\n // Special logic for NeuroFlux Governor\n const ownedNfg = Player.augmentations.find((pAug) => pAug.name === AugmentationNames.NeuroFluxGovernor);\n if (aug.name === AugmentationNames.NeuroFluxGovernor && !reapply && ownedNfg) {\n ownedNfg.level = aug.level;\n return;\n }\n\n // Push onto Player's Augmentation list\n if (!reapply) {\n const ownedAug = new PlayerOwnedAugmentation(aug.name);\n\n Player.augmentations.push(ownedAug);\n }\n}\n\nfunction installAugmentations(force?: boolean): boolean {\n if (Player.queuedAugmentations.length == 0 && !force) {\n dialogBoxCreate(\"You have not purchased any Augmentations to install!\");\n return false;\n }\n let augmentationList = \"\";\n let nfgIndex = -1;\n for (let i = Player.queuedAugmentations.length - 1; i >= 0; i--) {\n if (Player.queuedAugmentations[i].name === AugmentationNames.NeuroFluxGovernor) {\n nfgIndex = i;\n break;\n }\n }\n for (let i = 0; i < Player.queuedAugmentations.length; ++i) {\n const ownedAug = Player.queuedAugmentations[i];\n const aug = StaticAugmentations[ownedAug.name];\n if (aug == null) {\n console.error(`Invalid augmentation: ${ownedAug.name}`);\n continue;\n }\n\n applyAugmentation(Player.queuedAugmentations[i]);\n if (ownedAug.name === AugmentationNames.NeuroFluxGovernor && i !== nfgIndex) continue;\n\n let level = \"\";\n if (ownedAug.name === AugmentationNames.NeuroFluxGovernor) {\n level = ` - ${ownedAug.level}`;\n }\n augmentationList += aug.name + level + \"\\n\";\n }\n Player.queuedAugmentations = [];\n if (!force) {\n dialogBoxCreate(\n \"You slowly drift to sleep as scientists put you under in order \" +\n \"to install the following Augmentations:\\n\" +\n augmentationList +\n \"\\nYou wake up in your home...you feel different...\",\n );\n }\n prestigeAugmentation();\n Router.toTerminal();\n return true;\n}\n\nfunction augmentationExists(name: string): boolean {\n return StaticAugmentations.hasOwnProperty(name);\n}\n\nexport function isRepeatableAug(aug: Augmentation | string): boolean {\n const augName = typeof aug === \"string\" ? aug : aug.name;\n return augName === AugmentationNames.NeuroFluxGovernor;\n}\n\nexport { installAugmentations, initAugmentations, applyAugmentation, augmentationExists };\n","import React from \"react\";\nimport { numeralWrapper } from \"../numeralFormat\";\nimport { Money } from \"./Money\";\n\nexport function MoneyRate({ money }: { money: number }): JSX.Element {\n return ;\n}\n","import { codingContractTypesMetadata, DescriptionFunc, GeneratorFunc, SolverFunc } from \"./data/codingcontracttypes\";\n\nimport { Generic_fromJSON, Generic_toJSON, IReviverValue, Reviver } from \"./utils/JSONReviver\";\nimport { CodingContractEvent } from \"./ui/React/CodingContractModal\";\n\n/* tslint:disable:no-magic-numbers completed-docs max-classes-per-file no-console */\n\n/* Represents different types of problems that a Coding Contract can have */\nclass CodingContractType {\n /** Function that generates a description of the problem */\n desc: DescriptionFunc;\n\n /** Number that generally represents the problem's difficulty. Bigger numbers = harder */\n difficulty: number;\n\n /** A function that randomly generates a valid 'data' for the problem */\n generate: GeneratorFunc;\n\n /** Name of the type of problem */\n name: string;\n\n /** The maximum number of tries the player gets on this kind of problem before it self-destructs */\n numTries: number;\n\n /** Stores a function that checks if the provided answer is correct */\n solver: SolverFunc;\n\n constructor(\n name: string,\n desc: DescriptionFunc,\n gen: GeneratorFunc,\n solver: SolverFunc,\n diff: number,\n numTries: number,\n ) {\n this.name = name;\n this.desc = desc;\n this.generate = gen;\n this.solver = solver;\n this.difficulty = diff;\n this.numTries = numTries;\n }\n}\n\n/* Contract Types */\n// tslint:disable-next-line\nexport const CodingContractTypes: Record = {};\n\nfor (const md of codingContractTypesMetadata) {\n // tslint:disable-next-line\n CodingContractTypes[md.name] = new CodingContractType(\n md.name,\n md.desc,\n md.gen,\n md.solver,\n md.difficulty,\n md.numTries,\n );\n}\n\n/** Enum representing the different types of rewards a Coding Contract can give */\nexport enum CodingContractRewardType {\n FactionReputation,\n FactionReputationAll,\n CompanyReputation,\n Money, // This must always be the last reward type\n}\n\n/** Enum representing the result when trying to solve the Contract */\nexport enum CodingContractResult {\n Success,\n Failure,\n Cancelled,\n}\n\n/** A class that represents the type of reward a contract gives */\nexport interface ICodingContractReward {\n /* Name of Company/Faction name for reward, if applicable */\n name?: string;\n type: CodingContractRewardType;\n}\n\n/**\n * A Coding Contract is a file that poses a programming-related problem to the Player.\n * The player receives a reward if the problem is solved correctly\n */\nexport class CodingContract {\n /* Relevant data for the contract's problem */\n data: unknown;\n\n /* Contract's filename */\n fn: string;\n\n /* Describes the reward given if this Contract is solved. The reward is actually\n processed outside of this file */\n reward: ICodingContractReward | null;\n\n /* Number of times the Contract has been attempted */\n tries = 0;\n\n /* String representing the contract's type. Must match type in ContractTypes */\n type: string;\n\n constructor(fn = \"\", type = \"Find Largest Prime Factor\", reward: ICodingContractReward | null = null) {\n this.fn = fn;\n if (!this.fn.endsWith(\".cct\")) {\n this.fn += \".cct\";\n }\n\n // tslint:disable-next-line\n if (CodingContractTypes[type] == null) {\n throw new Error(`Error: invalid contract type: ${type} please contact developer`);\n }\n\n this.type = type;\n this.data = CodingContractTypes[type].generate();\n this.reward = reward;\n }\n\n getData(): unknown {\n return this.data;\n }\n\n getDescription(): string {\n return CodingContractTypes[this.type].desc(this.data);\n }\n\n getDifficulty(): number {\n return CodingContractTypes[this.type].difficulty;\n }\n\n getMaxNumTries(): number {\n return CodingContractTypes[this.type].numTries;\n }\n\n getType(): string {\n return CodingContractTypes[this.type].name;\n }\n\n isSolution(solution: string): boolean {\n return CodingContractTypes[this.type].solver(this.data, solution);\n }\n\n /** Creates a popup to prompt the player to solve the problem */\n async prompt(): Promise {\n return new Promise((resolve) => {\n const props = {\n c: this,\n onClose: () => {\n resolve(CodingContractResult.Cancelled);\n },\n onAttempt: (val: string) => {\n if (this.isSolution(val)) {\n resolve(CodingContractResult.Success);\n } else {\n resolve(CodingContractResult.Failure);\n }\n },\n };\n CodingContractEvent.emit(props);\n });\n }\n\n /** Serialize the current file to a JSON save state. */\n toJSON(): IReviverValue {\n return Generic_toJSON(\"CodingContract\", this);\n }\n\n /** Initializes a CodingContract from a JSON save state. */\n static fromJSON(value: IReviverValue): CodingContract {\n return Generic_fromJSON(CodingContract, value.data);\n }\n}\n\nReviver.constructors.CodingContract = CodingContract;\n","export enum OrderTypes {\n LimitBuy = \"Limit Buy Order\",\n LimitSell = \"Limit Sell Order\",\n StopBuy = \"Stop Buy Order\",\n StopSell = \"Stop Sell Order\",\n}\n","import { FragmentType } from \"./FragmentType\";\nimport { Shapes } from \"./data/Shapes\";\n\nexport const Fragments: Fragment[] = [];\n\nexport class Fragment {\n id: number;\n shape: boolean[][];\n type: FragmentType;\n power: number;\n limit: number;\n\n constructor(id: number, shape: boolean[][], type: FragmentType, power: number, limit: number) {\n this.id = id;\n this.shape = shape;\n this.type = type;\n this.power = power;\n this.limit = limit;\n }\n\n fullAt(x: number, y: number, rotation: number): boolean {\n if (y < 0) return false;\n if (y >= this.height(rotation)) return false;\n if (x < 0) return false;\n if (x >= this.width(rotation)) return false;\n // start xy, modifier xy\n let [sx, sy, mx, my] = [0, 0, 1, 1];\n if (rotation === 1) {\n [sx, sy, mx, my] = [this.width(rotation) - 1, 0, -1, 1];\n } else if (rotation === 2) {\n [sx, sy, mx, my] = [this.width(rotation) - 1, this.height(rotation) - 1, -1, -1];\n } else if (rotation === 3) {\n [sx, sy, mx, my] = [0, this.height(rotation) - 1, 1, -1];\n }\n let [qx, qy] = [sx + mx * x, sy + my * y];\n if (rotation % 2 === 1) [qx, qy] = [qy, qx];\n return this.shape[qy][qx];\n }\n\n width(rotation: number): number {\n if (rotation % 2 === 0) return this.shape[0].length;\n return this.shape.length;\n }\n\n height(rotation: number): number {\n if (rotation % 2 === 0) return this.shape.length;\n return this.shape[0].length;\n }\n\n // List of direct neighbors of this fragment.\n neighbors(rotation: number): number[][] {\n const candidates: number[][] = [];\n\n const add = (x: number, y: number): void => {\n if (this.fullAt(x, y, rotation)) return;\n if (candidates.some((coord) => coord[0] === x && coord[1] === y)) return;\n candidates.push([x, y]);\n };\n for (let y = 0; y < this.height(rotation); y++) {\n for (let x = 0; x < this.width(rotation); x++) {\n // This cell is full, add all it's neighbors.\n if (!this.fullAt(x, y, rotation)) continue;\n add(x - 1, y);\n add(x + 1, y);\n add(x, y - 1);\n add(x, y + 1);\n }\n }\n const cells: number[][] = [];\n for (const candidate of candidates) {\n if (cells.some((cell) => cell[0] === candidate[0] && cell[1] === candidate[1])) continue;\n cells.push(candidate);\n }\n\n return cells;\n }\n\n copy(): Fragment {\n return Object.assign({}, this);\n }\n}\n\nexport function FragmentById(id: number): Fragment | null {\n for (const fragment of Fragments) {\n if (fragment.id === id) return fragment;\n }\n return null;\n}\n\n(function () {\n const _ = false;\n const X = true;\n Fragments.push(\n new Fragment(\n 0, // id\n Shapes.S,\n FragmentType.Hacking, // type\n 1,\n 1, // limit\n ),\n );\n Fragments.push(\n new Fragment(\n 1, // id\n Shapes.Z,\n FragmentType.Hacking, // type\n 1,\n 1, // limit\n ),\n );\n Fragments.push(\n new Fragment(\n 5, // id\n Shapes.T,\n FragmentType.HackingSpeed, // type\n 1.3,\n 1, // limit\n ),\n );\n\n Fragments.push(\n new Fragment(\n 6, // id\n Shapes.I,\n FragmentType.HackingMoney, // type\n 2, // power\n 1, // limit\n ),\n );\n Fragments.push(\n new Fragment(\n 7, // id\n Shapes.J,\n FragmentType.HackingGrow, // type\n 0.5, // power\n 1, // limit\n ),\n );\n Fragments.push(\n new Fragment(\n 10, // id\n Shapes.T,\n FragmentType.Strength, // type\n 2, // power\n 1, // limit\n ),\n );\n Fragments.push(\n new Fragment(\n 12, // id\n Shapes.L,\n FragmentType.Defense, // type\n 2, // power\n 1, // limit\n ),\n );\n Fragments.push(\n new Fragment(\n 14, // id\n Shapes.L,\n FragmentType.Dexterity, // type\n 2, // power\n 1, // limit\n ),\n );\n Fragments.push(\n new Fragment(\n 16, // id\n Shapes.S,\n FragmentType.Agility, // type\n 2, // power\n 1, // limit\n ),\n );\n Fragments.push(\n new Fragment(\n 18, // id\n Shapes.S,\n FragmentType.Charisma, // type\n 3, // power\n 1, // limit\n ),\n );\n Fragments.push(\n new Fragment(\n 20, // id\n Shapes.I,\n FragmentType.HacknetMoney, // type\n 1, // power\n 1, // limit\n ),\n );\n Fragments.push(\n new Fragment(\n 21, // id\n Shapes.O,\n FragmentType.HacknetCost, // type\n 2, // power\n 1, // limit\n ),\n );\n Fragments.push(\n new Fragment(\n 25, // id\n Shapes.J,\n FragmentType.Rep, // type\n 0.5, // power\n 1, // limit\n ),\n );\n Fragments.push(\n new Fragment(\n 27, // id\n Shapes.J,\n FragmentType.WorkMoney, // type\n 10, // power\n 1, // limit\n ),\n );\n Fragments.push(\n new Fragment(\n 28, // id\n Shapes.L,\n FragmentType.Crime, // type\n 2, // power\n 1, // limit\n ),\n );\n Fragments.push(\n new Fragment(\n 30, // id\n Shapes.S,\n FragmentType.Bladeburner, // type\n 0.4, // power\n 1, // limit\n ),\n );\n Fragments.push(\n new Fragment(\n 100, // id\n [\n // shape\n [_, X, X],\n [X, X, _],\n [_, X, _],\n ],\n FragmentType.Booster, // type\n 1.1, // power\n 99, // limit\n ),\n );\n Fragments.push(\n new Fragment(\n 101, // id\n [\n // shape\n [X, X, X, X],\n [X, _, _, _],\n ],\n FragmentType.Booster, // type\n 1.1, // power\n 99, // limit\n ),\n );\n Fragments.push(\n new Fragment(\n 102, // id\n [\n // shape\n [_, X, X, X],\n [X, X, _, _],\n ],\n FragmentType.Booster, // type\n 1.1, // power\n 99, // limit\n ),\n );\n Fragments.push(\n new Fragment(\n 103, // id\n [\n // shape\n [X, X, X, _],\n [_, _, X, X],\n ],\n FragmentType.Booster, // type\n 1.1, // power\n 99, // limit\n ),\n );\n Fragments.push(\n new Fragment(\n 104, // id\n [\n // shape\n [_, X, X],\n [_, X, _],\n [X, X, _],\n ],\n FragmentType.Booster, // type\n 1.1, // power\n 99, // limit\n ),\n );\n Fragments.push(\n new Fragment(\n 105, // id\n [\n // shape\n [_, _, X],\n [_, X, X],\n [X, X, _],\n ],\n FragmentType.Booster, // type\n 1.1, // power\n 99, // limit\n ),\n );\n Fragments.push(\n new Fragment(\n 106, // id\n [\n // shape\n [X, _, _],\n [X, X, X],\n [X, _, _],\n ],\n FragmentType.Booster, // type\n 1.1, // power\n 99, // limit\n ),\n );\n Fragments.push(\n new Fragment(\n 107, // id\n [\n // shape\n [_, X, _],\n [X, X, X],\n [_, X, _],\n ],\n FragmentType.Booster, // type\n 1.1, // power\n 99, // limit\n ),\n );\n})();\n\nexport const NoneFragment = new Fragment(-2, [], FragmentType.None, 0, Infinity);\nexport const DeleteFragment = new Fragment(-2, [], FragmentType.Delete, 0, Infinity);\n","function uuidv4(): string {\n return \"xxxxxxxx-xxxx-4xxx-yxxx-xxxxxxxxxxxx\".replace(/[xy]/g, function (c) {\n const r = (Math.random() * 16) | 0,\n v = c == \"x\" ? r : (r & 0x3) | 0x8;\n return v.toString(16);\n });\n}\n\n/** Generic Event Emitter class following a subscribe/publish paradigm. */\nexport class EventEmitter {\n subscribers: { [key: string]: (...args: [...T]) => void | undefined } = {};\n\n subscribe(s: (...args: [...T]) => void): () => void {\n let uuid = uuidv4();\n while (this.subscribers[uuid] !== undefined) uuid = uuidv4();\n this.subscribers[uuid] = s;\n\n return () => {\n delete this.subscribers[uuid];\n };\n }\n\n emit(...args: [...T]): void {\n for (const s in this.subscribers) {\n const sub = this.subscribers[s];\n if (sub === undefined) continue;\n\n sub(...args);\n }\n }\n}\n","import * as monaco from \"monaco-editor\";\nimport type { Monaco } from \"@monaco-editor/react\";\n\nexport interface IScriptEditorTheme {\n base: \"vs\" | \"vs-dark\" | \"hc-black\";\n inherit: boolean;\n common: {\n accent: string;\n bg: string;\n fg: string;\n };\n syntax: {\n tag: string;\n entity: string;\n string: string;\n regexp: string;\n markup: string;\n keyword: string;\n comment: string;\n constant: string;\n error: string;\n };\n ui: {\n line: string;\n panel: {\n bg: string;\n selected: string;\n border: string;\n };\n selection: {\n bg: string;\n };\n };\n}\n\nexport const defaultMonacoTheme: IScriptEditorTheme = {\n base: \"vs-dark\",\n inherit: true,\n common: {\n accent: \"B5CEA8\",\n bg: \"1E1E1E\",\n fg: \"D4D4D4\",\n },\n syntax: {\n tag: \"569CD6\",\n entity: \"569CD6\",\n string: \"CE9178\",\n regexp: \"646695\",\n markup: \"569CD6\",\n keyword: \"569CD6\",\n comment: \"6A9955\",\n constant: \"569CD6\",\n error: \"F44747\",\n },\n ui: {\n line: \"1E1E1E\",\n panel: {\n bg: \"252526\",\n selected: \"252526\",\n border: \"1E1E1E\",\n },\n selection: {\n bg: \"ADD6FF26\",\n },\n },\n};\n\n// Regex used for token color validation\n// https://github.com/microsoft/vscode/blob/973684056e67153952f495fce93bf50d0ec0b892/src/vs/editor/common/languages/supports/tokenization.ts#L153\nconst colorRegExp = /^#?([0-9A-Fa-f]{6})([0-9A-Fa-f]{2})?$/;\n\n// Recursively sanitize the theme data to prevent errors\n// Invalid data will be replaced with FF0000 (bright red)\nexport const sanitizeTheme = (theme: IScriptEditorTheme): void => {\n for (const [k, v] of Object.entries(theme)) {\n switch (k) {\n case \"base\":\n if (![\"vs-dark\", \"vs\"].includes(theme.base)) theme.base = \"vs-dark\";\n continue;\n case \"inherit\":\n if (typeof theme.inherit !== \"boolean\") theme.inherit = true;\n continue;\n }\n\n const repairBlock = (block: { [key: string]: object | string }): void => {\n for (const [k, v] of Object.entries(block)) {\n if (typeof v === \"object\") {\n repairBlock(v as { [key: string]: string });\n } else if (!v.match(colorRegExp)) block[k] = \"FF0000\";\n }\n };\n repairBlock(v);\n }\n};\n\nexport function makeTheme(theme: IScriptEditorTheme): monaco.editor.IStandaloneThemeData {\n const themeRules = [\n {\n token: \"\",\n background: theme.ui.line,\n foreground: theme.common.fg,\n },\n {\n token: \"identifier\",\n foreground: theme.common.accent,\n },\n {\n token: \"keyword\",\n foreground: theme.syntax.keyword,\n },\n {\n token: \"string\",\n foreground: theme.syntax.string,\n },\n {\n token: \"string.escape\",\n foreground: theme.syntax.regexp,\n },\n {\n token: \"comment\",\n foreground: theme.syntax.comment,\n },\n {\n token: \"constant\",\n foreground: theme.syntax.constant,\n },\n {\n token: \"entity\",\n foreground: theme.syntax.entity,\n },\n {\n token: \"type\",\n foreground: theme.syntax.tag,\n },\n {\n token: \"tag\",\n foreground: theme.syntax.tag,\n },\n {\n token: \"regexp\",\n foreground: theme.syntax.regexp,\n },\n {\n token: \"attribute\",\n foreground: theme.syntax.tag,\n },\n {\n token: \"constructor\",\n foreground: theme.syntax.markup,\n },\n {\n token: \"invalid\",\n foreground: theme.syntax.error,\n },\n {\n token: \"number\",\n foreground: theme.common.accent,\n },\n {\n token: \"delimiter\",\n foreground: theme.common.fg,\n },\n // Custom tokens\n {\n token: \"ns\",\n foreground: theme.syntax.tag,\n },\n {\n token: \"netscriptfunction\",\n foreground: theme.syntax.markup,\n },\n {\n token: \"otherkeywords\",\n foreground: theme.syntax.keyword,\n },\n {\n token: \"otherkeyvars\",\n foreground: theme.common.accent,\n },\n {\n token: \"this\",\n foreground: theme.syntax.tag,\n },\n ];\n\n const themeColors = Object.fromEntries(\n [\n [\"editor.background\", theme.common.bg],\n [\"editor.foreground\", theme.common.fg],\n [\"editor.lineHighlightBackground\", theme.ui.line],\n [\"editor.selectionBackground\", theme.ui.selection.bg],\n\n [\"editorSuggestWidget.background\", theme.ui.panel.bg],\n [\"editorSuggestWidget.border\", theme.ui.panel.border],\n [\"editorSuggestWidget.selectedBackground\", theme.ui.panel.selected],\n\n [\"editorHoverWidget.background\", theme.ui.panel.bg],\n [\"editorHoverWidget.border\", theme.ui.panel.border],\n\n [\"editorWidget.background\", theme.ui.panel.bg],\n [\"editorWidget.border\", theme.ui.panel.border],\n\n [\"input.background\", theme.ui.panel.bg],\n [\"input.border\", theme.ui.panel.border],\n ].map(([k, v]) => [k, \"#\" + v]),\n );\n\n return { base: theme.base, inherit: theme.inherit, rules: themeRules, colors: themeColors };\n}\n\nexport async function loadThemes(monaco: Monaco): Promise {\n monaco.editor.defineTheme(\"monokai\", {\n base: \"vs-dark\",\n inherit: true,\n rules: [\n {\n background: \"272822\",\n token: \"\",\n },\n {\n foreground: \"75715e\",\n token: \"comment\",\n },\n {\n foreground: \"e6db74\",\n token: \"string\",\n },\n {\n token: \"number\",\n foreground: \"ae81ff\",\n },\n {\n token: \"otherkeyvars\",\n foreground: \"ae81ff\",\n },\n {\n foreground: \"ae81ff\",\n token: \"function\",\n },\n {\n foreground: \"f92672\",\n token: \"keyword\",\n },\n {\n token: \"storage.type.function.js\",\n foreground: \"ae81ff\",\n },\n {\n token: \"ns\",\n foreground: \"97d92b\",\n },\n {\n token: \"netscriptfunction\",\n foreground: \"53d3e4\",\n },\n {\n token: \"otherkeywords\",\n foreground: \"53d3e4\",\n },\n {\n token: \"this\",\n foreground: \"fd971f\",\n },\n ],\n colors: {\n \"editor.foreground\": \"#F8F8F2\",\n \"editor.background\": \"#272822\",\n \"editor.selectionBackground\": \"#49483E\",\n \"editor.lineHighlightBackground\": \"#3E3D32\",\n \"editorCursor.foreground\": \"#F8F8F0\",\n \"editorWhitespace.foreground\": \"#3B3A32\",\n \"editorIndentGuide.activeBackground\": \"#9D550FB0\",\n \"editor.selectionHighlightBorder\": \"#222218\",\n },\n });\n\n monaco.editor.defineTheme(\"solarized-dark\", {\n base: \"vs-dark\",\n inherit: true,\n rules: [\n {\n background: \"002b36\",\n token: \"\",\n },\n {\n foreground: \"586e75\",\n token: \"comment\",\n },\n {\n foreground: \"00afaf\",\n token: \"string\",\n },\n {\n token: \"number\",\n foreground: \"00afaf\",\n },\n {\n token: \"otherkeyvars\",\n foreground: \"268bd2\",\n },\n {\n foreground: \"268bd2\",\n token: \"function\",\n },\n {\n foreground: \"859900\",\n token: \"keyword\",\n },\n {\n token: \"storage.type.function.js\",\n foreground: \"cb4b16\",\n },\n {\n token: \"ns\",\n foreground: \"cb4b16\",\n },\n {\n token: \"netscriptfunction\",\n foreground: \"268bd2\",\n },\n {\n token: \"otherkeywords\",\n foreground: \"268bd2\",\n },\n {\n token: \"type.identifier.js\",\n foreground: \"b58900\",\n },\n {\n token: \"delimiter.square.js\",\n foreground: \"0087ff\",\n },\n {\n token: \"delimiter.bracket.js\",\n foreground: \"0087ff\",\n },\n {\n token: \"this\",\n foreground: \"cb4b16\",\n },\n ],\n colors: {\n \"editor.foreground\": \"#839496\",\n \"editor.background\": \"#002b36\",\n \"editor.selectionBackground\": \"#073642\",\n \"editor.lineHighlightBackground\": \"#073642\",\n \"editorCursor.foreground\": \"#819090\",\n \"editorWhitespace.foreground\": \"#073642\",\n \"editorIndentGuide.activeBackground\": \"#9D550FB0\",\n \"editor.selectionHighlightBorder\": \"#222218\",\n },\n });\n\n monaco.editor.defineTheme(\"solarized-light\", {\n base: \"vs\",\n inherit: true,\n rules: [\n {\n foreground: \"657b83\",\n background: \"fdf6e3\",\n token: \"\",\n },\n {\n foreground: \"586e75\",\n token: \"comment\",\n },\n {\n foreground: \"2aa198\",\n token: \"string\",\n },\n {\n token: \"number\",\n foreground: \"2aa198\",\n },\n {\n token: \"otherkeyvars\",\n foreground: \"268bd2\",\n },\n {\n foreground: \"268bd2\",\n token: \"function\",\n },\n {\n foreground: \"859900\",\n token: \"keyword\",\n },\n {\n token: \"storage.type.function.js\",\n foreground: \"bc4b16\",\n },\n {\n token: \"ns\",\n foreground: \"cb4b16\",\n },\n {\n token: \"netscriptfunction\",\n foreground: \"268bd2\",\n },\n {\n token: \"otherkeywords\",\n foreground: \"268bd2\",\n },\n {\n token: \"type.identifier.js\",\n foreground: \"b58900\",\n },\n {\n token: \"delimiter.square.js\",\n foreground: \"0087ff\",\n },\n {\n token: \"delimiter.bracket.js\",\n foreground: \"0087ff\",\n },\n {\n token: \"this\",\n foreground: \"cb4b16\",\n },\n ],\n colors: {\n \"editor.foreground\": \"#657b83\",\n \"editor.background\": \"#fdf6e3\",\n \"editor.selectionBackground\": \"#eee8d5\",\n \"editor.lineHighlightBackground\": \"#eee8d5\",\n \"editorCursor.foreground\": \"#657b83\",\n \"editorWhitespace.foreground\": \"#eee8d5\",\n \"editorIndentGuide.activeBackground\": \"#eee8d5\",\n \"editor.selectionHighlightBorder\": \"#073642\",\n },\n });\n\n monaco.editor.defineTheme(\"dracula\", {\n base: \"vs-dark\",\n inherit: true,\n rules: [\n {\n background: \"282A36\",\n foreground: \"F8F8F2\",\n token: \"\",\n },\n {\n foreground: \"6272A4\",\n token: \"comment\",\n },\n {\n foreground: \"F1FA8C\",\n token: \"string\",\n },\n {\n token: \"number\",\n foreground: \"BD93F9\",\n },\n {\n token: \"otherkeyvars\",\n foreground: \"BD93F9\",\n },\n {\n foreground: \"FF79C6\",\n token: \"function\",\n },\n {\n foreground: \"FF79C6\",\n token: \"keyword\",\n },\n {\n token: \"storage.type.function.js\",\n foreground: \"FF79C6\",\n },\n {\n token: \"ns\",\n foreground: \"FFB86C\",\n fontStyle: \"italic\",\n },\n\n {\n token: \"netscriptfunction\",\n foreground: \"FF79C6\",\n },\n {\n token: \"otherkeywords\",\n foreground: \"FF68A7\",\n },\n {\n token: \"type.identifier.js\",\n foreground: \"7EE9FD\",\n fontStyle: \"italic\",\n },\n {\n token: \"delimiter.square.js\",\n foreground: \"FFD709\",\n },\n {\n token: \"delimiter.parenthesis.js\",\n foreground: \"FFD709\",\n },\n {\n token: \"delimiter.bracket.js\",\n foreground: \"FFD709\",\n },\n {\n token: \"this\",\n foreground: \"BD93F9\",\n fontStyle: \"italic\",\n },\n ],\n colors: {\n \"editor.foreground\": \"#F8F8F2\",\n \"editor.background\": \"#282A36\",\n \"editorLineNumber.foreground\": \"#6272A4\",\n \"editor.selectionBackground\": \"#44475A\",\n \"editor.selectionHighlightBackground\": \"#424450\",\n \"editor.foldBackground\": \"#21222C\",\n \"editor.wordHighlightBackground\": \"#8BE9FD50\",\n \"editor.wordHighlightStrongBackground\": \"#50FA7B50\",\n \"editor.findMatchBackground\": \"#FFB86C80\",\n \"editor.findMatchHighlightBackground\": \"#FFFFFF40\",\n \"editor.findRangeHighlightBackground\": \"#44475A75\",\n \"editor.hoverHighlightBackground\": \"#8BE9FD50\",\n \"editor.lineHighlightBorder\": \"#44475A\",\n \"editor.rangeHighlightBackground\": \"#BD93F915\",\n \"editor.snippetTabstopHighlightBackground\": \"#282A36\",\n \"editor.snippetTabstopHighlightBorder\": \"#6272A4\",\n \"editor.snippetFinalTabstopHighlightBackground\": \"#282A36\",\n \"editor.snippetFinalTabstopHighlightBorder\": \"#50FA7B\",\n },\n });\n\n monaco.editor.defineTheme(\"one-dark\", {\n base: \"vs-dark\",\n inherit: true,\n rules: [\n {\n token: \"\",\n background: \"333842\",\n foreground: \"ABB2BF\",\n },\n {\n token: \"comment\",\n foreground: \"5C6370\",\n },\n {\n token: \"string\",\n foreground: \"98C379\",\n },\n {\n token: \"number\",\n foreground: \"D19A66\",\n },\n {\n token: \"function\",\n foreground: \"C678DD\",\n },\n {\n token: \"keyword\",\n foreground: \"C678DD\",\n },\n {\n token: \"otherkeyvars\",\n foreground: \"D19A66\",\n },\n {\n token: \"otherkeywords\",\n foreground: \"C678DD\",\n },\n {\n token: \"ns\",\n foreground: \"E06C75\",\n },\n {\n token: \"netscriptfunction\",\n foreground: \"61AFEF\",\n },\n {\n token: \"type.identifier\",\n foreground: \"E5C07B\",\n },\n {\n token: \"delimiter\",\n foreground: \"ABB2BF\",\n },\n {\n token: \"this\",\n foreground: \"E06C75\",\n },\n ],\n colors: {\n \"editor.background\": \"#282C34\",\n \"editor.foreground\": \"#ABB2BF\",\n \"editor.lineHighlightBackground\": \"#99BBFF0A\",\n \"editor.selectionBackground\": \"#3E4451\",\n \"editor.findMatchHighlightBackground\": \"#528BFF3D\",\n \"editorCursor.foreground\": \"#528BFF\",\n \"editorHoverWidget.background\": \"#21252B\",\n \"editorHoverWidget.border\": \"#181A1F\",\n \"editorIndentGuide.background\": \"#ABB2BF26\",\n \"editorIndentGuide.activeBackground\": \"#626772\",\n \"editorLineNumber.foreground\": \"#636D83\",\n \"editorLineNumber.activeForeground\": \"#ABB2BF\",\n \"editorSuggestWidget.background\": \"#21252B\",\n \"editorSuggestWidget.border\": \"#181A1F\",\n \"editorSuggestWidget.selectedBackground\": \"#2C313A\",\n \"editorWhitespace.foreground\": \"#ABB2BF26\",\n \"editorWidget.background\": \"#21252B\",\n \"editorWidget.border\": \"#3A3F4B\",\n \"input.background\": \"#1B1D23\",\n \"input.border\": \"#181A1F\",\n \"peekView.border\": \"#528BFF\",\n \"peekViewResult.background\": \"#21252B\",\n \"peekViewResult.selectionBackground\": \"#2C313A\",\n \"peekViewTitle.background\": \"#1B1D23\",\n \"peekViewEditor.background\": \"#1B1D23\",\n \"scrollbarSlider.background\": \"#4E566680\",\n \"scrollbarSlider.activeBackground\": \"#747D9180\",\n \"scrollbarSlider.hoverBackground\": \"#5A637580\",\n },\n });\n}\n","import React, { useState } from \"react\";\nimport AddIcon from \"@mui/icons-material/Add\";\nimport RemoveIcon from \"@mui/icons-material/Remove\";\nimport IconButton from \"@mui/material/IconButton\";\nimport ClearIcon from \"@mui/icons-material/Clear\";\nimport DoubleArrowIcon from \"@mui/icons-material/DoubleArrow\";\nimport TextField from \"@mui/material/TextField\";\nimport Tooltip from \"@mui/material/Tooltip\";\n\ninterface IProps {\n label: string;\n placeholder: string;\n add: (x: number) => void;\n subtract: (x: number) => void;\n tons: () => void;\n reset: () => void;\n}\n\nexport function Adjuster(props: IProps): React.ReactElement {\n const [value, setValue] = useState(\"\");\n\n function onChange(event: React.ChangeEvent): void {\n if (event.target.value === \"\") setValue(\"\");\n else setValue(parseFloat(event.target.value));\n }\n\n const { label, placeholder, add, subtract, reset, tons } = props;\n return (\n <>\n \n \n \n \n \n \n \n add(typeof value !== \"string\" ? value : 0)} size=\"large\">\n \n \n \n \n ),\n endAdornment: (\n <>\n \n subtract(typeof value !== \"string\" ? value : 0)} size=\"large\">\n \n \n \n \n \n \n \n \n \n ),\n }}\n />\n \n );\n}\n","import { FormControlLabel, Switch, Tooltip, Typography } from \"@mui/material\";\nimport React, { useEffect, useState } from \"react\";\n\ninterface IProps {\n checked: boolean;\n onChange: (newValue: boolean, error?: string) => void;\n text: React.ReactNode;\n tooltip: React.ReactNode;\n}\n\nexport function OptionSwitch({ checked, onChange, text, tooltip }: IProps): React.ReactElement {\n const [value, setValue] = useState(checked);\n\n function handleSwitchChange(event: React.ChangeEvent): void {\n setValue(event.target.checked);\n }\n\n useEffect(() => onChange(value), [value]);\n\n return (\n <>\n }\n label={\n {tooltip}}>\n {text}\n \n }\n />\n
\n \n );\n}\n","import { KEY } from \"../utils/helpers/keyCodes\";\n\nexport function random(min: number, max: number): number {\n return Math.random() * (max - min) + min;\n}\n\nexport const upArrowSymbol = \"↑\";\nexport const downArrowSymbol = \"↓\";\nexport const leftArrowSymbol = \"←\";\nexport const rightArrowSymbol = \"→\";\n\nexport function getArrow(event: KeyboardEvent): string {\n switch (event.key) {\n case KEY.UP_ARROW:\n case KEY.W:\n return upArrowSymbol;\n case KEY.LEFT_ARROW:\n case KEY.A:\n return leftArrowSymbol;\n case KEY.DOWN_ARROW:\n case KEY.S:\n return downArrowSymbol;\n case KEY.RIGHT_ARROW:\n case KEY.D:\n return rightArrowSymbol;\n }\n return \"\";\n}\n\nexport function getInverseArrow(event: KeyboardEvent): string {\n switch (event.key) {\n case KEY.DOWN_ARROW:\n case KEY.S:\n return upArrowSymbol;\n case KEY.RIGHT_ARROW:\n case KEY.D:\n return leftArrowSymbol;\n case KEY.UP_ARROW:\n case KEY.W:\n return downArrowSymbol;\n case KEY.LEFT_ARROW:\n case KEY.A:\n return rightArrowSymbol;\n }\n return \"\";\n}\n","import { Operation, IOperationParams } from \"./Operation\";\nimport { Generic_fromJSON, Generic_toJSON, IReviverValue, Reviver } from \"../utils/JSONReviver\";\n\nexport class BlackOperation extends Operation {\n constructor(params: IOperationParams | null = null) {\n super(params);\n this.count = 1;\n }\n\n // To be implemented by subtypes\n getActionTimePenalty(): number {\n return 1.5;\n }\n\n getChaosCompetencePenalty(/*inst: Bladeburner, params: ISuccessChanceParams*/): number {\n return 1;\n }\n\n getChaosDifficultyBonus(/*inst: Bladeburner, params: ISuccessChanceParams*/): number {\n return 1;\n }\n\n toJSON(): IReviverValue {\n return Generic_toJSON(\"BlackOperation\", this);\n }\n\n static fromJSON(value: IReviverValue): Operation {\n return Generic_fromJSON(BlackOperation, value.data);\n }\n}\n\nReviver.constructors.BlackOperation = BlackOperation;\n","export enum CrimeType {\n None = \"\",\n SHOPLIFT = \"SHOPLIFT\", //\"shoplift\",\n ROB_STORE = \"ROBSTORE\", //\"rob a store\",\n MUG = \"MUG\", //\"mug someone\",\n LARCENY = \"LARCENY\", //\"commit larceny\",\n DRUGS = \"DRUGS\", //\"deal drugs\",\n BOND_FORGERY = \"BONDFORGERY\", //\"forge corporate bonds\",\n TRAFFIC_ARMS = \"TRAFFICKARMS\", //\"traffick illegal arms\",\n HOMICIDE = \"HOMICIDE\", //\"commit homicide\",\n GRAND_THEFT_AUTO = \"GRANDTHEFTAUTO\", //\"commit grand theft auto\",\n KIDNAP = \"KIDNAP\", //\"kidnap someone for ransom\",\n ASSASSINATION = \"ASSASSINATION\", //\"assassinate a high-profile target\",\n HEIST = \"HEIST\", //\"pull off the ultimate heist\",\n}\n","// Defines the ResearchTree that is common to all Corporation Industries\n// i.e. all Industries have these types of Research available to unlock\nimport { Research } from \"../Research\";\nimport { ResearchMap } from \"../ResearchMap\";\nimport { ResearchTree, Node } from \"../ResearchTree\";\n\nfunction makeNode(name: string): Node {\n const research: Research | null = ResearchMap[name];\n if (research == null) {\n throw new Error(`Invalid research name: ${name}`);\n }\n\n return new Node({ text: research.name, cost: research.cost });\n}\n\n// Creates the Nodes for the BaseResearchTree.\n// Return the Root Node\nfunction createBaseResearchTreeNodes(): Node {\n const rootNode: Node = makeNode(\"Hi-Tech R&D Laboratory\");\n const autoBrew: Node = makeNode(\"AutoBrew\");\n const autoParty: Node = makeNode(\"AutoPartyManager\");\n const autoDrugs: Node = makeNode(\"Automatic Drug Administration\");\n const bulkPurchasing: Node = makeNode(\"Bulk Purchasing\");\n const cph4: Node = makeNode(\"CPH4 Injections\");\n const drones: Node = makeNode(\"Drones\");\n const dronesAssembly: Node = makeNode(\"Drones - Assembly\");\n const dronesTransport: Node = makeNode(\"Drones - Transport\");\n const goJuice: Node = makeNode(\"Go-Juice\");\n const hrRecruitment: Node = makeNode(\"HRBuddy-Recruitment\");\n const hrTraining: Node = makeNode(\"HRBuddy-Training\");\n const joywire: Node = makeNode(\"JoyWire\");\n const marketta1: Node = makeNode(\"Market-TA.I\");\n const marketta2: Node = makeNode(\"Market-TA.II\");\n const overclock: Node = makeNode(\"Overclock\");\n const scAssemblers: Node = makeNode(\"Self-Correcting Assemblers\");\n const stimu: Node = makeNode(\"Sti.mu\");\n\n autoDrugs.addChild(goJuice);\n autoDrugs.addChild(cph4);\n\n drones.addChild(dronesAssembly);\n drones.addChild(dronesTransport);\n\n hrRecruitment.addChild(hrTraining);\n\n marketta1.addChild(marketta2);\n\n overclock.addChild(stimu);\n\n rootNode.addChild(autoBrew);\n rootNode.addChild(autoParty);\n rootNode.addChild(autoDrugs);\n rootNode.addChild(bulkPurchasing);\n rootNode.addChild(drones);\n rootNode.addChild(hrRecruitment);\n rootNode.addChild(joywire);\n rootNode.addChild(marketta1);\n rootNode.addChild(overclock);\n rootNode.addChild(scAssemblers);\n\n return rootNode;\n}\n\nexport function getBaseResearchTreeCopy(): ResearchTree {\n const baseResearchTree: ResearchTree = new ResearchTree();\n baseResearchTree.setRoot(createBaseResearchTreeNodes());\n\n return baseResearchTree;\n}\n\n// Base Research Tree for Industry's that make products\nexport function getProductIndustryResearchTreeCopy(): ResearchTree {\n const researchTree: ResearchTree = new ResearchTree();\n const root = createBaseResearchTreeNodes();\n\n const upgradeFulcrum = makeNode(\"uPgrade: Fulcrum\");\n const upgradeCapacity1 = makeNode(\"uPgrade: Capacity.I\");\n const upgradeCapacity2 = makeNode(\"uPgrade: Capacity.II\");\n const upgradeDashboard = makeNode(\"uPgrade: Dashboard\");\n\n upgradeCapacity1.addChild(upgradeCapacity2);\n upgradeFulcrum.addChild(upgradeCapacity1);\n upgradeFulcrum.addChild(upgradeDashboard);\n root.addChild(upgradeFulcrum);\n\n researchTree.setRoot(root);\n\n return researchTree;\n}\n","import { GetServer, createUniqueRandomIp, ipExists } from \"./AllServers\";\nimport { Server, IConstructorParams } from \"./Server\";\nimport { BaseServer } from \"./BaseServer\";\nimport { calculateServerGrowth } from \"./formulas/grow\";\n\nimport { BitNodeMultipliers } from \"../BitNode/BitNodeMultipliers\";\nimport { CONSTANTS } from \"../Constants\";\nimport { Player } from \"../Player\";\nimport { Programs } from \"../Programs/Programs\";\nimport { LiteratureNames } from \"../Literature/data/LiteratureNames\";\n\nimport { isValidNumber } from \"../utils/helpers/isValidNumber\";\n\n/**\n * Constructs a new server, while also ensuring that the new server\n * does not have a duplicate hostname/ip.\n */\nexport function safelyCreateUniqueServer(params: IConstructorParams): Server {\n let hostname: string = params.hostname.replace(/ /g, `-`);\n\n if (params.ip != null && ipExists(params.ip)) {\n params.ip = createUniqueRandomIp();\n }\n\n if (GetServer(hostname) != null) {\n if (hostname.slice(-2) != `-0`) {\n hostname = `${hostname}-0`;\n }\n\n // Use a for loop to ensure that we don't get suck in an infinite loop somehow\n for (let i = 0; i < 200; ++i) {\n hostname = hostname.replace(/-[0-9]+$/, `-${i}`);\n if (GetServer(hostname) == null) {\n break;\n }\n }\n }\n\n params.hostname = hostname;\n return new Server(params);\n}\n\n/**\n * Returns the number of \"growth cycles\" needed to grow the specified server by the\n * specified amount.\n * @param server - Server being grown\n * @param growth - How much the server is being grown by, in DECIMAL form (e.g. 1.5 rather than 50)\n * @param p - Reference to Player object\n * @returns Number of \"growth cycles\" needed\n */\nexport function numCycleForGrowth(server: Server, growth: number, cores = 1): number {\n let ajdGrowthRate = 1 + (CONSTANTS.ServerBaseGrowthRate - 1) / server.hackDifficulty;\n if (ajdGrowthRate > CONSTANTS.ServerMaxGrowthRate) {\n ajdGrowthRate = CONSTANTS.ServerMaxGrowthRate;\n }\n\n const serverGrowthPercentage = server.serverGrowth / 100;\n\n const coreBonus = 1 + (cores - 1) / 16;\n const cycles =\n Math.log(growth) /\n (Math.log(ajdGrowthRate) *\n Player.mults.hacking_grow *\n serverGrowthPercentage *\n BitNodeMultipliers.ServerGrowthRate *\n coreBonus);\n\n return cycles;\n}\n\n/**\n * This function calculates the number of threads needed to grow a server from one $amount to a higher $amount\n * (ie, how many threads to grow this server from $200 to $600 for example). Used primarily for a formulas (or possibly growthAnalyze)\n * type of application. It lets you \"theorycraft\" and easily ask what-if type questions. It's also the one that implements the\n * main thread calculation algorithm, and so is the function all helper functions should call.\n * It protects the inputs (so putting in INFINITY for targetMoney will use moneyMax, putting in a negative for start will use 0, etc.)\n * @param server - Server being grown\n * @param targetMoney - How much you want the server grown TO (not by), for instance, to grow from 200 to 600, input 600\n * @param startMoney - How much you are growing the server from, for instance, to grow from 200 to 600, input 200\n * @param cores - Number of cores on the host performing grow\n * @returns Number of \"growth cycles\" needed\n */\nexport function numCycleForGrowthCorrected(server: Server, targetMoney: number, startMoney: number, cores = 1): number {\n if (startMoney < 0) {\n startMoney = 0;\n } // servers \"can't\" have less than 0 dollars on them\n if (targetMoney > server.moneyMax) {\n targetMoney = server.moneyMax;\n } // can't grow a server to more than its moneyMax\n if (targetMoney <= startMoney) {\n return 0;\n } // no growth --> no threads\n\n // exponential base adjusted by security\n const adjGrowthRate = 1 + (CONSTANTS.ServerBaseGrowthRate - 1) / server.hackDifficulty;\n const exponentialBase = Math.min(adjGrowthRate, CONSTANTS.ServerMaxGrowthRate); // cap growth rate\n\n // total of all grow thread multipliers\n const serverGrowthPercentage = server.serverGrowth / 100.0;\n const coreMultiplier = 1 + (cores - 1) / 16;\n const threadMultiplier =\n serverGrowthPercentage * Player.mults.hacking_grow * coreMultiplier * BitNodeMultipliers.ServerGrowthRate;\n\n /* To understand what is done below we need to do some math. I hope the explanation is clear enough.\n * First of, the names will be shortened for ease of manipulation:\n * n:= targetMoney (n for new), o:= startMoney (o for old), b:= exponentialBase, t:= threadMultiplier, c:= cycles/threads\n * c is what we are trying to compute.\n *\n * After growing, the money on a server is n = (o + c) * b^(c*t)\n * c appears in an exponent and outside it, this is usually solved using the productLog/lambert's W special function\n * this function will be noted W in the following\n * The idea behind lambert's W function is W(x)*exp(W(x)) = x, or in other words, solving for y, y*exp(y) = x, as a function of x\n * This function is provided in some advanced math library but we will compute it ourself here.\n *\n * Let's get back to solving the equation. It cannot be rewrote using W immediately because the base of the exponentiation is b\n * b^(c*t) = exp(ln(b)*c*t) (this is how a^b is defined on reals, it matches the definition on integers)\n * so n = (o + c) * exp(ln(b)*c*t) , W still cannot be used directly. We want to eliminate the other terms in 'o + c' and 'ln(b)*c*t'.\n *\n * A change of variable will do. The idea is to add an equation introducing a new variable (w here) in the form c = f(w) (for some f)\n * With this equation we will eliminate all references to c, then solve for w and plug the result in the new equation to get c.\n * The change of variable performed here should get rid of the unwanted terms mentioned above, c = w/(ln(b)*t) - o should help.\n * This change of variable is allowed because whatever the value of c is, there is a value of w such that this equation holds:\n * w = (c + o)*ln(b)*t (see how we used the terms we wanted to eliminate in order to build this variable change)\n *\n * We get n = (o + w/(ln(b)*t) - o) * exp(ln(b)*(w/(ln(b)*t) - o)*t) [ = w/(ln(b)*t) * exp(w - ln(b)*o*t) ]\n * The change of variable exposed exp(w - o*ln(b)*t), we can rewrite that with exp(a - b) = exp(a)/exp(b) to isolate 'w*exp(w)'\n * n = w/(ln(b)*t) * exp(w)/exp(ln(b)*o*t) [ = w*exp(w) / (ln(b) * t * b^(o*t)) ]\n * Almost there, we just need to cancel the denominator on the right side of the equation:\n * n * ln(b) * t * b^(o*t) = w*exp(w), Thus w = W(n * ln(b) * t * b^(o*t))\n * Finally we invert the variable change: c = W(n * ln(b) * t * b^(o*t))/(ln(b)*t) - o\n *\n * There is still an issue left: b^(o*t) doesn't fit inside a double precision float\n * because the typical amount of money on servers is around 10^6~10^9\n * We need to get an approximation of W without computing the power when o is huge\n * Thankfully an approximation giving ~30% error uses log immediately so we will use\n * W(n * ln(b) * t * b^(o*t)) ~= log(n * ln(b) * t * b^(o*t)) = log(n * ln(b) * t) + log(exp(ln(b) * o * t))\n * = log(n * ln(b) * t) + ln(b) * o * t\n * (thanks to Drak for the grow formula, f4113nb34st and Wolfram Alpha for the rewrite, dwRchyngqxs for the explanation)\n */\n const x = threadMultiplier * Math.log(exponentialBase);\n const y = startMoney * x + Math.log(targetMoney * x);\n /* Code for the approximation of lambert's W function is adapted from\n * https://git.savannah.gnu.org/cgit/gsl.git/tree/specfunc/lambert.c\n * using the articles [1] https://doi.org/10.1007/BF02124750 (algorithm above)\n * and [2] https://doi.org/10.1145/361952.361970 (initial approximation when x < 2.5)\n */\n let w;\n if (y < Math.log(2.5)) {\n /* exp(y) can be safely computed without overflow.\n * The relative error on the result is better when exp(y) < 2.5\n * using Padé rational fraction approximation [2](5)\n */\n const ey = Math.exp(y);\n w = (ey + (4 / 3) * ey * ey) / (1 + (7 / 3) * ey + (5 / 6) * ey * ey);\n } else {\n /* obtain initial approximation from rough asymptotic [1](4.18)\n * w = y [- log y when 0 <= y]\n */\n w = y;\n if (y > 0) w -= Math.log(y);\n }\n let cycles = w / x - startMoney;\n\n /* Iterative refinement, the goal is to correct c until |(o + c) * b^(c*t) - n| < 1\n * or the correction on the approximation is less than 1\n * The Newton-Raphson method will be used, this method is a classic to find roots of functions\n * (given f, find c such that f(c) = 0).\n *\n * The idea of this method is to take the horizontal position at which the horizontal axis\n * intersects with of the tangent of the function's curve as the next approximation.\n * It is equivalent to treating the curve as a line (it is called a first order approximation)\n * If the current approximation is c then the new approximated value is c - f(c)/f'(c)\n * (where f' is the derivative of f).\n *\n * In our case f(c) = (o + c) * b^(c*t) - n, f'(c) = d((o + c) * b^(c*t) - n)/dc\n * = (ln(b)*t * (c + o) + 1) * b^(c*t)\n * And the update step is c[new] = c[old] - ((o + c) * b^(c*t) - n)/((ln(b)*t * (o + c) + 1) * b^(c*t))\n *\n * The main question to ask when using this method is \"does it converges?\"\n * (are the approximations getting better?), if it does then it does quickly.\n * DOES IT CONVERGES? In the present case it does. The reason why doesn't help explaining the algorithm.\n * If you are interested then check out the wikipedia page.\n */\n const bt = exponentialBase ** threadMultiplier;\n let corr = Infinity;\n // Two sided error because we do not want to get stuck if the error stays on the wrong side\n do {\n // c should be above 0 so Halley's method can't be used, we have to stick to Newton-Raphson\n const bct = bt ** cycles;\n const opc = startMoney + cycles;\n const diff = opc * bct - targetMoney;\n corr = diff / (opc * x + 1.0) / bct;\n cycles -= corr;\n } while (Math.abs(corr) >= 1);\n /* c is now within +/- 1 of the exact result.\n * We want the ceiling of the exact result, so the floor if the approximation is above,\n * the ceiling if the approximation is in the same unit as the exact result,\n * and the ceiling + 1 if the approximation is below.\n */\n const fca = Math.floor(cycles);\n if (targetMoney <= (startMoney + fca) * Math.pow(exponentialBase, fca * threadMultiplier)) {\n return fca;\n }\n const cca = Math.ceil(cycles);\n if (targetMoney <= (startMoney + cca) * Math.pow(exponentialBase, cca * threadMultiplier)) {\n return cca;\n }\n return cca + 1;\n}\n\n//Applied server growth for a single server. Returns the percentage growth\nexport function processSingleServerGrowth(server: Server, threads: number, cores = 1): number {\n let serverGrowth = calculateServerGrowth(server, threads, Player, cores);\n if (serverGrowth < 1) {\n console.warn(\"serverGrowth calculated to be less than 1\");\n serverGrowth = 1;\n }\n\n const oldMoneyAvailable = server.moneyAvailable;\n server.moneyAvailable += 1 * threads; // It can be grown even if it has no money\n server.moneyAvailable *= serverGrowth;\n\n // in case of data corruption\n if (isValidNumber(server.moneyMax) && isNaN(server.moneyAvailable)) {\n server.moneyAvailable = server.moneyMax;\n }\n\n // cap at max\n if (isValidNumber(server.moneyMax) && server.moneyAvailable > server.moneyMax) {\n server.moneyAvailable = server.moneyMax;\n }\n\n // if there was any growth at all, increase security\n if (oldMoneyAvailable !== server.moneyAvailable) {\n let usedCycles = numCycleForGrowthCorrected(server, server.moneyAvailable, oldMoneyAvailable, cores);\n // Growing increases server security twice as much as hacking\n usedCycles = Math.min(Math.max(0, Math.ceil(usedCycles)), threads);\n server.fortify(2 * CONSTANTS.ServerFortifyAmount * usedCycles);\n }\n return server.moneyAvailable / oldMoneyAvailable;\n}\n\nexport function prestigeHomeComputer(homeComp: Server): void {\n const hasBitflume = homeComp.programs.includes(Programs.BitFlume.name);\n\n homeComp.programs.length = 0; //Remove programs\n homeComp.runningScripts = [];\n homeComp.serversOnNetwork = [];\n homeComp.isConnectedTo = true;\n homeComp.ramUsed = 0;\n homeComp.programs.push(Programs.NukeProgram.name);\n if (hasBitflume) {\n homeComp.programs.push(Programs.BitFlume.name);\n }\n\n //Update RAM usage on all scripts\n homeComp.scripts.forEach(function (script) {\n script.updateRamUsage(homeComp.scripts);\n });\n\n homeComp.messages.length = 0; //Remove .lit and .msg files\n homeComp.messages.push(LiteratureNames.HackersStartingHandbook);\n}\n\n// Returns the i-th server on the specified server's network\n// A Server's serverOnNetwork property holds only the IPs. This function returns\n// the actual Server object\nexport function getServerOnNetwork(server: BaseServer, i: number): BaseServer | null {\n if (i > server.serversOnNetwork.length) {\n console.error(\"Tried to get server on network that was out of range\");\n return null;\n }\n\n return GetServer(server.serversOnNetwork[i]);\n}\n\nexport function isBackdoorInstalled(server: BaseServer): boolean {\n if (server instanceof Server) {\n return server.backdoorInstalled;\n }\n return false;\n}\n","import * as React from \"react\";\nimport { numeralWrapper } from \"../../ui/numeralFormat\";\nimport { Corporation } from \"../Corporation\";\nimport { Theme } from \"@mui/material/styles\";\nimport makeStyles from \"@mui/styles/makeStyles\";\nimport createStyles from \"@mui/styles/createStyles\";\n\nconst useStyles = makeStyles((theme: Theme) =>\n createStyles({\n unbuyable: {\n color: theme.palette.action.disabled,\n },\n money: {\n color: theme.colors.money,\n },\n }),\n);\n\ninterface IProps {\n money: number;\n corp: Corporation;\n}\n\nexport function MoneyCost(props: IProps): React.ReactElement {\n const classes = useStyles();\n if (!(props.corp.funds > props.money))\n return {numeralWrapper.formatMoney(props.money)};\n\n return {numeralWrapper.formatMoney(props.money)};\n}\n","export const SkillNames = {\n BladesIntuition: \"Blade's Intuition\",\n Cloak: \"Cloak\",\n Marksman: \"Marksman\",\n WeaponProficiency: \"Weapon Proficiency\",\n ShortCircuit: \"Short-Circuit\",\n DigitalObserver: \"Digital Observer\",\n Tracer: \"Tracer\",\n Overclock: \"Overclock\",\n Reaper: \"Reaper\",\n EvasiveSystem: \"Evasive System\",\n Datamancer: \"Datamancer\",\n CybersEdge: \"Cyber's Edge\",\n HandsOfMidas: \"Hands of Midas\",\n Hyperdrive: \"Hyperdrive\",\n};\n","import * as React from \"react\";\nimport { numeralWrapper } from \"../numeralFormat\";\nimport { Theme } from \"@mui/material/styles\";\nimport makeStyles from \"@mui/styles/makeStyles\";\nimport createStyles from \"@mui/styles/createStyles\";\n\nconst useStyles = makeStyles((theme: Theme) =>\n createStyles({\n reputation: {\n color: theme.colors.rep,\n },\n }),\n);\n\nexport function Reputation({ reputation }: { reputation: number | string }): React.ReactElement {\n const classes = useStyles();\n return (\n \n {typeof reputation === \"number\" ? numeralWrapper.formatReputation(reputation) : reputation}\n \n );\n}\n","import React, { useContext } from \"react\";\nimport { Gang } from \"../Gang\";\n\nexport const Context = {\n Gang: React.createContext({} as Gang),\n};\n\nexport const useGang = (): Gang => useContext(Context.Gang);\n","import React from \"react\";\nimport { Player } from \"../Player\";\nimport { BitNodeMultipliers, IBitNodeMultipliers } from \"./BitNodeMultipliers\";\nimport { FactionNames } from \"../Faction/data/FactionNames\";\nimport { CityName } from \"../Locations/data/CityNames\";\n\nclass BitNode {\n // A short description, or tagline, about the BitNode\n desc: string;\n\n // A long, detailed overview of the BitNode\n info: JSX.Element;\n\n // Name of BitNode\n name: string;\n\n // BitNode number\n number: number;\n\n difficulty: 0 | 1 | 2;\n\n constructor(n: number, difficulty: 0 | 1 | 2, name: string, desc = \"\", info: JSX.Element = <>) {\n this.number = n;\n this.difficulty = difficulty;\n this.name = name;\n this.desc = desc;\n this.info = info;\n }\n}\n\nexport const BitNodes: Record = {};\nexport function initBitNodes() {\n BitNodes[\"BitNode1\"] = new BitNode(\n 1,\n 0,\n \"Source Genesis\",\n \"The original BitNode\",\n (\n <>\n The first BitNode created by the Enders to imprison the minds of humans. It became the prototype and\n testing-grounds for all of the BitNodes that followed.\n
\n
\n This is the first BitNode that you play through. It has no special modifications or mechanics.\n
\n
\n Destroying this BitNode will give you Source-File 1, or if you already have this Source-File it will upgrade its\n level up to a maximum of 3. This Source-File lets the player start with 32GB of RAM on his/her home computer\n when entering a new BitNode, and also increases all of the player's multipliers by:\n
\n
\n Level 1: 16%\n
\n Level 2: 24%\n
\n Level 3: 28%\n \n ),\n );\n BitNodes[\"BitNode2\"] = new BitNode(\n 2,\n 0,\n \"Rise of the Underworld\",\n \"From the shadows, they rose\", //Gangs\n (\n <>\n From the shadows, they rose.\n
\n
\n Organized crime groups quickly filled the void of power left behind from the collapse of Western government in\n the 2050s. As society and civilization broke down, people quickly succumbed to the innate human impulse of evil\n and savagery. The organized crime factions quickly rose to the top of the modern world.\n
\n
\n Certain Factions ({FactionNames.SlumSnakes}, {FactionNames.Tetrads}, {FactionNames.TheSyndicate},{\" \"}\n {FactionNames.TheDarkArmy}, {FactionNames.SpeakersForTheDead}, {FactionNames.NiteSec},{\" \"}\n {FactionNames.TheBlackHand}\n ) give the player the ability to form and manage their own gangs. These gangs will earn the player money and\n reputation with the corresponding Faction\n
\n Every Augmentation in the game will be available through the Factions listed above\n
\n
\n Destroying this BitNode will give you Source-File 2, or if you already have this Source-File it will upgrade its\n level up to a maximum of 3. This Source-File allows you to form gangs in other BitNodes once your karma\n decreases to a certain value. It also increases the player's crime success rate, crime money, and charisma\n multipliers by:\n
\n
\n Level 1: 24%\n
\n Level 2: 36%\n
\n Level 3: 42%\n \n ),\n );\n BitNodes[\"BitNode3\"] = new BitNode(\n 3,\n 0,\n \"Corporatocracy\",\n \"The Price of Civilization\",\n (\n <>\n Our greatest illusion is that a healthy society can revolve around a single-minded pursuit of wealth.\n
\n
\n Sometime in the early 21st century economic and political globalization turned the world into a corporatocracy,\n and it never looked back. Now, the privileged elite will happily bankrupt their own countrymen, decimate their\n own community, and evict their neighbors from houses in their desperate bid to increase their wealth.\n
\n
\n In this BitNode you can create and manage your own corporation. Running a successful corporation has the\n potential of generating massive profits.\n
\n
\n Destroying this BitNode will give you Source-File 3, or if you already have this Source-File it will upgrade its\n level up to a maximum of 3. This Source-File lets you create corporations on other BitNodes (although some\n BitNodes will disable this mechanic) and level 3 permanently unlocks the full API. This Source-File also\n increases your charisma and company salary multipliers by:\n
\n Level 1: 8%\n
\n Level 2: 12%\n
\n Level 3: 14%\n \n ),\n );\n BitNodes[\"BitNode4\"] = new BitNode(\n 4,\n 1,\n \"The Singularity\",\n \"The Man and the Machine\",\n (\n <>\n The Singularity has arrived. The human race is gone, replaced by artificially superintelligent beings that are\n more machine than man.
\n
\n
\n In this BitNode you will gain access to a new set of Netscript Functions known as Singularity Functions. These\n functions allow you to control most aspects of the game through scripts, including working for\n factions/companies, purchasing/installing Augmentations, and creating programs.\n
\n
\n Destroying this BitNode will give you Source-File 4, or if you already have this Source-File it will upgrade its\n level up to a maximum of 3. This Source-File lets you access and use the Singularity Functions in other\n BitNodes. Each level of this Source-File reduces the RAM cost of singularity functions:\n
\n Level 1: 16x\n
\n Level 2: 4x\n
\n Level 3: 1x\n \n ),\n );\n BitNodes[\"BitNode5\"] = new BitNode(\n 5,\n 1,\n \"Artificial Intelligence\",\n \"Posthuman\",\n (\n <>\n They said it couldn't be done. They said the human brain, along with its consciousness and intelligence,\n couldn't be replicated. They said the complexity of the brain results from unpredictable, nonlinear interactions\n that couldn't be modeled by 1's and 0's. They were wrong.\n
\n
\n Destroying this BitNode will give you Source-File 5, or if you already have this Source-File it will upgrade its\n level up to a maximum of 3. This Source-File grants you a special new stat called Intelligence. Intelligence is\n unique because it is permanent and persistent (it never gets reset back to 1). However gaining Intelligence\n experience is much slower than other stats. Higher Intelligence levels will boost your production for many\n actions in the game.
\n
\n In addition, this Source-File will unlock the getBitNodeMultipliers() Netscript function and let you start with\n Formulas.exe, and will also raise all of your hacking-related multipliers by:\n
\n
\n Level 1: 8%\n
\n Level 2: 12%\n
\n Level 3: 14%\n \n ),\n );\n BitNodes[\"BitNode6\"] = new BitNode(\n 6,\n 1,\n FactionNames.Bladeburners,\n \"Like Tears in Rain\",\n (\n <>\n In the middle of the 21st century, {FactionNames.OmniTekIncorporated} began designing and manufacturing advanced\n synthetic androids, or Synthoids for short. They achieved a major technological breakthrough in the sixth\n generation of their Synthoid design, called MK-VI, by developing a hyperintelligent AI. Many argue that this was\n the first sentient AI ever created. This resulted in Synthoid models that were stronger, faster, and more\n intelligent than the humans that had created them.\n
\n
\n In this BitNode you will be able to access the {FactionNames.Bladeburners} Division at the NSA, which provides a\n new mechanic for progression.\n
\n
\n Destroying this BitNode will give you Source-File 6, or if you already have this Source-File it will upgrade its\n level up to a maximum of 3. This Source-File allows you to access the NSA's {FactionNames.Bladeburners} Division\n in other BitNodes. In addition, this Source-File will raise both the level and experience gain rate of all your\n combat stats by:\n
\n
\n Level 1: 8%\n
\n Level 2: 12%\n
\n Level 3: 14%\n \n ),\n );\n BitNodes[\"BitNode7\"] = new BitNode(\n 7,\n 2,\n `${FactionNames.Bladeburners} 2079`,\n \"More human than humans\",\n (\n <>\n In the middle of the 21st century, you were doing cutting-edge work at {FactionNames.OmniTekIncorporated} as\n part of the AI design team for advanced synthetic androids, or Synthoids for short. You helped achieve a major\n technological breakthrough in the sixth generation of the company's Synthoid design, called MK-VI, by developing\n a hyperintelligent AI. Many argue that this was the first sentient AI ever created. This resulted in Synthoid\n models that were stronger, faster, and more intelligent than the humans that had created them.\n
\n
\n In this BitNode you will be able to access the {FactionNames.Bladeburners} API, which allows you to access{\" \"}\n {FactionNames.Bladeburners} functionality through Netscript.\n
\n
\n Destroying this BitNode will give you Source-File 7, or if you already have this Source-File it will upgrade its\n level up to a maximum of 3. This Source-File allows you to access the {FactionNames.Bladeburners} Netscript API\n in other BitNodes. In addition, this Source-File will increase all of your {FactionNames.Bladeburners}{\" \"}\n multipliers by:\n
\n
\n Level 1: 8%\n
\n Level 2: 12%\n
\n Level 3: 14%\n \n ),\n );\n BitNodes[\"BitNode8\"] = new BitNode(\n 8,\n 2,\n \"Ghost of Wall Street\",\n \"Money never sleeps\",\n (\n <>\n You are trying to make a name for yourself as an up-and-coming hedge fund manager on Wall Street.\n
\n
\n In this BitNode:\n
\n
\n You start with $250 million\n
\n You start with a WSE membership and access to the TIX API\n
\n You are able to short stocks and place different types of orders (limit/stop)\n
\n
\n Destroying this BitNode will give you Source-File 8, or if you already have this Source-File it will upgrade its\n level up to a maximum of 3. This Source-File grants the following benefits:\n
\n
\n Level 1: Permanent access to WSE and TIX API\n
\n Level 2: Ability to short stocks in other BitNodes\n
\n Level 3: Ability to use limit/stop orders in other BitNodes\n
\n
\n This Source-File also increases your hacking growth multipliers by:\n
\n Level 1: 12%\n
\n Level 2: 18%\n
\n Level 3: 21%\n \n ),\n );\n BitNodes[\"BitNode9\"] = new BitNode(\n 9,\n 2,\n \"Hacktocracy\",\n \"Hacknet Unleashed\",\n (\n <>\n When {FactionNames.FulcrumSecretTechnologies} released their open-source Linux distro Chapeau, it quickly became\n the OS of choice for the underground hacking community. Chapeau became especially notorious for powering the\n Hacknet, a global, decentralized network used for nefarious purposes. {FactionNames.FulcrumSecretTechnologies}{\" \"}\n quickly abandoned the project and dissociated themselves from it.\n
\n
\n This BitNode unlocks the Hacknet Server, an upgraded version of the Hacknet Node. Hacknet Servers generate\n hashes, which can be spent on a variety of different upgrades.\n
\n
\n Destroying this BitNode will give you Source-File 9, or if you already have this Source-File it will upgrade its\n level up to a maximum of 3. This Source-File grants the following benefits:\n
\n
\n Level 1: Permanently unlocks the Hacknet Server in other BitNodes\n
\n Level 2: You start with 128GB of RAM on your home computer when entering a new BitNode\n
\n Level 3: Grants a highly-upgraded Hacknet Server when entering a new BitNode\n
\n
\n (Note that the Level 3 effect of this Source-File only applies when entering a new BitNode, NOT when installing\n Augmentations)\n
\n
\n This Source-File also increases your hacknet multipliers by:\n
\n Level 1: 8%\n
\n Level 2: 12%\n
\n Level 3: 14%\n \n ),\n );\n BitNodes[\"BitNode10\"] = new BitNode(\n 10,\n 2,\n \"Digital Carbon\",\n \"Your body is not who you are\",\n (\n <>\n In 2084, VitaLife unveiled to the world the Persona Core, a technology that allowed people to digitize their\n consciousness. Their consciousness could then be transferred into Synthoids or other bodies by transmitting the\n digitized data. Human bodies became nothing more than 'sleeves' for the human consciousness. Mankind had finally\n achieved immortality - at least for those that could afford it.\n
\n
\n This BitNode unlocks Sleeve and grafting technologies. Sleeve technology allows you to:\n
\n
\n 1. Grafting: Visit VitaLife in New Tokyo to be able to obtain Augmentations without needing to install\n
\n 2. Duplicate Sleeves: Duplicate your consciousness into Synthoids, allowing you to perform different tasks\n synchronously.\n
\n
\n Grafting technology allows you to graft Augmentations, which is an alternative way of installing Augmentations.\n
\n
\n Destroying this BitNode will give you Source-File 10, or if you already have this Source-File it will upgrade\n its level up to a maximum of 3. This Source-File unlocks Sleeve technology, and the Grafting API in other\n BitNodes. Each level of this Source-File also grants you a Duplicate Sleeve\n \n ),\n );\n BitNodes[\"BitNode11\"] = new BitNode(\n 11,\n 1,\n \"The Big Crash\",\n \"Okay. Sell it all.\",\n (\n <>\n The 2050s was defined by the massive amounts of violent civil unrest and anarchic rebellion that rose all around\n the world. It was this period of disorder that eventually lead to the governmental reformation of many global\n superpowers, most notably the USA and China. But just as the world was slowly beginning to recover from these\n dark times, financial catastrophe hit.\n
\n
\n In many countries, the high cost of trying to deal with the civil disorder bankrupted the governments. In all of\n this chaos and confusion, hackers were able to steal billions of dollars from the world's largest electronic\n banks, prompting an international banking crisis as governments were unable to bail out insolvent banks. Now,\n the world is slowly crumbling in the middle of the biggest economic crisis of all time.\n
\n
\n Destroying this BitNode will give you Source-File 11, or if you already have this Source-File it will upgrade\n its level up to a maximum of 3. This Source-File makes it so that company favor increases BOTH the player's\n salary and reputation gain rate at that company by 1% per favor (rather than just the reputation gain). This\n Source-File also increases the player's company salary and reputation gain multipliers by:\n
\n
\n Level 1: 32%\n
\n Level 2: 48%\n
\n Level 3: 56%\n
\n
\n It also reduces the price increase for every aug bought by:\n
\n
\n Level 1: 4%\n
\n Level 2: 6%\n
\n Level 3: 7%\n \n ),\n );\n BitNodes[\"BitNode12\"] = new BitNode(\n 12,\n 0,\n \"The Recursion\",\n \"Repeat.\",\n (\n <>\n To iterate is human, to recurse divine.\n
\n
\n Every time this BitNode is destroyed, it becomes slightly harder. Destroying this BitNode will give you\n Source-File 12, or if you already have this Source-File it will upgrade its level. There is no maximum level for\n Source-File 12. Each level of Source-File 12 lets you start any BitNodes with NeuroFlux Governor equal to the\n level of this source file.\n \n ),\n );\n BitNodes[\"BitNode13\"] = new BitNode(\n 13,\n 2,\n \"They're lunatics\",\n \"1 step back, 2 steps forward\",\n (\n <>\n With the invention of Augmentations in the 2040s a religious group known as the{\" \"}\n {FactionNames.ChurchOfTheMachineGod} has rallied far more support than anyone would have hoped.\n
\n
\n Their leader, Allison \"Mother\" Stanek is said to have created her own Augmentation whose power goes beyond any\n other. Find her in {CityName.Chongqing} and gain her trust.\n
\n
\n Destroying this BitNode will give you Source-File 13, or if you already have this Source-File it will upgrade\n its level up to a maximum of 3. This Source-File lets the {FactionNames.ChurchOfTheMachineGod} appear in other\n BitNodes.\n
\n
\n Each level of this Source-File increases the size of Stanek's Gift.\n \n ),\n );\n}\n\nexport const defaultMultipliers: IBitNodeMultipliers = {\n HackingLevelMultiplier: 1,\n StrengthLevelMultiplier: 1,\n DefenseLevelMultiplier: 1,\n DexterityLevelMultiplier: 1,\n AgilityLevelMultiplier: 1,\n CharismaLevelMultiplier: 1,\n\n ServerGrowthRate: 1,\n ServerMaxMoney: 1,\n ServerStartingMoney: 1,\n ServerStartingSecurity: 1,\n ServerWeakenRate: 1,\n\n HomeComputerRamCost: 1,\n\n PurchasedServerCost: 1,\n PurchasedServerSoftcap: 1,\n PurchasedServerLimit: 1,\n PurchasedServerMaxRam: 1,\n\n CompanyWorkMoney: 1,\n CrimeMoney: 1,\n HacknetNodeMoney: 1,\n ManualHackMoney: 1,\n ScriptHackMoney: 1,\n ScriptHackMoneyGain: 1,\n CodingContractMoney: 1,\n\n ClassGymExpGain: 1,\n CompanyWorkExpGain: 1,\n CrimeExpGain: 1,\n FactionWorkExpGain: 1,\n HackExpGain: 1,\n\n FactionPassiveRepGain: 1,\n FactionWorkRepGain: 1,\n RepToDonateToFaction: 1,\n\n AugmentationMoneyCost: 1,\n AugmentationRepCost: 1,\n\n InfiltrationMoney: 1,\n InfiltrationRep: 1,\n\n FourSigmaMarketDataCost: 1,\n FourSigmaMarketDataApiCost: 1,\n\n CorporationValuation: 1,\n CorporationSoftcap: 1,\n\n BladeburnerRank: 1,\n BladeburnerSkillCost: 1,\n\n GangSoftcap: 1,\n GangUniqueAugs: 1,\n\n DaedalusAugsRequirement: 30,\n\n StaneksGiftPowerMultiplier: 1,\n StaneksGiftExtraSize: 0,\n\n WorldDaemonDifficulty: 1,\n};\n\nObject.freeze(defaultMultipliers);\n\nexport function getBitNodeMultipliers(n: number, lvl: number): IBitNodeMultipliers {\n const mults = Object.assign({}, defaultMultipliers);\n switch (n) {\n case 1: {\n return mults;\n }\n case 2: {\n return Object.assign(mults, {\n HackingLevelMultiplier: 0.8,\n ServerGrowthRate: 0.8,\n ServerMaxMoney: 0.2,\n ServerStartingMoney: 0.4,\n CrimeMoney: 3,\n InfiltrationMoney: 3,\n FactionWorkRepGain: 0.5,\n FactionPassiveRepGain: 0,\n StaneksGiftPowerMultiplier: 2,\n StaneksGiftExtraSize: -6,\n PurchasedServerSoftcap: 1.3,\n CorporationSoftcap: 0.9,\n WorldDaemonDifficulty: 5,\n });\n }\n case 3: {\n return Object.assign(mults, {\n HackingLevelMultiplier: 0.8,\n RepToDonateToFaction: 0.5,\n AugmentationRepCost: 3,\n AugmentationMoneyCost: 3,\n ServerMaxMoney: 0.2,\n ServerStartingMoney: 0.2,\n ServerGrowthRate: 0.2,\n ScriptHackMoney: 0.2,\n CompanyWorkMoney: 0.25,\n CrimeMoney: 0.25,\n HacknetNodeMoney: 0.25,\n HomeComputerRamCost: 1.5,\n PurchasedServerCost: 2,\n StaneksGiftPowerMultiplier: 0.75,\n StaneksGiftExtraSize: -2,\n PurchasedServerSoftcap: 1.3,\n GangSoftcap: 0.9,\n WorldDaemonDifficulty: 2,\n GangUniqueAugs: 0.5,\n });\n }\n case 4: {\n return Object.assign(mults, {\n ServerMaxMoney: 0.15,\n ServerStartingMoney: 0.75,\n ScriptHackMoney: 0.2,\n CompanyWorkMoney: 0.1,\n CrimeMoney: 0.2,\n HacknetNodeMoney: 0.05,\n CompanyWorkExpGain: 0.5,\n ClassGymExpGain: 0.5,\n FactionWorkExpGain: 0.5,\n HackExpGain: 0.4,\n CrimeExpGain: 0.5,\n FactionWorkRepGain: 0.75,\n StaneksGiftPowerMultiplier: 1.5,\n StaneksGiftExtraSize: 0,\n PurchasedServerSoftcap: 1.2,\n WorldDaemonDifficulty: 3,\n GangUniqueAugs: 0.5,\n });\n }\n case 5: {\n return Object.assign(mults, {\n ServerMaxMoney: 2,\n ServerStartingSecurity: 2,\n ServerStartingMoney: 0.5,\n ScriptHackMoney: 0.15,\n HacknetNodeMoney: 0.2,\n CrimeMoney: 0.5,\n InfiltrationRep: 1.5,\n InfiltrationMoney: 1.5,\n AugmentationMoneyCost: 2,\n HackExpGain: 0.5,\n CorporationValuation: 0.5,\n StaneksGiftPowerMultiplier: 1.3,\n StaneksGiftExtraSize: 0,\n PurchasedServerSoftcap: 1.2,\n WorldDaemonDifficulty: 1.5,\n GangUniqueAugs: 0.5,\n });\n }\n case 6: {\n return Object.assign(mults, {\n HackingLevelMultiplier: 0.35,\n ServerMaxMoney: 0.4,\n ServerStartingMoney: 0.5,\n ServerStartingSecurity: 1.5,\n ScriptHackMoney: 0.75,\n CompanyWorkMoney: 0.5,\n CrimeMoney: 0.75,\n InfiltrationMoney: 0.75,\n CorporationValuation: 0.2,\n HacknetNodeMoney: 0.2,\n HackExpGain: 0.25,\n DaedalusAugsRequirement: 35,\n PurchasedServerSoftcap: 2,\n StaneksGiftPowerMultiplier: 0.5,\n StaneksGiftExtraSize: 2,\n GangSoftcap: 0.7,\n CorporationSoftcap: 0.9,\n WorldDaemonDifficulty: 2,\n GangUniqueAugs: 0.2,\n });\n }\n case 7: {\n return Object.assign(mults, {\n BladeburnerRank: 0.6,\n BladeburnerSkillCost: 2,\n AugmentationMoneyCost: 3,\n HackingLevelMultiplier: 0.35,\n ServerMaxMoney: 0.4,\n ServerStartingMoney: 0.5,\n ServerStartingSecurity: 1.5,\n ScriptHackMoney: 0.5,\n CompanyWorkMoney: 0.5,\n CrimeMoney: 0.75,\n InfiltrationMoney: 0.75,\n CorporationValuation: 0.2,\n HacknetNodeMoney: 0.2,\n HackExpGain: 0.25,\n FourSigmaMarketDataCost: 2,\n FourSigmaMarketDataApiCost: 2,\n DaedalusAugsRequirement: 35,\n PurchasedServerSoftcap: 2,\n StaneksGiftPowerMultiplier: 0.9,\n StaneksGiftExtraSize: -1,\n GangSoftcap: 0.7,\n CorporationSoftcap: 0.9,\n WorldDaemonDifficulty: 2,\n GangUniqueAugs: 0.2,\n });\n }\n case 8: {\n return Object.assign(mults, {\n BladeburnerRank: 0,\n ScriptHackMoney: 0.3,\n ScriptHackMoneyGain: 0,\n ManualHackMoney: 0,\n CompanyWorkMoney: 0,\n CrimeMoney: 0,\n HacknetNodeMoney: 0,\n InfiltrationMoney: 0,\n RepToDonateToFaction: 0,\n CorporationValuation: 0,\n CodingContractMoney: 0,\n StaneksGiftExtraSize: -99,\n PurchasedServerSoftcap: 4,\n GangSoftcap: 0,\n CorporationSoftcap: 0,\n GangUniqueAugs: 0,\n });\n }\n case 9: {\n return Object.assign(mults, {\n HackingLevelMultiplier: 0.5,\n StrengthLevelMultiplier: 0.45,\n DefenseLevelMultiplier: 0.45,\n DexterityLevelMultiplier: 0.45,\n AgilityLevelMultiplier: 0.45,\n CharismaLevelMultiplier: 0.45,\n PurchasedServerLimit: 0,\n HomeComputerRamCost: 5,\n CrimeMoney: 0.5,\n ScriptHackMoney: 0.1,\n HackExpGain: 0.05,\n ServerStartingMoney: 0.1,\n ServerMaxMoney: 0.1,\n ServerStartingSecurity: 2.5,\n CorporationValuation: 0.5,\n FourSigmaMarketDataCost: 5,\n FourSigmaMarketDataApiCost: 4,\n BladeburnerRank: 0.9,\n BladeburnerSkillCost: 1.2,\n StaneksGiftPowerMultiplier: 0.5,\n StaneksGiftExtraSize: 2,\n GangSoftcap: 0.8,\n CorporationSoftcap: 0.7,\n WorldDaemonDifficulty: 2,\n GangUniqueAugs: 0.25,\n });\n }\n case 10: {\n return Object.assign(mults, {\n HackingLevelMultiplier: 0.35,\n StrengthLevelMultiplier: 0.4,\n DefenseLevelMultiplier: 0.4,\n DexterityLevelMultiplier: 0.4,\n AgilityLevelMultiplier: 0.4,\n CharismaLevelMultiplier: 0.4,\n CompanyWorkMoney: 0.5,\n CrimeMoney: 0.5,\n HacknetNodeMoney: 0.5,\n ManualHackMoney: 0.5,\n ScriptHackMoney: 0.5,\n CodingContractMoney: 0.5,\n InfiltrationMoney: 0.5,\n CorporationValuation: 0.5,\n AugmentationMoneyCost: 5,\n AugmentationRepCost: 2,\n HomeComputerRamCost: 1.5,\n PurchasedServerCost: 5,\n PurchasedServerLimit: 0.6,\n PurchasedServerMaxRam: 0.5,\n BladeburnerRank: 0.8,\n StaneksGiftPowerMultiplier: 0.75,\n StaneksGiftExtraSize: -3,\n PurchasedServerSoftcap: 1.1,\n GangSoftcap: 0.9,\n CorporationSoftcap: 0.9,\n WorldDaemonDifficulty: 2,\n GangUniqueAugs: 0.25,\n });\n }\n case 11: {\n return Object.assign(mults, {\n HackingLevelMultiplier: 0.6,\n HackExpGain: 0.5,\n ServerMaxMoney: 0.1,\n ServerStartingMoney: 0.1,\n ServerGrowthRate: 0.2,\n ServerWeakenRate: 2,\n CrimeMoney: 3,\n CompanyWorkMoney: 0.5,\n HacknetNodeMoney: 0.1,\n AugmentationMoneyCost: 2,\n InfiltrationMoney: 2.5,\n InfiltrationRep: 2.5,\n CorporationValuation: 0.1,\n CodingContractMoney: 0.25,\n FourSigmaMarketDataCost: 4,\n FourSigmaMarketDataApiCost: 4,\n PurchasedServerSoftcap: 2,\n CorporationSoftcap: 0.9,\n WorldDaemonDifficulty: 1.5,\n GangUniqueAugs: 0.75,\n });\n }\n case 12: {\n const inc = Math.pow(1.02, lvl);\n const dec = 1 / inc;\n\n return Object.assign(mults, {\n DaedalusAugsRequirement: Math.floor(Math.min(mults.DaedalusAugsRequirement + inc, 40)),\n\n HackingLevelMultiplier: dec,\n StrengthLevelMultiplier: dec,\n DefenseLevelMultiplier: dec,\n DexterityLevelMultiplier: dec,\n AgilityLevelMultiplier: dec,\n CharismaLevelMultiplier: dec,\n\n ServerMaxMoney: dec,\n ServerStartingMoney: dec,\n ServerGrowthRate: dec,\n ServerWeakenRate: dec,\n\n //Does not scale, otherwise security might start at 300+\n ServerStartingSecurity: 1.5,\n\n HomeComputerRamCost: inc,\n\n PurchasedServerCost: inc,\n PurchasedServerLimit: dec,\n PurchasedServerMaxRam: dec,\n PurchasedServerSoftcap: inc,\n\n ManualHackMoney: dec,\n ScriptHackMoney: dec,\n CompanyWorkMoney: dec,\n CrimeMoney: dec,\n HacknetNodeMoney: dec,\n CodingContractMoney: dec,\n\n CompanyWorkExpGain: dec,\n ClassGymExpGain: dec,\n FactionWorkExpGain: dec,\n HackExpGain: dec,\n CrimeExpGain: dec,\n\n FactionWorkRepGain: dec,\n FactionPassiveRepGain: dec,\n RepToDonateToFaction: inc,\n\n AugmentationRepCost: inc,\n AugmentationMoneyCost: inc,\n\n InfiltrationMoney: dec,\n InfiltrationRep: dec,\n\n FourSigmaMarketDataCost: inc,\n FourSigmaMarketDataApiCost: inc,\n\n CorporationValuation: dec,\n\n BladeburnerRank: dec,\n BladeburnerSkillCost: inc,\n\n StaneksGiftPowerMultiplier: inc,\n StaneksGiftExtraSize: inc,\n GangSoftcap: 0.8,\n CorporationSoftcap: 0.8,\n WorldDaemonDifficulty: inc,\n\n GangUniqueAugs: dec,\n });\n }\n case 13: {\n return Object.assign(mults, {\n PurchasedServerSoftcap: 1.6,\n\n HackingLevelMultiplier: 0.25,\n StrengthLevelMultiplier: 0.7,\n DefenseLevelMultiplier: 0.7,\n DexterityLevelMultiplier: 0.7,\n AgilityLevelMultiplier: 0.7,\n\n ServerMaxMoney: 0.45,\n ServerStartingMoney: 0.75,\n\n ServerStartingSecurity: 3,\n\n ScriptHackMoney: 0.2,\n CompanyWorkMoney: 0.4,\n CrimeMoney: 0.4,\n HacknetNodeMoney: 0.4,\n CodingContractMoney: 0.4,\n\n CompanyWorkExpGain: 0.5,\n ClassGymExpGain: 0.5,\n FactionWorkExpGain: 0.5,\n HackExpGain: 0.1,\n CrimeExpGain: 0.5,\n\n FactionWorkRepGain: 0.6,\n\n FourSigmaMarketDataCost: 10,\n FourSigmaMarketDataApiCost: 10,\n\n CorporationValuation: 0.001,\n\n BladeburnerRank: 0.45,\n BladeburnerSkillCost: 2,\n StaneksGiftPowerMultiplier: 2,\n StaneksGiftExtraSize: 1,\n GangSoftcap: 0.3,\n CorporationSoftcap: 0.3,\n WorldDaemonDifficulty: 3,\n GangUniqueAugs: 0.1,\n });\n }\n default: {\n throw new Error(\"Invalid BitNodeN\");\n }\n }\n}\n\nexport function initBitNodeMultipliers(): void {\n Object.assign(BitNodeMultipliers, getBitNodeMultipliers(Player.bitNodeN, Player.sourceFileLvl(Player.bitNodeN)));\n}\n","import { IReviverValue } from \"../utils/JSONReviver\";\n\nexport abstract class Work {\n type: WorkType;\n singularity: boolean;\n cyclesWorked: number;\n\n constructor(type: WorkType, singularity: boolean) {\n this.type = type;\n this.singularity = singularity;\n this.cyclesWorked = 0;\n }\n\n abstract process(cycles: number): boolean;\n abstract finish(cancelled: boolean): void;\n abstract APICopy(): Record;\n abstract toJSON(): IReviverValue;\n}\n\nexport enum WorkType {\n CRIME = \"CRIME\",\n CLASS = \"CLASS\",\n CREATE_PROGRAM = \"CREATE_PROGRAM\",\n GRAFTING = \"GRAFTING\",\n FACTION = \"FACTION\",\n COMPANY = \"COMPANY\",\n}\n","import { IMinMaxRange } from \"../types\";\nimport { Generic_fromJSON, Generic_toJSON, IReviverValue, Reviver } from \"../utils/JSONReviver\";\nimport { getRandomInt } from \"../utils/helpers/getRandomInt\";\n\nexport const StockForecastInfluenceLimit = 5;\n\nexport interface IConstructorParams {\n b: boolean;\n initPrice: number | IMinMaxRange;\n marketCap: number;\n mv: number | IMinMaxRange;\n name: string;\n otlkMag: number;\n spreadPerc: number | IMinMaxRange;\n shareTxForMovement: number | IMinMaxRange;\n symbol: string;\n}\n\nconst defaultConstructorParams: IConstructorParams = {\n b: true,\n initPrice: 10e3,\n marketCap: 1e12,\n mv: 1,\n name: \"\",\n otlkMag: 0,\n spreadPerc: 0,\n shareTxForMovement: 1e6,\n symbol: \"\",\n};\n\n// Helper function that convert a IMinMaxRange to a number\nfunction toNumber(n: number | IMinMaxRange): number {\n let value: number;\n switch (typeof n) {\n case \"number\": {\n return n;\n }\n case \"object\": {\n const range = n;\n value = getRandomInt(range.min, range.max);\n break;\n }\n default:\n throw Error(`Do not know how to convert the type '${typeof n}' to a number`);\n }\n\n if (typeof n === \"object\" && typeof n.divisor === \"number\") {\n return value / n.divisor;\n }\n\n return value;\n}\n\n/** Represents the valuation of a company in the World Stock Exchange. */\nexport class Stock {\n /** Bear or bull (more likely to go up or down, based on otlkMag) */\n b: boolean;\n\n /** Maximum price of a stock (per share) */\n readonly cap: number;\n\n /** Stocks previous share price */\n lastPrice: number;\n\n /** Maximum number of shares that player can own (both long and short combined) */\n readonly maxShares: number;\n\n /** Maximum volatility */\n readonly mv: number;\n\n /** Name of the company that the stock is for */\n readonly name: string;\n\n /**\n * Outlook magnitude. Represents the stock's forecast and likelihood\n * of increasing/decreasing (based on whether its in bear or bull mode)\n */\n otlkMag: number;\n\n /**\n * Forecast of outlook magnitude. Essentially a second-order forecast.\n * Unlike 'otlkMag', this number is on an absolute scale from 0-100 (rather than 0-50)\n */\n otlkMagForecast: number;\n\n /** Average price of stocks that the player owns in the LONG position */\n playerAvgPx: number;\n\n /** Average price of stocks that the player owns in the SHORT position */\n playerAvgShortPx: number;\n\n /** Number of shares the player owns in the LONG position */\n playerShares: number;\n\n /** Number of shares the player owns in the SHORT position */\n playerShortShares: number;\n\n /** Stock's share price */\n price: number;\n\n /** How many shares need to be transacted in order to trigger a price movement */\n readonly shareTxForMovement: number;\n\n /**\n * How many share transactions remaining until a price movement occurs\n * (separately tracked for upward and downward movements)\n */\n shareTxUntilMovement: number;\n\n /**\n * Spread percentage. The bid/ask prices for this stock are N% above or below\n * the \"real price\" to emulate spread.\n */\n readonly spreadPerc: number;\n\n /** The stock's ticker symbol */\n readonly symbol: string;\n\n /**\n * Total number of shares of this stock\n * This is different than maxShares, as this is like authorized stock while\n * maxShares is outstanding stock.\n */\n readonly totalShares: number;\n\n constructor(p: IConstructorParams = defaultConstructorParams) {\n this.name = p.name;\n this.symbol = p.symbol;\n this.price = toNumber(p.initPrice);\n this.lastPrice = this.price;\n this.playerShares = 0;\n this.playerAvgPx = 0;\n this.playerShortShares = 0;\n this.playerAvgShortPx = 0;\n this.mv = toNumber(p.mv);\n this.b = p.b;\n this.otlkMag = p.otlkMag;\n this.otlkMagForecast = this.getAbsoluteForecast();\n this.cap = getRandomInt(this.price * 1e3, this.price * 25e3);\n this.spreadPerc = toNumber(p.spreadPerc);\n this.shareTxForMovement = toNumber(p.shareTxForMovement);\n this.shareTxUntilMovement = this.shareTxForMovement;\n\n // Total shares is determined by market cap, and is rounded to nearest 100k\n const totalSharesUnrounded: number = p.marketCap / this.price;\n this.totalShares = Math.round(totalSharesUnrounded / 1e5) * 1e5;\n\n // Max Shares (Outstanding shares) is a percentage of total shares\n const outstandingSharePercentage = 0.2;\n this.maxShares = Math.round((this.totalShares * outstandingSharePercentage) / 1e5) * 1e5;\n }\n\n /** Safely set the stock's second-order forecast to a new value */\n changeForecastForecast(newff: number): void {\n this.otlkMagForecast = newff;\n if (this.otlkMagForecast > 100) {\n this.otlkMagForecast = 100;\n } else if (this.otlkMagForecast < 0) {\n this.otlkMagForecast = 0;\n }\n }\n\n /** Set the stock to a new price. Also updates the stock's previous price tracker */\n changePrice(newPrice: number): void {\n this.lastPrice = this.price;\n this.price = newPrice;\n }\n\n /**\n * Change the stock's forecast during a stock market 'tick'.\n * The way a stock's forecast changes depends on various internal properties,\n * but is ultimately determined by RNG\n */\n cycleForecast(changeAmt = 0.1): void {\n const increaseChance = this.getForecastIncreaseChance();\n\n if (Math.random() < increaseChance) {\n // Forecast increases\n if (this.b) {\n this.otlkMag += changeAmt;\n } else {\n this.otlkMag -= changeAmt;\n }\n } else if (this.b) {\n // Forecast decreases\n this.otlkMag -= changeAmt;\n } else {\n this.otlkMag += changeAmt;\n }\n\n this.otlkMag = Math.min(this.otlkMag, 50);\n if (this.otlkMag < 0) {\n this.otlkMag *= -1;\n this.b = !this.b;\n }\n }\n\n /**\n * Change's the stock's second-order forecast during a stock market 'tick'.\n * The change for the second-order forecast to increase is 50/50\n */\n cycleForecastForecast(changeAmt = 0.1): void {\n if (Math.random() < 0.5) {\n this.changeForecastForecast(this.otlkMagForecast + changeAmt);\n } else {\n this.changeForecastForecast(this.otlkMagForecast - changeAmt);\n }\n }\n\n /**\n * \"Flip\" the stock's second-order forecast. This can occur during a\n * stock market \"cycle\" (determined by RNG). It is used to simulate\n * RL stock market cycles and introduce volatility\n */\n flipForecastForecast(): void {\n const diff = this.otlkMagForecast - 50;\n this.otlkMagForecast = 50 + -1 * diff;\n }\n\n /** Returns the stock's absolute forecast, which is a number between 0-100 */\n getAbsoluteForecast(): number {\n return this.b ? 50 + this.otlkMag : 50 - this.otlkMag;\n }\n\n /** Return the price at which YOUR stock is bought (market ask price). Accounts for spread */\n getAskPrice(): number {\n return this.price * (1 + this.spreadPerc / 100);\n }\n\n /** Return the price at which YOUR stock is sold (market bid price). Accounts for spread */\n getBidPrice(): number {\n return this.price * (1 - this.spreadPerc / 100);\n }\n\n /** Returns the chance (0-1 decimal) that a stock has of having its forecast increase */\n getForecastIncreaseChance(): number {\n const diff = this.otlkMagForecast - this.getAbsoluteForecast();\n\n return (50 + Math.min(Math.max(diff, -45), 45)) / 100;\n }\n\n /**\n * Changes a stock's forecast. This is used when the stock is influenced\n * by a transaction. The stock's forecast always goes towards 50, but the\n * movement is capped by a certain threshold/limit\n */\n influenceForecast(change: number): void {\n if (this.otlkMag > StockForecastInfluenceLimit) {\n this.otlkMag = Math.max(StockForecastInfluenceLimit, this.otlkMag - change);\n }\n }\n\n /**\n * Changes a stock's second-order forecast. This is used when the stock is\n * influenced by a transaction. The stock's second-order forecast always\n * goes towards 50.\n */\n influenceForecastForecast(change: number): void {\n if (this.otlkMagForecast > 50) {\n this.otlkMagForecast -= change;\n this.otlkMagForecast = Math.max(50, this.otlkMagForecast);\n } else if (this.otlkMagForecast < 50) {\n this.otlkMagForecast += change;\n this.otlkMagForecast = Math.min(50, this.otlkMagForecast);\n }\n }\n\n /** Serialize the Stock to a JSON save state. */\n toJSON(): IReviverValue {\n return Generic_toJSON(\"Stock\", this);\n }\n\n /** Initializes a Stock from a JSON save state */\n static fromJSON(value: IReviverValue): Stock {\n return Generic_fromJSON(Stock, value.data);\n }\n}\n\nReviver.constructors.Stock = Stock;\n","/**\n * Map of all Cities in the game\n * Key = City Name, Value = City object\n */\nimport { City } from \"./City\";\n\nexport const Cities: Record = {};\n","import { BitNodeMultipliers } from \"../../BitNode/BitNodeMultipliers\";\nimport { HacknetServerConstants } from \"../data/Constants\";\n\nexport function calculateHashGainRate(\n level: number,\n ramUsed: number,\n maxRam: number,\n cores: number,\n mult: number,\n): number {\n const baseGain = HacknetServerConstants.HashesPerLevel * level;\n const ramMultiplier = Math.pow(1.07, Math.log2(maxRam));\n const coreMultiplier = 1 + (cores - 1) / 5;\n const ramRatio = 1 - ramUsed / maxRam;\n\n return baseGain * ramMultiplier * coreMultiplier * ramRatio * mult * BitNodeMultipliers.HacknetNodeMoney;\n}\n\nexport function calculateLevelUpgradeCost(startingLevel: number, extraLevels = 1, costMult = 1): number {\n const sanitizedLevels = Math.round(extraLevels);\n if (isNaN(sanitizedLevels) || sanitizedLevels < 1) {\n return 0;\n }\n\n if (startingLevel >= HacknetServerConstants.MaxLevel) {\n return Infinity;\n }\n\n const mult = HacknetServerConstants.UpgradeLevelMult;\n let totalMultiplier = 0;\n let currLevel = startingLevel;\n for (let i = 0; i < sanitizedLevels; ++i) {\n totalMultiplier += Math.pow(mult, currLevel);\n ++currLevel;\n }\n\n return 10 * HacknetServerConstants.BaseCost * totalMultiplier * costMult;\n}\n\nexport function calculateRamUpgradeCost(startingRam: number, extraLevels = 1, costMult = 1): number {\n const sanitizedLevels = Math.round(extraLevels);\n if (isNaN(sanitizedLevels) || sanitizedLevels < 1) {\n return 0;\n }\n\n if (startingRam >= HacknetServerConstants.MaxRam) {\n return Infinity;\n }\n\n let totalCost = 0;\n let numUpgrades = Math.round(Math.log2(startingRam));\n let currentRam = startingRam;\n for (let i = 0; i < sanitizedLevels; ++i) {\n const baseCost = currentRam * HacknetServerConstants.RamBaseCost;\n const mult = Math.pow(HacknetServerConstants.UpgradeRamMult, numUpgrades);\n\n totalCost += baseCost * mult;\n\n currentRam *= 2;\n ++numUpgrades;\n }\n totalCost *= costMult;\n\n return totalCost;\n}\n\nexport function calculateCoreUpgradeCost(startingCores: number, extraLevels = 1, costMult = 1): number {\n const sanitizedLevels = Math.round(extraLevels);\n if (isNaN(sanitizedLevels) || sanitizedLevels < 1) {\n return 0;\n }\n\n if (startingCores >= HacknetServerConstants.MaxCores) {\n return Infinity;\n }\n\n const mult = HacknetServerConstants.UpgradeCoreMult;\n let totalCost = 0;\n let currentCores = startingCores;\n for (let i = 0; i < sanitizedLevels; ++i) {\n totalCost += Math.pow(mult, currentCores - 1);\n ++currentCores;\n }\n totalCost *= HacknetServerConstants.CoreBaseCost;\n totalCost *= costMult;\n\n return totalCost;\n}\n\nexport function calculateCacheUpgradeCost(startingCache: number, extraLevels = 1): number {\n const sanitizedLevels = Math.round(extraLevels);\n if (isNaN(sanitizedLevels) || sanitizedLevels < 1) {\n return 0;\n }\n\n if (startingCache >= HacknetServerConstants.MaxCache) {\n return Infinity;\n }\n\n const mult = HacknetServerConstants.UpgradeCacheMult;\n let totalCost = 0;\n let currentCache = startingCache;\n for (let i = 0; i < sanitizedLevels; ++i) {\n totalCost += Math.pow(mult, currentCache - 1);\n ++currentCache;\n }\n totalCost *= HacknetServerConstants.CacheBaseCost;\n\n return totalCost;\n}\n\nexport function calculateServerCost(n: number, mult = 1): number {\n if (n - 1 >= HacknetServerConstants.MaxServers) {\n return Infinity;\n }\n\n return HacknetServerConstants.BaseCost * Math.pow(HacknetServerConstants.PurchaseMult, n - 1) * mult;\n}\n","/**\n * Stops an actively-running script (represented by a WorkerScript object)\n * and removes it from the global pool of active scripts.\n */\nimport { ScriptDeath } from \"./ScriptDeath\";\nimport { WorkerScript } from \"./WorkerScript\";\nimport { workerScripts } from \"./WorkerScripts\";\nimport { WorkerScriptStartStopEventEmitter } from \"./WorkerScriptStartStopEventEmitter\";\n\nimport { RunningScript } from \"../Script/RunningScript\";\nimport { GetServer } from \"../Server/AllServers\";\n\nimport { AddRecentScript } from \"./RecentScripts\";\nimport { ITutorial } from \"../InteractiveTutorial\";\nimport { AlertEvents } from \"../ui/React/AlertManager\";\nimport { handleUnknownError } from \"./NetscriptHelpers\";\n\nexport type killScriptParams = WorkerScript | number | { runningScript: RunningScript; hostname: string };\n\nexport function killWorkerScript(params: killScriptParams): boolean {\n if (ITutorial.isRunning) {\n AlertEvents.emit(\"Processes cannot be killed during the tutorial.\");\n return false;\n }\n if (params instanceof WorkerScript) {\n stopAndCleanUpWorkerScript(params);\n\n return true;\n } else if (typeof params === \"number\") {\n return killWorkerScriptByPid(params);\n } else {\n // Try to kill by PID\n const res = killWorkerScriptByPid(params.runningScript.pid);\n if (res) {\n return res;\n }\n\n // If for some reason that doesn't work, we'll try the old way\n for (const ws of workerScripts.values()) {\n if (ws.scriptRef === params.runningScript) {\n stopAndCleanUpWorkerScript(ws);\n return true;\n }\n }\n\n return false;\n }\n}\n\nfunction killWorkerScriptByPid(pid: number): boolean {\n const ws = workerScripts.get(pid);\n if (ws instanceof WorkerScript) {\n stopAndCleanUpWorkerScript(ws);\n return true;\n }\n\n return false;\n}\n\nfunction stopAndCleanUpWorkerScript(ws: WorkerScript): void {\n //Clean up any ongoing netscriptDelay\n if (ws.delay) clearTimeout(ws.delay);\n ws.delayReject?.(new ScriptDeath(ws));\n ws.env.runningFn = \"\";\n\n if (typeof ws.atExit === \"function\") {\n try {\n ws.env.stopFlag = false;\n ws.atExit();\n } catch (e: unknown) {\n handleUnknownError(e, ws, \"Error running atExit function.\\n\\n\");\n }\n ws.atExit = undefined;\n }\n ws.env.stopFlag = true;\n removeWorkerScript(ws);\n}\n\n/**\n * Helper function that removes the script being killed from the global pool.\n * Also handles other cleanup-time operations\n *\n * @param {WorkerScript} - Identifier for WorkerScript. Either the object itself, or\n * its index in the global workerScripts array\n */\nfunction removeWorkerScript(workerScript: WorkerScript): void {\n const ip = workerScript.hostname;\n\n // Get the server on which the script runs\n const server = GetServer(ip);\n if (server == null) {\n console.error(`Could not find server on which this script is running: ${ip}`);\n return;\n }\n\n // Delete the RunningScript object from that server\n for (let i = 0; i < server.runningScripts.length; ++i) {\n const runningScript = server.runningScripts[i];\n if (runningScript === workerScript.scriptRef) {\n server.runningScripts.splice(i, 1);\n break;\n }\n }\n\n // Recalculate ram used on that server\n\n server.updateRamUsed(0);\n for (const rs of server.runningScripts) server.updateRamUsed(server.ramUsed + rs.ramUsage * rs.threads);\n\n // Delete script from global pool (workerScripts)\n workerScripts.delete(workerScript.pid);\n // const res = workerScripts.delete(workerScript.pid);\n // if (!res) {\n // console.warn(`removeWorkerScript() called with WorkerScript that wasn't in the global map:`);\n // console.warn(workerScript);\n // }\n AddRecentScript(workerScript);\n\n WorkerScriptStartStopEventEmitter.emit();\n}\n","import { Terminal } from \"./Terminal\";\n\nexport let Aliases: Record = {};\nexport let GlobalAliases: Record = {};\n\nexport function loadAliases(saveString: string): void {\n if (saveString === \"\") {\n Aliases = {};\n } else {\n Aliases = JSON.parse(saveString);\n }\n}\n\nexport function loadGlobalAliases(saveString: string): void {\n if (saveString === \"\") {\n GlobalAliases = {};\n } else {\n GlobalAliases = JSON.parse(saveString);\n }\n}\n\n// Prints all aliases to terminal\nexport function printAliases(): void {\n for (const name of Object.keys(Aliases)) {\n if (Aliases.hasOwnProperty(name)) {\n Terminal.print(\"alias \" + name + \"=\" + Aliases[name]);\n }\n }\n for (const name of Object.keys(GlobalAliases)) {\n if (GlobalAliases.hasOwnProperty(name)) {\n Terminal.print(\"global alias \" + name + \"=\" + GlobalAliases[name]);\n }\n }\n}\n\n// Returns true if successful, false otherwise\nexport function parseAliasDeclaration(dec: string, global = false): boolean {\n const re = /^([\\w|!%,@-]+)=(.+)$/;\n const matches = dec.match(re);\n if (matches == null || matches.length != 3) {\n return false;\n }\n\n if (global) {\n addGlobalAlias(matches[1], matches[2]);\n } else {\n addAlias(matches[1], matches[2]);\n }\n return true;\n}\n\nfunction addAlias(name: string, value: string): void {\n if (name in GlobalAliases) {\n delete GlobalAliases[name];\n }\n Aliases[name] = value.trim();\n}\n\nfunction addGlobalAlias(name: string, value: string): void {\n if (name in Aliases) {\n delete Aliases[name];\n }\n GlobalAliases[name] = value.trim();\n}\n\nfunction getAlias(name: string): string | null {\n if (Aliases.hasOwnProperty(name)) {\n return Aliases[name];\n }\n\n return null;\n}\n\nfunction getGlobalAlias(name: string): string | null {\n if (GlobalAliases.hasOwnProperty(name)) {\n return GlobalAliases[name];\n }\n return null;\n}\n\nexport function removeAlias(name: string): boolean {\n if (Aliases.hasOwnProperty(name)) {\n delete Aliases[name];\n return true;\n }\n\n if (GlobalAliases.hasOwnProperty(name)) {\n delete GlobalAliases[name];\n return true;\n }\n\n return false;\n}\n\n/**\n * Returns the original string with any aliases substituted in.\n * Aliases are only applied to \"whole words\", one level deep\n */\nexport function substituteAliases(origCommand: string): string {\n const commandArray = origCommand.split(\" \");\n if (commandArray.length > 0) {\n // For the alias and unalias commands, don't substitute\n if (commandArray[0] === \"unalias\" || commandArray[0] === \"alias\") {\n return commandArray.join(\" \");\n }\n\n let somethingSubstituted = true;\n let depth = 0;\n\n while (somethingSubstituted && depth < 10) {\n depth++;\n somethingSubstituted = false;\n const alias = getAlias(commandArray[0])?.split(\" \");\n if (alias != null) {\n somethingSubstituted = true;\n commandArray.splice(0, 1, ...alias);\n //commandArray[0] = alias;\n }\n for (let i = 0; i < commandArray.length; ++i) {\n const alias = getGlobalAlias(commandArray[i])?.split(\" \");\n if (alias != null) {\n somethingSubstituted = true;\n commandArray.splice(i, 1, ...alias);\n i += alias.length - 1;\n //commandArray[i] = alias;\n }\n }\n }\n }\n return commandArray.join(\" \");\n}\n","/**\n * Map of all Locations in the game\n * Key = Location name, value = Location object\n */\nimport { City } from \"./City\";\nimport { Cities } from \"./Cities\";\nimport { Location, IConstructorParams } from \"./Location\";\nimport { CityName } from \"./data/CityNames\";\nimport { LocationsMetadata } from \"./data/LocationsMetadata\";\n\nexport const Locations: Record = {};\n\n/**\n * Here, we'll initialize both Locations and Cities data. These can both\n * be initialized from the `LocationsMetadata`\n */\nfunction constructLocation(p: IConstructorParams): Location {\n if (!p.name) {\n throw new Error(`Invalid constructor parameters for Location. No 'name' property`);\n }\n\n if (Locations[p.name]) {\n console.warn(`Property with name ${p.name} already exists and is being overwritten`);\n }\n\n Locations[p.name] = new Location(p);\n\n return Locations[p.name];\n}\n\n// First construct all cities\nCities[CityName.Aevum] = new City(CityName.Aevum);\nCities[CityName.Chongqing] = new City(CityName.Chongqing);\nCities[CityName.Ishima] = new City(CityName.Ishima);\nCities[CityName.NewTokyo] = new City(CityName.NewTokyo);\nCities[CityName.Sector12] = new City(CityName.Sector12);\nCities[CityName.Volhaven] = new City(CityName.Volhaven);\n\nCities[CityName.Aevum].asciiArt = `\n [aevum police headquarters] 26 \n o \n I \\\\ [bachman & associates] \n \\\\ 56 B \n x \\\\ [summit university] \n \\\\ \\\\ 28 \n \\\\ [snap fitness gym] x o--L-----------N \n K \\\\ / \n \\\\ \\\\ Q [casino] \n x 58 \\\\ / [travel agency] \n \\\\ 94 95 o \n 90 x 59 o------o | \n \\\\ / \\\\ | 98 102 103 \n o--------O------x----o 93 96 o-----+------------o o----o \n \\\\ | \\\\ / \n [hospital] \\\\ 61 [ecorp] x 31 99 o-F-o 101 \n o | \n | o---E-- | [fulcrum tech.] \n x 62 / A [aerocorp] \n [crush fitness gym] | / | \n | / | \n o--------D------+--o o \n | |\\\\ [rho construction] \n H [netlink tech.] | J \n | | \\\\ \n | 34 x \\\\ \n [clarke inc.] C | \\\\ [world stock exchange] \n | | \\\\ \n | | o-M-------R--------o \n[galactic cybersystems] G 35 x \n | [watchdog security] \n | \n 67 o \n \n [the slums] P `;\nCities[CityName.Chongqing].asciiArt = `\n | \n 75 o \n \\\\ \n o 76 \n 7 | | \n | + 77 \n [world stock exchange] F | \n \\\\ o 78 [kuaigong international] \n \\\\ / \n 38 o----x--x------x------A------G-- \n / 39 | 41 [church] \n 37 o + 79 o--x--x-C-0 \n / | / \n / x-----+-----x-----0 [hospital] \n[solaris space system] B | \n | + 80 \n | | \n 34 o E [travel agency] \n | \n | \n x 82 \n [the slums] D `;\nCities[CityName.Ishima].asciiArt = `\n o 59 \n o o | \n [storm tech.] | | G [world stock exchange] \n | | 28 | \n 23 o--C------o--------+----x----o | \n / / 25 | 27 \\\\ x 57 \n / / | \\\\ | \n / / | \\\\ | \n o 22 o | \\\\| 29/56 \n | | o \n | [hospital] D / \\\\ 3 2 1 \n o | / \\\\ o-------x------o \n / o / \\\\ / \n 48 o / 55 x \\\\ / \n \\\\ / / x [glitch] \n \\\\ / [nova medical] / 4/30 \\\\ \n 49 x A \\\\ H \n / \\\\ / \\\\ \n / \\\\ [travel agency] F o 31 \n / \\\\ 51 / \n / o----B------x-----o \n o 50 52 \n [omega soft.] \n [the slums] E `;\nCities[CityName.NewTokyo].asciiArt = `\n \n \n o \n \\\\ \n [arcade] E [defcomm] \n \\\\ \n o--x---A--x--o [travel agency] \n 7 8 10 H \n [vitalife] o 12 [global pharmaceuticals] \n | \n o--D-x----x-------x-C-+--------x--x-B-x---x-o \n 21 22 23 \\\\ 24 25 26 27 \n \\\\ \n [noodle bar] x 14 \n \\\\ \n \\\\ \n [hospital] o 15 [world stock exchange] \n | \n o--x--F--x-----x-----x---+---x----x--I--x-o \n | \n | \n o 17 \n \n \n \n G [the slums] \n `;\nCities[CityName.Sector12].asciiArt = `\n 78 o 97 \n o [icarus microsystems] / \n N [powerhouse gym] o I \n 1 | | / \n o-----+---x----o 4 A [alpha ent.] o-------o / \n | 3 \\\\ | \\\\ / \n | \\\\ | [iron gym] x 95 \n (79) x \\\\ | / \\\\ \n | o-E----+----x----J--o 10 / o----T--o \n | | 8 \\\\ 94 x \n 80 x [city hall] | x 11 / [world stock exchange]\n | | \\\\ / \n | C [cia] \\\\ / \n Q [hospital] | F P [universal energy] \n | o [deltaone] \\\\ / \n | 35 o---------x 13/92/36 \n L [megacorp] 33 / / \\\\ \n | o------------o 34 / \\\\ \n (29) | / [carmichael sec.] D \\\\ \n o-----+-----x------o / O [rothman university] \n | 31 32 [nsa] M \n | / \n B [blade industries] H \n | / [four sigma] \n | [joe's guns] / \n | / \n 85 o--G--------K--------S-------o 88 [the slums] R \n \n [foodnstuff] [travel agency] `;\nCities[CityName.Volhaven].asciiArt = `\n [omnia cybersystems] \n 17 66 68 \n o o------G-------o \n \\\\ / \\\\ \n \\\\ o 65 o 69 \n [syscore sec.] H | | \n \\\\ | | [millenium fitness gym] \n \\\\ | 21 22 23 24 | 26 \n o----+--x--x----x---x---+-----x-------D-----o \n 19 | | 28 \n | F [omnitek inc.] \n [hospital] J 63 o \n | / 72 \n 3 | 5 6 / 9 \n o--------+----x-----x----+----------M-------o \n / | | \n / 61 x [helios labs] B [world stock exchange] \n [travel agency] L | | \n / | o \n / E [nwo] / 75 \n / [computek] | / \n / A-------o------I-----o \n 1 o | | \n | [zb] o 77 \n [lexocorp] C \n | \n o \n 57 \n \n \n [the slums] K `;\n\n// Then construct all locations, and add them to the cities as we go.\nfor (const metadata of LocationsMetadata) {\n const loc = constructLocation(metadata);\n\n const cityName = loc.city;\n if (cityName === null) {\n // Generic location, add to all cities\n for (const city of Object.keys(Cities)) {\n Cities[city].addLocation(loc.name);\n }\n } else {\n Cities[cityName].addLocation(loc.name);\n }\n}\n","import React, { useState, useEffect, useRef } from \"react\";\nimport { EventEmitter } from \"../../utils/EventEmitter\";\nimport { RunningScript } from \"../../Script/RunningScript\";\nimport { killWorkerScript } from \"../../Netscript/killWorkerScript\";\nimport Typography from \"@mui/material/Typography\";\nimport Box from \"@mui/material/Box\";\nimport Button from \"@mui/material/Button\";\nimport Paper from \"@mui/material/Paper\";\nimport Draggable, { DraggableEvent } from \"react-draggable\";\nimport { ResizableBox, ResizeCallbackData } from \"react-resizable\";\nimport makeStyles from \"@mui/styles/makeStyles\";\nimport createStyles from \"@mui/styles/createStyles\";\nimport ArrowForwardIosIcon from \"@mui/icons-material/ArrowForwardIos\";\nimport { workerScripts } from \"../../Netscript/WorkerScripts\";\nimport { startWorkerScript } from \"../../NetscriptWorker\";\nimport { GetServer } from \"../../Server/AllServers\";\nimport { findRunningScript } from \"../../Script/ScriptHelpers\";\nimport { debounce } from \"lodash\";\nimport { Settings } from \"../../Settings/Settings\";\nimport { ANSIITypography } from \"./ANSIITypography\";\nimport { ScriptArg } from \"../../Netscript/ScriptArg\";\n\nlet layerCounter = 0;\n\nexport const LogBoxEvents = new EventEmitter<[RunningScript]>();\nexport const LogBoxCloserEvents = new EventEmitter<[number]>();\nexport const LogBoxClearEvents = new EventEmitter<[]>();\n\ninterface LogBoxUIEvent {\n pid: number;\n data: T;\n}\n\ninterface LogBoxPositionData {\n x: number;\n y: number;\n}\n\nexport const LogBoxPositionEvents = new EventEmitter<[LogBoxUIEvent]>();\n\ninterface LogBoxResizeData {\n w: number;\n h: number;\n}\n\nexport const LogBoxSizeEvents = new EventEmitter<[LogBoxUIEvent]>();\n\ninterface Log {\n id: string;\n script: RunningScript;\n}\n\nlet logs: Log[] = [];\n\nexport function LogBoxManager(): React.ReactElement {\n const setRerender = useState(true)[1];\n function rerender(): void {\n setRerender((o) => !o);\n }\n useEffect(\n () =>\n LogBoxEvents.subscribe((script: RunningScript) => {\n const id = script.server + \"-\" + script.filename + script.args.map((x: ScriptArg): string => `${x}`).join(\"-\");\n if (logs.find((l) => l.id === id)) return;\n logs.push({\n id: id,\n script: script,\n });\n rerender();\n }),\n [],\n );\n\n //Event used by ns.closeTail to close tail windows\n useEffect(\n () =>\n LogBoxCloserEvents.subscribe((pid: number) => {\n closePid(pid);\n }),\n [],\n );\n\n useEffect(() =>\n LogBoxClearEvents.subscribe(() => {\n logs = [];\n rerender();\n }),\n );\n\n //Close tail windows by their id\n function close(id: string): void {\n logs = logs.filter((l) => l.id !== id);\n rerender();\n }\n\n //Close tail windows by their pid\n function closePid(pid: number): void {\n logs = logs.filter((log) => log.script.pid != pid);\n rerender();\n }\n\n return (\n <>\n {logs.map((log) => (\n close(log.id)} />\n ))}\n \n );\n}\n\ninterface IProps {\n script: RunningScript;\n id: string;\n onClose: () => void;\n}\n\nconst useStyles = makeStyles(() =>\n createStyles({\n logs: {\n overflowY: \"scroll\",\n overflowX: \"hidden\",\n scrollbarWidth: \"auto\",\n flexDirection: \"column-reverse\",\n whiteSpace: \"pre-wrap\",\n wordWrap: \"break-word\",\n },\n titleButton: {\n padding: \"1px 0\",\n height: \"100%\",\n },\n }),\n);\n\nexport const logBoxBaseZIndex = 1500;\n\nfunction LogWindow(props: IProps): React.ReactElement {\n const draggableRef = useRef(null);\n const rootRef = useRef(null);\n const [script, setScript] = useState(props.script);\n const classes = useStyles();\n const container = useRef(null);\n const setRerender = useState(false)[1];\n const [size, setSize] = useState<[number, number]>([500, 500]);\n const [minimized, setMinimized] = useState(false);\n function rerender(): void {\n setRerender((old) => !old);\n }\n\n const onResize = (e: React.SyntheticEvent, { size }: ResizeCallbackData) => {\n setSize([size.width, size.height]);\n };\n\n // useEffect(\n // () =>\n // WorkerScriptStartStopEventEmitter.subscribe(() => {\n // setTimeout(() => {\n // const server = GetServer(script.server);\n // if (server === null) return;\n // const existingScript = findRunningScript(script.filename, script.args, server);\n // if (existingScript) {\n // existingScript.logs = script.logs.concat(existingScript.logs)\n // setScript(existingScript)\n // }\n // rerender();\n // }, 100)\n // }),\n // [],\n // );\n\n const setPosition = ({ x, y }: LogBoxPositionData) => {\n const node = rootRef?.current;\n if (!node) return;\n const state = node.state as { x: number; y: number };\n state.x = x;\n state.y = y;\n };\n\n // Listen to Logbox positioning events.\n useEffect(\n () =>\n LogBoxPositionEvents.subscribe((e) => {\n if (e.pid !== props.script.pid) return;\n setPosition(e.data);\n }),\n [],\n );\n\n // Listen to Logbox resizing events.\n useEffect(\n () =>\n LogBoxSizeEvents.subscribe((e) => {\n if (e.pid !== props.script.pid) return;\n setSize([e.data.w, e.data.h]);\n }),\n [],\n );\n\n // initial position if 40%/30%\n useEffect(() => setPosition({ x: window.innerWidth * 0.4, y: window.innerHeight * 0.3 }), []);\n\n useEffect(() => {\n updateLayer();\n const id = setInterval(rerender, 1000);\n return () => clearInterval(id);\n }, []);\n\n function kill(): void {\n killWorkerScript({ runningScript: script, hostname: script.server });\n }\n\n function run(): void {\n const server = GetServer(script.server);\n if (server === null) return;\n const s = findRunningScript(script.filename, script.args, server);\n if (s === null) {\n script.ramUsage = 0;\n startWorkerScript(script, server);\n } else {\n setScript(s);\n }\n }\n\n function updateLayer(): void {\n const c = container.current;\n if (c === null) return;\n c.style.zIndex = logBoxBaseZIndex + layerCounter + \"\";\n layerCounter++;\n rerender();\n }\n\n function title(full = false): string {\n const maxLength = 30;\n const t = `${script.filename} ${script.args.map((x: ScriptArg): string => `${x}`).join(\" \")}`;\n if (full || t.length <= maxLength) {\n return t;\n }\n return t.slice(0, maxLength - 3) + \"...\";\n }\n\n function minimize(): void {\n setMinimized(!minimized);\n }\n\n function lineColor(s: string): \"error\" | \"success\" | \"warn\" | \"info\" | \"primary\" {\n if (s.match(/(^\\[[^\\]]+\\] )?ERROR/) || s.match(/(^\\[[^\\]]+\\] )?FAIL/)) {\n return \"error\";\n }\n if (s.match(/(^\\[[^\\]]+\\] )?SUCCESS/)) {\n return \"success\";\n }\n if (s.match(/(^\\[[^\\]]+\\] )?WARN/)) {\n return \"warn\";\n }\n if (s.match(/(^\\[[^\\]]+\\] )?INFO/)) {\n return \"info\";\n }\n return \"primary\";\n }\n\n // And trigger fakeDrag when the window is resized\n useEffect(() => {\n window.addEventListener(\"resize\", onWindowResize);\n return () => {\n window.removeEventListener(\"resize\", onWindowResize);\n };\n }, []);\n\n const onWindowResize = debounce((): void => {\n const node = draggableRef?.current;\n if (!node) return;\n\n if (!isOnScreen(node)) {\n setPosition({ x: 0, y: 0 });\n }\n }, 100);\n\n const isOnScreen = (node: HTMLDivElement): boolean => {\n const bounds = node.getBoundingClientRect();\n\n return !(bounds.right < 0 || bounds.bottom < 0 || bounds.left > innerWidth || bounds.top > outerWidth);\n };\n\n const boundToBody = (e: DraggableEvent): void | false => {\n if (\n e instanceof MouseEvent &&\n (e.clientX < 0 || e.clientY < 0 || e.clientX > innerWidth || e.clientY > innerHeight)\n )\n return false;\n };\n\n // Max [width, height]\n const minConstraints: [number, number] = [250, 33];\n\n return (\n \n \n \n \n \n }\n >\n <>\n \n \n {title(true)}\n \n\n \n {!workerScripts.has(script.pid) ? (\n \n ) : (\n \n )}\n \n \n \n \n\n \n \n {script.logs.map(\n (line: string, i: number): JSX.Element => (\n \n ),\n )}\n \n \n \n \n \n \n );\n}\n","/**\n * Lore / world building literature files that can be found on servers.\n * These files can be read by the player\n */\nexport class Literature {\n title: string;\n fn: string;\n txt: string;\n\n constructor(title: string, filename: string, txt: string) {\n this.title = title;\n this.fn = filename;\n this.txt = txt;\n }\n}\n","import React, { useState } from \"react\";\nimport Typography from \"@mui/material/Typography\";\nimport Tooltip from \"@mui/material/Tooltip\";\n\ntype IProps = {\n value: string;\n color?: string;\n variant?:\n | \"button\"\n | \"caption\"\n | \"h1\"\n | \"h2\"\n | \"h3\"\n | \"h4\"\n | \"h5\"\n | \"h6\"\n | \"subtitle1\"\n | \"subtitle2\"\n | \"body1\"\n | \"body2\"\n | \"overline\"\n | \"inherit\"\n | undefined;\n};\n\nexport function CopyableText(props: IProps): React.ReactElement {\n const [open, setOpen] = useState(false);\n\n function copy(): void {\n const copyText = document.createElement(\"textarea\");\n copyText.value = props.value;\n document.body.appendChild(copyText);\n copyText.select();\n copyText.setSelectionRange(0, 1e10);\n document.execCommand(\"copy\");\n document.body.removeChild(copyText);\n setOpen(true);\n setTimeout(() => setOpen(false), 1000);\n }\n\n return (\n Copied!}>\n \n {props.value}\n \n \n );\n}\n","import React from \"react\";\nimport { createTheme, ThemeProvider, Theme, StyledEngineProvider } from \"@mui/material/styles\";\nimport { EventEmitter } from \"../../utils/EventEmitter\";\nimport { Settings } from \"../../Settings/Settings\";\n\nexport const ThemeEvents = new EventEmitter<[]>();\n\ndeclare module \"@mui/material/styles\" {\n interface Theme {\n colors: {\n hp: React.CSSProperties[\"color\"];\n money: React.CSSProperties[\"color\"];\n hack: React.CSSProperties[\"color\"];\n combat: React.CSSProperties[\"color\"];\n cha: React.CSSProperties[\"color\"];\n int: React.CSSProperties[\"color\"];\n rep: React.CSSProperties[\"color\"];\n backgroundprimary: React.CSSProperties[\"color\"];\n backgroundsecondary: React.CSSProperties[\"color\"];\n button: React.CSSProperties[\"color\"];\n successlight: React.CSSProperties[\"color\"];\n success: React.CSSProperties[\"color\"];\n successdark: React.CSSProperties[\"color\"];\n white: React.CSSProperties[\"color\"];\n black: React.CSSProperties[\"color\"];\n };\n }\n interface ThemeOptions {\n colors: {\n hp: React.CSSProperties[\"color\"];\n money: React.CSSProperties[\"color\"];\n hack: React.CSSProperties[\"color\"];\n combat: React.CSSProperties[\"color\"];\n cha: React.CSSProperties[\"color\"];\n int: React.CSSProperties[\"color\"];\n rep: React.CSSProperties[\"color\"];\n backgroundprimary: React.CSSProperties[\"color\"];\n backgroundsecondary: React.CSSProperties[\"color\"];\n button: React.CSSProperties[\"color\"];\n successlight: React.CSSProperties[\"color\"];\n success: React.CSSProperties[\"color\"];\n successdark: React.CSSProperties[\"color\"];\n white: React.CSSProperties[\"color\"];\n black: React.CSSProperties[\"color\"];\n };\n }\n}\n\nlet theme: Theme;\n\nexport function refreshTheme(): void {\n theme = createTheme({\n colors: {\n hp: Settings.theme.hp,\n money: Settings.theme.money,\n hack: Settings.theme.hack,\n combat: Settings.theme.combat,\n cha: Settings.theme.cha,\n int: Settings.theme.int,\n rep: Settings.theme.rep,\n backgroundprimary: Settings.theme.backgroundprimary,\n backgroundsecondary: Settings.theme.backgroundsecondary,\n button: Settings.theme.button,\n successlight: Settings.theme.successlight,\n success: Settings.theme.success,\n successdark: Settings.theme.successdark,\n white: Settings.theme.white,\n black: Settings.theme.black,\n },\n palette: {\n primary: {\n light: Settings.theme.primarylight,\n main: Settings.theme.primary,\n dark: Settings.theme.primarydark,\n },\n secondary: {\n light: Settings.theme.secondarylight,\n main: Settings.theme.secondary,\n dark: Settings.theme.secondarydark,\n },\n error: {\n light: Settings.theme.errorlight,\n main: Settings.theme.error,\n dark: Settings.theme.errordark,\n },\n info: {\n light: Settings.theme.infolight,\n main: Settings.theme.info,\n dark: Settings.theme.infodark,\n },\n warning: {\n light: Settings.theme.warninglight,\n main: Settings.theme.warning,\n dark: Settings.theme.warningdark,\n },\n success: {\n light: Settings.theme.successlight,\n main: Settings.theme.success,\n dark: Settings.theme.successdark,\n },\n background: {\n default: Settings.theme.backgroundprimary,\n paper: Settings.theme.well,\n },\n action: {\n disabled: Settings.theme.disabled,\n },\n },\n typography: {\n fontFamily: Settings.styles.fontFamily,\n button: {\n textTransform: \"none\",\n },\n },\n components: {\n MuiInputBase: {\n styleOverrides: {\n root: {\n backgroundColor: Settings.theme.well,\n color: Settings.theme.primary,\n },\n input: {\n \"&::placeholder\": {\n userSelect: \"none\",\n color: Settings.theme.primarydark,\n },\n },\n },\n },\n\n MuiInput: {\n styleOverrides: {\n root: {\n backgroundColor: Settings.theme.well,\n borderBottomColor: \"#fff\",\n },\n underline: {\n \"&:hover\": {\n borderBottomColor: Settings.theme.primarydark,\n },\n \"&:before\": {\n borderBottomColor: Settings.theme.primary,\n },\n \"&:after\": {\n borderBottomColor: Settings.theme.primarylight,\n },\n },\n },\n },\n\n MuiInputLabel: {\n styleOverrides: {\n root: {\n color: Settings.theme.primarydark, // why is this switched?\n userSelect: \"none\",\n \"&:before\": {\n color: Settings.theme.primarylight,\n },\n },\n },\n },\n\n MuiButtonGroup: {\n styleOverrides: {\n root: {\n \"& .MuiButton-root:not(:last-of-type)\": {\n marginRight: \"1px\",\n },\n },\n },\n },\n\n MuiButton: {\n styleOverrides: {\n root: {\n backgroundColor: Settings.theme.button,\n border: \"1px solid \" + Settings.theme.well,\n // color: Settings.theme.primary,\n \"&:hover\": {\n backgroundColor: Settings.theme.backgroundsecondary,\n },\n\n borderRadius: 0,\n },\n },\n },\n MuiSelect: {\n styleOverrides: {\n icon: {\n color: Settings.theme.primary,\n },\n },\n defaultProps: {\n variant: \"standard\",\n },\n },\n MuiTextField: {\n defaultProps: {\n variant: \"standard\",\n },\n },\n MuiTypography: {\n defaultProps: {\n color: \"primary\",\n },\n styleOverrides: {\n root: {\n lineHeight: Settings.styles.lineHeight,\n },\n },\n },\n MuiMenu: {\n styleOverrides: {\n list: {\n backgroundColor: Settings.theme.well,\n },\n },\n },\n MuiMenuItem: {\n styleOverrides: {\n root: {\n color: Settings.theme.primary,\n },\n },\n },\n MuiAccordionSummary: {\n styleOverrides: {\n root: {\n backgroundColor: \"#111\",\n },\n },\n },\n MuiAccordionDetails: {\n styleOverrides: {\n root: {\n backgroundColor: Settings.theme.backgroundsecondary,\n },\n },\n },\n MuiIconButton: {\n styleOverrides: {\n root: {\n color: Settings.theme.primary,\n },\n },\n },\n MuiTooltip: {\n styleOverrides: {\n tooltip: {\n fontSize: \"1em\",\n color: Settings.theme.primary,\n backgroundColor: Settings.theme.well,\n borderRadius: 0,\n border: \"2px solid white\",\n maxWidth: \"100vh\",\n },\n },\n defaultProps: {\n disableInteractive: true,\n },\n },\n MuiSlider: {\n styleOverrides: {\n valueLabel: {\n color: Settings.theme.primary,\n backgroundColor: Settings.theme.well,\n },\n },\n },\n MuiDrawer: {\n styleOverrides: {\n paper: {\n \"&::-webkit-scrollbar\": {\n // webkit\n display: \"none\",\n },\n scrollbarWidth: \"none\", // firefox\n backgroundColor: Settings.theme.backgroundsecondary,\n },\n paperAnchorDockedLeft: {\n borderRight: \"1px solid \" + Settings.theme.welllight,\n },\n },\n },\n MuiDivider: {\n styleOverrides: {\n root: {\n backgroundColor: Settings.theme.welllight,\n },\n },\n },\n MuiFormControlLabel: {\n styleOverrides: {\n root: {\n color: Settings.theme.primary,\n },\n },\n },\n MuiSwitch: {\n styleOverrides: {\n switchBase: {\n color: Settings.theme.primarydark,\n },\n track: {\n backgroundColor: Settings.theme.welllight,\n },\n },\n },\n MuiPaper: {\n styleOverrides: {\n root: {\n borderRadius: 0,\n backgroundColor: Settings.theme.backgroundsecondary,\n border: \"1px solid \" + Settings.theme.welllight,\n },\n },\n },\n MuiTablePagination: {\n styleOverrides: {\n select: {\n color: Settings.theme.primary,\n },\n selectLabel: {\n color: Settings.theme.primary,\n },\n displayedRows: {\n color: Settings.theme.primary,\n },\n },\n },\n MuiTab: {\n styleOverrides: {\n textColorPrimary: {\n color: Settings.theme.secondary,\n \"&.Mui-selected\": {\n color: Settings.theme.primary,\n },\n },\n root: {\n backgroundColor: Settings.theme.backgroundsecondary,\n border: \"1px solid \" + Settings.theme.well,\n margin: \"3px\",\n\n \"&.Mui-selected\": {\n backgroundColor: Settings.theme.button,\n },\n },\n },\n },\n MuiTabs: {\n styleOverrides: {\n scrollButtons: {\n backgroundColor: Settings.theme.backgroundsecondary,\n color: Settings.theme.secondary,\n margin: \"3px\",\n opacity: 1,\n width: \"fit-content\",\n\n \"&.Mui-disabled\": {\n opacity: 0.5,\n },\n },\n },\n defaultProps: {\n TabIndicatorProps: {\n style: {\n display: \"none\",\n },\n },\n },\n },\n MuiAlert: {\n styleOverrides: {\n root: {\n backgroundColor: Settings.theme.black,\n borderRadius: 0,\n border: \"1px solid \" + Settings.theme.well,\n },\n standardSuccess: {\n color: Settings.theme.successlight,\n },\n standardError: {\n color: Settings.theme.errorlight,\n },\n standardWarning: {\n color: Settings.theme.warninglight,\n },\n standardInfo: {\n color: Settings.theme.infolight,\n },\n },\n },\n },\n });\n\n document.body.style.backgroundColor = theme.colors.backgroundprimary?.toString() ?? \"black\";\n}\nrefreshTheme();\n\ninterface IProps {\n children: JSX.Element[] | JSX.Element;\n}\n\nexport const TTheme = ({ children }: IProps): React.ReactElement => (\n \n {children}\n \n);\n","/** Allowed values for the 'OwnedAugmentationsOrder' setting */\nexport enum PurchaseAugmentationsOrderSetting {\n Cost,\n Default,\n Reputation,\n Purchasable,\n}\n\n/** Allowed values for the 'OwnedAugmentationsOrder' setting */\nexport enum OwnedAugmentationsOrderSetting {\n Alphabetically,\n AcquirementTime,\n}\n","import { WorkerScript } from \"./WorkerScript\";\n\n/** Global pool of all active scripts (scripts that are currently running) */\nexport const workerScripts: Map = new Map();\n","// Map of material (by name) to their sizes (how much space it takes in warehouse)\nexport const MaterialSizes: Record = {\n Water: 0.05,\n Energy: 0.01,\n Food: 0.03,\n Plants: 0.05,\n Metal: 0.1,\n Hardware: 0.06,\n Chemicals: 0.05,\n Drugs: 0.02,\n Robots: 0.5,\n AICores: 0.1,\n RealEstate: 0.005,\n \"Real Estate\": 0.005,\n \"AI Cores\": 0.1,\n};\n","/**\n * Given an experience amount and stat multiplier, calculates the\n * stat level. Stat-agnostic (same formula for every stat)\n */\nexport function calculateSkill(exp: number, mult = 1): number {\n return Math.max(Math.floor(mult * (32 * Math.log(exp + 534.5) - 200)), 1);\n}\n\nexport function calculateExp(skill: number, mult = 1): number {\n return Math.exp((skill / mult + 200) / 32) - 534.6;\n}\n\nexport function calculateSkillProgress(exp: number, mult = 1): ISkillProgress {\n const currentSkill = calculateSkill(exp, mult);\n const nextSkill = currentSkill + 1;\n\n let baseExperience = calculateExp(currentSkill, mult);\n if (baseExperience < 0) baseExperience = 0;\n\n let nextExperience = calculateExp(nextSkill, mult);\n if (nextExperience < 0) nextExperience = 0;\n\n const normalize = (value: number): number => ((value - baseExperience) * 100) / (nextExperience - baseExperience);\n let progress = nextExperience - baseExperience !== 0 ? normalize(exp) : 99.99;\n\n // Clamp progress: When sleeves are working out, the player gets way too much progress\n if (progress < 0) progress = 0;\n if (progress > 100) progress = 100;\n\n // Clamp floating point imprecisions\n let currentExperience = exp - baseExperience;\n let remainingExperience = nextExperience - exp;\n if (currentExperience < 0) currentExperience = 0;\n if (remainingExperience < 0) remainingExperience = 0;\n\n return {\n currentSkill,\n nextSkill,\n baseExperience,\n experience: exp,\n nextExperience,\n currentExperience,\n remainingExperience,\n progress,\n };\n}\n\nexport interface ISkillProgress {\n currentSkill: number;\n nextSkill: number;\n baseExperience: number;\n experience: number;\n nextExperience: number;\n currentExperience: number;\n remainingExperience: number;\n progress: number;\n}\n\nexport function getEmptySkillProgress(): ISkillProgress {\n return {\n currentSkill: 0,\n nextSkill: 0,\n baseExperience: 0,\n experience: 0,\n nextExperience: 0,\n currentExperience: 0,\n remainingExperience: 0,\n progress: 0,\n };\n}\n","export interface IMults {\n hack?: number;\n str?: number;\n def?: number;\n dex?: number;\n agi?: number;\n cha?: number;\n}\n\nexport enum UpgradeType {\n Weapon = \"w\",\n Armor = \"a\",\n Vehicle = \"v\",\n Rootkit = \"r\",\n Augmentation = \"g\",\n}\n\n/**\n * Defines the parameters that can be used to initialize and describe a GangMemberUpgrade\n * (defined in Gang.js)\n */\ninterface IGangMemberUpgradeMetadata {\n cost: number;\n mults: IMults;\n name: string;\n upgType: UpgradeType;\n}\n\n/**\n * Array of metadata for all Gang Member upgrades. Used to construct the global GangMemberUpgrade\n * objects in Gang.js\n */\nexport const gangMemberUpgradesMetadata: IGangMemberUpgradeMetadata[] = [\n {\n cost: 1e6,\n mults: { str: 1.04, def: 1.04 },\n name: \"Baseball Bat\",\n upgType: UpgradeType.Weapon,\n },\n {\n cost: 12e6,\n mults: { str: 1.08, def: 1.08, dex: 1.08 },\n name: \"Katana\",\n upgType: UpgradeType.Weapon,\n },\n {\n cost: 25e6,\n mults: { str: 1.1, def: 1.1, dex: 1.1, agi: 1.1 },\n name: \"Glock 18C\",\n upgType: UpgradeType.Weapon,\n },\n {\n cost: 50e6,\n mults: { str: 1.12, def: 1.1, agi: 1.1 },\n name: \"P90C\",\n upgType: UpgradeType.Weapon,\n },\n {\n cost: 60e6,\n mults: { str: 1.2, def: 1.15 },\n name: \"Steyr AUG\",\n upgType: UpgradeType.Weapon,\n },\n {\n cost: 100e6,\n mults: { str: 1.25, def: 1.2 },\n name: \"AK-47\",\n upgType: UpgradeType.Weapon,\n },\n {\n cost: 150e6,\n mults: { str: 1.3, def: 1.25 },\n name: \"M15A10 Assault Rifle\",\n upgType: UpgradeType.Weapon,\n },\n {\n cost: 225e6,\n mults: { str: 1.3, dex: 1.25, agi: 1.3 },\n name: \"AWM Sniper Rifle\",\n upgType: UpgradeType.Weapon,\n },\n {\n cost: 2e6,\n mults: { def: 1.04 },\n name: \"Bulletproof Vest\",\n upgType: UpgradeType.Armor,\n },\n {\n cost: 5e6,\n mults: { def: 1.08 },\n name: \"Full Body Armor\",\n upgType: UpgradeType.Armor,\n },\n {\n cost: 25e6,\n mults: { def: 1.15, agi: 1.15 },\n name: \"Liquid Body Armor\",\n upgType: UpgradeType.Armor,\n },\n {\n cost: 40e6,\n mults: { def: 1.2 },\n name: \"Graphene Plating Armor\",\n upgType: UpgradeType.Armor,\n },\n {\n cost: 3e6,\n mults: { agi: 1.04, cha: 1.04 },\n name: \"Ford Flex V20\",\n upgType: UpgradeType.Vehicle,\n },\n {\n cost: 9e6,\n mults: { agi: 1.08, cha: 1.08 },\n name: \"ATX1070 Superbike\",\n upgType: UpgradeType.Vehicle,\n },\n {\n cost: 18e6,\n mults: { agi: 1.12, cha: 1.12 },\n name: \"Mercedes-Benz S9001\",\n upgType: UpgradeType.Vehicle,\n },\n {\n cost: 30e6,\n mults: { agi: 1.16, cha: 1.16 },\n name: \"White Ferrari\",\n upgType: UpgradeType.Vehicle,\n },\n {\n cost: 5e6,\n mults: { hack: 1.05 },\n name: \"NUKE Rootkit\",\n upgType: UpgradeType.Rootkit,\n },\n {\n cost: 25e6,\n mults: { hack: 1.1 },\n name: \"Soulstealer Rootkit\",\n upgType: UpgradeType.Rootkit,\n },\n {\n cost: 75e6,\n mults: { hack: 1.15 },\n name: \"Demon Rootkit\",\n upgType: UpgradeType.Rootkit,\n },\n {\n cost: 40e6,\n mults: { hack: 1.12 },\n name: \"Hmap Node\",\n upgType: UpgradeType.Rootkit,\n },\n {\n cost: 75e6,\n mults: { hack: 1.15 },\n name: \"Jack the Ripper\",\n upgType: UpgradeType.Rootkit,\n },\n {\n cost: 10e9,\n mults: { str: 1.3, dex: 1.3 },\n name: \"Bionic Arms\",\n upgType: UpgradeType.Augmentation,\n },\n {\n cost: 10e9,\n mults: { agi: 1.6 },\n name: \"Bionic Legs\",\n upgType: UpgradeType.Augmentation,\n },\n {\n cost: 15e9,\n mults: { str: 1.15, def: 1.15, dex: 1.15, agi: 1.15 },\n name: \"Bionic Spine\",\n upgType: UpgradeType.Augmentation,\n },\n {\n cost: 20e9,\n mults: { str: 1.4, def: 1.4 },\n name: \"BrachiBlades\",\n upgType: UpgradeType.Augmentation,\n },\n {\n cost: 12e9,\n mults: { str: 1.2, def: 1.2 },\n name: \"Nanofiber Weave\",\n upgType: UpgradeType.Augmentation,\n },\n {\n cost: 25e9,\n mults: { str: 1.5, agi: 1.5 },\n name: \"Synthetic Heart\",\n upgType: UpgradeType.Augmentation,\n },\n {\n cost: 15e9,\n mults: { str: 1.3, def: 1.3 },\n name: \"Synfibril Muscle\",\n upgType: UpgradeType.Augmentation,\n },\n {\n cost: 5e9,\n mults: { hack: 1.05 },\n name: \"BitWire\",\n upgType: UpgradeType.Augmentation,\n },\n {\n cost: 10e9,\n mults: { hack: 1.15 },\n name: \"Neuralstimulator\",\n upgType: UpgradeType.Augmentation,\n },\n {\n cost: 7.5e9,\n mults: { hack: 1.1 },\n name: \"DataJack\",\n upgType: UpgradeType.Augmentation,\n },\n {\n cost: 50e9,\n mults: { str: 1.7, def: 1.7 },\n name: \"Graphene Bone Lacings\",\n upgType: UpgradeType.Augmentation,\n },\n];\n","/**\n * Checks whether the value passed in can be considered a string.\n * @param value The value to check if it is a string.\n */\nexport function isString(value: unknown): value is string {\n return typeof value === \"string\" || value instanceof String;\n}\n","import { FactionNames } from \"../../Faction/data/FactionNames\";\n\nexport const GangConstants = {\n // Respect is divided by this to get rep gain\n GangRespectToReputationRatio: 75,\n MaximumGangMembers: 12,\n CyclesPerTerritoryAndPowerUpdate: 100,\n // Portion of upgrade multiplier that is kept after ascending\n AscensionMultiplierRatio: 0.15,\n // Names of possible Gangs\n Names: [\n FactionNames.SlumSnakes,\n FactionNames.Tetrads,\n FactionNames.TheSyndicate,\n FactionNames.TheDarkArmy,\n FactionNames.SpeakersForTheDead,\n FactionNames.NiteSec,\n FactionNames.TheBlackHand,\n ] as string[],\n GangKarmaRequirement: -54000,\n};\n","/**\n * Functions for handling WorkerScripts, which are the underlying mechanism\n * that allows for scripts to run\n */\nimport { killWorkerScript } from \"./Netscript/killWorkerScript\";\nimport { ScriptDeath } from \"./Netscript/ScriptDeath\";\nimport { WorkerScript } from \"./Netscript/WorkerScript\";\nimport { workerScripts } from \"./Netscript/WorkerScripts\";\nimport { WorkerScriptStartStopEventEmitter } from \"./Netscript/WorkerScriptStartStopEventEmitter\";\nimport { generateNextPid } from \"./Netscript/Pid\";\n\nimport { CONSTANTS } from \"./Constants\";\nimport { Interpreter } from \"./ThirdParty/JSInterpreter\";\nimport { NetscriptFunctions } from \"./NetscriptFunctions\";\nimport { compile, Node } from \"./NetscriptJSEvaluator\";\nimport { IPort } from \"./NetscriptPort\";\nimport { RunningScript } from \"./Script/RunningScript\";\nimport { getRamUsageFromRunningScript } from \"./Script/RunningScriptHelpers\";\nimport { scriptCalculateOfflineProduction } from \"./Script/ScriptHelpers\";\nimport { Script } from \"./Script/Script\";\nimport { GetAllServers } from \"./Server/AllServers\";\nimport { BaseServer } from \"./Server/BaseServer\";\nimport { Settings } from \"./Settings/Settings\";\n\nimport { generate } from \"escodegen\";\n\nimport { dialogBoxCreate } from \"./ui/React/DialogBox\";\nimport { arrayToString } from \"./utils/helpers/arrayToString\";\nimport { roundToTwo } from \"./utils/helpers/roundToTwo\";\n\nimport { parse } from \"acorn\";\nimport { simple as walksimple } from \"acorn-walk\";\nimport { areFilesEqual } from \"./Terminal/DirectoryHelpers\";\nimport { Terminal } from \"./Terminal\";\nimport { ScriptArg } from \"./Netscript/ScriptArg\";\nimport { handleUnknownError } from \"./Netscript/NetscriptHelpers\";\n\nexport const NetscriptPorts: Map = new Map();\n\nexport function prestigeWorkerScripts(): void {\n for (const ws of workerScripts.values()) {\n ws.env.stopFlag = true;\n killWorkerScript(ws);\n }\n\n NetscriptPorts.clear();\n\n WorkerScriptStartStopEventEmitter.emit();\n workerScripts.clear();\n}\n\nasync function startNetscript2Script(workerScript: WorkerScript): Promise {\n const scripts = workerScript.getServer().scripts;\n const script = workerScript.getScript();\n if (script === null) throw \"workerScript had no associated script. This is a bug.\";\n const loadedModule = await compile(script, scripts);\n workerScript.ramUsage = script.ramUsage;\n const ns = workerScript.env.vars;\n\n if (!loadedModule) throw `${script.filename} cannot be run because the script module won't load`;\n // TODO: Better error for \"unexpected reserved word\" when using await in non-async function?\n if (typeof loadedModule.main !== \"function\")\n throw `${script.filename} cannot be run because it does not have a main function.`;\n if (!ns) throw `${script.filename} cannot be run because the NS object hasn't been constructed properly.`;\n await loadedModule.main(ns);\n}\n\nasync function startNetscript1Script(workerScript: WorkerScript): Promise {\n const code = workerScript.code;\n let errorToThrow: unknown;\n\n //Process imports\n let codeWithImports, codeLineOffset;\n try {\n const importProcessingRes = processNetscript1Imports(code, workerScript);\n codeWithImports = importProcessingRes.code;\n codeLineOffset = importProcessingRes.lineOffset;\n } catch (e: unknown) {\n throw `Error processing Imports in ${workerScript.name}@${workerScript.hostname}:\\n\\n${e}`;\n }\n\n interface BasicObject {\n [key: string]: any;\n }\n function wrapNS1Layer(int: Interpreter, intLayer: unknown, nsLayer = workerScript.env.vars as BasicObject) {\n for (const [name, entry] of Object.entries(nsLayer)) {\n if (typeof entry === \"function\") {\n const wrapper = async (...args: unknown[]) => {\n try {\n // Sent a resolver function as an extra arg. See createAsyncFunction JSInterpreter.js:3209\n const callback = args.pop() as (value: unknown) => void;\n const result = await entry(...args.map((arg) => int.pseudoToNative(arg)));\n return callback(int.nativeToPseudo(result));\n } catch (e: unknown) {\n errorToThrow = e;\n }\n };\n int.setProperty(intLayer, name, int.createAsyncFunction(wrapper));\n } else if (Array.isArray(entry) || typeof entry !== \"object\") {\n // args, strings on enums, etc\n int.setProperty(intLayer, name, int.nativeToPseudo(entry));\n } else {\n // new object layer, e.g. bladeburner\n int.setProperty(intLayer, name, int.nativeToPseudo({}));\n wrapNS1Layer(int, (intLayer as BasicObject).properties[name], nsLayer[name]);\n }\n }\n }\n\n let interpreter: Interpreter;\n try {\n interpreter = new Interpreter(codeWithImports, wrapNS1Layer, codeLineOffset);\n } catch (e: unknown) {\n throw `Syntax ERROR in ${workerScript.name}@${workerScript.hostname}:\\n\\n${String(e)}`;\n }\n\n let more = true;\n while (more) {\n if (errorToThrow) throw errorToThrow;\n if (workerScript.env.stopFlag) return;\n for (let i = 0; more && i < 3; i++) more = interpreter.step();\n if (more) await new Promise((r) => setTimeout(r, Settings.CodeInstructionRunTime));\n }\n}\n\n/* Since the JS Interpreter used for Netscript 1.0 only supports ES5, the keyword\n 'import' throws an error. However, since we want to support import functionality\n we'll implement it ourselves by parsing the Nodes in the AST out.\n\n @param code - The script's code\n @returns {Object} {\n code: Newly-generated code with imported functions\n lineOffset: Net number of lines of code added/removed due to imported functions\n Should typically be positive\n }\n*/\nfunction processNetscript1Imports(code: string, workerScript: WorkerScript): { code: string; lineOffset: number } {\n //allowReserved prevents 'import' from throwing error in ES5\n const ast: Node = parse(code, {\n ecmaVersion: 9,\n allowReserved: true,\n sourceType: \"module\",\n });\n\n const server = workerScript.getServer();\n if (server == null) {\n throw new Error(\"Failed to find underlying Server object for script\");\n }\n\n function getScript(scriptName: string): Script | null {\n for (let i = 0; i < server.scripts.length; ++i) {\n if (server.scripts[i].filename === scriptName) {\n return server.scripts[i];\n }\n }\n return null;\n }\n\n let generatedCode = \"\"; // Generated Javascript Code\n let hasImports = false;\n\n // Walk over the tree and process ImportDeclaration nodes\n walksimple(ast, {\n ImportDeclaration: (node: Node) => {\n hasImports = true;\n let scriptName = node.source.value;\n if (scriptName.startsWith(\"./\")) {\n scriptName = scriptName.slice(2);\n }\n const script = getScript(scriptName);\n if (script == null) {\n throw new Error(\"'Import' failed due to invalid script: \" + scriptName);\n }\n const scriptAst = parse(script.code, {\n ecmaVersion: 9,\n allowReserved: true,\n sourceType: \"module\",\n });\n\n if (node.specifiers.length === 1 && node.specifiers[0].type === \"ImportNamespaceSpecifier\") {\n // import * as namespace from script\n const namespace = node.specifiers[0].local.name;\n const fnNames: string[] = []; //Names only\n const fnDeclarations: Node[] = []; //FunctionDeclaration Node objects\n walksimple(scriptAst, {\n FunctionDeclaration: (node: Node) => {\n fnNames.push(node.id.name);\n fnDeclarations.push(node);\n },\n });\n\n //Now we have to generate the code that would create the namespace\n generatedCode += `var ${namespace};\\n(function (namespace) {\\n`;\n\n //Add the function declarations\n fnDeclarations.forEach((fn: Node) => {\n generatedCode += generate(fn);\n generatedCode += \"\\n\";\n });\n\n //Add functions to namespace\n fnNames.forEach((fnName) => {\n generatedCode += \"namespace.\" + fnName + \" = \" + fnName;\n generatedCode += \"\\n\";\n });\n\n //Finish\n generatedCode += `})(${namespace} || (\" + namespace + \" = {}));\\n`;\n } else {\n //import {...} from script\n\n //Get array of all fns to import\n const fnsToImport: string[] = [];\n node.specifiers.forEach((e: Node) => {\n fnsToImport.push(e.local.name);\n });\n\n //Walk through script and get FunctionDeclaration code for all specified fns\n const fnDeclarations: Node[] = [];\n walksimple(scriptAst, {\n FunctionDeclaration: (node: Node) => {\n if (fnsToImport.includes(node.id.name)) {\n fnDeclarations.push(node);\n }\n },\n });\n\n //Convert FunctionDeclarations into code\n fnDeclarations.forEach((fn: Node) => {\n generatedCode += generate(fn);\n generatedCode += \"\\n\";\n });\n }\n },\n });\n\n //If there are no imports, just return the original code\n if (!hasImports) {\n return { code: code, lineOffset: 0 };\n }\n\n //Remove ImportDeclarations from AST. These ImportDeclarations must be in top-level\n let linesRemoved = 0;\n if (ast.type !== \"Program\" || ast.body == null) {\n throw new Error(\"Code could not be properly parsed\");\n }\n for (let i = ast.body.length - 1; i >= 0; --i) {\n if (ast.body[i].type === \"ImportDeclaration\") {\n ast.body.splice(i, 1);\n ++linesRemoved;\n }\n }\n\n //Calculated line offset\n const lineOffset = (generatedCode.match(/\\n/g) || []).length - linesRemoved;\n\n //Convert the AST back into code\n code = generate(ast);\n\n //Add the imported code and re-generate in ES5 (JS Interpreter for NS1 only supports ES5);\n code = generatedCode + code;\n\n const res = {\n code: code,\n lineOffset: lineOffset,\n };\n return res;\n}\n\n/**\n * Used to start a RunningScript (by creating and starting its\n * corresponding WorkerScript), and add the RunningScript to the server on which\n * it is active\n */\nexport function startWorkerScript(runningScript: RunningScript, server: BaseServer, parent?: WorkerScript): number {\n if (createAndAddWorkerScript(runningScript, server, parent)) {\n // Push onto runningScripts.\n // This has to come after createAndAddWorkerScript() because that fn updates RAM usage\n server.runScript(runningScript);\n\n // Once the WorkerScript is constructed in createAndAddWorkerScript(), the RunningScript\n // object should have a PID assigned to it, so we return that\n return runningScript.pid;\n }\n\n return 0;\n}\n\n/**\n * Given a RunningScript object, constructs its corresponding WorkerScript,\n * adds it to the global 'workerScripts' pool, and begins executing it.\n * @param {RunningScript} runningScriptObj - Script that's being run\n * @param {Server} server - Server on which the script is to be run\n * returns {boolean} indicating whether or not the workerScript was successfully added\n */\nfunction createAndAddWorkerScript(runningScriptObj: RunningScript, server: BaseServer, parent?: WorkerScript): boolean {\n // Update server's ram usage\n let threads = 1;\n if (runningScriptObj.threads && !isNaN(runningScriptObj.threads)) {\n threads = runningScriptObj.threads;\n } else {\n runningScriptObj.threads = 1;\n }\n const oneRamUsage = getRamUsageFromRunningScript(runningScriptObj);\n const ramUsage = roundToTwo(oneRamUsage * threads);\n const ramAvailable = server.maxRam - server.ramUsed;\n if (ramUsage > ramAvailable + 0.001) {\n dialogBoxCreate(\n `Not enough RAM to run script ${runningScriptObj.filename} with args ${arrayToString(runningScriptObj.args)}.\\n` +\n `This can occur when you reload the game and the script's RAM usage has increased (either because of an update to the game or ` +\n `your changes to the script).\\nThis can also occur if you have attempted to launch a script from a tail window with insufficient RAM. `,\n );\n return false;\n }\n\n server.updateRamUsed(roundToTwo(server.ramUsed + ramUsage));\n\n // Get the pid\n const pid = generateNextPid();\n if (pid === -1) {\n throw new Error(\n `Failed to start script because could not find available PID. This is most ` +\n `because you have too many scripts running.`,\n );\n }\n\n // Create the WorkerScript. NOTE: WorkerScript ctor will set the underlying\n // RunningScript's PID as well\n const workerScript = new WorkerScript(runningScriptObj, pid, NetscriptFunctions);\n workerScript.ramUsage = oneRamUsage;\n\n // Add the WorkerScript to the global pool\n workerScripts.set(pid, workerScript);\n WorkerScriptStartStopEventEmitter.emit();\n\n // Start the script's execution using the correct function for file type\n (workerScript.name.endsWith(\".js\") ? startNetscript2Script : startNetscript1Script)(workerScript)\n // Once the code finishes (either resolved or rejected, doesnt matter), set its\n // running status to false\n .then(function () {\n // On natural death, the earnings are transferred to the parent if it still exists.\n if (parent && !parent.env.stopFlag) {\n parent.scriptRef.onlineExpGained += runningScriptObj.onlineExpGained;\n parent.scriptRef.onlineMoneyMade += runningScriptObj.onlineMoneyMade;\n }\n killWorkerScript(workerScript);\n workerScript.log(\"\", () => \"Script finished running\");\n })\n .catch(function (e) {\n handleUnknownError(e, workerScript);\n workerScript.log(\"\", () => (e instanceof ScriptDeath ? \"Script killed.\" : \"Script crashed due to an error.\"));\n killWorkerScript(workerScript);\n });\n return true;\n}\n\n/** Updates the online running time stat of all running scripts */\nexport function updateOnlineScriptTimes(numCycles = 1): void {\n const time = (numCycles * CONSTANTS._idleSpeed) / 1000; //seconds\n for (const ws of workerScripts.values()) {\n ws.scriptRef.onlineRunningTime += time;\n }\n}\n\n/**\n * Called when the game is loaded. Loads all running scripts (from all servers)\n * into worker scripts so that they will start running\n */\nexport function loadAllRunningScripts(): void {\n const skipScriptLoad = window.location.href.toLowerCase().indexOf(\"?noscripts\") !== -1;\n if (skipScriptLoad) {\n Terminal.warn(\"Skipped loading player scripts during startup\");\n console.info(\"Skipping the load of any scripts during startup\");\n }\n for (const server of GetAllServers()) {\n // Reset each server's RAM usage to 0\n server.ramUsed = 0;\n\n // Reset modules on all scripts\n for (let i = 0; i < server.scripts.length; ++i) {\n server.scripts[i].markUpdated();\n }\n\n if (skipScriptLoad) {\n // Start game with no scripts\n server.runningScripts.length = 0;\n } else {\n for (let j = 0; j < server.runningScripts.length; ++j) {\n const fileName = server.runningScripts[j].filename;\n createAndAddWorkerScript(server.runningScripts[j], server);\n\n if (!server.runningScripts[j]) {\n // createAndAddWorkerScript can modify the server.runningScripts array if a script is invalid\n console.error(`createAndAddWorkerScript removed ${fileName} from ${server}`);\n continue;\n }\n\n // Offline production\n scriptCalculateOfflineProduction(server.runningScripts[j]);\n }\n }\n }\n}\n\n/** Run a script from inside another script (run(), exec(), spawn(), etc.) */\nexport function runScriptFromScript(\n caller: string,\n server: BaseServer,\n scriptname: string,\n args: ScriptArg[],\n workerScript: WorkerScript,\n threads = 1,\n): number {\n // Sanitize arguments\n if (!(workerScript instanceof WorkerScript)) {\n return 0;\n }\n\n if (typeof scriptname !== \"string\" || !Array.isArray(args)) {\n workerScript.log(caller, () => `Invalid arguments: scriptname='${scriptname} args='${args}'`);\n console.error(`runScriptFromScript() failed due to invalid arguments`);\n return 0;\n }\n\n args.forEach((arg, i) => {\n if (typeof arg !== \"string\" && typeof arg !== \"number\" && typeof arg !== \"boolean\")\n throw new Error(\n \"Only strings, numbers, and booleans can be passed as arguments to other scripts.\\n\" +\n `${scriptname} argument index ${i} is of type ${typeof arg} and value ${JSON.stringify(arg)}`,\n );\n });\n\n // Check if the script is already running\n const runningScriptObj = server.getRunningScript(scriptname, args);\n if (runningScriptObj != null) {\n workerScript.log(caller, () => `'${scriptname}' is already running on '${server.hostname}'`);\n return 0;\n }\n\n // 'null/undefined' arguments are not allowed\n for (let i = 0; i < args.length; ++i) {\n if (args[i] == null) {\n workerScript.log(caller, () => \"Cannot execute a script with null/undefined as an argument\");\n return 0;\n }\n }\n\n // Check if the script exists and if it does run it\n for (let i = 0; i < server.scripts.length; ++i) {\n if (!areFilesEqual(server.scripts[i].filename, scriptname)) continue;\n // Check for admin rights and that there is enough RAM available to run\n const script = server.scripts[i];\n let ramUsage = script.ramUsage;\n threads = Math.floor(Number(threads));\n if (threads === 0) {\n return 0;\n }\n ramUsage = ramUsage * threads;\n const ramAvailable = server.maxRam - server.ramUsed;\n\n if (server.hasAdminRights == false) {\n workerScript.log(caller, () => `You do not have root access on '${server.hostname}'`);\n return 0;\n } else if (ramUsage > ramAvailable + 0.001) {\n workerScript.log(\n caller,\n () =>\n `Cannot run script '${scriptname}' (t=${threads}) on '${server.hostname}' because there is not enough available RAM!`,\n );\n return 0;\n }\n // Able to run script\n workerScript.log(\n caller,\n () => `'${scriptname}' on '${server.hostname}' with ${threads} threads and args: ${arrayToString(args)}.`,\n );\n const runningScriptObj = new RunningScript(script, args);\n runningScriptObj.threads = threads;\n runningScriptObj.server = server.hostname;\n\n return startWorkerScript(runningScriptObj, server, workerScript);\n }\n\n workerScript.log(caller, () => `Could not find script '${scriptname}' on '${server.hostname}'`);\n return 0;\n}\n","export interface Multipliers {\n hacking_chance: number;\n hacking_speed: number;\n hacking_money: number;\n hacking_grow: number;\n hacking: number;\n hacking_exp: number;\n strength: number;\n strength_exp: number;\n defense: number;\n defense_exp: number;\n dexterity: number;\n dexterity_exp: number;\n agility: number;\n agility_exp: number;\n charisma: number;\n charisma_exp: number;\n hacknet_node_money: number;\n hacknet_node_purchase_cost: number;\n hacknet_node_ram_cost: number;\n hacknet_node_core_cost: number;\n hacknet_node_level_cost: number;\n company_rep: number;\n faction_rep: number;\n work_money: number;\n crime_success: number;\n crime_money: number;\n bladeburner_max_stamina: number;\n bladeburner_stamina_gain: number;\n bladeburner_analysis: number;\n bladeburner_success_chance: number;\n}\n\nexport const defaultMultipliers = (): Multipliers => {\n return {\n hacking_chance: 1,\n hacking_speed: 1,\n hacking_money: 1,\n hacking_grow: 1,\n hacking: 1,\n hacking_exp: 1,\n strength: 1,\n strength_exp: 1,\n defense: 1,\n defense_exp: 1,\n dexterity: 1,\n dexterity_exp: 1,\n agility: 1,\n agility_exp: 1,\n charisma: 1,\n charisma_exp: 1,\n hacknet_node_money: 1,\n hacknet_node_purchase_cost: 1,\n hacknet_node_ram_cost: 1,\n hacknet_node_core_cost: 1,\n hacknet_node_level_cost: 1,\n company_rep: 1,\n faction_rep: 1,\n work_money: 1,\n crime_success: 1,\n crime_money: 1,\n bladeburner_max_stamina: 1,\n bladeburner_stamina_gain: 1,\n bladeburner_analysis: 1,\n bladeburner_success_chance: 1,\n };\n};\n\nexport const mergeMultipliers = (m0: Multipliers, m1: Multipliers): Multipliers => {\n return {\n hacking_chance: m0.hacking_chance * m1.hacking_chance,\n hacking_speed: m0.hacking_speed * m1.hacking_speed,\n hacking_money: m0.hacking_money * m1.hacking_money,\n hacking_grow: m0.hacking_grow * m1.hacking_grow,\n hacking: m0.hacking * m1.hacking,\n hacking_exp: m0.hacking_exp * m1.hacking_exp,\n strength: m0.strength * m1.strength,\n strength_exp: m0.strength_exp * m1.strength_exp,\n defense: m0.defense * m1.defense,\n defense_exp: m0.defense_exp * m1.defense_exp,\n dexterity: m0.dexterity * m1.dexterity,\n dexterity_exp: m0.dexterity_exp * m1.dexterity_exp,\n agility: m0.agility * m1.agility,\n agility_exp: m0.agility_exp * m1.agility_exp,\n charisma: m0.charisma * m1.charisma,\n charisma_exp: m0.charisma_exp * m1.charisma_exp,\n hacknet_node_money: m0.hacknet_node_money * m1.hacknet_node_money,\n hacknet_node_purchase_cost: m0.hacknet_node_purchase_cost * m1.hacknet_node_purchase_cost,\n hacknet_node_ram_cost: m0.hacknet_node_ram_cost * m1.hacknet_node_ram_cost,\n hacknet_node_core_cost: m0.hacknet_node_core_cost * m1.hacknet_node_core_cost,\n hacknet_node_level_cost: m0.hacknet_node_level_cost * m1.hacknet_node_level_cost,\n company_rep: m0.company_rep * m1.company_rep,\n faction_rep: m0.faction_rep * m1.faction_rep,\n work_money: m0.work_money * m1.work_money,\n crime_success: m0.crime_success * m1.crime_success,\n crime_money: m0.crime_money * m1.crime_money,\n bladeburner_max_stamina: m0.bladeburner_max_stamina * m1.bladeburner_max_stamina,\n bladeburner_stamina_gain: m0.bladeburner_stamina_gain * m1.bladeburner_stamina_gain,\n bladeburner_analysis: m0.bladeburner_analysis * m1.bladeburner_analysis,\n bladeburner_success_chance: m0.bladeburner_success_chance * m1.bladeburner_success_chance,\n };\n};\n\nexport const scaleMultipliers = (m0: Multipliers, v: number): Multipliers => {\n return {\n hacking_chance: (m0.hacking_chance - 1) * v + 1,\n hacking_speed: (m0.hacking_speed - 1) * v + 1,\n hacking_money: (m0.hacking_money - 1) * v + 1,\n hacking_grow: (m0.hacking_grow - 1) * v + 1,\n hacking: (m0.hacking - 1) * v + 1,\n hacking_exp: (m0.hacking_exp - 1) * v + 1,\n strength: (m0.strength - 1) * v + 1,\n strength_exp: (m0.strength_exp - 1) * v + 1,\n defense: (m0.defense - 1) * v + 1,\n defense_exp: (m0.defense_exp - 1) * v + 1,\n dexterity: (m0.dexterity - 1) * v + 1,\n dexterity_exp: (m0.dexterity_exp - 1) * v + 1,\n agility: (m0.agility - 1) * v + 1,\n agility_exp: (m0.agility_exp - 1) * v + 1,\n charisma: (m0.charisma - 1) * v + 1,\n charisma_exp: (m0.charisma_exp - 1) * v + 1,\n hacknet_node_money: (m0.hacknet_node_money - 1) * v + 1,\n hacknet_node_purchase_cost: (m0.hacknet_node_purchase_cost - 1) * v + 1,\n hacknet_node_ram_cost: (m0.hacknet_node_ram_cost - 1) * v + 1,\n hacknet_node_core_cost: (m0.hacknet_node_core_cost - 1) * v + 1,\n hacknet_node_level_cost: (m0.hacknet_node_level_cost - 1) * v + 1,\n company_rep: (m0.company_rep - 1) * v + 1,\n faction_rep: (m0.faction_rep - 1) * v + 1,\n work_money: (m0.work_money - 1) * v + 1,\n crime_success: (m0.crime_success - 1) * v + 1,\n crime_money: (m0.crime_money - 1) * v + 1,\n bladeburner_max_stamina: (m0.bladeburner_max_stamina - 1) * v + 1,\n bladeburner_stamina_gain: (m0.bladeburner_stamina_gain - 1) * v + 1,\n bladeburner_analysis: (m0.bladeburner_analysis - 1) * v + 1,\n bladeburner_success_chance: (m0.bladeburner_success_chance - 1) * v + 1,\n };\n};\n","/**\n * Implements functions for purchasing servers or purchasing more RAM for\n * the home computer\n */\nimport { AddToAllServers, createUniqueRandomIp, GetServer, renameServer } from \"./AllServers\";\nimport { safelyCreateUniqueServer } from \"./ServerHelpers\";\n\nimport { BitNodeMultipliers } from \"../BitNode/BitNodeMultipliers\";\nimport { CONSTANTS } from \"../Constants\";\nimport { Player } from \"../Player\";\n\nimport { dialogBoxCreate } from \"../ui/React/DialogBox\";\nimport { isPowerOfTwo } from \"../utils/helpers/isPowerOfTwo\";\nimport { workerScripts } from \"../Netscript/WorkerScripts\";\n\n// Returns the cost of purchasing a server with the given RAM\n// Returns Infinity for invalid 'ram' arguments\n/**\n * @param ram Amount of RAM on purchased server (GB)\n * @returns Cost of purchasing the given server. Returns infinity for invalid arguments\n */\nexport function getPurchaseServerCost(ram: number): number {\n const sanitizedRam = Math.round(ram);\n if (isNaN(sanitizedRam) || !isPowerOfTwo(sanitizedRam) || !(Math.sign(sanitizedRam) === 1)) {\n return Infinity;\n }\n\n if (sanitizedRam > getPurchaseServerMaxRam()) {\n return Infinity;\n }\n\n const upg = Math.max(0, Math.log(sanitizedRam) / Math.log(2) - 6);\n\n return (\n sanitizedRam *\n CONSTANTS.BaseCostFor1GBOfRamServer *\n BitNodeMultipliers.PurchasedServerCost *\n Math.pow(BitNodeMultipliers.PurchasedServerSoftcap, upg)\n );\n}\n\nexport const getPurchasedServerUpgradeCost = (hostname: string, ram: number): number => {\n const server = GetServer(hostname);\n if (!server) throw new Error(`Server '${hostname}' not found.`);\n if (!Player.purchasedServers.includes(hostname)) throw new Error(`Server '${hostname}' not a purchased server.`);\n if (isNaN(ram) || !isPowerOfTwo(ram) || !(Math.sign(ram) === 1))\n throw new Error(`${ram} is not a positive power of 2`);\n if (server.maxRam >= ram)\n throw new Error(`'${hostname}' current ram (${server.maxRam}) is not bigger than new ram (${ram})`);\n return getPurchaseServerCost(ram) - getPurchaseServerCost(server.maxRam);\n};\n\nexport const upgradePurchasedServer = (hostname: string, ram: number): void => {\n const server = GetServer(hostname);\n if (!server) throw new Error(`Server '${hostname}' not found.`);\n const cost = getPurchasedServerUpgradeCost(hostname, ram);\n if (!Player.canAfford(cost)) throw new Error(`You don't have enough money to upgrade '${hostname}'.`);\n Player.loseMoney(cost, \"servers\");\n server.maxRam = ram;\n};\n\nexport const renamePurchasedServer = (hostname: string, newName: string): void => {\n const server = GetServer(hostname);\n if (!server) throw new Error(`Server '${newName}' doesn't exists.`);\n if (GetServer(newName)) throw new Error(`Server '${newName}' already exists.`);\n if (!Player.purchasedServers.includes(hostname)) throw new Error(`Server '${hostname}' is not a player server.`);\n const replace = (arr: string[], old: string, next: string): string[] => {\n return arr.map((v) => (v === old ? next : v));\n };\n Player.purchasedServers = replace(Player.purchasedServers, hostname, newName);\n const home = Player.getHomeComputer();\n home.serversOnNetwork = replace(home.serversOnNetwork, hostname, newName);\n server.serversOnNetwork = replace(server.serversOnNetwork, hostname, newName);\n server.runningScripts.forEach((r) => (r.server = newName));\n server.scripts.forEach((r) => (r.server = newName));\n server.hostname = newName;\n workerScripts.forEach((w) => {\n if (w.hostname === hostname) w.hostname = newName;\n });\n renameServer(hostname, newName);\n};\n\nexport function getPurchaseServerLimit(): number {\n return Math.round(CONSTANTS.PurchasedServerLimit * BitNodeMultipliers.PurchasedServerLimit);\n}\n\nexport function getPurchaseServerMaxRam(): number {\n const ram = Math.round(CONSTANTS.PurchasedServerMaxRam * BitNodeMultipliers.PurchasedServerMaxRam);\n\n // Round this to the nearest power of 2\n return 1 << (31 - Math.clz32(ram));\n}\n\n// Manually purchase a server (NOT through Netscript)\nexport function purchaseServer(hostname: string, ram: number, cost: number): void {\n //Check if player has enough money\n if (!Player.canAfford(cost)) {\n dialogBoxCreate(\"You don't have enough money to purchase this server!\");\n return;\n }\n\n //Maximum server limit\n if (Player.purchasedServers.length >= getPurchaseServerLimit()) {\n dialogBoxCreate(\n \"You have reached the maximum limit of \" +\n getPurchaseServerLimit() +\n \" servers. \" +\n \"You cannot purchase any more. You can \" +\n \"delete some of your purchased servers using the deleteServer() Netscript function in a script\",\n );\n return;\n }\n\n if (hostname == \"\") {\n dialogBoxCreate(\"You must enter a hostname for your new server!\");\n return;\n }\n\n // Create server\n const newServ = safelyCreateUniqueServer({\n adminRights: true,\n hostname: hostname,\n ip: createUniqueRandomIp(),\n isConnectedTo: false,\n maxRam: ram,\n organizationName: \"\",\n purchasedByPlayer: true,\n });\n AddToAllServers(newServ);\n\n // Add to Player's purchasedServers array\n Player.purchasedServers.push(newServ.hostname);\n\n // Connect new server to home computer\n const homeComputer = Player.getHomeComputer();\n homeComputer.serversOnNetwork.push(newServ.hostname);\n newServ.serversOnNetwork.push(homeComputer.hostname);\n\n Player.loseMoney(cost, \"servers\");\n\n dialogBoxCreate(\"Server successfully purchased with hostname \" + newServ.hostname);\n}\n\n// Manually upgrade RAM on home computer (NOT through Netscript)\nexport function purchaseRamForHomeComputer(): void {\n const cost = Player.getUpgradeHomeRamCost();\n if (!Player.canAfford(cost)) {\n dialogBoxCreate(\"You do not have enough money to purchase additional RAM for your home computer\");\n return;\n }\n\n const homeComputer = Player.getHomeComputer();\n if (homeComputer.maxRam >= CONSTANTS.HomeComputerMaxRam) {\n dialogBoxCreate(`You cannot upgrade your home computer RAM because it is at its maximum possible value`);\n return;\n }\n\n homeComputer.maxRam *= 2;\n Player.loseMoney(cost, \"servers\");\n}\n","/**\n * Functions for buying/selling stocks. There are four functions total, two for\n * long positions and two for short positions.\n */\nimport { Stock } from \"./Stock\";\nimport {\n getBuyTransactionCost,\n getSellTransactionGain,\n processTransactionForecastMovement,\n} from \"./StockMarketHelpers\";\n\nimport { PositionTypes } from \"./data/PositionTypes\";\n\nimport { CONSTANTS } from \"../Constants\";\nimport { Player } from \"../Player\";\n\nimport { numeralWrapper } from \"../ui/numeralFormat\";\nimport { Money } from \"../ui/React/Money\";\n\nimport { dialogBoxCreate } from \"../ui/React/DialogBox\";\n\nimport * as React from \"react\";\nimport { NetscriptContext } from \"../Netscript/APIWrapper\";\nimport { helpers } from \"../Netscript/NetscriptHelpers\";\n\n/** Each function takes an optional config object as its last argument */\ninterface IOptions {\n rerenderFn?: () => void;\n suppressDialog?: boolean;\n}\n\n/**\n * Attempt to buy a stock in the long position\n * @param {Stock} stock - Stock to buy\n * @param {number} shares - Number of shares to buy\n * @param {NetscriptContext} ctx - If this is being called through Netscript\n * @param opts - Optional configuration for this function's behavior. See top of file\n * @returns {boolean} - true if successful, false otherwise\n */\nexport function buyStock(\n stock: Stock,\n shares: number,\n ctx: NetscriptContext | null = null,\n opts: IOptions = {},\n): boolean {\n // Validate arguments\n shares = Math.round(shares);\n if (shares <= 0) {\n return false;\n }\n if (stock == null || isNaN(shares)) {\n if (ctx) {\n helpers.log(ctx, () => `Invalid arguments: stock='${stock}' shares='${shares}'`);\n } else if (opts.suppressDialog !== true) {\n dialogBoxCreate(\"Failed to buy stock. This may be a bug, contact developer\");\n }\n\n return false;\n }\n\n // Does player have enough money?\n const totalPrice = getBuyTransactionCost(stock, shares, PositionTypes.Long);\n if (totalPrice == null) {\n return false;\n }\n if (Player.money < totalPrice) {\n if (ctx) {\n helpers.log(\n ctx,\n () =>\n `You do not have enough money to purchase this position. You need ${numeralWrapper.formatMoney(totalPrice)}.`,\n );\n } else if (opts.suppressDialog !== true) {\n dialogBoxCreate(\n <>\n You do not have enough money to purchase this. You need \n ,\n );\n }\n\n return false;\n }\n\n // Would this purchase exceed the maximum number of shares?\n if (shares + stock.playerShares + stock.playerShortShares > stock.maxShares) {\n if (ctx) {\n helpers.log(\n ctx,\n () =>\n `Purchasing '${shares + stock.playerShares + stock.playerShortShares}' shares would exceed ${\n stock.symbol\n }'s maximum (${stock.maxShares}) number of shares`,\n );\n } else if (opts.suppressDialog !== true) {\n dialogBoxCreate(\n `You cannot purchase this many shares. ${stock.symbol} has a maximum of ${numeralWrapper.formatShares(\n stock.maxShares,\n )} shares.`,\n );\n }\n\n return false;\n }\n\n const origTotal = stock.playerShares * stock.playerAvgPx;\n Player.loseMoney(totalPrice, \"stock\");\n const newTotal = origTotal + totalPrice - CONSTANTS.StockMarketCommission;\n stock.playerShares = Math.round(stock.playerShares + shares);\n stock.playerAvgPx = newTotal / stock.playerShares;\n processTransactionForecastMovement(stock, shares);\n if (opts.rerenderFn != null && typeof opts.rerenderFn === \"function\") {\n opts.rerenderFn();\n }\n\n if (ctx) {\n const resultTxt = `Bought ${numeralWrapper.formatShares(shares)} shares of ${\n stock.symbol\n } for ${numeralWrapper.formatMoney(totalPrice)}. Paid ${numeralWrapper.formatMoney(\n CONSTANTS.StockMarketCommission,\n )} in commission fees.`;\n helpers.log(ctx, () => resultTxt);\n } else if (opts.suppressDialog !== true) {\n dialogBoxCreate(\n <>\n Bought {numeralWrapper.formatShares(shares)} shares of {stock.symbol} for . Paid{\" \"}\n in commission fees.\n ,\n );\n }\n\n return true;\n}\n\n/**\n * Attempt to sell a stock in the long position\n * @param {Stock} stock - Stock to sell\n * @param {number} shares - Number of shares to sell\n * @param {NetscriptContext} ctx - If this is being called through Netscript\n * @param opts - Optional configuration for this function's behavior. See top of file\n * returns {boolean} - true if successfully sells given number of shares OR MAX owned, false otherwise\n */\nexport function sellStock(\n stock: Stock,\n shares: number,\n ctx: NetscriptContext | null = null,\n opts: IOptions = {},\n): boolean {\n // Sanitize/Validate arguments\n if (stock == null || shares < 0 || isNaN(shares)) {\n if (ctx) {\n helpers.log(ctx, () => `Invalid arguments: stock='${stock}' shares='${shares}'`);\n } else if (opts.suppressDialog !== true) {\n dialogBoxCreate(\n \"Failed to sell stock. This is probably due to an invalid quantity. Otherwise, this may be a bug, contact developer\",\n );\n }\n\n return false;\n }\n shares = Math.round(shares);\n if (shares > stock.playerShares) {\n shares = stock.playerShares;\n }\n if (shares === 0) {\n return false;\n }\n\n const gains = getSellTransactionGain(stock, shares, PositionTypes.Long);\n if (gains == null) {\n return false;\n }\n let netProfit = gains - stock.playerAvgPx * shares;\n if (isNaN(netProfit)) {\n netProfit = 0;\n }\n Player.gainMoney(gains, \"stock\");\n if (ctx) {\n ctx.workerScript.scriptRef.onlineMoneyMade += netProfit;\n Player.scriptProdSinceLastAug += netProfit;\n }\n\n stock.playerShares = Math.round(stock.playerShares - shares);\n if (stock.playerShares === 0) {\n stock.playerAvgPx = 0;\n }\n\n processTransactionForecastMovement(stock, shares);\n\n if (opts.rerenderFn != null && typeof opts.rerenderFn === \"function\") {\n opts.rerenderFn();\n }\n\n if (ctx) {\n const resultTxt =\n `Sold ${numeralWrapper.formatShares(shares)} shares of ${stock.symbol}. ` +\n `After commissions, you gained a total of ${numeralWrapper.formatMoney(gains)}.`;\n helpers.log(ctx, () => resultTxt);\n } else if (opts.suppressDialog !== true) {\n dialogBoxCreate(\n <>\n Sold {numeralWrapper.formatShares(shares)} shares of {stock.symbol}. After commissions, you gained a total of{\" \"}\n .\n ,\n );\n }\n\n return true;\n}\n\n/**\n * Attempt to buy a stock in the short position\n * @param {Stock} stock - Stock to sell\n * @param {number} shares - Number of shares to short\n * @param {NetscriptContext} ctx - If this is being called through Netscript\n * @param opts - Optional configuration for this function's behavior. See top of file\n * @returns {boolean} - true if successful, false otherwise\n */\nexport function shortStock(\n stock: Stock,\n shares: number,\n ctx: NetscriptContext | null = null,\n opts: IOptions = {},\n): boolean {\n // Validate arguments\n shares = Math.round(shares);\n if (shares <= 0) {\n return false;\n }\n if (stock == null || isNaN(shares)) {\n if (ctx) {\n helpers.log(ctx, () => `Invalid arguments: stock='${stock}' shares='${shares}'`);\n } else if (opts.suppressDialog !== true) {\n dialogBoxCreate(\n \"Failed to initiate a short position in a stock. This is probably \" +\n \"due to an invalid quantity. Otherwise, this may be a bug, so contact developer\",\n );\n }\n return false;\n }\n\n // Does the player have enough money?\n const totalPrice = getBuyTransactionCost(stock, shares, PositionTypes.Short);\n if (totalPrice == null) {\n return false;\n }\n if (Player.money < totalPrice) {\n if (ctx) {\n helpers.log(\n ctx,\n () =>\n \"You do not have enough \" +\n \"money to purchase this short position. You need \" +\n numeralWrapper.formatMoney(totalPrice),\n );\n } else if (opts.suppressDialog !== true) {\n dialogBoxCreate(\n <>\n You do not have enough money to purchase this short position. You need \n ,\n );\n }\n\n return false;\n }\n\n // Would this purchase exceed the maximum number of shares?\n if (shares + stock.playerShares + stock.playerShortShares > stock.maxShares) {\n if (ctx) {\n helpers.log(\n ctx,\n () =>\n `This '${shares + stock.playerShares + stock.playerShortShares}' short shares would exceed ${\n stock.symbol\n }'s maximum (${stock.maxShares}) number of shares.`,\n );\n } else if (opts.suppressDialog !== true) {\n dialogBoxCreate(\n `You cannot purchase this many shares. ${stock.symbol} has a maximum of ${stock.maxShares} shares.`,\n );\n }\n\n return false;\n }\n\n const origTotal = stock.playerShortShares * stock.playerAvgShortPx;\n Player.loseMoney(totalPrice, \"stock\");\n const newTotal = origTotal + totalPrice - CONSTANTS.StockMarketCommission;\n stock.playerShortShares = Math.round(stock.playerShortShares + shares);\n stock.playerAvgShortPx = newTotal / stock.playerShortShares;\n processTransactionForecastMovement(stock, shares);\n\n if (opts.rerenderFn != null && typeof opts.rerenderFn === \"function\") {\n opts.rerenderFn();\n }\n\n if (ctx) {\n const resultTxt =\n `Bought a short position of ${numeralWrapper.formatShares(shares)} shares of ${stock.symbol} ` +\n `for ${numeralWrapper.formatMoney(totalPrice)}. Paid ${numeralWrapper.formatMoney(\n CONSTANTS.StockMarketCommission,\n )} ` +\n `in commission fees.`;\n helpers.log(ctx, () => resultTxt);\n } else if (!opts.suppressDialog) {\n dialogBoxCreate(\n <>\n Bought a short position of {numeralWrapper.formatShares(shares)} shares of {stock.symbol} for{\" \"}\n . Paid in commission fees.\n ,\n );\n }\n\n return true;\n}\n\n/**\n * Attempt to sell a stock in the short position\n * @param {Stock} stock - Stock to sell\n * @param {number} shares - Number of shares to sell\n * @param {NetscriptContext} ctx - If this is being called through Netscript\n * @param opts - Optional configuration for this function's behavior. See top of file\n * @returns {boolean} true if successfully sells given amount OR max owned, false otherwise\n */\nexport function sellShort(\n stock: Stock,\n shares: number,\n ctx: NetscriptContext | null = null,\n opts: IOptions = {},\n): boolean {\n if (stock == null || isNaN(shares) || shares < 0) {\n if (ctx) {\n helpers.log(ctx, () => `Invalid arguments: stock='${stock}' shares='${shares}'`);\n } else if (!opts.suppressDialog) {\n dialogBoxCreate(\n \"Failed to sell a short position in a stock. This is probably \" +\n \"due to an invalid quantity. Otherwise, this may be a bug, so contact developer\",\n );\n }\n\n return false;\n }\n shares = Math.round(shares);\n if (shares > stock.playerShortShares) {\n shares = stock.playerShortShares;\n }\n if (shares === 0) {\n return false;\n }\n\n const origCost = shares * stock.playerAvgShortPx;\n const totalGain = getSellTransactionGain(stock, shares, PositionTypes.Short);\n if (totalGain == null || isNaN(totalGain) || origCost == null) {\n if (ctx) {\n helpers.log(\n ctx,\n () => `Failed to sell short position in a stock. This is probably either due to invalid arguments, or a bug`,\n );\n } else if (!opts.suppressDialog) {\n dialogBoxCreate(\n `Failed to sell short position in a stock. This is probably either due to invalid arguments, or a bug`,\n );\n }\n\n return false;\n }\n let profit = totalGain - origCost;\n if (isNaN(profit)) {\n profit = 0;\n }\n Player.gainMoney(totalGain, \"stock\");\n if (ctx) {\n ctx.workerScript.scriptRef.onlineMoneyMade += profit;\n Player.scriptProdSinceLastAug += profit;\n }\n\n stock.playerShortShares = Math.round(stock.playerShortShares - shares);\n if (stock.playerShortShares === 0) {\n stock.playerAvgShortPx = 0;\n }\n processTransactionForecastMovement(stock, shares);\n\n if (opts.rerenderFn != null && typeof opts.rerenderFn === \"function\") {\n opts.rerenderFn();\n }\n\n if (ctx) {\n const resultTxt =\n `Sold your short position of ${numeralWrapper.formatShares(shares)} shares of ${stock.symbol}. ` +\n `After commissions, you gained a total of ${numeralWrapper.formatMoney(totalGain)}`;\n helpers.log(ctx, () => resultTxt);\n } else if (!opts.suppressDialog) {\n dialogBoxCreate(\n <>\n Sold your short position of {numeralWrapper.formatShares(shares)} shares of {stock.symbol}. After commissions,\n you gained a total of \n ,\n );\n }\n\n return true;\n}\n","import { Player } from \"../Player\";\nimport { dialogBoxCreate } from \"../ui/React/DialogBox\";\n\nconst gainLimit = 10e9;\n\nexport function win(n: number): void {\n Player.gainMoney(n, \"casino\");\n}\n\nexport function reachedLimit(): boolean {\n const reached = Player.getCasinoWinnings() > gainLimit;\n if (reached) {\n dialogBoxCreate(\"Alright cheater get out of here. You're not allowed here anymore.\");\n }\n return reached;\n}\n","import { BitNodeMultipliers } from \"../../BitNode/BitNodeMultipliers\";\nimport { GangMember } from \"../GangMember\";\nimport { GangMemberTask } from \"../GangMemberTask\";\n\nexport interface FormulaGang {\n respect: number;\n territory: number;\n wantedLevel: number;\n}\n\nexport function calculateWantedPenalty(gang: FormulaGang): number {\n return gang.respect / (gang.respect + gang.wantedLevel);\n}\n\nexport function calculateRespectGain(gang: FormulaGang, member: GangMember, task: GangMemberTask): number {\n if (task.baseRespect === 0) return 0;\n let statWeight =\n (task.hackWeight / 100) * member.hack +\n (task.strWeight / 100) * member.str +\n (task.defWeight / 100) * member.def +\n (task.dexWeight / 100) * member.dex +\n (task.agiWeight / 100) * member.agi +\n (task.chaWeight / 100) * member.cha;\n statWeight -= 4 * task.difficulty;\n if (statWeight <= 0) return 0;\n const territoryMult = Math.max(0.005, Math.pow(gang.territory * 100, task.territory.respect) / 100);\n const territoryPenalty = (0.2 * gang.territory + 0.8) * BitNodeMultipliers.GangSoftcap;\n if (isNaN(territoryMult) || territoryMult <= 0) return 0;\n const respectMult = calculateWantedPenalty(gang);\n return Math.pow(11 * task.baseRespect * statWeight * territoryMult * respectMult, territoryPenalty);\n}\n\nexport function calculateWantedLevelGain(gang: FormulaGang, member: GangMember, task: GangMemberTask): number {\n if (task.baseWanted === 0) return 0;\n let statWeight =\n (task.hackWeight / 100) * member.hack +\n (task.strWeight / 100) * member.str +\n (task.defWeight / 100) * member.def +\n (task.dexWeight / 100) * member.dex +\n (task.agiWeight / 100) * member.agi +\n (task.chaWeight / 100) * member.cha;\n statWeight -= 3.5 * task.difficulty;\n if (statWeight <= 0) return 0;\n const territoryMult = Math.max(0.005, Math.pow(gang.territory * 100, task.territory.wanted) / 100);\n if (isNaN(territoryMult) || territoryMult <= 0) return 0;\n if (task.baseWanted < 0) {\n return 0.4 * task.baseWanted * statWeight * territoryMult;\n }\n const calc = (7 * task.baseWanted) / Math.pow(3 * statWeight * territoryMult, 0.8);\n\n // Put an arbitrary cap on this to prevent wanted level from rising too fast if the\n // denominator is very small. Might want to rethink formula later\n return Math.min(100, calc);\n}\n\nexport function calculateMoneyGain(gang: FormulaGang, member: GangMember, task: GangMemberTask): number {\n if (task.baseMoney === 0) return 0;\n let statWeight =\n (task.hackWeight / 100) * member.hack +\n (task.strWeight / 100) * member.str +\n (task.defWeight / 100) * member.def +\n (task.dexWeight / 100) * member.dex +\n (task.agiWeight / 100) * member.agi +\n (task.chaWeight / 100) * member.cha;\n\n statWeight -= 3.2 * task.difficulty;\n if (statWeight <= 0) return 0;\n const territoryMult = Math.max(0.005, Math.pow(gang.territory * 100, task.territory.money) / 100);\n if (isNaN(territoryMult) || territoryMult <= 0) return 0;\n const respectMult = calculateWantedPenalty(gang);\n const territoryPenalty = (0.2 * gang.territory + 0.8) * BitNodeMultipliers.GangSoftcap;\n return Math.pow(5 * task.baseMoney * statWeight * territoryMult * respectMult, territoryPenalty);\n}\n\nexport function calculateAscensionPointsGain(exp: number): number {\n return Math.max(exp - 1000, 0);\n}\n\nexport function calculateAscensionMult(points: number): number {\n return Math.max(Math.pow(points / 2000, 0.5), 1);\n}\n","export class RFAMessage {\n jsonrpc = \"2.0\"; // Transmits version of JSON-RPC. Compliance maybe allows some funky interaction with external tools?\n public method?: string; // Is defined when it's a request/notification, otherwise undefined\n public result?: ResultType; // Is defined when it's a response, otherwise undefined\n public params?: FileMetadata; // Optional parameters to method\n public error?: string; // Only defined on error\n public id?: number; // ID to keep track of request -> response interaction, undefined with notifications, defined with request/response\n\n constructor(obj: { method?: string; result?: ResultType; params?: FileMetadata; error?: string; id?: number } = {}) {\n this.method = obj.method;\n this.result = obj.result;\n this.params = obj.params;\n this.error = obj.error;\n this.id = obj.id;\n }\n}\n\ntype ResultType = string | number | Array | Array;\ntype FileMetadata = FileData | FileContent | FileLocation | FileServer;\n\nexport interface FileData {\n filename: string;\n content: string;\n server: string;\n}\n\nexport interface FileContent {\n filename: string;\n content: string;\n}\n\nexport interface FileLocation {\n filename: string;\n server: string;\n}\n\nexport interface FileServer {\n server: string;\n}\n\nexport function isFileData(p: unknown): p is FileData {\n const pf = p as FileData;\n return typeof pf.server === \"string\" && typeof pf.filename === \"string\" && typeof pf.content === \"string\";\n}\n\nexport function isFileLocation(p: unknown): p is FileLocation {\n const pf = p as FileLocation;\n return typeof pf.server === \"string\" && typeof pf.filename === \"string\";\n}\n\nexport function isFileContent(p: unknown): p is FileContent {\n const pf = p as FileContent;\n return typeof pf.filename === \"string\" && typeof pf.content === \"string\";\n}\n\nexport function isFileServer(p: unknown): p is FileServer {\n const pf = p as FileServer;\n return typeof pf.server === \"string\";\n}\n","import { Paper } from \"@mui/material\";\nimport React, { useEffect, useState } from \"react\";\nimport { AugmentationNames } from \"../../Augmentation/data/AugmentationNames\";\nimport { Player } from \"../../Player\";\nimport { ProgressBar } from \"../../ui/React/Progress\";\n\ninterface IProps {\n millis: number;\n onExpire: () => void;\n noPaper?: boolean;\n ignoreAugment_WKSharmonizer?: boolean;\n}\n\nexport function GameTimer(props: IProps): React.ReactElement {\n const [v, setV] = useState(100);\n const totalMillis =\n (!props.ignoreAugment_WKSharmonizer && Player.hasAugmentation(AugmentationNames.WKSharmonizer, true) ? 1.3 : 1) *\n props.millis;\n\n const tick = 200;\n useEffect(() => {\n const intervalId = setInterval(() => {\n setV((old) => {\n if (old <= 0) props.onExpire();\n return old - (tick / totalMillis) * 100;\n });\n }, tick);\n return () => {\n clearInterval(intervalId);\n };\n }, []);\n\n // https://stackoverflow.com/questions/55593367/disable-material-uis-linearprogress-animation\n // TODO(hydroflame): there's like a bug where it triggers the end before the\n // bar physically reaches the end\n return props.noPaper ? (\n \n ) : (\n \n \n \n );\n}\n","import { DarkWebItem } from \"./DarkWebItem\";\nimport { Programs, initPrograms } from \"../Programs/Programs\";\n\nexport const DarkWebItems: Record = {};\nexport function initDarkWebItems() {\n initPrograms();\n Object.assign(DarkWebItems, {\n BruteSSHProgram: new DarkWebItem(Programs.BruteSSHProgram.name, 500e3, \"Opens up SSH Ports.\"),\n FTPCrackProgram: new DarkWebItem(Programs.FTPCrackProgram.name, 1500e3, \"Opens up FTP Ports.\"),\n RelaySMTPProgram: new DarkWebItem(Programs.RelaySMTPProgram.name, 5e6, \"Opens up SMTP Ports.\"),\n HTTPWormProgram: new DarkWebItem(Programs.HTTPWormProgram.name, 30e6, \"Opens up HTTP Ports.\"),\n SQLInjectProgram: new DarkWebItem(Programs.SQLInjectProgram.name, 250e6, \"Opens up SQL Ports.\"),\n ServerProfiler: new DarkWebItem(\n Programs.ServerProfiler.name,\n 500000,\n \"Displays detailed information about a server.\",\n ),\n DeepscanV1: new DarkWebItem(Programs.DeepscanV1.name, 500000, \"Enables 'scan-analyze' with a depth up to 5.\"),\n DeepscanV2: new DarkWebItem(Programs.DeepscanV2.name, 25e6, \"Enables 'scan-analyze' with a depth up to 10.\"),\n AutolinkProgram: new DarkWebItem(Programs.AutoLink.name, 1e6, \"Enables direct connect via 'scan-analyze'.\"),\n FormulasProgram: new DarkWebItem(Programs.Formulas.name, 5e9, \"Unlock access to the formulas API.\"),\n });\n}\n","import { BitNodeMultipliers } from \"../../BitNode/BitNodeMultipliers\";\nimport { HacknetNodeConstants } from \"../data/Constants\";\n\nexport function calculateMoneyGainRate(level: number, ram: number, cores: number, mult: number): number {\n const gainPerLevel = HacknetNodeConstants.MoneyGainPerLevel;\n\n const levelMult = level * gainPerLevel;\n const ramMult = Math.pow(1.035, ram - 1);\n const coresMult = (cores + 5) / 6;\n return levelMult * ramMult * coresMult * mult * BitNodeMultipliers.HacknetNodeMoney;\n}\n\nexport function calculateLevelUpgradeCost(startingLevel: number, extraLevels = 1, costMult = 1): number {\n const sanitizedLevels = Math.round(extraLevels);\n if (isNaN(sanitizedLevels) || sanitizedLevels < 1) {\n return 0;\n }\n\n if (startingLevel >= HacknetNodeConstants.MaxLevel) {\n return Infinity;\n }\n\n const mult = HacknetNodeConstants.UpgradeLevelMult;\n let totalMultiplier = 0;\n let currLevel = startingLevel;\n for (let i = 0; i < sanitizedLevels; ++i) {\n totalMultiplier += HacknetNodeConstants.LevelBaseCost * Math.pow(mult, currLevel);\n ++currLevel;\n }\n\n return (HacknetNodeConstants.BaseCost / 2) * totalMultiplier * costMult;\n}\n\nexport function calculateRamUpgradeCost(startingRam: number, extraLevels = 1, costMult = 1): number {\n const sanitizedLevels = Math.round(extraLevels);\n if (isNaN(sanitizedLevels) || sanitizedLevels < 1) {\n return 0;\n }\n\n if (startingRam >= HacknetNodeConstants.MaxRam) {\n return Infinity;\n }\n\n let totalCost = 0;\n let numUpgrades = Math.round(Math.log2(startingRam));\n let currentRam = startingRam;\n\n for (let i = 0; i < sanitizedLevels; ++i) {\n const baseCost = currentRam * HacknetNodeConstants.RamBaseCost;\n const mult = Math.pow(HacknetNodeConstants.UpgradeRamMult, numUpgrades);\n\n totalCost += baseCost * mult;\n\n currentRam *= 2;\n ++numUpgrades;\n }\n\n totalCost *= costMult;\n\n return totalCost;\n}\n\nexport function calculateCoreUpgradeCost(startingCore: number, extraLevels = 1, costMult = 1): number {\n const sanitizedCores = Math.round(extraLevels);\n if (isNaN(sanitizedCores) || sanitizedCores < 1) {\n return 0;\n }\n\n if (startingCore >= HacknetNodeConstants.MaxCores) {\n return Infinity;\n }\n\n const coreBaseCost = HacknetNodeConstants.CoreBaseCost;\n const mult = HacknetNodeConstants.UpgradeCoreMult;\n let totalCost = 0;\n let currentCores = startingCore;\n for (let i = 0; i < sanitizedCores; ++i) {\n totalCost += coreBaseCost * Math.pow(mult, currentCores - 1);\n ++currentCores;\n }\n\n totalCost *= costMult;\n\n return totalCost;\n}\n\nexport function calculateNodeCost(n: number, mult = 1): number {\n if (n <= 0) {\n return 0;\n }\n return HacknetNodeConstants.BaseCost * Math.pow(HacknetNodeConstants.PurchaseNextMult, n - 1) * mult;\n}\n","const _ = false;\nconst X = true;\nexport const Shapes: {\n O: boolean[][];\n I: boolean[][];\n L: boolean[][];\n J: boolean[][];\n S: boolean[][];\n Z: boolean[][];\n T: boolean[][];\n} = {\n O: [\n [X, X],\n [X, X],\n ],\n I: [[X, X, X, X]],\n L: [\n [_, _, X],\n [X, X, X],\n ],\n J: [\n [X, _, _],\n [X, X, X],\n ],\n S: [\n [_, X, X],\n [X, X, _],\n ],\n Z: [\n [X, X, _],\n [_, X, X],\n ],\n T: [\n [X, X, X],\n [_, X, _],\n ],\n};\n","interface DifficultySetting {\n [key: string]: number;\n}\n\ninterface DifficultySettings {\n Trivial: DifficultySetting;\n Normal: DifficultySetting;\n Hard: DifficultySetting;\n Impossible: DifficultySetting;\n}\n\n// I could use `any` to simply some of this but I also want to take advantage\n// of the type safety that typescript provides. I'm just not sure how in this\n// case.\nexport function interpolate(settings: DifficultySettings, n: number, out: DifficultySetting): DifficultySetting {\n // interpolates between 2 difficulties.\n function lerpD(a: DifficultySetting, b: DifficultySetting, t: number): DifficultySetting {\n // interpolates between 2 numbers.\n function lerp(x: number, y: number, t: number): number {\n return (1 - t) * x + t * y;\n }\n for (const key of Object.keys(a)) {\n out[key] = lerp(a[key], b[key], t);\n }\n return a;\n }\n if (n < 0) return lerpD(settings.Trivial, settings.Trivial, 0);\n if (n >= 0 && n < 1) return lerpD(settings.Trivial, settings.Normal, n);\n if (n >= 1 && n < 2) return lerpD(settings.Normal, settings.Hard, n - 1);\n if (n >= 2 && n < 3) return lerpD(settings.Hard, settings.Impossible, n - 2);\n return lerpD(settings.Impossible, settings.Impossible, 0);\n}\n","import React, { useEffect } from \"react\";\n\ninterface IProps {\n onKeyDown: (this: Document, event: KeyboardEvent) => void;\n onFailure: (options?: { automated: boolean }) => void;\n}\n\nexport function KeyHandler(props: IProps): React.ReactElement {\n useEffect(() => {\n function press(this: Document, event: KeyboardEvent): void {\n if (!event.isTrusted) return;\n const f = props.onKeyDown.bind(this);\n f(event);\n }\n document.addEventListener(\"keydown\", press);\n return () => document.removeEventListener(\"keydown\", press);\n });\n\n // invisible autofocused element that eats all the keypress for the minigames.\n return <>;\n}\n","import React from \"react\";\nimport { Work, WorkType } from \"./Work\";\nimport { Reviver, Generic_toJSON, Generic_fromJSON, IReviverValue } from \"../utils/JSONReviver\";\nimport { Player } from \"../Player\";\nimport { FactionNames } from \"../Faction/data/FactionNames\";\nimport { Factions } from \"../Faction/Factions\";\nimport { Faction } from \"../Faction/Faction\";\nimport { applyWorkStats, scaleWorkStats, WorkStats } from \"./WorkStats\";\nimport { dialogBoxCreate } from \"../ui/React/DialogBox\";\nimport { Reputation } from \"../ui/React/Reputation\";\nimport { CONSTANTS } from \"../Constants\";\nimport { AugmentationNames } from \"../Augmentation/data/AugmentationNames\";\nimport { calculateFactionExp, calculateFactionRep } from \"./formulas/Faction\";\nimport { FactionWorkType } from \"./data/FactionWorkType\";\n\ninterface FactionWorkParams {\n singularity: boolean;\n factionWorkType: FactionWorkType;\n faction: string;\n}\n\nexport const isFactionWork = (w: Work | null): w is FactionWork => w !== null && w.type === WorkType.FACTION;\n\nexport class FactionWork extends Work {\n factionWorkType: FactionWorkType;\n factionName: string;\n\n constructor(params?: FactionWorkParams) {\n super(WorkType.FACTION, params?.singularity ?? true);\n this.factionWorkType = params?.factionWorkType ?? FactionWorkType.HACKING;\n this.factionName = params?.faction ?? FactionNames.Sector12;\n }\n\n getFaction(): Faction {\n const f = Factions[this.factionName];\n if (!f) throw new Error(`Faction work started with invalid / unknown faction: '${this.factionName}'`);\n return f;\n }\n\n getReputationRate(): number {\n let focusBonus = 1;\n if (!Player.hasAugmentation(AugmentationNames.NeuroreceptorManager, true)) {\n focusBonus = Player.focus ? 1 : CONSTANTS.BaseFocusBonus;\n }\n return calculateFactionRep(Player, this.factionWorkType, this.getFaction().favor) * focusBonus;\n }\n\n getExpRates(): WorkStats {\n let focusBonus = 1;\n if (!Player.hasAugmentation(AugmentationNames.NeuroreceptorManager, true)) {\n focusBonus = Player.focus ? 1 : CONSTANTS.BaseFocusBonus;\n }\n const rate = calculateFactionExp(Player, this.factionWorkType);\n return scaleWorkStats(rate, focusBonus, false);\n }\n\n process(cycles: number): boolean {\n this.cyclesWorked += cycles;\n this.getFaction().playerReputation += this.getReputationRate() * cycles;\n\n const rate = this.getExpRates();\n applyWorkStats(Player, rate, cycles, \"class\");\n\n return false;\n }\n\n finish(): void {\n if (!this.singularity) {\n dialogBoxCreate(\n <>\n You worked for {this.getFaction().name}.\n
\n They now have a total of reputation.\n ,\n );\n }\n }\n\n APICopy(): Record {\n return {\n type: this.type,\n cyclesWorked: this.cyclesWorked,\n factionWorkType: this.factionWorkType,\n factionName: this.factionName,\n };\n }\n\n /** Serialize the current object to a JSON save state. */\n toJSON(): IReviverValue {\n return Generic_toJSON(\"FactionWork\", this);\n }\n\n /** Initializes a FactionWork object from a JSON save state. */\n static fromJSON(value: IReviverValue): FactionWork {\n return Generic_fromJSON(FactionWork, value.data);\n }\n}\n\nReviver.constructors.FactionWork = FactionWork;\n","import * as React from \"react\";\nimport { numeralWrapper } from \"../numeralFormat\";\nimport { Theme } from \"@mui/material/styles\";\nimport makeStyles from \"@mui/styles/makeStyles\";\nimport createStyles from \"@mui/styles/createStyles\";\n\nconst useStyles = makeStyles((theme: Theme) =>\n createStyles({\n money: {\n color: theme.colors.money,\n },\n }),\n);\n\nexport function Hashes({ hashes }: { hashes: number | string }): React.ReactElement {\n const classes = useStyles();\n return (\n {typeof hashes === \"number\" ? numeralWrapper.formatHashes(hashes) : hashes}\n );\n}\n","/**\n * Hacknet Node Class\n *\n * Hacknet Nodes are specialized machines that passively earn the player money over time.\n * They can be upgraded to increase their production\n */\nimport { IHacknetNode } from \"./IHacknetNode\";\n\nimport { CONSTANTS } from \"../Constants\";\n\nimport {\n calculateMoneyGainRate,\n calculateLevelUpgradeCost,\n calculateCoreUpgradeCost,\n calculateRamUpgradeCost,\n} from \"./formulas/HacknetNodes\";\nimport { HacknetNodeConstants } from \"./data/Constants\";\n\nimport { dialogBoxCreate } from \"../ui/React/DialogBox\";\nimport { Generic_fromJSON, Generic_toJSON, IReviverValue, Reviver } from \"../utils/JSONReviver\";\nimport { ObjectValidator, minMax } from \"../utils/Validator\";\n\nexport class HacknetNode implements IHacknetNode {\n static validationData: ObjectValidator = {\n cores: minMax(1, 1, HacknetNodeConstants.MaxCores),\n level: minMax(1, 1, HacknetNodeConstants.MaxLevel),\n ram: minMax(1, 1, HacknetNodeConstants.MaxRam),\n onlineTimeSeconds: minMax(0, 0, Infinity),\n totalMoneyGenerated: minMax(0, 0, Infinity),\n };\n\n // Node's number of cores\n cores = 1;\n\n // Node's Level\n level = 1;\n\n // Node's production per second\n moneyGainRatePerSecond = 0;\n\n // Identifier for Node. Includes the full \"name\" (hacknet-node-N)\n name: string;\n\n // How long this Node has existed, in seconds\n onlineTimeSeconds = 0;\n\n // Node's RAM (GB)\n ram = 1;\n\n // Total money earned by this Node\n totalMoneyGenerated = 0;\n\n constructor(name = \"\", prodMult = 1) {\n this.name = name;\n\n this.updateMoneyGainRate(prodMult);\n }\n\n // Get the cost to upgrade this Node's number of cores\n calculateCoreUpgradeCost(levels = 1, costMult: number): number {\n return calculateCoreUpgradeCost(this.cores, levels, costMult);\n }\n\n // Get the cost to upgrade this Node's level\n calculateLevelUpgradeCost(levels = 1, costMult: number): number {\n return calculateLevelUpgradeCost(this.level, levels, costMult);\n }\n\n // Get the cost to upgrade this Node's RAM\n calculateRamUpgradeCost(levels = 1, costMult: number): number {\n return calculateRamUpgradeCost(this.ram, levels, costMult);\n }\n\n // Process this Hacknet Node in the game loop.\n // Returns the amount of money generated\n process(numCycles = 1): number {\n const seconds = (numCycles * CONSTANTS.MilliPerCycle) / 1000;\n let gain = this.moneyGainRatePerSecond * seconds;\n if (isNaN(gain)) {\n console.error(`Hacknet Node ${this.name} calculated earnings of NaN`);\n gain = 0;\n }\n\n this.totalMoneyGenerated += gain;\n this.onlineTimeSeconds += seconds;\n\n return gain;\n }\n\n // Upgrade this Node's number of cores, if possible\n // Returns a boolean indicating whether new cores were successfully bought\n upgradeCore(levels = 1, prodMult: number): void {\n this.cores = Math.min(HacknetNodeConstants.MaxCores, Math.round(this.cores + levels));\n this.updateMoneyGainRate(prodMult);\n }\n\n // Upgrade this Node's level, if possible\n // Returns a boolean indicating whether the level was successfully updated\n upgradeLevel(levels = 1, prodMult: number): void {\n this.level = Math.min(HacknetNodeConstants.MaxLevel, Math.round(this.level + levels));\n this.updateMoneyGainRate(prodMult);\n }\n\n // Upgrade this Node's RAM, if possible\n // Returns a boolean indicating whether the RAM was successfully upgraded\n upgradeRam(levels = 1, prodMult: number): void {\n for (let i = 0; i < levels; ++i) {\n this.ram *= 2; // Ram is always doubled\n }\n this.ram = Math.round(this.ram); // Handle any floating point precision issues\n this.updateMoneyGainRate(prodMult);\n }\n\n // Re-calculate this Node's production and update the moneyGainRatePerSecond prop\n updateMoneyGainRate(prodMult: number): void {\n this.moneyGainRatePerSecond = calculateMoneyGainRate(this.level, this.ram, this.cores, prodMult);\n if (isNaN(this.moneyGainRatePerSecond)) {\n this.moneyGainRatePerSecond = 0;\n dialogBoxCreate(\"Error in calculating Hacknet Node production. Please report to game developer\");\n }\n }\n\n /** Serialize the current object to a JSON save state. */\n toJSON(): IReviverValue {\n return Generic_toJSON(\"HacknetNode\", this);\n }\n\n /** Initializes a HacknetNode object from a JSON save state. */\n static fromJSON(value: IReviverValue): HacknetNode {\n return Generic_fromJSON(HacknetNode, value.data);\n }\n}\n\nReviver.constructors.HacknetNode = HacknetNode;\n","import { CONSTANTS } from \"../../Constants\";\nimport { BitNodeMultipliers } from \"../../BitNode/BitNodeMultipliers\";\nimport { CalculateShareMult } from \"../../NetworkShare/Share\";\nimport { Person } from \"../Person\";\nimport { calculateIntelligenceBonus } from \"./intelligence\";\n\nfunction mult(favor: number): number {\n let favorMult = 1 + favor / 100;\n if (isNaN(favorMult)) {\n favorMult = 1;\n }\n return favorMult * BitNodeMultipliers.FactionWorkRepGain;\n}\n\nexport function getHackingWorkRepGain(p: Person, favor: number): number {\n return (\n ((p.skills.hacking + p.skills.intelligence / 3) / CONSTANTS.MaxSkillLevel) *\n p.mults.faction_rep *\n calculateIntelligenceBonus(p.skills.intelligence, 1) *\n mult(favor) *\n CalculateShareMult()\n );\n}\n\nexport function getFactionSecurityWorkRepGain(p: Person, favor: number): number {\n const t =\n (0.9 *\n (p.skills.strength +\n p.skills.defense +\n p.skills.dexterity +\n p.skills.agility +\n (p.skills.hacking + p.skills.intelligence) * CalculateShareMult())) /\n CONSTANTS.MaxSkillLevel /\n 4.5;\n return t * p.mults.faction_rep * mult(favor) * calculateIntelligenceBonus(p.skills.intelligence, 1);\n}\n\nexport function getFactionFieldWorkRepGain(p: Person, favor: number): number {\n const t =\n (0.9 *\n (p.skills.strength +\n p.skills.defense +\n p.skills.dexterity +\n p.skills.agility +\n p.skills.charisma +\n (p.skills.hacking + p.skills.intelligence) * CalculateShareMult())) /\n CONSTANTS.MaxSkillLevel /\n 5.5;\n return t * p.mults.faction_rep * mult(favor) * calculateIntelligenceBonus(p.skills.intelligence, 1);\n}\n","import { dialogBoxCreate } from \"./ui/React/DialogBox\";\nimport { BaseServer } from \"./Server/BaseServer\";\nimport { Generic_fromJSON, Generic_toJSON, IReviverValue, Reviver } from \"./utils/JSONReviver\";\nimport { removeLeadingSlash, isInRootDirectory } from \"./Terminal/DirectoryHelpers\";\n\n/** Represents a plain text file that is typically stored on a server. */\nexport class TextFile {\n /** The full file name. */\n fn: string;\n\n /** The content of the file. */\n text: string;\n\n //TODO: Why are we using getter/setter for fn as filename?\n /** The full file name. */\n get filename(): string {\n return this.fn;\n }\n\n /** The full file name. */\n set filename(value: string) {\n this.fn = value;\n }\n\n constructor(fn = \"\", txt = \"\") {\n this.fn = (fn.endsWith(\".txt\") ? fn : `${fn}.txt`).replace(/\\s+/g, \"\");\n this.text = txt;\n }\n\n /** Concatenates the raw values to the end of current content. */\n append(txt: string): void {\n this.text += txt;\n }\n\n /** Serves the file to the user as a downloadable resource through the browser. */\n download(): void {\n const file: Blob = new Blob([this.text], { type: \"text/plain\" });\n const a: HTMLAnchorElement = document.createElement(\"a\");\n const url: string = URL.createObjectURL(file);\n a.href = url;\n a.download = this.fn;\n document.body.appendChild(a);\n a.click();\n setTimeout(() => {\n document.body.removeChild(a);\n window.URL.revokeObjectURL(url);\n }, 0);\n }\n\n /** Retrieve the content of the file. */\n read(): string {\n return this.text;\n }\n\n /** Shows the content to the user via the game's dialog box. */\n show(): void {\n dialogBoxCreate(`${this.fn}

${this.text}`);\n }\n\n /** Serialize the current file to a JSON save state. */\n toJSON(): IReviverValue {\n return Generic_toJSON(\"TextFile\", this);\n }\n\n /** Replaces the current content with the text provided. */\n write(txt: string): void {\n this.text = txt;\n }\n\n /** Initializes a TextFile from a JSON save state. */\n static fromJSON(value: IReviverValue): TextFile {\n return Generic_fromJSON(TextFile, value.data);\n }\n}\n\nReviver.constructors.TextFile = TextFile;\n\n/**\n * Retrieve the file object for the filename on the specified server.\n * @param fn The file name to look for\n * @param server The server object to look in\n * @returns The file object, or null if it couldn't find it.\n */\nexport function getTextFile(fn: string, server: BaseServer): TextFile | null {\n let filename: string = !fn.endsWith(\".txt\") ? `${fn}.txt` : fn;\n\n if (isInRootDirectory(filename)) {\n filename = removeLeadingSlash(filename);\n }\n\n for (const file of server.textFiles) {\n if (file.fn === filename) {\n return file;\n }\n }\n\n return null;\n}\n\n/**\n * Creates a TextFile on the target server.\n * @param fn The file name to create.\n * @param txt The contents of the file.\n * @param server The server that the file should be created on.\n * @returns The instance of the file.\n */\nexport function createTextFile(fn: string, txt: string, server: BaseServer): TextFile | undefined {\n if (getTextFile(fn, server) !== null) {\n // This should probably be a `throw`...\n /* tslint:disable-next-line:no-console */\n console.error(`A file named \"${fn}\" already exists on server ${server.hostname}.`);\n\n return undefined;\n }\n const file: TextFile = new TextFile(fn, txt);\n server.textFiles.push(file);\n\n return file;\n}\n","import { Skill } from \"./Skill\";\nimport { SkillNames } from \"./data/SkillNames\";\n\nexport const Skills: Record = {};\n\n(function () {\n Skills[SkillNames.BladesIntuition] = new Skill({\n name: SkillNames.BladesIntuition,\n desc: \"Each level of this skill increases your success chance for all Contracts, Operations, and BlackOps by 3%\",\n baseCost: 3,\n costInc: 2.1,\n successChanceAll: 3,\n });\n Skills[SkillNames.Cloak] = new Skill({\n name: SkillNames.Cloak,\n desc:\n \"Each level of this skill increases your \" +\n \"success chance in stealth-related Contracts, Operations, and BlackOps by 5.5%\",\n baseCost: 2,\n costInc: 1.1,\n successChanceStealth: 5.5,\n });\n Skills[SkillNames.ShortCircuit] = new Skill({\n name: SkillNames.ShortCircuit,\n desc:\n \"Each level of this skill increases your success chance \" +\n \"in Contracts, Operations, and BlackOps that involve retirement by 5.5%\",\n baseCost: 2,\n costInc: 2.1,\n successChanceKill: 5.5,\n });\n Skills[SkillNames.DigitalObserver] = new Skill({\n name: SkillNames.DigitalObserver,\n desc: \"Each level of this skill increases your success chance in all Operations and BlackOps by 4%\",\n baseCost: 2,\n costInc: 2.1,\n successChanceOperation: 4,\n });\n Skills[SkillNames.Tracer] = new Skill({\n name: SkillNames.Tracer,\n desc: \"Each level of this skill increases your success chance in all Contracts by 4%\",\n baseCost: 2,\n costInc: 2.1,\n successChanceContract: 4,\n });\n Skills[SkillNames.Overclock] = new Skill({\n name: SkillNames.Overclock,\n desc:\n \"Each level of this skill decreases the time it takes \" +\n \"to attempt a Contract, Operation, and BlackOp by 1% (Max Level: 90)\",\n baseCost: 3,\n costInc: 1.4,\n maxLvl: 90,\n actionTime: 1,\n });\n Skills[SkillNames.Reaper] = new Skill({\n name: SkillNames.Reaper,\n desc: \"Each level of this skill increases your effective combat stats for Bladeburner actions by 2%\",\n baseCost: 2,\n costInc: 2.1,\n effStr: 2,\n effDef: 2,\n effDex: 2,\n effAgi: 2,\n });\n Skills[SkillNames.EvasiveSystem] = new Skill({\n name: SkillNames.EvasiveSystem,\n desc: \"Each level of this skill increases your effective dexterity and agility for Bladeburner actions by 4%\",\n baseCost: 2,\n costInc: 2.1,\n effDex: 4,\n effAgi: 4,\n });\n Skills[SkillNames.Datamancer] = new Skill({\n name: SkillNames.Datamancer,\n desc:\n \"Each level of this skill increases your effectiveness in \" +\n \"synthoid population analysis and investigation by 5%. \" +\n \"This affects all actions that can potentially increase \" +\n \"the accuracy of your synthoid population/community estimates.\",\n baseCost: 3,\n costInc: 1,\n successChanceEstimate: 5,\n });\n Skills[SkillNames.CybersEdge] = new Skill({\n name: SkillNames.CybersEdge,\n desc: \"Each level of this skill increases your max stamina by 2%\",\n baseCost: 1,\n costInc: 3,\n stamina: 2,\n });\n Skills[SkillNames.HandsOfMidas] = new Skill({\n name: SkillNames.HandsOfMidas,\n desc: \"Each level of this skill increases the amount of money you receive from Contracts by 10%\",\n baseCost: 2,\n costInc: 2.5,\n money: 10,\n });\n Skills[SkillNames.Hyperdrive] = new Skill({\n name: SkillNames.Hyperdrive,\n desc: \"Each level of this skill increases the experience earned from Contracts, Operations, and BlackOps by 10%\",\n baseCost: 1,\n costInc: 2.5,\n expGain: 10,\n });\n})();\n","import { gangMemberUpgradesMetadata } from \"./data/upgrades\";\nimport { GangMemberUpgrade } from \"./GangMemberUpgrade\";\n\nexport const GangMemberUpgrades: {\n [key: string]: GangMemberUpgrade;\n} = {};\n\n(function () {\n gangMemberUpgradesMetadata.forEach((e) => {\n GangMemberUpgrades[e.name] = new GangMemberUpgrade(e.name, e.cost, e.upgType, e.mults);\n });\n})();\n","import { Player } from \"../Player\";\nimport { NSFull } from \"../NetscriptFunctions\";\n\n/** This type assumes any value that isn't an API layer or a function has been omitted (args and enum) */\ntype RamCostTree = {\n [Property in keyof API]: API[Property] extends () => unknown ? number | (() => number) : RamCostTree;\n};\n\n/** Constants for assigning costs to ns functions */\nexport const RamCostConstants: Record = {\n ScriptBaseRamCost: 1.6,\n ScriptDomRamCost: 25,\n ScriptCorporationRamCost: 1024 - 1.6,\n ScriptHackRamCost: 0.1,\n ScriptHackAnalyzeRamCost: 1,\n ScriptGrowRamCost: 0.15,\n ScriptGrowthAnalyzeRamCost: 1,\n ScriptWeakenRamCost: 0.15,\n ScriptWeakenAnalyzeRamCost: 1,\n ScriptScanRamCost: 0.2,\n ScriptRecentScriptsRamCost: 0.2,\n ScriptPortProgramRamCost: 0.05,\n ScriptRunRamCost: 1.0,\n ScriptExecRamCost: 1.3,\n ScriptSpawnRamCost: 2.0,\n ScriptScpRamCost: 0.6,\n ScriptKillRamCost: 0.5,\n ScriptHasRootAccessRamCost: 0.05,\n ScriptGetHostnameRamCost: 0.05,\n ScriptGetHackingLevelRamCost: 0.05,\n ScriptGetMultipliersRamCost: 4.0,\n ScriptGetServerRamCost: 0.1,\n ScriptGetServerMaxRam: 0.05,\n ScriptGetServerUsedRam: 0.05,\n ScriptFileExistsRamCost: 0.1,\n ScriptIsRunningRamCost: 0.1,\n ScriptHacknetNodesRamCost: 4.0,\n ScriptHNUpgLevelRamCost: 0.4,\n ScriptHNUpgRamRamCost: 0.6,\n ScriptHNUpgCoreRamCost: 0.8,\n ScriptGetStockRamCost: 2.0,\n ScriptBuySellStockRamCost: 2.5,\n ScriptGetPurchaseServerRamCost: 0.25,\n ScriptPurchaseServerRamCost: 2.25,\n ScriptGetPurchasedServerLimit: 0.05,\n ScriptGetPurchasedServerMaxRam: 0.05,\n ScriptRoundRamCost: 0.05,\n ScriptReadWriteRamCost: 1.0,\n ScriptArbScriptRamCost: 1.0,\n ScriptGetScriptRamCost: 0.1,\n ScriptGetRunningScriptRamCost: 0.3,\n ScriptGetHackTimeRamCost: 0.05,\n ScriptGetFavorToDonate: 0.1,\n ScriptCodingContractBaseRamCost: 10,\n ScriptSleeveBaseRamCost: 4,\n ScriptClearTerminalCost: 0.2,\n\n ScriptSingularityFn1RamCost: 2,\n ScriptSingularityFn2RamCost: 3,\n ScriptSingularityFn3RamCost: 5,\n\n ScriptGangApiBaseRamCost: 4,\n\n ScriptBladeburnerApiBaseRamCost: 4,\n\n ScriptStanekWidth: 0.4,\n ScriptStanekHeight: 0.4,\n ScriptStanekCharge: 0.4,\n ScriptStanekFragmentDefinitions: 0,\n ScriptStanekPlacedFragments: 5,\n ScriptStanekClear: 0,\n ScriptStanekCanPlace: 0.5,\n ScriptStanekPlace: 5,\n ScriptStanekFragmentAt: 2,\n ScriptStanekDeleteAt: 0.15,\n ScriptInfiltrationCalculateDifficulty: 2.5,\n ScriptInfiltrationCalculateRewards: 2.5,\n ScriptInfiltrationGetLocations: 5,\n ScriptInfiltrationGetInfiltrations: 15,\n ScriptStanekAcceptGift: 2,\n};\n\nfunction SF4Cost(cost: number): () => number {\n return () => {\n if (Player.bitNodeN === 4) return cost;\n const sf4 = Player.sourceFileLvl(4);\n if (sf4 <= 1) return cost * 16;\n if (sf4 === 2) return cost * 4;\n return cost;\n };\n}\n\n// Hacknet API\nconst hacknet = {\n numNodes: 0,\n purchaseNode: 0,\n getPurchaseNodeCost: 0,\n getNodeStats: 0,\n upgradeLevel: 0,\n upgradeRam: 0,\n upgradeCore: 0,\n upgradeCache: 0,\n getLevelUpgradeCost: 0,\n getRamUpgradeCost: 0,\n getCoreUpgradeCost: 0,\n getCacheUpgradeCost: 0,\n numHashes: 0,\n hashCost: 0,\n spendHashes: 0,\n maxNumNodes: 0,\n hashCapacity: 0,\n getHashUpgrades: 0,\n getHashUpgradeLevel: 0,\n getStudyMult: 0,\n getTrainingMult: 0,\n} as const;\n\n// Stock API\nconst stock = {\n hasWSEAccount: 0.05,\n hasTIXAPIAccess: 0.05,\n has4SData: 0.05,\n has4SDataTIXAPI: 0.05,\n getSymbols: RamCostConstants.ScriptGetStockRamCost,\n getPrice: RamCostConstants.ScriptGetStockRamCost,\n getAskPrice: RamCostConstants.ScriptGetStockRamCost,\n getBidPrice: RamCostConstants.ScriptGetStockRamCost,\n getPosition: RamCostConstants.ScriptGetStockRamCost,\n getMaxShares: RamCostConstants.ScriptGetStockRamCost,\n getPurchaseCost: RamCostConstants.ScriptGetStockRamCost,\n getSaleGain: RamCostConstants.ScriptGetStockRamCost,\n buyStock: RamCostConstants.ScriptBuySellStockRamCost,\n sellStock: RamCostConstants.ScriptBuySellStockRamCost,\n buyShort: RamCostConstants.ScriptBuySellStockRamCost,\n sellShort: RamCostConstants.ScriptBuySellStockRamCost,\n placeOrder: RamCostConstants.ScriptBuySellStockRamCost,\n cancelOrder: RamCostConstants.ScriptBuySellStockRamCost,\n getOrders: RamCostConstants.ScriptBuySellStockRamCost,\n getVolatility: RamCostConstants.ScriptBuySellStockRamCost,\n getForecast: RamCostConstants.ScriptBuySellStockRamCost,\n purchase4SMarketData: RamCostConstants.ScriptBuySellStockRamCost,\n purchase4SMarketDataTixApi: RamCostConstants.ScriptBuySellStockRamCost,\n purchaseWseAccount: RamCostConstants.ScriptBuySellStockRamCost,\n purchaseTixApi: RamCostConstants.ScriptBuySellStockRamCost,\n} as const;\n\n// Singularity API\nconst singularity = {\n universityCourse: SF4Cost(RamCostConstants.ScriptSingularityFn1RamCost),\n gymWorkout: SF4Cost(RamCostConstants.ScriptSingularityFn1RamCost),\n travelToCity: SF4Cost(RamCostConstants.ScriptSingularityFn1RamCost),\n goToLocation: SF4Cost(RamCostConstants.ScriptSingularityFn3RamCost),\n purchaseTor: SF4Cost(RamCostConstants.ScriptSingularityFn1RamCost),\n purchaseProgram: SF4Cost(RamCostConstants.ScriptSingularityFn1RamCost),\n getCurrentServer: SF4Cost(RamCostConstants.ScriptSingularityFn1RamCost),\n connect: SF4Cost(RamCostConstants.ScriptSingularityFn1RamCost),\n manualHack: SF4Cost(RamCostConstants.ScriptSingularityFn1RamCost),\n installBackdoor: SF4Cost(RamCostConstants.ScriptSingularityFn1RamCost),\n getDarkwebProgramCost: SF4Cost(RamCostConstants.ScriptSingularityFn1RamCost / 4),\n getDarkwebPrograms: SF4Cost(RamCostConstants.ScriptSingularityFn1RamCost / 4),\n hospitalize: SF4Cost(RamCostConstants.ScriptSingularityFn1RamCost / 4),\n isBusy: SF4Cost(RamCostConstants.ScriptSingularityFn1RamCost / 4),\n stopAction: SF4Cost(RamCostConstants.ScriptSingularityFn1RamCost / 2),\n upgradeHomeRam: SF4Cost(RamCostConstants.ScriptSingularityFn2RamCost),\n upgradeHomeCores: SF4Cost(RamCostConstants.ScriptSingularityFn2RamCost),\n getUpgradeHomeRamCost: SF4Cost(RamCostConstants.ScriptSingularityFn2RamCost / 2),\n getUpgradeHomeCoresCost: SF4Cost(RamCostConstants.ScriptSingularityFn2RamCost / 2),\n workForCompany: SF4Cost(RamCostConstants.ScriptSingularityFn2RamCost),\n applyToCompany: SF4Cost(RamCostConstants.ScriptSingularityFn2RamCost),\n quitJob: SF4Cost(RamCostConstants.ScriptSingularityFn2RamCost),\n getCompanyRep: SF4Cost(RamCostConstants.ScriptSingularityFn2RamCost / 3),\n getCompanyFavor: SF4Cost(RamCostConstants.ScriptSingularityFn2RamCost / 3),\n getCompanyFavorGain: SF4Cost(RamCostConstants.ScriptSingularityFn2RamCost / 4),\n checkFactionInvitations: SF4Cost(RamCostConstants.ScriptSingularityFn2RamCost),\n joinFaction: SF4Cost(RamCostConstants.ScriptSingularityFn2RamCost),\n workForFaction: SF4Cost(RamCostConstants.ScriptSingularityFn2RamCost),\n getFactionRep: SF4Cost(RamCostConstants.ScriptSingularityFn2RamCost / 3),\n getFactionFavor: SF4Cost(RamCostConstants.ScriptSingularityFn2RamCost / 3),\n getFactionFavorGain: SF4Cost(RamCostConstants.ScriptSingularityFn2RamCost / 4),\n donateToFaction: SF4Cost(RamCostConstants.ScriptSingularityFn3RamCost),\n createProgram: SF4Cost(RamCostConstants.ScriptSingularityFn3RamCost),\n commitCrime: SF4Cost(RamCostConstants.ScriptSingularityFn3RamCost),\n getCrimeChance: SF4Cost(RamCostConstants.ScriptSingularityFn3RamCost),\n getCrimeStats: SF4Cost(RamCostConstants.ScriptSingularityFn3RamCost),\n getOwnedAugmentations: SF4Cost(RamCostConstants.ScriptSingularityFn3RamCost),\n getOwnedSourceFiles: SF4Cost(RamCostConstants.ScriptSingularityFn3RamCost),\n getAugmentationsFromFaction: SF4Cost(RamCostConstants.ScriptSingularityFn3RamCost),\n getAugmentationCost: SF4Cost(RamCostConstants.ScriptSingularityFn3RamCost),\n getAugmentationPrereq: SF4Cost(RamCostConstants.ScriptSingularityFn3RamCost),\n getAugmentationPrice: SF4Cost(RamCostConstants.ScriptSingularityFn3RamCost / 2),\n getAugmentationBasePrice: SF4Cost(RamCostConstants.ScriptSingularityFn3RamCost / 2),\n getAugmentationRepReq: SF4Cost(RamCostConstants.ScriptSingularityFn3RamCost / 2),\n getAugmentationStats: SF4Cost(RamCostConstants.ScriptSingularityFn3RamCost),\n purchaseAugmentation: SF4Cost(RamCostConstants.ScriptSingularityFn3RamCost),\n softReset: SF4Cost(RamCostConstants.ScriptSingularityFn3RamCost),\n installAugmentations: SF4Cost(RamCostConstants.ScriptSingularityFn3RamCost),\n isFocused: SF4Cost(0.1),\n setFocus: SF4Cost(0.1),\n exportGame: SF4Cost(RamCostConstants.ScriptSingularityFn1RamCost / 2),\n exportGameBonus: SF4Cost(RamCostConstants.ScriptSingularityFn1RamCost / 4),\n b1tflum3: SF4Cost(16),\n destroyW0r1dD43m0n: SF4Cost(32),\n getCurrentWork: SF4Cost(0.5),\n} as const;\n\n// Gang API\nconst gang = {\n createGang: RamCostConstants.ScriptGangApiBaseRamCost / 4,\n inGang: RamCostConstants.ScriptGangApiBaseRamCost / 4,\n getMemberNames: RamCostConstants.ScriptGangApiBaseRamCost / 4,\n getGangInformation: RamCostConstants.ScriptGangApiBaseRamCost / 2,\n getOtherGangInformation: RamCostConstants.ScriptGangApiBaseRamCost / 2,\n getMemberInformation: RamCostConstants.ScriptGangApiBaseRamCost / 2,\n canRecruitMember: RamCostConstants.ScriptGangApiBaseRamCost / 4,\n recruitMember: RamCostConstants.ScriptGangApiBaseRamCost / 2,\n getTaskNames: RamCostConstants.ScriptGangApiBaseRamCost / 4,\n getTaskStats: RamCostConstants.ScriptGangApiBaseRamCost / 4,\n setMemberTask: RamCostConstants.ScriptGangApiBaseRamCost / 2,\n getEquipmentNames: RamCostConstants.ScriptGangApiBaseRamCost / 4,\n getEquipmentCost: RamCostConstants.ScriptGangApiBaseRamCost / 2,\n getEquipmentType: RamCostConstants.ScriptGangApiBaseRamCost / 2,\n getEquipmentStats: RamCostConstants.ScriptGangApiBaseRamCost / 2,\n purchaseEquipment: RamCostConstants.ScriptGangApiBaseRamCost,\n ascendMember: RamCostConstants.ScriptGangApiBaseRamCost,\n getAscensionResult: RamCostConstants.ScriptGangApiBaseRamCost / 2,\n setTerritoryWarfare: RamCostConstants.ScriptGangApiBaseRamCost / 2,\n getChanceToWinClash: RamCostConstants.ScriptGangApiBaseRamCost,\n getBonusTime: 0,\n} as const;\n\n// Bladeburner API\nconst bladeburner = {\n getContractNames: RamCostConstants.ScriptBladeburnerApiBaseRamCost / 10,\n getOperationNames: RamCostConstants.ScriptBladeburnerApiBaseRamCost / 10,\n getBlackOpNames: RamCostConstants.ScriptBladeburnerApiBaseRamCost / 10,\n getBlackOpRank: RamCostConstants.ScriptBladeburnerApiBaseRamCost / 2,\n getGeneralActionNames: RamCostConstants.ScriptBladeburnerApiBaseRamCost / 10,\n getSkillNames: RamCostConstants.ScriptBladeburnerApiBaseRamCost / 10,\n startAction: RamCostConstants.ScriptBladeburnerApiBaseRamCost,\n stopBladeburnerAction: RamCostConstants.ScriptBladeburnerApiBaseRamCost / 2,\n getCurrentAction: RamCostConstants.ScriptBladeburnerApiBaseRamCost / 4,\n getActionTime: RamCostConstants.ScriptBladeburnerApiBaseRamCost,\n getActionCurrentTime: RamCostConstants.ScriptBladeburnerApiBaseRamCost,\n getActionEstimatedSuccessChance: RamCostConstants.ScriptBladeburnerApiBaseRamCost,\n getActionRepGain: RamCostConstants.ScriptBladeburnerApiBaseRamCost,\n getActionCountRemaining: RamCostConstants.ScriptBladeburnerApiBaseRamCost,\n getActionMaxLevel: RamCostConstants.ScriptBladeburnerApiBaseRamCost,\n getActionCurrentLevel: RamCostConstants.ScriptBladeburnerApiBaseRamCost,\n getActionAutolevel: RamCostConstants.ScriptBladeburnerApiBaseRamCost,\n setActionAutolevel: RamCostConstants.ScriptBladeburnerApiBaseRamCost,\n setActionLevel: RamCostConstants.ScriptBladeburnerApiBaseRamCost,\n getRank: RamCostConstants.ScriptBladeburnerApiBaseRamCost,\n getSkillPoints: RamCostConstants.ScriptBladeburnerApiBaseRamCost,\n getSkillLevel: RamCostConstants.ScriptBladeburnerApiBaseRamCost,\n getSkillUpgradeCost: RamCostConstants.ScriptBladeburnerApiBaseRamCost,\n upgradeSkill: RamCostConstants.ScriptBladeburnerApiBaseRamCost,\n getTeamSize: RamCostConstants.ScriptBladeburnerApiBaseRamCost,\n setTeamSize: RamCostConstants.ScriptBladeburnerApiBaseRamCost,\n getCityEstimatedPopulation: RamCostConstants.ScriptBladeburnerApiBaseRamCost,\n getCityCommunities: RamCostConstants.ScriptBladeburnerApiBaseRamCost,\n getCityChaos: RamCostConstants.ScriptBladeburnerApiBaseRamCost,\n getCity: RamCostConstants.ScriptBladeburnerApiBaseRamCost,\n switchCity: RamCostConstants.ScriptBladeburnerApiBaseRamCost,\n getStamina: RamCostConstants.ScriptBladeburnerApiBaseRamCost,\n joinBladeburnerFaction: RamCostConstants.ScriptBladeburnerApiBaseRamCost,\n joinBladeburnerDivision: RamCostConstants.ScriptBladeburnerApiBaseRamCost,\n getBonusTime: 0,\n} as const;\n\nconst infiltration = {\n getPossibleLocations: RamCostConstants.ScriptInfiltrationGetLocations,\n getInfiltration: RamCostConstants.ScriptInfiltrationGetInfiltrations,\n} as const;\n\n// Coding Contract API\nconst codingcontract = {\n attempt: RamCostConstants.ScriptCodingContractBaseRamCost,\n getContractType: RamCostConstants.ScriptCodingContractBaseRamCost / 2,\n getData: RamCostConstants.ScriptCodingContractBaseRamCost / 2,\n getDescription: RamCostConstants.ScriptCodingContractBaseRamCost / 2,\n getNumTriesRemaining: RamCostConstants.ScriptCodingContractBaseRamCost / 5,\n createDummyContract: RamCostConstants.ScriptCodingContractBaseRamCost / 5,\n getContractTypes: RamCostConstants.ScriptCodingContractBaseRamCost / 5,\n} as const;\n\n// Duplicate Sleeve API\nconst sleeve = {\n getNumSleeves: RamCostConstants.ScriptSleeveBaseRamCost,\n setToShockRecovery: RamCostConstants.ScriptSleeveBaseRamCost,\n setToSynchronize: RamCostConstants.ScriptSleeveBaseRamCost,\n setToCommitCrime: RamCostConstants.ScriptSleeveBaseRamCost,\n setToUniversityCourse: RamCostConstants.ScriptSleeveBaseRamCost,\n travel: RamCostConstants.ScriptSleeveBaseRamCost,\n setToCompanyWork: RamCostConstants.ScriptSleeveBaseRamCost,\n setToFactionWork: RamCostConstants.ScriptSleeveBaseRamCost,\n setToGymWorkout: RamCostConstants.ScriptSleeveBaseRamCost,\n getSleeveStats: RamCostConstants.ScriptSleeveBaseRamCost,\n getTask: RamCostConstants.ScriptSleeveBaseRamCost,\n getInformation: RamCostConstants.ScriptSleeveBaseRamCost,\n getSleeveAugmentations: RamCostConstants.ScriptSleeveBaseRamCost,\n getSleevePurchasableAugs: RamCostConstants.ScriptSleeveBaseRamCost,\n purchaseSleeveAug: RamCostConstants.ScriptSleeveBaseRamCost,\n setToBladeburnerAction: RamCostConstants.ScriptSleeveBaseRamCost,\n getSleeveAugmentationPrice: RamCostConstants.ScriptSleeveBaseRamCost,\n getSleeveAugmentationRepReq: RamCostConstants.ScriptSleeveBaseRamCost,\n} as const;\n\n// Stanek API\nconst stanek = {\n giftWidth: RamCostConstants.ScriptStanekWidth,\n giftHeight: RamCostConstants.ScriptStanekHeight,\n chargeFragment: RamCostConstants.ScriptStanekCharge,\n fragmentDefinitions: RamCostConstants.ScriptStanekFragmentDefinitions,\n activeFragments: RamCostConstants.ScriptStanekPlacedFragments,\n clearGift: RamCostConstants.ScriptStanekClear,\n canPlaceFragment: RamCostConstants.ScriptStanekCanPlace,\n placeFragment: RamCostConstants.ScriptStanekPlace,\n getFragment: RamCostConstants.ScriptStanekFragmentAt,\n removeFragment: RamCostConstants.ScriptStanekDeleteAt,\n acceptGift: RamCostConstants.ScriptStanekAcceptGift,\n} as const;\n\n// UI API\nconst ui = {\n getTheme: 0,\n setTheme: 0,\n resetTheme: 0,\n getStyles: 0,\n setStyles: 0,\n resetStyles: 0,\n getGameInfo: 0,\n clearTerminal: 0,\n windowSize: 0,\n} as const;\n\n// Grafting API\nconst grafting = {\n getAugmentationGraftPrice: 3.75,\n getAugmentationGraftTime: 3.75,\n getGraftableAugmentations: 5,\n graftAugmentation: 7.5,\n} as const;\n\nconst corporation = {\n getMaterialNames: 0,\n getIndustryTypes: 0,\n getUnlockables: 0,\n getUpgradeNames: 0,\n getResearchNames: 0,\n createCorporation: 0,\n hasUnlockUpgrade: 0,\n getUnlockUpgradeCost: 0,\n getUpgradeLevel: 0,\n getUpgradeLevelCost: 0,\n getExpandIndustryCost: 0,\n getExpandCityCost: 0,\n getInvestmentOffer: 0,\n acceptInvestmentOffer: 0,\n goPublic: 0,\n bribe: 0,\n getCorporation: 0,\n getDivision: 0,\n expandIndustry: 0,\n expandCity: 0,\n unlockUpgrade: 0,\n levelUpgrade: 0,\n issueDividends: 0,\n buyBackShares: 0,\n sellShares: 0,\n getBonusTime: 0,\n sellMaterial: 0,\n sellProduct: 0,\n discontinueProduct: 0,\n setSmartSupply: 0,\n setSmartSupplyUseLeftovers: 0,\n buyMaterial: 0,\n bulkPurchase: 0,\n getWarehouse: 0,\n getProduct: 0,\n getMaterial: 0,\n setMaterialMarketTA1: 0,\n setMaterialMarketTA2: 0,\n setProductMarketTA1: 0,\n setProductMarketTA2: 0,\n exportMaterial: 0,\n cancelExportMaterial: 0,\n purchaseWarehouse: 0,\n upgradeWarehouse: 0,\n makeProduct: 0,\n limitMaterialProduction: 0,\n limitProductProduction: 0,\n getPurchaseWarehouseCost: 0,\n getUpgradeWarehouseCost: 0,\n hasWarehouse: 0,\n assignJob: 0,\n hireEmployee: 0,\n upgradeOfficeSize: 0,\n throwParty: 0,\n buyCoffee: 0,\n hireAdVert: 0,\n research: 0,\n getOffice: 0,\n getEmployee: 0,\n getHireAdVertCost: 0,\n getHireAdVertCount: 0,\n getResearchCost: 0,\n hasResearched: 0,\n setAutoJobAssignment: 0,\n getOfficeSizeUpgradeCost: 0,\n} as const;\n\n/** RamCosts guaranteed to match ns structure 1:1 (aside from args and enums).\n * An error will be generated if there are missing OR additional ram costs defined.\n * To avoid errors, define every function in NetscriptDefinition.d.ts and NetscriptFunctions,\n * and have a ram cost associated here. */\nexport const RamCosts: RamCostTree> = {\n corporation,\n hacknet,\n stock,\n singularity,\n gang,\n bladeburner,\n infiltration,\n codingcontract,\n sleeve,\n stanek,\n ui,\n grafting,\n\n sprintf: 0,\n vsprintf: 0,\n scan: RamCostConstants.ScriptScanRamCost,\n hack: RamCostConstants.ScriptHackRamCost,\n hackAnalyzeThreads: RamCostConstants.ScriptHackAnalyzeRamCost,\n hackAnalyze: RamCostConstants.ScriptHackAnalyzeRamCost,\n hackAnalyzeSecurity: RamCostConstants.ScriptHackAnalyzeRamCost,\n hackAnalyzeChance: RamCostConstants.ScriptHackAnalyzeRamCost,\n sleep: 0,\n asleep: 0,\n share: 2.4,\n getSharePower: 0.2,\n grow: RamCostConstants.ScriptGrowRamCost,\n growthAnalyze: RamCostConstants.ScriptGrowthAnalyzeRamCost,\n growthAnalyzeSecurity: RamCostConstants.ScriptGrowthAnalyzeRamCost,\n weaken: RamCostConstants.ScriptWeakenRamCost,\n weakenAnalyze: RamCostConstants.ScriptWeakenAnalyzeRamCost,\n print: 0,\n printf: 0,\n tprint: 0,\n tprintf: 0,\n clearLog: 0,\n disableLog: 0,\n enableLog: 0,\n isLogEnabled: 0,\n getScriptLogs: 0,\n nuke: RamCostConstants.ScriptPortProgramRamCost,\n brutessh: RamCostConstants.ScriptPortProgramRamCost,\n ftpcrack: RamCostConstants.ScriptPortProgramRamCost,\n relaysmtp: RamCostConstants.ScriptPortProgramRamCost,\n httpworm: RamCostConstants.ScriptPortProgramRamCost,\n sqlinject: RamCostConstants.ScriptPortProgramRamCost,\n run: RamCostConstants.ScriptRunRamCost,\n exec: RamCostConstants.ScriptExecRamCost,\n spawn: RamCostConstants.ScriptSpawnRamCost,\n kill: RamCostConstants.ScriptKillRamCost,\n killall: RamCostConstants.ScriptKillRamCost,\n exit: 0,\n atExit: 0,\n scp: RamCostConstants.ScriptScpRamCost,\n ls: RamCostConstants.ScriptScanRamCost,\n ps: RamCostConstants.ScriptScanRamCost,\n getRecentScripts: RamCostConstants.ScriptRecentScriptsRamCost,\n hasRootAccess: RamCostConstants.ScriptHasRootAccessRamCost,\n getHostname: RamCostConstants.ScriptGetHostnameRamCost,\n getHackingLevel: RamCostConstants.ScriptGetHackingLevelRamCost,\n getHackingMultipliers: RamCostConstants.ScriptGetMultipliersRamCost,\n getHacknetMultipliers: RamCostConstants.ScriptGetMultipliersRamCost,\n getBitNodeMultipliers: RamCostConstants.ScriptGetMultipliersRamCost,\n getServer: RamCostConstants.ScriptGetMultipliersRamCost / 2,\n getServerMoneyAvailable: RamCostConstants.ScriptGetServerRamCost,\n getServerSecurityLevel: RamCostConstants.ScriptGetServerRamCost,\n getServerBaseSecurityLevel: RamCostConstants.ScriptGetServerRamCost,\n getServerMinSecurityLevel: RamCostConstants.ScriptGetServerRamCost,\n getServerRequiredHackingLevel: RamCostConstants.ScriptGetServerRamCost,\n getServerMaxMoney: RamCostConstants.ScriptGetServerRamCost,\n getServerGrowth: RamCostConstants.ScriptGetServerRamCost,\n getServerNumPortsRequired: RamCostConstants.ScriptGetServerRamCost,\n getServerRam: RamCostConstants.ScriptGetServerRamCost,\n getServerMaxRam: RamCostConstants.ScriptGetServerMaxRam,\n getServerUsedRam: RamCostConstants.ScriptGetServerUsedRam,\n serverExists: RamCostConstants.ScriptGetServerRamCost,\n fileExists: RamCostConstants.ScriptFileExistsRamCost,\n isRunning: RamCostConstants.ScriptIsRunningRamCost,\n getPurchasedServerLimit: RamCostConstants.ScriptGetPurchasedServerLimit,\n getPurchasedServerMaxRam: RamCostConstants.ScriptGetPurchasedServerMaxRam,\n getPurchasedServerCost: RamCostConstants.ScriptGetPurchaseServerRamCost,\n getPurchasedServerUpgradeCost: 0.1,\n upgradePurchasedServer: 0.25,\n renamePurchasedServer: 2,\n purchaseServer: RamCostConstants.ScriptPurchaseServerRamCost,\n deleteServer: RamCostConstants.ScriptPurchaseServerRamCost,\n getPurchasedServers: RamCostConstants.ScriptPurchaseServerRamCost,\n write: 0,\n tryWritePort: 0,\n read: 0,\n peek: 0,\n clear: 0,\n writePort: 0,\n readPort: 0,\n getPortHandle: 0,\n rm: RamCostConstants.ScriptReadWriteRamCost,\n scriptRunning: RamCostConstants.ScriptArbScriptRamCost,\n scriptKill: RamCostConstants.ScriptArbScriptRamCost,\n getScriptName: 0,\n getScriptRam: RamCostConstants.ScriptGetScriptRamCost,\n getHackTime: RamCostConstants.ScriptGetHackTimeRamCost,\n getGrowTime: RamCostConstants.ScriptGetHackTimeRamCost,\n getWeakenTime: RamCostConstants.ScriptGetHackTimeRamCost,\n getTotalScriptIncome: RamCostConstants.ScriptGetScriptRamCost,\n getScriptIncome: RamCostConstants.ScriptGetScriptRamCost,\n getTotalScriptExpGain: RamCostConstants.ScriptGetScriptRamCost,\n getScriptExpGain: RamCostConstants.ScriptGetScriptRamCost,\n getRunningScript: RamCostConstants.ScriptGetRunningScriptRamCost,\n nFormat: 0,\n tFormat: 0,\n getTimeSinceLastAug: RamCostConstants.ScriptGetHackTimeRamCost,\n prompt: 0,\n wget: 0,\n getFavorToDonate: RamCostConstants.ScriptGetFavorToDonate,\n getPlayer: RamCostConstants.ScriptSingularityFn1RamCost / 4,\n mv: 0,\n tail: 0,\n toast: 0,\n moveTail: 0,\n resizeTail: 0,\n closeTail: 0,\n clearPort: 0,\n openDevMenu: 0,\n alert: 0,\n flags: 0,\n exploit: 0,\n bypass: 0,\n alterReality: 0,\n rainbow: 0,\n heart: {\n // Easter egg function\n break: 0,\n },\n\n formulas: {\n mockServer: 0,\n mockPlayer: 0,\n reputation: {\n calculateFavorToRep: 0,\n calculateRepToFavor: 0,\n repFromDonation: 0,\n },\n skills: {\n calculateSkill: 0,\n calculateExp: 0,\n },\n hacking: {\n hackChance: 0,\n hackExp: 0,\n hackPercent: 0,\n growPercent: 0,\n hackTime: 0,\n growTime: 0,\n weakenTime: 0,\n },\n hacknetNodes: {\n moneyGainRate: 0,\n levelUpgradeCost: 0,\n ramUpgradeCost: 0,\n coreUpgradeCost: 0,\n hacknetNodeCost: 0,\n constants: 0,\n },\n hacknetServers: {\n hashGainRate: 0,\n levelUpgradeCost: 0,\n ramUpgradeCost: 0,\n coreUpgradeCost: 0,\n cacheUpgradeCost: 0,\n hashUpgradeCost: 0,\n hacknetServerCost: 0,\n constants: 0,\n },\n gang: {\n wantedPenalty: 0,\n respectGain: 0,\n wantedLevelGain: 0,\n moneyGain: 0,\n ascensionPointsGain: 0,\n ascensionMultiplier: 0,\n },\n work: {\n crimeGains: 0,\n classGains: 0,\n factionGains: 0,\n },\n },\n} as const;\n\nexport function getRamCost(...args: string[]): number {\n if (args.length === 0) {\n console.warn(`No arguments passed to getRamCost()`);\n return 0;\n }\n\n let curr = RamCosts[args[0] as keyof typeof RamCosts];\n for (let i = 1; i < args.length; ++i) {\n if (curr == null) {\n console.warn(`Invalid function passed to getRamCost: ${args}`);\n return 0;\n }\n\n const currType = typeof curr;\n if (currType === \"function\" || currType === \"number\") {\n break;\n }\n\n curr = curr[args[i] as keyof typeof curr];\n }\n\n if (typeof curr === \"number\") {\n return curr;\n }\n\n if (typeof curr === \"function\") {\n return curr();\n }\n\n console.warn(`Unexpected type (${curr}) for value [${args}]`);\n return 0;\n}\n","import { Stock } from \"./Stock\";\nimport { PositionTypes } from \"./data/PositionTypes\";\nimport { CONSTANTS } from \"../Constants\";\n\n// Amount by which a stock's forecast changes during each price movement\nexport const forecastChangePerPriceMovement = 0.006;\n\n/**\n * Calculate the total cost of a \"buy\" transaction. This accounts for spread and commission.\n * @param {Stock} stock - Stock being purchased\n * @param {number} shares - Number of shares being transacted\n * @param {PositionTypes} posType - Long or short position\n * @returns {number | null} Total transaction cost. Returns null for an invalid transaction\n */\nexport function getBuyTransactionCost(stock: Stock, shares: number, posType: PositionTypes): number | null {\n if (isNaN(shares) || shares <= 0 || !(stock instanceof Stock)) {\n return null;\n }\n\n // Cap the 'shares' arg at the stock's maximum shares. This'll prevent\n // hanging in the case when a really big number is passed in\n shares = Math.min(shares, stock.maxShares);\n\n const isLong = posType === PositionTypes.Long;\n\n // If the number of shares doesn't trigger a price movement, its a simple calculation\n if (isLong) {\n return shares * stock.getAskPrice() + CONSTANTS.StockMarketCommission;\n } else {\n return shares * stock.getBidPrice() + CONSTANTS.StockMarketCommission;\n }\n}\n\n/**\n * Calculate the TOTAL amount of money gained from a sale (NOT net profit). This accounts\n * for spread and commission.\n * @param {Stock} stock - Stock being sold\n * @param {number} shares - Number of shares being transacted\n * @param {PositionTypes} posType - Long or short position\n * @returns {number | null} Amount of money gained from transaction. Returns null for an invalid transaction\n */\nexport function getSellTransactionGain(stock: Stock, shares: number, posType: PositionTypes): number | null {\n if (isNaN(shares) || shares <= 0 || !(stock instanceof Stock)) {\n return null;\n }\n\n // Cap the 'shares' arg at the stock's maximum shares. This'll prevent\n // hanging in the case when a really big number is passed in\n shares = Math.min(shares, stock.maxShares);\n\n const isLong = posType === PositionTypes.Long;\n if (isLong) {\n return shares * stock.getBidPrice() - CONSTANTS.StockMarketCommission;\n } else {\n // Calculating gains for a short position requires calculating the profit made\n const origCost = shares * stock.playerAvgShortPx;\n const profit = (stock.playerAvgShortPx - stock.getAskPrice()) * shares - CONSTANTS.StockMarketCommission;\n\n return origCost + profit;\n }\n}\n\n/**\n * Processes a stock's change in forecast & second-order forecast\n * whenever it is transacted\n * @param {Stock} stock - Stock being sold\n * @param {number} shares - Number of shares being transacted\n * @param {PositionTypes} posType - Long or short position\n */\nexport function processTransactionForecastMovement(stock: Stock, shares: number): void {\n if (isNaN(shares) || shares <= 0 || !(stock instanceof Stock)) {\n return;\n }\n\n // Cap the 'shares' arg at the stock's maximum shares. This'll prevent\n // hanging in the case when a really big number is passed in\n shares = Math.min(shares, stock.maxShares);\n\n // If there's only going to be one iteration at most\n const firstShares = stock.shareTxUntilMovement;\n if (shares <= firstShares) {\n stock.shareTxUntilMovement -= shares;\n if (stock.shareTxUntilMovement <= 0) {\n stock.shareTxUntilMovement = stock.shareTxForMovement;\n stock.influenceForecast(forecastChangePerPriceMovement);\n stock.influenceForecastForecast(forecastChangePerPriceMovement * (stock.mv / 100));\n }\n\n return;\n }\n\n // Calculate how many iterations of price changes we need to account for\n const remainingShares = shares - firstShares;\n let numIterations = 1 + Math.ceil(remainingShares / stock.shareTxForMovement);\n\n // If on the off chance we end up perfectly at the next price movement\n stock.shareTxUntilMovement =\n stock.shareTxForMovement - ((shares - stock.shareTxUntilMovement) % stock.shareTxForMovement);\n if (stock.shareTxUntilMovement === stock.shareTxForMovement || stock.shareTxUntilMovement <= 0) {\n ++numIterations;\n stock.shareTxUntilMovement = stock.shareTxForMovement;\n }\n\n // Forecast always decreases in magnitude\n const forecastChange = forecastChangePerPriceMovement * (numIterations - 1);\n const forecastForecastChange = forecastChange * (stock.mv / 100);\n stock.influenceForecast(forecastChange);\n stock.influenceForecastForecast(forecastForecastChange);\n}\n\n/**\n * Calculate the maximum number of shares of a stock that can be purchased.\n * Handles mid-transaction price movements, both L and S positions, etc.\n * Used for the \"Buy Max\" button in the UI\n * @param {Stock} stock - Stock being purchased\n * @param {PositionTypes} posType - Long or short position\n * @param {number} money - Amount of money player has\n * @returns maximum number of shares that the player can purchase\n */\nexport function calculateBuyMaxAmount(stock: Stock, posType: PositionTypes, money: number): number {\n if (!(stock instanceof Stock)) {\n return 0;\n }\n\n const isLong = posType === PositionTypes.Long;\n\n const remainingMoney = money - CONSTANTS.StockMarketCommission;\n const currPrice = isLong ? stock.getAskPrice() : stock.getBidPrice();\n\n return Math.floor(remainingMoney / currPrice);\n}\n","import { BitNodeMultipliers } from \"../BitNode/BitNodeMultipliers\";\nimport { CONSTANTS } from \"../Constants\";\n\nexport function getStockMarket4SDataCost(): number {\n return CONSTANTS.MarketData4SCost * BitNodeMultipliers.FourSigmaMarketDataCost;\n}\n\nexport function getStockMarket4STixApiCost(): number {\n return CONSTANTS.MarketDataTixApi4SCost * BitNodeMultipliers.FourSigmaMarketDataApiCost;\n}\n\nexport function getStockMarketWseCost(): number {\n return CONSTANTS.WSEAccountCost;\n}\n\nexport function getStockMarketTixApiCost(): number {\n return CONSTANTS.TIXAPICost;\n}\n","import { TextField, StandardTextFieldProps } from \"@mui/material\";\nimport React from \"react\";\nimport { numeralWrapper } from \"../numeralFormat\";\n\ninterface IProps extends Omit {\n onChange: (v: number) => void;\n}\n\nexport function NumberInput(props: IProps): React.ReactElement {\n const textProps = {\n ...props,\n onChange: (event: React.ChangeEvent) => {\n const amt = numeralWrapper.parseMoney(event.target.value);\n if (event.target.value === \"\" || isNaN(amt)) props.onChange(NaN);\n else props.onChange(amt);\n },\n };\n return ;\n}\n","import { gangMemberTasksMetadata } from \"./data/tasks\";\nimport { GangMemberTask } from \"./GangMemberTask\";\n\nexport const GangMemberTasks: {\n [key: string]: GangMemberTask;\n} = {};\n\n(function () {\n gangMemberTasksMetadata.forEach((e) => {\n GangMemberTasks[e.name] = new GangMemberTask(e.name, e.desc, e.isHacking, e.isCombat, e.params);\n });\n})();\n","/**\n * Map of all Hash Upgrades\n * Key = Hash name, Value = HashUpgrade object\n */\nimport { HashUpgrade, IConstructorParams } from \"./HashUpgrade\";\nimport { HashUpgradesMetadata } from \"./data/HashUpgradesMetadata\";\n\nexport const HashUpgrades: Record = {};\n\nfunction createHashUpgrade(p: IConstructorParams): void {\n HashUpgrades[p.name] = new HashUpgrade(p);\n}\n\nfor (const metadata of HashUpgradesMetadata) {\n createHashUpgrade(metadata);\n}\n","import React from \"react\";\nimport { Settings } from \"../Settings/Settings\";\nimport { formatTime } from \"../utils/helpers/formatTime\";\nimport { BaseServer } from \"../Server/BaseServer\";\n\nexport class Output {\n text: string;\n color: \"primary\" | \"error\" | \"success\" | \"info\" | \"warn\";\n constructor(text: string, color: \"primary\" | \"error\" | \"success\" | \"info\" | \"warn\") {\n if (Settings.TimestampsFormat) text = \"[\" + formatTime(Settings.TimestampsFormat) + \"] \" + text;\n this.text = text;\n this.color = color;\n }\n}\n\nexport class RawOutput {\n raw: React.ReactNode;\n constructor(node: React.ReactNode) {\n if (Settings.TimestampsFormat)\n node = (\n <>\n [{formatTime(Settings.TimestampsFormat)}] {node}\n \n );\n this.raw = node;\n }\n}\n\nexport class Link {\n hostname: string;\n dashes: string;\n constructor(dashes: string, hostname: string) {\n if (Settings.TimestampsFormat) dashes = \"[\" + formatTime(Settings.TimestampsFormat) + \"] \" + dashes;\n this.hostname = hostname;\n this.dashes = dashes;\n }\n}\n\nexport class TTimer {\n time: number;\n timeLeft: number;\n action: \"h\" | \"b\" | \"a\" | \"g\" | \"w\";\n server?: BaseServer;\n\n constructor(time: number, action: \"h\" | \"b\" | \"a\" | \"g\" | \"w\", server?: BaseServer) {\n this.time = time;\n this.timeLeft = time;\n this.action = action;\n this.server = server;\n }\n}\n","/** Represents the possible configuration values that can be provided when creating the progress bar text. */\ninterface IProgressBarConfiguration {\n /** Current progress, taken as a decimal (i.e. '0.6' to represent '60%') */\n progress?: number;\n\n /** Total number of ticks in progress bar. Preferably a factor of 100. */\n totalTicks?: number;\n}\n\n/** Represents concrete configuration values when creating the progress bar text. */\ninterface IProgressBarConfigurationMaterialized extends IProgressBarConfiguration {\n progress: number;\n totalTicks: number;\n}\n\n/**\n * Creates a graphical \"progress bar\"\n * e.g.: [||||---------------]\n * @param params The configuration parameters for the progress bar\n */\nexport function createProgressBarText(params: IProgressBarConfiguration): string {\n // Default values\n const defaultParams: IProgressBarConfigurationMaterialized = {\n progress: 0,\n totalTicks: 20,\n };\n\n // tslint:disable-next-line:prefer-object-spread\n const derived: IProgressBarConfigurationMaterialized = Object.assign({}, defaultParams, params);\n // Ensure it is 0..1\n derived.progress = Math.max(Math.min(derived.progress, 1), 0);\n\n // This way there is always at least one bar filled in...\n const bars: number = Math.max(Math.floor(derived.progress / (1 / derived.totalTicks)), 1);\n const dashes: number = Math.max(derived.totalTicks - bars, 0);\n\n // String.prototype.repeat isn't completely supported, but good enough for our purposes\n return `[${\"|\".repeat(bars)}${\"-\".repeat(dashes)}]`;\n}\n","import React from \"react\";\nimport { Modal } from \"./Modal\";\n\nimport Button from \"@mui/material/Button\";\nimport Typography from \"@mui/material/Typography\";\n\ninterface IProps {\n open: boolean;\n onClose: () => void;\n onConfirm: () => void;\n confirmationText: string | React.ReactNode;\n additionalButton?: React.ReactNode;\n}\n\nexport function ConfirmationModal(props: IProps): React.ReactElement {\n return (\n \n <>\n {props.confirmationText}\n {\n props.onConfirm();\n }}\n >\n Confirm\n \n {props.additionalButton && <>{props.additionalButton}}\n \n \n );\n}\n","// This works for both enums and regular objects.\nexport function checkEnum>(obj: T, value: unknown): value is T[keyof T] {\n return Object.values(obj).includes(value);\n}\n","export function hash(): string {\n try {\n if (__COMMIT_HASH__) {\n return __COMMIT_HASH__;\n }\n } catch (err) {}\n return \"DEV\";\n}\n","import { Locations } from \"../../Locations/Locations\";\nimport { Location } from \"../../Locations/Location\";\nimport { BitNodeMultipliers } from \"../../BitNode/BitNodeMultipliers\";\nimport { CONSTANTS } from \"../../Constants\";\nimport { Player } from \"../../Player\";\nimport { Class, Classes, ClassType } from \"../ClassWork\";\nimport { WorkStats } from \"../WorkStats\";\nimport { Server } from \"../../Server/Server\";\nimport { GetServer } from \"../../Server/AllServers\";\nimport { serverMetadata } from \"../../Server/data/servers\";\nimport { Person } from \"../../PersonObjects/Person\";\nimport { LocationName } from \"../../Locations/data/LocationNames\";\n\nconst gameCPS = 1000 / CONSTANTS._idleSpeed; // 5 cycles per second\n\nexport function calculateCost(classs: Class, location: Location): number {\n const serverMeta = serverMetadata.find((s) => s.specialName === location.name);\n const server = GetServer(serverMeta ? serverMeta.hostname : \"\");\n const discount = (server as Server).backdoorInstalled ? 0.9 : 1;\n return classs.earnings.money * location.costMult * discount;\n}\n\nexport function calculateClassEarnings(person: Person, type: ClassType, locationName: LocationName): WorkStats {\n //Find cost and exp gain per game cycle\n const hashManager = Player.hashManager;\n const classs = Classes[type];\n const location = Locations[locationName];\n\n const hashMult = [ClassType.GymAgility, ClassType.GymDefense, ClassType.GymStrength, ClassType.GymDexterity].includes(\n type,\n )\n ? hashManager.getTrainingMult()\n : hashManager.getStudyMult();\n\n const cost = calculateCost(classs, location) / gameCPS;\n const hackExp = ((classs.earnings.hackExp * location.expMult) / gameCPS) * hashMult;\n const strExp = ((classs.earnings.strExp * location.expMult) / gameCPS) * hashMult;\n const defExp = ((classs.earnings.defExp * location.expMult) / gameCPS) * hashMult;\n const dexExp = ((classs.earnings.dexExp * location.expMult) / gameCPS) * hashMult;\n const agiExp = ((classs.earnings.agiExp * location.expMult) / gameCPS) * hashMult;\n const chaExp = ((classs.earnings.chaExp * location.expMult) / gameCPS) * hashMult;\n return {\n money: cost,\n reputation: 0,\n hackExp: hackExp * person.mults.hacking_exp * BitNodeMultipliers.ClassGymExpGain,\n strExp: strExp * person.mults.strength_exp * BitNodeMultipliers.ClassGymExpGain,\n defExp: defExp * person.mults.defense_exp * BitNodeMultipliers.ClassGymExpGain,\n dexExp: dexExp * person.mults.dexterity_exp * BitNodeMultipliers.ClassGymExpGain,\n agiExp: agiExp * person.mults.agility_exp * BitNodeMultipliers.ClassGymExpGain,\n chaExp: chaExp * person.mults.charisma_exp * BitNodeMultipliers.ClassGymExpGain,\n intExp: 0,\n };\n}\n","/**\n * Class representing a script file.\n *\n * This does NOT represent a script that is actively running and\n * being evaluated. See RunningScript for that\n */\nimport { calculateRamUsage, RamUsageEntry } from \"./RamCalculations\";\nimport { ScriptUrl } from \"./ScriptUrl\";\n\nimport { Generic_fromJSON, Generic_toJSON, IReviverValue, Reviver } from \"../utils/JSONReviver\";\nimport { roundToTwo } from \"../utils/helpers/roundToTwo\";\nimport { ScriptModule } from \"./ScriptModule\";\n\nlet globalModuleSequenceNumber = 0;\n\ninterface ScriptReference {\n filename: string;\n server: string;\n}\n\nexport class Script {\n // Code for this script\n code = \"\";\n\n // Filename for the script file\n filename = \"\";\n\n // url of the script if any, only for NS2.\n url = \"\";\n\n // The dynamic module generated for this script when it is run.\n // This is only applicable for NetscriptJS\n module: Promise | null = null;\n\n // The timestamp when when the script was last updated.\n moduleSequenceNumber: number;\n\n // Only used with NS2 scripts; the list of dependency script filenames. This is constructed\n // whenever the script is first evaluated, and therefore may be out of date if the script\n // has been updated since it was last run.\n dependencies: ScriptUrl[] = [];\n dependents: ScriptReference[] = [];\n\n // Amount of RAM this Script requires to run\n ramUsage = 0;\n ramUsageEntries?: RamUsageEntry[];\n\n // Used to deconflict multiple simultaneous compilations.\n queueCompile = false;\n\n // hostname of server that this script is on.\n server = \"\";\n\n constructor(fn = \"\", code = \"\", server = \"\", otherScripts: Script[] = []) {\n this.filename = fn;\n this.code = code;\n this.server = server; // hostname of server this script is on\n this.moduleSequenceNumber = ++globalModuleSequenceNumber;\n if (this.code !== \"\") {\n this.updateRamUsage(otherScripts);\n }\n }\n\n /** Download the script as a file */\n download(): void {\n const filename = this.filename;\n const file = new Blob([this.code], { type: \"text/plain\" });\n const a = document.createElement(\"a\"),\n url = URL.createObjectURL(file);\n a.href = url;\n a.download = filename;\n document.body.appendChild(a);\n a.click();\n setTimeout(function () {\n document.body.removeChild(a);\n window.URL.revokeObjectURL(url);\n }, 0);\n }\n\n /**\n * Marks this script as having been updated. It will be recompiled next time something tries\n * to exec it.\n */\n markUpdated(): void {\n this.module = null;\n this.moduleSequenceNumber = ++globalModuleSequenceNumber;\n }\n\n /**\n * Save a script from the script editor\n * @param {string} code - The new contents of the script\n * @param {Script[]} otherScripts - Other scripts on the server. Used to process imports\n */\n saveScript(filename: string, code: string, hostname: string, otherScripts: Script[]): void {\n // Update code and filename\n this.code = Script.formatCode(code);\n\n this.filename = filename;\n this.server = hostname;\n this.updateRamUsage(otherScripts);\n this.markUpdated();\n for (const dependent of this.dependents) {\n const [dependentScript] = otherScripts.filter(\n (s) => s.filename === dependent.filename && s.server == dependent.server,\n );\n dependentScript?.markUpdated();\n }\n }\n\n /**\n * Calculates and updates the script's RAM usage based on its code\n * @param {Script[]} otherScripts - Other scripts on the server. Used to process imports\n */\n updateRamUsage(otherScripts: Script[]): void {\n const res = calculateRamUsage(this.code, otherScripts);\n if (res.cost > 0) {\n this.ramUsage = roundToTwo(res.cost);\n this.ramUsageEntries = res.entries;\n }\n this.markUpdated();\n }\n\n imports(): string[] {\n return [];\n }\n\n // Serialize the current object to a JSON save state\n toJSON(): IReviverValue {\n return Generic_toJSON(\"Script\", this);\n }\n\n // Initializes a Script Object from a JSON save state\n static fromJSON(value: IReviverValue): Script {\n const s = Generic_fromJSON(Script, value.data);\n // Force the url to blank from the save data. Urls are not valid outside the current browser page load.\n s.url = \"\";\n s.dependents = [];\n return s;\n }\n\n /**\n * Formats code: Removes the starting & trailing whitespace\n * @param {string} code - The code to format\n * @returns The formatted code\n */\n static formatCode(code: string): string {\n return code.replace(/^\\s+|\\s+$/g, \"\");\n }\n}\n\nReviver.constructors.Script = Script;\n","import { Player } from \"../../../Player\";\nimport { Generic_fromJSON, Generic_toJSON, IReviverValue, Reviver } from \"../../../utils/JSONReviver\";\nimport { Sleeve } from \"../Sleeve\";\nimport { applySleeveGains, Work, WorkType } from \"./Work\";\nimport { CONSTANTS } from \"../../../Constants\";\nimport { GeneralActions } from \"../../../Bladeburner/data/GeneralActions\";\nimport { WorkStats } from \"../../../Work/WorkStats\";\n\ninterface SleeveBladeburnerWorkParams {\n type: string;\n name: string;\n}\n\nexport const isSleeveBladeburnerWork = (w: Work | null): w is SleeveBladeburnerWork =>\n w !== null && w.type === WorkType.BLADEBURNER;\n\nexport class SleeveBladeburnerWork extends Work {\n cyclesWorked = 0;\n actionType: string;\n actionName: string;\n\n constructor(params?: SleeveBladeburnerWorkParams) {\n super(WorkType.BLADEBURNER);\n this.actionType = params?.type ?? \"General\";\n this.actionName = params?.name ?? \"Field analysis\";\n }\n\n cyclesNeeded(sleeve: Sleeve): number {\n const ret = Player.bladeburner?.getActionTimeNetscriptFn(sleeve, this.actionType, this.actionName);\n if (!ret || typeof ret === \"string\") throw new Error(`Error querying ${this.actionName} time`);\n return ret / CONSTANTS._idleSpeed;\n }\n\n process(sleeve: Sleeve, cycles: number): number {\n if (!Player.bladeburner) throw new Error(\"sleeve doing blade work without being a member\");\n this.cyclesWorked += cycles;\n const actionIdent = Player.bladeburner.getActionIdFromTypeAndName(this.actionType, this.actionName);\n if (!actionIdent) throw new Error(`Error getting ${this.actionName} action`);\n if (this.actionType === \"Contracts\") {\n const action = Player.bladeburner.getActionObject(actionIdent);\n if (!action) throw new Error(`Error getting ${this.actionName} action object`);\n if (action.count <= 0) {\n sleeve.stopWork();\n return 0;\n }\n }\n\n while (this.cyclesWorked > this.cyclesNeeded(sleeve)) {\n if (this.actionType === \"Contracts\") {\n const action = Player.bladeburner.getActionObject(actionIdent);\n if (!action) throw new Error(`Error getting ${this.actionName} action object`);\n if (action.count <= 0) {\n sleeve.stopWork();\n return 0;\n }\n }\n const retValue = Player.bladeburner.completeAction(sleeve, actionIdent, false);\n let exp: WorkStats | undefined;\n if (this.actionType === \"General\") {\n exp = GeneralActions[this.actionName]?.exp;\n if (!exp) throw new Error(`Somehow there was no exp for action ${this.actionType} ${this.actionName}`);\n applySleeveGains(sleeve, exp, 1);\n }\n Player.gainMoney(retValue.money, \"sleeves\");\n Player.gainStats(retValue);\n this.cyclesWorked -= this.cyclesNeeded(sleeve);\n }\n return 0;\n }\n\n APICopy(): Record {\n return {\n actionType: this.actionType,\n actionName: this.actionName,\n };\n }\n\n /** Serialize the current object to a JSON save state. */\n toJSON(): IReviverValue {\n return Generic_toJSON(\"SleeveBladeburnerWork\", this);\n }\n\n /** Initializes a BladeburnerWork object from a JSON save state. */\n static fromJSON(value: IReviverValue): SleeveBladeburnerWork {\n return Generic_fromJSON(SleeveBladeburnerWork, value.data);\n }\n}\n\nReviver.constructors.SleeveBladeburnerWork = SleeveBladeburnerWork;\n","import React from \"react\";\n\nimport { Table, TableCell } from \"./Table\";\nimport TableBody from \"@mui/material/TableBody\";\nimport { Table as MuiTable } from \"@mui/material\";\nimport TableRow from \"@mui/material/TableRow\";\nimport Typography from \"@mui/material/Typography\";\n\ninterface IProps {\n rows: React.ReactNode[][];\n title?: string;\n wide?: boolean;\n}\n\nexport function StatsTable({ rows, title, wide }: IProps): React.ReactElement {\n const T = wide ? MuiTable : Table;\n return (\n <>\n {title && {title}}\n \n \n {rows.map((row: React.ReactNode[], i: number) => (\n \n {row.map((elem: React.ReactNode, i: number) => (\n \n {elem}\n \n ))}\n \n ))}\n \n \n \n );\n}\n","import { Action } from \"./Action\";\n\nexport const GeneralActions: Record = {};\n\nconst actionNames: Array = [\n \"Training\",\n \"Field Analysis\",\n \"Recruitment\",\n \"Diplomacy\",\n \"Hyperbolic Regeneration Chamber\",\n \"Incite Violence\",\n];\n\nfor (const actionName of actionNames) {\n GeneralActions[actionName] = new Action({\n name: actionName,\n });\n}\n","import { Generic_fromJSON, Generic_toJSON, IReviverValue, Reviver } from \"../utils/JSONReviver\";\nimport { Export } from \"./Export\";\n\ninterface IConstructorParams {\n name?: string;\n}\n\nexport class Material {\n // Name of material\n name = \"InitName\";\n\n // Amount of material owned\n qty = 0;\n\n // Material's \"quality\". Unbounded\n qlt = 0;\n\n // How much demand the Material has in the market, and the range of possible\n // values for this \"demand\"\n dmd = 0;\n dmdR: number[] = [0, 0];\n\n // How much competition there is for this Material in the market, and the range\n // of possible values for this \"competition\"\n cmp = 0;\n cmpR: number[] = [0, 0];\n\n // Maximum volatility of this Materials stats\n mv = 0;\n\n // Markup. Determines how high of a price you can charge on the material\n // compared to the market price without suffering loss in # of sales\n // Quality is divided by this to determine markup limits\n // e,g, If mku is 10 and quality is 100 then you can markup prices by 100/10 = 10\n mku = 0;\n\n // How much of this material is being bought, sold, imported and produced every second\n buy = 0;\n sll = 0;\n prd = 0;\n imp = 0;\n\n // Exports of this material to another warehouse/industry\n exp: Export[] = [];\n\n // Total amount of this material exported in the last cycle\n totalExp = 0;\n\n // Cost / sec to buy this material. AKA Market Price\n bCost = 0;\n\n // Cost / sec to sell this material\n sCost: string | number = 0;\n\n // Flags to keep track of whether production and/or sale of this material is limited\n // [Whether production/sale is limited, limit amount]\n prdman: [boolean, number] = [false, 0]; // Production\n sllman: [boolean, string | number] = [false, 0]; // Sale\n\n // Flags that signal whether automatic sale pricing through Market TA is enabled\n marketTa1 = false;\n marketTa2 = false;\n marketTa2Price = 0;\n\n // Determines the maximum amount of this material that can be sold in one market cycle\n maxsll = 0;\n\n constructor(params: IConstructorParams = {}) {\n if (params.name) {\n this.name = params.name;\n }\n this.init();\n }\n\n getMarkupLimit(): number {\n return this.qlt / this.mku;\n }\n\n init(): void {\n switch (this.name) {\n case \"Water\":\n this.dmd = 75;\n this.dmdR = [65, 85];\n this.cmp = 50;\n this.cmpR = [40, 60];\n this.bCost = 1500;\n this.mv = 0.2;\n this.mku = 6;\n break;\n case \"Energy\":\n this.dmd = 90;\n this.dmdR = [80, 99];\n this.cmp = 80;\n this.cmpR = [65, 95];\n this.bCost = 2000;\n this.mv = 0.2;\n this.mku = 6;\n break;\n case \"Food\":\n this.dmd = 80;\n this.dmdR = [70, 90];\n this.cmp = 60;\n this.cmpR = [35, 85];\n this.bCost = 5000;\n this.mv = 1;\n this.mku = 3;\n break;\n case \"Plants\":\n this.dmd = 70;\n this.dmdR = [20, 90];\n this.cmp = 50;\n this.cmpR = [30, 70];\n this.bCost = 3000;\n this.mv = 0.6;\n this.mku = 3.75;\n break;\n case \"Metal\":\n this.dmd = 80;\n this.dmdR = [75, 85];\n this.cmp = 70;\n this.cmpR = [60, 80];\n this.bCost = 2650;\n this.mv = 1;\n this.mku = 6;\n break;\n case \"Hardware\":\n this.dmd = 85;\n this.dmdR = [80, 90];\n this.cmp = 80;\n this.cmpR = [65, 95];\n this.bCost = 8e3;\n this.mv = 0.5; //Less mv bc its processed twice\n this.mku = 1;\n break;\n case \"Chemicals\":\n this.dmd = 55;\n this.dmdR = [40, 70];\n this.cmp = 60;\n this.cmpR = [40, 80];\n this.bCost = 9e3;\n this.mv = 1.2;\n this.mku = 2;\n break;\n case \"Real Estate\":\n this.dmd = 50;\n this.dmdR = [5, 99];\n this.cmp = 50;\n this.cmpR = [25, 75];\n this.bCost = 80e3;\n this.mv = 1.5; //Less mv bc its processed twice\n this.mku = 1.5;\n break;\n case \"Drugs\":\n this.dmd = 60;\n this.dmdR = [45, 75];\n this.cmp = 70;\n this.cmpR = [40, 99];\n this.bCost = 40e3;\n this.mv = 1.6;\n this.mku = 1;\n break;\n case \"Robots\":\n this.dmd = 90;\n this.dmdR = [80, 99];\n this.cmp = 90;\n this.cmpR = [80, 99];\n this.bCost = 75e3;\n this.mv = 0.5; //Less mv bc its processed twice\n this.mku = 1;\n break;\n case \"AI Cores\":\n this.dmd = 90;\n this.dmdR = [80, 99];\n this.cmp = 90;\n this.cmpR = [80, 99];\n this.bCost = 15e3;\n this.mv = 0.8; //Less mv bc its processed twice\n this.mku = 0.5;\n break;\n case \"Scientific Research\":\n case \"InitName\":\n break;\n default:\n console.error(`Invalid material type in init(): ${this.name}`);\n break;\n }\n }\n\n // Process change in demand, competition, and buy cost of this material\n processMarket(): void {\n // The price will change in accordance with demand and competition.\n // e.g. If demand goes up, then so does price. If competition goes up, price goes down\n const priceVolatility: number = (Math.random() * this.mv) / 300;\n const priceChange: number = 1 + priceVolatility;\n\n //This 1st random check determines whether competition increases or decreases\n const compVolatility: number = (Math.random() * this.mv) / 100;\n const compChange: number = 1 + compVolatility;\n if (Math.random() < 0.5) {\n this.cmp *= compChange;\n if (this.cmp > this.cmpR[1]) {\n this.cmp = this.cmpR[1];\n }\n this.bCost *= 1 / priceChange; // Competition increases, so price goes down\n } else {\n this.cmp *= 1 / compChange;\n if (this.cmp < this.cmpR[0]) {\n this.cmp = this.cmpR[0];\n }\n this.bCost *= priceChange; // Competition decreases, so price goes up\n }\n\n // This 2nd random check determines whether demand increases or decreases\n const dmdVolatility: number = (Math.random() * this.mv) / 100;\n const dmdChange: number = 1 + dmdVolatility;\n if (Math.random() < 0.5) {\n this.dmd *= dmdChange;\n if (this.dmd > this.dmdR[1]) {\n this.dmd = this.dmdR[1];\n }\n this.bCost *= priceChange; // Demand increases, so price goes up\n } else {\n this.dmd *= 1 / dmdChange;\n if (this.dmd < this.dmdR[0]) {\n this.dmd = this.dmdR[0];\n }\n this.bCost *= 1 / priceChange;\n }\n }\n\n // Serialize the current object to a JSON save state.\n toJSON(): IReviverValue {\n return Generic_toJSON(\"Material\", this);\n }\n\n // Initializes a Material object from a JSON save state.\n static fromJSON(value: IReviverValue): Material {\n return Generic_fromJSON(Material, value.data);\n }\n}\n\nReviver.constructors.Material = Material;\n","// Enum values are lowercased to match css classes\nexport enum Suit {\n Clubs = \"clubs\",\n Diamonds = \"diamonds\",\n Hearts = \"hearts\",\n Spades = \"spades\",\n}\n\nexport class Card {\n constructor(readonly value: number, readonly suit: Suit) {\n if (value < 1 || value > 13) {\n throw new Error(`Card instantiated with improper value: ${value}`);\n }\n }\n\n formatValue(): string {\n switch (this.value) {\n case 1:\n return \"A\";\n case 11:\n return \"J\";\n case 12:\n return \"Q\";\n case 13:\n return \"K\";\n default:\n return `${this.value}`;\n }\n }\n\n isRedSuit(): boolean {\n return this.suit === Suit.Hearts || this.suit === Suit.Diamonds;\n }\n\n getStringRepresentation(): string {\n const value = this.formatValue();\n\n return `${value} of ${this.suit}`;\n }\n}\n","import { BitNodes } from \"../BitNode/BitNode\";\n\nexport class SourceFile {\n info: JSX.Element;\n lvl = 1;\n n: number;\n name: string;\n owned = false;\n\n constructor(number: number, info: JSX.Element) {\n const bitnodeKey = \"BitNode\" + number;\n const bitnode = BitNodes[bitnodeKey];\n if (bitnode == null) {\n throw new Error(\"Invalid Bit Node for this Source File\");\n }\n\n this.n = number;\n this.name = `Source-File ${number}: ${bitnode.name}`;\n this.info = info;\n }\n}\n","import { CONSTANTS } from \"../Constants\";\nimport { Player } from \"../Player\";\nimport { BaseServer } from \"../Server/BaseServer\";\nimport { Server } from \"../Server/Server\";\nimport { RunningScript } from \"./RunningScript\";\nimport { processSingleServerGrowth } from \"../Server/ServerHelpers\";\nimport { GetServer } from \"../Server/AllServers\";\n\nimport { numeralWrapper } from \"../ui/numeralFormat\";\n\nimport { compareArrays } from \"../utils/helpers/compareArrays\";\n\nexport function scriptCalculateOfflineProduction(runningScript: RunningScript): void {\n //The Player object stores the last update time from when we were online\n const thisUpdate = new Date().getTime();\n const lastUpdate = Player.lastUpdate;\n const timePassed = (thisUpdate - lastUpdate) / 1000; //Seconds\n\n //Calculate the \"confidence\" rating of the script's true production. This is based\n //entirely off of time. We will arbitrarily say that if a script has been running for\n //4 hours (14400 sec) then we are completely confident in its ability\n let confidence = runningScript.onlineRunningTime / 14400;\n if (confidence >= 1) {\n confidence = 1;\n }\n\n //Data map: [MoneyStolen, NumTimesHacked, NumTimesGrown, NumTimesWeaken]\n\n // Grow\n for (const hostname of Object.keys(runningScript.dataMap)) {\n if (runningScript.dataMap.hasOwnProperty(hostname)) {\n if (runningScript.dataMap[hostname][2] == 0 || runningScript.dataMap[hostname][2] == null) {\n continue;\n }\n const serv = GetServer(hostname);\n if (serv == null) {\n continue;\n }\n const timesGrown = Math.round(\n ((0.5 * runningScript.dataMap[hostname][2]) / runningScript.onlineRunningTime) * timePassed,\n );\n runningScript.log(`Called on ${serv.hostname} ${timesGrown} times while offline`);\n const host = GetServer(runningScript.server);\n if (host === null) throw new Error(\"getServer of null key?\");\n if (!(serv instanceof Server)) throw new Error(\"trying to grow a non-normal server\");\n const growth = processSingleServerGrowth(serv, timesGrown, host.cpuCores);\n runningScript.log(\n `'${serv.hostname}' grown by ${numeralWrapper.format(growth * 100 - 100, \"0.000000%\")} while offline`,\n );\n }\n }\n\n // Offline EXP gain\n // A script's offline production will always be at most half of its online production.\n const expGain = confidence * (runningScript.onlineExpGained / runningScript.onlineRunningTime) * timePassed;\n Player.gainHackingExp(expGain);\n\n // Update script stats\n runningScript.offlineRunningTime += timePassed;\n runningScript.offlineExpGained += expGain;\n\n // Weaken\n for (const hostname of Object.keys(runningScript.dataMap)) {\n if (runningScript.dataMap.hasOwnProperty(hostname)) {\n if (runningScript.dataMap[hostname][3] == 0 || runningScript.dataMap[hostname][3] == null) {\n continue;\n }\n const serv = GetServer(hostname);\n if (serv == null) {\n continue;\n }\n\n if (!(serv instanceof Server)) throw new Error(\"trying to weaken a non-normal server\");\n const host = GetServer(runningScript.server);\n if (host === null) throw new Error(\"getServer of null key?\");\n const timesWeakened = Math.round(\n ((0.5 * runningScript.dataMap[hostname][3]) / runningScript.onlineRunningTime) * timePassed,\n );\n runningScript.log(`Called weaken() on ${serv.hostname} ${timesWeakened} times while offline`);\n const coreBonus = 1 + (host.cpuCores - 1) / 16;\n serv.weaken(CONSTANTS.ServerWeakenAmount * timesWeakened * coreBonus);\n }\n }\n}\n\n//Returns a RunningScript object matching the filename and arguments on the\n//designated server, and false otherwise\nexport function findRunningScript(\n filename: string,\n args: (string | number | boolean)[],\n server: BaseServer,\n): RunningScript | null {\n for (let i = 0; i < server.runningScripts.length; ++i) {\n if (server.runningScripts[i].filename === filename && compareArrays(server.runningScripts[i].args, args)) {\n return server.runningScripts[i];\n }\n }\n return null;\n}\n\n//Returns a RunningScript object matching the pid on the\n//designated server, and false otherwise\nexport function findRunningScriptByPid(pid: number, server: BaseServer): RunningScript | null {\n for (let i = 0; i < server.runningScripts.length; ++i) {\n if (server.runningScripts[i].pid === pid) {\n return server.runningScripts[i];\n }\n }\n return null;\n}\n","import { Generic_fromJSON, Generic_toJSON, IReviverValue, Reviver } from \"../../../utils/JSONReviver\";\nimport { Sleeve } from \"../Sleeve\";\nimport { applySleeveGains, Work, WorkType } from \"./Work\";\nimport { LocationName } from \"../../../Locations/data/LocationNames\";\nimport { Companies } from \"../../../Company/Companies\";\nimport { Company } from \"../../../Company/Company\";\nimport { calculateCompanyWorkStats } from \"../../../Work/formulas/Company\";\nimport { WorkStats } from \"../../../Work/WorkStats\";\nimport { influenceStockThroughCompanyWork } from \"../../../StockMarket/PlayerInfluencing\";\n\ninterface SleeveCompanyWorkParams {\n companyName: string;\n}\n\nexport const isSleeveCompanyWork = (w: Work | null): w is SleeveCompanyWork =>\n w !== null && w.type === WorkType.COMPANY;\n\nexport class SleeveCompanyWork extends Work {\n companyName: string;\n\n constructor(params?: SleeveCompanyWorkParams) {\n super(WorkType.COMPANY);\n this.companyName = params?.companyName ?? LocationName.NewTokyoNoodleBar;\n }\n\n getCompany(): Company {\n const c = Companies[this.companyName];\n if (!c) throw new Error(`Company not found: '${this.companyName}'`);\n return c;\n }\n\n getGainRates(sleeve: Sleeve): WorkStats {\n return calculateCompanyWorkStats(sleeve, this.getCompany());\n }\n\n process(sleeve: Sleeve, cycles: number): number {\n const company = this.getCompany();\n const gains = this.getGainRates(sleeve);\n applySleeveGains(sleeve, gains, cycles);\n company.playerReputation += gains.reputation * cycles;\n influenceStockThroughCompanyWork(company, gains.reputation, cycles);\n return 0;\n }\n\n APICopy(): Record {\n return {\n type: this.type,\n companyName: this.companyName,\n };\n }\n\n /** Serialize the current object to a JSON save state. */\n toJSON(): IReviverValue {\n return Generic_toJSON(\"SleeveCompanyWork\", this);\n }\n\n /** Initializes a CompanyWork object from a JSON save state. */\n static fromJSON(value: IReviverValue): SleeveCompanyWork {\n return Generic_fromJSON(SleeveCompanyWork, value.data);\n }\n}\n\nReviver.constructors.SleeveCompanyWork = SleeveCompanyWork;\n","import { PlayerObject } from \"src/PersonObjects/Player/PlayerObject\";\nimport { AugmentationNames } from \"../Augmentation/data/AugmentationNames\";\nimport { SkillNames } from \"../Bladeburner/data/SkillNames\";\nimport { Skills } from \"../Bladeburner/Skills\";\nimport { CONSTANTS } from \"../Constants\";\nimport { Industries } from \"../Corporation/IndustryData\";\nimport { Exploit } from \"../Exploits/Exploit\";\nimport { Factions } from \"../Faction/Factions\";\nimport { AllGangs } from \"../Gang/AllGangs\";\nimport { GangConstants } from \"../Gang/data/Constants\";\nimport { HacknetNodeConstants, HacknetServerConstants } from \"../Hacknet/data/Constants\";\nimport { hasHacknetServers } from \"../Hacknet/HacknetHelpers\";\nimport { HacknetNode } from \"../Hacknet/HacknetNode\";\nimport { HacknetServer } from \"../Hacknet/HacknetServer\";\nimport { CityName } from \"../Locations/data/CityNames\";\nimport { Player } from \"../Player\";\nimport { Programs } from \"../Programs/Programs\";\nimport { GetAllServers, GetServer } from \"../Server/AllServers\";\nimport { SpecialServers } from \"../Server/data/SpecialServers\";\nimport { Server } from \"../Server/Server\";\nimport { Router } from \"../ui/GameRoot\";\nimport { Page } from \"../ui/Router\";\nimport * as data from \"./AchievementData.json\";\nimport { FactionNames } from \"../Faction/data/FactionNames\";\nimport { BlackOperationNames } from \"../Bladeburner/data/BlackOperationNames\";\nimport { isClassWork } from \"../Work/ClassWork\";\nimport { BitNodeMultipliers } from \"../BitNode/BitNodeMultipliers\";\n\n// Unable to correctly cast the JSON data into AchievementDataJson type otherwise...\nconst achievementData = ((data)).achievements;\n\nexport interface Achievement {\n ID: string;\n Icon?: string;\n Name?: string;\n Description?: string;\n Secret?: boolean;\n Condition: () => boolean;\n Visible?: () => boolean;\n AdditionalUnlock?: string[]; // IDs of achievements that should be awarded when awarding this one\n}\n\nexport interface PlayerAchievement {\n ID: string;\n unlockedOn?: number;\n}\n\nexport interface AchievementDataJson {\n achievements: Record;\n}\n\nexport interface AchievementData {\n ID: string;\n Name: string;\n Description: string;\n}\n\nfunction bitNodeFinishedState(): boolean {\n const wd = GetServer(SpecialServers.WorldDaemon);\n if (!(wd instanceof Server)) return false;\n if (wd.backdoorInstalled) return true;\n return (\n Player.bladeburner !== null && Player.bladeburner.blackops.hasOwnProperty(BlackOperationNames.OperationDaedalus)\n );\n}\n\nfunction hasAccessToSF(player: PlayerObject, bn: number): boolean {\n return player.bitNodeN === bn || player.sourceFiles.some((a) => a.n === bn);\n}\n\nfunction knowsAboutBitverse(player: PlayerObject): boolean {\n return player.sourceFiles.some((a) => a.n === 1);\n}\n\n// eslint-disable-next-line @typescript-eslint/no-unused-vars\nfunction sfAchievement(): Achievement[] {\n const achs: Achievement[] = [];\n for (let i = 0; i <= 11; i++) {\n for (let j = 1; j <= 3; j++) {\n achs.push({\n ID: `SF${i}.${j}`,\n Condition: () => Player.sourceFileLvl(i) >= j,\n });\n }\n }\n return achs;\n}\n\nexport const achievements: Record = {\n [FactionNames.CyberSec.toUpperCase()]: {\n ...achievementData[FactionNames.CyberSec.toUpperCase()],\n Icon: \"CSEC\",\n Condition: () => Player.factions.includes(FactionNames.CyberSec),\n },\n [FactionNames.NiteSec.toUpperCase()]: {\n ...achievementData[FactionNames.NiteSec.toUpperCase()],\n Icon: FactionNames.NiteSec,\n Condition: () => Player.factions.includes(FactionNames.NiteSec),\n },\n THE_BLACK_HAND: {\n ...achievementData[\"THE_BLACK_HAND\"],\n Icon: \"TBH\",\n Condition: () => Player.factions.includes(FactionNames.TheBlackHand),\n },\n [FactionNames.BitRunners.toUpperCase()]: {\n ...achievementData[FactionNames.BitRunners.toUpperCase()],\n Icon: FactionNames.BitRunners.toLowerCase(),\n Condition: () => Player.factions.includes(FactionNames.BitRunners),\n },\n [FactionNames.Daedalus.toUpperCase()]: {\n ...achievementData[FactionNames.Daedalus.toUpperCase()],\n Icon: FactionNames.Daedalus.toLowerCase(),\n Condition: () => Player.factions.includes(FactionNames.Daedalus),\n },\n THE_COVENANT: {\n ...achievementData[\"THE_COVENANT\"],\n Icon: FactionNames.TheCovenant.toLowerCase().replace(/ /g, \"\"),\n Condition: () => Player.factions.includes(FactionNames.TheCovenant),\n },\n [FactionNames.Illuminati.toUpperCase()]: {\n ...achievementData[FactionNames.Illuminati.toUpperCase()],\n Icon: FactionNames.Illuminati.toLowerCase(),\n Condition: () => Player.factions.includes(FactionNames.Illuminati),\n },\n \"BRUTESSH.EXE\": {\n ...achievementData[\"BRUTESSH.EXE\"],\n Icon: \"p0\",\n Condition: () => Player.getHomeComputer().programs.includes(Programs.BruteSSHProgram.name),\n },\n \"FTPCRACK.EXE\": {\n ...achievementData[\"FTPCRACK.EXE\"],\n Icon: \"p1\",\n Condition: () => Player.getHomeComputer().programs.includes(Programs.FTPCrackProgram.name),\n },\n //-----------------------------------------------------\n \"RELAYSMTP.EXE\": {\n ...achievementData[\"RELAYSMTP.EXE\"],\n Icon: \"p2\",\n Condition: () => Player.getHomeComputer().programs.includes(Programs.RelaySMTPProgram.name),\n },\n \"HTTPWORM.EXE\": {\n ...achievementData[\"HTTPWORM.EXE\"],\n Icon: \"p3\",\n Condition: () => Player.getHomeComputer().programs.includes(Programs.HTTPWormProgram.name),\n },\n \"SQLINJECT.EXE\": {\n ...achievementData[\"SQLINJECT.EXE\"],\n Icon: \"p4\",\n Condition: () => Player.getHomeComputer().programs.includes(Programs.SQLInjectProgram.name),\n },\n \"FORMULAS.EXE\": {\n ...achievementData[\"FORMULAS.EXE\"],\n Icon: \"formulas\",\n Condition: () => Player.getHomeComputer().programs.includes(Programs.Formulas.name),\n },\n \"SF1.1\": {\n ...achievementData[\"SF1.1\"],\n Icon: \"SF1.1\",\n Visible: () => hasAccessToSF(Player, 1),\n Condition: () => Player.sourceFileLvl(1) >= 1,\n },\n \"SF2.1\": {\n ...achievementData[\"SF2.1\"],\n Icon: \"SF2.1\",\n Visible: () => hasAccessToSF(Player, 2),\n Condition: () => Player.sourceFileLvl(2) >= 1,\n },\n \"SF3.1\": {\n ...achievementData[\"SF3.1\"],\n Icon: \"SF3.1\",\n Visible: () => hasAccessToSF(Player, 3),\n Condition: () => Player.sourceFileLvl(3) >= 1,\n },\n \"SF4.1\": {\n ...achievementData[\"SF4.1\"],\n Icon: \"SF4.1\",\n Visible: () => hasAccessToSF(Player, 4),\n Condition: () => Player.sourceFileLvl(4) >= 1,\n },\n \"SF5.1\": {\n ...achievementData[\"SF5.1\"],\n Icon: \"SF5.1\",\n Visible: () => hasAccessToSF(Player, 5),\n Condition: () => Player.sourceFileLvl(5) >= 1,\n },\n \"SF6.1\": {\n ...achievementData[\"SF6.1\"],\n Icon: \"SF6.1\",\n Visible: () => hasAccessToSF(Player, 6),\n Condition: () => Player.sourceFileLvl(6) >= 1,\n },\n \"SF7.1\": {\n ...achievementData[\"SF7.1\"],\n Icon: \"SF7.1\",\n Visible: () => hasAccessToSF(Player, 7),\n Condition: () => Player.sourceFileLvl(7) >= 1,\n },\n \"SF8.1\": {\n ...achievementData[\"SF8.1\"],\n Icon: \"SF8.1\",\n Visible: () => hasAccessToSF(Player, 8),\n Condition: () => Player.sourceFileLvl(8) >= 1,\n },\n \"SF9.1\": {\n ...achievementData[\"SF9.1\"],\n Icon: \"SF9.1\",\n Visible: () => hasAccessToSF(Player, 9),\n Condition: () => Player.sourceFileLvl(9) >= 1,\n },\n \"SF10.1\": {\n ...achievementData[\"SF10.1\"],\n Icon: \"SF10.1\",\n Visible: () => hasAccessToSF(Player, 10),\n Condition: () => Player.sourceFileLvl(10) >= 1,\n },\n \"SF11.1\": {\n ...achievementData[\"SF11.1\"],\n Icon: \"SF11.1\",\n Visible: () => hasAccessToSF(Player, 11),\n Condition: () => Player.sourceFileLvl(11) >= 1,\n },\n \"SF12.1\": {\n ...achievementData[\"SF12.1\"],\n Icon: \"SF12.1\",\n Visible: () => hasAccessToSF(Player, 12),\n Condition: () => Player.sourceFileLvl(12) >= 1,\n },\n MONEY_1Q: {\n ...achievementData[\"MONEY_1Q\"],\n Icon: \"$1Q\",\n Condition: () => Player.money >= 1e18,\n },\n MONEY_M1B: {\n ...achievementData[\"MONEY_M1B\"],\n Icon: \"-1b\",\n Secret: true,\n Condition: () => Player.money <= -1e9,\n },\n INSTALL_1: {\n ...achievementData[\"INSTALL_1\"],\n Icon: \"install\",\n Condition: () => Player.augmentations.length >= 1,\n },\n INSTALL_100: {\n ...achievementData[\"INSTALL_100\"],\n Icon: \"install_100\",\n Condition: () => Player.augmentations.length >= 100,\n },\n QUEUE_40: {\n ...achievementData[\"QUEUE_40\"],\n Icon: \"queue40\",\n Condition: () => Player.queuedAugmentations.length >= 40,\n },\n HACKING_100000: {\n ...achievementData[\"HACKING_100000\"],\n Icon: \"hack100000\",\n Condition: () => Player.skills.hacking >= 100000,\n },\n COMBAT_3000: {\n ...achievementData[\"COMBAT_3000\"],\n Icon: \"combat3000\",\n Condition: () =>\n Player.skills.strength >= 3000 &&\n Player.skills.defense >= 3000 &&\n Player.skills.dexterity >= 3000 &&\n Player.skills.agility >= 3000,\n },\n NEUROFLUX_255: {\n ...achievementData[\"NEUROFLUX_255\"],\n Icon: \"nf255\",\n Condition: () => Player.augmentations.some((a) => a.name === AugmentationNames.NeuroFluxGovernor && a.level >= 255),\n },\n NS2: {\n ...achievementData[\"NS2\"],\n Icon: \"ns2\",\n Condition: () => Player.getHomeComputer().scripts.some((s) => s.filename.endsWith(\".js\")),\n },\n FROZE: {\n ...achievementData[\"FROZE\"],\n Icon: \"forze\",\n Condition: () => location.href.includes(\"noScripts\"),\n },\n RUNNING_SCRIPTS_1000: {\n ...achievementData[\"RUNNING_SCRIPTS_1000\"],\n Icon: \"run1000\",\n Condition: (): boolean => {\n let running = 0;\n for (const s of GetAllServers()) {\n running += s.runningScripts.length;\n }\n return running >= 1000;\n },\n },\n DRAIN_SERVER: {\n ...achievementData[\"DRAIN_SERVER\"],\n Icon: \"drain\",\n Condition: (): boolean => {\n for (const s of GetAllServers()) {\n if (s instanceof Server) {\n if (s.moneyMax > 0 && s.moneyAvailable === 0) return true;\n }\n }\n return false;\n },\n },\n MAX_RAM: {\n ...achievementData[\"MAX_RAM\"],\n Icon: \"maxram\",\n Condition: () => Player.getHomeComputer().maxRam === CONSTANTS.HomeComputerMaxRam,\n },\n MAX_CORES: {\n ...achievementData[\"MAX_CORES\"],\n Icon: \"maxcores\",\n Condition: () => Player.getHomeComputer().cpuCores === 8,\n },\n SCRIPTS_30: {\n ...achievementData[\"SCRIPTS_30\"],\n Icon: \"folders\",\n Condition: () => Player.getHomeComputer().scripts.length >= 30,\n },\n KARMA_1000000: {\n ...achievementData[\"KARMA_1000000\"],\n Icon: \"karma\",\n Secret: true,\n Condition: () => Player.karma <= -1e6,\n },\n STOCK_1q: {\n ...achievementData[\"STOCK_1q\"],\n Icon: \"$1Q\",\n Condition: () => Player.moneySourceB.stock >= 1e15,\n },\n DISCOUNT: {\n ...achievementData[\"DISCOUNT\"],\n Icon: \"discount\",\n Condition: (): boolean => {\n const p = GetServer(\"powerhouse-fitness\");\n if (!(p instanceof Server)) return false;\n return p.backdoorInstalled;\n },\n },\n SCRIPT_32GB: {\n ...achievementData[\"SCRIPT_32GB\"],\n Icon: \"bigcost\",\n Condition: () => Player.getHomeComputer().scripts.some((s) => s.ramUsage >= 32),\n },\n FIRST_HACKNET_NODE: {\n ...achievementData[\"FIRST_HACKNET_NODE\"],\n Icon: \"node\",\n Condition: () => !hasHacknetServers() && Player.hacknetNodes.length > 0,\n },\n \"30_HACKNET_NODE\": {\n ...achievementData[\"30_HACKNET_NODE\"],\n Icon: \"hacknet-all\",\n Condition: () => !hasHacknetServers() && Player.hacknetNodes.length >= 30,\n },\n MAX_HACKNET_NODE: {\n ...achievementData[\"MAX_HACKNET_NODE\"],\n Icon: \"hacknet-max\",\n Condition: (): boolean => {\n if (hasHacknetServers()) return false;\n for (const h of Player.hacknetNodes) {\n if (!(h instanceof HacknetNode)) return false;\n if (\n h.ram === HacknetNodeConstants.MaxRam &&\n h.cores === HacknetNodeConstants.MaxCores &&\n h.level === HacknetNodeConstants.MaxLevel\n )\n return true;\n }\n return false;\n },\n },\n HACKNET_NODE_10M: {\n ...achievementData[\"HACKNET_NODE_10M\"],\n Icon: \"hacknet-10m\",\n Condition: () => !hasHacknetServers() && Player.moneySourceB.hacknet >= 10e6,\n },\n REPUTATION_10M: {\n ...achievementData[\"REPUTATION_10M\"],\n Icon: \"reputation\",\n Condition: () => Object.values(Factions).some((f) => f.playerReputation >= 10e6),\n },\n DONATION: {\n ...achievementData[\"DONATION\"],\n Icon: \"donation\",\n Condition: () =>\n Object.values(Factions).some(\n (f) => f.favor >= Math.floor(CONSTANTS.BaseFavorToDonate * BitNodeMultipliers.RepToDonateToFaction),\n ),\n },\n TRAVEL: {\n ...achievementData[\"TRAVEL\"],\n Icon: \"TRAVEL\",\n Condition: () => Player.city !== CityName.Sector12,\n },\n WORKOUT: {\n ...achievementData[\"WORKOUT\"],\n Icon: \"WORKOUT\",\n Condition: () => isClassWork(Player.currentWork),\n },\n TOR: {\n ...achievementData[\"TOR\"],\n Icon: \"TOR\",\n Condition: () => Player.hasTorRouter(),\n },\n HOSPITALIZED: {\n ...achievementData[\"HOSPITALIZED\"],\n Icon: \"OUCH\",\n Condition: () => Player.moneySourceB.hospitalization !== 0,\n },\n GANG: {\n ...achievementData[\"GANG\"],\n Icon: \"GANG\",\n Visible: () => hasAccessToSF(Player, 2),\n Condition: () => Player.gang !== null,\n },\n FULL_GANG: {\n ...achievementData[\"FULL_GANG\"],\n Icon: \"GANGMAX\",\n Visible: () => hasAccessToSF(Player, 2),\n Condition: () => Player.gang !== null && Player.gang.members.length === GangConstants.MaximumGangMembers,\n },\n GANG_TERRITORY: {\n ...achievementData[\"GANG_TERRITORY\"],\n Icon: \"GANG100%\",\n Visible: () => hasAccessToSF(Player, 2),\n Condition: () => Player.gang !== null && AllGangs[Player.gang.facName].territory >= 0.999,\n },\n GANG_MEMBER_POWER: {\n ...achievementData[\"GANG_MEMBER_POWER\"],\n Icon: \"GANG10000\",\n Visible: () => hasAccessToSF(Player, 2),\n Condition: () =>\n Player.gang !== null &&\n Player.gang.members.some(\n (m) =>\n m.hack >= 10000 || m.str >= 10000 || m.def >= 10000 || m.dex >= 10000 || m.agi >= 10000 || m.cha >= 10000,\n ),\n },\n CORPORATION: {\n ...achievementData[\"CORPORATION\"],\n Icon: \"CORP\",\n Visible: () => hasAccessToSF(Player, 3),\n Condition: () => Player.corporation !== null,\n },\n CORPORATION_BRIBE: {\n ...achievementData[\"CORPORATION_BRIBE\"],\n Icon: \"CORPLOBBY\",\n Visible: () => hasAccessToSF(Player, 3),\n Condition: () => Player.corporation !== null && Player.corporation.unlockUpgrades[6] === 1,\n },\n CORPORATION_PROD_1000: {\n ...achievementData[\"CORPORATION_PROD_1000\"],\n Icon: \"CORP1000\",\n Visible: () => hasAccessToSF(Player, 3),\n Condition: () => Player.corporation !== null && Player.corporation.divisions.some((d) => d.prodMult >= 1000),\n },\n CORPORATION_EMPLOYEE_3000: {\n ...achievementData[\"CORPORATION_EMPLOYEE_3000\"],\n Icon: \"CORPCITY\",\n Visible: () => hasAccessToSF(Player, 3),\n Condition: (): boolean => {\n if (Player.corporation === null) return false;\n for (const d of Player.corporation.divisions) {\n for (const o of Object.values(d.offices)) {\n if (o === 0) continue;\n if (o.employees.length >= 3000) return true;\n }\n }\n return false;\n },\n },\n CORPORATION_REAL_ESTATE: {\n ...achievementData[\"CORPORATION_REAL_ESTATE\"],\n Icon: \"CORPRE\",\n Name: \"Own the land\",\n Description: \"Expand to the Real Estate division.\",\n Visible: () => hasAccessToSF(Player, 3),\n Condition: () =>\n Player.corporation !== null && Player.corporation.divisions.some((d) => d.type === Industries.RealEstate),\n },\n INTELLIGENCE_255: {\n ...achievementData[\"INTELLIGENCE_255\"],\n Icon: \"INT255\",\n Visible: () => hasAccessToSF(Player, 5),\n Condition: () => Player.skills.intelligence >= 255,\n },\n BLADEBURNER_DIVISION: {\n ...achievementData[\"BLADEBURNER_DIVISION\"],\n Icon: \"BLADE\",\n Visible: () => hasAccessToSF(Player, 6),\n Condition: () => Player.bladeburner !== null,\n },\n BLADEBURNER_OVERCLOCK: {\n ...achievementData[\"BLADEBURNER_OVERCLOCK\"],\n Icon: \"BLADEOVERCLOCK\",\n Visible: () => hasAccessToSF(Player, 6),\n Condition: () =>\n Player.bladeburner !== null &&\n Player.bladeburner.skills[SkillNames.Overclock] === Skills[SkillNames.Overclock].maxLvl,\n },\n BLADEBURNER_UNSPENT_100000: {\n ...achievementData[\"BLADEBURNER_UNSPENT_100000\"],\n Icon: \"BLADE100K\",\n Visible: () => hasAccessToSF(Player, 6),\n Condition: () => Player.bladeburner !== null && Player.bladeburner.skillPoints >= 100000,\n },\n \"4S\": {\n ...achievementData[\"4S\"],\n Icon: \"4S\",\n Condition: () => Player.has4SData,\n },\n FIRST_HACKNET_SERVER: {\n ...achievementData[\"FIRST_HACKNET_SERVER\"],\n Icon: \"HASHNET\",\n Visible: () => hasAccessToSF(Player, 9),\n Condition: () => hasHacknetServers() && Player.hacknetNodes.length > 0,\n AdditionalUnlock: [achievementData.FIRST_HACKNET_NODE.ID],\n },\n ALL_HACKNET_SERVER: {\n ...achievementData[\"ALL_HACKNET_SERVER\"],\n Icon: \"HASHNETALL\",\n Visible: () => hasAccessToSF(Player, 9),\n Condition: () => hasHacknetServers() && Player.hacknetNodes.length === HacknetServerConstants.MaxServers,\n AdditionalUnlock: [achievementData[\"30_HACKNET_NODE\"].ID],\n },\n MAX_HACKNET_SERVER: {\n ...achievementData[\"MAX_HACKNET_SERVER\"],\n Icon: \"HASHNETALL\",\n Visible: () => hasAccessToSF(Player, 9),\n Condition: (): boolean => {\n if (!hasHacknetServers()) return false;\n for (const h of Player.hacknetNodes) {\n if (typeof h !== \"string\") return false;\n const hs = GetServer(h);\n if (!(hs instanceof HacknetServer)) return false;\n if (\n hs.maxRam === HacknetServerConstants.MaxRam &&\n hs.cores === HacknetServerConstants.MaxCores &&\n hs.level === HacknetServerConstants.MaxLevel &&\n hs.cache === HacknetServerConstants.MaxCache\n )\n return true;\n }\n return false;\n },\n AdditionalUnlock: [achievementData.MAX_HACKNET_NODE.ID],\n },\n HACKNET_SERVER_1B: {\n ...achievementData[\"HACKNET_SERVER_1B\"],\n Icon: \"HASHNETMONEY\",\n Visible: () => hasAccessToSF(Player, 9),\n Condition: () => hasHacknetServers() && Player.moneySourceB.hacknet >= 1e9,\n AdditionalUnlock: [achievementData.HACKNET_NODE_10M.ID],\n },\n MAX_CACHE: {\n ...achievementData[\"MAX_CACHE\"],\n Icon: \"HASHNETCAP\",\n Visible: () => hasAccessToSF(Player, 9),\n Condition: () =>\n hasHacknetServers() &&\n Player.hashManager.hashes === Player.hashManager.capacity &&\n Player.hashManager.capacity > 0,\n },\n SLEEVE_8: {\n ...achievementData[\"SLEEVE_8\"],\n Icon: \"SLEEVE8\",\n Visible: () => hasAccessToSF(Player, 10),\n Condition: () => Player.sleeves.length === 8 && Player.sourceFileLvl(10) === 3,\n },\n INDECISIVE: {\n ...achievementData[\"INDECISIVE\"],\n Icon: \"1H\",\n Visible: () => knowsAboutBitverse(Player),\n Condition: (function () {\n let c = 0;\n setInterval(() => {\n if (Router.page() === Page.BitVerse) {\n c++;\n } else {\n c = 0;\n }\n }, 60 * 1000);\n return () => c > 60;\n })(),\n },\n FAST_BN: {\n ...achievementData[\"FAST_BN\"],\n Icon: \"2DAYS\",\n Visible: () => knowsAboutBitverse(Player),\n Condition: () => bitNodeFinishedState() && Player.playtimeSinceLastBitnode < 1000 * 60 * 60 * 24 * 2,\n },\n CHALLENGE_BN1: {\n ...achievementData[\"CHALLENGE_BN1\"],\n Icon: \"BN1+\",\n Visible: () => knowsAboutBitverse(Player),\n Condition: () =>\n Player.bitNodeN === 1 &&\n bitNodeFinishedState() &&\n Player.getHomeComputer().maxRam <= 128 &&\n Player.getHomeComputer().cpuCores === 1,\n },\n CHALLENGE_BN2: {\n ...achievementData[\"CHALLENGE_BN2\"],\n Icon: \"BN2+\",\n Visible: () => hasAccessToSF(Player, 2),\n Condition: () => Player.bitNodeN === 2 && bitNodeFinishedState() && Player.gang === null,\n },\n CHALLENGE_BN3: {\n ...achievementData[\"CHALLENGE_BN3\"],\n Icon: \"BN3+\",\n Visible: () => hasAccessToSF(Player, 3),\n Condition: () => Player.bitNodeN === 3 && bitNodeFinishedState() && Player.corporation === null,\n },\n CHALLENGE_BN6: {\n ...achievementData[\"CHALLENGE_BN6\"],\n Icon: \"BN6+\",\n Visible: () => hasAccessToSF(Player, 6),\n Condition: () => Player.bitNodeN === 6 && bitNodeFinishedState() && Player.bladeburner === null,\n },\n CHALLENGE_BN7: {\n ...achievementData[\"CHALLENGE_BN7\"],\n Icon: \"BN7+\",\n Visible: () => hasAccessToSF(Player, 7),\n Condition: () => Player.bitNodeN === 7 && bitNodeFinishedState() && Player.bladeburner === null,\n },\n CHALLENGE_BN8: {\n ...achievementData[\"CHALLENGE_BN8\"],\n Icon: \"BN8+\",\n Visible: () => hasAccessToSF(Player, 8),\n Condition: () => Player.bitNodeN === 8 && bitNodeFinishedState() && !Player.has4SData && !Player.has4SDataTixApi,\n },\n CHALLENGE_BN9: {\n ...achievementData[\"CHALLENGE_BN9\"],\n Icon: \"BN9+\",\n Visible: () => hasAccessToSF(Player, 9),\n Condition: () =>\n Player.bitNodeN === 9 &&\n bitNodeFinishedState() &&\n Player.moneySourceB.hacknet === 0 &&\n Player.moneySourceB.hacknet_expenses === 0,\n },\n CHALLENGE_BN10: {\n ...achievementData[\"CHALLENGE_BN10\"],\n Icon: \"BN10+\",\n Visible: () => hasAccessToSF(Player, 10),\n Condition: () =>\n Player.bitNodeN === 10 &&\n bitNodeFinishedState() &&\n !Player.sleeves.some(\n (s) =>\n s.augmentations.length > 0 ||\n s.exp.hacking > 0 ||\n s.exp.strength > 0 ||\n s.exp.defense > 0 ||\n s.exp.agility > 0 ||\n s.exp.dexterity > 0 ||\n s.exp.charisma > 0,\n ),\n },\n CHALLENGE_BN12: {\n ...achievementData[\"CHALLENGE_BN12\"],\n Icon: \"BN12+\",\n Visible: () => hasAccessToSF(Player, 12),\n Condition: () => Player.sourceFileLvl(12) >= 50,\n },\n BYPASS: {\n ...achievementData[\"BYPASS\"],\n Icon: \"SF-1\",\n Secret: true,\n Condition: () => Player.exploits.includes(Exploit.Bypass),\n },\n PROTOTYPETAMPERING: {\n ...achievementData[\"PROTOTYPETAMPERING\"],\n Icon: \"SF-1\",\n Secret: true,\n Condition: () => Player.exploits.includes(Exploit.PrototypeTampering),\n },\n UNCLICKABLE: {\n ...achievementData[\"UNCLICKABLE\"],\n Icon: \"SF-1\",\n Secret: true,\n Condition: () => Player.exploits.includes(Exploit.Unclickable),\n },\n UNDOCUMENTEDFUNCTIONCALL: {\n ...achievementData[\"UNDOCUMENTEDFUNCTIONCALL\"],\n Icon: \"SF-1\",\n Secret: true,\n Condition: () => Player.exploits.includes(Exploit.UndocumentedFunctionCall),\n },\n TIMECOMPRESSION: {\n ...achievementData[\"TIMECOMPRESSION\"],\n Icon: \"SF-1\",\n Secret: true,\n Condition: () => Player.exploits.includes(Exploit.TimeCompression),\n },\n REALITYALTERATION: {\n ...achievementData[\"REALITYALTERATION\"],\n Icon: \"SF-1\",\n Secret: true,\n Condition: () => Player.exploits.includes(Exploit.RealityAlteration),\n },\n N00DLES: {\n ...achievementData[\"N00DLES\"],\n Icon: \"SF-1\",\n Secret: true,\n Condition: () => Player.exploits.includes(Exploit.N00dles),\n },\n EDITSAVEFILE: {\n ...achievementData[\"EDITSAVEFILE\"],\n Icon: \"SF-1\",\n Secret: true,\n Condition: () => Player.exploits.includes(Exploit.EditSaveFile),\n },\n UNACHIEVABLE: {\n ...achievementData[\"UNACHIEVABLE\"],\n Icon: \"SF-1\",\n Secret: true,\n // Hey Players! Yes, you're supposed to modify this to get the achievement!\n Condition: () => false,\n },\n CHALLENGE_BN13: {\n ...achievementData[\"CHALLENGE_BN13\"],\n Icon: \"BN13+\",\n Visible: () => hasAccessToSF(Player, 13),\n Condition: () =>\n Player.bitNodeN === 13 &&\n bitNodeFinishedState() &&\n !Player.augmentations.some((a) => a.name === AugmentationNames.StaneksGift1),\n },\n DEVMENU: {\n ...achievementData[\"DEVMENU\"],\n Icon: \"SF-1\",\n Secret: true,\n Condition: () => Player.exploits.includes(Exploit.YoureNotMeantToAccessThis),\n },\n RAINBOW: {\n ...achievementData[\"RAINBOW\"],\n Icon: \"SF-1\",\n Secret: true,\n Condition: () => Player.exploits.includes(Exploit.INeedARainbow),\n },\n TRUE_RECURSION: {\n ...achievementData[\"TRUE_RECURSION\"],\n Icon: \"SF-1\",\n Secret: true,\n Condition: () => Player.exploits.includes(Exploit.TrueRecursion),\n },\n};\n\n// Steam has a limit of 100 achievement. So these were planned but commented for now.\n// { ID: FactionNames.ECorp.toUpperCase(), Condition: () => Player.factions.includes(FactionNames.ECorp) },\n// { ID: FactionNames.MegaCorp.toUpperCase(), Condition: () => Player.factions.includes(FactionNames.MegaCorp) },\n// { ID: \"BACHMAN_&_ASSOCIATES\", Condition: () => Player.factions.includes(FactionNames.BachmanAssociates) },\n// { ID: \"BLADE_INDUSTRIES\", Condition: () => Player.factions.includes(FactionNames.BladeIndustries) },\n// { ID: FactionNames.NWO.toUpperCase(), Condition: () => Player.factions.includes(FactionNames.NWO) },\n// { ID: \"CLARKE_INCORPORATED\", Condition: () => Player.factions.includes(FactionNames.ClarkeIncorporated) },\n// { ID: \"OMNITEK_INCORPORATED\", Condition: () => Player.factions.includes(FactionNames.OmniTekIncorporated) },\n// { ID: \"FOUR_SIGMA\", Condition: () => Player.factions.includes(FactionNames.FourSigma) },\n// { ID: \"KUAIGONG_INTERNATIONAL\", Condition: () => Player.factions.includes(FactionNames.KuaiGongInternational) },\n// { ID: \"FULCRUM_SECRET_TECHNOLOGIES\", Condition: () => Player.factions.includes(FactionNames.FulcrumSecretTechnologies) },\n// { ID: FactionNames.Aevum.toUpperCase(), Condition: () => Player.factions.includes(FactionNames.Aevum) },\n// { ID: FactionNames.Chongqing.toUpperCase(), Condition: () => Player.factions.includes(FactionNames.Chongqing) },\n// { ID: FactionNames.Ishima.toUpperCase(), Condition: () => Player.factions.includes(FactionNames.Ishima) },\n// { ID: \"NEW_TOKYO\", Condition: () => Player.factions.includes(FactionNames.NewTokyo) },\n// { ID: \"SECTOR-12\", Condition: () => Player.factions.includes(FactionNames.Sector12) },\n// { ID: FactionNames.Volhaven.toUpperCase(), Condition: () => Player.factions.includes(FactionNames.Volhaven) },\n// { ID: \"SPEAKERS_FOR_THE_DEAD\", Condition: () => Player.factions.includes(FactionNames.SpeakersForTheDead) },\n// { ID: \"THE_DARK_ARMY\", Condition: () => Player.factions.includes(FactionNames.TheDarkArmy) },\n// { ID: \"THE_SYNDICATE\", Condition: () => Player.factions.includes(FactionNames.TheSyndicate) },\n// { ID: FactionNames.Silhouette.toUpperCase(), Condition: () => Player.factions.includes(FactionNames.Silhouette) },\n// { ID: FactionNames.Tetrads.toUpperCase(), Condition: () => Player.factions.includes(FactionNames.Tetrads) },\n// { ID: \"SLUM_SNAKES\", Condition: () => Player.factions.includes(FactionNames.SlumSnakes) },\n// { ID: FactionNames.Netburners.toUpperCase(), Condition: () => Player.factions.includes(FactionNames.Netburners) },\n// { ID: \"TIAN_DI_HUI\", Condition: () => Player.factions.includes(FactionNames.TianDiHui) },\n// { ID: FactionNames.Bladeburners.toUpperCase(), Condition: () => Player.factions.includes(FactionNames.Bladeburners) },\n// { ID: \"DEEPSCANV1.EXE\", Condition: () => Player.getHomeComputer().programs.includes(Programs.DeepscanV1.name) },\n// { ID: \"DEEPSCANV2.EXE\", Condition: () => Player.getHomeComputer().programs.includes(Programs.DeepscanV2.name) },\n// { ID: \"INFILTRATORS\", Condition: () => Player.factions.includes(FactionNames.Infiltrators) },\n// {\n// ID: \"SERVERPROFILER.EXE\",\n// Condition: () => Player.getHomeComputer().programs.includes(Programs.ServerProfiler.name),\n// },\n// { ID: \"AUTOLINK.EXE\", Condition: () => Player.getHomeComputer().programs.includes(Programs.AutoLink.name) },\n// { ID: \"FLIGHT.EXE\", Condition: () => Player.getHomeComputer().programs.includes(Programs.Flight.name) },\n\nexport function calculateAchievements(): void {\n const playerAchievements = Player.achievements.map((a) => a.ID);\n\n const missingAchievements = Object.values(achievements)\n .filter((a) => !playerAchievements.includes(a.ID) && a.Condition())\n // callback returns array of achievement id and id of any in the additional list, flatmap means we have only a 1D array\n .flatMap((a) => [a.ID, ...(a.AdditionalUnlock || [])]);\n\n for (const id of missingAchievements) {\n Player.giveAchievement(id);\n }\n\n // Write all player's achievements to document for Steam/Electron\n // This could be replaced by \"availableAchievements\"\n // if we don't want to grant the save game achievements to steam but only currently available\n document.achievements = [...Player.achievements.map((a) => a.ID)];\n}\n","import React from \"react\";\nimport { MathJax, MathJaxContext } from \"better-react-mathjax\";\n\ninterface IProps {\n children: React.ReactNode;\n}\n\nexport function MathJaxWrapper({ children }: IProps): React.ReactElement {\n return (\n \n {children}\n \n );\n}\n","import { dialogBoxCreate } from \"../../ui/React/DialogBox\";\n\ninterface IError {\n fileName?: string;\n lineNumber?: number;\n}\n\nexport const isIError = (v: unknown): v is IError => {\n if (typeof v !== \"object\" || v == null) return false;\n return v.hasOwnProperty(\"fileName\") && v.hasOwnProperty(\"lineNumber\");\n};\n\nexport function exceptionAlert(e: unknown): void {\n console.error(e);\n let msg = \"\";\n let file = \"UNKNOWN FILE NAME\";\n let line = \"UNKNOWN LINE NUMBER\";\n if (isIError(e)) {\n file = e.fileName ?? file;\n line = e.lineNumber?.toString() ?? line;\n } else {\n msg = String(e);\n }\n dialogBoxCreate(\n \"Caught an exception: \" +\n msg +\n \"

\" +\n \"Filename: \" +\n file +\n \"

\" +\n \"Line Number: \" +\n line +\n \"

\" +\n \"This is a bug, please report to game developer with this \" +\n \"message as well as details about how to reproduce the bug.

\" +\n \"If you want to be safe, I suggest refreshing the game WITHOUT saving so that your \" +\n \"save doesn't get corrupted\",\n );\n}\n","export interface CorporationUnlockUpgrade {\n index: number;\n price: number;\n name: string;\n desc: string;\n}\n\nexport enum CorporationUnlockUpgradeIndex {\n Export = 0,\n SmartSupply = 1,\n MarketResearchDemand = 2,\n MarketDataCompetition = 3,\n VeChain = 4,\n ShadyAccounting = 5,\n GovernmentPartnership = 6,\n WarehouseAPI = 7,\n OfficeAPI = 8,\n}\n\n// Corporation Unlock Upgrades\n// Upgrades for entire corporation, unlocks features, either you have it or you don't.\nexport const CorporationUnlockUpgrades: Record = {\n //Lets you export goods\n [CorporationUnlockUpgradeIndex.Export]: {\n index: 0,\n price: 20e9,\n name: \"Export\",\n desc:\n \"Develop infrastructure to export your materials to your other facilities. \" +\n \"This allows you to move materials around between different divisions and cities.\",\n },\n\n //Lets you buy exactly however many required materials you need for production\n [CorporationUnlockUpgradeIndex.SmartSupply]: {\n index: 1,\n price: 25e9,\n name: \"Smart Supply\",\n desc:\n \"Use advanced AI to anticipate your supply needs. \" +\n \"This allows you to purchase exactly however many materials you need for production.\",\n },\n\n //Displays each material/product's demand\n [CorporationUnlockUpgradeIndex.MarketResearchDemand]: {\n index: 2,\n price: 5e9,\n name: \"Market Research - Demand\",\n desc:\n \"Mine and analyze market data to determine the demand of all resources. \" +\n \"The demand attribute, which affects sales, will be displayed for every material and product.\",\n },\n\n //Display's each material/product's competition\n [CorporationUnlockUpgradeIndex.MarketDataCompetition]: {\n index: 3,\n price: 5e9,\n name: \"Market Data - Competition\",\n desc:\n \"Mine and analyze market data to determine how much competition there is on the market \" +\n \"for all resources. The competition attribute, which affects sales, will be displayed for \" +\n \"every material and product.\",\n },\n [CorporationUnlockUpgradeIndex.VeChain]: {\n index: 4,\n price: 10e9,\n name: \"VeChain\",\n desc:\n \"Use AI and blockchain technology to identify where you can improve your supply chain systems. \" +\n \"This upgrade will allow you to view a wide array of useful statistics about your \" +\n \"Corporation.\",\n },\n [CorporationUnlockUpgradeIndex.ShadyAccounting]: {\n index: 5,\n price: 500e12,\n name: \"Shady Accounting\",\n desc:\n \"Utilize unscrupulous accounting practices and pay off government officials to save money \" +\n \"on taxes. This reduces the dividend tax rate by 5%.\",\n },\n [CorporationUnlockUpgradeIndex.GovernmentPartnership]: {\n index: 6,\n price: 2e15,\n name: \"Government Partnership\",\n desc:\n \"Help national governments further their agendas in exchange for lowered taxes. \" +\n \"This reduces the dividend tax rate by 10%\",\n },\n [CorporationUnlockUpgradeIndex.WarehouseAPI]: {\n index: 7,\n price: 50e9,\n name: \"Warehouse API\",\n desc: \"Enables the warehouse API.\",\n },\n [CorporationUnlockUpgradeIndex.OfficeAPI]: {\n index: 8,\n price: 50e9,\n name: \"Office API\",\n desc: \"Enables the office API.\",\n },\n};\n","import { StaticAugmentations } from \"../../Augmentation/StaticAugmentations\";\nimport { GraftableAugmentation } from \"./GraftableAugmentation\";\nimport { Player } from \"../../Player\";\n\nexport const getGraftingAvailableAugs = (): string[] => {\n const augs: string[] = [];\n\n for (const [augName, aug] of Object.entries(StaticAugmentations)) {\n if (aug.isSpecial) continue;\n augs.push(augName);\n }\n\n return augs.filter((augmentation: string) => !Player.hasAugmentation(augmentation));\n};\n\nexport const graftingIntBonus = (): number => {\n return 1 + (Player.getIntelligenceBonus(3) - 1) / 3;\n};\n\nexport const calculateGraftingTimeWithBonus = (aug: GraftableAugmentation): number => {\n const baseTime = aug.time;\n return baseTime / graftingIntBonus();\n};\n","import { Generic_fromJSON, Generic_toJSON, IReviverValue, Reviver } from \"../utils/JSONReviver\";\n\ninterface IParams {\n name?: string;\n type?: number;\n}\n\nexport class ActionIdentifier {\n name = \"\";\n type = -1;\n\n constructor(params: IParams = {}) {\n if (params.name) this.name = params.name;\n if (params.type) this.type = params.type;\n }\n\n toJSON(): IReviverValue {\n return Generic_toJSON(\"ActionIdentifier\", this);\n }\n\n static fromJSON(value: IReviverValue): ActionIdentifier {\n return Generic_fromJSON(ActionIdentifier, value.data);\n }\n}\n\nReviver.constructors.ActionIdentifier = ActionIdentifier;\n","import { BlackOperation } from \"./BlackOperation\";\nimport { BlackOperationNames } from \"./data/BlackOperationNames\";\n\nexport const BlackOperations: Record = {};\n\n(function () {\n BlackOperations[BlackOperationNames.OperationTyphoon] = new BlackOperation({\n name: BlackOperationNames.OperationTyphoon,\n baseDifficulty: 2000,\n reqdRank: 2.5e3,\n rankGain: 50,\n rankLoss: 10,\n hpLoss: 100,\n weights: {\n hack: 0.1,\n str: 0.2,\n def: 0.2,\n dex: 0.2,\n agi: 0.2,\n cha: 0,\n int: 0.1,\n },\n decays: {\n hack: 0.6,\n str: 0.8,\n def: 0.8,\n dex: 0.8,\n agi: 0.8,\n cha: 0,\n int: 0.75,\n },\n isKill: true,\n });\n BlackOperations[BlackOperationNames.OperationZero] = new BlackOperation({\n name: BlackOperationNames.OperationZero,\n baseDifficulty: 2500,\n reqdRank: 5e3,\n rankGain: 60,\n rankLoss: 15,\n hpLoss: 50,\n weights: {\n hack: 0.2,\n str: 0.15,\n def: 0.15,\n dex: 0.2,\n agi: 0.2,\n cha: 0,\n int: 0.1,\n },\n decays: {\n hack: 0.6,\n str: 0.8,\n def: 0.8,\n dex: 0.8,\n agi: 0.8,\n cha: 0,\n int: 0.75,\n },\n isStealth: true,\n });\n BlackOperations[BlackOperationNames.OperationX] = new BlackOperation({\n name: BlackOperationNames.OperationX,\n baseDifficulty: 3000,\n reqdRank: 7.5e3,\n rankGain: 75,\n rankLoss: 15,\n hpLoss: 100,\n weights: {\n hack: 0.1,\n str: 0.2,\n def: 0.2,\n dex: 0.2,\n agi: 0.2,\n cha: 0,\n int: 0.1,\n },\n decays: {\n hack: 0.6,\n str: 0.8,\n def: 0.8,\n dex: 0.8,\n agi: 0.8,\n cha: 0,\n int: 0.75,\n },\n isKill: true,\n });\n BlackOperations[BlackOperationNames.OperationTitan] = new BlackOperation({\n name: BlackOperationNames.OperationTitan,\n baseDifficulty: 4000,\n reqdRank: 10e3,\n rankGain: 100,\n rankLoss: 20,\n hpLoss: 100,\n weights: {\n hack: 0.1,\n str: 0.2,\n def: 0.2,\n dex: 0.2,\n agi: 0.2,\n cha: 0,\n int: 0.1,\n },\n decays: {\n hack: 0.6,\n str: 0.8,\n def: 0.8,\n dex: 0.8,\n agi: 0.8,\n cha: 0,\n int: 0.75,\n },\n isKill: true,\n });\n BlackOperations[BlackOperationNames.OperationAres] = new BlackOperation({\n name: BlackOperationNames.OperationAres,\n baseDifficulty: 5000,\n reqdRank: 12.5e3,\n rankGain: 125,\n rankLoss: 20,\n hpLoss: 200,\n weights: {\n hack: 0,\n str: 0.25,\n def: 0.25,\n dex: 0.25,\n agi: 0.25,\n cha: 0,\n int: 0,\n },\n decays: {\n hack: 0,\n str: 0.8,\n def: 0.8,\n dex: 0.8,\n agi: 0.8,\n cha: 0,\n int: 0.75,\n },\n isKill: true,\n });\n BlackOperations[BlackOperationNames.OperationArchangel] = new BlackOperation({\n name: BlackOperationNames.OperationArchangel,\n baseDifficulty: 7500,\n reqdRank: 15e3,\n rankGain: 200,\n rankLoss: 20,\n hpLoss: 25,\n weights: {\n hack: 0,\n str: 0.2,\n def: 0.2,\n dex: 0.3,\n agi: 0.3,\n cha: 0,\n int: 0,\n },\n decays: {\n hack: 0,\n str: 0.8,\n def: 0.8,\n dex: 0.8,\n agi: 0.8,\n cha: 0,\n int: 0.75,\n },\n isKill: true,\n });\n BlackOperations[BlackOperationNames.OperationJuggernaut] = new BlackOperation({\n name: BlackOperationNames.OperationJuggernaut,\n baseDifficulty: 10e3,\n reqdRank: 20e3,\n rankGain: 300,\n rankLoss: 40,\n hpLoss: 300,\n weights: {\n hack: 0,\n str: 0.25,\n def: 0.25,\n dex: 0.25,\n agi: 0.25,\n cha: 0,\n int: 0,\n },\n decays: {\n hack: 0,\n str: 0.8,\n def: 0.8,\n dex: 0.8,\n agi: 0.8,\n cha: 0,\n int: 0.75,\n },\n isKill: true,\n });\n BlackOperations[BlackOperationNames.OperationRedDragon] = new BlackOperation({\n name: BlackOperationNames.OperationRedDragon,\n baseDifficulty: 12.5e3,\n reqdRank: 25e3,\n rankGain: 500,\n rankLoss: 50,\n hpLoss: 500,\n weights: {\n hack: 0.05,\n str: 0.2,\n def: 0.2,\n dex: 0.25,\n agi: 0.25,\n cha: 0,\n int: 0.05,\n },\n decays: {\n hack: 0.6,\n str: 0.8,\n def: 0.8,\n dex: 0.8,\n agi: 0.8,\n cha: 0,\n int: 0.75,\n },\n isKill: true,\n });\n BlackOperations[BlackOperationNames.OperationK] = new BlackOperation({\n name: BlackOperationNames.OperationK,\n baseDifficulty: 15e3,\n reqdRank: 30e3,\n rankGain: 750,\n rankLoss: 60,\n hpLoss: 1000,\n weights: {\n hack: 0.05,\n str: 0.2,\n def: 0.2,\n dex: 0.25,\n agi: 0.25,\n cha: 0,\n int: 0.05,\n },\n decays: {\n hack: 0.6,\n str: 0.8,\n def: 0.8,\n dex: 0.8,\n agi: 0.8,\n cha: 0,\n int: 0.75,\n },\n isKill: true,\n });\n BlackOperations[BlackOperationNames.OperationDeckard] = new BlackOperation({\n name: BlackOperationNames.OperationDeckard,\n baseDifficulty: 20e3,\n reqdRank: 40e3,\n rankGain: 1e3,\n rankLoss: 75,\n hpLoss: 200,\n weights: {\n hack: 0,\n str: 0.24,\n def: 0.24,\n dex: 0.24,\n agi: 0.24,\n cha: 0,\n int: 0.04,\n },\n decays: {\n hack: 0,\n str: 0.8,\n def: 0.8,\n dex: 0.8,\n agi: 0.8,\n cha: 0,\n int: 0.75,\n },\n isKill: true,\n });\n BlackOperations[BlackOperationNames.OperationTyrell] = new BlackOperation({\n name: BlackOperationNames.OperationTyrell,\n baseDifficulty: 25e3,\n reqdRank: 50e3,\n rankGain: 1.5e3,\n rankLoss: 100,\n hpLoss: 500,\n weights: {\n hack: 0.1,\n str: 0.2,\n def: 0.2,\n dex: 0.2,\n agi: 0.2,\n cha: 0,\n int: 0.1,\n },\n decays: {\n hack: 0.6,\n str: 0.8,\n def: 0.8,\n dex: 0.8,\n agi: 0.8,\n cha: 0,\n int: 0.75,\n },\n isKill: true,\n });\n BlackOperations[BlackOperationNames.OperationWallace] = new BlackOperation({\n name: BlackOperationNames.OperationWallace,\n baseDifficulty: 30e3,\n reqdRank: 75e3,\n rankGain: 2e3,\n rankLoss: 150,\n hpLoss: 1500,\n weights: {\n hack: 0,\n str: 0.24,\n def: 0.24,\n dex: 0.24,\n agi: 0.24,\n cha: 0,\n int: 0.04,\n },\n decays: {\n hack: 0.6,\n str: 0.8,\n def: 0.8,\n dex: 0.8,\n agi: 0.8,\n cha: 0,\n int: 0.75,\n },\n isKill: true,\n });\n BlackOperations[BlackOperationNames.OperationShoulderOfOrion] = new BlackOperation({\n name: BlackOperationNames.OperationShoulderOfOrion,\n baseDifficulty: 35e3,\n reqdRank: 100e3,\n rankGain: 2.5e3,\n rankLoss: 500,\n hpLoss: 1500,\n weights: {\n hack: 0.1,\n str: 0.2,\n def: 0.2,\n dex: 0.2,\n agi: 0.2,\n cha: 0,\n int: 0.1,\n },\n decays: {\n hack: 0.6,\n str: 0.8,\n def: 0.8,\n dex: 0.8,\n agi: 0.8,\n cha: 0,\n int: 0.75,\n },\n isStealth: true,\n });\n BlackOperations[BlackOperationNames.OperationHyron] = new BlackOperation({\n name: BlackOperationNames.OperationHyron,\n baseDifficulty: 40e3,\n reqdRank: 125e3,\n rankGain: 3e3,\n rankLoss: 1e3,\n hpLoss: 500,\n weights: {\n hack: 0.1,\n str: 0.2,\n def: 0.2,\n dex: 0.2,\n agi: 0.2,\n cha: 0,\n int: 0.1,\n },\n decays: {\n hack: 0.6,\n str: 0.8,\n def: 0.8,\n dex: 0.8,\n agi: 0.8,\n cha: 0,\n int: 0.75,\n },\n isKill: true,\n });\n BlackOperations[BlackOperationNames.OperationMorpheus] = new BlackOperation({\n name: BlackOperationNames.OperationMorpheus,\n baseDifficulty: 45e3,\n reqdRank: 150e3,\n rankGain: 4e3,\n rankLoss: 1e3,\n hpLoss: 100,\n weights: {\n hack: 0.05,\n str: 0.15,\n def: 0.15,\n dex: 0.3,\n agi: 0.3,\n cha: 0,\n int: 0.05,\n },\n decays: {\n hack: 0.6,\n str: 0.8,\n def: 0.8,\n dex: 0.8,\n agi: 0.8,\n cha: 0,\n int: 0.75,\n },\n isStealth: true,\n });\n BlackOperations[BlackOperationNames.OperationIonStorm] = new BlackOperation({\n name: BlackOperationNames.OperationIonStorm,\n baseDifficulty: 50e3,\n reqdRank: 175e3,\n rankGain: 5e3,\n rankLoss: 1e3,\n hpLoss: 5000,\n weights: {\n hack: 0,\n str: 0.24,\n def: 0.24,\n dex: 0.24,\n agi: 0.24,\n cha: 0,\n int: 0.04,\n },\n decays: {\n hack: 0.6,\n str: 0.8,\n def: 0.8,\n dex: 0.8,\n agi: 0.8,\n cha: 0,\n int: 0.75,\n },\n isKill: true,\n });\n BlackOperations[BlackOperationNames.OperationAnnihilus] = new BlackOperation({\n name: BlackOperationNames.OperationAnnihilus,\n baseDifficulty: 55e3,\n reqdRank: 200e3,\n rankGain: 7.5e3,\n rankLoss: 1e3,\n hpLoss: 10e3,\n weights: {\n hack: 0,\n str: 0.24,\n def: 0.24,\n dex: 0.24,\n agi: 0.24,\n cha: 0,\n int: 0.04,\n },\n decays: {\n hack: 0.6,\n str: 0.8,\n def: 0.8,\n dex: 0.8,\n agi: 0.8,\n cha: 0,\n int: 0.75,\n },\n isKill: true,\n });\n BlackOperations[BlackOperationNames.OperationUltron] = new BlackOperation({\n name: BlackOperationNames.OperationUltron,\n baseDifficulty: 60e3,\n reqdRank: 250e3,\n rankGain: 10e3,\n rankLoss: 2e3,\n hpLoss: 10e3,\n weights: {\n hack: 0.1,\n str: 0.2,\n def: 0.2,\n dex: 0.2,\n agi: 0.2,\n cha: 0,\n int: 0.1,\n },\n decays: {\n hack: 0.6,\n str: 0.8,\n def: 0.8,\n dex: 0.8,\n agi: 0.8,\n cha: 0,\n int: 0.75,\n },\n isKill: true,\n });\n BlackOperations[BlackOperationNames.OperationCenturion] = new BlackOperation({\n name: BlackOperationNames.OperationCenturion,\n baseDifficulty: 70e3,\n reqdRank: 300e3,\n rankGain: 15e3,\n rankLoss: 5e3,\n hpLoss: 10e3,\n weights: {\n hack: 0.1,\n str: 0.2,\n def: 0.2,\n dex: 0.2,\n agi: 0.2,\n cha: 0,\n int: 0.1,\n },\n decays: {\n hack: 0.6,\n str: 0.8,\n def: 0.8,\n dex: 0.8,\n agi: 0.8,\n cha: 0,\n int: 0.75,\n },\n });\n BlackOperations[BlackOperationNames.OperationVindictus] = new BlackOperation({\n name: BlackOperationNames.OperationVindictus,\n baseDifficulty: 75e3,\n reqdRank: 350e3,\n rankGain: 20e3,\n rankLoss: 20e3,\n hpLoss: 20e3,\n weights: {\n hack: 0.1,\n str: 0.2,\n def: 0.2,\n dex: 0.2,\n agi: 0.2,\n cha: 0,\n int: 0.1,\n },\n decays: {\n hack: 0.6,\n str: 0.8,\n def: 0.8,\n dex: 0.8,\n agi: 0.8,\n cha: 0,\n int: 0.75,\n },\n });\n BlackOperations[BlackOperationNames.OperationDaedalus] = new BlackOperation({\n name: BlackOperationNames.OperationDaedalus,\n baseDifficulty: 80e3,\n reqdRank: 400e3,\n rankGain: 40e3,\n rankLoss: 10e3,\n hpLoss: 100e3,\n weights: {\n hack: 0.1,\n str: 0.2,\n def: 0.2,\n dex: 0.2,\n agi: 0.2,\n cha: 0,\n int: 0.1,\n },\n decays: {\n hack: 0.6,\n str: 0.8,\n def: 0.8,\n dex: 0.8,\n agi: 0.8,\n cha: 0,\n int: 0.75,\n },\n });\n})();\n","import { Fragment, FragmentById } from \"./Fragment\";\nimport { Generic_fromJSON, Generic_toJSON, IReviverValue, Reviver } from \"../utils/JSONReviver\";\n\nexport interface IActiveFragmentParams {\n x: number;\n y: number;\n rotation: number;\n fragment: Fragment;\n}\n\nexport class ActiveFragment {\n id: number;\n highestCharge: number;\n numCharge: number;\n rotation: number;\n x: number;\n y: number;\n\n constructor(params?: IActiveFragmentParams) {\n if (params) {\n this.id = params.fragment.id;\n this.x = params.x;\n this.y = params.y;\n this.highestCharge = 0;\n this.numCharge = 0;\n this.rotation = params.rotation;\n } else {\n this.id = -1;\n this.x = -1;\n this.y = -1;\n this.highestCharge = 0;\n this.numCharge = 0;\n this.rotation = 0;\n }\n }\n\n collide(other: ActiveFragment): boolean {\n const thisFragment = this.fragment();\n const otherFragment = other.fragment();\n // These 2 variables converts 'this' local coordinates to world to other local.\n const dx: number = other.x - this.x;\n const dy: number = other.y - this.y;\n const fragSize = Math.max(thisFragment.shape.length, thisFragment.shape[0].length);\n for (let j = 0; j < fragSize; j++) {\n for (let i = 0; i < fragSize; i++) {\n if (thisFragment.fullAt(i, j, this.rotation) && otherFragment.fullAt(i - dx, j - dy, other.rotation))\n return true;\n }\n }\n\n return false;\n }\n\n fragment(): Fragment {\n const fragment = FragmentById(this.id);\n if (fragment === null) throw new Error(\"ActiveFragment id refers to unknown Fragment.\");\n return fragment;\n }\n\n fullAt(worldX: number, worldY: number): boolean {\n return this.fragment().fullAt(worldX - this.x, worldY - this.y, this.rotation);\n }\n\n neighbors(): number[][] {\n return this.fragment()\n .neighbors(this.rotation)\n .map((cell) => [this.x + cell[0], this.y + cell[1]]);\n }\n\n copy(): ActiveFragment {\n return Object.assign({}, this);\n }\n\n /** Serialize an active fragment to a JSON save state. */\n toJSON(): IReviverValue {\n return Generic_toJSON(\"ActiveFragment\", this);\n }\n\n /** Initializes an active fragment from a JSON save state */\n static fromJSON(value: IReviverValue): ActiveFragment {\n return Generic_fromJSON(ActiveFragment, value.data);\n }\n}\n\nReviver.constructors.ActiveFragment = ActiveFragment;\n","export enum GameOptionsTab {\n SYSTEM,\n INTERFACE,\n GAMEPLAY,\n MISC,\n REMOTE_API,\n}\n","import { BitNodeMultipliers } from \"../BitNode/BitNodeMultipliers\";\n\ninterface ISkillParams {\n name: string;\n desc: string;\n\n baseCost?: number;\n costInc?: number;\n maxLvl?: number;\n\n successChanceAll?: number;\n successChanceStealth?: number;\n successChanceKill?: number;\n successChanceContract?: number;\n successChanceOperation?: number;\n successChanceEstimate?: number;\n\n actionTime?: number;\n\n effHack?: number;\n effStr?: number;\n effDef?: number;\n effDex?: number;\n effAgi?: number;\n effCha?: number;\n\n stamina?: number;\n money?: number;\n expGain?: number;\n}\n\nexport class Skill {\n name: string;\n desc: string;\n // Cost is in Skill Points\n baseCost = 1;\n // Additive cost increase per level\n costInc = 1;\n maxLvl = 0;\n\n /**\n * These benefits are additive. So total multiplier will be level (handled externally) times the\n * effects below\n */\n successChanceAll = 0;\n successChanceStealth = 0;\n successChanceKill = 0;\n successChanceContract = 0;\n successChanceOperation = 0;\n\n /**\n * This multiplier affects everything that increases synthoid population/community estimate\n * e.g. Field analysis, Investigation Op, Undercover Op\n */\n successChanceEstimate = 0;\n actionTime = 0;\n effHack = 0;\n effStr = 0;\n effDef = 0;\n effDex = 0;\n effAgi = 0;\n effCha = 0;\n stamina = 0;\n money = 0;\n expGain = 0;\n\n constructor(params: ISkillParams = { name: \"foo\", desc: \"foo\" }) {\n if (!params.name) {\n throw new Error(\"Failed to initialize Bladeburner Skill. No name was specified in ctor\");\n }\n if (!params.desc) {\n throw new Error(\"Failed to initialize Bladeburner Skills. No desc was specified in ctor\");\n }\n this.name = params.name;\n this.desc = params.desc;\n this.baseCost = params.baseCost ? params.baseCost : 1;\n this.costInc = params.costInc ? params.costInc : 1;\n\n if (params.maxLvl) {\n this.maxLvl = params.maxLvl;\n }\n\n if (params.successChanceAll) {\n this.successChanceAll = params.successChanceAll;\n }\n if (params.successChanceStealth) {\n this.successChanceStealth = params.successChanceStealth;\n }\n if (params.successChanceKill) {\n this.successChanceKill = params.successChanceKill;\n }\n if (params.successChanceContract) {\n this.successChanceContract = params.successChanceContract;\n }\n if (params.successChanceOperation) {\n this.successChanceOperation = params.successChanceOperation;\n }\n\n if (params.successChanceEstimate) {\n this.successChanceEstimate = params.successChanceEstimate;\n }\n\n if (params.actionTime) {\n this.actionTime = params.actionTime;\n }\n if (params.effHack) {\n this.effHack = params.effHack;\n }\n if (params.effStr) {\n this.effStr = params.effStr;\n }\n if (params.effDef) {\n this.effDef = params.effDef;\n }\n if (params.effDex) {\n this.effDex = params.effDex;\n }\n if (params.effAgi) {\n this.effAgi = params.effAgi;\n }\n if (params.effCha) {\n this.effCha = params.effCha;\n }\n\n if (params.stamina) {\n this.stamina = params.stamina;\n }\n if (params.money) {\n this.money = params.money;\n }\n if (params.expGain) {\n this.expGain = params.expGain;\n }\n }\n\n calculateCost(currentLevel: number, count = 1): number {\n //Recursive mode does not handle invalid inputs properly, but it should never\n //be possible for it to run with them. For the sake of not crashing the game,\n const recursiveMode = (currentLevel: number, count: number): number => {\n if (count <= 1) {\n return Math.floor((this.baseCost + currentLevel * this.costInc) * BitNodeMultipliers.BladeburnerSkillCost);\n } else {\n const thisUpgrade = Math.floor(\n (this.baseCost + currentLevel * this.costInc) * BitNodeMultipliers.BladeburnerSkillCost,\n );\n return this.calculateCost(currentLevel + 1, count - 1) + thisUpgrade;\n }\n };\n\n //Count must be a positive integer.\n if (count < 0 || count % 1 != 0) {\n throw new Error(`${count} is an invalid number of upgrades`);\n }\n //Use recursive mode if count is small\n if (count <= 100) {\n return recursiveMode(currentLevel, count);\n }\n //Use optimized mode if count is large\n else {\n //unFloored is roughly equivalent to\n //(this.baseCost + currentLevel * this.costInc) * BitNodeMultipliers.BladeburnerSkillCost\n //being repeated for increasing currentLevel\n const preMult = (count * (2 * this.baseCost + this.costInc * (2 * currentLevel + count + 1))) / 2;\n const unFloored = preMult * BitNodeMultipliers.BladeburnerSkillCost - count / 2;\n return Math.floor(unFloored);\n }\n }\n\n getMultiplier(name: string): number {\n if (name === \"successChanceAll\") return this.successChanceAll;\n if (name === \"successChanceStealth\") return this.successChanceStealth;\n if (name === \"successChanceKill\") return this.successChanceKill;\n if (name === \"successChanceContract\") return this.successChanceContract;\n if (name === \"successChanceOperation\") return this.successChanceOperation;\n if (name === \"successChanceEstimate\") return this.successChanceEstimate;\n\n if (name === \"actionTime\") return this.actionTime;\n\n if (name === \"effHack\") return this.effHack;\n if (name === \"effStr\") return this.effStr;\n if (name === \"effDef\") return this.effDef;\n if (name === \"effDex\") return this.effDex;\n if (name === \"effAgi\") return this.effAgi;\n if (name === \"effCha\") return this.effCha;\n\n if (name === \"stamina\") return this.stamina;\n if (name === \"money\") return this.money;\n if (name === \"expGain\") return this.expGain;\n return 0;\n }\n}\n","import { CONSTANTS } from \"../Constants\";\nimport { Player } from \"../Player\";\nimport { Person } from \"../PersonObjects/Person\";\nimport { WorkerScript } from \"../Netscript/WorkerScript\";\nimport { CrimeType } from \"../utils/WorkType\";\nimport { CrimeWork } from \"../Work/CrimeWork\";\n\ninterface IConstructorParams {\n hacking_success_weight?: number;\n strength_success_weight?: number;\n defense_success_weight?: number;\n dexterity_success_weight?: number;\n agility_success_weight?: number;\n charisma_success_weight?: number;\n hacking_exp?: number;\n strength_exp?: number;\n defense_exp?: number;\n dexterity_exp?: number;\n agility_exp?: number;\n charisma_exp?: number;\n intelligence_exp?: number;\n\n kills?: number;\n}\n\nexport class Crime {\n // Number representing the difficulty of the crime. Used for success chance calculations\n difficulty = 0;\n\n // Amount of karma lost for SUCCESSFULLY committing this crime\n karma = 0;\n\n // How many people die as a result of this crime\n kills = 0;\n\n // How much money is given by the\n money = 0;\n\n // Name of crime\n name = \"\";\n\n // Name of crime as it appears on work screen: \"You are attempting...\"\n workName = \"\";\n\n // Milliseconds it takes to attempt the crime\n time = 0;\n\n // Corresponding type in CONSTANTS. Contains a description for the crime activity\n type: CrimeType;\n\n // Weighting factors that determine how stats affect the success rate of this crime\n hacking_success_weight = 0;\n strength_success_weight = 0;\n defense_success_weight = 0;\n dexterity_success_weight = 0;\n agility_success_weight = 0;\n charisma_success_weight = 0;\n\n // How much stat experience is granted by this crime\n hacking_exp = 0;\n strength_exp = 0;\n defense_exp = 0;\n dexterity_exp = 0;\n agility_exp = 0;\n charisma_exp = 0;\n intelligence_exp = 0;\n\n constructor(\n name = \"\",\n workName = \"\",\n type: CrimeType,\n time = 0,\n money = 0,\n difficulty = 0,\n karma = 0,\n params: IConstructorParams = {},\n ) {\n this.name = name;\n this.workName = workName;\n this.type = type;\n this.time = time;\n this.money = money;\n this.difficulty = difficulty;\n this.karma = karma;\n\n this.hacking_success_weight = params.hacking_success_weight ? params.hacking_success_weight : 0;\n this.strength_success_weight = params.strength_success_weight ? params.strength_success_weight : 0;\n this.defense_success_weight = params.defense_success_weight ? params.defense_success_weight : 0;\n this.dexterity_success_weight = params.dexterity_success_weight ? params.dexterity_success_weight : 0;\n this.agility_success_weight = params.agility_success_weight ? params.agility_success_weight : 0;\n this.charisma_success_weight = params.charisma_success_weight ? params.charisma_success_weight : 0;\n\n this.hacking_exp = params.hacking_exp ? params.hacking_exp : 0;\n this.strength_exp = params.strength_exp ? params.strength_exp : 0;\n this.defense_exp = params.defense_exp ? params.defense_exp : 0;\n this.dexterity_exp = params.dexterity_exp ? params.dexterity_exp : 0;\n this.agility_exp = params.agility_exp ? params.agility_exp : 0;\n this.charisma_exp = params.charisma_exp ? params.charisma_exp : 0;\n this.intelligence_exp = params.intelligence_exp ? params.intelligence_exp : 0;\n\n this.kills = params.kills ? params.kills : 0;\n }\n\n commit(div = 1, workerScript: WorkerScript | null = null): number {\n if (div <= 0) {\n div = 1;\n }\n Player.startWork(\n new CrimeWork({\n crimeType: this.type,\n singularity: workerScript !== null,\n }),\n );\n\n return this.time;\n }\n\n successRate(p: Person): number {\n let chance: number =\n this.hacking_success_weight * p.skills.hacking +\n this.strength_success_weight * p.skills.strength +\n this.defense_success_weight * p.skills.defense +\n this.dexterity_success_weight * p.skills.dexterity +\n this.agility_success_weight * p.skills.agility +\n this.charisma_success_weight * p.skills.charisma +\n CONSTANTS.IntelligenceCrimeWeight * p.skills.intelligence;\n chance /= CONSTANTS.MaxSkillLevel;\n chance /= this.difficulty;\n chance *= p.mults.crime_success;\n chance *= p.getIntelligenceBonus(1);\n\n return Math.min(chance, 1);\n }\n}\n","import { Person } from \"./Person\";\nimport { calculateSkill } from \"./formulas/skill\";\nimport { BitNodeMultipliers } from \"../BitNode/BitNodeMultipliers\";\nimport { Player } from \"../Player\";\nimport { ITaskTracker } from \"./ITaskTracker\";\n\nexport function gainHackingExp(this: Person, exp: number): void {\n if (isNaN(exp)) {\n console.error(\"ERR: NaN passed into Player.gainHackingExp()\");\n return;\n }\n this.exp.hacking += exp;\n if (this.exp.hacking < 0) {\n this.exp.hacking = 0;\n }\n\n this.skills.hacking = calculateSkill(\n this.exp.hacking,\n this.mults.hacking * BitNodeMultipliers.HackingLevelMultiplier,\n );\n}\n\nexport function gainStrengthExp(this: Person, exp: number): void {\n if (isNaN(exp)) {\n console.error(\"ERR: NaN passed into Player.gainStrengthExp()\");\n return;\n }\n this.exp.strength += exp;\n if (this.exp.strength < 0) {\n this.exp.strength = 0;\n }\n\n this.skills.strength = calculateSkill(\n this.exp.strength,\n this.mults.strength * BitNodeMultipliers.StrengthLevelMultiplier,\n );\n}\n\nexport function gainDefenseExp(this: Person, exp: number): void {\n if (isNaN(exp)) {\n console.error(\"ERR: NaN passed into player.gainDefenseExp()\");\n return;\n }\n this.exp.defense += exp;\n if (this.exp.defense < 0) {\n this.exp.defense = 0;\n }\n\n this.skills.defense = calculateSkill(\n this.exp.defense,\n this.mults.defense * BitNodeMultipliers.DefenseLevelMultiplier,\n );\n const ratio = this.hp.current / this.hp.max;\n this.hp.max = Math.floor(10 + this.skills.defense / 10);\n this.hp.current = Math.round(this.hp.max * ratio);\n}\n\nexport function gainDexterityExp(this: Person, exp: number): void {\n if (isNaN(exp)) {\n console.error(\"ERR: NaN passed into Player.gainDexterityExp()\");\n return;\n }\n this.exp.dexterity += exp;\n if (this.exp.dexterity < 0) {\n this.exp.dexterity = 0;\n }\n\n this.skills.dexterity = calculateSkill(\n this.exp.dexterity,\n this.mults.dexterity * BitNodeMultipliers.DexterityLevelMultiplier,\n );\n}\n\nexport function gainAgilityExp(this: Person, exp: number): void {\n if (isNaN(exp)) {\n console.error(\"ERR: NaN passed into Player.gainAgilityExp()\");\n return;\n }\n this.exp.agility += exp;\n if (this.exp.agility < 0) {\n this.exp.agility = 0;\n }\n\n this.skills.agility = calculateSkill(\n this.exp.agility,\n this.mults.agility * BitNodeMultipliers.AgilityLevelMultiplier,\n );\n}\n\nexport function gainCharismaExp(this: Person, exp: number): void {\n if (isNaN(exp)) {\n console.error(\"ERR: NaN passed into Player.gainCharismaExp()\");\n return;\n }\n this.exp.charisma += exp;\n if (this.exp.charisma < 0) {\n this.exp.charisma = 0;\n }\n\n this.skills.charisma = calculateSkill(\n this.exp.charisma,\n this.mults.charisma * BitNodeMultipliers.CharismaLevelMultiplier,\n );\n}\n\nexport function gainIntelligenceExp(this: Person, exp: number): void {\n if (isNaN(exp)) {\n console.error(\"ERROR: NaN passed into Player.gainIntelligenceExp()\");\n return;\n }\n if (Player.sourceFileLvl(5) > 0 || this.skills.intelligence > 0 || Player.bitNodeN === 5) {\n this.exp.intelligence += exp;\n this.skills.intelligence = Math.floor(this.calculateSkill(this.exp.intelligence, 1));\n }\n}\nexport function gainStats(this: Person, retValue: ITaskTracker): void {\n this.gainHackingExp(retValue.hack * this.mults.hacking_exp);\n this.gainStrengthExp(retValue.str * this.mults.strength_exp);\n this.gainDefenseExp(retValue.def * this.mults.defense_exp);\n this.gainDexterityExp(retValue.dex * this.mults.dexterity_exp);\n this.gainAgilityExp(retValue.agi * this.mults.agility_exp);\n this.gainCharismaExp(retValue.cha * this.mults.charisma_exp);\n this.gainIntelligenceExp(retValue.int);\n}\n\n//Given a string expression like \"str\" or \"strength\", returns the given stat\nexport function queryStatFromString(this: Person, str: string): number {\n const tempStr = str.toLowerCase();\n if (tempStr.includes(\"hack\")) {\n return this.skills.hacking;\n }\n if (tempStr.includes(\"str\")) {\n return this.skills.strength;\n }\n if (tempStr.includes(\"def\")) {\n return this.skills.defense;\n }\n if (tempStr.includes(\"dex\")) {\n return this.skills.dexterity;\n }\n if (tempStr.includes(\"agi\")) {\n return this.skills.agility;\n }\n if (tempStr.includes(\"cha\")) {\n return this.skills.charisma;\n }\n if (tempStr.includes(\"int\")) {\n return this.skills.intelligence;\n }\n return 0;\n}\n\nexport function regenerateHp(this: Person, amt: number): void {\n if (typeof amt !== \"number\") {\n console.warn(`Player.regenerateHp() called without a numeric argument: ${amt}`);\n return;\n }\n this.hp.current += amt;\n if (this.hp.current > this.hp.max) {\n this.hp.current = this.hp.max;\n }\n}\n\nexport function updateSkillLevels(this: Person): void {\n this.skills.hacking = Math.max(\n 1,\n Math.floor(this.calculateSkill(this.exp.hacking, this.mults.hacking * BitNodeMultipliers.HackingLevelMultiplier)),\n );\n this.skills.strength = Math.max(\n 1,\n Math.floor(\n this.calculateSkill(this.exp.strength, this.mults.strength * BitNodeMultipliers.StrengthLevelMultiplier),\n ),\n );\n this.skills.defense = Math.max(\n 1,\n Math.floor(this.calculateSkill(this.exp.defense, this.mults.defense * BitNodeMultipliers.DefenseLevelMultiplier)),\n );\n this.skills.dexterity = Math.max(\n 1,\n Math.floor(\n this.calculateSkill(this.exp.dexterity, this.mults.dexterity * BitNodeMultipliers.DexterityLevelMultiplier),\n ),\n );\n this.skills.agility = Math.max(\n 1,\n Math.floor(this.calculateSkill(this.exp.agility, this.mults.agility * BitNodeMultipliers.AgilityLevelMultiplier)),\n );\n this.skills.charisma = Math.max(\n 1,\n Math.floor(\n this.calculateSkill(this.exp.charisma, this.mults.charisma * BitNodeMultipliers.CharismaLevelMultiplier),\n ),\n );\n\n const ratio: number = this.hp.current / this.hp.max;\n this.hp.max = Math.floor(10 + this.skills.defense / 10);\n this.hp.current = Math.round(this.hp.max * ratio);\n}\n\nexport function hasAugmentation(this: Person, augName: string, ignoreQueued = false) {\n if (this.augmentations.some((a) => a.name === augName)) {\n return true;\n }\n if (!ignoreQueued && this.queuedAugmentations.some((a) => a.name === augName)) {\n return true;\n }\n return false;\n}\n","import React, { useState, useEffect } from \"react\";\nimport { EventEmitter } from \"../../utils/EventEmitter\";\nimport { Modal } from \"./Modal\";\nimport Typography from \"@mui/material/Typography\";\nimport Box from \"@mui/material/Box\";\nimport { sha256 } from \"js-sha256\";\n\nexport const AlertEvents = new EventEmitter<[string | JSX.Element]>();\n\ninterface Alert {\n id: string;\n text: string | JSX.Element;\n hash: string;\n}\n\nlet i = 0;\nexport function AlertManager(): React.ReactElement {\n const [alerts, setAlerts] = useState([]);\n useEffect(\n () =>\n AlertEvents.subscribe((text: string | JSX.Element) => {\n const id = i + \"\";\n i++;\n setAlerts((old) => {\n const hash = getMessageHash(text);\n if (old.some((a) => a.hash === hash)) {\n return old;\n }\n return [\n ...old,\n {\n id: id,\n text: text,\n hash: hash,\n },\n ];\n });\n }),\n [],\n );\n\n useEffect(() => {\n function handle(this: Document, event: KeyboardEvent): void {\n if (event.code === \"Escape\") {\n setAlerts([]);\n }\n }\n document.addEventListener(\"keydown\", handle);\n return () => document.removeEventListener(\"keydown\", handle);\n }, []);\n\n function getMessageHash(text: string | JSX.Element): string {\n if (typeof text === \"string\") return sha256(text);\n return sha256(JSON.stringify(text.props));\n }\n\n function close(): void {\n setAlerts((old) => {\n return old.slice(1, 1e99);\n });\n }\n\n return (\n <>\n {alerts.length > 0 && (\n \n \n {alerts[0].text}\n \n \n )}\n \n );\n}\n","/**\n * Returns the input array as a comma separated string.\n *\n * Does several things that Array.toString() doesn't do\n * - Adds brackets around the array\n * - Adds quotation marks around strings\n */\nexport function arrayToString(a: unknown[]): string {\n const vals: unknown[] = [];\n for (let i = 0; i < a.length; ++i) {\n let elem: unknown = a[i];\n if (Array.isArray(elem)) {\n elem = arrayToString(elem);\n } else if (typeof elem === \"string\") {\n elem = `\"${elem}\"`;\n }\n vals.push(elem);\n }\n\n return `[${vals.join(\", \")}]`;\n}\n","import { Factions } from \"./Faction/Factions\";\nimport { Player } from \"./Player\";\n\nexport let LastExportBonus = 0;\n\nconst bonusTimer = 24 * 60 * 60 * 1000; // 24h\nexport function canGetBonus(): boolean {\n const now = new Date().getTime();\n return now - LastExportBonus > bonusTimer;\n}\n\nexport function onExport(): void {\n if (!canGetBonus()) return;\n for (const facName of Player.factions) {\n Factions[facName].favor++;\n }\n LastExportBonus = new Date().getTime();\n}\n\nexport function setLastExportBonus(unixTime: number): void {\n LastExportBonus = unixTime;\n}\n","import React from \"react\";\nimport { numeralWrapper } from \"../numeralFormat\";\nimport { Hashes } from \"./Hashes\";\n\nexport function HashRate({ hashes }: { hashes: number }): React.ReactElement {\n return ;\n}\n","import { MessageFilenames } from \"./MessageHelpers\";\n\nexport class Message {\n // Name of Message file\n filename: MessageFilenames;\n\n // The text contains in the Message\n msg: string;\n\n constructor(filename: MessageFilenames, msg: string) {\n this.filename = filename;\n this.msg = msg;\n }\n}\n","import * as React from \"react\";\n\nimport { Company } from \"../../Company/Company\";\nimport { CompanyPosition } from \"../../Company/CompanyPosition\";\nimport { getJobRequirementText } from \"../../Company/GetJobRequirementText\";\n\nimport { Player } from \"../../Player\";\nimport Button from \"@mui/material/Button\";\nimport Tooltip from \"@mui/material/Tooltip\";\n\ntype IProps = {\n company: Company;\n entryPosType: CompanyPosition;\n onClick: (e: React.MouseEvent) => void;\n text: string;\n};\n\n/** React Component for a button that's used to apply for a job */\nexport function ApplyToJobButton(props: IProps): React.ReactElement {\n function getJobRequirementTooltip(): string {\n const pos = Player.getNextCompanyPosition(props.company, props.entryPosType);\n if (pos == null) {\n return \"\";\n }\n\n if (!props.company.hasPosition(pos)) {\n return \"\";\n }\n\n return getJobRequirementText(props.company, pos, true);\n }\n\n return (\n <>\n }>\n \n \n \n );\n}\n","import { dialogBoxCreate } from \"../ui/React/DialogBox\";\nimport { Reviver, Generic_toJSON, Generic_fromJSON, IReviverValue } from \"../utils/JSONReviver\";\nimport { AugmentationNames } from \"../Augmentation/data/AugmentationNames\";\nimport { CONSTANTS } from \"../Constants\";\nimport { Player } from \"../Player\";\nimport { Programs } from \"../Programs/Programs\";\nimport { Work, WorkType } from \"./Work\";\nimport { Program } from \"../Programs/Program\";\n\nexport const isCreateProgramWork = (w: Work | null): w is CreateProgramWork =>\n w !== null && w.type === WorkType.CREATE_PROGRAM;\n\ninterface CreateProgramWorkParams {\n programName: string;\n singularity: boolean;\n}\n\nexport class CreateProgramWork extends Work {\n programName: string;\n // amount of effective work completed on the program (time boosted by skills).\n unitCompleted: number;\n\n constructor(params?: CreateProgramWorkParams) {\n super(WorkType.CREATE_PROGRAM, params?.singularity ?? true);\n this.unitCompleted = 0;\n this.programName = params?.programName ?? \"\";\n\n if (params) {\n for (let i = 0; i < Player.getHomeComputer().programs.length; ++i) {\n const programFile = Player.getHomeComputer().programs[i];\n if (programFile.startsWith(this.programName) && programFile.endsWith(\"%-INC\")) {\n const res = programFile.split(\"-\");\n if (res.length != 3) {\n break;\n }\n const percComplete = Number(res[1].slice(0, -1));\n if (isNaN(percComplete) || percComplete < 0 || percComplete >= 100) {\n break;\n }\n this.unitCompleted = (percComplete / 100) * this.unitNeeded();\n Player.getHomeComputer().programs.splice(i, 1);\n }\n }\n }\n }\n\n unitNeeded(): number {\n return this.getProgram().create?.time ?? 0;\n }\n\n getProgram(): Program {\n const p = Object.values(Programs).find((p) => p.name.toLowerCase() === this.programName.toLowerCase());\n if (!p) throw new Error(\"Create program work started with invalid program \" + this.programName);\n return p;\n }\n\n process(cycles: number): boolean {\n let focusBonus = 1;\n if (!Player.hasAugmentation(AugmentationNames.NeuroreceptorManager, true)) {\n focusBonus = Player.focus ? 1 : CONSTANTS.BaseFocusBonus;\n }\n //Higher hacking skill will allow you to create programs faster\n const reqLvl = this.getProgram().create?.level ?? 0;\n let skillMult = (Player.skills.hacking / reqLvl) * Player.getIntelligenceBonus(3); //This should always be greater than 1;\n skillMult = 1 + (skillMult - 1) / 5; //The divider constant can be adjusted as necessary\n skillMult *= focusBonus;\n //Skill multiplier directly applied to \"time worked\"\n this.cyclesWorked += cycles;\n this.unitCompleted += CONSTANTS._idleSpeed * cycles * skillMult;\n\n if (this.unitCompleted >= this.unitNeeded()) {\n return true;\n }\n return false;\n }\n finish(cancelled: boolean): void {\n const programName = this.programName;\n if (!cancelled) {\n //Complete case\n Player.gainIntelligenceExp(\n (CONSTANTS.IntelligenceProgramBaseExpGain * this.cyclesWorked * CONSTANTS._idleSpeed) / 1000,\n );\n if (!this.singularity) {\n const lines = [\n `You've finished creating ${programName}!`,\n \"The new program can be found on your home computer.\",\n ];\n dialogBoxCreate(lines.join(\"
\"));\n }\n\n if (!Player.getHomeComputer().programs.includes(programName)) {\n Player.getHomeComputer().programs.push(programName);\n }\n } else if (!Player.getHomeComputer().programs.includes(programName)) {\n //Incomplete case\n const perc = ((100 * this.unitCompleted) / this.unitNeeded()).toFixed(2);\n const incompleteName = programName + \"-\" + perc + \"%-INC\";\n Player.getHomeComputer().programs.push(incompleteName);\n }\n }\n\n APICopy(): Record {\n return {\n type: this.type,\n cyclesWorked: this.cyclesWorked,\n programName: this.programName,\n };\n }\n\n /** Serialize the current object to a JSON save state. */\n toJSON(): IReviverValue {\n return Generic_toJSON(\"CreateProgramWork\", this);\n }\n\n /** Initializes a CreateProgramWork object from a JSON save state. */\n static fromJSON(value: IReviverValue): CreateProgramWork {\n return Generic_fromJSON(CreateProgramWork, value.data);\n }\n}\n\nReviver.constructors.CreateProgramWork = CreateProgramWork;\n","import { EventEmitter } from \"../utils/EventEmitter\";\n\n/** Event emitter that triggers when scripts are started/stopped */\nexport const WorkerScriptStartStopEventEmitter = new EventEmitter<[]>();\n","import { Player } from \"../../../Player\";\nimport { Generic_fromJSON, Generic_toJSON, IReviverValue, Reviver } from \"../../../utils/JSONReviver\";\nimport { Sleeve } from \"../Sleeve\";\nimport { applySleeveGains, Work, WorkType } from \"./Work\";\nimport { FactionWorkType } from \"../../../Work/data/FactionWorkType\";\nimport { FactionNames } from \"../../../Faction/data/FactionNames\";\nimport { Factions } from \"../../../Faction/Factions\";\nimport { calculateFactionExp } from \"../../../Work/formulas/Faction\";\nimport { Faction } from \"../../../Faction/Faction\";\nimport {\n getFactionFieldWorkRepGain,\n getFactionSecurityWorkRepGain,\n getHackingWorkRepGain,\n} from \"../../../PersonObjects/formulas/reputation\";\nimport { scaleWorkStats, WorkStats } from \"../../../Work/WorkStats\";\nimport { BitNodeMultipliers } from \"../../../BitNode/BitNodeMultipliers\";\n\ninterface SleeveFactionWorkParams {\n factionWorkType: FactionWorkType;\n factionName: string;\n}\n\nexport const isSleeveFactionWork = (w: Work | null): w is SleeveFactionWork =>\n w !== null && w.type === WorkType.FACTION;\n\nexport class SleeveFactionWork extends Work {\n factionWorkType: FactionWorkType;\n factionName: string;\n\n constructor(params?: SleeveFactionWorkParams) {\n super(WorkType.FACTION);\n this.factionWorkType = params?.factionWorkType ?? FactionWorkType.HACKING;\n this.factionName = params?.factionName ?? FactionNames.Sector12;\n }\n\n getExpRates(sleeve: Sleeve): WorkStats {\n return scaleWorkStats(calculateFactionExp(sleeve, this.factionWorkType), sleeve.shockBonus());\n }\n\n getReputationRate(sleeve: Sleeve): number {\n const faction = this.getFaction();\n const repFormulas = {\n [FactionWorkType.HACKING]: getHackingWorkRepGain,\n [FactionWorkType.FIELD]: getFactionFieldWorkRepGain,\n [FactionWorkType.SECURITY]: getFactionSecurityWorkRepGain,\n };\n return (\n repFormulas[this.factionWorkType](sleeve, faction.favor) *\n sleeve.shockBonus() *\n BitNodeMultipliers.FactionWorkRepGain\n );\n }\n\n getFaction(): Faction {\n const f = Factions[this.factionName];\n if (!f) throw new Error(`Faction work started with invalid / unknown faction: '${this.factionName}'`);\n return f;\n }\n\n process(sleeve: Sleeve, cycles: number): number {\n if (this.factionName === Player.gang?.facName) {\n sleeve.stopWork();\n return 0;\n }\n\n const exp = this.getExpRates(sleeve);\n applySleeveGains(sleeve, exp, cycles);\n const rep = this.getReputationRate(sleeve);\n this.getFaction().playerReputation += rep;\n return 0;\n }\n\n APICopy(): Record {\n return {\n type: this.type,\n factionWorkType: this.factionWorkType,\n factionName: this.factionName,\n };\n }\n\n /** Serialize the current object to a JSON save state. */\n toJSON(): IReviverValue {\n return Generic_toJSON(\"SleeveFactionWork\", this);\n }\n\n /** Initializes a FactionWork object from a JSON save state. */\n static fromJSON(value: IReviverValue): SleeveFactionWork {\n return Generic_fromJSON(SleeveFactionWork, value.data);\n }\n}\n\nReviver.constructors.SleeveFactionWork = SleeveFactionWork;\n","// The Research Map is an object that holds all Corporation Research objects\n// as values. They are identified by their names\nimport { Research, IConstructorParams } from \"./Research\";\nimport { researchMetadata } from \"./data/ResearchMetadata\";\n\nexport const ResearchMap: Record = {};\n\nfunction addResearch(p: IConstructorParams): void {\n if (ResearchMap[p.name] != null) {\n console.warn(`Duplicate Research being defined: ${p.name}`);\n }\n ResearchMap[p.name] = new Research(p);\n}\n\nfor (const metadata of researchMetadata) {\n addResearch(metadata);\n}\n","import React from \"react\";\nimport { SourceFile } from \"./SourceFile\";\nimport { initBitNodes, initBitNodeMultipliers } from \"../BitNode/BitNode\";\n\nexport const SourceFiles: Record = {};\n/** Engine initializer for SourceFiles, BitNodes, and BitNodeMultipliers. Run once at engine load. */\nexport function initSourceFiles() {\n initBitNodes();\n initBitNodeMultipliers();\n SourceFiles[\"SourceFile1\"] = new SourceFile(\n 1,\n (\n <>\n This Source-File lets the player start with 32GB of RAM on his/her home computer. It also increases all of the\n player's multipliers by:\n
\n
\n Level 1: 16%\n
\n Level 2: 24%\n
\n Level 3: 28%\n \n ),\n );\n SourceFiles[\"SourceFile2\"] = new SourceFile(\n 2,\n (\n <>\n This Source-File allows you to form gangs in other BitNodes once your karma decreases to a certain value. It\n also increases the player's crime success rate, crime money, and charisma multipliers by:\n
\n
\n Level 1: 24%\n
\n Level 2: 36%\n
\n Level 3: 42%\n \n ),\n );\n SourceFiles[\"SourceFile3\"] = new SourceFile(\n 3,\n (\n <>\n This Source-File lets you create corporations on other BitNodes (although some BitNodes will disable this\n mechanic) and level 3 permanently unlocks the full API. This Source-File also increases your charisma and\n company salary multipliers by:\n
\n Level 1: 8%\n
\n Level 2: 12%\n
\n Level 3: 14%\n \n ),\n );\n SourceFiles[\"SourceFile4\"] = new SourceFile(\n 4,\n (\n <>\n This Source-File lets you access and use the Singularity Functions in every BitNode. Every level of this\n Source-File reduces the RAM cost of Singularity functions:\n
\n Level 1: 16x\n
\n Level 2: 4x\n
\n Level 3: 1x\n \n ),\n );\n SourceFiles[\"SourceFile5\"] = new SourceFile(\n 5,\n (\n <>\n This Source-File grants a special new stat called Intelligence. Intelligence is unique because it is permanent\n and persistent (it never gets reset back to 1). However, gaining Intelligence experience is much slower than\n other stats. Higher Intelligence levels will boost your production for many actions in the game. In addition,\n this Source-File will unlock:\n
\n
    \n
  • \n The getBitNodeMultipliers() Netscript function\n
  • \n
  • Permanent access to Formulas.exe
  • \n
  • \n Access to BitNode multiplier information on the Stats page\n
  • \n
\n It will also raise all of your hacking-related multipliers by:\n
\n
\n Level 1: 8%\n
\n Level 2: 12%\n
\n Level 3: 14%\n \n ),\n );\n SourceFiles[\"SourceFile6\"] = new SourceFile(\n 6,\n (\n <>\n This Source-File allows you to access the NSA's Bladeburner Division in other BitNodes. In addition, this\n Source-File will raise both the level and experience gain rate of all your combat stats by:\n
\n
\n Level 1: 8%\n
\n Level 2: 12%\n
\n Level 3: 14%\n \n ),\n );\n SourceFiles[\"SourceFile7\"] = new SourceFile(\n 7,\n (\n <>\n This Source-File allows you to access the Bladeburner Netscript API in other BitNodes. In addition, this\n Source-File will increase all of your Bladeburner multipliers by:\n
\n
\n Level 1: 8%\n
\n Level 2: 12%\n
\n Level 3: 14%\n \n ),\n );\n SourceFiles[\"SourceFile8\"] = new SourceFile(\n 8,\n (\n <>\n This Source-File grants the following benefits:\n
\n
\n Level 1: Permanent access to WSE and TIX API\n
\n Level 2: Ability to short stocks in other BitNodes\n
\n Level 3: Ability to use limit/stop orders in other BitNodes\n
\n
\n This Source-File also increases your hacking growth multipliers by:\n
\n Level 1: 12%\n
\n Level 2: 18%\n
\n Level 3: 21%\n \n ),\n );\n SourceFiles[\"SourceFile9\"] = new SourceFile(\n 9,\n (\n <>\n This Source-File grants the following benefits:\n
\n
\n Level 1: Permanently unlocks the Hacknet Server in other BitNodes\n
\n Level 2: You start with 128GB of RAM on your home computer when entering a new BitNode\n
\n Level 3: Grants a highly-upgraded Hacknet Server when entering a new BitNode\n
\n
\n (Note that the Level 3 effect of this Source-File only applies when entering a new BitNode, NOT when installing\n Augmentations)\n
\n
\n This Source-File also increases your hacknet multipliers by:\n
\n Level 1: 8%\n
\n Level 2: 12%\n
\n Level 3: 14%\n \n ),\n );\n SourceFiles[\"SourceFile10\"] = new SourceFile(\n 10,\n (\n <>\n This Source-File unlocks Sleeve technology, and the Grafting API in other BitNodes. Each level of this\n Source-File also grants you a Duplicate Sleeve\n \n ),\n );\n SourceFiles[\"SourceFile11\"] = new SourceFile(\n 11,\n (\n <>\n This Source-File makes it so that company favor increases BOTH the player's salary and reputation gain rate at\n that company by 1% per favor (rather than just the reputation gain). This Source-File also increases the\n player's company salary and reputation gain multipliers by:\n
\n
\n Level 1: 32%\n
\n Level 2: 48%\n
\n Level 3: 56%\n
\n
\n It also reduces the price increase for every aug bought by:\n
\n
\n Level 1: 4%\n
\n Level 2: 6%\n
\n Level 3: 7%\n \n ),\n );\n SourceFiles[\"SourceFile12\"] = new SourceFile(\n 12,\n <>This Source-File lets the player start with Neuroflux Governor equal to the level of this Source-File.,\n );\n SourceFiles[\"SourceFile13\"] = new SourceFile(\n 13,\n <>Each level of this Source-File increases the size of Stanek's Gift.,\n );\n}\n","import { Player } from \"./Player\";\nimport { Router } from \"./ui/GameRoot\";\nimport { removeLeadingSlash } from \"./Terminal/DirectoryHelpers\";\nimport { Terminal } from \"./Terminal\";\nimport { SnackbarEvents, ToastVariant } from \"./ui/React/Snackbar\";\nimport { IReturnStatus } from \"./types\";\nimport { GetServer } from \"./Server/AllServers\";\nimport { ImportPlayerData, SaveData, saveObject } from \"./SaveObject\";\nimport { Settings } from \"./Settings/Settings\";\nimport { exportScripts } from \"./Terminal/commands/download\";\nimport { CONSTANTS } from \"./Constants\";\nimport { hash } from \"./hash/hash\";\n\ninterface IReturnWebStatus extends IReturnStatus {\n data?: Record;\n}\n\ndeclare global {\n interface Window {\n appNotifier: {\n terminal: (message: string, type?: string) => void;\n toast: (message: string, type: ToastVariant, duration?: number) => void;\n };\n appSaveFns: {\n triggerSave: () => Promise;\n triggerGameExport: () => void;\n triggerScriptsExport: () => void;\n getSaveData: () => { save: string; fileName: string };\n getSaveInfo: (base64save: string) => Promise;\n pushSaveData: (base64save: string, automatic?: boolean) => void;\n };\n electronBridge: {\n send: (channel: string, data?: unknown) => void;\n receive: (channel: string, func: (...args: unknown[]) => void) => void;\n };\n }\n interface Document {\n getFiles: () => IReturnWebStatus;\n deleteFile: (filename: string) => IReturnWebStatus;\n saveFile: (filename: string, code: string) => IReturnWebStatus;\n }\n}\n\nexport function initElectron(): void {\n const userAgent = navigator.userAgent.toLowerCase();\n if (userAgent.indexOf(\" electron/\") > -1) {\n // Electron-specific code\n document.achievements = [];\n initWebserver();\n initAppNotifier();\n initSaveFunctions();\n initElectronBridge();\n }\n}\n\nfunction initWebserver(): void {\n function normalizeFileName(filename: string): string {\n filename = filename.replace(/\\/\\/+/g, \"/\");\n filename = removeLeadingSlash(filename);\n if (filename.includes(\"/\")) {\n filename = \"/\" + removeLeadingSlash(filename);\n }\n return filename;\n }\n\n document.getFiles = function (): IReturnWebStatus {\n const home = GetServer(\"home\");\n if (home === null) {\n return {\n res: false,\n msg: \"Home server does not exist.\",\n };\n }\n return {\n res: true,\n data: {\n files: home.scripts.map((script) => ({\n filename: script.filename,\n code: script.code,\n ramUsage: script.ramUsage,\n })),\n },\n };\n };\n\n document.deleteFile = function (filename: string): IReturnWebStatus {\n filename = normalizeFileName(filename);\n const home = GetServer(\"home\");\n if (home === null) {\n return {\n res: false,\n msg: \"Home server does not exist.\",\n };\n }\n return home.removeFile(filename);\n };\n\n document.saveFile = function (filename: string, code: string): IReturnWebStatus {\n filename = normalizeFileName(filename);\n\n code = Buffer.from(code, \"base64\").toString();\n const home = GetServer(\"home\");\n if (home === null) {\n return {\n res: false,\n msg: \"Home server does not exist.\",\n };\n }\n const { success, overwritten } = home.writeToScriptFile(filename, code);\n let script;\n if (success) {\n script = home.getScript(filename);\n }\n return {\n res: success,\n data: {\n overwritten,\n ramUsage: script?.ramUsage,\n },\n };\n };\n}\n\n// Expose certain alert functions to allow the wrapper to sends message to the game\nfunction initAppNotifier(): void {\n const funcs = {\n terminal: (message: string, type?: string) => {\n const typesFn: Record void> = {\n info: Terminal.info,\n warn: Terminal.warn,\n error: Terminal.error,\n success: Terminal.success,\n };\n let fn;\n if (type) fn = typesFn[type];\n if (!fn) fn = Terminal.print;\n fn.bind(Terminal)(message);\n },\n toast: (message: string, type: ToastVariant, duration = 2000) => SnackbarEvents.emit(message, type, duration),\n };\n\n // Will be consumed by the electron wrapper.\n window.appNotifier = funcs;\n}\n\nfunction initSaveFunctions(): void {\n const funcs = {\n triggerSave: (): Promise => saveObject.saveGame(true),\n triggerGameExport: (): void => {\n try {\n saveObject.exportGame();\n } catch (error) {\n console.error(error);\n SnackbarEvents.emit(\"Could not export game.\", ToastVariant.ERROR, 2000);\n }\n },\n triggerScriptsExport: (): void => exportScripts(\"*\", Player.getHomeComputer()),\n getSaveData: (): { save: string; fileName: string } => {\n return {\n save: saveObject.getSaveString(Settings.ExcludeRunningScriptsFromSave),\n fileName: saveObject.getSaveFileName(),\n };\n },\n getSaveInfo: async (base64save: string): Promise => {\n try {\n const data = await saveObject.getImportDataFromString(base64save);\n return data.playerData;\n } catch (error) {\n console.error(error);\n return;\n }\n },\n pushSaveData: (base64save: string, automatic = false): void => Router.toImportSave(base64save, automatic),\n };\n\n // Will be consumed by the electron wrapper.\n window.appSaveFns = funcs;\n}\n\nfunction initElectronBridge(): void {\n const bridge = window.electronBridge;\n if (!bridge) return;\n\n bridge.receive(\"get-save-data-request\", () => {\n const data = window.appSaveFns.getSaveData();\n bridge.send(\"get-save-data-response\", data);\n });\n bridge.receive(\"get-save-info-request\", async (save: unknown) => {\n if (typeof save !== \"string\") throw new Error(\"Error while trying to get save info\");\n const data = await window.appSaveFns.getSaveInfo(save);\n bridge.send(\"get-save-info-response\", data);\n });\n bridge.receive(\"push-save-request\", (params: unknown) => {\n if (typeof params !== \"object\") throw new Error(\"Error trying to push save request\");\n const { save, automatic = false } = params as { save: string; automatic: boolean };\n window.appSaveFns.pushSaveData(save, automatic);\n });\n bridge.receive(\"trigger-save\", () => {\n return window.appSaveFns\n .triggerSave()\n .then(() => {\n bridge.send(\"save-completed\");\n })\n .catch((error: unknown) => {\n console.error(error);\n SnackbarEvents.emit(\"Could not save game.\", ToastVariant.ERROR, 2000);\n });\n });\n bridge.receive(\"trigger-game-export\", () => {\n try {\n window.appSaveFns.triggerGameExport();\n } catch (error) {\n console.error(error);\n SnackbarEvents.emit(\"Could not export game.\", ToastVariant.ERROR, 2000);\n }\n });\n bridge.receive(\"trigger-scripts-export\", () => {\n try {\n window.appSaveFns.triggerScriptsExport();\n } catch (error) {\n console.error(error);\n SnackbarEvents.emit(\"Could not export scripts.\", ToastVariant.ERROR, 2000);\n }\n });\n}\n\nexport function pushGameSaved(data: SaveData): void {\n const bridge = window.electronBridge;\n if (!bridge) return;\n\n bridge.send(\"push-game-saved\", data);\n}\n\nexport function pushGameReady(): void {\n const bridge = window.electronBridge;\n if (!bridge) return;\n\n // Send basic information to the electron wrapper\n bridge.send(\"push-game-ready\", {\n player: {\n identifier: Player.identifier,\n playtime: Player.totalPlaytime,\n lastSave: Player.lastSave,\n },\n game: {\n version: CONSTANTS.VersionString,\n hash: hash(),\n },\n });\n}\n\nexport function pushImportResult(wasImported: boolean): void {\n const bridge = window.electronBridge;\n if (!bridge) return;\n\n bridge.send(\"push-import-result\", { wasImported });\n pushDisableRestore();\n}\n\nexport function pushDisableRestore(): void {\n const bridge = window.electronBridge;\n if (!bridge) return;\n\n bridge.send(\"push-disable-restore\", { duration: 1000 * 60 });\n}\n","// Root React Component for the Corporation UI\nimport React, { useState, useEffect } from \"react\";\n\nimport { Theme, useTheme } from \"@mui/material/styles\";\nimport makeStyles from \"@mui/styles/makeStyles\";\nimport createStyles from \"@mui/styles/createStyles\";\nimport { numeralWrapper } from \"../numeralFormat\";\nimport { Reputation } from \"./Reputation\";\nimport { KillScriptsModal } from \"./KillScriptsModal\";\nimport { convertTimeMsToTimeElapsedString } from \"../../utils/StringHelperFunctions\";\n\nimport Table from \"@mui/material/Table\";\nimport TableBody from \"@mui/material/TableBody\";\nimport TableCell from \"@mui/material/TableCell\";\nimport TableRow from \"@mui/material/TableRow\";\nimport Typography from \"@mui/material/Typography\";\nimport Button from \"@mui/material/Button\";\nimport IconButton from \"@mui/material/IconButton\";\nimport SaveIcon from \"@mui/icons-material/Save\";\nimport ClearAllIcon from \"@mui/icons-material/ClearAll\";\n\nimport { Settings } from \"../../Settings/Settings\";\nimport { Router } from \"../GameRoot\";\nimport { Player } from \"../../Player\";\nimport { StatsProgressOverviewCell } from \"./StatsProgressBar\";\nimport { BitNodeMultipliers } from \"../../BitNode/BitNodeMultipliers\";\n\nimport { Box, Tooltip } from \"@mui/material\";\n\nimport { isClassWork } from \"../../Work/ClassWork\";\nimport { CONSTANTS } from \"../../Constants\";\nimport { isCreateProgramWork } from \"../../Work/CreateProgramWork\";\nimport { isGraftingWork } from \"../../Work/GraftingWork\";\nimport { isFactionWork } from \"../../Work/FactionWork\";\nimport { ReputationRate } from \"./ReputationRate\";\nimport { isCompanyWork } from \"../../Work/CompanyWork\";\nimport { isCrimeWork } from \"../../Work/CrimeWork\";\n\ninterface IProps {\n save: () => void;\n killScripts: () => void;\n}\n\nfunction Intelligence(): React.ReactElement {\n const theme = useTheme();\n const classes = useStyles();\n if (Player.skills.intelligence === 0) return <>;\n const progress = Player.calculateSkillProgress(Player.exp.intelligence);\n\n return (\n <>\n \n \n Int \n \n \n \n {numeralWrapper.formatSkill(Player.skills.intelligence)}\n \n \n \n \n {/*Hook for player scripts*/}\n \n \n \n\n \n {!Settings.DisableOverviewProgressBars && (\n \n )}\n \n \n );\n}\n\nfunction Bladeburner(): React.ReactElement {\n const classes = useStyles();\n const bladeburner = Player.bladeburner;\n if (bladeburner === null) return <>;\n const action = bladeburner.getTypeAndNameFromActionId(bladeburner.action);\n if (action.type === \"Idle\") return <>;\n return (\n <>\n \n \n Bladeburner:\n \n \n \n \n \n {action.type}: {action.name}\n \n \n \n \n );\n}\n\ninterface WorkInProgressOverviewProps {\n tooltip: React.ReactNode;\n header: React.ReactNode;\n children: React.ReactNode;\n onClickFocus: () => void;\n}\n\nfunction WorkInProgressOverview({\n tooltip,\n children,\n onClickFocus,\n header,\n}: WorkInProgressOverviewProps): React.ReactElement {\n const classes = useStyles();\n return (\n <>\n \n \n {tooltip}}>\n \n {header}\n \n \n \n \n \n \n {children}\n \n \n \n \n \n \n \n \n );\n}\n\nfunction Work(): React.ReactElement {\n const onClickFocus = (): void => {\n Player.startFocusing();\n Router.toWork();\n };\n if (Player.currentWork === null || Player.focus) return <>;\n\n let details = <>;\n let header = <>;\n let innerText = <>;\n if (isCrimeWork(Player.currentWork)) {\n const crime = Player.currentWork.getCrime();\n const perc = (Player.currentWork.unitCompleted / crime.time) * 100;\n\n details = <>{Player.currentWork.crimeType};\n header = <>You are attempting to {Player.currentWork.crimeType};\n innerText = <>{perc.toFixed(2)}%;\n }\n if (isClassWork(Player.currentWork)) {\n details = <>{Player.currentWork.getClass().youAreCurrently};\n header = <>You are {Player.currentWork.getClass().youAreCurrently};\n innerText = <>{convertTimeMsToTimeElapsedString(Player.currentWork.cyclesWorked * CONSTANTS._idleSpeed)};\n }\n if (isCreateProgramWork(Player.currentWork)) {\n const create = Player.currentWork;\n details = <>Coding {create.programName};\n header = <>Creating a program;\n innerText = (\n <>\n {create.programName} {((create.unitCompleted / create.unitNeeded()) * 100).toFixed(2)}%\n \n );\n }\n if (isGraftingWork(Player.currentWork)) {\n const graft = Player.currentWork;\n details = <>Grafting {graft.augmentation};\n header = <>Grafting an Augmentation;\n innerText = (\n <>\n {((graft.unitCompleted / graft.unitNeeded()) * 100).toFixed(2)}% done\n \n );\n }\n\n if (isFactionWork(Player.currentWork)) {\n const factionWork = Player.currentWork;\n header = (\n <>\n Working for {factionWork.factionName}\n \n );\n innerText = (\n <>\n rep\n
(\n )\n \n );\n }\n if (isCompanyWork(Player.currentWork)) {\n const companyWork = Player.currentWork;\n details = (\n <>\n {Player.jobs[companyWork.companyName]} at {companyWork.companyName}\n \n );\n header = (\n <>\n Working at {companyWork.companyName}\n \n );\n innerText = (\n <>\n rep\n
(\n )\n \n );\n }\n\n return (\n \n {innerText}\n \n );\n}\n\nconst useStyles = makeStyles((theme: Theme) =>\n createStyles({\n workCell: {\n textAlign: \"center\",\n maxWidth: \"200px\",\n borderBottom: \"none\",\n padding: 0,\n margin: 0,\n },\n\n workHeader: {\n fontSize: \"0.9rem\",\n },\n\n workSubtitles: {\n fontSize: \"0.8rem\",\n },\n\n cellNone: {\n borderBottom: \"none\",\n padding: 0,\n margin: 0,\n },\n cell: {\n padding: 0,\n margin: 0,\n },\n hp: {\n color: theme.colors.hp,\n },\n money: {\n color: theme.colors.money,\n },\n hack: {\n color: theme.colors.hack,\n },\n combat: {\n color: theme.colors.combat,\n },\n cha: {\n color: theme.colors.cha,\n },\n int: {\n color: theme.colors.int,\n },\n }),\n);\n\nexport { useStyles as characterOverviewStyles };\n\nexport function CharacterOverview({ save, killScripts }: IProps): React.ReactElement {\n const [killOpen, setKillOpen] = useState(false);\n const setRerender = useState(false)[1];\n useEffect(() => {\n const id = setInterval(() => setRerender((old) => !old), 600);\n return () => clearInterval(id);\n }, []);\n const classes = useStyles();\n const theme = useTheme();\n\n const hackingProgress = Player.calculateSkillProgress(\n Player.exp.hacking,\n Player.mults.hacking * BitNodeMultipliers.HackingLevelMultiplier,\n );\n const strengthProgress = Player.calculateSkillProgress(\n Player.exp.strength,\n Player.mults.strength * BitNodeMultipliers.StrengthLevelMultiplier,\n );\n const defenseProgress = Player.calculateSkillProgress(\n Player.exp.defense,\n Player.mults.defense * BitNodeMultipliers.DefenseLevelMultiplier,\n );\n const dexterityProgress = Player.calculateSkillProgress(\n Player.exp.dexterity,\n Player.mults.dexterity * BitNodeMultipliers.DexterityLevelMultiplier,\n );\n const agilityProgress = Player.calculateSkillProgress(\n Player.exp.agility,\n Player.mults.agility * BitNodeMultipliers.AgilityLevelMultiplier,\n );\n const charismaProgress = Player.calculateSkillProgress(\n Player.exp.charisma,\n Player.mults.charisma * BitNodeMultipliers.CharismaLevelMultiplier,\n );\n\n return (\n <>\n \n \n \n \n HP \n \n \n \n {numeralWrapper.formatHp(Player.hp.current)} / {numeralWrapper.formatHp(Player.hp.max)}\n \n \n \n \n {/*Hook for player scripts*/}\n \n \n \n\n \n \n Money \n \n \n {numeralWrapper.formatMoney(Player.money)}\n \n \n \n {/*Hook for player scripts*/}\n \n \n \n\n \n \n Hack \n \n \n \n {numeralWrapper.formatSkill(Player.skills.hacking)}\n \n \n \n \n {!Settings.DisableOverviewProgressBars && (\n \n )}\n \n \n \n \n \n \n \n {/*Hook for player scripts*/}\n \n \n \n\n \n \n Str \n \n \n \n {numeralWrapper.formatSkill(Player.skills.strength)}\n \n \n \n \n {/*Hook for player scripts*/}\n \n \n \n \n {!Settings.DisableOverviewProgressBars && (\n \n )}\n \n\n \n \n Def \n \n \n \n {numeralWrapper.formatSkill(Player.skills.defense)}\n \n \n \n \n {/*Hook for player scripts*/}\n \n \n \n \n {!Settings.DisableOverviewProgressBars && (\n \n )}\n \n\n \n \n Dex \n \n \n \n {numeralWrapper.formatSkill(Player.skills.dexterity)}\n \n \n \n \n {/*Hook for player scripts*/}\n \n \n \n \n {!Settings.DisableOverviewProgressBars && (\n \n )}\n \n\n \n \n Agi \n \n \n \n {numeralWrapper.formatSkill(Player.skills.agility)}\n \n \n \n \n {/*Hook for player scripts*/}\n \n \n \n \n {!Settings.DisableOverviewProgressBars && (\n \n )}\n \n\n \n \n Cha \n \n \n \n {numeralWrapper.formatSkill(Player.skills.charisma)}\n \n \n \n \n {/*Hook for player scripts*/}\n \n \n \n \n {!Settings.DisableOverviewProgressBars && (\n \n )}\n \n\n \n\n \n \n \n {/*Hook for player scripts*/}\n \n \n \n \n {/*Hook for player scripts*/}\n \n \n \n \n {/*Hook for player scripts*/}\n \n \n \n \n \n \n
\n \n \n \n \n \n \n \n \n \n setKillOpen(true)}>\n \n \n \n \n \n \n setKillOpen(false)} killScripts={killScripts} />\n \n );\n}\n","export function calculateIntelligenceBonus(intelligence: number, weight = 1): number {\n return 1 + (weight * Math.pow(intelligence, 0.8)) / 600;\n}\n","import { WorkerScript } from \"./WorkerScript\";\n\n/**\n * Script death marker.\n *\n * IMPORTANT: the game engine should not base any of it's decisions on the data\n * carried in a ScriptDeath instance.\n *\n * This is because ScriptDeath instances are thrown through player code when a\n * script is killed. Which grants the player access to the class and the ability\n * to construct new instances with arbitrary data.\n */\nexport class ScriptDeath {\n /** Process ID number. */\n pid: number;\n\n /** Filename of the script. */\n name: string;\n\n /** IP Address on which the script was running */\n hostname: string;\n\n /** Status message in case of script error. */\n errorMessage = \"\";\n\n constructor(ws: WorkerScript) {\n this.pid = ws.pid;\n this.name = ws.name;\n this.hostname = ws.hostname;\n this.errorMessage = ws.errorMessage;\n\n Object.freeze(this);\n }\n}\n\nObject.freeze(ScriptDeath);\nObject.freeze(ScriptDeath.prototype);\n","import {\n CodingContract,\n CodingContractRewardType,\n CodingContractTypes,\n ICodingContractReward,\n} from \"./CodingContracts\";\nimport { Factions } from \"./Faction/Factions\";\nimport { Player } from \"./Player\";\nimport { GetServer, GetAllServers } from \"./Server/AllServers\";\nimport { SpecialServers } from \"./Server/data/SpecialServers\";\nimport { Server } from \"./Server/Server\";\nimport { BaseServer } from \"./Server/BaseServer\";\n\nimport { getRandomInt } from \"./utils/helpers/getRandomInt\";\n\nexport function generateRandomContract(): void {\n // First select a random problem type\n const problemType = getRandomProblemType();\n\n // Then select a random reward type. 'Money' will always be the last reward type\n const reward = getRandomReward();\n\n // Choose random server\n const randServer = getRandomServer();\n\n const contractFn = getRandomFilename(randServer, reward);\n const contract = new CodingContract(contractFn, problemType, reward);\n\n randServer.addContract(contract);\n}\n\nexport function generateRandomContractOnHome(): void {\n // First select a random problem type\n const problemType = getRandomProblemType();\n\n // Then select a random reward type. 'Money' will always be the last reward type\n const reward = getRandomReward();\n\n // Choose random server\n const serv = Player.getHomeComputer();\n\n const contractFn = getRandomFilename(serv, reward);\n const contract = new CodingContract(contractFn, problemType, reward);\n\n serv.addContract(contract);\n}\n\nexport const generateDummyContract = (problemType: string): void => {\n if (!CodingContractTypes[problemType]) throw new Error(`Invalid problem type: '${problemType}'`);\n const serv = Player.getHomeComputer();\n\n const contractFn = getRandomFilename(serv);\n const contract = new CodingContract(contractFn, problemType, null);\n serv.addContract(contract);\n};\n\ninterface IGenerateContractParams {\n problemType?: string;\n server?: string;\n fn?: string;\n}\n\nexport function generateContract(params: IGenerateContractParams): void {\n // Problem Type\n let problemType;\n const problemTypes = Object.keys(CodingContractTypes);\n if (params.problemType && problemTypes.includes(params.problemType)) {\n problemType = params.problemType;\n } else {\n problemType = getRandomProblemType();\n }\n\n // Reward Type - This is always random for now\n const reward = getRandomReward();\n\n // Server\n let server;\n if (params.server != null) {\n server = GetServer(params.server);\n if (server == null) {\n server = getRandomServer();\n }\n } else {\n server = getRandomServer();\n }\n\n // Filename\n let fn;\n if (params.fn != null) {\n fn = params.fn;\n } else {\n fn = getRandomFilename(server, reward);\n }\n\n const contract = new CodingContract(fn, problemType, reward);\n server.addContract(contract);\n}\n\n// Ensures that a contract's reward type is valid\nfunction sanitizeRewardType(rewardType: CodingContractRewardType): CodingContractRewardType {\n let type = rewardType; // Create copy\n\n const factionsThatAllowHacking = Player.factions.filter((fac) => {\n try {\n return Factions[fac].getInfo().offerHackingWork;\n } catch (e) {\n console.error(`Error when trying to filter Hacking Factions for Coding Contract Generation: ${e}`);\n return false;\n }\n });\n if (type === CodingContractRewardType.FactionReputation && factionsThatAllowHacking.length === 0) {\n type = CodingContractRewardType.CompanyReputation;\n }\n if (type === CodingContractRewardType.FactionReputationAll && factionsThatAllowHacking.length === 0) {\n type = CodingContractRewardType.CompanyReputation;\n }\n if (type === CodingContractRewardType.CompanyReputation && Object.keys(Player.jobs).length === 0) {\n type = CodingContractRewardType.Money;\n }\n\n return type;\n}\n\nfunction getRandomProblemType(): string {\n const problemTypes = Object.keys(CodingContractTypes);\n const randIndex = getRandomInt(0, problemTypes.length - 1);\n\n return problemTypes[randIndex];\n}\n\nfunction getRandomReward(): ICodingContractReward {\n const reward: ICodingContractReward = {\n name: \"\",\n type: getRandomInt(0, CodingContractRewardType.Money),\n };\n reward.type = sanitizeRewardType(reward.type);\n\n // Add additional information based on the reward type\n const factionsThatAllowHacking = Player.factions.filter((fac) => Factions[fac].getInfo().offerHackingWork);\n\n switch (reward.type) {\n case CodingContractRewardType.FactionReputation: {\n // Get a random faction that player is a part of. That\n // faction must allow hacking contracts\n const numFactions = factionsThatAllowHacking.length;\n const randFaction = factionsThatAllowHacking[getRandomInt(0, numFactions - 1)];\n reward.name = randFaction;\n break;\n }\n case CodingContractRewardType.CompanyReputation: {\n const allJobs = Object.keys(Player.jobs);\n if (allJobs.length > 0) {\n reward.name = allJobs[getRandomInt(0, allJobs.length - 1)];\n } else {\n reward.type = CodingContractRewardType.Money;\n }\n break;\n }\n default:\n break;\n }\n\n return reward;\n}\n\nfunction getRandomServer(): BaseServer {\n const servers = GetAllServers().filter((server: BaseServer) => server.serversOnNetwork.length !== 0);\n let randIndex = getRandomInt(0, servers.length - 1);\n let randServer = servers[randIndex];\n\n // An infinite loop shouldn't ever happen, but to be safe we'll use\n // a for loop with a limited number of tries\n for (let i = 0; i < 200; ++i) {\n if (\n randServer instanceof Server &&\n !randServer.purchasedByPlayer &&\n randServer.hostname !== SpecialServers.WorldDaemon\n ) {\n break;\n }\n randIndex = getRandomInt(0, servers.length - 1);\n randServer = servers[randIndex];\n }\n\n return randServer;\n}\n\nfunction getRandomFilename(server: BaseServer, reward: ICodingContractReward = { name: \"\", type: 0 }): string {\n let contractFn = `contract-${getRandomInt(0, 1e6)}`;\n\n for (let i = 0; i < 1000; ++i) {\n if (\n server.contracts.filter((c: CodingContract) => {\n return c.fn === contractFn;\n }).length <= 0\n ) {\n break;\n }\n contractFn = `contract-${getRandomInt(0, 1e6)}`;\n }\n\n if (reward.name) {\n // Only alphanumeric characters in the reward name.\n contractFn += `-${reward.name.replace(/[^a-zA-Z0-9]/g, \"\")}`;\n }\n\n return contractFn;\n}\n","/**\n * Adds a random offset to a number within a certain percentage\n * @example\n * // Returns between 95-105\n * addOffset(100, 5);\n * @example\n * // Returns between 63-77\n * addOffSet(70, 10);\n * @param midpoint The number to be the midpoint of the offset range\n * @param percentage The percentage (in a range of 0-100) to offset\n */\nexport function addOffset(midpoint: number, percentage: number): number {\n const maxPercent = 100;\n if (percentage < 0 || percentage > maxPercent) {\n return midpoint;\n }\n\n const offset: number = midpoint * (percentage / maxPercent);\n\n // Double the range to account for both sides of the midpoint.\n // tslint:disable-next-line:no-magic-numbers\n return midpoint + (Math.random() * (offset * 2) - offset);\n}\n","export class DarkWebItem {\n program: string;\n price: number;\n description: string;\n\n constructor(program: string, price: number, description: string) {\n this.program = program;\n this.price = price;\n this.description = description;\n }\n}\n","export class PlayerOwnedAugmentation {\n level = 1;\n name = \"\";\n\n constructor(name = \"\") {\n this.name = name;\n }\n}\n","interface RNG {\n random(): number;\n}\n\n/*\n * very bad RNG, meant to be used as introduction to RNG manipulation. It has a\n * period of 1024.\n */\nclass RNG0 implements RNG {\n x: number;\n m = 1024;\n a = 341;\n c = 1;\n\n constructor() {\n this.x = 0;\n this.reset();\n }\n\n step(): void {\n this.x = (this.a * this.x + this.c) % this.m;\n }\n\n random(): number {\n this.step();\n return this.x / this.m;\n }\n\n reset(): void {\n this.x = new Date().getTime() % this.m;\n }\n}\n\nexport const BadRNG: RNG0 = new RNG0();\n\n/*\n * Wichmann–Hill PRNG\n * The period is 6e12.\n */\nexport class WHRNG implements RNG {\n s1 = 0;\n s2 = 0;\n s3 = 0;\n\n constructor(totalPlaytime: number) {\n // This one is seeded by the players total play time.\n const v: number = (totalPlaytime / 1000) % 30000;\n this.s1 = v;\n this.s2 = v;\n this.s3 = v;\n }\n\n step(): void {\n this.s1 = (171 * this.s1) % 30269;\n this.s2 = (172 * this.s2) % 30307;\n this.s3 = (170 * this.s3) % 30323;\n }\n\n random(): number {\n this.step();\n return (this.s1 / 30269.0 + this.s2 / 30307.0 + this.s3 / 30323.0) % 1.0;\n }\n}\n\nexport function SFC32RNG(seed: string): () => number {\n let h = 1779033703 ^ seed.length;\n for (let i = 0; i < seed.length; i++) {\n h = Math.imul(h ^ seed.charCodeAt(i), 3432918353);\n h = (h << 13) | (h >>> 19);\n }\n const genSeed = (): number => {\n h = Math.imul(h ^ (h >>> 16), 2246822507);\n h = Math.imul(h ^ (h >>> 13), 3266489909);\n return (h ^= h >>> 16) >>> 0;\n };\n\n let a = genSeed();\n let b = genSeed();\n let c = genSeed();\n let d = genSeed();\n return (): number => {\n a >>>= 0;\n b >>>= 0;\n c >>>= 0;\n d >>>= 0;\n let t = (a + b) | 0;\n a = b ^ (b >>> 9);\n b = (c + (c << 3)) | 0;\n c = (c << 21) | (c >>> 11);\n d = (d + 1) | 0;\n t = (t + d) | 0;\n c = (c + t) | 0;\n return (t >>> 0) / 4294967296;\n };\n}\n","import React from \"react\";\nimport { Reviver, Generic_toJSON, Generic_fromJSON, IReviverValue } from \"../utils/JSONReviver\";\nimport { Player } from \"../Player\";\nimport { Work, WorkType } from \"./Work\";\nimport { influenceStockThroughCompanyWork } from \"../StockMarket/PlayerInfluencing\";\nimport { LocationName } from \"../Locations/data/LocationNames\";\nimport { calculateCompanyWorkStats } from \"./formulas/Company\";\nimport { Companies } from \"../Company/Companies\";\nimport { applyWorkStats, scaleWorkStats, WorkStats } from \"./WorkStats\";\nimport { Company } from \"../Company/Company\";\nimport { dialogBoxCreate } from \"../ui/React/DialogBox\";\nimport { Reputation } from \"../ui/React/Reputation\";\nimport { AugmentationNames } from \"../Augmentation/data/AugmentationNames\";\nimport { CONSTANTS } from \"../Constants\";\n\ninterface CompanyWorkParams {\n companyName: string;\n singularity: boolean;\n}\n\nexport const isCompanyWork = (w: Work | null): w is CompanyWork => w !== null && w.type === WorkType.COMPANY;\n\nexport class CompanyWork extends Work {\n companyName: string;\n constructor(params?: CompanyWorkParams) {\n super(WorkType.COMPANY, params?.singularity ?? false);\n this.companyName = params?.companyName ?? LocationName.NewTokyoNoodleBar;\n }\n\n getCompany(): Company {\n const c = Companies[this.companyName];\n if (!c) throw new Error(`Company not found: '${this.companyName}'`);\n return c;\n }\n\n getGainRates(): WorkStats {\n let focusBonus = 1;\n if (!Player.hasAugmentation(AugmentationNames.NeuroreceptorManager, true)) {\n focusBonus = Player.focus ? 1 : CONSTANTS.BaseFocusBonus;\n }\n return scaleWorkStats(calculateCompanyWorkStats(Player, this.getCompany()), focusBonus);\n }\n\n process(cycles: number): boolean {\n this.cyclesWorked += cycles;\n const company = this.getCompany();\n const gains = this.getGainRates();\n applyWorkStats(Player, gains, cycles, \"work\");\n company.playerReputation += gains.reputation * cycles;\n influenceStockThroughCompanyWork(company, gains.reputation, cycles);\n return false;\n }\n finish(): void {\n if (!this.singularity) {\n dialogBoxCreate(\n <>\n You finished working for {this.companyName}\n
\n You have reputation with them.\n ,\n );\n }\n }\n\n APICopy(): Record {\n return {\n type: this.type,\n cyclesWorked: this.cyclesWorked,\n companyName: this.companyName,\n };\n }\n\n /** Serialize the current object to a JSON save state. */\n toJSON(): IReviverValue {\n return Generic_toJSON(\"CompanyWork\", this);\n }\n\n /** Initializes a CompanyWork object from a JSON save state. */\n static fromJSON(value: IReviverValue): CompanyWork {\n return Generic_fromJSON(CompanyWork, value.data);\n }\n}\n\nReviver.constructors.CompanyWork = CompanyWork;\n","import { Paper, Typography } from \"@mui/material\";\nimport React from \"react\";\n\ninterface IProps {\n children: React.ReactNode;\n title: string;\n}\n\nexport const GameOptionsPage = (props: IProps): React.ReactElement => {\n return (\n \n {props.title}\n {props.children}\n \n );\n};\n","import * as React from \"react\";\nimport { numeralWrapper } from \"../numeralFormat\";\nimport { Theme } from \"@mui/material/styles\";\nimport makeStyles from \"@mui/styles/makeStyles\";\nimport createStyles from \"@mui/styles/createStyles\";\n\nconst useStyles = makeStyles((theme: Theme) =>\n createStyles({\n favor: {\n color: theme.colors.rep,\n },\n }),\n);\n\nexport function Favor({ favor }: { favor: number | string }): React.ReactElement {\n const classes = useStyles();\n return {typeof favor === \"number\" ? numeralWrapper.formatFavor(favor) : favor};\n}\n","import { EventEmitter } from \"../utils/EventEmitter\";\nexport const TerminalEvents = new EventEmitter<[]>();\nexport const TerminalClearEvents = new EventEmitter<[]>();\n","/**\n * Helper functions for determine whether Limit and Stop orders should\n * be executed (and executing them)\n */\nimport { buyStock, sellStock, shortStock, sellShort } from \"./BuyingAndSelling\";\nimport { IOrderBook } from \"./IOrderBook\";\nimport { IStockMarket } from \"./IStockMarket\";\nimport { Order } from \"./Order\";\nimport { Stock } from \"./Stock\";\n\nimport { OrderTypes } from \"./data/OrderTypes\";\nimport { PositionTypes } from \"./data/PositionTypes\";\n\nimport { numeralWrapper } from \"../ui/numeralFormat\";\nimport { Money } from \"../ui/React/Money\";\n\nimport { dialogBoxCreate } from \"../ui/React/DialogBox\";\nimport { Settings } from \"../Settings/Settings\";\n\nimport * as React from \"react\";\n\nexport interface IProcessOrderRefs {\n stockMarket: IStockMarket;\n symbolToStockMap: Record;\n}\n\n/**\n * Search for all orders of a specific type and execute them if appropriate\n * @param {Stock} stock - Stock for which orders should be processed\n * @param {OrderTypes} orderType - Type of order to check (Limit/Stop buy/sell)\n * @param {PositionTypes} posType - Long or short\n * @param {IProcessOrderRefs} refs - References to objects/functions that are required for this function\n */\nexport function processOrders(\n stock: Stock,\n orderType: OrderTypes,\n posType: PositionTypes,\n refs: IProcessOrderRefs,\n): void {\n const orderBook = refs.stockMarket[\"Orders\"];\n if (orderBook == null) {\n const orders: IOrderBook = {};\n for (const name of Object.keys(refs.stockMarket)) {\n const stock = refs.stockMarket[name];\n if (!(stock instanceof Stock)) {\n continue;\n }\n orders[stock.symbol] = [];\n }\n refs.stockMarket[\"Orders\"] = orders;\n return; // Newly created, so no orders to process\n }\n let stockOrders = orderBook[stock.symbol];\n if (stockOrders == null || !(stockOrders.constructor === Array)) {\n console.error(`Invalid Order book for ${stock.symbol} in processOrders(): ${stockOrders}`);\n stockOrders = [];\n return;\n }\n\n for (const order of stockOrders) {\n if (order.type === orderType && order.pos === posType) {\n switch (order.type) {\n case OrderTypes.LimitBuy:\n if (order.pos === PositionTypes.Long && stock.price <= order.price) {\n executeOrder(/*66*/ order, refs);\n } else if (order.pos === PositionTypes.Short && stock.price >= order.price) {\n executeOrder(/*66*/ order, refs);\n }\n break;\n case OrderTypes.LimitSell:\n if (order.pos === PositionTypes.Long && stock.price >= order.price) {\n executeOrder(/*66*/ order, refs);\n } else if (order.pos === PositionTypes.Short && stock.price <= order.price) {\n executeOrder(/*66*/ order, refs);\n }\n break;\n case OrderTypes.StopBuy:\n if (order.pos === PositionTypes.Long && stock.price >= order.price) {\n executeOrder(/*66*/ order, refs);\n } else if (order.pos === PositionTypes.Short && stock.price <= order.price) {\n executeOrder(/*66*/ order, refs);\n }\n break;\n case OrderTypes.StopSell:\n if (order.pos === PositionTypes.Long && stock.price <= order.price) {\n executeOrder(/*66*/ order, refs);\n } else if (order.pos === PositionTypes.Short && stock.price >= order.price) {\n executeOrder(/*66*/ order, refs);\n }\n break;\n default:\n console.warn(`Invalid order type: ${order.type}`);\n return;\n }\n }\n }\n}\n\n/**\n * Execute a Stop or Limit Order.\n * @param {Order} order - Order being executed\n * @param {IProcessOrderRefs} refs - References to objects/functions that are required for this function\n */\nfunction executeOrder(order: Order, refs: IProcessOrderRefs): void {\n const stock = refs.symbolToStockMap[order.stockSymbol];\n if (!(stock instanceof Stock)) {\n console.error(`Could not find stock for this order: ${order.stockSymbol}`);\n return;\n }\n const stockMarket = refs.stockMarket;\n const orderBook = stockMarket[\"Orders\"];\n const stockOrders = orderBook[stock.symbol];\n\n // When orders are executed, the buying and selling functions shouldn't\n // emit popup dialog boxes. This options object configures the functions for that\n const opts = {\n suppressDialog: true,\n };\n\n let res = true;\n let isBuy = false;\n switch (order.type) {\n case OrderTypes.LimitBuy:\n case OrderTypes.StopBuy:\n isBuy = true;\n if (order.pos === PositionTypes.Long) {\n res = buyStock(stock, order.shares, null, opts) && res;\n } else if (order.pos === PositionTypes.Short) {\n res = shortStock(stock, order.shares, null, opts) && res;\n }\n break;\n case OrderTypes.LimitSell:\n case OrderTypes.StopSell:\n if (order.pos === PositionTypes.Long) {\n res = sellStock(stock, order.shares, null, opts) && res;\n } else if (order.pos === PositionTypes.Short) {\n res = sellShort(stock, order.shares, null, opts) && res;\n }\n break;\n default:\n console.warn(`Invalid order type: ${order.type}`);\n return;\n }\n\n // Position type, for logging/message purposes\n const pos = order.pos === PositionTypes.Long ? \"Long\" : \"Short\";\n\n if (res) {\n for (let i = 0; i < stockOrders.length; ++i) {\n if (order == stockOrders[i]) {\n stockOrders.splice(i, 1);\n if (!Settings.SuppressTIXPopup) {\n dialogBoxCreate(\n <>\n {order.type} for {stock.symbol} @ ({pos}) was filled (\n {numeralWrapper.formatShares(Math.round(order.shares))} shares)\n ,\n );\n }\n return;\n }\n }\n\n console.error(\"Could not find the following Order in Order Book: \");\n console.error(order);\n } else if (isBuy) {\n dialogBoxCreate(\n <>\n Failed to execute {order.type} for {stock.symbol} @ ({pos}). This is most likely\n because you do not have enough money or the order would exceed the stock's maximum number of shares\n ,\n );\n }\n}\n","function getDB(): Promise {\n return new Promise((resolve, reject) => {\n if (!window.indexedDB) {\n reject(\"Indexed DB does not exists\");\n }\n /**\n * DB is called bitburnerSave\n * Object store is called savestring\n * key for the Object store is called save\n * Version `1` is important\n */\n const indexedDbRequest: IDBOpenDBRequest = window.indexedDB.open(\"bitburnerSave\", 1);\n\n // This is called when there's no db to begin with. It's important, don't remove it.\n indexedDbRequest.onupgradeneeded = function (this: IDBRequest) {\n const db = this.result;\n db.createObjectStore(\"savestring\");\n };\n\n indexedDbRequest.onerror = function (this: IDBRequest, ev: Event) {\n reject(`Failed to get IDB ${ev}`);\n };\n\n indexedDbRequest.onsuccess = function (this: IDBRequest) {\n const db = this.result;\n if (!db) {\n reject(\"database loading result was undefined\");\n return;\n }\n resolve(db.transaction([\"savestring\"], \"readwrite\").objectStore(\"savestring\"));\n };\n });\n}\n\nexport function load(): Promise {\n return new Promise((resolve, reject) => {\n getDB()\n .then((db) => {\n return new Promise((resolve, reject) => {\n const request: IDBRequest = db.get(\"save\");\n request.onerror = function (this: IDBRequest, ev: Event) {\n reject(\"Error in Database request to get savestring: \" + ev);\n };\n\n request.onsuccess = function (this: IDBRequest) {\n resolve(this.result);\n };\n }).then((saveString) => resolve(saveString));\n })\n .catch((r) => reject(r));\n });\n}\n\nexport function save(saveString: string): Promise {\n return getDB().then((db) => {\n return new Promise((resolve, reject) => {\n // We'll save to both localstorage and indexedDb\n const request = db.put(saveString, \"save\");\n\n request.onerror = function (e) {\n reject(\"Error saving game to IndexedDB: \" + e);\n };\n\n request.onsuccess = () => resolve();\n });\n });\n}\n\nexport function deleteGame(): Promise {\n return getDB().then((db) => {\n db.delete(\"save\");\n });\n}\n","import { Player } from \"../../../Player\";\nimport { Generic_fromJSON, Generic_toJSON, IReviverValue, Reviver } from \"../../../utils/JSONReviver\";\nimport { Work, WorkType } from \"./Work\";\n\nexport const isSleeveSupportWork = (w: Work | null): w is SleeveSupportWork =>\n w !== null && w.type === WorkType.SUPPORT;\n\nexport class SleeveSupportWork extends Work {\n constructor() {\n super(WorkType.SUPPORT);\n Player.bladeburner?.sleeveSupport(true);\n }\n\n process(): number {\n return 0;\n }\n\n finish(): void {\n Player.bladeburner?.sleeveSupport(false);\n }\n\n APICopy(): Record {\n return {\n type: this.type,\n };\n }\n\n /** Serialize the current object to a JSON save state. */\n toJSON(): IReviverValue {\n return Generic_toJSON(\"SleeveSupportWork\", this);\n }\n\n /** Initializes a BladeburnerWork object from a JSON save state. */\n static fromJSON(value: IReviverValue): SleeveSupportWork {\n return Generic_fromJSON(SleeveSupportWork, value.data);\n }\n}\n\nReviver.constructors.SleeveSupportWork = SleeveSupportWork;\n","import { getRandomByte } from \"./helpers/getRandomByte\";\n\n/**\n * Generate a random IP address\n * Does not check to see if the IP already exists in the game\n */\nexport const createRandomIp = (): string =>\n `${getRandomByte(99)}.${getRandomByte(9)}.${getRandomByte(9)}.${getRandomByte(9)}`;\n","import React from \"react\";\nimport { Message } from \"./Message\";\nimport { AugmentationNames } from \"../Augmentation/data/AugmentationNames\";\nimport { Router } from \"../ui/GameRoot\";\nimport { Programs } from \"../Programs/Programs\";\nimport { Player } from \"../Player\";\nimport { Page } from \"../ui/Router\";\nimport { GetServer } from \"../Server/AllServers\";\nimport { SpecialServers } from \"../Server/data/SpecialServers\";\nimport { Settings } from \"../Settings/Settings\";\nimport { dialogBoxCreate } from \"../ui/React/DialogBox\";\nimport { FactionNames } from \"../Faction/data/FactionNames\";\nimport { Server } from \"../Server/Server\";\n\n//Sends message to player, including a pop up\nfunction sendMessage(msg: Message, forced = false): void {\n if (forced || !Settings.SuppressMessages) {\n showMessage(msg.filename);\n }\n addMessageToServer(msg);\n}\n\nfunction showMessage(name: MessageFilenames): void {\n const msg = Messages[name];\n if (!(msg instanceof Message)) throw new Error(\"trying to display nonexistent message\");\n dialogBoxCreate(\n <>\n Message received from unknown sender:\n
\n
\n {msg.msg}This message was saved as {msg.filename} onto your home computer.\n ,\n );\n}\n\n//Adds a message to a server\nfunction addMessageToServer(msg: Message): void {\n //Short-circuit if the message has already been saved\n if (recvd(msg)) {\n return;\n }\n const server = GetServer(\"home\");\n if (server == null) {\n throw new Error(\"The home server doesn't exist. You done goofed.\");\n }\n server.messages.push(msg.filename);\n}\n\n//Returns whether the given message has already been received\nfunction recvd(msg: Message): boolean {\n const server = GetServer(\"home\");\n if (server == null) {\n throw new Error(\"The home server doesn't exist. You done goofed.\");\n }\n return server.messages.includes(msg.filename);\n}\n\n//Checks if any of the 'timed' messages should be sent\nfunction checkForMessagesToSend(): void {\n if (Router.page() === Page.BitVerse) return;\n const jumper0 = Messages[MessageFilenames.Jumper0];\n const jumper1 = Messages[MessageFilenames.Jumper1];\n const jumper2 = Messages[MessageFilenames.Jumper2];\n const jumper3 = Messages[MessageFilenames.Jumper3];\n const jumper4 = Messages[MessageFilenames.Jumper4];\n const cybersecTest = Messages[MessageFilenames.CyberSecTest];\n const nitesecTest = Messages[MessageFilenames.NiteSecTest];\n const bitrunnersTest = Messages[MessageFilenames.BitRunnersTest];\n const truthGazer = Messages[MessageFilenames.TruthGazer];\n const redpill = Messages[MessageFilenames.RedPill];\n\n if (Player.hasAugmentation(AugmentationNames.TheRedPill, true)) {\n //Get the world daemon required hacking level\n const worldDaemon = GetServer(SpecialServers.WorldDaemon);\n if (!(worldDaemon instanceof Server)) {\n throw new Error(\"The world daemon is not a server???? Please un-break reality\");\n }\n //If the daemon can be hacked, send the player icarus.msg\n if (Player.skills.hacking >= worldDaemon.requiredHackingSkill) {\n sendMessage(redpill, Player.sourceFiles.length === 0);\n }\n //If the daemon cannot be hacked, send the player truthgazer.msg a single time.\n else if (!recvd(truthGazer)) {\n sendMessage(truthGazer);\n }\n } else if (!recvd(jumper0) && Player.skills.hacking >= 25) {\n sendMessage(jumper0);\n const flightName = Programs.Flight.name;\n const homeComp = Player.getHomeComputer();\n if (!homeComp.programs.includes(flightName)) {\n homeComp.programs.push(flightName);\n }\n } else if (!recvd(jumper1) && Player.skills.hacking >= 40) {\n sendMessage(jumper1);\n } else if (!recvd(cybersecTest) && Player.skills.hacking >= 50) {\n sendMessage(cybersecTest);\n } else if (!recvd(jumper2) && Player.skills.hacking >= 175) {\n sendMessage(jumper2);\n } else if (!recvd(nitesecTest) && Player.skills.hacking >= 200) {\n sendMessage(nitesecTest);\n } else if (!recvd(jumper3) && Player.skills.hacking >= 350) {\n sendMessage(jumper3);\n } else if (!recvd(jumper4) && Player.skills.hacking >= 490) {\n sendMessage(jumper4);\n } else if (!recvd(bitrunnersTest) && Player.skills.hacking >= 500) {\n sendMessage(bitrunnersTest);\n }\n}\n\nexport enum MessageFilenames {\n Jumper0 = \"j0.msg\",\n Jumper1 = \"j1.msg\",\n Jumper2 = \"j2.msg\",\n Jumper3 = \"j3.msg\",\n Jumper4 = \"j4.msg\",\n CyberSecTest = \"csec-test.msg\",\n NiteSecTest = \"nitesec-test.msg\",\n BitRunnersTest = \"19dfj3l1nd.msg\",\n TruthGazer = \"truthgazer.msg\",\n RedPill = \"icarus.msg\",\n}\n\n//Reset\nconst Messages: Record = {\n //jump3R Messages\n [MessageFilenames.Jumper0]: new Message(\n MessageFilenames.Jumper0,\n \"I know you can sense it. I know you're searching for it. \" +\n \"It's why you spend night after \" +\n \"night at your computer. \\n\\nIt's real, I've seen it. And I can \" +\n \"help you find it. But not right now. You're not ready yet.\\n\\n\" +\n \"Use this program to track your progress\\n\\n\" +\n \"The fl1ght.exe program was added to your home computer\\n\\n\" +\n \"-jump3R\",\n ),\n\n [MessageFilenames.Jumper1]: new Message(\n MessageFilenames.Jumper1,\n `Soon you will be contacted by a hacking group known as ${FactionNames.NiteSec}. ` +\n \"They can help you with your search. \\n\\n\" +\n \"You should join them, garner their favor, and \" +\n \"exploit them for their Augmentations. But do not trust them. \" +\n \"They are not what they seem. No one is.\\n\\n\" +\n \"-jump3R\",\n ),\n\n [MessageFilenames.Jumper2]: new Message(\n MessageFilenames.Jumper2,\n \"Do not try to save the world. There is no world to save. If \" +\n \"you want to find the truth, worry only about yourself. Ethics and \" +\n `morals will get you killed. \\n\\nWatch out for a hacking group known as ${FactionNames.NiteSec}.` +\n \"\\n\\n-jump3R\",\n ),\n\n [MessageFilenames.Jumper3]: new Message(\n MessageFilenames.Jumper3,\n \"You must learn to walk before you can run. And you must \" +\n `run before you can fly. Look for ${FactionNames.TheBlackHand}. \\n\\n` +\n \"I.I.I.I \\n\\n-jump3R\",\n ),\n\n [MessageFilenames.Jumper4]: new Message(\n MessageFilenames.Jumper4,\n \"To find what you are searching for, you must understand the bits. \" +\n \"The bits are all around us. The runners will help you.\\n\\n\" +\n \"-jump3R\",\n ),\n\n //Messages from hacking factions\n [MessageFilenames.CyberSecTest]: new Message(\n MessageFilenames.CyberSecTest,\n \"We've been watching you. Your skills are very impressive. But you're wasting \" +\n \"your talents. If you join us, you can put your skills to good use and change \" +\n \"the world for the better. If you join us, we can unlock your full potential. \\n\\n\" +\n \"But first, you must pass our test. Find and install the backdoor on our server. \\n\\n\" +\n `-${FactionNames.CyberSec}`,\n ),\n\n [MessageFilenames.NiteSecTest]: new Message(\n MessageFilenames.NiteSecTest,\n \"People say that the corrupted governments and corporations rule the world. \" +\n \"Yes, maybe they do. But do you know who everyone really fears? People \" +\n \"like us. Because they can't hide from us. Because they can't fight shadows \" +\n \"and ideas with bullets. \\n\\n\" +\n \"Join us, and people will fear you, too. \\n\\n\" +\n \"Find and install the backdoor on our server, avmnite-02h. Then, we will contact you again.\" +\n `\\n\\n-${FactionNames.NiteSec}`,\n ),\n\n [MessageFilenames.BitRunnersTest]: new Message(\n MessageFilenames.BitRunnersTest,\n \"We know what you are doing. We know what drives you. We know \" +\n \"what you are looking for. \\n\\n \" +\n \"We can help you find the answers.\\n\\n\" +\n \"run4theh111z\",\n ),\n\n //Messages to guide players to the daemon\n [MessageFilenames.TruthGazer]: new Message(\n MessageFilenames.TruthGazer,\n //\"THE TRUTH CAN NO LONGER ESCAPE YOUR GAZE\"\n \"@&*($#@&__TH3__#@A&#@*)__TRU1H__(*)&*)($#@&()E&R)W&\\n\" +\n \"%@*$^$()@&$)$*@__CAN__()(@^#)@&@)#__N0__(#@&#)@&@&(\\n\" +\n \"*(__LON6ER__^#)@)(()*#@)@__ESCAP3__)#(@(#@*@()@(#*$\\n\" +\n \"()@)#$*%)$#()$#__Y0UR__(*)$#()%(&(%)*!)($__GAZ3__#(\",\n ),\n\n [MessageFilenames.RedPill]: new Message(\n MessageFilenames.RedPill,\n //\"FIND THE-CAVE\"\n \"@)(#V%*N)@(#*)*C)@#%*)*V)@#(*%V@)(#VN%*)@#(*%\\n\" +\n \")@B(*#%)@)M#B*%V)____FIND___#$@)#%(B*)@#(*%B)\\n\" +\n \"@_#(%_@#M(BDSPOMB__THE-CAVE_#)$(*@#$)@#BNBEGB\\n\" +\n \"DFLSMFVMV)#@($*)@#*$MV)@#(*$V)M#(*$)M@(#*VM$)\",\n ),\n};\n\nexport { Messages, checkForMessagesToSend, showMessage };\n","import { RunningScript } from \"src/Script/RunningScript\";\nimport { Settings } from \"../Settings/Settings\";\nimport { WorkerScript } from \"./WorkerScript\";\n\nexport const recentScripts: RecentScript[] = [];\n\nexport function AddRecentScript(workerScript: WorkerScript): void {\n if (recentScripts.find((r) => r.runningScript.pid === workerScript.pid)) return;\n\n const killedTime = new Date();\n recentScripts.unshift({\n timeOfDeath: killedTime,\n runningScript: workerScript.scriptRef,\n });\n\n while (recentScripts.length > Settings.MaxRecentScriptsCapacity) {\n recentScripts.pop();\n }\n}\n\nexport interface RecentScript {\n timeOfDeath: Date;\n runningScript: RunningScript;\n}\n","import { Generic_fromJSON, Generic_toJSON, IReviverValue, Reviver } from \"../../../utils/JSONReviver\";\nimport { applySleeveGains, Work, WorkType } from \"./Work\";\nimport { ClassType } from \"../../../Work/ClassWork\";\nimport { LocationName } from \"../../../Locations/data/LocationNames\";\nimport { calculateClassEarnings } from \"../../../Work/formulas/Class\";\nimport { Sleeve } from \"../Sleeve\";\nimport { scaleWorkStats, WorkStats } from \"../../../Work/WorkStats\";\n\nexport const isSleeveClassWork = (w: Work | null): w is SleeveClassWork => w !== null && w.type === WorkType.CLASS;\n\ninterface ClassWorkParams {\n classType: ClassType;\n location: LocationName;\n}\n\nexport class SleeveClassWork extends Work {\n classType: ClassType;\n location: LocationName;\n\n constructor(params?: ClassWorkParams) {\n super(WorkType.CLASS);\n this.classType = params?.classType ?? ClassType.StudyComputerScience;\n this.location = params?.location ?? LocationName.Sector12RothmanUniversity;\n }\n\n calculateRates(sleeve: Sleeve): WorkStats {\n return scaleWorkStats(calculateClassEarnings(sleeve, this.classType, this.location), sleeve.shockBonus(), false);\n }\n\n isGym(): boolean {\n return [ClassType.GymAgility, ClassType.GymDefense, ClassType.GymDexterity, ClassType.GymStrength].includes(\n this.classType,\n );\n }\n\n process(sleeve: Sleeve, cycles: number): number {\n const rate = this.calculateRates(sleeve);\n applySleeveGains(sleeve, rate, cycles);\n return 0;\n }\n APICopy(): Record {\n return {\n type: this.type,\n classType: this.classType,\n location: this.location,\n };\n }\n /** Serialize the current object to a JSON save state. */\n toJSON(): IReviverValue {\n return Generic_toJSON(\"SleeveClassWork\", this);\n }\n\n /** Initializes a ClassWork object from a JSON save state. */\n static fromJSON(value: IReviverValue): SleeveClassWork {\n return Generic_fromJSON(SleeveClassWork, value.data);\n }\n}\n\nReviver.constructors.SleeveClassWork = SleeveClassWork;\n","import { Player } from \"../../../Player\";\nimport { Generic_fromJSON, Generic_toJSON, IReviverValue, Reviver } from \"../../../utils/JSONReviver\";\nimport { Sleeve } from \"../Sleeve\";\nimport { applySleeveGains, Work, WorkType } from \"./Work\";\nimport { CrimeType } from \"../../../utils/WorkType\";\nimport { Crimes } from \"../../../Crime/Crimes\";\nimport { Crime } from \"../../../Crime/Crime\";\nimport { newWorkStats, scaleWorkStats, WorkStats } from \"../../../Work/WorkStats\";\nimport { CONSTANTS } from \"../../../Constants\";\nimport { BitNodeMultipliers } from \"../../../BitNode/BitNodeMultipliers\";\n\nexport const isSleeveCrimeWork = (w: Work | null): w is SleeveCrimeWork => w !== null && w.type === WorkType.CRIME;\n\nexport class SleeveCrimeWork extends Work {\n crimeType: CrimeType;\n cyclesWorked = 0;\n constructor(crimeType?: CrimeType) {\n super(WorkType.CRIME);\n this.crimeType = crimeType ?? CrimeType.SHOPLIFT;\n }\n\n getCrime(): Crime {\n const crime = Object.values(Crimes).find((crime) => crime.type === this.crimeType);\n if (!crime) throw new Error(\"crime should not be undefined\");\n return crime;\n }\n\n getExp(sleeve: Sleeve): WorkStats {\n const crime = this.getCrime();\n return newWorkStats({\n money: crime.money * BitNodeMultipliers.CrimeMoney * sleeve.mults.crime_money,\n hackExp: crime.hacking_exp * BitNodeMultipliers.CrimeExpGain * sleeve.mults.hacking_exp,\n strExp: crime.strength_exp * BitNodeMultipliers.CrimeExpGain * sleeve.mults.strength_exp,\n defExp: crime.defense_exp * BitNodeMultipliers.CrimeExpGain * sleeve.mults.defense_exp,\n dexExp: crime.dexterity_exp * BitNodeMultipliers.CrimeExpGain * sleeve.mults.dexterity_exp,\n agiExp: crime.agility_exp * BitNodeMultipliers.CrimeExpGain * sleeve.mults.agility_exp,\n chaExp: crime.charisma_exp * BitNodeMultipliers.CrimeExpGain * sleeve.mults.charisma_exp,\n intExp: crime.intelligence_exp * BitNodeMultipliers.CrimeExpGain,\n });\n }\n\n cyclesNeeded(): number {\n return this.getCrime().time / CONSTANTS._idleSpeed;\n }\n\n process(sleeve: Sleeve, cycles: number): number {\n this.cyclesWorked += cycles;\n\n const crime = this.getCrime();\n let gains = this.getExp(sleeve);\n if (this.cyclesWorked >= this.cyclesNeeded()) {\n if (Math.random() < crime.successRate(sleeve)) {\n Player.karma -= crime.karma * sleeve.syncBonus();\n } else {\n gains.money = 0;\n gains = scaleWorkStats(gains, 0.25);\n }\n applySleeveGains(sleeve, gains, cycles);\n this.cyclesWorked -= this.cyclesNeeded();\n }\n return 0;\n }\n\n APICopy(): Record {\n return {\n type: this.type,\n crimeType: this.crimeType,\n };\n }\n\n /** Serialize the current object to a JSON save state. */\n toJSON(): IReviverValue {\n return Generic_toJSON(\"SleeveCrimeWork\", this);\n }\n\n /** Initializes a RecoveryWork object from a JSON save state. */\n static fromJSON(value: IReviverValue): SleeveCrimeWork {\n return Generic_fromJSON(SleeveCrimeWork, value.data);\n }\n}\n\nReviver.constructors.SleeveCrimeWork = SleeveCrimeWork;\n","// The initial formulas was sum 0 to f of 500*1.02^f.\n// see https://en.wikipedia.org/wiki/Geometric_series#Closed-form_formula\n// for information on how to calculate this\n\nexport function favorToRep(f: number): number {\n const raw = 25000 * (Math.pow(1.02, f) - 1);\n return Math.round(raw * 10000) / 10000; // round to make things easier.\n}\n\nexport function repToFavor(r: number): number {\n const raw = Math.log(r / 25000 + 1) / Math.log(1.02);\n return Math.round(raw * 10000) / 10000; // round to make things easier.\n}\n","import { format } from \"date-fns\";\n\nexport function formatTime(fmt: string): string {\n try {\n return format(new Date(), fmt);\n } catch (e: unknown) {\n return \"format error\";\n }\n}\n","import React from \"react\";\nimport { numeralWrapper } from \"../numeralFormat\";\nimport { Reputation } from \"./Reputation\";\n\nexport function ReputationRate({ reputation }: { reputation: number }): React.ReactElement {\n return ;\n}\n","import { Bladeburner } from \"./Bladeburner\";\nimport { BladeburnerConstants } from \"./data/Constants\";\nimport { Action, IActionParams } from \"./Action\";\nimport { Generic_fromJSON, Generic_toJSON, IReviverValue, Reviver } from \"../utils/JSONReviver\";\n\nexport interface IOperationParams extends IActionParams {\n reqdRank?: number;\n teamCount?: number;\n}\n\nexport class Operation extends Action {\n reqdRank = 100;\n teamCount = 0;\n\n constructor(params: IOperationParams | null = null) {\n super(params);\n if (params && params.reqdRank) this.reqdRank = params.reqdRank;\n if (params && params.teamCount) this.teamCount = params.teamCount;\n }\n\n // For actions that have teams. To be implemented by subtypes.\n getTeamSuccessBonus(inst: Bladeburner): number {\n if (this.teamCount && this.teamCount > 0) {\n this.teamCount = Math.min(this.teamCount, inst.teamSize);\n const teamMultiplier = Math.pow(this.teamCount, 0.05);\n return teamMultiplier;\n }\n\n return 1;\n }\n\n getActionTypeSkillSuccessBonus(inst: Bladeburner): number {\n return inst.skillMultipliers.successChanceOperation;\n }\n\n getChaosDifficultyBonus(inst: Bladeburner /*, params: ISuccessChanceParams*/): number {\n const city = inst.getCurrentCity();\n if (city.chaos > BladeburnerConstants.ChaosThreshold) {\n const diff = 1 + (city.chaos - BladeburnerConstants.ChaosThreshold);\n const mult = Math.pow(diff, 0.5);\n return mult;\n }\n\n return 1;\n }\n\n toJSON(): IReviverValue {\n return Generic_toJSON(\"Operation\", this);\n }\n\n static fromJSON(value: IReviverValue): Operation {\n return Generic_fromJSON(Operation, value.data);\n }\n}\n\nReviver.constructors.Operation = Operation;\n","/**\n * React component for a selectable option on the Faction UI. These\n * options including working for the faction, hacking missions, purchasing\n * augmentations, etc.\n */\nimport * as React from \"react\";\n\nimport Typography from \"@mui/material/Typography\";\nimport Button from \"@mui/material/Button\";\nimport Paper from \"@mui/material/Paper\";\nimport Box from \"@mui/material/Box\";\n\ntype IProps = {\n buttonText: string;\n infoText: string;\n onClick: (e: React.MouseEvent) => void;\n};\n\nexport function Option(props: IProps): React.ReactElement {\n return (\n \n \n \n {props.infoText}\n \n \n );\n}\n","import { Augmentation, IConstructorParams } from \"../Augmentation\";\nimport { AugmentationNames } from \"./AugmentationNames\";\nimport { Player } from \"../../Player\";\nimport { Programs } from \"../../Programs/Programs\";\nimport { WHRNG } from \"../../Casino/RNG\";\nimport React from \"react\";\nimport { FactionNames } from \"../../Faction/data/FactionNames\";\nimport { CONSTANTS } from \"../../Constants\";\n\ninterface CircadianBonus {\n bonuses: {\n [key: string]: number | undefined;\n agility?: number;\n agility_exp?: number;\n charisma?: number;\n charisma_exp?: number;\n company_rep?: number;\n crime_money?: number;\n crime_success?: number;\n defense?: number;\n defense_exp?: number;\n dexterity?: number;\n dexterity_exp?: number;\n faction_rep?: number;\n hacking?: number;\n hacking_chance?: number;\n hacking_exp?: number;\n hacking_grow?: number;\n hacking_money?: number;\n hacking_speed?: number;\n hacknet_node_core_cost?: number;\n hacknet_node_level_cost?: number;\n hacknet_node_money?: number;\n hacknet_node_purchase_cost?: number;\n hacknet_node_ram_cost?: number;\n strength?: number;\n strength_exp?: number;\n work_money?: number;\n };\n description: string;\n}\n\nfunction getRandomBonus(): CircadianBonus {\n const bonuses = [\n {\n bonuses: {\n hacking_chance: 1.25,\n hacking_speed: 1.1,\n hacking_money: 1.25,\n hacking_grow: 1.1,\n },\n description:\n \"Increases the player's hacking chance by 25%.
\" +\n \"Increases the player's hacking speed by 10%.
\" +\n \"Increases the amount of money the player's gains from hacking by 25%.
\" +\n \"Improves grow() by 10%.\",\n },\n {\n bonuses: {\n hacking: 1.15,\n hacking_exp: 2,\n },\n description:\n \"Increases the player's hacking skill by 15%.
\" +\n \"Increases the player's hacking experience gain rate by 100%.\",\n },\n {\n bonuses: {\n strength: 1.25,\n strength_exp: 2,\n defense: 1.25,\n defense_exp: 2,\n dexterity: 1.25,\n dexterity_exp: 2,\n agility: 1.25,\n agility_exp: 2,\n },\n description:\n \"Increases all of the player's combat stats by 25%.
\" +\n \"Increases all of the player's combat stat experience gain rate by 100%.\",\n },\n {\n bonuses: {\n charisma: 1.5,\n charisma_exp: 2,\n },\n description:\n \"This augmentation increases the player's charisma by 50%.
\" +\n \"Increases the player's charisma experience gain rate by 100%.\",\n },\n {\n bonuses: {\n hacknet_node_money: 1.2,\n hacknet_node_purchase_cost: 0.85,\n hacknet_node_ram_cost: 0.85,\n hacknet_node_core_cost: 0.85,\n hacknet_node_level_cost: 0.85,\n },\n description:\n \"Increases the amount of money produced by Hacknet Nodes by 20%.
\" +\n \"Decreases all costs related to Hacknet Node by 15%.\",\n },\n {\n bonuses: {\n company_rep: 1.25,\n faction_rep: 1.15,\n work_money: 1.7,\n },\n description:\n \"Increases the amount of money the player gains from working by 70%.
\" +\n \"Increases the amount of reputation the player gains when working for a company by 25%.
\" +\n \"Increases the amount of reputation the player gains for a faction by 15%.\",\n },\n {\n bonuses: {\n crime_success: 2,\n crime_money: 2,\n },\n description:\n \"Increases the player's crime success rate by 100%.
\" +\n \"Increases the amount of money the player gains from crimes by 100%.\",\n },\n ];\n\n const randomNumber = new WHRNG(Math.floor(Player.lastUpdate / 3600000));\n for (let i = 0; i < 5; i++) randomNumber.step();\n\n return bonuses[Math.floor(bonuses.length * randomNumber.random())];\n}\n\nexport const initSoAAugmentations = (): Augmentation[] => [\n new Augmentation({\n name: AugmentationNames.WKSharmonizer,\n repCost: 1e4,\n moneyCost: 1e6,\n info:\n `A copy of the WKS harmonizer from the MIA leader of the ${FactionNames.ShadowsOfAnarchy} ` +\n \"injects *Γ-based cells that provides general enhancement to the body.\",\n stats: (\n <>\n This augmentation makes many aspects of infiltration easier and more productive. Such as increased timer,\n rewards, reduced damage taken, etc.\n \n ),\n isSpecial: true,\n factions: [FactionNames.ShadowsOfAnarchy],\n }),\n new Augmentation({\n name: AugmentationNames.MightOfAres,\n repCost: 1e4,\n moneyCost: 1e6,\n info:\n \"Extra-ocular neurons taken from old martial art master. Injecting them gives the user the ability to \" +\n \"predict the enemy's attack before they even know it themselves.\",\n stats: (\n <>This augmentation makes the Slash minigame easier by showing you via an indicator when the slash in coming.\n ),\n isSpecial: true,\n factions: [FactionNames.ShadowsOfAnarchy],\n }),\n new Augmentation({\n name: AugmentationNames.WisdomOfAthena,\n repCost: 1e4,\n moneyCost: 1e6,\n info: \"A connective brain implant to SASHA that focuses on pattern recognition and predictive templating.\",\n stats: <>This augmentation makes the Bracket minigame easier by removing all '[' ']'.,\n isSpecial: true,\n factions: [FactionNames.ShadowsOfAnarchy],\n }),\n new Augmentation({\n name: AugmentationNames.ChaosOfDionysus,\n repCost: 1e4,\n moneyCost: 1e6,\n info: \"Opto-occipito implant to process visual signals before brain interpretation.\",\n stats: <>This augmentation makes the Backwards minigame easier by flipping the words.,\n isSpecial: true,\n factions: [FactionNames.ShadowsOfAnarchy],\n }),\n new Augmentation({\n name: AugmentationNames.BeautyOfAphrodite,\n repCost: 1e4,\n moneyCost: 1e6,\n info:\n \"Pheromone extruder injected in the thoracodorsal nerve. Emits pleasing scent guaranteed to \" +\n \"make conversational partners more agreeable.\",\n stats: <>This augmentation makes the Bribe minigame easier by indicating the incorrect paths.,\n isSpecial: true,\n factions: [FactionNames.ShadowsOfAnarchy],\n }),\n new Augmentation({\n name: AugmentationNames.TrickeryOfHermes,\n repCost: 1e4,\n moneyCost: 1e6,\n info: \"Penta-dynamo-neurovascular-valve inserted in the carpal ligament, enhances dexterity.\",\n stats: <>This augmentation makes the Cheat Code minigame easier by allowing the opposite character.,\n isSpecial: true,\n factions: [FactionNames.ShadowsOfAnarchy],\n }),\n new Augmentation({\n name: AugmentationNames.FloodOfPoseidon,\n repCost: 1e4,\n moneyCost: 1e6,\n info: \"Transtinatium VVD reticulator used in optico-sterbing recognition.\",\n stats: <>This augmentation makes the Symbol matching minigame easier by indicating the correct choice.,\n isSpecial: true,\n factions: [FactionNames.ShadowsOfAnarchy],\n }),\n new Augmentation({\n name: AugmentationNames.HuntOfArtemis,\n repCost: 1e4,\n moneyCost: 1e6,\n info: \"magneto-turboencabulator based on technology by Micha Eike Siemon, increases the user's electro-magnetic sensitivity.\",\n stats: (\n <>\n This augmentation makes the Minesweeper minigame easier by showing the location of all mines and keeping their\n position.\n \n ),\n isSpecial: true,\n factions: [FactionNames.ShadowsOfAnarchy],\n }),\n new Augmentation({\n name: AugmentationNames.KnowledgeOfApollo,\n repCost: 1e4,\n moneyCost: 1e6,\n info: \"Neodynic retention fjengeln spoofer using -φ karmions, net positive effect on implantee's delta wave.\",\n stats: <>This augmentation makes the Wire Cutting minigame easier by indicating the incorrect wires.,\n isSpecial: true,\n factions: [FactionNames.ShadowsOfAnarchy],\n }),\n];\n\nexport const initGeneralAugmentations = (): Augmentation[] => [\n new Augmentation({\n name: AugmentationNames.HemoRecirculator,\n moneyCost: 4.5e7,\n repCost: 1e4,\n info: \"A heart implant that greatly increases the body's ability to effectively use and pump blood.\",\n strength: 1.08,\n defense: 1.08,\n agility: 1.08,\n dexterity: 1.08,\n factions: [FactionNames.Tetrads, FactionNames.TheDarkArmy, FactionNames.TheSyndicate],\n }),\n new Augmentation({\n name: AugmentationNames.Targeting1,\n moneyCost: 1.5e7,\n repCost: 5e3,\n info:\n \"A cranial implant that is embedded within the inner ear structures and optic nerves. It regulates \" +\n \"and enhances balance and hand-eye coordination.\",\n dexterity: 1.1,\n factions: [\n FactionNames.SlumSnakes,\n FactionNames.TheDarkArmy,\n FactionNames.TheSyndicate,\n FactionNames.Sector12,\n FactionNames.Ishima,\n FactionNames.OmniTekIncorporated,\n FactionNames.KuaiGongInternational,\n FactionNames.BladeIndustries,\n ],\n }),\n new Augmentation({\n name: AugmentationNames.Targeting2,\n moneyCost: 4.25e7,\n repCost: 8.75e3,\n info:\n \"This upgraded version of the 'Augmented Targeting' implant is capable of augmenting \" +\n \"reality by digitally displaying weaknesses and vital signs of threats.\",\n prereqs: [AugmentationNames.Targeting1],\n dexterity: 1.2,\n factions: [\n FactionNames.TheDarkArmy,\n FactionNames.TheSyndicate,\n FactionNames.Sector12,\n FactionNames.OmniTekIncorporated,\n FactionNames.KuaiGongInternational,\n FactionNames.BladeIndustries,\n ],\n }),\n new Augmentation({\n name: AugmentationNames.Targeting3,\n moneyCost: 1.15e8,\n repCost: 2.75e4,\n info: \"The latest version of the 'Augmented Targeting' implant adds the ability to lock-on and track threats.\",\n prereqs: [AugmentationNames.Targeting2, AugmentationNames.Targeting1],\n dexterity: 1.3,\n factions: [\n FactionNames.TheDarkArmy,\n FactionNames.TheSyndicate,\n FactionNames.OmniTekIncorporated,\n FactionNames.KuaiGongInternational,\n FactionNames.BladeIndustries,\n FactionNames.TheCovenant,\n ],\n }),\n new Augmentation({\n name: AugmentationNames.SyntheticHeart,\n moneyCost: 2.875e9,\n repCost: 7.5e5,\n info:\n \"This advanced artificial heart, created from plasteel and graphene, is capable of pumping blood \" +\n \"more efficiently than an organic heart.\",\n agility: 1.5,\n strength: 1.5,\n factions: [\n FactionNames.KuaiGongInternational,\n FactionNames.FulcrumSecretTechnologies,\n FactionNames.SpeakersForTheDead,\n FactionNames.NWO,\n FactionNames.TheCovenant,\n FactionNames.Daedalus,\n FactionNames.Illuminati,\n ],\n }),\n new Augmentation({\n name: AugmentationNames.SynfibrilMuscle,\n repCost: 4.375e5,\n moneyCost: 1.125e9,\n info:\n \"The myofibrils in human muscles are injected with special chemicals that react with the proteins inside \" +\n \"the myofibrils, altering their underlying structure. The end result is muscles that are stronger and more elastic. \" +\n \"Scientists have named these artificially enhanced units 'synfibrils'.\",\n strength: 1.3,\n defense: 1.3,\n factions: [\n FactionNames.KuaiGongInternational,\n FactionNames.FulcrumSecretTechnologies,\n FactionNames.SpeakersForTheDead,\n FactionNames.NWO,\n FactionNames.TheCovenant,\n FactionNames.Daedalus,\n FactionNames.Illuminati,\n FactionNames.BladeIndustries,\n ],\n }),\n new Augmentation({\n name: AugmentationNames.CombatRib1,\n repCost: 7.5e3,\n moneyCost: 2.375e7,\n info:\n \"The rib cage is augmented to continuously release boosters into the bloodstream \" +\n \"which increase the oxygen-carrying capacity of blood.\",\n strength: 1.1,\n defense: 1.1,\n factions: [\n FactionNames.SlumSnakes,\n FactionNames.TheDarkArmy,\n FactionNames.TheSyndicate,\n FactionNames.Volhaven,\n FactionNames.Ishima,\n FactionNames.OmniTekIncorporated,\n FactionNames.KuaiGongInternational,\n FactionNames.BladeIndustries,\n ],\n }),\n new Augmentation({\n name: AugmentationNames.CombatRib2,\n repCost: 1.875e4,\n moneyCost: 6.5e7,\n info:\n \"An upgraded version of the 'Combat Rib' augmentation that adds potent stimulants which \" +\n \"improve focus and endurance while decreasing reaction time and fatigue.\",\n prereqs: [AugmentationNames.CombatRib1],\n strength: 1.14,\n defense: 1.14,\n factions: [\n FactionNames.TheDarkArmy,\n FactionNames.TheSyndicate,\n FactionNames.Volhaven,\n FactionNames.OmniTekIncorporated,\n FactionNames.KuaiGongInternational,\n FactionNames.BladeIndustries,\n ],\n }),\n new Augmentation({\n name: AugmentationNames.CombatRib3,\n repCost: 3.5e4,\n moneyCost: 1.2e8,\n info:\n \"The latest version of the 'Combat Rib' augmentation releases advanced anabolic steroids that \" +\n \"improve muscle mass and physical performance while being safe and free of side effects.\",\n prereqs: [AugmentationNames.CombatRib2, AugmentationNames.CombatRib1],\n strength: 1.18,\n defense: 1.18,\n factions: [\n FactionNames.TheDarkArmy,\n FactionNames.TheSyndicate,\n FactionNames.OmniTekIncorporated,\n FactionNames.KuaiGongInternational,\n FactionNames.BladeIndustries,\n FactionNames.TheCovenant,\n ],\n }),\n new Augmentation({\n name: AugmentationNames.NanofiberWeave,\n repCost: 3.75e4,\n moneyCost: 1.25e8,\n info:\n \"Synthetic nanofibers are woven into the skin's extracellular matrix using electrospinning, \" +\n \"which improves its regenerative and extracellular homeostasis abilities.\",\n strength: 1.2,\n defense: 1.2,\n factions: [\n FactionNames.TheDarkArmy,\n FactionNames.TheSyndicate,\n FactionNames.OmniTekIncorporated,\n FactionNames.BladeIndustries,\n FactionNames.TianDiHui,\n FactionNames.SpeakersForTheDead,\n FactionNames.FulcrumSecretTechnologies,\n ],\n }),\n new Augmentation({\n name: AugmentationNames.SubdermalArmor,\n repCost: 8.75e5,\n moneyCost: 3.25e9,\n info:\n \"The NEMEAN Subdermal Weave is a thin, light-weight, graphene plating that houses a dilatant fluid. \" +\n \"The material is implanted underneath the skin, and is the most advanced form of defensive enhancement \" +\n \"that has ever been created. The dilatant fluid, despite being thin and light, is extremely effective \" +\n \"at stopping piercing blows and reducing blunt trauma. The properties of graphene allow the plating to \" +\n \"mitigate damage from any fire or electrical traumas.\",\n defense: 2.2,\n factions: [\n FactionNames.TheSyndicate,\n FactionNames.FulcrumSecretTechnologies,\n FactionNames.Illuminati,\n FactionNames.Daedalus,\n FactionNames.TheCovenant,\n ],\n }),\n new Augmentation({\n name: AugmentationNames.WiredReflexes,\n repCost: 1.25e3,\n moneyCost: 2.5e6,\n info:\n \"Synthetic nerve-enhancements are injected into all major parts of the somatic nervous system, \" +\n \"supercharging the spread of neural signals and increasing reflex speed.\",\n agility: 1.05,\n dexterity: 1.05,\n factions: [\n FactionNames.TianDiHui,\n FactionNames.SlumSnakes,\n FactionNames.Sector12,\n FactionNames.Volhaven,\n FactionNames.Aevum,\n FactionNames.Ishima,\n FactionNames.TheSyndicate,\n FactionNames.TheDarkArmy,\n FactionNames.SpeakersForTheDead,\n ],\n }),\n new Augmentation({\n name: AugmentationNames.GrapheneBoneLacings,\n repCost: 1.125e6,\n moneyCost: 4.25e9,\n info: \"Graphene is grafted and fused into the skeletal structure, enhancing bone density and tensile strength.\",\n strength: 1.7,\n defense: 1.7,\n factions: [FactionNames.FulcrumSecretTechnologies, FactionNames.TheCovenant],\n }),\n new Augmentation({\n name: AugmentationNames.BionicSpine,\n repCost: 4.5e4,\n moneyCost: 1.25e8,\n info:\n \"The spine is reconstructed using plasteel and carbon fibers. \" +\n \"It is now capable of stimulating and regulating neural signals \" +\n \"passing through the spinal cord, improving senses and reaction speed. \" +\n \"The 'Bionic Spine' also interfaces with all other 'Bionic' implants.\",\n strength: 1.15,\n defense: 1.15,\n agility: 1.15,\n dexterity: 1.15,\n factions: [\n FactionNames.SpeakersForTheDead,\n FactionNames.TheSyndicate,\n FactionNames.KuaiGongInternational,\n FactionNames.OmniTekIncorporated,\n FactionNames.BladeIndustries,\n ],\n }),\n new Augmentation({\n name: AugmentationNames.GrapheneBionicSpine,\n repCost: 1.625e6,\n moneyCost: 6e9,\n info:\n \"An upgrade to the 'Bionic Spine' augmentation. The spine is fused with graphene \" +\n \"which enhances durability and supercharges all body functions.\",\n prereqs: [AugmentationNames.BionicSpine],\n strength: 1.6,\n defense: 1.6,\n agility: 1.6,\n dexterity: 1.6,\n factions: [FactionNames.FulcrumSecretTechnologies, FactionNames.ECorp],\n }),\n new Augmentation({\n name: AugmentationNames.BionicLegs,\n repCost: 1.5e5,\n moneyCost: 3.75e8,\n info: \"Cybernetic legs, created from plasteel and carbon fibers, enhance running speed.\",\n agility: 1.6,\n factions: [\n FactionNames.SpeakersForTheDead,\n FactionNames.TheSyndicate,\n FactionNames.KuaiGongInternational,\n FactionNames.OmniTekIncorporated,\n FactionNames.BladeIndustries,\n ],\n }),\n new Augmentation({\n name: AugmentationNames.GrapheneBionicLegs,\n repCost: 7.5e5,\n moneyCost: 4.5e9,\n info:\n \"An upgrade to the 'Bionic Legs' augmentation. The legs are fused \" +\n \"with graphene, greatly enhancing jumping ability.\",\n prereqs: [AugmentationNames.BionicLegs],\n agility: 2.5,\n factions: [FactionNames.MegaCorp, FactionNames.ECorp, FactionNames.FulcrumSecretTechnologies],\n }),\n new Augmentation({\n name: AugmentationNames.SpeechProcessor,\n repCost: 7.5e3,\n moneyCost: 5e7,\n info:\n \"A cochlear implant with an embedded computer that analyzes incoming speech. \" +\n \"The embedded computer processes characteristics of incoming speech, such as tone \" +\n \"and inflection, to pick up on subtle cues and aid in social interactions.\",\n charisma: 1.2,\n factions: [\n FactionNames.TianDiHui,\n FactionNames.Chongqing,\n FactionNames.Sector12,\n FactionNames.NewTokyo,\n FactionNames.Aevum,\n FactionNames.Ishima,\n FactionNames.Volhaven,\n FactionNames.Silhouette,\n ],\n }),\n new Augmentation({\n name: AugmentationNames.TITN41Injection,\n repCost: 2.5e4,\n moneyCost: 1.9e8,\n info:\n \"TITN is a series of viruses that targets and alters the sequences of human DNA in genes that \" +\n \"control personality. The TITN-41 strain alters these genes so that the subject becomes more \" +\n \"outgoing and sociable.\",\n charisma: 1.15,\n charisma_exp: 1.15,\n factions: [FactionNames.Silhouette],\n }),\n new Augmentation({\n name: AugmentationNames.EnhancedSocialInteractionImplant,\n repCost: 3.75e5,\n moneyCost: 1.375e9,\n info:\n \"A cranial implant that greatly assists in the user's ability to analyze social situations \" +\n \"and interactions. The system uses a wide variety of factors such as facial expression, body \" +\n \"language, voice tone, and inflection to determine the best course of action during social \" +\n \"situations. The implant also uses deep learning software to continuously learn new behavior \" +\n \"patterns and how to best respond.\",\n charisma: 1.6,\n charisma_exp: 1.6,\n factions: [\n FactionNames.BachmanAssociates,\n FactionNames.NWO,\n FactionNames.ClarkeIncorporated,\n FactionNames.OmniTekIncorporated,\n FactionNames.FourSigma,\n ],\n }),\n new Augmentation({\n name: AugmentationNames.BitWire,\n repCost: 3.75e3,\n moneyCost: 1e7,\n info:\n \"A small brain implant embedded in the cerebrum. This regulates and improves the brain's computing \" +\n \"capabilities.\",\n hacking: 1.05,\n factions: [FactionNames.CyberSec, FactionNames.NiteSec],\n }),\n new Augmentation({\n name: AugmentationNames.ArtificialBioNeuralNetwork,\n repCost: 2.75e5,\n moneyCost: 3e9,\n info:\n \"A network consisting of millions of nanoprocessors is embedded into the brain. \" +\n \"The network is meant to mimic the way a biological brain solves a problem, with each \" +\n \"nanoprocessor acting similar to the way a neuron would in a neural network. However, these \" +\n \"nanoprocessors are programmed to perform computations much faster than organic neurons, \" +\n \"allowing the user to solve much more complex problems at a much faster rate.\",\n hacking_speed: 1.03,\n hacking_money: 1.15,\n hacking: 1.12,\n factions: [FactionNames.BitRunners, FactionNames.FulcrumSecretTechnologies],\n }),\n new Augmentation({\n name: AugmentationNames.ArtificialSynapticPotentiation,\n repCost: 6.25e3,\n moneyCost: 8e7,\n info:\n \"The body is injected with a chemical that artificially induces synaptic potentiation, \" +\n \"otherwise known as the strengthening of synapses. This results in enhanced cognitive abilities.\",\n hacking_speed: 1.02,\n hacking_chance: 1.05,\n hacking_exp: 1.05,\n factions: [FactionNames.TheBlackHand, FactionNames.NiteSec],\n }),\n new Augmentation({\n name: AugmentationNames.EnhancedMyelinSheathing,\n repCost: 1e5,\n moneyCost: 1.375e9,\n info:\n \"Electrical signals are used to induce a new, artificial form of myelinogenesis in the human body. \" +\n \"This process results in the proliferation of new, synthetic myelin sheaths in the nervous \" +\n \"system. These myelin sheaths can propagate neuro-signals much faster than their organic \" +\n \"counterparts, leading to greater processing speeds and better brain function.\",\n hacking_speed: 1.03,\n hacking_exp: 1.1,\n hacking: 1.08,\n factions: [FactionNames.FulcrumSecretTechnologies, FactionNames.BitRunners, FactionNames.TheBlackHand],\n }),\n new Augmentation({\n name: AugmentationNames.SynapticEnhancement,\n repCost: 2e3,\n moneyCost: 7.5e6,\n info:\n \"A small cranial implant that continuously uses weak electrical signals to stimulate the brain and \" +\n \"induce stronger synaptic activity. This improves the user's cognitive abilities.\",\n hacking_speed: 1.03,\n factions: [FactionNames.CyberSec, FactionNames.Aevum],\n }),\n new Augmentation({\n name: AugmentationNames.NeuralRetentionEnhancement,\n repCost: 2e4,\n moneyCost: 2.5e8,\n info:\n \"Chemical injections are used to permanently alter and strengthen the brain's neuronal \" +\n \"circuits, strengthening the ability to retain information.\",\n hacking_exp: 1.25,\n factions: [FactionNames.NiteSec],\n }),\n new Augmentation({\n name: AugmentationNames.DataJack,\n repCost: 1.125e5,\n moneyCost: 4.5e8,\n info:\n \"A brain implant that provides an interface for direct, wireless communication between a computer's main \" +\n \"memory and the mind. This implant allows the user to not only access a computer's memory, but also alter \" +\n \"and delete it.\",\n hacking_money: 1.25,\n factions: [\n FactionNames.BitRunners,\n FactionNames.TheBlackHand,\n FactionNames.NiteSec,\n FactionNames.Chongqing,\n FactionNames.NewTokyo,\n ],\n }),\n new Augmentation({\n name: AugmentationNames.ENM,\n repCost: 1.5e4,\n moneyCost: 2.5e8,\n info:\n \"A thin device embedded inside the arm containing a wireless module capable of connecting \" +\n \"to nearby networks. Once connected, the Netburner Module is capable of capturing and \" +\n \"processing all of the traffic on that network. By itself, the Embedded Netburner Module does \" +\n \"not do much, but a variety of very powerful upgrades can be installed that allow you to fully \" +\n \"control the traffic on a network.\",\n hacking: 1.08,\n factions: [\n FactionNames.BitRunners,\n FactionNames.TheBlackHand,\n FactionNames.NiteSec,\n FactionNames.ECorp,\n FactionNames.MegaCorp,\n FactionNames.FulcrumSecretTechnologies,\n FactionNames.NWO,\n FactionNames.BladeIndustries,\n ],\n }),\n new Augmentation({\n name: AugmentationNames.ENMCore,\n repCost: 175e3,\n moneyCost: 2.5e9,\n info:\n \"The Core library is an implant that upgrades the firmware of the Embedded Netburner Module. \" +\n \"This upgrade allows the Embedded Netburner Module to generate its own data on a network.\",\n prereqs: [AugmentationNames.ENM],\n hacking_speed: 1.03,\n hacking_money: 1.1,\n hacking_chance: 1.03,\n hacking_exp: 1.07,\n hacking: 1.07,\n factions: [\n FactionNames.BitRunners,\n FactionNames.TheBlackHand,\n FactionNames.ECorp,\n FactionNames.MegaCorp,\n FactionNames.FulcrumSecretTechnologies,\n FactionNames.NWO,\n FactionNames.BladeIndustries,\n ],\n }),\n new Augmentation({\n name: AugmentationNames.ENMCoreV2,\n repCost: 1e6,\n moneyCost: 4.5e9,\n info:\n \"The Core V2 library is an implant that upgrades the firmware of the Embedded Netburner Module. \" +\n \"This upgraded firmware allows the Embedded Netburner Module to control information on \" +\n \"a network by re-routing traffic, spoofing IP addresses, and altering the data inside network \" +\n \"packets.\",\n prereqs: [AugmentationNames.ENMCore, AugmentationNames.ENM],\n hacking_speed: 1.05,\n hacking_money: 1.3,\n hacking_chance: 1.05,\n hacking_exp: 1.15,\n hacking: 1.08,\n factions: [\n FactionNames.BitRunners,\n FactionNames.ECorp,\n FactionNames.MegaCorp,\n FactionNames.FulcrumSecretTechnologies,\n FactionNames.NWO,\n FactionNames.BladeIndustries,\n FactionNames.OmniTekIncorporated,\n FactionNames.KuaiGongInternational,\n ],\n }),\n new Augmentation({\n name: AugmentationNames.ENMCoreV3,\n repCost: 1.75e6,\n moneyCost: 7.5e9,\n info:\n \"The Core V3 library is an implant that upgrades the firmware of the Embedded Netburner Module. \" +\n \"This upgraded firmware allows the Embedded Netburner Module to seamlessly inject code into \" +\n \"any device on a network.\",\n prereqs: [AugmentationNames.ENMCoreV2, AugmentationNames.ENMCore, AugmentationNames.ENM],\n hacking_speed: 1.05,\n hacking_money: 1.4,\n hacking_chance: 1.1,\n hacking_exp: 1.25,\n hacking: 1.1,\n factions: [\n FactionNames.ECorp,\n FactionNames.MegaCorp,\n FactionNames.FulcrumSecretTechnologies,\n FactionNames.NWO,\n FactionNames.Daedalus,\n FactionNames.TheCovenant,\n FactionNames.Illuminati,\n ],\n }),\n new Augmentation({\n name: AugmentationNames.ENMAnalyzeEngine,\n repCost: 6.25e5,\n moneyCost: 6e9,\n info:\n \"Installs the Analyze Engine for the Embedded Netburner Module, which is a CPU cluster \" +\n \"that vastly outperforms the Netburner Module's native single-core processor.\",\n prereqs: [AugmentationNames.ENM],\n hacking_speed: 1.1,\n factions: [\n FactionNames.ECorp,\n FactionNames.MegaCorp,\n FactionNames.FulcrumSecretTechnologies,\n FactionNames.NWO,\n FactionNames.Daedalus,\n FactionNames.TheCovenant,\n FactionNames.Illuminati,\n ],\n }),\n new Augmentation({\n name: AugmentationNames.ENMDMA,\n repCost: 1e6,\n moneyCost: 7e9,\n info:\n \"This implant installs a Direct Memory Access (DMA) controller into the \" +\n \"Embedded Netburner Module. This allows the Module to send and receive data \" +\n \"directly to and from the main memory of devices on a network.\",\n prereqs: [AugmentationNames.ENM],\n hacking_money: 1.4,\n hacking_chance: 1.2,\n factions: [\n FactionNames.ECorp,\n FactionNames.MegaCorp,\n FactionNames.FulcrumSecretTechnologies,\n FactionNames.NWO,\n FactionNames.Daedalus,\n FactionNames.TheCovenant,\n FactionNames.Illuminati,\n ],\n }),\n new Augmentation({\n name: AugmentationNames.Neuralstimulator,\n repCost: 5e4,\n moneyCost: 3e9,\n info:\n \"A cranial implant that intelligently stimulates certain areas of the brain \" +\n \"in order to improve cognitive functions.\",\n hacking_speed: 1.02,\n hacking_chance: 1.1,\n hacking_exp: 1.12,\n factions: [\n FactionNames.TheBlackHand,\n FactionNames.Chongqing,\n FactionNames.Sector12,\n FactionNames.NewTokyo,\n FactionNames.Aevum,\n FactionNames.Ishima,\n FactionNames.Volhaven,\n FactionNames.BachmanAssociates,\n FactionNames.ClarkeIncorporated,\n FactionNames.FourSigma,\n ],\n }),\n new Augmentation({\n name: AugmentationNames.NeuralAccelerator,\n repCost: 2e5,\n moneyCost: 1.75e9,\n info:\n \"A microprocessor that accelerates the processing \" +\n \"speed of biological neural networks. This is a cranial implant that is embedded inside the brain.\",\n hacking: 1.1,\n hacking_exp: 1.15,\n hacking_money: 1.2,\n factions: [FactionNames.BitRunners],\n }),\n new Augmentation({\n name: AugmentationNames.CranialSignalProcessorsG1,\n repCost: 1e4,\n moneyCost: 7e7,\n info:\n \"The first generation of Cranial Signal Processors. Cranial Signal Processors \" +\n \"are a set of specialized microprocessors that are attached to \" +\n \"neurons in the brain. These chips process neural signals to quickly and automatically perform specific computations \" +\n \"so that the brain doesn't have to.\",\n hacking_speed: 1.01,\n hacking: 1.05,\n factions: [FactionNames.CyberSec, FactionNames.NiteSec],\n }),\n new Augmentation({\n name: AugmentationNames.CranialSignalProcessorsG2,\n repCost: 1.875e4,\n moneyCost: 1.25e8,\n info:\n \"The second generation of Cranial Signal Processors. Cranial Signal Processors \" +\n \"are a set of specialized microprocessors that are attached to \" +\n \"neurons in the brain. These chips process neural signals to quickly and automatically perform specific computations \" +\n \"so that the brain doesn't have to.\",\n prereqs: [AugmentationNames.CranialSignalProcessorsG1],\n hacking_speed: 1.02,\n hacking_chance: 1.05,\n hacking: 1.07,\n factions: [FactionNames.CyberSec, FactionNames.NiteSec],\n }),\n new Augmentation({\n name: AugmentationNames.CranialSignalProcessorsG3,\n repCost: 5e4,\n moneyCost: 5.5e8,\n info:\n \"The third generation of Cranial Signal Processors. Cranial Signal Processors \" +\n \"are a set of specialized microprocessors that are attached to \" +\n \"neurons in the brain. These chips process neural signals to quickly and automatically perform specific computations \" +\n \"so that the brain doesn't have to.\",\n prereqs: [AugmentationNames.CranialSignalProcessorsG2, AugmentationNames.CranialSignalProcessorsG1],\n hacking_speed: 1.02,\n hacking_money: 1.15,\n hacking: 1.09,\n factions: [FactionNames.NiteSec, FactionNames.TheBlackHand, FactionNames.BitRunners],\n }),\n new Augmentation({\n name: AugmentationNames.CranialSignalProcessorsG4,\n repCost: 1.25e5,\n moneyCost: 1.1e9,\n info:\n \"The fourth generation of Cranial Signal Processors. Cranial Signal Processors \" +\n \"are a set of specialized microprocessors that are attached to \" +\n \"neurons in the brain. These chips process neural signals to quickly and automatically perform specific computations \" +\n \"so that the brain doesn't have to.\",\n prereqs: [\n AugmentationNames.CranialSignalProcessorsG3,\n AugmentationNames.CranialSignalProcessorsG2,\n AugmentationNames.CranialSignalProcessorsG1,\n ],\n hacking_speed: 1.02,\n hacking_money: 1.2,\n hacking_grow: 1.25,\n factions: [FactionNames.TheBlackHand, FactionNames.BitRunners],\n }),\n new Augmentation({\n name: AugmentationNames.CranialSignalProcessorsG5,\n repCost: 2.5e5,\n moneyCost: 2.25e9,\n info:\n \"The fifth generation of Cranial Signal Processors. Cranial Signal Processors \" +\n \"are a set of specialized microprocessors that are attached to \" +\n \"neurons in the brain. These chips process neural signals to quickly and automatically perform specific computations \" +\n \"so that the brain doesn't have to.\",\n prereqs: [\n AugmentationNames.CranialSignalProcessorsG4,\n AugmentationNames.CranialSignalProcessorsG3,\n AugmentationNames.CranialSignalProcessorsG2,\n AugmentationNames.CranialSignalProcessorsG1,\n ],\n hacking: 1.3,\n hacking_money: 1.25,\n hacking_grow: 1.75,\n factions: [FactionNames.BitRunners],\n }),\n new Augmentation({\n name: AugmentationNames.NeuronalDensification,\n repCost: 1.875e5,\n moneyCost: 1.375e9,\n info:\n \"The brain is surgically re-engineered to have increased neuronal density \" +\n \"by decreasing the neuron gap junction. Then, the body is genetically modified \" +\n \"to enhance the production and capabilities of its neural stem cells.\",\n hacking: 1.15,\n hacking_exp: 1.1,\n hacking_speed: 1.03,\n factions: [FactionNames.ClarkeIncorporated],\n }),\n new Augmentation({\n name: AugmentationNames.NuoptimalInjectorImplant,\n repCost: 5e3,\n moneyCost: 2e7,\n info:\n \"This torso implant automatically injects nootropic supplements into \" +\n \"the bloodstream to improve memory, increase focus, and provide other \" +\n \"cognitive enhancements.\",\n company_rep: 1.2,\n factions: [\n FactionNames.TianDiHui,\n FactionNames.Volhaven,\n FactionNames.NewTokyo,\n FactionNames.Chongqing,\n FactionNames.ClarkeIncorporated,\n FactionNames.FourSigma,\n FactionNames.BachmanAssociates,\n ],\n }),\n new Augmentation({\n name: AugmentationNames.SpeechEnhancement,\n repCost: 2.5e3,\n moneyCost: 1.25e7,\n info:\n \"An advanced neural implant that improves your speaking abilities, making \" +\n \"you more convincing and likable in conversations and overall improving your \" +\n \"social interactions.\",\n company_rep: 1.1,\n charisma: 1.1,\n factions: [\n FactionNames.TianDiHui,\n FactionNames.SpeakersForTheDead,\n FactionNames.FourSigma,\n FactionNames.KuaiGongInternational,\n FactionNames.ClarkeIncorporated,\n FactionNames.BachmanAssociates,\n ],\n }),\n new Augmentation({\n name: AugmentationNames.FocusWire,\n repCost: 7.5e4,\n moneyCost: 9e8,\n info: \"A cranial implant that stops procrastination by blocking specific neural pathways in the brain.\",\n hacking_exp: 1.05,\n strength_exp: 1.05,\n defense_exp: 1.05,\n dexterity_exp: 1.05,\n agility_exp: 1.05,\n charisma_exp: 1.05,\n company_rep: 1.1,\n work_money: 1.2,\n factions: [\n FactionNames.BachmanAssociates,\n FactionNames.ClarkeIncorporated,\n FactionNames.FourSigma,\n FactionNames.KuaiGongInternational,\n ],\n }),\n new Augmentation({\n name: AugmentationNames.PCDNI,\n repCost: 3.75e5,\n moneyCost: 3.75e9,\n info:\n \"Installs a Direct-Neural Interface jack into your arm that is compatible with most \" +\n \"computers. Connecting to a computer through this jack allows you to interface with \" +\n \"it using the brain's electrochemical signals.\",\n company_rep: 1.3,\n hacking: 1.08,\n factions: [\n FactionNames.FourSigma,\n FactionNames.OmniTekIncorporated,\n FactionNames.ECorp,\n FactionNames.BladeIndustries,\n ],\n }),\n new Augmentation({\n name: AugmentationNames.PCDNIOptimizer,\n repCost: 5e5,\n moneyCost: 4.5e9,\n info:\n \"This is a submodule upgrade to the PC Direct-Neural Interface augmentation. It \" +\n \"improves the performance of the interface and gives the user more control options \" +\n \"to a connected computer.\",\n prereqs: [AugmentationNames.PCDNI],\n company_rep: 1.75,\n hacking: 1.1,\n factions: [FactionNames.FulcrumSecretTechnologies, FactionNames.ECorp, FactionNames.BladeIndustries],\n }),\n new Augmentation({\n name: AugmentationNames.PCDNINeuralNetwork,\n repCost: 1.5e6,\n moneyCost: 7.5e9,\n info:\n \"This is an additional installation that upgrades the functionality of the \" +\n \"PC Direct-Neural Interface augmentation. When connected to a computer, \" +\n \"the Neural Network upgrade allows the user to use their own brain's \" +\n \"processing power to aid the computer in computational tasks.\",\n prereqs: [AugmentationNames.PCDNI],\n company_rep: 2,\n hacking: 1.1,\n hacking_speed: 1.05,\n factions: [FactionNames.FulcrumSecretTechnologies],\n }),\n new Augmentation({\n name: AugmentationNames.ADRPheromone1,\n repCost: 3.75e3,\n moneyCost: 1.75e7,\n info:\n \"The body is genetically re-engineered so that it produces the ADR-V1 pheromone, \" +\n \"an artificial pheromone discovered by scientists. The ADR-V1 pheromone, when excreted, \" +\n \"triggers feelings of admiration and approval in other people.\",\n company_rep: 1.1,\n faction_rep: 1.1,\n factions: [\n FactionNames.TianDiHui,\n FactionNames.TheSyndicate,\n FactionNames.NWO,\n FactionNames.MegaCorp,\n FactionNames.FourSigma,\n ],\n }),\n new Augmentation({\n name: AugmentationNames.ADRPheromone2,\n repCost: 6.25e4,\n moneyCost: 5.5e8,\n info:\n \"The body is genetically re-engineered so that it produces the ADR-V2 pheromone, \" +\n \"which is similar to but more potent than ADR-V1. This pheromone, when excreted, \" +\n \"triggers feelings of admiration, approval, and respect in others.\",\n company_rep: 1.2,\n faction_rep: 1.2,\n factions: [\n FactionNames.Silhouette,\n FactionNames.FourSigma,\n FactionNames.BachmanAssociates,\n FactionNames.ClarkeIncorporated,\n ],\n }),\n new Augmentation({\n name: AugmentationNames.ShadowsSimulacrum,\n repCost: 3.75e4,\n moneyCost: 4e8,\n info:\n \"A crude but functional matter phase-shifter module that is embedded \" +\n \"in the brainstem and cerebellum. This augmentation was developed by \" +\n \"criminal organizations and allows the user to project and control holographic \" +\n \"simulacrums within a large radius. These simulacrums are commonly used for \" +\n \"espionage and surveillance work.\",\n company_rep: 1.15,\n faction_rep: 1.15,\n factions: [FactionNames.TheSyndicate, FactionNames.TheDarkArmy, FactionNames.SpeakersForTheDead],\n }),\n new Augmentation({\n name: AugmentationNames.HacknetNodeCPUUpload,\n repCost: 3.75e3,\n moneyCost: 1.1e7,\n info:\n \"Uploads the architecture and design details of a Hacknet Node's CPU into \" +\n \"the brain. This allows the user to engineer custom hardware and software \" +\n \"for the Hacknet Node that provides better performance.\",\n hacknet_node_money: 1.15,\n hacknet_node_purchase_cost: 0.85,\n factions: [FactionNames.Netburners],\n }),\n new Augmentation({\n name: AugmentationNames.HacknetNodeCacheUpload,\n repCost: 2.5e3,\n moneyCost: 5.5e6,\n info:\n \"Uploads the architecture and design details of a Hacknet Node's main-memory cache \" +\n \"into the brain. This allows the user to engineer custom cache hardware for the \" +\n \"Hacknet Node that offers better performance.\",\n hacknet_node_money: 1.1,\n hacknet_node_level_cost: 0.85,\n factions: [FactionNames.Netburners],\n }),\n new Augmentation({\n name: AugmentationNames.HacknetNodeNICUpload,\n repCost: 1.875e3,\n moneyCost: 4.5e6,\n info:\n \"Uploads the architecture and design details of a Hacknet Node's Network Interface Card (NIC) \" +\n \"into the brain. This allows the user to engineer a custom NIC for the Hacknet Node that \" +\n \"offers better performance.\",\n hacknet_node_money: 1.1,\n hacknet_node_purchase_cost: 0.9,\n factions: [FactionNames.Netburners],\n }),\n new Augmentation({\n name: AugmentationNames.HacknetNodeKernelDNI,\n repCost: 7.5e3,\n moneyCost: 4e7,\n info:\n \"Installs a Direct-Neural Interface jack into the arm that is capable of connecting to a \" +\n \"Hacknet Node. This lets the user access and manipulate the Node's kernel using \" +\n \"electrochemical signals.\",\n hacknet_node_money: 1.25,\n factions: [FactionNames.Netburners],\n }),\n new Augmentation({\n name: AugmentationNames.HacknetNodeCoreDNI,\n repCost: 1.25e4,\n moneyCost: 6e7,\n info:\n \"Installs a Direct-Neural Interface jack into the arm that is capable of connecting \" +\n \"to a Hacknet Node. This lets the user access and manipulate the Node's processing logic using \" +\n \"electrochemical signals.\",\n hacknet_node_money: 1.45,\n factions: [FactionNames.Netburners],\n }),\n new Augmentation({\n name: AugmentationNames.Neurotrainer1,\n repCost: 1e3,\n moneyCost: 4e6,\n info:\n \"A decentralized cranial implant that improves the brain's ability to learn. It is \" +\n \"installed by releasing millions of nanobots into the human brain, each of which \" +\n \"attaches to a different neural pathway to enhance the brain's ability to retain \" +\n \"and retrieve information.\",\n hacking_exp: 1.1,\n strength_exp: 1.1,\n defense_exp: 1.1,\n dexterity_exp: 1.1,\n agility_exp: 1.1,\n charisma_exp: 1.1,\n factions: [FactionNames.CyberSec, FactionNames.Aevum],\n }),\n new Augmentation({\n name: AugmentationNames.Neurotrainer2,\n repCost: 1e4,\n moneyCost: 4.5e7,\n info:\n \"A decentralized cranial implant that improves the brain's ability to learn. This \" +\n \"is a more powerful version of the Neurotrainer I augmentation, but it does not \" +\n \"require Neurotrainer I to be installed as a prerequisite.\",\n hacking_exp: 1.15,\n strength_exp: 1.15,\n defense_exp: 1.15,\n dexterity_exp: 1.15,\n agility_exp: 1.15,\n charisma_exp: 1.15,\n factions: [FactionNames.BitRunners, FactionNames.NiteSec],\n }),\n new Augmentation({\n name: AugmentationNames.Neurotrainer3,\n repCost: 2.5e4,\n moneyCost: 1.3e8,\n info:\n \"A decentralized cranial implant that improves the brain's ability to learn. This \" +\n \"is a more powerful version of the Neurotrainer I and Neurotrainer II augmentation, \" +\n \"but it does not require either of them to be installed as a prerequisite.\",\n hacking_exp: 1.2,\n strength_exp: 1.2,\n defense_exp: 1.2,\n dexterity_exp: 1.2,\n agility_exp: 1.2,\n charisma_exp: 1.2,\n factions: [FactionNames.NWO, FactionNames.FourSigma],\n }),\n new Augmentation({\n name: AugmentationNames.Hypersight,\n repCost: 1.5e5,\n moneyCost: 2.75e9,\n info:\n \"A bionic eye implant that grants sight capabilities far beyond those of a natural human. \" +\n \"Embedded circuitry within the implant provides the ability to detect heat and movement \" +\n \"through solid objects such as walls, thus providing 'x-ray vision'-like capabilities.\",\n dexterity: 1.4,\n hacking_speed: 1.03,\n hacking_money: 1.1,\n factions: [FactionNames.BladeIndustries, FactionNames.KuaiGongInternational],\n }),\n new Augmentation({\n name: AugmentationNames.LuminCloaking1,\n repCost: 1.5e3,\n moneyCost: 5e6,\n info:\n \"A skin implant that reinforces the skin with highly-advanced synthetic cells. These \" +\n \"cells, when powered, have a negative refractive index. As a result, they bend light \" +\n \"around the skin, making the user much harder to see with the naked eye.\",\n agility: 1.05,\n crime_money: 1.1,\n factions: [FactionNames.SlumSnakes, FactionNames.Tetrads],\n }),\n new Augmentation({\n name: AugmentationNames.LuminCloaking2,\n repCost: 5e3,\n moneyCost: 3e7,\n info:\n \"This is a more advanced version of the LuminCloaking-V1 augmentation. This skin implant \" +\n \"reinforces the skin with highly-advanced synthetic cells. These \" +\n \"cells, when powered, are capable of not only bending light but also of bending heat, \" +\n \"making the user more resilient as well as stealthy.\",\n prereqs: [AugmentationNames.LuminCloaking1],\n agility: 1.1,\n defense: 1.1,\n crime_money: 1.25,\n factions: [FactionNames.SlumSnakes, FactionNames.Tetrads],\n }),\n new Augmentation({\n name: AugmentationNames.SmartSonar,\n repCost: 2.25e4,\n moneyCost: 7.5e7,\n info: \"A cochlear implant that helps the player detect and locate enemies using sound propagation.\",\n dexterity: 1.1,\n dexterity_exp: 1.15,\n crime_money: 1.25,\n factions: [FactionNames.SlumSnakes],\n }),\n new Augmentation({\n name: AugmentationNames.PowerRecirculator,\n repCost: 2.5e4,\n moneyCost: 1.8e8,\n info:\n \"The body's nerves are attached with polypyrrole nanocircuits that \" +\n \"are capable of capturing wasted energy, in the form of heat, \" +\n \"and converting it back into usable power.\",\n hacking: 1.05,\n strength: 1.05,\n defense: 1.05,\n dexterity: 1.05,\n agility: 1.05,\n charisma: 1.05,\n hacking_exp: 1.1,\n strength_exp: 1.1,\n defense_exp: 1.1,\n dexterity_exp: 1.1,\n agility_exp: 1.1,\n charisma_exp: 1.1,\n factions: [FactionNames.Tetrads, FactionNames.TheDarkArmy, FactionNames.TheSyndicate, FactionNames.NWO],\n }),\n new Augmentation({\n name: AugmentationNames.QLink,\n repCost: 1.875e6,\n moneyCost: 2.5e13,\n info:\n `A brain implant that wirelessly connects you to the ${FactionNames.Illuminati}'s ` +\n \"quantum supercomputer, allowing you to access and use its incredible \" +\n \"computing power.\",\n hacking: 1.75,\n hacking_speed: 2,\n hacking_chance: 2.5,\n hacking_money: 4,\n factions: [FactionNames.Illuminati],\n }),\n new Augmentation({\n name: AugmentationNames.SPTN97,\n repCost: 1.25e6,\n moneyCost: 4.875e9,\n info:\n \"The SPTN-97 gene is injected into the genome. The SPTN-97 gene is an \" +\n \"artificially-synthesized gene that was developed by DARPA to create \" +\n \"super-soldiers through genetic modification. The gene was outlawed in \" +\n \"2056.\",\n strength: 1.75,\n defense: 1.75,\n dexterity: 1.75,\n agility: 1.75,\n hacking: 1.15,\n factions: [FactionNames.TheCovenant],\n }),\n new Augmentation({\n name: AugmentationNames.HiveMind,\n repCost: 1.5e6,\n moneyCost: 5.5e9,\n info:\n `A brain implant developed by ${FactionNames.ECorp}. They do not reveal what ` +\n \"exactly the implant does, but they promise that it will greatly \" +\n \"enhance your abilities.\",\n hacking_grow: 3,\n stats: null,\n factions: [FactionNames.ECorp],\n }),\n new Augmentation({\n name: AugmentationNames.TheRedPill,\n repCost: 2.5e6,\n moneyCost: 0,\n info: \"It's time to leave the cave.\",\n stats: null,\n isSpecial: true,\n factions: [FactionNames.Daedalus],\n }),\n new Augmentation({\n name: AugmentationNames.CordiARCReactor,\n repCost: 1.125e6,\n moneyCost: 5e9,\n info:\n \"The thoracic cavity is equipped with a small chamber designed \" +\n \"to hold and sustain hydrogen plasma. The plasma is used to generate \" +\n \"fusion power through nuclear fusion, providing limitless amounts of clean \" +\n \"energy for the body.\",\n strength: 1.35,\n defense: 1.35,\n dexterity: 1.35,\n agility: 1.35,\n strength_exp: 1.35,\n defense_exp: 1.35,\n dexterity_exp: 1.35,\n agility_exp: 1.35,\n factions: [FactionNames.MegaCorp],\n }),\n new Augmentation({\n name: AugmentationNames.SmartJaw,\n repCost: 3.75e5,\n moneyCost: 2.75e9,\n info:\n \"A bionic jaw that contains advanced hardware and software \" +\n \"capable of psychoanalyzing and profiling the personality of \" +\n \"others using optical imaging software.\",\n charisma: 1.5,\n charisma_exp: 1.5,\n company_rep: 1.25,\n faction_rep: 1.25,\n factions: [FactionNames.BachmanAssociates],\n }),\n new Augmentation({\n name: AugmentationNames.Neotra,\n repCost: 5.625e5,\n moneyCost: 2.875e9,\n info:\n \"A highly-advanced techno-organic drug that is injected into the skeletal \" +\n \"and integumentary system. The drug permanently modifies the DNA of the \" +\n \"body's skin and bone cells, granting them the ability to repair \" +\n \"and restructure themselves.\",\n strength: 1.55,\n defense: 1.55,\n factions: [FactionNames.BladeIndustries],\n }),\n new Augmentation({\n name: AugmentationNames.Xanipher,\n repCost: 8.75e5,\n moneyCost: 4.25e9,\n info:\n \"A concoction of advanced nanobots that is orally ingested into the \" +\n \"body. These nanobots induce physiological changes and significantly \" +\n \"improve the body's functioning in all aspects.\",\n hacking: 1.2,\n strength: 1.2,\n defense: 1.2,\n dexterity: 1.2,\n agility: 1.2,\n charisma: 1.2,\n hacking_exp: 1.15,\n strength_exp: 1.15,\n defense_exp: 1.15,\n dexterity_exp: 1.15,\n agility_exp: 1.15,\n charisma_exp: 1.15,\n factions: [FactionNames.NWO],\n }),\n new Augmentation({\n name: AugmentationNames.HydroflameLeftArm,\n repCost: 1.25e6,\n moneyCost: 2.5e12,\n info:\n \"The left arm of a legendary BitRunner who ascended beyond this world. \" +\n \"It projects a light blue energy shield that protects the exposed inner parts. \" +\n \"Even though it contains no weapons, the advanced tungsten titanium \" +\n \"alloy increases the user's strength to unbelievable levels.\",\n strength: 2.8,\n factions: [FactionNames.NWO],\n }),\n new Augmentation({\n name: AugmentationNames.nextSENS,\n repCost: 4.375e5,\n moneyCost: 1.925e9,\n info:\n \"The body is genetically re-engineered to maintain a state \" +\n \"of negligible senescence, preventing the body from \" +\n \"deteriorating with age.\",\n hacking: 1.2,\n strength: 1.2,\n defense: 1.2,\n dexterity: 1.2,\n agility: 1.2,\n charisma: 1.2,\n factions: [FactionNames.ClarkeIncorporated],\n }),\n new Augmentation({\n name: AugmentationNames.OmniTekInfoLoad,\n repCost: 6.25e5,\n moneyCost: 2.875e9,\n info:\n \"OmniTek's data and information repository is uploaded \" +\n \"into your brain, enhancing your programming and \" +\n \"hacking abilities.\",\n hacking: 1.2,\n hacking_exp: 1.25,\n factions: [FactionNames.OmniTekIncorporated],\n }),\n new Augmentation({\n name: AugmentationNames.PhotosyntheticCells,\n repCost: 5.625e5,\n moneyCost: 2.75e9,\n info:\n \"Chloroplasts are added to epidermal stem cells and are applied \" +\n \"to the body using a skin graft. The result is photosynthetic \" +\n \"skin cells, allowing users to generate their own energy \" +\n \"and nutrition using solar power.\",\n strength: 1.4,\n defense: 1.4,\n agility: 1.4,\n factions: [FactionNames.KuaiGongInternational],\n }),\n new Augmentation({\n name: AugmentationNames.Neurolink,\n repCost: 8.75e5,\n moneyCost: 4.375e9,\n info:\n \"A brain implant that provides a high-bandwidth, direct neural link between your \" +\n `mind and the ${FactionNames.BitRunners}' data servers, which reportedly contain ` +\n \"the largest database of hacking tools and information in the world.\",\n hacking: 1.15,\n hacking_exp: 1.2,\n hacking_chance: 1.1,\n hacking_speed: 1.05,\n programs: [Programs.FTPCrackProgram.name, Programs.RelaySMTPProgram.name],\n factions: [FactionNames.BitRunners],\n }),\n new Augmentation({\n name: AugmentationNames.TheBlackHand,\n repCost: 1e5,\n moneyCost: 5.5e8,\n info:\n \"A highly advanced bionic hand. This prosthetic not only \" +\n \"enhances strength and dexterity but it is also embedded \" +\n \"with hardware and firmware that lets the user connect to, access, and hack \" +\n \"devices and machines by just touching them.\",\n strength: 1.15,\n dexterity: 1.15,\n hacking: 1.1,\n hacking_speed: 1.02,\n hacking_money: 1.1,\n factions: [FactionNames.TheBlackHand],\n }),\n new Augmentation({\n name: AugmentationNames.CRTX42AA,\n repCost: 4.5e4,\n moneyCost: 2.25e8,\n info:\n \"The CRTX42-AA gene is injected into the genome. \" +\n \"The CRTX42-AA is an artificially-synthesized gene that targets the visual and prefrontal \" +\n \"cortex and improves cognitive abilities.\",\n hacking: 1.08,\n hacking_exp: 1.15,\n factions: [FactionNames.NiteSec],\n }),\n new Augmentation({\n name: AugmentationNames.Neuregen,\n repCost: 3.75e4,\n moneyCost: 3.75e8,\n info:\n \"A drug that genetically modifies the neurons in the brain \" +\n \"resulting in neurons that never die, continuously \" +\n \"regenerate, and strengthen themselves.\",\n hacking_exp: 1.4,\n factions: [FactionNames.Chongqing],\n }),\n new Augmentation({\n name: AugmentationNames.CashRoot,\n repCost: 1.25e4,\n moneyCost: 1.25e8,\n info: (\n <>\n A collection of digital assets saved on a small chip. The chip is implanted into your wrist. A small jack in the\n chip allows you to connect it to a computer and upload the assets.\n \n ),\n startingMoney: 1e6,\n programs: [Programs.BruteSSHProgram.name],\n factions: [FactionNames.Sector12],\n }),\n new Augmentation({\n name: AugmentationNames.NutriGen,\n repCost: 6.25e3,\n moneyCost: 2.5e6,\n info:\n \"A thermo-powered artificial nutrition generator. Endogenously \" +\n \"synthesizes glucose, amino acids, and vitamins and redistributes them \" +\n \"across the body. The device is powered by the body's naturally wasted \" +\n \"energy in the form of heat.\",\n strength_exp: 1.2,\n defense_exp: 1.2,\n dexterity_exp: 1.2,\n agility_exp: 1.2,\n factions: [FactionNames.NewTokyo],\n }),\n new Augmentation({\n name: AugmentationNames.PCMatrix,\n repCost: 100e3,\n moneyCost: 2e9,\n info:\n \"A 'Probability Computation Matrix' is installed in the frontal cortex. This implant \" +\n \"uses advanced mathematical algorithms to rapidly identify and compute statistical \" +\n \"outcomes of nearly every situation.\",\n charisma: 1.0777,\n charisma_exp: 1.0777,\n work_money: 1.777,\n faction_rep: 1.0777,\n company_rep: 1.0777,\n crime_success: 1.0777,\n crime_money: 1.0777,\n programs: [Programs.DeepscanV1.name, Programs.AutoLink.name],\n factions: [FactionNames.Aevum],\n }),\n new Augmentation({\n name: AugmentationNames.INFRARet,\n repCost: 7.5e3,\n moneyCost: 3e7,\n info: \"A tiny chip that sits behind the retina. This implant lets the user visually detect infrared radiation.\",\n crime_success: 1.25,\n crime_money: 1.1,\n dexterity: 1.1,\n factions: [FactionNames.Ishima],\n }),\n new Augmentation({\n name: AugmentationNames.DermaForce,\n repCost: 1.5e4,\n moneyCost: 5e7,\n info:\n \"Synthetic skin that is grafted onto the body. This skin consists of \" +\n \"millions of nanobots capable of projecting high-density muon beams, \" +\n \"creating an energy barrier around the user.\",\n defense: 1.4,\n factions: [FactionNames.Volhaven],\n }),\n new Augmentation({\n name: AugmentationNames.GrapheneBrachiBlades,\n repCost: 2.25e5,\n moneyCost: 2.5e9,\n info:\n \"An upgrade to the BrachiBlades augmentation. It infuses \" +\n \"the retractable blades with an advanced graphene material \" +\n \"making them stronger and lighter.\",\n prereqs: [AugmentationNames.BrachiBlades],\n strength: 1.4,\n defense: 1.4,\n crime_success: 1.1,\n crime_money: 1.3,\n factions: [FactionNames.SpeakersForTheDead],\n }),\n new Augmentation({\n name: AugmentationNames.GrapheneBionicArms,\n repCost: 5e5,\n moneyCost: 3.75e9,\n info:\n \"An upgrade to the Bionic Arms augmentation. It infuses the \" +\n \"prosthetic arms with an advanced graphene material \" +\n \"to make them stronger and lighter.\",\n prereqs: [AugmentationNames.BionicArms],\n strength: 1.85,\n dexterity: 1.85,\n factions: [FactionNames.TheDarkArmy],\n }),\n new Augmentation({\n name: AugmentationNames.BrachiBlades,\n repCost: 1.25e4,\n moneyCost: 9e7,\n info: \"A set of retractable plasteel blades that are implanted in the arm, underneath the skin.\",\n strength: 1.15,\n defense: 1.15,\n crime_success: 1.1,\n crime_money: 1.15,\n factions: [FactionNames.TheSyndicate],\n }),\n new Augmentation({\n name: AugmentationNames.BionicArms,\n repCost: 6.25e4,\n moneyCost: 2.75e8,\n info: \"Cybernetic arms created from plasteel and carbon fibers that completely replace the user's organic arms.\",\n strength: 1.3,\n dexterity: 1.3,\n factions: [FactionNames.Tetrads],\n }),\n new Augmentation({\n name: AugmentationNames.SNA,\n repCost: 6.25e3,\n moneyCost: 3e7,\n info:\n \"A cranial implant that affects the user's personality, making them better \" +\n \"at negotiation in social situations.\",\n work_money: 1.1,\n company_rep: 1.15,\n faction_rep: 1.15,\n factions: [FactionNames.TianDiHui],\n }),\n new Augmentation({\n name: AugmentationNames.NeuroreceptorManager,\n repCost: 0.75e5,\n moneyCost: 5.5e8,\n info:\n \"A brain implant carefully assembled around the synapses, which \" +\n \"micromanages the activity and levels of various neuroreceptor \" +\n \"chemicals and modulates electrical activity to optimize concentration, \" +\n \"allowing the user to multitask much more effectively.\",\n stats: (\n <>\n This augmentation removes the penalty for not focusing on actions such as working in a job or working for a\n faction.\n \n ),\n factions: [FactionNames.TianDiHui],\n }),\n\n // new Augmentation({\n // name: AugmentationNames.UnnamedAug2,\n // repCost: 500e3,\n // moneyCost: 5e9,\n // info: \"Undecided description\",\n // startingMoney: 100e6,\n // programs: [Programs.HTTPWormProgram.name, Programs.SQLInjectProgram.name],\n // factions: [FactionNames.OmniTekIncorporated],\n // }),\n\n // Grafting-exclusive Augmentation\n new Augmentation({\n name: AugmentationNames.CongruityImplant,\n repCost: Infinity,\n moneyCost: 50e12,\n info: (\n <>\n Developed by a pioneer in Grafting research, this implant generates pulses of stability which seem to have a\n nullifying effect versus the Entropy virus.\n
\n
\n Note: For unknown reasons, the lowercase n appears to be an integral component to its\n functionality.\n \n ),\n stats: <>This Augmentation removes the Entropy virus, and prevents it from affecting you again.,\n factions: [],\n }),\n\n // Sleeve exclusive augmentations\n new Augmentation({\n name: AugmentationNames.ZOE,\n isSpecial: true,\n repCost: Infinity,\n moneyCost: 1e12,\n info:\n \"Zoë's Omnicerebrum Ënhancer for sleeves inserts an omnicerebrum into your sleeve. \" +\n \"An omnicerebrum is a near perfect simulation of the human brain, allowing it to take advantage of a larger variety of augments. \" +\n \"But you should know about this BitRunner, since you have one of these yourself!\",\n stats: <>Allows sleeves to benefit from Stanek's Gift but it is less powerful if several are installed.,\n factions: [\n /*Technically in FactionNames.ChurchOfTheMachineGod but not really for display reasons */\n ],\n }),\n];\n\nexport const initBladeburnerAugmentations = (): Augmentation[] => [\n new Augmentation({\n name: AugmentationNames.EsperEyewear,\n repCost: 1.25e3,\n moneyCost: 1.65e8,\n info:\n \"Ballistic-grade protective and retractable eyewear that was designed specifically \" +\n \"for Bladeburner units. This \" +\n \"is implanted by installing a mechanical frame in the skull's orbit. \" +\n \"This frame interfaces with the brain and allows the user to \" +\n \"automatically extrude and extract the eyewear. The eyewear protects \" +\n \"against debris, shrapnel, lasers, blinding flashes, and gas. It is also \" +\n \"embedded with a data processing chip that can be programmed to display an \" +\n \"AR HUD to assist the user in field missions.\",\n bladeburner_success_chance: 1.03,\n dexterity: 1.05,\n isSpecial: true,\n factions: [FactionNames.Bladeburners],\n }),\n new Augmentation({\n name: AugmentationNames.EMS4Recombination,\n repCost: 2.5e3,\n moneyCost: 2.75e8,\n info:\n \"A DNA recombination of the EMS-4 Gene. This genetic engineering \" +\n \"technique was originally used on Bladeburners during the Synthoid uprising \" +\n \"to induce wakefulness and concentration, suppress fear, reduce empathy, \" +\n \"improve reflexes, and improve memory among other things.\",\n bladeburner_success_chance: 1.03,\n bladeburner_analysis: 1.05,\n bladeburner_stamina_gain: 1.02,\n isSpecial: true,\n factions: [FactionNames.Bladeburners],\n }),\n new Augmentation({\n name: AugmentationNames.OrionShoulder,\n repCost: 6.25e3,\n moneyCost: 5.5e8,\n info:\n \"A bionic shoulder augmentation for the right shoulder. Using cybernetics, \" +\n \"the ORION-MKIV shoulder enhances the strength and dexterity \" +\n \"of the user's right arm. It also provides protection due to its \" +\n \"crystallized graphene plating.\",\n defense: 1.05,\n strength: 1.05,\n dexterity: 1.05,\n bladeburner_success_chance: 1.04,\n isSpecial: true,\n factions: [FactionNames.Bladeburners],\n }),\n new Augmentation({\n name: AugmentationNames.HyperionV1,\n repCost: 1.25e4,\n moneyCost: 2.75e9,\n info:\n \"A pair of mini plasma cannons embedded into the hands. The Hyperion is capable \" +\n \"of rapidly firing bolts of high-density plasma. The weapon is meant to \" +\n \"be used against augmented enemies as the ionized \" +\n \"nature of the plasma disrupts the electrical systems of Augmentations. However, \" +\n \"it can also be effective against non-augmented enemies due to its high temperature \" +\n \"and concussive force.\",\n bladeburner_success_chance: 1.06,\n isSpecial: true,\n factions: [FactionNames.Bladeburners],\n }),\n new Augmentation({\n name: AugmentationNames.HyperionV2,\n repCost: 2.5e4,\n moneyCost: 5.5e9,\n info:\n \"A pair of mini plasma cannons embedded into the hands. This augmentation \" +\n \"is more advanced and powerful than the original V1 model. This V2 model is \" +\n \"more power-efficient, more accurate, and can fire plasma bolts at a much \" +\n \"higher velocity than the V1 model.\",\n prereqs: [AugmentationNames.HyperionV1],\n bladeburner_success_chance: 1.08,\n isSpecial: true,\n factions: [FactionNames.Bladeburners],\n }),\n new Augmentation({\n name: AugmentationNames.GolemSerum,\n repCost: 3.125e4,\n moneyCost: 1.1e10,\n info:\n \"A serum that permanently enhances many aspects of human capabilities, \" +\n \"including strength, speed, immune system enhancements, and mitochondrial efficiency. The \" +\n \"serum was originally developed by the Chinese military in an attempt to \" +\n \"create super soldiers.\",\n strength: 1.07,\n defense: 1.07,\n dexterity: 1.07,\n agility: 1.07,\n bladeburner_stamina_gain: 1.05,\n isSpecial: true,\n factions: [FactionNames.Bladeburners],\n }),\n new Augmentation({\n name: AugmentationNames.VangelisVirus,\n repCost: 1.875e4,\n moneyCost: 2.75e9,\n info:\n \"A synthetic symbiotic virus that is injected into human brain tissue. The Vangelis virus \" +\n \"heightens the senses and focus of its host, and also enhances its intuition.\",\n dexterity_exp: 1.1,\n bladeburner_analysis: 1.1,\n bladeburner_success_chance: 1.04,\n isSpecial: true,\n factions: [FactionNames.Bladeburners],\n }),\n new Augmentation({\n name: AugmentationNames.VangelisVirus3,\n repCost: 3.75e4,\n moneyCost: 1.1e10,\n info:\n \"An improved version of Vangelis, a synthetic symbiotic virus that is \" +\n \"injected into human brain tissue. On top of the benefits of the original \" +\n \"virus, this also grants accelerated healing and enhanced \" +\n \"reflexes.\",\n prereqs: [AugmentationNames.VangelisVirus],\n defense_exp: 1.1,\n dexterity_exp: 1.1,\n bladeburner_analysis: 1.15,\n bladeburner_success_chance: 1.05,\n isSpecial: true,\n factions: [FactionNames.Bladeburners],\n }),\n new Augmentation({\n name: AugmentationNames.INTERLINKED,\n repCost: 2.5e4,\n moneyCost: 5.5e9,\n info:\n \"The DNA is genetically modified to enhance the human's body \" +\n \"extracellular matrix (ECM). This improves the ECM's ability to \" +\n \"structurally support the body and grants heightened strength and \" +\n \"durability.\",\n strength_exp: 1.05,\n defense_exp: 1.05,\n dexterity_exp: 1.05,\n agility_exp: 1.05,\n bladeburner_max_stamina: 1.1,\n isSpecial: true,\n factions: [FactionNames.Bladeburners],\n }),\n new Augmentation({\n name: AugmentationNames.BladeRunner,\n repCost: 2e4,\n moneyCost: 8.25e9,\n info:\n `A cybernetic foot augmentation that was specifically created for ${FactionNames.Bladeburners} ` +\n \"during the Synthoid Uprising. The organic musculature of the human foot \" +\n \"is enhanced with flexible carbon nanotube matrices that are controlled by \" +\n \"intelligent servo-motors.\",\n agility: 1.05,\n bladeburner_max_stamina: 1.05,\n bladeburner_stamina_gain: 1.05,\n isSpecial: true,\n factions: [FactionNames.Bladeburners],\n }),\n new Augmentation({\n name: AugmentationNames.BladeArmor,\n repCost: 1.25e4,\n moneyCost: 1.375e9,\n info:\n `A powered exoskeleton suit designed as armor for ${FactionNames.Bladeburners} units. This ` +\n \"exoskeleton is incredibly adaptable and can protect the wearer from blunt, piercing, \" +\n \"concussive, thermal, chemical, and electric trauma. It also enhances the user's \" +\n \"physical abilities.\",\n strength: 1.04,\n defense: 1.04,\n dexterity: 1.04,\n agility: 1.04,\n bladeburner_stamina_gain: 1.02,\n bladeburner_success_chance: 1.03,\n isSpecial: true,\n factions: [FactionNames.Bladeburners],\n }),\n new Augmentation({\n name: AugmentationNames.BladeArmorPowerCells,\n repCost: 1.875e4,\n moneyCost: 2.75e9,\n info:\n \"Upgrades the BLADE-51b Tesla Armor with Ion Power Cells, which are capable of \" +\n \"more efficiently storing and using power.\",\n prereqs: [AugmentationNames.BladeArmor],\n bladeburner_success_chance: 1.05,\n bladeburner_stamina_gain: 1.02,\n bladeburner_max_stamina: 1.05,\n isSpecial: true,\n factions: [FactionNames.Bladeburners],\n }),\n new Augmentation({\n name: AugmentationNames.BladeArmorEnergyShielding,\n repCost: 2.125e4,\n moneyCost: 5.5e9,\n info:\n \"Upgrades the BLADE-51b Tesla Armor with a plasma energy propulsion system \" +\n \"that is capable of projecting an energy shielding force field.\",\n prereqs: [AugmentationNames.BladeArmor],\n defense: 1.05,\n bladeburner_success_chance: 1.06,\n isSpecial: true,\n factions: [FactionNames.Bladeburners],\n }),\n new Augmentation({\n name: AugmentationNames.BladeArmorUnibeam,\n repCost: 3.125e4,\n moneyCost: 1.65e10,\n info:\n \"Upgrades the BLADE-51b Tesla Armor with a concentrated deuterium-fluoride laser \" +\n \"weapon. It's precision and accuracy makes it useful for quickly neutralizing \" +\n \"threats while keeping casualties to a minimum.\",\n prereqs: [AugmentationNames.BladeArmor],\n bladeburner_success_chance: 1.08,\n isSpecial: true,\n factions: [FactionNames.Bladeburners],\n }),\n new Augmentation({\n name: AugmentationNames.BladeArmorOmnibeam,\n repCost: 6.25e4,\n moneyCost: 2.75e10,\n info:\n \"Upgrades the BLADE-51b Tesla Armor Unibeam augmentation to use a \" +\n \"multiple-fiber system. This upgraded weapon uses multiple fiber laser \" +\n \"modules that combine together to form a single, more powerful beam of up to \" +\n \"2000MW.\",\n prereqs: [AugmentationNames.BladeArmorUnibeam],\n bladeburner_success_chance: 1.1,\n isSpecial: true,\n factions: [FactionNames.Bladeburners],\n }),\n new Augmentation({\n name: AugmentationNames.BladeArmorIPU,\n repCost: 1.5e4,\n moneyCost: 1.1e9,\n info:\n \"Upgrades the BLADE-51b Tesla Armor with an AI Information Processing \" +\n \"Unit that was specially designed to analyze Synthoid related data and \" +\n \"information.\",\n prereqs: [AugmentationNames.BladeArmor],\n bladeburner_analysis: 1.15,\n bladeburner_success_chance: 1.02,\n isSpecial: true,\n factions: [FactionNames.Bladeburners],\n }),\n new Augmentation({\n name: AugmentationNames.BladesSimulacrum,\n repCost: 1.25e3,\n moneyCost: 1.5e11,\n info:\n \"A highly-advanced matter phase-shifter module that is embedded \" +\n \"in the brainstem and cerebellum. This augmentation allows \" +\n \"the user to project and control a holographic simulacrum within an \" +\n \"extremely large radius. These specially-modified holograms were specifically \" +\n \"weaponized by Bladeburner units to be used against Synthoids.\",\n stats: (\n <>\n This augmentation allows you to perform Bladeburner actions and other actions (such as working, committing\n crimes, etc.) at the same time.\n \n ),\n isSpecial: true,\n factions: [FactionNames.Bladeburners],\n }),\n];\n\nexport const initChurchOfTheMachineGodAugmentations = (): Augmentation[] => [\n new Augmentation({\n name: AugmentationNames.StaneksGift1,\n repCost: 0,\n moneyCost: 0,\n info:\n 'Allison \"Mother\" Stanek imparts you with her gift. An ' +\n \"experimental Augmentation implanted at the base of the neck. \" +\n \"It allows you to overclock your entire system by carefully \" +\n \"changing the configuration.\",\n isSpecial: true,\n hacking_chance: 0.9,\n hacking_speed: 0.9,\n hacking_money: 0.9,\n hacking_grow: 0.9,\n hacking: 0.9,\n strength: 0.9,\n defense: 0.9,\n dexterity: 0.9,\n agility: 0.9,\n charisma: 0.9,\n hacking_exp: 0.9,\n strength_exp: 0.9,\n defense_exp: 0.9,\n dexterity_exp: 0.9,\n agility_exp: 0.9,\n charisma_exp: 0.9,\n company_rep: 0.9,\n faction_rep: 0.9,\n crime_money: 0.9,\n crime_success: 0.9,\n hacknet_node_money: 0.9,\n hacknet_node_purchase_cost: 1.1,\n hacknet_node_ram_cost: 1.1,\n hacknet_node_core_cost: 1.1,\n hacknet_node_level_cost: 1.1,\n work_money: 0.9,\n stats: <>Its unstable nature decreases all your stats by 10%,\n factions: [FactionNames.ChurchOfTheMachineGod],\n }),\n new Augmentation({\n name: AugmentationNames.StaneksGift2,\n repCost: 1e6,\n moneyCost: 0,\n info:\n \"The next evolution is near, a coming together of man and machine. A synthesis greater than the birth of the human \" +\n \"organism. Time spent with the gift has allowed for acclimatization of the invasive augment and the toll it takes upon \" +\n \"your frame granting a 5% reduced penalty to all stats.\",\n prereqs: [AugmentationNames.StaneksGift1],\n isSpecial: true,\n hacking_chance: 0.95 / 0.9,\n hacking_speed: 0.95 / 0.9,\n hacking_money: 0.95 / 0.9,\n hacking_grow: 0.95 / 0.9,\n hacking: 0.95 / 0.9,\n strength: 0.95 / 0.9,\n defense: 0.95 / 0.9,\n dexterity: 0.95 / 0.9,\n agility: 0.95 / 0.9,\n charisma: 0.95 / 0.9,\n hacking_exp: 0.95 / 0.9,\n strength_exp: 0.95 / 0.9,\n defense_exp: 0.95 / 0.9,\n dexterity_exp: 0.95 / 0.9,\n agility_exp: 0.95 / 0.9,\n charisma_exp: 0.95 / 0.9,\n company_rep: 0.95 / 0.9,\n faction_rep: 0.95 / 0.9,\n crime_money: 0.95 / 0.9,\n crime_success: 0.95 / 0.9,\n hacknet_node_money: 0.95 / 0.9,\n hacknet_node_purchase_cost: 1.05 / 1.1,\n hacknet_node_ram_cost: 1.05 / 1.1,\n hacknet_node_core_cost: 1.05 / 1.1,\n hacknet_node_level_cost: 1.05 / 1.1,\n work_money: 0.95 / 0.9,\n stats: <>The penalty for the gift is reduced to 5%,\n factions: [FactionNames.ChurchOfTheMachineGod],\n }),\n new Augmentation({\n name: AugmentationNames.StaneksGift3,\n repCost: 1e8,\n moneyCost: 0,\n info:\n \"The synthesis of human and machine is nothing to fear. It is our destiny. \" +\n \"You will become greater than the sum of our parts. As One. Embrace your gift \" +\n \"fully and wholly free of it's accursed toll. Serenity brings tranquility in the form \" +\n \"of no longer suffering a stat penalty. \",\n prereqs: [AugmentationNames.StaneksGift2, AugmentationNames.StaneksGift1],\n isSpecial: true,\n hacking_chance: 1 / 0.95,\n hacking_speed: 1 / 0.95,\n hacking_money: 1 / 0.95,\n hacking_grow: 1 / 0.95,\n hacking: 1 / 0.95,\n strength: 1 / 0.95,\n defense: 1 / 0.95,\n dexterity: 1 / 0.95,\n agility: 1 / 0.95,\n charisma: 1 / 0.95,\n hacking_exp: 1 / 0.95,\n strength_exp: 1 / 0.95,\n defense_exp: 1 / 0.95,\n dexterity_exp: 1 / 0.95,\n agility_exp: 1 / 0.95,\n charisma_exp: 1 / 0.95,\n company_rep: 1 / 0.95,\n faction_rep: 1 / 0.95,\n crime_money: 1 / 0.95,\n crime_success: 1 / 0.95,\n hacknet_node_money: 1 / 0.95,\n hacknet_node_purchase_cost: 1 / 1.05,\n hacknet_node_ram_cost: 1 / 1.05,\n hacknet_node_core_cost: 1 / 1.05,\n hacknet_node_level_cost: 1 / 1.05,\n work_money: 1 / 0.95,\n stats: <>Stanek's Gift has no penalty.,\n factions: [FactionNames.ChurchOfTheMachineGod],\n }),\n new Augmentation({\n name: AugmentationNames.BigDsBigBrain,\n isSpecial: true,\n factions: [],\n repCost: Infinity,\n moneyCost: Infinity,\n info:\n \"A chip containing the psyche of the greatest BitRunner to ever exists. \" +\n \"Installing this relic significantly increases ALL of your stats. \" +\n \"However it may have unintended consequence on the users mental well-being.\",\n stats: <>Grants access to unimaginable power.,\n hacking: 2,\n strength: 2,\n defense: 2,\n dexterity: 2,\n agility: 2,\n charisma: 2,\n hacking_exp: 2,\n strength_exp: 2,\n defense_exp: 2,\n dexterity_exp: 2,\n agility_exp: 2,\n charisma_exp: 2,\n hacking_chance: 2,\n hacking_speed: 2,\n hacking_money: 2,\n hacking_grow: 2,\n company_rep: 2,\n faction_rep: 2,\n crime_money: 2,\n crime_success: 2,\n work_money: 2,\n hacknet_node_money: 2,\n hacknet_node_purchase_cost: 0.5,\n hacknet_node_ram_cost: 0.5,\n hacknet_node_core_cost: 0.5,\n hacknet_node_level_cost: 0.5,\n bladeburner_max_stamina: 2,\n bladeburner_stamina_gain: 2,\n bladeburner_analysis: 2,\n bladeburner_success_chance: 2,\n\n startingMoney: 1e12,\n programs: [\n Programs.BruteSSHProgram.name,\n Programs.FTPCrackProgram.name,\n Programs.RelaySMTPProgram.name,\n Programs.HTTPWormProgram.name,\n Programs.SQLInjectProgram.name,\n Programs.DeepscanV1.name,\n Programs.DeepscanV2.name,\n Programs.ServerProfiler.name,\n Programs.AutoLink.name,\n Programs.Formulas.name,\n ],\n }),\n];\n\nexport function initNeuroFluxGovernor(): Augmentation {\n const donationBonus = CONSTANTS.Donations / 1e6 / 100; // 1 millionth of a percent per donation\n return new Augmentation({\n name: AugmentationNames.NeuroFluxGovernor,\n repCost: 500,\n moneyCost: 750e3,\n info:\n \"Undetectable adamantium nanobots injected in the users bloodstream. The NeuroFlux Governor \" +\n \"monitors and regulates all aspects of the human body, essentially 'governing' the body. \" +\n \"By doing so, it improves the users performance for most actions.\",\n stats: (\n <>\n This special augmentation can be leveled up infinitely. Each level of this augmentation increases MOST\n multipliers by 1% (+{(donationBonus * 100).toFixed(6)}%), stacking multiplicatively.\n \n ),\n isSpecial: true,\n hacking_chance: 1.01 + donationBonus,\n hacking_speed: 1.01 + donationBonus,\n hacking_money: 1.01 + donationBonus,\n hacking_grow: 1.01 + donationBonus,\n hacking: 1.01 + donationBonus,\n strength: 1.01 + donationBonus,\n defense: 1.01 + donationBonus,\n dexterity: 1.01 + donationBonus,\n agility: 1.01 + donationBonus,\n charisma: 1.01 + donationBonus,\n hacking_exp: 1.01 + donationBonus,\n strength_exp: 1.01 + donationBonus,\n defense_exp: 1.01 + donationBonus,\n dexterity_exp: 1.01 + donationBonus,\n agility_exp: 1.01 + donationBonus,\n charisma_exp: 1.01 + donationBonus,\n company_rep: 1.01 + donationBonus,\n faction_rep: 1.01 + donationBonus,\n crime_money: 1.01 + donationBonus,\n crime_success: 1.01 + donationBonus,\n hacknet_node_money: 1.01 + donationBonus,\n hacknet_node_purchase_cost: 1 / (1.01 + donationBonus),\n hacknet_node_ram_cost: 1 / (1.01 + donationBonus),\n hacknet_node_core_cost: 1 / (1.01 + donationBonus),\n hacknet_node_level_cost: 1 / (1.01 + donationBonus),\n work_money: 1.01 + donationBonus,\n factions: Object.values(FactionNames).filter(\n (factionName) =>\n ![FactionNames.ShadowsOfAnarchy, FactionNames.Bladeburners, FactionNames.ChurchOfTheMachineGod].includes(\n factionName,\n ),\n ),\n });\n}\n\nexport function initUnstableCircadianModulator(): Augmentation {\n //Time-Based Augment Test\n const randomBonuses = getRandomBonus();\n\n const UnstableCircadianModulatorParams: IConstructorParams = {\n name: AugmentationNames.UnstableCircadianModulator,\n moneyCost: 5e9,\n repCost: 3.625e5,\n info:\n \"An experimental nanobot injection. Its unstable nature leads to \" +\n \"unpredictable results based on your circadian rhythm.\",\n factions: [FactionNames.SpeakersForTheDead],\n };\n Object.keys(randomBonuses.bonuses).forEach(\n (key) => ((UnstableCircadianModulatorParams as any)[key] = randomBonuses.bonuses[key]),\n );\n\n return new Augmentation(UnstableCircadianModulatorParams);\n}\n","import { Player } from \"../../../Player\";\nimport { Generic_fromJSON, Generic_toJSON, IReviverValue, Reviver } from \"../../../utils/JSONReviver\";\nimport { Sleeve } from \"../Sleeve\";\nimport { Work, WorkType } from \"./Work\";\nimport { CONSTANTS } from \"../../../Constants\";\n\nconst infiltrateCycles = 60000 / CONSTANTS._idleSpeed;\n\nexport const isSleeveInfiltrateWork = (w: Work | null): w is SleeveInfiltrateWork =>\n w !== null && w.type === WorkType.INFILTRATE;\n\nexport class SleeveInfiltrateWork extends Work {\n cyclesWorked = 0;\n\n constructor() {\n super(WorkType.INFILTRATE);\n }\n\n cyclesNeeded(): number {\n return infiltrateCycles;\n }\n\n process(_sleeve: Sleeve, cycles: number): number {\n if (!Player.bladeburner) throw new Error(\"sleeve doing blade work without being a member\");\n this.cyclesWorked += cycles;\n if (this.cyclesWorked > this.cyclesNeeded()) {\n this.cyclesWorked -= this.cyclesNeeded();\n Player.bladeburner.infiltrateSynthoidCommunities();\n }\n return 0;\n }\n\n APICopy(): Record {\n return {\n type: this.type,\n };\n }\n\n /** Serialize the current object to a JSON save state. */\n toJSON(): IReviverValue {\n return Generic_toJSON(\"SleeveInfiltrateWork\", this);\n }\n\n /** Initializes a BladeburnerWork object from a JSON save state. */\n static fromJSON(value: IReviverValue): SleeveInfiltrateWork {\n return Generic_fromJSON(SleeveInfiltrateWork, value.data);\n }\n}\n\nReviver.constructors.SleeveInfiltrateWork = SleeveInfiltrateWork;\n","import { FactionNames } from \"../../Faction/data/FactionNames\";\n// tslint:disable:max-file-line-count\n\n// This could actually be a JSON file as it should be constant metadata to be imported...\nimport { IMinMaxRange } from \"../../types\";\nimport { LocationName } from \"../../Locations/data/LocationNames\";\nimport { LiteratureNames } from \"../../Literature/data/LiteratureNames\";\nimport { SpecialServers } from \"./SpecialServers\";\n\n/**\n * The metadata describing the base state of servers on the network.\n * These values will be adjusted based on Bitnode multipliers when the Server objects are built out.\n */\ninterface IServerMetadata {\n /** When populated, the base security level of the server. */\n hackDifficulty?: number | IMinMaxRange;\n\n /** The DNS name of the server. */\n hostname: string;\n\n /** When populated, the files will be added to the server when created. */\n literature?: string[];\n\n /**\n * When populated, the exponent of 2^x amount of RAM the server has.\n * This should be in the range of 1-20, to match the Player's max RAM.\n */\n maxRamExponent?: number | IMinMaxRange;\n\n /** How much money the server starts out with. */\n moneyAvailable: number | IMinMaxRange;\n\n /**\n * The number of network layers away from the `home` server.\n * This value is between 1 and 15.\n * If this is not populated, @specialName should be.\n */\n networkLayer?: number | IMinMaxRange;\n\n /** The number of ports that must be opened before the player can execute NUKE. */\n numOpenPortsRequired: number;\n\n /** The organization that the server belongs to. */\n organizationName: string;\n\n /** The minimum hacking level before the player can run NUKE. */\n requiredHackingSkill: number | IMinMaxRange;\n\n /** The growth factor for the server. */\n serverGrowth?: number | IMinMaxRange;\n\n /** A \"unique\" server that has special implications when the player manually hacks it. */\n specialName?: string;\n}\n\n/** The metadata for building up the servers on the network. */\nexport const serverMetadata: IServerMetadata[] = [\n {\n hackDifficulty: 99,\n hostname: LocationName.AevumECorp.toLowerCase(),\n moneyAvailable: {\n max: 70e9,\n min: 30e9,\n },\n networkLayer: 15,\n numOpenPortsRequired: 5,\n organizationName: LocationName.AevumECorp,\n requiredHackingSkill: {\n max: 1400,\n min: 1050,\n },\n serverGrowth: 99,\n specialName: LocationName.AevumECorp,\n },\n {\n hackDifficulty: 99,\n hostname: LocationName.Sector12MegaCorp.toLowerCase(),\n moneyAvailable: {\n max: 60e9,\n min: 40e9,\n },\n networkLayer: 15,\n numOpenPortsRequired: 5,\n organizationName: LocationName.Sector12MegaCorp,\n requiredHackingSkill: {\n max: 1350,\n min: 1100,\n },\n serverGrowth: 99,\n specialName: LocationName.Sector12MegaCorp,\n },\n {\n hackDifficulty: {\n max: 88,\n min: 72,\n },\n hostname: \"b-and-a\",\n moneyAvailable: {\n max: 30e9,\n min: 15e9,\n },\n networkLayer: 14,\n numOpenPortsRequired: 5,\n organizationName: LocationName.AevumBachmanAndAssociates,\n requiredHackingSkill: {\n max: 1150,\n min: 900,\n },\n serverGrowth: {\n max: 80,\n min: 60,\n },\n specialName: LocationName.AevumBachmanAndAssociates,\n },\n {\n hackDifficulty: {\n max: 97,\n min: 88,\n },\n hostname: \"blade\",\n literature: [LiteratureNames.BeyondMan],\n maxRamExponent: {\n max: 9,\n min: 5,\n },\n moneyAvailable: {\n max: 40e9,\n min: 10e9,\n },\n networkLayer: 14,\n numOpenPortsRequired: 5,\n organizationName: LocationName.Sector12BladeIndustries,\n requiredHackingSkill: {\n max: 1200,\n min: 900,\n },\n serverGrowth: {\n max: 85,\n min: 55,\n },\n specialName: LocationName.Sector12BladeIndustries,\n },\n {\n hackDifficulty: 99,\n hostname: LocationName.VolhavenNWO.toLowerCase(),\n literature: [LiteratureNames.TheHiddenWorld],\n moneyAvailable: {\n max: 40e9,\n min: 20e9,\n },\n networkLayer: 14,\n numOpenPortsRequired: 5,\n organizationName: LocationName.VolhavenNWO,\n requiredHackingSkill: {\n max: 1300,\n min: 950,\n },\n serverGrowth: {\n max: 95,\n min: 65,\n },\n specialName: LocationName.VolhavenNWO,\n },\n {\n hackDifficulty: {\n max: 65,\n min: 45,\n },\n hostname: \"clarkinc\",\n literature: [LiteratureNames.BeyondMan, LiteratureNames.CostOfImmortality],\n moneyAvailable: {\n max: 25e9,\n min: 15e9,\n },\n networkLayer: 14,\n numOpenPortsRequired: 5,\n organizationName: LocationName.AevumClarkeIncorporated,\n requiredHackingSkill: {\n max: 1250,\n min: 950,\n },\n serverGrowth: {\n max: 75,\n min: 45,\n },\n specialName: LocationName.AevumClarkeIncorporated,\n },\n {\n hackDifficulty: {\n max: 99,\n min: 90,\n },\n hostname: \"omnitek\",\n literature: [LiteratureNames.CodedIntelligence, LiteratureNames.HistoryOfSynthoids],\n maxRamExponent: {\n max: 9,\n min: 7,\n },\n moneyAvailable: {\n max: 22e9,\n min: 13e9,\n },\n networkLayer: 13,\n numOpenPortsRequired: 5,\n organizationName: LocationName.VolhavenOmniTekIncorporated,\n requiredHackingSkill: {\n max: 1100,\n min: 900,\n },\n serverGrowth: {\n max: 99,\n min: 95,\n },\n specialName: LocationName.VolhavenOmniTekIncorporated,\n },\n {\n hackDifficulty: {\n max: 75,\n min: 55,\n },\n hostname: \"4sigma\",\n moneyAvailable: {\n max: 25e9,\n min: 15e9,\n },\n networkLayer: 13,\n numOpenPortsRequired: 5,\n organizationName: LocationName.Sector12FourSigma,\n requiredHackingSkill: {\n max: 1250,\n min: 900,\n },\n serverGrowth: {\n max: 99,\n min: 75,\n },\n specialName: LocationName.Sector12FourSigma,\n },\n {\n hackDifficulty: {\n max: 99,\n min: 95,\n },\n hostname: \"kuai-gong\",\n moneyAvailable: {\n max: 30e9,\n min: 20e9,\n },\n networkLayer: 13,\n numOpenPortsRequired: 5,\n organizationName: LocationName.ChongqingKuaiGongInternational,\n requiredHackingSkill: {\n max: 1300,\n min: 950,\n },\n serverGrowth: {\n max: 99,\n min: 90,\n },\n specialName: LocationName.ChongqingKuaiGongInternational,\n },\n {\n hackDifficulty: {\n max: 97,\n min: 83,\n },\n hostname: \"fulcrumtech\",\n literature: [LiteratureNames.SimulatedReality],\n maxRamExponent: {\n max: 11,\n min: 7,\n },\n moneyAvailable: {\n max: 1800e6,\n min: 1400e6,\n },\n networkLayer: 12,\n numOpenPortsRequired: 5,\n organizationName: LocationName.AevumFulcrumTechnologies,\n requiredHackingSkill: {\n max: 1250,\n min: 950,\n },\n serverGrowth: {\n max: 99,\n min: 80,\n },\n specialName: LocationName.AevumFulcrumTechnologies,\n },\n {\n hackDifficulty: 99,\n hostname: \"fulcrumassets\",\n moneyAvailable: 1e6,\n networkLayer: 15,\n numOpenPortsRequired: 5,\n organizationName: LocationName.AevumFulcrumTechnologies,\n requiredHackingSkill: {\n max: 1600,\n min: 1100,\n },\n serverGrowth: 1,\n specialName: SpecialServers.FulcrumSecretTechnologies,\n },\n {\n hackDifficulty: {\n max: 92,\n min: 78,\n },\n hostname: \"stormtech\",\n moneyAvailable: {\n max: 1200e6,\n min: 1000e6,\n },\n networkLayer: 12,\n numOpenPortsRequired: 5,\n organizationName: LocationName.IshimaStormTechnologies,\n requiredHackingSkill: {\n max: 1075,\n min: 875,\n },\n serverGrowth: {\n max: 92,\n min: 68,\n },\n specialName: LocationName.IshimaStormTechnologies,\n },\n {\n hackDifficulty: {\n max: 96,\n min: 84,\n },\n hostname: \"defcomm\",\n moneyAvailable: {\n max: 950e6,\n min: 800e6,\n },\n networkLayer: 9,\n numOpenPortsRequired: 5,\n organizationName: LocationName.NewTokyoDefComm,\n requiredHackingSkill: {\n max: 1050,\n min: 850,\n },\n serverGrowth: {\n max: 73,\n min: 47,\n },\n specialName: LocationName.NewTokyoDefComm,\n },\n {\n hackDifficulty: {\n max: 90,\n min: 70,\n },\n hostname: \"infocomm\",\n moneyAvailable: {\n max: 900e6,\n min: 600e6,\n },\n networkLayer: 10,\n numOpenPortsRequired: 5,\n organizationName: \"InfoComm\",\n requiredHackingSkill: {\n max: 950,\n min: 875,\n },\n serverGrowth: {\n max: 75,\n min: 35,\n },\n },\n {\n hackDifficulty: {\n max: 95,\n min: 85,\n },\n hostname: \"helios\",\n literature: [LiteratureNames.BeyondMan],\n maxRamExponent: {\n max: 8,\n min: 5,\n },\n moneyAvailable: {\n max: 750e6,\n min: 550e6,\n },\n networkLayer: 12,\n numOpenPortsRequired: 5,\n organizationName: LocationName.VolhavenHeliosLabs,\n requiredHackingSkill: {\n max: 900,\n min: 800,\n },\n serverGrowth: {\n max: 80,\n min: 70,\n },\n specialName: LocationName.VolhavenHeliosLabs,\n },\n {\n hackDifficulty: {\n max: 90,\n min: 80,\n },\n hostname: LocationName.NewTokyoVitaLife.toLowerCase(),\n literature: [LiteratureNames.AGreenTomorrow],\n maxRamExponent: {\n max: 7,\n min: 4,\n },\n moneyAvailable: {\n max: 800e6,\n min: 700e6,\n },\n networkLayer: 12,\n numOpenPortsRequired: 5,\n organizationName: LocationName.NewTokyoVitaLife,\n requiredHackingSkill: {\n max: 900,\n min: 775,\n },\n serverGrowth: {\n max: 80,\n min: 60,\n },\n specialName: LocationName.NewTokyoVitaLife,\n },\n {\n hackDifficulty: {\n max: 95,\n min: 85,\n },\n hostname: \"icarus\",\n moneyAvailable: {\n max: 1000e6,\n min: 900e6,\n },\n networkLayer: 9,\n numOpenPortsRequired: 5,\n organizationName: LocationName.Sector12IcarusMicrosystems,\n requiredHackingSkill: {\n max: 925,\n min: 850,\n },\n serverGrowth: {\n max: 95,\n min: 85,\n },\n specialName: LocationName.Sector12IcarusMicrosystems,\n },\n {\n hackDifficulty: {\n max: 90,\n min: 80,\n },\n hostname: \"univ-energy\",\n maxRamExponent: {\n max: 7,\n min: 4,\n },\n moneyAvailable: {\n max: 1200e6,\n min: 1100e6,\n },\n networkLayer: 9,\n numOpenPortsRequired: 4,\n organizationName: LocationName.Sector12UniversalEnergy,\n requiredHackingSkill: {\n max: 900,\n min: 800,\n },\n serverGrowth: {\n max: 90,\n min: 80,\n },\n specialName: LocationName.Sector12UniversalEnergy,\n },\n {\n hackDifficulty: {\n max: 80,\n min: 70,\n },\n hostname: \"titan-labs\",\n literature: [LiteratureNames.CodedIntelligence],\n maxRamExponent: {\n max: 7,\n min: 4,\n },\n moneyAvailable: {\n max: 900000000,\n min: 750000000,\n },\n networkLayer: 11,\n numOpenPortsRequired: 5,\n organizationName: \"Titan Laboratories\",\n requiredHackingSkill: {\n max: 875,\n min: 800,\n },\n serverGrowth: {\n max: 80,\n min: 60,\n },\n },\n {\n hackDifficulty: {\n max: 75,\n min: 65,\n },\n hostname: \"microdyne\",\n literature: [LiteratureNames.SyntheticMuscles],\n maxRamExponent: {\n max: 6,\n min: 4,\n },\n moneyAvailable: {\n max: 700000000,\n min: 500000000,\n },\n networkLayer: 11,\n numOpenPortsRequired: 5,\n organizationName: \"Microdyne Technologies\",\n requiredHackingSkill: {\n max: 875,\n min: 800,\n },\n serverGrowth: {\n max: 90,\n min: 70,\n },\n },\n {\n hackDifficulty: {\n max: 80,\n min: 70,\n },\n hostname: \"taiyang-digital\",\n literature: [LiteratureNames.AGreenTomorrow, LiteratureNames.BrighterThanTheSun],\n moneyAvailable: {\n max: 900000000,\n min: 800000000,\n },\n networkLayer: 10,\n numOpenPortsRequired: 5,\n organizationName: \"Taiyang Digital\",\n requiredHackingSkill: {\n max: 950,\n min: 850,\n },\n serverGrowth: {\n max: 80,\n min: 70,\n },\n },\n {\n hackDifficulty: {\n max: 65,\n min: 55,\n },\n hostname: \"galactic-cyber\",\n moneyAvailable: {\n max: 850000000,\n min: 750000000,\n },\n networkLayer: 7,\n numOpenPortsRequired: 5,\n organizationName: LocationName.AevumGalacticCybersystems,\n requiredHackingSkill: {\n max: 875,\n min: 825,\n },\n serverGrowth: {\n max: 90,\n min: 70,\n },\n specialName: LocationName.AevumGalacticCybersystems,\n },\n {\n hackDifficulty: {\n max: 90,\n min: 80,\n },\n hostname: LocationName.AevumAeroCorp.toLowerCase(),\n literature: [LiteratureNames.ManAndMachine],\n moneyAvailable: {\n max: 1200000000,\n min: 1000000000,\n },\n networkLayer: 7,\n numOpenPortsRequired: 5,\n organizationName: LocationName.AevumAeroCorp,\n requiredHackingSkill: {\n max: 925,\n min: 850,\n },\n serverGrowth: {\n max: 65,\n min: 55,\n },\n specialName: LocationName.AevumAeroCorp,\n },\n {\n hackDifficulty: {\n max: 95,\n min: 85,\n },\n hostname: \"omnia\",\n literature: [LiteratureNames.HistoryOfSynthoids],\n maxRamExponent: {\n max: 6,\n min: 4,\n },\n moneyAvailable: {\n max: 1000000000,\n min: 900000000,\n },\n networkLayer: 8,\n numOpenPortsRequired: 5,\n organizationName: LocationName.VolhavenOmniaCybersystems,\n requiredHackingSkill: {\n max: 950,\n min: 850,\n },\n serverGrowth: {\n max: 70,\n min: 60,\n },\n specialName: LocationName.VolhavenOmniaCybersystems,\n },\n {\n hackDifficulty: {\n max: 65,\n min: 55,\n },\n hostname: \"zb-def\",\n literature: [LiteratureNames.SyntheticMuscles],\n moneyAvailable: {\n max: 1100000000,\n min: 900000000,\n },\n networkLayer: 10,\n numOpenPortsRequired: 4,\n organizationName: \"ZB Defense Industries\",\n requiredHackingSkill: {\n max: 825,\n min: 775,\n },\n serverGrowth: {\n max: 75,\n min: 65,\n },\n },\n {\n hackDifficulty: {\n max: 80,\n min: 60,\n },\n hostname: \"applied-energetics\",\n moneyAvailable: {\n max: 1000000000,\n min: 700000000,\n },\n networkLayer: 11,\n numOpenPortsRequired: 4,\n organizationName: \"Applied Energetics\",\n requiredHackingSkill: {\n max: 850,\n min: 775,\n },\n serverGrowth: {\n max: 75,\n min: 70,\n },\n },\n {\n hackDifficulty: {\n max: 80,\n min: 70,\n },\n hostname: \"solaris\",\n literature: [LiteratureNames.AGreenTomorrow, LiteratureNames.TheFailedFrontier],\n maxRamExponent: {\n max: 7,\n min: 4,\n },\n moneyAvailable: {\n max: 900000000,\n min: 700000000,\n },\n networkLayer: 9,\n numOpenPortsRequired: 5,\n organizationName: LocationName.ChongqingSolarisSpaceSystems,\n requiredHackingSkill: {\n max: 850,\n min: 750,\n },\n serverGrowth: {\n max: 80,\n min: 70,\n },\n specialName: LocationName.ChongqingSolarisSpaceSystems,\n },\n {\n hackDifficulty: {\n max: 85,\n min: 75,\n },\n hostname: LocationName.Sector12DeltaOne.toLowerCase(),\n moneyAvailable: {\n max: 1700000000,\n min: 1300000000,\n },\n networkLayer: 8,\n numOpenPortsRequired: 5,\n organizationName: LocationName.Sector12DeltaOne,\n requiredHackingSkill: {\n max: 900,\n min: 800,\n },\n serverGrowth: {\n max: 70,\n min: 50,\n },\n specialName: LocationName.Sector12DeltaOne,\n },\n {\n hackDifficulty: {\n max: 85,\n min: 75,\n },\n hostname: \"global-pharm\",\n literature: [LiteratureNames.AGreenTomorrow],\n maxRamExponent: {\n max: 6,\n min: 3,\n },\n moneyAvailable: {\n max: 1750000000,\n min: 1500000000,\n },\n networkLayer: 7,\n numOpenPortsRequired: 4,\n organizationName: LocationName.NewTokyoGlobalPharmaceuticals,\n requiredHackingSkill: {\n max: 850,\n min: 750,\n },\n serverGrowth: {\n max: 90,\n min: 80,\n },\n specialName: LocationName.NewTokyoGlobalPharmaceuticals,\n },\n {\n hackDifficulty: {\n max: 80,\n min: 60,\n },\n hostname: \"nova-med\",\n moneyAvailable: {\n max: 1250000000,\n min: 1100000000,\n },\n networkLayer: 10,\n numOpenPortsRequired: 4,\n organizationName: LocationName.IshimaNovaMedical,\n requiredHackingSkill: {\n max: 850,\n min: 775,\n },\n serverGrowth: {\n max: 85,\n min: 65,\n },\n specialName: LocationName.IshimaNovaMedical,\n },\n {\n hackDifficulty: {\n max: 90,\n min: 70,\n },\n hostname: \"zeus-med\",\n moneyAvailable: {\n max: 1500000000,\n min: 1300000000,\n },\n networkLayer: 9,\n numOpenPortsRequired: 5,\n organizationName: \"Zeus Medical\",\n requiredHackingSkill: {\n max: 850,\n min: 800,\n },\n serverGrowth: {\n max: 80,\n min: 70,\n },\n },\n {\n hackDifficulty: {\n max: 80,\n min: 70,\n },\n hostname: \"unitalife\",\n maxRamExponent: {\n max: 6,\n min: 4,\n },\n moneyAvailable: {\n max: 1100000000,\n min: 1000000000,\n },\n networkLayer: 8,\n numOpenPortsRequired: 4,\n organizationName: \"UnitaLife Group\",\n requiredHackingSkill: {\n max: 825,\n min: 775,\n },\n serverGrowth: {\n max: 80,\n min: 70,\n },\n },\n {\n hackDifficulty: {\n max: 80,\n min: 60,\n },\n hostname: \"lexo-corp\",\n maxRamExponent: {\n max: 7,\n min: 4,\n },\n moneyAvailable: {\n max: 800000000,\n min: 700000000,\n },\n networkLayer: 6,\n numOpenPortsRequired: 4,\n organizationName: LocationName.VolhavenLexoCorp,\n requiredHackingSkill: {\n max: 750,\n min: 650,\n },\n serverGrowth: {\n max: 65,\n min: 55,\n },\n specialName: LocationName.VolhavenLexoCorp,\n },\n {\n hackDifficulty: {\n max: 60,\n min: 40,\n },\n hostname: \"rho-construction\",\n maxRamExponent: {\n max: 6,\n min: 4,\n },\n moneyAvailable: {\n max: 700000000,\n min: 500000000,\n },\n networkLayer: 6,\n numOpenPortsRequired: 3,\n organizationName: LocationName.AevumRhoConstruction,\n requiredHackingSkill: {\n max: 525,\n min: 475,\n },\n serverGrowth: {\n max: 60,\n min: 40,\n },\n specialName: LocationName.AevumRhoConstruction,\n },\n {\n hackDifficulty: {\n max: 70,\n min: 50,\n },\n hostname: \"alpha-ent\",\n literature: [LiteratureNames.Sector12Crime],\n maxRamExponent: {\n max: 7,\n min: 4,\n },\n moneyAvailable: {\n max: 750000000,\n min: 600000000,\n },\n networkLayer: 6,\n numOpenPortsRequired: 4,\n organizationName: LocationName.Sector12AlphaEnterprises,\n requiredHackingSkill: {\n max: 600,\n min: 500,\n },\n serverGrowth: {\n max: 60,\n min: 50,\n },\n specialName: LocationName.Sector12AlphaEnterprises,\n },\n {\n hackDifficulty: {\n max: 80,\n min: 70,\n },\n hostname: \"aevum-police\",\n maxRamExponent: {\n max: 6,\n min: 4,\n },\n moneyAvailable: {\n max: 400000000,\n min: 200000000,\n },\n networkLayer: 6,\n numOpenPortsRequired: 4,\n organizationName: LocationName.AevumPolice,\n requiredHackingSkill: {\n max: 450,\n min: 400,\n },\n serverGrowth: {\n max: 50,\n min: 30,\n },\n specialName: LocationName.AevumPolice,\n },\n {\n hackDifficulty: {\n max: 55,\n min: 45,\n },\n hostname: \"rothman-uni\",\n literature: [\n LiteratureNames.SecretSocieties,\n LiteratureNames.TheFailedFrontier,\n LiteratureNames.TensionsInTechRace,\n ],\n maxRamExponent: {\n max: 7,\n min: 4,\n },\n moneyAvailable: {\n max: 250000000,\n min: 175000000,\n },\n networkLayer: 5,\n numOpenPortsRequired: 3,\n organizationName: LocationName.Sector12RothmanUniversity,\n requiredHackingSkill: {\n max: 430,\n min: 370,\n },\n serverGrowth: {\n max: 45,\n min: 35,\n },\n specialName: LocationName.Sector12RothmanUniversity,\n },\n {\n hackDifficulty: {\n max: 85,\n min: 65,\n },\n hostname: \"zb-institute\",\n maxRamExponent: {\n max: 7,\n min: 4,\n },\n moneyAvailable: {\n max: 1100000000,\n min: 800000000,\n },\n networkLayer: 5,\n numOpenPortsRequired: 5,\n organizationName: LocationName.VolhavenZBInstituteOfTechnology,\n requiredHackingSkill: {\n max: 775,\n min: 725,\n },\n serverGrowth: {\n max: 85,\n min: 75,\n },\n specialName: LocationName.VolhavenZBInstituteOfTechnology,\n },\n {\n hackDifficulty: {\n max: 65,\n min: 45,\n },\n hostname: \"summit-uni\",\n literature: [LiteratureNames.SecretSocieties, LiteratureNames.TheFailedFrontier, LiteratureNames.SyntheticMuscles],\n maxRamExponent: {\n max: 6,\n min: 4,\n },\n moneyAvailable: {\n max: 350000000,\n min: 200000000,\n },\n networkLayer: 5,\n numOpenPortsRequired: 3,\n organizationName: LocationName.AevumSummitUniversity,\n requiredHackingSkill: {\n max: 475,\n min: 425,\n },\n serverGrowth: {\n max: 60,\n min: 40,\n },\n specialName: LocationName.AevumSummitUniversity,\n },\n {\n hackDifficulty: {\n max: 80,\n min: 60,\n },\n hostname: \"syscore\",\n moneyAvailable: {\n max: 600000000,\n min: 400000000,\n },\n networkLayer: 5,\n numOpenPortsRequired: 4,\n organizationName: LocationName.VolhavenSysCoreSecurities,\n requiredHackingSkill: {\n max: 650,\n min: 550,\n },\n serverGrowth: {\n max: 70,\n min: 60,\n },\n specialName: LocationName.VolhavenSysCoreSecurities,\n },\n {\n hackDifficulty: {\n max: 70,\n min: 60,\n },\n hostname: \"catalyst\",\n literature: [LiteratureNames.TensionsInTechRace],\n maxRamExponent: {\n max: 7,\n min: 4,\n },\n moneyAvailable: {\n max: 550000000,\n min: 300000000,\n },\n networkLayer: 5,\n numOpenPortsRequired: 3,\n organizationName: \"Catalyst Ventures\",\n requiredHackingSkill: {\n max: 450,\n min: 400,\n },\n serverGrowth: {\n max: 55,\n min: 25,\n },\n },\n {\n hackDifficulty: {\n max: 45,\n min: 35,\n },\n hostname: \"the-hub\",\n maxRamExponent: {\n max: 6,\n min: 3,\n },\n moneyAvailable: {\n max: 200000000,\n min: 150000000,\n },\n networkLayer: 4,\n numOpenPortsRequired: 2,\n organizationName: \"The Hub\",\n requiredHackingSkill: {\n max: 325,\n min: 275,\n },\n serverGrowth: {\n max: 55,\n min: 45,\n },\n },\n {\n hackDifficulty: {\n max: 65,\n min: 55,\n },\n hostname: LocationName.VolhavenCompuTek.toLowerCase(),\n literature: [LiteratureNames.ManAndMachine],\n moneyAvailable: {\n max: 250000000,\n min: 220000000,\n },\n networkLayer: 4,\n numOpenPortsRequired: 3,\n organizationName: LocationName.VolhavenCompuTek,\n requiredHackingSkill: {\n max: 400,\n min: 300,\n },\n serverGrowth: {\n max: 65,\n min: 45,\n },\n specialName: LocationName.VolhavenCompuTek,\n },\n {\n hackDifficulty: {\n max: 80,\n min: 60,\n },\n hostname: \"netlink\",\n literature: [LiteratureNames.SimulatedReality],\n maxRamExponent: {\n max: 7,\n min: 4,\n },\n moneyAvailable: 275000000,\n networkLayer: 4,\n numOpenPortsRequired: 3,\n organizationName: LocationName.AevumNetLinkTechnologies,\n requiredHackingSkill: {\n max: 425,\n min: 375,\n },\n serverGrowth: {\n max: 75,\n min: 45,\n },\n specialName: LocationName.AevumNetLinkTechnologies,\n },\n {\n hackDifficulty: {\n max: 65,\n min: 35,\n },\n hostname: \"johnson-ortho\",\n moneyAvailable: {\n max: 85000000,\n min: 70000000,\n },\n networkLayer: 4,\n numOpenPortsRequired: 2,\n organizationName: \"Johnson Orthopedics\",\n requiredHackingSkill: {\n max: 300,\n min: 250,\n },\n serverGrowth: {\n max: 65,\n min: 35,\n },\n },\n {\n hackDifficulty: 1,\n hostname: \"n00dles\",\n literature: [],\n maxRamExponent: 2,\n moneyAvailable: 70000,\n networkLayer: 1,\n numOpenPortsRequired: 0,\n organizationName: LocationName.NewTokyoNoodleBar,\n requiredHackingSkill: 1,\n serverGrowth: 3000,\n specialName: LocationName.NewTokyoNoodleBar,\n },\n {\n hackDifficulty: 10,\n hostname: LocationName.Sector12FoodNStuff.toLowerCase(),\n literature: [LiteratureNames.Sector12Crime],\n maxRamExponent: 4,\n moneyAvailable: 2000000,\n networkLayer: 1,\n numOpenPortsRequired: 0,\n organizationName: LocationName.Sector12FoodNStuff,\n requiredHackingSkill: 1,\n serverGrowth: 5,\n specialName: LocationName.Sector12FoodNStuff,\n },\n {\n hackDifficulty: 10,\n hostname: \"sigma-cosmetics\",\n maxRamExponent: 4,\n moneyAvailable: 2300000,\n networkLayer: 1,\n numOpenPortsRequired: 0,\n organizationName: \"Sigma Cosmetics\",\n requiredHackingSkill: 5,\n serverGrowth: 10,\n },\n {\n hackDifficulty: 15,\n hostname: \"joesguns\",\n maxRamExponent: 4,\n moneyAvailable: 2500000,\n networkLayer: 1,\n numOpenPortsRequired: 0,\n organizationName: LocationName.Sector12JoesGuns,\n requiredHackingSkill: 10,\n serverGrowth: 20,\n specialName: LocationName.Sector12JoesGuns,\n },\n {\n hackDifficulty: 25,\n hostname: \"zer0\",\n maxRamExponent: 5,\n moneyAvailable: 7500000,\n networkLayer: 2,\n numOpenPortsRequired: 1,\n organizationName: \"ZER0 Nightclub\",\n requiredHackingSkill: 75,\n serverGrowth: 40,\n },\n {\n hackDifficulty: 20,\n hostname: \"nectar-net\",\n maxRamExponent: 4,\n moneyAvailable: 2750000,\n networkLayer: 2,\n numOpenPortsRequired: 0,\n organizationName: \"Nectar Nightclub Network\",\n requiredHackingSkill: 20,\n serverGrowth: 25,\n },\n {\n hackDifficulty: 25,\n hostname: \"neo-net\",\n literature: [LiteratureNames.TheHiddenWorld],\n maxRamExponent: 5,\n moneyAvailable: 5000000,\n networkLayer: 3,\n numOpenPortsRequired: 1,\n organizationName: \"Neo Nightclub Network\",\n requiredHackingSkill: 50,\n serverGrowth: 25,\n },\n {\n hackDifficulty: 30,\n hostname: \"silver-helix\",\n literature: [LiteratureNames.NewTriads],\n maxRamExponent: 6,\n moneyAvailable: 45000000,\n networkLayer: 3,\n numOpenPortsRequired: 2,\n organizationName: \"Silver Helix\",\n requiredHackingSkill: 150,\n serverGrowth: 30,\n },\n {\n hackDifficulty: 15,\n hostname: \"hong-fang-tea\",\n literature: [LiteratureNames.BrighterThanTheSun],\n maxRamExponent: 4,\n moneyAvailable: 3000000,\n networkLayer: 1,\n numOpenPortsRequired: 0,\n organizationName: \"HongFang Teahouse\",\n requiredHackingSkill: 30,\n serverGrowth: 20,\n },\n {\n hackDifficulty: 15,\n hostname: \"harakiri-sushi\",\n maxRamExponent: 4,\n moneyAvailable: 4000000,\n networkLayer: 1,\n numOpenPortsRequired: 0,\n organizationName: \"HaraKiri Sushi Bar Network\",\n requiredHackingSkill: 40,\n serverGrowth: 40,\n },\n {\n hackDifficulty: 20,\n hostname: \"phantasy\",\n maxRamExponent: 5,\n moneyAvailable: 24000000,\n networkLayer: 3,\n numOpenPortsRequired: 2,\n organizationName: \"Phantasy Club\",\n requiredHackingSkill: 100,\n serverGrowth: 35,\n },\n {\n hackDifficulty: 15,\n hostname: \"max-hardware\",\n maxRamExponent: 5,\n moneyAvailable: 10000000,\n networkLayer: 2,\n numOpenPortsRequired: 1,\n organizationName: \"Max Hardware Store\",\n requiredHackingSkill: 80,\n serverGrowth: 30,\n },\n {\n hackDifficulty: {\n max: 35,\n min: 25,\n },\n hostname: \"omega-net\",\n literature: [LiteratureNames.TheNewGod],\n maxRamExponent: 5,\n moneyAvailable: {\n max: 70000000,\n min: 60000000,\n },\n networkLayer: 3,\n numOpenPortsRequired: 2,\n organizationName: LocationName.IshimaOmegaSoftware,\n requiredHackingSkill: {\n max: 220,\n min: 180,\n },\n serverGrowth: {\n max: 40,\n min: 30,\n },\n specialName: LocationName.IshimaOmegaSoftware,\n },\n {\n hackDifficulty: {\n max: 45,\n min: 35,\n },\n hostname: \"crush-fitness\",\n moneyAvailable: {\n max: 60000000,\n min: 40000000,\n },\n networkLayer: 4,\n numOpenPortsRequired: 2,\n organizationName: \"Crush Fitness\",\n requiredHackingSkill: {\n max: 275,\n min: 225,\n },\n serverGrowth: {\n max: 33,\n min: 27,\n },\n specialName: LocationName.AevumCrushFitnessGym,\n },\n {\n hackDifficulty: 30,\n hostname: \"iron-gym\",\n maxRamExponent: 5,\n moneyAvailable: 20000000,\n networkLayer: 1,\n numOpenPortsRequired: 1,\n organizationName: `${LocationName.Sector12IronGym} Network`,\n requiredHackingSkill: 100,\n serverGrowth: 20,\n specialName: LocationName.Sector12IronGym,\n },\n {\n hackDifficulty: {\n max: 55,\n min: 45,\n },\n hostname: \"millenium-fitness\",\n maxRamExponent: {\n max: 8,\n min: 4,\n },\n moneyAvailable: 250000000,\n networkLayer: 6,\n numOpenPortsRequired: 3,\n organizationName: \"Millenium Fitness Network\",\n requiredHackingSkill: {\n max: 525,\n min: 475,\n },\n serverGrowth: {\n max: 45,\n min: 25,\n },\n specialName: LocationName.VolhavenMilleniumFitnessGym,\n },\n {\n hackDifficulty: {\n max: 65,\n min: 55,\n },\n hostname: \"powerhouse-fitness\",\n maxRamExponent: {\n max: 6,\n min: 4,\n },\n moneyAvailable: 900000000,\n networkLayer: 14,\n numOpenPortsRequired: 5,\n organizationName: \"Powerhouse Fitness\",\n requiredHackingSkill: {\n max: 1100,\n min: 950,\n },\n serverGrowth: {\n max: 60,\n min: 50,\n },\n specialName: LocationName.Sector12PowerhouseGym,\n },\n {\n hackDifficulty: {\n max: 60,\n min: 40,\n },\n hostname: \"snap-fitness\",\n moneyAvailable: 450000000,\n networkLayer: 7,\n numOpenPortsRequired: 4,\n organizationName: \"Snap Fitness\",\n requiredHackingSkill: {\n max: 800,\n min: 675,\n },\n serverGrowth: {\n max: 60,\n min: 40,\n },\n specialName: LocationName.AevumSnapFitnessGym,\n },\n {\n hackDifficulty: 0,\n hostname: \"run4theh111z\",\n literature: [LiteratureNames.SimulatedReality, LiteratureNames.TheNewGod],\n maxRamExponent: {\n max: 9,\n min: 5,\n },\n moneyAvailable: 0,\n networkLayer: 11,\n numOpenPortsRequired: 4,\n organizationName: \"The Runners\",\n requiredHackingSkill: {\n max: 550,\n min: 505,\n },\n serverGrowth: 0,\n specialName: SpecialServers.BitRunnersServer,\n },\n {\n hackDifficulty: 0,\n hostname: \"I.I.I.I\",\n literature: [LiteratureNames.DemocracyIsDead],\n maxRamExponent: {\n max: 8,\n min: 4,\n },\n moneyAvailable: 0,\n networkLayer: 5,\n numOpenPortsRequired: 3,\n organizationName: \"I.I.I.I\",\n requiredHackingSkill: {\n max: 365,\n min: 340,\n },\n serverGrowth: 0,\n specialName: SpecialServers.TheBlackHandServer,\n },\n {\n hackDifficulty: 0,\n hostname: \"avmnite-02h\",\n literature: [LiteratureNames.DemocracyIsDead],\n maxRamExponent: {\n max: 7,\n min: 4,\n },\n moneyAvailable: 0,\n networkLayer: 4,\n numOpenPortsRequired: 2,\n organizationName: FactionNames.NiteSec,\n requiredHackingSkill: {\n max: 220,\n min: 202,\n },\n serverGrowth: 0,\n specialName: SpecialServers.NiteSecServer,\n },\n {\n hackDifficulty: 0,\n hostname: \".\",\n maxRamExponent: 4,\n moneyAvailable: 0,\n networkLayer: 13,\n numOpenPortsRequired: 4,\n organizationName: \".\",\n requiredHackingSkill: {\n max: 550,\n min: 505,\n },\n serverGrowth: 0,\n specialName: SpecialServers.TheDarkArmyServer,\n },\n {\n hackDifficulty: 0,\n hostname: \"CSEC\",\n literature: [LiteratureNames.DemocracyIsDead],\n maxRamExponent: 3,\n moneyAvailable: 0,\n networkLayer: 2,\n numOpenPortsRequired: 1,\n organizationName: FactionNames.CyberSec,\n requiredHackingSkill: {\n max: 60,\n min: 51,\n },\n serverGrowth: 0,\n specialName: SpecialServers.CyberSecServer,\n },\n {\n hackDifficulty: 0,\n hostname: \"The-Cave\",\n literature: [LiteratureNames.AlphaOmega],\n moneyAvailable: 0,\n networkLayer: 15,\n numOpenPortsRequired: 5,\n organizationName: \"Helios\",\n requiredHackingSkill: 925,\n serverGrowth: 0,\n specialName: SpecialServers.DaedalusServer,\n },\n {\n hackDifficulty: 0,\n hostname: \"w0r1d_d43m0n\",\n moneyAvailable: 0,\n numOpenPortsRequired: 5,\n organizationName: \"w0r1d_d43m0n\",\n requiredHackingSkill: 3000,\n serverGrowth: 0,\n specialName: SpecialServers.WorldDaemon,\n },\n {\n hostname: SpecialServers.DarkWeb,\n moneyAvailable: 0,\n numOpenPortsRequired: 5,\n organizationName: SpecialServers.DarkWeb,\n requiredHackingSkill: 1,\n specialName: SpecialServers.DarkWeb,\n },\n];\n","/**\n * Implementation of the mechanisms that allow the player to affect the\n * Stock Market\n */\nimport { Stock } from \"./Stock\";\nimport { StockMarket } from \"./StockMarket\";\n\nimport { Company } from \"../Company/Company\";\nimport { Server } from \"../Server/Server\";\n\n// Change in second-order forecast due to hacks/grows\nexport const forecastForecastChangeFromHack = 0.1;\n\n// Change in second-order forecast due to company work\nexport const forecastForecastChangeFromCompanyWork = 0.001;\n\n/**\n * Potentially decreases a stock's second-order forecast when its corresponding\n * server is hacked. The chance of the hack decreasing the stock's second-order\n * forecast is dependent on what percentage of the server's money is hacked\n * @param {Server} server - Server being hack()ed\n * @param {number} moneyHacked - Amount of money stolen from the server\n */\nexport function influenceStockThroughServerHack(server: Server, moneyHacked: number): void {\n const orgName = server.organizationName;\n let stock: Stock | null = null;\n if (typeof orgName === \"string\" && orgName !== \"\") {\n stock = StockMarket[orgName];\n }\n if (!(stock instanceof Stock)) {\n return;\n }\n\n const percTotalMoneyHacked = moneyHacked / server.moneyMax;\n if (Math.random() < percTotalMoneyHacked) {\n stock.changeForecastForecast(stock.otlkMagForecast - forecastForecastChangeFromHack);\n }\n}\n\n/**\n * Potentially increases a stock's second-order forecast when its corresponding\n * server is grown (grow()). The chance of the grow() to increase the stock's\n * second-order forecast is dependent on how much money is added to the server\n * @param {Server} server - Server being grow()n\n * @param {number} moneyHacked - Amount of money added to the server\n */\nexport function influenceStockThroughServerGrow(server: Server, moneyGrown: number): void {\n const orgName = server.organizationName;\n let stock: Stock | null = null;\n if (typeof orgName === \"string\" && orgName !== \"\") {\n stock = StockMarket[orgName];\n }\n if (!(stock instanceof Stock)) {\n return;\n }\n\n const percTotalMoneyGrown = moneyGrown / server.moneyMax;\n if (Math.random() < percTotalMoneyGrown) {\n stock.changeForecastForecast(stock.otlkMagForecast + forecastForecastChangeFromHack);\n }\n}\n\n/**\n * Potentially increases a stock's second-order forecast when the player works for\n * its corresponding company.\n * @param {Company} company - Company being worked for\n * @param {number} performanceMult - Effectiveness of player's work. Affects influence\n * @param {number} cyclesOfWork - # game cycles of work being processed\n */\nexport function influenceStockThroughCompanyWork(\n company: Company,\n performanceMult: number,\n cyclesOfWork: number,\n): void {\n const compName = company.name;\n let stock: Stock | null = null;\n if (typeof compName === \"string\" && compName !== \"\") {\n stock = StockMarket[compName];\n }\n if (!(stock instanceof Stock)) {\n return;\n }\n\n if (Math.random() < 0.002 * cyclesOfWork) {\n const change = forecastForecastChangeFromCompanyWork * performanceMult;\n stock.changeForecastForecast(stock.otlkMagForecast + change);\n }\n}\n","import React from \"react\";\nimport { CONSTANTS } from \"../Constants\";\nimport { AugmentationNames } from \"../Augmentation/data/AugmentationNames\";\nimport { GraftableAugmentations } from \"../PersonObjects/Grafting/ui/GraftingRoot\";\nimport { Player } from \"../Player\";\nimport { Work, WorkType } from \"./Work\";\nimport { graftingIntBonus } from \"../PersonObjects/Grafting/GraftingHelpers\";\nimport { applyAugmentation } from \"../Augmentation/AugmentationHelpers\";\nimport { dialogBoxCreate } from \"../ui/React/DialogBox\";\nimport { Reviver, Generic_toJSON, Generic_fromJSON, IReviverValue } from \"../utils/JSONReviver\";\nimport { GraftableAugmentation } from \"../PersonObjects/Grafting/GraftableAugmentation\";\nimport { StaticAugmentations } from \"../Augmentation/StaticAugmentations\";\n\nexport const isGraftingWork = (w: Work | null): w is GraftingWork => w !== null && w.type === WorkType.GRAFTING;\n\ninterface GraftingWorkParams {\n augmentation: string;\n singularity: boolean;\n}\n\nexport class GraftingWork extends Work {\n augmentation: string;\n unitCompleted: number;\n\n constructor(params?: GraftingWorkParams) {\n super(WorkType.GRAFTING, params?.singularity ?? true);\n this.unitCompleted = 0;\n this.augmentation = params?.augmentation ?? AugmentationNames.Targeting1;\n const gAugs = GraftableAugmentations();\n if (params) Player.loseMoney(gAugs[this.augmentation].cost, \"augmentations\");\n }\n\n unitNeeded(): number {\n return new GraftableAugmentation(StaticAugmentations[this.augmentation]).time;\n }\n\n process(cycles: number): boolean {\n let focusBonus = 1;\n if (!Player.hasAugmentation(AugmentationNames.NeuroreceptorManager, true)) {\n focusBonus = Player.focus ? 1 : CONSTANTS.BaseFocusBonus;\n }\n\n this.cyclesWorked += cycles;\n this.unitCompleted += CONSTANTS._idleSpeed * cycles * graftingIntBonus() * focusBonus;\n\n return this.unitCompleted >= this.unitNeeded();\n }\n\n finish(cancelled: boolean): void {\n const augName = this.augmentation;\n if (!cancelled) {\n applyAugmentation({ name: augName, level: 1 });\n\n if (!Player.hasAugmentation(AugmentationNames.CongruityImplant, true)) {\n Player.entropy += 1;\n Player.applyEntropy(Player.entropy);\n }\n\n if (!this.singularity) {\n dialogBoxCreate(\n <>\n You've finished grafting {augName}.
\n The augmentation has been applied to your body{\" \"}\n {Player.hasAugmentation(AugmentationNames.CongruityImplant, true) ? \".\" : \", but you feel a bit off.\"}\n ,\n );\n }\n } else if (cancelled && !this.singularity) {\n dialogBoxCreate(\n <>\n You cancelled the grafting of {augName}.\n
\n Your money was not returned to you.\n ,\n );\n }\n\n // Intelligence gain\n if (!cancelled) {\n Player.gainIntelligenceExp(\n (CONSTANTS.IntelligenceGraftBaseExpGain * this.cyclesWorked * CONSTANTS._idleSpeed) / 10000,\n );\n }\n }\n\n APICopy(): Record {\n return {\n type: this.type,\n cyclesWorked: this.cyclesWorked,\n augmentation: this.augmentation,\n };\n }\n\n /** Serialize the current object to a JSON save state. */\n toJSON(): IReviverValue {\n return Generic_toJSON(\"GraftingWork\", this);\n }\n\n /** Initializes a GraftingWork object from a JSON save state. */\n static fromJSON(value: IReviverValue): GraftingWork {\n return Generic_fromJSON(GraftingWork, value.data);\n }\n}\n\nReviver.constructors.GraftingWork = GraftingWork;\n","import React from \"react\";\n\nimport { Bladeburner } from \"../Bladeburner\";\nimport { BlackOperation } from \"../BlackOperation\";\nimport { Player } from \"../../Player\";\nimport Button from \"@mui/material/Button\";\nimport { AugmentationNames } from \"../../Augmentation/data/AugmentationNames\";\nimport { ActionIdentifier } from \"../ActionIdentifier\";\n\ninterface IProps {\n bladeburner: Bladeburner;\n type: number;\n name: string;\n rerender: () => void;\n}\nexport function StartButton(props: IProps): React.ReactElement {\n const action = props.bladeburner.getActionObject(new ActionIdentifier({ name: props.name, type: props.type }));\n if (action == null) {\n throw new Error(\"Failed to get Operation Object for: \" + props.name);\n }\n let disabled = false;\n if (action.count < 1) {\n disabled = true;\n }\n if (props.name === \"Raid\" && props.bladeburner.getCurrentCity().comms === 0) {\n disabled = true;\n }\n\n if (action instanceof BlackOperation && props.bladeburner.rank < action.reqdRank) {\n disabled = true;\n }\n function onStart(): void {\n if (disabled) return;\n props.bladeburner.action.type = props.type;\n props.bladeburner.action.name = props.name;\n if (!Player.hasAugmentation(AugmentationNames.BladesSimulacrum, true)) Player.finishWork(true);\n props.bladeburner.startAction(props.bladeburner.action);\n props.rerender();\n }\n\n return (\n \n );\n}\n","import React, { useEffect, useState } from \"react\";\n\nfunction replace(str: string, i: number, char: string): string {\n return str.substring(0, i) + char + str.substring(i + 1);\n}\n\ninterface IProps {\n content: string;\n}\n\nfunction randomize(char: string): string {\n const randFrom = (str: string): string => str[Math.floor(Math.random() * str.length)];\n const classes = [\"abcdefghijklmnopqrstuvwxyz\", \"ABCDEFGHIJKLMNOPQRSTUVWXYZ\", \"1234567890\", \" _\", \"()[]{}<>\"];\n const other = `!@#$%^&*()_+|\\\\';\"/.,?\\`~`;\n\n for (const c of classes) {\n if (c.includes(char)) return randFrom(c);\n }\n\n return randFrom(other);\n}\n\nexport function CorruptableText(props: IProps): JSX.Element {\n const [content, setContent] = useState(props.content);\n\n useEffect(() => {\n let counter = 5;\n const timers: number[] = [];\n const intervalId = setInterval(() => {\n counter--;\n if (counter > 0) return;\n counter = Math.random() * 5;\n const index = Math.random() * content.length;\n const letter = content.charAt(index);\n setContent((content) => replace(content, index, randomize(letter)));\n timers.push(\n window.setTimeout(() => {\n setContent((content) => replace(content, index, letter));\n }, 500),\n );\n }, 20);\n\n return () => {\n clearInterval(intervalId);\n timers.forEach((timerId) => clearTimeout(timerId));\n };\n }, []);\n\n return {content};\n}\n","import { convertTimeMsToTimeElapsedString } from \"./utils/StringHelperFunctions\";\nimport { initAugmentations } from \"./Augmentation/AugmentationHelpers\";\nimport { AugmentationNames } from \"./Augmentation/data/AugmentationNames\";\nimport { initSourceFiles } from \"./SourceFile/SourceFiles\";\nimport { initDarkWebItems } from \"./DarkWeb/DarkWebItems\";\nimport { generateRandomContract } from \"./CodingContractGenerator\";\nimport { initCompanies } from \"./Company/Companies\";\nimport { CONSTANTS } from \"./Constants\";\nimport { Factions, initFactions } from \"./Faction/Factions\";\nimport { staneksGift } from \"./CotMG/Helper\";\nimport { processPassiveFactionRepGain, inviteToFaction } from \"./Faction/FactionHelpers\";\nimport { Router } from \"./ui/GameRoot\";\nimport { Page } from \"./ui/Router\";\nimport { SetupTextEditor } from \"./ScriptEditor/ui/ScriptEditorRoot\";\n\nimport {\n getHackingWorkRepGain,\n getFactionSecurityWorkRepGain,\n getFactionFieldWorkRepGain,\n} from \"./PersonObjects/formulas/reputation\";\nimport { hasHacknetServers, processHacknetEarnings } from \"./Hacknet/HacknetHelpers\";\nimport { iTutorialStart } from \"./InteractiveTutorial\";\nimport { checkForMessagesToSend } from \"./Message/MessageHelpers\";\nimport { loadAllRunningScripts, updateOnlineScriptTimes } from \"./NetscriptWorker\";\nimport { Player } from \"./Player\";\nimport { saveObject, loadGame } from \"./SaveObject\";\nimport { initForeignServers } from \"./Server/AllServers\";\nimport { Settings } from \"./Settings/Settings\";\nimport { ThemeEvents } from \"./Themes/ui/Theme\";\nimport { initSymbolToStockMap, processStockPrices } from \"./StockMarket/StockMarket\";\nimport { Terminal } from \"./Terminal\";\n\nimport { Money } from \"./ui/React/Money\";\nimport { Hashes } from \"./ui/React/Hashes\";\nimport { Reputation } from \"./ui/React/Reputation\";\n\nimport { AlertEvents } from \"./ui/React/AlertManager\";\nimport { exceptionAlert } from \"./utils/helpers/exceptionAlert\";\n\nimport { startExploits } from \"./Exploits/loops\";\nimport { calculateAchievements } from \"./Achievements/Achievements\";\n\nimport React from \"react\";\nimport { setupUncaughtPromiseHandler } from \"./UncaughtPromiseHandler\";\nimport { Button, Typography } from \"@mui/material\";\nimport { SnackbarEvents, ToastVariant } from \"./ui/React/Snackbar\";\n\n/** Game engine. Handles the main game loop. */\nconst Engine: {\n _lastUpdate: number;\n updateGame: (numCycles?: number) => void;\n Counters: {\n [key: string]: number | undefined;\n autoSaveCounter: number;\n updateSkillLevelsCounter: number;\n updateDisplays: number;\n updateDisplaysLong: number;\n updateActiveScriptsDisplay: number;\n createProgramNotifications: number;\n augmentationsNotifications: number;\n checkFactionInvitations: number;\n passiveFactionGrowth: number;\n messages: number;\n mechanicProcess: number;\n contractGeneration: number;\n achievementsCounter: number;\n };\n decrementAllCounters: (numCycles?: number) => void;\n checkCounters: () => void;\n load: (saveString: string) => void;\n start: () => void;\n} = {\n // Time variables (milliseconds unix epoch time)\n _lastUpdate: new Date().getTime(),\n\n updateGame: function (numCycles = 1) {\n const time = numCycles * CONSTANTS._idleSpeed;\n if (Player.totalPlaytime == null) {\n Player.totalPlaytime = 0;\n }\n if (Player.playtimeSinceLastAug == null) {\n Player.playtimeSinceLastAug = 0;\n }\n if (Player.playtimeSinceLastBitnode == null) {\n Player.playtimeSinceLastBitnode = 0;\n }\n Player.totalPlaytime += time;\n Player.playtimeSinceLastAug += time;\n Player.playtimeSinceLastBitnode += time;\n\n Terminal.process(numCycles);\n\n Player.processWork(numCycles);\n\n // Update stock prices\n if (Player.hasWseAccount) {\n processStockPrices(numCycles);\n }\n\n // Gang\n if (Player.gang) Player.gang.process(numCycles);\n\n // Staneks gift\n staneksGift.process(numCycles);\n\n // Corporation\n if (Player.corporation) Player.corporation.storeCycles(numCycles);\n\n // Bladeburner\n if (Player.bladeburner) Player.bladeburner.storeCycles(numCycles);\n\n // Sleeves\n Player.sleeves.forEach((sleeve) => sleeve.process(numCycles));\n\n // Counters\n Engine.decrementAllCounters(numCycles);\n Engine.checkCounters();\n\n // Update the running time of all active scripts\n updateOnlineScriptTimes(numCycles);\n\n // Hacknet Nodes\n processHacknetEarnings(numCycles);\n },\n\n /**\n * Counters for the main event loop. Represent the number of game cycles that\n * are required for something to happen. These counters are in game cycles,\n * which is once every 200ms\n */\n Counters: {\n autoSaveCounter: 300,\n updateSkillLevelsCounter: 10,\n updateDisplays: 3,\n updateDisplaysLong: 15,\n updateActiveScriptsDisplay: 5,\n createProgramNotifications: 10,\n augmentationsNotifications: 10,\n checkFactionInvitations: 100,\n passiveFactionGrowth: 5,\n messages: 150,\n mechanicProcess: 5, // Processes certain mechanics (Corporation, Bladeburner)\n contractGeneration: 3000, // Generate Coding Contracts\n achievementsCounter: 60, // Check if we have new achievements\n },\n\n decrementAllCounters: function (numCycles = 1) {\n for (const [counterName, counter] of Object.entries(Engine.Counters)) {\n if (counter === undefined) throw new Error(\"counter should not be undefined\");\n Engine.Counters[counterName] = counter - numCycles;\n }\n },\n\n /**\n * Checks if any counters are 0. If they are, executes whatever\n * is necessary and then resets the counter\n */\n checkCounters: function () {\n if (Engine.Counters.autoSaveCounter <= 0) {\n if (Settings.AutosaveInterval == null) {\n Settings.AutosaveInterval = 60;\n }\n if (Settings.AutosaveInterval === 0) {\n warnAutosaveDisabled();\n Engine.Counters.autoSaveCounter = 60 * 5; // Let's check back in a bit\n } else {\n Engine.Counters.autoSaveCounter = Settings.AutosaveInterval * 5;\n saveObject.saveGame(!Settings.SuppressSavedGameToast);\n }\n }\n\n if (Engine.Counters.checkFactionInvitations <= 0) {\n const invitedFactions = Player.checkForFactionInvitations();\n if (invitedFactions.length > 0) {\n const randFaction = invitedFactions[Math.floor(Math.random() * invitedFactions.length)];\n inviteToFaction(randFaction);\n }\n Engine.Counters.checkFactionInvitations = 100;\n }\n\n if (Engine.Counters.passiveFactionGrowth <= 0) {\n const adjustedCycles = Math.floor(5 - Engine.Counters.passiveFactionGrowth);\n processPassiveFactionRepGain(adjustedCycles);\n Engine.Counters.passiveFactionGrowth = 5;\n }\n\n if (Engine.Counters.messages <= 0) {\n checkForMessagesToSend();\n if (Player.hasAugmentation(AugmentationNames.TheRedPill)) {\n Engine.Counters.messages = 4500; // 15 minutes for Red pill message\n } else {\n Engine.Counters.messages = 150;\n }\n }\n if (Player.corporation) {\n Player.corporation.process();\n }\n if (Engine.Counters.mechanicProcess <= 0) {\n if (Player.bladeburner) {\n try {\n Player.bladeburner.process();\n } catch (e) {\n exceptionAlert(\"Exception caught in Bladeburner.process(): \" + e);\n }\n }\n Engine.Counters.mechanicProcess = 5;\n }\n\n if (Engine.Counters.contractGeneration <= 0) {\n // X% chance of a contract being generated\n if (Math.random() <= 0.25) {\n generateRandomContract();\n }\n Engine.Counters.contractGeneration = 3000;\n }\n\n if (Engine.Counters.achievementsCounter <= 0) {\n calculateAchievements();\n Engine.Counters.achievementsCounter = 300;\n }\n },\n\n load: function (saveString) {\n startExploits();\n setupUncaughtPromiseHandler();\n // Load game from save or create new game\n\n if (loadGame(saveString)) {\n ThemeEvents.emit();\n initSourceFiles();\n initDarkWebItems();\n initAugmentations(); // Also calls Player.reapplyAllAugmentations()\n Player.reapplyAllSourceFiles();\n if (Player.hasWseAccount) {\n initSymbolToStockMap();\n }\n\n // Apply penalty for entropy accumulation\n Player.applyEntropy(Player.entropy);\n\n // Calculate the number of cycles have elapsed while offline\n Engine._lastUpdate = new Date().getTime();\n const lastUpdate = Player.lastUpdate;\n const timeOffline = Engine._lastUpdate - lastUpdate;\n const numCyclesOffline = Math.floor(timeOffline / CONSTANTS._idleSpeed);\n\n // Calculate the number of chances for a contract the player had whilst offline\n const contractChancesWhileOffline = Math.floor(timeOffline / (1000 * 60 * 10));\n\n // Generate coding contracts\n if (Player.sourceFiles.length > 0) {\n let numContracts = 0;\n if (contractChancesWhileOffline > 100) {\n numContracts += Math.floor(contractChancesWhileOffline * 0.25);\n }\n if (contractChancesWhileOffline > 0 && contractChancesWhileOffline <= 100) {\n for (let i = 0; i < contractChancesWhileOffline; ++i) {\n if (Math.random() <= 0.25) {\n numContracts++;\n }\n }\n }\n for (let i = 0; i < numContracts; i++) {\n generateRandomContract();\n }\n }\n\n let offlineReputation = 0;\n const offlineHackingIncome = (Player.moneySourceA.hacking / Player.playtimeSinceLastAug) * timeOffline * 0.75;\n Player.gainMoney(offlineHackingIncome, \"hacking\");\n // Process offline progress\n\n loadAllRunningScripts(); // This also takes care of offline production for those scripts\n\n if (Player.currentWork !== null) {\n Player.focus = true;\n Player.processWork(numCyclesOffline);\n } else {\n for (let i = 0; i < Player.factions.length; i++) {\n const facName = Player.factions[i];\n if (!Factions.hasOwnProperty(facName)) continue;\n const faction = Factions[facName];\n if (!faction.isMember) continue;\n // No rep for special factions.\n const info = faction.getInfo();\n if (!info.offersWork()) continue;\n // No rep for gangs.\n if (Player.getGangName() === facName) continue;\n\n const hRep = getHackingWorkRepGain(Player, faction.favor);\n const sRep = getFactionSecurityWorkRepGain(Player, faction.favor);\n const fRep = getFactionFieldWorkRepGain(Player, faction.favor);\n // can be infinite, doesn't matter.\n const reputationRate = Math.max(hRep, sRep, fRep) / Player.factions.length;\n\n const rep = reputationRate * numCyclesOffline;\n faction.playerReputation += rep;\n offlineReputation += rep;\n }\n }\n\n // Hacknet Nodes offline progress\n const offlineProductionFromHacknetNodes = processHacknetEarnings(numCyclesOffline);\n const hacknetProdInfo = hasHacknetServers() ? (\n <>\n hashes\n \n ) : (\n \n );\n\n // Passive faction rep gain offline\n processPassiveFactionRepGain(numCyclesOffline);\n\n // Stock Market offline progress\n if (Player.hasWseAccount) {\n processStockPrices(numCyclesOffline);\n }\n\n // Gang progress for BitNode 2\n if (Player.gang) Player.gang.process(numCyclesOffline);\n\n // Corporation offline progress\n if (Player.corporation) Player.corporation.storeCycles(numCyclesOffline);\n\n // Bladeburner offline progress\n if (Player.bladeburner) Player.bladeburner.storeCycles(numCyclesOffline);\n\n staneksGift.process(numCyclesOffline);\n\n // Sleeves offline progress\n Player.sleeves.forEach((sleeve) => sleeve.process(numCyclesOffline));\n\n // Update total playtime\n const time = numCyclesOffline * CONSTANTS._idleSpeed;\n Player.totalPlaytime ??= 0;\n Player.playtimeSinceLastAug ??= 0;\n Player.playtimeSinceLastBitnode ??= 0;\n\n Player.totalPlaytime += time;\n Player.playtimeSinceLastAug += time;\n Player.playtimeSinceLastBitnode += time;\n\n Player.lastUpdate = Engine._lastUpdate;\n Engine.start(); // Run main game loop and Scripts loop\n const timeOfflineString = convertTimeMsToTimeElapsedString(time);\n setTimeout(\n () =>\n AlertEvents.emit(\n <>\n Offline for {timeOfflineString}. While you were offline:\n
    \n
  • \n \n Your scripts generated \n \n
  • \n
  • \n Your Hacknet Nodes generated {hacknetProdInfo}\n
  • \n
  • \n \n You gained reputation divided amongst your factions\n \n
  • \n
\n ,\n ),\n 250,\n );\n } else {\n // No save found, start new game\n initSourceFiles();\n initDarkWebItems();\n Engine.start(); // Run main game loop and Scripts loop\n Player.init();\n initForeignServers(Player.getHomeComputer());\n initCompanies();\n initFactions();\n initAugmentations();\n\n // Start interactive tutorial\n iTutorialStart();\n }\n SetupTextEditor();\n },\n\n start: function () {\n // Get time difference\n const _thisUpdate = new Date().getTime();\n let diff = _thisUpdate - Engine._lastUpdate;\n const offset = diff % CONSTANTS._idleSpeed;\n\n // Divide this by cycle time to determine how many cycles have elapsed since last update\n diff = Math.floor(diff / CONSTANTS._idleSpeed);\n\n if (diff > 0) {\n // Update the game engine by the calculated number of cycles\n Engine._lastUpdate = _thisUpdate - offset;\n Player.lastUpdate = _thisUpdate - offset;\n Engine.updateGame(diff);\n }\n window.requestAnimationFrame(Engine.start);\n },\n};\n\n/** Shows a toast warning that lets the player know that auto-saves are disabled, with an button to re-enable them. */\nfunction warnAutosaveDisabled(): void {\n // If the player has suppressed those warnings let's just exit right away.\n if (Settings.SuppressAutosaveDisabledWarnings) return;\n\n // We don't want this warning to show up on certain pages.\n // When in recovery or importing we want to keep autosave disabled.\n const ignoredPages = [Page.Recovery, Page.ImportSave];\n if (ignoredPages.includes(Router.page())) return;\n\n const warningToast = (\n <>\n Auto-saves are disabled!\n {\n // We reset the value to a default\n Settings.AutosaveInterval = 60;\n }}\n >\n Enable\n \n \n );\n SnackbarEvents.emit(warningToast, ToastVariant.WARNING, 5000);\n}\n\nexport { Engine };\n","import React from \"react\";\nimport { FactionNames } from \"./data/FactionNames\";\nimport { Router } from \"../ui/GameRoot\";\nimport { Option } from \"./ui/Option\";\nimport { Typography } from \"@mui/material\";\n\ninterface FactionInfoParams {\n infoText?: JSX.Element;\n enemies?: string[];\n offerHackingWork?: boolean;\n offerFieldWork?: boolean;\n offerSecurityWork?: boolean;\n special?: boolean;\n keepOnInstall?: boolean;\n assignment?: () => React.ReactElement;\n}\n\n/** Contains the \"information\" property for all the Factions, which is just a description of each faction */\nexport class FactionInfo {\n /** The names of all other factions considered to be enemies to this faction. */\n enemies: string[];\n\n /** The descriptive text to show on the faction's page. */\n infoText: JSX.Element;\n\n /** A flag indicating if the faction supports field work to earn reputation. */\n offerFieldWork: boolean;\n\n /** A flag indicating if the faction supports hacking work to earn reputation. */\n offerHackingWork: boolean;\n\n /** A flag indicating if the faction supports security work to earn reputation. */\n offerSecurityWork: boolean;\n\n /** Keep faction on install. */\n keep: boolean;\n\n /** Special faction */\n special: boolean;\n\n /** The data to display on the faction screen. */\n assignment?: () => React.ReactElement;\n\n constructor(params: FactionInfoParams) {\n this.infoText = params.infoText ?? <>;\n this.enemies = params.enemies ?? [];\n this.offerHackingWork = params.offerHackingWork ?? false;\n this.offerFieldWork = params.offerFieldWork ?? false;\n this.offerSecurityWork = params.offerSecurityWork ?? false;\n\n this.keep = params.keepOnInstall ?? false;\n this.special = params.special ?? false;\n this.assignment = params.assignment;\n }\n\n offersWork(): boolean {\n return this.offerFieldWork || this.offerHackingWork || this.offerSecurityWork;\n }\n}\n\n/** A map of all factions and associated info to them. */\n// tslint:disable-next-line:variable-name\nexport const FactionInfos: Record = {\n // Endgame\n [FactionNames.Illuminati]: new FactionInfo({\n infoText: (\n <>\n Humanity never changes. No matter how civilized society becomes, it will eventually fall back into chaos. And\n from this chaos, we are the invisible hand that guides them to order.{\" \"}\n \n ),\n offerHackingWork: true,\n offerFieldWork: true,\n }),\n\n [FactionNames.Daedalus]: new FactionInfo({\n infoText: <>Yesterday we obeyed kings and bent our necks to emperors. Today we kneel only to truth.,\n offerHackingWork: true,\n offerFieldWork: true,\n }),\n\n [FactionNames.TheCovenant]: new FactionInfo({\n infoText: (\n <>\n Surrender yourself. Give up your empty individuality to become part of something great, something eternal.\n Become a slave. Submit your mind, body, and soul. Only then can you set yourself free.\n
\n
\n Only then can you discover immortality.\n \n ),\n offerHackingWork: true,\n offerFieldWork: true,\n }),\n\n // Megacorporations, each forms its own faction\n [FactionNames.ECorp]: new FactionInfo({\n infoText: (\n <>\n {FactionNames.ECorp}'s mission is simple: to connect the world of today with the technology of tomorrow. With\n our wide range of Internet-related software and commercial hardware, {FactionNames.ECorp} makes the world's\n information universally accessible.\n \n ),\n offerHackingWork: true,\n offerFieldWork: true,\n offerSecurityWork: true,\n keepOnInstall: true,\n }),\n\n [FactionNames.MegaCorp]: new FactionInfo({\n infoText: (\n <>\n {FactionNames.MegaCorp} does what no other dares to do. We imagine. We create. We invent. We create what others\n have never even dreamed of. Our work fills the world's needs for food, water, power, and transportation on an\n unprecedented scale, in ways that no other company can.\n
\n
\n In our labs and factories and on the ground with customers, {FactionNames.MegaCorp} is ushering in a new era for\n the world.\n \n ),\n offerHackingWork: true,\n offerFieldWork: true,\n offerSecurityWork: true,\n keepOnInstall: true,\n }),\n\n [FactionNames.BachmanAssociates]: new FactionInfo({\n infoText: (\n <>\n Where Law and Business meet - that's where we are.\n
\n
\n Legal Insight - Business Instinct - Innovative Experience.\n \n ),\n offerHackingWork: true,\n offerFieldWork: true,\n offerSecurityWork: true,\n keepOnInstall: true,\n }),\n\n [FactionNames.BladeIndustries]: new FactionInfo({\n infoText: <>Augmentation is Salvation.,\n offerHackingWork: true,\n offerFieldWork: true,\n offerSecurityWork: true,\n keepOnInstall: true,\n }),\n\n [FactionNames.NWO]: new FactionInfo({\n infoText: (\n <>\n Humans don't truly desire freedom. They want to be observed, understood, and judged. They want to be given\n purpose and direction in life. That is why they created God. And that is why they created civilization - not\n because of willingness, but because of a need to be incorporated into higher orders of structure and meaning.\n \n ),\n offerHackingWork: true,\n offerFieldWork: true,\n offerSecurityWork: true,\n keepOnInstall: true,\n }),\n\n [FactionNames.ClarkeIncorporated]: new FactionInfo({\n infoText: <>The Power of the Genome - Unlocked.,\n offerHackingWork: true,\n offerFieldWork: true,\n offerSecurityWork: true,\n keepOnInstall: true,\n }),\n\n [FactionNames.OmniTekIncorporated]: new FactionInfo({\n infoText: <>Simply put, our mission is to design and build robots that make a difference.,\n offerHackingWork: true,\n offerFieldWork: true,\n offerSecurityWork: true,\n keepOnInstall: true,\n }),\n\n [FactionNames.FourSigma]: new FactionInfo({\n infoText: (\n <>\n The scientific method is the best way to approach investing. Big strategies backed up with big data. Driven by\n deep learning and innovative ideas. And improved by iteration. That's {FactionNames.FourSigma}.\n \n ),\n offerHackingWork: true,\n offerFieldWork: true,\n offerSecurityWork: true,\n keepOnInstall: true,\n }),\n\n [FactionNames.KuaiGongInternational]: new FactionInfo({\n infoText: <>Dream big. Work hard. Make history.,\n offerHackingWork: true,\n offerFieldWork: true,\n offerSecurityWork: true,\n keepOnInstall: true,\n }),\n\n // Other Corporations\n [FactionNames.FulcrumSecretTechnologies]: new FactionInfo({\n infoText: (\n <>\n The human organism has an innate desire to worship. That is why they created gods. If there were no gods, it\n would be necessary to create them. And now we can.\n \n ),\n offerHackingWork: true,\n offerSecurityWork: true,\n keepOnInstall: true,\n }),\n\n // Hacker groups\n [FactionNames.BitRunners]: new FactionInfo({\n infoText: (\n <>\n Our entire lives are controlled by bits. All of our actions, our thoughts, our personal information. It's all\n transformed into bits, stored in bits, communicated through bits. It’s impossible for any person to move, to\n live, to operate at any level without the use of bits. And when a person moves, lives, and operates, they leave\n behind their bits, mere traces of seemingly meaningless fragments of information. But these bits can be\n reconstructed. Transformed. Used.\n
\n
\n Those who run the bits, run the world.\n \n ),\n offerHackingWork: true,\n }),\n\n [FactionNames.TheBlackHand]: new FactionInfo({\n infoText: (\n <>\n The world, so afraid of strong government, now has no government. Only power - Digital power. Financial power.\n Technological power. And those at the top rule with an invisible hand. They built a society where the rich get\n richer, and everyone else suffers.\n
\n
\n So much pain. So many lives. Their darkness must end.\n \n ),\n offerHackingWork: true,\n offerFieldWork: true,\n }),\n\n // prettier-ignore\n [FactionNames.NiteSec]: new FactionInfo({\n infoText:(<>\n {\" __..__ \"}
\n {\" _.nITESECNIt. \"}
\n {\" .-'NITESECNITESEc. \"}
\n {\" .' NITESECNITESECn \"}
\n {\" / NITESECNITESEC; \"}
\n {\" : :NITESECNITESEC; \"}
\n {\" ; $ NITESECNITESECN \"}
\n {\" : _, ,N'ITESECNITESEC \"}
\n {\" : .+^^`, : `NITESECNIT \"}
\n {\" ) /), `-,-=,NITESECNI \"}
\n {\" / ^ ,-;|NITESECN; \"}
\n {\" / _.' '-';NITESECN \"}
\n {\" ( , ,-''`^NITE' \"}
\n {\" )` :`. .' \"}
\n {\" )-- ; `- / \"}
\n {\" ' _.-' : \"}
\n {\" ( _.-' . \"}
\n {\" ------. \"}
\n {\" . \"}
\n {\" _.nIt \"}
\n {\" _.nITESECNi \"}
\n {\" nITESECNIT^' \"}
\n {\" NITE^' ___ \"}
\n {\" / .gP''''Tp. \"}
\n {\" : d' . `b \"}
\n {\" ; d' o `b ; \"}
\n {\" / d; `b| \"}
\n {\" /, $; @ `: \"}
\n {\" /' $/ ; \"}
\n {\" .' $/b o | \"}
\n {\" .' d$/$; : \"}
\n {\" / .d/$/$; , ; \"}
\n {\" d .dNITESEC $ | \"}
\n {\" :bp.__.gNITESEC/$ :$ ; \"}
\n {\" NITESECNITESECNIT /$b : \"}
),\n offerHackingWork: true,\n offerFieldWork: false,\n offerSecurityWork: false,\n special: false,\n keepOnInstall: false,\n }),\n\n // City factions, essentially governments\n [FactionNames.Aevum]: new FactionInfo({\n infoText: <>The Silicon City.,\n enemies: [FactionNames.Chongqing, FactionNames.NewTokyo, FactionNames.Ishima, FactionNames.Volhaven],\n offerHackingWork: true,\n offerFieldWork: true,\n offerSecurityWork: true,\n }),\n [FactionNames.Chongqing]: new FactionInfo({\n infoText: <>Serve the People.,\n enemies: [FactionNames.Sector12, FactionNames.Aevum, FactionNames.Volhaven],\n offerHackingWork: true,\n offerFieldWork: true,\n offerSecurityWork: true,\n }),\n [FactionNames.Ishima]: new FactionInfo({\n infoText: <>The East Asian Order of the Future.,\n enemies: [FactionNames.Sector12, FactionNames.Aevum, FactionNames.Volhaven],\n offerHackingWork: true,\n offerFieldWork: true,\n offerSecurityWork: true,\n }),\n [FactionNames.NewTokyo]: new FactionInfo({\n infoText: <>Asia's World City.,\n enemies: [FactionNames.Sector12, FactionNames.Aevum, FactionNames.Volhaven],\n offerHackingWork: true,\n offerFieldWork: true,\n offerSecurityWork: true,\n }),\n [FactionNames.Sector12]: new FactionInfo({\n infoText: <>The City of the Future.,\n enemies: [FactionNames.Chongqing, FactionNames.NewTokyo, FactionNames.Ishima, FactionNames.Volhaven],\n offerHackingWork: true,\n offerFieldWork: true,\n offerSecurityWork: true,\n }),\n [FactionNames.Volhaven]: new FactionInfo({\n infoText: <>Benefit, Honor, and Glory.,\n enemies: [\n FactionNames.Chongqing,\n FactionNames.Sector12,\n FactionNames.NewTokyo,\n FactionNames.Aevum,\n FactionNames.Ishima,\n ],\n offerHackingWork: true,\n offerFieldWork: true,\n offerSecurityWork: true,\n }),\n\n // Criminal Organizations/Gangs\n [FactionNames.SpeakersForTheDead]: new FactionInfo({\n infoText: <>It is better to reign in Hell than to serve in Heaven.,\n offerHackingWork: true,\n offerFieldWork: true,\n offerSecurityWork: true,\n }),\n\n [FactionNames.TheDarkArmy]: new FactionInfo({\n infoText: <>The World doesn't care about right or wrong. It only cares about power.,\n offerHackingWork: true,\n offerFieldWork: true,\n }),\n\n [FactionNames.TheSyndicate]: new FactionInfo({\n infoText: <>Honor holds you back.,\n offerHackingWork: true,\n offerFieldWork: true,\n offerSecurityWork: true,\n }),\n\n [FactionNames.Silhouette]: new FactionInfo({\n infoText: (\n <>\n Corporations have filled the void of power left behind by the collapse of Western government. The issue is\n they've become so big that you don't know who they're working for. And if you're employed at one of these\n corporations, you don't even know who you're working for.\n
\n
\n That's terror. Terror, fear, and corruption. All born into the system, all propagated by the system.\n \n ),\n offerHackingWork: true,\n offerFieldWork: true,\n }),\n\n [FactionNames.Tetrads]: new FactionInfo({\n infoText: <>Following the mandate of Heaven and carrying out the way.,\n\n offerFieldWork: true,\n offerSecurityWork: true,\n }),\n\n [FactionNames.SlumSnakes]: new FactionInfo({\n infoText: <>{FactionNames.SlumSnakes} rule!,\n\n offerFieldWork: true,\n offerSecurityWork: true,\n }),\n\n // Early game factions - factions the player will prestige with early on that don't belong in other categories.\n [FactionNames.Netburners]: new FactionInfo({\n infoText: <>{\"~~//*>H4CK||3T 8URN3R5**>?>\\\\~~\"},\n offerHackingWork: true,\n }),\n\n [FactionNames.TianDiHui]: new FactionInfo({\n infoText: <>Obey Heaven and work righteously.,\n offerHackingWork: true,\n\n offerSecurityWork: true,\n }),\n\n [FactionNames.CyberSec]: new FactionInfo({\n infoText: (\n <>\n The Internet is the first thing that was built that we don't fully understand, the largest experiment in anarchy\n that we have ever had. And as the world becomes increasingly dominated by it, society approaches the brink of\n total chaos. We serve only to protect society, to protect humanity, to protect the world from imminent collapse.\n \n ),\n offerHackingWork: true,\n }),\n\n // Special Factions\n [FactionNames.Bladeburners]: new FactionInfo({\n infoText: (\n <>\n It's too bad they won't live. But then again, who does?\n
\n
\n Note that for this faction, reputation can only be gained through {FactionNames.Bladeburners} actions.{\" \"}\n Completing {FactionNames.Bladeburners} contracts/operations will increase your reputation.\n \n ),\n\n special: true,\n assignment: (): React.ReactElement => {\n return (\n Router.toBladeburner()}\n />\n );\n },\n }),\n\n [FactionNames.ChurchOfTheMachineGod]: new FactionInfo({\n // prettier-ignore\n infoText:(<>\n {\" `` \"}
\n {\" -odmmNmds: \"}
\n {\" `hNmo:..-omNh. \"}
\n {\" yMd` `hNh \"}
\n {\" mMd oNm \"}
\n {\" oMNo .mM/ \"}
\n {\" `dMN+ -mM+ \"}
\n {\" -mMNo -mN+ \"}
\n {\" .+- :mMNo/mN/ \"}
\n {\":yNMd. :NMNNN/ \"}
\n {\"-mMMMh. /NMMh` \"}
\n {\" .dMMMd. /NMMMy` \"}
\n {\" `yMMMd. /NNyNMMh` \"}
\n {\" `sMMMd. +Nm: +NMMh. \"}
\n {\" oMMMm- oNm: /NMMd. \"}
\n {\" +NMMmsMm- :mMMd. \"}
\n {\" /NMMMm- -mMMd. \"}
\n {\" /MMMm- -mMMd. \"}
\n {\" `sMNMMm- .mMmo \"}
\n {\" `sMd:hMMm. ./. \"}
\n {\" `yMy` `yNMd` \"}
\n {\" `hMs` oMMy \"}
\n {\" `hMh sMN- \"}
\n {\" /MM- .NMo \"}
\n {\" +MM: :MM+ \"}
\n {\" sNNo-.`.-omNy` \"}
\n {\" -smNNNNmdo- \"}
\n {\" `..` \"}

\n Many cultures predict an end to humanity in the near future, a final\n Armageddon that will end the world; but we disagree.),\n offerHackingWork: false,\n offerFieldWork: false,\n offerSecurityWork: false,\n special: true,\n keepOnInstall: true,\n assignment: (): React.ReactElement => {\n return (\n Router.toStaneksGift()}\n />\n );\n },\n }),\n [FactionNames.ShadowsOfAnarchy]: new FactionInfo({\n infoText: (\n <>\n The government is ruled by the corporations that we have allowed to consume it. To release the world from its\n shackles, the gods grant us their strength.\n \n ),\n special: true,\n keepOnInstall: true,\n assignment: (): React.ReactElement => {\n return {FactionNames.ShadowsOfAnarchy} can only gain reputation by infiltrating.;\n },\n }),\n};\n","import { Person } from \"../../PersonObjects/Person\";\nimport { BitNodeMultipliers } from \"../../BitNode/BitNodeMultipliers\";\nimport { CONSTANTS } from \"../../Constants\";\nimport { FactionWorkType } from \"../data/FactionWorkType\";\nimport { newWorkStats, WorkStats } from \"../WorkStats\";\nimport {\n getFactionFieldWorkRepGain,\n getFactionSecurityWorkRepGain,\n getHackingWorkRepGain,\n} from \"../../PersonObjects/formulas/reputation\";\n\nconst gameCPS = 1000 / CONSTANTS._idleSpeed; // 5 cycles per second\n\nexport const FactionWorkStats: Record = {\n [FactionWorkType.HACKING]: newWorkStats({ hackExp: 15 }),\n [FactionWorkType.FIELD]: newWorkStats({\n hackExp: 10,\n strExp: 10,\n defExp: 10,\n dexExp: 10,\n agiExp: 10,\n chaExp: 10,\n }),\n [FactionWorkType.SECURITY]: newWorkStats({\n hackExp: 5,\n strExp: 15,\n defExp: 15,\n dexExp: 15,\n agiExp: 15,\n }),\n};\n\nexport const calculateFactionRep = (person: Person, tpe: FactionWorkType, favor: number): number => {\n const repFormulas = {\n [FactionWorkType.HACKING]: getHackingWorkRepGain,\n [FactionWorkType.FIELD]: getFactionFieldWorkRepGain,\n [FactionWorkType.SECURITY]: getFactionSecurityWorkRepGain,\n };\n return repFormulas[tpe](person, favor);\n};\n\nexport function calculateFactionExp(person: Person, tpe: FactionWorkType): WorkStats {\n const baseStats = FactionWorkStats[tpe];\n return {\n money: 0,\n reputation: 0,\n hackExp: (baseStats.hackExp * person.mults.hacking_exp * BitNodeMultipliers.FactionWorkExpGain) / gameCPS,\n strExp: (baseStats.strExp * person.mults.strength_exp * BitNodeMultipliers.FactionWorkExpGain) / gameCPS,\n defExp: (baseStats.defExp * person.mults.defense_exp * BitNodeMultipliers.FactionWorkExpGain) / gameCPS,\n dexExp: (baseStats.dexExp * person.mults.dexterity_exp * BitNodeMultipliers.FactionWorkExpGain) / gameCPS,\n agiExp: (baseStats.agiExp * person.mults.agility_exp * BitNodeMultipliers.FactionWorkExpGain) / gameCPS,\n chaExp: (baseStats.chaExp * person.mults.charisma_exp * BitNodeMultipliers.FactionWorkExpGain) / gameCPS,\n intExp: 0,\n };\n}\n","export interface CorporationUpgrade {\n index: number;\n basePrice: number;\n priceMult: number;\n benefit: number;\n name: string;\n desc: string;\n}\n\nexport enum CorporationUpgradeIndex {\n SmartFactories = 0,\n SmartStorage = 1,\n DreamSense = 2,\n WilsonAnalytics = 3,\n NuoptimalNootropicInjectorImplants = 4,\n SpeechProcessorImplants = 5,\n NeuralAccelerators = 6,\n FocusWires = 7,\n ABCSalesBots = 8,\n ProjectInsight = 9,\n}\n\n// Corporation Upgrades\n// Upgrades for entire corporation, levelable upgrades\nexport const CorporationUpgrades: Record = {\n //Smart factories, increases production\n [CorporationUpgradeIndex.SmartFactories]: {\n index: CorporationUpgradeIndex.SmartFactories,\n basePrice: 2e9,\n priceMult: 1.06,\n benefit: 0.03,\n name: \"Smart Factories\",\n desc:\n \"Advanced AI automatically optimizes the operation and productivity \" +\n \"of factories. Each level of this upgrade increases your global production by 3% (additive).\",\n },\n\n //Smart warehouses, increases storage size\n [CorporationUpgradeIndex.SmartStorage]: {\n index: CorporationUpgradeIndex.SmartStorage,\n basePrice: 2e9,\n priceMult: 1.06,\n benefit: 0.1,\n name: \"Smart Storage\",\n desc:\n \"Advanced AI automatically optimizes your warehouse storage methods. \" +\n \"Each level of this upgrade increases your global warehouse storage size by 10% (additive).\",\n },\n\n //Advertise through dreams, passive popularity/ awareness gain\n [CorporationUpgradeIndex.DreamSense]: {\n index: CorporationUpgradeIndex.DreamSense,\n basePrice: 4e9,\n priceMult: 1.1,\n benefit: 0.001,\n name: \"DreamSense\",\n desc:\n \"Use DreamSense LCC Technologies to advertise your corporation \" +\n \"to consumers through their dreams. Each level of this upgrade provides a passive \" +\n \"increase in awareness of all of your companies (divisions) by 0.004 / market cycle,\" +\n \"and in popularity by 0.001 / market cycle. A market cycle is approximately \" +\n \"15 seconds.\",\n },\n\n //Makes advertising more effective\n [CorporationUpgradeIndex.WilsonAnalytics]: {\n index: CorporationUpgradeIndex.WilsonAnalytics,\n basePrice: 4e9,\n priceMult: 1.5,\n benefit: 0.005,\n name: \"Wilson Analytics\",\n desc:\n \"Purchase data and analysis from Wilson, a marketing research \" +\n \"firm. Each level of this upgrade increases the effectiveness of your \" +\n \"advertising by 0.5% (additive).\",\n },\n\n //Augmentation for employees, increases cre\n [CorporationUpgradeIndex.NuoptimalNootropicInjectorImplants]: {\n index: CorporationUpgradeIndex.NuoptimalNootropicInjectorImplants,\n basePrice: 1e9,\n priceMult: 1.06,\n benefit: 0.1,\n name: \"Nuoptimal Nootropic Injector Implants\",\n desc:\n \"Purchase the Nuoptimal Nootropic \" +\n \"Injector augmentation for your employees. Each level of this upgrade \" +\n \"globally increases the creativity of your employees by 10% (additive).\",\n },\n\n //Augmentation for employees, increases cha\n [CorporationUpgradeIndex.SpeechProcessorImplants]: {\n index: CorporationUpgradeIndex.SpeechProcessorImplants,\n basePrice: 1e9,\n priceMult: 1.06,\n benefit: 0.1,\n name: \"Speech Processor Implants\",\n desc:\n \"Purchase the Speech Processor augmentation for your employees. \" +\n \"Each level of this upgrade globally increases the charisma of your employees by 10% (additive).\",\n },\n\n //Augmentation for employees, increases int\n [CorporationUpgradeIndex.NeuralAccelerators]: {\n index: CorporationUpgradeIndex.NeuralAccelerators,\n basePrice: 1e9,\n priceMult: 1.06,\n benefit: 0.1,\n name: \"Neural Accelerators\",\n desc:\n \"Purchase the Neural Accelerator augmentation for your employees. \" +\n \"Each level of this upgrade globally increases the intelligence of your employees \" +\n \"by 10% (additive).\",\n },\n\n //Augmentation for employees, increases eff\n [CorporationUpgradeIndex.FocusWires]: {\n index: CorporationUpgradeIndex.FocusWires,\n basePrice: 1e9,\n priceMult: 1.06,\n benefit: 0.1,\n name: \"FocusWires\",\n desc:\n \"Purchase the FocusWire augmentation for your employees. Each level \" +\n \"of this upgrade globally increases the efficiency of your employees by 10% (additive).\",\n },\n\n //Improves sales of materials/products\n [CorporationUpgradeIndex.ABCSalesBots]: {\n index: CorporationUpgradeIndex.ABCSalesBots,\n basePrice: 1e9,\n priceMult: 1.07,\n benefit: 0.01,\n name: \"ABC SalesBots\",\n desc:\n \"Always Be Closing. Purchase these robotic salesmen to increase the amount of \" +\n \"materials and products you sell. Each level of this upgrade globally increases your sales \" +\n \"by 1% (additive).\",\n },\n\n //Improves scientific research rate\n [CorporationUpgradeIndex.ProjectInsight]: {\n index: CorporationUpgradeIndex.ProjectInsight,\n basePrice: 5e9,\n priceMult: 1.07,\n benefit: 0.05,\n name: \"Project Insight\",\n desc:\n \"Purchase 'Project Insight', a R&D service provided by the secretive \" +\n \"Fulcrum Technologies. Each level of this upgrade globally increases the amount of \" +\n \"Scientific Research you produce by 5% (additive).\",\n },\n};\n","import { EventEmitter } from \"../../utils/EventEmitter\";\nexport const ITutorialEvents = new EventEmitter<[]>();\n","/**\n * The worker agent for running a script instance. Each running script instance\n * has its own underlying WorkerScript object.\n *\n * Note that these objects are not saved and re-loaded when the game is refreshed.\n * Instead, whenever the game is opened, WorkerScripts are re-created from\n * RunningScript objects\n */\nimport { Environment } from \"./Environment\";\nimport { RamCostConstants } from \"./RamCostGenerator\";\n\nimport { RunningScript } from \"../Script/RunningScript\";\nimport { Script } from \"../Script/Script\";\nimport { GetServer } from \"../Server/AllServers\";\nimport { BaseServer } from \"../Server/BaseServer\";\nimport { NS } from \"../ScriptEditor/NetscriptDefinitions\";\nimport { ScriptDeath } from \"./ScriptDeath\";\nimport { ScriptArg } from \"./ScriptArg\";\n\nexport class WorkerScript {\n /** Script's arguments */\n args: ScriptArg[];\n\n /** Copy of the script's code */\n code = \"\";\n\n /**\n * Holds the timeoutID (numeric value) for whenever this script is blocked by a\n * timed Netscript function. i.e. Holds the return value of setTimeout()\n */\n delay: number | null = null;\n\n /** Holds the Promise reject() function while the script is \"blocked\" by an async op */\n delayReject?: (reason?: ScriptDeath) => void;\n\n /** Stores names of all functions that have logging disabled */\n disableLogs: Record = {};\n\n /**\n * Used for dynamic RAM calculation. Stores names of all functions that have\n * already been checked by this script.\n * TODO: Could probably just combine this with loadedFns?\n */\n dynamicLoadedFns: Record = {};\n\n /** Tracks dynamic RAM usage */\n dynamicRamUsage: number = RamCostConstants.ScriptBaseRamCost;\n\n /** Netscript Environment for this script */\n env: Environment;\n\n /** Status message in case of script error. */\n errorMessage = \"\";\n\n /**\n * Used for static RAM calculation. Stores names of all functions that have\n * already been checked by this script\n */\n loadedFns: Record = {};\n\n /** Filename of script */\n name: string;\n\n /** Script's output/return value. Currently not used or implemented */\n output = \"\";\n\n /**\n * Process ID. Must be an integer. Used for efficient script\n * killing and removal.\n */\n pid: number;\n\n /** Script's Static RAM usage. Equivalent to underlying script's RAM usage */\n ramUsage = 0;\n\n /** Reference to underlying RunningScript object */\n scriptRef: RunningScript;\n\n /** hostname on which this script is running */\n hostname: string;\n\n /** Function called when the script ends. */\n atExit?: () => void;\n\n constructor(runningScriptObj: RunningScript, pid: number, nsFuncsGenerator?: (ws: WorkerScript) => NS) {\n this.name = runningScriptObj.filename;\n this.hostname = runningScriptObj.server;\n\n const sanitizedPid = Math.round(pid);\n if (typeof sanitizedPid !== \"number\" || isNaN(sanitizedPid)) {\n throw new Error(`Invalid PID when constructing WorkerScript: ${pid}`);\n }\n this.pid = sanitizedPid;\n runningScriptObj.pid = sanitizedPid;\n\n // Get the underlying script's code\n const server = GetServer(this.hostname);\n if (server == null) {\n throw new Error(`WorkerScript constructed with invalid server ip: ${this.hostname}`);\n }\n let found = false;\n for (let i = 0; i < server.scripts.length; ++i) {\n if (server.scripts[i].filename === this.name) {\n found = true;\n this.code = server.scripts[i].code;\n }\n }\n if (!found) {\n throw new Error(`WorkerScript constructed with invalid script filename: ${this.name}`);\n }\n this.scriptRef = runningScriptObj;\n this.args = runningScriptObj.args.slice();\n this.env = new Environment();\n if (typeof nsFuncsGenerator === \"function\") {\n this.env.vars = nsFuncsGenerator(this);\n }\n }\n\n /** Returns the Server on which this script is running */\n getServer(): BaseServer {\n const server = GetServer(this.hostname);\n if (server == null) throw new Error(`Script ${this.name} pid ${this.pid} is running on non-existent server?`);\n return server;\n }\n\n /**\n * Returns the Script object for the underlying script.\n * Returns null if it cannot be found (which would be a bug)\n */\n getScript(): Script | null {\n const server = this.getServer();\n for (let i = 0; i < server.scripts.length; ++i) {\n if (server.scripts[i].filename === this.name) {\n return server.scripts[i];\n }\n }\n\n console.error(\n \"Failed to find underlying Script object in WorkerScript.getScript(). This probably means somethings wrong\",\n );\n return null;\n }\n\n /**\n * Returns the script with the specified filename on the specified server,\n * or null if it cannot be found\n */\n getScriptOnServer(fn: string, server: BaseServer): Script | null {\n if (server == null) {\n server = this.getServer();\n }\n\n for (let i = 0; i < server.scripts.length; ++i) {\n if (server.scripts[i].filename === fn) {\n return server.scripts[i];\n }\n }\n\n return null;\n }\n\n shouldLog(fn: string): boolean {\n return this.disableLogs[fn] == null;\n }\n\n log(func: string, txt: () => string): void {\n if (this.shouldLog(func)) {\n if (func && txt) {\n this.scriptRef.log(`${func}: ${txt()}`);\n } else if (func) {\n this.scriptRef.log(func);\n } else {\n this.scriptRef.log(txt());\n }\n }\n }\n\n print(txt: string): void {\n this.scriptRef.log(txt);\n }\n}\n","import { Crimes } from \"./Crimes\";\nimport { Crime } from \"./Crime\";\nimport { Player } from \"../Player\";\n\nimport { dialogBoxCreate } from \"../ui/React/DialogBox\";\n\n//This is only used for the player\nexport function determineCrimeSuccess(type: string): boolean {\n let chance = 0;\n let found = false;\n for (const i of Object.keys(Crimes)) {\n const crime = Crimes[i];\n if (crime.type === type) {\n chance = crime.successRate(Player);\n found = true;\n break;\n }\n }\n\n if (!found) {\n dialogBoxCreate(`ERR: Unrecognized crime type: ${type} This is probably a bug please contact the developer`);\n return false;\n }\n return Math.random() <= chance;\n}\n\nexport function findCrime(roughName: string): Crime | null {\n roughName = roughName.toLowerCase();\n if (roughName.includes(\"shoplift\")) {\n return Crimes.Shoplift;\n } else if (roughName.includes(\"rob\") && roughName.includes(\"store\")) {\n return Crimes.RobStore;\n } else if (roughName.includes(\"mug\")) {\n return Crimes.Mug;\n } else if (roughName.includes(\"larceny\")) {\n return Crimes.Larceny;\n } else if (roughName.includes(\"drugs\")) {\n return Crimes.DealDrugs;\n } else if (roughName.includes(\"bond\") && roughName.includes(\"forge\")) {\n return Crimes.BondForgery;\n } else if ((roughName.includes(\"traffic\") || roughName.includes(\"illegal\")) && roughName.includes(\"arms\")) {\n return Crimes.TraffickArms;\n } else if (roughName.includes(\"homicide\")) {\n return Crimes.Homicide;\n } else if (roughName.includes(\"grand\") && roughName.includes(\"auto\")) {\n return Crimes.GrandTheftAuto;\n } else if (roughName.includes(\"kidnap\")) {\n return Crimes.Kidnap;\n } else if (roughName.includes(\"assassin\")) {\n return Crimes.Assassination;\n } else if (roughName.includes(\"heist\")) {\n return Crimes.Heist;\n }\n\n return null;\n}\n","import { sum } from \"lodash\";\n\nimport { Augmentation } from \"../../Augmentation/Augmentation\";\nimport { CONSTANTS } from \"../../Constants\";\n\nexport interface IConstructorParams {\n augmentation: Augmentation;\n readonly cost: number;\n readonly time: number;\n}\n\nexport class GraftableAugmentation {\n // The augmentation that this craftable corresponds to\n augmentation: Augmentation;\n\n constructor(augmentation: Augmentation) {\n this.augmentation = augmentation;\n }\n\n get cost(): number {\n return this.augmentation.baseCost * CONSTANTS.AugmentationGraftingCostMult;\n }\n\n get time(): number {\n // Time = 1 hour * log_2(sum(aug multipliers) || 1) + 30 minutes\n const antiLog = Math.max(sum(Object.values(this.augmentation.mults).filter((x) => x !== 1)), 1);\n\n const mult = Math.log2(antiLog);\n return (CONSTANTS.AugmentationGraftingTimeBase * mult + CONSTANTS.MillisecondsPerHalfHour) / 2;\n }\n}\n","import LinearProgress from \"@mui/material/LinearProgress\";\nimport { Theme } from \"@mui/material/styles\";\nimport withStyles from \"@mui/styles/withStyles\";\n\nexport const ProgressBar = withStyles((theme: Theme) => ({\n root: {\n backgroundColor: theme.palette.background.paper,\n },\n bar: {\n transition: \"none\",\n backgroundColor: theme.palette.primary.main,\n },\n}))(LinearProgress);\n","export type ObjectValidator = {\n [key in keyof T]?: ParameterValidator;\n};\n\ninterface ParameterValidatorObject {\n default?: unknown;\n min?: number;\n max?: number;\n func?: (obj: Type, validator: ObjectValidator, key: Key) => void;\n}\ntype ParameterValidatorFunction = (obj: Type, key: Key) => void;\ntype ParameterValidator =\n | ParameterValidatorObject\n | ParameterValidatorFunction;\n\nexport function validateObject, Key extends keyof Type>(\n obj: Type,\n validator: ObjectValidator,\n): void {\n for (const key of Object.keys(validator) as Key[]) {\n const paramValidator = validator[key];\n if (paramValidator !== undefined) {\n if (typeof paramValidator === \"function\") {\n paramValidator(obj, key);\n } else if (paramValidator.func !== undefined) {\n paramValidator.func(obj, validator, key);\n } else {\n if (typeof obj[key] !== typeof paramValidator.default) {\n obj[key] = paramValidator.default as Type[Key];\n }\n if (typeof obj[key] === \"number\" && paramValidator.min !== undefined) {\n if (obj[key] < paramValidator.min) obj[key] = paramValidator.min as Type[Key];\n }\n if (typeof obj[key] === \"number\" && paramValidator.max !== undefined) {\n if (obj[key] > paramValidator.max) obj[key] = paramValidator.max as Type[Key];\n }\n }\n }\n }\n}\n\nexport function minMax(\n def: number,\n min: number,\n max: number,\n): (obj: Type, key: Key & keyof Type) => void {\n return (obj, key) => {\n if (typeof obj[key] !== \"number\") {\n obj[key] = def as unknown as Type[Key];\n return;\n }\n if ((obj[key] as unknown as number) < min) {\n obj[key] = min as unknown as Type[Key];\n }\n if ((obj[key] as unknown as number) > max) {\n obj[key] = max as unknown as Type[Key];\n }\n };\n}\n\nexport function oneOf(\n def: Value,\n options: Value[],\n): (obj: Type, key: Key & keyof Type) => void {\n return (obj, key) => {\n if (typeof obj[key] !== typeof def) {\n obj[key] = def as unknown as Type[Key];\n return;\n }\n if (!options.includes(obj[key] as unknown as Value)) {\n obj[key] = def as unknown as Type[Key];\n }\n };\n}\n\nexport function subsetOf(\n options: Value[],\n): (obj: Type, key: Key & keyof Type) => void {\n return (obj, key) => {\n if (typeof obj[key] !== \"object\" || !Array.isArray(obj[key])) {\n obj[key] = [] as unknown as Type[Key];\n return;\n }\n const validValues: Value[] = [];\n for (const value of obj[key] as unknown as Value[]) {\n if (options.includes(value)) validValues.push(value);\n }\n obj[key] = validValues as unknown as Type[Key];\n };\n}\n","import { Player } from \"../../Player\";\nimport { BitNodeMultipliers } from \"../../BitNode/BitNodeMultipliers\";\nimport { LocationsMetadata } from \"../../Locations/data/LocationsMetadata\";\nimport { AugmentationNames } from \"../../Augmentation/data/AugmentationNames\";\nimport { Faction } from \"../../Faction/Faction\";\n\nexport function calculateSellInformationCashReward(reward: number, maxLevel: number, difficulty: number): number {\n const levelBonus = maxLevel * Math.pow(1.01, maxLevel);\n\n return (\n Math.pow(reward + 1, 2) *\n Math.pow(difficulty, 3) *\n 3e3 *\n levelBonus *\n (Player.hasAugmentation(AugmentationNames.WKSharmonizer, true) ? 1.5 : 1) *\n BitNodeMultipliers.InfiltrationMoney\n );\n}\n\nexport function calculateTradeInformationRepReward(reward: number, maxLevel: number, difficulty: number): number {\n const levelBonus = maxLevel * Math.pow(1.01, maxLevel);\n\n return (\n Math.pow(reward + 1, 1.1) *\n Math.pow(difficulty, 1.2) *\n 30 *\n levelBonus *\n (Player.hasAugmentation(AugmentationNames.WKSharmonizer, true) ? 1.5 : 1) *\n BitNodeMultipliers.InfiltrationRep\n );\n}\n\nexport function calculateInfiltratorsRepReward(faction: Faction, difficulty: number): number {\n const maxStartingSecurityLevel = LocationsMetadata.reduce((acc, data): number => {\n const startingSecurityLevel = data.infiltrationData?.startingSecurityLevel || 0;\n return acc > startingSecurityLevel ? acc : startingSecurityLevel;\n }, 0);\n const baseRepGain = (difficulty / maxStartingSecurityLevel) * 5000;\n\n return (\n baseRepGain * (Player.hasAugmentation(AugmentationNames.WKSharmonizer, true) ? 2 : 1) * (1 + faction.favor / 100)\n );\n}\n","/**\n * This is an object that is used to keep track of where all of the player's\n * money is coming from (or going to)\n */\nimport { Generic_fromJSON, Generic_toJSON, Reviver, IReviverValue } from \"./JSONReviver\";\n\nexport class MoneySourceTracker {\n // eslint-disable-next-line @typescript-eslint/ban-types\n [key: string]: number | Function;\n\n bladeburner = 0;\n casino = 0;\n class = 0;\n codingcontract = 0;\n corporation = 0;\n crime = 0;\n gang = 0;\n hacking = 0;\n hacknet = 0;\n hacknet_expenses = 0;\n hospitalization = 0;\n infiltration = 0;\n sleeves = 0;\n stock = 0;\n total = 0;\n work = 0;\n servers = 0;\n other = 0;\n augmentations = 0;\n\n // Record money earned\n record(amt: number, source: string): void {\n const sanitizedSource = source.toLowerCase();\n if (typeof this[sanitizedSource] !== \"number\") {\n console.warn(`MoneySourceTracker.record() called with invalid source: ${source}`);\n return;\n }\n\n (this[sanitizedSource] as number) += amt;\n this.total += amt;\n }\n\n // Reset the money tracker by setting all stats to 0\n reset(): void {\n for (const prop in this) {\n if (typeof this[prop] === \"number\") {\n (this[prop] as number) = 0;\n }\n }\n }\n\n // Serialize the current object to a JSON save state.\n toJSON(): IReviverValue {\n return Generic_toJSON(\"MoneySourceTracker\", this);\n }\n\n // Initializes a MoneySourceTracker object from a JSON save state.\n static fromJSON(value: IReviverValue): MoneySourceTracker {\n return Generic_fromJSON(MoneySourceTracker, value.data);\n }\n}\n\nReviver.constructors.MoneySourceTracker = MoneySourceTracker;\n","import { Factions } from \"../../Faction/Factions\";\nimport { Faction } from \"../../Faction/Faction\";\nimport { Gang } from \"../../Gang/Gang\";\nimport { PlayerObject } from \"./PlayerObject\";\nimport { GangConstants } from \"../../Gang/data/Constants\";\n\nexport function canAccessGang(this: PlayerObject): boolean {\n if (this.bitNodeN === 2) {\n return true;\n }\n if (this.sourceFileLvl(2) <= 0) {\n return false;\n }\n\n return this.karma <= GangConstants.GangKarmaRequirement;\n}\n\nexport function isAwareOfGang(this: PlayerObject): boolean {\n return this.bitNodeN === 2 || this.sourceFileLvl(2) >= 1;\n}\n\nexport function getGangFaction(this: PlayerObject): Faction {\n const gang = this.gang;\n if (gang === null) throw new Error(\"Cannot get gang faction because player is not in a gang.\");\n\n const fac = Factions[gang.facName];\n if (fac == null) throw new Error(`Gang has invalid faction name: ${gang.facName}`);\n\n return fac;\n}\n\nexport function getGangName(this: PlayerObject): string {\n const gang = this.gang;\n return gang ? gang.facName : \"\";\n}\n\nexport function hasGangWith(this: PlayerObject, facName: string): boolean {\n const gang = this.gang;\n return gang ? gang.facName === facName : false;\n}\n\nexport function startGang(this: PlayerObject, factionName: string, hacking: boolean): void {\n this.gang = new Gang(factionName, hacking);\n\n const fac = Factions[factionName];\n if (fac == null) {\n throw new Error(`Invalid faction name when creating gang: ${factionName}`);\n }\n fac.playerReputation = 0;\n}\n\nexport function inGang(this: PlayerObject) {\n return Boolean(this.gang);\n}\n","// choose random character for generating plaintexts to compress\nexport function comprGenChar(): string {\n const r = Math.random();\n if (r < 0.4) {\n return \"ABCDEFGHIJKLMNOPQRSTUVWXYZ\"[Math.floor(26 * Math.random())];\n } else if (r < 0.8) {\n return \"abcdefghijklmnopqrstuvwxyz\"[Math.floor(26 * Math.random())];\n } else {\n return \"01234567689\"[Math.floor(10 * Math.random())];\n }\n}\n\n// generate plaintext which is amenable to LZ encoding\nexport function comprLZGenerate(): string {\n const length = 50 + Math.floor(25 * (Math.random() + Math.random()));\n let plain = \"\";\n\n while (plain.length < length) {\n if (Math.random() < 0.8) {\n plain += comprGenChar();\n } else {\n const length = 1 + Math.floor(9 * Math.random());\n const offset = 1 + Math.floor(9 * Math.random());\n if (offset > plain.length) {\n continue;\n }\n\n for (let i = 0; i < length; ++i) {\n plain += plain[plain.length - offset];\n }\n }\n }\n\n return plain.substring(0, length);\n}\n\n// compress plaintest string\nexport function comprLZEncode(plain: string): string {\n // for state[i][j]:\n // if i is 0, we're adding a literal of length j\n // else, we're adding a backreference of offset i and length j\n let cur_state: (string | null)[][] = Array.from(Array(10), () => Array(10).fill(null));\n let new_state: (string | null)[][] = Array.from(Array(10), () => Array(10));\n\n function set(state: (string | null)[][], i: number, j: number, str: string): void {\n const current = state[i][j];\n if (current == null || str.length < current.length) {\n state[i][j] = str;\n } else if (str.length === current.length && Math.random() < 0.5) {\n // if two strings are the same length, pick randomly so that\n // we generate more possible inputs to Compression II\n state[i][j] = str;\n }\n }\n\n // initial state is a literal of length 1\n cur_state[0][1] = \"\";\n\n for (let i = 1; i < plain.length; ++i) {\n for (const row of new_state) {\n row.fill(null);\n }\n const c = plain[i];\n\n // handle literals\n for (let length = 1; length <= 9; ++length) {\n const string = cur_state[0][length];\n if (string == null) {\n continue;\n }\n\n if (length < 9) {\n // extend current literal\n set(new_state, 0, length + 1, string);\n } else {\n // start new literal\n set(new_state, 0, 1, string + \"9\" + plain.substring(i - 9, i) + \"0\");\n }\n\n for (let offset = 1; offset <= Math.min(9, i); ++offset) {\n if (plain[i - offset] === c) {\n // start new backreference\n set(new_state, offset, 1, string + String(length) + plain.substring(i - length, i));\n }\n }\n }\n\n // handle backreferences\n for (let offset = 1; offset <= 9; ++offset) {\n for (let length = 1; length <= 9; ++length) {\n const string = cur_state[offset][length];\n if (string == null) {\n continue;\n }\n\n if (plain[i - offset] === c) {\n if (length < 9) {\n // extend current backreference\n set(new_state, offset, length + 1, string);\n } else {\n // start new backreference\n set(new_state, offset, 1, string + \"9\" + String(offset) + \"0\");\n }\n }\n\n // start new literal\n set(new_state, 0, 1, string + String(length) + String(offset));\n\n // end current backreference and start new backreference\n for (let new_offset = 1; new_offset <= Math.min(9, i); ++new_offset) {\n if (plain[i - new_offset] === c) {\n set(new_state, new_offset, 1, string + String(length) + String(offset) + \"0\");\n }\n }\n }\n }\n\n const tmp_state = new_state;\n new_state = cur_state;\n cur_state = tmp_state;\n }\n\n let result = null;\n\n for (let len = 1; len <= 9; ++len) {\n let string = cur_state[0][len];\n if (string == null) {\n continue;\n }\n\n string += String(len) + plain.substring(plain.length - len, plain.length);\n if (result == null || string.length < result.length) {\n result = string;\n } else if (string.length == result.length && Math.random() < 0.5) {\n result = string;\n }\n }\n\n for (let offset = 1; offset <= 9; ++offset) {\n for (let len = 1; len <= 9; ++len) {\n let string = cur_state[offset][len];\n if (string == null) {\n continue;\n }\n\n string += String(len) + \"\" + String(offset);\n if (result == null || string.length < result.length) {\n result = string;\n } else if (string.length == result.length && Math.random() < 0.5) {\n result = string;\n }\n }\n }\n\n return result ?? \"\";\n}\n\n// decompress LZ-compressed string, or return null if input is invalid\nexport function comprLZDecode(compr: string): string | null {\n let plain = \"\";\n\n for (let i = 0; i < compr.length; ) {\n const literal_length = compr.charCodeAt(i) - 0x30;\n\n if (literal_length < 0 || literal_length > 9 || i + 1 + literal_length > compr.length) {\n return null;\n }\n\n plain += compr.substring(i + 1, i + 1 + literal_length);\n i += 1 + literal_length;\n\n if (i >= compr.length) {\n break;\n }\n const backref_length = compr.charCodeAt(i) - 0x30;\n\n if (backref_length < 0 || backref_length > 9) {\n return null;\n } else if (backref_length === 0) {\n ++i;\n } else {\n if (i + 1 >= compr.length) {\n return null;\n }\n\n const backref_offset = compr.charCodeAt(i + 1) - 0x30;\n if ((backref_length > 0 && (backref_offset < 1 || backref_offset > 9)) || backref_offset > plain.length) {\n return null;\n }\n\n for (let j = 0; j < backref_length; ++j) {\n plain += plain[plain.length - backref_offset];\n }\n\n i += 2;\n }\n }\n\n return plain;\n}\n","import * as React from \"react\";\nimport LinearProgress from \"@mui/material/LinearProgress\";\nimport { TableCell, Tooltip, Typography } from \"@mui/material\";\nimport { characterOverviewStyles } from \"./CharacterOverview\";\nimport { ISkillProgress } from \"src/PersonObjects/formulas/skill\";\nimport { numeralWrapper } from \"../numeralFormat\";\n\ninterface IProgressProps {\n min: number;\n max: number;\n current: number;\n remaining: number;\n progress: number;\n color?: React.CSSProperties[\"color\"];\n}\n\ninterface IStatsOverviewCellProps {\n progress: ISkillProgress;\n color?: React.CSSProperties[\"color\"];\n}\n\nexport function StatsProgressBar({\n min,\n max,\n current,\n remaining,\n progress,\n color,\n}: IProgressProps): React.ReactElement {\n const tooltip = (\n \n Progress: \n {numeralWrapper.formatExp(current)} / {numeralWrapper.formatExp(max - min)}\n
\n Remaining: \n {numeralWrapper.formatExp(remaining)} ({progress.toFixed(2)}%)\n
\n );\n\n return (\n \n \n \n );\n}\n\nexport function StatsProgressOverviewCell({ progress: skill, color }: IStatsOverviewCellProps): React.ReactElement {\n const classes = characterOverviewStyles();\n return (\n \n \n \n );\n}\n","import { Player } from \"../Player\";\nimport { CONSTANTS } from \"../Constants\";\n\nexport function getHospitalizationCost(): number {\n if (Player.money < 0) {\n return 0;\n }\n\n return Math.min(Player.money * 0.1, (Player.hp.max - Player.hp.current) * CONSTANTS.HospitalCostPerHp);\n}\n\nexport function calculateHospitalizationCost(damage: number): number {\n const oldhp = Player.hp.current;\n Player.hp.current -= damage;\n const cost = getHospitalizationCost();\n Player.hp.current = oldhp;\n return cost;\n}\n","/**\n * Does a shallow compare of two arrays to determine if they are equal.\n * @param a1 The first array\n * @param a2 The second array\n */\nexport function compareArrays(a1: T[], a2: T[]): boolean {\n if (a1.length !== a2.length) {\n return false;\n }\n\n for (let i = 0; i < a1.length; ++i) {\n const v1 = a1[i];\n const v2 = a2[i];\n if (Array.isArray(v1)) {\n // If the other element is not an array, then these cannot be equal\n if (!Array.isArray(v2)) {\n return false;\n }\n\n if (!compareArrays(v1, v2)) {\n return false;\n }\n } else if (v1 !== v2 && !(Number.isNaN(v1) && Number.isNaN(v2))) {\n // strict (in)equality considers NaN not equal to itself\n return false;\n }\n }\n\n return true;\n}\n","/**\n * Functions used to determine whether the target can be hacked (or grown/weakened).\n * Meant to be used for Netscript implementation\n *\n * The returned status object's message should be used for logging in Netscript\n */\nimport { IReturnStatus } from \"../types\";\n\nimport { Player } from \"../Player\";\nimport { Server } from \"../Server/Server\";\n\nfunction baseCheck(server: Server, fnName: string): IReturnStatus {\n const hostname = server.hostname;\n\n if (!(\"requiredHackingSkill\" in server)) {\n return {\n res: false,\n msg: `Cannot ${fnName} ${hostname} server because it is a Hacknet Node`,\n };\n }\n\n if (server.hasAdminRights === false) {\n return {\n res: false,\n msg: `Cannot ${fnName} ${hostname} server because you do not have root access`,\n };\n }\n\n return { res: true };\n}\n\nexport function netscriptCanHack(server: Server): IReturnStatus {\n const initialCheck = baseCheck(server, \"hack\");\n if (!initialCheck.res) {\n return initialCheck;\n }\n\n const s = server;\n if (s.requiredHackingSkill > Player.skills.hacking) {\n return {\n res: false,\n msg: `Cannot hack ${server.hostname} server because your hacking skill is not high enough`,\n };\n }\n\n return { res: true };\n}\n\nexport function netscriptCanGrow(server: Server): IReturnStatus {\n return baseCheck(server, \"grow\");\n}\n\nexport function netscriptCanWeaken(server: Server): IReturnStatus {\n return baseCheck(server, \"weaken\");\n}\n","import React, { useState, useEffect } from \"react\";\nimport { EventEmitter } from \"../../utils/EventEmitter\";\nimport { Modal } from \"./Modal\";\nimport Typography from \"@mui/material/Typography\";\nimport Button from \"@mui/material/Button\";\nimport Select, { SelectChangeEvent } from \"@mui/material/Select\";\nimport TextField from \"@mui/material/TextField\";\nimport MenuItem from \"@mui/material/MenuItem\";\nimport { KEY } from \"../../utils/helpers/keyCodes\";\n\nexport const PromptEvent = new EventEmitter<[Prompt]>();\n\ninterface Prompt {\n txt: string;\n options?: { type?: string; choices?: string[] };\n resolve: (result: boolean | string) => void;\n}\n\nexport function PromptManager(): React.ReactElement {\n const [prompt, setPrompt] = useState(null);\n useEffect(() => {\n return PromptEvent.subscribe((p: Prompt) => {\n setPrompt(p);\n });\n }, []);\n\n if (prompt === null) {\n return <>;\n }\n\n function close(): void {\n if (prompt === null) return;\n if ([\"text\", \"select\"].includes(prompt?.options?.type ?? \"\")) {\n prompt.resolve(\"\");\n } else {\n prompt.resolve(false);\n }\n setPrompt(null);\n }\n\n const types: { [key: string]: (props: IContentProps) => React.ReactElement } = {\n text: PromptMenuText,\n select: PromptMenuSelect,\n };\n\n let PromptContent = PromptMenuBoolean;\n if (prompt?.options?.type && [\"text\", \"select\"].includes(prompt?.options?.type))\n PromptContent = types[prompt?.options?.type];\n const resolve = (value: boolean | string): void => {\n prompt.resolve(value);\n setPrompt(null);\n };\n\n return (\n \n
\n        {prompt.txt}\n      
\n \n
\n );\n}\n\ninterface IContentProps {\n prompt: Prompt;\n resolve: (value: boolean | string) => void;\n}\n\nfunction PromptMenuBoolean({ resolve }: IContentProps): React.ReactElement {\n const yes = (): void => resolve(true);\n const no = (): void => resolve(false);\n\n return (\n <>\n
\n \n \n
\n \n );\n}\n\nfunction PromptMenuText({ resolve }: IContentProps): React.ReactElement {\n const [value, setValue] = useState(\"\");\n\n const submit = (): void => resolve(value);\n\n const onInput = (event: React.ChangeEvent): void => {\n setValue(event.target.value);\n };\n\n const onKeyDown = (event: React.KeyboardEvent): void => {\n event.stopPropagation();\n\n if (event.key === KEY.ENTER) {\n event.preventDefault();\n submit();\n }\n };\n\n return (\n <>\n
\n Confirm,\n }}\n />\n
\n \n );\n}\n\nfunction PromptMenuSelect({ prompt, resolve }: IContentProps): React.ReactElement {\n const [value, setValue] = useState(\"\");\n\n const submit = (): void => resolve(value);\n\n const onChange = (event: SelectChangeEvent): void => {\n setValue(event.target.value);\n };\n\n const getItems = (choices: string[]): React.ReactElement[] => {\n const content: React.ReactElement[] = [];\n for (const i of choices) {\n content.push(\n \n {i}\n ,\n );\n }\n return content;\n };\n\n if (!Array.isArray(prompt?.options?.choices)) {\n return Error: Please provide an array of string choices;\n }\n\n return (\n <>\n
\n \n \n
\n \n );\n}\n","import { Industry } from \"../Industry\";\n\n// Returns a boolean indicating whether the given material is relevant for the\n// current industry.\nexport function isRelevantMaterial(matName: string, division: Industry): boolean {\n // Materials that affect Production multiplier\n const prodMultiplierMats = [\"Hardware\", \"Robots\", \"AICores\", \"RealEstate\", \"AI Cores\", \"Real Estate\"];\n\n if (Object.keys(division.reqMats).includes(matName)) {\n return true;\n }\n if (division.prodMats.includes(matName)) {\n return true;\n }\n if (prodMultiplierMats.includes(matName)) {\n return true;\n }\n\n return false;\n}\n","import React, { useState, useEffect } from \"react\";\nimport { find } from \"lodash\";\n\nimport { Box, Typography, Button, Container, Paper } from \"@mui/material\";\nimport { Check, Lock, Create } from \"@mui/icons-material\";\n\nimport { Router } from \"../../ui/GameRoot\";\nimport { Player } from \"../../Player\";\nimport { Settings } from \"../../Settings/Settings\";\n\nimport { Programs } from \"../Programs\";\nimport { CreateProgramWork } from \"../../Work/CreateProgramWork\";\n\nexport const ProgramsSeen: string[] = [];\n\nexport function ProgramsRoot(): React.ReactElement {\n const setRerender = useState(false)[1];\n function rerender(): void {\n setRerender((old) => !old);\n }\n\n const programs = [...Object.values(Programs)]\n .filter((prog) => {\n const create = prog.create;\n if (create === null) return false;\n if (prog.name === \"b1t_flum3.exe\") {\n return create.req();\n }\n return true;\n })\n .sort((a, b) => {\n if (Player.hasProgram(a.name)) return 1;\n if (Player.hasProgram(b.name)) return -1;\n return (a.create?.level ?? 0) - (b.create?.level ?? 0);\n });\n\n useEffect(() => {\n programs.forEach((p) => {\n if (ProgramsSeen.includes(p.name)) return;\n ProgramsSeen.push(p.name);\n });\n }, []);\n\n useEffect(() => {\n const id = setInterval(rerender, 200);\n return () => clearInterval(id);\n }, []);\n\n const getHackingLevelRemaining = (lvl: number): number => {\n return Math.ceil(Math.max(lvl - (Player.skills.hacking + Player.skills.intelligence / 2), 0));\n };\n\n const getProgCompletion = (name: string): number => {\n const programFile = find(Player.getHomeComputer().programs, (p) => {\n return p.startsWith(name) && p.endsWith(\"%-INC\");\n });\n if (!programFile) return -1;\n\n const res = programFile.split(\"-\");\n if (res.length != 3) return -1;\n const percComplete = Number(res[1].slice(0, -1));\n if (isNaN(percComplete) || percComplete < 0 || percComplete >= 100) {\n return -1;\n }\n return percComplete;\n };\n\n return (\n \n Create program\n \n This page displays any programs that you are able to create. Writing the code for a program takes time, which\n can vary based on how complex the program is. If you are working on creating a program you can cancel at any\n time. Your progress will be saved and you can continue later.\n \n\n \n {programs.map((program) => {\n const create = program.create;\n if (create === null) return <>;\n const curCompletion = getProgCompletion(program.name);\n\n return (\n \n <>\n \n {(Player.hasProgram(program.name) && ) ||\n (create.req() && ) || }\n {program.name}\n \n {!Player.hasProgram(program.name) && create.req() && (\n {\n if (!event.isTrusted) return;\n Player.startWork(new CreateProgramWork({ singularity: false, programName: program.name }));\n Player.startFocusing();\n Router.toWork();\n }}\n >\n Create program\n \n )}\n {Player.hasProgram(program.name) || getHackingLevelRemaining(create.level) === 0 || (\n \n Unlocks in: {getHackingLevelRemaining(create.level)} hacking levels\n \n )}\n {curCompletion !== -1 && (\n \n Current completion: {curCompletion}%\n \n )}\n {create.tooltip}\n \n \n );\n })}\n \n \n );\n}\n","import { Explore, Info, LastPage, LocalPolice, NewReleases, Report, SportsMma } from \"@mui/icons-material\";\nimport { Box, Button, Container, Paper, Tooltip, Typography, useTheme } from \"@mui/material\";\nimport React, { useEffect, useState } from \"react\";\nimport { Player } from \"../../Player\";\nimport { Settings } from \"../../Settings/Settings\";\nimport { numeralWrapper } from \"../../ui/numeralFormat\";\nimport { Router } from \"../../ui/GameRoot\";\nimport { FactionNames } from \"../data/FactionNames\";\nimport { Faction } from \"../Faction\";\nimport { getFactionAugmentationsFiltered, joinFaction } from \"../FactionHelpers\";\nimport { Factions } from \"../Factions\";\n\nexport const InvitationsSeen: string[] = [];\n\nconst getAugsLeft = (faction: Faction): number => {\n const augs = getFactionAugmentationsFiltered(faction);\n\n return augs.filter((augmentation: string) => !Player.hasAugmentation(augmentation)).length;\n};\n\ninterface IWorkTypeProps {\n faction: Faction;\n}\n\nconst fontSize = \"small\";\nconst marginRight = 0.5;\n\nconst WorkTypesOffered = (props: IWorkTypeProps): React.ReactElement => {\n const info = props.faction.getInfo();\n\n return (\n <>\n {info.offerFieldWork && (\n \n \n \n )}\n {info.offerHackingWork && (\n \n \n \n )}\n {info.offerSecurityWork && (\n \n \n \n )}\n \n );\n};\n\ninterface IFactionProps {\n faction: Faction;\n\n joined: boolean;\n\n rerender: () => void;\n}\n\nconst FactionElement = (props: IFactionProps): React.ReactElement => {\n const facInfo = props.faction.getInfo();\n\n function openFaction(faction: Faction): void {\n Router.toFaction(faction);\n }\n\n function openFactionAugPage(faction: Faction): void {\n Router.toFaction(faction, true);\n }\n\n function acceptInvitation(event: React.MouseEvent, faction: string): void {\n if (!event.isTrusted) return;\n joinFaction(Factions[faction]);\n props.rerender();\n }\n\n return (\n \n \n {props.joined ? (\n \n \n \n \n ) : (\n \n )}\n\n \n \n \n {props.faction.name}\n \n\n \n {Player.hasGangWith(props.faction.name) && (\n \n \n \n )}\n\n {facInfo.special && (\n \n \n \n )}\n\n {!props.joined && facInfo.enemies.length > 0 && (\n \n This Faction is enemies with:\n
    \n {facInfo.enemies.map((enemy) => (\n
  • {enemy}
  • \n ))}\n
\n Joining this Faction will prevent you from joining its enemies\n \n }\n >\n \n \n )}\n
\n \n\n \n {!Player.hasGangWith(props.faction.name) && }\n\n {props.joined && (\n \n {getAugsLeft(props.faction)} Augmentations left\n \n )}\n \n \n \n\n {props.joined && (\n \n \n {numeralWrapper.formatFavor(Math.floor(props.faction.favor))} favor\n \n \n {numeralWrapper.formatReputation(props.faction.playerReputation)} rep\n \n \n )}\n \n );\n};\n\nexport function FactionsRoot(): React.ReactElement {\n const theme = useTheme();\n const setRerender = useState(false)[1];\n function rerender(): void {\n setRerender((old) => !old);\n }\n useEffect(() => {\n const id = setInterval(rerender, 200);\n return () => clearInterval(id);\n }, []);\n\n useEffect(() => {\n Player.factionInvitations.forEach((faction) => {\n if (InvitationsSeen.includes(faction)) return;\n InvitationsSeen.push(faction);\n });\n }, []);\n\n const allFactions = Object.values(FactionNames).map((faction) => faction as string);\n const allJoinedFactions = [...Player.factions];\n allJoinedFactions.sort((a, b) => allFactions.indexOf(a) - allFactions.indexOf(b));\n const invitations = Player.factionInvitations;\n\n return (\n \n \n Factions\n \n Throughout the game you may receive invitations from factions. There are many different factions, and each\n faction has different criteria for determining its potential members. Joining a faction and furthering its\n cause is crucial to progressing in the game and unlocking endgame content.\n \n }\n >\n \n \n \n\n 0 ? \"1fr \" : \"\") + \"2fr\",\n [theme.breakpoints.down(\"lg\")]: { gridTemplateColumns: \"1fr\", \"& > span:nth-of-type(1)\": { order: 1 } },\n gridTemplateRows: \"minmax(0, 1fr)\",\n \"& > span > .MuiBox-root\": {\n display: \"grid\",\n gridAutoRows: \"70px\",\n gap: 1,\n },\n }}\n >\n {invitations.length > 0 && (\n \n \n Faction Invitations\n \n \n {invitations.map((facName) => {\n if (!Factions.hasOwnProperty(facName)) return null;\n return ;\n })}\n \n \n )}\n\n \n \n Your Factions\n \n \n {allJoinedFactions.length > 0 ? (\n allJoinedFactions.map((facName) => {\n if (!Factions.hasOwnProperty(facName)) return null;\n return ;\n })\n ) : (\n You have not yet joined any Factions.\n )}\n \n \n \n \n );\n}\n","import React, { useEffect } from \"react\";\n\nimport { Typography, Link, Button, ButtonGroup, Tooltip, Box, Paper, TextField } from \"@mui/material\";\nimport { Settings } from \"../../Settings/Settings\";\nimport { load } from \"../../db\";\nimport { Router } from \"../GameRoot\";\nimport { download } from \"../../SaveObject\";\nimport { IErrorData, newIssueUrl } from \"../../utils/ErrorHelper\";\nimport { DeleteGameButton } from \"./DeleteGameButton\";\nimport { SoftResetButton } from \"./SoftResetButton\";\n\nimport DirectionsRunIcon from \"@mui/icons-material/DirectionsRun\";\nimport GitHubIcon from \"@mui/icons-material/GitHub\";\n\nexport let RecoveryMode = false;\n\nexport function ActivateRecoveryMode(): void {\n RecoveryMode = true;\n}\n\ninterface IProps {\n softReset: () => void;\n errorData?: IErrorData;\n resetError?: () => void;\n}\n\nexport function RecoveryRoot({ softReset, errorData, resetError }: IProps): React.ReactElement {\n function recover(): void {\n if (resetError) resetError();\n RecoveryMode = false;\n Router.toTerminal();\n }\n Settings.AutosaveInterval = 0;\n\n useEffect(() => {\n load()\n .then((content) => {\n const epochTime = Math.round(Date.now() / 1000);\n const filename = `RECOVERY_BITBURNER_${epochTime}.json`;\n download(filename, content);\n })\n .catch((err) => console.error(err));\n }, []);\n\n return (\n \n RECOVERY MODE ACTIVATED\n \n There was an error with your save file and the game went into recovery mode. In this mode saving is disabled and\n the game will automatically export your save file (to prevent corruption).\n \n At this point it is recommended to alert a developer.\n \n \n File an issue on github\n \n \n \n \n Make a reddit post\n \n \n \n \n Post in the #bug-report channel on Discord.\n \n \n Please include your save file.\n
\n
\n You can disable recovery mode now. But chances are the game will not work correctly.\n \n \n \n \n \n \n \n\n {errorData && (\n \n {errorData.title}\n \n \n \n \n }\n color=\"info\"\n sx={{ px: 2 }}\n href={errorData.issueUrl ?? newIssueUrl}\n target={\"_blank\"}\n >\n Submit Issue to GitHub\n \n \n \n )}\n
\n );\n}\n","import { CalculateShareMult as CSM } from \"./formulas/share\";\n\nexport let sharePower = 1;\n\nexport function StartSharing(threads: number): () => void {\n sharePower += threads;\n return () => (sharePower -= threads);\n}\n\nexport function CalculateShareMult(): number {\n return CSM(sharePower);\n}\n","export enum RamCalculationErrorCode {\n SyntaxError = -1,\n ImportError = -2,\n}\n","import { CityName } from \"./data/CityNames\";\nimport { LocationName } from \"./data/LocationNames\";\n\n/** Class representing a City in the game */\nexport class City {\n /** List of all locations in this city */\n locations: LocationName[];\n\n /** Name of this city */\n name: CityName;\n\n /** Metro map ascii art */\n asciiArt: string;\n\n constructor(name: CityName, locations: LocationName[] = [], asciiArt = \"\") {\n this.name = name;\n this.locations = locations;\n this.asciiArt = asciiArt;\n }\n\n addLocation(loc: LocationName): void {\n this.locations.push(loc);\n }\n}\n","// Server and HacknetServer-related methods for the Player class (PlayerObject)\nimport { PlayerObject } from \"./PlayerObject\";\n\nimport { CONSTANTS } from \"../../Constants\";\n\nimport { BitNodeMultipliers } from \"../../BitNode/BitNodeMultipliers\";\nimport { Server } from \"../../Server/Server\";\nimport { BaseServer } from \"../../Server/BaseServer\";\nimport { HacknetServer } from \"../../Hacknet/HacknetServer\";\nimport { GetServer, AddToAllServers, createUniqueRandomIp } from \"../../Server/AllServers\";\nimport { SpecialServers } from \"../../Server/data/SpecialServers\";\n\nexport function hasTorRouter(this: PlayerObject): boolean {\n return this.getHomeComputer().serversOnNetwork.includes(SpecialServers.DarkWeb);\n}\n\nexport function getCurrentServer(this: PlayerObject): BaseServer {\n const server = GetServer(this.currentServer);\n if (server === null) throw new Error(`somehow connected to a server that does not exist. ${this.currentServer}`);\n return server;\n}\n\nexport function getHomeComputer(this: PlayerObject): Server {\n const home = GetServer(\"home\");\n if (home instanceof Server) return home;\n throw new Error(\"home computer was not a normal server\");\n}\n\nexport function getUpgradeHomeRamCost(this: PlayerObject): number {\n //Calculate how many times ram has been upgraded (doubled)\n const currentRam = this.getHomeComputer().maxRam;\n const numUpgrades = Math.log2(currentRam);\n\n //Calculate cost\n //Have cost increase by some percentage each time RAM has been upgraded\n const mult = Math.pow(1.58, numUpgrades);\n const cost = currentRam * CONSTANTS.BaseCostFor1GBOfRamHome * mult * BitNodeMultipliers.HomeComputerRamCost;\n return cost;\n}\n\nexport function getUpgradeHomeCoresCost(this: PlayerObject): number {\n return 1e9 * Math.pow(7.5, this.getHomeComputer().cpuCores);\n}\n\nexport function createHacknetServer(this: PlayerObject): HacknetServer {\n const numOwned = this.hacknetNodes.length;\n const name = `hacknet-node-${numOwned}`;\n const server = new HacknetServer({\n adminRights: true,\n hostname: name,\n ip: createUniqueRandomIp(),\n // player: this,\n });\n this.hacknetNodes.push(server.hostname);\n\n // Configure the HacknetServer to actually act as a Server\n AddToAllServers(server);\n const homeComputer = this.getHomeComputer();\n homeComputer.serversOnNetwork.push(server.hostname);\n server.serversOnNetwork.push(SpecialServers.Home);\n\n return server;\n}\n","import { Slider, Tooltip, Typography, Box } from \"@mui/material\";\nimport React, { useState } from \"react\";\n\ninterface IProps {\n initialValue: number;\n callback: (event: Event | React.SyntheticEvent, newValue: number | number[]) => void;\n step: number;\n min: number;\n max: number;\n tooltip: React.ReactElement;\n label: string;\n marks?: boolean;\n}\n\nexport const OptionsSlider = (props: IProps): React.ReactElement => {\n const [value, setValue] = useState(props.initialValue);\n\n const onChange = (_evt: Event, newValue: number | Array): void => {\n if (typeof newValue === \"number\") setValue(newValue);\n };\n\n return (\n \n {props.tooltip}}>\n {props.label}\n \n \n \n );\n};\n","/**\n * React component for the tickers configuration section of the Stock Market UI.\n * This config lets you change the way stock tickers are displayed (watchlist,\n * all/portfolio mode, etc)\n */\nimport * as React from \"react\";\nimport Typography from \"@mui/material/Typography\";\nimport Tooltip from \"@mui/material/Tooltip\";\nimport Button from \"@mui/material/Button\";\nimport TextField from \"@mui/material/TextField\";\n\nexport enum TickerDisplayMode {\n AllStocks,\n Portfolio,\n}\n\ntype IProps = {\n changeDisplayMode: () => void;\n changeWatchlistFilter: (e: React.ChangeEvent) => void;\n tickerDisplayMode: TickerDisplayMode;\n};\n\nfunction DisplayModeButton(props: IProps): React.ReactElement {\n let txt = \"\";\n let tooltip = \"\";\n if (props.tickerDisplayMode === TickerDisplayMode.Portfolio) {\n txt = \"Switch to 'All Stocks' Mode\";\n tooltip = \"Displays all stocks on the WSE\";\n } else {\n txt = \"Switch to 'Portfolio' Mode\";\n tooltip = \"Displays only the stocks for which you have shares or orders\";\n }\n\n return (\n {tooltip}}>\n \n \n );\n}\n\nexport function StockTickersConfig(props: IProps): React.ReactElement {\n return (\n <>\n \n
\n \n \n );\n}\n","import { IStyleSettings } from \"../ScriptEditor/NetscriptDefinitions\";\n\nexport const defaultStyles: IStyleSettings = {\n lineHeight: 1.5,\n fontFamily:\n \"Lucida Console, Lucida Sans Unicode, Fira Mono, Consolas, Courier New, Courier, monospace, Times New Roman\",\n};\n","import { Reviver, Generic_toJSON, Generic_fromJSON, IReviverValue } from \"../utils/JSONReviver\";\nimport { ActionIdentifier } from \"./ActionIdentifier\";\nimport { ActionTypes } from \"./data/ActionTypes\";\nimport { Growths } from \"./data/Growths\";\nimport { BlackOperations } from \"./BlackOperations\";\nimport { BlackOperation } from \"./BlackOperation\";\nimport { Operation } from \"./Operation\";\nimport { Contract } from \"./Contract\";\nimport { GeneralActions } from \"./GeneralActions\";\nimport { formatNumber } from \"../utils/StringHelperFunctions\";\nimport { Skills } from \"./Skills\";\nimport { Skill } from \"./Skill\";\nimport { City } from \"./City\";\nimport { Action } from \"./Action\";\nimport { Player } from \"../Player\";\nimport { createTaskTracker, ITaskTracker } from \"../PersonObjects/ITaskTracker\";\nimport { Person } from \"../PersonObjects/Person\";\nimport { Router } from \"../ui/GameRoot\";\nimport { ConsoleHelpText } from \"./data/Help\";\nimport { exceptionAlert } from \"../utils/helpers/exceptionAlert\";\nimport { getRandomInt } from \"../utils/helpers/getRandomInt\";\nimport { BladeburnerConstants } from \"./data/Constants\";\nimport { numeralWrapper } from \"../ui/numeralFormat\";\nimport { BitNodeMultipliers } from \"../BitNode/BitNodeMultipliers\";\nimport { addOffset } from \"../utils/helpers/addOffset\";\nimport { Factions, factionExists } from \"../Faction/Factions\";\nimport { calculateHospitalizationCost } from \"../Hospital/Hospital\";\nimport { dialogBoxCreate } from \"../ui/React/DialogBox\";\nimport { Settings } from \"../Settings/Settings\";\nimport { AugmentationNames } from \"../Augmentation/data/AugmentationNames\";\nimport { getTimestamp } from \"../utils/helpers/getTimestamp\";\nimport { joinFaction } from \"../Faction/FactionHelpers\";\nimport { WorkerScript } from \"../Netscript/WorkerScript\";\nimport { FactionNames } from \"../Faction/data/FactionNames\";\nimport { KEY } from \"../utils/helpers/keyCodes\";\nimport { isSleeveInfiltrateWork } from \"../PersonObjects/Sleeve/Work/SleeveInfiltrateWork\";\nimport { isSleeveSupportWork } from \"../PersonObjects/Sleeve/Work/SleeveSupportWork\";\n\nexport interface BlackOpsAttempt {\n error?: string;\n isAvailable?: boolean;\n action?: BlackOperation;\n}\n\nexport class Bladeburner {\n numHosp = 0;\n moneyLost = 0;\n rank = 0;\n maxRank = 0;\n\n skillPoints = 0;\n totalSkillPoints = 0;\n\n teamSize = 0;\n sleeveSize = 0;\n teamLost = 0;\n hpLost = 0;\n\n storedCycles = 0;\n\n randomEventCounter: number = getRandomInt(240, 600);\n\n actionTimeToComplete = 0;\n actionTimeCurrent = 0;\n actionTimeOverflow = 0;\n\n action: ActionIdentifier = new ActionIdentifier({\n type: ActionTypes[\"Idle\"],\n });\n\n cities: Record = {};\n city: string = BladeburnerConstants.CityNames[2];\n skills: Record = {};\n skillMultipliers: Record = {};\n staminaBonus = 0;\n maxStamina = 0;\n stamina = 0;\n contracts: Record = {};\n operations: Record = {};\n blackops: Record = {};\n logging = {\n general: true,\n contracts: true,\n ops: true,\n blackops: true,\n events: true,\n };\n automateEnabled = false;\n automateActionHigh: ActionIdentifier = new ActionIdentifier({\n type: ActionTypes[\"Idle\"],\n });\n automateThreshHigh = 0;\n automateActionLow: ActionIdentifier = new ActionIdentifier({\n type: ActionTypes[\"Idle\"],\n });\n automateThreshLow = 0;\n consoleHistory: string[] = [];\n consoleLogs: string[] = [\"Bladeburner Console\", \"Type 'help' to see console commands\"];\n\n constructor() {\n for (let i = 0; i < BladeburnerConstants.CityNames.length; ++i) {\n this.cities[BladeburnerConstants.CityNames[i]] = new City(BladeburnerConstants.CityNames[i]);\n }\n\n this.updateSkillMultipliers(); // Calls resetSkillMultipliers()\n\n // Max Stamina is based on stats and Bladeburner-specific bonuses\n this.calculateMaxStamina();\n this.stamina = this.maxStamina;\n this.create();\n }\n\n getCurrentCity(): City {\n const city = this.cities[this.city];\n if (!city) throw new Error(\"Invalid city in Bladeburner.getCurrentCity()\");\n return city;\n }\n\n calculateStaminaPenalty(): number {\n return Math.min(1, this.stamina / (0.5 * this.maxStamina));\n }\n\n canAttemptBlackOp(actionId: ActionIdentifier): BlackOpsAttempt {\n // Safety measure - don't repeat BlackOps that are already done\n if (this.blackops[actionId.name] != null) {\n return { error: \"Tried to start a Black Operation that had already been completed\" };\n }\n\n const action = this.getActionObject(actionId);\n if (!(action instanceof BlackOperation)) throw new Error(`Action should be BlackOperation but isn't`);\n if (action == null) throw new Error(\"Failed to get BlackOperation object for: \" + actionId.name);\n\n if (action.reqdRank > this.rank) {\n return { error: \"Tried to start a Black Operation without the rank requirement\" };\n }\n\n // Can't start a BlackOp if you haven't done the one before it\n const blackops = [];\n for (const nm of Object.keys(BlackOperations)) {\n if (BlackOperations.hasOwnProperty(nm)) {\n blackops.push(nm);\n }\n }\n blackops.sort(function (a, b) {\n return BlackOperations[a].reqdRank - BlackOperations[b].reqdRank; // Sort black ops in intended order\n });\n\n const i = blackops.indexOf(actionId.name);\n if (i === -1) {\n return { error: `Invalid Black Op: '${name}'` };\n }\n\n if (i > 0 && this.blackops[blackops[i - 1]] == null) {\n return { error: `Preceding Black Op must be completed before starting '${actionId.name}'.` };\n }\n\n return { isAvailable: true, action };\n }\n\n /** This function is only for the player. Sleeves use their own functions to perform blade work. */\n startAction(actionId: ActionIdentifier): void {\n if (actionId == null) return;\n this.action = actionId;\n this.actionTimeCurrent = 0;\n switch (actionId.type) {\n case ActionTypes[\"Idle\"]:\n this.actionTimeToComplete = 0;\n break;\n case ActionTypes[\"Contract\"]:\n try {\n const action = this.getActionObject(actionId);\n if (action == null) {\n throw new Error(\"Failed to get Contract Object for: \" + actionId.name);\n }\n if (action.count < 1) {\n return this.resetAction();\n }\n this.actionTimeToComplete = action.getActionTime(this, Player);\n } catch (e: unknown) {\n exceptionAlert(e);\n }\n break;\n case ActionTypes[\"Operation\"]: {\n try {\n const action = this.getActionObject(actionId);\n if (action == null) {\n throw new Error(\"Failed to get Operation Object for: \" + actionId.name);\n }\n if (action.count < 1) {\n return this.resetAction();\n }\n if (actionId.name === \"Raid\" && this.getCurrentCity().comms === 0) {\n return this.resetAction();\n }\n this.actionTimeToComplete = action.getActionTime(this, Player);\n } catch (e: unknown) {\n exceptionAlert(e);\n }\n break;\n }\n case ActionTypes[\"BlackOp\"]:\n case ActionTypes[\"BlackOperation\"]: {\n try {\n const testBlackOp = this.canAttemptBlackOp(actionId);\n if (!testBlackOp.isAvailable) {\n this.resetAction();\n this.log(`Error: ${testBlackOp.error}`);\n break;\n }\n if (testBlackOp.action === undefined) {\n throw new Error(\"action should not be null\");\n }\n this.actionTimeToComplete = testBlackOp.action.getActionTime(this, Player);\n } catch (e: unknown) {\n exceptionAlert(e);\n }\n break;\n }\n case ActionTypes[\"Recruitment\"]:\n this.actionTimeToComplete = this.getRecruitmentTime(Player);\n break;\n case ActionTypes[\"Training\"]:\n case ActionTypes[\"FieldAnalysis\"]:\n case ActionTypes[\"Field Analysis\"]:\n this.actionTimeToComplete = 30;\n break;\n case ActionTypes[\"Diplomacy\"]:\n case ActionTypes[\"Hyperbolic Regeneration Chamber\"]:\n case ActionTypes[\"Incite Violence\"]:\n this.actionTimeToComplete = 60;\n break;\n default:\n throw new Error(\"Invalid Action Type in bladeburner.startAction(): \" + actionId.type);\n }\n }\n\n upgradeSkill(skill: Skill, count = 1): void {\n // This does NOT handle deduction of skill points\n const skillName = skill.name;\n if (this.skills[skillName]) {\n this.skills[skillName] += count;\n } else {\n this.skills[skillName] = count;\n }\n if (isNaN(this.skills[skillName]) || this.skills[skillName] < 0) {\n throw new Error(\"Level of Skill \" + skillName + \" is invalid: \" + this.skills[skillName]);\n }\n this.updateSkillMultipliers();\n }\n\n executeConsoleCommands(commands: string): void {\n try {\n // Console History\n if (this.consoleHistory[this.consoleHistory.length - 1] != commands) {\n this.consoleHistory.push(commands);\n if (this.consoleHistory.length > 50) {\n this.consoleHistory.splice(0, 1);\n }\n }\n\n const arrayOfCommands = commands.split(\";\");\n for (let i = 0; i < arrayOfCommands.length; ++i) {\n this.executeConsoleCommand(arrayOfCommands[i]);\n }\n } catch (e: unknown) {\n exceptionAlert(e);\n }\n }\n\n postToConsole(input: string, saveToLogs = true): void {\n const MaxConsoleEntries = 100;\n if (saveToLogs) {\n this.consoleLogs.push(input);\n if (this.consoleLogs.length > MaxConsoleEntries) {\n this.consoleLogs.shift();\n }\n }\n }\n\n log(input: string): void {\n // Adds a timestamp and then just calls postToConsole\n this.postToConsole(`[${getTimestamp()}] ${input}`);\n }\n\n resetAction(): void {\n this.action = new ActionIdentifier({ type: ActionTypes.Idle });\n this.actionTimeCurrent = 0;\n this.actionTimeToComplete = 0;\n }\n\n clearConsole(): void {\n this.consoleLogs.length = 0;\n }\n\n prestige(): void {\n this.resetAction();\n const bladeburnerFac = Factions[FactionNames.Bladeburners];\n if (this.rank >= BladeburnerConstants.RankNeededForFaction) {\n joinFaction(bladeburnerFac);\n }\n }\n\n storeCycles(numCycles = 0): void {\n this.storedCycles += numCycles;\n }\n\n // working on\n getActionIdFromTypeAndName(type = \"\", name = \"\"): ActionIdentifier | null {\n if (type === \"\" || name === \"\") {\n return null;\n }\n const action = new ActionIdentifier();\n const convertedType = type.toLowerCase().trim();\n const convertedName = name.toLowerCase().trim();\n switch (convertedType) {\n case \"contract\":\n case \"contracts\":\n case \"contr\":\n action.type = ActionTypes[\"Contract\"];\n if (this.contracts.hasOwnProperty(name)) {\n action.name = name;\n return action;\n }\n return null;\n case \"operation\":\n case \"operations\":\n case \"op\":\n case \"ops\":\n action.type = ActionTypes[\"Operation\"];\n if (this.operations.hasOwnProperty(name)) {\n action.name = name;\n return action;\n }\n return null;\n case \"blackoperation\":\n case \"black operation\":\n case \"black operations\":\n case \"black op\":\n case \"black ops\":\n case \"blackop\":\n case \"blackops\":\n action.type = ActionTypes[\"BlackOp\"];\n if (BlackOperations.hasOwnProperty(name)) {\n action.name = name;\n return action;\n }\n return null;\n case \"general\":\n case \"general action\":\n case \"gen\":\n break;\n default:\n return null;\n }\n\n if (convertedType.startsWith(\"gen\")) {\n switch (convertedName) {\n case \"training\":\n action.type = ActionTypes[\"Training\"];\n action.name = \"Training\";\n break;\n case \"recruitment\":\n case \"recruit\":\n action.type = ActionTypes[\"Recruitment\"];\n action.name = \"Recruitment\";\n break;\n case \"field analysis\":\n case \"fieldanalysis\":\n action.type = ActionTypes[\"Field Analysis\"];\n action.name = \"Field Analysis\";\n break;\n case \"diplomacy\":\n action.type = ActionTypes[\"Diplomacy\"];\n action.name = \"Diplomacy\";\n break;\n case \"hyperbolic regeneration chamber\":\n action.type = ActionTypes[\"Hyperbolic Regeneration Chamber\"];\n action.name = \"Hyperbolic Regeneration Chamber\";\n break;\n case \"incite violence\":\n action.type = ActionTypes[\"Incite Violence\"];\n action.name = \"Incite Violence\";\n break;\n default:\n return null;\n }\n return action;\n }\n\n return null;\n }\n\n executeStartConsoleCommand(args: string[]): void {\n if (args.length !== 3) {\n this.postToConsole(\"Invalid usage of 'start' console command: start [type] [name]\");\n this.postToConsole(\"Use 'help start' for more info\");\n return;\n }\n const name = args[2];\n switch (args[1].toLowerCase()) {\n case \"general\":\n case \"gen\":\n if (GeneralActions[name] != null) {\n this.action.type = ActionTypes[name];\n this.action.name = name;\n this.startAction(this.action);\n } else {\n this.postToConsole(\"Invalid action name specified: \" + args[2]);\n }\n break;\n case \"contract\":\n case \"contracts\":\n if (this.contracts[name] != null) {\n this.action.type = ActionTypes.Contract;\n this.action.name = name;\n this.startAction(this.action);\n } else {\n this.postToConsole(\"Invalid contract name specified: \" + args[2]);\n }\n break;\n case \"ops\":\n case \"op\":\n case \"operations\":\n case \"operation\":\n if (this.operations[name] != null) {\n this.action.type = ActionTypes.Operation;\n this.action.name = name;\n this.startAction(this.action);\n } else {\n this.postToConsole(\"Invalid Operation name specified: \" + args[2]);\n }\n break;\n case \"blackops\":\n case \"blackop\":\n case \"black operations\":\n case \"black operation\":\n if (BlackOperations[name] != null) {\n this.action.type = ActionTypes.BlackOperation;\n this.action.name = name;\n this.startAction(this.action);\n } else {\n this.postToConsole(\"Invalid BlackOp name specified: \" + args[2]);\n }\n break;\n default:\n this.postToConsole(\"Invalid action/event type specified: \" + args[1]);\n this.postToConsole(\"Examples of valid action/event identifiers are: [general, contract, op, blackop]\");\n break;\n }\n }\n\n executeSkillConsoleCommand(args: string[]): void {\n switch (args.length) {\n case 1: {\n // Display Skill Help Command\n this.postToConsole(\"Invalid usage of 'skill' console command: skill [action] [name]\");\n this.postToConsole(\"Use 'help skill' for more info\");\n break;\n }\n case 2: {\n if (args[1].toLowerCase() === \"list\") {\n // List all skills and their level\n this.postToConsole(\"Skills: \");\n const skillNames = Object.keys(Skills);\n for (let i = 0; i < skillNames.length; ++i) {\n const skill = Skills[skillNames[i]];\n let level = 0;\n if (this.skills[skill.name] != null) {\n level = this.skills[skill.name];\n }\n this.postToConsole(skill.name + \": Level \" + formatNumber(level, 0));\n }\n this.postToConsole(\" \");\n this.postToConsole(\"Effects: \");\n const multKeys = Object.keys(this.skillMultipliers);\n for (let i = 0; i < multKeys.length; ++i) {\n const mult = this.skillMultipliers[multKeys[i]];\n if (mult && mult !== 1) {\n const mults = formatNumber(mult, 3);\n switch (multKeys[i]) {\n case \"successChanceAll\":\n this.postToConsole(\"Total Success Chance: x\" + mults);\n break;\n case \"successChanceStealth\":\n this.postToConsole(\"Stealth Success Chance: x\" + mults);\n break;\n case \"successChanceKill\":\n this.postToConsole(\"Retirement Success Chance: x\" + mults);\n break;\n case \"successChanceContract\":\n this.postToConsole(\"Contract Success Chance: x\" + mults);\n break;\n case \"successChanceOperation\":\n this.postToConsole(\"Operation Success Chance: x\" + mults);\n break;\n case \"successChanceEstimate\":\n this.postToConsole(\"Synthoid Data Estimate: x\" + mults);\n break;\n case \"actionTime\":\n this.postToConsole(\"Action Time: x\" + mults);\n break;\n case \"effHack\":\n this.postToConsole(\"Hacking Skill: x\" + mults);\n break;\n case \"effStr\":\n this.postToConsole(\"Strength: x\" + mults);\n break;\n case \"effDef\":\n this.postToConsole(\"Defense: x\" + mults);\n break;\n case \"effDex\":\n this.postToConsole(\"Dexterity: x\" + mults);\n break;\n case \"effAgi\":\n this.postToConsole(\"Agility: x\" + mults);\n break;\n case \"effCha\":\n this.postToConsole(\"Charisma: x\" + mults);\n break;\n case \"effInt\":\n this.postToConsole(\"Intelligence: x\" + mults);\n break;\n case \"stamina\":\n this.postToConsole(\"Stamina: x\" + mults);\n break;\n default:\n console.warn(`Unrecognized SkillMult Key: ${multKeys[i]}`);\n break;\n }\n }\n }\n } else {\n this.postToConsole(\"Invalid usage of 'skill' console command: skill [action] [name]\");\n this.postToConsole(\"Use 'help skill' for more info\");\n }\n break;\n }\n case 3: {\n const skillName = args[2];\n const skill = Skills[skillName];\n if (!skill) {\n this.postToConsole(\"Invalid skill name (Note that it is case-sensitive): \" + skillName);\n break;\n }\n if (args[1].toLowerCase() === \"list\") {\n let level = 0;\n if (this.skills[skill.name] !== undefined) {\n level = this.skills[skill.name];\n }\n this.postToConsole(skill.name + \": Level \" + formatNumber(level));\n } else if (args[1].toLowerCase() === \"level\") {\n let currentLevel = 0;\n if (this.skills[skillName] && !isNaN(this.skills[skillName])) {\n currentLevel = this.skills[skillName];\n }\n const pointCost = skill.calculateCost(currentLevel);\n if (skill.maxLvl !== 0 && currentLevel >= skill.maxLvl) {\n this.postToConsole(`This skill ${skill.name} is already at max level (${currentLevel}/${skill.maxLvl}).`);\n } else if (this.skillPoints >= pointCost) {\n this.skillPoints -= pointCost;\n this.upgradeSkill(skill);\n this.log(skill.name + \" upgraded to Level \" + this.skills[skillName]);\n } else {\n this.postToConsole(\n \"You do not have enough Skill Points to upgrade this. You need \" + formatNumber(pointCost, 0),\n );\n }\n } else {\n this.postToConsole(\"Invalid usage of 'skill' console command: skill [action] [name]\");\n this.postToConsole(\"Use 'help skill' for more info\");\n }\n break;\n }\n default: {\n this.postToConsole(\"Invalid usage of 'skill' console command: skill [action] [name]\");\n this.postToConsole(\"Use 'help skill' for more info\");\n break;\n }\n }\n }\n\n executeLogConsoleCommand(args: string[]): void {\n if (args.length < 3) {\n this.postToConsole(\"Invalid usage of log command: log [enable/disable] [action/event]\");\n this.postToConsole(\"Use 'help log' for more details and examples\");\n return;\n }\n\n let flag = true;\n if (args[1].toLowerCase().includes(\"d\")) {\n flag = false;\n } // d for disable\n\n switch (args[2].toLowerCase()) {\n case \"general\":\n case \"gen\":\n this.logging.general = flag;\n this.log(\"Logging \" + (flag ? \"enabled\" : \"disabled\") + \" for general actions\");\n break;\n case \"contract\":\n case \"contracts\":\n this.logging.contracts = flag;\n this.log(\"Logging \" + (flag ? \"enabled\" : \"disabled\") + \" for Contracts\");\n break;\n case \"ops\":\n case \"op\":\n case \"operations\":\n case \"operation\":\n this.logging.ops = flag;\n this.log(\"Logging \" + (flag ? \"enabled\" : \"disabled\") + \" for Operations\");\n break;\n case \"blackops\":\n case \"blackop\":\n case \"black operations\":\n case \"black operation\":\n this.logging.blackops = flag;\n this.log(\"Logging \" + (flag ? \"enabled\" : \"disabled\") + \" for BlackOps\");\n break;\n case \"event\":\n case \"events\":\n this.logging.events = flag;\n this.log(\"Logging \" + (flag ? \"enabled\" : \"disabled\") + \" for events\");\n break;\n case \"all\":\n this.logging.general = flag;\n this.logging.contracts = flag;\n this.logging.ops = flag;\n this.logging.blackops = flag;\n this.logging.events = flag;\n this.log(\"Logging \" + (flag ? \"enabled\" : \"disabled\") + \" for everything\");\n break;\n default:\n this.postToConsole(\"Invalid action/event type specified: \" + args[2]);\n this.postToConsole(\n \"Examples of valid action/event identifiers are: [general, contracts, ops, blackops, events]\",\n );\n break;\n }\n }\n\n executeHelpConsoleCommand(args: string[]): void {\n if (args.length === 1) {\n for (const line of ConsoleHelpText.helpList) {\n this.postToConsole(line);\n }\n } else {\n for (let i = 1; i < args.length; ++i) {\n if (!(args[i] in ConsoleHelpText)) continue;\n const helpText = ConsoleHelpText[args[i]];\n for (const line of helpText) {\n this.postToConsole(line);\n }\n }\n }\n }\n\n executeAutomateConsoleCommand(args: string[]): void {\n if (args.length !== 2 && args.length !== 4) {\n this.postToConsole(\n \"Invalid use of 'automate' command: automate [var] [val] [hi/low]. Use 'help automate' for more info\",\n );\n return;\n }\n\n // Enable/Disable\n if (args.length === 2) {\n const flag = args[1];\n if (flag.toLowerCase() === \"status\") {\n this.postToConsole(\"Automation: \" + (this.automateEnabled ? \"enabled\" : \"disabled\"));\n this.postToConsole(\n \"When your stamina drops to \" +\n formatNumber(this.automateThreshLow, 0) +\n \", you will automatically switch to \" +\n this.automateActionLow.name +\n \". When your stamina recovers to \" +\n formatNumber(this.automateThreshHigh, 0) +\n \", you will automatically \" +\n \"switch to \" +\n this.automateActionHigh.name +\n \".\",\n );\n } else if (flag.toLowerCase().includes(\"en\")) {\n if (!this.automateActionLow || !this.automateActionHigh) {\n return this.log(\"Failed to enable automation. Actions were not set\");\n }\n this.automateEnabled = true;\n this.log(\"Bladeburner automation enabled\");\n } else if (flag.toLowerCase().includes(\"d\")) {\n this.automateEnabled = false;\n this.log(\"Bladeburner automation disabled\");\n } else {\n this.log(\"Invalid argument for 'automate' console command: \" + args[1]);\n }\n return;\n }\n\n // Set variables\n if (args.length === 4) {\n const variable = args[1].toLowerCase(); // allows Action Type to be with or without capitalization.\n const val = args[2];\n\n let highLow = false; // True for high, false for low\n if (args[3].toLowerCase().includes(\"hi\")) {\n highLow = true;\n }\n\n switch (variable) {\n case \"general\":\n case \"gen\":\n if (GeneralActions[val] != null) {\n const action = new ActionIdentifier({\n type: ActionTypes[val],\n name: val,\n });\n if (highLow) {\n this.automateActionHigh = action;\n } else {\n this.automateActionLow = action;\n }\n this.log(\"Automate (\" + (highLow ? \"HIGH\" : \"LOW\") + \") action set to \" + val);\n } else {\n this.postToConsole(\"Invalid action name specified: \" + val);\n }\n break;\n case \"contract\":\n case \"contracts\":\n if (this.contracts[val] != null) {\n const action = new ActionIdentifier({\n type: ActionTypes.Contract,\n name: val,\n });\n if (highLow) {\n this.automateActionHigh = action;\n } else {\n this.automateActionLow = action;\n }\n this.log(\"Automate (\" + (highLow ? \"HIGH\" : \"LOW\") + \") action set to \" + val);\n } else {\n this.postToConsole(\"Invalid contract name specified: \" + val);\n }\n break;\n case \"ops\":\n case \"op\":\n case \"operations\":\n case \"operation\":\n if (this.operations[val] != null) {\n const action = new ActionIdentifier({\n type: ActionTypes.Operation,\n name: val,\n });\n if (highLow) {\n this.automateActionHigh = action;\n } else {\n this.automateActionLow = action;\n }\n this.log(\"Automate (\" + (highLow ? \"HIGH\" : \"LOW\") + \") action set to \" + val);\n } else {\n this.postToConsole(\"Invalid Operation name specified: \" + val);\n }\n break;\n case \"stamina\":\n if (isNaN(parseFloat(val))) {\n this.postToConsole(\"Invalid value specified for stamina threshold (must be numeric): \" + val);\n } else {\n if (highLow) {\n this.automateThreshHigh = Number(val);\n } else {\n this.automateThreshLow = Number(val);\n }\n this.log(\"Automate (\" + (highLow ? \"HIGH\" : \"LOW\") + \") stamina threshold set to \" + val);\n }\n break;\n default:\n break;\n }\n\n return;\n }\n }\n\n parseCommandArguments(command: string): string[] {\n /**\n * Returns an array with command and its arguments in each index.\n * e.g. skill \"blade's intuition\" foo returns [skill, blade's intuition, foo]\n * The input to the fn will be trimmed and will have all whitespace replaced w/ a single space\n */\n const args = [];\n let start = 0;\n let i = 0;\n while (i < command.length) {\n const c = command.charAt(i);\n if (c === '\"' || c === \"'\") {\n // Double quotes or Single quotes\n const endQuote = command.indexOf(c, i + 1);\n if (endQuote !== -1 && (endQuote === command.length - 1 || command.charAt(endQuote + 1) === KEY.SPACE)) {\n args.push(command.substr(i + 1, endQuote - i - 1));\n if (endQuote === command.length - 1) {\n start = i = endQuote + 1;\n } else {\n start = i = endQuote + 2; // Skip the space\n }\n continue;\n }\n } else if (c === KEY.SPACE) {\n args.push(command.substr(start, i - start));\n start = i + 1;\n }\n ++i;\n }\n if (start !== i) {\n args.push(command.substr(start, i - start));\n }\n return args;\n }\n\n executeConsoleCommand(command: string): void {\n command = command.trim();\n command = command.replace(/\\s\\s+/g, \" \"); // Replace all whitespace w/ a single space\n\n const args = this.parseCommandArguments(command);\n if (args.length <= 0) return; // Log an error?\n\n switch (args[0].toLowerCase()) {\n case \"automate\":\n this.executeAutomateConsoleCommand(args);\n break;\n case \"clear\":\n case \"cls\":\n this.clearConsole();\n break;\n case \"help\":\n this.executeHelpConsoleCommand(args);\n break;\n case \"log\":\n this.executeLogConsoleCommand(args);\n break;\n case \"skill\":\n this.executeSkillConsoleCommand(args);\n break;\n case \"start\":\n this.executeStartConsoleCommand(args);\n break;\n case \"stop\":\n this.resetAction();\n break;\n default:\n this.postToConsole(\"Invalid console command\");\n break;\n }\n }\n\n triggerMigration(sourceCityName: string): void {\n let destCityName = BladeburnerConstants.CityNames[getRandomInt(0, 5)];\n while (destCityName === sourceCityName) {\n destCityName = BladeburnerConstants.CityNames[getRandomInt(0, 5)];\n }\n const destCity = this.cities[destCityName];\n const sourceCity = this.cities[sourceCityName];\n if (destCity == null || sourceCity == null) {\n throw new Error(\"Failed to find City with name: \" + destCityName);\n }\n const rand = Math.random();\n let percentage = getRandomInt(3, 15) / 100;\n\n if (rand < 0.05 && sourceCity.comms > 0) {\n // 5% chance for community migration\n percentage *= getRandomInt(2, 4); // Migration increases population change\n --sourceCity.comms;\n ++destCity.comms;\n }\n const count = Math.round(sourceCity.pop * percentage);\n sourceCity.pop -= count;\n destCity.pop += count;\n }\n\n triggerPotentialMigration(sourceCityName: string, chance: number): void {\n if (chance == null || isNaN(chance)) {\n console.error(\"Invalid 'chance' parameter passed into Bladeburner.triggerPotentialMigration()\");\n }\n if (chance > 1) {\n chance /= 100;\n }\n if (Math.random() < chance) {\n this.triggerMigration(sourceCityName);\n }\n }\n\n randomEvent(): void {\n const chance = Math.random();\n\n // Choose random source/destination city for events\n const sourceCityName = BladeburnerConstants.CityNames[getRandomInt(0, 5)];\n const sourceCity = this.cities[sourceCityName];\n if (!sourceCity) throw new Error(\"Invalid sourceCity in Bladeburner.randomEvent()\");\n\n let destCityName = BladeburnerConstants.CityNames[getRandomInt(0, 5)];\n while (destCityName === sourceCityName) {\n destCityName = BladeburnerConstants.CityNames[getRandomInt(0, 5)];\n }\n const destCity = this.cities[destCityName];\n\n if (!sourceCity || !destCity) throw new Error(\"Invalid sourceCity or destCity in Bladeburner.randomEvent()\");\n\n if (chance <= 0.05) {\n // New Synthoid Community, 5%\n ++sourceCity.comms;\n const percentage = getRandomInt(10, 20) / 100;\n const count = Math.round(sourceCity.pop * percentage);\n sourceCity.pop += count;\n if (this.logging.events) {\n this.log(\"Intelligence indicates that a new Synthoid community was formed in a city\");\n }\n } else if (chance <= 0.1) {\n // Synthoid Community Migration, 5%\n if (sourceCity.comms <= 0) {\n // If no comms in source city, then instead trigger a new Synthoid community event\n ++sourceCity.comms;\n const percentage = getRandomInt(10, 20) / 100;\n const count = Math.round(sourceCity.pop * percentage);\n sourceCity.pop += count;\n if (this.logging.events) {\n this.log(\"Intelligence indicates that a new Synthoid community was formed in a city\");\n }\n } else {\n --sourceCity.comms;\n ++destCity.comms;\n\n // Change pop\n const percentage = getRandomInt(10, 20) / 100;\n const count = Math.round(sourceCity.pop * percentage);\n sourceCity.pop -= count;\n destCity.pop += count;\n\n if (this.logging.events) {\n this.log(\n \"Intelligence indicates that a Synthoid community migrated from \" + sourceCityName + \" to some other city\",\n );\n }\n }\n } else if (chance <= 0.3) {\n // New Synthoids (non community), 20%\n const percentage = getRandomInt(8, 24) / 100;\n const count = Math.round(sourceCity.pop * percentage);\n sourceCity.pop += count;\n if (this.logging.events) {\n this.log(\n \"Intelligence indicates that the Synthoid population of \" + sourceCityName + \" just changed significantly\",\n );\n }\n } else if (chance <= 0.5) {\n // Synthoid migration (non community) 20%\n this.triggerMigration(sourceCityName);\n if (this.logging.events) {\n this.log(\n \"Intelligence indicates that a large number of Synthoids migrated from \" +\n sourceCityName +\n \" to some other city\",\n );\n }\n } else if (chance <= 0.7) {\n // Synthoid Riots (+chaos), 20%\n sourceCity.chaos += 1;\n sourceCity.chaos *= 1 + getRandomInt(5, 20) / 100;\n if (this.logging.events) {\n this.log(\"Tensions between Synthoids and humans lead to riots in \" + sourceCityName + \"! Chaos increased\");\n }\n } else if (chance <= 0.9) {\n // Less Synthoids, 20%\n const percentage = getRandomInt(8, 20) / 100;\n const count = Math.round(sourceCity.pop * percentage);\n sourceCity.pop -= count;\n if (this.logging.events) {\n this.log(\n \"Intelligence indicates that the Synthoid population of \" + sourceCityName + \" just changed significantly\",\n );\n }\n }\n // 10% chance of nothing happening\n }\n\n /**\n * Return stat to be gained from Contracts, Operations, and Black Operations\n * @param action(Action obj) - Derived action class\n * @param success(bool) - Whether action was successful\n */\n getActionStats(action: Action, person: Person, success: boolean): ITaskTracker {\n const difficulty = action.getDifficulty();\n\n /**\n * Gain multiplier based on difficulty. If it changes then the\n * same variable calculated in completeAction() needs to change too\n */\n const difficultyMult =\n Math.pow(difficulty, BladeburnerConstants.DiffMultExponentialFactor) +\n difficulty / BladeburnerConstants.DiffMultLinearFactor;\n\n const time = action.getActionTime(this, person);\n const successMult = success ? 1 : 0.5;\n\n const unweightedGain = time * BladeburnerConstants.BaseStatGain * successMult * difficultyMult;\n const unweightedIntGain = time * BladeburnerConstants.BaseIntGain * successMult * difficultyMult;\n const skillMult = this.skillMultipliers.expGain;\n\n return {\n hack: unweightedGain * action.weights.hack * skillMult,\n str: unweightedGain * action.weights.str * skillMult,\n def: unweightedGain * action.weights.def * skillMult,\n dex: unweightedGain * action.weights.dex * skillMult,\n agi: unweightedGain * action.weights.agi * skillMult,\n cha: unweightedGain * action.weights.cha * skillMult,\n int: unweightedIntGain * action.weights.int * skillMult,\n money: 0,\n };\n }\n\n getDiplomacyEffectiveness(person: Person): number {\n // Returns a decimal by which the city's chaos level should be multiplied (e.g. 0.98)\n const CharismaLinearFactor = 1e3;\n const CharismaExponentialFactor = 0.045;\n\n const charismaEff =\n Math.pow(person.skills.charisma, CharismaExponentialFactor) + person.skills.charisma / CharismaLinearFactor;\n return (100 - charismaEff) / 100;\n }\n\n getRecruitmentSuccessChance(person: Person): number {\n return Math.pow(person.skills.charisma, 0.45) / (this.teamSize - this.sleeveSize + 1);\n }\n\n getRecruitmentTime(person: Person): number {\n const effCharisma = person.skills.charisma * this.skillMultipliers.effCha;\n const charismaFactor = Math.pow(effCharisma, 0.81) + effCharisma / 90;\n return Math.max(10, Math.round(BladeburnerConstants.BaseRecruitmentTimeNeeded - charismaFactor));\n }\n\n sleeveSupport(joining: boolean): void {\n if (joining) {\n this.sleeveSize += 1;\n this.teamSize += 1;\n } else {\n this.sleeveSize -= 1;\n this.teamSize -= 1;\n }\n }\n\n resetSkillMultipliers(): void {\n this.skillMultipliers = {\n successChanceAll: 1,\n successChanceStealth: 1,\n successChanceKill: 1,\n successChanceContract: 1,\n successChanceOperation: 1,\n successChanceEstimate: 1,\n actionTime: 1,\n effHack: 1,\n effStr: 1,\n effDef: 1,\n effDex: 1,\n effAgi: 1,\n effCha: 1,\n effInt: 1,\n stamina: 1,\n money: 1,\n expGain: 1,\n };\n }\n\n updateSkillMultipliers(): void {\n this.resetSkillMultipliers();\n for (const skillName of Object.keys(this.skills)) {\n if (this.skills.hasOwnProperty(skillName)) {\n const skill = Skills[skillName];\n if (skill == null) {\n throw new Error(\"Could not find Skill Object for: \" + skillName);\n }\n const level = this.skills[skillName];\n if (level == null || level <= 0) {\n continue;\n } //Not upgraded\n\n const multiplierNames = Object.keys(this.skillMultipliers);\n for (let i = 0; i < multiplierNames.length; ++i) {\n const multiplierName = multiplierNames[i];\n if (skill.getMultiplier(multiplierName) != null && !isNaN(skill.getMultiplier(multiplierName))) {\n const value = skill.getMultiplier(multiplierName) * level;\n let multiplierValue = 1 + value / 100;\n if (multiplierName === \"actionTime\") {\n multiplierValue = 1 - value / 100;\n }\n this.skillMultipliers[multiplierName] *= multiplierValue;\n }\n }\n }\n }\n }\n\n completeOperation(success: boolean): void {\n if (this.action.type !== ActionTypes.Operation) {\n throw new Error(\"completeOperation() called even though current action is not an Operation\");\n }\n const action = this.getActionObject(this.action);\n if (action == null) {\n throw new Error(\"Failed to get Contract/Operation Object for: \" + this.action.name);\n }\n\n // Calculate team losses\n const teamCount = action.teamCount;\n if (teamCount >= 1) {\n let max;\n if (success) {\n max = Math.ceil(teamCount / 2);\n } else {\n max = Math.floor(teamCount);\n }\n const losses = getRandomInt(0, max);\n this.teamSize -= losses;\n if (this.teamSize < this.sleeveSize) {\n const sup = Player.sleeves.filter((x) => isSleeveSupportWork(x.currentWork));\n for (let i = 0; i > this.teamSize - this.sleeveSize; i--) {\n const r = Math.floor(Math.random() * sup.length);\n sup[r].takeDamage(sup[r].hp.max);\n sup.splice(r, 1);\n }\n this.teamSize += this.sleeveSize;\n }\n this.teamLost += losses;\n if (this.logging.ops && losses > 0) {\n this.log(\"Lost \" + formatNumber(losses, 0) + \" team members during this \" + action.name);\n }\n }\n\n const city = this.getCurrentCity();\n switch (action.name) {\n case \"Investigation\":\n if (success) {\n city.improvePopulationEstimateByPercentage(0.4 * this.skillMultipliers.successChanceEstimate);\n } else {\n this.triggerPotentialMigration(this.city, 0.1);\n }\n break;\n case \"Undercover Operation\":\n if (success) {\n city.improvePopulationEstimateByPercentage(0.8 * this.skillMultipliers.successChanceEstimate);\n } else {\n this.triggerPotentialMigration(this.city, 0.15);\n }\n break;\n case \"Sting Operation\":\n if (success) {\n city.changePopulationByPercentage(-0.1, {\n changeEstEqually: true,\n nonZero: true,\n });\n }\n city.changeChaosByCount(0.1);\n break;\n case \"Raid\":\n if (success) {\n city.changePopulationByPercentage(-1, {\n changeEstEqually: true,\n nonZero: true,\n });\n --city.comms;\n } else {\n const change = getRandomInt(-10, -5) / 10;\n city.changePopulationByPercentage(change, {\n nonZero: true,\n changeEstEqually: false,\n });\n }\n city.changeChaosByPercentage(getRandomInt(1, 5));\n break;\n case \"Stealth Retirement Operation\":\n if (success) {\n city.changePopulationByPercentage(-0.5, {\n changeEstEqually: true,\n nonZero: true,\n });\n }\n city.changeChaosByPercentage(getRandomInt(-3, -1));\n break;\n case \"Assassination\":\n if (success) {\n city.changePopulationByCount(-1, { estChange: -1, estOffset: 0 });\n }\n city.changeChaosByPercentage(getRandomInt(-5, 5));\n break;\n default:\n throw new Error(\"Invalid Action name in completeOperation: \" + this.action.name);\n }\n }\n\n getActionObject(actionId: ActionIdentifier): Action | null {\n /**\n * Given an ActionIdentifier object, returns the corresponding\n * GeneralAction, Contract, Operation, or BlackOperation object\n */\n switch (actionId.type) {\n case ActionTypes[\"Contract\"]:\n return this.contracts[actionId.name];\n case ActionTypes[\"Operation\"]:\n return this.operations[actionId.name];\n case ActionTypes[\"BlackOp\"]:\n case ActionTypes[\"BlackOperation\"]:\n return BlackOperations[actionId.name];\n case ActionTypes[\"Training\"]:\n return GeneralActions[\"Training\"];\n case ActionTypes[\"Field Analysis\"]:\n return GeneralActions[\"Field Analysis\"];\n case ActionTypes[\"Recruitment\"]:\n return GeneralActions[\"Recruitment\"];\n case ActionTypes[\"Diplomacy\"]:\n return GeneralActions[\"Diplomacy\"];\n case ActionTypes[\"Hyperbolic Regeneration Chamber\"]:\n return GeneralActions[\"Hyperbolic Regeneration Chamber\"];\n case ActionTypes[\"Incite Violence\"]:\n return GeneralActions[\"Incite Violence\"];\n default:\n return null;\n }\n }\n\n completeContract(success: boolean, actionIdent: ActionIdentifier): void {\n if (actionIdent.type !== ActionTypes.Contract) {\n throw new Error(\"completeContract() called even though current action is not a Contract\");\n }\n const city = this.getCurrentCity();\n if (success) {\n switch (actionIdent.name) {\n case \"Tracking\":\n // Increase estimate accuracy by a relatively small amount\n city.improvePopulationEstimateByCount(getRandomInt(100, 1e3) * this.skillMultipliers.successChanceEstimate);\n break;\n case \"Bounty Hunter\":\n city.changePopulationByCount(-1, { estChange: -1, estOffset: 0 });\n city.changeChaosByCount(0.02);\n break;\n case \"Retirement\":\n city.changePopulationByCount(-1, { estChange: -1, estOffset: 0 });\n city.changeChaosByCount(0.04);\n break;\n default:\n throw new Error(\"Invalid Action name in completeContract: \" + actionIdent.name);\n }\n }\n }\n\n completeAction(person: Person, actionIdent: ActionIdentifier, isPlayer = true): ITaskTracker {\n let retValue = createTaskTracker();\n switch (actionIdent.type) {\n case ActionTypes[\"Contract\"]:\n case ActionTypes[\"Operation\"]: {\n try {\n const isOperation = actionIdent.type === ActionTypes[\"Operation\"];\n const action = this.getActionObject(actionIdent);\n if (action == null) {\n throw new Error(\"Failed to get Contract/Operation Object for: \" + actionIdent.name);\n }\n const difficulty = action.getDifficulty();\n const difficultyMultiplier =\n Math.pow(difficulty, BladeburnerConstants.DiffMultExponentialFactor) +\n difficulty / BladeburnerConstants.DiffMultLinearFactor;\n const rewardMultiplier = Math.pow(action.rewardFac, action.level - 1);\n\n if (isPlayer) {\n // Stamina loss is based on difficulty\n this.stamina -= BladeburnerConstants.BaseStaminaLoss * difficultyMultiplier;\n if (this.stamina < 0) {\n this.stamina = 0;\n }\n }\n\n // Process Contract/Operation success/failure\n if (action.attempt(this, person)) {\n retValue = this.getActionStats(action, person, true);\n ++action.successes;\n --action.count;\n\n // Earn money for contracts\n let moneyGain = 0;\n if (!isOperation) {\n moneyGain = BladeburnerConstants.ContractBaseMoneyGain * rewardMultiplier * this.skillMultipliers.money;\n retValue.money = moneyGain;\n }\n\n if (isOperation) {\n action.setMaxLevel(BladeburnerConstants.OperationSuccessesPerLevel);\n } else {\n action.setMaxLevel(BladeburnerConstants.ContractSuccessesPerLevel);\n }\n if (action.rankGain) {\n const gain = addOffset(action.rankGain * rewardMultiplier * BitNodeMultipliers.BladeburnerRank, 10);\n this.changeRank(person, gain);\n if (isOperation && this.logging.ops) {\n this.log(\n `${person.whoAmI()}: ${action.name} successfully completed! Gained ${formatNumber(gain, 3)} rank`,\n );\n } else if (!isOperation && this.logging.contracts) {\n this.log(\n `${person.whoAmI()}: ${action.name} contract successfully completed! Gained ` +\n `${formatNumber(gain, 3)} rank and ${numeralWrapper.formatMoney(moneyGain)}`,\n );\n }\n }\n isOperation ? this.completeOperation(true) : this.completeContract(true, actionIdent);\n } else {\n retValue = this.getActionStats(action, person, false);\n ++action.failures;\n let loss = 0,\n damage = 0;\n if (action.rankLoss) {\n loss = addOffset(action.rankLoss * rewardMultiplier, 10);\n this.changeRank(person, -1 * loss);\n }\n if (action.hpLoss) {\n damage = action.hpLoss * difficultyMultiplier;\n damage = Math.ceil(addOffset(damage, 10));\n this.hpLost += damage;\n const cost = calculateHospitalizationCost(damage);\n if (person.takeDamage(damage)) {\n ++this.numHosp;\n this.moneyLost += cost;\n }\n }\n let logLossText = \"\";\n if (loss > 0) {\n logLossText += \"Lost \" + formatNumber(loss, 3) + \" rank. \";\n }\n if (damage > 0) {\n logLossText += \"Took \" + formatNumber(damage, 0) + \" damage.\";\n }\n if (isOperation && this.logging.ops) {\n this.log(`${person.whoAmI()}: ` + action.name + \" failed! \" + logLossText);\n } else if (!isOperation && this.logging.contracts) {\n this.log(`${person.whoAmI()}: ` + action.name + \" contract failed! \" + logLossText);\n }\n isOperation ? this.completeOperation(false) : this.completeContract(false, actionIdent);\n }\n if (action.autoLevel) {\n action.level = action.maxLevel;\n } // Autolevel\n } catch (e: unknown) {\n exceptionAlert(e);\n }\n break;\n }\n case ActionTypes[\"BlackOp\"]:\n case ActionTypes[\"BlackOperation\"]: {\n try {\n const action = this.getActionObject(actionIdent);\n if (action == null || !(action instanceof BlackOperation)) {\n throw new Error(\"Failed to get BlackOperation Object for: \" + actionIdent.name);\n }\n const difficulty = action.getDifficulty();\n const difficultyMultiplier =\n Math.pow(difficulty, BladeburnerConstants.DiffMultExponentialFactor) +\n difficulty / BladeburnerConstants.DiffMultLinearFactor;\n\n // Stamina loss is based on difficulty\n this.stamina -= BladeburnerConstants.BaseStaminaLoss * difficultyMultiplier;\n if (this.stamina < 0) {\n this.stamina = 0;\n }\n\n // Team loss variables\n const teamCount = action.teamCount;\n let teamLossMax;\n\n if (action.attempt(this, person)) {\n retValue = this.getActionStats(action, person, true);\n action.count = 0;\n this.blackops[action.name] = true;\n let rankGain = 0;\n if (action.rankGain) {\n rankGain = addOffset(action.rankGain * BitNodeMultipliers.BladeburnerRank, 10);\n this.changeRank(person, rankGain);\n }\n teamLossMax = Math.ceil(teamCount / 2);\n\n if (this.logging.blackops) {\n this.log(\n `${person.whoAmI()}: ` + action.name + \" successful! Gained \" + formatNumber(rankGain, 1) + \" rank\",\n );\n }\n } else {\n retValue = this.getActionStats(action, person, false);\n let rankLoss = 0;\n let damage = 0;\n if (action.rankLoss) {\n rankLoss = addOffset(action.rankLoss, 10);\n this.changeRank(person, -1 * rankLoss);\n }\n if (action.hpLoss) {\n damage = action.hpLoss * difficultyMultiplier;\n damage = Math.ceil(addOffset(damage, 10));\n const cost = calculateHospitalizationCost(damage);\n if (person.takeDamage(damage)) {\n ++this.numHosp;\n this.moneyLost += cost;\n }\n }\n teamLossMax = Math.floor(teamCount);\n\n if (this.logging.blackops) {\n this.log(\n `${person.whoAmI()}: ` +\n action.name +\n \" failed! Lost \" +\n formatNumber(rankLoss, 1) +\n \" rank and took \" +\n formatNumber(damage, 0) +\n \" damage\",\n );\n }\n }\n\n this.resetAction(); // Stop regardless of success or fail\n\n // Calculate team losses\n if (teamCount >= 1) {\n const losses = getRandomInt(1, teamLossMax);\n this.teamSize -= losses;\n if (this.teamSize < this.sleeveSize) {\n const sup = Player.sleeves.filter((x) => isSleeveSupportWork(x.currentWork));\n for (let i = 0; i > this.teamSize - this.sleeveSize; i--) {\n const r = Math.floor(Math.random() * sup.length);\n sup[r].takeDamage(sup[r].hp.max);\n sup.splice(r, 1);\n }\n this.teamSize += this.sleeveSize;\n }\n this.teamLost += losses;\n if (this.logging.blackops) {\n this.log(`${person.whoAmI()}: You lost ${formatNumber(losses, 0)} team members during ${action.name}`);\n }\n }\n } catch (e: unknown) {\n exceptionAlert(String(e));\n }\n break;\n }\n case ActionTypes[\"Training\"]: {\n this.stamina -= 0.5 * BladeburnerConstants.BaseStaminaLoss;\n const strExpGain = 30 * person.mults.strength_exp,\n defExpGain = 30 * person.mults.defense_exp,\n dexExpGain = 30 * person.mults.dexterity_exp,\n agiExpGain = 30 * person.mults.agility_exp,\n staminaGain = 0.04 * this.skillMultipliers.stamina;\n retValue.str = strExpGain;\n retValue.def = defExpGain;\n retValue.dex = dexExpGain;\n retValue.agi = agiExpGain;\n this.staminaBonus += staminaGain;\n if (this.logging.general) {\n this.log(\n `${person.whoAmI()}: ` +\n \"Training completed. Gained: \" +\n formatNumber(strExpGain, 1) +\n \" str exp, \" +\n formatNumber(defExpGain, 1) +\n \" def exp, \" +\n formatNumber(dexExpGain, 1) +\n \" dex exp, \" +\n formatNumber(agiExpGain, 1) +\n \" agi exp, \" +\n formatNumber(staminaGain, 3) +\n \" max stamina\",\n );\n }\n break;\n }\n case ActionTypes[\"FieldAnalysis\"]:\n case ActionTypes[\"Field Analysis\"]: {\n // Does not use stamina. Effectiveness depends on hacking, int, and cha\n let eff =\n 0.04 * Math.pow(person.skills.hacking, 0.3) +\n 0.04 * Math.pow(person.skills.intelligence, 0.9) +\n 0.02 * Math.pow(person.skills.charisma, 0.3);\n eff *= person.mults.bladeburner_analysis;\n if (isNaN(eff) || eff < 0) {\n throw new Error(\"Field Analysis Effectiveness calculated to be NaN or negative\");\n }\n const hackingExpGain = 20 * person.mults.hacking_exp;\n const charismaExpGain = 20 * person.mults.charisma_exp;\n const rankGain = 0.1 * BitNodeMultipliers.BladeburnerRank;\n retValue.hack = hackingExpGain;\n retValue.cha = charismaExpGain;\n retValue.int = BladeburnerConstants.BaseIntGain;\n this.changeRank(person, rankGain);\n this.getCurrentCity().improvePopulationEstimateByPercentage(eff * this.skillMultipliers.successChanceEstimate);\n if (this.logging.general) {\n this.log(\n `${person.whoAmI()}: ` +\n `Field analysis completed. Gained ${formatNumber(rankGain, 2)} rank, ` +\n `${formatNumber(hackingExpGain, 1)} hacking exp, and ` +\n `${formatNumber(charismaExpGain, 1)} charisma exp`,\n );\n }\n break;\n }\n case ActionTypes[\"Recruitment\"]: {\n const successChance = this.getRecruitmentSuccessChance(person);\n const recruitTime = this.getRecruitmentTime(person) * 1000;\n if (Math.random() < successChance) {\n const expGain = 2 * BladeburnerConstants.BaseStatGain * recruitTime;\n retValue.cha = expGain;\n ++this.teamSize;\n if (this.logging.general) {\n this.log(\n `${person.whoAmI()}: ` +\n \"Successfully recruited a team member! Gained \" +\n formatNumber(expGain, 1) +\n \" charisma exp\",\n );\n }\n } else {\n const expGain = BladeburnerConstants.BaseStatGain * recruitTime;\n retValue.cha = expGain;\n if (this.logging.general) {\n this.log(\n `${person.whoAmI()}: ` +\n \"Failed to recruit a team member. Gained \" +\n formatNumber(expGain, 1) +\n \" charisma exp\",\n );\n }\n }\n break;\n }\n case ActionTypes[\"Diplomacy\"]: {\n const eff = this.getDiplomacyEffectiveness(person);\n this.getCurrentCity().chaos *= eff;\n if (this.getCurrentCity().chaos < 0) {\n this.getCurrentCity().chaos = 0;\n }\n if (this.logging.general) {\n this.log(\n `${person.whoAmI()}: Diplomacy completed. Chaos levels in the current city fell by ${numeralWrapper.formatPercentage(\n 1 - eff,\n )}`,\n );\n }\n break;\n }\n case ActionTypes[\"Hyperbolic Regeneration Chamber\"]: {\n person.regenerateHp(BladeburnerConstants.HrcHpGain);\n\n const staminaGain = this.maxStamina * (BladeburnerConstants.HrcStaminaGain / 100);\n this.stamina = Math.min(this.maxStamina, this.stamina + staminaGain);\n if (this.logging.general) {\n this.log(\n `${person.whoAmI()}: Rested in Hyperbolic Regeneration Chamber. Restored ${\n BladeburnerConstants.HrcHpGain\n } HP and gained ${numeralWrapper.formatStamina(staminaGain)} stamina`,\n );\n }\n break;\n }\n case ActionTypes[\"Incite Violence\"]: {\n for (const contract of Object.keys(this.contracts)) {\n const growthF = Growths[contract];\n if (!growthF) throw new Error(\"trying to generate count for action that doesn't exist? \" + contract);\n this.contracts[contract].count += (60 * 3 * growthF()) / BladeburnerConstants.ActionCountGrowthPeriod;\n }\n for (const operation of Object.keys(this.operations)) {\n const growthF = Growths[operation];\n if (!growthF) throw new Error(\"trying to generate count for action that doesn't exist? \" + operation);\n this.operations[operation].count += (60 * 3 * growthF()) / BladeburnerConstants.ActionCountGrowthPeriod;\n }\n if (this.logging.general) {\n this.log(`${person.whoAmI()}: Incited violence in the synthoid communities.`);\n }\n for (const cityName of Object.keys(this.cities)) {\n const city = this.cities[cityName];\n city.chaos += 10;\n city.chaos += city.chaos / (Math.log(city.chaos) / Math.log(10));\n }\n break;\n }\n default:\n console.error(`Bladeburner.completeAction() called for invalid action: ${actionIdent.type}`);\n break;\n }\n return retValue;\n }\n\n infiltrateSynthoidCommunities(): void {\n const infilSleeves = Player.sleeves.filter((s) => isSleeveInfiltrateWork(s.currentWork)).length;\n const amt = Math.pow(infilSleeves, -0.5) / 2;\n for (const contract of Object.keys(this.contracts)) {\n this.contracts[contract].count += amt;\n }\n for (const operation of Object.keys(this.operations)) {\n this.operations[operation].count += amt;\n }\n if (this.logging.general) {\n this.log(`Sleeve: Infiltrate the synthoid communities.`);\n }\n }\n\n changeRank(person: Person, change: number): void {\n if (isNaN(change)) {\n throw new Error(\"NaN passed into Bladeburner.changeRank()\");\n }\n this.rank += change;\n if (this.rank < 0) {\n this.rank = 0;\n }\n this.maxRank = Math.max(this.rank, this.maxRank);\n\n const bladeburnersFactionName = FactionNames.Bladeburners;\n if (factionExists(bladeburnersFactionName)) {\n const bladeburnerFac = Factions[bladeburnersFactionName];\n if (!bladeburnerFac) {\n throw new Error(\n `Could not properly get ${FactionNames.Bladeburners} Faction object in ${FactionNames.Bladeburners} UI Overview Faction button`,\n );\n }\n if (bladeburnerFac.isMember) {\n const favorBonus = 1 + bladeburnerFac.favor / 100;\n bladeburnerFac.playerReputation +=\n BladeburnerConstants.RankToFactionRepFactor * change * person.mults.faction_rep * favorBonus;\n }\n }\n\n // Gain skill points\n const rankNeededForSp = (this.totalSkillPoints + 1) * BladeburnerConstants.RanksPerSkillPoint;\n if (this.maxRank >= rankNeededForSp) {\n // Calculate how many skill points to gain\n const gainedSkillPoints = Math.floor(\n (this.maxRank - rankNeededForSp) / BladeburnerConstants.RanksPerSkillPoint + 1,\n );\n this.skillPoints += gainedSkillPoints;\n this.totalSkillPoints += gainedSkillPoints;\n }\n }\n\n processAction(seconds: number): void {\n if (this.action.type === ActionTypes[\"Idle\"]) return;\n if (this.actionTimeToComplete <= 0) {\n throw new Error(`Invalid actionTimeToComplete value: ${this.actionTimeToComplete}, type; ${this.action.type}`);\n }\n if (!this.action) {\n throw new Error(\"Bladeburner.action is not an ActionIdentifier Object\");\n }\n\n // If the previous action went past its completion time, add to the next action\n // This is not added immediately in case the automation changes the action\n this.actionTimeCurrent += seconds + this.actionTimeOverflow;\n this.actionTimeOverflow = 0;\n if (this.actionTimeCurrent >= this.actionTimeToComplete) {\n this.actionTimeOverflow = this.actionTimeCurrent - this.actionTimeToComplete;\n const action = this.getActionObject(this.action);\n const retValue = this.completeAction(Player, this.action);\n Player.gainMoney(retValue.money, \"bladeburner\");\n Player.gainStats(retValue);\n // Operation Daedalus\n if (action == null) {\n throw new Error(\"Failed to get BlackOperation Object for: \" + this.action.name);\n } else if (this.action.type != ActionTypes[\"BlackOperation\"] && this.action.type != ActionTypes[\"BlackOp\"]) {\n this.startAction(this.action); // Repeat action\n }\n }\n }\n\n calculateStaminaGainPerSecond(): number {\n const effAgility = Player.skills.agility * this.skillMultipliers.effAgi;\n const maxStaminaBonus = this.maxStamina / BladeburnerConstants.MaxStaminaToGainFactor;\n const gain = (BladeburnerConstants.StaminaGainPerSecond + maxStaminaBonus) * Math.pow(effAgility, 0.17);\n return gain * (this.skillMultipliers.stamina * Player.mults.bladeburner_stamina_gain);\n }\n\n calculateMaxStamina(): void {\n const effAgility = Player.skills.agility * this.skillMultipliers.effAgi;\n const maxStamina =\n (Math.pow(effAgility, 0.8) + this.staminaBonus) *\n this.skillMultipliers.stamina *\n Player.mults.bladeburner_max_stamina;\n if (this.maxStamina !== maxStamina) {\n const oldMax = this.maxStamina;\n this.maxStamina = maxStamina;\n this.stamina = (this.maxStamina * this.stamina) / oldMax;\n }\n if (isNaN(maxStamina)) {\n throw new Error(\"Max Stamina calculated to be NaN in Bladeburner.calculateMaxStamina()\");\n }\n }\n\n create(): void {\n this.contracts[\"Tracking\"] = new Contract({\n name: \"Tracking\",\n baseDifficulty: 125,\n difficultyFac: 1.02,\n rewardFac: 1.041,\n rankGain: 0.3,\n hpLoss: 0.5,\n count: getRandomInt(25, 150),\n weights: {\n hack: 0,\n str: 0.05,\n def: 0.05,\n dex: 0.35,\n agi: 0.35,\n cha: 0.1,\n int: 0.05,\n },\n decays: {\n hack: 0,\n str: 0.91,\n def: 0.91,\n dex: 0.91,\n agi: 0.91,\n cha: 0.9,\n int: 1,\n },\n isStealth: true,\n });\n this.contracts[\"Bounty Hunter\"] = new Contract({\n name: \"Bounty Hunter\",\n baseDifficulty: 250,\n difficultyFac: 1.04,\n rewardFac: 1.085,\n rankGain: 0.9,\n hpLoss: 1,\n count: getRandomInt(5, 150),\n weights: {\n hack: 0,\n str: 0.15,\n def: 0.15,\n dex: 0.25,\n agi: 0.25,\n cha: 0.1,\n int: 0.1,\n },\n decays: {\n hack: 0,\n str: 0.91,\n def: 0.91,\n dex: 0.91,\n agi: 0.91,\n cha: 0.8,\n int: 0.9,\n },\n isKill: true,\n });\n this.contracts[\"Retirement\"] = new Contract({\n name: \"Retirement\",\n baseDifficulty: 200,\n difficultyFac: 1.03,\n rewardFac: 1.065,\n rankGain: 0.6,\n hpLoss: 1,\n count: getRandomInt(5, 150),\n weights: {\n hack: 0,\n str: 0.2,\n def: 0.2,\n dex: 0.2,\n agi: 0.2,\n cha: 0.1,\n int: 0.1,\n },\n decays: {\n hack: 0,\n str: 0.91,\n def: 0.91,\n dex: 0.91,\n agi: 0.91,\n cha: 0.8,\n int: 0.9,\n },\n isKill: true,\n });\n\n this.operations[\"Investigation\"] = new Operation({\n name: \"Investigation\",\n baseDifficulty: 400,\n difficultyFac: 1.03,\n rewardFac: 1.07,\n reqdRank: 25,\n rankGain: 2.2,\n rankLoss: 0.2,\n count: getRandomInt(1, 100),\n weights: {\n hack: 0.25,\n str: 0.05,\n def: 0.05,\n dex: 0.2,\n agi: 0.1,\n cha: 0.25,\n int: 0.1,\n },\n decays: {\n hack: 0.85,\n str: 0.9,\n def: 0.9,\n dex: 0.9,\n agi: 0.9,\n cha: 0.7,\n int: 0.9,\n },\n isStealth: true,\n });\n this.operations[\"Undercover Operation\"] = new Operation({\n name: \"Undercover Operation\",\n baseDifficulty: 500,\n difficultyFac: 1.04,\n rewardFac: 1.09,\n reqdRank: 100,\n rankGain: 4.4,\n rankLoss: 0.4,\n hpLoss: 2,\n count: getRandomInt(1, 100),\n weights: {\n hack: 0.2,\n str: 0.05,\n def: 0.05,\n dex: 0.2,\n agi: 0.2,\n cha: 0.2,\n int: 0.1,\n },\n decays: {\n hack: 0.8,\n str: 0.9,\n def: 0.9,\n dex: 0.9,\n agi: 0.9,\n cha: 0.7,\n int: 0.9,\n },\n isStealth: true,\n });\n this.operations[\"Sting Operation\"] = new Operation({\n name: \"Sting Operation\",\n baseDifficulty: 650,\n difficultyFac: 1.04,\n rewardFac: 1.095,\n reqdRank: 500,\n rankGain: 5.5,\n rankLoss: 0.5,\n hpLoss: 2.5,\n count: getRandomInt(1, 150),\n weights: {\n hack: 0.25,\n str: 0.05,\n def: 0.05,\n dex: 0.25,\n agi: 0.1,\n cha: 0.2,\n int: 0.1,\n },\n decays: {\n hack: 0.8,\n str: 0.85,\n def: 0.85,\n dex: 0.85,\n agi: 0.85,\n cha: 0.7,\n int: 0.9,\n },\n isStealth: true,\n });\n this.operations[\"Raid\"] = new Operation({\n name: \"Raid\",\n baseDifficulty: 800,\n difficultyFac: 1.045,\n rewardFac: 1.1,\n reqdRank: 3000,\n rankGain: 55,\n rankLoss: 2.5,\n hpLoss: 50,\n count: getRandomInt(1, 150),\n weights: {\n hack: 0.1,\n str: 0.2,\n def: 0.2,\n dex: 0.2,\n agi: 0.2,\n cha: 0,\n int: 0.1,\n },\n decays: {\n hack: 0.7,\n str: 0.8,\n def: 0.8,\n dex: 0.8,\n agi: 0.8,\n cha: 0,\n int: 0.9,\n },\n isKill: true,\n });\n this.operations[\"Stealth Retirement Operation\"] = new Operation({\n name: \"Stealth Retirement Operation\",\n baseDifficulty: 1000,\n difficultyFac: 1.05,\n rewardFac: 1.11,\n reqdRank: 20e3,\n rankGain: 22,\n rankLoss: 2,\n hpLoss: 10,\n count: getRandomInt(1, 150),\n weights: {\n hack: 0.1,\n str: 0.1,\n def: 0.1,\n dex: 0.3,\n agi: 0.3,\n cha: 0,\n int: 0.1,\n },\n decays: {\n hack: 0.7,\n str: 0.8,\n def: 0.8,\n dex: 0.8,\n agi: 0.8,\n cha: 0,\n int: 0.9,\n },\n isStealth: true,\n isKill: true,\n });\n this.operations[\"Assassination\"] = new Operation({\n name: \"Assassination\",\n baseDifficulty: 1500,\n difficultyFac: 1.06,\n rewardFac: 1.14,\n reqdRank: 50e3,\n rankGain: 44,\n rankLoss: 4,\n hpLoss: 5,\n count: getRandomInt(1, 150),\n weights: {\n hack: 0.1,\n str: 0.1,\n def: 0.1,\n dex: 0.3,\n agi: 0.3,\n cha: 0,\n int: 0.1,\n },\n decays: {\n hack: 0.6,\n str: 0.8,\n def: 0.8,\n dex: 0.8,\n agi: 0.8,\n cha: 0,\n int: 0.8,\n },\n isStealth: true,\n isKill: true,\n });\n }\n\n process(): void {\n // Edge race condition when the engine checks the processing counters and attempts to route before the router is initialized.\n if (!Router.isInitialized) return;\n\n // If the Player starts doing some other actions, set action to idle and alert\n if (!Player.hasAugmentation(AugmentationNames.BladesSimulacrum, true) && Player.currentWork) {\n if (this.action.type !== ActionTypes[\"Idle\"]) {\n let msg = \"Your Bladeburner action was cancelled because you started doing something else.\";\n if (this.automateEnabled) {\n msg += `

Your automation was disabled as well. You will have to re-enable it through the Bladeburner console`;\n this.automateEnabled = false;\n }\n if (!Settings.SuppressBladeburnerPopup) {\n dialogBoxCreate(msg);\n }\n }\n this.resetAction();\n }\n\n // If the Player has no Stamina, set action to idle\n if (this.stamina <= 0) {\n this.log(\"Your Bladeburner action was cancelled because your stamina hit 0\");\n this.resetAction();\n }\n\n // A 'tick' for this mechanic is one second (= 5 game cycles)\n if (this.storedCycles >= BladeburnerConstants.CyclesPerSecond) {\n let seconds = Math.floor(this.storedCycles / BladeburnerConstants.CyclesPerSecond);\n seconds = Math.min(seconds, 5); // Max of 5 'ticks'\n this.storedCycles -= seconds * BladeburnerConstants.CyclesPerSecond;\n\n // Stamina\n this.calculateMaxStamina();\n this.stamina += this.calculateStaminaGainPerSecond() * seconds;\n this.stamina = Math.min(this.maxStamina, this.stamina);\n\n // Count increase for contracts/operations\n for (const contract of Object.values(this.contracts)) {\n const growthF = Growths[contract.name];\n if (growthF === undefined) throw new Error(`growth formula for action '${contract.name}' is undefined`);\n contract.count += (seconds * growthF()) / BladeburnerConstants.ActionCountGrowthPeriod;\n }\n for (const op of Object.values(this.operations)) {\n const growthF = Growths[op.name];\n if (growthF === undefined) throw new Error(`growth formula for action '${op.name}' is undefined`);\n if (growthF !== undefined) {\n op.count += (seconds * growthF()) / BladeburnerConstants.ActionCountGrowthPeriod;\n }\n }\n\n // Chaos goes down very slowly\n for (const cityName of BladeburnerConstants.CityNames) {\n const city = this.cities[cityName];\n if (!city) throw new Error(\"Invalid city when processing passive chaos reduction in Bladeburner.process\");\n city.chaos -= 0.0001 * seconds;\n city.chaos = Math.max(0, city.chaos);\n }\n\n // Random Events\n this.randomEventCounter -= seconds;\n if (this.randomEventCounter <= 0) {\n this.randomEvent();\n // Add instead of setting because we might have gone over the required time for the event\n this.randomEventCounter += getRandomInt(240, 600);\n }\n\n this.processAction(seconds);\n\n // Automation\n if (this.automateEnabled) {\n // Note: Do NOT set this.action = this.automateActionHigh/Low since it creates a reference\n if (this.stamina <= this.automateThreshLow) {\n if (this.action.name !== this.automateActionLow.name || this.action.type !== this.automateActionLow.type) {\n this.action = new ActionIdentifier({\n type: this.automateActionLow.type,\n name: this.automateActionLow.name,\n });\n this.startAction(this.action);\n }\n } else if (this.stamina >= this.automateThreshHigh) {\n if (this.action.name !== this.automateActionHigh.name || this.action.type !== this.automateActionHigh.type) {\n this.action = new ActionIdentifier({\n type: this.automateActionHigh.type,\n name: this.automateActionHigh.name,\n });\n this.startAction(this.action);\n }\n }\n }\n }\n }\n\n getTypeAndNameFromActionId(actionId: ActionIdentifier): {\n type: string;\n name: string;\n } {\n const res = { type: \"\", name: \"\" };\n const types = Object.keys(ActionTypes);\n for (let i = 0; i < types.length; ++i) {\n if (actionId.type === ActionTypes[types[i]]) {\n res.type = types[i];\n break;\n }\n }\n const gen = [\n \"Training\",\n \"Recruitment\",\n \"FieldAnalysis\",\n \"Field Analysis\",\n \"Diplomacy\",\n \"Hyperbolic Regeneration Chamber\",\n \"Incite Violence\",\n ];\n if (gen.includes(res.type)) {\n res.type = \"General\";\n }\n\n if (res.type == null) {\n res.type = \"Idle\";\n }\n\n res.name = actionId.name != null ? actionId.name : \"Idle\";\n return res;\n }\n\n getContractNamesNetscriptFn(): string[] {\n return Object.keys(this.contracts);\n }\n\n getOperationNamesNetscriptFn(): string[] {\n return Object.keys(this.operations);\n }\n\n getBlackOpNamesNetscriptFn(): string[] {\n return Object.keys(BlackOperations);\n }\n\n getGeneralActionNamesNetscriptFn(): string[] {\n return Object.keys(GeneralActions);\n }\n\n getSkillNamesNetscriptFn(): string[] {\n return Object.keys(Skills);\n }\n\n startActionNetscriptFn(type: string, name: string, workerScript: WorkerScript): boolean {\n const errorLogText = `Invalid action: type='${type}' name='${name}'`;\n const actionId = this.getActionIdFromTypeAndName(type, name);\n if (actionId == null) {\n workerScript.log(\"bladeburner.startAction\", () => errorLogText);\n return false;\n }\n\n // Special logic for Black Ops\n if (actionId.type === ActionTypes[\"BlackOp\"]) {\n const canRunOp = this.canAttemptBlackOp(actionId);\n if (!canRunOp.isAvailable) {\n workerScript.log(\"bladeburner.startAction\", () => canRunOp.error + \"\");\n return false;\n }\n }\n\n try {\n this.startAction(actionId);\n workerScript.log(\n \"bladeburner.startAction\",\n () => `Starting bladeburner action with type '${type}' and name '${name}'`,\n );\n return true;\n } catch (e: unknown) {\n console.error(e);\n this.resetAction();\n workerScript.log(\"bladeburner.startAction\", () => errorLogText);\n return false;\n }\n }\n\n getActionTimeNetscriptFn(person: Person, type: string, name: string): number | string {\n const actionId = this.getActionIdFromTypeAndName(type, name);\n if (actionId == null) {\n return \"bladeburner.getActionTime\";\n }\n\n const actionObj = this.getActionObject(actionId);\n if (actionObj == null) {\n return \"bladeburner.getActionTime\";\n }\n switch (actionId.type) {\n case ActionTypes[\"Contract\"]:\n case ActionTypes[\"Operation\"]:\n case ActionTypes[\"BlackOp\"]:\n case ActionTypes[\"BlackOperation\"]:\n return actionObj.getActionTime(this, person) * 1000;\n case ActionTypes[\"Training\"]:\n case ActionTypes[\"Field Analysis\"]:\n case ActionTypes[\"FieldAnalysis\"]:\n return 30000;\n case ActionTypes[\"Recruitment\"]:\n return this.getRecruitmentTime(person) * 1000;\n case ActionTypes[\"Diplomacy\"]:\n case ActionTypes[\"Hyperbolic Regeneration Chamber\"]:\n case ActionTypes[\"Incite Violence\"]:\n return 60000;\n default:\n return \"bladeburner.getActionTime\";\n }\n }\n\n getActionEstimatedSuccessChanceNetscriptFn(person: Person, type: string, name: string): [number, number] | string {\n const actionId = this.getActionIdFromTypeAndName(type, name);\n if (actionId == null) {\n return \"bladeburner.getActionEstimatedSuccessChance\";\n }\n\n const actionObj = this.getActionObject(actionId);\n if (actionObj == null) {\n return \"bladeburner.getActionEstimatedSuccessChance\";\n }\n switch (actionId.type) {\n case ActionTypes[\"Contract\"]:\n case ActionTypes[\"Operation\"]:\n case ActionTypes[\"BlackOp\"]:\n case ActionTypes[\"BlackOperation\"]:\n return actionObj.getEstSuccessChance(this, person);\n case ActionTypes[\"Training\"]:\n case ActionTypes[\"Field Analysis\"]:\n case ActionTypes[\"FieldAnalysis\"]:\n case ActionTypes[\"Diplomacy\"]:\n case ActionTypes[\"Hyperbolic Regeneration Chamber\"]:\n case ActionTypes[\"Incite Violence\"]:\n return [1, 1];\n case ActionTypes[\"Recruitment\"]: {\n const recChance = this.getRecruitmentSuccessChance(person);\n return [recChance, recChance];\n }\n default:\n return \"bladeburner.getActionEstimatedSuccessChance\";\n }\n }\n\n getActionCountRemainingNetscriptFn(type: string, name: string, workerScript: WorkerScript): number {\n const errorLogText = `Invalid action: type='${type}' name='${name}'`;\n const actionId = this.getActionIdFromTypeAndName(type, name);\n if (actionId == null) {\n workerScript.log(\"bladeburner.getActionCountRemaining\", () => errorLogText);\n return -1;\n }\n\n const actionObj = this.getActionObject(actionId);\n if (actionObj == null) {\n workerScript.log(\"bladeburner.getActionCountRemaining\", () => errorLogText);\n return -1;\n }\n\n switch (actionId.type) {\n case ActionTypes[\"Contract\"]:\n case ActionTypes[\"Operation\"]:\n return Math.floor(actionObj.count);\n case ActionTypes[\"BlackOp\"]:\n case ActionTypes[\"BlackOperation\"]:\n if (this.blackops[name] != null) {\n return 0;\n } else {\n return 1;\n }\n case ActionTypes[\"Training\"]:\n case ActionTypes[\"Recruitment\"]:\n case ActionTypes[\"Field Analysis\"]:\n case ActionTypes[\"FieldAnalysis\"]:\n case ActionTypes[\"Diplomacy\"]:\n case ActionTypes[\"Hyperbolic Regeneration Chamber\"]:\n case ActionTypes[\"Incite Violence\"]:\n return Infinity;\n default:\n workerScript.log(\"bladeburner.getActionCountRemaining\", () => errorLogText);\n return -1;\n }\n }\n\n getSkillLevelNetscriptFn(skillName: string, workerScript: WorkerScript): number {\n if (skillName === \"\" || !Skills.hasOwnProperty(skillName)) {\n workerScript.log(\"bladeburner.getSkillLevel\", () => `Invalid skill: '${skillName}'`);\n return -1;\n }\n\n if (this.skills[skillName] == null) {\n return 0;\n } else {\n return this.skills[skillName];\n }\n }\n\n getSkillUpgradeCostNetscriptFn(skillName: string, count: number, workerScript: WorkerScript): number {\n if (skillName === \"\" || !Skills.hasOwnProperty(skillName)) {\n workerScript.log(\"bladeburner.getSkillUpgradeCost\", () => `Invalid skill: '${skillName}'`);\n return -1;\n }\n\n const skill = Skills[skillName];\n if (this.skills[skillName] == null) {\n return skill.calculateCost(0, count);\n } else {\n return skill.calculateCost(this.skills[skillName], count);\n }\n }\n\n upgradeSkillNetscriptFn(skillName: string, count: number, workerScript: WorkerScript): boolean {\n const errorLogText = `Invalid skill: '${skillName}'`;\n if (!Skills.hasOwnProperty(skillName)) {\n workerScript.log(\"bladeburner.upgradeSkill\", () => errorLogText);\n return false;\n }\n\n const skill = Skills[skillName];\n let currentLevel = 0;\n if (this.skills[skillName] && !isNaN(this.skills[skillName])) {\n currentLevel = this.skills[skillName];\n }\n const cost = skill.calculateCost(currentLevel, count);\n\n if (skill.maxLvl && currentLevel + count > skill.maxLvl) {\n workerScript.log(\"bladeburner.upgradeSkill\", () => `Skill '${skillName}' cannot be upgraded ${count} time(s).`);\n return false;\n }\n\n if (this.skillPoints < cost) {\n workerScript.log(\n \"bladeburner.upgradeSkill\",\n () =>\n `You do not have enough skill points to upgrade ${skillName} ${count} time(s). (You have ${this.skillPoints}, you need ${cost})`,\n );\n return false;\n }\n\n this.skillPoints -= cost;\n this.upgradeSkill(skill, count);\n workerScript.log(\"bladeburner.upgradeSkill\", () => `'${skillName}' upgraded to level ${this.skills[skillName]}`);\n return true;\n }\n\n getTeamSizeNetscriptFn(type: string, name: string, workerScript: WorkerScript): number {\n if (type === \"\" && name === \"\") {\n return this.teamSize;\n }\n\n const errorLogText = `Invalid action: type='${type}' name='${name}'`;\n const actionId = this.getActionIdFromTypeAndName(type, name);\n if (actionId == null) {\n workerScript.log(\"bladeburner.getTeamSize\", () => errorLogText);\n return -1;\n }\n\n const actionObj = this.getActionObject(actionId);\n if (actionObj == null) {\n workerScript.log(\"bladeburner.getTeamSize\", () => errorLogText);\n return -1;\n }\n\n if (\n actionId.type === ActionTypes[\"Operation\"] ||\n actionId.type === ActionTypes[\"BlackOp\"] ||\n actionId.type === ActionTypes[\"BlackOperation\"]\n ) {\n return actionObj.teamCount;\n } else {\n return 0;\n }\n }\n\n setTeamSizeNetscriptFn(type: string, name: string, size: number, workerScript: WorkerScript): number {\n const errorLogText = `Invalid action: type='${type}' name='${name}'`;\n const actionId = this.getActionIdFromTypeAndName(type, name);\n if (actionId == null) {\n workerScript.log(\"bladeburner.setTeamSize\", () => errorLogText);\n return -1;\n }\n\n if (\n actionId.type !== ActionTypes[\"Operation\"] &&\n actionId.type !== ActionTypes[\"BlackOp\"] &&\n actionId.type !== ActionTypes[\"BlackOperation\"]\n ) {\n workerScript.log(\"bladeburner.setTeamSize\", () => \"Only valid for 'Operations' and 'BlackOps'\");\n return -1;\n }\n\n const actionObj = this.getActionObject(actionId);\n if (actionObj == null) {\n workerScript.log(\"bladeburner.setTeamSize\", () => errorLogText);\n return -1;\n }\n\n let sanitizedSize = Math.round(size);\n if (isNaN(sanitizedSize) || sanitizedSize < 0) {\n workerScript.log(\"bladeburner.setTeamSize\", () => `Invalid size: ${size}`);\n return -1;\n }\n if (this.teamSize < sanitizedSize) {\n sanitizedSize = this.teamSize;\n }\n actionObj.teamCount = sanitizedSize;\n workerScript.log(\"bladeburner.setTeamSize\", () => `Team size for '${name}' set to ${sanitizedSize}.`);\n return sanitizedSize;\n }\n\n joinBladeburnerFactionNetscriptFn(workerScript: WorkerScript): boolean {\n const bladeburnerFac = Factions[FactionNames.Bladeburners];\n if (bladeburnerFac.isMember) {\n return true;\n } else if (this.rank >= BladeburnerConstants.RankNeededForFaction) {\n joinFaction(bladeburnerFac);\n workerScript.log(\"bladeburner.joinBladeburnerFaction\", () => `Joined ${FactionNames.Bladeburners} faction.`);\n return true;\n } else {\n workerScript.log(\n \"bladeburner.joinBladeburnerFaction\",\n () => `You do not have the required rank (${this.rank}/${BladeburnerConstants.RankNeededForFaction}).`,\n );\n return false;\n }\n }\n\n /** Serialize the current object to a JSON save state. */\n toJSON(): IReviverValue {\n return Generic_toJSON(\"Bladeburner\", this);\n }\n\n /** Initializes a Bladeburner object from a JSON save state. */\n static fromJSON(value: IReviverValue): Bladeburner {\n return Generic_fromJSON(Bladeburner, value.data);\n }\n}\n\nReviver.constructors.Bladeburner = Bladeburner;\n","import { Player } from \"../Player\";\nimport { getRandomInt } from \"../utils/helpers/getRandomInt\";\nimport { addOffset } from \"../utils/helpers/addOffset\";\nimport { Generic_fromJSON, Generic_toJSON, IReviverValue, Reviver } from \"../utils/JSONReviver\";\nimport { BladeburnerConstants } from \"./data/Constants\";\nimport { Bladeburner } from \"./Bladeburner\";\nimport { Person } from \"../PersonObjects/Person\";\n\ninterface ISuccessChanceParams {\n est: boolean;\n}\n\nclass StatsMultiplier {\n [key: string]: number;\n\n hack = 0;\n str = 0;\n def = 0;\n dex = 0;\n agi = 0;\n cha = 0;\n int = 0;\n}\n\nexport interface IActionParams {\n name?: string;\n level?: number;\n maxLevel?: number;\n autoLevel?: boolean;\n baseDifficulty?: number;\n difficultyFac?: number;\n rewardFac?: number;\n successes?: number;\n failures?: number;\n rankGain?: number;\n rankLoss?: number;\n hpLoss?: number;\n hpLost?: number;\n isStealth?: boolean;\n isKill?: boolean;\n count?: number;\n weights?: StatsMultiplier;\n decays?: StatsMultiplier;\n teamCount?: number;\n}\n\nexport class Action {\n name = \"\";\n\n // Difficulty scales with level. See getDifficulty() method\n level = 1;\n maxLevel = 1;\n autoLevel = true;\n baseDifficulty = 100;\n difficultyFac = 1.01;\n\n // Rank increase/decrease is affected by this exponent\n rewardFac = 1.02;\n\n successes = 0;\n failures = 0;\n\n // All of these scale with level/difficulty\n rankGain = 0;\n rankLoss = 0;\n hpLoss = 0;\n hpLost = 0;\n\n // Action Category. Current categories are stealth and kill\n isStealth = false;\n isKill = false;\n\n /**\n * Number of this contract remaining, and its growth rate\n * Growth rate is an integer and the count will increase by that integer every \"cycle\"\n */\n count: number = getRandomInt(1e3, 25e3);\n\n // Weighting of each stat in determining action success rate\n weights: StatsMultiplier = {\n hack: 1 / 7,\n str: 1 / 7,\n def: 1 / 7,\n dex: 1 / 7,\n agi: 1 / 7,\n cha: 1 / 7,\n int: 1 / 7,\n };\n // Diminishing returns of stats (stat ^ decay where 0 <= decay <= 1)\n decays: StatsMultiplier = {\n hack: 0.9,\n str: 0.9,\n def: 0.9,\n dex: 0.9,\n agi: 0.9,\n cha: 0.9,\n int: 0.9,\n };\n teamCount = 0;\n\n // Base Class for Contracts, Operations, and BlackOps\n constructor(params: IActionParams | null = null) {\n // | null = null\n if (params && params.name) this.name = params.name;\n\n if (params && params.baseDifficulty) this.baseDifficulty = addOffset(params.baseDifficulty, 10);\n if (params && params.difficultyFac) this.difficultyFac = params.difficultyFac;\n\n if (params && params.rewardFac) this.rewardFac = params.rewardFac;\n if (params && params.rankGain) this.rankGain = params.rankGain;\n if (params && params.rankLoss) this.rankLoss = params.rankLoss;\n if (params && params.hpLoss) this.hpLoss = params.hpLoss;\n\n if (params && params.isStealth) this.isStealth = params.isStealth;\n if (params && params.isKill) this.isKill = params.isKill;\n\n if (params && params.count) this.count = params.count;\n\n if (params && params.weights) this.weights = params.weights;\n if (params && params.decays) this.decays = params.decays;\n\n // Check to make sure weights are summed properly\n let sum = 0;\n for (const weight of Object.keys(this.weights)) {\n if (this.weights.hasOwnProperty(weight)) {\n sum += this.weights[weight];\n }\n }\n if (sum - 1 >= 10 * Number.EPSILON) {\n throw new Error(\n \"Invalid weights when constructing Action \" +\n this.name +\n \". The weights should sum up to 1. They sum up to :\" +\n 1,\n );\n }\n\n for (const decay of Object.keys(this.decays)) {\n if (this.decays.hasOwnProperty(decay)) {\n if (this.decays[decay] > 1) {\n throw new Error(`Invalid decays when constructing Action ${this.name}. Decay value cannot be greater than 1`);\n }\n }\n }\n }\n\n getDifficulty(): number {\n const difficulty = this.baseDifficulty * Math.pow(this.difficultyFac, this.level - 1);\n if (isNaN(difficulty)) {\n throw new Error(\"Calculated NaN in Action.getDifficulty()\");\n }\n return difficulty;\n }\n\n /**\n * Tests for success. Should be called when an action has completed\n * @param inst {Bladeburner} - Bladeburner instance\n */\n attempt(inst: Bladeburner, person: Person): boolean {\n return Math.random() < this.getSuccessChance(inst, person);\n }\n\n // To be implemented by subtypes\n getActionTimePenalty(): number {\n return 1;\n }\n\n getActionTime(inst: Bladeburner, person: Person): number {\n const difficulty = this.getDifficulty();\n let baseTime = difficulty / BladeburnerConstants.DifficultyToTimeFactor;\n const skillFac = inst.skillMultipliers.actionTime; // Always < 1\n\n const effAgility = person.skills.agility * inst.skillMultipliers.effAgi;\n const effDexterity = person.skills.dexterity * inst.skillMultipliers.effDex;\n const statFac =\n 0.5 *\n (Math.pow(effAgility, BladeburnerConstants.EffAgiExponentialFactor) +\n Math.pow(effDexterity, BladeburnerConstants.EffDexExponentialFactor) +\n effAgility / BladeburnerConstants.EffAgiLinearFactor +\n effDexterity / BladeburnerConstants.EffDexLinearFactor); // Always > 1\n\n baseTime = Math.max(1, (baseTime * skillFac) / statFac);\n\n return Math.ceil(baseTime * this.getActionTimePenalty());\n }\n\n // For actions that have teams. To be implemented by subtypes.\n // eslint-disable-next-line @typescript-eslint/no-unused-vars\n getTeamSuccessBonus(inst: Bladeburner): number {\n return 1;\n }\n\n // eslint-disable-next-line @typescript-eslint/no-unused-vars\n getActionTypeSkillSuccessBonus(inst: Bladeburner): number {\n return 1;\n }\n\n getChaosCompetencePenalty(inst: Bladeburner, params: ISuccessChanceParams): number {\n const city = inst.getCurrentCity();\n if (params.est) {\n return Math.pow(city.popEst / BladeburnerConstants.PopulationThreshold, BladeburnerConstants.PopulationExponent);\n } else {\n return Math.pow(city.pop / BladeburnerConstants.PopulationThreshold, BladeburnerConstants.PopulationExponent);\n }\n }\n\n getChaosDifficultyBonus(inst: Bladeburner /*, params: ISuccessChanceParams*/): number {\n const city = inst.getCurrentCity();\n if (city.chaos > BladeburnerConstants.ChaosThreshold) {\n const diff = 1 + (city.chaos - BladeburnerConstants.ChaosThreshold);\n const mult = Math.pow(diff, 0.5);\n return mult;\n }\n\n return 1;\n }\n\n getEstSuccessChance(inst: Bladeburner, person: Person): [number, number] {\n function clamp(x: number): number {\n return Math.max(0, Math.min(x, 1));\n }\n const est = this.getSuccessChance(inst, person, { est: true });\n const real = this.getSuccessChance(inst, person);\n const diff = Math.abs(real - est);\n let low = real - diff;\n let high = real + diff;\n const city = inst.getCurrentCity();\n const r = city.pop / city.popEst;\n if (r < 1) low *= r;\n else high *= r;\n return [clamp(low), clamp(high)];\n }\n\n /**\n * @inst - Bladeburner Object\n * @params - options:\n * est (bool): Get success chance estimate instead of real success chance\n */\n getSuccessChance(inst: Bladeburner, person: Person, params: ISuccessChanceParams = { est: false }): number {\n if (inst == null) {\n throw new Error(\"Invalid Bladeburner instance passed into Action.getSuccessChance\");\n }\n let difficulty = this.getDifficulty();\n let competence = 0;\n for (const stat of Object.keys(this.weights)) {\n if (this.weights.hasOwnProperty(stat)) {\n const playerStatLvl = person.queryStatFromString(stat);\n const key = \"eff\" + stat.charAt(0).toUpperCase() + stat.slice(1);\n let effMultiplier = inst.skillMultipliers[key];\n if (effMultiplier == null) {\n console.error(`Failed to find Bladeburner Skill multiplier for: ${stat}`);\n effMultiplier = 1;\n }\n competence += this.weights[stat] * Math.pow(effMultiplier * playerStatLvl, this.decays[stat]);\n }\n }\n competence *= Player.getIntelligenceBonus(0.75);\n competence *= inst.calculateStaminaPenalty();\n\n competence *= this.getTeamSuccessBonus(inst);\n\n competence *= this.getChaosCompetencePenalty(inst, params);\n difficulty *= this.getChaosDifficultyBonus(inst);\n\n if (this.name == \"Raid\" && inst.getCurrentCity().comms <= 0) {\n return 0;\n }\n\n // Factor skill multipliers into success chance\n competence *= inst.skillMultipliers.successChanceAll;\n competence *= this.getActionTypeSkillSuccessBonus(inst);\n if (this.isStealth) {\n competence *= inst.skillMultipliers.successChanceStealth;\n }\n if (this.isKill) {\n competence *= inst.skillMultipliers.successChanceKill;\n }\n\n // Augmentation multiplier\n competence *= Player.mults.bladeburner_success_chance;\n\n if (isNaN(competence)) {\n throw new Error(\"Competence calculated as NaN in Action.getSuccessChance()\");\n }\n return Math.min(1, competence / difficulty);\n }\n\n getSuccessesNeededForNextLevel(baseSuccessesPerLevel: number): number {\n return Math.ceil(0.5 * this.maxLevel * (2 * baseSuccessesPerLevel + (this.maxLevel - 1)));\n }\n\n setMaxLevel(baseSuccessesPerLevel: number): void {\n if (this.successes >= this.getSuccessesNeededForNextLevel(baseSuccessesPerLevel)) {\n ++this.maxLevel;\n }\n }\n\n toJSON(): IReviverValue {\n return Generic_toJSON(\"Action\", this);\n }\n\n static fromJSON(value: IReviverValue): Action {\n return Generic_fromJSON(Action, value.data);\n }\n}\n\nReviver.constructors.Action = Action;\n","import { Literatures } from \"./Literatures\";\nimport { dialogBoxCreate } from \"../ui/React/DialogBox\";\n\nexport function showLiterature(fn: string): void {\n const litObj = Literatures[fn];\n if (litObj == null) {\n return;\n }\n const txt = `${litObj.title}

${litObj.txt}`;\n dialogBoxCreate(txt, true);\n}\n","import { ITaskParams, ITerritory } from \"./ITaskParams\";\n\nexport class GangMemberTask {\n name: string;\n desc: string;\n\n isHacking: boolean;\n isCombat: boolean;\n\n baseRespect: number;\n baseWanted: number;\n baseMoney: number;\n\n hackWeight: number;\n strWeight: number;\n defWeight: number;\n dexWeight: number;\n agiWeight: number;\n chaWeight: number;\n\n difficulty: number;\n\n territory: ITerritory;\n\n // Defines tasks that Gang Members can work on\n constructor(name: string, desc: string, isHacking: boolean, isCombat: boolean, params: ITaskParams) {\n this.name = name;\n this.desc = desc;\n\n // Flags that describe whether this Task is applicable for Hacking/Combat gangs\n this.isHacking = isHacking;\n this.isCombat = isCombat;\n\n // Base gain rates for respect/wanted/money\n this.baseRespect = params.baseRespect ? params.baseRespect : 0;\n this.baseWanted = params.baseWanted ? params.baseWanted : 0;\n this.baseMoney = params.baseMoney ? params.baseMoney : 0;\n\n // Weighting for the effect that each stat has on the tasks effectiveness.\n // Weights must add up to 100\n this.hackWeight = params.hackWeight ? params.hackWeight : 0;\n this.strWeight = params.strWeight ? params.strWeight : 0;\n this.defWeight = params.defWeight ? params.defWeight : 0;\n this.dexWeight = params.dexWeight ? params.dexWeight : 0;\n this.agiWeight = params.agiWeight ? params.agiWeight : 0;\n this.chaWeight = params.chaWeight ? params.chaWeight : 0;\n\n if (\n Math.round(\n this.hackWeight + this.strWeight + this.defWeight + this.dexWeight + this.agiWeight + this.chaWeight,\n ) != 100\n ) {\n console.error(`GangMemberTask ${this.name} weights do not add up to 100`);\n }\n\n // 1 - 100\n this.difficulty = params.difficulty ? params.difficulty : 1;\n\n // Territory Factors. Exponential factors that dictate how territory affects gains\n // Formula: Territory Multiplier = (Territory * 100) ^ factor / 100\n // So factor should be > 1 if something should scale exponentially with territory\n // and should be < 1 if it should have diminishing returns\n this.territory = params.territory ? params.territory : { money: 1, respect: 1, wanted: 1 };\n }\n}\n","import { Reviver, Generic_toJSON, Generic_fromJSON, IReviverValue } from \"../utils/JSONReviver\";\nimport { Crime } from \"../Crime/Crime\";\nimport { CONSTANTS } from \"../Constants\";\nimport { determineCrimeSuccess } from \"../Crime/CrimeHelpers\";\nimport { Crimes } from \"../Crime/Crimes\";\nimport { Player } from \"../Player\";\nimport { dialogBoxCreate } from \"../ui/React/DialogBox\";\nimport { CrimeType } from \"../utils/WorkType\";\nimport { Work, WorkType } from \"./Work\";\nimport { scaleWorkStats, WorkStats } from \"./WorkStats\";\nimport { calculateCrimeWorkStats } from \"./formulas/Crime\";\n\nenum newCrimeType {\n SHOPLIFT = \"SHOPLIFT\",\n ROBSTORE = \"ROBSTORE\",\n MUG = \"MUG\",\n LARCENY = \"LARCENY\",\n DRUGS = \"DRUGS\",\n BONDFORGERY = \"BONDFORGERY\",\n TRAFFICKARMS = \"TRAFFICKARMS\",\n HOMICIDE = \"HOMICIDE\",\n GRANDTHEFTAUTO = \"GRANDTHEFTAUTO\",\n KIDNAP = \"KIDNAP\",\n ASSASSINATION = \"ASSASSINATION\",\n HEIST = \"HEIST\",\n}\n\nconst convertCrimeType = (crimeType: CrimeType): newCrimeType => {\n switch (crimeType) {\n case CrimeType.SHOPLIFT:\n return newCrimeType.SHOPLIFT;\n case CrimeType.ROB_STORE:\n return newCrimeType.ROBSTORE;\n case CrimeType.MUG:\n return newCrimeType.MUG;\n case CrimeType.LARCENY:\n return newCrimeType.LARCENY;\n case CrimeType.DRUGS:\n return newCrimeType.DRUGS;\n case CrimeType.BOND_FORGERY:\n return newCrimeType.BONDFORGERY;\n case CrimeType.TRAFFIC_ARMS:\n return newCrimeType.TRAFFICKARMS;\n case CrimeType.HOMICIDE:\n return newCrimeType.HOMICIDE;\n case CrimeType.GRAND_THEFT_AUTO:\n return newCrimeType.GRANDTHEFTAUTO;\n case CrimeType.KIDNAP:\n return newCrimeType.KIDNAP;\n case CrimeType.ASSASSINATION:\n return newCrimeType.ASSASSINATION;\n case CrimeType.HEIST:\n return newCrimeType.HEIST;\n }\n return newCrimeType.SHOPLIFT;\n};\n\ninterface CrimeWorkParams {\n crimeType: CrimeType;\n singularity: boolean;\n}\n\nexport const isCrimeWork = (w: Work | null): w is CrimeWork => w !== null && w.type === WorkType.CRIME;\n\nexport class CrimeWork extends Work {\n crimeType: CrimeType;\n unitCompleted: number;\n\n constructor(params?: CrimeWorkParams) {\n super(WorkType.CRIME, params?.singularity ?? true);\n this.crimeType = params?.crimeType ?? CrimeType.SHOPLIFT;\n this.unitCompleted = 0;\n }\n\n getCrime(): Crime {\n const crime = Object.values(Crimes).find((c) => c.type === this.crimeType);\n if (!crime) throw new Error(\"CrimeWork object constructed with invalid crime type\");\n return crime;\n }\n\n process(cycles = 1): boolean {\n this.cyclesWorked += cycles;\n const time = Object.values(Crimes).find((c) => c.type === this.crimeType)?.time ?? 0;\n this.unitCompleted += CONSTANTS._idleSpeed * cycles;\n while (this.unitCompleted >= time) {\n this.commit();\n this.unitCompleted -= time;\n }\n return false;\n }\n\n earnings(): WorkStats {\n return calculateCrimeWorkStats(this.getCrime());\n }\n\n commit(): void {\n const crime = this.getCrime();\n if (crime == null) {\n dialogBoxCreate(\n `ERR: Unrecognized crime type (${this.crimeType}). This is probably a bug please contact the developer`,\n );\n return;\n }\n const focusPenalty = Player.focusPenalty();\n // exp times 2 because were trying to maintain the same numbers as before the conversion\n // Technically the definition of Crimes should have the success numbers and failure should divide by 4\n let gains = scaleWorkStats(this.earnings(), focusPenalty, false);\n let karma = crime.karma;\n const success = determineCrimeSuccess(crime.type);\n if (success) {\n Player.gainMoney(gains.money, \"crime\");\n Player.numPeopleKilled += crime.kills;\n Player.gainIntelligenceExp(gains.intExp);\n } else {\n gains = scaleWorkStats(gains, 0.25);\n karma /= 4;\n }\n Player.gainHackingExp(gains.hackExp);\n Player.gainStrengthExp(gains.strExp);\n Player.gainDefenseExp(gains.defExp);\n Player.gainDexterityExp(gains.dexExp);\n Player.gainAgilityExp(gains.agiExp);\n Player.gainCharismaExp(gains.chaExp);\n Player.karma -= karma * focusPenalty;\n }\n\n finish(): void {\n /** nothing to do */\n }\n\n APICopy(): Record {\n return {\n type: this.type,\n cyclesWorked: this.cyclesWorked,\n crimeType: convertCrimeType(this.crimeType),\n };\n }\n\n /** Serialize the current object to a JSON save state. */\n toJSON(): IReviverValue {\n return Generic_toJSON(\"CrimeWork\", this);\n }\n\n /** Initializes a CrimeWork object from a JSON save state. */\n static fromJSON(value: IReviverValue): CrimeWork {\n return Generic_fromJSON(CrimeWork, value.data);\n }\n}\n\nReviver.constructors.CrimeWork = CrimeWork;\n","import { BitNodeMultipliers } from \"../../BitNode/BitNodeMultipliers\";\nimport { Crime } from \"src/Crime/Crime\";\nimport { newWorkStats, scaleWorkStats, WorkStats } from \"../WorkStats\";\nimport { Player } from \"../../Player\";\n\nexport const calculateCrimeWorkStats = (crime: Crime): WorkStats => {\n const gains = scaleWorkStats(\n newWorkStats({\n money: crime.money * Player.mults.crime_money,\n hackExp: crime.hacking_exp * 2 * Player.mults.hacking_exp,\n strExp: crime.strength_exp * 2 * Player.mults.strength_exp,\n defExp: crime.defense_exp * 2 * Player.mults.defense_exp,\n dexExp: crime.dexterity_exp * 2 * Player.mults.dexterity_exp,\n agiExp: crime.agility_exp * 2 * Player.mults.agility_exp,\n chaExp: crime.charisma_exp * 2 * Player.mults.charisma_exp,\n intExp: crime.intelligence_exp * 2,\n }),\n BitNodeMultipliers.CrimeExpGain,\n false,\n );\n gains.money *= BitNodeMultipliers.CrimeMoney;\n return gains;\n};\n","import React, { useEffect, useState } from \"react\";\nimport { EventEmitter } from \"../utils/EventEmitter\";\nimport { Modal } from \"./React/Modal\";\n\nconst frames = [\n \"ttftfffttttttttttfffffffttftt1ttttttt111tttt1111111tttt1tt111tttt111111tttt1ttttttttttttttt111111111\\nttfttttttttttttttttfLLLftfffffffffftttt111tt11111ttffffftttt1111111111111111ttttttfttttttttt111111t1\\nttttttttttttttttffffLfftffffffffLLffttttttftt111ttfffffftttttttt111111ttttttffffttfffttttttt111111tt\\nttttttttttttttttfffLfttffffffLLffffttttttttttt1tfffffffffftttttt111111tffffffffftttfffftttt11111ttt1\\nttttttttttttffLfttfffttfffffffffttfftttttt1t1tt11tfffffftttttt111t111111ttffffLLffttfffftt111111tttt\\nttttttttttffLLLLfttttffLLLfttttftfLftttttttffffttttffffttttfftt11t111tt111ttfffLffttfftttttt1111tttt\\nttttttttffLLLLLLLffttfLLffttfffftfLfttttttffttt11111ttttffffffftt1111tft11111ttffffttt11tfftt11ttttt\\ntttttttfffLLLLLLLLfftffttttffLffftfftttttft1i;;::::;iitffffffffftt111tft1tttt1ttffLfttttfffffttttttt\\ntttttttfffLLLLLLLLfttttffftffffftfttttttff1:,,,,,,,,::itfffffffft11111111ttttttttttt1tfffffffffffttt\\ntttffttffLLLLLLLLLfttfftffffffffLLLftttttt;::,:::;;;;::1tfffftfft11111ttt1ttt1tfttt11ttffffffffLfttt\\ntffffffffLLLLLLLffftfLfffttfLLffLLLfttttti;;;iii11111;:i11ttffft111111tfft11t11tt1tttttfffLLLLLLfttf\\ntfffffttttfLLLffttttfffffttLLLLfLLLftttfti:;;;iiiiiiii;it111tt111t1111tffttfftt11ttftttfffLLLLLLffff\\nttttfttttffffftttttttttttttfLLLffLLfttttt1;;;;;;iiiiii;1tft11tt1111111tfftfffftttttttttttfLLfffttfff\\ntfffffffffftttfffffffffttffttLLfffLfttttt11i;;;;iiiiiii1tt11tfftt11111ttt1fffttt1tttttttttfffftttttt\\nttffffffffftttfffffffffttffftffttftttttff1ii;;;;iii1iii111tt1ttttt1111t111ffttffttfffffLffttttffffff\\nttffffffffttttffffffffttttttttttffftttttft1ii;;;ii1iii111tfft11ttt111111t1tt1tfft1ttffffLLftttLLLLLL\\ntttffffffffttfffffffftttttttt11fffftttt1t111iiii;iiiii11ttffft11111111ttttttt1tt11ttffffLfftttfLLLLf\\ntttttttffffttfffttttttttffttt11tffttttttt11ttii;;;iiii11i1ffftt1111111tttt111tttt11ttttffffftffLLLff\\ntfttttttttttttttttttttfffftttt11tfftttttt111t1i;;;iiii1i,,:;i1111t1111ttt111t1tfftt11111ttfftffffftt\\nttttfffftttttttfffftttffffttffttttft111tt11111i;;;iiii1;,,....,:::;i11tt111tt11tffftttttttt1tttttttt\\nt11ttffffftttffffffttttfffttffttttft1111111111;;;;;;;it;,...........,:it111ttt1tffftttttfft11ttfffff\\ntt1ttfffftt1ttfffft111tffttfttttttt1111t1i;:;11i1i;;1t1:,,............,itt11tt1tfftt1tfffffft1tffLLf\\ntfttttfttttt11tttt1ttt11ttttttftt111111i:,..:1111iii11;,...............;tt111t11ttttttttffttt11ffLLf\\ntfftttttttfftttttttffftt111ttffftt11i;,.,...,iiii;;;;:,,...............:1ttt1111ttfffttttft1tt1ttfft\\nttttttttttttttt11ttttttttttfffffft1:,..........::::::,,,...............,1ttttt11ttfffffttttffftttttt\\ntfffttttffffftt11ttttttttttfffffft1:...........:;::;:..................,1tttttt1ttfffffttttttttftttf\\ntfffttttfffffft1ttftttfftttttffft11:...........,:::::..................,1tttft11tfffffffttfffffffttf\\ntfffttttffffff11tttttttttttttttttt1;...........,::::,...................;t1t1111tfffffLfttfffffffttf\\ntfffttttfftttt11tttttttt1tfftttttt1:...........,::::,...... ............,1111tt11fffffLftttffttffttf\\ntttttttttttttt11tttttttt1tffftttft1:...........,:::,,....................it1ttt11tfffffftttffttffttt\\nttttt1tttttttt11ttttttttttffttttttt:...........,::,,.....................:111tt11tttttttt1tttttttttt\\nttttt1tttttttt11tftttttftttttttttt1;,:;:.......,:,,,....................,,1111t11ttttttt11ttttttfttt\\n1tttt1ttfffttt11ttffffffttttfffft11ii1i:.......,:,,,.....................,1tt1111ttttttt111tttttfttt\\n1ttt11tttttttt11tttttttttttttttttti;;;;:.......,:,,,....... .............,itt1111tttt11t111ttttttt1t\\n111111tttttttt11111111ttttttttttt1i;;;;:.......,:,,,......................itt11111111111111111111111\\n1111111111111111111111ttttttttttt1;;;;;:...... ,:,,,,.....................itt11t11111111111111111111\\n1111111111111111111111tttttttttt1;:,::;,...... ,:...,.....................ittttt11111111111111111111\\n111111111111111111111111tttttttt1i,..... .... .:........................,i1tttt11111111111111111111\\n1111111111111111111111111t11t11111;,....,,.... ,:::,,,...................,11ttttt11t1111111t11111111\\n11111111111111111111111111111111111iiiiii. ... .::::::,..................,11t1ttt111t11111tttttt1111\\n1111111111111111111111111111111111111111:.,.....::::::,..................:111tttttt1tttt11tttttt1111\\n1111111111111111111111111111111111111111:::,...,::::;::,..,,.............:11tt1ttttttttttttttttt1111\\n\",\n \"ttftfffttttttttttffffffftfftttttttttt111tttt1111111ttttttt111tttt111111tttttttttttttttttttt11111111t\\nttfttttttttttttttftfLLLftfffffffffftt11111tt11111ttffffttttt1111111111111111ttttttfttttttttt111111tt\\nttftttttttttttttffffLftttfffffffLLLfttttttftt111ttfffffftttttttt111111tttttffffftfffftttttt1111111tt\\nttttttttttttttttfffLLttffffffLLffffttttttttttt1tffffffffffttttttt11111tffffffffftttfffffttt1111ttttt\\nttttttttttttffffttfffttfffffffffttfftttttt1tttt1ttftfffftt1ttt111t111111ttffffLLffttfffft1111111tttt\\nttttttttttffLLLLfttttffLLLfttttttfLftttttttfft11i;;:;;i11ttfftt11t111tt111tttffffftttttttttt111ttttt\\nttttttttffLLLLLLLffttfLLLfttfffftfLLttttttfff1;,,,,,,,,:;tffffft11111tft11111ttffffttt11tffftt1ttttt\\ntttttttfffLLLLLLLLfftffttttffLffftfftttttfft1;:,,,,,::::,;tffftttt111tft1tttt1ttffLfttttfffffftttttt\\ntttttttffLLLLLLLLLfttttffftffffftfftttttfffti:;;;iiii11i;:tffffft11111111ttftttttttt1ttffffffffffttt\\ntttffttffLLLLLLLLLftffftfLftfftfLLLftttttfft::i;iiiiii11i:1ffftft11111ttt1ttt1ttttt11ttfffffLLfLfttt\\nttfLfffffLLLLLLLLfftfLLfffffLfffLLLfttttt1tt;:;;;;;iiiiiii1tffft11111tffft11t11tt1tttttfffLLLLLLffff\\ntffftfttttfLLLffttttfffffttLLLLfLLLftttft111i;;;;;;iiiiii111tt111t1111tffttfftt11tfft1tfffLLLLLLLffL\\ntttfftttttffLftttttttttttttfLfLffLLfttttttt1iii;;;;;ii11i1t11t11111111tffttfffttttttt11ttfLLLLffftff\\nttfLffffffftttfffffffffttfftfLLfffLftttttfft1ii;;;;iii1i1tt1tfftt11111ttt1tffttt1ttt1tttttffffttffft\\nttffffffffftttffffffffttfffftffffftttttfffft111;;;;iiii1111t1ttttt1111tt11ffttfftttfffffLfttttfffffL\\nttffffffffttttffffffffttttttttttffftttttttt11ttii;iiiiii11tft11ttt111111t11t1tfft1tfffffLLftttLLLLLL\\n1ttffffffffttfffffffftttttttt11ffffttttt1111tftiii;;iiii1;,;1111111111tttt11111111ttffffLfftttffLLLf\\nttttttttfffttfffttttttttffttt11tffftttttt11ttf1;;;i;iiii1:,,.,,::;ii11tttt111tttt11ttffffffftffLLLff\\ntfttttttttttttttttttttfffftttt11tfftttttt111tt1;;;i;;ii1t:,,........,:;1t111t1tfftt11111ttfftffffftt\\ntftttffffttttttfftftttffffttffttttftt11tt111i;;;;;;;;;it1,,............,;11tt11tffffttttttt1tttttttt\\ntttttffffftttfffffft1ttffftfffttttft111111;:,.;iii;;;i11,.,.............,1tttt1tffftttttfft111tfffff\\n1tttffffftt1ttfffftt11tffttfttttttt1111i;,....,1iii;ii;,................,111tt1tfft11tffffftt1tLffLf\\ntftttfftt1ttt1tttt1tttt1ttttttttt1111;:,.......i1;;;:::.................,it11t11ttttttttffftt11fffLf\\ntfftttttttfftt1111ttfftt11ttfffftt1ti..........:i;::;:,..................ittt111t1tffttttft1tt1tffft\\nttttttttttttttt11tttttttt1tffffffftti,.........,::::::,..................itttt11ttffffftttttfftttttt\\ntfffttttfffffft11ttttttttttffffffft1i,.........,:,:::,...................,1tttt11tfffffttttttttffttf\\ntfffttttfffffft11tftttfftttttffft1111:.........,:,:::,....................;tt111tfffffffttfffffffttf\\ntfffttttfffffft1tttttttftttttttttt111;.........,:,::,,....................,111111fffffLfttfffffffttf\\ntffftttttttffft11tttttttttffttttfft11i.........,:.:,,......................:1tt11fffffLftttffttffttf\\ntttttttttttttt111ttttttt1tffftttfft111:....... ,:.:,,.......................1tt11tfffffftttffftffttt\\nttttt1tttttttt11ttttttttttfttttttft111i,...... ,:,,,,......................,itt11ttttttt11ttttttfttt\\nttttt1tttttttt11tfttttfftttttffttt1111i,...... ,:.,,,......................:11111ttttttt11ttttttfttt\\n1tttt1ttftfttt11tfffffffttttfffft11111,....... ,,.,,....... ...............it1111ttttttt111tttttfttt\\n1tttt1tttttttt11ttttttttttttttttt1111;,....... ,,.,,......................:tt11111ttt11t111ttttttt1t\\n11t111tttttttt111t1111tttttttttt1iiii:,,...... ,,.........................;t111111111111111111111111\\n111111111tt11111111111ttttttttt1;;iiii:....... ,,............ ...........;tttt1111111111111111111111\\n1111111111111111111111ttttttttt1;;;iii;... ....,::::,....,:::,,.........;1ttttt111111111111111111111\\n111111111111111111111111tttttttt1i;;ii: .,....,:::::... .;;;;;:,.....,;1ttttttttt111111111111111111\\n1111111111111111111111111tt1111111i,,.,:;i: ...,:::::.....:;;;;;:.....,1ttttttttt11t1111111t11111111\\n11111111111111111111111111111111111:.:1tti,....,:::::.... ,;;;;;;,.....ittttttttt111t11111ttttt11111\\n1111111111111111111111111111111111111ttt;,,....,:::::,... .,;;;;:,.,,..:ttttttttttt1tttt11tttttt1111\\n11111111111111111111111111111111111111t1,,,....:;;::::,.....:;;;:......,1ttttttttttttttttttttttt1111\\n\",\n \"ttftffftttttttttffffffLftfftttttttttt111tttt1111111tttt1tt111tttt111111tttttttttttttttttttt11111111t\\nttfttttttttttttttfffLLLftfffffffffttt11111tt11111ttfffft1ttt1111111111111111tttttffttttttttt111111tt\\nttftttttttttttttffffLffttfffffffLLLfttttttfttt11tffffffftttttttt111111tttttffffftfffftttttt1111111tt\\nttttttttttttttttfffLLttffffffLLffffttttttttttt1ttt1iiiii1tttttttt11111tffffffffftttfffffttt1111t1tt1\\nttttttttttttffffttffftffffffffffttffttttt11tttt1i::,,,,,,:;111111t111111ttffffLLffttfLfftt11111ttttt\\nttttttttttffLLLLfttttffLLLfftttttfLftttttttfft1i;,,,,,,,,,:;ttt11t111tt111tttffffftttftttttt111ttttt\\nttttttttffLLLLLLLffttfLLLfttfffftfLLtttttffffti;::;;;;;iii::1ftt11111tft11111ttffffttt11tffftt1ttttt\\ntttttttfffLLLLLLLLLftffttttffLffftffttttffffft;:;iiii11111i:iftttt111ttt1tttt11tffLfttttfffffttttttt\\ntttttttffLLLLLLLLLfttttffftffLLftfftttttffffft;:;;;;;iiiiii;1fftt11111111ttftttttttt1ttffffffffffttt\\ntttfftfffLLLLLLLLLftffftfLftffffLLLftttttffffti;;;;;;;ii;iiitffft11111ttt1ttt1tfttt11ttfffffLLfLfttt\\nttfLfffffLLLLLLLLffffLLfffffLfffLLLLtttttttff1iii;;i;;iii111tfft111111ffft11t11tt1tttttfffLLLLLLffff\\ntffftftttffLLLffttttfffffttLLLLfLLLffttftt11t1iii;;;;;iiiii1tt111t1111tffttfftt11tfft1tfffLLLLLLLfff\\nttffftttttffLftttttttttttttfLLLffLLftttttttft111i;;;;iiii1111111111111tffttfffttttttt11ttfLLffffftff\\nttfLffffffftttfffffffffttfttfLLfffLftttttfffft11i;;;;iiii1t1ttttt11111ttt1tffttt11ttttttttfffftfttft\\nttffffffffftttffffffffttfffftffffftttttfffft11t1i;;;;;iii1ii1ttttt1111t111ffttfft1tfffffLfttttfffffL\\nttffffffffttttffffffffttttttttttffftttttttt11tft1i;;;;iii1i,:;i1ttt11111t11t1tfft1ttffffLLfttfLLLLLL\\ntttffffffffttfffffffftttttttt11ffffttttt1111tfti;ii;;iiii1;,,...,:;ii1tttt1111tt11ttffffffftttffLLLf\\nttttttttfffttfffttttttttffttt11tffftttttt11t1iii;;ii;;;i1t:,.........,:;1t111ttt111ttffffffftffLLLLf\\ntfttttttttttttttttttttfffftttt11tfftt11tt1i:,.:;;;i;;;itti,,............,;1111ttttt11111ttfftffffftt\\ntfttfffftttttttfffftttffffttffttttft1111i:....,;;;ii;i11;.,,.............:1tt1ttffffttttttt1ttttttft\\ntttttffffftttffftffttttffftfffttttft1i:,.......:;;;;;;;:,................:tttt1tffftttttfft11ttfffff\\n1t1tffffftt1ttfffftt11tffttftttttttt1,.........,ii;;;;;,.................:11tt1tfft11tfffffft1fLLfLf\\ntftttfftt1ttt1tftt1ttt11ttttttttt111i,.........,11;:;;:,.................,1t1t11ttttttttfftt111fffLf\\ntfftttttttffttt111ttfftt11ttffffftt11,.........,i;::::,..................,1tt11111ffft1ttt11tt1tffft\\nttttttttttttttt11tttttttt1tffffffft11;..........::::::,...................;tt1111tfffftttttffftttttt\\ntfffttttfffffft11ttttttttttffffffft11:..........:::::,..,;:,...............ittt1tttttffttttttttffttf\\ntfffttttfffffft11tftttffttttfffft1111:..........:::::,..;1i;:,..............1t11tfffffffttfffffffttf\\ntfffttttfffffft1tttttttftttttttttt111;..........::,:,...;ii;;;,.............:1111tffffLfttfffffffttf\\ntffftttttttfft11ttttttttttfftttttft11i,.........::,,,...;;;;;i:..............;111tffffLfttfffttffttf\\ntttttttttttttt111tttttttttffftttfft11i,.........::,,,...;;;;;i:..............:111tfffffftttffttffttt\\ntttttttttttttt11ttttttttttfftttttft111:.........:,,,....::;;;;:.............,1t11ttttttt11tttttffttt\\nttttt1tttttttt11tfttttfftttttfftttt111:.........:,,,......,::::..,.........,i1111ttttttt11ttttttfttt\\n1tttt1ttfttttt11tfffffffttttfffft1111i:,........:,,,..... .......,,...... .it1111ttttttt111tttttft1t\\n1tttt1tttttttt11ttttttttttttttttt1iiii;,........:........... ...........:itt11111ttt1t1111ttttttt1t\\n111111tttttttt111tt111tttttttttti;;;iii:... ....:,,...................:i1tttt11111111111111111111111\\n111111111tt11111111111tttttttttt1;;;;;;;. .,....::::..................:1tttttt1111111111111111111111\\n1111111111111111111111ttttttttttt1i;;::..:;1,...::::...................;ttttttt111111111111111111111\\n1111111111111111111111111tttttttt111i,.,it1;....::::,..................,1ttttttttt111111111111111111\\n1111111111111111111111111tttt11111111ii1t1i:...,::::,........,..........itttttttt11t1111111tt1t11111\\n11111111111111111111111111111111111111tt1;:....::::;:.......,...........:1ttttttt111t11111ttttt11111\\n111111111111111111111111111111111111111ti,,....:;:;::,..................,ittttttttt1tttt11tttttt1111\\n111111111111111111111111111111111111111t:,:.,.:;;;;:::,..................;111t1ttttttttttttttttt1111\\n\",\n \"ttftffftttttttttffffffLftfftttttttttt111tttt1111111tttt11t111tttt111111tttttttttttttttttttt11111111t\\nttfttttttttttttttfffLLLftfffffffffttttt1111t11111ttffffftttt1111111111111111tttttfftttttttt1111111tt\\nttftttttttttttttffffLffttffffffffLLfttttttfttt11ttt1iiii;i11tttt111111tttttffffftffffttttttt111111tt\\nttttttttttttttttfffLLttffffffLLffffttttttttttt1tt1::,,,,,,:;1ttt111111tfftfffffftttfffffttt1111t1tt1\\nttttttttttttffffttffftffffffffffttfftttttt1ttt11i;:,,,,,,,,,:1111t1111111tffffLLffttfLfftt11111ttttt\\nttttttttttffLLLLfttttffLLLfftttttfLftttttttffft1;:::;;;;;;;::it11t111tt111tttffffftttfttttt1111ttttt\\nttttttttffLLLLLLLffttfLLLfttfffftfLLtttttfffffti:;;ii111111i:itt11111tft11111ttffffttt1ttffftt1ttttt\\ntttttttfffLLLLLLLLLftffftttffLffftffttttfffffft;:;;;;;iiiiii;ittt1111ttt1tttt11tffLfttttfffffftttttt\\ntttttttffLLLLLLLLLfttttffftffLLftfftttttffffffti;;;;;;;ii;iiitttt11111111ttftttttttt1ttffffffffffttt\\ntttfftfffLLLLLLLLLftffftfLftffffLLLftttttfffff1iii;;i;;i1i1i1tttt11111ttt1ttt1tfttt111tfffffLLfLfttt\\nttfLffffffLLLLLLLffffLLfffffLfffLLLftttttttfft1i;;;;;;;iiiiitfft111111ffft11t11tt1tttttffffLLLLLffft\\ntffftfttttfLLLffttttffffftfLLLLfLLLftttftt1111111i;;;;iiii111t111t1111tffttfftt11tfft1tffLLLLLLLLfff\\nttffftttttffLftttttttttttttfLLLffLLftttt1tttt11tti;;;iiiii111111111111tffttffftttttttt1ttfLLLfffffff\\nttfLffffffftttfffffffffttfttfLLfffLftttttffft1111i;;;;;ii111tfttt11111ttt1tffttt11ttttttttfLfftfttft\\nttffffffffftttfffffffffttffftffffftttttfffft11t11i;;;;iii1i:;1ttft11111111ffttfftttfffffLfttttfffffL\\nttffffffffttttffffffffttttttttttffftttttft111tttiii;;iiii1;,,,:;i1111111111t1tfft1ttffffLLftttfLLLLL\\ntttffffffffttffffffffttttttttttfffftttt1111i;:;iiii;;;i;11:,,.....,:;i1tft1111tt111tffffLfftttffLLLf\\nttttttttfffttfffttttttttfftt111tfffttt11i;,,..:i;;;i;ii1t1,,..........,:i1111ttt1111tffffffftffLLLLf\\ntfttttttttttttttttttttffffttttt1tffti;:,,.....,;;;iiii1ti,,,.............;1111ttttt11111ttfftffffftt\\ntttttffffttttttfffftttffffttffttttf1:.........,;:;;;;;;;,.,,,............:1tt1ttffff11ttttt1ttttttft\\ntttttffffftttffftfft1ttffftfffttttf1,..........,;;;;;;;:.:ii;;:,.........:tttt1tfffttttffft111tfffff\\n1tttffffftt1ttfffftt11tffttfttttt1t1,...........ii;;;::,,;i;;ii:.........:tttt1tfft11tfffffft1fLLfLf\\ntftttffttttt11tftt1tttt1ttttttttt11i,..........,1i;;::,.:i;;;;i:.........,1t1t11ttttttttfftt111fffLf\\ntfftttttttffttt11tttffttt1tttffft11i,..........,ii;:::,.,:;;iii:..........it111111tfft1ttt11tt1tffft\\nttttttttttttttt11tttttttt1tfffffftti,...........:::::,....:;;ii:..........:tt111ttfffftttttffftttttt\\ntfffttttfffffft11ttttttttttfffffft1i,...........:::::,.....,:;;:.... ......,1t111ttttffttttttttffttf\\ntfffttttfffffft11tftttffttttfffft111:...........:::::,........,..,..........,1111tffffffttfffffffttf\\ntfffttttfffffft1tttttttftttttttttt11:...........::,:,........ ...:;,.........:111tffffLfttfffttffttf\\ntffftttttttfft11ttttttttttffttttttti,...........:::,,.............,...........,i1tffffLfttfffttffttf\\ntttttttttttttt111tttttttttffftttfft;,:;:........:::,.............. ...........:11tfffffftttffttffttt\\ntttttttttttttt11ttttttttttfftttttftii1i;:.......:::,.......... ..............:t111tttttt11tttttffttt\\nttttt1tttttttt11tfttttfftttttffttt1ii;ii;,......::,,........................:1111ttttttt11ttttttfttt\\n1tttt1ttfttttt11tfffffffttttfffft11i;;ii;,......:,,,..........:........ .;t1111ttttttt111tttttft1t\\n1tttt1tttttttt11tttttttttttttttttt11;:;i:,,.....:,.................. .;i;;1tt1111tttt1t1111ttttttt1t\\n111111tttttttt111t111ttttttttttttt11i:,,:1;....,::....................:1ttttt11111111111111111111111\\n111111111tt1111111111tttttttttttttt11i;;1t:....:::::...................;tttttttt11111111111111111111\\n1111111111111111111111ttttttttttttt111ttt1,,,.,:::::,..................,1ttttttt11111111111111111111\\n111111111111111111111111tttttttttt1111111i,::.,;::;:,...................;ttttttttt111111111111111111\\n1111111111111111111111111ttttttt11111111t;.,,.,;;;;;,...................,1ttttttt11t1111111tttt11111\\n111111111111111111111111111111111111111t1:..,,:;;;;;:,...................;ttttttt111t11111ttttt11111\\n111111111111111111111111111111111111111ti,,,::;;;;;;;:,..................,1tttttttt1tttt11tttttt1111\\n111111111111111111111111111111111111111t;,,::,;;;ii;;::,..................it1tttttttttttttttttt11111\\n\",\n \"ttftffftttttttttffffffLftfftttttttttt111tttt1111111tttt111111tttt1111111ttttttttttttttttttt11111111t\\nttfttttttttttttttfffLLLftfffffffffttttt111tt11111ttffffftttt1111111111111111tttttfftttttttt1111111tt\\nttftttttttttttttffffLffttfffffffLLLftttttttttt11ttt1iiii;i11tttt111111ttttttfffftffffttttttt111111t1\\nttttttttttttttttfffLLttffffffLLffffttttttttttt1ttt;:,,,,,,,:itttt11111tfftfffffftttfffffttt1111t1ttt\\nttttttttttttffffttffftffffffffffttfftttttt1tttt11i:,,,,,,,,,:i111t1111111tffffLLffttfLfft111111ttttt\\nttttttttttffLLLLfttttffLLLfftttttfLftttttttffft1;::;;;;;;;;;,;t111111tt111tttffffftttftt1tt1111ttttt\\nttttttttffLLLLLLLffttfLLffttfffftfLLtttttffffff1,:iiii111111;:tt11111tft11111ttffffttt11tffft11ttttt\\ntttttttfffLLLLLLLLLftffftttffLffftffttttfffffffi:;;;;;iiiii1;;ttt1111ttt1tttt11tffLfttttfffffftttttt\\ntttttttffLLLLLLLLLfttttffftffLLftfftttttfffffff1;;;;;;;ii;;ii1ttt11111111ttftttttttt1ttffffffffffttt\\ntttfftfffLLLLLLLLLffffftfLftffffLLLftttttfffff1iiiiii;;iiii1itttt11111ttt1ttt11tttt11ttfffffLLfLfttt\\ntffLLffffLLLLLLLLffffLLftffLLLffLLLftttttttffftiii;;;;;ii1ii1tft111111ffft11t11tt1tttttffffLLLLLffft\\ntfffffttftfLLLffttttfffffttLLLLfLLLftttft111tt111i;;;;iiiii1tt111t1111tffttfftt11tfft1tffLLLLLLLLfff\\nttttfttfffffLftttttttttttttfLLLffLLftttt1tttt11tti;;;iiiii111t11111111tffttffftttttttt1ttfLLLfffffff\\nttffffffffftttfffffffffttfftfLLfffLftttttffft11t1i;;;;;iii11ttttt11111ttt1tffttt11ttttttttfLfftftttt\\nttffffffffftttfffffffffttffftffftftttttffft111t11i;;;;iii1ii11tttt1111tt11ffttfftttfffffLfttttffffff\\nttffffffffttttffffffffttttttttttffftttttttt11111iii;;iiii1;,:;1tttt11111t11t1tfft1ttffffLLftttfLLLLL\\ntttffffffffttffffffffttttttttt1tffftttt11i;:,:i;;i;;;;;i11,,..,,:;i111tttt1111tt11ttffffLfftttffLLLf\\nttttttttfffttfffttttttttffttt11ttff1ii;:,....,;::;i;;i11ti,,.......,:;ittt111ttt1111ttffffffttfLLLLf\\ntfttttttttttttttttttttfffftttt11tff;,,........;;;;iii1tti,,,,:;;::,....,i11111ttttt11111ttfftffffftt\\ntfttfffffttttttfffft1tffffttfft1ttt:..........:;;;;;;;i;...,;i;iii:.....,i1tt1ttffff11ttt1t1ttttttft\\nttttfffffftttfffffft11tffftffftttti,..........,:;;;;;;;,...,;;iiii,......;tttt1tffftttttftt111tfffff\\n1tttffffftt1ttfffftt111ffttft11tt1;,...........;i;;;;;:,.....:;iii,......;tttt1tfft11tffffftt1fLLfLf\\ntttttffttttt11tftt1tttt1tttt1tttti,............;1;::;;,......,;iii,......;t11t11ttttttttfftt111fffLf\\ntfftttttttffttt111ttfftt111ttfffti.............;i;::::,.......,;;;,......;ttt11111tfft1tttt1tt1tffft\\nttttttttttttttt11ttttttt11tffffffi,............,::;:::,..........,.......:ttt1111tfffftt1tttfftttttt\\ntfffttttfffffft11tttttttttttffffti,............,:::::,..............,....,ittt11ttttttft1ttttttffttf\\ntfffttttfffffft11tffttff11t1tfff1;...... ....,.,:::::,.....................;11111tffffffttfffffffttf\\ntfffttttfffffft1tttttttfttttttti:,......:iiii;,,:::,:.......................,;111tffffffttfffttffttf\\ntffftttttttfft11ttftttttttfftti,,::,.,:;1i;;;;.,::::,.........................,i1tffffLfttfffttffttf\\ntttttttttttttt111ttttttt1ttfft1:::,,,:,:;;;;i:.,:::,,..........................;1tfffffftttffttffttt\\nttttt1tttttttt11ttttttttttfttt1;,...,...:;;;:, ,:::,..........................;11ttttttt11ttttttfttt\\nttttt1tttttttt11tfttttfftttttfti,..,....,,,....,:::,.........................:111ttttttt11ttttttfttt\\n1tttt1ttfttttt11tfffffffttttffft1;::::,,.......,:,:,.................. .:1111ttttttt111tttttfttt\\n1tttt1tttttttt11ttttttttttttttttttt11111:......,:,,,..................,::,:1tt1111ttt1t1111ttttttt1t\\n111111tttttttt111t1111tttttttttttt111111:......,,.....................,1tttttt1111111111111111111111\\n1111111111t11111111111ttttttttttttt11111:......,:,,....................:1t1ttttt11111111111111111111\\n1111111111111111111111ttttttttttttt1111t:......,;;::....................:1ttttttt1111111111111111111\\n111111111111111111111111ttttttttt1111111:......,::::,...................,itttttt11111111111111111111\\n111111111111111111111111111tttt111111111:......,;;::,....................:1ttttttt1tt11111ttttt11111\\n1111111111111111111111111111111111111111:......:;;;::,...................,ittttttt11t11111ttttt11111\\n11111111111111111111111111111111111111t1:......:;i;;::,...................:11tttttt1tttt11ttttt11111\\n1111111111111111111111111111111111111111,......:;;;;;::,..................,1tttttttttttttttttttt1111\\n\",\n \"ttftfffttttttttttfffffLftfftttttttttt111tttt1111111tttt111111ttttt11111tttttttttttttttttttt11111111t\\nttfttttttttttttttfffLLLftffffffffftttttt111111111ttfffftt1tt1111111111111111ttttttftttttttt1111111tt\\nttftttttttttttttffffLftttfffffffLLLft1tttttft111tfftttfttttttttt111111ttttttfffftffffttttttt11111tt1\\nttttttttttttttttfffLfttffffffLLffffttttttttttt1ttti;;;;::;i1tttt111111tffffffffftttfffffttt11111ttt1\\ntttttttttttfffffttffftffffffffffttfftttttt1ttt111i,,,,,,,,,;11111t1111111tffffLLffttfLfft111111ttttt\\nttttttttttffLLLLfttttffLLLfftttttfLftttttttffft1i::,,,,,,,,,:1t11t111tt1111ttffffftttftt1tt1111ttttt\\nttttttttffLLLLLLLffttfLLLfttfLfftfLLtttttfffffti:;;iiiiiiii::1tt11111tftt1111ttffffttt11tffft11ttttt\\ntttttttfffLLLLLLLLLftffftttffLffftfftttttffffft::;;iii1i111i:1ttt1111ttt1tttt11tffLfttttfffffftttttt\\ntttttttffLLLLLLLLLfttttffftffLfftfftttttfffffft;;;;;;;iiiiii;tttt11111111ttftttttttt11tffffffffffttt\\ntttfftfffLLLLLLLLLfttfftfLfffffffLLftttttfffft1ii;;;;;iiiiiitfttt11111ttt1ttt11tttt11ttfffffLLfLfttt\\nttfLLfffffLLLLLLLfftfLLftfffLLffLLLftttttttfftiii;;i;;ii111itfft111111tfft11t11tt1tttttfffLLLLLLLfff\\ntfffffttftfLLLffttttffffftfLLLLfLLLftttft111tt1iii;;;;iiiii1tt111tt111tffttfftt11tfftttffLLLLLLLLfff\\nttttfttffttffftttttttttttttfLLLffLLftttt1tttt11t1i;;;iiii1111t11111111tffttffftttttttt1ttfLLLfffffff\\nttfLffffffftttfffffffffttftttfLfffLftttttfffft11i;;;;iiii111tfttt11111ttt1fffttt1ttt1tttttfLLffftttt\\nttffffffffftttfffffffffttfftttfttttttttffft11111i;;;;;iii1tt11tttt1111t111ffttffttfffffLLfttttfLffff\\nttffffffffttttffffffffttttttttttffftt11ttt1111t1i;;;iii1i1itt11ttt111111t11t1ttft1ttffffLLftttfLLLLL\\ntttffffffffttfffffffftttttt1111tffftttt11i;::i1iii;;;iii1i,:;i11t11111tttt1111tt11ttffffLfftttffLLLf\\nttttttttfffttfffttttttttffttt11ttft1ii;:,....;i;;;ii;;i1t:,...,:;i1111tttt111ttt1111tttffffftfLLLLLf\\ntfttttttttttttttttttttfffftttt11t1:,,........ii:;;iii1tt1,,,......,,;i1tt11111ttttt11111ttfftffffftt\\ntfttfffffttttttfffft1tffffttfft11;,..........:;::;ii11t1:,,,...,,:,...,it11tt11tffffttttttt1ttttffft\\nttttfffffftttfffffft11tfffttfttt1,....,,......,:;;;;;;i,.......:iii;;,.,1t1ttt1tffftttttfftt11tfffff\\n1tttffffftt1ttfffft1111tfttft11ti,.............;i;;;;;:........:iiiii:..it11tt1tfftt1tfffffft1fLffLf\\ntttttffttttt11tttt1tttt1tttt1tt;,..............i1;;;;;,........,;iii;,..it111t11ttttttttfftt111fffLf\\ntfftttttttfftt1111ttfft11111tft:...............;i;;;;:,.........:;ii:..,ittt111111tfftttttt1tt1tffft\\nttttttttttttttt11ttttttt11ttff1,...............,::::::......... ,;ii:...itttt111ttffffft1tttfttttttt\\ntfffttttffftttt11ttttttt111tft;,........... ..,:;:::,...........,:;:...;ttttt11ttfffffttttttttffttf\\ntfffttttfffffft11ttttttf11111;:,..... .....,:::::::::...............,...:1ttt1111fffffffttfffffffttf\\ntfffttttfffffft11ttttttt11ti,,...........,:;i;;;:::::..................,.:tt11111tffffffttfffffffttf\\ntffftttttttfff111ttttttt111,.,,,,...,,..,;;;;;i;:,::,....................,;i1t111tffffLfttfffftffttt\\ntttttttttttttt111ttttttt11t:.......,....,:;;;;;:::,:,.......................:1t11tfffffftttffttffttt\\nttttt11ttttttt11tttttttt11t1,............,,,...,::::.........................:111ttttttt11ttttttfttt\\nttttt1tttttttt11ttttttfft1t1:,............ .. ,:::,........................,i111ttttttt11ttttttfttt\\n1tttt1ttfttttt11tfftttfftttttt1;::,,::.........,:,,,........................i1111ttttttt111tttttfttt\\n1ttt11tttttttt11tttttttttttttttttt111i.........,::,,................. . .;t11111ttt1tt111ttttttt1t\\n11t111tttt1tt111111111tttttttttttt111i,........,:,,...................,..,itttt111111111111111111111\\n1111111111111111111111tttttttttttt111i,....... ,:....................i111ttttttt11111111111111111111\\n1111111111111111111111ttttttttttt1111i,....... ,:,::,................,i1t11tttttt1t11111111111111111\\n111111111111111111111111tttttttt11111i,........,::;:,..................;1ttttttt11111111111111111111\\n1111111111111111111111111tttt11111111i........ ,,:::,..................,1ttttttttttt1111111tt1t11111\\n1111111111111111111111111111111111111i,........,,:::,...................it111ttttt11t11111ttttt11111\\n111111111111111111111111111111111111t1,........,,,:::,..................,1t1ttttttt1tttt11ttttt11111\\n11111111111111111111111111111111111111,........,,,;;::,..................i111ttttttttttttttttttt1111\\n\",\n \"ttftffftttttttffffffffLfttftttttttttt111tttt1111111tttt111111tttt1111111ttttttttttttttttttt11111111t\\nttfttttttttttttttftfLLLftffftffffftttttt111111111ttfffftt1tt1111111111111111ttftttftttttttt1111111tt\\nttftttttttttttttffffLftttfffffffLLLft11tttfft111tfffffffttt1ttttt11111ttttttfffftffffttttttt11111tt1\\nttttttttttttttttfffffttffffffLLffffttt1ttttttt1tt111ii11tft1ttttt11111tfftfffffftttfffffttt11111ttt1\\nttttttttttttffffttfffttfffffffffttffftttt111ttt1:,,,,,,,:i1111111t111111ttffffLLffttfLfft111111ttttt\\nttttttttttffLLLLfttttffLLLfftttttfLLfttttttftt1;:,,,,,,,,,;1tt111t1111t111tttffffftttftt1ttt111ttttt\\nttttttttffLLLLLLLffttfLLLfttfffftfLLfttttffft1i;;;;;;;;;;::1tttt11111ttt11111ttffffttt11tffft11ttttt\\ntttttttfffLLLLLLLLLftffftttffLLfftfftttttffffi:;iii111111i:ittttt1111ttt1tttt11tfLLfttttfffffftttttt\\ntttttttffLLLLLLLLLfttttffftffLfftfftttttfffff;:;;;;iiiiiii:ittttt11111111ttttttttttt11tffffffffffttt\\ntttffftffLLLLLLLLLfttfftfLftfffffLLftttttffff1i;;;;;ii;iiiittttft11111ttt1ttt1ttttt11ttfffffLLfLfttt\\nttfLLfffffLLLLLLLfftfLLftfffLfffLLLftttttttf1i1i;i;;iiii1i1tffft111111tfft11t11tt1tttttfffLLLLLLffff\\ntfffffttttfLLLffttttfffffttLLLLfLLLftttft1111iii;;;;ii1i1i11tt111t1111tffttfftt11tfftttfffLLLLLLLfff\\ntttffttfftffLftttttttttttttfLLLffLLfttttttttt11i;;;;iiii11t11111111111tffttfffttttttt11ttfLLLfffffff\\nttfLffffffftttfffffffffttftttfLfffLftttttffft11i;;;iiiii1t11ttttt11111ttt1fffttt1tttttttttfLLftftttt\\nttffffffffftttfffffffffttffttfffttttttttfft1111i;;;;iii1111111tttt1111tt11ffttffttfffffLffttftffffff\\nttffffffffttttffffffffttttttttttffftt11tttt11t1ii;;;iii11tfft11ttt111111t11tttfft1ttffffLLfttffLLLLL\\ntttffffffffttfffffffftt1ttt1111fffft1tt11iiii1iiii;iiii1i:1tft11111111tttt111ttt11ttffffLfftttffLLLf\\nttttttttfffttfffttttt1ttfft11111tft11i;:,..,;ti;;;i;iii1;,,,:;i1111111tttt111ttt1111tffffffftfLLLLLf\\ntfttttttttttttttttttttfffftttt11i;::,,......iti::;i;iitt:,,....,:;i111ttt111t1ttttt11111ttfftffffftt\\ntfttfffffttttttfffftttffffttft11:...........;ii::;i11tti,,,,.......,:itt111tt1ttffff11ttt111ttttttft\\nttttfffffftttffftfft11tfffttftt;,............,:;;;;;11;,..............;1111ttt1tffftttttfftt1ttfffLf\\n1t1tffffft11ttfffft1111tfttft11:.............,:ii;;;;;,...............:11t11tt1tfft11tfffffft1ffffLf\\ntttttfftt1tt11tttt1ttt11t1111t;,..............:i1;;;;:,...............,111111t11ftttttttfftt11tfffLf\\ntfftttttttfftt1111tttft11111t1,...............:ii;;;;,............,,,.,1tttt11111ttfftttttt1tt1tffft\\nttttttttttttttt11ttttttt11ttfi................:;::;::,...........,;i;;:1tttttt11ttffffftttttfftttttf\\ntfffttttftttttt11ttttttt11ttfi................,;;:::,............,;iiii1tttttft1ttffftfttttttttftttf\\ntfffttttfffffft11ttttttt11111;........ .......:;:::,............:iiiii11ttftt11tfffffffttfffffffttf\\ntfffttttftffff111ttttttt11ti:,....... ,:::;;:,.,;:::,............:;;ii:i11tt1111tfffffffttfffffffttf\\ntffftttttfffft111ttttttt11i,.........,iii;;;,..,:::,.............::;;,.it1111tt11tffffffttfffftffttf\\ntttttttttttttt111ttttttt11,.,,,,..,,,:;;;;;;,..,:::,.............,::;..:i111ttt11tfffffftttffttffttt\\nttttt1tttttttt111ttttttt11;,,,...... .:;;;;:...,:,,,.....................:111tt11ttttttt11tttttffttt\\nttttt1tttttttt11tttttttt111,..........,,,,.....,:,,.......................:111111ttttttt11tttttffttt\\n1tttt1tttttttt11ttttttfft11i:,.....,.... .....,::,......................,1t11111ttttttt111tttttft1t\\n1tttt1tttttttt11ttttttttttttt1ii;;;:...........,:,,.....................,it111111ttttttt111ttttttt1t\\n11t1111tttttt111111111tt1tttttttt11:...........,:,,.............. .;t11111111111111111111111111\\n1111111111111111111111ttttttttttt11,.......... ,,................,:,,,:i1tttt1t111111111111111111111\\n1111111111111111111111tttttttttt11i,...........,,,,..............:1t11ttttttttttt1111111111111111111\\n111111111111111111111111tttttt1111;........... ,,:;,..............:11ttttttttttttt111111111111111111\\n11111111111111111111111111tttt1111;........... ,,:;:...............:111tttttttttt11t1111111tttt11111\\n1111111111111111111111111111111111;....,,......,,,::................i1ttttttttttttt1t11111ttttt11111\\n1111111111111111111111111111111111;............:,,;:,...............;1tttttttttttttttttt11ttttt11111\\n1111111111111111111111111111111111:............,,:;;:...............,1t1tttttttttttttttttttttttt1111\\n\",\n \"ttftffftttttttfffffttfLfttftttttttttt111tttt1111111tttt111111tttt111111tttttttttttttttttttt11111111t\\nttfttttttttttttttftffLLftffffffffttttttt111111111ttfffft1ttt1111111111111111ttttttftttttttt111111ttt\\nttftttttttttttttffffLftttfffffffLLLftt1tttttt111ttfffffftttttttt111111tttttffffftffffttttttt111tttt1\\nttttttttttttttttfffLfttffffffLLffffttt1tttttt11tffffffffffttttttt11111tffffffffftttfffffttt11111tttt\\nttttttttttttffffttfffttfffffffffttffftttt11111111i;i11ttt11tt1111t111111ttffffLLffttfLfft111111ttttt\\nttttttttttffLLLLfttttffLLLfftttttfLLfttttttfti:::,,,,:;i1ttfttt11t111tt111tttffffftttftt1ttt11tttttt\\nttttttttffLLLLLLLffttfLLLfttfffftfLLftttttft1;,,,,,,,,,,;tffffft11111tft11111ttffLfttt11tffftttttttt\\ntttttttfffLLLLLLLLLfttfttttfLLfLftffttttfffti;:;;;;iii;::1fffffttt111ttt1tttt1ttfLLfttttfffffftttttt\\ntttttttffLLLLLLLLLfttttffffffLfftfftttttfffi;;iiiii1111i:iffffftt11111111ttttttttttt1ttffffffffffttt\\ntttfftfffLLLLLLLLLftffftfLftffffLLLftttttffi:;;;;iiiiiii:1ftttfftt1111ttt1ttt1ttttt111tffffffLfLfttt\\ntffLLfffffLLLLLLLfftfLLftftfLfffLLLLttttt1t1i;;;;;ii;iiii1ttffft111111tfft1tt11tt1tt1ttfffLLLLLLffff\\ntfffffttttfLLLffttttfffffttLLLLfLLLftttft11i1i;;;;i111iii111tt111t1111fffttfftt11tfftttfffLLLLLLLffL\\ntttffttfftffLftttttttttttttfLLLffLLftttt1tti1i;;;;ii1iii1tt11111111111tffttffftttttttttttfLLLLfffffL\\nttfLfffffffttffffffffffttftttfLfffLftttttfftt1;;;;iiii11ttt1ttftt11111tfttffftt111ttttttttfLLftftttt\\nttffffffffftttfffffffffttffttfftttttttttfft111i;;;iiii1t111t1ttttt1111tt11ffttffttfffffLLfttffffffff\\nttffffffffttttffffffffttttttttttfffttt1tft1111i;;;iiii111tfft11ttt111111t11tttfft1tfffffLLfttfLLLLLL\\ntttffffffffttfffffffftt1ttt1111tffft11t111111iiii;;iii111fffft11111111ttft111ttt11tfffffLfftttfLLLLf\\ntttttttttffttfffttttt1ttfft1t11ttfftttt1iiii1i;;;iii1i1i,;i1ttt1111111tttt111tttt111tffffffftfLLLLLf\\ntfttttttttttttttttt11tfffftttt11tff11i;:,,,:11i;;iii;it;....,:;i111111ttt111t1ttftt11111ttfftffffftt\\ntfttfffffttttttfffftttffffttfft1ii;:,,.....:11;:;;;;1tt;,,,.....,,;i11tt111tt1ttfffftttttt11ttttttft\\nttttfffffftttffftfft11tfffttft1;,..........:1ii;;ii1tti,,,..........,it1111ttt1tfffttttffftt1ttfffLf\\n1tttffffftt1ttfffft1111tfttft1i,............,:;ii;;i1i,..............:111111tt1tfft11tfffffft1ffffLf\\ntftttffttttt11tttt1ttt11t1111t;..............,;1i;;;;,...............,1111111t11ftttttttfftt11tfffLf\\ntfftttttttfftt1111ttttt11111tt:............. ,;ii;;;:,...............,i111tt11111tffftttttt1tttttfft\\nttttttttttttttt11ttttttt11ttft,...............;;;;;:,.................ittttttt11ttffffftttttfffttttt\\ntfffftttftttttt11ttttttt11ttf1,...............:;;;::,.......,,,.......;tttttfftttfffftfttttttttffttf\\ntfffttttfffffft11ttttttt1111t1,...............:;;;::........,;i;:,....;t1ttfttt1tfffffffttfffffffttf\\ntfffttttftffft111ttttttt11t111,...............,::::,........:iiiii:...;t11tt1111tffffLffttfffffffttf\\ntffft1tttfffft111ttttttt11ttt1,..... ..........::::,.......,;iiii;,...it11111tt1tfffLfLfttfffftffttf\\ntttttttttttttt111ttttttt11tt1:... .,..........,:::.........:;;i;,...,1t1t11tft11tfffffftttffttffttt\\nttttt1tttttttt111ttttttt1tt1:,...:;ii:.........,::,.........,:;;:.....,it1111tt11ttttttt11tttttffttt\\nttttt1tttttttt11ttttttttt1t;::,;iiii;,.........,:,,...........,,,......,;11111111ttttttt11tttttffttt\\n1tttt1tttttttt11ttttttfft1ti:,,;;;:;;,.........,:,,.......... ..........:tttt1111ttttttt111tttttfttt\\n11ttt1tttttttt11ttttttttttt1,.,::::;;:.........,:,,...............,....;ttttt1111ttttttt111ttttttt1t\\n11tt11tttt1tt111111111111ttti:,,,::;:..........,:,,............ ......;ttttt11111111111111111111t111\\n1111111111111111111111tttttttt1:,,,............,:,.............,. .,;11tttttt1111111111111111111111\\n1111111111111111111111tttttttttt1:.............,,............ .11ii1ttttttt1111111111111111111111111\\n111111111111111111111111tttttt111,.............,::,,...........ittttttttttttt11111111111111111111111\\n11111111111111111111111111111111;..............,;;;:,..........:11tttttttttttttt11111111111111t11111\\n11111111111111111111111111111111;..............,;;;:,...........:11tttttttttttttttt1111111ttttt11111\\n11111111111111111111111111111111:..............,;;;;:...........:1ttttttttttttttttttttttt1ttttt11111\\n11111111111111111111111111111111:..............,;i;::,..........,1tttttttttttttttttttttttttttttt1111\\n\",\n \"ttftffftttttttfffffttfffttftttttttttt111tttt1111111ttttt11111tttt111111tttttttttttttttttttt11111111t\\nttfttttttttttttttftffLLftffffffffttttttt111111111ttfffffttttt111111111111111ttffttftttttttt11111tttt\\ntfttttttttttttttffffLffttfffffffLLLft11tttttt111tfffffffttttttttt11111ttttfffffftfLLfttttttt1111ttt1\\nttttttttttttttttfffLfttffffffLLffffttt1ttttttt1ttfffffffffttttttt1111ttfftffffLftttfffffttt11111tttt\\nttttttttttttffffttfffttffffffffftttfttttt111ttt1ttffffffttttt1111t111111ttffffLLffttfLLft111111ttttt\\nttttttttttffLLLLftttttfLLLfftttttffLftttttttt11ii11fffft1ttfftt11t111tt111ttfffLLftttftt1ttt11tttttt\\nttttttttffLLLLLLLffttfLLLfttfffftfLLfttttt1i:;:,,::;i1tttffffftt11111tft11111ttfLLfttt11tffftttttttt\\ntttttttfffLLLLLLLLLftffttttffLffftffttttfti:,,,,,,,,,:;tfffffttttt111tftttttt1ttffLfttttfffffftttttt\\ntttttttffLLLLLLLLLfttttffftffLfftffttttttti:::::;;;;;,,1ffttffttt11111111ttttttttttt1ttffffffffffttt\\ntttfftfffLLLLLLLLLfftfftffftffffLLLfttttti;iiiii11111;:1ttfffffftt1111ttt1ttt1tftttt11tfffffLLfLfttt\\nttfLLffffLLLLLLLLfftfLLftttfffffLLLLttttt;;i;;iiiiii1;:i11tfffft111111ffft1tt11tt1tt1ttfffLLLLLLffff\\ntfffffttttfLLLffttttfffffttLLLLfLLLftttft1ii;;;ii;;iii;tt11ttt111t1111tffttfftt11tfftttffLLLLLLLLffL\\ntttffttfftffLftttttttttttttfLLLffLLftttt11ti;;;iiii1iii1ttt1ttt1111111tfftfffftttttttttttfLLLLffffff\\nttfLffffffftttfffffffffttftttfLfffLfttttt11i;;;iii1iii1tttt1tfftt11111tfttffftt11tttttttttfLLffftttt\\nttffffffffftttfffffffffttfftttfftffttttfft11;;;iiiii11tt111ttttttt1111tt1tffttffttfffffLLfttftfLffff\\nttffffffffttttffffffffttttttttttfffttt1tft11i;iii11i11111tfft11ttt11111tt11tttfft1tffffLLLfttfLLLLLL\\nttfffffffffttfffffffftt1ttt111tfffftttt11111i;i;iiii111ttfffft11111111tttt11tttt11tffffLLfftttfLLLLf\\nttttttttfffttfffttttt1ttfftt111tfffttt111111;;i;;iii11i1ttffft11111111tttt111tttt11ttfffffLftfLLLLLf\\ntfttttttttttttttttt11tfffftttt11tffttt1t1ii1;;i;;iiii1;,::i11tt1tt1111ttt11tt1tfftt11111ttfftfLffftt\\ntfttfffffttttttfffft1tffffttfft11tft11i::,,1ii;:;ii;it:,,...,,:;i11111tt111tt1ttfffftttttt11tttttfft\\nttttfffffftttffftfft11tfffttfttttt1i:,....,it1i;;;;i1t;,,,,.......,;111t111ttt1tfffttttffftt11tffLLf\\n1tttffffftt1ttfffft111ttfttft11i;:,........i1tt1ii1tt1:,,...........:1111111tt1tfftt1tfffffft1ffffLf\\ntftttffttttt11tttt1ttt11t1111t;,...........,;;;11;;;;:..............,1t111111t1tftttttttfftt11tfffLf\\ntfftttttttfftt1111ttttt11111tt:..............:;ii;;:,................it111tt11111tffftttttt1tttttfft\\nttttttttttttttt11ttttttt11ttf1,..............,;;;;::,................it1tttttt1ttfffffftttttfffttttt\\ntfffttttffttttt11ttttttt11ttfi................;;;:::,,:;:,...........;tttttttftttffffffttttttttffttf\\ntfffttttfffffft11ttttttt1111ti................:;:::,.:;iii;,.........:111ttfftt1tfffffffttfffffffttf\\ntfffttttftffff111ttttttt11t11;................,;:::,.;iiiii:.........:tt11ttt111tfffLfLfttfffffffttf\\ntffft1tttfffft111ttttttt1tttt;................,::::,.:;;ii;,.........;ttt1111tt1tfffLLLfttfffftffttf\\ntttttttttttttt111tttt1tt11ttti.................:::,...,;;i;,.........itttt11ttt11ffffffftttfftfffttt\\ntttttttttttttt111ttttttt11tt1;.................:::,....,:;:,.........,1tt1111tt11ttttttt11tttttffttt\\nttttt1tttttttt11ttttttttt1t11:.................:::,.... ..............:1111111t11ttttttt11tttttffttt\\n1tttt1tttttttt11ttttttfft11ti;,................,::,.........,......... :ttttt1111ttttttt111tttttfttt\\n11tt11tttttttt11tttttttt1tt1iiii:..............::,,...................:1tttt111111tttttt111ttttttt1t\\n11t1111tttttt1111111111t111iiiiii:.............,:,,,.................:1ttttt11111111111111111111t111\\n11111111111111111111111t11i;;iiii;.............,:,,,........... .,;ttttttttt1111111111111111111111\\n1111111111111111111111tt1t1i;;ii;,.............,,........... :i;;i1tttttttt1111111111111111111111111\\n1111111111111111111111111ttti:,,...............,,,.......... :ttttttttttttttt1t111111111111111111111\\n11111111111111111111111111111;::...............:;;::,........,i11ttttttttttttttt1111111111111tt11111\\n111111111111111111111111111111t;...............:ii;;:,........;t1tttttttttttttttt1t1111111ttttt11111\\n1111111111111111111111111111111:...............:;i;:::........:tttttttttttttttttttt1ttttt1ttttt11111\\n1111111111111111111111111111111:............. ,;ii;;;:,..,,...:ttttttttttttttttttttttttttttttttt1111\\n\",\n \"ttfttfftttttttffffftfffftfftttttttttt111tttt1111111tttt111111tttt111111tttttttttttttttttttt11111111t\\nttfttttttttttttttttffLLttffffffftttttt1t111111111tfffffftttt1111111111111111ttffttfttttttttt1111tttt\\nttttttttttttttttffffLffttfffffffLLLftt1tttttt111tfffffffftttttttt11111tttttffffftfLLfttttttt111ttttt\\nttttttttttttttttfffffttffffffLLffffttttttttttt1tffffffffffttttttt11111tfffffffLftttfffffttt1111ttttt\\nttttttttttttffffttfffttfffffffffttffttttt1111tt1ttffffffttttt1111t111111ttffffLLffttfLLft111111ttttt\\nttttttttttffLLLLfttttffLLLfftttttfLftttttttfffttttffffftttffftt11t111tt111ttfffLLftttftt1tt111tttttt\\nttttttttffLLLLLLLffttfLLLfttfffftfLftttttt11i;;;;i1tftttffffffftt1111tftt1111tffLLfttt11tffftttttttt\\ntttttttfffLLLLLLLLLftffttttffLLfftffttttti:::,,,,::;i1tffffffffttt111tft1tttt1ttffLfttttfffffftttttt\\ntttttttffLLLLLLLLLfttttffftffLfftfftttt11;,,,,,,,:,,,;tffffffffttt1111t11ttttttttttt1ttffffffLfffttt\\ntttfftfffLLLLLLLLLftffftfLftffffLLLftttt1i;;;;iiiii:,:1tttfffffftt1111ttt1ttt1tfttt111tfffffLLfLfttt\\nttfLfffffLLLLLLLLfftfLLftttfLfffLLLLttt1i1iiiii1111i::1111ttffft111111ffft1tt11tt1tt1ttfffLLLLLLffff\\ntfffffttttfLLLffttttfffffttLLLLfLLLftttt11;;;iiiiiii:;ttt111tt111tt111tffttfftt11tfftttffLLLLLLLLffL\\ntttffttffttfLftttttttttttttfLLLffLLftttt1i;;;iii;iii;ittfft11tt1111111tfftfffftttttttttttfLLLLffffff\\nttffffffffftttfffffffffttfttfLLfffLfttt111;;;i111111iitfttt1tfftt11111tfttfffttt1tttttttttfLLftfttft\\nttffffffffftttfffffffffttffttffftfftttttt1i;;iiiii1i1tft11tttttttt1111tt1tffttffttfffffLLfttftffffff\\nttffffffffftttffffffffttttttttttfffttt1ttti;;;i111iitt111tfft11ttt111111t1ttttfft1tffffLLLfttfLLLLLL\\ntttffffffffttfffffffftt1ttt111tfffftttt111ii;iii;ii11111tfffft11111111tfft11tttt11tffffLLfftttfLLLLL\\nttttttttfffttfffttttt1ttfft1111tffftttt1111;;;i;;;i111ttttffftt1111111tttt111tttt11ttfffffLftfLLLLLf\\ntfttttttttttttttttt1ttfffftttt11tfft111tt1i;;;i;;i1i1;i11tffftt11t1111ttt11tt1tfftt11111ttfftfLffftt\\ntfttffffftt11ttfffftttffffttfft11tft11ii;ii;;;;:;iii1,.,,,:;iii1ttt111tt111tt1ttfffftttttt11ttttfftt\\nttttfffffftttffftfft11tfffttftttttt1;:,..:11;;i;;;;11:,,,.....,,:i1111tt111ttt1tffftttttfftt1ttffLLf\\ntt1tffffftt1ttfffft1111tfttft1111i:,.....,i11iiiii1tt:.,..........:111111t11tt1tffft1tfffffft1fLffLf\\ntftttffttttt11tttt1ttt11t11111;:,.........;i11i1111t;..............;t11111111t1tfttttttfffftt1tfffLf\\ntfftttttttfftt1111ttfft111111:.............,::;ii;;:...............:111111ttt111ttffftttfft1tttttfft\\nttttttttttttttt11ttttttt11tt1,..............::;;;;;,...............,1111tttttt11tffLffftttttfftttttt\\ntfffftttffttttt11ttttttt11tfi,..............,::;;::,,...............i111ttttfftttffffffttttttttffttf\\ntfffttttfffffft11ttttttt111ti................::::::,:;;::,..........it111ttffttttfffLfLfttfffffffttf\\ntfffttttftffff111ttttttt1tt1;................,;::::.:iiiii,.........;11111ttt11ttfffLfLfttfffffffttf\\ntffft1tttfffft111ttttttt11tti,................::::,.:ii;ii:.........;tttt1111ttttfffLLLfttfffftffttf\\ntttttttttttttt111ttttttt1ttf1.................,:::,.,:;iii:.. ......:ttttt11tft11tfffffftttfftfffttt\\ntttttttttttttt111ttttttt1ttt;::...............,:::,. .:;ii:..........;ttt1111tt11tttttft11tttttffttt\\nttttt1tttttttt11ttttttttt1t111i;,..............:::,....,::,...........;1111111t11ttttttt11tttttffttt\\n1tttt1tttttttt11ttttttfftt1iiiiii:.............:::,.... ............. :ttttt1111ttttttt111ttttffttt\\nt1ttt1tttttttt111ttttttttt1i;iiii;,............,:,,,................. ,1tttt111111tttttt111ttttttt1t\\n11t1111tt1ttt11111111111111i;iii1i,............,::,,.................:1tttt11111111111111111111tt111\\n11111111111111111111111111t1;;;;;,.............,:,,,.......... .:1tttttt111111111111111111111111\\n1111111111111111111111111t11;,.................,:,,..........,;:::;1ttttttt1111111111111111111111111\\n11111111111111111111111111111:..,..............,,............:ttttttttttttttttt111111111111111111111\\n111111111111111111111111111111ii;..............,::,...........i111ttttttttttt11111t11111111111111111\\n111111111111111111111111111111t;...............,;ii;::,.......:1ttttttttttttt11t1tt1111111ttttt11111\\n111111111111111111111111111111i,...............:;ii;;;:,......,1ttttttttttttttttttt111111tttttt11111\\n11111111111111111111111111111ti,...............:;ii;;;;:,..:..,1ttttttttttttttttttttttttttttttt11111\\n\",\n \"ttfttfffttttttffffttfffftfftttttttttt111tttt1111111tttt111111tttt111111tttttttttttttttttttt1111111tt\\nttfttttttttttttttttffLLttffffffffftttttt111111111tfffffftttt1111111111111111ttftttfttttttttt1111tttt\\nttttttttttttttttffffLffttfffffffLLLftt1tttttt111tfffffffftttttttt11111tttttffffftfLLfttttttt1111ttt1\\nttttttttttttttttfffffttffffffLLffffttttttttttt1tffffffffffttttttt1111ttfffffffLftttfffffttt1111ttttt\\nttttttttttttffffttfffttfffffffffttffftttt1111tt1ttffffffttttt1111t111111ttffffLLLfttfLLft111111ttttt\\nttttttttttffLLLLfttttffLLLfftttttfLftttttttfffft1ttfffftttffftt11t111tt111ttfffLLftttftt1ttt11tttttt\\nttttttttffLLLLLLLffttfLLLfttfffftfLftttttfttttttttttftttffffffftt1111tftt1111tffLLfttt11tffftttttttt\\ntttttttfffLLLLLLLLLftffttttffLffftffttttt1ii::::;111tttffffffffttt111tft1tttt1ttffLfttttfffffftttttt\\ntttttttffLLLLLLLLLfttttffffffLfftffttttt1:,,,,,,,,:;ittffffffffttt1111t11ttttttttttt1ttffffffffffttt\\ntttffttffLLLLLLLLLftffftfLftffffLLLftttti::,::::::,,,;ttttfffffftt1111tft1ttt1tffttt11tfffffLLfLfttt\\nttfLffffffLLLLLLLfftfLLftttfLfffLLLfftt11iiiii111i;,,;t111tfffft111111ffft1tt11ttttt1ttfffLLLLLLffff\\ntfffffttttfLLLffttttfffffttLLLLfLLLftttt1iiiii1111i:,iftt111ttt11tt111tffttfftt11tfftttffLLLLLLLLffL\\nttttftttttffLftttttttttttttfLLLffLLftttti;;;ii;iiii::1ttttt11tt1111111tfftfffftttttttttttfLLLLffffff\\nttfLfffffffttffffffffffttfttfLLfffLfttt1i;;i1i;iiii:;tftttt1tfftt11111tfttfffttt1tttttttttfLLftftttt\\nttffffffffftttffffffffftfffttffftffttttti;;iii111i1iitft11tttttttt1111tt11ffttffttfffffLLfttftfffffL\\nttffffffffftttffffffffttttttttttfffttttti;;;ii1111ii1t111tfft11ttt111111t11tttfft1tfffffLLfttfLLLLLL\\ntttffffffffttfffffffftt1ttt111tfffftttt1i;;;iiiiii11111ttfffft11111111tfftt1tttt11tfffffLfftttfLLLLf\\nttttttttfffttfffttttt1ttfft1111ttffttt111i;;ii;;;itt11ttttfffft1111111tttt111tttt11tttfffffftfLLLLLf\\ntfttttttttttttttttt11tfffftttt11tfft1t1t1i;;;ii;;it111ttttffftt11t1111ttt111t1tfftt11111ttfftfLffftt\\ntfttffffftt11ttfffftttffffttfft1ttft11ii1;;;;i;:;i1;;i11tttft111tt1111tt111tt1tffffftttttt11ttttfftt\\nttttfffffftttffftfft11tfffttftttt1i;:,,:1i;;;;i;;;1;.,,,;;i11111111111tt111ttt1tffftttttfftt1ttffLLf\\n1tttffffftt1ttfffft111tffttft1ii:,.....,11iiiiiii1t:,,,.....,:;i111111111t11tt1tffft1tfffffft1fLffLf\\ntftttffttttt11tttt1ttt11t11i;:,........,i1tt1ii11tt:,,,,........:t11111111111t1tfftttttfffftt1tfffLf\\ntfftttttttfftt1111ttfftt11i,............::;;iiiii1;,,............it1111111ttt111ttffftttfft1tttttfft\\nttttttttttttttt11ttttttt11;...............:;;;;:;;...............:111111tttttttttffLffftttttfftttttt\\ntfffftttffttttt11ttttttt11:...............,;;;;;;:,..............,111111ttttfftttffffffttttttttffttf\\ntfffttttfffffft11ttttttt11,...............,:;;;;:,...............,1111111ttffttttfffLfLfttfffffffttf\\ntfffttttftffff111ttttttt11:...... ........:;;;;:,...............,11111111ttt1tttfffLfLfttfffffffttf\\ntffft1tttfffft111ttttttt11:.......:;;;:....,;;::::.......,::,....,1tt11tt1111tt1tfffLLLfttfffftffttf\\ntttttttttttttt111ttttttt11:.....:;;;;;:.....:;:::,.......,:iii;,.,1t1t11tt11tft1tffffffftttfftfffttt\\ntttttttttttttt111ttttttt1i,.....:;:;;;:.....,::::,........;;iii;..;t1111t1111tt11tttttftt1tttttffttt\\nttttt1tttttttt11tttttttt1i,.....:::;;;,......::::,.......,;;ii;:..,;1t11111111t11ttttttt11tttttffttt\\n1tttt1tttttttt11ttttttttti....,,,,:;;,.......,:::,,.......,;;;;,....,it11tttt1111ttttttt111ttttffttt\\n11tt11tttttttt111ttttttt1:,,.,,,..,,,.........::::,........,:;,..... ,1tttttt11111ttttt1111ttttttt1t\\n1111111tttttt11111111111i,,..,,,.... .........::::,..................itttt111111111111111111111tt111\\n1111111111111111111111111,...,,...............,::,,,...........,,...;tttttt1111111111111111111111111\\n11111111111111111111111111,..... .............,::,,,......... . .:1tttttt1111111111111111111111111\\n1111111111111111111111111ti,,,.,,..............::,,..........,,,::i1tttttttttt1111111111111111111111\\n11111111111111111111111111111i11;..............:,............,1tttttttttttttt11111111111111111111111\\n1111111111111111111111111111111i...............:;:::::,.......;tttttttttttttt11t1ttt111111ttttt11111\\n1111111111111111111111111111111:...............:iiii;;::,......ittttttttttttttttttttt1111tttttt11111\\n1111111111111111111111111111111,...............:iiiii;;:,......,1tttttttttttttttttttttttttttttt11111\\n\",\n \"tttttfftttttttffffftfffftfftttttttttt111tttt1111111tttt111111tttt111111tttttttttttttttttttt1111111tt\\nttfttttttttttttttttffLLftfffffffffttt1tt111111111tfffffftttt1111111111111111ttftttftttttttt11111tttt\\nttttttttttttttttfffffftttfffffffLLLftt1tttttt111tfffffffftttttttt11111tttttffffftfLLfttttttt1111ttt1\\nttttttttttttttttfffffttffffffLLffffttttttttttt1tffffffffffttttttt11111tfffffffLfttffffffttt1111ttttt\\nttttttttttttffffttfffttfffffffffttfftttttt11ttt1ttfffffftttttt11tt111111ttffffLLLfttfLLft111111ttttt\\nttttttttttffLLLLfttttffLLLfftttttfLftttttttfffft1tffffftttffftt11t111tt111ttfffLLffttfft1tt111tttttt\\nttttttttfffLLLLLLffttfLLLfttfffftfLfttttttffffffttttftttffffffftt1111tftt1111tffLLfttt11tffftttttttt\\ntttttttfffLLLLLLLLLftffttttfLLffftfftttttftttttttffttttffffffffftt111tftttttttttfLLfttttfffffftttttt\\ntttttttffLLLLLLLLLfttttffffffffftffttttttiii;::::i1ttttffffffffftt1111t11ttttttttttttttffffffffffttt\\ntttffttffLLLLLLLLLftffftfLfttfffLLLfttt11:,,,,,,,:::itttttfffffft11111tft1ttt1tffttt11tfffffLLfLfttt\\ntffLffffffLLLLLLLfftfLLftttfLfffLLLLfttt1i::::,,::,,,itt11tfffft111111ffft1tt11tt1tt1ttffLLLLLLLffff\\ntfffffttttfLLLffttttfffffttLLLLfLLLftttttiiiiii1i;:,,:ttt111ttt11tt111tffttfftt1ttfftttffLLLLLLLLffL\\nttttftttttffLftttttttttttttfLLLffLLftttti;iiii111i;:,iftftt11ttt11111tffftfffftttttttttttfLLLLffffff\\nttfLffffffftttfffffffffttfttfLLfffLfttt1;;;ii;iiii;::1ffttt1tffft11111ffttfffttt11ttttttttfLfftftttt\\nttffffffffftttffffffffftfffttffftfftttt1;;i1i;;iii;:itft11tttttfttt111tt1tffttffttfffffLLftfftfffffL\\nttffffffffftttffffffffttttttttttffftttt1;;iiii111iii1t111tfft1tttt111111t1ttttfftttfffffLLfttfLLLLLL\\ntttffffffffttfffffffftt1ttt111ttffftttti;;iiiiiiiii1111ttfffft11111111tffttttttt11tfffffLfftttfLLLLL\\nttttttttfffttfffttttt1ttfft1111ttfftttt1;;;iiii;;itt11tffffffft1111111tttt111tftt11tttfffffftfLLLLLf\\ntfttttttttttttttttt11tfffftttt11tfftttt1i;;;;ii;;it1111tftfffft11t1111ttt111t1tfftt11111ttfftfLffftt\\ntfttfffffttt1ttfffftttffftttfft11tft111i;;;;;ii;;i111111tttft111tt1111ttt11tt1tffffftttttt11ttttffft\\nttttfffffftttffftfft11tfffttfttt11i;;:ii;;;;iiiii1;11tt111t11111tt1111tt111tft1tffffttfffftt11tffLLf\\n1tttffffft11ttfffft1111tfttftii;:,....;1i;;;;ii111,,:;i1tt11tt11111111111t11tt1tffft1tfffffft1fLffLf\\ntftttffttttt11ttt11ttt1111i;:,.......,i1tiiii;;11i,,,..,:;i1t1t111t1111111111t1tfftttttfffftt1tfffLf\\ntfftttttttffttt111ttttt1i:...........,ii111iii11i:.,,......,:;1t111111111tttt111ttfLftttfftttttttfft\\nttttttttttttttt11tttt11t;..............,::;;i1ti:,............,1t1111111tttffttttffLfffttttffffttttt\\ntfffttttfftfttt11tttttt1,...............:;:;;;;;:..............;tt111111tttffftttffffffftttttttffttf\\ntfffttttfffffft11tttttt1................,;;;;;;;:..............:t11111111ttffttttffLLfLfttfffffffttf\\ntfffttttfttftt111tttttti............... .:;;;;;:,..............:1111111111tttttttffLLfLfttfffffffttf\\ntffft1ttttttft111tttttt;............. .:;;;;;;:::..............:111tt11tt111ttt1tfffLLLfttfffftffttf\\ntttttttttttttt111ttttt1,..............:;i;;i;::::..............:1ttt1111tt11tff1tffffffftttfftfffttt\\nttttttttttt1tt111ttttt;..............:;;;;;i:::::..............;1111111111111tt11tttttftt1tttttffttt\\nttttt1tttttttt11tttttt:..............:;;;::;:::::..............;t1111111111111t11ttttttt11tttttffttt\\n1tttt1tttttttt11ttttt1,........... .,,:,...,:::::..............,11i;;i111tttt1111ttttttt111ttttffttt\\n11tt11ttttttt1111tttt;............,..... ...,::::...............:i;:;;i1ttttt11111tttttt111ttttttt1t\\n11111111t1tt111111111,............,.........,::::,..............,:::;ii1tt111111111111111111111tt111\\n111111111111111111111,............ .........,,,::,..............::::;i11tt11111111111111111111111111\\n1111111111111111111111:....... .............,,:,,..............,::::i111t11111111111111111111111111\\n11111111111111111111111:....,,,,.............,:::,,..................,1t1111111111111111111111111111\\n111111111111111111111111iiii11t; .............,:,..,........ ..:1tttttt11111111111111111111111\\n111111111111111111111111111111t:...............:,,,:,,......,,,,,:;;1tttttttt1t111tt1111111tttt11111\\n111111111111111111111111111111t: .............::;ii;::,.....,i111ttttttttttttttt11ttt111111tttt11111\\n111111111111111111111111111111t:..............:;;iiii;:,.....,i1ttttttttttttttttttttttttttttttt11111\\n\",\n \"tttttfttttttttffffffffffffftttttttttt111tttt1111111ttttttt111tttt111111tttttttttttttttttttt1111111tt\\nttfttttttttttttttttffLLftfffffffffttt1tt111111t11tfffffftttt1111111111111111ttftttftttttttt111111ttt\\nttttttttttttttttffffLftttfffffffLLLfttttttttt111tfffffffftttttttt11111tttttffffftffLfttttttt11111ttt\\nttttttttttttttttfffffttffffffLLffffttt1ttttttt1tffffffffffttttttt11111tfffffffLffttfffffttt1111ttttt\\nttttttttttttffffttfffttfffffffffttfftttttt11ttt1ttfffffftttttt11tt111111ttffffLLLfttfLLft111111ttttt\\nttttttttttffLLLLfttttffLLLfftttttfLftttttttfffft1ttfffffttffftt11t111tt111ttfffLLftttftt1ttt11tttttt\\nttttttttfffLLLLLLffttfLLLfttfffftfLfttttttffffffttttffttffffffftt1111tftt111ttffLLfttt11tffftttttttt\\ntttttttfffLLLLLLLLLfttfttttfLLffftfftttttfftffffffftttfffffffffftt111tft1tttttttfLLfttttfffffftttttt\\ntttttttffLLLLLLLLLfttttffffffffftfftttttt1iii::;i1ttttfffffffffftt1111t11ttttttttttttttffffffffffttt\\nttttfttfLLLLLLLLLLfftfftfLfttfffLLLfttt11:,::,,,,,:;1tttttfffffftt1111tft1ttt1tffttt11tfffffLLLLfttt\\nttffffffffLLLLLLLfftfLLftttfLLffLLLffttt1;:,,,,,,,,,;ttt11tfffft111111ffft1tt11ttttt1ttffLLLLLLLLfff\\ntfffffttttfLLLffttttfffffttLLLLfLLLftttt1iiiiiiii;:,,iftt111ttt11tt111tffttfftt11tfftttffLLLLLLLLffL\\nttttftttttffLftttttttttttttfLLLffLLfttt1i;iii1111i:,:1ftfft11ttt111111tfftfffftttttttttttfLLLLffffff\\nttfLffffffftttfffffffffttffttfLfffLfttt1;;;i;iii1i:,;tffttt1tffft11111tfttfffttt11ttttttttfLLftfttft\\nttffffffffftttffffffffftffftttfffffttt11;;;ii;;iii::1fft11tttttfttt111tt1tffttffttfffffLLffffffffffL\\nttffffffffftttffffffffttttttttttfffttt1i;;iiiii11i;itt111tfft1tttt111111t1ttttfftttffffLLLfttfLLLLLL\\ntttffffffffttfffffffftt1ttt111ttfffttt1i;;iiiiiiiii1111ttfffft11t11111tffttttttt11ttffffLfftttfLLLLL\\nttttttttfffttfffttttt1ttfft1111ttffttt1i;;;iiii;;;1t11tffffffft1111111ttttt1ttfft11ttffffLfftfLLLLLf\\ntfttttttttttttttttt11tfffftttt11tfftt111;;iiiii;;;1111ttftfffft11t1111tttt1tt1tffttt1111ttfftfLffftt\\ntfttfffffttt1ttftfftttffftttfft11tft1i1i;;;;iii;;;111111tttft111tt1111ttt11tf1tffffftttttttttttttfft\\n111tfffffftttffftttt11tfftttfttt11i;;;1;;;;;iiii;i1t11t111t11111tt1111tt111tft1fffffttfffftt11tffLLf\\n1t1tffffft11ttffttt1111tftttti;:,,...:1i;;;;iiii1i:;i1ttt111tt11111111111t11tt1tffft1tffffffttfLffLf\\ntftttfftt11t11ttt11ttt111i;:,,.......:11ii;;ii;11i,.,,:;11tt11tt11t1111111111t1tffttttffffftt1tfffLf\\ntffttttttttftt1111ttttt1:............:1111iiii1ti;,,....,,;i1tttt11111111tttt111ttfLffttfftttttttfft\\nttttttttttttttt111ttt1t;...............,:;;i1tt1;,..........,itttt111111tttttttttffLfffttttffffttttf\\ntfffttttfftfttt11ttttt1,................:::::;i;:,...........,1ttt111111ttttfftttffffffftttttttffttf\\ntffft1ttffffff111ttttti.................,;;;;;;;:,...........,1t111111111ttffttttffLLfLfttfffffffttf\\ntffft1ttfttttt111ttttti................,,;;;;;;::,............it1111111111tttttttffLLfLfttfffffffttf\\ntffft1tttttttt111ttttt;.............:;iii;;:;;:::,............it1111111tt111tttttfffLLLfttfffftffttf\\nttttt1tttttttt111tttti,............,;;iiii::;::::,...........,1ttttt111ttt11tft1tfffffLftttfftfffttt\\nttttt1tttt11tt111ttt1:.............:;;;iii;::::::............,1tttt1111111111tt1tttfttftt1tttttffttt\\nttttt1tttttttt11tttti..............,;;;;:,,:::,,:............:tt11t11111111111t11ttttttt11tttttffttt\\n1tttt1tttttttt11tttt:............. ,::,. .::,,,:........... :t1111111t111ttt1111ttttttt111ttttffttt\\n11tt11tttttt111111ti.......................,:::::.............it111t11111tttt1111tttttt1111ttttttt1t\\n1111111111111111111,.............,.........,:::::.............:1t11ii;:;11111111111111111111111tt111\\n1111111111111111111:........................,,:::..............;ii;:;:;ii111111111111111111111111111\\n11111111111111111111:....... ..............,,,:,...............,:::::;i1111111111111111111111111111\\n111111111111111111111:......,,..............,,,:,...............:::;::;i11t1111111111111111111111111\\n1111111111111111111111iiiiii1;...............,,,,.,..............,::::;11111111111111111111111111111\\n11111111111111111111111111111;................,,:,,,...... .it1111111111111111111111111111\\n1111111111111111111111111111t;...............;i;;;::,.....,,.....,,,;i1ttttttttt11tt111111ttttt11111\\n1111111111111111111111111111t;...............:i;;i;::,....:i111111tttttttttttttttttttttttttttttt1111\\n\",\n \"tttttfttttttttffffftfffftfftttttttttt111tttt1111111ttttttt111tttt111111tttttttttttttttttttt1111111tt\\nttfttttttttttttttttffLLftfffffffftttt1t1111111t11tfffffftttt1111111111111111ttftttftttttttt111111ttt\\nttttttttttttttttffffLftttfffffffLLfftt1tttttt111tfffffffftttttttt11111tttttffffftffLfttttttt11111ttt\\nttttttttttttttttfffffttffffffLLLfffttt1ttttttt1tffffffffffttttttt11111tfffffffLffttfffffttt1111ttttt\\nttttttttttttffffttfffttffffffffftttftttttt11ttt1ttfffffftttttt11tt111111ttffffLLLfttfLLft111111ttttt\\nttttttttttffLLLLfttttffLLLfftttttfffttttt1tfffft1ttfffffttfffft11t111tt111ttfffLLftttftt1ttt11tttttt\\nttttttttfffLLLLLLffttfLLLfttfffftfLftttttttfffffftttffttffffffftt1111tftt111ttffLLfttt11tffftttttttt\\ntttttttfffLLLLLLLLLfttfttttfLLffftffttttt111i;iitfftttfffffffffftt111tft1tttttttfLLfttttfffffftttttt\\ntttttttffLLLLLLLLLfttttffffffffftfftttt1;:,::,,,:;ittttffffffffftt1111t11ttttttttttttttffffffffffttt\\ntttffftfLLLLLLLLLLfttfftfffttfffLLLftt1i:,,,,,,,,,,:1tttttfffffftt1111tft1ttt1tffttt11tffffLLLLLfttt\\nttffffffffLLLLLLLfftfLLftttfLLffLLLftt1i;;;;;;;i;:,:tftt11tfffft11111tffft1tt11ttttt1ttfffLLLLLLLfff\\ntfffffttttfLLLffttttfffffttLLLLfLLLft1;iiiii11111i::tffft11tttt11t111tfffttfftt1ttfftttffLLLLLLLLffL\\ntttfftttttffLftttttttttttttfLLLffLLftt11;;;iiiiiii:;tffffft11tt1111111tfftfffftttttttttttfLLLLffffff\\nttfLffffffftttfffffffffttffttLLfffLft11i;;;;i;;iii;tffffttt1tffft11111tfttfffttt1tttttttttfLLftffttt\\nttffffffffftttffffffffftffffttfftfttt11i;;;i1iii1iitffft11tttttfft1111tt1tffttffttfffffLLfffftfLffLL\\nttffffffffftttffffffffttttttttttffftt11i;;;iii111ii1tt111tfft1ttft111111t1ttttfftttffffLLLfttfLLLLLL\\ntttffffffffttfffffffftt1ttt111ttffftttti;;;;iiiiii11111ttfffft11t11111tfftttttttt1tfffffLLftttfLLLLf\\nttttttttfffttfffttttt1ttfft1111ttffttt1i;;;iiii;;itt11tffffffft1111111ttttt1ttfft11ttffffLfftfLLLLLf\\ntftttttttttttt1tttt11tfffft1tt11tfft111;;;;;iii;;it111ttfffffft11t1111tttt1tt1tffftt1111ttfftfLffftt\\ntfttffffftt11ttftfftttffftttfft11tti;;1;;;:;iii::i111111ttfft111tt1111ttt11tf1tffffftttttttttttttfft\\n111tfffffftttffftttt11tfftttft1i;:,..,1i;;;;iii;i;:;;1t111t11111tt1111tt111tft1fffffttfffftt11tffLLf\\n1tttffffft11ttffftt1111tt1ii:,,......,i1i;;;ii;11;...,:;i111tt11111111111t11tf1tfffttfffffffttfLffLf\\ntfttttftt11t11ttt11ttt11;,,..........,11t1iiii1t1:,,.....,:i111111t1111111111t1tffttttffffttt1tfffLf\\ntffttttttttfttt111ttttti,.............:;;iii11t1i,,.........,ittt11111111tttt11tttfLffttffttttttffft\\nttttttttttttttt111tttt1:................:;;;;;i;:,...........:ttt1111111tttffttttffLLffttttffftttttf\\ntfffttttftttttt11ttttti.................,;;;ii;;:............,1ttt11111ttttffftttffffffttttttttffttf\\ntffft1ttfffftf111ttttti..................:;;;i;;:,...........,1tt11111111ttffttttffLLfLfttfffffffttf\\ntffft1ttfttttt111ttttt;..................,;;;;;::,...........,1t1111111111tttttttffLLfLfttfffffffttf\\ntffft1tttttttt111ttttt;...........,,.....,;;:;:::............,111111111tt111tttttfffLLLfttfffftffttf\\nttttt1tttttttt111tttti,........,;ii:......:;:::::............,ittttt111ttt11tft1tfffffLftttfftfffttt\\nttttt1tttt111t111tttt;........:;;;;:,.....,;:::::.............ittttt1111t1111tt1ttfttttttttttttffttt\\nttttt1tttttttt11tttt1,.......,:::;;;,......::::::.............;tt1t1111111ttt1tttfttttttt1tttttffttt\\n1tttt1tttttttt11tttti.........,:::;:.......,:::::..........,,:;1t11111111ttff1111ttttttt111ttttffttt\\n111111tttttt111111t1,..........,:::........,:::::..........,:;;i1111t111ttttt11111ttttt1111ttttttt1t\\n1111111111111111111;............,,.........,::::,.........,:;;;i1111111111111111111111111111111tt111\\n11111111111111111111:.......................,:::,.. ......,:;;ii111111111111111111111111111111111111\\n111111111111111111111:.......,..............,:::,..........,::i11t1111111111111111111111111111111111\\n1111111111111111111111:,,..,, ..............,,,::,............,1111111111111111111111111111111111111\\n1111111111111111111111111i11:...............,..,:,,..... ..:1t11111111111111111111111111111111111\\n111111111111111111111111111;................,::::,,.....::::;i11tttt111111t1111111111111111111111111\\n111111111111111111111111111,.................ii;;::,....:1tttt1ttttttttttttttttt11tt111111ttttt11111\\n1111111111111111111111111ti..................;i;;;:,.....;t1ttttttttttttttttttttt1ttttttttttttt11111\\n\",\n \"ttffftfffttttttttftttfffttftttttttttt111tttt111111tttttttt111tttt111111tttttttttttttttttttt1111111tt\\nttfftttttttttttttttffLLftfffffffftttt1t111t111t11tfffffftttt111111111111111tttftttfttttttttt1111tttt\\nttttttttttttttttffffLftttfffffffLLffttttttttt111tfffffffftttttttt11111ttttfffffftfLLfttttttt111tttt1\\nttttttttttttttftfffffttffffffLLffffttttttttttt1tffffffffffttttttt1111ttfffffffLfttffffffttt1111ttttt\\nttttttttttttffffttfffttffffffffftttfttttt1111tt1ttffffffttttt1111tt11111ttffffLLffttfLLft111111ttttt\\nttttttttttffLLLLfttttffLLLfftttttffftttt11tttffttttfffffttfffft11t111tt111ttfffLLftttftt1ttt11tttttt\\nttttttttfffLLLLLLffttfLLLfttfffftfLftt11ii;i;;ii1tttffttffffffftt1111tftt111ttffLLfttt11tffftttttttt\\ntttttttfffLLLLLLLLLfttfttttfLLffftfftt1:,,,,,,,,:iftttfffffffffftt111tft1tttttttfLLfttttfffffftttttt\\ntttttttffLLLLLLLLLfttttffffffffftff1i;;:,,,,,,,,:;ttttfffffffffftt1111t11ttttttttttttttffffffffffttt\\ntttffftfLLLLLLLLLLfttfftfffttfffLLLt;,,:;;;;;iiii:ittttttffffffftt1111tft1ttt1tftttt11tffffLLLLLfttt\\nttffffffffLLLLLLLfftfLLftttfLLffLLLfi,:iiii111111;1ffftt11tfffft11111tffftt1t1tttttt1ttfffLLLLLLffff\\ntfffffttttfLLLffttttfffffttLLLLfffffi:;;;;;iiiiiiitffffft11tttt11t111tfffttffft1ttfftttffLLLLLLLLffL\\ntttfftttttfffftttttttttttttfLLLffLLti;;;;;i;;iiii1ftffffftt11tt1111111tfftfffftttttttttttfLLLLffffff\\nttfLffffffftttfffffffffttffttfLfffLtii;;;ii;;i1111tfffffttt1tffft11111tfttffftttttttttttttfLLfffffft\\nttffffffffftttffffffffftffffttfftftt1ii;;;;;;iii11ttffft11tttttfftt111tt1tffttffttfffffLLffffffLffLL\\nttffffffffftttffffffffttttttttttffftt11i;;;;;i111111tt111tfft1ttft11111tt1ttttfftttffffLLLfttfLLLLLL\\ntttffffffffttfffffffftt1ttt1111tfffttti;;;;;;iiiii11111ttfffft11t11111tfftttttttt1ttfffLLLftttfLLLLf\\nttttttttfffttfffttttt1ttfft11111tfft11i;;;:;;ii;;itt11ttfffffft1111111ttttt1ttfft11ttffffffftfLLLLLf\\ntftttttttttttt1tttt11ttffft1tt11ttti::i;;;:;iii;;;i;i1ttftfffft1tt1111tttt1tt1tffftt1111tffftfLffftt\\ntfttffffftt11ttftfft1tffftttff1i;:,...;1;;;;;i;:;i,..,:;i1tft111tt1111ttt11tf1tffffftttttttttttttfft\\n111tfffffftttffftttt11tfft11i;:,......,11;iii;;iii,,,....,:;i1111t1111tt111tft1fffffttfffftt11tffLLf\\n1tttffffft11ttffftt1111t1;;,..........,i1t11ii11i:.,........,111111111111t11tt1tfffttfffffffttfLffLf\\ntfttttftt11t11ttt11ttt11:..............;iiiiiii11,,,......,,,itt11t1111111111t1tffttttffffftt1tfffLf\\ntffttttttttfttt111ttttt;................,;;;i;;ii,...........;ttt11111111ttt111tttfLffttfft1ttttffft\\nttttttttttttttt111ttt11:.................:;;;i;::............;ttt1111111tttftttttffLLffttttffffttttf\\ntfffttttftttttt11ttttt1,.................,;;;;;;:............:ttttt11111tttffftttffffffftttttttffttf\\ntffft1ttfffftf111ttttt1,..................:;;;:::............:1tt11111111ttffttttffLLfLfttfffffffttf\\ntffft1tttttttt111ttttti...................,;;::::............,111111111111tttttttffLLfLfttfffffffttf\\ntffft1tttttttt111ttttt:...................,::::::,:::,.......,1t1t11111tt111tttttfffLLLfttfffftffttf\\nttttt1tttttttt111tttt1,....................,::::::;;;ii:......ittt11111ttt1ttff1tfffffLftttfftfffttt\\nttttt1ttttt11t111tttti.....................,:::::,;;;ii;,.....itttt1111tt111tttttttttttttttttttffttt\\nttttt1tttttttt11ttttt;........ .............:::::,;;;ii;,.....:1t1t1111111tttttttfttttttt1tttttffttt\\n1tttt1tttttttt11ttttt:.... :i;:.............:::::..,;;i:.......it11111111ttff1111tfttttt11tttttffttt\\n11tt11tttttt1111111t1,...,;iiii;, ..........::::,. .,:,......;111111111ttttt1111ttttttt111ttttttt1t\\n11111111111111111111i..,.,;;;iii;...........:::::.......,....itt1111111111111111111111111111111tt111\\n11t111111111111111111;....::;;ii;...........::::,..........,;111111111111111111111111111111111111111\\n1111111111111111111111, ...,:;;;,............,,:,.....,,:;11tt11111111111111111111111111111111111111\\n1111111111111111111111i:,....... ............,,:,.....:1tttttt11111111111111111111111111111111111111\\n1111111111111111111111111;.,. ..............;;;:,,....,it11ttt11111111111t11111111111111111111111111\\n111111111111111111111111i,..................;ii;:,.....,1t1ttttt1111111111t1111111111111111111111111\\n111111111111111111111111:...................;ii;;:......;ttttttttttt11tttt1t111111tt11111111ttt11111\\n111111111111111111111111:...................:i;:;;,.....:t1tttttttttttttttttttttt1tttttttttttttt1111\\n\",\n \"ttffftfffttttttttttttfffttftt111ttttt111tttt111111ttttttttt11tttt111111ttttttttttttttttttttt111111tt\\nttfftttttttttttttttffLLftfffffffftttt111111111t11tffffffttttt11111111111111tttftttfttttttttt1111tttt\\nttttttttttttttttffffLftttfffffffLLfft111ttttt111tfffffffftttttttt11111ttttfffffftfLLfttttttt111ttttt\\nttttttttttttttttfffffttffffffLLLfffttt1ttttttt1tffffffffffttttttt1111ttffffffLffttffffffttt1111tttt1\\nttttttttttttfffftttffttffffffffftttftt1t1iii11111tfffffftttttt11tt111111ttffffLLffttfLLft111111ttttt\\nttttttttttffLLLLfttttffLLLfftttttffft11i:,,,::::;1tfffftttfffft11t111tt111ttfffLLfttfftt1ttt11tttttt\\nttttttttfffLLLLLLffttfLLLfttfffftfft1;:,,,,,,,,,:tttttttffffffftt1111tftt111tttfLLfttt11tffftttttttt\\ntttttttfffLLLLLLLLLfttfttttffLfftt1::,,,,,:::::;itfttttffffffffftt111tft1ttfttttfLLfttttfffffftttttt\\ntttttttfLLLLLLLLLLfttttffftffffttf1,,,,:;iii1111itftttfffffffffftt1111t11ttffttttttttttffffffffffttt\\ntttffftfLLLLLLLLLLfttfftfffttffffft:,,,:;iii111ii1tttttttffffffftt1111tft1ttt1tftttt11tffffLLLLLfttt\\nttffffffffLLLLLLLfftfLLftttfLfffLft:,,:;;;;iiiiii1tffftt11tfffft111111ffftt1t1tttttttttfffLLLLLLffff\\ntfffffttttfLLLffttttfffffttfLLfffft;:::;;;iii;iii1tffffft11tttt11tt111fffttffft1ttfftttffLLLLLLLLffL\\ntttfftttttfffftttttttttttttfLLLffffti;;;i;;iii;iitfffffffft1tttt1t1111tfftfffftttttttttttfLLLLffffff\\nttfLffffffftttfffffffffttffttfLftfft1i;;;;;iiiii11ffffftttt1tffft11111tfttffftttttttttttttfLLffffftt\\nttffffffffftttfffffffftttfftttftttttt1;;;;;iiiii11ttffft11tttttfftt111tt1tffttffttfffffLLffffffLffLL\\nttffffffffftttffffffffttttttttttfftt11i;;;;;;ii1111ttt111tfft1ttft11111tt1ttttfftttffffLLLfttffLLLLL\\ntttffffffffttfffffffft11ttt1111ttff1;i;;;;;;;ii;iiii111ttfffft11t11111tfftttttttt1tffffLLLftttfLLLLf\\nttttttttfffttffftt1tt1tttft1111tt1;,.:i;;;;;iii::;;,,:;i1tfffft1111111ttttt1ttfft11ttffffffftfLLLLLf\\ntfttttttttttttttttt11ttffft1tti;:,...,ii;;;;ii;::;;.....,:itftt1tt1111tttt1tt1tffftt1111tffftfLffftt\\ntfttffffftt11ttftfft1tttft1i;:,.......:11iiii;;;:;:,,,,,,..;t111tt1111ttt11tf1tffffftttttttttttttfft\\n111tfffffftttffttttt11tti;:,..........,1tt1ii11i;;,,.,.,,,,,1111t11111tt111tft1tffffttfffftt11tffLLf\\n1tttffffft11ttttttt1111;...............:11iiii;;1;.,.,,.,..,1t11111111111t11tf1tfffttfffffffttfLffLf\\ntfttttftt11t11ttt111tt1,................,;;;ii;i1:.........,111t1111111111111t1tffttttffffftt1tfffLf\\ntffttttttttftt11111ttt;..................:;;;;:;i:..........itttt11111111ttt111tttfLffttfft1tttttfft\\ntttttttttttttt1111ttt1:..................,;;;;:::,..,.......;tttt1111111tttffttttffLLffttttffftttttf\\ntfffttttftttttt11tttt;....................:;;::::,,.........:ttttt111111ttttfftttffffffftttttttffttf\\ntffft1ttfftttt111tttt:....................,;:::,:;;;;:,.....:1ttt11111111ttffttttffLLfLfttfffffffttf\\ntffft1ttfttttt111ttt1,.....................:::,,::;iii;,.....itt1111111111tttttttffLLfLfttfffffffttf\\ntffft1tttttttt111ttt;......................,::,,::;;;i;,.....:111111111tt111tttttfffLLLfttfffftffttf\\nttttt11ttttttt111tt1:......................,:,..:,:;;i;.......:tttt1111ttt1ttffttffffffftttfftfffttt\\nttttt1ttttt111111tt1:......................,:,..:. .:;:......,itttt1111tt111ttttttfttffft1tftttffttt\\nttttt1tttttttt111tt1:........... .........,,,.,:...........,1tt11tt111111ttt1ttttffftttt1tftttffttt\\nttttt1tttttttt11ttti,......... .,..........,,,.,:..........,it11111111111ttft1111ttttttt11tttttffttt\\n11tt11ttttt111111tt:..........,::;,........,,,.,:......,:i11t11111111111ttttt1111ttttttt111ttttttt1t\\n11111111111111111111:........:;;ii;.........,,.,,.....i1ttt11t11t111111111111111111111111111111tt111\\n1111111111111111111ti........,:;;i;,...........,,.....;t11111111111111111111111111111111111111111111\\n11111111111111111111ti;,......,:;;;. ......,:,.,:.....,1t1t11111111111111111111111111111111111111111\\n11111111111111111111111;........,,,........:;::,,......;t1tttt11111111111111111111111111111111111111\\n1111111111111111111111i......... ........:;;::,......,1ttttt11111111111t11111111111111111111111111\\n1111111111111111111111:........ ...........:;;;::.......it1ttttt1111111111t1111111111111111111111111\\n111111111111111111111i,........,......... ,ii;;::,......:ttttttttttt11ttt1tt11t111tt111111t1tttt1111\\n11111111111111111111t;.........,..........:iiii;::,.....,1ttttttttttttttt1ttt1ttt1tttttttttttttt1111\\n\",\n \"ttttftfffttttttttttttfffttttt111ttttt111tttt111111ttttttttt11tttt111111tttttttttttttttttttt1111111tt\\nttfftttttttttttttttffLLftffftfffftttt111111111t11tffffffttttt11111111111111tttftttfttttttttt1111tttt\\nttttttttttttttttfffffftttfffffffLLLft111tttttt11tfffffffftttttttt11111ttttfffffftfLLfttttttt111ttttt\\nttttttttttttttttfffffttfffffffffffft11111;:::;;i1tffffffffttttttt1111ttffffffLffttffffffttt1111tttt1\\nttttttttttttfffftttffttffffffffftttft1;::,,,,,,,,ifffffftttttt11tt111111ttffffLLffttfLLft111111ttttt\\nttttttttttffLLLLfttttffLLLfftttttff1;:,,,,,,,,,,:itfffftttfffft11t111tt111ttfffLLfttfftt1ttt11tttttt\\nttttttttfffLLLLLLffttfLLLfttfffttt1:,,,,:::;;i;;1tttftttffffffftt1111tftt111tttfLLfttt11tffftttttttt\\ntttttttfffLLLLLLLLLfttfttttffLfftt;,,,,,:;ii11t11tfttttffffffffftt111tft1ttfttttfLLfttttfffffftttttt\\ntttttttfLLLLLLLLLLfttttffffffffttt;,,,,:;;;iii1111ttttfffffffffftt1111t11ttffttttttt1ttffffffffffttt\\ntttffftfLLLLLLLLLLfttfftfffttttfft:,,,,:;;;iiiiii1tttttttffffffftt1111tft1ttt1tftttt11tffffLLLLLfttt\\nttffffffffLLLLLLLfftfffftttfLftfLfi;;;;;;;iii1iii1tffftt11tfffft111111ffftt1t1tttttttttfffLLLLLLffff\\ntfffffttttfLLLffttttfffffttfLLftfffi;;;i;;;;iiiii1fffffft11tttt11tt111fffttffft1ttfftttffLLLLLLLLffL\\ntttfftttttffffttttttttttttttffftffft;;;;;;;;iiii1tttfffffft1tttt1t1111tfftfffftttttttttttfLLLLffffff\\nttffffffffftttfffffffffttftttffftfft1;;;;;;;;iii1ttfffffttt1tffft11111tfttfLftttttttttttttfLLftffftt\\nttffffffffftttfffffffftttfftttftttt1i;;;;;;;;ii111tffftt11tttttfftt111tt1tffttffttfffffLLffffffLffLL\\nttffffffffttttfffffffft1tt1111ttt1::i;;;;;;;i1i;i111ttt11tfft1ttft11111tt1ttttfftttffffLLLfttffLLLLL\\ntttffffffffttffffffftt111tt111i;:,..;i;;i;iii11;;;;,::;1tfffft11t11111tfftttttttt1tfffffLfftttfLLLLf\\nttttttttfffttffttttt111ttt1;:,......,ii;;iii;11;:;;,...,:1fffft1111111ttftt1ttfft11ttffffffftfLLLLLf\\ntftttttttttttt11tt111tt1;:,..........;11iii;1t1;:;;,,,,,.:tfttt1tt1111tttt1tt1tffftt1111ttfftfLffftt\\ntfttffffftt11tttttt111:..............:1tt1ii11i::;:,,,,,,,if1111tt1111ttt11tf1tfffffttttttttttttffft\\n111tfffffft1tfftttt11;................:ii;;i;:,,;;,.,,.,..it1111111111tt111tft1tffffttfffftt1ttffLLf\\n1tttffffft111tttttt1i,............,....:;;;;;;:,1i,..,,,..;ttt11111111111t11tt1tfffttfffffffttfLfLLL\\ntfttttftt1t111ttt111;..................,;;;;;:,:1i,.......it111t11t1111111111t1tffttttffffftt1tffLLf\\ntffttttttttft1111111,...................:;;;::,,;;,.......it1tttt11111111ttt111tttfLffttfft1tttttfft\\ntttttttttttttt1111t;....................,;;:::,.:,..,.....:tttttt1111111tttffttttffLLffttttffffttttf\\ntfffttttfttttt111t1,.....................;;:::..:,........,1tttttt111111ttttfftttffffffftttttttffttf\\ntffft1ttfftttt111ti......................::::,..:,.....,:::i1ttt111111111ttffttttffLLfLfttfffffffttf\\nttfft1tttttttt111t:......................,:::,..:,....,:;iiiitt11111111111tttttttffLLfLfttfffffffttf\\ntffft1tttttttt1111;.......................,:,...:,....:;;iiii1111111111tt111tftttfffLLLfttfffftffttf\\nttttt11ttttttt111t;...................,,,,,,,...,......,;;ii1111ttt1111ttt1tfffttffffffftttfftfffttt\\nttttt11tt11111111i,.................,::::::,....:........,,:i1111tt1111tt111ttttttfffffft1tftttffttt\\nttttt11ttttttt11t;.................,:;;;;;;,....:.... .. .,1t11ttt1111111ttt1ttttffffttt1tftttffttt\\nttttt11ttttttt1111:................,::::;i:.....:.,..,,,:;i11tttt111111111tft1111ttttttt11tttttffttt\\n111tt11ttt1111111t1:. ............::::;:.....,:....it11111tt1tt1111111ttttt1111ttttttt111ttttttt1t\\n11111111111111111111i:,..............,,,,......,:....:1tt111111t1111111111111111111111111111111tt111\\n11111111111111111111t11:........,.... . ..,....:.....it1t111t11111111111111111111111111111111111111\\n11111111111111111111111:,..................:....:.....:1ttt11t11t11111111111111111111111111111111111\\n1111111111111111111111i,...................:....:......it1ttttt1tt11111111111t1111111111111111111111\\n1111111111111111111111;....................,,..,:,.....:tttttttt111111111111111111111111111111111111\\n1111111111111111111111:.................. .::..,:......,1t1ttttt11t1t11111t1111111111111111111111111\\n11111111111111111111ti,.................. ,;::,,:.......itttttttttttt111t1tt11t111tt111tttt1tttt1111\\n11111111111111111111t;....................,;;;:,:.......:tttttttttttttttt1ttt1ttt1tttttttttttttt1111\\n\",\n \"tttttttttttttttttttttffftttt1111111tt1111tt1111111ttttttttt11tttt1111111ttttttttttttttttttt1111111tt\\nttfttttttttttttttttffLfttffttfffttttt1111111111111tffffftttt111111111111111tttffttftttttttt11111tttt\\nttttttttttttttttffffLftttfffffffffftt11111iii1i11ffffffffttttttt111111tttttffffftfLLfttttttt111ttttt\\nttttttttttttttttffffftttffffffffffttt11;::,,,,,:;1ffffffffttttttt1111ttfffffffLfttffffffttt1111ttttt\\nttttttttttttfffftttffttffffffffttttt1;:,,,,,,,,,,:tffffftttttt111t111111ttffffLLffttfLLft111111ttttt\\nttttttttttffLLLLftttttffLLfttttttft;,,,,,,,,:::,:itfffftttfffft11t111tt111ttfffLLfttfftt1ttt11tttttt\\nttttttttffLLLLLLLffttfLLLfttfffttt;,,,,,,:;ii1111tttttttffffffftt1111tftt111tttfLLfttt11tffftttttttt\\ntttttttfffLLLLLLLLffttfttttffffft1:,,,,,:;iii11111fttttffffffffftt111tft1ttft11tffLfttttfffffftttttt\\ntttttttfLLLLLLLLLffttttffftfffftt1:,,,,,:;;;iiiii1ftttfffffffffftt1111t11ttffttttttt1ttffffffffffttt\\ntttffttfLLLLLLLLLLfttfttffftttttft::;;::;;iiiiiii1ttttttttfffffftt1111tft1ttt1tffttt11tffffLLLLLfttt\\nttffffffffLLLLLLffftfffttttffftfLfi:;i;;;;;iiiiii1tffftt11tfffft111111ffftt1tt1tt1tttttfffLLLLLLffff\\ntffftfttttfLLLfftttttffffttfLLftfff;:;;;;;;;iiiii1tffffftt1tttt11tt111fffttffft1ttfftttffLLLLLLLLffL\\ntttttttttttfffttttttttttttttffffffft;;;;;;;;iiii1ttffffffft1ttt1111111tfftfffftttttttttttfLLLLffffff\\nttffffffffftttfffffffffttft1tfffttt1i;;;;;;;;iii1ttfffftttt1tffft11111tfttffftttttttttttttfLLfffffft\\nttffffffffftttfffffffftttffttttti::i;;;i;;;;ii1111tttttt11tttttfftt111tt1tffttffttfffffLLffffffLLfLL\\nttffffffffttttfffffffft1ttt11i;:,.,ii;;iiiii11:i1111tt111tfft1ttft11111tt1ttttffttttfffLLLfttfLLLLLL\\ntttffffffffttffffffftt111i;:,......:11;;iiiii1::;;;::;i1ttffft11t11111tfftttttttt1ttffffLfftttLLLLLf\\nttttttttfffttfttt1111ii;:,.........,it1iii;;1ti::;;,..,:1tfffft1111111ttttt11tfft11ttffffffftfLLLLLf\\ntfttttttttt1tt111111;,..............;1111ii1ti:;:;;,,,,.:tffftt11t1111tttt1tt1tffftt1111ttfftfLffftt\\ntfttfffftt1111ttttti,................:;;;i;;;,,:;;:,,,,,,itt1111tt1111ttt11tf1tffffftttttt1tttttffft\\n111tfffffft1ttttttt:..........,,......:;;;;;;,.,i;,,,,,,.;t111111111111t111tft1tffffttfffftt1ttffLLf\\n111ttfffft111ttttt1,............,.....,;;;;;:,.:1i,......;11t111111111111t11tt1tfffttfffffffttfLfLLL\\ntttt1tftt11111tt11;....................:;;;;:,.:1i,......:tt11111111111111111t1tffttttffffftt1tffLLf\\nttft11ttttttt1111i,....................,:;:;:.,,;:,......:111tttt11111111tttt11tttfLffttfft1tttttfft\\ntttttt1ttttttt111;......................,;:;:..,:,.......:11tttttt111111tttffttttffLLffttttffffttttf\\ntffft11ttttttt11i,.......................:::,..,:,.......,1tttttttt11111ttttfftttffffffftttftttffttf\\ntffft11ttttttt11;........................,:::,..:,........;11tttt11111111ttffttttffLLfLfttfffffffttf\\ntttft11ttttttt11;......................,:;;;;;;,:,........,111tt1111111111tttttttffLLfLfttfffffffttf\\ntfttt11ttttttt11i.....................:::;;;;;:.:,....... ,1t11111111111t111tftttfffLLLfttfffftffttf\\ntttt111ttttttt11:....................,:::;;;;;.,:,..........,:;iii11111ttt11tffttffffffftttfftfffttt\\nttttt11tt1111111,....................,:::;;;;,.,:.......... .::;;;;ii11111ttftttftfffft1tftttffttt\\nttttt11ttttttt11i................. ....,,,,.....:.... ........,:::;;;;ii111tt1tttfffffttt1tftttffttt\\nttttt11ttttttt11ti,. .........,... .. ....,..:,.. ....,:::;;;iii1ttt1111ttttttt11tttttffttt\\n11111111ttt111111t1ii;;;,.......................:..,.:1;:,,.. ..,;i1i1t1ttt1111ttttttt111ttttttt1t\\n1111111111111111111ttttt:,......................:.. ,tttt111i;;;;i1tt1111111111111111111111111tt111\\n111111111111111111111111:,..................,...:.....it1t1ttttttttt11111111111111111111111111111111\\n111111111111111111111111;,..................,...:.... ;tttt11t11t11111111111111111111111111111111111\\n111111111111111111111111:...................,..,:.....:ttttttttttt1111111111111111111111111111111111\\n11111111111111111111111i,...................:,.,:.....,1ttttttttt11111111111111111111111111111111111\\n11111111111111111111111;...................,::..:.....,1ttttttttt1t11t1111t1111111111111111111111111\\n11111111111111111111111:.................. :;:,,:......itttttttttttttt111ttt11t1111t111t1ttttttt1111\\n111111111111111111111t1:.................. :;;:::......;ttttttttttttttttt1ttt1ttt11ttttttttttttt1111\\n\",\n \"tttftttttttttttttttttffftttt1111111tt1111tt11111111tttt1ttt11tttt111111tttttttttttttttttttt1111111tt\\nttfftttttttttttttttffLfftfftttffttttt111111111111ttffffftttt1111111111111111ttffttfttttttttt1111tttt\\ntttttttttttttttttffffftttffffffffffft111tt111111ttffffffttttttttt11111tttttffffftfLLftttttt11111ttt1\\nttttttttttttttttffffftttffffffLffftt111i;;:::::;1tffffffffttttttt11111tfffffffLfftfffffftttt111ttttt\\nttttttttttttfffftttffttffffffffttttt1i;,,,,,,,,,,;fffffftttttt111t111111ttffffLLffttfLLft111111ttttt\\nttttttttttffLLLLftttttffLLftttttttti:,,,,,,,,,,,,;tfffftttfffft11t111tt111tttffLLfttfftt1tt111tttttt\\nttttttttffLLLLLLLffttfLLffttfffttti,,,,,,:;;;ii;itttttttffffffftt1111tftt1tttttfLLfttt11tffftttttttt\\ntttttttfffLLLLLLLLLfttfttttffffft1:,,,,::;i111tt1tfttttffffffffftt111tft1ttft11tffLfttttfffffftttttt\\ntttttttfLfLLLLLLLLfttttffftfffftti,,,,,,:;;iiii1i1ftttfffffffffft11111t11ttftttttttttttfffffLLfLfttt\\ntttffttfLLLLLLLLLLfttfttffftttttf1,,::,:;iiiiiiii1ttttttttfffffftt1111tft1ttt1ttfttt11tffffLLLLLfttt\\nttfffftfffLLLLLfffftfffttttffftfLf;:ii;;;;iii11ii1tfffft11tfffft111111ffft11t1ttt1tt1tffffLLLLLLLfff\\ntffftfttttfLLLfttttttffffttfLLftff1:;ii;;;;iiiiii1ffffftt11tttt1ttt111fffttfffttttfft1tffLLLLLLLLffL\\ntttttttttttfffttttttttttttttfffffff1;;;;;;;iiiii1tffffffftt1ttt1111111tfftfffftttttttttttfLLLLffffff\\nttffffffffftttffffffffftttt1tffftft1i;;;;;;;iiii1ttfffffttt1tffft11111tfttfffttt1tttttttttfLLftfffft\\nttffffffffttttfffffffft1tftt1tft1;ii;;;;;;;;ii1111ttftft11tttttfft1111tt1tffttffttfffffLLffffffLffLL\\nttffffffffttttfffffffft1tttt1ii;,.:i;;;i;iii111t111ttt111tffttttftt1111tt1ttttfft1tffffLLLfttfLLLLLL\\ntttffffffffttfffftfttt111ii;:,....,i1;;iiiii1i:;;;i11111tfffft11t11111tfftttttttt1tfffffLfftttfLLLLf\\ntttttttttffttfttt1111ii;:,.........;11iiii;;11;::;;,:;1tftfffft1111111tttt11ttfft11ttffffffftfLLLLLf\\ntft1ttttttt1t1111111:,.............:1tt1iii1t1;;:;:,,.,:1tffftt11t1111ttt11tt1tffftt1111ttfftfLLfftt\\ntttttffttt1111ttttt;................:iiiiii11,:;:;:,,,,.:tttt111tt1111ttt11tf1tffffftttttt1ttttttfft\\n1tttfffffft1tftttt1,.................,;;;;:;:.,:i:,,,,,,,it11111111111tt111tft1tffffttfffftt11tffLLf\\n111ttfffft111ttttti...................:;;;;;:,,:1;.......;t1tt11111111111t11tf1tfffttfffffffttfLfLLf\\ntttt1tftt11111ttt1:...................,;:;;;:..;1;.......:tt111t11t1111111111t1tffttttffffftt11ffLLf\\nttft1111ttttt1111;.....................:;:;;,..,;:.......,111tttt11111111tttt11tttfLffttfft1tt1tffft\\n1tttt11ttttttt111,.....................,::;;,..,:,.......,1ttttttt111111tttffttttffLLffttttffffttttf\\ntfftt11ttttttt11;.......................:::;,..,:,........itttttttt1111tttttfftttffffffftttftttffttf\\nttfft11ttttttt11,.......................,;;;;:,,:,........;11tttt11111111ttffttttffLLfLfttfffffffttf\\ntttft11ttttttt1i,.....................,::;i;;;,,:.........:111tt1111111111tttttttffLLfLfttfffffffttf\\nttttt11ttttttt1i.....................,:::;i;i:.,:,........,1t1111t111111t111ttfttffLLLLfttfffttffttf\\ntttt111ttt11t11;.....................,:::;;;;,.,:..........1tt111tt11111ttt1tffttffffffftttffftffttt\\nttttt11t1111111:......................:::::,...,:..........:i1tttt1tt111t1111tttttfttffft1tttttffttt\\nttttt11tttt11t1i.......................... ....,,.......... .,,:i11iii11111tt1t1ttffffttt1ttttttfttt\\nttttt11tttttt111;... ......................,:............ .,:::;iiii1111111tfttttt11ttttttfttt\\n11111111t1111111t1i;;::::......................,:..,:.. .......,::;;;;;;iii11111tttttt111ttttttt1t\\n11111111111111111ttttttt1,.....................,:......:,.. ..,:;;;:;;;iiii11111111111111111tt111\\n111111111111111111111111i,.................,::..,.... ,tt1ii;,,.. ..,:i;;iii111111111111111111111111\\n111111111111111111111111i,.................,;:,,,......1tttttt11i;;::itt11t1111111111111111111111111\\n111111111111111111111111i,................ ,;:::,......it1t1tttttttttt11tt11t111111111111111111t1111\\n111111111111111111111111;................. ,;;::,......it1tttttttt1111111t11111111111111111111111111\\n111111111111111111111111:................. .;;:::......;t1ttttttt1ttttt111t1111111111111111111111111\\n111111111111111111111111,...................;i;::,.....;tt1ttttttttttt11tttttttt111t111111tttttt1111\\n111111111111111111111111:...................:i;:::.....ittttttttttttttttttttt1ttt111tttttttttttt1111\\n\",\n \"tttftttttttttttttttttffftttt1111111tt1111tt11111111tttt1ttt11tttt111111tttttttttttttttttttt1111111tt\\nttfftttttttttttttttffLfftfftttffttttt111111111111ttffffftttt1111111111111111ttffttfttttttttt1111tttt\\ntttttttttttttttttffffftttffffffffffft1111tttt111ttffffffttttttttt11111tttttffffftfLLfttttttt1111ttt1\\nttttttttttttttttffffftttffffffLffftt11111i;iiii1tfffffffffttttttt11111tfffffffLfttffffffttt1111ttttt\\nttttttttttttfffftttffttffffffffttttt11;::,,,,,,::1fffffftttttt111t111111ttffffLLffttfLLft111111ttttt\\nttttttttttffLLLLftttttffLLftttttttf1;:,,,,,,,,,,,itfffftttfffft11t111tt111tttffLLfttfftt1ttt11tttttt\\nttttttttfffLLLLLLffttfLLffttfffttt1,,,,,,,::::::itttftttffffffftt1111tftt11t11tfLLfttt11tffftttttttt\\ntttttttfffLLLLLLLLLfttfttttffLfft1:,,,,,:;ii11111ffttttffffffffftt111tft1ttft11tffLfttttfffffftttttt\\ntttttttfLfLLLLLLLLfttttffftfffftt1:,,,,:;;iii1111fftttfffffffffftt1111111ttftttttttttttfffffLLfffttt\\ntttffttfLLLLLLLLLLfttfttffftttttf1,,,,,:;iiii;iii1ttttttttfffffftt1111ttt1ttt1ttfttt11tfffffLLLLfttt\\nttfffftfffLLLLLfffftfffttttffftfLt:;;;:;;iiiiiii11tfffft11tfffft111111ffft1tt1ttt1tt1tfffLLLLLLLffff\\ntffftfttttfLLLfttttttffftttfLLftff1;;;i;;;iii1iiitfffffft11tttt1ttt111fffttfffttttfftttffLLLLLLLLffL\\ntttttttttttfffttttttttttttttffftfffi;;;;;;iiiiii1tffffffftt1ttt1111111ffftfffftttttttt1ttfLLLLffffff\\nttffffffffftttffffffffftttt1tffftffti;;;;;;iiiii1tttffffttt1tffft11111tfttfffttt1tttttttttfLLftfffft\\nttffffffffftttfffffffftttftt1tftt111i;;;;;;;;ii111tfftft11tttttfft1111tt1tffttffttfffffLLffffffLffLL\\ntttfffffffttttfffffffft1tt111111i::i;;;i;;;;i11t111ttt111tffttttftt1111tt1ttttfft1tffffLLLfttfLLLLLL\\ntttffffffffttfffftfftt111111i;:,..,ii;;iiiii11:;;;111111tfffft11t11111tfftttttttt1tfffffLfftttfLLLLf\\ntttttttttffttfttt1111111i;:,.......:11;iiii;11;::;;,:i1tftfffft1111111tttt11ttfft11ttffffffftfLLLLLf\\ntfttttttttt1t1111111i;:,...........:1t1iii;itt;;;;:.,,,:itffftt11t1111ttt11tt1tffftt1111ttfftfLffftt\\ntttttffftt1111ttttt1:..............,i111ii1tti:;;;:,,,,.,1tft111tt1111ttt11tf1tffffftttttt1ttttttftt\\n111tfffffft1tfttttt;.................:;;;;;;;,.:i:.,,,,,.;t11111111111tt111tft1tffffttfffftt11tfffLf\\n111ttfffft111ttttt1,..................:;;;;;:,.:1;.....,.:11tt11111111111t11tf1tfffttfffffffttfLfLLf\\ntttt1tftt111111tt11,..................,;;;;;:,.;1;.......,1t111t11t1111111111tttffttttffffftt11fffLf\\ntttt111tttttt11111;....................::;;;,..,;:.......,i11tttt11111111tttt11tttfLffttfft1tt1tffft\\n1tttt11ttttttt111i.....................,::;;,..,:.........ittttttt111111tttffttttffLLffttttffffttttf\\ntfftt11ttttttt111,......................::::,..,:,........itttttttt11111ttttfftttffffffftttttttffttf\\nttfft11ttttttt11;.......................,:::,..,:,........;11tttt11111111ttffttttffLLfLfttfffffffttf\\ntttft11ttttttt11:........................,:,,..,:,........,111tt1111111111tftttttffLLfLfttfffffffttf\\nttttt11ttttttt11,.......................,,::,..,:..........it11111t11111t111tttttffLLLLfttffftfffttf\\ntttt111tttt1t11i......................::;;;;;:.,:..........;t11tttt11111tt11tffttffffffftttffftffttt\\nttttt11tt111111:....................,:::;i;;i,.,:..........;ttttttt1111111111tttttfttffft1tttttffttt\\nttttt11ttttttt1;....................,:::;i;;:..,,...........:;iii1111111111tt1t1ttfffttt11ttttttfttt\\nttttt11tttttt111:...................,:::;;;;...,,........... .,:;;;:;i1111ttt1111ttttttt11ttttttfttt\\n11111111t11t11111;,.. ...............,,,....,:.... .......,:::::;;11tt11111111tt1tt1111ttttttt1t\\n11111111111111111t11i;;;:.......,..... ......,,....,,. ...,::;::;i1111111111111111111111111tt111\\n11111111111111111111tttti,...................,.,,... :1i:,. .,,;;i1111111111111111111111111111111\\n111111111111111111111111i,...................:,,,.....ittt1i:,.. ,1tttt111111111111111111111111t1111\\n111111111111111111111111;,...................,,::.... .111tttt1ii1ttt11111111t11111111111111111t1111\\n111111111111111111111111;....................,:::......it1t11ttttt1111111111111111111111111111111111\\n111111111111111111111111;....................,::,......;t1tttttt11tt1tt111t1111111111111111111111111\\n11111111111111111111111t:....................::::......:1111ttttttttttt1tt11ttt11111111111tttttt1111\\n11111111111111111111111t:....................:;::,.....,1tttttttttttttttttttttttt111tttttttttttt1111\\n\",\n \"tttftttttttttttttttttffftttttt11ttttt1111tt11111111tttt1ttt11tttt111111tttttttttttttttttttt1111111tt\\nttfftttttttttttttttffLfftfffttffttttt111111111t11ttffffftttt1111111111111111ttffttfttttttttt1111tttt\\ntttttttttttttttttffffftttffffffffffft1111tttt111tfffffffttttttttt11111tttttffffftfLLfttttttt1111ttt1\\nttttttttttttttttffffftttffffffLfffttt1111ttttt1tffffffffffttttttt11111tfffffffLfttffffffttt1111ttttt\\nttttttttttttfffftttftttffffffffttttft1i;:;;;;;i11tfffffftttttt111t111111ttffffLLffttfLLft111111ttttt\\nttttttttttffLLLLftttttffLLfttttttfft1;:,,,,,,,,:1ttfffftttfffft11t111tt111tttffLLfttffft1ttt11tttttt\\nttttttttfffLLLLLLffttfLLffttfffttti::,,,,,,,,,,;ttttftttffffffftt1111tftt11t11tfLLfttt11tffftttttttt\\ntttttttfffLLLLLLLLLfttfttttfffffti,,,,::;;;iiiii1ffttttffffffffftt111tft1ttft11tffLfttttfffffftttttt\\ntttttttfLLLLLLLLLLftttttfftfffftt1:,,,;iii1111111fftttfffffffffftt1111111ttftttttttttttfffffLLfffttt\\ntttffttfffLLLLLLLLfttfttffftttttff:,,:;;;iiii1ii1tttttttttfffffftt1111ttt1ttt1ttfttt11tfffffLLLLfttt\\nttfffftfffLLLLLfffttfffttttffftfLt;:,:;;;;iiiiii11tfffft11tfffft11111tffft1tt11tt1ttttfffLLLLLLLffff\\ntffftfttttfLLffttttttffftttfLLftff1;;;;;iiiii;i11ttfffftt11tttt1ttt11tfffttffft1ttfft1tffLLLLLLLLffL\\ntttttttttttffftttttttttttttfffLtfffii;;;;;ii;;iittffffffftt1ttt1111111ffftfffftttttttt1ttfLLLLffffff\\nttffffffffftttfffffffffttft1tffftffti;;;;;iiiii1ttttffffttt1tffft11111tfttfffttt1tttttttttfLLfffffft\\nttffffffffftttfffffffftttfttttfttttti;;;;;iiii1111tfftft11ttttffff1111tt1tffttffttfffffLLffffffLffLL\\nttffffffffttttfffffffft1tt11111tft11i;;;;;;;iit11111tt111tffttttft11111tt1ttttfft1tffffLLLfttfLLLLLL\\ntttffffffftttfffftfftt1111111111i:,;i;;;;;;ii1i;;;111111tfffft11t11111tfftttttttt1tfffffLfftttfLLLLf\\nttttt1tttffttfttt11t111tttt1i;:,...:1i;ii;ii;1i:;;i;;i1tftfffft1111111tttt11ttfft11ttffffffftfLLLLLf\\ntfttttttttt1tt1111111ttt1;:,,.......;ti;iii;it1;;;;,..,:i1fffft11t1111ttt11tt1tffftt1111ttfftfLffftt\\nttttfffftt1111ttttt111;:,...........;tt11iii1t1::;;,,,,,.,1ft111tt1111ttt11tf1tffffftttttt1ttttttftt\\n111tfffffft1ttttttt11,..............:i11iii111:,;;,,,,,,,.;t1111t11111tt111tft1tffffttfffftt11tfffLf\\n111ttfffft111ttttttt;.................:;;;;;;:.,ii,....,,.:1tt11111111111t11tf1tfffttfffffffttfLfLLf\\ntttt1tftt11111ttt111:.................,;;i;;;,.,1i,.......:t111111t1111111111tttffttttffffftt11fffLf\\ntttt11ttttttt1111111,..................:;;;;;,,,;;,.......:11tttt11111111tttt11tttfLffttfft1tt1tffft\\n1tttt11ttttttt11111i...................,;;;;:,..:,........:1tttttt111111tttffttttfLLLLfttttffffttttf\\ntfftt11ttttttt11111:....................:i;;:,.,:,........,1ttttttt1111ttttffftttffffffftttttttffttf\\nttfft11ttftttt111ti,.....................;;::,..:,........,i1tttt11111111ttffttttffLLfLfttfffffffttf\\ntttft11ttttttt111t;......................,::,...:,.........;11t11111111111ttt1tttffLLLLfttfffffffttf\\nttttt11ttttttt111t:......................,::,...:,...,,....it11111111111t111tttttfffLLLfttfffftffttf\\ntttt11tttt11tt1111,.......................,,,...:,...,:;;;;itt11ttt1111ttt1ttftttffffffftttffftffttt\\nttttt11t111111111i.........................,,...:,...,:;iiii11111t111111t111tttttttttffft1tftttffttt\\nttttt11ttttttt111,.........................,,...:....,:;;iii11111111111111ttttt1ttfffttt11ttttttfttt\\nttttt11ttttttt111;...................,,,,..,....,......,:;ii1ttt1111111111ttt1111tfttttt11ttttttfttt\\n11111111t11t11111t;...............,:::::::..,...:.........,,it11tt1111111tttt1111ttt1tt1111ttttttt1t\\n1111111111111111111,.............:::::;;i:......:..... :1ttttt111111111111111111111111111111t111\\n11111111111111111111;,.. ........,::::;;:.......,... ,i;;;i1tttt111111111111111111111111111111111111\\n11111111111111111111t11i,.........,:::;;. ..,:,.:.....itttttttt1111111t111111111111111111111111t1111\\n11111111111111111111111t;...........,,,.... ,:,,:......it1111ttt1111111111111111111111111111111t1111\\n111111111111111111111111;.......... .... .:,,:,. ...:tttt11tt111111111111111111111111111111111111\\n111111111111111111111111;....................::::..,,..,1tttttttt1tttt1111t1111111111111111111111111\\n11111111111111111111111t;....................::::..,,...;t1tttttttttttt1t11ttttt111t111111tttttt1111\\n11111111111111111111111ti....................:;::,......:11tttttttttttttttttttttt11t11t1111ttttt1111\\n\",\n \"tttftftttttttttttttttfffttttt1111tttt111tttt1111111tttttttt11tttt111111tttttttttttttttttttt1111111tt\\nttfftttttttttttttttffLfttfffttffttttt111111111t11tfffffftttt1111111111111111ttffttfttttttttt1111tttt\\nttttttttttttttttfffffftttffffffffffftt11ttttt111tffffffftttttttt11111ttttttffffftfLLfttttttt1111ttt1\\nttttttttttttttttffffftttffffffLfffttttt11tttt11tffffffffffttttttt1111ttfffffffLfttffffffttt1111ttttt\\nttttttttttttfffftttffttffffffffftttft1tttt11ttt1ttfffffftttttt111t111111ttffffLLffttfLLft111111ttttt\\nttttttttttffLLLLftttttffLLftttttttfft11iiiiiittt1ttfffffttfffft11t111tt111tttffLLfttffft1ttt11tttttt\\nttttttttfffLLLLLLffttfLLffttfffttfft;::,,,,,,:itttttffttffffffftt1111tftt11t11tfLLftttt1tffftttttttt\\ntttttttfffLLLLLLLLLfttfttttffffft11i:,,,,,,,,:,;fffttttffffffffftt111tft1ttft11tffLfttttfffffftttttt\\ntttttttffLLLLLLLLLfttttfffttffftt1;:::::;;;iii;:tfftttfffffffffftt1111111ttftttttttttttfffffLLfffttt\\ntttffttfffLLLLLLLLfttfttfLfttttfft;:;iii111111i;1ttttttttffffffftt1111ttt1ttt1ttftt11ttfffffLLLLfttt\\nttfffftfffLLLLLLffftfffttttfffffLf;:;;;;ii1iiiii11tfffft11tfffft11111tffft1tt11tt1ttttfffLLLLLLLffff\\ntffffftttffLLffftttttffffttfLLffffi:i;;;;;ii;ii11ttffffft11tttt1ttt11tfffttffft1ttfftttffLLLLLLLLffL\\ntttttttttttffftttttttttttttfLfftffi;ii;ii;i11111tfffffffftt1ttt1111111ffftfffftttttttt1ttfLLLLffffff\\nttffffffffftttfffffffffttftttfLftf1;;;;;;;;i1111tttffffftttttffft11111tfttfffttt1tttttttttfLLfffffft\\nttffffffffftttfffffffftttfftttftttt1i;;;;;iiii1111ttftft11ttttffff1111tt1tffttffttfffffLLfffffffffLL\\ntttfffffffttttfffffffft1ttt1111tfftt1i;;;;iii1tt111ttt111tffttttft11111tt1ttttfft1tffffLLLfttfLLLLLL\\ntttffffffffttffffttftt111t11111ttfft1;;;;;;ii1ti;;i11111ttffft11t11111tfft1tttttt1tfffffLfftttfLLLLL\\nttttt1tttffttfttt111111tttt11111tti:i;;;;;;iii1;:;i1i1ttftfffft1111111tttt11ttfft11ttffffffftfLLLLLf\\ntfttttttttt1tt11t1111ttfftt1tt1i;:..;i;;;;;iii1i:;;:,,:;i1ffftt11t1111ttt11tt1tffftt1111ttfftfLffftt\\ntfttfffftt1111tttttt1tttttt1i;,.....:11;ii;;;iti:;;,,,...,:1t111tt1111ttt11tf1tffffftttttt1tttttfftt\\n1t1tfffffft1tttttttt111tti:,....,...,i11iii;i1ti;i,,,,,,,,.,i111t11111tt111tft1tffffttfffftt11tffLLf\\n1t1ttfffft111tttttt1111:,...........,i1t1iii11i,;1,....,,...;t11111111111t11tf1tfffttfffffffttfLLLLf\\ntftt1tftt1tt11ttt111tt;..............,:;i;;;;;,.i1,.........:11111t1111111111tttffttttffffftt1tffLLf\\ntfftttttttttt111111ttt:................,;;i;;:,,:;,.........:tttt11111111tttt11tttfLffttfft1tt1tffft\\ntttttt1ttttttt1111ttti,................,:;;;;:,.,:..........,ttttt111111tttffttttfLLLLfttttffffttttf\\ntffft11ttttttt1111ttt;..................,;;;::,.,,..........,1tttt111111tttffftttffffffftttttttffttf\\ntffft11ttftttt111tttt:...................:;;::..::,,.........ittt11111111ttffttttffLLfLfttfffffffttf\\ntffft11ttttttt111ttt1:...................,;::,,::;;;i;,......;t11111111111ttt1tttffLLLLfttfffffffttf\\ntttft11ttttttt111ttt1,....................,::,,::;;iii;. ...,it11tt11111t111tttttfffLLLfttfffftffttf\\nttttt1tttttttt111t1ti.....................,:,,,,::;iii;.....,it11tt1111ttt1ttftttffffffftttffftffttt\\nttttt11tt11111111t1ti......................,:,. ,,,:;i:.......;11tt11111t111tttttttttffft1tttttffttt\\nttttt11tttt11t11tttt;......................,,,..,, .,,.......,;11111111111ttttt1ttfffttt11ttttttfttt\\nttttt1tttttttt111ttt:.......................,,..,,.....,....:1ttt111111111ttt1111tfttttt11ttttttfttt\\n1111111ttt1t11111tt1,.......................,,..:,.........:1t11111111111tttt1111ttt1ttt111ttttttt1t\\n11111111111111111111;....... ............,,..:,.....,;ii1t1t111111111111111111111111111111111t111\\n111111111111111111111,.... .,::,................:....,11ttt11tt11t1111111111111111111111111111111111\\n111111111111111111111;.....;i;;;,...............:,....it1111ttt1tt1111t111111111111111111111111t1111\\n1111111111111111111111i:.,iii;;i:.......... ,::,:......itttttttt1111111111111111111111111111111t1111\\n111111111111111111111111i,:;;;ii;,......... ,;;::,.....:1ttttttt11111111111t111111111111111111111111\\n111111111111111111111111i,.,::;;:.......... ,;;;::......itttttttt1tttt11t1tt111111111111111111111111\\n111111111111111111111111i..,.................;;;::,.,,..:1tt1tttttttttttt11ttttt11111111tttttttt1111\\n111111111111111111111111i..... .............;i;:::,.....itttttttttttttt1tttttttt11t11t1111ttttt1111\\n\",\n \"tttfttfttttttttttttttfffttttt1111tttt111tttt111111ttttttttt11tttt111111tttttttttttttttttttt111111ttt\\nttfftttttttttttttttffLfftfftttffftttt111111111111tfffffftttt111111111111111tttffttfttttttttt11111ttt\\nttttttttttttttttffffLffttfffffffffffttttttttt111tffffffffttttttt111111ttttffffLfffLLfttttttt1111t1t1\\nttttttttttttttttffffftttffffffLffffttttttttttt1tffffffffffttttttt1111ttfffffffLfttffffffttt1111ttttt\\nttttttttttttfffftttffttffffffffftttftttttt11ttt1ttfffffftttttt111t111111ttffffLLffttfLLfft111111tttt\\nttttttttttffLLLLftttttfLLLftttttttfftttttttfffft1tffffftttfffft11t111tt111tttffLLfttfftt1ttt111ttttt\\nttttttttfffLLLLLLffttfLLLfttfffftffft11i;ii1ttffttttffttffffffftt1111tftt11t11tfLLfftt11tffftttttttt\\ntttttttfffLLLLLLLLffttfttttffLfLftti;:;:,,,:;;itffftttfffffffffftt111tft1ttft11tffLfttttfffffftttttt\\ntttttttffLLLLLLLLLfttttffftffffftt1;,,,,,,,,::,:tfftttfffffffffftt1111111ttftttttttttttfffffLLfffttt\\ntttffttfffLLLLLLLLfttfftfLftttffff1;::::;;iii;,:1ttttttttffffffftt1111ttt1ttt1ttfttt1ttfffffLLLLfttt\\nttfffftfffLLLLLfffftfffftttfLfffLfi;iiii11111i;:i1tfffft11tfffft11111tffft1tt11tt1ttttfffLLLLLLLffff\\ntffffftttffLLfffttttfffffttfLLffLf;;;;iiiiiiii;:1tfffffft11tttt1ttt11tfffttffft1ttfft1tffLLLLLLLLffL\\ntttttttttttffftttttttttttttffLLffLt;;:;;ii;;iii;ttffffffftt1ttt1111111ffftfffftttttttt1ttfLLLLffffff\\nttffffffffftttfffffffffttftttfLftf11i;;;i1ii11ii1tfffffftttttffft11111tfttfffttt1tttttttttfLLfffffft\\nttffffffffftttfffffffftttfftttfttt11i;;;;i1111i111ttffft11ttttffft1111tt1tffttffttfffffLLfffffffffLL\\ntttfffffffttttfffffffftttttt111tfft11;;;;iiiii1t1111tt111tffttttft11111tt1ttttfft1tffffLLLfttfLLLLLL\\ntttffffffffttfffffffft111tt1111ttfft1i;;;iiiii1;;;111111ttffft11t11111tfft1tttttt1tfffffLfftttfLLLLL\\nttttt1tttffttfftttttt11ttttt111tttft1i;;;;iiiii;;;1t11ttftfffft1111111tttt11ttfft11ttffffffftfLLLLLf\\ntft1ttttttttttttttt11tffftt1tt11tff1ii;;;;;iiii:;;i;;i1tttffftt11t1111ttt11tt1tffftt1111ttfftfLffftt\\nttttffffttt11tttttft1tttttt1ttt11i;,:i;;;;;iii;;;;:...,,,:;i1111tt1111ttt11tt1tffffftttttt1ttttttftt\\n111tfffffft1ttfftttt11tttt1tfti;,...,i1i;;ii;;i1i;,.........,i11111111tt111tft1tffffttfffftt11tffLLf\\n1t1ttfffft111tftttt1111ttt11;:,......;11iii;;1t11;......,.,,.,i1111111111t11tt1tfffttfffffffttfLLLLf\\ntftt1tftt1tt11ttt11ttt11i;:,.........:1tt1i;i1111;............;t11t1111111111tttffttttffffftt1tffLLf\\ntfftttttttttt111111tttt1,.............:;;;;;;;;:;:............:tt11111111tttt11tttffftttfft1tt1tffft\\n1ttttt1ttttttt1111tt11ti................:;;;;;:,:,............,1tt111111tttffttttfLLLLfttttffffttttf\\ntffftttttttttt111tttt1ti................,;;;;::,:,.............ittt11111tttffftttffffffftttttttffttf\\ntfffttttfftttt111tttttt;.................:;;:::,:,.............:tt1111111ttffttttffLLfLfttfffffffttf\\ntffftttttttttt111tttttt;.................,:;:::,:.,:,,.........,it11111111ttt1tttffLLLLfttfffffffttf\\ntttft11ttttttt111tttttt:..................,::::,:,,;;;;;:,......itt11111t111tttttffLLLLfttfffftffttf\\nttttt1tttttttt1111t1ttt;...................,::,,:,:;;;iii;.....,1tt1111ttt11tftttffffffftttffftffttt\\nttttt11tt1111t111tt1ttt:...................,::,,:::;;iiii;,.....:i1t1111t111tttttttttffft1tftttffttt\\nttttt11ttttttt11ttttttt:....................::,,:..,,:;ii:...... .1t111111ttttt1ttffffft11ttttttfttt\\nttttt1tttttttt111tttttt:....................,::,:. ..::,......,1t1111111ttt1111tfttttt11ttttttfttt\\n1111111tttttt1111ttt1tt:.... ...............,:,,:..............,1t1111111tttt1111ttt1ttt111ttttttt1t\\n11111111111111111111111;;;;:,...............,:,,:....... ...,,:1ttt11111111111111111111111111111t111\\n11111111111111111111111iiiiii:...............,,,:........,:i11tt1tt111111111111111111111111111111111\\n11111111111111111111111iiiiiii...............,,,:.......,1tttt11tt1111t111111111111111111111111t1111\\n1111111111111111111111i;iiiiii,..............,.,:........ittt11t111111111111111111111111111111111111\\n111111111111111111111111iiii;,...............::::,,......:1ttttt11t111111111111111111111111111111111\\n1111111111111111111111111i:,. ...............:i;:::,......itttttt1ttt111t1tt111111111111111111111111\\n11111111111111111111111111:................. :i;;;::,.....;ttttttttttttttt1ttttt111111111ttttttt1111\\n11111111111111111111111111:................. :i;;;;::,....:tttttttttttttttttttttt11t11t1111ttttt1111\\n\",\n \"tttftttttttttttttttttfffttttt1t1ttttt111tttt1111111tttttttt11tttt111111tttttttttttttttttttt111111ttt\\nttfftttttttttttttttffLLftffftfffftttt111111111t11tfffffftttt1111111111111111ttffttfttttttttt1111tttt\\nttttttttttttttttffffLffttfffffffffffttttttttt111tfffffffftttttttt11111tttttfffffffLLfttttttt111tttt1\\nttttttttttttttttfffffttfffffffLffffttttttttttt1tffffffffffttttttt1111ttffffffLLfttffffffttt1111tttt1\\nttttttttttttfffftttftttffffffffftttfttttt111ttt1ttfffffftttttt111tt11111ttffffLLffttfLLff111111ttttt\\nttttttttttffLLLLftttttfLLLftttttttffttttttttffft1tffffftttfffft11tt11tt111tttffLLfttfftt1ttt111ttttt\\nttttttttfffLLLLLLffttfLLffttfffftfffttttttfffffftfttffttffffffftt1111tftt11t11tfLLfftt11tffftttttttt\\ntttttttfffLLLLLLLLffttfttttffffffttft111i;ii1ttfffftttffffffffffft111tft1ttft11tffLfttttfffffftttttt\\ntttttttffLLLLLLLLLfttttffffffffftft1i:::,,,,::;;1fftttfffffffffftt1111111ttftttttttttttfffffLLfffttt\\ntttffttfffLLLLLLLLfttfftfLffftfffLf1;,,,,,,,::,,:1tttttttffffffftt1111ttt1ttt1ttfttt1ttfffffLLLLfttt\\nttfLfftfffLLLLLfffftfLfftttfffffLLf1;;;;;iiiii:,:1tfffft11tfffft11111tffft1tt11tt1ttttfffLLLLLLLffff\\ntffffftttffLLfffttttfffffttfLLLffLfiiiii111111i::1tffffft11tttt1ttt11tfffttffft1ttfft1tffLLLLLLLLffL\\ntttftttttttffftttttttttttttfffLffLfii;;;iiiiiii;:1ftffffftt1ttt1111111ffftfffftttttttt1ttfLLLLffffff\\nttffffffffftttfffffffffttfttffLfffLti;:;;ii;ii1;;ttffffftttttffft11111tfttffftttttttttttttfLLfffftft\\nttffffffffftttfffffffftttfftttftttt1i;;;ii11111ii1ttffft11ttttffft1111tt1tffttffttfffffLLfffffffffLL\\ntttfffffffttttfffffffftttttt111tfff1ii;;;iiiiiii1111tt111tffttttft11111tt1ttttfft1tffffLLLfttfLLLLLL\\n1tfffffffffttfffffffftt1ttt1111tffft1i;;;iiiiii;;i111111tfffft11t11111tfft1tttttt1tfffffLfftttfLLLLL\\ntttttttttffttfftttttt1ttfft1111tttftt1;;;iiiiii;:;tt11ttftfffft1111111ttttt1ttfft11ttffffffftfLLLLLf\\ntft1ttttttttttttttt11tfffft1tt11ttft11;;;;;iiii;;;1t11ttttffftt11t1111tftt1tt1tffftt1111ttfftfLffftt\\nttttffffttt11tttttft1ttfffttfft11tftiii;;;;iiii;;;;:;ii1tttft111tt1111ttt11tt1tffffftttttttttttttftt\\n111tfffffft1ttfttttt11tfftttfttt11i:,ii;;;;;iii;i:.....,,::;i111t11111tt111tft1fffffttfffftt11tffLLf\\n1t1ttfffft111tffttt1111tft1ft1i;:,...;1i;;;;;;i11:...........,;1111111111t11tt1tfffttfffffffttfLLLLf\\ntftt1tftt1tt11tft11ttt111111;:,......,111ii;;i1t1:........,,...;11t1111111111tttffttttffffftt1tffLLf\\ntffttttttttttt1111ttttt11;:,.........,i111i;i1t1;,.............,1t1111111tttt11t1tfLftttfft1tt1tffft\\n1ttttttttttttt1111ttt11ti,............,::::;;;i;:,..............it111111tttffttttfLLLffttttffffttttf\\ntfffttttffttttt11ttttttti...............,;;;;;;;:...............:t111111tttffftttffffffftttttttffttf\\ntfffttttfffttft11ttttttt;...............,:;;;;:::...............,1t111111ttffttttffLLfLfttfffffffttf\\ntffft1ttttttttt11ttttttt:................,;;;;:::................it1111111ttt1tttffLLLLfttfffffffttf\\ntffft1tttttttt111ttttttt:................,:;;::::................:t1111tt111tttttffLLLLfttfffftffttf\\nttttt1tttttttt111111tt1t;.................,::::::................,1t111ttt11tftttfffffffttfffftffttt\\nttttt1tttt11tt111ttttttt:.,:;:............,::::::................,itt111t111ttt1tttttfft11tftttffttt\\nttttt1tttttttt11tttttttt;:;iii:............,:::::...........,:,....:1t11111tttt11tfffttt11ttttttfttt\\nttttt1tttttttt111ttttttt;;iiiii:. ..........:::::...........,;;;;:..it1111tft1111ttttttt11ttttttfttt\\n1111111tttttt1111ttttttt:;iiiii;............,::::,........,::;;iii;it111ttttt11111tt1ttt111ttttttt1t\\n111111111111111111111111:;;iiii;,...........,:,::,.........,;;iiii;it111111111111111111111111111tt11\\n111111111111111111111111;:;:;;;,............,::::,...........:;;ii;it1111111111111111111111111111111\\n111111111111111111111111;::.... .............,:::,,......... .,,:i1t1111111111111111111111111111111\\n111111111111111111111111i;,..................,,,:,,....... .;,..,;11111111111111111111111111111t1111\\n1111111111111111111111111i;:;i;,..............,,:,,,........1tii11t111111111111111111111111111111111\\n111111111111111111111111111111:..............,:::;;:,.......;ttttttttt11t1tt111111111111111111111111\\n11111111111111111111111111111;,..............:i;;ii;;:,.....,1ttt1tttttttt1ttttt1111111111tttttt1111\\n1111111111111111111111111111i,...............,i;;iiii;:......ittttttttttttttttttt11t11t1111ttttt1111\\n\",\n \"tttftttttttttttttttttfffttttt1t1ttttt111tttt1111111tttttttt11tttt111111tttttttttttttttttttt111111ttt\\nttfftttttttttttttttffLLftffftfffftttt111111111t11ttffffftttt1111111111111111ttftttfttttttttt1111tttt\\nttttttttttttttttffffLffttfffffffffffttttttttt111tfffffffftttttttt11111tttttffffftfLLfttttttt111tttt1\\nttttttttttttttttfffffttfffffffLfffftttttttttt11tffffffffffttttttt1111ttfffffffLftttfffffttt1111tttt1\\nttttttttttttfffftttftttffffffffftttfttttt111ttt1ttfffffftttttt111tt11111ttffffLLffttfLLff111111ttttt\\nttttttttttffLLLLftttttfLLLftttttttffttttttttffft1ttfffffttfffft11tt11tt111tttffLLfttfftt1ttt111ttttt\\nttttttttfffLLLLLLffttfLLLfttfffftffftttttfffffffffttffttffffffftt1111tftt11t11tfLLfftt11tffftttttttt\\ntttttttfffLLLLLLLLffttfttttffLffftfftttttfftffffffftttffffffffffft111tft1ttft11tffLfttttfffffftttttt\\ntttttttffLLLLLLLLLfttttffffffffftfftt11iii;:;;i1tfftttfffffffffftt1111111ttftttttttttttfffffLLfffttt\\ntttffttfLLLLLLLLLLfttfftfLffttfffLLft1;:::,,,,::;;1ttttttffffffftt1111ttt1ttt1ttfttt1ttffffLLLLLfttt\\nttfLLftfffLLLLLLLfftfLfftttfLfffLLLfti;,,,,:::::,,;fffft11tfffft11111tffft1tt11tt1ttttfffLLLLLLLffff\\ntfffffttttfLLfffttttfffffttLLLLffLLf1ii;;iiii11i:,;tfffft11tttt1ttt11tfffttffft1ttfft1tffLLLLLLLLffL\\ntttttttttttffftttttttttttttfffLffLLf1iiiiiii1111;:;tffffftt1ttt111111tffftfffftttttttt1ttfLLLLffffff\\nttffffffffftttfffffffffttfttffLfffLf111;;;ii;;i1i:itfffftttttffft11111tfttffftttttttttttttfLLfffftft\\nttffffffffftttffffffffttffftttftttttt1i;;;iii;iii;ifftft11tttttffft111tt1tffttffttfffffLLfffffffffLL\\ntttfffffffttttfffffffftttttt111tffft11i;;;ii11111111tt111tffftttft11111tt1ttttfft1tffffLLLfttfLLLLLL\\n1tfffffffffttfffffffftt1ttt1111fffft111i;;;iiiiiii11111ttfffft11111111tfft1tttttt1tfffffLfftttfLLLLL\\ntttttttttffttfftttttt1ttftt1111ttffttt1i;;;iiii;;;1t11ttttfffft1111111ttttt1ttfft11ttffffffftfLLLLLf\\ntft1ttttttttttttttt1ttfffftttt11ttft1t1i;;iiiii;:;1t111tttffftt11t1111tftt1tt1tffftt1111ttfftfLffftt\\nttttfffftttt1ttttfft1tffffttfft11tft111i;;;;;ii;:;i11111ttttt1111t1111ttt11tt1tfffffttttttttttttffft\\n111tfffffftttffftttt11tfftttfttt1ttt1i1i;;;;iiiiii::;i111tt11111t11111tt111tft1fffffttfffftt1ttfLLLf\\n1t1ttfffft111tffttt1111tfttft11tti;::,i1;;;;;iii11:...,,::;i1tt1111111111t11tt1tfffttfffffffttfLLLLf\\ntttt1tftt1tt11ttt11ttt1111tt11i;,,....;1i;;;;;;i11:.,.......,,:i11t1111111111tttffttttffffftt1tffLLf\\ntffttttttttttt1111ttttt111i;:,........;1t1ii;;i1ii,.............;t1111111tttt11t1tfLftttfft1tt1tffft\\n1ttttttttttttt1111tttttt11:...........:iiiiii1tti,..............,1t11111tttttttttfLLLffttttffffttttf\\ntfffttttffttttt11ttttttt1i,.............,:::;;ii;,...............;t11111ttttfftttffffffftttttttffttf\\ntfffttttfffffft11ttttttt1;..............,:;;;;;;:,...............,1111111ttffttttffLLfLfttfffffffttf\\ntffftttttttttt111ttttttt1:.......... ....:;;;;;;:,................it111111tttttttffLLLLfttfffffffttf\\ntffft1tttttttt111ttttttt1,........,,:;:,.,;;;;;:;,................;t1111t111tttttffffLLfttfffffffttf\\nttttt1tttttttt1111t1tttt1,.......;;;;;:,..:;;::::,................,1t11ttt11tftttfffffffttfffftffttt\\nttttt1tttt11tt111ttttttt1:......;;;;;;;:,.:;;::::,................,it111t1111tt11ttttfft11tftttffttt\\nttttt1tttttttt11tttttttti,......:;:;;;:...,:;::::,.................:1t11111tt1t11tfffttt11ttttttfttt\\nttttt1tttttttt11tttttttti,......:;:;;:.....,:::::,..................:11111ttt1111ttttttt11ttttttfttt\\n1t1t111tttttt111111ttttt;...,,,.,:::. ......:::::,...................,111tttt11111ttttt1111ttttttt1t\\n111111111111111111111111,,,,,,,.............,:::::,..................,1t111111111111111111111111tt11\\n11111111111111111111111i,,..:,..............,,::::,,.................,11tt11111111111111111111111111\\n111111111111111111111111;...................,:,,::,,.................,;ii11t111111111111111111111111\\n111111111111111111111111i,..................,:::::,,................:::;;;i111t111111111111111111111\\n1111111111111111111111111i;;;;i1:............::,:,,,,........... ..::;;;;i1111111111111111111111111\\n111111111111111111111111111111t1,............,.,:,,,:,,........:,,..,:;;;i11t11111111111111111111111\\n1111111111111111111111111111111i.............,,::;;;i;:,...... :111i;::;;;1ttttt11t1111111tttttt1111\\n111111111111111111111111111111ti.............:1;;1iiii;:,.......i1tttt11111tt1tt111111t1111ttttt1111\\n\",\n \"tttttttttttttttttttttfffttttt1111tttt111tttt1111111tttttttt11tttt111111tttttttttttttttttttt111111ttt\\nttfftttttttttttttttffLLftffftfffftttt111111111t11ttffffftttt1111111111111111ttftttfttttttttt1111tttt\\nttttttttttttttttffffLffttfffffffffffttttttttt111tfffffffftttttttt11111tttttffffftfLLfttttttt1111ttt1\\nttttttttttttttttfffffttfffffffLfffftttttttttt11tffffffffffttttttt11111tffffffffftttfffffttt11111ttt1\\nttttttttttttfffftttffttffffffffftttfttttt111ttt1ttfffffftttttt11tt111111ttffffLLffttfLLff111111ttttt\\nttttttttttffLLLLftttttfLLLfttttttffffttttttfffft1tffffffttfffft11t111tt111tttffLLfttfftt1ttt111ttttt\\nttttttttfffLLLLLLffttfLLLfttfffftfffttttttfffffftfttfftffffffffttt111tftt11t11tfLLLftt11tffft1tttttt\\ntttttttfLfLLLLLLLLffttfttttffLLfftffttttffffffffffftttfffffffffftt111tft1ttft11tffLfttttfffffftttttt\\ntttttttffLLLLLLLLLfttttffffffLLftffttttttt11i;ii1tftttfffffffffftt1111111ttftttttttttttfffffLLfffttt\\ntttffttfLLLLLLLLLLfttfftfffffffffLLfttt1i;::,,,,:;;1tttttffffffftt1111ttt1ttt1ttfttt1ttfffffLLLLfttt\\nttfLLftfffLLLLLLLfftfLfftttfLfffLLLLttt1;,,,,,,,::,:iftt11tfffft11111tffft1tt11tt1ttttfffLLLLLLLLfff\\ntfffffttttfLLfffttttfffffttLLLLfLLLftt1i;;;;;;iiii:,;fftt11tttt1ttt11tfffttffft1ttfft1tffLLLLLLLLffL\\ntttttttttttffftttttttttttttffLLffLLftt1;iiiii11111i::tfffft1ttt111111tffftfffftttttttt1ttfLLLLffffff\\nttfLffffffftttfffffffffttfttffLfffLftt1;i;;;iiiiiii;;tfftttttffft11111tfttffftttttttttttttfLLftfffft\\nttffffffffftttffffffffftffftttfttftttttii;;;;ii;;ii;iftt11tttttfft1111tt1tffttffttfffffLLfffffffffLL\\nttffffffffttttfffffffftttttt11ttfffttt11ii;;ii1111ii11111tffftttftt1111tt1ttttfft1tffffLLLfttfLLLLLL\\n1ttffffffffttfffffffftt1ttt111tffffttt1i1i;;;iiiiii1111ttfffft11t11111tfft1tttttt1ttffffLfftttfLLLLf\\ntttttttttffttfftttttt1ttfff1111ttffttttt1i;;;;i;:;it11ttftfffft1111111ttttt1ttfft11ttffffffftfLLLLLf\\ntft1ttttttttttttttt11tfffftttt11tfftt11tt1;;;ii;;;1t111tttffftt11t1111tttt1tt1tffftt1111ttfftfLffftt\\ntfttfffftttt1ttttfft1tffffttfftt1tft1111t1;;;;i;:;i11111tttft111tt1111ttt11tt1tfffffttttttttttttffft\\n1tttfffffftttffftfft11tfffttfttttttt11111i;;:;iiii1i;i1t1tt11111t11111tt111tft1fffffttfffftt1ttffLLf\\n1t1tffffft111tffttt1111tfttft11tt1t1i;;;1i;;;;ii1ii1,.,:;ii1tt11111111111t11tt1tfffttfffffffttfLfLLf\\ntfttttftt1tt11ttt11ttt11t1t11tt11i:,...,11;;;;;it111,,.....,:;i11tt1111111111tttffttttffffftt1tffLLf\\ntffttttttttttt1111ttftt111111i;:,......:1t1i;;;;i1t1,..........,:i1111111tttt11t1tfLftttfft1tt1tffft\\n1ttttttttttttt1111ttttt111tt;..........:1111iii1;11:.............,it1111tttttt1ttfLLLffttttffffttttf\\ntfffttttffttttt11ttttttt11t1,...........,,:::;;i;;:...............:t1111ttttfft1tffffffftttttttffttf\\ntfffttttfffffft11ttttttt111i..............:;:::;;::...............,1t1111ttffttttffLLfLfttfffffffttf\\ntfffttttttttttt11ttttttt111:..............,;;;;;;:,................;t11111ttt1t1tffLLLLfttfffffffttf\\ntffft1tttttttt111ttttttt11i,..........,::::;;;;;;:,................,1t11t111tttttffffLLfttfffffffttf\\nttttt1tttttttt111tt1tttt11i.........:;;;;:,;;::::::.................;t1ttt11tftttffffffftttffftffttt\\nttttt1tttt11tt111ttttttt111,.......;;;;;;:,:;::::::,................:tttt1111tt11ttfttft11tftttffttt\\nttttt1tttttttt11tttttttt11;,......,;;;;;;:::;::::::,................,itt111t11t11ttftttt11ttttttfttt\\nttttt1tttttttt11tttttttt11;,......:;;;;i;...,:::::,,.................:tt1tttt1111ttttttt11ttttttfttt\\n1t1t111tttttt111tttttttt1;,.,.....,:;:......,:::::,,..................it1tttt11111tttt11111ttttttt1t\\n1111111111111111111111111:,,,......,,. .....,,::::,,..................,1t11111111111111111111111tt11\\n1111111111111111111111111,,....,,...........,,,:::::,..................itt11111111111111111111111111\\n1111111111111111111111111;,.................,:::::::,,................:1tt11111111111111111111111111\\n11111111111111111111111111:.... ............,:::,:,,.................,1tt11111111111111111111111111\\n11111111111111111111111111ii;;;;;i, .........,,::,,,,,................,:;;1tt11111111111111111111111\\n11111111111111111111111111111111t1,..........,,,:,,:,:,,. ...........,:::;;i11tt11111111111111111111\\n11111111111111111111111111111111t;.............,:::;;;;:,........ .,:::;;:;i1t111111111ttttttt11111\\n111111111111111111111111111111111:...........,;;;i1iiii;:,.......::,,::::;;i1ttt111t11t1111ttttt1111\\n\",\n \"tttftttttttttttttttttfffttttt1111tttt111tttt1111111tttttttt11tttt111111tttttttttttttttttttt11111111t\\nttfftttttttttttttttffLLftffftfffftttt111111111t11ttffffftttt1111111111111111ttftttfttttttttt1111tttt\\nttftttttttttttttffffLffttfffffffLfffttttttttt111tfffffffftttttttt11111ttttttfffftfLLfttttttt111tttt1\\nttttttttttttttttfffffttfffffffLfffftttttttttt11tffffffffffttttttt11111tfffffffffttffffffttt11111ttt1\\ntttttttttttffffftttffttffffffffftttfttttt111ttt1ttfffffftttttt11tt111111ttffffLLffttfLLfft11111ttttt\\nttttttttttffLLLLftttttfLLLfttttttffLftttttttffft1ttfffffttfffft11t111tt111tttffLLfttfftt1ttt111ttttt\\nttttttttfffLLLLLLffttfLLLfttfffftfLfttttttffffffffftftttfffffffttt111tftt11t11tfLLfftt11tffft11ttttt\\ntttttttfffLLLLLLLLffttfttttfLLLfftffttttffftt1iii11tttfffffffffftt111tft1ttft11tffLfttttfffffftttttt\\ntttttttffLLLLLLLLLfttttffffffLffffftttttfti;;::,,,:;i1tffffffffftt1111111ttftttttttttttfffffLLfffttt\\ntttfffffLLLLLLLLLLfttfftfLfffffffLLfttttt1;,,,,,,,::,:ittffffffftt1111ttt1ttt1tftttt1ttffffLLLLLfttt\\nttfLLffffLLLLLLLLfftfLfftttfLfffLLLLfttt1i;:::;;iiii;,;t11tfffft11111tffft1tt1ttt1ttttfffLLLLLLLLfff\\ntffffftttffLLLffttttfffffttLLLLfLLLffttf1;;iiii11111i::1t11tttt1ttt11tfffttfftttttfft1tffLLLLLLLLffL\\ntttttttttttffftttttttttttttfffLffLLftttti:;;;;iiiiiii;;tftt1ttt111111tffftfffftttttttt1ttfLLLLffffff\\nttfLffffffftttfffffffffttfttffLfffLfttttti;;;;;iii;i1iiftttttffft11111tfttffftttttttttttttfLLftfffft\\nttffffffffftttffffffffftfffftffffftttttft11i;;;iiii1iiit11tttttfft1111tt11ffttffttfffffLLfffffffffLL\\nttffffffffttttfffffffftttttt1tttffftttttti1i;;;ii11iii111tffftttftt1111tt1ttttfft1tffffLLLfttfLLLLLL\\n1ttffffffffttfffffffftt1ttt1111tfffftttt111i;;iiiiii111ttfffft11t11111tfftttttttt1ttffffLfftttfLLLLf\\ntttttttttffttfftttttt1ttfftttt1ttfftttttt111i;i;:;ii11ttftfffft1111111ttttt1ttfft11ttffffffftfLLLLLf\\ntft1ttttttttttttttt11tfffftttt11tfftt1ttt111;;i;;;iii1ttttffftt11t1111ttt11tt1tffttt1111ttfftfLffftt\\ntfttffffttt11tttttft1tffffttffttttft111ttt11;;;;:;i1i1;;11tft111tt1111tt111tt1tfffffttttt11tttttffft\\n1tttfffffftttffftfft11tfftttffttttft1111iii1;;;i;iiii1i,,,:;;i11tt1111tt111tft1fffffttfffftt11tffLLf\\n111ttfffftt1ttffttt1111tfttft11tt1t1i;:,,,;1i;;i1ii;iti,,.....,:;i1t11111t11tt1tfffttffffffft1fffLLf\\ntfttttftt1tt11tft11ttt11tttt1tt11i;:,.....;11i;i1i;1tt;,,.........,:i11111111t1tffttttffffftt1tfffLf\\ntffttttttttftt1111ttttt11111tft;,.........;11111i1ttti,.............,1111tttt1111tffftttfft1tt1tffft\\n1ttttttttttttt1111tttttt11tfff1,...........,:;;;;;11i:...............itttttttt1ttfffLffttttffffttttf\\ntfffttttffttttt11ttttttt11tfffi............ ,:;;;;;;;,...............;t1ttttfft1tffffffftttttttffttf\\ntfffttttfffffft11tttttttttt1tf;..............:;;;;;;;,...............:111ttttttttfffLfLfttfffffffttf\\ntfffttttftftft111ttttttt11t111:..............:;;;;;::,...............,1t11ttt1t1tffLLLLfttfffffffttf\\ntfffttttfttttt111ttttttt11ttt1:..............,;;;::;::................itt111tttttffffLLfttfffffffttf\\ntttttttttttttt111ttttttt1ttfft:..............,;;;;::::................:1tt11tft1tffffffftttffttffttt\\nttttt1tttt11tt11tttttttt1tttt1;.,::,..........:;:::;::,...............,1t1111tt11tttttft11tfttttfttt\\nttttt1tttttttt11ttttttttt1ttt1;,:;;:..........,::::::,,................it11111111ttftttt11ttttttfttt\\nttttt1tttttttt11tttttttttttttiiiiii;,.........,:::::::,................:ttttt1111ttttttt11ttttttfttt\\n1t1111tttttttt11tttttttt1ttt1;;;;ii;,.........,:::::::,.................ittttt1111tttt11111ttttttt1t\\n11111111111111111111111111tt1;;;;ii;...........::::::::................ :1t111111111111111111111t111\\n11111111111111111111111111tt1;::;;i:...........,:::::::,...............,itttt11111111111111111111111\\n11111111111111111111111tttttt;,,,::............,::::::,,...............ittttt11111111111111111111111\\n1111111111111111111111111tttt1:,,..............,:::::,,,,.......,:;::,:1t1111111111111111111111t1111\\n11111111111111111111111111111111i;;i:..........,:,,,.,,.,.......::;;i;it1ttt111111111111111111111111\\n1111111111111111111111111111111111ti...........,,.,:,:;::,......,:;;ii1ttttt11111111111111111t111111\\n1111111111111111111111111111111111t;...........,;iiiiiii;:,......:;;;i1ttttt111t1111111111tttttt1111\\n11111111111111111111111111111111111:...........,;i11iiii;:,.......,:i1tttttt1ttttt1t11t1111ttttt1111\\n\",\n];\n\nfunction isApr1(): boolean {\n const d = new Date();\n // Months are 0 indexed\n return d.getMonth() === 3 && d.getDate() === 1;\n}\n\nexport const Apr1Events = new EventEmitter();\n\nexport function Apr1(): React.ReactElement {\n const [open, setOpen] = useState(isApr1());\n const [n, setN] = useState(0);\n\n useEffect(() => {\n const id = setInterval(() => setN((n) => (n + 1) % frames.length), 100);\n return () => clearInterval(id);\n }, []);\n\n useEffect(\n () =>\n Apr1Events.subscribe(() => {\n setOpen(true);\n }),\n [],\n );\n\n if (!open) return <>;\n\n return (\n setOpen(false)}>\n
{frames[n]}
\n
\n \n
\n
\n );\n}\n","/**\n * Class representing a Script instance that is actively running.\n * A Script can have multiple active instances\n */\nimport { Script } from \"./Script\";\nimport { ScriptUrl } from \"./ScriptUrl\";\nimport { Settings } from \"../Settings/Settings\";\nimport { Terminal } from \"../Terminal\";\n\nimport { Generic_fromJSON, Generic_toJSON, IReviverValue, Reviver } from \"../utils/JSONReviver\";\nimport { formatTime } from \"../utils/helpers/formatTime\";\nimport { ScriptArg } from \"../Netscript/ScriptArg\";\n\nexport class RunningScript {\n // Script arguments\n args: ScriptArg[] = [];\n\n // Map of [key: hostname] -> Hacking data. Used for offline progress calculations.\n // Hacking data format: [MoneyStolen, NumTimesHacked, NumTimesGrown, NumTimesWeaken]\n dataMap: Record = {};\n\n // Script filename\n filename = \"\";\n\n // This script's logs. An array of log entries\n logs: string[] = [];\n\n // Flag indicating whether the logs have been updated since\n // the last time the UI was updated\n logUpd = false;\n\n // Total amount of hacking experience earned from this script when offline\n offlineExpGained = 0;\n\n // Total amount of money made by this script when offline\n offlineMoneyMade = 0;\n\n // Number of seconds that the script has been running offline\n offlineRunningTime = 0.01;\n\n // Total amount of hacking experience earned from this script when online\n onlineExpGained = 0;\n\n // Total amount of money made by this script when online\n onlineMoneyMade = 0;\n\n // Number of seconds that this script has been running online\n onlineRunningTime = 0.01;\n\n // Process ID. Must be an integer and equals the PID of corresponding WorkerScript\n pid = -1;\n\n // How much RAM this script uses for ONE thread\n ramUsage = 0;\n\n // hostname of the server on which this script is running\n server = \"\";\n\n // Number of threads that this script is running with\n threads = 1;\n\n // Script urls for the current running script for translating urls back to file names in errors\n dependencies: ScriptUrl[] = [];\n\n constructor(script: Script | null = null, args: ScriptArg[] = []) {\n if (script == null) {\n return;\n }\n this.filename = script.filename;\n this.args = args;\n this.server = script.server;\n this.ramUsage = script.ramUsage;\n this.dependencies = script.dependencies;\n }\n\n log(txt: string): void {\n if (this.logs.length > Settings.MaxLogCapacity) {\n this.logs.shift();\n }\n\n let logEntry = txt;\n if (Settings.TimestampsFormat) {\n logEntry = \"[\" + formatTime(Settings.TimestampsFormat) + \"] \" + logEntry;\n }\n\n this.logs.push(logEntry);\n this.logUpd = true;\n }\n\n displayLog(): void {\n for (let i = 0; i < this.logs.length; ++i) {\n Terminal.print(this.logs[i]);\n }\n }\n\n clearLog(): void {\n this.logs.length = 0;\n }\n\n // Update the moneyStolen and numTimesHack maps when hacking\n recordHack(hostname: string, moneyGained: number, n = 1): void {\n if (this.dataMap[hostname] == null || this.dataMap[hostname].constructor !== Array) {\n this.dataMap[hostname] = [0, 0, 0, 0];\n }\n this.dataMap[hostname][0] += moneyGained;\n this.dataMap[hostname][1] += n;\n }\n\n // Update the grow map when calling grow()\n recordGrow(hostname: string, n = 1): void {\n if (this.dataMap[hostname] == null || this.dataMap[hostname].constructor !== Array) {\n this.dataMap[hostname] = [0, 0, 0, 0];\n }\n this.dataMap[hostname][2] += n;\n }\n\n // Update the weaken map when calling weaken() {\n recordWeaken(hostname: string, n = 1): void {\n if (this.dataMap[hostname] == null || this.dataMap[hostname].constructor !== Array) {\n this.dataMap[hostname] = [0, 0, 0, 0];\n }\n this.dataMap[hostname][3] += n;\n }\n\n // Serialize the current object to a JSON save state\n toJSON(): IReviverValue {\n return Generic_toJSON(\"RunningScript\", this);\n }\n\n // Initializes a RunningScript Object from a JSON save state\n static fromJSON(value: IReviverValue): RunningScript {\n return Generic_fromJSON(RunningScript, value.data);\n }\n}\n\nReviver.constructors.RunningScript = RunningScript;\n","import { FactionNames } from \"./Faction/data/FactionNames\";\nimport { CityName } from \"./Locations/data/CityNames\";\nimport { StaticAugmentations } from \"./Augmentation/StaticAugmentations\";\nimport { augmentationExists, initAugmentations } from \"./Augmentation/AugmentationHelpers\";\nimport { AugmentationNames } from \"./Augmentation/data/AugmentationNames\";\nimport { initBitNodeMultipliers } from \"./BitNode/BitNode\";\nimport { Companies, initCompanies } from \"./Company/Companies\";\nimport { resetIndustryResearchTrees } from \"./Corporation/IndustryData\";\nimport { Programs } from \"./Programs/Programs\";\nimport { Factions, initFactions } from \"./Faction/Factions\";\nimport { joinFaction } from \"./Faction/FactionHelpers\";\nimport { updateHashManagerCapacity } from \"./Hacknet/HacknetHelpers\";\nimport { prestigeWorkerScripts } from \"./NetscriptWorker\";\nimport { Player } from \"./Player\";\nimport { recentScripts } from \"./Netscript/RecentScripts\";\nimport { resetPidCounter } from \"./Netscript/Pid\";\nimport { LiteratureNames } from \"./Literature/data/LiteratureNames\";\n\nimport { GetServer, AddToAllServers, initForeignServers, prestigeAllServers } from \"./Server/AllServers\";\nimport { prestigeHomeComputer } from \"./Server/ServerHelpers\";\nimport { SpecialServers } from \"./Server/data/SpecialServers\";\nimport { deleteStockMarket, initStockMarket, initSymbolToStockMap } from \"./StockMarket/StockMarket\";\nimport { Terminal } from \"./Terminal\";\n\nimport { dialogBoxCreate } from \"./ui/React/DialogBox\";\n\nimport { staneksGift } from \"./CotMG/Helper\";\nimport { ProgramsSeen } from \"./Programs/ui/ProgramsRoot\";\nimport { InvitationsSeen } from \"./Faction/ui/FactionsRoot\";\nimport { CONSTANTS } from \"./Constants\";\nimport { LogBoxClearEvents } from \"./ui/React/LogBoxManager\";\n\nconst BitNode8StartingMoney = 250e6;\n\n// Prestige by purchasing augmentation\nexport function prestigeAugmentation(): void {\n initBitNodeMultipliers();\n\n const maintainMembership = Player.factions.concat(Player.factionInvitations).filter(function (faction) {\n return Factions[faction].getInfo().keep;\n });\n Player.prestigeAugmentation();\n\n // Delete all Worker Scripts objects\n prestigeWorkerScripts();\n\n const homeComp = Player.getHomeComputer();\n // Delete all servers except home computer\n prestigeAllServers();\n\n // Reset home computer (only the programs) and add to AllServers\n AddToAllServers(homeComp);\n prestigeHomeComputer(homeComp);\n\n if (augmentationExists(AugmentationNames.Neurolink) && Player.hasAugmentation(AugmentationNames.Neurolink, true)) {\n homeComp.programs.push(Programs.FTPCrackProgram.name);\n homeComp.programs.push(Programs.RelaySMTPProgram.name);\n }\n if (augmentationExists(AugmentationNames.CashRoot) && Player.hasAugmentation(AugmentationNames.CashRoot, true)) {\n Player.setMoney(1e6);\n homeComp.programs.push(Programs.BruteSSHProgram.name);\n }\n if (augmentationExists(AugmentationNames.PCMatrix) && Player.hasAugmentation(AugmentationNames.PCMatrix, true)) {\n homeComp.programs.push(Programs.DeepscanV1.name);\n homeComp.programs.push(Programs.AutoLink.name);\n }\n\n if (Player.sourceFileLvl(5) > 0 || Player.bitNodeN === 5) {\n homeComp.programs.push(Programs.Formulas.name);\n }\n\n // Re-create foreign servers\n initForeignServers(Player.getHomeComputer());\n\n // Gain favor for Companies\n for (const member of Object.keys(Companies)) {\n if (Companies.hasOwnProperty(member)) {\n Companies[member].gainFavor();\n }\n }\n\n // Gain favor for factions\n for (const member of Object.keys(Factions)) {\n if (Factions.hasOwnProperty(member)) {\n Factions[member].gainFavor();\n }\n }\n\n // Stop a Terminal action if there is one.\n if (Terminal.action !== null) {\n Terminal.finishAction(true);\n }\n Terminal.clear();\n LogBoxClearEvents.emit();\n\n // Re-initialize things - This will update any changes\n initFactions(); // Factions must be initialized before augmentations\n\n Player.factionInvitations = Player.factionInvitations.concat(maintainMembership);\n initAugmentations(); // Calls reapplyAllAugmentations() and resets Player multipliers\n Player.reapplyAllSourceFiles();\n initCompanies();\n\n // Apply entropy from grafting\n Player.applyEntropy(Player.entropy);\n\n // Gang\n const gang = Player.gang;\n if (gang) {\n const faction = Factions[gang.facName];\n if (faction) joinFaction(faction);\n const penalty = 0.95;\n for (const m of gang.members) {\n m.hack_asc_points *= penalty;\n m.str_asc_points *= penalty;\n m.def_asc_points *= penalty;\n m.dex_asc_points *= penalty;\n m.agi_asc_points *= penalty;\n m.cha_asc_points *= penalty;\n }\n }\n\n // BitNode 3: Corporatocracy\n if (Player.bitNodeN === 3) {\n homeComp.messages.push(LiteratureNames.CorporationManagementHandbook);\n }\n\n // Cancel Bladeburner action\n if (Player.bladeburner) {\n Player.bladeburner.prestige();\n }\n\n // BitNode 8: Ghost of Wall Street\n if (Player.bitNodeN === 8) {\n Player.money = BitNode8StartingMoney;\n }\n if (Player.bitNodeN === 8 || Player.sourceFileLvl(8) > 0) {\n Player.hasWseAccount = true;\n Player.hasTixApiAccess = true;\n }\n\n // Reset Stock market\n if (Player.hasWseAccount) {\n initStockMarket();\n initSymbolToStockMap();\n }\n\n // Red Pill\n if (augmentationExists(AugmentationNames.TheRedPill) && Player.hasAugmentation(AugmentationNames.TheRedPill, true)) {\n const WorldDaemon = GetServer(SpecialServers.WorldDaemon);\n const DaedalusServer = GetServer(SpecialServers.DaedalusServer);\n if (WorldDaemon && DaedalusServer) {\n WorldDaemon.serversOnNetwork.push(DaedalusServer.hostname);\n DaedalusServer.serversOnNetwork.push(WorldDaemon.hostname);\n }\n }\n\n if (\n augmentationExists(AugmentationNames.StaneksGift1) &&\n Player.hasAugmentation(AugmentationNames.StaneksGift1, true)\n ) {\n joinFaction(Factions[FactionNames.ChurchOfTheMachineGod]);\n }\n\n staneksGift.prestigeAugmentation();\n\n resetPidCounter();\n ProgramsSeen.splice(0, ProgramsSeen.length);\n InvitationsSeen.splice(0, InvitationsSeen.length);\n}\n\n// Prestige by destroying Bit Node and gaining a Source File\nexport function prestigeSourceFile(flume: boolean): void {\n initBitNodeMultipliers();\n\n Player.prestigeSourceFile();\n prestigeWorkerScripts(); // Delete all Worker Scripts objects\n\n const homeComp = Player.getHomeComputer();\n\n // Stop a Terminal action if there is one.\n if (Terminal.action !== null) {\n Terminal.finishAction(true);\n }\n Terminal.clear();\n LogBoxClearEvents.emit();\n\n // Delete all servers except home computer\n prestigeAllServers(); // Must be done before initForeignServers()\n\n // Reset home computer (only the programs) and add to AllServers\n AddToAllServers(homeComp);\n prestigeHomeComputer(homeComp);\n\n // Re-create foreign servers\n initForeignServers(Player.getHomeComputer());\n\n if (Player.sourceFileLvl(9) >= 2) {\n homeComp.setMaxRam(128);\n } else if (Player.sourceFileLvl(1) > 0) {\n homeComp.setMaxRam(32);\n } else {\n homeComp.setMaxRam(8);\n }\n homeComp.cpuCores = 1;\n\n // Reset favor for Companies\n for (const member of Object.keys(Companies)) {\n if (Companies.hasOwnProperty(member)) {\n Companies[member].favor = 0;\n }\n }\n\n // Reset favor for factions\n for (const member of Object.keys(Factions)) {\n if (Factions.hasOwnProperty(member)) {\n Factions[member].favor = 0;\n }\n }\n\n // Stop a Terminal action if there is one\n if (Terminal.action !== null) {\n Terminal.finishAction(true);\n }\n\n // Delete all Augmentations\n for (const name of Object.keys(StaticAugmentations)) {\n if (StaticAugmentations.hasOwnProperty(name)) {\n delete StaticAugmentations[name];\n }\n }\n\n // Give levels of NeuroFluxGovernor for Source-File 12. Must be done here before Augmentations are recalculated\n if (Player.sourceFileLvl(12) > 0) {\n Player.augmentations.push({\n name: AugmentationNames.NeuroFluxGovernor,\n level: Player.sourceFileLvl(12),\n });\n }\n\n // Re-initialize things - This will update any changes\n initFactions(); // Factions must be initialized before augmentations\n initAugmentations(); // Calls reapplyAllAugmentations() and resets Player multipliers\n Player.reapplyAllSourceFiles();\n initCompanies();\n\n if (Player.sourceFileLvl(5) > 0 || Player.bitNodeN === 5) {\n homeComp.programs.push(Programs.Formulas.name);\n }\n\n // BitNode 3: Corporatocracy\n if (Player.bitNodeN === 3) {\n homeComp.messages.push(LiteratureNames.CorporationManagementHandbook);\n dialogBoxCreate(\n \"You received a copy of the Corporation Management Handbook on your home computer. \" +\n \"Read it if you need help getting started with Corporations!\",\n );\n }\n\n // BitNode 8: Ghost of Wall Street\n if (Player.bitNodeN === 8) {\n Player.money = BitNode8StartingMoney;\n }\n if (Player.bitNodeN === 8 || Player.sourceFileLvl(8) > 0) {\n Player.hasWseAccount = true;\n Player.hasTixApiAccess = true;\n }\n\n // Bit Node 10: Digital Carbon\n if (Player.bitNodeN === 10) {\n dialogBoxCreate(\"Visit VitaLife in New Tokyo if you'd like to purchase a new sleeve!\");\n }\n\n if (Player.bitNodeN === 13) {\n dialogBoxCreate(`Trouble is brewing in ${CityName.Chongqing}`);\n }\n\n // Reset Stock market, gang, and corporation\n if (Player.hasWseAccount) {\n initStockMarket();\n initSymbolToStockMap();\n } else {\n deleteStockMarket();\n }\n\n Player.gang = null;\n Player.corporation = null;\n resetIndustryResearchTrees();\n Player.bladeburner = null;\n\n // Source-File 9 (level 3) effect\n if (Player.sourceFileLvl(9) >= 3) {\n const hserver = Player.createHacknetServer();\n\n hserver.level = 100;\n hserver.cores = 10;\n hserver.cache = 5;\n hserver.updateHashRate(Player.mults.hacknet_node_money);\n hserver.updateHashCapacity();\n updateHashManagerCapacity();\n }\n\n if (Player.bitNodeN === 13) {\n Player.money = CONSTANTS.TravelCost;\n }\n staneksGift.prestigeSourceFile();\n\n // Gain int exp\n if (Player.sourceFileLvl(5) !== 0 && !flume) Player.gainIntelligenceExp(300);\n\n // Clear recent scripts\n recentScripts.splice(0, recentScripts.length);\n resetPidCounter();\n}\n","import { Player } from \"../../../Player\";\nimport { Generic_fromJSON, Generic_toJSON, IReviverValue, Reviver } from \"../../../utils/JSONReviver\";\nimport { Sleeve } from \"../Sleeve\";\nimport { Work, WorkType } from \"./Work\";\n\nexport const isSleeveSynchroWork = (w: Work | null): w is SleeveSynchroWork =>\n w !== null && w.type === WorkType.SYNCHRO;\n\nexport class SleeveSynchroWork extends Work {\n constructor() {\n super(WorkType.SYNCHRO);\n }\n\n process(sleeve: Sleeve, cycles: number): number {\n sleeve.sync = Math.min(100, sleeve.sync + Player.getIntelligenceBonus(0.5) * 0.0002 * cycles);\n if (sleeve.sync >= 100) sleeve.stopWork();\n return 0;\n }\n\n APICopy(): Record {\n return {\n type: this.type,\n };\n }\n\n /** Serialize the current object to a JSON save state. */\n toJSON(): IReviverValue {\n return Generic_toJSON(\"SleeveSynchroWork\", this);\n }\n\n /** Initializes a SynchroWork object from a JSON save state. */\n static fromJSON(value: IReviverValue): SleeveSynchroWork {\n return Generic_fromJSON(SleeveSynchroWork, value.data);\n }\n}\n\nReviver.constructors.SleeveSynchroWork = SleeveSynchroWork;\n","import { Generic_fromJSON, Generic_toJSON, IReviverValue, Reviver } from \"../../../utils/JSONReviver\";\nimport { Sleeve } from \"../Sleeve\";\nimport { Work, WorkType } from \"./Work\";\n\nexport const isSleeveRecoveryWork = (w: Work | null): w is SleeveRecoveryWork =>\n w !== null && w.type === WorkType.RECOVERY;\n\nexport class SleeveRecoveryWork extends Work {\n constructor() {\n super(WorkType.RECOVERY);\n }\n\n process(sleeve: Sleeve, cycles: number): number {\n sleeve.shock = Math.min(100, sleeve.shock + 0.0002 * cycles);\n if (sleeve.shock >= 100) sleeve.stopWork();\n return 0;\n }\n\n APICopy(): Record {\n return {\n type: this.type,\n };\n }\n\n /** Serialize the current object to a JSON save state. */\n toJSON(): IReviverValue {\n return Generic_toJSON(\"SleeveRecoveryWork\", this);\n }\n\n /** Initializes a RecoveryWork object from a JSON save state. */\n static fromJSON(value: IReviverValue): SleeveRecoveryWork {\n return Generic_fromJSON(SleeveRecoveryWork, value.data);\n }\n}\n\nReviver.constructors.SleeveRecoveryWork = SleeveRecoveryWork;\n","import React from \"react\";\nimport { CityName } from \"../../Locations/data/CityNames\";\nimport Typography from \"@mui/material/Typography\";\nimport Tooltip from \"@mui/material/Tooltip\";\nimport { Theme } from \"@mui/material/styles\";\nimport makeStyles from \"@mui/styles/makeStyles\";\nimport createStyles from \"@mui/styles/createStyles\";\n\ninterface ICityProps {\n currentCity: CityName;\n city: CityName;\n onTravel: (city: CityName) => void;\n}\n\nconst useStyles = makeStyles((theme: Theme) =>\n createStyles({\n travel: {\n color: theme.colors.white,\n lineHeight: \"1em\",\n whiteSpace: \"pre\",\n cursor: \"pointer\",\n },\n }),\n);\n\nfunction City(props: ICityProps): React.ReactElement {\n const classes = useStyles();\n if (props.city !== props.currentCity) {\n return (\n {props.city}}>\n props.onTravel(props.city)} className={classes.travel}>\n {props.city[0]}\n \n \n );\n }\n return {props.city[0]};\n}\n\ninterface IProps {\n currentCity: CityName;\n onTravel: (city: CityName) => void;\n}\n\nexport function WorldMap(props: IProps): React.ReactElement {\n // prettier-ignore\n return (\n <>\n ,_ . ._. _. .\n , _-\\','|~\\~ ~/ ;-'_ _-' ,;_;_, ~~-\n /~~-\\_/-'~'--' \\~~| ', ,' / / ~|-_\\_/~/~ ~~--~~~~'--_\n / ,/'-/~ '\\ ,' _ , ','|~ ._/-, /~\n ~/-'~\\_, '-,| '|. ' ~ ,\\ /'~ / /_ /~\n .-~ '| '',\\~|\\ _\\~ ,_ , /,\n '\\ /'~ |_/~\\\\,-,~ \\ \" ,_,/ |\n | / ._-~'\\_ _~| \\ ) \n \\ __-\\ '/ ~ |\\ \\_ / ~\n ., '\\ |, ~-_ - | \\\\_' ~| /\\ \\~ ,\n ~-_' _; '\\ '-, \\,' /\\/ |\n '\\_,~'\\_ \\_ _, /' ' |, /|'\n / \\_ ~ | / \\ ~'; -,_.\n | ~\\ | | , '-_, ,; ~ ~\\\n \\, / \\ / /| ,-, , -,\n | ,/ | |' |/ ,- ~ \\ '.\n ,| ,/ \\ ,/ \\ |\n / | ~ -~~-, / _\n | ,-' ~ /\n / ,' ~\n ',| ~\n ~'\n \n );\n}\n","import React from \"react\";\nimport { formatNumber } from \"../../utils/StringHelperFunctions\";\nimport { StealthIcon } from \"./StealthIcon\";\nimport { KillIcon } from \"./KillIcon\";\nimport { Action } from \"../Action\";\nimport { Bladeburner } from \"../Bladeburner\";\nimport { Player } from \"../../Player\";\n\ninterface IProps {\n bladeburner: Bladeburner;\n action: Action;\n}\n\nexport function SuccessChance(props: IProps): React.ReactElement {\n const estimatedSuccessChance = props.action.getEstSuccessChance(props.bladeburner, Player);\n\n let chance = <>;\n if (estimatedSuccessChance[0] === estimatedSuccessChance[1]) {\n chance = <>{formatNumber(estimatedSuccessChance[0] * 100, 1)}%;\n } else {\n chance = (\n <>\n {formatNumber(estimatedSuccessChance[0] * 100, 1)}% ~ {formatNumber(estimatedSuccessChance[1] * 100, 1)}%\n \n );\n }\n\n return (\n <>\n Estimated success chance: {chance} {props.action.isStealth ? : <>}\n {props.action.isKill ? : <>}\n \n );\n}\n","import React from \"react\";\nimport { Modal } from \"./Modal\";\n\ninterface IProps {\n open: boolean;\n onClose: () => void;\n children: JSX.Element[] | JSX.Element | React.ReactElement[] | React.ReactElement;\n}\n\nexport function StaticModal(props: IProps): React.ReactElement {\n return (\n \n {props.children}\n \n );\n}\n","import React from \"react\";\nimport { DarkWebItems } from \"./DarkWebItems\";\n\nimport { Player } from \"../Player\";\nimport { Terminal } from \"../Terminal\";\nimport { SpecialServers } from \"../Server/data/SpecialServers\";\nimport { numeralWrapper } from \"../ui/numeralFormat\";\nimport { Money } from \"../ui/React/Money\";\nimport { DarkWebItem } from \"./DarkWebItem\";\nimport { isCreateProgramWork } from \"../Work/CreateProgramWork\";\n\n//Posts a \"help\" message if connected to DarkWeb\nexport function checkIfConnectedToDarkweb(): void {\n const server = Player.getCurrentServer();\n if (server !== null && SpecialServers.DarkWeb == server.hostname) {\n Terminal.print(\n \"You are now connected to the dark web. From the dark web you can purchase illegal items. \" +\n \"Use the 'buy -l' command to display a list of all the items you can buy. Use 'buy [item-name]' \" +\n \"to purchase an item. Use 'buy -a' to purchase all unowned items.\",\n );\n }\n}\n\nexport function listAllDarkwebItems(): void {\n for (const key of Object.keys(DarkWebItems)) {\n const item = DarkWebItems[key];\n\n const cost = Player.getHomeComputer().programs.includes(item.program) ? (\n [OWNED]\n ) : (\n \n );\n\n Terminal.printRaw(\n <>\n {item.program} - {cost} - {item.description}\n ,\n );\n }\n}\n\nexport function buyDarkwebItem(itemName: string): void {\n itemName = itemName.toLowerCase();\n\n // find the program that matches, if any\n let item: DarkWebItem | null = null;\n\n for (const key of Object.keys(DarkWebItems)) {\n const i = DarkWebItems[key];\n if (i.program.toLowerCase() == itemName) {\n item = i;\n }\n }\n\n // return if invalid\n if (item === null) {\n Terminal.error(\"Unrecognized item: \" + itemName);\n return;\n }\n\n // return if the player already has it.\n if (Player.hasProgram(item.program)) {\n Terminal.print(\"You already have the \" + item.program + \" program\");\n return;\n }\n\n // return if the player doesn't have enough money\n if (Player.money < item.price) {\n Terminal.error(\"Not enough money to purchase \" + item.program);\n return;\n }\n\n // buy and push\n Player.loseMoney(item.price, \"other\");\n\n Player.getHomeComputer().pushProgram(item.program);\n // Cancel if the program is in progress of writing\n if (isCreateProgramWork(Player.currentWork) && Player.currentWork.programName === item.program) {\n Player.finishWork(true);\n }\n\n Terminal.print(\n \"You have purchased the \" + item.program + \" program. The new program can be found on your home computer.\",\n );\n}\n\nexport function buyAllDarkwebItems(): void {\n const itemsToBuy: DarkWebItem[] = [];\n let cost = 0;\n\n for (const key of Object.keys(DarkWebItems)) {\n const item = DarkWebItems[key];\n if (!Player.hasProgram(item.program)) {\n itemsToBuy.push(item);\n cost += item.price;\n }\n }\n\n if (itemsToBuy.length === 0) {\n Terminal.print(\"All available programs have been purchased already.\");\n return;\n }\n\n if (cost > Player.money) {\n Terminal.error(\n \"Not enough money to purchase remaining programs, \" + numeralWrapper.formatMoney(cost) + \" required\",\n );\n return;\n }\n\n for (const item of itemsToBuy) {\n buyDarkwebItem(item.program);\n }\n}\n","import { KEY } from \"../utils/helpers/keyCodes\";\nimport { substituteAliases } from \"../Alias\";\n// Helper function to parse individual arguments into number/boolean/string as appropriate\nfunction parseArg(arg: string): string | number | boolean {\n // Handles all numbers including hexadecimal, octal, and binary representations, returning NaN on an unparsable string\n const asNumber = Number(arg);\n if (!isNaN(asNumber)) {\n return asNumber;\n }\n\n if (arg === \"true\" || arg === \"false\") {\n return arg === \"true\";\n }\n\n return arg;\n}\n\nexport function ParseCommands(commands: string): string[] {\n // Sanitize input\n commands = commands.trim();\n // Replace all extra whitespace in command with a single space\n commands = commands.replace(/\\s\\s+/g, \" \");\n\n const match = commands.match(/(?:'[^']*'|\"[^\"]*\"|[^;\"])*/g);\n if (!match) return [];\n // Split commands and execute sequentially\n const allCommands = match\n .map(substituteAliases)\n .map((c) => c.match(/(?:'[^']*'|\"[^\"]*\"|[^;\"])*/g))\n .flat();\n\n const out: string[] = [];\n for (const c of allCommands) {\n if (c === null) continue;\n if (c.match(/^\\s*$/)) {\n continue;\n } // Don't run commands that only have whitespace\n out.push(c.trim());\n }\n return out;\n}\n\nexport function ParseCommand(command: string): (string | number | boolean)[] {\n let idx = 0;\n const args = [];\n\n let lastQuote = \"\";\n\n let arg = \"\";\n while (idx < command.length) {\n const c = command.charAt(idx);\n\n // If the current character is a backslash, add the next character verbatim to the argument\n if (c === \"\\\\\") {\n arg += command.charAt(++idx);\n // If the current character is a single- or double-quote mark, add it to the current argument.\n } else if (c === KEY.DOUBLE_QUOTE || c === KEY.QUOTE) {\n // If we're currently in a quoted string argument and this quote mark is the same as the beginning,\n // the string is done\n if (lastQuote !== \"\" && c === lastQuote) {\n lastQuote = \"\";\n // Otherwise if we're not in a string argument, we've begun one\n } else if (lastQuote === \"\") {\n lastQuote = c;\n // Otherwise if we're in a string argument, add the current character to it\n } else {\n arg += c;\n }\n // If the current character is a space and we are not inside a string, parse the current argument\n // and start a new one\n } else if (c === KEY.SPACE && lastQuote === \"\") {\n args.push(parseArg(arg));\n\n arg = \"\";\n } else {\n // Add the current character to the current argument\n arg += c;\n }\n\n idx++;\n }\n\n // Add the last arg (if any)\n if (arg !== \"\") {\n args.push(parseArg(arg));\n }\n\n return args;\n}\n","/**\n * This is a central class for storing and managing the player's hashes,\n * which are generated by Hacknet Servers\n *\n * It is also used to keep track of what upgrades the player has bought with\n * his hashes, and contains method for grabbing the data/multipliers from\n * those upgrades\n */\nimport { HashUpgrades } from \"./HashUpgrades\";\nimport { HashUpgrade } from \"./HashUpgrade\";\n\nimport { Generic_fromJSON, Generic_toJSON, IReviverValue, Reviver } from \"../utils/JSONReviver\";\n\nexport class HashManager {\n // Max number of hashes this can hold. Equal to the sum of capacities of\n // all Hacknet Servers\n capacity = 0;\n\n // Number of hashes currently in storage\n hashes = 0;\n\n // Map of Hash Upgrade Name -> levels in that upgrade\n upgrades: Record = {};\n\n constructor() {\n for (const name of Object.keys(HashUpgrades)) {\n this.upgrades[name] = 0;\n }\n }\n\n /** Generic helper function for getting a multiplier from a HashUpgrade */\n getMult(upgName: string): number {\n const upg = HashUpgrades[upgName];\n const currLevel = this.upgrades[upgName];\n if (upg == null || currLevel == null) {\n console.error(`Could not find Hash Study upgrade`);\n return 1;\n }\n\n return 1 + (upg.value * currLevel) / 100;\n }\n\n /** One of the Hash upgrades improves studying. This returns that multiplier */\n getStudyMult(): number {\n const upgName = \"Improve Studying\";\n\n return this.getMult(upgName);\n }\n\n /** One of the Hash upgrades improves gym training. This returns that multiplier */\n getTrainingMult(): number {\n const upgName = \"Improve Gym Training\";\n\n return this.getMult(upgName);\n }\n\n getUpgrade(upgName: string): HashUpgrade | null {\n const upg = HashUpgrades[upgName];\n if (!upg) {\n console.error(`Invalid Upgrade Name given to HashManager.getUpgrade(): ${upgName}`);\n return null;\n }\n return upg;\n }\n\n /** Get the cost (in hashes) of an upgrade */\n getUpgradeCost(upgName: string, count = 1): number {\n const upg = this.getUpgrade(upgName);\n const currLevel = this.upgrades[upgName];\n if (upg == null || currLevel == null) {\n console.error(`Invalid Upgrade Name given to HashManager.getUpgradeCost(): ${upgName}`);\n return Infinity;\n }\n\n return upg.getCost(currLevel, count);\n }\n\n prestige(): void {\n for (const name of Object.keys(HashUpgrades)) {\n this.upgrades[name] = 0;\n }\n this.hashes = 0;\n\n // When prestiging, player's hacknet nodes are always reset. So capacity = 0\n this.updateCapacity(0);\n }\n\n /** Reverts an upgrade and refunds the hashes used to buy it */\n refundUpgrade(upgName: string, count = 1): void {\n const upg = HashUpgrades[upgName];\n\n // Reduce the level first, so we get the right cost\n this.upgrades[upgName] -= count;\n\n const currLevel = this.upgrades[upgName];\n if (upg == null || currLevel == null || currLevel < 0) {\n console.error(`Invalid Upgrade Name given to HashManager.upgrade(): ${upgName}`);\n return;\n }\n\n const cost = upg.getCost(currLevel, count);\n this.hashes += cost;\n }\n\n /**\n * Stores the given hashes, capping at capacity\n * @param numHashes The number of hashes to increment\n * @returns The number of wasted hashes (over capacity)\n */\n storeHashes(numHashes: number): number {\n this.hashes += numHashes;\n let wastedHashes = this.hashes;\n this.hashes = Math.min(this.hashes, this.capacity);\n wastedHashes -= this.hashes;\n return wastedHashes;\n }\n\n updateCapacity(newCap: number): void {\n if (newCap < 0) {\n this.capacity = 0;\n }\n this.capacity = Math.max(newCap, 0);\n }\n\n /**\n * Returns boolean indicating whether or not the upgrade was successfully purchased\n * Note that this does NOT actually implement the effect\n */\n upgrade(upgName: string, count = 1): boolean {\n const upg = HashUpgrades[upgName];\n if (upg == null) {\n console.error(`Invalid Upgrade Name given to HashManager.upgrade(): ${upgName}`);\n return false;\n }\n\n const cost = this.getUpgradeCost(upgName, count);\n\n if (this.hashes < cost) {\n return false;\n }\n\n this.hashes -= cost;\n this.upgrades[upgName] += count;\n\n return true;\n }\n\n //Serialize the current object to a JSON save state.\n toJSON(): IReviverValue {\n return Generic_toJSON(\"HashManager\", this);\n }\n\n // Initializes a HashManager object from a JSON save state.\n static fromJSON(value: IReviverValue): HashManager {\n return Generic_fromJSON(HashManager, value.data);\n }\n}\n\nReviver.constructors.HashManager = HashManager;\n","import { Player } from \"../../Player\";\nimport { calculateSkill } from \"../../PersonObjects/formulas/skill\";\n\nfunction calculateRawDiff(stats: number, startingDifficulty: number): number {\n const difficulty = startingDifficulty - Math.pow(stats, 0.9) / 250 - Player.skills.intelligence / 1600;\n if (difficulty < 0) return 0;\n if (difficulty > 3) return 3;\n return difficulty;\n}\n\nexport function calculateDifficulty(startingSecurityLevel: number): number {\n const totalStats =\n Player.skills.strength +\n Player.skills.defense +\n Player.skills.dexterity +\n Player.skills.agility +\n Player.skills.charisma;\n return calculateRawDiff(totalStats, startingSecurityLevel);\n}\n\nexport function calculateReward(startingSecurityLevel: number): number {\n const xpMult = 10 * 60 * 15;\n const total =\n calculateSkill(Player.mults.strength_exp * xpMult, Player.mults.strength) +\n calculateSkill(Player.mults.defense_exp * xpMult, Player.mults.defense) +\n calculateSkill(Player.mults.agility_exp * xpMult, Player.mults.agility) +\n calculateSkill(Player.mults.dexterity_exp * xpMult, Player.mults.dexterity) +\n calculateSkill(Player.mults.charisma_exp * xpMult, Player.mults.charisma);\n return calculateRawDiff(total, startingSecurityLevel);\n}\n","import React, { useState } from \"react\";\n\nimport { CinematicLine } from \"./CinematicLine\";\nimport Typography from \"@mui/material/Typography\";\nimport Button from \"@mui/material/Button\";\n\ninterface IProps {\n lines: string[];\n auto?: boolean;\n onDone?: () => void;\n}\n\nexport function CinematicText(props: IProps): React.ReactElement {\n const [i, setI] = useState(0);\n const [done, setDone] = useState(false);\n\n function advance(): void {\n const newI = i + 1;\n setI(newI);\n if (newI >= props.lines.length) {\n if (props.onDone && props.auto) props.onDone();\n setDone(true);\n }\n }\n\n return (\n <>\n {props.lines.slice(0, i).map((line, i) => (\n {line}\n ))}\n {props.lines.length > i && }\n {!props.auto && props.onDone && done && }\n \n );\n}\n","/**\n * Implements the purchasing of extra Duplicate Sleeves from The Covenant,\n * as well as the purchasing of upgrades (memory)\n */\n\nexport const MaxSleevesFromCovenant = 5;\nexport const BaseCostPerSleeve = 10e12;\n","import { Company } from \"./Company\";\nimport { CompanyPosition } from \"./CompanyPosition\";\n\n/** Returns a string with the given CompanyPosition's stat requirements */\nexport function getJobRequirementText(company: Company, pos: CompanyPosition, tooltiptext = false): string {\n let reqText = \"\";\n const offset: number = company.jobStatReqOffset;\n const reqHacking: number = pos.requiredHacking > 0 ? pos.requiredHacking + offset : 0;\n const reqStrength: number = pos.requiredStrength > 0 ? pos.requiredStrength + offset : 0;\n const reqDefense: number = pos.requiredDefense > 0 ? pos.requiredDefense + offset : 0;\n const reqDexterity: number = pos.requiredDexterity > 0 ? pos.requiredDexterity + offset : 0;\n const reqAgility: number = pos.requiredDexterity > 0 ? pos.requiredDexterity + offset : 0;\n const reqCharisma: number = pos.requiredCharisma > 0 ? pos.requiredCharisma + offset : 0;\n const reqRep: number = pos.requiredReputation;\n if (tooltiptext) {\n reqText = \"Requires:
\";\n reqText += reqHacking.toString() + \" hacking
\";\n reqText += reqStrength.toString() + \" strength
\";\n reqText += reqDefense.toString() + \" defense
\";\n reqText += reqDexterity.toString() + \" dexterity
\";\n reqText += reqAgility.toString() + \" agility
\";\n reqText += reqCharisma.toString() + \" charisma
\";\n reqText += reqRep.toString() + \" reputation\";\n } else {\n reqText = \"(Requires \";\n if (reqHacking > 0) {\n reqText += reqHacking + \" hacking, \";\n }\n if (reqStrength > 0) {\n reqText += reqStrength + \" strength, \";\n }\n if (reqDefense > 0) {\n reqText += reqDefense + \" defense, \";\n }\n if (reqDexterity > 0) {\n reqText += reqDexterity + \" dexterity, \";\n }\n if (reqAgility > 0) {\n reqText += reqAgility + \" agility, \";\n }\n if (reqCharisma > 0) {\n reqText += reqCharisma + \" charisma, \";\n }\n if (reqRep > 1) {\n reqText += reqRep + \" reputation, \";\n }\n reqText = reqText.substring(0, reqText.length - 2);\n reqText += \")\";\n }\n return reqText;\n}\n","/**\n * Implements RAM Calculation functionality.\n *\n * Uses the acorn.js library to parse a script's code into an AST and\n * recursively walk through that AST, calculating RAM usage along\n * the way\n */\nimport * as walk from \"acorn-walk\";\nimport acorn, { parse } from \"acorn\";\n\nimport { RamCalculationErrorCode } from \"./RamCalculationErrorCodes\";\n\nimport { RamCosts, RamCostConstants } from \"../Netscript/RamCostGenerator\";\nimport { Script } from \"./Script\";\nimport { areImportsEquals } from \"../Terminal/DirectoryHelpers\";\nimport { Node } from \"../NetscriptJSEvaluator\";\n\nexport interface RamUsageEntry {\n type: \"ns\" | \"dom\" | \"fn\" | \"misc\";\n name: string;\n cost: number;\n}\n\nexport interface RamCalculation {\n cost: number;\n entries?: RamUsageEntry[];\n}\n\n// These special strings are used to reference the presence of a given logical\n// construct within a user script.\nconst specialReferenceIF = \"__SPECIAL_referenceIf\";\nconst specialReferenceFOR = \"__SPECIAL_referenceFor\";\nconst specialReferenceWHILE = \"__SPECIAL_referenceWhile\";\n\n// The global scope of a script is registered under this key during parsing.\nconst memCheckGlobalKey = \".__GLOBAL__\";\n\n/**\n * Parses code into an AST and walks through it recursively to calculate\n * RAM usage. Also accounts for imported modules.\n * @param {Script[]} otherScripts - All other scripts on the server. Used to account for imported scripts\n * @param {string} code - The code being parsed */\nfunction parseOnlyRamCalculate(otherScripts: Script[], code: string): RamCalculation {\n try {\n /**\n * Maps dependent identifiers to their dependencies.\n *\n * The initial identifier is __SPECIAL_INITIAL_MODULE__.__GLOBAL__.\n * It depends on all the functions declared in the module, all the global scopes\n * of its imports, and any identifiers referenced in this global scope. Each\n * function depends on all the identifiers referenced internally.\n * We walk the dependency graph to calculate RAM usage, given that some identifiers\n * reference Netscript functions which have a RAM cost.\n */\n let dependencyMap: { [key: string]: string[] } = {};\n\n // Scripts we've parsed.\n const completedParses = new Set();\n\n // Scripts we've discovered that need to be parsed.\n const parseQueue: string[] = [];\n\n // Parses a chunk of code with a given module name, and updates parseQueue and dependencyMap.\n function parseCode(code: string, moduleName: string): void {\n const result = parseOnlyCalculateDeps(code, moduleName);\n completedParses.add(moduleName);\n\n // Add any additional modules to the parse queue;\n for (let i = 0; i < result.additionalModules.length; ++i) {\n if (!completedParses.has(result.additionalModules[i])) {\n parseQueue.push(result.additionalModules[i]);\n }\n }\n\n // Splice all the references in\n dependencyMap = Object.assign(dependencyMap, result.dependencyMap);\n }\n\n // Parse the initial module, which is the \"main\" script that is being run\n const initialModule = \"__SPECIAL_INITIAL_MODULE__\";\n parseCode(code, initialModule);\n\n // Process additional modules, which occurs if the \"main\" script has any imports\n while (parseQueue.length > 0) {\n const nextModule = parseQueue.shift();\n if (nextModule === undefined) throw new Error(\"nextModule should not be undefined\");\n if (nextModule.startsWith(\"https://\") || nextModule.startsWith(\"http://\")) continue;\n\n let script = null;\n const fn = nextModule.startsWith(\"./\") ? nextModule.slice(2) : nextModule;\n for (const s of otherScripts) {\n if (areImportsEquals(s.filename, fn)) {\n script = s;\n break;\n }\n }\n\n if (script == null) {\n return { cost: RamCalculationErrorCode.ImportError }; // No such script on the server\n }\n\n parseCode(script.code, nextModule);\n }\n\n // Finally, walk the reference map and generate a ram cost. The initial set of keys to scan\n // are those that start with __SPECIAL_INITIAL_MODULE__.\n let ram = RamCostConstants.ScriptBaseRamCost;\n const detailedCosts: RamUsageEntry[] = [\n { type: \"misc\", name: \"baseCost\", cost: RamCostConstants.ScriptBaseRamCost },\n ];\n const unresolvedRefs = Object.keys(dependencyMap).filter((s) => s.startsWith(initialModule));\n const resolvedRefs = new Set();\n const loadedFns: Record = {};\n while (unresolvedRefs.length > 0) {\n const ref = unresolvedRefs.shift();\n if (ref === undefined) throw new Error(\"ref should not be undefined\");\n\n // Check if this is one of the special keys, and add the appropriate ram cost if so.\n if (ref === \"hacknet\" && !resolvedRefs.has(\"hacknet\")) {\n ram += RamCostConstants.ScriptHacknetNodesRamCost;\n detailedCosts.push({ type: \"ns\", name: \"hacknet\", cost: RamCostConstants.ScriptHacknetNodesRamCost });\n }\n if (ref === \"document\" && !resolvedRefs.has(\"document\")) {\n ram += RamCostConstants.ScriptDomRamCost;\n detailedCosts.push({ type: \"dom\", name: \"document\", cost: RamCostConstants.ScriptDomRamCost });\n }\n if (ref === \"window\" && !resolvedRefs.has(\"window\")) {\n ram += RamCostConstants.ScriptDomRamCost;\n detailedCosts.push({ type: \"dom\", name: \"window\", cost: RamCostConstants.ScriptDomRamCost });\n }\n if (ref === \"corporation\" && !resolvedRefs.has(\"corporation\")) {\n ram += RamCostConstants.ScriptCorporationRamCost;\n detailedCosts.push({ type: \"ns\", name: \"corporation\", cost: RamCostConstants.ScriptCorporationRamCost });\n }\n\n resolvedRefs.add(ref);\n\n if (ref.endsWith(\".*\")) {\n // A prefix reference. We need to find all matching identifiers.\n const prefix = ref.slice(0, ref.length - 2);\n for (const ident of Object.keys(dependencyMap).filter((k) => k.startsWith(prefix))) {\n for (const dep of dependencyMap[ident] || []) {\n if (!resolvedRefs.has(dep)) unresolvedRefs.push(dep);\n }\n }\n } else {\n // An exact reference. Add all dependencies of this ref.\n for (const dep of dependencyMap[ref] || []) {\n if (!resolvedRefs.has(dep)) unresolvedRefs.push(dep);\n }\n }\n\n // Check if this identifier is a function in the workerScript environment.\n // If it is, then we need to get its RAM cost.\n try {\n function applyFuncRam(cost: number | (() => number)): number {\n if (typeof cost === \"number\") {\n return cost;\n } else if (typeof cost === \"function\") {\n return cost();\n } else {\n return 0;\n }\n }\n\n // Only count each function once\n if (loadedFns[ref]) {\n continue;\n }\n loadedFns[ref] = true;\n\n // This accounts for namespaces (Bladeburner, CodingContract, etc.)\n const findFunc = (\n prefix: string,\n obj: object,\n ref: string,\n ): { func: () => number | number; refDetail: string } | undefined => {\n if (!obj) return;\n const elem = Object.entries(obj).find(([key]) => key === ref);\n if (elem !== undefined && (typeof elem[1] === \"function\" || typeof elem[1] === \"number\")) {\n return { func: elem[1], refDetail: `${prefix}${ref}` };\n }\n for (const [key, value] of Object.entries(obj)) {\n const found = findFunc(`${key}.`, value, ref);\n if (found) return found;\n }\n return undefined;\n };\n\n const details = findFunc(\"\", RamCosts, ref);\n const fnRam = applyFuncRam(details?.func ?? 0);\n ram += fnRam;\n detailedCosts.push({ type: \"fn\", name: details?.refDetail ?? \"\", cost: fnRam });\n } catch (error) {\n console.error(error);\n continue;\n }\n }\n return { cost: ram, entries: detailedCosts.filter((e) => e.cost > 0) };\n } catch (error) {\n // console.info(\"parse or eval error: \", error);\n // This is not unexpected. The user may be editing a script, and it may be in\n // a transitory invalid state.\n return { cost: RamCalculationErrorCode.SyntaxError };\n }\n}\n\nexport function checkInfiniteLoop(code: string): number {\n const ast = parse(code, { sourceType: \"module\", ecmaVersion: \"latest\" });\n\n function nodeHasTrueTest(node: acorn.Node): boolean {\n return node.type === \"Literal\" && (node as any).raw === \"true\";\n }\n\n function hasAwait(ast: acorn.Node): boolean {\n let hasAwait = false;\n walk.recursive(\n ast,\n {},\n {\n AwaitExpression: () => {\n hasAwait = true;\n },\n },\n );\n return hasAwait;\n }\n\n let missingAwaitLine = -1;\n walk.recursive(\n ast,\n {},\n {\n WhileStatement: (node: Node, st: unknown, walkDeeper: walk.WalkerCallback) => {\n if (nodeHasTrueTest(node.test) && !hasAwait(node)) {\n missingAwaitLine = (code.slice(0, node.start).match(/\\n/g) || []).length + 1;\n } else {\n node.body && walkDeeper(node.body, st);\n }\n },\n },\n );\n\n return missingAwaitLine;\n}\n\ninterface ParseDepsResult {\n dependencyMap: {\n [key: string]: Set | undefined;\n };\n additionalModules: string[];\n}\n\n/**\n * Helper function that parses a single script. It returns a map of all dependencies,\n * which are items in the code's AST that potentially need to be evaluated\n * for RAM usage calculations. It also returns an array of additional modules\n * that need to be parsed (i.e. are 'import'ed scripts).\n */\nfunction parseOnlyCalculateDeps(code: string, currentModule: string): ParseDepsResult {\n const ast = parse(code, { sourceType: \"module\", ecmaVersion: \"latest\" });\n // Everything from the global scope goes in \".\". Everything else goes in \".function\", where only\n // the outermost layer of functions counts.\n const globalKey = currentModule + memCheckGlobalKey;\n const dependencyMap: { [key: string]: Set | undefined } = {};\n dependencyMap[globalKey] = new Set();\n\n // If we reference this internal name, we're really referencing that external name.\n // Filled when we import names from other modules.\n const internalToExternal: { [key: string]: string | undefined } = {};\n\n const additionalModules: string[] = [];\n\n // References get added pessimistically. They are added for thisModule.name, name, and for\n // any aliases.\n function addRef(key: string, name: string): void {\n const s = dependencyMap[key] || (dependencyMap[key] = new Set());\n const external = internalToExternal[name];\n if (external !== undefined) {\n s.add(external);\n }\n s.add(currentModule + \".\" + name);\n s.add(name); // For builtins like hack.\n }\n\n //A list of identifiers that resolve to \"native Javascript code\"\n const objectPrototypeProperties = Object.getOwnPropertyNames(Object.prototype);\n\n interface State {\n key: string;\n }\n\n // If we discover a dependency identifier, state.key is the dependent identifier.\n // walkDeeper is for doing recursive walks of expressions in composites that we handle.\n function commonVisitors(): walk.RecursiveVisitors {\n return {\n Identifier: (node: Node, st: State) => {\n if (objectPrototypeProperties.includes(node.name)) {\n return;\n }\n addRef(st.key, node.name);\n },\n WhileStatement: (node: Node, st: State, walkDeeper: walk.WalkerCallback) => {\n addRef(st.key, specialReferenceWHILE);\n node.test && walkDeeper(node.test, st);\n node.body && walkDeeper(node.body, st);\n },\n DoWhileStatement: (node: Node, st: State, walkDeeper: walk.WalkerCallback) => {\n addRef(st.key, specialReferenceWHILE);\n node.test && walkDeeper(node.test, st);\n node.body && walkDeeper(node.body, st);\n },\n ForStatement: (node: Node, st: State, walkDeeper: walk.WalkerCallback) => {\n addRef(st.key, specialReferenceFOR);\n node.init && walkDeeper(node.init, st);\n node.test && walkDeeper(node.test, st);\n node.update && walkDeeper(node.update, st);\n node.body && walkDeeper(node.body, st);\n },\n IfStatement: (node: Node, st: State, walkDeeper: walk.WalkerCallback) => {\n addRef(st.key, specialReferenceIF);\n node.test && walkDeeper(node.test, st);\n node.consequent && walkDeeper(node.consequent, st);\n node.alternate && walkDeeper(node.alternate, st);\n },\n MemberExpression: (node: Node, st: State, walkDeeper: walk.WalkerCallback) => {\n node.object && walkDeeper(node.object, st);\n node.property && walkDeeper(node.property, st);\n },\n };\n }\n\n walk.recursive(\n ast,\n { key: globalKey },\n Object.assign(\n {\n ImportDeclaration: (node: Node, st: State) => {\n const importModuleName = node.source.value;\n additionalModules.push(importModuleName);\n\n // This module's global scope refers to that module's global scope, no matter how we\n // import it.\n const set = dependencyMap[st.key];\n if (set === undefined) throw new Error(\"set should not be undefined\");\n set.add(importModuleName + memCheckGlobalKey);\n\n for (let i = 0; i < node.specifiers.length; ++i) {\n const spec = node.specifiers[i];\n if (spec.imported !== undefined && spec.local !== undefined) {\n // We depend on specific things.\n internalToExternal[spec.local.name] = importModuleName + \".\" + spec.imported.name;\n } else {\n // We depend on everything.\n const set = dependencyMap[st.key];\n if (set === undefined) throw new Error(\"set should not be undefined\");\n set.add(importModuleName + \".*\");\n }\n }\n },\n FunctionDeclaration: (node: Node) => {\n // node.id will be null when using 'export default'. Add a module name indicating the default export.\n const key = currentModule + \".\" + (node.id === null ? \"__SPECIAL_DEFAULT_EXPORT__\" : node.id.name);\n walk.recursive(node, { key: key }, commonVisitors());\n },\n },\n commonVisitors(),\n ),\n );\n\n return { dependencyMap: dependencyMap, additionalModules: additionalModules };\n}\n\n/**\n * Calculate's a scripts RAM Usage\n * @param {string} codeCopy - The script's code\n * @param {Script[]} otherScripts - All other scripts on the server.\n * Used to account for imported scripts\n */\nexport function calculateRamUsage(codeCopy: string, otherScripts: Script[]): RamCalculation {\n try {\n return parseOnlyRamCalculate(otherScripts, codeCopy);\n } catch (e) {\n console.error(`Failed to parse script for RAM calculations:`);\n console.error(e);\n return { cost: RamCalculationErrorCode.SyntaxError };\n }\n}\n","/**\n * Rounds a number to two decimal places.\n * @param decimal A decimal value to trim to two places.\n */\nexport function roundToTwo(decimal: number): number {\n const leftShift: number = Math.round(parseFloat(`${decimal}e+2`));\n\n return +`${leftShift}e-2`;\n}\n","/* tslint:disable:max-line-length completed-docs variable-name*/\n\nexport const TerminalHelpText: string[] = [\n \"Type 'help name' to learn more about the command \",\n \" \",\n ' alias [-g] [name=\"value\"] Create or display Terminal aliases',\n \" analyze Get information about the current machine \",\n \" backdoor Install a backdoor on the current machine \",\n \" buy [-l/-a/program] Purchase a program through the Dark Web\",\n \" cat [file] Display a .msg, .lit, or .txt file\",\n \" cd [dir] Change to a new directory\",\n \" check [script] [args...] Print a script's logs to Terminal\",\n \" clear Clear all text on the terminal \",\n \" cls See 'clear' command \",\n \" connect [hostname] Connects to a remote server\",\n \" cp [src] [dst] Copy a file\",\n \" download [script/text file] Downloads scripts or text files to your computer\",\n \" expr [math expression] Evaluate a mathematical expression\",\n \" free Check the machine's memory (RAM) usage\",\n \" grow Spoof money in a servers bank account, increasing the amount available.\",\n \" hack Hack the current machine\",\n \" help [command] Display this help text, or the help text for a command\",\n \" history [-c] Display the terminal history\",\n \" home Connect to home computer\",\n \" hostname Displays the hostname of the machine\",\n \" kill [script/pid] [args...] Stops the specified script on the current server \",\n \" killall Stops all running scripts on the current machine\",\n \" ls [dir] [--grep pattern] Displays all files on the machine\",\n \" lscpu Displays the number of CPU cores on the machine\",\n \" mem [script] [-t n] Displays the amount of RAM required to run the script\",\n \" mv [src] [dest] Move/rename a text or script file\",\n \" nano [file ...] Text editor - Open up and edit one or more scripts or text files\",\n \" ps Display all scripts that are currently running\",\n \" rm [file] Delete a file from the server\",\n \" run [name] [-t n] [--tail] [args...] Execute a program or script\",\n \" scan Prints all immediately-available network connections\",\n \" scan-analyze [d] [-a] Prints info for all servers up to d nodes away\",\n \" scp [file ...] [server] Copies a file to a destination server\",\n \" sudov Shows whether you have root access on this computer\",\n \" tail [script] [args...] Displays dynamic logs for the specified script\",\n \" top Displays all running scripts and their RAM usage\",\n \" unalias [alias name] Deletes the specified alias\",\n \" vim [file ...] Text editor - Open up and edit one or more scripts or text files in vim mode\",\n \" weaken Reduce the security of the current machine\",\n \" wget [url] [target file] Retrieves code/text from a web server\",\n \" \",\n];\n\nconst TemplatedHelpTexts: Record string[]> = {\n scriptEditor: (command) => {\n return [\n `Usage: ${command} [file ...] | [glob]`,\n ` `,\n `Opens up the specified file(s) in the Script Editor. Only scripts (.js, or .script) or text files (.txt) `,\n `can be edited using the Script Editor. If a file does not exist a new one will be created`,\n ` `,\n `If provided a glob as the only argument, ${command} can spider directories and open all matching `,\n `files at once. ${command} cannot create files using globs, so your scripts must already exist.`,\n ` `,\n `Examples:`,\n ` `,\n ` ${command} test.js`,\n ` ${command} test.js test2.js`,\n ` `,\n ` ${command} test.*`,\n ` ${command} /my-dir/*.js`,\n ` `,\n ];\n },\n};\n\nexport const HelpTexts: Record = {\n alias: [\n 'Usage: alias [-g] [name=\"value\"] ',\n \" \",\n \"Create or display aliases. An alias enables a replacement of a word with another string. \",\n \"It can be used to abbreviate a commonly used command, or commonly used parts of a command. The NAME \",\n \"of an alias defines the word that will be replaced, while the VALUE defines what it will be replaced by. For example, \",\n \"you could create the alias 'nuke' for the Terminal command 'run NUKE.exe' using the following: \",\n \" \",\n ' alias nuke=\"run NUKE.exe\"',\n \" \",\n \"Then, to run the NUKE.exe program you would just have to enter 'nuke' in Terminal rather than the full command. \",\n \"It is important to note that 'default' aliases will only be substituted for the first word of a Terminal command. For \",\n \"example, if the following alias was set: \",\n \" \",\n ' alias worm=\"HTTPWorm.exe\"',\n \" \",\n \"and then you tried to run the following terminal command: \",\n \" \",\n \" run worm\",\n \" \",\n \"This would fail because the worm alias is not the first word of a Terminal command. To allow an alias to be substituted \",\n \"anywhere in a Terminal command, rather than just the first word, you must set it to be a global alias using the -g flag: \",\n \" \",\n ' alias -g worm=\"HTTPWorm.exe\"',\n \" \",\n \"Now, the 'worm' alias will be substituted anytime it shows up as an individual word in a Terminal command. \",\n \" \",\n \"Entering just the command 'alias' without any arguments prints the list of all defined aliases in the reusable form \",\n \"'alias NAME=VALUE' on the Terminal. \",\n \" \",\n \"The 'unalias' command can be used to remove aliases.\",\n \" \",\n ],\n analyze: [\n \"Usage: analyze\",\n \" \",\n \"Prints details and statistics about the current server. The information that is printed includes basic \",\n \"server details such as the hostname, whether the player has root access, what ports are opened/closed, and also \",\n \"hacking-related information such as an estimated chance to successfully hack, an estimate of how much money is \",\n \"available on the server, etc.\",\n \" \",\n ],\n backdoor: [\n \"Usage: backdoor\",\n \" \",\n \"Install a backdoor on the current machine, grants a secret bonus depending on the machine.\",\n \" \",\n \"Requires root access to run.\",\n \" \",\n ],\n buy: [\n \"Usage: buy [-l / -a / program]\",\n \" \",\n \"Purchase a program through the Dark Web. Requires a TOR router to use.\",\n \" \",\n \"If this command is ran with the '-l' flag, it will display a list of all programs that can be bought through the \",\n \"dark web to the Terminal, as well as their costs.\",\n \" \",\n \"If this command is ran with the '-a' flag, it will attempt to purchase all unowned programs.\",\n \" \",\n \"Otherwise, the name of the program must be passed in as a parameter. This name is NOT case-sensitive.\",\n \" \",\n ],\n cat: [\n \"Usage: cat [file]\",\n \" \",\n \"Display message (.msg), literature (.lit), or text (.txt) files. Examples:\",\n \" \",\n \" cat j1.msg\",\n \" \",\n \" cat foo.lit\",\n \" \",\n \" cat servers.txt\",\n \" \",\n ],\n cd: [\n \"Usage: cd [dir]\",\n \" \",\n \"Change to the specified directory. Note that this works even for directories that don't exist. If you \",\n \"change to a directory that does not exist, it will not be 'created'. Examples:\",\n \" \",\n \" cd scripts/hacking\",\n \" \",\n \" cd /logs\",\n \" \",\n \" cd ../\",\n \" \",\n ],\n check: [\n \"Usage: check [script name] [args...]\",\n \" \",\n \"Print the logs of the script specified by the script name and arguments to the Terminal. Each argument must be separated by \",\n \"a space. Remember that a running script is uniquely \",\n \"identified both by its name and the arguments that are used to start it. So, if a script was ran with the following arguments: \",\n \" \",\n \" run foo.script 1 2 foodnstuff\",\n \" \",\n \"Then to run the 'check' command on this script you would have to pass the same arguments in: \",\n \" \",\n \" check foo.script 1 2 foodnstuff\",\n \" \",\n ],\n clear: [\n \"Usage: clear\",\n \" \",\n \"Clear the Terminal screen, deleting all of the text. Note that this does not delete the user's command history, so using the up \",\n \"and down arrow keys is still valid. Also note that this is permanent and there is no way to undo this. Synonymous with 'cls' command\",\n \" \",\n ],\n cls: [\n \"Usage: cls\",\n \" \",\n \"Clear the Terminal screen, deleting all of the text. Note that this does not delete the user's command history, so using the up \",\n \"and down arrow keys is still valid. Also note that this is permanent and there is no way to undo this. Synonymous with 'clear' command\",\n \" \",\n ],\n connect: [\n \"Usage: connect [hostname]\",\n \" \",\n \"Connect to a remote server. The hostname of the remote server must be given as the argument \",\n \"to this command. Note that only servers that are immediately adjacent to the current server in the network and the ones that have\",\n \"a backdoor installed can be connected to. To see which servers can be connected to, use the 'scan' command.\",\n \" \",\n ],\n cp: [\"Usage: cp [src] [dst]\", \" \", \"Copy a file on this server. To copy a file to another server use scp.\", \" \"],\n download: [\n \"Usage: download [script/text file]\",\n \" \",\n \"Downloads a script or text file to your computer (like your real life computer).\",\n \" \",\n \"You can also download all of your scripts/text files as a zip file using the following Terminal commands:\",\n \" \",\n \"Download all scripts and text files: download *\",\n \" \",\n \"Download all scripts: download *.script\",\n \" \",\n \"Download all text files: download *.txt\",\n \" \",\n ],\n expr: [\n \"Usage: expr [mathematical expression]\",\n \" \",\n \"Evaluate a simple mathematical expression. Supports native JavaScript operators:\",\n \" \",\n \"+, -, /, *, **, %\",\n \" \",\n \"Example:\",\n \" \",\n \" expr 25 * 2 ** 10\",\n \" \",\n \"Note that letters (non-digits) are not allowed and will be removed from the input.\",\n \" \",\n ],\n free: [\n \"Usage: free\",\n \" \",\n \"Displays the memory usage on the current machine. Print the amount of RAM that is available on the current server as well as \",\n \"how much of it is being used.\",\n \" \",\n ],\n grow: [\n \"Usage: grow\",\n \" \",\n \"Spoof transactions in the current server. Increasing the money available by hacking. Requires root access.\",\n \"See the wiki page for hacking mechanics.\",\n \" \",\n ],\n hack: [\n \"Usage: hack\",\n \" \",\n \"Attempt to hack the current server. Requires root access in order to be run. See the wiki page for hacking mechanics\",\n \" \",\n ],\n help: [\n \"Usage: help [command]\",\n \" \",\n \"Display Terminal help information. Without arguments, 'help' prints a list of all valid Terminal commands and a brief \",\n \"description of their functionality. You can also pass the name of a Terminal command as an argument to 'help' to print \",\n \"more detailed information about the Terminal command. Examples: \",\n \" \",\n \" help alias\",\n \" \",\n \" help scan-analyze\",\n \" \",\n ],\n history: [\n \"Usage: history [-c]\",\n \" \",\n \"Without arguments, displays the terminal command history. To clear the history, pass in the '-c' argument.\",\n \" \",\n ],\n home: [\n \"Usage: home\",\n \" \",\n \"Connect to your home computer. This will work no matter what server you are currently connected to.\",\n \" \",\n ],\n hostname: [\"Usage: hostname\", \" \", \"Prints the hostname of the current server\", \" \"],\n kill: [\n \"Usage: kill [script name] [args...] or kill [pid\",\n \" \",\n \"Kill the script specified by the script name and arguments OR by its PID.\",\n \" \",\n \"If you are killing the script using its filename and arguments, then each \",\n \"argument must be separated by a space. Remember that a running script is \",\n \"uniquely identified by both its name and the arguments that are used to start \",\n \"it. So, if a script was ran with the following arguments:\",\n \" \",\n \" run foo.script 1 sigma-cosmetics\",\n \" \",\n \"Then to kill this script the same arguments would have to be used:\",\n \" \",\n \" kill foo.script 1 sigma-cosmetics\",\n \" \",\n \"If you are killing the script using its PID, then the PID argument must be numeric\",\n \" \",\n ],\n killall: [\n \"Usage: killall\",\n \" \",\n \"Kills all scripts on the current server. \",\n \"Note that after the 'kill' command is issued for a script, it may take a while for the script to actually stop running. \",\n \"This will happen if the script is in the middle of a command such as grow() or weaken() that takes time to execute. \",\n \"The script will not be stopped/killed until after that time has elapsed.\",\n \" \",\n ],\n ls: [\n \"Usage: ls [dir] [-l] [--grep pattern]\",\n \" \",\n \"The ls command, with no arguments, prints all files and directories on the current server's directory to the Terminal screen. \",\n \"The files will be displayed in alphabetical order. \",\n \" \",\n \"The 'dir' optional parameter can be used to display files/directories in another directory.\",\n \" \",\n \"The '-l' optional parameter allows you to force each item onto a single line.\",\n \" \",\n \"The '--grep pattern' optional parameter can be used to only display files whose filenames match the specified pattern.\",\n \" \",\n \"Examples:\",\n \" \",\n \"List all files with the '.script' extension in the current directory:\",\n \" \",\n \" ls -l --grep .script\",\n \" \",\n \"List all files with the '.js' extension in the root directory:\",\n \" \",\n \" ls / -l --grep .js\",\n \" \",\n \"List all files with the word 'purchase' in the filename, in the 'scripts' directory:\",\n \" \",\n \" ls scripts -l --grep purchase\",\n \" \",\n ],\n lscpu: [\"Usage: lscpu\", \" \", \"Prints the number of CPU Cores the current server has\", \" \"],\n\n mem: [\n \"Usage: mem [script name] [-t num_threads]\",\n \" \",\n \"Displays the amount of RAM needed to run the specified script with a single thread. The command can also be used to print \",\n \"the amount of RAM needed to run a script with multiple threads using the '-t' flag. If the '-t' flag is specified, then \",\n \"an argument for the number of threads must be passed in afterwards. Examples:\",\n \" \",\n \" mem foo.script\",\n \" \",\n \" mem foo.script -t 50\",\n \" \",\n \"The first example above will print the amount of RAM needed to run 'foo.script' with a single thread. The second example \",\n \"above will print the amount of RAM needed to run 'foo.script' with 50 threads.\",\n \" \",\n ],\n mv: [\n \"Usage: mv [src] [dest]\",\n \" \",\n \"Move the source file to the specified destination. This can also be used to rename files. \",\n \"This command only works for scripts and text files (.txt). This command CANNOT be used to \",\n \"convert to different file types\",\n \" \",\n \"Note that, unlike the Linux 'mv' command, the destination argument must be the \",\n \"full filepath. \",\n \"Examples: \",\n \" \",\n \" mv hacking-controller.script scripts/hacking-controller.script\",\n \" \",\n \" mv myScript.js myOldScript.js\",\n \" \",\n ],\n nano: TemplatedHelpTexts.scriptEditor(\"nano\"),\n ps: [\"Usage: ps\", \" \", \"Prints all scripts that are running on the current server\", \" \"],\n rm: [\n \"Usage: rm [file]\",\n \" \",\n \"Removes the specified file from the current server. A file can be a script, a program, or a message file. \",\n \" \",\n \"WARNING: This is permanent and cannot be undone\",\n \" \",\n ],\n run: [\n \"Usage: run [file name] [-t] [num threads] [args...]\",\n \" \",\n \"Execute a program, script or coding contract.\",\n \" \",\n \"The '[-t]', '[num threads]', and '[args...]' arguments are only valid when running a script. The '-t' flag is used \",\n \"to indicate that the script should be run with the specified number of threads. If the flag is omitted, \",\n \"then the script will be run with a single thread by default. \",\n \"If the '-t' flag is used, then it MUST come immediately \",\n \"after the script name, and the [num threads] argument MUST come immediately afterwards. \",\n \" \",\n \"[args...] represents a variable number of arguments that will be passed into the script. See the documentation \",\n \"about script arguments. Each specified argument must be separated by a space. \",\n \" \",\n ],\n scan: [\n \"Usage: scan\",\n \" \",\n \"Prints all immediately-available network connection. This will print a list of all servers that you can currently connect \",\n \"to using the 'connect' Terminal command.\",\n \" \",\n ],\n \"scan-analyze\": [\n \"Usage: scan-analyze [depth] [-a]\",\n \" \",\n \"Prints detailed information about all servers up to [depth] nodes away on the network. Calling \",\n \"'scan-analyze 1' will display information for the same servers that are shown by the 'scan' Terminal \",\n \"command. This command also shows the relative paths to reach each server.\",\n \" \",\n \"By default, the maximum depth that can be specified for 'scan-analyze' is 3. However, once you have \",\n \"the DeepscanV1.exe and DeepscanV2.exe programs, you can execute 'scan-analyze' with a depth up to \",\n \"5 and 10, respectively.\",\n \" \",\n \"The information 'scan-analyze' displays about each server includes whether or not you have root access to it, \",\n \"its required hacking level, the number of open ports required to run NUKE.exe on it, and how much RAM \",\n \"it has.\",\n \" \",\n \"By default, this command will not display servers that you have purchased. However, you can pass in the \",\n \"-a flag at the end of the command if you would like to enable that.\",\n \" \",\n ],\n scp: [\n \"Usage: scp [filename ...] [target server]\",\n \" \",\n \"Copies the specified file(s) from the current server to the target server. \",\n \"This command only works for script files (.script or .js extension), literature files (.lit extension), \",\n \"and text files (.txt extension). \",\n \"The second argument passed in must be the hostname or IP of the target server. Examples:\",\n \" \",\n \" scp foo.script n00dles\",\n \" \",\n \" scp foo.script bar.script n00dles\",\n \" \",\n ],\n sudov: [\"Usage: sudov\", \" \", \"Prints whether or not you have root access to the current machine\", \" \"],\n\n tail: [\n \"Usage: tail [script name] [args...]\",\n \" \",\n \"Displays dynamic logs for the script specified by the script name and arguments. Each argument must be separated \",\n \"by a space. Remember that a running script is uniquely identified by both its name and the arguments that were used \",\n \"to run it. So, if a script was ran with the following arguments: \",\n \" \",\n \" run foo.script 10 50000\",\n \" \",\n \"Then in order to check its logs with 'tail' the same arguments must be used: \",\n \" \",\n \" tail foo.script 10 50000\",\n \" \",\n ],\n top: [\n \"Usage: top\",\n \" \",\n \"Prints a list of all scripts running on the current server as well as their thread count and how much \",\n \"RAM they are using in total.\",\n \" \",\n ],\n unalias: [\n \"Usage: unalias [alias name]\",\n \" \",\n \"Deletes the specified alias. Note that the double quotation marks are required. \",\n \" \",\n \"As an example, if an alias was declared using:\",\n \" \",\n ' alias r=\"run\"',\n \" \",\n \"Then it could be removed using:\",\n \" \",\n \" unalias r\",\n \" \",\n \"It is not necessary to differentiate between global and non-global aliases when using 'unalias'\",\n \" \",\n ],\n vim: TemplatedHelpTexts.scriptEditor(\"vim\"),\n weaken: [\n \"Usage: weaken\",\n \" \",\n \"Reduces the security level of the current server. Decreasing the time it takes for all operations on this server.\",\n \"Requires root access. See the wiki page for hacking mechanics.\",\n \" \",\n ],\n wget: [\n \"Usage: wget [url] [target file]\",\n \" \",\n \"Retrieves data from a URL and downloads it to a file on the current server. The data can only \",\n \"be downloaded to a script (.script or .js) or a text file (.txt). If the file already exists, \",\n \"it will be overwritten by this command.\",\n \" \",\n \"Note that it will not be possible to download data from many websites because they do not allow \",\n \"cross-origin resource sharing (CORS). Example:\",\n \" \",\n \" wget https://raw.githubusercontent.com/danielyxie/bitburner/master/README.md game_readme.txt\",\n \" \",\n ],\n};\n","import { workerScripts } from \"./WorkerScripts\";\n\nlet pidCounter = 1;\n\n/** Find and return the next available PID for a script */\nexport function generateNextPid(): number {\n let tempCounter = pidCounter;\n\n // Cap the number of search iterations at some arbitrary value to avoid\n // infinite loops. We'll assume that players wont have 1mil+ running scripts\n let found = false;\n for (let i = 0; i < 1e6; ) {\n if (!workerScripts.has(tempCounter + i)) {\n found = true;\n tempCounter = tempCounter + i;\n break;\n }\n\n if (i === Number.MAX_SAFE_INTEGER - 1) {\n i = 1;\n } else {\n ++i;\n }\n }\n\n if (found) {\n pidCounter = tempCounter + 1;\n if (pidCounter >= Number.MAX_SAFE_INTEGER) {\n pidCounter = 1;\n }\n\n return tempCounter;\n } else {\n return -1;\n }\n}\n\nexport function resetPidCounter(): void {\n pidCounter = 1;\n}\n","import { CONSTANTS } from \"../../Constants\";\nimport { BitNodeMultipliers } from \"../../BitNode/BitNodeMultipliers\";\nimport { Person } from \"../../PersonObjects/Person\";\n\nexport function repFromDonation(amt: number, person: Person): number {\n return (amt / CONSTANTS.DonateMoneyToRepDivisor) * person.mults.faction_rep * BitNodeMultipliers.FactionWorkRepGain;\n}\n","/** Implementation for what happens when you destroy a BitNode */\nimport React from \"react\";\nimport { Player } from \"./Player\";\nimport { prestigeSourceFile } from \"./Prestige\";\nimport { PlayerOwnedSourceFile } from \"./SourceFile/PlayerOwnedSourceFile\";\nimport { SourceFiles } from \"./SourceFile/SourceFiles\";\n\nimport { dialogBoxCreate } from \"./ui/React/DialogBox\";\nimport { Router } from \"./ui/GameRoot\";\n\nfunction giveSourceFile(bitNodeNumber: number): void {\n const sourceFileKey = \"SourceFile\" + bitNodeNumber.toString();\n const sourceFile = SourceFiles[sourceFileKey];\n if (sourceFile == null) {\n console.error(`Could not find source file for Bit node: ${bitNodeNumber}`);\n return;\n }\n\n // Check if player already has this source file\n const ownedSourceFile = Player.sourceFiles.find((sourceFile) => sourceFile.n === bitNodeNumber);\n\n if (ownedSourceFile) {\n if (ownedSourceFile.lvl >= 3 && ownedSourceFile.n !== 12) {\n dialogBoxCreate(\n `The Source-File for the BitNode you just destroyed, ${sourceFile.name}, is already at max level!`,\n );\n } else {\n ++ownedSourceFile.lvl;\n dialogBoxCreate(\n sourceFile.name +\n \" was upgraded to level \" +\n ownedSourceFile.lvl +\n \" for \" +\n \"destroying its corresponding BitNode!\",\n );\n }\n } else {\n const newSrcFile = new PlayerOwnedSourceFile(bitNodeNumber, 1);\n Player.sourceFiles.push(newSrcFile);\n if (bitNodeNumber === 5 && Player.skills.intelligence === 0) {\n Player.skills.intelligence = 1;\n }\n dialogBoxCreate(\n <>\n You received a Source-File for destroying a BitNode!\n
\n
\n {sourceFile.name}\n
\n
\n {sourceFile.info}\n ,\n );\n }\n}\n\nexport function enterBitNode(flume: boolean, destroyedBitNode: number, newBitNode: number): void {\n if (!flume) {\n giveSourceFile(destroyedBitNode);\n } else if (Player.sourceFileLvl(5) === 0 && newBitNode !== 5) {\n Player.skills.intelligence = 0;\n Player.exp.intelligence = 0;\n }\n if (newBitNode === 5 && Player.skills.intelligence === 0) {\n Player.skills.intelligence = 1;\n }\n // Set new Bit Node\n Player.bitNodeN = newBitNode;\n\n if (newBitNode === 6) {\n Router.toBladeburnerCinematic();\n } else {\n Router.toTerminal();\n }\n prestigeSourceFile(flume);\n}\n","import { Settings } from \"../Settings/Settings\";\nimport { Remote } from \"./Remote\";\n\nlet server: Remote;\n\nexport function newRemoteFileApiConnection(): void {\n if (server) server.stopConnection();\n if (Settings.RemoteFileApiPort === 0) return;\n server = new Remote(\"localhost\", Settings.RemoteFileApiPort);\n server.startConnection();\n}\n\nexport function isRemoteFileApiConnectionLive(): boolean {\n return server && server.connection != undefined && server.connection.readyState == 1;\n}\n","import React from \"react\";\n\nimport { Page } from \"../ui/Router\";\nimport { hash } from \"../hash/hash\";\nimport { CONSTANTS } from \"../Constants\";\n\nenum GameEnv {\n Production,\n Development,\n}\n\nenum Platform {\n Browser,\n Steam,\n}\n\ninterface GameVersion {\n version: string;\n hash: string;\n\n toDisplay: () => string;\n}\n\ninterface BrowserFeatures {\n userAgent: string;\n language: string;\n cookiesEnabled: boolean;\n doNotTrack: string | null;\n indexedDb: boolean;\n}\n\ninterface IErrorMetadata {\n error: Error;\n errorInfo?: React.ErrorInfo;\n page?: Page;\n\n environment: GameEnv;\n platform: Platform;\n version: GameVersion;\n features: BrowserFeatures;\n}\n\nexport interface IErrorData {\n metadata: IErrorMetadata;\n\n title: string;\n body: string;\n\n features: string;\n fileName?: string;\n\n issueUrl: string;\n}\n\nexport const newIssueUrl = `https://github.com/danielyxie/bitburner/issues/new`;\n\nfunction getErrorMetadata(error: Error, errorInfo?: React.ErrorInfo, page?: Page): IErrorMetadata {\n const isElectron = navigator.userAgent.toLowerCase().indexOf(\" electron/\") > -1;\n const env = process.env.NODE_ENV === \"development\" ? GameEnv.Development : GameEnv.Production;\n const version: GameVersion = {\n version: CONSTANTS.VersionString,\n hash: hash(),\n toDisplay: () => `v${CONSTANTS.VersionString} (${hash()})`,\n };\n const features: BrowserFeatures = {\n userAgent: navigator.userAgent,\n\n language: navigator.language,\n cookiesEnabled: navigator.cookieEnabled,\n doNotTrack: navigator.doNotTrack,\n indexedDb: !!window.indexedDB,\n };\n const metadata: IErrorMetadata = {\n platform: isElectron ? Platform.Steam : Platform.Browser,\n environment: env,\n version,\n features,\n error,\n errorInfo,\n page,\n };\n return metadata;\n}\n\nexport function getErrorForDisplay(error: Error, errorInfo?: React.ErrorInfo, page?: Page): IErrorData {\n const metadata = getErrorMetadata(error, errorInfo, page);\n const fileName = (metadata.error as any).fileName;\n const features =\n `lang=${metadata.features.language} cookiesEnabled=${metadata.features.cookiesEnabled.toString()}` +\n ` doNotTrack=${metadata.features.doNotTrack ?? \"null\"} indexedDb=${metadata.features.indexedDb.toString()}`;\n\n const title = `${metadata.error.name}: ${metadata.error.message}${metadata.page && ` (at \"${Page[metadata.page]}\")`}`;\n const body = `\n## ${title}\n\n### How did this happen?\n\nPlease fill this information with details if relevant.\n\n- [ ] Save file\n- [ ] Minimal scripts to reproduce the issue\n- [ ] Steps to reproduce\n\n### Environment\n\n* Error: ${metadata.error?.toString() ?? \"n/a\"}\n* Page: ${metadata.page ? Page[metadata.page] : \"n/a\"}\n* Version: ${metadata.version.toDisplay()}\n* Environment: ${GameEnv[metadata.environment]}\n* Platform: ${Platform[metadata.platform]}\n* UserAgent: ${navigator.userAgent}\n* Features: ${features}\n* Source: ${fileName ?? \"n/a\"}\n\n${\n metadata.environment === GameEnv.Development\n ? `\n### Stack Trace\n\\`\\`\\`\n${metadata.errorInfo?.componentStack.toString().trim()}\n\\`\\`\\`\n`\n : \"\"\n}\n### Save\n\\`\\`\\`\nCopy your save here if possible\n\\`\\`\\`\n`.trim();\n\n const issueUrl = `${newIssueUrl}?title=${encodeURIComponent(title)}&body=${encodeURIComponent(body)}`;\n\n const data: IErrorData = {\n metadata,\n fileName,\n features,\n title,\n body,\n issueUrl,\n };\n return data;\n}\n","import { getRandomInt } from \"../../utils/helpers/getRandomInt\";\n\nexport const Growths: {\n [key: string]: (() => number) | undefined;\n [\"Tracking\"]: () => number;\n [\"Bounty Hunter\"]: () => number;\n [\"Retirement\"]: () => number;\n [\"Investigation\"]: () => number;\n [\"Undercover Operation\"]: () => number;\n [\"Sting Operation\"]: () => number;\n [\"Raid\"]: () => number;\n [\"Stealth Retirement Operation\"]: () => number;\n [\"Assassination\"]: () => number;\n} = {\n Tracking: () => getRandomInt(5, 75) / 10,\n \"Bounty Hunter\": () => getRandomInt(5, 75) / 10,\n Retirement: () => getRandomInt(5, 75) / 10,\n Investigation: () => getRandomInt(10, 40) / 10,\n \"Undercover Operation\": () => getRandomInt(10, 40) / 10,\n \"Sting Operation\": () => getRandomInt(3, 40) / 10,\n Raid: () => getRandomInt(2, 40) / 10,\n \"Stealth Retirement Operation\": () => getRandomInt(1, 20) / 10,\n Assassination: () => getRandomInt(1, 20) / 10,\n};\n","import { getRandomInt } from \"./getRandomInt\";\n\n/**\n * Gets a random value in the range of a byte (0 - 255), or up to the maximum.\n * @param max The maximum value (up to 255).\n */\nexport function getRandomByte(max: number): number {\n // Technically 2^8 is 256, but the values are 0-255, not 1-256.\n const byteMaximum = 255;\n const upper: number = Math.max(Math.min(max, byteMaximum), 0);\n\n return getRandomInt(0, upper);\n}\n","/**\n * Utility function that creates a \"city map\", which is an object where\n * each city is a key (property).\n *\n * This map uses the official name of the city, NOT its key in the 'Cities' object\n */\nimport { Cities } from \"./Cities\";\n\nexport function createCityMap(initValue: T): Record {\n const map: Record = {};\n const cities = Object.keys(Cities);\n for (let i = 0; i < cities.length; ++i) {\n map[cities[i]] = initValue;\n }\n\n // round try JSON so to make sure none of the initial values have the same references.\n return JSON.parse(JSON.stringify(map));\n}\n","/**\n * Represents a Hand of cards.\n *\n * This class is IMMUTABLE\n */\n\nimport { Card } from \"./Card\";\n\nexport class Hand {\n constructor(readonly cards: readonly Card[]) {}\n\n addCards(...cards: Card[]): Hand {\n return new Hand([...this.cards, ...cards]);\n }\n\n removeByIndex(i: number): Hand {\n if (i >= this.cards.length) {\n throw new Error(`Tried to remove invalid card from Hand by index: ${i}`);\n }\n\n return new Hand([...this.cards.slice().splice(i, 1)]);\n }\n}\n","/**\n * React Component for a button that initiates a transaction on the Stock Market UI\n * (Buy, Sell, Buy Max, etc.)\n */\nimport * as React from \"react\";\n\nimport Typography from \"@mui/material/Typography\";\nimport Tooltip from \"@mui/material/Tooltip\";\nimport Button from \"@mui/material/Button\";\ntype IProps = {\n onClick: () => void;\n text: string;\n tooltip?: JSX.Element | null;\n};\n\nexport function StockTickerTxButton(props: IProps): React.ReactElement {\n return (\n {props.tooltip} : \"\"}>\n \n \n );\n}\n","import { Box, Table } from \"@mui/material\";\nimport * as React from \"react\";\nimport { ActiveFragment } from \"../ActiveFragment\";\nimport { BaseGift } from \"../BaseGift\";\nimport { Grid } from \"./Grid\";\nimport { zeros } from \"../Helper\";\n\ninterface IProps {\n width: number;\n height: number;\n fragments: ActiveFragment[];\n}\n\nexport function DummyGrid(props: IProps): React.ReactElement {\n const gift = new BaseGift(props.width, props.height, props.fragments);\n const ghostGrid = zeros(props.width, props.height);\n return (\n \n \n undefined}\n click={() => undefined}\n />\n
\n
\n );\n}\n","import { FactionInfo, FactionInfos } from \"./FactionInfo\";\nimport { favorToRep, repToFavor } from \"./formulas/favor\";\nimport { Generic_fromJSON, Generic_toJSON, IReviverValue, Reviver } from \"../utils/JSONReviver\";\n\nexport class Faction {\n /**\n * Flag signalling whether the player has already received an invitation\n * to this faction\n */\n alreadyInvited = false;\n\n /** Holds names of all augmentations that this Faction offers */\n augmentations: string[] = [];\n\n /** Amount of favor the player has with this faction. */\n favor = 0;\n\n /** Flag signalling whether player has been banned from this faction */\n isBanned = false;\n\n /** Flag signalling whether player is a member of this faction */\n isMember = false;\n\n /** Name of faction */\n name = \"\";\n\n /** Amount of reputation player has with this faction */\n playerReputation = 0;\n\n constructor(name = \"\") {\n this.name = name;\n }\n\n getInfo(): FactionInfo {\n const info = FactionInfos[this.name];\n if (info == null) {\n throw new Error(\n `Missing faction from FactionInfos: ${this.name} this probably means the faction got corrupted somehow`,\n );\n }\n\n return info;\n }\n\n gainFavor(): void {\n if (this.favor == null) {\n this.favor = 0;\n }\n this.favor += this.getFavorGain();\n }\n\n //Returns an array with [How much favor would be gained, how much rep would be left over]\n getFavorGain(): number {\n if (this.favor == null) {\n this.favor = 0;\n }\n const storedRep = Math.max(0, favorToRep(this.favor));\n const totalRep = storedRep + this.playerReputation;\n const newFavor = repToFavor(totalRep);\n return newFavor - this.favor;\n }\n\n /** Serialize the current object to a JSON save state. */\n toJSON(): IReviverValue {\n return Generic_toJSON(\"Faction\", this);\n }\n\n /** Initializes a Faction object from a JSON save state. */\n static fromJSON(value: IReviverValue): Faction {\n return Generic_fromJSON(Faction, value.data);\n }\n}\n\nReviver.constructors.Faction = Faction;\n","import * as augmentationMethods from \"./PlayerObjectAugmentationMethods\";\nimport * as bladeburnerMethods from \"./PlayerObjectBladeburnerMethods\";\nimport * as corporationMethods from \"./PlayerObjectCorporationMethods\";\nimport * as gangMethods from \"./PlayerObjectGangMethods\";\nimport * as generalMethods from \"./PlayerObjectGeneralMethods\";\nimport * as serverMethods from \"./PlayerObjectServerMethods\";\nimport * as workMethods from \"./PlayerObjectWorkMethods\";\n\nimport { Sleeve } from \"../Sleeve/Sleeve\";\nimport { PlayerOwnedSourceFile } from \"../../SourceFile/PlayerOwnedSourceFile\";\nimport { Exploit } from \"../../Exploits/Exploit\";\n\nimport { LocationName } from \"../../Locations/data/LocationNames\";\nimport { Corporation } from \"../../Corporation/Corporation\";\nimport { Gang } from \"../../Gang/Gang\";\nimport { Bladeburner } from \"../../Bladeburner/Bladeburner\";\nimport { HacknetNode } from \"../../Hacknet/HacknetNode\";\n\nimport { HashManager } from \"../../Hacknet/HashManager\";\n\nimport { MoneySourceTracker } from \"../../utils/MoneySourceTracker\";\nimport { Reviver, Generic_toJSON, Generic_fromJSON, IReviverValue } from \"../../utils/JSONReviver\";\nimport { PlayerAchievement } from \"../../Achievements/Achievements\";\nimport { cyrb53 } from \"../../utils/StringHelperFunctions\";\nimport { getRandomInt } from \"../../utils/helpers/getRandomInt\";\nimport { CONSTANTS } from \"../../Constants\";\nimport { Work } from \"src/Work/Work\";\nimport { Person } from \"../Person\";\n\nexport class PlayerObject extends Person {\n // Player-specific properties\n bitNodeN = 1; //current bitnode\n corporation: Corporation | null = null;\n gang: Gang | null = null;\n bladeburner: Bladeburner | null = null;\n currentServer = \"\";\n factions: string[] = [];\n factionInvitations: string[] = [];\n hacknetNodes: (HacknetNode | string)[] = []; // HacknetNode object or hostname of Hacknet Server\n has4SData = false;\n has4SDataTixApi = false;\n hashManager = new HashManager();\n hasTixApiAccess = false;\n hasWseAccount = false;\n jobs: Record = {};\n karma = 0;\n numPeopleKilled = 0;\n location = LocationName.TravelAgency;\n money = 1000 + CONSTANTS.Donations;\n moneySourceA = new MoneySourceTracker();\n moneySourceB = new MoneySourceTracker();\n playtimeSinceLastAug = 0;\n playtimeSinceLastBitnode = 0;\n purchasedServers: string[] = [];\n scriptProdSinceLastAug = 0;\n sleeves: Sleeve[] = [];\n sleevesFromCovenant = 0;\n sourceFiles: PlayerOwnedSourceFile[] = [];\n exploits: Exploit[] = [];\n achievements: PlayerAchievement[] = [];\n terminalCommandHistory: string[] = [];\n identifier: string;\n lastUpdate = 0;\n lastSave = 0;\n totalPlaytime = 0;\n\n currentWork: Work | null = null;\n focus = false;\n\n entropy = 0;\n\n // Player-specific methods\n init = generalMethods.init;\n startWork = workMethods.startWork;\n processWork = workMethods.processWork;\n finishWork = workMethods.finishWork;\n applyForSoftwareJob = generalMethods.applyForSoftwareJob;\n applyForSoftwareConsultantJob = generalMethods.applyForSoftwareConsultantJob;\n applyForItJob = generalMethods.applyForItJob;\n applyForSecurityEngineerJob = generalMethods.applyForSecurityEngineerJob;\n applyForNetworkEngineerJob = generalMethods.applyForNetworkEngineerJob;\n applyForBusinessJob = generalMethods.applyForBusinessJob;\n applyForBusinessConsultantJob = generalMethods.applyForBusinessConsultantJob;\n applyForSecurityJob = generalMethods.applyForSecurityJob;\n applyForAgentJob = generalMethods.applyForAgentJob;\n applyForEmployeeJob = generalMethods.applyForEmployeeJob;\n applyForPartTimeEmployeeJob = generalMethods.applyForPartTimeEmployeeJob;\n applyForWaiterJob = generalMethods.applyForWaiterJob;\n applyForPartTimeWaiterJob = generalMethods.applyForPartTimeWaiterJob;\n applyForJob = generalMethods.applyForJob;\n canAccessBladeburner = bladeburnerMethods.canAccessBladeburner;\n canAccessCorporation = corporationMethods.canAccessCorporation;\n canAccessGang = gangMethods.canAccessGang;\n canAccessGrafting = generalMethods.canAccessGrafting;\n canAfford = generalMethods.canAfford;\n gainMoney = generalMethods.gainMoney;\n getCurrentServer = serverMethods.getCurrentServer;\n getGangFaction = gangMethods.getGangFaction;\n getGangName = gangMethods.getGangName;\n getHomeComputer = serverMethods.getHomeComputer;\n getNextCompanyPosition = generalMethods.getNextCompanyPosition;\n getUpgradeHomeRamCost = serverMethods.getUpgradeHomeRamCost;\n getUpgradeHomeCoresCost = serverMethods.getUpgradeHomeCoresCost;\n gotoLocation = generalMethods.gotoLocation;\n hasCorporation = corporationMethods.hasCorporation;\n hasGangWith = gangMethods.hasGangWith;\n hasTorRouter = serverMethods.hasTorRouter;\n hasProgram = generalMethods.hasProgram;\n inBladeburner = bladeburnerMethods.inBladeburner;\n inGang = gangMethods.inGang;\n isAwareOfGang = gangMethods.isAwareOfGang;\n isQualified = generalMethods.isQualified;\n loseMoney = generalMethods.loseMoney;\n reapplyAllAugmentations = generalMethods.reapplyAllAugmentations;\n reapplyAllSourceFiles = generalMethods.reapplyAllSourceFiles;\n recordMoneySource = generalMethods.recordMoneySource;\n setMoney = generalMethods.setMoney;\n startBladeburner = bladeburnerMethods.startBladeburner;\n startCorporation = corporationMethods.startCorporation;\n startFocusing = generalMethods.startFocusing;\n startGang = gangMethods.startGang;\n takeDamage = generalMethods.takeDamage;\n travel = generalMethods.travel;\n giveExploit = generalMethods.giveExploit;\n giveAchievement = generalMethods.giveAchievement;\n getCasinoWinnings = generalMethods.getCasinoWinnings;\n quitJob = generalMethods.quitJob;\n hasJob = generalMethods.hasJob;\n createHacknetServer = serverMethods.createHacknetServer;\n queueAugmentation = generalMethods.queueAugmentation;\n receiveInvite = generalMethods.receiveInvite;\n gainCodingContractReward = generalMethods.gainCodingContractReward;\n stopFocusing = generalMethods.stopFocusing;\n prestigeAugmentation = generalMethods.prestigeAugmentation;\n prestigeSourceFile = generalMethods.prestigeSourceFile;\n calculateSkillProgress = generalMethods.calculateSkillProgress;\n hospitalize = generalMethods.hospitalize;\n checkForFactionInvitations = generalMethods.checkForFactionInvitations;\n setBitNodeNumber = generalMethods.setBitNodeNumber;\n canAccessCotMG = generalMethods.canAccessCotMG;\n sourceFileLvl = generalMethods.sourceFileLvl;\n applyEntropy = augmentationMethods.applyEntropy;\n focusPenalty = generalMethods.focusPenalty;\n\n constructor() {\n super();\n // Let's get a hash of some semi-random stuff so we have something unique.\n this.identifier = cyrb53(\n \"I-\" +\n new Date().getTime() +\n navigator.userAgent +\n window.innerWidth +\n window.innerHeight +\n getRandomInt(100, 999),\n );\n }\n\n whoAmI(): string {\n return \"Player\";\n }\n\n /** Serialize the current object to a JSON save state. */\n toJSON(): IReviverValue {\n return Generic_toJSON(\"PlayerObject\", this);\n }\n\n /** Initializes a PlayerObject object from a JSON save state. */\n static fromJSON(value: IReviverValue): PlayerObject {\n return Generic_fromJSON(PlayerObject, value.data);\n }\n}\n\nReviver.constructors.PlayerObject = PlayerObject;\n","import React, { useState, useEffect } from \"react\";\nimport { joinFaction } from \"../FactionHelpers\";\nimport { Faction } from \"../Faction\";\nimport { Modal } from \"../../ui/React/Modal\";\nimport { Player } from \"../../Player\";\nimport { EventEmitter } from \"../../utils/EventEmitter\";\nimport Typography from \"@mui/material/Typography\";\nimport Button from \"@mui/material/Button\";\n\nexport const InvitationEvent = new EventEmitter<[Faction]>();\n\nexport function InvitationModal(): React.ReactElement {\n const [faction, setFaction] = useState(null);\n function join(): void {\n if (faction === null) return;\n //Remove from invited factions\n const i = Player.factionInvitations.findIndex((facName) => facName === faction.name);\n if (i === -1) {\n console.error(\"Could not find faction in Player.factionInvitations\");\n }\n joinFaction(faction);\n setFaction(null);\n }\n\n useEffect(() => InvitationEvent.subscribe((faction) => setFaction(faction)), []);\n\n return (\n setFaction(null)}>\n You have received a faction invitation.\n \n Would you like to join {(faction || { name: \"\" }).name}?
\n
\n Warning: Joining this faction may prevent you from joining other factions during this run!\n
\n \n \n
\n );\n}\n","import { GangMemberTask } from \"./GangMemberTask\";\nimport { GangMemberTasks } from \"./GangMemberTasks\";\nimport { GangMemberUpgrade } from \"./GangMemberUpgrade\";\nimport { GangMemberUpgrades } from \"./GangMemberUpgrades\";\nimport { IAscensionResult } from \"./IAscensionResult\";\nimport { Player } from \"../Player\";\nimport { Gang } from \"./Gang\";\nimport { Generic_fromJSON, Generic_toJSON, IReviverValue, Reviver } from \"../utils/JSONReviver\";\nimport {\n calculateRespectGain,\n calculateMoneyGain,\n calculateWantedLevelGain,\n calculateAscensionMult,\n calculateAscensionPointsGain,\n} from \"./formulas/formulas\";\n\ninterface IMults {\n hack: number;\n str: number;\n def: number;\n dex: number;\n agi: number;\n cha: number;\n}\n\nexport class GangMember {\n name: string;\n task = \"Unassigned\";\n\n earnedRespect = 0;\n\n hack = 1;\n str = 1;\n def = 1;\n dex = 1;\n agi = 1;\n cha = 1;\n\n hack_exp = 0;\n str_exp = 0;\n def_exp = 0;\n dex_exp = 0;\n agi_exp = 0;\n cha_exp = 0;\n\n hack_mult = 1;\n str_mult = 1;\n def_mult = 1;\n dex_mult = 1;\n agi_mult = 1;\n cha_mult = 1;\n\n hack_asc_points = 0;\n str_asc_points = 0;\n def_asc_points = 0;\n dex_asc_points = 0;\n agi_asc_points = 0;\n cha_asc_points = 0;\n\n upgrades: string[] = []; // Names of upgrades\n augmentations: string[] = []; // Names of augmentations only\n\n constructor(name = \"\") {\n this.name = name;\n }\n\n calculateSkill(exp: number, mult = 1): number {\n return Math.max(Math.floor(mult * (32 * Math.log(exp + 534.5) - 200)), 1);\n }\n\n calculateAscensionMult(points: number): number {\n return calculateAscensionMult(points);\n }\n\n updateSkillLevels(): void {\n this.hack = this.calculateSkill(this.hack_exp, this.hack_mult * this.calculateAscensionMult(this.hack_asc_points));\n this.str = this.calculateSkill(this.str_exp, this.str_mult * this.calculateAscensionMult(this.str_asc_points));\n this.def = this.calculateSkill(this.def_exp, this.def_mult * this.calculateAscensionMult(this.def_asc_points));\n this.dex = this.calculateSkill(this.dex_exp, this.dex_mult * this.calculateAscensionMult(this.dex_asc_points));\n this.agi = this.calculateSkill(this.agi_exp, this.agi_mult * this.calculateAscensionMult(this.agi_asc_points));\n this.cha = this.calculateSkill(this.cha_exp, this.cha_mult * this.calculateAscensionMult(this.cha_asc_points));\n }\n\n calculatePower(): number {\n return (this.hack + this.str + this.def + this.dex + this.agi + this.cha) / 95;\n }\n\n assignToTask(taskName: string): boolean {\n if (!GangMemberTasks.hasOwnProperty(taskName)) {\n this.task = \"Unassigned\";\n return false;\n }\n this.task = taskName;\n return true;\n }\n\n unassignFromTask(): void {\n this.task = \"Unassigned\";\n }\n\n getTask(): GangMemberTask {\n // TODO(hydroflame): transfer that to a save file migration function\n // Backwards compatibility\n if ((this.task as any) instanceof GangMemberTask) {\n this.task = (this.task as any).name;\n }\n\n if (GangMemberTasks.hasOwnProperty(this.task)) {\n return GangMemberTasks[this.task];\n }\n return GangMemberTasks[\"Unassigned\"];\n }\n\n calculateRespectGain(gang: Gang): number {\n const task = this.getTask();\n const g = {\n respect: gang.respect,\n wantedLevel: gang.wanted,\n territory: gang.getTerritory(),\n };\n return calculateRespectGain(g, this, task);\n }\n\n calculateWantedLevelGain(gang: Gang): number {\n const task = this.getTask();\n const g = {\n respect: gang.respect,\n wantedLevel: gang.wanted,\n territory: gang.getTerritory(),\n };\n return calculateWantedLevelGain(g, this, task);\n }\n\n calculateMoneyGain(gang: Gang): number {\n const task = this.getTask();\n const g = {\n respect: gang.respect,\n wantedLevel: gang.wanted,\n territory: gang.getTerritory(),\n };\n return calculateMoneyGain(g, this, task);\n }\n\n expMult(): IMults {\n return {\n hack: (this.hack_mult - 1) / 4 + 1,\n str: (this.str_mult - 1) / 4 + 1,\n def: (this.def_mult - 1) / 4 + 1,\n dex: (this.dex_mult - 1) / 4 + 1,\n agi: (this.agi_mult - 1) / 4 + 1,\n cha: (this.cha_mult - 1) / 4 + 1,\n };\n }\n\n gainExperience(numCycles = 1): void {\n const task = this.getTask();\n if (task === GangMemberTasks[\"Unassigned\"]) return;\n const difficultyMult = Math.pow(task.difficulty, 0.9);\n const difficultyPerCycles = difficultyMult * numCycles;\n const weightDivisor = 1500;\n const expMult = this.expMult();\n this.hack_exp +=\n (task.hackWeight / weightDivisor) *\n difficultyPerCycles *\n expMult.hack *\n this.calculateAscensionMult(this.hack_asc_points);\n this.str_exp +=\n (task.strWeight / weightDivisor) *\n difficultyPerCycles *\n expMult.str *\n this.calculateAscensionMult(this.str_asc_points);\n this.def_exp +=\n (task.defWeight / weightDivisor) *\n difficultyPerCycles *\n expMult.def *\n this.calculateAscensionMult(this.def_asc_points);\n this.dex_exp +=\n (task.dexWeight / weightDivisor) *\n difficultyPerCycles *\n expMult.dex *\n this.calculateAscensionMult(this.dex_asc_points);\n this.agi_exp +=\n (task.agiWeight / weightDivisor) *\n difficultyPerCycles *\n expMult.agi *\n this.calculateAscensionMult(this.agi_asc_points);\n this.cha_exp +=\n (task.chaWeight / weightDivisor) *\n difficultyPerCycles *\n expMult.cha *\n this.calculateAscensionMult(this.cha_asc_points);\n }\n\n recordEarnedRespect(numCycles = 1, gang: Gang): void {\n this.earnedRespect += this.calculateRespectGain(gang) * numCycles;\n }\n\n getGainedAscensionPoints(): IMults {\n return {\n hack: calculateAscensionPointsGain(this.hack_exp),\n str: calculateAscensionPointsGain(this.str_exp),\n def: calculateAscensionPointsGain(this.def_exp),\n dex: calculateAscensionPointsGain(this.dex_exp),\n agi: calculateAscensionPointsGain(this.agi_exp),\n cha: calculateAscensionPointsGain(this.cha_exp),\n };\n }\n\n canAscend(): boolean {\n const points = this.getGainedAscensionPoints();\n return points.hack > 0 || points.str > 0 || points.def > 0 || points.dex > 0 || points.agi > 0 || points.cha > 0;\n }\n\n getCurrentAscensionMults(): IMults {\n return {\n hack: this.calculateAscensionMult(this.hack_asc_points),\n str: this.calculateAscensionMult(this.str_asc_points),\n def: this.calculateAscensionMult(this.def_asc_points),\n dex: this.calculateAscensionMult(this.dex_asc_points),\n agi: this.calculateAscensionMult(this.agi_asc_points),\n cha: this.calculateAscensionMult(this.cha_asc_points),\n };\n }\n\n getAscensionMultsAfterAscend(): IMults {\n const points = this.getGainedAscensionPoints();\n return {\n hack: this.calculateAscensionMult(this.hack_asc_points + points.hack),\n str: this.calculateAscensionMult(this.str_asc_points + points.str),\n def: this.calculateAscensionMult(this.def_asc_points + points.def),\n dex: this.calculateAscensionMult(this.dex_asc_points + points.dex),\n agi: this.calculateAscensionMult(this.agi_asc_points + points.agi),\n cha: this.calculateAscensionMult(this.cha_asc_points + points.cha),\n };\n }\n\n getAscensionResults(): IMults {\n const postAscend = this.getAscensionMultsAfterAscend();\n const preAscend = this.getCurrentAscensionMults();\n\n return {\n hack: postAscend.hack / preAscend.hack,\n str: postAscend.str / preAscend.str,\n def: postAscend.def / preAscend.def,\n dex: postAscend.dex / preAscend.dex,\n agi: postAscend.agi / preAscend.agi,\n cha: postAscend.cha / preAscend.cha,\n };\n }\n\n ascend(): IAscensionResult {\n const res = this.getAscensionResults();\n const points = this.getGainedAscensionPoints();\n this.hack_asc_points += points.hack;\n this.str_asc_points += points.str;\n this.def_asc_points += points.def;\n this.dex_asc_points += points.dex;\n this.agi_asc_points += points.agi;\n this.cha_asc_points += points.cha;\n\n // Remove upgrades. Then re-calculate multipliers and stats\n this.upgrades.length = 0;\n this.hack_mult = 1;\n this.str_mult = 1;\n this.def_mult = 1;\n this.dex_mult = 1;\n this.agi_mult = 1;\n this.cha_mult = 1;\n for (let i = 0; i < this.augmentations.length; ++i) {\n const aug = GangMemberUpgrades[this.augmentations[i]];\n this.applyUpgrade(aug);\n }\n\n // Clear exp and recalculate stats\n this.hack_exp = 0;\n this.str_exp = 0;\n this.def_exp = 0;\n this.dex_exp = 0;\n this.agi_exp = 0;\n this.cha_exp = 0;\n this.updateSkillLevels();\n\n const respectToDeduct = this.earnedRespect;\n this.earnedRespect = 0;\n return {\n respect: respectToDeduct,\n hack: res.hack,\n str: res.str,\n def: res.def,\n dex: res.dex,\n agi: res.agi,\n cha: res.cha,\n };\n }\n\n applyUpgrade(upg: GangMemberUpgrade): void {\n if (upg.mults.str != null) this.str_mult *= upg.mults.str;\n if (upg.mults.def != null) this.def_mult *= upg.mults.def;\n if (upg.mults.dex != null) this.dex_mult *= upg.mults.dex;\n if (upg.mults.agi != null) this.agi_mult *= upg.mults.agi;\n if (upg.mults.cha != null) this.cha_mult *= upg.mults.cha;\n if (upg.mults.hack != null) this.hack_mult *= upg.mults.hack;\n }\n\n buyUpgrade(upg: GangMemberUpgrade): boolean {\n if (!Player.gang) throw new Error(\"Tried to buy a gang member upgrade when no gang was present\");\n\n // Prevent purchasing of already-owned upgrades\n if (this.augmentations.includes(upg.name) || this.upgrades.includes(upg.name)) return false;\n\n if (Player.money < Player.gang.getUpgradeCost(upg)) return false;\n Player.loseMoney(Player.gang.getUpgradeCost(upg), \"gang\");\n if (upg.type === \"g\") {\n this.augmentations.push(upg.name);\n } else {\n this.upgrades.push(upg.name);\n }\n this.applyUpgrade(upg);\n return true;\n }\n\n /** Serialize the current object to a JSON save state. */\n toJSON(): IReviverValue {\n return Generic_toJSON(\"GangMember\", this);\n }\n\n /** Initializes a GangMember object from a JSON save state. */\n static fromJSON(value: IReviverValue): GangMember {\n return Generic_fromJSON(GangMember, value.data);\n }\n}\n\nReviver.constructors.GangMember = GangMember;\n","import { getRandomInt } from \"../utils/helpers/getRandomInt\";\nimport { MinHeap } from \"../utils/Heap\";\n\nimport { comprGenChar, comprLZGenerate, comprLZEncode, comprLZDecode } from \"../utils/CompressionContracts\";\nimport { HammingEncode, HammingDecode, HammingEncodeProperly } from \"../utils/HammingCodeTools\";\n/* tslint:disable:completed-docs no-magic-numbers arrow-return-shorthand */\n\n/* Function that generates a valid 'data' for a contract type */\nexport type GeneratorFunc = () => unknown;\n\n/* Function that checks if the provided solution is the correct one */\nexport type SolverFunc = (data: unknown, answer: string) => boolean;\n\n/* Function that returns a string with the problem's description.\n Requires the 'data' of a Contract as input */\nexport type DescriptionFunc = (data: unknown) => string;\n\ninterface ICodingContractTypeMetadata {\n desc: DescriptionFunc;\n difficulty: number;\n gen: GeneratorFunc;\n name: string;\n numTries: number;\n solver: SolverFunc;\n}\n\n/* Helper functions for Coding Contract implementations */\nfunction removeBracketsFromArrayString(str: string): string {\n let strCpy: string = str;\n if (strCpy.startsWith(\"[\")) {\n strCpy = strCpy.slice(1);\n }\n if (strCpy.endsWith(\"]\")) {\n strCpy = strCpy.slice(0, -1);\n }\n\n return strCpy;\n}\n\nfunction removeQuotesFromString(str: string): string {\n let strCpy: string = str;\n if (strCpy.startsWith('\"') || strCpy.startsWith(\"'\")) {\n strCpy = strCpy.slice(1);\n }\n if (strCpy.endsWith('\"') || strCpy.endsWith(\"'\")) {\n strCpy = strCpy.slice(0, -1);\n }\n\n return strCpy;\n}\n\nfunction convert2DArrayToString(arr: unknown[][]): string {\n const components: string[] = [];\n arr.forEach((e: unknown) => {\n let s = String(e);\n s = [\"[\", s, \"]\"].join(\"\");\n components.push(s);\n });\n\n return components.join(\",\").replace(/\\s/g, \"\");\n}\n\nexport const codingContractTypesMetadata: ICodingContractTypeMetadata[] = [\n {\n desc: (n: unknown): string => {\n return [\"A prime factor is a factor that is a prime number.\", `What is the largest prime factor of ${n}?`].join(\n \" \",\n );\n },\n difficulty: 1,\n gen: (): number => {\n return getRandomInt(500, 1e9);\n },\n name: \"Find Largest Prime Factor\",\n numTries: 10,\n solver: (data: unknown, ans: string): boolean => {\n if (typeof data !== \"number\") throw new Error(\"solver expected number\");\n let fac = 2;\n let n: number = data;\n while (n > (fac - 1) * (fac - 1)) {\n while (n % fac === 0) {\n n = Math.round(n / fac);\n }\n ++fac;\n }\n\n return (n === 1 ? fac - 1 : n) === parseInt(ans, 10);\n },\n },\n {\n desc: (_n: unknown): string => {\n const n = _n as number[];\n return [\n \"Given the following integer array, find the contiguous subarray\",\n \"(containing at least one number) which has the largest sum and return that sum.\",\n \"'Sum' refers to the sum of all the numbers in the subarray.\\n\",\n `${n.toString()}`,\n ].join(\" \");\n },\n difficulty: 1,\n gen: (): number[] => {\n const len: number = getRandomInt(5, 40);\n const arr: number[] = [];\n arr.length = len;\n for (let i = 0; i < len; ++i) {\n arr[i] = getRandomInt(-10, 10);\n }\n\n return arr;\n },\n name: \"Subarray with Maximum Sum\",\n numTries: 10,\n solver: (_data: unknown, ans: string): boolean => {\n const data = _data as number[];\n const nums: number[] = data.slice();\n for (let i = 1; i < nums.length; i++) {\n nums[i] = Math.max(nums[i], nums[i] + nums[i - 1]);\n }\n\n return parseInt(ans, 10) === Math.max(...nums);\n },\n },\n {\n desc: (n: unknown): string => {\n if (typeof n !== \"number\") throw new Error(\"solver expected number\");\n return [\n \"It is possible write four as a sum in exactly four different ways:\\n\\n\",\n \"    3 + 1\\n\",\n \"    2 + 2\\n\",\n \"    2 + 1 + 1\\n\",\n \"    1 + 1 + 1 + 1\\n\\n\",\n `How many different distinct ways can the number ${n} be written as a sum of at least`,\n \"two positive integers?\",\n ].join(\" \");\n },\n difficulty: 1.5,\n gen: (): number => {\n return getRandomInt(8, 100);\n },\n name: \"Total Ways to Sum\",\n numTries: 10,\n solver: (data: unknown, ans: string): boolean => {\n if (typeof data !== \"number\") throw new Error(\"solver expected number\");\n const ways: number[] = [1];\n ways.length = data + 1;\n ways.fill(0, 1);\n for (let i = 1; i < data; ++i) {\n for (let j: number = i; j <= data; ++j) {\n ways[j] += ways[j - i];\n }\n }\n\n return ways[data] === parseInt(ans, 10);\n },\n },\n {\n desc: (_data: unknown): string => {\n const data = _data as [number, number[]];\n const n: number = data[0];\n const s: number[] = data[1];\n return [\n `How many different distinct ways can the number ${n} be written`,\n \"as a sum of integers contained in the set:\\n\\n\",\n `[${s}]?\\n\\n`,\n \"You may use each integer in the set zero or more times.\",\n ].join(\" \");\n },\n difficulty: 2,\n gen: (): [number, number[]] => {\n const n: number = getRandomInt(12, 200);\n const maxLen: number = getRandomInt(8, 12);\n const s: number[] = [];\n // Bias towards small numbers is intentional to have much bigger answers in general\n // to force people better optimize their solutions\n for (let i = 1; i <= n; i++) {\n if (s.length == maxLen) {\n break;\n }\n if (Math.random() < 0.6 || n - i < maxLen - s.length) {\n s.push(i);\n }\n }\n return [n, s];\n },\n name: \"Total Ways to Sum II\",\n numTries: 10,\n solver: (_data: unknown, ans: string): boolean => {\n const data = _data as [number, number[]];\n // https://www.geeksforgeeks.org/coin-change-dp-7/?ref=lbp\n const n = data[0];\n const s = data[1];\n const ways: number[] = [1];\n ways.length = n + 1;\n ways.fill(0, 1);\n for (let i = 0; i < s.length; i++) {\n for (let j = s[i]; j <= n; j++) {\n ways[j] += ways[j - s[i]];\n }\n }\n return ways[n] === parseInt(ans, 10);\n },\n },\n {\n desc: (_n: unknown): string => {\n const n = _n as number[][];\n let d: string = [\n \"Given the following array of arrays of numbers representing a 2D matrix,\",\n \"return the elements of the matrix as an array in spiral order:\\n\\n\",\n ].join(\" \");\n // for (const line of n) {\n // d += `${line.toString()},\\n`;\n // }\n d += \"    [\\n\";\n d += n\n .map(\n (line: number[]) =>\n \"        [\" +\n line.map((x: number) => `${x}`.padStart(2, \" \")).join(\",\") +\n \"]\",\n )\n .join(\"\\n\");\n d += \"\\n    ]\\n\";\n d += [\n \"\\nHere is an example of what spiral order should be:\\n\\n\",\n \"    [\\n\",\n \"        [1, 2, 3]\\n\",\n \"        [4, 5, 6]\\n\",\n \"        [7, 8, 9]\\n\",\n \"    ]\\n\\n\",\n \"Answer: [1, 2, 3, 6, 9, 8 ,7, 4, 5]\\n\\n\",\n \"Note that the matrix will not always be square:\\n\\n\",\n \"    [\\n\",\n \"        [1,  2,  3,  4]\\n\",\n \"        [5,  6,  7,  8]\\n\",\n \"        [9, 10, 11, 12]\\n\",\n \"    ]\\n\\n\",\n \"Answer: [1, 2, 3, 4, 8, 12, 11, 10, 9, 5, 6, 7]\",\n ].join(\" \");\n\n return d;\n },\n difficulty: 2,\n gen: (): number[][] => {\n const m: number = getRandomInt(1, 15);\n const n: number = getRandomInt(1, 15);\n const matrix: number[][] = [];\n matrix.length = m;\n for (let i = 0; i < m; ++i) {\n matrix[i] = [];\n matrix[i].length = n;\n }\n\n for (let i = 0; i < m; ++i) {\n for (let j = 0; j < n; ++j) {\n matrix[i][j] = getRandomInt(1, 50);\n }\n }\n\n return matrix;\n },\n name: \"Spiralize Matrix\",\n numTries: 10,\n solver: (_data: unknown, ans: string): boolean => {\n const data = _data as number[][];\n const spiral: number[] = [];\n const m: number = data.length;\n const n: number = data[0].length;\n let u = 0;\n let d: number = m - 1;\n let l = 0;\n let r: number = n - 1;\n let k = 0;\n while (true) {\n // Up\n for (let col: number = l; col <= r; col++) {\n spiral[k] = data[u][col];\n ++k;\n }\n if (++u > d) {\n break;\n }\n\n // Right\n for (let row: number = u; row <= d; row++) {\n spiral[k] = data[row][r];\n ++k;\n }\n if (--r < l) {\n break;\n }\n\n // Down\n for (let col: number = r; col >= l; col--) {\n spiral[k] = data[d][col];\n ++k;\n }\n if (--d < u) {\n break;\n }\n\n // Left\n for (let row: number = d; row >= u; row--) {\n spiral[k] = data[row][l];\n ++k;\n }\n if (++l > r) {\n break;\n }\n }\n\n const sanitizedPlayerAns = removeBracketsFromArrayString(ans).replace(/\\s/g, \"\");\n const playerAns = sanitizedPlayerAns.split(\",\").map((s) => parseInt(s));\n if (spiral.length !== playerAns.length) {\n return false;\n }\n for (let i = 0; i < spiral.length; ++i) {\n if (spiral[i] !== playerAns[i]) {\n return false;\n }\n }\n\n return true;\n },\n },\n {\n desc: (_arr: unknown): string => {\n const arr = _arr as number[];\n return [\n \"You are given the following array of integers:\\n\\n\",\n `${arr}\\n\\n`,\n \"Each element in the array represents your MAXIMUM jump length\",\n \"at that position. This means that if you are at position i and your\",\n \"maximum jump length is n, you can jump to any position from\",\n \"i to i+n.\",\n \"\\n\\nAssuming you are initially positioned\",\n \"at the start of the array, determine whether you are\",\n \"able to reach the last index.\\n\\n\",\n \"Your answer should be submitted as 1 or 0, representing true and false respectively\",\n ].join(\" \");\n },\n difficulty: 2.5,\n gen: (): number[] => {\n const len: number = getRandomInt(3, 25);\n const arr: number[] = [];\n arr.length = len;\n for (let i = 0; i < arr.length; ++i) {\n if (Math.random() < 0.2) {\n arr[i] = 0; // 20% chance of being 0\n } else {\n arr[i] = getRandomInt(0, 10);\n }\n }\n\n return arr;\n },\n name: \"Array Jumping Game\",\n numTries: 1,\n solver: (_data: unknown, ans: string): boolean => {\n const data = _data as number[];\n const n: number = data.length;\n let i = 0;\n for (let reach = 0; i < n && i <= reach; ++i) {\n reach = Math.max(i + data[i], reach);\n }\n const solution: boolean = i === n;\n return (ans === \"1\" && solution) || (ans === \"0\" && !solution);\n },\n },\n {\n desc: (_arr: unknown): string => {\n const arr = _arr as number[];\n return [\n \"You are given the following array of integers:\\n\\n\",\n `${arr}\\n\\n`,\n \"Each element in the array represents your MAXIMUM jump length\",\n \"at that position. This means that if you are at position i and your\",\n \"maximum jump length is n, you can jump to any position from\",\n \"i to i+n.\",\n \"\\n\\nAssuming you are initially positioned\",\n \"at the start of the array, determine the minimum number of\",\n \"jumps to reach the end of the array.\\n\\n\",\n \"If it's impossible to reach the end, then the answer should be 0.\",\n ].join(\" \");\n },\n difficulty: 3,\n gen: (): number[] => {\n const len: number = getRandomInt(3, 25);\n const arr: number[] = [];\n arr.length = len;\n for (let i = 0; i < arr.length; i++) {\n for (let j = 0; j < 10; j++) {\n if (Math.random() <= j / 10 + 0.1) {\n arr[i] = j;\n break;\n }\n }\n }\n\n return arr;\n },\n name: \"Array Jumping Game II\",\n numTries: 3,\n solver: (_data: unknown, ans: string): boolean => {\n const data = _data as number[];\n const n: number = data.length;\n let reach = 0;\n let jumps = 0;\n let lastJump = -1;\n while (reach < n - 1) {\n let jumpedFrom = -1;\n for (let i = reach; i > lastJump; i--) {\n if (i + data[i] > reach) {\n reach = i + data[i];\n jumpedFrom = i;\n }\n }\n if (jumpedFrom === -1) {\n jumps = 0;\n break;\n }\n lastJump = jumpedFrom;\n jumps++;\n }\n return jumps === parseInt(ans, 10);\n },\n },\n {\n desc: (_arr: unknown): string => {\n const arr = _arr as number[][];\n return [\n \"Given the following array of arrays of numbers representing a list of\",\n \"intervals, merge all overlapping intervals.\\n\\n\",\n `[${convert2DArrayToString(arr)}]\\n\\n`,\n \"Example:\\n\\n\",\n \"[[1, 3], [8, 10], [2, 6], [10, 16]]\\n\\n\",\n \"would merge into [[1, 6], [8, 16]].\\n\\n\",\n \"The intervals must be returned in ASCENDING order.\",\n \"You can assume that in an interval, the first number will always be\",\n \"smaller than the second.\",\n ].join(\" \");\n },\n difficulty: 3,\n gen: (): number[][] => {\n const intervals: number[][] = [];\n const numIntervals: number = getRandomInt(3, 20);\n for (let i = 0; i < numIntervals; ++i) {\n const start: number = getRandomInt(1, 25);\n const end: number = start + getRandomInt(1, 10);\n intervals.push([start, end]);\n }\n\n return intervals;\n },\n name: \"Merge Overlapping Intervals\",\n numTries: 15,\n solver: (_data: unknown, ans: string): boolean => {\n const data = _data as number[][];\n const intervals: number[][] = data.slice();\n intervals.sort((a: number[], b: number[]) => {\n return a[0] - b[0];\n });\n\n const result: number[][] = [];\n let start: number = intervals[0][0];\n let end: number = intervals[0][1];\n for (const interval of intervals) {\n if (interval[0] <= end) {\n end = Math.max(end, interval[1]);\n } else {\n result.push([start, end]);\n start = interval[0];\n end = interval[1];\n }\n }\n result.push([start, end]);\n\n const sanitizedResult: string = convert2DArrayToString(result);\n const sanitizedAns: string = ans.replace(/\\s/g, \"\");\n\n return sanitizedResult === sanitizedAns || sanitizedResult === removeBracketsFromArrayString(sanitizedAns);\n },\n },\n {\n desc: (data: unknown): string => {\n return [\n \"Given the following string containing only digits, return\",\n \"an array with all possible valid IP address combinations\",\n \"that can be created from the string:\\n\\n\",\n `${data}\\n\\n`,\n \"Note that an octet cannot begin with a '0' unless the number\",\n \"itself is actually 0. For example, '192.168.010.1' is not a valid IP.\\n\\n\",\n \"Examples:\\n\\n\",\n '25525511135 -> [\"255.255.11.135\", \"255.255.111.35\"]\\n',\n '1938718066 -> [\"193.87.180.66\"]',\n ].join(\" \");\n },\n difficulty: 3,\n gen: (): string => {\n let str = \"\";\n for (let i = 0; i < 4; ++i) {\n const num: number = getRandomInt(0, 255);\n const convNum: string = num.toString();\n str += convNum;\n }\n\n return str;\n },\n name: \"Generate IP Addresses\",\n numTries: 10,\n solver: (data: unknown, ans: string): boolean => {\n if (typeof data !== \"string\") throw new Error(\"solver expected string\");\n const ret: string[] = [];\n for (let a = 1; a <= 3; ++a) {\n for (let b = 1; b <= 3; ++b) {\n for (let c = 1; c <= 3; ++c) {\n for (let d = 1; d <= 3; ++d) {\n if (a + b + c + d === data.length) {\n const A = parseInt(data.substring(0, a), 10);\n const B = parseInt(data.substring(a, a + b), 10);\n const C = parseInt(data.substring(a + b, a + b + c), 10);\n const D = parseInt(data.substring(a + b + c, a + b + c + d), 10);\n if (A <= 255 && B <= 255 && C <= 255 && D <= 255) {\n const ip: string = [A.toString(), \".\", B.toString(), \".\", C.toString(), \".\", D.toString()].join(\"\");\n if (ip.length === data.length + 3) {\n ret.push(ip);\n }\n }\n }\n }\n }\n }\n }\n\n const sanitizedAns: string = removeBracketsFromArrayString(ans).replace(/\\s/g, \"\");\n const ansArr: string[] = sanitizedAns.split(\",\").map((ip) => ip.replace(/^\"|\"$/g, \"\"));\n if (ansArr.length !== ret.length) {\n return false;\n }\n for (const ipInAns of ansArr) {\n if (!ret.includes(ipInAns)) {\n return false;\n }\n }\n\n return true;\n },\n },\n {\n desc: (_data: unknown): string => {\n const data = _data as number[];\n return [\n \"You are given the following array of stock prices (which are numbers)\",\n \"where the i-th element represents the stock price on day i:\\n\\n\",\n `${data}\\n\\n`,\n \"Determine the maximum possible profit you can earn using at most\",\n \"one transaction (i.e. you can only buy and sell the stock once). If no profit can be made\",\n \"then the answer should be 0. Note\",\n \"that you have to buy the stock before you can sell it\",\n ].join(\" \");\n },\n difficulty: 1,\n gen: (): number[] => {\n const len: number = getRandomInt(3, 50);\n const arr: number[] = [];\n arr.length = len;\n for (let i = 0; i < len; ++i) {\n arr[i] = getRandomInt(1, 200);\n }\n\n return arr;\n },\n name: \"Algorithmic Stock Trader I\",\n numTries: 5,\n solver: (_data: unknown, ans: string): boolean => {\n const data = _data as number[];\n let maxCur = 0;\n let maxSoFar = 0;\n for (let i = 1; i < data.length; ++i) {\n maxCur = Math.max(0, (maxCur += data[i] - data[i - 1]));\n maxSoFar = Math.max(maxCur, maxSoFar);\n }\n\n return maxSoFar.toString() === ans;\n },\n },\n {\n desc: (_data: unknown): string => {\n const data = _data as number[];\n return [\n \"You are given the following array of stock prices (which are numbers)\",\n \"where the i-th element represents the stock price on day i:\\n\\n\",\n `${data}\\n\\n`,\n \"Determine the maximum possible profit you can earn using as many\",\n \"transactions as you'd like. A transaction is defined as buying\",\n \"and then selling one share of the stock. Note that you cannot\",\n \"engage in multiple transactions at once. In other words, you\",\n \"must sell the stock before you buy it again.\\n\\n\",\n \"If no profit can be made, then the answer should be 0\",\n ].join(\" \");\n },\n difficulty: 2,\n gen: (): number[] => {\n const len: number = getRandomInt(3, 50);\n const arr: number[] = [];\n arr.length = len;\n for (let i = 0; i < len; ++i) {\n arr[i] = getRandomInt(1, 200);\n }\n\n return arr;\n },\n name: \"Algorithmic Stock Trader II\",\n numTries: 10,\n solver: (_data: unknown, ans: string): boolean => {\n const data = _data as number[];\n let profit = 0;\n for (let p = 1; p < data.length; ++p) {\n profit += Math.max(data[p] - data[p - 1], 0);\n }\n\n return profit.toString() === ans;\n },\n },\n {\n desc: (_data: unknown): string => {\n const data = _data as number[];\n return [\n \"You are given the following array of stock prices (which are numbers)\",\n \"where the i-th element represents the stock price on day i:\\n\\n\",\n `${data}\\n\\n`,\n \"Determine the maximum possible profit you can earn using at most\",\n \"two transactions. A transaction is defined as buying\",\n \"and then selling one share of the stock. Note that you cannot\",\n \"engage in multiple transactions at once. In other words, you\",\n \"must sell the stock before you buy it again.\\n\\n\",\n \"If no profit can be made, then the answer should be 0\",\n ].join(\" \");\n },\n difficulty: 5,\n gen: (): number[] => {\n const len: number = getRandomInt(3, 50);\n const arr: number[] = [];\n arr.length = len;\n for (let i = 0; i < len; ++i) {\n arr[i] = getRandomInt(1, 200);\n }\n\n return arr;\n },\n name: \"Algorithmic Stock Trader III\",\n numTries: 10,\n solver: (_data: unknown, ans: string): boolean => {\n const data = _data as number[];\n let hold1 = Number.MIN_SAFE_INTEGER;\n let hold2 = Number.MIN_SAFE_INTEGER;\n let release1 = 0;\n let release2 = 0;\n for (const price of data) {\n release2 = Math.max(release2, hold2 + price);\n hold2 = Math.max(hold2, release1 - price);\n release1 = Math.max(release1, hold1 + price);\n hold1 = Math.max(hold1, price * -1);\n }\n\n return release2.toString() === ans;\n },\n },\n {\n desc: (_data: unknown): string => {\n const data = _data as [number, number[]];\n const k = data[0];\n const prices = data[1];\n return [\n \"You are given the following array with two elements:\\n\\n\",\n `[${k}, [${prices}]]\\n\\n`,\n \"The first element is an integer k. The second element is an\",\n \"array of stock prices (which are numbers) where the i-th element\",\n \"represents the stock price on day i.\\n\\n\",\n \"Determine the maximum possible profit you can earn using at most\",\n \"k transactions. A transaction is defined as buying and then selling\",\n \"one share of the stock. Note that you cannot engage in multiple\",\n \"transactions at once. In other words, you must sell the stock before\",\n \"you can buy it again.\\n\\n\",\n \"If no profit can be made, then the answer should be 0.\",\n ].join(\" \");\n },\n difficulty: 8,\n gen: (): [number, number[]] => {\n const k = getRandomInt(2, 10);\n const len = getRandomInt(3, 50);\n const prices: number[] = [];\n prices.length = len;\n for (let i = 0; i < len; ++i) {\n prices[i] = getRandomInt(1, 200);\n }\n\n return [k, prices];\n },\n name: \"Algorithmic Stock Trader IV\",\n numTries: 10,\n solver: (_data: unknown, ans: string): boolean => {\n const data = _data as [number, number[]];\n const k: number = data[0];\n const prices: number[] = data[1];\n\n const len = prices.length;\n if (len < 2) {\n return parseInt(ans) === 0;\n }\n if (k > len / 2) {\n let res = 0;\n for (let i = 1; i < len; ++i) {\n res += Math.max(prices[i] - prices[i - 1], 0);\n }\n\n return parseInt(ans) === res;\n }\n\n const hold: number[] = [];\n const rele: number[] = [];\n hold.length = k + 1;\n rele.length = k + 1;\n for (let i = 0; i <= k; ++i) {\n hold[i] = Number.MIN_SAFE_INTEGER;\n rele[i] = 0;\n }\n\n let cur: number;\n for (let i = 0; i < len; ++i) {\n cur = prices[i];\n for (let j = k; j > 0; --j) {\n rele[j] = Math.max(rele[j], hold[j] + cur);\n hold[j] = Math.max(hold[j], rele[j - 1] - cur);\n }\n }\n\n return parseInt(ans) === rele[k];\n },\n },\n {\n desc: (_data: unknown): string => {\n const data = _data as number[][];\n function createTriangleRecurse(data: number[][], level = 0): string {\n const numLevels: number = data.length;\n if (level >= numLevels) {\n return \"\";\n }\n const numSpaces = numLevels - level + 1;\n\n let str: string = [\" \".repeat(numSpaces), \"[\", data[level].toString(), \"]\"].join(\"\");\n if (level < numLevels - 1) {\n str += \",\";\n }\n\n return str + \"\\n\" + createTriangleRecurse(data, level + 1);\n }\n\n function createTriangle(data: number[][]): string {\n return [\"[\\n\", createTriangleRecurse(data), \"]\"].join(\"\");\n }\n\n const triangle = createTriangle(data);\n\n return [\n \"Given a triangle, find the minimum path sum from top to bottom. In each step\",\n \"of the path, you may only move to adjacent numbers in the row below.\",\n \"The triangle is represented as a 2D array of numbers:\\n\\n\",\n `${triangle}\\n\\n`,\n \"Example: If you are given the following triangle:\\n\\n[\\n\",\n \"     [2],\\n\",\n \"    [3,4],\\n\",\n \"   [6,5,7],\\n\",\n \"  [4,1,8,3]\\n\",\n \"]\\n\\n\",\n \"The minimum path sum is 11 (2 -> 3 -> 5 -> 1).\",\n ].join(\" \");\n },\n difficulty: 5,\n gen: (): number[][] => {\n const triangle: number[][] = [];\n const levels: number = getRandomInt(3, 12);\n triangle.length = levels;\n\n for (let row = 0; row < levels; ++row) {\n triangle[row] = [];\n triangle[row].length = row + 1;\n for (let i = 0; i < triangle[row].length; ++i) {\n triangle[row][i] = getRandomInt(1, 9);\n }\n }\n\n return triangle;\n },\n name: \"Minimum Path Sum in a Triangle\",\n numTries: 10,\n solver: (_data: unknown, ans: string): boolean => {\n const data = _data as number[][];\n const n: number = data.length;\n const dp: number[] = data[n - 1].slice();\n for (let i = n - 2; i > -1; --i) {\n for (let j = 0; j < data[i].length; ++j) {\n dp[j] = Math.min(dp[j], dp[j + 1]) + data[i][j];\n }\n }\n\n return dp[0] === parseInt(ans);\n },\n },\n {\n desc: (_data: unknown): string => {\n const data = _data as number[];\n const numRows = data[0];\n const numColumns = data[1];\n return [\n \"You are in a grid with\",\n `${numRows} rows and ${numColumns} columns, and you are`,\n \"positioned in the top-left corner of that grid. You are trying to\",\n \"reach the bottom-right corner of the grid, but you can only\",\n \"move down or right on each step. Determine how many\",\n \"unique paths there are from start to finish.\\n\\n\",\n \"NOTE: The data returned for this contract is an array\",\n \"with the number of rows and columns:\\n\\n\",\n `[${numRows}, ${numColumns}]`,\n ].join(\" \");\n },\n difficulty: 3,\n gen: (): number[] => {\n const numRows: number = getRandomInt(2, 14);\n const numColumns: number = getRandomInt(2, 14);\n\n return [numRows, numColumns];\n },\n name: \"Unique Paths in a Grid I\",\n numTries: 10,\n solver: (_data: unknown, ans: string): boolean => {\n const data = _data as number[];\n const n: number = data[0]; // Number of rows\n const m: number = data[1]; // Number of columns\n const currentRow: number[] = [];\n currentRow.length = n;\n\n for (let i = 0; i < n; i++) {\n currentRow[i] = 1;\n }\n for (let row = 1; row < m; row++) {\n for (let i = 1; i < n; i++) {\n currentRow[i] += currentRow[i - 1];\n }\n }\n\n return parseInt(ans) === currentRow[n - 1];\n },\n },\n {\n desc: (_data: unknown): string => {\n const data = _data as number[][];\n let gridString = \"\";\n for (const line of data) {\n gridString += `${line.toString()},\\n`;\n }\n return [\n \"You are located in the top-left corner of the following grid:\\n\\n\",\n `${gridString}\\n`,\n \"You are trying reach the bottom-right corner of the grid, but you can only\",\n \"move down or right on each step. Furthermore, there are obstacles on the grid\",\n \"that you cannot move onto. These obstacles are denoted by '1', while empty\",\n \"spaces are denoted by 0.\\n\\n\",\n \"Determine how many unique paths there are from start to finish.\\n\\n\",\n \"NOTE: The data returned for this contract is an 2D array of numbers representing the grid.\",\n ].join(\" \");\n },\n difficulty: 5,\n gen: (): number[][] => {\n const numRows: number = getRandomInt(2, 12);\n const numColumns: number = getRandomInt(2, 12);\n\n const grid: number[][] = [];\n grid.length = numRows;\n for (let i = 0; i < numRows; ++i) {\n grid[i] = [];\n grid[i].length = numColumns;\n grid[i].fill(0);\n }\n\n for (let r = 0; r < numRows; ++r) {\n for (let c = 0; c < numColumns; ++c) {\n if (r === 0 && c === 0) {\n continue;\n }\n if (r === numRows - 1 && c === numColumns - 1) {\n continue;\n }\n\n // 15% chance of an element being an obstacle\n if (Math.random() < 0.15) {\n grid[r][c] = 1;\n }\n }\n }\n\n return grid;\n },\n name: \"Unique Paths in a Grid II\",\n numTries: 10,\n solver: (_data: unknown, ans: string): boolean => {\n const data = _data as number[][];\n const obstacleGrid: number[][] = [];\n obstacleGrid.length = data.length;\n for (let i = 0; i < obstacleGrid.length; ++i) {\n obstacleGrid[i] = data[i].slice();\n }\n\n for (let i = 0; i < obstacleGrid.length; i++) {\n for (let j = 0; j < obstacleGrid[0].length; j++) {\n if (obstacleGrid[i][j] == 1) {\n obstacleGrid[i][j] = 0;\n } else if (i == 0 && j == 0) {\n obstacleGrid[0][0] = 1;\n } else {\n obstacleGrid[i][j] = (i > 0 ? obstacleGrid[i - 1][j] : 0) + (j > 0 ? obstacleGrid[i][j - 1] : 0);\n }\n }\n }\n\n return obstacleGrid[obstacleGrid.length - 1][obstacleGrid[0].length - 1] === parseInt(ans);\n },\n },\n {\n name: \"Shortest Path in a Grid\",\n desc: (_data: unknown): string => {\n const data = _data as number[][];\n return [\n \"You are located in the top-left corner of the following grid:\\n\\n\",\n `  [${data.map((line) => \"[\" + line + \"]\").join(\",\\n   \")}]\\n\\n`,\n \"You are trying to find the shortest path to the bottom-right corner of the grid,\",\n \"but there are obstacles on the grid that you cannot move onto.\",\n \"These obstacles are denoted by '1', while empty spaces are denoted by 0.\\n\\n\",\n \"Determine the shortest path from start to finish, if one exists.\",\n \"The answer should be given as a string of UDLR characters, indicating the moves along the path\\n\\n\",\n \"NOTE: If there are multiple equally short paths, any of them is accepted as answer.\",\n \"If there is no path, the answer should be an empty string.\\n\",\n \"NOTE: The data returned for this contract is an 2D array of numbers representing the grid.\\n\\n\",\n \"Examples:\\n\\n\",\n \"    [[0,1,0,0,0],\\n\",\n \"     [0,0,0,1,0]]\\n\",\n \"\\n\",\n \"Answer: 'DRRURRD'\\n\\n\",\n \"    [[0,1],\\n\",\n \"     [1,0]]\\n\",\n \"\\n\",\n \"Answer: ''\\n\\n\",\n ].join(\" \");\n },\n difficulty: 7,\n numTries: 10,\n gen: (): number[][] => {\n const height = getRandomInt(6, 12);\n const width = getRandomInt(6, 12);\n const dstY = height - 1;\n const dstX = width - 1;\n const minPathLength = dstY + dstX; // Math.abs(dstY - srcY) + Math.abs(dstX - srcX)\n\n const grid: number[][] = new Array(height);\n for (let y = 0; y < height; y++) grid[y] = new Array(width).fill(0);\n\n for (let y = 0; y < height; y++) {\n for (let x = 0; x < width; x++) {\n if (y == 0 && x == 0) continue; // Don't block start\n if (y == dstY && x == dstX) continue; // Don't block destination\n\n // Generate more obstacles the farther a position is from start and destination.\n // Raw distance factor peaks at 50% at half-way mark. Rescale to 40% max.\n // Obstacle chance range of [15%, 40%] produces ~78% solvable puzzles\n const distanceFactor = (Math.min(y + x, dstY - y + dstX - x) / minPathLength) * 0.8;\n if (Math.random() < Math.max(0.15, distanceFactor)) grid[y][x] = 1;\n }\n }\n\n return grid;\n },\n solver: (_data: unknown, ans: string): boolean => {\n const data = _data as number[][];\n const width = data[0].length;\n const height = data.length;\n const dstY = height - 1;\n const dstX = width - 1;\n\n const distance: [number][] = new Array(height);\n //const prev: [[number, number] | undefined][] = new Array(height);\n const queue = new MinHeap<[number, number]>();\n\n for (let y = 0; y < height; y++) {\n distance[y] = new Array(width).fill(Infinity) as [number];\n //prev[y] = new Array(width).fill(undefined) as [undefined];\n }\n\n function validPosition(y: number, x: number): boolean {\n return y >= 0 && y < height && x >= 0 && x < width && data[y][x] == 0;\n }\n\n // List in-bounds and passable neighbors\n function* neighbors(y: number, x: number): Generator<[number, number]> {\n if (validPosition(y - 1, x)) yield [y - 1, x]; // Up\n if (validPosition(y + 1, x)) yield [y + 1, x]; // Down\n if (validPosition(y, x - 1)) yield [y, x - 1]; // Left\n if (validPosition(y, x + 1)) yield [y, x + 1]; // Right\n }\n\n // Prepare starting point\n distance[0][0] = 0;\n queue.push([0, 0], 0);\n\n // Take next-nearest position and expand potential paths from there\n while (queue.size > 0) {\n const [y, x] = queue.pop() as [number, number];\n for (const [yN, xN] of neighbors(y, x)) {\n const d = distance[y][x] + 1;\n if (d < distance[yN][xN]) {\n if (distance[yN][xN] == Infinity)\n // Not reached previously\n queue.push([yN, xN], d);\n // Found a shorter path\n else queue.changeWeight(([yQ, xQ]) => yQ == yN && xQ == xN, d);\n //prev[yN][xN] = [y, x];\n distance[yN][xN] = d;\n }\n }\n }\n\n // No path at all?\n if (distance[dstY][dstX] == Infinity) return ans == \"\";\n\n // There is a solution, require that the answer path is as short as the shortest\n // path we found\n if (ans.length > distance[dstY][dstX]) return false;\n\n // Further verify that the answer path is a valid path\n let ansX = 0;\n let ansY = 0;\n for (const direction of ans) {\n switch (direction) {\n case \"U\":\n ansY -= 1;\n break;\n case \"D\":\n ansY += 1;\n break;\n case \"L\":\n ansX -= 1;\n break;\n case \"R\":\n ansX += 1;\n break;\n default:\n return false; // Invalid character\n }\n if (!validPosition(ansY, ansX)) return false;\n }\n\n // Path was valid, finally verify that the answer path brought us to the end coordinates\n return ansY == dstY && ansX == dstX;\n },\n },\n {\n desc: (data: unknown): string => {\n return [\n \"Given the following string:\\n\\n\",\n `${data}\\n\\n`,\n \"remove the minimum number of invalid parentheses in order to validate\",\n \"the string. If there are multiple minimal ways to validate the string,\",\n \"provide all of the possible results. The answer should be provided\",\n \"as an array of strings. If it is impossible to validate the string\",\n \"the result should be an array with only an empty string.\\n\\n\",\n \"IMPORTANT: The string may contain letters, not just parentheses.\",\n `Examples:\\n`,\n `\"()())()\" -> [()()(), (())()]\\n`,\n `\"(a)())()\" -> [(a)()(), (a())()]\\n`,\n `\")(\" -> [\"\"]`,\n ].join(\" \");\n },\n difficulty: 10,\n gen: (): string => {\n const len: number = getRandomInt(6, 20);\n const chars: string[] = [];\n chars.length = len;\n\n // 80% chance of the first parenthesis being (\n Math.random() < 0.8 ? (chars[0] = \"(\") : (chars[0] = \")\");\n\n for (let i = 1; i < len; ++i) {\n const roll = Math.random();\n if (roll < 0.4) {\n chars[i] = \"(\";\n } else if (roll < 0.8) {\n chars[i] = \")\";\n } else {\n chars[i] = \"a\";\n }\n }\n\n return chars.join(\"\");\n },\n name: \"Sanitize Parentheses in Expression\",\n numTries: 10,\n solver: (data: unknown, ans: string): boolean => {\n if (typeof data !== \"string\") throw new Error(\"solver expected string\");\n let left = 0;\n let right = 0;\n const res: string[] = [];\n\n for (let i = 0; i < data.length; ++i) {\n if (data[i] === \"(\") {\n ++left;\n } else if (data[i] === \")\") {\n left > 0 ? --left : ++right;\n }\n }\n\n function dfs(\n pair: number,\n index: number,\n left: number,\n right: number,\n s: string,\n solution: string,\n res: string[],\n ): void {\n if (s.length === index) {\n if (left === 0 && right === 0 && pair === 0) {\n for (let i = 0; i < res.length; i++) {\n if (res[i] === solution) {\n return;\n }\n }\n res.push(solution);\n }\n return;\n }\n\n if (s[index] === \"(\") {\n if (left > 0) {\n dfs(pair, index + 1, left - 1, right, s, solution, res);\n }\n dfs(pair + 1, index + 1, left, right, s, solution + s[index], res);\n } else if (s[index] === \")\") {\n if (right > 0) dfs(pair, index + 1, left, right - 1, s, solution, res);\n if (pair > 0) dfs(pair - 1, index + 1, left, right, s, solution + s[index], res);\n } else {\n dfs(pair, index + 1, left, right, s, solution + s[index], res);\n }\n }\n\n dfs(0, 0, left, right, data, \"\", res);\n\n const sanitizedPlayerAns: string = removeBracketsFromArrayString(ans);\n const sanitizedPlayerAnsArr: string[] = sanitizedPlayerAns.split(\",\");\n for (let i = 0; i < sanitizedPlayerAnsArr.length; ++i) {\n sanitizedPlayerAnsArr[i] = removeQuotesFromString(sanitizedPlayerAnsArr[i]).replace(/\\s/g, \"\");\n }\n\n if (sanitizedPlayerAnsArr.length !== res.length) {\n return false;\n }\n for (const resultInAnswer of res) {\n if (!sanitizedPlayerAnsArr.includes(resultInAnswer)) {\n return false;\n }\n }\n\n return true;\n },\n },\n {\n desc: (_data: unknown): string => {\n const data = _data as [string, number];\n const digits: string = data[0];\n const target: number = data[1];\n\n return [\n \"You are given the following string which contains only digits between 0 and 9:\\n\\n\",\n `${digits}\\n\\n`,\n `You are also given a target number of ${target}. Return all possible ways`,\n \"you can add the +(add), -(subtract), and *(multiply) operators to the string such\",\n \"that it evaluates to the target number. (Normal order of operations applies.)\\n\\n\",\n \"The provided answer should be an array of strings containing the valid expressions.\",\n \"The data provided by this problem is an array with two elements. The first element\",\n \"is the string of digits, while the second element is the target number:\\n\\n\",\n `[\"${digits}\", ${target}]\\n\\n`,\n \"NOTE: The order of evaluation expects script operator precedence\",\n \"NOTE: Numbers in the expression cannot have leading 0's. In other words,\",\n `\"1+01\" is not a valid expression`,\n \"Examples:\\n\\n\",\n `Input: digits = \"123\", target = 6\\n`,\n `Output: [1+2+3, 1*2*3]\\n\\n`,\n `Input: digits = \"105\", target = 5\\n`,\n `Output: [1*0+5, 10-5]`,\n ].join(\" \");\n },\n difficulty: 10,\n gen: (): [string, number] => {\n const numDigits = getRandomInt(4, 12);\n const digitsArray: string[] = [];\n digitsArray.length = numDigits;\n for (let i = 0; i < digitsArray.length; ++i) {\n if (i === 0) {\n digitsArray[i] = String(getRandomInt(1, 9));\n } else {\n digitsArray[i] = String(getRandomInt(0, 9));\n }\n }\n\n const target: number = getRandomInt(-100, 100);\n const digits: string = digitsArray.join(\"\");\n\n return [digits, target];\n },\n name: \"Find All Valid Math Expressions\",\n numTries: 10,\n solver: (_data: unknown, ans: string): boolean => {\n const data = _data as [string, number];\n const num = data[0];\n const target = data[1];\n\n function helper(\n res: string[],\n path: string,\n num: string,\n target: number,\n pos: number,\n evaluated: number,\n multed: number,\n ): void {\n if (pos === num.length) {\n if (target === evaluated) {\n res.push(path);\n }\n return;\n }\n\n for (let i = pos; i < num.length; ++i) {\n if (i != pos && num[pos] == \"0\") {\n break;\n }\n const cur = parseInt(num.substring(pos, i + 1));\n\n if (pos === 0) {\n helper(res, path + cur, num, target, i + 1, cur, cur);\n } else {\n helper(res, path + \"+\" + cur, num, target, i + 1, evaluated + cur, cur);\n helper(res, path + \"-\" + cur, num, target, i + 1, evaluated - cur, -cur);\n helper(res, path + \"*\" + cur, num, target, i + 1, evaluated - multed + multed * cur, multed * cur);\n }\n }\n }\n\n const sanitizedPlayerAns: string = removeBracketsFromArrayString(ans);\n const sanitizedPlayerAnsArr: string[] = sanitizedPlayerAns.split(\",\");\n for (let i = 0; i < sanitizedPlayerAnsArr.length; ++i) {\n sanitizedPlayerAnsArr[i] = removeQuotesFromString(sanitizedPlayerAnsArr[i]).replace(/\\s/g, \"\");\n }\n\n if (num == null || num.length === 0) {\n if (sanitizedPlayerAnsArr.length === 0) {\n return true;\n }\n if (sanitizedPlayerAnsArr.length === 1 && sanitizedPlayerAnsArr[0] === \"\") {\n return true;\n }\n return false;\n }\n\n const result: string[] = [];\n helper(result, \"\", num, target, 0, 0, 0);\n\n for (const expr of result) {\n if (!sanitizedPlayerAnsArr.includes(expr)) {\n return false;\n }\n }\n\n return true;\n },\n },\n {\n name: \"HammingCodes: Integer to Encoded Binary\",\n numTries: 10,\n difficulty: 5,\n desc: (n: unknown): string => {\n return [\n \"You are given the following decimal Value: \\n\",\n `${n} \\n`,\n \"Convert it to a binary representation and encode it as an 'extended Hamming code'. Eg:\\n \",\n \"Value 8 is expressed in binary as '1000', which will be encoded\",\n \"with the pattern 'pppdpddd', where p is a parity bit and d a data bit,\\n\",\n \"or '10101' (Value 21) will result into (pppdpdddpd) '1001101011'.\\n\",\n \"The answer should be given as a string containing only 1s and 0s.\\n\",\n \"NOTE: the endianness of the data bits is reversed in relation to the endianness of the parity bits.\\n\",\n \"NOTE: The bit at index zero is the overall parity bit, this should be set last.\\n\",\n \"NOTE 2: You should watch the Hamming Code video from 3Blue1Brown, which explains the 'rule' of encoding,\",\n \"including the first index parity bit mentioned in the previous note.\\n\\n\",\n \"Extra rule for encoding:\\n\",\n \"There should be no leading zeros in the 'data bit' section\",\n ].join(\" \");\n },\n gen: (): number => {\n return getRandomInt(Math.pow(2, 4), Math.pow(2, getRandomInt(1, 57)));\n },\n solver: (data: unknown, ans: string): boolean => {\n if (typeof data !== \"number\") throw new Error(\"solver expected number\");\n return ans === HammingEncode(data);\n },\n },\n {\n name: \"HammingCodes: Encoded Binary to Integer\",\n difficulty: 8,\n numTries: 10,\n desc: (n: unknown): string => {\n return [\n \"You are given the following encoded binary string: \\n\",\n `'${n}' \\n\\n`,\n \"Treat it as an extended Hamming code with 1 'possible' error at a random index.\\n\",\n \"Find the 'possible' wrong bit, fix it and extract the decimal value, which is hidden inside the string.\\n\\n\",\n \"Note: The length of the binary string is dynamic, but it's encoding/decoding follows Hamming's 'rule'\\n\",\n \"Note 2: Index 0 is an 'overall' parity bit. Watch the Hamming code video from 3Blue1Brown for more information\\n\",\n \"Note 3: There's a ~55% chance for an altered Bit. So... MAYBE there is an altered Bit 😉\\n\",\n \"Note: The endianness of the encoded decimal value is reversed in relation to the endianness of the Hamming code. Where\",\n \"the Hamming code is expressed as little-endian (LSB at index 0), the decimal value encoded in it is expressed as big-endian\",\n \"(MSB at index 0).\\n\",\n \"Extra note for automation: return the decimal value as a string\",\n ].join(\" \");\n },\n gen: (): string => {\n const _alteredBit = Math.round(Math.random());\n const _buildArray: Array = HammingEncodeProperly(\n getRandomInt(Math.pow(2, 4), Math.pow(2, getRandomInt(1, 57))),\n ).split(\"\");\n if (_alteredBit) {\n const _randomIndex: number = getRandomInt(0, _buildArray.length - 1);\n _buildArray[_randomIndex] = _buildArray[_randomIndex] == \"0\" ? \"1\" : \"0\";\n }\n return _buildArray.join(\"\");\n },\n solver: (data: unknown, ans: string): boolean => {\n if (typeof data !== \"string\") throw new Error(\"solver expected string\");\n return parseInt(ans, 10) === HammingDecode(data);\n },\n },\n {\n name: \"Proper 2-Coloring of a Graph\",\n difficulty: 7,\n numTries: 5,\n desc: (_data: unknown): string => {\n const data = _data as [number, [number, number][]];\n return [\n `You are given the following data, representing a graph:\\n`,\n `${JSON.stringify(data)}\\n`,\n `Note that \"graph\", as used here, refers to the field of graph theory, and has`,\n `no relation to statistics or plotting.`,\n `The first element of the data represents the number of vertices in the graph.`,\n `Each vertex is a unique number between 0 and ${data[0] - 1}.`,\n `The next element of the data represents the edges of the graph.`,\n `Two vertices u,v in a graph are said to be adjacent if there exists an edge [u,v].`,\n `Note that an edge [u,v] is the same as an edge [v,u], as order does not matter.`,\n `You must construct a 2-coloring of the graph, meaning that you have to assign each`,\n `vertex in the graph a \"color\", either 0 or 1, such that no two adjacent vertices have`,\n `the same color. Submit your answer in the form of an array, where element i`,\n `represents the color of vertex i. If it is impossible to construct a 2-coloring of`,\n `the given graph, instead submit an empty array.\\n\\n`,\n `Examples:\\n\\n`,\n `Input: [4, [[0, 2], [0, 3], [1, 2], [1, 3]]]\\n`,\n `Output: [0, 0, 1, 1]\\n\\n`,\n `Input: [3, [[0, 1], [0, 2], [1, 2]]]\\n`,\n `Output: []`,\n ].join(\" \");\n },\n gen: (): [number, [number, number][]] => {\n //Generate two partite sets\n const n = Math.floor(Math.random() * 5) + 3;\n const m = Math.floor(Math.random() * 5) + 3;\n\n //50% chance of spawning any given valid edge in the bipartite graph\n const edges: [number, number][] = [];\n for (let i = 0; i < n; i++) {\n for (let j = 0; j < m; j++) {\n if (Math.random() > 0.5) {\n edges.push([i, n + j]);\n }\n }\n }\n\n //Add an edge at random with no regard to partite sets\n let a = Math.floor(Math.random() * (n + m));\n let b = Math.floor(Math.random() * (n + m));\n if (a > b) [a, b] = [b, a]; //Enforce lower numbers come first\n if (a != b && !edges.includes([a, b])) {\n edges.push([a, b]);\n }\n\n //Randomize array in-place using Durstenfeld shuffle algorithm.\n function shuffle(array: T[]): void {\n for (let i = array.length - 1; i > 0; i--) {\n const j = Math.floor(Math.random() * (i + 1));\n [array[i], array[j]] = [array[j], array[i]];\n }\n }\n\n //Replace instances of the original vertex names in-place\n const vertexShuffler = Array.from(Array(n + m).keys());\n shuffle(vertexShuffler);\n for (let i = 0; i < edges.length; i++) {\n edges[i] = [vertexShuffler[edges[i][0]], vertexShuffler[edges[i][1]]];\n if (edges[i][0] > edges[i][1]) {\n //Enforce lower numbers come first\n [edges[i][0], edges[i][1]] = [edges[i][1], edges[i][0]];\n }\n }\n\n //Shuffle the order of the edges themselves, as well\n shuffle(edges);\n\n return [n + m, edges];\n },\n solver: (_data: unknown, ans: string): boolean => {\n const data = _data as [number, [number, number][]];\n\n //Sanitize player input\n const sanitizedPlayerAns: string = removeBracketsFromArrayString(ans);\n\n //Case where the player believes there is no solution.\n //Attempt to construct one to check if this is correct.\n if (sanitizedPlayerAns === \"\") {\n //Helper function to get neighbourhood of a vertex\n function neighbourhood(vertex: number): number[] {\n const adjLeft = data[1].filter(([a]) => a == vertex).map(([, b]) => b);\n const adjRight = data[1].filter(([, b]) => b == vertex).map(([a]) => a);\n return adjLeft.concat(adjRight);\n }\n\n //Verify that there is no solution by attempting to create a proper 2-coloring.\n const coloring: (number | undefined)[] = Array(data[0]).fill(undefined);\n while (coloring.some((val) => val === undefined)) {\n //Color a vertex in the graph\n const initialVertex: number = coloring.findIndex((val) => val === undefined);\n coloring[initialVertex] = 0;\n const frontier: number[] = [initialVertex];\n\n //Propagate the coloring throughout the component containing v greedily\n while (frontier.length > 0) {\n const v: number = frontier.pop() || 0;\n const neighbors: number[] = neighbourhood(v);\n\n //For each vertex u adjacent to v\n for (const id in neighbors) {\n const u: number = neighbors[id];\n\n //Set the color of u to the opposite of v's color if it is new,\n //then add u to the frontier to continue the algorithm.\n if (coloring[u] === undefined) {\n if (coloring[v] === 0) coloring[u] = 1;\n else coloring[u] = 0;\n\n frontier.push(u);\n }\n\n //Assert u,v do not have the same color\n else if (coloring[u] === coloring[v]) {\n //If u,v do have the same color, no proper 2-coloring exists, meaning\n //the player was correct to say there is no proper 2-coloring of the graph.\n return true;\n }\n }\n }\n }\n\n //If this code is reached, there exists a proper 2-coloring of the input\n //graph, and thus the player was incorrect in submitting no answer.\n return false;\n }\n\n //Solution provided case\n const sanitizedPlayerAnsArr: string[] = sanitizedPlayerAns.split(\",\");\n const coloring: number[] = sanitizedPlayerAnsArr.map((val) => parseInt(val));\n if (coloring.length == data[0]) {\n const edges = data[1];\n const validColors = [0, 1];\n //Check that the provided solution is a proper 2-coloring\n return edges.every(([a, b]) => {\n const aColor = coloring[a];\n const bColor = coloring[b];\n return (\n validColors.includes(aColor) && //Enforce the first endpoint is color 0 or 1\n validColors.includes(bColor) && //Enforce the second endpoint is color 0 or 1\n aColor != bColor //Enforce the endpoints are different colors\n );\n });\n }\n\n //Return false if the coloring is the wrong size\n else return false;\n },\n },\n {\n name: \"Compression I: RLE Compression\",\n difficulty: 2,\n numTries: 10,\n desc: (plaintext: unknown): string => {\n return [\n \"Run-length encoding (RLE) is a data compression technique which encodes data as a series of runs of\",\n \"a repeated single character. Runs are encoded as a length, followed by the character itself. Lengths\",\n \"are encoded as a single ASCII digit; runs of 10 characters or more are encoded by splitting them\",\n \"into multiple runs.\\n\\n\",\n \"You are given the following input string:\\n\",\n `    ${plaintext}\\n`,\n \"Encode it using run-length encoding with the minimum possible output length.\\n\\n\",\n \"Examples:\\n\",\n \"    aaaaabccc            ->  5a1b3c\\n\",\n \"    aAaAaA               ->  1a1A1a1A1a1A\\n\",\n \"    111112333            ->  511233\\n\",\n \"    zzzzzzzzzzzzzzzzzzz  ->  9z9z1z  (or 9z8z2z, etc.)\\n\",\n ].join(\" \");\n },\n gen: (): string => {\n const length = 50 + Math.floor(25 * (Math.random() + Math.random()));\n let plain = \"\";\n\n while (plain.length < length) {\n const r = Math.random();\n\n let n = 1;\n if (r < 0.3) {\n n = 1;\n } else if (r < 0.6) {\n n = 2;\n } else if (r < 0.9) {\n n = Math.floor(10 * Math.random());\n } else {\n n = 10 + Math.floor(5 * Math.random());\n }\n\n const c = comprGenChar();\n plain += c.repeat(n);\n }\n\n return plain.substring(0, length);\n },\n solver: (plain: unknown, ans: string): boolean => {\n if (typeof plain !== \"string\") throw new Error(\"solver expected string\");\n if (ans.length % 2 !== 0) {\n return false;\n }\n\n let ans_plain = \"\";\n for (let i = 0; i + 1 < ans.length; i += 2) {\n const length = ans.charCodeAt(i) - 0x30;\n if (length < 0 || length > 9) {\n return false;\n }\n\n ans_plain += ans[i + 1].repeat(length);\n }\n if (ans_plain !== plain) {\n return false;\n }\n\n let length = 0;\n for (let i = 0; i < plain.length; ) {\n let run_length = 1;\n while (i + run_length < plain.length && plain[i + run_length] === plain[i]) {\n ++run_length;\n }\n i += run_length;\n\n while (run_length > 0) {\n run_length -= 9;\n length += 2;\n }\n }\n\n return ans.length <= length;\n },\n },\n {\n name: \"Compression II: LZ Decompression\",\n difficulty: 4,\n numTries: 10,\n desc: (compressed: unknown): string => {\n return [\n \"Lempel-Ziv (LZ) compression is a data compression technique which encodes data using references to\",\n \"earlier parts of the data. In this variant of LZ, data is encoded in two types of chunk. Each chunk\",\n \"begins with a length L, encoded as a single ASCII digit from 1 to 9, followed by the chunk data,\",\n \"which is either:\\n\\n\",\n \"1. Exactly L characters, which are to be copied directly into the uncompressed data.\\n\",\n \"2. A reference to an earlier part of the uncompressed data. To do this, the length is followed\",\n \"by a second ASCII digit X: each of the L output characters is a copy of the character X\",\n \"places before it in the uncompressed data.\\n\\n\",\n \"For both chunk types, a length of 0 instead means the chunk ends immediately, and the next character\",\n \"is the start of a new chunk. The two chunk types alternate, starting with type 1, and the final\",\n \"chunk may be of either type.\\n\\n\",\n \"You are given the following LZ-encoded string:\\n\",\n `    ${compressed}\\n`,\n \"Decode it and output the original string.\\n\\n\",\n \"Example: decoding '5aaabb450723abb' chunk-by-chunk\\n\",\n \"    5aaabb           ->  aaabb\\n\",\n \"    5aaabb45         ->  aaabbaaab\\n\",\n \"    5aaabb450        ->  aaabbaaab\\n\",\n \"    5aaabb45072      ->  aaabbaaababababa\\n\",\n \"    5aaabb450723abb  ->  aaabbaaababababaabb\",\n ].join(\" \");\n },\n gen: (): string => {\n return comprLZEncode(comprLZGenerate());\n },\n solver: (compr: unknown, ans: string): boolean => {\n if (typeof compr !== \"string\") throw new Error(\"solver expected string\");\n return ans === comprLZDecode(compr);\n },\n },\n {\n name: \"Compression III: LZ Compression\",\n difficulty: 10,\n numTries: 10,\n desc: (plaintext: unknown): string => {\n return [\n \"Lempel-Ziv (LZ) compression is a data compression technique which encodes data using references to\",\n \"earlier parts of the data. In this variant of LZ, data is encoded in two types of chunk. Each chunk\",\n \"begins with a length L, encoded as a single ASCII digit from 1 to 9, followed by the chunk data,\",\n \"which is either:\\n\\n\",\n \"1. Exactly L characters, which are to be copied directly into the uncompressed data.\\n\",\n \"2. A reference to an earlier part of the uncompressed data. To do this, the length is followed\",\n \"by a second ASCII digit X: each of the L output characters is a copy of the character X\",\n \"places before it in the uncompressed data.\\n\\n\",\n \"For both chunk types, a length of 0 instead means the chunk ends immediately, and the next character\",\n \"is the start of a new chunk. The two chunk types alternate, starting with type 1, and the final\",\n \"chunk may be of either type.\\n\\n\",\n \"You are given the following input string:\\n\",\n `    ${plaintext}\\n`,\n \"Encode it using Lempel-Ziv encoding with the minimum possible output length.\\n\\n\",\n \"Examples (some have other possible encodings of minimal length):\\n\",\n \"    abracadabra     ->  7abracad47\\n\",\n \"    mississippi     ->  4miss433ppi\\n\",\n \"    aAAaAAaAaAA     ->  3aAA53035\\n\",\n \"    2718281828      ->  627182844\\n\",\n \"    abcdefghijk     ->  9abcdefghi02jk\\n\",\n \"    aaaaaaaaaaaa    ->  3aaa91\\n\",\n \"    aaaaaaaaaaaaa   ->  1a91031\\n\",\n \"    aaaaaaaaaaaaaa  ->  1a91041\",\n ].join(\" \");\n },\n gen: (): string => {\n return comprLZGenerate();\n },\n solver: (plain: unknown, ans: string): boolean => {\n if (typeof plain !== \"string\") throw new Error(\"solver expected string\");\n return comprLZDecode(ans) === plain && ans.length <= comprLZEncode(plain).length;\n },\n },\n {\n desc: (_data: unknown): string => {\n if (!Array.isArray(_data)) throw new Error(\"data should be array of string\");\n const data = _data as [string, number];\n return [\n \"Caesar cipher is one of the simplest encryption technique.\",\n \"It is a type of substitution cipher in which each letter in the plaintext \",\n \"is replaced by a letter some fixed number of positions down the alphabet.\",\n \"For example, with a left shift of 3, D would be replaced by A, \",\n \"E would become B, and A would become X (because of rotation).\\n\\n\",\n \"You are given an array with two elements:\\n\",\n `  [\"${data[0]}\", ${data[1]}]\\n`,\n \"The first element is the plaintext, the second element is the left shift value.\\n\\n\",\n \"Return the ciphertext as uppercase string. Spaces remains the same.\",\n ].join(\" \");\n },\n difficulty: 1,\n gen: (): [string, number] => {\n // return [plaintext, shift value]\n const words = [\n \"ARRAY\",\n \"CACHE\",\n \"CLOUD\",\n \"DEBUG\",\n \"EMAIL\",\n \"ENTER\",\n \"FLASH\",\n \"FRAME\",\n \"INBOX\",\n \"LINUX\",\n \"LOGIC\",\n \"LOGIN\",\n \"MACRO\",\n \"MEDIA\",\n \"MODEM\",\n \"MOUSE\",\n \"PASTE\",\n \"POPUP\",\n \"PRINT\",\n \"QUEUE\",\n \"SHELL\",\n \"SHIFT\",\n \"TABLE\",\n \"TRASH\",\n \"VIRUS\",\n ];\n return [\n words\n .sort(() => Math.random() - 0.5)\n .slice(0, 5)\n .join(\" \"),\n Math.floor(Math.random() * 25 + 1),\n ];\n },\n name: \"Encryption I: Caesar Cipher\",\n numTries: 10,\n solver: (_data: unknown, ans: string): boolean => {\n if (!Array.isArray(_data)) throw new Error(\"data should be array of string\");\n const data = _data as [string, number];\n // data = [plaintext, shift value]\n // build char array, shifting via map and join to final results\n const cipher = [...data[0]]\n .map((a) => (a === \" \" ? a : String.fromCharCode(((a.charCodeAt(0) - 65 - data[1] + 26) % 26) + 65)))\n .join(\"\");\n return cipher === ans;\n },\n },\n {\n desc: (_data: unknown): string => {\n if (!Array.isArray(_data)) throw new Error(\"data should be array of string\");\n const data = _data as [string, string];\n return [\n \"Vigenère cipher is a type of polyalphabetic substitution. It uses \",\n \"the Vigenère square to encrypt and decrypt plaintext with a keyword.\\n\\n\",\n \"  Vigenère square:\\n\",\n \"         A B C D E F G H I J K L M N O P Q R S T U V W X Y Z \\n\",\n \"       +----------------------------------------------------\\n\",\n \"     A | A B C D E F G H I J K L M N O P Q R S T U V W X Y Z \\n\",\n \"     B | B C D E F G H I J K L M N O P Q R S T U V W X Y Z A \\n\",\n \"     C | C D E F G H I J K L M N O P Q R S T U V W X Y Z A B\\n\",\n \"     D | D E F G H I J K L M N O P Q R S T U V W X Y Z A B C\\n\",\n \"     E | E F G H I J K L M N O P Q R S T U V W X Y Z A B C D\\n\",\n \"                ...\\n\",\n \"     Y | Y Z A B C D E F G H I J K L M N O P Q R S T U V W X\\n\",\n \"     Z | Z A B C D E F G H I J K L M N O P Q R S T U V W X Y\\n\\n\",\n \"For encryption each letter of the plaintext is paired with the corresponding letter of a repeating keyword.\",\n \"For example, the plaintext DASHBOARD is encrypted with the keyword LINUX:\\n\",\n \"   Plaintext: DASHBOARD\\n\",\n \"   Keyword:   LINUXLINU\\n\",\n \"So, the first letter D is paired with the first letter of the key L. Therefore, row D and column L of the \",\n \"Vigenère square are used to get the first cipher letter O. This must be repeated for the whole ciphertext.\\n\\n\",\n \"You are given an array with two elements:\\n\",\n `  [\"${data[0]}\", \"${data[1]}\"]\\n`,\n \"The first element is the plaintext, the second element is the keyword.\\n\\n\",\n \"Return the ciphertext as uppercase string.\",\n ].join(\" \");\n },\n difficulty: 2,\n gen: (): [string, string] => {\n // return [plaintext, keyword]\n const words = [\n \"ARRAY\",\n \"CACHE\",\n \"CLOUD\",\n \"DEBUG\",\n \"EMAIL\",\n \"ENTER\",\n \"FLASH\",\n \"FRAME\",\n \"INBOX\",\n \"LINUX\",\n \"LOGIC\",\n \"LOGIN\",\n \"MACRO\",\n \"MEDIA\",\n \"MODEM\",\n \"MOUSE\",\n \"PASTE\",\n \"POPUP\",\n \"PRINT\",\n \"QUEUE\",\n \"SHELL\",\n \"SHIFT\",\n \"TABLE\",\n \"TRASH\",\n \"VIRUS\",\n ];\n const keys = [\n \"ALGORITHM\",\n \"BANDWIDTH\",\n \"BLOGGER\",\n \"BOOKMARK\",\n \"BROADBAND\",\n \"BROWSER\",\n \"CAPTCHA\",\n \"CLIPBOARD\",\n \"COMPUTING\",\n \"COMMAND\",\n \"COMPILE\",\n \"COMPRESS\",\n \"COMPUTER\",\n \"CONFIGURE\",\n \"DASHBOARD\",\n \"DATABASE\",\n \"DESKTOP\",\n \"DIGITAL\",\n \"DOCUMENT\",\n \"DOWNLOAD\",\n \"DYNAMIC\",\n \"EMOTICON\",\n \"ENCRYPT\",\n \"EXABYTE\",\n \"FIREWALL\",\n \"FIRMWARE\",\n \"FLAMING\",\n \"FLOWCHART\",\n \"FREEWARE\",\n \"GIGABYTE\",\n \"GRAPHICS\",\n \"HARDWARE\",\n \"HYPERLINK\",\n \"HYPERTEXT\",\n \"INTEGER\",\n \"INTERFACE\",\n \"INTERNET\",\n \"ITERATION\",\n \"JOYSTICK\",\n \"JUNKMAIL\",\n \"KEYBOARD\",\n \"KEYWORD\",\n \"LURKING\",\n \"MACINTOSH\",\n \"MAINFRAME\",\n \"MALWARE\",\n \"MONITOR\",\n \"NETWORK\",\n \"NOTEBOOK\",\n \"COMPUTER\",\n \"OFFLINE\",\n \"OPERATING\",\n \"PASSWORD\",\n \"PHISHING\",\n \"PLATFORM\",\n \"PODCAST\",\n \"PRINTER\",\n \"PRIVACY\",\n \"PROCESS\",\n \"PROGRAM\",\n \"PROTOCOL\",\n \"REALTIME\",\n \"RESTORE\",\n \"RUNTIME\",\n \"SCANNER\",\n \"SECURITY\",\n \"SHAREWARE\",\n \"SNAPSHOT\",\n \"SOFTWARE\",\n \"SPAMMER\",\n \"SPYWARE\",\n \"STORAGE\",\n \"TERMINAL\",\n \"TEMPLATE\",\n \"TERABYTE\",\n \"TOOLBAR\",\n \"TYPEFACE\",\n \"USERNAME\",\n \"UTILITY\",\n \"VERSION\",\n \"VIRTUAL\",\n \"WEBMASTER\",\n \"WEBSITE\",\n \"WINDOWS\",\n \"WIRELESS\",\n \"PROCESSOR\",\n ];\n return [\n words\n .sort(() => Math.random() - 0.5)\n .slice(0, 5)\n .join(\"\"),\n keys.sort(() => Math.random() - 0.5)[0],\n ];\n },\n name: \"Encryption II: Vigenère Cipher\",\n numTries: 10,\n solver: (_data: unknown, ans: string): boolean => {\n if (!Array.isArray(_data)) throw new Error(\"data should be array of string\");\n const data = _data as [string, string];\n // data = [plaintext, keyword]\n // build char array, shifting via map and corresponding keyword letter and join to final results\n const cipher = [...data[0]]\n .map((a, i) => {\n return a === \" \"\n ? a\n : String.fromCharCode(((a.charCodeAt(0) - 2 * 65 + data[1].charCodeAt(i % data[1].length)) % 26) + 65);\n })\n .join(\"\");\n return cipher === ans;\n },\n },\n];\n","import React, { useState, useEffect } from \"react\";\nimport { KEY } from \"../../utils/helpers/keyCodes\";\n\nimport { CodingContract, CodingContractTypes } from \"../../CodingContracts\";\nimport { CopyableText } from \"./CopyableText\";\nimport { Modal } from \"./Modal\";\nimport { EventEmitter } from \"../../utils/EventEmitter\";\nimport Typography from \"@mui/material/Typography\";\nimport TextField from \"@mui/material/TextField\";\nimport Button from \"@mui/material/Button\";\n\ninterface IProps {\n c: CodingContract;\n onClose: () => void;\n onAttempt: (answer: string) => void;\n}\n\nexport const CodingContractEvent = new EventEmitter<[IProps]>();\n\nexport function CodingContractModal(): React.ReactElement {\n const [props, setProps] = useState(null);\n const [answer, setAnswer] = useState(\"\");\n\n useEffect(() => {\n CodingContractEvent.subscribe((props) => setProps(props));\n });\n if (props === null) return <>;\n\n function onChange(event: React.ChangeEvent): void {\n setAnswer(event.target.value);\n }\n\n function onKeyDown(event: React.KeyboardEvent): void {\n if (props === null) return;\n // React just won't cooperate on this one.\n // \"React.KeyboardEvent\" seems like the right type but\n // whatever ...\n const value = (event.target as any).value;\n\n if (event.key === KEY.ENTER && value !== \"\") {\n event.preventDefault();\n props.onAttempt(answer);\n setAnswer(\"\");\n close();\n }\n }\n\n function close(): void {\n if (props === null) return;\n props.onClose();\n setProps(null);\n }\n\n const contractType = CodingContractTypes[props.c.type];\n const description = [];\n for (const [i, value] of contractType.desc(props.c.data).split(\"\\n\").entries())\n description.push(\" }}>);\n return (\n \n \n \n You are attempting to solve a Coding Contract. You have {props.c.getMaxNumTries() - props.c.tries} tries\n remaining, after which the contract will self-destruct.\n \n
\n {description}\n
\n {\n props.onAttempt(answer);\n setAnswer(\"\");\n close();\n }}\n >\n Solve\n \n ),\n }}\n />\n
\n );\n}\n","import { CodingContract } from \"../CodingContracts\";\nimport { RunningScript } from \"../Script/RunningScript\";\nimport { Script } from \"../Script/Script\";\nimport { isValidFilePath } from \"../Terminal/DirectoryHelpers\";\nimport { TextFile } from \"../TextFile\";\nimport { IReturnStatus } from \"../types\";\n\nimport { isScriptFilename } from \"../Script/isScriptFilename\";\n\nimport { createRandomIp } from \"../utils/IPAddress\";\nimport { compareArrays } from \"../utils/helpers/compareArrays\";\nimport { ScriptArg } from \"../Netscript/ScriptArg\";\n\ninterface IConstructorParams {\n adminRights?: boolean;\n hostname: string;\n ip?: string;\n isConnectedTo?: boolean;\n maxRam?: number;\n organizationName?: string;\n}\n\ninterface writeResult {\n success: boolean;\n overwritten: boolean;\n}\n\n/** Abstract Base Class for any Server object */\nexport abstract class BaseServer {\n // Coding Contract files on this server\n contracts: CodingContract[] = [];\n\n // How many CPU cores this server has. Maximum of 8.\n // Currently, this only affects hacking missions\n cpuCores = 1;\n\n // Flag indicating whether the FTP port is open\n ftpPortOpen = false;\n\n // Flag indicating whether player has admin/root access to this server\n hasAdminRights = false;\n\n // Hostname. Must be unique\n hostname = \"\";\n\n // Flag indicating whether HTTP Port is open\n httpPortOpen = false;\n\n // IP Address. Must be unique\n ip = \"\";\n\n // Flag indicating whether player is currently connected to this server\n isConnectedTo = false;\n\n // RAM (GB) available on this server\n maxRam = 0;\n\n // Message files AND Literature files on this Server\n messages: string[] = [];\n\n // Name of company/faction/etc. that this server belongs to.\n // Optional, not applicable to all Servers\n organizationName = \"\";\n\n // Programs on this servers. Contains only the names of the programs\n programs: string[] = [];\n\n // RAM (GB) used. i.e. unavailable RAM\n ramUsed = 0;\n\n // RunningScript files on this server\n runningScripts: RunningScript[] = [];\n\n // Script files on this Server\n scripts: Script[] = [];\n\n // Contains the hostnames of all servers that are immediately\n // reachable from this one\n serversOnNetwork: string[] = [];\n\n // Flag indicating whether SMTP Port is open\n smtpPortOpen = false;\n\n // Flag indicating whether SQL Port is open\n sqlPortOpen = false;\n\n // Flag indicating whether the SSH Port is open\n sshPortOpen = false;\n\n // Text files on this server\n textFiles: TextFile[] = [];\n\n // Flag indicating whether this is a purchased server\n purchasedByPlayer = false;\n\n constructor(params: IConstructorParams = { hostname: \"\", ip: createRandomIp() }) {\n this.ip = params.ip ? params.ip : createRandomIp();\n\n this.hostname = params.hostname;\n this.organizationName = params.organizationName != null ? params.organizationName : \"\";\n this.isConnectedTo = params.isConnectedTo != null ? params.isConnectedTo : false;\n\n //Access information\n this.hasAdminRights = params.adminRights != null ? params.adminRights : false;\n }\n\n addContract(contract: CodingContract): void {\n this.contracts.push(contract);\n }\n\n getContract(contractName: string): CodingContract | null {\n for (const contract of this.contracts) {\n if (contract.fn === contractName) {\n return contract;\n }\n }\n return null;\n }\n\n /**\n * Find an actively running script on this server\n * @param scriptName - Filename of script to search for\n * @param scriptArgs - Arguments that script is being run with\n * @returns RunningScript for the specified active script\n * Returns null if no such script can be found\n */\n getRunningScript(scriptName: string, scriptArgs: ScriptArg[]): RunningScript | null {\n for (const rs of this.runningScripts) {\n if (rs.filename === scriptName && compareArrays(rs.args, scriptArgs)) {\n return rs;\n }\n }\n\n return null;\n }\n\n /**\n * Given the name of the script, returns the corresponding\n * Script object on the server (if it exists)\n */\n getScript(scriptName: string): Script | null {\n for (let i = 0; i < this.scripts.length; i++) {\n if (this.scripts[i].filename === scriptName) {\n return this.scripts[i];\n }\n }\n\n return null;\n }\n\n /** Returns boolean indicating whether the given script is running on this server */\n isRunning(fn: string): boolean {\n for (const runningScriptObj of this.runningScripts) {\n if (runningScriptObj.filename === fn) {\n return true;\n }\n }\n\n return false;\n }\n\n removeContract(contract: CodingContract | string): void {\n const index = this.contracts.findIndex((c) => c.fn === (typeof contract === \"string\" ? contract : contract.fn));\n if (index > -1) this.contracts.splice(index, 1);\n }\n\n /**\n * Remove a file from the server\n * @param fn {string} Name of file to be deleted\n * @returns {IReturnStatus} Return status object indicating whether or not file was deleted\n */\n removeFile(fn: string): IReturnStatus {\n if (fn.endsWith(\".exe\") || fn.match(/^.+\\.exe-\\d+(?:\\.\\d*)?%-INC$/) != null) {\n for (let i = 0; i < this.programs.length; ++i) {\n if (this.programs[i] === fn) {\n this.programs.splice(i, 1);\n return { res: true };\n }\n }\n } else if (isScriptFilename(fn)) {\n for (let i = 0; i < this.scripts.length; ++i) {\n if (this.scripts[i].filename === fn) {\n if (this.isRunning(fn)) {\n return {\n res: false,\n msg: \"Cannot delete a script that is currently running!\",\n };\n }\n\n this.scripts.splice(i, 1);\n return { res: true };\n }\n }\n } else if (fn.endsWith(\".lit\")) {\n for (let i = 0; i < this.messages.length; ++i) {\n const f = this.messages[i];\n if (typeof f === \"string\" && f === fn) {\n this.messages.splice(i, 1);\n return { res: true };\n }\n }\n } else if (fn.endsWith(\".txt\")) {\n for (let i = 0; i < this.textFiles.length; ++i) {\n if (this.textFiles[i].fn === fn) {\n this.textFiles.splice(i, 1);\n return { res: true };\n }\n }\n } else if (fn.endsWith(\".cct\")) {\n for (let i = 0; i < this.contracts.length; ++i) {\n if (this.contracts[i].fn === fn) {\n this.contracts.splice(i, 1);\n return { res: true };\n }\n }\n }\n\n return { res: false, msg: \"No such file exists\" };\n }\n\n /**\n * Called when a script is run on this server.\n * All this function does is add a RunningScript object to the\n * `runningScripts` array. It does NOT check whether the script actually can\n * be run.\n */\n runScript(script: RunningScript): void {\n this.runningScripts.push(script);\n }\n\n setMaxRam(ram: number): void {\n this.maxRam = ram;\n }\n\n updateRamUsed(ram: number): void {\n this.ramUsed = ram;\n }\n\n pushProgram(program: string): void {\n if (this.programs.includes(program)) return;\n\n // Remove partially created program if there is one\n const existingPartialExeIndex = this.programs.findIndex((p) => p.startsWith(program));\n // findIndex returns -1 if there is no match, we only want to splice on a match\n if (existingPartialExeIndex > -1) {\n this.programs.splice(existingPartialExeIndex, 1);\n }\n\n this.programs.push(program);\n }\n\n /**\n * Write to a script file\n * Overwrites existing files. Creates new files if the script does not exist.\n */\n writeToScriptFile(fn: string, code: string): writeResult {\n const ret = { success: false, overwritten: false };\n if (!isValidFilePath(fn) || !isScriptFilename(fn)) {\n return ret;\n }\n\n // Check if the script already exists, and overwrite it if it does\n for (let i = 0; i < this.scripts.length; ++i) {\n if (fn === this.scripts[i].filename) {\n const script = this.scripts[i];\n script.code = code;\n script.updateRamUsage(this.scripts);\n script.markUpdated();\n ret.overwritten = true;\n ret.success = true;\n return ret;\n }\n }\n\n // Otherwise, create a new script\n const newScript = new Script(fn, code, this.hostname, this.scripts);\n this.scripts.push(newScript);\n ret.success = true;\n return ret;\n }\n\n // Write to a text file\n // Overwrites existing files. Creates new files if the text file does not exist\n writeToTextFile(fn: string, txt: string): writeResult {\n const ret = { success: false, overwritten: false };\n if (!isValidFilePath(fn) || !fn.endsWith(\"txt\")) {\n return ret;\n }\n\n // Check if the text file already exists, and overwrite if it does\n for (let i = 0; i < this.textFiles.length; ++i) {\n if (this.textFiles[i].fn === fn) {\n ret.overwritten = true;\n this.textFiles[i].text = txt;\n ret.success = true;\n return ret;\n }\n }\n\n // Otherwise create a new text file\n const newFile = new TextFile(fn, txt);\n this.textFiles.push(newFile);\n ret.success = true;\n return ret;\n }\n}\n","import { CONSTANTS } from \"../../Constants\";\nimport { Server } from \"../Server\";\nimport { BitNodeMultipliers } from \"../../BitNode/BitNodeMultipliers\";\nimport { Person } from \"../../PersonObjects/Person\";\n\nexport function calculateServerGrowth(server: Server, threads: number, p: Person, cores = 1): number {\n const numServerGrowthCycles = Math.max(Math.floor(threads), 0);\n\n //Get adjusted growth rate, which accounts for server security\n const growthRate = CONSTANTS.ServerBaseGrowthRate;\n let adjGrowthRate = 1 + (growthRate - 1) / server.hackDifficulty;\n if (adjGrowthRate > CONSTANTS.ServerMaxGrowthRate) {\n adjGrowthRate = CONSTANTS.ServerMaxGrowthRate;\n }\n\n //Calculate adjusted server growth rate based on parameters\n const serverGrowthPercentage = server.serverGrowth / 100;\n const numServerGrowthCyclesAdjusted =\n numServerGrowthCycles * serverGrowthPercentage * BitNodeMultipliers.ServerGrowthRate;\n\n //Apply serverGrowth for the calculated number of growth cycles\n const coreBonus = 1 + (cores - 1) / 16;\n return Math.pow(adjGrowthRate, numServerGrowthCyclesAdjusted * p.mults.hacking_grow * coreBonus);\n}\n","/**\n * Helper functions that implement \"directory\" functionality in the Terminal.\n * These aren't \"real\" directories, it's more of a pseudo-directory implementation\n * that uses mainly string manipulation.\n *\n * This file contains function that deal with Server-related directory things.\n * Functions that deal with the string manipulation can be found in\n * ./DirectoryHelpers.ts\n */\nimport { isValidDirectoryPath, isInRootDirectory, getFirstParentDirectory } from \"./DirectoryHelpers\";\nimport { BaseServer } from \"../Server/BaseServer\";\n\n/**\n * Given a directory (by the full directory path) and a server, returns all\n * subdirectories of that directory. This is only for FIRST-LEVEl/immediate subdirectories\n */\nexport function getSubdirectories(serv: BaseServer, dir: string): string[] {\n const res: string[] = [];\n\n if (!isValidDirectoryPath(dir)) {\n return res;\n }\n\n let t_dir = dir;\n if (!t_dir.endsWith(\"/\")) {\n t_dir += \"/\";\n }\n\n function processFile(fn: string): void {\n if (t_dir === \"/\" && isInRootDirectory(fn)) {\n const subdir = getFirstParentDirectory(fn);\n if (subdir !== \"/\" && !res.includes(subdir)) {\n res.push(subdir);\n }\n } else if (fn.startsWith(t_dir)) {\n const remaining = fn.slice(t_dir.length);\n const subdir = getFirstParentDirectory(remaining);\n if (subdir !== \"/\" && !res.includes(subdir)) {\n res.push(subdir);\n }\n }\n }\n\n for (const script of serv.scripts) {\n processFile(script.filename);\n }\n\n for (const txt of serv.textFiles) {\n processFile(txt.fn);\n }\n\n return res;\n}\n\n/** Returns true, if the server's directory itself or one of its subdirectory contains files. */\nexport function containsFiles(server: BaseServer, dir: string): boolean {\n const dirWithTrailingSlash = dir + (dir.slice(-1) === \"/\" ? \"\" : \"/\");\n\n return [...server.scripts.map((s) => s.filename), ...server.textFiles.map((t) => t.fn)].some((filename) =>\n filename.startsWith(dirWithTrailingSlash),\n );\n}\n","import { Terminal } from \"../../Terminal\";\nimport { BaseServer } from \"../../Server/BaseServer\";\nimport { isScriptFilename } from \"../../Script/isScriptFilename\";\nimport FileSaver from \"file-saver\";\nimport JSZip from \"jszip\";\n\nexport function exportScripts(pattern: string, server: BaseServer): void {\n const matchEnding = pattern.length == 1 || pattern === \"*.*\" ? null : pattern.slice(1); // Treat *.* the same as *\n const zip = new JSZip();\n // Helper function to zip any file contents whose name matches the pattern\n const zipFiles = (fileNames: string[], fileContents: string[]): void => {\n for (let i = 0; i < fileContents.length; ++i) {\n let name = fileNames[i];\n if (name.startsWith(\"/\")) name = name.slice(1);\n if (!matchEnding || name.endsWith(matchEnding))\n zip.file(name, new Blob([fileContents[i]], { type: \"text/plain\" }));\n }\n };\n // In the case of script files, we pull from the server.scripts array\n if (!matchEnding || isScriptFilename(matchEnding))\n zipFiles(\n server.scripts.map((s) => s.filename),\n server.scripts.map((s) => s.code),\n );\n // In the case of text files, we pull from the server.scripts array\n if (!matchEnding || matchEnding.endsWith(\".txt\"))\n zipFiles(\n server.textFiles.map((s) => s.fn),\n server.textFiles.map((s) => s.text),\n );\n\n // Return an error if no files matched, rather than an empty zip folder\n if (Object.keys(zip.files).length == 0) throw new Error(`No files match the pattern ${pattern}`);\n const zipFn = `bitburner${isScriptFilename(pattern) ? \"Scripts\" : pattern === \"*.txt\" ? \"Texts\" : \"Files\"}.zip`;\n zip.generateAsync({ type: \"blob\" }).then((content: Blob) => FileSaver.saveAs(content, zipFn));\n}\n\nexport function download(args: (string | number | boolean)[], server: BaseServer): void {\n try {\n if (args.length !== 1) {\n Terminal.error(\"Incorrect usage of download command. Usage: download [script/text file]\");\n return;\n }\n const fn = args[0] + \"\";\n // If the parameter starts with *, download all files that match the wildcard pattern\n if (fn.startsWith(\"*\")) {\n try {\n exportScripts(fn, server);\n return;\n } catch (e: unknown) {\n let msg = String(e);\n if (e !== null && typeof e == \"object\" && e.hasOwnProperty(\"message\")) {\n msg = String((e as { message: unknown }).message);\n }\n return Terminal.error(msg);\n }\n } else if (isScriptFilename(fn)) {\n // Download a single script\n const script = Terminal.getScript(fn);\n if (script != null) {\n return script.download();\n }\n } else if (fn.endsWith(\".txt\")) {\n // Download a single text file\n const txt = Terminal.getTextFile(fn);\n if (txt != null) {\n return txt.download();\n }\n } else {\n Terminal.error(`Cannot download this filetype`);\n return;\n }\n Terminal.error(`${fn} does not exist`);\n return;\n } catch (e) {\n Terminal.error(e + \"\");\n return;\n }\n}\n","import * as acorn from \"acorn\";\n/**\n * @license\n * JavaScript Interpreter\n *\n * Copyright 2013 Google Inc.\n *\n * Licensed under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n *\n * http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\n/**\n * @fileoverview Interpreting JavaScript in JavaScript.\n * @author fraser@google.com (Neil Fraser)\n */\n(\"use strict\");\n\n/**\n * Create a new interpreter.\n * @param {string|!Object} code Raw JavaScript text or AST.\n * @param {Function=} opt_initFunc Optional initialization function. Used to\n * define APIs. When called it is passed the interpreter object and the\n * global scope object.\n * @param {Number} Bitburner-specific number used for determining exception line numbers\n * @constructor\n */\nvar Interpreter = function (code, opt_initFunc, lineOffset = 0) {\n this.sourceCode = code;\n this.sourceCodeLineOffset = lineOffset;\n if (typeof code === \"string\") {\n code = acorn.parse(code, Interpreter.PARSE_OPTIONS);\n }\n this.ast = code;\n this.initFunc_ = opt_initFunc;\n this.paused_ = false;\n this.polyfills_ = [];\n // Unique identifier for native functions. Used in serialization.\n this.functionCounter_ = 0;\n // Map node types to our step function names; a property lookup is faster\n // than string concatenation with \"step\" prefix.\n this.stepFunctions_ = Object.create(null);\n var stepMatch = /^step([A-Z]\\w*)$/;\n var m;\n for (var methodName in this) {\n if (typeof this[methodName] === \"function\" && (m = methodName.match(stepMatch))) {\n this.stepFunctions_[m[1]] = this[methodName].bind(this);\n }\n }\n // Create and initialize the global scope.\n this.global = this.createScope(this.ast, null);\n // Run the polyfills.\n this.ast = acorn.parse(this.polyfills_.join(\"\\n\"), Interpreter.PARSE_OPTIONS);\n this.polyfills_ = undefined; // Allow polyfill strings to garbage collect.\n this.stripLocations_(this.ast, undefined, undefined);\n var state = new Interpreter.State(this.ast, this.global);\n state.done = false;\n this.stateStack = [state];\n this.run();\n this.value = undefined;\n // Point at the main program.\n this.ast = code;\n var state = new Interpreter.State(this.ast, this.global);\n state.done = false;\n this.stateStack.length = 0;\n this.stateStack[0] = state;\n // Get a handle on Acorn's node_t object. It's tricky to access.\n this.nodeConstructor = state.node.constructor;\n // Preserve publicly properties from being pruned/renamed by JS compilers.\n // Add others as needed.\n this[\"stateStack\"] = this.stateStack;\n};\n\n/**\n * @const {!Object} Configuration used for all Acorn parsing.\n */\nInterpreter.PARSE_OPTIONS = {\n ecmaVersion: 5,\n locations: true,\n};\n\n/**\n * Property descriptor of readonly properties.\n */\nInterpreter.READONLY_DESCRIPTOR = {\n configurable: true,\n enumerable: true,\n writable: false,\n};\n\n/**\n * Property descriptor of non-enumerable properties.\n */\nInterpreter.NONENUMERABLE_DESCRIPTOR = {\n configurable: true,\n enumerable: false,\n writable: true,\n};\n\n/**\n * Property descriptor of readonly, non-enumerable properties.\n */\nInterpreter.READONLY_NONENUMERABLE_DESCRIPTOR = {\n configurable: true,\n enumerable: false,\n writable: false,\n};\n\n/**\n * Property descriptor of variables.\n */\nInterpreter.VARIABLE_DESCRIPTOR = {\n configurable: false,\n enumerable: true,\n writable: true,\n};\n\n/**\n * Unique symbol for indicating that a step has encountered an error, has\n * added it to the stack, and will be thrown within the user's program.\n * When STEP_ERROR is thrown in the JS-Interpreter, the error can be ignored.\n */\nInterpreter.STEP_ERROR = {};\n\n/**\n * Unique symbol for indicating that a reference is a variable on the scope,\n * not an object property.\n */\nInterpreter.SCOPE_REFERENCE = {};\n\n/**\n * Unique symbol for indicating, when used as the value of the value\n * parameter in calls to setProperty and friends, that the value\n * should be taken from the property descriptor instead.\n */\nInterpreter.VALUE_IN_DESCRIPTOR = {};\n\n/**\n * For cycle detection in array to string and error conversion;\n * see spec bug github.com/tc39/ecma262/issues/289\n * Since this is for atomic actions only, it can be a class property.\n */\nInterpreter.toStringCycles_ = [];\n\n/**\n * Determine error/exception line number in Bitburner source code\n * @param {Object} AST Node that causes Error/Exception\n */\nInterpreter.prototype.getErrorLineNumber = function (node) {\n var code = this.sourceCode;\n if (node == null || node.start == null) {\n return NaN;\n }\n try {\n code = code.substring(0, node.start);\n return (code.match(/\\n/g) || []).length + 1 - this.sourceCodeLineOffset;\n } catch (e) {\n return NaN;\n }\n};\n\n/**\n * Generate the appropriate line number error message for Bitburner\n * @param {Number} lineNumber\n */\nInterpreter.prototype.getErrorLineNumberMessage = function (lineNumber) {\n if (isNaN(lineNumber)) {\n return \" (Unknown line number)\";\n } else if (lineNumber <= 0) {\n return \" (Error occurred in an imported function)\";\n } else {\n return (\n \" (Line Number \" +\n lineNumber +\n \". This line number is probably incorrect \" +\n \"if your script is importing any functions. This is being worked on)\"\n );\n }\n};\n\n/**\n * Add more code to the interpreter.\n * @param {string|!Object} code Raw JavaScript text or AST.\n */\nInterpreter.prototype.appendCode = function (code) {\n var state = this.stateStack[0];\n if (!state || state.node[\"type\"] !== \"Program\") {\n throw Error(\"Expecting original AST to start with a Program node.\");\n }\n if (typeof code === \"string\") {\n code = acorn.parse(code, Interpreter.PARSE_OPTIONS);\n }\n if (!code || code[\"type\"] !== \"Program\") {\n throw Error(\"Expecting new AST to start with a Program node.\");\n }\n this.populateScope_(code, state.scope);\n // Append the new program to the old one.\n for (var i = 0, node; (node = code[\"body\"][i]); i++) {\n state.node[\"body\"].push(node);\n }\n state.done = false;\n};\n\n/**\n * Execute one step of the interpreter.\n * @return {boolean} True if a step was executed, false if no more instructions.\n */\nInterpreter.prototype.step = function () {\n var stack = this.stateStack;\n var state = stack[stack.length - 1];\n if (!state) {\n return false;\n }\n var node = state.node,\n type = node[\"type\"];\n if (type === \"Program\" && state.done) {\n return false;\n } else if (this.paused_) {\n return true;\n }\n try {\n var nextState = this.stepFunctions_[type](stack, state, node);\n } catch (e) {\n // Eat any step errors. They have been thrown on the stack.\n if (e !== Interpreter.STEP_ERROR) {\n // Uh oh. This is a real error in the JS-Interpreter. Rethrow.\n throw e;\n }\n }\n if (nextState) {\n stack.push(nextState);\n }\n if (!node[\"end\"]) {\n // This is polyfill code. Keep executing until we arrive at user code.\n return this.step();\n }\n return true;\n};\n\n/**\n * Execute the interpreter to program completion. Vulnerable to infinite loops.\n * @return {boolean} True if a execution is asynchronously blocked,\n * false if no more instructions.\n */\nInterpreter.prototype.run = function () {\n while (!this.paused_ && this.step()) {}\n return this.paused_;\n};\n\n/**\n * Initialize the global scope with buitin properties and functions.\n * @param {!Interpreter.Object} scope Global scope.\n */\nInterpreter.prototype.initGlobalScope = function (scope) {\n // Initialize uneditable global properties.\n this.setProperty(scope, \"NaN\", NaN, Interpreter.READONLY_DESCRIPTOR);\n this.setProperty(scope, \"Infinity\", Infinity, Interpreter.READONLY_DESCRIPTOR);\n this.setProperty(scope, \"undefined\", undefined, Interpreter.READONLY_DESCRIPTOR);\n this.setProperty(scope, \"window\", scope, Interpreter.READONLY_DESCRIPTOR);\n this.setProperty(scope, \"this\", scope, Interpreter.READONLY_DESCRIPTOR);\n this.setProperty(scope, \"self\", scope); // Editable.\n\n // Create the objects which will become Object.prototype and\n // Function.prototype, which are needed to bootstrap everything else.\n this.OBJECT_PROTO = new Interpreter.Object(null);\n this.FUNCTION_PROTO = new Interpreter.Object(this.OBJECT_PROTO);\n // Initialize global objects.\n this.initFunction(scope);\n this.initObject(scope);\n // Unable to set scope's parent prior (OBJECT did not exist).\n // Note that in a browser this would be 'Window', whereas in Node.js it would\n // be 'Object'. This interpreter is closer to Node in that it has no DOM.\n scope.proto = this.OBJECT_PROTO;\n this.setProperty(scope, \"constructor\", this.OBJECT, Interpreter.NONENUMERABLE_DESCRIPTOR);\n this.initArray(scope);\n this.initString(scope);\n this.initBoolean(scope);\n this.initNumber(scope);\n this.initDate(scope);\n this.initRegExp(scope);\n this.initError(scope);\n this.initMath(scope);\n this.initJSON(scope);\n\n // Initialize global functions.\n var thisInterpreter = this;\n var func = this.createNativeFunction(function (x) {\n throw EvalError(\"Can't happen\");\n }, false);\n func.eval = true;\n this.setProperty(scope, \"eval\", func);\n\n this.setProperty(scope, \"parseInt\", this.createNativeFunction(parseInt, false));\n this.setProperty(scope, \"parseFloat\", this.createNativeFunction(parseFloat, false));\n\n this.setProperty(scope, \"isNaN\", this.createNativeFunction(isNaN, false));\n\n this.setProperty(scope, \"isFinite\", this.createNativeFunction(isFinite, false));\n\n var strFunctions = [\n [escape, \"escape\"],\n [unescape, \"unescape\"],\n [decodeURI, \"decodeURI\"],\n [decodeURIComponent, \"decodeURIComponent\"],\n [encodeURI, \"encodeURI\"],\n [encodeURIComponent, \"encodeURIComponent\"],\n ];\n for (var i = 0; i < strFunctions.length; i++) {\n var wrapper = (function (nativeFunc) {\n return function (str) {\n try {\n return nativeFunc(str);\n } catch (e) {\n // decodeURI('%xy') will throw an error. Catch and rethrow.\n thisInterpreter.throwException(thisInterpreter.URI_ERROR, e.message);\n }\n };\n })(strFunctions[i][0]);\n this.setProperty(\n scope,\n strFunctions[i][1],\n this.createNativeFunction(wrapper, false),\n Interpreter.NONENUMERABLE_DESCRIPTOR,\n );\n }\n // Preserve publicly properties from being pruned/renamed by JS compilers.\n // Add others as needed.\n this[\"OBJECT\"] = this.OBJECT;\n this[\"OBJECT_PROTO\"] = this.OBJECT_PROTO;\n this[\"FUNCTION\"] = this.FUNCTION;\n this[\"FUNCTION_PROTO\"] = this.FUNCTION_PROTO;\n this[\"ARRAY\"] = this.ARRAY;\n this[\"ARRAY_PROTO\"] = this.ARRAY_PROTO;\n this[\"REGEXP\"] = this.REGEXP;\n this[\"REGEXP_PROTO\"] = this.REGEXP_PROTO;\n this[\"DATE\"] = this.DATE;\n this[\"DATE_PROTO\"] = this.DATE_PROTO;\n // The following properties are obsolete. Do not use.\n this[\"UNDEFINED\"] = undefined;\n this[\"NULL\"] = null;\n this[\"NAN\"] = NaN;\n this[\"TRUE\"] = true;\n this[\"FALSE\"] = false;\n this[\"STRING_EMPTY\"] = \"\";\n this[\"NUMBER_ZERO\"] = 0;\n this[\"NUMBER_ONE\"] = 1;\n\n // Run any user-provided initialization.\n if (this.initFunc_) {\n this.initFunc_(this, scope);\n }\n};\n\n/**\n * Initialize the Function class.\n * @param {!Interpreter.Object} scope Global scope.\n */\nInterpreter.prototype.initFunction = function (scope) {\n var thisInterpreter = this;\n var wrapper;\n var identifierRegexp = /^[A-Za-z_$][\\w$]*$/;\n // Function constructor.\n wrapper = function (var_args) {\n if (thisInterpreter.calledWithNew()) {\n // Called as new Function().\n var newFunc = this;\n } else {\n // Called as Function().\n var newFunc = thisInterpreter.createObjectProto(thisInterpreter.FUNCTION_PROTO);\n }\n if (arguments.length) {\n var code = String(arguments[arguments.length - 1]);\n } else {\n var code = \"\";\n }\n var argsStr = Array.prototype.slice.call(arguments, 0, -1).join(\",\").trim();\n if (argsStr) {\n var args = argsStr.split(/\\s*,\\s*/);\n for (var i = 0; i < args.length; i++) {\n var name = args[i];\n if (!identifierRegexp.test(name)) {\n thisInterpreter.throwException(thisInterpreter.SYNTAX_ERROR, \"Invalid function argument: \" + name);\n }\n }\n argsStr = args.join(\", \");\n }\n // Interestingly, the scope for constructed functions is the global scope,\n // even if they were constructed in some other scope.\n newFunc.parentScope = thisInterpreter.global;\n // Acorn needs to parse code in the context of a function or else 'return'\n // statements will be syntax errors.\n try {\n var ast = acorn.parse(\"(function(\" + argsStr + \") {\" + code + \"})\", Interpreter.PARSE_OPTIONS);\n } catch (e) {\n // Acorn threw a SyntaxError. Rethrow as a trappable error.\n thisInterpreter.throwException(thisInterpreter.SYNTAX_ERROR, \"Invalid code: \" + e.message);\n }\n if (ast[\"body\"].length !== 1) {\n // Function('a', 'return a + 6;}; {alert(1);');\n thisInterpreter.throwException(thisInterpreter.SYNTAX_ERROR, \"Invalid code in function body.\");\n }\n newFunc.node = ast[\"body\"][0][\"expression\"];\n thisInterpreter.setProperty(newFunc, \"length\", newFunc.node[\"length\"], Interpreter.READONLY_DESCRIPTOR);\n return newFunc;\n };\n wrapper.id = this.functionCounter_++;\n this.FUNCTION = this.createObjectProto(this.FUNCTION_PROTO);\n\n this.setProperty(scope, \"Function\", this.FUNCTION);\n // Manually setup type and prototype because createObj doesn't recognize\n // this object as a function (this.FUNCTION did not exist).\n this.setProperty(this.FUNCTION, \"prototype\", this.FUNCTION_PROTO);\n this.FUNCTION.nativeFunc = wrapper;\n\n // Configure Function.prototype.\n this.setProperty(this.FUNCTION_PROTO, \"constructor\", this.FUNCTION, Interpreter.NONENUMERABLE_DESCRIPTOR);\n this.FUNCTION_PROTO.nativeFunc = function () {};\n this.FUNCTION_PROTO.nativeFunc.id = this.functionCounter_++;\n this.setProperty(this.FUNCTION_PROTO, \"length\", 0, Interpreter.READONLY_DESCRIPTOR);\n\n var boxThis = function (value) {\n // In non-strict mode 'this' must be an object.\n if ((!value || !value.isObject) && !thisInterpreter.getScope().strict) {\n if (value === undefined || value === null) {\n // 'Undefined' and 'null' are changed to global object.\n value = thisInterpreter.global;\n } else {\n // Primitives must be boxed in non-strict mode.\n var box = thisInterpreter.createObjectProto(thisInterpreter.getPrototype(value));\n box.data = value;\n value = box;\n }\n }\n return value;\n };\n\n wrapper = function (thisArg, args) {\n var state = thisInterpreter.stateStack[thisInterpreter.stateStack.length - 1];\n // Rewrite the current 'CallExpression' to apply a different function.\n state.func_ = this;\n // Assign the 'this' object.\n state.funcThis_ = boxThis(thisArg);\n // Bind any provided arguments.\n state.arguments_ = [];\n if (args !== null && args !== undefined) {\n if (args.isObject) {\n state.arguments_ = thisInterpreter.arrayPseudoToNative(args);\n } else {\n thisInterpreter.throwException(thisInterpreter.TYPE_ERROR, \"CreateListFromArrayLike called on non-object\");\n }\n }\n state.doneExec_ = false;\n };\n this.setNativeFunctionPrototype(this.FUNCTION, \"apply\", wrapper);\n\n wrapper = function (thisArg /*, var_args */) {\n var state = thisInterpreter.stateStack[thisInterpreter.stateStack.length - 1];\n // Rewrite the current 'CallExpression' to call a different function.\n state.func_ = this;\n // Assign the 'this' object.\n state.funcThis_ = boxThis(thisArg);\n // Bind any provided arguments.\n state.arguments_ = [];\n for (var i = 1; i < arguments.length; i++) {\n state.arguments_.push(arguments[i]);\n }\n state.doneExec_ = false;\n };\n this.setNativeFunctionPrototype(this.FUNCTION, \"call\", wrapper);\n\n this.polyfills_.push(\n // Polyfill copied from:\n // developer.mozilla.org/en/docs/Web/JavaScript/Reference/Global_objects/Function/bind\n \"Object.defineProperty(Function.prototype, 'bind',\",\n \"{configurable: true, writable: true, value:\",\n \"function(oThis) {\",\n \"if (typeof this !== 'function') {\",\n \"throw TypeError('What is trying to be bound is not callable');\",\n \"}\",\n \"var aArgs = Array.prototype.slice.call(arguments, 1),\",\n \"fToBind = this,\",\n \"fNOP = function() {},\",\n \"fBound = function() {\",\n \"return fToBind.apply(this instanceof fNOP\",\n \"? this\",\n \": oThis,\",\n \"aArgs.concat(Array.prototype.slice.call(arguments)));\",\n \"};\",\n \"if (this.prototype) {\",\n \"fNOP.prototype = this.prototype;\",\n \"}\",\n \"fBound.prototype = new fNOP();\",\n \"return fBound;\",\n \"}\",\n \"});\",\n \"\",\n );\n\n // Function has no parent to inherit from, so it needs its own mandatory\n // toString and valueOf functions.\n wrapper = function () {\n return this.toString();\n };\n this.setNativeFunctionPrototype(this.FUNCTION, \"toString\", wrapper);\n this.setProperty(\n this.FUNCTION,\n \"toString\",\n this.createNativeFunction(wrapper, false),\n Interpreter.NONENUMERABLE_DESCRIPTOR,\n );\n wrapper = function () {\n return this.valueOf();\n };\n this.setNativeFunctionPrototype(this.FUNCTION, \"valueOf\", wrapper);\n this.setProperty(\n this.FUNCTION,\n \"valueOf\",\n this.createNativeFunction(wrapper, false),\n Interpreter.NONENUMERABLE_DESCRIPTOR,\n );\n};\n\n/**\n * Initialize the Object class.\n * @param {!Interpreter.Object} scope Global scope.\n */\nInterpreter.prototype.initObject = function (scope) {\n var thisInterpreter = this;\n var wrapper;\n // Object constructor.\n wrapper = function (value) {\n if (value === undefined || value === null) {\n // Create a new object.\n if (thisInterpreter.calledWithNew()) {\n // Called as new Object().\n return this;\n } else {\n // Called as Object().\n return thisInterpreter.createObjectProto(thisInterpreter.OBJECT_PROTO);\n }\n }\n if (!value.isObject) {\n // Wrap the value as an object.\n var box = thisInterpreter.createObjectProto(thisInterpreter.getPrototype(value));\n box.data = value;\n return box;\n }\n // Return the provided object.\n return value;\n };\n this.OBJECT = this.createNativeFunction(wrapper, true);\n // Throw away the created prototype and use the root prototype.\n this.setProperty(this.OBJECT, \"prototype\", this.OBJECT_PROTO);\n this.setProperty(this.OBJECT_PROTO, \"constructor\", this.OBJECT, Interpreter.NONENUMERABLE_DESCRIPTOR);\n this.setProperty(scope, \"Object\", this.OBJECT);\n\n /**\n * Checks if the provided value is null or undefined.\n * If so, then throw an error in the call stack.\n * @param {Interpreter.Value} value Value to check.\n */\n var throwIfNullUndefined = function (value) {\n if (value === undefined || value === null) {\n thisInterpreter.throwException(thisInterpreter.TYPE_ERROR, \"Cannot convert '\" + value + \"' to object\");\n }\n };\n\n // Static methods on Object.\n wrapper = function (obj) {\n throwIfNullUndefined(obj);\n var props = obj.isObject ? obj.properties : obj;\n return thisInterpreter.arrayNativeToPseudo(Object.getOwnPropertyNames(props));\n };\n this.setProperty(\n this.OBJECT,\n \"getOwnPropertyNames\",\n this.createNativeFunction(wrapper, false),\n Interpreter.NONENUMERABLE_DESCRIPTOR,\n );\n\n wrapper = function (obj) {\n throwIfNullUndefined(obj);\n if (obj.isObject) {\n obj = obj.properties;\n }\n return thisInterpreter.arrayNativeToPseudo(Object.keys(obj));\n };\n this.setProperty(\n this.OBJECT,\n \"keys\",\n this.createNativeFunction(wrapper, false),\n Interpreter.NONENUMERABLE_DESCRIPTOR,\n );\n\n wrapper = function (proto) {\n // Support for the second argument is the responsibility of a polyfill.\n if (proto === null) {\n return thisInterpreter.createObjectProto(null);\n }\n if (proto === undefined || !proto.isObject) {\n thisInterpreter.throwException(thisInterpreter.TYPE_ERROR, \"Object prototype may only be an Object or null\");\n }\n return thisInterpreter.createObjectProto(proto);\n };\n this.setProperty(\n this.OBJECT,\n \"create\",\n this.createNativeFunction(wrapper, false),\n Interpreter.NONENUMERABLE_DESCRIPTOR,\n );\n\n // Add a polyfill to handle create's second argument.\n this.polyfills_.push(\n \"(function() {\",\n \"var create_ = Object.create;\",\n \"Object.create = function(proto, props) {\",\n \"var obj = create_(proto);\",\n \"props && Object.defineProperties(obj, props);\",\n \"return obj;\",\n \"};\",\n \"})();\",\n \"\",\n );\n\n wrapper = function (obj, prop, descriptor) {\n prop = String(prop);\n if (!obj || !obj.isObject) {\n thisInterpreter.throwException(thisInterpreter.TYPE_ERROR, \"Object.defineProperty called on non-object\");\n }\n if (!descriptor || !descriptor.isObject) {\n thisInterpreter.throwException(thisInterpreter.TYPE_ERROR, \"Property description must be an object\");\n }\n if (!obj.properties[prop] && obj.preventExtensions) {\n thisInterpreter.throwException(\n thisInterpreter.TYPE_ERROR,\n \"Can't define property '\" + prop + \"', object is not extensible\",\n );\n }\n // The polyfill guarantees no inheritance and no getter functions.\n // Therefore the descriptor properties map is the native object needed.\n thisInterpreter.setProperty(obj, prop, Interpreter.VALUE_IN_DESCRIPTOR, descriptor.properties);\n return obj;\n };\n this.setProperty(\n this.OBJECT,\n \"defineProperty\",\n this.createNativeFunction(wrapper, false),\n Interpreter.NONENUMERABLE_DESCRIPTOR,\n );\n\n this.polyfills_.push(\n // Flatten the descriptor to remove any inheritance or getter functions.\n \"(function() {\",\n \"var defineProperty_ = Object.defineProperty;\",\n \"Object.defineProperty = function(obj, prop, d1) {\",\n \"var d2 = {};\",\n \"if ('configurable' in d1) d2.configurable = d1.configurable;\",\n \"if ('enumerable' in d1) d2.enumerable = d1.enumerable;\",\n \"if ('writable' in d1) d2.writable = d1.writable;\",\n \"if ('value' in d1) d2.value = d1.value;\",\n \"if ('get' in d1) d2.get = d1.get;\",\n \"if ('set' in d1) d2.set = d1.set;\",\n \"return defineProperty_(obj, prop, d2);\",\n \"};\",\n \"})();\",\n\n \"Object.defineProperty(Object, 'defineProperties',\",\n \"{configurable: true, writable: true, value:\",\n \"function(obj, props) {\",\n \"var keys = Object.keys(props);\",\n \"for (var i = 0; i < keys.length; i++) {\",\n \"Object.defineProperty(obj, keys[i], props[keys[i]]);\",\n \"}\",\n \"return obj;\",\n \"}\",\n \"});\",\n \"\",\n );\n\n wrapper = function (obj, prop) {\n if (!obj || !obj.isObject) {\n thisInterpreter.throwException(\n thisInterpreter.TYPE_ERROR,\n \"Object.getOwnPropertyDescriptor called on non-object\",\n );\n }\n prop = String(prop);\n if (!(prop in obj.properties)) {\n return undefined;\n }\n var descriptor = Object.getOwnPropertyDescriptor(obj.properties, prop);\n var getter = obj.getter[prop];\n var setter = obj.setter[prop];\n\n if (getter || setter) {\n descriptor.get = getter;\n descriptor.set = setter;\n delete descriptor.value;\n delete descriptor.writable;\n }\n // Preserve value, but remove it for the nativeToPseudo call.\n var value = descriptor.value;\n var hasValue = \"value\" in descriptor;\n delete descriptor.value;\n var pseudoDescriptor = thisInterpreter.nativeToPseudo(descriptor);\n if (hasValue) {\n thisInterpreter.setProperty(pseudoDescriptor, \"value\", value);\n }\n return pseudoDescriptor;\n };\n this.setProperty(\n this.OBJECT,\n \"getOwnPropertyDescriptor\",\n this.createNativeFunction(wrapper, false),\n Interpreter.NONENUMERABLE_DESCRIPTOR,\n );\n\n wrapper = function (obj) {\n throwIfNullUndefined(obj);\n return thisInterpreter.getPrototype(obj);\n };\n this.setProperty(\n this.OBJECT,\n \"getPrototypeOf\",\n this.createNativeFunction(wrapper, false),\n Interpreter.NONENUMERABLE_DESCRIPTOR,\n );\n\n wrapper = function (obj) {\n return Boolean(obj) && !obj.preventExtensions;\n };\n this.setProperty(\n this.OBJECT,\n \"isExtensible\",\n this.createNativeFunction(wrapper, false),\n Interpreter.NONENUMERABLE_DESCRIPTOR,\n );\n\n wrapper = function (obj) {\n if (obj && obj.isObject) {\n obj.preventExtensions = true;\n }\n return obj;\n };\n this.setProperty(\n this.OBJECT,\n \"preventExtensions\",\n this.createNativeFunction(wrapper, false),\n Interpreter.NONENUMERABLE_DESCRIPTOR,\n );\n\n // Instance methods on Object.\n this.setNativeFunctionPrototype(this.OBJECT, \"toString\", Interpreter.Object.prototype.toString);\n this.setNativeFunctionPrototype(this.OBJECT, \"toLocaleString\", Interpreter.Object.prototype.toString);\n this.setNativeFunctionPrototype(this.OBJECT, \"valueOf\", Interpreter.Object.prototype.valueOf);\n\n wrapper = function (prop) {\n throwIfNullUndefined(this);\n if (!this.isObject) {\n return this.hasOwnProperty(prop);\n }\n return String(prop) in this.properties;\n };\n this.setNativeFunctionPrototype(this.OBJECT, \"hasOwnProperty\", wrapper);\n\n wrapper = function (prop) {\n throwIfNullUndefined(this);\n if (!this.isObject) {\n return this.propertyIsEnumerable(prop);\n }\n return Object.prototype.propertyIsEnumerable.call(this.properties, prop);\n };\n this.setNativeFunctionPrototype(this.OBJECT, \"propertyIsEnumerable\", wrapper);\n\n wrapper = function (obj) {\n while (true) {\n // Note, circular loops shouldn't be possible.\n obj = thisInterpreter.getPrototype(obj);\n if (!obj) {\n // No parent; reached the top.\n return false;\n }\n if (obj === this) {\n return true;\n }\n }\n };\n this.setNativeFunctionPrototype(this.OBJECT, \"isPrototypeOf\", wrapper);\n};\n\n/**\n * Initialize the Array class.\n * @param {!Interpreter.Object} scope Global scope.\n */\nInterpreter.prototype.initArray = function (scope) {\n var thisInterpreter = this;\n var wrapper;\n // Array constructor.\n wrapper = function (var_args) {\n if (thisInterpreter.calledWithNew()) {\n // Called as new Array().\n var newArray = this;\n } else {\n // Called as Array().\n var newArray = thisInterpreter.createObjectProto(thisInterpreter.ARRAY_PROTO);\n }\n var first = arguments[0];\n if (arguments.length === 1 && typeof first === \"number\") {\n if (isNaN(Interpreter.legalArrayLength(first))) {\n thisInterpreter.throwException(thisInterpreter.RANGE_ERROR, \"Invalid array length\");\n }\n newArray.properties.length = first;\n } else {\n for (var i = 0; i < arguments.length; i++) {\n newArray.properties[i] = arguments[i];\n }\n newArray.properties.length = i;\n }\n return newArray;\n };\n this.ARRAY = this.createNativeFunction(wrapper, true);\n this.ARRAY_PROTO = this.ARRAY.properties[\"prototype\"];\n this.setProperty(scope, \"Array\", this.ARRAY);\n\n // Static methods on Array.\n wrapper = function (obj) {\n return obj && obj.class === \"Array\";\n };\n this.setProperty(\n this.ARRAY,\n \"isArray\",\n this.createNativeFunction(wrapper, false),\n Interpreter.NONENUMERABLE_DESCRIPTOR,\n );\n\n // Instance methods on Array.\n wrapper = function () {\n return Array.prototype.pop.call(this.properties);\n };\n this.setNativeFunctionPrototype(this.ARRAY, \"pop\", wrapper);\n\n wrapper = function (var_args) {\n return Array.prototype.push.apply(this.properties, arguments);\n };\n this.setNativeFunctionPrototype(this.ARRAY, \"push\", wrapper);\n\n wrapper = function () {\n return Array.prototype.shift.call(this.properties);\n };\n this.setNativeFunctionPrototype(this.ARRAY, \"shift\", wrapper);\n\n wrapper = function (var_args) {\n return Array.prototype.unshift.apply(this.properties, arguments);\n };\n this.setNativeFunctionPrototype(this.ARRAY, \"unshift\", wrapper);\n\n wrapper = function () {\n Array.prototype.reverse.call(this.properties);\n return this;\n };\n this.setNativeFunctionPrototype(this.ARRAY, \"reverse\", wrapper);\n\n wrapper = function (index, howmany /*, var_args*/) {\n var list = Array.prototype.splice.apply(this.properties, arguments);\n return thisInterpreter.arrayNativeToPseudo(list);\n };\n this.setNativeFunctionPrototype(this.ARRAY, \"splice\", wrapper);\n\n wrapper = function (opt_begin, opt_end) {\n var list = Array.prototype.slice.call(this.properties, opt_begin, opt_end);\n return thisInterpreter.arrayNativeToPseudo(list);\n };\n this.setNativeFunctionPrototype(this.ARRAY, \"slice\", wrapper);\n\n wrapper = function (opt_separator) {\n return Array.prototype.join.call(this.properties, opt_separator);\n };\n this.setNativeFunctionPrototype(this.ARRAY, \"join\", wrapper);\n\n wrapper = function (var_args) {\n var list = [];\n var length = 0;\n // Start by copying the current array.\n var iLength = thisInterpreter.getProperty(this, \"length\");\n for (var i = 0; i < iLength; i++) {\n if (thisInterpreter.hasProperty(this, i)) {\n var element = thisInterpreter.getProperty(this, i);\n list[length] = element;\n }\n length++;\n }\n // Loop through all arguments and copy them in.\n for (var i = 0; i < arguments.length; i++) {\n var value = arguments[i];\n if (thisInterpreter.isa(value, thisInterpreter.ARRAY)) {\n var jLength = thisInterpreter.getProperty(value, \"length\");\n for (var j = 0; j < jLength; j++) {\n if (thisInterpreter.hasProperty(value, j)) {\n list[length] = thisInterpreter.getProperty(value, j);\n }\n length++;\n }\n } else {\n list[length] = value;\n }\n }\n return thisInterpreter.arrayNativeToPseudo(list);\n };\n this.setNativeFunctionPrototype(this.ARRAY, \"concat\", wrapper);\n\n wrapper = function (searchElement, opt_fromIndex) {\n return Array.prototype.indexOf.apply(this.properties, arguments);\n };\n this.setNativeFunctionPrototype(this.ARRAY, \"indexOf\", wrapper);\n\n wrapper = function (searchElement, opt_fromIndex) {\n return Array.prototype.lastIndexOf.apply(this.properties, arguments);\n };\n this.setNativeFunctionPrototype(this.ARRAY, \"lastIndexOf\", wrapper);\n\n wrapper = function () {\n Array.prototype.sort.call(this.properties);\n return this;\n };\n this.setNativeFunctionPrototype(this.ARRAY, \"sort\", wrapper);\n\n this.polyfills_.push(\n // Polyfill copied from:\n // developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Array/every\n \"Object.defineProperty(Array.prototype, 'every',\",\n \"{configurable: true, writable: true, value:\",\n \"function(callbackfn, thisArg) {\",\n \"if (!this || typeof callbackfn !== 'function') throw TypeError();\",\n \"var T, k;\",\n \"var O = Object(this);\",\n \"var len = O.length >>> 0;\",\n \"if (arguments.length > 1) T = thisArg;\",\n \"k = 0;\",\n \"while (k < len) {\",\n \"if (k in O && !callbackfn.call(T, O[k], k, O)) return false;\",\n \"k++;\",\n \"}\",\n \"return true;\",\n \"}\",\n \"});\",\n\n // Polyfill copied from:\n // developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Array/filter\n \"Object.defineProperty(Array.prototype, 'filter',\",\n \"{configurable: true, writable: true, value:\",\n \"function(fun/*, thisArg*/) {\",\n \"if (this === void 0 || this === null || typeof fun !== 'function') throw TypeError();\",\n \"var t = Object(this);\",\n \"var len = t.length >>> 0;\",\n \"var res = [];\",\n \"var thisArg = arguments.length >= 2 ? arguments[1] : void 0;\",\n \"for (var i = 0; i < len; i++) {\",\n \"if (i in t) {\",\n \"var val = t[i];\",\n \"if (fun.call(thisArg, val, i, t)) res.push(val);\",\n \"}\",\n \"}\",\n \"return res;\",\n \"}\",\n \"});\",\n\n // Polyfill copied from:\n // https://tc39.github.io/ecma262/#sec-array.prototype.find\n // https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/find\n \"if (!Array.prototype.find) {\",\n \"Object.defineProperty(Array.prototype, 'find', {\",\n \"value: function(predicate) {\",\n \"if (this == null) {\",\n \"throw new TypeError('\\\"this\\\" is null or not defined');\",\n \"}\",\n \"var o = Object(this);\",\n \"var len = o.length >>> 0;\",\n \"if (typeof predicate !== 'function') {\",\n \"throw new TypeError('predicate must be a function');\",\n \"}\",\n \"var thisArg = arguments[1];\",\n \"var k = 0;\",\n \"while (k < len) {\",\n \"var kValue = o[k];\",\n \"if (predicate.call(thisArg, kValue, k, o)) {\",\n \"return kValue;\",\n \"}\",\n \"k++;\",\n \"}\",\n \"return undefined;\",\n \"},\",\n \"configurable: true,\",\n \"writable: true\",\n \"});\",\n \"}\",\n\n // Poly fill copied from:\n // https://tc39.github.io/ecma262/#sec-array.prototype.findIndex\n // https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/findIndex\n \"if (!Array.prototype.findIndex) {\",\n \"Object.defineProperty(Array.prototype, 'findIndex', {\",\n \"value: function(predicate) {\",\n \"if (this == null) {\",\n \"throw new TypeError('\\\"this\\\" is null or not defined');\",\n \"}\",\n \"var o = Object(this);\",\n \"var len = o.length >>> 0;\",\n \"if (typeof predicate !== 'function') {\",\n \"throw new TypeError('predicate must be a function');\",\n \"}\",\n \"var thisArg = arguments[1];\",\n \"var k = 0;\",\n \"while (k < len) {\",\n \"var kValue = o[k];\",\n \"if (predicate.call(thisArg, kValue, k, o)) {\",\n \"return k;\",\n \"}\",\n \"k++;\",\n \"}\",\n \"return -1;\",\n \"},\",\n \"configurable: true,\",\n \"writable: true\",\n \"});\",\n \"}\",\n\n // Polyfill copied from:\n // developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Array/forEach\n \"Object.defineProperty(Array.prototype, 'forEach',\",\n \"{configurable: true, writable: true, value:\",\n \"function(callback, thisArg) {\",\n \"if (!this || typeof callback !== 'function') throw TypeError();\",\n \"var T, k;\",\n \"var O = Object(this);\",\n \"var len = O.length >>> 0;\",\n \"if (arguments.length > 1) T = thisArg;\",\n \"k = 0;\",\n \"while (k < len) {\",\n \"if (k in O) callback.call(T, O[k], k, O);\",\n \"k++;\",\n \"}\",\n \"}\",\n \"});\",\n\n // Polyfill copied from:\n // https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/includes#Polyfill\n \"Object.defineProperty(Array.prototype, 'includes', {\",\n \"value: function(searchElement, fromIndex) {\",\n \"if (this == null) {\",\n \"throw new TypeError('\\\"this\\\" is null or not defined');\",\n \"}\",\n \"// 1. Let O be ? ToObject(this value).\",\n \"var o = Object(this);\",\n '// 2. Let len be ? ToLength(? Get(O, \"length\")).',\n \"var len = o.length >>> 0;\",\n \"// 3. If len is 0, return false.\",\n \"if (len === 0) {\",\n \"return false;\",\n \"}\",\n \"// 4. Let n be ? ToInteger(fromIndex).\",\n \"// (If fromIndex is undefined, this step produces the value 0.)\",\n \"var n = fromIndex | 0;\",\n \"// 5. If n ≥ 0, then\",\n \"// a. Let k be n.\",\n \"// 6. Else n < 0,\",\n \"// a. Let k be len + n.\",\n \"// b. If k < 0, let k be 0.\",\n \"var k = Math.max(n >= 0 ? n : len - Math.abs(n), 0);\",\n \"function sameValueZero(x, y) {\",\n \"return x === y || (typeof x === 'number' && typeof y === 'number' && isNaN(x) && isNaN(y));\",\n \"}\",\n \"// 7. Repeat, while k < len\",\n \"while (k < len) {\",\n \"// a. Let elementK be the result of ? Get(O, ! ToString(k)).\",\n \"// b. If SameValueZero(searchElement, elementK) is true, return true.\",\n \"if (sameValueZero(o[k], searchElement)) {\",\n \"return true;\",\n \"}\",\n \"// c. Increase k by 1. \",\n \"k++;\",\n \"}\",\n \"// 8. Return false\",\n \"return false;\",\n \"}\",\n \"});\",\n\n // Polyfill copied from:\n // developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Array/map\n \"Object.defineProperty(Array.prototype, 'map',\",\n \"{configurable: true, writable: true, value:\",\n \"function(callback, thisArg) {\",\n \"if (!this || typeof callback !== 'function') new TypeError;\",\n \"var T, A, k;\",\n \"var O = Object(this);\",\n \"var len = O.length >>> 0;\",\n \"if (arguments.length > 1) T = thisArg;\",\n \"A = new Array(len);\",\n \"k = 0;\",\n \"while (k < len) {\",\n \"if (k in O) A[k] = callback.call(T, O[k], k, O);\",\n \"k++;\",\n \"}\",\n \"return A;\",\n \"}\",\n \"});\",\n\n // Polyfill copied from:\n // developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Array/Reduce\n \"Object.defineProperty(Array.prototype, 'reduce',\",\n \"{configurable: true, writable: true, value:\",\n \"function(callback /*, initialValue*/) {\",\n \"if (!this || typeof callback !== 'function') throw TypeError();\",\n \"var t = Object(this), len = t.length >>> 0, k = 0, value;\",\n \"if (arguments.length === 2) {\",\n \"value = arguments[1];\",\n \"} else {\",\n \"while (k < len && !(k in t)) k++;\",\n \"if (k >= len) {\",\n \"throw TypeError('Reduce of empty array with no initial value');\",\n \"}\",\n \"value = t[k++];\",\n \"}\",\n \"for (; k < len; k++) {\",\n \"if (k in t) value = callback(value, t[k], k, t);\",\n \"}\",\n \"return value;\",\n \"}\",\n \"});\",\n\n // Polyfill copied from:\n // developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Array/ReduceRight\n \"Object.defineProperty(Array.prototype, 'reduceRight',\",\n \"{configurable: true, writable: true, value:\",\n \"function(callback /*, initialValue*/) {\",\n \"if (null === this || 'undefined' === typeof this || 'function' !== typeof callback) throw TypeError();\",\n \"var t = Object(this), len = t.length >>> 0, k = len - 1, value;\",\n \"if (arguments.length >= 2) {\",\n \"value = arguments[1];\",\n \"} else {\",\n \"while (k >= 0 && !(k in t)) k--;\",\n \"if (k < 0) {\",\n \"throw TypeError('Reduce of empty array with no initial value');\",\n \"}\",\n \"value = t[k--];\",\n \"}\",\n \"for (; k >= 0; k--) {\",\n \"if (k in t) value = callback(value, t[k], k, t);\",\n \"}\",\n \"return value;\",\n \"}\",\n \"});\",\n\n // Polyfill copied from:\n // developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Array/some\n \"Object.defineProperty(Array.prototype, 'some',\",\n \"{configurable: true, writable: true, value:\",\n \"function(fun/*, thisArg*/) {\",\n \"if (!this || typeof fun !== 'function') throw TypeError();\",\n \"var t = Object(this);\",\n \"var len = t.length >>> 0;\",\n \"var thisArg = arguments.length >= 2 ? arguments[1] : void 0;\",\n \"for (var i = 0; i < len; i++) {\",\n \"if (i in t && fun.call(thisArg, t[i], i, t)) {\",\n \"return true;\",\n \"}\",\n \"}\",\n \"return false;\",\n \"}\",\n \"});\",\n\n \"(function() {\",\n \"var sort_ = Array.prototype.sort;\",\n \"Array.prototype.sort = function(opt_comp) {\",\n // Fast native sort.\n \"if (typeof opt_comp !== 'function') {\",\n \"return sort_.call(this);\",\n \"}\",\n // Slow bubble sort.\n \"for (var i = 0; i < this.length; i++) {\",\n \"var changes = 0;\",\n \"for (var j = 0; j < this.length - i - 1; j++) {\",\n \"if (opt_comp(this[j], this[j + 1]) > 0) {\",\n \"var swap = this[j];\",\n \"this[j] = this[j + 1];\",\n \"this[j + 1] = swap;\",\n \"changes++;\",\n \"}\",\n \"}\",\n \"if (!changes) break;\",\n \"}\",\n \"return this;\",\n \"};\",\n \"})();\",\n\n \"Object.defineProperty(Array.prototype, 'toLocaleString',\",\n \"{configurable: true, writable: true, value:\",\n \"function() {\",\n \"var out = [];\",\n \"for (var i = 0; i < this.length; i++) {\",\n \"out[i] = (this[i] === null || this[i] === undefined) ? '' : this[i].toLocaleString();\",\n \"}\",\n \"return out.join(',');\",\n \"}\",\n \"});\",\n \"\",\n );\n};\n\n/**\n * Initialize the String class.\n * @param {!Interpreter.Object} scope Global scope.\n */\nInterpreter.prototype.initString = function (scope) {\n var thisInterpreter = this;\n var wrapper;\n // String constructor.\n wrapper = function (value) {\n value = String(value);\n if (thisInterpreter.calledWithNew()) {\n // Called as new String().\n this.data = value;\n return this;\n } else {\n // Called as String().\n return value;\n }\n };\n this.STRING = this.createNativeFunction(wrapper, true);\n this.setProperty(scope, \"String\", this.STRING);\n\n // Static methods on String.\n this.setProperty(\n this.STRING,\n \"fromCharCode\",\n this.createNativeFunction(String.fromCharCode, false),\n Interpreter.NONENUMERABLE_DESCRIPTOR,\n );\n\n // Instance methods on String.\n // Methods with exclusively primitive arguments.\n var functions = [\n \"charAt\",\n \"charCodeAt\",\n \"concat\",\n \"indexOf\",\n \"lastIndexOf\",\n \"slice\",\n \"substr\",\n \"substring\",\n \"toLocaleLowerCase\",\n \"toLocaleUpperCase\",\n \"toLowerCase\",\n \"toUpperCase\",\n \"trim\",\n ];\n for (var i = 0; i < functions.length; i++) {\n this.setNativeFunctionPrototype(this.STRING, functions[i], String.prototype[functions[i]]);\n }\n\n wrapper = function (compareString, locales, options) {\n locales = locales ? thisInterpreter.pseudoToNative(locales) : undefined;\n options = options ? thisInterpreter.pseudoToNative(options) : undefined;\n return String(this).localeCompare(compareString, locales, options);\n };\n this.setNativeFunctionPrototype(this.STRING, \"localeCompare\", wrapper);\n\n wrapper = function (separator, limit) {\n if (thisInterpreter.isa(separator, thisInterpreter.REGEXP)) {\n separator = separator.data;\n }\n var jsList = String(this).split(separator, limit);\n return thisInterpreter.arrayNativeToPseudo(jsList);\n };\n this.setNativeFunctionPrototype(this.STRING, \"split\", wrapper);\n\n wrapper = function (regexp) {\n if (thisInterpreter.isa(regexp, thisInterpreter.REGEXP)) {\n regexp = regexp.data;\n }\n var m = String(this).match(regexp);\n return m && thisInterpreter.arrayNativeToPseudo(m);\n };\n this.setNativeFunctionPrototype(this.STRING, \"match\", wrapper);\n\n wrapper = function (regexp) {\n if (thisInterpreter.isa(regexp, thisInterpreter.REGEXP)) {\n regexp = regexp.data;\n }\n return String(this).search(regexp);\n };\n this.setNativeFunctionPrototype(this.STRING, \"search\", wrapper);\n\n wrapper = function (substr, newSubstr) {\n // Support for function replacements is the responsibility of a polyfill.\n if (thisInterpreter.isa(substr, thisInterpreter.REGEXP)) {\n substr = substr.data;\n }\n return String(this).replace(substr, newSubstr);\n };\n this.setNativeFunctionPrototype(this.STRING, \"replace\", wrapper);\n // Add a polyfill to handle replace's second argument being a function.\n this.polyfills_.push(\n \"(function() {\",\n \"var replace_ = String.prototype.replace;\",\n \"String.prototype.replace = function(substr, newSubstr) {\",\n \"if (typeof newSubstr !== 'function') {\",\n // string.replace(string|regexp, string)\n \"return replace_.call(this, substr, newSubstr);\",\n \"}\",\n \"var str = this;\",\n \"if (substr instanceof RegExp) {\", // string.replace(regexp, function)\n \"var subs = [];\",\n \"var m = substr.exec(str);\",\n \"while (m) {\",\n \"m.push(m.index, str);\",\n \"var inject = newSubstr.apply(null, m);\",\n \"subs.push([m.index, m[0].length, inject]);\",\n \"m = substr.global ? substr.exec(str) : null;\",\n \"}\",\n \"for (var i = subs.length - 1; i >= 0; i--) {\",\n \"str = str.substring(0, subs[i][0]) + subs[i][2] + \" + \"str.substring(subs[i][0] + subs[i][1]);\",\n \"}\",\n \"} else {\", // string.replace(string, function)\n \"var i = str.indexOf(substr);\",\n \"if (i !== -1) {\",\n \"var inject = newSubstr(str.substr(i, substr.length), i, str);\",\n \"str = str.substring(0, i) + inject + \" + \"str.substring(i + substr.length);\",\n \"}\",\n \"}\",\n \"return str;\",\n \"};\",\n \"})();\",\n\n // Polyfill copied from:\n // https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String/endsWith\n \"if (!String.prototype.endsWith) {\",\n \"String.prototype.endsWith = function(search, this_len) {\",\n \"if (this_len === undefined || this_len > this.length) {\",\n \"this_len = this.length;\",\n \"}\",\n \"return this.substring(this_len - search.length, this_len) === search;\",\n \"};\",\n \"}\",\n\n //Polyfill copied from:\n // https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String/includes\n \"if (!String.prototype.includes) {\",\n \"String.prototype.includes = function(search, start) {\",\n \"'use strict';\",\n \"if (typeof start !== 'number') {\",\n \"start = 0;\",\n \"}\",\n \" \",\n \"if (start + search.length > this.length) {\",\n \"return false;\",\n \"} else {\",\n \"return this.indexOf(search, start) !== -1;\",\n \"}\",\n \"};\",\n \"}\",\n\n // Polyfill copied from:\n // https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String/startsWith\n \"if (!String.prototype.startsWith) {\",\n \"String.prototype.startsWith = function(search, pos) {\",\n \"return this.substr(!pos || pos < 0 ? 0 : +pos, search.length) === search;\",\n \"};\",\n \"}\",\n\n \"\",\n );\n};\n\n/**\n * Initialize the Boolean class.\n * @param {!Interpreter.Object} scope Global scope.\n */\nInterpreter.prototype.initBoolean = function (scope) {\n var thisInterpreter = this;\n var wrapper;\n // Boolean constructor.\n wrapper = function (value) {\n value = Boolean(value);\n if (thisInterpreter.calledWithNew()) {\n // Called as new Boolean().\n this.data = value;\n return this;\n } else {\n // Called as Boolean().\n return value;\n }\n };\n this.BOOLEAN = this.createNativeFunction(wrapper, true);\n this.setProperty(scope, \"Boolean\", this.BOOLEAN);\n};\n\n/**\n * Initialize the Number class.\n * @param {!Interpreter.Object} scope Global scope.\n */\nInterpreter.prototype.initNumber = function (scope) {\n var thisInterpreter = this;\n var wrapper;\n // Number constructor.\n wrapper = function (value) {\n value = Number(value);\n if (thisInterpreter.calledWithNew()) {\n // Called as new Number().\n this.data = value;\n return this;\n } else {\n // Called as Number().\n return value;\n }\n };\n this.NUMBER = this.createNativeFunction(wrapper, true);\n this.setProperty(scope, \"Number\", this.NUMBER);\n\n var numConsts = [\"MAX_VALUE\", \"MIN_VALUE\", \"NaN\", \"NEGATIVE_INFINITY\", \"POSITIVE_INFINITY\"];\n for (var i = 0; i < numConsts.length; i++) {\n this.setProperty(this.NUMBER, numConsts[i], Number[numConsts[i]], Interpreter.READONLY_NONENUMERABLE_DESCRIPTOR);\n }\n\n // Instance methods on Number.\n wrapper = function (fractionDigits) {\n try {\n return Number(this).toExponential(fractionDigits);\n } catch (e) {\n // Throws if fractionDigits isn't within 0-20.\n thisInterpreter.throwException(thisInterpreter.ERROR, e.message);\n }\n };\n this.setNativeFunctionPrototype(this.NUMBER, \"toExponential\", wrapper);\n\n wrapper = function (digits) {\n try {\n return Number(this).toFixed(digits);\n } catch (e) {\n // Throws if digits isn't within 0-20.\n thisInterpreter.throwException(thisInterpreter.ERROR, e.message);\n }\n };\n this.setNativeFunctionPrototype(this.NUMBER, \"toFixed\", wrapper);\n\n wrapper = function (precision) {\n try {\n return Number(this).toPrecision(precision);\n } catch (e) {\n // Throws if precision isn't within range (depends on implementation).\n thisInterpreter.throwException(thisInterpreter.ERROR, e.message);\n }\n };\n this.setNativeFunctionPrototype(this.NUMBER, \"toPrecision\", wrapper);\n\n wrapper = function (radix) {\n try {\n return Number(this).toString(radix);\n } catch (e) {\n // Throws if radix isn't within 2-36.\n thisInterpreter.throwException(thisInterpreter.ERROR, e.message);\n }\n };\n this.setNativeFunctionPrototype(this.NUMBER, \"toString\", wrapper);\n\n wrapper = function (locales, options) {\n locales = locales ? thisInterpreter.pseudoToNative(locales) : undefined;\n options = options ? thisInterpreter.pseudoToNative(options) : undefined;\n return Number(this).toLocaleString(locales, options);\n };\n this.setNativeFunctionPrototype(this.NUMBER, \"toLocaleString\", wrapper);\n};\n\n/**\n * Initialize the Date class.\n * @param {!Interpreter.Object} scope Global scope.\n */\nInterpreter.prototype.initDate = function (scope) {\n var thisInterpreter = this;\n var wrapper;\n // Date constructor.\n wrapper = function (value, var_args) {\n if (!thisInterpreter.calledWithNew()) {\n // Called as Date().\n // Calling Date() as a function returns a string, no arguments are heeded.\n return Date();\n }\n // Called as new Date().\n var args = [null].concat(Array.from(arguments));\n this.data = new (Function.prototype.bind.apply(Date, args))();\n return this;\n };\n this.DATE = this.createNativeFunction(wrapper, true);\n this.DATE_PROTO = this.DATE.properties[\"prototype\"];\n this.setProperty(scope, \"Date\", this.DATE);\n\n // Static methods on Date.\n this.setProperty(this.DATE, \"now\", this.createNativeFunction(Date.now, false), Interpreter.NONENUMERABLE_DESCRIPTOR);\n\n this.setProperty(\n this.DATE,\n \"parse\",\n this.createNativeFunction(Date.parse, false),\n Interpreter.NONENUMERABLE_DESCRIPTOR,\n );\n\n this.setProperty(this.DATE, \"UTC\", this.createNativeFunction(Date.UTC, false), Interpreter.NONENUMERABLE_DESCRIPTOR);\n\n // Instance methods on Date.\n var functions = [\n \"getDate\",\n \"getDay\",\n \"getFullYear\",\n \"getHours\",\n \"getMilliseconds\",\n \"getMinutes\",\n \"getMonth\",\n \"getSeconds\",\n \"getTime\",\n \"getTimezoneOffset\",\n \"getUTCDate\",\n \"getUTCDay\",\n \"getUTCFullYear\",\n \"getUTCHours\",\n \"getUTCMilliseconds\",\n \"getUTCMinutes\",\n \"getUTCMonth\",\n \"getUTCSeconds\",\n \"getYear\",\n \"setDate\",\n \"setFullYear\",\n \"setHours\",\n \"setMilliseconds\",\n \"setMinutes\",\n \"setMonth\",\n \"setSeconds\",\n \"setTime\",\n \"setUTCDate\",\n \"setUTCFullYear\",\n \"setUTCHours\",\n \"setUTCMilliseconds\",\n \"setUTCMinutes\",\n \"setUTCMonth\",\n \"setUTCSeconds\",\n \"setYear\",\n \"toDateString\",\n \"toISOString\",\n \"toJSON\",\n \"toGMTString\",\n \"toLocaleDateString\",\n \"toLocaleString\",\n \"toLocaleTimeString\",\n \"toTimeString\",\n \"toUTCString\",\n ];\n for (var i = 0; i < functions.length; i++) {\n wrapper = (function (nativeFunc) {\n return function (var_args) {\n var args = [];\n for (var i = 0; i < arguments.length; i++) {\n args[i] = thisInterpreter.pseudoToNative(arguments[i]);\n }\n return this.data[nativeFunc].apply(this.data, args);\n };\n })(functions[i]);\n this.setNativeFunctionPrototype(this.DATE, functions[i], wrapper);\n }\n};\n\n/**\n * Initialize Regular Expression object.\n * @param {!Interpreter.Object} scope Global scope.\n */\nInterpreter.prototype.initRegExp = function (scope) {\n var thisInterpreter = this;\n var wrapper;\n // RegExp constructor.\n wrapper = function (pattern, flags) {\n if (thisInterpreter.calledWithNew()) {\n // Called as new RegExp().\n var rgx = this;\n } else {\n // Called as RegExp().\n var rgx = thisInterpreter.createObjectProto(thisInterpreter.REGEXP_PROTO);\n }\n pattern = pattern ? pattern.toString() : \"\";\n flags = flags ? flags.toString() : \"\";\n thisInterpreter.populateRegExp(rgx, new RegExp(pattern, flags));\n return rgx;\n };\n this.REGEXP = this.createNativeFunction(wrapper, true);\n this.REGEXP_PROTO = this.REGEXP.properties[\"prototype\"];\n this.setProperty(scope, \"RegExp\", this.REGEXP);\n\n this.setProperty(\n this.REGEXP.properties[\"prototype\"],\n \"global\",\n undefined,\n Interpreter.READONLY_NONENUMERABLE_DESCRIPTOR,\n );\n this.setProperty(\n this.REGEXP.properties[\"prototype\"],\n \"ignoreCase\",\n undefined,\n Interpreter.READONLY_NONENUMERABLE_DESCRIPTOR,\n );\n this.setProperty(\n this.REGEXP.properties[\"prototype\"],\n \"multiline\",\n undefined,\n Interpreter.READONLY_NONENUMERABLE_DESCRIPTOR,\n );\n this.setProperty(\n this.REGEXP.properties[\"prototype\"],\n \"source\",\n \"(?:)\",\n Interpreter.READONLY_NONENUMERABLE_DESCRIPTOR,\n );\n\n wrapper = function (str) {\n return this.data.test(str);\n };\n this.setNativeFunctionPrototype(this.REGEXP, \"test\", wrapper);\n\n wrapper = function (str) {\n str = str.toString();\n // Get lastIndex from wrapped regex, since this is settable.\n this.data.lastIndex = Number(thisInterpreter.getProperty(this, \"lastIndex\"));\n var match = this.data.exec(str);\n thisInterpreter.setProperty(this, \"lastIndex\", this.data.lastIndex);\n\n if (match) {\n var result = thisInterpreter.createObjectProto(thisInterpreter.ARRAY_PROTO);\n for (var i = 0; i < match.length; i++) {\n thisInterpreter.setProperty(result, i, match[i]);\n }\n // match has additional properties.\n thisInterpreter.setProperty(result, \"index\", match.index);\n thisInterpreter.setProperty(result, \"input\", match.input);\n return result;\n }\n return null;\n };\n this.setNativeFunctionPrototype(this.REGEXP, \"exec\", wrapper);\n};\n\n/**\n * Initialize the Error class.\n * @param {!Interpreter.Object} scope Global scope.\n */\nInterpreter.prototype.initError = function (scope) {\n var thisInterpreter = this;\n // Error constructor.\n this.ERROR = this.createNativeFunction(function (opt_message) {\n if (thisInterpreter.calledWithNew()) {\n // Called as new Error().\n var newError = this;\n } else {\n // Called as Error().\n var newError = thisInterpreter.createObject(thisInterpreter.ERROR);\n }\n if (opt_message) {\n thisInterpreter.setProperty(newError, \"message\", String(opt_message), Interpreter.NONENUMERABLE_DESCRIPTOR);\n }\n return newError;\n }, true);\n this.setProperty(scope, \"Error\", this.ERROR);\n this.setProperty(this.ERROR.properties[\"prototype\"], \"message\", \"\", Interpreter.NONENUMERABLE_DESCRIPTOR);\n this.setProperty(this.ERROR.properties[\"prototype\"], \"name\", \"Error\", Interpreter.NONENUMERABLE_DESCRIPTOR);\n\n var createErrorSubclass = function (name) {\n var constructor = thisInterpreter.createNativeFunction(function (opt_message) {\n if (thisInterpreter.calledWithNew()) {\n // Called as new XyzError().\n var newError = this;\n } else {\n // Called as XyzError().\n var newError = thisInterpreter.createObject(constructor);\n }\n if (opt_message) {\n thisInterpreter.setProperty(newError, \"message\", String(opt_message), Interpreter.NONENUMERABLE_DESCRIPTOR);\n }\n return newError;\n }, true);\n thisInterpreter.setProperty(constructor, \"prototype\", thisInterpreter.createObject(thisInterpreter.ERROR));\n thisInterpreter.setProperty(\n constructor.properties[\"prototype\"],\n \"name\",\n name,\n Interpreter.NONENUMERABLE_DESCRIPTOR,\n );\n thisInterpreter.setProperty(scope, name, constructor);\n\n return constructor;\n };\n\n this.EVAL_ERROR = createErrorSubclass(\"EvalError\");\n this.RANGE_ERROR = createErrorSubclass(\"RangeError\");\n this.REFERENCE_ERROR = createErrorSubclass(\"ReferenceError\");\n this.SYNTAX_ERROR = createErrorSubclass(\"SyntaxError\");\n this.TYPE_ERROR = createErrorSubclass(\"TypeError\");\n this.URI_ERROR = createErrorSubclass(\"URIError\");\n};\n\n/**\n * Initialize Math object.\n * @param {!Interpreter.Object} scope Global scope.\n */\nInterpreter.prototype.initMath = function (scope) {\n var thisInterpreter = this;\n var myMath = this.createObjectProto(this.OBJECT_PROTO);\n this.setProperty(scope, \"Math\", myMath);\n var mathConsts = [\"E\", \"LN2\", \"LN10\", \"LOG2E\", \"LOG10E\", \"PI\", \"SQRT1_2\", \"SQRT2\"];\n for (var i = 0; i < mathConsts.length; i++) {\n this.setProperty(myMath, mathConsts[i], Math[mathConsts[i]], Interpreter.READONLY_NONENUMERABLE_DESCRIPTOR);\n }\n var numFunctions = [\n \"abs\",\n \"acos\",\n \"asin\",\n \"atan\",\n \"atan2\",\n \"ceil\",\n \"cos\",\n \"exp\",\n \"floor\",\n \"log\",\n \"max\",\n \"min\",\n \"pow\",\n \"random\",\n \"round\",\n \"sin\",\n \"sqrt\",\n \"tan\",\n ];\n for (var i = 0; i < numFunctions.length; i++) {\n this.setProperty(\n myMath,\n numFunctions[i],\n this.createNativeFunction(Math[numFunctions[i]], false),\n Interpreter.NONENUMERABLE_DESCRIPTOR,\n );\n }\n};\n\n/**\n * Initialize JSON object.\n * @param {!Interpreter.Object} scope Global scope.\n */\nInterpreter.prototype.initJSON = function (scope) {\n var thisInterpreter = this;\n var myJSON = thisInterpreter.createObjectProto(this.OBJECT_PROTO);\n this.setProperty(scope, \"JSON\", myJSON);\n\n var wrapper = function (text) {\n try {\n var nativeObj = JSON.parse(text.toString());\n } catch (e) {\n thisInterpreter.throwException(thisInterpreter.SYNTAX_ERROR, e.message);\n }\n return thisInterpreter.nativeToPseudo(nativeObj);\n };\n this.setProperty(myJSON, \"parse\", this.createNativeFunction(wrapper, false));\n\n wrapper = function (value) {\n var nativeObj = thisInterpreter.pseudoToNative(value);\n try {\n var str = JSON.stringify(nativeObj);\n } catch (e) {\n thisInterpreter.throwException(thisInterpreter.TYPE_ERROR, e.message);\n }\n return str;\n };\n this.setProperty(myJSON, \"stringify\", this.createNativeFunction(wrapper, false));\n};\n\n/**\n * Is an object of a certain class?\n * @param {Interpreter.Value} child Object to check.\n * @param {Interpreter.Object} constructor Constructor of object.\n * @return {boolean} True if object is the class or inherits from it.\n * False otherwise.\n */\nInterpreter.prototype.isa = function (child, constructor) {\n if (child === null || child === undefined || !constructor) {\n return false;\n }\n var proto = constructor.properties[\"prototype\"];\n if (child === proto) {\n return true;\n }\n // The first step up the prototype chain is harder since the child might be\n // a primitive value. Subsequent steps can just follow the .proto property.\n child = this.getPrototype(child);\n while (child) {\n if (child === proto) {\n return true;\n }\n child = child.proto;\n }\n return false;\n};\n\n/**\n * Is a value a legal integer for an array length?\n * @param {Interpreter.Value} x Value to check.\n * @return {number} Zero, or a positive integer if the value can be\n * converted to such. NaN otherwise.\n */\nInterpreter.legalArrayLength = function (x) {\n var n = x >>> 0;\n // Array length must be between 0 and 2^32-1 (inclusive).\n return n === Number(x) ? n : NaN;\n};\n\n/**\n * Is a value a legal integer for an array index?\n * @param {Interpreter.Value} x Value to check.\n * @return {number} Zero, or a positive integer if the value can be\n * converted to such. NaN otherwise.\n */\nInterpreter.legalArrayIndex = function (x) {\n var n = x >>> 0;\n // Array index cannot be 2^32-1, otherwise length would be 2^32.\n // 0xffffffff is 2^32-1.\n return String(n) === String(x) && n !== 0xffffffff ? n : NaN;\n};\n\n/**\n * Typedef for JS values.\n * @typedef {!Interpreter.Object|boolean|number|string|undefined|null}\n */\nInterpreter.Value;\n\n/**\n * Class for an object.\n * @param {Interpreter.Object} proto Prototype object or null.\n * @constructor\n */\nInterpreter.Object = function (proto) {\n this.getter = Object.create(null);\n this.setter = Object.create(null);\n this.properties = Object.create(null);\n this.proto = proto;\n};\n\n/** @type {Interpreter.Object} */\nInterpreter.Object.prototype.proto = null;\n\n/** @type {boolean} */\nInterpreter.Object.prototype.isObject = true;\n\n/** @type {string} */\nInterpreter.Object.prototype.class = \"Object\";\n\n/** @type {Date|RegExp|boolean|number|string|undefined|null} */\nInterpreter.Object.prototype.data = null;\n\n/**\n * Convert this object into a string.\n * @return {string} String value.\n * @override\n */\nInterpreter.Object.prototype.toString = function () {\n if (this.class === \"Array\") {\n // Array\n var cycles = Interpreter.toStringCycles_;\n cycles.push(this);\n try {\n var strs = [];\n for (var i = 0; i < this.properties.length; i++) {\n var value = this.properties[i];\n strs[i] = value && value.isObject && cycles.indexOf(value) !== -1 ? \"...\" : value;\n }\n } finally {\n cycles.pop();\n }\n return strs.join(\",\");\n }\n if (this.class === \"Error\") {\n var cycles = Interpreter.toStringCycles_;\n if (cycles.indexOf(this) !== -1) {\n return \"[object Error]\";\n }\n var name, message;\n // Bug: Does not support getters and setters for name or message.\n var obj = this;\n do {\n if (\"name\" in obj.properties) {\n name = obj.properties[\"name\"];\n break;\n }\n } while ((obj = obj.proto));\n var obj = this;\n do {\n if (\"message\" in obj.properties) {\n message = obj.properties[\"message\"];\n break;\n }\n } while ((obj = obj.proto));\n cycles.push(this);\n try {\n name = name && name.toString();\n message = message && message.toString();\n } finally {\n cycles.pop();\n }\n return message ? name + \": \" + message : String(name);\n }\n\n // RegExp, Date, and boxed primitives.\n if (this.data !== null) {\n return String(this.data);\n }\n\n return \"[object \" + this.class + \"]\";\n};\n\n/**\n * Return the object's value.\n * @return {Interpreter.Value} Value.\n * @override\n */\nInterpreter.Object.prototype.valueOf = function () {\n if (this.data === undefined || this.data === null || this.data instanceof RegExp) {\n return this; // An Object.\n }\n if (this.data instanceof Date) {\n return this.data.valueOf(); // Milliseconds.\n }\n return /** @type {(boolean|number|string)} */ (this.data); // Boxed primitive.\n};\n\n/**\n * Create a new data object based on a constructor's prototype.\n * @param {Interpreter.Object} constructor Parent constructor function,\n * or null if scope object.\n * @return {!Interpreter.Object} New data object.\n */\nInterpreter.prototype.createObject = function (constructor) {\n return this.createObjectProto(constructor && constructor.properties[\"prototype\"]);\n};\n\n/**\n * Create a new data object based on a prototype.\n * @param {Interpreter.Object} proto Prototype object.\n * @return {!Interpreter.Object} New data object.\n */\nInterpreter.prototype.createObjectProto = function (proto) {\n if (typeof proto !== \"object\") {\n throw Error(\"Non object prototype\");\n }\n var obj = new Interpreter.Object(proto);\n // Functions have prototype objects.\n if (this.isa(obj, this.FUNCTION)) {\n this.setProperty(obj, \"prototype\", this.createObjectProto(this.OBJECT_PROTO || null));\n obj.class = \"Function\";\n }\n // Arrays have length.\n if (this.isa(obj, this.ARRAY)) {\n this.setProperty(obj, \"length\", 0, {\n configurable: false,\n enumerable: false,\n writable: true,\n });\n obj.class = \"Array\";\n }\n if (this.isa(obj, this.ERROR)) {\n obj.class = \"Error\";\n }\n return obj;\n};\n\n/**\n * Initialize a pseudo regular expression object based on a native regular\n * expression object.\n * @param {!Interpreter.Object} pseudoRegexp The existing object to set.\n * @param {!RegExp} nativeRegexp The native regular expression.\n */\nInterpreter.prototype.populateRegExp = function (pseudoRegexp, nativeRegexp) {\n pseudoRegexp.data = nativeRegexp;\n // lastIndex is settable, all others are read-only attributes\n this.setProperty(pseudoRegexp, \"lastIndex\", nativeRegexp.lastIndex, Interpreter.NONENUMERABLE_DESCRIPTOR);\n this.setProperty(pseudoRegexp, \"source\", nativeRegexp.source, Interpreter.READONLY_NONENUMERABLE_DESCRIPTOR);\n this.setProperty(pseudoRegexp, \"global\", nativeRegexp.global, Interpreter.READONLY_NONENUMERABLE_DESCRIPTOR);\n this.setProperty(pseudoRegexp, \"ignoreCase\", nativeRegexp.ignoreCase, Interpreter.READONLY_NONENUMERABLE_DESCRIPTOR);\n this.setProperty(pseudoRegexp, \"multiline\", nativeRegexp.multiline, Interpreter.READONLY_NONENUMERABLE_DESCRIPTOR);\n};\n\n/**\n * Create a new function.\n * @param {!Object} node AST node defining the function.\n * @param {!Object} scope Parent scope.\n * @return {!Interpreter.Object} New function.\n */\nInterpreter.prototype.createFunction = function (node, scope) {\n var func = this.createObjectProto(this.FUNCTION_PROTO);\n func.parentScope = scope;\n func.node = node;\n this.setProperty(func, \"length\", func.node[\"params\"].length, Interpreter.READONLY_DESCRIPTOR);\n return func;\n};\n\n/**\n * Create a new native function.\n * @param {!Function} nativeFunc JavaScript function.\n * @param {boolean=} opt_constructor If true, the function's\n * prototype will have its constructor property set to the function.\n * If false, the function cannot be called as a constructor (e.g. escape).\n * Defaults to undefined.\n * @return {!Interpreter.Object} New function.\n */\nInterpreter.prototype.createNativeFunction = function (nativeFunc, opt_constructor) {\n var func = this.createObjectProto(this.FUNCTION_PROTO);\n func.nativeFunc = nativeFunc;\n nativeFunc.id = this.functionCounter_++;\n this.setProperty(func, \"length\", nativeFunc.length, Interpreter.READONLY_DESCRIPTOR);\n if (opt_constructor) {\n this.setProperty(func.properties[\"prototype\"], \"constructor\", func, Interpreter.NONENUMERABLE_DESCRIPTOR);\n } else if (opt_constructor === false) {\n func.illegalConstructor = true;\n this.setProperty(func, \"prototype\", undefined);\n }\n return func;\n};\n\n/**\n * Create a new native asynchronous function.\n * @param {!Function} asyncFunc JavaScript function.\n * @return {!Interpreter.Object} New function.\n */\nInterpreter.prototype.createAsyncFunction = function (asyncFunc) {\n var func = this.createObjectProto(this.FUNCTION_PROTO);\n func.asyncFunc = asyncFunc;\n asyncFunc.id = this.functionCounter_++;\n this.setProperty(func, \"length\", asyncFunc.length, Interpreter.READONLY_DESCRIPTOR);\n return func;\n};\n\n/**\n * Converts from a native JS object or value to a JS interpreter object.\n * Can handle JSON-style values, does NOT handle cycles.\n * @param {*} nativeObj The native JS object to be converted.\n * @return {Interpreter.Value} The equivalent JS interpreter object.\n */\nInterpreter.prototype.nativeToPseudo = function (nativeObj) {\n if ((typeof nativeObj !== \"object\" && typeof nativeObj !== \"function\") || nativeObj === null) {\n return nativeObj;\n }\n\n if (nativeObj instanceof RegExp) {\n var pseudoRegexp = this.createObjectProto(this.REGEXP_PROTO);\n this.populateRegExp(pseudoRegexp, nativeObj);\n return pseudoRegexp;\n }\n\n if (nativeObj instanceof Date) {\n var pseudoDate = this.createObjectProto(this.DATE_PROTO);\n pseudoDate.data = nativeObj;\n return pseudoDate;\n }\n\n if (nativeObj instanceof Function) {\n var interpreter = this;\n var wrapper = function () {\n return interpreter.nativeToPseudo(\n nativeObj.apply(\n interpreter,\n Array.prototype.slice.call(arguments).map(function (i) {\n return interpreter.pseudoToNative(i);\n }),\n ),\n );\n };\n return this.createNativeFunction(wrapper, undefined);\n }\n\n var pseudoObj;\n if (Array.isArray(nativeObj)) {\n // Array.\n pseudoObj = this.createObjectProto(this.ARRAY_PROTO);\n for (var i = 0; i < nativeObj.length; i++) {\n if (i in nativeObj) {\n this.setProperty(pseudoObj, i, this.nativeToPseudo(nativeObj[i]));\n }\n }\n } else {\n // Object.\n pseudoObj = this.createObjectProto(this.OBJECT_PROTO);\n for (var key in nativeObj) {\n this.setProperty(pseudoObj, key, this.nativeToPseudo(nativeObj[key]));\n }\n }\n return pseudoObj;\n};\n\n/**\n * Converts from a JS interpreter object to native JS object.\n * Can handle JSON-style values, plus cycles.\n * @param {Interpreter.Value} pseudoObj The JS interpreter object to be\n * converted.\n * @param {Object=} opt_cycles Cycle detection (used in recursive calls).\n * @return {*} The equivalent native JS object or value.\n */\nInterpreter.prototype.pseudoToNative = function (pseudoObj, opt_cycles) {\n if ((typeof pseudoObj !== \"object\" && typeof pseudoObj !== \"function\") || pseudoObj === null) {\n return pseudoObj;\n }\n\n if (this.isa(pseudoObj, this.REGEXP)) {\n // Regular expression.\n return pseudoObj.data;\n }\n\n if (this.isa(pseudoObj, this.DATE)) {\n // Date.\n return pseudoObj.data;\n }\n\n var cycles = opt_cycles || {\n pseudo: [],\n native: [],\n };\n var i = cycles.pseudo.indexOf(pseudoObj);\n if (i !== -1) {\n return cycles.native[i];\n }\n cycles.pseudo.push(pseudoObj);\n var nativeObj;\n if (this.isa(pseudoObj, this.ARRAY)) {\n // Array.\n nativeObj = [];\n cycles.native.push(nativeObj);\n var length = this.getProperty(pseudoObj, \"length\");\n for (var i = 0; i < length; i++) {\n if (this.hasProperty(pseudoObj, i)) {\n nativeObj[i] = this.pseudoToNative(this.getProperty(pseudoObj, i), cycles);\n }\n }\n } else {\n // Object.\n nativeObj = {};\n cycles.native.push(nativeObj);\n var val;\n for (var key in pseudoObj.properties) {\n val = pseudoObj.properties[key];\n nativeObj[key] = this.pseudoToNative(val, cycles);\n }\n }\n cycles.pseudo.pop();\n cycles.native.pop();\n return nativeObj;\n};\n\n/**\n * Converts from a native JS array to a JS interpreter array.\n * Does handle non-numeric properties (like str.match's index prop).\n * Does NOT recurse into the array's contents.\n * @param {!Array} nativeArray The JS array to be converted.\n * @return {!Interpreter.Object} The equivalent JS interpreter array.\n */\nInterpreter.prototype.arrayNativeToPseudo = function (nativeArray) {\n var pseudoArray = this.createObjectProto(this.ARRAY_PROTO);\n var props = Object.getOwnPropertyNames(nativeArray);\n for (var i = 0; i < props.length; i++) {\n this.setProperty(pseudoArray, props[i], nativeArray[props[i]]);\n }\n return pseudoArray;\n};\n\n/**\n * Converts from a JS interpreter array to native JS array.\n * Does handle non-numeric properties (like str.match's index prop).\n * Does NOT recurse into the array's contents.\n * @param {!Interpreter.Object} pseudoArray The JS interpreter array,\n * or JS interpreter object pretending to be an array.\n * @return {!Array} The equivalent native JS array.\n */\nInterpreter.prototype.arrayPseudoToNative = function (pseudoArray) {\n var nativeArray = [];\n for (var key in pseudoArray.properties) {\n nativeArray[key] = this.getProperty(pseudoArray, key);\n }\n // pseudoArray might be an object pretending to be an array. In this case\n // it's possible that length is non-existent, invalid, or smaller than the\n // largest defined numeric property. Set length explicitly here.\n nativeArray.length = Interpreter.legalArrayLength(this.getProperty(pseudoArray, \"length\")) || 0;\n return nativeArray;\n};\n\n/**\n * Look up the prototype for this value.\n * @param {Interpreter.Value} value Data object.\n * @return {Interpreter.Object} Prototype object, null if none.\n */\nInterpreter.prototype.getPrototype = function (value) {\n switch (typeof value) {\n case \"number\":\n return this.NUMBER.properties[\"prototype\"];\n case \"boolean\":\n return this.BOOLEAN.properties[\"prototype\"];\n case \"string\":\n return this.STRING.properties[\"prototype\"];\n }\n if (value) {\n return value.proto;\n }\n return null;\n};\n\n/**\n * Fetch a property value from a data object.\n * @param {Interpreter.Value} obj Data object.\n * @param {Interpreter.Value} name Name of property.\n * @param {Acorn AST Node} node Node that triggered this function. Used by Bitburner for getting error line numbers\n * @return {Interpreter.Value} Property value (may be undefined).\n */\nInterpreter.prototype.getProperty = function (obj, name, node) {\n name = String(name);\n if (obj === undefined || obj === null) {\n let lineNum;\n if (node != null && node.loc != null && node.loc.start != null) {\n lineNum = node.loc.start.line;\n }\n this.throwException(this.TYPE_ERROR, \"Cannot read property '\" + name + \"' of \" + obj, lineNum);\n }\n if (name === \"length\") {\n // Special cases for magic length property.\n if (this.isa(obj, this.STRING)) {\n return String(obj).length;\n }\n } else if (name.charCodeAt(0) < 0x40) {\n // Might have numbers in there?\n // Special cases for string array indexing\n if (this.isa(obj, this.STRING)) {\n var n = Interpreter.legalArrayIndex(name);\n if (!isNaN(n) && n < String(obj).length) {\n return String(obj)[n];\n }\n }\n }\n do {\n if (obj.properties && name in obj.properties) {\n var getter = obj.getter[name];\n if (getter) {\n // Flag this function as being a getter and thus needing immediate\n // execution (rather than being the value of the property).\n getter.isGetter = true;\n return getter;\n }\n return obj.properties[name];\n }\n } while ((obj = this.getPrototype(obj)));\n return undefined;\n};\n\n/**\n * Does the named property exist on a data object.\n * @param {Interpreter.Value} obj Data object.\n * @param {Interpreter.Value} name Name of property.\n * @return {boolean} True if property exists.\n */\nInterpreter.prototype.hasProperty = function (obj, name) {\n if (!obj.isObject) {\n throw TypeError(\"Primitive data type has no properties\");\n }\n name = String(name);\n if (name === \"length\" && this.isa(obj, this.STRING)) {\n return true;\n }\n if (this.isa(obj, this.STRING)) {\n var n = Interpreter.legalArrayIndex(name);\n if (!isNaN(n) && n < String(obj).length) {\n return true;\n }\n }\n do {\n if (obj.properties && name in obj.properties) {\n return true;\n }\n } while ((obj = this.getPrototype(obj)));\n return false;\n};\n\n/**\n * Set a property value on a data object.\n * @param {!Interpreter.Object} obj Data object.\n * @param {Interpreter.Value} name Name of property.\n * @param {Interpreter.Value} value New property value.\n * Use Interpreter.VALUE_IN_DESCRIPTOR if value is handled by\n * descriptor instead.\n * @param {Object=} opt_descriptor Optional descriptor object.\n * @return {!Interpreter.Object|undefined} Returns a setter function if one\n * needs to be called, otherwise undefined.\n */\nInterpreter.prototype.setProperty = function (obj, name, value, opt_descriptor) {\n name = String(name);\n if (obj === undefined || obj === null) {\n this.throwException(this.TYPE_ERROR, \"Cannot set property '\" + name + \"' of \" + obj);\n }\n if (\n opt_descriptor &&\n (\"get\" in opt_descriptor || \"set\" in opt_descriptor) &&\n (\"value\" in opt_descriptor || \"writable\" in opt_descriptor)\n ) {\n this.throwException(\n this.TYPE_ERROR,\n \"Invalid property descriptor. \" + \"Cannot both specify accessors and a value or writable attribute\",\n );\n }\n var strict = !this.stateStack || this.getScope().strict;\n if (!obj.isObject) {\n if (strict) {\n this.throwException(this.TYPE_ERROR, \"Can't create property '\" + name + \"' on '\" + obj + \"'\");\n }\n return;\n }\n if (this.isa(obj, this.STRING)) {\n var n = Interpreter.legalArrayIndex(name);\n if (name === \"length\" || (!isNaN(n) && n < String(obj).length)) {\n // Can't set length or letters on String objects.\n if (strict) {\n this.throwException(\n this.TYPE_ERROR,\n \"Cannot assign to read only \" + \"property '\" + name + \"' of String '\" + obj.data + \"'\",\n );\n }\n return;\n }\n }\n if (obj.class === \"Array\") {\n // Arrays have a magic length variable that is bound to the elements.\n var length = obj.properties.length;\n var i;\n if (name === \"length\") {\n // Delete elements if length is smaller.\n if (opt_descriptor) {\n if (!(\"value\" in opt_descriptor)) {\n return;\n }\n value = opt_descriptor.value;\n }\n value = Interpreter.legalArrayLength(value);\n if (isNaN(value)) {\n this.throwException(this.RANGE_ERROR, \"Invalid array length\");\n }\n if (value < length) {\n for (i in obj.properties) {\n i = Interpreter.legalArrayIndex(i);\n if (!isNaN(i) && value <= i) {\n delete obj.properties[i];\n }\n }\n }\n } else if (!isNaN((i = Interpreter.legalArrayIndex(name)))) {\n // Increase length if this index is larger.\n obj.properties.length = Math.max(length, i + 1);\n }\n }\n if (obj.preventExtensions && !(name in obj.properties)) {\n if (strict) {\n this.throwException(this.TYPE_ERROR, \"Can't add property '\" + name + \"', object is not extensible\");\n }\n return;\n }\n if (opt_descriptor) {\n // Define the property.\n if (\"get\" in opt_descriptor) {\n if (opt_descriptor.get) {\n obj.getter[name] = opt_descriptor.get;\n } else {\n delete obj.getter[name];\n }\n }\n if (\"set\" in opt_descriptor) {\n if (opt_descriptor.set) {\n obj.setter[name] = opt_descriptor.set;\n } else {\n delete obj.setter[name];\n }\n }\n var descriptor = {};\n if (\"configurable\" in opt_descriptor) {\n descriptor.configurable = opt_descriptor.configurable;\n }\n if (\"enumerable\" in opt_descriptor) {\n descriptor.enumerable = opt_descriptor.enumerable;\n }\n if (\"writable\" in opt_descriptor) {\n descriptor.writable = opt_descriptor.writable;\n delete obj.getter[name];\n delete obj.setter[name];\n }\n if (\"value\" in opt_descriptor) {\n descriptor.value = opt_descriptor.value;\n delete obj.getter[name];\n delete obj.setter[name];\n } else if (value !== Interpreter.VALUE_IN_DESCRIPTOR) {\n descriptor.value = value;\n delete obj.getter[name];\n delete obj.setter[name];\n }\n try {\n Object.defineProperty(obj.properties, name, descriptor);\n } catch (e) {\n this.throwException(this.TYPE_ERROR, \"Cannot redefine property: \" + name);\n }\n } else {\n // Set the property.\n if (value === Interpreter.VALUE_IN_DESCRIPTOR) {\n throw ReferenceError(\"Value not specified.\");\n }\n // Determine the parent (possibly self) where the property is defined.\n var defObj = obj;\n while (!(name in defObj.properties)) {\n defObj = this.getPrototype(defObj);\n if (!defObj) {\n // This is a new property.\n defObj = obj;\n break;\n }\n }\n if (defObj.setter && defObj.setter[name]) {\n return defObj.setter[name];\n }\n if (defObj.getter && defObj.getter[name]) {\n if (strict) {\n this.throwException(\n this.TYPE_ERROR,\n \"Cannot set property '\" + name + \"' of object '\" + obj + \"' which only has a getter\",\n );\n }\n } else {\n // No setter, simple assignment.\n try {\n obj.properties[name] = value;\n } catch (e) {\n if (strict) {\n this.throwException(\n this.TYPE_ERROR,\n \"Cannot assign to read only \" + \"property '\" + name + \"' of object '\" + obj + \"'\",\n );\n }\n }\n }\n }\n};\n\n/**\n * Convenience method for adding a native function as a non-enumerable property\n * onto an object's prototype.\n * @param {!Interpreter.Object} obj Data object.\n * @param {Interpreter.Value} name Name of property.\n * @param {!Function} wrapper Function object.\n */\nInterpreter.prototype.setNativeFunctionPrototype = function (obj, name, wrapper) {\n this.setProperty(\n obj.properties[\"prototype\"],\n name,\n this.createNativeFunction(wrapper, false),\n Interpreter.NONENUMERABLE_DESCRIPTOR,\n );\n};\n\n/**\n * Returns the current scope from the stateStack.\n * @return {!Interpreter.Object} Current scope dictionary.\n */\nInterpreter.prototype.getScope = function () {\n var scope = this.stateStack[this.stateStack.length - 1].scope;\n if (!scope) {\n throw Error(\"No scope found.\");\n }\n return scope;\n};\n\n/**\n * Create a new scope dictionary.\n * @param {!Object} node AST node defining the scope container\n * (e.g. a function).\n * @param {Interpreter.Object} parentScope Scope to link to.\n * @return {!Interpreter.Object} New scope.\n */\nInterpreter.prototype.createScope = function (node, parentScope) {\n var scope = this.createObjectProto(null);\n scope.parentScope = parentScope;\n if (!parentScope) {\n this.initGlobalScope(scope);\n }\n this.populateScope_(node, scope);\n\n // Determine if this scope starts with 'use strict'.\n scope.strict = false;\n if (parentScope && parentScope.strict) {\n scope.strict = true;\n } else {\n var firstNode = node[\"body\"] && node[\"body\"][0];\n if (\n firstNode &&\n firstNode.expression &&\n firstNode.expression[\"type\"] === \"Literal\" &&\n firstNode.expression.value === \"use strict\"\n ) {\n scope.strict = true;\n }\n }\n return scope;\n};\n\n/**\n * Create a new special scope dictionary. Similar to createScope(), but\n * doesn't assume that the scope is for a function body.\n * This is used for 'catch' clauses and 'with' statements.\n * @param {!Interpreter.Object} parentScope Scope to link to.\n * @param {Interpreter.Object=} opt_scope Optional object to transform into\n * scope.\n * @return {!Interpreter.Object} New scope.\n */\nInterpreter.prototype.createSpecialScope = function (parentScope, opt_scope) {\n if (!parentScope) {\n throw Error(\"parentScope required\");\n }\n var scope = opt_scope || this.createObjectProto(null);\n scope.parentScope = parentScope;\n scope.strict = parentScope.strict;\n return scope;\n};\n\n/**\n * Retrieves a value from the scope chain.\n * @param {string} name Name of variable.\n * @param {Acorn AST Node} node Node that triggered this function. Used by Bitburner for getting error line number\n * @return {Interpreter.Value} Any value.\n * May be flagged as being a getter and thus needing immediate execution\n * (rather than being the value of the property).\n */\nInterpreter.prototype.getValueFromScope = function (name, node) {\n var scope = this.getScope();\n while (scope && scope !== this.global) {\n if (name in scope.properties) {\n return scope.properties[name];\n }\n scope = scope.parentScope;\n }\n // The root scope is also an object which has inherited properties and\n // could also have getters.\n if (scope === this.global && this.hasProperty(scope, name)) {\n return this.getProperty(scope, name);\n }\n // Typeof operator is unique: it can safely look at non-defined variables.\n var prevNode = this.stateStack[this.stateStack.length - 1].node;\n if (prevNode[\"type\"] === \"UnaryExpression\" && prevNode[\"operator\"] === \"typeof\") {\n return undefined;\n }\n\n var lineNum;\n if (node != null && node.loc != null && node.loc.start != null) {\n lineNum = node.loc.start.line;\n }\n this.throwException(this.REFERENCE_ERROR, name + \" is not defined\", lineNum);\n};\n\n/**\n * Sets a value to the current scope.\n * @param {string} name Name of variable.\n * @param {Interpreter.Value} value Value.\n * @return {!Interpreter.Object|undefined} Returns a setter function if one\n * needs to be called, otherwise undefined.\n */\nInterpreter.prototype.setValueToScope = function (name, value) {\n var scope = this.getScope();\n var strict = scope.strict;\n while (scope && scope !== this.global) {\n if (name in scope.properties) {\n scope.properties[name] = value;\n return undefined;\n }\n scope = scope.parentScope;\n }\n // The root scope is also an object which has readonly properties and\n // could also have setters.\n if (scope === this.global && (!strict || this.hasProperty(scope, name))) {\n return this.setProperty(scope, name, value);\n }\n this.throwException(this.REFERENCE_ERROR, name + \" is not defined\");\n};\n\n/**\n * Create a new scope for the given node.\n * @param {!Object} node AST node (program or function).\n * @param {!Interpreter.Object} scope Scope dictionary to populate.\n * @private\n */\nInterpreter.prototype.populateScope_ = function (node, scope) {\n if (node[\"type\"] === \"VariableDeclaration\") {\n for (var i = 0; i < node[\"declarations\"].length; i++) {\n this.setProperty(scope, node[\"declarations\"][i][\"id\"][\"name\"], undefined, Interpreter.VARIABLE_DESCRIPTOR);\n }\n } else if (node[\"type\"] === \"FunctionDeclaration\") {\n this.setProperty(scope, node[\"id\"][\"name\"], this.createFunction(node, scope), Interpreter.VARIABLE_DESCRIPTOR);\n return; // Do not recurse into function.\n } else if (node[\"type\"] === \"FunctionExpression\") {\n return; // Do not recurse into function.\n } else if (node[\"type\"] === \"ExpressionStatement\") {\n return; // Expressions can't contain variable/function declarations.\n }\n var nodeClass = node[\"constructor\"];\n for (var name in node) {\n var prop = node[name];\n if (prop && typeof prop === \"object\") {\n if (Array.isArray(prop)) {\n for (var i = 0; i < prop.length; i++) {\n if (prop[i] && prop[i].constructor === nodeClass) {\n this.populateScope_(prop[i], scope);\n }\n }\n } else {\n if (prop.constructor === nodeClass) {\n this.populateScope_(prop, scope);\n }\n }\n }\n }\n};\n\n/**\n * Remove start and end values from AST, or set start and end values to a\n * constant value. Used to remove highlighting from polyfills and to set\n * highlighting in an eval to cover the entire eval expression.\n * @param {!Object} node AST node.\n * @param {number=} start Starting character of all nodes, or undefined.\n * @param {number=} end Ending character of all nodes, or undefined.\n * @private\n */\nInterpreter.prototype.stripLocations_ = function (node, start, end) {\n if (start) {\n node[\"start\"] = start;\n } else {\n delete node[\"start\"];\n }\n if (end) {\n node[\"end\"] = end;\n } else {\n delete node[\"end\"];\n }\n for (var name in node) {\n if (node.hasOwnProperty(name)) {\n var prop = node[name];\n if (prop && typeof prop === \"object\") {\n this.stripLocations_(prop, start, end);\n }\n }\n }\n};\n\n/**\n * Is the current state directly being called with as a construction with 'new'.\n * @return {boolean} True if 'new foo()', false if 'foo()'.\n */\nInterpreter.prototype.calledWithNew = function () {\n return this.stateStack[this.stateStack.length - 1].isConstructor;\n};\n\n/**\n * Gets a value from the scope chain or from an object property.\n * @param {!Array} ref Name of variable or object/propname tuple.\n * @param {Acorn AST Node} node Node that triggered this function. Used by Bitburner for getting error line number\n * @return {Interpreter.Value} Any value.\n * May be flagged as being a getter and thus needing immediate execution\n * (rather than being the value of the property).\n */\nInterpreter.prototype.getValue = function (ref, node) {\n if (ref[0] === Interpreter.SCOPE_REFERENCE) {\n // A null/varname variable lookup.\n return this.getValueFromScope(ref[1], node);\n } else {\n // An obj/prop components tuple (foo.bar).\n return this.getProperty(ref[0], ref[1], node);\n }\n};\n\n/**\n * Sets a value to the scope chain or to an object property.\n * @param {!Array} ref Name of variable or object/propname tuple.\n * @param {Interpreter.Value} value Value.\n * @return {!Interpreter.Object|undefined} Returns a setter function if one\n * needs to be called, otherwise undefined.\n */\nInterpreter.prototype.setValue = function (ref, value) {\n if (ref[0] === Interpreter.SCOPE_REFERENCE) {\n // A null/varname variable lookup.\n return this.setValueToScope(ref[1], value);\n } else {\n // An obj/prop components tuple (foo.bar).\n return this.setProperty(ref[0], ref[1], value);\n }\n};\n\n/**\n * Completion Value Types.\n * @enum {number}\n */\nInterpreter.Completion = {\n NORMAL: 0,\n BREAK: 1,\n CONTINUE: 2,\n RETURN: 3,\n THROW: 4,\n};\n\n/**\n * Throw an exception in the interpreter that can be handled by an\n * interpreter try/catch statement. If unhandled, a real exception will\n * be thrown. Can be called with either an error class and a message, or\n * with an actual object to be thrown.\n * @param {!Interpreter.Object} errorClass Type of error (if message is\n * provided) or the value to throw (if no message).\n * @param {string=} opt_message Message being thrown.\n */\nInterpreter.prototype.throwException = function (errorClass, opt_message, lineNumber) {\n if (opt_message === undefined) {\n var error = errorClass; // This is a value to throw, not an error class.\n } else {\n var error = this.createObject(errorClass);\n this.setProperty(error, \"message\", opt_message, Interpreter.NONENUMERABLE_DESCRIPTOR);\n }\n var lineNumErrorMsg;\n if (lineNumber != null) {\n lineNumErrorMsg = this.getErrorLineNumberMessage(lineNumber);\n }\n this.unwind(Interpreter.Completion.THROW, error, undefined, lineNumErrorMsg);\n // Abort anything related to the current step.\n throw Interpreter.STEP_ERROR;\n};\n\n/**\n * Unwind the stack to the innermost relevant enclosing TryStatement,\n * For/ForIn/WhileStatement or Call/NewExpression. If this results in\n * the stack being completely unwound the thread will be terminated\n * and the appropriate error being thrown.\n * @param {Interpreter.Completion} type Completion type.\n * @param {Interpreter.Value=} value Value computed, returned or thrown.\n * @param {string=} label Target label for break or return.\n */\nInterpreter.prototype.unwind = function (type, value, label, lineNumberMsg = \"\") {\n if (type === Interpreter.Completion.NORMAL) {\n throw TypeError(\"Should not unwind for NORMAL completions\");\n }\n\n for (var stack = this.stateStack; stack.length > 0; stack.pop()) {\n var state = stack[stack.length - 1];\n switch (state.node[\"type\"]) {\n case \"TryStatement\":\n state.cv = { type: type, value: value, label: label };\n return;\n case \"CallExpression\":\n case \"NewExpression\":\n if (type === Interpreter.Completion.RETURN) {\n state.value = value;\n return;\n } else if (type !== Interpreter.Completion.THROW) {\n throw Error(\"Unsynatctic break/continue not rejected by Acorn\");\n }\n }\n if (type === Interpreter.Completion.BREAK) {\n if (label ? state.labels && state.labels.indexOf(label) !== -1 : state.isLoop || state.isSwitch) {\n stack.pop();\n return;\n }\n } else if (type === Interpreter.Completion.CONTINUE) {\n if (label ? state.labels && state.labels.indexOf(label) !== -1 : state.isLoop) {\n return;\n }\n }\n }\n\n // Unhandled completion. Throw a real error.\n var realError;\n if (this.isa(value, this.ERROR)) {\n var errorTable = {\n EvalError: EvalError,\n RangeError: RangeError,\n ReferenceError: ReferenceError,\n SyntaxError: SyntaxError,\n TypeError: TypeError,\n URIError: URIError,\n };\n var name = this.getProperty(value, \"name\").toString();\n var message = this.getProperty(value, \"message\").valueOf();\n var type = errorTable[name] || Error;\n realError = type(message + lineNumberMsg);\n } else {\n realError = String(value) + lineNumberMsg;\n }\n throw realError;\n};\n\n/**\n * Create a call to a getter function.\n * @param {!Interpreter.Object} func Function to execute.\n * @param {!Interpreter.Object|!Array} left\n * Name of variable or object/propname tuple.\n * @private\n */\nInterpreter.prototype.createGetter_ = function (func, left) {\n // Normally 'this' will be specified as the object component (o.x).\n // Sometimes 'this' is explicitly provided (o).\n var funcThis = Array.isArray(left) ? left[0] : left;\n var node = new this.nodeConstructor();\n node[\"type\"] = \"CallExpression\";\n var state = new Interpreter.State(node, this.stateStack[this.stateStack.length - 1].scope);\n state.doneCallee_ = true;\n state.funcThis_ = funcThis;\n state.func_ = func;\n state.doneArgs_ = true;\n state.arguments_ = [];\n return state;\n};\n\n/**\n * Create a call to a setter function.\n * @param {!Interpreter.Object} func Function to execute.\n * @param {!Interpreter.Object|!Array} left\n * Name of variable or object/propname tuple.\n * @param {Interpreter.Value} value Value to set.\n * @private\n */\nInterpreter.prototype.createSetter_ = function (func, left, value) {\n // Normally 'this' will be specified as the object component (o.x).\n // Sometimes 'this' is implicitly the global object (x).\n var funcThis = Array.isArray(left) ? left[0] : this.global;\n var node = new this.nodeConstructor();\n node[\"type\"] = \"CallExpression\";\n var state = new Interpreter.State(node, this.stateStack[this.stateStack.length - 1].scope);\n state.doneCallee_ = true;\n state.funcThis_ = funcThis;\n state.func_ = func;\n state.doneArgs_ = true;\n state.arguments_ = [value];\n return state;\n};\n\n/**\n * Class for a state.\n * @param {!Object} node AST node for the state.\n * @param {!Interpreter.Object} scope Scope object for the state.\n * @constructor\n */\nInterpreter.State = function (node, scope) {\n this.node = node;\n this.scope = scope;\n};\n\n///////////////////////////////////////////////////////////////////////////////\n// Functions to handle each node type.\n///////////////////////////////////////////////////////////////////////////////\n\nInterpreter.prototype[\"stepArrayExpression\"] = function (stack, state, node) {\n var elements = node[\"elements\"];\n var n = state.n_ || 0;\n if (!state.array_) {\n state.array_ = this.createObjectProto(this.ARRAY_PROTO);\n state.array_.properties.length = elements.length;\n } else {\n this.setProperty(state.array_, n, state.value);\n n++;\n }\n while (n < elements.length) {\n // Skip missing elements - they're not defined, not undefined.\n if (elements[n]) {\n state.n_ = n;\n return new Interpreter.State(elements[n], state.scope);\n }\n n++;\n }\n stack.pop();\n stack[stack.length - 1].value = state.array_;\n};\n\nInterpreter.prototype[\"stepAssignmentExpression\"] = function (stack, state, node) {\n if (!state.doneLeft_) {\n state.doneLeft_ = true;\n var nextState = new Interpreter.State(node[\"left\"], state.scope);\n nextState.components = true;\n return nextState;\n }\n if (!state.doneRight_) {\n if (!state.leftReference_) {\n state.leftReference_ = state.value;\n }\n if (state.doneGetter_) {\n state.leftValue_ = state.value;\n }\n if (!state.doneGetter_ && node[\"operator\"] !== \"=\") {\n var leftValue = this.getValue(state.leftReference_, node);\n state.leftValue_ = leftValue;\n if (leftValue && typeof leftValue === \"object\" && leftValue.isGetter) {\n // Clear the getter flag and call the getter function.\n leftValue.isGetter = false;\n state.doneGetter_ = true;\n var func = /** @type {!Interpreter.Object} */ (leftValue);\n return this.createGetter_(func, state.leftReference_);\n }\n }\n state.doneRight_ = true;\n return new Interpreter.State(node[\"right\"], state.scope);\n }\n if (state.doneSetter_) {\n // Return if setter function.\n // Setter method on property has completed.\n // Ignore its return value, and use the original set value instead.\n stack.pop();\n stack[stack.length - 1].value = state.setterValue_;\n return;\n }\n var value = state.leftValue_;\n var rightValue = state.value;\n switch (node[\"operator\"]) {\n case \"=\":\n value = rightValue;\n break;\n case \"+=\":\n value += rightValue;\n break;\n case \"-=\":\n value -= rightValue;\n break;\n case \"*=\":\n value *= rightValue;\n break;\n case \"/=\":\n value /= rightValue;\n break;\n case \"%=\":\n value %= rightValue;\n break;\n case \"<<=\":\n value <<= rightValue;\n break;\n case \">>=\":\n value >>= rightValue;\n break;\n case \">>>=\":\n value >>>= rightValue;\n break;\n case \"&=\":\n value &= rightValue;\n break;\n case \"^=\":\n value ^= rightValue;\n break;\n case \"|=\":\n value |= rightValue;\n break;\n default:\n throw SyntaxError(\"Unknown assignment expression: \" + node[\"operator\"]);\n }\n var setter = this.setValue(state.leftReference_, value);\n if (setter) {\n state.doneSetter_ = true;\n state.setterValue_ = value;\n return this.createSetter_(setter, state.leftReference_, value);\n }\n // Return if no setter function.\n stack.pop();\n stack[stack.length - 1].value = value;\n};\n\nInterpreter.prototype[\"stepBinaryExpression\"] = function (stack, state, node) {\n if (!state.doneLeft_) {\n state.doneLeft_ = true;\n return new Interpreter.State(node[\"left\"], state.scope);\n }\n if (!state.doneRight_) {\n state.doneRight_ = true;\n state.leftValue_ = state.value;\n return new Interpreter.State(node[\"right\"], state.scope);\n }\n stack.pop();\n var leftValue = state.leftValue_;\n var rightValue = state.value;\n var value;\n switch (node[\"operator\"]) {\n case \"==\":\n value = leftValue == rightValue;\n break;\n case \"!=\":\n value = leftValue != rightValue;\n break;\n case \"===\":\n value = leftValue === rightValue;\n break;\n case \"!==\":\n value = leftValue !== rightValue;\n break;\n case \">\":\n value = leftValue > rightValue;\n break;\n case \">=\":\n value = leftValue >= rightValue;\n break;\n case \"<\":\n value = leftValue < rightValue;\n break;\n case \"<=\":\n value = leftValue <= rightValue;\n break;\n case \"+\":\n value = leftValue + rightValue;\n break;\n case \"-\":\n value = leftValue - rightValue;\n break;\n case \"*\":\n value = leftValue * rightValue;\n break;\n case \"/\":\n value = leftValue / rightValue;\n break;\n case \"%\":\n value = leftValue % rightValue;\n break;\n case \"&\":\n value = leftValue & rightValue;\n break;\n case \"|\":\n value = leftValue | rightValue;\n break;\n case \"^\":\n value = leftValue ^ rightValue;\n break;\n case \"<<\":\n value = leftValue << rightValue;\n break;\n case \">>\":\n value = leftValue >> rightValue;\n break;\n case \">>>\":\n value = leftValue >>> rightValue;\n break;\n case \"in\":\n if (!rightValue || !rightValue.isObject) {\n let lineNum = this.getErrorLineNumber(node);\n this.throwException(this.TYPE_ERROR, \"'in' expects an object, not '\" + rightValue + \"'\", lineNum);\n }\n value = this.hasProperty(rightValue, leftValue);\n break;\n case \"instanceof\":\n if (!this.isa(rightValue, this.FUNCTION)) {\n let lineNum = this.getErrorLineNumber(node);\n this.throwException(this.TYPE_ERROR, \"Right-hand side of instanceof is not an object\", lineNum);\n }\n value = leftValue.isObject ? this.isa(leftValue, rightValue) : false;\n break;\n default:\n throw SyntaxError(\"Unknown binary operator: \" + node[\"operator\"]);\n }\n stack[stack.length - 1].value = value;\n};\n\nInterpreter.prototype[\"stepBlockStatement\"] = function (stack, state, node) {\n var n = state.n_ || 0;\n var expression = node[\"body\"][n];\n if (expression) {\n state.n_ = n + 1;\n return new Interpreter.State(expression, state.scope);\n }\n stack.pop();\n};\n\nInterpreter.prototype[\"stepBreakStatement\"] = function (stack, state, node) {\n var label = node[\"label\"] && node[\"label\"][\"name\"];\n this.unwind(Interpreter.Completion.BREAK, undefined, label);\n};\n\nInterpreter.prototype[\"stepCallExpression\"] = function (stack, state, node) {\n if (!state.doneCallee_) {\n state.doneCallee_ = 1;\n // Components needed to determine value of 'this'.\n var nextState = new Interpreter.State(node[\"callee\"], state.scope);\n nextState.components = true;\n return nextState;\n }\n if (state.doneCallee_ === 1) {\n // Determine value of the function.\n state.doneCallee_ = 2;\n var func = state.value;\n if (Array.isArray(func)) {\n state.func_ = this.getValue(func, node);\n if (func[0] === Interpreter.SCOPE_REFERENCE) {\n // (Globally or locally) named function. Is it named 'eval'?\n state.directEval_ = func[1] === \"eval\";\n } else {\n // Method function, 'this' is object (ignored if invoked as 'new').\n state.funcThis_ = func[0];\n }\n func = state.func_;\n if (func && typeof func === \"object\" && func.isGetter) {\n // Clear the getter flag and call the getter function.\n func.isGetter = false;\n state.doneCallee_ = 1;\n return this.createGetter_(/** @type {!Interpreter.Object} */ (func), state.value);\n }\n } else {\n // Already evaluated function: (function(){...})();\n state.func_ = func;\n }\n state.arguments_ = [];\n state.n_ = 0;\n }\n var func = state.func_;\n if (!state.doneArgs_) {\n if (state.n_ !== 0) {\n state.arguments_.push(state.value);\n }\n if (node[\"arguments\"][state.n_]) {\n return new Interpreter.State(node[\"arguments\"][state.n_++], state.scope);\n }\n // Determine value of 'this' in function.\n if (node[\"type\"] === \"NewExpression\") {\n if (func.illegalConstructor) {\n // Illegal: new escape();\n let lineNum = this.getErrorLineNumber(node);\n this.throwException(this.TYPE_ERROR, func + \" is not a constructor\", lineNum);\n }\n // Constructor, 'this' is new object.\n var proto = func.properties[\"prototype\"];\n if (typeof proto !== \"object\" || proto === null) {\n // Non-object prototypes default to Object.prototype.\n proto = this.OBJECT_PROTO;\n }\n state.funcThis_ = this.createObjectProto(proto);\n state.isConstructor = true;\n } else if (state.funcThis_ === undefined) {\n // Global function, 'this' is global object (or 'undefined' if strict).\n state.funcThis_ = state.scope.strict ? undefined : this.global;\n }\n state.doneArgs_ = true;\n }\n if (!state.doneExec_) {\n state.doneExec_ = true;\n if (!func || !func.isObject) {\n let lineNum = this.getErrorLineNumber(node);\n this.throwException(this.TYPE_ERROR, func + \" is not a function\", lineNum);\n }\n var funcNode = func.node;\n if (funcNode) {\n var scope = this.createScope(funcNode[\"body\"], func.parentScope);\n // Add all arguments.\n for (var i = 0; i < funcNode[\"params\"].length; i++) {\n var paramName = funcNode[\"params\"][i][\"name\"];\n var paramValue = state.arguments_.length > i ? state.arguments_[i] : undefined;\n this.setProperty(scope, paramName, paramValue);\n }\n // Build arguments variable.\n var argsList = this.createObjectProto(this.ARRAY_PROTO);\n for (var i = 0; i < state.arguments_.length; i++) {\n this.setProperty(argsList, i, state.arguments_[i]);\n }\n this.setProperty(scope, \"arguments\", argsList);\n // Add the function's name (var x = function foo(){};)\n var name = funcNode[\"id\"] && funcNode[\"id\"][\"name\"];\n if (name) {\n this.setProperty(scope, name, func);\n }\n this.setProperty(scope, \"this\", state.funcThis_, Interpreter.READONLY_DESCRIPTOR);\n state.value = undefined; // Default value if no explicit return.\n return new Interpreter.State(funcNode[\"body\"], scope);\n } else if (func.eval) {\n var code = state.arguments_[0];\n if (typeof code !== \"string\") {\n // JS does not parse String objects:\n // eval(new String('1 + 1')) -> '1 + 1'\n state.value = code;\n } else {\n try {\n var ast = acorn.parse(code.toString(), Interpreter.PARSE_OPTIONS);\n } catch (e) {\n // Acorn threw a SyntaxError. Rethrow as a trappable error.\n let lineNum = this.getErrorLineNumber(node);\n this.throwException(this.SYNTAX_ERROR, \"Invalid code: \" + e.message, lineNum);\n }\n var evalNode = new this.nodeConstructor();\n evalNode[\"type\"] = \"EvalProgram_\";\n evalNode[\"body\"] = ast[\"body\"];\n this.stripLocations_(evalNode, node[\"start\"], node[\"end\"]);\n // Create new scope and update it with definitions in eval().\n var scope = state.directEval_ ? state.scope : this.global;\n if (scope.strict) {\n // Strict mode get its own scope in eval.\n scope = this.createScope(ast, scope);\n } else {\n // Non-strict mode pollutes the current scope.\n this.populateScope_(ast, scope);\n }\n this.value = undefined; // Default value if no code.\n return new Interpreter.State(evalNode, scope);\n }\n } else if (func.nativeFunc) {\n state.value = func.nativeFunc.apply(state.funcThis_, state.arguments_);\n } else if (func.asyncFunc) {\n var thisInterpreter = this;\n var callback = function (value) {\n state.value = value;\n thisInterpreter.paused_ = false;\n };\n var argsWithCallback = state.arguments_.concat(callback);\n this.paused_ = true;\n func.asyncFunc.apply(state.funcThis_, argsWithCallback);\n return;\n } else {\n /* A child of a function is a function but is not callable. For example:\n var F = function() {};\n F.prototype = escape;\n var f = new F();\n f();\n */\n let lineNum = this.getErrorLineNumber(node);\n this.throwException(this.TYPE_ERROR, func.class + \" is not a function\", lineNum);\n }\n } else {\n // Execution complete. Put the return value on the stack.\n stack.pop();\n if (state.isConstructor && typeof state.value !== \"object\") {\n stack[stack.length - 1].value = state.funcThis_;\n } else {\n stack[stack.length - 1].value = state.value;\n }\n }\n};\n\nInterpreter.prototype[\"stepCatchClause\"] = function (stack, state, node) {\n if (!state.done_) {\n state.done_ = true;\n // Create an empty scope.\n var scope = this.createSpecialScope(state.scope);\n // Add the argument.\n this.setProperty(scope, node[\"param\"][\"name\"], state.throwValue);\n // Execute catch clause.\n return new Interpreter.State(node[\"body\"], scope);\n } else {\n stack.pop();\n }\n};\n\nInterpreter.prototype[\"stepConditionalExpression\"] = function (stack, state, node) {\n var mode = state.mode_ || 0;\n if (mode === 0) {\n state.mode_ = 1;\n return new Interpreter.State(node[\"test\"], state.scope);\n }\n if (mode === 1) {\n state.mode_ = 2;\n var value = Boolean(state.value);\n if (value && node[\"consequent\"]) {\n // Execute 'if' block.\n return new Interpreter.State(node[\"consequent\"], state.scope);\n } else if (!value && node[\"alternate\"]) {\n // Execute 'else' block.\n return new Interpreter.State(node[\"alternate\"], state.scope);\n }\n // eval('1;if(false){2}') -> undefined\n this.value = undefined;\n }\n stack.pop();\n if (node[\"type\"] === \"ConditionalExpression\") {\n stack[stack.length - 1].value = state.value;\n }\n};\n\nInterpreter.prototype[\"stepContinueStatement\"] = function (stack, state, node) {\n var label = node[\"label\"] && node[\"label\"][\"name\"];\n this.unwind(Interpreter.Completion.CONTINUE, undefined, label);\n};\n\nInterpreter.prototype[\"stepDebuggerStatement\"] = function (stack, state, node) {\n // Do nothing. May be overridden by developers.\n stack.pop();\n};\n\nInterpreter.prototype[\"stepDoWhileStatement\"] = function (stack, state, node) {\n if (node[\"type\"] === \"DoWhileStatement\" && state.test_ === undefined) {\n // First iteration of do/while executes without checking test.\n state.value = true;\n state.test_ = true;\n }\n if (!state.test_) {\n state.test_ = true;\n return new Interpreter.State(node[\"test\"], state.scope);\n }\n if (!state.value) {\n // Done, exit loop.\n stack.pop();\n } else if (node[\"body\"]) {\n // Execute the body.\n state.test_ = false;\n state.isLoop = true;\n return new Interpreter.State(node[\"body\"], state.scope);\n }\n};\n\nInterpreter.prototype[\"stepEmptyStatement\"] = function (stack, state, node) {\n stack.pop();\n};\n\nInterpreter.prototype[\"stepEvalProgram_\"] = function (stack, state, node) {\n var n = state.n_ || 0;\n var expression = node[\"body\"][n];\n if (expression) {\n state.n_ = n + 1;\n return new Interpreter.State(expression, state.scope);\n }\n stack.pop();\n stack[stack.length - 1].value = this.value;\n};\n\nInterpreter.prototype[\"stepExpressionStatement\"] = function (stack, state, node) {\n if (!state.done_) {\n state.done_ = true;\n return new Interpreter.State(node[\"expression\"], state.scope);\n }\n stack.pop();\n // Save this value to interpreter.value for use as a return value if\n // this code is inside an eval function.\n this.value = state.value;\n};\n\nInterpreter.prototype[\"stepForInStatement\"] = function (stack, state, node) {\n // First, initialize a variable if exists. Only do so once, ever.\n if (!state.doneInit_) {\n state.doneInit_ = true;\n if (node[\"left\"][\"declarations\"] && node[\"left\"][\"declarations\"][0][\"init\"]) {\n if (state.scope.strict) {\n let lineNum = this.getErrorLineNumber(node);\n this.throwException(\n this.SYNTAX_ERROR,\n \"for-in loop variable declaration may not have an initializer.\",\n lineNum,\n );\n }\n // Variable initialization: for (var x = 4 in y)\n return new Interpreter.State(node[\"left\"], state.scope);\n }\n }\n // Second, look up the object. Only do so once, ever.\n if (!state.doneObject_) {\n state.doneObject_ = true;\n if (!state.variable_) {\n state.variable_ = state.value;\n }\n return new Interpreter.State(node[\"right\"], state.scope);\n }\n if (!state.isLoop) {\n // First iteration.\n state.isLoop = true;\n state.object_ = state.value;\n state.visited_ = Object.create(null);\n }\n // Third, find the property name for this iteration.\n if (state.name_ === undefined) {\n gotPropName: while (true) {\n if (state.object_ && state.object_.isObject) {\n if (!state.props_) {\n state.props_ = Object.getOwnPropertyNames(state.object_.properties);\n }\n while (true) {\n var prop = state.props_.shift();\n if (prop === undefined) {\n break; // Reached end of this object's properties.\n }\n if (!Object.prototype.hasOwnProperty.call(state.object_.properties, prop)) {\n continue; // Property has been deleted in the loop.\n }\n if (state.visited_[prop]) {\n continue; // Already seen this property on a child.\n }\n state.visited_[prop] = true;\n if (!Object.prototype.propertyIsEnumerable.call(state.object_.properties, prop)) {\n continue; // Skip non-enumerable property.\n }\n state.name_ = prop;\n break gotPropName;\n }\n } else if (state.object_ !== null && state.object_ !== undefined) {\n // Primitive value (other than null or undefined).\n if (!state.props_) {\n state.props_ = Object.getOwnPropertyNames(state.object_);\n }\n while (true) {\n var prop = state.props_.shift();\n if (prop === undefined) {\n break; // Reached end of this value's properties.\n }\n state.visited_[prop] = true;\n if (!Object.prototype.propertyIsEnumerable.call(state.object_, prop)) {\n continue; // Skip non-enumerable property.\n }\n state.name_ = prop;\n break gotPropName;\n }\n }\n state.object_ = this.getPrototype(state.object_);\n state.props_ = null;\n if (state.object_ === null) {\n // Done, exit loop.\n stack.pop();\n return;\n }\n }\n }\n // Fourth, find the variable\n if (!state.doneVariable_) {\n state.doneVariable_ = true;\n var left = node[\"left\"];\n if (left[\"type\"] === \"VariableDeclaration\") {\n // Inline variable declaration: for (var x in y)\n state.variable_ = [Interpreter.SCOPE_REFERENCE, left[\"declarations\"][0][\"id\"][\"name\"]];\n } else {\n // Arbitrary left side: for (foo().bar in y)\n state.variable_ = null;\n var nextState = new Interpreter.State(left, state.scope);\n nextState.components = true;\n return nextState;\n }\n }\n if (!state.variable_) {\n state.variable_ = state.value;\n }\n // Fifth, set the variable.\n if (!state.doneSetter_) {\n state.doneSetter_ = true;\n var value = state.name_;\n var setter = this.setValue(state.variable_, value);\n if (setter) {\n return this.createSetter_(setter, state.variable_, value);\n }\n }\n // Next step will be step three.\n state.name_ = undefined;\n // Reevaluate the variable since it could be a setter on the global object.\n state.doneVariable_ = false;\n state.doneSetter_ = false;\n // Sixth and finally, execute the body if there was one. this.\n if (node[\"body\"]) {\n return new Interpreter.State(node[\"body\"], state.scope);\n }\n};\n\nInterpreter.prototype[\"stepForStatement\"] = function (stack, state, node) {\n var mode = state.mode_ || 0;\n if (mode === 0) {\n state.mode_ = 1;\n if (node[\"init\"]) {\n return new Interpreter.State(node[\"init\"], state.scope);\n }\n } else if (mode === 1) {\n state.mode_ = 2;\n if (node[\"test\"]) {\n return new Interpreter.State(node[\"test\"], state.scope);\n }\n } else if (mode === 2) {\n state.mode_ = 3;\n if (node[\"test\"] && !state.value) {\n // Done, exit loop.\n stack.pop();\n } else {\n // Execute the body.\n state.isLoop = true;\n return new Interpreter.State(node[\"body\"], state.scope);\n }\n } else if (mode === 3) {\n state.mode_ = 1;\n if (node[\"update\"]) {\n return new Interpreter.State(node[\"update\"], state.scope);\n }\n }\n};\n\nInterpreter.prototype[\"stepFunctionDeclaration\"] = function (stack, state, node) {\n // This was found and handled when the scope was populated.\n stack.pop();\n};\n\nInterpreter.prototype[\"stepFunctionExpression\"] = function (stack, state, node) {\n stack.pop();\n stack[stack.length - 1].value = this.createFunction(node, state.scope);\n};\n\nInterpreter.prototype[\"stepIdentifier\"] = function (stack, state, node) {\n stack.pop();\n if (state.components) {\n stack[stack.length - 1].value = [Interpreter.SCOPE_REFERENCE, node[\"name\"]];\n return;\n }\n var value = this.getValueFromScope(node[\"name\"], node);\n // An identifier could be a getter if it's a property on the global object.\n if (value && typeof value === \"object\" && value.isGetter) {\n // Clear the getter flag and call the getter function.\n value.isGetter = false;\n var scope = state.scope;\n while (!this.hasProperty(scope, node[\"name\"])) {\n scope = scope.parentScope;\n }\n var func = /** @type {!Interpreter.Object} */ (value);\n return this.createGetter_(func, this.global);\n }\n stack[stack.length - 1].value = value;\n};\n\nInterpreter.prototype[\"stepIfStatement\"] = Interpreter.prototype[\"stepConditionalExpression\"];\n\nInterpreter.prototype[\"stepLabeledStatement\"] = function (stack, state, node) {\n // No need to hit this node again on the way back up the stack.\n stack.pop();\n // Note that a statement might have multiple labels.\n var labels = state.labels || [];\n labels.push(node[\"label\"][\"name\"]);\n var nextState = new Interpreter.State(node[\"body\"], state.scope);\n nextState.labels = labels;\n return nextState;\n};\n\nInterpreter.prototype[\"stepLiteral\"] = function (stack, state, node) {\n stack.pop();\n var value = node[\"value\"];\n if (value instanceof RegExp) {\n var pseudoRegexp = this.createObjectProto(this.REGEXP_PROTO);\n this.populateRegExp(pseudoRegexp, value);\n value = pseudoRegexp;\n }\n stack[stack.length - 1].value = value;\n};\n\nInterpreter.prototype[\"stepLogicalExpression\"] = function (stack, state, node) {\n if (node[\"operator\"] !== \"&&\" && node[\"operator\"] !== \"||\") {\n throw SyntaxError(\"Unknown logical operator: \" + node[\"operator\"]);\n }\n if (!state.doneLeft_) {\n state.doneLeft_ = true;\n return new Interpreter.State(node[\"left\"], state.scope);\n }\n if (!state.doneRight_) {\n if ((node[\"operator\"] === \"&&\" && !state.value) || (node[\"operator\"] === \"||\" && state.value)) {\n // Shortcut evaluation.\n stack.pop();\n stack[stack.length - 1].value = state.value;\n } else {\n state.doneRight_ = true;\n return new Interpreter.State(node[\"right\"], state.scope);\n }\n } else {\n stack.pop();\n stack[stack.length - 1].value = state.value;\n }\n};\n\nInterpreter.prototype[\"stepMemberExpression\"] = function (stack, state, node) {\n if (!state.doneObject_) {\n state.doneObject_ = true;\n return new Interpreter.State(node[\"object\"], state.scope);\n }\n var propName;\n if (!node[\"computed\"]) {\n state.object_ = state.value;\n // obj.foo -- Just access 'foo' directly.\n propName = node[\"property\"][\"name\"];\n } else if (!state.doneProperty_) {\n state.object_ = state.value;\n // obj[foo] -- Compute value of 'foo'.\n state.doneProperty_ = true;\n return new Interpreter.State(node[\"property\"], state.scope);\n } else {\n propName = state.value;\n }\n stack.pop();\n if (state.components) {\n stack[stack.length - 1].value = [state.object_, propName];\n } else {\n var value = this.getProperty(state.object_, propName);\n if (value && typeof value === \"object\" && value.isGetter) {\n // Clear the getter flag and call the getter function.\n value.isGetter = false;\n var func = /** @type {!Interpreter.Object} */ (value);\n return this.createGetter_(func, state.object_);\n }\n stack[stack.length - 1].value = value;\n }\n};\n\nInterpreter.prototype[\"stepNewExpression\"] = Interpreter.prototype[\"stepCallExpression\"];\n\nInterpreter.prototype[\"stepObjectExpression\"] = function (stack, state, node) {\n var n = state.n_ || 0;\n var property = node[\"properties\"][n];\n if (!state.object_) {\n // First execution.\n state.object_ = this.createObjectProto(this.OBJECT_PROTO);\n state.properties_ = Object.create(null);\n } else {\n // Determine property name.\n var key = property[\"key\"];\n if (key[\"type\"] === \"Identifier\") {\n var propName = key[\"name\"];\n } else if (key[\"type\"] === \"Literal\") {\n var propName = key[\"value\"];\n } else {\n throw SyntaxError(\"Unknown object structure: \" + key[\"type\"]);\n }\n // Set the property computed in the previous execution.\n if (!state.properties_[propName]) {\n // Create temp object to collect value, getter, and/or setter.\n state.properties_[propName] = {};\n }\n state.properties_[propName][property[\"kind\"]] = state.value;\n state.n_ = ++n;\n property = node[\"properties\"][n];\n }\n if (property) {\n return new Interpreter.State(property[\"value\"], state.scope);\n }\n for (var key in state.properties_) {\n var kinds = state.properties_[key];\n if (\"get\" in kinds || \"set\" in kinds) {\n // Set a property with a getter or setter.\n var descriptor = {\n configurable: true,\n enumerable: true,\n get: kinds[\"get\"],\n set: kinds[\"set\"],\n };\n this.setProperty(state.object_, key, null, descriptor);\n } else {\n // Set a normal property with a value.\n this.setProperty(state.object_, key, kinds[\"init\"]);\n }\n }\n stack.pop();\n stack[stack.length - 1].value = state.object_;\n};\n\nInterpreter.prototype[\"stepProgram\"] = function (stack, state, node) {\n var expression = node[\"body\"].shift();\n if (expression) {\n state.done = false;\n return new Interpreter.State(expression, state.scope);\n }\n state.done = true;\n // Don't pop the stateStack.\n // Leave the root scope on the tree in case the program is appended to.\n};\n\nInterpreter.prototype[\"stepReturnStatement\"] = function (stack, state, node) {\n if (node[\"argument\"] && !state.done_) {\n state.done_ = true;\n return new Interpreter.State(node[\"argument\"], state.scope);\n }\n this.unwind(Interpreter.Completion.RETURN, state.value, undefined);\n};\n\nInterpreter.prototype[\"stepSequenceExpression\"] = function (stack, state, node) {\n var n = state.n_ || 0;\n var expression = node[\"expressions\"][n];\n if (expression) {\n state.n_ = n + 1;\n return new Interpreter.State(expression, state.scope);\n }\n stack.pop();\n stack[stack.length - 1].value = state.value;\n};\n\nInterpreter.prototype[\"stepSwitchStatement\"] = function (stack, state, node) {\n if (!state.test_) {\n state.test_ = 1;\n return new Interpreter.State(node[\"discriminant\"], state.scope);\n }\n if (state.test_ === 1) {\n state.test_ = 2;\n // Preserve switch value between case tests.\n state.switchValue_ = state.value;\n state.defaultCase_ = -1;\n }\n\n while (true) {\n var index = state.index_ || 0;\n var switchCase = node[\"cases\"][index];\n if (!state.matched_ && switchCase && !switchCase[\"test\"]) {\n // Test on the default case is null.\n // Bypass (but store) the default case, and get back to it later.\n state.defaultCase_ = index;\n state.index_ = index + 1;\n continue;\n }\n if (!switchCase && !state.matched_ && state.defaultCase_ !== -1) {\n // Ran through all cases, no match. Jump to the default.\n state.matched_ = true;\n state.index_ = state.defaultCase_;\n continue;\n }\n if (switchCase) {\n if (!state.matched_ && !state.tested_ && switchCase[\"test\"]) {\n state.tested_ = true;\n return new Interpreter.State(switchCase[\"test\"], state.scope);\n }\n if (state.matched_ || state.value === state.switchValue_) {\n state.matched_ = true;\n var n = state.n_ || 0;\n if (switchCase[\"consequent\"][n]) {\n state.isSwitch = true;\n state.n_ = n + 1;\n return new Interpreter.State(switchCase[\"consequent\"][n], state.scope);\n }\n }\n // Move on to next case.\n state.tested_ = false;\n state.n_ = 0;\n state.index_ = index + 1;\n } else {\n stack.pop();\n return;\n }\n }\n};\n\nInterpreter.prototype[\"stepThisExpression\"] = function (stack, state, node) {\n stack.pop();\n stack[stack.length - 1].value = this.getValueFromScope(\"this\", node);\n};\n\nInterpreter.prototype[\"stepThrowStatement\"] = function (stack, state, node) {\n if (!state.done_) {\n state.done_ = true;\n return new Interpreter.State(node[\"argument\"], state.scope);\n } else {\n this.throwException(state.value);\n }\n};\n\nInterpreter.prototype[\"stepTryStatement\"] = function (stack, state, node) {\n if (!state.doneBlock_) {\n state.doneBlock_ = true;\n return new Interpreter.State(node[\"block\"], state.scope);\n }\n if (state.cv && state.cv.type === Interpreter.Completion.THROW && !state.doneHandler_ && node[\"handler\"]) {\n state.doneHandler_ = true;\n var nextState = new Interpreter.State(node[\"handler\"], state.scope);\n nextState.throwValue = state.cv.value;\n state.cv = undefined; // This error has been handled, don't rethrow.\n return nextState;\n }\n if (!state.doneFinalizer_ && node[\"finalizer\"]) {\n state.doneFinalizer_ = true;\n return new Interpreter.State(node[\"finalizer\"], state.scope);\n }\n stack.pop();\n if (state.cv) {\n // There was no catch handler, or the catch/finally threw an error.\n // Throw the error up to a higher try.\n this.unwind(state.cv.type, state.cv.value, state.cv.label);\n }\n};\n\nInterpreter.prototype[\"stepUnaryExpression\"] = function (stack, state, node) {\n if (!state.done_) {\n state.done_ = true;\n var nextState = new Interpreter.State(node[\"argument\"], state.scope);\n nextState.components = node[\"operator\"] === \"delete\";\n return nextState;\n }\n stack.pop();\n var value = state.value;\n if (node[\"operator\"] === \"-\") {\n value = -value;\n } else if (node[\"operator\"] === \"+\") {\n value = +value;\n } else if (node[\"operator\"] === \"!\") {\n value = !value;\n } else if (node[\"operator\"] === \"~\") {\n value = ~value;\n } else if (node[\"operator\"] === \"delete\") {\n var result = true;\n // If value is not an array, then it is a primitive, or some other value.\n // If so, skip the delete and return true.\n if (Array.isArray(value)) {\n var obj = value[0];\n if (obj === Interpreter.SCOPE_REFERENCE) {\n // 'delete foo;' is the same as 'delete window.foo'.\n obj = state.scope;\n }\n var name = String(value[1]);\n try {\n delete obj.properties[name];\n } catch (e) {\n if (state.scope.strict) {\n this.throwException(this.TYPE_ERROR, \"Cannot delete property '\" + name + \"' of '\" + obj + \"'\");\n } else {\n result = false;\n }\n }\n }\n value = result;\n } else if (node[\"operator\"] === \"typeof\") {\n value = value && value.class === \"Function\" ? \"function\" : typeof value;\n } else if (node[\"operator\"] === \"void\") {\n value = undefined;\n } else {\n throw SyntaxError(\"Unknown unary operator: \" + node[\"operator\"]);\n }\n stack[stack.length - 1].value = value;\n};\n\nInterpreter.prototype[\"stepUpdateExpression\"] = function (stack, state, node) {\n if (!state.doneLeft_) {\n state.doneLeft_ = true;\n var nextState = new Interpreter.State(node[\"argument\"], state.scope);\n nextState.components = true;\n return nextState;\n }\n if (!state.leftSide_) {\n state.leftSide_ = state.value;\n }\n if (state.doneGetter_) {\n state.leftValue_ = state.value;\n }\n if (!state.doneGetter_) {\n var leftValue = this.getValue(state.leftSide_, node);\n state.leftValue_ = leftValue;\n if (leftValue && typeof leftValue === \"object\" && leftValue.isGetter) {\n // Clear the getter flag and call the getter function.\n leftValue.isGetter = false;\n state.doneGetter_ = true;\n var func = /** @type {!Interpreter.Object} */ (leftValue);\n return this.createGetter_(func, state.leftSide_);\n }\n }\n if (state.doneSetter_) {\n // Return if setter function.\n // Setter method on property has completed.\n // Ignore its return value, and use the original set value instead.\n stack.pop();\n stack[stack.length - 1].value = state.setterValue_;\n return;\n }\n var leftValue = Number(state.leftValue_);\n var changeValue;\n if (node[\"operator\"] === \"++\") {\n changeValue = leftValue + 1;\n } else if (node[\"operator\"] === \"--\") {\n changeValue = leftValue - 1;\n } else {\n throw SyntaxError(\"Unknown update expression: \" + node[\"operator\"]);\n }\n var returnValue = node[\"prefix\"] ? changeValue : leftValue;\n var setter = this.setValue(state.leftSide_, changeValue);\n if (setter) {\n state.doneSetter_ = true;\n state.setterValue_ = returnValue;\n return this.createSetter_(setter, state.leftSide_, changeValue);\n }\n // Return if no setter function.\n stack.pop();\n stack[stack.length - 1].value = returnValue;\n};\n\nInterpreter.prototype[\"stepVariableDeclaration\"] = function (stack, state, node) {\n var declarations = node[\"declarations\"];\n var n = state.n_ || 0;\n var declarationNode = declarations[n];\n if (state.init_ && declarationNode) {\n // This setValue call never needs to deal with calling a setter function.\n // Note that this is setting the init value, not defining the variable.\n // Variable definition is done when scope is populated.\n this.setValueToScope(declarationNode[\"id\"][\"name\"], state.value);\n state.init_ = false;\n declarationNode = declarations[++n];\n }\n while (declarationNode) {\n // Skip any declarations that are not initialized. They have already\n // been defined as undefined in populateScope_.\n if (declarationNode[\"init\"]) {\n state.n_ = n;\n state.init_ = true;\n return new Interpreter.State(declarationNode[\"init\"], state.scope);\n }\n declarationNode = declarations[++n];\n }\n stack.pop();\n};\n\nInterpreter.prototype[\"stepWithStatement\"] = function (stack, state, node) {\n if (!state.doneObject_) {\n state.doneObject_ = true;\n return new Interpreter.State(node[\"object\"], state.scope);\n } else if (!state.doneBody_) {\n state.doneBody_ = true;\n var scope = this.createSpecialScope(state.scope, state.value);\n return new Interpreter.State(node[\"body\"], scope);\n } else {\n stack.pop();\n }\n};\n\nInterpreter.prototype[\"stepWhileStatement\"] = Interpreter.prototype[\"stepDoWhileStatement\"];\n\n// Preserve top-level API functions from being pruned/renamed by JS compilers.\n// Add others as needed.\n// The global object ('window' in a browser, 'global' in node.js) is 'this'.\n//this['Interpreter'] = Interpreter;\nInterpreter.prototype[\"step\"] = Interpreter.prototype.step;\nInterpreter.prototype[\"run\"] = Interpreter.prototype.run;\nInterpreter.prototype[\"appendCode\"] = Interpreter.prototype.appendCode;\nInterpreter.prototype[\"createObject\"] = Interpreter.prototype.createObject;\nInterpreter.prototype[\"createObjectProto\"] = Interpreter.prototype.createObjectProto;\nInterpreter.prototype[\"createAsyncFunction\"] = Interpreter.prototype.createAsyncFunction;\nInterpreter.prototype[\"createNativeFunction\"] = Interpreter.prototype.createNativeFunction;\nInterpreter.prototype[\"getProperty\"] = Interpreter.prototype.getProperty;\nInterpreter.prototype[\"setProperty\"] = Interpreter.prototype.setProperty;\nInterpreter.prototype[\"nativeToPseudo\"] = Interpreter.prototype.nativeToPseudo;\nInterpreter.prototype[\"pseudoToNative\"] = Interpreter.prototype.pseudoToNative;\n// Obsolete. Do not use.\nInterpreter.prototype[\"createPrimitive\"] = function (x) {\n return x;\n};\n\nexport { Interpreter };\n","import $ from \"jquery\";\nimport { vsprintf, sprintf } from \"sprintf-js\";\nimport { WorkerScriptStartStopEventEmitter } from \"./Netscript/WorkerScriptStartStopEventEmitter\";\nimport { BitNodeMultipliers } from \"./BitNode/BitNodeMultipliers\";\nimport { CONSTANTS } from \"./Constants\";\nimport {\n calculateHackingChance,\n calculateHackingExpGain,\n calculatePercentMoneyHacked,\n calculateHackingTime,\n calculateGrowTime,\n calculateWeakenTime,\n} from \"./Hacking\";\nimport { netscriptCanGrow, netscriptCanWeaken } from \"./Hacking/netscriptCanHack\";\nimport { Terminal } from \"./Terminal\";\nimport { Player } from \"./Player\";\nimport { Programs } from \"./Programs/Programs\";\nimport { Script } from \"./Script/Script\";\nimport { isScriptFilename } from \"./Script/isScriptFilename\";\nimport { PromptEvent } from \"./ui/React/PromptManager\";\nimport { GetServer, DeleteServer, AddToAllServers, createUniqueRandomIp } from \"./Server/AllServers\";\nimport {\n getServerOnNetwork,\n numCycleForGrowth,\n numCycleForGrowthCorrected,\n processSingleServerGrowth,\n safelyCreateUniqueServer,\n} from \"./Server/ServerHelpers\";\nimport {\n getPurchasedServerUpgradeCost,\n getPurchaseServerCost,\n getPurchaseServerLimit,\n getPurchaseServerMaxRam,\n renamePurchasedServer,\n upgradePurchasedServer,\n} from \"./Server/ServerPurchases\";\nimport { Server } from \"./Server/Server\";\nimport { influenceStockThroughServerGrow } from \"./StockMarket/PlayerInfluencing\";\nimport { isValidFilePath, removeLeadingSlash } from \"./Terminal/DirectoryHelpers\";\nimport { TextFile, getTextFile, createTextFile } from \"./TextFile\";\nimport { runScriptFromScript } from \"./NetscriptWorker\";\nimport { killWorkerScript } from \"./Netscript/killWorkerScript\";\nimport { workerScripts } from \"./Netscript/WorkerScripts\";\nimport { WorkerScript } from \"./Netscript/WorkerScript\";\nimport { helpers } from \"./Netscript/NetscriptHelpers\";\nimport { numeralWrapper } from \"./ui/numeralFormat\";\nimport { convertTimeMsToTimeElapsedString } from \"./utils/StringHelperFunctions\";\nimport { LogBoxEvents, LogBoxCloserEvents, LogBoxPositionEvents, LogBoxSizeEvents } from \"./ui/React/LogBoxManager\";\nimport { arrayToString } from \"./utils/helpers/arrayToString\";\nimport { isString } from \"./utils/helpers/isString\";\nimport { NetscriptGang } from \"./NetscriptFunctions/Gang\";\nimport { NetscriptSleeve } from \"./NetscriptFunctions/Sleeve\";\nimport { NetscriptExtra } from \"./NetscriptFunctions/Extra\";\nimport { NetscriptHacknet } from \"./NetscriptFunctions/Hacknet\";\nimport { NetscriptStanek } from \"./NetscriptFunctions/Stanek\";\nimport { NetscriptInfiltration } from \"./NetscriptFunctions/Infiltration\";\nimport { NetscriptUserInterface } from \"./NetscriptFunctions/UserInterface\";\nimport { NetscriptBladeburner } from \"./NetscriptFunctions/Bladeburner\";\nimport { NetscriptCodingContract } from \"./NetscriptFunctions/CodingContract\";\nimport { NetscriptCorporation } from \"./NetscriptFunctions/Corporation\";\nimport { NetscriptFormulas } from \"./NetscriptFunctions/Formulas\";\nimport { NetscriptStockMarket } from \"./NetscriptFunctions/StockMarket\";\nimport { NetscriptGrafting } from \"./NetscriptFunctions/Grafting\";\nimport { IPort } from \"./NetscriptPort\";\nimport {\n NS,\n Player as INetscriptPlayer,\n RecentScript as IRecentScript,\n BasicHGWOptions,\n ProcessInfo,\n HackingMultipliers,\n HacknetMultipliers,\n BitNodeMultipliers as IBNMults,\n Server as IServerDef,\n RunningScript as IRunningScriptDef,\n} from \"./ScriptEditor/NetscriptDefinitions\";\nimport { NetscriptSingularity } from \"./NetscriptFunctions/Singularity\";\n\nimport { dialogBoxCreate } from \"./ui/React/DialogBox\";\nimport { SnackbarEvents, ToastVariant } from \"./ui/React/Snackbar\";\nimport { checkEnum } from \"./utils/helpers/checkEnum\";\n\nimport { Flags } from \"./NetscriptFunctions/Flags\";\nimport { calculateIntelligenceBonus } from \"./PersonObjects/formulas/intelligence\";\nimport { CalculateShareMult, StartSharing } from \"./NetworkShare/Share\";\nimport { recentScripts } from \"./Netscript/RecentScripts\";\nimport { InternalAPI, NetscriptContext, wrapAPI } from \"./Netscript/APIWrapper\";\nimport { INetscriptExtra } from \"./NetscriptFunctions/Extra\";\nimport { ScriptDeath } from \"./Netscript/ScriptDeath\";\n\n// \"Enums\" as object\nexport const enums = {\n toast: ToastVariant,\n} as const;\nexport type NSFull = Readonly;\n\nexport function NetscriptFunctions(workerScript: WorkerScript): NSFull {\n return wrapAPI(workerScript, ns, workerScript.args.slice());\n}\n\nconst base: InternalAPI = {\n args: [],\n //The next line will error if enums does not match the definition in NetscriptDefinitions.d.ts\n enums,\n singularity: NetscriptSingularity(),\n gang: NetscriptGang(),\n bladeburner: NetscriptBladeburner(),\n codingcontract: NetscriptCodingContract(),\n sleeve: NetscriptSleeve(),\n corporation: NetscriptCorporation(),\n stanek: NetscriptStanek(),\n infiltration: NetscriptInfiltration(),\n ui: NetscriptUserInterface(),\n formulas: NetscriptFormulas(),\n stock: NetscriptStockMarket(),\n grafting: NetscriptGrafting(),\n hacknet: NetscriptHacknet(),\n sprintf: () => sprintf,\n vsprintf: () => vsprintf,\n scan:\n (ctx: NetscriptContext) =>\n (_hostname: unknown = ctx.workerScript.hostname): string[] => {\n const hostname = helpers.string(ctx, \"hostname\", _hostname);\n const server = helpers.getServer(ctx, hostname);\n const out = [];\n for (let i = 0; i < server.serversOnNetwork.length; i++) {\n const s = getServerOnNetwork(server, i);\n if (s === null) continue;\n const entry = s.hostname;\n if (entry === null) continue;\n out.push(entry);\n }\n helpers.log(ctx, () => `returned ${server.serversOnNetwork.length} connections for ${server.hostname}`);\n return out;\n },\n hack:\n (ctx: NetscriptContext) =>\n (_hostname: unknown, { threads: requestedThreads, stock }: BasicHGWOptions = {}): Promise => {\n const hostname = helpers.string(ctx, \"hostname\", _hostname);\n return helpers.hack(ctx, hostname, false, { threads: requestedThreads, stock: stock });\n },\n hackAnalyzeThreads:\n (ctx: NetscriptContext) =>\n (_hostname: unknown, _hackAmount: unknown): number => {\n const hostname = helpers.string(ctx, \"hostname\", _hostname);\n const hackAmount = helpers.number(ctx, \"hackAmount\", _hackAmount);\n\n // Check argument validity\n const server = helpers.getServer(ctx, hostname);\n if (!(server instanceof Server)) {\n helpers.log(ctx, () => \"Cannot be executed on this server.\");\n return -1;\n }\n if (isNaN(hackAmount)) {\n throw helpers.makeRuntimeErrorMsg(\n ctx,\n `Invalid hackAmount argument passed into hackAnalyzeThreads: ${hackAmount}. Must be numeric.`,\n );\n }\n\n if (hackAmount < 0 || hackAmount > server.moneyAvailable) {\n return -1;\n } else if (hackAmount === 0) {\n return 0;\n }\n\n const percentHacked = calculatePercentMoneyHacked(server, Player);\n\n if (percentHacked === 0 || server.moneyAvailable === 0) {\n return 0; // To prevent returning infinity below\n }\n\n return hackAmount / Math.floor(server.moneyAvailable * percentHacked);\n },\n hackAnalyze:\n (ctx: NetscriptContext) =>\n (_hostname: unknown): number => {\n const hostname = helpers.string(ctx, \"hostname\", _hostname);\n\n const server = helpers.getServer(ctx, hostname);\n if (!(server instanceof Server)) {\n helpers.log(ctx, () => \"Cannot be executed on this server.\");\n return 0;\n }\n\n return calculatePercentMoneyHacked(server, Player);\n },\n hackAnalyzeSecurity:\n (ctx: NetscriptContext) =>\n (_threads: unknown, _hostname?: unknown): number => {\n let threads = helpers.number(ctx, \"threads\", _threads);\n if (_hostname) {\n const hostname = helpers.string(ctx, \"hostname\", _hostname);\n const server = helpers.getServer(ctx, hostname);\n if (!(server instanceof Server)) {\n helpers.log(ctx, () => \"Cannot be executed on this server.\");\n return 0;\n }\n\n const percentHacked = calculatePercentMoneyHacked(server, Player);\n\n if (percentHacked > 0) {\n // thread count is limited to the maximum number of threads needed\n threads = Math.min(threads, Math.ceil(1 / percentHacked));\n }\n }\n\n return CONSTANTS.ServerFortifyAmount * threads;\n },\n hackAnalyzeChance:\n (ctx: NetscriptContext) =>\n (_hostname: unknown): number => {\n const hostname = helpers.string(ctx, \"hostname\", _hostname);\n\n const server = helpers.getServer(ctx, hostname);\n if (!(server instanceof Server)) {\n helpers.log(ctx, () => \"Cannot be executed on this server.\");\n return 0;\n }\n\n return calculateHackingChance(server, Player);\n },\n sleep:\n (ctx: NetscriptContext) =>\n async (_time: unknown = 0): Promise => {\n const time = helpers.number(ctx, \"time\", _time);\n if (time === undefined) {\n throw helpers.makeRuntimeErrorMsg(ctx, \"Takes 1 argument.\");\n }\n helpers.log(ctx, () => `Sleeping for ${time} milliseconds`);\n return helpers.netscriptDelay(ctx, time).then(function () {\n return Promise.resolve(true);\n });\n },\n asleep: (ctx: NetscriptContext) =>\n function (_time: unknown = 0): Promise {\n const time = helpers.number(ctx, \"time\", _time);\n helpers.log(ctx, () => `Sleeping for ${time} milliseconds`);\n return new Promise((resolve) => setTimeout(() => resolve(true), time));\n },\n grow:\n (ctx: NetscriptContext) =>\n async (_hostname: unknown, { threads: requestedThreads, stock }: BasicHGWOptions = {}): Promise => {\n const hostname = helpers.string(ctx, \"hostname\", _hostname);\n const threads = helpers.resolveNetscriptRequestedThreads(\n ctx,\n requestedThreads ?? ctx.workerScript.scriptRef.threads,\n );\n\n const server = helpers.getServer(ctx, hostname);\n if (!(server instanceof Server)) {\n helpers.log(ctx, () => \"Cannot be executed on this server.\");\n return Promise.resolve(0);\n }\n\n const host = GetServer(ctx.workerScript.hostname);\n if (host === null) {\n throw new Error(\"Workerscript host is null\");\n }\n\n // No root access or skill level too low\n const canHack = netscriptCanGrow(server);\n if (!canHack.res) {\n throw helpers.makeRuntimeErrorMsg(ctx, canHack.msg || \"\");\n }\n\n const growTime = calculateGrowTime(server, Player);\n helpers.log(\n ctx,\n () =>\n `Executing on '${server.hostname}' in ${convertTimeMsToTimeElapsedString(\n growTime * 1000,\n true,\n )} (t=${numeralWrapper.formatThreads(threads)}).`,\n );\n return helpers.netscriptDelay(ctx, growTime * 1000).then(function () {\n const moneyBefore = server.moneyAvailable <= 0 ? 1 : server.moneyAvailable;\n processSingleServerGrowth(server, threads, host.cpuCores);\n const moneyAfter = server.moneyAvailable;\n ctx.workerScript.scriptRef.recordGrow(server.hostname, threads);\n const expGain = calculateHackingExpGain(server, Player) * threads;\n const logGrowPercent = moneyAfter / moneyBefore - 1;\n helpers.log(\n ctx,\n () =>\n `Available money on '${server.hostname}' grown by ${numeralWrapper.formatPercentage(\n logGrowPercent,\n 6,\n )}. Gained ${numeralWrapper.formatExp(expGain)} hacking exp (t=${numeralWrapper.formatThreads(threads)}).`,\n );\n ctx.workerScript.scriptRef.onlineExpGained += expGain;\n Player.gainHackingExp(expGain);\n if (stock) {\n influenceStockThroughServerGrow(server, moneyAfter - moneyBefore);\n }\n return Promise.resolve(moneyAfter / moneyBefore);\n });\n },\n growthAnalyze:\n (ctx: NetscriptContext) =>\n (_hostname: unknown, _growth: unknown, _cores: unknown = 1): number => {\n const hostname = helpers.string(ctx, \"hostname\", _hostname);\n const growth = helpers.number(ctx, \"growth\", _growth);\n const cores = helpers.number(ctx, \"cores\", _cores);\n\n // Check argument validity\n const server = helpers.getServer(ctx, hostname);\n if (!(server instanceof Server)) {\n helpers.log(ctx, () => \"Cannot be executed on this server.\");\n return 0;\n }\n if (typeof growth !== \"number\" || isNaN(growth) || growth < 1 || !isFinite(growth)) {\n throw helpers.makeRuntimeErrorMsg(ctx, `Invalid argument: growth must be numeric and >= 1, is ${growth}.`);\n }\n\n return numCycleForGrowth(server, Number(growth), cores);\n },\n growthAnalyzeSecurity:\n (ctx: NetscriptContext) =>\n (_threads: unknown, _hostname?: unknown, _cores: unknown = 1): number => {\n let threads = helpers.number(ctx, \"threads\", _threads);\n if (_hostname) {\n const cores = helpers.number(ctx, \"cores\", _cores);\n const hostname = helpers.string(ctx, \"hostname\", _hostname);\n const server = helpers.getServer(ctx, hostname);\n\n if (!(server instanceof Server)) {\n helpers.log(ctx, () => \"Cannot be executed on this server.\");\n return 0;\n }\n\n const maxThreadsNeeded = Math.ceil(\n numCycleForGrowthCorrected(server, server.moneyMax, server.moneyAvailable, cores),\n );\n\n threads = Math.min(threads, maxThreadsNeeded);\n }\n\n return 2 * CONSTANTS.ServerFortifyAmount * threads;\n },\n weaken:\n (ctx: NetscriptContext) =>\n async (_hostname: unknown, { threads: requestedThreads }: BasicHGWOptions = {}): Promise => {\n const hostname = helpers.string(ctx, \"hostname\", _hostname);\n const threads = helpers.resolveNetscriptRequestedThreads(\n ctx,\n requestedThreads ?? ctx.workerScript.scriptRef.threads,\n );\n if (hostname === undefined) {\n throw helpers.makeRuntimeErrorMsg(ctx, \"Takes 1 argument.\");\n }\n const server = helpers.getServer(ctx, hostname);\n if (!(server instanceof Server)) {\n helpers.log(ctx, () => \"Cannot be executed on this server.\");\n return Promise.resolve(0);\n }\n\n // No root access or skill level too low\n const canHack = netscriptCanWeaken(server);\n if (!canHack.res) {\n throw helpers.makeRuntimeErrorMsg(ctx, canHack.msg || \"\");\n }\n\n const weakenTime = calculateWeakenTime(server, Player);\n helpers.log(\n ctx,\n () =>\n `Executing on '${server.hostname}' in ${convertTimeMsToTimeElapsedString(\n weakenTime * 1000,\n true,\n )} (t=${numeralWrapper.formatThreads(threads)})`,\n );\n return helpers.netscriptDelay(ctx, weakenTime * 1000).then(function () {\n const host = GetServer(ctx.workerScript.hostname);\n if (host === null) {\n helpers.log(ctx, () => \"Server is null, did it die?\");\n return Promise.resolve(0);\n }\n const coreBonus = 1 + (host.cpuCores - 1) / 16;\n server.weaken(CONSTANTS.ServerWeakenAmount * threads * coreBonus);\n ctx.workerScript.scriptRef.recordWeaken(server.hostname, threads);\n const expGain = calculateHackingExpGain(server, Player) * threads;\n helpers.log(\n ctx,\n () =>\n `'${server.hostname}' security level weakened to ${\n server.hackDifficulty\n }. Gained ${numeralWrapper.formatExp(expGain)} hacking exp (t=${numeralWrapper.formatThreads(threads)})`,\n );\n ctx.workerScript.scriptRef.onlineExpGained += expGain;\n Player.gainHackingExp(expGain);\n return Promise.resolve(CONSTANTS.ServerWeakenAmount * threads * coreBonus);\n });\n },\n weakenAnalyze:\n (ctx: NetscriptContext) =>\n (_threads: unknown, _cores: unknown = 1): number => {\n const threads = helpers.number(ctx, \"threads\", _threads);\n const cores = helpers.number(ctx, \"cores\", _cores);\n const coreBonus = 1 + (cores - 1) / 16;\n return CONSTANTS.ServerWeakenAmount * threads * coreBonus * BitNodeMultipliers.ServerWeakenRate;\n },\n share: (ctx: NetscriptContext) => async (): Promise => {\n helpers.log(ctx, () => \"Sharing this computer.\");\n const end = StartSharing(\n ctx.workerScript.scriptRef.threads * calculateIntelligenceBonus(Player.skills.intelligence, 2),\n );\n return helpers.netscriptDelay(ctx, 10000).finally(function () {\n helpers.log(ctx, () => \"Finished sharing this computer.\");\n end();\n });\n },\n getSharePower: () => (): number => {\n return CalculateShareMult();\n },\n print:\n (ctx: NetscriptContext) =>\n (...args: unknown[]): void => {\n if (args.length === 0) {\n throw helpers.makeRuntimeErrorMsg(ctx, \"Takes at least 1 argument.\");\n }\n ctx.workerScript.print(helpers.argsToString(args));\n },\n printf:\n (ctx: NetscriptContext) =>\n (_format: unknown, ...args: unknown[]): void => {\n const format = helpers.string(ctx, \"format\", _format);\n if (typeof format !== \"string\") {\n throw helpers.makeRuntimeErrorMsg(ctx, \"First argument must be string for the format.\");\n }\n ctx.workerScript.print(vsprintf(format, args));\n },\n tprint:\n (ctx: NetscriptContext) =>\n (...args: unknown[]): void => {\n if (args.length === 0) {\n throw helpers.makeRuntimeErrorMsg(ctx, \"Takes at least 1 argument.\");\n }\n const str = helpers.argsToString(args);\n if (str.startsWith(\"ERROR\") || str.startsWith(\"FAIL\")) {\n Terminal.error(`${ctx.workerScript.scriptRef.filename}: ${str}`);\n return;\n }\n if (str.startsWith(\"SUCCESS\")) {\n Terminal.success(`${ctx.workerScript.scriptRef.filename}: ${str}`);\n return;\n }\n if (str.startsWith(\"WARN\")) {\n Terminal.warn(`${ctx.workerScript.scriptRef.filename}: ${str}`);\n return;\n }\n if (str.startsWith(\"INFO\")) {\n Terminal.info(`${ctx.workerScript.scriptRef.filename}: ${str}`);\n return;\n }\n Terminal.print(`${ctx.workerScript.scriptRef.filename}: ${str}`);\n },\n tprintf:\n (ctx: NetscriptContext) =>\n (_format: unknown, ...args: unknown[]): void => {\n const format = helpers.string(ctx, \"format\", _format);\n const str = vsprintf(format, args);\n\n if (str.startsWith(\"ERROR\") || str.startsWith(\"FAIL\")) {\n Terminal.error(`${str}`);\n return;\n }\n if (str.startsWith(\"SUCCESS\")) {\n Terminal.success(`${str}`);\n return;\n }\n if (str.startsWith(\"WARN\")) {\n Terminal.warn(`${str}`);\n return;\n }\n if (str.startsWith(\"INFO\")) {\n Terminal.info(`${str}`);\n return;\n }\n Terminal.print(`${str}`);\n },\n clearLog: (ctx: NetscriptContext) => (): void => {\n ctx.workerScript.scriptRef.clearLog();\n },\n disableLog:\n (ctx: NetscriptContext) =>\n (_fn: unknown): void => {\n const fn = helpers.string(ctx, \"fn\", _fn);\n if (fn === \"ALL\") {\n for (const fn of Object.keys(possibleLogs)) {\n ctx.workerScript.disableLogs[fn] = true;\n }\n helpers.log(ctx, () => `Disabled logging for all functions`);\n } else if (possibleLogs[fn] === undefined) {\n throw helpers.makeRuntimeErrorMsg(ctx, `Invalid argument: ${fn}.`);\n } else {\n ctx.workerScript.disableLogs[fn] = true;\n helpers.log(ctx, () => `Disabled logging for ${fn}`);\n }\n },\n enableLog:\n (ctx: NetscriptContext) =>\n (_fn: unknown): void => {\n const fn = helpers.string(ctx, \"fn\", _fn);\n if (fn === \"ALL\") {\n for (const fn of Object.keys(possibleLogs)) {\n delete ctx.workerScript.disableLogs[fn];\n }\n helpers.log(ctx, () => `Enabled logging for all functions`);\n } else if (possibleLogs[fn] === undefined) {\n throw helpers.makeRuntimeErrorMsg(ctx, `Invalid argument: ${fn}.`);\n }\n delete ctx.workerScript.disableLogs[fn];\n helpers.log(ctx, () => `Enabled logging for ${fn}`);\n },\n isLogEnabled:\n (ctx: NetscriptContext) =>\n (_fn: unknown): boolean => {\n const fn = helpers.string(ctx, \"fn\", _fn);\n if (possibleLogs[fn] === undefined) {\n throw helpers.makeRuntimeErrorMsg(ctx, `Invalid argument: ${fn}.`);\n }\n return !ctx.workerScript.disableLogs[fn];\n },\n getScriptLogs:\n (ctx: NetscriptContext) =>\n (scriptID: unknown, hostname: unknown, ...scriptArgs: unknown[]): string[] => {\n const ident = helpers.scriptIdentifier(ctx, scriptID, hostname, scriptArgs);\n const runningScriptObj = helpers.getRunningScript(ctx, ident);\n if (runningScriptObj == null) {\n helpers.log(ctx, () => helpers.getCannotFindRunningScriptErrorMessage(ident));\n return [];\n }\n\n return runningScriptObj.logs.slice();\n },\n tail:\n (ctx: NetscriptContext) =>\n (scriptID: unknown, hostname: unknown, ...scriptArgs: unknown[]): void => {\n const ident = helpers.scriptIdentifier(ctx, scriptID, hostname, scriptArgs);\n const runningScriptObj = helpers.getRunningScript(ctx, ident);\n if (runningScriptObj == null) {\n helpers.log(ctx, () => helpers.getCannotFindRunningScriptErrorMessage(ident));\n return;\n }\n\n LogBoxEvents.emit(runningScriptObj);\n },\n moveTail:\n (ctx: NetscriptContext) =>\n (_x: unknown, _y: unknown, _pid: unknown = ctx.workerScript.scriptRef.pid) => {\n const x = helpers.number(ctx, \"x\", _x);\n const y = helpers.number(ctx, \"y\", _y);\n const pid = helpers.number(ctx, \"pid\", _pid);\n LogBoxPositionEvents.emit({ pid, data: { x, y } });\n },\n resizeTail:\n (ctx: NetscriptContext) =>\n (_w: unknown, _h: unknown, _pid: unknown = ctx.workerScript.scriptRef.pid) => {\n const w = helpers.number(ctx, \"w\", _w);\n const h = helpers.number(ctx, \"h\", _h);\n const pid = helpers.number(ctx, \"pid\", _pid);\n LogBoxSizeEvents.emit({ pid, data: { w, h } });\n },\n closeTail:\n (ctx: NetscriptContext) =>\n (_pid: unknown = ctx.workerScript.scriptRef.pid): void => {\n const pid = helpers.number(ctx, \"pid\", _pid);\n //Emit an event to tell the game to close the tail window if it exists\n LogBoxCloserEvents.emit(pid);\n },\n nuke:\n (ctx: NetscriptContext) =>\n (_hostname: unknown): boolean => {\n const hostname = helpers.string(ctx, \"hostname\", _hostname);\n\n const server = helpers.getServer(ctx, hostname);\n if (!(server instanceof Server)) {\n helpers.log(ctx, () => \"Cannot be executed on this server.\");\n return false;\n }\n if (server.hasAdminRights) {\n helpers.log(ctx, () => `Already have root access to '${server.hostname}'.`);\n return true;\n }\n if (!Player.hasProgram(Programs.NukeProgram.name)) {\n throw helpers.makeRuntimeErrorMsg(ctx, \"You do not have the NUKE.exe virus!\");\n }\n if (server.openPortCount < server.numOpenPortsRequired) {\n throw helpers.makeRuntimeErrorMsg(ctx, \"Not enough ports opened to use NUKE.exe virus.\");\n }\n server.hasAdminRights = true;\n helpers.log(ctx, () => `Executed NUKE.exe virus on '${server.hostname}' to gain root access.`);\n return true;\n },\n brutessh:\n (ctx: NetscriptContext) =>\n (_hostname: unknown): boolean => {\n const hostname = helpers.string(ctx, \"hostname\", _hostname);\n const server = helpers.getServer(ctx, hostname);\n if (!(server instanceof Server)) {\n helpers.log(ctx, () => \"Cannot be executed on this server.\");\n return false;\n }\n if (!Player.hasProgram(Programs.BruteSSHProgram.name)) {\n throw helpers.makeRuntimeErrorMsg(ctx, \"You do not have the BruteSSH.exe program!\");\n }\n if (!server.sshPortOpen) {\n helpers.log(ctx, () => `Executed BruteSSH.exe on '${server.hostname}' to open SSH port (22).`);\n server.sshPortOpen = true;\n ++server.openPortCount;\n } else {\n helpers.log(ctx, () => `SSH Port (22) already opened on '${server.hostname}'.`);\n }\n return true;\n },\n ftpcrack:\n (ctx: NetscriptContext) =>\n (_hostname: unknown): boolean => {\n const hostname = helpers.string(ctx, \"hostname\", _hostname);\n if (hostname === undefined) {\n throw helpers.makeRuntimeErrorMsg(ctx, \"Takes 1 argument.\");\n }\n const server = helpers.getServer(ctx, hostname);\n if (!(server instanceof Server)) {\n helpers.log(ctx, () => \"Cannot be executed on this server.\");\n return false;\n }\n if (!Player.hasProgram(Programs.FTPCrackProgram.name)) {\n throw helpers.makeRuntimeErrorMsg(ctx, \"You do not have the FTPCrack.exe program!\");\n }\n if (!server.ftpPortOpen) {\n helpers.log(ctx, () => `Executed FTPCrack.exe on '${server.hostname}' to open FTP port (21).`);\n server.ftpPortOpen = true;\n ++server.openPortCount;\n } else {\n helpers.log(ctx, () => `FTP Port (21) already opened on '${server.hostname}'.`);\n }\n return true;\n },\n relaysmtp:\n (ctx: NetscriptContext) =>\n (_hostname: unknown): boolean => {\n const hostname = helpers.string(ctx, \"hostname\", _hostname);\n if (hostname === undefined) {\n throw helpers.makeRuntimeErrorMsg(ctx, \"Takes 1 argument.\");\n }\n const server = helpers.getServer(ctx, hostname);\n if (!(server instanceof Server)) {\n helpers.log(ctx, () => \"Cannot be executed on this server.\");\n return false;\n }\n if (!Player.hasProgram(Programs.RelaySMTPProgram.name)) {\n throw helpers.makeRuntimeErrorMsg(ctx, \"You do not have the relaySMTP.exe program!\");\n }\n if (!server.smtpPortOpen) {\n helpers.log(ctx, () => `Executed relaySMTP.exe on '${server.hostname}' to open SMTP port (25).`);\n server.smtpPortOpen = true;\n ++server.openPortCount;\n } else {\n helpers.log(ctx, () => `SMTP Port (25) already opened on '${server.hostname}'.`);\n }\n return true;\n },\n httpworm:\n (ctx: NetscriptContext) =>\n (_hostname: unknown): boolean => {\n const hostname = helpers.string(ctx, \"hostname\", _hostname);\n if (hostname === undefined) {\n throw helpers.makeRuntimeErrorMsg(ctx, \"Takes 1 argument\");\n }\n const server = helpers.getServer(ctx, hostname);\n if (!(server instanceof Server)) {\n helpers.log(ctx, () => \"Cannot be executed on this server.\");\n return false;\n }\n if (!Player.hasProgram(Programs.HTTPWormProgram.name)) {\n throw helpers.makeRuntimeErrorMsg(ctx, \"You do not have the HTTPWorm.exe program!\");\n }\n if (!server.httpPortOpen) {\n helpers.log(ctx, () => `Executed HTTPWorm.exe on '${server.hostname}' to open HTTP port (80).`);\n server.httpPortOpen = true;\n ++server.openPortCount;\n } else {\n helpers.log(ctx, () => `HTTP Port (80) already opened on '${server.hostname}'.`);\n }\n return true;\n },\n sqlinject:\n (ctx: NetscriptContext) =>\n (_hostname: unknown): boolean => {\n const hostname = helpers.string(ctx, \"hostname\", _hostname);\n if (hostname === undefined) {\n throw helpers.makeRuntimeErrorMsg(ctx, \"Takes 1 argument.\");\n }\n const server = helpers.getServer(ctx, hostname);\n if (!(server instanceof Server)) {\n helpers.log(ctx, () => \"Cannot be executed on this server.\");\n return false;\n }\n if (!Player.hasProgram(Programs.SQLInjectProgram.name)) {\n throw helpers.makeRuntimeErrorMsg(ctx, \"You do not have the SQLInject.exe program!\");\n }\n if (!server.sqlPortOpen) {\n helpers.log(ctx, () => `Executed SQLInject.exe on '${server.hostname}' to open SQL port (1433).`);\n server.sqlPortOpen = true;\n ++server.openPortCount;\n } else {\n helpers.log(ctx, () => `SQL Port (1433) already opened on '${server.hostname}'.`);\n }\n return true;\n },\n run:\n (ctx: NetscriptContext) =>\n (_scriptname: unknown, _threads: unknown = 1, ..._args: unknown[]): number => {\n const scriptname = helpers.string(ctx, \"scriptname\", _scriptname);\n const threads = helpers.number(ctx, \"threads\", _threads);\n const args = helpers.scriptArgs(ctx, _args);\n if (scriptname === undefined) {\n throw helpers.makeRuntimeErrorMsg(ctx, \"Usage: run(scriptname, [numThreads], [arg1], [arg2]...)\");\n }\n if (isNaN(threads) || threads <= 0) {\n throw helpers.makeRuntimeErrorMsg(ctx, `Invalid thread count. Must be numeric and > 0, is ${threads}`);\n }\n const scriptServer = GetServer(ctx.workerScript.hostname);\n if (scriptServer == null) {\n throw helpers.makeRuntimeErrorMsg(ctx, \"Could not find server. This is a bug. Report to dev.\");\n }\n\n return runScriptFromScript(\"run\", scriptServer, scriptname, args, ctx.workerScript, threads);\n },\n exec:\n (ctx: NetscriptContext) =>\n (_scriptname: unknown, _hostname: unknown, _threads: unknown = 1, ..._args: unknown[]): number => {\n const scriptname = helpers.string(ctx, \"scriptname\", _scriptname);\n const hostname = helpers.string(ctx, \"hostname\", _hostname);\n const threads = helpers.number(ctx, \"threads\", _threads);\n const args = helpers.scriptArgs(ctx, _args);\n if (scriptname === undefined || hostname === undefined) {\n throw helpers.makeRuntimeErrorMsg(ctx, \"Usage: exec(scriptname, server, [numThreads], [arg1], [arg2]...)\");\n }\n if (isNaN(threads) || threads <= 0) {\n throw helpers.makeRuntimeErrorMsg(ctx, `Invalid thread count. Must be numeric and > 0, is ${threads}`);\n }\n const server = helpers.getServer(ctx, hostname);\n return runScriptFromScript(\"exec\", server, scriptname, args, ctx.workerScript, threads);\n },\n spawn:\n (ctx: NetscriptContext) =>\n (_scriptname: unknown, _threads: unknown = 1, ..._args: unknown[]): void => {\n const scriptname = helpers.string(ctx, \"scriptname\", _scriptname);\n const threads = helpers.number(ctx, \"threads\", _threads);\n const args = helpers.scriptArgs(ctx, _args);\n if (!scriptname || !threads) {\n throw helpers.makeRuntimeErrorMsg(ctx, \"Usage: spawn(scriptname, threads)\");\n }\n\n const spawnDelay = 10;\n setTimeout(() => {\n if (isNaN(threads) || threads <= 0) {\n throw helpers.makeRuntimeErrorMsg(ctx, `Invalid thread count. Must be numeric and > 0, is ${threads}`);\n }\n const scriptServer = GetServer(ctx.workerScript.hostname);\n if (scriptServer == null) {\n throw helpers.makeRuntimeErrorMsg(ctx, \"Could not find server. This is a bug. Report to dev\");\n }\n\n return runScriptFromScript(\"spawn\", scriptServer, scriptname, args, ctx.workerScript, threads);\n }, spawnDelay * 1e3);\n\n helpers.log(ctx, () => `Will execute '${scriptname}' in ${spawnDelay} seconds`);\n\n if (killWorkerScript(ctx.workerScript)) {\n helpers.log(ctx, () => \"Exiting...\");\n }\n },\n kill:\n (ctx: NetscriptContext) =>\n (scriptID: unknown, hostname: unknown, ...scriptArgs: unknown[]): boolean => {\n const ident = helpers.scriptIdentifier(ctx, scriptID, hostname, scriptArgs);\n let res;\n const killByPid = typeof ident === \"number\";\n if (killByPid) {\n // Kill by pid\n res = killWorkerScript(ident);\n } else {\n // Kill by filename/hostname\n if (scriptID === undefined || hostname === undefined) {\n throw helpers.makeRuntimeErrorMsg(ctx, \"Usage: kill(scriptname, server, [arg1], [arg2]...)\");\n }\n\n const server = helpers.getServer(ctx, ident.hostname);\n const runningScriptObj = helpers.getRunningScriptByArgs(ctx, ident.scriptname, ident.hostname, ident.args);\n if (runningScriptObj == null) {\n helpers.log(ctx, () => helpers.getCannotFindRunningScriptErrorMessage(ident));\n return false;\n }\n\n res = killWorkerScript({ runningScript: runningScriptObj, hostname: server.hostname });\n }\n\n if (res) {\n if (killByPid) {\n helpers.log(ctx, () => `Killing script with PID ${ident}`);\n } else {\n helpers.log(ctx, () => `Killing '${scriptID}' on '${hostname}' with args: ${arrayToString(scriptArgs)}.`);\n }\n return true;\n } else {\n if (killByPid) {\n helpers.log(ctx, () => `No script with PID ${ident}`);\n } else {\n helpers.log(\n ctx,\n () => `No such script '${scriptID}' on '${hostname}' with args: ${arrayToString(scriptArgs)}`,\n );\n }\n return false;\n }\n },\n killall:\n (ctx: NetscriptContext) =>\n (_hostname: unknown = ctx.workerScript.hostname, _safetyguard: unknown = true): boolean => {\n const hostname = helpers.string(ctx, \"hostname\", _hostname);\n const safetyguard = !!_safetyguard;\n if (hostname === undefined) {\n throw helpers.makeRuntimeErrorMsg(ctx, \"Usage: killall(hostname, [safetyguard boolean])\");\n }\n const server = helpers.getServer(ctx, hostname);\n\n let scriptsKilled = 0;\n\n for (let i = server.runningScripts.length - 1; i >= 0; --i) {\n if (safetyguard === true && server.runningScripts[i].pid == ctx.workerScript.pid) continue;\n killWorkerScript({ runningScript: server.runningScripts[i], hostname: server.hostname });\n ++scriptsKilled;\n }\n WorkerScriptStartStopEventEmitter.emit();\n helpers.log(\n ctx,\n () => `Killing all scripts on '${server.hostname}'. May take a few minutes for the scripts to die.`,\n );\n\n return scriptsKilled > 0;\n },\n exit: (ctx: NetscriptContext) => (): never => {\n helpers.log(ctx, () => \"Exiting...\");\n killWorkerScript(ctx.workerScript);\n throw new ScriptDeath(ctx.workerScript);\n },\n scp:\n (ctx: NetscriptContext) =>\n (_files: unknown, _destination: unknown, _source: unknown = ctx.workerScript.hostname): boolean => {\n const destination = helpers.string(ctx, \"destination\", _destination);\n const source = helpers.string(ctx, \"source\", _source);\n const destServer = helpers.getServer(ctx, destination);\n const sourceServ = helpers.getServer(ctx, source);\n const files = Array.isArray(_files) ? _files : [_files];\n\n //First loop through filenames to find all errors before moving anything.\n for (const file of files) {\n // Not a string\n if (typeof file !== \"string\")\n throw helpers.makeRuntimeErrorMsg(ctx, \"files should be a string or an array of strings.\");\n\n // Invalid file name\n if (!isValidFilePath(file)) throw helpers.makeRuntimeErrorMsg(ctx, `Invalid filename: '${file}'`);\n\n // Invalid file type\n if (!file.endsWith(\".lit\") && !isScriptFilename(file) && !file.endsWith(\"txt\")) {\n throw helpers.makeRuntimeErrorMsg(ctx, \"Only works for scripts, .lit and .txt files.\");\n }\n }\n\n let noFailures = true;\n //ts detects files as any[] here even though we would have thrown in the above loop if it wasn't string[]\n for (const file of files as string[]) {\n // Scp for lit files\n if (file.endsWith(\".lit\")) {\n const sourceMessage = sourceServ.messages.find((message) => message === file);\n if (!sourceMessage) {\n helpers.log(ctx, () => `File '${file}' does not exist.`);\n noFailures = false;\n continue;\n }\n\n const destMessage = destServer.messages.find((message) => message === file);\n if (destMessage) {\n helpers.log(ctx, () => `File '${file}' was already on '${destServer?.hostname}'.`);\n continue;\n }\n\n destServer.messages.push(file);\n helpers.log(ctx, () => `File '${file}' copied over to '${destServer?.hostname}'.`);\n continue;\n }\n\n // Scp for text files\n if (file.endsWith(\".txt\")) {\n const sourceTextFile = sourceServ.textFiles.find((textFile) => textFile.fn === file);\n if (!sourceTextFile) {\n helpers.log(ctx, () => `File '${file}' does not exist.`);\n noFailures = false;\n continue;\n }\n\n const destTextFile = destServer.textFiles.find((textFile) => textFile.fn === file);\n if (destTextFile) {\n destTextFile.text = sourceTextFile.text;\n helpers.log(ctx, () => `File '${file}' overwritten on '${destServer?.hostname}'.`);\n continue;\n }\n\n const newFile = new TextFile(sourceTextFile.fn, sourceTextFile.text);\n destServer.textFiles.push(newFile);\n helpers.log(ctx, () => `File '${file}' copied over to '${destServer?.hostname}'.`);\n continue;\n }\n\n // Scp for script files\n const sourceScript = sourceServ.scripts.find((script) => script.filename === file);\n if (!sourceScript) {\n helpers.log(ctx, () => `File '${file}' does not exist.`);\n noFailures = false;\n continue;\n }\n\n // Overwrite script if it already exists\n const destScript = destServer.scripts.find((script) => script.filename === file);\n if (destScript) {\n if (destScript.code === sourceScript.code) {\n helpers.log(ctx, () => `Identical file '${file}' was already on '${destServer?.hostname}'`);\n continue;\n }\n destScript.code = sourceScript.code;\n destScript.ramUsage = destScript.ramUsage;\n destScript.markUpdated();\n helpers.log(ctx, () => `WARNING: File '${file}' overwritten on '${destServer?.hostname}'`);\n continue;\n }\n\n // Create new script if it does not already exist\n const newScript = new Script(file);\n newScript.code = sourceScript.code;\n newScript.ramUsage = sourceScript.ramUsage;\n newScript.server = destServer.hostname;\n destServer.scripts.push(newScript);\n helpers.log(ctx, () => `File '${file}' copied over to '${destServer?.hostname}'.`);\n newScript.updateRamUsage(destServer.scripts);\n }\n\n return noFailures;\n },\n ls:\n (ctx: NetscriptContext) =>\n (_hostname: unknown, _grep: unknown = \"\"): string[] => {\n const hostname = helpers.string(ctx, \"hostname\", _hostname);\n const grep = helpers.string(ctx, \"grep\", _grep);\n\n const server = helpers.getServer(ctx, hostname);\n\n // Get the grep filter, if one exists\n let filter = \"\";\n if (_grep !== undefined) {\n filter = grep.toString();\n }\n\n const allFiles = [];\n for (let i = 0; i < server.programs.length; i++) {\n if (filter) {\n if (server.programs[i].includes(filter)) {\n allFiles.push(server.programs[i]);\n }\n } else {\n allFiles.push(server.programs[i]);\n }\n }\n for (let i = 0; i < server.scripts.length; i++) {\n if (filter) {\n if (server.scripts[i].filename.includes(filter)) {\n allFiles.push(server.scripts[i].filename);\n }\n } else {\n allFiles.push(server.scripts[i].filename);\n }\n }\n for (let i = 0; i < server.messages.length; i++) {\n if (filter) {\n const msg = server.messages[i];\n if (msg.includes(filter)) {\n allFiles.push(msg);\n }\n } else {\n allFiles.push(server.messages[i]);\n }\n }\n\n for (let i = 0; i < server.textFiles.length; i++) {\n if (filter) {\n if (server.textFiles[i].fn.includes(filter)) {\n allFiles.push(server.textFiles[i].fn);\n }\n } else {\n allFiles.push(server.textFiles[i].fn);\n }\n }\n\n for (let i = 0; i < server.contracts.length; ++i) {\n if (filter) {\n if (server.contracts[i].fn.includes(filter)) {\n allFiles.push(server.contracts[i].fn);\n }\n } else {\n allFiles.push(server.contracts[i].fn);\n }\n }\n\n // Sort the files alphabetically then print each\n allFiles.sort();\n return allFiles;\n },\n getRecentScripts: () => (): IRecentScript[] => {\n return recentScripts.map((rs) => ({\n timeOfDeath: rs.timeOfDeath,\n ...helpers.createPublicRunningScript(rs.runningScript),\n }));\n },\n ps:\n (ctx: NetscriptContext) =>\n (_hostname: unknown = ctx.workerScript.hostname): ProcessInfo[] => {\n const hostname = helpers.string(ctx, \"hostname\", _hostname);\n const server = helpers.getServer(ctx, hostname);\n const processes = [];\n for (const script of server.runningScripts) {\n processes.push({\n filename: script.filename,\n threads: script.threads,\n args: script.args.slice(),\n pid: script.pid,\n });\n }\n return processes;\n },\n hasRootAccess:\n (ctx: NetscriptContext) =>\n (_hostname: unknown): boolean => {\n const hostname = helpers.string(ctx, \"hostname\", _hostname);\n\n const server = helpers.getServer(ctx, hostname);\n return server.hasAdminRights;\n },\n getHostname: (ctx: NetscriptContext) => (): string => ctx.workerScript.hostname,\n getHackingLevel: (ctx: NetscriptContext) => (): number => {\n Player.updateSkillLevels();\n helpers.log(ctx, () => `returned ${Player.skills.hacking}`);\n return Player.skills.hacking;\n },\n getHackingMultipliers: () => (): HackingMultipliers => {\n return {\n chance: Player.mults.hacking_chance,\n speed: Player.mults.hacking_speed,\n money: Player.mults.hacking_money,\n growth: Player.mults.hacking_grow,\n };\n },\n getHacknetMultipliers: () => (): HacknetMultipliers => {\n return {\n production: Player.mults.hacknet_node_money,\n purchaseCost: Player.mults.hacknet_node_purchase_cost,\n ramCost: Player.mults.hacknet_node_ram_cost,\n coreCost: Player.mults.hacknet_node_core_cost,\n levelCost: Player.mults.hacknet_node_level_cost,\n };\n },\n getBitNodeMultipliers: (ctx: NetscriptContext) => (): IBNMults => {\n if (Player.sourceFileLvl(5) <= 0 && Player.bitNodeN !== 5) {\n throw helpers.makeRuntimeErrorMsg(ctx, \"Requires Source-File 5 to run.\");\n }\n const copy = Object.assign({}, BitNodeMultipliers);\n return copy;\n },\n getServer:\n (ctx: NetscriptContext) =>\n (_hostname: unknown = ctx.workerScript.hostname): IServerDef => {\n const hostname = helpers.string(ctx, \"hostname\", _hostname);\n const server = helpers.getServer(ctx, hostname);\n const copy = Object.assign({}, server) as Server;\n // These fields should be hidden.\n copy.contracts = [];\n copy.messages = [];\n copy.runningScripts = [];\n copy.scripts = [];\n copy.textFiles = [];\n copy.programs = [];\n copy.serversOnNetwork = [];\n if (!copy.baseDifficulty) copy.baseDifficulty = 0;\n if (!copy.hackDifficulty) copy.hackDifficulty = 0;\n if (!copy.minDifficulty) copy.minDifficulty = 0;\n if (!copy.moneyAvailable) copy.moneyAvailable = 0;\n if (!copy.moneyMax) copy.moneyMax = 0;\n if (!copy.numOpenPortsRequired) copy.numOpenPortsRequired = 0;\n if (!copy.openPortCount) copy.openPortCount = 0;\n if (!copy.requiredHackingSkill) copy.requiredHackingSkill = 0;\n if (!copy.serverGrowth) copy.serverGrowth = 0;\n return copy;\n },\n getServerMoneyAvailable:\n (ctx: NetscriptContext) =>\n (_hostname: unknown): number => {\n const hostname = helpers.string(ctx, \"hostname\", _hostname);\n const server = helpers.getServer(ctx, hostname);\n if (!(server instanceof Server)) {\n helpers.log(ctx, () => \"Cannot be executed on this server.\");\n return 0;\n }\n if (helpers.failOnHacknetServer(ctx, server)) {\n return 0;\n }\n if (server.hostname == \"home\") {\n // Return player's money\n helpers.log(ctx, () => `returned player's money: ${numeralWrapper.formatMoney(Player.money)}`);\n return Player.money;\n }\n helpers.log(ctx, () => `returned ${numeralWrapper.formatMoney(server.moneyAvailable)} for '${server.hostname}'`);\n return server.moneyAvailable;\n },\n getServerSecurityLevel:\n (ctx: NetscriptContext) =>\n (_hostname: unknown): number => {\n const hostname = helpers.string(ctx, \"hostname\", _hostname);\n const server = helpers.getServer(ctx, hostname);\n if (!(server instanceof Server)) {\n helpers.log(ctx, () => \"Cannot be executed on this server.\");\n return 1;\n }\n if (helpers.failOnHacknetServer(ctx, server)) {\n return 1;\n }\n helpers.log(\n ctx,\n () => `returned ${numeralWrapper.formatServerSecurity(server.hackDifficulty)} for '${server.hostname}'`,\n );\n return server.hackDifficulty;\n },\n getServerBaseSecurityLevel:\n (ctx: NetscriptContext) =>\n (_hostname: unknown): number => {\n const hostname = helpers.string(ctx, \"hostname\", _hostname);\n helpers.log(ctx, () => `getServerBaseSecurityLevel is deprecated because it's not useful.`);\n const server = helpers.getServer(ctx, hostname);\n if (!(server instanceof Server)) {\n helpers.log(ctx, () => \"Cannot be executed on this server.\");\n return 1;\n }\n if (helpers.failOnHacknetServer(ctx, server)) {\n return 1;\n }\n helpers.log(\n ctx,\n () => `returned ${numeralWrapper.formatServerSecurity(server.baseDifficulty)} for '${server.hostname}'`,\n );\n return server.baseDifficulty;\n },\n getServerMinSecurityLevel:\n (ctx: NetscriptContext) =>\n (_hostname: unknown): number => {\n const hostname = helpers.string(ctx, \"hostname\", _hostname);\n const server = helpers.getServer(ctx, hostname);\n if (!(server instanceof Server)) {\n helpers.log(ctx, () => \"Cannot be executed on this server.\");\n return 1;\n }\n if (helpers.failOnHacknetServer(ctx, server)) {\n return 1;\n }\n helpers.log(\n ctx,\n () => `returned ${numeralWrapper.formatServerSecurity(server.minDifficulty)} for ${server.hostname}`,\n );\n return server.minDifficulty;\n },\n getServerRequiredHackingLevel:\n (ctx: NetscriptContext) =>\n (_hostname: unknown): number => {\n const hostname = helpers.string(ctx, \"hostname\", _hostname);\n const server = helpers.getServer(ctx, hostname);\n if (!(server instanceof Server)) {\n helpers.log(ctx, () => \"Cannot be executed on this server.\");\n return 1;\n }\n if (helpers.failOnHacknetServer(ctx, server)) {\n return 1;\n }\n helpers.log(\n ctx,\n () => `returned ${numeralWrapper.formatSkill(server.requiredHackingSkill)} for '${server.hostname}'`,\n );\n return server.requiredHackingSkill;\n },\n getServerMaxMoney:\n (ctx: NetscriptContext) =>\n (_hostname: unknown): number => {\n const hostname = helpers.string(ctx, \"hostname\", _hostname);\n const server = helpers.getServer(ctx, hostname);\n if (!(server instanceof Server)) {\n helpers.log(ctx, () => \"Cannot be executed on this server.\");\n return 0;\n }\n if (helpers.failOnHacknetServer(ctx, server)) {\n return 0;\n }\n helpers.log(ctx, () => `returned ${numeralWrapper.formatMoney(server.moneyMax)} for '${server.hostname}'`);\n return server.moneyMax;\n },\n getServerGrowth:\n (ctx: NetscriptContext) =>\n (_hostname: unknown): number => {\n const hostname = helpers.string(ctx, \"hostname\", _hostname);\n const server = helpers.getServer(ctx, hostname);\n if (!(server instanceof Server)) {\n helpers.log(ctx, () => \"Cannot be executed on this server.\");\n return 1;\n }\n if (helpers.failOnHacknetServer(ctx, server)) {\n return 1;\n }\n helpers.log(ctx, () => `returned ${server.serverGrowth} for '${server.hostname}'`);\n return server.serverGrowth;\n },\n getServerNumPortsRequired:\n (ctx: NetscriptContext) =>\n (_hostname: unknown): number => {\n const hostname = helpers.string(ctx, \"hostname\", _hostname);\n const server = helpers.getServer(ctx, hostname);\n if (!(server instanceof Server)) {\n helpers.log(ctx, () => \"Cannot be executed on this server.\");\n return 5;\n }\n if (helpers.failOnHacknetServer(ctx, server)) {\n return 5;\n }\n helpers.log(ctx, () => `returned ${server.numOpenPortsRequired} for '${server.hostname}'`);\n return server.numOpenPortsRequired;\n },\n getServerRam:\n (ctx: NetscriptContext) =>\n (_hostname: unknown): [number, number] => {\n const hostname = helpers.string(ctx, \"hostname\", _hostname);\n helpers.log(ctx, () => `getServerRam is deprecated in favor of getServerMaxRam / getServerUsedRam`);\n const server = helpers.getServer(ctx, hostname);\n helpers.log(\n ctx,\n () => `returned [${numeralWrapper.formatRAM(server.maxRam)}, ${numeralWrapper.formatRAM(server.ramUsed)}]`,\n );\n return [server.maxRam, server.ramUsed];\n },\n getServerMaxRam:\n (ctx: NetscriptContext) =>\n (_hostname: unknown): number => {\n const hostname = helpers.string(ctx, \"hostname\", _hostname);\n const server = helpers.getServer(ctx, hostname);\n helpers.log(ctx, () => `returned ${numeralWrapper.formatRAM(server.maxRam)}`);\n return server.maxRam;\n },\n getServerUsedRam:\n (ctx: NetscriptContext) =>\n (_hostname: unknown): number => {\n const hostname = helpers.string(ctx, \"hostname\", _hostname);\n const server = helpers.getServer(ctx, hostname);\n helpers.log(ctx, () => `returned ${numeralWrapper.formatRAM(server.ramUsed)}`);\n return server.ramUsed;\n },\n serverExists:\n (ctx: NetscriptContext) =>\n (_hostname: unknown): boolean => {\n const hostname = helpers.string(ctx, \"hostname\", _hostname);\n return GetServer(hostname) !== null;\n },\n fileExists:\n (ctx: NetscriptContext) =>\n (_filename: unknown, _hostname: unknown = ctx.workerScript.hostname): boolean => {\n const filename = helpers.string(ctx, \"filename\", _filename);\n const hostname = helpers.string(ctx, \"hostname\", _hostname);\n if (filename === undefined) {\n throw helpers.makeRuntimeErrorMsg(ctx, \"Usage: fileExists(scriptname, [server])\");\n }\n const server = helpers.getServer(ctx, hostname);\n for (let i = 0; i < server.scripts.length; ++i) {\n if (filename == server.scripts[i].filename) {\n return true;\n }\n }\n for (let i = 0; i < server.programs.length; ++i) {\n if (filename.toLowerCase() == server.programs[i].toLowerCase()) {\n return true;\n }\n }\n for (let i = 0; i < server.messages.length; ++i) {\n if (filename.toLowerCase() === server.messages[i].toLowerCase()) {\n return true;\n }\n }\n const contract = server.contracts.find((c) => c.fn.toLowerCase() === filename.toLowerCase());\n if (contract) return true;\n const txtFile = getTextFile(filename, server);\n return txtFile != null;\n },\n isRunning:\n (ctx: NetscriptContext) =>\n (fn: unknown, hostname: unknown, ...scriptArgs: unknown[]): boolean => {\n const ident = helpers.scriptIdentifier(ctx, fn, hostname, scriptArgs);\n return helpers.getRunningScript(ctx, ident) !== null;\n },\n getPurchasedServerLimit: () => (): number => {\n return getPurchaseServerLimit();\n },\n getPurchasedServerMaxRam: () => (): number => {\n return getPurchaseServerMaxRam();\n },\n getPurchasedServerCost:\n (ctx: NetscriptContext) =>\n (_ram: unknown): number => {\n const ram = helpers.number(ctx, \"ram\", _ram);\n\n const cost = getPurchaseServerCost(ram);\n if (cost === Infinity) {\n helpers.log(ctx, () => `Invalid argument: ram='${ram}'`);\n return Infinity;\n }\n\n return cost;\n },\n purchaseServer:\n (ctx: NetscriptContext) =>\n (_name: unknown, _ram: unknown): string => {\n const name = helpers.string(ctx, \"name\", _name);\n const ram = helpers.number(ctx, \"ram\", _ram);\n let hostnameStr = String(name);\n hostnameStr = hostnameStr.replace(/\\s+/g, \"\");\n if (hostnameStr == \"\") {\n helpers.log(ctx, () => `Invalid argument: hostname='${hostnameStr}'`);\n return \"\";\n }\n\n if (Player.purchasedServers.length >= getPurchaseServerLimit()) {\n helpers.log(\n ctx,\n () =>\n `You have reached the maximum limit of ${getPurchaseServerLimit()} servers. You cannot purchase any more.`,\n );\n return \"\";\n }\n\n const cost = getPurchaseServerCost(ram);\n if (cost === Infinity) {\n if (ram > getPurchaseServerMaxRam()) {\n helpers.log(ctx, () => `Invalid argument: ram='${ram}' must not be greater than getPurchaseServerMaxRam`);\n } else {\n helpers.log(ctx, () => `Invalid argument: ram='${ram}' must be a positive power of 2`);\n }\n\n return \"\";\n }\n\n if (Player.money < cost) {\n helpers.log(ctx, () => `Not enough money to purchase server. Need ${numeralWrapper.formatMoney(cost)}`);\n return \"\";\n }\n const newServ = safelyCreateUniqueServer({\n ip: createUniqueRandomIp(),\n hostname: hostnameStr,\n organizationName: \"\",\n isConnectedTo: false,\n adminRights: true,\n purchasedByPlayer: true,\n maxRam: ram,\n });\n AddToAllServers(newServ);\n\n Player.purchasedServers.push(newServ.hostname);\n const homeComputer = Player.getHomeComputer();\n homeComputer.serversOnNetwork.push(newServ.hostname);\n newServ.serversOnNetwork.push(homeComputer.hostname);\n Player.loseMoney(cost, \"servers\");\n helpers.log(\n ctx,\n () => `Purchased new server with hostname '${newServ.hostname}' for ${numeralWrapper.formatMoney(cost)}`,\n );\n return newServ.hostname;\n },\n\n getPurchasedServerUpgradeCost:\n (ctx: NetscriptContext) =>\n (_hostname: unknown, _ram: unknown): number => {\n const hostname = helpers.string(ctx, \"hostname\", _hostname);\n const ram = helpers.number(ctx, \"ram\", _ram);\n try {\n return getPurchasedServerUpgradeCost(hostname, ram);\n } catch (err) {\n helpers.log(ctx, () => String(err));\n return -1;\n }\n },\n upgradePurchasedServer:\n (ctx: NetscriptContext) =>\n (_hostname: unknown, _ram: unknown): boolean => {\n const hostname = helpers.string(ctx, \"hostname\", _hostname);\n const ram = helpers.number(ctx, \"ram\", _ram);\n try {\n upgradePurchasedServer(hostname, ram);\n return true;\n } catch (err) {\n helpers.log(ctx, () => String(err));\n return false;\n }\n },\n renamePurchasedServer:\n (ctx: NetscriptContext) =>\n (_hostname: unknown, _newName: unknown): boolean => {\n const hostname = helpers.string(ctx, \"hostname\", _hostname);\n const newName = helpers.string(ctx, \"newName\", _newName);\n try {\n renamePurchasedServer(hostname, newName);\n return true;\n } catch (err) {\n helpers.log(ctx, () => String(err));\n return false;\n }\n return false;\n },\n\n deleteServer:\n (ctx: NetscriptContext) =>\n (_name: unknown): boolean => {\n const name = helpers.string(ctx, \"name\", _name);\n let hostnameStr = String(name);\n hostnameStr = hostnameStr.replace(/\\s\\s+/g, \"\");\n const server = GetServer(hostnameStr);\n if (!(server instanceof Server)) {\n helpers.log(ctx, () => `Invalid argument: hostname='${hostnameStr}'`);\n return false;\n }\n\n if (!server.purchasedByPlayer || server.hostname === \"home\") {\n helpers.log(ctx, () => \"Cannot delete non-purchased server.\");\n return false;\n }\n\n const hostname = server.hostname;\n\n // Can't delete server you're currently connected to\n if (server.isConnectedTo) {\n helpers.log(ctx, () => \"You are currently connected to the server you are trying to delete.\");\n return false;\n }\n\n // A server cannot delete itself\n if (hostname === ctx.workerScript.hostname) {\n helpers.log(ctx, () => \"Cannot delete the server this script is running on.\");\n return false;\n }\n\n // Delete all scripts running on server\n if (server.runningScripts.length > 0) {\n helpers.log(ctx, () => `Cannot delete server '${hostname}' because it still has scripts running.`);\n return false;\n }\n\n // Delete from player's purchasedServers array\n let found = false;\n for (let i = 0; i < Player.purchasedServers.length; ++i) {\n if (hostname == Player.purchasedServers[i]) {\n found = true;\n Player.purchasedServers.splice(i, 1);\n break;\n }\n }\n\n if (!found) {\n helpers.log(\n ctx,\n () => `Could not identify server ${hostname} as a purchased server. This is a bug. Report to dev.`,\n );\n return false;\n }\n\n // Delete from all servers\n DeleteServer(hostname);\n\n // Delete from home computer\n found = false;\n const homeComputer = Player.getHomeComputer();\n for (let i = 0; i < homeComputer.serversOnNetwork.length; ++i) {\n if (hostname == homeComputer.serversOnNetwork[i]) {\n homeComputer.serversOnNetwork.splice(i, 1);\n helpers.log(ctx, () => `Deleted server '${hostnameStr}`);\n return true;\n }\n }\n // Wasn't found on home computer\n helpers.log(ctx, () => `Could not find server ${hostname} as a purchased server. This is a bug. Report to dev.`);\n return false;\n },\n getPurchasedServers: () => (): string[] => {\n const res: string[] = [];\n Player.purchasedServers.forEach(function (hostname) {\n res.push(hostname);\n });\n return res;\n },\n writePort:\n (ctx: NetscriptContext) =>\n (_port: unknown, data: unknown = \"\"): Promise => {\n const port = helpers.number(ctx, \"port\", _port);\n if (typeof data !== \"string\" && typeof data !== \"number\") {\n throw helpers.makeRuntimeErrorMsg(\n ctx,\n `Trying to write invalid data to a port: only strings and numbers are valid.`,\n );\n }\n const iport = helpers.getValidPort(ctx, port);\n return Promise.resolve(iport.write(data));\n },\n write:\n (ctx: NetscriptContext) =>\n (_filename: unknown, _data: unknown = \"\", _mode: unknown = \"a\"): void => {\n let fn = helpers.string(ctx, \"handle\", _filename);\n const data = helpers.string(ctx, \"data\", _data);\n const mode = helpers.string(ctx, \"mode\", _mode);\n if (!isValidFilePath(fn)) throw helpers.makeRuntimeErrorMsg(ctx, `Invalid filepath: ${fn}`);\n\n if (fn.lastIndexOf(\"/\") === 0) fn = removeLeadingSlash(fn);\n\n const server = helpers.getServer(ctx, ctx.workerScript.hostname);\n\n if (isScriptFilename(fn)) {\n // Write to script\n let script = ctx.workerScript.getScriptOnServer(fn, server);\n if (script == null) {\n // Create a new script\n script = new Script(fn, String(data), server.hostname, server.scripts);\n server.scripts.push(script);\n return script.updateRamUsage(server.scripts);\n }\n mode === \"w\" ? (script.code = String(data)) : (script.code += data);\n return script.updateRamUsage(server.scripts);\n } else {\n // Write to text file\n if (!fn.endsWith(\".txt\")) throw helpers.makeRuntimeErrorMsg(ctx, `Invalid filename: ${fn}`);\n const txtFile = getTextFile(fn, server);\n if (txtFile == null) {\n createTextFile(fn, String(data), server);\n return;\n }\n if (mode === \"w\") {\n txtFile.write(String(data));\n } else {\n txtFile.append(String(data));\n }\n }\n return;\n },\n tryWritePort:\n (ctx: NetscriptContext) =>\n (_port: unknown, data: unknown = \"\"): boolean => {\n const port = helpers.number(ctx, \"port\", _port);\n if (typeof data !== \"string\" && typeof data !== \"number\") {\n throw helpers.makeRuntimeErrorMsg(\n ctx,\n `Trying to write invalid data to a port: only strings and numbers are valid.`,\n );\n }\n const iport = helpers.getValidPort(ctx, port);\n return iport.tryWrite(data);\n },\n readPort:\n (ctx: NetscriptContext) =>\n (_port: unknown): unknown => {\n const port = helpers.number(ctx, \"port\", _port);\n // Read from port\n const iport = helpers.getValidPort(ctx, port);\n const x = iport.read();\n return x;\n },\n read:\n (ctx: NetscriptContext) =>\n (_filename: unknown): string => {\n const fn = helpers.string(ctx, \"filename\", _filename);\n const server = GetServer(ctx.workerScript.hostname);\n if (server == null) {\n throw helpers.makeRuntimeErrorMsg(ctx, \"Error getting Server. This is a bug. Report to dev.\");\n }\n if (isScriptFilename(fn)) {\n // Read from script\n const script = ctx.workerScript.getScriptOnServer(fn, server);\n if (script == null) {\n return \"\";\n }\n return script.code;\n } else {\n // Read from text file\n const txtFile = getTextFile(fn, server);\n if (txtFile !== null) {\n return txtFile.text;\n } else {\n return \"\";\n }\n }\n },\n peek:\n (ctx: NetscriptContext) =>\n (_port: unknown): unknown => {\n const port = helpers.number(ctx, \"port\", _port);\n const iport = helpers.getValidPort(ctx, port);\n const x = iport.peek();\n return x;\n },\n clear:\n (ctx: NetscriptContext) =>\n (_file: unknown): void => {\n const file = helpers.string(ctx, \"file\", _file);\n if (isString(file)) {\n // Clear text file\n const fn = file;\n const server = GetServer(ctx.workerScript.hostname);\n if (server == null) {\n throw helpers.makeRuntimeErrorMsg(ctx, \"Error getting Server. This is a bug. Report to dev.\");\n }\n const txtFile = getTextFile(fn, server);\n if (txtFile != null) {\n txtFile.write(\"\");\n }\n } else {\n throw helpers.makeRuntimeErrorMsg(ctx, `Invalid argument: ${file}`);\n }\n },\n clearPort:\n (ctx: NetscriptContext) =>\n (_port: unknown): void => {\n const port = helpers.number(ctx, \"port\", _port);\n // Clear port\n const iport = helpers.getValidPort(ctx, port);\n iport.clear();\n },\n getPortHandle:\n (ctx: NetscriptContext) =>\n (_port: unknown): IPort => {\n const port = helpers.number(ctx, \"port\", _port);\n const iport = helpers.getValidPort(ctx, port);\n return iport;\n },\n rm:\n (ctx: NetscriptContext) =>\n (_fn: unknown, _hostname: unknown = ctx.workerScript.hostname): boolean => {\n const fn = helpers.string(ctx, \"fn\", _fn);\n const hostname = helpers.string(ctx, \"hostname\", _hostname);\n const s = helpers.getServer(ctx, hostname);\n\n const status = s.removeFile(fn);\n if (!status.res) {\n helpers.log(ctx, () => status.msg + \"\");\n }\n\n return status.res;\n },\n scriptRunning:\n (ctx: NetscriptContext) =>\n (_scriptname: unknown, _hostname: unknown): boolean => {\n const scriptname = helpers.string(ctx, \"scriptname\", _scriptname);\n const hostname = helpers.string(ctx, \"hostname\", _hostname);\n const server = helpers.getServer(ctx, hostname);\n for (let i = 0; i < server.runningScripts.length; ++i) {\n if (server.runningScripts[i].filename == scriptname) {\n return true;\n }\n }\n return false;\n },\n scriptKill:\n (ctx: NetscriptContext) =>\n (_scriptname: unknown, _hostname: unknown): boolean => {\n const scriptname = helpers.string(ctx, \"scriptname\", _scriptname);\n const hostname = helpers.string(ctx, \"hostname\", _hostname);\n const server = helpers.getServer(ctx, hostname);\n let suc = false;\n for (let i = 0; i < server.runningScripts.length; i++) {\n if (server.runningScripts[i].filename == scriptname) {\n killWorkerScript({ runningScript: server.runningScripts[i], hostname: server.hostname });\n suc = true;\n i--;\n }\n }\n return suc;\n },\n getScriptName: (ctx: NetscriptContext) => (): string => {\n return ctx.workerScript.name;\n },\n getScriptRam:\n (ctx: NetscriptContext) =>\n (_scriptname: unknown, _hostname: unknown = ctx.workerScript.hostname): number => {\n const scriptname = helpers.string(ctx, \"scriptname\", _scriptname);\n const hostname = helpers.string(ctx, \"hostname\", _hostname);\n const server = helpers.getServer(ctx, hostname);\n for (let i = 0; i < server.scripts.length; ++i) {\n if (server.scripts[i].filename == scriptname) {\n return server.scripts[i].ramUsage;\n }\n }\n return 0;\n },\n getRunningScript:\n (ctx: NetscriptContext) =>\n (fn: unknown, hostname: unknown, ...args: unknown[]): IRunningScriptDef | null => {\n const ident = helpers.scriptIdentifier(ctx, fn, hostname, args);\n const runningScript = helpers.getRunningScript(ctx, ident);\n if (runningScript === null) return null;\n return helpers.createPublicRunningScript(runningScript);\n },\n getHackTime:\n (ctx: NetscriptContext) =>\n (_hostname: unknown = ctx.workerScript.hostname): number => {\n const hostname = helpers.string(ctx, \"hostname\", _hostname);\n const server = helpers.getServer(ctx, hostname);\n if (!(server instanceof Server)) {\n helpers.log(ctx, () => \"invalid for this kind of server\");\n return Infinity;\n }\n if (helpers.failOnHacknetServer(ctx, server)) {\n return Infinity;\n }\n\n return calculateHackingTime(server, Player) * 1000;\n },\n getGrowTime:\n (ctx: NetscriptContext) =>\n (_hostname: unknown = ctx.workerScript.hostname): number => {\n const hostname = helpers.string(ctx, \"hostname\", _hostname);\n const server = helpers.getServer(ctx, hostname);\n if (!(server instanceof Server)) {\n helpers.log(ctx, () => \"invalid for this kind of server\");\n return Infinity;\n }\n if (helpers.failOnHacknetServer(ctx, server)) {\n return Infinity;\n }\n\n return calculateGrowTime(server, Player) * 1000;\n },\n getWeakenTime:\n (ctx: NetscriptContext) =>\n (_hostname: unknown = ctx.workerScript.hostname): number => {\n const hostname = helpers.string(ctx, \"hostname\", _hostname);\n const server = helpers.getServer(ctx, hostname);\n if (!(server instanceof Server)) {\n helpers.log(ctx, () => \"invalid for this kind of server\");\n return Infinity;\n }\n if (helpers.failOnHacknetServer(ctx, server)) {\n return Infinity;\n }\n\n return calculateWeakenTime(server, Player) * 1000;\n },\n getTotalScriptIncome: () => (): [number, number] => {\n // First element is total income of all currently running scripts\n let total = 0;\n for (const script of workerScripts.values()) {\n total += script.scriptRef.onlineMoneyMade / script.scriptRef.onlineRunningTime;\n }\n\n return [total, Player.scriptProdSinceLastAug / (Player.playtimeSinceLastAug / 1000)];\n },\n getScriptIncome:\n (ctx: NetscriptContext) =>\n (fn: unknown, hostname: unknown, ...args: unknown[]): number => {\n const ident = helpers.scriptIdentifier(ctx, fn, hostname, args);\n const runningScript = helpers.getRunningScript(ctx, ident);\n if (runningScript == null) {\n helpers.log(ctx, () => helpers.getCannotFindRunningScriptErrorMessage(ident));\n return -1;\n }\n return runningScript.onlineMoneyMade / runningScript.onlineRunningTime;\n },\n getTotalScriptExpGain: () => (): number => {\n let total = 0;\n for (const ws of workerScripts.values()) {\n total += ws.scriptRef.onlineExpGained / ws.scriptRef.onlineRunningTime;\n }\n return total;\n },\n getScriptExpGain:\n (ctx: NetscriptContext) =>\n (fn: unknown, hostname: unknown, ...args: unknown[]): number => {\n const ident = helpers.scriptIdentifier(ctx, fn, hostname, args);\n const runningScript = helpers.getRunningScript(ctx, ident);\n if (runningScript == null) {\n helpers.log(ctx, () => helpers.getCannotFindRunningScriptErrorMessage(ident));\n return -1;\n }\n return runningScript.onlineExpGained / runningScript.onlineRunningTime;\n },\n nFormat:\n (ctx: NetscriptContext) =>\n (_n: unknown, _format: unknown): string => {\n const n = helpers.number(ctx, \"n\", _n);\n const format = helpers.string(ctx, \"format\", _format);\n if (isNaN(n)) {\n return \"\";\n }\n\n return numeralWrapper.format(n, format);\n },\n tFormat:\n (ctx: NetscriptContext) =>\n (_milliseconds: unknown, _milliPrecision: unknown = false): string => {\n const milliseconds = helpers.number(ctx, \"milliseconds\", _milliseconds);\n const milliPrecision = !!_milliPrecision;\n return convertTimeMsToTimeElapsedString(milliseconds, milliPrecision);\n },\n getTimeSinceLastAug: () => (): number => {\n return Player.playtimeSinceLastAug;\n },\n alert:\n (ctx: NetscriptContext) =>\n (_message: unknown): void => {\n const message = helpers.string(ctx, \"message\", _message);\n dialogBoxCreate(message, true);\n },\n toast:\n (ctx: NetscriptContext) =>\n (_message: unknown, _variant: unknown = ToastVariant.SUCCESS, _duration: unknown = 2000): void => {\n const message = helpers.string(ctx, \"message\", _message);\n const variant = helpers.string(ctx, \"variant\", _variant);\n const duration = _duration === null ? null : helpers.number(ctx, \"duration\", _duration);\n if (!checkEnum(ToastVariant, variant))\n throw new Error(`variant must be one of ${Object.values(ToastVariant).join(\", \")}`);\n SnackbarEvents.emit(message, variant as ToastVariant, duration);\n },\n prompt:\n (ctx: NetscriptContext) =>\n (_txt: unknown, options?: { type?: string; options?: string[] }): Promise => {\n const txt = helpers.string(ctx, \"txt\", _txt);\n\n return new Promise(function (resolve) {\n PromptEvent.emit({\n txt: txt,\n options,\n resolve: resolve,\n });\n });\n },\n wget:\n (ctx: NetscriptContext) =>\n async (_url: unknown, _target: unknown, _hostname: unknown = ctx.workerScript.hostname): Promise => {\n const url = helpers.string(ctx, \"url\", _url);\n const target = helpers.string(ctx, \"target\", _target);\n const hostname = helpers.string(ctx, \"hostname\", _hostname);\n if (!isScriptFilename(target) && !target.endsWith(\".txt\")) {\n helpers.log(ctx, () => `Invalid target file: '${target}'. Must be a script or text file.`);\n return Promise.resolve(false);\n }\n const s = helpers.getServer(ctx, hostname);\n return new Promise(function (resolve) {\n $.get(\n url,\n function (data) {\n let res;\n if (isScriptFilename(target)) {\n res = s.writeToScriptFile(target, data);\n } else {\n res = s.writeToTextFile(target, data);\n }\n if (!res.success) {\n helpers.log(ctx, () => \"Failed.\");\n return resolve(false);\n }\n if (res.overwritten) {\n helpers.log(ctx, () => `Successfully retrieved content and overwrote '${target}' on '${hostname}'`);\n return resolve(true);\n }\n helpers.log(ctx, () => `Successfully retrieved content to new file '${target}' on '${hostname}'`);\n return resolve(true);\n },\n \"text\",\n ).fail(function (e) {\n helpers.log(ctx, () => JSON.stringify(e));\n return resolve(false);\n });\n });\n },\n getFavorToDonate: () => (): number => {\n return Math.floor(CONSTANTS.BaseFavorToDonate * BitNodeMultipliers.RepToDonateToFaction);\n },\n getPlayer: () => (): INetscriptPlayer => {\n const data = {\n hp: JSON.parse(JSON.stringify(Player.hp)),\n skills: JSON.parse(JSON.stringify(Player.skills)),\n exp: JSON.parse(JSON.stringify(Player.exp)),\n mults: JSON.parse(JSON.stringify(Player.mults)),\n numPeopleKilled: Player.numPeopleKilled,\n money: Player.money,\n city: Player.city,\n location: Player.location,\n bitNodeN: Player.bitNodeN,\n totalPlaytime: Player.totalPlaytime,\n playtimeSinceLastAug: Player.playtimeSinceLastAug,\n playtimeSinceLastBitnode: Player.playtimeSinceLastBitnode,\n jobs: {},\n factions: Player.factions.slice(),\n tor: Player.hasTorRouter(),\n inBladeburner: Player.inBladeburner(),\n hasCorporation: Player.hasCorporation(),\n entropy: Player.entropy,\n };\n Object.assign(data.jobs, Player.jobs);\n return data;\n },\n atExit:\n (ctx: NetscriptContext) =>\n (f: unknown): void => {\n if (typeof f !== \"function\") {\n throw helpers.makeRuntimeErrorMsg(ctx, \"argument should be function\");\n }\n ctx.workerScript.atExit = () => {\n f();\n }; // Wrap the user function to prevent WorkerScript leaking as 'this'\n },\n mv:\n (ctx: NetscriptContext) =>\n (_host: unknown, _source: unknown, _destination: unknown): void => {\n const host = helpers.string(ctx, \"host\", _host);\n const source = helpers.string(ctx, \"source\", _source);\n const destination = helpers.string(ctx, \"destination\", _destination);\n\n if (!isValidFilePath(source)) throw helpers.makeRuntimeErrorMsg(ctx, `Invalid filename: '${source}'`);\n if (!isValidFilePath(destination)) throw helpers.makeRuntimeErrorMsg(ctx, `Invalid filename: '${destination}'`);\n\n const source_is_txt = source.endsWith(\".txt\");\n const dest_is_txt = destination.endsWith(\".txt\");\n\n if (!isScriptFilename(source) && !source_is_txt)\n throw helpers.makeRuntimeErrorMsg(ctx, `'mv' can only be used on scripts and text files (.txt)`);\n if (source_is_txt != dest_is_txt)\n throw helpers.makeRuntimeErrorMsg(ctx, `Source and destination files must have the same type`);\n\n if (source === destination) {\n return;\n }\n\n const destServer = helpers.getServer(ctx, host);\n\n if (!source_is_txt && destServer.isRunning(source))\n throw helpers.makeRuntimeErrorMsg(ctx, `Cannot use 'mv' on a script that is running`);\n\n interface File {\n filename: string;\n }\n\n const files = source_is_txt ? destServer.textFiles : destServer.scripts;\n let source_file: File | null = null;\n let dest_file: File | null = null;\n\n for (let i = 0; i < files.length; ++i) {\n const file = files[i];\n if (file.filename === source) {\n source_file = file;\n } else if (file.filename === destination) {\n dest_file = file;\n }\n }\n\n if (source_file == null) throw helpers.makeRuntimeErrorMsg(ctx, `Source file ${source} does not exist`);\n\n if (dest_file != null) {\n if (dest_file instanceof TextFile && source_file instanceof TextFile) {\n dest_file.text = source_file.text;\n } else if (dest_file instanceof Script && source_file instanceof Script) {\n dest_file.code = source_file.code;\n dest_file.markUpdated();\n }\n\n destServer.removeFile(source);\n } else {\n source_file.filename = destination;\n if (source_file instanceof Script) {\n source_file.markUpdated();\n }\n }\n },\n flags: Flags,\n};\n\n// add undocumented functions\nexport const ns = {\n ...base,\n ...NetscriptExtra(),\n};\n\nconst possibleLogs = Object.fromEntries([...getFunctionNames(ns, \"\")].map((a) => [a, true]));\n/** Provides an array of all function names on a nested object */\nfunction getFunctionNames(obj: object, prefix: string): string[] {\n const functionNames: string[] = [];\n for (const [key, value] of Object.entries(obj)) {\n if (key === \"args\") {\n continue;\n } else if (typeof value == \"function\") {\n functionNames.push(prefix + key);\n } else if (typeof value == \"object\") {\n functionNames.push(...getFunctionNames(value, key + \".\"));\n }\n }\n return functionNames;\n}\n","import { Typography } from \"@mui/material\";\nimport React from \"react\";\nimport makeStyles from \"@mui/styles/makeStyles\";\nimport createStyles from \"@mui/styles/createStyles\";\nimport { Theme } from \"@mui/material/styles\";\n\n// This particular eslint-disable is correct.\n// In this super specific weird case we in fact do want a regex on an ANSII character.\n// eslint-disable-next-line no-control-regex\nconst ANSI_ESCAPE = new RegExp(\"\\u{001b}\\\\[(?.*?)m\", \"ug\");\n\nconst useStyles = makeStyles((theme: Theme) =>\n createStyles({\n success: {\n whiteSpace: \"pre-wrap\",\n overflowWrap: \"anywhere\",\n margin: theme.spacing(0),\n color: theme.colors.success,\n },\n error: {\n whiteSpace: \"pre-wrap\",\n overflowWrap: \"anywhere\",\n margin: theme.spacing(0),\n color: theme.palette.error.main,\n },\n primary: {\n whiteSpace: \"pre-wrap\",\n overflowWrap: \"anywhere\",\n margin: theme.spacing(0),\n color: theme.palette.primary.main,\n },\n info: {\n whiteSpace: \"pre-wrap\",\n overflowWrap: \"anywhere\",\n margin: theme.spacing(0),\n color: theme.palette.info.main,\n },\n warning: {\n whiteSpace: \"pre-wrap\",\n overflowWrap: \"anywhere\",\n margin: theme.spacing(0),\n color: theme.palette.warning.main,\n },\n }),\n);\n\nconst lineClass = (classes: Record, s: string): string => {\n const lineClassMap: Record = {\n error: classes.error,\n success: classes.success,\n info: classes.info,\n warn: classes.warning,\n };\n return lineClassMap[s] || classes.primary;\n};\n\ninterface IProps {\n text: unknown;\n color: \"primary\" | \"error\" | \"success\" | \"info\" | \"warn\";\n}\n\nexport const ANSIITypography = React.memo((props: IProps): React.ReactElement => {\n const text = String(props.text);\n const classes = useStyles();\n const parts = [];\n\n // Build a look-alike regex match to place at the front of the matches list\n const INITIAL = {\n 0: \"\",\n index: 0,\n groups: { code: null },\n };\n const matches = [INITIAL, ...text.matchAll(ANSI_ESCAPE), null];\n if (matches.length > 2) {\n matches.slice(0, -1).forEach((m, i) => {\n const n = matches[i + 1];\n if (!m || m.index === undefined || m.groups === undefined) {\n return;\n }\n const startIndex = m.index + m[0].length;\n const stopIndex = n ? n.index : text.length;\n const partText = text.slice(startIndex, stopIndex);\n if (startIndex !== stopIndex) {\n // Don't generate \"empty\" spans\n parts.push({ code: m.groups.code, text: partText });\n }\n });\n }\n if (parts.length === 0) {\n // For example, if the string was empty or there were no escape sequence matches\n parts.push({ code: null, text: text });\n }\n return (\n \n {parts.map((part, i) => (\n \n {part.text}\n \n ))}\n \n );\n});\n\nfunction ansiCodeStyle(code: string | null): Record {\n // The ANSI colors actually have the dark color set as default and require extra work to get\n // bright colors. But these are rarely used or, if they are, are often re-mapped by the\n // terminal emulator to brighter colors. So for foreground colors we use the bright color set\n // and for background colors we use the dark color set. Of course, all colors are available\n // via the longer ESC[n8;5;c] sequence (n={3,4}, c=color). Ideally, these 8-bit maps could\n // be managed in the user preferences/theme.\n const COLOR_MAP_BRIGHT: Record = {\n 0: \"#404040\",\n 1: \"#ff0000\",\n 2: \"#00ff00\",\n 3: \"#ffff00\",\n 4: \"#0000ff\",\n 5: \"#ff00ff\",\n 6: \"#00ffff\",\n 7: \"#ffffff\",\n };\n const COLOR_MAP_DARK: Record = {\n 8: \"#000000\",\n 9: \"#800000\",\n 10: \"#008000\",\n 11: \"#808000\",\n 12: \"#000080\",\n 13: \"#800080\",\n 14: \"#008080\",\n 15: \"#c0c0c0\",\n };\n\n const ansi2rgb = (code: number): string => {\n /* eslint-disable yoda */\n if (0 <= code && code < 8) {\n // x8 RGB\n return COLOR_MAP_BRIGHT[code];\n }\n if (8 <= code && code < 16) {\n // x8 RGB - \"High Intensity\" (but here, actually the dark set)\n return COLOR_MAP_DARK[code];\n }\n if (16 <= code && code < 232) {\n // x216 RGB\n const base = code - 16;\n const ir = Math.floor(base / 36);\n const ig = Math.floor((base % 36) / 6);\n const ib = Math.floor((base % 6) / 1);\n const r = ir <= 0 ? 0 : 55 + ir * 40;\n const g = ig <= 0 ? 0 : 55 + ig * 40;\n const b = ib <= 0 ? 0 : 55 + ib * 40;\n return `rgb(${r}, ${g}, ${b})`;\n }\n if (232 <= code && code < 256) {\n // x32 greyscale\n const base = code - 232;\n const grey = base * 10 + 8;\n return `rgb(${grey}, ${grey}, ${grey})`;\n }\n // shouldn't get here (under normal circumstances), but just in case\n return \"initial\";\n };\n\n type styleKey = \"fontWeight\" | \"textDecoration\" | \"color\" | \"backgroundColor\" | \"padding\";\n const style: {\n fontWeight?: string;\n textDecoration?: string;\n color?: string;\n backgroundColor?: string;\n padding?: string;\n } = {};\n\n if (code === null || code === \"0\") {\n return style;\n }\n\n const codeParts = code\n .split(\";\")\n .map((p) => parseInt(p))\n .filter(\n (p, i, arr) =>\n // If the sequence is 38;5 (x256 foreground color) or 48;5 (x256 background color),\n // filter out the 5 so the next codePart after {38,48} is the color code.\n p != 5 || i == 0 || (arr[i - 1] != 38 && arr[i - 1] != 48),\n );\n\n let nextStyleKey: styleKey | null = null;\n codeParts.forEach((codePart) => {\n /* eslint-disable yoda */\n if (nextStyleKey !== null) {\n style[nextStyleKey] = ansi2rgb(codePart);\n nextStyleKey = null;\n }\n // Decorations\n else if (codePart == 1) {\n style.fontWeight = \"bold\";\n } else if (codePart == 4) {\n style.textDecoration = \"underline\";\n }\n // Foreground Color (x8)\n else if (30 <= codePart && codePart < 38) {\n if (COLOR_MAP_BRIGHT[codePart % 10]) {\n style.color = COLOR_MAP_BRIGHT[codePart % 10];\n }\n }\n // Background Color (x8)\n else if (40 <= codePart && codePart < 48) {\n if (COLOR_MAP_DARK[codePart % 10]) {\n style.backgroundColor = COLOR_MAP_DARK[codePart % 10];\n }\n }\n // Foreground Color (x256)\n else if (codePart == 38) {\n nextStyleKey = \"color\";\n }\n // Background Color (x256)\n else if (codePart == 48) {\n nextStyleKey = \"backgroundColor\";\n }\n });\n // If a background color is set, add slight padding to increase the background fill area.\n // This was previously display:inline-block, but that has display errors when line breaks are used.\n if (style.backgroundColor) {\n style.padding = \"0px 1px\";\n }\n return style;\n}\n","import React from \"react\";\nimport { newWorkStats, WorkStats } from \"../../Work/WorkStats\";\n\ninterface IGeneral {\n desc: JSX.Element;\n exp: WorkStats;\n}\n\nexport const GeneralActions: {\n [key: string]: IGeneral | undefined;\n} = {\n Training: {\n desc: (\n <>\n Improve your abilities at the Bladeburner unit's specialized training center. Doing this gives experience for\n all combat stats and also increases your max stamina.\n \n ),\n exp: newWorkStats({\n strExp: 30,\n defExp: 30,\n dexExp: 30,\n agiExp: 30,\n }),\n },\n\n \"Field Analysis\": {\n desc: (\n <>\n Mine and analyze Synthoid-related data. This improves the Bladeburner unit's intelligence on Synthoid locations\n and activities. Completing this action will improve the accuracy of your Synthoid population estimated in the\n current city.\n
\n
\n Does NOT require stamina.\n \n ),\n exp: newWorkStats({\n hackExp: 20,\n chaExp: 20,\n }),\n },\n\n Recruitment: {\n desc: (\n <>\n Attempt to recruit members for your Bladeburner team. These members can help you conduct operations.\n
\n
\n Does NOT require stamina.\n \n ),\n exp: newWorkStats({\n chaExp: 120,\n }),\n },\n\n Diplomacy: {\n desc: (\n <>\n Improve diplomatic relations with the Synthoid population. Completing this action will reduce the Chaos level in\n your current city.\n
\n
\n Does NOT require stamina.\n \n ),\n exp: newWorkStats({\n chaExp: 120,\n }),\n },\n\n \"Hyperbolic Regeneration Chamber\": {\n desc: (\n <>\n Enter cryogenic stasis using the Bladeburner division's hi-tech Regeneration Chamber. This will slowly heal your\n wounds and slightly increase your stamina.\n
\n
\n \n ),\n exp: newWorkStats(),\n },\n \"Incite Violence\": {\n desc: (\n <>\n Purposefully stir trouble in the synthoid community in order to gain a political edge. This will generate\n additional contracts and operations, at the cost of increased Chaos.\n \n ),\n exp: newWorkStats({\n strExp: 10,\n defExp: 10,\n dexExp: 10,\n agiExp: 10,\n chaExp: 10,\n }),\n },\n};\n","import { CompanyPositions } from \"../../Company/CompanyPositions\";\nimport { Company } from \"../../Company/Company\";\nimport { Player } from \"../../Player\";\nimport { WorkStats } from \"../WorkStats\";\nimport { BitNodeMultipliers } from \"../../BitNode/BitNodeMultipliers\";\nimport { CONSTANTS } from \"../../Constants\";\nimport { Person } from \"../../PersonObjects/Person\";\n\nexport const calculateCompanyWorkStats = (worker: Person, company: Company): WorkStats => {\n const companyPositionName = Player.jobs[company.name];\n const companyPosition = CompanyPositions[companyPositionName];\n\n // If player has SF-11, calculate salary multiplier from favor\n let favorMult = 1 + company.favor / 100;\n if (isNaN(favorMult)) {\n favorMult = 1;\n }\n\n let bn11Mult = 1;\n if (Player.sourceFileLvl(11) > 0) {\n bn11Mult = favorMult;\n }\n\n let jobPerformance = companyPosition.calculateJobPerformance(\n worker.skills.hacking,\n worker.skills.strength,\n worker.skills.defense,\n worker.skills.dexterity,\n worker.skills.agility,\n worker.skills.charisma,\n );\n\n jobPerformance += worker.skills.intelligence / CONSTANTS.MaxSkillLevel;\n\n return {\n money:\n companyPosition.baseSalary *\n company.salaryMultiplier *\n worker.mults.work_money *\n BitNodeMultipliers.CompanyWorkMoney *\n bn11Mult,\n reputation: jobPerformance * worker.mults.company_rep * favorMult,\n hackExp:\n companyPosition.hackingExpGain *\n company.expMultiplier *\n worker.mults.hacking_exp *\n BitNodeMultipliers.CompanyWorkExpGain,\n strExp:\n companyPosition.strengthExpGain *\n company.expMultiplier *\n worker.mults.strength_exp *\n BitNodeMultipliers.CompanyWorkExpGain,\n defExp:\n companyPosition.defenseExpGain *\n company.expMultiplier *\n worker.mults.defense_exp *\n BitNodeMultipliers.CompanyWorkExpGain,\n dexExp:\n companyPosition.dexterityExpGain *\n company.expMultiplier *\n worker.mults.dexterity_exp *\n BitNodeMultipliers.CompanyWorkExpGain,\n agiExp:\n companyPosition.agilityExpGain *\n company.expMultiplier *\n worker.mults.agility_exp *\n BitNodeMultipliers.CompanyWorkExpGain,\n chaExp:\n companyPosition.charismaExpGain *\n company.expMultiplier *\n worker.mults.charisma_exp *\n BitNodeMultipliers.CompanyWorkExpGain,\n intExp: 0,\n };\n};\n","import { ActiveFragment } from \"./ActiveFragment\";\n\nexport class BaseGift {\n fragments: ActiveFragment[];\n _width?: number;\n _height?: number;\n\n constructor(width?: number, height?: number, fragments: ActiveFragment[] = []) {\n this.fragments = fragments;\n this._width = width;\n this._height = height;\n }\n\n width(): number {\n return this._width || 4;\n }\n height(): number {\n return this._height || 4;\n }\n fragmentAt(worldX: number, worldY: number): ActiveFragment | undefined {\n for (const aFrag of this.fragments) {\n if (aFrag.fullAt(worldX, worldY)) {\n return aFrag;\n }\n }\n\n return undefined;\n }\n}\n","import { EventEmitter } from \"../utils/EventEmitter\";\nexport const StaneksGiftEvents = new EventEmitter<[]>();\n","/**\n * Metadata for constructing Location objects for all Locations\n * in the game\n */\nimport { CityName } from \"./CityNames\";\nimport { LocationName } from \"./LocationNames\";\nimport { IConstructorParams } from \"../Location\";\nimport { LocationType } from \"../LocationTypeEnum\";\n\nexport const LocationsMetadata: IConstructorParams[] = [\n {\n city: CityName.Aevum,\n infiltrationData: {\n maxClearanceLevel: 12,\n startingSecurityLevel: 8.18,\n },\n name: LocationName.AevumAeroCorp,\n types: [LocationType.Company],\n },\n {\n city: CityName.Aevum,\n infiltrationData: {\n maxClearanceLevel: 15,\n startingSecurityLevel: 8.19,\n },\n name: LocationName.AevumBachmanAndAssociates,\n types: [LocationType.Company],\n },\n {\n city: CityName.Aevum,\n infiltrationData: {\n maxClearanceLevel: 18,\n startingSecurityLevel: 9.55,\n },\n name: LocationName.AevumClarkeIncorporated,\n types: [LocationType.Company],\n },\n {\n city: CityName.Aevum,\n costMult: 3,\n expMult: 2,\n name: LocationName.AevumCrushFitnessGym,\n types: [LocationType.Gym],\n },\n {\n city: CityName.Aevum,\n infiltrationData: {\n maxClearanceLevel: 37,\n startingSecurityLevel: 17.02,\n },\n name: LocationName.AevumECorp,\n types: [LocationType.Company, LocationType.TechVendor],\n techVendorMaxRam: 512,\n techVendorMinRam: 128,\n },\n {\n city: CityName.Aevum,\n infiltrationData: {\n maxClearanceLevel: 25,\n startingSecurityLevel: 15.54,\n },\n name: LocationName.AevumFulcrumTechnologies,\n types: [LocationType.Company, LocationType.TechVendor],\n techVendorMaxRam: 1024,\n techVendorMinRam: 256,\n },\n {\n city: CityName.Aevum,\n infiltrationData: {\n maxClearanceLevel: 12,\n startingSecurityLevel: 7.89,\n },\n name: LocationName.AevumGalacticCybersystems,\n types: [LocationType.Company],\n },\n {\n city: CityName.Aevum,\n infiltrationData: {\n maxClearanceLevel: 6,\n startingSecurityLevel: 3.29,\n },\n name: LocationName.AevumNetLinkTechnologies,\n types: [LocationType.Company, LocationType.TechVendor],\n techVendorMaxRam: 64,\n techVendorMinRam: 8,\n },\n {\n city: CityName.Aevum,\n infiltrationData: {\n maxClearanceLevel: 6,\n startingSecurityLevel: 5.35,\n },\n name: LocationName.AevumPolice,\n types: [LocationType.Company],\n },\n {\n city: CityName.Aevum,\n infiltrationData: {\n maxClearanceLevel: 5,\n startingSecurityLevel: 5.02,\n },\n name: LocationName.AevumRhoConstruction,\n types: [LocationType.Company],\n },\n {\n city: CityName.Aevum,\n costMult: 10,\n expMult: 5,\n name: LocationName.AevumSnapFitnessGym,\n types: [LocationType.Gym],\n },\n {\n city: CityName.Aevum,\n costMult: 4,\n expMult: 3,\n name: LocationName.AevumSummitUniversity,\n types: [LocationType.University],\n },\n {\n city: CityName.Aevum,\n infiltrationData: {\n maxClearanceLevel: 7,\n startingSecurityLevel: 5.85,\n },\n name: LocationName.AevumWatchdogSecurity,\n types: [LocationType.Company],\n },\n {\n city: CityName.Aevum,\n name: LocationName.AevumCasino,\n types: [LocationType.Casino],\n },\n {\n city: CityName.Chongqing,\n infiltrationData: {\n maxClearanceLevel: 25,\n startingSecurityLevel: 16.25,\n },\n name: LocationName.ChongqingKuaiGongInternational,\n types: [LocationType.Company],\n },\n {\n city: CityName.Chongqing,\n infiltrationData: {\n maxClearanceLevel: 18,\n startingSecurityLevel: 12.59,\n },\n name: LocationName.ChongqingSolarisSpaceSystems,\n types: [LocationType.Company],\n },\n {\n city: CityName.Ishima,\n infiltrationData: {\n maxClearanceLevel: 12,\n startingSecurityLevel: 5.02,\n },\n name: LocationName.IshimaNovaMedical,\n types: [LocationType.Company],\n },\n {\n city: CityName.Ishima,\n infiltrationData: {\n maxClearanceLevel: 10,\n startingSecurityLevel: 3.2,\n },\n name: LocationName.IshimaOmegaSoftware,\n types: [LocationType.Company, LocationType.TechVendor],\n techVendorMaxRam: 128,\n techVendorMinRam: 4,\n },\n {\n city: CityName.Ishima,\n infiltrationData: {\n maxClearanceLevel: 25,\n startingSecurityLevel: 5.38,\n },\n name: LocationName.IshimaStormTechnologies,\n types: [LocationType.Company, LocationType.TechVendor],\n techVendorMaxRam: 512,\n techVendorMinRam: 32,\n },\n {\n city: CityName.NewTokyo,\n infiltrationData: {\n maxClearanceLevel: 17,\n startingSecurityLevel: 7.18,\n },\n name: LocationName.NewTokyoDefComm,\n types: [LocationType.Company],\n },\n {\n city: CityName.NewTokyo,\n infiltrationData: {\n maxClearanceLevel: 20,\n startingSecurityLevel: 5.9,\n },\n name: LocationName.NewTokyoGlobalPharmaceuticals,\n types: [LocationType.Company],\n },\n {\n city: CityName.NewTokyo,\n infiltrationData: {\n maxClearanceLevel: 5,\n startingSecurityLevel: 2.5,\n },\n name: LocationName.NewTokyoNoodleBar,\n types: [LocationType.Company, LocationType.Special],\n },\n {\n city: CityName.NewTokyo,\n infiltrationData: {\n maxClearanceLevel: 25,\n startingSecurityLevel: 5.52,\n },\n name: LocationName.NewTokyoVitaLife,\n types: [LocationType.Company, LocationType.Special],\n },\n {\n city: CityName.NewTokyo,\n name: LocationName.NewTokyoArcade,\n types: [LocationType.Special],\n },\n {\n city: CityName.Sector12,\n infiltrationData: {\n maxClearanceLevel: 10,\n startingSecurityLevel: 3.62,\n },\n name: LocationName.Sector12AlphaEnterprises,\n types: [LocationType.Company, LocationType.TechVendor],\n techVendorMaxRam: 8,\n techVendorMinRam: 2,\n },\n {\n city: CityName.Sector12,\n infiltrationData: {\n maxClearanceLevel: 25,\n startingSecurityLevel: 10.59,\n },\n name: LocationName.Sector12BladeIndustries,\n types: [LocationType.Company],\n },\n {\n city: CityName.Sector12,\n name: LocationName.Sector12CIA,\n types: [LocationType.Company],\n },\n {\n city: CityName.Sector12,\n infiltrationData: {\n maxClearanceLevel: 15,\n startingSecurityLevel: 4.66,\n },\n name: LocationName.Sector12CarmichaelSecurity,\n types: [LocationType.Company],\n },\n {\n city: CityName.Sector12,\n name: LocationName.Sector12CityHall,\n types: [LocationType.Special],\n },\n {\n city: CityName.Sector12,\n infiltrationData: {\n maxClearanceLevel: 12,\n startingSecurityLevel: 5.9,\n },\n name: LocationName.Sector12DeltaOne,\n types: [LocationType.Company],\n },\n {\n city: CityName.Sector12,\n name: LocationName.Sector12FoodNStuff,\n types: [LocationType.Company],\n },\n {\n city: CityName.Sector12,\n infiltrationData: {\n maxClearanceLevel: 25,\n startingSecurityLevel: 8.18,\n },\n name: LocationName.Sector12FourSigma,\n types: [LocationType.Company],\n },\n {\n city: CityName.Sector12,\n infiltrationData: {\n maxClearanceLevel: 17,\n startingSecurityLevel: 6.02,\n },\n name: LocationName.Sector12IcarusMicrosystems,\n types: [LocationType.Company],\n },\n {\n city: CityName.Sector12,\n expMult: 1,\n costMult: 1,\n name: LocationName.Sector12IronGym,\n types: [LocationType.Gym],\n },\n {\n city: CityName.Sector12,\n infiltrationData: {\n maxClearanceLevel: 5,\n startingSecurityLevel: 3.13,\n },\n name: LocationName.Sector12JoesGuns,\n types: [LocationType.Company],\n },\n {\n city: CityName.Sector12,\n infiltrationData: {\n maxClearanceLevel: 31,\n startingSecurityLevel: 16.36,\n },\n name: LocationName.Sector12MegaCorp,\n types: [LocationType.Company],\n },\n {\n city: CityName.Sector12,\n name: LocationName.Sector12NSA,\n types: [LocationType.Company, LocationType.Special],\n },\n {\n city: CityName.Sector12,\n costMult: 20,\n expMult: 10,\n name: LocationName.Sector12PowerhouseGym,\n types: [LocationType.Gym],\n },\n {\n city: CityName.Sector12,\n costMult: 3,\n expMult: 2,\n name: LocationName.Sector12RothmanUniversity,\n types: [LocationType.University],\n },\n {\n city: CityName.Sector12,\n infiltrationData: {\n maxClearanceLevel: 12,\n startingSecurityLevel: 5.9,\n },\n name: LocationName.Sector12UniversalEnergy,\n types: [LocationType.Company],\n },\n {\n city: CityName.Volhaven,\n infiltrationData: {\n maxClearanceLevel: 15,\n startingSecurityLevel: 3.59,\n },\n name: LocationName.VolhavenCompuTek,\n types: [LocationType.Company, LocationType.TechVendor],\n techVendorMaxRam: 256,\n techVendorMinRam: 8,\n },\n {\n city: CityName.Volhaven,\n infiltrationData: {\n maxClearanceLevel: 18,\n startingSecurityLevel: 7.28,\n },\n name: LocationName.VolhavenHeliosLabs,\n types: [LocationType.Company],\n },\n {\n city: CityName.Volhaven,\n infiltrationData: {\n maxClearanceLevel: 15,\n startingSecurityLevel: 4.35,\n },\n name: LocationName.VolhavenLexoCorp,\n types: [LocationType.Company],\n },\n {\n city: CityName.Volhaven,\n costMult: 7,\n expMult: 4,\n name: LocationName.VolhavenMilleniumFitnessGym,\n types: [LocationType.Gym],\n },\n {\n city: CityName.Volhaven,\n infiltrationData: {\n maxClearanceLevel: 50,\n startingSecurityLevel: 8.53,\n },\n name: LocationName.VolhavenNWO,\n types: [LocationType.Company],\n },\n {\n city: CityName.Volhaven,\n infiltrationData: {\n maxClearanceLevel: 25,\n startingSecurityLevel: 7.74,\n },\n name: LocationName.VolhavenOmniTekIncorporated,\n types: [LocationType.Company, LocationType.TechVendor],\n techVendorMaxRam: 1024,\n techVendorMinRam: 128,\n },\n {\n city: CityName.Volhaven,\n infiltrationData: {\n maxClearanceLevel: 22,\n startingSecurityLevel: 6,\n },\n name: LocationName.VolhavenOmniaCybersystems,\n types: [LocationType.Company],\n },\n {\n city: CityName.Volhaven,\n infiltrationData: {\n maxClearanceLevel: 18,\n startingSecurityLevel: 4.77,\n },\n name: LocationName.VolhavenSysCoreSecurities,\n types: [LocationType.Company],\n },\n {\n city: CityName.Volhaven,\n costMult: 5,\n expMult: 4,\n name: LocationName.VolhavenZBInstituteOfTechnology,\n types: [LocationType.University],\n },\n {\n city: null,\n name: LocationName.Hospital,\n types: [LocationType.Hospital],\n },\n {\n city: null,\n name: LocationName.Slums,\n types: [LocationType.Slums],\n },\n {\n city: null,\n name: LocationName.TravelAgency,\n types: [LocationType.TravelAgency],\n },\n {\n city: null,\n name: LocationName.WorldStockExchange,\n types: [LocationType.StockMarket],\n },\n {\n city: CityName.Chongqing,\n name: LocationName.ChongqingChurchOfTheMachineGod,\n types: [LocationType.Special],\n },\n {\n city: CityName.Ishima,\n name: LocationName.IshimaGlitch,\n types: [LocationType.Special],\n },\n];\n","import { EmployeePositions } from \"./EmployeePositions\";\nimport { CorporationConstants } from \"./data/Constants\";\nimport { getRandomInt } from \"../utils/helpers/getRandomInt\";\nimport { generateRandomString } from \"../utils/StringHelperFunctions\";\nimport { Generic_fromJSON, Generic_toJSON, IReviverValue, Reviver } from \"../utils/JSONReviver\";\nimport { Employee } from \"./Employee\";\nimport { Industry } from \"./Industry\";\nimport { Corporation } from \"./Corporation\";\n\ninterface IParams {\n loc?: string;\n size?: number;\n}\n\nexport class OfficeSpace {\n loc: string;\n size: number;\n\n minEne = 0;\n minHap = 0;\n minMor = 0;\n\n maxEne = 100;\n maxHap = 100;\n maxMor = 100;\n\n autoCoffee = false;\n autoParty = false;\n coffeeMult = 0;\n partyMult = 0;\n coffeeEmployees = 0;\n partyEmployees = 0;\n\n employees: Employee[] = [];\n employeeProd: { [key: string]: number } = {\n [EmployeePositions.Operations]: 0,\n [EmployeePositions.Engineer]: 0,\n [EmployeePositions.Business]: 0,\n [EmployeePositions.Management]: 0,\n [EmployeePositions.RandD]: 0,\n total: 0,\n };\n employeeJobs: { [key: string]: number } = {\n [EmployeePositions.Operations]: 0,\n [EmployeePositions.Engineer]: 0,\n [EmployeePositions.Business]: 0,\n [EmployeePositions.Management]: 0,\n [EmployeePositions.RandD]: 0,\n [EmployeePositions.Training]: 0,\n [EmployeePositions.Unassigned]: 0,\n };\n employeeNextJobs: { [key: string]: number } = {\n [EmployeePositions.Operations]: 0,\n [EmployeePositions.Engineer]: 0,\n [EmployeePositions.Business]: 0,\n [EmployeePositions.Management]: 0,\n [EmployeePositions.RandD]: 0,\n [EmployeePositions.Training]: 0,\n [EmployeePositions.Unassigned]: 0,\n };\n\n constructor(params: IParams = {}) {\n this.loc = params.loc ? params.loc : \"\";\n this.size = params.size ? params.size : 1;\n }\n\n atCapacity(): boolean {\n return this.employees.length >= this.size;\n }\n\n process(marketCycles = 1, corporation: Corporation, industry: Industry): number {\n // HRBuddy AutoRecruitment and training\n if (industry.hasResearch(\"HRBuddy-Recruitment\") && !this.atCapacity()) {\n const emp = this.hireRandomEmployee();\n if (industry.hasResearch(\"HRBuddy-Training\") && emp !== undefined) {\n emp.pos = EmployeePositions.Training;\n }\n }\n\n // Update employee jobs and job counts\n for (const employee of this.employees) {\n employee.pos = employee.nextPos;\n }\n this.calculateTotalEmployees();\n this.calculateNextEmployees();\n\n // Process Office properties\n this.maxEne = 100;\n this.maxHap = 100;\n this.maxMor = 100;\n\n if (industry.hasResearch(\"Go-Juice\")) {\n this.maxEne += 10;\n }\n if (industry.hasResearch(\"JoyWire\")) {\n this.maxHap += 10;\n }\n if (industry.hasResearch(\"Sti.mu\")) {\n this.maxMor += 10;\n }\n if (industry.hasResearch(\"AutoBrew\")) {\n this.autoCoffee = true;\n }\n if (industry.hasResearch(\"AutoPartyManager\")) {\n this.autoParty = true;\n }\n\n // Calculate changes in Morale/Happiness/Energy for Employees\n let perfMult = 1; //Multiplier for employee morale/happiness/energy based on company performance\n if (corporation.funds < 0 && industry.lastCycleRevenue < 0) {\n perfMult = Math.pow(0.99, marketCycles);\n } else if (corporation.funds > 0 && industry.lastCycleRevenue > 0) {\n perfMult = Math.pow(1.01, marketCycles);\n }\n\n let totalSalary = 0;\n for (const employee of this.employees) {\n const salary = employee.process(marketCycles);\n totalSalary += salary;\n\n if (this.autoCoffee) {\n employee.ene = this.maxEne;\n } else if (this.coffeeMult > 1) {\n const mult = 1 + ((this.coffeeMult - 1) * this.employees.length) / this.coffeeEmployees;\n employee.ene *= mult;\n } else {\n employee.ene *= perfMult;\n }\n\n if (this.autoParty) {\n employee.mor = this.maxMor;\n employee.hap = this.maxHap;\n } else if (this.partyMult > 1) {\n const mult = 1 + ((this.partyMult - 1) * this.employees.length) / this.partyEmployees;\n employee.mor *= mult;\n employee.hap *= mult;\n } else {\n employee.mor *= perfMult;\n employee.hap *= perfMult;\n }\n\n employee.ene = Math.max(Math.min(employee.ene, this.maxEne), this.minEne);\n employee.mor = Math.max(Math.min(employee.mor, this.maxMor), this.minMor);\n employee.hap = Math.max(Math.min(employee.hap, this.maxHap), this.minHap);\n }\n\n this.coffeeMult = 0;\n this.partyMult = 0;\n this.coffeeEmployees = 0;\n this.partyEmployees = 0;\n\n this.calculateEmployeeProductivity(corporation, industry);\n return totalSalary;\n }\n\n calculateNextEmployees(): void {\n //Reset\n for (const name of Object.keys(this.employeeNextJobs)) {\n this.employeeNextJobs[name] = 0;\n }\n\n for (let i = 0; i < this.employees.length; ++i) {\n const employee = this.employees[i];\n this.employeeNextJobs[employee.nextPos]++;\n }\n }\n\n calculateTotalEmployees(): void {\n //Reset\n for (const name of Object.keys(this.employeeJobs)) {\n this.employeeJobs[name] = 0;\n }\n\n for (let i = 0; i < this.employees.length; ++i) {\n const employee = this.employees[i];\n this.employeeJobs[employee.pos]++;\n }\n }\n\n calculateEmployeeProductivity(corporation: Corporation, industry: Industry): void {\n //Reset\n for (const name of Object.keys(this.employeeProd)) {\n this.employeeProd[name] = 0;\n }\n\n let total = 0;\n for (let i = 0; i < this.employees.length; ++i) {\n const employee = this.employees[i];\n const prod = employee.calculateProductivity(corporation, industry);\n this.employeeProd[employee.pos] += prod;\n total += prod;\n }\n this.employeeProd.total = total;\n }\n\n hireRandomEmployee(): Employee | undefined {\n if (this.atCapacity()) return;\n if (document.getElementById(\"cmpy-mgmt-hire-employee-popup\") != null) return;\n\n //Generate three random employees (meh, decent, amazing)\n const int = getRandomInt(50, 100),\n cha = getRandomInt(50, 100),\n exp = getRandomInt(50, 100),\n cre = getRandomInt(50, 100),\n eff = getRandomInt(50, 100),\n sal = CorporationConstants.EmployeeSalaryMultiplier * (int + cha + exp + cre + eff);\n\n const emp = new Employee({\n intelligence: int,\n charisma: cha,\n experience: exp,\n creativity: cre,\n efficiency: eff,\n salary: sal,\n });\n\n const name = generateRandomString(7);\n\n for (let i = 0; i < this.employees.length; ++i) {\n if (this.employees[i].name === name) {\n return this.hireRandomEmployee();\n }\n }\n emp.name = name;\n this.employees.push(emp);\n\n this.calculateTotalEmployees();\n this.calculateNextEmployees();\n return emp;\n }\n\n assignSingleJob(employee: Employee, job: string): void {\n employee.nextPos = job;\n this.calculateNextEmployees();\n }\n\n autoAssignJob(job: string, target: number): boolean {\n let count = this.employeeNextJobs[job];\n\n for (const employee of this.employees) {\n if (count === target) {\n break;\n } else if (employee.nextPos === EmployeePositions.Unassigned && count <= target) {\n employee.nextPos = job;\n count++;\n } else if (employee.nextPos === job && count >= target) {\n employee.nextPos = EmployeePositions.Unassigned;\n count--;\n }\n }\n\n this.calculateNextEmployees();\n return count === target;\n }\n\n getCoffeeCost(): number {\n return 500e3 * this.employees.length;\n }\n\n setCoffee(mult = 1.05): boolean {\n if (mult > 1 && this.coffeeMult === 0 && !this.autoCoffee && this.employees.length > 0) {\n this.coffeeMult = mult;\n this.coffeeEmployees = this.employees.length;\n return true;\n }\n\n return false;\n }\n\n setParty(mult: number): boolean {\n if (mult > 1 && this.partyMult === 0 && !this.autoParty && this.employees.length > 0) {\n this.partyMult = mult;\n this.partyEmployees = this.employees.length;\n return true;\n }\n\n return false;\n }\n\n toJSON(): IReviverValue {\n return Generic_toJSON(\"OfficeSpace\", this);\n }\n\n static fromJSON(value: IReviverValue): OfficeSpace {\n return Generic_fromJSON(OfficeSpace, value.data);\n }\n}\n\nReviver.constructors.OfficeSpace = OfficeSpace;\n","import { Material } from \"./Material\";\nimport { Corporation } from \"./Corporation\";\nimport { Industry } from \"./Industry\";\nimport { MaterialSizes } from \"./MaterialSizes\";\nimport { Generic_fromJSON, Generic_toJSON, IReviverValue, Reviver } from \"../utils/JSONReviver\";\nimport { exceptionAlert } from \"../utils/helpers/exceptionAlert\";\n\ninterface IConstructorParams {\n corp?: Corporation;\n industry?: Industry;\n loc?: string;\n size?: number;\n}\n\nexport class Warehouse {\n // Warehouse's level, which affects its maximum size\n level = 1;\n\n // City that this Warehouse is in\n loc: string;\n\n // Map of Materials held by this Warehouse\n materials: Record;\n\n // Maximum amount warehouse can hold\n size: number;\n\n // Amount of space currently used by warehouse\n sizeUsed = 0;\n\n // Whether Smart Supply is enabled for this Industry (the Industry that this Warehouse is for)\n smartSupplyEnabled = false;\n\n // Decide if smart supply should use the materials already in the warehouse when deciding on the amount to buy.\n smartSupplyUseLeftovers: { [key: string]: boolean | undefined } = {};\n\n // Stores the amount of product to be produced. Used for Smart Supply unlock.\n // The production tracked by smart supply is always based on the previous cycle,\n // so it will always trail the \"true\" production by 1 cycle\n smartSupplyStore = 0;\n\n constructor(params: IConstructorParams = {}) {\n this.loc = params.loc ? params.loc : \"\";\n this.size = params.size ? params.size : 0;\n\n this.materials = {\n Water: new Material({ name: \"Water\" }),\n Energy: new Material({ name: \"Energy\" }),\n Food: new Material({ name: \"Food\" }),\n Plants: new Material({ name: \"Plants\" }),\n Metal: new Material({ name: \"Metal\" }),\n Hardware: new Material({ name: \"Hardware\" }),\n Chemicals: new Material({ name: \"Chemicals\" }),\n Drugs: new Material({ name: \"Drugs\" }),\n Robots: new Material({ name: \"Robots\" }),\n AICores: new Material({ name: \"AI Cores\" }),\n RealEstate: new Material({ name: \"Real Estate\" }),\n };\n\n this.smartSupplyUseLeftovers = {\n Water: true,\n Energy: true,\n Food: true,\n Plants: true,\n Metal: true,\n Hardware: true,\n Chemicals: true,\n Drugs: true,\n Robots: true,\n AICores: true,\n RealEstate: true,\n };\n\n if (params.corp && params.industry) {\n this.updateSize(params.corp, params.industry);\n }\n\n // Default smart supply to being enabled if the upgrade is unlocked\n if (params.corp?.unlockUpgrades[1]) {\n this.smartSupplyEnabled = true;\n }\n }\n\n // Re-calculate how much space is being used by this Warehouse\n updateMaterialSizeUsed(): void {\n this.sizeUsed = 0;\n for (const matName of Object.keys(this.materials)) {\n const mat = this.materials[matName];\n if (MaterialSizes.hasOwnProperty(matName)) {\n this.sizeUsed += mat.qty * MaterialSizes[matName];\n }\n }\n if (this.sizeUsed > this.size) {\n console.warn(\"Warehouse size used greater than capacity, something went wrong\");\n }\n }\n\n updateSize(corporation: Corporation, industry: Industry): void {\n try {\n this.size = this.level * 100 * corporation.getStorageMultiplier() * industry.getStorageMultiplier();\n } catch (e: unknown) {\n exceptionAlert(e);\n }\n }\n\n // Serialize the current object to a JSON save state.\n toJSON(): IReviverValue {\n return Generic_toJSON(\"Warehouse\", this);\n }\n\n // Initializes a Warehouse object from a JSON save state.\n static fromJSON(value: IReviverValue): Warehouse {\n return Generic_fromJSON(Warehouse, value.data);\n }\n}\n\nReviver.constructors.Warehouse = Warehouse;\n","import { CheckBox, CheckBoxOutlineBlank, Construction } from \"@mui/icons-material\";\nimport { Box, Button, Container, List, ListItemButton, Paper, Typography } from \"@mui/material\";\nimport React, { useEffect, useState } from \"react\";\nimport { GraftingWork } from \"../../../Work/GraftingWork\";\nimport { Augmentation } from \"../../../Augmentation/Augmentation\";\nimport { AugmentationNames } from \"../../../Augmentation/data/AugmentationNames\";\nimport { StaticAugmentations } from \"../../../Augmentation/StaticAugmentations\";\nimport { CONSTANTS } from \"../../../Constants\";\nimport { hasAugmentationPrereqs } from \"../../../Faction/FactionHelpers\";\nimport { LocationName } from \"../../../Locations/data/LocationNames\";\nimport { Locations } from \"../../../Locations/Locations\";\nimport { PurchaseAugmentationsOrderSetting } from \"../../../Settings/SettingEnums\";\nimport { Settings } from \"../../../Settings/Settings\";\nimport { Router } from \"../../../ui/GameRoot\";\nimport { ConfirmationModal } from \"../../../ui/React/ConfirmationModal\";\nimport { Money } from \"../../../ui/React/Money\";\nimport { convertTimeMsToTimeElapsedString, formatNumber } from \"../../../utils/StringHelperFunctions\";\nimport { Player } from \"../../../Player\";\nimport { GraftableAugmentation } from \"../GraftableAugmentation\";\nimport { calculateGraftingTimeWithBonus, getGraftingAvailableAugs } from \"../GraftingHelpers\";\n\nexport const GraftableAugmentations = (): Record => {\n const gAugs: Record = {};\n for (const aug of Object.values(StaticAugmentations)) {\n const name = aug.name;\n const graftableAug = new GraftableAugmentation(aug);\n gAugs[name] = graftableAug;\n }\n return gAugs;\n};\n\nconst canGraft = (aug: GraftableAugmentation): boolean => {\n if (Player.money < aug.cost) {\n return false;\n }\n return hasAugmentationPrereqs(aug.augmentation);\n};\n\ninterface IProps {\n aug: Augmentation;\n}\n\nconst AugPreReqsChecklist = (props: IProps): React.ReactElement => {\n const aug = props.aug;\n\n return (\n \n Pre-Requisites:\n
\n {aug.prereqs.map((preAug) => (\n \n {Player.hasAugmentation(preAug) ? : }\n {preAug}\n \n ))}\n
\n );\n};\n\nexport const GraftingRoot = (): React.ReactElement => {\n const graftableAugmentations = useState(GraftableAugmentations())[0];\n\n const [selectedAug, setSelectedAug] = useState(getGraftingAvailableAugs()[0]);\n const [graftOpen, setGraftOpen] = useState(false);\n const selectedAugmentation = StaticAugmentations[selectedAug];\n\n const setRerender = useState(false)[1];\n function rerender(): void {\n setRerender((old) => !old);\n }\n\n const getAugsSorted = (): string[] => {\n const augs = getGraftingAvailableAugs();\n switch (Settings.PurchaseAugmentationsOrder) {\n case PurchaseAugmentationsOrderSetting.Cost:\n return augs.sort((a, b) => graftableAugmentations[a].cost - graftableAugmentations[b].cost);\n default:\n return augs;\n }\n };\n\n const switchSortOrder = (newOrder: PurchaseAugmentationsOrderSetting): void => {\n Settings.PurchaseAugmentationsOrder = newOrder;\n rerender();\n };\n\n useEffect(() => {\n const id = setInterval(rerender, 200);\n return () => clearInterval(id);\n }, []);\n\n return (\n \n \n Grafting Laboratory\n \n You find yourself in a secret laboratory, owned by a mysterious researcher.\n
\n The scientist explains that they've been studying Augmentation grafting, the process of applying Augmentations\n without requiring a body reset.\n
\n
\n Through legally questionable connections, the scientist has access to a vast array of Augmentation blueprints,\n even private designs. They offer to build and graft the Augmentations to you, in exchange for both a hefty sum\n of money, and being a lab rat.\n
\n\n \n \n Graft Augmentations\n \n \n \n \n \n {getGraftingAvailableAugs().length > 0 ? (\n \n \n {getAugsSorted().map((k, i) => (\n setSelectedAug(k)} selected={selectedAug === k}>\n \n {k}\n \n \n ))}\n \n \n \n {selectedAug}\n \n setGraftOpen(true)}\n sx={{ width: \"100%\" }}\n disabled={!canGraft(graftableAugmentations[selectedAug])}\n >\n Graft Augmentation (\n \n \n \n )\n \n setGraftOpen(false)}\n onConfirm={() => {\n Player.startWork(\n new GraftingWork({\n augmentation: selectedAug,\n singularity: false,\n }),\n );\n Player.startFocusing();\n Router.toWork();\n }}\n confirmationText={\n <>\n Cancelling grafting will not save grafting progress, and the money you spend will not{\" \"}\n be returned.\n {!Player.hasAugmentation(AugmentationNames.CongruityImplant) && (\n <>\n
\n
\n Additionally, grafting an Augmentation will increase the potency of the Entropy virus.\n \n )}\n \n }\n />\n \n \n Time to Graft:{\" \"}\n {convertTimeMsToTimeElapsedString(\n calculateGraftingTimeWithBonus(graftableAugmentations[selectedAug]),\n )}\n {/* Use formula so the displayed creation time is accurate to player bonus */}\n \n\n {selectedAugmentation.prereqs.length > 0 && }\n\n
\n\n \n {(() => {\n const info =\n typeof selectedAugmentation.info === \"string\" ? (\n {selectedAugmentation.info}\n ) : (\n selectedAugmentation.info\n );\n const tooltip = (\n <>\n {info}\n
\n
\n {selectedAugmentation.stats}\n \n );\n return tooltip;\n })()}\n
\n
\n
\n
\n ) : (\n All Augmentations owned\n )}\n
\n\n \n Entropy Virus\n\n \n \n Entropy strength: {Player.entropy}\n
\n All multipliers decreased by:{\" \"}\n {formatNumber((1 - CONSTANTS.EntropyEffect ** Player.entropy) * 100, 3)}% (multiplicative)\n
\n
\n\n \n When installed on an unconscious individual, Augmentations are scanned by the body on awakening, eliminating\n hidden malware. However, grafted Augmentations do not provide this security measure.\n
\n
\n Individuals who tested Augmentation grafting have reported symptoms of an unknown virus, which they've dubbed\n \"Entropy\". This virus seems to grow more potent with each grafted Augmentation...\n
\n
\n
\n );\n};\n","export class PlayerOwnedSourceFile {\n // Source-File level\n lvl = 1;\n\n // Source-File number\n n = 1;\n\n constructor(n: number, level: number) {\n this.n = n;\n this.lvl = level;\n }\n}\n","import { Button, Typography } from \"@mui/material\";\nimport React, { useState } from \"react\";\nimport { Modal } from \"../ui/React/Modal\";\n\nlet v2ModalOpen = false;\n\nexport const openV2Modal = (): void => {\n v2ModalOpen = true;\n};\n\nexport const V2Modal = (): React.ReactElement => {\n const [open, setOpen] = useState(v2ModalOpen);\n return (\n undefined}>\n Welcome to bitburner v2.0.0!{\" \"}\n While this version does not change the game a lot, it does have quite a few API breaks.{\" \"}\n \n A file was added to your home computer called V2_0_0_API_BREAK.txt and it is highly recommended you take a look\n at this file. It explains where most of the API break have occurred.\n {\" \"}\n \n You should also take a look at{\" \"}\n \n {\" \"}\n the migration guide\n {\" \"}\n as well as{\" \"}\n \n the changelog\n \n \n \n \n );\n};\n","import { toNative } from \"./toNative\";\nimport libarg from \"arg\";\nimport { ScriptArg } from \"../Netscript/ScriptArg\";\nimport { NetscriptContext } from \"../Netscript/APIWrapper\";\n\ntype FlagType = StringConstructor | NumberConstructor | BooleanConstructor | StringConstructor[];\ntype FlagsRet = { [key: string]: ScriptArg | string[] };\nexport function Flags(ctx: NetscriptContext | string[]): (data: unknown) => FlagsRet {\n const vargs = Array.isArray(ctx) ? ctx : ctx.workerScript.args;\n return (schema: unknown): FlagsRet => {\n schema = toNative(schema);\n if (!Array.isArray(schema)) throw new Error(\"flags schema passed in is invalid.\");\n const args: {\n [key: string]: FlagType;\n } = {};\n\n for (const d of schema) {\n let t: FlagType = String;\n if (typeof d[1] === \"number\") {\n t = Number;\n } else if (typeof d[1] === \"boolean\") {\n t = Boolean;\n } else if (Array.isArray(d[1])) {\n t = [String];\n }\n const numDashes = d[0].length > 1 ? 2 : 1;\n args[\"-\".repeat(numDashes) + d[0]] = t;\n }\n const ret: FlagsRet = libarg(args, { argv: vargs });\n for (const d of schema) {\n if (!ret.hasOwnProperty(\"--\" + d[0]) || !ret.hasOwnProperty(\"-\" + d[0])) ret[d[0]] = d[1];\n }\n for (const key of Object.keys(ret)) {\n if (!key.startsWith(\"-\")) continue;\n const value = ret[key];\n delete ret[key];\n const numDashes = key.length === 2 ? 1 : 2;\n ret[key.slice(numDashes)] = value;\n }\n return ret;\n };\n}\n","import { Interpreter } from \"../ThirdParty/JSInterpreter\";\n\nconst defaultInterpreter = new Interpreter(\"\", () => undefined);\n\ninterface PseudoObject {\n properties: Record;\n class: string;\n}\n\nconst isPseudoObject = (v: unknown): v is PseudoObject =>\n !!v &&\n typeof v === \"object\" &&\n v.hasOwnProperty(\"properties\") &&\n v.hasOwnProperty(\"getter\") &&\n v.hasOwnProperty(\"setter\") &&\n v.hasOwnProperty(\"proto\");\n\n// the acorn interpreter has a bug where it doesn't convert arrays correctly.\n// so we have to more or less copy it here.\nexport function toNative(pseudoObj: unknown): unknown {\n if (pseudoObj == null) return null;\n if (!isPseudoObject(pseudoObj)) {\n return pseudoObj; // it wasn't a pseudo object anyway.\n }\n\n if (pseudoObj.hasOwnProperty(\"class\") && pseudoObj.class === \"Array\") {\n const arr: unknown[] = [];\n const length = defaultInterpreter.getProperty(pseudoObj, \"length\");\n if (typeof length === \"number\") {\n for (let i = 0; i < length; i++) {\n if (defaultInterpreter.hasProperty(pseudoObj, i)) {\n arr[i] = toNative(defaultInterpreter.getProperty(pseudoObj, i));\n }\n }\n }\n return arr;\n } else {\n // Object.\n const obj: Record = {};\n for (const key of Object.keys(pseudoObj.properties)) {\n const val = pseudoObj.properties[key];\n obj[key] = toNative(val);\n }\n return obj;\n }\n}\n","/**\n * Uses the acorn.js library to parse a script's code into an AST and\n * recursively walk through that AST to replace import urls with blobs\n */\nimport * as walk from \"acorn-walk\";\nimport { parse } from \"acorn\";\n\nimport { ScriptUrl } from \"./Script/ScriptUrl\";\nimport { Script } from \"./Script/Script\";\nimport { areImportsEquals } from \"./Terminal/DirectoryHelpers\";\nimport { ScriptModule } from \"./Script/ScriptModule\";\n\n// Acorn type def is straight up incomplete so we have to fill with our own.\nexport type Node = any;\n\n// Makes a blob that contains the code of a given script.\nfunction makeScriptBlob(code: string): Blob {\n return new Blob([code], { type: \"text/javascript\" });\n}\n\nexport async function compile(script: Script, scripts: Script[]): Promise {\n //!shouldCompile ensures that script.module is non-null, hence the \"as\".\n if (!shouldCompile(script, scripts)) return script.module as Promise;\n script.queueCompile = true;\n //If we're already in the middle of compiling (script.module has not resolved yet), wait for the previous compilation to finish\n //If script.module is null, this does nothing.\n await script.module;\n //If multiple compiles were called on the same script before a compilation could be completed this ensures only one compilation is actually performed.\n if (!script.queueCompile) return script.module as Promise;\n script.queueCompile = false;\n script.updateRamUsage(scripts);\n const uurls = _getScriptUrls(script, scripts, []);\n const url = uurls[uurls.length - 1].url;\n if (script.url && script.url !== url) URL.revokeObjectURL(script.url);\n\n if (script.dependencies.length > 0) script.dependencies.forEach((dep) => URL.revokeObjectURL(dep.url));\n script.url = uurls[uurls.length - 1].url;\n // The URL at the top is the one we want to import. It will\n // recursively import all the other modules in the urlStack.\n //\n // Webpack likes to turn the import into a require, which sort of\n // but not really behaves like import. Particularly, it cannot\n // load fully dynamic content. So we hide the import from webpack\n // by placing it inside an eval call.\n script.module = new Promise((resolve) => resolve(eval(\"import(uurls[uurls.length - 1].url)\")));\n script.dependencies = uurls;\n return script.module;\n}\n\nfunction isDependencyOutOfDate(filename: string, scripts: Script[], scriptModuleSequenceNumber: number): boolean {\n const depScript = scripts.find((s) => s.filename == filename);\n\n // If the script is not present on the server, we should recompile, if only to get any necessary\n // compilation errors.\n if (!depScript) return true;\n\n const depIsMoreRecent = depScript.moduleSequenceNumber > scriptModuleSequenceNumber;\n return depIsMoreRecent;\n}\n/** Returns whether we should compile the script parameter.\n *\n * @param {Script} script\n * @param {Script[]} scripts\n */\nfunction shouldCompile(script: Script, scripts: Script[]): boolean {\n if (!script.module) return true;\n if (script.dependencies.some((dep) => isDependencyOutOfDate(dep.filename, scripts, script.moduleSequenceNumber))) {\n script.module = null;\n return true;\n }\n return false;\n}\n\n// Gets a stack of blob urls, the top/right-most element being\n// the blob url for the named script on the named server.\n//\n// - script -- the script for whom we are getting a URL.\n// - scripts -- all the scripts available on this server\n// - seen -- The modules above this one -- to prevent mutual dependency.\n//\n// TODO We don't make any effort to cache a given module when it is imported at\n// different parts of the tree. That hasn't presented any problem with during\n// testing, but it might be an idea for the future. Would require a topo-sort\n// then url-izing from leaf-most to root-most.\n/**\n * @param {Script} script\n * @param {Script[]} scripts\n * @param {Script[]} seen\n * @returns {ScriptUrl[]} All of the compiled scripts, with the final one\n * in the list containing the blob corresponding to\n * the script parameter.\n */\n// BUG: apparently seen is never consulted. Oops.\nfunction _getScriptUrls(script: Script, scripts: Script[], seen: Script[]): ScriptUrl[] {\n // Inspired by: https://stackoverflow.com/a/43834063/91401\n const urlStack: ScriptUrl[] = [];\n // Seen contains the dependents of the current script. Make sure we include that in the script dependents.\n for (const dependent of seen) {\n if (!script.dependents.some((s) => s.server === dependent.server && s.filename == dependent.filename)) {\n script.dependents.push({ server: dependent.server, filename: dependent.filename });\n }\n }\n seen.push(script);\n try {\n // Replace every import statement with an import to a blob url containing\n // the corresponding script. E.g.\n //\n // import {foo} from \"bar.js\";\n //\n // becomes\n //\n // import {foo} from \"blob://\"\n //\n // Where the blob URL contains the script content.\n\n // Parse the code into an ast tree\n const ast = parse(script.code, { sourceType: \"module\", ecmaVersion: \"latest\", ranges: true });\n interface importNode {\n filename: string;\n start: number;\n end: number;\n }\n const importNodes: importNode[] = [];\n // Walk the nodes of this tree and find any import declaration statements.\n walk.simple(ast, {\n ImportDeclaration(node: Node) {\n // Push this import onto the stack to replace\n if (!node.source) return;\n importNodes.push({\n filename: node.source.value,\n start: node.source.range[0] + 1,\n end: node.source.range[1] - 1,\n });\n },\n ExportNamedDeclaration(node: Node) {\n if (!node.source) return;\n importNodes.push({\n filename: node.source.value,\n start: node.source.range[0] + 1,\n end: node.source.range[1] - 1,\n });\n },\n ExportAllDeclaration(node: Node) {\n if (!node.source) return;\n importNodes.push({\n filename: node.source.value,\n start: node.source.range[0] + 1,\n end: node.source.range[1] - 1,\n });\n },\n });\n // Sort the nodes from last start index to first. This replaces the last import with a blob first,\n // preventing the ranges for other imports from being shifted.\n importNodes.sort((a, b) => b.start - a.start);\n let transformedCode = script.code;\n // Loop through each node and replace the script name with a blob url.\n for (const node of importNodes) {\n const filename = node.filename.startsWith(\"./\") ? node.filename.substring(2) : node.filename;\n\n // Find the corresponding script.\n const matchingScripts = scripts.filter((s) => areImportsEquals(s.filename, filename));\n if (matchingScripts.length === 0) continue;\n\n const [importedScript] = matchingScripts;\n\n const urls = _getScriptUrls(importedScript, scripts, seen);\n\n // The top url in the stack is the replacement import file for this script.\n urlStack.push(...urls);\n const blob = urls[urls.length - 1].url;\n\n // Replace the blob inside the import statement.\n transformedCode = transformedCode.substring(0, node.start) + blob + transformedCode.substring(node.end);\n }\n\n // We automatically define a print function() in the NetscriptJS module so that\n // accidental calls to window.print() do not bring up the \"print screen\" dialog\n transformedCode += `\\n//# sourceURL=${script.server}/${script.filename}`;\n\n const blob = URL.createObjectURL(makeScriptBlob(transformedCode));\n // Push the blob URL onto the top of the stack.\n urlStack.push(new ScriptUrl(script.filename, blob, script.moduleSequenceNumber));\n return urlStack;\n } catch (err) {\n // If there is an error, we need to clean up the URLs.\n for (const url of urlStack) URL.revokeObjectURL(url.url);\n throw err;\n } finally {\n seen.pop();\n }\n}\n","import { GetServer } from \"../Server/AllServers\";\nimport { RunningScript } from \"./RunningScript\";\n\nexport function getRamUsageFromRunningScript(script: RunningScript): number {\n if (script.ramUsage != null && script.ramUsage > 0) {\n return script.ramUsage; // Use cached value\n }\n\n const server = GetServer(script.server);\n if (server == null) {\n return 0;\n }\n for (let i = 0; i < server.scripts.length; ++i) {\n if (server.scripts[i].filename === script.filename) {\n // Cache the ram usage for the next call\n script.ramUsage = server.scripts[i].ramUsage;\n return script.ramUsage;\n }\n }\n\n return 0;\n}\n","import { Terminal } from \"../../../Terminal\";\nimport { removeLeadingSlash, removeTrailingSlash } from \"../../DirectoryHelpers\";\nimport { ScriptEditorRouteOptions } from \"../../../ui/Router\";\nimport { Router } from \"../../../ui/GameRoot\";\nimport { BaseServer } from \"../../../Server/BaseServer\";\nimport { isScriptFilename } from \"../../../Script/isScriptFilename\";\nimport { CursorPositions } from \"../../../ScriptEditor/CursorPositions\";\nimport { Script } from \"../../../Script/Script\";\nimport { isEmpty } from \"lodash\";\n\ninterface EditorParameters {\n args: (string | number | boolean)[];\n server: BaseServer;\n}\n\nfunction isNs2(filename: string): boolean {\n return filename.endsWith(\".js\");\n}\n\nconst newNs2Template = `/** @param {NS} ns */\nexport async function main(ns) {\n\n}`;\n\ninterface ISimpleScriptGlob {\n glob: string;\n preGlob: string;\n postGlob: string;\n globError: string;\n globMatches: string[];\n globAgainst: Script[];\n}\n\nfunction containsSimpleGlob(filename: string): boolean {\n return filename.includes(\"*\");\n}\n\nfunction detectSimpleScriptGlob({ args, server }: EditorParameters): ISimpleScriptGlob | null {\n if (args.length == 1 && containsSimpleGlob(`${args[0]}`)) {\n const filename = `${args[0]}`;\n const scripts = server.scripts;\n const parsedGlob = parseSimpleScriptGlob(filename, scripts);\n return parsedGlob;\n }\n return null;\n}\n\nfunction parseSimpleScriptGlob(globString: string, globDatabase: Script[]): ISimpleScriptGlob {\n const parsedGlob: ISimpleScriptGlob = {\n glob: globString,\n preGlob: \"\",\n postGlob: \"\",\n globError: \"\",\n globMatches: [],\n globAgainst: globDatabase,\n };\n\n // Ensure deep globs are minified to simple globs, which act as deep globs in this impl\n globString = globString.replace(\"**\", \"*\");\n\n // Ensure only a single glob is present\n if (globString.split(\"\").filter((c) => c == \"*\").length !== 1) {\n parsedGlob.globError = \"Only a single glob is supported per command.\\nexample: `nano my-dir/*.js`\";\n return parsedGlob;\n }\n\n // Split arg around glob, normalize preGlob path\n [parsedGlob.preGlob, parsedGlob.postGlob] = globString.split(\"*\");\n parsedGlob.preGlob = removeLeadingSlash(parsedGlob.preGlob);\n\n // Add CWD to preGlob path\n const cwd = removeTrailingSlash(Terminal.cwd());\n parsedGlob.preGlob = `${cwd}/${parsedGlob.preGlob}`;\n\n // For every script on the current server, filter matched scripts per glob values & persist\n globDatabase.forEach((script) => {\n const filename = script.filename.startsWith(\"/\") ? script.filename : `/${script.filename}`;\n if (filename.startsWith(parsedGlob.preGlob) && filename.endsWith(parsedGlob.postGlob)) {\n parsedGlob.globMatches.push(filename);\n }\n });\n\n // Rebuild glob for potential error reporting\n parsedGlob.glob = `${parsedGlob.preGlob}*${parsedGlob.postGlob}`;\n\n return parsedGlob;\n}\n\nexport function commonEditor(\n command: string,\n { args, server }: EditorParameters,\n scriptEditorRouteOptions?: ScriptEditorRouteOptions,\n): void {\n if (args.length < 1) {\n Terminal.error(`Incorrect usage of ${command} command. Usage: ${command} [scriptname]`);\n return;\n }\n\n let filesToLoadOrCreate = args;\n try {\n const globSearch = detectSimpleScriptGlob({ args, server });\n if (globSearch) {\n if (isEmpty(globSearch.globError) === false) throw new Error(globSearch.globError);\n filesToLoadOrCreate = globSearch.globMatches;\n }\n\n const files = filesToLoadOrCreate.map((arg) => {\n const filename = `${arg}`;\n\n if (isScriptFilename(filename)) {\n const filepath = Terminal.getFilepath(filename);\n const script = Terminal.getScript(filename);\n const fileIsNs2 = isNs2(filename);\n const code = script !== null ? script.code : fileIsNs2 ? newNs2Template : \"\";\n\n if (code === newNs2Template) {\n CursorPositions.saveCursor(filename, {\n row: 3,\n column: 5,\n });\n }\n\n return [filepath, code];\n }\n\n if (filename.endsWith(\".txt\")) {\n const filepath = Terminal.getFilepath(filename);\n const txt = Terminal.getTextFile(filename);\n return [filepath, txt === null ? \"\" : txt.text];\n }\n\n throw new Error(\n `Invalid file. Only scripts (.script or .js), or text files (.txt) can be edited with ${command}`,\n );\n });\n\n if (globSearch && files.length === 0) {\n throw new Error(`Could not find any valid files to open with ${command} using glob: \\`${globSearch.glob}\\``);\n }\n\n Router.toScriptEditor(Object.fromEntries(files), scriptEditorRouteOptions);\n } catch (e) {\n Terminal.error(`${e}`);\n }\n}\n","import React, { useState, useEffect } from \"react\";\nimport { Modal } from \"../../ui/React/Modal\";\nimport { Router } from \"../../ui/GameRoot\";\nimport { EventEmitter } from \"../../utils/EventEmitter\";\nimport Typography from \"@mui/material/Typography\";\nimport Button from \"@mui/material/Button\";\n\nexport const BitFlumeEvent = new EventEmitter<[]>();\n\nexport function BitFlumeModal(): React.ReactElement {\n const [open, setOpen] = useState(false);\n function flume(): void {\n Router.toBitVerse(true, false);\n setOpen(false);\n }\n\n useEffect(() => BitFlumeEvent.subscribe(() => setOpen(true)), []);\n\n return (\n setOpen(false)}>\n \n WARNING: USING THIS PROGRAM WILL CAUSE YOU TO LOSE ALL OF YOUR PROGRESS ON THE CURRENT BITNODE.\n
\n
\n Do you want to travel to the BitNode Nexus? This allows you to reset the current BitNode and select a new one.\n
\n
\n
\n \n
\n );\n}\n","/**\n * Sleeves are bodies that contain the player's cloned consciousness.\n * The player can use these bodies to perform different tasks synchronously.\n *\n * Each sleeve is its own individual, meaning it has its own stats/exp\n *\n * Sleeves are unlocked in BitNode-10.\n */\n\nimport { Player } from \"../../Player\";\nimport { Person } from \"../Person\";\n\nimport { Augmentation } from \"../../Augmentation/Augmentation\";\n\nimport { Crime } from \"../../Crime/Crime\";\nimport { Crimes } from \"../../Crime/Crimes\";\n\nimport { Companies } from \"../../Company/Companies\";\nimport { Company } from \"../../Company/Company\";\nimport { CompanyPosition } from \"../../Company/CompanyPosition\";\nimport { CompanyPositions } from \"../../Company/CompanyPositions\";\n\nimport { Contracts } from \"../../Bladeburner/data/Contracts\";\n\nimport { CONSTANTS } from \"../../Constants\";\n\nimport { Factions } from \"../../Faction/Factions\";\n\nimport { CityName } from \"../../Locations/data/CityNames\";\nimport { LocationName } from \"../../Locations/data/LocationNames\";\n\nimport { Generic_fromJSON, Generic_toJSON, IReviverValue, Reviver } from \"../../utils/JSONReviver\";\nimport { numeralWrapper } from \"../../ui/numeralFormat\";\nimport { FactionWorkType } from \"../../Work/data/FactionWorkType\";\nimport { Work } from \"./Work/Work\";\nimport { SleeveClassWork } from \"./Work/SleeveClassWork\";\nimport { ClassType } from \"../../Work/ClassWork\";\nimport { SleeveSynchroWork } from \"./Work/SleeveSynchroWork\";\nimport { SleeveRecoveryWork } from \"./Work/SleeveRecoveryWork\";\nimport { SleeveFactionWork } from \"./Work/SleeveFactionWork\";\nimport { SleeveCompanyWork } from \"./Work/SleeveCompanyWork\";\nimport { SleeveInfiltrateWork } from \"./Work/SleeveInfiltrateWork\";\nimport { SleeveSupportWork } from \"./Work/SleeveSupportWork\";\nimport { SleeveBladeburnerWork } from \"./Work/SleeveBladeburnerWork\";\nimport { SleeveCrimeWork } from \"./Work/SleeveCrimeWork\";\nimport * as sleeveMethods from \"./SleeveMethods\";\n\nexport class Sleeve extends Person {\n currentWork: Work | null = null;\n\n /** Clone retains 'memory' synchronization (and maybe exp?) upon prestige/installing Augs */\n memory = 1;\n\n /**\n * Sleeve shock. Number between 0 and 100\n * Trauma/shock that comes with being in a sleeve. Experience earned\n * is multiplied by shock%. This gets applied before synchronization\n *\n * Reputation earned is also multiplied by shock%\n */\n shock = 1;\n\n /** Stored number of game \"loop\" cycles */\n storedCycles = 0;\n\n /**\n * Synchronization. Number between 0 and 100\n * When experience is earned by sleeve, both the player and the sleeve get\n * sync% of the experience earned.\n */\n sync = 1;\n\n constructor() {\n super();\n this.shockRecovery();\n }\n\n applyAugmentation = sleeveMethods.applyAugmentation;\n findPurchasableAugs = sleeveMethods.findPurchasableAugs;\n\n shockBonus(): number {\n return this.shock / 100;\n }\n\n syncBonus(): number {\n return this.sync / 100;\n }\n\n startWork(w: Work): void {\n if (this.currentWork) this.currentWork.finish();\n this.currentWork = w;\n }\n\n stopWork(): void {\n if (this.currentWork) this.currentWork.finish();\n this.currentWork = null;\n }\n\n /** Commit crimes */\n commitCrime(crimeKey: string): boolean {\n const crime: Crime | null = Crimes[crimeKey] || Object.values(Crimes).find((crime) => crime.name === crimeKey);\n if (!crime) {\n return false;\n }\n\n this.startWork(new SleeveCrimeWork(crime.type));\n return true;\n }\n\n /** Returns the cost of upgrading this sleeve's memory by a certain amount */\n getMemoryUpgradeCost(n: number): number {\n const amt = Math.round(n);\n if (amt < 0) {\n return 0;\n }\n\n if (this.memory + amt > 100) {\n return this.getMemoryUpgradeCost(100 - this.memory);\n }\n\n const mult = 1.02;\n const baseCost = 1e12;\n let currCost = 0;\n let currMemory = this.memory - 1;\n for (let i = 0; i < n; ++i) {\n currCost += Math.pow(mult, currMemory);\n ++currMemory;\n }\n\n return currCost * baseCost;\n }\n\n installAugmentation(aug: Augmentation): void {\n this.exp.hacking = 0;\n this.exp.strength = 0;\n this.exp.defense = 0;\n this.exp.dexterity = 0;\n this.exp.agility = 0;\n this.exp.charisma = 0;\n this.applyAugmentation(aug);\n this.augmentations.push({ name: aug.name, level: 1 });\n this.updateSkillLevels();\n }\n\n /** Called on every sleeve for a Source File Prestige */\n prestige(): void {\n // Reset exp\n this.exp.hacking = 0;\n this.exp.strength = 0;\n this.exp.defense = 0;\n this.exp.dexterity = 0;\n this.exp.agility = 0;\n this.exp.charisma = 0;\n this.updateSkillLevels();\n this.hp.current = this.hp.max;\n\n // Reset task-related stuff\n this.stopWork();\n this.shockRecovery();\n\n // Reset augs and multipliers\n this.augmentations = [];\n this.resetMultipliers();\n\n // Reset Location\n\n this.city = CityName.Sector12;\n\n // Reset sleeve-related stats\n this.shock = 1;\n this.storedCycles = 0;\n this.sync = Math.max(this.memory, 1);\n }\n\n /**\n * Process loop\n * Returns an object containing the amount of experience that should be\n * transferred to all other sleeves\n */\n process(numCycles = 1): void {\n // Only process once every second (5 cycles)\n const CyclesPerSecond = 1000 / CONSTANTS.MilliPerCycle;\n this.storedCycles += numCycles;\n if (this.storedCycles < CyclesPerSecond) return;\n\n let cyclesUsed = this.storedCycles;\n cyclesUsed = Math.min(cyclesUsed, 15);\n this.shock = Math.min(100, this.shock + 0.0001 * cyclesUsed);\n if (!this.currentWork) return;\n this.currentWork.process(this, cyclesUsed);\n this.storedCycles -= cyclesUsed;\n }\n\n shockRecovery(): boolean {\n this.startWork(new SleeveRecoveryWork());\n return true;\n }\n\n synchronize(): boolean {\n this.startWork(new SleeveSynchroWork());\n return true;\n }\n\n /** Take a course at a university */\n takeUniversityCourse(universityName: string, className: string): boolean {\n // Set exp/money multipliers based on which university.\n // Also check that the sleeve is in the right city\n let loc: LocationName | undefined;\n switch (universityName.toLowerCase()) {\n case LocationName.AevumSummitUniversity.toLowerCase(): {\n if (this.city !== CityName.Aevum) return false;\n loc = LocationName.AevumSummitUniversity;\n break;\n }\n case LocationName.Sector12RothmanUniversity.toLowerCase(): {\n if (this.city !== CityName.Sector12) return false;\n loc = LocationName.Sector12RothmanUniversity;\n break;\n }\n case LocationName.VolhavenZBInstituteOfTechnology.toLowerCase(): {\n if (this.city !== CityName.Volhaven) return false;\n loc = LocationName.VolhavenZBInstituteOfTechnology;\n break;\n }\n }\n if (!loc) return false;\n\n // Set experience/money gains based on class\n let classType: ClassType | undefined;\n switch (className.toLowerCase()) {\n case \"study computer science\":\n classType = ClassType.StudyComputerScience;\n break;\n case \"data structures\":\n classType = ClassType.DataStructures;\n break;\n case \"networks\":\n classType = ClassType.Networks;\n break;\n case \"algorithms\":\n classType = ClassType.Algorithms;\n break;\n case \"management\":\n classType = ClassType.Management;\n break;\n case \"leadership\":\n classType = ClassType.Leadership;\n break;\n }\n if (!classType) return false;\n\n this.startWork(\n new SleeveClassWork({\n classType: classType,\n location: loc,\n }),\n );\n return true;\n }\n\n /** Travel to another City. Costs money from player */\n travel(newCity: CityName): boolean {\n Player.loseMoney(CONSTANTS.TravelCost, \"sleeves\");\n this.city = newCity;\n\n return true;\n }\n\n tryBuyAugmentation(aug: Augmentation): boolean {\n if (!Player.canAfford(aug.baseCost)) {\n return false;\n }\n\n // Verify that this sleeve does not already have that augmentation.\n if (this.hasAugmentation(aug.name)) return false;\n\n Player.loseMoney(aug.baseCost, \"sleeves\");\n this.installAugmentation(aug);\n return true;\n }\n\n upgradeMemory(n: number): void {\n this.memory = Math.min(100, Math.round(this.memory + n));\n }\n\n /**\n * Start work for one of the player's companies\n * Returns boolean indicating success\n */\n workForCompany(companyName: string): boolean {\n if (!Companies[companyName] || Player.jobs[companyName] == null) {\n return false;\n }\n\n const company: Company | null = Companies[companyName];\n const companyPosition: CompanyPosition | null = CompanyPositions[Player.jobs[companyName]];\n if (company == null) return false;\n if (companyPosition == null) return false;\n\n this.startWork(new SleeveCompanyWork({ companyName: companyName }));\n\n return true;\n }\n\n /**\n * Start work for one of the player's factions\n * Returns boolean indicating success\n */\n workForFaction(factionName: string, workType: string): boolean {\n const faction = Factions[factionName];\n if (factionName === \"\" || !faction || !Player.factions.includes(factionName)) {\n return false;\n }\n\n const factionInfo = faction.getInfo();\n\n // Set type of work (hacking/field/security), and the experience gains\n const sanitizedWorkType = workType.toLowerCase();\n let factionWorkType: FactionWorkType;\n if (sanitizedWorkType.includes(\"hack\")) {\n if (!factionInfo.offerHackingWork) return false;\n factionWorkType = FactionWorkType.HACKING;\n } else if (sanitizedWorkType.includes(\"field\")) {\n if (!factionInfo.offerFieldWork) return false;\n factionWorkType = FactionWorkType.FIELD;\n } else if (sanitizedWorkType.includes(\"security\")) {\n if (!factionInfo.offerSecurityWork) return false;\n factionWorkType = FactionWorkType.SECURITY;\n } else {\n return false;\n }\n\n this.startWork(\n new SleeveFactionWork({\n factionWorkType: factionWorkType,\n factionName: faction.name,\n }),\n );\n\n return true;\n }\n\n /** Begin a gym workout task */\n workoutAtGym(gymName: string, stat: string): boolean {\n // Set exp/money multipliers based on which university.\n // Also check that the sleeve is in the right city\n let loc: LocationName | undefined;\n switch (gymName.toLowerCase()) {\n case LocationName.AevumCrushFitnessGym.toLowerCase(): {\n if (this.city != CityName.Aevum) return false;\n loc = LocationName.AevumCrushFitnessGym;\n break;\n }\n case LocationName.AevumSnapFitnessGym.toLowerCase(): {\n if (this.city != CityName.Aevum) return false;\n loc = LocationName.AevumSnapFitnessGym;\n break;\n }\n case LocationName.Sector12IronGym.toLowerCase(): {\n if (this.city != CityName.Sector12) return false;\n loc = LocationName.Sector12IronGym;\n break;\n }\n case LocationName.Sector12PowerhouseGym.toLowerCase(): {\n if (this.city != CityName.Sector12) return false;\n loc = LocationName.Sector12PowerhouseGym;\n break;\n }\n case LocationName.VolhavenMilleniumFitnessGym.toLowerCase(): {\n if (this.city != CityName.Volhaven) return false;\n loc = LocationName.VolhavenMilleniumFitnessGym;\n break;\n }\n }\n if (!loc) return false;\n\n // Set experience/money gains based on class\n const sanitizedStat: string = stat.toLowerCase();\n\n // set stat to a default value.\n let classType: ClassType | undefined;\n if (sanitizedStat.includes(\"str\")) {\n classType = ClassType.GymStrength;\n }\n if (sanitizedStat.includes(\"def\")) {\n classType = ClassType.GymDefense;\n }\n if (sanitizedStat.includes(\"dex\")) {\n classType = ClassType.GymDexterity;\n }\n if (sanitizedStat.includes(\"agi\")) {\n classType = ClassType.GymAgility;\n }\n // if stat is still equals its default value, then validation has failed.\n if (!classType) return false;\n\n this.startWork(\n new SleeveClassWork({\n classType: classType,\n location: loc,\n }),\n );\n\n return true;\n }\n\n /** Begin a bladeburner task */\n bladeburner(action: string, contract: string): boolean {\n if (!Player.bladeburner) return false;\n switch (action) {\n case \"Field analysis\":\n this.startWork(new SleeveBladeburnerWork({ type: \"General\", name: \"Field Analysis\" }));\n return true;\n case \"Recruitment\":\n this.startWork(new SleeveBladeburnerWork({ type: \"General\", name: \"Recruitment\" }));\n return true;\n case \"Diplomacy\":\n this.startWork(new SleeveBladeburnerWork({ type: \"General\", name: \"Diplomacy\" }));\n return true;\n case \"Hyperbolic Regeneration Chamber\":\n this.startWork(new SleeveBladeburnerWork({ type: \"General\", name: \"Hyperbolic Regeneration Chamber\" }));\n return true;\n case \"Infiltrate synthoids\":\n this.startWork(new SleeveInfiltrateWork());\n return true;\n case \"Support main sleeve\":\n this.startWork(new SleeveSupportWork());\n return true;\n case \"Take on contracts\":\n if (!Contracts[contract]) return false;\n this.startWork(new SleeveBladeburnerWork({ type: \"Contracts\", name: contract }));\n return true;\n }\n return false;\n }\n\n recruitmentSuccessChance(): number {\n return Math.max(0, Math.min(1, Player.bladeburner?.getRecruitmentSuccessChance(this) ?? 0));\n }\n\n contractSuccessChance(type: string, name: string): string {\n const bb = Player.bladeburner;\n if (bb === null) {\n const errorLogText = `bladeburner is null`;\n console.error(`Function: sleeves.contractSuccessChance; Message: '${errorLogText}'`);\n return \"0%\";\n }\n const chances = bb.getActionEstimatedSuccessChanceNetscriptFn(this, type, name);\n if (typeof chances === \"string\") {\n console.error(`Function: sleeves.contractSuccessChance; Message: '${chances}'`);\n return \"0%\";\n }\n if (chances[0] >= 1) {\n return \"100%\";\n } else {\n return `${numeralWrapper.formatPercentage(chances[0])} - ${numeralWrapper.formatPercentage(chances[1])}`;\n }\n }\n\n takeDamage(amt: number): boolean {\n if (typeof amt !== \"number\") {\n console.warn(`Player.takeDamage() called without a numeric argument: ${amt}`);\n return false;\n }\n\n this.hp.current -= amt;\n if (this.hp.current <= 0) {\n this.shock = Math.max(0, this.shock - 0.5);\n this.hp.current = this.hp.max;\n return true;\n } else {\n return false;\n }\n }\n\n whoAmI(): string {\n return \"Sleeve\";\n }\n\n /** Serialize the current object to a JSON save state. */\n toJSON(): IReviverValue {\n return Generic_toJSON(\"Sleeve\", this);\n }\n\n /** Initializes a Sleeve object from a JSON save state. */\n static fromJSON(value: IReviverValue): Sleeve {\n return Generic_fromJSON(Sleeve, value.data);\n }\n}\n\nReviver.constructors.Sleeve = Sleeve;\n","import * as personMethods from \"./PersonMethods\";\nimport { PlayerOwnedAugmentation } from \"../Augmentation/PlayerOwnedAugmentation\";\nimport { CityName } from \"../Locations/data/CityNames\";\nimport { calculateSkill } from \"./formulas/skill\";\nimport { calculateIntelligenceBonus } from \"./formulas/intelligence\";\nimport { defaultMultipliers } from \"./Multipliers\";\nimport { Skills } from \"./Skills\";\nimport { HP } from \"./HP\";\nimport { IReviverValue } from \"../utils/JSONReviver\";\n\n// Base class representing a person-like object\nexport abstract class Person {\n hp: HP = { current: 10, max: 10 };\n skills: Skills = {\n hacking: 1,\n strength: 1,\n defense: 1,\n dexterity: 1,\n agility: 1,\n charisma: 1,\n intelligence: 0,\n };\n exp: Skills = {\n hacking: 0,\n strength: 0,\n defense: 0,\n dexterity: 0,\n agility: 0,\n charisma: 0,\n intelligence: 0,\n };\n\n mults = defaultMultipliers();\n\n /** Augmentations */\n augmentations: PlayerOwnedAugmentation[] = [];\n queuedAugmentations: PlayerOwnedAugmentation[] = [];\n\n /** City that the person is in */\n city: CityName = CityName.Sector12;\n\n gainHackingExp = personMethods.gainHackingExp;\n gainStrengthExp = personMethods.gainStrengthExp;\n gainDefenseExp = personMethods.gainDefenseExp;\n gainDexterityExp = personMethods.gainDexterityExp;\n gainAgilityExp = personMethods.gainAgilityExp;\n gainCharismaExp = personMethods.gainCharismaExp;\n gainIntelligenceExp = personMethods.gainIntelligenceExp;\n gainStats = personMethods.gainStats;\n regenerateHp = personMethods.regenerateHp;\n queryStatFromString = personMethods.queryStatFromString;\n updateSkillLevels = personMethods.updateSkillLevels;\n hasAugmentation = personMethods.hasAugmentation;\n calculateSkill = calculateSkill; //Class version is equal to imported version\n\n /** Reset all multipliers to 1 */\n resetMultipliers() {\n this.mults = defaultMultipliers();\n }\n\n getIntelligenceBonus(weight: number): number {\n return calculateIntelligenceBonus(this.skills.intelligence, weight);\n }\n\n abstract takeDamage(amt: number): boolean;\n abstract whoAmI(): string;\n abstract toJSON(): IReviverValue;\n}\n","import React from \"react\";\n\ninterface IContract {\n desc: JSX.Element;\n}\n\nexport const Contracts: {\n [key: string]: IContract | undefined;\n} = {\n Tracking: {\n desc: (\n <>\n Identify and locate Synthoids. This contract involves reconnaissance and information-gathering ONLY. Do NOT\n engage. Stealth is of the utmost importance.\n
\n
\n Successfully completing Tracking contracts will slightly improve your Synthoid population estimate for whatever\n city you are currently in.\n \n ),\n },\n \"Bounty Hunter\": {\n desc: (\n <>\n Hunt down and capture fugitive Synthoids. These Synthoids are wanted alive.\n
\n
\n Successfully completing a Bounty Hunter contract will lower the population in your current city, and will also\n increase its chaos level.\n \n ),\n },\n Retirement: {\n desc: (\n <>\n Hunt down and retire (kill) rogue Synthoids.\n
\n
\n Successfully completing a Retirement contract will lower the population in your current city, and will also\n increase its chaos level.\n \n ),\n },\n};\n","import * as React from \"react\";\n\nexport const stealthIcon = (\n \n \n \n \n \n \n);\nexport const killIcon = (\n \n \n \n \n \n \n);\n","import React from \"react\";\nimport { Action } from \"../Action\";\nimport { Bladeburner } from \"../Bladeburner\";\nimport { BladeburnerConstants } from \"../data/Constants\";\n\nimport Typography from \"@mui/material/Typography\";\nimport Tooltip from \"@mui/material/Tooltip\";\nimport Box from \"@mui/material/Box\";\nimport IconButton from \"@mui/material/IconButton\";\nimport ArrowDropUpIcon from \"@mui/icons-material/ArrowDropUp\";\nimport ArrowDropDownIcon from \"@mui/icons-material/ArrowDropDown\";\n\ninterface IProps {\n action: Action;\n isActive: boolean;\n bladeburner: Bladeburner;\n rerender: () => void;\n}\n\nexport function ActionLevel({ action, isActive, bladeburner, rerender }: IProps): React.ReactElement {\n const canIncrease = action.level < action.maxLevel;\n const canDecrease = action.level > 1;\n\n function increaseLevel(): void {\n if (!canIncrease) return;\n ++action.level;\n if (isActive) bladeburner.startAction(bladeburner.action);\n rerender();\n }\n\n function decreaseLevel(): void {\n if (!canDecrease) return;\n --action.level;\n if (isActive) bladeburner.startAction(bladeburner.action);\n rerender();\n }\n\n return (\n \n \n \n {action.getSuccessesNeededForNextLevel(BladeburnerConstants.ContractSuccessesPerLevel)} successes needed\n for next level\n \n }\n >\n \n Level: {action.level} / {action.maxLevel}\n \n \n \n WARNING: changing the level will restart the Operation : \"\"}>\n \n \n \n \n \n \n WARNING: changing the level will restart the Operation : \"\"}>\n \n \n \n \n \n \n \n );\n}\n","import React from \"react\";\nimport { Action } from \"../Action\";\nimport Typography from \"@mui/material/Typography\";\nimport Tooltip from \"@mui/material/Tooltip\";\nimport Box from \"@mui/material/Box\";\nimport Switch from \"@mui/material/Switch\";\n\ninterface IProps {\n action: Action;\n rerender: () => void;\n}\n\nexport function Autolevel(props: IProps): React.ReactElement {\n function onAutolevel(event: React.ChangeEvent): void {\n props.action.autoLevel = event.target.checked;\n props.rerender();\n }\n return (\n \n Automatically increase operation level when possible}>\n Autolevel:\n \n \n \n );\n}\n","import React, { useState } from \"react\";\nimport { Operation } from \"../Operation\";\nimport { Bladeburner } from \"../Bladeburner\";\nimport { TeamSizeModal } from \"./TeamSizeModal\";\nimport { formatNumber } from \"../../utils/StringHelperFunctions\";\nimport Button from \"@mui/material/Button\";\ninterface IProps {\n action: Operation;\n bladeburner: Bladeburner;\n}\nexport function TeamSizeButton(props: IProps): React.ReactElement {\n const [open, setOpen] = useState(false);\n\n return (\n <>\n \n setOpen(false)} action={props.action} bladeburner={props.bladeburner} />\n \n );\n}\n","import React, { useEffect, useState } from \"react\";\n\nexport function BlinkingCursor(): React.ReactElement {\n const [on, setOn] = useState(true);\n useEffect(() => {\n const i = setInterval(() => setOn((old) => !old), 1000);\n return () => clearInterval(i);\n });\n return <>{on ? \"|\" : <> };\n}\n","import React, { useState } from \"react\";\nimport Button from \"@mui/material/Button\";\nimport Tooltip from \"@mui/material/Tooltip\";\nimport TextFormatIcon from \"@mui/icons-material/TextFormat\";\nimport { StyleEditorModal } from \"./StyleEditorModal\";\n\nexport function StyleEditorButton(): React.ReactElement {\n const [styleEditorOpen, setStyleEditorOpen] = useState(false);\n return (\n <>\n \n \n \n setStyleEditorOpen(false)} />\n \n );\n}\n","import React, { useState } from \"react\";\nimport Button from \"@mui/material/Button\";\nimport Tooltip from \"@mui/material/Tooltip\";\nimport { ThemeEditorModal } from \"./ThemeEditorModal\";\nimport ColorizeIcon from \"@mui/icons-material/Colorize\";\n\nexport function ThemeEditorButton(): React.ReactElement {\n const [themeEditorOpen, setThemeEditorOpen] = useState(false);\n return (\n <>\n \n \n \n setThemeEditorOpen(false)} />\n \n );\n}\n","import React from \"react\";\nimport Typography from \"@mui/material/Typography\";\nimport { Link } from \"@mui/material\";\n\nexport function ThemeCollaborate(): React.ReactElement {\n return (\n <>\n \n If you've created a theme that you believe should be added in game's theme browser, feel free to{\" \"}\n \n create a pull request\n \n .\n \n \n Head over to the{\" \"}\n \n theme-sharing\n {\" \"}\n discord channel for more.\n \n \n );\n}\n","import React, { useState } from \"react\";\nimport { deleteGame } from \"../../db\";\nimport { ConfirmationModal } from \"./ConfirmationModal\";\nimport Button from \"@mui/material/Button\";\nimport { Tooltip } from \"@mui/material\";\n\nimport DeleteIcon from \"@mui/icons-material/Delete\";\nimport { pushDisableRestore } from \"../../Electron\";\n\ninterface IProps {\n color?: \"primary\" | \"warning\" | \"error\";\n}\n\nexport function DeleteGameButton({ color = \"primary\" }: IProps): React.ReactElement {\n const [modalOpened, setModalOpened] = useState(false);\n\n return (\n <>\n \n \n \n {\n setModalOpened(false);\n deleteGame()\n .then(() => {\n pushDisableRestore();\n setTimeout(() => location.reload(), 1000);\n })\n .catch((r) => console.error(`Could not delete game: ${r}`));\n }}\n open={modalOpened}\n onClose={() => setModalOpened(false)}\n confirmationText={\"Really delete your game? (It's permanent!)\"}\n />\n \n );\n}\n","import React, { useState } from \"react\";\n\nimport { ConfirmationModal } from \"./ConfirmationModal\";\nimport Button from \"@mui/material/Button\";\nimport { Tooltip } from \"@mui/material\";\nimport RestartAltIcon from \"@mui/icons-material/RestartAlt\";\n\ninterface IProps {\n color?: \"primary\" | \"warning\" | \"error\";\n noConfirmation?: boolean;\n onTriggered: () => void;\n}\n\nexport function SoftResetButton({\n color = \"primary\",\n noConfirmation = false,\n onTriggered,\n}: IProps): React.ReactElement {\n const [modalOpened, setModalOpened] = useState(false);\n\n function handleButtonClick(): void {\n if (noConfirmation) {\n onTriggered();\n } else {\n setModalOpened(true);\n }\n }\n\n return (\n <>\n \n \n \n setModalOpened(false)}\n confirmationText={\"This will perform the same action as installing Augmentations, are you sure?\"}\n />\n \n );\n}\n","export default \"export type ValuesFrom = T[keyof T];\\n\\n/** @public */\\nexport interface HP {\\n current: number;\\n max: number;\\n}\\n\\n/** @public */\\nexport interface Skills {\\n hacking: number;\\n strength: number;\\n defense: number;\\n dexterity: number;\\n agility: number;\\n charisma: number;\\n intelligence: number;\\n}\\n\\n/** @public */\\nexport interface PossibleInfiltrationLocation {\\n city: string;\\n name: string;\\n}\\n\\n/**\\n * Coding contract data will differ depending on coding contract.\\n * @public\\n */\\ntype CodingContractData = any;\\n\\n/** @public */\\ntype PortData = string | number;\\n\\n/** @public */\\ntype ScriptArg = string | number | boolean;\\n\\n/** @public */\\ntype FilenameOrPID = number | string;\\n\\n/** @public */\\ninterface Player {\\n hp: HP;\\n skills: Skills;\\n exp: Skills;\\n mults: Multipliers;\\n numPeopleKilled: number;\\n money: number;\\n city: string;\\n location: string;\\n bitNodeN: number;\\n totalPlaytime: number;\\n playtimeSinceLastAug: number;\\n playtimeSinceLastBitnode: number;\\n jobs: Record;\\n factions: string[];\\n tor: boolean;\\n hasCorporation: boolean;\\n inBladeburner: boolean;\\n entropy: number;\\n}\\n\\n/** @public */\\nexport interface Multipliers {\\n /** Multiplier to hacking skill */\\n hacking?: number;\\n /** Multiplier to strength skill */\\n strength?: number;\\n /** Multiplier to defense skill */\\n defense?: number;\\n /** Multiplier to dexterity skill */\\n dexterity?: number;\\n /** Multiplier to agility skill */\\n agility?: number;\\n /** Multiplier to charisma skill */\\n charisma?: number;\\n /** Multiplier to hacking experience gain rate */\\n hacking_exp?: number;\\n /** Multiplier to strength experience gain rate */\\n strength_exp?: number;\\n /** Multiplier to defense experience gain rate */\\n defense_exp?: number;\\n /** Multiplier to dexterity experience gain rate */\\n dexterity_exp?: number;\\n /** Multiplier to agility experience gain rate */\\n agility_exp?: number;\\n /** Multiplier to charisma experience gain rate */\\n charisma_exp?: number;\\n /** Multiplier to chance of successfully performing a hack */\\n hacking_chance?: number;\\n /** Multiplier to hacking speed */\\n hacking_speed?: number;\\n /** Multiplier to amount of money the player gains from hacking */\\n hacking_money?: number;\\n /** Multiplier to amount of money injected into servers using grow */\\n hacking_grow?: number;\\n /** Multiplier to amount of reputation gained when working */\\n company_rep?: number;\\n /** Multiplier to amount of reputation gained when working */\\n faction_rep?: number;\\n /** Multiplier to amount of money gained from crimes */\\n crime_money?: number;\\n /** Multiplier to crime success rate */\\n crime_success?: number;\\n /** Multiplier to amount of money gained from working */\\n work_money?: number;\\n /** Multiplier to amount of money produced by Hacknet Nodes */\\n hacknet_node_money?: number;\\n /** Multiplier to cost of purchasing a Hacknet Node */\\n hacknet_node_purchase_cost?: number;\\n /** Multiplier to cost of ram for a Hacknet Node */\\n hacknet_node_ram_cost?: number;\\n /** Multiplier to cost of core for a Hacknet Node */\\n hacknet_node_core_cost?: number;\\n /** Multiplier to cost of leveling up a Hacknet Node */\\n hacknet_node_level_cost?: number;\\n /** Multiplier to Bladeburner max stamina */\\n bladeburner_max_stamina?: number;\\n /** Multiplier to Bladeburner stamina gain rate */\\n bladeburner_stamina_gain?: number;\\n /** Multiplier to effectiveness in Bladeburner Field Analysis */\\n bladeburner_analysis?: number;\\n /** Multiplier to success chance in Bladeburner contracts/operations */\\n bladeburner_success_chance?: number;\\n}\\n\\n/** @public */\\nexport interface RunningScript {\\n /** Arguments the script was called with */\\n args: (string | number | boolean)[];\\n /** Filename of the script */\\n filename: string;\\n /**\\n * Script logs as an array. The newest log entries are at the bottom.\\n * Timestamps, if enabled, are placed inside `[brackets]` at the start of each line.\\n **/\\n logs: string[];\\n /** Total amount of hacking experience earned from this script when offline */\\n offlineExpGained: number;\\n /** Total amount of money made by this script when offline */\\n offlineMoneyMade: number;\\n /** Number of seconds that the script has been running offline */\\n offlineRunningTime: number;\\n /** Total amount of hacking experience earned from this script when online */\\n onlineExpGained: number;\\n /** Total amount of money made by this script when online */\\n onlineMoneyMade: number;\\n /** Number of seconds that this script has been running online */\\n onlineRunningTime: number;\\n /** Process ID. Must be an integer */\\n pid: number;\\n /** How much RAM this script uses for ONE thread */\\n ramUsage: number;\\n /** Hostname of the server on which this script runs */\\n server: string;\\n /** Number of threads that this script runs with */\\n threads: number;\\n}\\n\\n/** @public */\\nexport interface RecentScript extends RunningScript {\\n /** Timestamp of when the script was killed */\\n timeOfDeath: Date;\\n}\\n\\n/**\\n * Data representing the internal values of a crime.\\n * @public\\n */\\nexport interface CrimeStats {\\n /** Number representing the difficulty of the crime. Used for success chance calculations */\\n difficulty: number;\\n /** Amount of karma lost for successfully committing this crime */\\n karma: number;\\n /** How many people die as a result of this crime */\\n kills: number;\\n /** How much money is given */\\n money: number;\\n /** Name of crime */\\n name: string;\\n /** Milliseconds it takes to attempt the crime */\\n time: number;\\n /** Description of the crime activity */\\n type: string;\\n /** hacking level impact on success change of the crime */\\n hacking_success_weight: number;\\n /** strength level impact on success change of the crime */\\n strength_success_weight: number;\\n /** defense level impact on success change of the crime */\\n defense_success_weight: number;\\n /** dexterity level impact on success change of the crime */\\n dexterity_success_weight: number;\\n /** agility level impact on success change of the crime */\\n agility_success_weight: number;\\n /** charisma level impact on success change of the crime */\\n charisma_success_weight: number;\\n /** hacking exp gained from crime */\\n hacking_exp: number;\\n /** strength exp gained from crime */\\n strength_exp: number;\\n /** defense exp gained from crime */\\n defense_exp: number;\\n /** dexterity exp gained from crime */\\n dexterity_exp: number;\\n /** agility exp gained from crime */\\n agility_exp: number;\\n /** charisma exp gained from crime */\\n charisma_exp: number;\\n /** intelligence exp gained from crime */\\n intelligence_exp: number;\\n}\\n\\n/**\\n * Options to affect the behavior of {@link NS.hack | hack}, {@link NS.grow | grow}, and {@link NS.weaken | weaken}.\\n * @public\\n */\\nexport interface BasicHGWOptions {\\n /** Number of threads to use for this function.\\n * Must be less than or equal to the number of threads the script is running with. */\\n threads?: number;\\n /** Set to true this action will affect the stock market. */\\n stock?: boolean;\\n}\\n\\n/**\\n * Options to affect the behavior of {@link CodingContract} attempt.\\n * @public\\n */\\nexport interface CodingAttemptOptions {\\n /** If truthy, then the function will return a string that states the contract’s reward when it is successfully solved. */\\n returnReward: boolean;\\n}\\n\\n/**\\n * Return value of {@link Sleeve.getSleevePurchasableAugs | getSleevePurchasableAugs}\\n * @public\\n */\\nexport interface AugmentPair {\\n /** augmentation name */\\n name: string;\\n /** augmentation cost */\\n cost: number;\\n}\\n\\n/** @public */\\nexport enum PositionTypes {\\n Long = \\\"L\\\",\\n Short = \\\"S\\\",\\n}\\n\\n/** @public */\\nexport enum OrderTypes {\\n LimitBuy = \\\"Limit Buy Order\\\",\\n LimitSell = \\\"Limit Sell Order\\\",\\n StopBuy = \\\"Stop Buy Order\\\",\\n StopSell = \\\"Stop Sell Order\\\",\\n}\\n\\n/**\\n * Value in map of {@link StockOrder}\\n * @public\\n */\\nexport interface StockOrderObject {\\n /** Number of shares */\\n shares: number;\\n /** Price per share */\\n price: number;\\n /** Order type */\\n type: OrderTypes;\\n /** Order position */\\n position: PositionTypes;\\n}\\n\\n/**\\n * Return value of {@link TIX.getOrders | getOrders}\\n *\\n * Keys are stock symbols, properties are arrays of {@link StockOrderObject}\\n * @public\\n */\\nexport interface StockOrder {\\n [key: string]: StockOrderObject[];\\n}\\n\\n/**\\n * A single process on a server.\\n * @public\\n */\\nexport interface ProcessInfo {\\n /** Script name. */\\n filename: string;\\n /** Number of threads script is running with */\\n threads: number;\\n /** Script's arguments */\\n args: (string | number | boolean)[];\\n /** Process ID */\\n pid: number;\\n}\\n\\n/**\\n * Hack related multipliers.\\n * @public\\n */\\nexport interface HackingMultipliers {\\n /** Player's hacking chance multiplier. */\\n chance: number;\\n /** Player's hacking speed multiplier. */\\n speed: number;\\n /** Player's hacking money stolen multiplier. */\\n money: number;\\n /** Player's hacking growth multiplier */\\n growth: number;\\n}\\n\\n/**\\n * Hacknet related multipliers.\\n * @public\\n */\\nexport interface HacknetMultipliers {\\n /** Player's hacknet production multiplier */\\n production: number;\\n /** Player's hacknet purchase cost multiplier */\\n purchaseCost: number;\\n /** Player's hacknet ram cost multiplier */\\n ramCost: number;\\n /** Player's hacknet core cost multiplier */\\n coreCost: number;\\n /** Player's hacknet level cost multiplier */\\n levelCost: number;\\n}\\n\\n/**\\n * Hacknet node related constants\\n * @public\\n */\\nexport interface HacknetNodeConstants {\\n /** Amount of money gained per level */\\n MoneyGainPerLevel: number;\\n /** Base cost for a new node */\\n BaseCost: number;\\n /** Base cost per level */\\n LevelBaseCost: number;\\n /** Base cost to increase RAM */\\n RamBaseCost: number;\\n /** Base cost to increase cores */\\n CoreBaseCost: number;\\n /** Multiplier to purchase new node */\\n PurchaseNextMult: number;\\n /** Multiplier to increase node level */\\n UpgradeLevelMult: number;\\n /** Multiplier to increase RAM */\\n UpgradeRamMult: number;\\n /** Multiplier to increase cores */\\n UpgradeCoreMult: number;\\n /** Max node level */\\n MaxLevel: number;\\n /** Max amount of RAM in GB */\\n MaxRam: number;\\n /** Max number of cores */\\n MaxCores: number;\\n}\\n\\n/**\\n * Hacknet server related constants\\n * @public\\n */\\nexport interface HacknetServerConstants {\\n /** Number of hashes calculated per level */\\n HashesPerLevel: number;\\n /** Base cost for a new server */\\n BaseCost: number;\\n /** Base cost to increase RAM */\\n RamBaseCost: number;\\n /** Base cost to increase cores */\\n CoreBaseCost: number;\\n /** Base cost to upgrade cache */\\n CacheBaseCost: number;\\n /** Multiplier to purchase a new server */\\n PurchaseMult: number;\\n /** Multiplier to increase server level */\\n UpgradeLevelMult: number;\\n /** Multiplier to increase RAM */\\n UpgradeRamMult: number;\\n /** Multiplier to increase cores */\\n UpgradeCoreMult: number;\\n /** Multiplier to upgrade cache */\\n UpgradeCacheMult: number;\\n /** Max number of servers */\\n MaxServers: number;\\n /** Max level for a server */\\n MaxLevel: number;\\n /** Max amount of RAM in GB */\\n MaxRam: number;\\n /** Max number of cores */\\n MaxCores: number;\\n /** Max cache size */\\n MaxCache: number;\\n}\\n\\n/**\\n * A single server.\\n * @public\\n */\\nexport interface Server {\\n /**\\n * How many CPU cores this server has. Maximum of 8.\\n * Affects magnitude of grow and weaken.\\n */\\n cpuCores: number;\\n\\n /** Flag indicating whether the FTP port is open */\\n ftpPortOpen: boolean;\\n\\n /** Flag indicating whether player has admin/root access to this server */\\n hasAdminRights: boolean;\\n\\n /** Hostname. Must be unique */\\n hostname: string;\\n\\n /** Flag indicating whether HTTP Port is open */\\n httpPortOpen: boolean;\\n\\n /** IP Address. Must be unique */\\n ip: string;\\n\\n /** Flag indicating whether player is currently connected to this server */\\n isConnectedTo: boolean;\\n\\n /** RAM (GB) available on this server */\\n maxRam: number;\\n\\n /**\\n * Name of company/faction/etc. that this server belongs to.\\n * Optional, not applicable to all Servers\\n */\\n organizationName: string;\\n\\n /** RAM (GB) used. i.e. unavailable RAM */\\n ramUsed: number;\\n\\n /** Flag indicating whether SMTP Port is open */\\n smtpPortOpen: boolean;\\n\\n /** Flag indicating whether SQL Port is open */\\n sqlPortOpen: boolean;\\n\\n /** Flag indicating whether the SSH Port is open */\\n sshPortOpen: boolean;\\n\\n /** Flag indicating whether this is a purchased server */\\n purchasedByPlayer: boolean;\\n\\n /** Flag indicating whether this server has a backdoor installed by a player */\\n backdoorInstalled: boolean;\\n\\n /**\\n * Initial server security level\\n * (i.e. security level when the server was created)\\n */\\n baseDifficulty: number;\\n\\n /** Server Security Level */\\n hackDifficulty: number;\\n\\n /** Minimum server security level that this server can be weakened to */\\n minDifficulty: number;\\n\\n /** How much money currently resides on the server and can be hacked */\\n moneyAvailable: number;\\n\\n /** Maximum amount of money that this server can hold */\\n moneyMax: number;\\n\\n /** Number of open ports required in order to gain admin/root access */\\n numOpenPortsRequired: number;\\n\\n /** How many ports are currently opened on the server */\\n openPortCount: number;\\n\\n /** Hacking level required to hack this server */\\n requiredHackingSkill: number;\\n\\n /**\\n * Parameter that affects how effectively this server's money can\\n * be increased using the grow() Netscript function\\n */\\n serverGrowth: number;\\n}\\n\\n/**\\n * All multipliers affecting the difficulty of the current challenge.\\n * @public\\n */\\nexport interface BitNodeMultipliers {\\n /** Influences how quickly the player's agility level (not exp) scales */\\n AgilityLevelMultiplier: number;\\n /** Influences the base cost to purchase an augmentation. */\\n AugmentationMoneyCost: number;\\n /** Influences the base rep the player must have with a faction to purchase an augmentation. */\\n AugmentationRepCost: number;\\n /** Influences how quickly the player can gain rank within Bladeburner. */\\n BladeburnerRank: number;\\n /** Influences the cost of skill levels from Bladeburner. */\\n BladeburnerSkillCost: number;\\n /** Influences how quickly the player's charisma level (not exp) scales */\\n CharismaLevelMultiplier: number;\\n /** Influences the experience gained for each ability when a player completes a class. */\\n ClassGymExpGain: number;\\n /** Influences the amount of money gained from completing Coding Contracts */\\n CodingContractMoney: number;\\n /** Influences the experience gained for each ability when the player completes working their job. */\\n CompanyWorkExpGain: number;\\n /** Influences how much money the player earns when completing working their job. */\\n CompanyWorkMoney: number;\\n /** Influences the money gain from dividends of corporations created by the player. */\\n CorporationSoftcap: number;\\n /** Influences the valuation of corporations created by the player. */\\n CorporationValuation: number;\\n /** Influences the base experience gained for each ability when the player commits a crime. */\\n CrimeExpGain: number;\\n /** Influences the base money gained when the player commits a crime. */\\n CrimeMoney: number;\\n /** Influences how many Augmentations you need in order to get invited to the Daedalus faction */\\n DaedalusAugsRequirement: number;\\n /** Influences how quickly the player's defense level (not exp) scales */\\n DefenseLevelMultiplier: number;\\n /** Influences how quickly the player's dexterity level (not exp) scales */\\n DexterityLevelMultiplier: number;\\n /** Influences how much rep the player gains in each faction simply by being a member. */\\n FactionPassiveRepGain: number;\\n /** Influences the experience gained for each ability when the player completes work for a Faction. */\\n FactionWorkExpGain: number;\\n /** Influences how much rep the player gains when performing work for a faction. */\\n FactionWorkRepGain: number;\\n /** Influences how much it costs to unlock the stock market's 4S Market Data API */\\n FourSigmaMarketDataApiCost: number;\\n /** Influences how much it costs to unlock the stock market's 4S Market Data (NOT API) */\\n FourSigmaMarketDataCost: number;\\n /** Influences the respect gain and money gain of your gang. */\\n GangSoftcap: number;\\n /** Influences the experienced gained when hacking a server. */\\n HackExpGain: number;\\n /** Influences how quickly the player's hacking level (not experience) scales */\\n HackingLevelMultiplier: number;\\n /** Influences how much money is produced by Hacknet Nodes\\n * and the hash rate of Hacknet Servers (unlocked in BitNode-9) */\\n HacknetNodeMoney: number;\\n /** Influences how much money it costs to upgrade your home computer's RAM */\\n HomeComputerRamCost: number;\\n /** Influences how much money is gained when the player infiltrates a company. */\\n InfiltrationMoney: number;\\n /** Influences how much rep the player can gain from factions when selling stolen documents and secrets */\\n InfiltrationRep: number;\\n /** Influences how much money can be stolen from a server when the player\\n * performs a hack against it through the Terminal. */\\n ManualHackMoney: number;\\n /** Influence how much it costs to purchase a server */\\n PurchasedServerCost: number;\\n /** Influences the maximum number of purchased servers you can have */\\n PurchasedServerLimit: number;\\n /** Influences the maximum allowed RAM for a purchased server */\\n PurchasedServerMaxRam: number;\\n /** Influences cost of any purchased server at or above 128GB */\\n PurchasedServerSoftcap: number;\\n /** Influences the minimum favor the player must have with a faction before they can donate to gain rep. */\\n RepToDonateToFaction: number;\\n /** Influences how much the money on a server can be reduced when a script performs a hack against it. */\\n ScriptHackMoney: number;\\n /** Influences how much of the money stolen by a scripted hack will be added to the player's money. */\\n ScriptHackMoneyGain: number;\\n /** Influences the growth percentage per cycle against a server. */\\n ServerGrowthRate: number;\\n /** Influences the maximum money that a server can grow to. */\\n ServerMaxMoney: number;\\n /** Influences the initial money that a server starts with. */\\n ServerStartingMoney: number;\\n /** Influences the initial security level (hackDifficulty) of a server. */\\n ServerStartingSecurity: number;\\n /** Influences the weaken amount per invocation against a server. */\\n ServerWeakenRate: number;\\n /** Influences how quickly the player's strength level (not exp) scales */\\n StrengthLevelMultiplier: number;\\n /** Influences the power of the gift */\\n StaneksGiftPowerMultiplier: number;\\n /** Influences the size of the gift */\\n StaneksGiftExtraSize: number;\\n /** Influences the hacking skill required to backdoor the world daemon. */\\n WorldDaemonDifficulty: number;\\n}\\n\\n/**\\n * Object representing all the values related to a hacknet node.\\n * @public\\n */\\nexport interface NodeStats {\\n /** Node's name */\\n name: string;\\n /** Node's level */\\n level: number;\\n /** Node's RAM (GB) */\\n ram: number;\\n /** Node's used RAM (GB) */\\n ramUsed?: number;\\n /** Node's number of cores */\\n cores: number;\\n /** Cache level. Only applicable for Hacknet Servers */\\n cache?: number;\\n /** Hash Capacity provided by this Node. Only applicable for Hacknet Servers */\\n hashCapacity?: number;\\n /** Node's production per second */\\n production: number;\\n /** Number of seconds since Node has been purchased */\\n timeOnline: number;\\n /** Total number of money Node has produced */\\n totalProduction: number;\\n}\\n\\n/** @public */\\nexport interface CharacterMult {\\n /** Agility stat */\\n agility: number;\\n /** Agility exp */\\n agilityExp: number;\\n /** Charisma stat */\\n charisma: number;\\n /** Charisma exp */\\n charismaExp: number;\\n /** Company reputation */\\n companyRep: number;\\n /** Money earned from crimes */\\n crimeMoney: number;\\n /** Crime success chance */\\n crimeSuccess: number;\\n /** Defense stat */\\n defense: number;\\n /** Defense exp */\\n defenseExp: number;\\n /** Dexterity stat */\\n dexterity: number;\\n /** Dexterity exp */\\n dexterityExp: number;\\n /** Faction reputation */\\n factionRep: number;\\n /** Hacking stat */\\n hacking: number;\\n /** Hacking exp */\\n hackingExp: number;\\n /** Strength stat */\\n strength: number;\\n /** Strength exp */\\n strengthExp: number;\\n /** Money earned from jobs */\\n workMoney: number;\\n}\\n\\n/** @public */\\nexport interface SleeveWorkGains {\\n /** Hacking exp gained from work */\\n workHackExpGain: number;\\n /** Strength exp gained from work */\\n workStrExpGain: number;\\n /** Defense exp gained from work, */\\n workDefExpGain: number;\\n /** Dexterity exp gained from work */\\n workDexExpGain: number;\\n /** Agility exp gained from work */\\n workAgiExpGain: number;\\n /** Charisma exp gained from work */\\n workChaExpGain: number;\\n /** Money gained from work */\\n workMoneyGain: number;\\n}\\n\\n/** @public */\\nexport interface SourceFileLvl {\\n /** The number of the source file */\\n n: number;\\n /** The level of the source file */\\n lvl: number;\\n}\\n\\n/**\\n * Bladeburner current action.\\n * @public\\n */\\nexport interface BladeburnerCurAction {\\n /** Type of Action */\\n type: string;\\n /** Name of Action */\\n name: string;\\n}\\n\\n/**\\n * Gang general info.\\n * @public\\n */\\nexport interface GangGenInfo {\\n /** Name of faction that the gang belongs to (\\\"Slum Snakes\\\", etc.) */\\n faction: string;\\n /** Indicating whether or not it's a hacking gang */\\n isHacking: boolean;\\n /** Money earned per game cycle */\\n moneyGainRate: number;\\n /** Gang's power for territory warfare */\\n power: number;\\n /** Gang's respect */\\n respect: number;\\n /** Respect earned per game cycle */\\n respectGainRate: number;\\n /** Amount of territory held */\\n territory: number;\\n /** Clash chance */\\n territoryClashChance: number;\\n /** Gang's wanted level */\\n wantedLevel: number;\\n /** Wanted level gained/lost per game cycle (negative for losses) */\\n wantedLevelGainRate: number;\\n /** Indicating if territory warfare is enabled */\\n territoryWarfareEngaged: boolean;\\n /** Number indicating the current wanted penalty */\\n wantedPenalty: number;\\n}\\n\\n/** @public */\\nexport interface GangOtherInfoObject {\\n /** Gang power */\\n power: number;\\n /** Gang territory, in decimal form */\\n territory: number;\\n}\\n\\n/** @public */\\nexport interface GangOtherInfo {\\n [key: string]: GangOtherInfoObject;\\n}\\n\\n/**\\n * Object representing data representing a gang member task.\\n * @public\\n */\\nexport interface GangTaskStats {\\n /** Task name */\\n name: string;\\n /** Task Description */\\n desc: string;\\n /** Is a task of a hacking gang */\\n isHacking: boolean;\\n /** Is a task of a combat gang */\\n isCombat: boolean;\\n /** Base respect earned */\\n baseRespect: number;\\n /** Base wanted earned */\\n baseWanted: number;\\n /** Base money earned */\\n baseMoney: number;\\n /** Hacking skill impact on task scaling */\\n hackWeight: number;\\n /** Strength skill impact on task scaling */\\n strWeight: number;\\n /** Defense skill impact on task scaling */\\n defWeight: number;\\n /** Dexterity skill impact on task scaling */\\n dexWeight: number;\\n /** Agility skill impact on task scaling */\\n agiWeight: number;\\n /** Charisma skill impact on task scaling */\\n chaWeight: number;\\n /** Number representing the difficulty of the task */\\n difficulty: number;\\n /** Territory impact on task scaling */\\n territory: GangTerritory;\\n}\\n\\n/**\\n * Object representing data representing a gang member equipment.\\n * @public\\n */\\nexport interface EquipmentStats {\\n /** Strength multiplier */\\n str?: number;\\n /** Defense multiplier */\\n def?: number;\\n /** Dexterity multiplier */\\n dex?: number;\\n /** Agility multiplier */\\n agi?: number;\\n /** Charisma multiplier */\\n cha?: number;\\n /** Hacking multiplier */\\n hack?: number;\\n}\\n\\n/** @public */\\nexport interface GangTerritory {\\n /** Money gain impact on task scaling */\\n money: number;\\n /** Respect gain impact on task scaling */\\n respect: number;\\n /** Wanted gain impact on task scaling */\\n wanted: number;\\n}\\n\\n/** @public */\\nexport interface GangMemberInfo {\\n /** Name of the gang member */\\n name: string;\\n /** Currently assigned task */\\n task: string;\\n earnedRespect: number;\\n\\n /** Hack skill level */\\n hack: number;\\n /** Strength skill level */\\n str: number;\\n /** Defense skill level */\\n def: number;\\n /** Dexterity skill level */\\n dex: number;\\n /** Agility skill level */\\n agi: number;\\n /** Charisma skill level */\\n cha: number;\\n\\n /** Current hack experience */\\n hack_exp: number;\\n /** Current strength experience */\\n str_exp: number;\\n /** Current defense experience */\\n def_exp: number;\\n /** Current dexterity experience */\\n dex_exp: number;\\n /** Current agility experience */\\n agi_exp: number;\\n /** Current charisma experience */\\n cha_exp: number;\\n\\n /** Hack multiplier from equipment */\\n hack_mult: number;\\n /** Strength multiplier from equipment */\\n str_mult: number;\\n /** Defense multiplier from equipment */\\n def_mult: number;\\n /** Dexterity multiplier from equipment */\\n dex_mult: number;\\n /** Agility multiplier from equipment */\\n agi_mult: number;\\n /** Charisma multiplier from equipment */\\n cha_mult: number;\\n\\n /** Hack multiplier from ascensions */\\n hack_asc_mult: number;\\n /** Strength multiplier from ascensions */\\n str_asc_mult: number;\\n /** Defense multiplier from ascensions */\\n def_asc_mult: number;\\n /** Dexterity multiplier from ascensions */\\n dex_asc_mult: number;\\n /** Agility multiplier from ascensions */\\n agi_asc_mult: number;\\n /** Charisma multiplier from ascensions */\\n cha_asc_mult: number;\\n\\n /** Total earned hack experience */\\n hack_asc_points: number;\\n /** Total earned strength experience */\\n str_asc_points: number;\\n /** Total earned defense experience */\\n def_asc_points: number;\\n /** Total earned dexterity experience */\\n dex_asc_points: number;\\n /** Total earned agility experience */\\n agi_asc_points: number;\\n /** Total earned charisma experience */\\n cha_asc_points: number;\\n\\n upgrades: string[];\\n augmentations: string[];\\n\\n respectGain: number;\\n wantedLevelGain: number;\\n moneyGain: number;\\n}\\n\\n/** @public */\\nexport interface GangMemberAscension {\\n /** Amount of respect lost from ascending */\\n respect: number;\\n /** Hacking multiplier gained from ascending */\\n hack: number;\\n /** Strength multiplier gained from ascending */\\n str: number;\\n /** Defense multiplier gained from ascending */\\n def: number;\\n /** Dexterity multiplier gained from ascending */\\n dex: number;\\n /** Agility multiplier gained from ascending */\\n agi: number;\\n /** Charisma multiplier gained from ascending */\\n cha: number;\\n}\\n\\n/**\\n * Object representing a sleeve stats.\\n * @public\\n */\\nexport interface SleeveSkills {\\n /** Current shock of the sleeve [0-100] */\\n shock: number;\\n /** Current sync of the sleeve [0-100] */\\n sync: number;\\n /** Current memory of the sleeve [1-100] */\\n memory: number;\\n /** Current hacking skill of the sleeve */\\n hacking: number;\\n /** Current strength of the sleeve */\\n strength: number;\\n /** Current defense of the sleeve */\\n defense: number;\\n /** Current dexterity of the sleeve */\\n dexterity: number;\\n /** Current agility of the sleeve */\\n agility: number;\\n /** Current charisma of the sleeve */\\n charisma: number;\\n}\\n\\n/**\\n * Object representing sleeve information.\\n * @public\\n */\\nexport interface SleeveInformation {\\n /** Location of the sleeve */\\n city: string;\\n /** hp of the sleeve */\\n hp: HP;\\n /** Jobs available to the sleeve */\\n jobs: string[];\\n /** Job titles available to the sleeve */\\n jobTitle: string[];\\n /** Does this sleeve have access to the tor router */\\n tor: boolean;\\n /** Sleeve multipliers */\\n mult: CharacterMult;\\n}\\n\\n/**\\n * Object representing a sleeve current task.\\n * @public\\n */\\nexport type SleeveTask = any;\\n\\n/**\\n * Object representing a port. A port is a serialized queue.\\n * @public\\n */\\nexport interface NetscriptPort {\\n /**\\n * Write data to a port.\\n * @remarks\\n * RAM cost: 0 GB\\n *\\n * @returns The data popped off the queue if it was full.\\n */\\n write(value: string | number): null | string | number;\\n\\n /**\\n * Attempt to write data to the port.\\n * @remarks\\n * RAM cost: 0 GB\\n *\\n * @returns True if the data was added to the port, false if the port was full\\n */\\n tryWrite(value: string | number): boolean;\\n\\n /**\\n * Shift an element out of the port.\\n * @remarks\\n * RAM cost: 0 GB\\n *\\n * This function will remove the first element from the port and return it.\\n * If the port is empty, then the string “NULL PORT DATA” will be returned.\\n * @returns the data read.\\n */\\n read(): string | number;\\n\\n /**\\n * Retrieve the first element from the port without removing it.\\n * @remarks\\n * RAM cost: 0 GB\\n *\\n * This function is used to peek at the data from a port. It returns the\\n * first element in the specified port without removing that element. If\\n * the port is empty, the string “NULL PORT DATA” will be returned.\\n * @returns the data read\\n */\\n peek(): string | number;\\n\\n /**\\n * Check if the port is full.\\n * @remarks\\n * RAM cost: 0 GB\\n *\\n * @returns true if the port is full, otherwise false\\n */\\n full(): boolean;\\n\\n /**\\n * Check if the port is empty.\\n * @remarks\\n * RAM cost: 0 GB\\n *\\n * @returns true if the port is empty, otherwise false\\n */\\n empty(): boolean;\\n\\n /**\\n * Empties all data from the port.\\n * @remarks\\n * RAM cost: 0 GB\\n */\\n clear(): void;\\n}\\n\\n/**\\n * Stock market API\\n * @public\\n */\\nexport interface TIX {\\n /**\\n * Returns true if the player has access to a WSE Account\\n * @remarks RAM cost: 0.05 GB\\n */\\n hasWSEAccount(): boolean;\\n /**\\n * Returns true if the player has access to the TIX API\\n * @remarks RAM cost: 0.05 GB\\n */\\n hasTIXAPIAccess(): boolean;\\n /**\\n * Returns true if the player has access to the 4S Data\\n * @remarks RAM cost: 0.05 GB\\n */\\n has4SData(): boolean;\\n /**\\n * Returns true if the player has access to the 4SData TIX API\\n * @remarks RAM cost: 0.05 GB\\n */\\n has4SDataTIXAPI(): boolean;\\n /**\\n * Returns an array of the symbols of the tradable stocks\\n *\\n * @remarks RAM cost: 2 GB\\n * @returns Array of the symbols of the tradable stocks.\\n */\\n getSymbols(): string[];\\n\\n /**\\n * Returns the price of a stock.\\n *\\n * @remarks\\n * RAM cost: 2 GB\\n *\\n * The stock’s price is the average of its bid and ask prices. This function requires\\n * that you have the following:\\n *\\n * 1. WSE Account\\n *\\n * 1. TIX API Access\\n *\\n * @example\\n * ```ts\\n * // NS1\\n * stock.getPrice(\\\"FSIG\\\");\\n *\\n * // Choose the first stock symbol from the array of stock symbols. Get the price\\n * // of the corresponding stock.\\n * var sym = stock.getSymbols()[0];\\n * tprint(\\\"Stock symbol: \\\" + sym);\\n * tprint(\\\"Stock price: \\\" + stock.getPrice(sym));\\n * ```\\n * @example\\n * ```ts\\n * // NS2\\n * ns.stock.getPrice(\\\"FSIG\\\");\\n *\\n * // Choose the first stock symbol from the array of stock symbols. Get the price\\n * // of the corresponding stock.\\n * const sym = ns.stock.getSymbols()[0];\\n * ns.tprint(\\\"Stock symbol: \\\" + sym);\\n * ns.tprint(\\\"Stock price: \\\" + ns.stock.getPrice(sym));\\n * ```\\n * @param sym - Stock symbol.\\n * @returns The price of a stock.\\n */\\n getPrice(sym: string): number;\\n\\n /**\\n * Returns the ask price of that stock.\\n * @remarks RAM cost: 2 GB\\n *\\n * @param sym - Stock symbol.\\n * @returns The ask price of a stock.\\n */\\n getAskPrice(sym: string): number;\\n\\n /**\\n * Returns the bid price of that stock.\\n * @remarks RAM cost: 2 GB\\n *\\n * @param sym - Stock symbol.\\n * @returns The bid price of a stock.\\n */\\n getBidPrice(sym: string): number;\\n\\n /**\\n * Returns the player’s position in a stock.\\n * @remarks\\n * RAM cost: 2 GB\\n * Returns an array of four elements that represents the player’s position in a stock.\\n *\\n * The first element is the returned array is the number of shares the player owns of\\n * the stock in the Long position. The second element in the array is the average price\\n * of the player’s shares in the Long position.\\n *\\n * The third element in the array is the number of shares the player owns of the stock\\n * in the Short position. The fourth element in the array is the average price of the\\n * player’s Short position.\\n *\\n * All elements in the returned array are numeric.\\n *\\n * @example\\n * ```ts\\n * // NS1\\n * var pos = stock.getPosition(\\\"ECP\\\");\\n * var shares = pos[0];\\n * var avgPx = pos[1];\\n * var sharesShort = pos[2];\\n * var avgPxShort = pos[3];\\n * ```\\n * @example\\n * ```ts\\n * // NS2\\n * const [shares, avgPx, sharesShort, avgPxShort] = ns.stock.getPosition(\\\"ECP\\\");\\n * ```\\n * @param sym - Stock symbol.\\n * @returns Array of four elements that represents the player’s position in a stock.\\n */\\n getPosition(sym: string): [number, number, number, number];\\n\\n /**\\n * Returns the maximum number of shares of a stock.\\n * @remarks\\n * RAM cost: 2 GB\\n * This is the maximum amount of the stock that can be purchased\\n * in both the Long and Short positions combined.\\n *\\n * @param sym - Stock symbol.\\n * @returns Maximum number of shares that the stock has.\\n */\\n getMaxShares(sym: string): number;\\n\\n /**\\n * Calculates cost of buying stocks.\\n * @remarks\\n * RAM cost: 2 GB\\n * Calculates and returns how much it would cost to buy a given number of shares of a stock.\\n * This takes into account spread, large transactions influencing the price of the stock and commission fees.\\n *\\n * @param sym - Stock symbol.\\n * @param shares - Number of shares to purchase.\\n * @param posType - Specifies whether the order is a “Long” or “Short” position.\\n * @returns Cost to buy a given number of shares of a stock.\\n */\\n getPurchaseCost(sym: string, shares: number, posType: string): number;\\n\\n /**\\n * Calculate profit of selling stocks.\\n * @remarks\\n * RAM cost: 2 GB\\n * Calculates and returns how much you would gain from selling a given number of shares of a stock.\\n * This takes into account spread, large transactions influencing the price of the stock and commission fees.\\n *\\n * @param sym - Stock symbol.\\n * @param shares - Number of shares to sell.\\n * @param posType - Specifies whether the order is a “Long” or “Short” position.\\n * @returns Gain from selling a given number of shares of a stock.\\n */\\n getSaleGain(sym: string, shares: number, posType: string): number;\\n\\n /**\\n * Buy stocks.\\n * @remarks\\n * RAM cost: 2.5 GB\\n * Attempts to purchase shares of a stock using a Market Order.\\n *\\n * If the player does not have enough money to purchase the specified number of shares,\\n * then no shares will be purchased. Remember that every transaction on the stock exchange\\n * costs a certain commission fee.\\n *\\n * If this function successfully purchases the shares, it will return the stock price at which\\n * each share was purchased. Otherwise, it will return 0.\\n *\\n * @param sym - Stock symbol.\\n * @param shares - Number of shares to purchased. Must be positive. Will be rounded to nearest integer.\\n * @returns The stock price at which each share was purchased, otherwise 0 if the shares weren't purchased.\\n */\\n buyStock(sym: string, shares: number): number;\\n\\n /**\\n * Sell stocks.\\n * @remarks\\n * RAM cost: 2.5 GB\\n * Attempts to sell shares of a stock using a Market Order.\\n *\\n * If the specified number of shares in the function exceeds the amount that the player\\n * actually owns, then this function will sell all owned shares. Remember that every\\n * transaction on the stock exchange costs a certain commission fee.\\n *\\n * The net profit made from selling stocks with this function is reflected in the script’s\\n * statistics. This net profit is calculated as:\\n *\\n * shares * (sell_price - average_price_of_purchased_shares)\\n *\\n * If the sale is successful, this function will return the stock price at\\n * which each share was sold. Otherwise, it will return 0.\\n *\\n * @param sym - Stock symbol.\\n * @param shares - Number of shares to sell. Must be positive. Will be rounded to nearest integer.\\n * @returns The stock price at which each share was sold, otherwise 0 if the shares weren't sold.\\n */\\n sellStock(sym: string, shares: number): number;\\n\\n /**\\n * Short stocks.\\n * @remarks\\n * RAM cost: 2.5 GB\\n * Attempts to purchase a short position of a stock using a Market Order.\\n *\\n * The ability to short a stock is **not** immediately available to the player and\\n * must be unlocked later on in the game.\\n *\\n * If the player does not have enough money to purchase the specified number of shares,\\n * then no shares will be purchased. Remember that every transaction on the stock exchange\\n * costs a certain commission fee.\\n *\\n * If the purchase is successful, this function will return the stock price at which each\\n * share was purchased. Otherwise, it will return 0.\\n *\\n * @param sym - Stock symbol.\\n * @param shares - Number of shares to short. Must be positive. Will be rounded to nearest integer.\\n * @returns The stock price at which each share was purchased, otherwise 0 if the shares weren't purchased.\\n */\\n buyShort(sym: string, shares: number): number;\\n\\n /**\\n * Sell short stock.\\n * @remarks\\n * RAM cost: 2.5 GB\\n * Attempts to sell a short position of a stock using a Market Order.\\n *\\n * The ability to short a stock is **not** immediately available to the player and\\n * must be unlocked later on in the game.\\n *\\n * If the specified number of shares exceeds the amount that the player actually owns,\\n * then this function will sell all owned shares. Remember that every transaction on\\n * the stock exchange costs a certain commission fee.\\n *\\n * If the sale is successful, this function will return the stock price at which each\\n * share was sold. Otherwise it will return 0.\\n *\\n * @param sym - Stock symbol.\\n * @param shares - Number of shares to sell. Must be positive. Will be rounded to nearest integer.\\n * @returns The stock price at which each share was sold, otherwise 0 if the shares weren't sold.\\n */\\n sellShort(sym: string, shares: number): number;\\n\\n /**\\n * Place order for stocks.\\n * @remarks\\n * RAM cost: 2.5 GB\\n * Places an order on the stock market. This function only works for Limit and Stop Orders.\\n *\\n * The ability to place limit and stop orders is **not** immediately available to the player and\\n * must be unlocked later on in the game.\\n *\\n * Returns true if the order is successfully placed, and false otherwise.\\n *\\n * @param sym - Stock symbol.\\n * @param shares - Number of shares for order. Must be positive. Will be rounded to nearest integer.\\n * @param price - Execution price for the order.\\n * @param type - Type of order.\\n * @param pos - Specifies whether the order is a “Long” or “Short” position.\\n * @returns True if the order is successfully placed, and false otherwise.\\n */\\n placeOrder(sym: string, shares: number, price: number, type: string, pos: string): boolean;\\n\\n /**\\n * Cancel order for stocks.\\n * @remarks\\n * RAM cost: 2.5 GB\\n * Cancels an outstanding Limit or Stop order on the stock market.\\n *\\n * The ability to use limit and stop orders is **not** immediately available to the player and\\n * must be unlocked later on in the game.\\n *\\n * @param sym - Stock symbol.\\n * @param shares - Number of shares for order. Must be positive. Will be rounded to nearest integer.\\n * @param price - Execution price for the order.\\n * @param type - Type of order.\\n * @param pos - Specifies whether the order is a “Long” or “Short” position.\\n */\\n cancelOrder(sym: string, shares: number, price: number, type: string, pos: string): void;\\n\\n /**\\n * Returns your order book for the stock market.\\n * @remarks\\n * RAM cost: 2.5 GB\\n * This is an object containing information for all the Limit and Stop Orders you have in the stock market.\\n * For each symbol you have a position in, the returned object will have a key with that symbol's name.\\n * The object's properties are each an array of {@link StockOrderObject}\\n * The object has the following structure:\\n *\\n * ```ts\\n * {\\n * string1: [ // Array of orders for this stock\\n * {\\n * shares: Order quantity\\n * price: Order price\\n * type: Order type\\n * position: Either \\\"L\\\" or \\\"S\\\" for Long or Short position\\n * },\\n * {\\n * ...\\n * },\\n * ...\\n * ],\\n * string2: [ // Array of orders for this stock\\n * ...\\n * ],\\n * ...\\n * }\\n * ```\\n * The “Order type” property can have one of the following four values: \\\"Limit Buy Order\\\", \\\"Limit Sell Order\\\", \\\"Stop Buy Order\\\", \\\"Stop Sell Order\\\".\\n * Note that the order book will only contain information for stocks that you actually have orders in.\\n *\\n * @example\\n * ```ts\\n * \\\"If you do not have orders in Nova Medical (NVMD), then the returned object will not have a “NVMD” property.\\\"\\n * {\\n * ECP: [\\n * {\\n * shares: 5,\\n * price: 100,000\\n * type: \\\"Stop Buy Order\\\",\\n * position: \\\"S\\\",\\n * },\\n * {\\n * shares: 25,\\n * price: 125,000\\n * type: \\\"Limit Sell Order\\\",\\n * position: \\\"L\\\",\\n * },\\n * ],\\n * SYSC: [\\n * {\\n * shares: 100,\\n * price: 10,000\\n * type: \\\"Limit Buy Order\\\",\\n * position: \\\"L\\\",\\n * },\\n * ],\\n * }\\n * ```\\n * @returns Object containing information for all the Limit and Stop Orders you have in the stock market.\\n */\\n getOrders(): StockOrder;\\n\\n /**\\n * Returns the volatility of the specified stock.\\n * @remarks\\n * RAM cost: 2.5 GB\\n * Volatility represents the maximum percentage by which a stock’s price can change every tick.\\n * The volatility is returned as a decimal value, NOT a percentage\\n * (e.g. if a stock has a volatility of 3%, then this function will return 0.03, NOT 3).\\n *\\n * In order to use this function, you must first purchase access to the Four Sigma (4S) Market Data TIX API.\\n *\\n * @param sym - Stock symbol.\\n * @returns Volatility of the specified stock.\\n */\\n getVolatility(sym: string): number;\\n\\n /**\\n * Returns the probability that the specified stock’s price will increase (as opposed to decrease) during the next tick.\\n * @remarks\\n * RAM cost: 2.5 GB\\n * The probability is returned as a decimal value, NOT a percentage\\n * (e.g. if a stock has a 60% chance of increasing, then this function will return 0.6, NOT 60).\\n *\\n * In other words, if this function returned 0.30 for a stock, then this means that the stock’s price has a\\n * 30% chance of increasing and a 70% chance of decreasing during the next tick.\\n *\\n * In order to use this function, you must first purchase access to the Four Sigma (4S) Market Data TIX API.\\n *\\n * @param sym - Stock symbol.\\n * @returns Probability that the specified stock’s price will increase (as opposed to decrease) during the next tick.\\n */\\n getForecast(sym: string): number;\\n\\n /**\\n * Purchase 4S Market Data Access.\\n * @remarks RAM cost: 2.5 GB\\n * @returns True if you successfully purchased it or if you already have access, false otherwise.\\n */\\n purchase4SMarketData(): boolean;\\n\\n /**\\n * Purchase 4S Market Data TIX API Access.\\n * @remarks RAM cost: 2.5 GB\\n * @returns True if you successfully purchased it or if you already have access, false otherwise.\\n */\\n purchase4SMarketDataTixApi(): boolean;\\n\\n /**\\n * Purchase WSE Account.\\n * @remarks RAM cost: 2.5 GB\\n * @returns True if you successfully purchased it or if you already have access, false otherwise.\\n */\\n purchaseWseAccount(): boolean;\\n\\n /**\\n * Purchase TIX API Access\\n * @remarks RAM cost: 2.5 GB\\n * @returns True if you successfully purchased it or if you already have access, false otherwise.\\n */\\n purchaseTixApi(): boolean;\\n}\\n\\n/**\\n * Singularity API\\n * @remarks\\n * This API requires Source-File 4 to use. The RAM cost of all these functions is multiplied by 16/4/1 based on Source-File 4 levels.\\n * @public\\n */\\nexport interface Singularity {\\n /**\\n * Backup game save.\\n * @remarks\\n * RAM cost: 1 GB * 16/4/1\\n *\\n *\\n * This function will automatically opens the backup save prompt and claim the free faction favour if available.\\n *\\n */\\n exportGame(): void;\\n\\n /**\\n * Returns Backup save bonus availability.\\n * @remarks\\n * RAM cost: 0.5 GB * 16/4/1\\n *\\n *\\n * This function will check if there is a bonus for backing up your save.\\n *\\n */\\n exportGameBonus(): boolean;\\n\\n /**\\n * Take university class.\\n *\\n * @remarks\\n * RAM cost: 2 GB * 16/4/1\\n *\\n *\\n * This function will automatically set you to start taking a course at a university.\\n * If you are already in the middle of some “working” action (such as working at a\\n * company, for a faction, or on a program), then running this function will automatically\\n * cancel that action and give you your earnings.\\n *\\n * The cost and experience gains for all of these universities and classes are the same as\\n * if you were to manually visit and take these classes.\\n *\\n * @param universityName - Name of university. You must be in the correct city for whatever university you specify.\\n * @param courseName - Name of course.\\n * @param focus - Acquire player focus on this class. Optional. Defaults to true.\\n * @returns True if action is successfully started, false otherwise.\\n */\\n universityCourse(universityName: string, courseName: string, focus?: boolean): boolean;\\n\\n /**\\n * Workout at the gym.\\n *\\n * @remarks\\n * RAM cost: 2 GB * 16/4/1\\n *\\n\\n * This function will automatically set you to start working out at a gym to train\\n * a particular stat. If you are already in the middle of some “working” action\\n * (such as working at a company, for a faction, or on a program), then running\\n * this function will automatically cancel that action and give you your earnings.\\n *\\n * The cost and experience gains for all of these gyms are the same as if you were\\n * to manually visit these gyms and train\\n *\\n * @param gymName - Name of gym. You must be in the correct city for whatever gym you specify.\\n * @param stat - The stat you want to train.\\n * @param focus - Acquire player focus on this gym workout. Optional. Defaults to true.\\n * @returns True if actions is successfully started, false otherwise.\\n */\\n gymWorkout(gymName: string, stat: string, focus?: boolean): boolean;\\n\\n /**\\n * Travel to another city.\\n * @remarks\\n * RAM cost: 2 GB * 16/4/1\\n *\\n *\\n * This function allows the player to travel to any city. The cost for using this\\n * function is the same as the cost for traveling through the Travel Agency.\\n *\\n * @param city - City to travel to.\\n * @returns True if action is successful, false otherwise.\\n */\\n travelToCity(city: string): boolean;\\n\\n /**\\n * Purchase the TOR router.\\n * @remarks\\n * RAM cost: 2 GB * 16/4/1\\n *\\n *\\n * This function allows you to automatically purchase a TOR router. The cost for\\n * purchasing a TOR router using this function is the same as if you were to\\n * manually purchase one.\\n *\\n * @returns True if actions is successful or you already own TOR router, false otherwise.\\n */\\n purchaseTor(): boolean;\\n\\n /**\\n * Purchase a program from the dark web.\\n * @remarks\\n * RAM cost: 2 GB * 16/4/1\\n *\\n *\\n * This function allows you to automatically purchase programs. You MUST have a\\n * TOR router in order to use this function. The cost of purchasing programs\\n * using this function is the same as if you were purchasing them through the Dark\\n * Web using the Terminal buy command.\\n *\\n * @example\\n * ```ts\\n * // NS1\\n * purchaseProgram(\\\"brutessh.exe\\\");\\n * ```\\n * @example\\n * ```ts\\n * // NS2\\n * ns.purchaseProgram(\\\"brutessh.exe\\\");\\n * ```\\n * @param programName - Name of program to purchase.\\n * @returns True if the specified program is purchased, and false otherwise.\\n */\\n purchaseProgram(programName: string): boolean;\\n\\n /**\\n * Check if the player is busy.\\n * @remarks\\n * RAM cost: 0.5 GB * 16/4/1\\n *\\n *\\n * Returns a boolean indicating whether or not the player is currently performing an\\n * ‘action’. These actions include working for a company/faction, studying at a university,\\n * working out at a gym, creating a program, committing a crime, or carrying out a Hacking Mission.\\n *\\n * @returns True if the player is currently performing an ‘action’, false otherwise.\\n */\\n isBusy(): boolean;\\n\\n /**\\n * Stop the current action.\\n * @remarks\\n * RAM cost: 1 GB * 16/4/1\\n *\\n *\\n * This function is used to end whatever ‘action’ the player is currently performing.\\n * The player will receive whatever money/experience/etc. he has earned from that action.\\n *\\n * The actions that can be stopped with this function are:\\n *\\n * * Studying at a university\\n * * Working out at a gym\\n * * Working for a company/faction\\n * * Creating a program\\n * * Committing a crime\\n *\\n * This function will return true if the player’s action was ended.\\n * It will return false if the player was not performing an action when this function was called.\\n *\\n * @returns True if the player’s action was ended, false if the player was not performing an action.\\n */\\n stopAction(): boolean;\\n\\n /**\\n * Upgrade home computer RAM.\\n * @remarks\\n * RAM cost: 3 GB * 16/4/1\\n *\\n *\\n * This function will upgrade amount of RAM on the player’s home computer. The cost is\\n * the same as if you were to do it manually.\\n *\\n * This function will return true if the player’s home computer RAM is successfully upgraded, and false otherwise.\\n *\\n * @returns True if the player’s home computer RAM is successfully upgraded, and false otherwise.\\n */\\n upgradeHomeRam(): boolean;\\n\\n /**\\n * Upgrade home computer cores.\\n * @remarks\\n * RAM cost: 3 GB * 16/4/1\\n *\\n *\\n * This function will upgrade amount of cores on the player’s home computer. The cost is\\n * the same as if you were to do it manually.\\n *\\n * This function will return true if the player’s home computer cores is successfully upgraded, and false otherwise.\\n *\\n * @returns True if the player’s home computer cores is successfully upgraded, and false otherwise.\\n */\\n upgradeHomeCores(): boolean;\\n\\n /**\\n * Get the price of upgrading home RAM.\\n * @remarks\\n * RAM cost: 1.5 GB * 16/4/1\\n *\\n *\\n * Returns the cost of upgrading the player’s home computer RAM.\\n *\\n * @returns Cost of upgrading the player’s home computer RAM.\\n */\\n getUpgradeHomeRamCost(): number;\\n\\n /**\\n * Get the price of upgrading home cores.\\n * @remarks\\n * RAM cost: 1.5 GB * 16/4/1\\n *\\n *\\n * Returns the cost of upgrading the player’s home computer cores.\\n *\\n * @returns Cost of upgrading the player’s home computer cores.\\n */\\n getUpgradeHomeCoresCost(): number;\\n\\n /**\\n * Work for a company.\\n * @remarks\\n * RAM cost: 3 GB * 16/4/1\\n *\\n *\\n * This function will automatically set you to start working at the company\\n * at which you are employed. If you are already in the middle of some “working”\\n * action (such as working for a faction, training at a gym, or creating a program),\\n * then running this function will automatically cancel that action and give you\\n * your earnings.\\n *\\n * This function will return true if the player starts working, and false otherwise.\\n *\\n * Note that when you are working for a company, you will not actually receive your earnings (reputation, money, experience) until you FINISH the action.\\n *\\n * @example\\n * ```ts\\n * // NS1:\\n * //If you only want to work until you get 100,000 company reputation. One small hack to get around this is to continuously restart the action to receive your earnings:\\n * while (getCompanyRep(COMPANY HERE) < VALUE) {\\n * workForCompany();\\n * sleep(60000);\\n * }\\n * //This way, your company reputation will be updated every minute.\\n * ```\\n * @example\\n * ```ts\\n * // NS2:\\n * //If you only want to work until you get 100,000 company reputation. One small hack to get around this is to continuously restart the action to receive your earnings:\\n * while (ns.getCompanyRep(COMPANY HERE) < VALUE) {\\n * ns.workForCompany();\\n * await ns.sleep(60000);\\n * }\\n * //This way, your company reputation will be updated every minute.\\n * ```\\n * @param companyName - Name of company to work for. Must be an exact match. Optional. If not specified, this argument defaults to the last job that you worked\\n * @param focus - Acquire player focus on this work operation. Optional. Defaults to true.\\n * @returns True if the player starts working, and false otherwise.\\n */\\n workForCompany(companyName: string, focus?: boolean): boolean;\\n\\n /**\\n * Quit jobs by company.\\n * @remarks\\n * RAM cost: 3 GB * 16/4/1\\n *\\n *\\n * This function will finish work with the company provided and quit any jobs.\\n *\\n * @param companyName - Name of the company.\\n */\\n quitJob(companyName?: string): void;\\n\\n /**\\n * Apply for a job at a company.\\n * @remarks\\n * RAM cost: 3 GB * 16/4/1\\n *\\n *\\n * This function will automatically try to apply to the specified company\\n * for a position in the specified field. This function can also be used to\\n * apply for promotions by specifying the company and field you are already\\n * employed at.\\n *\\n * This function will return true if you successfully get a job/promotion,\\n * and false otherwise. Note that if you are trying to use this function to\\n * apply for a promotion and you don’t get one, it will return false.\\n *\\n * @param companyName - Name of company to apply to.\\n * @param field - Field to which you want to apply.\\n * @returns True if the player successfully get a job/promotion, and false otherwise.\\n */\\n applyToCompany(companyName: string, field: string): boolean;\\n\\n /**\\n * Get company reputation.\\n * @remarks\\n * RAM cost: 1 GB * 16/4/1\\n *\\n *\\n * This function will return the amount of reputation you have at the specified company.\\n * If the company passed in as an argument is invalid, -1 will be returned.\\n *\\n * @param companyName - Name of the company.\\n * @returns Amount of reputation you have at the specified company.\\n */\\n getCompanyRep(companyName: string): number;\\n\\n /**\\n * Get company favor.\\n * @remarks\\n * RAM cost: 1 GB * 16/4/1\\n *\\n *\\n * This function will return the amount of favor you have at the specified company.\\n * If the company passed in as an argument is invalid, -1 will be returned.\\n *\\n * @param companyName - Name of the company.\\n * @returns Amount of favor you have at the specified company.\\n */\\n getCompanyFavor(companyName: string): number;\\n\\n /**\\n * Get company favor gain.\\n * @remarks\\n * RAM cost: 0.75 GB * 16/4/1\\n *\\n *\\n * This function will return the amount of favor you will gain for the specified\\n * company when you reset by installing Augmentations.\\n *\\n * @param companyName - Name of the company.\\n * @returns Amount of favor you gain at the specified company when you reset by installing Augmentations.\\n */\\n getCompanyFavorGain(companyName: string): number;\\n\\n /**\\n * List all current faction invitations.\\n * @remarks\\n * RAM cost: 3 GB * 16/4/1\\n *\\n *\\n * Returns an array with the name of all Factions you currently have outstanding invitations from.\\n *\\n * @returns Array with the name of all Factions you currently have outstanding invitations from.\\n */\\n checkFactionInvitations(): string[];\\n\\n /**\\n * Join a faction.\\n * @remarks\\n * RAM cost: 3 GB * 16/4/1\\n *\\n *\\n * This function will automatically accept an invitation from a faction and join it.\\n *\\n * @param faction - Name of faction to join.\\n * @returns True if player joined the faction, and false otherwise.\\n */\\n joinFaction(faction: string): boolean;\\n\\n /**\\n * Work for a faction.\\n * @remarks\\n * RAM cost: 3 GB * 16/4/1\\n *\\n *\\n * This function will automatically set you to start working for the specified faction.\\n * Obviously, you must be a member of the faction or else this function will fail. If\\n * you are already in the middle of some “working” action (such as working for a company,\\n * training at a gym, or creating a program), then running this function will automatically\\n * cancel that action and give you your earnings.\\n *\\n * This function will return true if you successfully start working for the specified faction, and false otherwise.\\n *\\n * Note that when you are working for a faction, you will not actually receive your earnings (reputation, experience) until you FINISH the action.\\n *\\n * @example\\n * ```ts\\n * // NS1:\\n * //If you only want to work until you get 100,000 faction reputation. One small hack to get around this is to continuously restart the action to receive your earnings:\\n * while (getFactionRep(FACTION NAME) < VALUE) {\\n * workForFaction(FACNAME, WORKTYPE);\\n * sleep(60000);\\n * }\\n * //This way, your faction reputation will be updated every minute.\\n * ```\\n * @example\\n * ```ts\\n * // NS2:\\n * //If you only want to work until you get 100,000 faction reputation. One small hack to get around this is to continuously restart the action to receive your earnings:\\n * while (ns.getFactionRep(FACTION NAME) < VALUE) {\\n * ns.workForFaction(FACNAME, WORKTYPE);\\n * await ns.sleep(60000);\\n * }\\n * //This way, your faction reputation will be updated every minute.\\n * ```\\n * @param faction - Name of faction to work for.\\n * @param workType - Type of work to perform for the faction.\\n * @param focus - Acquire player focus on this work operation. Optional. Defaults to true.\\n * @returns True if the player starts working, and false otherwise.\\n */\\n workForFaction(faction: string, workType: string, focus?: boolean): boolean;\\n\\n /**\\n * Get faction reputation.\\n * @remarks\\n * RAM cost: 1 GB * 16/4/1\\n *\\n *\\n * This function returns the amount of reputation you have for the specified faction.\\n *\\n * @param faction - Name of faction to work for.\\n * @returns Amount of reputation you have for the specified faction.\\n */\\n getFactionRep(faction: string): number;\\n\\n /**\\n * Get faction favor.\\n * @remarks\\n * RAM cost: 1 GB * 16/4/1\\n *\\n *\\n * This function returns the amount of favor you have for the specified faction.\\n *\\n * @param faction - Name of faction.\\n * @returns Amount of favor you have for the specified faction.\\n */\\n getFactionFavor(faction: string): number;\\n\\n /**\\n * Get faction favor gain.\\n * @remarks\\n * RAM cost: 0.75 GB * 16/4/1\\n *\\n *\\n * This function returns the amount of favor you will gain for the specified\\n * faction when you reset by installing Augmentations.\\n *\\n * @param faction - Name of faction.\\n * @returns Amount of favor you will gain for the specified faction when you reset by installing Augmentations.\\n */\\n getFactionFavorGain(faction: string): number;\\n\\n /**\\n * Donate to a faction.\\n * @remarks\\n * RAM cost: 5 GB * 16/4/1\\n *\\n *\\n * Attempts to donate money to the specified faction in exchange for reputation.\\n * Returns true if you successfully donate the money, and false otherwise.\\n *\\n * @param faction - Name of faction to donate to.\\n * @param amount - Amount of money to donate.\\n * @returns True if the money was donated, and false otherwise.\\n */\\n donateToFaction(faction: string, amount: number): boolean;\\n\\n /**\\n * Create a program.\\n * @remarks\\n * RAM cost: 5 GB * 16/4/1\\n *\\n *\\n * This function will automatically set you to start working on creating the\\n * specified program. If you are already in the middle of some “working” action\\n * (such as working for a company, training at a gym, or taking a course), then\\n * running this function will automatically cancel that action and give you your\\n * earnings.\\n *\\n * This function returns true if you successfully start working on the specified program, and false otherwise.\\n *\\n * Note that creating a program using this function has the same hacking level requirements as it normally would. These level requirements are:\\n * * BruteSSH.exe: 50\\n * * FTPCrack.exe: 100\\n * * relaySMTP.exe: 250\\n * * HTTPWorm.exe: 500\\n * * SQLInject.exe: 750\\n * * DeepscanV1.exe: 75\\n * * DeepscanV2.exe: 400\\n * * ServerProfiler.exe: 75\\n * * AutoLink.exe: 25\\n *\\n * @example\\n * ```ts\\n * // NS1:\\n * createProgram(“relaysmtp.exe”);\\n * ```\\n * @example\\n * ```ts\\n * // NS2:\\n * ns.createProgram(“relaysmtp.exe”);\\n * ```\\n * @param program - Name of program to create.\\n * @param focus - Acquire player focus on this program creation. Optional. Defaults to true.\\n * @returns True if you successfully start working on the specified program, and false otherwise.\\n */\\n createProgram(program: string, focus?: boolean): boolean;\\n\\n /**\\n * Commit a crime.\\n * @remarks\\n * RAM cost: 5 GB * 16/4/1\\n *\\n *\\n * This function is used to automatically attempt to commit crimes.\\n * If you are already in the middle of some ‘working’ action (such\\n * as working for a company or training at a gym), then running this\\n * function will automatically cancel that action and give you your\\n * earnings.\\n *\\n * This function returns the number of milliseconds it takes to attempt the\\n * specified crime (e.g It takes 60 seconds to attempt the ‘Rob Store’ crime,\\n * so running `commitCrime('rob store')` will return 60,000).\\n *\\n * Warning: I do not recommend using the time returned from this function to try\\n * and schedule your crime attempts. Instead, I would use the isBusy Singularity\\n * function to check whether you have finished attempting a crime. This is because\\n * although the game sets a certain crime to be X amount of seconds, there is no\\n * guarantee that your browser will follow that time limit.\\n *\\n * @param crime - Name of crime to attempt.\\n * @param focus - Acquire player focus on this crime. Optional. Defaults to true.\\n * @returns The number of milliseconds it takes to attempt the specified crime.\\n */\\n commitCrime(crime: string, focus?: boolean): number;\\n\\n /**\\n * Get chance to successfully commit a crime.\\n * @remarks\\n * RAM cost: 5 GB * 16/4/1\\n *\\n *\\n * This function returns your chance of success at committing the specified crime.\\n *\\n * @param crime - Name of crime.\\n * @returns Chance of success at committing the specified crime.\\n */\\n getCrimeChance(crime: string): number;\\n\\n /**\\n * Get stats related to a crime.\\n * @remarks\\n * RAM cost: 5 GB * 16/4/1\\n *\\n *\\n * Returns the stats of the crime.\\n *\\n * @param crime - Name of crime. Not case-sensitive\\n * @returns The stats of the crime.\\n */\\n getCrimeStats(crime: string): CrimeStats;\\n\\n /**\\n * Get a list of owned augmentation.\\n * @remarks\\n * RAM cost: 5 GB * 16/4/1\\n *\\n *\\n * This function returns an array containing the names (as strings) of all Augmentations you have.\\n *\\n * @param purchased - Specifies whether the returned array should include Augmentations you have purchased but not yet installed. By default, this argument is false which means that the return value will NOT have the purchased Augmentations.\\n * @returns Array containing the names (as strings) of all Augmentations you have.\\n */\\n getOwnedAugmentations(purchased?: boolean): string[];\\n\\n /**\\n * Get a list of acquired Source-Files.\\n * @remarks\\n * RAM cost: 5 GB\\n *\\n * Returns an array of source files\\n *\\n * @returns Array containing an object with number and level of the source file.\\n */\\n getOwnedSourceFiles(): SourceFileLvl[];\\n\\n /**\\n * Get a list of augmentation available from a faction.\\n * @remarks\\n * RAM cost: 5 GB * 16/4/1\\n *\\n *\\n * Returns an array containing the names (as strings) of all Augmentations\\n * that are available from the specified faction.\\n *\\n * @param faction - Name of faction.\\n * @returns Array containing the names of all Augmentations.\\n */\\n getAugmentationsFromFaction(faction: string): string[];\\n\\n /**\\n * Get the pre-requisite of an augmentation.\\n * @remarks\\n * RAM cost: 5 GB * 16/4/1\\n *\\n *\\n * This function returns an array with the names of the prerequisite Augmentation(s) for the specified Augmentation.\\n * If there are no prerequisites, a blank array is returned.\\n *\\n * @param augName - Name of Augmentation.\\n * @returns Array with the names of the prerequisite Augmentation(s) for the specified Augmentation.\\n */\\n getAugmentationPrereq(augName: string): string[];\\n\\n /**\\n * Get the price and reputation of an augmentation.\\n * @deprecated use getAugmentationPrice getAugmentationRepCost\\n * @remarks\\n * RAM cost: 5 GB * 16/4/1\\n *\\n *\\n * This function returns an array with two elements that gives the cost for\\n * the specified Augmentation. The first element in the returned array is the\\n * reputation requirement of the Augmentation, and the second element is the\\n * money cost.\\n *\\n * If an invalid Augmentation name is passed in for the augName argument, this\\n * function will return the array [-1, -1].\\n *\\n * @param augName - Name of Augmentation.\\n * @returns Array with first element as a reputation requirement and second element as the money cost.\\n */\\n getAugmentationCost(augName: string): [number, number];\\n\\n /**\\n * Get price of an augmentation.\\n * @remarks\\n * RAM cost: 2.5 GB * 16/4/1\\n *\\n *\\n * @param augName - Name of Augmentation.\\n * @returns Price of the augmentation.\\n */\\n getAugmentationPrice(augName: string): number;\\n\\n /**\\n * Get base price of an augmentation.\\n * @remarks\\n * RAM cost: 2.5 GB * 16/4/1\\n *\\n *\\n * @param augName - Name of Augmentation.\\n * @returns Base price of the augmentation, before price multiplier.\\n */\\n getAugmentationBasePrice(augName: string): number;\\n\\n /**\\n * Get reputation requirement of an augmentation.\\n * @remarks\\n * RAM cost: 2.5 GB * 16/4/1\\n *\\n *\\n * @param augName - Name of Augmentation.\\n * @returns Reputation requirement of the augmentation.\\n */\\n getAugmentationRepReq(augName: string): number;\\n\\n /**\\n * Purchase an augmentation\\n * @remarks\\n * RAM cost: 5 GB * 16/4/1\\n *\\n *\\n * This function will try to purchase the specified Augmentation through the given Faction.\\n *\\n * This function will return true if the Augmentation is successfully purchased, and false otherwise.\\n *\\n * @param faction - Name of faction to purchase Augmentation from.\\n * @param augmentation - Name of Augmentation to purchase.\\n * @returns True if the Augmentation is successfully purchased, and false otherwise.\\n */\\n purchaseAugmentation(faction: string, augmentation: string): boolean;\\n\\n /**\\n * Get the stats of an augmentation.\\n * @remarks\\n * RAM cost: 5 GB * 16/4/1\\n *\\n *\\n * This function returns augmentation stats.\\n *\\n * @param name - Name of Augmentation. CASE-SENSITIVE.\\n * @returns Augmentation stats.\\n */\\n getAugmentationStats(name: string): Multipliers;\\n\\n /**\\n * Install your purchased augmentations.\\n * @remarks\\n * RAM cost: 5 GB * 16/4/1\\n *\\n *\\n * This function will automatically install your Augmentations, resetting the game as usual. If you do not own uninstalled Augmentations then the game will not reset.\\n *\\n * @param cbScript - This is a script that will automatically be run after Augmentations are installed (after the reset). This script will be run with no arguments and 1 thread. It must be located on your home computer.\\n */\\n installAugmentations(cbScript?: string): void;\\n\\n /**\\n * Hospitalize the player.\\n * @remarks\\n * RAM cost: 0.25 GB * 16/4/1\\n */\\n hospitalize(): void;\\n\\n /**\\n * Soft reset the game.\\n * @remarks\\n * RAM cost: 5 GB * 16/4/1\\n *\\n *\\n * This function will perform a reset even if you don’t have any augmentation installed.\\n *\\n * @param cbScript - This is a script that will automatically be run after Augmentations are installed (after the reset). This script will be run with no arguments and 1 thread. It must be located on your home computer.\\n */\\n softReset(cbScript: string): void;\\n\\n /**\\n * Go to a location.\\n * @remarks\\n * RAM cost: 5 GB * 16/4/1\\n *\\n *\\n * Move the player to a specific location.\\n *\\n * @param locationName - Name of the location.\\n * @returns True if the player was moved there, false otherwise.\\n */\\n goToLocation(locationName: string): boolean;\\n\\n /**\\n * Get the current server.\\n * @remarks\\n * RAM cost: 2 GB * 16/4/1\\n *\\n *\\n * @returns Name of the current server.\\n */\\n getCurrentServer(): string;\\n\\n /**\\n * Connect to a server.\\n * @remarks\\n * RAM cost: 2 GB * 16/4/1\\n *\\n *\\n * Run the connect HOSTNAME command in the terminal. Can only connect to neighbors.\\n *\\n * @returns True if the connect command was successful, false otherwise.\\n */\\n connect(hostname: string): boolean;\\n\\n /**\\n * Run the hack command in the terminal.\\n * @remarks\\n * RAM cost: 2 GB * 16/4/1\\n *\\n *\\n * @returns Amount of money stolen by manual hacking.\\n */\\n manualHack(): Promise;\\n\\n /**\\n * Run the backdoor command in the terminal.\\n * @remarks\\n * RAM cost: 2 GB * 16/4/1\\n *\\n *\\n * @returns Promise waiting for the installation to finish.\\n */\\n installBackdoor(): Promise;\\n\\n /**\\n * Check if the player is focused.\\n * @remarks\\n * RAM cost: 0.1 GB * 16/4/1\\n *\\n *\\n * @returns True if the player is focused.\\n */\\n isFocused(): boolean;\\n\\n /**\\n * Set the players focus.\\n * @remarks\\n * RAM cost: 0.1 GB * 16/4/1\\n *\\n * @returns True if the focus was changed.\\n */\\n setFocus(focus: boolean): boolean;\\n\\n /**\\n * Get a list of programs offered on the dark web.\\n * @remarks\\n * RAM cost: 1 GB * 16/4/1\\n *\\n *\\n * This function allows the player to get a list of programs available for purchase\\n * on the dark web. Players MUST have purchased Tor to get the list of programs\\n * available. If Tor has not been purchased yet, this function will return an\\n * empty list.\\n *\\n * @example\\n * ```ts\\n * // NS1\\n * getDarkwebPrograms();\\n * // returns ['BruteSSH.exe', 'FTPCrack.exe'...etc]\\n * ```\\n * @example\\n * ```ts\\n * // NS2\\n * ns.getDarkwebPrograms();\\n * // returns ['BruteSSH.exe', 'FTPCrack.exe'...etc]\\n * ```\\n * @returns - a list of programs available for purchase on the dark web, or [] if Tor has not\\n * been purchased\\n */\\n getDarkwebPrograms(): string[];\\n\\n /**\\n * Check the price of an exploit on the dark web\\n * @remarks\\n * RAM cost: 0.5 GB * 16/4/1\\n *\\n *\\n * This function allows you to check the price of a darkweb exploit/program.\\n * You MUST have a TOR router in order to use this function. The price returned\\n * by this function is the same price you would see with buy -l from the terminal.\\n * Returns the cost of the program if it has not been purchased yet, 0 if it\\n * has already been purchased, or -1 if Tor has not been purchased (and thus\\n * the program/exploit is not available for purchase).\\n *\\n * If the program does not exist, an error is thrown.\\n *\\n *\\n * @example\\n * ```ts\\n * // NS1\\n * getDarkwebProgramCost(\\\"brutessh.exe\\\");\\n * ```\\n * @example\\n * ```ts\\n * // NS2\\n * ns.getDarkwebProgramCost(\\\"brutessh.exe\\\");\\n * ```\\n * @param programName - Name of program to check the price of\\n * @returns Price of the specified darkweb program\\n * (if not yet purchased), 0 if it has already been purchased, or -1 if Tor has not been\\n * purchased. Throws an error if the specified program/exploit does not exist\\n */\\n getDarkwebProgramCost(programName: string): number;\\n\\n /**\\n * b1t_flum3 into a different BN.\\n * @remarks\\n * RAM cost: 16 GB * 16/4/1\\n *\\n * @param nextBN - BN number to jump to\\n * @param callbackScript - Name of the script to launch in the next BN.\\n */\\n b1tflum3(nextBN: number, callbackScript?: string): void;\\n\\n /**\\n * Destroy the w0r1d_d43m0n and move on to the next BN.\\n * @remarks\\n * RAM cost: 32 GB * 16/4/1\\n *\\n * You must have the special augment installed and the required hacking level\\n * OR\\n * Completed the final black op.\\n *\\n * @param nextBN - BN number to jump to\\n * @param callbackScript - Name of the script to launch in the next BN.\\n */\\n destroyW0r1dD43m0n(nextBN: number, callbackScript?: string): void;\\n\\n /**\\n * Get the current work the player is doing.\\n * @remarks\\n * RAM cost: 0.5 GB * 16/4/1\\n *\\n * @returns - An object representing the current work. Fields depend on the kind of work.\\n */\\n getCurrentWork(): any | null;\\n}\\n\\n/**\\n * Hacknet API\\n * @remarks\\n * Not all these functions are immediately available.\\n * @public\\n */\\nexport interface Hacknet {\\n /**\\n * Get the number of hacknet nodes you own.\\n * @remarks\\n * RAM cost: 0 GB\\n *\\n * Returns the number of Hacknet Nodes you own.\\n *\\n * @returns Number of hacknet nodes.\\n */\\n numNodes(): number;\\n\\n /**\\n * Get the maximum number of hacknet nodes.\\n * @remarks\\n * RAM cost: 0 GB\\n *\\n * @returns Maximum number of hacknet nodes.\\n */\\n maxNumNodes(): number;\\n\\n /**\\n * Purchase a new hacknet node.\\n * @remarks\\n * RAM cost: 0 GB\\n *\\n * Purchases a new Hacknet Node. Returns a number with the index of the\\n * Hacknet Node. This index is equivalent to the number at the end of\\n * the Hacknet Node’s name (e.g The Hacknet Node named `hacknet-node-4`\\n * will have an index of 4).\\n *\\n * If the player cannot afford to purchase a new Hacknet Node then the function will return -1.\\n *\\n * @returns The index of the Hacknet Node or if the player cannot afford to purchase a new Hacknet Node the function will return -1.\\n */\\n purchaseNode(): number;\\n\\n /**\\n * Get the price of the next hacknet node.\\n * @remarks\\n * RAM cost: 0 GB\\n *\\n * Returns the cost of purchasing a new Hacknet Node.\\n *\\n * @returns Cost of purchasing a new Hacknet Node.\\n */\\n getPurchaseNodeCost(): number;\\n\\n /**\\n * Get the stats of a hacknet node.\\n * @remarks\\n * RAM cost: 0 GB\\n *\\n * Returns an object containing a variety of stats about the specified Hacknet Node.\\n *\\n * Note that for Hacknet Nodes, production refers to the amount of money the node generates.\\n * For Hacknet Servers (the upgraded version of Hacknet Nodes), production refers to the\\n * amount of hashes the node generates.\\n *\\n * @param index - Index/Identifier of Hacknet Node\\n * @returns Object containing a variety of stats about the specified Hacknet Node.\\n */\\n getNodeStats(index: number): NodeStats;\\n\\n /**\\n * Upgrade the level of a hacknet node.\\n * @remarks\\n * RAM cost: 0 GB\\n *\\n * Tries to upgrade the level of the specified Hacknet Node by n.\\n *\\n * Returns true if the Hacknet Node’s level is successfully upgraded by n\\n * or if it is upgraded by some positive amount and the Node reaches its max level.\\n *\\n * Returns false otherwise.\\n *\\n * @param index - Index/Identifier of Hacknet Node.\\n * @param n - Number of levels to purchase. Must be positive. Rounded to nearest integer.\\n * @returns True if the Hacknet Node’s level is successfully upgraded, false otherwise.\\n */\\n upgradeLevel(index: number, n: number): boolean;\\n\\n /**\\n * Upgrade the RAM of a hacknet node.\\n * @remarks\\n * RAM cost: 0 GB\\n *\\n * Tries to upgrade the specified Hacknet Node’s RAM n times.\\n * Note that each upgrade doubles the Node’s RAM.\\n * So this is equivalent to multiplying the Node’s RAM by 2 n.\\n *\\n * Returns true if the Hacknet Node’s RAM is successfully upgraded n times\\n * or if it is upgraded some positive number of times and the Node reaches its max RAM.\\n *\\n * Returns false otherwise.\\n *\\n * @param index - Index/Identifier of Hacknet Node.\\n * @param n - Number of times to upgrade RAM. Must be positive. Rounded to nearest integer.\\n * @returns True if the Hacknet Node’s RAM is successfully upgraded, false otherwise.\\n */\\n upgradeRam(index: number, n: number): boolean;\\n\\n /**\\n * Upgrade the core of a hacknet node.\\n * @remarks\\n * RAM cost: 0 GB\\n *\\n * Tries to purchase n cores for the specified Hacknet Node.\\n *\\n * Returns true if it successfully purchases n cores for the Hacknet Node\\n * or if it purchases some positive amount and the Node reaches its max number of cores.\\n *\\n * Returns false otherwise.\\n *\\n * @param index - Index/Identifier of Hacknet Node.\\n * @param n - Number of cores to purchase. Must be positive. Rounded to nearest integer.\\n * @returns True if the Hacknet Node’s cores are successfully purchased, false otherwise.\\n */\\n upgradeCore(index: number, n: number): boolean;\\n\\n /**\\n * Upgrade the cache of a hacknet node.\\n * @remarks\\n * RAM cost: 0 GB\\n *\\n * This function is only applicable for Hacknet Servers (the upgraded version of a Hacknet Node).\\n *\\n * Tries to upgrade the specified Hacknet Server’s cache n times.\\n *\\n * Returns true if it successfully upgrades the Server’s cache n times,\\n * or if it purchases some positive amount and the Server reaches its max cache level.\\n *\\n * Returns false otherwise.\\n *\\n * @param index - Index/Identifier of Hacknet Node.\\n * @param n - Number of cache levels to purchase. Must be positive. Rounded to nearest integer.\\n * @returns True if the Hacknet Node’s cache level is successfully upgraded, false otherwise.\\n */\\n upgradeCache(index: number, n: number): boolean;\\n\\n /**\\n * Calculate the cost of upgrading hacknet node levels.\\n * @remarks\\n * RAM cost: 0 GB\\n *\\n * Returns the cost of upgrading the specified Hacknet Node by n levels.\\n *\\n * If an invalid value for n is provided, then this function returns 0.\\n * If the specified Hacknet Node is already at max level, then Infinity is returned.\\n *\\n * @param index - Index/Identifier of Hacknet Node.\\n * @param n - Number of levels to upgrade. Must be positive. Rounded to nearest integer.\\n * @returns Cost of upgrading the specified Hacknet Node.\\n */\\n getLevelUpgradeCost(index: number, n: number): number;\\n\\n /**\\n * Calculate the cost of upgrading hacknet node RAM.\\n * @remarks\\n * RAM cost: 0 GB\\n *\\n * Returns the cost of upgrading the RAM of the specified Hacknet Node n times.\\n *\\n * If an invalid value for n is provided, then this function returns 0.\\n * If the specified Hacknet Node already has max RAM, then Infinity is returned.\\n *\\n * @param index - Index/Identifier of Hacknet Node.\\n * @param n - Number of times to upgrade RAM. Must be positive. Rounded to nearest integer.\\n * @returns Cost of upgrading the specified Hacknet Node's RAM.\\n */\\n getRamUpgradeCost(index: number, n: number): number;\\n\\n /**\\n * Calculate the cost of upgrading hacknet node cores.\\n * @remarks\\n * RAM cost: 0 GB\\n *\\n * Returns the cost of upgrading the number of cores of the specified Hacknet Node by n.\\n *\\n * If an invalid value for n is provided, then this function returns 0.\\n * If the specified Hacknet Node is already at max level, then Infinity is returned.\\n *\\n * @param index - Index/Identifier of Hacknet Node.\\n * @param n - Number of times to upgrade cores. Must be positive. Rounded to nearest integer.\\n * @returns Cost of upgrading the specified Hacknet Node's number of cores.\\n */\\n getCoreUpgradeCost(index: number, n: number): number;\\n\\n /**\\n * Calculate the cost of upgrading hacknet node cache.\\n * @remarks\\n * RAM cost: 0 GB\\n *\\n * This function is only applicable for Hacknet Servers (the upgraded version of a Hacknet Node).\\n *\\n * Returns the cost of upgrading the cache level of the specified Hacknet Server by n.\\n *\\n * If an invalid value for n is provided, then this function returns 0.\\n * If the specified Hacknet Node is already at max level, then Infinity is returned.\\n *\\n * @param index - Index/Identifier of Hacknet Node.\\n * @param n - Number of times to upgrade cache. Must be positive. Rounded to nearest integer.\\n * @returns Cost of upgrading the specified Hacknet Node's cache.\\n */\\n getCacheUpgradeCost(index: number, n: number): number;\\n\\n /**\\n * Get the total number of hashes stored.\\n * @remarks\\n * RAM cost: 0 GB\\n *\\n * This function is only applicable for Hacknet Servers (the upgraded version of a Hacknet Node).\\n *\\n * Returns the number of hashes you have.\\n *\\n * @returns Number of hashes you have.\\n */\\n numHashes(): number;\\n\\n /**\\n * Get the maximum number of hashes you can store.\\n * @remarks\\n * RAM cost: 0 GB\\n *\\n * This function is only applicable for Hacknet Servers (the upgraded version of a Hacknet Node).\\n *\\n * Returns the number of hashes you can store.\\n *\\n * @returns Number of hashes you can store.\\n */\\n hashCapacity(): number;\\n\\n /**\\n * Get the cost of a hash upgrade.\\n * @remarks\\n * RAM cost: 0 GB\\n *\\n * This function is only applicable for Hacknet Servers (the upgraded version of a Hacknet Node).\\n *\\n * Returns the number of hashes required for the specified upgrade. The name of the upgrade must be an exact match.\\n *\\n * @example\\n * ```ts\\n * // NS1:\\n * var upgradeName = \\\"Sell for Corporation Funds\\\";\\n * if (hacknet.numHashes() > hacknet.hashCost(upgradeName)) {\\n * hacknet.spendHashes(upgradeName);\\n * }\\n * ```\\n * @example\\n * ```ts\\n * // NS2:\\n * const upgradeName = \\\"Sell for Corporation Funds\\\";\\n * if (ns.hacknet.numHashes() > ns.hacknet.hashCost(upgradeName)) {\\n * ns.hacknet.spendHashes(upgradeName);\\n * }\\n * ```\\n * @param upgName - Name of the upgrade of Hacknet Node.\\n * @param count - Number of upgrades to buy at once. Defaults to 1 if not specified.\\n * @returns Number of hashes required for the specified upgrade.\\n */\\n hashCost(upgName: string, count?: number): number;\\n\\n /**\\n * Purchase a hash upgrade.\\n * @remarks\\n * RAM cost: 0 GB\\n *\\n * This function is only applicable for Hacknet Servers (the upgraded version of a Hacknet Node).\\n *\\n * Spend the hashes generated by your Hacknet Servers on an upgrade.\\n * Returns a boolean value - true if the upgrade is successfully purchased, and false otherwise.\\n *\\n * The name of the upgrade must be an exact match.\\n * The `upgTarget` argument is used for upgrades such as `Reduce Minimum Security`, which applies to a specific server.\\n * In this case, the `upgTarget` argument must be the hostname of the server.\\n *\\n * @example\\n * ```ts\\n * // NS1:\\n * hacknet.spendHashes(\\\"Sell for Corporation Funds\\\");\\n * hacknet.spendHashes(\\\"Increase Maximum Money\\\", \\\"foodnstuff\\\");\\n * ```\\n * @example\\n * ```ts\\n * NS2:\\n * ns.hacknet.spendHashes(\\\"Sell for Corporation Funds\\\");\\n * ns.hacknet.spendHashes(\\\"Increase Maximum Money\\\", \\\"foodnstuff\\\");\\n * ```\\n * @param upgName - Name of the upgrade of Hacknet Node.\\n * @param upgTarget - Object to which upgrade applies. Required for certain upgrades.\\n * @param count - Number of upgrades to buy at once. Defaults to 1 if not specified.\\n * For compatibility reasons, upgTarget must be specified, even if it is not used, in order to specify count.\\n * @returns True if the upgrade is successfully purchased, and false otherwise.\\n */\\n spendHashes(upgName: string, upgTarget?: string, count?: number): boolean;\\n\\n /**\\n * Get the list of hash upgrades\\n * @remarks\\n * RAM cost: 0 GB\\n *\\n * This function is only applicable for Hacknet Servers (the upgraded version of a Hacknet Node).\\n *\\n * Returns the list of all available hash upgrades that can be used in the spendHashes function.\\n * @example\\n * ```ts\\n * // NS1:\\n * var upgrades = hacknet.getHashUpgrades(); // [\\\"Sell for Money\\\",\\\"Sell for Corporation Funds\\\",...]\\n * ```\\n * @example\\n * ```ts\\n * // NS2:\\n * const upgrades = ns.hacknet.getHashUpgrades(); // [\\\"Sell for Money\\\",\\\"Sell for Corporation Funds\\\",...]\\n * ```\\n * @returns An array containing the available upgrades\\n */\\n getHashUpgrades(): string[];\\n\\n /**\\n * Get the level of a hash upgrade.\\n * @remarks\\n * RAM cost: 0 GB\\n *\\n * This function is only applicable for Hacknet Servers (the upgraded version of a Hacknet Node).\\n *\\n * @returns Level of the upgrade.\\n */\\n getHashUpgradeLevel(upgName: string): number;\\n\\n /**\\n * Get the multiplier to study.\\n * @remarks\\n * RAM cost: 0 GB\\n *\\n * This function is only applicable for Hacknet Servers (the upgraded version of a Hacknet Node).\\n *\\n * @returns Multiplier.\\n */\\n getStudyMult(): number;\\n\\n /**\\n * Get the multiplier to training.\\n * @remarks\\n * RAM cost: 0 GB\\n *\\n * This function is only applicable for Hacknet Servers (the upgraded version of a Hacknet Node).\\n *\\n * @returns Multiplier.\\n */\\n getTrainingMult(): number;\\n}\\n\\n/**\\n * Bladeburner API\\n * @remarks\\n * You have to be employed in the Bladeburner division and be in BitNode-7\\n * or have Source-File 7 in order to use this API.\\n * @public\\n */\\nexport interface Bladeburner {\\n /**\\n * List all contracts.\\n * @remarks\\n * RAM cost: 0.4 GB\\n *\\n * Returns an array of strings containing the names of all Bladeburner contracts.\\n *\\n * @returns Array of strings containing the names of all Bladeburner contracts.\\n */\\n getContractNames(): string[];\\n\\n /**\\n * List all operations.\\n * @remarks\\n * RAM cost: 0.4 GB\\n *\\n * Returns an array of strings containing the names of all Bladeburner operations.\\n *\\n * @returns Array of strings containing the names of all Bladeburner operations.\\n */\\n getOperationNames(): string[];\\n\\n /**\\n * List all black ops.\\n * @remarks\\n * RAM cost: 0.4 GB\\n *\\n * Returns an array of strings containing the names of all Bladeburner Black Ops.\\n *\\n * @returns Array of strings containing the names of all Bladeburner Black Ops.\\n */\\n getBlackOpNames(): string[];\\n\\n /**\\n * List all general actions.\\n * @remarks\\n * RAM cost: 0.4 GB\\n *\\n * Returns an array of strings containing the names of all general Bladeburner actions.\\n *\\n * @returns Array of strings containing the names of all general Bladeburner actions.\\n */\\n getGeneralActionNames(): string[];\\n\\n /**\\n * List all skills.\\n * @remarks\\n * RAM cost: 0.4 GB\\n *\\n * Returns an array of strings containing the names of all general Bladeburner skills.\\n *\\n * @returns Array of strings containing the names of all general Bladeburner skills.\\n */\\n getSkillNames(): string[];\\n\\n /**\\n * Start an action.\\n * @remarks\\n * RAM cost: 4 GB\\n *\\n * Attempts to start the specified Bladeburner action.\\n * Returns true if the action was started successfully, and false otherwise.\\n *\\n * @param type - Type of action.\\n * @param name - Name of action. Must be an exact match\\n * @returns True if the action was started successfully, and false otherwise.\\n */\\n startAction(type: string, name: string): boolean;\\n\\n /**\\n * Stop current action.\\n * @remarks\\n * RAM cost: 2 GB\\n *\\n * Stops the current Bladeburner action.\\n *\\n */\\n stopBladeburnerAction(): void;\\n\\n /**\\n * Get current action.\\n * @remarks\\n * RAM cost: 1 GB\\n *\\n * Returns an object that represents the player’s current Bladeburner action.\\n * If the player is not performing an action, the function will return an object with the ‘type’ property set to “Idle”.\\n *\\n * @returns Object that represents the player’s current Bladeburner action.\\n */\\n getCurrentAction(): BladeburnerCurAction;\\n\\n /**\\n * Get the time to complete an action.\\n * @remarks\\n * RAM cost: 4 GB\\n *\\n * Returns the number of milliseconds it takes to complete the specified action\\n *\\n * @param type - Type of action.\\n * @param name - Name of action. Must be an exact match.\\n * @returns Number of milliseconds it takes to complete the specified action.\\n */\\n getActionTime(type: string, name: string): number;\\n\\n /**\\n * Get the time elapsed on current action.\\n * @remarks\\n * RAM cost: 4 GB\\n *\\n * Returns the number of milliseconds already spent on the current action.\\n *\\n * @returns Number of milliseconds already spent on the current action.\\n */\\n getActionCurrentTime(): number;\\n\\n /**\\n * Get estimate success chance of an action.\\n * @remarks\\n * RAM cost: 4 GB\\n *\\n * Returns the estimated success chance for the specified action.\\n * This chance is returned as a decimal value, NOT a percentage\\n * (e.g. if you have an estimated success chance of 80%, then this function will return 0.80, NOT 80).\\n *\\n * @param type - Type of action.\\n * @param name - Name of action. Must be an exact match.\\n * @returns Estimated success chance for the specified action.\\n */\\n getActionEstimatedSuccessChance(type: string, name: string): [number, number];\\n\\n /**\\n * Get the reputation gain of an action.\\n * @remarks\\n * RAM cost: 4 GB\\n *\\n * Returns the average Bladeburner reputation gain for successfully\\n * completing the specified action.\\n * Note that this value is an ‘average’ and the real reputation gain may vary slightly from this value.\\n *\\n * @param type - Type of action.\\n * @param name - Name of action. Must be an exact match.\\n * @param level - Optional action level at which to calculate the gain\\n * @returns Average Bladeburner reputation gain for successfully completing the specified action.\\n */\\n getActionRepGain(type: string, name: string, level: number): number;\\n\\n /**\\n * Get action count remaining.\\n * @remarks\\n * RAM cost: 4 GB\\n *\\n * Returns the remaining count of the specified action.\\n *\\n * Note that this is meant to be used for Contracts and Operations.\\n * This function will return ‘Infinity’ for actions such as Training and Field Analysis.\\n * This function will return 1 for BlackOps not yet completed regardless of whether\\n * the player has the required rank to attempt the mission or not.\\n *\\n * @param type - Type of action.\\n * @param name - Name of action. Must be an exact match.\\n * @returns Remaining count of the specified action.\\n */\\n getActionCountRemaining(type: string, name: string): number;\\n\\n /**\\n * Get the maximum level of an action.\\n * @remarks\\n * RAM cost: 4 GB\\n *\\n * Returns the maximum level for this action.\\n *\\n * Returns -1 if an invalid action is specified.\\n *\\n * @param type - Type of action.\\n * @param name - Name of action. Must be an exact match.\\n * @returns Maximum level of the specified action.\\n */\\n getActionMaxLevel(type: string, name: string): number;\\n\\n /**\\n * Get the current level of an action.\\n * @remarks\\n * RAM cost: 4 GB\\n *\\n * Returns the current level of this action.\\n *\\n * Returns -1 if an invalid action is specified.\\n *\\n * @param type - Type of action.\\n * @param name - Name of action. Must be an exact match.\\n * @returns Current level of the specified action.\\n */\\n getActionCurrentLevel(type: string, name: string): number;\\n\\n /**\\n * Get whether an action is set to autolevel.\\n * @remarks\\n * RAM cost: 4 GB\\n *\\n * Return a boolean indicating whether or not this action is currently set to autolevel.\\n *\\n * Returns false if an invalid action is specified.\\n *\\n * @param type - Type of action.\\n * @param name - Name of action. Must be an exact match.\\n * @returns True if the action is set to autolevel, and false otherwise.\\n */\\n getActionAutolevel(type: string, name: string): boolean;\\n\\n /**\\n * Set an action autolevel.\\n * @remarks\\n * RAM cost: 4 GB\\n *\\n * Enable/disable autoleveling for the specified action.\\n *\\n * @param type - Type of action.\\n * @param name - Name of action. Must be an exact match.\\n * @param autoLevel - Whether or not to autolevel this action\\n */\\n setActionAutolevel(type: string, name: string, autoLevel: boolean): void;\\n\\n /**\\n * Set the level of an action.\\n * @remarks\\n * RAM cost: 4 GB\\n *\\n * Set the level for the specified action.\\n *\\n * @param type - Type of action.\\n * @param name - Name of action. Must be an exact match.\\n * @param level - Level to set this action to.\\n */\\n setActionLevel(type: string, name: string, level: number): void;\\n\\n /**\\n * Get player bladeburner rank.\\n * @remarks\\n * RAM cost: 4 GB\\n *\\n * Returns the player’s Bladeburner Rank.\\n *\\n * @returns Player’s Bladeburner Rank.\\n */\\n getRank(): number;\\n\\n /**\\n * Get black op required rank.\\n * @remarks\\n * RAM cost: 2 GB\\n *\\n * Returns the rank required to complete this BlackOp.\\n *\\n * Returns -1 if an invalid action is specified.\\n *\\n * @param name - Name of BlackOp. Must be an exact match.\\n * @returns Rank required to complete this BlackOp.\\n */\\n getBlackOpRank(name: string): number;\\n\\n /**\\n * Get bladeburner skill points.\\n * @remarks\\n * RAM cost: 4 GB\\n *\\n * Returns the number of Bladeburner skill points you have.\\n *\\n * @returns Number of Bladeburner skill points you have.\\n */\\n getSkillPoints(): number;\\n\\n /**\\n * Get skill level.\\n * @remarks\\n * RAM cost: 4 GB\\n *\\n * This function returns your level in the specified skill.\\n *\\n * The function returns -1 if an invalid skill name is passed in.\\n *\\n * @param skillName - Name of skill. Case-sensitive and must be an exact match\\n * @returns Level in the specified skill.\\n */\\n getSkillLevel(name: string): number;\\n\\n /**\\n * Get cost to upgrade skill.\\n * @remarks\\n * RAM cost: 4 GB\\n *\\n * This function returns the number of skill points needed to upgrade the specified skill the specified number of times.\\n *\\n * The function returns -1 if an invalid skill name is passed in.\\n *\\n * @param skillName - Name of skill. Case-sensitive and must be an exact match\\n * @param count - Number of times to upgrade the skill. Defaults to 1 if not specified.\\n * @returns Number of skill points needed to upgrade the specified skill.\\n */\\n getSkillUpgradeCost(name: string, count?: number): number;\\n\\n /**\\n * Upgrade skill.\\n * @remarks\\n * RAM cost: 4 GB\\n *\\n * Attempts to upgrade the specified Bladeburner skill the specified number of times.\\n *\\n * Returns true if the skill is successfully upgraded, and false otherwise.\\n *\\n * @param skillName - Name of skill to be upgraded. Case-sensitive and must be an exact match\\n * @param count - Number of times to upgrade the skill. Defaults to 1 if not specified.\\n * @returns true if the skill is successfully upgraded, and false otherwise.\\n */\\n upgradeSkill(name: string, count?: number): boolean;\\n\\n /**\\n * Get team size.\\n * @remarks\\n * RAM cost: 4 GB\\n *\\n * Returns the number of Bladeburner team members you have assigned to the specified action.\\n *\\n * Setting a team is only applicable for Operations and BlackOps. This function will return 0 for other action types.\\n *\\n * @param type - Type of action.\\n * @param name - Name of action. Must be an exact match.\\n * @returns Number of Bladeburner team members that were assigned to the specified action.\\n */\\n getTeamSize(type: string, name: string): number;\\n\\n /**\\n * Set team size.\\n * @remarks\\n * RAM cost: 4 GB\\n *\\n * Set the team size for the specified Bladeburner action.\\n *\\n * Returns the team size that was set, or -1 if the function failed.\\n *\\n * @param type - Type of action.\\n * @param name - Name of action. Must be an exact match.\\n * @param size - Number of team members to set. Will be converted using Math.round().\\n * @returns Number of Bladeburner team members you assigned to the specified action.\\n */\\n setTeamSize(type: string, name: string, size: number): number;\\n\\n /**\\n * Get estimated population in city.\\n * @remarks\\n * RAM cost: 4 GB\\n *\\n * Returns the estimated number of Synthoids in the specified city,\\n * or -1 if an invalid city was specified.\\n *\\n * @param cityName - Name of city. Case-sensitive\\n * @returns Estimated number of Synthoids in the specified city.\\n */\\n getCityEstimatedPopulation(name: string): number;\\n\\n /**\\n * Get number of communities in a city.\\n * @remarks\\n * RAM cost: 4 GB\\n *\\n * Returns the estimated number of Synthoid communities in the specified city,\\n * or -1 if an invalid city was specified.\\n *\\n * @param cityName - Name of city. Case-sensitive\\n * @returns Number of Synthoids communities in the specified city.\\n */\\n getCityCommunities(name: string): number;\\n\\n /**\\n * Get chaos of a city.\\n * @remarks\\n * RAM cost: 4 GB\\n *\\n * Returns the chaos in the specified city,\\n * or -1 if an invalid city was specified.\\n *\\n * @param cityName - Name of city. Case-sensitive\\n * @returns Chaos in the specified city.\\n */\\n getCityChaos(name: string): number;\\n\\n /**\\n * Get current city.\\n * @remarks\\n * RAM cost: 4 GB\\n *\\n * Returns the city that the player is currently in (for Bladeburner).\\n *\\n * @returns City that the player is currently in (for Bladeburner).\\n */\\n getCity(): string;\\n\\n /**\\n * Travel to another city in bladeburner.\\n * @remarks\\n * RAM cost: 4 GB\\n * Attempts to switch to the specified city (for Bladeburner only).\\n *\\n * Returns true if successful, and false otherwise\\n *\\n * @param cityName - Name of city. Case-sensitive\\n * @returns true if successful, and false otherwise\\n */\\n switchCity(name: string): boolean;\\n\\n /**\\n * Get bladeburner stamina.\\n * @remarks\\n * RAM cost: 4 GB\\n * Returns an array with two elements:\\n * * [Current stamina, Max stamina]\\n * @example\\n * ```ts\\n * // NS1:\\n * function getStaminaPercentage() {\\n * var res = bladeburner.getStamina();\\n * return res[0] / res[1];\\n * }\\n * ```\\n * @example\\n * ```ts\\n * // NS2:\\n * function getStaminaPercentage() {\\n * const [current, max] = ns.bladeburner.getStamina();\\n * return current / max;\\n * }\\n * ```\\n * @returns Array containing current stamina and max stamina.\\n */\\n getStamina(): [number, number];\\n\\n /**\\n * Join the bladeburner faction.\\n * @remarks\\n * RAM cost: 4 GB\\n * Attempts to join the Bladeburner faction.\\n *\\n * Returns true if you successfully join the Bladeburner faction, or if you are already a member.\\n *\\n * Returns false otherwise.\\n *\\n * @returns True if you successfully join the Bladeburner faction, or if you are already a member, false otherwise.\\n */\\n joinBladeburnerFaction(): boolean;\\n\\n /**\\n * Join the bladeburner division.\\n * @remarks\\n * RAM cost: 4 GB\\n *\\n * Attempts to join the Bladeburner division.\\n *\\n * Returns true if you successfully join the Bladeburner division, or if you are already a member.\\n *\\n * Returns false otherwise.\\n *\\n * @returns True if you successfully join the Bladeburner division, or if you are already a member, false otherwise.\\n */\\n joinBladeburnerDivision(): boolean;\\n\\n /**\\n * Get bladeburner bonus time.\\n * @remarks\\n * RAM cost: 0 GB\\n *\\n * Returns the amount of accumulated “bonus time” (milliseconds) for the Bladeburner mechanic.\\n *\\n * “Bonus time” is accumulated when the game is offline or if the game is inactive in the browser.\\n *\\n * “Bonus time” makes the game progress faster, up to 5x the normal speed.\\n * For example, if an action takes 30 seconds to complete but you’ve accumulated over\\n * 30 seconds in bonus time, then the action will only take 6 seconds in real life to complete.\\n *\\n * @returns Amount of accumulated “bonus time” (milliseconds) for the Bladeburner mechanic.\\n */\\n getBonusTime(): number;\\n}\\n\\n/**\\n * Coding Contract API\\n * @public\\n */\\nexport interface CodingContract {\\n /**\\n * Attempts a coding contract.\\n * @remarks\\n * RAM cost: 10 GB\\n *\\n * Attempts to solve the Coding Contract with the provided solution.\\n *\\n * @param answer - Solution for the contract.\\n * @param filename - Filename of the contract.\\n * @param host - Hostname of the server containing the contract. Optional. Defaults to current server if not provided.\\n * @param opts - Optional parameters for configuring function behavior.\\n * @returns True if the solution was correct, false otherwise. If the returnReward option is configured, then the function will instead return a string. If the contract is successfully solved, the string will contain a description of the contract’s reward. Otherwise, it will be an empty string.\\n */\\n attempt(\\n answer: string | number | any[],\\n filename: string,\\n host?: string,\\n opts?: CodingAttemptOptions,\\n ): boolean | string;\\n\\n /**\\n * Get the type of a coding contract.\\n * @remarks\\n * RAM cost: 5 GB\\n *\\n * Returns a name describing the type of problem posed by the Coding Contract.\\n * (e.g. Find Largest Prime Factor, Total Ways to Sum, etc.)\\n *\\n * @param filename - Filename of the contract.\\n * @param host - Hostname of the server containing the contract. Optional. Defaults to current server if not provided.\\n * @returns Name describing the type of problem posed by the Coding Contract.\\n */\\n getContractType(filename: string, host?: string): string;\\n\\n /**\\n * Get the description.\\n * @remarks\\n * RAM cost: 5 GB\\n *\\n * Get the full text description for the problem posed by the Coding Contract.\\n *\\n * @param filename - Filename of the contract.\\n * @param host - Hostname of the server containing the contract. Optional. Defaults to current server if not provided.\\n * @returns Contract’s text description.\\n */\\n getDescription(filename: string, host?: string): string;\\n\\n /**\\n * Get the input data.\\n * @remarks\\n * RAM cost: 5 GB\\n *\\n * Get the data associated with the specific Coding Contract.\\n * Note that this is not the same as the contract’s description.\\n * This is just the data that the contract wants you to act on in order to solve the contract.\\n *\\n * @param filename - Filename of the contract.\\n * @param host - Host of the server containing the contract. Optional. Defaults to current server if not provided.\\n * @returns The specified contract’s data, data type depends on contract type.\\n */\\n getData(filename: string, host?: string): CodingContractData;\\n\\n /**\\n * Get the number of attempts remaining.\\n * @remarks\\n * RAM cost: 2 GB\\n *\\n * Get the number of tries remaining on the contract before it self-destructs.\\n *\\n * @param filename - Filename of the contract.\\n * @param host - Hostname of the server containing the contract. Optional. Defaults to current server if not provided.\\n * @returns How many attempts are remaining for the contract.\\n */\\n getNumTriesRemaining(filename: string, host?: string): number;\\n\\n /**\\n * Generate a dummy contract.\\n * @remarks\\n * RAM cost: 2 GB\\n *\\n * Generate a dummy contract on the home computer with no reward. Used to test various algorithms.\\n *\\n * @param type - Type of contract to generate\\n */\\n createDummyContract(type: string): void;\\n\\n /**\\n * List all contract types.\\n * @remarks\\n * RAM cost: 2 GB\\n */\\n getContractTypes(): string[];\\n}\\n\\n/**\\n * Gang API\\n * @remarks\\n * If you are not in BitNode-2, then you must have Source-File 2 in order to use this API.\\n * @public\\n */\\nexport interface Gang {\\n /**\\n * Create a gang.\\n * @remarks\\n * RAM cost: 1GB\\n *\\n * Create a gang with the specified faction.\\n * @returns True if the gang was created, false otherwise.\\n */\\n createGang(faction: string): boolean;\\n\\n /**\\n * Check if you're in a gang.\\n * @remarks\\n * RAM cost: 1GB\\n * @returns True if you're in a gang, false otherwise.\\n */\\n inGang(): boolean;\\n\\n /**\\n * List all gang members.\\n * @remarks\\n * RAM cost: 1 GB\\n *\\n * Get the names of all Gang members\\n *\\n * @returns Names of all Gang members.\\n */\\n getMemberNames(): string[];\\n\\n /**\\n * Get information about your gang.\\n * @remarks\\n * RAM cost: 2 GB\\n *\\n * Get general information about the gang.\\n *\\n * @returns Object containing general information about the gang.\\n */\\n getGangInformation(): GangGenInfo;\\n\\n /**\\n * Get information about the other gangs.\\n * @remarks\\n * RAM cost: 2 GB\\n *\\n * Get territory and power information about all gangs.\\n *\\n * @returns Object containing territory and power information about all gangs.\\n */\\n getOtherGangInformation(): GangOtherInfo;\\n\\n /**\\n * Get information about a specific gang member.\\n * @remarks\\n * RAM cost: 2 GB\\n *\\n * Get stat and equipment-related information about a Gang Member\\n *\\n * @param name - Name of member.\\n * @returns Object containing stat and equipment-related information about a Gang Member.\\n */\\n getMemberInformation(name: string): GangMemberInfo;\\n\\n /**\\n * Check if you can recruit a new gang member.\\n * @remarks\\n * RAM cost: 1 GB\\n *\\n * Returns boolean indicating whether a member can currently be recruited\\n *\\n * @returns True if a member can currently be recruited, false otherwise.\\n */\\n canRecruitMember(): boolean;\\n\\n /**\\n * Recruit a new gang member.\\n * @remarks\\n * RAM cost: 2 GB\\n *\\n * Attempt to recruit a new gang member.\\n *\\n * Possible reasons for failure:\\n * * Cannot currently recruit a new member\\n * * There already exists a member with the specified name\\n *\\n * @param name - Name of member to recruit.\\n * @returns True if the member was successfully recruited, false otherwise.\\n */\\n recruitMember(name: string): boolean;\\n\\n /**\\n * List member task names.\\n * @remarks\\n * RAM cost: 1 GB\\n *\\n * Get the name of all valid tasks that Gang members can be assigned to.\\n *\\n * @returns All valid tasks that Gang members can be assigned to.\\n */\\n getTaskNames(): string[];\\n\\n /**\\n * Set gang member to task.\\n * @remarks\\n * RAM cost: 2 GB\\n *\\n * Attempts to assign the specified Gang Member to the specified task.\\n * If an invalid task is specified, the Gang member will be set to idle (“Unassigned”).\\n *\\n * @param memberName - Name of Gang member to assign.\\n * @param taskName - Task to assign.\\n * @returns True if the Gang Member was successfully assigned to the task, false otherwise.\\n */\\n setMemberTask(memberName: string, taskName: string): boolean;\\n\\n /**\\n * Get stats of a task.\\n * @remarks\\n * RAM cost: 1 GB\\n *\\n * Get the stats of a gang task stats. This is typically used to evaluate which action should be executed next.\\n *\\n * @param name - Name of the task.\\n * @returns Detailed stats of a task.\\n */\\n getTaskStats(name: string): GangTaskStats;\\n\\n /**\\n * List equipment names.\\n * @remarks\\n * RAM cost: 1 GB\\n *\\n * Get the name of all possible equipment/upgrades you can purchase for your Gang Members.\\n * This includes Augmentations.\\n *\\n * @returns Names of all Equipments/Augmentations.\\n */\\n getEquipmentNames(): string[];\\n\\n /**\\n * Get cost of equipment.\\n * @remarks\\n * RAM cost: 2 GB\\n *\\n * Get the amount of money it takes to purchase a piece of Equipment or an Augmentation.\\n * If an invalid Equipment/Augmentation is specified, this function will return Infinity.\\n *\\n * @param equipName - Name of equipment.\\n * @returns Cost to purchase the specified Equipment/Augmentation (number). Infinity for invalid arguments\\n */\\n getEquipmentCost(equipName: string): number;\\n\\n /**\\n * Get type of an equipment.\\n * @remarks\\n * RAM cost: 2 GB\\n *\\n * Get the specified equipment type.\\n *\\n * @param equipName - Name of equipment.\\n * @returns Type of the equipment.\\n */\\n getEquipmentType(equipName: string): string;\\n\\n /**\\n * Get stats of an equipment.\\n * @remarks\\n * RAM cost: 2 GB\\n *\\n * Get the specified equipment stats.\\n *\\n * @param equipName - Name of equipment.\\n * @returns A dictionary containing the stats of the equipment.\\n */\\n getEquipmentStats(equipName: string): EquipmentStats;\\n\\n /**\\n * Purchase an equipment for a gang member.\\n * @remarks\\n * RAM cost: 4 GB\\n *\\n * Attempt to purchase the specified Equipment/Augmentation for the specified Gang member.\\n *\\n * @param memberName - Name of Gang member to purchase the equipment for.\\n * @param equipName - Name of Equipment/Augmentation to purchase.\\n * @returns True if the equipment was successfully purchased. False otherwise\\n */\\n purchaseEquipment(memberName: string, equipName: string): boolean;\\n\\n /**\\n * Ascend a gang member.\\n * @remarks\\n * RAM cost: 4 GB\\n *\\n * Ascend the specified Gang Member.\\n *\\n * @param memberName - Name of member to ascend.\\n * @returns Object with info about the ascension results. Undefined if ascension did not occur.\\n */\\n ascendMember(memberName: string): GangMemberAscension | undefined;\\n\\n /**\\n * Get the result of an ascension without ascending.\\n * @remarks\\n * RAM cost: 2 GB\\n *\\n * Get the result of an ascension without ascending.\\n *\\n * @param memberName - Name of member.\\n * @returns Object with info about the ascension results. Undefined if ascension is impossible.\\n */\\n getAscensionResult(memberName: string): GangMemberAscension | undefined;\\n\\n /**\\n * Enable/Disable territory warfare.\\n * @remarks\\n * RAM cost: 2 GB\\n *\\n * Set whether or not the gang should engage in territory warfare\\n *\\n * @param engage - Whether or not to engage in territory warfare.\\n */\\n setTerritoryWarfare(engage: boolean): void;\\n\\n /**\\n * Get chance to win clash with other gang.\\n * @remarks\\n * RAM cost: 4 GB\\n *\\n * Returns the chance you have to win a clash with the specified gang. The chance is returned in decimal form, not percentage\\n *\\n * @param gangName - Target gang\\n * @returns Chance you have to win a clash with the specified gang.\\n */\\n getChanceToWinClash(gangName: string): number;\\n\\n /**\\n * Get bonus time.\\n * @remarks\\n * RAM cost: 0 GB\\n *\\n * Returns the amount of accumulated “bonus time” (milliseconds) for the Gang mechanic.\\n *\\n * “Bonus time” is accumulated when the game is offline or if the game is inactive in the browser.\\n *\\n * “Bonus time” makes the game progress faster, up to 10x the normal speed.\\n *\\n * @returns Bonus time for the Gang mechanic in milliseconds.\\n */\\n getBonusTime(): number;\\n}\\n\\n/**\\n * Sleeve API\\n * @remarks\\n * If you are not in BitNode-10, then you must have Source-File 10 in order to use this API.\\n * @public\\n */\\nexport interface Sleeve {\\n /**\\n * Get the number of sleeves you own.\\n * @remarks\\n * RAM cost: 4 GB\\n *\\n * Return the number of duplicate sleeves the player has.\\n *\\n * @returns number of duplicate sleeves the player has.\\n */\\n getNumSleeves(): number;\\n\\n /**\\n * Get the stats of a sleeve.\\n * @remarks\\n * RAM cost: 4 GB\\n *\\n * Return a structure containing the stats of the sleeve.\\n *\\n * @param sleeveNumber - Index of the sleeve to get stats of.\\n * @returns Object containing the stats of the sleeve.\\n */\\n getSleeveStats(sleeveNumber: number): SleeveSkills;\\n\\n /**\\n * Get information about a sleeve.\\n * @remarks\\n * RAM cost: 4 GB\\n *\\n * Return a struct containing tons of information about this sleeve\\n *\\n * @param sleeveNumber - Index of the sleeve to retrieve information.\\n * @returns Object containing tons of information about this sleeve.\\n */\\n getInformation(sleeveNumber: number): SleeveInformation;\\n\\n /**\\n * Get task of a sleeve.\\n * @remarks\\n * RAM cost: 4 GB\\n *\\n * Return the current task that the sleeve is performing. type is set to “Idle” if the sleeve isn’t doing anything.\\n *\\n * @param sleeveNumber - Index of the sleeve to retrieve task from.\\n * @returns Object containing information the current task that the sleeve is performing.\\n */\\n getTask(sleeveNumber: number): SleeveTask;\\n\\n /**\\n * Set a sleeve to shock recovery.\\n * @remarks\\n * RAM cost: 4 GB\\n *\\n * Return a boolean indicating whether or not this action was set successfully.\\n *\\n * @param sleeveNumber - Index of the sleeve to start recovery.\\n * @returns True if this action was set successfully, false otherwise.\\n */\\n setToShockRecovery(sleeveNumber: number): boolean;\\n\\n /**\\n * Set a sleeve to synchronize.\\n * @remarks\\n * RAM cost: 4 GB\\n *\\n * Return a boolean indicating whether or not this action was set successfully.\\n *\\n * @param sleeveNumber - Index of the sleeve to start synchronizing.\\n * @returns True if this action was set successfully, false otherwise.\\n */\\n setToSynchronize(sleeveNumber: number): boolean;\\n\\n /**\\n * Set a sleeve to commit crime.\\n * @remarks\\n * RAM cost: 4 GB\\n *\\n * Return a boolean indicating whether or not this action was set successfully.\\n *\\n * Returns false if an invalid action is specified.\\n *\\n * @param sleeveNumber - Index of the sleeve to start committing crime.\\n * @param name - Name of the crime. Must be an exact match.\\n * @returns True if this action was set successfully, false otherwise.\\n */\\n setToCommitCrime(sleeveNumber: number, name: string): boolean;\\n\\n /**\\n * Set a sleeve to work for a faction.\\n * @remarks\\n * RAM cost: 4 GB\\n *\\n * Return a boolean indicating whether or not the sleeve started working or this faction.\\n *\\n * @param sleeveNumber - Index of the sleeve to work for the faction.\\n * @param factionName - Name of the faction to work for.\\n * @param factionWorkType - Name of the action to perform for this faction.\\n * @returns True if the sleeve started working on this faction, false otherwise, can also throw on errors\\n */\\n setToFactionWork(sleeveNumber: number, factionName: string, factionWorkType: string): boolean | undefined;\\n\\n /**\\n * Set a sleeve to work for a company.\\n * @remarks\\n * RAM cost: 4 GB\\n *\\n * Return a boolean indicating whether or not the sleeve started working or this company.\\n *\\n * @param sleeveNumber - Index of the sleeve to work for the company.\\n * @param companyName - Name of the company to work for.\\n * @returns True if the sleeve started working on this company, false otherwise.\\n */\\n setToCompanyWork(sleeveNumber: number, companyName: string): boolean;\\n\\n /**\\n * Set a sleeve to take a class at a university.\\n * @remarks\\n * RAM cost: 4 GB\\n *\\n * Return a boolean indicating whether or not this action was set successfully.\\n *\\n * @param sleeveNumber - Index of the sleeve to start taking class.\\n * @param university - Name of the university to attend.\\n * @param className - Name of the class to follow.\\n * @returns True if this action was set successfully, false otherwise.\\n */\\n setToUniversityCourse(sleeveNumber: number, university: string, className: string): boolean;\\n\\n /**\\n * Set a sleeve to workout at the gym.\\n * @remarks\\n * RAM cost: 4 GB\\n *\\n * Return a boolean indicating whether or not the sleeve started working out.\\n *\\n * @param sleeveNumber - Index of the sleeve to workout at the gym.\\n * @param gymName - Name of the gym.\\n * @param stat - Name of the stat to train.\\n * @returns True if the sleeve started working out, false otherwise.\\n */\\n setToGymWorkout(sleeveNumber: number, gymName: string, stat: string): boolean;\\n\\n /**\\n * Make a sleeve travel to another city.\\n * @remarks\\n * RAM cost: 4 GB\\n *\\n * Return a boolean indicating whether or not the sleeve reached destination.\\n *\\n * @param sleeveNumber - Index of the sleeve to travel.\\n * @param cityName - Name of the destination city.\\n * @returns True if the sleeve reached destination, false otherwise.\\n */\\n travel(sleeveNumber: number, cityName: string): boolean;\\n\\n /**\\n * Get augmentations installed on a sleeve.\\n * @remarks\\n * RAM cost: 4 GB\\n *\\n * Return a list of augmentation names that this sleeve has installed.\\n *\\n * @param sleeveNumber - Index of the sleeve to retrieve augmentations from.\\n * @returns List of augmentation names that this sleeve has installed.\\n */\\n getSleeveAugmentations(sleeveNumber: number): string[];\\n\\n /**\\n * Get price of an augmentation.\\n * @remarks\\n * RAM cost: 4 GB\\n *\\n *\\n * @param augName - Name of Augmentation.\\n * @returns Price of the augmentation.\\n */\\n getSleeveAugmentationPrice(augName: string): number;\\n\\n /**\\n * Get reputation requirement of an augmentation.\\n * @remarks\\n * RAM cost: 4 GB\\n *\\n *\\n * @param augName - Name of Augmentation.\\n * @returns Reputation requirement of the augmentation.\\n */\\n getSleeveAugmentationRepReq(augName: string): number;\\n\\n /**\\n * List purchasable augs for a sleeve.\\n * @remarks\\n * RAM cost: 4 GB\\n *\\n * Return a list of augmentations that the player can buy for this sleeve.\\n *\\n * @param sleeveNumber - Index of the sleeve to retrieve purchasable augmentations from.\\n * @returns List of augmentations that the player can buy for this sleeve.\\n */\\n getSleevePurchasableAugs(sleeveNumber: number): AugmentPair[];\\n\\n /**\\n * Purchase an aug for a sleeve.\\n * @remarks\\n * RAM cost: 4 GB\\n *\\n * Return true if the aug was purchased and installed on the sleeve.\\n *\\n * @param sleeveNumber - Index of the sleeve to buy an aug for.\\n * @param augName - Name of the aug to buy. Must be an exact match.\\n * @returns True if the aug was purchased and installed on the sleeve, false otherwise.\\n */\\n purchaseSleeveAug(sleeveNumber: number, augName: string): boolean;\\n\\n /**\\n * Set a sleeve to perform bladeburner actions.\\n * @remarks\\n * RAM cost: 4 GB\\n *\\n * Return a boolean indicating whether or not the sleeve started working out.\\n *\\n * @param sleeveNumber - Index of the sleeve to workout at the gym.\\n * @param action - Name of the action to be performed.\\n * @param contract - Name of the contract if applicable.\\n * @returns True if the sleeve started working out, false otherwise.\\n */\\n setToBladeburnerAction(sleeveNumber: number, action: string, contract?: string): boolean;\\n}\\n\\n/**\\n * Grafting API\\n * @remarks\\n * This API requires Source-File 10 to use.\\n * @public\\n */\\nexport interface Grafting {\\n /**\\n * Retrieve the grafting cost of an aug.\\n * @remarks\\n * RAM cost: 3.75 GB\\n *\\n * @param augName - Name of the aug to check the price of. Must be an exact match.\\n * @returns The cost required to graft the named augmentation.\\n * @throws Will error if an invalid Augmentation name is provided.\\n */\\n getAugmentationGraftPrice(augName: string): number;\\n\\n /**\\n * Retrieves the time required to graft an aug.\\n * @remarks\\n * RAM cost: 3.75 GB\\n *\\n * @param augName - Name of the aug to check the grafting time of. Must be an exact match.\\n * @returns The time required, in millis, to graft the named augmentation.\\n * @throws Will error if an invalid Augmentation name is provided.\\n */\\n getAugmentationGraftTime(augName: string): number;\\n\\n /**\\n * Retrieves a list of Augmentations that can be grafted.\\n * @remarks\\n * RAM cost: 5 GB\\n *\\n * Note that this function returns a list of currently graftable Augmentations,\\n * based off of the Augmentations that you already own.\\n *\\n * @returns An array of graftable Augmentations.\\n */\\n getGraftableAugmentations(): string[];\\n\\n /**\\n * Begins grafting the named aug. You must be in New Tokyo to use this.\\n * @remarks\\n * RAM cost: 7.5 GB\\n *\\n * @param augName - The name of the aug to begin grafting. Must be an exact match.\\n * @param focus - Acquire player focus on this Augmentation grafting. Optional. Defaults to true.\\n * @returns True if the aug successfully began grafting, false otherwise (e.g. not enough money, or\\n * invalid Augmentation name provided).\\n * @throws Will error if called while you are not in New Tokyo.\\n */\\n graftAugmentation(augName: string, focus?: boolean): boolean;\\n}\\n\\n/**\\n * Skills formulas\\n * @public\\n */\\ninterface SkillsFormulas {\\n /**\\n * Calculate skill level.\\n * @param exp - experience for that skill\\n * @param skillMult - Multiplier for that skill, defaults to 1.\\n * @returns The calculated skill level.\\n */\\n calculateSkill(exp: number, skillMult?: number): number;\\n /**\\n * Calculate exp for skill level.\\n * @param skill - target skill level\\n * @param skillMult - Multiplier for that skill, defaults to 1.\\n * @returns The calculated exp required.\\n */\\n calculateExp(skill: number, skillMult?: number): number;\\n}\\n\\n/** @public */\\nexport interface WorkStats {\\n money: number;\\n reputation: number;\\n hackExp: number;\\n strExp: number;\\n defExp: number;\\n dexExp: number;\\n agiExp: number;\\n chaExp: number;\\n intExp: number;\\n}\\n\\n/**\\n * Work formulas\\n * @public\\n */\\ninterface WorkFormulas {\\n crimeGains(crimeType: string): WorkStats;\\n classGains(player: Player, classType: string, locationName: string): WorkStats;\\n factionGains(player: Player, workType: string, favor: number): WorkStats;\\n}\\n\\n/**\\n * Reputation formulas\\n * @public\\n */\\ninterface ReputationFormulas {\\n /**\\n * Calculate the total required amount of faction reputation to reach a target favor.\\n * @param favor - target faction favor.\\n * @returns The calculated faction reputation required.\\n */\\n calculateFavorToRep(favor: number): number;\\n /**\\n * Calculate the resulting faction favor of a total amount of reputation.\\n * (Faction favor is gained whenever you install an Augmentation.)\\n * @param rep - amount of reputation.\\n * @returns The calculated faction favor.\\n */\\n calculateRepToFavor(rep: number): number;\\n\\n /**\\n * Calculate how much rep would be gained.\\n * @param amount - Amount of money donated\\n * @param player - Player info from {@link NS.getPlayer | getPlayer}\\n */\\n repFromDonation(amount: number, player: Player): number;\\n}\\n\\n/**\\n * Hacking formulas\\n * @public\\n */\\ninterface HackingFormulas {\\n /**\\n * Calculate hack chance.\\n * (Ex: 0.25 would indicate a 25% chance of success.)\\n * @param server - Server info from {@link NS.getServer | getServer}\\n * @param player - Player info from {@link NS.getPlayer | getPlayer}\\n * @returns The calculated hack chance.\\n */\\n hackChance(server: Server, player: Player): number;\\n /**\\n * Calculate hack exp for one thread.\\n * @remarks\\n * Multiply by thread to get total exp\\n * @param server - Server info from {@link NS.getServer | getServer}\\n * @param player - Player info from {@link NS.getPlayer | getPlayer}\\n * @returns The calculated hack exp.\\n */\\n hackExp(server: Server, player: Player): number;\\n /**\\n * Calculate hack percent for one thread.\\n * (Ex: 0.25 would steal 25% of the server's current value.)\\n * @remarks\\n * Multiply by thread to get total percent hacked.\\n * @param server - Server info from {@link NS.getServer | getServer}\\n * @param player - Player info from {@link NS.getPlayer | getPlayer}\\n * @returns The calculated hack percent.\\n */\\n hackPercent(server: Server, player: Player): number;\\n /**\\n * Calculate the percent a server would grow to.\\n * (Ex: 3.0 would would grow the server to 300% of its current value.)\\n * @param server - Server info from {@link NS.getServer | getServer}\\n * @param threads - Amount of thread.\\n * @param player - Player info from {@link NS.getPlayer | getPlayer}\\n * @param cores - Number of cores on the computer that will execute grow.\\n * @returns The calculated grow percent.\\n */\\n growPercent(server: Server, threads: number, player: Player, cores?: number): number;\\n /**\\n * Calculate hack time.\\n * @param server - Server info from {@link NS.getServer | getServer}\\n * @param player - Player info from {@link NS.getPlayer | getPlayer}\\n * @returns The calculated hack time.\\n */\\n hackTime(server: Server, player: Player): number;\\n /**\\n * Calculate grow time.\\n * @param server - Server info from {@link NS.getServer | getServer}\\n * @param player - Player info from {@link NS.getPlayer | getPlayer}\\n * @returns The calculated grow time.\\n */\\n growTime(server: Server, player: Player): number;\\n /**\\n * Calculate weaken time.\\n * @param server - Server info from {@link NS.getServer | getServer}\\n * @param player - Player info from {@link NS.getPlayer | getPlayer}\\n * @returns The calculated weaken time.\\n */\\n weakenTime(server: Server, player: Player): number;\\n}\\n\\n/**\\n * Hacknet Node formulas\\n * @public\\n */\\ninterface HacknetNodesFormulas {\\n /**\\n * Calculate money gain rate.\\n * @param level - level of the node.\\n * @param ram - ram of the node.\\n * @param cores - cores of the node.\\n * @param mult - player production mult (default to 1)\\n * @returns The calculated money gain rate.\\n */\\n moneyGainRate(level: number, ram: number, cores: number, mult?: number): number;\\n /**\\n * Calculate cost of upgrading hacknet node level.\\n * @param startingLevel - starting level\\n * @param extraLevels - amount of level to purchase (defaults to 1)\\n * @param costMult - player cost reduction (default to 1)\\n * @returns The calculated cost.\\n */\\n levelUpgradeCost(startingLevel: number, extraLevels?: number, costMult?: number): number;\\n /**\\n * Calculate cost of upgrading hacknet node ram.\\n * @param startingRam - starting ram\\n * @param extraLevels - amount of level of ram to purchase (defaults to 1)\\n * @param costMult - player cost reduction (default to 1)\\n * @returns The calculated cost.\\n */\\n ramUpgradeCost(startingRam: number, extraLevels?: number, costMult?: number): number;\\n /**\\n * Calculate cost of upgrading hacknet node cores.\\n * @param startingCore - starting cores\\n * @param extraCores - amount of cores to purchase (defaults to 1)\\n * @param costMult - player cost reduction (default to 1)\\n * @returns The calculated cost.\\n */\\n coreUpgradeCost(startingCore: number, extraCores?: number, costMult?: number): number;\\n /**\\n * Calculate the cost of a hacknet node.\\n * @param n - number of the hacknet node\\n * @param mult - player cost reduction (defaults to 1)\\n * @returns The calculated cost.\\n */\\n hacknetNodeCost(n: number, mult: number): number;\\n /**\\n * All constants used by the game.\\n * @returns An object with all hacknet node constants used by the game.\\n */\\n constants(): HacknetNodeConstants;\\n}\\n\\n/**\\n * Hacknet Server formulas\\n * @public\\n */\\ninterface HacknetServersFormulas {\\n /**\\n * Calculate hash gain rate.\\n * @param level - level of the server.\\n * @param ramUsed - ramUsed of the server.\\n * @param maxRam - maxRam of the server.\\n * @param cores - cores of the server.\\n * @param mult - player production mult (default to 1)\\n * @returns The calculated hash gain rate.\\n */\\n hashGainRate(level: number, ramUsed: number, maxRam: number, cores: number, mult?: number): number;\\n /**\\n * Calculate cost of upgrading hacknet server level.\\n * @param startingLevel - starting level\\n * @param extraLevels - amount of level to purchase (defaults to 1)\\n * @param costMult - player cost reduction (default to 1)\\n * @returns The calculated cost.\\n */\\n levelUpgradeCost(startingLevel: number, extraLevels?: number, costMult?: number): number;\\n /**\\n * Calculate cost of upgrading hacknet server ram.\\n * @param startingRam - starting ram\\n * @param extraLevels - amount of level of ram to purchase (defaults to 1)\\n * @param costMult - player cost reduction (default to 1)\\n * @returns The calculated cost.\\n */\\n ramUpgradeCost(startingRam: number, extraLevels?: number, costMult?: number): number;\\n /**\\n * Calculate cost of upgrading hacknet server cores.\\n * @param startingCore - starting cores\\n * @param extraCores - amount of cores to purchase (defaults to 1)\\n * @param costMult - player cost reduction (default to 1)\\n * @returns The calculated cost.\\n */\\n coreUpgradeCost(startingCore: number, extraCores?: number, costMult?: number): number;\\n /**\\n * Calculate cost of upgrading hacknet server cache.\\n * @param startingCache - starting cache level\\n * @param extraCache - amount of levels of cache to purchase (defaults to 1)\\n * @returns The calculated cost.\\n */\\n cacheUpgradeCost(startingCache: number, extraCache?: number): number;\\n /**\\n * Calculate hash cost of an upgrade.\\n * @param upgName - name of the upgrade\\n * @param level - level of the upgrade\\n * @returns The calculated hash cost.\\n */\\n hashUpgradeCost(upgName: number, level: number): number;\\n /**\\n * Calculate the cost of a hacknet server.\\n * @param n - number of the hacknet server\\n * @param mult - player cost reduction (defaults to 1)\\n * @returns The calculated cost.\\n */\\n hacknetServerCost(n: number, mult?: number): number;\\n /**\\n * All constants used by the game.\\n * @returns An object with all hacknet server constants used by the game.\\n */\\n constants(): HacknetServerConstants;\\n}\\n\\n/**\\n * Gang formulas\\n * @public\\n */\\ninterface GangFormulas {\\n /**\\n * Calculate the wanted penalty.\\n * @param gang - Gang info from {@link Gang.getGangInformation | getGangInformation}\\n * @returns The calculated wanted penalty.\\n */\\n wantedPenalty(gang: GangGenInfo): number;\\n /**\\n * Calculate respect gain per tick.\\n * @param gang - Gang info from {@link Gang.getGangInformation | getGangInformation}\\n * @param member - Gang info from {@link Gang.getMemberInformation | getMemberInformation}\\n * @param task - Gang info from {@link Gang.getTaskStats | getTaskStats}\\n * @returns The calculated respect gain.\\n */\\n respectGain(gang: GangGenInfo, member: GangMemberInfo, task: GangTaskStats): number;\\n /**\\n * Calculate wanted gain per tick.\\n * @param gang - Gang info from {@link Gang.getGangInformation | getGangInformation}\\n * @param member - Member info from {@link Gang.getMemberInformation | getMemberInformation}\\n * @param task - Task info from {@link Gang.getTaskStats | getTaskStats}\\n * @returns The calculated wanted gain.\\n */\\n wantedLevelGain(gang: GangGenInfo, member: GangMemberInfo, task: GangTaskStats): number;\\n /**\\n * Calculate money gain per tick.\\n * @param gang - Gang info from {@link Gang.getGangInformation | getGangInformation}\\n * @param member - Member info from {@link Gang.getMemberInformation | getMemberInformation}\\n * @param task - Task info from {@link Gang.getTaskStats | getTaskStats}\\n * @returns The calculated money gain.\\n */\\n moneyGain(gang: GangGenInfo, member: GangMemberInfo, task: GangTaskStats): number;\\n\\n /**\\n * Calculate ascension point gain.\\n * @param exp - Experience point before ascension.\\n * @returns The calculated ascension point gain.\\n */\\n ascensionPointsGain(exp: number): number;\\n\\n /**\\n * Calculate ascension mult.\\n * @param points - Amount of ascension points.\\n * @returns The calculated ascension mult.\\n */\\n ascensionMultiplier(points: number): number;\\n}\\n\\n/**\\n * Formulas API\\n * @remarks\\n * You need Formulas.exe on your home computer to use this API.\\n * @public\\n */\\nexport interface Formulas {\\n mockServer(): Server;\\n mockPlayer(): Player;\\n /** Reputation formulas */\\n reputation: ReputationFormulas;\\n /** Skills formulas */\\n skills: SkillsFormulas;\\n /** Hacking formulas */\\n hacking: HackingFormulas;\\n /** Hacknet Nodes formulas */\\n hacknetNodes: HacknetNodesFormulas;\\n /** Hacknet Servers formulas */\\n hacknetServers: HacknetServersFormulas;\\n /** Gang formulas */\\n gang: GangFormulas;\\n /** Work formulas */\\n work: WorkFormulas;\\n}\\n\\n/** @public */\\nexport interface Fragment {\\n id: number;\\n shape: boolean[][];\\n type: number;\\n power: number;\\n limit: number;\\n}\\n\\n/** @public */\\nexport interface ActiveFragment {\\n id: number;\\n highestCharge: number;\\n numCharge: number;\\n rotation: number;\\n x: number;\\n y: number;\\n}\\n\\n/**\\n * Stanek's Gift API.\\n * @public\\n */\\ninterface Stanek {\\n /**\\n * Stanek's Gift width.\\n * @remarks\\n * RAM cost: 0.4 GB\\n * @returns The width of the gift.\\n */\\n giftWidth(): number;\\n /**\\n * Stanek's Gift height.\\n * @remarks\\n * RAM cost: 0.4 GB\\n * @returns The height of the gift.\\n */\\n giftHeight(): number;\\n\\n /**\\n * Charge a fragment, increasing its power.\\n * @remarks\\n * RAM cost: 0.4 GB\\n * @param rootX - rootX Root X against which to align the top left of the fragment.\\n * @param rootY - rootY Root Y against which to align the top left of the fragment.\\n * @returns Promise that lasts until the charge action is over.\\n */\\n chargeFragment(rootX: number, rootY: number): Promise;\\n\\n /**\\n * List possible fragments.\\n * @remarks\\n * RAM cost: 0 GB\\n *\\n * @returns List of possible fragments.\\n */\\n fragmentDefinitions(): Fragment[];\\n\\n /**\\n * List of fragments in Stanek's Gift.\\n * @remarks\\n * RAM cost: 5 GB\\n *\\n * @returns List of active fragments placed on Stanek's Gift.\\n */\\n activeFragments(): ActiveFragment[];\\n\\n /**\\n * Clear the board of all fragments.\\n * @remarks\\n * RAM cost: 0 GB\\n */\\n clearGift(): void;\\n\\n /**\\n * Check if fragment can be placed at specified location.\\n * @remarks\\n * RAM cost: 0.5 GB\\n *\\n * @param rootX - rootX Root X against which to align the top left of the fragment.\\n * @param rootY - rootY Root Y against which to align the top left of the fragment.\\n * @param rotation - rotation A number from 0 to 3, the mount of 90 degree turn to take.\\n * @param fragmentId - fragmentId ID of the fragment to place.\\n * @returns true if the fragment can be placed at that position. false otherwise.\\n */\\n canPlaceFragment(rootX: number, rootY: number, rotation: number, fragmentId: number): boolean;\\n /**\\n * Place fragment on Stanek's Gift.\\n * @remarks\\n * RAM cost: 5 GB\\n *\\n * @param rootX - X against which to align the top left of the fragment.\\n * @param rootY - Y against which to align the top left of the fragment.\\n * @param rotation - A number from 0 to 3, the mount of 90 degree turn to take.\\n * @param fragmentId - ID of the fragment to place.\\n * @returns true if the fragment can be placed at that position. false otherwise.\\n */\\n placeFragment(rootX: number, rootY: number, rotation: number, fragmentId: number): boolean;\\n /**\\n * Get placed fragment at location.\\n * @remarks\\n * RAM cost: 5 GB\\n *\\n * @param rootX - X against which to align the top left of the fragment.\\n * @param rootY - Y against which to align the top left of the fragment.\\n * @returns The fragment at [rootX, rootY], if any.\\n */\\n getFragment(rootX: number, rootY: number): ActiveFragment | undefined;\\n\\n /**\\n * Remove fragment at location.\\n * @remarks\\n * RAM cost: 0.15 GB\\n *\\n * @param rootX - X against which to align the top left of the fragment.\\n * @param rootY - Y against which to align the top left of the fragment.\\n * @returns The fragment at [rootX, rootY], if any.\\n */\\n removeFragment(rootX: number, rootY: number): boolean;\\n\\n /**\\n * Accept Stanek's Gift by joining the Church of the Machine God\\n * @remarks\\n * RAM cost: 2 GB\\n *\\n * @returns true if the player is a member of the church and has the gift installed,\\n * false otherwise.\\n */\\n acceptGift(): boolean;\\n}\\n\\n/** @public */\\nexport interface InfiltrationReward {\\n tradeRep: number;\\n sellCash: number;\\n SoARep: number;\\n}\\n\\n/** @public */\\nexport interface ILocation {\\n city: string;\\n name: string;\\n}\\n\\n/** @public */\\nexport interface InfiltrationLocation {\\n location: ILocation;\\n reward: InfiltrationReward;\\n difficulty: number;\\n}\\n\\n/**\\n * Infiltration API.\\n * @public\\n */\\ninterface Infiltration {\\n /**\\n * Get all locations that can be infiltrated.\\n * @remarks\\n * RAM cost: 5 GB\\n *\\n * @returns all locations that can be infiltrated.\\n */\\n getPossibleLocations(): PossibleInfiltrationLocation[];\\n /**\\n * Get all infiltrations with difficulty, location and rewards.\\n * @remarks\\n * RAM cost: 15 GB\\n *\\n * @returns Infiltration data for given location.\\n */\\n getInfiltration(location: string): InfiltrationLocation;\\n}\\n\\n/**\\n * User Interface API.\\n * @public\\n */\\ninterface UserInterface {\\n /**\\n * Get the current window size\\n * @remarks\\n * RAM cost: 0 GB\\n *\\n * @returns An array of 2 value containing the window width and height.\\n */\\n windowSize(): [number, number];\\n\\n /**\\n * Get the current theme\\n * @remarks\\n * RAM cost: 0 GB\\n *\\n * @returns An object containing the theme's colors\\n */\\n getTheme(): UserInterfaceTheme;\\n\\n /**\\n * Sets the current theme\\n * @remarks\\n * RAM cost: 0 GB\\n * @example\\n * Usage example (NS2)\\n * ```ts\\n * const theme = ns.ui.getTheme();\\n * theme.primary = '#ff5500';\\n * ns.ui.setTheme(theme);\\n * ```\\n */\\n setTheme(newTheme: UserInterfaceTheme): void;\\n\\n /**\\n * Resets the player's theme to the default values\\n * @remarks\\n * RAM cost: 0 GB\\n */\\n resetTheme(): void;\\n\\n /**\\n * Get the current styles\\n * @remarks\\n * RAM cost: 0 GB\\n *\\n * @returns An object containing the player's styles\\n */\\n getStyles(): IStyleSettings;\\n\\n /**\\n * Sets the current styles\\n * @remarks\\n * RAM cost: 0 GB\\n * @example\\n * Usage example (NS2)\\n * ```ts\\n * const styles = ns.ui.getStyles();\\n * styles.fontFamily = 'Comic Sans Ms';\\n * ns.ui.setStyles(styles);\\n * ```\\n */\\n setStyles(newStyles: IStyleSettings): void;\\n\\n /**\\n * Resets the player's styles to the default values\\n * @remarks\\n * RAM cost: 0 GB\\n */\\n resetStyles(): void;\\n\\n /**\\n * Gets the current game information (version, commit, ...)\\n * @remarks\\n * RAM cost: 0 GB\\n */\\n getGameInfo(): GameInfo;\\n\\n /**\\n * Clear the Terminal window, as if the player ran `clear` in the terminal\\n * @remarks\\n * RAM cost: 0.2 GB\\n */\\n clearTerminal(): void;\\n}\\n\\n/**\\n * Collection of all functions passed to scripts\\n * @public\\n * @remarks\\n * Basic ns1 usage example:\\n * ```ts\\n * // Basic ns functions can be used directly\\n * getHostname();\\n * // Some related functions are gathered within a common namespace\\n * stock.getPrice();\\n * ```\\n * {@link https://bitburner.readthedocs.io/en/latest/netscript/netscript1.html| ns1 in-game docs}\\n *
\\n * Basic ns2 usage example:\\n * ```ts\\n * export async function main(ns) {\\n * // Basic ns functions can be accessed on the ns object\\n * ns.getHostname();\\n * // Some related functions are gathered under a sub-property of the ns object\\n * ns.stock.getPrice();\\n * // Some functions need to be awaited\\n * await ns.hack('n00dles');\\n * }\\n * ```\\n * {@link https://bitburner.readthedocs.io/en/latest/netscript/netscriptjs.html| ns2 in-game docs}\\n *
\\n */\\nexport interface NS {\\n /**\\n * Namespace for hacknet functions.\\n * @remarks RAM cost: 4 GB\\n */\\n readonly hacknet: Hacknet;\\n\\n /**\\n * Namespace for bladeburner functions.\\n * @remarks RAM cost: 0 GB\\n */\\n readonly bladeburner: Bladeburner;\\n\\n /**\\n * Namespace for codingcontract functions.\\n * @remarks RAM cost: 0 GB\\n */\\n readonly codingcontract: CodingContract;\\n\\n /**\\n * Namespace for gang functions.\\n * @remarks RAM cost: 0 GB\\n */\\n readonly gang: Gang;\\n\\n /**\\n * Namespace for sleeve functions.\\n * @remarks RAM cost: 0 GB\\n */\\n readonly sleeve: Sleeve;\\n\\n /**\\n * Namespace for stock functions.\\n * @remarks RAM cost: 0 GB\\n */\\n readonly stock: TIX;\\n\\n /**\\n * Namespace for formulas functions.\\n * @remarks RAM cost: 0 GB\\n */\\n readonly formulas: Formulas;\\n\\n /**\\n * Namespace for stanek functions.\\n * RAM cost: 0 GB\\n */\\n readonly stanek: Stanek;\\n\\n /**\\n * Namespace for infiltration functions.\\n * RAM cost: 0 GB\\n */\\n readonly infiltration: Infiltration;\\n\\n /**\\n * Namespace for corporation functions.\\n * RAM cost: 1022.4 GB\\n */\\n readonly corporation: Corporation;\\n\\n /**\\n * Namespace for user interface functions.\\n * RAM cost: 0 GB\\n */\\n readonly ui: UserInterface;\\n\\n /**\\n * Namespace for singularity functions.\\n * RAM cost: 0 GB\\n */\\n readonly singularity: Singularity;\\n\\n /**\\n * Namespace for grafting functions.\\n * @remarks RAM cost: 0 GB\\n */\\n readonly grafting: Grafting;\\n\\n /**\\n * Arguments passed into the script.\\n *\\n * @remarks\\n * RAM cost: 0 GB\\n *\\n * Arguments passed into a script can be accessed using a normal\\n * array using the [] operator (args[0], args[1], etc…).\\n *\\n * It is also possible to get the number of arguments that was passed into a script using: 'args.length'\\n * WARNING: Do not try to modify the args array. This will break the game.\\n */\\n readonly args: (string | number | boolean)[];\\n\\n /**\\n * Steal a servers money.\\n * @remarks\\n * RAM cost: 0.1 GB\\n *\\n * Function that is used to try and hack servers to steal money and gain hacking experience.\\n * The runtime for this command depends on your hacking level and the target server’s\\n * security level when this function is called. In order to hack a server you must first gain root access to that server\\n * and also have the required hacking level.\\n *\\n * A script can hack a server from anywhere. It does not need to be running on the same\\n * server to hack that server. For example, you can create a script that hacks the `foodnstuff`\\n * server and run that script on any server in the game.\\n *\\n * A successful `hack()` on a server will raise that server’s security level by 0.002.\\n *\\n * @example\\n * ```ts\\n * // NS1:\\n * var earnedMoney = hack(\\\"foodnstuff\\\");\\n * ```\\n * @example\\n * ```ts\\n * // NS2:\\n * let earnedMoney = await ns.hack(\\\"foodnstuff\\\");\\n * ```\\n * @param host - Hostname of the target server to hack.\\n * @param opts - Optional parameters for configuring function behavior.\\n * @returns The amount of money stolen if the hack is successful, and zero otherwise.\\n */\\n hack(host: string, opts?: BasicHGWOptions): Promise;\\n\\n /**\\n * Spoof money in a servers bank account, increasing the amount available.\\n * @remarks\\n * RAM cost: 0.15 GB\\n *\\n * Use your hacking skills to increase the amount of money available on a server.\\n * The runtime for this command depends on your hacking level and the target server’s\\n * security level. When `grow` completes, the money available on a target server will\\n * be increased by a certain, fixed percentage. This percentage is determined by the\\n * target server’s growth rate (which varies between servers) and security level. Generally,\\n * higher-level servers have higher growth rates. The getServerGrowth() function can be used\\n * to obtain a server’s growth rate.\\n *\\n * Like hack, `grow` can be called on any server, regardless of where the script is running.\\n * The grow() command requires root access to the target server, but there is no required hacking\\n * level to run the command. It also raises the security level of the target server by 0.004.\\n *\\n * @example\\n * ```ts\\n * // NS1:\\n * var currentMoney = getServerMoneyAvailable(\\\"foodnstuff\\\");\\n * currentMoney = currentMoney * (1 + grow(\\\"foodnstuff\\\"));\\n * ```\\n * @example\\n * ```ts\\n * // NS2:\\n * let currentMoney = ns.getServerMoneyAvailable(\\\"foodnstuff\\\");\\n * currentMoney *= (1 + await ns.grow(\\\"foodnstuff\\\"));\\n * ```\\n * @param host - Hostname of the target server to grow.\\n * @param opts - Optional parameters for configuring function behavior.\\n * @returns The number by which the money on the server was multiplied for the growth.\\n */\\n grow(host: string, opts?: BasicHGWOptions): Promise;\\n\\n /**\\n * Reduce a server security level.\\n * @remarks\\n * RAM cost: 0.15 GB\\n *\\n * Use your hacking skills to attack a server’s security, lowering the server’s security level.\\n * The runtime for this command depends on your hacking level and the target server’s security\\n * level when this function is called. This function lowers the security level of the target server by 0.05.\\n *\\n * Like hack and grow, `weaken` can be called on any server, regardless of\\n * where the script is running. This command requires root access to the target server, but\\n * there is no required hacking level to run the command.\\n *\\n * @example\\n * ```ts\\n * // NS1:\\n * var currentSecurity = getServerSecurityLevel(\\\"foodnstuff\\\");\\n * currentSecurity = currentSecurity - weaken(\\\"foodnstuff\\\");\\n * ```\\n * @example\\n * ```ts\\n * // NS2:\\n * let currentSecurity = ns.getServerSecurityLevel(\\\"foodnstuff\\\");\\n * currentSecurity -= await ns.weaken(\\\"foodnstuff\\\");\\n * ```\\n * @param host - Hostname of the target server to weaken.\\n * @param opts - Optional parameters for configuring function behavior.\\n * @returns The amount by which the target server’s security level was decreased. This is equivalent to 0.05 multiplied by the number of script threads.\\n */\\n weaken(host: string, opts?: BasicHGWOptions): Promise;\\n\\n /**\\n * Predict the effect of weaken.\\n * @remarks\\n * RAM cost: 1 GB\\n *\\n * Returns the security decrease that would occur if a weaken with this many threads happened.\\n *\\n * @param threads - Amount of threads that will be used.\\n * @param cores - Optional. The number of cores of the server that would run weaken.\\n * @returns The security decrease.\\n */\\n weakenAnalyze(threads: number, cores?: number): number;\\n\\n /**\\n * Predict the effect of hack.\\n * @remarks\\n * RAM cost: 1 GB\\n *\\n * This function returns the number of script threads you need when running the hack command\\n * to steal the specified amount of money from the target server.\\n * If hackAmount is less than zero or greater than the amount of money available on the server,\\n * then this function returns -1.\\n *\\n * Warning: The value returned by this function isn’t necessarily a whole number.\\n *\\n * @example\\n * ```ts\\n * //For example, let’s say the foodnstuff server has $10m and you run:\\n * hackAnalyzeThreads(\\\"foodnstuff\\\", 1e6);\\n * //If this function returns 50, this means that if your next hack call is run on a script with 50 threads, it will steal $1m from the foodnstuff server.\\n * ```\\n * @param host - Hostname of the target server to analyze.\\n * @param hackAmount - Amount of money you want to hack from the server.\\n * @returns The number of threads needed to hack the server for hackAmount money.\\n */\\n hackAnalyzeThreads(host: string, hackAmount: number): number;\\n\\n /**\\n * Get the part of money stolen with a single thread.\\n * @remarks\\n * RAM cost: 1 GB\\n *\\n * Returns the part of the specified server’s money you will steal with a single thread hack.\\n *\\n * @example\\n * ```ts\\n * // NS1:\\n * //For example, assume the following returns 0.01:\\n * var hackAmount = hackAnalyze(\\\"foodnstuff\\\");\\n * //This means that if hack the foodnstuff server using a single thread, then you will steal 1%, or 0.01 of its total money. If you hack using N threads, then you will steal N*0.01 times its total money.\\n * ```\\n * @example\\n * ```ts\\n * // NS2:\\n * //For example, assume the following returns 0.01:\\n * const hackAmount = ns.hackAnalyze(\\\"foodnstuff\\\");\\n * //This means that if hack the foodnstuff server using a single thread, then you will steal 1%, or 0.01 of its total money. If you hack using N threads, then you will steal N*0.01 times its total money.\\n * ```\\n * @param host - Hostname of the target server.\\n * @returns The part of money you will steal from the target server with a single thread hack.\\n */\\n hackAnalyze(host: string): number;\\n\\n /**\\n * Get the security increase for a number of thread.\\n * @remarks\\n * RAM cost: 1 GB\\n *\\n * Returns the security increase that would occur if a hack with this many threads happened.\\n *\\n * @param threads - Amount of threads that will be used.\\n * @param hostname - Hostname of the target server. The number of threads is limited to the number needed to hack the servers maximum amount of money.\\n * @returns The security increase.\\n */\\n hackAnalyzeSecurity(threads: number, hostname?: string): number;\\n\\n /**\\n * Get the chance of successfully hacking a server.\\n * @remarks\\n * RAM cost: 1 GB\\n *\\n * Returns the chance you have of successfully hacking the specified server.\\n *\\n * This returned value is in decimal form, not percentage.\\n *\\n * @param host - Hostname of the target server.\\n * @returns The chance you have of successfully hacking the target server.\\n */\\n hackAnalyzeChance(host: string): number;\\n\\n /**\\n * Calculate the number of grow thread needed to grow a server by a certain multiplier.\\n * @remarks\\n * RAM cost: 1 GB\\n *\\n * This function returns the number of “growths” needed in order to increase\\n * the amount of money available on the specified server by the specified amount.\\n * The specified amount is multiplicative and is in decimal form, not percentage.\\n *\\n * Warning: The value returned by this function isn’t necessarily a whole number.\\n *\\n * @example\\n * ```ts\\n * // NS1:\\n * //For example, if you want to determine how many grow calls you need to double the amount of money on foodnstuff, you would use:\\n * var growTimes = growthAnalyze(\\\"foodnstuff\\\", 2);\\n * //If this returns 100, then this means you need to call grow 100 times in order to double the money (or once with 100 threads).\\n * ```\\n * @example\\n * ```ts\\n * // NS2:\\n * //For example, if you want to determine how many grow calls you need to double the amount of money on foodnstuff, you would use:\\n * const growTimes = ns.growthAnalyze(\\\"foodnstuff\\\", 2);\\n * //If this returns 100, then this means you need to call grow 100 times in order to double the money (or once with 100 threads).\\n * ```\\n * @param host - Hostname of the target server.\\n * @param growthAmount - Multiplicative factor by which the server is grown. Decimal form..\\n * @returns The amount of grow calls needed to grow the specified server by the specified amount\\n */\\n growthAnalyze(host: string, growthAmount: number, cores?: number): number;\\n\\n /**\\n * Calculate the security increase for a number of thread.\\n * @remarks\\n * RAM cost: 1 GB\\n *\\n * Returns the security increase that would occur if a grow with this many threads happened.\\n *\\n * @param threads - Amount of threads that will be used.\\n * @param hostname - Optional. Hostname of the target server. The number of threads is limited to the number needed to hack the servers maximum amount of money.\\n * @param cores - Optional. The number of cores of the server that would run grow.\\n * @returns The security increase.\\n */\\n growthAnalyzeSecurity(threads: number, hostname?: string, cores?: number): number;\\n\\n /**\\n * Suspends the script for n milliseconds.\\n * @remarks\\n * RAM cost: 0 GB\\n *\\n * @param millis - Number of milliseconds to sleep.\\n * @example\\n * ```ts\\n * // NS1:\\n * // This will count from 1 to 10 in your terminal, with one number every 5 seconds\\n * for (var i=0; i<10; i++) {\\n * tprint(i + 1);\\n * sleep(5000);\\n * }\\n * ```\\n * @example\\n * ```ts\\n * // NS2:\\n * // This will count from 1 to 10 in your terminal, with one number every 5 seconds\\n * for (var i=0; i<10; i++) {\\n * ns.tprint(i + 1);\\n * await ns.sleep(5000);\\n * }\\n * ```\\n * @returns\\n */\\n sleep(millis: number): Promise;\\n\\n /**\\n * Suspends the script for n milliseconds. Doesn't block with concurrent calls.\\n * You should prefer 'sleep' over 'asleep' except when doing very complex UI work.\\n * @remarks\\n * RAM cost: 0 GB\\n *\\n * @param millis - Number of milliseconds to sleep.\\n * @returns\\n */\\n asleep(millis: number): Promise;\\n\\n /**\\n * Prints one or move values or variables to the script’s logs.\\n * @remarks\\n * RAM cost: 0 GB\\n *\\n * If the argument is a string, you can color code your message by prefixing your\\n * string with one of these strings:\\n *\\n * - `\\\"ERROR\\\"`: The whole string will be printed in red. Use this prefix to indicate\\n * that an error has occurred.\\n *\\n * - `\\\"SUCCESS\\\"`: The whole string will be printed in green, similar to the default\\n * theme of the Terminal. Use this prefix to indicate that something is correct.\\n *\\n * - `\\\"WARN\\\"`: The whole string will be printed in yellow. Use this prefix to\\n * indicate that you or a user of your script should be careful of something.\\n *\\n * - `\\\"INFO\\\"`: The whole string will be printed in purplish blue. Use this prefix to\\n * remind yourself or a user of your script of something. Think of this prefix as\\n * indicating an FYI (for your information).\\n *\\n * For custom coloring, use ANSI escape sequences. The examples below use the Unicode\\n * escape code `\\\\u001b`. The color coding also works if `\\\\u001b` is replaced with\\n * the hexadecimal escape code `\\\\x1b`. The Bash escape code `\\\\e` is not supported.\\n * The octal escape code `\\\\033` is not allowed because the game runs JavaScript in\\n * strict mode.\\n *\\n * @example\\n * ```ts\\n * // NS1\\n * // Default color coding.\\n * print(\\\"ERROR means something's wrong.\\\");\\n * print(\\\"SUCCESS means everything's OK.\\\");\\n * print(\\\"WARN Tread with caution!\\\");\\n * print(\\\"WARNING, warning, danger, danger!\\\");\\n * print(\\\"WARNing! Here be dragons.\\\");\\n * print(\\\"INFO for your I's only (FYI).\\\");\\n * print(\\\"INFOrmation overload!\\\");\\n * // Custom color coding.\\n * var cyan = \\\"\\\\u001b[36m\\\";\\n * var green = \\\"\\\\u001b[32m\\\";\\n * var red = \\\"\\\\u001b[31m\\\";\\n * var reset = \\\"\\\\u001b[0m\\\";\\n * var msgError = red + \\\"Ugh! What a mess.\\\" + reset;\\n * var msgSuccess = green + \\\"Well done!\\\" + reset;\\n * var msgMixed = cyan + \\\"ERROR Should this be in red?\\\" + reset;\\n * print(msgError);\\n * print(msgSuccess);\\n * print(msgMixed);\\n * tail();\\n * ```\\n * @example\\n * ```ts\\n * // NS2\\n * // Default color coding.\\n * ns.print(\\\"ERROR means something's wrong.\\\");\\n * ns.print(\\\"SUCCESS means everything's OK.\\\");\\n * ns.print(\\\"WARN Tread with caution!\\\");\\n * ns.print(\\\"WARNING, warning, danger, danger!\\\");\\n * ns.print(\\\"WARNing! Here be dragons.\\\");\\n * ns.print(\\\"INFO for your I's only (FYI).\\\");\\n * ns.print(\\\"INFOrmation overload!\\\");\\n * // Custom color coding.\\n * const cyan = \\\"\\\\u001b[36m\\\";\\n * const green = \\\"\\\\u001b[32m\\\";\\n * const red = \\\"\\\\u001b[31m\\\";\\n * const reset = \\\"\\\\u001b[0m\\\";\\n * const msgError = \\\"Ugh! What a mess.\\\";\\n * const msgSuccess = \\\"Well done!\\\";\\n * const msgMixed = \\\"ERROR Should this be in red?\\\";\\n * ns.print(`${red + msgError + reset}`);\\n * ns.print(`${green + msgSuccess + reset}`);\\n * ns.print(`${cyan + msgMixed + reset}`);\\n * ns.tail();\\n * ```\\n *\\n * @param args - Value(s) to be printed.\\n */\\n print(...args: any[]): void;\\n\\n /**\\n * Prints a formatted string to the script’s logs.\\n * @remarks\\n * RAM cost: 0 GB\\n *\\n * - See {@link NS.print | print} for how to add color to your printed strings.\\n *\\n * - For more detail, see: https://github.com/alexei/sprintf.js\\n *\\n * @example\\n * ```ts\\n * // NS1\\n * var name = \\\"Bit\\\";\\n * var age = 4;\\n * printf(\\\"My name is %s.\\\", name);\\n * printf(\\\"I'm %d seconds old.\\\", age);\\n * printf(\\\"My age in binary is %b.\\\", age);\\n * printf(\\\"My age in scientific notation is %e.\\\", age);\\n * printf(\\\"In %d seconds, I'll be %s.\\\", 6, \\\"Byte\\\");\\n * printf(\\\"Am I a nibble? %t\\\", (4 == age));\\n * tail();\\n * ```\\n * @example\\n * ```ts\\n * // NS2\\n * const name = \\\"Bit\\\";\\n * const age = 4;\\n * ns.printf(\\\"My name is %s.\\\", name);\\n * ns.printf(\\\"I'm %d seconds old.\\\", age);\\n * ns.printf(\\\"My age in binary is %b.\\\", age);\\n * ns.printf(\\\"My age in scientific notation is %e.\\\", age);\\n * ns.printf(\\\"In %d seconds, I'll be %s.\\\", 6, \\\"Byte\\\");\\n * ns.printf(\\\"Am I a nibble? %t\\\", (4 == age));\\n * ns.tail();\\n * ```\\n *\\n * @param format - Format of the message.\\n * @param args - Value(s) to be printed.\\n */\\n printf(format: string, ...args: any[]): void;\\n\\n /**\\n * Prints one or more values or variables to the Terminal.\\n * @remarks\\n * RAM cost: 0 GB\\n *\\n * See {@link NS.print | print} for how to add color to your printed strings.\\n *\\n * @param args - Value(s) to be printed.\\n */\\n tprint(...args: any[]): void;\\n\\n /**\\n * Prints a raw value or a variable to the Terminal.\\n * @remarks\\n * RAM cost: 0 GB\\n *\\n * - See {@link NS.print | print} for how to add color to your printed strings.\\n *\\n * - See {@link NS.printf | printf} for examples on formatted strings.\\n *\\n * - For more detail, see: https://github.com/alexei/sprintf.js\\n *\\n * @param format - Format of the message.\\n * @param values - Value(s) to be printed.\\n */\\n tprintf(format: string, ...values: any[]): void;\\n\\n /**\\n * Clears the script’s logs.\\n * @remarks\\n * RAM cost: 0 GB\\n */\\n clearLog(): void;\\n\\n /**\\n * Disables logging for the given function.\\n * @remarks\\n * RAM cost: 0 GB\\n *\\n * Logging can be disabled for all functions by passing `ALL` as the argument.\\n *\\n * Note that this does not completely remove all logging functionality.\\n * This only stops a function from logging when the function is successful.\\n * If the function fails, it will still log the reason for failure.\\n *\\n * @param fn - Name of function for which to disable logging.\\n */\\n disableLog(fn: string): void;\\n\\n /**\\n * Enable logging for a certain function.\\n * @remarks\\n * RAM cost: 0 GB\\n *\\n * Re-enables logging for the given function. If `ALL` is passed into this\\n * function as an argument, then it will revert the effects of disableLog(`ALL`).\\n *\\n * @param fn - Name of function for which to enable logging.\\n */\\n enableLog(fn: string): void;\\n\\n /**\\n * Checks the status of the logging for the given function.\\n * @remarks\\n * RAM cost: 0 GB\\n *\\n * @param fn - Name of function to check.\\n * @returns Returns a boolean indicating whether or not logging is enabled for that function (or `ALL`)\\n */\\n isLogEnabled(fn: string): boolean;\\n\\n /**\\n * Get all the logs of a script.\\n * @remarks\\n * RAM cost: 0 GB\\n *\\n * Returns a script’s logs. The logs are returned as an array, where each line is an element in the array.\\n * The most recently logged line is at the end of the array.\\n * Note that there is a maximum number of lines that a script stores in its logs. This is configurable in the game’s options.\\n * If the function is called with no arguments, it will return the current script’s logs.\\n *\\n * Otherwise, the fn, hostname/ip, and args… arguments can be used to get the logs from another script.\\n * Remember that scripts are uniquely identified by both their names and arguments.\\n *\\n * @example\\n * ```ts\\n * // NS1:\\n * //Get logs from foo.script on the current server that was run with no args\\n * getScriptLogs(\\\"foo.script\\\");\\n *\\n * //Open logs from foo.script on the foodnstuff server that was run with no args\\n * getScriptLogs(\\\"foo.script\\\", \\\"foodnstuff\\\");\\n *\\n * //Open logs from foo.script on the foodnstuff server that was run with the arguments [1, \\\"test\\\"]\\n * getScriptLogs(\\\"foo.script\\\", \\\"foodnstuff\\\", 1, \\\"test\\\");\\n * ```\\n * @example\\n * ```ts\\n * // NS2:\\n * //Get logs from foo.script on the current server that was run with no args\\n * ns.getScriptLogs(\\\"foo.script\\\");\\n *\\n * //Open logs from foo.script on the foodnstuff server that was run with no args\\n * ns.getScriptLogs(\\\"foo.script\\\", \\\"foodnstuff\\\");\\n *\\n * //Open logs from foo.script on the foodnstuff server that was run with the arguments [1, \\\"test\\\"]\\n * ns.getScriptLogs(\\\"foo.script\\\", \\\"foodnstuff\\\", 1, \\\"test\\\");\\n * ```\\n * @param fn - Optional. Filename of script to get logs from.\\n * @param host - Optional. Hostname of the server that the script is on.\\n * @param args - Arguments to identify which scripts to get logs for.\\n * @returns Returns an string array, where each line is an element in the array. The most recently logged line is at the end of the array.\\n */\\n getScriptLogs(fn?: string, host?: string, ...args: (string | number | boolean)[]): string[];\\n\\n /**\\n * Get an array of recently killed scripts across all servers.\\n * @remarks\\n * RAM cost: 0.2 GB\\n *\\n * The most recently killed script is the first element in the array.\\n * Note that there is a maximum number of recently killed scripts which are tracked.\\n * This is configurable in the game's options as `Recently killed scripts size`.\\n *\\n * @example\\n * ```ts\\n * let recentScripts = ns.getRecentScripts();\\n * let mostRecent = recentScripts.shift()\\n * if (mostRecent)\\n * ns.tprint(mostRecent.logs.join('\\\\n'))\\n * ```\\n *\\n * @returns Array with information about previously killed scripts.\\n */\\n getRecentScripts(): RecentScript[];\\n\\n /**\\n * Open the tail window of a script.\\n * @remarks\\n * RAM cost: 0 GB\\n *\\n * Opens a script’s logs. This is functionally the same as the tail Terminal command.\\n *\\n * If the function is called with no arguments, it will open the current script’s logs.\\n *\\n * Otherwise, the fn, hostname/ip, and args… arguments can be used to get the logs from another script.\\n * Remember that scripts are uniquely identified by both their names and arguments.\\n *\\n * @example\\n * ```ts\\n * // NS1:\\n * //Open logs from foo.script on the current server that was run with no args\\n * tail(\\\"foo.script\\\");\\n *\\n * //Get logs from foo.script on the foodnstuff server that was run with no args\\n * tail(\\\"foo.script\\\", \\\"foodnstuff\\\");\\n *\\n * //Get logs from foo.script on the foodnstuff server that was run with the arguments [1, \\\"test\\\"]\\n * tail(\\\"foo.script\\\", \\\"foodnstuff\\\", 1, \\\"test\\\");\\n * ```\\n * @example\\n * ```ts\\n * // NS2:\\n * //Open logs from foo.script on the current server that was run with no args\\n * ns.tail(\\\"foo.script\\\");\\n *\\n * //Get logs from foo.script on the foodnstuff server that was run with no args\\n * ns.tail(\\\"foo.script\\\", \\\"foodnstuff\\\");\\n *\\n * //Get logs from foo.script on the foodnstuff server that was run with the arguments [1, \\\"test\\\"]\\n * ns.tail(\\\"foo.script\\\", \\\"foodnstuff\\\", 1, \\\"test\\\");\\n * ```\\n * @param fn - Optional. Filename or PID of the script being tailed. If omitted, the current script is tailed.\\n * @param host - Optional. Hostname of the script being tailed. Defaults to the server this script is running on. If args are specified, this is not optional.\\n * @param args - Arguments for the script being tailed.\\n */\\n tail(fn?: FilenameOrPID, host?: string, ...args: (string | number | boolean)[]): void;\\n\\n /**\\n * Move a tail window\\n * @remarks\\n * RAM cost: 0 GB\\n *\\n * Moves a tail window. Coordinates are in screenspace pixels (top left is 0,0)\\n *\\n * @param x - x coordinate.\\n * @param y - y coordinate.\\n * @param pid - Optional. PID of the script having its tail moved. If omitted, the current script is used.\\n */\\n moveTail(x: number, y: number, pid?: number): void;\\n\\n /**\\n * Resize a tail window\\n * @remarks\\n * RAM cost: 0 GB\\n *\\n * Resize a tail window. Size are in pixel\\n *\\n * @param width - width of the window.\\n * @param height - height of the window.\\n * @param pid - Optional. PID of the script having its tail resized. If omitted, the current script is used.\\n */\\n resizeTail(width: number, height: number, pid?: number): void;\\n\\n /**\\n * Close the tail window of a script.\\n * @remarks\\n * RAM cost: 0 GB\\n *\\n * Closes a script’s logs. This is functionally the same pressing the \\\"Close\\\" button on the tail window.\\n *\\n * If the function is called with no arguments, it will close the current script’s logs.\\n *\\n * Otherwise, the pid argument can be used to close the logs from another script.\\n *\\n * @param pid - Optional. PID of the script having its tail closed. If omitted, the current script is used.\\n */\\n closeTail(pid?: number): void;\\n\\n /**\\n * Get the list of servers connected to a server.\\n * @remarks\\n * RAM cost: 0.2 GB\\n *\\n * Returns an array containing the hostnames of all servers that are one\\n * node way from the specified target server. The hostnames in the returned\\n * array are strings.\\n *\\n * @param host - Optional, Hostname of the server to scan, default to current server.\\n * @returns Returns an string of hostnames.\\n */\\n scan(host?: string): string[];\\n\\n /**\\n * Runs NUKE.exe on a server.\\n * @remarks\\n * RAM cost: 0.05 GB\\n *\\n * Running NUKE.exe on a target server gives you root access which means you can executes scripts on said server. NUKE.exe must exist on your home computer.\\n *\\n * @example\\n * ```ts\\n * // NS1:\\n * nuke(\\\"foodnstuff\\\");\\n * ```\\n * @example\\n * ```ts\\n * // NS2:\\n * ns.nuke(\\\"foodnstuff\\\");\\n * ```\\n * @param host - Hostname of the target server.\\n */\\n nuke(host: string): void;\\n\\n /**\\n * Runs BruteSSH.exe on a server.\\n * @remarks\\n * RAM cost: 0.05 GB\\n *\\n * Runs the BruteSSH.exe program on the target server. BruteSSH.exe must exist on your home computer.\\n *\\n * @example\\n * ```ts\\n * // NS1:\\n * brutessh(\\\"foodnstuff\\\");\\n * ```\\n * @example\\n * ```ts\\n * // NS2:\\n * ns.brutessh(\\\"foodnstuff\\\");\\n * ```\\n * @param host - Hostname of the target server.\\n */\\n brutessh(host: string): void;\\n\\n /**\\n * Runs FTPCrack.exe on a server.\\n * @remarks\\n * RAM cost: 0.05 GB\\n *\\n * Runs the FTPCrack.exe program on the target server. FTPCrack.exe must exist on your home computer.\\n *\\n * @example\\n * ```ts\\n * // NS1:\\n * ftpcrack(\\\"foodnstuff\\\");\\n * ```\\n * @example\\n * ```ts\\n * // NS2:\\n * ns.ftpcrack(\\\"foodnstuff\\\");\\n * ```\\n * @param host - Hostname of the target server.\\n */\\n ftpcrack(host: string): void;\\n\\n /**\\n * Runs relaySMTP.exe on a server.\\n * @remarks\\n * RAM cost: 0.05 GB\\n *\\n * Runs the relaySMTP.exe program on the target server. relaySMTP.exe must exist on your home computer.\\n *\\n * @example\\n * ```ts\\n * // NS1:\\n * relaysmtp(\\\"foodnstuff\\\");\\n * ```\\n * @example\\n * ```ts\\n * // NS2:\\n * ns.relaysmtp(\\\"foodnstuff\\\");\\n * ```\\n * @param host - Hostname of the target server.\\n */\\n relaysmtp(host: string): void;\\n\\n /**\\n * Runs HTTPWorm.exe on a server.\\n * @remarks\\n * RAM cost: 0.05 GB\\n *\\n * Runs the HTTPWorm.exe program on the target server. HTTPWorm.exe must exist on your home computer.\\n *\\n * @example\\n * ```ts\\n * // NS1:\\n * httpworm(\\\"foodnstuff\\\");\\n * ```\\n * @example\\n * ```ts\\n * // NS2:\\n * ns.httpworm(\\\"foodnstuff\\\");\\n * ```\\n * @param host - Hostname of the target server.\\n */\\n httpworm(host: string): void;\\n\\n /**\\n * Runs SQLInject.exe on a server.\\n * @remarks\\n * RAM cost: 0.05 GB\\n *\\n * Runs the SQLInject.exe program on the target server. SQLInject.exe must exist on your home computer.\\n *\\n * @example\\n * ```ts\\n * // NS1:\\n * sqlinject(\\\"foodnstuff\\\");\\n * ```\\n * @example\\n * ```ts\\n * // NS2:\\n * ns.sqlinject(\\\"foodnstuff\\\");\\n * ```\\n * @remarks RAM cost: 0.05 GB\\n * @param host - Hostname of the target server.\\n */\\n sqlinject(host: string): void;\\n\\n /**\\n * Start another script on the current server.\\n * @remarks\\n * RAM cost: 1 GB\\n *\\n * Run a script as a separate process. This function can only be used to run scripts located on the\\n * current server (the server running the script that calls this function). Requires a significant\\n * amount of RAM to run this command.\\n *\\n * If the script was successfully started, then this functions returns the PID of that script.\\n * Otherwise, it returns 0.\\n *\\n * PID stands for Process ID. The PID is a unique identifier for each script.\\n * The PID will always be a positive integer.\\n *\\n * Running this function with a numThreads argument of 0 or less will cause a runtime error.\\n *\\n * @example\\n * ```ts\\n * // NS1:\\n * //The simplest way to use the run command is to call it with just the script name. The following example will run ‘foo.script’ single-threaded with no arguments:\\n * run(\\\"foo.script\\\");\\n *\\n * //The following example will run ‘foo.script’ but with 5 threads instead of single-threaded:\\n * run(\\\"foo.script\\\", 5);\\n *\\n * //This next example will run ‘foo.script’ single-threaded, and will pass the string ‘foodnstuff’ into the script as an argument:\\n * run(\\\"foo.script\\\", 1, 'foodnstuff');\\n * ```\\n * @example\\n * ```ts\\n * // NS2:\\n * //The simplest way to use the run command is to call it with just the script name. The following example will run ‘foo.script’ single-threaded with no arguments:\\n * ns.run(\\\"foo.script\\\");\\n *\\n * //The following example will run ‘foo.script’ but with 5 threads instead of single-threaded:\\n * ns.run(\\\"foo.script\\\", 5);\\n *\\n * //This next example will run ‘foo.script’ single-threaded, and will pass the string ‘foodnstuff’ into the script as an argument:\\n * ns.run(\\\"foo.script\\\", 1, 'foodnstuff');\\n * ```\\n * @param script - Filename of script to run.\\n * @param numThreads - Optional thread count for new script. Set to 1 by default. Will be rounded to nearest integer.\\n * @param args - Additional arguments to pass into the new script that is being run. Note that if any arguments are being passed into the new script, then the second argument numThreads must be filled in with a value.\\n * @returns Returns the PID of a successfully started script, and 0 otherwise.\\n */\\n run(script: string, numThreads?: number, ...args: (string | number | boolean)[]): number;\\n\\n /**\\n * Start another script on any server.\\n * @remarks\\n * RAM cost: 1.3 GB\\n *\\n * Run a script as a separate process on a specified server. This is similar to the function {@link NS.run | run}\\n * except that it can be used to run a script on any server, instead of just the current server.\\n *\\n * If the script was successfully started, then this function returns the PID of that script.\\n * Otherwise, it returns 0.\\n *\\n * PID stands for Process ID. The PID is a unique identifier for each script.\\n * The PID will always be a positive integer.\\n *\\n * Running this function with a numThreads argument of 0 or less will cause a runtime error.\\n *\\n * @example\\n * ```ts\\n * // NS1:\\n * // The simplest way to use the exec command is to call it with just the script name\\n * // and the target server. The following example will try to run generic-hack.script\\n * // on the foodnstuff server.\\n * exec(\\\"generic-hack.script\\\", \\\"foodnstuff\\\");\\n *\\n * // The following example will try to run the script generic-hack.script on the\\n * // joesguns server with 10 threads.\\n * exec(\\\"generic-hack.script\\\", \\\"joesguns\\\", 10);\\n *\\n * // This last example will try to run the script foo.script on the foodnstuff server\\n * // with 5 threads. It will also pass the number 1 and the string “test” in as\\n * // arguments to the script.\\n * exec(\\\"foo.script\\\", \\\"foodnstuff\\\", 5, 1, \\\"test\\\");\\n * ```\\n * @example\\n * ```ts\\n * // NS2:\\n * // The simplest way to use the exec command is to call it with just the script name\\n * // and the target server. The following example will try to run generic-hack.script\\n * // on the foodnstuff server.\\n * ns.exec(\\\"generic-hack.script\\\", \\\"foodnstuff\\\");\\n *\\n * // The following example will try to run the script generic-hack.script on the\\n * // joesguns server with 10 threads.\\n * ns.exec(\\\"generic-hack.script\\\", \\\"joesguns\\\", 10);\\n *\\n * // This last example will try to run the script foo.script on the foodnstuff server\\n * // with 5 threads. It will also pass the number 1 and the string “test” in as\\n * // arguments to the script.\\n * ns.exec(\\\"foo.script\\\", \\\"foodnstuff\\\", 5, 1, \\\"test\\\");\\n * ```\\n * @param script - Filename of script to execute.\\n * @param host - Hostname of the `target server` on which to execute the script.\\n * @param numThreads - Optional thread count for new script. Set to 1 by default. Will be rounded down to the nearest integer.\\n * @param args - Additional arguments to pass into the new script that is being run. Note that if any arguments are being passed into the new script, then the third argument numThreads must be filled in with a value.\\n * @returns Returns the PID of a successfully started script, and 0 otherwise.\\n */\\n exec(script: string, host: string, numThreads?: number, ...args: (string | number | boolean)[]): number;\\n\\n /**\\n * Terminate current script and start another in 10s.\\n * @remarks\\n * RAM cost: 2 GB\\n *\\n * Terminates the current script, and then after a delay of about 10 seconds it will execute the\\n * newly-specified script. The purpose of this function is to execute a new script without being\\n * constrained by the RAM usage of the current one. This function can only be used to run scripts\\n * on the local server.\\n *\\n * Because this function immediately terminates the script, it does not have a return value.\\n *\\n * Running this function with a numThreads argument of 0 or less will cause a runtime error.\\n *\\n * @example\\n * ```ts\\n * // NS1:\\n * //The following example will execute the script ‘foo.script’ with 10 threads and the arguments ‘foodnstuff’ and 90:\\n * spawn('foo.script', 10, 'foodnstuff', 90);\\n * ```\\n * @example\\n * ```ts\\n * // NS2:\\n * //The following example will execute the script ‘foo.script’ with 10 threads and the arguments ‘foodnstuff’ and 90:\\n * ns.spawn('foo.script', 10, 'foodnstuff', 90);\\n * ```\\n * @param script - Filename of script to execute.\\n * @param numThreads - Number of threads to spawn new script with. Will be rounded to nearest integer.\\n * @param args - Additional arguments to pass into the new script that is being run.\\n */\\n spawn(script: string, numThreads?: number, ...args: (string | number | boolean)[]): void;\\n\\n /**\\n * Terminate another script.\\n * @remarks\\n * RAM cost: 0.5 GB\\n *\\n * Kills the script on the target server specified by the script’s name and arguments.\\n * Remember that scripts are uniquely identified by both their name and arguments.\\n * For example, if `foo.script` is run with the argument 1, then this is not the same as\\n * `foo.script` run with the argument 2, even though they have the same code.\\n *\\n * @example\\n * ```ts\\n * // NS1:\\n * //The following example will try to kill a script named foo.script on the foodnstuff server that was ran with no arguments:\\n * kill(\\\"foo.script\\\", \\\"foodnstuff\\\");\\n *\\n * //The following will try to kill a script named foo.script on the current server that was ran with no arguments:\\n * kill(\\\"foo.script\\\", getHostname());\\n *\\n * //The following will try to kill a script named foo.script on the current server that was ran with the arguments 1 and “foodnstuff”:\\n * kill(\\\"foo.script\\\", getHostname(), 1, \\\"foodnstuff\\\");\\n * ```\\n * @example\\n * ```ts\\n * // NS2:\\n * //The following example will try to kill a script named foo.script on the foodnstuff server that was ran with no arguments:\\n * ns.kill(\\\"foo.script\\\", \\\"foodnstuff\\\");\\n *\\n * //The following will try to kill a script named foo.script on the current server that was ran with no arguments:\\n * ns.kill(\\\"foo.script\\\", getHostname());\\n *\\n * //The following will try to kill a script named foo.script on the current server that was ran with the arguments 1 and “foodnstuff”:\\n * ns.kill(\\\"foo.script\\\", getHostname(), 1, \\\"foodnstuff\\\");\\n * ```\\n * @param script - Filename or pid of the script to kill\\n * @param host - Hostname of the server on which to kill the script.\\n * @param args - Arguments to identify which script to kill.\\n * @returns True if the script is successfully killed, and false otherwise.\\n */\\n kill(script: number): boolean;\\n\\n /**\\n * {@inheritDoc NS.(kill:1)}\\n * @example\\n * ```ts\\n * // NS1:\\n * //The following example will try to kill a script named foo.script on the foodnstuff server that was ran with no arguments:\\n * kill(\\\"foo.script\\\", \\\"foodnstuff\\\");\\n *\\n * //The following will try to kill a script named foo.script on the current server that was ran with no arguments:\\n * kill(\\\"foo.script\\\", getHostname());\\n *\\n * //The following will try to kill a script named foo.script on the current server that was ran with the arguments 1 and “foodnstuff”:\\n * kill(\\\"foo.script\\\", getHostname(), 1, \\\"foodnstuff\\\");\\n * ```\\n * @example\\n * ```ts\\n * // NS2:\\n * //The following example will try to kill a script named foo.script on the foodnstuff server that was ran with no arguments:\\n * ns.kill(\\\"foo.script\\\", \\\"foodnstuff\\\");\\n *\\n * //The following will try to kill a script named foo.script on the current server that was ran with no arguments:\\n * ns.kill(\\\"foo.script\\\", getHostname());\\n *\\n * //The following will try to kill a script named foo.script on the current server that was ran with the arguments 1 and “foodnstuff”:\\n * ns.kill(\\\"foo.script\\\", getHostname(), 1, \\\"foodnstuff\\\");\\n * ```\\n */\\n kill(script: string, host: string, ...args: (string | number | boolean)[]): boolean;\\n\\n /**\\n * Terminate all scripts on a server.\\n * @remarks\\n * RAM cost: 0.5 GB\\n *\\n * Kills all running scripts on the specified server. This function returns true\\n * if any scripts were killed, and false otherwise. In other words, it will return\\n * true if there are any scripts running on the target server.\\n * If no host is defined, it will kill all scripts, where the script is running.\\n *\\n * @param host - IP or hostname of the server on which to kill all scripts.\\n * @param safetyguard - Skips the script that calls this function\\n * @returns True if any scripts were killed, and false otherwise.\\n */\\n killall(host?: string, safetyguard?: boolean): boolean;\\n\\n /**\\n * Terminates the current script immediately.\\n * @remarks\\n * RAM cost: 0 GB\\n */\\n exit(): never;\\n\\n /**\\n * Copy file between servers.\\n * @remarks\\n * RAM cost: 0.6 GB\\n *\\n * Copies a script or literature (.lit) file(s) to another server. The files argument can be either a string\\n * specifying a single file to copy, or an array of strings specifying multiple files to copy.\\n *\\n * @example\\n * ```ts\\n * // NS1:\\n * //Copies foo.lit from the helios server to the home computer:\\n * scp(\\\"foo.lit\\\", \\\"home\\\", \\\"helios\\\");\\n *\\n * //Tries to copy three files from rothman-uni to home computer:\\n * files = [\\\"foo1.lit\\\", \\\"foo2.script\\\", \\\"foo3.script\\\"];\\n * scp(files, \\\"home\\\", \\\"rothman-uni\\\");\\n * ```\\n * @example\\n * ```ts\\n * // NS2:\\n * //Copies foo.lit from the helios server to the home computer:\\n * ns.scp(\\\"foo.lit\\\", \\\"home\\\", \\\"helios\\\" );\\n *\\n * //Tries to copy three files from rothman-uni to home computer:\\n * files = [\\\"foo1.lit\\\", \\\"foo2.script\\\", \\\"foo3.script\\\"];\\n * ns.scp(files, \\\"home\\\", \\\"rothman-uni\\\");\\n * ```\\n * @example\\n * ```ts\\n * //ns2, copies files from home to a target server\\n * const server = ns.args[0];\\n * const files = [\\\"hack.js\\\",\\\"weaken.js\\\",\\\"grow.js\\\"];\\n * ns.scp(files, server, \\\"home\\\");\\n * ```\\n * @param files - Filename or an array of filenames of script/literature files to copy.\\n * @param destination - Host of the destination server, which is the server to which the file will be copied.\\n * @param source - Host of the source server, which is the server from which the file will be copied. This argument is optional and if it’s omitted the source will be the current server.\\n * @returns True if the file is successfully copied over and false otherwise. If the files argument is an array then this function will return false if any of the operations failed.\\n */\\n scp(files: string | string[], destination: string, source?: string): boolean;\\n\\n /**\\n * List files on a server.\\n * @remarks\\n * RAM cost: 0.2 GB\\n *\\n * Returns an array with the filenames of all files on the specified server\\n * (as strings). The returned array is sorted in alphabetic order.\\n *\\n * @param host - Host of the target server.\\n * @param grep - A substring to search for in the filename.\\n * @returns Array with the filenames of all files on the specified server.\\n */\\n ls(host: string, grep?: string): string[];\\n\\n /**\\n * List running scripts on a server.\\n * @remarks\\n * RAM cost: 0.2 GB\\n *\\n * Returns an array with general information about all scripts running on the specified target server.\\n *\\n * @example\\n * ```ts\\n * // NS1:\\n * var scripts = ps(\\\"home\\\");\\n * for (var i = 0; i < scripts.length; ++i) {\\n * tprint(scripts[i].filename + ' ' + scripts[i].threads);\\n * tprint(scripts[i].args);\\n * }\\n * ```\\n * @example\\n * ```ts\\n * // NS2:\\n * const ps = ns.ps(\\\"home\\\");\\n * for (let script of ps) {\\n * ns.tprint(`${script.filename} ${script.threads}`);\\n * ns.tprint(script.args);\\n * }\\n * ```\\n * @param host - Host address of the target server. If not specified, it will be the current server’s IP by default.\\n * @returns Array with general information about all scripts running on the specified target server.\\n */\\n ps(host?: string): ProcessInfo[];\\n\\n /**\\n * Check if your have root access on a server.\\n * @remarks\\n * RAM cost: 0.05 GB\\n *\\n * Returns a boolean indicating whether or not the player has root access to the specified target server.\\n *\\n * @example\\n * ```ts\\n * // NS1:\\n * if (hasRootAccess(\\\"foodnstuff\\\") == false) {\\n * nuke(\\\"foodnstuff\\\");\\n * }\\n * ```\\n * @example\\n * ```ts\\n * // NS2:\\n * if (ns.hasRootAccess(\\\"foodnstuff\\\") == false) {\\n * ns.nuke(\\\"foodnstuff\\\");\\n * }\\n * ```\\n * @param host - Host of the target server\\n * @returns True if player has root access to the specified target server, and false otherwise.\\n */\\n hasRootAccess(host: string): boolean;\\n\\n /**\\n * Returns a string with the hostname of the server that the script is running on.\\n *\\n * @remarks\\n * RAM cost: 0.05 GB\\n * @returns Hostname of the server that the script is on.\\n */\\n getHostname(): string;\\n\\n /**\\n * Returns the player’s current hacking level.\\n *\\n * @remarks\\n * RAM cost: 0.05 GB\\n * @returns Player’s current hacking level\\n */\\n getHackingLevel(): number;\\n\\n /**\\n * Get hacking related multipliers.\\n * @remarks\\n * RAM cost: 4 GB\\n *\\n * Returns an object containing the Player’s hacking related multipliers.\\n * These multipliers are returned in fractional forms, not percentages\\n * (e.g. 1.5 instead of 150%).\\n *\\n * @example\\n * ```ts\\n * // NS1:\\n * // Example of how this can be used:\\n * var mults = getHackingMultipliers();\\n * print(mults.chance);\\n * print(mults.growth);\\n * ```\\n * @example\\n * ```ts\\n * // NS2:\\n * // Example of how this can be used:\\n * const {chance, growth} = ns.getHackingMultipliers();\\n * print(chance);\\n * print(growth);\\n * ```\\n * @returns Object containing the Player’s hacking related multipliers.\\n */\\n getHackingMultipliers(): HackingMultipliers;\\n\\n /**\\n * Get hacknet related multipliers.\\n * @remarks\\n * RAM cost: 4 GB\\n *\\n * Returns an object containing the Player’s hacknet related multipliers.\\n * These multipliers are returned in fractional forms, not percentages\\n * (e.g. 1.5 instead of 150%).\\n *\\n * @example\\n * ```ts\\n * // NS1:\\n * // Example of how this can be used:\\n * var mults = getHacknetMultipliers();\\n * print(mults.production);\\n * print(mults.purchaseCost);\\n * ```\\n * @example\\n * ```ts\\n * // NS2:\\n * // Example of how this can be used:\\n * const {production, purchaseCost} = ns.getHacknetMultipliers();\\n * print(production);\\n * print(purchaseCost);\\n * ```\\n * @returns Object containing the Player’s hacknet related multipliers.\\n */\\n getHacknetMultipliers(): HacknetMultipliers;\\n\\n /**\\n * Returns a server object for the given server. Defaults to the running script's server if host is not specified.\\n *\\n * @remarks\\n * RAM cost: 2 GB\\n * @param host - Optional. Hostname for the requested server object.\\n * @returns The requested server object.\\n */\\n getServer(host?: string): Server;\\n\\n /**\\n * Get money available on a server.\\n * @remarks\\n * RAM cost: 0.1 GB\\n *\\n * Returns the amount of money available on a server.\\n * Running this function on the home computer will return the player’s money.\\n *\\n * @example\\n * ```ts\\n * // NS1:\\n * getServerMoneyAvailable(\\\"foodnstuff\\\");\\n * getServerMoneyAvailable(\\\"home\\\"); //Returns player's money\\n * ```\\n * @example\\n * ```ts\\n * // NS2:\\n * ns.getServerMoneyAvailable(\\\"foodnstuff\\\");\\n * ns.getServerMoneyAvailable(\\\"home\\\"); // Returns player's money\\n * ```\\n * @param host - Host of target server\\n * @returns Amount of money available on the server.\\n */\\n getServerMoneyAvailable(host: string): number;\\n\\n /**\\n * Get maximum money available on a server.\\n * @remarks\\n * RAM cost: 0.1 GB\\n *\\n * Returns the maximum amount of money that can be available on a server.\\n *\\n * @param host - Host of target server.\\n * @returns Maximum amount of money available on the server.\\n */\\n getServerMaxMoney(host: string): number;\\n\\n /**\\n * Get a server growth parameter.\\n * @remarks\\n * RAM cost: 0.1 GB\\n *\\n * Returns the server’s intrinsic “growth parameter”. This growth\\n * parameter is a number typically between 0 and 100 that represents\\n * how quickly the server’s money grows. This parameter affects the\\n * percentage by which the server’s money is increased when using the\\n * grow function. A higher growth parameter will result in a\\n * higher percentage increase from grow.\\n *\\n * @param host - Host of target server.\\n * @returns Parameter that affects the percentage by which the server’s money is increased when using the grow function.\\n */\\n getServerGrowth(host: string): number;\\n\\n /**\\n * Get server security level.\\n * @remarks\\n * RAM cost: 0.1 GB\\n *\\n * Returns the security level of the target server. A server’s security\\n * level is denoted by a number, typically between 1 and 100\\n * (but it can go above 100).\\n *\\n * @param host - Host of target server.\\n * @returns Security level of the target server.\\n */\\n getServerSecurityLevel(host: string): number;\\n\\n /**\\n * Returns the minimum security level of the target server.\\n *\\n * @remarks RAM cost: 0.1 GB\\n * @param host - Host of target server.\\n * @returns Minimum security level of the target server.\\n */\\n getServerMinSecurityLevel(host: string): number;\\n\\n /**\\n * @deprecated useless\\n * @remarks\\n * RAM cost: 0.1 GB\\n * Returns the base security level of the target server. This is the security\\n * level that the server starts out with. This is different than\\n * getServerSecurityLevel because getServerSecurityLevel returns\\n * the current security level of a server, which can constantly change due to\\n * hack, grow, and weaken, calls on that server.\\n * The base security level will stay the same until you reset by\\n * installing an Augmentation(s).\\n *\\n * @param host - Host of target server.\\n * @returns Base security level of the target server.\\n */\\n getServerBaseSecurityLevel(host: string): number;\\n\\n /**\\n * @deprecated use getServerMaxRam / getServerUsedRam\\n * @remarks\\n * RAM cost: 0.1 GB\\n *\\n * Returns an array with two elements that gives information about a server’s memory (RAM).\\n * The first element in the array is the amount of RAM that the server has total (in GB).\\n * The second element in the array is the amount of RAM that is currently being used on\\n * the server (in GB).\\n *\\n * @example\\n * ```ts\\n * // NS1:\\n * var serverRam = getServerRam(\\\"helios\\\");\\n * var totalRam = serverRam[0];\\n * var ramUsed = serverRam[1];\\n * ```\\n * @example\\n * ```ts\\n * // NS2:\\n * const [totalRam, ramUsed] = ns.getServerRam(\\\"helios\\\");\\n * ```\\n * @param host - Host of target server.\\n * @returns Array with total and used memory on the specified server, in GB.\\n */\\n getServerRam(host: string): [number, number];\\n\\n /**\\n * Get the max RAM on a server.\\n * @remarks\\n * RAM cost: 0.05 GB\\n *\\n * @param host - Hostname of the target server.\\n * @returns max ram (GB)\\n */\\n getServerMaxRam(host: string): number;\\n /**\\n * Get the used RAM on a server.\\n * @remarks\\n * RAM cost: 0.05 GB\\n *\\n * @param host - Hostname of the target server.\\n * @returns used ram (GB)\\n */\\n getServerUsedRam(host: string): number;\\n\\n /**\\n * Returns the required hacking level of the target server.\\n *\\n * @remarks RAM cost: 0.1 GB\\n * @param host - Host of target server.\\n * @returns The required hacking level of the target server.\\n */\\n getServerRequiredHackingLevel(host: string): number;\\n\\n /**\\n * Returns the number of open ports required to successfully run NUKE.exe on the specified server.\\n *\\n * @remarks RAM cost: 0.1 GB\\n * @param host - Host of target server.\\n * @returns The number of open ports required to successfully run NUKE.exe on the specified server.\\n */\\n getServerNumPortsRequired(host: string): number;\\n\\n /**\\n * Returns a boolean denoting whether or not the specified server exists.\\n *\\n * @remarks RAM cost: 0.1 GB\\n * @param host - Host of target server.\\n * @returns True if specified server exists, and false otherwise.\\n */\\n serverExists(host: string): boolean;\\n\\n /**\\n * Check if a file exists.\\n * @remarks\\n * RAM cost: 0.1 GB\\n *\\n * Returns a boolean indicating whether the specified file exists on the target server.\\n * The filename for scripts is case-sensitive, but for other types of files it is not.\\n * For example, fileExists(“brutessh.exe”) will work fine, even though the actual program\\n * is named 'BruteSSH.exe'.\\n *\\n * If the hostname/ip argument is omitted, then the function will search through the current\\n * server (the server running the script that calls this function) for the file.\\n *\\n * @example\\n * ```ts\\n * // NS1:\\n * //The function call will return true if the script named foo.script exists on the foodnstuff server, and false otherwise.\\n * fileExists(\\\"foo.script\\\", \\\"foodnstuff\\\");\\n *\\n * //The function call will return true if the current server contains the FTPCrack.exe program, and false otherwise.\\n * fileExists(\\\"ftpcrack.exe\\\");\\n * ```\\n * * @example\\n * ```ts\\n * // NS2:\\n * // The function call will return true if the script named foo.script exists on the foodnstuff server, and false otherwise.\\n * ns.fileExists(\\\"foo.script\\\", \\\"foodnstuff\\\");\\n *\\n * // The function call will return true if the current server contains the FTPCrack.exe program, and false otherwise.\\n * ns.fileExists(\\\"ftpcrack.exe\\\");\\n * ```\\n * @param filename - Filename of file to check.\\n * @param host - Host of target server. This is optional. If it is not specified then the function will use the current server as the target server.\\n * @returns True if specified file exists, and false otherwise.\\n */\\n fileExists(filename: string, host?: string): boolean;\\n\\n /**\\n * Check if a script is running.\\n * @remarks\\n * RAM cost: 0.1 GB\\n *\\n * Returns a boolean indicating whether the specified script is running on the target server.\\n * If you use a PID instead of a filename, the hostname and args parameters are unnecessary.\\n * Remember that a script is uniquely identified by both its name and its arguments.\\n *\\n * @example\\n * ```ts\\n * // NS1:\\n * //The function call will return true if there is a script named foo.script with no arguments running on the foodnstuff server, and false otherwise:\\n * isRunning(\\\"foo.script\\\", \\\"foodnstuff\\\");\\n *\\n * //The function call will return true if there is a script named foo.script with no arguments running on the current server, and false otherwise:\\n * isRunning(\\\"foo.script\\\", getHostname());\\n *\\n * //The function call will return true if there is a script named foo.script running with the arguments 1, 5, and “test” (in that order) on the joesguns server, and false otherwise:\\n * isRunning(\\\"foo.script\\\", \\\"joesguns\\\", 1, 5, \\\"test\\\");\\n * ```\\n * @example\\n * ```ts\\n * // NS2:\\n * //The function call will return true if there is a script named foo.script with no arguments running on the foodnstuff server, and false otherwise:\\n * ns.isRunning(\\\"foo.script\\\", \\\"foodnstuff\\\");\\n *\\n * //The function call will return true if there is a script named foo.script with no arguments running on the current server, and false otherwise:\\n * ns.isRunning(\\\"foo.script\\\", ns.getHostname());\\n *\\n * //The function call will return true if there is a script named foo.script running with the arguments 1, 5, and “test” (in that order) on the joesguns server, and false otherwise:\\n * ns.isRunning(\\\"foo.script\\\", \\\"joesguns\\\", 1, 5, \\\"test\\\");\\n * ```\\n * @param script - Filename or PID of script to check. This is case-sensitive.\\n * @param host - Host of target server.\\n * @param args - Arguments to specify/identify which scripts to search for.\\n * @returns True if specified script is running on the target server, and false otherwise.\\n */\\n isRunning(script: FilenameOrPID, host?: string, ...args: (string | number | boolean)[]): boolean;\\n\\n /**\\n * Get general info about a running script.\\n * @remarks\\n * RAM cost: 0.3 GB\\n *\\n * Running with no args returns current script.\\n * If you use a PID as the first parameter, the hostname and args parameters are unnecessary.\\n *\\n * @param filename - Optional. Filename or PID of the script.\\n * @param hostname - Optional. Name of host server the script is running on.\\n * @param args - Arguments to identify the script\\n * @returns The info about the running script if found, and null otherwise.\\n */\\n getRunningScript(\\n filename?: FilenameOrPID,\\n hostname?: string,\\n ...args: (string | number | boolean)[]\\n ): RunningScript | null;\\n\\n /**\\n * Get cost of purchasing a server.\\n * @remarks\\n * RAM cost: 0.25 GB\\n *\\n * Returns the cost to purchase a server with the specified amount of ram.\\n *\\n * @example\\n * ```ts\\n * // NS1:\\n * for (i = 1; i <= 20; i++) {\\n * tprint(i + \\\" -- \\\" + getPurchasedServerCost(Math.pow(2, i)));\\n * }\\n * ```\\n * @example\\n * ```ts\\n * // NS2:\\n * for (i = 1; i <= 20; i++) {\\n * ns.tprint(i + \\\" -- \\\" + ns.getPurchasedServerCost(Math.pow(2, i)));\\n * }\\n * ```\\n * @param ram - Amount of RAM of a potential purchased server, in GB. Must be a power of 2 (2, 4, 8, 16, etc.). Maximum value of 1048576 (2^20).\\n * @returns The cost to purchase a server with the specified amount of ram.\\n */\\n getPurchasedServerCost(ram: number): number;\\n\\n /**\\n * Purchase a server.\\n * @remarks\\n * 2.25 GB\\n *\\n * Purchased a server with the specified hostname and amount of RAM.\\n *\\n * The hostname argument can be any data type, but it will be converted to a string\\n * and have whitespace removed. Anything that resolves to an empty string will cause\\n * the function to fail. If there is already a server with the specified hostname,\\n * then the function will automatically append a number at the end of the hostname\\n * argument value until it finds a unique hostname. For example, if the script calls\\n * `purchaseServer(“foo”, 4)` but a server named “foo” already exists, the it will\\n * automatically change the hostname to `foo-0`. If there is already a server with the\\n * hostname `foo-0`, then it will change the hostname to `foo-1`, and so on.\\n *\\n * Note that there is a maximum limit to the amount of servers you can purchase.\\n *\\n * Returns the hostname of the newly purchased server as a string. If the function\\n * fails to purchase a server, then it will return an empty string. The function will\\n * fail if the arguments passed in are invalid, if the player does not have enough\\n * money to purchase the specified server, or if the player has exceeded the maximum\\n * amount of servers.\\n *\\n * @example\\n * ```ts\\n * // NS1:\\n * var ram = 64;\\n * var prefix = \\\"pserv-\\\";\\n * for (i = 0; i < 5; ++i) {\\n * purchaseServer(prefix + i, ram);\\n * }\\n * ```\\n * @example\\n * ```ts\\n * // NS2:\\n * const ram = 64;\\n * const prefix = \\\"pserv-\\\";\\n * for (i = 0; i < 5; ++i) {\\n * ns.purchaseServer(prefix + i, ram);\\n * }\\n * ```\\n * @param hostname - Host of the purchased server.\\n * @param ram - Amount of RAM of the purchased server, in GB. Must be a power of 2 (2, 4, 8, 16, etc.). Maximum value of 1048576 (2^20).\\n * @returns The hostname of the newly purchased server.\\n */\\n purchaseServer(hostname: string, ram: number): string;\\n\\n /**\\n * Get cost of upgrading a purchased server to the given ram.\\n * @remarks\\n * RAM cost: 0.1 GB\\n *\\n * @param hostname - Hostname of the server to upgrade.\\n * @param ram - Amount of RAM of the purchased server, in GB. Must be a power of 2 (2, 4, 8, 16, etc.). Maximum value of 1048576 (2^20).\\n * @returns The price to upgrade.\\n */\\n getPurchasedServerUpgradeCost(hostname: string, ram: number): number;\\n\\n /**\\n * Upgrade a purchased servers ram.\\n * @remarks\\n * RAM cost: 0.25 GB\\n *\\n * @param hostname - Hostname of the server to upgrade.\\n * @param ram - Amount of RAM of the purchased server, in GB. Must be a power of 2 (2, 4, 8, 16, etc.). Maximum value of 1048576 (2^20).\\n * @returns True if the upgrade succeeded.\\n */\\n upgradePurchasedServer(hostname: string, ram: number): boolean;\\n\\n /**\\n * Rename a purchased server.\\n * @remarks\\n * RAM cost: 2.00 GB\\n *\\n * @param hostname - current server hostname\\n * @param newName - new server hostname\\n * @returns True if the upgrade succeeded.\\n */\\n renamePurchasedServer(hostname: string, newName: string): boolean;\\n\\n /**\\n * Delete a purchased server.\\n * @remarks\\n * 2.25 GB\\n *\\n * Deletes one of your purchased servers, which is specified by its hostname.\\n *\\n * The hostname argument can be any data type, but it will be converted to a string.\\n * Whitespace is automatically removed from the string. This function will not delete a\\n * server that still has scripts running on it.\\n *\\n * @param host - Host of the server to delete.\\n * @returns True if successful, and false otherwise.\\n */\\n deleteServer(host: string): boolean;\\n\\n /**\\n * Returns an array with the hostnames of all of the servers you have purchased.\\n *\\n * @remarks 2.25 GB\\n * @returns Returns an array with the hostnames of all of the servers you have purchased.\\n */\\n getPurchasedServers(): string[];\\n\\n /**\\n * Returns the maximum number of servers you can purchase.\\n *\\n * @remarks RAM cost: 0.05 GB\\n * @returns Returns the maximum number of servers you can purchase.\\n */\\n getPurchasedServerLimit(): number;\\n\\n /**\\n * Returns the maximum RAM that a purchased server can have.\\n *\\n * @remarks RAM cost: 0.05 GB\\n * @returns Returns the maximum RAM (in GB) that a purchased server can have.\\n */\\n getPurchasedServerMaxRam(): number;\\n\\n /**\\n * Write data to a file.\\n * @remarks\\n * RAM cost: 0 GB\\n *\\n * This function can be used to write data to a text file (.txt) or a script (.js or .script).\\n *\\n * This function will write data to that file. If the specified file does not exist,\\n * then it will be created. The third argument mode, defines how the data will be written to\\n * the file. If *mode is set to “w”, then the data is written in “write” mode which means\\n * that it will overwrite all existing data on the file. If mode is set to any other value\\n * then the data will be written in “append” mode which means that the data will be added at the\\n * end of the file.\\n *\\n * @param filename - Name of the file to be written to.\\n * @param data - Data to write.\\n * @param mode - Defines the write mode.\\n */\\n write(filename: string, data?: string[] | number | string, mode?: \\\"w\\\" | \\\"a\\\"): void;\\n\\n /**\\n * Attempt to write to a port.\\n * @remarks\\n * RAM cost: 0 GB\\n *\\n * Attempts to write data to the specified Netscript Port.\\n * If the port is full, the data will not be written.\\n * Otherwise, the data will be written normally.\\n *\\n * @param port - Port or text file that will be written to.\\n * @param data - Data to write.\\n * @returns True if the data is successfully written to the port, and false otherwise.\\n */\\n tryWritePort(port: number, data: string | number): boolean;\\n\\n /**\\n * Read content of a file.\\n * @remarks\\n * RAM cost: 0 GB\\n *\\n * This function is used to read data from a text file (.txt) or script (.script, .js).\\n *\\n * This function will return the data in the specified file.\\n * If the file does not exist, an empty string will be returned.\\n *\\n * @param filename - Name of the file to be read.\\n * @returns Data in the specified text file.\\n */\\n read(filename: string): string;\\n\\n /**\\n * Get a copy of the data from a port without popping it.\\n * @remarks\\n * RAM cost: 0 GB\\n *\\n * This function is used to peek at the data from a port. It returns the\\n * first element in the specified port without removing that element. If\\n * the port is empty, the string “NULL PORT DATA” will be returned.\\n *\\n * @param port - Port to peek. Must be an integer between 1 and 20.\\n * @returns Data in the specified port.\\n */\\n peek(port: number): PortData;\\n\\n /**\\n * Clear data from a file.\\n * @remarks\\n * RAM cost: 0 GB\\n *\\n * Delete all data from that text file.\\n *\\n * @param handle - Text file to clear.\\n */\\n clear(handle: string): void;\\n\\n /**\\n * Clear data from a port.\\n * @remarks\\n * RAM cost: 0 GB\\n *\\n * Delete all data from the underlying queue.\\n *\\n * @param handle - Port to clear.\\n */\\n clearPort(handle: number): void;\\n\\n /**\\n * Write data to a port.\\n * @remarks\\n * RAM cost: 0 GB\\n *\\n * Write data to that netscript port.\\n * @returns The data popped off the queue if it was full.\\n */\\n writePort(port: number, data: string | number): Promise;\\n /**\\n * Read data from a port.\\n * @remarks\\n * RAM cost: 0 GB\\n *\\n * Read data from that port. A port is a serialized queue.\\n * This function will remove the first element from that queue and return it.\\n * If the queue is empty, then the string “NULL PORT DATA” will be returned.\\n * @returns the data read.\\n */\\n readPort(port: number): PortData;\\n\\n /**\\n * Get all data on a port.\\n * @remarks\\n * RAM cost: 0 GB\\n *\\n * Get a handle to a Netscript Port.\\n *\\n * WARNING: Port Handles only work in NetscriptJS (Netscript 2.0). They will not work in Netscript 1.0.\\n *\\n * @see https://bitburner.readthedocs.io/en/latest/netscript/netscriptmisc.html#netscript-ports\\n * @param port - Port number. Must be an integer between 1 and 20.\\n */\\n getPortHandle(port: number): NetscriptPort;\\n\\n /**\\n * Delete a file.\\n * @remarks\\n * RAM cost: 1 GB\\n *\\n * Removes the specified file from the current server. This function works for every file\\n * type except message (.msg) files.\\n *\\n * @param name - Filename of file to remove. Must include the extension.\\n * @param host - Host Address of the server on which to delete the file. Optional. Defaults to current server.\\n * @returns True if it successfully deletes the file, and false otherwise.\\n */\\n rm(name: string, host?: string): boolean;\\n\\n /**\\n * Check if any script with a filename is running.\\n * @remarks\\n * RAM cost: 1 GB\\n *\\n * Returns a boolean indicating whether any instance of the specified script is running\\n * on the target server, regardless of its arguments.\\n *\\n * This is different than the isRunning function because it does not try to\\n * identify a specific instance of a running script by its arguments.\\n *\\n * @example\\n * ```ts\\n * // NS1:\\n * //The function call will return true if there is any script named foo.script running on the foodnstuff server, and false otherwise:\\n * scriptRunning(\\\"foo.script\\\", \\\"foodnstuff\\\");\\n *\\n * //The function call will return true if there is any script named “foo.script” running on the current server, and false otherwise:\\n * scriptRunning(\\\"foo.script\\\", getHostname());\\n * ```\\n * * @example\\n * ```ts\\n * // NS2:\\n * //The function call will return true if there is any script named foo.script running on the foodnstuff server, and false otherwise:\\n * ns.scriptRunning(\\\"foo.script\\\", \\\"foodnstuff\\\");\\n *\\n * //The function call will return true if there is any script named “foo.script” running on the current server, and false otherwise:\\n * ns.scriptRunning(\\\"foo.script\\\", ns.getHostname());\\n * ```\\n * @param script - Filename of script to check. This is case-sensitive.\\n * @param host - Host of target server.\\n * @returns True if the specified script is running, and false otherwise.\\n */\\n scriptRunning(script: string, host: string): boolean;\\n\\n /**\\n * Kill all scripts with a filename.\\n * @remarks\\n * RAM cost: 1 GB\\n *\\n * Kills all scripts with the specified filename on the target server specified by hostname,\\n * regardless of arguments.\\n *\\n * @param script - Filename of script to kill. This is case-sensitive.\\n * @param host - Host of target server.\\n * @returns true if one or more scripts were successfully killed, and false if none were.\\n */\\n scriptKill(script: string, host: string): boolean;\\n\\n /**\\n * Returns the current script name.\\n *\\n * @remarks RAM cost: 0 GB\\n * @returns Current script name.\\n */\\n getScriptName(): string;\\n\\n /**\\n * Get the ram cost of a script.\\n * @remarks\\n * RAM cost: 0.1 GB\\n *\\n * Returns the amount of RAM required to run the specified script on the target server.\\n * Returns 0 if the script does not exist.\\n *\\n * @param script - Filename of script. This is case-sensitive.\\n * @param host - Host of target server the script is located on. This is optional, if it is not specified then the function will use the current server as the target server.\\n * @returns Amount of RAM (in GB) required to run the specified script on the target server, and 0 if the script does not exist.\\n */\\n getScriptRam(script: string, host?: string): number;\\n\\n /**\\n * Get the execution time of a hack() call.\\n * @remarks\\n * RAM cost: 0.05 GB\\n *\\n * When `hack` completes an amount of money is stolen depending on the player's skills.\\n * Returns the amount of time in milliseconds it takes to execute the hack Netscript function on the target server.\\n * The required time is increased by the security level of the target server and decreased by the player's hacking level.\\n *\\n * @param host - Host of target server.\\n * @returns Returns the amount of time in milliseconds it takes to execute the hack Netscript function.\\n */\\n getHackTime(host: string): number;\\n\\n /**\\n * Get the execution time of a grow() call.\\n * @remarks\\n * RAM cost: 0.05 GB\\n *\\n * Returns the amount of time in milliseconds it takes to execute the grow Netscript function on the target server.\\n * The required time is increased by the security level of the target server and decreased by the player's hacking level.\\n *\\n * @param host - Host of target server.\\n * @returns Returns the amount of time in milliseconds it takes to execute the grow Netscript function.\\n */\\n getGrowTime(host: string): number;\\n\\n /**\\n * Get the execution time of a weaken() call.\\n * @remarks\\n * RAM cost: 0.05 GB\\n *\\n * Returns the amount of time in milliseconds it takes to execute the weaken Netscript function on the target server.\\n * The required time is increased by the security level of the target server and decreased by the player's hacking level.\\n *\\n * @param host - Host of target server.\\n * @returns Returns the amount of time in milliseconds it takes to execute the weaken Netscript function.\\n */\\n getWeakenTime(host: string): number;\\n\\n /**\\n * Get the income of all script.\\n * @remarks\\n * RAM cost: 0.1 GB\\n *\\n * @returns an array of two values.\\n * The first value is the total income (dollar / second) of all of your active scripts\\n * (scripts that are currently running on any server).\\n * The second value is the total income (dollar / second) that you’ve earned from scripts\\n * since you last installed Augmentations.\\n */\\n getTotalScriptIncome(): [number, number];\\n\\n /**\\n * Get the income of a script.\\n * @remarks\\n * RAM cost: 0.1 GB\\n *\\n * Returns the amount of income the specified script generates while online\\n * (when the game is open, does not apply for offline income). Remember that\\n * a script is uniquely identified by both its name and its arguments. So for\\n * example if you ran a script with the arguments “foodnstuff” and “5” then\\n * in order to use this function to get that script’s income you must specify\\n * those same arguments in the same order in this function call.\\n *\\n * @param script - Filename of script.\\n * @param host - Server on which script is running.\\n * @param args - Arguments that the script is running with.\\n * @returns Amount of income the specified script generates while online.\\n */\\n getScriptIncome(script: string, host: string, ...args: (string | number | boolean)[]): number;\\n\\n /**\\n * Get the exp gain of all script.\\n * @remarks\\n * RAM cost: 0.1 GB\\n *\\n * @returns total experience gain rate of all of your active scripts.\\n */\\n getTotalScriptExpGain(): number;\\n\\n /**\\n * Get the exp gain of a script.\\n * @remarks\\n * RAM cost: 0.1 GB\\n *\\n * Returns the amount of hacking experience the specified script generates while online\\n * (when the game is open, does not apply for offline experience gains). Remember that a\\n * script is uniquely identified by both its name and its arguments.\\n *\\n * This function can also return the total experience gain rate of all of your active\\n * scripts by running the function with no arguments.\\n *\\n * @param script - Filename of script.\\n * @param host - Server on which script is running.\\n * @param args - Arguments that the script is running with.\\n * @returns Amount of hacking experience the specified script generates while online.\\n */\\n getScriptExpGain(script: string, host: string, ...args: (string | number | boolean)[]): number;\\n\\n /**\\n * Returns the amount of time in milliseconds that have passed since you last installed Augmentations.\\n *\\n * @remarks RAM cost: 0.05 GB\\n * @returns Time in milliseconds that have passed since you last installed Augmentations.\\n */\\n getTimeSinceLastAug(): number;\\n\\n /**\\n * Format a string.\\n *\\n * @remarks\\n * RAM cost: 0 GB\\n *\\n * see: https://github.com/alexei/sprintf.js\\n * @param format - String to format.\\n * @param args - Formatting arguments.\\n * @returns Formatted text.\\n */\\n sprintf(format: string, ...args: any[]): string;\\n\\n /**\\n * Format a string with an array of arguments.\\n * @remarks\\n * RAM cost: 0 GB\\n *\\n * see: https://github.com/alexei/sprintf.js\\n * @param format - String to format.\\n * @param args - Formatting arguments.\\n * @returns Formatted text.\\n */\\n vsprintf(format: string, args: any[]): string;\\n\\n /**\\n * Format a number\\n * @remarks\\n * RAM cost: 0 GB\\n *\\n * Converts a number into a string with the specified formatter.\\n * This uses the numeral.js library, so the formatters must be compatible with that.\\n * This is the same function that the game itself uses to display numbers.\\n *\\n * see: http://numeraljs.com/\\n * @param n - Number to format.\\n * @param format - Formatter.\\n * @returns Formatted number.\\n */\\n nFormat(n: number, format: string): string;\\n\\n /**\\n * Format time to readable string\\n * @remarks\\n * RAM cost: 0 GB\\n *\\n * @param milliseconds - Number of millisecond to format.\\n * @param milliPrecision - Format time with subsecond precision, defaults to false.\\n * @returns The formatted time.\\n */\\n tFormat(milliseconds: number, milliPrecision?: boolean): string;\\n\\n /**\\n * Prompt the player with an input modal.\\n * @remarks\\n * RAM cost: 0 GB\\n *\\n * Prompts the player with a dialog box. If `options.type` is undefined or \\\"boolean\\\",\\n * the player is shown \\\"Yes\\\" and \\\"No\\\" prompts, which return true and false respectively.\\n * Passing a type of \\\"text\\\" will give the player a text field and a value of \\\"select\\\"\\n * will show a drop-down field. Choosing type \\\"select\\\" will require an array or object\\n * to be passed via the `options.choices` property.\\n * The script’s execution is halted until the player selects one of the options.\\n *\\n * @param txt - Text to appear in the prompt dialog box.\\n * @param options - Options to modify the prompt the player is shown.\\n * @returns True if the player click “Yes”; false if the player clicks “No”; or the value entered by the player.\\n */\\n prompt(\\n txt: string,\\n options?: { type?: \\\"boolean\\\" | \\\"text\\\" | \\\"select\\\" | undefined; choices?: string[] },\\n ): Promise;\\n\\n /**\\n * Open up a message box.\\n * @param msg - Message to alert.\\n */\\n alert(msg: string): void;\\n\\n /**\\n * Queue a toast (bottom-right notification).\\n * @param msg - Message in the toast.\\n * @param variant - Type of toast, must be one of success, info, warning, error. Defaults to success.\\n * @param duration - Duration of toast in ms. Can also be `null` to create a persistent toast. Defaults to 2000\\n */\\n toast(msg: string, variant?: ToastVariant, duration?: number | null): void;\\n\\n /**\\n * Download a file from the internet.\\n * @remarks\\n * RAM cost: 0 GB\\n *\\n * Retrieves data from a URL and downloads it to a file on the specified server.\\n * The data can only be downloaded to a script (.script, .js) or a text file (.txt).\\n * If the file already exists, it will be overwritten by this command.\\n * Note that it will not be possible to download data from many websites because they\\n * do not allow cross-origin resource sharing (CORS).\\n *\\n * IMPORTANT: This is an asynchronous function that returns a Promise.\\n * The Promise’s resolved value will be a boolean indicating whether or not the data was\\n * successfully retrieved from the URL. Because the function is async and returns a Promise,\\n * it is recommended you use wget in NetscriptJS (Netscript 2.0).\\n *\\n * In NetscriptJS, you must preface any call to wget with the await keyword (like you would hack or sleep).\\n * wget will still work in Netscript 1.0, but the functions execution will not be synchronous\\n * (i.e. it may not execute when you expect/want it to).\\n * Furthermore, since Promises are not supported in ES5,\\n * you will not be able to process the returned value of wget in Netscript 1.0.\\n *\\n * @example\\n * ```ts\\n * // NS1:\\n * wget(\\\"https://raw.githubusercontent.com/danielyxie/bitburner/master/README.md\\\", \\\"game_readme.txt\\\");\\n * ```\\n * @example\\n * ```ts\\n * // NS2:\\n * await ns.wget(\\\"https://raw.githubusercontent.com/danielyxie/bitburner/master/README.md\\\", \\\"game_readme.txt\\\");\\n * ```\\n * @param url - URL to pull data from.\\n * @param target - Filename to write data to. Must be script or text file.\\n * @param host - Optional hostname/ip of server for target file.\\n * @returns True if the data was successfully retrieved from the URL, false otherwise.\\n */\\n wget(url: string, target: string, host?: string): Promise;\\n\\n /**\\n * Returns the amount of Faction favor required to be able to donate to a faction.\\n *\\n * @remarks RAM cost: 0.1 GB\\n * @returns Amount of Faction favor required to be able to donate to a faction.\\n */\\n getFavorToDonate(): number;\\n\\n /**\\n * Get the current Bitnode multipliers.\\n * @remarks\\n * RAM cost: 4 GB\\n *\\n * Returns an object containing the current BitNode multipliers.\\n * This function requires you to be in Bitnode 5 or have Source-File 5 in order to run.\\n * The multipliers are returned in decimal forms (e.g. 1.5 instead of 150%).\\n * The multipliers represent the difference between the current BitNode and\\n * the original BitNode (BitNode-1).\\n *\\n * For example, if the CrimeMoney multiplier has a value of 0.1, then that means\\n * that committing crimes in the current BitNode will only give 10% of the money\\n * you would have received in BitNode-1.\\n *\\n * @example\\n * ```ts\\n * // NS1:\\n * var mults = getBitNodeMultipliers();\\n * print(mults.ServerMaxMoney);\\n * print(mults.HackExpGain);\\n * ```\\n * @example\\n * ```ts\\n * // NS2:\\n * const {ServerMaxMoney, HackExpGain} = ns.getBitNodeMultipliers();\\n * print(ServerMaxMoney);\\n * print(HackExpGain);\\n * ```\\n * @returns Object containing the current BitNode multipliers.\\n */\\n getBitNodeMultipliers(): BitNodeMultipliers;\\n\\n /**\\n * Get information about the player.\\n * @remarks\\n * RAM cost: 0.5 GB\\n *\\n * Returns an object with information on the current player.\\n *\\n * @returns Player info\\n */\\n getPlayer(): Player;\\n\\n /**\\n * Add callback function when the script dies\\n * @remarks\\n * RAM cost: 0 GB\\n *\\n * NS2 exclusive\\n *\\n * Add callback to be executed when the script dies.\\n */\\n atExit(f: () => void): void;\\n\\n /**\\n * Move a file on the target server.\\n * @remarks\\n * RAM cost: 0 GB\\n *\\n * NS2 exclusive\\n *\\n * Move the source file to the specified destination on the target server.\\n *\\n * This command only works for scripts and text files (.txt). It cannot, however, be used\\n * to convert from script to text file, or vice versa.\\n *\\n * This function can also be used to rename files.\\n *\\n * @param host - Host of target server.\\n * @param source - Filename of the source file.\\n * @param destination - Filename of the destination file.\\n */\\n mv(host: string, source: string, destination: string): void;\\n\\n /**\\n * Parse command line flags.\\n * @remarks\\n * RAM cost: 0 GB\\n *\\n * Allows unix like flag parsing.\\n * @example\\n * ```ts\\n * // example.script\\n * var data = flags([\\n * ['delay', 0], // a default number means this flag is a number\\n * ['server', 'foodnstuff'], // a default string means this flag is a string\\n * ['exclude', []], // a default array means this flag is a default array of string\\n * ['help', false], // a default boolean means this flag is a boolean\\n * ]);\\n * tprint(data);\\n *\\n * // example.js\\n * export async function main(ns) {\\n * const data = ns.flags([\\n * ['delay', 0], // a default number means this flag is a number\\n * ['server', 'foodnstuff'], // a default string means this flag is a string\\n * ['exclude', []], // a default array means this flag is a default array of string\\n * ['help', false], // a default boolean means this flag is a boolean\\n * ]);\\n * ns.tprint(data);\\n * }\\n *\\n * // [home ~/]> run example.script\\n * // {\\\"_\\\":[],\\\"delay\\\":0,\\\"server\\\":\\\"foodnstuff\\\",\\\"exclude\\\":[],\\\"help\\\":false}\\n * // [home ~/]> run example.script --delay 3000\\n * // {\\\"_\\\":[],\\\"server\\\":\\\"foodnstuff\\\",\\\"exclude\\\":[],\\\"help\\\":false,\\\"delay\\\":3000}\\n * // [home ~/]> run example.script --delay 3000 --server harakiri-sushi\\n * // {\\\"_\\\":[],\\\"exclude\\\":[],\\\"help\\\":false,\\\"delay\\\":3000,\\\"server\\\":\\\"harakiri-sushi\\\"}\\n * // [home ~/]> run example.script --delay 3000 --server harakiri-sushi hello world\\n * // {\\\"_\\\":[\\\"hello\\\",\\\"world\\\"],\\\"exclude\\\":[],\\\"help\\\":false,\\\"delay\\\":3000,\\\"server\\\":\\\"harakiri-sushi\\\"}\\n * // [home ~/]> run example.script --delay 3000 --server harakiri-sushi hello world --exclude a --exclude b\\n * // {\\\"_\\\":[\\\"hello\\\",\\\"world\\\"],\\\"help\\\":false,\\\"delay\\\":3000,\\\"server\\\":\\\"harakiri-sushi\\\",\\\"exclude\\\":[\\\"a\\\",\\\"b\\\"]}\\n * // [home ~/]> run example.script --help\\n * // {\\\"_\\\":[],\\\"delay\\\":0,\\\"server\\\":\\\"foodnstuff\\\",\\\"exclude\\\":[],\\\"help\\\":true}\\n * ```\\n */\\n flags(schema: [string, string | number | boolean | string[]][]): { [key: string]: ScriptArg | string[] };\\n\\n /**\\n * Share your computer with your factions.\\n * @remarks\\n * RAM cost: 2.4 GB\\n *\\n * Increases your rep gain of hacking contracts while share is called.\\n * Scales with thread count.\\n */\\n share(): Promise;\\n\\n /**\\n * Calculate your share power. Based on all the active share calls.\\n * @remarks\\n * RAM cost: 0.2 GB\\n */\\n getSharePower(): number;\\n\\n enums: NSEnums;\\n}\\n\\ndeclare const enums = {\\n toast: {\\n SUCCESS: \\\"success\\\",\\n WARNING: \\\"warning\\\",\\n ERROR: \\\"error\\\",\\n INFO: \\\"info\\\",\\n },\\n} as const;\\ntype ToastVariant = ValuesFrom;\\n\\nexport type NSEnums = typeof enums;\\n/**\\n * Corporation Office API\\n * @remarks\\n * requires the Office API upgrade from your corporation.\\n * @public\\n */\\nexport interface OfficeAPI {\\n /**\\n * Assign an employee to a job.\\n * @param divisionName - Name of the division\\n * @param cityName - Name of the city\\n * @param employeeName - name of the employee\\n * @param job - Name of the job.\\n */\\n assignJob(divisionName: string, cityName: string, employeeName: string, job: string): void;\\n /**\\n * Hire an employee.\\n * @param divisionName - Name of the division\\n * @param cityName - Name of the city\\n * @returns The newly hired employee, if any\\n */\\n hireEmployee(divisionName: string, cityName: string): Employee | undefined;\\n /**\\n * Upgrade office size.\\n * @param divisionName - Name of the division\\n * @param cityName - Name of the city\\n * @param size - Amount of positions to open\\n */\\n upgradeOfficeSize(divisionName: string, cityName: string, size: number): void;\\n /**\\n * Throw a party for your employees\\n * @param divisionName - Name of the division\\n * @param cityName - Name of the city\\n * @param costPerEmployee - Amount to spend per employee.\\n * @returns Multiplier for happiness and morale, or zero on failure\\n */\\n throwParty(divisionName: string, cityName: string, costPerEmployee: number): number;\\n /**\\n * Buy coffee for your employees\\n * @param divisionName - Name of the division\\n * @param cityName - Name of the city\\n * @returns true if buying coffee was successful, false otherwise\\n */\\n buyCoffee(divisionName: string, cityName: string): boolean;\\n /**\\n * Hire AdVert.\\n * @param divisionName - Name of the division\\n */\\n hireAdVert(divisionName: string): void;\\n /**\\n * Purchase a research\\n * @param divisionName - Name of the division\\n * @param researchName - Name of the research\\n */\\n research(divisionName: string, researchName: string): void;\\n /**\\n * Get data about an office\\n * @param divisionName - Name of the division\\n * @param cityName - Name of the city\\n * @returns Office data\\n */\\n getOffice(divisionName: string, cityName: string): Office;\\n /**\\n * Get data about an employee\\n * @param divisionName - Name of the division\\n * @param cityName - Name of the city\\n * @param employeeName - Name of the employee\\n * @returns Employee data\\n */\\n getEmployee(divisionName: string, cityName: string, employeeName: string): Employee;\\n /**\\n * Get the cost to Hire AdVert\\n * @param divisionName - Name of the division\\n * @returns Cost\\n */\\n getHireAdVertCost(divisionName: string): number;\\n /**\\n * Get the number of times you have Hired AdVert\\n * @param divisionName - Name of the division\\n * @returns Number of times you have Hired AdVert\\n */\\n getHireAdVertCount(adivisionName: string): number;\\n /**\\n * Get the cost to unlock research\\n * @param divisionName - Name of the division\\n * @param researchName - Name of the research\\n * @returns cost\\n */\\n getResearchCost(divisionName: string, researchName: string): number;\\n /**\\n * Gets if you have unlocked a research\\n * @param divisionName - Name of the division\\n * @param researchName - Name of the research\\n * @returns true is unlocked, false if not\\n */\\n hasResearched(divisionName: string, researchName: string): boolean;\\n /**\\n * Set the auto job assignment for a job\\n * @param divisionName - Name of the division\\n * @param cityName - Name of the city\\n * @param job - Name of the job\\n * @param amount - Number of employees to assign to that job\\n * @returns true if the employee count reached the target amount, false if not\\n */\\n setAutoJobAssignment(divisionName: string, cityName: string, job: string, amount: number): boolean;\\n /**\\n * Cost to Upgrade office size.\\n * @param divisionName - Name of the division\\n * @param cityName - Name of the city\\n * @param size - Amount of positions to open\\n * @returns Cost of upgrading the office\\n */\\n getOfficeSizeUpgradeCost(divisionName: string, cityName: string, asize: number): number;\\n}\\n\\n/**\\n * Corporation Warehouse API\\n * @remarks\\n * Requires the Warehouse API upgrade from your corporation.\\n * @public\\n */\\nexport interface WarehouseAPI {\\n /**\\n * Set material sell data.\\n * @param divisionName - Name of the division\\n * @param cityName - Name of the city\\n * @param materialName - Name of the material\\n * @param amt - Amount to sell, can be \\\"MAX\\\"\\n * @param price - Price to sell, can be \\\"MP\\\"\\n */\\n sellMaterial(divisionName: string, cityName: string, materialName: string, amt: string, price: string): void;\\n /**\\n * Set product sell data.\\n * @param divisionName - Name of the division\\n * @param cityName - Name of the city\\n * @param productName - Name of the product\\n * @param amt - Amount to sell, can be \\\"MAX\\\"\\n * @param price - Price to sell, can be \\\"MP\\\"\\n * @param all - Sell in all city\\n */\\n sellProduct(\\n divisionName: string,\\n cityName: string,\\n productName: string,\\n amt: string,\\n price: string,\\n all: boolean,\\n ): void;\\n /**\\n * Discontinue a product.\\n * @param divisionName - Name of the division\\n * @param productName - Name of the product\\n */\\n discontinueProduct(divisionName: string, productName: string): void;\\n /**\\n * Set smart supply\\n * @param divisionName - Name of the division\\n * @param cityName - Name of the city\\n * @param enabled - smart supply enabled\\n */\\n setSmartSupply(divisionName: string, cityName: string, enabled: boolean): void;\\n /**\\n * Set whether smart supply uses leftovers before buying\\n * @param divisionName - Name of the division\\n * @param cityName - Name of the city\\n * @param materialName - Name of the material\\n * @param enabled - smart supply use leftovers enabled\\n */\\n setSmartSupplyUseLeftovers(divisionName: string, cityName: string, materialName: string, enabled: boolean): void;\\n /**\\n * Set material buy data\\n * @param divisionName - Name of the division\\n * @param cityName - Name of the city\\n * @param materialName - Name of the material\\n * @param amt - Amount of material to buy\\n */\\n buyMaterial(divisionName: string, cityName: string, materialName: string, amt: number): void;\\n /**\\n * Set material to bulk buy\\n * @param divisionName - Name of the division\\n * @param cityName - Name of the city\\n * @param materialName - Name of the material\\n * @param amt - Amount of material to buy\\n */\\n bulkPurchase(divisionName: string, cityName: string, materialName: string, amt: number): void;\\n /**\\n * Get warehouse data\\n * @param divisionName - Name of the division\\n * @param cityName - Name of the city\\n * @returns warehouse data\\n */\\n getWarehouse(divisionName: string, cityName: string): Warehouse;\\n /**\\n * Get product data\\n * @param divisionName - Name of the division\\n * @param productName - Name of the product\\n * @returns product data\\n */\\n getProduct(divisionName: string, productName: string): Product;\\n /**\\n * Get material data\\n * @param divisionName - Name of the division\\n * @param materialName - Name of the material\\n * @returns material data\\n */\\n getMaterial(divisionName: string, cityName: string, materialName: string): Material;\\n /**\\n * Set market TA 1 for a material.\\n * @param divisionName - Name of the division\\n * @param cityName - Name of the city\\n * @param materialName - Name of the material\\n * @param on - market ta enabled\\n */\\n setMaterialMarketTA1(divisionName: string, cityName: string, materialName: string, on: boolean): void;\\n /**\\n * Set market TA 2 for a material.\\n * @param divisionName - Name of the division\\n * @param cityName - Name of the city\\n * @param materialName - Name of the material\\n * @param on - market ta enabled\\n */\\n setMaterialMarketTA2(divisionName: string, cityName: string, materialName: string, on: boolean): void;\\n /**\\n * Set market TA 1 for a product.\\n * @param divisionName - Name of the division\\n * @param productName - Name of the product\\n * @param on - market ta enabled\\n */\\n setProductMarketTA1(divisionName: string, productName: string, on: boolean): void;\\n /**\\n * Set market TA 2 for a product.\\n * @param divisionName - Name of the division\\n * @param productName - Name of the product\\n * @param on - market ta enabled\\n */\\n setProductMarketTA2(divisionName: string, productName: string, on: boolean): void;\\n /**\\n * Set material export data\\n * @param sourceDivision - Source division\\n * @param sourceCity - Source city\\n * @param targetDivision - Target division\\n * @param targetCity - Target city\\n * @param materialName - Name of the material\\n * @param amt - Amount of material to export.\\n */\\n exportMaterial(\\n sourceDivision: string,\\n sourceCity: string,\\n targetDivision: string,\\n targetCity: string,\\n materialName: string,\\n amt: number,\\n ): void;\\n /**\\n * Cancel material export\\n * @param sourceDivision - Source division\\n * @param sourceCity - Source city\\n * @param targetDivision - Target division\\n * @param targetCity - Target city\\n * @param materialName - Name of the material\\n * @param amt - Amount of material to export.\\n */\\n cancelExportMaterial(\\n sourceDivision: string,\\n sourceCity: string,\\n targetDivision: string,\\n targetCity: string,\\n materialName: string,\\n amt: number,\\n ): void;\\n /**\\n * Purchase warehouse for a new city\\n * @param divisionName - Name of the division\\n * @param cityName - Name of the city\\n */\\n purchaseWarehouse(divisionName: string, cityName: string): void;\\n /**\\n * Upgrade warehouse\\n * @param divisionName - Name of the division\\n * @param cityName - Name of the city\\n * @param amt - amount of upgrades defaults to 1\\n */\\n upgradeWarehouse(divisionName: string, cityName: string, amt?: number): void;\\n /**\\n * Create a new product\\n * @param divisionName - Name of the division\\n * @param cityName - Name of the city\\n * @param productName - Name of the product\\n * @param designInvest - Amount to invest for the design of the product.\\n * @param marketingInvest - Amount to invest for the marketing of the product.\\n */\\n makeProduct(\\n divisionName: string,\\n cityName: string,\\n productName: string,\\n designInvest: number,\\n marketingInvest: number,\\n ): void;\\n /**\\n * Limit Material Production.\\n * @param divisionName - Name of the division\\n * @param cityName - Name of the city\\n * @param materialName - Name of the material\\n * @param qty - Amount to limit to\\n */\\n limitMaterialProduction(divisionName: string, cityName: string, materialName: string, qty: number): void;\\n /**\\n * Limit Product Production.\\n * @param divisionName - Name of the division\\n * @param cityName - Name of the city\\n * @param productName - Name of the product\\n * @param qty - Amount to limit to\\n */\\n limitProductProduction(divisionName: string, cityName: string, productName: string, qty: number): void;\\n /**\\n * Gets the cost to purchase a warehouse\\n * @returns cost\\n */\\n getPurchaseWarehouseCost(): number;\\n /**\\n * Gets the cost to upgrade a warehouse to the next level\\n * @param divisionName - Name of the division\\n * @param cityName - Name of the city\\n * @param amt - amount of upgrades defaults to 1\\n * @returns cost to upgrade\\n */\\n getUpgradeWarehouseCost(adivisionName: string, acityName: string, amt?: number): number;\\n /**\\n * Check if you have a warehouse in city\\n * @returns true if warehouse is present, false if not\\n */\\n hasWarehouse(adivisionName: string, acityName: string): boolean;\\n}\\n\\n/**\\n * Corporation API\\n * @public\\n */\\nexport interface Corporation extends WarehouseAPI, OfficeAPI {\\n /**\\n * Create a Corporation\\n * @param divisionName - Name of the division\\n * @param selfFund - If you should self fund, defaults to true, false will only work on Bitnode 3\\n * @returns true if created and false if not\\n */\\n createCorporation(corporationName: string, selfFund: boolean): boolean;\\n /**\\n * Check if you have a one time unlockable upgrade\\n * @param upgradeName - Name of the upgrade\\n * @returns true if unlocked and false if not\\n */\\n hasUnlockUpgrade(upgradeName: string): boolean;\\n /**\\n * Gets the cost to unlock a one time unlockable upgrade\\n * @param upgradeName - Name of the upgrade\\n * @returns cost of the upgrade\\n */\\n getUnlockUpgradeCost(upgradeName: string): number;\\n /**\\n * Get the level of a levelable upgrade\\n * @param upgradeName - Name of the upgrade\\n * @returns the level of the upgrade\\n */\\n getUpgradeLevel(upgradeName: string): number;\\n /**\\n * Gets the cost to unlock the next level of a levelable upgrade\\n * @param upgradeName - Name of the upgrade\\n * @returns cost of the upgrade\\n */\\n getUpgradeLevelCost(upgradeName: string): number;\\n /**\\n * Gets the cost to expand into a new industry\\n * @param industryName - Name of the industry\\n * @returns cost\\n */\\n getExpandIndustryCost(industryName: string): number;\\n /**\\n * Gets the cost to expand into a new city\\n * @returns cost\\n */\\n getExpandCityCost(): number;\\n /**\\n * Get an offer for investment based on you companies current valuation\\n * @returns An offer of investment\\n */\\n getInvestmentOffer(): InvestmentOffer;\\n /**\\n * Get list of materials\\n * @returns material names\\n */\\n getMaterialNames(): string[];\\n /**\\n * Get list of industry types\\n * @returns industry names\\n */\\n getIndustryTypes(): string[];\\n /**\\n * Get list of one-time unlockable upgrades\\n * @returns unlockable upgrades names\\n */\\n getUnlockables(): string[];\\n /**\\n * Get list of upgrade names\\n * @returns upgrade names\\n */\\n getUpgradeNames(): string[];\\n /**\\n * Get list of research names\\n * @returns research names\\n */\\n getResearchNames(): string[];\\n /**\\n * Accept investment based on you companies current valuation\\n * @remarks\\n * Is based on current valuation and will not honer a specific Offer\\n * @returns An offer of investment\\n */\\n acceptInvestmentOffer(): boolean;\\n /**\\n * Go public\\n * @param numShares - number of shares you would like to issue for your IPO\\n * @returns true if you successfully go public, false if not\\n */\\n goPublic(numShares: number): boolean;\\n /**\\n * Bribe a faction\\n * @param factionName - Faction name\\n * @param amountCash - Amount of money to bribe\\n * @returns True if successful, false if not\\n */\\n bribe(factionName: string, amountCash: number): boolean;\\n /**\\n * Get corporation data\\n * @returns Corporation data\\n */\\n getCorporation(): CorporationInfo;\\n /**\\n * Get division data\\n * @param divisionName - Name of the division\\n * @returns Division data\\n */\\n getDivision(divisionName: string): Division;\\n /**\\n * Expand to a new industry\\n * @param industryType - Name of the industry\\n * @param divisionName - Name of the division\\n */\\n expandIndustry(industryType: string, divisionName: string): void;\\n /**\\n * Expand to a new city\\n * @param divisionName - Name of the division\\n * @param cityName - Name of the city\\n */\\n expandCity(divisionName: string, cityName: string): void;\\n /**\\n * Unlock an upgrade\\n * @param upgradeName - Name of the upgrade\\n */\\n unlockUpgrade(upgradeName: string): void;\\n /**\\n * Level an upgrade.\\n * @param upgradeName - Name of the upgrade\\n */\\n levelUpgrade(upgradeName: string): void;\\n /**\\n * Issue dividends\\n * @param rate - Fraction of profit to issue as dividends.\\n */\\n issueDividends(rate: number): void;\\n /**\\n * Buyback Shares\\n * @param amount - Amount of shares to buy back.\\n *\\n */\\n buyBackShares(amount: number): void;\\n /**\\n * Sell Shares\\n * @param amount - Amount of shares to sell.\\n *\\n */\\n sellShares(amount: number): void;\\n /**\\n * Get bonus time.\\n *\\n * “Bonus time” is accumulated when the game is offline or if the game is inactive in the browser.\\n *\\n * “Bonus time” makes the game progress faster.\\n *\\n * @returns Bonus time for the Corporation mechanic in milliseconds.\\n */\\n getBonusTime(): number;\\n}\\n\\n/**\\n * General info about a corporation\\n * @public\\n */\\ninterface CorporationInfo {\\n /** Name of the corporation */\\n name: string;\\n /** Funds available */\\n funds: number;\\n /** Revenue per second this cycle */\\n revenue: number;\\n /** Expenses per second this cycle */\\n expenses: number;\\n /** Indicating if the company is public */\\n public: boolean;\\n /** Total number of shares issues by this corporation */\\n totalShares: number;\\n /** Amount of share owned */\\n numShares: number;\\n /** Cooldown until shares can be sold again */\\n shareSaleCooldown: number;\\n /** Amount of acquirable shares. */\\n issuedShares: number;\\n /** Price of the shares */\\n sharePrice: number;\\n /** Fraction of profits issued as dividends */\\n dividendRate: number;\\n /** Tax applied on your earnings as a shareholder */\\n dividendTax: number;\\n /** Your earnings as a shareholder per second this cycle */\\n dividendEarnings: number;\\n /** State of the corporation. Possible states are START, PURCHASE, PRODUCTION, SALE, EXPORT. */\\n state: string;\\n /** Array of all divisions */\\n divisions: Division[];\\n}\\n\\n/**\\n * Employee in an office\\n * @public\\n */\\nexport interface Employee {\\n /** Name of the employee */\\n name: string;\\n /** Morale of the employee */\\n mor: number;\\n /** Happiness of the employee */\\n hap: number;\\n /** Energy of the employee */\\n ene: number;\\n /** Intelligence of the employee */\\n int: number;\\n /** Charisma of the employee */\\n cha: number;\\n /** Experience of the employee */\\n exp: number;\\n /** Creativity of the employee */\\n cre: number;\\n /** Efficiency of the employee */\\n eff: number;\\n /** Salary of the employee */\\n sal: number;\\n /** Current Location (city) */\\n loc: string;\\n /** Current job position */\\n pos: string;\\n}\\n\\n/**\\n * Product in a warehouse\\n * @public\\n */\\ninterface Product {\\n /** Name of the product */\\n name: string;\\n /** Demand for the product, only present if \\\"Market Research - Demand\\\" unlocked */\\n dmd: number | undefined;\\n /** Competition for the product, only present if \\\"Market Research - Competition\\\" unlocked */\\n cmp: number | undefined;\\n /** Product Rating */\\n rat: number;\\n /** Product Properties. The data is \\\\{qlt, per, dur, rel, aes, fea\\\\} */\\n properties: { [key: string]: number };\\n /** Production cost */\\n pCost: number;\\n /** Sell cost, can be \\\"MP+5\\\" */\\n sCost: string | number;\\n /** Data refers to the production, sale, and quantity of the products\\n * These values are specific to a city\\n * For each city, the data is [qty, prod, sell] */\\n cityData: { [key: string]: number[] };\\n /** Creation progress - A number between 0-100 representing percentage */\\n developmentProgress: number;\\n}\\n\\n/**\\n * Material in a warehouse\\n * @public\\n */\\ninterface Material {\\n /** Name of the material */\\n name: string;\\n /** Amount of material */\\n qty: number;\\n /** Quality of the material */\\n qlt: number;\\n /** Demand for the material, only present if \\\"Market Research - Demand\\\" unlocked */\\n dmd: number | undefined;\\n /** Competition for the material, only present if \\\"Market Research - Competition\\\" unlocked */\\n cmp: number | undefined;\\n /** Amount of material produced */\\n prod: number;\\n /** Amount of material sold */\\n sell: number;\\n /** Cost to buy material */\\n cost: number;\\n /** Sell cost, can be \\\"MP+5\\\" */\\n sCost: string | number;\\n /** Export orders */\\n exp: Export[];\\n}\\n\\n/**\\n * Export order for a material\\n * @public\\n */\\ninterface Export {\\n /** Division the material is being exported to */\\n div: string;\\n /** City the material is being exported to */\\n loc: string;\\n /** Amount of material exported */\\n amt: string;\\n}\\n\\n/**\\n * Warehouse for a division in a city\\n * @public\\n */\\ninterface Warehouse {\\n /** Amount of size upgrade bought */\\n level: number;\\n /** City in which the warehouse is located */\\n loc: string;\\n /** Total space in the warehouse */\\n size: number;\\n /** Used space in the warehouse */\\n sizeUsed: number;\\n /** Smart Supply status in the warehouse */\\n smartSupplyEnabled: boolean;\\n}\\n\\n/**\\n * Office for a division in a city.\\n * @public\\n */\\nexport interface Office {\\n /** City of the office */\\n loc: string;\\n /** Maximum number of employee */\\n size: number;\\n /** Minimum amount of energy of the employees */\\n minEne: number;\\n /** Maximum amount of energy of the employees */\\n maxEne: number;\\n /** Minimum happiness of the employees */\\n minHap: number;\\n /** Maximum happiness of the employees */\\n maxHap: number;\\n /** Minimum morale of the employees */\\n minMor: number;\\n /** Maximum morale of the employees */\\n maxMor: number;\\n /** Name of all the employees */\\n employees: string[];\\n /** Production of the employees */\\n employeeProd: EmployeeJobs;\\n /** Positions of the employees */\\n employeeJobs: EmployeeJobs;\\n}\\n\\n/**\\n * Object representing the number of employee in each job.\\n * @public\\n */\\ninterface EmployeeJobs {\\n Operations: number;\\n Engineer: number;\\n Business: number;\\n Management: number;\\n \\\"Research & Development\\\": number;\\n Training: number;\\n Unassigned: number;\\n}\\n\\n/**\\n * Corporation division\\n * @public\\n */\\ninterface Division {\\n /** Name of the division */\\n name: string;\\n /** Type of division, like Agriculture */\\n type: string;\\n /** Awareness of the division */\\n awareness: number;\\n /** Popularity of the division */\\n popularity: number;\\n /** Production multiplier */\\n prodMult: number;\\n /** Amount of research in that division */\\n research: number;\\n /** Revenue last cycle */\\n lastCycleRevenue: number;\\n /** Expenses last cycle */\\n lastCycleExpenses: number;\\n /** Revenue this cycle */\\n thisCycleRevenue: number;\\n /** Expenses this cycle */\\n thisCycleExpenses: number;\\n /** All research bought */\\n upgrades: number[];\\n /** Cities in which this division has expanded */\\n cities: string[];\\n /** Products developed by this division */\\n products: string[];\\n /** Whether the industry this division is in is capable of making products */\\n makesProducts: boolean;\\n}\\n\\n/**\\n * Corporation investment offer\\n * @public\\n */\\ninterface InvestmentOffer {\\n /** Amount of funds you will get from this investment */\\n funds: number;\\n /** Amount of share you will give in exchange for this investment */\\n shares: number;\\n /** Current round of funding (max 4) */\\n round: number;\\n}\\n\\n/**\\n * Interface Theme\\n * @internal\\n */\\ninterface UserInterfaceTheme {\\n [key: string]: string | undefined;\\n primarylight: string;\\n primary: string;\\n primarydark: string;\\n successlight: string;\\n success: string;\\n successdark: string;\\n errorlight: string;\\n error: string;\\n errordark: string;\\n secondarylight: string;\\n secondary: string;\\n secondarydark: string;\\n warninglight: string;\\n warning: string;\\n warningdark: string;\\n infolight: string;\\n info: string;\\n infodark: string;\\n welllight: string;\\n well: string;\\n white: string;\\n black: string;\\n hp: string;\\n money: string;\\n hack: string;\\n combat: string;\\n cha: string;\\n int: string;\\n rep: string;\\n disabled: string;\\n backgroundprimary: string;\\n backgroundsecondary: string;\\n button: string;\\n}\\n\\n/**\\n * Interface Styles\\n * @internal\\n */\\ninterface IStyleSettings {\\n fontFamily: string;\\n lineHeight: number;\\n}\\n\\n/**\\n * Game Information\\n * @internal\\n */\\ninterface GameInfo {\\n version: string;\\n commit: string;\\n platform: string;\\n}\\n\\n/**\\n * Used for autocompletion\\n * @public\\n */\\ninterface AutocompleteData {\\n servers: string[];\\n scripts: string[];\\n txts: string[];\\n flags(schema: [string, string | number | boolean | string[]][]): { [key: string]: ScriptArg | string[] };\\n}\\n\";","/**\n * React component for displaying a single augmentation for purchase through\n * the faction UI\n */\nimport { CheckBox, CheckBoxOutlineBlank, CheckCircle, NewReleases, Report } from \"@mui/icons-material\";\nimport { Box, Button, Container, Paper, Tooltip, Typography } from \"@mui/material\";\nimport React, { useState } from \"react\";\nimport { Faction } from \"../../Faction/Faction\";\nimport { Player } from \"../../Player\";\nimport { Settings } from \"../../Settings/Settings\";\nimport { numeralWrapper } from \"../../ui/numeralFormat\";\nimport { Augmentation } from \"../Augmentation\";\nimport { AugmentationNames } from \"../data/AugmentationNames\";\nimport { StaticAugmentations } from \"../StaticAugmentations\";\nimport { PurchaseAugmentationModal } from \"./PurchaseAugmentationModal\";\n\ninterface IPreReqsProps {\n aug: Augmentation;\n}\n\nconst PreReqs = (props: IPreReqsProps): React.ReactElement => {\n const ownedPreReqs = props.aug.prereqs.filter((aug) => Player.hasAugmentation(aug));\n const hasPreReqs = props.aug.prereqs.length > 0 && ownedPreReqs.length === props.aug.prereqs.length;\n\n return (\n \n \n This Augmentation has the following pre-requisite(s):\n \n {props.aug.prereqs.map((preAug) => (\n \n ))}\n \n }\n >\n \n {hasPreReqs ? (\n <>\n \n Pre-requisites Owned\n \n ) : (\n <>\n \n Missing {props.aug.prereqs.length - ownedPreReqs.length} pre-requisite(s)\n \n )}\n \n \n );\n};\n\ninterface IExclusiveProps {\n aug: Augmentation;\n}\n\nconst Exclusive = (props: IExclusiveProps): React.ReactElement => {\n return (\n \n \n This Augmentation can only be acquired from the following source(s):\n \n
    \n \n
  • \n {props.aug.factions[0]} faction\n
  • \n {Player.isAwareOfGang() && !props.aug.isSpecial && (\n
  • \n Certain gangs\n
  • \n )}\n {Player.canAccessGrafting() && !props.aug.isSpecial && props.aug.name !== AugmentationNames.TheRedPill && (\n
  • \n Grafting\n
  • \n )}\n
    \n
\n \n }\n >\n \n \n );\n};\n\ninterface IReqProps {\n value: string;\n color: string;\n fulfilled: boolean;\n}\n\nconst Requirement = (props: IReqProps): React.ReactElement => {\n return (\n \n {props.fulfilled ? : }\n {props.value}\n \n );\n};\n\ninterface IPurchasableAugsProps {\n augNames: string[];\n ownedAugNames: string[];\n\n canPurchase: (aug: Augmentation) => boolean;\n purchaseAugmentation: (aug: Augmentation, showModal: (open: boolean) => void) => void;\n\n rep?: number;\n sleeveAugs?: boolean;\n faction?: Faction;\n}\n\nexport const PurchasableAugmentations = (props: IPurchasableAugsProps): React.ReactElement => {\n return (\n \n {props.augNames.map((augName: string) => (\n \n ))}\n {props.ownedAugNames.map((augName: string) => (\n \n ))}\n \n );\n};\n\ninterface IPurchasableAugProps {\n parent: IPurchasableAugsProps;\n augName: string;\n owned: boolean;\n}\n\nexport function PurchasableAugmentation(props: IPurchasableAugProps): React.ReactElement {\n const [open, setOpen] = useState(false);\n\n const aug = StaticAugmentations[props.augName];\n const augCosts = aug.getCost();\n const cost = props.parent.sleeveAugs ? aug.baseCost : augCosts.moneyCost;\n const repCost = augCosts.repCost;\n const info = typeof aug.info === \"string\" ? {aug.info} : aug.info;\n const description = (\n <>\n {info}\n
\n
\n {aug.stats}\n \n );\n\n return (\n \n <>\n \n \n props.parent.purchaseAugmentation(aug, (open): void => {\n setOpen(open);\n })\n }\n disabled={!props.parent.canPurchase(aug) || props.owned}\n sx={{ width: \"48px\", height: \"36px\", float: \"left\", clear: \"none\", mr: 1 }}\n >\n {props.owned ? \"Owned\" : \"Buy\"}\n \n\n \n \n \n \n {props.augName}\n {props.augName === AugmentationNames.NeuroFluxGovernor && ` - Level ${aug.getLevel()}`}\n \n {description}\n \n }\n >\n \n {aug.name}\n {aug.name === AugmentationNames.NeuroFluxGovernor && ` - Level ${aug.getLevel()}`}\n \n \n\n {aug.factions.length === 1 && !props.parent.sleeveAugs && }\n {aug.prereqs.length > 0 && !props.parent.sleeveAugs && }\n \n \n \n\n {props.owned || (\n \n cost}\n value={numeralWrapper.formatMoney(cost)}\n color={Settings.theme.money}\n />\n {props.parent.rep !== undefined && (\n = repCost}\n value={`${numeralWrapper.formatReputation(repCost)} rep`}\n color={Settings.theme.rep}\n />\n )}\n \n )}\n\n {Settings.SuppressBuyAugmentationConfirmation || (\n setOpen(false)}\n faction={props.parent.faction}\n aug={aug}\n />\n )}\n \n \n );\n}\n","/**\n * React Subcomponent for displaying a location's UI, when that location is a Travel Agency\n *\n * TThis subcomponent renders all of the buttons for traveling to different cities\n */\nimport React, { useState, useEffect } from \"react\";\n\nimport { CityName } from \"../data/CityNames\";\nimport { TravelConfirmationModal } from \"./TravelConfirmationModal\";\n\nimport { CONSTANTS } from \"../../Constants\";\nimport { Player } from \"../../Player\";\nimport { Router } from \"../../ui/GameRoot\";\nimport { Settings } from \"../../Settings/Settings\";\n\nimport { Money } from \"../../ui/React/Money\";\nimport { WorldMap } from \"../../ui/React/WorldMap\";\nimport { dialogBoxCreate } from \"../../ui/React/DialogBox\";\n\nimport Typography from \"@mui/material/Typography\";\nimport Box from \"@mui/material/Box\";\nimport Button from \"@mui/material/Button\";\n\nfunction travel(to: CityName): void {\n const cost = CONSTANTS.TravelCost;\n if (!Player.canAfford(cost)) {\n return;\n }\n\n Player.loseMoney(cost, \"other\");\n Player.travel(to);\n dialogBoxCreate(`You are now in ${to}!`);\n Router.toCity();\n}\n\nexport function TravelAgencyRoot(): React.ReactElement {\n const setRerender = useState(false)[1];\n const [open, setOpen] = useState(false);\n const [destination, setDestination] = useState(CityName.Sector12);\n function rerender(): void {\n setRerender((o) => !o);\n }\n\n useEffect(() => {\n const id = setInterval(rerender, 1000);\n return () => clearInterval(id);\n }, []);\n\n function startTravel(city: CityName): void {\n const cost = CONSTANTS.TravelCost;\n if (!Player.canAfford(cost)) {\n return;\n }\n if (Settings.SuppressTravelConfirmation) {\n travel(city);\n return;\n }\n setOpen(true);\n setDestination(city);\n }\n\n return (\n <>\n Travel Agency\n \n \n From here, you can travel to any other city! A ticket costs{\" \"}\n .\n \n {Settings.DisableASCIIArt ? (\n <>\n {Object.values(CityName)\n .filter((city: string) => city != Player.city)\n .map((city: string) => {\n const match = Object.entries(CityName).find((entry) => entry[1] === city);\n if (match === undefined) throw new Error(`could not find key for city '${city}'`);\n return (\n \n \n
\n
\n );\n })}\n \n ) : (\n startTravel(city)} />\n )}\n
\n travel(destination)}\n open={open}\n onClose={() => setOpen(false)}\n />\n \n );\n}\n","import React, { useState, useEffect, useRef } from \"react\";\nimport Editor, { Monaco } from \"@monaco-editor/react\";\nimport * as monaco from \"monaco-editor\";\n\ntype IStandaloneCodeEditor = monaco.editor.IStandaloneCodeEditor;\ntype ITextModel = monaco.editor.ITextModel;\nimport { OptionsModal } from \"./OptionsModal\";\nimport { Options } from \"./Options\";\nimport { isValidFilePath } from \"../../Terminal/DirectoryHelpers\";\nimport { Player } from \"../../Player\";\nimport { Router } from \"../../ui/GameRoot\";\nimport { dialogBoxCreate } from \"../../ui/React/DialogBox\";\nimport { isScriptFilename } from \"../../Script/isScriptFilename\";\nimport { Script } from \"../../Script/Script\";\nimport { TextFile } from \"../../TextFile\";\nimport { calculateRamUsage, checkInfiniteLoop } from \"../../Script/RamCalculations\";\nimport { RamCalculationErrorCode } from \"../../Script/RamCalculationErrorCodes\";\nimport { numeralWrapper } from \"../../ui/numeralFormat\";\nimport { DragDropContext, Droppable, Draggable } from \"react-beautiful-dnd\";\nimport SearchIcon from \"@mui/icons-material/Search\";\n\nimport { NetscriptFunctions } from \"../../NetscriptFunctions\";\nimport { WorkerScript } from \"../../Netscript/WorkerScript\";\nimport { Settings } from \"../../Settings/Settings\";\nimport { iTutorialNextStep, ITutorial, iTutorialSteps } from \"../../InteractiveTutorial\";\nimport { debounce } from \"lodash\";\nimport { saveObject } from \"../../SaveObject\";\nimport { loadThemes, makeTheme, sanitizeTheme } from \"./themes\";\nimport { GetServer } from \"../../Server/AllServers\";\n\nimport Button from \"@mui/material/Button\";\nimport Typography from \"@mui/material/Typography\";\nimport Link from \"@mui/material/Link\";\nimport Box from \"@mui/material/Box\";\nimport SettingsIcon from \"@mui/icons-material/Settings\";\nimport SyncIcon from \"@mui/icons-material/Sync\";\nimport CloseIcon from \"@mui/icons-material/Close\";\nimport Table from \"@mui/material/Table\";\nimport TableCell from \"@mui/material/TableCell\";\nimport TableRow from \"@mui/material/TableRow\";\nimport TableBody from \"@mui/material/TableBody\";\nimport { PromptEvent } from \"../../ui/React/PromptManager\";\nimport { Modal } from \"../../ui/React/Modal\";\n\nimport libSource from \"!!raw-loader!../NetscriptDefinitions.d.ts\";\nimport { TextField, Tooltip } from \"@mui/material\";\n\ninterface IProps {\n // Map of filename -> code\n files: Record;\n hostname: string;\n vim: boolean;\n}\n\n// TODO: try to remove global symbols\nlet symbolsLoaded = false;\nlet symbols: string[] = [];\nexport function SetupTextEditor(): void {\n const ns = NetscriptFunctions({ args: [] } as unknown as WorkerScript);\n\n // Populates symbols for text editor\n function populate(ns: any): string[] {\n let symbols: string[] = [];\n const keys = Object.keys(ns);\n for (const key of keys) {\n if (typeof ns[key] === \"object\") {\n symbols.push(key);\n symbols = symbols.concat(populate(ns[key]));\n }\n if (typeof ns[key] === \"function\") {\n symbols.push(key);\n }\n }\n\n return symbols;\n }\n\n symbols = populate(ns);\n\n const exclude = [\"heart\", \"break\", \"exploit\", \"bypass\", \"corporation\", \"alterReality\"];\n symbols = symbols.filter((symbol: string) => !exclude.includes(symbol)).sort();\n}\n\n// Holds all the data for a open script\nclass OpenScript {\n fileName: string;\n code: string;\n hostname: string;\n lastPosition: monaco.Position;\n model: ITextModel;\n isTxt: boolean;\n\n constructor(fileName: string, code: string, hostname: string, lastPosition: monaco.Position, model: ITextModel) {\n this.fileName = fileName;\n this.code = code;\n this.hostname = hostname;\n this.lastPosition = lastPosition;\n this.model = model;\n this.isTxt = fileName.endsWith(\".txt\");\n }\n}\n\nconst openScripts: OpenScript[] = [];\nlet currentScript: OpenScript | null = null;\n\n// Called every time script editor is opened\nexport function Root(props: IProps): React.ReactElement {\n const setRerender = useState(false)[1];\n function rerender(): void {\n setRerender((o) => !o);\n }\n const editorRef = useRef(null);\n const monacoRef = useRef(null);\n const vimStatusRef = useRef(null);\n const [vimEditor, setVimEditor] = useState(null);\n const [editor, setEditor] = useState(null);\n const [filter, setFilter] = useState(\"\");\n const [searchExpanded, setSearchExpanded] = useState(false);\n\n const [ram, setRAM] = useState(\"RAM: ???\");\n const [ramEntries, setRamEntries] = useState([[\"???\", \"\"]]);\n const [updatingRam, setUpdatingRam] = useState(false);\n const [decorations, setDecorations] = useState([]);\n\n const [optionsOpen, setOptionsOpen] = useState(false);\n const [options, setOptions] = useState({\n theme: Settings.MonacoTheme,\n insertSpaces: Settings.MonacoInsertSpaces,\n fontSize: Settings.MonacoFontSize,\n wordWrap: Settings.MonacoWordWrap,\n vim: props.vim || Settings.MonacoVim,\n });\n\n const [ramInfoOpen, setRamInfoOpen] = useState(false);\n\n // Prevent Crash if script is open on deleted server\n for (let i = openScripts.length - 1; i >= 0; i--) {\n GetServer(openScripts[i].hostname) === null && openScripts.splice(i, 1);\n }\n if (currentScript && GetServer(currentScript.hostname) === null) {\n currentScript = openScripts[0];\n if (currentScript === undefined) currentScript = null;\n }\n\n useEffect(() => {\n if (currentScript !== null) {\n updateRAM(currentScript.code);\n }\n }, []);\n\n useEffect(() => {\n function keydown(event: KeyboardEvent): void {\n if (Settings.DisableHotkeys) return;\n //Ctrl + b\n if (event.code == \"KeyB\" && (event.ctrlKey || event.metaKey)) {\n event.preventDefault();\n Router.toTerminal();\n }\n\n // CTRL/CMD + S\n if (event.code == \"KeyS\" && (event.ctrlKey || event.metaKey)) {\n event.preventDefault();\n event.stopPropagation();\n save();\n }\n }\n document.addEventListener(\"keydown\", keydown);\n return () => document.removeEventListener(\"keydown\", keydown);\n });\n\n useEffect(() => {\n // setup monaco-vim\n if (options.vim && editor && !vimEditor) {\n try {\n // This library is not typed\n // @ts-expect-error\n window.require([\"monaco-vim\"], function (MonacoVim: any) {\n setVimEditor(MonacoVim.initVimMode(editor, vimStatusRef.current));\n MonacoVim.VimMode.Vim.defineEx(\"write\", \"w\", function () {\n // your own implementation on what you want to do when :w is pressed\n save();\n });\n MonacoVim.VimMode.Vim.defineEx(\"quit\", \"q\", function () {\n Router.toTerminal();\n });\n\n const saveNQuit = (): void => {\n save();\n Router.toTerminal();\n };\n // \"wqriteandquit\" & \"xriteandquit\" are not typos, prefix must be found in full string\n MonacoVim.VimMode.Vim.defineEx(\"wqriteandquit\", \"wq\", saveNQuit);\n MonacoVim.VimMode.Vim.defineEx(\"xriteandquit\", \"x\", saveNQuit);\n\n // Setup \"go to next tab\" and \"go to previous tab\". This is a little more involved\n // since these aren't Ex commands (they run in normal mode, not after typing `:`)\n MonacoVim.VimMode.Vim.defineAction(\"nextTabs\", function (_cm: any, args: { repeat?: number }) {\n const nTabs = args.repeat ?? 1;\n // Go to the next tab (to the right). Wraps around when at the rightmost tab\n const currIndex = currentTabIndex();\n if (currIndex !== undefined) {\n const nextIndex = (currIndex + nTabs) % openScripts.length;\n onTabClick(nextIndex);\n }\n });\n MonacoVim.VimMode.Vim.defineAction(\"prevTabs\", function (_cm: any, args: { repeat?: number }) {\n const nTabs = args.repeat ?? 1;\n // Go to the previous tab (to the left). Wraps around when at the leftmost tab\n const currIndex = currentTabIndex();\n if (currIndex !== undefined) {\n let nextIndex = currIndex - nTabs;\n while (nextIndex < 0) {\n nextIndex += openScripts.length;\n }\n onTabClick(nextIndex);\n }\n });\n MonacoVim.VimMode.Vim.mapCommand(\"gt\", \"action\", \"nextTabs\", {}, { context: \"normal\" });\n MonacoVim.VimMode.Vim.mapCommand(\"gT\", \"action\", \"prevTabs\", {}, { context: \"normal\" });\n editor.focus();\n });\n } catch {}\n } else if (!options.vim) {\n // When vim mode is disabled\n vimEditor?.dispose();\n setVimEditor(null);\n }\n\n return () => {\n vimEditor?.dispose();\n };\n }, [options, editorRef, editor, vimEditor]);\n\n // Generates a new model for the script\n function regenerateModel(script: OpenScript): void {\n if (monacoRef.current !== null) {\n script.model = monacoRef.current.editor.createModel(script.code, script.isTxt ? \"plaintext\" : \"javascript\");\n }\n }\n\n const debouncedUpdateRAM = debounce((newCode: string) => {\n updateRAM(newCode);\n setUpdatingRam(false);\n }, 300);\n\n function updateRAM(newCode: string): void {\n if (currentScript != null && currentScript.isTxt) {\n setRAM(\"N/A\");\n setRamEntries([[\"N/A\", \"\"]]);\n return;\n }\n const codeCopy = newCode + \"\";\n const ramUsage = calculateRamUsage(codeCopy, Player.getCurrentServer().scripts);\n if (ramUsage.cost > 0) {\n const entries = ramUsage.entries?.sort((a, b) => b.cost - a.cost) ?? [];\n const entriesDisp = [];\n for (const entry of entries) {\n entriesDisp.push([`${entry.name} (${entry.type})`, numeralWrapper.formatRAM(entry.cost)]);\n }\n\n setRAM(\"RAM: \" + numeralWrapper.formatRAM(ramUsage.cost));\n setRamEntries(entriesDisp);\n return;\n }\n let RAM = \"\";\n const entriesDisp = [];\n switch (ramUsage.cost) {\n case RamCalculationErrorCode.ImportError: {\n RAM = \"RAM: Import Error\";\n entriesDisp.push([\"Import Error\", \"\"]);\n break;\n }\n case RamCalculationErrorCode.SyntaxError:\n default: {\n RAM = \"RAM: Syntax Error\";\n entriesDisp.push([\"Syntax Error\", \"\"]);\n break;\n }\n }\n setRAM(RAM);\n setRamEntries(entriesDisp);\n return;\n }\n\n // Formats the code\n function beautify(): void {\n if (editorRef.current === null) return;\n editorRef.current.getAction(\"editor.action.formatDocument\").run();\n }\n\n // How to load function definition in monaco\n // https://github.com/Microsoft/monaco-editor/issues/1415\n // https://microsoft.github.io/monaco-editor/api/modules/monaco.languages.html\n // https://www.npmjs.com/package/@monaco-editor/react#development-playground\n // https://microsoft.github.io/monaco-editor/playground.html#extending-language-services-custom-languages\n // https://github.com/threehams/typescript-error-guide/blob/master/stories/components/Editor.tsx#L11-L39\n // https://blog.checklyhq.com/customizing-monaco/\n // Before the editor is mounted\n function beforeMount(monaco: any): void {\n if (symbolsLoaded) return;\n // Setup monaco auto completion\n symbolsLoaded = true;\n monaco.languages.registerCompletionItemProvider(\"javascript\", {\n provideCompletionItems: () => {\n const suggestions = [];\n for (const symbol of symbols) {\n suggestions.push({\n label: symbol,\n kind: monaco.languages.CompletionItemKind.Function,\n insertText: symbol,\n insertTextRules: monaco.languages.CompletionItemInsertTextRule.InsertAsSnippet,\n });\n }\n return { suggestions: suggestions };\n },\n });\n\n (async function () {\n // We have to improve the default js language otherwise theme sucks\n const l = await monaco.languages\n .getLanguages()\n .find((l: any) => l.id === \"javascript\")\n .loader();\n // replaced the bare tokens with regexes surrounded by \\b, e.g. \\b{token}\\b which matches a word-break on either side\n // this prevents the highlighter from highlighting pieces of variables that start with a reserved token name\n l.language.tokenizer.root.unshift([new RegExp(\"\\\\bns\\\\b\"), { token: \"ns\" }]);\n for (const symbol of symbols)\n l.language.tokenizer.root.unshift([new RegExp(`\\\\b${symbol}\\\\b`), { token: \"netscriptfunction\" }]);\n const otherKeywords = [\"let\", \"const\", \"var\", \"function\"];\n const otherKeyvars = [\"true\", \"false\", \"null\", \"undefined\"];\n otherKeywords.forEach((k) =>\n l.language.tokenizer.root.unshift([new RegExp(`\\\\b${k}\\\\b`), { token: \"otherkeywords\" }]),\n );\n otherKeyvars.forEach((k) =>\n l.language.tokenizer.root.unshift([new RegExp(`\\\\b${k}\\\\b`), { token: \"otherkeyvars\" }]),\n );\n l.language.tokenizer.root.unshift([new RegExp(\"\\\\bthis\\\\b\"), { token: \"this\" }]);\n })();\n\n const source = (libSource + \"\").replace(/export /g, \"\");\n monaco.languages.typescript.javascriptDefaults.addExtraLib(source, \"netscript.d.ts\");\n monaco.languages.typescript.typescriptDefaults.addExtraLib(source, \"netscript.d.ts\");\n loadThemes(monaco);\n sanitizeTheme(Settings.EditorTheme);\n monaco.editor.defineTheme(\"customTheme\", makeTheme(Settings.EditorTheme));\n }\n\n // When the editor is mounted\n function onMount(editor: IStandaloneCodeEditor, monaco: Monaco): void {\n // Required when switching between site navigation (e.g. from Script Editor -> Terminal and back)\n // the `useEffect()` for vim mode is called before editor is mounted.\n setEditor(editor);\n\n editorRef.current = editor;\n monacoRef.current = monaco;\n\n if (editorRef.current === null || monacoRef.current === null) return;\n\n if (!props.files && currentScript !== null) {\n // Open currentscript\n regenerateModel(currentScript);\n editorRef.current.setModel(currentScript.model);\n editorRef.current.setPosition(currentScript.lastPosition);\n editorRef.current.revealLineInCenter(currentScript.lastPosition.lineNumber);\n updateRAM(currentScript.code);\n editorRef.current.focus();\n return;\n }\n if (props.files) {\n const files = Object.entries(props.files);\n\n if (!files.length) {\n editorRef.current.focus();\n return;\n }\n\n for (const [filename, code] of files) {\n // Check if file is already opened\n const openScript = openScripts.find(\n (script) => script.fileName === filename && script.hostname === props.hostname,\n );\n if (openScript) {\n // Script is already opened\n if (openScript.model === undefined || openScript.model === null || openScript.model.isDisposed()) {\n regenerateModel(openScript);\n }\n\n currentScript = openScript;\n editorRef.current.setModel(openScript.model);\n editorRef.current.setPosition(openScript.lastPosition);\n editorRef.current.revealLineInCenter(openScript.lastPosition.lineNumber);\n updateRAM(openScript.code);\n } else {\n // Open script\n const newScript = new OpenScript(\n filename,\n code,\n props.hostname,\n new monacoRef.current.Position(0, 0),\n monacoRef.current.editor.createModel(code, filename.endsWith(\".txt\") ? \"plaintext\" : \"javascript\"),\n );\n openScripts.push(newScript);\n currentScript = newScript;\n editorRef.current.setModel(newScript.model);\n updateRAM(newScript.code);\n }\n }\n }\n\n editorRef.current.focus();\n }\n\n function infLoop(newCode: string): void {\n if (editorRef.current === null || currentScript === null) return;\n if (!currentScript.fileName.endsWith(\".js\")) return;\n const awaitWarning = checkInfiniteLoop(newCode);\n if (awaitWarning !== -1) {\n const newDecorations = editorRef.current.deltaDecorations(decorations, [\n {\n range: {\n startLineNumber: awaitWarning,\n startColumn: 1,\n endLineNumber: awaitWarning,\n endColumn: 10,\n },\n options: {\n isWholeLine: true,\n glyphMarginClassName: \"myGlyphMarginClass\",\n glyphMarginHoverMessage: {\n value: \"Possible infinite loop, await something.\",\n },\n },\n },\n ]);\n setDecorations(newDecorations);\n } else {\n const newDecorations = editorRef.current.deltaDecorations(decorations, []);\n setDecorations(newDecorations);\n }\n }\n\n // When the code is updated within the editor\n function updateCode(newCode?: string): void {\n if (newCode === undefined) return;\n setUpdatingRam(true);\n debouncedUpdateRAM(newCode);\n if (editorRef.current === null) return;\n const newPos = editorRef.current.getPosition();\n if (newPos === null) return;\n if (currentScript !== null) {\n currentScript.code = newCode;\n currentScript.lastPosition = newPos;\n }\n try {\n infLoop(newCode);\n } catch (err) {}\n }\n\n function saveScript(scriptToSave: OpenScript): void {\n const server = GetServer(scriptToSave.hostname);\n if (server === null) throw new Error(\"Server should not be null but it is.\");\n if (isScriptFilename(scriptToSave.fileName)) {\n //If the current script already exists on the server, overwrite it\n for (let i = 0; i < server.scripts.length; i++) {\n if (scriptToSave.fileName == server.scripts[i].filename) {\n server.scripts[i].saveScript(scriptToSave.fileName, scriptToSave.code, Player.currentServer, server.scripts);\n if (Settings.SaveGameOnFileSave) saveObject.saveGame();\n Router.toTerminal();\n return;\n }\n }\n\n //If the current script does NOT exist, create a new one\n const script = new Script();\n script.saveScript(scriptToSave.fileName, scriptToSave.code, Player.currentServer, server.scripts);\n server.scripts.push(script);\n } else if (scriptToSave.isTxt) {\n for (let i = 0; i < server.textFiles.length; ++i) {\n if (server.textFiles[i].fn === scriptToSave.fileName) {\n server.textFiles[i].write(scriptToSave.code);\n if (Settings.SaveGameOnFileSave) saveObject.saveGame();\n Router.toTerminal();\n return;\n }\n }\n const textFile = new TextFile(scriptToSave.fileName, scriptToSave.code);\n server.textFiles.push(textFile);\n } else {\n dialogBoxCreate(\"Invalid filename. Must be either a script (.script or .js) or a text file (.txt)\");\n return;\n }\n\n if (Settings.SaveGameOnFileSave) saveObject.saveGame();\n Router.toTerminal();\n }\n\n function save(): void {\n if (currentScript === null) {\n console.error(\"currentScript is null when it shouldn't be. Unable to save script\");\n return;\n }\n // this is duplicate code with saving later.\n if (ITutorial.isRunning && ITutorial.currStep === iTutorialSteps.TerminalTypeScript) {\n //Make sure filename + code properly follow tutorial\n if (currentScript.fileName !== \"n00dles.script\" && currentScript.fileName !== \"n00dles.js\") {\n dialogBoxCreate(\"Don't change the script name for now.\");\n return;\n }\n const cleanCode = currentScript.code.replace(/\\s/g, \"\");\n const ns1 = \"while(true){hack('n00dles');}\";\n const ns2 = `exportasyncfunctionmain(ns){while(true){awaitns.hack('n00dles');}}`;\n if (cleanCode.indexOf(ns1) == -1 && cleanCode.indexOf(ns2) == -1) {\n dialogBoxCreate(\"Please copy and paste the code from the tutorial!\");\n return;\n }\n\n //Save the script\n saveScript(currentScript);\n\n iTutorialNextStep();\n\n return;\n }\n\n if (currentScript.fileName == \"\") {\n dialogBoxCreate(\"You must specify a filename!\");\n return;\n }\n\n if (!isValidFilePath(currentScript.fileName)) {\n dialogBoxCreate(\n \"Script filename can contain only alphanumerics, hyphens, and underscores, and must end with an extension.\",\n );\n return;\n }\n\n const server = GetServer(currentScript.hostname);\n if (server === null) throw new Error(\"Server should not be null but it is.\");\n if (isScriptFilename(currentScript.fileName)) {\n //If the current script already exists on the server, overwrite it\n for (let i = 0; i < server.scripts.length; i++) {\n if (currentScript.fileName == server.scripts[i].filename) {\n server.scripts[i].saveScript(\n currentScript.fileName,\n currentScript.code,\n Player.currentServer,\n server.scripts,\n );\n if (Settings.SaveGameOnFileSave) saveObject.saveGame();\n rerender();\n return;\n }\n }\n\n //If the current script does NOT exist, create a new one\n const script = new Script();\n script.saveScript(currentScript.fileName, currentScript.code, Player.currentServer, server.scripts);\n server.scripts.push(script);\n } else if (currentScript.isTxt) {\n for (let i = 0; i < server.textFiles.length; ++i) {\n if (server.textFiles[i].fn === currentScript.fileName) {\n server.textFiles[i].write(currentScript.code);\n if (Settings.SaveGameOnFileSave) saveObject.saveGame();\n rerender();\n return;\n }\n }\n const textFile = new TextFile(currentScript.fileName, currentScript.code);\n server.textFiles.push(textFile);\n } else {\n dialogBoxCreate(\"Invalid filename. Must be either a script (.script or .js) or a text file (.txt)\");\n return;\n }\n\n if (Settings.SaveGameOnFileSave) saveObject.saveGame();\n rerender();\n }\n\n function reorder(list: OpenScript[], startIndex: number, endIndex: number): void {\n const [removed] = list.splice(startIndex, 1);\n list.splice(endIndex, 0, removed);\n }\n\n function onDragEnd(result: any): void {\n // Dropped outside of the list\n if (!result.destination) return;\n reorder(openScripts, result.source.index, result.destination.index);\n }\n\n function currentTabIndex(): number | undefined {\n if (currentScript !== null) {\n return openScripts.findIndex(\n (script) =>\n currentScript !== null &&\n script.fileName === currentScript.fileName &&\n script.hostname === currentScript.hostname,\n );\n }\n\n return undefined;\n }\n\n function onTabClick(index: number): void {\n if (currentScript !== null) {\n // Save currentScript to openScripts\n const curIndex = currentTabIndex();\n if (curIndex !== undefined) {\n openScripts[curIndex] = currentScript;\n }\n }\n\n currentScript = openScripts[index];\n\n if (editorRef.current !== null && openScripts[index] !== null) {\n if (currentScript.model === undefined || currentScript.model.isDisposed()) {\n regenerateModel(currentScript);\n }\n editorRef.current.setModel(currentScript.model);\n\n editorRef.current.setPosition(currentScript.lastPosition);\n editorRef.current.revealLineInCenter(currentScript.lastPosition.lineNumber);\n updateRAM(currentScript.code);\n editorRef.current.focus();\n }\n }\n\n function onTabClose(index: number): void {\n // See if the script on the server is up to date\n const closingScript = openScripts[index];\n const savedScriptCode = closingScript.code;\n const wasCurrentScript = openScripts[index] === currentScript;\n\n if (dirty(index)) {\n PromptEvent.emit({\n txt: `Do you want to save changes to ${closingScript.fileName} on ${closingScript.hostname}?`,\n resolve: (result: boolean | string) => {\n if (result) {\n // Save changes\n closingScript.code = savedScriptCode;\n saveScript(closingScript);\n }\n },\n });\n }\n\n openScripts.splice(index, 1);\n if (openScripts.length === 0) {\n currentScript = null;\n Router.toTerminal();\n return;\n }\n\n // Change current script if we closed it\n if (wasCurrentScript) {\n //Keep the same index unless we were on the last script\n const indexOffset = openScripts.length === index ? -1 : 0;\n currentScript = openScripts[index + indexOffset];\n if (editorRef.current !== null) {\n if (currentScript.model.isDisposed() || !currentScript.model) {\n regenerateModel(currentScript);\n }\n editorRef.current.setModel(currentScript.model);\n editorRef.current.setPosition(currentScript.lastPosition);\n editorRef.current.revealLineInCenter(currentScript.lastPosition.lineNumber);\n editorRef.current.focus();\n }\n }\n rerender();\n }\n\n function onTabUpdate(index: number): void {\n const openScript = openScripts[index];\n const serverScriptCode = getServerCode(index);\n if (serverScriptCode === null) return;\n\n if (openScript.code !== serverScriptCode) {\n PromptEvent.emit({\n txt:\n \"Do you want to overwrite the current editor content with the contents of \" +\n openScript.fileName +\n \" on the server? This cannot be undone.\",\n resolve: (result: boolean | string) => {\n if (result) {\n // Save changes\n openScript.code = serverScriptCode;\n\n // Switch to target tab\n onTabClick(index);\n\n if (editorRef.current !== null && openScript !== null) {\n if (openScript.model === undefined || openScript.model.isDisposed()) {\n regenerateModel(openScript);\n }\n editorRef.current.setModel(openScript.model);\n\n editorRef.current.setValue(openScript.code);\n updateRAM(openScript.code);\n editorRef.current.focus();\n }\n }\n },\n });\n }\n }\n\n function dirty(index: number): string {\n const openScript = openScripts[index];\n const serverData = getServerCode(index);\n if (serverData === null) return \" *\";\n // For scripts, server code is stored with its starting & trailing whitespace removed\n const code = openScript.isTxt ? openScript.code : Script.formatCode(openScript.code);\n return serverData !== code ? \" *\" : \"\";\n }\n function getServerCode(index: number): string | null {\n const openScript = openScripts[index];\n const server = GetServer(openScript.hostname);\n if (server === null) throw new Error(`Server '${openScript.hostname}' should not be null, but it is.`);\n const data = openScript.isTxt\n ? server.textFiles.find((t) => t.filename === openScript.fileName)?.text\n : server.scripts.find((s) => s.filename === openScript.fileName)?.code;\n return data ?? null;\n }\n function handleFilterChange(event: React.ChangeEvent): void {\n setFilter(event.target.value);\n }\n function handleExpandSearch(): void {\n setFilter(\"\");\n setSearchExpanded(!searchExpanded);\n }\n const filteredOpenScripts = Object.values(openScripts).filter(\n (script) => script.hostname.includes(filter) || script.fileName.includes(filter),\n );\n\n const tabsMaxWidth = 1640;\n const tabMargin = 5;\n const tabMaxWidth = filteredOpenScripts.length ? tabsMaxWidth / filteredOpenScripts.length - tabMargin : 0;\n const tabIconWidth = 25;\n const tabTextWidth = tabMaxWidth - tabIconWidth * 2;\n return (\n <>\n
\n \n \n {(provided, snapshot) => (\n \n \n {searchExpanded ? (\n ,\n spellCheck: false,\n endAdornment: ,\n }}\n />\n ) : (\n \n )}\n \n {filteredOpenScripts.map(({ fileName, hostname }, index) => {\n const editingCurrentScript =\n currentScript?.fileName === filteredOpenScripts[index].fileName &&\n currentScript?.hostname === filteredOpenScripts[index].hostname;\n const externalScript = hostname !== \"home\";\n const colorProps = editingCurrentScript\n ? {\n background: Settings.theme.button,\n borderColor: Settings.theme.button,\n color: Settings.theme.primary,\n }\n : {\n background: Settings.theme.backgroundsecondary,\n borderColor: Settings.theme.backgroundsecondary,\n color: Settings.theme.secondary,\n };\n\n if (externalScript) {\n colorProps.color = Settings.theme.info;\n }\n const iconButtonStyle = {\n maxWidth: `${tabIconWidth}px`,\n minWidth: `${tabIconWidth}px`,\n minHeight: \"38.5px\",\n maxHeight: \"38.5px\",\n ...colorProps,\n };\n\n const scriptTabText = `${hostname}:~${fileName.startsWith(\"/\") ? \"\" : \"/\"}${fileName} ${dirty(\n index,\n )}`;\n return (\n \n {(provided) => (\n \n \n onTabClick(index)}\n onMouseDown={(e) => {\n e.preventDefault();\n if (e.button === 1) onTabClose(index);\n }}\n style={{\n maxWidth: `${tabTextWidth}px`,\n minHeight: \"38.5px\",\n overflow: \"hidden\",\n ...colorProps,\n }}\n >\n \n {scriptTabText}\n \n \n \n \n \n \n \n
\n )}\n
\n );\n })}\n {provided.placeholder}\n \n )}\n \n \n
\n Loading script editor!}\n height={`calc(100vh - ${130 + (options.vim ? 34 : 0)}px)`}\n defaultLanguage=\"javascript\"\n defaultValue={\"\"}\n onChange={updateCode}\n theme={options.theme}\n options={{ ...options, glyphMargin: true }}\n />\n\n \n\n \n \n \n {\n setRamInfoOpen(true);\n }}\n >\n {ram}\n \n \n \n \n {\" \"}\n Documentation:{\" \"}\n \n Basic\n \n {\" | \"}\n \n Full\n \n \n \n {\n sanitizeTheme(Settings.EditorTheme);\n monacoRef.current?.editor.defineTheme(\"customTheme\", makeTheme(Settings.EditorTheme));\n setOptionsOpen(false);\n }}\n options={{\n theme: Settings.MonacoTheme,\n insertSpaces: Settings.MonacoInsertSpaces,\n fontSize: Settings.MonacoFontSize,\n wordWrap: Settings.MonacoWordWrap,\n vim: Settings.MonacoVim,\n }}\n save={(options: Options) => {\n sanitizeTheme(Settings.EditorTheme);\n monacoRef.current?.editor.defineTheme(\"customTheme\", makeTheme(Settings.EditorTheme));\n setOptions(options);\n Settings.MonacoTheme = options.theme;\n Settings.MonacoInsertSpaces = options.insertSpaces;\n Settings.MonacoFontSize = options.fontSize;\n Settings.MonacoWordWrap = options.wordWrap;\n Settings.MonacoVim = options.vim;\n }}\n />\n setRamInfoOpen(false)}>\n \n \n {ramEntries.map(([n, r]) => (\n \n \n {n}\n \n {r}\n \n \n \n ))}\n \n
\n
\n
\n \n \n No open files\n \n Use nano FILENAME in\n
\n the terminal to open files\n
\n
\n \n \n );\n}\n","import * as React from \"react\";\nimport { useTheme } from \"@mui/material/styles\";\nimport Box from \"@mui/material/Box\";\nimport IconButton from \"@mui/material/IconButton\";\nimport FirstPageIcon from \"@mui/icons-material/FirstPage\";\nimport KeyboardArrowLeft from \"@mui/icons-material/KeyboardArrowLeft\";\nimport KeyboardArrowRight from \"@mui/icons-material/KeyboardArrowRight\";\nimport LastPageIcon from \"@mui/icons-material/LastPage\";\n\ninterface TablePaginationActionsProps {\n count: number;\n page: number;\n rowsPerPage: number;\n onPageChange: (event: React.MouseEvent, newPage: number) => void;\n}\n\nexport function TablePaginationActionsAll(props: TablePaginationActionsProps): React.ReactElement {\n const theme = useTheme();\n const { count, page, rowsPerPage, onPageChange } = props;\n\n const handleFirstPageButtonClick = (event: React.MouseEvent): void => {\n onPageChange(event, 0);\n };\n\n const handleBackButtonClick = (event: React.MouseEvent): void => {\n onPageChange(event, page - 1);\n };\n\n const handleNextButtonClick = (event: React.MouseEvent): void => {\n onPageChange(event, page + 1);\n };\n\n const handleLastPageButtonClick = (event: React.MouseEvent): void => {\n onPageChange(event, Math.max(0, Math.ceil(count / rowsPerPage) - 1));\n };\n\n return (\n \n \n {theme.direction === \"rtl\" ? : }\n \n \n {theme.direction === \"rtl\" ? : }\n \n = Math.ceil(count / rowsPerPage) - 1}>\n {theme.direction === \"rtl\" ? : }\n \n = Math.ceil(count / rowsPerPage) - 1}>\n {theme.direction === \"rtl\" ? : }\n \n \n );\n}\n","import ExpandLess from \"@mui/icons-material/ExpandLess\";\nimport ExpandMore from \"@mui/icons-material/ExpandMore\";\nimport { Box, Collapse, ListItemButton, ListItemText, Paper, Table, TableBody, Typography } from \"@mui/material\";\nimport { uniqueId } from \"lodash\";\nimport React from \"react\";\nimport { SpecialServers } from \"../../Server/data/SpecialServers\";\nimport { Settings } from \"../../Settings/Settings\";\nimport { Player } from \"../../Player\";\nimport { StatsRow } from \"../../ui/React/StatsRow\";\nimport { defaultMultipliers, getBitNodeMultipliers } from \"../BitNode\";\nimport { IBitNodeMultipliers } from \"../BitNodeMultipliers\";\n\ninterface IProps {\n n: number;\n level?: number;\n}\n\nexport function BitnodeMultiplierDescription({ n, level }: IProps): React.ReactElement {\n const [open, setOpen] = React.useState(false);\n if (n === 1) return <>;\n\n return (\n \n setOpen((old) => !old)}>\n Bitnode Multipliers} />\n {open ? : }\n \n \n \n \n \n );\n}\n\nexport const BitNodeMultipliersDisplay = ({ n, level }: IProps): React.ReactElement => {\n // If a level argument has been provided, use that as the multiplier level\n // If not, then we have to assume that we want the next level up from the\n // current node's source file, so we get the min of that, the SF's max level,\n // or if it's BN12, ∞\n const maxSfLevel = n === 12 ? Infinity : 3;\n const mults = getBitNodeMultipliers(n, level ?? Math.min(Player.sourceFileLvl(n) + 1, maxSfLevel));\n\n return (\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n );\n};\n\ninterface IBNMultRows {\n [mult: string]: {\n name: string;\n content?: string;\n color?: string;\n };\n}\n\ninterface IBNMultTableProps {\n sectionName: string;\n rowData: IBNMultRows;\n mults: IBitNodeMultipliers;\n}\n\nconst BNMultTable = (props: IBNMultTableProps): React.ReactElement => {\n const rowsArray = Object.entries(props.rowData)\n .filter(([key]) => props.mults[key] !== defaultMultipliers[key])\n .map(([key, value]) => (\n \n ));\n\n return rowsArray.length > 0 ? (\n \n {props.sectionName}\n \n {rowsArray}\n
\n
\n ) : (\n <>\n );\n};\n\ninterface IMultsProps {\n n: number;\n mults: IBitNodeMultipliers;\n}\n\nfunction GeneralMults({ mults }: IMultsProps): React.ReactElement {\n const rows: IBNMultRows = {\n WorldDaemonDifficulty: { name: `${SpecialServers.WorldDaemon} Difficulty` },\n DaedalusAugsRequirement: {\n name: \"Daedalus Augs Requirement\",\n content: String(mults.DaedalusAugsRequirement),\n },\n HacknetNodeMoney: { name: \"Hacknet Production\" },\n CodingContractMoney: { name: \"Coding Contract Reward\" },\n ClassGymExpGain: { name: \"Class/Gym Exp\" },\n };\n\n return ;\n}\n\nfunction AugmentationMults({ mults }: IMultsProps): React.ReactElement {\n const rows: IBNMultRows = {\n AugmentationMoneyCost: { name: \"Money Cost\" },\n AugmentationRepCost: {\n name: \"Reputation Cost\",\n color: Settings.theme.rep,\n },\n };\n\n return ;\n}\n\nfunction CompanyMults({ mults }: IMultsProps): React.ReactElement {\n const rows: IBNMultRows = {\n CompanyWorkMoney: {\n name: \"Work Money\",\n color: Settings.theme.money,\n },\n CompanyWorkExpGain: { name: \"Work Exp\" },\n };\n\n return ;\n}\n\nfunction StockMults({ mults }: IMultsProps): React.ReactElement {\n const rows: IBNMultRows = {\n FourSigmaMarketDataCost: { name: \"Market Data Cost\" },\n FourSigmaMarketDataApiCost: { name: \"Market Data API Cost\" },\n };\n\n return ;\n}\n\nfunction FactionMults({ mults }: IMultsProps): React.ReactElement {\n const rows: IBNMultRows = {\n RepToDonateToFaction: { name: \"Favor to Donate\" },\n FactionWorkRepGain: {\n name: \"Work Reputation\",\n color: Settings.theme.rep,\n },\n FactionWorkExpGain: { name: \"Work Exp\" },\n FactionPassiveRepGain: {\n name: \"Passive Rep\",\n color: Settings.theme.rep,\n },\n };\n\n return ;\n}\n\nfunction CrimeMults({ mults }: IMultsProps): React.ReactElement {\n const rows: IBNMultRows = {\n CrimeExpGain: {\n name: \"Crime Exp\",\n color: Settings.theme.combat,\n },\n CrimeMoney: {\n name: \"Crime Money\",\n color: Settings.theme.combat,\n },\n };\n\n return ;\n}\n\nfunction SkillMults({ mults }: IMultsProps): React.ReactElement {\n const rows: IBNMultRows = {\n HackingLevelMultiplier: {\n name: \"Hacking Level\",\n color: Settings.theme.hack,\n },\n StrengthLevelMultiplier: {\n name: \"Strength Level\",\n color: Settings.theme.combat,\n },\n DefenseLevelMultiplier: {\n name: \"Defense Level\",\n color: Settings.theme.combat,\n },\n DexterityLevelMultiplier: {\n name: \"Dexterity Level\",\n color: Settings.theme.combat,\n },\n AgilityLevelMultiplier: {\n name: \"Agility Level\",\n color: Settings.theme.combat,\n },\n CharismaLevelMultiplier: {\n name: \"Charisma Level\",\n color: Settings.theme.cha,\n },\n };\n\n return ;\n}\n\nfunction HackingMults({ mults }: IMultsProps): React.ReactElement {\n const rows: IBNMultRows = {\n HackExpGain: {\n name: \"Hacking Exp\",\n color: Settings.theme.hack,\n },\n ServerGrowthRate: { name: \"Server Growth Rate\" },\n ServerMaxMoney: { name: \"Server Max Money\" },\n ServerStartingMoney: { name: \"Server Starting Money\" },\n ServerStartingSecurity: { name: \"Server Starting Security\" },\n ServerWeakenRate: { name: \"Server Weaken Rate\" },\n ManualHackMoney: {\n name: \"Manual Hack Money\",\n color: Settings.theme.money,\n },\n ScriptHackMoney: {\n name: \"Script Hack Money\",\n color: Settings.theme.money,\n },\n ScriptHackMoneyGain: {\n name: \"Money Gained From Hack\",\n color: Settings.theme.money,\n },\n };\n\n return ;\n}\n\nfunction PurchasedServersMults({ mults }: IMultsProps): React.ReactElement {\n const rows: IBNMultRows = {\n PurchasedServerCost: {\n name: \"Base Cost\",\n content: mults.PurchasedServerCost.toFixed(3),\n },\n PurchasedServerSoftcap: {\n name: \"Softcap Cost\",\n content: mults.PurchasedServerSoftcap.toFixed(3),\n },\n PurchasedServerLimit: { name: \"Server Limit\" },\n PurchasedServerMaxRam: { name: \"Max RAM\" },\n HomeComputerRamCost: { name: \"Home RAM Cost\" },\n };\n\n return ;\n}\n\nfunction InfiltrationMults({ mults }: IMultsProps): React.ReactElement {\n const rows: IBNMultRows = {\n InfiltrationMoney: {\n name: \"Infiltration Money\",\n color: Settings.theme.money,\n },\n InfiltrationRep: {\n name: \"Infiltration Reputation\",\n color: Settings.theme.rep,\n },\n };\n\n return ;\n}\n\nfunction BladeburnerMults({ mults }: IMultsProps): React.ReactElement {\n if (!Player.canAccessBladeburner()) return <>;\n\n if (mults.BladeburnerRank === 0) {\n const rows: IBNMultRows = {\n BladeburnerRank: { name: \"Disabled\", content: \"\" },\n };\n\n return ;\n }\n\n const rows: IBNMultRows = {\n BladeburnerRank: { name: \"Rank Gain\" },\n BladeburnerSkillCost: { name: \"Skill Cost\" },\n };\n\n return ;\n}\n\nfunction StanekMults({ mults }: IMultsProps): React.ReactElement {\n if (!Player.canAccessCotMG()) return <>;\n\n const extraSize = mults.StaneksGiftExtraSize.toFixed(3);\n const rows: IBNMultRows = {\n StaneksGiftPowerMultiplier: { name: \"Gift Power\" },\n StaneksGiftExtraSize: {\n name: \"Base Size Modifier\",\n content: `${mults.StaneksGiftExtraSize > defaultMultipliers.StaneksGiftExtraSize ? `+${extraSize}` : extraSize}`,\n },\n };\n\n return ;\n}\n\nfunction GangMults({ mults }: IMultsProps): React.ReactElement {\n if (Player.bitNodeN !== 2 && Player.sourceFileLvl(2) <= 0) return <>;\n\n const rows: IBNMultRows = {\n GangSoftcap: {\n name: \"Gang Softcap\",\n content: mults.GangSoftcap.toFixed(3),\n },\n GangUniqueAugs: { name: \"Unique Augmentations\" },\n };\n\n return ;\n}\n\nfunction CorporationMults({ mults }: IMultsProps): React.ReactElement {\n if (!Player.canAccessCorporation()) return <>;\n\n if (mults.CorporationSoftcap < 0.15) {\n const rows: IBNMultRows = {\n CorporationSoftcap: {\n name: \"Disabled\",\n content: \"\",\n },\n };\n\n return ;\n }\n\n const rows: IBNMultRows = {\n CorporationSoftcap: {\n name: \"Corporation Softcap\",\n content: mults.CorporationSoftcap.toFixed(3),\n },\n CorporationValuation: { name: \"Valuation\" },\n };\n\n return ;\n}\n","import * as React from \"react\";\n\nimport makeStyles from \"@mui/styles/makeStyles\";\nimport { TableCell as MuiTableCell, TableCellProps } from \"@mui/material\";\n\nconst useStyles = makeStyles({\n root: {\n border: \"1px solid white\",\n width: \"5px\",\n height: \"5px\",\n },\n});\n\nexport const TableCell: React.FC = (props: TableCellProps) => {\n return (\n \n );\n};\n\ntype IProps = {\n onMouseEnter?: () => void;\n onClick?: () => void;\n color: string;\n};\n\nexport function Cell(cellProps: IProps): React.ReactElement {\n return (\n \n );\n}\n","import { TableBody, TableRow } from \"@mui/material\";\nimport * as React from \"react\";\nimport { ActiveFragment } from \"../ActiveFragment\";\nimport { calculateGrid } from \"../Helper\";\nimport { BaseGift } from \"../BaseGift\";\nimport { Cell } from \"./Cell\";\n\ninterface IProps {\n width: number;\n height: number;\n ghostGrid: number[][];\n gift: BaseGift;\n enter(i: number, j: number): void;\n click(i: number, j: number): void;\n}\n\nfunction randomColor(fragment: ActiveFragment): string {\n // Can't set Math.random seed so copy casino. TODO refactor both RNG later.\n let s1 = Math.pow((fragment.x + 1) * (fragment.y + 1), 10);\n let s2 = s1;\n let s3 = s1;\n\n const colors = [];\n for (let i = 0; i < 3; i++) {\n s1 = (171 * s1) % 30269;\n s2 = (172 * s2) % 30307;\n s3 = (170 * s3) % 30323;\n colors.push((s1 / 30269.0 + s2 / 30307.0 + s3 / 30323.0) % 1.0);\n }\n\n return `rgb(${colors[0] * 256}, ${colors[1] * 256}, ${colors[2] * 256})`;\n}\n\nexport function Grid(props: IProps): React.ReactElement {\n const activeGrid = calculateGrid(props.gift);\n\n function color(worldX: number, worldY: number): string {\n if (props.ghostGrid[worldX][worldY] && activeGrid[worldX][worldY]) return \"red\";\n if (props.ghostGrid[worldX][worldY]) return \"white\";\n\n if (activeGrid[worldX][worldY]) {\n const fragment = props.gift.fragmentAt(worldX, worldY);\n if (!fragment) throw new Error(\"ActiveFragment should not be null\");\n return randomColor(fragment);\n }\n return \"\";\n }\n\n // switch the width/length to make axis consistent.\n const elems = [];\n for (let j = 0; j < props.height; j++) {\n const cells = [];\n for (let i = 0; i < props.width; i++) {\n cells.push(\n props.enter(i, j)} onClick={() => props.click(i, j)} color={color(i, j)} />,\n );\n }\n elems.push({cells});\n }\n\n return {elems};\n}\n","import { Bladeburner } from \"../../Bladeburner/Bladeburner\";\nimport { PlayerObject } from \"./PlayerObject\";\n\nexport function canAccessBladeburner(this: PlayerObject): boolean {\n return this.bitNodeN === 6 || this.bitNodeN === 7 || this.sourceFileLvl(6) > 0 || this.sourceFileLvl(7) > 0;\n}\n\nexport function inBladeburner(this: PlayerObject): boolean {\n return Boolean(this.bladeburner);\n}\n\nexport function startBladeburner(this: PlayerObject): void {\n this.bladeburner = new Bladeburner();\n}\n","import { Bladeburner } from \"./Bladeburner\";\nimport { Action, IActionParams } from \"./Action\";\nimport { Generic_fromJSON, Generic_toJSON, IReviverValue, Reviver } from \"../utils/JSONReviver\";\n\nexport class Contract extends Action {\n constructor(params: IActionParams | null = null) {\n super(params);\n }\n\n getActionTypeSkillSuccessBonus(inst: Bladeburner): number {\n return inst.skillMultipliers.successChanceContract;\n }\n\n toJSON(): IReviverValue {\n return Generic_toJSON(\"Contract\", this);\n }\n\n static fromJSON(value: IReviverValue): Contract {\n return Generic_fromJSON(Contract, value.data);\n }\n}\n\nReviver.constructors.Contract = Contract;\n","export const ConsoleHelpText: {\n [key: string]: string[];\n helpList: string[];\n automate: string[];\n clear: string[];\n cls: string[];\n help: string[];\n log: string[];\n skill: string[];\n start: string[];\n stop: string[];\n} = {\n helpList: [\n \"Use 'help [command]' to get more information about a particular Bladeburner console command.\",\n \" \",\n \" automate [var] [val] [hi/low] Configure simple automation for Bladeburner tasks\",\n \" clear/cls Clear the console\",\n \" help [cmd] Display this help text, or help text for a specific command\",\n \" log [en/dis] [type] Enable or disable logging for events and actions\",\n \" skill [action] [name] Level or display info about your Bladeburner skills\",\n \" start [type] [name] Start a Bladeburner action/task\",\n \" stop Stops your current Bladeburner action/task\",\n \" \",\n ],\n automate: [\n \"Usage: automate [var] [val] [hi/low]\",\n \" \",\n \"A simple way to automate your Bladeburner actions. This console command can be used \" +\n \"to automatically start an action when your stamina rises above a certain threshold, and \" +\n \"automatically switch to another action when your stamina drops below another threshold.\",\n \" \",\n \" automate status - Check the current status of your automation and get a brief description of what it'll do\",\n \" automate en - Enable the automation feature\",\n \" automate dis - Disable the automation feature\",\n \" \",\n \"There are four properties that must be set for this automation to work properly. Here is how to set them:\",\n \" \",\n \" automate stamina 100 high\",\n \" automate contract Tracking high\",\n \" automate stamina 50 low\",\n \" automate general 'Field Analysis' low\",\n \" \",\n \"Using the four console commands above will set the automation to perform Tracking contracts \" +\n \"if your stamina is 100 or higher, and then switch to Field Analysis if your stamina drops below \" +\n \"50. Note that when setting the action, the name of the action is CASE-SENSITIVE. It must \" +\n \"exactly match whatever the name is in the UI.\",\n \" \",\n ],\n clear: [\"Usage: clear\", \" \", \"Clears the console\", \" \"],\n cls: [\"Usage: cls\", \" \", \"Clears the console\", \" \"],\n help: [\n \"Usage: help [command]\",\n \" \",\n \"Running 'help' with no arguments displays the general help text, which lists all console commands \" +\n \"and a brief description of what they do. A command can be specified to get more specific help text \" +\n \"about that particular command. For example:\",\n \" \",\n \" help automate\",\n \" \",\n \"will display specific information about using the automate console command\",\n \" \",\n ],\n log: [\n \"Usage: log [en/dis] [type]\",\n \" \",\n \"Enable or disable logging. By default, the results of completing actions such as contracts/operations are logged \" +\n \"in the console. There are also random events that are logged in the console as well. The five categories of \" +\n \"things that get logged are:\",\n \" \",\n \"[general, contracts, ops, blackops, events]\",\n \" \",\n \"The logging for these categories can be enabled or disabled like so:\",\n \" \",\n \" log dis contracts - Disables logging that occurs when contracts are completed\",\n \" log en contracts - Enables logging that occurs when contracts are completed\",\n \" log dis events - Disables logging for Bladeburner random events\",\n \" \",\n \"Logging can be universally enabled/disabled using the 'all' keyword:\",\n \" \",\n \" log dis all\",\n \" log en all\",\n \" \",\n ],\n skill: [\n \"Usage: skill [action] [name]\",\n \" \",\n \"Level or display information about your skills.\",\n \" \",\n \"To display information about all of your skills and your multipliers, use:\",\n \" \",\n \" skill list\",\n \" \",\n \"To display information about a specific skill, specify the name of the skill afterwards. \" +\n \"Note that the name of the skill is case-sensitive. Enter it exactly as seen in the UI. If \" +\n \"the name of the skill has whitespace, enclose the name of the skill in double quotation marks:\",\n \" \",\n \" skill list Reaper\",\n \" skill list 'Digital Observer'\",\n \" \",\n \"This console command can also be used to level up skills:\",\n \" \",\n \" skill level [skill name]\",\n \" \",\n ],\n start: [\n \"Usage: start [type] [name]\",\n \" \",\n \"Start an action. An action is specified by its type and its name. The \" +\n \"name is case-sensitive. It must appear exactly as it does in the UI. If \" +\n \"the name of the action has whitespace, enclose it in double quotation marks. \" +\n \"Valid action types include:\",\n \" \",\n \"[general, contract, op, blackop]\",\n \" \",\n \"Examples:\",\n \" \",\n \" start contract Tracking\",\n \" start op 'Undercover Operation'\",\n \" \",\n ],\n stop: [\"Usage: stop\", \" \", \"Stop your current action and go idle.\", \" \"],\n};\n","import { Corporation } from \"../../Corporation/Corporation\";\nimport {\n CorporationUnlockUpgradeIndex,\n CorporationUnlockUpgrades,\n} from \"../../Corporation/data/CorporationUnlockUpgrades\";\nimport { PlayerObject } from \"./PlayerObject\";\n\nexport function canAccessCorporation(this: PlayerObject): boolean {\n return this.bitNodeN === 3 || this.sourceFileLvl(3) > 0;\n}\n\nexport function hasCorporation(this: PlayerObject): boolean {\n return Boolean(this.corporation);\n}\n\nexport function startCorporation(this: PlayerObject, corpName: string, additionalShares = 0): void {\n this.corporation = new Corporation({\n name: corpName,\n });\n\n if (this.sourceFileLvl(3) === 3) {\n const warehouseApi = CorporationUnlockUpgrades[CorporationUnlockUpgradeIndex.WarehouseAPI].index;\n const OfficeApi = CorporationUnlockUpgrades[CorporationUnlockUpgradeIndex.OfficeAPI].index;\n\n this.corporation.unlockUpgrades[warehouseApi] = 1;\n this.corporation.unlockUpgrades[OfficeApi] = 1;\n }\n\n this.corporation.totalShares += additionalShares;\n}\n","export function HammingEncode(data: number): string {\n const enc: Array = [0];\n const data_bits: Array = data.toString(2).split(\"\").reverse();\n\n data_bits.forEach((e, i, a) => {\n a[i] = parseInt(e);\n });\n\n let k = data_bits.length;\n\n /* NOTE: writing the data like this flips the endianness, this is what the\n * original implementation by Hedrauta did so I'm keeping it like it was. */\n for (let i = 1; k > 0; i++) {\n if ((i & (i - 1)) != 0) {\n enc[i] = data_bits[--k];\n } else {\n enc[i] = 0;\n }\n }\n\n let parity: any = 0;\n\n /* Figure out the subsection parities */\n for (let i = 0; i < enc.length; i++) {\n if (enc[i]) {\n parity ^= i;\n }\n }\n\n parity = parity.toString(2).split(\"\").reverse();\n parity.forEach((e: any, i: any, a: any) => {\n a[i] = parseInt(e);\n });\n\n /* Set the parity bits accordingly */\n for (let i = 0; i < parity.length; i++) {\n enc[2 ** i] = parity[i] ? 1 : 0;\n }\n\n parity = 0;\n /* Figure out the overall parity for the entire block */\n for (let i = 0; i < enc.length; i++) {\n if (enc[i]) {\n parity++;\n }\n }\n\n /* Finally set the overall parity bit */\n enc[0] = parity % 2 == 0 ? 0 : 1;\n\n return enc.join(\"\");\n}\n\nexport function HammingEncodeProperly(data: number): string {\n /* How many bits do we need?\n * n = 2^m\n * k = 2^m - m - 1\n * where k is the number of data bits, m the number\n * of parity bits and n the number of total bits. */\n\n let m = 1;\n\n while (2 ** (2 ** m - m - 1) - 1 < data) {\n m++;\n }\n\n const n: number = 2 ** m;\n const k: number = 2 ** m - m - 1;\n\n const enc: Array = [0];\n const data_bits: Array = data.toString(2).split(\"\").reverse();\n\n data_bits.forEach((e, i, a) => {\n a[i] = parseInt(e);\n });\n\n /* Flip endianness as in the original implementation by Hedrauta\n * and write the data back to front\n * XXX why do we do this? */\n for (let i = 1, j = k; i < n; i++) {\n if ((i & (i - 1)) != 0) {\n enc[i] = data_bits[--j] ? data_bits[j] : 0;\n }\n }\n\n let parity: any = 0;\n\n /* Figure out the subsection parities */\n for (let i = 0; i < n; i++) {\n if (enc[i]) {\n parity ^= i;\n }\n }\n\n parity = parity.toString(2).split(\"\").reverse();\n parity.forEach((e: any, i: any, a: any) => {\n a[i] = parseInt(e);\n });\n\n /* Set the parity bits accordingly */\n for (let i = 0; i < m; i++) {\n enc[2 ** i] = parity[i] ? 1 : 0;\n }\n\n parity = 0;\n /* Figure out the overall parity for the entire block */\n for (let i = 0; i < n; i++) {\n if (enc[i]) {\n parity++;\n }\n }\n\n /* Finally set the overall parity bit */\n enc[0] = parity % 2 == 0 ? 0 : 1;\n\n return enc.join(\"\");\n}\n\nexport function HammingDecode(data: string): number {\n let err = 0;\n const bits: Array = [];\n\n /* TODO why not just work with an array of digits from the start? */\n for (const i in data.split(\"\")) {\n const bit = parseInt(data[i]);\n bits[i] = bit;\n\n if (bit) {\n err ^= +i;\n }\n }\n\n /* If err != 0 then it spells out the index of the bit that was flipped */\n if (err) {\n /* Flip to correct */\n bits[err] = bits[err] ? 0 : 1;\n }\n\n /* Now we have to read the message, bit 0 is unused (it's the overall parity bit\n * which we don't care about). Each bit at an index that is a power of 2 is\n * a parity bit and not part of the actual message. */\n\n let ans = \"\";\n\n for (let i = 1; i < bits.length; i++) {\n /* i is not a power of two so it's not a parity bit */\n if ((i & (i - 1)) != 0) {\n ans += bits[i];\n }\n }\n\n /* TODO to avoid ambiguity about endianness why not let the player return the extracted (and corrected)\n * data bits, rather than guessing at how to convert it to a decimal string? */\n return parseInt(ans, 2);\n}\n","// Function that returns the next Company Position in the \"ladder\"\n// i.e. the next position to get promoted to\nimport { CompanyPosition } from \"./CompanyPosition\";\nimport { CompanyPositions } from \"./CompanyPositions\";\n\nexport function getNextCompanyPositionHelper(currPos: CompanyPosition | null): CompanyPosition | null {\n if (currPos == null) {\n return null;\n }\n\n const nextPosName: string | null = currPos.nextPosition;\n if (nextPosName == null) {\n return null;\n }\n\n return CompanyPositions[nextPosName];\n}\n","/**\n * How many stock market 'ticks' before a 'cycle' is triggered.\n * A 'tick' is whenever stock prices update\n */\nexport const TicksPerCycle = 75;\n","export const StanekConstants = {\n RAMBonus: 0.1,\n BaseSize: 9,\n MaxSize: 25,\n};\n","// Defines a \"Research Tree\"\n// Each Industry has a unique Research Tree\n// Each Node in the Research Trees only holds the name(s) of Research,\n// not an actual Research object. The name can be used to obtain a reference\n// to the corresponding Research object using the ResearchMap\nimport { Research } from \"./Research\";\nimport { ResearchMap } from \"./ResearchMap\";\n\ninterface IConstructorParams {\n children?: Node[];\n cost: number;\n text: string;\n parent?: Node | null;\n}\n\nexport class Node {\n // All child Nodes in the tree\n // The Research held in this Node is a prerequisite for all Research in\n // child Nodes\n children: Node[] = [];\n\n // How much Scientific Research is needed for this\n // Necessary to show it on the UI\n cost = 0;\n\n // Whether or not this Research has been unlocked\n researched = false;\n\n // Parent node in the tree\n // The parent node defines the prerequisite Research (there can only be one)\n // Set as null for no prerequisites\n parent: Node | null = null;\n\n // Name of the Research held in this Node\n text = \"\";\n\n constructor(p: IConstructorParams = { cost: 0, text: \"\" }) {\n if (ResearchMap[p.text] == null) {\n throw new Error(`Invalid Research name used when constructing ResearchTree Node: ${p.text}`);\n }\n\n this.text = p.text;\n this.cost = p.cost;\n\n if (p.children && p.children.length > 0) {\n this.children = p.children;\n }\n\n if (p.parent != null) {\n this.parent = p.parent;\n }\n }\n\n addChild(n: Node): void {\n this.children.push(n);\n n.parent = this;\n }\n\n // Recursive function for finding a Node with the specified text\n findNode(text: string): Node | null {\n // Is this the Node?\n if (this.text === text) {\n return this;\n }\n\n // Recursively search children\n let res = null;\n for (let i = 0; i < this.children.length; ++i) {\n res = this.children[i].findNode(text);\n if (res != null) {\n return res;\n }\n }\n\n return null;\n }\n\n setParent(n: Node): void {\n this.parent = n;\n }\n}\n\n// A ResearchTree defines all available Research in an Industry\n// The root node in a Research Tree must always be the \"Hi-Tech R&D Laboratory\"\nexport class ResearchTree {\n // Object containing names of all acquired Research by name\n researched: Record = {};\n\n // Root Node\n root: Node | null = null;\n\n // Gets an array with the 'text' values of ALL Nodes in the Research Tree\n getAllNodes(): string[] {\n const res: string[] = [];\n const queue: Node[] = [];\n\n if (this.root == null) {\n return res;\n }\n\n queue.push(this.root);\n while (queue.length !== 0) {\n const node: Node | undefined = queue.shift();\n if (node == null) {\n continue;\n }\n\n res.push(node.text);\n for (let i = 0; i < node.children.length; ++i) {\n queue.push(node.children[i]);\n }\n }\n\n return res;\n }\n\n // Get total multipliers from this Research Tree\n getAdvertisingMultiplier(): number {\n return this.getMultiplierHelper(\"advertisingMult\");\n }\n\n getEmployeeChaMultiplier(): number {\n return this.getMultiplierHelper(\"employeeChaMult\");\n }\n\n getEmployeeCreMultiplier(): number {\n return this.getMultiplierHelper(\"employeeCreMult\");\n }\n\n getEmployeeEffMultiplier(): number {\n return this.getMultiplierHelper(\"employeeEffMult\");\n }\n\n getEmployeeIntMultiplier(): number {\n return this.getMultiplierHelper(\"employeeIntMult\");\n }\n\n getProductionMultiplier(): number {\n return this.getMultiplierHelper(\"productionMult\");\n }\n\n getProductProductionMultiplier(): number {\n return this.getMultiplierHelper(\"productProductionMult\");\n }\n\n getSalesMultiplier(): number {\n return this.getMultiplierHelper(\"salesMult\");\n }\n\n getScientificResearchMultiplier(): number {\n return this.getMultiplierHelper(\"sciResearchMult\");\n }\n\n getStorageMultiplier(): number {\n return this.getMultiplierHelper(\"storageMult\");\n }\n\n // Helper function for all the multiplier getter fns\n getMultiplierHelper(propName: string): number {\n let res = 1;\n if (this.root == null) {\n return res;\n }\n\n const queue: Node[] = [];\n queue.push(this.root);\n while (queue.length !== 0) {\n const node: Node | undefined = queue.shift();\n\n // If the Node has not been researched, there's no need to\n // process it or its children\n if (node == null || !node.researched) {\n continue;\n }\n\n const research: Research | null = ResearchMap[node.text];\n\n // Safety checks\n if (research == null) {\n console.warn(`Invalid Research name in node: ${node.text}`);\n continue;\n }\n\n const mult =\n {\n advertisingMult: research.advertisingMult,\n employeeChaMult: research.employeeChaMult,\n employeeCreMult: research.employeeCreMult,\n employeeEffMult: research.employeeEffMult,\n employeeIntMult: research.employeeIntMult,\n productionMult: research.productionMult,\n productProductionMult: research.productProductionMult,\n salesMult: research.salesMult,\n sciResearchMult: research.sciResearchMult,\n storageMult: research.storageMult,\n }[propName] ?? null;\n\n if (mult == null) {\n console.warn(`Invalid propName specified in ResearchTree.getMultiplierHelper: ${propName}`);\n continue;\n }\n\n res *= mult;\n for (let i = 0; i < node.children.length; ++i) {\n queue.push(node.children[i]);\n }\n }\n\n return res;\n }\n\n // Search for a Node with the given name ('text' property on the Node)\n // Returns 'null' if it cannot be found\n findNode(name: string): Node | null {\n if (this.root == null) {\n return null;\n }\n return this.root.findNode(name);\n }\n\n // Marks a Node as researched\n research(name: string): void {\n if (this.root == null) {\n return;\n }\n\n const queue: Node[] = [];\n queue.push(this.root);\n while (queue.length !== 0) {\n const node: Node | undefined = queue.shift();\n if (node == null) {\n continue;\n }\n\n if (node.text === name) {\n node.researched = true;\n this.researched[name] = true;\n return;\n }\n\n for (let i = 0; i < node.children.length; ++i) {\n queue.push(node.children[i]);\n }\n }\n\n console.warn(`ResearchTree.research() did not find the specified Research node for: ${name}`);\n }\n\n // Set the tree's Root Node\n setRoot(root: Node): void {\n this.root = root;\n }\n}\n","import { AugmentationNames } from \"../Augmentation/data/AugmentationNames\";\nimport { PlayerOwnedAugmentation } from \"../Augmentation/PlayerOwnedAugmentation\";\nimport { Player } from \"../Player\";\nimport { Script } from \"../Script/Script\";\nimport { GetAllServers } from \"../Server/AllServers\";\n\nconst detect: [string, string][] = [\n [\"getHackTime\", \"returns milliseconds\"],\n [\"getGrowTime\", \"returns milliseconds\"],\n [\"getWeakenTime\", \"returns milliseconds\"],\n [\"getActionTime\", \"returns milliseconds\"],\n [\"hackAnalyzePercent\", \"renamed 'hackAnalyze' and returns decimal\"],\n [\"hackChance\", \"renamed 'hackAnalyzeChance'\"],\n [\"basic.calculateSkill\", \"renamed 'skills.calculateSkill'\"],\n [\"basic.calculateExp\", \"renamed 'skills.calculateExp'\"],\n [\"basic.hackChance\", \"renamed 'hacking.hackChance'\"],\n [\"basic.hackExp\", \"renamed 'hacking.hackExp'\"],\n [\"basic.hackPercent\", \"renamed 'hacking.hackPercent'\"],\n [\"basic.growPercent\", \"renamed 'hacking.growPercent'\"],\n [\"basic.hackTime\", \"renamed 'hacking.hackTime'\"],\n [\"basic.growTime\", \"renamed 'hacking.growTime'\"],\n [\"basic.weakenTime\", \"renamed 'hacking.weakenTime'\"],\n [\"write\", \"needs to be awaited\"],\n [\"scp\", \"needs to be awaited\"],\n [\"sleep\", \"Can no longer be called simultaneously.\"],\n [\"hacking_skill\", \"renamed 'hacking'\"],\n [\"tryWrite\", \"renamed 'tryWritePort'\"],\n];\n\nconst changes: [RegExp, string][] = [\n [/ns.getHackTime/g, \"((...a)=>ns.getHackTime(...a)/1000)\"],\n [/ns.getGrowTime/g, \"((...a)=>ns.getGrowTime(...a)/1000)\"],\n [/ns.getWeakenTime/g, \"((...a)=>ns.getWeakenTime(...a)/1000)\"],\n [/ns.bladeburner.getActionTime/g, \"((...a)=>ns.bladeburner.getActionTime(...a)/1000)\"],\n [/ns.hackAnalyzePercent/g, \"((...a)=>ns.hackAnalyze(...a)*100)\"],\n [/ns.hackChance/g, \"ns.hackAnalyzeChance\"],\n [/ns.tryWrite/g, \"ns.tryWritePort\"],\n [/formulas.basic.calculateSkill/g, \"formulas.skills.calculateSkill\"],\n [/formulas.basic.calculateExp/g, \"formulas.skills.calculateExp\"],\n [/formulas.basic.hackChance/g, \"formulas.hacking.hackChance\"],\n [/formulas.basic.hackExp/g, \"formulas.hacking.hackExp\"],\n [/formulas.basic.hackPercent/g, \"formulas.hacking.hackPercent\"],\n [/formulas.basic.growPercent/g, \"formulas.hacking.growPercent\"],\n [/formulas.basic.hackTime/g, \"formulas.hacking.hackTime\"],\n [/formulas.basic.growTime/g, \"formulas.hacking.growTime\"],\n [/formulas.basic.weakenTime/g, \"formulas.hacking.weakenTime\"],\n];\nfunction hasChanges(code: string): boolean {\n for (const change of changes) {\n if (code.match(change[0])) return true;\n }\n return false;\n}\n\nfunction convert(code: string): string {\n const lines = code.split(\"\\n\");\n const out: string[] = [];\n for (let i = 0; i < lines.length; i++) {\n const orig = lines[i];\n let line = lines[i];\n for (const change of changes) {\n line = line.replace(change[0], change[1]);\n }\n if (line != orig) {\n out.push(`// =============================== original line ===============================`);\n out.push(`/**`);\n out.push(` * ${orig}`);\n out.push(\" */\");\n out.push(`// =============================================================================`);\n }\n out.push(line);\n }\n return out.join(\"\\n\");\n}\n\nexport function AwardNFG(n = 1): void {\n const nf = Player.augmentations.find((a) => a.name === AugmentationNames.NeuroFluxGovernor);\n if (nf) {\n nf.level += n;\n } else {\n const nf = new PlayerOwnedAugmentation(AugmentationNames.NeuroFluxGovernor);\n nf.level = n;\n Player.augmentations.push(nf);\n }\n}\n\nexport interface IFileLine {\n file: string;\n line: number;\n content: string;\n}\n\nexport function v1APIBreak(): void {\n let txt = \"\";\n for (const server of GetAllServers()) {\n for (const change of detect) {\n const s: IFileLine[] = [];\n for (const script of server.scripts) {\n const lines = script.code.split(\"\\n\");\n for (let i = 0; i < lines.length; i++) {\n if (lines[i].includes(change[0])) {\n s.push({\n file: script.filename,\n line: i + 1,\n content: \"\",\n });\n }\n }\n }\n\n if (s.length === 0) continue;\n\n txt += `// Detected change ${change[0]}, reason: ${change[1]}\\n`;\n for (const fl of s) {\n txt += `${fl.file}:${fl.line}\\n`;\n }\n }\n }\n if (txt !== \"\") {\n const home = Player.getHomeComputer();\n home.writeToTextFile(\"v1_DETECTED_CHANGES.txt\", txt);\n }\n\n for (const server of GetAllServers()) {\n const backups: Script[] = [];\n for (const script of server.scripts) {\n if (!hasChanges(script.code)) continue;\n const prefix = script.filename.includes(\"/\") ? \"/BACKUP_\" : \"BACKUP_\";\n backups.push(new Script(prefix + script.filename, script.code, script.server));\n script.code = convert(script.code);\n }\n server.scripts = server.scripts.concat(backups);\n }\n}\n","import { Work } from \"../../Work/Work\";\nimport { PlayerObject } from \"./PlayerObject\";\n\nexport function startWork(this: PlayerObject, w: Work): void {\n if (this.currentWork !== null) {\n this.currentWork.finish(true);\n }\n this.currentWork = w;\n}\nexport function processWork(this: PlayerObject, cycles = 1): void {\n if (this.currentWork === null) return;\n const finished = this.currentWork.process(cycles);\n if (finished) {\n this.finishWork(false);\n }\n}\nexport function finishWork(this: PlayerObject, cancelled: boolean): void {\n if (this.currentWork === null) return;\n this.currentWork.finish(cancelled);\n this.currentWork = null;\n this.focus = false;\n}\n","export { Theme as Default } from \"./default\";\nexport { Theme as DefaultLite } from \"./default-lite\";\nexport { Theme as Monokai } from \"./monokai-ish\";\nexport { Theme as Warmer } from \"./warmer\";\nexport { Theme as DarkPlus } from \"./dark-plus\";\nexport { Theme as MayukaiDark } from \"./mayukai-dark\";\nexport { Theme as Purple } from \"./purple\";\nexport { Theme as SmoothGreen } from \"./smooth-green\";\nexport { Theme as Dracula } from \"./dracula\";\nexport { Theme as DarkBlue } from \"./dark-blue\";\nexport { Theme as DiscordLike } from \"./discord-like\";\nexport { Theme as OneDark } from \"./one-dark\";\nexport { Theme as MutedGoldBlue } from \"./muted-gold-blue\";\nexport { Theme as Light } from \"./light\";\n","import React, { useState, useEffect } from \"react\";\nimport CircularProgress from \"@mui/material/CircularProgress\";\nimport Typography from \"@mui/material/Typography\";\nimport Grid from \"@mui/material/Grid\";\n\nimport { load } from \"../db\";\nimport { Engine } from \"../engine\";\nimport { GameRoot } from \"./GameRoot\";\n\nimport { CONSTANTS } from \"../Constants\";\nimport { ActivateRecoveryMode } from \"./React/RecoveryRoot\";\nimport { hash } from \"../hash/hash\";\nimport { pushGameReady } from \"../Electron\";\n\nexport function LoadingScreen(): React.ReactElement {\n const [show, setShow] = useState(false);\n const [loaded, setLoaded] = useState(false);\n\n const version = `v${CONSTANTS.VersionString} (${hash()})`;\n if (process.env.NODE_ENV === \"development\") {\n document.title = `[dev] Bitburner ${version}`;\n } else {\n document.title = `Bitburner ${version}`;\n }\n\n useEffect(() => {\n const id = setTimeout(() => {\n if (!loaded) setShow(true);\n }, 2000);\n return () => clearTimeout(id);\n });\n\n useEffect(() => {\n async function doLoad(): Promise {\n await load()\n .then((saveString) => {\n try {\n Engine.load(saveString);\n } catch (err: unknown) {\n ActivateRecoveryMode();\n setLoaded(true);\n throw err;\n }\n\n pushGameReady();\n setLoaded(true);\n })\n .catch((reason) => {\n console.error(reason);\n Engine.load(\"\");\n setLoaded(true);\n });\n }\n doLoad();\n }, []);\n\n return loaded ? (\n \n ) : (\n \n \n \n \n \n Loading Bitburner {version}\n \n {show && (\n \n \n If the game fails to load, consider killing all scripts\n \n \n )}\n \n );\n}\n","/**\n * Checks that a variable is a valid number. A valid number\n * must be a \"number\" type and cannot be NaN\n */\nexport function isValidNumber(n: number): boolean {\n return typeof n === \"number\" && !isNaN(n);\n}\n","/**\n * Represents a Limit or Buy Order on the stock market. Does not represent\n * a Market Order since those are just executed immediately\n */\nimport { OrderTypes } from \"./data/OrderTypes\";\nimport { PositionTypes } from \"./data/PositionTypes\";\n\nimport { Generic_fromJSON, Generic_toJSON, IReviverValue, Reviver } from \"../utils/JSONReviver\";\n\nexport class Order {\n readonly pos: PositionTypes;\n readonly price: number;\n shares: number;\n readonly stockSymbol: string;\n readonly type: OrderTypes;\n\n constructor(\n stockSymbol = \"\",\n shares = 0,\n price = 0,\n typ: OrderTypes = OrderTypes.LimitBuy,\n pos: PositionTypes = PositionTypes.Long,\n ) {\n // Validate arguments\n let invalidArgs = false;\n if (typeof shares !== \"number\" || typeof price !== \"number\") {\n invalidArgs = true;\n }\n if (isNaN(shares) || isNaN(price)) {\n invalidArgs = true;\n }\n if (typeof stockSymbol !== \"string\") {\n invalidArgs = true;\n }\n if (invalidArgs) {\n throw new Error(`Invalid constructor parameters for Order`);\n }\n\n this.stockSymbol = stockSymbol;\n this.shares = shares;\n this.price = price;\n this.type = typ;\n this.pos = pos;\n }\n\n /** Serialize the Order to a JSON save state. */\n toJSON(): IReviverValue {\n return Generic_toJSON(\"Order\", this);\n }\n\n /** Initializes a Order from a JSON save state */\n static fromJSON(value: IReviverValue): Order {\n return Generic_fromJSON(Order, value.data);\n }\n}\n\nReviver.constructors.Order = Order;\n","/**\n * Determines if the number is a power of 2\n * @param n The number to check.\n */\nexport function isPowerOfTwo(n: number): boolean {\n if (isNaN(n)) {\n return false;\n }\n\n if (n === 0) {\n return false;\n }\n\n // Disabling the bitwise rule because it's honestly the most efficient way to check for this.\n // tslint:disable-next-line:no-bitwise\n return (n & (n - 1)) === 0;\n}\n","import { FactionNames } from \"../Faction/data/FactionNames\";\nimport { Fragment } from \"./Fragment\";\nimport { ActiveFragment } from \"./ActiveFragment\";\nimport { FragmentType } from \"./FragmentType\";\nimport { BaseGift } from \"./BaseGift\";\nimport { Factions } from \"../Faction/Factions\";\nimport { CalculateEffect } from \"./formulas/effect\";\nimport { StaneksGiftEvents } from \"./StaneksGiftEvents\";\nimport { Generic_fromJSON, Generic_toJSON, IReviverValue, Reviver } from \"../utils/JSONReviver\";\nimport { CONSTANTS } from \"../Constants\";\nimport { StanekConstants } from \"./data/Constants\";\nimport { BitNodeMultipliers } from \"../BitNode/BitNodeMultipliers\";\nimport { Player } from \"../Player\";\nimport { AugmentationNames } from \"../Augmentation/data/AugmentationNames\";\nimport { defaultMultipliers, mergeMultipliers, Multipliers, scaleMultipliers } from \"../PersonObjects/Multipliers\";\nimport { StaticAugmentations } from \"../Augmentation/StaticAugmentations\";\n\nexport class StaneksGift extends BaseGift {\n storedCycles = 0;\n constructor() {\n super();\n }\n\n baseSize(): number {\n return StanekConstants.BaseSize + BitNodeMultipliers.StaneksGiftExtraSize + Player.sourceFileLvl(13);\n }\n\n width(): number {\n return Math.max(2, Math.min(Math.floor(this.baseSize() / 2 + 1), StanekConstants.MaxSize));\n }\n height(): number {\n return Math.max(3, Math.min(Math.floor(this.baseSize() / 2 + 0.6), StanekConstants.MaxSize));\n }\n\n charge(af: ActiveFragment, threads: number): void {\n if (threads > af.highestCharge) {\n af.numCharge = (af.highestCharge * af.numCharge) / threads + 1;\n af.highestCharge = threads;\n } else {\n af.numCharge += threads / af.highestCharge;\n }\n\n const cotmg = Factions[FactionNames.ChurchOfTheMachineGod];\n cotmg.playerReputation += (Player.mults.faction_rep * (Math.pow(threads, 0.95) * (cotmg.favor + 100))) / 1000;\n }\n\n inBonus(): boolean {\n return (this.storedCycles * CONSTANTS._idleSpeed) / 1000 > 1;\n }\n\n process(numCycles = 1): void {\n if (!Player.hasAugmentation(AugmentationNames.StaneksGift1)) return;\n this.storedCycles += numCycles;\n this.storedCycles -= 10;\n this.storedCycles = Math.max(0, this.storedCycles);\n this.updateMults();\n StaneksGiftEvents.emit();\n }\n\n effect(fragment: ActiveFragment): number {\n // Find all the neighboring cells\n const cells = fragment.neighbors();\n // find the neighboring active fragments.\n const maybeFragments = cells.map((n) => this.fragmentAt(n[0], n[1]));\n\n // Filter out undefined with typescript \"Type guard\". Whatever\n let neighbors = maybeFragments.filter((v: ActiveFragment | undefined): v is ActiveFragment => !!v);\n\n neighbors = neighbors.filter((fragment) => fragment.fragment().type === FragmentType.Booster);\n let boost = 1;\n\n neighbors = neighbors.filter((v, i, s) => s.indexOf(v) === i);\n for (const neighboor of neighbors) {\n boost *= neighboor.fragment().power;\n }\n return CalculateEffect(fragment.highestCharge, fragment.numCharge, fragment.fragment().power, boost);\n }\n\n canPlace(rootX: number, rootY: number, rotation: number, fragment: Fragment): boolean {\n if (rootX < 0 || rootY < 0) return false;\n if (rootX + fragment.width(rotation) > this.width()) return false;\n if (rootY + fragment.height(rotation) > this.height()) return false;\n if (this.count(fragment) >= fragment.limit) return false;\n const newFrag = new ActiveFragment({ x: rootX, y: rootY, rotation: rotation, fragment: fragment });\n for (const aFrag of this.fragments) {\n if (aFrag.collide(newFrag)) return false;\n }\n return true;\n }\n\n place(rootX: number, rootY: number, rotation: number, fragment: Fragment): boolean {\n if (!this.canPlace(rootX, rootY, rotation, fragment)) return false;\n this.fragments.push(new ActiveFragment({ x: rootX, y: rootY, rotation: rotation, fragment: fragment }));\n return true;\n }\n\n findFragment(rootX: number, rootY: number): ActiveFragment | undefined {\n return this.fragments.find((f) => f.x === rootX && f.y === rootY);\n }\n\n count(fragment: Fragment): number {\n let amt = 0;\n for (const aFrag of this.fragments) {\n if (aFrag.fragment().id === fragment.id) amt++;\n }\n return amt;\n }\n\n delete(rootX: number, rootY: number): boolean {\n for (let i = 0; i < this.fragments.length; i++) {\n if (this.fragments[i].x === rootX && this.fragments[i].y === rootY) {\n this.fragments.splice(i, 1);\n return true;\n }\n }\n\n return false;\n }\n\n clear(): void {\n this.fragments = [];\n }\n\n clearCharge(): void {\n this.fragments.forEach((f) => {\n f.highestCharge = 0;\n f.numCharge = 0;\n });\n }\n\n calculateMults(): Multipliers {\n const mults = defaultMultipliers();\n for (const aFrag of this.fragments) {\n const fragment = aFrag.fragment();\n\n const power = this.effect(aFrag);\n switch (fragment.type) {\n case FragmentType.HackingChance:\n mults.hacking_chance *= power;\n break;\n case FragmentType.HackingSpeed:\n mults.hacking_speed *= power;\n break;\n case FragmentType.HackingMoney:\n mults.hacking_money *= power;\n break;\n case FragmentType.HackingGrow:\n mults.hacking_grow *= power;\n break;\n case FragmentType.Hacking:\n mults.hacking *= power;\n mults.hacking_exp *= power;\n break;\n case FragmentType.Strength:\n mults.strength *= power;\n mults.strength_exp *= power;\n break;\n case FragmentType.Defense:\n mults.defense *= power;\n mults.defense_exp *= power;\n break;\n case FragmentType.Dexterity:\n mults.dexterity *= power;\n mults.dexterity_exp *= power;\n break;\n case FragmentType.Agility:\n mults.agility *= power;\n mults.agility_exp *= power;\n break;\n case FragmentType.Charisma:\n mults.charisma *= power;\n mults.charisma_exp *= power;\n break;\n case FragmentType.HacknetMoney:\n mults.hacknet_node_money *= power;\n break;\n case FragmentType.HacknetCost:\n mults.hacknet_node_purchase_cost /= power;\n mults.hacknet_node_ram_cost /= power;\n mults.hacknet_node_core_cost /= power;\n mults.hacknet_node_level_cost /= power;\n break;\n case FragmentType.Rep:\n mults.company_rep *= power;\n mults.faction_rep *= power;\n break;\n case FragmentType.WorkMoney:\n mults.work_money *= power;\n break;\n case FragmentType.Crime:\n mults.crime_success *= power;\n mults.crime_money *= power;\n break;\n case FragmentType.Bladeburner:\n mults.bladeburner_max_stamina *= power;\n mults.bladeburner_stamina_gain *= power;\n mults.bladeburner_analysis *= power;\n mults.bladeburner_success_chance *= power;\n break;\n }\n }\n return mults;\n }\n\n updateMults(): void {\n // applyEntropy also reapplies all augmentations and source files\n // This wraps up the reset nicely\n Player.applyEntropy(Player.entropy);\n const mults = this.calculateMults();\n Player.mults = mergeMultipliers(Player.mults, mults);\n Player.updateSkillLevels();\n const zoeAmt = Player.sleeves.reduce((n, sleeve) => n + (sleeve.hasAugmentation(AugmentationNames.ZOE) ? 1 : 0), 0);\n if (zoeAmt === 0) return;\n // Less powerful for each copy.\n const scaling = 3 / (zoeAmt + 2);\n const sleeveMults = scaleMultipliers(mults, scaling);\n for (const sleeve of Player.sleeves) {\n if (!sleeve.hasAugmentation(AugmentationNames.ZOE)) continue;\n sleeve.resetMultipliers();\n //reapplying augmentation's multiplier\n for (let i = 0; i < sleeve.augmentations.length; ++i) {\n const aug = StaticAugmentations[sleeve.augmentations[i].name];\n sleeve.applyAugmentation(aug);\n }\n //applying stanek multiplier\n sleeve.mults = mergeMultipliers(sleeve.mults, sleeveMults);\n sleeve.updateSkillLevels();\n }\n }\n\n prestigeAugmentation(): void {\n this.clearCharge();\n }\n\n prestigeSourceFile(): void {\n this.clear();\n this.storedCycles = 0;\n }\n\n /** Serialize Staneks Gift to a JSON save state. */\n toJSON(): IReviverValue {\n return Generic_toJSON(\"StaneksGift\", this);\n }\n\n /** Initializes Staneks Gift from a JSON save state */\n static fromJSON(value: IReviverValue): StaneksGift {\n return Generic_fromJSON(StaneksGift, value.data);\n }\n}\n\nReviver.constructors.StaneksGift = StaneksGift;\n","import { FactionNames } from \"../../Faction/data/FactionNames\";\nimport { Sleeve } from \"./Sleeve\";\n\nimport { Player } from \"../../Player\";\n\nimport { Augmentation } from \"../../Augmentation/Augmentation\";\nimport { StaticAugmentations } from \"../../Augmentation/StaticAugmentations\";\nimport { Factions } from \"../../Faction/Factions\";\nimport { mergeMultipliers, Multipliers } from \"../Multipliers\";\nimport { AugmentationNames } from \"../../Augmentation/data/AugmentationNames\";\nimport { getFactionAugmentationsFiltered } from \"../../Faction/FactionHelpers\";\n\n/** Updates this object's multipliers for the given augmentation */\nexport function applyAugmentation(this: Sleeve, aug: Augmentation): void {\n this.mults = mergeMultipliers(this.mults, aug.mults);\n}\n\nexport function findPurchasableAugs(this: Sleeve): Augmentation[] {\n // You can only purchase Augmentations that are actually available from\n // your factions. I.e. you must be in a faction that has the Augmentation\n // and you must also have enough rep in that faction in order to purchase it.\n\n const ownedAugNames = this.augmentations.map((e) => e.name);\n const availableAugs: Augmentation[] = [];\n\n // Helper function that helps filter out augs that are already owned\n // and augs that aren't allowed for sleeves\n function isAvailableForSleeve(aug: Augmentation): boolean {\n if (ownedAugNames.includes(aug.name)) return false;\n if (availableAugs.includes(aug)) return false;\n if (aug.isSpecial) return false;\n\n type MultKey = keyof Multipliers;\n const validMults: MultKey[] = [\n \"hacking\",\n \"strength\",\n \"defense\",\n \"dexterity\",\n \"agility\",\n \"charisma\",\n \"hacking_exp\",\n \"strength_exp\",\n \"defense_exp\",\n \"dexterity_exp\",\n \"agility_exp\",\n \"charisma_exp\",\n \"company_rep\",\n \"faction_rep\",\n \"crime_money\",\n \"crime_success\",\n \"work_money\",\n ];\n for (const mult of validMults) {\n if (aug.mults[mult] !== 1) return true;\n }\n\n return false;\n }\n\n // If player is in a gang, then we return all augs that the player\n // has enough reputation for (since that gang offers all augs)\n if (Player.gang) {\n const fac = Player.getGangFaction();\n const gangAugs = getFactionAugmentationsFiltered(fac);\n\n for (const augName of gangAugs) {\n const aug = StaticAugmentations[augName];\n if (!isAvailableForSleeve(aug)) continue;\n\n if (fac.playerReputation > aug.getCost().repCost) {\n availableAugs.push(aug);\n }\n }\n }\n\n for (const facName of Player.factions) {\n if (facName === FactionNames.Bladeburners) continue;\n if (facName === FactionNames.Netburners) continue;\n const fac = Factions[facName];\n if (!fac) continue;\n\n for (const augName of fac.augmentations) {\n const aug = StaticAugmentations[augName];\n if (!isAvailableForSleeve(aug)) continue;\n\n if (fac.playerReputation > aug.getCost().repCost) {\n availableAugs.push(aug);\n }\n }\n }\n\n // Add the stanek sleeve aug\n if (!ownedAugNames.includes(AugmentationNames.ZOE) && Player.factions.includes(FactionNames.ChurchOfTheMachineGod)) {\n const aug = StaticAugmentations[AugmentationNames.ZOE];\n availableAugs.push(aug);\n }\n\n return availableAugs;\n}\n","import { isScriptFilename } from \"../Script/isScriptFilename\";\nimport { GetServer } from \"../Server/AllServers\";\nimport { isValidFilePath } from \"../Terminal/DirectoryHelpers\";\nimport { TextFile } from \"../TextFile\";\nimport {\n RFAMessage,\n FileData,\n FileContent,\n isFileServer,\n isFileLocation,\n FileLocation,\n isFileData,\n} from \"./MessageDefinitions\";\n\nimport libSource from \"!!raw-loader!../ScriptEditor/NetscriptDefinitions.d.ts\";\n\nfunction error(errorMsg: string, { id }: RFAMessage): RFAMessage {\n return new RFAMessage({ error: errorMsg, id: id });\n}\n\nexport const RFARequestHandler: Record void | RFAMessage> = {\n pushFile: function (msg: RFAMessage): RFAMessage {\n if (!isFileData(msg.params)) return error(\"Misses parameters\", msg);\n\n const fileData: FileData = msg.params;\n if (!isValidFilePath(fileData.filename)) return error(\"Invalid filename\", msg);\n\n const server = GetServer(fileData.server);\n if (!server) return error(\"Server hostname invalid\", msg);\n\n if (isScriptFilename(fileData.filename)) server.writeToScriptFile(fileData.filename, fileData.content);\n // Assume it's a text file\n else server.writeToTextFile(fileData.filename, fileData.content);\n\n // If and only if the content is actually changed correctly, send back an OK.\n const savedCorrectly =\n server.getScript(fileData.filename)?.code === fileData.content ||\n server.textFiles.filter((t: TextFile) => t.filename == fileData.filename).at(0)?.text === fileData.content;\n\n if (!savedCorrectly) return error(\"File wasn't saved correctly\", msg);\n\n return new RFAMessage({ result: \"OK\", id: msg.id });\n },\n\n getFile: function (msg: RFAMessage): RFAMessage {\n if (!isFileLocation(msg.params)) return error(\"Message misses parameters\", msg);\n\n const fileData: FileLocation = msg.params;\n if (!isValidFilePath(fileData.filename)) return error(\"Invalid filename\", msg);\n\n const server = GetServer(fileData.server);\n if (!server) return error(\"Server hostname invalid\", msg);\n\n if (isScriptFilename(fileData.filename)) {\n const scriptContent = server.getScript(fileData.filename);\n if (!scriptContent) return error(\"File doesn't exist\", msg);\n return new RFAMessage({ result: scriptContent.code, id: msg.id });\n } else {\n // Assume it's a text file\n const file = server.textFiles.filter((t: TextFile) => t.filename == fileData.filename).at(0);\n if (!file) return error(\"File doesn't exist\", msg);\n return new RFAMessage({ result: file.text, id: msg.id });\n }\n },\n\n deleteFile: function (msg: RFAMessage): RFAMessage {\n if (!isFileLocation(msg.params)) return error(\"Message misses parameters\", msg);\n const fileData: FileLocation = msg.params;\n if (!isValidFilePath(fileData.filename)) return error(\"Invalid filename\", msg);\n\n const server = GetServer(fileData.server);\n if (!server) return error(\"Server hostname invalid\", msg);\n\n const fileExists = (): boolean =>\n !!server.getScript(fileData.filename) || server.textFiles.some((t: TextFile) => t.filename === fileData.filename);\n\n if (!fileExists()) return error(\"File doesn't exist\", msg);\n server.removeFile(fileData.filename);\n if (fileExists()) return error(\"Failed to delete the file\", msg);\n\n return new RFAMessage({ result: \"OK\", id: msg.id });\n },\n\n getFileNames: function (msg: RFAMessage): RFAMessage {\n if (!isFileServer(msg.params)) return error(\"Message misses parameters\", msg);\n\n const server = GetServer(msg.params.server);\n if (!server) return error(\"Server hostname invalid\", msg);\n\n const fileNameList: string[] = [\n ...server.textFiles.map((txt): string => txt.filename),\n ...server.scripts.map((scr): string => scr.filename),\n ];\n\n return new RFAMessage({ result: fileNameList, id: msg.id });\n },\n\n getAllFiles: function (msg: RFAMessage): RFAMessage {\n if (!isFileServer(msg.params)) return error(\"Message misses parameters\", msg);\n\n const server = GetServer(msg.params.server);\n if (!server) return error(\"Server hostname invalid\", msg);\n\n const fileList: FileContent[] = [\n ...server.textFiles.map((txt): FileContent => {\n return { filename: txt.filename, content: txt.text };\n }),\n ...server.scripts.map((scr): FileContent => {\n return { filename: scr.filename, content: scr.code };\n }),\n ];\n\n return new RFAMessage({ result: fileList, id: msg.id });\n },\n\n calculateRam: function (msg: RFAMessage): RFAMessage {\n if (!isFileLocation(msg.params)) return error(\"Message misses parameters\", msg);\n const fileData: FileLocation = msg.params;\n if (!isValidFilePath(fileData.filename)) return error(\"Invalid filename\", msg);\n\n const server = GetServer(fileData.server);\n if (!server) return error(\"Server hostname invalid\", msg);\n\n if (!isScriptFilename(fileData.filename)) return error(\"Filename isn't a script filename\", msg);\n const script = server.getScript(fileData.filename);\n if (!script) return error(\"File doesn't exist\", msg);\n const ramUsage = script.ramUsage;\n\n return new RFAMessage({ result: ramUsage, id: msg.id });\n },\n\n getDefinitionFile: function (msg: RFAMessage): RFAMessage {\n return new RFAMessage({ result: libSource + \"\", id: msg.id });\n },\n};\n","import React from \"react\";\n\nimport { Typography, Table, TableBody, TableCell, TableRow } from \"@mui/material\";\n\nimport { numeralWrapper } from \"../../../ui/numeralFormat\";\nimport { Settings } from \"../../../Settings/Settings\";\nimport { StatsRow } from \"../../../ui/React/StatsRow\";\nimport { characterOverviewStyles as useStyles } from \"../../../ui/React/CharacterOverview\";\nimport { Money } from \"../../../ui/React/Money\";\nimport { MoneyRate } from \"../../../ui/React/MoneyRate\";\nimport { ReputationRate } from \"../../../ui/React/ReputationRate\";\n\nimport { Sleeve } from \"../Sleeve\";\nimport { isSleeveClassWork } from \"../Work/SleeveClassWork\";\nimport { isSleeveFactionWork } from \"../Work/SleeveFactionWork\";\nimport { isSleeveCompanyWork } from \"../Work/SleeveCompanyWork\";\nimport { isSleeveCrimeWork } from \"../Work/SleeveCrimeWork\";\nimport { BitNodeMultipliers } from \"../../../BitNode/BitNodeMultipliers\";\n\ninterface IProps {\n sleeve: Sleeve;\n}\n\nexport function StatsElement(props: IProps): React.ReactElement {\n const classes = useStyles();\n\n return (\n \n \n \n \n \n \n \n \n \n \n \n \n
\n
\n
\n \n \n \n
\n
\n );\n}\n\nexport function EarningsElement(props: IProps): React.ReactElement {\n const classes = useStyles();\n\n let data: (string | JSX.Element)[][] = [];\n if (isSleeveCrimeWork(props.sleeve.currentWork)) {\n const gains = props.sleeve.currentWork.getExp(props.sleeve);\n data = [\n [`Money:`, ],\n [`Hacking Exp:`, `${numeralWrapper.formatExp(5 * gains.hackExp)}`],\n [`Strength Exp:`, `${numeralWrapper.formatExp(5 * gains.strExp)}`],\n [`Defense Exp:`, `${numeralWrapper.formatExp(5 * gains.defExp)}`],\n [`Dexterity Exp:`, `${numeralWrapper.formatExp(5 * gains.dexExp)}`],\n [`Agility Exp:`, `${numeralWrapper.formatExp(5 * gains.agiExp)}`],\n [`Charisma Exp:`, `${numeralWrapper.formatExp(5 * gains.chaExp)}`],\n ];\n }\n if (isSleeveClassWork(props.sleeve.currentWork)) {\n const rates = props.sleeve.currentWork.calculateRates(props.sleeve);\n data = [\n [`Money:`, ],\n [`Hacking Exp:`, `${numeralWrapper.formatExp(5 * rates.hackExp)} / sec`],\n [`Strength Exp:`, `${numeralWrapper.formatExp(5 * rates.strExp)} / sec`],\n [`Defense Exp:`, `${numeralWrapper.formatExp(5 * rates.defExp)} / sec`],\n [`Dexterity Exp:`, `${numeralWrapper.formatExp(5 * rates.dexExp)} / sec`],\n [`Agility Exp:`, `${numeralWrapper.formatExp(5 * rates.agiExp)} / sec`],\n [`Charisma Exp:`, `${numeralWrapper.formatExp(5 * rates.chaExp)} / sec`],\n ];\n }\n if (isSleeveFactionWork(props.sleeve.currentWork)) {\n const rates = props.sleeve.currentWork.getExpRates(props.sleeve);\n const repGain = props.sleeve.currentWork.getReputationRate(props.sleeve);\n data = [\n [`Hacking Exp:`, `${numeralWrapper.formatExp(5 * rates.hackExp)} / sec`],\n [`Strength Exp:`, `${numeralWrapper.formatExp(5 * rates.strExp)} / sec`],\n [`Defense Exp:`, `${numeralWrapper.formatExp(5 * rates.defExp)} / sec`],\n [`Dexterity Exp:`, `${numeralWrapper.formatExp(5 * rates.dexExp)} / sec`],\n [`Agility Exp:`, `${numeralWrapper.formatExp(5 * rates.agiExp)} / sec`],\n [`Charisma Exp:`, `${numeralWrapper.formatExp(5 * rates.chaExp)} / sec`],\n [`Reputation:`, ],\n ];\n }\n\n if (isSleeveCompanyWork(props.sleeve.currentWork)) {\n const rates = props.sleeve.currentWork.getGainRates(props.sleeve);\n data = [\n [`Money:`, ],\n [`Hacking Exp:`, `${numeralWrapper.formatExp(5 * rates.hackExp)} / sec`],\n [`Strength Exp:`, `${numeralWrapper.formatExp(5 * rates.strExp)} / sec`],\n [`Defense Exp:`, `${numeralWrapper.formatExp(5 * rates.defExp)} / sec`],\n [`Dexterity Exp:`, `${numeralWrapper.formatExp(5 * rates.dexExp)} / sec`],\n [`Agility Exp:`, `${numeralWrapper.formatExp(5 * rates.agiExp)} / sec`],\n [`Charisma Exp:`, `${numeralWrapper.formatExp(5 * rates.chaExp)} / sec`],\n [`Reputation:`, ],\n ];\n }\n\n return (\n \n \n \n \n Earnings {props.sleeve.storedCycles > 50 ? \"(overclock)\" : \"\"}\n \n \n {data.map(([a, b]) => (\n \n \n {a}\n \n \n {b}\n \n \n ))}\n \n
\n );\n}\n","/**\n * Creates a dropdown (select HTML element) with server hostnames as options\n *\n * Configurable to only contain certain types of servers\n */\nimport React from \"react\";\nimport { GetAllServers } from \"../../Server/AllServers\";\nimport { Server } from \"../../Server/Server\";\nimport { BaseServer } from \"../../Server/BaseServer\";\n\nimport { HacknetServer } from \"../../Hacknet/HacknetServer\";\nimport Select, { SelectChangeEvent } from \"@mui/material/Select\";\nimport MenuItem from \"@mui/material/MenuItem\";\nimport Button from \"@mui/material/Button\";\n\n// TODO make this an enum when this gets converted to TypeScript\nexport const ServerType = {\n All: 0,\n Foreign: 1, // Hackable, non-owned servers\n Owned: 2, // Home Computer, Purchased Servers, and Hacknet Servers\n Purchased: 3, // Everything from Owned except home computer\n};\n\ninterface IProps {\n purchase: () => void;\n canPurchase: boolean;\n serverType: number;\n onChange: (event: SelectChangeEvent) => void;\n value: string;\n}\n\nexport function ServerDropdown(props: IProps): React.ReactElement {\n /**\n * Checks if the server should be shown in the dropdown menu, based on the\n * 'serverType' property\n */\n function isValidServer(s: BaseServer): boolean {\n const purchased = s instanceof Server && s.purchasedByPlayer;\n const type = props.serverType;\n switch (type) {\n case ServerType.All:\n return true;\n case ServerType.Foreign:\n return s.hostname !== \"home\" && !purchased;\n case ServerType.Owned:\n return purchased || s instanceof HacknetServer || s.hostname === \"home\";\n case ServerType.Purchased:\n return purchased || s instanceof HacknetServer;\n default:\n console.warn(`Invalid ServerType specified for ServerDropdown component: ${type}`);\n return false;\n }\n }\n\n const servers = [];\n for (const server of GetAllServers().sort((a, b) => a.hostname.localeCompare(b.hostname))) {\n if (isValidServer(server)) {\n servers.push(\n \n {server.hostname}\n ,\n );\n }\n }\n\n return (\n \n Buy\n \n }\n sx={{ mx: 1 }}\n value={props.value}\n onChange={props.onChange}\n >\n {servers}\n \n );\n}\n","import * as React from \"react\";\n\nimport { Player } from \"../Player\";\nimport { Money } from \"../ui/React/Money\";\nimport { win, reachedLimit } from \"./Game\";\nimport { Deck } from \"./CardDeck/Deck\";\nimport { Hand } from \"./CardDeck/Hand\";\nimport { InputAdornment } from \"@mui/material\";\nimport { ReactCard } from \"./CardDeck/ReactCard\";\nimport Button from \"@mui/material/Button\";\nimport Paper from \"@mui/material/Paper\";\nimport Box from \"@mui/material/Box\";\nimport Typography from \"@mui/material/Typography\";\nimport TextField from \"@mui/material/TextField\";\n\nconst MAX_BET = 100e6;\nexport const DECK_COUNT = 5; // 5-deck multideck\n\nenum Result {\n Pending = \"\",\n PlayerWon = \"You won!\",\n PlayerWonByBlackjack = \"You Won! Blackjack!\",\n DealerWon = \"You lost!\",\n Tie = \"Push! (Tie)\",\n}\n\ntype State = {\n playerHand: Hand;\n dealerHand: Hand;\n bet: number;\n betInput: string;\n gameInProgress: boolean;\n result: Result;\n gains: number; // Track gains only for this session\n wagerInvalid: boolean;\n wagerInvalidHelperText: string;\n};\n\nexport class Blackjack extends React.Component, State> {\n deck: Deck;\n\n constructor() {\n super({});\n\n this.deck = new Deck(DECK_COUNT);\n\n const initialBet = 1e6;\n\n this.state = {\n playerHand: new Hand([]),\n dealerHand: new Hand([]),\n bet: initialBet,\n betInput: String(initialBet),\n gameInProgress: false,\n result: Result.Pending,\n gains: 0,\n wagerInvalid: false,\n wagerInvalidHelperText: \"\",\n };\n }\n\n canStartGame = (): boolean => {\n const { bet } = this.state;\n\n return Player.canAfford(bet);\n };\n\n startGame = (): void => {\n if (!this.canStartGame() || reachedLimit()) {\n return;\n }\n\n // Take money from player right away so that players don't just \"leave\" to avoid the loss (I mean they could\n // always reload without saving but w.e) TODO: Save/Restore the RNG state to limit the value of save-scumming.\n win(-this.state.bet);\n\n const playerHand = new Hand([this.deck.safeDrawCard(), this.deck.safeDrawCard()]);\n const dealerHand = new Hand([this.deck.safeDrawCard(), this.deck.safeDrawCard()]);\n\n this.setState({\n playerHand,\n dealerHand,\n gameInProgress: true,\n result: Result.Pending,\n });\n\n // If the player is dealt a blackjack and the dealer is not, then the player\n // immediately wins\n if (this.getTrueHandValue(playerHand) === 21) {\n if (this.getTrueHandValue(dealerHand) === 21) {\n this.finishGame(Result.Tie);\n } else {\n this.finishGame(Result.PlayerWonByBlackjack);\n }\n } else if (this.getTrueHandValue(dealerHand) === 21) {\n // Check if dealer won by blackjack. We know at this point that the player does not also have blackjack.\n this.finishGame(Result.DealerWon);\n }\n };\n\n // Returns an array of numbers representing all possible values of the given Hand. The reason it needs to be\n // an array is because an Ace can count as both 1 and 11.\n getHandValue = (hand: Hand): number[] => {\n let result: number[] = [0];\n\n for (let i = 0; i < hand.cards.length; ++i) {\n const value = hand.cards[i].value;\n if (value >= 10) {\n result = result.map((x) => x + 10);\n } else if (value === 1) {\n result = result.flatMap((x) => [x + 1, x + 11]);\n } else {\n result = result.map((x) => x + value);\n }\n }\n\n return result;\n };\n\n // Returns the single hand value used for determine things like victory and whether or not\n // the dealer has to hit. Essentially this uses the biggest value that's 21 or under. If no such value exists,\n // then it means the hand is busted and we can just return whatever\n getTrueHandValue = (hand: Hand): number => {\n const handValues = this.getHandValue(hand);\n const valuesUnder21 = handValues.filter((x) => x <= 21);\n\n if (valuesUnder21.length > 0) {\n valuesUnder21.sort((a, b) => a - b);\n return valuesUnder21[valuesUnder21.length - 1];\n } else {\n // Just return the first value. It doesn't really matter anyways since hand is busted.\n return handValues[0];\n }\n };\n\n // Returns all hand values that are 21 or under. If no values are 21 or under, then the first value is returned.\n getHandDisplayValues = (hand: Hand): number[] => {\n const handValues = this.getHandValue(hand);\n if (this.isHandBusted(hand)) {\n // Hand is busted so just return the 1st value, doesn't really matter\n return [...new Set([handValues[0]])];\n } else {\n return [...new Set(handValues.filter((x) => x <= 21))];\n }\n };\n\n isHandBusted = (hand: Hand): boolean => {\n return this.getTrueHandValue(hand) > 21;\n };\n\n playerHit = (event: React.MouseEvent): void => {\n if (!event.isTrusted) {\n return;\n }\n\n const newHand = this.state.playerHand.addCards(this.deck.safeDrawCard());\n\n this.setState({\n playerHand: newHand,\n });\n\n // Check if player busted, and finish the game if so\n if (this.isHandBusted(newHand)) {\n this.finishGame(Result.DealerWon);\n }\n };\n\n playerStay = (event: React.MouseEvent): void => {\n if (!event.isTrusted) {\n return;\n }\n\n // Determine if Dealer needs to hit. A dealer must hit if they have 16 or lower.\n // If the dealer has a Soft 17 (Ace + 6), then they stay.\n let newDealerHand = this.state.dealerHand;\n while (true) {\n // The dealer's \"true\" hand value is the 2nd one if its 21 or less (the 2nd value is always guaranteed\n // to be equal or larger). Otherwise its the 1st.\n const dealerHandValue = this.getTrueHandValue(newDealerHand);\n\n if (dealerHandValue <= 16) {\n newDealerHand = newDealerHand.addCards(this.deck.safeDrawCard());\n } else {\n break;\n }\n }\n\n this.setState({\n dealerHand: newDealerHand,\n });\n\n // If dealer has busted, then player wins\n if (this.isHandBusted(newDealerHand)) {\n this.finishGame(Result.PlayerWon);\n } else {\n const dealerHandValue = this.getTrueHandValue(newDealerHand);\n const playerHandValue = this.getTrueHandValue(this.state.playerHand);\n\n // We expect nobody to have busted. If someone busted, there is an error\n // in our game logic\n if (dealerHandValue > 21 || playerHandValue > 21) {\n throw new Error(\"Someone busted when not expected to\");\n }\n\n if (playerHandValue > dealerHandValue) {\n this.finishGame(Result.PlayerWon);\n } else if (playerHandValue < dealerHandValue) {\n this.finishGame(Result.DealerWon);\n } else {\n this.finishGame(Result.Tie);\n }\n }\n };\n\n finishGame = (result: Result): void => {\n const gains =\n result === Result.DealerWon\n ? 0 // We took away the bet at the start, don't need to take more\n : result === Result.Tie\n ? this.state.bet // We took away the bet at the start, give it back\n : result === Result.PlayerWon\n ? 2 * this.state.bet // Give back their bet plus their winnings\n : result === Result.PlayerWonByBlackjack\n ? 2.5 * this.state.bet // Blackjack pays out 1.5x bet!\n : (() => {\n throw new Error(`Unexpected result: ${result}`);\n })(); // This can't happen, right?\n win(gains);\n this.setState({\n gameInProgress: false,\n result,\n gains: this.state.gains + gains - this.state.bet, // Not updated upfront - only tracks the final outcome\n });\n };\n\n wagerOnChange = (event: React.ChangeEvent): void => {\n const betInput = event.target.value;\n const wager = Math.round(parseFloat(betInput));\n if (isNaN(wager)) {\n this.setState({\n bet: 0,\n betInput,\n wagerInvalid: true,\n wagerInvalidHelperText: \"Not a valid number\",\n });\n } else if (wager <= 0) {\n this.setState({\n bet: 0,\n betInput,\n wagerInvalid: true,\n wagerInvalidHelperText: \"Must bet a positive amount\",\n });\n } else if (wager > MAX_BET) {\n this.setState({\n bet: 0,\n betInput,\n wagerInvalid: true,\n wagerInvalidHelperText: \"Exceeds max bet\",\n });\n } else if (!Player.canAfford(wager)) {\n this.setState({\n bet: 0,\n betInput,\n wagerInvalid: true,\n wagerInvalidHelperText: \"Not enough money\",\n });\n } else {\n // Valid wager\n this.setState({\n bet: wager,\n betInput,\n wagerInvalid: false,\n wagerInvalidHelperText: \"\",\n result: Result.Pending, // Reset previous game status to clear the win/lose text UI\n });\n }\n };\n\n // Start game button\n startOnClick = (event: React.MouseEvent): void => {\n // Protect against scripting...although maybe this would be fun to automate\n if (!event.isTrusted) {\n return;\n }\n\n if (!this.state.wagerInvalid) {\n this.startGame();\n }\n };\n\n render(): React.ReactNode {\n const { betInput, playerHand, dealerHand, gameInProgress, result, wagerInvalid, wagerInvalidHelperText, gains } =\n this.state;\n\n // Get the player totals to display.\n const playerHandValues = this.getHandDisplayValues(playerHand);\n const dealerHandValues = this.getHandDisplayValues(dealerHand);\n\n return (\n <>\n {/* Wager input */}\n \n \n {\"Wager (Max: \"}\n \n {\")\"}\n \n }\n disabled={gameInProgress}\n onChange={this.wagerOnChange}\n error={wagerInvalid}\n helperText={wagerInvalid ? wagerInvalidHelperText : \"\"}\n type=\"number\"\n style={{\n width: \"200px\",\n }}\n InputProps={{\n startAdornment: (\n \n $\n \n ),\n }}\n />\n\n \n {\"Total earnings this session: \"}\n \n \n \n\n {/* Buttons */}\n {!gameInProgress ? (\n \n ) : (\n <>\n \n \n \n )}\n\n {/* Main game part. Displays both if the game is in progress OR if there's a result so you can see\n * the cards that led to that result. */}\n {(gameInProgress || result !== Result.Pending) && (\n <>\n \n \n Player\n {playerHand.cards.map((card, i) => (\n \n ))}\n\n \n Count:{\" \"}\n {playerHandValues\n .map((value, i) => {value})\n .reduce((prev, curr) => [prev, \" or \", curr])}\n \n \n \n\n
\n\n \n \n Dealer\n {dealerHand.cards.map((card, i) => (\n // Hide every card except the first while game is in progress\n \n \n \n )}\n\n {/* Results from previous round */}\n {result !== Result.Pending && (\n \n {result} \n {result === Result.PlayerWon && }\n {result === Result.PlayerWonByBlackjack && }\n {result === Result.DealerWon && }\n \n )}\n \n );\n }\n}\n","import React, { FC } from \"react\";\nimport { Card, Suit } from \"./Card\";\n\nimport makeStyles from \"@mui/styles/makeStyles\";\nimport createStyles from \"@mui/styles/createStyles\";\nimport Paper from \"@mui/material/Paper\";\n\ntype Props = {\n card: Card;\n hidden?: boolean;\n};\n\nconst useStyles = makeStyles(() =>\n createStyles({\n card: {\n padding: \"10px\",\n border: \"solid 1px #808080\",\n backgroundColor: \"white\",\n display: \"inline-block\",\n borderRadius: \"10px\",\n fontSize: \"18.5px\",\n textAlign: \"center\",\n margin: \"3px\",\n fontWeight: \"bold\",\n },\n red: {\n color: \"red\",\n },\n\n black: {\n color: \"black\",\n },\n value: {\n fontSize: \"20px\",\n fontFamily: \"sans-serif\",\n },\n }),\n);\n\nexport const ReactCard: FC = ({ card, hidden }) => {\n const classes = useStyles();\n let suit: React.ReactNode;\n switch (card.suit) {\n case Suit.Clubs:\n suit = ;\n break;\n case Suit.Diamonds:\n suit = ;\n break;\n case Suit.Hearts:\n suit = ;\n break;\n case Suit.Spades:\n suit = ;\n break;\n default:\n throw new Error(`MissingCaseException: ${card.suit}`);\n }\n return (\n \n <>\n {hidden ? \" - \" : card.formatValue()}\n {hidden ? \" - \" : suit}\n \n \n );\n};\n","import { Milestone } from \"./Milestone\";\nimport { Player } from \"../Player\";\nimport { Factions } from \"../Faction/Factions\";\nimport { Faction } from \"../Faction/Faction\";\nimport { GetServer } from \"../Server/AllServers\";\nimport { FactionNames } from \"../Faction/data/FactionNames\";\nimport { Server } from \"../Server/Server\";\n\nfunction allFactionAugs(f: Faction): boolean {\n const factionAugs = f.augmentations.slice().filter((aug) => aug !== \"NeuroFlux Governor\");\n for (const factionAug of factionAugs) {\n if (\n !Player.augmentations.some((aug) => {\n return aug.name == factionAug;\n })\n )\n return false;\n }\n return true;\n}\n\nexport const Milestones: Milestone[] = [\n {\n title: \"Gain root access on CSEC\",\n fulfilled: (): boolean => {\n const server = GetServer(\"CSEC\");\n if (!server || !server.hasOwnProperty(\"hasAdminRights\")) return false;\n return server instanceof Server && server.hasAdminRights;\n },\n },\n {\n title: \"Install the backdoor on CSEC\",\n fulfilled: (): boolean => {\n const server = GetServer(\"CSEC\");\n if (!server || !server.hasOwnProperty(\"backdoorInstalled\")) return false;\n return server instanceof Server && server.backdoorInstalled;\n },\n },\n {\n title: \"Join the faction hinted at in csec-test.msg\",\n fulfilled: (): boolean => {\n return Player.factions.includes(FactionNames.CyberSec);\n },\n },\n {\n title: `Install all the Augmentations from ${FactionNames.CyberSec}`,\n fulfilled: (): boolean => {\n return allFactionAugs(Factions[FactionNames.CyberSec]);\n },\n },\n {\n title: \"Join the faction hinted at in nitesec-test.msg\",\n fulfilled: (): boolean => {\n return Player.factions.includes(FactionNames.NiteSec);\n },\n },\n {\n title: `Install all the Augmentations from ${FactionNames.NiteSec}`,\n fulfilled: (): boolean => {\n return allFactionAugs(Factions[FactionNames.NiteSec]);\n },\n },\n {\n title: \"Join the faction hinted at in j3.msg\",\n fulfilled: (): boolean => {\n return Player.factions.includes(FactionNames.TheBlackHand);\n },\n },\n {\n title: `Install all the Augmentations from ${FactionNames.TheBlackHand}`,\n fulfilled: (): boolean => {\n return allFactionAugs(Factions[FactionNames.TheBlackHand]);\n },\n },\n {\n title: \"Join the faction hinted at in 19dfj3l1nd.msg\",\n fulfilled: (): boolean => {\n return Player.factions.includes(FactionNames.BitRunners);\n },\n },\n {\n title: `Install all the Augmentations from ${FactionNames.BitRunners}`,\n fulfilled: (): boolean => {\n return allFactionAugs(Factions[FactionNames.BitRunners]);\n },\n },\n {\n title: \"Complete fl1ght.exe\",\n fulfilled: (): boolean => {\n // technically wrong but whatever\n return Player.factions.includes(FactionNames.Daedalus);\n },\n },\n {\n title: `Install the special Augmentation from ${FactionNames.Daedalus}`,\n fulfilled: (): boolean => {\n return Player.augmentations.some((aug) => aug.name == \"The Red Pill\");\n },\n },\n {\n title: \"Install the final backdoor and free yourself.\",\n fulfilled: (): boolean => {\n return false;\n },\n },\n];\n","import { StockSymbols } from \"./StockSymbols\";\n\nexport const TickerHeaderFormatData = {\n longestName: 0,\n longestSymbol: 0,\n};\n\nfor (const [key, symbol] of Object.entries(StockSymbols)) {\n TickerHeaderFormatData.longestName = Math.max(key.length, TickerHeaderFormatData.longestName);\n TickerHeaderFormatData.longestSymbol = Math.max(symbol.length, TickerHeaderFormatData.longestSymbol);\n}\n","import React from \"react\";\n\nimport { Box, Typography } from \"@mui/material\";\n\nimport { Achievement } from \"./Achievements\";\nimport { Settings } from \"../Settings/Settings\";\nimport { AchievementIcon } from \"./AchievementIcon\";\n\ninterface IProps {\n achievement: Achievement;\n unlockedOn?: number;\n cssFiltersUnlocked: string;\n cssFiltersLocked: string;\n}\n\nexport function AchievementEntry({\n achievement,\n unlockedOn,\n cssFiltersUnlocked,\n cssFiltersLocked,\n}: IProps): JSX.Element {\n if (!achievement) return <>;\n const isUnlocked = !!unlockedOn;\n\n const mainColor = isUnlocked ? Settings.theme.primary : Settings.theme.secondarylight;\n\n let achievedOn = \"\";\n if (unlockedOn) {\n achievedOn = new Date(unlockedOn).toLocaleString();\n }\n\n return (\n \n \n \n \n \n {achievement.Name}\n \n \n {achievement.Description}\n \n {isUnlocked && (\n \n Acquired on {achievedOn}\n \n )}\n \n \n \n );\n}\n","// @ts-nocheck\n/* tslint:disable */\n/* eslint-disable */\n\n/*\n Taken from:\n https://codepen.io/sosuke/pen/Pjoqqp\n --------------------------------------------------------\n This utility transform an hex color into css filter rules.\n Useful to change color of a black image to match a given color\n*/\n\nclass Color {\n constructor(r, g, b) {\n this.set(r, g, b);\n }\n\n toString() {\n return `rgb(${Math.round(this.r)}, ${Math.round(this.g)}, ${Math.round(this.b)})`;\n }\n\n set(r, g, b) {\n this.r = this.clamp(r);\n this.g = this.clamp(g);\n this.b = this.clamp(b);\n }\n\n hueRotate(angle = 0) {\n angle = (angle / 180) * Math.PI;\n const sin = Math.sin(angle);\n const cos = Math.cos(angle);\n\n this.multiply([\n 0.213 + cos * 0.787 - sin * 0.213,\n 0.715 - cos * 0.715 - sin * 0.715,\n 0.072 - cos * 0.072 + sin * 0.928,\n 0.213 - cos * 0.213 + sin * 0.143,\n 0.715 + cos * 0.285 + sin * 0.14,\n 0.072 - cos * 0.072 - sin * 0.283,\n 0.213 - cos * 0.213 - sin * 0.787,\n 0.715 - cos * 0.715 + sin * 0.715,\n 0.072 + cos * 0.928 + sin * 0.072,\n ]);\n }\n\n grayscale(value = 1) {\n this.multiply([\n 0.2126 + 0.7874 * (1 - value),\n 0.7152 - 0.7152 * (1 - value),\n 0.0722 - 0.0722 * (1 - value),\n 0.2126 - 0.2126 * (1 - value),\n 0.7152 + 0.2848 * (1 - value),\n 0.0722 - 0.0722 * (1 - value),\n 0.2126 - 0.2126 * (1 - value),\n 0.7152 - 0.7152 * (1 - value),\n 0.0722 + 0.9278 * (1 - value),\n ]);\n }\n\n sepia(value = 1) {\n this.multiply([\n 0.393 + 0.607 * (1 - value),\n 0.769 - 0.769 * (1 - value),\n 0.189 - 0.189 * (1 - value),\n 0.349 - 0.349 * (1 - value),\n 0.686 + 0.314 * (1 - value),\n 0.168 - 0.168 * (1 - value),\n 0.272 - 0.272 * (1 - value),\n 0.534 - 0.534 * (1 - value),\n 0.131 + 0.869 * (1 - value),\n ]);\n }\n\n saturate(value = 1) {\n this.multiply([\n 0.213 + 0.787 * value,\n 0.715 - 0.715 * value,\n 0.072 - 0.072 * value,\n 0.213 - 0.213 * value,\n 0.715 + 0.285 * value,\n 0.072 - 0.072 * value,\n 0.213 - 0.213 * value,\n 0.715 - 0.715 * value,\n 0.072 + 0.928 * value,\n ]);\n }\n\n multiply(matrix) {\n const newR = this.clamp(this.r * matrix[0] + this.g * matrix[1] + this.b * matrix[2]);\n const newG = this.clamp(this.r * matrix[3] + this.g * matrix[4] + this.b * matrix[5]);\n const newB = this.clamp(this.r * matrix[6] + this.g * matrix[7] + this.b * matrix[8]);\n this.r = newR;\n this.g = newG;\n this.b = newB;\n }\n\n brightness(value = 1) {\n this.linear(value);\n }\n contrast(value = 1) {\n this.linear(value, -(0.5 * value) + 0.5);\n }\n\n linear(slope = 1, intercept = 0) {\n this.r = this.clamp(this.r * slope + intercept * 255);\n this.g = this.clamp(this.g * slope + intercept * 255);\n this.b = this.clamp(this.b * slope + intercept * 255);\n }\n\n invert(value = 1) {\n this.r = this.clamp((value + (this.r / 255) * (1 - 2 * value)) * 255);\n this.g = this.clamp((value + (this.g / 255) * (1 - 2 * value)) * 255);\n this.b = this.clamp((value + (this.b / 255) * (1 - 2 * value)) * 255);\n }\n\n hsl() {\n // Code taken from https://stackoverflow.com/a/9493060/2688027, licensed under CC BY-SA.\n const r = this.r / 255;\n const g = this.g / 255;\n const b = this.b / 255;\n const max = Math.max(r, g, b);\n const min = Math.min(r, g, b);\n let h,\n s,\n l = (max + min) / 2;\n\n if (max === min) {\n h = s = 0;\n } else {\n const d = max - min;\n s = l > 0.5 ? d / (2 - max - min) : d / (max + min);\n switch (max) {\n case r:\n h = (g - b) / d + (g < b ? 6 : 0);\n break;\n\n case g:\n h = (b - r) / d + 2;\n break;\n\n case b:\n h = (r - g) / d + 4;\n break;\n }\n h /= 6;\n }\n\n return {\n h: h * 100,\n s: s * 100,\n l: l * 100,\n };\n }\n\n clamp(value) {\n if (value > 255) {\n value = 255;\n } else if (value < 0) {\n value = 0;\n }\n return value;\n }\n}\n\nexport class Solver {\n constructor(target) {\n this.target = target;\n this.targetHSL = target.hsl();\n this.reusedColor = new Color(0, 0, 0);\n }\n\n solve() {\n const result = this.solveNarrow(this.solveWide());\n return {\n values: result.values,\n loss: result.loss,\n filter: this.css(result.values),\n };\n }\n\n solveWide() {\n const A = 5;\n const c = 15;\n const a = [60, 180, 18000, 600, 1.2, 1.2];\n\n let best = { loss: Infinity };\n for (let i = 0; best.loss > 25 && i < 3; i++) {\n const initial = [50, 20, 3750, 50, 100, 100];\n const result = this.spsa(A, a, c, initial, 1000);\n if (result.loss < best.loss) {\n best = result;\n }\n }\n return best;\n }\n\n solveNarrow(wide) {\n const A = wide.loss;\n const c = 2;\n const A1 = A + 1;\n const a = [0.25 * A1, 0.25 * A1, A1, 0.25 * A1, 0.2 * A1, 0.2 * A1];\n return this.spsa(A, a, c, wide.values, 500);\n }\n\n spsa(A, a, c, values, iters) {\n const alpha = 1;\n const gamma = 0.16666666666666666;\n\n let best = null;\n let bestLoss = Infinity;\n const deltas = new Array(6);\n const highArgs = new Array(6);\n const lowArgs = new Array(6);\n\n for (let k = 0; k < iters; k++) {\n const ck = c / Math.pow(k + 1, gamma);\n for (let i = 0; i < 6; i++) {\n deltas[i] = Math.random() > 0.5 ? 1 : -1;\n highArgs[i] = values[i] + ck * deltas[i];\n lowArgs[i] = values[i] - ck * deltas[i];\n }\n\n const lossDiff = this.loss(highArgs) - this.loss(lowArgs);\n for (let i = 0; i < 6; i++) {\n const g = (lossDiff / (2 * ck)) * deltas[i];\n const ak = a[i] / Math.pow(A + k + 1, alpha);\n values[i] = fix(values[i] - ak * g, i);\n }\n\n const loss = this.loss(values);\n if (loss < bestLoss) {\n best = values.slice(0);\n bestLoss = loss;\n }\n }\n return { values: best, loss: bestLoss };\n\n function fix(value, idx) {\n let max = 100;\n if (idx === 2 /* saturate */) {\n max = 7500;\n } else if (idx === 4 /* brightness */ || idx === 5 /* contrast */) {\n max = 200;\n }\n\n if (idx === 3 /* hue-rotate */) {\n if (value > max) {\n value %= max;\n } else if (value < 0) {\n value = max + (value % max);\n }\n } else if (value < 0) {\n value = 0;\n } else if (value > max) {\n value = max;\n }\n return value;\n }\n }\n\n loss(filters) {\n // Argument is array of percentages.\n const color = this.reusedColor;\n color.set(0, 0, 0);\n\n color.invert(filters[0] / 100);\n color.sepia(filters[1] / 100);\n color.saturate(filters[2] / 100);\n color.hueRotate(filters[3] * 3.6);\n color.brightness(filters[4] / 100);\n color.contrast(filters[5] / 100);\n\n const colorHSL = color.hsl();\n return (\n Math.abs(color.r - this.target.r) +\n Math.abs(color.g - this.target.g) +\n Math.abs(color.b - this.target.b) +\n Math.abs(colorHSL.h - this.targetHSL.h) +\n Math.abs(colorHSL.s - this.targetHSL.s) +\n Math.abs(colorHSL.l - this.targetHSL.l)\n );\n }\n\n css(filters) {\n function fmt(idx, multiplier = 1) {\n return Math.round(filters[idx] * multiplier);\n }\n return `invert(${fmt(0)}%) sepia(${fmt(1)}%) saturate(${fmt(2)}%) hue-rotate(${fmt(3, 3.6)}deg) brightness(${fmt(\n 4,\n )}%) contrast(${fmt(5)}%)`;\n }\n}\n\nfunction hexToRgb(hex): number[] {\n // Expand shorthand form (e.g. \"03F\") to full form (e.g. \"0033FF\")\n const shorthandRegex = /^#?([a-f\\d])([a-f\\d])([a-f\\d])$/i;\n hex = hex.replace(shorthandRegex, (m, r, g, b) => {\n return r + r + g + g + b + b;\n });\n\n const result = /^#?([a-f\\d]{2})([a-f\\d]{2})([a-f\\d]{2})$/i.exec(hex);\n return result ? [parseInt(result[1], 16), parseInt(result[2], 16), parseInt(result[3], 16)] : null;\n}\n\nexport function getFiltersFromHex(hex): string {\n const rgb = hexToRgb(hex);\n if (!rgb) return \"\";\n\n const [r, g, b] = rgb;\n const color = new Color(r, g, b);\n const solver = new Solver(color);\n return solver.solve().filter;\n}\n","import { IPredefinedTheme } from \"../../Themes\";\nimport img1 from \"./screenshot.png\";\n\nexport const Theme: IPredefinedTheme = {\n name: \"Default\",\n description: \"Default game theme, most supported\",\n credit: \"hydroflame\",\n screenshot: img1,\n colors: {\n primarylight: \"#0f0\",\n primary: \"#0c0\",\n primarydark: \"#090\",\n successlight: \"#0f0\",\n success: \"#0c0\",\n successdark: \"#090\",\n errorlight: \"#f00\",\n error: \"#c00\",\n errordark: \"#900\",\n secondarylight: \"#AAA\",\n secondary: \"#888\",\n secondarydark: \"#666\",\n warninglight: \"#ff0\",\n warning: \"#cc0\",\n warningdark: \"#990\",\n infolight: \"#69f\",\n info: \"#36c\",\n infodark: \"#039\",\n welllight: \"#444\",\n well: \"#222\",\n white: \"#fff\",\n black: \"#000\",\n hp: \"#dd3434\",\n money: \"#ffd700\",\n hack: \"#adff2f\",\n combat: \"#faffdf\",\n cha: \"#a671d1\",\n int: \"#6495ed\",\n rep: \"#faffdf\",\n disabled: \"#66cfbc\",\n backgroundprimary: \"#000\",\n backgroundsecondary: \"#000\",\n button: \"#333\",\n },\n};\n","import { IPredefinedTheme } from \"../../Themes\";\nimport img1 from \"./screenshot.png\";\n\nexport const Theme: IPredefinedTheme = {\n name: \"Default-lite\",\n description: \"Less eye-straining default theme\",\n credit: \"NmuGmu\",\n reference: \"https://discord.com/channels/415207508303544321/921991895230611466/925263801564151888\",\n screenshot: img1,\n colors: {\n primarylight: \"#28CF28\",\n primary: \"#21A821\",\n primarydark: \"#177317\",\n successlight: \"#1CFF1C\",\n success: \"#16CA16\",\n successdark: \"#0D910D\",\n errorlight: \"#FF3B3B\",\n error: \"#C32D2D\",\n errordark: \"#8E2121\",\n secondarylight: \"#B3B3B3\",\n secondary: \"#838383\",\n secondarydark: \"#676767\",\n warninglight: \"#FFFF3A\",\n warning: \"#C3C32A\",\n warningdark: \"#8C8C1E\",\n infolight: \"#64CBFF\",\n info: \"#3399CC\",\n infodark: \"#246D91\",\n welllight: \"#404040\",\n well: \"#1C1C1C\",\n white: \"#C3C3C3\",\n black: \"#0A0B0B\",\n hp: \"#C62E2E\",\n money: \"#D6BB27\",\n hack: \"#ADFF2F\",\n combat: \"#E8EDCD\",\n cha: \"#8B5FAF\",\n int: \"#537CC8\",\n rep: \"#E8EDCD\",\n disabled: \"#5AB5A5\",\n backgroundprimary: \"#0C0D0E\",\n backgroundsecondary: \"#121415\",\n button: \"#252829\",\n },\n};\n","import { IPredefinedTheme } from \"../../Themes\";\nimport img1 from \"./screenshot.png\";\n\nexport const Theme: IPredefinedTheme = {\n name: \"Monokai'ish\",\n description: \"Monokai'ish\",\n credit: \"eltea\",\n screenshot: img1,\n colors: {\n primarylight: \"#FFF\",\n primary: \"#F8F8F2\",\n primarydark: \"#FAFAEB\",\n successlight: \"#ADE146\",\n success: \"#A6E22E\",\n successdark: \"#98E104\",\n errorlight: \"#FF69A0\",\n error: \"#F92672\",\n errordark: \"#D10F56\",\n secondarylight: \"#AAA\",\n secondary: \"#888\",\n secondarydark: \"#666\",\n warninglight: \"#E1D992\",\n warning: \"#E6DB74\",\n warningdark: \"#EDDD54\",\n infolight: \"#92E1F1\",\n info: \"#66D9EF\",\n infodark: \"#31CDED\",\n welllight: \"#444\",\n well: \"#222\",\n white: \"#fff\",\n black: \"#000\",\n hp: \"#F92672\",\n money: \"#E6DB74\",\n hack: \"#A6E22E\",\n combat: \"#75715E\",\n cha: \"#AE81FF\",\n int: \"#66D9EF\",\n rep: \"#E69F66\",\n disabled: \"#66cfbc\",\n backgroundprimary: \"#272822\",\n backgroundsecondary: \"#1B1C18\",\n button: \"#333\",\n },\n};\n","import { IPredefinedTheme } from \"../../Themes\";\nimport img1 from \"./screenshot.png\";\n\nexport const Theme: IPredefinedTheme = {\n name: \"Warmer\",\n credit: \"hexnaught\",\n description: \"Warmer, softer theme\",\n reference: \"https://discord.com/channels/415207508303544321/921991895230611466/921999581020028938\",\n screenshot: img1,\n colors: {\n primarylight: \"#EA9062\",\n primary: \"#DD7B4A\",\n primarydark: \"#D3591C\",\n successlight: \"#6ACF6A\",\n success: \"#43BF43\",\n successdark: \"#3E913E\",\n errorlight: \"#C15757\",\n error: \"#B34141\",\n errordark: \"#752525\",\n secondarylight: \"#AAA\",\n secondary: \"#888\",\n secondarydark: \"#666\",\n warninglight: \"#E6E69D\",\n warning: \"#DADA56\",\n warningdark: \"#A1A106\",\n infolight: \"#69f\",\n info: \"#36c\",\n infodark: \"#039\",\n welllight: \"#444\",\n well: \"#222\",\n white: \"#fff\",\n black: \"#000\",\n hp: \"#dd3434\",\n money: \"#ffd700\",\n hack: \"#adff2f\",\n combat: \"#faffdf\",\n cha: \"#AD84CF\",\n int: \"#6495ed\",\n rep: \"#faffdf\",\n disabled: \"#76C6B7\",\n backgroundprimary: \"#000\",\n backgroundsecondary: \"#000\",\n button: \"#333\",\n },\n};\n","import { IPredefinedTheme } from \"../../Themes\";\nimport img1 from \"./screenshot.png\";\n\nexport const Theme: IPredefinedTheme = {\n name: \"Dark+\",\n credit: \"LoganMD\",\n description: \"VSCode Dark+\",\n reference: \"https://discord.com/channels/415207508303544321/921991895230611466/921999975867617310\",\n screenshot: img1,\n colors: {\n primarylight: \"#E0E0BC\",\n primary: \"#CCCCAE\",\n primarydark: \"#B8B89C\",\n successlight: \"#00F000\",\n success: \"#00D200\",\n successdark: \"#00B400\",\n errorlight: \"#F00000\",\n error: \"#C80000\",\n errordark: \"#A00000\",\n secondarylight: \"#B4AEAE\",\n secondary: \"#969090\",\n secondarydark: \"#787272\",\n warninglight: \"#F0F000\",\n warning: \"#C8C800\",\n warningdark: \"#A0A000\",\n infolight: \"#69f\",\n info: \"#36c\",\n infodark: \"#039\",\n welllight: \"#444\",\n well: \"#222\",\n white: \"#fff\",\n black: \"#1E1E1E\",\n hp: \"#dd3434\",\n money: \"#ffd700\",\n hack: \"#adff2f\",\n combat: \"#faffdf\",\n cha: \"#a671d1\",\n int: \"#6495ed\",\n rep: \"#faffdf\",\n disabled: \"#66cfbc\",\n backgroundprimary: \"#1E1E1E\",\n backgroundsecondary: \"#252525\",\n button: \"#333\",\n },\n};\n","import { IPredefinedTheme } from \"../../Themes\";\nimport img1 from \"./screenshot.png\";\n\nexport const Theme: IPredefinedTheme = {\n name: \"Mayukai Dark\",\n description: \"Mayukai Dark-esque\",\n credit: \"Festive Noire\",\n reference: \"https://discord.com/channels/415207508303544321/921991895230611466/922037502334889994\",\n screenshot: img1,\n colors: {\n primarylight: \"#DDDFC5\",\n primary: \"#CDCFB6\",\n primarydark: \"#9D9F8C\",\n successlight: \"#00EF00\",\n success: \"#00A500\",\n successdark: \"#007A00\",\n errorlight: \"#F92672\",\n error: \"#CA1C5C\",\n errordark: \"#90274A\",\n secondarylight: \"#AAA\",\n secondary: \"#888\",\n secondarydark: \"#666\",\n warninglight: \"#D3D300\",\n warning: \"#cc0\",\n warningdark: \"#990\",\n infolight: \"#69f\",\n info: \"#36c\",\n infodark: \"#039\",\n welllight: \"#444\",\n well: \"#00010A\",\n white: \"#fff\",\n black: \"#020509\",\n hp: \"#dd3434\",\n money: \"#ffd700\",\n hack: \"#8CCF27\",\n combat: \"#faffdf\",\n cha: \"#a671d1\",\n int: \"#6495ed\",\n rep: \"#faffdf\",\n disabled: \"#66cfbc\",\n backgroundprimary: \"#080C11\",\n backgroundsecondary: \"#03080F\",\n button: \"#00010A\",\n },\n};\n","import { IPredefinedTheme } from \"../../Themes\";\nimport img1 from \"./screenshot.png\";\n\nexport const Theme: IPredefinedTheme = {\n name: \"Purple\",\n credit: \"zer0ney\",\n description: \"Essentially all defaults except for purple replacing the main colors\",\n reference: \"https://discord.com/channels/415207508303544321/921991895230611466/922091815849570395\",\n screenshot: img1,\n colors: {\n primarylight: \"#BA55D3\",\n primary: \"#9370DB\",\n primarydark: \"#8A2BE2\",\n successlight: \"#BA55D3\",\n success: \"#9370DB\",\n successdark: \"#8A2BE2\",\n errorlight: \"#f00\",\n error: \"#c00\",\n errordark: \"#900\",\n secondarylight: \"#AAA\",\n secondary: \"#888\",\n secondarydark: \"#666\",\n warninglight: \"#ff0\",\n warning: \"#cc0\",\n warningdark: \"#990\",\n infolight: \"#69f\",\n info: \"#36c\",\n infodark: \"#039\",\n welllight: \"#444\",\n well: \"#222\",\n white: \"#fff\",\n black: \"#000\",\n hp: \"#dd3434\",\n money: \"#ffd700\",\n hack: \"#adff2f\",\n combat: \"#faffdf\",\n cha: \"#a671d1\",\n int: \"#6495ed\",\n rep: \"#faffdf\",\n disabled: \"#66cfbc\",\n backgroundprimary: \"#000\",\n backgroundsecondary: \"#000\",\n button: \"#333\",\n },\n};\n","import { IPredefinedTheme } from \"../../Themes\";\nimport img1 from \"./screenshot.png\";\n\nexport const Theme: IPredefinedTheme = {\n name: \"Smooth Green\",\n description: \"A nice green theme that doesn't hurt your eyes.\",\n credit: \"Swidt\",\n reference: \"https://discord.com/channels/415207508303544321/921991895230611466/922243957986033725\",\n screenshot: img1,\n colors: {\n primarylight: \"#E0E0BC\",\n primary: \"#B0D9A3\",\n primarydark: \"#B8B89C\",\n successlight: \"#00F000\",\n success: \"#6BC16B\",\n successdark: \"#00B400\",\n errorlight: \"#F00000\",\n error: \"#3D713D\",\n errordark: \"#A00000\",\n secondarylight: \"#B4AEAE\",\n secondary: \"#8FAF85\",\n secondarydark: \"#787272\",\n warninglight: \"#F0F000\",\n warning: \"#38F100\",\n warningdark: \"#A0A000\",\n infolight: \"#69f\",\n info: \"#36c\",\n infodark: \"#039\",\n welllight: \"#444\",\n well: \"#2F3C2B\",\n white: \"#fff\",\n black: \"#1E1E1E\",\n hp: \"#dd3434\",\n money: \"#4AA52E\",\n hack: \"#adff2f\",\n combat: \"#faffdf\",\n cha: \"#a671d1\",\n int: \"#6495ed\",\n rep: \"#35A135\",\n disabled: \"#66cfbc\",\n backgroundprimary: \"#1E1E1E\",\n backgroundsecondary: \"#252525\",\n button: \"#2F3C2B\",\n },\n};\n","import { IPredefinedTheme } from \"../../Themes\";\nimport img1 from \"./screenshot.png\";\n\nexport const Theme: IPredefinedTheme = {\n name: \"Dracula\",\n description: \"Dracula Look-alike\",\n credit: \"H3draut3r\",\n reference: \"https://discord.com/channels/415207508303544321/921991895230611466/922296307836678144\",\n screenshot: img1,\n colors: {\n primarylight: \"#7082B8\",\n primary: \"#F8F8F2\",\n primarydark: \"#FF79C6\",\n successlight: \"#0f0\",\n success: \"#0c0\",\n successdark: \"#090\",\n errorlight: \"#FD4545\",\n error: \"#FF2D2D\",\n errordark: \"#C62424\",\n secondarylight: \"#AAA\",\n secondary: \"#8BE9FD\",\n secondarydark: \"#666\",\n warninglight: \"#FFC281\",\n warning: \"#FFB86C\",\n warningdark: \"#E6A055\",\n infolight: \"#A0A0FF\",\n info: \"#7070FF\",\n infodark: \"#4040FF\",\n welllight: \"#44475A\",\n well: \"#363948\",\n white: \"#fff\",\n black: \"#282A36\",\n hp: \"#D34448\",\n money: \"#50FA7B\",\n hack: \"#F1FA8C\",\n combat: \"#BD93F9\",\n cha: \"#FF79C6\",\n int: \"#6495ed\",\n rep: \"#faffdf\",\n disabled: \"#66cfbc\",\n backgroundprimary: \"#282A36\",\n backgroundsecondary: \"#21222C\",\n button: \"#21222C\",\n },\n};\n","import { IPredefinedTheme } from \"../../Themes\";\nimport img1 from \"./screenshot.png\";\n\nexport const Theme: IPredefinedTheme = {\n name: \"Dark Blue\",\n description: \"Very dark with a blue/purplelly primary\",\n credit: \"Saynt_Garmo\",\n reference: \"https://discord.com/channels/415207508303544321/921991895230611466/923084732718264340\",\n screenshot: img1,\n colors: {\n primarylight: \"#023DDE\",\n primary: \"#4A41C8\",\n primarydark: \"#005299\",\n successlight: \"#00FF00\",\n success: \"#D1DAD1\",\n successdark: \"#BFCABF\",\n errorlight: \"#f00\",\n error: \"#c00\",\n errordark: \"#900\",\n secondarylight: \"#AAA\",\n secondary: \"#888\",\n secondarydark: \"#666\",\n warninglight: \"#ff0\",\n warning: \"#cc0\",\n warningdark: \"#990\",\n infolight: \"#69f\",\n info: \"#36c\",\n infodark: \"#039\",\n welllight: \"#444\",\n well: \"#040505\",\n white: \"#fff\",\n black: \"#000000\",\n hp: \"#dd3434\",\n money: \"#ffd700\",\n hack: \"#adff2f\",\n combat: \"#faffdf\",\n cha: \"#a671d1\",\n int: \"#6495ed\",\n rep: \"#faffdf\",\n disabled: \"#66cfbc\",\n backgroundprimary: \"#091419\",\n backgroundsecondary: \"#000000\",\n button: \"#000000\",\n },\n};\n","import { IPredefinedTheme } from \"../../Themes\";\nimport img1 from \"./screenshot.png\";\n\nexport const Theme: IPredefinedTheme = {\n name: \"Discord-like\",\n description: \"Discord inspired theme\",\n credit: \"Thermite\",\n reference: \"https://discord.com/channels/415207508303544321/921991895230611466/924305252017143818\",\n screenshot: img1,\n colors: {\n primarylight: \"#7389DC\",\n primary: \"#7389DC\",\n primarydark: \"#5964F1\",\n successlight: \"#00CC00\",\n success: \"#20DF20\",\n successdark: \"#0CB80C\",\n errorlight: \"#EA5558\",\n error: \"#EC4145\",\n errordark: \"#E82528\",\n secondarylight: \"#C3C3C3\",\n secondary: \"#9C9C9C\",\n secondarydark: \"#4E4E4E\",\n warninglight: \"#ff0\",\n warning: \"#cc0\",\n warningdark: \"#990\",\n infolight: \"#69f\",\n info: \"#36c\",\n infodark: \"#1C4FB3\",\n welllight: \"#999999\",\n well: \"#35383C\",\n white: \"#FFFFFF\",\n black: \"#202225\",\n hp: \"#FF5656\",\n money: \"#43FF43\",\n hack: \"#FFAB3D\",\n combat: \"#8A90FD\",\n cha: \"#FF51D9\",\n int: \"#6495ed\",\n rep: \"#FFFF30\",\n disabled: \"#474B51\",\n backgroundprimary: \"#2F3136\",\n backgroundsecondary: \"#35393E\",\n button: \"#333\",\n },\n};\n","import { IPredefinedTheme } from \"../../Themes\";\nimport img1 from \"./screenshot.png\";\n\nexport const Theme: IPredefinedTheme = {\n name: \"One Dark\",\n description: \"Dark with a greenish tint\",\n credit: \"Dexalt142\",\n reference: \"https://discord.com/channels/415207508303544321/921991895230611466/924650660694208512\",\n screenshot: img1,\n colors: {\n primarylight: \"#98C379\",\n primary: \"#98C379\",\n primarydark: \"#98C379\",\n successlight: \"#98C379\",\n success: \"#98C379\",\n successdark: \"#98C379\",\n errorlight: \"#E06C75\",\n error: \"#BE5046\",\n errordark: \"#BE5046\",\n secondarylight: \"#AAA\",\n secondary: \"#888\",\n secondarydark: \"#666\",\n warninglight: \"#E5C07B\",\n warning: \"#E5C07B\",\n warningdark: \"#D19A66\",\n infolight: \"#61AFEF\",\n info: \"#61AFEF\",\n infodark: \"#61AFEF\",\n welllight: \"#4B5263\",\n well: \"#282C34\",\n white: \"#ABB2BF\",\n black: \"#282C34\",\n hp: \"#E06C75\",\n money: \"#E5C07B\",\n hack: \"#98C379\",\n combat: \"#ABB2BF\",\n cha: \"#C678DD\",\n int: \"#61AFEF\",\n rep: \"#ABB2BF\",\n disabled: \"#56B6C2\",\n backgroundprimary: \"#282C34\",\n backgroundsecondary: \"#21252B\",\n button: \"#4B5263\",\n },\n};\n","import { IPredefinedTheme } from \"../../Themes\";\nimport img1 from \"./screenshot.png\";\n\nexport const Theme: IPredefinedTheme = {\n name: \"Muted Gold & Blue\",\n description: \"Muted gold with blue accents.\",\n credit: \"Sloth\",\n reference: \"https://discord.com/channels/415207508303544321/921991895230611466/924672660758208563\",\n screenshot: img1,\n colors: {\n primarylight: \"#E3B54A\",\n primary: \"#CAA243\",\n primarydark: \"#7E6937\",\n successlight: \"#82FF82\",\n success: \"#6FDA6F\",\n successdark: \"#64C364\",\n errorlight: \"#FD5555\",\n error: \"#D84A4A\",\n errordark: \"#AC3939\",\n secondarylight: \"#D8D0B8\",\n secondary: \"#B1AA95\",\n secondarydark: \"#736E5E\",\n warninglight: \"#ff0\",\n warning: \"#cc0\",\n warningdark: \"#990\",\n infolight: \"#69f\",\n info: \"#36c\",\n infodark: \"#039\",\n welllight: \"#444\",\n well: \"#111111\",\n white: \"#fff\",\n black: \"#070300\",\n hp: \"#dd3434\",\n money: \"#ffd700\",\n hack: \"#adff2f\",\n combat: \"#faffdf\",\n cha: \"#a671d1\",\n int: \"#6495ed\",\n rep: \"#faffdf\",\n disabled: \"#66cfbc\",\n backgroundprimary: \"#0A0A0E\",\n backgroundsecondary: \"#0E0E10\",\n button: \"#222222\",\n },\n};\n","import { IPredefinedTheme } from \"../../Themes\";\nimport img1 from \"./screenshot.png\";\n\nexport const Theme: IPredefinedTheme = {\n name: \"Light\",\n description: \"Cobbled Together Light Theme\",\n credit: \"matt\",\n reference: \"https://discord.com/channels/415207508303544321/921991895230611466/926114005456658432\",\n screenshot: img1,\n colors: {\n primarylight: \"#535353\",\n primary: \"#1A1A1A\",\n primarydark: \"#0d0d0d\",\n successlight: \"#63c439\",\n success: \"#428226\",\n successdark: \"#2E5A1B\",\n errorlight: \"#df7051\",\n error: \"#C94824\",\n errordark: \"#91341B\",\n secondarylight: \"#b3b3b3\",\n secondary: \"#9B9B9B\",\n secondarydark: \"#7A7979\",\n warninglight: \"#e8d464\",\n warning: \"#C6AD20\",\n warningdark: \"#9F8A16\",\n infolight: \"#6299cf\",\n info: \"#3778B7\",\n infodark: \"#30689C\",\n welllight: \"#f9f9f9\",\n well: \"#eaeaea\",\n white: \"#F7F7F7\",\n black: \"#F7F7F7\",\n hp: \"#BF5C41\",\n money: \"#E1B121\",\n hack: \"#47BC38\",\n combat: \"#656262\",\n cha: \"#A568AC\",\n int: \"#889BCF\",\n rep: \"#656262\",\n disabled: \"#70B4BF\",\n backgroundprimary: \"#F7F7F7\",\n backgroundsecondary: \"#f9f9f9\",\n button: \"#eaeaea\",\n },\n};\n","export default \"dist/images/83b2443ab7e7d346766c8f6bc5afc7a7.png\";","export default \"dist/images/6caf35202b10b52e1fc2743f674c33e8.png\";","export default \"dist/images/cb88977ea837bccb9cceb727adc78302.png\";","export default \"dist/images/4e0e750f2f09de58219773edd46cbbf5.png\";","export default \"dist/images/e97de4daa946331c7e99dee9c05d629c.png\";","export default \"dist/images/9f96a5084f4e5f1a6c0041b41b34d62d.png\";","export default \"dist/images/85a7b2896acb62be76f3ea7100fe9012.png\";","export default \"dist/images/5aa87b7de67a77c914088783b055e1cf.png\";","export default \"dist/images/c7164b072d62c91c27c6d607b5207e7b.png\";","export default \"dist/images/66f4b86d86164fc117bd6d648e4eaa6f.png\";","export default \"dist/images/a1110d6c8d16a14c4570411750248399.png\";","export default \"dist/images/447bc31e61f55e7eff875be3e9a81f1a.png\";","export default \"dist/images/297df8c0e47764ea113951318b2acf55.png\";","export default \"dist/images/e66b0c327f97d08e4253f52234d659eb.png\";","/** Augmentation-related methods for the Player class (PlayerObject) */\nimport { PlayerObject } from \"./PlayerObject\";\nimport { calculateEntropy } from \"../Grafting/EntropyAccumulation\";\n\nexport function applyEntropy(this: PlayerObject, stacks = 1): void {\n // Re-apply all multipliers\n this.reapplyAllAugmentations();\n this.reapplyAllSourceFiles();\n\n this.mults = calculateEntropy(stacks);\n}\n","import { CONSTANTS } from \"../../Constants\";\n\nimport { Player } from \"../../Player\";\nimport { Multipliers } from \"../Multipliers\";\n\nexport const calculateEntropy = (stacks = 1): Multipliers => {\n const nerf = CONSTANTS.EntropyEffect ** stacks;\n return {\n hacking_chance: Player.mults.hacking_chance * nerf,\n hacking_speed: Player.mults.hacking_speed * nerf,\n hacking_money: Player.mults.hacking_money * nerf,\n hacking_grow: Player.mults.hacking_grow * nerf,\n\n hacking: Player.mults.hacking * nerf,\n strength: Player.mults.strength * nerf,\n defense: Player.mults.defense * nerf,\n dexterity: Player.mults.dexterity * nerf,\n agility: Player.mults.agility * nerf,\n charisma: Player.mults.charisma * nerf,\n\n hacking_exp: Player.mults.hacking_exp * nerf,\n strength_exp: Player.mults.strength_exp * nerf,\n defense_exp: Player.mults.defense_exp * nerf,\n dexterity_exp: Player.mults.dexterity_exp * nerf,\n agility_exp: Player.mults.agility_exp * nerf,\n charisma_exp: Player.mults.charisma_exp * nerf,\n\n company_rep: Player.mults.company_rep * nerf,\n faction_rep: Player.mults.faction_rep * nerf,\n\n crime_money: Player.mults.crime_money * nerf,\n crime_success: Player.mults.crime_success * nerf,\n\n hacknet_node_money: Player.mults.hacknet_node_money * nerf,\n hacknet_node_purchase_cost: Player.mults.hacknet_node_purchase_cost * nerf,\n hacknet_node_ram_cost: Player.mults.hacknet_node_ram_cost * nerf,\n hacknet_node_core_cost: Player.mults.hacknet_node_core_cost * nerf,\n hacknet_node_level_cost: Player.mults.hacknet_node_level_cost * nerf,\n\n work_money: Player.mults.work_money * nerf,\n\n bladeburner_max_stamina: Player.mults.bladeburner_max_stamina * nerf,\n bladeburner_stamina_gain: Player.mults.bladeburner_stamina_gain * nerf,\n bladeburner_analysis: Player.mults.bladeburner_analysis * nerf,\n bladeburner_success_chance: Player.mults.bladeburner_success_chance * nerf,\n };\n};\n","import { BladeburnerConstants } from \"./data/Constants\";\nimport { getRandomInt } from \"../utils/helpers/getRandomInt\";\nimport { Generic_fromJSON, Generic_toJSON, IReviverValue, Reviver } from \"../utils/JSONReviver\";\nimport { addOffset } from \"../utils/helpers/addOffset\";\n\ninterface IChangePopulationByCountParams {\n /** How much the estimate should change by. */\n estChange: number;\n /** Add offset to estimate (offset by percentage). */\n estOffset: number;\n}\n\ninterface IChangePopulationByPercentageParams {\n nonZero: boolean;\n changeEstEqually: boolean;\n}\n\nexport class City {\n /** Name of the city. */\n name = \"\";\n\n /** Population of the city. */\n pop = 0;\n\n /** Population estimation of the city. */\n popEst = 0;\n\n /** Number of communities in the city. */\n comms = 0;\n\n /** Chaos level of the city. */\n chaos = 0;\n\n constructor(name: string = BladeburnerConstants.CityNames[2]) {\n this.name = name;\n\n // Synthoid population and estimate\n this.pop = getRandomInt(BladeburnerConstants.PopulationThreshold, 1.5 * BladeburnerConstants.PopulationThreshold);\n this.popEst = this.pop * (Math.random() + 0.5);\n\n // Number of Synthoid communities population and estimate\n this.comms = getRandomInt(5, 150);\n this.chaos = 0;\n }\n\n /** p is the percentage, not the multiplier (e.g. pass in p = 5 for 5%) */\n changeChaosByPercentage(p: number): void {\n if (isNaN(p)) {\n throw new Error(\"NaN passed into City.chaosChaosByPercentage()\");\n }\n if (p === 0) {\n return;\n }\n this.chaos += this.chaos * (p / 100);\n if (this.chaos < 0) {\n this.chaos = 0;\n }\n }\n\n improvePopulationEstimateByCount(n: number): void {\n if (isNaN(n)) {\n throw new Error(\"NaN passed into City.improvePopulationEstimateByCount()\");\n }\n if (this.popEst < this.pop) {\n this.popEst += n;\n if (this.popEst > this.pop) {\n this.popEst = this.pop;\n }\n } else if (this.popEst > this.pop) {\n this.popEst -= n;\n if (this.popEst < this.pop) {\n this.popEst = this.pop;\n }\n }\n }\n\n /** p is the percentage, not the multiplier (e.g. pass in p = 5 for 5%) */\n improvePopulationEstimateByPercentage(p: number, skillMult = 1): void {\n p = p * skillMult;\n if (isNaN(p)) {\n throw new Error(\"NaN passed into City.improvePopulationEstimateByPercentage()\");\n }\n if (this.popEst < this.pop) {\n ++this.popEst; // In case estimate is 0\n this.popEst *= 1 + p / 100;\n if (this.popEst > this.pop) {\n this.popEst = this.pop;\n }\n } else if (this.popEst > this.pop) {\n this.popEst *= 1 - p / 100;\n if (this.popEst < this.pop) {\n this.popEst = this.pop;\n }\n }\n }\n\n changePopulationByCount(n: number, params: IChangePopulationByCountParams = { estChange: 0, estOffset: 0 }): void {\n if (isNaN(n)) {\n throw new Error(\"NaN passed into City.changePopulationByCount()\");\n }\n this.pop += n;\n if (params.estChange && !isNaN(params.estChange)) {\n this.popEst += params.estChange;\n }\n if (params.estOffset) {\n this.popEst = addOffset(this.popEst, params.estOffset);\n }\n this.popEst = Math.max(this.popEst, 0);\n }\n\n /**\n * @p is the percentage, not the multiplier. e.g. pass in p = 5 for 5%\n * @params options:\n * changeEstEqually(bool) - Change the population estimate by an equal amount\n * nonZero (bool) - Set to true to ensure that population always changes by at least 1\n */\n changePopulationByPercentage(\n p: number,\n params: IChangePopulationByPercentageParams = {\n nonZero: false,\n changeEstEqually: false,\n },\n ): number {\n if (isNaN(p)) {\n throw new Error(\"NaN passed into City.changePopulationByPercentage()\");\n }\n if (p === 0) {\n return 0;\n }\n let change = Math.round(this.pop * (p / 100));\n\n // Population always changes by at least 1\n if (params.nonZero && change === 0) {\n p > 0 ? (change = 1) : (change = -1);\n }\n\n this.pop += change;\n if (params.changeEstEqually) {\n this.popEst += change;\n if (this.popEst < 0) {\n this.popEst = 0;\n }\n }\n return change;\n }\n\n changeChaosByCount(n: number): void {\n if (isNaN(n)) {\n throw new Error(\"NaN passed into City.changeChaosByCount()\");\n }\n if (n === 0) {\n return;\n }\n this.chaos += n;\n if (this.chaos < 0) {\n this.chaos = 0;\n }\n }\n\n /** Serialize the current object to a JSON save state. */\n toJSON(): IReviverValue {\n return Generic_toJSON(\"City\", this);\n }\n\n /** Initializes a City object from a JSON save state. */\n static fromJSON(value: IReviverValue): City {\n return Generic_fromJSON(City, value.data);\n }\n}\n\nReviver.constructors.City = City;\n","// Interface that defines a generic object used to track experience/money\n// earnings for tasks\nexport interface ITaskTracker {\n hack: number;\n str: number;\n def: number;\n dex: number;\n agi: number;\n cha: number;\n int: number;\n money: number;\n}\n\nexport function createTaskTracker(): ITaskTracker {\n return {\n hack: 0,\n str: 0,\n def: 0,\n dex: 0,\n agi: 0,\n cha: 0,\n int: 0,\n money: 0,\n };\n}\n","/** Returns a MM/DD HH:MM timestamp for the current time */\nexport function getTimestamp(): string {\n const d: Date = new Date();\n // A negative slice value takes from the end of the string rather than the beginning.\n const stringWidth = -2;\n const formattedHours: string = `0${d.getHours()}`.slice(stringWidth);\n const formattedMinutes: string = `0${d.getMinutes()}`.slice(stringWidth);\n const formattedSeconds: string = `0${d.getSeconds()}`.slice(stringWidth);\n\n return `${d.getMonth() + 1}/${d.getDate()} ${formattedHours}:${formattedMinutes}:${formattedSeconds}`;\n}\n","export function CalculateShareMult(power: number): number {\n const x = 1 + Math.log(power) / 25;\n if (isNaN(x) || !isFinite(x)) return 1;\n return x;\n}\n","import { CorporationState } from \"./CorporationState\";\nimport { CorporationUnlockUpgrade, CorporationUnlockUpgrades } from \"./data/CorporationUnlockUpgrades\";\nimport { CorporationUpgrade, CorporationUpgrades } from \"./data/CorporationUpgrades\";\nimport { CorporationConstants } from \"./data/Constants\";\nimport { Industry } from \"./Industry\";\n\nimport { BitNodeMultipliers } from \"../BitNode/BitNodeMultipliers\";\nimport { showLiterature } from \"../Literature/LiteratureHelpers\";\nimport { LiteratureNames } from \"../Literature/data/LiteratureNames\";\nimport { Player } from \"../Player\";\n\nimport { dialogBoxCreate } from \"../ui/React/DialogBox\";\nimport { Reviver, Generic_toJSON, Generic_fromJSON, IReviverValue } from \"../utils/JSONReviver\";\nimport { isString } from \"../utils/helpers/isString\";\n\ninterface IParams {\n name?: string;\n}\n\nexport class Corporation {\n name = \"The Corporation\";\n\n //A division/business sector is represented by the object:\n divisions: Industry[] = [];\n\n //Financial stats\n funds = 150e9;\n revenue = 0;\n expenses = 0;\n fundingRound = 0;\n public = false; //Publicly traded\n totalShares = CorporationConstants.INITIALSHARES; // Total existing shares\n numShares = CorporationConstants.INITIALSHARES; // Total shares owned by player\n shareSalesUntilPriceUpdate = CorporationConstants.SHARESPERPRICEUPDATE;\n shareSaleCooldown = 0; // Game cycles until player can sell shares again\n issueNewSharesCooldown = 0; // Game cycles until player can issue shares again\n dividendRate = 0;\n dividendTax = 1 - BitNodeMultipliers.CorporationSoftcap + 0.15;\n issuedShares = 0;\n sharePrice = 0;\n storedCycles = 0;\n\n unlockUpgrades: number[];\n upgrades: number[];\n upgradeMultipliers: number[];\n\n cycleValuation = 0;\n valuationsList = [0];\n valuation = 0;\n\n state = new CorporationState();\n\n constructor(params: IParams = {}) {\n this.name = params.name ? params.name : \"The Corporation\";\n const numUnlockUpgrades = Object.keys(CorporationUnlockUpgrades).length;\n const numUpgrades = Object.keys(CorporationUpgrades).length;\n this.unlockUpgrades = Array(numUnlockUpgrades).fill(0);\n this.upgrades = Array(numUpgrades).fill(0);\n this.upgradeMultipliers = Array(numUpgrades).fill(1);\n }\n\n addFunds(amt: number): void {\n if (!isFinite(amt)) {\n console.error(\"Trying to add invalid amount of funds. Report to a developer.\");\n return;\n }\n this.funds = this.funds + amt;\n }\n\n getState(): string {\n return this.state.getState();\n }\n\n storeCycles(numCycles = 1): void {\n this.storedCycles += numCycles;\n }\n\n process(): void {\n if (this.storedCycles >= CorporationConstants.CyclesPerIndustryStateCycle) {\n const state = this.getState();\n const marketCycles = 1;\n const gameCycles = marketCycles * CorporationConstants.CyclesPerIndustryStateCycle;\n this.storedCycles -= gameCycles;\n\n this.divisions.forEach((ind) => {\n ind.resetImports(state);\n });\n\n this.divisions.forEach((ind) => {\n ind.process(marketCycles, state, this);\n });\n\n // Process cooldowns\n if (this.shareSaleCooldown > 0) {\n this.shareSaleCooldown -= gameCycles;\n }\n if (this.issueNewSharesCooldown > 0) {\n this.issueNewSharesCooldown -= gameCycles;\n }\n\n //At the start of a new cycle, calculate profits from previous cycle\n if (state === \"START\") {\n this.revenue = 0;\n this.expenses = 0;\n this.divisions.forEach((ind) => {\n if (ind.lastCycleRevenue === -Infinity || ind.lastCycleRevenue === Infinity) {\n return;\n }\n if (ind.lastCycleExpenses === -Infinity || ind.lastCycleExpenses === Infinity) {\n return;\n }\n this.revenue = this.revenue + ind.lastCycleRevenue;\n this.expenses = this.expenses + ind.lastCycleExpenses;\n });\n const profit = this.revenue - this.expenses;\n this.cycleValuation = this.determineCycleValuation();\n this.determineValuation();\n const cycleProfit = profit * (marketCycles * CorporationConstants.SecsPerMarketCycle);\n if (isNaN(this.funds) || this.funds === Infinity || this.funds === -Infinity) {\n dialogBoxCreate(\n \"There was an error calculating your Corporations funds and they got reset to 0. \" +\n \"This is a bug. Please report to game developer.\\n\\n\" +\n \"(Your funds have been set to $150b for the inconvenience)\",\n );\n this.funds = 150e9;\n }\n\n // Process dividends\n this.updateDividendTax();\n if (this.dividendRate > 0 && cycleProfit > 0) {\n // Validate input again, just to be safe\n if (\n isNaN(this.dividendRate) ||\n this.dividendRate < 0 ||\n this.dividendRate > CorporationConstants.DividendMaxRate\n ) {\n console.error(`Invalid Corporation dividend rate: ${this.dividendRate}`);\n } else {\n const totalDividends = this.dividendRate * cycleProfit;\n const retainedEarnings = cycleProfit - totalDividends;\n Player.gainMoney(this.getCycleDividends(), \"corporation\");\n this.addFunds(retainedEarnings);\n }\n } else {\n this.addFunds(cycleProfit);\n }\n\n this.updateSharePrice();\n }\n\n this.state.nextState();\n }\n }\n\n updateDividendTax(): void {\n this.dividendTax = 1 - BitNodeMultipliers.CorporationSoftcap + 0.15;\n if (this.unlockUpgrades[5] === 1) {\n this.dividendTax -= 0.05;\n }\n if (this.unlockUpgrades[6] === 1) {\n this.dividendTax -= 0.1;\n }\n }\n\n getCycleDividends(): number {\n const profit = this.revenue - this.expenses;\n const cycleProfit = profit * CorporationConstants.SecsPerMarketCycle;\n const totalDividends = this.dividendRate * cycleProfit;\n const dividendsPerShare = totalDividends / this.totalShares;\n const dividends = this.numShares * dividendsPerShare;\n return Math.pow(dividends, 1 - this.dividendTax);\n }\n\n determineCycleValuation(): number {\n let val,\n profit = this.revenue - this.expenses;\n if (this.public) {\n // Account for dividends\n if (this.dividendRate > 0) {\n profit *= 1 - this.dividendRate;\n }\n\n val = this.funds + profit * 85e3;\n val *= Math.pow(1.1, this.divisions.length);\n val = Math.max(val, 0);\n } else {\n val = 10e9 + Math.max(this.funds, 0) / 3; //Base valuation\n if (profit > 0) {\n val += profit * 315e3;\n }\n val *= Math.pow(1.1, this.divisions.length);\n val -= val % 1e6; //Round down to nearest millionth\n }\n return val * BitNodeMultipliers.CorporationValuation;\n }\n\n determineValuation(): void {\n this.valuationsList.push(this.cycleValuation); //Add current valuation to the list\n if (this.valuationsList.length > CorporationConstants.ValuationLength) this.valuationsList.shift();\n let val = this.valuationsList.reduce((a, b) => a + b); //Calculate valuations sum\n val /= CorporationConstants.ValuationLength; //Calculate the average\n this.valuation = val;\n }\n\n getTargetSharePrice(): number {\n // Note: totalShares - numShares is not the same as issuedShares because\n // issuedShares does not account for private investors\n return this.valuation / (2 * (this.totalShares - this.numShares) + 1);\n }\n\n updateSharePrice(): void {\n const targetPrice = this.getTargetSharePrice();\n if (this.sharePrice <= targetPrice) {\n this.sharePrice *= 1 + Math.random() * 0.01;\n } else {\n this.sharePrice *= 1 - Math.random() * 0.01;\n }\n if (this.sharePrice <= 0.01) {\n this.sharePrice = 0.01;\n }\n }\n\n immediatelyUpdateSharePrice(): void {\n this.sharePrice = this.getTargetSharePrice();\n }\n\n // Calculates how much money will be made and what the resulting stock price\n // will be when the player sells his/her shares\n // @return - [Player profit, final stock price, end shareSalesUntilPriceUpdate property]\n calculateShareSale(numShares: number): [number, number, number] {\n let sharesTracker = numShares;\n let sharesUntilUpdate = this.shareSalesUntilPriceUpdate;\n let sharePrice = this.sharePrice;\n let sharesSold = 0;\n let profit = 0;\n let targetPrice = this.getTargetSharePrice();\n\n const maxIterations = Math.ceil(numShares / CorporationConstants.SHARESPERPRICEUPDATE);\n if (isNaN(maxIterations) || maxIterations > 10e6) {\n console.error(\n `Something went wrong or unexpected when calculating share sale. Max iterations calculated to be ${maxIterations}`,\n );\n return [0, 0, 0];\n }\n\n for (let i = 0; i < maxIterations; ++i) {\n if (sharesTracker < sharesUntilUpdate) {\n profit += sharePrice * sharesTracker;\n sharesUntilUpdate -= sharesTracker;\n break;\n } else {\n profit += sharePrice * sharesUntilUpdate;\n sharesUntilUpdate = CorporationConstants.SHARESPERPRICEUPDATE;\n sharesTracker -= sharesUntilUpdate;\n sharesSold += sharesUntilUpdate;\n targetPrice = this.valuation / (2 * (this.totalShares + sharesSold - this.numShares));\n // Calculate what new share price would be\n if (sharePrice <= targetPrice) {\n sharePrice *= 1 + 0.5 * 0.01;\n } else {\n sharePrice *= 1 - 0.5 * 0.01;\n }\n }\n }\n\n return [profit, sharePrice, sharesUntilUpdate];\n }\n\n convertCooldownToString(cd: number): string {\n // The cooldown value is based on game cycles. Convert to a simple string\n const seconds = cd / 5;\n\n const SecondsPerMinute = 60;\n const SecondsPerHour = 3600;\n\n if (seconds > SecondsPerHour) {\n return `${Math.floor(seconds / SecondsPerHour)} hour(s)`;\n } else if (seconds > SecondsPerMinute) {\n return `${Math.floor(seconds / SecondsPerMinute)} minute(s)`;\n } else {\n return `${Math.floor(seconds)} second(s)`;\n }\n }\n\n //One time upgrades that unlock new features\n unlock(upgrade: CorporationUnlockUpgrade): void {\n const upgN = upgrade.index,\n price = upgrade.price;\n while (this.unlockUpgrades.length <= upgN) {\n this.unlockUpgrades.push(0);\n }\n if (this.funds < price) {\n dialogBoxCreate(\"You don't have enough funds to unlock this!\");\n return;\n }\n this.unlockUpgrades[upgN] = 1;\n this.funds = this.funds - price;\n\n // Apply effects for one-time upgrades\n this.updateDividendTax();\n }\n\n //Levelable upgrades\n upgrade(upgrade: CorporationUpgrade): void {\n const upgN = upgrade.index,\n basePrice = upgrade.basePrice,\n priceMult = upgrade.priceMult,\n upgradeAmt = upgrade.benefit; //Amount by which the upgrade multiplier gets increased (additive)\n while (this.upgrades.length <= upgN) {\n this.upgrades.push(0);\n }\n while (this.upgradeMultipliers.length <= upgN) {\n this.upgradeMultipliers.push(1);\n }\n const totalCost = basePrice * Math.pow(priceMult, this.upgrades[upgN]);\n if (this.funds < totalCost) {\n dialogBoxCreate(\"You don't have enough funds to purchase this!\");\n return;\n }\n ++this.upgrades[upgN];\n this.funds = this.funds - totalCost;\n\n //Increase upgrade multiplier\n this.upgradeMultipliers[upgN] = 1 + this.upgrades[upgN] * upgradeAmt;\n\n //If storage size is being updated, update values in Warehouse objects\n if (upgN === 1) {\n for (let i = 0; i < this.divisions.length; ++i) {\n const industry = this.divisions[i];\n for (const city of Object.keys(industry.warehouses)) {\n const warehouse = industry.warehouses[city];\n if (warehouse === 0) continue;\n if (industry.warehouses.hasOwnProperty(city) && warehouse) {\n warehouse.updateSize(this, industry);\n }\n }\n }\n }\n }\n\n getProductionMultiplier(): number {\n const mult = this.upgradeMultipliers[0];\n if (isNaN(mult) || mult < 1) {\n return 1;\n } else {\n return mult;\n }\n }\n\n getStorageMultiplier(): number {\n const mult = this.upgradeMultipliers[1];\n if (isNaN(mult) || mult < 1) {\n return 1;\n } else {\n return mult;\n }\n }\n\n getDreamSenseGain(): number {\n const gain = this.upgradeMultipliers[2] - 1;\n return gain <= 0 ? 0 : gain;\n }\n\n getAdvertisingMultiplier(): number {\n const mult = this.upgradeMultipliers[3];\n if (isNaN(mult) || mult < 1) {\n return 1;\n } else {\n return mult;\n }\n }\n\n getEmployeeCreMultiplier(): number {\n const mult = this.upgradeMultipliers[4];\n if (isNaN(mult) || mult < 1) {\n return 1;\n } else {\n return mult;\n }\n }\n\n getEmployeeChaMultiplier(): number {\n const mult = this.upgradeMultipliers[5];\n if (isNaN(mult) || mult < 1) {\n return 1;\n } else {\n return mult;\n }\n }\n\n getEmployeeIntMultiplier(): number {\n const mult = this.upgradeMultipliers[6];\n if (isNaN(mult) || mult < 1) {\n return 1;\n } else {\n return mult;\n }\n }\n\n getEmployeeEffMultiplier(): number {\n const mult = this.upgradeMultipliers[7];\n if (isNaN(mult) || mult < 1) {\n return 1;\n } else {\n return mult;\n }\n }\n\n getSalesMultiplier(): number {\n const mult = this.upgradeMultipliers[8];\n if (isNaN(mult) || mult < 1) {\n return 1;\n } else {\n return mult;\n }\n }\n\n getScientificResearchMultiplier(): number {\n const mult = this.upgradeMultipliers[9];\n if (isNaN(mult) || mult < 1) {\n return 1;\n } else {\n return mult;\n }\n }\n\n // Adds the Corporation Handbook (Starter Guide) to the player's home computer.\n // This is a lit file that gives introductory info to the player\n // This occurs when the player clicks the \"Getting Started Guide\" button on the overview panel\n getStarterGuide(): void {\n // Check if player already has Corporation Handbook\n const homeComp = Player.getHomeComputer();\n let hasHandbook = false;\n const handbookFn = LiteratureNames.CorporationManagementHandbook;\n for (let i = 0; i < homeComp.messages.length; ++i) {\n if (isString(homeComp.messages[i]) && homeComp.messages[i] === handbookFn) {\n hasHandbook = true;\n break;\n }\n }\n\n if (!hasHandbook) {\n homeComp.messages.push(handbookFn);\n }\n showLiterature(handbookFn);\n return;\n }\n\n /** Serialize the current object to a JSON save state. */\n toJSON(): IReviverValue {\n return Generic_toJSON(\"Corporation\", this);\n }\n\n /** Initializes a Corporation object from a JSON save state. */\n static fromJSON(value: IReviverValue): Corporation {\n return Generic_fromJSON(Corporation, value.data);\n }\n}\n\nReviver.constructors.Corporation = Corporation;\n","import { Generic_fromJSON, Generic_toJSON, IReviverValue, Reviver } from \"../utils/JSONReviver\";\n\n// Array of all valid states\nconst AllCorporationStates: string[] = [\"START\", \"PURCHASE\", \"PRODUCTION\", \"SALE\", \"EXPORT\"];\n\nexport class CorporationState {\n // Number representing what state the Corporation is in. The number\n // is an index for the array that holds all Corporation States\n state = 0;\n\n // Get the name of the current state\n // NOTE: This does NOT return the number stored in the 'state' property,\n // which is just an index for the array of all possible Corporation States.\n getState(): string {\n return AllCorporationStates[this.state];\n }\n\n // Transition to the next state\n nextState(): void {\n if (this.state < 0 || this.state >= AllCorporationStates.length) {\n this.state = 0;\n }\n\n ++this.state;\n if (this.state >= AllCorporationStates.length) {\n this.state = 0;\n }\n }\n\n // Serialize the current object to a JSON save state.\n toJSON(): IReviverValue {\n return Generic_toJSON(\"CorporationState\", this);\n }\n\n // Initializes a CorporationState object from a JSON save state.\n static fromJSON(value: IReviverValue): CorporationState {\n return Generic_fromJSON(CorporationState, value.data);\n }\n}\n\nReviver.constructors.CorporationState = CorporationState;\n","import { CityName } from \"./../Locations/data/CityNames\";\nimport { Literature } from \"./Literature\";\nimport { LiteratureNames } from \"./data/LiteratureNames\";\nimport { FactionNames } from \"../Faction/data/FactionNames\";\n\nexport const Literatures: Record = {};\n\n(function () {\n let title, fn, txt;\n title = \"The Beginner's Guide to Hacking\";\n fn = LiteratureNames.HackersStartingHandbook;\n txt =\n \"Some resources:

\" +\n \"Learn to Program

\" +\n \"For Experienced JavaScript Developers: NetscriptJS

\" +\n \"Netscript Documentation

\" +\n \"When starting out, hacking is the most profitable way to earn money and progress. This \" +\n \"is a brief collection of tips/pointers on how to make the most out of your hacking scripts.

\" +\n \"-hack() and grow() both work by percentages. hack() steals a certain percentage of the \" +\n \"money on a server, and grow() increases the amount of money on a server by some percentage (multiplicatively)

\" +\n \"-Because hack() and grow() work by percentages, they are more effective if the target server has a high amount of money. \" +\n \"Therefore, you should try to increase the amount of money on a server (using grow()) to a certain amount before hacking it. Two \" +\n \"important Netscript functions for this are getServerMoneyAvailable() and getServerMaxMoney()

\" +\n \"-Keep security level low. Security level affects everything when hacking. Two important Netscript functions \" +\n \"for this are getServerSecurityLevel() and getServerMinSecurityLevel()

\" +\n \"-Purchase additional servers by visiting 'Alpha Enterprises' in the city. They are relatively cheap \" +\n \"and give you valuable RAM to run more scripts early in the game

\" +\n \"-Prioritize upgrading the RAM on your home computer. This can also be done at 'Alpha Enterprises'

\" +\n \"-Many low level servers have free RAM. You can use this RAM to run your scripts. Use the scp Terminal or \" +\n \"Netscript command to copy your scripts onto these servers and then run them.\";\n Literatures[fn] = new Literature(title, fn, txt);\n\n title = \"The Complete Handbook for Creating a Successful Corporation\";\n fn = LiteratureNames.CorporationManagementHandbook;\n txt =\n \"Getting Started with Corporations
\" +\n \"To get started, visit the City Hall in Sector-12 in order to create a Corporation. This requires \" +\n \"$150b of your own money, but this $150b will get put into your Corporation's funds. \" +\n \"Your Corporation can have many different divisions, each in a different Industry. There are many different \" +\n \"types of Industries, each with different properties. To create your first division, click the \" +\n \"'Expand into new Industry' button at the top of the management UI. The Agriculture \" +\n \"and Software industries are recommended for your first division.

\" +\n \"The first thing you'll need to do is hire some employees. Employees can be assigned to five different positions. \" +\n \"Each position has a different effect on various aspects of your Corporation. It is recommended to have at least \" +\n \"one employee at each position.

\" +\n \"Each industry uses some combination of Materials in order to produce other Materials and/or create Products. \" +\n \"Specific information about this is displayed in each of your divisions' UI.

\" +\n \"Products are special, industry-specific objects. They are different than Materials because you \" +\n \"must manually choose to develop them, and you can choose to develop any number of Products. Developing \" +\n \"a Product takes time, but a Product typically generates significantly more revenue than any Material. \" +\n \"Not all industries allow you to create Products. To create a Product, look for a button \" +\n \"in the top-left panel of the division UI (e.g. For the Software Industry, the button says 'Develop Software').

\" +\n \"To get your supply chain system started, \" +\n \"purchase the Materials that your industry needs to produce other Materials/Products. This can be done \" +\n \"by clicking the 'Buy' button next to the corresponding Material(s). After you have the required Materials, \" +\n \"you will immediately start production. The amount of Materials/Products you produce is based on a variety of factors, \" +\n \"one of which is your employees and their productivity.

\" +\n \"Once you start producing Materials/Products, you can sell them in order to start earning revenue. This can be done \" +\n \"by clicking the 'Sell' button next to the corresponding Material or Product. The amount of Material/Product you sell is dependent \" +\n \"on a wide variety of different factors.

\" +\n \"These are the basics of getting your Corporation up and running! Now, you can start purchasing upgrades to improve \" +\n \"your bottom line. If you need money, consider looking for seed investors, who will give you money in exchange for stock shares. \" +\n \"Otherwise, once you feel you are ready, take your Corporation public! Once your Corporation goes public, you can no longer \" +\n \"find investors. Instead, your Corporation will be publicly traded and its stock price will change based on how well \" +\n \"it's performing financially. You can then sell your stock shares in order to make money.

\" +\n \"Tips/Pointers
\" +\n \"-The 'Smart Supply' upgrade is extremely useful. Consider purchasing it as soon as possible.

\" +\n \"-Purchasing Hardware, Robots, AI Cores, and Real Estate can potentially increase your production. \" +\n \"The effects of these depend on what industry you are in.

\" +\n \"-In order to optimize your production, you will need a good balance of Operators, Managers, and Engineers

\" +\n \"-Different employees excel in different jobs. For example, the highly intelligent employees will probably do best \" +\n \"if they are assigned to do Engineering work or Research & Development.

\" +\n \"-If your employees have low morale, energy, or happiness, their production will greatly suffer.

\" +\n \"-Tech is important, but don't neglect sales! Having several Businessmen can boost your sales and your bottom line.

\" +\n \"-Don't forget to advertise your company. You won't have any business if nobody knows you.

\" +\n \"-Having company awareness is great, but what's really important is your company's popularity. Try to keep \" +\n \"your popularity as high as possible to see the biggest benefit for your sales

\" +\n \"-Remember, you need to spend money to make money!

\" +\n \"-Corporations do not reset when installing Augmentations, but they do reset when destroying a BitNode\";\n Literatures[fn] = new Literature(title, fn, txt);\n\n title = \"A Brief History of Synthoids\";\n fn = LiteratureNames.HistoryOfSynthoids;\n txt =\n \"Synthetic androids, or Synthoids for short, are genetically engineered robots and, short of Augmentations, \" +\n \"are composed entirely of organic substances. For this reason, Synthoids are virtually identical to \" +\n \"humans in form, composition, and appearance.

\" +\n `Synthoids were first designed and manufactured by ${FactionNames.OmniTekIncorporated} sometime around the middle of the century. ` +\n \"Their original purpose was to be used for manual labor and as emergency responders for disasters. As such, they \" +\n \"were initially programmed only for their specific tasks. Each iteration that followed improved upon the \" +\n \"intelligence and capabilities of the Synthoids. By the 6th iteration, called MK-VI, the Synthoids were \" +\n `so smart and capable enough of making their own decisions that many argued ${FactionNames.OmniTekIncorporated} had created the first ` +\n \"sentient AI. These MK-VI Synthoids were produced in mass quantities (estimates up to 50 billion) with the hopes of increasing society's \" +\n \"productivity and bolstering the global economy. Stemming from humanity's desire for technological advancement, optimism \" +\n \"and excitement about the future had never been higher.

\" +\n \"All of that excitement and optimism quickly turned to fear, panic, and dread in 2070, when a terrorist group \" +\n `called Ascendis Totalis hacked into ${FactionNames.OmniTekIncorporated} and uploaded a rogue AI into several of their Synthoid manufacturing facilities. ` +\n `This hack went undetected and for months ${FactionNames.OmniTekIncorporated} unknowingly churned out legions of Synthoids embedded with this ` +\n \"rogue AI. Then, on December 24th, 2070, Omnica activated dormant protocols in the rogue AI, causing all of the \" +\n \"infected Synthoids to immediately launch a military campaign to seek and destroy all of humanity.

\" +\n \"What ensued was the deadliest conflict in human history. This crisis, now commonly known as the Synthoid Uprising, \" +\n \"resulted in almost ten billion deaths over the course of a year. Despite the nations of the world banding together \" +\n \"to combat the threat, the MK-VI Synthoids were simply stronger, faster, more intelligent, and more adaptable than humans, \" +\n \"outsmarting them at every turn.

\" +\n `It wasn't until the sacrifice of an elite international military taskforce, called the ${FactionNames.Bladeburners}, that humanity ` +\n `was finally able to defeat the Synthoids. The ${FactionNames.Bladeburners}' final act was a suicide bombing mission that ` +\n \"destroyed a large portion of the MK-VI Synthoids, including many of its leaders. In the following \" +\n \"weeks militaries from around the world were able to round up and shut down the remaining rogue MK-VI Synthoids, ending \" +\n \"the Synthoid Uprising.

\" +\n `In the aftermath of the bloodshed, the Synthoid Accords were drawn up. These Accords banned ${FactionNames.OmniTekIncorporated} ` +\n \"from manufacturing any Synthoids beyond the MK-III series. They also banned any other corporation \" +\n \"from constructing androids with advanced, near-sentient AI. MK-VI Synthoids that did not have the rogue Ascendis Totalis \" +\n \"AI were allowed to continue their existence, but they were stripped of all rights and protections as they \" +\n \"were not considered humans. They were also banned from doing anything that may pose a global security threat, such \" +\n \"as working for any military/defense organization or conducting any bioengineering, computing, or robotics related research.

\" +\n \"Unfortunately, many believe that not all of the rogue MK-VI Synthoids from the Uprising were found and destroyed, \" +\n \"and that many of them are blending in as normal humans in society today. In response, many nations have created \" +\n `${FactionNames.Bladeburners} divisions, special military branches that are tasked with investigating and dealing with any Synthoid threats.

` +\n \"To this day, tensions still exist between the remaining Synthoids and humans as a result of the Uprising.

\" +\n \"Nobody knows what happened to the terrorist group Ascendis Totalis.\";\n Literatures[fn] = new Literature(title, fn, txt);\n\n title = \"A Green Tomorrow\";\n fn = LiteratureNames.AGreenTomorrow;\n txt =\n \"Starting a few decades ago, there was a massive global movement towards the generation of renewable energy in an effort to \" +\n \"combat global warming and climate change. The shift towards renewable energy was a big success, or so it seemed. In 2045 \" +\n \"a staggering 80% of the world's energy came from non-renewable fossil fuels. Now, about three decades later, that \" +\n \"number is down to only 15%. Most of the world's energy now comes from nuclear power and renewable sources such as \" +\n \"solar and geothermal energy. Unfortunately, these efforts were not the huge success that they seem to be.

\" +\n \"Since 2045 primary energy use has soared almost tenfold. This was mainly due to growing urban populations and \" +\n \"the rise of increasingly advanced (and power-hungry) technology that has become ubiquitous in our lives. So, \" +\n \"despite the fact that the percentage of our energy that comes from fossil fuels has drastically decreased, \" +\n \"the total amount of energy we are producing from fossil fuels has actually increased.

\" +\n \"The grim effects of our species' irresponsible use of energy and neglect of our mother world have become increasingly apparent. \" +\n \"Last year a temperature of 190F was recorded in the Death Valley desert, which is over 50% higher than the highest \" +\n \"recorded temperature at the beginning of the century. In the last two decades numerous major cities such as Manhattan, Boston, and \" +\n \"Los Angeles have been partially or fully submerged by rising sea levels. In the present day, over 75% of the world's agriculture is \" +\n \"done in climate-controlled vertical farms, as most traditional farmland has become unusable due to severe climate conditions.

\" +\n \"Despite all of this, the greedy and corrupt corporations that rule the world have done nothing to address these problems that \" +\n \"threaten our species. And so it's up to us, the common people. Each and every one of us can make a difference by doing what \" +\n \"these corporations won't: taking responsibility. If we don't, pretty soon there won't be an Earth left to save. We are \" +\n \"the last hope for a green tomorrow.\";\n Literatures[fn] = new Literature(title, fn, txt);\n\n title = \"Alpha and Omega\";\n fn = LiteratureNames.AlphaOmega;\n txt =\n \"Then we saw a new Heaven and a new Earth, for our first Heaven and Earth had gone away, and our sea was no more. \" +\n \"And we saw a new holy city, new Aeria, coming down out of this new Heaven, prepared as a bride adorned for her husband. \" +\n \"And we heard a loud voice saying, 'Behold, the new dwelling place of the Gods. We will dwell with them, and they \" +\n \"will be our people, and we will be with them as their Gods. We will wipe away every tear from their eyes, and death \" +\n \"shall be no more, neither shall there be mourning, nor crying, nor pain anymore, for the former things \" +\n \"have passed away.'

\" +\n \"And once we were seated on the throne we said 'Behold, I am making all things new.' \" +\n \"Also we said, 'Write this down, for these words are trustworthy and true.' And we said to you, \" +\n \"'It is done! I am the Alpha and the Omega, the beginning and the end. To the thirsty I will give from the spring \" +\n \"of the water of life without payment. The one who conquers will have this heritage, and we will be his God and \" +\n \"he will be our son. But as for the cowardly, the faithless, the detestable, as for murderers, \" +\n \"the sexually immoral, sorcerers, idolaters, and all liars, their portion will be in the lake that \" +\n \"burns with fire and sulfur, for it is the second true death.'\";\n Literatures[fn] = new Literature(title, fn, txt);\n\n title = \"Are We Living in a Computer Simulation?\";\n fn = LiteratureNames.SimulatedReality;\n txt =\n \"The idea that we are living in a virtual world is not new. It's a trope that has \" +\n \"been explored constantly in literature and pop culture. However, it is also a legitimate \" +\n \"scientific hypothesis that many notable physicists and philosophers have debated for years.

\" +\n \"Proponents for this simulated reality theory often point to how advanced our technology has become, \" +\n \"as well as the incredibly fast pace at which it has advanced over the past decades. The amount of computing \" +\n \"power available to us has increased over 100-fold since 2060 due to the development of nanoprocessors and \" +\n \"quantum computers. Artificial Intelligence has advanced to the point where our entire lives are controlled \" +\n \"by robots and machines that handle our day-to-day activities such as autonomous transportation and scheduling. \" +\n \"If we consider the pace at which this technology has advanced and assume that these developments continue, it's \" +\n \"reasonable to assume that at some point in the future our technology would be advanced enough that \" +\n \"we could create simulations that are indistinguishable from reality. However, if continued technological advancement \" +\n \"is a reasonable outcome, then it is very likely that such a scenario has already happened.

\" +\n \"Statistically speaking, somewhere out there in the infinite universe there is an advanced, intelligent species \" +\n \"that already has such technology. Who's to say that they haven't already created such a virtual reality: our own?\";\n Literatures[fn] = new Literature(title, fn, txt);\n\n title = \"Beyond Man\";\n fn = LiteratureNames.BeyondMan;\n txt =\n \"Humanity entered a 'transhuman' era a long time ago. And despite the protests and criticisms of many who cried out against \" +\n \"human augmentation at the time, the transhuman movement continued and prospered. Proponents of the movement ignored the critics, \" +\n \"arguing that it was in our inherent nature to better ourselves. To improve. To be more than we were. They claimed that \" +\n \"not doing so would be to go against every living organism's biological purpose: evolution and survival of the fittest.

\" +\n \"And here we are today, with technology that is advanced enough to augment humans to a state that \" +\n \"can only be described as posthuman. But what do we have to show for it when this augmentation \" +\n \"technology is only available to the so-called 'elite'? Are we really better off than before when only 5% of the \" +\n \"world's population has access to this technology? When the powerful corporations and organizations of the world \" +\n \"keep it all to themselves, have we really evolved?

\" +\n \"Augmentation technology has only further increased the divide between the rich and the poor, between the powerful and \" +\n \"the oppressed. We have not become 'more than human'. We have not evolved from nature's original design. We are still the greedy, \" +\n \"corrupted, and evil men that we always were.\";\n Literatures[fn] = new Literature(title, fn, txt);\n\n title = \"Brighter than the Sun\";\n fn = LiteratureNames.BrighterThanTheSun;\n txt =\n `When people think about the corporations that dominate the East, they typically think of ${FactionNames.KuaiGongInternational}, which ` +\n \"holds a complete monopoly for manufacturing and commerce in Asia, or Global Pharmaceuticals, the world's largest \" +\n `drug company, or ${FactionNames.OmniTekIncorporated}, the global leader in intelligent and autonomous robots. But there's one company ` +\n \"that has seen a rapid rise in the last year and is poised to dominate not only the East, but the entire world: TaiYang Digital.

\" +\n \"TaiYang Digital is a Chinese internet-technology corporation that provides services such as \" +\n \"online advertising, search engines, gaming, media, entertainment, and cloud computing/storage. Its name TaiYang comes from the Chinese word \" +\n \"for 'sun'. In Chinese culture, the sun is a 'yang' symbol \" +\n \"associated with life, heat, masculinity, and heaven.

\" +\n \"The company was founded \" +\n \"less than 5 years ago and is already the third highest valued company in all of Asia. In 2076 it generated a total revenue of \" +\n \"over 10 trillion yuan. It's services are used daily by over a billion people worldwide.

\" +\n \"TaiYang Digital's meteoric rise is extremely surprising in modern society. This sort of growth is \" +\n \"something you'd commonly see in the first half of the century, especially for tech companies. However in \" +\n \"the last two decades the number of corporations has significantly declined as the largest entities \" +\n `quickly took over the economy. Corporations such as ${FactionNames.ECorp}, ${FactionNames.MegaCorp}, and ${FactionNames.KuaiGongInternational} have established ` +\n \"such strong monopolies in their market sectors that they have effectively killed off all \" +\n \"of the smaller and new corporations that have tried to start up over the years. This is what makes \" +\n \"the rise of TaiYang Digital so impressive. And if TaiYang continues down this path, then they have \" +\n \"a bright future ahead of them.\";\n Literatures[fn] = new Literature(title, fn, txt);\n\n title = \"Democracy is Dead: The Fall of an Empire\";\n fn = LiteratureNames.DemocracyIsDead;\n txt =\n \"They rose from the shadows in the street.
From the places where the oppressed meet.
\" +\n \"Their cries echoed loudly through the air.
As they once did in Tiananmen Square.
\" +\n \"Loudness in the silence, Darkness in the light.
They came forth with power and might.
\" +\n \"Once the beacon of democracy, America was first.
Its pillars of society destroyed and dispersed.
\" +\n \"Soon the cries rose everywhere, with revolt and riot.
Until one day, finally, all was quiet.
\" +\n \"From the ashes rose a new order, corporatocracy was its name.
\" +\n \"Rome, Mongol, Byzantine, all of history is just the same.
\" +\n \"For man will never change in a fundamental way.
\" +\n \"And now democracy is dead, in the USA.\";\n Literatures[fn] = new Literature(title, fn, txt);\n\n title = `Figures Show Rising Crime Rates in ${CityName.Sector12}`;\n fn = LiteratureNames.Sector12Crime;\n txt =\n \"A recent study by analytics company Wilson Inc. shows a significant rise \" +\n `in criminal activity in ${CityName.Sector12}. Perhaps the most alarming part of the statistic ` +\n \"is that most of the rise is in violent crime such as homicide and assault. According \" +\n \"to the study, the city saw a total of 21,406 reported homicides in 2076, which is over \" +\n \"a 20% increase compared to 2075.

\" +\n \"CIA director David Glarow says it's too early to know \" +\n \"whether these figures indicate the beginning of a sustained increase in crime rates, or whether \" +\n \"the year was just an unfortunate outlier. He states that many intelligence and law enforcement \" +\n \"agents have noticed an increase in organized crime activities, and believes that these figures may \" +\n `be the result of an uprising from criminal organizations such as ${FactionNames.TheSyndicate} or the ${FactionNames.SlumSnakes}.`;\n Literatures[fn] = new Literature(title, fn, txt);\n\n title = \"Man and the Machine\";\n fn = LiteratureNames.ManAndMachine;\n txt =\n \"In 2005 Ray Kurzweil popularized his theory of the Singularity. He predicted that the rate \" +\n \"of technological advancement would continue to accelerate faster and faster until one day \" +\n \"machines would be become infinitely more intelligent than humans. This point, called the \" +\n \"Singularity, would result in a drastic transformation of the world as we know it. He predicted \" +\n \"that the Singularity would arrive by 2045. \" +\n \"And yet here we are, more than three decades later, where most would agree that we have not \" +\n \"yet reached a point where computers and machines are vastly more intelligent than we are. So what gives?

\" +\n \"The answer is that we have reached the Singularity, just not in the way we expected. The artificial superintelligence \" +\n \"that was predicted by Kurzweil and others exists in the world today - in the form of Augmentations. \" +\n \"Yes, those Augmentations that the rich and powerful keep to themselves enable humans \" +\n \"to become superintelligent beings. The Singularity did not lead to a world where \" +\n \"our machines are infinitely more intelligent than us, it led to a world \" +\n \"where man and machine can merge to become something greater. Most of the world just doesn't \" +\n \"know it yet.\";\n Literatures[fn] = new Literature(title, fn, txt);\n\n title = \"Secret Societies\";\n fn = LiteratureNames.SecretSocieties;\n txt =\n \"The idea of secret societies has long intrigued the general public by inspiring curiosity, fascination, and \" +\n \"distrust. People have long wondered about who these secret society members are and what they do, with the \" +\n \"most radical of conspiracy theorists claiming that they control everything in the entire world. And while the world \" +\n \"may never know for sure, it is likely that many secret societies do actually exist, even today.

\" +\n \"However, the secret societies of the modern world are nothing like those that (supposedly) existed \" +\n `decades and centuries ago. The Freemasons, Knights Templar, and ${FactionNames.Illuminati}, while they may have been around ` +\n \"at the turn of the 21st century, almost assuredly do not exist today. The dominance of the Web in \" +\n \"our everyday lives and the fact that so much of the world is now digital has given rise to a new breed \" +\n \"of secret societies: Internet-based ones.

\" +\n \"Commonly called 'hacker groups', Internet-based secret societies have become well-known in today's \" +\n `world. Some of these, such as ${FactionNames.TheBlackHand}, are black hat groups that claim they are trying to ` +\n `help the oppressed by attacking the elite and powerful. Others, such as ${FactionNames.NiteSec}, are hacktivist groups ` +\n \"that try to push political and social agendas. Perhaps the most intriguing hacker group \" +\n `is the mysterious ${FactionNames.BitRunners}, whose purpose still remains unknown.`;\n Literatures[fn] = new Literature(title, fn, txt);\n\n title = \"Space: The Failed Frontier\";\n fn = LiteratureNames.TheFailedFrontier;\n txt =\n \"Humans have long dreamed about spaceflight. With enduring interest, we were driven to explore \" +\n \"the unknown and discover new worlds. We dreamed about conquering the stars. And in our quest, \" +\n \"we pushed the boundaries of our scientific limits, and then pushed further. Space exploration \" +\n \"lead to the development of many important technologies and new industries.

\" +\n \"But sometime in the middle of the 21st century, all of that changed. Humanity lost its ambitions and \" +\n \"aspirations of exploring the cosmos. The once-large funding for agencies like NASA and the European \" +\n \"Space Agency gradually whittled away until their eventual disbanding in the 2060's. Not even \" +\n \"militaries are fielding flights into space nowadays. The only remnants of the once great mission for cosmic \" +\n \"conquest are the countless satellites in near-earth orbit, used for communications, espionage, \" +\n \"and other corporate interests.

\" +\n \"And as we continue to look at the state of space technology, it becomes more and \" +\n \"more apparent that we will never return to that golden age of space exploration, that \" +\n \"age where everyone dreamed of going beyond earth for the sake of discovery.\";\n Literatures[fn] = new Literature(title, fn, txt);\n\n title = \"Coded Intelligence: Myth or Reality?\";\n fn = LiteratureNames.CodedIntelligence;\n txt =\n \"Tremendous progress has been made in the field of Artificial Intelligence over the past few decades. \" +\n \"Our autonomous vehicles and transportation systems. The electronic personal assistants that control our everyday lives. \" +\n \"Medical, service, and manufacturing robots. All of these are examples of how far AI has come and how much it has \" +\n \"improved our daily lives. However, the question still remains of whether AI will ever be advanced enough to re-create \" +\n \"human intelligence.

\" +\n `We've certainly come close to artificial intelligence that is similar to humans. For example ${FactionNames.OmniTekIncorporated}'s ` +\n \"CompanionBot, a robot meant to act as a comforting friend for lonely and grieving people, is eerily human-like \" +\n \"in its appearance, speech, mannerisms, and even movement. However its artificial intelligence isn't the same as \" +\n \"that of humans. Not yet. It doesn't have sentience or self-awareness or consciousness.

\" +\n \"Many neuroscientists believe that we won't ever reach the point of creating artificial human intelligence. 'At the end of \" +\n \"the day, AI comes down to 1's and 0's, while the human brain does not. We'll never see AI that is identical to that of \" +\n \"humans.'\";\n Literatures[fn] = new Literature(title, fn, txt);\n\n title = \"Synthetic Muscles\";\n fn = LiteratureNames.SyntheticMuscles;\n txt =\n \"Initial versions of synthetic muscles weren't made of anything organic but were actually \" +\n \"crude devices made to mimic human muscle function. Some of the early iterations were actually made of \" +\n \"common materials such as fishing lines and sewing threads due to their high strength for \" +\n \"a cheap cost.

\" +\n \"As technology progressed, however, advances in biomedical engineering paved the way for a new method of \" +\n \"creating synthetic muscles. Instead of creating something that closely imitated the functionality \" +\n \"of human muscle, scientists discovered a way of forcing the human body itself to augment its own \" +\n \"muscle tissue using both synthetic and organic materials. This is typically done using gene therapy \" +\n \"or chemical injections.\";\n Literatures[fn] = new Literature(title, fn, txt);\n\n title = \"Tensions rise in global tech race\";\n fn = LiteratureNames.TensionsInTechRace;\n txt =\n \"Have we entered a new Cold War? Is WWIII just beyond the horizon?

\" +\n `After rumors came out that ${FactionNames.OmniTekIncorporated} had begun developing advanced robotic supersoldiers, ` +\n \"geopolitical tensions quickly flared between the USA, Russia, and several Asian superpowers. \" +\n `In a rare show of cooperation between corporations, ${FactionNames.MegaCorp} and ${FactionNames.ECorp} have ` +\n \"reportedly launched hundreds of new surveillance and espionage satellites. \" +\n \"Defense contractors such as \" +\n \"DeltaOne and AeroCorp have been working with the CIA and NSA to prepare \" +\n \"for conflict. Meanwhile, the rest of the world sits in earnest \" +\n \"hoping that it never reaches full-scale war. With today's technology \" +\n \"and firepower, a World War would assuredly mean the end of human civilization.\";\n Literatures[fn] = new Literature(title, fn, txt);\n\n title = \"The Cost of Immortality\";\n fn = LiteratureNames.CostOfImmortality;\n txt =\n \"Evolution and advances in medical and augmentation technology has lead to drastic improvements \" +\n \"in human mortality rates. Recent figures show that the life expectancy for humans \" +\n \"that live in a first-world country is about 130 years of age, almost double of what it was \" +\n \"at the turn of the century. However, this increase in average lifespan has had some \" +\n \"significant effects on society and culture.

\" +\n \"Due to longer lifespans and a better quality of life, many adults are holding \" +\n \"off on having kids until much later. As a result, the percentage of youth in \" +\n \"first-world countries has been decreasing, while the number \" +\n \"of senior citizens is significantly increasing.

\" +\n \"Perhaps the most alarming result of all of this is the rapidly shrinking workforce. \" +\n \"Despite the increase in life expectancy, the typical retirement age for \" +\n \"workers in America has remained about the same, meaning a larger and larger \" +\n \"percentage of people in America are retirees. Furthermore, many \" +\n \"young adults are holding off on joining the workforce because they feel that \" +\n \"they have plenty of time left in their lives for employment, and want to \" +\n \"'enjoy life while they're young.' For most industries, this shrinking workforce \" +\n \"is not a major issue as most things are handled by robots anyways. However, \" +\n \"there are still several key industries such as engineering and education \" +\n \"that have not been automated, and these remain in danger to this cultural \" +\n \"phenomenon.\";\n Literatures[fn] = new Literature(title, fn, txt);\n\n title = \"The Hidden World\";\n fn = LiteratureNames.TheHiddenWorld;\n txt =\n \"WAKE UP SHEEPLE

\" +\n \"THE GOVERNMENT DOES NOT EXIST. CORPORATIONS DO NOT RUN SOCIETY

\" +\n `THE ${FactionNames.Illuminati.toUpperCase()} ARE THE SECRET RULERS OF THE WORLD!

` +\n `Yes, the ${FactionNames.Illuminati} of legends. The ancient secret society that controls the entire ` +\n \"world from the shadows with their invisible hand. The group of the rich and wealthy \" +\n \"that have penetrated every major government, financial agency, and corporation in the last \" +\n \"three hundred years.

\" +\n \"OPEN YOUR EYES

\" +\n `It was the ${FactionNames.Illuminati} that brought an end to democracy in the world. They are the driving force ` +\n \"behind everything that happens.

\" +\n \"THEY ARE ALL AROUND YOU

\" +\n \"After destabilizing the world's governments, they are now entering the final stage of their master plan. \" +\n \"They will secretly initiate global crises. Terrorism. Pandemics. World War. And out of the chaos \" +\n \"that ensues they will build their New World Order.\";\n Literatures[fn] = new Literature(title, fn, txt);\n\n title = \"The New God\";\n fn = LiteratureNames.TheNewGod;\n txt =\n \"Everyone has a moment in their life when they wonder about the bigger questions.

\" +\n \"What's the point of all this? What is my purpose?

\" +\n \"Some people dare to think even bigger.

\" +\n \"What will the fate of the human race be?

\" +\n \"We live in an era vastly different from that of 15 or even 20 years ago. We have gone \" +\n \"beyond the limits of humanity. We have stripped ourselves of the tyranny of flesh.

\" +\n \"The Singularity is here. The merging of man and machine. This is where humanity evolves into \" +\n \"something greater. This is our future.

\" +\n \"Embrace it, and you will obey a new god. The God in the Machine.\";\n Literatures[fn] = new Literature(title, fn, txt);\n\n title = \"The New Triads\";\n fn = LiteratureNames.NewTriads;\n txt =\n \"The Triads were an ancient transnational crime syndicate based in China, Hong Kong, and other Asian \" +\n \"territories. They were often considered one of the first and biggest criminal secret societies. \" +\n \"While most of the branches of the Triads have been destroyed over the past few decades, the \" +\n \"crime faction has spawned and inspired a number of other Asian crime organizations over the past few years. \" +\n `The most notable of these is the ${FactionNames.Tetrads}.

` +\n `It is widely believed that the ${FactionNames.Tetrads} are a rogue group that splintered off from the Triads sometime in the ` +\n `mid 21st century. The founders of the ${FactionNames.Tetrads}, all of whom were ex-Triad members, believed that the ` +\n `Triads were losing their purpose and direction. The ${FactionNames.Tetrads} started off as a small group that mainly engaged ` +\n \"in fraud and extortion. They were largely unknown until just a few years ago when they took over the illegal \" +\n \"drug trade in all of the major Asian cities. They quickly became the most powerful crime syndicate in the \" +\n \"continent.

\" +\n `Not much else is known about the ${FactionNames.Tetrads}, or about the efforts the Asian governments and corporations are making ` +\n `to take down this large new crime organization. Many believe that the ${FactionNames.Tetrads} have infiltrated the governments ` +\n \"and powerful corporations in Asia, which has helped facilitate their recent rapid rise.\";\n Literatures[fn] = new Literature(title, fn, txt);\n\n title = \"The Secret War\";\n fn = LiteratureNames.TheSecretWar;\n txt = \"\";\n Literatures[fn] = new Literature(title, fn, txt);\n})();\n","/**\n * TODO\n * Add police clashes\n * balance point to keep them from running out of control\n */\n\nimport { Factions } from \"../Faction/Factions\";\n\nimport { dialogBoxCreate } from \"../ui/React/DialogBox\";\nimport { Reviver, Generic_toJSON, Generic_fromJSON, IReviverValue } from \"../utils/JSONReviver\";\n\nimport { exceptionAlert } from \"../utils/helpers/exceptionAlert\";\nimport { getRandomInt } from \"../utils/helpers/getRandomInt\";\n\nimport { GangMemberUpgrade } from \"./GangMemberUpgrade\";\nimport { GangConstants } from \"./data/Constants\";\nimport { CONSTANTS } from \"../Constants\";\nimport { GangMemberTasks } from \"./GangMemberTasks\";\nimport { IAscensionResult } from \"./IAscensionResult\";\n\nimport { AllGangs } from \"./AllGangs\";\nimport { GangMember } from \"./GangMember\";\n\nimport { WorkerScript } from \"../Netscript/WorkerScript\";\nimport { Player } from \"../Player\";\nimport { PowerMultiplier } from \"./data/power\";\n\nexport class Gang {\n facName: string;\n members: GangMember[];\n wanted: number;\n respect: number;\n\n isHackingGang: boolean;\n\n respectGainRate: number;\n wantedGainRate: number;\n moneyGainRate: number;\n\n storedCycles: number;\n\n storedTerritoryAndPowerCycles: number;\n\n territoryClashChance: number;\n territoryWarfareEngaged: boolean;\n\n notifyMemberDeath: boolean;\n\n constructor(facName = \"\", hacking = false) {\n this.facName = facName;\n this.members = [];\n this.wanted = 1;\n this.respect = 1;\n\n this.isHackingGang = hacking;\n\n this.respectGainRate = 0;\n this.wantedGainRate = 0;\n this.moneyGainRate = 0;\n\n // When processing gains, this stores the number of cycles until some\n // limit is reached, and then calculates and applies the gains only at that limit\n this.storedCycles = 0;\n\n // Separate variable to keep track of cycles for Territory + Power gang, which\n // happens on a slower \"clock\" than normal processing\n this.storedTerritoryAndPowerCycles = 0;\n\n this.territoryClashChance = 0;\n this.territoryWarfareEngaged = false;\n\n this.notifyMemberDeath = true;\n }\n\n getPower(): number {\n return AllGangs[this.facName].power;\n }\n\n getTerritory(): number {\n return AllGangs[this.facName].territory;\n }\n\n process(numCycles = 1): void {\n const CyclesPerSecond = 1000 / CONSTANTS._idleSpeed;\n\n if (isNaN(numCycles)) {\n console.error(`NaN passed into Gang.process(): ${numCycles}`);\n }\n this.storedCycles += numCycles;\n\n // Only process if there are at least 2 seconds, and at most 5 seconds\n if (this.storedCycles < 2 * CyclesPerSecond) return;\n const cycles = Math.min(this.storedCycles, 5 * CyclesPerSecond);\n\n try {\n this.processGains(cycles);\n this.processExperienceGains(cycles);\n this.processTerritoryAndPowerGains(cycles);\n this.storedCycles -= cycles;\n } catch (e: unknown) {\n console.error(`Exception caught when processing Gang: ${e}`);\n }\n }\n\n processGains(numCycles = 1): void {\n // Get gains per cycle\n let moneyGains = 0;\n let respectGains = 0;\n let wantedLevelGains = 0;\n let justice = 0;\n for (let i = 0; i < this.members.length; ++i) {\n respectGains += this.members[i].calculateRespectGain(this);\n moneyGains += this.members[i].calculateMoneyGain(this);\n const wantedLevelGain = this.members[i].calculateWantedLevelGain(this);\n wantedLevelGains += wantedLevelGain;\n if (this.members[i].getTask().baseWanted < 0) justice++; // this member is lowering wanted.\n }\n this.respectGainRate = respectGains;\n this.wantedGainRate = wantedLevelGains;\n this.moneyGainRate = moneyGains;\n const gain = respectGains * numCycles;\n this.respect += gain;\n // Faction reputation gains is respect gain divided by some constant\n const fac = Factions[this.facName];\n if (!fac) {\n dialogBoxCreate(\n \"ERROR: Could not get Faction associates with your gang. This is a bug, please report to game dev\",\n );\n throw new Error(\"Could not find the faction associated with this gang.\");\n }\n const favorMult = 1 + fac.favor / 100;\n\n fac.playerReputation += (Player.mults.faction_rep * gain * favorMult) / GangConstants.GangRespectToReputationRatio;\n\n // Keep track of respect gained per member\n for (let i = 0; i < this.members.length; ++i) {\n this.members[i].recordEarnedRespect(numCycles, this);\n }\n if (!(this.wanted === 1 && wantedLevelGains < 0)) {\n const oldWanted = this.wanted;\n let newWanted = oldWanted + wantedLevelGains * numCycles;\n newWanted = newWanted * (1 - justice * 0.001); // safeguard\n // Prevent overflow\n if (wantedLevelGains <= 0 && newWanted > oldWanted) newWanted = 1;\n\n this.wanted = newWanted;\n if (this.wanted < 1) this.wanted = 1;\n }\n Player.gainMoney(moneyGains * numCycles, \"gang\");\n }\n\n processTerritoryAndPowerGains(numCycles = 1): void {\n this.storedTerritoryAndPowerCycles += numCycles;\n if (this.storedTerritoryAndPowerCycles < GangConstants.CyclesPerTerritoryAndPowerUpdate) return;\n this.storedTerritoryAndPowerCycles -= GangConstants.CyclesPerTerritoryAndPowerUpdate;\n\n // Process power first\n const gangName = this.facName;\n for (const name of Object.keys(AllGangs)) {\n if (AllGangs.hasOwnProperty(name)) {\n if (name == gangName) {\n AllGangs[name].power += this.calculatePower();\n } else {\n // All NPC gangs get random power gains\n const gainRoll = Math.random();\n if (gainRoll < 0.5) {\n // Multiplicative gain (50% chance)\n // This is capped per cycle, to prevent it from getting out of control\n const multiplicativeGain = AllGangs[name].power * 0.005;\n AllGangs[name].power += Math.min(0.85, multiplicativeGain);\n } else {\n // Additive gain (50% chance)\n const powerMult = PowerMultiplier[name];\n if (powerMult === undefined) throw new Error(\"Should not be undefined\");\n const additiveGain = 0.75 * gainRoll * AllGangs[name].territory * powerMult;\n AllGangs[name].power += additiveGain;\n }\n }\n }\n }\n\n // Determine if territory should be processed\n if (this.territoryWarfareEngaged) {\n this.territoryClashChance = 1;\n } else if (this.territoryClashChance > 0) {\n // Engagement turned off, but still a positive clash chance. So there's\n // still a chance of clashing but it slowly goes down over time\n this.territoryClashChance = Math.max(0, this.territoryClashChance - 0.01);\n }\n\n // Then process territory\n const gangs = GangConstants.Names.filter((g) => AllGangs[g].territory > 0 || g === gangName);\n if (gangs.length > 1) {\n for (let i = 0; i < gangs.length; ++i) {\n const others = gangs.filter((e) => {\n return e !== gangs[i];\n });\n const other = getRandomInt(0, others.length - 1);\n\n const thisGang = gangs[i];\n const otherGang = others[other];\n\n // If either of the gangs involved in this clash is the player, determine\n // whether to skip or process it using the clash chance\n if (thisGang === gangName || otherGang === gangName) {\n if (!(Math.random() < this.territoryClashChance)) continue;\n }\n\n const thisPwr = AllGangs[thisGang].power;\n const otherPwr = AllGangs[otherGang].power;\n const thisChance = thisPwr / (thisPwr + otherPwr);\n\n function calculateTerritoryGain(winGang: string, loseGang: string): number {\n const powerBonus = Math.max(\n 1,\n 1 + Math.log(AllGangs[winGang].power / AllGangs[loseGang].power) / Math.log(50),\n );\n const gains = Math.min(AllGangs[loseGang].territory, powerBonus * 0.0001 * (Math.random() + 0.5));\n return gains;\n }\n\n if (Math.random() < thisChance) {\n if (AllGangs[otherGang].territory <= 0) return;\n const territoryGain = calculateTerritoryGain(thisGang, otherGang);\n AllGangs[thisGang].territory += territoryGain;\n AllGangs[otherGang].territory -= territoryGain;\n if (thisGang === gangName) {\n this.clash(true); // Player won\n AllGangs[otherGang].power *= 1 / 1.01;\n } else if (otherGang === gangName) {\n this.clash(false); // Player lost\n } else {\n AllGangs[otherGang].power *= 1 / 1.01;\n }\n } else {\n if (AllGangs[thisGang].territory <= 0) return;\n const territoryGain = calculateTerritoryGain(otherGang, thisGang);\n AllGangs[thisGang].territory -= territoryGain;\n AllGangs[otherGang].territory += territoryGain;\n if (thisGang === gangName) {\n this.clash(false); // Player lost\n } else if (otherGang === gangName) {\n this.clash(true); // Player won\n AllGangs[thisGang].power *= 1 / 1.01;\n } else {\n AllGangs[thisGang].power *= 1 / 1.01;\n }\n }\n\n const total = Object.values(AllGangs)\n .map((g) => g.territory)\n .reduce((p, c) => p + c, 0);\n Object.values(AllGangs).forEach((g) => (g.territory /= total));\n }\n }\n }\n\n processExperienceGains(numCycles = 1): void {\n for (let i = 0; i < this.members.length; ++i) {\n this.members[i].gainExperience(numCycles);\n this.members[i].updateSkillLevels();\n }\n }\n\n clash(won = false): void {\n // Determine if a gang member should die\n let baseDeathChance = 0.01;\n if (won) baseDeathChance /= 2;\n // If the clash was lost, the player loses a small percentage of power\n else AllGangs[this.facName].power *= 1 / 1.008;\n\n // Deaths can only occur during X% of clashes\n if (Math.random() < 0.65) return;\n\n for (let i = this.members.length - 1; i >= 0; --i) {\n const member = this.members[i];\n\n // Only members assigned to Territory Warfare can die\n if (member.task !== \"Territory Warfare\") continue;\n\n // Chance to die is decreased based on defense\n const modifiedDeathChance = baseDeathChance / Math.pow(member.def, 0.6);\n if (Math.random() < modifiedDeathChance) {\n this.killMember(member);\n }\n }\n }\n\n canRecruitMember(): boolean {\n if (this.members.length >= GangConstants.MaximumGangMembers) return false;\n return this.respect >= this.getRespectNeededToRecruitMember();\n }\n\n getRespectNeededToRecruitMember(): number {\n // First N gang members are free (can be recruited at 0 respect)\n const numFreeMembers = 3;\n if (this.members.length < numFreeMembers) return 0;\n\n const i = this.members.length - (numFreeMembers - 1);\n return Math.pow(5, i);\n }\n\n recruitMember(name: string): boolean {\n name = String(name);\n if (name === \"\" || !this.canRecruitMember()) return false;\n\n // Check for already-existing names\n const sameNames = this.members.filter((m) => m.name === name);\n if (sameNames.length >= 1) return false;\n\n const member = new GangMember(name);\n this.members.push(member);\n return true;\n }\n\n // Money and Respect gains multiplied by this number (< 1)\n getWantedPenalty(): number {\n return this.respect / (this.respect + this.wanted);\n }\n\n //Calculates power GAIN, which is added onto the Gang's existing power\n calculatePower(): number {\n let memberTotal = 0;\n for (let i = 0; i < this.members.length; ++i) {\n if (!GangMemberTasks.hasOwnProperty(this.members[i].task) || this.members[i].task !== \"Territory Warfare\")\n continue;\n memberTotal += this.members[i].calculatePower();\n }\n return 0.015 * Math.max(0.002, this.getTerritory()) * memberTotal;\n }\n\n killMember(member: GangMember): void {\n // Player loses a percentage of total respect, plus whatever respect that member has earned\n const totalRespect = this.respect;\n const lostRespect = 0.05 * totalRespect + member.earnedRespect;\n this.respect = Math.max(0, totalRespect - lostRespect);\n\n for (let i = 0; i < this.members.length; ++i) {\n if (member.name === this.members[i].name) {\n this.members.splice(i, 1);\n break;\n }\n }\n\n // Notify of death\n if (this.notifyMemberDeath) {\n dialogBoxCreate(`${member.name} was killed in a gang clash! You lost ${lostRespect} respect`);\n }\n }\n\n ascendMember(member: GangMember, workerScript?: WorkerScript): IAscensionResult {\n try {\n const res = member.ascend();\n this.respect = Math.max(1, this.respect - res.respect);\n if (workerScript) {\n workerScript.log(\"gang.ascendMember\", () => `Ascended Gang member ${member.name}`);\n }\n return res;\n } catch (e: unknown) {\n if (workerScript == null) {\n exceptionAlert(e);\n }\n throw e; // Re-throw, will be caught in the Netscript Function\n }\n }\n\n // Cost of upgrade gets cheaper as gang increases in respect + power\n getDiscount(): number {\n const power = this.getPower();\n const respect = this.respect;\n\n const respectLinearFac = 5e6;\n const powerLinearFac = 1e6;\n const discount =\n Math.pow(respect, 0.01) + respect / respectLinearFac + Math.pow(power, 0.01) + power / powerLinearFac - 1;\n return Math.max(1, discount);\n }\n\n /** Returns only valid tasks for this gang. Excludes 'Unassigned' */\n getAllTaskNames(): string[] {\n return Object.keys(GangMemberTasks).filter((taskName: string) => {\n const task = GangMemberTasks[taskName];\n if (task == null) return false;\n if (task.name === \"Unassigned\") return false;\n // yes you need both checks\n return this.isHackingGang === task.isHacking || !this.isHackingGang === task.isCombat;\n });\n }\n\n getUpgradeCost(upg: GangMemberUpgrade | null): number {\n if (upg == null) {\n return Infinity;\n }\n return upg.cost / this.getDiscount();\n }\n\n /** Serialize the current object to a JSON save state. */\n toJSON(): IReviverValue {\n return Generic_toJSON(\"Gang\", this);\n }\n\n /** Initializes a Gang object from a JSON save state. */\n static fromJSON(value: IReviverValue): Gang {\n return Generic_fromJSON(Gang, value.data);\n }\n}\n\nReviver.constructors.Gang = Gang;\n","import { ITaskParams } from \"../ITaskParams\";\n/* tslint:disable:max-line-length */\n\n/**\n * Defines the parameters that can be used to initialize and describe a GangMemberTask\n * (defined in Gang.js)\n */\ninterface IGangMemberTaskMetadata {\n /** Description of the task */\n desc: string;\n\n /** Whether or not this task is meant for Combat-type gangs */\n isCombat: boolean;\n\n /** Whether or not this task is for Hacking-type gangs */\n isHacking: boolean;\n\n /** Name of the task */\n name: string;\n\n /**\n * An object containing weighting parameters for the task. These parameters are used for\n * various calculations (respect gain, wanted gain, etc.)\n */\n params: ITaskParams;\n}\n\n/**\n * Array of metadata for all Gang Member tasks. Used to construct the global GangMemberTask\n * objects in Gang.js\n */\nexport const gangMemberTasksMetadata: IGangMemberTaskMetadata[] = [\n {\n desc: \"This gang member is currently idle\",\n isCombat: true,\n isHacking: true,\n name: \"Unassigned\",\n params: { hackWeight: 100 }, // This is just to get by the weight check in the GangMemberTask constructor\n },\n {\n desc: \"Assign this gang member to create and distribute ransomware

Earns money - Slightly increases respect - Slightly increases wanted level\",\n isCombat: false,\n isHacking: true,\n name: \"Ransomware\",\n params: {\n baseRespect: 0.00005,\n baseWanted: 0.0001,\n baseMoney: 3,\n hackWeight: 100,\n difficulty: 1,\n },\n },\n {\n desc: \"Assign this gang member to attempt phishing scams and attacks

Earns money - Slightly increases respect - Slightly increases wanted level\",\n isCombat: false,\n isHacking: true,\n name: \"Phishing\",\n params: {\n baseRespect: 0.00008,\n baseWanted: 0.003,\n baseMoney: 7.5,\n hackWeight: 85,\n chaWeight: 15,\n difficulty: 3.5,\n },\n },\n {\n desc: \"Assign this gang member to attempt identity theft

Earns money - Increases respect - Increases wanted level\",\n isCombat: false,\n isHacking: true,\n name: \"Identity Theft\",\n params: {\n baseRespect: 0.0001,\n baseWanted: 0.075,\n baseMoney: 18,\n hackWeight: 80,\n chaWeight: 20,\n difficulty: 5,\n },\n },\n {\n desc: \"Assign this gang member to carry out DDoS attacks

Increases respect - Increases wanted level\",\n isCombat: false,\n isHacking: true,\n name: \"DDoS Attacks\",\n params: {\n baseRespect: 0.0004,\n baseWanted: 0.2,\n hackWeight: 100,\n difficulty: 8,\n },\n },\n {\n desc: \"Assign this gang member to create and distribute malicious viruses

Increases respect - Increases wanted level\",\n isCombat: false,\n isHacking: true,\n name: \"Plant Virus\",\n params: {\n baseRespect: 0.0006,\n baseWanted: 0.4,\n hackWeight: 100,\n difficulty: 12,\n },\n },\n {\n desc: \"Assign this gang member to commit financial fraud and digital counterfeiting

Earns money - Slightly increases respect - Slightly increases wanted level\",\n isCombat: false,\n isHacking: true,\n name: \"Fraud & Counterfeiting\",\n params: {\n baseRespect: 0.0004,\n baseWanted: 0.3,\n baseMoney: 45,\n hackWeight: 80,\n chaWeight: 20,\n difficulty: 20,\n },\n },\n {\n desc: \"Assign this gang member to launder money

Earns money - Increases respect - Increases wanted level\",\n isCombat: false,\n isHacking: true,\n name: \"Money Laundering\",\n params: {\n baseRespect: 0.001,\n baseWanted: 1.25,\n baseMoney: 360,\n hackWeight: 75,\n chaWeight: 25,\n difficulty: 25,\n },\n },\n {\n desc: \"Assign this gang member to commit acts of cyberterrorism

Greatly increases respect - Greatly increases wanted level\",\n isCombat: false,\n isHacking: true,\n name: \"Cyberterrorism\",\n params: {\n baseRespect: 0.01,\n baseWanted: 6,\n hackWeight: 80,\n chaWeight: 20,\n difficulty: 36,\n },\n },\n {\n desc: \"Assign this gang member to be an ethical hacker for corporations

Earns money - Lowers wanted level\",\n isCombat: false,\n isHacking: true,\n name: \"Ethical Hacking\",\n params: {\n baseWanted: -0.001,\n baseMoney: 3,\n hackWeight: 90,\n chaWeight: 10,\n difficulty: 1,\n },\n },\n {\n desc: \"Assign this gang member to mug random people on the streets

Earns money - Slightly increases respect - Very slightly increases wanted level\",\n isCombat: true,\n isHacking: false,\n name: \"Mug People\",\n params: {\n baseRespect: 0.00005,\n baseWanted: 0.00005,\n baseMoney: 3.6,\n strWeight: 25,\n defWeight: 25,\n dexWeight: 25,\n agiWeight: 10,\n chaWeight: 15,\n difficulty: 1,\n },\n },\n {\n desc: \"Assign this gang member to sell drugs

Earns money - Slightly increases respect - Slightly increases wanted level - Scales slightly with territory\",\n isCombat: true,\n isHacking: false,\n name: \"Deal Drugs\",\n params: {\n baseRespect: 0.00006,\n baseWanted: 0.002,\n baseMoney: 15,\n agiWeight: 20,\n dexWeight: 20,\n chaWeight: 60,\n difficulty: 3.5,\n territory: {\n money: 1.2,\n respect: 1,\n wanted: 1.15,\n },\n },\n },\n {\n desc: \"Assign this gang member to extort civilians in your territory

Earns money - Slightly increases respect - Increases wanted - Scales heavily with territory\",\n isCombat: true,\n isHacking: false,\n name: \"Strongarm Civilians\",\n params: {\n baseRespect: 0.00004,\n baseWanted: 0.02,\n baseMoney: 7.5,\n hackWeight: 10,\n strWeight: 25,\n defWeight: 25,\n dexWeight: 20,\n agiWeight: 10,\n chaWeight: 10,\n difficulty: 5,\n territory: {\n money: 1.6,\n respect: 1.1,\n wanted: 1.5,\n },\n },\n },\n {\n desc: \"Assign this gang member to run cons

Earns money - Increases respect - Increases wanted level\",\n isCombat: true,\n isHacking: false,\n name: \"Run a Con\",\n params: {\n baseRespect: 0.00012,\n baseWanted: 0.05,\n baseMoney: 45,\n strWeight: 5,\n defWeight: 5,\n agiWeight: 25,\n dexWeight: 25,\n chaWeight: 40,\n difficulty: 14,\n },\n },\n {\n desc: \"Assign this gang member to commit armed robbery on stores, banks and armored cars

Earns money - Increases respect - Increases wanted level\",\n isCombat: true,\n isHacking: false,\n name: \"Armed Robbery\",\n params: {\n baseRespect: 0.00014,\n baseWanted: 0.1,\n baseMoney: 114,\n hackWeight: 20,\n strWeight: 15,\n defWeight: 15,\n agiWeight: 10,\n dexWeight: 20,\n chaWeight: 20,\n difficulty: 20,\n },\n },\n {\n desc: \"Assign this gang member to traffick illegal arms

Earns money - Increases respect - Increases wanted level - Scales heavily with territory\",\n isCombat: true,\n isHacking: false,\n name: \"Traffick Illegal Arms\",\n params: {\n baseRespect: 0.0002,\n baseWanted: 0.24,\n baseMoney: 174,\n hackWeight: 15,\n strWeight: 20,\n defWeight: 20,\n dexWeight: 20,\n chaWeight: 25,\n difficulty: 32,\n territory: {\n money: 1.4,\n respect: 1.3,\n wanted: 1.25,\n },\n },\n },\n {\n desc: \"Assign this gang member to threaten and blackmail high-profile targets

Earns money - Slightly increases respect - Slightly increases wanted level\",\n isCombat: true,\n isHacking: false,\n name: \"Threaten & Blackmail\",\n params: {\n baseRespect: 0.0002,\n baseWanted: 0.125,\n baseMoney: 72,\n hackWeight: 25,\n strWeight: 25,\n dexWeight: 25,\n chaWeight: 25,\n difficulty: 28,\n },\n },\n {\n desc: \"Assign this gang member to engage in human trafficking operations

Earns money - Increases respect - Increases wanted level - Scales heavily with territory\",\n isCombat: true,\n isHacking: false,\n name: \"Human Trafficking\",\n params: {\n baseRespect: 0.004,\n baseWanted: 1.25,\n baseMoney: 360,\n hackWeight: 30,\n strWeight: 5,\n defWeight: 5,\n dexWeight: 30,\n chaWeight: 30,\n difficulty: 36,\n territory: {\n money: 1.5,\n respect: 1.5,\n wanted: 1.6,\n },\n },\n },\n {\n desc: \"Assign this gang member to commit acts of terrorism

Greatly increases respect - Greatly increases wanted level - Scales heavily with territory\",\n isCombat: true,\n isHacking: false,\n name: \"Terrorism\",\n params: {\n baseRespect: 0.01,\n baseWanted: 6,\n hackWeight: 20,\n strWeight: 20,\n defWeight: 20,\n dexWeight: 20,\n chaWeight: 20,\n difficulty: 36,\n territory: {\n money: 1,\n respect: 2,\n wanted: 2,\n },\n },\n },\n {\n desc: \"Assign this gang member to be a vigilante and protect the city from criminals

Decreases wanted level\",\n isCombat: true,\n isHacking: true,\n name: \"Vigilante Justice\",\n params: {\n baseWanted: -0.001,\n hackWeight: 20,\n strWeight: 20,\n defWeight: 20,\n dexWeight: 20,\n agiWeight: 20,\n difficulty: 1,\n territory: {\n money: 1,\n respect: 1,\n wanted: 0.9, // Gets harder with more territory\n },\n },\n },\n {\n desc: \"Assign this gang member to increase their combat stats (str, def, dex, agi)\",\n isCombat: true,\n isHacking: true,\n name: \"Train Combat\",\n params: {\n strWeight: 25,\n defWeight: 25,\n dexWeight: 25,\n agiWeight: 25,\n difficulty: 100,\n },\n },\n {\n desc: \"Assign this gang member to train their hacking skills\",\n isCombat: true,\n isHacking: true,\n name: \"Train Hacking\",\n params: { hackWeight: 100, difficulty: 45 },\n },\n {\n desc: \"Assign this gang member to train their charisma\",\n isCombat: true,\n isHacking: true,\n name: \"Train Charisma\",\n params: { chaWeight: 100, difficulty: 8 },\n },\n {\n desc: \"Assign this gang member to engage in territorial warfare with other gangs. Members assigned to this task will help increase your gang's territory and will defend your territory from being taken.\",\n isCombat: true,\n isHacking: true,\n name: \"Territory Warfare\",\n params: {\n hackWeight: 15,\n strWeight: 20,\n defWeight: 20,\n dexWeight: 20,\n agiWeight: 20,\n chaWeight: 5,\n difficulty: 5,\n },\n },\n];\n","import { IMults, UpgradeType } from \"./data/upgrades\";\nimport { numeralWrapper } from \"../ui/numeralFormat\";\n\nexport class GangMemberUpgrade {\n name: string;\n cost: number;\n type: UpgradeType;\n desc: string;\n mults: IMults;\n\n constructor(name = \"\", cost = 0, type: UpgradeType = UpgradeType.Weapon, mults: IMults = {}) {\n this.name = name;\n this.cost = cost;\n this.type = type;\n this.mults = mults;\n\n this.desc = this.createDescription();\n }\n\n createDescription(): string {\n const lines = [\"Effects:\"];\n if (this.mults.str != null) {\n lines.push(`+${numeralWrapper.formatPercentage(this.mults.str - 1, 0)} strength skill`);\n lines.push(`+${numeralWrapper.formatPercentage((this.mults.str - 1) / 4, 2)} strength exp`);\n }\n if (this.mults.def != null) {\n lines.push(`+${numeralWrapper.formatPercentage(this.mults.def - 1, 0)} defense skill`);\n lines.push(`+${numeralWrapper.formatPercentage((this.mults.def - 1) / 4, 2)} defense exp`);\n }\n if (this.mults.dex != null) {\n lines.push(`+${numeralWrapper.formatPercentage(this.mults.dex - 1, 0)} dexterity skill`);\n lines.push(`+${numeralWrapper.formatPercentage((this.mults.dex - 1) / 4, 2)} dexterity exp`);\n }\n if (this.mults.agi != null) {\n lines.push(`+${numeralWrapper.formatPercentage(this.mults.agi - 1, 0)} agility skill`);\n lines.push(`+${numeralWrapper.formatPercentage((this.mults.agi - 1) / 4, 2)} agility exp`);\n }\n if (this.mults.cha != null) {\n lines.push(`+${numeralWrapper.formatPercentage(this.mults.cha - 1, 0)} charisma skill`);\n lines.push(`+${numeralWrapper.formatPercentage((this.mults.cha - 1) / 4, 2)} charisma exp`);\n }\n if (this.mults.hack != null) {\n lines.push(`+${numeralWrapper.formatPercentage(this.mults.hack - 1, 0)} hacking skill`);\n lines.push(`+${numeralWrapper.formatPercentage((this.mults.hack - 1) / 4, 2)} hacking exp`);\n }\n return lines.join(\"
\");\n }\n\n // User friendly version of type.\n getType(): string {\n switch (this.type) {\n case UpgradeType.Weapon:\n return \"Weapon\";\n case UpgradeType.Armor:\n return \"Armor\";\n case UpgradeType.Vehicle:\n return \"Vehicle\";\n case UpgradeType.Rootkit:\n return \"Rootkit\";\n case UpgradeType.Augmentation:\n return \"Augmentation\";\n default:\n return \"\";\n }\n }\n}\n","import { FactionNames } from \"../../Faction/data/FactionNames\";\nexport const PowerMultiplier: {\n [key: string]: number | undefined;\n} = {\n [FactionNames.SlumSnakes]: 1,\n [FactionNames.Tetrads]: 2,\n [FactionNames.TheSyndicate]: 2,\n [FactionNames.TheDarkArmy]: 2,\n [FactionNames.SpeakersForTheDead]: 5,\n [FactionNames.NiteSec]: 2,\n [FactionNames.TheBlackHand]: 5,\n};\n","/** Binary heap. */\nabstract class BinHeap {\n /**\n * Heap data array consisting of [weight, payload] pairs, arranged by weight\n * to satisfy heap condition.\n *\n * Encodes the binary tree by storing tree root at index 0 and\n * left child of element i at `i * 2 + 1` and\n * right child of element i at `i * 2 + 2`.\n */\n protected data: [number, T][];\n\n constructor() {\n this.data = [];\n }\n\n /** Get number of elements in the heap. */\n public get size(): number {\n return this.data.length;\n }\n\n /** Add a new element to the heap. */\n public push(value: T, weight: number): void {\n const i = this.data.length;\n this.data[i] = [weight, value];\n this.heapifyUp(i);\n }\n\n /** Get the value of the root-most element of the heap, without changing the heap. */\n public peek(): T | undefined {\n if (this.data.length == 0) return undefined;\n\n return this.data[0][1];\n }\n\n /** Remove the root-most element of the heap and return the removed element's value. */\n public pop(): T | undefined {\n if (this.data.length == 0) return undefined;\n\n const value = this.data[0][1];\n\n this.data[0] = this.data[this.data.length - 1];\n this.data.length = this.data.length - 1;\n\n this.heapifyDown(0);\n\n return value;\n }\n\n /** Change the weight of an element in the heap. */\n public changeWeight(predicate: (value: T) => boolean, weight: number): void {\n // Find first element with matching value, if any\n const i = this.data.findIndex((e) => predicate(e[1]));\n if (i == -1) return;\n\n // Update that element's weight\n this.data[i][0] = weight;\n\n // And re-heapify if needed\n const p = Math.floor((i - 1) / 2);\n\n if (!this.heapOrderABeforeB(this.data[p][0], this.data[i][0]))\n // Needs to shift root-wards?\n this.heapifyUp(i);\n // Try shifting deeper\n else this.heapifyDown(i);\n }\n\n /** Restore heap condition, starting at index i and traveling towards root. */\n protected heapifyUp(i: number): void {\n // Swap the new element up towards root until it reaches root position or\n // settles under under a suitable parent\n while (i > 0) {\n const p = Math.floor((i - 1) / 2);\n\n // Reached heap-ordered state already?\n if (this.heapOrderABeforeB(this.data[p][0], this.data[i][0])) break;\n\n // Swap\n const tmp = this.data[p];\n this.data[p] = this.data[i];\n this.data[i] = tmp;\n\n // And repeat at parent index\n i = p;\n }\n }\n\n /** Restore heap condition, starting at index i and traveling away from root. */\n protected heapifyDown(i: number): void {\n // Swap the shifted element down in the heap until it either reaches the\n // bottom layer or is in correct order relative to it's children\n while (i < this.data.length) {\n const l = i * 2 + 1;\n const r = i * 2 + 2;\n let toSwap = i;\n\n // Find which one of element i and it's children should be closest to root\n if (l < this.data.length && this.heapOrderABeforeB(this.data[l][0], this.data[toSwap][0])) toSwap = l;\n if (r < this.data.length && this.heapOrderABeforeB(this.data[r][0], this.data[toSwap][0])) toSwap = r;\n\n // Already in order?\n if (i == toSwap) break;\n\n // Not in order. Swap child that should be closest to root up to 'i' and repeat\n const tmp = this.data[toSwap];\n this.data[toSwap] = this.data[i];\n this.data[i] = tmp;\n\n i = toSwap;\n }\n }\n\n /**\n * Should element with weight `weightA` be closer to root than element with\n * weight `weightB`?\n */\n protected abstract heapOrderABeforeB(weightA: number, weightB: number): boolean;\n}\n\n/** Binary max-heap. */\nexport class MaxHeap extends BinHeap {\n heapOrderABeforeB(weightA: number, weightB: number): boolean {\n return weightA > weightB;\n }\n}\n\n/** Binary min-heap. */\nexport class MinHeap extends BinHeap {\n heapOrderABeforeB(weightA: number, weightB: number): boolean {\n return weightA < weightB;\n }\n}\n","import * as posNames from \"./companypositionnames\";\nimport { IConstructorParams } from \"../Company\";\n\nimport { LocationName } from \"../../Locations/data/LocationNames\";\n\n// Create Objects containing Company Positions by category\n// Will help in metadata construction later\nconst AllSoftwarePositions: Record = {};\nconst AllITPositions: Record = {};\nconst AllNetworkEngineerPositions: Record = {};\nconst SecurityEngineerPositions: Record = {};\nconst AllTechnologyPositions: Record = {};\nconst AllBusinessPositions: Record = {};\nconst AllAgentPositions: Record = {};\nconst AllSecurityPositions: Record = {};\nconst AllSoftwareConsultantPositions: Record = {};\nconst AllBusinessConsultantPositions: Record = {};\nconst SoftwarePositionsUpToHeadOfEngineering: Record = {};\nconst SoftwarePositionsUpToLeadDeveloper: Record = {};\nconst BusinessPositionsUpToOperationsManager: Record = {};\nconst WaiterOnly: Record = {};\nconst EmployeeOnly: Record = {};\nconst PartTimeWaiterOnly: Record = {};\nconst PartTimeEmployeeOnly: Record = {};\nconst OperationsManagerOnly: Record = {};\nconst CEOOnly: Record = {};\n\nposNames.SoftwareCompanyPositions.forEach((e) => {\n AllSoftwarePositions[e] = true;\n AllTechnologyPositions[e] = true;\n});\n\nposNames.ITCompanyPositions.forEach((e) => {\n AllITPositions[e] = true;\n AllTechnologyPositions[e] = true;\n});\n\nposNames.NetworkEngineerCompanyPositions.forEach((e) => {\n AllNetworkEngineerPositions[e] = true;\n AllTechnologyPositions[e] = true;\n});\n\nAllTechnologyPositions[posNames.SecurityEngineerCompanyPositions[0]] = true;\nSecurityEngineerPositions[posNames.SecurityEngineerCompanyPositions[0]] = true;\n\nposNames.BusinessCompanyPositions.forEach((e) => {\n AllBusinessPositions[e] = true;\n});\n\nposNames.SecurityCompanyPositions.forEach((e) => {\n AllSecurityPositions[e] = true;\n});\n\nposNames.AgentCompanyPositions.forEach((e) => {\n AllAgentPositions[e] = true;\n});\n\nposNames.SoftwareConsultantCompanyPositions.forEach((e) => {\n AllSoftwareConsultantPositions[e] = true;\n});\n\nposNames.BusinessConsultantCompanyPositions.forEach((e) => {\n AllBusinessConsultantPositions[e] = true;\n});\n\nfor (let i = 0; i < posNames.SoftwareCompanyPositions.length; ++i) {\n const e = posNames.SoftwareCompanyPositions[i];\n if (i <= 5) {\n SoftwarePositionsUpToHeadOfEngineering[e] = true;\n }\n if (i <= 3) {\n SoftwarePositionsUpToLeadDeveloper[e] = true;\n }\n}\nfor (let i = 0; i < posNames.BusinessCompanyPositions.length; ++i) {\n const e = posNames.BusinessCompanyPositions[i];\n if (i <= 3) {\n BusinessPositionsUpToOperationsManager[e] = true;\n }\n}\n\nWaiterOnly[posNames.MiscCompanyPositions[0]] = true;\nEmployeeOnly[posNames.MiscCompanyPositions[1]] = true;\nPartTimeWaiterOnly[posNames.PartTimeCompanyPositions[0]] = true;\nPartTimeEmployeeOnly[posNames.PartTimeCompanyPositions[1]] = true;\nOperationsManagerOnly[posNames.BusinessCompanyPositions[3]] = true;\nCEOOnly[posNames.BusinessCompanyPositions[5]] = true;\n\n// Metadata\nexport const companiesMetadata: IConstructorParams[] = [\n {\n name: LocationName.AevumECorp,\n info: \"\",\n companyPositions: Object.assign({}, AllTechnologyPositions, AllBusinessPositions, AllSecurityPositions),\n expMultiplier: 3,\n salaryMultiplier: 3,\n jobStatReqOffset: 249,\n },\n {\n name: LocationName.Sector12MegaCorp,\n info: \"\",\n companyPositions: Object.assign({}, AllTechnologyPositions, AllBusinessPositions, AllSecurityPositions),\n expMultiplier: 3,\n salaryMultiplier: 3,\n jobStatReqOffset: 249,\n },\n {\n name: LocationName.AevumBachmanAndAssociates,\n info: \"\",\n companyPositions: Object.assign({}, AllTechnologyPositions, AllBusinessPositions, AllSecurityPositions),\n expMultiplier: 2.6,\n salaryMultiplier: 2.6,\n jobStatReqOffset: 224,\n },\n {\n name: LocationName.Sector12BladeIndustries,\n info: \"\",\n companyPositions: Object.assign({}, AllTechnologyPositions, AllBusinessPositions, AllSecurityPositions),\n expMultiplier: 2.75,\n salaryMultiplier: 2.75,\n jobStatReqOffset: 224,\n },\n {\n name: LocationName.VolhavenNWO,\n info: \"\",\n companyPositions: Object.assign({}, AllTechnologyPositions, AllBusinessPositions, AllSecurityPositions),\n expMultiplier: 2.75,\n salaryMultiplier: 2.75,\n jobStatReqOffset: 249,\n },\n {\n name: LocationName.AevumClarkeIncorporated,\n info: \"\",\n companyPositions: Object.assign({}, AllTechnologyPositions, AllBusinessPositions, AllSecurityPositions),\n expMultiplier: 2.25,\n salaryMultiplier: 2.25,\n jobStatReqOffset: 224,\n },\n {\n name: LocationName.VolhavenOmniTekIncorporated,\n info: \"\",\n companyPositions: Object.assign({}, AllTechnologyPositions, AllBusinessPositions, AllSecurityPositions),\n expMultiplier: 2.25,\n salaryMultiplier: 2.25,\n jobStatReqOffset: 224,\n },\n {\n name: LocationName.Sector12FourSigma,\n info: \"\",\n companyPositions: Object.assign({}, AllTechnologyPositions, AllBusinessPositions, AllSecurityPositions),\n expMultiplier: 2.5,\n salaryMultiplier: 2.5,\n jobStatReqOffset: 224,\n },\n {\n name: LocationName.ChongqingKuaiGongInternational,\n info: \"\",\n companyPositions: Object.assign({}, AllTechnologyPositions, AllBusinessPositions, AllSecurityPositions),\n expMultiplier: 2.2,\n salaryMultiplier: 2.2,\n jobStatReqOffset: 224,\n },\n {\n name: LocationName.AevumFulcrumTechnologies,\n info: \"\",\n companyPositions: Object.assign({}, AllTechnologyPositions, AllBusinessPositions),\n expMultiplier: 2,\n salaryMultiplier: 2,\n jobStatReqOffset: 224,\n },\n {\n name: LocationName.IshimaStormTechnologies,\n info: \"\",\n companyPositions: Object.assign({}, AllTechnologyPositions, AllSoftwareConsultantPositions, AllBusinessPositions),\n expMultiplier: 1.8,\n salaryMultiplier: 1.8,\n jobStatReqOffset: 199,\n },\n {\n name: LocationName.NewTokyoDefComm,\n info: \"\",\n companyPositions: Object.assign({}, CEOOnly, AllTechnologyPositions, AllSoftwareConsultantPositions),\n expMultiplier: 1.75,\n salaryMultiplier: 1.75,\n jobStatReqOffset: 199,\n },\n {\n name: LocationName.VolhavenHeliosLabs,\n info: \"\",\n companyPositions: Object.assign({}, CEOOnly, AllTechnologyPositions, AllSoftwareConsultantPositions),\n expMultiplier: 1.8,\n salaryMultiplier: 1.8,\n jobStatReqOffset: 199,\n },\n {\n name: LocationName.NewTokyoVitaLife,\n info: \"\",\n companyPositions: Object.assign({}, AllTechnologyPositions, AllBusinessPositions, AllSoftwareConsultantPositions),\n expMultiplier: 1.8,\n salaryMultiplier: 1.8,\n jobStatReqOffset: 199,\n },\n {\n name: LocationName.Sector12IcarusMicrosystems,\n info: \"\",\n companyPositions: Object.assign({}, AllTechnologyPositions, AllBusinessPositions, AllSoftwareConsultantPositions),\n expMultiplier: 1.9,\n salaryMultiplier: 1.9,\n jobStatReqOffset: 199,\n },\n {\n name: LocationName.Sector12UniversalEnergy,\n info: \"\",\n companyPositions: Object.assign({}, AllTechnologyPositions, AllBusinessPositions, AllSoftwareConsultantPositions),\n expMultiplier: 2,\n salaryMultiplier: 2,\n jobStatReqOffset: 199,\n },\n {\n name: LocationName.AevumGalacticCybersystems,\n info: \"\",\n companyPositions: Object.assign({}, AllTechnologyPositions, AllBusinessPositions, AllSoftwareConsultantPositions),\n expMultiplier: 1.9,\n salaryMultiplier: 1.9,\n jobStatReqOffset: 199,\n },\n {\n name: LocationName.AevumAeroCorp,\n info: \"\",\n companyPositions: Object.assign({}, CEOOnly, OperationsManagerOnly, AllTechnologyPositions, AllSecurityPositions),\n expMultiplier: 1.7,\n salaryMultiplier: 1.7,\n jobStatReqOffset: 199,\n },\n {\n name: LocationName.VolhavenOmniaCybersystems,\n info: \"\",\n companyPositions: Object.assign({}, CEOOnly, OperationsManagerOnly, AllTechnologyPositions, AllSecurityPositions),\n expMultiplier: 1.7,\n salaryMultiplier: 1.7,\n jobStatReqOffset: 199,\n },\n {\n name: LocationName.ChongqingSolarisSpaceSystems,\n info: \"\",\n companyPositions: Object.assign({}, CEOOnly, OperationsManagerOnly, AllTechnologyPositions, AllSecurityPositions),\n expMultiplier: 1.7,\n salaryMultiplier: 1.7,\n jobStatReqOffset: 199,\n },\n {\n name: LocationName.Sector12DeltaOne,\n info: \"\",\n companyPositions: Object.assign({}, CEOOnly, OperationsManagerOnly, AllTechnologyPositions, AllSecurityPositions),\n expMultiplier: 1.6,\n salaryMultiplier: 1.6,\n jobStatReqOffset: 199,\n },\n {\n name: LocationName.NewTokyoGlobalPharmaceuticals,\n info: \"\",\n companyPositions: Object.assign(\n {},\n AllTechnologyPositions,\n AllBusinessPositions,\n AllSoftwareConsultantPositions,\n AllSecurityPositions,\n ),\n expMultiplier: 1.8,\n salaryMultiplier: 1.8,\n jobStatReqOffset: 224,\n },\n {\n name: LocationName.IshimaNovaMedical,\n info: \"\",\n companyPositions: Object.assign(\n {},\n AllTechnologyPositions,\n AllBusinessPositions,\n AllSoftwareConsultantPositions,\n AllSecurityPositions,\n ),\n expMultiplier: 1.75,\n salaryMultiplier: 1.75,\n jobStatReqOffset: 199,\n },\n {\n name: LocationName.Sector12CIA,\n info: \"\",\n companyPositions: Object.assign(\n {},\n SoftwarePositionsUpToHeadOfEngineering,\n AllNetworkEngineerPositions,\n SecurityEngineerPositions,\n AllITPositions,\n AllSecurityPositions,\n AllAgentPositions,\n ),\n expMultiplier: 2,\n salaryMultiplier: 2,\n jobStatReqOffset: 149,\n },\n {\n name: LocationName.Sector12NSA,\n info: \"\",\n companyPositions: Object.assign(\n {},\n SoftwarePositionsUpToHeadOfEngineering,\n AllNetworkEngineerPositions,\n SecurityEngineerPositions,\n AllITPositions,\n AllSecurityPositions,\n AllAgentPositions,\n ),\n expMultiplier: 2,\n salaryMultiplier: 2,\n jobStatReqOffset: 149,\n },\n {\n name: LocationName.AevumWatchdogSecurity,\n info: \"\",\n companyPositions: Object.assign(\n {},\n SoftwarePositionsUpToHeadOfEngineering,\n AllNetworkEngineerPositions,\n AllITPositions,\n AllSecurityPositions,\n AllAgentPositions,\n AllSoftwareConsultantPositions,\n ),\n expMultiplier: 1.5,\n salaryMultiplier: 1.5,\n jobStatReqOffset: 124,\n },\n {\n name: LocationName.VolhavenLexoCorp,\n info: \"\",\n companyPositions: Object.assign(\n {},\n AllTechnologyPositions,\n AllSoftwareConsultantPositions,\n AllBusinessPositions,\n AllSecurityPositions,\n ),\n expMultiplier: 1.4,\n salaryMultiplier: 1.4,\n jobStatReqOffset: 99,\n },\n {\n name: LocationName.AevumRhoConstruction,\n info: \"\",\n companyPositions: Object.assign({}, SoftwarePositionsUpToLeadDeveloper, BusinessPositionsUpToOperationsManager),\n expMultiplier: 1.3,\n salaryMultiplier: 1.3,\n jobStatReqOffset: 49,\n },\n {\n name: LocationName.Sector12AlphaEnterprises,\n info: \"\",\n companyPositions: Object.assign(\n {},\n SoftwarePositionsUpToLeadDeveloper,\n BusinessPositionsUpToOperationsManager,\n AllSoftwareConsultantPositions,\n ),\n expMultiplier: 1.5,\n salaryMultiplier: 1.5,\n jobStatReqOffset: 99,\n },\n {\n name: LocationName.AevumPolice,\n info: \"\",\n companyPositions: Object.assign({}, AllSecurityPositions, SoftwarePositionsUpToLeadDeveloper),\n expMultiplier: 1.3,\n salaryMultiplier: 1.3,\n jobStatReqOffset: 99,\n },\n {\n name: LocationName.VolhavenSysCoreSecurities,\n info: \"\",\n companyPositions: Object.assign({}, AllTechnologyPositions),\n expMultiplier: 1.3,\n salaryMultiplier: 1.3,\n jobStatReqOffset: 124,\n },\n {\n name: LocationName.VolhavenCompuTek,\n info: \"\",\n companyPositions: Object.assign({}, AllTechnologyPositions),\n expMultiplier: 1.2,\n salaryMultiplier: 1.2,\n jobStatReqOffset: 74,\n },\n {\n name: LocationName.AevumNetLinkTechnologies,\n info: \"\",\n companyPositions: Object.assign({}, AllTechnologyPositions),\n expMultiplier: 1.2,\n salaryMultiplier: 1.2,\n jobStatReqOffset: 99,\n },\n {\n name: LocationName.Sector12CarmichaelSecurity,\n info: \"\",\n companyPositions: Object.assign(\n {},\n AllTechnologyPositions,\n AllSoftwareConsultantPositions,\n AllAgentPositions,\n AllSecurityPositions,\n ),\n expMultiplier: 1.2,\n salaryMultiplier: 1.2,\n jobStatReqOffset: 74,\n },\n {\n name: LocationName.Sector12FoodNStuff,\n info: \"\",\n companyPositions: Object.assign({}, EmployeeOnly, PartTimeEmployeeOnly),\n expMultiplier: 1,\n salaryMultiplier: 1,\n jobStatReqOffset: 0,\n },\n {\n name: LocationName.Sector12JoesGuns,\n info: \"\",\n companyPositions: Object.assign({}, EmployeeOnly, PartTimeEmployeeOnly),\n expMultiplier: 1,\n salaryMultiplier: 1,\n jobStatReqOffset: 0,\n },\n {\n name: LocationName.IshimaOmegaSoftware,\n info: \"\",\n companyPositions: Object.assign({}, AllSoftwarePositions, AllSoftwareConsultantPositions, AllITPositions),\n expMultiplier: 1.1,\n salaryMultiplier: 1.1,\n jobStatReqOffset: 49,\n },\n {\n name: LocationName.NewTokyoNoodleBar,\n info: \"\",\n companyPositions: Object.assign({}, WaiterOnly, PartTimeWaiterOnly),\n expMultiplier: 1,\n salaryMultiplier: 1,\n jobStatReqOffset: 0,\n },\n];\n","import { CompanyPosition } from \"./CompanyPosition\";\nimport * as posNames from \"./data/companypositionnames\";\nimport { favorToRep, repToFavor } from \"../Faction/formulas/favor\";\n\nimport { Generic_fromJSON, Generic_toJSON, IReviverValue, Reviver } from \"../utils/JSONReviver\";\n\nexport interface IConstructorParams {\n name: string;\n info: string;\n companyPositions: Record;\n expMultiplier: number;\n salaryMultiplier: number;\n jobStatReqOffset: number;\n isMegacorp?: boolean;\n}\n\nconst DefaultConstructorParams: IConstructorParams = {\n name: \"\",\n info: \"\",\n companyPositions: {},\n expMultiplier: 1,\n salaryMultiplier: 1,\n jobStatReqOffset: 0,\n};\n\nexport class Company {\n /** Company name */\n name: string;\n\n /** Description and general information about company */\n info: string;\n\n /** Has faction associated. */\n isMegacorp: boolean;\n\n /**\n * Object that holds all available positions in this Company.\n * Position names are held in keys.\n * The values for the keys don't matter, but we'll make them booleans\n *\n * Must match names of Company Positions, defined in data/companypositionnames.ts\n */\n companyPositions: Record;\n\n /** Company-specific multiplier for earnings */\n expMultiplier: number;\n salaryMultiplier: number;\n\n /**\n * The additional levels of stats you need to quality for a job\n * in this company.\n *\n * For example, the base stat requirement for an intern position is 1.\n * But if a company has a offset of 200, then you would need stat(s) of 201\n */\n jobStatReqOffset: number;\n\n /** Properties to track the player's progress in this company */\n isPlayerEmployed: boolean;\n playerReputation: number;\n favor: number;\n\n constructor(p: IConstructorParams = DefaultConstructorParams) {\n this.name = p.name;\n this.info = p.info;\n this.companyPositions = p.companyPositions;\n this.expMultiplier = p.expMultiplier;\n this.salaryMultiplier = p.salaryMultiplier;\n this.jobStatReqOffset = p.jobStatReqOffset;\n\n this.isPlayerEmployed = false;\n this.playerReputation = 1;\n this.favor = 0;\n this.isMegacorp = false;\n if (p.isMegacorp) this.isMegacorp = true;\n }\n\n hasPosition(pos: CompanyPosition | string): boolean {\n return this.companyPositions[typeof pos === \"string\" ? pos : pos.name] != null;\n }\n\n hasAgentPositions(): boolean {\n return this.companyPositions[posNames.AgentCompanyPositions[0]] != null;\n }\n\n hasBusinessConsultantPositions(): boolean {\n return this.companyPositions[posNames.BusinessConsultantCompanyPositions[0]] != null;\n }\n\n hasBusinessPositions(): boolean {\n return this.companyPositions[posNames.BusinessCompanyPositions[0]] != null;\n }\n\n hasEmployeePositions(): boolean {\n return this.companyPositions[posNames.MiscCompanyPositions[1]] != null;\n }\n\n hasITPositions(): boolean {\n return this.companyPositions[posNames.ITCompanyPositions[0]] != null;\n }\n\n hasSecurityPositions(): boolean {\n return this.companyPositions[posNames.SecurityCompanyPositions[2]] != null;\n }\n\n hasSoftwareConsultantPositions(): boolean {\n return this.companyPositions[posNames.SoftwareConsultantCompanyPositions[0]] != null;\n }\n\n hasSoftwarePositions(): boolean {\n return this.companyPositions[posNames.SoftwareCompanyPositions[0]] != null;\n }\n\n hasWaiterPositions(): boolean {\n return this.companyPositions[posNames.MiscCompanyPositions[0]] != null;\n }\n\n gainFavor(): void {\n if (this.favor == null) {\n this.favor = 0;\n }\n this.favor += this.getFavorGain();\n }\n\n getFavorGain(): number {\n if (this.favor == null) {\n this.favor = 0;\n }\n const storedRep = Math.max(0, favorToRep(this.favor));\n const totalRep = storedRep + this.playerReputation;\n const newFavor = repToFavor(totalRep);\n return newFavor - this.favor;\n }\n\n /** Serialize the current object to a JSON save state. */\n toJSON(): IReviverValue {\n return Generic_toJSON(\"Company\", this);\n }\n\n /** Initializes a Company from a JSON save state. */\n static fromJSON(value: IReviverValue): Company {\n return Generic_fromJSON(Company, value.data);\n }\n}\n\nReviver.constructors.Company = Company;\n","// Metadata used for constructing Company Positions\nimport { IConstructorParams } from \"../CompanyPosition\";\nimport * as posNames from \"./companypositionnames\";\n\nexport const companyPositionMetadata: IConstructorParams[] = [\n {\n name: posNames.SoftwareCompanyPositions[0], // Software Engineering Intern\n nextPosition: posNames.SoftwareCompanyPositions[1], // Junior Software Engineer\n baseSalary: 33,\n charismaEffectiveness: 15,\n charismaExpGain: 0.02,\n hackingEffectiveness: 85,\n hackingExpGain: 0.05,\n reqdHacking: 1,\n repMultiplier: 0.9,\n },\n {\n name: posNames.SoftwareCompanyPositions[1], // Junior Software Engineer\n nextPosition: posNames.SoftwareCompanyPositions[2], // Senior Software Engineer\n baseSalary: 80,\n charismaEffectiveness: 15,\n charismaExpGain: 0.05,\n hackingEffectiveness: 85,\n hackingExpGain: 0.1,\n reqdHacking: 51,\n reqdReputation: 8e3,\n repMultiplier: 1.1,\n },\n {\n name: posNames.SoftwareCompanyPositions[2], // Senior Software Engineer\n nextPosition: posNames.SoftwareCompanyPositions[3], // Lead Software Developer\n baseSalary: 165,\n charismaEffectiveness: 20,\n charismaExpGain: 0.08,\n hackingEffectiveness: 80,\n hackingExpGain: 0.4,\n reqdCharisma: 51,\n reqdHacking: 251,\n reqdReputation: 40e3,\n repMultiplier: 1.3,\n },\n {\n name: posNames.SoftwareCompanyPositions[3], // Lead Software Developer\n nextPosition: posNames.SoftwareCompanyPositions[4], // Head of Software\n baseSalary: 500,\n charismaEffectiveness: 25,\n charismaExpGain: 0.1,\n hackingEffectiveness: 75,\n hackingExpGain: 0.8,\n reqdCharisma: 151,\n reqdHacking: 401,\n reqdReputation: 200e3,\n repMultiplier: 1.5,\n },\n {\n name: posNames.SoftwareCompanyPositions[4], // Head of Software\n nextPosition: posNames.SoftwareCompanyPositions[5], // Head of Engineering\n baseSalary: 800,\n charismaEffectiveness: 25,\n charismaExpGain: 0.5,\n hackingEffectiveness: 75,\n hackingExpGain: 1,\n reqdCharisma: 251,\n reqdHacking: 501,\n reqdReputation: 400e3,\n repMultiplier: 1.6,\n },\n {\n name: posNames.SoftwareCompanyPositions[5], // Head of Engineering\n nextPosition: posNames.SoftwareCompanyPositions[6], // Vice President of Technology\n baseSalary: 1650,\n charismaEffectiveness: 25,\n charismaExpGain: 0.5,\n hackingEffectiveness: 75,\n hackingExpGain: 1.1,\n reqdCharisma: 251,\n reqdHacking: 501,\n reqdReputation: 800e3,\n repMultiplier: 1.6,\n },\n {\n name: posNames.SoftwareCompanyPositions[6], // Vice President of Technology\n nextPosition: posNames.SoftwareCompanyPositions[7], // Chief Technology Officer\n baseSalary: 2310,\n charismaEffectiveness: 30,\n charismaExpGain: 0.6,\n hackingEffectiveness: 70,\n hackingExpGain: 1.2,\n reqdCharisma: 401,\n reqdHacking: 601,\n reqdReputation: 1.6e6,\n repMultiplier: 1.75,\n },\n {\n name: posNames.SoftwareCompanyPositions[7], // Chief Technology Officer\n nextPosition: null,\n baseSalary: 2640,\n charismaEffectiveness: 35,\n charismaExpGain: 1,\n hackingEffectiveness: 65,\n hackingExpGain: 1.5,\n reqdCharisma: 501,\n reqdHacking: 751,\n reqdReputation: 3.2e6,\n repMultiplier: 2,\n },\n {\n name: posNames.ITCompanyPositions[0], // IT Intern\n nextPosition: posNames.ITCompanyPositions[1], // IT Analyst\n baseSalary: 26,\n charismaEffectiveness: 10,\n charismaExpGain: 0.01,\n hackingEffectiveness: 90,\n hackingExpGain: 0.04,\n reqdHacking: 1,\n repMultiplier: 0.9,\n },\n {\n name: posNames.ITCompanyPositions[1], // IT Analyst\n nextPosition: posNames.ITCompanyPositions[2], // IT Manager\n baseSalary: 66,\n charismaEffectiveness: 15,\n charismaExpGain: 0.02,\n hackingEffectiveness: 85,\n hackingExpGain: 0.08,\n reqdHacking: 26,\n reqdReputation: 7e3,\n repMultiplier: 1.1,\n },\n {\n name: posNames.ITCompanyPositions[2], // IT Manager\n nextPosition: posNames.ITCompanyPositions[3], // Systems Administrator\n baseSalary: 132,\n charismaEffectiveness: 20,\n charismaExpGain: 0.1,\n hackingEffectiveness: 80,\n hackingExpGain: 0.3,\n reqdCharisma: 51,\n reqdHacking: 151,\n reqdReputation: 35e3,\n repMultiplier: 1.3,\n },\n {\n name: posNames.ITCompanyPositions[3], // Systems Administrator\n nextPosition: posNames.SoftwareCompanyPositions[5], // Head of Engineering\n baseSalary: 410,\n charismaEffectiveness: 20,\n charismaExpGain: 0.2,\n hackingEffectiveness: 80,\n hackingExpGain: 0.5,\n reqdCharisma: 76,\n reqdHacking: 251,\n reqdReputation: 175e3,\n repMultiplier: 1.4,\n },\n {\n name: posNames.SecurityEngineerCompanyPositions[0], // Security Engineer\n nextPosition: posNames.SoftwareCompanyPositions[5], // Head of Engineering\n baseSalary: 121,\n charismaEffectiveness: 15,\n charismaExpGain: 0.05,\n hackingEffectiveness: 85,\n hackingExpGain: 0.4,\n reqdCharisma: 26,\n reqdHacking: 151,\n reqdReputation: 35e3,\n repMultiplier: 1.2,\n },\n {\n name: posNames.NetworkEngineerCompanyPositions[0], // Network Engineer\n nextPosition: posNames.NetworkEngineerCompanyPositions[1], // Network Administrator\n baseSalary: 121,\n charismaEffectiveness: 15,\n charismaExpGain: 0.05,\n hackingEffectiveness: 85,\n hackingExpGain: 0.4,\n reqdCharisma: 26,\n reqdHacking: 151,\n reqdReputation: 35e3,\n repMultiplier: 1.2,\n },\n {\n name: posNames.NetworkEngineerCompanyPositions[1], // Network Administrator\n nextPosition: posNames.SoftwareCompanyPositions[5], // Head of Engineering\n baseSalary: 410,\n charismaEffectiveness: 20,\n charismaExpGain: 0.1,\n hackingEffectiveness: 80,\n hackingExpGain: 0.5,\n reqdCharisma: 76,\n reqdHacking: 251,\n reqdReputation: 175e3,\n repMultiplier: 1.3,\n },\n {\n name: posNames.BusinessCompanyPositions[0], // Business Intern\n nextPosition: posNames.BusinessCompanyPositions[1], // Business Analyst\n baseSalary: 46,\n charismaEffectiveness: 90,\n charismaExpGain: 0.08,\n hackingEffectiveness: 10,\n hackingExpGain: 0.01,\n reqdCharisma: 1,\n reqdHacking: 1,\n repMultiplier: 0.9,\n },\n {\n name: posNames.BusinessCompanyPositions[1], // Business Analyst\n nextPosition: posNames.BusinessCompanyPositions[2], // Business Manager\n baseSalary: 100,\n charismaEffectiveness: 85,\n charismaExpGain: 0.15,\n hackingEffectiveness: 15,\n hackingExpGain: 0.02,\n reqdCharisma: 51,\n reqdHacking: 6,\n reqdReputation: 8e3,\n repMultiplier: 1.1,\n },\n {\n name: posNames.BusinessCompanyPositions[2], // Business Manager\n nextPosition: posNames.BusinessCompanyPositions[3], // Operations Manager\n baseSalary: 200,\n charismaEffectiveness: 85,\n charismaExpGain: 0.3,\n hackingEffectiveness: 15,\n hackingExpGain: 0.02,\n reqdCharisma: 101,\n reqdHacking: 51,\n reqdReputation: 40e3,\n repMultiplier: 1.3,\n },\n {\n name: posNames.BusinessCompanyPositions[3], // Operations Manager\n nextPosition: posNames.BusinessCompanyPositions[4], // Chief Financial Officer\n baseSalary: 660,\n charismaEffectiveness: 85,\n charismaExpGain: 0.4,\n hackingEffectiveness: 15,\n hackingExpGain: 0.02,\n reqdCharisma: 226,\n reqdHacking: 51,\n reqdReputation: 200e3,\n repMultiplier: 1.5,\n },\n {\n name: posNames.BusinessCompanyPositions[4], // Chief Financial Officer\n nextPosition: posNames.BusinessCompanyPositions[5], // Chief Executive Officer\n baseSalary: 1950,\n charismaEffectiveness: 90,\n charismaExpGain: 1,\n hackingEffectiveness: 10,\n hackingExpGain: 0.05,\n reqdCharisma: 501,\n reqdHacking: 76,\n reqdReputation: 800e3,\n repMultiplier: 1.6,\n },\n {\n name: posNames.BusinessCompanyPositions[5], // Chief Executive Officer\n nextPosition: null,\n baseSalary: 3900,\n charismaEffectiveness: 90,\n charismaExpGain: 1.5,\n hackingEffectiveness: 10,\n hackingExpGain: 0.05,\n reqdCharisma: 751,\n reqdHacking: 101,\n reqdReputation: 3.2e6,\n repMultiplier: 1.75,\n },\n {\n name: posNames.SecurityCompanyPositions[0], // Police Officer\n nextPosition: posNames.SecurityCompanyPositions[1], // Police Chief\n baseSalary: 82,\n hackingEffectiveness: 5,\n strengthEffectiveness: 20,\n defenseEffectiveness: 20,\n dexterityEffectiveness: 20,\n agilityEffectiveness: 20,\n charismaEffectiveness: 15,\n hackingExpGain: 0.02,\n strengthExpGain: 0.08,\n defenseExpGain: 0.08,\n dexterityExpGain: 0.08,\n agilityExpGain: 0.08,\n charismaExpGain: 0.04,\n reqdHacking: 11,\n reqdStrength: 101,\n reqdDefense: 101,\n reqdDexterity: 101,\n reqdAgility: 101,\n reqdCharisma: 51,\n reqdReputation: 8e3,\n repMultiplier: 1,\n },\n {\n name: posNames.SecurityCompanyPositions[1], // Police Chief\n nextPosition: null,\n baseSalary: 460,\n hackingEffectiveness: 5,\n strengthEffectiveness: 20,\n defenseEffectiveness: 20,\n dexterityEffectiveness: 20,\n agilityEffectiveness: 20,\n charismaEffectiveness: 15,\n hackingExpGain: 0.02,\n strengthExpGain: 0.1,\n defenseExpGain: 0.1,\n dexterityExpGain: 0.1,\n agilityExpGain: 0.1,\n charismaExpGain: 0.1,\n reqdHacking: 101,\n reqdStrength: 301,\n reqdDefense: 301,\n reqdDexterity: 301,\n reqdAgility: 301,\n reqdCharisma: 151,\n reqdReputation: 36e3,\n repMultiplier: 1.25,\n },\n {\n name: posNames.SecurityCompanyPositions[2], // Security Guard\n nextPosition: posNames.SecurityCompanyPositions[3], // Security Officer\n baseSalary: 50,\n hackingEffectiveness: 5,\n strengthEffectiveness: 20,\n defenseEffectiveness: 20,\n dexterityEffectiveness: 20,\n agilityEffectiveness: 20,\n charismaEffectiveness: 15,\n hackingExpGain: 0.01,\n strengthExpGain: 0.04,\n defenseExpGain: 0.04,\n dexterityExpGain: 0.04,\n agilityExpGain: 0.04,\n charismaExpGain: 0.02,\n reqdStrength: 51,\n reqdDefense: 51,\n reqdDexterity: 51,\n reqdAgility: 51,\n reqdCharisma: 1,\n repMultiplier: 1,\n },\n {\n name: posNames.SecurityCompanyPositions[3], // Security Officer\n nextPosition: posNames.SecurityCompanyPositions[4], // Security Supervisor\n baseSalary: 195,\n hackingEffectiveness: 10,\n strengthEffectiveness: 20,\n defenseEffectiveness: 20,\n dexterityEffectiveness: 20,\n agilityEffectiveness: 20,\n charismaEffectiveness: 10,\n hackingExpGain: 0.02,\n strengthExpGain: 0.1,\n defenseExpGain: 0.1,\n dexterityExpGain: 0.1,\n agilityExpGain: 0.1,\n charismaExpGain: 0.05,\n reqdHacking: 26,\n reqdStrength: 151,\n reqdDefense: 151,\n reqdDexterity: 151,\n reqdAgility: 151,\n reqdCharisma: 51,\n reqdReputation: 8e3,\n repMultiplier: 1.1,\n },\n {\n name: posNames.SecurityCompanyPositions[4], // Security Supervisor\n nextPosition: posNames.SecurityCompanyPositions[5], // Head of Security\n baseSalary: 660,\n hackingEffectiveness: 10,\n strengthEffectiveness: 15,\n defenseEffectiveness: 15,\n dexterityEffectiveness: 15,\n agilityEffectiveness: 15,\n charismaEffectiveness: 30,\n hackingExpGain: 0.02,\n strengthExpGain: 0.12,\n defenseExpGain: 0.12,\n dexterityExpGain: 0.12,\n agilityExpGain: 0.12,\n charismaExpGain: 0.1,\n reqdHacking: 26,\n reqdStrength: 251,\n reqdDefense: 251,\n reqdDexterity: 251,\n reqdAgility: 251,\n reqdCharisma: 101,\n reqdReputation: 36e3,\n repMultiplier: 1.25,\n },\n {\n name: posNames.SecurityCompanyPositions[5], // Head of Security\n nextPosition: null,\n baseSalary: 1320,\n hackingEffectiveness: 10,\n strengthEffectiveness: 15,\n defenseEffectiveness: 15,\n dexterityEffectiveness: 15,\n agilityEffectiveness: 15,\n charismaEffectiveness: 30,\n hackingExpGain: 0.05,\n strengthExpGain: 0.15,\n defenseExpGain: 0.15,\n dexterityExpGain: 0.15,\n agilityExpGain: 0.15,\n charismaExpGain: 0.15,\n reqdHacking: 51,\n reqdStrength: 501,\n reqdDefense: 501,\n reqdDexterity: 501,\n reqdAgility: 501,\n reqdCharisma: 151,\n reqdReputation: 144e3,\n repMultiplier: 1.4,\n },\n {\n name: posNames.AgentCompanyPositions[0], // Field Agent\n nextPosition: posNames.AgentCompanyPositions[1], // Secret Agent\n baseSalary: 330,\n hackingEffectiveness: 10,\n strengthEffectiveness: 15,\n defenseEffectiveness: 15,\n dexterityEffectiveness: 20,\n agilityEffectiveness: 20,\n charismaEffectiveness: 20,\n hackingExpGain: 0.04,\n strengthExpGain: 0.08,\n defenseExpGain: 0.08,\n dexterityExpGain: 0.08,\n agilityExpGain: 0.08,\n charismaExpGain: 0.05,\n reqdHacking: 101,\n reqdStrength: 101,\n reqdDefense: 101,\n reqdDexterity: 101,\n reqdAgility: 101,\n reqdCharisma: 101,\n reqdReputation: 8e3,\n repMultiplier: 1,\n },\n {\n name: posNames.AgentCompanyPositions[1], // Secret Agent\n nextPosition: posNames.AgentCompanyPositions[2], // Special Operative\n baseSalary: 990,\n hackingEffectiveness: 15,\n strengthEffectiveness: 15,\n defenseEffectiveness: 15,\n dexterityEffectiveness: 20,\n agilityEffectiveness: 20,\n charismaEffectiveness: 15,\n hackingExpGain: 0.1,\n strengthExpGain: 0.15,\n defenseExpGain: 0.15,\n dexterityExpGain: 0.15,\n agilityExpGain: 0.15,\n charismaExpGain: 0.1,\n reqdHacking: 201,\n reqdStrength: 251,\n reqdDefense: 251,\n reqdDexterity: 251,\n reqdAgility: 251,\n reqdCharisma: 201,\n reqdReputation: 32e3,\n repMultiplier: 1.25,\n },\n {\n name: posNames.AgentCompanyPositions[2], // Special Operative\n nextPosition: null,\n baseSalary: 2000,\n hackingEffectiveness: 15,\n strengthEffectiveness: 15,\n defenseEffectiveness: 15,\n dexterityEffectiveness: 20,\n agilityEffectiveness: 20,\n charismaEffectiveness: 15,\n hackingExpGain: 0.15,\n strengthExpGain: 0.2,\n defenseExpGain: 0.2,\n dexterityExpGain: 0.2,\n agilityExpGain: 0.2,\n charismaExpGain: 0.15,\n reqdHacking: 251,\n reqdStrength: 501,\n reqdDefense: 501,\n reqdDexterity: 501,\n reqdAgility: 501,\n reqdCharisma: 251,\n reqdReputation: 162e3,\n repMultiplier: 1.5,\n },\n {\n name: posNames.MiscCompanyPositions[0], // Waiter\n nextPosition: null,\n baseSalary: 22,\n strengthEffectiveness: 10,\n dexterityEffectiveness: 10,\n agilityEffectiveness: 10,\n charismaEffectiveness: 70,\n strengthExpGain: 0.02,\n defenseExpGain: 0.02,\n dexterityExpGain: 0.02,\n agilityExpGain: 0.02,\n charismaExpGain: 0.05,\n repMultiplier: 1,\n },\n {\n name: posNames.MiscCompanyPositions[1], // Employee\n nextPosition: null,\n baseSalary: 22,\n strengthEffectiveness: 10,\n dexterityEffectiveness: 10,\n agilityEffectiveness: 10,\n charismaEffectiveness: 70,\n strengthExpGain: 0.02,\n defenseExpGain: 0.02,\n dexterityExpGain: 0.02,\n agilityExpGain: 0.02,\n charismaExpGain: 0.04,\n repMultiplier: 1,\n },\n {\n name: posNames.SoftwareConsultantCompanyPositions[0], // Software Consultant\n nextPosition: posNames.SoftwareConsultantCompanyPositions[1], // Senior Software Consultant\n baseSalary: 66,\n hackingEffectiveness: 80,\n charismaEffectiveness: 20,\n hackingExpGain: 0.08,\n charismaExpGain: 0.03,\n reqdHacking: 51,\n repMultiplier: 1,\n },\n {\n name: posNames.SoftwareConsultantCompanyPositions[1], // Senior Software Consultant\n nextPosition: null,\n baseSalary: 132,\n hackingEffectiveness: 75,\n charismaEffectiveness: 25,\n hackingExpGain: 0.25,\n charismaExpGain: 0.06,\n reqdHacking: 251,\n reqdCharisma: 51,\n repMultiplier: 1.2,\n },\n {\n name: posNames.BusinessConsultantCompanyPositions[0], // Business Consultant\n nextPosition: posNames.BusinessConsultantCompanyPositions[1], // Senior Business Consultant\n baseSalary: 66,\n hackingEffectiveness: 20,\n charismaEffectiveness: 80,\n hackingExpGain: 0.015,\n charismaExpGain: 0.15,\n reqdHacking: 6,\n reqdCharisma: 51,\n repMultiplier: 1,\n },\n {\n name: posNames.BusinessConsultantCompanyPositions[1], // Senior Business Consultant\n nextPosition: null,\n baseSalary: 525,\n hackingEffectiveness: 15,\n charismaEffectiveness: 85,\n hackingExpGain: 0.015,\n charismaExpGain: 0.3,\n reqdHacking: 51,\n reqdCharisma: 226,\n repMultiplier: 1.2,\n },\n {\n name: posNames.PartTimeCompanyPositions[0], // Part-time waiter\n nextPosition: null,\n baseSalary: 20,\n strengthEffectiveness: 10,\n dexterityEffectiveness: 10,\n agilityEffectiveness: 10,\n charismaEffectiveness: 70,\n strengthExpGain: 0.0075,\n defenseExpGain: 0.0075,\n dexterityExpGain: 0.0075,\n agilityExpGain: 0.0075,\n charismaExpGain: 0.04,\n repMultiplier: 1,\n },\n {\n name: posNames.PartTimeCompanyPositions[1], // Part-time employee\n nextPosition: null,\n baseSalary: 20,\n strengthEffectiveness: 10,\n dexterityEffectiveness: 10,\n agilityEffectiveness: 10,\n charismaEffectiveness: 70,\n strengthExpGain: 0.0075,\n defenseExpGain: 0.0075,\n dexterityExpGain: 0.0075,\n agilityExpGain: 0.0075,\n charismaExpGain: 0.03,\n repMultiplier: 1,\n },\n];\n","import { CONSTANTS } from \"../Constants\";\nimport * as names from \"./data/companypositionnames\";\n\n/* tslint:disable:completed-docs */\n\nexport interface IConstructorParams {\n name: string;\n nextPosition: string | null;\n baseSalary: number;\n repMultiplier: number;\n\n reqdHacking?: number;\n reqdStrength?: number;\n reqdDefense?: number;\n reqdDexterity?: number;\n reqdAgility?: number;\n reqdCharisma?: number;\n reqdReputation?: number;\n\n hackingEffectiveness?: number;\n strengthEffectiveness?: number;\n defenseEffectiveness?: number;\n dexterityEffectiveness?: number;\n agilityEffectiveness?: number;\n charismaEffectiveness?: number;\n\n hackingExpGain?: number;\n strengthExpGain?: number;\n defenseExpGain?: number;\n dexterityExpGain?: number;\n agilityExpGain?: number;\n charismaExpGain?: number;\n}\n\nexport class CompanyPosition {\n /** Position title */\n name: string;\n\n /** Title of next position to be promoted to */\n nextPosition: string | null;\n\n /**\n * Base salary for this position ($ per 200ms game cycle)\n * Will be multiplier by a company-specific multiplier for final salary\n */\n baseSalary: number;\n\n /** Reputation multiplier */\n repMultiplier: number;\n\n /** Required stats to earn this position */\n requiredAgility: number;\n requiredCharisma: number;\n requiredDefense: number;\n requiredDexterity: number;\n requiredHacking: number;\n requiredStrength: number;\n\n /** Required company reputation to earn this position */\n requiredReputation: number;\n\n /** Effectiveness of each stat time for job performance */\n hackingEffectiveness: number;\n strengthEffectiveness: number;\n defenseEffectiveness: number;\n dexterityEffectiveness: number;\n agilityEffectiveness: number;\n charismaEffectiveness: number;\n\n /** Experience gain for performing job (per 200ms game cycle) */\n hackingExpGain: number;\n strengthExpGain: number;\n defenseExpGain: number;\n dexterityExpGain: number;\n agilityExpGain: number;\n charismaExpGain: number;\n\n constructor(p: IConstructorParams) {\n this.name = p.name;\n this.nextPosition = p.nextPosition;\n this.baseSalary = p.baseSalary;\n this.repMultiplier = p.repMultiplier;\n\n this.requiredHacking = p.reqdHacking != null ? p.reqdHacking : 0;\n this.requiredStrength = p.reqdStrength != null ? p.reqdStrength : 0;\n this.requiredDefense = p.reqdDefense != null ? p.reqdDefense : 0;\n this.requiredDexterity = p.reqdDexterity != null ? p.reqdDexterity : 0;\n this.requiredAgility = p.reqdAgility != null ? p.reqdAgility : 0;\n this.requiredCharisma = p.reqdCharisma != null ? p.reqdCharisma : 0;\n this.requiredReputation = p.reqdReputation != null ? p.reqdReputation : 0;\n\n this.hackingEffectiveness = p.hackingEffectiveness != null ? p.hackingEffectiveness : 0;\n this.strengthEffectiveness = p.strengthEffectiveness != null ? p.strengthEffectiveness : 0;\n this.defenseEffectiveness = p.defenseEffectiveness != null ? p.defenseEffectiveness : 0;\n this.dexterityEffectiveness = p.dexterityEffectiveness != null ? p.dexterityEffectiveness : 0;\n this.agilityEffectiveness = p.agilityEffectiveness != null ? p.agilityEffectiveness : 0;\n this.charismaEffectiveness = p.charismaEffectiveness != null ? p.charismaEffectiveness : 0;\n\n if (\n Math.round(\n this.hackingEffectiveness +\n this.strengthEffectiveness +\n this.defenseEffectiveness +\n this.dexterityEffectiveness +\n this.agilityEffectiveness +\n this.charismaEffectiveness,\n ) !== 100\n ) {\n console.error(`CompanyPosition ${this.name} parameters do not sum to 100`);\n }\n\n this.hackingExpGain = p.hackingExpGain != null ? p.hackingExpGain : 0;\n this.strengthExpGain = p.strengthExpGain != null ? p.strengthExpGain : 0;\n this.defenseExpGain = p.defenseExpGain != null ? p.defenseExpGain : 0;\n this.dexterityExpGain = p.dexterityExpGain != null ? p.dexterityExpGain : 0;\n this.agilityExpGain = p.agilityExpGain != null ? p.agilityExpGain : 0;\n this.charismaExpGain = p.charismaExpGain != null ? p.charismaExpGain : 0;\n }\n\n calculateJobPerformance(hack: number, str: number, def: number, dex: number, agi: number, cha: number): number {\n const hackRatio: number = (this.hackingEffectiveness * hack) / CONSTANTS.MaxSkillLevel;\n const strRatio: number = (this.strengthEffectiveness * str) / CONSTANTS.MaxSkillLevel;\n const defRatio: number = (this.defenseEffectiveness * def) / CONSTANTS.MaxSkillLevel;\n const dexRatio: number = (this.dexterityEffectiveness * dex) / CONSTANTS.MaxSkillLevel;\n const agiRatio: number = (this.agilityEffectiveness * agi) / CONSTANTS.MaxSkillLevel;\n const chaRatio: number = (this.charismaEffectiveness * cha) / CONSTANTS.MaxSkillLevel;\n\n let reputationGain: number =\n (this.repMultiplier * (hackRatio + strRatio + defRatio + dexRatio + agiRatio + chaRatio)) / 100;\n if (isNaN(reputationGain)) {\n console.error(\"Company reputation gain calculated to be NaN\");\n reputationGain = 0;\n }\n\n return reputationGain;\n }\n\n isSoftwareJob(): boolean {\n return names.SoftwareCompanyPositions.includes(this.name);\n }\n\n isITJob(): boolean {\n return names.ITCompanyPositions.includes(this.name);\n }\n\n isSecurityEngineerJob(): boolean {\n return names.SecurityEngineerCompanyPositions.includes(this.name);\n }\n\n isNetworkEngineerJob(): boolean {\n return names.NetworkEngineerCompanyPositions.includes(this.name);\n }\n\n isBusinessJob(): boolean {\n return names.BusinessCompanyPositions.includes(this.name);\n }\n\n isSecurityJob(): boolean {\n return names.SecurityCompanyPositions.includes(this.name);\n }\n\n isAgentJob(): boolean {\n return names.AgentCompanyPositions.includes(this.name);\n }\n\n isSoftwareConsultantJob(): boolean {\n return names.SoftwareConsultantCompanyPositions.includes(this.name);\n }\n\n isBusinessConsultantJob(): boolean {\n return names.BusinessConsultantCompanyPositions.includes(this.name);\n }\n\n isPartTimeJob(): boolean {\n return names.PartTimeCompanyPositions.includes(this.name);\n }\n}\n","import { BaseServer } from \"../Server/BaseServer\";\n\nexport interface IProgramCreate {\n level: number;\n req(): boolean; // Function that indicates whether player meets requirements\n time: number;\n tooltip: string;\n}\n\nexport class Program {\n name = \"\";\n create: IProgramCreate | null;\n run: (args: string[], server: BaseServer) => void;\n\n constructor(name: string, create: IProgramCreate | null, run: (args: string[], server: BaseServer) => void) {\n this.name = name;\n this.create = create;\n this.run = run;\n }\n}\n","import { IProgramCreate } from \"../Program\";\nimport { CONSTANTS } from \"../../Constants\";\nimport { BaseServer } from \"../../Server/BaseServer\";\nimport { Server } from \"../../Server/Server\";\nimport { Terminal } from \"../../Terminal\";\nimport { Player } from \"../../Player\";\nimport { convertTimeMsToTimeElapsedString } from \"../../utils/StringHelperFunctions\";\nimport { GetServer } from \"../../Server/AllServers\";\nimport { numeralWrapper } from \"../../ui/numeralFormat\";\nimport { BitNodeMultipliers } from \"../../BitNode/BitNodeMultipliers\";\nimport { BitFlumeEvent } from \"../../BitNode/ui/BitFlumeModal\";\nimport { calculateHackingTime, calculateGrowTime, calculateWeakenTime } from \"../../Hacking\";\nimport { FactionNames } from \"../../Faction/data/FactionNames\";\n\nfunction requireHackingLevel(lvl: number) {\n return function () {\n return Player.skills.hacking + Player.skills.intelligence / 2 >= lvl;\n };\n}\n\nfunction bitFlumeRequirements() {\n return function () {\n return Player.sourceFiles.length > 0 && Player.skills.hacking >= 1;\n };\n}\n\ninterface IProgramCreationParams {\n key: string;\n name: string;\n create: IProgramCreate | null;\n run: (args: string[], server: BaseServer) => void;\n}\n\nexport const programsMetadata: IProgramCreationParams[] = [\n {\n key: \"NukeProgram\",\n name: \"NUKE.exe\",\n create: {\n level: 1,\n tooltip: \"This virus is used to gain root access to a machine if enough ports are opened.\",\n req: requireHackingLevel(1),\n time: CONSTANTS.MillisecondsPerFiveMinutes,\n },\n run: (_args: string[], server: BaseServer): void => {\n if (!(server instanceof Server)) {\n Terminal.error(\"Cannot nuke this kind of server.\");\n return;\n }\n if (server.hasAdminRights) {\n Terminal.print(\"You already have root access to this computer. There is no reason to run NUKE.exe\");\n Terminal.print(\"You can now run scripts on this server.\");\n return;\n }\n if (server.openPortCount >= server.numOpenPortsRequired) {\n server.hasAdminRights = true;\n Terminal.print(\"NUKE successful! Gained root access to \" + server.hostname);\n Terminal.print(\"You can now run scripts on this server.\");\n return;\n }\n\n Terminal.print(\"NUKE unsuccessful. Not enough ports have been opened\");\n },\n },\n {\n key: \"BruteSSHProgram\",\n name: \"BruteSSH.exe\",\n create: {\n level: 50,\n tooltip: \"This program executes a brute force attack that opens SSH ports\",\n req: requireHackingLevel(50),\n time: CONSTANTS.MillisecondsPerFiveMinutes * 2,\n },\n run: (_args: string[], server: BaseServer): void => {\n if (!(server instanceof Server)) {\n Terminal.error(\"Cannot run BruteSSH.exe on this kind of server.\");\n return;\n }\n if (server.sshPortOpen) {\n Terminal.print(\"SSH Port (22) is already open!\");\n return;\n }\n\n server.sshPortOpen = true;\n Terminal.print(\"Opened SSH Port(22)!\");\n server.openPortCount++;\n },\n },\n {\n key: \"FTPCrackProgram\",\n name: \"FTPCrack.exe\",\n create: {\n level: 100,\n tooltip: \"This program cracks open FTP ports\",\n req: requireHackingLevel(100),\n time: CONSTANTS.MillisecondsPerHalfHour,\n },\n run: (_args: string[], server: BaseServer): void => {\n if (!(server instanceof Server)) {\n Terminal.error(\"Cannot run FTPCrack.exe on this kind of server.\");\n return;\n }\n if (server.ftpPortOpen) {\n Terminal.print(\"FTP Port (21) is already open!\");\n return;\n }\n\n server.ftpPortOpen = true;\n Terminal.print(\"Opened FTP Port (21)!\");\n server.openPortCount++;\n },\n },\n {\n key: \"RelaySMTPProgram\",\n name: \"relaySMTP.exe\",\n create: {\n level: 250,\n tooltip: \"This program opens SMTP ports by redirecting data\",\n req: requireHackingLevel(250),\n time: CONSTANTS.MillisecondsPer2Hours,\n },\n run: (_args: string[], server: BaseServer): void => {\n if (!(server instanceof Server)) {\n Terminal.error(\"Cannot run relaySMTP.exe on this kind of server.\");\n return;\n }\n if (server.smtpPortOpen) {\n Terminal.print(\"SMTP Port (25) is already open!\");\n return;\n }\n\n server.smtpPortOpen = true;\n Terminal.print(\"Opened SMTP Port (25)!\");\n server.openPortCount++;\n },\n },\n {\n key: \"HTTPWormProgram\",\n name: \"HTTPWorm.exe\",\n create: {\n level: 500,\n tooltip: \"This virus opens up HTTP ports\",\n req: requireHackingLevel(500),\n time: CONSTANTS.MillisecondsPer4Hours,\n },\n run: (_args: string[], server: BaseServer): void => {\n if (!(server instanceof Server)) {\n Terminal.error(\"Cannot run HTTPWorm.exe on this kind of server.\");\n return;\n }\n if (server.httpPortOpen) {\n Terminal.print(\"HTTP Port (80) is already open!\");\n return;\n }\n\n server.httpPortOpen = true;\n Terminal.print(\"Opened HTTP Port (80)!\");\n server.openPortCount++;\n },\n },\n {\n key: \"SQLInjectProgram\",\n name: \"SQLInject.exe\",\n create: {\n level: 750,\n tooltip: \"This virus opens SQL ports\",\n req: requireHackingLevel(750),\n time: CONSTANTS.MillisecondsPer8Hours,\n },\n run: (_args: string[], server: BaseServer): void => {\n if (!(server instanceof Server)) {\n Terminal.error(\"Cannot run SQLInject.exe on this kind of server.\");\n return;\n }\n if (server.sqlPortOpen) {\n Terminal.print(\"SQL Port (1433) is already open!\");\n return;\n }\n\n server.sqlPortOpen = true;\n Terminal.print(\"Opened SQL Port (1433)!\");\n server.openPortCount++;\n },\n },\n {\n key: \"DeepscanV1\",\n name: \"DeepscanV1.exe\",\n create: {\n level: 75,\n tooltip: \"This program allows you to use the scan-analyze command with a depth up to 5\",\n req: requireHackingLevel(75),\n time: CONSTANTS.MillisecondsPerQuarterHour,\n },\n run: (): void => {\n Terminal.print(\"This executable cannot be run.\");\n Terminal.print(\"DeepscanV1.exe lets you run 'scan-analyze' with a depth up to 5.\");\n },\n },\n {\n key: \"DeepscanV2\",\n name: \"DeepscanV2.exe\",\n create: {\n level: 400,\n tooltip: \"This program allows you to use the scan-analyze command with a depth up to 10\",\n req: requireHackingLevel(400),\n time: CONSTANTS.MillisecondsPer2Hours,\n },\n run: (): void => {\n Terminal.print(\"This executable cannot be run.\");\n Terminal.print(\"DeepscanV2.exe lets you run 'scan-analyze' with a depth up to 10.\");\n },\n },\n {\n key: \"ServerProfiler\",\n name: \"ServerProfiler.exe\",\n create: {\n level: 75,\n tooltip: \"This program is used to display hacking and Netscript-related information about servers\",\n req: requireHackingLevel(75),\n time: CONSTANTS.MillisecondsPerHalfHour,\n },\n run: (args: string[]): void => {\n if (args.length !== 1) {\n Terminal.error(\"Must pass a server hostname or IP as an argument for ServerProfiler.exe\");\n return;\n }\n\n const targetServer = GetServer(args[0]);\n if (targetServer == null) {\n Terminal.error(\"Invalid server IP/hostname\");\n return;\n }\n\n if (!(targetServer instanceof Server)) {\n Terminal.error(`ServerProfiler.exe can only be run on normal servers.`);\n return;\n }\n\n Terminal.print(targetServer.hostname + \":\");\n Terminal.print(\"Server base security level: \" + targetServer.baseDifficulty);\n Terminal.print(\"Server current security level: \" + targetServer.hackDifficulty);\n Terminal.print(\"Server growth rate: \" + targetServer.serverGrowth);\n Terminal.print(\n `Netscript hack() execution time: ${convertTimeMsToTimeElapsedString(\n calculateHackingTime(targetServer, Player) * 1000,\n true,\n )}`,\n );\n Terminal.print(\n `Netscript grow() execution time: ${convertTimeMsToTimeElapsedString(\n calculateGrowTime(targetServer, Player) * 1000,\n true,\n )}`,\n );\n Terminal.print(\n `Netscript weaken() execution time: ${convertTimeMsToTimeElapsedString(\n calculateWeakenTime(targetServer, Player) * 1000,\n true,\n )}`,\n );\n },\n },\n {\n key: \"AutoLink\",\n name: \"AutoLink.exe\",\n create: {\n level: 25,\n tooltip: \"This program allows you to directly connect to other servers through the 'scan-analyze' command\",\n req: requireHackingLevel(25),\n time: CONSTANTS.MillisecondsPerQuarterHour,\n },\n run: (): void => {\n Terminal.print(\"This executable cannot be run.\");\n Terminal.print(\"AutoLink.exe lets you automatically connect to other servers when using 'scan-analyze'.\");\n Terminal.print(\"When using scan-analyze, click on a server's hostname to connect to it.\");\n },\n },\n {\n key: \"Formulas\",\n name: \"Formulas.exe\",\n create: {\n level: 1000,\n tooltip: \"This program allows you to use the formulas API\",\n req: requireHackingLevel(1000),\n time: CONSTANTS.MillisecondsPer4Hours,\n },\n run: (): void => {\n Terminal.print(\"This executable cannot be run.\");\n Terminal.print(\"Formulas.exe lets you use the formulas API.\");\n },\n },\n {\n key: \"BitFlume\",\n name: \"b1t_flum3.exe\",\n create: {\n level: 1,\n tooltip: \"This program creates a portal to the BitNode Nexus (allows you to restart and switch BitNodes)\",\n req: bitFlumeRequirements(),\n time: CONSTANTS.MillisecondsPerFiveMinutes / 20,\n },\n run: (): void => {\n BitFlumeEvent.emit();\n },\n },\n {\n key: \"Flight\",\n name: \"fl1ght.exe\",\n create: null,\n run: (): void => {\n const numAugReq = BitNodeMultipliers.DaedalusAugsRequirement;\n const fulfilled =\n Player.augmentations.length >= numAugReq && Player.money > 1e11 && Player.skills.hacking >= 2500;\n if (!fulfilled) {\n Terminal.print(`Augmentations: ${Player.augmentations.length} / ${numAugReq}`);\n Terminal.print(`Money: ${numeralWrapper.formatMoney(Player.money)} / $100b`);\n Terminal.print(`Hacking skill: ${Player.skills.hacking} / 2500`);\n return;\n }\n\n Terminal.print(\"We will contact you.\");\n Terminal.print(`-- ${FactionNames.Daedalus} --`);\n },\n },\n];\n","// Function that generates a random gibberish string of length n\nconst chars = \"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789\";\n\nexport function createRandomString(n: number): string {\n let str = \"\";\n\n for (let i = 0; i < n; ++i) {\n str += chars.charAt(Math.floor(Math.random() * chars.length));\n }\n\n return str;\n}\n","import { Output, Link, RawOutput, TTimer } from \"./OutputTypes\";\nimport { Router } from \"../ui/GameRoot\";\nimport { Player } from \"../Player\";\nimport { HacknetServer } from \"../Hacknet/HacknetServer\";\nimport { BaseServer } from \"../Server/BaseServer\";\nimport { Server } from \"../Server/Server\";\nimport { Programs } from \"../Programs/Programs\";\nimport { CodingContractResult } from \"../CodingContracts\";\nimport { TerminalEvents, TerminalClearEvents } from \"./TerminalEvents\";\n\nimport { TextFile } from \"../TextFile\";\nimport { Script } from \"../Script/Script\";\nimport { isScriptFilename } from \"../Script/isScriptFilename\";\nimport { CONSTANTS } from \"../Constants\";\nimport { GetServer, GetAllServers } from \"../Server/AllServers\";\n\nimport { removeLeadingSlash, isInRootDirectory, evaluateFilePath } from \"./DirectoryHelpers\";\nimport { checkIfConnectedToDarkweb } from \"../DarkWeb/DarkWeb\";\nimport { iTutorialNextStep, iTutorialSteps, ITutorial } from \"../InteractiveTutorial\";\nimport { getServerOnNetwork, processSingleServerGrowth } from \"../Server/ServerHelpers\";\nimport { ParseCommand, ParseCommands } from \"./Parser\";\nimport { SpecialServers } from \"../Server/data/SpecialServers\";\nimport { Settings } from \"../Settings/Settings\";\nimport { createProgressBarText } from \"../utils/helpers/createProgressBarText\";\nimport {\n calculateHackingChance,\n calculateHackingExpGain,\n calculatePercentMoneyHacked,\n calculateHackingTime,\n calculateGrowTime,\n calculateWeakenTime,\n} from \"../Hacking\";\nimport { numeralWrapper } from \"../ui/numeralFormat\";\nimport { convertTimeMsToTimeElapsedString } from \"../utils/StringHelperFunctions\";\n\nimport { alias } from \"./commands/alias\";\nimport { analyze } from \"./commands/analyze\";\nimport { backdoor } from \"./commands/backdoor\";\nimport { buy } from \"./commands/buy\";\nimport { cat } from \"./commands/cat\";\nimport { cd } from \"./commands/cd\";\nimport { check } from \"./commands/check\";\nimport { connect } from \"./commands/connect\";\nimport { cp } from \"./commands/cp\";\nimport { download } from \"./commands/download\";\nimport { expr } from \"./commands/expr\";\nimport { free } from \"./commands/free\";\nimport { grow } from \"./commands/grow\";\nimport { hack } from \"./commands/hack\";\nimport { help } from \"./commands/help\";\nimport { history } from \"./commands/history\";\nimport { home } from \"./commands/home\";\nimport { hostname } from \"./commands/hostname\";\nimport { kill } from \"./commands/kill\";\nimport { killall } from \"./commands/killall\";\nimport { ls } from \"./commands/ls\";\nimport { lscpu } from \"./commands/lscpu\";\nimport { mem } from \"./commands/mem\";\nimport { mv } from \"./commands/mv\";\nimport { nano } from \"./commands/nano\";\nimport { ps } from \"./commands/ps\";\nimport { rm } from \"./commands/rm\";\nimport { run } from \"./commands/run\";\nimport { scan } from \"./commands/scan\";\nimport { scananalyze } from \"./commands/scananalyze\";\nimport { scp } from \"./commands/scp\";\nimport { sudov } from \"./commands/sudov\";\nimport { tail } from \"./commands/tail\";\nimport { top } from \"./commands/top\";\nimport { unalias } from \"./commands/unalias\";\nimport { vim } from \"./commands/vim\";\nimport { weaken } from \"./commands/weaken\";\nimport { wget } from \"./commands/wget\";\nimport { hash } from \"../hash/hash\";\nimport { apr1 } from \"./commands/apr1\";\nimport { BitNodeMultipliers } from \"../BitNode/BitNodeMultipliers\";\n\nexport class Terminal {\n // Flags to determine whether the player is currently running a hack or an analyze\n action: TTimer | null = null;\n\n commandHistory: string[] = [];\n commandHistoryIndex = 0;\n\n outputHistory: (Output | Link | RawOutput)[] = [\n new Output(`Bitburner v${CONSTANTS.VersionString} (${hash()})`, \"primary\"),\n ];\n\n // True if a Coding Contract prompt is opened\n contractOpen = false;\n\n // Full Path of current directory\n // Excludes the trailing forward slash\n currDir = \"/\";\n\n process(cycles: number): void {\n if (this.action === null) return;\n this.action.timeLeft -= (CONSTANTS._idleSpeed * cycles) / 1000;\n if (this.action.timeLeft < 0.01) this.finishAction(false);\n TerminalEvents.emit();\n }\n\n append(item: Output | Link | RawOutput): void {\n this.outputHistory.push(item);\n if (this.outputHistory.length > Settings.MaxTerminalCapacity) {\n this.outputHistory.splice(0, this.outputHistory.length - Settings.MaxTerminalCapacity);\n }\n TerminalEvents.emit();\n }\n\n print(s: string): void {\n this.append(new Output(s, \"primary\"));\n }\n\n printRaw(node: React.ReactNode): void {\n this.append(new RawOutput(node));\n }\n\n error(s: string): void {\n this.append(new Output(s, \"error\"));\n }\n\n success(s: string): void {\n this.append(new Output(s, \"success\"));\n }\n\n info(s: string): void {\n this.append(new Output(s, \"info\"));\n }\n\n warn(s: string): void {\n this.append(new Output(s, \"warn\"));\n }\n\n startHack(): void {\n // Hacking through Terminal should be faster than hacking through a script\n const server = Player.getCurrentServer();\n if (server instanceof HacknetServer) {\n this.error(\"Cannot hack this kind of server\");\n return;\n }\n if (!(server instanceof Server)) throw new Error(\"server should be normal server\");\n this.startAction(calculateHackingTime(server, Player) / 4, \"h\", server);\n }\n\n startGrow(): void {\n const server = Player.getCurrentServer();\n if (server instanceof HacknetServer) {\n this.error(\"Cannot grow this kind of server\");\n return;\n }\n if (!(server instanceof Server)) throw new Error(\"server should be normal server\");\n this.startAction(calculateGrowTime(server, Player) / 16, \"g\", server);\n }\n startWeaken(): void {\n const server = Player.getCurrentServer();\n if (server instanceof HacknetServer) {\n this.error(\"Cannot weaken this kind of server\");\n return;\n }\n if (!(server instanceof Server)) throw new Error(\"server should be normal server\");\n this.startAction(calculateWeakenTime(server, Player) / 16, \"w\", server);\n }\n\n startBackdoor(): void {\n // Backdoor should take the same amount of time as hack\n const server = Player.getCurrentServer();\n if (server instanceof HacknetServer) {\n this.error(\"Cannot backdoor this kind of server\");\n return;\n }\n if (!(server instanceof Server)) throw new Error(\"server should be normal server\");\n this.startAction(calculateHackingTime(server, Player) / 4, \"b\", server);\n }\n\n startAnalyze(): void {\n this.print(\"Analyzing system...\");\n const server = Player.getCurrentServer();\n this.startAction(1, \"a\", server);\n }\n\n startAction(n: number, action: \"h\" | \"b\" | \"a\" | \"g\" | \"w\", server?: BaseServer): void {\n this.action = new TTimer(n, action, server);\n }\n\n // Complete the hack/analyze command\n finishHack(server: BaseServer, cancelled = false): void {\n if (cancelled) return;\n\n if (server instanceof HacknetServer) {\n this.error(\"Cannot hack this kind of server\");\n return;\n }\n if (!(server instanceof Server)) throw new Error(\"server should be normal server\");\n\n // Calculate whether hack was successful\n const hackChance = calculateHackingChance(server, Player);\n const rand = Math.random();\n const expGainedOnSuccess = calculateHackingExpGain(server, Player);\n const expGainedOnFailure = expGainedOnSuccess / 4;\n if (rand < hackChance) {\n // Success!\n server.backdoorInstalled = true;\n if (SpecialServers.WorldDaemon === server.hostname) {\n Router.toBitVerse(false, false);\n return;\n }\n let moneyGained = calculatePercentMoneyHacked(server, Player) * BitNodeMultipliers.ManualHackMoney;\n moneyGained = Math.floor(server.moneyAvailable * moneyGained);\n\n if (moneyGained <= 0) {\n moneyGained = 0;\n } // Safety check\n\n server.moneyAvailable -= moneyGained;\n Player.gainMoney(moneyGained, \"hacking\");\n Player.gainHackingExp(expGainedOnSuccess);\n Player.gainIntelligenceExp(expGainedOnSuccess / CONSTANTS.IntelligenceTerminalHackBaseExpGain);\n\n const oldSec = server.hackDifficulty;\n server.fortify(CONSTANTS.ServerFortifyAmount);\n const newSec = server.hackDifficulty;\n\n this.print(\n `Hack successful on '${server.hostname}'! Gained ${numeralWrapper.formatMoney(\n moneyGained,\n )} and ${numeralWrapper.formatExp(expGainedOnSuccess)} hacking exp`,\n );\n this.print(\n `Security increased on '${server.hostname}' from ${numeralWrapper.formatSecurity(\n oldSec,\n )} to ${numeralWrapper.formatSecurity(newSec)}`,\n );\n } else {\n // Failure\n Player.gainHackingExp(expGainedOnFailure);\n this.print(\n `Failed to hack '${server.hostname}'. Gained ${numeralWrapper.formatExp(expGainedOnFailure)} hacking exp`,\n );\n }\n }\n\n finishGrow(server: BaseServer, cancelled = false): void {\n if (cancelled) return;\n\n if (server instanceof HacknetServer) {\n this.error(\"Cannot grow this kind of server\");\n return;\n }\n if (!(server instanceof Server)) throw new Error(\"server should be normal server\");\n const expGain = calculateHackingExpGain(server, Player);\n const oldSec = server.hackDifficulty;\n const growth = processSingleServerGrowth(server, 25, server.cpuCores) - 1;\n const newSec = server.hackDifficulty;\n\n Player.gainHackingExp(expGain);\n this.print(\n `Available money on '${server.hostname}' grown by ${numeralWrapper.formatPercentage(\n growth,\n 6,\n )}. Gained ${numeralWrapper.formatExp(expGain)} hacking exp.`,\n );\n this.print(\n `Security increased on '${server.hostname}' from ${numeralWrapper.formatSecurity(\n oldSec,\n )} to ${numeralWrapper.formatSecurity(newSec)}`,\n );\n }\n\n finishWeaken(server: BaseServer, cancelled = false): void {\n if (cancelled) return;\n\n if (server instanceof HacknetServer) {\n this.error(\"Cannot weaken this kind of server\");\n return;\n }\n if (!(server instanceof Server)) throw new Error(\"server should be normal server\");\n const expGain = calculateHackingExpGain(server, Player);\n const oldSec = server.hackDifficulty;\n server.weaken(CONSTANTS.ServerWeakenAmount);\n const newSec = server.hackDifficulty;\n\n Player.gainHackingExp(expGain);\n this.print(\n `Security decreased on '${server.hostname}' from ${numeralWrapper.formatSecurity(\n oldSec,\n )} to ${numeralWrapper.formatSecurity(newSec)} (min: ${numeralWrapper.formatSecurity(server.minDifficulty)})` +\n ` and Gained ${numeralWrapper.formatExp(expGain)} hacking exp.`,\n );\n }\n\n finishBackdoor(server: BaseServer, cancelled = false): void {\n if (!cancelled) {\n if (server instanceof HacknetServer) {\n this.error(\"Cannot hack this kind of server\");\n return;\n }\n if (!(server instanceof Server)) throw new Error(\"server should be normal server\");\n server.backdoorInstalled = true;\n if (SpecialServers.WorldDaemon === server.hostname) {\n if (Player.bitNodeN == null) {\n Player.bitNodeN = 1;\n }\n Router.toBitVerse(false, false);\n return;\n }\n this.print(`Backdoor on '${server.hostname}' successful!`);\n }\n }\n\n finishAnalyze(currServ: BaseServer, cancelled = false): void {\n if (!cancelled) {\n const isHacknet = currServ instanceof HacknetServer;\n this.print(currServ.hostname + \": \");\n const org = currServ.organizationName;\n this.print(\"Organization name: \" + (!isHacknet ? org : \"player\"));\n const hasAdminRights = (!isHacknet && currServ.hasAdminRights) || isHacknet;\n this.print(\"Root Access: \" + (hasAdminRights ? \"YES\" : \"NO\"));\n const canRunScripts = hasAdminRights && currServ.maxRam > 0;\n this.print(\"Can run scripts on this host: \" + (canRunScripts ? \"YES\" : \"NO\"));\n this.print(\"RAM: \" + numeralWrapper.formatRAM(currServ.maxRam));\n if (currServ instanceof Server) {\n this.print(\"Backdoor: \" + (currServ.backdoorInstalled ? \"YES\" : \"NO\"));\n const hackingSkill = currServ.requiredHackingSkill;\n this.print(\"Required hacking skill for hack() and backdoor: \" + (!isHacknet ? hackingSkill : \"N/A\"));\n const security = currServ.hackDifficulty;\n this.print(\"Server security level: \" + (!isHacknet ? numeralWrapper.formatServerSecurity(security) : \"N/A\"));\n const hackingChance = calculateHackingChance(currServ, Player);\n this.print(\"Chance to hack: \" + (!isHacknet ? numeralWrapper.formatPercentage(hackingChance) : \"N/A\"));\n const hackingTime = calculateHackingTime(currServ, Player) * 1000;\n this.print(\"Time to hack: \" + (!isHacknet ? convertTimeMsToTimeElapsedString(hackingTime, true) : \"N/A\"));\n }\n this.print(\n `Total money available on server: ${\n currServ instanceof Server ? numeralWrapper.formatMoney(currServ.moneyAvailable) : \"N/A\"\n }`,\n );\n if (currServ instanceof Server) {\n const numPort = currServ.numOpenPortsRequired;\n this.print(\"Required number of open ports for NUKE: \" + (!isHacknet ? numPort : \"N/A\"));\n this.print(\"SSH port: \" + (currServ.sshPortOpen ? \"Open\" : \"Closed\"));\n this.print(\"FTP port: \" + (currServ.ftpPortOpen ? \"Open\" : \"Closed\"));\n this.print(\"SMTP port: \" + (currServ.smtpPortOpen ? \"Open\" : \"Closed\"));\n this.print(\"HTTP port: \" + (currServ.httpPortOpen ? \"Open\" : \"Closed\"));\n this.print(\"SQL port: \" + (currServ.sqlPortOpen ? \"Open\" : \"Closed\"));\n }\n }\n }\n\n finishAction(cancelled = false): void {\n if (this.action === null) {\n if (!cancelled) throw new Error(\"Finish action called when there was no action\");\n return;\n }\n\n if (!this.action.server) throw new Error(\"Missing action target server\");\n\n this.print(this.getProgressText());\n if (this.action.action === \"h\") {\n this.finishHack(this.action.server, cancelled);\n } else if (this.action.action === \"g\") {\n this.finishGrow(this.action.server, cancelled);\n } else if (this.action.action === \"w\") {\n this.finishWeaken(this.action.server, cancelled);\n } else if (this.action.action === \"b\") {\n this.finishBackdoor(this.action.server, cancelled);\n } else if (this.action.action === \"a\") {\n this.finishAnalyze(this.action.server, cancelled);\n }\n\n if (cancelled) {\n this.print(\"Cancelled\");\n }\n this.action = null;\n TerminalEvents.emit();\n }\n\n getFile(filename: string): Script | TextFile | string | null {\n if (isScriptFilename(filename)) {\n return this.getScript(filename);\n }\n\n if (filename.endsWith(\".lit\")) {\n return this.getLitFile(filename);\n }\n\n if (filename.endsWith(\".txt\")) {\n return this.getTextFile(filename);\n }\n\n return null;\n }\n\n getFilepath(filename: string): string {\n const path = evaluateFilePath(filename, this.cwd());\n if (path == null) {\n throw new Error(`Invalid file path specified: ${filename}`);\n }\n\n if (isInRootDirectory(path)) {\n return removeLeadingSlash(path);\n }\n\n return path;\n }\n\n getScript(filename: string): Script | null {\n const s = Player.getCurrentServer();\n const filepath = this.getFilepath(filename);\n for (const script of s.scripts) {\n if (filepath === script.filename) {\n return script;\n }\n }\n\n return null;\n }\n\n getTextFile(filename: string): TextFile | null {\n const s = Player.getCurrentServer();\n const filepath = this.getFilepath(filename);\n for (const txt of s.textFiles) {\n if (filepath === txt.fn) {\n return txt;\n }\n }\n\n return null;\n }\n\n getLitFile(filename: string): string | null {\n const s = Player.getCurrentServer();\n const filepath = this.getFilepath(filename);\n for (const lit of s.messages) {\n if (typeof lit === \"string\" && filepath === lit) {\n return lit;\n }\n }\n\n return null;\n }\n\n cwd(): string {\n return this.currDir;\n }\n\n setcwd(dir: string): void {\n this.currDir = dir;\n TerminalEvents.emit();\n }\n\n async runContract(contractName: string): Promise {\n // There's already an opened contract\n if (this.contractOpen) {\n return this.error(\"There's already a Coding Contract in Progress\");\n }\n\n const serv = Player.getCurrentServer();\n const contract = serv.getContract(contractName);\n if (contract == null) {\n return this.error(\"No such contract\");\n }\n\n this.contractOpen = true;\n const res = await contract.prompt();\n\n //Check if the contract still exists by the time the promise is fulfilled\n if (serv.getContract(contractName) == null) {\n this.contractOpen = false;\n return this.error(\"Contract no longer exists (Was it solved by a script?)\");\n }\n\n switch (res) {\n case CodingContractResult.Success:\n if (contract.reward !== null) {\n const reward = Player.gainCodingContractReward(contract.reward, contract.getDifficulty());\n this.print(`Contract SUCCESS - ${reward}`);\n }\n serv.removeContract(contract);\n break;\n case CodingContractResult.Failure:\n ++contract.tries;\n if (contract.tries >= contract.getMaxNumTries()) {\n this.error(\"Contract FAILED - Contract is now self-destructing\");\n serv.removeContract(contract);\n } else {\n this.error(`Contract FAILED - ${contract.getMaxNumTries() - contract.tries} tries remaining`);\n }\n break;\n case CodingContractResult.Cancelled:\n default:\n this.print(\"Contract cancelled\");\n break;\n }\n this.contractOpen = false;\n }\n\n executeScanAnalyzeCommand(depth = 1, all = false): void {\n // TODO Using array as stack for now, can make more efficient\n this.print(\"~~~~~~~~~~ Beginning scan-analyze ~~~~~~~~~~\");\n this.print(\" \");\n\n // Map of all servers to keep track of which have been visited\n const visited: {\n [key: string]: number | undefined;\n } = {};\n for (const server of GetAllServers()) {\n visited[server.hostname] = 0;\n }\n\n const stack: BaseServer[] = [];\n const depthQueue: number[] = [0];\n const currServ = Player.getCurrentServer();\n stack.push(currServ);\n while (stack.length != 0) {\n const s = stack.pop();\n if (!s) continue;\n const d = depthQueue.pop();\n if (d === undefined) continue;\n const isHacknet = s instanceof HacknetServer;\n if (!all && s.purchasedByPlayer && s.hostname != \"home\") {\n continue; // Purchased server\n } else if (visited[s.hostname] || d > depth) {\n continue; // Already visited or out-of-depth\n } else if (!all && isHacknet) {\n continue; // Hacknet Server\n } else {\n visited[s.hostname] = 1;\n }\n for (let i = s.serversOnNetwork.length - 1; i >= 0; --i) {\n const newS = getServerOnNetwork(s, i);\n if (newS === null) continue;\n stack.push(newS);\n depthQueue.push(d + 1);\n }\n if (d == 0) {\n continue;\n } // Don't print current server\n const titleDashes = Array((d - 1) * 4 + 1).join(\"-\");\n if (Player.hasProgram(Programs.AutoLink.name)) {\n this.append(new Link(titleDashes, s.hostname));\n } else {\n this.print(titleDashes + s.hostname);\n }\n\n const dashes = titleDashes + \"--\";\n let c = \"NO\";\n if (s.hasAdminRights) {\n c = \"YES\";\n }\n if (s instanceof Server) {\n this.print(\n `${dashes}Root Access: ${c}${!isHacknet ? \", Required hacking skill: \" + s.requiredHackingSkill : \"\"}`,\n );\n\n if (s.hasOwnProperty(\"numOpenPortsRequired\")) {\n this.print(dashes + \"Number of open ports required to NUKE: \" + s.numOpenPortsRequired);\n }\n }\n this.print(dashes + \"RAM: \" + numeralWrapper.formatRAM(s.maxRam));\n this.print(\" \");\n }\n }\n\n connectToServer(server: string): void {\n const serv = GetServer(server);\n if (serv == null) {\n this.error(\"Invalid server. Connection failed.\");\n return;\n }\n Player.getCurrentServer().isConnectedTo = false;\n Player.currentServer = serv.hostname;\n Player.getCurrentServer().isConnectedTo = true;\n this.print(\"Connected to \" + serv.hostname);\n this.setcwd(\"/\");\n if (Player.getCurrentServer().hostname == \"darkweb\") {\n checkIfConnectedToDarkweb(); // Posts a 'help' message if connecting to dark web\n }\n }\n\n executeCommands(commands: string): void {\n // Sanitize input\n commands = commands.trim();\n commands = commands.replace(/\\s\\s+/g, \" \"); // Replace all extra whitespace in command with a single space\n\n // Handle Terminal History - multiple commands should be saved as one\n if (this.commandHistory[this.commandHistory.length - 1] != commands) {\n this.commandHistory.push(commands);\n if (this.commandHistory.length > 50) {\n this.commandHistory.splice(0, 1);\n }\n Player.terminalCommandHistory = this.commandHistory;\n }\n this.commandHistoryIndex = this.commandHistory.length;\n const allCommands = ParseCommands(commands);\n\n for (let i = 0; i < allCommands.length; i++) {\n this.executeCommand(allCommands[i]);\n }\n }\n\n clear(): void {\n this.outputHistory = [new Output(`Bitburner v${CONSTANTS.VersionString} (${hash()})`, \"primary\")];\n TerminalEvents.emit();\n TerminalClearEvents.emit();\n }\n\n prestige(): void {\n this.action = null;\n this.clear();\n }\n\n executeCommand(command: string): void {\n if (this.action !== null) {\n this.error(`Cannot execute command (${command}) while an action is in progress`);\n return;\n }\n // Allow usage of ./\n if (command.startsWith(\"./\")) {\n command = \"run \" + command.slice(2);\n }\n // Only split the first space\n const commandArray = ParseCommand(command);\n if (commandArray.length == 0) {\n return;\n }\n const s = Player.getCurrentServer();\n /****************** Interactive Tutorial Terminal Commands ******************/\n if (ITutorial.isRunning) {\n const n00dlesServ = GetServer(\"n00dles\");\n if (n00dlesServ == null) {\n throw new Error(\"Could not get n00dles server\");\n }\n switch (ITutorial.currStep) {\n case iTutorialSteps.TerminalHelp:\n if (commandArray.length === 1 && commandArray[0] == \"help\") {\n iTutorialNextStep();\n } else {\n this.error(\"Bad command. Please follow the tutorial\");\n return;\n }\n break;\n case iTutorialSteps.TerminalLs:\n if (commandArray.length === 1 && commandArray[0] == \"ls\") {\n iTutorialNextStep();\n } else {\n this.error(\"Bad command. Please follow the tutorial\");\n return;\n }\n break;\n case iTutorialSteps.TerminalScan:\n if (commandArray.length === 1 && commandArray[0] == \"scan\") {\n iTutorialNextStep();\n } else {\n this.error(\"Bad command. Please follow the tutorial\");\n return;\n }\n break;\n case iTutorialSteps.TerminalScanAnalyze1:\n if (commandArray.length == 1 && commandArray[0] == \"scan-analyze\") {\n iTutorialNextStep();\n } else {\n this.error(\"Bad command. Please follow the tutorial\");\n return;\n }\n break;\n case iTutorialSteps.TerminalScanAnalyze2:\n if (commandArray.length == 2 && commandArray[0] == \"scan-analyze\" && commandArray[1] === 2) {\n iTutorialNextStep();\n } else {\n this.error(\"Bad command. Please follow the tutorial\");\n return;\n }\n break;\n case iTutorialSteps.TerminalConnect:\n if (commandArray.length == 2) {\n if (\n commandArray[0] == \"connect\" &&\n (commandArray[1] == \"n00dles\" || commandArray[1] == n00dlesServ.hostname)\n ) {\n iTutorialNextStep();\n } else {\n this.error(\"Wrong command! Try again!\");\n return;\n }\n } else {\n this.error(\"Bad command. Please follow the tutorial\");\n return;\n }\n break;\n case iTutorialSteps.TerminalAnalyze:\n if (commandArray.length === 1 && commandArray[0] === \"analyze\") {\n iTutorialNextStep();\n } else {\n this.error(\"Bad command. Please follow the tutorial\");\n return;\n }\n break;\n case iTutorialSteps.TerminalNuke:\n if (commandArray.length == 2 && commandArray[0] == \"run\" && commandArray[1] == \"NUKE.exe\") {\n iTutorialNextStep();\n } else {\n this.error(\"Bad command. Please follow the tutorial\");\n return;\n }\n break;\n case iTutorialSteps.TerminalManualHack:\n if (commandArray.length == 1 && commandArray[0] == \"hack\") {\n iTutorialNextStep();\n } else {\n this.error(\"Bad command. Please follow the tutorial\");\n return;\n }\n break;\n case iTutorialSteps.TerminalHackingMechanics:\n if (commandArray.length !== 1 || ![\"grow\", \"weaken\", \"hack\"].includes(commandArray[0] + \"\")) {\n this.error(\"Bad command. Please follow the tutorial\");\n return;\n }\n break;\n case iTutorialSteps.TerminalGoHome:\n if (commandArray.length == 1 && commandArray[0] == \"home\") {\n iTutorialNextStep();\n } else {\n this.error(\"Bad command. Please follow the tutorial\");\n return;\n }\n break;\n case iTutorialSteps.TerminalCreateScript:\n if (\n commandArray.length == 2 &&\n commandArray[0] == \"nano\" &&\n (commandArray[1] == \"n00dles.script\" || commandArray[1] == \"n00dles.js\")\n ) {\n iTutorialNextStep();\n } else {\n this.error(\"Bad command. Please follow the tutorial\");\n return;\n }\n break;\n case iTutorialSteps.TerminalFree:\n if (commandArray.length == 1 && commandArray[0] == \"free\") {\n iTutorialNextStep();\n } else {\n this.error(\"Bad command. Please follow the tutorial\");\n return;\n }\n break;\n case iTutorialSteps.TerminalRunScript:\n if (\n commandArray.length == 2 &&\n commandArray[0] == \"run\" &&\n (commandArray[1] == \"n00dles.script\" || commandArray[1] == \"n00dles.js\")\n ) {\n iTutorialNextStep();\n } else {\n this.error(\"Bad command. Please follow the tutorial\");\n return;\n }\n break;\n case iTutorialSteps.ActiveScriptsToTerminal:\n if (\n commandArray.length == 2 &&\n commandArray[0] == \"tail\" &&\n (commandArray[1] == \"n00dles.script\" || commandArray[1] == \"n00dles.js\")\n ) {\n iTutorialNextStep();\n } else {\n this.error(\"Bad command. Please follow the tutorial\");\n return;\n }\n break;\n default:\n this.error(\"Please follow the tutorial, or click 'EXIT' if you'd like to skip it\");\n return;\n }\n }\n /****************** END INTERACTIVE TUTORIAL ******************/\n /* Command parser */\n const commandName = commandArray[0];\n if (typeof commandName === \"number\" || typeof commandName === \"boolean\") {\n this.error(`Command ${commandArray[0]} not found`);\n return;\n }\n\n const commands: {\n [key: string]: (args: (string | number | boolean)[], server: BaseServer) => void;\n } = {\n \"scan-analyze\": scananalyze,\n alias: alias,\n analyze: analyze,\n backdoor: backdoor,\n buy: buy,\n cat: cat,\n cd: cd,\n check: check,\n clear: () => this.clear(),\n cls: () => this.clear(),\n connect: connect,\n cp: cp,\n download: download,\n expr: expr,\n free: free,\n grow: grow,\n hack: hack,\n help: help,\n history: history,\n home: home,\n hostname: hostname,\n kill: kill,\n killall: killall,\n ls: ls,\n lscpu: lscpu,\n mem: mem,\n mv: mv,\n nano: nano,\n ps: ps,\n rm: rm,\n run: run,\n scan: scan,\n scp: scp,\n sudov: sudov,\n tail: tail,\n apr1: apr1,\n top: top,\n unalias: unalias,\n vim: vim,\n weaken: weaken,\n wget: wget,\n };\n\n const f = commands[commandName.toLowerCase()];\n if (!f) {\n this.error(`Command ${commandArray[0]} not found`);\n return;\n }\n\n f(commandArray.slice(1), s);\n }\n\n getProgressText(): string {\n if (this.action === null) throw new Error(\"trying to get the progress text when there's no action\");\n return createProgressBarText({\n progress: (this.action.time - this.action.timeLeft) / this.action.time,\n totalTicks: 50,\n });\n }\n}\n","/**\n * Checks whether a IP Address string is valid.\n * @param ipaddress A string representing a potential IP Address\n */\nexport function isValidIPAddress(ipaddress: string): boolean {\n const byteRange = \"(25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)\";\n const regexStr = `^${byteRange}\\.${byteRange}\\.${byteRange}\\.${byteRange}$`;\n const ipAddressRegex = new RegExp(regexStr);\n\n return ipAddressRegex.test(ipaddress);\n}\n","import { Terminal } from \"../../Terminal\";\nimport { parseAliasDeclaration, printAliases } from \"../../Alias\";\n\nexport function alias(args: (string | number | boolean)[]): void {\n if (args.length === 0) {\n printAliases();\n return;\n }\n if (args.length === 1) {\n if (parseAliasDeclaration(args[0] + \"\")) {\n Terminal.print(`Set alias ${args[0]}`);\n return;\n }\n }\n if (args.length === 2) {\n if (args[0] === \"-g\") {\n if (parseAliasDeclaration(args[1] + \"\", true)) {\n Terminal.print(`Set global alias ${args[1]}`);\n return;\n }\n }\n }\n Terminal.error('Incorrect usage of alias command. Usage: alias [-g] [aliasname=\"value\"]');\n}\n","import { Terminal } from \"../../Terminal\";\n\nexport function analyze(args: (string | number | boolean)[]): void {\n if (args.length !== 0) {\n Terminal.error(\"Incorrect usage of analyze command. Usage: analyze\");\n return;\n }\n Terminal.startAnalyze();\n}\n","import { Terminal } from \"../../Terminal\";\nimport { Player } from \"../../Player\";\nimport { BaseServer } from \"../../Server/BaseServer\";\nimport { Server } from \"../../Server/Server\";\nimport { HacknetServer } from \"../../Hacknet/HacknetServer\";\n\nexport function backdoor(args: (string | number | boolean)[], server: BaseServer): void {\n if (args.length !== 0) {\n Terminal.error(\"Incorrect usage of backdoor command. Usage: backdoor\");\n return;\n }\n\n if (!(server instanceof Server)) {\n Terminal.error(\"Can only backdoor normal servers\");\n }\n\n const normalServer = server as Server;\n\n if (normalServer.purchasedByPlayer) {\n Terminal.error(\n \"Cannot use backdoor on your own machines! You are currently connected to your home PC or one of your purchased servers\",\n );\n } else if (!normalServer.hasAdminRights) {\n Terminal.error(\"You do not have admin rights for this machine! Cannot backdoor\");\n } else if (normalServer.requiredHackingSkill > Player.skills.hacking) {\n Terminal.error(\n \"Your hacking skill is not high enough to use backdoor on this machine. Try analyzing the machine to determine the required hacking skill\",\n );\n } else if (normalServer instanceof HacknetServer) {\n Terminal.error(\"Cannot use backdoor on this type of Server\");\n } else {\n Terminal.startBackdoor();\n }\n}\n","import { Terminal } from \"../../Terminal\";\nimport { Player } from \"../../Player\";\nimport { listAllDarkwebItems, buyAllDarkwebItems, buyDarkwebItem } from \"../../DarkWeb/DarkWeb\";\n\nexport function buy(args: (string | number | boolean)[]): void {\n if (!Player.hasTorRouter()) {\n Terminal.error(\n \"You need to be able to connect to the Dark Web to use the buy command. (Maybe there's a TOR router you can buy somewhere)\",\n );\n return;\n }\n if (args.length != 1) {\n Terminal.print(\"Incorrect number of arguments. Usage: \");\n Terminal.print(\"buy -l\");\n Terminal.print(\"buy -a\");\n Terminal.print(\"buy [item name]\");\n return;\n }\n const arg = args[0] + \"\";\n if (arg == \"-l\" || arg == \"-1\" || arg == \"--list\") listAllDarkwebItems();\n else if (arg == \"-a\" || arg == \"--all\") buyAllDarkwebItems();\n else buyDarkwebItem(arg);\n}\n","import { Terminal } from \"../../Terminal\";\nimport { BaseServer } from \"../../Server/BaseServer\";\nimport { MessageFilenames, showMessage } from \"../../Message/MessageHelpers\";\nimport { showLiterature } from \"../../Literature/LiteratureHelpers\";\nimport { dialogBoxCreate } from \"../../ui/React/DialogBox\";\nimport { checkEnum } from \"../../utils/helpers/checkEnum\";\n\nexport function cat(args: (string | number | boolean)[], server: BaseServer): void {\n if (args.length !== 1) {\n Terminal.error(\"Incorrect usage of cat command. Usage: cat [file]\");\n return;\n }\n const relative_filename = args[0] + \"\";\n const filename = Terminal.getFilepath(relative_filename);\n if (\n !filename.endsWith(\".msg\") &&\n !filename.endsWith(\".lit\") &&\n !filename.endsWith(\".txt\") &&\n !filename.endsWith(\".script\") &&\n !filename.endsWith(\".js\")\n ) {\n Terminal.error(\n \"Only .msg, .txt, .lit, .script and .js files are viewable with cat (filename must end with .msg, .txt, .lit, .script or .js)\",\n );\n return;\n }\n\n if (filename.endsWith(\".msg\") || filename.endsWith(\".lit\")) {\n for (let i = 0; i < server.messages.length; ++i) {\n if (filename.endsWith(\".lit\") && server.messages[i] === filename) {\n const file = server.messages[i];\n if (file.endsWith(\".msg\")) throw new Error(\".lit file should not be a .msg\");\n showLiterature(file);\n return;\n } else if (filename.endsWith(\".msg\")) {\n const file = server.messages[i];\n if (file !== filename) continue;\n if (!checkEnum(MessageFilenames, file)) return;\n showMessage(file);\n return;\n }\n }\n } else if (filename.endsWith(\".txt\")) {\n const txt = Terminal.getTextFile(relative_filename);\n if (txt != null) {\n txt.show();\n return;\n }\n } else if (filename.endsWith(\".script\") || filename.endsWith(\".js\")) {\n const script = Terminal.getScript(relative_filename);\n if (script != null) {\n dialogBoxCreate(`${script.filename}

${script.code}`);\n return;\n }\n }\n\n Terminal.error(`No such file ${filename}`);\n}\n","import { Terminal } from \"../../Terminal\";\nimport { BaseServer } from \"../../Server/BaseServer\";\n\nimport { evaluateDirectoryPath, removeTrailingSlash } from \"../DirectoryHelpers\";\nimport { containsFiles } from \"../DirectoryServerHelpers\";\n\nexport function cd(args: (string | number | boolean)[], server: BaseServer): void {\n if (args.length > 1) {\n Terminal.error(\"Incorrect number of arguments. Usage: cd [dir]\");\n } else {\n let dir = args.length === 1 ? args[0] + \"\" : \"/\";\n\n let evaledDir: string | null = \"\";\n if (dir === \"/\") {\n evaledDir = \"/\";\n } else {\n // Ignore trailing slashes\n dir = removeTrailingSlash(dir);\n\n evaledDir = evaluateDirectoryPath(dir, Terminal.cwd());\n if (evaledDir === null || evaledDir === \"\") {\n Terminal.error(\"Invalid path. Failed to change directories\");\n return;\n }\n if (Terminal.cwd().length > 1 && dir === \"..\") {\n Terminal.setcwd(evaledDir);\n return;\n }\n\n if (!containsFiles(server, evaledDir)) {\n Terminal.error(\"Invalid path. Failed to change directories\");\n return;\n }\n }\n\n Terminal.setcwd(evaledDir);\n }\n}\n","import { Terminal } from \"../../Terminal\";\nimport { BaseServer } from \"../../Server/BaseServer\";\nimport { findRunningScript } from \"../../Script/ScriptHelpers\";\nimport { isScriptFilename, validScriptExtensions } from \"../../Script/isScriptFilename\";\n\nexport function check(args: (string | number | boolean)[], server: BaseServer): void {\n if (args.length < 1) {\n Terminal.error(`Incorrect number of arguments. Usage: check [script] [arg1] [arg2]...`);\n } else {\n const scriptName = Terminal.getFilepath(args[0] + \"\");\n // Can only tail script files\n if (!isScriptFilename(scriptName)) {\n Terminal.error(\n `'check' can only be called on scripts files (filename must end with ${validScriptExtensions.join(\", \")})`,\n );\n return;\n }\n\n // Check that the script is running on this machine\n const runningScript = findRunningScript(scriptName, args.slice(1), server);\n if (runningScript == null) {\n Terminal.error(`No script named ${scriptName} is running on the server`);\n return;\n }\n runningScript.displayLog();\n }\n}\n","import { Terminal } from \"../../Terminal\";\nimport { BaseServer } from \"../../Server/BaseServer\";\nimport { getServerOnNetwork } from \"../../Server/ServerHelpers\";\nimport { GetServer } from \"../../Server/AllServers\";\nimport { Server } from \"../../Server/Server\";\n\nexport function connect(args: (string | number | boolean)[], server: BaseServer): void {\n // Disconnect from current server in Terminal and connect to new one\n if (args.length !== 1) {\n Terminal.error(\"Incorrect usage of connect command. Usage: connect [hostname]\");\n return;\n }\n\n const hostname = args[0] + \"\";\n\n for (let i = 0; i < server.serversOnNetwork.length; i++) {\n const other = getServerOnNetwork(server, i);\n if (other === null) throw new Error(`Server on network should not be null`);\n if (other.hostname == hostname) {\n Terminal.connectToServer(hostname);\n return;\n }\n }\n\n const other = GetServer(hostname);\n if (other !== null) {\n if (other instanceof Server && other.backdoorInstalled) {\n Terminal.connectToServer(hostname);\n return;\n }\n Terminal.error(\n `Cannot directly connect to ${hostname}. Make sure the server is backdoored or adjacent to your current Server`,\n );\n } else {\n Terminal.error(\"Host not found\");\n }\n}\n","import { Terminal } from \"../../Terminal\";\nimport { BaseServer } from \"../../Server/BaseServer\";\nimport { isScriptFilename } from \"../../Script/isScriptFilename\";\nimport { getDestinationFilepath, areFilesEqual } from \"../DirectoryHelpers\";\n\nexport function cp(args: (string | number | boolean)[], server: BaseServer): void {\n try {\n if (args.length !== 2) {\n Terminal.error(\"Incorrect usage of cp command. Usage: cp [src] [dst]\");\n return;\n }\n // Convert a relative path source file to the absolute path.\n const src = Terminal.getFilepath(args[0] + \"\");\n if (src === null) {\n Terminal.error(\"src cannot be a directory\");\n return;\n }\n\n // Get the destination based on the source file and the current directory\n const t_dst = getDestinationFilepath(args[1] + \"\", src, Terminal.cwd());\n if (t_dst === null) {\n Terminal.error(\"error parsing dst file\");\n return;\n }\n\n // Convert a relative path destination file to the absolute path.\n const dst = Terminal.getFilepath(t_dst);\n if (areFilesEqual(src, dst)) {\n Terminal.error(\"src and dst cannot be the same\");\n return;\n }\n const srcExt = src.slice(src.lastIndexOf(\".\"));\n const dstExt = dst.slice(dst.lastIndexOf(\".\"));\n if (srcExt !== dstExt) {\n Terminal.error(\"src and dst must have the same extension.\");\n return;\n }\n if (!isScriptFilename(src) && !src.endsWith(\".txt\")) {\n Terminal.error(\"cp only works for scripts and .txt files\");\n return;\n }\n\n // Scp for txt files\n if (src.endsWith(\".txt\")) {\n let txtFile = null;\n for (let i = 0; i < server.textFiles.length; ++i) {\n if (areFilesEqual(server.textFiles[i].fn, src)) {\n txtFile = server.textFiles[i];\n break;\n }\n }\n\n if (txtFile === null) {\n return Terminal.error(\"No such file exists!\");\n }\n\n const tRes = server.writeToTextFile(dst, txtFile.text);\n if (!tRes.success) {\n Terminal.error(\"cp failed\");\n return;\n }\n if (tRes.overwritten) {\n Terminal.print(`WARNING: ${dst} already exists and will be overwritten`);\n Terminal.print(`${dst} overwritten`);\n return;\n }\n Terminal.print(`${dst} copied`);\n return;\n }\n\n // Get the current script\n let sourceScript = null;\n for (let i = 0; i < server.scripts.length; ++i) {\n if (areFilesEqual(server.scripts[i].filename, src)) {\n sourceScript = server.scripts[i];\n break;\n }\n }\n if (sourceScript == null) {\n Terminal.error(\"cp failed. No such script exists\");\n return;\n }\n\n const sRes = server.writeToScriptFile(dst, sourceScript.code);\n if (!sRes.success) {\n Terminal.error(`cp failed`);\n return;\n }\n if (sRes.overwritten) {\n Terminal.print(`WARNING: ${dst} already exists and will be overwritten`);\n Terminal.print(`${dst} overwritten`);\n return;\n }\n Terminal.print(`${dst} copied`);\n } catch (e) {\n Terminal.error(e + \"\");\n }\n}\n","import { Terminal } from \"../../Terminal\";\n\nexport function expr(args: (string | number | boolean)[]): void {\n if (args.length === 0) {\n Terminal.error(\"Incorrect usage of expr command. Usage: expr [math expression]\");\n return;\n }\n const expr = args.join(\"\");\n\n // Sanitize the math expression\n const sanitizedExpr = expr.replace(/s+/g, \"\").replace(/[^-()\\d/*+.%]/g, \"\");\n let result;\n try {\n result = eval(sanitizedExpr);\n } catch (e) {\n Terminal.error(`Could not evaluate expression: ${sanitizedExpr}`);\n return;\n }\n Terminal.print(result);\n}\n","import { Terminal } from \"../../Terminal\";\nimport { BaseServer } from \"../../Server/BaseServer\";\nimport { numeralWrapper } from \"../../ui/numeralFormat\";\n\nexport function free(args: (string | number | boolean)[], server: BaseServer): void {\n if (args.length !== 0) {\n Terminal.error(\"Incorrect usage of free command. Usage: free\");\n return;\n }\n const ram = numeralWrapper.formatRAM(server.maxRam);\n const used = numeralWrapper.formatRAM(server.ramUsed);\n const avail = numeralWrapper.formatRAM(server.maxRam - server.ramUsed);\n const maxLength = Math.max(ram.length, Math.max(used.length, avail.length));\n const usedPercent = numeralWrapper.formatPercentage(server.ramUsed / server.maxRam);\n\n Terminal.print(`Total: ${\" \".repeat(maxLength - ram.length)}${ram}`);\n Terminal.print(`Used: ${\" \".repeat(maxLength - used.length)}${used} (${usedPercent})`);\n Terminal.print(`Available: ${\" \".repeat(maxLength - avail.length)}${avail}`);\n}\n","import { Terminal } from \"../../Terminal\";\nimport { Player } from \"../../Player\";\nimport { BaseServer } from \"../../Server/BaseServer\";\nimport { Server } from \"../../Server/Server\";\n\nexport function grow(args: (string | number | boolean)[], server: BaseServer): void {\n if (args.length !== 0) {\n Terminal.error(\"Incorrect usage of grow command. Usage: grow\");\n return;\n }\n\n if (!(server instanceof Server)) {\n Terminal.error(\n \"Cannot grow your own machines! You are currently connected to your home PC or one of your purchased servers\",\n );\n }\n const normalServer = server as Server;\n // Hack the current PC (usually for money)\n // You can't grow your home pc or servers you purchased\n if (normalServer.purchasedByPlayer) {\n Terminal.error(\n \"Cannot grow your own machines! You are currently connected to your home PC or one of your purchased servers\",\n );\n return;\n }\n if (!normalServer.hasAdminRights) {\n Terminal.error(\"You do not have admin rights for this machine! Cannot grow\");\n return;\n }\n if (normalServer.requiredHackingSkill > Player.skills.hacking) {\n Terminal.error(\n \"Your hacking skill is not high enough to attempt hacking this machine. Try analyzing the machine to determine the required hacking skill\",\n );\n return;\n }\n Terminal.startGrow();\n}\n","import { Terminal } from \"../../Terminal\";\nimport { Player } from \"../../Player\";\nimport { BaseServer } from \"../../Server/BaseServer\";\nimport { Server } from \"../../Server/Server\";\n\nexport function hack(args: (string | number | boolean)[], server: BaseServer): void {\n if (args.length !== 0) {\n Terminal.error(\"Incorrect usage of hack command. Usage: hack\");\n return;\n }\n\n if (!(server instanceof Server)) {\n Terminal.error(\n \"Cannot hack your own machines! You are currently connected to your home PC or one of your purchased servers\",\n );\n }\n const normalServer = server as Server;\n // Hack the current PC (usually for money)\n // You can't hack your home pc or servers you purchased\n if (normalServer.purchasedByPlayer) {\n Terminal.error(\n \"Cannot hack your own machines! You are currently connected to your home PC or one of your purchased servers\",\n );\n return;\n }\n if (!normalServer.hasAdminRights) {\n Terminal.error(\"You do not have admin rights for this machine! Cannot hack\");\n return;\n }\n if (normalServer.requiredHackingSkill > Player.skills.hacking) {\n Terminal.error(\n \"Your hacking skill is not high enough to attempt hacking this machine. Try analyzing the machine to determine the required hacking skill\",\n );\n return;\n }\n Terminal.startHack();\n}\n","import { Terminal } from \"../../Terminal\";\nimport { TerminalHelpText, HelpTexts } from \"../HelpText\";\n\nexport function help(args: (string | number | boolean)[]): void {\n if (args.length !== 0 && args.length !== 1) {\n Terminal.error(\"Incorrect usage of help command. Usage: help\");\n return;\n }\n if (args.length === 0) {\n TerminalHelpText.forEach((line) => Terminal.print(line));\n } else {\n const cmd = args[0] + \"\";\n const txt = HelpTexts[cmd];\n if (txt == null) {\n Terminal.error(\"No help topics match '\" + cmd + \"'\");\n return;\n }\n txt.forEach((t) => Terminal.print(t));\n }\n}\n","import { Terminal } from \"../../Terminal\";\nimport { Player } from \"../../Player\";\n\nexport function history(args: (string | number | boolean)[]): void {\n if (args.length === 0) {\n Terminal.commandHistory.forEach((command, index) => {\n Terminal.print(`${index.toString().padStart(2)} ${command}`);\n });\n return;\n }\n const arg = args[0] + \"\";\n if (arg === \"-c\" || arg === \"--clear\") {\n Player.terminalCommandHistory = [];\n Terminal.commandHistory = [];\n Terminal.commandHistoryIndex = 1;\n } else {\n Terminal.error(\"Incorrect usage of history command. usage: history [-c]\");\n }\n}\n","import { Terminal } from \"../../Terminal\";\nimport { Player } from \"../../Player\";\n\nexport function home(args: (string | number | boolean)[]): void {\n if (args.length !== 0) {\n Terminal.error(\"Incorrect usage of home command. Usage: home\");\n return;\n }\n Player.getCurrentServer().isConnectedTo = false;\n Player.currentServer = Player.getHomeComputer().hostname;\n Player.getCurrentServer().isConnectedTo = true;\n Terminal.print(\"Connected to home\");\n Terminal.setcwd(\"/\");\n}\n","import { Terminal } from \"../../Terminal\";\nimport { BaseServer } from \"../../Server/BaseServer\";\n\nexport function hostname(args: (string | number | boolean)[], server: BaseServer): void {\n if (args.length !== 0) {\n Terminal.error(\"Incorrect usage of hostname command. Usage: hostname\");\n return;\n }\n Terminal.print(server.hostname);\n}\n","import { Terminal } from \"../../Terminal\";\nimport { BaseServer } from \"../../Server/BaseServer\";\nimport { killWorkerScript } from \"../../Netscript/killWorkerScript\";\n\nexport function kill(args: (string | number | boolean)[], server: BaseServer): void {\n try {\n if (args.length < 1) {\n Terminal.error(\"Incorrect usage of kill command. Usage: kill [scriptname] [arg1] [arg2]...\");\n return;\n }\n if (typeof args[0] === \"boolean\") {\n return;\n }\n\n // Kill by PID\n if (typeof args[0] === \"number\") {\n const pid = args[0];\n const res = killWorkerScript(pid);\n if (res) {\n Terminal.print(`Killing script with PID ${pid}`);\n } else {\n Terminal.error(`Failed to kill script with PID ${pid}. No such script is running`);\n }\n\n return;\n }\n\n const scriptName = Terminal.getFilepath(args[0]);\n const runningScript = server.getRunningScript(scriptName, args.slice(1));\n if (runningScript == null) {\n Terminal.error(\"No such script is running. Nothing to kill\");\n return;\n }\n killWorkerScript({ runningScript: runningScript, hostname: server.hostname });\n Terminal.print(`Killing ${scriptName}`);\n } catch (e) {\n Terminal.error(e + \"\");\n }\n}\n","import { NS } from \"../ScriptEditor/NetscriptDefinitions\";\n\n/**\n * The environment in which a script runs. The environment holds\n * Netscript functions and arguments for that script.\n */\nexport class Environment {\n /** Whether or not the script that uses this Environment should stop running */\n stopFlag = false;\n\n /** The currently running function */\n\n runningFn = \"\";\n\n /** Environment variables (currently only Netscript functions) */\n vars: NS | null = null;\n}\n","/**\n * Initialization metadata for all Stocks. This is used to generate the\n * stock parameter values upon a reset\n *\n * Some notes:\n * - Megacorporations have better otlkMags\n * - Higher volatility -> Bigger spread\n * - Lower price -> Bigger spread\n * - Share tx required for movement used for balancing\n */\nimport { StockSymbols } from \"./StockSymbols\";\nimport { IConstructorParams } from \"../Stock\";\nimport { LocationName } from \"../../Locations/data/LocationNames\";\n\nexport const InitStockMetadata: IConstructorParams[] = [\n {\n b: true,\n initPrice: {\n max: 28e3,\n min: 17e3,\n },\n marketCap: 2.4e12,\n mv: {\n divisor: 100,\n max: 50,\n min: 40,\n },\n name: LocationName.AevumECorp,\n otlkMag: 19,\n spreadPerc: {\n divisor: 10,\n max: 5,\n min: 1,\n },\n shareTxForMovement: {\n max: 90e3,\n min: 30e3,\n },\n symbol: StockSymbols[LocationName.AevumECorp],\n },\n\n {\n b: true,\n initPrice: {\n max: 34e3,\n min: 24e3,\n },\n marketCap: 2.4e12,\n mv: {\n divisor: 100,\n max: 50,\n min: 40,\n },\n name: LocationName.Sector12MegaCorp,\n otlkMag: 19,\n spreadPerc: {\n divisor: 10,\n max: 5,\n min: 1,\n },\n shareTxForMovement: {\n max: 90e3,\n min: 30e3,\n },\n symbol: StockSymbols[LocationName.Sector12MegaCorp],\n },\n\n {\n b: true,\n initPrice: {\n max: 25e3,\n min: 12e3,\n },\n marketCap: 1.6e12,\n mv: {\n divisor: 100,\n max: 80,\n min: 70,\n },\n name: LocationName.Sector12BladeIndustries,\n otlkMag: 13,\n spreadPerc: {\n divisor: 10,\n max: 6,\n min: 1,\n },\n shareTxForMovement: {\n max: 90e3,\n min: 30e3,\n },\n symbol: StockSymbols[LocationName.Sector12BladeIndustries],\n },\n\n {\n b: true,\n initPrice: {\n max: 25e3,\n min: 10e3,\n },\n marketCap: 1.5e12,\n mv: {\n divisor: 100,\n max: 75,\n min: 65,\n },\n name: LocationName.AevumClarkeIncorporated,\n otlkMag: 12,\n spreadPerc: {\n divisor: 10,\n max: 5,\n min: 1,\n },\n shareTxForMovement: {\n max: 90e3,\n min: 30e3,\n },\n symbol: StockSymbols[LocationName.AevumClarkeIncorporated],\n },\n\n {\n b: true,\n initPrice: {\n max: 43e3,\n min: 32e3,\n },\n marketCap: 1.8e12,\n mv: {\n divisor: 100,\n max: 70,\n min: 60,\n },\n name: LocationName.VolhavenOmniTekIncorporated,\n otlkMag: 12,\n spreadPerc: {\n divisor: 10,\n max: 6,\n min: 1,\n },\n shareTxForMovement: {\n max: 90e3,\n min: 30e3,\n },\n symbol: StockSymbols[LocationName.VolhavenOmniTekIncorporated],\n },\n\n {\n b: true,\n initPrice: {\n max: 80e3,\n min: 50e3,\n },\n marketCap: 2e12,\n mv: {\n divisor: 100,\n max: 110,\n min: 100,\n },\n name: LocationName.Sector12FourSigma,\n otlkMag: 17,\n spreadPerc: {\n divisor: 10,\n max: 10,\n min: 1,\n },\n shareTxForMovement: {\n max: 90e3,\n min: 30e3,\n },\n symbol: StockSymbols[LocationName.Sector12FourSigma],\n },\n\n {\n b: true,\n initPrice: {\n max: 28e3,\n min: 16e3,\n },\n marketCap: 1.9e12,\n mv: {\n divisor: 100,\n max: 85,\n min: 75,\n },\n name: LocationName.ChongqingKuaiGongInternational,\n otlkMag: 10,\n spreadPerc: {\n divisor: 10,\n max: 7,\n min: 1,\n },\n shareTxForMovement: {\n max: 90e3,\n min: 30e3,\n },\n symbol: StockSymbols[LocationName.ChongqingKuaiGongInternational],\n },\n\n {\n b: true,\n initPrice: {\n max: 36e3,\n min: 29e3,\n },\n marketCap: 2e12,\n mv: {\n divisor: 100,\n max: 130,\n min: 120,\n },\n name: LocationName.AevumFulcrumTechnologies,\n otlkMag: 16,\n spreadPerc: {\n divisor: 10,\n max: 10,\n min: 1,\n },\n shareTxForMovement: {\n max: 90e3,\n min: 30e3,\n },\n symbol: StockSymbols[LocationName.AevumFulcrumTechnologies],\n },\n\n {\n b: true,\n initPrice: {\n max: 25e3,\n min: 20e3,\n },\n marketCap: 1.2e12,\n mv: {\n divisor: 100,\n max: 90,\n min: 80,\n },\n name: LocationName.IshimaStormTechnologies,\n otlkMag: 7,\n spreadPerc: {\n divisor: 10,\n max: 10,\n min: 2,\n },\n shareTxForMovement: {\n max: 108e3,\n min: 36e3,\n },\n symbol: StockSymbols[LocationName.IshimaStormTechnologies],\n },\n\n {\n b: true,\n initPrice: {\n max: 19e3,\n min: 6e3,\n },\n marketCap: 900e9,\n mv: {\n divisor: 100,\n max: 70,\n min: 60,\n },\n name: LocationName.NewTokyoDefComm,\n otlkMag: 10,\n spreadPerc: {\n divisor: 10,\n max: 10,\n min: 2,\n },\n shareTxForMovement: {\n max: 108e3,\n min: 36e3,\n },\n symbol: StockSymbols[LocationName.NewTokyoDefComm],\n },\n\n {\n b: true,\n initPrice: {\n max: 18e3,\n min: 10e3,\n },\n marketCap: 825e9,\n mv: {\n divisor: 100,\n max: 65,\n min: 55,\n },\n name: LocationName.VolhavenHeliosLabs,\n otlkMag: 9,\n spreadPerc: {\n divisor: 10,\n max: 10,\n min: 2,\n },\n shareTxForMovement: {\n max: 108e3,\n min: 36e3,\n },\n symbol: StockSymbols[LocationName.VolhavenHeliosLabs],\n },\n\n {\n b: true,\n initPrice: {\n max: 14e3,\n min: 8e3,\n },\n marketCap: 1e12,\n mv: {\n divisor: 100,\n max: 80,\n min: 70,\n },\n name: LocationName.NewTokyoVitaLife,\n otlkMag: 7,\n spreadPerc: {\n divisor: 10,\n max: 10,\n min: 2,\n },\n shareTxForMovement: {\n max: 108e3,\n min: 36e3,\n },\n symbol: StockSymbols[LocationName.NewTokyoVitaLife],\n },\n\n {\n b: true,\n initPrice: {\n max: 24e3,\n min: 12e3,\n },\n marketCap: 800e9,\n mv: {\n divisor: 100,\n max: 70,\n min: 60,\n },\n name: LocationName.Sector12IcarusMicrosystems,\n otlkMag: 7.5,\n spreadPerc: {\n divisor: 10,\n max: 10,\n min: 3,\n },\n shareTxForMovement: {\n max: 108e3,\n min: 36e3,\n },\n symbol: StockSymbols[LocationName.Sector12IcarusMicrosystems],\n },\n\n {\n b: true,\n initPrice: {\n max: 29e3,\n min: 16e3,\n },\n marketCap: 900e9,\n mv: {\n divisor: 100,\n max: 60,\n min: 50,\n },\n name: LocationName.Sector12UniversalEnergy,\n otlkMag: 10,\n spreadPerc: {\n divisor: 10,\n max: 10,\n min: 2,\n },\n shareTxForMovement: {\n max: 108e3,\n min: 36e3,\n },\n symbol: StockSymbols[LocationName.Sector12UniversalEnergy],\n },\n\n {\n b: true,\n initPrice: {\n max: 17e3,\n min: 8e3,\n },\n marketCap: 640e9,\n mv: {\n divisor: 100,\n max: 65,\n min: 55,\n },\n name: LocationName.AevumAeroCorp,\n otlkMag: 6,\n spreadPerc: {\n divisor: 10,\n max: 10,\n min: 3,\n },\n shareTxForMovement: {\n max: 126e3,\n min: 42e3,\n },\n symbol: StockSymbols[LocationName.AevumAeroCorp],\n },\n\n {\n b: true,\n initPrice: {\n max: 15e3,\n min: 6e3,\n },\n marketCap: 600e9,\n mv: {\n divisor: 100,\n max: 75,\n min: 65,\n },\n name: LocationName.VolhavenOmniaCybersystems,\n otlkMag: 4.5,\n spreadPerc: {\n divisor: 10,\n max: 11,\n min: 4,\n },\n shareTxForMovement: {\n max: 126e3,\n min: 42e3,\n },\n symbol: StockSymbols[LocationName.VolhavenOmniaCybersystems],\n },\n\n {\n b: true,\n initPrice: {\n max: 28e3,\n min: 14e3,\n },\n marketCap: 705e9,\n mv: {\n divisor: 100,\n max: 80,\n min: 70,\n },\n name: LocationName.ChongqingSolarisSpaceSystems,\n otlkMag: 8.5,\n spreadPerc: {\n divisor: 10,\n max: 12,\n min: 4,\n },\n shareTxForMovement: {\n max: 126e3,\n min: 42e3,\n },\n symbol: StockSymbols[LocationName.ChongqingSolarisSpaceSystems],\n },\n\n {\n b: true,\n initPrice: {\n max: 30e3,\n min: 12e3,\n },\n marketCap: 695e9,\n mv: {\n divisor: 100,\n max: 65,\n min: 55,\n },\n name: LocationName.NewTokyoGlobalPharmaceuticals,\n otlkMag: 10.5,\n spreadPerc: {\n divisor: 10,\n max: 10,\n min: 4,\n },\n shareTxForMovement: {\n max: 126e3,\n min: 42e3,\n },\n symbol: StockSymbols[LocationName.NewTokyoGlobalPharmaceuticals],\n },\n\n {\n b: true,\n initPrice: {\n max: 27e3,\n min: 15e3,\n },\n marketCap: 600e9,\n mv: {\n divisor: 100,\n max: 80,\n min: 70,\n },\n name: LocationName.IshimaNovaMedical,\n otlkMag: 5,\n spreadPerc: {\n divisor: 10,\n max: 11,\n min: 4,\n },\n shareTxForMovement: {\n max: 126e3,\n min: 42e3,\n },\n symbol: StockSymbols[LocationName.IshimaNovaMedical],\n },\n\n {\n b: true,\n initPrice: {\n max: 8.5e3,\n min: 4e3,\n },\n marketCap: 450e9,\n mv: {\n divisor: 100,\n max: 260,\n min: 240,\n },\n name: LocationName.AevumWatchdogSecurity,\n otlkMag: 1.5,\n spreadPerc: {\n divisor: 10,\n max: 12,\n min: 5,\n },\n shareTxForMovement: {\n max: 54e3,\n min: 12e3,\n },\n symbol: StockSymbols[LocationName.AevumWatchdogSecurity],\n },\n\n {\n b: true,\n initPrice: {\n max: 8e3,\n min: 4.5e3,\n },\n marketCap: 300e9,\n mv: {\n divisor: 100,\n max: 135,\n min: 115,\n },\n name: LocationName.VolhavenLexoCorp,\n otlkMag: 6,\n spreadPerc: {\n divisor: 10,\n max: 12,\n min: 5,\n },\n shareTxForMovement: {\n max: 108e3,\n min: 36e3,\n },\n symbol: StockSymbols[LocationName.VolhavenLexoCorp],\n },\n\n {\n b: true,\n initPrice: {\n max: 7e3,\n min: 2e3,\n },\n marketCap: 180e9,\n mv: {\n divisor: 100,\n max: 70,\n min: 50,\n },\n name: LocationName.AevumRhoConstruction,\n otlkMag: 1,\n spreadPerc: {\n divisor: 10,\n max: 10,\n min: 3,\n },\n shareTxForMovement: {\n max: 126e3,\n min: 60e3,\n },\n symbol: StockSymbols[LocationName.AevumRhoConstruction],\n },\n\n {\n b: true,\n initPrice: {\n max: 8.5e3,\n min: 4e3,\n },\n marketCap: 240e9,\n mv: {\n divisor: 100,\n max: 205,\n min: 175,\n },\n name: LocationName.Sector12AlphaEnterprises,\n otlkMag: 10,\n spreadPerc: {\n divisor: 10,\n max: 16,\n min: 5,\n },\n shareTxForMovement: {\n max: 90e3,\n min: 30e3,\n },\n symbol: StockSymbols[LocationName.Sector12AlphaEnterprises],\n },\n\n {\n b: true,\n initPrice: {\n max: 8e3,\n min: 3e3,\n },\n marketCap: 200e9,\n mv: {\n divisor: 100,\n max: 170,\n min: 150,\n },\n name: LocationName.VolhavenSysCoreSecurities,\n otlkMag: 3,\n spreadPerc: {\n divisor: 10,\n max: 12,\n min: 5,\n },\n shareTxForMovement: {\n max: 90e3,\n min: 15e3,\n },\n symbol: StockSymbols[LocationName.VolhavenSysCoreSecurities],\n },\n\n {\n b: true,\n initPrice: {\n max: 6e3,\n min: 1e3,\n },\n marketCap: 185e9,\n mv: {\n divisor: 100,\n max: 100,\n min: 80,\n },\n name: LocationName.VolhavenCompuTek,\n otlkMag: 4,\n spreadPerc: {\n divisor: 10,\n max: 12,\n min: 4,\n },\n shareTxForMovement: {\n max: 126e3,\n min: 60e3,\n },\n symbol: StockSymbols[LocationName.VolhavenCompuTek],\n },\n\n {\n b: true,\n initPrice: {\n max: 5e3,\n min: 1e3,\n },\n marketCap: 58e9,\n mv: {\n divisor: 100,\n max: 400,\n min: 200,\n },\n name: LocationName.AevumNetLinkTechnologies,\n otlkMag: 1,\n spreadPerc: {\n divisor: 10,\n max: 20,\n min: 5,\n },\n shareTxForMovement: {\n max: 54e3,\n min: 18e3,\n },\n symbol: StockSymbols[LocationName.AevumNetLinkTechnologies],\n },\n\n {\n b: true,\n initPrice: {\n max: 8e3,\n min: 1e3,\n },\n marketCap: 60e9,\n mv: {\n divisor: 100,\n max: 110,\n min: 90,\n },\n name: LocationName.IshimaOmegaSoftware,\n otlkMag: 0.5,\n spreadPerc: {\n divisor: 10,\n max: 13,\n min: 4,\n },\n shareTxForMovement: {\n max: 90e3,\n min: 30e3,\n },\n symbol: StockSymbols[LocationName.IshimaOmegaSoftware],\n },\n\n {\n b: false,\n initPrice: {\n max: 4.5e3,\n min: 500,\n },\n marketCap: 45e9,\n mv: {\n divisor: 100,\n max: 80,\n min: 70,\n },\n name: LocationName.Sector12FoodNStuff,\n otlkMag: 1,\n spreadPerc: {\n divisor: 10,\n max: 10,\n min: 6,\n },\n shareTxForMovement: {\n max: 180e3,\n min: 60e3,\n },\n symbol: StockSymbols[LocationName.Sector12FoodNStuff],\n },\n\n {\n b: true,\n initPrice: {\n max: 3.5e3,\n min: 1.5e3,\n },\n marketCap: 30e9,\n mv: {\n divisor: 100,\n max: 275,\n min: 100,\n },\n name: \"Sigma Cosmetics\",\n otlkMag: 0,\n spreadPerc: {\n divisor: 10,\n max: 14,\n min: 6,\n },\n shareTxForMovement: {\n max: 70e3,\n min: 20e3,\n },\n symbol: StockSymbols[\"Sigma Cosmetics\"],\n },\n\n {\n b: true,\n initPrice: {\n max: 1.5e3,\n min: 250,\n },\n marketCap: 42e9,\n mv: {\n divisor: 100,\n max: 350,\n min: 200,\n },\n name: LocationName.Sector12JoesGuns,\n otlkMag: 1,\n spreadPerc: {\n divisor: 10,\n max: 14,\n min: 6,\n },\n shareTxForMovement: {\n max: 52e3,\n min: 15e3,\n },\n symbol: StockSymbols[LocationName.Sector12JoesGuns],\n },\n\n {\n b: true,\n initPrice: {\n max: 1.5e3,\n min: 250,\n },\n marketCap: 100e9,\n mv: {\n divisor: 100,\n max: 175,\n min: 120,\n },\n name: \"Catalyst Ventures\",\n otlkMag: 13.5,\n spreadPerc: {\n divisor: 10,\n max: 14,\n min: 5,\n },\n shareTxForMovement: {\n max: 72e3,\n min: 24e3,\n },\n symbol: StockSymbols[\"Catalyst Ventures\"],\n },\n\n {\n b: true,\n initPrice: {\n max: 30e3,\n min: 15e3,\n },\n marketCap: 360e9,\n mv: {\n divisor: 100,\n max: 80,\n min: 70,\n },\n name: \"Microdyne Technologies\",\n otlkMag: 8,\n spreadPerc: {\n divisor: 10,\n max: 10,\n min: 3,\n },\n shareTxForMovement: {\n max: 216e3,\n min: 90e3,\n },\n symbol: StockSymbols[\"Microdyne Technologies\"],\n },\n\n {\n b: true,\n initPrice: {\n max: 24e3,\n min: 12e3,\n },\n marketCap: 420e9,\n mv: {\n divisor: 100,\n max: 70,\n min: 50,\n },\n name: \"Titan Laboratories\",\n otlkMag: 11,\n spreadPerc: {\n divisor: 10,\n max: 10,\n min: 2,\n },\n shareTxForMovement: {\n max: 216e3,\n min: 90e3,\n },\n symbol: StockSymbols[\"Titan Laboratories\"],\n },\n];\n","import { Settings } from \"./Settings/Settings\";\n\nexport interface IPort {\n write: (value: unknown) => unknown;\n tryWrite: (value: unknown) => boolean;\n read: () => unknown;\n peek: () => unknown;\n full: () => boolean;\n empty: () => boolean;\n clear: () => void;\n}\n\nexport function NetscriptPort(): IPort {\n const data: unknown[] = [];\n\n return {\n write: (value: unknown): unknown => {\n data.push(value);\n if (data.length > Settings.MaxPortCapacity) {\n return data.shift();\n }\n return null;\n },\n\n tryWrite: (value: unknown): boolean => {\n if (data.length >= Settings.MaxPortCapacity) {\n return false;\n }\n data.push(value);\n return true;\n },\n\n read: (): unknown => {\n if (data.length === 0) {\n return \"NULL PORT DATA\";\n }\n return data.shift();\n },\n\n peek: (): unknown => {\n if (data.length === 0) {\n return \"NULL PORT DATA\";\n } else {\n const foo = data.slice();\n return foo[0];\n }\n },\n\n full: (): boolean => {\n return data.length == Settings.MaxPortCapacity;\n },\n\n empty: (): boolean => {\n return data.length === 0;\n },\n\n clear: (): void => {\n data.length = 0;\n },\n };\n}\n","import { FactionNames } from \"../Faction/data/FactionNames\";\nimport { GangConstants } from \"../Gang/data/Constants\";\nimport { Player } from \"../Player\";\nimport { Gang } from \"../Gang/Gang\";\nimport { AllGangs } from \"../Gang/AllGangs\";\nimport { GangMemberTasks } from \"../Gang/GangMemberTasks\";\nimport { GangMemberUpgrades } from \"../Gang/GangMemberUpgrades\";\nimport { GangMember } from \"../Gang/GangMember\";\nimport { GangMemberTask } from \"../Gang/GangMemberTask\";\nimport { helpers } from \"../Netscript/NetscriptHelpers\";\n\nimport {\n Gang as IGang,\n GangGenInfo,\n GangOtherInfo,\n GangMemberInfo,\n GangMemberAscension,\n EquipmentStats,\n GangTaskStats,\n GangOtherInfoObject,\n} from \"../ScriptEditor/NetscriptDefinitions\";\nimport { InternalAPI, NetscriptContext } from \"../Netscript/APIWrapper\";\n\nexport function NetscriptGang(): InternalAPI {\n /** Functions as an API check and also returns the gang object */\n const getGang = function (ctx: NetscriptContext): Gang {\n if (!Player.gang) throw helpers.makeRuntimeErrorMsg(ctx, \"Must have joined gang\", \"API ACCESS\");\n return Player.gang;\n };\n\n const getGangMember = function (ctx: NetscriptContext, name: string): GangMember {\n const gang = getGang(ctx);\n for (const member of gang.members) if (member.name === name) return member;\n throw helpers.makeRuntimeErrorMsg(ctx, `Invalid gang member: '${name}'`);\n };\n\n const getGangTask = function (ctx: NetscriptContext, name: string): GangMemberTask {\n const task = GangMemberTasks[name];\n if (!task) {\n throw helpers.makeRuntimeErrorMsg(ctx, `Invalid task: '${name}'`);\n }\n\n return task;\n };\n\n return {\n createGang:\n (ctx: NetscriptContext) =>\n (_faction: unknown): boolean => {\n const faction = helpers.string(ctx, \"faction\", _faction);\n // this list is copied from Faction/ui/Root.tsx\n\n if (!Player.canAccessGang() || !GangConstants.Names.includes(faction)) return false;\n if (Player.gang) return false;\n if (!Player.factions.includes(faction)) return false;\n\n const isHacking = faction === FactionNames.NiteSec || faction === FactionNames.TheBlackHand;\n Player.startGang(faction, isHacking);\n return true;\n },\n inGang: () => (): boolean => {\n return Player.gang ? true : false;\n },\n getMemberNames: (ctx: NetscriptContext) => (): string[] => {\n const gang = getGang(ctx);\n return gang.members.map((member) => member.name);\n },\n getGangInformation: (ctx: NetscriptContext) => (): GangGenInfo => {\n const gang = getGang(ctx);\n return {\n faction: gang.facName,\n isHacking: gang.isHackingGang,\n moneyGainRate: gang.moneyGainRate,\n power: gang.getPower(),\n respect: gang.respect,\n respectGainRate: gang.respectGainRate,\n territory: gang.getTerritory(),\n territoryClashChance: gang.territoryClashChance,\n territoryWarfareEngaged: gang.territoryWarfareEngaged,\n wantedLevel: gang.wanted,\n wantedLevelGainRate: gang.wantedGainRate,\n wantedPenalty: gang.getWantedPenalty(),\n };\n },\n getOtherGangInformation: (ctx: NetscriptContext) => (): GangOtherInfo => {\n getGang(ctx);\n const cpy: Record = {};\n for (const gang of Object.keys(AllGangs)) {\n cpy[gang] = Object.assign({}, AllGangs[gang]);\n }\n\n return cpy;\n },\n getMemberInformation:\n (ctx: NetscriptContext) =>\n (_memberName: unknown): GangMemberInfo => {\n const memberName = helpers.string(ctx, \"memberName\", _memberName);\n const gang = getGang(ctx);\n const member = getGangMember(ctx, memberName);\n return {\n name: member.name,\n task: member.task,\n earnedRespect: member.earnedRespect,\n hack: member.hack,\n str: member.str,\n def: member.def,\n dex: member.dex,\n agi: member.agi,\n cha: member.cha,\n\n hack_exp: member.hack_exp,\n str_exp: member.str_exp,\n def_exp: member.def_exp,\n dex_exp: member.dex_exp,\n agi_exp: member.agi_exp,\n cha_exp: member.cha_exp,\n\n hack_mult: member.hack_mult,\n str_mult: member.str_mult,\n def_mult: member.def_mult,\n dex_mult: member.dex_mult,\n agi_mult: member.agi_mult,\n cha_mult: member.cha_mult,\n\n hack_asc_mult: member.calculateAscensionMult(member.hack_asc_points),\n str_asc_mult: member.calculateAscensionMult(member.str_asc_points),\n def_asc_mult: member.calculateAscensionMult(member.def_asc_points),\n dex_asc_mult: member.calculateAscensionMult(member.dex_asc_points),\n agi_asc_mult: member.calculateAscensionMult(member.agi_asc_points),\n cha_asc_mult: member.calculateAscensionMult(member.cha_asc_points),\n\n hack_asc_points: member.hack_asc_points,\n str_asc_points: member.str_asc_points,\n def_asc_points: member.def_asc_points,\n dex_asc_points: member.dex_asc_points,\n agi_asc_points: member.agi_asc_points,\n cha_asc_points: member.cha_asc_points,\n\n upgrades: member.upgrades.slice(),\n augmentations: member.augmentations.slice(),\n\n respectGain: member.calculateRespectGain(gang),\n wantedLevelGain: member.calculateWantedLevelGain(gang),\n moneyGain: member.calculateMoneyGain(gang),\n };\n },\n canRecruitMember: (ctx: NetscriptContext) => (): boolean => {\n const gang = getGang(ctx);\n return gang.canRecruitMember();\n },\n recruitMember:\n (ctx: NetscriptContext) =>\n (_memberName: unknown): boolean => {\n const memberName = helpers.string(ctx, \"memberName\", _memberName);\n const gang = getGang(ctx);\n const recruited = gang.recruitMember(memberName);\n if (recruited) {\n ctx.workerScript.log(\"gang.recruitMember\", () => `Successfully recruited Gang Member '${memberName}'`);\n } else {\n ctx.workerScript.log(\"gang.recruitMember\", () => `Failed to recruit Gang Member '${memberName}'`);\n }\n\n return recruited;\n },\n getTaskNames: (ctx: NetscriptContext) => (): string[] => {\n const gang = getGang(ctx);\n const tasks = gang.getAllTaskNames();\n tasks.unshift(\"Unassigned\");\n return tasks;\n },\n setMemberTask:\n (ctx: NetscriptContext) =>\n (_memberName: unknown, _taskName: unknown): boolean => {\n const memberName = helpers.string(ctx, \"memberName\", _memberName);\n const taskName = helpers.string(ctx, \"taskName\", _taskName);\n const gang = getGang(ctx);\n const member = getGangMember(ctx, memberName);\n if (!gang.getAllTaskNames().includes(taskName)) {\n ctx.workerScript.log(\n \"gang.setMemberTask\",\n () =>\n `Failed to assign Gang Member '${memberName}' to Invalid task '${taskName}'. '${memberName}' is now Unassigned`,\n );\n return member.assignToTask(\"Unassigned\");\n }\n const success = member.assignToTask(taskName);\n if (success) {\n ctx.workerScript.log(\n \"gang.setMemberTask\",\n () => `Successfully assigned Gang Member '${memberName}' to '${taskName}' task`,\n );\n } else {\n ctx.workerScript.log(\n \"gang.setMemberTask\",\n () =>\n `Failed to assign Gang Member '${memberName}' to '${taskName}' task. '${memberName}' is now Unassigned`,\n );\n }\n\n return success;\n },\n getTaskStats:\n (ctx: NetscriptContext) =>\n (_taskName: unknown): GangTaskStats => {\n const taskName = helpers.string(ctx, \"taskName\", _taskName);\n getGang(ctx);\n const task = getGangTask(ctx, taskName);\n const copy = Object.assign({}, task);\n copy.territory = Object.assign({}, task.territory);\n return copy;\n },\n getEquipmentNames: (ctx: NetscriptContext) => (): string[] => {\n getGang(ctx);\n return Object.keys(GangMemberUpgrades);\n },\n getEquipmentCost:\n (ctx: NetscriptContext) =>\n (_equipName: unknown): number => {\n const equipName = helpers.string(ctx, \"equipName\", _equipName);\n const gang = getGang(ctx);\n const upg = GangMemberUpgrades[equipName];\n if (upg === null) return Infinity;\n return gang.getUpgradeCost(upg);\n },\n getEquipmentType:\n (ctx: NetscriptContext) =>\n (_equipName: unknown): string => {\n const equipName = helpers.string(ctx, \"equipName\", _equipName);\n getGang(ctx);\n const upg = GangMemberUpgrades[equipName];\n if (upg == null) return \"\";\n return upg.getType();\n },\n getEquipmentStats:\n (ctx: NetscriptContext) =>\n (_equipName: unknown): EquipmentStats => {\n const equipName = helpers.string(ctx, \"equipName\", _equipName);\n getGang(ctx);\n const equipment = GangMemberUpgrades[equipName];\n if (!equipment) {\n throw helpers.makeRuntimeErrorMsg(ctx, `Invalid equipment: ${equipName}`);\n }\n const typecheck: EquipmentStats = equipment.mults;\n return Object.assign({}, typecheck) as any;\n },\n purchaseEquipment:\n (ctx: NetscriptContext) =>\n (_memberName: unknown, _equipName: unknown): boolean => {\n const memberName = helpers.string(ctx, \"memberName\", _memberName);\n const equipName = helpers.string(ctx, \"equipName\", _equipName);\n getGang(ctx);\n const member = getGangMember(ctx, memberName);\n const equipment = GangMemberUpgrades[equipName];\n if (!equipment) return false;\n const res = member.buyUpgrade(equipment);\n if (res) {\n ctx.workerScript.log(\n \"gang.purchaseEquipment\",\n () => `Purchased '${equipName}' for Gang member '${memberName}'`,\n );\n } else {\n ctx.workerScript.log(\n \"gang.purchaseEquipment\",\n () => `Failed to purchase '${equipName}' for Gang member '${memberName}'`,\n );\n }\n\n return res;\n },\n ascendMember:\n (ctx: NetscriptContext) =>\n (_memberName: unknown): GangMemberAscension | undefined => {\n const memberName = helpers.string(ctx, \"memberName\", _memberName);\n const gang = getGang(ctx);\n const member = getGangMember(ctx, memberName);\n if (!member.canAscend()) return;\n return gang.ascendMember(member, ctx.workerScript);\n },\n getAscensionResult:\n (ctx: NetscriptContext) =>\n (_memberName: unknown): GangMemberAscension | undefined => {\n const memberName = helpers.string(ctx, \"memberName\", _memberName);\n getGang(ctx);\n const member = getGangMember(ctx, memberName);\n if (!member.canAscend()) return;\n return {\n respect: member.earnedRespect,\n ...member.getAscensionResults(),\n };\n },\n setTerritoryWarfare:\n (ctx: NetscriptContext) =>\n (_engage: unknown): void => {\n const engage = !!_engage;\n const gang = getGang(ctx);\n if (engage) {\n gang.territoryWarfareEngaged = true;\n ctx.workerScript.log(\"gang.setTerritoryWarfare\", () => \"Engaging in Gang Territory Warfare\");\n } else {\n gang.territoryWarfareEngaged = false;\n ctx.workerScript.log(\"gang.setTerritoryWarfare\", () => \"Disengaging in Gang Territory Warfare\");\n }\n },\n getChanceToWinClash:\n (ctx: NetscriptContext) =>\n (_otherGang: unknown): number => {\n const otherGang = helpers.string(ctx, \"otherGang\", _otherGang);\n const gang = getGang(ctx);\n if (AllGangs[otherGang] == null) {\n throw helpers.makeRuntimeErrorMsg(ctx, `Invalid gang: ${otherGang}`);\n }\n\n const playerPower = AllGangs[gang.facName].power;\n const otherPower = AllGangs[otherGang].power;\n\n return playerPower / (otherPower + playerPower);\n },\n getBonusTime: (ctx: NetscriptContext) => (): number => {\n const gang = getGang(ctx);\n return Math.round(gang.storedCycles / 5) * 1000;\n },\n };\n}\n","import { Player } from \"../Player\";\nimport { StaticAugmentations } from \"../Augmentation/StaticAugmentations\";\nimport { CityName } from \"../Locations/data/CityNames\";\nimport { findCrime } from \"../Crime/CrimeHelpers\";\nimport { Augmentation } from \"../Augmentation/Augmentation\";\n\nimport {\n AugmentPair,\n Sleeve as ISleeve,\n SleeveInformation,\n SleeveSkills,\n SleeveTask,\n} from \"../ScriptEditor/NetscriptDefinitions\";\nimport { checkEnum } from \"../utils/helpers/checkEnum\";\nimport { InternalAPI, NetscriptContext } from \"../Netscript/APIWrapper\";\nimport { isSleeveBladeburnerWork } from \"../PersonObjects/Sleeve/Work/SleeveBladeburnerWork\";\nimport { isSleeveFactionWork } from \"../PersonObjects/Sleeve/Work/SleeveFactionWork\";\nimport { isSleeveCompanyWork } from \"../PersonObjects/Sleeve/Work/SleeveCompanyWork\";\nimport { helpers } from \"../Netscript/NetscriptHelpers\";\n\nexport function NetscriptSleeve(): InternalAPI {\n const checkSleeveAPIAccess = function (ctx: NetscriptContext): void {\n if (Player.bitNodeN !== 10 && !Player.sourceFileLvl(10)) {\n throw helpers.makeRuntimeErrorMsg(\n ctx,\n \"You do not currently have access to the Sleeve API. This is either because you are not in BitNode-10 or because you do not have Source-File 10\",\n );\n }\n };\n\n const checkSleeveNumber = function (ctx: NetscriptContext, sleeveNumber: number): void {\n if (sleeveNumber >= Player.sleeves.length || sleeveNumber < 0) {\n const msg = `Invalid sleeve number: ${sleeveNumber}`;\n helpers.log(ctx, () => msg);\n throw helpers.makeRuntimeErrorMsg(ctx, msg);\n }\n };\n\n const getSleeveStats = function (sleeveNumber: number): SleeveSkills {\n const sl = Player.sleeves[sleeveNumber];\n return {\n shock: 100 - sl.shock,\n sync: sl.sync,\n memory: sl.memory,\n hacking: sl.skills.hacking,\n strength: sl.skills.strength,\n defense: sl.skills.defense,\n dexterity: sl.skills.dexterity,\n agility: sl.skills.agility,\n charisma: sl.skills.charisma,\n };\n };\n\n return {\n getNumSleeves: (ctx: NetscriptContext) => (): number => {\n checkSleeveAPIAccess(ctx);\n return Player.sleeves.length;\n },\n setToShockRecovery:\n (ctx: NetscriptContext) =>\n (_sleeveNumber: unknown): boolean => {\n const sleeveNumber = helpers.number(ctx, \"sleeveNumber\", _sleeveNumber);\n checkSleeveAPIAccess(ctx);\n checkSleeveNumber(ctx, sleeveNumber);\n return Player.sleeves[sleeveNumber].shockRecovery();\n },\n setToSynchronize:\n (ctx: NetscriptContext) =>\n (_sleeveNumber: unknown): boolean => {\n const sleeveNumber = helpers.number(ctx, \"sleeveNumber\", _sleeveNumber);\n checkSleeveAPIAccess(ctx);\n checkSleeveNumber(ctx, sleeveNumber);\n return Player.sleeves[sleeveNumber].synchronize();\n },\n setToCommitCrime:\n (ctx: NetscriptContext) =>\n (_sleeveNumber: unknown, _crimeRoughName: unknown): boolean => {\n const sleeveNumber = helpers.number(ctx, \"sleeveNumber\", _sleeveNumber);\n const crimeRoughName = helpers.string(ctx, \"crimeName\", _crimeRoughName);\n checkSleeveAPIAccess(ctx);\n checkSleeveNumber(ctx, sleeveNumber);\n const crime = findCrime(crimeRoughName);\n if (crime === null) {\n return false;\n }\n return Player.sleeves[sleeveNumber].commitCrime(crime.name);\n },\n setToUniversityCourse:\n (ctx: NetscriptContext) =>\n (_sleeveNumber: unknown, _universityName: unknown, _className: unknown): boolean => {\n const sleeveNumber = helpers.number(ctx, \"sleeveNumber\", _sleeveNumber);\n const universityName = helpers.string(ctx, \"universityName\", _universityName);\n const className = helpers.string(ctx, \"className\", _className);\n checkSleeveAPIAccess(ctx);\n checkSleeveNumber(ctx, sleeveNumber);\n return Player.sleeves[sleeveNumber].takeUniversityCourse(universityName, className);\n },\n travel:\n (ctx: NetscriptContext) =>\n (_sleeveNumber: unknown, _cityName: unknown): boolean => {\n const sleeveNumber = helpers.number(ctx, \"sleeveNumber\", _sleeveNumber);\n const cityName = helpers.string(ctx, \"cityName\", _cityName);\n checkSleeveAPIAccess(ctx);\n checkSleeveNumber(ctx, sleeveNumber);\n if (checkEnum(CityName, cityName)) {\n return Player.sleeves[sleeveNumber].travel(cityName);\n } else {\n throw helpers.makeRuntimeErrorMsg(ctx, `Invalid city name: '${cityName}'.`);\n }\n },\n setToCompanyWork:\n (ctx: NetscriptContext) =>\n (_sleeveNumber: unknown, acompanyName: unknown): boolean => {\n const sleeveNumber = helpers.number(ctx, \"sleeveNumber\", _sleeveNumber);\n const companyName = helpers.string(ctx, \"companyName\", acompanyName);\n checkSleeveAPIAccess(ctx);\n checkSleeveNumber(ctx, sleeveNumber);\n\n // Cannot work at the same company that another sleeve is working at\n for (let i = 0; i < Player.sleeves.length; ++i) {\n if (i === sleeveNumber) {\n continue;\n }\n const other = Player.sleeves[i];\n if (isSleeveCompanyWork(other.currentWork) && other.currentWork.companyName === companyName) {\n throw helpers.makeRuntimeErrorMsg(\n ctx,\n `Sleeve ${sleeveNumber} cannot work for company ${companyName} because Sleeve ${i} is already working for them.`,\n );\n }\n }\n\n return Player.sleeves[sleeveNumber].workForCompany(companyName);\n },\n setToFactionWork:\n (ctx: NetscriptContext) =>\n (_sleeveNumber: unknown, _factionName: unknown, _workType: unknown): boolean | undefined => {\n const sleeveNumber = helpers.number(ctx, \"sleeveNumber\", _sleeveNumber);\n const factionName = helpers.string(ctx, \"factionName\", _factionName);\n const workType = helpers.string(ctx, \"workType\", _workType);\n checkSleeveAPIAccess(ctx);\n checkSleeveNumber(ctx, sleeveNumber);\n\n // Cannot work at the same faction that another sleeve is working at\n for (let i = 0; i < Player.sleeves.length; ++i) {\n if (i === sleeveNumber) {\n continue;\n }\n const other = Player.sleeves[i];\n if (isSleeveFactionWork(other.currentWork) && other.currentWork.factionName === factionName) {\n throw helpers.makeRuntimeErrorMsg(\n ctx,\n `Sleeve ${sleeveNumber} cannot work for faction ${factionName} because Sleeve ${i} is already working for them.`,\n );\n }\n }\n\n if (Player.gang && Player.gang.facName == factionName) {\n throw helpers.makeRuntimeErrorMsg(\n ctx,\n `Sleeve ${sleeveNumber} cannot work for faction ${factionName} because you have started a gang with them.`,\n );\n }\n\n return Player.sleeves[sleeveNumber].workForFaction(factionName, workType);\n },\n setToGymWorkout:\n (ctx: NetscriptContext) =>\n (_sleeveNumber: unknown, _gymName: unknown, _stat: unknown): boolean => {\n const sleeveNumber = helpers.number(ctx, \"sleeveNumber\", _sleeveNumber);\n const gymName = helpers.string(ctx, \"gymName\", _gymName);\n const stat = helpers.string(ctx, \"stat\", _stat);\n checkSleeveAPIAccess(ctx);\n checkSleeveNumber(ctx, sleeveNumber);\n\n return Player.sleeves[sleeveNumber].workoutAtGym(gymName, stat);\n },\n getSleeveStats:\n (ctx: NetscriptContext) =>\n (_sleeveNumber: unknown): SleeveSkills => {\n const sleeveNumber = helpers.number(ctx, \"sleeveNumber\", _sleeveNumber);\n checkSleeveAPIAccess(ctx);\n checkSleeveNumber(ctx, sleeveNumber);\n return getSleeveStats(sleeveNumber);\n },\n getTask:\n (ctx: NetscriptContext) =>\n (_sleeveNumber: unknown): SleeveTask | null => {\n const sleeveNumber = helpers.number(ctx, \"sleeveNumber\", _sleeveNumber);\n checkSleeveAPIAccess(ctx);\n checkSleeveNumber(ctx, sleeveNumber);\n\n const sl = Player.sleeves[sleeveNumber];\n if (sl.currentWork === null) return null;\n return sl.currentWork.APICopy();\n },\n getInformation:\n (ctx: NetscriptContext) =>\n (_sleeveNumber: unknown): SleeveInformation => {\n const sleeveNumber = helpers.number(ctx, \"sleeveNumber\", _sleeveNumber);\n checkSleeveAPIAccess(ctx);\n checkSleeveNumber(ctx, sleeveNumber);\n\n const sl = Player.sleeves[sleeveNumber];\n return {\n tor: false,\n city: sl.city,\n hp: sl.hp,\n jobs: Object.keys(Player.jobs), // technically sleeves have the same jobs as the player.\n jobTitle: Object.values(Player.jobs),\n\n mult: {\n agility: sl.mults.agility,\n agilityExp: sl.mults.agility_exp,\n charisma: sl.mults.charisma,\n charismaExp: sl.mults.charisma_exp,\n companyRep: sl.mults.company_rep,\n crimeMoney: sl.mults.crime_money,\n crimeSuccess: sl.mults.crime_success,\n defense: sl.mults.defense,\n defenseExp: sl.mults.defense_exp,\n dexterity: sl.mults.dexterity,\n dexterityExp: sl.mults.dexterity_exp,\n factionRep: sl.mults.faction_rep,\n hacking: sl.mults.hacking,\n hackingExp: sl.mults.hacking_exp,\n strength: sl.mults.strength,\n strengthExp: sl.mults.strength_exp,\n workMoney: sl.mults.work_money,\n },\n };\n },\n getSleeveAugmentations:\n (ctx: NetscriptContext) =>\n (_sleeveNumber: unknown): string[] => {\n const sleeveNumber = helpers.number(ctx, \"sleeveNumber\", _sleeveNumber);\n checkSleeveAPIAccess(ctx);\n checkSleeveNumber(ctx, sleeveNumber);\n\n const augs = [];\n for (let i = 0; i < Player.sleeves[sleeveNumber].augmentations.length; i++) {\n augs.push(Player.sleeves[sleeveNumber].augmentations[i].name);\n }\n return augs;\n },\n getSleevePurchasableAugs:\n (ctx: NetscriptContext) =>\n (_sleeveNumber: unknown): AugmentPair[] => {\n const sleeveNumber = helpers.number(ctx, \"sleeveNumber\", _sleeveNumber);\n checkSleeveAPIAccess(ctx);\n checkSleeveNumber(ctx, sleeveNumber);\n\n const purchasableAugs = Player.sleeves[sleeveNumber].findPurchasableAugs();\n const augs = [];\n for (let i = 0; i < purchasableAugs.length; i++) {\n const aug = purchasableAugs[i];\n augs.push({\n name: aug.name,\n cost: aug.baseCost,\n });\n }\n\n return augs;\n },\n purchaseSleeveAug:\n (ctx: NetscriptContext) =>\n (_sleeveNumber: unknown, _augName: unknown): boolean => {\n const sleeveNumber = helpers.number(ctx, \"sleeveNumber\", _sleeveNumber);\n const augName = helpers.string(ctx, \"augName\", _augName);\n checkSleeveAPIAccess(ctx);\n checkSleeveNumber(ctx, sleeveNumber);\n\n if (getSleeveStats(sleeveNumber).shock > 0) {\n throw helpers.makeRuntimeErrorMsg(ctx, `Sleeve shock too high: Sleeve ${sleeveNumber}`);\n }\n\n const aug = StaticAugmentations[augName];\n if (!aug) {\n throw helpers.makeRuntimeErrorMsg(ctx, `Invalid aug: ${augName}`);\n }\n\n return Player.sleeves[sleeveNumber].tryBuyAugmentation(aug);\n },\n getSleeveAugmentationPrice:\n (ctx: NetscriptContext) =>\n (_augName: unknown): number => {\n checkSleeveAPIAccess(ctx);\n const augName = helpers.string(ctx, \"augName\", _augName);\n const aug: Augmentation = StaticAugmentations[augName];\n return aug.baseCost;\n },\n getSleeveAugmentationRepReq:\n (ctx: NetscriptContext) =>\n (_augName: unknown): number => {\n checkSleeveAPIAccess(ctx);\n const augName = helpers.string(ctx, \"augName\", _augName);\n const aug: Augmentation = StaticAugmentations[augName];\n return aug.getCost().repCost;\n },\n setToBladeburnerAction:\n (ctx: NetscriptContext) =>\n (_sleeveNumber: unknown, _action: unknown, _contract?: unknown): boolean => {\n const sleeveNumber = helpers.number(ctx, \"sleeveNumber\", _sleeveNumber);\n const action = helpers.string(ctx, \"action\", _action);\n let contract: string;\n if (typeof _contract === \"undefined\") {\n contract = \"------\";\n } else {\n contract = helpers.string(ctx, \"contract\", _contract);\n }\n checkSleeveAPIAccess(ctx);\n checkSleeveNumber(ctx, sleeveNumber);\n\n // Cannot Take on Contracts if another sleeve is performing that action\n if (action === \"Take on contracts\") {\n for (let i = 0; i < Player.sleeves.length; ++i) {\n if (i === sleeveNumber) {\n continue;\n }\n const other = Player.sleeves[i];\n if (isSleeveBladeburnerWork(other.currentWork) && other.currentWork.actionName === contract) {\n throw helpers.makeRuntimeErrorMsg(\n ctx,\n `Sleeve ${sleeveNumber} cannot take on contracts because Sleeve ${i} is already performing that action.`,\n );\n }\n }\n }\n\n return Player.sleeves[sleeveNumber].bladeburner(action, contract);\n },\n };\n}\n","import { Player as player } from \"../Player\";\nimport { Exploit } from \"../Exploits/Exploit\";\nimport * as bcrypt from \"bcryptjs\";\nimport { Apr1Events as devMenu } from \"../ui/Apr1\";\nimport { InternalAPI, NetscriptContext } from \"../Netscript/APIWrapper\";\nimport { helpers } from \"../Netscript/NetscriptHelpers\";\n\nexport interface INetscriptExtra {\n heart: {\n break(): number;\n };\n openDevMenu(): void;\n exploit(): void;\n bypass(doc: Document): void;\n alterReality(): void;\n rainbow(guess: string): void;\n}\n\nexport function NetscriptExtra(): InternalAPI {\n return {\n heart: {\n // Easter egg function\n break: () => (): number => {\n return player.karma;\n },\n },\n openDevMenu: () => (): void => {\n devMenu.emit();\n },\n exploit: () => (): void => {\n player.giveExploit(Exploit.UndocumentedFunctionCall);\n },\n bypass:\n (ctx: NetscriptContext) =>\n (doc: unknown): void => {\n // reset both fields first\n type temporary = { completely_unused_field: unknown };\n const d = doc as temporary;\n d.completely_unused_field = undefined;\n const real_document = document as unknown as temporary;\n real_document.completely_unused_field = undefined;\n // set one to true and check that it affected the other.\n real_document.completely_unused_field = true;\n if (d.completely_unused_field && ctx.workerScript.ramUsage === 1.6) {\n player.giveExploit(Exploit.Bypass);\n }\n d.completely_unused_field = undefined;\n real_document.completely_unused_field = undefined;\n },\n alterReality: () => (): void => {\n // We need to trick webpack into not optimizing a variable that is guaranteed to be false (and doesn't use prototypes)\n let x = false;\n const recur = function (depth: number): void {\n if (depth === 0) return;\n x = !x;\n recur(depth - 1);\n };\n recur(2);\n console.warn(\"I am sure that this variable is false.\");\n if (x !== false) {\n console.warn(\"Reality has been altered!\");\n player.giveExploit(Exploit.RealityAlteration);\n }\n },\n rainbow:\n (ctx: NetscriptContext) =>\n (guess: unknown): boolean => {\n function tryGuess(): boolean {\n // eslint-disable-next-line no-sync\n const verified = bcrypt.compareSync(\n helpers.string(ctx, \"guess\", guess),\n \"$2a$10$aertxDEkgor8baVtQDZsLuMwwGYmkRM/ohcA6FjmmzIHQeTCsrCcO\",\n );\n if (verified) {\n player.giveExploit(Exploit.INeedARainbow);\n return true;\n }\n return false;\n }\n return tryGuess();\n },\n };\n}\n","import { Player as player } from \"../Player\";\nimport { HacknetServerConstants } from \"../Hacknet/data/Constants\";\nimport {\n getCostOfNextHacknetNode,\n getCostOfNextHacknetServer,\n hasHacknetServers,\n purchaseHacknet,\n purchaseLevelUpgrade,\n purchaseRamUpgrade,\n purchaseCoreUpgrade,\n purchaseCacheUpgrade,\n purchaseHashUpgrade,\n updateHashManagerCapacity,\n} from \"../Hacknet/HacknetHelpers\";\nimport { HacknetServer } from \"../Hacknet/HacknetServer\";\nimport { HacknetNode } from \"../Hacknet/HacknetNode\";\nimport { HashUpgrades } from \"../Hacknet/HashUpgrades\";\nimport { HashUpgrade } from \"../Hacknet/HashUpgrade\";\nimport { GetServer } from \"../Server/AllServers\";\n\nimport { Hacknet as IHacknet, NodeStats } from \"../ScriptEditor/NetscriptDefinitions\";\nimport { InternalAPI, NetscriptContext } from \"../Netscript/APIWrapper\";\nimport { helpers } from \"../Netscript/NetscriptHelpers\";\n\nexport function NetscriptHacknet(): InternalAPI {\n // Utility function to get Hacknet Node object\n const getHacknetNode = function (ctx: NetscriptContext, i: number): HacknetNode | HacknetServer {\n if (i < 0 || i >= player.hacknetNodes.length) {\n throw helpers.makeRuntimeErrorMsg(ctx, \"Index specified for Hacknet Node is out-of-bounds: \" + i);\n }\n\n if (hasHacknetServers()) {\n const hi = player.hacknetNodes[i];\n if (typeof hi !== \"string\") throw new Error(\"hacknet node was not a string\");\n const hserver = GetServer(hi);\n if (!(hserver instanceof HacknetServer)) throw new Error(\"hacknet server was not actually hacknet server\");\n if (hserver == null) {\n throw helpers.makeRuntimeErrorMsg(\n ctx,\n `Could not get Hacknet Server for index ${i}. This is probably a bug, please report to game dev`,\n );\n }\n\n return hserver;\n } else {\n const node = player.hacknetNodes[i];\n if (!(node instanceof HacknetNode)) throw new Error(\"hacknet node was not node.\");\n return node;\n }\n };\n\n return {\n numNodes: () => (): number => {\n return player.hacknetNodes.length;\n },\n maxNumNodes: () => (): number => {\n if (hasHacknetServers()) {\n return HacknetServerConstants.MaxServers;\n }\n return Infinity;\n },\n purchaseNode: () => (): number => {\n return purchaseHacknet();\n },\n getPurchaseNodeCost: () => (): number => {\n if (hasHacknetServers()) {\n return getCostOfNextHacknetServer();\n } else {\n return getCostOfNextHacknetNode();\n }\n },\n getNodeStats:\n (ctx: NetscriptContext) =>\n (_i: unknown): NodeStats => {\n const i = helpers.number(ctx, \"i\", _i);\n const node = getHacknetNode(ctx, i);\n const hasUpgraded = hasHacknetServers();\n const res: NodeStats = {\n name: node instanceof HacknetServer ? node.hostname : node.name,\n level: node.level,\n ram: node instanceof HacknetServer ? node.maxRam : node.ram,\n cores: node.cores,\n production: node instanceof HacknetServer ? node.hashRate : node.moneyGainRatePerSecond,\n timeOnline: node.onlineTimeSeconds,\n totalProduction: node instanceof HacknetServer ? node.totalHashesGenerated : node.totalMoneyGenerated,\n };\n\n if (hasUpgraded && node instanceof HacknetServer) {\n res.cache = node.cache;\n res.hashCapacity = node.hashCapacity;\n res.ramUsed = node.ramUsed;\n }\n\n return res;\n },\n upgradeLevel:\n (ctx: NetscriptContext) =>\n (_i: unknown, _n: unknown = 1): boolean => {\n const i = helpers.number(ctx, \"i\", _i);\n const n = helpers.number(ctx, \"n\", _n);\n const node = getHacknetNode(ctx, i);\n return purchaseLevelUpgrade(node, n);\n },\n upgradeRam:\n (ctx: NetscriptContext) =>\n (_i: unknown, _n: unknown = 1): boolean => {\n const i = helpers.number(ctx, \"i\", _i);\n const n = helpers.number(ctx, \"n\", _n);\n const node = getHacknetNode(ctx, i);\n return purchaseRamUpgrade(node, n);\n },\n upgradeCore:\n (ctx: NetscriptContext) =>\n (_i: unknown, _n: unknown = 1): boolean => {\n const i = helpers.number(ctx, \"i\", _i);\n const n = helpers.number(ctx, \"n\", _n);\n const node = getHacknetNode(ctx, i);\n return purchaseCoreUpgrade(node, n);\n },\n upgradeCache:\n (ctx: NetscriptContext) =>\n (_i: unknown, _n: unknown = 1): boolean => {\n const i = helpers.number(ctx, \"i\", _i);\n const n = helpers.number(ctx, \"n\", _n);\n if (!hasHacknetServers()) {\n return false;\n }\n const node = getHacknetNode(ctx, i);\n if (!(node instanceof HacknetServer)) {\n helpers.log(ctx, () => \"Can only be called on hacknet servers\");\n return false;\n }\n const res = purchaseCacheUpgrade(node, n);\n if (res) {\n updateHashManagerCapacity();\n }\n return res;\n },\n getLevelUpgradeCost:\n (ctx: NetscriptContext) =>\n (_i: unknown, _n: unknown = 1): number => {\n const i = helpers.number(ctx, \"i\", _i);\n const n = helpers.number(ctx, \"n\", _n);\n const node = getHacknetNode(ctx, i);\n return node.calculateLevelUpgradeCost(n, player.mults.hacknet_node_level_cost);\n },\n getRamUpgradeCost:\n (ctx: NetscriptContext) =>\n (_i: unknown, _n: unknown = 1): number => {\n const i = helpers.number(ctx, \"i\", _i);\n const n = helpers.number(ctx, \"n\", _n);\n const node = getHacknetNode(ctx, i);\n return node.calculateRamUpgradeCost(n, player.mults.hacknet_node_ram_cost);\n },\n getCoreUpgradeCost:\n (ctx: NetscriptContext) =>\n (_i: unknown, _n: unknown = 1): number => {\n const i = helpers.number(ctx, \"i\", _i);\n const n = helpers.number(ctx, \"n\", _n);\n const node = getHacknetNode(ctx, i);\n return node.calculateCoreUpgradeCost(n, player.mults.hacknet_node_core_cost);\n },\n getCacheUpgradeCost:\n (ctx: NetscriptContext) =>\n (_i: unknown, _n: unknown = 1): number => {\n const i = helpers.number(ctx, \"i\", _i);\n const n = helpers.number(ctx, \"n\", _n);\n if (!hasHacknetServers()) {\n return Infinity;\n }\n const node = getHacknetNode(ctx, i);\n if (!(node instanceof HacknetServer)) {\n helpers.log(ctx, () => \"Can only be called on hacknet servers\");\n return -1;\n }\n return node.calculateCacheUpgradeCost(n);\n },\n numHashes: () => (): number => {\n if (!hasHacknetServers()) {\n return 0;\n }\n return player.hashManager.hashes;\n },\n hashCapacity: () => (): number => {\n if (!hasHacknetServers()) {\n return 0;\n }\n return player.hashManager.capacity;\n },\n hashCost:\n (ctx: NetscriptContext) =>\n (_upgName: unknown, _count: unknown = 1): number => {\n const upgName = helpers.string(ctx, \"upgName\", _upgName);\n const count = helpers.number(ctx, \"count\", _count);\n if (!hasHacknetServers()) {\n return Infinity;\n }\n\n return player.hashManager.getUpgradeCost(upgName, count);\n },\n spendHashes:\n (ctx: NetscriptContext) =>\n (_upgName: unknown, _upgTarget: unknown = \"\", _count: unknown = 1): boolean => {\n const upgName = helpers.string(ctx, \"upgName\", _upgName);\n const upgTarget = helpers.string(ctx, \"upgTarget\", _upgTarget);\n const count = helpers.number(ctx, \"count\", _count);\n if (!hasHacknetServers()) {\n return false;\n }\n return purchaseHashUpgrade(upgName, upgTarget, count);\n },\n getHashUpgrades: () => (): string[] => {\n if (!hasHacknetServers()) {\n return [];\n }\n return Object.values(HashUpgrades).map((upgrade: HashUpgrade) => upgrade.name);\n },\n getHashUpgradeLevel:\n (ctx: NetscriptContext) =>\n (_upgName: unknown): number => {\n const upgName = helpers.string(ctx, \"upgName\", _upgName);\n const level = player.hashManager.upgrades[upgName];\n if (level === undefined) {\n throw helpers.makeRuntimeErrorMsg(ctx, `Invalid Hash Upgrade: ${upgName}`);\n }\n return level;\n },\n getStudyMult: () => (): number => {\n if (!hasHacknetServers()) {\n return 1;\n }\n return player.hashManager.getStudyMult();\n },\n getTrainingMult: () => (): number => {\n if (!hasHacknetServers()) {\n return 1;\n }\n return player.hashManager.getTrainingMult();\n },\n };\n}\n","/** Object representing an upgrade that can be purchased with hashes */\nexport interface IConstructorParams {\n cost?: number;\n costPerLevel: number;\n desc: string;\n hasTargetServer?: boolean;\n name: string;\n value: number;\n effectText?: (level: number) => JSX.Element | null;\n}\n\nexport class HashUpgrade {\n /**\n * If the upgrade has a flat cost (never increases), it goes here\n * Otherwise, this property should be undefined\n *\n * This property overrides the 'costPerLevel' property\n */\n cost?: number;\n\n /**\n * Base cost for this upgrade. Every time the upgrade is purchased,\n * its cost increases by this same amount (so its 1x, 2x, 3x, 4x, etc.)\n */\n costPerLevel = 0;\n\n /** Description of what the upgrade does */\n desc = \"\";\n\n /**\n * Boolean indicating that this upgrade's effect affects a single server,\n * the \"target\" server\n */\n hasTargetServer = false;\n\n /** Name of upgrade */\n name = \"\";\n\n // Generic value used to indicate the potency/amount of this upgrade's effect\n // The meaning varies between different upgrades\n value = 0;\n\n constructor(p: IConstructorParams) {\n if (p.cost != null) {\n this.cost = p.cost;\n }\n if (p.effectText != null) {\n this.effectText = p.effectText;\n }\n\n this.costPerLevel = p.costPerLevel;\n this.desc = p.desc;\n this.hasTargetServer = p.hasTargetServer ? p.hasTargetServer : false;\n this.name = p.name;\n this.value = p.value;\n }\n\n // Functions that returns the UI element to display the effect of this upgrade.\n effectText: (level: number) => JSX.Element | null = () => null;\n\n getCost(currentLevel: number, count = 1): number {\n if (typeof this.cost === \"number\") {\n return this.cost * count;\n }\n\n //This formula is equivalent to\n //(currentLevel + 1) * this.costPerLevel\n //being performed repeatedly\n const collapsedSum = 0.5 * count * (count + 2 * currentLevel + 1);\n return this.costPerLevel * collapsedSum;\n }\n}\n","// Metadata used to construct all Hash Upgrades\nimport React from \"react\";\nimport { IConstructorParams } from \"../HashUpgrade\";\nimport { numeralWrapper } from \"../../ui/numeralFormat\";\nimport { Money } from \"../../ui/React/Money\";\n\nexport const HashUpgradesMetadata: IConstructorParams[] = [\n {\n cost: 4,\n costPerLevel: 4,\n desc: \"Sell hashes for $1m\",\n name: \"Sell for Money\",\n effectText: (level: number): JSX.Element | null => (\n <>\n Sold for \n \n ),\n value: 1e6,\n },\n {\n costPerLevel: 100,\n desc: \"Sell hashes for $1b in Corporation funds\",\n name: \"Sell for Corporation Funds\",\n effectText: (level: number): JSX.Element | null => (\n <>\n Sold for Corporation funds.\n \n ),\n value: 1e9,\n },\n {\n costPerLevel: 50,\n desc:\n \"Use hashes to decrease the minimum security of a single server by 2%. \" +\n \"Note that a server's minimum security cannot go below 1. This effect persists \" +\n \"until you install Augmentations (since servers are reset at that time).\",\n hasTargetServer: true,\n name: \"Reduce Minimum Security\",\n value: 0.98,\n },\n {\n costPerLevel: 50,\n desc:\n \"Use hashes to increase the maximum amount of money on a single server by 2%. \" +\n \"Note that a server's maximum money is soft capped above $10t. \" +\n \"This effect persists until you install Augmentations (since servers \" +\n \"are reset at that time).\",\n hasTargetServer: true,\n name: \"Increase Maximum Money\",\n value: 1.02,\n },\n {\n costPerLevel: 50,\n desc:\n \"Use hashes to improve the experience earned when studying at a university by 20%. \" +\n \"This effect persists until you install Augmentations\",\n name: \"Improve Studying\",\n effectText: (level: number): JSX.Element | null => <>Improves studying by {level * 20}%,\n value: 20, // Improves studying by value%\n },\n {\n costPerLevel: 50,\n desc:\n \"Use hashes to improve the experience earned when training at the gym by 20%. This effect \" +\n \"persists until you install Augmentations\",\n name: \"Improve Gym Training\",\n effectText: (level: number): JSX.Element | null => <>Improves training by {level * 20}%,\n value: 20, // Improves training by value%\n },\n {\n costPerLevel: 200,\n desc: \"Exchange hashes for 1k Scientific Research in all of your Corporation's Industries\",\n name: \"Exchange for Corporation Research\",\n effectText: (level: number): JSX.Element | null => (\n <>Acquired a total of {level}k Scientific Research in your industries.\n ),\n value: 1000,\n },\n {\n costPerLevel: 250,\n desc: \"Exchange hashes for 100 Bladeburner Rank\",\n name: \"Exchange for Bladeburner Rank\",\n effectText: (level: number): JSX.Element | null => (\n <>Acquired a total of {numeralWrapper.format(100 * level, \"0a\")} Bladeburner rank\n ),\n value: 100,\n },\n {\n costPerLevel: 250,\n desc: \"Exchanges hashes for 10 Bladeburner Skill Points\",\n name: \"Exchange for Bladeburner SP\",\n effectText: (level: number): JSX.Element | null => (\n <>Acquired a total of {numeralWrapper.format(10 * level, \"0a\")} Bladeburner Skill Points\n ),\n value: 10,\n },\n {\n costPerLevel: 200,\n desc: \"Generate a random Coding Contract somewhere on the network\",\n name: \"Generate Coding Contract\",\n effectText: (level: number): JSX.Element | null => <>Generated {level} contracts.,\n value: 1,\n },\n];\n","import { Player as player } from \"../Player\";\n\nimport { staneksGift } from \"../CotMG/Helper\";\nimport { Fragments, FragmentById } from \"../CotMG/Fragment\";\nimport { FragmentType } from \"../CotMG/FragmentType\";\n\nimport {\n Fragment as IFragment,\n ActiveFragment as IActiveFragment,\n Stanek as IStanek,\n} from \"../ScriptEditor/NetscriptDefinitions\";\nimport { AugmentationNames } from \"../Augmentation/data/AugmentationNames\";\nimport { NetscriptContext, InternalAPI } from \"../Netscript/APIWrapper\";\nimport { applyAugmentation } from \"../Augmentation/AugmentationHelpers\";\nimport { FactionNames } from \"../Faction/data/FactionNames\";\nimport { joinFaction } from \"../Faction/FactionHelpers\";\nimport { Factions } from \"../Faction/Factions\";\nimport { helpers } from \"../Netscript/NetscriptHelpers\";\n\nexport function NetscriptStanek(): InternalAPI {\n function checkStanekAPIAccess(ctx: NetscriptContext): void {\n if (!player.hasAugmentation(AugmentationNames.StaneksGift1, true)) {\n throw helpers.makeRuntimeErrorMsg(ctx, \"Stanek's Gift is not installed\");\n }\n }\n\n return {\n giftWidth: (ctx: NetscriptContext) =>\n function (): number {\n checkStanekAPIAccess(ctx);\n return staneksGift.width();\n },\n giftHeight: (ctx: NetscriptContext) =>\n function (): number {\n checkStanekAPIAccess(ctx);\n return staneksGift.height();\n },\n chargeFragment: (ctx: NetscriptContext) =>\n function (_rootX: unknown, _rootY: unknown): Promise {\n //Get the fragment object using the given coordinates\n const rootX = helpers.number(ctx, \"rootX\", _rootX);\n const rootY = helpers.number(ctx, \"rootY\", _rootY);\n checkStanekAPIAccess(ctx);\n const fragment = staneksGift.findFragment(rootX, rootY);\n //Check whether the selected fragment can ge charged\n if (!fragment) throw helpers.makeRuntimeErrorMsg(ctx, `No fragment with root (${rootX}, ${rootY}).`);\n if (fragment.fragment().type == FragmentType.Booster) {\n throw helpers.makeRuntimeErrorMsg(\n ctx,\n `The fragment with root (${rootX}, ${rootY}) is a Booster Fragment and thus cannot be charged.`,\n );\n }\n //Charge the fragment\n const time = staneksGift.inBonus() ? 200 : 1000;\n return helpers.netscriptDelay(ctx, time).then(function () {\n staneksGift.charge(fragment, ctx.workerScript.scriptRef.threads);\n helpers.log(ctx, () => `Charged fragment with ${ctx.workerScript.scriptRef.threads} threads.`);\n return Promise.resolve();\n });\n },\n fragmentDefinitions: (ctx: NetscriptContext) =>\n function (): IFragment[] {\n checkStanekAPIAccess(ctx);\n helpers.log(ctx, () => `Returned ${Fragments.length} fragments`);\n return Fragments.map((f) => f.copy());\n },\n activeFragments: (ctx: NetscriptContext) =>\n function (): IActiveFragment[] {\n checkStanekAPIAccess(ctx);\n helpers.log(ctx, () => `Returned ${staneksGift.fragments.length} fragments`);\n return staneksGift.fragments.map((af) => {\n return { ...af.copy(), ...af.fragment().copy() };\n });\n },\n clearGift: (ctx: NetscriptContext) =>\n function (): void {\n checkStanekAPIAccess(ctx);\n helpers.log(ctx, () => `Cleared Stanek's Gift.`);\n staneksGift.clear();\n },\n canPlaceFragment: (ctx: NetscriptContext) =>\n function (_rootX: unknown, _rootY: unknown, _rotation: unknown, _fragmentId: unknown): boolean {\n const rootX = helpers.number(ctx, \"rootX\", _rootX);\n const rootY = helpers.number(ctx, \"rootY\", _rootY);\n const rotation = helpers.number(ctx, \"rotation\", _rotation);\n const fragmentId = helpers.number(ctx, \"fragmentId\", _fragmentId);\n checkStanekAPIAccess(ctx);\n const fragment = FragmentById(fragmentId);\n if (!fragment) throw helpers.makeRuntimeErrorMsg(ctx, `Invalid fragment id: ${fragmentId}`);\n const can = staneksGift.canPlace(rootX, rootY, rotation, fragment);\n return can;\n },\n placeFragment: (ctx: NetscriptContext) =>\n function (_rootX: unknown, _rootY: unknown, _rotation: unknown, _fragmentId: unknown): boolean {\n const rootX = helpers.number(ctx, \"rootX\", _rootX);\n const rootY = helpers.number(ctx, \"rootY\", _rootY);\n const rotation = helpers.number(ctx, \"rotation\", _rotation);\n const fragmentId = helpers.number(ctx, \"fragmentId\", _fragmentId);\n checkStanekAPIAccess(ctx);\n const fragment = FragmentById(fragmentId);\n if (!fragment) throw helpers.makeRuntimeErrorMsg(ctx, `Invalid fragment id: ${fragmentId}`);\n return staneksGift.place(rootX, rootY, rotation, fragment);\n },\n getFragment: (ctx: NetscriptContext) =>\n function (_rootX: unknown, _rootY: unknown): IActiveFragment | undefined {\n const rootX = helpers.number(ctx, \"rootX\", _rootX);\n const rootY = helpers.number(ctx, \"rootY\", _rootY);\n checkStanekAPIAccess(ctx);\n const fragment = staneksGift.findFragment(rootX, rootY);\n if (fragment !== undefined) return fragment.copy();\n return undefined;\n },\n removeFragment: (ctx: NetscriptContext) =>\n function (_rootX: unknown, _rootY: unknown): boolean {\n const rootX = helpers.number(ctx, \"rootX\", _rootX);\n const rootY = helpers.number(ctx, \"rootY\", _rootY);\n checkStanekAPIAccess(ctx);\n return staneksGift.delete(rootX, rootY);\n },\n acceptGift: (ctx: NetscriptContext) =>\n function (): boolean {\n //Check if the player is eligible to join the church\n if (\n player.canAccessCotMG() &&\n player.augmentations.filter((a) => a.name !== AugmentationNames.NeuroFluxGovernor).length == 0 &&\n player.queuedAugmentations.filter((a) => a.name !== AugmentationNames.NeuroFluxGovernor).length == 0\n ) {\n //Attempt to join CotMG\n joinFaction(Factions[FactionNames.ChurchOfTheMachineGod]);\n //Attempt to install the first Stanek aug\n if (\n !player.hasAugmentation(AugmentationNames.StaneksGift1) &&\n !player.queuedAugmentations.some((a) => a.name === AugmentationNames.StaneksGift1)\n ) {\n applyAugmentation({ name: AugmentationNames.StaneksGift1, level: 1 });\n helpers.log(\n ctx,\n () => `'${FactionNames.ChurchOfTheMachineGod}' joined and '${AugmentationNames.StaneksGift1}' installed.`,\n );\n }\n }\n //Return true iff the player is in CotMG and has the first Stanek aug installed\n return (\n Factions[FactionNames.ChurchOfTheMachineGod].isMember &&\n player.hasAugmentation(AugmentationNames.StaneksGift1, true)\n );\n },\n };\n}\n","import { BitNodeMultipliers } from \"../../BitNode/BitNodeMultipliers\";\n\nexport function CalculateEffect(highestCharge: number, numCharge: number, power: number, boost: number): number {\n return (\n 1 +\n (Math.log(highestCharge + 1) / 60) *\n Math.pow((numCharge + 1) / 5, 0.07) *\n power *\n boost *\n BitNodeMultipliers.StaneksGiftPowerMultiplier\n );\n}\n","import {\n Infiltration as IInfiltration,\n InfiltrationLocation,\n PossibleInfiltrationLocation,\n} from \"../ScriptEditor/NetscriptDefinitions\";\nimport { Location } from \"../Locations/Location\";\nimport { Locations } from \"../Locations/Locations\";\nimport { calculateDifficulty, calculateReward } from \"../Infiltration/formulas/game\";\nimport {\n calculateInfiltratorsRepReward,\n calculateSellInformationCashReward,\n calculateTradeInformationRepReward,\n} from \"../Infiltration/formulas/victory\";\nimport { FactionNames } from \"../Faction/data/FactionNames\";\nimport { Factions } from \"../Faction/Factions\";\nimport { InternalAPI, NetscriptContext } from \"../Netscript/APIWrapper\";\nimport { checkEnum } from \"../utils/helpers/checkEnum\";\nimport { LocationName } from \"../Locations/data/LocationNames\";\nimport { helpers } from \"../Netscript/NetscriptHelpers\";\n\nexport function NetscriptInfiltration(): InternalAPI {\n const getLocationsWithInfiltrations = Object.values(Locations).filter(\n (location: Location) => location.infiltrationData,\n );\n\n const calculateInfiltrationData = (ctx: NetscriptContext, locationName: string): InfiltrationLocation => {\n if (!checkEnum(LocationName, locationName)) throw new Error(`Location '${locationName}' does not exists.`);\n const location = Locations[locationName];\n if (location === undefined) throw helpers.makeRuntimeErrorMsg(ctx, `Location '${location}' does not exists.`);\n if (location.infiltrationData === undefined)\n throw helpers.makeRuntimeErrorMsg(ctx, `Location '${location}' does not provide infiltrations.`);\n const startingSecurityLevel = location.infiltrationData.startingSecurityLevel;\n const difficulty = calculateDifficulty(startingSecurityLevel);\n const reward = calculateReward(startingSecurityLevel);\n const maxLevel = location.infiltrationData.maxClearanceLevel;\n return {\n location: JSON.parse(JSON.stringify(location)),\n reward: {\n tradeRep: calculateTradeInformationRepReward(reward, maxLevel, startingSecurityLevel),\n sellCash: calculateSellInformationCashReward(reward, maxLevel, startingSecurityLevel),\n SoARep: calculateInfiltratorsRepReward(Factions[FactionNames.ShadowsOfAnarchy], startingSecurityLevel),\n },\n difficulty: difficulty,\n };\n };\n return {\n getPossibleLocations: () => (): PossibleInfiltrationLocation[] => {\n return getLocationsWithInfiltrations.map((l) => ({\n city: l.city ?? \"\",\n name: String(l.name),\n }));\n },\n getInfiltration:\n (ctx: NetscriptContext) =>\n (_location: unknown): InfiltrationLocation => {\n const location = helpers.string(ctx, \"location\", _location);\n return calculateInfiltrationData(ctx, location);\n },\n };\n}\n","import { CityName } from \"./data/CityNames\";\nimport { LocationName } from \"./data/LocationNames\";\nimport { LocationType } from \"./LocationTypeEnum\";\n\ninterface IInfiltrationMetadata {\n maxClearanceLevel: number;\n startingSecurityLevel: number;\n}\n\nexport interface IConstructorParams {\n city?: CityName | null;\n costMult?: number;\n expMult?: number;\n infiltrationData?: IInfiltrationMetadata;\n name?: LocationName;\n types?: LocationType[];\n techVendorMaxRam?: number;\n techVendorMinRam?: number;\n}\n\n/** Class representing a visitable location in the world */\nexport class Location {\n /**\n * Name of city this location is in. If this property is null, it means this i\n * is a generic location that is available in all cities\n */\n city: CityName | null = null;\n\n /** Cost multiplier that influences how expensive a gym/university is */\n costMult = 0;\n\n /** Exp multiplier that influences how effective a gym/university is */\n expMult = 0;\n\n /**\n * Companies can be infiltrated. This contains the data required for that\n * infiltration event\n */\n infiltrationData?: IInfiltrationMetadata;\n\n /** Identifier for location */\n name: LocationName = LocationName.Void;\n\n /**\n * List of what type(s) this location is. A location can be multiple types\n * (e.g. company and tech vendor)\n */\n types: LocationType[] = [];\n\n /**\n * Tech vendors allow you to purchase servers.\n * This property defines the max RAM server you can purchase from this vendor\n */\n techVendorMaxRam = 0;\n\n /**\n * Tech vendors allow you to purchase servers.\n * This property defines the max RAM server you can purchase from this vendor\n */\n techVendorMinRam = 0;\n\n constructor(p: IConstructorParams) {\n if (p.city) {\n this.city = p.city;\n }\n if (p.costMult) {\n this.costMult = p.costMult;\n }\n if (p.expMult) {\n this.expMult = p.expMult;\n }\n if (p.infiltrationData) {\n this.infiltrationData = p.infiltrationData;\n }\n if (p.name) {\n this.name = p.name;\n }\n if (p.types) {\n this.types = p.types;\n }\n if (p.techVendorMaxRam) {\n this.techVendorMaxRam = p.techVendorMaxRam;\n }\n if (p.techVendorMinRam) {\n this.techVendorMinRam = p.techVendorMinRam;\n }\n }\n}\n","import {\n GameInfo,\n IStyleSettings,\n UserInterface as IUserInterface,\n UserInterfaceTheme,\n} from \"../ScriptEditor/NetscriptDefinitions\";\nimport { Settings } from \"../Settings/Settings\";\nimport { ThemeEvents } from \"../Themes/ui/Theme\";\nimport { defaultTheme } from \"../Themes/Themes\";\nimport { defaultStyles } from \"../Themes/Styles\";\nimport { CONSTANTS } from \"../Constants\";\nimport { hash } from \"../hash/hash\";\nimport { InternalAPI, NetscriptContext } from \"../Netscript/APIWrapper\";\nimport { Terminal } from \"../../src/Terminal\";\nimport { helpers } from \"../Netscript/NetscriptHelpers\";\n\nexport function NetscriptUserInterface(): InternalAPI {\n return {\n windowSize: () => (): [number, number] => {\n return [window.innerWidth, window.innerHeight];\n },\n getTheme: () => (): UserInterfaceTheme => {\n return { ...Settings.theme };\n },\n\n getStyles: () => (): IStyleSettings => {\n return { ...Settings.styles };\n },\n\n setTheme:\n (ctx: NetscriptContext) =>\n (newTheme: UserInterfaceTheme): void => {\n const hex = /^(#)((?:[A-Fa-f0-9]{2}){3,4}|(?:[A-Fa-f0-9]{3}))$/;\n const currentTheme = { ...Settings.theme };\n const errors: string[] = [];\n for (const key of Object.keys(newTheme)) {\n if (!currentTheme[key]) {\n // Invalid key\n errors.push(`Invalid key \"${key}\"`);\n } else if (!hex.test(newTheme[key] ?? \"\")) {\n errors.push(`Invalid color \"${key}\": ${newTheme[key]}`);\n } else {\n currentTheme[key] = newTheme[key];\n }\n }\n\n if (errors.length === 0) {\n Object.assign(Settings.theme, currentTheme);\n ThemeEvents.emit();\n helpers.log(ctx, () => `Successfully set theme`);\n } else {\n helpers.log(ctx, () => `Failed to set theme. Errors: ${errors.join(\", \")}`);\n }\n },\n\n setStyles:\n (ctx: NetscriptContext) =>\n (newStyles: IStyleSettings): void => {\n const currentStyles = { ...Settings.styles };\n const errors: string[] = [];\n for (const key of Object.keys(newStyles)) {\n if (!(currentStyles as any)[key]) {\n // Invalid key\n errors.push(`Invalid key \"${key}\"`);\n } else {\n (currentStyles as any)[key] = (newStyles as any)[key];\n }\n }\n\n if (errors.length === 0) {\n Object.assign(Settings.styles, currentStyles);\n ThemeEvents.emit();\n helpers.log(ctx, () => `Successfully set styles`);\n } else {\n helpers.log(ctx, () => `Failed to set styles. Errors: ${errors.join(\", \")}`);\n }\n },\n\n resetTheme: (ctx: NetscriptContext) => (): void => {\n Settings.theme = { ...defaultTheme };\n ThemeEvents.emit();\n helpers.log(ctx, () => `Reinitialized theme to default`);\n },\n\n resetStyles: (ctx: NetscriptContext) => (): void => {\n Settings.styles = { ...defaultStyles };\n ThemeEvents.emit();\n helpers.log(ctx, () => `Reinitialized styles to default`);\n },\n\n getGameInfo: () => (): GameInfo => {\n const version = CONSTANTS.VersionString;\n const commit = hash();\n const platform = navigator.userAgent.toLowerCase().indexOf(\" electron/\") > -1 ? \"Steam\" : \"Browser\";\n\n const gameInfo = {\n version,\n commit,\n platform,\n };\n\n return gameInfo;\n },\n\n clearTerminal: (ctx: NetscriptContext) => (): void => {\n helpers.log(ctx, () => `Clearing terminal`);\n Terminal.clear();\n },\n };\n}\n","import { Player } from \"../Player\";\nimport { Bladeburner } from \"../Bladeburner/Bladeburner\";\nimport { BitNodeMultipliers } from \"../BitNode/BitNodeMultipliers\";\nimport { Bladeburner as INetscriptBladeburner, BladeburnerCurAction } from \"../ScriptEditor/NetscriptDefinitions\";\nimport { Action } from \"src/Bladeburner/Action\";\nimport { InternalAPI, NetscriptContext } from \"src/Netscript/APIWrapper\";\nimport { BlackOperation } from \"../Bladeburner/BlackOperation\";\nimport { helpers } from \"../Netscript/NetscriptHelpers\";\n\nexport function NetscriptBladeburner(): InternalAPI {\n const checkBladeburnerAccess = function (ctx: NetscriptContext): void {\n getBladeburner(ctx);\n return;\n };\n const getBladeburner = function (ctx: NetscriptContext): Bladeburner {\n const apiAccess = Player.bitNodeN === 7 || Player.sourceFiles.some((a) => a.n === 7);\n if (!apiAccess) {\n throw helpers.makeRuntimeErrorMsg(ctx, \"You have not unlocked the bladeburner API.\", \"API ACCESS\");\n }\n const bladeburner = Player.bladeburner;\n if (!bladeburner)\n throw helpers.makeRuntimeErrorMsg(ctx, \"You must be a member of the Bladeburner division to use this API.\");\n return bladeburner;\n };\n\n const checkBladeburnerCity = function (ctx: NetscriptContext, city: string): void {\n const bladeburner = Player.bladeburner;\n if (bladeburner === null) throw new Error(\"Must have joined bladeburner\");\n if (!bladeburner.cities.hasOwnProperty(city)) {\n throw helpers.makeRuntimeErrorMsg(ctx, `Invalid city: ${city}`);\n }\n };\n\n const getBladeburnerActionObject = function (ctx: NetscriptContext, type: string, name: string): Action {\n const bladeburner = Player.bladeburner;\n if (bladeburner === null) throw new Error(\"Must have joined bladeburner\");\n const actionId = bladeburner.getActionIdFromTypeAndName(type, name);\n if (!actionId) {\n throw helpers.makeRuntimeErrorMsg(ctx, `Invalid action type='${type}', name='${name}'`);\n }\n const actionObj = bladeburner.getActionObject(actionId);\n if (!actionObj) {\n throw helpers.makeRuntimeErrorMsg(ctx, `Invalid action type='${type}', name='${name}'`);\n }\n\n return actionObj;\n };\n\n return {\n getContractNames: (ctx: NetscriptContext) => (): string[] => {\n const bladeburner = getBladeburner(ctx);\n return bladeburner.getContractNamesNetscriptFn();\n },\n getOperationNames: (ctx: NetscriptContext) => (): string[] => {\n const bladeburner = getBladeburner(ctx);\n return bladeburner.getOperationNamesNetscriptFn();\n },\n getBlackOpNames: (ctx: NetscriptContext) => (): string[] => {\n const bladeburner = getBladeburner(ctx);\n return bladeburner.getBlackOpNamesNetscriptFn();\n },\n getBlackOpRank:\n (ctx: NetscriptContext) =>\n (_blackOpName: unknown): number => {\n const blackOpName = helpers.string(ctx, \"blackOpName\", _blackOpName);\n checkBladeburnerAccess(ctx);\n const action = getBladeburnerActionObject(ctx, \"blackops\", blackOpName);\n if (!(action instanceof BlackOperation)) throw new Error(\"action was not a black operation\");\n return action.reqdRank;\n },\n getGeneralActionNames: (ctx: NetscriptContext) => (): string[] => {\n const bladeburner = getBladeburner(ctx);\n return bladeburner.getGeneralActionNamesNetscriptFn();\n },\n getSkillNames: (ctx: NetscriptContext) => (): string[] => {\n const bladeburner = getBladeburner(ctx);\n return bladeburner.getSkillNamesNetscriptFn();\n },\n startAction:\n (ctx: NetscriptContext) =>\n (_type: unknown, _name: unknown): boolean => {\n const type = helpers.string(ctx, \"type\", _type);\n const name = helpers.string(ctx, \"name\", _name);\n const bladeburner = getBladeburner(ctx);\n try {\n return bladeburner.startActionNetscriptFn(type, name, ctx.workerScript);\n } catch (e: unknown) {\n throw helpers.makeRuntimeErrorMsg(ctx, String(e));\n }\n },\n stopBladeburnerAction: (ctx: NetscriptContext) => (): void => {\n const bladeburner = getBladeburner(ctx);\n return bladeburner.resetAction();\n },\n getCurrentAction: (ctx: NetscriptContext) => (): BladeburnerCurAction => {\n const bladeburner = getBladeburner(ctx);\n return bladeburner.getTypeAndNameFromActionId(bladeburner.action);\n },\n getActionTime:\n (ctx: NetscriptContext) =>\n (_type: unknown, _name: unknown): number => {\n const type = helpers.string(ctx, \"type\", _type);\n const name = helpers.string(ctx, \"name\", _name);\n const bladeburner = getBladeburner(ctx);\n try {\n const time = bladeburner.getActionTimeNetscriptFn(Player, type, name);\n if (typeof time === \"string\") {\n const errorLogText = `Invalid action: type='${type}' name='${name}'`;\n helpers.log(ctx, () => errorLogText);\n return -1;\n } else {\n return time;\n }\n } catch (e: unknown) {\n throw helpers.makeRuntimeErrorMsg(ctx, String(e));\n }\n },\n getActionCurrentTime: (ctx: NetscriptContext) => (): number => {\n const bladeburner = getBladeburner(ctx);\n try {\n const timecomputed =\n Math.min(bladeburner.actionTimeCurrent + bladeburner.actionTimeOverflow, bladeburner.actionTimeToComplete) *\n 1000;\n return timecomputed;\n } catch (e: unknown) {\n throw helpers.makeRuntimeErrorMsg(ctx, String(e));\n }\n },\n getActionEstimatedSuccessChance:\n (ctx: NetscriptContext) =>\n (_type: unknown, _name: unknown): [number, number] => {\n const type = helpers.string(ctx, \"type\", _type);\n const name = helpers.string(ctx, \"name\", _name);\n const bladeburner = getBladeburner(ctx);\n try {\n const chance = bladeburner.getActionEstimatedSuccessChanceNetscriptFn(Player, type, name);\n if (typeof chance === \"string\") {\n const errorLogText = `Invalid action: type='${type}' name='${name}'`;\n helpers.log(ctx, () => errorLogText);\n return [-1, -1];\n } else {\n return chance;\n }\n } catch (e: unknown) {\n throw helpers.makeRuntimeErrorMsg(ctx, String(e));\n }\n },\n getActionRepGain:\n (ctx: NetscriptContext) =>\n (_type: unknown, _name: unknown, _level: unknown): number => {\n const type = helpers.string(ctx, \"type\", _type);\n const name = helpers.string(ctx, \"name\", _name);\n const level = helpers.number(ctx, \"level\", _level);\n checkBladeburnerAccess(ctx);\n const action = getBladeburnerActionObject(ctx, type, name);\n let rewardMultiplier;\n if (level == null || isNaN(level)) {\n rewardMultiplier = Math.pow(action.rewardFac, action.level - 1);\n } else {\n rewardMultiplier = Math.pow(action.rewardFac, level - 1);\n }\n\n return action.rankGain * rewardMultiplier * BitNodeMultipliers.BladeburnerRank;\n },\n getActionCountRemaining:\n (ctx: NetscriptContext) =>\n (_type: unknown, _name: unknown): number => {\n const type = helpers.string(ctx, \"type\", _type);\n const name = helpers.string(ctx, \"name\", _name);\n const bladeburner = getBladeburner(ctx);\n try {\n return bladeburner.getActionCountRemainingNetscriptFn(type, name, ctx.workerScript);\n } catch (e: unknown) {\n throw helpers.makeRuntimeErrorMsg(ctx, String(e));\n }\n },\n getActionMaxLevel:\n (ctx: NetscriptContext) =>\n (_type: unknown, _name: unknown): number => {\n const type = helpers.string(ctx, \"type\", _type);\n const name = helpers.string(ctx, \"name\", _name);\n checkBladeburnerAccess(ctx);\n const action = getBladeburnerActionObject(ctx, type, name);\n return action.maxLevel;\n },\n getActionCurrentLevel:\n (ctx: NetscriptContext) =>\n (_type: unknown, _name: unknown): number => {\n const type = helpers.string(ctx, \"type\", _type);\n const name = helpers.string(ctx, \"name\", _name);\n checkBladeburnerAccess(ctx);\n const action = getBladeburnerActionObject(ctx, type, name);\n return action.level;\n },\n getActionAutolevel:\n (ctx: NetscriptContext) =>\n (_type: unknown, _name: unknown): boolean => {\n const type = helpers.string(ctx, \"type\", _type);\n const name = helpers.string(ctx, \"name\", _name);\n checkBladeburnerAccess(ctx);\n const action = getBladeburnerActionObject(ctx, type, name);\n return action.autoLevel;\n },\n setActionAutolevel:\n (ctx: NetscriptContext) =>\n (_type: unknown, _name: unknown, _autoLevel: unknown = true): void => {\n const type = helpers.string(ctx, \"type\", _type);\n const name = helpers.string(ctx, \"name\", _name);\n const autoLevel = !!_autoLevel;\n checkBladeburnerAccess(ctx);\n const action = getBladeburnerActionObject(ctx, type, name);\n action.autoLevel = autoLevel;\n },\n setActionLevel:\n (ctx: NetscriptContext) =>\n (_type: unknown, _name: unknown, _level: unknown = 1): void => {\n const type = helpers.string(ctx, \"type\", _type);\n const name = helpers.string(ctx, \"name\", _name);\n const level = helpers.number(ctx, \"level\", _level);\n checkBladeburnerAccess(ctx);\n const action = getBladeburnerActionObject(ctx, type, name);\n if (level < 1 || level > action.maxLevel) {\n throw helpers.makeRuntimeErrorMsg(ctx, `Level must be between 1 and ${action.maxLevel}, is ${level}`);\n }\n action.level = level;\n },\n getRank: (ctx: NetscriptContext) => (): number => {\n const bladeburner = getBladeburner(ctx);\n return bladeburner.rank;\n },\n getSkillPoints: (ctx: NetscriptContext) => (): number => {\n const bladeburner = getBladeburner(ctx);\n return bladeburner.skillPoints;\n },\n getSkillLevel:\n (ctx: NetscriptContext) =>\n (_skillName: unknown): number => {\n const skillName = helpers.string(ctx, \"skillName\", _skillName);\n const bladeburner = getBladeburner(ctx);\n try {\n return bladeburner.getSkillLevelNetscriptFn(skillName, ctx.workerScript);\n } catch (e: unknown) {\n throw helpers.makeRuntimeErrorMsg(ctx, String(e));\n }\n },\n getSkillUpgradeCost:\n (ctx: NetscriptContext) =>\n (_skillName: unknown, _count: unknown = 1): number => {\n const skillName = helpers.string(ctx, \"skillName\", _skillName);\n const count = helpers.number(ctx, \"count\", _count);\n const bladeburner = getBladeburner(ctx);\n try {\n return bladeburner.getSkillUpgradeCostNetscriptFn(skillName, count, ctx.workerScript);\n } catch (e: unknown) {\n throw helpers.makeRuntimeErrorMsg(ctx, String(e));\n }\n },\n upgradeSkill:\n (ctx: NetscriptContext) =>\n (_skillName: unknown, _count: unknown = 1): boolean => {\n const skillName = helpers.string(ctx, \"skillName\", _skillName);\n const count = helpers.number(ctx, \"count\", _count);\n const bladeburner = getBladeburner(ctx);\n try {\n return bladeburner.upgradeSkillNetscriptFn(skillName, count, ctx.workerScript);\n } catch (e: unknown) {\n throw helpers.makeRuntimeErrorMsg(ctx, String(e));\n }\n },\n getTeamSize:\n (ctx: NetscriptContext) =>\n (_type: unknown, _name: unknown): number => {\n const type = helpers.string(ctx, \"type\", _type);\n const name = helpers.string(ctx, \"name\", _name);\n const bladeburner = getBladeburner(ctx);\n try {\n return bladeburner.getTeamSizeNetscriptFn(type, name, ctx.workerScript);\n } catch (e: unknown) {\n throw helpers.makeRuntimeErrorMsg(ctx, String(e));\n }\n },\n setTeamSize:\n (ctx: NetscriptContext) =>\n (_type: unknown, _name: unknown, _size: unknown): number => {\n const type = helpers.string(ctx, \"type\", _type);\n const name = helpers.string(ctx, \"name\", _name);\n const size = helpers.number(ctx, \"size\", _size);\n const bladeburner = getBladeburner(ctx);\n try {\n return bladeburner.setTeamSizeNetscriptFn(type, name, size, ctx.workerScript);\n } catch (e: unknown) {\n throw helpers.makeRuntimeErrorMsg(ctx, String(e));\n }\n },\n getCityEstimatedPopulation:\n (ctx: NetscriptContext) =>\n (_cityName: unknown): number => {\n const cityName = helpers.string(ctx, \"cityName\", _cityName);\n checkBladeburnerAccess(ctx);\n checkBladeburnerCity(ctx, cityName);\n const bladeburner = Player.bladeburner;\n if (bladeburner === null) throw new Error(\"Should not be called without Bladeburner\");\n return bladeburner.cities[cityName].popEst;\n },\n getCityCommunities:\n (ctx: NetscriptContext) =>\n (_cityName: unknown): number => {\n const cityName = helpers.string(ctx, \"cityName\", _cityName);\n checkBladeburnerAccess(ctx);\n checkBladeburnerCity(ctx, cityName);\n const bladeburner = Player.bladeburner;\n if (bladeburner === null) throw new Error(\"Should not be called without Bladeburner\");\n return bladeburner.cities[cityName].comms;\n },\n getCityChaos:\n (ctx: NetscriptContext) =>\n (_cityName: unknown): number => {\n const cityName = helpers.string(ctx, \"cityName\", _cityName);\n checkBladeburnerAccess(ctx);\n checkBladeburnerCity(ctx, cityName);\n const bladeburner = Player.bladeburner;\n if (bladeburner === null) throw new Error(\"Should not be called without Bladeburner\");\n return bladeburner.cities[cityName].chaos;\n },\n getCity: (ctx: NetscriptContext) => (): string => {\n const bladeburner = getBladeburner(ctx);\n return bladeburner.city;\n },\n switchCity:\n (ctx: NetscriptContext) =>\n (_cityName: unknown): boolean => {\n const cityName = helpers.string(ctx, \"cityName\", _cityName);\n checkBladeburnerAccess(ctx);\n checkBladeburnerCity(ctx, cityName);\n const bladeburner = Player.bladeburner;\n if (bladeburner === null) throw new Error(\"Should not be called without Bladeburner\");\n bladeburner.city = cityName;\n return true;\n },\n getStamina: (ctx: NetscriptContext) => (): [number, number] => {\n const bladeburner = getBladeburner(ctx);\n return [bladeburner.stamina, bladeburner.maxStamina];\n },\n joinBladeburnerFaction: (ctx: NetscriptContext) => (): boolean => {\n const bladeburner = getBladeburner(ctx);\n return bladeburner.joinBladeburnerFactionNetscriptFn(ctx.workerScript);\n },\n joinBladeburnerDivision: (ctx: NetscriptContext) => (): boolean => {\n if (Player.bitNodeN === 7 || Player.sourceFileLvl(7) > 0) {\n if (BitNodeMultipliers.BladeburnerRank === 0) {\n return false; // Disabled in this bitnode\n }\n if (Player.bladeburner) {\n return true; // Already member\n } else if (\n Player.skills.strength >= 100 &&\n Player.skills.defense >= 100 &&\n Player.skills.dexterity >= 100 &&\n Player.skills.agility >= 100\n ) {\n Player.bladeburner = new Bladeburner();\n helpers.log(ctx, () => \"You have been accepted into the Bladeburner division\");\n\n return true;\n } else {\n helpers.log(ctx, () => \"You do not meet the requirements for joining the Bladeburner division\");\n return false;\n }\n }\n return false;\n },\n getBonusTime: (ctx: NetscriptContext) => (): number => {\n const bladeburner = getBladeburner(ctx);\n return Math.round(bladeburner.storedCycles / 5) * 1000;\n },\n };\n}\n","import { Player as player } from \"../Player\";\nimport { CodingContract } from \"../CodingContracts\";\nimport { CodingAttemptOptions, CodingContract as ICodingContract } from \"../ScriptEditor/NetscriptDefinitions\";\nimport { InternalAPI, NetscriptContext } from \"../Netscript/APIWrapper\";\nimport { helpers } from \"../Netscript/NetscriptHelpers\";\nimport { codingContractTypesMetadata } from \"../data/codingcontracttypes\";\nimport { generateDummyContract } from \"../CodingContractGenerator\";\n\nexport function NetscriptCodingContract(): InternalAPI {\n const getCodingContract = function (\n ctx: NetscriptContext,\n func: string,\n hostname: string,\n filename: string,\n ): CodingContract {\n const server = helpers.getServer(ctx, hostname);\n const contract = server.getContract(filename);\n if (contract == null) {\n throw helpers.makeRuntimeErrorMsg(ctx, `Cannot find contract '${filename}' on server '${hostname}'`);\n }\n\n return contract;\n };\n\n return {\n attempt:\n (ctx: NetscriptContext) =>\n (\n answer: unknown,\n _filename: unknown,\n _hostname: unknown = ctx.workerScript.hostname,\n { returnReward }: CodingAttemptOptions = { returnReward: false },\n ): boolean | string => {\n const filename = helpers.string(ctx, \"filename\", _filename);\n const hostname = helpers.string(ctx, \"hostname\", _hostname);\n const contract = getCodingContract(ctx, \"attempt\", hostname, filename);\n\n if (typeof answer !== \"number\" && typeof answer !== \"string\" && !Array.isArray(answer))\n throw new Error(\"The answer provided was not a number, string, or array\");\n\n // Convert answer to string.\n const answerStr = typeof answer === \"string\" ? answer : JSON.stringify(answer);\n const creward = contract.reward;\n\n const serv = helpers.getServer(ctx, hostname);\n if (contract.isSolution(answerStr)) {\n const reward = player.gainCodingContractReward(creward, contract.getDifficulty());\n helpers.log(ctx, () => `Successfully completed Coding Contract '${filename}'. Reward: ${reward}`);\n serv.removeContract(filename);\n return returnReward ? reward : true;\n } else {\n ++contract.tries;\n if (contract.tries >= contract.getMaxNumTries()) {\n helpers.log(ctx, () => `Coding Contract attempt '${filename}' failed. Contract is now self-destructing`);\n serv.removeContract(filename);\n } else {\n helpers.log(\n ctx,\n () =>\n `Coding Contract attempt '${filename}' failed. ${\n contract.getMaxNumTries() - contract.tries\n } attempts remaining.`,\n );\n }\n\n return returnReward ? \"\" : false;\n }\n },\n getContractType:\n (ctx: NetscriptContext) =>\n (_filename: unknown, _hostname: unknown = ctx.workerScript.hostname): string => {\n const filename = helpers.string(ctx, \"filename\", _filename);\n const hostname = helpers.string(ctx, \"hostname\", _hostname);\n const contract = getCodingContract(ctx, \"getContractType\", hostname, filename);\n return contract.getType();\n },\n getData:\n (ctx: NetscriptContext) =>\n (_filename: unknown, _hostname: unknown = ctx.workerScript.hostname): unknown => {\n const filename = helpers.string(ctx, \"filename\", _filename);\n const hostname = helpers.string(ctx, \"hostname\", _hostname);\n const contract = getCodingContract(ctx, \"getData\", hostname, filename);\n const data = contract.getData();\n if (Array.isArray(data)) {\n // For two dimensional arrays, we have to copy the internal arrays using\n // slice() as well. As of right now, no contract has arrays that have\n // more than two dimensions\n const copy = data.slice();\n for (let i = 0; i < copy.length; ++i) {\n if (data[i].constructor === Array) {\n copy[i] = data[i].slice();\n }\n }\n\n return copy;\n } else {\n return data;\n }\n },\n getDescription:\n (ctx: NetscriptContext) =>\n (_filename: unknown, _hostname: unknown = ctx.workerScript.hostname): string => {\n const filename = helpers.string(ctx, \"filename\", _filename);\n const hostname = helpers.string(ctx, \"hostname\", _hostname);\n const contract = getCodingContract(ctx, \"getDescription\", hostname, filename);\n return contract.getDescription();\n },\n getNumTriesRemaining:\n (ctx: NetscriptContext) =>\n (_filename: unknown, _hostname: unknown = ctx.workerScript.hostname): number => {\n const filename = helpers.string(ctx, \"filename\", _filename);\n const hostname = helpers.string(ctx, \"hostname\", _hostname);\n const contract = getCodingContract(ctx, \"getNumTriesRemaining\", hostname, filename);\n return contract.getMaxNumTries() - contract.tries;\n },\n createDummyContract:\n (ctx: NetscriptContext) =>\n (_type: unknown): void => {\n const type = helpers.string(ctx, \"type\", _type);\n generateDummyContract(type);\n },\n getContractTypes: () => (): string[] => codingContractTypesMetadata.map((c) => c.name),\n };\n}\n","import { Player as player } from \"../Player\";\n\nimport { OfficeSpace } from \"../Corporation/OfficeSpace\";\nimport { Employee } from \"../Corporation/Employee\";\nimport { Product } from \"../Corporation/Product\";\nimport { Material } from \"../Corporation/Material\";\nimport { Warehouse } from \"../Corporation/Warehouse\";\nimport { Industry } from \"../Corporation/Industry\";\nimport { Corporation } from \"../Corporation/Corporation\";\n\nimport {\n Corporation as NSCorporation,\n CorporationInfo,\n Employee as NSEmployee,\n Product as NSProduct,\n Material as NSMaterial,\n Warehouse as NSWarehouse,\n Division as NSDivision,\n WarehouseAPI,\n OfficeAPI,\n InvestmentOffer,\n Office as NSOffice,\n} from \"../ScriptEditor/NetscriptDefinitions\";\n\nimport {\n NewIndustry,\n NewCity,\n UnlockUpgrade,\n LevelUpgrade,\n IssueDividends,\n SellMaterial,\n SellProduct,\n SetSmartSupply,\n BuyMaterial,\n AssignJob,\n AutoAssignJob,\n UpgradeOfficeSize,\n PurchaseWarehouse,\n UpgradeWarehouse,\n BuyCoffee,\n ThrowParty,\n HireAdVert,\n MakeProduct,\n Research,\n ExportMaterial,\n CancelExportMaterial,\n SetMaterialMarketTA1,\n SetMaterialMarketTA2,\n SetProductMarketTA1,\n SetProductMarketTA2,\n BulkPurchase,\n SellShares,\n BuyBackShares,\n SetSmartSupplyUseLeftovers,\n LimitMaterialProduction,\n LimitProductProduction,\n UpgradeWarehouseCost,\n} from \"../Corporation/Actions\";\nimport { CorporationUnlockUpgrades } from \"../Corporation/data/CorporationUnlockUpgrades\";\nimport { CorporationUpgrades } from \"../Corporation/data/CorporationUpgrades\";\nimport { EmployeePositions } from \"../Corporation/EmployeePositions\";\nimport { IndustryResearchTrees, IndustryStartingCosts } from \"../Corporation/IndustryData\";\nimport { CorporationConstants } from \"../Corporation/data/Constants\";\nimport { ResearchMap } from \"../Corporation/ResearchMap\";\nimport { Factions } from \"../Faction/Factions\";\nimport { BitNodeMultipliers } from \"../BitNode/BitNodeMultipliers\";\nimport { InternalAPI, NetscriptContext } from \"../Netscript/APIWrapper\";\nimport { helpers } from \"../Netscript/NetscriptHelpers\";\nimport { checkEnum } from \"../utils/helpers/checkEnum\";\n\nexport function NetscriptCorporation(): InternalAPI {\n function createCorporation(corporationName: string, selfFund = true): boolean {\n if (!player.canAccessCorporation() || player.hasCorporation()) return false;\n if (!corporationName) return false;\n if (player.bitNodeN !== 3 && !selfFund) throw new Error(\"cannot use seed funds outside of BitNode 3\");\n if (BitNodeMultipliers.CorporationSoftcap < 0.15)\n throw new Error(`You cannot create a corporation in Bitnode ${player.bitNodeN}`);\n\n if (selfFund) {\n if (!player.canAfford(150e9)) return false;\n\n player.startCorporation(corporationName);\n player.loseMoney(150e9, \"corporation\");\n } else {\n player.startCorporation(corporationName, 500e6);\n }\n return true;\n }\n\n function hasUnlockUpgrade(upgradeName: string): boolean {\n const corporation = getCorporation();\n const upgrade = Object.values(CorporationUnlockUpgrades).find((upgrade) => upgrade.name === upgradeName);\n if (upgrade === undefined) throw new Error(`No upgrade named '${upgradeName}'`);\n const upgN = upgrade.index;\n return corporation.unlockUpgrades[upgN] === 1;\n }\n\n function getUnlockUpgradeCost(upgradeName: string): number {\n const upgrade = Object.values(CorporationUnlockUpgrades).find((upgrade) => upgrade.name === upgradeName);\n if (upgrade === undefined) throw new Error(`No upgrade named '${upgradeName}'`);\n return upgrade.price;\n }\n\n function getUpgradeLevel(ctx: NetscriptContext, _upgradeName: string): number {\n const upgradeName = helpers.string(ctx, \"upgradeName\", _upgradeName);\n const corporation = getCorporation();\n const upgrade = Object.values(CorporationUpgrades).find((upgrade) => upgrade.name === upgradeName);\n if (upgrade === undefined) throw new Error(`No upgrade named '${upgradeName}'`);\n const upgN = upgrade.index;\n return corporation.upgrades[upgN];\n }\n\n function getUpgradeLevelCost(ctx: NetscriptContext, _upgradeName: string): number {\n const upgradeName = helpers.string(ctx, \"upgradeName\", _upgradeName);\n const corporation = getCorporation();\n const upgrade = Object.values(CorporationUpgrades).find((upgrade) => upgrade.name === upgradeName);\n if (upgrade === undefined) throw new Error(`No upgrade named '${upgradeName}'`);\n const upgN = upgrade.index;\n const baseCost = upgrade.basePrice;\n const priceMult = upgrade.priceMult;\n const level = corporation.upgrades[upgN];\n return baseCost * Math.pow(priceMult, level);\n }\n\n function getExpandIndustryCost(industryName: string): number {\n const cost = IndustryStartingCosts[industryName];\n if (cost === undefined) {\n throw new Error(`Invalid industry: '${industryName}'`);\n }\n return cost;\n }\n\n function getExpandCityCost(): number {\n return CorporationConstants.OfficeInitialCost;\n }\n\n function getInvestmentOffer(): InvestmentOffer {\n const corporation = getCorporation();\n if (\n corporation.fundingRound >= CorporationConstants.FundingRoundShares.length ||\n corporation.fundingRound >= CorporationConstants.FundingRoundMultiplier.length ||\n corporation.public\n )\n return {\n funds: 0,\n shares: 0,\n round: corporation.fundingRound + 1, // Make more readable\n }; // Don't throw an error here, no reason to have a second function to check if you can get investment.\n const val = corporation.valuation;\n const percShares = CorporationConstants.FundingRoundShares[corporation.fundingRound];\n const roundMultiplier = CorporationConstants.FundingRoundMultiplier[corporation.fundingRound];\n const funding = val * percShares * roundMultiplier;\n const investShares = Math.floor(CorporationConstants.INITIALSHARES * percShares);\n return {\n funds: funding,\n shares: investShares,\n round: corporation.fundingRound + 1, // Make more readable\n };\n }\n\n function acceptInvestmentOffer(): boolean {\n const corporation = getCorporation();\n if (\n corporation.fundingRound >= CorporationConstants.FundingRoundShares.length ||\n corporation.fundingRound >= CorporationConstants.FundingRoundMultiplier.length ||\n corporation.public\n )\n return false;\n const val = corporation.valuation;\n const percShares = CorporationConstants.FundingRoundShares[corporation.fundingRound];\n const roundMultiplier = CorporationConstants.FundingRoundMultiplier[corporation.fundingRound];\n const funding = val * percShares * roundMultiplier;\n const investShares = Math.floor(CorporationConstants.INITIALSHARES * percShares);\n corporation.fundingRound++;\n corporation.addFunds(funding);\n corporation.numShares -= investShares;\n return true;\n }\n\n function goPublic(numShares: number): boolean {\n const corporation = getCorporation();\n const initialSharePrice = corporation.valuation / corporation.totalShares;\n if (isNaN(numShares)) throw new Error(\"Invalid value for number of issued shares\");\n if (numShares < 0) throw new Error(\"Invalid value for number of issued shares\");\n if (numShares > corporation.numShares) throw new Error(\"You don't have that many shares to issue!\");\n corporation.public = true;\n corporation.sharePrice = initialSharePrice;\n corporation.issuedShares = numShares;\n corporation.numShares -= numShares;\n corporation.addFunds(numShares * initialSharePrice);\n return true;\n }\n\n function getResearchCost(division: Industry, researchName: string): number {\n const researchTree = IndustryResearchTrees[division.type];\n if (researchTree === undefined) throw new Error(`No research tree for industry '${division.type}'`);\n const allResearch = researchTree.getAllNodes();\n if (!allResearch.includes(researchName)) throw new Error(`No research named '${researchName}'`);\n const research = ResearchMap[researchName];\n return research.cost;\n }\n\n function hasResearched(division: Industry, researchName: string): boolean {\n return division.researched[researchName] === undefined ? false : (division.researched[researchName] as boolean);\n }\n\n function bribe(factionName: string, amountCash: number): boolean {\n if (!player.factions.includes(factionName)) throw new Error(\"Invalid faction name\");\n if (isNaN(amountCash) || amountCash < 0)\n throw new Error(\"Invalid value for amount field! Must be numeric, greater than 0.\");\n\n const corporation = getCorporation();\n if (corporation.funds < amountCash) return false;\n const faction = Factions[factionName];\n const info = faction.getInfo();\n if (!info.offersWork()) return false;\n if (player.hasGangWith(factionName)) return false;\n\n const repGain = amountCash / CorporationConstants.BribeToRepRatio;\n faction.playerReputation += repGain;\n corporation.funds = corporation.funds - amountCash;\n\n return true;\n }\n\n function getCorporation(): Corporation {\n const corporation = player.corporation;\n if (corporation === null) throw new Error(\"cannot be called without a corporation\");\n return corporation;\n }\n\n function getDivision(divisionName: string): Industry {\n const corporation = getCorporation();\n const division = corporation.divisions.find((div) => div.name === divisionName);\n if (division === undefined) throw new Error(`No division named '${divisionName}'`);\n return division;\n }\n\n function getOffice(divisionName: string, cityName: string): OfficeSpace {\n const division = getDivision(divisionName);\n if (!(cityName in division.offices)) throw new Error(`Invalid city name '${cityName}'`);\n const office = division.offices[cityName];\n if (office === 0) throw new Error(`${division.name} has not expanded to '${cityName}'`);\n return office;\n }\n\n function getWarehouse(divisionName: string, cityName: string): Warehouse {\n const division = getDivision(divisionName);\n if (!(cityName in division.warehouses)) throw new Error(`Invalid city name '${cityName}'`);\n const warehouse = division.warehouses[cityName];\n if (warehouse === 0) throw new Error(`${division.name} has not expanded to '${cityName}'`);\n return warehouse;\n }\n\n function getMaterial(divisionName: string, cityName: string, materialName: string): Material {\n const warehouse = getWarehouse(divisionName, cityName);\n const matName = materialName.replace(/ /g, \"\");\n const material = warehouse.materials[matName];\n if (material === undefined) throw new Error(`Invalid material name: '${materialName}'`);\n return material;\n }\n\n function getProduct(divisionName: string, productName: string): Product {\n const division = getDivision(divisionName);\n const product = division.products[productName];\n if (product === undefined) throw new Error(`Invalid product name: '${productName}'`);\n return product;\n }\n\n function getEmployee(divisionName: string, cityName: string, employeeName: string): Employee {\n const office = getOffice(divisionName, cityName);\n const employee = office.employees.find((e) => e.name === employeeName);\n if (employee === undefined) throw new Error(`Invalid employee name: '${employeeName}'`);\n return employee;\n }\n\n function checkAccess(ctx: NetscriptContext, api?: number): void {\n if (player.corporation === null) throw helpers.makeRuntimeErrorMsg(ctx, \"Must own a corporation.\");\n if (!api) return;\n\n if (!player.corporation.unlockUpgrades[api])\n throw helpers.makeRuntimeErrorMsg(ctx, \"You do not have access to this API.\");\n }\n\n function getSafeDivision(division: Industry): NSDivision {\n const cities: string[] = [];\n for (const office of Object.values(division.offices)) {\n if (office === 0) continue;\n cities.push(office.loc);\n }\n\n return {\n name: division.name,\n type: division.type,\n awareness: division.awareness,\n popularity: division.popularity,\n prodMult: division.prodMult,\n research: division.sciResearch.qty,\n lastCycleRevenue: division.lastCycleRevenue,\n lastCycleExpenses: division.lastCycleExpenses,\n thisCycleRevenue: division.thisCycleRevenue,\n thisCycleExpenses: division.thisCycleExpenses,\n upgrades: [0, division.numAdVerts],\n cities: cities,\n products: division.products === undefined ? [] : Object.keys(division.products),\n makesProducts: division.makesProducts,\n };\n }\n\n const warehouseAPI: InternalAPI = {\n getPurchaseWarehouseCost: (ctx: NetscriptContext) => (): number => {\n checkAccess(ctx, 7);\n return CorporationConstants.WarehouseInitialCost;\n },\n getUpgradeWarehouseCost:\n (ctx: NetscriptContext) =>\n (_divisionName: unknown, _cityName: unknown, _amt: unknown = 1): number => {\n checkAccess(ctx, 7);\n const divisionName = helpers.string(ctx, \"divisionName\", _divisionName);\n const cityName = helpers.city(ctx, \"cityName\", _cityName);\n const amt = helpers.number(ctx, \"amount\", _amt);\n if (amt < 1) {\n throw helpers.makeRuntimeErrorMsg(ctx, \"You must provide a positive number\");\n }\n const warehouse = getWarehouse(divisionName, cityName);\n return UpgradeWarehouseCost(warehouse, amt);\n },\n hasWarehouse:\n (ctx: NetscriptContext) =>\n (_divisionName: unknown, _cityName: unknown): boolean => {\n checkAccess(ctx, 7);\n const divisionName = helpers.string(ctx, \"divisionName\", _divisionName);\n const cityName = helpers.city(ctx, \"cityName\", _cityName);\n const division = getDivision(divisionName);\n if (!(cityName in division.warehouses)) throw new Error(`Invalid city name '${cityName}'`);\n const warehouse = division.warehouses[cityName];\n return warehouse !== 0;\n },\n getWarehouse:\n (ctx: NetscriptContext) =>\n (_divisionName: unknown, _cityName: unknown): NSWarehouse => {\n checkAccess(ctx, 7);\n const divisionName = helpers.string(ctx, \"divisionName\", _divisionName);\n const cityName = helpers.city(ctx, \"cityName\", _cityName);\n const warehouse = getWarehouse(divisionName, cityName);\n return {\n level: warehouse.level,\n loc: warehouse.loc,\n size: warehouse.size,\n sizeUsed: warehouse.sizeUsed,\n smartSupplyEnabled: warehouse.smartSupplyEnabled,\n };\n },\n getMaterial:\n (ctx: NetscriptContext) =>\n (_divisionName: unknown, _cityName: unknown, _materialName: unknown): NSMaterial => {\n checkAccess(ctx, 7);\n const divisionName = helpers.string(ctx, \"divisionName\", _divisionName);\n const cityName = helpers.city(ctx, \"cityName\", _cityName);\n const materialName = helpers.string(ctx, \"materialName\", _materialName);\n const material = getMaterial(divisionName, cityName, materialName);\n const corporation = getCorporation();\n const exports = material.exp.map((e) => {\n return { div: e.ind, loc: e.city, amt: e.amt };\n });\n return {\n cost: material.bCost,\n sCost: material.sCost,\n name: material.name,\n qty: material.qty,\n qlt: material.qlt,\n dmd: corporation.unlockUpgrades[2] ? material.dmd : undefined,\n cmp: corporation.unlockUpgrades[3] ? material.cmp : undefined,\n prod: material.prd,\n sell: material.sll,\n exp: exports,\n };\n },\n getProduct:\n (ctx: NetscriptContext) =>\n (_divisionName: unknown, _productName: unknown): NSProduct => {\n checkAccess(ctx, 7);\n const divisionName = helpers.string(ctx, \"divisionName\", _divisionName);\n const productName = helpers.string(ctx, \"productName\", _productName);\n const product = getProduct(divisionName, productName);\n const corporation = getCorporation();\n return {\n name: product.name,\n dmd: corporation.unlockUpgrades[2] ? product.dmd : undefined,\n cmp: corporation.unlockUpgrades[3] ? product.cmp : undefined,\n rat: product.rat,\n properties: {\n qlt: product.qlt,\n per: product.per,\n dur: product.dur,\n rel: product.rel,\n aes: product.aes,\n fea: product.fea,\n },\n pCost: product.pCost,\n sCost: product.sCost,\n cityData: product.data,\n developmentProgress: product.prog,\n };\n },\n purchaseWarehouse:\n (ctx: NetscriptContext) =>\n (_divisionName: unknown, _cityName: unknown): void => {\n checkAccess(ctx, 7);\n const divisionName = helpers.string(ctx, \"divisionName\", _divisionName);\n const cityName = helpers.city(ctx, \"cityName\", _cityName);\n const corporation = getCorporation();\n PurchaseWarehouse(corporation, getDivision(divisionName), cityName);\n },\n upgradeWarehouse:\n (ctx: NetscriptContext) =>\n (_divisionName: unknown, _cityName: unknown, _amt: unknown = 1): void => {\n checkAccess(ctx, 7);\n const divisionName = helpers.string(ctx, \"divisionName\", _divisionName);\n const cityName = helpers.city(ctx, \"cityName\", _cityName);\n const amt = helpers.number(ctx, \"amount\", _amt);\n const corporation = getCorporation();\n if (amt < 1) {\n throw helpers.makeRuntimeErrorMsg(ctx, \"You must provide a positive number\");\n }\n UpgradeWarehouse(corporation, getDivision(divisionName), getWarehouse(divisionName, cityName), amt);\n },\n sellMaterial:\n (ctx: NetscriptContext) =>\n (_divisionName: unknown, _cityName: unknown, _materialName: unknown, _amt: unknown, _price: unknown): void => {\n checkAccess(ctx, 7);\n const divisionName = helpers.string(ctx, \"divisionName\", _divisionName);\n const cityName = helpers.city(ctx, \"cityName\", _cityName);\n const materialName = helpers.string(ctx, \"materialName\", _materialName);\n const amt = helpers.string(ctx, \"amt\", _amt);\n const price = helpers.string(ctx, \"price\", _price);\n const material = getMaterial(divisionName, cityName, materialName);\n SellMaterial(material, amt, price);\n },\n sellProduct:\n (ctx: NetscriptContext) =>\n (\n _divisionName: unknown,\n _cityName: unknown,\n _productName: unknown,\n _amt: unknown,\n _price: unknown,\n _all: unknown,\n ): void => {\n checkAccess(ctx, 7);\n const divisionName = helpers.string(ctx, \"divisionName\", _divisionName);\n const cityName = helpers.city(ctx, \"cityName\", _cityName);\n const productName = helpers.string(ctx, \"productName\", _productName);\n const amt = helpers.string(ctx, \"amt\", _amt);\n const price = helpers.string(ctx, \"price\", _price);\n const all = !!_all;\n const product = getProduct(divisionName, productName);\n SellProduct(product, cityName, amt, price, all);\n },\n discontinueProduct:\n (ctx: NetscriptContext) =>\n (_divisionName: unknown, _productName: unknown): void => {\n checkAccess(ctx, 7);\n const divisionName = helpers.string(ctx, \"divisionName\", _divisionName);\n const productName = helpers.string(ctx, \"productName\", _productName);\n getDivision(divisionName).discontinueProduct(getProduct(divisionName, productName));\n },\n setSmartSupply:\n (ctx: NetscriptContext) =>\n (_divisionName: unknown, _cityName: unknown, _enabled: unknown): void => {\n checkAccess(ctx, 7);\n const divisionName = helpers.string(ctx, \"divisionName\", _divisionName);\n const cityName = helpers.city(ctx, \"cityName\", _cityName);\n const enabled = !!_enabled;\n const warehouse = getWarehouse(divisionName, cityName);\n if (!hasUnlockUpgrade(\"Smart Supply\"))\n throw helpers.makeRuntimeErrorMsg(ctx, `You have not purchased the Smart Supply upgrade!`);\n SetSmartSupply(warehouse, enabled);\n },\n setSmartSupplyUseLeftovers:\n (ctx: NetscriptContext) =>\n (_divisionName: unknown, _cityName: unknown, _materialName: unknown, _enabled: unknown): void => {\n checkAccess(ctx, 7);\n const divisionName = helpers.string(ctx, \"divisionName\", _divisionName);\n const cityName = helpers.city(ctx, \"cityName\", _cityName);\n const materialName = helpers.string(ctx, \"materialName\", _materialName);\n const enabled = !!_enabled;\n const warehouse = getWarehouse(divisionName, cityName);\n const material = getMaterial(divisionName, cityName, materialName);\n if (!hasUnlockUpgrade(\"Smart Supply\"))\n throw helpers.makeRuntimeErrorMsg(ctx, `You have not purchased the Smart Supply upgrade!`);\n SetSmartSupplyUseLeftovers(warehouse, material, enabled);\n },\n buyMaterial:\n (ctx: NetscriptContext) =>\n (_divisionName: unknown, _cityName: unknown, _materialName: unknown, _amt: unknown): void => {\n checkAccess(ctx, 7);\n const divisionName = helpers.string(ctx, \"divisionName\", _divisionName);\n const cityName = helpers.city(ctx, \"cityName\", _cityName);\n const materialName = helpers.string(ctx, \"materialName\", _materialName);\n const amt = helpers.number(ctx, \"amt\", _amt);\n if (amt < 0) throw new Error(\"Invalid value for amount field! Must be numeric and greater than 0\");\n const material = getMaterial(divisionName, cityName, materialName);\n BuyMaterial(material, amt);\n },\n bulkPurchase:\n (ctx: NetscriptContext) =>\n (_divisionName: unknown, _cityName: unknown, _materialName: unknown, _amt: unknown): void => {\n checkAccess(ctx, 7);\n const divisionName = helpers.string(ctx, \"divisionName\", _divisionName);\n if (!hasResearched(getDivision(divisionName), \"Bulk Purchasing\"))\n throw new Error(`You have not researched Bulk Purchasing in ${divisionName}`);\n const corporation = getCorporation();\n const cityName = helpers.city(ctx, \"cityName\", _cityName);\n const materialName = helpers.string(ctx, \"materialName\", _materialName);\n const amt = helpers.number(ctx, \"amt\", _amt);\n const warehouse = getWarehouse(divisionName, cityName);\n const material = getMaterial(divisionName, cityName, materialName);\n BulkPurchase(corporation, warehouse, material, amt);\n },\n makeProduct:\n (ctx: NetscriptContext) =>\n (\n _divisionName: unknown,\n _cityName: unknown,\n _productName: unknown,\n _designInvest: unknown,\n _marketingInvest: unknown,\n ): void => {\n checkAccess(ctx, 7);\n const divisionName = helpers.string(ctx, \"divisionName\", _divisionName);\n const cityName = helpers.city(ctx, \"cityName\", _cityName);\n const productName = helpers.string(ctx, \"productName\", _productName);\n const designInvest = helpers.number(ctx, \"designInvest\", _designInvest);\n const marketingInvest = helpers.number(ctx, \"marketingInvest\", _marketingInvest);\n const corporation = getCorporation();\n MakeProduct(corporation, getDivision(divisionName), cityName, productName, designInvest, marketingInvest);\n },\n limitProductProduction:\n (ctx: NetscriptContext) =>\n (_divisionName: unknown, _cityName: unknown, _productName: unknown, _qty: unknown): void => {\n checkAccess(ctx, 7);\n const divisionName = helpers.string(ctx, \"divisionName\", _divisionName);\n const cityName = helpers.city(ctx, \"cityName\", _cityName);\n const productName = helpers.string(ctx, \"productName\", _productName);\n const qty = helpers.number(ctx, \"qty\", _qty);\n LimitProductProduction(getProduct(divisionName, productName), cityName, qty);\n },\n exportMaterial:\n (ctx: NetscriptContext) =>\n (\n _sourceDivision: unknown,\n _sourceCity: unknown,\n _targetDivision: unknown,\n _targetCity: unknown,\n _materialName: unknown,\n _amt: unknown,\n ): void => {\n checkAccess(ctx, 7);\n const sourceDivision = helpers.string(ctx, \"sourceDivision\", _sourceDivision);\n const sourceCity = helpers.string(ctx, \"sourceCity\", _sourceCity);\n const targetDivision = helpers.string(ctx, \"targetDivision\", _targetDivision);\n const targetCity = helpers.string(ctx, \"targetCity\", _targetCity);\n const materialName = helpers.string(ctx, \"materialName\", _materialName);\n const amt = helpers.string(ctx, \"amt\", _amt);\n ExportMaterial(\n targetDivision,\n targetCity,\n getMaterial(sourceDivision, sourceCity, materialName),\n amt + \"\",\n getDivision(targetDivision),\n );\n },\n cancelExportMaterial:\n (ctx: NetscriptContext) =>\n (\n _sourceDivision: unknown,\n _sourceCity: unknown,\n _targetDivision: unknown,\n _targetCity: unknown,\n _materialName: unknown,\n _amt: unknown,\n ): void => {\n checkAccess(ctx, 7);\n const sourceDivision = helpers.string(ctx, \"sourceDivision\", _sourceDivision);\n const sourceCity = helpers.string(ctx, \"sourceCity\", _sourceCity);\n const targetDivision = helpers.string(ctx, \"targetDivision\", _targetDivision);\n const targetCity = helpers.string(ctx, \"targetCity\", _targetCity);\n const materialName = helpers.string(ctx, \"materialName\", _materialName);\n const amt = helpers.string(ctx, \"amt\", _amt);\n CancelExportMaterial(\n targetDivision,\n targetCity,\n getMaterial(sourceDivision, sourceCity, materialName),\n amt + \"\",\n );\n },\n limitMaterialProduction:\n (ctx: NetscriptContext) =>\n (_divisionName: unknown, _cityName: unknown, _materialName: unknown, _qty: unknown): void => {\n checkAccess(ctx, 7);\n const divisionName = helpers.string(ctx, \"divisionName\", _divisionName);\n const cityName = helpers.city(ctx, \"cityName\", _cityName);\n const materialName = helpers.string(ctx, \"materialName\", _materialName);\n const qty = helpers.number(ctx, \"qty\", _qty);\n LimitMaterialProduction(getMaterial(divisionName, cityName, materialName), qty);\n },\n setMaterialMarketTA1:\n (ctx: NetscriptContext) =>\n (_divisionName: unknown, _cityName: unknown, _materialName: unknown, _on: unknown): void => {\n checkAccess(ctx, 7);\n const divisionName = helpers.string(ctx, \"divisionName\", _divisionName);\n const cityName = helpers.city(ctx, \"cityName\", _cityName);\n const materialName = helpers.string(ctx, \"materialName\", _materialName);\n const on = !!_on;\n if (!getDivision(divisionName).hasResearch(\"Market-TA.I\"))\n throw helpers.makeRuntimeErrorMsg(ctx, `You have not researched MarketTA.I for division: ${divisionName}`);\n SetMaterialMarketTA1(getMaterial(divisionName, cityName, materialName), on);\n },\n setMaterialMarketTA2:\n (ctx: NetscriptContext) =>\n (_divisionName: unknown, _cityName: unknown, _materialName: unknown, _on: unknown): void => {\n checkAccess(ctx, 7);\n const divisionName = helpers.string(ctx, \"divisionName\", _divisionName);\n const cityName = helpers.city(ctx, \"cityName\", _cityName);\n const materialName = helpers.string(ctx, \"materialName\", _materialName);\n const on = !!_on;\n if (!getDivision(divisionName).hasResearch(\"Market-TA.II\"))\n throw helpers.makeRuntimeErrorMsg(ctx, `You have not researched MarketTA.II for division: ${divisionName}`);\n SetMaterialMarketTA2(getMaterial(divisionName, cityName, materialName), on);\n },\n setProductMarketTA1:\n (ctx: NetscriptContext) =>\n (_divisionName: unknown, _productName: unknown, _on: unknown): void => {\n checkAccess(ctx, 7);\n const divisionName = helpers.string(ctx, \"divisionName\", _divisionName);\n const productName = helpers.string(ctx, \"productName\", _productName);\n const on = !!_on;\n if (!getDivision(divisionName).hasResearch(\"Market-TA.I\"))\n throw helpers.makeRuntimeErrorMsg(ctx, `You have not researched MarketTA.I for division: ${divisionName}`);\n SetProductMarketTA1(getProduct(divisionName, productName), on);\n },\n setProductMarketTA2:\n (ctx: NetscriptContext) =>\n (_divisionName: unknown, _productName: unknown, _on: unknown): void => {\n checkAccess(ctx, 7);\n const divisionName = helpers.string(ctx, \"divisionName\", _divisionName);\n const productName = helpers.string(ctx, \"productName\", _productName);\n const on = !!_on;\n if (!getDivision(divisionName).hasResearch(\"Market-TA.II\"))\n throw helpers.makeRuntimeErrorMsg(ctx, `You have not researched MarketTA.II for division: ${divisionName}`);\n SetProductMarketTA2(getProduct(divisionName, productName), on);\n },\n };\n\n const officeAPI: InternalAPI = {\n getHireAdVertCost:\n (ctx: NetscriptContext) =>\n (_divisionName: unknown): number => {\n checkAccess(ctx, 8);\n const divisionName = helpers.string(ctx, \"divisionName\", _divisionName);\n const division = getDivision(divisionName);\n return division.getAdVertCost();\n },\n getHireAdVertCount:\n (ctx: NetscriptContext) =>\n (_divisionName: unknown): number => {\n checkAccess(ctx, 8);\n const divisionName = helpers.string(ctx, \"divisionName\", _divisionName);\n const division = getDivision(divisionName);\n return division.numAdVerts;\n },\n getResearchCost:\n (ctx: NetscriptContext) =>\n (_divisionName: unknown, _researchName: unknown): number => {\n checkAccess(ctx, 8);\n const divisionName = helpers.string(ctx, \"divisionName\", _divisionName);\n const researchName = helpers.string(ctx, \"researchName\", _researchName);\n return getResearchCost(getDivision(divisionName), researchName);\n },\n hasResearched:\n (ctx: NetscriptContext) =>\n (_divisionName: unknown, _researchName: unknown): boolean => {\n checkAccess(ctx, 8);\n const divisionName = helpers.string(ctx, \"divisionName\", _divisionName);\n const researchName = helpers.string(ctx, \"researchName\", _researchName);\n return hasResearched(getDivision(divisionName), researchName);\n },\n getOfficeSizeUpgradeCost:\n (ctx: NetscriptContext) =>\n (_divisionName: unknown, _cityName: unknown, _size: unknown): number => {\n checkAccess(ctx, 8);\n const divisionName = helpers.string(ctx, \"divisionName\", _divisionName);\n const cityName = helpers.city(ctx, \"cityName\", _cityName);\n const size = helpers.number(ctx, \"size\", _size);\n if (size < 0) throw new Error(\"Invalid value for size field! Must be numeric and greater than 0\");\n const office = getOffice(divisionName, cityName);\n const initialPriceMult = Math.round(office.size / CorporationConstants.OfficeInitialSize);\n const costMultiplier = 1.09;\n let mult = 0;\n for (let i = 0; i < size / CorporationConstants.OfficeInitialSize; ++i) {\n mult += Math.pow(costMultiplier, initialPriceMult + i);\n }\n return CorporationConstants.OfficeInitialCost * mult;\n },\n assignJob:\n (ctx: NetscriptContext) =>\n (_divisionName: unknown, _cityName: unknown, _employeeName: unknown, _job: unknown): void => {\n checkAccess(ctx, 8);\n const divisionName = helpers.string(ctx, \"divisionName\", _divisionName);\n const cityName = helpers.city(ctx, \"cityName\", _cityName);\n const employeeName = helpers.string(ctx, \"employeeName\", _employeeName);\n const job = helpers.string(ctx, \"job\", _job);\n\n if (!checkEnum(EmployeePositions, job)) throw new Error(`'${job}' is not a valid job.`);\n const office = getOffice(divisionName, cityName);\n\n AssignJob(office, employeeName, job);\n },\n setAutoJobAssignment:\n (ctx: NetscriptContext) =>\n (_divisionName: unknown, _cityName: unknown, _job: unknown, _amount: unknown): boolean => {\n checkAccess(ctx, 8);\n const divisionName = helpers.string(ctx, \"divisionName\", _divisionName);\n const cityName = helpers.city(ctx, \"cityName\", _cityName);\n const amount = helpers.number(ctx, \"amount\", _amount);\n const job = helpers.string(ctx, \"job\", _job);\n\n if (!checkEnum(EmployeePositions, job)) throw new Error(`'${job}' is not a valid job.`);\n const office = getOffice(divisionName, cityName);\n\n return AutoAssignJob(office, job, amount);\n },\n hireEmployee:\n (ctx: NetscriptContext) =>\n (_divisionName: unknown, _cityName: unknown): NSEmployee | undefined => {\n checkAccess(ctx, 8);\n const divisionName = helpers.string(ctx, \"divisionName\", _divisionName);\n const cityName = helpers.city(ctx, \"cityName\", _cityName);\n const office = getOffice(divisionName, cityName);\n const employee = office.hireRandomEmployee();\n if (employee === undefined) return undefined;\n return {\n name: employee.name,\n mor: employee.mor,\n hap: employee.hap,\n ene: employee.ene,\n int: employee.int,\n cha: employee.cha,\n exp: employee.exp,\n cre: employee.cre,\n eff: employee.eff,\n sal: employee.sal,\n loc: employee.loc,\n pos: employee.pos,\n };\n },\n upgradeOfficeSize:\n (ctx: NetscriptContext) =>\n (_divisionName: unknown, _cityName: unknown, _size: unknown): void => {\n checkAccess(ctx, 8);\n const divisionName = helpers.string(ctx, \"divisionName\", _divisionName);\n const cityName = helpers.city(ctx, \"cityName\", _cityName);\n const size = helpers.number(ctx, \"size\", _size);\n if (size < 0) throw new Error(\"Invalid value for size field! Must be numeric and greater than 0\");\n const office = getOffice(divisionName, cityName);\n const corporation = getCorporation();\n UpgradeOfficeSize(corporation, office, size);\n },\n throwParty:\n (ctx: NetscriptContext) =>\n (_divisionName: unknown, _cityName: unknown, _costPerEmployee: unknown): number => {\n checkAccess(ctx, 8);\n const divisionName = helpers.string(ctx, \"divisionName\", _divisionName);\n const cityName = helpers.city(ctx, \"cityName\", _cityName);\n const costPerEmployee = helpers.number(ctx, \"costPerEmployee\", _costPerEmployee);\n\n if (costPerEmployee < 0) {\n throw new Error(\"Invalid value for Cost Per Employee field! Must be numeric and greater than 0\");\n }\n\n const corporation = getCorporation();\n const office = getOffice(divisionName, cityName);\n\n return ThrowParty(corporation, office, costPerEmployee);\n },\n buyCoffee:\n (ctx: NetscriptContext) =>\n (_divisionName: unknown, _cityName: unknown): boolean => {\n checkAccess(ctx, 8);\n const divisionName = helpers.string(ctx, \"divisionName\", _divisionName);\n const cityName = helpers.city(ctx, \"cityName\", _cityName);\n\n const corporation = getCorporation();\n const office = getOffice(divisionName, cityName);\n\n return BuyCoffee(corporation, office);\n },\n hireAdVert:\n (ctx: NetscriptContext) =>\n (_divisionName: unknown): void => {\n checkAccess(ctx, 8);\n const divisionName = helpers.string(ctx, \"divisionName\", _divisionName);\n const corporation = getCorporation();\n HireAdVert(corporation, getDivision(divisionName));\n },\n research:\n (ctx: NetscriptContext) =>\n (_divisionName: unknown, _researchName: unknown): void => {\n checkAccess(ctx, 8);\n const divisionName = helpers.string(ctx, \"divisionName\", _divisionName);\n const researchName = helpers.string(ctx, \"researchName\", _researchName);\n Research(getDivision(divisionName), researchName);\n },\n getOffice:\n (ctx: NetscriptContext) =>\n (_divisionName: unknown, _cityName: unknown): NSOffice => {\n checkAccess(ctx, 8);\n const divisionName = helpers.string(ctx, \"divisionName\", _divisionName);\n const cityName = helpers.city(ctx, \"cityName\", _cityName);\n const office = getOffice(divisionName, cityName);\n return {\n loc: office.loc,\n size: office.size,\n minEne: office.minEne,\n maxEne: office.maxEne,\n minHap: office.minHap,\n maxHap: office.maxHap,\n minMor: office.minMor,\n maxMor: office.maxMor,\n employees: office.employees.map((e) => e.name),\n employeeProd: {\n Operations: office.employeeProd[EmployeePositions.Operations],\n Engineer: office.employeeProd[EmployeePositions.Engineer],\n Business: office.employeeProd[EmployeePositions.Business],\n Management: office.employeeProd[EmployeePositions.Management],\n \"Research & Development\": office.employeeProd[EmployeePositions.RandD],\n Training: office.employeeProd[EmployeePositions.Training],\n Unassigned: 0,\n },\n employeeJobs: {\n Operations: office.employeeJobs[EmployeePositions.Operations],\n Engineer: office.employeeJobs[EmployeePositions.Engineer],\n Business: office.employeeJobs[EmployeePositions.Business],\n Management: office.employeeJobs[EmployeePositions.Management],\n \"Research & Development\": office.employeeJobs[EmployeePositions.RandD],\n Training: office.employeeJobs[EmployeePositions.Training],\n Unassigned: office.employeeJobs[EmployeePositions.Unassigned],\n },\n };\n },\n getEmployee:\n (ctx: NetscriptContext) =>\n (_divisionName: unknown, _cityName: unknown, _employeeName: unknown): NSEmployee => {\n checkAccess(ctx, 8);\n const divisionName = helpers.string(ctx, \"divisionName\", _divisionName);\n const cityName = helpers.city(ctx, \"cityName\", _cityName);\n const employeeName = helpers.string(ctx, \"employeeName\", _employeeName);\n const employee = getEmployee(divisionName, cityName, employeeName);\n return {\n name: employee.name,\n mor: employee.mor,\n hap: employee.hap,\n ene: employee.ene,\n int: employee.int,\n cha: employee.cha,\n exp: employee.exp,\n cre: employee.cre,\n eff: employee.eff,\n sal: employee.sal,\n loc: employee.loc,\n pos: employee.pos,\n };\n },\n };\n\n return {\n ...warehouseAPI,\n ...officeAPI,\n getMaterialNames: (ctx: NetscriptContext) => (): string[] => {\n checkAccess(ctx);\n return [...CorporationConstants.AllMaterials];\n },\n getIndustryTypes: (ctx: NetscriptContext) => (): string[] => {\n checkAccess(ctx);\n return [...CorporationConstants.AllIndustryTypes];\n },\n getUnlockables: (ctx: NetscriptContext) => (): string[] => {\n checkAccess(ctx);\n return [...CorporationConstants.AllUnlocks];\n },\n getUpgradeNames: (ctx: NetscriptContext) => (): string[] => {\n checkAccess(ctx);\n return [...CorporationConstants.AllUpgrades];\n },\n getResearchNames: (ctx: NetscriptContext) => (): string[] => {\n checkAccess(ctx);\n return [...CorporationConstants.AllResearch];\n },\n expandIndustry:\n (ctx: NetscriptContext) =>\n (_industryName: unknown, _divisionName: unknown): void => {\n checkAccess(ctx);\n const industryName = helpers.string(ctx, \"industryName\", _industryName);\n const divisionName = helpers.string(ctx, \"divisionName\", _divisionName);\n const corporation = getCorporation();\n NewIndustry(corporation, industryName, divisionName);\n },\n expandCity:\n (ctx: NetscriptContext) =>\n (_divisionName: unknown, _cityName: unknown): void => {\n checkAccess(ctx);\n const divisionName = helpers.string(ctx, \"divisionName\", _divisionName);\n const cityName = helpers.city(ctx, \"cityName\", _cityName);\n if (!CorporationConstants.Cities.includes(cityName)) throw new Error(\"Invalid city name\");\n const corporation = getCorporation();\n const division = getDivision(divisionName);\n NewCity(corporation, division, cityName);\n },\n unlockUpgrade:\n (ctx: NetscriptContext) =>\n (_upgradeName: unknown): void => {\n checkAccess(ctx);\n const upgradeName = helpers.string(ctx, \"upgradeName\", _upgradeName);\n const corporation = getCorporation();\n const upgrade = Object.values(CorporationUnlockUpgrades).find((upgrade) => upgrade.name === upgradeName);\n if (upgrade === undefined) throw new Error(`No upgrade named '${upgradeName}'`);\n UnlockUpgrade(corporation, upgrade);\n },\n levelUpgrade:\n (ctx: NetscriptContext) =>\n (_upgradeName: unknown): void => {\n checkAccess(ctx);\n const upgradeName = helpers.string(ctx, \"upgradeName\", _upgradeName);\n const corporation = getCorporation();\n const upgrade = Object.values(CorporationUpgrades).find((upgrade) => upgrade.name === upgradeName);\n if (upgrade === undefined) throw new Error(`No upgrade named '${upgradeName}'`);\n LevelUpgrade(corporation, upgrade);\n },\n issueDividends:\n (ctx: NetscriptContext) =>\n (_rate: unknown): void => {\n checkAccess(ctx);\n const rate = helpers.number(ctx, \"rate\", _rate);\n const max = CorporationConstants.DividendMaxRate;\n if (rate < 0 || rate > max)\n throw new Error(`Invalid value for rate field! Must be numeric, greater than 0, and less than ${max}`);\n const corporation = getCorporation();\n if (!corporation.public) throw helpers.makeRuntimeErrorMsg(ctx, `Your company has not gone public!`);\n IssueDividends(corporation, rate);\n },\n\n // If you modify these objects you will affect them for real, it's not\n // copies.\n getDivision:\n (ctx: NetscriptContext) =>\n (_divisionName: unknown): NSDivision => {\n checkAccess(ctx);\n const divisionName = helpers.string(ctx, \"divisionName\", _divisionName);\n const division = getDivision(divisionName);\n return getSafeDivision(division);\n },\n getCorporation: (ctx: NetscriptContext) => (): CorporationInfo => {\n checkAccess(ctx);\n const corporation = getCorporation();\n return {\n name: corporation.name,\n funds: corporation.funds,\n revenue: corporation.revenue,\n expenses: corporation.expenses,\n public: corporation.public,\n totalShares: corporation.totalShares,\n numShares: corporation.numShares,\n shareSaleCooldown: corporation.shareSaleCooldown,\n issuedShares: corporation.issuedShares,\n sharePrice: corporation.sharePrice,\n dividendRate: corporation.dividendRate,\n dividendTax: corporation.dividendTax,\n dividendEarnings: corporation.getCycleDividends() / CorporationConstants.SecsPerMarketCycle,\n state: corporation.state.getState(),\n divisions: corporation.divisions.map((division): NSDivision => getSafeDivision(division)),\n };\n },\n createCorporation:\n (ctx: NetscriptContext) =>\n (_corporationName: unknown, _selfFund: unknown = true): boolean => {\n const corporationName = helpers.string(ctx, \"corporationName\", _corporationName);\n const selfFund = !!_selfFund;\n return createCorporation(corporationName, selfFund);\n },\n hasUnlockUpgrade:\n (ctx: NetscriptContext) =>\n (_upgradeName: unknown): boolean => {\n checkAccess(ctx);\n const upgradeName = helpers.string(ctx, \"upgradeName\", _upgradeName);\n return hasUnlockUpgrade(upgradeName);\n },\n getUnlockUpgradeCost:\n (ctx: NetscriptContext) =>\n (_upgradeName: unknown): number => {\n checkAccess(ctx);\n const upgradeName = helpers.string(ctx, \"upgradeName\", _upgradeName);\n return getUnlockUpgradeCost(upgradeName);\n },\n getUpgradeLevel:\n (ctx: NetscriptContext) =>\n (_upgradeName: unknown): number => {\n checkAccess(ctx);\n const upgradeName = helpers.string(ctx, \"upgradeName\", _upgradeName);\n return getUpgradeLevel(ctx, upgradeName);\n },\n getUpgradeLevelCost:\n (ctx: NetscriptContext) =>\n (_upgradeName: unknown): number => {\n checkAccess(ctx);\n const upgradeName = helpers.string(ctx, \"upgradeName\", _upgradeName);\n return getUpgradeLevelCost(ctx, upgradeName);\n },\n getExpandIndustryCost:\n (ctx: NetscriptContext) =>\n (_industryName: unknown): number => {\n checkAccess(ctx);\n const industryName = helpers.string(ctx, \"industryName\", _industryName);\n return getExpandIndustryCost(industryName);\n },\n getExpandCityCost: (ctx: NetscriptContext) => (): number => {\n checkAccess(ctx);\n return getExpandCityCost();\n },\n getInvestmentOffer: (ctx: NetscriptContext) => (): InvestmentOffer => {\n checkAccess(ctx);\n return getInvestmentOffer();\n },\n acceptInvestmentOffer: (ctx: NetscriptContext) => (): boolean => {\n checkAccess(ctx);\n return acceptInvestmentOffer();\n },\n goPublic:\n (ctx: NetscriptContext) =>\n (_numShares: unknown): boolean => {\n checkAccess(ctx);\n const numShares = helpers.number(ctx, \"numShares\", _numShares);\n return goPublic(numShares);\n },\n sellShares:\n (ctx: NetscriptContext) =>\n (_numShares: unknown): number => {\n checkAccess(ctx);\n const numShares = helpers.number(ctx, \"numShares\", _numShares);\n return SellShares(getCorporation(), numShares);\n },\n buyBackShares:\n (ctx: NetscriptContext) =>\n (_numShares: unknown): boolean => {\n checkAccess(ctx);\n const numShares = helpers.number(ctx, \"numShares\", _numShares);\n return BuyBackShares(getCorporation(), numShares);\n },\n bribe:\n (ctx: NetscriptContext) =>\n (_factionName: unknown, _amountCash: unknown): boolean => {\n checkAccess(ctx);\n const factionName = helpers.string(ctx, \"factionName\", _factionName);\n const amountCash = helpers.number(ctx, \"amountCash\", _amountCash);\n return bribe(factionName, amountCash);\n },\n getBonusTime: (ctx: NetscriptContext) => (): number => {\n checkAccess(ctx);\n return Math.round(getCorporation().storedCycles / 5) * 1000;\n },\n };\n}\n","export interface IConstructorParams {\n name: string;\n cost: number;\n desc: string;\n advertisingMult?: number;\n employeeChaMult?: number;\n employeeCreMult?: number;\n employeeEffMult?: number;\n employeeIntMult?: number;\n productionMult?: number;\n productProductionMult?: number;\n salesMult?: number;\n sciResearchMult?: number;\n storageMult?: number;\n}\n\nexport class Research {\n // Name of research. This will be used to identify researches in the Research Tree\n name = \"\";\n\n // How much scientific research it costs to unlock this\n cost = 0;\n\n // Description of what the Research does\n desc = \"\";\n\n // All possible generic upgrades for the company, in the form of multipliers\n advertisingMult = 1;\n employeeChaMult = 1;\n employeeCreMult = 1;\n employeeEffMult = 1;\n employeeIntMult = 1;\n productionMult = 1;\n productProductionMult = 1;\n salesMult = 1;\n sciResearchMult = 1;\n storageMult = 1;\n\n constructor(p: IConstructorParams = { name: \"\", cost: 0, desc: \"\" }) {\n this.name = p.name;\n this.cost = p.cost;\n this.desc = p.desc;\n if (p.advertisingMult) {\n this.advertisingMult = p.advertisingMult;\n }\n if (p.employeeChaMult) {\n this.employeeChaMult = p.employeeChaMult;\n }\n if (p.employeeCreMult) {\n this.employeeCreMult = p.employeeCreMult;\n }\n if (p.employeeEffMult) {\n this.employeeEffMult = p.employeeEffMult;\n }\n if (p.employeeIntMult) {\n this.employeeIntMult = p.employeeIntMult;\n }\n if (p.productionMult) {\n this.productionMult = p.productionMult;\n }\n if (p.productProductionMult) {\n this.productProductionMult = p.productProductionMult;\n }\n if (p.salesMult) {\n this.salesMult = p.salesMult;\n }\n if (p.sciResearchMult) {\n this.sciResearchMult = p.sciResearchMult;\n }\n if (p.storageMult) {\n this.storageMult = p.storageMult;\n }\n }\n}\n","import { IConstructorParams } from \"../Research\";\n\nexport const researchMetadata: IConstructorParams[] = [\n {\n name: \"AutoBrew\",\n cost: 12e3,\n desc:\n \"Automatically keep your employees fully caffeinated with \" +\n \"coffee injections. This research will keep the energy of all \" +\n \"employees at its maximum possible value, for no cost. \" +\n \"This will also disable the Coffee upgrade.\",\n },\n {\n name: \"AutoPartyManager\",\n cost: 15e3,\n desc:\n \"Automatically analyzes your employees' happiness and morale \" +\n \"and boosts them whenever it detects a decrease. This research will \" +\n \"keep the morale and happiness of all employees at their maximum possible \" +\n \"values, for no cost. \" +\n \"This will also disable the 'Throw Party' feature.\",\n },\n {\n name: \"Automatic Drug Administration\",\n cost: 10e3,\n desc:\n \"Research how to automatically administer performance-enhancing drugs to all of \" +\n \"your employees. This unlocks Drug-related Research.\",\n },\n {\n name: \"Bulk Purchasing\",\n cost: 5e3,\n desc:\n \"Research the art of buying materials in bulk. This allows you to purchase \" +\n \"any amount of a material instantly.\",\n },\n {\n name: \"CPH4 Injections\",\n cost: 25e3,\n desc:\n \"Develop an advanced and harmless synthetic drug that is administered to \" +\n \"employees to increase all of their stats, except experience, by 10%.\",\n employeeCreMult: 1.1,\n employeeChaMult: 1.1,\n employeeEffMult: 1.1,\n employeeIntMult: 1.1,\n },\n {\n name: \"Drones\",\n cost: 5e3,\n desc:\n \"Acquire the knowledge needed to create advanced drones. This research does nothing \" +\n \"by itself, but unlocks other Drone-related research.\",\n },\n {\n name: \"Drones - Assembly\",\n cost: 25e3,\n desc:\n \"Manufacture and use Assembly Drones to improve the efficiency of \" +\n \"your production lines. This increases all production by 20%.\",\n productionMult: 1.2,\n },\n {\n name: \"Drones - Transport\",\n cost: 30e3,\n desc:\n \"Manufacture and use intelligent Transport Drones to optimize \" +\n \"your warehouses. This increases the storage space of all warehouses \" +\n \"by 50%.\",\n storageMult: 1.5,\n },\n {\n name: \"Go-Juice\",\n cost: 25e3,\n desc:\n \"Provide employees with Go-Juice, a coffee-derivative that further enhances \" +\n \"the brain's dopamine production. This increases the maximum energy of all \" +\n \"employees by 10.\",\n },\n {\n name: \"Hi-Tech R&D Laboratory\",\n cost: 5e3,\n desc:\n \"Construct a cutting edge facility dedicated to advanced research and \" +\n \"and development. This allows you to spend Scientific Research \" +\n \"on powerful upgrades. It also globally increases Scientific Research \" +\n \"production by 10%.\",\n sciResearchMult: 1.1,\n },\n {\n name: \"HRBuddy-Recruitment\",\n cost: 15e3,\n desc:\n \"Use automated software to handle the hiring of employees. With this \" +\n \"research, each office will automatically hire one employee per \" +\n \"market cycle if there is available space.\",\n },\n {\n name: \"HRBuddy-Training\",\n cost: 20e3,\n desc:\n \"Use automated software to handle the training of employees. With this \" +\n \"research, each employee hired with HRBuddy-Recruitment will automatically \" +\n \"be assigned to 'Training', rather than being unassigned.\",\n },\n {\n name: \"JoyWire\",\n cost: 20e3,\n desc: \"A brain implant which is installed in employees, increasing their maximum happiness by 10.\",\n },\n {\n name: \"Market-TA.I\",\n cost: 20e3,\n desc:\n \"Develop advanced AI software that uses technical analysis to \" +\n \"help you understand and exploit the market. This research \" +\n \"allows you to know what price to sell your Materials/Products \" +\n \"at in order to avoid losing sales due to having too high of a mark-up. \" +\n \"It also lets you automatically use that sale price.\",\n },\n {\n name: \"Market-TA.II\",\n cost: 50e3,\n desc:\n \"Develop double-advanced AI software that uses technical analysis to \" +\n \"help you understand and exploit the market. This research \" +\n \"allows you to know how many sales of a Material/Product you lose or gain \" +\n \"from having too high or too low or a sale price. It also lets you automatically \" +\n \"set the sale price of your Materials/Products at the optimal price such that \" +\n \"the amount sold matches the amount produced.\",\n },\n {\n name: \"Overclock\",\n cost: 15e3,\n desc:\n \"Equip employees with a headset that uses transcranial direct current \" +\n \"stimulation (tDCS) to increase the speed of their neurotransmitters. \" +\n \"This research increases the intelligence and efficiency of all \" +\n \"employees by 25%.\",\n employeeEffMult: 1.25,\n employeeIntMult: 1.25,\n },\n {\n name: \"Self-Correcting Assemblers\",\n cost: 25e3,\n desc:\n \"Create assemblers that can be used for universal production. \" +\n \"These assemblers use deep learning to improve their efficiency \" +\n \"at their tasks. This research increases all production by 10%\",\n productionMult: 1.1,\n },\n {\n name: \"Sti.mu\",\n cost: 30e3,\n desc:\n \"Upgrade the tDCS headset to stimulate regions of the brain that \" +\n \"control confidence and enthusiasm. This research increases the max \" +\n \"morale of all employees by 10.\",\n },\n {\n name: \"sudo.Assist\",\n cost: 15e3,\n desc: \"Develop a virtual assistant AI to handle and manage administrative issues for your corporation.\",\n },\n {\n name: \"uPgrade: Capacity.I\",\n cost: 20e3,\n desc:\n \"Expand the industry's capacity for designing and manufacturing its \" +\n \"various products. This increases the industry's maximum number of products \" +\n \"by 1 (from 3 to 4).\",\n },\n {\n name: \"uPgrade: Capacity.II\",\n cost: 30e3,\n desc:\n \"Expand the industry's capacity for designing and manufacturing its \" +\n \"various products. This increases the industry's maximum number of products \" +\n \"by 1 (from 4 to 5).\",\n },\n {\n name: \"uPgrade: Dashboard\",\n cost: 5e3,\n desc:\n \"Improve the software used to manage the industry's production line \" +\n \"for its various products. This allows you to manage the production and \" +\n \"sale of a product before it's finished being designed.\",\n },\n {\n name: \"uPgrade: Fulcrum\",\n cost: 10e3,\n desc:\n \"Streamline the manufacturing of this industry's various products. \" +\n \"This research increases the production of your products by 5%\",\n productProductionMult: 1.05,\n },\n];\n","import { Reviver, Generic_toJSON, Generic_fromJSON, IReviverValue } from \"../utils/JSONReviver\";\nimport { CityName } from \"../Locations/data/CityNames\";\nimport { Industries, IndustryStartingCosts, IndustryResearchTrees } from \"./IndustryData\";\nimport { CorporationConstants } from \"./data/Constants\";\nimport { EmployeePositions } from \"./EmployeePositions\";\nimport { Material } from \"./Material\";\nimport { getRandomInt } from \"../utils/helpers/getRandomInt\";\nimport { calculateEffectWithFactors } from \"../utils/calculateEffectWithFactors\";\nimport { OfficeSpace } from \"./OfficeSpace\";\nimport { Product } from \"./Product\";\nimport { dialogBoxCreate } from \"../ui/React/DialogBox\";\nimport { isString } from \"../utils/helpers/isString\";\nimport { MaterialSizes } from \"./MaterialSizes\";\nimport { Warehouse } from \"./Warehouse\";\nimport { Corporation } from \"./Corporation\";\n\ninterface IParams {\n name?: string;\n corp?: Corporation;\n type?: string;\n}\n\nexport class Industry {\n name = \"\";\n type = Industries.Agriculture;\n sciResearch = new Material({ name: \"Scientific Research\" });\n researched: { [key: string]: boolean | undefined } = {};\n reqMats: { [key: string]: number | undefined } = {};\n\n //An array of the name of materials being produced\n prodMats: string[] = [];\n\n products: { [key: string]: Product | undefined } = {};\n makesProducts = false;\n\n awareness = 0;\n popularity = 0; //Should always be less than awareness\n startingCost = 0;\n\n /* The following are factors for how much production/other things are increased by\n different factors. The production increase always has diminishing returns,\n and they are all represented by exponentials of < 1 (e.g x ^ 0.5, x ^ 0.8)\n The number for these represent the exponential. A lower number means more\n diminishing returns */\n reFac = 0; //Real estate Factor\n sciFac = 0; //Scientific Research Factor, affects quality\n hwFac = 0; //Hardware factor\n robFac = 0; //Robotics Factor\n aiFac = 0; //AI Cores factor;\n advFac = 0; //Advertising factor, affects sales\n\n prodMult = 0; //Production multiplier\n\n //Financials\n lastCycleRevenue: number;\n lastCycleExpenses: number;\n thisCycleRevenue: number;\n thisCycleExpenses: number;\n\n state = \"START\";\n newInd = true;\n\n //Maps locations to warehouses. 0 if no warehouse at that location\n warehouses: { [key: string]: Warehouse | 0 };\n\n //Maps locations to offices. 0 if no office at that location\n offices: { [key: string]: OfficeSpace | 0 } = {\n [CityName.Aevum]: 0,\n [CityName.Chongqing]: 0,\n [CityName.Sector12]: new OfficeSpace({\n loc: CityName.Sector12,\n size: CorporationConstants.OfficeInitialSize,\n }),\n [CityName.NewTokyo]: 0,\n [CityName.Ishima]: 0,\n [CityName.Volhaven]: 0,\n };\n\n numAdVerts = 0;\n\n constructor(params: IParams = {}) {\n this.name = params.name ? params.name : \"\";\n this.type = params.type ? params.type : Industries.Agriculture;\n\n //Financials\n this.lastCycleRevenue = 0;\n this.lastCycleExpenses = 0;\n this.thisCycleRevenue = 0;\n this.thisCycleExpenses = 0;\n\n this.warehouses = {\n [CityName.Aevum]: 0,\n [CityName.Chongqing]: 0,\n [CityName.Sector12]: new Warehouse({\n corp: params.corp,\n industry: this,\n loc: CityName.Sector12,\n size: CorporationConstants.WarehouseInitialSize,\n }),\n [CityName.NewTokyo]: 0,\n [CityName.Ishima]: 0,\n [CityName.Volhaven]: 0,\n };\n\n this.init();\n }\n\n init(): void {\n //Set the unique properties of an industry (how much its affected by real estate/scientific research, etc.)\n const startingCost = IndustryStartingCosts[this.type];\n if (startingCost === undefined) throw new Error(`Invalid industry: \"${this.type}\"`);\n this.startingCost = startingCost;\n switch (this.type) {\n case Industries.Energy:\n this.reFac = 0.65;\n this.sciFac = 0.7;\n this.robFac = 0.05;\n this.aiFac = 0.3;\n this.advFac = 0.08;\n this.reqMats = {\n Hardware: 0.1,\n Metal: 0.2,\n };\n this.prodMats = [\"Energy\"];\n break;\n case Industries.Utilities:\n case \"Utilities\":\n this.reFac = 0.5;\n this.sciFac = 0.6;\n this.robFac = 0.4;\n this.aiFac = 0.4;\n this.advFac = 0.08;\n this.reqMats = {\n Hardware: 0.1,\n Metal: 0.1,\n };\n this.prodMats = [\"Water\"];\n break;\n case Industries.Agriculture:\n this.reFac = 0.72;\n this.sciFac = 0.5;\n this.hwFac = 0.2;\n this.robFac = 0.3;\n this.aiFac = 0.3;\n this.advFac = 0.04;\n this.reqMats = {\n Water: 0.5,\n Energy: 0.5,\n };\n this.prodMats = [\"Plants\", \"Food\"];\n break;\n case Industries.Fishing:\n this.reFac = 0.15;\n this.sciFac = 0.35;\n this.hwFac = 0.35;\n this.robFac = 0.5;\n this.aiFac = 0.2;\n this.advFac = 0.08;\n this.reqMats = {\n Energy: 0.5,\n };\n this.prodMats = [\"Food\"];\n break;\n case Industries.Mining:\n this.reFac = 0.3;\n this.sciFac = 0.26;\n this.hwFac = 0.4;\n this.robFac = 0.45;\n this.aiFac = 0.45;\n this.advFac = 0.06;\n this.reqMats = {\n Energy: 0.8,\n };\n this.prodMats = [\"Metal\"];\n break;\n case Industries.Food:\n //reFac is unique for this bc it diminishes greatly per city. Handle this separately in code?\n this.sciFac = 0.12;\n this.hwFac = 0.15;\n this.robFac = 0.3;\n this.aiFac = 0.25;\n this.advFac = 0.25;\n this.reFac = 0.05;\n this.reqMats = {\n Food: 0.5,\n Water: 0.5,\n Energy: 0.2,\n };\n this.makesProducts = true;\n break;\n case Industries.Tobacco:\n this.reFac = 0.15;\n this.sciFac = 0.75;\n this.hwFac = 0.15;\n this.robFac = 0.2;\n this.aiFac = 0.15;\n this.advFac = 0.2;\n this.reqMats = {\n Plants: 1,\n Water: 0.2,\n };\n this.makesProducts = true;\n break;\n case Industries.Chemical:\n this.reFac = 0.25;\n this.sciFac = 0.75;\n this.hwFac = 0.2;\n this.robFac = 0.25;\n this.aiFac = 0.2;\n this.advFac = 0.07;\n this.reqMats = {\n Plants: 1,\n Energy: 0.5,\n Water: 0.5,\n };\n this.prodMats = [\"Chemicals\"];\n break;\n case Industries.Pharmaceutical:\n this.reFac = 0.05;\n this.sciFac = 0.8;\n this.hwFac = 0.15;\n this.robFac = 0.25;\n this.aiFac = 0.2;\n this.advFac = 0.16;\n this.reqMats = {\n Chemicals: 2,\n Energy: 1,\n Water: 0.5,\n };\n this.prodMats = [\"Drugs\"];\n this.makesProducts = true;\n break;\n case Industries.Computer:\n case \"Computer\":\n this.reFac = 0.2;\n this.sciFac = 0.62;\n this.robFac = 0.36;\n this.aiFac = 0.19;\n this.advFac = 0.17;\n this.reqMats = {\n Metal: 2,\n Energy: 1,\n };\n this.prodMats = [\"Hardware\"];\n this.makesProducts = true;\n break;\n case Industries.Robotics:\n this.reFac = 0.32;\n this.sciFac = 0.65;\n this.aiFac = 0.36;\n this.advFac = 0.18;\n this.hwFac = 0.19;\n this.reqMats = {\n Hardware: 5,\n Energy: 3,\n };\n this.prodMats = [\"Robots\"];\n this.makesProducts = true;\n break;\n case Industries.Software:\n this.sciFac = 0.62;\n this.advFac = 0.16;\n this.hwFac = 0.25;\n this.reFac = 0.15;\n this.aiFac = 0.18;\n this.robFac = 0.05;\n this.reqMats = {\n Hardware: 0.5,\n Energy: 0.5,\n };\n this.prodMats = [\"AICores\"];\n this.makesProducts = true;\n break;\n case Industries.Healthcare:\n this.reFac = 0.1;\n this.sciFac = 0.75;\n this.advFac = 0.11;\n this.hwFac = 0.1;\n this.robFac = 0.1;\n this.aiFac = 0.1;\n this.reqMats = {\n Robots: 10,\n AICores: 5,\n Energy: 5,\n Water: 5,\n };\n this.makesProducts = true;\n break;\n case Industries.RealEstate:\n this.robFac = 0.6;\n this.aiFac = 0.6;\n this.advFac = 0.25;\n this.sciFac = 0.05;\n this.hwFac = 0.05;\n this.reqMats = {\n Metal: 5,\n Energy: 5,\n Water: 2,\n Hardware: 4,\n };\n this.prodMats = [\"RealEstate\"];\n this.makesProducts = true;\n break;\n default:\n console.error(`Invalid Industry Type passed into Industry.init(): ${this.type}`);\n return;\n }\n }\n\n getProductDescriptionText(): string {\n if (!this.makesProducts) return \"\";\n switch (this.type) {\n case Industries.Food:\n return \"create and manage restaurants\";\n case Industries.Tobacco:\n return \"create tobacco and tobacco-related products\";\n case Industries.Pharmaceutical:\n return \"develop new pharmaceutical drugs\";\n case Industries.Computer:\n case \"Computer\":\n return \"create new computer hardware and networking infrastructures\";\n case Industries.Robotics:\n return \"build specialized robots and robot-related products\";\n case Industries.Software:\n return \"develop computer software\";\n case Industries.Healthcare:\n return \"build and manage hospitals\";\n case Industries.RealEstate:\n return \"develop and manage real estate properties\";\n default:\n console.error(\"Invalid industry type in Industry.getProductDescriptionText\");\n return \"\";\n }\n }\n\n getMaximumNumberProducts(): number {\n if (!this.makesProducts) return 0;\n\n // Calculate additional number of allowed Products from Research/Upgrades\n let additional = 0;\n if (this.hasResearch(\"uPgrade: Capacity.I\")) ++additional;\n if (this.hasResearch(\"uPgrade: Capacity.II\")) ++additional;\n\n return CorporationConstants.BaseMaxProducts + additional;\n }\n\n hasMaximumNumberProducts(): boolean {\n return Object.keys(this.products).length >= this.getMaximumNumberProducts();\n }\n\n //Calculates the values that factor into the production and properties of\n //materials/products (such as quality, etc.)\n calculateProductionFactors(): void {\n let multSum = 0;\n for (let i = 0; i < CorporationConstants.Cities.length; ++i) {\n const city = CorporationConstants.Cities[i];\n const warehouse = this.warehouses[city];\n if (!warehouse) continue;\n\n const materials = warehouse.materials;\n\n const cityMult =\n Math.pow(0.002 * materials.RealEstate.qty + 1, this.reFac) *\n Math.pow(0.002 * materials.Hardware.qty + 1, this.hwFac) *\n Math.pow(0.002 * materials.Robots.qty + 1, this.robFac) *\n Math.pow(0.002 * materials.AICores.qty + 1, this.aiFac);\n multSum += Math.pow(cityMult, 0.73);\n }\n\n multSum < 1 ? (this.prodMult = 1) : (this.prodMult = multSum);\n }\n\n updateWarehouseSizeUsed(warehouse: Warehouse): void {\n warehouse.updateMaterialSizeUsed();\n\n for (const prodName of Object.keys(this.products)) {\n if (this.products.hasOwnProperty(prodName)) {\n const prod = this.products[prodName];\n if (prod === undefined) continue;\n warehouse.sizeUsed += prod.data[warehouse.loc][0] * prod.siz;\n }\n }\n }\n\n process(marketCycles = 1, state: string, corporation: Corporation): void {\n this.state = state;\n\n //At the start of a cycle, store and reset revenue/expenses\n //Then calculate salaries and process the markets\n if (state === \"START\") {\n if (isNaN(this.thisCycleRevenue) || isNaN(this.thisCycleExpenses)) {\n console.error(\"NaN in Corporation's computed revenue/expenses\");\n dialogBoxCreate(\n \"Something went wrong when compting Corporation's revenue/expenses. This is a bug. Please report to game developer\",\n );\n this.thisCycleRevenue = 0;\n this.thisCycleExpenses = 0;\n }\n this.lastCycleRevenue = this.thisCycleRevenue / (marketCycles * CorporationConstants.SecsPerMarketCycle);\n this.lastCycleExpenses = this.thisCycleExpenses / (marketCycles * CorporationConstants.SecsPerMarketCycle);\n this.thisCycleRevenue = 0;\n this.thisCycleExpenses = 0;\n\n // Once you start making revenue, the player should no longer be\n // considered new, and therefore no longer needs the 'tutorial' UI elements\n if (this.lastCycleRevenue > 0) {\n this.newInd = false;\n }\n\n // Process offices (and the employees in them)\n let employeeSalary = 0;\n for (const officeLoc of Object.keys(this.offices)) {\n const office = this.offices[officeLoc];\n if (office) employeeSalary += office.process(marketCycles, corporation, this);\n }\n this.thisCycleExpenses = this.thisCycleExpenses + employeeSalary;\n\n // Process change in demand/competition of materials/products\n this.processMaterialMarket();\n this.processProductMarket(marketCycles);\n\n // Process loss of popularity\n this.popularity -= marketCycles * 0.0001;\n this.popularity = Math.max(0, this.popularity);\n\n // Process Dreamsense gains\n const popularityGain = corporation.getDreamSenseGain(),\n awarenessGain = popularityGain * 4;\n if (popularityGain > 0) {\n const awareness = this.awareness + awarenessGain * marketCycles;\n this.awareness = Math.min(awareness, Number.MAX_VALUE);\n\n const popularity = this.popularity + popularityGain * marketCycles;\n this.popularity = Math.min(popularity, Number.MAX_VALUE);\n }\n\n return;\n }\n\n // Process production, purchase, and import/export of materials\n let res = this.processMaterials(marketCycles, corporation);\n if (Array.isArray(res)) {\n this.thisCycleRevenue = this.thisCycleRevenue + res[0];\n this.thisCycleExpenses = this.thisCycleExpenses + res[1];\n }\n\n // Process creation, production & sale of products\n res = this.processProducts(marketCycles, corporation);\n if (Array.isArray(res)) {\n this.thisCycleRevenue = this.thisCycleRevenue + res[0];\n this.thisCycleExpenses = this.thisCycleExpenses + res[1];\n }\n }\n\n // Process change in demand and competition for this industry's materials\n processMaterialMarket(): void {\n //References to prodMats and reqMats\n const reqMats = this.reqMats,\n prodMats = this.prodMats;\n\n //Only 'process the market' for materials that this industry deals with\n for (let i = 0; i < CorporationConstants.Cities.length; ++i) {\n //If this industry has a warehouse in this city, process the market\n //for every material this industry requires or produces\n if (this.warehouses[CorporationConstants.Cities[i]]) {\n const wh = this.warehouses[CorporationConstants.Cities[i]];\n if (wh === 0) continue;\n for (const name of Object.keys(reqMats)) {\n if (reqMats.hasOwnProperty(name)) {\n wh.materials[name].processMarket();\n }\n }\n\n //Produced materials are stored in an array\n for (let foo = 0; foo < prodMats.length; ++foo) {\n wh.materials[prodMats[foo]].processMarket();\n }\n\n //Process these twice because these boost production\n wh.materials[\"Hardware\"].processMarket();\n wh.materials[\"Robots\"].processMarket();\n wh.materials[\"AICores\"].processMarket();\n wh.materials[\"RealEstate\"].processMarket();\n }\n }\n }\n\n // Process change in demand and competition for this industry's products\n processProductMarket(marketCycles = 1): void {\n // Demand gradually decreases, and competition gradually increases\n for (const name of Object.keys(this.products)) {\n if (this.products.hasOwnProperty(name)) {\n const product = this.products[name];\n if (product === undefined) continue;\n let change = getRandomInt(0, 3) * 0.0004;\n if (change === 0) continue;\n\n if (\n this.type === Industries.Pharmaceutical ||\n this.type === Industries.Software ||\n this.type === Industries.Robotics\n ) {\n change *= 3;\n }\n change *= marketCycles;\n product.dmd -= change;\n product.cmp += change;\n product.cmp = Math.min(product.cmp, 99.99);\n product.dmd = Math.max(product.dmd, 0.001);\n }\n }\n }\n\n //Process production, purchase, and import/export of materials\n processMaterials(marketCycles = 1, corporation: Corporation): [number, number] {\n let revenue = 0,\n expenses = 0;\n this.calculateProductionFactors();\n\n for (let i = 0; i < CorporationConstants.Cities.length; ++i) {\n const city = CorporationConstants.Cities[i];\n const office = this.offices[city];\n if (office === 0) continue;\n\n if (this.warehouses[city]) {\n const warehouse = this.warehouses[city];\n if (warehouse === 0) continue;\n\n switch (this.state) {\n case \"PURCHASE\": {\n /* Process purchase of materials */\n for (const matName of Object.keys(warehouse.materials)) {\n if (!warehouse.materials.hasOwnProperty(matName)) continue;\n const mat = warehouse.materials[matName];\n let buyAmt = 0;\n let maxAmt = 0;\n if (warehouse.smartSupplyEnabled && Object.keys(this.reqMats).includes(matName)) {\n continue;\n }\n buyAmt = mat.buy * CorporationConstants.SecsPerMarketCycle * marketCycles;\n\n maxAmt = Math.floor((warehouse.size - warehouse.sizeUsed) / MaterialSizes[matName]);\n\n buyAmt = Math.min(buyAmt, maxAmt);\n if (buyAmt > 0) {\n mat.qty += buyAmt;\n expenses += buyAmt * mat.bCost;\n }\n this.updateWarehouseSizeUsed(warehouse);\n } //End process purchase of materials\n\n // smart supply\n const smartBuy: { [key: string]: number | undefined } = {};\n for (const matName of Object.keys(warehouse.materials)) {\n if (!warehouse.materials.hasOwnProperty(matName)) continue;\n if (!warehouse.smartSupplyEnabled || !Object.keys(this.reqMats).includes(matName)) continue;\n const mat = warehouse.materials[matName];\n\n //Smart supply tracker is stored as per second rate\n const reqMat = this.reqMats[matName];\n if (reqMat === undefined) throw new Error(`reqMat \"${matName}\" is undefined`);\n mat.buy = reqMat * warehouse.smartSupplyStore;\n let buyAmt = mat.buy * CorporationConstants.SecsPerMarketCycle * marketCycles;\n const maxAmt = Math.floor((warehouse.size - warehouse.sizeUsed) / MaterialSizes[matName]);\n buyAmt = Math.min(buyAmt, maxAmt);\n if (buyAmt > 0) smartBuy[matName] = buyAmt;\n }\n\n // Find which material were trying to create the least amount of product with.\n let worseAmt = 1e99;\n for (const matName of Object.keys(smartBuy)) {\n const buyAmt = smartBuy[matName];\n if (buyAmt === undefined) throw new Error(`Somehow smartbuy matname is undefined`);\n const reqMat = this.reqMats[matName];\n if (reqMat === undefined) throw new Error(`reqMat \"${matName}\" is undefined`);\n const amt = buyAmt / reqMat;\n if (amt < worseAmt) worseAmt = amt;\n }\n\n // Align all the materials to the smallest amount.\n for (const matName of Object.keys(smartBuy)) {\n const reqMat = this.reqMats[matName];\n if (reqMat === undefined) throw new Error(`reqMat \"${matName}\" is undefined`);\n smartBuy[matName] = worseAmt * reqMat;\n }\n\n // Calculate the total size of all things were trying to buy\n let totalSize = 0;\n for (const matName of Object.keys(smartBuy)) {\n const buyAmt = smartBuy[matName];\n if (buyAmt === undefined) throw new Error(`Somehow smartbuy matname is undefined`);\n totalSize += buyAmt * MaterialSizes[matName];\n }\n\n // Shrink to the size of available space.\n const freeSpace = warehouse.size - warehouse.sizeUsed;\n if (totalSize > freeSpace) {\n for (const matName of Object.keys(smartBuy)) {\n const buyAmt = smartBuy[matName];\n if (buyAmt === undefined) throw new Error(`Somehow smartbuy matname is undefined`);\n smartBuy[matName] = Math.floor((buyAmt * freeSpace) / totalSize);\n }\n }\n\n // TODO: Change all these Object.keys where the value is also needed to Object.entries.\n // Use the materials already in the warehouse if the option is on.\n for (const matName of Object.keys(smartBuy)) {\n if (!warehouse.smartSupplyUseLeftovers[matName]) continue;\n const mat = warehouse.materials[matName];\n const buyAmt = smartBuy[matName];\n if (buyAmt === undefined) throw new Error(`Somehow smartbuy matname is undefined`);\n smartBuy[matName] = Math.max(0, buyAmt - mat.qty);\n }\n\n // buy them\n for (const [matName, buyAmt] of Object.entries(smartBuy)) {\n const mat = warehouse.materials[matName];\n if (buyAmt === undefined) throw new Error(`Somehow smartbuy matname is undefined`);\n mat.qty += buyAmt;\n expenses += buyAmt * mat.bCost;\n }\n break;\n }\n case \"PRODUCTION\":\n warehouse.smartSupplyStore = 0; //Reset smart supply amount\n\n /* Process production of materials */\n if (this.prodMats.length > 0) {\n const mat = warehouse.materials[this.prodMats[0]];\n //Calculate the maximum production of this material based\n //on the office's productivity\n const maxProd =\n this.getOfficeProductivity(office) *\n this.prodMult * // Multiplier from materials\n corporation.getProductionMultiplier() *\n this.getProductionMultiplier(); // Multiplier from Research\n let prod;\n\n if (mat.prdman[0]) {\n //Production is manually limited\n prod = Math.min(maxProd, mat.prdman[1]);\n } else {\n prod = maxProd;\n }\n prod *= CorporationConstants.SecsPerMarketCycle * marketCycles; //Convert production from per second to per market cycle\n\n // Calculate net change in warehouse storage making the produced materials will cost\n let totalMatSize = 0;\n for (let tmp = 0; tmp < this.prodMats.length; ++tmp) {\n totalMatSize += MaterialSizes[this.prodMats[tmp]];\n }\n for (const reqMatName of Object.keys(this.reqMats)) {\n const normQty = this.reqMats[reqMatName];\n if (normQty === undefined) continue;\n totalMatSize -= MaterialSizes[reqMatName] * normQty;\n }\n // If not enough space in warehouse, limit the amount of produced materials\n if (totalMatSize > 0) {\n const maxAmt = Math.floor((warehouse.size - warehouse.sizeUsed) / totalMatSize);\n prod = Math.min(maxAmt, prod);\n }\n\n if (prod < 0) {\n prod = 0;\n }\n\n // Keep track of production for smart supply (/s)\n warehouse.smartSupplyStore += prod / (CorporationConstants.SecsPerMarketCycle * marketCycles);\n\n // Make sure we have enough resource to make our materials\n let producableFrac = 1;\n for (const reqMatName of Object.keys(this.reqMats)) {\n if (this.reqMats.hasOwnProperty(reqMatName)) {\n const reqMat = this.reqMats[reqMatName];\n if (reqMat === undefined) continue;\n const req = reqMat * prod;\n if (warehouse.materials[reqMatName].qty < req) {\n producableFrac = Math.min(producableFrac, warehouse.materials[reqMatName].qty / req);\n }\n }\n }\n if (producableFrac <= 0) {\n producableFrac = 0;\n prod = 0;\n }\n\n // Make our materials if they are producable\n if (producableFrac > 0 && prod > 0) {\n for (const reqMatName of Object.keys(this.reqMats)) {\n const reqMat = this.reqMats[reqMatName];\n if (reqMat === undefined) continue;\n const reqMatQtyNeeded = reqMat * prod * producableFrac;\n warehouse.materials[reqMatName].qty -= reqMatQtyNeeded;\n warehouse.materials[reqMatName].prd = 0;\n warehouse.materials[reqMatName].prd -=\n reqMatQtyNeeded / (CorporationConstants.SecsPerMarketCycle * marketCycles);\n }\n for (let j = 0; j < this.prodMats.length; ++j) {\n warehouse.materials[this.prodMats[j]].qty += prod * producableFrac;\n warehouse.materials[this.prodMats[j]].qlt =\n office.employeeProd[EmployeePositions.Engineer] / 90 +\n Math.pow(this.sciResearch.qty, this.sciFac) +\n Math.pow(warehouse.materials[\"AICores\"].qty, this.aiFac) / 10e3;\n }\n } else {\n for (const reqMatName of Object.keys(this.reqMats)) {\n if (this.reqMats.hasOwnProperty(reqMatName)) {\n warehouse.materials[reqMatName].prd = 0;\n }\n }\n }\n\n //Per second\n const fooProd = (prod * producableFrac) / (CorporationConstants.SecsPerMarketCycle * marketCycles);\n for (let fooI = 0; fooI < this.prodMats.length; ++fooI) {\n warehouse.materials[this.prodMats[fooI]].prd = fooProd;\n }\n } else {\n //If this doesn't produce any materials, then it only creates\n //Products. Creating products will consume materials. The\n //Production of all consumed materials must be set to 0\n for (const reqMatName of Object.keys(this.reqMats)) {\n warehouse.materials[reqMatName].prd = 0;\n }\n }\n break;\n\n case \"SALE\":\n /* Process sale of materials */\n for (const matName of Object.keys(warehouse.materials)) {\n if (warehouse.materials.hasOwnProperty(matName)) {\n const mat = warehouse.materials[matName];\n if (mat.sCost < 0 || mat.sllman[0] === false) {\n mat.sll = 0;\n continue;\n }\n\n // Sale multipliers\n const businessFactor = this.getBusinessFactor(office); //Business employee productivity\n const advertisingFactor = this.getAdvertisingFactors()[0]; //Awareness + popularity\n const marketFactor = this.getMarketFactor(mat); //Competition + demand\n\n // Determine the cost that the material will be sold at\n const markupLimit = mat.getMarkupLimit();\n let sCost;\n if (mat.marketTa2) {\n const prod = mat.prd;\n\n // Reverse engineer the 'maxSell' formula\n // 1. Set 'maxSell' = prod\n // 2. Substitute formula for 'markup'\n // 3. Solve for 'sCost'\n const numerator = markupLimit;\n const sqrtNumerator = prod;\n const sqrtDenominator =\n (mat.qlt + 0.001) *\n marketFactor *\n businessFactor *\n corporation.getSalesMultiplier() *\n advertisingFactor *\n this.getSalesMultiplier();\n const denominator = Math.sqrt(sqrtNumerator / sqrtDenominator);\n let optimalPrice;\n if (sqrtDenominator === 0 || denominator === 0) {\n if (sqrtNumerator === 0) {\n optimalPrice = 0; // No production\n } else {\n optimalPrice = mat.bCost + markupLimit;\n console.warn(`In Corporation, found illegal 0s when trying to calculate MarketTA2 sale cost`);\n }\n } else {\n optimalPrice = numerator / denominator + mat.bCost;\n }\n\n // We'll store this \"Optimal Price\" in a property so that we don't have\n // to re-calculate it for the UI\n mat.marketTa2Price = optimalPrice;\n\n sCost = optimalPrice;\n } else if (mat.marketTa1) {\n sCost = mat.bCost + markupLimit;\n } else if (isString(mat.sCost)) {\n sCost = (mat.sCost as string).replace(/MP/g, mat.bCost + \"\");\n sCost = eval(sCost);\n } else {\n sCost = mat.sCost;\n }\n\n // Calculate how much of the material sells (per second)\n let markup = 1;\n if (sCost > mat.bCost) {\n //Penalty if difference between sCost and bCost is greater than markup limit\n if (sCost - mat.bCost > markupLimit) {\n markup = Math.pow(markupLimit / (sCost - mat.bCost), 2);\n }\n } else if (sCost < mat.bCost) {\n if (sCost <= 0) {\n markup = 1e12; //Sell everything, essentially discard\n } else {\n //Lower prices than market increases sales\n markup = mat.bCost / sCost;\n }\n }\n\n mat.maxsll =\n (mat.qlt + 0.001) *\n marketFactor *\n markup *\n businessFactor *\n corporation.getSalesMultiplier() *\n advertisingFactor *\n this.getSalesMultiplier();\n let sellAmt;\n if (isString(mat.sllman[1])) {\n //Dynamically evaluated\n let tmp = (mat.sllman[1] as string).replace(/MAX/g, (mat.maxsll + \"\").toUpperCase());\n tmp = tmp.replace(/PROD/g, mat.prd + \"\");\n try {\n sellAmt = eval(tmp);\n } catch (e) {\n dialogBoxCreate(\n `Error evaluating your sell amount for material ${mat.name} in ${this.name}'s ${city} office. The sell amount is being set to zero`,\n );\n sellAmt = 0;\n }\n sellAmt = Math.min(mat.maxsll, sellAmt);\n } else if (mat.sllman[1] === -1) {\n //Backwards compatibility, -1 = MAX\n sellAmt = mat.maxsll;\n } else {\n //Player's input value is just a number\n sellAmt = Math.min(mat.maxsll, mat.sllman[1] as number);\n }\n\n sellAmt = sellAmt * CorporationConstants.SecsPerMarketCycle * marketCycles;\n sellAmt = Math.min(mat.qty, sellAmt);\n if (sellAmt < 0) {\n console.warn(`sellAmt calculated to be negative for ${matName} in ${city}`);\n mat.sll = 0;\n continue;\n }\n if (sellAmt && sCost >= 0) {\n mat.qty -= sellAmt;\n revenue += sellAmt * sCost;\n mat.sll = sellAmt / (CorporationConstants.SecsPerMarketCycle * marketCycles);\n } else {\n mat.sll = 0;\n }\n }\n } //End processing of sale of materials\n break;\n\n case \"EXPORT\":\n for (const matName of Object.keys(warehouse.materials)) {\n if (warehouse.materials.hasOwnProperty(matName)) {\n const mat = warehouse.materials[matName];\n mat.totalExp = 0; //Reset export\n for (let expI = 0; expI < mat.exp.length; ++expI) {\n const exp = mat.exp[expI];\n const amtStr = exp.amt.replace(\n /MAX/g,\n (mat.qty / (CorporationConstants.SecsPerMarketCycle * marketCycles) + \"\").toUpperCase(),\n );\n let amt = 0;\n try {\n amt = eval(amtStr);\n } catch (e) {\n dialogBoxCreate(\n `Calculating export for ${mat.name} in ${this.name}'s ${city} division failed with error: ${e}`,\n );\n continue;\n }\n if (isNaN(amt)) {\n dialogBoxCreate(\n `Error calculating export amount for ${mat.name} in ${this.name}'s ${city} division.`,\n );\n continue;\n }\n amt = amt * CorporationConstants.SecsPerMarketCycle * marketCycles;\n\n if (mat.qty < amt) {\n amt = mat.qty;\n }\n if (amt === 0) {\n break; //None left\n }\n for (let foo = 0; foo < corporation.divisions.length; ++foo) {\n if (corporation.divisions[foo].name === exp.ind) {\n const expIndustry = corporation.divisions[foo];\n const expWarehouse = expIndustry.warehouses[exp.city];\n if (!expWarehouse) {\n console.error(`Invalid export! ${expIndustry.name} ${exp.city}`);\n break;\n }\n\n // Make sure theres enough space in warehouse\n if (expWarehouse.sizeUsed >= expWarehouse.size) {\n // Warehouse at capacity. Exporting doesn't\n // affect revenue so just return 0's\n return [0, 0];\n } else {\n const maxAmt = Math.floor((expWarehouse.size - expWarehouse.sizeUsed) / MaterialSizes[matName]);\n amt = Math.min(maxAmt, amt);\n }\n expWarehouse.materials[matName].imp +=\n amt / (CorporationConstants.SecsPerMarketCycle * marketCycles);\n expWarehouse.materials[matName].qty += amt;\n expWarehouse.materials[matName].qlt = mat.qlt;\n mat.qty -= amt;\n mat.totalExp += amt;\n expIndustry.updateWarehouseSizeUsed(expWarehouse);\n break;\n }\n }\n }\n //totalExp should be per second\n mat.totalExp /= CorporationConstants.SecsPerMarketCycle * marketCycles;\n }\n }\n\n break;\n\n case \"START\":\n break;\n default:\n console.error(`Invalid state: ${this.state}`);\n break;\n } //End switch(this.state)\n this.updateWarehouseSizeUsed(warehouse);\n } // End warehouse\n\n //Produce Scientific Research based on R&D employees\n //Scientific Research can be produced without a warehouse\n if (office) {\n this.sciResearch.qty +=\n 0.004 *\n Math.pow(office.employeeProd[EmployeePositions.RandD], 0.5) *\n corporation.getScientificResearchMultiplier() *\n this.getScientificResearchMultiplier();\n }\n }\n return [revenue, expenses];\n }\n\n //Process production & sale of this industry's FINISHED products (including all of their stats)\n processProducts(marketCycles = 1, corporation: Corporation): [number, number] {\n let revenue = 0;\n const expenses = 0;\n\n //Create products\n if (this.state === \"PRODUCTION\") {\n for (const prodName of Object.keys(this.products)) {\n const prod = this.products[prodName];\n if (prod === undefined) continue;\n if (!prod.fin) {\n const city = prod.createCity;\n const office = this.offices[city];\n if (office === 0) continue;\n\n prod.createProduct(marketCycles, office.employeeProd);\n if (prod.prog >= 100) {\n prod.finishProduct(this);\n }\n break;\n }\n }\n }\n\n //Produce Products\n for (const prodName of Object.keys(this.products)) {\n if (this.products.hasOwnProperty(prodName)) {\n const prod = this.products[prodName];\n if (prod && prod.fin) {\n revenue += this.processProduct(marketCycles, prod, corporation);\n }\n }\n }\n return [revenue, expenses];\n }\n\n //Processes FINISHED products\n processProduct(marketCycles = 1, product: Product, corporation: Corporation): number {\n let totalProfit = 0;\n for (let i = 0; i < CorporationConstants.Cities.length; ++i) {\n const city = CorporationConstants.Cities[i];\n const office = this.offices[city];\n if (office === 0) continue;\n const warehouse = this.warehouses[city];\n if (warehouse) {\n switch (this.state) {\n case \"PRODUCTION\": {\n //Calculate the maximum production of this material based\n //on the office's productivity\n const maxProd =\n this.getOfficeProductivity(office, { forProduct: true }) *\n corporation.getProductionMultiplier() *\n this.prodMult * // Multiplier from materials\n this.getProductionMultiplier() * // Multiplier from research\n this.getProductProductionMultiplier(); // Multiplier from research\n let prod;\n\n //Account for whether production is manually limited\n if (product.prdman[city][0]) {\n prod = Math.min(maxProd, product.prdman[city][1]);\n } else {\n prod = maxProd;\n }\n prod *= CorporationConstants.SecsPerMarketCycle * marketCycles;\n\n //Calculate net change in warehouse storage making the Products will cost\n let netStorageSize = product.siz;\n for (const reqMatName of Object.keys(product.reqMats)) {\n if (product.reqMats.hasOwnProperty(reqMatName)) {\n const normQty = product.reqMats[reqMatName];\n netStorageSize -= MaterialSizes[reqMatName] * normQty;\n }\n }\n\n //If there's not enough space in warehouse, limit the amount of Product\n if (netStorageSize > 0) {\n const maxAmt = Math.floor((warehouse.size - warehouse.sizeUsed) / netStorageSize);\n prod = Math.min(maxAmt, prod);\n }\n\n warehouse.smartSupplyStore += prod / (CorporationConstants.SecsPerMarketCycle * marketCycles);\n\n //Make sure we have enough resources to make our Products\n let producableFrac = 1;\n for (const reqMatName of Object.keys(product.reqMats)) {\n if (product.reqMats.hasOwnProperty(reqMatName)) {\n const req = product.reqMats[reqMatName] * prod;\n if (warehouse.materials[reqMatName].qty < req) {\n producableFrac = Math.min(producableFrac, warehouse.materials[reqMatName].qty / req);\n }\n }\n }\n\n //Make our Products if they are producable\n if (producableFrac > 0 && prod > 0) {\n for (const reqMatName of Object.keys(product.reqMats)) {\n if (product.reqMats.hasOwnProperty(reqMatName)) {\n const reqMatQtyNeeded = product.reqMats[reqMatName] * prod * producableFrac;\n warehouse.materials[reqMatName].qty -= reqMatQtyNeeded;\n warehouse.materials[reqMatName].prd -=\n reqMatQtyNeeded / (CorporationConstants.SecsPerMarketCycle * marketCycles);\n }\n }\n //Quantity\n product.data[city][0] += prod * producableFrac;\n }\n\n //Keep track of production Per second\n product.data[city][1] = (prod * producableFrac) / (CorporationConstants.SecsPerMarketCycle * marketCycles);\n break;\n }\n case \"SALE\": {\n //Process sale of Products\n product.pCost = 0; //Estimated production cost\n for (const reqMatName of Object.keys(product.reqMats)) {\n if (product.reqMats.hasOwnProperty(reqMatName)) {\n product.pCost += product.reqMats[reqMatName] * warehouse.materials[reqMatName].bCost;\n }\n }\n\n // Since its a product, its production cost is increased for labor\n product.pCost *= CorporationConstants.ProductProductionCostRatio;\n\n // Sale multipliers\n const businessFactor = this.getBusinessFactor(office); //Business employee productivity\n const advertisingFactor = this.getAdvertisingFactors()[0]; //Awareness + popularity\n const marketFactor = this.getMarketFactor(product); //Competition + demand\n\n // Calculate Sale Cost (sCost), which could be dynamically evaluated\n const markupLimit = product.rat / product.mku;\n let sCost;\n if (product.marketTa2) {\n const prod = product.data[city][1];\n\n // Reverse engineer the 'maxSell' formula\n // 1. Set 'maxSell' = prod\n // 2. Substitute formula for 'markup'\n // 3. Solve for 'sCost', product.pCost = sCost\n const numerator = markupLimit;\n const sqrtNumerator = prod;\n const sqrtDenominator =\n 0.5 *\n Math.pow(product.rat, 0.65) *\n marketFactor *\n corporation.getSalesMultiplier() *\n businessFactor *\n advertisingFactor *\n this.getSalesMultiplier();\n const denominator = Math.sqrt(sqrtNumerator / sqrtDenominator);\n let optimalPrice;\n if (sqrtDenominator === 0 || denominator === 0) {\n if (sqrtNumerator === 0) {\n optimalPrice = 0; // No production\n } else {\n optimalPrice = product.pCost + markupLimit;\n console.warn(`In Corporation, found illegal 0s when trying to calculate MarketTA2 sale cost`);\n }\n } else {\n optimalPrice = numerator / denominator + product.pCost;\n }\n\n // Store this \"optimal Price\" in a property so we don't have to re-calculate for UI\n product.marketTa2Price[city] = optimalPrice;\n sCost = optimalPrice;\n } else if (product.marketTa1) {\n sCost = product.pCost + markupLimit;\n } else if (isString(product.sCost)) {\n const sCostString = product.sCost as string;\n if (product.mku === 0) {\n console.error(`mku is zero, reverting to 1 to avoid Infinity`);\n product.mku = 1;\n }\n sCost = sCostString.replace(/MP/g, product.pCost + product.rat / product.mku + \"\");\n sCost = eval(sCost);\n } else {\n sCost = product.sCost;\n }\n\n let markup = 1;\n if (sCost > product.pCost) {\n if (sCost - product.pCost > markupLimit) {\n markup = markupLimit / (sCost - product.pCost);\n }\n }\n\n product.maxsll =\n 0.5 *\n Math.pow(product.rat, 0.65) *\n marketFactor *\n corporation.getSalesMultiplier() *\n Math.pow(markup, 2) *\n businessFactor *\n advertisingFactor *\n this.getSalesMultiplier();\n let sellAmt;\n if (product.sllman[city][0] && isString(product.sllman[city][1])) {\n //Sell amount is dynamically evaluated\n let tmp = product.sllman[city][1].replace(/MAX/g, (product.maxsll + \"\").toUpperCase());\n tmp = tmp.replace(/PROD/g, product.data[city][1]);\n try {\n tmp = eval(tmp);\n } catch (e) {\n dialogBoxCreate(\n `Error evaluating your sell price expression for ${product.name} in ${this.name}'s ${city} office. Sell price is being set to MAX`,\n );\n tmp = product.maxsll;\n }\n sellAmt = Math.min(product.maxsll, tmp);\n } else if (product.sllman[city][0] && product.sllman[city][1] > 0) {\n //Sell amount is manually limited\n sellAmt = Math.min(product.maxsll, product.sllman[city][1]);\n } else if (product.sllman[city][0] === false) {\n sellAmt = 0;\n } else {\n sellAmt = product.maxsll;\n }\n if (sellAmt < 0) {\n sellAmt = 0;\n }\n sellAmt = sellAmt * CorporationConstants.SecsPerMarketCycle * marketCycles;\n sellAmt = Math.min(product.data[city][0], sellAmt); //data[0] is qty\n if (sellAmt && sCost) {\n product.data[city][0] -= sellAmt; //data[0] is qty\n totalProfit += sellAmt * sCost;\n product.data[city][2] = sellAmt / (CorporationConstants.SecsPerMarketCycle * marketCycles); //data[2] is sell property\n } else {\n product.data[city][2] = 0; //data[2] is sell property\n }\n break;\n }\n case \"START\":\n case \"PURCHASE\":\n case \"EXPORT\":\n break;\n default:\n console.error(`Invalid State: ${this.state}`);\n break;\n } //End switch(this.state)\n }\n }\n return totalProfit;\n }\n\n resetImports(state: string): void {\n //At the start of the export state, set the imports of everything to 0\n if (state === \"EXPORT\") {\n for (let i = 0; i < CorporationConstants.Cities.length; ++i) {\n const city = CorporationConstants.Cities[i];\n if (!this.warehouses[city]) {\n continue;\n }\n const warehouse = this.warehouses[city];\n if (warehouse === 0) continue;\n for (const matName of Object.keys(warehouse.materials)) {\n if (warehouse.materials.hasOwnProperty(matName)) {\n const mat = warehouse.materials[matName];\n mat.imp = 0;\n }\n }\n }\n }\n }\n\n discontinueProduct(product: Product): void {\n for (const productName of Object.keys(this.products)) {\n if (this.products.hasOwnProperty(productName)) {\n if (product === this.products[productName]) {\n delete this.products[productName];\n }\n }\n }\n }\n\n getAdVertCost(): number {\n return 1e9 * Math.pow(1.06, this.numAdVerts);\n }\n\n applyAdVert(corporation: Corporation): void {\n const advMult = corporation.getAdvertisingMultiplier() * this.getAdvertisingMultiplier();\n const awareness = (this.awareness + 3 * advMult) * (1.01 * advMult);\n this.awareness = Math.min(awareness, Number.MAX_VALUE);\n\n const popularity = (this.popularity + 1 * advMult) * ((1 + getRandomInt(1, 3) / 100) * advMult);\n this.popularity = Math.min(popularity, Number.MAX_VALUE);\n\n ++this.numAdVerts;\n }\n\n // Returns how much of a material can be produced based of office productivity (employee stats)\n getOfficeProductivity(office: OfficeSpace, params: { forProduct?: boolean } = {}): number {\n const opProd = office.employeeProd[EmployeePositions.Operations];\n const engrProd = office.employeeProd[EmployeePositions.Engineer];\n const mgmtProd = office.employeeProd[EmployeePositions.Management];\n const total = opProd + engrProd + mgmtProd;\n\n if (total <= 0) return 0;\n\n // Management is a multiplier for the production from Operations and Engineers\n const mgmtFactor = 1 + mgmtProd / (1.2 * total);\n\n // For production, Operations is slightly more important than engineering\n // Both Engineering and Operations have diminishing returns\n const prod = (Math.pow(opProd, 0.4) + Math.pow(engrProd, 0.3)) * mgmtFactor;\n\n // Generic multiplier for the production. Used for game-balancing purposes\n const balancingMult = 0.05;\n\n if (params && params.forProduct) {\n // Products are harder to create and therefore have less production\n return 0.5 * balancingMult * prod;\n } else {\n return balancingMult * prod;\n }\n }\n\n // Returns a multiplier based on the office' 'Business' employees that affects sales\n getBusinessFactor(office: OfficeSpace): number {\n const businessProd = 1 + office.employeeProd[EmployeePositions.Business];\n\n return calculateEffectWithFactors(businessProd, 0.26, 10e3);\n }\n\n //Returns a set of multipliers based on the Industry's awareness, popularity, and advFac. This\n //multiplier affects sales. The result is:\n // [Total sales mult, total awareness mult, total pop mult, awareness/pop ratio mult]\n getAdvertisingFactors(): [number, number, number, number] {\n const awarenessFac = Math.pow(this.awareness + 1, this.advFac);\n const popularityFac = Math.pow(this.popularity + 1, this.advFac);\n const ratioFac = this.awareness === 0 ? 0.01 : Math.max((this.popularity + 0.001) / this.awareness, 0.01);\n const totalFac = Math.pow(awarenessFac * popularityFac * ratioFac, 0.85);\n return [totalFac, awarenessFac, popularityFac, ratioFac];\n }\n\n //Returns a multiplier based on a materials demand and competition that affects sales\n getMarketFactor(mat: { dmd: number; cmp: number }): number {\n return Math.max(0.1, (mat.dmd * (100 - mat.cmp)) / 100);\n }\n\n // Returns a boolean indicating whether this Industry has the specified Research\n hasResearch(name: string): boolean {\n return this.researched[name] === true;\n }\n\n updateResearchTree(): void {\n const researchTree = IndustryResearchTrees[this.type];\n if (researchTree === undefined) throw new Error(`Invalid industry \"${this.type}\"`);\n\n // Since ResearchTree data isn't saved, we'll update the Research Tree data\n // based on the stored 'researched' property in the Industry object\n if (Object.keys(researchTree.researched).length !== Object.keys(this.researched).length) {\n for (const research of Object.keys(this.researched)) {\n researchTree.research(research);\n }\n }\n }\n\n // Get multipliers from Research\n getAdvertisingMultiplier(): number {\n const researchTree = IndustryResearchTrees[this.type];\n if (researchTree === undefined) throw new Error(`Invalid industry: \"${this.type}\"`);\n this.updateResearchTree();\n return researchTree.getAdvertisingMultiplier();\n }\n\n getEmployeeChaMultiplier(): number {\n const researchTree = IndustryResearchTrees[this.type];\n if (researchTree === undefined) throw new Error(`Invalid industry: \"${this.type}\"`);\n this.updateResearchTree();\n return researchTree.getEmployeeChaMultiplier();\n }\n\n getEmployeeCreMultiplier(): number {\n const researchTree = IndustryResearchTrees[this.type];\n if (researchTree === undefined) throw new Error(`Invalid industry: \"${this.type}\"`);\n this.updateResearchTree();\n return researchTree.getEmployeeCreMultiplier();\n }\n\n getEmployeeEffMultiplier(): number {\n const researchTree = IndustryResearchTrees[this.type];\n if (researchTree === undefined) throw new Error(`Invalid industry: \"${this.type}\"`);\n this.updateResearchTree();\n return researchTree.getEmployeeEffMultiplier();\n }\n\n getEmployeeIntMultiplier(): number {\n const researchTree = IndustryResearchTrees[this.type];\n if (researchTree === undefined) throw new Error(`Invalid industry: \"${this.type}\"`);\n this.updateResearchTree();\n return researchTree.getEmployeeIntMultiplier();\n }\n\n getProductionMultiplier(): number {\n const researchTree = IndustryResearchTrees[this.type];\n if (researchTree === undefined) throw new Error(`Invalid industry: \"${this.type}\"`);\n this.updateResearchTree();\n return researchTree.getProductionMultiplier();\n }\n\n getProductProductionMultiplier(): number {\n const researchTree = IndustryResearchTrees[this.type];\n if (researchTree === undefined) throw new Error(`Invalid industry: \"${this.type}\"`);\n this.updateResearchTree();\n return researchTree.getProductProductionMultiplier();\n }\n\n getSalesMultiplier(): number {\n const researchTree = IndustryResearchTrees[this.type];\n if (researchTree === undefined) throw new Error(`Invalid industry: \"${this.type}\"`);\n this.updateResearchTree();\n return researchTree.getSalesMultiplier();\n }\n\n getScientificResearchMultiplier(): number {\n const researchTree = IndustryResearchTrees[this.type];\n if (researchTree === undefined) throw new Error(`Invalid industry: \"${this.type}\"`);\n this.updateResearchTree();\n return researchTree.getScientificResearchMultiplier();\n }\n\n getStorageMultiplier(): number {\n const researchTree = IndustryResearchTrees[this.type];\n if (researchTree === undefined) throw new Error(`Invalid industry: \"${this.type}\"`);\n this.updateResearchTree();\n return researchTree.getStorageMultiplier();\n }\n\n /** Serialize the current object to a JSON save state. */\n toJSON(): IReviverValue {\n return Generic_toJSON(\"Industry\", this);\n }\n\n /** Initializes a Industry object from a JSON save state. */\n static fromJSON(value: IReviverValue): Industry {\n return Generic_fromJSON(Industry, value.data);\n }\n}\n\nReviver.constructors.Industry = Industry;\n","/**\n * This is a component that implements a mathematical formula used commonly throughout the\n * game. This formula is (typically) used to calculate the effect that various statistics\n * have on a game mechanic. It looks something like:\n *\n * (stat ^ exponential factor) + (stat / linear factor)\n *\n * where the exponential factor is a number between 0 and 1 and the linear factor\n * is typically a relatively larger number.\n *\n * This formula ensures that the effects of the statistic that is being processed\n * has diminishing returns, but never loses its effectiveness as you continue\n * to raise it.\n */\nexport function calculateEffectWithFactors(n: number, expFac: number, linearFac: number): number {\n if (expFac <= 0 || expFac >= 1) {\n console.warn(`Exponential factor is ${expFac}. This is not an intended value for it`);\n }\n if (linearFac < 1) {\n console.warn(`Linear factor is ${linearFac}. This is not an intended value for it`);\n }\n\n return Math.pow(n, expFac) + n / linearFac;\n}\n","import { CorporationConstants } from \"./data/Constants\";\nimport { getRandomInt } from \"../utils/helpers/getRandomInt\";\nimport { Generic_fromJSON, Generic_toJSON, IReviverValue, Reviver } from \"../utils/JSONReviver\";\nimport { EmployeePositions } from \"./EmployeePositions\";\nimport { Corporation } from \"./Corporation\";\nimport { Industry } from \"./Industry\";\n\ninterface IParams {\n name?: string;\n morale?: number;\n happiness?: number;\n energy?: number;\n intelligence?: number;\n charisma?: number;\n experience?: number;\n creativity?: number;\n efficiency?: number;\n salary?: number;\n loc?: string;\n}\n\nexport class Employee {\n name: string;\n mor: number;\n hap: number;\n ene: number;\n int: number;\n cha: number;\n exp: number;\n cre: number;\n eff: number;\n sal: number;\n cyclesUntilRaise = CorporationConstants.CyclesPerEmployeeRaise;\n loc: string;\n pos: string;\n nextPos: string;\n\n constructor(params: IParams = {}) {\n this.name = params.name ? params.name : \"Bobby\";\n\n //Morale, happiness, and energy are 0-100\n this.mor = params.morale ? params.morale : getRandomInt(50, 100);\n this.hap = params.happiness ? params.happiness : getRandomInt(50, 100);\n this.ene = params.energy ? params.energy : getRandomInt(50, 100);\n\n this.int = params.intelligence ? params.intelligence : getRandomInt(10, 50);\n this.cha = params.charisma ? params.charisma : getRandomInt(10, 50);\n this.exp = params.experience ? params.experience : getRandomInt(10, 50);\n this.cre = params.creativity ? params.creativity : getRandomInt(10, 50);\n this.eff = params.efficiency ? params.efficiency : getRandomInt(10, 50);\n this.sal = params.salary ? params.salary : getRandomInt(0.1, 5);\n\n this.loc = params.loc ? params.loc : \"\";\n this.pos = EmployeePositions.Unassigned;\n this.nextPos = this.pos;\n }\n\n //Returns the amount the employee needs to be paid\n process(marketCycles = 1): number {\n const gain = 0.003 * marketCycles;\n const det = gain * Math.random();\n this.exp += gain;\n\n //Training\n const trainingEff = gain * Math.random();\n if (this.pos === EmployeePositions.Training) {\n //To increase creativity and intelligence special upgrades are needed\n this.cha += trainingEff;\n this.exp += trainingEff;\n this.eff += trainingEff;\n }\n\n this.ene -= det;\n this.hap -= det;\n\n const salary = this.sal * marketCycles * CorporationConstants.SecsPerMarketCycle;\n return salary;\n }\n\n calculateProductivity(corporation: Corporation, industry: Industry): number {\n const effCre = this.cre * corporation.getEmployeeCreMultiplier() * industry.getEmployeeCreMultiplier(),\n effCha = this.cha * corporation.getEmployeeChaMultiplier() * industry.getEmployeeChaMultiplier(),\n effInt = this.int * corporation.getEmployeeIntMultiplier() * industry.getEmployeeIntMultiplier(),\n effEff = this.eff * corporation.getEmployeeEffMultiplier() * industry.getEmployeeEffMultiplier();\n const prodBase = this.mor * this.hap * this.ene * 1e-6;\n let prodMult = 0;\n switch (this.pos) {\n //Calculate productivity based on position. This is multiplied by prodBase\n //to get final value\n case EmployeePositions.Operations:\n prodMult = 0.6 * effInt + 0.1 * effCha + this.exp + 0.5 * effCre + effEff;\n break;\n case EmployeePositions.Engineer:\n prodMult = effInt + 0.1 * effCha + 1.5 * this.exp + effEff;\n break;\n case EmployeePositions.Business:\n prodMult = 0.4 * effInt + effCha + 0.5 * this.exp;\n break;\n case EmployeePositions.Management:\n prodMult = 2 * effCha + this.exp + 0.2 * effCre + 0.7 * effEff;\n break;\n case EmployeePositions.RandD:\n prodMult = 1.5 * effInt + 0.8 * this.exp + effCre + 0.5 * effEff;\n break;\n case EmployeePositions.Unassigned:\n case EmployeePositions.Training:\n prodMult = 0;\n break;\n default:\n console.error(`Invalid employee position: ${this.pos}`);\n break;\n }\n return prodBase * prodMult;\n }\n\n toJSON(): IReviverValue {\n return Generic_toJSON(\"Employee\", this);\n }\n\n static fromJSON(value: IReviverValue): Employee {\n return Generic_fromJSON(Employee, value.data);\n }\n}\n\nReviver.constructors.Employee = Employee;\n","import { EmployeePositions } from \"./EmployeePositions\";\nimport { MaterialSizes } from \"./MaterialSizes\";\nimport { Industry } from \"./Industry\";\nimport { ProductRatingWeights, IProductRatingWeight } from \"./ProductRatingWeights\";\n\nimport { createCityMap } from \"../Locations/createCityMap\";\n\nimport { Generic_fromJSON, Generic_toJSON, IReviverValue, Reviver } from \"../utils/JSONReviver\";\nimport { getRandomInt } from \"../utils/helpers/getRandomInt\";\n\ninterface IConstructorParams {\n name?: string;\n demand?: number;\n competition?: number;\n markup?: number;\n createCity?: string;\n designCost?: number;\n advCost?: number;\n quality?: number;\n performance?: number;\n durability?: number;\n reliability?: number;\n aesthetics?: number;\n features?: number;\n loc?: string;\n size?: number;\n req?: Record;\n}\n\nexport class Product {\n // Product name\n name = \"\";\n\n // The demand for this Product in the market. Gradually decreases\n dmd = 0;\n\n // How much competition there is in the market for this Product\n cmp = 0;\n\n // Markup. Affects how high of a price you can charge for this Product\n // without suffering a loss in the # of sales\n mku = 0;\n\n // Production cost - estimation of how much money it costs to make this Product\n pCost = 0;\n\n // Sell cost\n sCost: string | number = 0;\n\n // Variables for handling the creation process of this Product\n fin = false; // Whether this Product has finished being created\n prog = 0; // Creation progress - A number between 0-100 representing percentage\n createCity = \"\"; // City in which the product is/was being created\n designCost = 0; // How much money was invested into designing this Product\n advCost = 0; // How much money was invested into advertising this Product\n\n // The average employee productivity and scientific research across the creation of the Product\n creationProd: { [key: string]: number } = {\n [EmployeePositions.Operations]: 0,\n [EmployeePositions.Engineer]: 0,\n [EmployeePositions.Business]: 0,\n [EmployeePositions.Management]: 0,\n [EmployeePositions.RandD]: 0,\n total: 0,\n };\n\n // Aggregate score for this Product's 'rating'\n // This is based on the stats/properties below. The weighting of the\n // stats/properties below differs between different industries\n rat = 0;\n\n // Stats/properties of this Product\n qlt = 0;\n per = 0;\n dur = 0;\n rel = 0;\n aes = 0;\n fea = 0;\n\n // Data refers to the production, sale, and quantity of the products\n // These values are specific to a city\n // For each city, the data is [qty, prod, sell]\n data: Record = createCityMap([0, 0, 0]);\n\n // Location of this Product\n // Only applies for location-based products like restaurants/hospitals\n loc = \"\";\n\n // How much space 1 unit of the Product takes (in the warehouse)\n // Not applicable for all Products\n siz = 0;\n\n // Material requirements. An object that maps the name of a material to how much it requires\n // to make 1 unit of the product.\n reqMats: Record = {};\n\n // Data to keep track of whether production/sale of this Product is\n // manually limited. These values are specific to a city\n // [Whether production/sale is limited, limit amount]\n prdman: Record = createCityMap([false, 0]);\n sllman: Record = createCityMap([false, 0]);\n\n // Flags that signal whether automatic sale pricing through Market TA is enabled\n marketTa1 = false;\n marketTa2 = false;\n marketTa2Price: Record = createCityMap(0);\n\n // Determines the maximum amount of this product that can be sold in one market cycle\n maxsll = 0;\n constructor(params: IConstructorParams = {}) {\n this.name = params.name ? params.name : \"\";\n this.dmd = params.demand ? params.demand : 0;\n this.cmp = params.competition ? params.competition : 0;\n this.mku = params.markup ? params.markup : 0;\n this.createCity = params.createCity ? params.createCity : \"\";\n this.designCost = params.designCost ? params.designCost : 0;\n this.advCost = params.advCost ? params.advCost : 0;\n this.qlt = params.quality ? params.quality : 0;\n this.per = params.performance ? params.performance : 0;\n this.dur = params.durability ? params.durability : 0;\n this.rel = params.reliability ? params.reliability : 0;\n this.aes = params.aesthetics ? params.aesthetics : 0;\n this.fea = params.features ? params.features : 0;\n this.loc = params.loc ? params.loc : \"\";\n this.siz = params.size ? params.size : 0;\n this.reqMats = params.req ? params.req : {};\n }\n\n // Make progress on this product based on current employee productivity\n createProduct(marketCycles: number, employeeProd: typeof this[\"creationProd\"]): void {\n if (this.fin) {\n return;\n }\n\n // Designing/Creating a Product is based mostly off Engineers\n const opProd = employeeProd[EmployeePositions.Operations];\n const engrProd = employeeProd[EmployeePositions.Engineer];\n const mgmtProd = employeeProd[EmployeePositions.Management];\n const total = opProd + engrProd + mgmtProd;\n if (total <= 0) {\n return;\n }\n\n // Management is a multiplier for the production from Engineers\n const mgmtFactor = 1 + mgmtProd / (1.2 * total);\n const prodMult = (Math.pow(engrProd, 0.34) + Math.pow(opProd, 0.2)) * mgmtFactor;\n const progress = Math.min(marketCycles * 0.01 * prodMult, 100 - this.prog);\n if (progress <= 0) {\n return;\n }\n\n this.prog += progress;\n for (const pos of Object.keys(employeeProd)) {\n this.creationProd[pos] += (employeeProd[pos] * progress) / 100;\n }\n }\n\n // @param industry - Industry object. Reference to industry that makes this Product\n finishProduct(industry: Industry): void {\n this.fin = true;\n\n // Calculate properties\n const totalProd = this.creationProd.total;\n const engrRatio = this.creationProd[EmployeePositions.Engineer] / totalProd;\n const mgmtRatio = this.creationProd[EmployeePositions.Management] / totalProd;\n const rndRatio = this.creationProd[EmployeePositions.RandD] / totalProd;\n const opsRatio = this.creationProd[EmployeePositions.Operations] / totalProd;\n const busRatio = this.creationProd[EmployeePositions.Business] / totalProd;\n\n const designMult = 1 + Math.pow(this.designCost, 0.1) / 100;\n const balanceMult = 1.2 * engrRatio + 0.9 * mgmtRatio + 1.3 * rndRatio + 1.5 * opsRatio + busRatio;\n const sciMult = 1 + Math.pow(industry.sciResearch.qty, industry.sciFac) / 800;\n const totalMult = balanceMult * designMult * sciMult;\n\n this.qlt =\n totalMult *\n (0.1 * this.creationProd[EmployeePositions.Engineer] +\n 0.05 * this.creationProd[EmployeePositions.Management] +\n 0.05 * this.creationProd[EmployeePositions.RandD] +\n 0.02 * this.creationProd[EmployeePositions.Operations] +\n 0.02 * this.creationProd[EmployeePositions.Business]);\n this.per =\n totalMult *\n (0.15 * this.creationProd[EmployeePositions.Engineer] +\n 0.02 * this.creationProd[EmployeePositions.Management] +\n 0.02 * this.creationProd[EmployeePositions.RandD] +\n 0.02 * this.creationProd[EmployeePositions.Operations] +\n 0.02 * this.creationProd[EmployeePositions.Business]);\n this.dur =\n totalMult *\n (0.05 * this.creationProd[EmployeePositions.Engineer] +\n 0.02 * this.creationProd[EmployeePositions.Management] +\n 0.08 * this.creationProd[EmployeePositions.RandD] +\n 0.05 * this.creationProd[EmployeePositions.Operations] +\n 0.05 * this.creationProd[EmployeePositions.Business]);\n this.rel =\n totalMult *\n (0.02 * this.creationProd[EmployeePositions.Engineer] +\n 0.08 * this.creationProd[EmployeePositions.Management] +\n 0.02 * this.creationProd[EmployeePositions.RandD] +\n 0.05 * this.creationProd[EmployeePositions.Operations] +\n 0.08 * this.creationProd[EmployeePositions.Business]);\n this.aes =\n totalMult *\n (0.0 * this.creationProd[EmployeePositions.Engineer] +\n 0.08 * this.creationProd[EmployeePositions.Management] +\n 0.05 * this.creationProd[EmployeePositions.RandD] +\n 0.02 * this.creationProd[EmployeePositions.Operations] +\n 0.1 * this.creationProd[EmployeePositions.Business]);\n this.fea =\n totalMult *\n (0.08 * this.creationProd[EmployeePositions.Engineer] +\n 0.05 * this.creationProd[EmployeePositions.Management] +\n 0.02 * this.creationProd[EmployeePositions.RandD] +\n 0.05 * this.creationProd[EmployeePositions.Operations] +\n 0.05 * this.creationProd[EmployeePositions.Business]);\n this.calculateRating(industry);\n const advMult = 1 + Math.pow(this.advCost, 0.1) / 100;\n const busmgtgRatio = Math.max(busRatio + mgmtRatio, 1 / totalProd);\n this.mku = 100 / (advMult * Math.pow(this.qlt + 0.001, 0.65) * busmgtgRatio);\n\n // I actually don't understand well enough to know if this is right.\n // I'm adding this to prevent a crash.\n if (this.mku === 0 || !isFinite(this.mku)) this.mku = 1;\n\n this.dmd =\n industry.awareness === 0 ? 20 : Math.min(100, advMult * (100 * (industry.popularity / industry.awareness)));\n this.cmp = getRandomInt(0, 70);\n\n //Calculate the product's required materials\n //For now, just set it to be the same as the requirements to make materials\n for (const matName of Object.keys(industry.reqMats)) {\n if (industry.reqMats.hasOwnProperty(matName)) {\n const reqMat = industry.reqMats[matName];\n if (reqMat === undefined) continue;\n this.reqMats[matName] = reqMat;\n }\n }\n\n //Calculate the product's size\n //For now, just set it to be the same size as the requirements to make materials\n this.siz = 0;\n for (const matName of Object.keys(industry.reqMats)) {\n const reqMat = industry.reqMats[matName];\n if (reqMat === undefined) continue;\n this.siz += MaterialSizes[matName] * reqMat;\n }\n }\n\n calculateRating(industry: Industry): void {\n const weights: IProductRatingWeight = ProductRatingWeights[industry.type];\n if (weights == null) {\n console.error(`Could not find product rating weights for: ${industry}`);\n return;\n }\n this.rat = 0;\n this.rat += weights.Quality ? this.qlt * weights.Quality : 0;\n this.rat += weights.Performance ? this.per * weights.Performance : 0;\n this.rat += weights.Durability ? this.dur * weights.Durability : 0;\n this.rat += weights.Reliability ? this.rel * weights.Reliability : 0;\n this.rat += weights.Aesthetics ? this.aes * weights.Aesthetics : 0;\n this.rat += weights.Features ? this.fea * weights.Features : 0;\n }\n\n // Serialize the current object to a JSON save state.\n toJSON(): IReviverValue {\n return Generic_toJSON(\"Product\", this);\n }\n\n // Initializes a Product object from a JSON save state.\n static fromJSON(value: IReviverValue): Product {\n return Generic_fromJSON(Product, value.data);\n }\n}\n\nReviver.constructors.Product = Product;\n","import { Industries } from \"./IndustryData\";\n\nexport interface IProductRatingWeight {\n Aesthetics?: number;\n Durability?: number;\n Features?: number;\n Quality?: number;\n Performance?: number;\n Reliability?: number;\n}\n\nexport const ProductRatingWeights: Record = {\n [Industries.Food]: {\n Quality: 0.7,\n Durability: 0.1,\n Aesthetics: 0.2,\n },\n [Industries.Tobacco]: {\n Quality: 0.4,\n Durability: 0.2,\n Reliability: 0.2,\n Aesthetics: 0.2,\n },\n [Industries.Pharmaceutical]: {\n Quality: 0.2,\n Performance: 0.2,\n Durability: 0.1,\n Reliability: 0.3,\n Features: 0.2,\n },\n [Industries.Computer]: {\n Quality: 0.15,\n Performance: 0.25,\n Durability: 0.25,\n Reliability: 0.2,\n Aesthetics: 0.05,\n Features: 0.1,\n },\n Computer: {\n //Repeat\n Quality: 0.15,\n Performance: 0.25,\n Durability: 0.25,\n Reliability: 0.2,\n Aesthetics: 0.05,\n Features: 0.1,\n },\n [Industries.Robotics]: {\n Quality: 0.1,\n Performance: 0.2,\n Durability: 0.2,\n Reliability: 0.2,\n Aesthetics: 0.1,\n Features: 0.2,\n },\n [Industries.Software]: {\n Quality: 0.2,\n Performance: 0.2,\n Reliability: 0.2,\n Durability: 0.2,\n Features: 0.2,\n },\n [Industries.Healthcare]: {\n Quality: 0.4,\n Performance: 0.1,\n Durability: 0.1,\n Reliability: 0.3,\n Features: 0.1,\n },\n [Industries.RealEstate]: {\n Quality: 0.2,\n Durability: 0.25,\n Reliability: 0.1,\n Aesthetics: 0.35,\n Features: 0.1,\n },\n};\n","import { Player as player } from \"../Player\";\nimport { calculateServerGrowth } from \"../Server/formulas/grow\";\nimport {\n calculateMoneyGainRate,\n calculateLevelUpgradeCost,\n calculateRamUpgradeCost,\n calculateCoreUpgradeCost,\n calculateNodeCost,\n} from \"../Hacknet/formulas/HacknetNodes\";\nimport {\n calculateHashGainRate as HScalculateHashGainRate,\n calculateLevelUpgradeCost as HScalculateLevelUpgradeCost,\n calculateRamUpgradeCost as HScalculateRamUpgradeCost,\n calculateCoreUpgradeCost as HScalculateCoreUpgradeCost,\n calculateCacheUpgradeCost as HScalculateCacheUpgradeCost,\n calculateServerCost as HScalculateServerCost,\n} from \"../Hacknet/formulas/HacknetServers\";\nimport { HacknetNodeConstants, HacknetServerConstants } from \"../Hacknet/data/Constants\";\nimport { calculateSkill, calculateExp } from \"../PersonObjects/formulas/skill\";\nimport {\n calculateHackingChance,\n calculateHackingExpGain,\n calculatePercentMoneyHacked,\n calculateHackingTime,\n calculateGrowTime,\n calculateWeakenTime,\n} from \"../Hacking\";\nimport { Programs } from \"../Programs/Programs\";\nimport {\n Formulas as IFormulas,\n HacknetNodeConstants as DefHacknetNodeConstants,\n HacknetServerConstants as DefHacknetServerConstants,\n} from \"../ScriptEditor/NetscriptDefinitions\";\nimport {\n calculateRespectGain,\n calculateWantedLevelGain,\n calculateMoneyGain,\n calculateWantedPenalty,\n calculateAscensionMult,\n calculateAscensionPointsGain,\n} from \"../Gang/formulas/formulas\";\nimport { favorToRep as calculateFavorToRep, repToFavor as calculateRepToFavor } from \"../Faction/formulas/favor\";\nimport { repFromDonation } from \"../Faction/formulas/donation\";\nimport { InternalAPI, NetscriptContext } from \"../Netscript/APIWrapper\";\nimport { helpers } from \"../Netscript/NetscriptHelpers\";\nimport { WorkStats } from \"../Work/WorkStats\";\nimport { calculateCrimeWorkStats } from \"../Work/formulas/Crime\";\nimport { Crimes } from \"../Crime/Crimes\";\nimport { calculateClassEarnings } from \"../Work/formulas/Class\";\nimport { ClassType } from \"../Work/ClassWork\";\nimport { LocationName } from \"../Locations/data/LocationNames\";\nimport { calculateFactionExp, calculateFactionRep } from \"../Work/formulas/Faction\";\nimport { FactionWorkType } from \"../Work/data/FactionWorkType\";\n\nimport { Player as INetscriptPlayer, Server as IServerDef } from \"../ScriptEditor/NetscriptDefinitions\";\nimport { defaultMultipliers } from \"../PersonObjects/Multipliers\";\n\nexport function NetscriptFormulas(): InternalAPI {\n const checkFormulasAccess = function (ctx: NetscriptContext): void {\n if (!player.hasProgram(Programs.Formulas.name)) {\n throw helpers.makeRuntimeErrorMsg(ctx, `Requires Formulas.exe to run.`);\n }\n };\n return {\n mockServer: () => (): IServerDef => ({\n cpuCores: 0,\n ftpPortOpen: false,\n hasAdminRights: false,\n hostname: \"\",\n httpPortOpen: false,\n ip: \"\",\n isConnectedTo: false,\n maxRam: 0,\n organizationName: \"\",\n ramUsed: 0,\n smtpPortOpen: false,\n sqlPortOpen: false,\n sshPortOpen: false,\n purchasedByPlayer: false,\n backdoorInstalled: false,\n baseDifficulty: 0,\n hackDifficulty: 0,\n minDifficulty: 0,\n moneyAvailable: 0,\n moneyMax: 0,\n numOpenPortsRequired: 0,\n openPortCount: 0,\n requiredHackingSkill: 0,\n serverGrowth: 0,\n }),\n mockPlayer: () => (): INetscriptPlayer => ({\n hp: { current: 0, max: 0 },\n skills: {\n hacking: 0,\n strength: 0,\n defense: 0,\n dexterity: 0,\n agility: 0,\n charisma: 0,\n intelligence: 0,\n },\n exp: {\n hacking: 0,\n strength: 0,\n defense: 0,\n dexterity: 0,\n agility: 0,\n charisma: 0,\n intelligence: 0,\n },\n mults: defaultMultipliers(),\n numPeopleKilled: 0,\n money: 0,\n city: \"\",\n location: \"\",\n bitNodeN: 0,\n totalPlaytime: 0,\n playtimeSinceLastAug: 0,\n playtimeSinceLastBitnode: 0,\n jobs: {},\n factions: [],\n tor: false,\n hasCorporation: false,\n inBladeburner: false,\n entropy: 0,\n }),\n reputation: {\n calculateFavorToRep:\n (ctx: NetscriptContext) =>\n (_favor: unknown): number => {\n const favor = helpers.number(ctx, \"favor\", _favor);\n checkFormulasAccess(ctx);\n return calculateFavorToRep(favor);\n },\n calculateRepToFavor:\n (ctx: NetscriptContext) =>\n (_rep: unknown): number => {\n const rep = helpers.number(ctx, \"rep\", _rep);\n checkFormulasAccess(ctx);\n return calculateRepToFavor(rep);\n },\n repFromDonation:\n (ctx: NetscriptContext) =>\n (_amount: unknown, _player: unknown): number => {\n const amount = helpers.number(ctx, \"amount\", _amount);\n const player = helpers.player(ctx, _player);\n checkFormulasAccess(ctx);\n return repFromDonation(amount, player);\n },\n },\n skills: {\n calculateSkill:\n (ctx: NetscriptContext) =>\n (_exp: unknown, _mult: unknown = 1): number => {\n const exp = helpers.number(ctx, \"exp\", _exp);\n const mult = helpers.number(ctx, \"mult\", _mult);\n checkFormulasAccess(ctx);\n return calculateSkill(exp, mult);\n },\n calculateExp:\n (ctx: NetscriptContext) =>\n (_skill: unknown, _mult: unknown = 1): number => {\n const skill = helpers.number(ctx, \"skill\", _skill);\n const mult = helpers.number(ctx, \"mult\", _mult);\n checkFormulasAccess(ctx);\n return calculateExp(skill, mult);\n },\n },\n hacking: {\n hackChance:\n (ctx: NetscriptContext) =>\n (_server: unknown, _player: unknown): number => {\n const server = helpers.server(ctx, _server);\n const player = helpers.player(ctx, _player);\n checkFormulasAccess(ctx);\n return calculateHackingChance(server, player);\n },\n hackExp:\n (ctx: NetscriptContext) =>\n (_server: unknown, _player: unknown): number => {\n const server = helpers.server(ctx, _server);\n const player = helpers.player(ctx, _player);\n checkFormulasAccess(ctx);\n return calculateHackingExpGain(server, player);\n },\n hackPercent:\n (ctx: NetscriptContext) =>\n (_server: unknown, _player: unknown): number => {\n const server = helpers.server(ctx, _server);\n const player = helpers.player(ctx, _player);\n checkFormulasAccess(ctx);\n return calculatePercentMoneyHacked(server, player);\n },\n growPercent:\n (ctx: NetscriptContext) =>\n (_server: unknown, _threads: unknown, _player: unknown, _cores: unknown = 1): number => {\n const server = helpers.server(ctx, _server);\n const player = helpers.player(ctx, _player);\n const threads = helpers.number(ctx, \"threads\", _threads);\n const cores = helpers.number(ctx, \"cores\", _cores);\n checkFormulasAccess(ctx);\n return calculateServerGrowth(server, threads, player, cores);\n },\n hackTime:\n (ctx: NetscriptContext) =>\n (_server: unknown, _player: unknown): number => {\n const server = helpers.server(ctx, _server);\n const player = helpers.player(ctx, _player);\n checkFormulasAccess(ctx);\n return calculateHackingTime(server, player) * 1000;\n },\n growTime:\n (ctx: NetscriptContext) =>\n (_server: unknown, _player: unknown): number => {\n const server = helpers.server(ctx, _server);\n const player = helpers.player(ctx, _player);\n checkFormulasAccess(ctx);\n return calculateGrowTime(server, player) * 1000;\n },\n weakenTime:\n (ctx: NetscriptContext) =>\n (_server: unknown, _player: unknown): number => {\n const server = helpers.server(ctx, _server);\n const player = helpers.player(ctx, _player);\n checkFormulasAccess(ctx);\n return calculateWeakenTime(server, player) * 1000;\n },\n },\n hacknetNodes: {\n moneyGainRate:\n (ctx: NetscriptContext) =>\n (_level: unknown, _ram: unknown, _cores: unknown, _mult: unknown = 1): number => {\n const level = helpers.number(ctx, \"level\", _level);\n const ram = helpers.number(ctx, \"ram\", _ram);\n const cores = helpers.number(ctx, \"cores\", _cores);\n const mult = helpers.number(ctx, \"mult\", _mult);\n checkFormulasAccess(ctx);\n return calculateMoneyGainRate(level, ram, cores, mult);\n },\n levelUpgradeCost:\n (ctx: NetscriptContext) =>\n (_startingLevel: unknown, _extraLevels: unknown = 1, _costMult: unknown = 1): number => {\n const startingLevel = helpers.number(ctx, \"startingLevel\", _startingLevel);\n const extraLevels = helpers.number(ctx, \"extraLevels\", _extraLevels);\n const costMult = helpers.number(ctx, \"costMult\", _costMult);\n checkFormulasAccess(ctx);\n return calculateLevelUpgradeCost(startingLevel, extraLevels, costMult);\n },\n ramUpgradeCost:\n (ctx: NetscriptContext) =>\n (_startingRam: unknown, _extraLevels: unknown = 1, _costMult: unknown = 1): number => {\n const startingRam = helpers.number(ctx, \"startingRam\", _startingRam);\n const extraLevels = helpers.number(ctx, \"extraLevels\", _extraLevels);\n const costMult = helpers.number(ctx, \"costMult\", _costMult);\n checkFormulasAccess(ctx);\n return calculateRamUpgradeCost(startingRam, extraLevels, costMult);\n },\n coreUpgradeCost:\n (ctx: NetscriptContext) =>\n (_startingCore: unknown, _extraCores: unknown = 1, _costMult: unknown = 1): number => {\n const startingCore = helpers.number(ctx, \"startingCore\", _startingCore);\n const extraCores = helpers.number(ctx, \"extraCores\", _extraCores);\n const costMult = helpers.number(ctx, \"costMult\", _costMult);\n checkFormulasAccess(ctx);\n return calculateCoreUpgradeCost(startingCore, extraCores, costMult);\n },\n hacknetNodeCost:\n (ctx: NetscriptContext) =>\n (_n: unknown, _mult: unknown): number => {\n const n = helpers.number(ctx, \"n\", _n);\n const mult = helpers.number(ctx, \"mult\", _mult);\n checkFormulasAccess(ctx);\n return calculateNodeCost(n, mult);\n },\n constants: (ctx: NetscriptContext) => (): DefHacknetNodeConstants => {\n checkFormulasAccess(ctx);\n return Object.assign({}, HacknetNodeConstants);\n },\n },\n hacknetServers: {\n hashGainRate:\n (ctx: NetscriptContext) =>\n (_level: unknown, _ramUsed: unknown, _maxRam: unknown, _cores: unknown, _mult: unknown = 1): number => {\n const level = helpers.number(ctx, \"level\", _level);\n const ramUsed = helpers.number(ctx, \"ramUsed\", _ramUsed);\n const maxRam = helpers.number(ctx, \"maxRam\", _maxRam);\n const cores = helpers.number(ctx, \"cores\", _cores);\n const mult = helpers.number(ctx, \"mult\", _mult);\n checkFormulasAccess(ctx);\n return HScalculateHashGainRate(level, ramUsed, maxRam, cores, mult);\n },\n levelUpgradeCost:\n (ctx: NetscriptContext) =>\n (_startingLevel: unknown, _extraLevels: unknown = 1, _costMult: unknown = 1): number => {\n const startingLevel = helpers.number(ctx, \"startingLevel\", _startingLevel);\n const extraLevels = helpers.number(ctx, \"extraLevels\", _extraLevels);\n const costMult = helpers.number(ctx, \"costMult\", _costMult);\n checkFormulasAccess(ctx);\n return HScalculateLevelUpgradeCost(startingLevel, extraLevels, costMult);\n },\n ramUpgradeCost:\n (ctx: NetscriptContext) =>\n (_startingRam: unknown, _extraLevels: unknown = 1, _costMult: unknown = 1): number => {\n const startingRam = helpers.number(ctx, \"startingRam\", _startingRam);\n const extraLevels = helpers.number(ctx, \"extraLevels\", _extraLevels);\n const costMult = helpers.number(ctx, \"costMult\", _costMult);\n checkFormulasAccess(ctx);\n return HScalculateRamUpgradeCost(startingRam, extraLevels, costMult);\n },\n coreUpgradeCost:\n (ctx: NetscriptContext) =>\n (_startingCore: unknown, _extraCores: unknown = 1, _costMult: unknown = 1): number => {\n const startingCore = helpers.number(ctx, \"startingCore\", _startingCore);\n const extraCores = helpers.number(ctx, \"extraCores\", _extraCores);\n const costMult = helpers.number(ctx, \"costMult\", _costMult);\n checkFormulasAccess(ctx);\n return HScalculateCoreUpgradeCost(startingCore, extraCores, costMult);\n },\n cacheUpgradeCost:\n (ctx: NetscriptContext) =>\n (_startingCache: unknown, _extraCache: unknown = 1): number => {\n const startingCache = helpers.number(ctx, \"startingCache\", _startingCache);\n const extraCache = helpers.number(ctx, \"extraCache\", _extraCache);\n checkFormulasAccess(ctx);\n return HScalculateCacheUpgradeCost(startingCache, extraCache);\n },\n hashUpgradeCost:\n (ctx: NetscriptContext) =>\n (_upgName: unknown, _level: unknown): number => {\n const upgName = helpers.string(ctx, \"upgName\", _upgName);\n const level = helpers.number(ctx, \"level\", _level);\n checkFormulasAccess(ctx);\n const upg = player.hashManager.getUpgrade(upgName);\n if (!upg) {\n throw helpers.makeRuntimeErrorMsg(ctx, `Invalid Hash Upgrade: ${upgName}`);\n }\n return upg.getCost(level);\n },\n hacknetServerCost:\n (ctx: NetscriptContext) =>\n (_n: unknown, _mult: unknown = 1): number => {\n const n = helpers.number(ctx, \"n\", _n);\n const mult = helpers.number(ctx, \"mult\", _mult);\n checkFormulasAccess(ctx);\n return HScalculateServerCost(n, mult);\n },\n constants: (ctx: NetscriptContext) => (): DefHacknetServerConstants => {\n checkFormulasAccess(ctx);\n return Object.assign({}, HacknetServerConstants);\n },\n },\n gang: {\n wantedPenalty:\n (ctx: NetscriptContext) =>\n (_gang: unknown): number => {\n const gang = helpers.gang(ctx, _gang);\n checkFormulasAccess(ctx);\n return calculateWantedPenalty(gang);\n },\n respectGain:\n (ctx: NetscriptContext) =>\n (_gang: unknown, _member: unknown, _task: unknown): number => {\n const gang = helpers.gang(ctx, _gang);\n const member = helpers.gangMember(ctx, _member);\n const task = helpers.gangTask(ctx, _task);\n checkFormulasAccess(ctx);\n return calculateRespectGain(gang, member, task);\n },\n wantedLevelGain:\n (ctx: NetscriptContext) =>\n (_gang: unknown, _member: unknown, _task: unknown): number => {\n const gang = helpers.gang(ctx, _gang);\n const member = helpers.gangMember(ctx, _member);\n const task = helpers.gangTask(ctx, _task);\n checkFormulasAccess(ctx);\n return calculateWantedLevelGain(gang, member, task);\n },\n moneyGain:\n (ctx: NetscriptContext) =>\n (_gang: unknown, _member: unknown, _task: unknown): number => {\n const gang = helpers.gang(ctx, _gang);\n const member = helpers.gangMember(ctx, _member);\n const task = helpers.gangTask(ctx, _task);\n checkFormulasAccess(ctx);\n return calculateMoneyGain(gang, member, task);\n },\n ascensionPointsGain:\n (ctx: NetscriptContext) =>\n (_exp: unknown): number => {\n const exp = helpers.number(ctx, \"exp\", _exp);\n checkFormulasAccess(ctx);\n return calculateAscensionPointsGain(exp);\n },\n ascensionMultiplier:\n (ctx: NetscriptContext) =>\n (_points: unknown): number => {\n const points = helpers.number(ctx, \"points\", _points);\n checkFormulasAccess(ctx);\n return calculateAscensionMult(points);\n },\n },\n work: {\n crimeGains:\n (ctx: NetscriptContext) =>\n (_crimeType: unknown): WorkStats => {\n const crimeType = helpers.string(ctx, \"crimeType\", _crimeType);\n const crime = Object.values(Crimes).find((c) => String(c.type) === crimeType);\n if (!crime) throw new Error(`Invalid crime type: ${crimeType}`);\n return calculateCrimeWorkStats(crime);\n },\n classGains:\n (ctx: NetscriptContext) =>\n (_person: unknown, _classType: unknown, _locationName: unknown): WorkStats => {\n const person = helpers.player(ctx, _person);\n const classType = helpers.string(ctx, \"classType\", _classType);\n const locationName = helpers.string(ctx, \"locationName\", _locationName);\n return calculateClassEarnings(person, classType as ClassType, locationName as LocationName);\n },\n factionGains:\n (ctx: NetscriptContext) =>\n (_player: unknown, _workType: unknown, _favor: unknown): WorkStats => {\n const player = helpers.player(ctx, _player);\n const workType = helpers.string(ctx, \"_workType\", _workType) as FactionWorkType;\n const favor = helpers.number(ctx, \"favor\", _favor);\n const exp = calculateFactionExp(player, workType);\n const rep = calculateFactionRep(player, workType, favor);\n exp.reputation = rep;\n return exp;\n },\n // companyGains: (ctx: NetscriptContext) =>_player: unknown (): WorkStats {\n // const player = helpers.player(ctx, _player);\n\n // },\n },\n };\n}\n","import { Player as player } from \"../Player\";\nimport { buyStock, sellStock, shortStock, sellShort } from \"../StockMarket/BuyingAndSelling\";\nimport { StockMarket, SymbolToStockMap, placeOrder, cancelOrder, initStockMarketFn } from \"../StockMarket/StockMarket\";\nimport { getBuyTransactionCost, getSellTransactionGain } from \"../StockMarket/StockMarketHelpers\";\nimport { OrderTypes } from \"../StockMarket/data/OrderTypes\";\nimport { PositionTypes } from \"../StockMarket/data/PositionTypes\";\nimport { StockSymbols } from \"../StockMarket/data/StockSymbols\";\nimport {\n getStockMarket4SDataCost,\n getStockMarket4STixApiCost,\n getStockMarketWseCost,\n getStockMarketTixApiCost,\n} from \"../StockMarket/StockMarketCosts\";\nimport { Stock } from \"../StockMarket/Stock\";\nimport { StockOrder, TIX } from \"../ScriptEditor/NetscriptDefinitions\";\nimport { InternalAPI, NetscriptContext } from \"../Netscript/APIWrapper\";\nimport { helpers } from \"../Netscript/NetscriptHelpers\";\n\nexport function NetscriptStockMarket(): InternalAPI {\n /** Checks if the player has TIX API access. Throws an error if the player does not */\n const checkTixApiAccess = function (ctx: NetscriptContext): void {\n if (!player.hasWseAccount) {\n throw helpers.makeRuntimeErrorMsg(ctx, `You don't have WSE Access! Cannot use ${ctx.function}()`);\n }\n if (!player.hasTixApiAccess) {\n throw helpers.makeRuntimeErrorMsg(ctx, `You don't have TIX API Access! Cannot use ${ctx.function}()`);\n }\n };\n\n const getStockFromSymbol = function (ctx: NetscriptContext, symbol: string): Stock {\n const stock = SymbolToStockMap[symbol];\n if (stock == null) {\n throw helpers.makeRuntimeErrorMsg(ctx, `Invalid stock symbol: '${symbol}'`);\n }\n\n return stock;\n };\n\n return {\n hasWSEAccount: () => (): boolean => {\n return player.hasWseAccount;\n },\n hasTIXAPIAccess: () => (): boolean => {\n return player.hasTixApiAccess;\n },\n has4SData: () => (): boolean => {\n return player.has4SData;\n },\n has4SDataTIXAPI: () => (): boolean => {\n return player.has4SDataTixApi;\n },\n getSymbols: (ctx: NetscriptContext) => (): string[] => {\n checkTixApiAccess(ctx);\n return Object.values(StockSymbols);\n },\n getPrice:\n (ctx: NetscriptContext) =>\n (_symbol: unknown): number => {\n const symbol = helpers.string(ctx, \"symbol\", _symbol);\n checkTixApiAccess(ctx);\n const stock = getStockFromSymbol(ctx, symbol);\n\n return stock.price;\n },\n getAskPrice:\n (ctx: NetscriptContext) =>\n (_symbol: unknown): number => {\n const symbol = helpers.string(ctx, \"symbol\", _symbol);\n checkTixApiAccess(ctx);\n const stock = getStockFromSymbol(ctx, symbol);\n\n return stock.getAskPrice();\n },\n getBidPrice:\n (ctx: NetscriptContext) =>\n (_symbol: unknown): number => {\n const symbol = helpers.string(ctx, \"symbol\", _symbol);\n checkTixApiAccess(ctx);\n const stock = getStockFromSymbol(ctx, symbol);\n\n return stock.getBidPrice();\n },\n getPosition:\n (ctx: NetscriptContext) =>\n (_symbol: unknown): [number, number, number, number] => {\n const symbol = helpers.string(ctx, \"symbol\", _symbol);\n checkTixApiAccess(ctx);\n const stock = SymbolToStockMap[symbol];\n if (stock == null) {\n throw helpers.makeRuntimeErrorMsg(ctx, `Invalid stock symbol: ${symbol}`);\n }\n return [stock.playerShares, stock.playerAvgPx, stock.playerShortShares, stock.playerAvgShortPx];\n },\n getMaxShares:\n (ctx: NetscriptContext) =>\n (_symbol: unknown): number => {\n const symbol = helpers.string(ctx, \"symbol\", _symbol);\n checkTixApiAccess(ctx);\n const stock = getStockFromSymbol(ctx, symbol);\n\n return stock.maxShares;\n },\n getPurchaseCost:\n (ctx: NetscriptContext) =>\n (_symbol: unknown, _shares: unknown, _posType: unknown): number => {\n const symbol = helpers.string(ctx, \"symbol\", _symbol);\n let shares = helpers.number(ctx, \"shares\", _shares);\n const posType = helpers.string(ctx, \"posType\", _posType);\n checkTixApiAccess(ctx);\n const stock = getStockFromSymbol(ctx, symbol);\n shares = Math.round(shares);\n\n let pos;\n const sanitizedPosType = posType.toLowerCase();\n if (sanitizedPosType.includes(\"l\")) {\n pos = PositionTypes.Long;\n } else if (sanitizedPosType.includes(\"s\")) {\n pos = PositionTypes.Short;\n } else {\n return Infinity;\n }\n\n const res = getBuyTransactionCost(stock, shares, pos);\n if (res == null) {\n return Infinity;\n }\n\n return res;\n },\n getSaleGain:\n (ctx: NetscriptContext) =>\n (_symbol: unknown, _shares: unknown, _posType: unknown): number => {\n const symbol = helpers.string(ctx, \"symbol\", _symbol);\n let shares = helpers.number(ctx, \"shares\", _shares);\n const posType = helpers.string(ctx, \"posType\", _posType);\n checkTixApiAccess(ctx);\n const stock = getStockFromSymbol(ctx, symbol);\n shares = Math.round(shares);\n\n let pos;\n const sanitizedPosType = posType.toLowerCase();\n if (sanitizedPosType.includes(\"l\")) {\n pos = PositionTypes.Long;\n } else if (sanitizedPosType.includes(\"s\")) {\n pos = PositionTypes.Short;\n } else {\n return 0;\n }\n\n const res = getSellTransactionGain(stock, shares, pos);\n if (res == null) {\n return 0;\n }\n\n return res;\n },\n buyStock:\n (ctx: NetscriptContext) =>\n (_symbol: unknown, _shares: unknown): number => {\n const symbol = helpers.string(ctx, \"symbol\", _symbol);\n const shares = helpers.number(ctx, \"shares\", _shares);\n checkTixApiAccess(ctx);\n const stock = getStockFromSymbol(ctx, symbol);\n const res = buyStock(stock, shares, ctx, {});\n return res ? stock.getAskPrice() : 0;\n },\n sellStock:\n (ctx: NetscriptContext) =>\n (_symbol: unknown, _shares: unknown): number => {\n const symbol = helpers.string(ctx, \"symbol\", _symbol);\n const shares = helpers.number(ctx, \"shares\", _shares);\n checkTixApiAccess(ctx);\n const stock = getStockFromSymbol(ctx, symbol);\n const res = sellStock(stock, shares, ctx, {});\n\n return res ? stock.getBidPrice() : 0;\n },\n buyShort:\n (ctx: NetscriptContext) =>\n (_symbol: unknown, _shares: unknown): number => {\n const symbol = helpers.string(ctx, \"symbol\", _symbol);\n const shares = helpers.number(ctx, \"shares\", _shares);\n checkTixApiAccess(ctx);\n if (player.bitNodeN !== 8) {\n if (player.sourceFileLvl(8) <= 1) {\n throw helpers.makeRuntimeErrorMsg(\n ctx,\n \"You must either be in BitNode-8 or you must have Source-File 8 Level 2.\",\n );\n }\n }\n const stock = getStockFromSymbol(ctx, symbol);\n const res = shortStock(stock, shares, ctx, {});\n\n return res ? stock.getBidPrice() : 0;\n },\n sellShort:\n (ctx: NetscriptContext) =>\n (_symbol: unknown, _shares: unknown): number => {\n const symbol = helpers.string(ctx, \"symbol\", _symbol);\n const shares = helpers.number(ctx, \"shares\", _shares);\n checkTixApiAccess(ctx);\n if (player.bitNodeN !== 8) {\n if (player.sourceFileLvl(8) <= 1) {\n throw helpers.makeRuntimeErrorMsg(\n ctx,\n \"You must either be in BitNode-8 or you must have Source-File 8 Level 2.\",\n );\n }\n }\n const stock = getStockFromSymbol(ctx, symbol);\n const res = sellShort(stock, shares, ctx, {});\n\n return res ? stock.getAskPrice() : 0;\n },\n placeOrder:\n (ctx: NetscriptContext) =>\n (_symbol: unknown, _shares: unknown, _price: unknown, _type: unknown, _pos: unknown): boolean => {\n const symbol = helpers.string(ctx, \"symbol\", _symbol);\n const shares = helpers.number(ctx, \"shares\", _shares);\n const price = helpers.number(ctx, \"price\", _price);\n const type = helpers.string(ctx, \"type\", _type);\n const pos = helpers.string(ctx, \"pos\", _pos);\n checkTixApiAccess(ctx);\n if (player.bitNodeN !== 8) {\n if (player.sourceFileLvl(8) <= 2) {\n throw helpers.makeRuntimeErrorMsg(\n ctx,\n \"You must either be in BitNode-8 or you must have Source-File 8 Level 3.\",\n );\n }\n }\n const stock = getStockFromSymbol(ctx, symbol);\n\n let orderType;\n let orderPos;\n const ltype = type.toLowerCase();\n if (ltype.includes(\"limit\") && ltype.includes(\"buy\")) {\n orderType = OrderTypes.LimitBuy;\n } else if (ltype.includes(\"limit\") && ltype.includes(\"sell\")) {\n orderType = OrderTypes.LimitSell;\n } else if (ltype.includes(\"stop\") && ltype.includes(\"buy\")) {\n orderType = OrderTypes.StopBuy;\n } else if (ltype.includes(\"stop\") && ltype.includes(\"sell\")) {\n orderType = OrderTypes.StopSell;\n } else {\n throw helpers.makeRuntimeErrorMsg(ctx, `Invalid order type: ${type}`);\n }\n\n const lpos = pos.toLowerCase();\n if (lpos.includes(\"l\")) {\n orderPos = PositionTypes.Long;\n } else if (lpos.includes(\"s\")) {\n orderPos = PositionTypes.Short;\n } else {\n throw helpers.makeRuntimeErrorMsg(ctx, `Invalid position type: ${pos}`);\n }\n\n return placeOrder(stock, shares, price, orderType, orderPos, ctx);\n },\n cancelOrder:\n (ctx: NetscriptContext) =>\n (_symbol: unknown, _shares: unknown, _price: unknown, _type: unknown, _pos: unknown): boolean => {\n const symbol = helpers.string(ctx, \"symbol\", _symbol);\n const shares = helpers.number(ctx, \"shares\", _shares);\n const price = helpers.number(ctx, \"price\", _price);\n const type = helpers.string(ctx, \"type\", _type);\n const pos = helpers.string(ctx, \"pos\", _pos);\n checkTixApiAccess(ctx);\n if (player.bitNodeN !== 8) {\n if (player.sourceFileLvl(8) <= 2) {\n throw helpers.makeRuntimeErrorMsg(\n ctx,\n \"You must either be in BitNode-8 or you must have Source-File 8 Level 3.\",\n );\n }\n }\n const stock = getStockFromSymbol(ctx, symbol);\n if (isNaN(shares) || isNaN(price)) {\n throw helpers.makeRuntimeErrorMsg(\n ctx,\n `Invalid shares or price. Must be numeric. shares=${shares}, price=${price}`,\n );\n }\n let orderType;\n let orderPos;\n const ltype = type.toLowerCase();\n if (ltype.includes(\"limit\") && ltype.includes(\"buy\")) {\n orderType = OrderTypes.LimitBuy;\n } else if (ltype.includes(\"limit\") && ltype.includes(\"sell\")) {\n orderType = OrderTypes.LimitSell;\n } else if (ltype.includes(\"stop\") && ltype.includes(\"buy\")) {\n orderType = OrderTypes.StopBuy;\n } else if (ltype.includes(\"stop\") && ltype.includes(\"sell\")) {\n orderType = OrderTypes.StopSell;\n } else {\n throw helpers.makeRuntimeErrorMsg(ctx, `Invalid order type: ${type}`);\n }\n\n const lpos = pos.toLowerCase();\n if (lpos.includes(\"l\")) {\n orderPos = PositionTypes.Long;\n } else if (lpos.includes(\"s\")) {\n orderPos = PositionTypes.Short;\n } else {\n throw helpers.makeRuntimeErrorMsg(ctx, `Invalid position type: ${pos}`);\n }\n const params = {\n stock: stock,\n shares: shares,\n price: price,\n type: orderType,\n pos: orderPos,\n };\n return cancelOrder(params, ctx);\n },\n getOrders: (ctx: NetscriptContext) => (): StockOrder => {\n checkTixApiAccess(ctx);\n if (player.bitNodeN !== 8) {\n if (player.sourceFileLvl(8) <= 2) {\n throw helpers.makeRuntimeErrorMsg(ctx, \"You must either be in BitNode-8 or have Source-File 8 Level 3.\");\n }\n }\n\n const orders: StockOrder = {};\n\n const stockMarketOrders = StockMarket[\"Orders\"];\n for (const symbol of Object.keys(stockMarketOrders)) {\n const orderBook = stockMarketOrders[symbol];\n if (orderBook.constructor === Array && orderBook.length > 0) {\n orders[symbol] = [];\n for (let i = 0; i < orderBook.length; ++i) {\n orders[symbol].push({\n shares: orderBook[i].shares,\n price: orderBook[i].price,\n type: orderBook[i].type,\n position: orderBook[i].pos,\n });\n }\n }\n }\n\n return orders;\n },\n getVolatility:\n (ctx: NetscriptContext) =>\n (_symbol: unknown): number => {\n const symbol = helpers.string(ctx, \"symbol\", _symbol);\n if (!player.has4SDataTixApi) {\n throw helpers.makeRuntimeErrorMsg(ctx, \"You don't have 4S Market Data TIX API Access!\");\n }\n const stock = getStockFromSymbol(ctx, symbol);\n\n return stock.mv / 100; // Convert from percentage to decimal\n },\n getForecast:\n (ctx: NetscriptContext) =>\n (_symbol: unknown): number => {\n const symbol = helpers.string(ctx, \"symbol\", _symbol);\n if (!player.has4SDataTixApi) {\n throw helpers.makeRuntimeErrorMsg(ctx, \"You don't have 4S Market Data TIX API Access!\");\n }\n const stock = getStockFromSymbol(ctx, symbol);\n\n let forecast = 50;\n stock.b ? (forecast += stock.otlkMag) : (forecast -= stock.otlkMag);\n return forecast / 100; // Convert from percentage to decimal\n },\n purchase4SMarketData: (ctx: NetscriptContext) => (): boolean => {\n if (player.has4SData) {\n helpers.log(ctx, () => \"Already purchased 4S Market Data.\");\n return true;\n }\n\n if (player.money < getStockMarket4SDataCost()) {\n helpers.log(ctx, () => \"Not enough money to purchase 4S Market Data.\");\n return false;\n }\n\n player.has4SData = true;\n player.loseMoney(getStockMarket4SDataCost(), \"stock\");\n helpers.log(ctx, () => \"Purchased 4S Market Data\");\n return true;\n },\n purchase4SMarketDataTixApi: (ctx: NetscriptContext) => (): boolean => {\n checkTixApiAccess(ctx);\n\n if (player.has4SDataTixApi) {\n helpers.log(ctx, () => \"Already purchased 4S Market Data TIX API\");\n return true;\n }\n\n if (player.money < getStockMarket4STixApiCost()) {\n helpers.log(ctx, () => \"Not enough money to purchase 4S Market Data TIX API\");\n return false;\n }\n\n player.has4SDataTixApi = true;\n player.loseMoney(getStockMarket4STixApiCost(), \"stock\");\n helpers.log(ctx, () => \"Purchased 4S Market Data TIX API\");\n return true;\n },\n purchaseWseAccount: (ctx: NetscriptContext) => (): boolean => {\n if (player.hasWseAccount) {\n helpers.log(ctx, () => \"Already purchased WSE Account\");\n return true;\n }\n\n if (player.money < getStockMarketWseCost()) {\n helpers.log(ctx, () => \"Not enough money to purchase WSE Account Access\");\n return false;\n }\n\n player.hasWseAccount = true;\n initStockMarketFn();\n player.loseMoney(getStockMarketWseCost(), \"stock\");\n helpers.log(ctx, () => \"Purchased WSE Account Access\");\n return true;\n },\n purchaseTixApi: (ctx: NetscriptContext) => (): boolean => {\n if (player.hasTixApiAccess) {\n helpers.log(ctx, () => \"Already purchased TIX API\");\n return true;\n }\n\n if (player.money < getStockMarketTixApiCost()) {\n helpers.log(ctx, () => \"Not enough money to purchase TIX API Access\");\n return false;\n }\n\n player.hasTixApiAccess = true;\n player.loseMoney(getStockMarketTixApiCost(), \"stock\");\n helpers.log(ctx, () => \"Purchased TIX API\");\n return true;\n },\n };\n}\n","import { InternalAPI, NetscriptContext } from \"../Netscript/APIWrapper\";\nimport { StaticAugmentations } from \"../Augmentation/StaticAugmentations\";\nimport { hasAugmentationPrereqs } from \"../Faction/FactionHelpers\";\nimport { CityName } from \"../Locations/data/CityNames\";\nimport { GraftableAugmentation } from \"../PersonObjects/Grafting/GraftableAugmentation\";\nimport { getGraftingAvailableAugs, calculateGraftingTimeWithBonus } from \"../PersonObjects/Grafting/GraftingHelpers\";\nimport { Player as player } from \"../Player\";\nimport { Grafting as IGrafting } from \"../ScriptEditor/NetscriptDefinitions\";\nimport { Router } from \"../ui/GameRoot\";\nimport { GraftingWork } from \"../Work/GraftingWork\";\nimport { helpers } from \"../Netscript/NetscriptHelpers\";\n\nexport function NetscriptGrafting(): InternalAPI {\n const checkGraftingAPIAccess = (ctx: NetscriptContext): void => {\n if (!player.canAccessGrafting()) {\n throw helpers.makeRuntimeErrorMsg(\n ctx,\n \"You do not currently have access to the Grafting API. This is either because you are not in BitNode 10 or because you do not have Source-File 10\",\n );\n }\n };\n\n return {\n getAugmentationGraftPrice:\n (ctx: NetscriptContext) =>\n (_augName: unknown): number => {\n const augName = helpers.string(ctx, \"augName\", _augName);\n checkGraftingAPIAccess(ctx);\n if (!getGraftingAvailableAugs().includes(augName) || !StaticAugmentations.hasOwnProperty(augName)) {\n throw helpers.makeRuntimeErrorMsg(ctx, `Invalid aug: ${augName}`);\n }\n const graftableAug = new GraftableAugmentation(StaticAugmentations[augName]);\n return graftableAug.cost;\n },\n\n getAugmentationGraftTime:\n (ctx: NetscriptContext) =>\n (_augName: string): number => {\n const augName = helpers.string(ctx, \"augName\", _augName);\n checkGraftingAPIAccess(ctx);\n if (!getGraftingAvailableAugs().includes(augName) || !StaticAugmentations.hasOwnProperty(augName)) {\n throw helpers.makeRuntimeErrorMsg(ctx, `Invalid aug: ${augName}`);\n }\n const graftableAug = new GraftableAugmentation(StaticAugmentations[augName]);\n return calculateGraftingTimeWithBonus(graftableAug);\n },\n\n getGraftableAugmentations: (ctx: NetscriptContext) => (): string[] => {\n checkGraftingAPIAccess(ctx);\n const graftableAugs = getGraftingAvailableAugs();\n return graftableAugs;\n },\n\n graftAugmentation:\n (ctx: NetscriptContext) =>\n (_augName: string, _focus: unknown = true): boolean => {\n const augName = helpers.string(ctx, \"augName\", _augName);\n const focus = !!_focus;\n checkGraftingAPIAccess(ctx);\n if (player.city !== CityName.NewTokyo) {\n throw helpers.makeRuntimeErrorMsg(ctx, \"You must be in New Tokyo to begin grafting an Augmentation.\");\n }\n if (!getGraftingAvailableAugs().includes(augName) || !StaticAugmentations.hasOwnProperty(augName)) {\n helpers.log(ctx, () => `Invalid aug: ${augName}`);\n return false;\n }\n\n const wasFocusing = player.focus;\n\n const craftableAug = new GraftableAugmentation(StaticAugmentations[augName]);\n if (player.money < craftableAug.cost) {\n helpers.log(ctx, () => `You don't have enough money to craft ${augName}`);\n return false;\n }\n\n if (!hasAugmentationPrereqs(craftableAug.augmentation)) {\n helpers.log(ctx, () => `You don't have the pre-requisites for ${augName}`);\n return false;\n }\n\n player.startWork(\n new GraftingWork({\n singularity: true,\n augmentation: augName,\n }),\n );\n\n if (focus) {\n player.startFocusing();\n Router.toWork();\n } else if (wasFocusing) {\n player.stopFocusing();\n Router.toTerminal();\n }\n\n helpers.log(ctx, () => `Began grafting Augmentation ${augName}.`);\n return true;\n },\n };\n}\n","import { Player } from \"../Player\";\nimport { purchaseAugmentation, joinFaction, getFactionAugmentationsFiltered } from \"../Faction/FactionHelpers\";\nimport { startWorkerScript } from \"../NetscriptWorker\";\nimport { Augmentation } from \"../Augmentation/Augmentation\";\nimport { StaticAugmentations } from \"../Augmentation/StaticAugmentations\";\nimport { augmentationExists, installAugmentations } from \"../Augmentation/AugmentationHelpers\";\nimport { AugmentationNames } from \"../Augmentation/data/AugmentationNames\";\nimport { killWorkerScript } from \"../Netscript/killWorkerScript\";\nimport { CONSTANTS } from \"../Constants\";\nimport { isString } from \"../utils/helpers/isString\";\nimport { RunningScript } from \"../Script/RunningScript\";\nimport { calculateAchievements } from \"../Achievements/Achievements\";\n\nimport {\n Multipliers,\n CrimeStats,\n Singularity as ISingularity,\n SourceFileLvl,\n} from \"../ScriptEditor/NetscriptDefinitions\";\n\nimport { findCrime } from \"../Crime/CrimeHelpers\";\nimport { CompanyPositions } from \"../Company/CompanyPositions\";\nimport { DarkWebItems } from \"../DarkWeb/DarkWebItems\";\nimport { CityName } from \"../Locations/data/CityNames\";\nimport { LocationName } from \"../Locations/data/LocationNames\";\nimport { Router } from \"../ui/GameRoot\";\nimport { SpecialServers } from \"../Server/data/SpecialServers\";\nimport { Page } from \"../ui/Router\";\nimport { Locations } from \"../Locations/Locations\";\nimport { GetServer } from \"../Server/AllServers\";\nimport { Programs } from \"../Programs/Programs\";\nimport { numeralWrapper } from \"../ui/numeralFormat\";\nimport { BitNodeMultipliers } from \"../BitNode/BitNodeMultipliers\";\nimport { Company } from \"../Company/Company\";\nimport { Companies } from \"../Company/Companies\";\nimport { Factions, factionExists } from \"../Faction/Factions\";\nimport { Faction } from \"../Faction/Faction\";\nimport { helpers } from \"../Netscript/NetscriptHelpers\";\nimport { convertTimeMsToTimeElapsedString } from \"../utils/StringHelperFunctions\";\nimport { getServerOnNetwork } from \"../Server/ServerHelpers\";\nimport { Terminal } from \"../Terminal\";\nimport { calculateHackingTime } from \"../Hacking\";\nimport { Server } from \"../Server/Server\";\nimport { netscriptCanHack } from \"../Hacking/netscriptCanHack\";\nimport { FactionInfos } from \"../Faction/FactionInfo\";\nimport { InternalAPI, NetscriptContext } from \"src/Netscript/APIWrapper\";\nimport { BlackOperationNames } from \"../Bladeburner/data/BlackOperationNames\";\nimport { enterBitNode } from \"../RedPill\";\nimport { FactionNames } from \"../Faction/data/FactionNames\";\nimport { ClassWork, ClassType } from \"../Work/ClassWork\";\nimport { CreateProgramWork, isCreateProgramWork } from \"../Work/CreateProgramWork\";\nimport { FactionWork } from \"../Work/FactionWork\";\nimport { FactionWorkType } from \"../Work/data/FactionWorkType\";\nimport { CompanyWork } from \"../Work/CompanyWork\";\nimport { canGetBonus, onExport } from \"../ExportBonus\";\nimport { saveObject } from \"../SaveObject\";\nimport { calculateCrimeWorkStats } from \"../Work/formulas/Crime\";\n\nexport function NetscriptSingularity(): InternalAPI {\n const getAugmentation = function (ctx: NetscriptContext, name: string): Augmentation {\n if (!augmentationExists(name)) {\n throw helpers.makeRuntimeErrorMsg(ctx, `Invalid augmentation: '${name}'`);\n }\n\n return StaticAugmentations[name];\n };\n\n const getFaction = function (ctx: NetscriptContext, name: string): Faction {\n if (!factionExists(name)) {\n throw helpers.makeRuntimeErrorMsg(ctx, `Invalid faction name: '${name}`);\n }\n\n return Factions[name];\n };\n\n const getCompany = function (ctx: NetscriptContext, name: string): Company {\n const company = Companies[name];\n if (!company) throw helpers.makeRuntimeErrorMsg(ctx, `Invalid company name: '${name}'`);\n return company;\n };\n\n const runAfterReset = function (cbScript: string | null = null): void {\n //Run a script after reset\n if (!cbScript) return;\n const home = Player.getHomeComputer();\n for (const script of home.scripts) {\n if (script.filename === cbScript) {\n const ramUsage = script.ramUsage;\n const ramAvailable = home.maxRam - home.ramUsed;\n if (ramUsage > ramAvailable + 0.001) {\n return; // Not enough RAM\n }\n const runningScriptObj = new RunningScript(script, []); // No args\n runningScriptObj.threads = 1; // Only 1 thread\n startWorkerScript(runningScriptObj, home);\n }\n }\n };\n\n return {\n getOwnedAugmentations: (ctx: NetscriptContext) =>\n function (_purchased: unknown = false): string[] {\n helpers.checkSingularityAccess(ctx);\n const purchased = !!_purchased;\n const res = [];\n for (let i = 0; i < Player.augmentations.length; ++i) {\n res.push(Player.augmentations[i].name);\n }\n if (purchased) {\n for (let i = 0; i < Player.queuedAugmentations.length; ++i) {\n res.push(Player.queuedAugmentations[i].name);\n }\n }\n return res;\n },\n getOwnedSourceFiles: () => (): SourceFileLvl[] => {\n const res: SourceFileLvl[] = [];\n for (let i = 0; i < Player.sourceFiles.length; ++i) {\n res.push({\n n: Player.sourceFiles[i].n,\n lvl: Player.sourceFiles[i].lvl,\n });\n }\n return res;\n },\n getAugmentationsFromFaction: (ctx: NetscriptContext) =>\n function (_facName: unknown): string[] {\n helpers.checkSingularityAccess(ctx);\n const facName = helpers.string(ctx, \"facName\", _facName);\n const faction = getFaction(ctx, facName);\n\n return getFactionAugmentationsFiltered(faction);\n },\n getAugmentationCost: (ctx: NetscriptContext) =>\n function (_augName: unknown): [number, number] {\n helpers.checkSingularityAccess(ctx);\n const augName = helpers.string(ctx, \"augName\", _augName);\n const aug = getAugmentation(ctx, augName);\n const costs = aug.getCost();\n return [costs.repCost, costs.moneyCost];\n },\n getAugmentationPrereq: (ctx: NetscriptContext) =>\n function (_augName: unknown): string[] {\n helpers.checkSingularityAccess(ctx);\n const augName = helpers.string(ctx, \"augName\", _augName);\n const aug = getAugmentation(ctx, augName);\n return aug.prereqs.slice();\n },\n getAugmentationBasePrice: (ctx: NetscriptContext) =>\n function (_augName: unknown): number {\n helpers.checkSingularityAccess(ctx);\n const augName = helpers.string(ctx, \"augName\", _augName);\n const aug = getAugmentation(ctx, augName);\n return aug.baseCost * BitNodeMultipliers.AugmentationMoneyCost;\n },\n getAugmentationPrice: (ctx: NetscriptContext) =>\n function (_augName: unknown): number {\n helpers.checkSingularityAccess(ctx);\n const augName = helpers.string(ctx, \"augName\", _augName);\n const aug = getAugmentation(ctx, augName);\n return aug.getCost().moneyCost;\n },\n getAugmentationRepReq: (ctx: NetscriptContext) =>\n function (_augName: unknown): number {\n helpers.checkSingularityAccess(ctx);\n const augName = helpers.string(ctx, \"augName\", _augName);\n const aug = getAugmentation(ctx, augName);\n return aug.getCost().repCost;\n },\n getAugmentationStats: (ctx: NetscriptContext) =>\n function (_augName: unknown): Multipliers {\n helpers.checkSingularityAccess(ctx);\n const augName = helpers.string(ctx, \"augName\", _augName);\n const aug = getAugmentation(ctx, augName);\n return Object.assign({}, aug.mults);\n },\n purchaseAugmentation: (ctx: NetscriptContext) =>\n function (_facName: unknown, _augName: unknown): boolean {\n helpers.checkSingularityAccess(ctx);\n const facName = helpers.string(ctx, \"facName\", _facName);\n const augName = helpers.string(ctx, \"augName\", _augName);\n const fac = getFaction(ctx, facName);\n const aug = getAugmentation(ctx, augName);\n\n const augs = getFactionAugmentationsFiltered(fac);\n\n if (!Player.factions.includes(fac.name)) {\n helpers.log(ctx, () => `You can't purchase augmentations from '${facName}' because you aren't a member`);\n return false;\n }\n\n if (!augs.includes(augName)) {\n helpers.log(ctx, () => `Faction '${facName}' does not have the '${augName}' augmentation.`);\n return false;\n }\n\n const isNeuroflux = aug.name === AugmentationNames.NeuroFluxGovernor;\n if (!isNeuroflux) {\n for (let j = 0; j < Player.queuedAugmentations.length; ++j) {\n if (Player.queuedAugmentations[j].name === aug.name) {\n helpers.log(ctx, () => `You already have the '${augName}' augmentation.`);\n return false;\n }\n }\n for (let j = 0; j < Player.augmentations.length; ++j) {\n if (Player.augmentations[j].name === aug.name) {\n helpers.log(ctx, () => `You already have the '${augName}' augmentation.`);\n return false;\n }\n }\n }\n\n if (fac.playerReputation < aug.getCost().repCost) {\n helpers.log(ctx, () => `You do not have enough reputation with '${fac.name}'.`);\n return false;\n }\n\n const res = purchaseAugmentation(aug, fac, true);\n helpers.log(ctx, () => res);\n if (isString(res) && res.startsWith(\"You purchased\")) {\n Player.gainIntelligenceExp(CONSTANTS.IntelligenceSingFnBaseExpGain * 10);\n return true;\n } else {\n return false;\n }\n },\n softReset: (ctx: NetscriptContext) =>\n function (_cbScript: unknown = \"\"): void {\n helpers.checkSingularityAccess(ctx);\n const cbScript = helpers.string(ctx, \"cbScript\", _cbScript);\n\n helpers.log(ctx, () => \"Soft resetting. This will cause this script to be killed\");\n setTimeout(() => {\n installAugmentations(true);\n runAfterReset(cbScript);\n }, 0);\n\n killWorkerScript(ctx.workerScript);\n },\n installAugmentations: (ctx: NetscriptContext) =>\n function (_cbScript: unknown = \"\"): boolean {\n helpers.checkSingularityAccess(ctx);\n const cbScript = helpers.string(ctx, \"cbScript\", _cbScript);\n\n if (Player.queuedAugmentations.length === 0) {\n helpers.log(ctx, () => \"You do not have any Augmentations to be installed.\");\n return false;\n }\n Player.gainIntelligenceExp(CONSTANTS.IntelligenceSingFnBaseExpGain * 10);\n helpers.log(ctx, () => \"Installing Augmentations. This will cause this script to be killed\");\n setTimeout(() => {\n installAugmentations();\n runAfterReset(cbScript);\n }, 0);\n\n killWorkerScript(ctx.workerScript);\n return true;\n },\n\n goToLocation: (ctx: NetscriptContext) =>\n function (_locationName: unknown): boolean {\n helpers.checkSingularityAccess(ctx);\n const locationName = helpers.string(ctx, \"locationName\", _locationName);\n const location = Object.values(Locations).find((l) => l.name === locationName);\n if (!location) {\n helpers.log(ctx, () => `No location named ${locationName}`);\n return false;\n }\n if (location.city && Player.city !== location.city) {\n helpers.log(ctx, () => `No location named ${locationName} in ${Player.city}`);\n return false;\n }\n if (location.name === LocationName.TravelAgency) {\n Router.toTravel();\n } else if (location.name === LocationName.WorldStockExchange) {\n Router.toStockMarket();\n } else {\n Router.toLocation(location);\n }\n Player.gainIntelligenceExp(CONSTANTS.IntelligenceSingFnBaseExpGain / 50000);\n return true;\n },\n universityCourse: (ctx: NetscriptContext) =>\n function (_universityName: unknown, _className: unknown, _focus: unknown = true): boolean {\n helpers.checkSingularityAccess(ctx);\n const universityName = helpers.string(ctx, \"universityName\", _universityName);\n const className = helpers.string(ctx, \"className\", _className);\n const focus = !!_focus;\n const wasFocusing = Player.focus;\n\n switch (universityName.toLowerCase()) {\n case LocationName.AevumSummitUniversity.toLowerCase():\n if (Player.city != CityName.Aevum) {\n helpers.log(\n ctx,\n () => `You cannot study at 'Summit University' because you are not in '${CityName.Aevum}'.`,\n );\n return false;\n }\n Player.gotoLocation(LocationName.AevumSummitUniversity);\n break;\n case LocationName.Sector12RothmanUniversity.toLowerCase():\n if (Player.city != CityName.Sector12) {\n helpers.log(\n ctx,\n () => `You cannot study at 'Rothman University' because you are not in '${CityName.Sector12}'.`,\n );\n return false;\n }\n Player.location = LocationName.Sector12RothmanUniversity;\n break;\n case LocationName.VolhavenZBInstituteOfTechnology.toLowerCase():\n if (Player.city != CityName.Volhaven) {\n helpers.log(\n ctx,\n () => `You cannot study at 'ZB Institute of Technology' because you are not in '${CityName.Volhaven}'.`,\n );\n return false;\n }\n Player.location = LocationName.VolhavenZBInstituteOfTechnology;\n break;\n default:\n helpers.log(ctx, () => `Invalid university name: '${universityName}'.`);\n return false;\n }\n\n let task: ClassType;\n switch (className.toLowerCase()) {\n case \"Study Computer Science\".toLowerCase():\n task = ClassType.StudyComputerScience;\n break;\n case \"Data Structures\".toLowerCase():\n task = ClassType.DataStructures;\n break;\n case \"Networks\".toLowerCase():\n task = ClassType.Networks;\n break;\n case \"Algorithms\".toLowerCase():\n task = ClassType.Algorithms;\n break;\n case \"Management\".toLowerCase():\n task = ClassType.Management;\n break;\n case \"Leadership\".toLowerCase():\n task = ClassType.Leadership;\n break;\n default:\n helpers.log(ctx, () => `Invalid class name: ${className}.`);\n return false;\n }\n Player.startWork(\n new ClassWork({\n classType: task,\n location: Player.location,\n singularity: true,\n }),\n );\n if (focus) {\n Player.startFocusing();\n Router.toWork();\n } else if (wasFocusing) {\n Player.stopFocusing();\n Router.toTerminal();\n }\n helpers.log(ctx, () => `Started ${task} at ${universityName}`);\n return true;\n },\n\n gymWorkout: (ctx: NetscriptContext) =>\n function (_gymName: unknown, _stat: unknown, _focus: unknown = true): boolean {\n helpers.checkSingularityAccess(ctx);\n const gymName = helpers.string(ctx, \"gymName\", _gymName);\n const stat = helpers.string(ctx, \"stat\", _stat);\n const focus = !!_focus;\n const wasFocusing = Player.focus;\n\n switch (gymName.toLowerCase()) {\n case LocationName.AevumCrushFitnessGym.toLowerCase():\n if (Player.city != CityName.Aevum) {\n helpers.log(\n ctx,\n () =>\n `You cannot workout at '${LocationName.AevumCrushFitnessGym}' because you are not in '${CityName.Aevum}'.`,\n );\n return false;\n }\n Player.location = LocationName.AevumCrushFitnessGym;\n break;\n case LocationName.AevumSnapFitnessGym.toLowerCase():\n if (Player.city != CityName.Aevum) {\n helpers.log(\n ctx,\n () =>\n `You cannot workout at '${LocationName.AevumSnapFitnessGym}' because you are not in '${CityName.Aevum}'.`,\n );\n return false;\n }\n Player.location = LocationName.AevumSnapFitnessGym;\n break;\n case LocationName.Sector12IronGym.toLowerCase():\n if (Player.city != CityName.Sector12) {\n helpers.log(\n ctx,\n () =>\n `You cannot workout at '${LocationName.Sector12IronGym}' because you are not in '${CityName.Sector12}'.`,\n );\n return false;\n }\n Player.location = LocationName.Sector12IronGym;\n break;\n case LocationName.Sector12PowerhouseGym.toLowerCase():\n if (Player.city != CityName.Sector12) {\n helpers.log(\n ctx,\n () =>\n `You cannot workout at '${LocationName.Sector12PowerhouseGym}' because you are not in '${CityName.Sector12}'.`,\n );\n return false;\n }\n Player.location = LocationName.Sector12PowerhouseGym;\n break;\n case LocationName.VolhavenMilleniumFitnessGym.toLowerCase():\n if (Player.city != CityName.Volhaven) {\n helpers.log(\n ctx,\n () =>\n `You cannot workout at '${LocationName.VolhavenMilleniumFitnessGym}' because you are not in '${CityName.Volhaven}'.`,\n );\n return false;\n }\n Player.location = LocationName.VolhavenMilleniumFitnessGym;\n break;\n default:\n helpers.log(ctx, () => `Invalid gym name: ${gymName}. gymWorkout() failed`);\n return false;\n }\n\n switch (stat.toLowerCase()) {\n case \"strength\".toLowerCase():\n case \"str\".toLowerCase():\n Player.startWork(\n new ClassWork({ classType: ClassType.GymStrength, location: Player.location, singularity: true }),\n );\n break;\n case \"defense\".toLowerCase():\n case \"def\".toLowerCase():\n Player.startWork(\n new ClassWork({ classType: ClassType.GymDefense, location: Player.location, singularity: true }),\n );\n break;\n case \"dexterity\".toLowerCase():\n case \"dex\".toLowerCase():\n Player.startWork(\n new ClassWork({ classType: ClassType.GymDexterity, location: Player.location, singularity: true }),\n );\n break;\n case \"agility\".toLowerCase():\n case \"agi\".toLowerCase():\n Player.startWork(\n new ClassWork({ classType: ClassType.GymAgility, location: Player.location, singularity: true }),\n );\n break;\n default:\n helpers.log(ctx, () => `Invalid stat: ${stat}.`);\n return false;\n }\n if (focus) {\n Player.startFocusing();\n Router.toWork();\n } else if (wasFocusing) {\n Player.stopFocusing();\n Router.toTerminal();\n }\n helpers.log(ctx, () => `Started training ${stat} at ${gymName}`);\n return true;\n },\n\n travelToCity: (ctx: NetscriptContext) =>\n function (_cityName: unknown): boolean {\n helpers.checkSingularityAccess(ctx);\n const cityName = helpers.city(ctx, \"cityName\", _cityName);\n\n switch (cityName) {\n case CityName.Aevum:\n case CityName.Chongqing:\n case CityName.Sector12:\n case CityName.NewTokyo:\n case CityName.Ishima:\n case CityName.Volhaven:\n if (Player.money < CONSTANTS.TravelCost) {\n helpers.log(ctx, () => \"Not enough money to travel.\");\n return false;\n }\n Player.loseMoney(CONSTANTS.TravelCost, \"other\");\n Player.city = cityName;\n helpers.log(ctx, () => `Traveled to ${cityName}`);\n Player.gainIntelligenceExp(CONSTANTS.IntelligenceSingFnBaseExpGain / 50000);\n return true;\n default:\n throw helpers.makeRuntimeErrorMsg(ctx, `Invalid city name: '${cityName}'.`);\n }\n },\n\n purchaseTor: (ctx: NetscriptContext) =>\n function (): boolean {\n helpers.checkSingularityAccess(ctx);\n\n if (Player.hasTorRouter()) {\n helpers.log(ctx, () => \"You already have a TOR router!\");\n return true;\n }\n\n if (Player.money < CONSTANTS.TorRouterCost) {\n helpers.log(ctx, () => \"You cannot afford to purchase a Tor router.\");\n return false;\n }\n Player.loseMoney(CONSTANTS.TorRouterCost, \"other\");\n\n const darkweb = GetServer(SpecialServers.DarkWeb);\n if (!darkweb) throw helpers.makeRuntimeErrorMsg(ctx, \"DarkWeb was not a server but should have been\");\n\n Player.getHomeComputer().serversOnNetwork.push(darkweb.hostname);\n darkweb.serversOnNetwork.push(Player.getHomeComputer().hostname);\n Player.gainIntelligenceExp(CONSTANTS.IntelligenceSingFnBaseExpGain / 500);\n helpers.log(ctx, () => \"You have purchased a Tor router!\");\n return true;\n },\n purchaseProgram: (ctx: NetscriptContext) =>\n function (_programName: unknown): boolean {\n helpers.checkSingularityAccess(ctx);\n const programName = helpers.string(ctx, \"programName\", _programName).toLowerCase();\n\n if (!Player.hasTorRouter()) {\n helpers.log(ctx, () => \"You do not have the TOR router.\");\n return false;\n }\n\n const item = Object.values(DarkWebItems).find((i) => i.program.toLowerCase() === programName);\n if (item == null) {\n helpers.log(ctx, () => `Invalid program name: '${programName}.`);\n return false;\n }\n\n if (Player.money < item.price) {\n helpers.log(\n ctx,\n () => `Not enough money to purchase '${item.program}'. Need ${numeralWrapper.formatMoney(item.price)}`,\n );\n return false;\n }\n\n if (Player.hasProgram(item.program)) {\n helpers.log(ctx, () => `You already have the '${item.program}' program`);\n return true;\n }\n\n Player.getHomeComputer().pushProgram(item.program);\n // Cancel if the program is in progress of writing\n if (isCreateProgramWork(Player.currentWork) && Player.currentWork.programName === item.program) {\n Player.finishWork(true);\n }\n\n Player.loseMoney(item.price, \"other\");\n helpers.log(\n ctx,\n () => `You have purchased the '${item.program}' program. The new program can be found on your home computer.`,\n );\n Player.gainIntelligenceExp(CONSTANTS.IntelligenceSingFnBaseExpGain / 5000);\n return true;\n },\n getCurrentServer: (ctx: NetscriptContext) =>\n function (): string {\n helpers.checkSingularityAccess(ctx);\n return Player.getCurrentServer().hostname;\n },\n connect: (ctx: NetscriptContext) =>\n function (_hostname: unknown): boolean {\n helpers.checkSingularityAccess(ctx);\n const hostname = helpers.string(ctx, \"hostname\", _hostname);\n if (!hostname) {\n throw helpers.makeRuntimeErrorMsg(ctx, `Invalid hostname: '${hostname}'`);\n }\n\n const target = GetServer(hostname);\n if (target == null) {\n throw helpers.makeRuntimeErrorMsg(ctx, `Invalid hostname: '${hostname}'`);\n }\n\n //Home case\n if (hostname === \"home\") {\n Player.getCurrentServer().isConnectedTo = false;\n Player.currentServer = Player.getHomeComputer().hostname;\n Player.getCurrentServer().isConnectedTo = true;\n Terminal.setcwd(\"/\");\n return true;\n }\n\n //Adjacent server case\n const server = Player.getCurrentServer();\n for (let i = 0; i < server.serversOnNetwork.length; i++) {\n const other = getServerOnNetwork(server, i);\n if (other === null) continue;\n if (other.hostname == hostname) {\n Player.getCurrentServer().isConnectedTo = false;\n Player.currentServer = target.hostname;\n Player.getCurrentServer().isConnectedTo = true;\n Terminal.setcwd(\"/\");\n return true;\n }\n }\n\n //Backdoor case\n const other = GetServer(hostname);\n if (other !== null && other instanceof Server && other.backdoorInstalled) {\n Player.getCurrentServer().isConnectedTo = false;\n Player.currentServer = target.hostname;\n Player.getCurrentServer().isConnectedTo = true;\n Terminal.setcwd(\"/\");\n return true;\n }\n\n //Failure case\n return false;\n },\n manualHack: (ctx: NetscriptContext) =>\n function (): Promise {\n helpers.checkSingularityAccess(ctx);\n const server = Player.getCurrentServer();\n return helpers.hack(ctx, server.hostname, true);\n },\n installBackdoor: (ctx: NetscriptContext) => async (): Promise => {\n helpers.checkSingularityAccess(ctx);\n const baseserver = Player.getCurrentServer();\n if (!(baseserver instanceof Server)) {\n helpers.log(ctx, () => \"cannot backdoor this kind of server\");\n return Promise.resolve();\n }\n const server = baseserver;\n const installTime = (calculateHackingTime(server, Player) / 4) * 1000;\n\n // No root access or skill level too low\n const canHack = netscriptCanHack(server);\n if (!canHack.res) {\n throw helpers.makeRuntimeErrorMsg(ctx, canHack.msg || \"\");\n }\n\n helpers.log(\n ctx,\n () => `Installing backdoor on '${server.hostname}' in ${convertTimeMsToTimeElapsedString(installTime, true)}`,\n );\n\n return helpers.netscriptDelay(ctx, installTime).then(function () {\n helpers.log(ctx, () => `Successfully installed backdoor on '${server.hostname}'`);\n\n server.backdoorInstalled = true;\n\n if (SpecialServers.WorldDaemon === server.hostname) {\n Router.toBitVerse(false, false);\n }\n return Promise.resolve();\n });\n },\n isFocused: (ctx: NetscriptContext) =>\n function (): boolean {\n helpers.checkSingularityAccess(ctx);\n return Player.focus;\n },\n setFocus: (ctx: NetscriptContext) =>\n function (_focus: unknown): boolean {\n helpers.checkSingularityAccess(ctx);\n const focus = !!_focus;\n if (Player.currentWork === null) {\n throw helpers.makeRuntimeErrorMsg(ctx, \"Not currently working\");\n }\n\n if (!Player.focus && focus) {\n Player.startFocusing();\n Router.toWork();\n return true;\n } else if (Player.focus && !focus) {\n Player.stopFocusing();\n Router.toTerminal();\n return true;\n }\n return false;\n },\n hospitalize: (ctx: NetscriptContext) =>\n function (): void {\n helpers.checkSingularityAccess(ctx);\n if (Player.currentWork || Router.page() === Page.Infiltration || Router.page() === Page.BitVerse) {\n helpers.log(ctx, () => \"Cannot go to the hospital because the player is busy.\");\n return;\n }\n Player.hospitalize();\n },\n isBusy: (ctx: NetscriptContext) =>\n function (): boolean {\n helpers.checkSingularityAccess(ctx);\n return Player.currentWork !== null || Router.page() === Page.Infiltration || Router.page() === Page.BitVerse;\n },\n stopAction: (ctx: NetscriptContext) =>\n function (): boolean {\n helpers.checkSingularityAccess(ctx);\n const wasWorking = Player.currentWork !== null;\n Player.finishWork(true);\n return wasWorking;\n },\n upgradeHomeCores: (ctx: NetscriptContext) =>\n function (): boolean {\n helpers.checkSingularityAccess(ctx);\n\n // Check if we're at max cores\n const homeComputer = Player.getHomeComputer();\n if (homeComputer.cpuCores >= 8) {\n helpers.log(ctx, () => `Your home computer is at max cores.`);\n return false;\n }\n\n const cost = Player.getUpgradeHomeCoresCost();\n if (Player.money < cost) {\n helpers.log(ctx, () => `You don't have enough money. Need ${numeralWrapper.formatMoney(cost)}`);\n return false;\n }\n\n homeComputer.cpuCores += 1;\n Player.loseMoney(cost, \"servers\");\n\n Player.gainIntelligenceExp(CONSTANTS.IntelligenceSingFnBaseExpGain * 2);\n helpers.log(\n ctx,\n () => `Purchased an additional core for home computer! It now has ${homeComputer.cpuCores} cores.`,\n );\n return true;\n },\n getUpgradeHomeCoresCost: (ctx: NetscriptContext) =>\n function (): number {\n helpers.checkSingularityAccess(ctx);\n\n return Player.getUpgradeHomeCoresCost();\n },\n upgradeHomeRam: (ctx: NetscriptContext) =>\n function (): boolean {\n helpers.checkSingularityAccess(ctx);\n\n // Check if we're at max RAM\n const homeComputer = Player.getHomeComputer();\n if (homeComputer.maxRam >= CONSTANTS.HomeComputerMaxRam) {\n helpers.log(ctx, () => `Your home computer is at max RAM.`);\n return false;\n }\n\n const cost = Player.getUpgradeHomeRamCost();\n if (Player.money < cost) {\n helpers.log(ctx, () => `You don't have enough money. Need ${numeralWrapper.formatMoney(cost)}`);\n return false;\n }\n\n homeComputer.maxRam *= 2;\n Player.loseMoney(cost, \"servers\");\n\n Player.gainIntelligenceExp(CONSTANTS.IntelligenceSingFnBaseExpGain * 2);\n helpers.log(\n ctx,\n () =>\n `Purchased additional RAM for home computer! It now has ${numeralWrapper.formatRAM(\n homeComputer.maxRam,\n )} of RAM.`,\n );\n return true;\n },\n getUpgradeHomeRamCost: (ctx: NetscriptContext) =>\n function (): number {\n helpers.checkSingularityAccess(ctx);\n\n return Player.getUpgradeHomeRamCost();\n },\n workForCompany: (ctx: NetscriptContext) =>\n function (_companyName: unknown, _focus: unknown = true): boolean {\n helpers.checkSingularityAccess(ctx);\n const companyName = helpers.string(ctx, \"companyName\", _companyName);\n const focus = !!_focus;\n\n // Make sure its a valid company\n if (companyName == null || companyName === \"\" || !Companies[companyName]) {\n helpers.log(ctx, () => `Invalid company: '${companyName}'`);\n return false;\n }\n\n // Make sure player is actually employed at the company\n if (!Object.keys(Player.jobs).includes(companyName)) {\n helpers.log(ctx, () => `You do not have a job at '${companyName}'`);\n return false;\n }\n\n // Check to make sure company position data is valid\n const companyPositionName = Player.jobs[companyName];\n const companyPosition = CompanyPositions[companyPositionName];\n if (companyPositionName === \"\" || !companyPosition) {\n helpers.log(ctx, () => \"You do not have a job\");\n return false;\n }\n\n const wasFocused = Player.focus;\n\n Player.startWork(\n new CompanyWork({\n singularity: true,\n companyName: companyName,\n }),\n );\n if (focus) {\n Player.startFocusing();\n Router.toWork();\n } else if (wasFocused) {\n Player.stopFocusing();\n Router.toTerminal();\n }\n helpers.log(ctx, () => `Began working at '${companyName}' with position '${companyPositionName}'`);\n return true;\n },\n applyToCompany: (ctx: NetscriptContext) =>\n function (_companyName: unknown, _field: unknown): boolean {\n helpers.checkSingularityAccess(ctx);\n const companyName = helpers.string(ctx, \"companyName\", _companyName);\n const field = helpers.string(ctx, \"field\", _field);\n getCompany(ctx, companyName);\n\n Player.location = companyName as LocationName;\n let res;\n switch (field.toLowerCase()) {\n case \"software\":\n res = Player.applyForSoftwareJob(true);\n break;\n case \"software consultant\":\n res = Player.applyForSoftwareConsultantJob(true);\n break;\n case \"it\":\n res = Player.applyForItJob(true);\n break;\n case \"security engineer\":\n res = Player.applyForSecurityEngineerJob(true);\n break;\n case \"network engineer\":\n res = Player.applyForNetworkEngineerJob(true);\n break;\n case \"business\":\n res = Player.applyForBusinessJob(true);\n break;\n case \"business consultant\":\n res = Player.applyForBusinessConsultantJob(true);\n break;\n case \"security\":\n res = Player.applyForSecurityJob(true);\n break;\n case \"agent\":\n res = Player.applyForAgentJob(true);\n break;\n case \"employee\":\n res = Player.applyForEmployeeJob(true);\n break;\n case \"part-time employee\":\n res = Player.applyForPartTimeEmployeeJob(true);\n break;\n case \"waiter\":\n res = Player.applyForWaiterJob(true);\n break;\n case \"part-time waiter\":\n res = Player.applyForPartTimeWaiterJob(true);\n break;\n default:\n helpers.log(ctx, () => `Invalid job: '${field}'.`);\n return false;\n }\n // TODO https://github.com/danielyxie/bitburner/issues/1378\n // The player object's applyForJob function can return string with special error messages\n // if (isString(res)) {\n // helpers.log(ctx,\"applyToCompany\",()=> res);\n // return false;\n // }\n if (res) {\n helpers.log(\n ctx,\n () => `You were offered a new job at '${companyName}' with position '${Player.jobs[companyName]}'`,\n );\n } else {\n helpers.log(ctx, () => `You failed to get a new job/promotion at '${companyName}' in the '${field}' field.`);\n }\n return res;\n },\n quitJob: (ctx: NetscriptContext) =>\n function (_companyName: unknown): void {\n helpers.checkSingularityAccess(ctx);\n const companyName = helpers.string(ctx, \"companyName\", _companyName);\n Player.quitJob(companyName);\n },\n getCompanyRep: (ctx: NetscriptContext) =>\n function (_companyName: unknown): number {\n helpers.checkSingularityAccess(ctx);\n const companyName = helpers.string(ctx, \"companyName\", _companyName);\n const company = getCompany(ctx, companyName);\n return company.playerReputation;\n },\n getCompanyFavor: (ctx: NetscriptContext) =>\n function (_companyName: unknown): number {\n helpers.checkSingularityAccess(ctx);\n const companyName = helpers.string(ctx, \"companyName\", _companyName);\n const company = getCompany(ctx, companyName);\n return company.favor;\n },\n getCompanyFavorGain: (ctx: NetscriptContext) =>\n function (_companyName: unknown): number {\n helpers.checkSingularityAccess(ctx);\n const companyName = helpers.string(ctx, \"companyName\", _companyName);\n const company = getCompany(ctx, companyName);\n return company.getFavorGain();\n },\n checkFactionInvitations: (ctx: NetscriptContext) =>\n function (): string[] {\n helpers.checkSingularityAccess(ctx);\n // Make a copy of player.factionInvitations\n return Player.factionInvitations.slice();\n },\n joinFaction: (ctx: NetscriptContext) =>\n function (_facName: unknown): boolean {\n helpers.checkSingularityAccess(ctx);\n const facName = helpers.string(ctx, \"facName\", _facName);\n getFaction(ctx, facName);\n\n if (!Player.factionInvitations.includes(facName)) {\n helpers.log(ctx, () => `You have not been invited by faction '${facName}'`);\n return false;\n }\n const fac = Factions[facName];\n joinFaction(fac);\n\n // Update Faction Invitation list to account for joined + banned factions\n for (let i = 0; i < Player.factionInvitations.length; ++i) {\n if (Player.factionInvitations[i] == facName || Factions[Player.factionInvitations[i]].isBanned) {\n Player.factionInvitations.splice(i, 1);\n i--;\n }\n }\n Player.gainIntelligenceExp(CONSTANTS.IntelligenceSingFnBaseExpGain * 5);\n helpers.log(ctx, () => `Joined the '${facName}' faction.`);\n return true;\n },\n workForFaction: (ctx: NetscriptContext) =>\n function (_facName: unknown, _type: unknown, _focus: unknown = true): boolean {\n helpers.checkSingularityAccess(ctx);\n const facName = helpers.string(ctx, \"facName\", _facName);\n const type = helpers.string(ctx, \"type\", _type);\n const focus = !!_focus;\n const faction = getFaction(ctx, facName);\n\n // if the player is in a gang and the target faction is any of the gang faction, fail\n if (Player.gang && faction.name === Player.getGangFaction().name) {\n helpers.log(ctx, () => `You can't work for '${facName}' because youre managing a gang for it`);\n return false;\n }\n\n if (!Player.factions.includes(facName)) {\n helpers.log(ctx, () => `You are not a member of '${facName}'`);\n return false;\n }\n\n const wasFocusing = Player.focus;\n\n switch (type.toLowerCase()) {\n case \"hacking\":\n case \"hacking contracts\":\n case \"hackingcontracts\":\n if (!FactionInfos[faction.name].offerHackingWork) {\n helpers.log(ctx, () => `Faction '${faction.name}' do not need help with hacking contracts.`);\n return false;\n }\n Player.startWork(\n new FactionWork({\n singularity: true,\n factionWorkType: FactionWorkType.HACKING,\n faction: faction.name,\n }),\n );\n if (focus) {\n Player.startFocusing();\n Router.toWork();\n } else if (wasFocusing) {\n Player.stopFocusing();\n Router.toTerminal();\n }\n helpers.log(ctx, () => `Started carrying out hacking contracts for '${faction.name}'`);\n return true;\n case \"field\":\n case \"fieldwork\":\n case \"field work\":\n if (!FactionInfos[faction.name].offerFieldWork) {\n helpers.log(ctx, () => `Faction '${faction.name}' do not need help with field missions.`);\n return false;\n }\n Player.startWork(\n new FactionWork({\n singularity: true,\n factionWorkType: FactionWorkType.FIELD,\n faction: faction.name,\n }),\n );\n if (focus) {\n Player.startFocusing();\n Router.toWork();\n } else if (wasFocusing) {\n Player.stopFocusing();\n Router.toTerminal();\n }\n helpers.log(ctx, () => `Started carrying out field missions for '${faction.name}'`);\n return true;\n case \"security\":\n case \"securitywork\":\n case \"security work\":\n if (!FactionInfos[faction.name].offerSecurityWork) {\n helpers.log(ctx, () => `Faction '${faction.name}' do not need help with security work.`);\n return false;\n }\n Player.startWork(\n new FactionWork({\n singularity: true,\n factionWorkType: FactionWorkType.SECURITY,\n faction: faction.name,\n }),\n );\n if (focus) {\n Player.startFocusing();\n Router.toWork();\n } else if (wasFocusing) {\n Player.stopFocusing();\n Router.toTerminal();\n }\n helpers.log(ctx, () => `Started carrying out security work for '${faction.name}'`);\n return true;\n default:\n helpers.log(ctx, () => `Invalid work type: '${type}`);\n return false;\n }\n },\n getFactionRep: (ctx: NetscriptContext) =>\n function (_facName: unknown): number {\n helpers.checkSingularityAccess(ctx);\n const facName = helpers.string(ctx, \"facName\", _facName);\n const faction = getFaction(ctx, facName);\n return faction.playerReputation;\n },\n getFactionFavor: (ctx: NetscriptContext) =>\n function (_facName: unknown): number {\n helpers.checkSingularityAccess(ctx);\n const facName = helpers.string(ctx, \"facName\", _facName);\n const faction = getFaction(ctx, facName);\n return faction.favor;\n },\n getFactionFavorGain: (ctx: NetscriptContext) =>\n function (_facName: unknown): number {\n helpers.checkSingularityAccess(ctx);\n const facName = helpers.string(ctx, \"facName\", _facName);\n const faction = getFaction(ctx, facName);\n return faction.getFavorGain();\n },\n donateToFaction: (ctx: NetscriptContext) =>\n function (_facName: unknown, _amt: unknown): boolean {\n helpers.checkSingularityAccess(ctx);\n const facName = helpers.string(ctx, \"facName\", _facName);\n const amt = helpers.number(ctx, \"amt\", _amt);\n const faction = getFaction(ctx, facName);\n if (!Player.factions.includes(faction.name)) {\n helpers.log(ctx, () => `You can't donate to '${facName}' because you aren't a member`);\n return false;\n }\n if (Player.gang && faction.name === Player.getGangFaction().name) {\n helpers.log(ctx, () => `You can't donate to '${facName}' because youre managing a gang for it`);\n return false;\n }\n if (faction.name === FactionNames.ChurchOfTheMachineGod || faction.name === FactionNames.Bladeburners) {\n helpers.log(ctx, () => `You can't donate to '${facName}' because they do not accept donations`);\n return false;\n }\n if (typeof amt !== \"number\" || amt <= 0 || isNaN(amt)) {\n helpers.log(ctx, () => `Invalid donation amount: '${amt}'.`);\n return false;\n }\n if (Player.money < amt) {\n helpers.log(\n ctx,\n () => `You do not have enough money to donate ${numeralWrapper.formatMoney(amt)} to '${facName}'`,\n );\n return false;\n }\n const repNeededToDonate = Math.floor(CONSTANTS.BaseFavorToDonate * BitNodeMultipliers.RepToDonateToFaction);\n if (faction.favor < repNeededToDonate) {\n helpers.log(\n ctx,\n () =>\n `You do not have enough favor to donate to this faction. Have ${faction.favor}, need ${repNeededToDonate}`,\n );\n return false;\n }\n const repGain = (amt / CONSTANTS.DonateMoneyToRepDivisor) * Player.mults.faction_rep;\n faction.playerReputation += repGain;\n Player.loseMoney(amt, \"other\");\n helpers.log(\n ctx,\n () =>\n `${numeralWrapper.formatMoney(amt)} donated to '${facName}' for ${numeralWrapper.formatReputation(\n repGain,\n )} reputation`,\n );\n return true;\n },\n createProgram: (ctx: NetscriptContext) =>\n function (_programName: unknown, _focus: unknown = true): boolean {\n helpers.checkSingularityAccess(ctx);\n const programName = helpers.string(ctx, \"programName\", _programName).toLowerCase();\n const focus = !!_focus;\n\n const wasFocusing = Player.focus;\n\n const p = Object.values(Programs).find((p) => p.name.toLowerCase() === programName);\n\n if (p == null) {\n helpers.log(ctx, () => `The specified program does not exist: '${programName}`);\n return false;\n }\n\n if (Player.hasProgram(p.name)) {\n helpers.log(ctx, () => `You already have the '${p.name}' program`);\n return false;\n }\n\n const create = p.create;\n if (create === null) {\n helpers.log(ctx, () => `You cannot create the '${p.name}' program`);\n return false;\n }\n\n if (!create.req()) {\n helpers.log(ctx, () => `Hacking level is too low to create '${p.name}' (level ${create.level} req)`);\n return false;\n }\n\n Player.startWork(\n new CreateProgramWork({\n programName: p.name,\n singularity: true,\n }),\n );\n if (focus) {\n Player.startFocusing();\n Router.toWork();\n } else if (wasFocusing) {\n Player.stopFocusing();\n Router.toTerminal();\n }\n helpers.log(ctx, () => `Began creating program: '${programName}'`);\n return true;\n },\n commitCrime: (ctx: NetscriptContext) =>\n function (_crimeRoughName: unknown, _focus: unknown = true): number {\n helpers.checkSingularityAccess(ctx);\n const crimeRoughName = helpers.string(ctx, \"crimeRoughName\", _crimeRoughName);\n const focus = !!_focus;\n const wasFocusing = Player.focus;\n\n if (Player.currentWork !== null) {\n Player.finishWork(true);\n }\n\n // Set Location to slums\n Player.gotoLocation(LocationName.Slums);\n\n const crime = findCrime(crimeRoughName.toLowerCase());\n if (crime == null) {\n // couldn't find crime\n throw helpers.makeRuntimeErrorMsg(ctx, `Invalid crime: '${crimeRoughName}'`);\n }\n helpers.log(ctx, () => `Attempting to commit ${crime.name}...`);\n const crimeTime = crime.commit(1, ctx.workerScript);\n if (focus) {\n Player.startFocusing();\n Router.toWork();\n } else if (wasFocusing) {\n Player.stopFocusing();\n Router.toTerminal();\n }\n return crimeTime;\n },\n getCrimeChance: (ctx: NetscriptContext) =>\n function (_crimeRoughName: unknown): number {\n helpers.checkSingularityAccess(ctx);\n const crimeRoughName = helpers.string(ctx, \"crimeRoughName\", _crimeRoughName);\n\n const crime = findCrime(crimeRoughName.toLowerCase());\n if (crime == null) {\n throw helpers.makeRuntimeErrorMsg(ctx, `Invalid crime: ${crimeRoughName}`);\n }\n\n return crime.successRate(Player);\n },\n getCrimeStats: (ctx: NetscriptContext) =>\n function (_crimeRoughName: unknown): CrimeStats {\n helpers.checkSingularityAccess(ctx);\n const crimeRoughName = helpers.string(ctx, \"crimeRoughName\", _crimeRoughName);\n\n const crime = findCrime(crimeRoughName.toLowerCase());\n if (crime == null) {\n throw helpers.makeRuntimeErrorMsg(ctx, `Invalid crime: ${crimeRoughName}`);\n }\n\n const crimeStatsWithMultipliers = calculateCrimeWorkStats(crime);\n\n return Object.assign({}, crime, {\n money: crimeStatsWithMultipliers.money,\n reputation: crimeStatsWithMultipliers.reputation,\n hacking_exp: crimeStatsWithMultipliers.hackExp,\n strength_exp: crimeStatsWithMultipliers.strExp,\n defense_exp: crimeStatsWithMultipliers.defExp,\n dexterity_exp: crimeStatsWithMultipliers.dexExp,\n agility_exp: crimeStatsWithMultipliers.agiExp,\n charisma_exp: crimeStatsWithMultipliers.chaExp,\n intelligence_exp: crimeStatsWithMultipliers.intExp,\n });\n },\n getDarkwebPrograms: (ctx: NetscriptContext) =>\n function (): string[] {\n helpers.checkSingularityAccess(ctx);\n\n // If we don't have Tor, log it and return [] (empty list)\n if (!Player.hasTorRouter()) {\n helpers.log(ctx, () => \"You do not have the TOR router.\");\n return [];\n }\n return Object.values(DarkWebItems).map((p) => p.program);\n },\n getDarkwebProgramCost: (ctx: NetscriptContext) =>\n function (_programName: unknown): number {\n helpers.checkSingularityAccess(ctx);\n const programName = helpers.string(ctx, \"programName\", _programName).toLowerCase();\n\n // If we don't have Tor, log it and return -1\n if (!Player.hasTorRouter()) {\n helpers.log(ctx, () => \"You do not have the TOR router.\");\n // returning -1 rather than throwing an error to be consistent with purchaseProgram\n // which returns false if tor has\n return -1;\n }\n\n const item = Object.values(DarkWebItems).find((i) => i.program.toLowerCase() === programName);\n\n // If the program doesn't exist, throw an error. The reasoning here is that the 99% case is that\n // the player will be using this in automation scripts, and if they're asking for a program that\n // doesn't exist, it's the first time they've run the script. So throw an error to let them know\n // that they need to fix it.\n if (item == null) {\n throw helpers.makeRuntimeErrorMsg(\n ctx,\n `No such exploit ('${programName}') found on the darkweb! ` +\n `\\nThis function is not case-sensitive. Did you perhaps forget .exe at the end?`,\n );\n }\n\n if (Player.hasProgram(item.program)) {\n helpers.log(ctx, () => `You already have the '${item.program}' program`);\n return 0;\n }\n return item.price;\n },\n b1tflum3:\n (ctx: NetscriptContext) =>\n (_nextBN: unknown, _callbackScript: unknown = \"\"): void => {\n helpers.checkSingularityAccess(ctx);\n const nextBN = helpers.number(ctx, \"nextBN\", _nextBN);\n const callbackScript = helpers.string(ctx, \"callbackScript\", _callbackScript);\n helpers.checkSingularityAccess(ctx);\n enterBitNode(true, Player.bitNodeN, nextBN);\n if (callbackScript)\n setTimeout(() => {\n runAfterReset(callbackScript);\n }, 0);\n },\n destroyW0r1dD43m0n:\n (ctx: NetscriptContext) =>\n (_nextBN: unknown, _callbackScript: unknown = \"\"): void => {\n helpers.checkSingularityAccess(ctx);\n const nextBN = helpers.number(ctx, \"nextBN\", _nextBN);\n const callbackScript = helpers.string(ctx, \"callbackScript\", _callbackScript);\n\n const wd = GetServer(SpecialServers.WorldDaemon);\n if (!(wd instanceof Server)) throw new Error(\"WorldDaemon was not a normal server. This is a bug contact dev.\");\n const hackingRequirements = (): boolean => {\n if (Player.skills.hacking < wd.requiredHackingSkill) return false;\n if (!wd.hasAdminRights) return false;\n return true;\n };\n const bladeburnerRequirements = (): boolean => {\n if (!Player.inBladeburner()) return false;\n if (!Player.bladeburner) return false;\n return Player.bladeburner.blackops[BlackOperationNames.OperationDaedalus];\n };\n\n if (!hackingRequirements() && !bladeburnerRequirements()) {\n helpers.log(ctx, () => \"Requirements not met to destroy the world daemon\");\n return;\n }\n\n wd.backdoorInstalled = true;\n calculateAchievements();\n enterBitNode(false, Player.bitNodeN, nextBN);\n if (callbackScript)\n setTimeout(() => {\n runAfterReset(callbackScript);\n }, 0);\n },\n getCurrentWork: () => (): any | null => {\n if (!Player.currentWork) return null;\n return Player.currentWork.APICopy();\n },\n exportGame: (ctx: NetscriptContext) => (): void => {\n helpers.checkSingularityAccess(ctx);\n onExport();\n return saveObject.exportGame();\n },\n exportGameBonus: (ctx: NetscriptContext) => (): boolean => {\n helpers.checkSingularityAccess(ctx);\n return canGetBonus();\n },\n };\n}\n","import { saveObject } from \"../SaveObject\";\nimport { Script } from \"../Script/Script\";\nimport { GetAllServers, GetServer } from \"../Server/AllServers\";\nimport { IFileLine } from \"./v1APIBreak\";\nimport { openV2Modal } from \"./V2Modal\";\n\nconst singularity = [\n \"applyToCompany\",\n \"b1tflum3\",\n \"checkFactionInvitations\",\n \"commitCrime\",\n \"connect\",\n \"createProgram\",\n \"destroyW0r1dD43m0n\",\n \"donateToFaction\",\n \"getAugmentationBasePrice\",\n \"getAugmentationCost\",\n \"getAugmentationPrereq\",\n \"getAugmentationPrice\",\n \"getAugmentationRepReq\",\n \"getAugmentationsFromFaction\",\n \"getAugmentationStats\",\n \"getCompanyFavor\",\n \"getCompanyFavorGain\",\n \"getCompanyRep\",\n \"getCrimeChance\",\n \"getCrimeStats\",\n \"getCurrentServer\",\n \"getDarkwebProgramCost\",\n \"getDarkwebPrograms\",\n \"getFactionFavor\",\n \"getFactionFavorGain\",\n \"getFactionRep\",\n \"getOwnedAugmentations\",\n \"getOwnedSourceFiles\",\n \"getUpgradeHomeCoresCost\",\n \"getUpgradeHomeRamCost\",\n \"goToLocation\",\n \"gymWorkout\",\n \"hospitalize\",\n \"installAugmentations\",\n \"installBackdoor\",\n \"isBusy\",\n \"isFocused\",\n \"joinFaction\",\n \"manualHack\",\n \"purchaseAugmentation\",\n \"purchaseProgram\",\n \"purchaseTor\",\n \"quitJob\",\n \"setFocus\",\n \"softReset\",\n \"stopAction\",\n \"travelToCity\",\n \"universityCourse\",\n \"upgradeHomeCores\",\n \"upgradeHomeRam\",\n \"workForCompany\",\n \"workForFaction\",\n];\n\nconst getPlayerFields = [\n \"workChaExpGained\",\n \"currentWorkFactionName\",\n \"workDexExpGained\",\n \"workHackExpGained\",\n \"createProgramReqLvl\",\n \"workStrExpGained\",\n \"companyName\",\n \"crimeType\",\n \"workRepGained\",\n \"workChaExpGainRate\",\n \"workType\",\n \"workStrExpGainRate\",\n \"isWorking\",\n \"workRepGainRate\",\n \"workDefExpGained\",\n \"currentWorkFactionDescription\",\n \"workHackExpGainRate\",\n \"workAgiExpGainRate\",\n \"workDexExpGainRate\",\n \"workMoneyGained\",\n \"workMoneyLossRate\",\n \"workMoneyGainRate\",\n \"createProgramName\",\n \"workDefExpGainRate\",\n \"workAgiExpGained\",\n \"className\",\n \"hacking\",\n \"strength\",\n \"defense\",\n \"dexterity\",\n \"agility\",\n \"charisma\",\n \"intelligence\",\n \"hacking_exp\",\n \"strength_exp\",\n \"defense_exp\",\n \"dexterity_exp\",\n \"agility_exp\",\n \"charisma_exp\",\n \"intelligence_exp\",\n \"hp\",\n \"max_hp\",\n \"hasWseAccount\",\n \"hasTixApiAccess\",\n \"has4SData\",\n \"has4SDataTixApi\",\n];\n\nconst mults = [\n \"hacking_chance_mult\",\n \"hacking_speed_mult\",\n \"hacking_money_mult\",\n \"hacking_grow_mult\",\n \"hacking_mult\",\n \"hacking_exp_mult\",\n \"strength_mult\",\n \"strength_exp_mult\",\n \"defense_mult\",\n \"defense_exp_mult\",\n \"dexterity_mult\",\n \"dexterity_exp_mult\",\n \"agility_mult\",\n \"agility_exp_mult\",\n \"charisma_mult\",\n \"charisma_exp_mult\",\n \"hacknet_node_money_mult\",\n \"hacknet_node_purchase_cost_mult\",\n \"hacknet_node_ram_cost_mult\",\n \"hacknet_node_core_cost_mult\",\n \"hacknet_node_level_cost_mult\",\n \"company_rep_mult\",\n \"faction_rep_mult\",\n \"work_money_mult\",\n \"crime_success_mult\",\n \"crime_money_mult\",\n \"bladeburner_max_stamina_mult\",\n \"bladeburner_stamina_gain_mult\",\n \"bladeburner_analysis_mult\",\n \"bladeburner_success_chance_mult\",\n];\n\ninterface IRule {\n matchJS: RegExp;\n matchScript?: RegExp;\n reason: string;\n offenders: IFileLine[];\n}\n\nexport const v2APIBreak = () => {\n const home = GetServer(\"home\");\n if (!home) throw new Error(\"'home' server was not found.\");\n const rules: IRule[] = [\n {\n matchJS: /ns\\.workForCompany/g,\n matchScript: /workForCompany/g,\n reason: \"workForCompany argument companyName is now not-optional.\",\n offenders: [],\n },\n {\n matchJS: /ns\\.getScriptExpGain/g,\n matchScript: /getScriptExpGain/g,\n reason: \"getScriptExpGain with 0 argument no longer returns the sum of all scripts. Use getTotalScriptExpGain\",\n offenders: [],\n },\n {\n matchJS: /ns\\.getScriptExpGain/g,\n matchScript: /getScriptExpGain/g,\n reason: \"getScriptIncome with 0 argument no longer returns the sum of all scripts. Use getTotalScriptIncome\",\n offenders: [],\n },\n {\n matchJS: /ns\\.scp/g,\n matchScript: /scp/g,\n reason:\n \"scp arguments were switch, it is now scp(files, destination, optionally_source). If you were using 2 argument (not 3) this doesn't affect you.\",\n offenders: [],\n },\n {\n matchJS: /ns\\.stock\\.buy/g,\n matchScript: /stock\\.buy/g,\n reason: \"buy is a very common word so in order to avoid ram costs it was renamed ns.stock.buyStock\",\n offenders: [],\n },\n {\n matchJS: /ns\\.stock\\.sell/g,\n matchScript: /stock\\.sell/g,\n reason: \"sell is a very common word so in order to avoid ram costs it was renamed ns.stock.sellStock\",\n offenders: [],\n },\n {\n matchJS: /ns\\.stock\\.short/g,\n matchScript: /stock\\.short/g,\n reason: \"short is a very common word so in order to avoid ram costs it was renamed ns.stock.buyShort\",\n offenders: [],\n },\n {\n matchJS: /ns\\.corporation\\.bribe/g,\n matchScript: /corporation\\.bribe/g,\n reason: \"bribe no longer allows you to give shares of the corporation, only money\",\n offenders: [],\n },\n ];\n\n for (const fn of singularity) {\n rules.push({\n matchJS: new RegExp(`ns.${fn}`, \"g\"),\n reason: `ns.${fn} was moved to ns.singularity.${fn}`,\n offenders: [],\n });\n }\n\n for (const mult of mults) {\n rules.push({\n matchJS: new RegExp(mult, \"g\"),\n reason: `ns.getPlayer().${mult} was moved to ns.getPlayer().mults.${mult.slice(0, mult.length - 5)}`,\n offenders: [],\n });\n }\n\n for (const f of getPlayerFields) {\n rules.push({\n matchJS: new RegExp(f, \"g\"),\n reason: `The work system is completely reworked and ns.getPlayer().${f} no longer exists. This data is likely available inside ns.getPlayer().currentWork, skills, exp, or hp`,\n offenders: [],\n });\n }\n\n for (const script of home.scripts) {\n processScript(rules, script);\n }\n\n home.writeToTextFile(\"V2_0_0_API_BREAK.txt\", formatRules(rules));\n openV2Modal();\n\n for (const server of GetAllServers()) {\n server.runningScripts = [];\n }\n saveObject.exportGame();\n};\n\nconst formatOffenders = (offenders: IFileLine[]): string => {\n const files: Record = {};\n for (const off of offenders) {\n const current = files[off.file] ?? [];\n current.push(off);\n files[off.file] = current;\n }\n\n let txt = \"\";\n for (const file in files) {\n txt += \"\\t\" + file + \"\\n\";\n for (const fileline of files[file]) {\n txt += `\\t\\tLine ${fileline.line} ${fileline.content.trim()}\\n`;\n }\n }\n return txt;\n};\n\nconst formatRules = (rules: IRule[]): string => {\n let txt =\n \"This file contains the list of potential API break. A pattern was used to look through all your files and note the spots where you might have a problem. Not everything here is broken.\";\n for (const rule of rules) {\n if (rule.offenders.length === 0) continue;\n txt += String(rule.matchJS) + \"\\n\";\n txt += rule.reason + \"\\n\\n\";\n txt += formatOffenders(rule.offenders);\n txt += \"\\n\\n\";\n }\n return txt;\n};\n\nconst processScript = (rules: IRule[], script: Script) => {\n const lines = script.code.split(\"\\n\");\n for (let i = 0; i < lines.length; i++) {\n for (const rule of rules) {\n const line = lines[i];\n const match = script.filename.endsWith(\".script\") ? rule.matchScript ?? rule.matchJS : rule.matchJS;\n if (line.match(match)) {\n rule.offenders.push({\n file: script.filename,\n line: i + 1,\n content: line,\n });\n }\n }\n }\n};\n","import { getRamCost } from \"./RamCostGenerator\";\nimport type { WorkerScript } from \"./WorkerScript\";\nimport { helpers } from \"./NetscriptHelpers\";\nimport { ScriptArg } from \"./ScriptArg\";\nimport { NSEnums } from \"src/ScriptEditor/NetscriptDefinitions\";\nimport { NSFull } from \"src/NetscriptFunctions\";\n\ntype ExternalFunction = (...args: unknown[]) => unknown;\n\nexport type ExternalAPILayer = {\n [key: string]: ExternalAPILayer | ExternalFunction | ScriptArg[];\n};\n\ntype InternalFunction unknown> = (ctx: NetscriptContext) => F;\n\nexport type InternalAPI = {\n [Property in keyof API]: API[Property] extends ExternalFunction\n ? InternalFunction\n : API[Property] extends NSEnums\n ? NSEnums\n : API[Property] extends ScriptArg[]\n ? ScriptArg[]\n : API[Property] extends object\n ? InternalAPI\n : never;\n};\n\nexport type NetscriptContext = {\n workerScript: WorkerScript;\n function: string;\n functionPath: string;\n};\n\nfunction wrapFunction(\n wrappedAPI: ExternalAPILayer,\n workerScript: WorkerScript,\n func: (_ctx: NetscriptContext) => (...args: unknown[]) => unknown,\n ...tree: string[]\n): void {\n const functionPath = tree.join(\".\");\n const functionName = tree.pop();\n if (typeof functionName !== \"string\") {\n throw helpers.makeBasicErrorMsg(workerScript, \"Failure occurred while wrapping netscript api\", \"INITIALIZATION\");\n }\n const ctx = {\n workerScript,\n function: functionName,\n functionPath,\n };\n function wrappedFunction(...args: unknown[]): unknown {\n helpers.checkEnvFlags(ctx);\n helpers.updateDynamicRam(ctx, getRamCost(...tree, ctx.function));\n return func(ctx)(...args);\n }\n const parent = getNestedProperty(wrappedAPI, tree);\n Object.defineProperty(parent, functionName, {\n value: wrappedFunction,\n writable: true,\n enumerable: true,\n });\n}\n\nexport function wrapAPI(workerScript: WorkerScript, namespace: object, args: ScriptArg[]): NSFull {\n const wrappedAPI = wrapAPILayer({}, workerScript, namespace);\n wrappedAPI.args = args;\n return wrappedAPI as unknown as NSFull;\n}\n\nexport function wrapAPILayer(\n wrappedAPI: ExternalAPILayer,\n workerScript: WorkerScript,\n namespace: object,\n ...tree: string[]\n) {\n for (const [key, value] of Object.entries(namespace)) {\n if (typeof value === \"function\") {\n wrapFunction(wrappedAPI, workerScript, value, ...tree, key);\n } else if (Array.isArray(value)) {\n setNestedProperty(wrappedAPI, value.slice(), key);\n } else if (typeof value === \"object\") {\n wrapAPILayer(wrappedAPI, workerScript, value, ...tree, key);\n } else {\n setNestedProperty(wrappedAPI, value, ...tree, key);\n }\n }\n return wrappedAPI;\n}\n\nfunction setNestedProperty(root: any, value: unknown, ...tree: string[]): void {\n let target = root;\n const key = tree.pop();\n if (!key) throw new Error(\"Failure occurred while wrapping netscript api (setNestedProperty)\");\n for (const branch of tree) {\n target[branch] ??= {};\n target = target[branch];\n }\n target[key] = value;\n}\n\nfunction getNestedProperty(root: any, tree: string[]): unknown {\n let target = root;\n for (const branch of tree) {\n target[branch] ??= {};\n target = target[branch];\n }\n return target;\n}\n","export class ScriptUrl {\n filename: string;\n url: string;\n moduleSequenceNumber: number;\n\n constructor(filename: string, url: string, moduleSequenceNumber: number) {\n this.filename = filename;\n this.url = url;\n this.moduleSequenceNumber = moduleSequenceNumber;\n }\n}\n","import { Terminal } from \"../../Terminal\";\nimport { BaseServer } from \"../../Server/BaseServer\";\nimport { killWorkerScript } from \"../../Netscript/killWorkerScript\";\nimport { WorkerScriptStartStopEventEmitter } from \"../../Netscript/WorkerScriptStartStopEventEmitter\";\n\nexport function killall(_args: (string | number | boolean)[], server: BaseServer): void {\n for (let i = server.runningScripts.length - 1; i >= 0; --i) {\n killWorkerScript({ runningScript: server.runningScripts[i], hostname: server.hostname });\n }\n WorkerScriptStartStopEventEmitter.emit();\n Terminal.print(\"Killing all running scripts\");\n}\n","import { Theme } from \"@mui/material/styles\";\nimport createStyles from \"@mui/styles/createStyles\";\nimport makeStyles from \"@mui/styles/makeStyles\";\nimport { toString } from \"lodash\";\nimport React from \"react\";\nimport { BaseServer } from \"../../Server/BaseServer\";\nimport { evaluateDirectoryPath, getFirstParentDirectory, isValidDirectoryPath } from \"../DirectoryHelpers\";\nimport { Router } from \"../../ui/GameRoot\";\nimport { Terminal } from \"../../Terminal\";\nimport libarg from \"arg\";\nimport { showLiterature } from \"../../Literature/LiteratureHelpers\";\nimport { MessageFilenames, showMessage } from \"../../Message/MessageHelpers\";\n\nexport function ls(args: (string | number | boolean)[], server: BaseServer): void {\n interface LSFlags {\n [\"-l\"]: boolean;\n [\"--grep\"]: string;\n }\n let flags: LSFlags;\n try {\n flags = libarg(\n {\n \"-l\": Boolean,\n \"--grep\": String,\n \"-g\": \"--grep\",\n },\n { argv: args },\n );\n } catch (e) {\n // catch passing only -g / --grep with no string to use as the search\n incorrectUsage();\n return;\n }\n const filter = flags[\"--grep\"];\n\n const numArgs = args.length;\n function incorrectUsage(): void {\n Terminal.error(\"Incorrect usage of ls command. Usage: ls [dir] [-l] [-g, --grep pattern]\");\n }\n\n if (numArgs > 4) {\n return incorrectUsage();\n }\n\n // Directory path\n let prefix = Terminal.cwd();\n if (!prefix.endsWith(\"/\")) {\n prefix += \"/\";\n }\n\n // If first arg doesn't contain a - it must be the file/folder\n const dir = args[0] && typeof args[0] == \"string\" && !args[0].startsWith(\"-\") ? args[0] : \"\";\n const newPath = evaluateDirectoryPath(dir + \"\", Terminal.cwd());\n prefix = newPath || \"\";\n if (!prefix.endsWith(\"/\")) {\n prefix += \"/\";\n }\n if (!isValidDirectoryPath(prefix)) {\n return incorrectUsage();\n }\n\n // Root directory, which is the same as no 'prefix' at all\n if (prefix === \"/\") {\n prefix = \"\";\n }\n\n // Display all programs and scripts\n const allPrograms: string[] = [];\n const allScripts: string[] = [];\n const allTextFiles: string[] = [];\n const allContracts: string[] = [];\n const allMessages: string[] = [];\n const folders: string[] = [];\n\n function handleFn(fn: string, dest: string[]): void {\n let parsedFn = fn;\n if (prefix) {\n if (!fn.startsWith(prefix)) {\n return;\n } else {\n parsedFn = fn.slice(prefix.length, fn.length);\n }\n }\n\n if (filter && !parsedFn.includes(filter)) {\n return;\n }\n\n // If the fn includes a forward slash, it must be in a subdirectory.\n // Therefore, we only list the \"first\" directory in its path\n if (parsedFn.includes(\"/\")) {\n const firstParentDir = getFirstParentDirectory(parsedFn);\n if (filter && !firstParentDir.includes(filter)) {\n return;\n }\n\n if (!folders.includes(firstParentDir)) {\n folders.push(firstParentDir);\n }\n\n return;\n }\n\n dest.push(parsedFn);\n }\n\n // Get all of the programs and scripts on the machine into one temporary array\n for (const program of server.programs) handleFn(program, allPrograms);\n for (const script of server.scripts) handleFn(script.filename, allScripts);\n for (const txt of server.textFiles) handleFn(txt.fn, allTextFiles);\n for (const contract of server.contracts) handleFn(contract.fn, allContracts);\n for (const msgOrLit of server.messages) handleFn(msgOrLit, allMessages);\n\n // Sort the files/folders alphabetically then print each\n allPrograms.sort();\n allScripts.sort();\n allTextFiles.sort();\n allContracts.sort();\n allMessages.sort();\n folders.sort();\n\n interface ClickableRowProps {\n row: string;\n prefix: string;\n hostname: string;\n }\n\n function ClickableScriptRow({ row, prefix, hostname }: ClickableRowProps): React.ReactElement {\n const classes = makeStyles((theme: Theme) =>\n createStyles({\n scriptLinksWrap: {\n display: \"inline-flex\",\n color: theme.palette.warning.main,\n },\n scriptLink: {\n cursor: \"pointer\",\n textDecorationLine: \"underline\",\n paddingRight: \"1.15em\",\n \"&:last-child\": { padding: 0 },\n },\n }),\n )();\n\n const rowSplit = row.split(\"~\");\n let rowSplitArray = rowSplit.map((x) => [x.trim(), x.replace(x.trim(), \"\")]);\n rowSplitArray = rowSplitArray.filter((x) => !!x[0]);\n\n function onScriptLinkClick(filename: string): void {\n if (!server.isConnectedTo) {\n return Terminal.error(`File is not on this server, connect to ${hostname} and try again`);\n }\n if (filename.startsWith(\"/\")) filename = filename.slice(1);\n const filepath = Terminal.getFilepath(`${prefix}${filename}`);\n const code = toString(Terminal.getScript(filepath)?.code);\n Router.toScriptEditor({ [filepath]: code });\n }\n\n return (\n \n {rowSplitArray.map((rowItem) => (\n \n onScriptLinkClick(rowItem[0])}>\n {rowItem[0]}\n \n {rowItem[1]}\n \n ))}\n \n );\n }\n\n function ClickableMessageRow({ row, prefix, hostname }: ClickableRowProps): React.ReactElement {\n const classes = makeStyles((theme: Theme) =>\n createStyles({\n linksWrap: {\n display: \"inline-flex\",\n color: theme.palette.primary.main,\n },\n link: {\n cursor: \"pointer\",\n textDecorationLine: \"underline\",\n paddingRight: \"1.15em\",\n \"&:last-child\": { padding: 0 },\n },\n }),\n )();\n\n const rowSplit = row.split(\"~\");\n let rowSplitArray = rowSplit.map((x) => [x.trim(), x.replace(x.trim(), \"\")]);\n rowSplitArray = rowSplitArray.filter((x) => !!x[0]);\n\n function onMessageLinkClick(filename: string): void {\n if (!server.isConnectedTo) {\n return Terminal.error(`File is not on this server, connect to ${hostname} and try again`);\n }\n if (filename.startsWith(\"/\")) filename = filename.slice(1);\n const filepath = Terminal.getFilepath(`${prefix}${filename}`);\n\n if (filepath.endsWith(\".lit\")) {\n showLiterature(filepath);\n } else if (filepath.endsWith(\".msg\")) {\n showMessage(filepath as MessageFilenames);\n }\n }\n\n return (\n \n {rowSplitArray.map((rowItem) => (\n \n onMessageLinkClick(rowItem[0])}>\n {rowItem[0]}\n \n {rowItem[1]}\n \n ))}\n \n );\n }\n\n enum FileType {\n Folder,\n Message,\n TextFile,\n Program,\n Contract,\n Script,\n }\n\n interface FileGroup {\n type: FileType;\n segments: string[];\n }\n\n function postSegments(group: FileGroup, flags: LSFlags): void {\n const segments = group.segments;\n const linked = group.type === FileType.Script || group.type === FileType.Message;\n const maxLength = Math.max(...segments.map((s) => s.length)) + 1;\n const filesPerRow = flags[\"-l\"] === true ? 1 : Math.ceil(80 / maxLength);\n for (let i = 0; i < segments.length; i++) {\n let row = \"\";\n for (let col = 0; col < filesPerRow; col++) {\n if (!(i < segments.length)) break;\n row += segments[i];\n row += \" \".repeat(maxLength * (col + 1) - row.length);\n if (linked) {\n row += \"~\";\n }\n i++;\n }\n i--;\n\n switch (group.type) {\n case FileType.Folder:\n Terminal.printRaw({row});\n break;\n case FileType.Script:\n Terminal.printRaw();\n break;\n case FileType.Message:\n Terminal.printRaw();\n break;\n default:\n Terminal.print(row);\n }\n }\n }\n\n const groups: FileGroup[] = [\n { type: FileType.Folder, segments: folders },\n { type: FileType.Message, segments: allMessages },\n { type: FileType.TextFile, segments: allTextFiles },\n { type: FileType.Program, segments: allPrograms },\n { type: FileType.Contract, segments: allContracts },\n { type: FileType.Script, segments: allScripts },\n ].filter((g) => g.segments.length > 0);\n for (const group of groups) {\n postSegments(group, flags);\n }\n}\n","import { Terminal } from \"../../Terminal\";\nimport { BaseServer } from \"../../Server/BaseServer\";\n\nexport function lscpu(_args: (string | number | boolean)[], server: BaseServer): void {\n Terminal.print(server.cpuCores + \" Core(s)\");\n}\n","import { Terminal } from \"../../Terminal\";\nimport { numeralWrapper } from \"../../ui/numeralFormat\";\nimport { Settings } from \"../../Settings/Settings\";\n\nexport function mem(args: (string | number | boolean)[]): void {\n try {\n if (args.length !== 1 && args.length !== 3) {\n Terminal.error(\"Incorrect usage of mem command. usage: mem [scriptname] [-t] [number threads]\");\n return;\n }\n\n const scriptName = args[0] + \"\";\n let numThreads = 1;\n if (args.length === 3 && args[1] === \"-t\") {\n numThreads = Math.round(parseInt(args[2] + \"\"));\n if (isNaN(numThreads) || numThreads < 1) {\n Terminal.error(\"Invalid number of threads specified. Number of threads must be greater than 1\");\n return;\n }\n }\n\n const script = Terminal.getScript(scriptName);\n if (script == null) {\n Terminal.error(\"mem failed. No such script exists!\");\n return;\n }\n\n const ramUsage = script.ramUsage * numThreads;\n\n Terminal.print(\n `This script requires ${numeralWrapper.formatRAM(ramUsage)} of RAM to run for ${numThreads} thread(s)`,\n );\n\n const verboseEntries = script.ramUsageEntries?.sort((a, b) => b.cost - a.cost) ?? [];\n const padding = Settings.UseIEC60027_2 ? 9 : 8;\n for (const entry of verboseEntries) {\n Terminal.print(\n `${numeralWrapper.formatRAM(entry.cost * numThreads).padStart(padding)} | ${entry.name} (${entry.type})`,\n );\n }\n\n if (ramUsage > 0 && verboseEntries.length === 0) {\n // Let's warn the user that he might need to save his script again to generate the detailed entries\n Terminal.warn(\"You might have to open & save this script to see the detailed RAM usage information.\");\n }\n } catch (e) {\n Terminal.error(e + \"\");\n }\n}\n","import { Terminal } from \"../../Terminal\";\nimport { BaseServer } from \"../../Server/BaseServer\";\nimport { isScriptFilename } from \"../../Script/isScriptFilename\";\nimport { TextFile } from \"../../TextFile\";\nimport { Script } from \"../../Script/Script\";\nimport { getDestinationFilepath, areFilesEqual } from \"../DirectoryHelpers\";\n\nexport function mv(args: (string | number | boolean)[], server: BaseServer): void {\n if (args.length !== 2) {\n Terminal.error(`Incorrect number of arguments. Usage: mv [src] [dest]`);\n return;\n }\n\n try {\n const source = args[0] + \"\";\n const t_dest = args[1] + \"\";\n\n if (!isScriptFilename(source) && !source.endsWith(\".txt\")) {\n Terminal.error(`'mv' can only be used on scripts and text files (.txt)`);\n return;\n }\n\n const srcFile = Terminal.getFile(source);\n if (srcFile == null) {\n Terminal.error(`Source file ${source} does not exist`);\n return;\n }\n\n const sourcePath = Terminal.getFilepath(source);\n // Get the destination based on the source file and the current directory\n const dest = getDestinationFilepath(t_dest, source, Terminal.cwd());\n if (dest === null) {\n Terminal.error(\"error parsing dst file\");\n return;\n }\n\n const destFile = Terminal.getFile(dest);\n const destPath = Terminal.getFilepath(dest);\n if (areFilesEqual(sourcePath, destPath)) {\n Terminal.error(`Source and destination files are the same file`);\n return;\n }\n\n // 'mv' command only works on scripts and txt files.\n // Also, you can't convert between different file types\n if (isScriptFilename(source)) {\n const script = srcFile as Script;\n if (!isScriptFilename(destPath)) {\n Terminal.error(`Source and destination files must have the same type`);\n return;\n }\n\n // Command doesn't work if script is running\n if (server.isRunning(sourcePath)) {\n Terminal.error(`Cannot use 'mv' on a script that is running`);\n return;\n }\n\n if (destFile != null) {\n // Already exists, will be overwritten, so we'll delete it\n\n // Command doesn't work if script is running\n if (server.isRunning(destPath)) {\n Terminal.error(`Cannot use 'mv' on a script that is running`);\n return;\n }\n\n const status = server.removeFile(destPath);\n if (!status.res) {\n Terminal.error(`Something went wrong...please contact game dev (probably a bug)`);\n return;\n } else {\n Terminal.print(\"Warning: The destination file was overwritten\");\n }\n }\n\n script.filename = destPath;\n } else if (srcFile instanceof TextFile) {\n const textFile = srcFile;\n if (!dest.endsWith(\".txt\")) {\n Terminal.error(`Source and destination files must have the same type`);\n return;\n }\n\n if (destFile != null) {\n // Already exists, will be overwritten, so we'll delete it\n const status = server.removeFile(destPath);\n if (!status.res) {\n Terminal.error(`Something went wrong...please contact game dev (probably a bug)`);\n return;\n } else {\n Terminal.print(\"Warning: The destination file was overwritten\");\n }\n }\n\n textFile.fn = destPath;\n }\n } catch (e) {\n Terminal.error(e + \"\");\n }\n}\n","import { BaseServer } from \"../../Server/BaseServer\";\n\nimport { commonEditor } from \"./common/editor\";\n\nexport function nano(args: (string | number | boolean)[], server: BaseServer): void {\n return commonEditor(\"nano\", { args, server });\n}\n","interface Position {\n row: number;\n column: number;\n}\n\nclass PositionTracker {\n positions: Map;\n\n constructor() {\n this.positions = new Map();\n }\n\n saveCursor(filename: string, pos: Position): void {\n this.positions.set(filename, pos);\n }\n\n getCursor(filename: string): Position {\n const position = this.positions.get(filename);\n if (!position) {\n return {\n row: -1,\n column: -1,\n };\n }\n return position;\n }\n}\n\nexport const CursorPositions: PositionTracker = new PositionTracker();\n","import { Terminal } from \"../../Terminal\";\nimport { BaseServer } from \"../../Server/BaseServer\";\nimport * as libarg from \"arg\";\n\nexport function ps(args: (string | number | boolean)[], server: BaseServer): void {\n let flags;\n try {\n flags = libarg(\n {\n \"--grep\": String,\n \"-g\": \"--grep\",\n },\n { argv: args },\n );\n } catch (e) {\n // catch passing only -g / --grep with no string to use as the search\n Terminal.error(\"Incorrect usage of ps command. Usage: ps [-g, --grep pattern]\");\n return;\n }\n const pattern = flags[\"--grep\"];\n if (pattern) {\n const re = new RegExp(pattern.toString());\n const matching = server.runningScripts.filter((x) => re.test(x.filename));\n for (let i = 0; i < matching.length; i++) {\n const rsObj = matching[i];\n let res = `(PID - ${rsObj.pid}) ${rsObj.filename}`;\n for (let j = 0; j < rsObj.args.length; ++j) {\n res += \" \" + rsObj.args[j].toString();\n }\n Terminal.print(res);\n }\n }\n if (args.length === 0) {\n for (let i = 0; i < server.runningScripts.length; i++) {\n const rsObj = server.runningScripts[i];\n let res = `(PID - ${rsObj.pid}) ${rsObj.filename}`;\n for (let j = 0; j < rsObj.args.length; ++j) {\n res += \" \" + rsObj.args[j].toString();\n }\n Terminal.print(res);\n }\n }\n}\n","import { Terminal } from \"../../Terminal\";\nimport { BaseServer } from \"../../Server/BaseServer\";\nimport { IReturnStatus } from \"../../types\";\n\nexport function rm(args: (string | number | boolean)[], server: BaseServer): void {\n if (args.length !== 1) {\n Terminal.error(\"Incorrect number of arguments. Usage: rm [program/script]\");\n return;\n }\n\n // Check programs\n let delTarget;\n let status: IReturnStatus = {\n res: true,\n msg: \"\",\n };\n try {\n delTarget = Terminal.getFilepath(args[0] + \"\");\n status = server.removeFile(delTarget);\n } catch (err) {\n status = {\n res: false,\n msg: \"No such file exists\",\n };\n }\n\n if (!status.res && status.msg) {\n Terminal.error(status.msg);\n }\n}\n","import { Terminal } from \"../../Terminal\";\nimport { BaseServer } from \"../../Server/BaseServer\";\nimport { isScriptFilename } from \"../../Script/isScriptFilename\";\nimport { runScript } from \"./runScript\";\nimport { runProgram } from \"./runProgram\";\n\nexport function run(args: (string | number | boolean)[], server: BaseServer): void {\n // Run a program or a script\n if (args.length < 1) {\n Terminal.error(\"Incorrect number of arguments. Usage: run [program/script] [-t] [num threads] [arg1] [arg2]...\");\n } else {\n const executableName = args[0] + \"\";\n\n // Check if its a script or just a program/executable\n if (isScriptFilename(executableName)) {\n runScript(args, server);\n } else if (executableName.endsWith(\".cct\")) {\n Terminal.runContract(executableName);\n } else {\n runProgram(args, server);\n }\n }\n}\n","import { Terminal } from \"../../Terminal\";\nimport { BaseServer } from \"../../Server/BaseServer\";\nimport { LogBoxEvents } from \"../../ui/React/LogBoxManager\";\nimport { startWorkerScript } from \"../../NetscriptWorker\";\nimport { RunningScript } from \"../../Script/RunningScript\";\nimport { findRunningScript } from \"../../Script/ScriptHelpers\";\nimport * as libarg from \"arg\";\nimport { numeralWrapper } from \"../../ui/numeralFormat\";\n\nexport function runScript(commandArgs: (string | number | boolean)[], server: BaseServer): void {\n if (commandArgs.length < 1) {\n Terminal.error(\n `Bug encountered with Terminal.runScript(). Command array has a length of less than 1: ${commandArgs}`,\n );\n return;\n }\n\n const scriptName = Terminal.getFilepath(commandArgs[0] + \"\");\n\n const runArgs = { \"--tail\": Boolean, \"-t\": Number };\n const flags = libarg(runArgs, {\n permissive: true,\n argv: commandArgs.slice(1),\n });\n const threadFlag = Math.round(parseFloat(flags[\"-t\"]));\n const tailFlag = flags[\"--tail\"] === true;\n if (flags[\"-t\"] !== undefined && (threadFlag < 0 || isNaN(threadFlag))) {\n Terminal.error(\"Invalid number of threads specified. Number of threads must be greater than 0\");\n return;\n }\n const numThreads = !isNaN(threadFlag) && threadFlag > 0 ? threadFlag : 1;\n const args = flags[\"_\"];\n\n // Check if this script is already running\n if (findRunningScript(scriptName, args, server) != null) {\n Terminal.error(\n \"This script is already running with the same args. Cannot run multiple instances with the same args\",\n );\n return;\n }\n\n // Check if the script exists and if it does run it\n for (let i = 0; i < server.scripts.length; i++) {\n if (server.scripts[i].filename !== scriptName) {\n continue;\n }\n // Check for admin rights and that there is enough RAM available to run\n const script = server.scripts[i];\n script.server = server.hostname;\n const ramUsage = script.ramUsage * numThreads;\n const ramAvailable = server.maxRam - server.ramUsed;\n\n if (!server.hasAdminRights) {\n Terminal.error(\"Need root access to run script\");\n return;\n }\n\n if (ramUsage > ramAvailable + 0.001) {\n Terminal.error(\n \"This machine does not have enough RAM to run this script\" +\n (numThreads === 1 ? \"\" : ` with ${numThreads} threads`) +\n `. Script requires ${numeralWrapper.formatRAM(ramUsage)} of RAM`,\n );\n return;\n }\n\n // Able to run script\n const runningScript = new RunningScript(script, args);\n runningScript.threads = numThreads;\n\n const success = startWorkerScript(runningScript, server);\n if (!success) {\n Terminal.error(`Failed to start script`);\n return;\n }\n\n Terminal.print(\n `Running script with ${numThreads} thread(s), pid ${runningScript.pid} and args: ${JSON.stringify(args)}.`,\n );\n if (tailFlag) {\n LogBoxEvents.emit(runningScript);\n }\n return;\n }\n\n Terminal.error(\"No such script\");\n}\n","import { Terminal } from \"../../Terminal\";\nimport { Player } from \"../../Player\";\nimport { BaseServer } from \"../../Server/BaseServer\";\nimport { Programs } from \"../../Programs/Programs\";\n\nexport function runProgram(args: (string | number | boolean)[], server: BaseServer): void {\n if (args.length < 1) {\n return;\n }\n\n // Check if you have the program on your computer. If you do, execute it, otherwise\n // display an error message\n const programName = args[0] + \"\";\n\n if (!Player.hasProgram(programName)) {\n Terminal.error(\n `No such (exe, script, js, ns, or cct) file! (Only programs that exist on your home computer or scripts on ${server.hostname} can be run)`,\n );\n return;\n }\n\n if (args.length < 1) {\n return;\n }\n\n for (const program of Object.values(Programs)) {\n if (program.name.toLocaleLowerCase() === programName.toLocaleLowerCase()) {\n program.run(\n args.slice(1).map((arg) => arg + \"\"),\n server,\n );\n return;\n }\n }\n\n Terminal.error(\"Invalid executable. Cannot be run\");\n}\n","import { Terminal } from \"../../Terminal\";\nimport { BaseServer } from \"../../Server/BaseServer\";\nimport { getServerOnNetwork } from \"../../Server/ServerHelpers\";\n\nexport function scan(args: (string | number | boolean)[], currServ: BaseServer): void {\n if (args.length !== 0) {\n Terminal.error(\"Incorrect usage of scan command. Usage: scan\");\n return;\n }\n // Displays available network connections using TCP\n const servers = currServ.serversOnNetwork.map((_, i) => {\n const server = getServerOnNetwork(currServ, i);\n if (server === null) throw new Error(\"Server should not be null\");\n return {\n hostname: server.hostname,\n ip: server.ip,\n hasRoot: server.hasAdminRights ? \"Y\" : \"N\",\n };\n });\n servers.unshift({\n hostname: \"Hostname\",\n ip: \"IP\",\n hasRoot: \"Root Access\",\n });\n const maxHostname = Math.max(...servers.map((s) => s.hostname.length));\n const maxIP = Math.max(...servers.map((s) => s.ip.length));\n for (const server of servers) {\n if (!server) continue;\n let entry = server.hostname;\n entry += \" \".repeat(maxHostname - server.hostname.length + 1);\n entry += server.ip;\n entry += \" \".repeat(maxIP - server.ip.length + 1);\n entry += server.hasRoot;\n Terminal.print(entry);\n }\n}\n","import { Terminal } from \"../../Terminal\";\nimport { Player } from \"../../Player\";\nimport { Programs } from \"../../Programs/Programs\";\n\nexport function scananalyze(args: (string | number | boolean)[]): void {\n if (args.length === 0) {\n Terminal.executeScanAnalyzeCommand();\n } else {\n // # of args must be 2 or 3\n if (args.length > 2) {\n Terminal.error(\"Incorrect usage of scan-analyze command. usage: scan-analyze [depth]\");\n return;\n }\n let all = false;\n if (args.length === 2 && args[1] === \"-a\") {\n all = true;\n }\n\n const depth = parseInt(args[0] + \"\");\n\n if (isNaN(depth) || depth < 0) {\n Terminal.error(\"Incorrect usage of scan-analyze command. depth argument must be positive numeric\");\n return;\n }\n if (depth > 3 && !Player.hasProgram(Programs.DeepscanV1.name) && !Player.hasProgram(Programs.DeepscanV2.name)) {\n Terminal.error(\"You cannot scan-analyze with that high of a depth. Maximum depth is 3\");\n return;\n } else if (depth > 5 && !Player.hasProgram(Programs.DeepscanV2.name)) {\n Terminal.error(\"You cannot scan-analyze with that high of a depth. Maximum depth is 5\");\n return;\n } else if (depth > 10) {\n Terminal.error(\"You cannot scan-analyze with that high of a depth. Maximum depth is 10\");\n return;\n }\n Terminal.executeScanAnalyzeCommand(depth, all);\n }\n}\n","import { Terminal } from \"../../Terminal\";\nimport { BaseServer } from \"../../Server/BaseServer\";\nimport { GetServer } from \"../../Server/AllServers\";\nimport { isScriptFilename } from \"../../Script/isScriptFilename\";\n\nexport function scp(args: (string | number | boolean)[], server: BaseServer): void {\n try {\n if (args.length !== 2) {\n Terminal.error(\"Incorrect usage of scp command. Usage: scp [file] [destination hostname]\");\n return;\n }\n const scriptname = Terminal.getFilepath(args[0] + \"\");\n if (!scriptname.endsWith(\".lit\") && !isScriptFilename(scriptname) && !scriptname.endsWith(\".txt\")) {\n Terminal.error(\"scp only works for scripts, text files (.txt), and literature files (.lit)\");\n return;\n }\n\n const destServer = GetServer(args[1] + \"\");\n if (destServer == null) {\n Terminal.error(`Invalid destination. ${args[1]} not found`);\n return;\n }\n\n // Scp for lit files\n if (scriptname.endsWith(\".lit\")) {\n if (!server.messages.includes(scriptname)) return Terminal.error(\"No such file exists!\");\n\n const onDestServer = destServer.messages.includes(scriptname);\n if (!onDestServer) destServer.messages.push(scriptname);\n return Terminal.print(`${scriptname} ${onDestServer ? \"was already on\" : \"copied to\"} ${destServer.hostname}`);\n }\n\n // Scp for txt files\n if (scriptname.endsWith(\".txt\")) {\n const txtFile = server.textFiles.find((txtFile) => txtFile.fn === scriptname);\n if (!txtFile) return Terminal.error(\"No such file exists!\");\n\n const tRes = destServer.writeToTextFile(txtFile.fn, txtFile.text);\n if (!tRes.success) {\n Terminal.error(\"scp failed\");\n return;\n }\n if (tRes.overwritten) {\n Terminal.print(`WARNING: ${scriptname} already exists on ${destServer.hostname} and will be overwritten`);\n Terminal.print(`${scriptname} overwritten on ${destServer.hostname}`);\n return;\n }\n Terminal.print(`${scriptname} copied over to ${destServer.hostname}`);\n return;\n }\n\n // Get the current script\n const sourceScript = server.scripts.find((script) => script.filename === scriptname);\n if (!sourceScript) {\n Terminal.error(\"scp failed. No such script exists\");\n return;\n }\n\n const sRes = destServer.writeToScriptFile(scriptname, sourceScript.code);\n if (!sRes.success) {\n Terminal.error(`scp failed`);\n return;\n }\n if (sRes.overwritten) {\n Terminal.print(`WARNING: ${scriptname} already exists on ${destServer.hostname} and will be overwritten`);\n Terminal.print(`${scriptname} overwritten on ${destServer.hostname}`);\n return;\n }\n Terminal.print(`${scriptname} copied over to ${destServer.hostname}`);\n } catch (e) {\n Terminal.error(e + \"\");\n }\n}\n","import { Terminal } from \"../../Terminal\";\nimport { BaseServer } from \"../../Server/BaseServer\";\n\nexport function sudov(args: (string | number | boolean)[], server: BaseServer): void {\n if (args.length !== 0) {\n Terminal.error(\"Incorrect number of arguments. Usage: sudov\");\n return;\n }\n\n if (server.hasAdminRights) {\n Terminal.print(\"You have ROOT access to this machine\");\n } else {\n Terminal.print(\"You do NOT have root access to this machine\");\n }\n}\n","import { Terminal } from \"../../Terminal\";\nimport { BaseServer } from \"../../Server/BaseServer\";\nimport { findRunningScriptByPid } from \"../../Script/ScriptHelpers\";\nimport { isScriptFilename, validScriptExtensions } from \"../../Script/isScriptFilename\";\nimport { compareArrays } from \"../../utils/helpers/compareArrays\";\nimport { LogBoxEvents } from \"../../ui/React/LogBoxManager\";\n\nexport function tail(commandArray: (string | number | boolean)[], server: BaseServer): void {\n try {\n if (commandArray.length < 1) {\n Terminal.error(\"Incorrect number of arguments. Usage: tail [script] [arg1] [arg2]...\");\n } else if (typeof commandArray[0] === \"string\") {\n const scriptName = Terminal.getFilepath(commandArray[0]);\n if (!isScriptFilename(scriptName)) {\n Terminal.error(`tail can only be called on ${validScriptExtensions.join(\", \")} files, or by PID`);\n return;\n }\n\n // Get script arguments\n const args = [];\n for (let i = 1; i < commandArray.length; ++i) {\n args.push(commandArray[i]);\n }\n\n // go over all the running scripts. If there's a perfect\n // match, use it!\n for (let i = 0; i < server.runningScripts.length; ++i) {\n if (server.runningScripts[i].filename === scriptName && compareArrays(server.runningScripts[i].args, args)) {\n LogBoxEvents.emit(server.runningScripts[i]);\n return;\n }\n }\n\n // Find all scripts that are potential candidates.\n const candidates = [];\n for (let i = 0; i < server.runningScripts.length; ++i) {\n // only scripts that have more arguments (equal arguments is already caught)\n if (server.runningScripts[i].args.length < args.length) continue;\n // make a smaller copy of the args.\n const args2 = server.runningScripts[i].args.slice(0, args.length);\n if (server.runningScripts[i].filename === scriptName && compareArrays(args2, args)) {\n candidates.push(server.runningScripts[i]);\n }\n }\n\n // If there's only 1 possible choice, use that.\n if (candidates.length === 1) {\n LogBoxEvents.emit(candidates[0]);\n return;\n }\n\n // otherwise lists all possible conflicting choices.\n if (candidates.length > 1) {\n Terminal.error(\"Found several potential candidates:\");\n for (const candidate of candidates) Terminal.error(`${candidate.filename} ${candidate.args.join(\" \")}`);\n Terminal.error(\"Script arguments need to be specified.\");\n return;\n }\n\n // if there's no candidate then we just don't know.\n Terminal.error(`No script named ${scriptName} is running on the server`);\n } else if (typeof commandArray[0] === \"number\") {\n const runningScript = findRunningScriptByPid(commandArray[0], server);\n if (runningScript == null) {\n Terminal.error(`No script with PID ${commandArray[0]} is running on the server`);\n return;\n }\n LogBoxEvents.emit(runningScript);\n }\n } catch (e) {\n Terminal.error(e + \"\");\n }\n}\n","import { Terminal } from \"../../Terminal\";\nimport { BaseServer } from \"../../Server/BaseServer\";\nimport { getRamUsageFromRunningScript } from \"../../Script/RunningScriptHelpers\";\nimport { numeralWrapper } from \"../../ui/numeralFormat\";\n\nexport function top(args: (string | number | boolean)[], server: BaseServer): void {\n if (args.length !== 0) {\n Terminal.error(\"Incorrect usage of top command. Usage: top\");\n return;\n }\n\n // Headers\n const scriptWidth = 40;\n const pidWidth = 10;\n const threadsWidth = 16;\n\n const scriptTxt = \"Script\";\n const pidTxt = \"PID\";\n const threadsTxt = \"Threads\";\n const ramTxt = \"RAM Usage\";\n\n const spacesAfterScriptTxt = \" \".repeat(scriptWidth - scriptTxt.length);\n const spacesAfterPidTxt = \" \".repeat(pidWidth - pidTxt.length);\n const spacesAfterThreadsTxt = \" \".repeat(threadsWidth - threadsTxt.length);\n\n const headers = `${scriptTxt}${spacesAfterScriptTxt}${pidTxt}${spacesAfterPidTxt}${threadsTxt}${spacesAfterThreadsTxt}${ramTxt}`;\n\n Terminal.print(headers);\n\n const currRunningScripts = server.runningScripts;\n // Iterate through scripts on current server\n for (let i = 0; i < currRunningScripts.length; i++) {\n const script = currRunningScripts[i];\n\n // Calculate name padding\n const numSpacesScript = Math.max(0, scriptWidth - script.filename.length);\n const spacesScript = \" \".repeat(numSpacesScript);\n\n // Calculate PID padding\n const numSpacesPid = Math.max(0, pidWidth - (script.pid + \"\").length);\n const spacesPid = \" \".repeat(numSpacesPid);\n\n // Calculate thread padding\n const numSpacesThread = Math.max(0, threadsWidth - (script.threads + \"\").length);\n const spacesThread = \" \".repeat(numSpacesThread);\n\n // Calculate and transform RAM usage\n const ramUsage = numeralWrapper.formatRAM(getRamUsageFromRunningScript(script) * script.threads);\n\n const entry = [script.filename, spacesScript, script.pid, spacesPid, script.threads, spacesThread, ramUsage].join(\n \"\",\n );\n Terminal.print(entry);\n }\n}\n","import { Terminal } from \"../../Terminal\";\nimport { removeAlias } from \"../../Alias\";\n\nexport function unalias(args: (string | number | boolean)[]): void {\n if (args.length !== 1) {\n Terminal.error(\"Incorrect usage of unalias name. Usage: unalias [alias]\");\n return;\n } else if (removeAlias(args[0] + \"\")) {\n Terminal.print(`Removed alias ${args[0]}`);\n } else {\n Terminal.error(`No such alias exists: ${args[0]}`);\n }\n}\n","import { BaseServer } from \"../../Server/BaseServer\";\n\nimport { commonEditor } from \"./common/editor\";\n\nexport function vim(args: (string | number | boolean)[], server: BaseServer): void {\n return commonEditor(\"vim\", { args, server }, { vim: true });\n}\n","import { Terminal } from \"../../Terminal\";\nimport { Player } from \"../../Player\";\nimport { BaseServer } from \"../../Server/BaseServer\";\nimport { Server } from \"../../Server/Server\";\n\nexport function weaken(args: (string | number | boolean)[], server: BaseServer): void {\n if (args.length !== 0) {\n Terminal.error(\"Incorrect usage of weaken command. Usage: weaken\");\n return;\n }\n\n if (!(server instanceof Server)) {\n Terminal.error(\n \"Cannot weaken your own machines! You are currently connected to your home PC or one of your purchased servers\",\n );\n }\n const normalServer = server as Server;\n // Hack the current PC (usually for money)\n // You can't weaken your home pc or servers you purchased\n if (normalServer.purchasedByPlayer) {\n Terminal.error(\n \"Cannot weaken your own machines! You are currently connected to your home PC or one of your purchased servers\",\n );\n return;\n }\n if (!normalServer.hasAdminRights) {\n Terminal.error(\"You do not have admin rights for this machine! Cannot weaken\");\n return;\n }\n if (normalServer.requiredHackingSkill > Player.skills.hacking) {\n Terminal.error(\n \"Your hacking skill is not high enough to attempt hacking this machine. Try analyzing the machine to determine the required hacking skill\",\n );\n return;\n }\n Terminal.startWeaken();\n}\n","import $ from \"jquery\";\n\nimport { Terminal } from \"../../Terminal\";\nimport { BaseServer } from \"../../Server/BaseServer\";\nimport { isScriptFilename } from \"../../Script/isScriptFilename\";\n\nexport function wget(args: (string | number | boolean)[], server: BaseServer): void {\n if (args.length !== 2) {\n Terminal.error(\"Incorrect usage of wget command. Usage: wget [url] [target file]\");\n return;\n }\n\n const url = args[0] + \"\";\n const target = Terminal.getFilepath(args[1] + \"\");\n if (!isScriptFilename(target) && !target.endsWith(\".txt\")) {\n return Terminal.error(`wget failed: Invalid target file. Target file must be script or text file`);\n }\n $.get(\n url,\n function (data: unknown) {\n let res;\n if (isScriptFilename(target)) {\n res = server.writeToScriptFile(target, String(data));\n } else {\n res = server.writeToTextFile(target, String(data));\n }\n if (!res.success) {\n return Terminal.error(\"wget failed\");\n }\n if (res.overwritten) {\n return Terminal.print(`wget successfully retrieved content and overwrote ${target}`);\n }\n return Terminal.print(`wget successfully retrieved content to new file ${target}`);\n },\n \"text\",\n ).fail(function (e) {\n return Terminal.error(\"wget failed: \" + JSON.stringify(e));\n });\n}\n","import { Apr1Events } from \"../../ui/Apr1\";\n\nexport function apr1(): void {\n Apr1Events.emit();\n}\n","import { PlayerOwnedSourceFile } from \"./PlayerOwnedSourceFile\";\nimport { SourceFiles } from \"./SourceFiles\";\n\nimport { Player } from \"../Player\";\n\nexport function applySourceFile(srcFile: PlayerOwnedSourceFile): void {\n const srcFileKey = \"SourceFile\" + srcFile.n;\n const sourceFileObject = SourceFiles[srcFileKey];\n if (sourceFileObject == null) {\n console.error(`Invalid source file number: ${srcFile.n}`);\n return;\n }\n\n switch (srcFile.n) {\n case 1: {\n // The Source Genesis\n let mult = 0;\n for (let i = 0; i < srcFile.lvl; ++i) {\n mult += 16 / Math.pow(2, i);\n }\n const incMult = 1 + mult / 100;\n const decMult = 1 - mult / 100;\n Player.mults.hacking_chance *= incMult;\n Player.mults.hacking_speed *= incMult;\n Player.mults.hacking_money *= incMult;\n Player.mults.hacking_grow *= incMult;\n Player.mults.hacking *= incMult;\n Player.mults.strength *= incMult;\n Player.mults.defense *= incMult;\n Player.mults.dexterity *= incMult;\n Player.mults.agility *= incMult;\n Player.mults.charisma *= incMult;\n Player.mults.hacking_exp *= incMult;\n Player.mults.strength_exp *= incMult;\n Player.mults.defense_exp *= incMult;\n Player.mults.dexterity_exp *= incMult;\n Player.mults.agility_exp *= incMult;\n Player.mults.charisma_exp *= incMult;\n Player.mults.company_rep *= incMult;\n Player.mults.faction_rep *= incMult;\n Player.mults.crime_money *= incMult;\n Player.mults.crime_success *= incMult;\n Player.mults.hacknet_node_money *= incMult;\n Player.mults.hacknet_node_purchase_cost *= decMult;\n Player.mults.hacknet_node_ram_cost *= decMult;\n Player.mults.hacknet_node_core_cost *= decMult;\n Player.mults.hacknet_node_level_cost *= decMult;\n Player.mults.work_money *= incMult;\n break;\n }\n case 2: {\n // Rise of the Underworld\n let mult = 0;\n for (let i = 0; i < srcFile.lvl; ++i) {\n mult += 24 / Math.pow(2, i);\n }\n const incMult = 1 + mult / 100;\n Player.mults.crime_money *= incMult;\n Player.mults.crime_success *= incMult;\n Player.mults.charisma *= incMult;\n break;\n }\n case 3: {\n // Corporatocracy\n let mult = 0;\n for (let i = 0; i < srcFile.lvl; ++i) {\n mult += 8 / Math.pow(2, i);\n }\n const incMult = 1 + mult / 100;\n Player.mults.charisma *= incMult;\n Player.mults.work_money *= incMult;\n break;\n }\n case 4: {\n // The Singularity\n // No effects, just gives access to Singularity functions\n break;\n }\n case 5: {\n // Artificial Intelligence\n let mult = 0;\n for (let i = 0; i < srcFile.lvl; ++i) {\n mult += 8 / Math.pow(2, i);\n }\n const incMult = 1 + mult / 100;\n Player.mults.hacking_chance *= incMult;\n Player.mults.hacking_speed *= incMult;\n Player.mults.hacking_money *= incMult;\n Player.mults.hacking_grow *= incMult;\n Player.mults.hacking *= incMult;\n Player.mults.hacking_exp *= incMult;\n break;\n }\n case 6: {\n // Bladeburner\n let mult = 0;\n for (let i = 0; i < srcFile.lvl; ++i) {\n mult += 8 / Math.pow(2, i);\n }\n const incMult = 1 + mult / 100;\n Player.mults.strength_exp *= incMult;\n Player.mults.defense_exp *= incMult;\n Player.mults.dexterity_exp *= incMult;\n Player.mults.agility_exp *= incMult;\n Player.mults.strength *= incMult;\n Player.mults.defense *= incMult;\n Player.mults.dexterity *= incMult;\n Player.mults.agility *= incMult;\n break;\n }\n case 7: {\n // Bladeburner 2079\n let mult = 0;\n for (let i = 0; i < srcFile.lvl; ++i) {\n mult += 8 / Math.pow(2, i);\n }\n const incMult = 1 + mult / 100;\n Player.mults.bladeburner_max_stamina *= incMult;\n Player.mults.bladeburner_stamina_gain *= incMult;\n Player.mults.bladeburner_analysis *= incMult;\n Player.mults.bladeburner_success_chance *= incMult;\n break;\n }\n case 8: {\n // Ghost of Wall Street\n let mult = 0;\n for (let i = 0; i < srcFile.lvl; ++i) {\n mult += 12 / Math.pow(2, i);\n }\n const incMult = 1 + mult / 100;\n Player.mults.hacking_grow *= incMult;\n break;\n }\n case 9: {\n // Hacktocracy\n let mult = 0;\n for (let i = 0; i < srcFile.lvl; ++i) {\n mult += 8 / Math.pow(2, i);\n }\n const incMult = 1 + mult / 100;\n const decMult = 1 - mult / 100;\n Player.mults.hacknet_node_core_cost *= decMult;\n Player.mults.hacknet_node_level_cost *= decMult;\n Player.mults.hacknet_node_money *= incMult;\n Player.mults.hacknet_node_purchase_cost *= decMult;\n Player.mults.hacknet_node_ram_cost *= decMult;\n break;\n }\n case 10: {\n // Digital Carbon\n // No effects, just grants sleeves\n break;\n }\n case 11: {\n // The Big Crash\n let mult = 0;\n for (let i = 0; i < srcFile.lvl; ++i) {\n mult += 32 / Math.pow(2, i);\n }\n const incMult = 1 + mult / 100;\n Player.mults.work_money *= incMult;\n Player.mults.company_rep *= incMult;\n break;\n }\n case 12: // The Recursion\n // Grants neuroflux.\n break;\n case 13: // They're Lunatics\n // Grants more space on Stanek's Gift.\n break;\n default:\n console.error(`Invalid source file number: ${srcFile.n}`);\n break;\n }\n\n sourceFileObject.owned = true;\n}\n","import { Player } from \"../Player\";\nimport { sanitizeExploits } from \"./Exploit\";\n\nexport function applyExploit(): void {\n if (Player.exploits && Player.exploits.length === 0) {\n return;\n }\n Player.exploits = sanitizeExploits(Player.exploits);\n const inc = Math.pow(1.001, Player.exploits.length);\n const dec = Math.pow(0.999, Player.exploits.length);\n\n Player.mults.hacking_chance *= inc;\n Player.mults.hacking_speed *= inc;\n Player.mults.hacking_money *= inc;\n Player.mults.hacking_grow *= inc;\n Player.mults.hacking *= inc;\n\n Player.mults.strength *= inc;\n Player.mults.defense *= inc;\n Player.mults.dexterity *= inc;\n Player.mults.agility *= inc;\n Player.mults.charisma *= inc;\n\n Player.mults.hacking_exp *= inc;\n Player.mults.strength_exp *= inc;\n Player.mults.defense_exp *= inc;\n Player.mults.dexterity_exp *= inc;\n Player.mults.agility_exp *= inc;\n Player.mults.charisma_exp *= inc;\n\n Player.mults.company_rep *= inc;\n Player.mults.faction_rep *= inc;\n\n Player.mults.crime_money *= inc;\n Player.mults.crime_success *= inc;\n\n Player.mults.hacknet_node_money *= inc;\n Player.mults.hacknet_node_purchase_cost *= dec;\n Player.mults.hacknet_node_ram_cost *= dec;\n Player.mults.hacknet_node_core_cost *= dec;\n Player.mults.hacknet_node_level_cost *= dec;\n\n Player.mults.work_money *= inc;\n}\n","import React, { useState, useEffect } from \"react\";\n\nimport Paper from \"@mui/material/Paper\";\nimport Typography from \"@mui/material/Typography\";\nimport IconButton from \"@mui/material/IconButton\";\nimport Button from \"@mui/material/Button\";\nimport ArrowForwardIos from \"@mui/icons-material/ArrowForwardIos\";\nimport ArrowBackIos from \"@mui/icons-material/ArrowBackIos\";\nimport { ITutorialEvents } from \"./ITutorialEvents\";\nimport { CopyableText } from \"../React/CopyableText\";\n\nimport List from \"@mui/material/List\";\nimport ListItem from \"@mui/material/ListItem\";\nimport EqualizerIcon from \"@mui/icons-material/Equalizer\";\nimport LastPageIcon from \"@mui/icons-material/LastPage\";\nimport HelpIcon from \"@mui/icons-material/Help\";\nimport AccountTreeIcon from \"@mui/icons-material/AccountTree\";\nimport StorageIcon from \"@mui/icons-material/Storage\";\nimport LocationCityIcon from \"@mui/icons-material/LocationCity\";\nimport { Theme } from \"@mui/material/styles\";\nimport makeStyles from \"@mui/styles/makeStyles\";\nimport createStyles from \"@mui/styles/createStyles\";\n\nimport {\n iTutorialPrevStep,\n iTutorialNextStep,\n ITutorial,\n iTutorialSteps,\n iTutorialEnd,\n} from \"../../InteractiveTutorial\";\nimport { NSSelection } from \"./NSSelection\";\n\ninterface IContent {\n content: React.ReactElement;\n canNext: boolean;\n}\n\nconst useStyles = makeStyles((theme: Theme) =>\n createStyles({\n textfield: {\n borderBottom: \"1px solid \" + theme.palette.primary.main,\n },\n code: {\n whiteSpace: \"pre\",\n backgroundColor: theme.palette.background.paper,\n },\n }),\n);\n\nenum Language {\n None,\n NS1,\n NS2,\n}\n\nexport function InteractiveTutorialRoot(): React.ReactElement {\n const [nsSelectionOpen, setNSSelectionOpen] = useState(false);\n const [language, setLanguage] = useState(Language.None);\n const classes = useStyles();\n\n const tutorialScriptExtension = {\n [Language.None]: \".script\",\n [Language.NS1]: \".script\",\n [Language.NS2]: \".js\",\n }[language];\n const tutorialScriptName = `n00dles${tutorialScriptExtension}`;\n\n const contents: { [number: string]: IContent | undefined } = {\n [iTutorialSteps.Start as number]: {\n content: (\n <>\n \n Welcome to Bitburner, a cyberpunk-themed incremental RPG! The game takes place in a dark, dystopian\n future... The year is 2077...\n
\n
\n This tutorial will show you the basics of the game. You may skip the tutorial at any time.\n
\n
\n You can also collapse this panel to temporarily hide this tutorial.\n
\n \n ),\n canNext: true,\n },\n [iTutorialSteps.NSSelection as number]: {\n content: (\n <>\n The tutorial will adjust to your programming ability.\n Bitburner has 2 types of scripts:\n \n \n NS1: Javascript from 2009, very simple. Recommended for beginners to programming.\n \n \n \n NS2: Native, modern Javascript. Recommended if you know any programming language or are serious about\n learning programming.\n \n \n \n \n Both are available at all time and interchangeably. This choice is only for the tutorial.\n \n {\n setLanguage(Language.NS1);\n iTutorialNextStep();\n }}\n >\n Use NS1\n \n {\n setLanguage(Language.NS2);\n iTutorialNextStep();\n }}\n >\n Use NS2\n \n \n
\n \n ),\n canNext: false,\n },\n [iTutorialSteps.GoToCharacterPage as number]: {\n content: (\n <>\n Let's start by heading to the Stats page. Click\n \n \n Stats\n \n\n on the main navigation menu (left-hand side of the screen)\n \n ),\n canNext: false,\n },\n [iTutorialSteps.CharacterPage as number]: {\n content: (\n <>\n \n \n Stats\n \n \n shows a lot of important information about your progress, such as your skills, money, and bonuses.\n \n \n ),\n canNext: true,\n },\n [iTutorialSteps.CharacterGoToTerminalPage as number]: {\n content: (\n <>\n Let's head to your computer's terminal by clicking\n \n \n Terminal\n \n on the main navigation menu.\n \n ),\n canNext: false,\n },\n [iTutorialSteps.TerminalIntro as number]: {\n content: (\n <>\n \n \n Terminal\n \n \n is used to interface with your home computer as well as all of the other machines around the world.\n \n \n ),\n canNext: true,\n },\n [iTutorialSteps.TerminalHelp as number]: {\n content: (\n <>\n Let's try it out. Start by entering\n {\"[home ~/]> help\"}\n (Don't forget to press Enter after typing the command)\n \n ),\n canNext: false,\n },\n [iTutorialSteps.TerminalLs as number]: {\n content: (\n <>\n {\"[home ~/]> help\"}\n \n displays a list of all available Terminal commands, how to use them, and a description of what they do.{\" \"}\n
\n
\n Let's try another command. Enter\n
\n\n {\"[home ~/]> ls\"}\n \n ),\n canNext: false,\n },\n [iTutorialSteps.TerminalScan as number]: {\n content: (\n <>\n {\"[home ~/]> ls\"}\n \n {\" \"}\n is a basic command that shows files on the computer. Right now, it shows that you have a program called{\" \"}\n NUKE.exe on your computer. We'll get to what this does later.
\n
\n Using your home computer's terminal, you can connect to other machines throughout the world. Let's do that\n now by first entering\n
\n {\"[home ~/]> scan\"}\n \n ),\n canNext: false,\n },\n [iTutorialSteps.TerminalScanAnalyze1 as number]: {\n content: (\n <>\n {\"[home ~/]> scan\"}\n \n shows all available network connections. In other words, it displays a list of all servers that can be\n connected to from your current machine. A server is identified by its hostname.
\n
\n That's great and all, but there's so many servers. Which one should you go to?{\" \"}\n
\n\n {\"[home ~/]> scan-analyze\"}\n gives some more detailed information about servers on the network. Try it now!\n \n ),\n canNext: false,\n },\n [iTutorialSteps.TerminalScanAnalyze2 as number]: {\n content: (\n <>\n {\"[home ~/]> scan-analyze\"}\n \n shows more detailed information about each server that you can connect to (servers that are a distance of\n one node away).
\n
It is also possible to run scan-analyze with a higher depth. Let's try a depth of two with the\n following command:{\" \"}\n
\n\n {\"[home ~/]> scan-analyze 2\"}\n \n ),\n canNext: false,\n },\n [iTutorialSteps.TerminalConnect as number]: {\n content: (\n <>\n \n Now you can see information about all servers that are up to two nodes away, as well as figure out how to\n navigate to those servers through the network. You can only connect to a server that is one node away. To\n connect to a machine, use\n \n {\"[home ~/]> connect hostname\"}\n\n From the results of \n {\"[home ~/]> scan-analyze 2\"}\n\n \n {\" \"}\n we can see that the n00dles server is only one node away. Let's connect to it now using:\n \n\n {\"[home ~/]> connect n00dles\"}\n \n ),\n canNext: false,\n },\n [iTutorialSteps.TerminalAnalyze as number]: {\n content: (\n <>\n \n You are now connected to another machine! What can you do now? You can hack it!\n
\n
In the year 2077, currency has become digital and decentralized. People and corporations store their\n money on servers and computers. Using your hacking abilities, you can hack servers to steal money and gain\n experience.
\n
\n Before you try to hack a server, you should run diagnostics using{\" \"}\n
\n {\"[n00dles ~/]> analyze\"}\n \n ),\n canNext: false,\n },\n [iTutorialSteps.TerminalNuke as number]: {\n content: (\n <>\n When \n {\"[n00dles ~/]> analyze\"}\n\n \n finishes running it will show useful information about hacking the server.
\n
For this server, the required hacking skill is only 1, which means you can hack it right now.\n However, in order to hack a server you must first gain root access. The NUKE.exe program that we saw earlier\n on your home computer is a virus that will grant you root access to a machine if there are enough open\n ports.\n
\n {\"[n00dles ~/]> analyze\"}\n\n \n {\" \"}\n shows that there do not need to be any open ports on this machine for the NUKE virus to work, so go ahead\n and run the virus using{\" \"}\n \n {\"[n00dles ~/]> run NUKE.exe\"}\n\n \n \n ),\n canNext: true,\n },\n [iTutorialSteps.TerminalManualHack as number]: {\n content: (\n <>\n You now have root access! You can hack the server using \n {\"[n00dles ~/]> hack\"}\n\n Try doing that now.\n \n ),\n canNext: true,\n },\n [iTutorialSteps.TerminalHackingMechanics as number]: {\n content: (\n \n You are now attempting to hack the server. Performing a hack takes time and only has a certain percentage\n chance of success. This time and success chance is determined by a variety of factors, including your hacking\n skill and the server's security level.\n
\n
\n If your attempt to hack the server is successful, you will steal a certain percentage of the server's total\n money. This percentage is affected by your hacking skill and the server's security level.\n
\n
\n The amount of money on a server is not limitless. So, if you constantly hack a server and deplete its money,\n then you will encounter diminishing returns in your hacking. You will need to use{\" \"}\n {\"[n00dles ~/]> grow\"}\n which tricks the company into adding money to their server and{\" \"}\n {\"[n00dles ~/]> weaken\"}\n which increases the speed of hack and grow.\n
\n ),\n canNext: true,\n },\n [iTutorialSteps.TerminalGoHome as number]: {\n content: (\n <>\n From any server you can get back home using\n {\"[n00dles ~/]> home\"}\n\n Let's head home before creating our first script!\n \n ),\n canNext: true,\n },\n [iTutorialSteps.TerminalCreateScript as number]: {\n content: (\n <>\n \n Hacking is the core mechanic of the game and is necessary for progressing. However, you don't want to be\n hacking manually the entire time. You can automate your hacking by writing scripts!\n
\n
\n To create a new script or edit an existing one, you can use{\" \"}\n
\n {\"[home ~/]> nano\"}\n\n \n Scripts must end with the {tutorialScriptExtension} extension. Let's make a script now by entering{\" \"}\n \n {`[home ~/]> nano ${tutorialScriptName}`}\n\n \n after the hack command finishes running (Sidenote: Pressing ctrl + c will end a command like hack early)\n \n \n ),\n canNext: false,\n },\n [iTutorialSteps.TerminalTypeScript as number]: {\n content: (\n <>\n \n This is the script editor. You can use it to program your scripts.{\" \"}\n {language !== Language.NS2 && <>Scripts are written in a simplified version of javascript.} Copy and\n paste the following code into the script editor:
\n
\n\n \n {language !== Language.NS2 && (\n \n )}\n {language === Language.NS2 && (\n \n )}\n \n \n For anyone with basic programming experience, this code should be straightforward. This script will\n continuously hack the n00dles server.\n
\n
\n To save and close the script editor, press the button in the bottom left, or press ctrl + s then ctrl + b.\n
\n \n ),\n canNext: false,\n },\n [iTutorialSteps.TerminalFree as number]: {\n content: (\n <>\n \n Now we'll run the script. Scripts require a certain amount of RAM to run, and can be run on any machine\n which you have root access to. Different servers have different amounts of RAM. You can also purchase more\n RAM for your home server.\n
\n
\n To check how much RAM is available on this machine, enter\n
\n {\"[home ~/]> free\"}\n \n ),\n canNext: false,\n },\n [iTutorialSteps.TerminalRunScript as number]: {\n content: (\n <>\n \n We have 4GB of free RAM on this machine, which is enough to run our script. Let's run our script using\n \n {`[home ~/]> run ${tutorialScriptName}`}\n \n ),\n canNext: false,\n },\n [iTutorialSteps.TerminalGoToActiveScriptsPage as number]: {\n content: (\n <>\n \n Your script is now running! It will continuously run in the background and will automatically stop if the\n code ever completes (the {tutorialScriptName} will never complete because it runs an infinite loop).
\n
\n These scripts can passively earn you income and hacking experience. Your scripts will also earn money and\n experience while you are offline, although at a slightly slower rate.
\n
\n Let's check out some statistics for our running scripts by clicking{\" \"}\n
\n \n \n Active Scripts\n \n \n ),\n canNext: false,\n },\n [iTutorialSteps.ActiveScriptsPage as number]: {\n content: (\n <>\n \n This page displays information about all of your scripts that are running across every server. You can use\n this to gauge how well your scripts are doing. Let's go back to\n \n \n \n Terminal\n \n \n ),\n canNext: false,\n },\n [iTutorialSteps.ActiveScriptsToTerminal as number]: {\n content: (\n <>\n \n One last thing about scripts, each active script contains logs that detail what it's doing. We can check\n these logs using the tail command. Do that now for the script we just ran by typing{\" \"}\n \n {`[home ~/]> tail ${tutorialScriptName}`}\n \n ),\n canNext: false,\n },\n [iTutorialSteps.TerminalTailScript as number]: {\n content: (\n <>\n \n The log for this script won't show much right now (it might show nothing at all) because it just started\n running...but check back again in a few minutes!
\n
\n This covers the basics of hacking. To learn more about writing scripts, select\n
\n \n \n Tutorial\n \n \n in the main navigation menu to look at the documentation.\n
\n
\n For now, let's move on to something else!\n
\n \n ),\n canNext: true,\n },\n [iTutorialSteps.GoToHacknetNodesPage as number]: {\n content: (\n <>\n \n Hacking is not the only way to earn money. One other way to passively earn money is by purchasing and\n upgrading Hacknet Nodes. Let's go to\n \n \n \n Hacknet\n \n through the main navigation menu now.\n \n ),\n canNext: true,\n },\n [iTutorialSteps.HacknetNodesIntroduction as number]: {\n content: (\n \n Here you can purchase new Hacknet Nodes and upgrade your existing ones. Let's purchase a new one now.\n \n ),\n canNext: true,\n },\n [iTutorialSteps.HacknetNodesGoToWorldPage as number]: {\n content: (\n <>\n \n You just purchased a Hacknet Node! This Hacknet Node will passively earn you money over time, both online\n and offline. When you get enough money, you can upgrade your newly-purchased Hacknet Node below.\n
\n
\n Let's go to\n
\n \n \n City\n \n \n ),\n canNext: true,\n },\n [iTutorialSteps.WorldDescription as number]: {\n content: (\n <>\n \n This page lists all of the different locations you can currently travel to. Each location has something that\n you can do. There's a lot of content out in the world, make sure you explore and discover!\n
\n
\n Lastly, click on\n
\n \n \n Tutorial\n \n \n ),\n canNext: true,\n },\n [iTutorialSteps.TutorialPageInfo as number]: {\n content: (\n \n This page contains a lot of different documentation about the game's content and mechanics. I know it's a lot,\n but I highly suggest you read (or at least skim) through this before you start playing . That's the end of the\n tutorial. Hope you enjoy the game!\n \n ),\n canNext: true,\n },\n [iTutorialSteps.End as number]: {\n content: ,\n canNext: true,\n },\n };\n\n const setRerender = useState(false)[1];\n function rerender(): void {\n setRerender((old) => !old);\n }\n\n useEffect(() => {\n return ITutorialEvents.subscribe(rerender);\n }, []);\n const step = ITutorial.currStep;\n const content = contents[step];\n if (content === undefined) throw new Error(\"error in the tutorial\");\n return (\n <>\n setNSSelectionOpen(false)} />\n \n {content.content}\n {step !== iTutorialSteps.TutorialPageInfo && (\n <>\n {step !== iTutorialSteps.Start && (\n \n \n \n )}\n {(content.canNext || ITutorial.stepIsDone[step]) && (\n \n \n \n )}\n \n )}\n
\n
\n \n
\n \n );\n}\n","import Editor from \"@monaco-editor/react\";\nimport { Tab, Tabs, Typography } from \"@mui/material\";\nimport React from \"react\";\n\nimport { Modal } from \"../React/Modal\";\n\nimport * as monaco from \"monaco-editor\";\n\ntype IStandaloneCodeEditor = monaco.editor.IStandaloneCodeEditor;\n\ninterface IProps {\n open: boolean;\n onClose: () => void;\n}\n\nconst ns1Example = `while(true) {\n hack('n00dles');\n}`;\nconst ns2Example = `/** @param {NS} ns */\nexport async function main(ns) {\n\twhile(true) {\n\t\tawait ns.hack('n00dles');\n\t}\n}`;\n\nexport function NSSelection(props: IProps): React.ReactElement {\n const [value, setValue] = React.useState(0);\n\n function handleChange(event: React.SyntheticEvent, tab: number): void {\n setValue(tab);\n }\n\n function onMount(editor: IStandaloneCodeEditor): void {\n editor.updateOptions({ readOnly: true });\n }\n\n return (\n \n \n \n \n \n\n {value === 0 && (\n <>\n \n These scripts end with '.script'. Using a very old interpreted version of javascript. It is perfect for\n beginner to programming.\n \n Example script using NS1:\n }\n defaultLanguage=\"javascript\"\n defaultValue={ns1Example}\n height={`${300}px`}\n theme={\"vs-dark\"}\n onMount={onMount}\n options={{ fontSize: 30 }}\n />\n \n )}\n {value === 1 && (\n <>\n \n These scripts end with '.js'. Scripts using ns2 are running natively along the game. If you know any\n programming language you should be using this. However if you're unfamiliar with javascript Promises you\n might want to read up on them a little bit before diving in.\n \n Example script using NS2:\n }\n defaultLanguage=\"javascript\"\n defaultValue={ns2Example}\n height={`${300}px`}\n theme={\"vs-dark\"}\n options={{ fontSize: 30 }}\n />\n \n )}\n \n );\n}\n","import React, { useState, useEffect, useRef } from \"react\";\nimport Draggable, { DraggableEventHandler } from \"react-draggable\";\nimport makeStyles from \"@mui/styles/makeStyles\";\nimport Collapse from \"@mui/material/Collapse\";\nimport Paper from \"@mui/material/Paper\";\nimport KeyboardArrowDownIcon from \"@mui/icons-material/KeyboardArrowDown\";\nimport KeyboardArrowUpIcon from \"@mui/icons-material/KeyboardArrowUp\";\nimport EqualizerIcon from \"@mui/icons-material/Equalizer\";\nimport SchoolIcon from \"@mui/icons-material/School\";\nimport { Router } from \"../GameRoot\";\nimport { Page } from \"../Router\";\nimport { Settings } from \"../../Settings/Settings\";\nimport { Box, Button, Typography } from \"@mui/material\";\nimport { debounce } from \"lodash\";\n\nconst useStyles = makeStyles({\n overviewContainer: {\n position: \"fixed\",\n top: 0,\n right: 0,\n zIndex: 1500,\n display: \"flex\",\n justifyContent: \"flex-end\",\n flexDirection: \"column\",\n },\n\n header: {\n cursor: \"grab\",\n textAlign: \"center\",\n display: \"flex\",\n flexDirection: \"row\",\n alignItems: \"center\",\n },\n\n visibilityToggle: {\n padding: \"2px\",\n minWidth: \"inherit\",\n backgroundColor: \"transparent\",\n border: \"none\",\n \"&:hover\": {\n backgroundColor: \"rgba(255, 255, 255, 0.1)\",\n },\n },\n\n collapse: {\n borderTop: `1px solid ${Settings.theme.welllight}`,\n margin: \"0 auto\",\n },\n\n icon: {\n fontSize: \"24px\",\n },\n});\n\ninterface IProps {\n children: JSX.Element[] | JSX.Element | React.ReactElement[] | React.ReactElement;\n mode: \"tutorial\" | \"overview\";\n}\n\nexport interface OverviewSettings {\n opened: boolean;\n x: number;\n y: number;\n}\n\nexport function Overview({ children, mode }: IProps): React.ReactElement {\n const draggableRef = useRef(null);\n const [open, setOpen] = useState(Settings.overview.opened);\n const [x, setX] = useState(Settings.overview.x);\n const [y, setY] = useState(Settings.overview.y);\n const classes = useStyles();\n\n const CurrentIcon = open ? KeyboardArrowUpIcon : KeyboardArrowDownIcon;\n const LeftIcon = mode === \"tutorial\" ? SchoolIcon : EqualizerIcon;\n const header = mode === \"tutorial\" ? \"Tutorial\" : \"Overview\";\n const handleStop: DraggableEventHandler = (e, data) => {\n setX(data.x);\n setY(data.y);\n };\n\n useEffect(() => {\n Settings.overview = { x, y, opened: open };\n }, [open, x, y]);\n\n // Trigger fakeDrag once to make sure loaded data is not outside bounds\n useEffect(() => fakeDrag(), []);\n\n // And trigger fakeDrag when the window is resized\n useEffect(() => {\n window.addEventListener(\"resize\", fakeDrag);\n return () => {\n window.removeEventListener(\"resize\", fakeDrag);\n };\n }, []);\n\n const fakeDrag = debounce((): void => {\n const node = draggableRef?.current;\n if (!node) return;\n\n // No official way to trigger an onChange to recompute the bounds\n // See: https://github.com/react-grid-layout/react-draggable/issues/363#issuecomment-947751127\n triggerMouseEvent(node, \"mouseover\");\n triggerMouseEvent(node, \"mousedown\");\n triggerMouseEvent(document, \"mousemove\");\n triggerMouseEvent(node, \"mouseup\");\n triggerMouseEvent(node, \"click\");\n }, 100);\n\n const triggerMouseEvent = (node: HTMLDivElement | Document, eventType: string): void => {\n const clickEvent = document.createEvent(\"MouseEvents\");\n clickEvent.initEvent(eventType, true, true);\n node.dispatchEvent(clickEvent);\n };\n\n if (Router.page() === Page.BitVerse || Router.page() === Page.Loading || Router.page() === Page.Recovery)\n return <>;\n return (\n \n \n setOpen((old) => !old)} ref={draggableRef}>\n \n \n \n {header}\n \n \n {\n setOpen((old) => !old)}\n onTouchEnd={() => setOpen((old) => !old)}\n />\n }\n \n \n \n \n {children}\n \n \n \n );\n}\n","import React, { useState, useEffect } from \"react\";\nimport { KEYCODE } from \"../../utils/helpers/keyCodes\";\nimport clsx from \"clsx\";\nimport { styled, Theme, CSSObject } from \"@mui/material/styles\";\nimport createStyles from \"@mui/styles/createStyles\";\nimport makeStyles from \"@mui/styles/makeStyles\";\nimport MuiDrawer from \"@mui/material/Drawer\";\nimport List from \"@mui/material/List\";\nimport Divider from \"@mui/material/Divider\";\nimport Tooltip from \"@mui/material/Tooltip\";\nimport ChevronLeftIcon from \"@mui/icons-material/ChevronLeft\";\nimport ChevronRightIcon from \"@mui/icons-material/ChevronRight\";\nimport ListItem from \"@mui/material/ListItem\";\nimport ListItemIcon from \"@mui/material/ListItemIcon\";\nimport ListItemText from \"@mui/material/ListItemText\";\nimport Typography from \"@mui/material/Typography\";\nimport Collapse from \"@mui/material/Collapse\";\nimport Badge from \"@mui/material/Badge\";\n\nimport ComputerIcon from \"@mui/icons-material/Computer\";\nimport LastPageIcon from \"@mui/icons-material/LastPage\"; // Terminal\nimport CreateIcon from \"@mui/icons-material/Create\"; // Create Script\nimport StorageIcon from \"@mui/icons-material/Storage\"; // Active Scripts\nimport BugReportIcon from \"@mui/icons-material/BugReport\"; // Create Program\nimport EqualizerIcon from \"@mui/icons-material/Equalizer\"; // Stats\nimport ContactsIcon from \"@mui/icons-material/Contacts\"; // Factions\nimport DoubleArrowIcon from \"@mui/icons-material/DoubleArrow\"; // Augmentations\nimport AccountTreeIcon from \"@mui/icons-material/AccountTree\"; // Hacknet\nimport PeopleAltIcon from \"@mui/icons-material/PeopleAlt\"; // Sleeves\nimport LocationCityIcon from \"@mui/icons-material/LocationCity\"; // City\nimport AirplanemodeActiveIcon from \"@mui/icons-material/AirplanemodeActive\"; // Travel\nimport WorkIcon from \"@mui/icons-material/Work\"; // Job\nimport TrendingUpIcon from \"@mui/icons-material/TrendingUp\"; // Stock Market\nimport FormatBoldIcon from \"@mui/icons-material/FormatBold\"; // Bladeburner\nimport BusinessIcon from \"@mui/icons-material/Business\"; // Corp\nimport SportsMmaIcon from \"@mui/icons-material/SportsMma\"; // Gang\nimport CheckIcon from \"@mui/icons-material/Check\"; // Milestones\nimport HelpIcon from \"@mui/icons-material/Help\"; // Tutorial\nimport SettingsIcon from \"@mui/icons-material/Settings\"; // options\nimport DeveloperBoardIcon from \"@mui/icons-material/DeveloperBoard\"; // Dev\nimport EmojiEventsIcon from \"@mui/icons-material/EmojiEvents\"; // Achievements\nimport AccountBoxIcon from \"@mui/icons-material/AccountBox\";\nimport PublicIcon from \"@mui/icons-material/Public\";\nimport LiveHelpIcon from \"@mui/icons-material/LiveHelp\";\nimport ExpandLessIcon from \"@mui/icons-material/ExpandLess\";\nimport ExpandMoreIcon from \"@mui/icons-material/ExpandMore\";\n\nimport { Router } from \"../../ui/GameRoot\";\nimport { Page } from \"../../ui/Router\";\nimport { Player } from \"../../Player\";\nimport { CONSTANTS } from \"../../Constants\";\nimport { iTutorialSteps, iTutorialNextStep, ITutorial } from \"../../InteractiveTutorial\";\nimport { getAvailableCreatePrograms } from \"../../Programs/ProgramHelpers\";\nimport { Settings } from \"../../Settings/Settings\";\nimport { AugmentationNames } from \"../../Augmentation/data/AugmentationNames\";\n\nimport { ProgramsSeen } from \"../../Programs/ui/ProgramsRoot\";\nimport { InvitationsSeen } from \"../../Faction/ui/FactionsRoot\";\nimport { hash } from \"../../hash/hash\";\nimport { Locations } from \"../../Locations/Locations\";\n\nconst openedMixin = (theme: Theme): CSSObject => ({\n width: theme.spacing(31),\n transition: theme.transitions.create(\"width\", {\n easing: theme.transitions.easing.sharp,\n duration: theme.transitions.duration.enteringScreen,\n }),\n overflowX: \"hidden\",\n});\n\nconst closedMixin = (theme: Theme): CSSObject => ({\n transition: theme.transitions.create(\"width\", {\n easing: theme.transitions.easing.sharp,\n duration: theme.transitions.duration.leavingScreen,\n }),\n overflowX: \"hidden\",\n width: `calc(${theme.spacing(2)} + 1px)`,\n [theme.breakpoints.up(\"sm\")]: {\n width: `calc(${theme.spacing(7)} + 1px)`,\n },\n});\n\nconst Drawer = styled(MuiDrawer, { shouldForwardProp: (prop) => prop !== \"open\" })(({ theme, open }) => ({\n width: theme.spacing(31),\n whiteSpace: \"nowrap\",\n boxSizing: \"border-box\",\n ...(open && {\n ...openedMixin(theme),\n \"& .MuiDrawer-paper\": openedMixin(theme),\n }),\n ...(!open && {\n ...closedMixin(theme),\n \"& .MuiDrawer-paper\": closedMixin(theme),\n }),\n}));\n\nconst useStyles = makeStyles((theme: Theme) =>\n createStyles({\n active: {\n borderLeft: \"3px solid \" + theme.palette.primary.main,\n },\n listitem: {},\n }),\n);\n\ninterface IProps {\n page: Page;\n opened: boolean;\n onToggled: (newValue: boolean) => void;\n}\n\nexport function SidebarRoot(props: IProps): React.ReactElement {\n const setRerender = useState(false)[1];\n function rerender(): void {\n setRerender((old) => !old);\n }\n\n useEffect(() => {\n const id = setInterval(rerender, 200);\n return () => clearInterval(id);\n }, []);\n\n const [hackingOpen, setHackingOpen] = useState(true);\n const [characterOpen, setCharacterOpen] = useState(true);\n const [worldOpen, setWorldOpen] = useState(true);\n const [helpOpen, setHelpOpen] = useState(true);\n\n const flashTerminal =\n ITutorial.currStep === iTutorialSteps.CharacterGoToTerminalPage ||\n ITutorial.currStep === iTutorialSteps.ActiveScriptsPage;\n\n const flashStats = ITutorial.currStep === iTutorialSteps.GoToCharacterPage;\n\n const flashActiveScripts = ITutorial.currStep === iTutorialSteps.TerminalGoToActiveScriptsPage;\n\n const flashHacknet = ITutorial.currStep === iTutorialSteps.GoToHacknetNodesPage;\n\n const flashCity = ITutorial.currStep === iTutorialSteps.HacknetNodesGoToWorldPage;\n\n const flashTutorial = ITutorial.currStep === iTutorialSteps.WorldDescription;\n\n const augmentationCount = Player.queuedAugmentations.length;\n const invitationsCount = Player.factionInvitations.filter((f) => !InvitationsSeen.includes(f)).length;\n const programCount = getAvailableCreatePrograms().length - ProgramsSeen.length;\n\n const canOpenFactions =\n Player.factionInvitations.length > 0 ||\n Player.factions.length > 0 ||\n Player.augmentations.length > 0 ||\n Player.queuedAugmentations.length > 0 ||\n Player.sourceFiles.length > 0;\n\n const canOpenAugmentations =\n Player.augmentations.length > 0 || Player.queuedAugmentations.length > 0 || Player.sourceFiles.length > 0;\n\n const canOpenSleeves = Player.sleeves.length > 0;\n\n const canCorporation = !!Player.corporation;\n const canGang = !!Player.gang;\n const canJob = Object.values(Player.jobs).length > 0;\n const canStockMarket = Player.hasWseAccount;\n const canBladeburner = !!Player.bladeburner;\n const canStaneksGift = Player.augmentations.some((aug) => aug.name === AugmentationNames.StaneksGift1);\n\n function clickTerminal(): void {\n Router.toTerminal();\n if (flashTerminal) iTutorialNextStep();\n }\n\n function clickScriptEditor(): void {\n Router.toScriptEditor();\n }\n\n function clickStats(): void {\n Router.toStats();\n if (flashStats) iTutorialNextStep();\n }\n\n function clickActiveScripts(): void {\n Router.toActiveScripts();\n if (flashActiveScripts) iTutorialNextStep();\n }\n\n function clickCreateProgram(): void {\n Router.toCreateProgram();\n }\n\n function clickStaneksGift(): void {\n Router.toStaneksGift();\n }\n\n function clickFactions(): void {\n Router.toFactions();\n }\n\n function clickAugmentations(): void {\n Router.toAugmentations();\n }\n\n function clickSleeves(): void {\n Router.toSleeves();\n }\n\n function clickHacknet(): void {\n Router.toHacknetNodes();\n if (flashHacknet) iTutorialNextStep();\n }\n\n function clickCity(): void {\n Router.toCity();\n if (flashCity) iTutorialNextStep();\n }\n\n function clickTravel(): void {\n Router.toTravel();\n }\n\n function clickJob(): void {\n Router.toJob(Locations[Object.keys(Player.jobs)[0]]);\n }\n\n function clickStockMarket(): void {\n Router.toStockMarket();\n }\n\n function clickBladeburner(): void {\n Router.toBladeburner();\n }\n\n function clickCorp(): void {\n Router.toCorporation();\n }\n\n function clickGang(): void {\n Router.toGang();\n }\n\n function clickTutorial(): void {\n Router.toTutorial();\n if (flashTutorial) iTutorialNextStep();\n }\n\n function clickMilestones(): void {\n Router.toMilestones();\n }\n function clickOptions(): void {\n Router.toGameOptions();\n }\n\n function clickDev(): void {\n Router.toDevMenu();\n }\n\n function clickAchievements(): void {\n Router.toAchievements();\n }\n\n useEffect(() => {\n // Shortcuts to navigate through the game\n // Alt-t - Terminal\n // Alt-c - Character\n // Alt-e - Script editor\n // Alt-s - Active scripts\n // Alt-h - Hacknet Nodes\n // Alt-w - City\n // Alt-j - Job\n // Alt-r - Travel Agency of current city\n // Alt-p - Create program\n // Alt-f - Factions\n // Alt-a - Augmentations\n // Alt-u - Tutorial\n // Alt-o - Options\n // Alt-b - Bladeburner\n // Alt-g - Gang\n function handleShortcuts(this: Document, event: KeyboardEvent): void {\n if (Settings.DisableHotkeys) return;\n if ((Player.currentWork && Player.focus) || Router.page() === Page.BitVerse) return;\n if (event.code === KEYCODE.T && event.altKey) {\n event.preventDefault();\n clickTerminal();\n } else if (event.code === KEYCODE.C && event.altKey) {\n event.preventDefault();\n clickStats();\n } else if (event.code === KEYCODE.E && event.altKey) {\n event.preventDefault();\n clickScriptEditor();\n } else if (event.code === KEYCODE.S && event.altKey) {\n event.preventDefault();\n clickActiveScripts();\n } else if (event.code === KEYCODE.H && event.altKey) {\n event.preventDefault();\n clickHacknet();\n } else if (event.code === KEYCODE.W && event.altKey) {\n event.preventDefault();\n clickCity();\n } else if (event.code === KEYCODE.J && event.altKey && !event.ctrlKey && !event.metaKey && canJob) {\n // ctrl/cmd + alt + j is shortcut to open Chrome dev tools\n event.preventDefault();\n clickJob();\n } else if (event.code === KEYCODE.R && event.altKey) {\n event.preventDefault();\n clickTravel();\n } else if (event.code === KEYCODE.P && event.altKey) {\n event.preventDefault();\n clickCreateProgram();\n } else if (event.code === KEYCODE.F && event.altKey) {\n if (props.page == Page.Terminal && Settings.EnableBashHotkeys) {\n return;\n }\n event.preventDefault();\n clickFactions();\n } else if (event.code === KEYCODE.A && event.altKey) {\n event.preventDefault();\n clickAugmentations();\n } else if (event.code === KEYCODE.U && event.altKey) {\n event.preventDefault();\n clickTutorial();\n } else if (event.code === KEYCODE.O && event.altKey) {\n event.preventDefault();\n clickOptions();\n } else if (event.code === KEYCODE.B && event.altKey && Player.bladeburner) {\n event.preventDefault();\n clickBladeburner();\n } else if (event.code === KEYCODE.G && event.altKey && Player.gang) {\n event.preventDefault();\n clickGang();\n }\n }\n\n document.addEventListener(\"keydown\", handleShortcuts);\n return () => document.removeEventListener(\"keydown\", handleShortcuts);\n }, []);\n\n const classes = useStyles();\n const [open, setOpen] = useState(props.opened);\n const toggleDrawer = (): void => setOpen((old) => !old);\n\n useEffect(() => {\n props.onToggled(open);\n }, [open]);\n\n return (\n \n \n \n {!open ? : }\n \n \n Bitburner v{CONSTANTS.VersionString}\n \n }\n />\n \n \n \n setHackingOpen((old) => !old)}>\n \n \n \n \n \n Hacking} />\n {hackingOpen ? : }\n \n \n \n \n \n \n \n \n \n \n \n Terminal\n \n \n \n \n \n \n \n \n \n \n \n Script Editor\n \n \n \n \n \n \n \n \n \n \n \n Active Scripts\n \n \n \n \n \n 0 ? programCount : undefined} color=\"error\">\n \n \n \n \n \n \n \n Create Program\n \n \n \n {canStaneksGift && (\n \n \n \n \n \n \n \n \n Stanek's Gift\n \n \n \n )}\n \n \n\n \n setCharacterOpen((old) => !old)}>\n \n \n \n \n \n Character} />\n {characterOpen ? : }\n \n \n \n \n \n \n \n \n \n \n Stats\n \n \n \n {canOpenFactions && (\n \n \n \n \n \n \n \n \n \n \n Factions\n \n \n \n )}\n {canOpenAugmentations && (\n \n \n \n \n \n \n \n \n \n \n Augmentations\n \n \n \n )}\n \n \n \n \n \n \n \n \n Hacknet\n \n \n \n {canOpenSleeves && (\n \n \n \n \n \n \n \n Sleeves\n \n \n )}\n \n\n \n setWorldOpen((old) => !old)}>\n \n \n \n \n \n World} />\n {worldOpen ? : }\n \n \n \n \n \n \n \n \n \n \n City\n \n \n \n \n \n \n \n \n \n \n Travel\n \n \n {canJob && (\n \n \n \n \n \n \n \n Job\n \n \n )}\n {canStockMarket && (\n \n \n \n \n \n \n \n Stock Market\n \n \n )}\n {canBladeburner && (\n \n \n \n \n \n \n \n Bladeburner\n \n \n )}\n {canCorporation && (\n \n \n \n \n \n \n \n Corp\n \n \n )}\n {canGang && (\n \n \n \n \n \n \n \n Gang\n \n \n )}\n \n\n \n setHelpOpen((old) => !old)}>\n \n \n \n \n \n Help} />\n {helpOpen ? : }\n \n \n \n \n \n \n \n \n \n Milestones\n \n \n \n \n \n \n \n \n \n \n Tutorial\n \n \n \n \n \n \n \n \n \n \n Achievements\n \n \n \n \n \n \n \n \n \n Options\n \n \n {process.env.NODE_ENV === \"development\" && (\n \n \n \n \n \n \n \n Dev\n \n \n )}\n \n \n \n );\n}\n","import { Programs } from \"./Programs\";\nimport { Program } from \"./Program\";\n\nimport { Player } from \"../Player\";\n\n//Returns the programs this player can create.\nexport function getAvailableCreatePrograms(): Program[] {\n const programs: Program[] = [];\n for (const key of Object.keys(Programs)) {\n // Non-creatable program\n const create = Programs[key].create;\n if (create == null) continue;\n\n // Already has program\n if (Player.hasProgram(Programs[key].name)) continue;\n\n // Does not meet requirements\n if (!create.req()) continue;\n\n programs.push(Programs[key]);\n }\n\n return programs;\n}\n","/**\n * Root React component for the Augmentations UI page that display all of your\n * owned and purchased Augmentations and Source-Files.\n */\nimport React, { useState, useEffect } from \"react\";\n\nimport { InstalledAugmentations } from \"./InstalledAugmentations\";\nimport { PlayerMultipliers } from \"./PlayerMultipliers\";\nimport { PurchasedAugmentations } from \"./PurchasedAugmentations\";\nimport { SourceFilesElement } from \"./SourceFiles\";\n\nimport { canGetBonus } from \"../../ExportBonus\";\nimport Typography from \"@mui/material/Typography\";\nimport Button from \"@mui/material/Button\";\nimport Tooltip from \"@mui/material/Tooltip\";\nimport Box from \"@mui/material/Box\";\nimport Paper from \"@mui/material/Paper\";\nimport Container from \"@mui/material/Container\";\nimport { Settings } from \"../../Settings/Settings\";\nimport { ConfirmationModal } from \"../../ui/React/ConfirmationModal\";\nimport { Player } from \"../../Player\";\nimport { AugmentationNames } from \"../data/AugmentationNames\";\nimport { StaticAugmentations } from \"../StaticAugmentations\";\nimport { CONSTANTS } from \"../../Constants\";\nimport { formatNumber } from \"../../utils/StringHelperFunctions\";\nimport { Info } from \"@mui/icons-material\";\nimport { Link } from \"@mui/material\";\nimport { AlertEvents } from \"../../ui/React/AlertManager\";\n\nconst NeuroFluxDisplay = (): React.ReactElement => {\n const level = Player.augmentations.find((e) => e.name === AugmentationNames.NeuroFluxGovernor)?.level ?? 0;\n\n const openBloodDonation = () => {\n AlertEvents.emit(\n <>\n Bitburner blood donation community program\n \n The blood donation program is a continuous real life event started on 2022-04-01. To participate simply go\n donate blood, plasma, or platelets to your local organization and take a picture as proof (hide your personal\n information). Then send the proof to hydroflame on reddit or discord.\n \n Currently accumulated {CONSTANTS.Donations} donations.\n ,\n );\n };\n return level > 0 ? (\n \n \n NeuroFlux Governor - Level {level}\n \n \n {StaticAugmentations[AugmentationNames.NeuroFluxGovernor].stats}\n \n \n The power of {AugmentationNames.NeuroFluxGovernor} increases with blood donations from players in real life.\n Learn more here\n \n \n ) : (\n <>\n );\n};\n\nconst EntropyDisplay = (): React.ReactElement => {\n return Player.entropy > 0 ? (\n \n \n Entropy Virus - Level {Player.entropy}\n \n \n All multipliers decreased by: {formatNumber((1 - CONSTANTS.EntropyEffect ** Player.entropy) * 100, 3)}%\n (multiplicative)\n \n \n ) : (\n <>\n );\n};\n\ninterface IProps {\n exportGameFn: () => void;\n installAugmentationsFn: () => void;\n}\n\nexport function AugmentationsRoot(props: IProps): React.ReactElement {\n const [installOpen, setInstallOpen] = useState(false);\n const setRerender = useState(false)[1];\n function rerender(): void {\n setRerender((o) => !o);\n }\n useEffect(() => {\n const id = setInterval(rerender, 200);\n return () => clearInterval(id);\n }, []);\n\n function doExport(): void {\n props.exportGameFn();\n rerender();\n }\n\n function exportBonusStr(): string {\n if (canGetBonus()) return \"(+1 favor to all factions)\";\n return \"\";\n }\n\n function doInstall(): void {\n if (!Settings.SuppressBuyAugmentationConfirmation) {\n setInstallOpen(true);\n } else {\n props.installAugmentationsFn();\n }\n }\n\n return (\n \n Augmentations\n \n \n \n Purchased Augmentations\n \n \n Below is a list of all Augmentations you have purchased but not yet installed. Click the button\n below to install them.\n \n \n WARNING: Installing your Augmentations resets most of your progress, including:\n \n
\n - Stats/Skill levels and Experience\n - Money\n - Scripts on every computer but your home computer\n - Purchased servers\n - Hacknet Nodes\n - Faction/Company reputation\n - Stocks\n
\n \n Installing Augmentations lets you start over with the perks and benefits granted by all of the\n Augmentations you have ever installed. Also, you will keep any scripts and RAM/Core upgrades on your\n home computer (but you will lose all programs besides NUKE.exe)\n \n \n }\n >\n \n \n
\n setInstallOpen(false)}\n onConfirm={props.installAugmentationsFn}\n confirmationText={\n <>\n Installing will reset\n
\n
- money\n
- skill / experience\n
- every server except home\n
- factions and reputation\n
\n
\n You will keep:\n
\n
- All scripts on home\n
- home ram and cores\n
\n
\n It is recommended to install several Augmentations at once. Preferably everything from any faction of\n your choosing.\n \n }\n />\n \n 'I never asked for this'}>\n \n \n \n \n It's always a good idea to backup/export your save!}>\n \n \n \n
\n {Player.queuedAugmentations.length > 0 ? (\n \n \n \n \n ) : (\n \n No Augmentations have been purchased yet\n \n )}\n
\n\n e.name === AugmentationNames.NeuroFluxGovernor)?.level ?? 0) > 0) +\n +!!(Player.entropy > 0)\n }, 1fr)`,\n gap: 1,\n }}\n >\n \n \n \n\n \n \n \n \n
\n );\n}\n","/**\n * React Component for displaying all of the player's installed Augmentations and\n * Source-Files.\n *\n * It also contains 'configuration' buttons that allow you to change how the\n * Augs/SF's are displayed\n */\nimport { Box, ListItemButton, Paper, Typography } from \"@mui/material\";\nimport Button from \"@mui/material/Button\";\nimport List from \"@mui/material/List\";\nimport Tooltip from \"@mui/material/Tooltip\";\nimport React, { useState } from \"react\";\nimport { OwnedAugmentationsOrderSetting } from \"../../Settings/SettingEnums\";\nimport { Settings } from \"../../Settings/Settings\";\nimport { Player } from \"../../Player\";\nimport { StaticAugmentations } from \"../StaticAugmentations\";\nimport { AugmentationNames } from \"../data/AugmentationNames\";\n\nexport function InstalledAugmentations(): React.ReactElement {\n const setRerender = useState(true)[1];\n const sourceAugs = Player.augmentations.slice().filter((aug) => aug.name !== AugmentationNames.NeuroFluxGovernor);\n\n const [selectedAug, setSelectedAug] = useState(sourceAugs[0]);\n\n if (Settings.OwnedAugmentationsOrder === OwnedAugmentationsOrderSetting.Alphabetically) {\n sourceAugs.sort((aug1, aug2) => {\n return aug1.name.localeCompare(aug2.name);\n });\n }\n\n function rerender(): void {\n setRerender((old) => !old);\n }\n\n function sortByAcquirementTime(): void {\n Settings.OwnedAugmentationsOrder = OwnedAugmentationsOrderSetting.AcquirementTime;\n rerender();\n }\n\n function sortInOrder(): void {\n Settings.OwnedAugmentationsOrder = OwnedAugmentationsOrderSetting.Alphabetically;\n rerender();\n }\n\n return (\n \n \n Installed Augmentations\n \n \n \n \n \n \n \n \n \n {sourceAugs.length > 0 ? (\n \n \n \n {sourceAugs.map((k, i) => (\n setSelectedAug(k)} selected={selectedAug === k}>\n {k.name}\n \n ))}\n \n \n \n \n {selectedAug.name}\n \n \n {(() => {\n const aug = StaticAugmentations[selectedAug.name];\n\n const info = typeof aug.info === \"string\" ? {aug.info} : aug.info;\n const tooltip = (\n <>\n {info}\n
\n
\n {aug.stats}\n \n );\n return tooltip;\n })()}\n
\n
\n
\n ) : (\n \n No Augmentations have been installed yet\n \n )}\n
\n );\n}\n","import { DoubleArrow } from \"@mui/icons-material\";\nimport { List, ListItem, ListItemText, Paper, Typography } from \"@mui/material\";\nimport * as React from \"react\";\nimport { Multipliers, defaultMultipliers, mergeMultipliers } from \"../../PersonObjects/Multipliers\";\nimport { BitNodeMultipliers } from \"../../BitNode/BitNodeMultipliers\";\nimport { Player } from \"../../Player\";\nimport { Settings } from \"../../Settings/Settings\";\nimport { numeralWrapper } from \"../../ui/numeralFormat\";\nimport { StaticAugmentations } from \"../StaticAugmentations\";\n\nfunction calculateAugmentedStats(): Multipliers {\n let augP: Multipliers = defaultMultipliers();\n for (const aug of Player.queuedAugmentations) {\n const augObj = StaticAugmentations[aug.name];\n augP = mergeMultipliers(augP, augObj.mults);\n }\n return augP;\n}\n\ninterface IBitNodeModifiedStatsProps {\n base: number;\n mult: number;\n color: string;\n}\n\nfunction BitNodeModifiedStats(props: IBitNodeModifiedStatsProps): React.ReactElement {\n // If player doesn't have SF5 or if the property isn't affected by BitNode mults\n if (props.mult === 1 || Player.sourceFileLvl(5) === 0)\n return {numeralWrapper.formatPercentage(props.base)};\n\n return (\n \n {numeralWrapper.formatPercentage(props.base)}{\" \"}\n {numeralWrapper.formatPercentage(props.base * props.mult)}\n \n );\n}\n\ninterface MultiplierListItemData {\n mult: string;\n current: number;\n augmented: number;\n bnMult?: number;\n color?: string;\n}\n\ninterface IMultiplierListProps {\n rows: MultiplierListItemData[];\n}\n\nfunction MultiplierList(props: IMultiplierListProps): React.ReactElement {\n const listItems = props.rows\n .map((data) => {\n const { mult, current, augmented, bnMult = 1, color = Settings.theme.primary } = data;\n\n if (!isNaN(augmented)) {\n return (\n \n \n {mult}\n \n }\n secondary={\n \n \n \n \n \n }\n disableTypography\n />\n \n );\n }\n return;\n })\n .filter((i) => i !== undefined);\n\n return listItems.length > 0 ? {listItems} : <>;\n}\n\n/** React component for displaying the player's multipliers on the Augmentation UI page */\nexport function PlayerMultipliers(): React.ReactElement {\n const mults = calculateAugmentedStats();\n\n const leftColData: MultiplierListItemData[] = [\n ...[\n {\n mult: \"Hacking Chance\",\n current: Player.mults.hacking_chance,\n augmented: Player.mults.hacking_chance * mults.hacking_chance,\n },\n {\n mult: \"Hacking Speed\",\n current: Player.mults.hacking_speed,\n augmented: Player.mults.hacking_speed * mults.hacking_speed,\n },\n {\n mult: \"Hacking Money\",\n current: Player.mults.hacking_money,\n augmented: Player.mults.hacking_money * mults.hacking_money,\n bnMult: BitNodeMultipliers.ScriptHackMoney,\n },\n {\n mult: \"Hacking Growth\",\n current: Player.mults.hacking_grow,\n augmented: Player.mults.hacking_grow * mults.hacking_grow,\n },\n {\n mult: \"Hacking Level\",\n current: Player.mults.hacking,\n augmented: Player.mults.hacking * mults.hacking,\n bnMult: BitNodeMultipliers.HackingLevelMultiplier,\n },\n {\n mult: \"Hacking Experience\",\n current: Player.mults.hacking_exp,\n augmented: Player.mults.hacking_exp * mults.hacking_exp,\n bnMult: BitNodeMultipliers.HackExpGain,\n },\n ].map((data: MultiplierListItemData) =>\n Object.defineProperty(data, \"color\", {\n value: Settings.theme.hack,\n }),\n ),\n ...[\n {\n mult: \"Strength Level\",\n current: Player.mults.strength,\n augmented: Player.mults.strength * mults.strength,\n bnMult: BitNodeMultipliers.StrengthLevelMultiplier,\n },\n {\n mult: \"Strength Experience\",\n current: Player.mults.strength_exp,\n augmented: Player.mults.strength_exp * mults.strength_exp,\n },\n {\n mult: \"Defense Level\",\n current: Player.mults.defense,\n augmented: Player.mults.defense * mults.defense,\n bnMult: BitNodeMultipliers.DefenseLevelMultiplier,\n },\n {\n mult: \"Defense Experience\",\n current: Player.mults.defense_exp,\n augmented: Player.mults.defense_exp * mults.defense_exp,\n },\n {\n mult: \"Dexterity Level\",\n current: Player.mults.dexterity,\n augmented: Player.mults.dexterity * mults.dexterity,\n bnMult: BitNodeMultipliers.DexterityLevelMultiplier,\n },\n {\n mult: \"Dexterity Experience\",\n current: Player.mults.dexterity_exp,\n augmented: Player.mults.dexterity_exp * mults.dexterity_exp,\n },\n {\n mult: \"Agility Level\",\n current: Player.mults.agility,\n augmented: Player.mults.agility * mults.agility,\n bnMult: BitNodeMultipliers.AgilityLevelMultiplier,\n },\n {\n mult: \"Agility Experience\",\n current: Player.mults.agility_exp,\n augmented: Player.mults.agility_exp * mults.agility_exp,\n },\n ].map((data: MultiplierListItemData) =>\n Object.defineProperty(data, \"color\", {\n value: Settings.theme.combat,\n }),\n ),\n {\n mult: \"Charisma Level\",\n current: Player.mults.charisma,\n augmented: Player.mults.charisma * mults.charisma,\n bnMult: BitNodeMultipliers.CharismaLevelMultiplier,\n color: Settings.theme.cha,\n },\n {\n mult: \"Charisma Experience\",\n current: Player.mults.charisma_exp,\n augmented: Player.mults.charisma_exp * mults.charisma_exp,\n color: Settings.theme.cha,\n },\n ];\n const rightColData: MultiplierListItemData[] = [\n {\n mult: \"Hacknet Node Production\",\n current: Player.mults.hacknet_node_money,\n augmented: Player.mults.hacknet_node_money * mults.hacknet_node_money,\n bnMult: BitNodeMultipliers.HacknetNodeMoney,\n },\n {\n mult: \"Hacknet Node Purchase Cost\",\n current: Player.mults.hacknet_node_purchase_cost,\n augmented: Player.mults.hacknet_node_purchase_cost * mults.hacknet_node_purchase_cost,\n },\n {\n mult: \"Hacknet Node RAM Upgrade Cost\",\n current: Player.mults.hacknet_node_ram_cost,\n augmented: Player.mults.hacknet_node_ram_cost * mults.hacknet_node_ram_cost,\n },\n {\n mult: \"Hacknet Node Core Purchase Cost\",\n current: Player.mults.hacknet_node_core_cost,\n augmented: Player.mults.hacknet_node_core_cost * mults.hacknet_node_core_cost,\n },\n {\n mult: \"Hacknet Node Level Upgrade Cost\",\n current: Player.mults.hacknet_node_level_cost,\n augmented: Player.mults.hacknet_node_level_cost * mults.hacknet_node_level_cost,\n },\n {\n mult: \"Company Reputation Gain\",\n current: Player.mults.company_rep,\n augmented: Player.mults.company_rep * mults.company_rep,\n },\n {\n mult: \"Faction Reputation Gain\",\n current: Player.mults.faction_rep,\n augmented: Player.mults.faction_rep * mults.faction_rep,\n bnMult: BitNodeMultipliers.FactionWorkRepGain,\n },\n {\n mult: \"Salary\",\n current: Player.mults.work_money,\n augmented: Player.mults.work_money * mults.work_money,\n bnMult: BitNodeMultipliers.CompanyWorkMoney,\n color: Settings.theme.money,\n },\n {\n mult: \"Crime Success Chance\",\n current: Player.mults.crime_success,\n augmented: Player.mults.crime_success * mults.crime_success,\n color: Settings.theme.combat,\n },\n {\n mult: \"Crime Money\",\n current: Player.mults.crime_money,\n augmented: Player.mults.crime_money * mults.crime_money,\n bnMult: BitNodeMultipliers.CrimeMoney,\n color: Settings.theme.money,\n },\n ];\n\n if (Player.canAccessBladeburner() && BitNodeMultipliers.BladeburnerRank > 0) {\n rightColData.push(\n {\n mult: \"Bladeburner Success Chance\",\n current: Player.mults.bladeburner_success_chance,\n augmented: Player.mults.bladeburner_success_chance * mults.bladeburner_success_chance,\n },\n {\n mult: \"Bladeburner Max Stamina\",\n current: Player.mults.bladeburner_max_stamina,\n augmented: Player.mults.bladeburner_max_stamina * mults.bladeburner_max_stamina,\n },\n {\n mult: \"Bladeburner Stamina Gain\",\n current: Player.mults.bladeburner_stamina_gain,\n augmented: Player.mults.bladeburner_stamina_gain * mults.bladeburner_stamina_gain,\n },\n {\n mult: \"Bladeburner Field Analysis\",\n current: Player.mults.bladeburner_analysis,\n augmented: Player.mults.bladeburner_analysis * mults.bladeburner_analysis,\n },\n );\n }\n\n return (\n \n \n \n \n );\n}\n","/**\n * React component for displaying all of the player's purchased (but not installed)\n * Augmentations on the Augmentations UI.\n */\nimport { List, ListItemText, Paper, Tooltip, Typography } from \"@mui/material\";\nimport * as React from \"react\";\nimport { Player } from \"../../Player\";\nimport { StaticAugmentations } from \"../StaticAugmentations\";\nimport { AugmentationNames } from \"../data/AugmentationNames\";\n\nexport function PurchasedAugmentations(): React.ReactElement {\n const augs: React.ReactElement[] = [];\n // Only render the last NeuroFlux (there are no findLastIndex btw)\n let nfgIndex = -1;\n for (let i = Player.queuedAugmentations.length - 1; i >= 0; i--) {\n if (Player.queuedAugmentations[i].name === AugmentationNames.NeuroFluxGovernor) {\n nfgIndex = i;\n break;\n }\n }\n for (let i = 0; i < Player.queuedAugmentations.length; i++) {\n const ownedAug = Player.queuedAugmentations[i];\n let displayName = ownedAug.name;\n\n if (ownedAug.name === AugmentationNames.NeuroFluxGovernor && i !== nfgIndex) continue;\n const aug = StaticAugmentations[ownedAug.name];\n\n let level = null;\n if (ownedAug.name === AugmentationNames.NeuroFluxGovernor) {\n level = ownedAug.level;\n displayName += ` - Level ${level}`;\n }\n\n augs.push(\n \n {(() => {\n const info = typeof aug.info === \"string\" ? {aug.info} : aug.info;\n const tooltip = (\n <>\n {info}\n
\n
\n {aug.stats}\n \n );\n return tooltip;\n })()}\n \n }\n enterNextDelay={500}\n key={displayName}\n >\n \n ,\n );\n }\n\n return (\n \n \n {augs}\n \n \n );\n}\n","import { ListItemButton, ListItemText, Paper } from \"@mui/material\";\nimport Box from \"@mui/material/Box\";\nimport List from \"@mui/material/List\";\nimport Typography from \"@mui/material/Typography\";\nimport React, { useState } from \"react\";\nimport { Exploit, ExploitName } from \"../../Exploits/Exploit\";\nimport { Player } from \"../../Player\";\nimport { OwnedAugmentationsOrderSetting } from \"../../Settings/SettingEnums\";\nimport { Settings } from \"../../Settings/Settings\";\nimport { SourceFile } from \"../../SourceFile/SourceFile\";\nimport { SourceFiles } from \"../../SourceFile/SourceFiles\";\n\ninterface SfMinus1 {\n info: React.ReactElement;\n n: number;\n name: string;\n lvl: number;\n}\n\nconst safeGetSf = (sfNum: number): SourceFile | SfMinus1 | null => {\n if (sfNum === -1) {\n const sfMinus1: SfMinus1 = {\n info: (\n <>\n This Source-File can only be acquired with obscure knowledge of the game, javascript, and the web ecosystem.\n
\n
\n It increases all of the player's multipliers by 0.1%\n
\n
\n You have found the following exploits:\n
\n
\n {Player.exploits.map((c: Exploit) => (\n \n * {ExploitName(c)}\n
\n
\n ))}\n \n ),\n lvl: Player.exploits.length,\n n: -1,\n name: \"Source-File -1: Exploits in the BitNodes\",\n };\n return sfMinus1;\n }\n\n const srcFileKey = \"SourceFile\" + sfNum;\n const sfObj = SourceFiles[srcFileKey];\n if (sfObj == null) {\n console.error(`Invalid source file number: ${sfNum}`);\n return null;\n }\n return sfObj;\n};\n\nconst getMaxLevel = (sfObj: SourceFile | SfMinus1): string | number => {\n let maxLevel;\n switch (sfObj.n) {\n case 12:\n maxLevel = \"∞\";\n break;\n case -1:\n maxLevel = Object.keys(Exploit).length;\n break;\n default:\n maxLevel = \"3\";\n }\n return maxLevel;\n};\n\nexport function SourceFilesElement(): React.ReactElement {\n const sourceSfs = Player.sourceFiles.slice();\n const exploits = Player.exploits;\n // Create a fake SF for -1, if \"owned\"\n if (exploits.length > 0) {\n sourceSfs.unshift({\n n: -1,\n lvl: exploits.length,\n });\n }\n\n if (Settings.OwnedAugmentationsOrder === OwnedAugmentationsOrderSetting.Alphabetically) {\n sourceSfs.sort((sf1, sf2) => {\n return sf1.n - sf2.n;\n });\n }\n\n if (sourceSfs.length === 0) {\n return <>;\n }\n\n const [selectedSf, setSelectedSf] = useState(sourceSfs[0]);\n\n return (\n \n \n Source Files\n \n \n \n \n {sourceSfs.map((e, i) => {\n const sfObj = safeGetSf(e.n);\n if (!sfObj) return;\n\n const maxLevel = getMaxLevel(sfObj);\n\n return (\n setSelectedSf(e)}\n selected={selectedSf.n === e.n}\n sx={{ py: 0 }}\n >\n {sfObj.name}}\n secondary={\n \n Level {e.lvl} / {maxLevel}\n \n }\n />\n \n );\n })}\n \n \n \n \n {safeGetSf(selectedSf.n)?.name}\n \n \n {(() => {\n const sfObj = safeGetSf(selectedSf.n);\n if (!sfObj) return;\n\n const maxLevel = getMaxLevel(sfObj);\n\n return (\n <>\n Level {selectedSf.lvl} / {maxLevel}\n
\n
\n {sfObj.info}\n \n );\n })()}\n
\n
\n
\n
\n );\n}\n","import { Player } from \"./Player\";\nimport { AugmentationNames } from \"./Augmentation/data/AugmentationNames\";\n\nimport React, { useEffect } from \"react\";\n\nimport { General } from \"./DevMenu/ui/General\";\nimport { Stats } from \"./DevMenu/ui/Stats\";\nimport { Factions } from \"./DevMenu/ui/Factions\";\nimport { Augmentations } from \"./DevMenu/ui/Augmentations\";\nimport { SourceFiles } from \"./DevMenu/ui/SourceFiles\";\nimport { Programs } from \"./DevMenu/ui/Programs\";\nimport { Servers } from \"./DevMenu/ui/Servers\";\nimport { Companies } from \"./DevMenu/ui/Companies\";\nimport { Bladeburner as BladeburnerElem } from \"./DevMenu/ui/Bladeburner\";\nimport { Gang } from \"./DevMenu/ui/Gang\";\nimport { Corporation } from \"./DevMenu/ui/Corporation\";\nimport { CodingContracts } from \"./DevMenu/ui/CodingContracts\";\nimport { StockMarket } from \"./DevMenu/ui/StockMarket\";\nimport { Sleeves } from \"./DevMenu/ui/Sleeves\";\nimport { Stanek } from \"./DevMenu/ui/Stanek\";\nimport { TimeSkip } from \"./DevMenu/ui/TimeSkip\";\nimport { SaveFile } from \"./DevMenu/ui/SaveFile\";\nimport { Achievements } from \"./DevMenu/ui/Achievements\";\nimport { Entropy } from \"./DevMenu/ui/Entropy\";\nimport Typography from \"@mui/material/Typography\";\nimport { Exploit } from \"./Exploits/Exploit\";\n\nexport function DevMenuRoot(): React.ReactElement {\n useEffect(() => {\n Player.giveExploit(Exploit.YoureNotMeantToAccessThis);\n }, []);\n return (\n <>\n Development Menu - Only meant to be used for testing/debugging\n \n \n \n \n \n \n \n \n\n {Player.bladeburner && }\n\n {Player.gang && }\n\n {Player.corporation && }\n\n \n\n {Player.hasWseAccount && }\n\n {Player.sleeves.length > 0 && }\n {Player.augmentations.some((aug) => aug.name === AugmentationNames.StaneksGift1) && }\n\n \n \n \n \n \n );\n}\n","import React, { useEffect, useState } from \"react\";\n\nimport Accordion from \"@mui/material/Accordion\";\nimport AccordionSummary from \"@mui/material/AccordionSummary\";\nimport AccordionDetails from \"@mui/material/AccordionDetails\";\nimport ExpandMoreIcon from \"@mui/icons-material/ExpandMore\";\n\nimport Typography from \"@mui/material/Typography\";\nimport Button from \"@mui/material/Button\";\nimport { Money } from \"../../ui/React/Money\";\nimport { Player } from \"../../Player\";\nimport { Router } from \"../../ui/GameRoot\";\nimport { MenuItem, SelectChangeEvent, TextField, Select } from \"@mui/material\";\nimport { Bladeburner } from \"../../Bladeburner/Bladeburner\";\nimport { GangConstants } from \"../../Gang/data/Constants\";\nimport { FactionNames } from \"../../Faction/data/FactionNames\";\nimport { checkForMessagesToSend } from \"../../Message/MessageHelpers\";\n\nexport function General(): React.ReactElement {\n const [error, setError] = useState(false);\n const [corporationName, setCorporationName] = useState(\"\");\n const [gangFaction, setGangFaction] = useState(\"\");\n\n function addMoney(n: number) {\n return function () {\n Player.gainMoney(n, \"other\");\n };\n }\n\n function upgradeRam(): void {\n Player.getHomeComputer().maxRam *= 2;\n }\n\n function quickB1tFlum3(): void {\n Router.toBitVerse(true, true);\n }\n\n function b1tflum3(): void {\n Router.toBitVerse(true, false);\n }\n\n function quickHackW0r1dD43m0n(): void {\n Router.toBitVerse(false, true);\n }\n\n function hackW0r1dD43m0n(): void {\n Router.toBitVerse(false, false);\n }\n\n function createCorporation(): void {\n Player.startCorporation(corporationName);\n }\n\n function joinBladeburner(): void {\n Player.bladeburner = new Bladeburner();\n }\n\n function startGang(): void {\n const isHacking = gangFaction === FactionNames.NiteSec || gangFaction === FactionNames.TheBlackHand;\n Player.startGang(gangFaction, isHacking);\n }\n\n function setGangFactionDropdown(event: SelectChangeEvent): void {\n setGangFaction(event.target.value);\n }\n\n function checkMessages(): void {\n checkForMessagesToSend();\n }\n\n useEffect(() => {\n if (error) throw new ReferenceError(\"Manually thrown error\");\n }, [error]);\n\n return (\n \n }>\n General\n \n \n \n \n \n \n \n \n
\n Corporation Name:\n setCorporationName(x.target.value)} />\n \n
\n Gang Faction:\n \n \n
\n \n
\n\n \n \n \n \n \n \n
\n
\n );\n}\n","import React from \"react\";\n\nimport Accordion from \"@mui/material/Accordion\";\nimport AccordionSummary from \"@mui/material/AccordionSummary\";\nimport AccordionDetails from \"@mui/material/AccordionDetails\";\nimport ExpandMoreIcon from \"@mui/icons-material/ExpandMore\";\n\nimport Typography from \"@mui/material/Typography\";\nimport Button from \"@mui/material/Button\";\nimport { Adjuster } from \"./Adjuster\";\nimport { Player } from \"../../Player\";\n\nconst bigNumber = 1e27;\n\nexport function Stats(): React.ReactElement {\n function modifyExp(stat: string, modifier: number) {\n return function (exp: number) {\n switch (stat) {\n case \"hacking\":\n if (exp) {\n Player.gainHackingExp(exp * modifier);\n }\n break;\n case \"strength\":\n if (exp) {\n Player.gainStrengthExp(exp * modifier);\n }\n break;\n case \"defense\":\n if (exp) {\n Player.gainDefenseExp(exp * modifier);\n }\n break;\n case \"dexterity\":\n if (exp) {\n Player.gainDexterityExp(exp * modifier);\n }\n break;\n case \"agility\":\n if (exp) {\n Player.gainAgilityExp(exp * modifier);\n }\n break;\n case \"charisma\":\n if (exp) {\n Player.gainCharismaExp(exp * modifier);\n }\n break;\n case \"intelligence\":\n if (exp) {\n Player.gainIntelligenceExp(exp * modifier);\n }\n break;\n }\n Player.updateSkillLevels();\n };\n }\n\n function modifyKarma(modifier: number) {\n return function (amt: number) {\n Player.karma += amt * modifier;\n };\n }\n\n function tonsOfExp(): void {\n Player.gainHackingExp(bigNumber);\n Player.gainStrengthExp(bigNumber);\n Player.gainDefenseExp(bigNumber);\n Player.gainDexterityExp(bigNumber);\n Player.gainAgilityExp(bigNumber);\n Player.gainCharismaExp(bigNumber);\n Player.gainIntelligenceExp(bigNumber);\n Player.updateSkillLevels();\n }\n\n function resetAllExp(): void {\n Player.exp.hacking = 0;\n Player.exp.strength = 0;\n Player.exp.defense = 0;\n Player.exp.dexterity = 0;\n Player.exp.agility = 0;\n Player.exp.charisma = 0;\n Player.exp.intelligence = 0;\n Player.updateSkillLevels();\n }\n\n function resetExperience(stat: string): () => void {\n return function () {\n switch (stat) {\n case \"hacking\":\n Player.exp.hacking = 0;\n break;\n case \"strength\":\n Player.exp.strength = 0;\n break;\n case \"defense\":\n Player.exp.defense = 0;\n break;\n case \"dexterity\":\n Player.exp.dexterity = 0;\n break;\n case \"agility\":\n Player.exp.agility = 0;\n break;\n case \"charisma\":\n Player.exp.charisma = 0;\n break;\n case \"intelligence\":\n Player.exp.intelligence = 0;\n break;\n }\n Player.updateSkillLevels();\n };\n }\n\n function resetKarma(): () => void {\n return function () {\n Player.karma = 0;\n };\n }\n\n function enableIntelligence(): void {\n if (Player.skills.intelligence === 0) {\n Player.skills.intelligence = 1;\n Player.updateSkillLevels();\n }\n }\n\n function disableIntelligence(): void {\n Player.exp.intelligence = 0;\n Player.skills.intelligence = 0;\n Player.updateSkillLevels();\n }\n\n return (\n \n }>\n Experience / Stats\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n
\n All:\n \n \n \n
\n Hacking:\n \n modifyExp(\"hacking\", 1)(bigNumber)}\n add={modifyExp(\"hacking\", 1)}\n subtract={modifyExp(\"hacking\", -1)}\n reset={resetExperience(\"hacking\")}\n />\n
\n Strength:\n \n modifyExp(\"strength\", 1)(bigNumber)}\n add={modifyExp(\"strength\", 1)}\n subtract={modifyExp(\"strength\", -1)}\n reset={resetExperience(\"strength\")}\n />\n
\n Defense:\n \n modifyExp(\"defense\", 1)(bigNumber)}\n add={modifyExp(\"defense\", 1)}\n subtract={modifyExp(\"defense\", -1)}\n reset={resetExperience(\"defense\")}\n />\n
\n Dexterity:\n \n modifyExp(\"dexterity\", 1)(bigNumber)}\n add={modifyExp(\"dexterity\", 1)}\n subtract={modifyExp(\"dexterity\", -1)}\n reset={resetExperience(\"dexterity\")}\n />\n
\n Agility:\n \n modifyExp(\"agility\", 1)(bigNumber)}\n add={modifyExp(\"agility\", 1)}\n subtract={modifyExp(\"agility\", -1)}\n reset={resetExperience(\"agility\")}\n />\n
\n Charisma:\n \n modifyExp(\"charisma\", 1)(bigNumber)}\n add={modifyExp(\"charisma\", 1)}\n subtract={modifyExp(\"charisma\", -1)}\n reset={resetExperience(\"charisma\")}\n />\n
\n Intelligence:\n \n modifyExp(\"intelligence\", 1)(bigNumber)}\n add={modifyExp(\"intelligence\", 1)}\n subtract={modifyExp(\"intelligence\", -1)}\n reset={resetExperience(\"intelligence\")}\n />\n \n \n \n \n
\n Karma:\n \n modifyExp(\"intelligence\", 1)(100000)}\n add={modifyKarma(1)}\n subtract={modifyKarma(-1)}\n reset={resetKarma()}\n />\n
\n
\n
\n );\n}\n","import React, { useState } from \"react\";\n\nimport Accordion from \"@mui/material/Accordion\";\nimport AccordionSummary from \"@mui/material/AccordionSummary\";\nimport AccordionDetails from \"@mui/material/AccordionDetails\";\nimport ExpandMoreIcon from \"@mui/icons-material/ExpandMore\";\n\nimport Typography from \"@mui/material/Typography\";\nimport Button from \"@mui/material/Button\";\nimport Select, { SelectChangeEvent } from \"@mui/material/Select\";\nimport { Adjuster } from \"./Adjuster\";\nimport { Player } from \"../../Player\";\nimport { Factions as AllFaction } from \"../../Faction/Factions\";\nimport FormControl from \"@mui/material/FormControl\";\nimport MenuItem from \"@mui/material/MenuItem\";\nimport IconButton from \"@mui/material/IconButton\";\nimport ReplyAllIcon from \"@mui/icons-material/ReplyAll\";\nimport ReplyIcon from \"@mui/icons-material/Reply\";\nimport InputLabel from \"@mui/material/InputLabel\";\nimport { FactionNames } from \"../../Faction/data/FactionNames\";\n\nconst bigNumber = 1e12;\n\nexport function Factions(): React.ReactElement {\n const [faction, setFaction] = useState(FactionNames.Illuminati as string);\n\n function setFactionDropdown(event: SelectChangeEvent): void {\n setFaction(event.target.value);\n }\n\n function receiveInvite(): void {\n Player.receiveInvite(faction);\n }\n\n function receiveAllInvites(): void {\n Object.values(FactionNames).forEach((faction) => Player.receiveInvite(faction));\n }\n\n function modifyFactionRep(modifier: number): (x: number) => void {\n return function (reputation: number): void {\n const fac = AllFaction[faction];\n if (fac != null && !isNaN(reputation)) {\n fac.playerReputation += reputation * modifier;\n }\n };\n }\n\n function resetFactionRep(): void {\n const fac = AllFaction[faction];\n if (fac != null) {\n fac.playerReputation = 0;\n }\n }\n\n function modifyFactionFavor(modifier: number): (x: number) => void {\n return function (favor: number): void {\n const fac = AllFaction[faction];\n if (fac != null && !isNaN(favor)) {\n fac.favor += favor * modifier;\n }\n };\n }\n\n function resetFactionFavor(): void {\n const fac = AllFaction[faction];\n if (fac != null) {\n fac.favor = 0;\n }\n }\n\n function tonsOfRep(): void {\n for (const i of Object.keys(AllFaction)) {\n AllFaction[i].playerReputation = bigNumber;\n }\n }\n\n function resetAllRep(): void {\n for (const i of Object.keys(AllFaction)) {\n AllFaction[i].playerReputation = 0;\n }\n }\n\n function tonsOfFactionFavor(): void {\n for (const i of Object.keys(AllFaction)) {\n AllFaction[i].favor = bigNumber;\n }\n }\n\n function resetAllFactionFavor(): void {\n for (const i of Object.keys(AllFaction)) {\n AllFaction[i].favor = 0;\n }\n }\n\n return (\n \n }>\n Factions\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n
\n Faction:\n \n \n Faction\n \n \n \n \n \n \n \n \n }\n >\n {Object.values(AllFaction).map((faction) => (\n \n {faction.name}\n \n ))}\n \n \n
\n Reputation:\n \n modifyFactionRep(1)(bigNumber)}\n add={modifyFactionRep(1)}\n subtract={modifyFactionRep(-1)}\n reset={resetFactionRep}\n />\n
\n Favor:\n \n modifyFactionFavor(1)(2000)}\n add={modifyFactionFavor(1)}\n subtract={modifyFactionFavor(-1)}\n reset={resetFactionFavor}\n />\n
\n All Reputation:\n \n \n \n
\n All Favor:\n \n \n \n
\n
\n
\n );\n}\n","import { Clear, ExpandMore, Reply, ReplyAll } from \"@mui/icons-material\";\nimport {\n Accordion,\n AccordionDetails,\n AccordionSummary,\n Button,\n IconButton,\n MenuItem,\n Select,\n SelectChangeEvent,\n Typography,\n} from \"@mui/material\";\nimport React, { useState } from \"react\";\nimport { AugmentationNames } from \"../../Augmentation/data/AugmentationNames\";\nimport { Player } from \"../../Player\";\n\nexport function Augmentations(): React.ReactElement {\n const [augmentation, setAugmentation] = useState(\"Augmented Targeting I\");\n\n function setAugmentationDropdown(event: SelectChangeEvent): void {\n setAugmentation(event.target.value);\n }\n function queueAug(): void {\n Player.queueAugmentation(augmentation);\n }\n\n function queueAllAugs(): void {\n for (const augName of Object.values(AugmentationNames)) {\n Player.queueAugmentation(augName);\n }\n }\n\n function clearAugs(): void {\n Player.augmentations = [];\n }\n\n function clearQueuedAugs(): void {\n Player.queuedAugmentations = [];\n }\n\n return (\n \n }>\n Augmentations\n \n \n \n \n \n \n \n \n \n \n }\n endAdornment={\n <>\n \n \n \n \n }\n >\n {Object.values(AugmentationNames).map((aug) => (\n \n {aug}\n \n ))}\n \n \n \n \n );\n}\n","import React from \"react\";\n\nimport Accordion from \"@mui/material/Accordion\";\nimport AccordionSummary from \"@mui/material/AccordionSummary\";\nimport AccordionDetails from \"@mui/material/AccordionDetails\";\nimport ExpandMoreIcon from \"@mui/icons-material/ExpandMore\";\n\nimport Typography from \"@mui/material/Typography\";\nimport Button from \"@mui/material/Button\";\nimport { PlayerOwnedSourceFile } from \"../../SourceFile/PlayerOwnedSourceFile\";\nimport { Player } from \"../../Player\";\nimport ButtonGroup from \"@mui/material/ButtonGroup\";\n\n// Update as additional BitNodes get implemented\nconst validSFN = [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13];\n\nexport function SourceFiles(): React.ReactElement {\n function setSF(sfN: number, sfLvl: number) {\n return function () {\n if (sfN === 9) {\n Player.hacknetNodes = [];\n }\n if (sfLvl === 0) {\n Player.sourceFiles = Player.sourceFiles.filter((sf) => sf.n !== sfN);\n return;\n }\n\n if (!Player.sourceFiles.some((sf) => sf.n === sfN)) {\n Player.sourceFiles.push(new PlayerOwnedSourceFile(sfN, sfLvl));\n return;\n }\n\n for (let i = 0; i < Player.sourceFiles.length; i++) {\n if (Player.sourceFiles[i].n === sfN) {\n Player.sourceFiles[i].lvl = sfLvl;\n }\n }\n };\n }\n\n function setAllSF(sfLvl: number) {\n return () => {\n for (let i = 0; i < validSFN.length; i++) {\n setSF(validSFN[i], sfLvl)();\n }\n };\n }\n\n function clearExploits(): void {\n Player.exploits = [];\n }\n\n return (\n \n }>\n Source-Files\n \n \n \n \n \n \n \n \n \n \n \n \n {validSFN.map((i) => (\n \n \n \n \n ))}\n \n
\n Exploits:\n \n \n
\n All:\n \n \n \n \n \n \n \n
\n SF-{i}:\n \n \n \n \n \n \n \n
\n
\n
\n );\n}\n","import React, { useState } from \"react\";\n\nimport Accordion from \"@mui/material/Accordion\";\nimport AccordionSummary from \"@mui/material/AccordionSummary\";\nimport AccordionDetails from \"@mui/material/AccordionDetails\";\nimport ExpandMoreIcon from \"@mui/icons-material/ExpandMore\";\n\nimport Typography from \"@mui/material/Typography\";\nimport Button from \"@mui/material/Button\";\nimport Select, { SelectChangeEvent } from \"@mui/material/Select\";\nimport { Player } from \"../../Player\";\nimport { Programs as AllPrograms } from \"../../Programs/Programs\";\nimport MenuItem from \"@mui/material/MenuItem\";\n\nexport function Programs(): React.ReactElement {\n const [program, setProgram] = useState(\"NUKE.exe\");\n function setProgramDropdown(event: SelectChangeEvent): void {\n setProgram(event.target.value);\n }\n function addProgram(): void {\n if (!Player.hasProgram(program)) {\n Player.getHomeComputer().programs.push(program);\n }\n }\n\n function addAllPrograms(): void {\n for (const i of Object.keys(AllPrograms)) {\n if (!Player.hasProgram(AllPrograms[i].name)) {\n Player.getHomeComputer().programs.push(AllPrograms[i].name);\n }\n }\n }\n\n return (\n \n }>\n Programs\n \n \n \n \n \n \n \n \n \n \n \n \n \n
\n Program:\n \n \n
\n Add:\n \n \n \n
\n
\n
\n );\n}\n","import React, { useState } from \"react\";\n\nimport Accordion from \"@mui/material/Accordion\";\nimport AccordionSummary from \"@mui/material/AccordionSummary\";\nimport AccordionDetails from \"@mui/material/AccordionDetails\";\nimport ExpandMoreIcon from \"@mui/icons-material/ExpandMore\";\n\nimport Typography from \"@mui/material/Typography\";\nimport Button from \"@mui/material/Button\";\nimport Select, { SelectChangeEvent } from \"@mui/material/Select\";\nimport { GetServer, GetAllServers } from \"../../Server/AllServers\";\nimport { Server } from \"../../Server/Server\";\nimport MenuItem from \"@mui/material/MenuItem\";\n\nexport function Servers(): React.ReactElement {\n const [server, setServer] = useState(\"home\");\n function setServerDropdown(event: SelectChangeEvent): void {\n setServer(event.target.value);\n }\n function rootServer(): void {\n const s = GetServer(server);\n if (s === null) return;\n if (!(s instanceof Server)) return;\n s.hasAdminRights = true;\n s.sshPortOpen = true;\n s.ftpPortOpen = true;\n s.smtpPortOpen = true;\n s.httpPortOpen = true;\n s.sqlPortOpen = true;\n s.openPortCount = 5;\n }\n\n function rootAllServers(): void {\n for (const s of GetAllServers()) {\n if (!(s instanceof Server)) return;\n s.hasAdminRights = true;\n s.sshPortOpen = true;\n s.ftpPortOpen = true;\n s.smtpPortOpen = true;\n s.httpPortOpen = true;\n s.sqlPortOpen = true;\n s.openPortCount = 5;\n }\n }\n\n function minSecurity(): void {\n const s = GetServer(server);\n if (s === null) return;\n if (!(s instanceof Server)) return;\n s.hackDifficulty = s.minDifficulty;\n }\n\n function minAllSecurity(): void {\n for (const s of GetAllServers()) {\n if (!(s instanceof Server)) return;\n s.hackDifficulty = s.minDifficulty;\n }\n }\n\n function maxMoney(): void {\n const s = GetServer(server);\n if (s === null) return;\n if (!(s instanceof Server)) return;\n s.moneyAvailable = s.moneyMax;\n }\n\n function maxAllMoney(): void {\n for (const s of GetAllServers()) {\n if (!(s instanceof Server)) return;\n s.moneyAvailable = s.moneyMax;\n }\n }\n\n function minMoney(): void {\n const s = GetServer(server);\n if (s === null) return;\n if (!(s instanceof Server)) return;\n s.moneyAvailable = 0;\n }\n\n function minAllMoney(): void {\n for (const s of GetAllServers()) {\n if (!(s instanceof Server)) return;\n s.moneyAvailable = 0;\n }\n }\n\n return (\n \n }>\n Servers\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n
\n Server:\n \n \n
\n Root:\n \n \n \n \n
\n Security:\n \n \n \n \n
\n Money:\n \n \n \n \n \n \n \n \n
\n
\n
\n );\n}\n","import React, { useState } from \"react\";\n\nimport Accordion from \"@mui/material/Accordion\";\nimport AccordionSummary from \"@mui/material/AccordionSummary\";\nimport AccordionDetails from \"@mui/material/AccordionDetails\";\nimport ExpandMoreIcon from \"@mui/icons-material/ExpandMore\";\n\nimport Typography from \"@mui/material/Typography\";\nimport Button from \"@mui/material/Button\";\nimport Select, { SelectChangeEvent } from \"@mui/material/Select\";\nimport { Companies as AllCompanies } from \"../../Company/Companies\";\nimport MenuItem from \"@mui/material/MenuItem\";\nimport { Adjuster } from \"./Adjuster\";\nimport { FactionNames } from \"../../Faction/data/FactionNames\";\n\nconst bigNumber = 1e12;\n\nexport function Companies(): React.ReactElement {\n const [company, setCompany] = useState(FactionNames.ECorp as string);\n function setCompanyDropdown(event: SelectChangeEvent): void {\n setCompany(event.target.value);\n }\n function resetCompanyRep(): void {\n AllCompanies[company].playerReputation = 0;\n }\n\n function modifyCompanyRep(modifier: number): (x: number) => void {\n return function (reputation: number): void {\n const c = AllCompanies[company];\n if (c != null && !isNaN(reputation)) {\n c.playerReputation += reputation * modifier;\n }\n };\n }\n\n function modifyCompanyFavor(modifier: number): (x: number) => void {\n return function (favor: number): void {\n const c = AllCompanies[company];\n if (c != null && !isNaN(favor)) {\n c.favor += favor * modifier;\n }\n };\n }\n\n function resetCompanyFavor(): void {\n AllCompanies[company].favor = 0;\n }\n\n function tonsOfRepCompanies(): void {\n for (const c of Object.keys(AllCompanies)) {\n AllCompanies[c].playerReputation = bigNumber;\n }\n }\n\n function resetAllRepCompanies(): void {\n for (const c of Object.keys(AllCompanies)) {\n AllCompanies[c].playerReputation = 0;\n }\n }\n\n function tonsOfFavorCompanies(): void {\n for (const c of Object.keys(AllCompanies)) {\n AllCompanies[c].favor = bigNumber;\n }\n }\n\n function resetAllFavorCompanies(): void {\n for (const c of Object.keys(AllCompanies)) {\n AllCompanies[c].favor = 0;\n }\n }\n\n return (\n \n }>\n Companies\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n
\n Company:\n \n \n
\n Reputation:\n \n modifyCompanyRep(1)(bigNumber)}\n add={modifyCompanyRep(1)}\n subtract={modifyCompanyRep(-1)}\n reset={resetCompanyRep}\n />\n
\n Favor:\n \n modifyCompanyFavor(1)(2000)}\n add={modifyCompanyFavor(1)}\n subtract={modifyCompanyFavor(-1)}\n reset={resetCompanyFavor}\n />\n
\n All Reputation:\n \n \n \n
\n All Favor:\n \n \n \n
\n
\n
\n );\n}\n","import React from \"react\";\n\nimport Typography from \"@mui/material/Typography\";\nimport Accordion from \"@mui/material/Accordion\";\nimport AccordionSummary from \"@mui/material/AccordionSummary\";\nimport AccordionDetails from \"@mui/material/AccordionDetails\";\nimport ExpandMoreIcon from \"@mui/icons-material/ExpandMore\";\n\nimport { Adjuster } from \"./Adjuster\";\nimport { Player } from \"../../Player\";\n\nconst bigNumber = 1e27;\n\nexport function Bladeburner(): React.ReactElement {\n const bladeburner = Player.bladeburner;\n if (bladeburner === null) return <>;\n function modifyBladeburnerRank(modify: number): (x: number) => void {\n return function (rank: number): void {\n if (!bladeburner) return;\n bladeburner.changeRank(Player, rank * modify);\n };\n }\n\n function resetBladeburnerRank(): void {\n if (!bladeburner) return;\n bladeburner.rank = 0;\n bladeburner.maxRank = 0;\n }\n\n function addTonsBladeburnerRank(): void {\n if (!bladeburner) return;\n\n bladeburner.changeRank(Player, bigNumber);\n }\n\n function modifyBladeburnerCycles(modify: number): (x: number) => void {\n return function (cycles: number): void {\n if (!bladeburner) return;\n bladeburner.storedCycles += cycles * modify;\n };\n }\n\n function resetBladeburnerCycles(): void {\n if (!bladeburner) return;\n bladeburner.storedCycles = 0;\n }\n\n function addTonsBladeburnerCycles(): void {\n if (!bladeburner) return;\n bladeburner.storedCycles += bigNumber;\n }\n\n return (\n \n }>\n Bladeburner\n \n \n \n \n \n \n \n \n \n \n \n \n \n
\n Rank:\n \n \n
\n Cycles:\n \n \n
\n
\n
\n );\n}\n","import React from \"react\";\n\nimport Typography from \"@mui/material/Typography\";\nimport Accordion from \"@mui/material/Accordion\";\nimport AccordionSummary from \"@mui/material/AccordionSummary\";\nimport AccordionDetails from \"@mui/material/AccordionDetails\";\nimport ExpandMoreIcon from \"@mui/icons-material/ExpandMore\";\n\nimport { Adjuster } from \"./Adjuster\";\nimport { Player } from \"../../Player\";\n\nconst bigNumber = 1e27;\n\nexport function Gang(): React.ReactElement {\n function addTonsGangCycles(): void {\n if (Player.gang) {\n Player.gang.storedCycles = bigNumber;\n }\n }\n\n function modifyGangCycles(modify: number): (x: number) => void {\n return function (cycles: number): void {\n if (Player.gang) {\n Player.gang.storedCycles += cycles * modify;\n }\n };\n }\n\n function resetGangCycles(): void {\n if (Player.gang) {\n Player.gang.storedCycles = 0;\n }\n }\n\n return (\n \n }>\n Gang\n \n \n \n \n \n \n \n \n \n
\n Cycles:\n \n \n
\n
\n
\n );\n}\n","import React from \"react\";\n\nimport Accordion from \"@mui/material/Accordion\";\nimport AccordionSummary from \"@mui/material/AccordionSummary\";\nimport AccordionDetails from \"@mui/material/AccordionDetails\";\nimport ExpandMoreIcon from \"@mui/icons-material/ExpandMore\";\n\nimport Typography from \"@mui/material/Typography\";\nimport Button from \"@mui/material/Button\";\nimport { Adjuster } from \"./Adjuster\";\nimport { Player } from \"../../Player\";\n\nconst bigNumber = 1e27;\n\nexport function Corporation(): React.ReactElement {\n function addTonsCorporationFunds(): void {\n if (Player.corporation) {\n Player.corporation.funds = Player.corporation.funds + bigNumber;\n }\n }\n\n function modifyCorporationFunds(modify: number): (x: number) => void {\n return function (funds: number): void {\n if (Player.corporation) {\n Player.corporation.funds += funds * modify;\n }\n };\n }\n\n function resetCorporationFunds(): void {\n if (Player.corporation) {\n Player.corporation.funds = Player.corporation.funds - Player.corporation.funds;\n }\n }\n\n function addTonsCorporationCycles(): void {\n if (Player.corporation) {\n Player.corporation.storedCycles = bigNumber;\n }\n }\n\n function modifyCorporationCycles(modify: number): (x: number) => void {\n return function (cycles: number): void {\n if (Player.corporation) {\n Player.corporation.storedCycles += cycles * modify;\n }\n };\n }\n\n function resetCorporationCycles(): void {\n if (Player.corporation) {\n Player.corporation.storedCycles = 0;\n }\n }\n\n function finishCorporationProducts(): void {\n if (!Player.corporation) return;\n Player.corporation.divisions.forEach((div) => {\n Object.keys(div.products).forEach((prod) => {\n const product = div.products[prod];\n if (product === undefined) throw new Error(\"Impossible product undefined\");\n product.prog = 99.9;\n });\n });\n }\n\n function addCorporationResearch(): void {\n if (!Player.corporation) return;\n Player.corporation.divisions.forEach((div) => {\n div.sciResearch.qty += 1e10;\n });\n }\n\n return (\n \n }>\n Corporation\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n
\n Funds:\n \n \n
\n Cycles:\n \n \n
\n \n
\n \n
\n
\n
\n );\n}\n","import React, { useState } from \"react\";\n\nimport Accordion from \"@mui/material/Accordion\";\nimport AccordionSummary from \"@mui/material/AccordionSummary\";\nimport AccordionDetails from \"@mui/material/AccordionDetails\";\nimport ExpandMoreIcon from \"@mui/icons-material/ExpandMore\";\n\nimport Typography from \"@mui/material/Typography\";\nimport Button from \"@mui/material/Button\";\nimport Select, { SelectChangeEvent } from \"@mui/material/Select\";\nimport MenuItem from \"@mui/material/MenuItem\";\nimport { generateContract, generateRandomContract, generateRandomContractOnHome } from \"../../CodingContractGenerator\";\nimport { CodingContractTypes } from \"../../CodingContracts\";\n\nexport function CodingContracts(): React.ReactElement {\n const [codingcontract, setCodingcontract] = useState(\"Find Largest Prime Factor\");\n function setCodingcontractDropdown(event: SelectChangeEvent): void {\n setCodingcontract(event.target.value);\n }\n\n function specificContract(): void {\n generateContract({\n problemType: codingcontract,\n server: \"home\",\n });\n }\n\n return (\n \n }>\n Coding Contracts\n \n \n \n \n \n \n \n \n \n \n \n
\n \n \n
\n \n \n
\n
\n
\n );\n}\n","import React, { useState } from \"react\";\n\nimport Accordion from \"@mui/material/Accordion\";\nimport AccordionSummary from \"@mui/material/AccordionSummary\";\nimport AccordionDetails from \"@mui/material/AccordionDetails\";\nimport ExpandMoreIcon from \"@mui/icons-material/ExpandMore\";\n\nimport Typography from \"@mui/material/Typography\";\nimport Button from \"@mui/material/Button\";\nimport TextField from \"@mui/material/TextField\";\nimport { Money } from \"../../ui/React/Money\";\nimport { dialogBoxCreate } from \"../../ui/React/DialogBox\";\nimport { StockMarket as SM } from \"../../StockMarket/StockMarket\";\nimport { Stock } from \"../../StockMarket/Stock\";\n\nexport function StockMarket(): React.ReactElement {\n const [stockPrice, setStockPrice] = useState(0);\n const [stockSymbol, setStockSymbol] = useState(\"\");\n\n function setStockPriceField(event: React.ChangeEvent): void {\n setStockPrice(parseFloat(event.target.value));\n }\n\n function setStockSymbolField(event: React.ChangeEvent): void {\n setStockSymbol(event.target.value);\n }\n\n function processStocks(sub: (arg0: Stock) => void): void {\n const inputSymbols = stockSymbol.replace(/\\s/g, \"\");\n\n let match: (symbol: string) => boolean = (): boolean => {\n return true;\n };\n\n if (inputSymbols !== \"\" && inputSymbols !== \"all\") {\n match = function (symbol: string): boolean {\n return inputSymbols.split(\",\").includes(symbol);\n };\n }\n\n for (const name of Object.keys(SM)) {\n if (SM.hasOwnProperty(name)) {\n const stock = SM[name];\n if (stock instanceof Stock && match(stock.symbol)) {\n sub(stock);\n }\n }\n }\n }\n\n function doSetStockPrice(): void {\n if (!isNaN(stockPrice)) {\n processStocks((stock: Stock) => {\n stock.price = stockPrice;\n });\n }\n }\n\n function viewStockCaps(): void {\n const stocks: JSX.Element[] = [];\n processStocks((stock: Stock) => {\n stocks.push(\n \n {stock.symbol}\n \n \n \n ,\n );\n });\n dialogBoxCreate(\n \n \n \n \n \n \n {stocks}\n \n
StockPrice cap
,\n );\n }\n return (\n \n }>\n Stock Market\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n
\n Symbol:\n \n \n
\n Price:\n \n \n \n
\n Caps:\n \n \n
\n
\n
\n );\n}\n","import React from \"react\";\n\nimport Accordion from \"@mui/material/Accordion\";\nimport AccordionSummary from \"@mui/material/AccordionSummary\";\nimport AccordionDetails from \"@mui/material/AccordionDetails\";\nimport ExpandMoreIcon from \"@mui/icons-material/ExpandMore\";\n\nimport Button from \"@mui/material/Button\";\nimport Typography from \"@mui/material/Typography\";\nimport { Player } from \"../../Player\";\nimport { Adjuster } from \"./Adjuster\";\n\nexport function Sleeves(): React.ReactElement {\n function sleeveMaxAllShock(): void {\n for (let i = 0; i < Player.sleeves.length; ++i) {\n Player.sleeves[i].shock = 0;\n }\n }\n\n function sleeveClearAllShock(): void {\n for (let i = 0; i < Player.sleeves.length; ++i) {\n Player.sleeves[i].shock = 100;\n }\n }\n\n function sleeveSyncMaxAll(): void {\n for (let i = 0; i < Player.sleeves.length; ++i) {\n Player.sleeves[i].sync = 100;\n }\n }\n\n function sleeveSyncClearAll(): void {\n for (let i = 0; i < Player.sleeves.length; ++i) {\n Player.sleeves[i].sync = 0;\n }\n }\n\n function sleeveSetStoredCycles(cycles: number): void {\n for (let i = 0; i < Player.sleeves.length; ++i) {\n Player.sleeves[i].storedCycles = cycles;\n }\n }\n\n return (\n \n }>\n Sleeves\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n
\n Shock:\n \n \n \n \n
\n Sync:\n \n \n \n \n
\n sleeveSetStoredCycles(10000000)}\n add={sleeveSetStoredCycles}\n subtract={sleeveSetStoredCycles}\n reset={() => sleeveSetStoredCycles(0)}\n />\n
\n
\n
\n );\n}\n","import React from \"react\";\n\nimport { staneksGift } from \"../../CotMG/Helper\";\n\nimport Accordion from \"@mui/material/Accordion\";\nimport AccordionSummary from \"@mui/material/AccordionSummary\";\nimport AccordionDetails from \"@mui/material/AccordionDetails\";\nimport ExpandMoreIcon from \"@mui/icons-material/ExpandMore\";\n\nimport Typography from \"@mui/material/Typography\";\nimport { Adjuster } from \"./Adjuster\";\n\nexport function Stanek(): React.ReactElement {\n function addCycles(): void {\n staneksGift.storedCycles = 1e6;\n }\n\n function modCycles(modify: number): (x: number) => void {\n return function (cycles: number): void {\n staneksGift.storedCycles += cycles * modify;\n };\n }\n\n function resetCycles(): void {\n staneksGift.storedCycles = 0;\n }\n\n function addCharge(): void {\n staneksGift.fragments.forEach((f) => {\n f.highestCharge = 1e21;\n f.numCharge = 1e21;\n });\n }\n\n function modCharge(modify: number): (x: number) => void {\n return function (cycles: number): void {\n staneksGift.fragments.forEach((f) => (f.highestCharge += cycles * modify));\n };\n }\n\n function resetCharge(): void {\n staneksGift.fragments.forEach((f) => {\n f.highestCharge = 0;\n f.numCharge = 0;\n });\n }\n\n return (\n \n }>\n Stanek's Gift\n \n \n \n \n \n \n \n \n \n \n \n
\n \n
\n \n
\n
\n
\n );\n}\n","import React from \"react\";\n\nimport Accordion from \"@mui/material/Accordion\";\nimport AccordionSummary from \"@mui/material/AccordionSummary\";\nimport AccordionDetails from \"@mui/material/AccordionDetails\";\nimport ExpandMoreIcon from \"@mui/icons-material/ExpandMore\";\n\nimport Typography from \"@mui/material/Typography\";\nimport Button from \"@mui/material/Button\";\nimport { Player } from \"../../Player\";\nimport { saveObject } from \"../../SaveObject\";\nimport { Engine } from \"../../engine\";\n\n// Update as additional BitNodes get implemented\n\nexport function TimeSkip(): React.ReactElement {\n function timeskip(time: number) {\n return () => {\n Player.lastUpdate -= time;\n Engine._lastUpdate -= time;\n saveObject.saveGame();\n setTimeout(() => location.reload(), 1000);\n };\n }\n\n return (\n \n }>\n Time skip\n \n \n \n \n \n \n \n );\n}\n","import React, { useState, useRef } from \"react\";\n\nimport Accordion from \"@mui/material/Accordion\";\nimport AccordionSummary from \"@mui/material/AccordionSummary\";\nimport AccordionDetails from \"@mui/material/AccordionDetails\";\nimport ExpandMoreIcon from \"@mui/icons-material/ExpandMore\";\n\nimport Typography from \"@mui/material/Typography\";\nimport { saveObject } from \"../../SaveObject\";\nimport { SnackbarEvents, ToastVariant } from \"../../ui/React/Snackbar\";\nimport { Upload } from \"@mui/icons-material\";\nimport { Button } from \"@mui/material\";\nimport { OptionSwitch } from \"../../ui/React/OptionSwitch\";\n\nexport function SaveFile(): React.ReactElement {\n const importInput = useRef(null);\n const [saveFile, setSaveFile] = useState(\"\");\n const [restoreScripts, setRestoreScripts] = useState(true);\n const [restoreAugs, setRestoreAugs] = useState(true);\n const [restoreSFs, setRestoreSFs] = useState(true);\n\n async function onImport(event: React.ChangeEvent): Promise {\n try {\n const base64Save = await saveObject.getImportStringFromFile(event.target.files);\n const save = atob(base64Save);\n setSaveFile(save);\n } catch (e: unknown) {\n SnackbarEvents.emit(String(e), ToastVariant.ERROR, 5000);\n }\n }\n\n function startImport(): void {\n if (!window.File || !window.FileReader || !window.FileList || !window.Blob) return;\n const ii = importInput.current;\n if (ii === null) throw new Error(\"import input should not be null\");\n ii.click();\n }\n\n function doRestore(): void {\n const save = JSON.parse(saveFile);\n // TODO: Continue here.\n console.error(save);\n }\n\n return (\n \n }>\n Save file\n \n \n \n
\n {saveFile !== \"\" && (\n <>\n setRestoreScripts(v)}\n text=\"Restore scripts\"\n tooltip={<>Restore the save file home computer scripts.}\n />\n
\n setRestoreAugs(v)}\n text=\"Restore Augmentations\"\n tooltip={<>Restore the save file installed augmentations.}\n />\n
\n setRestoreSFs(v)}\n text=\"Restore Source Files\"\n tooltip={<>Restore the save file acquired source files.}\n />\n
\n \n \n )}\n
\n
\n );\n}\n","import React, { useState } from \"react\";\n\nimport Accordion from \"@mui/material/Accordion\";\nimport AccordionSummary from \"@mui/material/AccordionSummary\";\nimport AccordionDetails from \"@mui/material/AccordionDetails\";\nimport ExpandMoreIcon from \"@mui/icons-material/ExpandMore\";\nimport Typography from \"@mui/material/Typography\";\nimport Button from \"@mui/material/Button\";\nimport ButtonGroup from \"@mui/material/ButtonGroup\";\nimport { Tooltip } from \"@mui/material\";\nimport LockIcon from \"@mui/icons-material/Lock\";\nimport LockOpenIcon from \"@mui/icons-material/LockOpen\";\n\nimport { Player } from \"../../Player\";\nimport { achievements } from \"../../Achievements/Achievements\";\nimport { Engine } from \"../../engine\";\n\nexport function Achievements(): React.ReactElement {\n const [playerAchievement, setPlayerAchievements] = useState(Player.achievements.map((m) => m.ID));\n\n function grantAchievement(id: string): void {\n Player.giveAchievement(id);\n setPlayerAchievements(Player.achievements.map((m) => m.ID));\n }\n\n function grantAllAchievements(): void {\n Object.values(achievements).forEach((a) => Player.giveAchievement(a.ID));\n setPlayerAchievements(Player.achievements.map((m) => m.ID));\n }\n\n function removeAchievement(id: string): void {\n Player.achievements = Player.achievements.filter((a) => a.ID !== id);\n setPlayerAchievements(Player.achievements.map((m) => m.ID));\n }\n\n function clearAchievements(): void {\n Player.achievements = [];\n setPlayerAchievements(Player.achievements.map((m) => m.ID));\n }\n\n function disableEngine(): void {\n Engine.Counters.achievementsCounter = Number.MAX_VALUE;\n }\n\n function enableEngine(): void {\n Engine.Counters.achievementsCounter = 0;\n }\n\n return (\n \n }>\n Achievements\n \n \n \n \n \n \n \n \n \n {Object.values(achievements).map((i) => {\n const achieved = playerAchievement.includes(i.ID);\n return (\n \n \n \n \n \n );\n })}\n \n
\n Achievements:\n \n \n \n \n \n \n \n
\n {achieved ? (\n \n \n \n ) : (\n \n \n \n )}\n \n \n {i.ID}\n
\n {i.Description}\n \n }\n >\n {i.Name}:\n \n
\n \n \n \n \n
\n
\n
\n );\n}\n","import React from \"react\";\n\nimport Accordion from \"@mui/material/Accordion\";\nimport AccordionSummary from \"@mui/material/AccordionSummary\";\nimport AccordionDetails from \"@mui/material/AccordionDetails\";\nimport ExpandMoreIcon from \"@mui/icons-material/ExpandMore\";\n\nimport Typography from \"@mui/material/Typography\";\nimport { Player } from \"../../Player\";\nimport { Adjuster } from \"./Adjuster\";\n\n// Update as additional BitNodes get implemented\n\nexport function Entropy(): React.ReactElement {\n return (\n \n }>\n Entropy\n \n \n {\n Player.entropy += num;\n Player.applyEntropy(Player.entropy);\n }}\n subtract={(num) => {\n Player.entropy -= num;\n Player.applyEntropy(Player.entropy);\n }}\n tons={() => {\n Player.entropy += 1e12;\n Player.applyEntropy(Player.entropy);\n }}\n reset={() => {\n Player.entropy = 0;\n Player.applyEntropy(Player.entropy);\n }}\n />\n \n \n );\n}\n","import React, { useState, useEffect } from \"react\";\nimport { Stats } from \"./Stats\";\nimport { Console } from \"./Console\";\nimport { AllPages } from \"./AllPages\";\n\nimport { Player } from \"../../Player\";\nimport Box from \"@mui/material/Box\";\n\nexport function BladeburnerRoot(): React.ReactElement {\n const setRerender = useState(false)[1];\n function rerender(): void {\n setRerender((old) => !old);\n }\n\n useEffect(() => {\n const id = setInterval(rerender, 200);\n return () => clearInterval(id);\n }, []);\n\n const bladeburner = Player.bladeburner;\n if (!bladeburner) return <>;\n return (\n \n \n \n \n \n\n \n \n );\n}\n","import React, { useState, useEffect } from \"react\";\nimport { formatNumber, convertTimeMsToTimeElapsedString } from \"../../utils/StringHelperFunctions\";\nimport { BladeburnerConstants } from \"../data/Constants\";\nimport { Player } from \"../../Player\";\nimport { Money } from \"../../ui/React/Money\";\nimport { numeralWrapper } from \"../../ui/numeralFormat\";\nimport { Factions } from \"../../Faction/Factions\";\nimport { Router } from \"../../ui/GameRoot\";\nimport { joinFaction } from \"../../Faction/FactionHelpers\";\nimport { Bladeburner } from \"../Bladeburner\";\n\nimport { TravelModal } from \"./TravelModal\";\nimport Typography from \"@mui/material/Typography\";\nimport Tooltip from \"@mui/material/Tooltip\";\nimport Box from \"@mui/material/Box\";\nimport Button from \"@mui/material/Button\";\nimport Paper from \"@mui/material/Paper\";\nimport { FactionNames } from \"../../Faction/data/FactionNames\";\n\ninterface IProps {\n bladeburner: Bladeburner;\n}\n\nexport function Stats(props: IProps): React.ReactElement {\n const [travelOpen, setTravelOpen] = useState(false);\n const setRerender = useState(false)[1];\n\n const inFaction = props.bladeburner.rank >= BladeburnerConstants.RankNeededForFaction;\n useEffect(() => {\n const id = setInterval(() => setRerender((old) => !old), 1000);\n return () => clearInterval(id);\n }, []);\n\n function openFaction(): void {\n if (!inFaction) return;\n const faction = Factions[FactionNames.Bladeburners];\n if (!faction.isMember) {\n joinFaction(faction);\n }\n\n Router.toFaction(faction);\n }\n\n return (\n \n \n \n \n Rank 25 required. : \"\"}>\n \n \n \n \n setTravelOpen(false)} bladeburner={props.bladeburner} />\n \n \n Your rank within the Bladeburner division.}>\n Rank: {formatNumber(props.bladeburner.rank, 2)}\n \n \n
\n \n \n Performing actions will use up your stamina.\n
\n
\n Your max stamina is determined primarily by your agility stat.\n
\n
\n Your stamina gain rate is determined by both your agility and your max stamina. Higher max stamina leads\n to a higher gain rate.\n
\n
\n Once your stamina falls below 50% of its max value, it begins to negatively affect the success rate of\n your contracts/operations. This penalty is shown in the overview panel. If the penalty is 15%, then this\n means your success rate would be multiplied by 85% (100 - 15).\n
\n
\n Your max stamina and stamina gain rate can also be increased by training, or through skills and\n Augmentation upgrades.\n \n }\n >\n \n Stamina: {formatNumber(props.bladeburner.stamina, 3)} / {formatNumber(props.bladeburner.maxStamina, 3)}\n \n \n
\n \n Stamina Penalty: {formatNumber((1 - props.bladeburner.calculateStaminaPenalty()) * 100, 1)}%\n \n
\n Team Size: {formatNumber(props.bladeburner.teamSize, 0)}\n Team Members Lost: {formatNumber(props.bladeburner.teamLost, 0)}\n
\n Num Times Hospitalized: {props.bladeburner.numHosp}\n \n Money Lost From Hospitalizations: \n \n
\n Current City: {props.bladeburner.city}\n \n \n This is your Bladeburner division's estimate of how many Synthoids exist in your current city. An\n accurate population count increases success rate estimates.\n \n }\n >\n \n Est. Synthoid Population: {numeralWrapper.formatPopulation(props.bladeburner.getCurrentCity().popEst)}\n \n \n \n \n \n This is your Bladeburner division's estimate of how many Synthoid communities exist in your current\n city.\n \n }\n >\n Synthoid Communities: {formatNumber(props.bladeburner.getCurrentCity().comms, 0)}\n \n \n \n \n The city's chaos level due to tensions and conflicts between humans and Synthoids. Having too high of a\n chaos level can make contracts and operations harder.\n \n }\n >\n City Chaos: {formatNumber(props.bladeburner.getCurrentCity().chaos)}\n \n \n
\n {(props.bladeburner.storedCycles / BladeburnerConstants.CyclesPerSecond) * 1000 > 15000 && (\n <>\n \n \n You gain bonus time while offline or when the game is inactive (e.g. when the tab is throttled by\n browser). Bonus time makes the Bladeburner mechanic progress faster, up to 5x the normal speed.\n \n }\n >\n \n Bonus time:{\" \"}\n {convertTimeMsToTimeElapsedString(\n (props.bladeburner.storedCycles / BladeburnerConstants.CyclesPerSecond) * 1000,\n )}\n \n \n \n
\n \n )}\n Skill Points: {formatNumber(props.bladeburner.skillPoints, 0)}\n
\n \n Aug. Success Chance mult: {formatNumber(Player.mults.bladeburner_success_chance * 100, 1)}%\n
\n Aug. Max Stamina mult: {formatNumber(Player.mults.bladeburner_max_stamina * 100, 1)}%\n
\n Aug. Stamina Gain mult: {formatNumber(Player.mults.bladeburner_stamina_gain * 100, 1)}%\n
\n Aug. Field Analysis mult: {formatNumber(Player.mults.bladeburner_analysis * 100, 1)}%\n
\n
\n
\n );\n}\n","import React from \"react\";\nimport { Bladeburner } from \"../Bladeburner\";\nimport { WorldMap } from \"../../ui/React/WorldMap\";\nimport { Modal } from \"../../ui/React/Modal\";\nimport { CityName } from \"../../Locations/data/CityNames\";\nimport { Settings } from \"../../Settings/Settings\";\nimport Typography from \"@mui/material/Typography\";\nimport Button from \"@mui/material/Button\";\n\ninterface IProps {\n bladeburner: Bladeburner;\n open: boolean;\n onClose: () => void;\n}\n\nexport function TravelModal(props: IProps): React.ReactElement {\n function travel(city: string): void {\n props.bladeburner.city = city;\n props.onClose();\n }\n\n return (\n \n <>\n \n Travel to a different city for your Bladeburner activities. This does not cost any money. The city you are in\n for your Bladeburner duties does not affect your location in the game otherwise.\n \n {Settings.DisableASCIIArt ? (\n Object.values(CityName).map((city: CityName) => (\n \n ))\n ) : (\n travel(city)} />\n )}\n \n \n );\n}\n","import React, { useState, useRef, useEffect } from \"react\";\nimport { Bladeburner } from \"../Bladeburner\";\nimport { KEY } from \"../../utils/helpers/keyCodes\";\n\nimport Paper from \"@mui/material/Paper\";\nimport List from \"@mui/material/List\";\nimport ListItem from \"@mui/material/ListItem\";\nimport Box from \"@mui/material/Box\";\nimport Typography from \"@mui/material/Typography\";\nimport TextField from \"@mui/material/TextField\";\nimport { Theme } from \"@mui/material/styles\";\nimport makeStyles from \"@mui/styles/makeStyles\";\nimport createStyles from \"@mui/styles/createStyles\";\n\ninterface ILineProps {\n content: React.ReactNode;\n}\n\nconst useStyles = makeStyles((theme: Theme) =>\n createStyles({\n textfield: {\n margin: theme.spacing(0),\n width: \"100%\",\n },\n input: {\n backgroundColor: theme.colors.backgroundsecondary,\n },\n nopadding: {\n padding: theme.spacing(0),\n },\n preformatted: {\n whiteSpace: \"pre-wrap\",\n margin: theme.spacing(0),\n },\n list: {\n padding: theme.spacing(0),\n height: \"100%\",\n },\n }),\n);\n\nfunction Line(props: ILineProps): React.ReactElement {\n return (\n \n {props.content}\n \n );\n}\n\ninterface IProps {\n bladeburner: Bladeburner;\n}\n\nexport function Console(props: IProps): React.ReactElement {\n const classes = useStyles();\n const [command, setCommand] = useState(\"\");\n const setRerender = useState(false)[1];\n const consoleInput = useRef(null);\n\n function handleCommandChange(event: React.ChangeEvent): void {\n setCommand(event.target.value);\n }\n\n const [consoleHistoryIndex, setConsoleHistoryIndex] = useState(props.bladeburner.consoleHistory.length);\n\n function rerender(): void {\n setRerender((old) => !old);\n }\n\n useEffect(() => {\n const id = setInterval(rerender, 1000);\n return () => {\n clearInterval(id);\n };\n }, []);\n\n function handleKeyDown(event: React.KeyboardEvent): void {\n if (event.key === KEY.ENTER) {\n event.preventDefault();\n if (command.length > 0) {\n props.bladeburner.postToConsole(\"> \" + command);\n props.bladeburner.executeConsoleCommands(command);\n setConsoleHistoryIndex(props.bladeburner.consoleHistory.length);\n setCommand(\"\");\n }\n }\n\n const consoleHistory = props.bladeburner.consoleHistory;\n\n if (event.key === KEY.UP_ARROW) {\n // up\n let i = consoleHistoryIndex;\n const len = consoleHistory.length;\n if (len === 0) {\n return;\n }\n if (i < 0 || i > len) {\n setConsoleHistoryIndex(len);\n }\n\n if (i !== 0) {\n i = i - 1;\n }\n setConsoleHistoryIndex(i);\n const prevCommand = consoleHistory[i];\n event.currentTarget.value = prevCommand;\n setCommand(prevCommand);\n }\n\n if (event.key === KEY.DOWN_ARROW) {\n const i = consoleHistoryIndex;\n const len = consoleHistory.length;\n\n if (len == 0) {\n return;\n }\n if (i < 0 || i > len) {\n setConsoleHistoryIndex(len);\n }\n\n // Latest command, put nothing\n if (i == len || i == len - 1) {\n setConsoleHistoryIndex(len);\n event.currentTarget.value = \"\";\n } else {\n setConsoleHistoryIndex(consoleHistoryIndex + 1);\n const prevCommand = consoleHistory[consoleHistoryIndex + 1];\n event.currentTarget.value = prevCommand;\n setCommand(prevCommand);\n }\n }\n }\n\n function handleClick(): void {\n if (!consoleInput.current) return;\n consoleInput.current.focus();\n }\n\n return (\n \n \n \n \n \n \n \n \n \n ),\n spellCheck: false,\n }}\n />\n \n );\n}\n\ninterface ILogProps {\n entries: string[];\n}\n\nfunction Logs({ entries }: ILogProps): React.ReactElement {\n const scrollHook = useRef(null);\n\n // TODO: Text gets shifted up as new entries appear, if the user scrolled up it should attempt to keep the text focused\n function scrollToBottom(): void {\n if (!scrollHook.current) return;\n scrollHook.current.scrollTop = scrollHook.current.scrollHeight;\n }\n\n useEffect(() => {\n scrollToBottom();\n }, [entries.length]);\n\n return (\n \n {entries && entries.map((log: string, i: number) => )}\n \n );\n}\n","import React from \"react\";\nimport { GeneralActionPage } from \"./GeneralActionPage\";\nimport { ContractPage } from \"./ContractPage\";\nimport { OperationPage } from \"./OperationPage\";\nimport { BlackOpPage } from \"./BlackOpPage\";\nimport { SkillPage } from \"./SkillPage\";\nimport { Bladeburner } from \"../Bladeburner\";\n\nimport Tabs from \"@mui/material/Tabs\";\nimport Tab from \"@mui/material/Tab\";\nimport Box from \"@mui/material/Box\";\n\ninterface IProps {\n bladeburner: Bladeburner;\n}\n\nexport function AllPages(props: IProps): React.ReactElement {\n const [value, setValue] = React.useState(0);\n\n function handleChange(event: React.SyntheticEvent, tab: number): void {\n setValue(tab);\n }\n\n return (\n <>\n \n \n \n \n \n \n \n \n {value === 0 && }\n {value === 1 && }\n {value === 2 && }\n {value === 3 && }\n {value === 4 && }\n \n \n );\n}\n","import * as React from \"react\";\nimport { GeneralActionList } from \"./GeneralActionList\";\nimport { Bladeburner } from \"../Bladeburner\";\nimport Typography from \"@mui/material/Typography\";\n\ninterface IProps {\n bladeburner: Bladeburner;\n}\n\nexport function GeneralActionPage(props: IProps): React.ReactElement {\n return (\n <>\n These are generic actions that will assist you in your Bladeburner duties.\n \n \n );\n}\n","import React from \"react\";\nimport { GeneralActionElem } from \"./GeneralActionElem\";\nimport { Action } from \"../Action\";\nimport { GeneralActions } from \"../GeneralActions\";\nimport { Bladeburner } from \"../Bladeburner\";\n\ninterface IProps {\n bladeburner: Bladeburner;\n}\n\nexport function GeneralActionList(props: IProps): React.ReactElement {\n const actions: Action[] = [];\n for (const name of Object.keys(GeneralActions)) {\n if (GeneralActions.hasOwnProperty(name)) {\n actions.push(GeneralActions[name]);\n }\n }\n return (\n <>\n {actions.map((action: Action) => (\n \n ))}\n \n );\n}\n","import React, { useState } from \"react\";\nimport { ActionTypes } from \"../data/ActionTypes\";\nimport { createProgressBarText } from \"../../utils/helpers/createProgressBarText\";\nimport { formatNumber, convertTimeMsToTimeElapsedString } from \"../../utils/StringHelperFunctions\";\nimport { Bladeburner } from \"../Bladeburner\";\nimport { Action } from \"../Action\";\nimport { GeneralActions } from \"../data/GeneralActions\";\nimport { Player } from \"../../Player\";\nimport { CopyableText } from \"../../ui/React/CopyableText\";\n\nimport { StartButton } from \"./StartButton\";\n\nimport Typography from \"@mui/material/Typography\";\nimport Box from \"@mui/material/Box\";\nimport Paper from \"@mui/material/Paper\";\n\ninterface IProps {\n bladeburner: Bladeburner;\n action: Action;\n}\n\nexport function GeneralActionElem(props: IProps): React.ReactElement {\n const setRerender = useState(false)[1];\n function rerender(): void {\n setRerender((old) => !old);\n }\n const isActive = props.action.name === props.bladeburner.action.name;\n const computedActionTimeCurrent = Math.min(\n props.bladeburner.actionTimeCurrent + props.bladeburner.actionTimeOverflow,\n props.bladeburner.actionTimeToComplete,\n );\n const actionTime = (function (): number {\n switch (props.action.name) {\n case \"Training\":\n case \"Field Analysis\":\n return 30;\n case \"Diplomacy\":\n case \"Hyperbolic Regeneration Chamber\":\n case \"Incite Violence\":\n return 60;\n case \"Recruitment\":\n return props.bladeburner.getRecruitmentTime(Player);\n }\n return -1; // dead code\n })();\n const successChance =\n props.action.name === \"Recruitment\"\n ? Math.max(0, Math.min(props.bladeburner.getRecruitmentSuccessChance(Player), 1))\n : -1;\n\n const actionData = GeneralActions[props.action.name];\n if (actionData === undefined) {\n throw new Error(`Cannot find data for ${props.action.name}`);\n }\n\n return (\n \n {isActive ? (\n <>\n \n \n (IN PROGRESS - {formatNumber(computedActionTimeCurrent, 0)} /{\" \"}\n {formatNumber(props.bladeburner.actionTimeToComplete, 0)})\n \n \n {createProgressBarText({\n progress: computedActionTimeCurrent / props.bladeburner.actionTimeToComplete,\n })}\n \n \n ) : (\n \n \n \n \n )}\n
\n
\n {actionData.desc}\n
\n
\n \n Time Required: {convertTimeMsToTimeElapsedString(actionTime * 1000)}\n {successChance !== -1 && (\n <>\n
\n Estimated success chance: {formatNumber(successChance * 100, 1)}%\n \n )}\n
\n
\n );\n}\n","import * as React from \"react\";\nimport { ContractList } from \"./ContractList\";\nimport { Bladeburner } from \"../Bladeburner\";\nimport Typography from \"@mui/material/Typography\";\n\ninterface IProps {\n bladeburner: Bladeburner;\n}\n\nexport function ContractPage(props: IProps): React.ReactElement {\n return (\n <>\n \n Complete contracts in order to increase your Bladeburner rank and earn money. Failing a contract will cause you\n to lose HP, which can lead to hospitalization.\n
\n
\n You can unlock higher-level contracts by successfully completing them. Higher-level contracts are more\n difficult, but grant more rank, experience, and money.\n
\n \n \n );\n}\n","import React from \"react\";\nimport { ContractElem } from \"./ContractElem\";\nimport { Bladeburner } from \"../Bladeburner\";\n\ninterface IProps {\n bladeburner: Bladeburner;\n}\n\nexport function ContractList(props: IProps): React.ReactElement {\n const names = Object.keys(props.bladeburner.contracts);\n const contracts = props.bladeburner.contracts;\n return (\n <>\n {names.map((name: string) => (\n \n ))}\n \n );\n}\n","import React, { useState } from \"react\";\nimport { ActionTypes } from \"../data/ActionTypes\";\nimport { createProgressBarText } from \"../../utils/helpers/createProgressBarText\";\nimport { formatNumber, convertTimeMsToTimeElapsedString } from \"../../utils/StringHelperFunctions\";\nimport { Contracts } from \"../data/Contracts\";\nimport { Bladeburner } from \"../Bladeburner\";\nimport { Action } from \"../Action\";\nimport { Player } from \"../../Player\";\nimport { SuccessChance } from \"./SuccessChance\";\nimport { CopyableText } from \"../../ui/React/CopyableText\";\nimport { ActionLevel } from \"./ActionLevel\";\nimport { Autolevel } from \"./Autolevel\";\nimport { StartButton } from \"./StartButton\";\n\nimport Typography from \"@mui/material/Typography\";\nimport Paper from \"@mui/material/Paper\";\n\ninterface IProps {\n bladeburner: Bladeburner;\n action: Action;\n}\n\nexport function ContractElem(props: IProps): React.ReactElement {\n const setRerender = useState(false)[1];\n function rerender(): void {\n setRerender((old) => !old);\n }\n const isActive =\n props.bladeburner.action.type === ActionTypes[\"Contract\"] && props.action.name === props.bladeburner.action.name;\n const computedActionTimeCurrent = Math.min(\n props.bladeburner.actionTimeCurrent + props.bladeburner.actionTimeOverflow,\n props.bladeburner.actionTimeToComplete,\n );\n const actionTime = props.action.getActionTime(props.bladeburner, Player);\n\n const actionData = Contracts[props.action.name];\n if (actionData === undefined) {\n throw new Error(`Cannot find data for ${props.action.name}`);\n }\n\n return (\n \n {isActive ? (\n <>\n \n (IN PROGRESS - {formatNumber(computedActionTimeCurrent, 0)} /{\" \"}\n {formatNumber(props.bladeburner.actionTimeToComplete, 0)})\n \n \n {createProgressBarText({\n progress: computedActionTimeCurrent / props.bladeburner.actionTimeToComplete,\n })}\n \n \n ) : (\n <>\n \n \n \n )}\n
\n
\n \n
\n
\n \n {actionData.desc}\n
\n
\n \n
\n Time Required: {convertTimeMsToTimeElapsedString(actionTime * 1000)}\n
\n Contracts remaining: {Math.floor(props.action.count)}\n
\n Successes: {props.action.successes}\n
\n Failures: {props.action.failures}\n
\n
\n \n
\n );\n}\n","import React from \"react\";\nimport { stealthIcon } from \"../data/Icons\";\n\nimport Typography from \"@mui/material/Typography\";\nimport Tooltip from \"@mui/material/Tooltip\";\n\nexport function StealthIcon(): React.ReactElement {\n return This action involves stealth}>{stealthIcon};\n}\n","import React from \"react\";\nimport { killIcon } from \"../data/Icons\";\n\nimport Typography from \"@mui/material/Typography\";\nimport Tooltip from \"@mui/material/Tooltip\";\n\nexport function KillIcon(): React.ReactElement {\n return This action involves retirement}>{killIcon};\n}\n","import * as React from \"react\";\nimport { OperationList } from \"./OperationList\";\nimport { Bladeburner } from \"../Bladeburner\";\nimport Typography from \"@mui/material/Typography\";\n\ninterface IProps {\n bladeburner: Bladeburner;\n}\n\nexport function OperationPage(props: IProps): React.ReactElement {\n return (\n <>\n \n Carry out operations for the Bladeburner division. Failing an operation will reduce your Bladeburner rank. It\n will also cause you to lose HP, which can lead to hospitalization. In general, operations are harder and more\n punishing than contracts, but are also more rewarding.\n
\n
\n Operations can affect the chaos level and Synthoid population of your current city. The exact effects vary\n between different Operations.\n
\n
\n For operations, you can use a team. You must first recruit team members. Having a larger team will improve your\n chances of success.\n
\n
\n You can unlock higher-level operations by successfully completing them. Higher-level operations are more\n difficult, but grant more rank and experience.\n
\n \n \n );\n}\n","import React from \"react\";\nimport { OperationElem } from \"./OperationElem\";\nimport { Bladeburner } from \"../Bladeburner\";\n\ninterface IProps {\n bladeburner: Bladeburner;\n}\n\nexport function OperationList(props: IProps): React.ReactElement {\n const names = Object.keys(props.bladeburner.operations);\n const operations = props.bladeburner.operations;\n return (\n <>\n {names.map((name: string) => (\n \n ))}\n \n );\n}\n","import React, { useState } from \"react\";\nimport { ActionTypes } from \"../data/ActionTypes\";\nimport { createProgressBarText } from \"../../utils/helpers/createProgressBarText\";\nimport { formatNumber, convertTimeMsToTimeElapsedString } from \"../../utils/StringHelperFunctions\";\nimport { SuccessChance } from \"./SuccessChance\";\nimport { ActionLevel } from \"./ActionLevel\";\nimport { Autolevel } from \"./Autolevel\";\nimport { StartButton } from \"./StartButton\";\nimport { TeamSizeButton } from \"./TeamSizeButton\";\nimport { Bladeburner } from \"../Bladeburner\";\nimport { Operation } from \"../Operation\";\nimport { Operations } from \"../data/Operations\";\nimport { Player } from \"../../Player\";\nimport { CopyableText } from \"../../ui/React/CopyableText\";\n\nimport Typography from \"@mui/material/Typography\";\nimport Paper from \"@mui/material/Paper\";\n\ninterface IProps {\n bladeburner: Bladeburner;\n action: Operation;\n}\n\nexport function OperationElem(props: IProps): React.ReactElement {\n const setRerender = useState(false)[1];\n function rerender(): void {\n setRerender((old) => !old);\n }\n const isActive =\n props.bladeburner.action.type === ActionTypes[\"Operation\"] && props.action.name === props.bladeburner.action.name;\n const computedActionTimeCurrent = Math.min(\n props.bladeburner.actionTimeCurrent + props.bladeburner.actionTimeOverflow,\n props.bladeburner.actionTimeToComplete,\n );\n const actionTime = props.action.getActionTime(props.bladeburner, Player);\n\n const actionData = Operations[props.action.name];\n if (actionData === undefined) {\n throw new Error(`Cannot find data for ${props.action.name}`);\n }\n\n return (\n \n {isActive ? (\n <>\n \n (IN PROGRESS - {formatNumber(computedActionTimeCurrent, 0)} /{\" \"}\n {formatNumber(props.bladeburner.actionTimeToComplete, 0)})\n \n \n {createProgressBarText({\n progress: computedActionTimeCurrent / props.bladeburner.actionTimeToComplete,\n })}\n \n \n ) : (\n <>\n \n \n \n \n )}\n
\n
\n\n \n
\n
\n \n {actionData.desc}\n
\n
\n \n
\n Time Required: {convertTimeMsToTimeElapsedString(actionTime * 1000)}\n
\n Operations remaining: {Math.floor(props.action.count)}\n
\n Successes: {props.action.successes}\n
\n Failures: {props.action.failures}\n
\n
\n \n
\n );\n}\n","import React, { useState } from \"react\";\nimport { dialogBoxCreate } from \"../../ui/React/DialogBox\";\nimport { Modal } from \"../../ui/React/Modal\";\nimport { Action } from \"../Action\";\nimport { Bladeburner } from \"../Bladeburner\";\nimport Typography from \"@mui/material/Typography\";\nimport Button from \"@mui/material/Button\";\nimport TextField from \"@mui/material/TextField\";\n\ninterface IProps {\n bladeburner: Bladeburner;\n action: Action;\n open: boolean;\n onClose: () => void;\n}\n\nexport function TeamSizeModal(props: IProps): React.ReactElement {\n const [teamSize, setTeamSize] = useState();\n\n function confirmTeamSize(): void {\n if (teamSize === undefined) return;\n const num = Math.round(teamSize);\n if (isNaN(num) || num < 0) {\n dialogBoxCreate(\"Invalid value entered for number of Team Members (must be numeric, positive)\");\n } else {\n props.action.teamCount = num;\n }\n props.onClose();\n }\n\n function onTeamSize(event: React.ChangeEvent): void {\n const x = parseFloat(event.target.value);\n if (x > props.bladeburner.teamSize) setTeamSize(props.bladeburner.teamSize);\n else setTeamSize(x);\n }\n\n return (\n \n \n Enter the amount of team members you would like to take on this Op. If you do not have the specified number of\n team members, then as many as possible will be used. Note that team members may be lost during operations.\n \n \n \n \n );\n}\n","import React from \"react\";\n\ninterface IOperation {\n desc: JSX.Element;\n}\n\nexport const Operations: {\n [key: string]: IOperation | undefined;\n} = {\n Investigation: {\n desc: (\n <>\n As a field agent, investigate and identify Synthoid populations, movements, and operations.\n
\n
\n Successful Investigation ops will increase the accuracy of your synthoid data.\n
\n
\n You will NOT lose HP from failed Investigation ops.\n \n ),\n },\n \"Undercover Operation\": {\n desc: (\n <>\n Conduct undercover operations to identify hidden and underground Synthoid communities and organizations.\n
\n
\n Successful Undercover ops will increase the accuracy of your synthoid data.\n \n ),\n },\n \"Sting Operation\": {\n desc: <>Conduct a sting operation to bait and capture particularly notorious Synthoid criminals.,\n },\n Raid: {\n desc: (\n <>\n Lead an assault on a known Synthoid community. Note that there must be an existing Synthoid community in your\n current city in order for this Operation to be successful.\n \n ),\n },\n \"Stealth Retirement Operation\": {\n desc: (\n <>\n Lead a covert operation to retire Synthoids. The objective is to complete the task without drawing any\n attention. Stealth and discretion are key.\n \n ),\n },\n Assassination: {\n desc: (\n <>\n Assassinate Synthoids that have been identified as important, high-profile social and political leaders in the\n Synthoid communities.\n \n ),\n },\n};\n","import * as React from \"react\";\nimport { BlackOpList } from \"./BlackOpList\";\nimport { Bladeburner } from \"../Bladeburner\";\nimport Typography from \"@mui/material/Typography\";\nimport { FactionNames } from \"../../Faction/data/FactionNames\";\nimport { Router } from \"../../ui/GameRoot\";\nimport { BlackOperationNames } from \"../data/BlackOperationNames\";\nimport { Button } from \"@mui/material\";\nimport { CorruptableText } from \"../../ui/React/CorruptableText\";\n\ninterface IProps {\n bladeburner: Bladeburner;\n}\n\nexport function BlackOpPage(props: IProps): React.ReactElement {\n return (\n <>\n \n Black Operations (Black Ops) are special, one-time covert operations. Each Black Op must be unlocked\n successively by completing the one before it.\n
\n
\n \n Your ultimate goal to climb through the ranks of {FactionNames.Bladeburners} is to complete all of the Black\n Ops.\n \n
\n
\n Like normal operations, you may use a team for Black Ops. Failing a black op will incur heavy HP and rank\n losses.\n
\n {props.bladeburner.blackops[BlackOperationNames.OperationDaedalus] ? (\n \n ) : (\n \n )}\n \n );\n}\n","import React from \"react\";\nimport { BlackOperations } from \"../BlackOperations\";\nimport { BlackOperation } from \"../BlackOperation\";\nimport { BlackOpElem } from \"./BlackOpElem\";\nimport { Bladeburner } from \"../Bladeburner\";\n\ninterface IProps {\n bladeburner: Bladeburner;\n}\n\nexport function BlackOpList(props: IProps): React.ReactElement {\n let blackops: BlackOperation[] = [];\n for (const blackopName of Object.keys(BlackOperations)) {\n if (BlackOperations.hasOwnProperty(blackopName)) {\n blackops.push(BlackOperations[blackopName]);\n }\n }\n blackops.sort(function (a, b) {\n return a.reqdRank - b.reqdRank;\n });\n\n blackops = blackops.filter(\n (blackop: BlackOperation, i: number) =>\n !(\n props.bladeburner.blackops[blackops[i].name] == null &&\n i !== 0 &&\n props.bladeburner.blackops[blackops[i - 1].name] == null\n ),\n );\n\n blackops = blackops.reverse();\n\n return (\n <>\n {blackops.map((blackop: BlackOperation) => (\n \n ))}\n \n );\n}\n","import React, { useState } from \"react\";\nimport { formatNumber, convertTimeMsToTimeElapsedString } from \"../../utils/StringHelperFunctions\";\nimport { ActionTypes } from \"../data/ActionTypes\";\nimport { createProgressBarText } from \"../../utils/helpers/createProgressBarText\";\nimport { TeamSizeButton } from \"./TeamSizeButton\";\nimport { Bladeburner } from \"../Bladeburner\";\nimport { BlackOperation } from \"../BlackOperation\";\nimport { BlackOperations } from \"../data/BlackOperations\";\nimport { Player } from \"../../Player\";\nimport { CopyableText } from \"../../ui/React/CopyableText\";\nimport { SuccessChance } from \"./SuccessChance\";\nimport { StartButton } from \"./StartButton\";\n\nimport Typography from \"@mui/material/Typography\";\nimport Paper from \"@mui/material/Paper\";\n\ninterface IProps {\n bladeburner: Bladeburner;\n action: BlackOperation;\n}\n\nexport function BlackOpElem(props: IProps): React.ReactElement {\n const setRerender = useState(false)[1];\n function rerender(): void {\n setRerender((old) => !old);\n }\n const isCompleted = props.bladeburner.blackops[props.action.name] != null;\n if (isCompleted) {\n return (\n \n {props.action.name} (COMPLETED)\n \n );\n }\n\n const isActive =\n props.bladeburner.action.type === ActionTypes[\"BlackOperation\"] &&\n props.action.name === props.bladeburner.action.name;\n const actionTime = props.action.getActionTime(props.bladeburner, Player);\n const hasReqdRank = props.bladeburner.rank >= props.action.reqdRank;\n const computedActionTimeCurrent = Math.min(\n props.bladeburner.actionTimeCurrent + props.bladeburner.actionTimeOverflow,\n props.bladeburner.actionTimeToComplete,\n );\n\n const actionData = BlackOperations[props.action.name];\n if (actionData === undefined) {\n throw new Error(`Cannot find data for ${props.action.name}`);\n }\n\n return (\n \n {isActive ? (\n <>\n <>\n \n \n (IN PROGRESS - {formatNumber(computedActionTimeCurrent, 0)} /{\" \"}\n {formatNumber(props.bladeburner.actionTimeToComplete, 0)})\n \n \n {createProgressBarText({\n progress: computedActionTimeCurrent / props.bladeburner.actionTimeToComplete,\n })}\n \n \n \n ) : (\n <>\n \n\n \n \n \n )}\n\n
\n
\n {actionData.desc}\n
\n
\n \n Required Rank: {formatNumber(props.action.reqdRank, 0)}\n \n
\n \n \n
\n Time Required: {convertTimeMsToTimeElapsedString(actionTime * 1000)}\n
\n
\n );\n}\n","import React from \"react\";\nimport { FactionNames } from \"../../Faction/data/FactionNames\";\nimport { CityName } from \"../../Locations/data/CityNames\";\nimport { BlackOperationNames } from \"./BlackOperationNames\";\n\ninterface IBlackOp {\n desc: JSX.Element;\n}\n\nexport const BlackOperations: {\n [key: string]: IBlackOp | undefined;\n} = {\n [BlackOperationNames.OperationTyphoon]: {\n desc: (\n <>\n Obadiah Zenyatta is the leader of a RedWater PMC. It has long been known among the intelligence community that\n Zenyatta, along with the rest of the PMC, is a Synthoid.\n
\n
\n The goal of {BlackOperationNames.OperationTyphoon} is to find and eliminate Zenyatta and RedWater by any means\n necessary. After the task is completed, the actions must be covered up from the general public.\n \n ),\n },\n\n [BlackOperationNames.OperationZero]: {\n desc: (\n <>\n AeroCorp is one of the world's largest defense contractors. Its leader, Steve Watataki, is thought to be a\n supporter of Synthoid rights. He must be removed.\n
\n
\n The goal of {BlackOperationNames.OperationZero} is to covertly infiltrate AeroCorp and uncover any incriminating\n evidence or information against Watataki that will cause him to be removed from his position at AeroCorp.\n Incriminating evidence can be fabricated as a last resort. Be warned that AeroCorp has some of the most advanced\n security measures in the world.\n \n ),\n },\n [BlackOperationNames.OperationX]: {\n desc: (\n <>\n We have recently discovered an underground publication group called Samizdat. Even though most of their\n publications are nonsensical conspiracy theories, the average human is gullible enough to believe them. Many of\n their works discuss Synthoids and pose a threat to society. The publications are spreading rapidly in China and\n other Eastern countries.\n
\n
\n Samizdat has done a good job of keeping hidden and anonymous. However, we've just received intelligence that\n their base of operations is in {CityName.Ishima}'s underground sewer systems. Your task is to investigate the\n sewer systems, and eliminate Samizdat. They must never publish anything again.\n \n ),\n },\n [BlackOperationNames.OperationTitan]: {\n desc: (\n <>\n Several months ago Titan Laboratories' Bioengineering department was infiltrated by Synthoids. As far as we\n know, Titan Laboratories' management has no knowledge about this. We don't know what the Synthoids are up to,\n but the research that they could be conducting using Titan Laboratories' vast resources is potentially very\n dangerous.\n
\n
\n Your goal is to enter and destroy the Bioengineering department's facility in {CityName.Aevum}. The task is not\n just to retire the Synthoids there, but also to destroy any information or research at the facility that is\n relevant to the Synthoids and their goals.\n \n ),\n },\n [BlackOperationNames.OperationAres]: {\n desc: (\n <>\n One of our undercover agents, Agent Carter, has informed us of a massive weapons deal going down in Dubai\n between rogue Russian militants and a radical Synthoid community. These weapons are next-gen plasma and energy\n weapons. It is critical for the safety of humanity that this deal does not happen.\n
\n
\n Your task is to intercept the deal. Leave no survivors.\n \n ),\n },\n [BlackOperationNames.OperationArchangel]: {\n desc: (\n <>\n Our analysts have discovered that the popular Red Rabbit brothel in Amsterdam is run and 'staffed' by MK-VI\n Synthoids. Intelligence suggests that the profit from this brothel is used to fund a large black market arms\n trafficking operation.\n
\n
\n The goal of this operation is to take out the leaders that are running the Red Rabbit brothel. Try to limit the\n number of other casualties, but do what you must to complete the mission.\n \n ),\n },\n [BlackOperationNames.OperationJuggernaut]: {\n desc: (\n <>\n The CIA has just encountered a new security threat. A new criminal group, lead by a shadowy operative who calls\n himself Juggernaut, has been smuggling drugs and weapons (including suspected bioweapons) into{\" \"}\n {CityName.Sector12}. We also have reason to believe they tried to break into one of Universal Energy's\n facilities in order to cause a city-wide blackout. The CIA suspects that Juggernaut is a heavily-augmented\n Synthoid, and have thus enlisted our help.\n
\n
\n Your mission is to eradicate Juggernaut and his followers.\n \n ),\n },\n [BlackOperationNames.OperationRedDragon]: {\n desc: (\n <>\n The {FactionNames.Tetrads} criminal organization is suspected of reverse-engineering the MK-VI Synthoid design.\n We believe they altered and possibly improved the design and began manufacturing their own Synthoid models in\n order to bolster their criminal activities.\n
\n
\n Your task is to infiltrate and destroy the {FactionNames.Tetrads}' base of operations in Los Angeles.\n Intelligence tells us that their base houses one of their Synthoid manufacturing units.\n \n ),\n },\n [BlackOperationNames.OperationK]: {\n desc: (\n <>\n CODE RED SITUATION. Our intelligence tells us that VitaLife has discovered a new android cloning technology.\n This technology is supposedly capable of cloning Synthoids, not only physically but also their advanced AI\n modules. We do not believe that VitaLife is trying to use this technology illegally or maliciously, but if any\n Synthoids were able to infiltrate the corporation and take advantage of this technology then the results would\n be catastrophic.\n
\n
\n We do not have the power or jurisdiction to shut this down through legal or political means, so we must resort\n to a covert operation. Your goal is to destroy this technology and eliminate anyone who was involved in its\n creation.\n \n ),\n },\n [BlackOperationNames.OperationDeckard]: {\n desc: (\n <>\n Despite your success in eliminating VitaLife's new android-replicating technology in{\" \"}\n {BlackOperationNames.OperationK}, we've discovered that a small group of MK-VI Synthoids were able to make off\n with the schematics and design of the technology before the Operation. It is almost a certainty that these\n Synthoids are some of the rogue MK-VI ones from the Synthoid Uprising.\n
\n
\n The goal of {BlackOperationNames.OperationDeckard} is to hunt down these Synthoids and retire them. I don't need\n to tell you how critical this mission is.\n \n ),\n },\n [BlackOperationNames.OperationTyrell]: {\n desc: (\n <>\n A week ago {FactionNames.BladeIndustries} reported a small break-in at one of their {CityName.Aevum}{\" \"}\n Augmentation storage facilities. We figured out that {FactionNames.TheDarkArmy} was behind the heist, and didn't\n think any more of it. However, we've just discovered that several known MK-VI Synthoids were part of that\n break-in group.\n
\n
\n We cannot have Synthoids upgrading their already-enhanced abilities with Augmentations. Your task is to hunt\n down associated {FactionNames.TheDarkArmy} members and eliminate them.\n \n ),\n },\n [BlackOperationNames.OperationWallace]: {\n desc: (\n <>\n Based on information gathered from {BlackOperationNames.OperationTyrell}, we've discovered that{\" \"}\n {FactionNames.TheDarkArmy} was well aware that there were Synthoids amongst their ranks. Even worse, we believe\n that {FactionNames.TheDarkArmy} is working together with other criminal organizations such as{\" \"}\n {FactionNames.TheSyndicate} and that they are planning some sort of large-scale takeover of multiple major\n cities, most notably {CityName.Aevum}. We suspect that Synthoids have infiltrated the ranks of these criminal\n factions and are trying to stage another Synthoid uprising.\n
\n
\n The best way to deal with this is to prevent it before it even happens. The goal of{\" \"}\n {BlackOperationNames.OperationWallace} is to destroy {FactionNames.TheDarkArmy} and Syndicate factions in{\" \"}\n {CityName.Aevum} immediately. Leave no survivors.\n \n ),\n },\n [BlackOperationNames.OperationShoulderOfOrion]: {\n desc: (\n <>\n China's Solaris Space Systems is secretly launching the first manned spacecraft in over a decade using\n Synthoids. We believe China is trying to establish the first off-world colonies.\n
\n
\n The mission is to prevent this launch without instigating an international conflict. When you accept this\n mission you will be officially disavowed by the NSA and the national government until after you successfully\n return. In the event of failure, all of the operation's team members must not let themselves be captured alive.\n \n ),\n },\n [BlackOperationNames.OperationHyron]: {\n desc: (\n <>\n Our intelligence tells us that {FactionNames.FulcrumSecretTechnologies} is developing a quantum supercomputer\n using human brains as core processors. This supercomputer is rumored to be able to store vast amounts of data\n and perform computations unmatched by any other supercomputer on the planet. But more importantly, the use of\n organic human brains means that the supercomputer may be able to reason abstractly and become self-aware.\n
\n
\n I do not need to remind you why sentient-level AIs pose a serious threat to all of mankind.\n
\n
\n The research for this project is being conducted at one of {FactionNames.FulcrumSecretTechnologies} secret\n facilities in {CityName.Aevum}, codenamed 'Alpha Ranch'. Infiltrate the compound, delete and destroy the work,\n and then find and kill the project lead.\n \n ),\n },\n [BlackOperationNames.OperationMorpheus]: {\n desc: (\n <>\n DreamSense Technologies is an advertising company that uses special technology to transmit their ads into the\n people's dreams and subconscious. They do this using broadcast transmitter towers. Based on information from our\n agents and informants in {CityName.Chongqing}, we have reason to believe that one of the broadcast towers there\n has been compromised by Synthoids and is being used to spread pro-Synthoid propaganda.\n
\n
\n The mission is to destroy this broadcast tower. Speed and stealth are of the utmost importance for this.\n \n ),\n },\n [BlackOperationNames.OperationIonStorm]: {\n desc: (\n <>\n Our analysts have uncovered a gathering of MK-VI Synthoids that have taken up residence in the{\" \"}\n {CityName.Sector12} Slums. We don't know if they are rogue Synthoids from the Uprising, but we do know that they\n have been stockpiling weapons, money, and other resources. This makes them dangerous.\n
\n
\n This is a full-scale assault operation to find and retire all of these Synthoids in the {CityName.Sector12}{\" \"}\n Slums.\n \n ),\n },\n [BlackOperationNames.OperationAnnihilus]: {\n desc: (\n <>\n Our superiors have ordered us to eradicate everything and everyone in an underground facility located in{\" \"}\n {CityName.Aevum}. They tell us that the facility houses many dangerous Synthoids and belongs to a terrorist\n organization called '{FactionNames.TheCovenant}'. We have no prior intelligence about this organization, so you\n are going in blind.\n \n ),\n },\n [BlackOperationNames.OperationUltron]: {\n desc: (\n <>\n {FactionNames.OmniTekIncorporated}, the original designer and manufacturer of Synthoids, has notified us of a\n malfunction in their AI design. This malfunction, when triggered, causes MK-VI Synthoids to become radicalized\n and seek out the destruction of humanity. They say that this bug affects all MK-VI Synthoids, not just the rogue\n ones from the Uprising.\n
\n
\n {FactionNames.OmniTekIncorporated} has also told us they believe someone has triggered this malfunction in a\n large group of MK-VI Synthoids, and that these newly-radicalized Synthoids are now amassing in{\" \"}\n {CityName.Volhaven} to form a terrorist group called Ultron.\n
\n
\n Intelligence suggests Ultron is heavily armed and that their members are augmented. We believe Ultron is making\n moves to take control of and weaponize DeltaOne's Tactical High-Energy Satellite Laser Array (THESLA).\n
\n
\n Your task is to find and destroy Ultron.\n \n ),\n },\n [BlackOperationNames.OperationCenturion]: {\n desc: (\n <>\n {\"D)@#)($M)C0293c40($*)@#D0JUMP3Rm0C<*@#)*$)#02c94830c(#$*D)\"}\n
\n
\n Throughout all of humanity's history, we have relied on technology to survive, conquer, and progress. Its\n advancement became our primary goal. And at the peak of human civilization technology turned into power. Global,\n absolute power.\n
\n
\n It seems that the universe is not without a sense of irony.\n
\n
\n {\"D)@#)($M)C0293c40($*)@#D0JUMP3Rm0C<*@#)*$)#02c94830c(#$*D)\"}\n \n ),\n },\n [BlackOperationNames.OperationVindictus]: {\n desc: (\n <>\n {\"D)@#)($M)C0293c40($*)@#D0JUMP3Rm0C<*@#)*$)#02c94830c(#$*D)\"}\n
\n
\n The bits are all around us. The daemons that hold the Node together can manifest themselves in many different\n ways.\n
\n
\n {\"D)@#)($M)C0293c40($*)@#D0JUMP3Rm0C<*@#)*$)#02c94830c(#$*D)\"}\n \n ),\n },\n [BlackOperationNames.OperationDaedalus]: {\n desc: <> Yesterday we obeyed kings and bent our neck to emperors. Today we kneel only to truth.,\n },\n};\n","import React, { useState } from \"react\";\nimport { SkillList } from \"./SkillList\";\nimport { BladeburnerConstants } from \"../data/Constants\";\nimport { formatNumber } from \"../../utils/StringHelperFunctions\";\nimport { Bladeburner } from \"../Bladeburner\";\nimport Typography from \"@mui/material/Typography\";\ninterface IProps {\n bladeburner: Bladeburner;\n}\n\nexport function SkillPage(props: IProps): React.ReactElement {\n const setRerender = useState(false)[1];\n const mults = props.bladeburner.skillMultipliers;\n\n function valid(mult: number | undefined): boolean {\n return mult !== undefined && mult !== 1;\n }\n\n return (\n <>\n \n Skill Points: {formatNumber(props.bladeburner.skillPoints, 0)}\n \n \n You will gain one skill point every {BladeburnerConstants.RanksPerSkillPoint} ranks.\n
\n Note that when upgrading a skill, the benefit for that skill is additive. However, the effects of different\n skills with each other is multiplicative.\n
\n {valid(mults[\"successChanceAll\"]) && (\n Total Success Chance: x{formatNumber(mults[\"successChanceAll\"], 3)}\n )}\n {valid(mults[\"successChanceStealth\"]) && (\n Stealth Success Chance: x{formatNumber(mults[\"successChanceStealth\"], 3)}\n )}\n {valid(mults[\"successChanceKill\"]) && (\n Retirement Success Chance: x{formatNumber(mults[\"successChanceKill\"], 3)}\n )}\n {valid(mults[\"successChanceContract\"]) && (\n Contract Success Chance: x{formatNumber(mults[\"successChanceContract\"], 3)}\n )}\n {valid(mults[\"successChanceOperation\"]) && (\n Operation Success Chance: x{formatNumber(mults[\"successChanceOperation\"], 3)}\n )}\n {valid(mults[\"successChanceEstimate\"]) && (\n Synthoid Data Estimate: x{formatNumber(mults[\"successChanceEstimate\"], 3)}\n )}\n {valid(mults[\"actionTime\"]) && Action Time: x{formatNumber(mults[\"actionTime\"], 3)}}\n {valid(mults[\"effHack\"]) && Hacking Skill: x{formatNumber(mults[\"effHack\"], 3)}}\n {valid(mults[\"effStr\"]) && Strength: x{formatNumber(mults[\"effStr\"], 3)}}\n {valid(mults[\"effDef\"]) && Defense: x{formatNumber(mults[\"effDef\"], 3)}}\n {valid(mults[\"effDex\"]) && Dexterity: x{formatNumber(mults[\"effDex\"], 3)}}\n {valid(mults[\"effAgi\"]) && Agility: x{formatNumber(mults[\"effAgi\"], 3)}}\n {valid(mults[\"effCha\"]) && Charisma: x{formatNumber(mults[\"effCha\"], 3)}}\n {valid(mults[\"effInt\"]) && Intelligence: x{formatNumber(mults[\"effInt\"], 3)}}\n {valid(mults[\"stamina\"]) && Stamina: x{formatNumber(mults[\"stamina\"], 3)}}\n {valid(mults[\"money\"]) && Contract Money: x{formatNumber(mults[\"money\"], 3)}}\n {valid(mults[\"expGain\"]) && Exp Gain: x{formatNumber(mults[\"expGain\"], 3)}}\n setRerender((old) => !old)} />\n \n );\n}\n\n/*\n\n\n\n\nvar multKeys = Object.keys(this.skillMultipliers);\nfor (var i = 0; i < multKeys.length; ++i) {\n var mult = this.skillMultipliers[multKeys[i]];\n if (mult && mult !== 1) {\n mult = formatNumber(mult, 3);\n switch(multKeys[i]) {\n\n }\n }\n}\n*/\n","import * as React from \"react\";\nimport { SkillElem } from \"./SkillElem\";\nimport { Skills } from \"../Skills\";\nimport { Bladeburner } from \"../Bladeburner\";\n\ninterface IProps {\n bladeburner: Bladeburner;\n onUpgrade: () => void;\n}\n\nexport function SkillList(props: IProps): React.ReactElement {\n return (\n <>\n {Object.keys(Skills).map((skill: string) => (\n \n ))}\n \n );\n}\n","import React from \"react\";\nimport { CopyableText } from \"../../ui/React/CopyableText\";\nimport { formatNumber } from \"../../utils/StringHelperFunctions\";\nimport { Bladeburner } from \"../Bladeburner\";\n\nimport Typography from \"@mui/material/Typography\";\nimport IconButton from \"@mui/material/IconButton\";\nimport Box from \"@mui/material/Box\";\nimport Paper from \"@mui/material/Paper\";\nimport AddIcon from \"@mui/icons-material/Add\";\nimport CloseIcon from \"@mui/icons-material/Close\";\nimport { Skill } from \"../Skill\";\n\ninterface IProps {\n skill: Skill;\n bladeburner: Bladeburner;\n onUpgrade: () => void;\n}\n\nexport function SkillElem(props: IProps): React.ReactElement {\n const skillName = props.skill.name;\n let currentLevel = 0;\n if (props.bladeburner.skills[skillName] && !isNaN(props.bladeburner.skills[skillName])) {\n currentLevel = props.bladeburner.skills[skillName];\n }\n const pointCost = props.skill.calculateCost(currentLevel);\n\n const canLevel = props.bladeburner.skillPoints >= pointCost;\n const maxLvl = props.skill.maxLvl ? currentLevel >= props.skill.maxLvl : false;\n\n function onClick(): void {\n if (props.bladeburner.skillPoints < pointCost) return;\n props.bladeburner.skillPoints -= pointCost;\n props.bladeburner.upgradeSkill(props.skill);\n props.onUpgrade();\n }\n\n return (\n \n \n \n {!canLevel || maxLvl ? (\n \n \n \n ) : (\n \n \n \n )}\n \n Level: {currentLevel}\n {maxLvl ? (\n MAX LEVEL\n ) : (\n Skill Points required: {formatNumber(pointCost, 0)}\n )}\n {props.skill.desc}\n \n );\n}\n","import React, { useState, useEffect } from \"react\";\nimport { ManagementSubpage } from \"./ManagementSubpage\";\nimport { TerritorySubpage } from \"./TerritorySubpage\";\nimport { EquipmentsSubpage } from \"./EquipmentsSubpage\";\nimport { Player } from \"../../Player\";\nimport { Context } from \"./Context\";\n\nimport Tabs from \"@mui/material/Tabs\";\nimport Tab from \"@mui/material/Tab\";\n\n/** React Component for all the gang stuff. */\nexport function GangRoot(): React.ReactElement {\n const gang = (function () {\n if (Player.gang === null) throw new Error(\"Gang should not be null\");\n return Player.gang;\n })();\n const [value, setValue] = React.useState(0);\n\n function handleChange(event: React.SyntheticEvent, tab: number): void {\n setValue(tab);\n }\n\n const setRerender = useState(false)[1];\n\n useEffect(() => {\n const id = setInterval(() => setRerender((old) => !old), 200);\n return () => clearInterval(id);\n }, []);\n\n return (\n \n \n \n \n \n \n {value === 0 && }\n {value === 1 && }\n {value === 2 && }\n \n );\n}\n","import React from \"react\";\nimport { GangStats } from \"./GangStats\";\nimport { GangMemberList } from \"./GangMemberList\";\nimport { useGang } from \"./Context\";\nimport Typography from \"@mui/material/Typography\";\n\n/** React Component for the subpage that manages gang members, the main page. */\nexport function ManagementSubpage(): React.ReactElement {\n const gang = useGang();\n return (\n <>\n \n This page is used to manage your gang members and get an overview of your gang's stats.\n
\n
\n If a gang member is not earning much money or respect, the task that you have assigned to that member might be\n too difficult. Consider training that member's stats or choosing an easier task. The tasks closer to the top of\n the dropdown list are generally easier. Alternatively, the gang member's low production might be due to the fact\n that your wanted level is too high. Consider assigning a few members to the '\n {gang.isHackingGang ? \"Ethical Hacking\" : \"Vigilante Justice\"}' task to lower your wanted level.\n
\n
\n Installing Augmentations does NOT reset your progress with your Gang. Furthermore, after installing\n Augmentations, you will automatically be a member of whatever Faction you created your gang with.\n
\n
\n You can also manage your gang programmatically through Netscript using the Gang API\n
\n
\n \n
\n \n \n );\n}\n","/**\n * React Component for the stats related to the gang, like total respect and\n * money per second.\n */\nimport React from \"react\";\nimport { Factions } from \"../../Faction/Factions\";\n\nimport { formatNumber } from \"../../utils/StringHelperFunctions\";\nimport { numeralWrapper } from \"../../ui/numeralFormat\";\nimport { MoneyRate } from \"../../ui/React/MoneyRate\";\nimport { Reputation } from \"../../ui/React/Reputation\";\nimport { AllGangs } from \"../AllGangs\";\nimport { BonusTime } from \"./BonusTime\";\nimport { useGang } from \"./Context\";\nimport Typography from \"@mui/material/Typography\";\nimport Tooltip from \"@mui/material/Tooltip\";\nimport Box from \"@mui/material/Box\";\n\nexport function GangStats(): React.ReactElement {\n const gang = useGang();\n const territoryMult = AllGangs[gang.facName].territory * 100;\n let territoryStr;\n if (territoryMult <= 0) {\n territoryStr = formatNumber(0, 2);\n } else if (territoryMult >= 100) {\n territoryStr = formatNumber(100, 2);\n } else {\n territoryStr = formatNumber(territoryMult, 2);\n }\n\n return (\n <>\n \n \n Represents the amount of respect your gang has from other gangs and criminal organizations. Your respect\n affects the amount of money your gang members will earn, and also determines how much reputation you are\n earning with your gang's corresponding Faction.\n \n }\n >\n \n Respect: {numeralWrapper.formatRespect(gang.respect)} (\n {numeralWrapper.formatRespect(5 * gang.respectGainRate)} / sec)\n \n \n \n\n \n \n Represents how much the gang is wanted by law enforcement. The higher your gang's wanted level, the harder\n it will be for your gang members to make money and earn respect. Note that the minimum wanted level is 1.\n \n }\n >\n \n Wanted Level: {numeralWrapper.formatWanted(gang.wanted)} (\n {numeralWrapper.formatWanted(5 * gang.wantedGainRate)} / sec)\n \n \n \n\n \n Penalty for respect and money gain rates due to Wanted Level}>\n Wanted Level Penalty: -{formatNumber((1 - gang.getWantedPenalty()) * 100, 2)}%\n \n \n\n \n Money gain rate: \n \n\n \n The percentage of total territory your Gang controls}>\n Territory: {territoryStr}%\n \n \n \n Faction reputation: \n \n\n \n \n );\n}\n","import * as React from \"react\";\nimport { Gang } from \"../Gang\";\nimport { CONSTANTS } from \"../../Constants\";\nimport { convertTimeMsToTimeElapsedString } from \"../../utils/StringHelperFunctions\";\nimport Typography from \"@mui/material/Typography\";\nimport Tooltip from \"@mui/material/Tooltip\";\nimport Box from \"@mui/material/Box\";\n\ninterface IProps {\n gang: Gang;\n}\n\n/** React Component for displaying the bonus time remaining. */\nexport function BonusTime(props: IProps): React.ReactElement {\n const CyclerPerSecond = 1000 / CONSTANTS._idleSpeed;\n if ((props.gang.storedCycles / CyclerPerSecond) * 1000 <= 5000) return <>;\n const bonusMillis = (props.gang.storedCycles / CyclerPerSecond) * 1000;\n return (\n \n \n You gain bonus time while offline or when the game is inactive (e.g. when the tab is throttled by the\n browser). Bonus time makes the Gang mechanic progress faster, up to 5x the normal speed.\n \n }\n >\n Bonus time: {convertTimeMsToTimeElapsedString(bonusMillis)}\n \n \n );\n}\n","import React, { useState } from \"react\";\nimport { GangMemberCard } from \"./GangMemberCard\";\nimport { RecruitButton } from \"./RecruitButton\";\nimport { useGang } from \"./Context\";\n\nimport { Box, TextField } from \"@mui/material\";\nimport SearchIcon from \"@mui/icons-material/Search\";\n\nimport { GangMember } from \"../GangMember\";\nimport { OptionSwitch } from \"../../ui/React/OptionSwitch\";\n\n/** React Component for the list of gang members on the management subpage. */\nexport function GangMemberList(): React.ReactElement {\n const gang = useGang();\n const setRerender = useState(false)[1];\n const [filter, setFilter] = useState(\"\");\n const [ascendOnly, setAscendOnly] = useState(false);\n\n const handleFilterChange = (event: React.ChangeEvent): void => {\n setFilter(event.target.value.toLowerCase());\n };\n\n const members = gang.members\n .filter((member) => member && member.name.toLowerCase().includes(filter))\n .filter((member) => {\n if (ascendOnly) return member.canAscend();\n return true;\n });\n\n return (\n <>\n setRerender((old) => !old)} />\n ,\n spellCheck: false,\n }}\n placeholder=\"Filter by member name\"\n sx={{ m: 1, width: \"15%\" }}\n />\n setAscendOnly(newValue)}\n text=\"Show only ascendable\"\n tooltip={<>Filter the members list by whether or not the member can be ascended.}\n />\n \n {members.map((member: GangMember) => (\n \n ))}\n \n \n );\n}\n","import React from \"react\";\nimport { GangMember } from \"../GangMember\";\nimport { GangMemberCardContent } from \"./GangMemberCardContent\";\n\nimport Box from \"@mui/material/Box\";\n\nimport ListItemText from \"@mui/material/ListItemText\";\nimport Paper from \"@mui/material/Paper\";\n\ninterface IProps {\n member: GangMember;\n}\n\n/** React Component for a gang member on the management subpage. */\nexport function GangMemberCard(props: IProps): React.ReactElement {\n return (\n \n \n {props.member.name}} />\n \n \n \n );\n}\n","/**\n * React Component for the content of the accordion of gang members on the\n * management subpage.\n */\nimport React, { useState } from \"react\";\nimport { GangMemberStats } from \"./GangMemberStats\";\nimport { TaskSelector } from \"./TaskSelector\";\nimport { AscensionModal } from \"./AscensionModal\";\n\nimport { Box } from \"@mui/system\";\nimport { Button, Typography } from \"@mui/material\";\nimport HelpIcon from \"@mui/icons-material/Help\";\n\nimport { GangMember } from \"../GangMember\";\nimport { StaticModal } from \"../../ui/React/StaticModal\";\n\ninterface IProps {\n member: GangMember;\n}\n\nexport function GangMemberCardContent(props: IProps): React.ReactElement {\n const setRerender = useState(false)[1];\n const [helpOpen, setHelpOpen] = useState(false);\n const [ascendOpen, setAscendOpen] = useState(false);\n\n return (\n <>\n {props.member.canAscend() && (\n \n \n setAscendOpen(false)}\n member={props.member}\n onAscend={() => setRerender((old) => !old)}\n />\n \n setHelpOpen(false)}>\n \n Ascending a Gang Member resets the member's progress and stats in exchange for a permanent boost to their\n stat multipliers.\n
\n
\n The additional stat multiplier that the Gang Member gains upon ascension is based on the amount of exp\n they have.\n
\n
\n Upon ascension, the member will lose all of its non-Augmentation Equipment and your gang will lose respect\n equal to the total respect earned by the member.\n
\n
\n
\n )}\n \n \n setRerender((old) => !old)} member={props.member} />\n \n \n );\n}\n","/**\n * React Component for the first part of a gang member details.\n * Contains skills and exp.\n */\nimport React from \"react\";\nimport { useGang } from \"./Context\";\n\nimport Typography from \"@mui/material/Typography\";\nimport Tooltip from \"@mui/material/Tooltip\";\nimport { Table, TableBody, TableCell, TableRow } from \"@mui/material\";\n\nimport { numeralWrapper } from \"../../ui/numeralFormat\";\nimport { GangMember } from \"../GangMember\";\nimport { Settings } from \"../../Settings/Settings\";\nimport { MoneyRate } from \"../../ui/React/MoneyRate\";\nimport { StatsRow } from \"../../ui/React/StatsRow\";\nimport { characterOverviewStyles as useStyles } from \"../../ui/React/CharacterOverview\";\n\ninterface IProps {\n member: GangMember;\n}\n\nexport function GangMemberStats(props: IProps): React.ReactElement {\n const classes = useStyles();\n\n const asc = {\n hack: props.member.calculateAscensionMult(props.member.hack_asc_points),\n str: props.member.calculateAscensionMult(props.member.str_asc_points),\n def: props.member.calculateAscensionMult(props.member.def_asc_points),\n dex: props.member.calculateAscensionMult(props.member.dex_asc_points),\n agi: props.member.calculateAscensionMult(props.member.agi_asc_points),\n cha: props.member.calculateAscensionMult(props.member.cha_asc_points),\n };\n\n const gang = useGang();\n const data = [\n [`Money:`, ],\n [`Respect:`, `${numeralWrapper.formatRespect(5 * props.member.calculateRespectGain(gang))} / sec`],\n [`Wanted Level:`, `${numeralWrapper.formatWanted(5 * props.member.calculateWantedLevelGain(gang))} / sec`],\n [`Total Respect:`, `${numeralWrapper.formatRespect(props.member.earnedRespect)}`],\n ];\n\n return (\n <>\n \n Hk: x{numeralWrapper.formatMultiplier(props.member.hack_mult * asc.hack)}(x\n {numeralWrapper.formatMultiplier(props.member.hack_mult)} Eq, x{numeralWrapper.formatMultiplier(asc.hack)}{\" \"}\n Asc)\n
\n St: x{numeralWrapper.formatMultiplier(props.member.str_mult * asc.str)}\n (x{numeralWrapper.formatMultiplier(props.member.str_mult)} Eq, x{numeralWrapper.formatMultiplier(asc.str)}{\" \"}\n Asc)\n
\n Df: x{numeralWrapper.formatMultiplier(props.member.def_mult * asc.def)}\n (x{numeralWrapper.formatMultiplier(props.member.def_mult)} Eq, x{numeralWrapper.formatMultiplier(asc.def)}{\" \"}\n Asc)\n
\n Dx: x{numeralWrapper.formatMultiplier(props.member.dex_mult * asc.dex)}\n (x{numeralWrapper.formatMultiplier(props.member.dex_mult)} Eq, x{numeralWrapper.formatMultiplier(asc.dex)}{\" \"}\n Asc)\n
\n Ag: x{numeralWrapper.formatMultiplier(props.member.agi_mult * asc.agi)}\n (x{numeralWrapper.formatMultiplier(props.member.agi_mult)} Eq, x{numeralWrapper.formatMultiplier(asc.agi)}{\" \"}\n Asc)\n
\n Ch: x{numeralWrapper.formatMultiplier(props.member.cha_mult * asc.cha)}\n (x{numeralWrapper.formatMultiplier(props.member.cha_mult)} Eq, x{numeralWrapper.formatMultiplier(asc.cha)}{\" \"}\n Asc)\n \n }\n >\n \n \n \n \n \n \n \n \n \n \n
\n
\n
\n {data.map(([a, b]) => (\n \n \n {a}\n \n \n {b}\n \n \n ))}\n
\n
\n \n \n );\n}\n","import React from \"react\";\nimport { Modal } from \"./Modal\";\nimport Typography from \"@mui/material/Typography\";\nimport Button from \"@mui/material/Button\";\n\ninterface IProps {\n open: boolean;\n onClose: () => void;\n killScripts: () => void;\n}\n\nexport function KillScriptsModal(props: IProps): React.ReactElement {\n function onClick(): void {\n props.killScripts();\n props.onClose();\n }\n\n return (\n \n Forcefully kill all running scripts? This will also save your game and reload the game.\n \n \n );\n}\n","/**\n * React Component for the middle part of the gang member accordion. Contains\n * the task selector as well as some stats.\n */\nimport React, { useState } from \"react\";\nimport { useGang } from \"./Context\";\nimport { TaskDescription } from \"./TaskDescription\";\n\nimport { Box } from \"@mui/material\";\nimport MenuItem from \"@mui/material/MenuItem\";\nimport Select, { SelectChangeEvent } from \"@mui/material/Select\";\n\nimport { GangMember } from \"../GangMember\";\n\ninterface IProps {\n member: GangMember;\n onTaskChange: () => void;\n}\n\nexport function TaskSelector(props: IProps): React.ReactElement {\n const gang = useGang();\n const [currentTask, setCurrentTask] = useState(props.member.task);\n\n const contextMember = gang.members.find((member) => member.name == props.member.name);\n if (contextMember && contextMember.task != currentTask) {\n setCurrentTask(contextMember.task);\n }\n\n function onChange(event: SelectChangeEvent): void {\n const task = event.target.value;\n props.member.assignToTask(task);\n setCurrentTask(task);\n props.onTaskChange();\n }\n\n const tasks = gang.getAllTaskNames();\n\n return (\n \n \n \n \n );\n}\n","/**\n * React Component for left side of the gang member accordion, contains the\n * description of the task that member is currently doing.\n */\nimport React from \"react\";\nimport { GangMemberTasks } from \"../GangMemberTasks\";\nimport { GangMember } from \"../GangMember\";\nimport Typography from \"@mui/material/Typography\";\n\ninterface IProps {\n member: GangMember;\n}\n\nexport function TaskDescription(props: IProps): React.ReactElement {\n const task = GangMemberTasks[props.member.task];\n const desc = task ? task.desc : GangMemberTasks[\"Unassigned\"].desc;\n\n return ;\n}\n","/**\n * React Component for the content of the popup before the player confirms the\n * ascension of a gang member.\n */\nimport React, { useState, useEffect } from \"react\";\nimport { GangMember } from \"../GangMember\";\nimport { numeralWrapper } from \"../../ui/numeralFormat\";\nimport { dialogBoxCreate } from \"../../ui/React/DialogBox\";\nimport { Modal } from \"../../ui/React/Modal\";\nimport { useGang } from \"./Context\";\nimport Typography from \"@mui/material/Typography\";\nimport Button from \"@mui/material/Button\";\n\ninterface IProps {\n open: boolean;\n onClose: () => void;\n member: GangMember;\n onAscend: () => void;\n}\n\nexport function AscensionModal(props: IProps): React.ReactElement {\n const gang = useGang();\n const setRerender = useState(false)[1];\n\n useEffect(() => {\n const id = setInterval(() => setRerender((old) => !old), 1000);\n return () => clearInterval(id);\n }, []);\n\n function confirm(): void {\n props.onAscend();\n const res = gang.ascendMember(props.member);\n dialogBoxCreate(\n <>\n You ascended {props.member.name}!
\n
\n Your gang lost {numeralWrapper.formatRespect(res.respect)} respect.\n
\n
\n {props.member.name} gained the following stat multipliers for ascending:\n
\n Hacking: x{numeralWrapper.format(res.hack, \"0.000\")}\n
\n Strength: x{numeralWrapper.format(res.str, \"0.000\")}\n
\n Defense: x{numeralWrapper.format(res.def, \"0.000\")}\n
\n Dexterity: x{numeralWrapper.format(res.dex, \"0.000\")}\n
\n Agility: x{numeralWrapper.format(res.agi, \"0.000\")}\n
\n Charisma: x{numeralWrapper.format(res.cha, \"0.000\")}\n
\n ,\n );\n props.onClose();\n }\n\n // const ascendBenefits = props.member.getAscensionResults();\n const preAscend = props.member.getCurrentAscensionMults();\n const postAscend = props.member.getAscensionMultsAfterAscend();\n\n return (\n \n \n Are you sure you want to ascend this member? They will lose all of\n
\n their non-Augmentation upgrades and their stats will reset back to 1.\n
\n
\n Furthermore, your gang will lose {numeralWrapper.formatRespect(props.member.earnedRespect)} respect\n
\n
\n In return, they will gain the following permanent boost to stat multipliers:\n
\n Hacking: x{numeralWrapper.format(preAscend.hack, \"0.000\")} => x\n {numeralWrapper.format(postAscend.hack, \"0.000\")}\n
\n Strength: x{numeralWrapper.format(preAscend.str, \"0.000\")} => x\n {numeralWrapper.format(postAscend.str, \"0.000\")}\n
\n Defense: x{numeralWrapper.format(preAscend.def, \"0.000\")} => x\n {numeralWrapper.format(postAscend.def, \"0.000\")}\n
\n Dexterity: x{numeralWrapper.format(preAscend.dex, \"0.000\")} => x\n {numeralWrapper.format(postAscend.dex, \"0.000\")}\n
\n Agility: x{numeralWrapper.format(preAscend.agi, \"0.000\")} => x\n {numeralWrapper.format(postAscend.agi, \"0.000\")}\n
\n Charisma: x{numeralWrapper.format(preAscend.cha, \"0.000\")} => x\n {numeralWrapper.format(postAscend.cha, \"0.000\")}\n
\n
\n \n
\n );\n}\n","import React, { useState } from \"react\";\nimport { RecruitModal } from \"./RecruitModal\";\nimport { GangConstants } from \"../data/Constants\";\nimport { numeralWrapper } from \"../../ui/numeralFormat\";\nimport { useGang } from \"./Context\";\nimport Typography from \"@mui/material/Typography\";\nimport Button from \"@mui/material/Button\";\nimport Box from \"@mui/material/Box\";\n\ninterface IProps {\n onRecruit: () => void;\n}\n\n/** React Component for the recruitment button and text on the gang main page. */\nexport function RecruitButton(props: IProps): React.ReactElement {\n const gang = useGang();\n const [open, setOpen] = useState(false);\n if (gang.members.length >= GangConstants.MaximumGangMembers) {\n return <>;\n }\n\n if (!gang.canRecruitMember()) {\n const respect = gang.getRespectNeededToRecruitMember();\n return (\n \n \n \n {numeralWrapper.formatRespect(respect)} respect needed to recruit next member\n \n \n );\n }\n\n return (\n <>\n \n \n \n setOpen(false)} onRecruit={props.onRecruit} />\n \n );\n}\n","import React, { useState } from \"react\";\nimport { Modal } from \"../../ui/React/Modal\";\nimport { dialogBoxCreate } from \"../../ui/React/DialogBox\";\nimport { useGang } from \"./Context\";\nimport Typography from \"@mui/material/Typography\";\nimport TextField from \"@mui/material/TextField\";\nimport Button from \"@mui/material/Button\";\nimport { KEY } from \"../../utils/helpers/keyCodes\";\n\ninterface IRecruitPopupProps {\n open: boolean;\n onClose: () => void;\n onRecruit: () => void;\n}\n\n/** React Component for the popup used to recruit new gang members. */\nexport function RecruitModal(props: IRecruitPopupProps): React.ReactElement {\n const gang = useGang();\n const [name, setName] = useState(\"\");\n\n const disabled = name === \"\" || !gang.canRecruitMember();\n function recruit(): void {\n if (disabled) return;\n // At this point, the only way this can fail is if you already\n // have a gang member with the same name\n if (!gang.recruitMember(name)) {\n dialogBoxCreate(\"You already have a gang member with this name!\");\n return;\n }\n\n props.onRecruit();\n props.onClose();\n }\n\n function onKeyUp(event: React.KeyboardEvent): void {\n if (event.key === KEY.ENTER) recruit();\n }\n\n function onChange(event: React.ChangeEvent): void {\n setName(event.target.value);\n }\n\n return (\n \n Enter a name for your new Gang member:\n
\n \n Recruit\n \n ),\n }}\n />\n
\n );\n}\n","import React, { useState } from \"react\";\n\nimport { Container, Button, Paper, Box, Tooltip, Switch, FormControlLabel, Typography } from \"@mui/material\";\nimport { Help } from \"@mui/icons-material\";\n\nimport { numeralWrapper } from \"../../ui/numeralFormat\";\nimport { formatNumber } from \"../../utils/StringHelperFunctions\";\n\nimport { AllGangs } from \"../AllGangs\";\n\nimport { useGang } from \"./Context\";\nimport { TerritoryInfoModal } from \"./TerritoryInfoModal\";\n\n/** React Component for the territory subpage. */\nexport function TerritorySubpage(): React.ReactElement {\n const gang = useGang();\n const gangNames = Object.keys(AllGangs).filter((g) => g != gang.facName);\n const [infoOpen, setInfoOpen] = useState(false);\n\n return (\n \n \n This page shows how much territory your Gang controls. This statistic is listed as a percentage, which\n represents how much of the total territory you control.\n \n\n \n\n \n \n {gang.facName} (Your gang)\n \n\n (gang.territoryWarfareEngaged = event.target.checked)}\n />\n }\n label={\n \n Engaging in Territory Warfare sets your clash chance to 100%. Disengaging will cause your clash chance\n to gradually decrease until it reaches 0%.\n
\n }\n >\n Engage in Territory Warfare\n \n }\n />\n
\n (gang.notifyMemberDeath = event.target.checked)}\n />\n }\n label={\n \n If this is enabled, then you will receive a pop-up notifying you whenever one of your Gang Members\n dies in a territory clash.\n \n }\n >\n Notify about Gang Member Deaths\n \n }\n />\n\n \n Territory Clash Chance: {numeralWrapper.formatPercentage(gang.territoryClashChance, 3)}
\n Power: {formatNumber(AllGangs[gang.facName].power, 3)}
\n Territory: {formatTerritory(AllGangs[gang.facName].territory)}%
\n
\n \n \n {gangNames\n .sort((a, b) => {\n if (AllGangs[a].territory <= 0 && AllGangs[b].territory > 0) return 1;\n if (AllGangs[a].territory > 0 && AllGangs[b].territory <= 0) return -1;\n return 0;\n })\n .map((name) => (\n \n ))}\n \n setInfoOpen(false)} />\n \n );\n}\nfunction formatTerritory(n: number): string {\n const v = n * 100;\n const precision = 3;\n if (v <= 0) {\n return formatNumber(0, precision);\n } else if (v >= 100) {\n return formatNumber(100, precision);\n } else {\n return formatNumber(v, precision);\n }\n}\n\ninterface ITerritoryProps {\n name: string;\n}\n\nfunction OtherGangTerritory(props: ITerritoryProps): React.ReactElement {\n const gang = useGang();\n const playerPower = AllGangs[gang.facName].power;\n const power = AllGangs[props.name].power;\n const clashVictoryChance = playerPower / (power + playerPower);\n const territory = AllGangs[props.name].territory;\n const opacity = territory ? 1 : 0.75;\n return (\n \n \n {props.name}\n \n \n Power: {formatNumber(power, 3)}
\n Territory: {formatTerritory(territory)}%
\n Clash Win Chance: {numeralWrapper.formatPercentage(clashVictoryChance, 3)}\n
\n
\n );\n}\n","import React from \"react\";\n\nimport Typography from \"@mui/material/Typography\";\n\nimport { Modal } from \"../../ui/React/Modal\";\n\ninterface IProps {\n open: boolean;\n onClose: () => void;\n}\n\nexport const TerritoryInfoModal = ({ open, onClose }: IProps): React.ReactElement => {\n return (\n \n <>\n Clashing\n \n Every ~20 seconds, your gang has a chance to 'clash' with other gangs. Your chance to win a clash depends on\n your gang's power, which is listed in the display below. Your gang's power slowly accumulates over time. The\n accumulation rate is determined by the stats of all Gang members you have assigned to the 'Territory Warfare'\n task. Gang members that are not assigned to this task do not contribute to your gang's power. Your gang also\n loses a small amount of power whenever you lose a clash.\n
\n
\n NOTE: Gang members assigned to 'Territory Warfare' can be killed during clashes. This can happen regardless of\n whether you win or lose the clash. A gang member being killed results in both respect and power loss for your\n gang.\n
\n
\n Territory\n \n The amount of territory you have affects all aspects of your Gang members' production, including money,\n respect, and wanted level. It is very beneficial to have high territory control.\n
\n
\n To increase your chances of winning territory, assign gang members to \"Territory Warfare\". This will build\n your gang power. Then, enable \"Engage in Territory Warfare\" to start fighting over territory.\n
\n
\n Territory Clash Chance\n \n This percentage represents the chance you have of 'clashing' with another gang. If you do not wish to\n gain/lose territory, then keep this percentage at 0% by not engaging in territory warfare.\n \n \n
\n );\n};\n","import React, { useState } from \"react\";\nimport { useGang } from \"./Context\";\n\nimport Typography from \"@mui/material/Typography\";\nimport Button from \"@mui/material/Button\";\nimport Tooltip from \"@mui/material/Tooltip\";\nimport Box from \"@mui/material/Box\";\nimport Paper from \"@mui/material/Paper\";\nimport Select, { SelectChangeEvent } from \"@mui/material/Select\";\nimport { MenuItem, Table, TableBody, TextField } from \"@mui/material\";\nimport SearchIcon from \"@mui/icons-material/Search\";\n\nimport { numeralWrapper } from \"../../ui/numeralFormat\";\nimport { GangMemberUpgrades } from \"../GangMemberUpgrades\";\nimport { GangMemberUpgrade } from \"../GangMemberUpgrade\";\nimport { Money } from \"../../ui/React/Money\";\nimport { GangMember } from \"../GangMember\";\nimport { UpgradeType } from \"../data/upgrades\";\nimport { Player } from \"../../Player\";\nimport { Settings } from \"../../Settings/Settings\";\nimport { StatsRow } from \"../../ui/React/StatsRow\";\n\ninterface INextRevealProps {\n upgrades: string[];\n type: UpgradeType;\n}\n\nfunction NextReveal(props: INextRevealProps): React.ReactElement {\n const gang = useGang();\n const upgrades = Object.keys(GangMemberUpgrades)\n .filter((upgName: string) => {\n const upg = GangMemberUpgrades[upgName];\n if (Player.money > gang.getUpgradeCost(upg)) return false;\n if (upg.type !== props.type) return false;\n if (props.upgrades.includes(upgName)) return false;\n return true;\n })\n .map((upgName: string) => GangMemberUpgrades[upgName]);\n\n if (upgrades.length === 0) return <>;\n return (\n \n Next at \n \n );\n}\n\nfunction PurchasedUpgrade({ upgName }: { upgName: string }): React.ReactElement {\n const upg = GangMemberUpgrades[upgName];\n return (\n \n }>\n {upg.name}\n \n \n );\n}\n\ninterface IUpgradeButtonProps {\n upg: GangMemberUpgrade;\n rerender: () => void;\n member: GangMember;\n}\n\nfunction UpgradeButton(props: IUpgradeButtonProps): React.ReactElement {\n const gang = useGang();\n function onClick(): void {\n props.member.buyUpgrade(props.upg);\n props.rerender();\n }\n return (\n }>\n \n \n \n \n );\n}\n\ninterface IPanelProps {\n member: GangMember;\n}\n\nfunction GangMemberUpgradePanel(props: IPanelProps): React.ReactElement {\n const gang = useGang();\n const setRerender = useState(false)[1];\n const [currentCategory, setCurrentCategory] = useState(\"Weapons\");\n\n function rerender(): void {\n setRerender((old) => !old);\n }\n\n function filterUpgrades(list: string[], type: UpgradeType): GangMemberUpgrade[] {\n return Object.keys(GangMemberUpgrades)\n .filter((upgName: string) => {\n const upg = GangMemberUpgrades[upgName];\n if (Player.money < gang.getUpgradeCost(upg)) return false;\n if (upg.type !== type) return false;\n if (list.includes(upgName)) return false;\n return true;\n })\n .map((upgName: string) => GangMemberUpgrades[upgName]);\n }\n\n const onChange = (event: SelectChangeEvent): void => {\n setCurrentCategory(event.target.value);\n rerender();\n };\n\n const weaponUpgrades = filterUpgrades(props.member.upgrades, UpgradeType.Weapon);\n const armorUpgrades = filterUpgrades(props.member.upgrades, UpgradeType.Armor);\n const vehicleUpgrades = filterUpgrades(props.member.upgrades, UpgradeType.Vehicle);\n const rootkitUpgrades = filterUpgrades(props.member.upgrades, UpgradeType.Rootkit);\n const augUpgrades = filterUpgrades(props.member.augmentations, UpgradeType.Augmentation);\n\n const categories: { [key: string]: (GangMemberUpgrade[] | UpgradeType)[] } = {\n Weapons: [weaponUpgrades, UpgradeType.Weapon],\n Armor: [armorUpgrades, UpgradeType.Armor],\n Vehicles: [vehicleUpgrades, UpgradeType.Vehicle],\n Rootkits: [rootkitUpgrades, UpgradeType.Rootkit],\n Augmentations: [augUpgrades, UpgradeType.Augmentation],\n };\n\n const asc = {\n hack: props.member.calculateAscensionMult(props.member.hack_asc_points),\n str: props.member.calculateAscensionMult(props.member.str_asc_points),\n def: props.member.calculateAscensionMult(props.member.def_asc_points),\n dex: props.member.calculateAscensionMult(props.member.dex_asc_points),\n agi: props.member.calculateAscensionMult(props.member.agi_asc_points),\n cha: props.member.calculateAscensionMult(props.member.cha_asc_points),\n };\n return (\n \n \n \n \n {props.member.name} ({props.member.task})\n \n \n Hk: x{numeralWrapper.formatMultiplier(props.member.hack_mult * asc.hack)}(x\n {numeralWrapper.formatMultiplier(props.member.hack_mult)} Eq, x\n {numeralWrapper.formatMultiplier(asc.hack)} Asc)\n
\n St: x{numeralWrapper.formatMultiplier(props.member.str_mult * asc.str)}\n (x{numeralWrapper.formatMultiplier(props.member.str_mult)} Eq, x\n {numeralWrapper.formatMultiplier(asc.str)} Asc)\n
\n Df: x{numeralWrapper.formatMultiplier(props.member.def_mult * asc.def)}\n (x{numeralWrapper.formatMultiplier(props.member.def_mult)} Eq, x\n {numeralWrapper.formatMultiplier(asc.def)} Asc)\n
\n Dx: x{numeralWrapper.formatMultiplier(props.member.dex_mult * asc.dex)}\n (x{numeralWrapper.formatMultiplier(props.member.dex_mult)} Eq, x\n {numeralWrapper.formatMultiplier(asc.dex)} Asc)\n
\n Ag: x{numeralWrapper.formatMultiplier(props.member.agi_mult * asc.agi)}\n (x{numeralWrapper.formatMultiplier(props.member.agi_mult)} Eq, x\n {numeralWrapper.formatMultiplier(asc.agi)} Asc)\n
\n Ch: x{numeralWrapper.formatMultiplier(props.member.cha_mult * asc.cha)}\n (x{numeralWrapper.formatMultiplier(props.member.cha_mult)} Eq, x\n {numeralWrapper.formatMultiplier(asc.cha)} Asc)\n \n }\n >\n \n \n \n \n \n \n \n \n \n
\n \n
\n\n \n \n\n \n {(categories[currentCategory][0] as GangMemberUpgrade[]).length === 0 && (\n All upgrades owned!\n )}\n \n {(categories[currentCategory][0] as GangMemberUpgrade[]).map((upg) => (\n \n ))}\n \n \n \n \n
\n\n Purchased Upgrades: \n \n {props.member.upgrades.map((upg: string) => (\n \n ))}\n {props.member.augmentations.map((upg: string) => (\n \n ))}\n \n
\n );\n}\n\n/** React Component for the popup that manages gang members upgrades */\nexport function EquipmentsSubpage(): React.ReactElement {\n const gang = useGang();\n const [filter, setFilter] = useState(\"\");\n\n const handleFilterChange = (event: React.ChangeEvent): void => {\n setFilter(event.target.value.toLowerCase());\n };\n\n const members = gang.members.filter((member) => member && member.name.toLowerCase().includes(filter));\n\n return (\n <>\n \n You get a discount on equipment and upgrades based on your gang's respect and power. More respect and power\n leads to more discounts.\n \n }\n >\n Discount: -{numeralWrapper.formatPercentage(1 - 1 / gang.getDiscount())}\n \n\n ,\n spellCheck: false,\n }}\n placeholder=\"Filter by member name\"\n sx={{ m: 1, width: \"15%\" }}\n />\n\n \n {members.map((member: GangMember) => (\n \n ))}\n \n \n );\n}\n","// React Components for the Corporation UI's navigation tabs\n// These are the tabs at the top of the UI that let you switch to different\n// divisions, see an overview of your corporation, or create a new industry\nimport React, { useState, useEffect } from \"react\";\nimport { Industry } from \"../Industry\";\nimport { MainPanel } from \"./MainPanel\";\nimport { Industries } from \"../IndustryData\";\nimport { ExpandIndustryTab } from \"./ExpandIndustryTab\";\nimport { Player } from \"../../Player\";\nimport { Context } from \"./Context\";\nimport { Overview } from \"./Overview\";\n\nimport Tabs from \"@mui/material/Tabs\";\nimport Tab from \"@mui/material/Tab\";\n\nexport function CorporationRoot(): React.ReactElement {\n const corporation = Player.corporation;\n if (corporation === null) return <>;\n const setRerender = useState(false)[1];\n function rerender(): void {\n setRerender((old) => !old);\n }\n const [divisionName, setDivisionName] = useState(\"Overview\");\n function handleChange(event: React.SyntheticEvent, tab: string | number): void {\n setDivisionName(tab);\n }\n useEffect(() => {\n const id = setInterval(rerender, 200);\n return () => clearInterval(id);\n }, []);\n\n const canExpand =\n Object.keys(Industries).filter(\n (industryType: string) =>\n corporation.divisions.find((division: Industry) => division.type === industryType) === undefined,\n ).length > 0;\n\n return (\n \n \n \n {corporation.divisions.map((div) => (\n \n ))}\n {canExpand && }\n \n {divisionName === \"Overview\" && }\n {divisionName === -1 && }\n {typeof divisionName === \"string\" && divisionName !== \"Overview\" && (\n \n )}\n \n );\n}\n","// React Component for the element that contains the actual info/data\n// for the Corporation UI. This panel lies below the header tabs and will\n// be filled with whatever is needed based on the routing/navigation\nimport React from \"react\";\n\nimport { CityTabs } from \"./CityTabs\";\nimport { Industry } from \"../Industry\";\nimport { Context, useCorporation } from \"./Context\";\n\nimport { CityName } from \"../../Locations/data/CityNames\";\n\ninterface IProps {\n divisionName: string;\n rerender: () => void;\n}\n\nexport function MainPanel(props: IProps): React.ReactElement {\n const corp = useCorporation();\n const division =\n props.divisionName !== \"Overview\"\n ? corp.divisions.find((division: Industry) => division.name === props.divisionName)\n : undefined; // use undefined because find returns undefined\n\n if (division === undefined) throw new Error(\"Cannot find division\");\n return (\n \n \n \n );\n}\n","// React Components for the Corporation UI's City navigation tabs\n// These allow player to navigate between different cities for each industry\nimport React, { useState } from \"react\";\nimport { OfficeSpace } from \"../OfficeSpace\";\nimport { Industry } from \"./Industry\";\nimport { ExpandNewCity } from \"./ExpandNewCity\";\nimport { useDivision } from \"./Context\";\nimport Tabs from \"@mui/material/Tabs\";\nimport Tab from \"@mui/material/Tab\";\n\ninterface IProps {\n city: string;\n rerender: () => void;\n}\n\nexport function CityTabs(props: IProps): React.ReactElement {\n const division = useDivision();\n const [city, setCity] = useState(props.city);\n\n const office = division.offices[city];\n if (office === 0) {\n setCity(\"Sector-12\");\n return <>;\n }\n\n const canExpand =\n Object.keys(division.offices).filter((cityName: string) => division.offices[cityName] === 0).length > 0;\n function handleChange(event: React.SyntheticEvent, tab: string): void {\n setCity(tab);\n }\n return (\n <>\n \n {Object.values(division.offices).map(\n (office: OfficeSpace | 0) => office !== 0 && ,\n )}\n {canExpand && }\n \n\n {city !== \"Expand\" ? (\n \n ) : (\n \n )}\n \n );\n}\n","// React Component for managing the Corporation's Industry UI\n// This Industry component does NOT include the city tabs at the top\nimport React from \"react\";\n\nimport { IndustryOffice } from \"./IndustryOffice\";\nimport { IndustryOverview } from \"./IndustryOverview\";\nimport { IndustryWarehouse } from \"./IndustryWarehouse\";\nimport { Warehouse } from \"../Warehouse\";\nimport { OfficeSpace } from \"../OfficeSpace\";\nimport { useCorporation, useDivision } from \"./Context\";\nimport Box from \"@mui/material/Box\";\n\ninterface IProps {\n city: string;\n warehouse: Warehouse | 0;\n office: OfficeSpace;\n rerender: () => void;\n}\n\nexport function Industry(props: IProps): React.ReactElement {\n const corp = useCorporation();\n const division = useDivision();\n return (\n \n \n \n \n \n \n \n \n \n );\n}\n","// React Component for displaying an Industry's OfficeSpace information\n// (bottom-left panel in the Industry UI)\nimport React, { useState } from \"react\";\n\nimport { OfficeSpace } from \"../OfficeSpace\";\nimport { Employee } from \"../Employee\";\nimport { EmployeePositions } from \"../EmployeePositions\";\nimport { BuyCoffee } from \"../Actions\";\n\nimport { MoneyCost } from \"./MoneyCost\";\nimport { numeralWrapper } from \"../../ui/numeralFormat\";\n\nimport { UpgradeOfficeSizeModal } from \"./modals/UpgradeOfficeSizeModal\";\nimport { ThrowPartyModal } from \"./modals/ThrowPartyModal\";\nimport { Money } from \"../../ui/React/Money\";\nimport { useCorporation, useDivision } from \"./Context\";\n\nimport Typography from \"@mui/material/Typography\";\nimport Button from \"@mui/material/Button\";\nimport IconButton from \"@mui/material/IconButton\";\nimport Paper from \"@mui/material/Paper\";\nimport ArrowForwardIcon from \"@mui/icons-material/ArrowForward\";\nimport ArrowDropUpIcon from \"@mui/icons-material/ArrowDropUp\";\nimport ArrowDropDownIcon from \"@mui/icons-material/ArrowDropDown\";\nimport Tooltip from \"@mui/material/Tooltip\";\nimport MenuItem from \"@mui/material/MenuItem\";\nimport Select, { SelectChangeEvent } from \"@mui/material/Select\";\nimport Table from \"@mui/material/Table\";\nimport TableBody from \"@mui/material/TableBody\";\nimport TableRow from \"@mui/material/TableRow\";\nimport { TableCell } from \"../../ui/React/Table\";\nimport { Box } from \"@mui/material\";\n\ninterface IProps {\n office: OfficeSpace;\n rerender: () => void;\n}\n\ninterface ISwitchProps {\n manualMode: boolean;\n switchMode: (f: (b: boolean) => boolean) => void;\n}\n\nfunction SwitchButton(props: ISwitchProps): React.ReactElement {\n if (props.manualMode) {\n return (\n \n Switch to Automatic Assignment Mode, which will automatically assign employees to your selected jobs. You\n simply have to select the number of assignments for each job\n \n }\n >\n \n \n );\n } else {\n return (\n \n Switch to Manual Assignment Mode, which allows you to specify which employees should get which jobs\n \n }\n >\n \n \n );\n }\n}\n\nfunction ManualManagement(props: IProps): React.ReactElement {\n const corp = useCorporation();\n const division = useDivision();\n const [employee, setEmployee] = useState(\n props.office.employees.length > 0 ? props.office.employees[0] : null,\n );\n\n // Employee Selector\n const employees = [];\n for (let i = 0; i < props.office.employees.length; ++i) {\n employees.push(\n \n {props.office.employees[i].name}\n ,\n );\n }\n\n function employeeSelectorOnChange(e: SelectChangeEvent): void {\n const name = e.target.value;\n for (let i = 0; i < props.office.employees.length; ++i) {\n if (name === props.office.employees[i].name) {\n setEmployee(props.office.employees[i]);\n break;\n }\n }\n\n props.rerender();\n }\n\n // Employee Positions Selector\n const emp = employee;\n let employeePositionSelectorInitialValue = \"\";\n const employeePositions = [];\n const positionNames = Object.values(EmployeePositions);\n for (let i = 0; i < positionNames.length; ++i) {\n employeePositions.push(\n \n {positionNames[i]}\n ,\n );\n if (emp != null && emp.nextPos === positionNames[i]) {\n employeePositionSelectorInitialValue = emp.nextPos;\n }\n }\n\n function employeePositionSelectorOnChange(e: SelectChangeEvent): void {\n if (employee === null) return;\n props.office.assignSingleJob(employee, e.target.value);\n props.rerender();\n }\n\n // Numeral.js formatter\n const nf = \"0.000\";\n\n // Employee stats (after applying multipliers)\n const effCre = emp ? emp.cre * corp.getEmployeeCreMultiplier() * division.getEmployeeCreMultiplier() : 0;\n const effCha = emp ? emp.cha * corp.getEmployeeChaMultiplier() * division.getEmployeeChaMultiplier() : 0;\n const effInt = emp ? emp.int * corp.getEmployeeIntMultiplier() * division.getEmployeeIntMultiplier() : 0;\n const effEff = emp ? emp.eff * corp.getEmployeeEffMultiplier() * division.getEmployeeEffMultiplier() : 0;\n\n return (\n <>\n
\n \n {employee != null && (\n \n Morale: {numeralWrapper.format(employee.mor, nf)}\n
\n Happiness: {numeralWrapper.format(employee.hap, nf)}\n
\n Energy: {numeralWrapper.format(employee.ene, nf)}\n
\n Intelligence: {numeralWrapper.format(effInt, nf)}\n
\n Charisma: {numeralWrapper.format(effCha, nf)}\n
\n Experience: {numeralWrapper.format(employee.exp, nf)}\n
\n Creativity: {numeralWrapper.format(effCre, nf)}\n
\n Efficiency: {numeralWrapper.format(effEff, nf)}\n
\n Salary: \n
\n )}\n {employee != null && (\n \n )}\n \n );\n}\n\ninterface IAutoAssignProps {\n office: OfficeSpace;\n job: string;\n desc: string;\n rerender: () => void;\n}\n\nfunction EmployeeCount(props: { num: number; next: number }): React.ReactElement {\n return (\n \n {props.num === props.next ? null : props.num}\n {props.num === props.next ? null : }\n {props.next}\n \n );\n}\n\nfunction AutoAssignJob(props: IAutoAssignProps): React.ReactElement {\n const currJob = props.office.employeeJobs[props.job];\n const nextJob = props.office.employeeNextJobs[props.job];\n const nextUna = props.office.employeeNextJobs[EmployeePositions.Unassigned];\n\n function assignEmployee(): void {\n if (nextUna <= 0) {\n console.warn(\"Cannot assign employee. No unassigned employees available\");\n return;\n }\n\n props.office.autoAssignJob(props.job, nextJob + 1);\n props.rerender();\n }\n\n function unassignEmployee(): void {\n props.office.autoAssignJob(props.job, nextJob - 1);\n props.rerender();\n }\n\n return (\n \n \n \n {props.job}\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n );\n}\n\nfunction AutoManagement(props: IProps): React.ReactElement {\n const corp = useCorporation();\n const division = useDivision();\n const vechain = corp.unlockUpgrades[4] === 1; // Has Vechain upgrade\n\n // Calculate average morale, happiness, energy, and salary.\n let totalMorale = 0,\n totalHappiness = 0,\n totalEnergy = 0,\n totalSalary = 0;\n for (let i = 0; i < props.office.employees.length; ++i) {\n totalMorale += props.office.employees[i].mor;\n totalHappiness += props.office.employees[i].hap;\n totalEnergy += props.office.employees[i].ene;\n totalSalary += props.office.employees[i].sal;\n }\n\n let avgMorale = 0,\n avgHappiness = 0,\n avgEnergy = 0;\n if (props.office.employees.length > 0) {\n avgMorale = totalMorale / props.office.employees.length;\n avgHappiness = totalHappiness / props.office.employees.length;\n avgEnergy = totalEnergy / props.office.employees.length;\n }\n\n const currUna = props.office.employeeJobs[EmployeePositions.Unassigned];\n const nextUna = props.office.employeeNextJobs[EmployeePositions.Unassigned];\n\n return (\n \n \n \n \n Unassigned Employees:\n \n \n \n \n \n \n \n Avg Employee Morale:\n \n \n {numeralWrapper.format(avgMorale, \"0.000\")}\n \n \n \n \n Avg Employee Happiness:\n \n \n {numeralWrapper.format(avgHappiness, \"0.000\")}\n \n \n \n \n Avg Employee Energy:\n \n \n {numeralWrapper.format(avgEnergy, \"0.000\")}\n \n \n \n \n Total Employee Salary:\n \n \n \n \n \n \n \n {vechain && (\n <>\n \n \n \n The base amount of material this office can produce. Does not include production multipliers from\n upgrades and materials. This value is based off the productivity of your Operations, Engineering,\n and Management employees\n \n }\n >\n Material Production:\n \n \n \n \n {numeralWrapper.format(division.getOfficeProductivity(props.office), \"0.000\")}\n \n \n \n \n \n \n The base amount of any given Product this office can produce. Does not include production\n multipliers from upgrades and materials. This value is based off the productivity of your\n Operations, Engineering, and Management employees\n \n }\n >\n Product Production:\n \n \n \n \n {numeralWrapper.format(\n division.getOfficeProductivity(props.office, {\n forProduct: true,\n }),\n \"0.000\",\n )}\n \n \n \n \n \n The effect this office's 'Business' employees has on boosting sales}\n >\n Business Multiplier:\n \n \n \n x{numeralWrapper.format(division.getBusinessFactor(props.office), \"0.000\")}\n \n \n \n )}\n \n\n \n\n \n\n \n\n \n\n \n \n
\n );\n}\n\nexport function IndustryOffice(props: IProps): React.ReactElement {\n const corp = useCorporation();\n const division = useDivision();\n const [upgradeOfficeSizeOpen, setUpgradeOfficeSizeOpen] = useState(false);\n const [throwPartyOpen, setThrowPartyOpen] = useState(false);\n const [employeeManualAssignMode, setEmployeeManualAssignMode] = useState(false);\n\n function autohireEmployeeButtonOnClick(): void {\n if (props.office.atCapacity()) return;\n props.office.hireRandomEmployee();\n props.rerender();\n }\n\n return (\n \n Office Space\n \n Size: {props.office.employees.length} / {props.office.size} employees\n \n \n \n Automatically hires an employee and gives him/her a random name}>\n \n \n \n \n Upgrade the office's size so that it can hold more employees!}>\n \n \n \n \n setUpgradeOfficeSizeOpen(false)}\n />\n\n {!division.hasResearch(\"AutoBrew\") && (\n <>\n Provide your employees with coffee, increasing their energy by 5%}\n >\n \n 0}\n onClick={() => BuyCoffee(corp, props.office)}\n >\n {props.office.coffeeMult > 0 ? (\n \"Buying coffee...\"\n ) : (\n \n Buy Coffee - \n \n )}\n \n \n \n \n )}\n\n {!division.hasResearch(\"AutoPartyManager\") && (\n <>\n Throw an office party to increase your employee's morale and happiness}\n >\n \n 0}\n onClick={() => setThrowPartyOpen(true)}\n >\n {props.office.partyMult > 0 ? \"Throwing Party...\" : \"Throw Party\"}\n \n \n \n setThrowPartyOpen(false)}\n />\n \n )}\n \n \n \n {employeeManualAssignMode ? (\n \n ) : (\n \n )}\n \n );\n}\n","import React from \"react\";\nimport { numeralWrapper } from \"../../../ui/numeralFormat\";\nimport { CorporationConstants } from \"../../data/Constants\";\nimport { OfficeSpace } from \"../../OfficeSpace\";\nimport { Corporation } from \"../../Corporation\";\nimport { UpgradeOfficeSize } from \"../../Actions\";\nimport { Modal } from \"../../../ui/React/Modal\";\nimport { useCorporation } from \"../Context\";\nimport Typography from \"@mui/material/Typography\";\nimport Button from \"@mui/material/Button\";\nimport Tooltip from \"@mui/material/Tooltip\";\nimport Box from \"@mui/material/Box\";\n\ninterface IUpgradeButton {\n cost: number;\n size: number;\n corp: Corporation;\n office: OfficeSpace;\n onClose: () => void;\n rerender: () => void;\n}\n\nfunction UpgradeSizeButton(props: IUpgradeButton): React.ReactElement {\n const corp = useCorporation();\n function upgradeSize(cost: number, size: number): void {\n if (corp.funds < cost) {\n return;\n }\n\n UpgradeOfficeSize(corp, props.office, size);\n props.rerender();\n props.onClose();\n }\n return (\n \n \n \n \n \n );\n}\n\ninterface IProps {\n open: boolean;\n onClose: () => void;\n office: OfficeSpace;\n rerender: () => void;\n}\n\nexport function UpgradeOfficeSizeModal(props: IProps): React.ReactElement {\n const corp = useCorporation();\n const initialPriceMult = Math.round(props.office.size / CorporationConstants.OfficeInitialSize);\n const costMultiplier = 1.09;\n const upgradeCost = CorporationConstants.OfficeInitialCost * Math.pow(costMultiplier, initialPriceMult);\n\n // Calculate cost to upgrade size by 15 employees\n let mult = 0;\n for (let i = 0; i < 5; ++i) {\n mult += Math.pow(costMultiplier, initialPriceMult + i);\n }\n const upgradeCost15 = CorporationConstants.OfficeInitialCost * mult;\n\n //Calculate max upgrade size and cost\n const maxMult = corp.funds / CorporationConstants.OfficeInitialCost;\n let maxNum = 1;\n mult = Math.pow(costMultiplier, initialPriceMult);\n while (maxNum < 50) {\n //Hard cap of 50x (extra 150 employees)\n if (mult >= maxMult) break;\n const multIncrease = Math.pow(costMultiplier, initialPriceMult + maxNum);\n if (mult + multIncrease > maxMult) {\n break;\n } else {\n mult += multIncrease;\n }\n ++maxNum;\n }\n const upgradeCostMax = CorporationConstants.OfficeInitialCost * mult;\n\n return (\n \n Increase the size of your office space to fit additional employees!\n \n Upgrade size: \n \n \n {maxNum !== 1 && maxNum !== 5 && (\n \n )}\n \n \n );\n}\n","import React, { useState } from \"react\";\nimport { numeralWrapper } from \"../../../ui/numeralFormat\";\nimport { dialogBoxCreate } from \"../../../ui/React/DialogBox\";\nimport { OfficeSpace } from \"../../OfficeSpace\";\nimport { ThrowParty } from \"../../Actions\";\nimport { Money } from \"../../../ui/React/Money\";\nimport { Modal } from \"../../../ui/React/Modal\";\nimport { useCorporation } from \"../Context\";\nimport Typography from \"@mui/material/Typography\";\nimport Button from \"@mui/material/Button\";\nimport TextField from \"@mui/material/TextField\";\nimport Box from \"@mui/material/Box\";\nimport { KEY } from \"../../../utils/helpers/keyCodes\";\n\ninterface IProps {\n open: boolean;\n onClose: () => void;\n office: OfficeSpace;\n rerender: () => void;\n}\n\nexport function ThrowPartyModal(props: IProps): React.ReactElement {\n const corp = useCorporation();\n const [cost, setCost] = useState(0);\n\n const totalCost = cost * props.office.employees.length;\n const canParty = corp.funds >= totalCost;\n function changeCost(event: React.ChangeEvent): void {\n let x = parseFloat(event.target.value);\n if (isNaN(x)) x = 0;\n setCost(x);\n }\n\n function throwParty(): void {\n if (cost === null || isNaN(cost) || cost < 0) {\n dialogBoxCreate(\"Invalid value entered\");\n } else if (!canParty) {\n dialogBoxCreate(\"You don't have enough company funds to throw a party!\");\n } else {\n const mult = ThrowParty(corp, props.office, cost);\n\n if (mult > 0) {\n dialogBoxCreate(\n \"You threw a party for the office! The morale and happiness of each employee increased by \" +\n numeralWrapper.formatPercentage(mult - 1),\n );\n }\n\n props.rerender();\n props.onClose();\n }\n }\n\n function EffectText(): React.ReactElement {\n if (isNaN(cost) || cost < 0) return Invalid value entered!;\n return (\n \n Throwing this party will cost a total of \n \n );\n }\n\n function onKeyDown(event: React.KeyboardEvent): void {\n if (event.key === KEY.ENTER) throwParty();\n }\n\n return (\n \n Enter the amount of money you would like to spend PER EMPLOYEE on this office party\n \n \n \n \n \n \n );\n}\n","// React Component for displaying an Industry's overview information\n// (top-left panel in the Industry UI)\nimport React, { useState } from \"react\";\n\nimport { Industries } from \"../IndustryData\";\nimport { HireAdVert } from \"../Actions\";\nimport { numeralWrapper } from \"../../ui/numeralFormat\";\nimport { createProgressBarText } from \"../../utils/helpers/createProgressBarText\";\nimport { MakeProductModal } from \"./modals/MakeProductModal\";\nimport { ResearchModal } from \"./modals/ResearchModal\";\nimport { Money } from \"../../ui/React/Money\";\nimport { MoneyRate } from \"../../ui/React/MoneyRate\";\nimport { StatsTable } from \"../../ui/React/StatsTable\";\nimport { StaticModal } from \"../../ui/React/StaticModal\";\nimport { MoneyCost } from \"./MoneyCost\";\nimport { useCorporation, useDivision } from \"./Context\";\nimport Typography from \"@mui/material/Typography\";\nimport Button from \"@mui/material/Button\";\nimport Tooltip from \"@mui/material/Tooltip\";\nimport Paper from \"@mui/material/Paper\";\nimport IconButton from \"@mui/material/IconButton\";\nimport HelpIcon from \"@mui/icons-material/Help\";\nimport Box from \"@mui/material/Box\";\n\nfunction MakeProductButton(): React.ReactElement {\n const corp = useCorporation();\n const division = useDivision();\n const [makeOpen, setMakeOpen] = useState(false);\n\n const hasMaxProducts = division.hasMaximumNumberProducts();\n\n function shouldFlash(): boolean {\n return Object.keys(division.products).length === 0;\n }\n\n let createProductButtonText = \"\";\n switch (division.type) {\n case Industries.Food:\n createProductButtonText = \"Build Restaurant\";\n break;\n case Industries.Tobacco:\n createProductButtonText = \"Create Product\";\n break;\n case Industries.Pharmaceutical:\n createProductButtonText = \"Create Drug\";\n break;\n case Industries.Computer:\n case \"Computer\":\n createProductButtonText = \"Create Product\";\n break;\n case Industries.Robotics:\n createProductButtonText = \"Design Robot\";\n break;\n case Industries.Software:\n createProductButtonText = \"Develop Software\";\n break;\n case Industries.Healthcare:\n createProductButtonText = \"Build Hospital\";\n break;\n case Industries.RealEstate:\n createProductButtonText = \"Develop Property\";\n break;\n default:\n createProductButtonText = \"Create Product\";\n return <>;\n }\n\n return (\n <>\n \n You have reached the maximum number of products: {division.getMaximumNumberProducts()}\n \n ) : (\n \"\"\n )\n }\n >\n \n \n setMakeOpen(false)} />\n \n );\n}\n\ninterface IProps {\n rerender: () => void;\n}\n\nexport function IndustryOverview(props: IProps): React.ReactElement {\n const corp = useCorporation();\n const division = useDivision();\n const [helpOpen, setHelpOpen] = useState(false);\n const [researchOpen, setResearchOpen] = useState(false);\n const vechain = corp.unlockUpgrades[4] === 1;\n const profit = division.lastCycleRevenue - division.lastCycleExpenses;\n\n let advertisingInfo = false;\n const advertisingFactors = division.getAdvertisingFactors();\n const awarenessFac = advertisingFactors[1];\n const popularityFac = advertisingFactors[2];\n const ratioFac = advertisingFactors[3];\n const totalAdvertisingFac = advertisingFactors[0];\n if (vechain) {\n advertisingInfo = true;\n }\n\n function convertEffectFacToGraphic(fac: number): string {\n return createProgressBarText({\n progress: fac,\n totalTicks: 20,\n });\n }\n\n return (\n \n \n Industry: {division.type} (Corp Funds: )\n \n
\n \n {advertisingInfo !== false && (\n \n Total multiplier for this industry's sales due to its awareness and popularity\n \n \n }\n >\n Advertising Multiplier: x{numeralWrapper.formatReallyBigNumber(totalAdvertisingFac)}\n \n )}\n
\n ],\n [\"Expenses:\", ],\n [\"Profit:\", ],\n ]}\n />\n
\n \n \n Production gain from owning production-boosting materials such as hardware, Robots, AI Cores, and Real\n Estate.\n \n }\n >\n Production Multiplier: {numeralWrapper.formatReallyBigNumber(division.prodMult)}\n \n setHelpOpen(true)}>\n \n \n setHelpOpen(false)}>\n \n Owning Hardware, Robots, AI Cores, and Real Estate can boost your Industry's production. The effect these\n materials have on your production varies between Industries. For example, Real Estate may be very effective\n for some Industries, but ineffective for others.\n
\n
\n This division's production multiplier is calculated by summing the individual production multiplier of each\n of its office locations. This production multiplier is applied to each office. Therefore, it is beneficial\n to expand into new cities as this can greatly increase the production multiplier of your entire Division.\n
\n
\n Below are approximations for how effective each material is at boosting this industry's production\n multiplier (Bigger bars = more effective):\n
\n
\n Hardware:    {convertEffectFacToGraphic(division.hwFac)}\n
\n Robots:      {convertEffectFacToGraphic(division.robFac)}\n
\n AI Cores:    {convertEffectFacToGraphic(division.aiFac)}\n
\n Real Estate: {convertEffectFacToGraphic(division.reFac)}\n
\n
\n
\n \n \n Scientific Research increases the quality of the materials and products that you produce.\n \n }\n >\n Scientific Research: {numeralWrapper.formatReallyBigNumber(division.sciResearch.qty)}\n \n \n setResearchOpen(false)} industry={division} />\n \n
\n \n \n Hire AdVert.Inc to advertise your company. Each level of this upgrade grants your company a static\n increase of 3 and 1 to its awareness and popularity, respectively. It will then increase your company's\n awareness by 1%, and its popularity by a random percentage between 1% and 3%. These effects are increased\n by other upgrades that increase the power of your advertising.\n \n }\n >\n corp.funds}\n onClick={function () {\n HireAdVert(corp, division);\n props.rerender();\n }}\n >\n Hire AdVert -  \n \n \n {division.makesProducts && }\n \n
\n );\n}\n","import React, { useState } from \"react\";\nimport { dialogBoxCreate } from \"../../../ui/React/DialogBox\";\nimport { Modal } from \"../../../ui/React/Modal\";\nimport { Industries } from \"../../IndustryData\";\nimport { MakeProduct } from \"../../Actions\";\nimport { useCorporation, useDivision } from \"../Context\";\nimport Typography from \"@mui/material/Typography\";\nimport TextField from \"@mui/material/TextField\";\nimport Button from \"@mui/material/Button\";\nimport MenuItem from \"@mui/material/MenuItem\";\nimport Select, { SelectChangeEvent } from \"@mui/material/Select\";\nimport { KEY } from \"../../../utils/helpers/keyCodes\";\nimport { NumberInput } from \"../../../ui/React/NumberInput\";\n\ninterface IProps {\n open: boolean;\n onClose: () => void;\n}\n\nfunction productPlaceholder(tpe: string): string {\n if (tpe === Industries.Food) {\n return \"Restaurant Name\";\n } else if (tpe === Industries.Healthcare) {\n return \"Hospital Name\";\n } else if (tpe === Industries.RealEstate) {\n return \"Property Name\";\n }\n return \"Product Name\";\n}\n\n// Create a popup that lets the player create a product for their current industry\nexport function MakeProductModal(props: IProps): React.ReactElement {\n const corp = useCorporation();\n const division = useDivision();\n const allCities = Object.keys(division.offices).filter((cityName: string) => division.offices[cityName] !== 0);\n const [city, setCity] = useState(allCities.length > 0 ? allCities[0] : \"\");\n const [name, setName] = useState(\"\");\n const [design, setDesign] = useState(NaN);\n const [marketing, setMarketing] = useState(NaN);\n if (division.hasMaximumNumberProducts()) return <>;\n\n let createProductPopupText = <>;\n switch (division.type) {\n case Industries.Food:\n createProductPopupText = (\n <>\n {createProductPopupText}\n
\n Build and manage a new restaurant!\n \n );\n break;\n case Industries.Tobacco:\n createProductPopupText = (\n <>\n {createProductPopupText}\n
\n Create a new tobacco product!\n \n );\n break;\n case Industries.Pharmaceutical:\n createProductPopupText = (\n <>\n {createProductPopupText}\n
\n Design and develop a new pharmaceutical drug!\n \n );\n break;\n case Industries.Computer:\n case \"Computer\":\n createProductPopupText = (\n <>\n {createProductPopupText}\n
\n Design and manufacture a new computer hardware product!\n \n );\n break;\n case Industries.Robotics:\n createProductPopupText = (\n <>\n {createProductPopupText}\n
\n Design and create a new robot or robotic system!\n \n );\n break;\n case Industries.Software:\n createProductPopupText = (\n <>\n {createProductPopupText}\n
\n Develop a new piece of software!\n \n );\n break;\n case Industries.Healthcare:\n createProductPopupText = (\n <>\n {createProductPopupText}\n
\n Build and manage a new hospital!\n \n );\n break;\n case Industries.RealEstate:\n createProductPopupText = (\n <>\n {createProductPopupText}\n
\n Develop a new piece of real estate property!\n \n );\n break;\n default:\n createProductPopupText = (\n <>\n {createProductPopupText}\n
\n Create a new product!\n \n );\n return <>;\n }\n createProductPopupText = (\n <>\n {createProductPopupText}\n
\n
\n To begin developing a product, first choose the city in which it will be designed. The stats of your employees in\n the selected city affect the properties of the finished product, such as its quality, performance, and durability.\n
\n
\n You can also choose to invest money in the design and marketing of the product. Investing money in its design will\n result in a superior product. Investing money in marketing the product will help the product's sales.\n \n );\n\n function makeProduct(): void {\n if (isNaN(design) || isNaN(marketing)) return;\n try {\n MakeProduct(corp, division, city, name, design, marketing);\n } catch (err) {\n dialogBoxCreate(err + \"\");\n }\n props.onClose();\n }\n\n function onCityChange(event: SelectChangeEvent): void {\n setCity(event.target.value);\n }\n\n function onProductNameChange(event: React.ChangeEvent): void {\n setName(event.target.value);\n }\n\n function onKeyDown(event: React.KeyboardEvent): void {\n if (event.key === KEY.ENTER) makeProduct();\n }\n\n return (\n \n {createProductPopupText}\n \n \n
\n \n \n \n
\n );\n}\n","import React, { useState } from \"react\";\nimport { Modal } from \"../../../ui/React/Modal\";\nimport { IndustryResearchTrees } from \"../../IndustryData\";\nimport { CorporationConstants } from \"../../data/Constants\";\nimport { Industry } from \"../../Industry\";\nimport { Research } from \"../../Actions\";\nimport { Node } from \"../../ResearchTree\";\nimport { ResearchMap } from \"../../ResearchMap\";\nimport { Settings } from \"../../../Settings/Settings\";\nimport { dialogBoxCreate } from \"../../../ui/React/DialogBox\";\nimport Typography from \"@mui/material/Typography\";\nimport Tooltip from \"@mui/material/Tooltip\";\nimport Button from \"@mui/material/Button\";\nimport Box from \"@mui/material/Box\";\n\nimport Collapse from \"@mui/material/Collapse\";\nimport ExpandMore from \"@mui/icons-material/ExpandMore\";\nimport ExpandLess from \"@mui/icons-material/ExpandLess\";\nimport CheckIcon from \"@mui/icons-material/Check\";\n\ninterface INodeProps {\n n: Node | null;\n division: Industry;\n}\nfunction Upgrade({ n, division }: INodeProps): React.ReactElement {\n const [open, setOpen] = useState(false);\n if (n === null) return <>;\n const r = ResearchMap[n.text];\n let disabled = division.sciResearch.qty < r.cost || n.researched;\n const parent = n.parent;\n if (parent !== null) {\n disabled = disabled || !parent.researched;\n }\n\n function research(): void {\n if (n === null || disabled) return;\n try {\n Research(division, n.text);\n } catch (err) {\n dialogBoxCreate(err + \"\");\n return;\n }\n\n dialogBoxCreate(\n `Researched ${n.text}. It may take a market cycle (~${CorporationConstants.SecsPerMarketCycle} seconds) before the effects of the Research apply.`,\n );\n }\n\n let color: \"primary\" | \"info\" = \"primary\";\n if (n.researched) {\n color = \"info\";\n }\n\n const wrapInTooltip = (ele: React.ReactElement): React.ReactElement => {\n return (\n \n Research points: {r.cost}\n
\n {r.desc}\n \n }\n >\n {ele}\n \n );\n };\n\n const but = (\n \n {wrapInTooltip(\n \n \n {n.researched && }\n {n.text}\n \n ,\n )}\n \n );\n\n if (n.children.length === 0) return but;\n\n return (\n \n \n {wrapInTooltip(\n \n \n {n.researched && }\n {n.text}\n \n ,\n )}\n setOpen((old) => !old)}\n sx={{ borderColor: Settings.theme.button, minWidth: \"fit-content\" }}\n >\n {open ? : }\n \n \n \n \n {n.children.map((m) => (\n \n ))}\n \n \n \n );\n}\n\ninterface IProps {\n open: boolean;\n onClose: () => void;\n industry: Industry;\n}\n\n// Create the Research Tree UI for this Industry\nexport function ResearchModal(props: IProps): React.ReactElement {\n const researchTree = IndustryResearchTrees[props.industry.type];\n if (researchTree === undefined) return <>;\n\n return (\n \n \n \n Research points: {props.industry.sciResearch.qty.toFixed(3)}\n
\n Multipliers from research:\n
* Advertising Multiplier: x{researchTree.getAdvertisingMultiplier()}\n
* Employee Charisma Multiplier: x{researchTree.getEmployeeChaMultiplier()}\n
* Employee Creativity Multiplier: x{researchTree.getEmployeeCreMultiplier()}\n
* Employee Efficiency Multiplier: x{researchTree.getEmployeeEffMultiplier()}\n
* Employee Intelligence Multiplier: x{researchTree.getEmployeeIntMultiplier()}\n
* Production Multiplier: x{researchTree.getProductionMultiplier()}\n
* Sales Multiplier: x{researchTree.getSalesMultiplier()}\n
* Scientific Research Multiplier: x{researchTree.getScientificResearchMultiplier()}\n
* Storage Multiplier: x{researchTree.getStorageMultiplier()}\n
\n
\n );\n}\n","// React Component for displaying an Industry's warehouse information\n// (right-side panel in the Industry UI)\nimport React, { useState } from \"react\";\n\nimport { CorporationConstants } from \"../data/Constants\";\nimport { Warehouse } from \"../Warehouse\";\nimport { SmartSupplyModal } from \"./modals/SmartSupplyModal\";\nimport { ProductElem } from \"./ProductElem\";\nimport { MaterialElem } from \"./MaterialElem\";\nimport { MaterialSizes } from \"../MaterialSizes\";\n\nimport { numeralWrapper } from \"../../ui/numeralFormat\";\n\nimport { Corporation } from \"../Corporation\";\nimport { Industry } from \"../Industry\";\nimport { MoneyCost } from \"./MoneyCost\";\nimport { isRelevantMaterial } from \"./Helpers\";\nimport { IndustryProductEquation } from \"./IndustryProductEquation\";\nimport { PurchaseWarehouse } from \"../Actions\";\nimport { useCorporation, useDivision } from \"./Context\";\n\nimport Typography from \"@mui/material/Typography\";\nimport Tooltip from \"@mui/material/Tooltip\";\nimport Paper from \"@mui/material/Paper\";\nimport Button from \"@mui/material/Button\";\nimport Box from \"@mui/material/Box\";\nimport makeStyles from \"@mui/styles/makeStyles\";\nimport createStyles from \"@mui/styles/createStyles\";\n\ninterface IProps {\n corp: Corporation;\n division: Industry;\n warehouse: Warehouse | 0;\n currentCity: string;\n rerender: () => void;\n}\n\nconst useStyles = makeStyles(() =>\n createStyles({\n retainHeight: {\n minHeight: \"3em\",\n },\n }),\n);\n\nfunction WarehouseRoot(props: IProps): React.ReactElement {\n const corp = useCorporation();\n const division = useDivision();\n const [smartSupplyOpen, setSmartSupplyOpen] = useState(false);\n if (props.warehouse === 0) return <>;\n\n // Upgrade Warehouse size button\n const sizeUpgradeCost = CorporationConstants.WarehouseUpgradeBaseCost * Math.pow(1.07, props.warehouse.level + 1);\n const canAffordUpgrade = corp.funds > sizeUpgradeCost;\n function upgradeWarehouseOnClick(): void {\n if (division === null) return;\n if (props.warehouse === 0) return;\n if (!canAffordUpgrade) return;\n ++props.warehouse.level;\n props.warehouse.updateSize(corp, division);\n corp.funds = corp.funds - sizeUpgradeCost;\n props.rerender();\n }\n\n const classes = useStyles();\n\n // Current State:\n let stateText;\n switch (division.state) {\n case \"START\":\n stateText = \"Current state: Preparing...\";\n break;\n case \"PURCHASE\":\n stateText = \"Current state: Purchasing materials...\";\n break;\n case \"PRODUCTION\":\n stateText = \"Current state: Producing materials and/or products...\";\n break;\n case \"SALE\":\n stateText = \"Current state: Selling materials and/or products...\";\n break;\n case \"EXPORT\":\n stateText = \"Current state: Exporting materials and/or products...\";\n break;\n default:\n console.error(`Invalid state: ${division.state}`);\n break;\n }\n\n // Create React components for materials\n const mats = [];\n for (const matName of Object.keys(props.warehouse.materials)) {\n if (!props.warehouse.materials[matName]) continue;\n // Only create UI for materials that are relevant for the industry or in stock\n const isInStock = props.warehouse.materials[matName].qty > 0;\n const isRelevant = isRelevantMaterial(matName, division);\n if (!isInStock && !isRelevant) continue;\n mats.push(\n ,\n );\n }\n\n // Create React components for products\n const products = [];\n if (division.makesProducts && Object.keys(division.products).length > 0) {\n for (const productName of Object.keys(division.products)) {\n const product = division.products[productName];\n if (!product) continue;\n products.push(\n ,\n );\n }\n }\n\n const breakdownItems: JSX.Element[] = [];\n for (const matName of Object.keys(props.warehouse.materials)) {\n const mat = props.warehouse.materials[matName];\n if (!MaterialSizes.hasOwnProperty(matName)) continue;\n if (mat.qty === 0) continue;\n breakdownItems.push(\n <>\n {matName}: {numeralWrapper.format(mat.qty * MaterialSizes[matName], \"0,0.0\")}\n ,\n );\n }\n\n for (const prodName of Object.keys(division.products)) {\n const prod = division.products[prodName];\n if (prod === undefined) continue;\n breakdownItems.push(\n <>\n {prodName}: {numeralWrapper.format(prod.data[props.warehouse.loc][0] * prod.siz, \"0,0.0\")}\n ,\n );\n }\n\n let breakdown;\n if (breakdownItems && breakdownItems.length > 0) {\n breakdown = breakdownItems.reduce(\n (previous: JSX.Element, current: JSX.Element): JSX.Element =>\n (previous && (\n <>\n {previous}\n
\n {current}\n \n )) || <>{current},\n );\n } else {\n breakdown = <>No items in storage.;\n }\n\n return (\n \n \n \n <>{breakdown}\n \n ) : (\n \"\"\n )\n }\n >\n = props.warehouse.size ? \"error\" : \"primary\"}>\n Storage: {numeralWrapper.formatBigNumber(props.warehouse.sizeUsed)} /{\" \"}\n {numeralWrapper.formatBigNumber(props.warehouse.size)}\n \n \n \n\n \n\n This industry uses the following equation for its production: \n
\n \n \n \n
\n \n To get started with production, purchase your required materials or import them from another of your company's\n divisions.\n \n
\n\n {stateText}\n\n {corp.unlockUpgrades[1] && (\n <>\n \n setSmartSupplyOpen(false)}\n warehouse={props.warehouse}\n />\n \n )}\n\n {mats}\n\n {products}\n
\n );\n}\n\nexport function IndustryWarehouse(props: IProps): React.ReactElement {\n if (props.warehouse) {\n return ;\n } else {\n return ;\n }\n}\n\ninterface IEmptyProps {\n city: string;\n rerender: () => void;\n}\n\nfunction EmptyWarehouse(props: IEmptyProps): React.ReactElement {\n const corp = useCorporation();\n const division = useDivision();\n const disabled = corp.funds < CorporationConstants.WarehouseInitialCost;\n function purchaseWarehouse(): void {\n if (disabled) return;\n PurchaseWarehouse(corp, division, props.city);\n props.rerender();\n }\n return (\n \n \n \n );\n}\n","import React, { useState } from \"react\";\n\nimport { Warehouse } from \"../../Warehouse\";\nimport { SetSmartSupply, SetSmartSupplyUseLeftovers } from \"../../Actions\";\nimport { dialogBoxCreate } from \"../../../ui/React/DialogBox\";\nimport { Modal } from \"../../../ui/React/Modal\";\nimport { useDivision } from \"../Context\";\nimport Typography from \"@mui/material/Typography\";\nimport FormControlLabel from \"@mui/material/FormControlLabel\";\nimport Switch from \"@mui/material/Switch\";\n\ninterface ILeftoverProps {\n matName: string;\n warehouse: Warehouse;\n}\n\nfunction Leftover(props: ILeftoverProps): React.ReactElement {\n const [checked, setChecked] = useState(!!props.warehouse.smartSupplyUseLeftovers[props.matName.replace(/ /g, \"\")]);\n\n function onChange(event: React.ChangeEvent): void {\n try {\n const matName = props.matName.replace(/ /g, \"\");\n const material = props.warehouse.materials[matName];\n SetSmartSupplyUseLeftovers(props.warehouse, material, event.target.checked);\n } catch (err) {\n dialogBoxCreate(err + \"\");\n }\n setChecked(event.target.checked);\n }\n\n return (\n <>\n }\n label={{props.warehouse.materials[props.matName.replace(/ /g, \"\")].name}}\n />\n
\n \n );\n}\n\ninterface IProps {\n open: boolean;\n onClose: () => void;\n warehouse: Warehouse;\n}\n\nexport function SmartSupplyModal(props: IProps): React.ReactElement {\n const division = useDivision();\n const setRerender = useState(false)[1];\n function rerender(): void {\n setRerender((old) => !old);\n }\n\n // Smart Supply Checkbox\n function smartSupplyOnChange(e: React.ChangeEvent): void {\n SetSmartSupply(props.warehouse, e.target.checked);\n rerender();\n }\n\n // Create React components for materials\n const mats = [];\n for (const matName of Object.keys(props.warehouse.materials)) {\n if (!props.warehouse.materials[matName]) continue;\n if (!Object.keys(division.reqMats).includes(matName)) continue;\n mats.push();\n }\n\n return (\n \n <>\n }\n label={Enable Smart Supply}\n />\n
\n Use materials already in the warehouse instead of buying new ones, if available:\n {mats}\n \n
\n );\n}\n","import React, { useState } from \"react\";\n\nimport { CorporationConstants } from \"../data/Constants\";\nimport { Product } from \"../Product\";\nimport { DiscontinueProductModal } from \"./modals/DiscontinueProductModal\";\nimport { LimitProductProductionModal } from \"./modals/LimitProductProductionModal\";\nimport { SellProductModal } from \"./modals/SellProductModal\";\nimport { ProductMarketTaModal } from \"./modals/ProductMarketTaModal\";\nimport { CancelProductModal } from \"./modals/CancelProductModal\";\n\nimport { numeralWrapper } from \"../../ui/numeralFormat\";\n\nimport { isString } from \"../../utils/helpers/isString\";\nimport { Money } from \"../../ui/React/Money\";\nimport { useCorporation, useDivision } from \"./Context\";\n\nimport Typography from \"@mui/material/Typography\";\nimport Tooltip from \"@mui/material/Tooltip\";\nimport Paper from \"@mui/material/Paper\";\nimport Button from \"@mui/material/Button\";\nimport Box from \"@mui/material/Box\";\n\ninterface IProductProps {\n city: string;\n product: Product;\n rerender: () => void;\n}\n\n// Creates the UI for a single Product type\nexport function ProductElem(props: IProductProps): React.ReactElement {\n const corp = useCorporation();\n const division = useDivision();\n const [sellOpen, setSellOpen] = useState(false);\n const [limitOpen, setLimitOpen] = useState(false);\n const [discontinueOpen, setDiscontinueOpen] = useState(false);\n const [cancelOpen, setCancelOpen] = useState(false);\n const [marketTaOpen, setMarketTaOpen] = useState(false);\n const city = props.city;\n const product = props.product;\n\n // Numeral.js formatters\n const nf = \"0.000\";\n const nfB = \"0.000a\"; // For numbers that might be big\n\n const hasUpgradeDashboard = division.hasResearch(\"uPgrade: Dashboard\");\n\n // Total product gain = production - sale\n const totalGain = product.data[city][1] - product.data[city][2];\n\n // Sell button\n let sellButtonText: JSX.Element;\n if (product.sllman[city][0]) {\n if (isString(product.sllman[city][1])) {\n sellButtonText = (\n <>\n Sell ({numeralWrapper.format(product.data[city][2], nfB)}/{product.sllman[city][1]})\n \n );\n } else {\n sellButtonText = (\n <>\n Sell ({numeralWrapper.format(product.data[city][2], nfB)}/\n {numeralWrapper.format(product.sllman[city][1], nfB)})\n \n );\n }\n } else {\n sellButtonText = <>Sell (0.000/0.000);\n }\n\n if (product.marketTa2) {\n sellButtonText = (\n <>\n {sellButtonText} @ \n \n );\n } else if (product.marketTa1) {\n const markupLimit = product.rat / product.mku;\n sellButtonText = (\n <>\n {sellButtonText} @ \n \n );\n } else if (product.sCost) {\n if (isString(product.sCost)) {\n const sCost = (product.sCost as string).replace(/MP/g, product.pCost + product.rat / product.mku + \"\");\n sellButtonText = (\n <>\n {sellButtonText} @ \n \n );\n } else {\n sellButtonText = (\n <>\n {sellButtonText} @ \n \n );\n }\n }\n\n // Limit Production button\n let limitProductionButtonText = \"Limit Production\";\n if (product.prdman[city][0]) {\n limitProductionButtonText += \" (\" + numeralWrapper.format(product.prdman[city][1], nf) + \")\";\n }\n\n return (\n \n {!product.fin ? (\n <>\n \n Designing {product.name} (req. Operations/Engineers in {product.createCity})...\n \n
\n {numeralWrapper.format(product.prog, \"0.00\")}% complete\n \n setCancelOpen(false)}\n />\n \n ) : (\n <>\n \n \n Prod: {numeralWrapper.format(product.data[city][1], nfB)}/s\n
\n Sell: {numeralWrapper.format(product.data[city][2], nfB)} /s\n \n }\n >\n \n {product.name}: {numeralWrapper.format(product.data[city][0], nfB)} (\n {numeralWrapper.format(totalGain, nfB)}\n /s)\n \n \n
\n \n \n Quality: {numeralWrapper.format(product.qlt, nf)}
\n Performance: {numeralWrapper.format(product.per, nf)}
\n Durability: {numeralWrapper.format(product.dur, nf)}
\n Reliability: {numeralWrapper.format(product.rel, nf)}
\n Aesthetics: {numeralWrapper.format(product.aes, nf)}
\n Features: {numeralWrapper.format(product.fea, nf)}\n {corp.unlockUpgrades[2] === 1 &&
}\n {corp.unlockUpgrades[2] === 1 && \"Demand: \" + numeralWrapper.format(product.dmd, nf)}\n {corp.unlockUpgrades[3] === 1 &&
}\n {corp.unlockUpgrades[3] === 1 && \"Competition: \" + numeralWrapper.format(product.cmp, nf)}\n \n }\n >\n Rating: {numeralWrapper.format(product.rat, nf)}\n \n
\n \n An estimate of the material cost it takes to create this Product.}>\n \n Est. Production Cost:{\" \"}\n {numeralWrapper.formatMoney(product.pCost / CorporationConstants.ProductProductionCostRatio)}\n \n \n \n \n \n An estimate of how much consumers are willing to pay for this product. Setting the sale price above\n this may result in less sales. Setting the sale price below this may result in more sales.\n \n }\n >\n Est. Market Price: {numeralWrapper.formatMoney(product.pCost)}\n \n \n \n setDiscontinueOpen(false)}\n />\n \n )}\n\n {(hasUpgradeDashboard || product.fin) && (\n <>\n \n setSellOpen(false)} />\n
\n \n setLimitOpen(false)}\n />\n {division.hasResearch(\"Market-TA.I\") && (\n <>\n \n setMarketTaOpen(false)} />\n \n )}\n \n )}\n
\n );\n}\n","import React from \"react\";\n\nimport { Product } from \"../../Product\";\nimport { Modal } from \"../../../ui/React/Modal\";\nimport { useDivision } from \"../Context\";\nimport Typography from \"@mui/material/Typography\";\nimport Button from \"@mui/material/Button\";\n\ninterface IProps {\n open: boolean;\n onClose: () => void;\n product: Product;\n rerender: () => void;\n}\n\n// Create a popup that lets the player discontinue a product\nexport function DiscontinueProductModal(props: IProps): React.ReactElement {\n const division = useDivision();\n function discontinue(): void {\n division.discontinueProduct(props.product);\n props.onClose();\n props.rerender();\n }\n\n return (\n \n \n Are you sure you want to do this? Discontinuing a product removes it completely and permanently. You will no\n longer produce this product and all of its existing stock will be removed and left unsold\n \n \n \n );\n}\n","import React, { useEffect, useState } from \"react\";\nimport { Product } from \"../../Product\";\nimport { LimitProductProduction } from \"../../Actions\";\nimport { Modal } from \"../../../ui/React/Modal\";\nimport Typography from \"@mui/material/Typography\";\nimport Button from \"@mui/material/Button\";\nimport TextField from \"@mui/material/TextField\";\nimport { KEY } from \"../../../utils/helpers/keyCodes\";\n\ninterface IProps {\n open: boolean;\n onClose: () => void;\n product: Product;\n city: string;\n}\n\n// Create a popup that lets the player limit the production of a product\nexport function LimitProductProductionModal(props: IProps): React.ReactElement {\n const [limit, setLimit] = useState(null);\n\n // reset modal internal state on modal close\n useEffect(() => {\n if (!props.open) {\n setLimit(null);\n }\n }, [props.open]);\n\n function limitProductProduction(): void {\n let qty = limit;\n if (qty === null) qty = -1;\n LimitProductProduction(props.product, props.city, qty);\n props.onClose();\n }\n\n function onKeyDown(event: React.KeyboardEvent): void {\n if (event.key === KEY.ENTER) limitProductProduction();\n }\n\n function onChange(event: React.ChangeEvent): void {\n if (event.target.value === \"\") setLimit(null);\n else setLimit(parseFloat(event.target.value));\n }\n\n return (\n \n \n Enter a limit to the amount of this product you would like to produce per second. Leave the box empty to set no\n limit.\n \n \n \n \n );\n}\n","import React, { useState } from \"react\";\nimport { dialogBoxCreate } from \"../../../ui/React/DialogBox\";\nimport { Product } from \"../../Product\";\nimport { SellProduct } from \"../../Actions\";\nimport { Modal } from \"../../../ui/React/Modal\";\n\nimport Typography from \"@mui/material/Typography\";\nimport TextField from \"@mui/material/TextField\";\nimport Button from \"@mui/material/Button\";\nimport FormControlLabel from \"@mui/material/FormControlLabel\";\nimport Switch from \"@mui/material/Switch\";\nimport { KEY } from \"../../../utils/helpers/keyCodes\";\n\nfunction initialPrice(product: Product): string {\n let val = product.sCost ? product.sCost + \"\" : \"\";\n if (product.marketTa2) {\n val += \" (Market-TA.II)\";\n } else if (product.marketTa1) {\n val += \" (Market-TA.I)\";\n }\n return val;\n}\n\ninterface IProps {\n open: boolean;\n onClose: () => void;\n product: Product;\n city: string;\n}\n\n// Create a popup that let the player manage sales of a material\nexport function SellProductModal(props: IProps): React.ReactElement {\n const [checked, setChecked] = useState(true);\n const [iQty, setQty] = useState(\n props.product.sllman[props.city][1] ? props.product.sllman[props.city][1] : \"\",\n );\n const [px, setPx] = useState(initialPrice(props.product));\n\n function onCheckedChange(event: React.ChangeEvent): void {\n setChecked(event.target.checked);\n }\n\n function sellProduct(): void {\n try {\n SellProduct(props.product, props.city, iQty, px, checked);\n } catch (err) {\n dialogBoxCreate(err + \"\");\n }\n\n props.onClose();\n }\n\n function onAmtChange(event: React.ChangeEvent): void {\n setQty(event.target.value);\n }\n\n function onPriceChange(event: React.ChangeEvent): void {\n setPx(event.target.value);\n }\n\n function onKeyDown(event: React.KeyboardEvent): void {\n if (event.key === KEY.ENTER) sellProduct();\n }\n\n return (\n \n \n Enter the maximum amount of {props.product.name} you would like to sell per second, as well as the price at\n which you would like to sell it at.\n
\n
\n If the sell amount is set to 0, then the product will not be sold. If the sell price is set to 0, then the\n product will be discarded.\n
\n
\n Setting the sell amount to 'MAX' will result in you always selling the maximum possible amount of the material.\n
\n
\n When setting the sell amount, you can use the 'PROD' variable to designate a dynamically changing amount that\n depends on your production. For example, if you set the sell amount to 'PROD-1' then you will always sell 1 less\n of the material than you produce.\n
\n
\n When setting the sell price, you can use the 'MP' variable to set a dynamically changing price that depends on\n the Product's estimated market price. For example, if you set it to 'MP*5' then it will always be sold at five\n times the estimated market price.\n
\n
\n \n \n \n }\n label={Use same 'Sell Amount' for all cities}\n />\n
\n );\n}\n","import React, { useState } from \"react\";\nimport { numeralWrapper } from \"../../../ui/numeralFormat\";\nimport { Product } from \"../../Product\";\nimport { Modal } from \"../../../ui/React/Modal\";\nimport { useDivision } from \"../Context\";\nimport Typography from \"@mui/material/Typography\";\nimport TextField from \"@mui/material/TextField\";\nimport FormControlLabel from \"@mui/material/FormControlLabel\";\nimport Switch from \"@mui/material/Switch\";\nimport Tooltip from \"@mui/material/Tooltip\";\n\ninterface ITa2Props {\n product: Product;\n}\n\nfunction MarketTA2(props: ITa2Props): React.ReactElement {\n const division = useDivision();\n if (!division.hasResearch(\"Market-TA.II\")) return <>;\n const markupLimit = props.product.rat / props.product.mku;\n const [value, setValue] = useState(props.product.pCost);\n const setRerender = useState(false)[1];\n function rerender(): void {\n setRerender((old) => !old);\n }\n\n function onChange(event: React.ChangeEvent): void {\n setValue(parseFloat(event.target.value));\n }\n\n function onCheckedChange(event: React.ChangeEvent): void {\n props.product.marketTa2 = event.target.checked;\n rerender();\n }\n\n const sCost = value;\n let markup = 1;\n if (sCost > props.product.pCost) {\n if (sCost - props.product.pCost > markupLimit) {\n markup = markupLimit / (sCost - props.product.pCost);\n }\n }\n\n return (\n <>\n Market-TA.II\n
\n \n If you sell at {numeralWrapper.formatMoney(sCost)}, then you will sell{\" \"}\n {numeralWrapper.format(markup, \"0.00000\")}x as much compared to if you sold at market price.\n \n \n
\n }\n label={\n \n If this is enabled, then this Material will automatically be sold at the optimal price such that the\n amount sold matches the amount produced. (i.e. the highest possible price, while still ensuring that all\n produced materials will be sold)\n \n }\n >\n Use Market-TA.II for Auto-Sale Price\n \n }\n />\n \n );\n}\n\ninterface IProps {\n open: boolean;\n onClose: () => void;\n product: Product;\n}\n\n// Create a popup that lets the player use the Market TA research for Products\nexport function ProductMarketTaModal(props: IProps): React.ReactElement {\n const markupLimit = props.product.rat / props.product.mku;\n const setRerender = useState(false)[1];\n function rerender(): void {\n setRerender((old) => !old);\n }\n\n function onChange(event: React.ChangeEvent): void {\n props.product.marketTa1 = event.target.checked;\n rerender();\n }\n\n return (\n \n <>\n Market-TA.I\n \n The maximum sale price you can mark this up to is{\" \"}\n {numeralWrapper.formatMoney(props.product.pCost + markupLimit)}. This means that if you set the sale price\n higher than this, you will begin to experience a loss in number of sales\n \n\n }\n label={\n \n If this is enabled, then this Material will automatically be sold at the price identified by\n Market-TA.I (i.e. the price shown above)\n \n }\n >\n Use Market-TA.I for Auto-Sale Price\n \n }\n />\n \n\n \n \n );\n}\n","import React from \"react\";\n\nimport { Product } from \"../../Product\";\nimport { Modal } from \"../../../ui/React/Modal\";\nimport { useDivision } from \"../Context\";\nimport Typography from \"@mui/material/Typography\";\nimport Button from \"@mui/material/Button\";\n\ninterface IProps {\n open: boolean;\n onClose: () => void;\n product: Product;\n rerender: () => void;\n}\n\n// Create a popup that lets the player cancel a product\nexport function CancelProductModal(props: IProps): React.ReactElement {\n const division = useDivision();\n function cancel(): void {\n division.discontinueProduct(props.product);\n props.onClose();\n props.rerender();\n }\n\n return (\n \n \n Are you sure you want to do this? Canceling a product removes it completely and permanently. You will receive no\n money back by doing so\n \n \n \n );\n}\n","// React Component for displaying an Industry's warehouse information\n// (right-side panel in the Industry UI)\nimport React, { useState } from \"react\";\n\nimport { Material } from \"../Material\";\nimport { Warehouse } from \"../Warehouse\";\nimport { ExportModal } from \"./modals/ExportModal\";\nimport { MaterialMarketTaModal } from \"./modals/MaterialMarketTaModal\";\nimport { SellMaterialModal } from \"./modals/SellMaterialModal\";\nimport { PurchaseMaterialModal } from \"./modals/PurchaseMaterialModal\";\n\nimport { numeralWrapper } from \"../../ui/numeralFormat\";\n\nimport { isString } from \"../../utils/helpers/isString\";\nimport { Money } from \"../../ui/React/Money\";\nimport { useCorporation, useDivision } from \"./Context\";\n\nimport Typography from \"@mui/material/Typography\";\nimport Tooltip from \"@mui/material/Tooltip\";\nimport Paper from \"@mui/material/Paper\";\nimport Button from \"@mui/material/Button\";\nimport Box from \"@mui/material/Box\";\nimport { LimitMaterialProductionModal } from \"./modals/LimitMaterialProductionModal\";\n\ninterface IMaterialProps {\n warehouse: Warehouse;\n city: string;\n mat: Material;\n rerender: () => void;\n}\n\n// Creates the UI for a single Material type\nexport function MaterialElem(props: IMaterialProps): React.ReactElement {\n const corp = useCorporation();\n const division = useDivision();\n const [purchaseMaterialOpen, setPurchaseMaterialOpen] = useState(false);\n const [exportOpen, setExportOpen] = useState(false);\n const [sellMaterialOpen, setSellMaterialOpen] = useState(false);\n const [materialMarketTaOpen, setMaterialMarketTaOpen] = useState(false);\n const [limitProductionOpen, setLimitProductionOpen] = useState(false);\n\n const warehouse = props.warehouse;\n const city = props.city;\n const mat = props.mat;\n const markupLimit = mat.getMarkupLimit();\n const office = division.offices[city];\n if (!office) {\n throw new Error(`Could not get OfficeSpace object for this city (${city})`);\n }\n\n // Numeral.js formatter\n const nf = \"0.000\";\n const nfB = \"0.000a\"; // For numbers that might be bigger\n\n // Total gain or loss of this material (per second)\n const totalGain = mat.buy + mat.prd + mat.imp - mat.sll - mat.totalExp;\n\n // Flag that determines whether this industry is \"new\" and the current material should be\n // marked with flashing-red lights\n const tutorial =\n division.newInd && Object.keys(division.reqMats).includes(mat.name) && mat.buy === 0 && mat.imp === 0;\n\n // Purchase material button\n const purchaseButtonText = `Buy (${numeralWrapper.format(mat.buy, nfB)})`;\n\n // Sell material button\n let sellButtonText: JSX.Element;\n if (mat.sllman[0]) {\n if (isString(mat.sllman[1])) {\n sellButtonText = (\n <>\n Sell ({numeralWrapper.format(mat.sll, nfB)}/{mat.sllman[1]})\n \n );\n } else {\n sellButtonText = (\n <>\n Sell ({numeralWrapper.format(mat.sll, nfB)}/{numeralWrapper.format(mat.sllman[1] as number, nfB)})\n \n );\n }\n\n if (mat.marketTa2) {\n sellButtonText = (\n <>\n {sellButtonText} @ \n \n );\n } else if (mat.marketTa1) {\n sellButtonText = (\n <>\n {sellButtonText} @ \n \n );\n } else if (mat.sCost) {\n if (isString(mat.sCost)) {\n const sCost = (mat.sCost as string).replace(/MP/g, mat.bCost + \"\");\n sellButtonText = (\n <>\n {sellButtonText} @ \n \n );\n } else {\n sellButtonText = (\n <>\n {sellButtonText} @ \n \n );\n }\n }\n } else {\n sellButtonText = <>Sell (0.000/0.000);\n }\n\n // Limit Production button\n let limitMaterialButtonText = \"Limit Material\";\n if (mat.prdman[0]) {\n limitMaterialButtonText += \" (\" + numeralWrapper.format(mat.prdman[1], nf) + \")\";\n }\n\n return (\n \n \n \n \n Buy: {numeralWrapper.format(mat.buy, nfB)}
\n Prod: {numeralWrapper.format(mat.prd, nfB)}
\n Sell: {numeralWrapper.format(mat.sll, nfB)}
\n Export: {numeralWrapper.format(mat.totalExp, nfB)}
\n Import: {numeralWrapper.format(mat.imp, nfB)}\n {corp.unlockUpgrades[2] === 1 &&
}\n {corp.unlockUpgrades[2] === 1 && \"Demand: \" + numeralWrapper.format(mat.dmd, nf)}\n {corp.unlockUpgrades[3] === 1 &&
}\n {corp.unlockUpgrades[3] === 1 && \"Competition: \" + numeralWrapper.format(mat.cmp, nf)}\n \n }\n >\n \n {mat.name}: {numeralWrapper.format(mat.qty, nfB)} ({numeralWrapper.format(totalGain, nfB)}/s)\n \n \n \n Market Price: The price you would pay if you were to buy this material on the market\n \n }\n >\n MP: {numeralWrapper.formatMoney(mat.bCost)}\n \n The quality of your material. Higher quality will lead to more sales}\n >\n Quality: {numeralWrapper.format(mat.qlt, \"0.00a\")}\n \n
\n\n \n Purchase your required materials to get production started! : \"\"}\n >\n \n \n setPurchaseMaterialOpen(false)}\n />\n\n {corp.unlockUpgrades[0] === 1 && (\n <>\n \n\n setExportOpen(false)} />\n \n )}\n\n setSellMaterialOpen(true)}\n >\n {sellButtonText}\n \n setSellMaterialOpen(false)} />\n {division.hasResearch(\"Market-TA.I\") && (\n <>\n \n\n setMaterialMarketTaOpen(false)}\n />\n \n )}\n \n setLimitProductionOpen(false)}\n />\n \n
\n
\n );\n}\n","import React, { useState } from \"react\";\nimport { dialogBoxCreate } from \"../../../ui/React/DialogBox\";\nimport { Material } from \"../../Material\";\nimport { Export } from \"../../Export\";\nimport { Industry } from \"../../Industry\";\nimport { ExportMaterial } from \"../../Actions\";\nimport { Modal } from \"../../../ui/React/Modal\";\nimport { useCorporation } from \"../Context\";\nimport { isRelevantMaterial } from \"../Helpers\";\nimport Typography from \"@mui/material/Typography\";\nimport TextField from \"@mui/material/TextField\";\nimport Button from \"@mui/material/Button\";\nimport Box from \"@mui/material/Box\";\nimport MenuItem from \"@mui/material/MenuItem\";\nimport Select, { SelectChangeEvent } from \"@mui/material/Select\";\n\ninterface IProps {\n open: boolean;\n onClose: () => void;\n mat: Material;\n}\n\n// Create a popup that lets the player manage exports\nexport function ExportModal(props: IProps): React.ReactElement {\n const corp = useCorporation();\n const possibleDivisions = corp.divisions.filter((division: Industry) => isRelevantMaterial(props.mat.name, division));\n if (possibleDivisions.length === 0) throw new Error(\"Export popup created with no divisions.\");\n const defaultDivision = possibleDivisions[0];\n if (Object.keys(defaultDivision.warehouses).length === 0)\n throw new Error(\"Export popup created in a division with no warehouses.\");\n const [industry, setIndustry] = useState(defaultDivision.name);\n const [city, setCity] = useState(Object.keys(defaultDivision.warehouses)[0]);\n const [amt, setAmt] = useState(\"\");\n const setRerender = useState(false)[1];\n\n function rerender(): void {\n setRerender((old) => !old);\n }\n\n function onCityChange(event: SelectChangeEvent): void {\n setCity(event.target.value);\n }\n\n function onIndustryChange(event: SelectChangeEvent): void {\n const div = event.target.value;\n setIndustry(div);\n setCity(Object.keys(corp.divisions[0].warehouses)[0]);\n }\n\n function onAmtChange(event: React.ChangeEvent): void {\n setAmt(event.target.value);\n }\n\n function exportMaterial(): void {\n try {\n ExportMaterial(industry, city, props.mat, amt, currentDivision);\n } catch (err) {\n dialogBoxCreate(err + \"\");\n }\n props.onClose();\n }\n\n function removeExport(exp: Export): void {\n for (let i = 0; i < props.mat.exp.length; ++i) {\n if (props.mat.exp[i].ind !== exp.ind || props.mat.exp[i].city !== exp.city || props.mat.exp[i].amt !== exp.amt)\n continue;\n props.mat.exp.splice(i, 1);\n break;\n }\n rerender();\n }\n\n const currentDivision = corp.divisions.find((division: Industry) => division.name === industry);\n if (currentDivision === undefined)\n throw new Error(`Export popup somehow ended up with undefined division '${currentDivision}'`);\n const possibleCities = Object.keys(currentDivision.warehouses).filter(\n (city) => currentDivision.warehouses[city] !== 0,\n );\n if (possibleCities.length > 0 && !possibleCities.includes(city)) {\n setCity(possibleCities[0]);\n }\n\n return (\n \n \n Select the industry and city to export this material to, as well as how much of this material to export per\n second. You can set the export amount to 'MAX' to export all of the materials in this warehouse.\n \n \n \n \n \n \n Below is a list of all current exports of this material from this warehouse. Clicking on one of the exports\n below will REMOVE that export.\n \n {props.mat.exp.map((exp: Export, index: number) => (\n \n \n \n Industry: {exp.ind}\n
\n City: {exp.city}\n
\n Amount/s: {exp.amt}\n
\n
\n ))}\n
\n );\n}\n","import React, { useState } from \"react\";\nimport { numeralWrapper } from \"../../../ui/numeralFormat\";\nimport { Material } from \"../../Material\";\nimport { Modal } from \"../../../ui/React/Modal\";\nimport { useDivision } from \"../Context\";\nimport Typography from \"@mui/material/Typography\";\nimport TextField from \"@mui/material/TextField\";\nimport FormControlLabel from \"@mui/material/FormControlLabel\";\nimport Switch from \"@mui/material/Switch\";\nimport Tooltip from \"@mui/material/Tooltip\";\n\ninterface IMarketTA2Props {\n mat: Material;\n}\n\nfunction MarketTA2(props: IMarketTA2Props): React.ReactElement {\n const division = useDivision();\n if (!division.hasResearch(\"Market-TA.II\")) return <>;\n const [newCost, setNewCost] = useState(props.mat.bCost);\n const setRerender = useState(false)[1];\n function rerender(): void {\n setRerender((old) => !old);\n }\n const markupLimit = props.mat.getMarkupLimit();\n\n function onChange(event: React.ChangeEvent): void {\n if (event.target.value === \"\") setNewCost(0);\n else setNewCost(parseFloat(event.target.value));\n }\n\n const sCost = newCost;\n let markup = 1;\n if (sCost > props.mat.bCost) {\n //Penalty if difference between sCost and bCost is greater than markup limit\n if (sCost - props.mat.bCost > markupLimit) {\n markup = Math.pow(markupLimit / (sCost - props.mat.bCost), 2);\n }\n } else if (sCost < props.mat.bCost) {\n if (sCost <= 0) {\n markup = 1e12; //Sell everything, essentially discard\n } else {\n //Lower prices than market increases sales\n markup = props.mat.bCost / sCost;\n }\n }\n\n function onMarketTA2(event: React.ChangeEvent): void {\n props.mat.marketTa2 = event.target.checked;\n rerender();\n }\n\n return (\n <>\n Market-TA.II\n
\n \n If you sell at {numeralWrapper.formatMoney(sCost)}, then you will sell{\" \"}\n {numeralWrapper.format(markup, \"0.00000\")}x as much compared to if you sold at market price.\n \n \n
\n }\n label={\n \n If this is enabled, then this Material will automatically be sold at the optimal price such that the\n amount sold matches the amount produced. (i.e. the highest possible price, while still ensuring that all\n produced materials will be sold)\n \n }\n >\n Use Market-TA.II for Auto-Sale Price\n \n }\n />\n \n );\n}\n\ninterface IProps {\n open: boolean;\n onClose: () => void;\n mat: Material;\n}\n\n// Create a popup that lets the player use the Market TA research for Materials\nexport function MaterialMarketTaModal(props: IProps): React.ReactElement {\n const setRerender = useState(false)[1];\n function rerender(): void {\n setRerender((old) => !old);\n }\n const markupLimit = props.mat.getMarkupLimit();\n\n function onMarketTA1(event: React.ChangeEvent): void {\n props.mat.marketTa1 = event.target.checked;\n rerender();\n }\n\n return (\n \n <>\n Market-TA.I\n \n The maximum sale price you can mark this up to is {numeralWrapper.formatMoney(props.mat.bCost + markupLimit)}.\n This means that if you set the sale price higher than this, you will begin to experience a loss in number of\n sales\n \n\n }\n label={\n \n If this is enabled, then this Material will automatically be sold at the price identified by\n Market-TA.I (i.e. the price shown above)\n \n }\n >\n Use Market-TA.I for Auto-Sale Price\n \n }\n />\n \n\n \n \n );\n}\n","import React, { useState } from \"react\";\nimport { dialogBoxCreate } from \"../../../ui/React/DialogBox\";\nimport { Material } from \"../../Material\";\nimport { SellMaterial } from \"../../Actions\";\nimport { Modal } from \"../../../ui/React/Modal\";\nimport Typography from \"@mui/material/Typography\";\nimport TextField from \"@mui/material/TextField\";\nimport Button from \"@mui/material/Button\";\nimport { KEY } from \"../../../utils/helpers/keyCodes\";\n\nfunction initialPrice(mat: Material): string {\n let val = mat.sCost ? mat.sCost + \"\" : \"\";\n if (mat.marketTa2) {\n val += \" (Market-TA.II)\";\n } else if (mat.marketTa1) {\n val += \" (Market-TA.I)\";\n }\n return val;\n}\n\ninterface IProps {\n open: boolean;\n onClose: () => void;\n mat: Material;\n}\n\n// Create a popup that let the player manage sales of a material\nexport function SellMaterialModal(props: IProps): React.ReactElement {\n const [amt, setAmt] = useState(props.mat.sllman[1] ? props.mat.sllman[1] + \"\" : \"\");\n const [price, setPrice] = useState(initialPrice(props.mat));\n\n function sellMaterial(): void {\n try {\n SellMaterial(props.mat, amt, price);\n } catch (err) {\n dialogBoxCreate(err + \"\");\n }\n props.onClose();\n }\n\n function onAmtChange(event: React.ChangeEvent): void {\n setAmt(event.target.value);\n }\n\n function onPriceChange(event: React.ChangeEvent): void {\n setPrice(event.target.value);\n }\n\n function onKeyDown(event: React.KeyboardEvent): void {\n if (event.key === KEY.ENTER) sellMaterial();\n }\n\n return (\n \n \n Enter the maximum amount of {props.mat.name} you would like to sell per second, as well as the price at which\n you would like to sell at.\n
\n
\n If the sell amount is set to 0, then the material will not be sold. If the sell price if set to 0, then the\n material will be discarded\n
\n
\n Setting the sell amount to 'MAX' will result in you always selling the maximum possible amount of the material.\n
\n
\n When setting the sell amount, you can use the 'PROD' variable to designate a dynamically changing amount that\n depends on your production. For example, if you set the sell amount to 'PROD-5' then you will always sell 5 less\n of the material than you produce.\n
\n
\n When setting the sell price, you can use the 'MP' variable to designate a dynamically changing price that\n depends on the market price. For example, if you set the sell price to 'MP+10' then it will always be sold at\n $10 above the market price.\n
\n
\n \n \n \n
\n );\n}\n","import React, { useState } from \"react\";\nimport { dialogBoxCreate } from \"../../../ui/React/DialogBox\";\nimport { MaterialSizes } from \"../../MaterialSizes\";\nimport { Warehouse } from \"../../Warehouse\";\nimport { Material } from \"../../Material\";\nimport { numeralWrapper } from \"../../../ui/numeralFormat\";\nimport { BulkPurchase, BuyMaterial } from \"../../Actions\";\nimport { Modal } from \"../../../ui/React/Modal\";\nimport { useCorporation, useDivision } from \"../Context\";\nimport Typography from \"@mui/material/Typography\";\nimport TextField from \"@mui/material/TextField\";\nimport Button from \"@mui/material/Button\";\nimport { KEY } from \"../../../utils/helpers/keyCodes\";\n\ninterface IBulkPurchaseTextProps {\n warehouse: Warehouse;\n mat: Material;\n amount: string;\n}\n\ninterface IBPProps {\n onClose: () => void;\n mat: Material;\n warehouse: Warehouse;\n}\n\nfunction BulkPurchaseSection(props: IBPProps): React.ReactElement {\n const corp = useCorporation();\n const [buyAmt, setBuyAmt] = useState(\"\");\n const [disabled, setDisabled] = useState(false);\n\n function BulkPurchaseText(props: IBulkPurchaseTextProps): React.ReactElement {\n const parsedAmt = parseFloat(props.amount);\n const cost = parsedAmt * props.mat.bCost;\n\n const matSize = MaterialSizes[props.mat.name];\n const maxAmount = (props.warehouse.size - props.warehouse.sizeUsed) / matSize;\n\n if (parsedAmt > maxAmount) {\n setDisabled(true);\n return (\n <>\n Not enough warehouse space to purchase this amount\n \n );\n } else if (isNaN(cost) || parsedAmt < 0) {\n setDisabled(true);\n return (\n <>\n Invalid input for Bulk Purchase amount\n \n );\n } else {\n setDisabled(false);\n return (\n <>\n \n Purchasing {numeralWrapper.format(parsedAmt, \"0,0.00\")} of {props.mat.name} will cost{\" \"}\n {numeralWrapper.formatMoney(cost)}\n \n \n );\n }\n }\n\n function bulkPurchase(): void {\n try {\n BulkPurchase(corp, props.warehouse, props.mat, parseFloat(buyAmt));\n } catch (err) {\n dialogBoxCreate(err + \"\");\n }\n props.onClose();\n }\n\n function onKeyDown(event: React.KeyboardEvent): void {\n if (event.key === KEY.ENTER) bulkPurchase();\n }\n\n function onChange(event: React.ChangeEvent): void {\n setBuyAmt(event.target.value);\n }\n\n return (\n <>\n \n Enter the amount of {props.mat.name} you would like to bulk purchase. This purchases the specified amount\n instantly (all at once).\n \n \n \n \n \n );\n}\n\ninterface IProps {\n open: boolean;\n onClose: () => void;\n mat: Material;\n warehouse: Warehouse;\n disablePurchaseLimit: boolean;\n}\n\n// Create a popup that lets the player purchase a Material\nexport function PurchaseMaterialModal(props: IProps): React.ReactElement {\n const division = useDivision();\n const [buyAmt, setBuyAmt] = useState(props.mat.buy ? props.mat.buy : 0);\n\n function purchaseMaterial(): void {\n if (buyAmt === null) return;\n try {\n BuyMaterial(props.mat, buyAmt);\n } catch (err) {\n dialogBoxCreate(err + \"\");\n }\n\n props.onClose();\n }\n\n function clearPurchase(): void {\n props.mat.buy = 0;\n props.onClose();\n }\n\n function onKeyDown(event: React.KeyboardEvent): void {\n if (event.key === KEY.ENTER) purchaseMaterial();\n }\n\n function onChange(event: React.ChangeEvent): void {\n setBuyAmt(parseFloat(event.target.value));\n }\n\n return (\n \n <>\n \n Enter the amount of {props.mat.name} you would like to purchase per second. This material's cost changes\n constantly.\n {props.disablePurchaseLimit ? \"Note: Purchase amount is disabled as smart supply is enabled\" : \"\"}\n \n \n \n \n {division.hasResearch(\"Bulk Purchasing\") && (\n \n )}\n \n \n );\n}\n","import React, { useEffect, useState } from \"react\";\nimport { LimitMaterialProduction } from \"../../Actions\";\nimport { Modal } from \"../../../ui/React/Modal\";\nimport Typography from \"@mui/material/Typography\";\nimport Button from \"@mui/material/Button\";\nimport TextField from \"@mui/material/TextField\";\nimport { KEY } from \"../../../utils/helpers/keyCodes\";\nimport { Material } from \"../../Material\";\n\ninterface IProps {\n open: boolean;\n onClose: () => void;\n material: Material;\n}\n\n// Create a popup that lets the player limit the production of a product\nexport function LimitMaterialProductionModal(props: IProps): React.ReactElement {\n const [limit, setLimit] = useState(null);\n\n // reset modal internal state on modal close\n useEffect(() => {\n if (!props.open) {\n setLimit(null);\n }\n }, [props.open]);\n\n function limitMaterialProduction(): void {\n let qty = limit;\n if (qty === null) qty = -1;\n LimitMaterialProduction(props.material, qty);\n props.onClose();\n }\n\n function onKeyDown(event: React.KeyboardEvent): void {\n if (event.key === KEY.ENTER) limitMaterialProduction();\n }\n\n function onChange(event: React.ChangeEvent): void {\n if (event.target.value === \"\") setLimit(null);\n else setLimit(parseFloat(event.target.value));\n }\n\n return (\n \n \n Enter a limit to the amount of this material you would like to produce per second. Leave the box empty to set no\n limit.\n \n \n \n \n );\n}\n","import React from \"react\";\nimport { Industry } from \"../Industry\";\nimport { MathJaxWrapper } from \"../../MathJaxWrapper\";\n\ninterface IProps {\n division: Industry;\n}\n\nexport function IndustryProductEquation(props: IProps): React.ReactElement {\n const reqs = [];\n for (const reqMat of Object.keys(props.division.reqMats)) {\n const reqAmt = props.division.reqMats[reqMat];\n if (reqAmt === undefined) continue;\n reqs.push(String.raw`${reqAmt}\\text{ }${reqMat}`);\n }\n const prod = props.division.prodMats.map((p) => `1\\\\text{ }${p}`);\n if (props.division.makesProducts) {\n prod.push(\"Products\");\n }\n\n return {\"\\\\(\" + reqs.join(\"+\") + `\\\\Rightarrow ` + prod.join(\"+\") + \"\\\\)\"};\n}\n","import React, { useState } from \"react\";\nimport { CorporationConstants } from \"../data/Constants\";\nimport { dialogBoxCreate } from \"../../ui/React/DialogBox\";\nimport { NewCity } from \"../Actions\";\nimport { MoneyCost } from \"./MoneyCost\";\nimport { useCorporation, useDivision } from \"./Context\";\nimport Typography from \"@mui/material/Typography\";\nimport MenuItem from \"@mui/material/MenuItem\";\nimport Select, { SelectChangeEvent } from \"@mui/material/Select\";\nimport Button from \"@mui/material/Button\";\n\ninterface IProps {\n cityStateSetter: (city: string) => void;\n}\n\nexport function ExpandNewCity(props: IProps): React.ReactElement {\n const corp = useCorporation();\n const division = useDivision();\n const possibleCities = Object.keys(division.offices).filter((cityName: string) => division.offices[cityName] === 0);\n const [city, setCity] = useState(possibleCities[0]);\n\n const disabled = corp.funds < CorporationConstants.OfficeInitialCost;\n\n function onCityChange(event: SelectChangeEvent): void {\n setCity(event.target.value);\n }\n\n function expand(): void {\n try {\n NewCity(corp, division, city);\n } catch (err) {\n dialogBoxCreate(err + \"\");\n return;\n }\n\n dialogBoxCreate(`Opened a new office in ${city}!`);\n\n props.cityStateSetter(city);\n }\n return (\n <>\n \n Would you like to expand into a new city by opening an office? This would cost{\" \"}\n \n \n \n Confirm\n \n }\n value={city}\n onChange={onCityChange}\n >\n {possibleCities.map((cityName: string) => (\n \n {cityName}\n \n ))}\n \n \n );\n}\n","import React, { useState } from \"react\";\nimport { dialogBoxCreate } from \"../../ui/React/DialogBox\";\nimport { IndustryStartingCosts, Industries, IndustryDescriptions } from \"../IndustryData\";\nimport { useCorporation } from \"./Context\";\nimport { Industry } from \"../Industry\";\nimport { NewIndustry } from \"../Actions\";\n\nimport Typography from \"@mui/material/Typography\";\nimport Button from \"@mui/material/Button\";\nimport TextField from \"@mui/material/TextField\";\nimport MenuItem from \"@mui/material/MenuItem\";\nimport Box from \"@mui/material/Box\";\nimport Select, { SelectChangeEvent } from \"@mui/material/Select\";\nimport { KEY } from \"../../utils/helpers/keyCodes\";\n\ninterface IProps {\n setDivisionName: (name: string) => void;\n}\n\nexport function ExpandIndustryTab(props: IProps): React.ReactElement {\n const corp = useCorporation();\n const allIndustries = Object.keys(Industries).sort();\n const possibleIndustries = allIndustries\n .filter(\n (industryType: string) =>\n corp.divisions.find((division: Industry) => division.type === industryType) === undefined,\n )\n .sort();\n const [industry, setIndustry] = useState(possibleIndustries.length > 0 ? possibleIndustries[0] : \"\");\n const [name, setName] = useState(\"\");\n\n const cost = IndustryStartingCosts[industry];\n if (cost === undefined) {\n throw new Error(`Invalid industry: '${industry}'`);\n }\n const disabled = corp.funds < cost || name === \"\";\n\n function newIndustry(): void {\n if (disabled) return;\n try {\n NewIndustry(corp, industry, name);\n } catch (err) {\n dialogBoxCreate(err + \"\");\n return;\n }\n\n // Set routing to the new division so that the UI automatically switches to it\n props.setDivisionName(name);\n }\n\n function onNameChange(event: React.ChangeEvent): void {\n // [a-zA-Z0-9-_]\n setName(event.target.value);\n }\n\n function onKeyDown(event: React.KeyboardEvent): void {\n if (event.key === KEY.ENTER) newIndustry();\n }\n\n function onIndustryChange(event: SelectChangeEvent): void {\n setIndustry(event.target.value);\n }\n\n const desc = IndustryDescriptions[industry];\n if (desc === undefined) throw new Error(`Trying to create an industry that doesn't exists: '${industry}'`);\n\n return (\n <>\n Create a new division to expand into a new industry:\n \n {desc(corp)}\n
\n
\n\n Division name:\n\n \n \n Expand\n \n ),\n }}\n />\n \n \n );\n}\n","// React Component for displaying Corporation Overview info\nimport React, { useState } from \"react\";\nimport { LevelableUpgrade } from \"./LevelableUpgrade\";\nimport { UnlockUpgrade } from \"./UnlockUpgrade\";\nimport { BribeFactionModal } from \"./modals/BribeFactionModal\";\nimport { SellSharesModal } from \"./modals/SellSharesModal\";\nimport { BuybackSharesModal } from \"./modals/BuybackSharesModal\";\nimport { IssueDividendsModal } from \"./modals/IssueDividendsModal\";\nimport { IssueNewSharesModal } from \"./modals/IssueNewSharesModal\";\nimport { FindInvestorsModal } from \"./modals/FindInvestorsModal\";\nimport { GoPublicModal } from \"./modals/GoPublicModal\";\nimport { Factions } from \"../../Faction/Factions\";\n\nimport { CorporationConstants } from \"../data/Constants\";\nimport { CorporationUnlockUpgrade, CorporationUnlockUpgrades } from \"../data/CorporationUnlockUpgrades\";\nimport { CorporationUpgrade, CorporationUpgradeIndex, CorporationUpgrades } from \"../data/CorporationUpgrades\";\n\nimport { CONSTANTS } from \"../../Constants\";\nimport { numeralWrapper } from \"../../ui/numeralFormat\";\nimport { convertTimeMsToTimeElapsedString } from \"../../utils/StringHelperFunctions\";\nimport { Money } from \"../../ui/React/Money\";\nimport { MoneyRate } from \"../../ui/React/MoneyRate\";\nimport { StatsTable } from \"../../ui/React/StatsTable\";\nimport { Player } from \"../../Player\";\nimport { useCorporation } from \"./Context\";\nimport Typography from \"@mui/material/Typography\";\nimport Tooltip from \"@mui/material/Tooltip\";\nimport Button from \"@mui/material/Button\";\nimport Box from \"@mui/material/Box\";\nimport Paper from \"@mui/material/Paper\";\nimport Grid from \"@mui/material/Grid\";\n\ninterface IProps {\n rerender: () => void;\n}\nexport function Overview({ rerender }: IProps): React.ReactElement {\n const corp = useCorporation();\n const profit: number = corp.revenue - corp.expenses;\n\n const multRows: string[][] = [];\n function appendMult(name: string, value: number): void {\n if (value === 1) return;\n multRows.push([name, numeralWrapper.format(value, \"0.000\")]);\n }\n appendMult(\"Production Multiplier: \", corp.getProductionMultiplier());\n appendMult(\"Storage Multiplier: \", corp.getStorageMultiplier());\n appendMult(\"Advertising Multiplier: \", corp.getAdvertisingMultiplier());\n appendMult(\"Empl. Creativity Multiplier: \", corp.getEmployeeCreMultiplier());\n appendMult(\"Empl. Charisma Multiplier: \", corp.getEmployeeChaMultiplier());\n appendMult(\"Empl. Intelligence Multiplier: \", corp.getEmployeeIntMultiplier());\n appendMult(\"Empl. Efficiency Multiplier: \", corp.getEmployeeEffMultiplier());\n appendMult(\"Sales Multiplier: \", corp.getSalesMultiplier());\n appendMult(\"Scientific Research Multiplier: \", corp.getScientificResearchMultiplier());\n\n return (\n <>\n ],\n [\"Total Revenue:\", ],\n [\"Total Expenses:\", ],\n [\"Total Profit:\", ],\n [\"Publicly Traded:\", corp.public ? \"Yes\" : \"No\"],\n [\"Owned Stock Shares:\", numeralWrapper.format(corp.numShares, \"0.000a\")],\n [\"Stock Price:\", corp.public ? : \"N/A\"],\n ]}\n />\n
\n \n \n }\n >\n Total Stock Shares: {numeralWrapper.format(corp.totalShares, \"0.000a\")}\n \n \n
\n \n
\n \n
\n \n \n \n Get a copy of and read 'The Complete Handbook for Creating a Successful Corporation.' This is a .lit file\n that guides you through the beginning of setting up a Corporation and provides some tips/pointers for\n helping you get started with managing it.\n \n }\n >\n \n \n {corp.public ? : }\n \n \n
\n \n \n );\n}\n\ninterface IPrivateButtonsProps {\n rerender: () => void;\n}\n// Render the buttons for when your Corporation is still private\nfunction PrivateButtons({ rerender }: IPrivateButtonsProps): React.ReactElement {\n const corp = useCorporation();\n const [findInvestorsopen, setFindInvestorsopen] = useState(false);\n const [goPublicopen, setGoPublicopen] = useState(false);\n\n const fundingAvailable = corp.fundingRound < 4;\n const findInvestorsTooltip = fundingAvailable\n ? \"Search for private investors who will give you startup funding in exchange for equity (stock shares) in your company\"\n : \"\";\n\n return (\n <>\n {findInvestorsTooltip}}>\n \n \n \n Become a publicly traded and owned entity. Going public involves issuing shares for an IPO. Once you are a\n public company, your shares will be traded on the stock market.\n \n }\n >\n \n \n setFindInvestorsopen(false)} rerender={rerender} />\n setGoPublicopen(false)} rerender={rerender} />\n \n );\n}\n\ninterface IUpgradeProps {\n rerender: () => void;\n}\n// Render the UI for Corporation upgrades\nfunction Upgrades({ rerender }: IUpgradeProps): React.ReactElement {\n const corp = useCorporation();\n // Don't show upgrades\n if (corp.divisions.length <= 0) {\n return Upgrades are unlocked once you create an industry.;\n }\n\n return (\n <>\n \n Unlocks\n \n {Object.values(CorporationUnlockUpgrades)\n .filter((upgrade: CorporationUnlockUpgrade) => !corp.unlockUpgrades[upgrade.index])\n .map((upgrade: CorporationUnlockUpgrade) => (\n \n ))}\n \n \n \n Upgrades\n \n {corp.upgrades\n .map((level: number, i: number) => CorporationUpgrades[i as CorporationUpgradeIndex])\n .map((upgrade: CorporationUpgrade) => (\n \n ))}\n \n \n \n );\n}\n\ninterface IPublicButtonsProps {\n rerender: () => void;\n}\n\n// Render the buttons for when your Corporation has gone public\nfunction PublicButtons({ rerender }: IPublicButtonsProps): React.ReactElement {\n const corp = useCorporation();\n const [sellSharesOpen, setSellSharesOpen] = useState(false);\n const [buybackSharesOpen, setBuybackSharesOpen] = useState(false);\n const [issueNewSharesOpen, setIssueNewSharesOpen] = useState(false);\n const [issueDividendsOpen, setIssueDividendsOpen] = useState(false);\n\n const sellSharesOnCd = corp.shareSaleCooldown > 0;\n const sellSharesTooltip = sellSharesOnCd\n ? \"Cannot sell shares for \" + corp.convertCooldownToString(corp.shareSaleCooldown)\n : \"Sell your shares in the company. The money earned from selling your \" +\n \"shares goes into your personal account, not the Corporation's. \" +\n \"This is one of the only ways to profit from your business venture.\";\n\n const issueNewSharesOnCd = corp.issueNewSharesCooldown > 0;\n const issueNewSharesTooltip = issueNewSharesOnCd\n ? \"Cannot issue new shares for \" + corp.convertCooldownToString(corp.issueNewSharesCooldown)\n : \"Issue new equity shares to raise capital.\";\n\n return (\n <>\n {sellSharesTooltip}}>\n \n \n setSellSharesOpen(false)} rerender={rerender} />\n Buy back shares you that previously issued or sold at market price.}>\n \n \n setBuybackSharesOpen(false)} rerender={rerender} />\n {issueNewSharesTooltip}}>\n \n \n setIssueNewSharesOpen(false)} />\n Manage the dividends that are paid out to shareholders (including yourself)}\n >\n \n \n setIssueDividendsOpen(false)} />\n \n );\n}\n\nfunction BribeButton(): React.ReactElement {\n const corp = useCorporation();\n const [open, setOpen] = useState(false);\n const canBribe =\n corp.valuation >= CorporationConstants.BribeThreshold &&\n Player.factions.filter((f) => Factions[f].getInfo().offersWork()).length > 0;\n\n function openBribe(): void {\n if (!canBribe) return;\n setOpen(true);\n }\n\n return (\n <>\n \n \n \n setOpen(false)} />\n \n );\n}\n\ninterface IDividendsStatsProps {\n profit: number;\n}\nfunction DividendsStats({ profit }: IDividendsStatsProps): React.ReactElement {\n const corp = useCorporation();\n if (corp.dividendRate <= 0 || profit <= 0) return <>;\n const totalDividends = corp.dividendRate * profit;\n const retainedEarnings = profit - totalDividends;\n const dividendsPerShare = totalDividends / corp.totalShares;\n const playerEarnings = corp.getCycleDividends() / CorporationConstants.SecsPerMarketCycle;\n return (\n ],\n [\"Dividend Percentage:\", numeralWrapper.format(corp.dividendRate, \"0%\")],\n [\"Dividends per share:\", ],\n [\"Your earnings as a shareholder:\", ],\n ]}\n />\n );\n}\n\n// Returns a string with general information about Corporation\nfunction BonusTime(): React.ReactElement {\n const corp = useCorporation();\n const storedTime = corp.storedCycles * CONSTANTS.MilliPerCycle;\n if (storedTime <= 15000) return <>;\n return (\n \n Bonus time: {convertTimeMsToTimeElapsedString(storedTime)}\n
\n
\n
\n );\n}\n","// React components for the levelable upgrade buttons on the overview panel\nimport React from \"react\";\n\nimport { dialogBoxCreate } from \"../../ui/React/DialogBox\";\nimport { CorporationUpgrade } from \"../data/CorporationUpgrades\";\nimport { LevelUpgrade } from \"../Actions\";\nimport { MoneyCost } from \"./MoneyCost\";\nimport { useCorporation } from \"./Context\";\nimport Typography from \"@mui/material/Typography\";\nimport Tooltip from \"@mui/material/Tooltip\";\nimport Button from \"@mui/material/Button\";\nimport Box from \"@mui/material/Box\";\nimport Grid from \"@mui/material/Grid\";\n\ninterface IProps {\n upgrade: CorporationUpgrade;\n rerender: () => void;\n}\n\nexport function LevelableUpgrade(props: IProps): React.ReactElement {\n const corp = useCorporation();\n const data = props.upgrade;\n const level = corp.upgrades[data.index];\n\n const baseCost = data.basePrice;\n const priceMult = data.priceMult;\n const cost = baseCost * Math.pow(priceMult, level);\n\n const tooltip = data.desc;\n function onClick(): void {\n if (corp.funds < cost) return;\n try {\n LevelUpgrade(corp, props.upgrade);\n } catch (err) {\n dialogBoxCreate(err + \"\");\n }\n props.rerender();\n }\n\n return (\n \n \n \n \n \n {data.name} - lvl {level}\n \n \n \n \n );\n}\n","// React Components for the Unlock upgrade buttons on the overview page\nimport React from \"react\";\n\nimport { dialogBoxCreate } from \"../../ui/React/DialogBox\";\nimport { CorporationUnlockUpgrade } from \"../data/CorporationUnlockUpgrades\";\nimport { useCorporation } from \"./Context\";\nimport { UnlockUpgrade as UU } from \"../Actions\";\nimport { MoneyCost } from \"./MoneyCost\";\nimport Typography from \"@mui/material/Typography\";\nimport Tooltip from \"@mui/material/Tooltip\";\nimport Button from \"@mui/material/Button\";\nimport Box from \"@mui/material/Box\";\nimport Grid from \"@mui/material/Grid\";\n\ninterface IProps {\n upgradeData: CorporationUnlockUpgrade;\n rerender: () => void;\n}\n\nexport function UnlockUpgrade(props: IProps): React.ReactElement {\n const corp = useCorporation();\n const data = props.upgradeData;\n const tooltip = data.desc;\n function onClick(): void {\n if (corp.funds < data.price) return;\n try {\n UU(corp, props.upgradeData);\n } catch (err) {\n dialogBoxCreate(err + \"\");\n }\n props.rerender();\n }\n\n return (\n \n \n \n \n {data.name}\n \n \n \n );\n}\n","import React, { useState } from \"react\";\nimport { Factions } from \"../../../Faction/Factions\";\nimport { CorporationConstants } from \"../../data/Constants\";\nimport { numeralWrapper } from \"../../../ui/numeralFormat\";\nimport { dialogBoxCreate } from \"../../../ui/React/DialogBox\";\nimport { Modal } from \"../../../ui/React/Modal\";\nimport { Player } from \"../../../Player\";\nimport { useCorporation } from \"../Context\";\nimport Typography from \"@mui/material/Typography\";\nimport Button from \"@mui/material/Button\";\nimport MenuItem from \"@mui/material/MenuItem\";\nimport { NumberInput } from \"../../../ui/React/NumberInput\";\nimport Box from \"@mui/material/Box\";\nimport Select, { SelectChangeEvent } from \"@mui/material/Select\";\n\ninterface IProps {\n open: boolean;\n onClose: () => void;\n}\n\nexport function BribeFactionModal(props: IProps): React.ReactElement {\n const factions = Player.factions.filter((name: string) => {\n const info = Factions[name].getInfo();\n if (!info.offersWork()) return false;\n if (Player.hasGangWith(name)) return false;\n return true;\n });\n const corp = useCorporation();\n const [money, setMoney] = useState(NaN);\n const [selectedFaction, setSelectedFaction] = useState(factions.length > 0 ? factions[0] : \"\");\n const disabled = money === 0 || isNaN(money) || money < 0 || corp.funds < money;\n\n function changeFaction(event: SelectChangeEvent): void {\n setSelectedFaction(event.target.value);\n }\n\n function repGain(money: number): number {\n return money / CorporationConstants.BribeToRepRatio;\n }\n\n function getRepText(money: number): string {\n if (money === 0) return \"\";\n if (isNaN(money) || money < 0) {\n return \"ERROR: Invalid value(s) entered\";\n } else if (corp.funds < money) {\n return \"ERROR: You do not have this much money to bribe with\";\n } else {\n return (\n \"You will gain \" +\n numeralWrapper.formatReputation(repGain(money)) +\n \" reputation with \" +\n selectedFaction +\n \" with this bribe\"\n );\n }\n }\n\n function bribe(money: number): void {\n const fac = Factions[selectedFaction];\n if (disabled) return;\n const rep = repGain(money);\n dialogBoxCreate(`You gained ${numeralWrapper.formatReputation(rep)} reputation with ${fac.name} by bribing them.`);\n fac.playerReputation += rep;\n corp.funds = corp.funds - money;\n props.onClose();\n }\n\n return (\n \n \n You can use Corporation funds or stock shares to bribe Faction Leaders in exchange for faction reputation.\n \n \n Faction:\n \n \n {getRepText(money ? money : 0)}\n \n \n \n );\n}\n","import React, { useState } from \"react\";\nimport { numeralWrapper } from \"../../../ui/numeralFormat\";\nimport { dialogBoxCreate } from \"../../../ui/React/DialogBox\";\nimport { Modal } from \"../../../ui/React/Modal\";\nimport { useCorporation } from \"../Context\";\nimport { Corporation } from \"../../Corporation\";\nimport Typography from \"@mui/material/Typography\";\nimport Button from \"@mui/material/Button\";\nimport { Money } from \"../../../ui/React/Money\";\nimport { SellShares } from \"../../Actions\";\nimport { KEY } from \"../../../utils/helpers/keyCodes\";\nimport { NumberInput } from \"../../../ui/React/NumberInput\";\ninterface IProps {\n open: boolean;\n onClose: () => void;\n rerender: () => void;\n}\n\n// Create a popup that lets the player sell Corporation shares\n// This is created when the player clicks the \"Sell Shares\" button in the overview panel\nexport function SellSharesModal(props: IProps): React.ReactElement {\n const corp = useCorporation();\n const [shares, setShares] = useState(NaN);\n\n const disabled = isNaN(shares) || shares <= 0 || shares > corp.numShares;\n\n function ProfitIndicator(props: { shares: number | null; corp: Corporation }): React.ReactElement {\n if (props.shares === null) return <>;\n let text = \"\";\n if (isNaN(props.shares) || props.shares <= 0) {\n text = `ERROR: Invalid value entered for number of shares to sell`;\n } else if (props.shares > corp.numShares) {\n text = `You don't have this many shares to sell!`;\n } else {\n const stockSaleResults = corp.calculateShareSale(props.shares);\n const profit = stockSaleResults[0];\n text = `Sell ${props.shares} shares for a total of ${numeralWrapper.formatMoney(profit)}`;\n }\n\n return (\n \n {text}\n \n );\n }\n\n function sell(): void {\n if (disabled) return;\n try {\n const profit = SellShares(corp, shares);\n props.onClose();\n dialogBoxCreate(\n <>\n Sold {numeralWrapper.formatMoney(shares)} shares for\n . The corporation's stock price fell to  \n as a result of dilution.\n ,\n );\n\n props.rerender();\n } catch (err) {\n dialogBoxCreate(err + \"\");\n }\n }\n\n function onKeyDown(event: React.KeyboardEvent): void {\n if (event.key === KEY.ENTER) sell();\n }\n\n return (\n \n \n Enter the number of shares you would like to sell. The money from selling your shares will go directly to you\n (NOT your Corporation).\n
\n
\n Selling your shares will cause your corporation's stock price to fall due to dilution. Furthermore, selling a\n large number of shares all at once will have an immediate effect in reducing your stock price.\n
\n
\n The current price of your company's stock is {numeralWrapper.formatMoney(corp.sharePrice)}\n
\n
\n \n \n \n
\n );\n}\n","import React, { useState } from \"react\";\nimport { Modal } from \"../../../ui/React/Modal\";\nimport { numeralWrapper } from \"../../../ui/numeralFormat\";\nimport { Player } from \"../../../Player\";\nimport { useCorporation } from \"../Context\";\nimport Typography from \"@mui/material/Typography\";\nimport Button from \"@mui/material/Button\";\nimport { NumberInput } from \"../../../ui/React/NumberInput\";\nimport { BuyBackShares } from \"../../Actions\";\nimport { dialogBoxCreate } from \"../../../ui/React/DialogBox\";\nimport { KEY } from \"../../../utils/helpers/keyCodes\";\n\ninterface IProps {\n open: boolean;\n onClose: () => void;\n rerender: () => void;\n}\n\n// Create a popup that lets the player buyback shares\n// This is created when the player clicks the \"Buyback Shares\" button in the overview panel\nexport function BuybackSharesModal(props: IProps): React.ReactElement {\n const corp = useCorporation();\n const [shares, setShares] = useState(NaN);\n\n const currentStockPrice = corp.sharePrice;\n const buybackPrice = currentStockPrice * 1.1;\n const disabled =\n shares === null ||\n isNaN(shares) ||\n shares <= 0 ||\n shares > corp.issuedShares ||\n shares * buybackPrice > Player.money;\n\n function buy(): void {\n if (disabled) return;\n try {\n BuyBackShares(corp, shares);\n } catch (err) {\n dialogBoxCreate(err + \"\");\n }\n props.onClose();\n props.rerender();\n }\n\n function CostIndicator(): React.ReactElement {\n if (shares === null) return <>;\n if (isNaN(shares) || shares <= 0) {\n return <>ERROR: Invalid value entered for number of shares to buyback;\n } else if (shares > corp.issuedShares) {\n return (\n <>\n There are not this many shares available to buy back. There are only{\" \"}\n {numeralWrapper.formatBigNumber(corp.issuedShares)} outstanding shares.\n \n );\n } else {\n return (\n <>\n Purchase {shares} shares for a total of {numeralWrapper.formatMoney(shares * buybackPrice)}\n \n );\n }\n }\n\n function onKeyDown(event: React.KeyboardEvent): void {\n if (event.key === KEY.ENTER) buy();\n }\n\n return (\n \n \n Enter the number of outstanding shares you would like to buy back. These shares must be bought at a 10% premium.\n However, repurchasing shares from the market tends to lead to an increase in stock price.\n
\n
\n To purchase these shares, you must use your own money (NOT your Corporation's funds).\n
\n
\n The current buyback price of your company's stock is {numeralWrapper.formatMoney(buybackPrice)}. Your company\n currently has {numeralWrapper.formatBigNumber(corp.issuedShares)} outstanding stock shares.\n
\n \n
\n \n \n
\n );\n}\n","import React, { useState } from \"react\";\nimport { dialogBoxCreate } from \"../../../ui/React/DialogBox\";\nimport { Modal } from \"../../../ui/React/Modal\";\nimport { CorporationConstants } from \"../../data/Constants\";\nimport { IssueDividends } from \"../../Actions\";\nimport { useCorporation } from \"../Context\";\nimport Typography from \"@mui/material/Typography\";\nimport TextField from \"@mui/material/TextField\";\nimport Button from \"@mui/material/Button\";\nimport { KEY } from \"../../../utils/helpers/keyCodes\";\ninterface IProps {\n open: boolean;\n onClose: () => void;\n}\n\n// Create a popup that lets the player issue & manage dividends\n// This is created when the player clicks the \"Issue Dividends\" button in the overview panel\nexport function IssueDividendsModal(props: IProps): React.ReactElement {\n const corp = useCorporation();\n const [percent, setPercent] = useState(0);\n\n const canIssue = !isNaN(percent) && percent >= 0 && percent <= CorporationConstants.DividendMaxRate * 100;\n function issueDividends(): void {\n if (!canIssue) return;\n if (percent === null) return;\n try {\n IssueDividends(corp, percent / 100);\n } catch (err) {\n dialogBoxCreate(err + \"\");\n }\n\n props.onClose();\n }\n\n function onKeyDown(event: React.KeyboardEvent): void {\n if (event.key === KEY.ENTER) issueDividends();\n }\n\n function onChange(event: React.ChangeEvent): void {\n if (event.target.value === \"\") setPercent(0);\n else {\n let p = parseFloat(event.target.value);\n if (p > 100) p = 100;\n if (p < 0) p = 0;\n setPercent(p);\n }\n }\n\n return (\n \n \n Dividends are a distribution of a portion of the corporation's profits to the shareholders. This includes\n yourself, as well.\n
\n
\n In order to issue dividends, simply allocate some percentage of your corporation's profits to dividends. This\n percentage must be an integer between 0 and 100. (A percentage of 0 means no dividends will be issued)\n
\n
\n Two important things to note:\n
\n * Issuing dividends will negatively affect your corporation's stock price\n
\n
\n Example: Assume your corporation makes $100m / sec in profit and you allocate 40% of that towards dividends.\n That means your corporation will gain $60m / sec in funds and the remaining $40m / sec will be paid as\n dividends. Since your corporation starts with 1 billion shares, every shareholder will be paid $0.04 per share\n per second before taxes.\n
\n \n \n
\n );\n}\n","import React, { useState } from \"react\";\nimport { numeralWrapper } from \"../../../ui/numeralFormat\";\nimport { dialogBoxCreate } from \"../../../ui/React/DialogBox\";\nimport { Modal } from \"../../../ui/React/Modal\";\nimport { getRandomInt } from \"../../../utils/helpers/getRandomInt\";\nimport { CorporationConstants } from \"../../data/Constants\";\nimport { useCorporation } from \"../Context\";\nimport Typography from \"@mui/material/Typography\";\nimport { NumberInput } from \"../../../ui/React/NumberInput\";\nimport Button from \"@mui/material/Button\";\nimport { KEY } from \"../../../utils/helpers/keyCodes\";\n\ninterface IEffectTextProps {\n shares: number | null;\n}\n\nfunction EffectText(props: IEffectTextProps): React.ReactElement {\n const corp = useCorporation();\n if (props.shares === null) return <>;\n const newSharePrice = Math.round(corp.sharePrice * 0.9);\n const maxNewSharesUnrounded = Math.round(corp.totalShares * 0.2);\n const maxNewShares = maxNewSharesUnrounded - (maxNewSharesUnrounded % 1e6);\n let newShares = props.shares;\n if (isNaN(newShares)) {\n return Invalid input;\n }\n\n // Round to nearest ten-millionth\n newShares /= 10e6;\n newShares = Math.round(newShares) * 10e6;\n\n if (newShares < 10e6) {\n return Must issue at least 10 million new shares;\n }\n\n if (newShares > maxNewShares) {\n return You cannot issue that many shares;\n }\n\n return (\n \n Issue {numeralWrapper.format(newShares, \"0.000a\")} new shares for{\" \"}\n {numeralWrapper.formatMoney(newShares * newSharePrice)}?\n \n );\n}\n\ninterface IProps {\n open: boolean;\n onClose: () => void;\n}\n\n// Create a popup that lets the player issue new shares\n// This is created when the player clicks the \"Issue New Shares\" buttons in the overview panel\nexport function IssueNewSharesModal(props: IProps): React.ReactElement {\n const corp = useCorporation();\n const [shares, setShares] = useState(NaN);\n const maxNewSharesUnrounded = Math.round(corp.totalShares * 0.2);\n const maxNewShares = maxNewSharesUnrounded - (maxNewSharesUnrounded % 1e6);\n\n const newShares = Math.round((shares || 0) / 10e6) * 10e6;\n const disabled = isNaN(shares) || isNaN(newShares) || newShares < 10e6 || newShares > maxNewShares;\n\n function issueNewShares(): void {\n if (isNaN(shares)) return;\n if (disabled) return;\n\n const newSharePrice = Math.round(corp.sharePrice * 0.9);\n let newShares = shares;\n\n // Round to nearest ten-millionth\n newShares = Math.round(newShares / 10e6) * 10e6;\n\n const profit = newShares * newSharePrice;\n corp.issueNewSharesCooldown = CorporationConstants.IssueNewSharesCooldown;\n\n // Determine how many are bought by private investors\n // If private investors own n% of the company, private investors get up to 0.5n% at most\n // Round # of private shares to the nearest million\n const privateOwnedRatio = 1 - (corp.numShares + corp.issuedShares) / corp.totalShares;\n const maxPrivateShares = Math.round((newShares / 2) * privateOwnedRatio);\n const privateShares = Math.round(getRandomInt(0, maxPrivateShares) / 1e6) * 1e6;\n\n corp.issuedShares += newShares - privateShares;\n corp.totalShares += newShares;\n corp.funds = corp.funds + profit;\n corp.immediatelyUpdateSharePrice();\n props.onClose();\n\n let dialogContents =\n `Issued ${numeralWrapper.format(newShares, \"0.000a\")} new shares` +\n ` and raised ${numeralWrapper.formatMoney(profit)}.` +\n (privateShares > 0)\n ? \"\\n\" + numeralWrapper.format(privateShares, \"0.000a\") + \"of these shares were bought by private investors.\"\n : \"\";\n dialogContents += `\\n\\nStock price decreased to ${numeralWrapper.formatMoney(corp.sharePrice)}`;\n dialogBoxCreate(dialogContents);\n }\n\n function onKeyDown(event: React.KeyboardEvent): void {\n if (event.key === KEY.ENTER) issueNewShares();\n }\n\n return (\n \n \n You can issue new equity shares (i.e. stocks) in order to raise capital for your corporation.\n
\n
\n  * You can issue at most {numeralWrapper.format(maxNewShares, \"0.000a\")} new shares\n
\n  * New shares are sold at a 10% discount\n
\n  * You can only issue new shares once every 12 hours\n
\n  * Issuing new shares causes dilution, resulting in a decrease in stock price and lower dividends per share\n
\n  * Number of new shares issued must be a multiple of 10 million\n
\n
\n When you choose to issue new equity, private shareholders have first priority for up to 0.5n% of the new shares,\n where n is the percentage of the company currently owned by private shareholders. If they choose to exercise\n this option, these newly issued shares become private, restricted shares, which means you cannot buy them back.\n
\n \n \n \n
\n );\n}\n","import React from \"react\";\nimport { numeralWrapper } from \"../../../ui/numeralFormat\";\nimport { CorporationConstants } from \"../../data/Constants\";\nimport { Modal } from \"../../../ui/React/Modal\";\nimport { useCorporation } from \"../Context\";\n\nimport Typography from \"@mui/material/Typography\";\nimport Button from \"@mui/material/Button\";\n\ninterface IProps {\n open: boolean;\n onClose: () => void;\n rerender: () => void;\n}\n\n// Create a popup that lets the player manage exports\nexport function FindInvestorsModal(props: IProps): React.ReactElement {\n const corporation = useCorporation();\n const val = corporation.valuation;\n if (\n corporation.fundingRound >= CorporationConstants.FundingRoundShares.length ||\n corporation.fundingRound >= CorporationConstants.FundingRoundMultiplier.length\n )\n return <>;\n const percShares = CorporationConstants.FundingRoundShares[corporation.fundingRound];\n const roundMultiplier = CorporationConstants.FundingRoundMultiplier[corporation.fundingRound];\n const funding = val * percShares * roundMultiplier;\n const investShares = Math.floor(CorporationConstants.INITIALSHARES * percShares);\n\n function findInvestors(): void {\n corporation.fundingRound++;\n corporation.addFunds(funding);\n corporation.numShares -= investShares;\n props.rerender();\n props.onClose();\n }\n return (\n \n \n An investment firm has offered you {numeralWrapper.formatMoney(funding)} in funding in exchange for a{\" \"}\n {numeralWrapper.format(percShares * 100, \"0.000a\")}% stake in the company (\n {numeralWrapper.format(investShares, \"0.000a\")} shares).\n
\n
\n Do you accept or reject this offer?\n
\n
\n Hint: Investment firms will offer more money if your corporation is turning a profit\n
\n \n
\n );\n}\n","import React, { useState } from \"react\";\nimport { dialogBoxCreate } from \"../../../ui/React/DialogBox\";\nimport { Modal } from \"../../../ui/React/Modal\";\nimport { numeralWrapper } from \"../../../ui/numeralFormat\";\nimport { useCorporation } from \"../Context\";\nimport Typography from \"@mui/material/Typography\";\nimport Button from \"@mui/material/Button\";\nimport { NumberInput } from \"../../../ui/React/NumberInput\";\nimport Box from \"@mui/material/Box\";\nimport { KEY } from \"../../../utils/helpers/keyCodes\";\n\ninterface IProps {\n open: boolean;\n onClose: () => void;\n rerender: () => void;\n}\n\n// Create a popup that lets the player manage exports\nexport function GoPublicModal(props: IProps): React.ReactElement {\n const corp = useCorporation();\n const [shares, setShares] = useState(NaN);\n const initialSharePrice = corp.valuation / corp.totalShares;\n\n function goPublic(): void {\n const initialSharePrice = corp.valuation / corp.totalShares;\n if (isNaN(shares)) {\n dialogBoxCreate(\"Invalid value for number of issued shares\");\n return;\n }\n if (shares > corp.numShares) {\n dialogBoxCreate(\"Error: You don't have that many shares to issue!\");\n return;\n }\n corp.public = true;\n corp.sharePrice = initialSharePrice;\n corp.issuedShares = shares;\n corp.numShares -= shares;\n corp.addFunds(shares * initialSharePrice);\n props.rerender();\n dialogBoxCreate(\n `You took your ${corp.name} public and earned ` +\n `${numeralWrapper.formatMoney(shares * initialSharePrice)} in your IPO`,\n );\n props.onClose();\n }\n\n function onKeyDown(event: React.KeyboardEvent): void {\n if (event.key === KEY.ENTER) goPublic();\n }\n\n return (\n \n \n Enter the number of shares you would like to issue for your IPO. These shares will be publicly sold and you will\n no longer own them. Your Corporation will receive {numeralWrapper.formatMoney(initialSharePrice)} per share (the\n IPO money will be deposited directly into your Corporation's funds).\n
\n
\n You have a total of {numeralWrapper.format(corp.numShares, \"0.000a\")} of shares that you can issue.\n
\n \n \n \n \n
\n );\n}\n","import React, { useState } from \"react\";\nimport { Location } from \"../../Locations/Location\";\nimport { Router } from \"../../ui/GameRoot\";\nimport { calculateDifficulty, calculateReward } from \"../formulas/game\";\nimport { Game } from \"./Game\";\nimport { Intro } from \"./Intro\";\ninterface IProps {\n location: Location;\n}\n\nexport function InfiltrationRoot(props: IProps): React.ReactElement {\n const [start, setStart] = useState(false);\n\n if (props.location.infiltrationData === undefined) throw new Error(\"Trying to do infiltration on invalid location.\");\n const startingSecurityLevel = props.location.infiltrationData.startingSecurityLevel;\n const difficulty = calculateDifficulty(startingSecurityLevel);\n const reward = calculateReward(startingSecurityLevel);\n\n function cancel(): void {\n Router.toCity();\n }\n\n return (\n
\n {start ? (\n \n ) : (\n setStart(true)}\n cancel={cancel}\n />\n )}\n
\n );\n}\n","import { Button, Container, Paper, Typography } from \"@mui/material\";\nimport React, { useState } from \"react\";\nimport { AugmentationNames } from \"../../Augmentation/data/AugmentationNames\";\nimport { Router } from \"../../ui/GameRoot\";\nimport { Player } from \"../../Player\";\nimport { BackwardGame } from \"./BackwardGame\";\nimport { BracketGame } from \"./BracketGame\";\nimport { BribeGame } from \"./BribeGame\";\nimport { CheatCodeGame } from \"./CheatCodeGame\";\nimport { Countdown } from \"./Countdown\";\nimport { Cyberpunk2077Game } from \"./Cyberpunk2077Game\";\nimport { MinesweeperGame } from \"./MinesweeperGame\";\nimport { SlashGame } from \"./SlashGame\";\nimport { Victory } from \"./Victory\";\nimport { WireCuttingGame } from \"./WireCuttingGame\";\n\ninterface IProps {\n StartingDifficulty: number;\n Difficulty: number;\n Reward: number;\n MaxLevel: number;\n}\n\nenum Stage {\n Countdown = 0,\n Minigame,\n Result,\n Sell,\n}\n\nconst minigames = [\n SlashGame,\n BracketGame,\n BackwardGame,\n BribeGame,\n CheatCodeGame,\n Cyberpunk2077Game,\n MinesweeperGame,\n WireCuttingGame,\n];\n\nexport function Game(props: IProps): React.ReactElement {\n const [level, setLevel] = useState(1);\n const [stage, setStage] = useState(Stage.Countdown);\n const [results, setResults] = useState(\"\");\n const [gameIds, setGameIds] = useState({\n lastGames: [-1, -1],\n id: Math.floor(Math.random() * minigames.length),\n });\n\n function nextGameId(): number {\n let id = gameIds.lastGames[0];\n const ids = [gameIds.lastGames[0], gameIds.lastGames[1], gameIds.id];\n while (ids.includes(id)) {\n id = Math.floor(Math.random() * minigames.length);\n }\n return id;\n }\n\n function setupNextGame(): void {\n setGameIds({\n lastGames: [gameIds.lastGames[1], gameIds.id],\n id: nextGameId(),\n });\n }\n\n function success(): void {\n pushResult(true);\n if (level === props.MaxLevel) {\n setStage(Stage.Sell);\n } else {\n setStage(Stage.Countdown);\n setLevel(level + 1);\n }\n setupNextGame();\n }\n\n function pushResult(win: boolean): void {\n setResults((old) => {\n let next = old;\n next += win ? \"✓\" : \"✗\";\n if (next.length > 15) next = next.slice(1);\n return next;\n });\n }\n\n function failure(options?: { automated: boolean }): void {\n setStage(Stage.Countdown);\n pushResult(false);\n // Kill the player immediately if they use automation, so\n // it's clear they're not meant to\n const damage = options?.automated\n ? Player.hp.current\n : props.StartingDifficulty * 3 * (Player.hasAugmentation(AugmentationNames.WKSharmonizer, true) ? 0.5 : 1);\n if (Player.takeDamage(damage)) {\n Router.toCity();\n return;\n }\n setupNextGame();\n }\n\n function cancel(): void {\n Router.toCity();\n return;\n }\n\n let stageComponent: React.ReactNode;\n switch (stage) {\n case Stage.Countdown:\n stageComponent = setStage(Stage.Minigame)} />;\n break;\n case Stage.Minigame: {\n const MiniGame = minigames[gameIds.id];\n stageComponent = ;\n break;\n }\n case Stage.Sell:\n stageComponent = (\n \n );\n break;\n }\n\n function Progress(): React.ReactElement {\n return (\n \n {results.slice(0, results.length - 1)}\n {results[results.length - 1]}\n \n );\n }\n\n return (\n \n \n {stage !== Stage.Sell && (\n \n )}\n \n Level {level} / {props.MaxLevel}\n \n \n \n\n {stageComponent}\n \n );\n}\n","import { Paper, Typography } from \"@mui/material\";\nimport React, { useState } from \"react\";\nimport { AugmentationNames } from \"../../Augmentation/data/AugmentationNames\";\nimport { Player } from \"../../Player\";\nimport { KEY } from \"../../utils/helpers/keyCodes\";\nimport { random } from \"../utils\";\nimport { BlinkingCursor } from \"./BlinkingCursor\";\nimport { interpolate } from \"./Difficulty\";\nimport { GameTimer } from \"./GameTimer\";\nimport { IMinigameProps } from \"./IMinigameProps\";\nimport { KeyHandler } from \"./KeyHandler\";\n\ninterface Difficulty {\n [key: string]: number;\n timer: number;\n min: number;\n max: number;\n}\n\nconst difficulties: {\n Trivial: Difficulty;\n Normal: Difficulty;\n Hard: Difficulty;\n Impossible: Difficulty;\n} = {\n Trivial: { timer: 16000, min: 3, max: 4 },\n Normal: { timer: 12500, min: 2, max: 3 },\n Hard: { timer: 15000, min: 3, max: 4 },\n Impossible: { timer: 8000, min: 4, max: 4 },\n};\n\nexport function BackwardGame(props: IMinigameProps): React.ReactElement {\n const difficulty: Difficulty = { timer: 0, min: 0, max: 0 };\n interpolate(difficulties, props.difficulty, difficulty);\n const timer = difficulty.timer;\n const [answer] = useState(makeAnswer(difficulty));\n const [guess, setGuess] = useState(\"\");\n const hasAugment = Player.hasAugmentation(AugmentationNames.ChaosOfDionysus, true);\n\n function ignorableKeyboardEvent(event: KeyboardEvent): boolean {\n return event.key === KEY.BACKSPACE || (event.shiftKey && event.key === \"Shift\") || event.ctrlKey || event.altKey;\n }\n\n function press(this: Document, event: KeyboardEvent): void {\n event.preventDefault();\n if (ignorableKeyboardEvent(event)) return;\n const nextGuess = guess + event.key.toUpperCase();\n if (!answer.startsWith(nextGuess)) props.onFailure();\n else if (answer === nextGuess) props.onSuccess();\n else setGuess(nextGuess);\n }\n\n return (\n <>\n \n \n Type it{!hasAugment ? \" backward\" : \"\"}\n \n {answer}\n \n {guess}\n \n \n \n \n );\n}\n\nfunction makeAnswer(difficulty: Difficulty): string {\n const length = random(difficulty.min, difficulty.max);\n let answer = \"\";\n for (let i = 0; i < length; i++) {\n if (i > 0) answer += \" \";\n answer += words[Math.floor(Math.random() * words.length)];\n }\n\n return answer;\n}\n\nconst words = [\n \"ALGORITHM\",\n \"ANALOG\",\n \"APP\",\n \"APPLICATION\",\n \"ARRAY\",\n \"BACKUP\",\n \"BANDWIDTH\",\n \"BINARY\",\n \"BIT\",\n \"BITE\",\n \"BITMAP\",\n \"BLOG\",\n \"BLOGGER\",\n \"BOOKMARK\",\n \"BOOT\",\n \"BROADBAND\",\n \"BROWSER\",\n \"BUFFER\",\n \"BUG\",\n \"BUS\",\n \"BYTE\",\n \"CACHE\",\n \"CAPS LOCK\",\n \"CAPTCHA\",\n \"CD\",\n \"CD-ROM\",\n \"CLIENT\",\n \"CLIPBOARD\",\n \"CLOUD\",\n \"COMPUTING\",\n \"COMMAND\",\n \"COMPILE\",\n \"COMPRESS\",\n \"COMPUTER\",\n \"CONFIGURE\",\n \"COOKIE\",\n \"COPY\",\n \"CPU\",\n \"CYBERCRIME\",\n \"CYBERSPACE\",\n \"DASHBOARD\",\n \"DATA\",\n \"MINING\",\n \"DATABASE\",\n \"DEBUG\",\n \"DECOMPRESS\",\n \"DELETE\",\n \"DESKTOP\",\n \"DEVELOPMENT\",\n \"DIGITAL\",\n \"DISK\",\n \"DNS\",\n \"DOCUMENT\",\n \"DOMAIN\",\n \"DOMAIN NAME\",\n \"DOT\",\n \"DOT MATRIX\",\n \"DOWNLOAD\",\n \"DRAG\",\n \"DVD\",\n \"DYNAMIC\",\n \"EMAIL\",\n \"EMOTICON\",\n \"ENCRYPT\",\n \"ENCRYPTION\",\n \"ENTER\",\n \"EXABYTE\",\n \"FAQ\",\n \"FILE\",\n \"FINDER\",\n \"FIREWALL\",\n \"FIRMWARE\",\n \"FLAMING\",\n \"FLASH\",\n \"FLASH DRIVE\",\n \"FLOPPY DISK\",\n \"FLOWCHART\",\n \"FOLDER\",\n \"FONT\",\n \"FORMAT\",\n \"FRAME\",\n \"FREEWARE\",\n \"GIGABYTE\",\n \"GRAPHICS\",\n \"HACK\",\n \"HACKER\",\n \"HARDWARE\",\n \"HOME PAGE\",\n \"HOST\",\n \"HTML\",\n \"HYPERLINK\",\n \"HYPERTEXT\",\n \"ICON\",\n \"INBOX\",\n \"INTEGER\",\n \"INTERFACE\",\n \"INTERNET\",\n \"IP ADDRESS\",\n \"ITERATION\",\n \"JAVA\",\n \"JOYSTICK\",\n \"JUNKMAIL\",\n \"KERNEL\",\n \"KEY\",\n \"KEYBOARD\",\n \"KEYWORD\",\n \"LAPTOP\",\n \"LASER PRINTER\",\n \"LINK\",\n \"LINUX\",\n \"LOG OUT\",\n \"LOGIC\",\n \"LOGIN\",\n \"LURKING\",\n \"MACINTOSH\",\n \"MACRO\",\n \"MAINFRAME\",\n \"MALWARE\",\n \"MEDIA\",\n \"MEMORY\",\n \"MIRROR\",\n \"MODEM\",\n \"MONITOR\",\n \"MOTHERBOARD\",\n \"MOUSE\",\n \"MULTIMEDIA\",\n \"NET\",\n \"NETWORK\",\n \"NODE\",\n \"NOTEBOOK\",\n \"COMPUTER\",\n \"OFFLINE\",\n \"ONLINE\",\n \"OPENSOURCE\",\n \"OPERATING\",\n \"SYSTEM\",\n \"OPTION\",\n \"OUTPUT\",\n \"PAGE\",\n \"PASSWORD\",\n \"PASTE\",\n \"PATH\",\n \"PHISHING\",\n \"PIRACY\",\n \"PIRATE\",\n \"PLATFORM\",\n \"PLUGIN\",\n \"PODCAST\",\n \"POPUP\",\n \"PORTAL\",\n \"PRINT\",\n \"PRINTER\",\n \"PRIVACY\",\n \"PROCESS\",\n \"PROGRAM\",\n \"PROGRAMMER\",\n \"PROTOCOL\",\n \"QUEUE\",\n \"QWERTY\",\n \"RAM\",\n \"REALTIME\",\n \"REBOOT\",\n \"RESOLUTION\",\n \"RESTORE\",\n \"ROM\",\n \"ROOT\",\n \"ROUTER\",\n \"RUNTIME\",\n \"SAVE\",\n \"SCAN\",\n \"SCANNER\",\n \"SCREEN\",\n \"SCREENSHOT\",\n \"SCRIPT\",\n \"SCROLL\",\n \"SCROLL\",\n \"SEARCH\",\n \"ENGINE\",\n \"SECURITY\",\n \"SERVER\",\n \"SHAREWARE\",\n \"SHELL\",\n \"SHIFT\",\n \"SHIFT KEY\",\n \"SNAPSHOT\",\n \"SOCIAL NETWORKING\",\n \"SOFTWARE\",\n \"SPAM\",\n \"SPAMMER\",\n \"SPREADSHEET\",\n \"SPYWARE\",\n \"STATUS\",\n \"STORAGE\",\n \"SUPERCOMPUTER\",\n \"SURF\",\n \"SYNTAX\",\n \"TABLE\",\n \"TAG\",\n \"TERMINAL\",\n \"TEMPLATE\",\n \"TERABYTE\",\n \"TEXT EDITOR\",\n \"THREAD\",\n \"TOOLBAR\",\n \"TRASH\",\n \"TROJAN HORSE\",\n \"TYPEFACE\",\n \"UNDO\",\n \"UNIX\",\n \"UPLOAD\",\n \"URL\",\n \"USER\",\n \"USER INTERFACE\",\n \"USERNAME\",\n \"UTILITY\",\n \"VERSION\",\n \"VIRTUAL\",\n \"VIRTUAL MEMORY\",\n \"VIRUS\",\n \"WEB\",\n \"WEBMASTER\",\n \"WEBSITE\",\n \"WIDGET\",\n \"WIKI\",\n \"WINDOW\",\n \"WINDOWS\",\n \"WIRELESS\",\n \"PROCESSOR\",\n \"WORKSTATION\",\n \"WEB\",\n \"WORM\",\n \"WWW\",\n \"XML\",\n \"ZIP\",\n];\n","import { Paper, Typography } from \"@mui/material\";\nimport React, { useState } from \"react\";\nimport { AugmentationNames } from \"../../Augmentation/data/AugmentationNames\";\nimport { Player } from \"../../Player\";\nimport { KEY } from \"../../utils/helpers/keyCodes\";\nimport { random } from \"../utils\";\nimport { BlinkingCursor } from \"./BlinkingCursor\";\nimport { interpolate } from \"./Difficulty\";\nimport { GameTimer } from \"./GameTimer\";\nimport { IMinigameProps } from \"./IMinigameProps\";\nimport { KeyHandler } from \"./KeyHandler\";\n\ninterface Difficulty {\n [key: string]: number;\n timer: number;\n min: number;\n max: number;\n}\n\nconst difficulties: {\n Trivial: Difficulty;\n Normal: Difficulty;\n Hard: Difficulty;\n Impossible: Difficulty;\n} = {\n Trivial: { timer: 8000, min: 2, max: 3 },\n Normal: { timer: 6000, min: 4, max: 5 },\n Hard: { timer: 4000, min: 4, max: 6 },\n Impossible: { timer: 2500, min: 7, max: 7 },\n};\n\nfunction generateLeftSide(difficulty: Difficulty): string {\n let str = \"\";\n const options = [KEY.OPEN_BRACKET, KEY.LESS_THAN, KEY.OPEN_PARENTHESIS, KEY.OPEN_BRACE];\n if (Player.hasAugmentation(AugmentationNames.WisdomOfAthena, true)) {\n options.splice(0, 1);\n }\n const length = random(difficulty.min, difficulty.max);\n for (let i = 0; i < length; i++) {\n str += options[Math.floor(Math.random() * options.length)];\n }\n\n return str;\n}\n\nfunction getChar(event: KeyboardEvent): string {\n if (event.key === KEY.CLOSE_PARENTHESIS) return KEY.CLOSE_PARENTHESIS;\n if (event.key === KEY.CLOSE_BRACKET) return KEY.CLOSE_BRACKET;\n if (event.key === KEY.CLOSE_BRACE) return KEY.CLOSE_BRACE;\n if (event.key === KEY.GREATER_THAN) return KEY.GREATER_THAN;\n return \"\";\n}\n\nfunction match(left: string, right: string): boolean {\n return (\n (left === KEY.OPEN_BRACKET && right === KEY.CLOSE_BRACKET) ||\n (left === KEY.LESS_THAN && right === KEY.GREATER_THAN) ||\n (left === KEY.OPEN_PARENTHESIS && right === KEY.CLOSE_PARENTHESIS) ||\n (left === KEY.OPEN_BRACE && right === KEY.CLOSE_BRACE)\n );\n}\n\nexport function BracketGame(props: IMinigameProps): React.ReactElement {\n const difficulty: Difficulty = { timer: 0, min: 0, max: 0 };\n interpolate(difficulties, props.difficulty, difficulty);\n const timer = difficulty.timer;\n const [right, setRight] = useState(\"\");\n const [left] = useState(generateLeftSide(difficulty));\n\n function press(this: Document, event: KeyboardEvent): void {\n event.preventDefault();\n const char = getChar(event);\n if (!char) return;\n if (!match(left[left.length - right.length - 1], char)) {\n props.onFailure();\n return;\n }\n if (left.length === right.length + 1) {\n props.onSuccess();\n return;\n }\n setRight(right + char);\n }\n\n return (\n <>\n \n \n Close the brackets\n \n {`${left}${right}`}\n \n \n \n \n \n );\n}\n","import { Paper, Typography } from \"@mui/material\";\nimport React, { useEffect, useState } from \"react\";\nimport { AugmentationNames } from \"../../Augmentation/data/AugmentationNames\";\nimport { Player } from \"../../Player\";\nimport { Settings } from \"../../Settings/Settings\";\nimport { KEY } from \"../../utils/helpers/keyCodes\";\nimport { downArrowSymbol, upArrowSymbol } from \"../utils\";\nimport { interpolate } from \"./Difficulty\";\nimport { GameTimer } from \"./GameTimer\";\nimport { IMinigameProps } from \"./IMinigameProps\";\nimport { KeyHandler } from \"./KeyHandler\";\n\ninterface Difficulty {\n [key: string]: number;\n timer: number;\n size: number;\n}\n\nconst difficulties: {\n Trivial: Difficulty;\n Normal: Difficulty;\n Hard: Difficulty;\n Impossible: Difficulty;\n} = {\n Trivial: { timer: 12000, size: 6 },\n Normal: { timer: 9000, size: 8 },\n Hard: { timer: 5000, size: 9 },\n Impossible: { timer: 2500, size: 12 },\n};\n\nexport function BribeGame(props: IMinigameProps): React.ReactElement {\n const difficulty: Difficulty = { timer: 0, size: 0 };\n interpolate(difficulties, props.difficulty, difficulty);\n const timer = difficulty.timer;\n const [choices] = useState(makeChoices(difficulty));\n const [correctIndex, setCorrectIndex] = useState(0);\n const [index, setIndex] = useState(0);\n const currentChoice = choices[index];\n\n useEffect(() => {\n setCorrectIndex(choices.findIndex((choice) => positive.includes(choice)));\n }, [choices]);\n\n const defaultColor = Settings.theme.primary;\n const disabledColor = Settings.theme.disabled;\n let upColor = defaultColor;\n let downColor = defaultColor;\n let choiceColor = defaultColor;\n const hasAugment = Player.hasAugmentation(AugmentationNames.BeautyOfAphrodite, true);\n\n if (hasAugment) {\n const upIndex = index + 1 >= choices.length ? 0 : index + 1;\n let upDistance = correctIndex - upIndex;\n if (upIndex > correctIndex) {\n upDistance = choices.length - 1 - upIndex + correctIndex;\n }\n\n const downIndex = index - 1 < 0 ? choices.length - 1 : index - 1;\n let downDistance = downIndex - correctIndex;\n if (downIndex < correctIndex) {\n downDistance = downIndex + choices.length - 1 - correctIndex;\n }\n\n const onCorrectIndex = correctIndex == index;\n\n upColor = upDistance <= downDistance && !onCorrectIndex ? upColor : disabledColor;\n downColor = upDistance >= downDistance && !onCorrectIndex ? downColor : disabledColor;\n choiceColor = onCorrectIndex ? defaultColor : disabledColor;\n }\n\n function press(this: Document, event: KeyboardEvent): void {\n event.preventDefault();\n\n const k = event.key;\n if (k === KEY.SPACE) {\n if (positive.includes(currentChoice)) props.onSuccess();\n else props.onFailure();\n return;\n }\n\n let newIndex = index;\n if ([KEY.UP_ARROW, KEY.W, KEY.RIGHT_ARROW, KEY.D].map((k) => k as string).includes(k)) newIndex++;\n if ([KEY.DOWN_ARROW, KEY.S, KEY.LEFT_ARROW, KEY.A].map((k) => k as string).includes(k)) newIndex--;\n while (newIndex < 0) newIndex += choices.length;\n while (newIndex > choices.length - 1) newIndex -= choices.length;\n setIndex(newIndex);\n }\n\n return (\n <>\n \n \n Say something nice about the guard\n \n \n {upArrowSymbol}\n \n \n {currentChoice}\n \n \n {downArrowSymbol}\n \n \n \n );\n}\n\nfunction shuffleArray(array: string[]): void {\n for (let i = array.length - 1; i > 0; i--) {\n const j = Math.floor(Math.random() * (i + 1));\n const temp = array[i];\n array[i] = array[j];\n array[j] = temp;\n }\n}\n\nfunction makeChoices(difficulty: Difficulty): string[] {\n const choices = [];\n choices.push(positive[Math.floor(Math.random() * positive.length)]);\n for (let i = 0; i < difficulty.size; i++) {\n const option = negative[Math.floor(Math.random() * negative.length)];\n if (choices.includes(option)) {\n i--;\n continue;\n }\n choices.push(option);\n }\n shuffleArray(choices);\n return choices;\n}\n\nconst positive = [\n \"affectionate\",\n \"agreeable\",\n \"bright\",\n \"charming\",\n \"creative\",\n \"determined\",\n \"energetic\",\n \"friendly\",\n \"funny\",\n \"generous\",\n \"polite\",\n \"likable\",\n \"diplomatic\",\n \"helpful\",\n \"giving\",\n \"kind\",\n \"hardworking\",\n \"patient\",\n \"dynamic\",\n \"loyal\",\n \"straightforward\",\n];\n\nconst negative = [\n \"aggressive\",\n \"aloof\",\n \"arrogant\",\n \"big-headed\",\n \"boastful\",\n \"boring\",\n \"bossy\",\n \"careless\",\n \"clingy\",\n \"couch potato\",\n \"cruel\",\n \"cynical\",\n \"grumpy\",\n \"hot air\",\n \"know it all\",\n \"obnoxious\",\n \"pain in the neck\",\n \"picky\",\n \"tactless\",\n \"thoughtless\",\n \"cringe\",\n];\n","import { Paper, Typography } from \"@mui/material\";\nimport React, { useState } from \"react\";\nimport { AugmentationNames } from \"../../Augmentation/data/AugmentationNames\";\nimport { Player } from \"../../Player\";\nimport {\n downArrowSymbol,\n getArrow,\n getInverseArrow,\n leftArrowSymbol,\n random,\n rightArrowSymbol,\n upArrowSymbol,\n} from \"../utils\";\nimport { interpolate } from \"./Difficulty\";\nimport { GameTimer } from \"./GameTimer\";\nimport { IMinigameProps } from \"./IMinigameProps\";\nimport { KeyHandler } from \"./KeyHandler\";\n\ninterface Difficulty {\n [key: string]: number;\n timer: number;\n min: number;\n max: number;\n}\n\nconst difficulties: {\n Trivial: Difficulty;\n Normal: Difficulty;\n Hard: Difficulty;\n Impossible: Difficulty;\n} = {\n Trivial: { timer: 13000, min: 6, max: 8 },\n Normal: { timer: 7000, min: 7, max: 8 },\n Hard: { timer: 5000, min: 8, max: 9 },\n Impossible: { timer: 3000, min: 9, max: 10 },\n};\n\nexport function CheatCodeGame(props: IMinigameProps): React.ReactElement {\n const difficulty: Difficulty = { timer: 0, min: 0, max: 0 };\n interpolate(difficulties, props.difficulty, difficulty);\n const timer = difficulty.timer;\n const [code] = useState(generateCode(difficulty));\n const [index, setIndex] = useState(0);\n const hasAugment = Player.hasAugmentation(AugmentationNames.TrickeryOfHermes, true);\n\n function press(this: Document, event: KeyboardEvent): void {\n event.preventDefault();\n if (code[index] !== getArrow(event) && (!hasAugment || code[index] !== getInverseArrow(event))) {\n props.onFailure();\n return;\n }\n setIndex(index + 1);\n if (index + 1 >= code.length) props.onSuccess();\n }\n\n return (\n <>\n \n \n Enter the Code!\n {code[index]}\n \n \n \n );\n}\n\nfunction generateCode(difficulty: Difficulty): string {\n const arrows = [leftArrowSymbol, rightArrowSymbol, upArrowSymbol, downArrowSymbol];\n let code = \"\";\n for (let i = 0; i < random(difficulty.min, difficulty.max); i++) {\n let arrow = arrows[Math.floor(4 * Math.random())];\n while (arrow === code[code.length - 1]) arrow = arrows[Math.floor(4 * Math.random())];\n code += arrow;\n }\n\n return code;\n}\n","import { Paper, Typography } from \"@mui/material\";\nimport React, { useEffect, useState } from \"react\";\n\ninterface IProps {\n onFinish: () => void;\n}\n\nexport function Countdown(props: IProps): React.ReactElement {\n const [x, setX] = useState(3);\n useEffect(() => {\n if (x === 0) {\n props.onFinish();\n return;\n }\n setTimeout(() => setX(x - 1), 300);\n });\n\n return (\n \n Get Ready!\n {x}\n \n );\n}\n","import { Paper, Typography, Box } from \"@mui/material\";\nimport React, { useState } from \"react\";\nimport { AugmentationNames } from \"../../Augmentation/data/AugmentationNames\";\nimport { Player } from \"../../Player\";\nimport { Settings } from \"../../Settings/Settings\";\nimport { KEY } from \"../../utils/helpers/keyCodes\";\nimport { downArrowSymbol, getArrow, leftArrowSymbol, rightArrowSymbol, upArrowSymbol } from \"../utils\";\nimport { interpolate } from \"./Difficulty\";\nimport { GameTimer } from \"./GameTimer\";\nimport { IMinigameProps } from \"./IMinigameProps\";\nimport { KeyHandler } from \"./KeyHandler\";\n\ninterface Difficulty {\n [key: string]: number;\n timer: number;\n width: number;\n height: number;\n symbols: number;\n}\n\ninterface GridItem {\n content: string;\n color: string;\n selected?: boolean;\n}\n\nconst difficulties: {\n Trivial: Difficulty;\n Normal: Difficulty;\n Hard: Difficulty;\n Impossible: Difficulty;\n} = {\n Trivial: { timer: 12500, width: 3, height: 3, symbols: 6 },\n Normal: { timer: 15000, width: 4, height: 4, symbols: 7 },\n Hard: { timer: 12500, width: 5, height: 5, symbols: 8 },\n Impossible: { timer: 10000, width: 6, height: 6, symbols: 9 },\n};\n\nexport function Cyberpunk2077Game(props: IMinigameProps): React.ReactElement {\n const difficulty: Difficulty = { timer: 0, width: 0, height: 0, symbols: 0 };\n interpolate(difficulties, props.difficulty, difficulty);\n const timer = difficulty.timer;\n const [grid] = useState(generatePuzzle(difficulty));\n const [answers] = useState(generateAnswers(grid, difficulty));\n const [currentAnswerIndex, setCurrentAnswerIndex] = useState(0);\n const [pos, setPos] = useState([0, 0]);\n\n const hasAugment = Player.hasAugmentation(AugmentationNames.FloodOfPoseidon, true);\n function press(this: Document, event: KeyboardEvent): void {\n event.preventDefault();\n const move = [0, 0];\n const arrow = getArrow(event);\n switch (arrow) {\n case upArrowSymbol:\n move[1]--;\n break;\n case leftArrowSymbol:\n move[0]--;\n break;\n case downArrowSymbol:\n move[1]++;\n break;\n case rightArrowSymbol:\n move[0]++;\n break;\n }\n const next = [pos[0] + move[0], pos[1] + move[1]];\n next[0] = (next[0] + grid[0].length) % grid[0].length;\n next[1] = (next[1] + grid.length) % grid.length;\n setPos(next);\n\n if (event.key === KEY.SPACE) {\n const selected = grid[pos[1]][pos[0]];\n const expected = answers[currentAnswerIndex];\n if (selected !== expected) {\n props.onFailure();\n return;\n }\n setCurrentAnswerIndex(currentAnswerIndex + 1);\n if (answers.length === currentAnswerIndex + 1) props.onSuccess();\n }\n }\n\n const flatGrid: GridItem[] = [];\n grid.map((line, y) =>\n line.map((cell, x) => {\n const isCorrectAnswer = cell === answers[currentAnswerIndex];\n const optionColor = hasAugment && !isCorrectAnswer ? Settings.theme.disabled : Settings.theme.primary;\n\n if (x === pos[0] && y === pos[1]) {\n flatGrid.push({ color: optionColor, content: cell, selected: true });\n return;\n }\n\n flatGrid.push({ color: optionColor, content: cell });\n }),\n );\n\n const fontSize = \"2em\";\n return (\n <>\n \n \n Match the symbols!\n \n Targets:{\" \"}\n {answers.map((a, i) => {\n if (i == currentAnswerIndex)\n return (\n \n {a} \n \n );\n return (\n \n {a} \n \n );\n })}\n \n
\n \n {flatGrid.map((item) => (\n \n {item.content}\n \n ))}\n \n \n
\n \n );\n}\n\nfunction generateAnswers(grid: string[][], difficulty: Difficulty): string[] {\n const answers = [];\n for (let i = 0; i < Math.round(difficulty.symbols); i++) {\n answers.push(grid[Math.floor(Math.random() * grid.length)][Math.floor(Math.random() * grid[0].length)]);\n }\n return answers;\n}\n\nfunction randChar(): string {\n return \"ABCDEF0123456789\"[Math.floor(Math.random() * 16)];\n}\n\nfunction generatePuzzle(difficulty: Difficulty): string[][] {\n const puzzle = [];\n for (let i = 0; i < Math.round(difficulty.height); i++) {\n const line = [];\n for (let j = 0; j < Math.round(difficulty.width); j++) {\n line.push(randChar() + randChar());\n }\n puzzle.push(line);\n }\n return puzzle;\n}\n","import { Close, Flag, Report } from \"@mui/icons-material\";\nimport { Box, Paper, Typography } from \"@mui/material\";\nimport { uniqueId } from \"lodash\";\nimport React, { useEffect, useState } from \"react\";\nimport { AugmentationNames } from \"../../Augmentation/data/AugmentationNames\";\nimport { Player } from \"../../Player\";\nimport { Settings } from \"../../Settings/Settings\";\nimport { KEY } from \"../../utils/helpers/keyCodes\";\nimport { downArrowSymbol, getArrow, leftArrowSymbol, rightArrowSymbol, upArrowSymbol } from \"../utils\";\nimport { interpolate } from \"./Difficulty\";\nimport { GameTimer } from \"./GameTimer\";\nimport { IMinigameProps } from \"./IMinigameProps\";\nimport { KeyHandler } from \"./KeyHandler\";\n\ninterface Difficulty {\n [key: string]: number;\n timer: number;\n width: number;\n height: number;\n mines: number;\n}\n\nconst difficulties: {\n Trivial: Difficulty;\n Normal: Difficulty;\n Hard: Difficulty;\n Impossible: Difficulty;\n} = {\n Trivial: { timer: 15000, width: 3, height: 3, mines: 4 },\n Normal: { timer: 15000, width: 4, height: 4, mines: 7 },\n Hard: { timer: 15000, width: 5, height: 5, mines: 11 },\n Impossible: { timer: 15000, width: 6, height: 6, mines: 15 },\n};\n\nexport function MinesweeperGame(props: IMinigameProps): React.ReactElement {\n const difficulty: Difficulty = { timer: 0, width: 0, height: 0, mines: 0 };\n interpolate(difficulties, props.difficulty, difficulty);\n const timer = difficulty.timer;\n const [minefield] = useState(generateMinefield(difficulty));\n const [answer, setAnswer] = useState(generateEmptyField(difficulty));\n const [pos, setPos] = useState([0, 0]);\n const [memoryPhase, setMemoryPhase] = useState(true);\n const hasAugment = Player.hasAugmentation(AugmentationNames.HuntOfArtemis, true);\n function press(this: Document, event: KeyboardEvent): void {\n event.preventDefault();\n if (memoryPhase) return;\n const move = [0, 0];\n const arrow = getArrow(event);\n switch (arrow) {\n case upArrowSymbol:\n move[1]--;\n break;\n case leftArrowSymbol:\n move[0]--;\n break;\n case downArrowSymbol:\n move[1]++;\n break;\n case rightArrowSymbol:\n move[0]++;\n break;\n }\n const next = [pos[0] + move[0], pos[1] + move[1]];\n next[0] = (next[0] + minefield[0].length) % minefield[0].length;\n next[1] = (next[1] + minefield.length) % minefield.length;\n setPos(next);\n\n if (event.key == KEY.SPACE) {\n if (!minefield[pos[1]][pos[0]]) {\n props.onFailure();\n return;\n }\n setAnswer((old) => {\n old[pos[1]][pos[0]] = true;\n if (fieldEquals(minefield, old)) props.onSuccess();\n return old;\n });\n }\n }\n\n useEffect(() => {\n const id = setTimeout(() => setMemoryPhase(false), 2000);\n return () => clearInterval(id);\n }, []);\n\n const flatGrid: { flagged?: boolean; current?: boolean; marked?: boolean }[] = [];\n\n minefield.map((line, y) =>\n line.map((cell, x) => {\n if (memoryPhase) {\n flatGrid.push({ flagged: Boolean(minefield[y][x]) });\n return;\n } else if (x === pos[0] && y === pos[1]) {\n flatGrid.push({ current: true });\n } else if (answer[y][x]) {\n flatGrid.push({ marked: true });\n } else if (hasAugment && minefield[y][x]) {\n flatGrid.push({ flagged: true });\n } else {\n flatGrid.push({});\n }\n }),\n );\n\n return (\n <>\n \n \n {memoryPhase ? \"Remember all the mines!\" : \"Mark all the mines!\"}\n \n {flatGrid.map((item) => {\n let color: string;\n let icon: React.ReactElement;\n\n if (item.marked) {\n color = Settings.theme.warning;\n icon = ;\n } else if (item.current) {\n color = Settings.theme.infolight;\n icon = ;\n } else if (item.flagged) {\n color = Settings.theme.error;\n icon = ;\n } else {\n color = Settings.theme.primary;\n icon = <>;\n }\n\n return (\n \n {icon}\n \n );\n })}\n \n \n \n \n );\n}\n\nfunction fieldEquals(a: boolean[][], b: boolean[][]): boolean {\n function count(field: boolean[][]): number {\n return field.flat().reduce((a, b) => a + (b ? 1 : 0), 0);\n }\n return count(a) === count(b);\n}\n\nfunction generateEmptyField(difficulty: Difficulty): boolean[][] {\n const field = [];\n for (let i = 0; i < difficulty.height; i++) {\n field.push(new Array(Math.round(difficulty.width)).fill(false));\n }\n return field;\n}\n\nfunction generateMinefield(difficulty: Difficulty): boolean[][] {\n const field = generateEmptyField(difficulty);\n for (let i = 0; i < difficulty.mines; i++) {\n const x = Math.floor(Math.random() * field.length);\n const y = Math.floor(Math.random() * field[0].length);\n if (field[x][y]) {\n i--;\n continue;\n }\n field[x][y] = true;\n }\n return field;\n}\n","import { Box, Paper, Typography } from \"@mui/material\";\nimport React, { useEffect, useState } from \"react\";\nimport { AugmentationNames } from \"../../Augmentation/data/AugmentationNames\";\nimport { Player } from \"../../Player\";\nimport { KEY } from \"../../utils/helpers/keyCodes\";\nimport { interpolate } from \"./Difficulty\";\nimport { GameTimer } from \"./GameTimer\";\nimport { IMinigameProps } from \"./IMinigameProps\";\nimport { KeyHandler } from \"./KeyHandler\";\n\ninterface Difficulty {\n [key: string]: number;\n window: number;\n}\n\nconst difficulties: {\n Trivial: Difficulty;\n Normal: Difficulty;\n Hard: Difficulty;\n Impossible: Difficulty;\n} = {\n Trivial: { window: 600 },\n Normal: { window: 325 },\n Hard: { window: 250 },\n Impossible: { window: 150 },\n};\n\nexport function SlashGame(props: IMinigameProps): React.ReactElement {\n const difficulty: Difficulty = { window: 0 };\n interpolate(difficulties, props.difficulty, difficulty);\n const [phase, setPhase] = useState(0);\n\n function press(this: Document, event: KeyboardEvent): void {\n event.preventDefault();\n if (event.key !== KEY.SPACE) return;\n if (phase !== 1) {\n props.onFailure();\n } else {\n props.onSuccess();\n }\n }\n const hasAugment = Player.hasAugmentation(AugmentationNames.MightOfAres, true);\n const phaseZeroTime = Math.random() * 3250 + 1500 - (250 + difficulty.window);\n const phaseOneTime = 250;\n const timeUntilAttacking = phaseZeroTime;\n\n useEffect(() => {\n let id = window.setTimeout(() => {\n setPhase(1);\n id = window.setTimeout(() => {\n setPhase(2);\n id = window.setTimeout(() => setPhase(0), difficulty.window);\n }, phaseOneTime);\n }, phaseZeroTime);\n return () => {\n clearInterval(id);\n };\n }, []);\n\n return (\n <>\n \n \n Slash when his guard is down!\n\n {hasAugment ? (\n \n Guard will drop in...\n null} ignoreAugment_WKSharmonizer noPaper />\n \n ) : (\n <>\n )}\n\n {phase === 0 && Guarding ...}\n {phase === 1 && Preparing?}\n {phase === 2 && ATTACKING!}\n \n \n \n );\n}\n","import { Box, Button, MenuItem, Paper, Select, SelectChangeEvent, Typography } from \"@mui/material\";\nimport React, { useState } from \"react\";\nimport { FactionNames } from \"../../Faction/data/FactionNames\";\nimport { inviteToFaction } from \"../../Faction/FactionHelpers\";\nimport { Factions } from \"../../Faction/Factions\";\nimport { Router } from \"../../ui/GameRoot\";\nimport { Player } from \"../../Player\";\nimport { Money } from \"../../ui/React/Money\";\nimport { Reputation } from \"../../ui/React/Reputation\";\nimport { formatNumber } from \"../../utils/StringHelperFunctions\";\nimport {\n calculateInfiltratorsRepReward,\n calculateSellInformationCashReward,\n calculateTradeInformationRepReward,\n} from \"../formulas/victory\";\n\ninterface IProps {\n StartingDifficulty: number;\n Difficulty: number;\n Reward: number;\n MaxLevel: number;\n}\n\nexport function Victory(props: IProps): React.ReactElement {\n const [faction, setFaction] = useState(\"none\");\n\n function quitInfiltration(): void {\n handleInfiltrators();\n Router.toCity();\n }\n\n const soa = Factions[FactionNames.ShadowsOfAnarchy];\n const repGain = calculateTradeInformationRepReward(props.Reward, props.MaxLevel, props.StartingDifficulty);\n const moneyGain = calculateSellInformationCashReward(props.Reward, props.MaxLevel, props.StartingDifficulty);\n const infiltrationRepGain = calculateInfiltratorsRepReward(soa, props.StartingDifficulty);\n\n const isMemberOfInfiltrators = Player.factions.includes(FactionNames.ShadowsOfAnarchy);\n\n function sell(): void {\n handleInfiltrators();\n Player.gainMoney(moneyGain, \"infiltration\");\n quitInfiltration();\n }\n\n function trade(): void {\n if (faction === \"none\") return;\n handleInfiltrators();\n Factions[faction].playerReputation += repGain;\n quitInfiltration();\n }\n\n function changeDropdown(event: SelectChangeEvent): void {\n setFaction(event.target.value);\n }\n\n function handleInfiltrators(): void {\n inviteToFaction(Factions[FactionNames.ShadowsOfAnarchy]);\n if (isMemberOfInfiltrators) {\n soa.playerReputation += infiltrationRepGain;\n }\n }\n\n return (\n \n Infiltration successful!\n \n You{\" \"}\n {isMemberOfInfiltrators ? (\n <>\n have gained {formatNumber(infiltrationRepGain, 2)} rep for {FactionNames.ShadowsOfAnarchy} and{\" \"}\n \n ) : (\n <>\n )}\n can trade the confidential information you found for money or reputation.\n \n \n \n \n \n \n \n \n \n \n );\n}\n","import { Box, Paper, Typography } from \"@mui/material\";\nimport React, { useEffect, useState } from \"react\";\nimport { AugmentationNames } from \"../../Augmentation/data/AugmentationNames\";\nimport { Player } from \"../../Player\";\nimport { Settings } from \"../../Settings/Settings\";\nimport { KEY } from \"../../utils/helpers/keyCodes\";\nimport { random } from \"../utils\";\nimport { interpolate } from \"./Difficulty\";\nimport { GameTimer } from \"./GameTimer\";\nimport { IMinigameProps } from \"./IMinigameProps\";\nimport { KeyHandler } from \"./KeyHandler\";\n\ninterface Difficulty {\n [key: string]: number;\n timer: number;\n wiresmin: number;\n wiresmax: number;\n rules: number;\n}\n\nconst difficulties: {\n Trivial: Difficulty;\n Normal: Difficulty;\n Hard: Difficulty;\n Impossible: Difficulty;\n} = {\n Trivial: { timer: 9000, wiresmin: 4, wiresmax: 4, rules: 2 },\n Normal: { timer: 7000, wiresmin: 6, wiresmax: 6, rules: 2 },\n Hard: { timer: 5000, wiresmin: 8, wiresmax: 8, rules: 3 },\n Impossible: { timer: 4000, wiresmin: 9, wiresmax: 9, rules: 4 },\n};\n\nconst types = [KEY.PIPE, KEY.DOT, KEY.FORWARD_SLASH, KEY.HYPHEN, \"█\", KEY.HASH];\n\nconst colors = [\"red\", \"#FFC107\", \"blue\", \"white\"];\n\nconst colorNames: Record = {\n red: \"red\",\n \"#FFC107\": \"yellow\",\n blue: \"blue\",\n white: \"white\",\n};\n\ninterface Wire {\n tpe: string;\n colors: string[];\n}\n\ninterface Question {\n toString: () => string;\n shouldCut: (wire: Wire, index: number) => boolean;\n}\n\nexport function WireCuttingGame(props: IMinigameProps): React.ReactElement {\n const difficulty: Difficulty = {\n timer: 0,\n wiresmin: 0,\n wiresmax: 0,\n rules: 0,\n };\n interpolate(difficulties, props.difficulty, difficulty);\n const timer = difficulty.timer;\n const [wires] = useState(generateWires(difficulty));\n const [cutWires, setCutWires] = useState(new Array(wires.length).fill(false));\n const [questions] = useState(generateQuestion(wires, difficulty));\n const hasAugment = Player.hasAugmentation(AugmentationNames.KnowledgeOfApollo, true);\n\n function checkWire(wireNum: number): boolean {\n return questions.some((q) => q.shouldCut(wires[wireNum - 1], wireNum - 1));\n }\n\n useEffect(() => {\n // check if we won\n const wiresToBeCut = [];\n for (let j = 0; j < wires.length; j++) {\n let shouldBeCut = false;\n for (let i = 0; i < questions.length; i++) {\n shouldBeCut = shouldBeCut || questions[i].shouldCut(wires[j], j);\n }\n wiresToBeCut.push(shouldBeCut);\n }\n if (wiresToBeCut.every((b, i) => b === cutWires[i])) {\n props.onSuccess();\n }\n }, [cutWires]);\n\n function press(this: Document, event: KeyboardEvent): void {\n event.preventDefault();\n const wireNum = parseInt(event.key);\n\n if (wireNum < 1 || wireNum > wires.length || isNaN(wireNum)) return;\n setCutWires((old) => {\n const next = [...old];\n next[wireNum - 1] = true;\n if (!checkWire(wireNum)) {\n props.onFailure();\n }\n\n return next;\n });\n }\n\n return (\n <>\n \n \n \n Cut the wires with the following properties! (keyboard 1 to 9)\n \n {questions.map((question, i) => (\n {question.toString()}\n ))}\n \n {new Array(wires.length).fill(0).map((_, i) => {\n const isCorrectWire = checkWire(i + 1);\n const color = hasAugment && !isCorrectWire ? Settings.theme.disabled : Settings.theme.primary;\n return (\n \n {i + 1}\n \n );\n })}\n {new Array(8).fill(0).map((_, i) => (\n \n {wires.map((wire, j) => {\n if ((i === 3 || i === 4) && cutWires[j]) {\n return ;\n }\n const isCorrectWire = checkWire(j + 1);\n const wireColor =\n hasAugment && !isCorrectWire ? Settings.theme.disabled : wire.colors[i % wire.colors.length];\n return (\n \n |{wire.tpe}|\n \n );\n })}\n \n ))}\n \n \n \n \n );\n}\n\nfunction randomPositionQuestion(wires: Wire[]): Question {\n const index = Math.floor(Math.random() * wires.length);\n return {\n toString: (): string => {\n return `Cut wires number ${index + 1}.`;\n },\n shouldCut: (wire: Wire, i: number): boolean => {\n return index === i;\n },\n };\n}\n\nfunction randomColorQuestion(wires: Wire[]): Question {\n const index = Math.floor(Math.random() * wires.length);\n const cutColor = wires[index].colors[0];\n return {\n toString: (): string => {\n return `Cut all wires colored ${colorNames[cutColor]}.`;\n },\n shouldCut: (wire: Wire): boolean => {\n return wire.colors.includes(cutColor);\n },\n };\n}\n\nfunction generateQuestion(wires: Wire[], difficulty: Difficulty): Question[] {\n const numQuestions = difficulty.rules;\n const questionGenerators = [randomPositionQuestion, randomColorQuestion];\n const questions = [];\n for (let i = 0; i < numQuestions; i++) {\n questions.push(questionGenerators[i % 2](wires));\n }\n return questions;\n}\n\nfunction generateWires(difficulty: Difficulty): Wire[] {\n const wires = [];\n const numWires = random(difficulty.wiresmin, difficulty.wiresmax);\n for (let i = 0; i < numWires; i++) {\n const wireColors = [colors[Math.floor(Math.random() * colors.length)]];\n if (Math.random() < 0.15) {\n wireColors.push(colors[Math.floor(Math.random() * colors.length)]);\n }\n wires.push({\n tpe: types[Math.floor(Math.random() * types.length)],\n colors: wireColors,\n });\n }\n return wires;\n}\n","import { Report } from \"@mui/icons-material\";\nimport { Box, Button, Container, Paper, Tooltip, Typography } from \"@mui/material\";\nimport React from \"react\";\nimport { Location } from \"../../Locations/Location\";\nimport { Settings } from \"../../Settings/Settings\";\nimport { numeralWrapper } from \"../../ui/numeralFormat\";\n\ninterface IProps {\n Location: Location;\n Difficulty: number;\n MaxLevel: number;\n start: () => void;\n cancel: () => void;\n}\n\nfunction arrowPart(color: string, length: number): JSX.Element {\n let arrow = \"\";\n if (length <= 0) length = 0;\n else if (length > 13) length = 13;\n else {\n length--;\n arrow = \">\";\n }\n return (\n \n {\"=\".repeat(length)}\n {arrow}\n {\" \".repeat(13 - arrow.length - length)}\n \n );\n}\n\nfunction coloredArrow(difficulty: number): JSX.Element {\n if (difficulty === 0) {\n return (\n \n {\">\"}\n {\" \".repeat(38)}\n \n );\n } else {\n return (\n <>\n {arrowPart(Settings.theme.primary, difficulty * 13)}\n {arrowPart(Settings.theme.warning, (difficulty - 1) * 13)}\n {arrowPart(Settings.theme.error, (difficulty - 2) * 13)}\n \n );\n }\n}\n\nexport function Intro(props: IProps): React.ReactElement {\n return (\n \n \n \n Infiltrating {props.Location.name}\n \n \n Maximum Level: \n {props.MaxLevel}\n \n 2\n ? Settings.theme.error\n : props.Difficulty > 1\n ? Settings.theme.warning\n : Settings.theme.primary,\n display: \"flex\",\n alignItems: \"center\",\n }}\n >\n Difficulty: \n {numeralWrapper.format(props.Difficulty * 33.3333, \"0\")} / 100\n {props.Difficulty > 1.5 && (\n \n This location is too heavily guarded for your current stats. It is recommended that you try training,\n or finding an easier location.\n \n }\n >\n \n \n )}\n \n\n [{coloredArrow(props.Difficulty)}]\n {`▲ ▲ ▲ ▲`}\n {` Trivial Normal Hard Impossible`}\n \n\n \n \n Infiltration is a series of short minigames that get progressively harder. You take damage for failing\n them. Reaching the maximum level rewards you with intel that you can trade for money or reputation.\n
\n
\n Gameplay:\n
\n
    \n \n
  • \n The minigames you play are randomly selected.\n
    \n It might take you a few tries to get used to them.\n
  • \n
  • No game requires use of the mouse.
  • \n
  • \n Spacebar is the default action/confirm button.\n
  • \n
  • \n The arrow keys and WASD can be used interchangeably.\n
  • \n
  • Sometimes the rest of the keyboard is used.
  • \n
    \n
\n\n \n \n \n \n
\n
\n );\n}\n","import { Box, Container, Paper, Table, TableBody, Tooltip } from \"@mui/material\";\nimport Button from \"@mui/material/Button\";\nimport Typography from \"@mui/material/Typography\";\nimport { uniqueId } from \"lodash\";\nimport React, { useEffect, useState } from \"react\";\nimport { Companies } from \"../Company/Companies\";\nimport { CONSTANTS } from \"../Constants\";\nimport { LocationName } from \"../Locations/data/LocationNames\";\nimport { Locations } from \"../Locations/Locations\";\nimport { Settings } from \"../Settings/Settings\";\nimport { convertTimeMsToTimeElapsedString } from \"../utils/StringHelperFunctions\";\nimport { Player } from \"../Player\";\nimport { Router } from \"./GameRoot\";\nimport { numeralWrapper } from \"./numeralFormat\";\nimport { Money } from \"./React/Money\";\nimport { MoneyRate } from \"./React/MoneyRate\";\nimport { ProgressBar } from \"./React/Progress\";\nimport { Reputation } from \"./React/Reputation\";\nimport { ReputationRate } from \"./React/ReputationRate\";\nimport { StatsRow } from \"./React/StatsRow\";\nimport { isCrimeWork } from \"../Work/CrimeWork\";\nimport { isClassWork } from \"../Work/ClassWork\";\nimport { WorkStats } from \"../Work/WorkStats\";\nimport { isCreateProgramWork } from \"../Work/CreateProgramWork\";\nimport { isGraftingWork } from \"../Work/GraftingWork\";\nimport { isFactionWork } from \"../Work/FactionWork\";\nimport { FactionWorkType } from \"../Work/data/FactionWorkType\";\nimport { isCompanyWork } from \"../Work/CompanyWork\";\n\nconst CYCLES_PER_SEC = 1000 / CONSTANTS.MilliPerCycle;\n\ninterface IWorkInfo {\n buttons: {\n cancel: () => void;\n unfocus?: () => void;\n };\n title: string | React.ReactElement;\n\n description?: string | React.ReactElement;\n gains?: (string | React.ReactElement)[];\n progress?: {\n elapsed?: number;\n remaining?: number;\n percentage?: number;\n };\n\n stopText: string;\n stopTooltip?: string | React.ReactElement;\n}\n\nfunction ExpRows(rate: WorkStats): React.ReactElement[] {\n return [\n rate.hackExp > 0 ? (\n \n ) : (\n <>\n ),\n rate.strExp > 0 ? (\n \n ) : (\n <>\n ),\n rate.defExp > 0 ? (\n \n ) : (\n <>\n ),\n rate.dexExp > 0 ? (\n \n ) : (\n <>\n ),\n rate.agiExp > 0 ? (\n \n ) : (\n <>\n ),\n rate.chaExp > 0 ? (\n \n ) : (\n <>\n ),\n ];\n}\n\n/* Because crime exp is given all at once at the end, we don't care about the cycles per second. */\nfunction CrimeExpRows(rate: WorkStats): React.ReactElement[] {\n return [\n rate.hackExp > 0 ? (\n \n ) : (\n <>\n ),\n rate.strExp > 0 ? (\n \n ) : (\n <>\n ),\n rate.defExp > 0 ? (\n \n ) : (\n <>\n ),\n rate.dexExp > 0 ? (\n \n ) : (\n <>\n ),\n rate.agiExp > 0 ? (\n \n ) : (\n <>\n ),\n rate.chaExp > 0 ? (\n \n ) : (\n <>\n ),\n ];\n}\n\nexport function WorkInProgressRoot(): React.ReactElement {\n const setRerender = useState(false)[1];\n function rerender(): void {\n setRerender((old) => !old);\n }\n\n useEffect(() => {\n const id = setInterval(rerender, CONSTANTS.MilliPerCycle);\n return () => clearInterval(id);\n }, []);\n\n let workInfo: IWorkInfo = {\n buttons: {\n cancel: () => undefined,\n },\n title: \"\",\n stopText: \"\",\n };\n\n if (Player.currentWork === null) {\n setTimeout(() => Router.toTerminal());\n return <>;\n }\n\n if (isCrimeWork(Player.currentWork)) {\n const crime = Player.currentWork.getCrime();\n const completion = (Player.currentWork.unitCompleted / crime.time) * 100;\n const gains = Player.currentWork.earnings();\n const successChance = crime.successRate(Player);\n workInfo = {\n buttons: {\n cancel: () => {\n Router.toLocation(Locations[LocationName.Slums]);\n Player.finishWork(true);\n },\n unfocus: () => {\n Router.toCity();\n Player.stopFocusing();\n },\n },\n title: `You are attempting ${crime.workName}`,\n\n gains: [\n Success chance: {numeralWrapper.formatPercentage(successChance)},\n Gains (on success),\n \n \n \n \n ,\n ...CrimeExpRows(gains),\n ],\n progress: {\n remaining: crime.time - Player.currentWork.unitCompleted,\n percentage: completion,\n },\n\n stopText: \"Stop committing crime\",\n };\n }\n\n if (isClassWork(Player.currentWork)) {\n const classWork = Player.currentWork;\n function cancel(): void {\n Player.finishWork(true);\n Router.toCity();\n }\n\n function unfocus(): void {\n Router.toCity();\n Player.stopFocusing();\n }\n\n let stopText = \"\";\n if (classWork.isGym()) {\n stopText = \"Stop training at gym\";\n } else {\n stopText = \"Stop taking course\";\n }\n\n const rates = classWork.calculateRates();\n workInfo = {\n buttons: {\n cancel: cancel,\n unfocus: unfocus,\n },\n title: (\n <>\n You are currently {classWork.getClass().youAreCurrently}\n \n ),\n\n gains: [\n \n \n ()\n \n ,\n ...ExpRows(rates),\n ],\n progress: {\n elapsed: classWork.cyclesWorked * CONSTANTS._idleSpeed,\n },\n\n stopText: stopText,\n };\n }\n\n if (isCreateProgramWork(Player.currentWork)) {\n const create = Player.currentWork;\n function cancel(): void {\n Player.finishWork(true);\n Router.toTerminal();\n }\n function unfocus(): void {\n Router.toTerminal();\n Player.stopFocusing();\n }\n\n const completion = (create.unitCompleted / create.unitNeeded()) * 100;\n\n workInfo = {\n buttons: {\n cancel: cancel,\n unfocus: unfocus,\n },\n title: (\n <>\n You are currently working on coding {create.programName}\n \n ),\n\n progress: {\n elapsed: create.cyclesWorked * CONSTANTS._idleSpeed,\n percentage: completion,\n },\n\n stopText: \"Stop creating program\",\n stopTooltip: \"Your work will be saved and you can return to complete the program later.\",\n };\n }\n\n if (isGraftingWork(Player.currentWork)) {\n const graft = Player.currentWork;\n function cancel(): void {\n Player.finishWork(true);\n Router.toTerminal();\n }\n function unfocus(): void {\n Router.toTerminal();\n Player.stopFocusing();\n }\n\n workInfo = {\n buttons: {\n cancel: cancel,\n unfocus: unfocus,\n },\n title: (\n <>\n You are currently working on grafting {graft.augmentation}\n \n ),\n\n progress: {\n elapsed: graft.cyclesWorked * CONSTANTS._idleSpeed,\n percentage: (graft.unitCompleted / graft.unitNeeded()) * 100,\n },\n\n stopText: \"Stop grafting\",\n stopTooltip: (\n <>\n If you cancel, your work will not be saved, and the money you spent will not be returned\n \n ),\n };\n }\n\n if (isFactionWork(Player.currentWork)) {\n const faction = Player.currentWork.getFaction();\n if (!faction) {\n workInfo = {\n buttons: {\n cancel: () => Router.toFactions(),\n },\n title:\n `You have not joined ${Player.currentWork.factionName || \"(Faction not found)\"} at this time,` +\n \" please try again if you think this should have worked\",\n\n stopText: \"Back to Factions\",\n };\n }\n\n function cancel(): void {\n Router.toFaction(faction);\n Player.finishWork(true);\n }\n function unfocus(): void {\n Router.toFaction(faction);\n Player.stopFocusing();\n }\n\n const description = {\n [FactionWorkType.HACKING]: \"carrying out hacking contracts\",\n [FactionWorkType.FIELD]: \"carrying out field missions\",\n [FactionWorkType.SECURITY]: \"performing security detail\",\n };\n\n const exp = Player.currentWork.getExpRates();\n\n workInfo = {\n buttons: {\n cancel: cancel,\n unfocus: unfocus,\n },\n title: (\n <>\n You are currently {description[Player.currentWork.factionWorkType]} for {faction.name}\n \n ),\n\n description: (\n <>\n Current Faction Reputation: (\n )\n \n ),\n gains: ExpRows(exp),\n progress: {\n elapsed: Player.currentWork.cyclesWorked * CONSTANTS._idleSpeed,\n },\n\n stopText: \"Stop Faction work\",\n };\n }\n\n if (isCompanyWork(Player.currentWork)) {\n const comp = Companies[Player.currentWork.companyName];\n if (comp) {\n workInfo = {\n buttons: {\n cancel: () => Router.toTerminal(),\n },\n title:\n `You cannot work for ${Player.currentWork.companyName || \"(Company not found)\"} at this time,` +\n \" please try again if you think this should have worked\",\n\n stopText: \"Back to Terminal\",\n };\n }\n\n const companyRep = comp.playerReputation;\n\n function cancel(): void {\n Player.finishWork(true);\n Router.toJob(Locations[comp.name]);\n }\n function unfocus(): void {\n Player.stopFocusing();\n Router.toJob(Locations[comp.name]);\n }\n\n const position = Player.jobs[Player.currentWork.companyName];\n const gains = Player.currentWork.getGainRates();\n workInfo = {\n buttons: {\n cancel: cancel,\n unfocus: unfocus,\n },\n title: (\n <>\n You are currently working as a {position} at {Player.currentWork.companyName}\n \n ),\n\n description: (\n <>\n Current Company Reputation: \n \n ),\n gains: [\n \n \n \n \n ,\n \n \n \n \n ,\n ...ExpRows(gains),\n ],\n progress: {\n elapsed: Player.currentWork.cyclesWorked * CONSTANTS._idleSpeed,\n },\n\n stopText: \"Stop working\",\n };\n }\n\n if (workInfo.title === \"\") {\n return <>;\n }\n\n const tooltipInfo =\n typeof workInfo?.stopTooltip === \"string\" ? (\n {workInfo.stopTooltip}\n ) : (\n workInfo.stopTooltip || <>\n );\n\n return (\n \n \n {workInfo.title}\n {workInfo.description}\n {workInfo.gains && (\n \n \n {workInfo.gains.map((row) => (\n {row}\n ))}\n \n
\n )}\n
\n \n {workInfo.progress !== undefined && (\n \n \n {workInfo.progress.elapsed !== undefined && (\n {convertTimeMsToTimeElapsedString(workInfo.progress.elapsed)} elapsed\n )}\n {workInfo.progress.remaining !== undefined && (\n {convertTimeMsToTimeElapsedString(workInfo.progress.remaining)} remaining\n )}\n {workInfo.progress.percentage !== undefined && (\n {workInfo.progress.percentage.toFixed(2)}% done\n )}\n \n {workInfo.progress.percentage !== undefined && (\n \n )}\n \n )}\n\n \n {workInfo.stopTooltip ? (\n \n \n \n ) : (\n \n )}\n {workInfo.buttons.unfocus && (\n \n )}\n \n \n \n );\n}\n","import { Box, Container, Typography } from \"@mui/material\";\nimport React, { useState } from \"react\";\nimport { GameOptionsTab } from \"../GameOptionsTab\";\nimport { GameOptionsSidebar } from \"./GameOptionsSidebar\";\nimport { GameplayPage } from \"./GameplayPage\";\nimport { InterfacePage } from \"./InterfacePage\";\nimport { MiscPage } from \"./MiscPage\";\nimport { RemoteAPIPage } from \"./RemoteAPIPage\";\nimport { SystemPage } from \"./SystemPage\";\n\ninterface IProps {\n save: () => void;\n export: () => void;\n forceKill: () => void;\n softReset: () => void;\n}\n\nexport function GameOptionsRoot(props: IProps): React.ReactElement {\n const [currentTab, setCurrentTab] = useState(GameOptionsTab.SYSTEM);\n\n return (\n \n Options\n \n \n {currentTab === GameOptionsTab.SYSTEM && }\n {currentTab === GameOptionsTab.INTERFACE && }\n {currentTab === GameOptionsTab.GAMEPLAY && }\n {currentTab === GameOptionsTab.MISC && }\n {currentTab === GameOptionsTab.REMOTE_API && }\n \n \n );\n}\n","import {\n BugReport,\n Chat,\n Download,\n LibraryBooks,\n Palette,\n Reddit,\n Save,\n SystemUpdateAlt,\n Upload,\n Bloodtype,\n} from \"@mui/icons-material\";\nimport { Box, Button, List, ListItemButton, Paper, Tooltip, Typography } from \"@mui/material\";\nimport { default as React, useRef, useState } from \"react\";\nimport { FileDiagnosticModal } from \"../../Diagnostic/FileDiagnosticModal\";\nimport { ImportData, saveObject } from \"../../SaveObject\";\nimport { Settings } from \"../../Settings/Settings\";\nimport { StyleEditorButton } from \"../../Themes/ui/StyleEditorButton\";\nimport { ThemeEditorButton } from \"../../Themes/ui/ThemeEditorButton\";\nimport { ConfirmationModal } from \"../../ui/React/ConfirmationModal\";\nimport { DeleteGameButton } from \"../../ui/React/DeleteGameButton\";\nimport { SnackbarEvents, ToastVariant } from \"../../ui/React/Snackbar\";\nimport { SoftResetButton } from \"../../ui/React/SoftResetButton\";\nimport { Router } from \"../../ui/GameRoot\";\nimport { convertTimeMsToTimeElapsedString } from \"../../utils/StringHelperFunctions\";\nimport { GameOptionsTab } from \"../GameOptionsTab\";\n\ninterface IProps {\n tab: GameOptionsTab;\n setTab: (tab: GameOptionsTab) => void;\n save: () => void;\n export: () => void;\n forceKill: () => void;\n softReset: () => void;\n}\n\ninterface ITabProps {\n sideBarProps: IProps;\n tab: GameOptionsTab;\n tabName: string;\n}\n\nconst SideBarTab = (props: ITabProps): React.ReactElement => {\n return (\n props.sideBarProps.setTab(props.tab)}\n >\n {props.tabName}\n \n );\n};\n\nexport const GameOptionsSidebar = (props: IProps): React.ReactElement => {\n const importInput = useRef(null);\n\n const [diagnosticOpen, setDiagnosticOpen] = useState(false);\n const [importSaveOpen, setImportSaveOpen] = useState(false);\n const [importData, setImportData] = useState(null);\n\n function startImport(): void {\n if (!window.File || !window.FileReader || !window.FileList || !window.Blob) return;\n const ii = importInput.current;\n if (ii === null) throw new Error(\"import input should not be null\");\n ii.click();\n }\n\n async function onImport(event: React.ChangeEvent): Promise {\n try {\n const base64Save = await saveObject.getImportStringFromFile(event.target.files);\n const data = await saveObject.getImportDataFromString(base64Save);\n setImportData(data);\n setImportSaveOpen(true);\n } catch (e: unknown) {\n SnackbarEvents.emit(String(e), ToastVariant.ERROR, 5000);\n }\n }\n\n async function confirmedImportGame(): Promise {\n if (!importData) return;\n\n try {\n await saveObject.importGame(importData.base64);\n } catch (e: unknown) {\n SnackbarEvents.emit(String(e), ToastVariant.ERROR, 5000);\n }\n\n setImportSaveOpen(false);\n setImportData(null);\n }\n\n function compareSaveGame(): void {\n if (!importData) return;\n Router.toImportSave(importData.base64);\n setImportSaveOpen(false);\n setImportData(null);\n }\n\n return (\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n Export your game to a text file.}>\n \n \n \n Import your game from a text file.\n
\n This will overwrite your current game. Back it up first!\n \n }\n >\n \n \n setImportSaveOpen(false)}\n onConfirm={() => confirmedImportGame()}\n additionalButton={}\n confirmationText={\n <>\n Importing a new game will completely wipe the current data!\n
\n
\n Make sure to have a backup of your current save file before importing.\n
\n The file you are attempting to import seems valid.\n {(importData?.playerData?.lastSave ?? 0) > 0 && (\n <>\n
\n
\n The export date of the save file is{\" \"}\n {new Date(importData?.playerData?.lastSave ?? 0).toLocaleString()}\n \n )}\n {(importData?.playerData?.totalPlaytime ?? 0) > 0 && (\n <>\n
\n
\n Total play time of imported game:{\" \"}\n {convertTimeMsToTimeElapsedString(importData?.playerData?.totalPlaytime ?? 0)}\n \n )}\n
\n
\n \n }\n />\n \n Forcefully kill all active running scripts, in case there is a bug or some unexpected issue with the game.\n After using this, save the game and then reload the page. This is different than normal kill in that\n normal kill will tell the script to shut down while force kill just removes the references to it (and it\n should crash on its own). This will not remove the files on your computer, just forcefully kill all\n running instances of all scripts.\n \n }\n >\n \n \n \n \n \n \n If your save file is extremely big you can use this button to view a map of all the files on every server.\n Be careful: there might be spoilers.\n \n }\n >\n \n \n \n \n \n \n \n \n \n \n \n\n \n }\n href=\"https://github.com/danielyxie/bitburner/issues/new\"\n target=\"_blank\"\n sx={{ gridArea: \"bug\" }}\n >\n Report Bug\n \n }\n href=\"https://bitburner.readthedocs.io/en/latest/changelog.html\"\n target=\"_blank\"\n sx={{ gridArea: \" changelog\" }}\n >\n Changelog\n \n }\n href=\"https://bitburner.readthedocs.io/en/latest/index.html\"\n target=\"_blank\"\n sx={{ gridArea: \"docs\" }}\n >\n Documentation\n \n \n }\n href=\"https://www.reddit.com/r/bitburner\"\n target=\"_blank\"\n sx={{ gridArea: \"reddit\" }}\n >\n Reddit\n \n
\n\n {!location.href.startsWith(\"file://\") && (\n \n \n \n \n \n hydroflame (Current Maintainer)\n \n \n Donate blood!\n \n \n \n )}\n \n setDiagnosticOpen(false)} />\n \n );\n};\n","import React from \"react\";\nimport { GetServer, GetAllServers } from \"../Server/AllServers\";\nimport { Modal } from \"../ui/React/Modal\";\nimport { numeralWrapper } from \"../ui/numeralFormat\";\n\nimport Table from \"@mui/material/Table\";\nimport TableBody from \"@mui/material/TableBody\";\nimport TableCell from \"@mui/material/TableCell\";\nimport TableContainer from \"@mui/material/TableContainer\";\nimport TableHead from \"@mui/material/TableHead\";\nimport TableRow from \"@mui/material/TableRow\";\nimport Typography from \"@mui/material/Typography\";\nimport Paper from \"@mui/material/Paper\";\nimport Accordion from \"@mui/material/Accordion\";\nimport AccordionSummary from \"@mui/material/AccordionSummary\";\nimport AccordionDetails from \"@mui/material/AccordionDetails\";\nimport ExpandMoreIcon from \"@mui/icons-material/ExpandMore\";\n\ninterface IServerProps {\n hostname: string;\n}\n\nfunction ServerAccordion(props: IServerProps): React.ReactElement {\n const server = GetServer(props.hostname);\n if (server === null) throw new Error(`server '${props.hostname}' should not be null`);\n let totalSize = 0;\n for (const f of server.scripts) {\n totalSize += f.code.length;\n }\n\n for (const f of server.textFiles) {\n totalSize += f.text.length;\n }\n\n if (totalSize === 0) {\n return <>;\n }\n\n interface File {\n name: string;\n size: number;\n }\n\n const files: File[] = [];\n\n for (const f of server.scripts) {\n files.push({ name: f.filename, size: f.code.length });\n }\n\n for (const f of server.textFiles) {\n files.push({ name: f.fn, size: f.text.length });\n }\n\n files.sort((a: File, b: File): number => b.size - a.size);\n\n return (\n \n }>\n \n {server.hostname} ({numeralWrapper.formatBigNumber(totalSize)}b)\n \n \n \n \n \n \n \n \n Filename\n \n \n Size\n \n \n \n \n {files.map((file: File) => (\n \n \n {file.name}\n \n \n {numeralWrapper.formatBigNumber(file.size)}b\n \n \n ))}\n \n
\n
\n
    \n
    \n
    \n );\n}\n\ninterface IProps {\n open: boolean;\n onClose: () => void;\n}\n\nexport function FileDiagnosticModal(props: IProps): React.ReactElement {\n const keys: string[] = [];\n for (const key of GetAllServers()) {\n keys.push(key.hostname);\n }\n\n return (\n \n <>\n \n Welcome to the file diagnostic! If your save file is really big it's likely because you have too many\n text/scripts. This tool can help you narrow down where they are.\n \n {keys.map((hostname: string) => (\n \n ))}\n \n \n );\n}\n","import React, { useEffect, useState } from \"react\";\nimport { Modal } from \"../../ui/React/Modal\";\n\nimport Button from \"@mui/material/Button\";\nimport ButtonGroup from \"@mui/material/ButtonGroup\";\nimport Typography from \"@mui/material/Typography\";\nimport Paper from \"@mui/material/Paper\";\nimport TextField from \"@mui/material/TextField\";\nimport ReplyIcon from \"@mui/icons-material/Reply\";\nimport SaveIcon from \"@mui/icons-material/Save\";\n\nimport { ThemeEvents } from \"./Theme\";\nimport { Settings } from \"../../Settings/Settings\";\nimport { defaultStyles } from \"../Styles\";\nimport { Tooltip } from \"@mui/material\";\nimport { IStyleSettings } from \"../../ScriptEditor/NetscriptDefinitions\";\n\ninterface IProps {\n open: boolean;\n onClose: () => void;\n}\n\ninterface FontFamilyProps {\n value: React.CSSProperties[\"fontFamily\"];\n onChange: (newValue: React.CSSProperties[\"fontFamily\"], error?: string) => void;\n refreshId: number;\n}\n\nfunction FontFamilyField({ value, onChange, refreshId }: FontFamilyProps): React.ReactElement {\n const [errorText, setErrorText] = useState();\n const [fontFamily, setFontFamily] = useState(value);\n\n function update(newValue: React.CSSProperties[\"fontFamily\"]): void {\n setFontFamily(newValue);\n if (!newValue) {\n setErrorText(\"Must have a value\");\n } else {\n setErrorText(\"\");\n }\n }\n\n function onTextChange(event: React.ChangeEvent): void {\n update(event.target.value);\n }\n\n useEffect(() => onChange(fontFamily, errorText), [fontFamily]);\n useEffect(() => update(value), [refreshId]);\n\n return (\n \n );\n}\n\ninterface LineHeightProps {\n value: React.CSSProperties[\"lineHeight\"];\n onChange: (newValue: React.CSSProperties[\"lineHeight\"], error?: string) => void;\n refreshId: number;\n}\n\nfunction LineHeightField({ value, onChange, refreshId }: LineHeightProps): React.ReactElement {\n const [errorText, setErrorText] = useState();\n const [lineHeight, setLineHeight] = useState(value);\n\n function update(newValue: React.CSSProperties[\"lineHeight\"]): void {\n setLineHeight(newValue);\n if (!newValue) {\n setErrorText(\"Must have a value\");\n } else if (isNaN(Number(newValue))) {\n setErrorText(\"Must be a number\");\n } else {\n setErrorText(\"\");\n }\n }\n\n function onTextChange(event: React.ChangeEvent): void {\n update(event.target.value);\n }\n\n useEffect(() => onChange(lineHeight, errorText), [lineHeight]);\n useEffect(() => update(value), [refreshId]);\n\n return (\n \n );\n}\n\nexport function StyleEditorModal(props: IProps): React.ReactElement {\n const [refreshId, setRefreshId] = useState(0);\n const [error, setError] = useState();\n const [customStyle, setCustomStyle] = useState({\n ...Settings.styles,\n });\n\n function persistToSettings(styles: IStyleSettings): void {\n Object.assign(Settings.styles, styles);\n ThemeEvents.emit();\n }\n\n function saveStyles(): void {\n persistToSettings(customStyle);\n }\n\n function setDefaults(): void {\n const styles = { ...defaultStyles };\n setCustomStyle(styles);\n persistToSettings(styles);\n setRefreshId(refreshId + 1);\n }\n\n function update(styles: IStyleSettings, errorMessage?: string): void {\n setError(errorMessage);\n if (!errorMessage) {\n setCustomStyle(styles);\n }\n }\n\n return (\n \n Styles Editor\n \n WARNING: Changing styles may mess up the interface. Drastic changes are{\" \"}\n NOT recommended.\n \n \n update({ ...customStyle, fontFamily: value ?? \"\" }, error)}\n />\n
    \n update({ ...customStyle, lineHeight: Number(value) ?? 0 }, error)}\n />\n
    \n \n \n \n \n \n \n
    \n
    \n );\n}\n","import React, { useState } from \"react\";\nimport { Modal } from \"../../ui/React/Modal\";\nimport Button from \"@mui/material/Button\";\nimport ButtonGroup from \"@mui/material/ButtonGroup\";\nimport Typography from \"@mui/material/Typography\";\nimport Tooltip from \"@mui/material/Tooltip\";\nimport Paper from \"@mui/material/Paper\";\nimport TextField from \"@mui/material/TextField\";\nimport IconButton from \"@mui/material/IconButton\";\nimport ReplyIcon from \"@mui/icons-material/Reply\";\nimport PaletteSharpIcon from \"@mui/icons-material/PaletteSharp\";\nimport HistoryIcon from \"@mui/icons-material/History\";\nimport { Color, ColorPicker } from \"material-ui-color\";\nimport { ThemeEvents } from \"./Theme\";\nimport { Settings } from \"../../Settings/Settings\";\nimport { defaultTheme } from \"../Themes\";\nimport { UserInterfaceTheme } from \"../../ScriptEditor/NetscriptDefinitions\";\nimport { Router } from \"../../ui/GameRoot\";\nimport { ThemeCollaborate } from \"./ThemeCollaborate\";\n\ninterface IProps {\n open: boolean;\n onClose: () => void;\n}\n\ninterface IColorEditorProps {\n name: string;\n color: string | undefined;\n onColorChange: (name: string, value: string) => void;\n defaultColor: string;\n}\n\nfunction ColorEditor({ name, onColorChange, color, defaultColor }: IColorEditorProps): React.ReactElement {\n if (color === undefined) {\n console.error(`color ${name} was undefined, reverting to default`);\n color = defaultColor;\n }\n\n return (\n <>\n \n onColorChange(name, \"#\" + newColor.hex)}\n disableAlpha\n />\n \n ),\n endAdornment: (\n <>\n onColorChange(name, defaultColor)}>\n \n \n \n ),\n }}\n />\n \n );\n}\n\nexport function ThemeEditorModal(props: IProps): React.ReactElement {\n const [customTheme, setCustomTheme] = useState<{ [key: string]: string | undefined }>({\n ...Settings.theme,\n });\n\n function setTheme(theme: UserInterfaceTheme): void {\n setCustomTheme(theme);\n Object.assign(Settings.theme, theme);\n ThemeEvents.emit();\n }\n\n function onThemeChange(event: React.ChangeEvent): void {\n try {\n const importedTheme = JSON.parse(event.target.value);\n if (typeof importedTheme !== \"object\") return;\n setCustomTheme(importedTheme);\n for (const key of Object.keys(importedTheme)) {\n Settings.theme[key] = importedTheme[key];\n }\n ThemeEvents.emit();\n } catch (err) {\n // ignore\n }\n }\n\n function onColorChange(name: string, value: string): void {\n setCustomTheme((old: { [key: string]: string | undefined }) => {\n old[name] = value;\n return old;\n });\n\n Settings.theme[name] = value;\n ThemeEvents.emit();\n }\n\n function setTemplateTheme(theme: UserInterfaceTheme): void {\n setTheme(theme);\n }\n\n return (\n \n \n Example tooltip}>\n \n \n \n \n \n \n \n
    \n \n text with primary color\n \n  \n \n text with secondary color\n \n  \n \n text with error color\n \n
    \n \n
    \n\n \n \n \n \n\n
    \n \n \n \n\n
    \n \n \n \n\n
    \n \n \n \n\n
    \n \n \n \n\n
    \n \n \n \n\n
    \n \n \n \n \n \n \n \n\n
    \n \n \n \n \n \n \n \n \n
    \n\n \n \n <>\n Backup your theme or share it with others by copying the string above.\n \n \n \n \n \n \n \n \n \n \n \n
    \n );\n}\n","import React from \"react\";\nimport { OptionSwitch } from \"../../ui/React/OptionSwitch\";\nimport { Settings } from \"../../Settings/Settings\";\nimport { GameOptionsPage } from \"./GameOptionsPage\";\nimport { Player } from \"../../Player\";\n\nexport const GameplayPage = (): React.ReactElement => {\n return (\n \n (Settings.SuppressMessages = newValue)}\n text=\"Suppress story messages\"\n tooltip={\n <>\n If this is set, then any messages you receive will not appear as popups on the screen. They will still get\n sent to your home computer as '.msg' files and can be viewed with the 'cat' Terminal command.\n \n }\n />\n (Settings.SuppressFactionInvites = newValue)}\n text=\"Suppress faction invites\"\n tooltip={\n <>\n If this is set, then any faction invites you receive will not appear as popups on the screen. Your\n outstanding faction invites can be viewed in the 'Factions' page.\n \n }\n />\n (Settings.SuppressTravelConfirmation = newValue)}\n text=\"Suppress travel confirmations\"\n tooltip={\n <>\n If this is set, the confirmation message before traveling will not show up. You will automatically be\n deducted the travel cost as soon as you click.\n \n }\n />\n (Settings.SuppressBuyAugmentationConfirmation = newValue)}\n text=\"Suppress augmentations confirmation\"\n tooltip={<>If this is set, the confirmation message before buying augmentation will not show up.}\n />\n (Settings.SuppressTIXPopup = newValue)}\n text=\"Suppress TIX messages\"\n tooltip={<>If this is set, the stock market will never create any popup.}\n />\n {Player.bladeburner && (\n (Settings.SuppressBladeburnerPopup = newValue)}\n text=\"Suppress bladeburner popup\"\n tooltip={\n <>\n If this is set, then having your Bladeburner actions interrupted by being busy with something else will\n not display a popup message.\n \n }\n />\n )}\n \n );\n};\n","import React, { useState } from \"react\";\nimport { MenuItem, Select, SelectChangeEvent, TextField, Tooltip, Typography } from \"@mui/material\";\nimport { Settings } from \"../../Settings/Settings\";\nimport { OptionSwitch } from \"../../ui/React/OptionSwitch\";\nimport { GameOptionsPage } from \"./GameOptionsPage\";\nimport { formatTime } from \"../../utils/helpers/formatTime\";\n\nexport const InterfacePage = (): React.ReactElement => {\n const [timestampFormat, setTimestampFormat] = useState(Settings.TimestampsFormat);\n const [locale, setLocale] = useState(Settings.Locale);\n\n function handleLocaleChange(event: SelectChangeEvent): void {\n setLocale(event.target.value);\n Settings.Locale = event.target.value;\n }\n function handleTimestampFormatChange(event: React.ChangeEvent): void {\n setTimestampFormat(event.target.value);\n Settings.TimestampsFormat = event.target.value;\n }\n return (\n \n (Settings.DisableASCIIArt = newValue)}\n text=\"Disable ascii art\"\n tooltip={<>If this is set all ASCII art will be disabled.}\n />\n (Settings.DisableTextEffects = newValue)}\n text=\"Disable text effects\"\n tooltip={\n <>\n If this is set, text effects will not be displayed. This can help if text is difficult to read in certain\n areas.\n \n }\n />\n (Settings.DisableOverviewProgressBars = newValue)}\n text=\"Disable Overview Progress Bars\"\n tooltip={<>If this is set, the progress bars in the character overview will be hidden.}\n />\n (Settings.UseIEC60027_2 = newValue)}\n text=\"Use GiB instead of GB\"\n tooltip={\n <>If this is set all references to memory will use GiB instead of GB, in accordance with IEC 60027-2.\n }\n />\n (Settings.ShowMiddleNullTimeUnit = newValue)}\n text=\"Show all intermediary times unit, even when null.\"\n tooltip={<>ex : 1 hours 13 seconds becomes 1 hours 0 minutes 13 seconds.}\n />\n \n Terminal commands and log entries will be timestamped. See https://date-fns.org/docs/Getting-Started/\n \n }\n >\n \n Timestamp format: \n \n ),\n }}\n value={timestampFormat}\n onChange={handleTimestampFormatChange}\n placeholder=\"yyyy-MM-dd hh:mm:ss\"\n />\n \n \n Example timestamp: {timestampFormat !== \"\" ? formatTime(timestampFormat) : \"no timestamp\"}\n \n
    \n\n \n
    \n );\n};\n","import React from \"react\";\nimport { Settings } from \"../../Settings/Settings\";\nimport { OptionSwitch } from \"../../ui/React/OptionSwitch\";\nimport { GameOptionsPage } from \"./GameOptionsPage\";\n\nexport const MiscPage = (): React.ReactElement => {\n return (\n \n (Settings.DisableHotkeys = newValue)}\n text=\"Disable hotkeys\"\n tooltip={\n <>\n If this is set, then most hotkeys (keyboard shortcuts) in the game are disabled. This includes Terminal\n commands, hotkeys to navigate between different parts of the game, and the \"Save and Close (Ctrl + b)\"\n hotkey in the Text Editor.\n \n }\n />\n (Settings.EnableBashHotkeys = newValue)}\n text=\"Enable bash hotkeys\"\n tooltip={\n <>\n Improved Bash emulation mode. Setting this to 1 enables several new Terminal shortcuts and features that\n more closely resemble a real Bash-style shell. Note that when this mode is enabled, the default browser\n shortcuts are overridden by the new Bash shortcuts.\n \n }\n />\n \n );\n};\n","import React, { useState } from \"react\";\nimport { Button, Link, TextField, Tooltip, Typography } from \"@mui/material\";\nimport { GameOptionsPage } from \"./GameOptionsPage\";\nimport { Settings } from \"../../Settings/Settings\";\nimport { ConnectionBauble } from \"./ConnectionBauble\";\nimport { isRemoteFileApiConnectionLive, newRemoteFileApiConnection } from \"../../RemoteFileAPI/RemoteFileAPI\";\n\nexport const RemoteAPIPage = (): React.ReactElement => {\n const [remoteFileApiPort, setRemoteFileApiPort] = useState(Settings.RemoteFileApiPort);\n\n function handleRemoteFileApiPortChange(event: React.ChangeEvent): void {\n setRemoteFileApiPort(Number(event.target.value) as number);\n Settings.RemoteFileApiPort = Number(event.target.value);\n }\n\n return (\n \n \n These settings control the Remote API for bitburner. This is typically used to write scripts using an external\n text editor and then upload files to the home server.\n \n \n \n Documentation\n \n \n \n \n This port number is used to connect to a Remote API port, please ensure that it matches with your Remote API\n server port. Set to 0 to disable the feature.\n \n }\n >\n 0 && remoteFileApiPort <= 65535 ? \"success\" : \"error\"}>\n Port: \n \n ),\n endAdornment: ,\n }}\n value={remoteFileApiPort}\n onChange={handleRemoteFileApiPortChange}\n placeholder=\"12525\"\n />\n \n \n );\n};\n","import { Typography } from \"@mui/material\";\nimport React, { useState, useEffect } from \"react\";\nimport WifiIcon from \"@mui/icons-material/Wifi\";\nimport WifiOffIcon from \"@mui/icons-material/WifiOff\";\n\ninterface baubleProps {\n isConnected: () => boolean;\n}\n\nexport const ConnectionBauble = (props: baubleProps): React.ReactElement => {\n const [connection, setConnection] = useState(props.isConnected());\n\n useEffect(() => {\n const timer = setInterval(() => {\n setConnection(props.isConnected());\n }, 1000);\n return () => clearInterval(timer);\n });\n\n return (\n <>\n \n Status: \n \n {connection ? (\n <>\n Online \n \n \n ) : (\n <>\n Offline \n \n \n )}\n \n \n \n );\n};\n","import { RFAMessage } from \"./MessageDefinitions\";\nimport { RFARequestHandler } from \"./MessageHandlers\";\nimport { SnackbarEvents, ToastVariant } from \"../ui/React/Snackbar\";\n\nexport class Remote {\n connection?: WebSocket;\n static protocol = \"ws\";\n ipaddr: string;\n port: number;\n\n constructor(ip: string, port: number) {\n this.ipaddr = ip;\n this.port = port;\n }\n\n public stopConnection(): void {\n this.connection?.close();\n }\n\n public startConnection(): void {\n const address = Remote.protocol + \"://\" + this.ipaddr + \":\" + this.port;\n this.connection = new WebSocket(address);\n\n this.connection.addEventListener(\"error\", (e: Event) =>\n SnackbarEvents.emit(`Error with websocket ${address}, details: ${JSON.stringify(e)}`, ToastVariant.ERROR, 5000),\n );\n this.connection.addEventListener(\"message\", handleMessageEvent);\n this.connection.addEventListener(\"open\", () =>\n SnackbarEvents.emit(\n `Remote API connection established on ${this.ipaddr}:${this.port}`,\n ToastVariant.SUCCESS,\n 2000,\n ),\n );\n this.connection.addEventListener(\"close\", () =>\n SnackbarEvents.emit(\"Remote API connection closed\", ToastVariant.WARNING, 2000),\n );\n }\n}\n\nfunction handleMessageEvent(this: WebSocket, e: MessageEvent): void {\n const msg: RFAMessage = JSON.parse(e.data);\n\n if (!msg.method || !RFARequestHandler[msg.method]) {\n const response = new RFAMessage({ error: \"Unknown message received\", id: msg.id });\n this.send(JSON.stringify(response));\n return;\n }\n const response = RFARequestHandler[msg.method](msg);\n if (!response) return;\n this.send(JSON.stringify(response));\n}\n","import React, { useState } from \"react\";\nimport { Settings } from \"../../Settings/Settings\";\nimport { GameOptionsPage } from \"./GameOptionsPage\";\nimport { OptionsSlider } from \"./OptionsSlider\";\nimport { OptionSwitch } from \"../../ui/React/OptionSwitch\";\n\nexport const SystemPage = (): React.ReactElement => {\n const [execTime, setExecTime] = useState(Settings.CodeInstructionRunTime);\n const [recentScriptsSize, setRecentScriptsSize] = useState(Settings.MaxRecentScriptsCapacity);\n const [logSize, setLogSize] = useState(Settings.MaxLogCapacity);\n const [portSize, setPortSize] = useState(Settings.MaxPortCapacity);\n const [terminalSize, setTerminalSize] = useState(Settings.MaxTerminalCapacity);\n const [autosaveInterval, setAutosaveInterval] = useState(Settings.AutosaveInterval);\n\n function handlePortSizeChange(\n _event: Event | React.SyntheticEvent,\n newValue: number | number[],\n ): void {\n setPortSize(newValue as number);\n Settings.MaxPortCapacity = newValue as number;\n }\n\n function handleTerminalSizeChange(\n _event: Event | React.SyntheticEvent,\n newValue: number | number[],\n ): void {\n setTerminalSize(newValue as number);\n Settings.MaxTerminalCapacity = newValue as number;\n }\n\n function handleExecTimeChange(\n _event: Event | React.SyntheticEvent,\n newValue: number | number[],\n ): void {\n setExecTime(newValue as number);\n Settings.CodeInstructionRunTime = newValue as number;\n }\n\n function handleRecentScriptsSizeChange(\n _event: Event | React.SyntheticEvent,\n newValue: number | number[],\n ): void {\n setRecentScriptsSize(newValue as number);\n Settings.MaxRecentScriptsCapacity = newValue as number;\n }\n\n function handleLogSizeChange(\n _event: Event | React.SyntheticEvent,\n newValue: number | number[],\n ): void {\n setLogSize(newValue as number);\n Settings.MaxLogCapacity = newValue as number;\n }\n\n function handleAutosaveIntervalChange(\n _event: Event | React.SyntheticEvent,\n newValue: number | number[],\n ): void {\n setAutosaveInterval(newValue as number);\n Settings.AutosaveInterval = newValue as number;\n }\n return (\n \n {/* Wrap in a React fragment to prevent the sliders from breaking as list items */}\n <>\n \n The minimum number of milliseconds it takes to execute an operation in Netscript. Setting this too low can\n result in poor performance if you have many scripts running.\n \n }\n />\n The maximum number of recently killed scripts the game will keep.}\n />\n \n The maximum number of lines a script's logs can hold. Setting this too high can cause the game to use a\n lot of memory if you have many scripts running.\n \n }\n />\n \n The maximum number of entries that can be written to a port using Netscript's write() function. Setting\n this too high can cause the game to use a lot of memory.\n \n }\n />\n \n The maximum number of entries that can be written to the terminal. Setting this too high can cause the\n game to use a lot of memory.\n \n }\n marks\n />\n The time (in seconds) between each autosave. Set to 0 to disable autosave.}\n marks\n />\n \n (Settings.SuppressSavedGameToast = newValue)}\n text=\"Suppress Auto-Save Game Toast\"\n tooltip={<>If this is set, there will be no \"Game Saved!\" toast appearing after an auto-save.}\n />\n (Settings.SuppressAutosaveDisabledWarnings = newValue)}\n text=\"Suppress Auto-Save Disabled Warning\"\n tooltip={<>If this is set, there will be no warning triggered when auto-save is disabled (at 0).}\n />\n (Settings.SaveGameOnFileSave = newValue)}\n text=\"Save game on file save\"\n tooltip={<>Save your game any time a file is saved in the script editor.}\n />\n (Settings.ExcludeRunningScriptsFromSave = newValue)}\n text=\"Exclude Running Scripts from Save\"\n tooltip={\n <>\n If this is set, the save file will exclude all running scripts. This is only useful if your save is lagging\n a lot. You'll have to restart your script every time you launch the game.\n \n }\n />\n \n );\n};\n","import React, { useState, useEffect } from \"react\";\n\nimport { Box, Typography, Button, Container } from \"@mui/material\";\n\nimport { Player } from \"../../../Player\";\n\nimport { SleeveElem } from \"./SleeveElem\";\nimport { FAQModal } from \"./FAQModal\";\n\nexport function SleeveRoot(): React.ReactElement {\n const [FAQOpen, setFAQOpen] = useState(false);\n const setRerender = useState(false)[1];\n function rerender(): void {\n setRerender((old) => !old);\n }\n\n useEffect(() => {\n const id = setInterval(rerender, 200);\n return () => clearInterval(id);\n }, []);\n\n return (\n <>\n \n Sleeves\n \n Duplicate Sleeves are MK-V Synthoids (synthetic androids) into which your consciousness has been copied. In\n other words, these Synthoids contain a perfect duplicate of your mind.\n
    \n
    \n Sleeves can be used to perform different tasks synchronously.\n
    \n
    \n
    \n
    \n\n \n \n Wiki Documentation\n \n \n {Player.sleeves.map((sleeve, i) => (\n \n ))}\n \n setFAQOpen(false)} />\n \n );\n}\n","import { Box, Button, Paper, Tooltip, Typography } from \"@mui/material\";\nimport React, { useState } from \"react\";\nimport { FactionWorkType } from \"../../../Work/data/FactionWorkType\";\nimport { CONSTANTS } from \"../../../Constants\";\nimport { Player } from \"../../../Player\";\nimport { numeralWrapper } from \"../../../ui/numeralFormat\";\nimport { ProgressBar } from \"../../../ui/React/Progress\";\nimport { Sleeve } from \"../Sleeve\";\nimport { MoreStatsModal } from \"./MoreStatsModal\";\nimport { SleeveAugmentationsModal } from \"./SleeveAugmentationsModal\";\nimport { EarningsElement, StatsElement } from \"./StatsElement\";\nimport { TaskSelector } from \"./TaskSelector\";\nimport { TravelModal } from \"./TravelModal\";\nimport { isSleeveClassWork } from \"../Work/SleeveClassWork\";\nimport { isSleeveSynchroWork } from \"../Work/SleeveSynchroWork\";\nimport { isSleeveRecoveryWork } from \"../Work/SleeveRecoveryWork\";\nimport { isSleeveFactionWork } from \"../Work/SleeveFactionWork\";\nimport { isSleeveCompanyWork } from \"../Work/SleeveCompanyWork\";\nimport { isSleeveInfiltrateWork } from \"../Work/SleeveInfiltrateWork\";\nimport { isSleeveSupportWork } from \"../Work/SleeveSupportWork\";\nimport { isSleeveBladeburnerWork } from \"../Work/SleeveBladeburnerWork\";\nimport { isSleeveCrimeWork } from \"../Work/SleeveCrimeWork\";\n\ninterface IProps {\n sleeve: Sleeve;\n rerender: () => void;\n}\n\nexport function SleeveElem(props: IProps): React.ReactElement {\n const [statsOpen, setStatsOpen] = useState(false);\n const [travelOpen, setTravelOpen] = useState(false);\n const [augmentationsOpen, setAugmentationsOpen] = useState(false);\n\n const [abc, setABC] = useState([\"------\", \"------\", \"------\"]);\n\n function setTask(): void {\n switch (abc[0]) {\n case \"------\":\n break;\n case \"Work for Company\":\n props.sleeve.workForCompany(abc[1]);\n break;\n case \"Work for Faction\":\n props.sleeve.workForFaction(abc[1], abc[2]);\n break;\n case \"Commit Crime\":\n props.sleeve.commitCrime(abc[1]);\n break;\n case \"Take University Course\":\n props.sleeve.takeUniversityCourse(abc[2], abc[1]);\n break;\n case \"Workout at Gym\":\n props.sleeve.workoutAtGym(abc[2], abc[1]);\n break;\n case \"Perform Bladeburner Actions\":\n props.sleeve.bladeburner(abc[1], abc[2]);\n break;\n case \"Shock Recovery\":\n props.sleeve.shockRecovery();\n break;\n case \"Synchronize\":\n props.sleeve.synchronize();\n break;\n default:\n console.error(`Invalid/Unrecognized taskValue in setSleeveTask(): ${abc[0]}`);\n }\n props.rerender();\n }\n\n let desc = <>This sleeve is currently idle;\n\n if (isSleeveCrimeWork(props.sleeve.currentWork)) {\n const w = props.sleeve.currentWork;\n const crime = w.getCrime();\n desc = (\n <>\n This sleeve is currently attempting to {crime.type} (Success Rate:{\" \"}\n {numeralWrapper.formatPercentage(crime.successRate(props.sleeve))}).\n \n );\n }\n\n if (isSleeveClassWork(props.sleeve.currentWork)) {\n if (props.sleeve.currentWork.isGym())\n desc = <>This sleeve is currently working out at {props.sleeve.currentWork.location}.;\n else desc = <>This sleeve is currently studying at {props.sleeve.currentWork.location}.;\n }\n if (isSleeveSynchroWork(props.sleeve.currentWork)) {\n desc = (\n <>\n This sleeve is currently set to synchronize with the original consciousness. This causes the Sleeve's\n synchronization to increase.\n \n );\n }\n if (isSleeveRecoveryWork(props.sleeve.currentWork)) {\n desc = (\n <>\n This sleeve is currently set to focus on shock recovery. This causes the Sleeve's shock to decrease at a faster\n rate.\n \n );\n }\n if (isSleeveFactionWork(props.sleeve.currentWork)) {\n let doing = \"nothing\";\n switch (props.sleeve.currentWork.factionWorkType) {\n case FactionWorkType.FIELD:\n doing = \"Field work\";\n break;\n case FactionWorkType.HACKING:\n doing = \"Hacking contracts\";\n break;\n case FactionWorkType.SECURITY:\n doing = \"Security work\";\n break;\n }\n desc = (\n <>\n This sleeve is currently doing {doing} for {props.sleeve.currentWork.factionName}.\n \n );\n }\n if (isSleeveCompanyWork(props.sleeve.currentWork)) {\n desc = <>This sleeve is currently working your job at {props.sleeve.currentWork.companyName}.;\n }\n\n if (isSleeveBladeburnerWork(props.sleeve.currentWork)) {\n const w = props.sleeve.currentWork;\n desc = (\n <>\n This sleeve is currently attempting to perform {w.actionName}. (\n {((100 * w.cyclesWorked) / w.cyclesNeeded(props.sleeve)).toFixed(2)}%)\n \n );\n }\n\n if (isSleeveInfiltrateWork(props.sleeve.currentWork)) {\n const w = props.sleeve.currentWork;\n desc = (\n <>\n This sleeve is currently attempting to infiltrate synthoids communities. (\n {((100 * w.cyclesWorked) / w.cyclesNeeded()).toFixed(2)}%)\n \n );\n }\n\n if (isSleeveSupportWork(props.sleeve.currentWork)) {\n desc = <>This sleeve is currently supporting you in your bladeburner activities.;\n }\n\n return (\n <>\n \n \n \n \n \n Insufficient funds : \"\"}>\n \n setTravelOpen(true)}\n disabled={Player.money < CONSTANTS.TravelCost}\n sx={{ width: \"100%\", height: \"100%\" }}\n >\n Travel\n \n \n \n Unlocked when sleeve has fully recovered : \"\"}\n >\n \n setAugmentationsOpen(true)}\n disabled={props.sleeve.shock < 100}\n sx={{ width: \"100%\", height: \"100%\" }}\n >\n Manage Augmentations\n \n \n \n \n \n \n \n \n \n {desc}\n \n {isSleeveCrimeWork(props.sleeve.currentWork) && (\n \n )}\n {isSleeveBladeburnerWork(props.sleeve.currentWork) && (\n \n )}\n \n \n \n setStatsOpen(false)} sleeve={props.sleeve} />\n setTravelOpen(false)}\n sleeve={props.sleeve}\n rerender={props.rerender}\n />\n setAugmentationsOpen(false)}\n sleeve={props.sleeve}\n />\n \n );\n}\n","import { Sleeve } from \"../Sleeve\";\nimport { numeralWrapper } from \"../../../ui/numeralFormat\";\nimport { convertTimeMsToTimeElapsedString } from \"../../../utils/StringHelperFunctions\";\nimport { CONSTANTS } from \"../../../Constants\";\nimport { Typography } from \"@mui/material\";\nimport { StatsTable } from \"../../../ui/React/StatsTable\";\nimport { Modal } from \"../../../ui/React/Modal\";\nimport React from \"react\";\n\ninterface IProps {\n open: boolean;\n onClose: () => void;\n sleeve: Sleeve;\n}\n\nexport function MoreStatsModal(props: IProps): React.ReactElement {\n return (\n \n Hacking: ,\n props.sleeve.skills.hacking,\n <> ({numeralWrapper.formatExp(props.sleeve.exp.hacking)} exp),\n ],\n [\n <>Strength: ,\n props.sleeve.skills.strength,\n <> ({numeralWrapper.formatExp(props.sleeve.exp.strength)} exp),\n ],\n [\n <>Defense: ,\n props.sleeve.skills.defense,\n <> ({numeralWrapper.formatExp(props.sleeve.exp.defense)} exp),\n ],\n [\n <>Dexterity: ,\n props.sleeve.skills.dexterity,\n <> ({numeralWrapper.formatExp(props.sleeve.exp.dexterity)} exp),\n ],\n [\n <>Agility: ,\n props.sleeve.skills.agility,\n <> ({numeralWrapper.formatExp(props.sleeve.exp.agility)} exp),\n ],\n [\n <>Charisma: ,\n props.sleeve.skills.charisma,\n <> ({numeralWrapper.formatExp(props.sleeve.exp.charisma)} exp),\n ],\n ]}\n title=\"Stats:\"\n />\n
    \n Hacking Level multiplier: , numeralWrapper.formatPercentage(props.sleeve.mults.hacking)],\n [<>Hacking Experience multiplier: , numeralWrapper.formatPercentage(props.sleeve.mults.hacking_exp)],\n [<>Strength Level multiplier: , numeralWrapper.formatPercentage(props.sleeve.mults.strength)],\n [\n <>Strength Experience multiplier: ,\n numeralWrapper.formatPercentage(props.sleeve.mults.strength_exp),\n ],\n [<>Defense Level multiplier: , numeralWrapper.formatPercentage(props.sleeve.mults.defense)],\n [<>Defense Experience multiplier: , numeralWrapper.formatPercentage(props.sleeve.mults.defense_exp)],\n [<>Dexterity Level multiplier: , numeralWrapper.formatPercentage(props.sleeve.mults.dexterity)],\n [\n <>Dexterity Experience multiplier: ,\n numeralWrapper.formatPercentage(props.sleeve.mults.dexterity_exp),\n ],\n [<>Agility Level multiplier: , numeralWrapper.formatPercentage(props.sleeve.mults.agility)],\n [<>Agility Experience multiplier: , numeralWrapper.formatPercentage(props.sleeve.mults.agility_exp)],\n [<>Charisma Level multiplier: , numeralWrapper.formatPercentage(props.sleeve.mults.charisma)],\n [\n <>Charisma Experience multiplier: ,\n numeralWrapper.formatPercentage(props.sleeve.mults.charisma_exp),\n ],\n [\n <>Faction Reputation Gain multiplier: ,\n numeralWrapper.formatPercentage(props.sleeve.mults.faction_rep),\n ],\n [\n <>Company Reputation Gain multiplier: ,\n numeralWrapper.formatPercentage(props.sleeve.mults.company_rep),\n ],\n [<>Salary multiplier: , numeralWrapper.formatPercentage(props.sleeve.mults.work_money)],\n [<>Crime Money multiplier: , numeralWrapper.formatPercentage(props.sleeve.mults.crime_money)],\n [<>Crime Success multiplier: , numeralWrapper.formatPercentage(props.sleeve.mults.crime_success)],\n ]}\n title=\"Multipliers:\"\n />\n\n {/* Check for storedCycles to be a bit over 0 to prevent jittering */}\n {props.sleeve.storedCycles > 10 && (\n \n Bonus Time: {convertTimeMsToTimeElapsedString(props.sleeve.storedCycles * CONSTANTS.MilliPerCycle)}\n \n )}\n
    \n );\n}\n","import { Container, Typography, Paper } from \"@mui/material\";\nimport React, { useEffect, useState } from \"react\";\nimport { PurchasableAugmentations } from \"../../../Augmentation/ui/PurchasableAugmentations\";\nimport { Player } from \"../../../Player\";\nimport { Modal } from \"../../../ui/React/Modal\";\nimport { Sleeve } from \"../Sleeve\";\n\ninterface IProps {\n open: boolean;\n onClose: () => void;\n sleeve: Sleeve;\n}\n\nexport function SleeveAugmentationsModal(props: IProps): React.ReactElement {\n const setRerender = useState(false)[1];\n function rerender(): void {\n setRerender((old) => !old);\n }\n\n useEffect(() => {\n const id = setInterval(rerender, 150);\n return () => clearInterval(id);\n }, []);\n\n // Array of all owned Augmentations. Names only\n const ownedAugNames = props.sleeve.augmentations.map((e) => e.name);\n\n // You can only purchase Augmentations that are actually available from\n // your factions. I.e. you must be in a faction that has the Augmentation\n // and you must also have enough rep in that faction in order to purchase it.\n const availableAugs = props.sleeve.findPurchasableAugs();\n\n return (\n \n \n \n You can purchase Augmentations for your Duplicate Sleeves. These Augmentations have the same effect as they\n would for you. You can only purchase Augmentations that you have unlocked through Factions.\n
    \n
    \n When purchasing an Augmentation for a Duplicate Sleeve, they are immediately installed. This means that the\n Duplicate Sleeve will immediately lose all of its stat experience.\n
    \n
    \n Augmentations will appear below as they become available.\n
    \n
    \n aug.name)}\n ownedAugNames={ownedAugNames}\n canPurchase={(aug) => {\n return Player.money > aug.baseCost;\n }}\n purchaseAugmentation={(aug) => {\n props.sleeve.tryBuyAugmentation(aug);\n rerender();\n }}\n sleeveAugs\n />\n
    \n );\n}\n","import React from \"react\";\n\nimport { Augmentation } from \"../Augmentation\";\nimport { Faction } from \"../../Faction/Faction\";\nimport { purchaseAugmentation } from \"../../Faction/FactionHelpers\";\nimport { isRepeatableAug } from \"../AugmentationHelpers\";\nimport { Money } from \"../../ui/React/Money\";\nimport { Modal } from \"../../ui/React/Modal\";\nimport { Player } from \"../../Player\";\nimport Typography from \"@mui/material/Typography\";\nimport Button from \"@mui/material/Button\";\n\ninterface IProps {\n open: boolean;\n onClose: () => void;\n faction?: Faction;\n aug?: Augmentation;\n}\n\nexport function PurchaseAugmentationModal(props: IProps): React.ReactElement {\n if (!props.aug || !props.faction) {\n return <>;\n }\n\n function buy(): void {\n if (!props.aug || (!isRepeatableAug(props.aug) && Player.hasAugmentation(props.aug.name))) {\n return;\n }\n\n purchaseAugmentation(props.aug as Augmentation, props.faction as Faction);\n props.onClose();\n }\n\n return (\n \n {props.aug.name}\n \n {props.aug.info}\n
    \n
    \n {props.aug.stats}\n
    \n
    \n Would you like to purchase the {props.aug.name} Augmentation for \n ?\n
    \n
    \n
    \n \n
    \n );\n}\n","import React, { useState } from \"react\";\nimport { Sleeve } from \"../Sleeve\";\nimport { Player } from \"../../../Player\";\nimport { Crimes } from \"../../../Crime/Crimes\";\nimport { LocationName } from \"../../../Locations/data/LocationNames\";\nimport { CityName } from \"../../../Locations/data/CityNames\";\nimport { Factions } from \"../../../Faction/Factions\";\nimport Select, { SelectChangeEvent } from \"@mui/material/Select\";\nimport MenuItem from \"@mui/material/MenuItem\";\nimport { FactionNames } from \"../../../Faction/data/FactionNames\";\nimport { isSleeveFactionWork } from \"../Work/SleeveFactionWork\";\nimport { isSleeveCompanyWork } from \"../Work/SleeveCompanyWork\";\nimport { isSleeveBladeburnerWork } from \"../Work/SleeveBladeburnerWork\";\nimport { isSleeveRecoveryWork } from \"../Work/SleeveRecoveryWork\";\nimport { isSleeveSynchroWork } from \"../Work/SleeveSynchroWork\";\nimport { isSleeveClassWork } from \"../Work/SleeveClassWork\";\nimport { isSleeveInfiltrateWork } from \"../Work/SleeveInfiltrateWork\";\nimport { isSleeveSupportWork } from \"../Work/SleeveSupportWork\";\nimport { ClassType } from \"../../../Work/ClassWork\";\nimport { isSleeveCrimeWork } from \"../Work/SleeveCrimeWork\";\nimport { FactionWorkType } from \"../../../Work/data/FactionWorkType\";\n\nconst universitySelectorOptions: string[] = [\n \"Study Computer Science\",\n \"Data Structures\",\n \"Networks\",\n \"Algorithms\",\n \"Management\",\n \"Leadership\",\n];\n\nconst gymSelectorOptions: string[] = [\"Train Strength\", \"Train Defense\", \"Train Dexterity\", \"Train Agility\"];\n\nconst bladeburnerSelectorOptions: string[] = [\n \"Field analysis\",\n \"Recruitment\",\n \"Diplomacy\",\n \"Hyperbolic Regeneration Chamber\",\n \"Infiltrate synthoids\",\n \"Support main sleeve\",\n \"Take on contracts\",\n];\n\ninterface IProps {\n sleeve: Sleeve;\n setABC: (abc: string[]) => void;\n}\n\ninterface ITaskDetails {\n first: string[];\n second: (s1: string) => string[];\n}\n\nfunction possibleJobs(sleeve: Sleeve): string[] {\n // Array of all companies that other sleeves are working at\n const forbiddenCompanies: string[] = [];\n for (const otherSleeve of Player.sleeves) {\n if (sleeve === otherSleeve) {\n continue;\n }\n if (isSleeveCompanyWork(otherSleeve.currentWork)) {\n forbiddenCompanies.push(otherSleeve.currentWork.companyName);\n }\n }\n const allJobs: string[] = Object.keys(Player.jobs);\n\n return allJobs.filter((company) => !forbiddenCompanies.includes(company));\n}\n\nfunction possibleFactions(sleeve: Sleeve): string[] {\n // Array of all factions that other sleeves are working for\n const forbiddenFactions = [FactionNames.Bladeburners as string, FactionNames.ShadowsOfAnarchy as string];\n if (Player.gang) {\n forbiddenFactions.push(Player.gang.facName);\n }\n for (const otherSleeve of Player.sleeves) {\n if (sleeve === otherSleeve) {\n continue;\n }\n if (isSleeveFactionWork(otherSleeve.currentWork)) {\n forbiddenFactions.push(otherSleeve.currentWork.factionName);\n }\n }\n\n const factions = [];\n for (const fac of Player.factions) {\n if (!forbiddenFactions.includes(fac)) {\n factions.push(fac);\n }\n }\n\n return factions.filter((faction) => {\n const factionObj = Factions[faction];\n if (!factionObj) return false;\n const facInfo = factionObj.getInfo();\n return facInfo.offerHackingWork || facInfo.offerFieldWork || facInfo.offerSecurityWork;\n });\n}\n\nfunction possibleContracts(sleeve: Sleeve): string[] {\n const bb = Player.bladeburner;\n if (bb === null) {\n return [\"------\"];\n }\n let contracts = bb.getContractNamesNetscriptFn();\n for (const otherSleeve of Player.sleeves) {\n if (sleeve === otherSleeve) {\n continue;\n }\n if (isSleeveBladeburnerWork(otherSleeve.currentWork) && otherSleeve.currentWork.actionType === \"Contracts\") {\n const w = otherSleeve.currentWork;\n contracts = contracts.filter((x) => x != w.actionName);\n }\n }\n if (contracts.length === 0) {\n return [\"------\"];\n }\n return contracts;\n}\n\nconst tasks: {\n [key: string]: undefined | ((sleeve: Sleeve) => ITaskDetails);\n [\"------\"]: (sleeve: Sleeve) => ITaskDetails;\n [\"Work for Company\"]: (sleeve: Sleeve) => ITaskDetails;\n [\"Work for Faction\"]: (sleeve: Sleeve) => ITaskDetails;\n [\"Commit Crime\"]: (sleeve: Sleeve) => ITaskDetails;\n [\"Take University Course\"]: (sleeve: Sleeve) => ITaskDetails;\n [\"Workout at Gym\"]: (sleeve: Sleeve) => ITaskDetails;\n [\"Perform Bladeburner Actions\"]: (sleeve: Sleeve) => ITaskDetails;\n [\"Shock Recovery\"]: (sleeve: Sleeve) => ITaskDetails;\n [\"Synchronize\"]: (sleeve: Sleeve) => ITaskDetails;\n} = {\n \"------\": (): ITaskDetails => {\n return { first: [\"------\"], second: () => [\"------\"] };\n },\n \"Work for Company\": (sleeve: Sleeve): ITaskDetails => {\n let jobs = possibleJobs(sleeve);\n\n if (jobs.length === 0) jobs = [\"------\"];\n return { first: jobs, second: () => [\"------\"] };\n },\n \"Work for Faction\": (sleeve: Sleeve): ITaskDetails => {\n let factions = possibleFactions(sleeve);\n if (factions.length === 0) factions = [\"------\"];\n\n return {\n first: factions,\n second: (s1: string) => {\n const faction = Factions[s1];\n if (!faction) return [\"------\"];\n\n const facInfo = faction.getInfo();\n const options: string[] = [];\n if (facInfo.offerHackingWork) {\n options.push(\"Hacking Contracts\");\n }\n if (facInfo.offerFieldWork) {\n options.push(\"Field Work\");\n }\n if (facInfo.offerSecurityWork) {\n options.push(\"Security Work\");\n }\n return options;\n },\n };\n },\n \"Commit Crime\": (): ITaskDetails => {\n return { first: Object.values(Crimes).map((crime) => crime.name), second: () => [\"------\"] };\n },\n \"Take University Course\": (sleeve: Sleeve): ITaskDetails => {\n let universities: string[] = [];\n switch (sleeve.city) {\n case CityName.Aevum:\n universities = [LocationName.AevumSummitUniversity];\n break;\n case CityName.Sector12:\n universities = [LocationName.Sector12RothmanUniversity];\n break;\n case CityName.Volhaven:\n universities = [LocationName.VolhavenZBInstituteOfTechnology];\n break;\n default:\n universities = [\"No university available in city!\"];\n break;\n }\n\n return { first: universitySelectorOptions, second: () => universities };\n },\n \"Workout at Gym\": (sleeve: Sleeve): ITaskDetails => {\n let gyms: string[] = [];\n switch (sleeve.city) {\n case CityName.Aevum:\n gyms = [LocationName.AevumCrushFitnessGym, LocationName.AevumSnapFitnessGym];\n break;\n case CityName.Sector12:\n gyms = [LocationName.Sector12IronGym, LocationName.Sector12PowerhouseGym];\n break;\n case CityName.Volhaven:\n gyms = [LocationName.VolhavenMilleniumFitnessGym];\n break;\n default:\n gyms = [\"No gym available in city!\"];\n break;\n }\n\n return { first: gymSelectorOptions, second: () => gyms };\n },\n \"Perform Bladeburner Actions\": (sleeve: Sleeve): ITaskDetails => {\n return {\n first: bladeburnerSelectorOptions,\n second: (s1: string) => {\n if (s1 === \"Take on contracts\") {\n return possibleContracts(sleeve);\n } else {\n return [\"------\"];\n }\n },\n };\n },\n \"Shock Recovery\": (): ITaskDetails => {\n return { first: [\"------\"], second: () => [\"------\"] };\n },\n Synchronize: (): ITaskDetails => {\n return { first: [\"------\"], second: () => [\"------\"] };\n },\n};\n\nconst canDo: {\n [key: string]: undefined | ((sleeve: Sleeve) => boolean);\n [\"------\"]: (sleeve: Sleeve) => boolean;\n [\"Work for Company\"]: (sleeve: Sleeve) => boolean;\n [\"Work for Faction\"]: (sleeve: Sleeve) => boolean;\n [\"Commit Crime\"]: (sleeve: Sleeve) => boolean;\n [\"Take University Course\"]: (sleeve: Sleeve) => boolean;\n [\"Workout at Gym\"]: (sleeve: Sleeve) => boolean;\n [\"Perform Bladeburner Actions\"]: (sleeve: Sleeve) => boolean;\n [\"Shock Recovery\"]: (sleeve: Sleeve) => boolean;\n [\"Synchronize\"]: (sleeve: Sleeve) => boolean;\n} = {\n \"------\": () => true,\n \"Work for Company\": (sleeve: Sleeve) => possibleJobs(sleeve).length > 0,\n \"Work for Faction\": (sleeve: Sleeve) => possibleFactions(sleeve).length > 0,\n \"Commit Crime\": () => true,\n \"Take University Course\": (sleeve: Sleeve) =>\n [CityName.Aevum, CityName.Sector12, CityName.Volhaven].includes(sleeve.city),\n \"Workout at Gym\": (sleeve: Sleeve) => [CityName.Aevum, CityName.Sector12, CityName.Volhaven].includes(sleeve.city),\n \"Perform Bladeburner Actions\": () => Player.inBladeburner(),\n \"Shock Recovery\": (sleeve: Sleeve) => sleeve.shock < 100,\n Synchronize: (sleeve: Sleeve) => sleeve.sync < 100,\n};\n\nfunction getABC(sleeve: Sleeve): [string, string, string] {\n const w = sleeve.currentWork;\n if (w === null) {\n return [\"------\", \"------\", \"------\"];\n }\n\n if (isSleeveCompanyWork(w)) {\n return [\"Work for Company\", w.companyName, \"------\"];\n }\n if (isSleeveFactionWork(w)) {\n let workType = \"\";\n switch (w.factionWorkType) {\n case FactionWorkType.HACKING:\n workType = \"Hacking Contracts\";\n break;\n case FactionWorkType.FIELD:\n workType = \"Field Work\";\n break;\n case FactionWorkType.SECURITY:\n workType = \"Security Work\";\n break;\n }\n return [\"Work for Faction\", w.factionName, workType];\n }\n if (isSleeveBladeburnerWork(w)) {\n if (w.actionType === \"Contracts\") {\n return [\"Perform Bladeburner Actions\", \"Take on contracts\", w.actionName];\n }\n switch (w.actionName) {\n case \"Field Analysis\":\n return [\"Perform Bladeburner Actions\", \"Field Analysis\", \"------\"];\n case \"Diplomacy\":\n return [\"Perform Bladeburner Actions\", \"Diplomacy\", \"------\"];\n case \"Recruitment\":\n return [\"Perform Bladeburner Actions\", \"Recruitment\", \"------\"];\n case \"Hyperbolic Regeneration Chamber\":\n return [\"Perform Bladeburner Actions\", \"Hyperbolic Regeneration Chamber\", \"------\"];\n }\n }\n\n if (isSleeveClassWork(w)) {\n switch (w.classType) {\n case ClassType.StudyComputerScience:\n return [\"Take University Course\", \"Study Computer Science\", w.location];\n case ClassType.DataStructures:\n return [\"Take University Course\", \"Data Structures\", w.location];\n case ClassType.Networks:\n return [\"Take University Course\", \"Networks\", w.location];\n case ClassType.Algorithms:\n return [\"Take University Course\", \"Algorithms\", w.location];\n case ClassType.Management:\n return [\"Take University Course\", \"Management\", w.location];\n case ClassType.Leadership:\n return [\"Take University Course\", \"Leadership\", w.location];\n case ClassType.GymStrength:\n return [\"Workout at Gym\", \"Train Strength\", w.location];\n case ClassType.GymDefense:\n return [\"Workout at Gym\", \"Train Defense\", w.location];\n case ClassType.GymDexterity:\n return [\"Workout at Gym\", \"Train Dexterity\", w.location];\n case ClassType.GymAgility:\n return [\"Workout at Gym\", \"Train Agility\", w.location];\n }\n }\n if (isSleeveCrimeWork(w)) {\n return [\n \"Commit Crime\",\n Object.values(Crimes).find((crime) => crime.type === w.crimeType)?.name ?? \"Shoplift\",\n \"------\",\n ];\n }\n if (isSleeveSupportWork(w)) {\n return [\"Perform Bladeburner Actions\", \"Support main sleeve\", \"------\"];\n }\n if (isSleeveInfiltrateWork(w)) {\n return [\"Perform Bladeburner Actions\", \"Infiltrate synthoids\", \"------\"];\n }\n if (isSleeveRecoveryWork(w)) {\n return [\"Shock Recovery\", \"------\", \"------\"];\n }\n if (isSleeveSynchroWork(w)) {\n return [\"Synchronize\", \"------\", \"------\"];\n }\n\n return [\"------\", \"------\", \"------\"];\n}\n\nexport function TaskSelector(props: IProps): React.ReactElement {\n const abc = getABC(props.sleeve);\n const [s0, setS0] = useState(abc[0]);\n const [s1, setS1] = useState(abc[1]);\n const [s2, setS2] = useState(abc[2]);\n\n const validActions = Object.keys(canDo).filter((k) => (canDo[k] as (sleeve: Sleeve) => boolean)(props.sleeve));\n\n const detailsF = tasks[s0];\n if (detailsF === undefined) throw new Error(`No function for task '${s0}'`);\n const details = detailsF(props.sleeve);\n const details2 = details.second(s1);\n\n if (details.first.length > 0 && !details.first.includes(s1)) {\n setS1(details.first[0]);\n props.setABC([s0, details.first[0], s2]);\n }\n if (details2.length > 0 && !details2.includes(s2)) {\n setS2(details2[0]);\n props.setABC([s0, s1, details2[0]]);\n }\n\n function onS0Change(event: SelectChangeEvent): void {\n const n = event.target.value;\n const detailsF = tasks[n];\n if (detailsF === undefined) throw new Error(`No function for task '${s0}'`);\n const details = detailsF(props.sleeve);\n const details2 = details.second(details.first[0]) ?? [\"------\"];\n setS2(details2[0]);\n setS1(details.first[0]);\n setS0(n);\n props.setABC([n, details.first[0], details2[0]]);\n }\n\n function onS1Change(event: SelectChangeEvent): void {\n setS1(event.target.value);\n props.setABC([s0, event.target.value, s2]);\n }\n\n function onS2Change(event: SelectChangeEvent): void {\n setS2(event.target.value);\n props.setABC([s0, s1, event.target.value]);\n }\n\n return (\n <>\n \n {!(details.first.length === 1 && details.first[0] === \"------\") && (\n <>\n \n \n )}\n {!(details2.length === 1 && details2[0] === \"------\") && (\n <>\n \n \n )}\n \n );\n}\n","import React from \"react\";\nimport { Sleeve } from \"../Sleeve\";\nimport { CONSTANTS } from \"../../../Constants\";\nimport { Money } from \"../../../ui/React/Money\";\nimport { WorldMap } from \"../../../ui/React/WorldMap\";\nimport { CityName } from \"../../../Locations/data/CityNames\";\nimport { Settings } from \"../../../Settings/Settings\";\nimport { dialogBoxCreate } from \"../../../ui/React/DialogBox\";\nimport { Player } from \"../../../Player\";\nimport { Modal } from \"../../../ui/React/Modal\";\nimport Typography from \"@mui/material/Typography\";\nimport Button from \"@mui/material/Button\";\n\ninterface IProps {\n open: boolean;\n onClose: () => void;\n sleeve: Sleeve;\n rerender: () => void;\n}\n\nexport function TravelModal(props: IProps): React.ReactElement {\n function travel(city: string): void {\n if (!Player.canAfford(CONSTANTS.TravelCost)) {\n dialogBoxCreate(\"You cannot afford to have this sleeve travel to another city\");\n }\n props.sleeve.city = city as CityName;\n Player.loseMoney(CONSTANTS.TravelCost, \"sleeve\");\n props.sleeve.stopWork();\n props.rerender();\n props.onClose();\n }\n\n return (\n \n <>\n \n Have this sleeve travel to a different city. This affects the gyms and universities at which this sleeve can\n study. Traveling to a different city costs . It will\n also set your current sleeve task to idle.\n \n {Settings.DisableASCIIArt ? (\n Object.values(CityName).map((city: CityName) => (\n \n ))\n ) : (\n travel(city)} />\n )}\n \n \n );\n}\n","import React from \"react\";\n\nimport { Modal } from \"../../../ui/React/Modal\";\nimport Typography from \"@mui/material/Typography\";\nimport { FactionNames } from \"../../../Faction/data/FactionNames\";\n\ninterface IProps {\n open: boolean;\n onClose: () => void;\n}\n\nexport function FAQModal({ open, onClose }: IProps): React.ReactElement {\n return (\n \n <>\n How do Duplicate Sleeves work?\n
    \n \n Duplicate Sleeves are essentially clones. You can use them to perform any work type action, such as working\n for a company/faction or committing a crime. Having sleeves perform these tasks earns you money, experience,\n and reputation.\n \n
    \n
    \n \n Sleeves are their own individuals, which means they each have their own experience and stats.\n \n
    \n
    \n \n When a sleeve earns experience, it earns experience for itself, the player's original 'consciousness', as well\n as all of the player's other sleeves.\n \n
    \n
    \n What is Synchronization (Sync)?\n
    \n \n Synchronization is a measure of how aligned your consciousness is with that of your Duplicate Sleeves. It is a\n numerical value between 1 and 100, and it affects how much experience is earned when the sleeve is performing\n a task.\n \n
    \n
    \n \n Let N be the sleeve's synchronization. When the sleeve earns experience by performing a task, both the sleeve\n and the player's original host consciousness earn N% of the amount of experience normally earned by the task.\n All of the player's other sleeves earn ((N/100)^2 * 100)% of the experience.\n \n
    \n
    \n Synchronization can be increased by assigning sleeves to the 'Synchronize' task.\n
    \n
    \n What is Shock?\n
    \n \n Sleeve shock is a measure of how much trauma the sleeve has due to being placed in a new body. It is a\n numerical value between 0 and 99, where 99 indicates full shock and 0 indicates no shock. Shock affects the\n amount of experience earned by the sleeve.\n \n
    \n
    \n \n Sleeve shock slowly decreases over time. You can further increase the rate at which it decreases by assigning\n sleeves to the 'Shock Recovery' task.\n \n
    \n
    \n Why can't I work for this company or faction?\n
    \n \n Only one of your sleeves can work for a given company/faction a time. To clarify further, if you have two\n sleeves they can work for two different companies/factions, but they cannot both work for the same\n company/faction.\n \n
    \n
    \n How do I buy Augmentations for my Sleeves?\n
    \n Your Sleeve needs to have a Shock of 0 in order for you to buy Augmentations for it.\n
    \n
    \n Why can't I buy the X Augmentation for my sleeve?\n
    \n \n Certain Augmentations, like {FactionNames.Bladeburners}-specific ones and NeuroFlux Governor, are not\n available for sleeves. You also need enough current reputation on some faction that offers that Augmentation.\n \n
    \n
    \n Do sleeves get reset when installing Augmentations or switching BitNodes?\n
    \n \n Sleeves are reset when switching BitNodes, but not when installing Augmentations. However installing\n Augmentations on a sleeve does reset their stats.\n \n
    \n
    \n What is Memory?\n
    \n \n Sleeve memory dictates what a sleeve's synchronization will be when it's reset by switching BitNodes. For\n example, if a sleeve has a memory of 25, then when you switch BitNodes its synchronization will initially be\n set to 25, rather than 1.\n \n
    \n
    \n \n Memory can only be increased by purchasing upgrades from {FactionNames.TheCovenant}. It is a persistent stat,\n meaning it never gets resets back to 1. The maximum possible value for a sleeve's memory is 100.\n \n \n
    \n );\n}\n","import React, { useState, useEffect } from \"react\";\n\nimport { GeneralInfo } from \"./GeneralInfo\";\nimport { HacknetNodeElem } from \"./HacknetNodeElem\";\nimport { HacknetServerElem } from \"./HacknetServerElem\";\nimport { HacknetNode } from \"../HacknetNode\";\nimport { HacknetServer } from \"../HacknetServer\";\nimport { HashUpgradeModal } from \"./HashUpgradeModal\";\nimport { MultiplierButtons } from \"./MultiplierButtons\";\nimport { PlayerInfo } from \"./PlayerInfo\";\nimport { PurchaseButton } from \"./PurchaseButton\";\nimport { PurchaseMultipliers } from \"../data/Constants\";\n\nimport {\n getCostOfNextHacknetNode,\n getCostOfNextHacknetServer,\n hasHacknetServers,\n purchaseHacknet,\n} from \"../HacknetHelpers\";\n\nimport { Player } from \"../../Player\";\nimport { GetServer } from \"../../Server/AllServers\";\n\nimport Typography from \"@mui/material/Typography\";\nimport Grid from \"@mui/material/Grid\";\nimport Button from \"@mui/material/Button\";\nimport { Box } from \"@mui/material\";\n\n/** Root React Component for the Hacknet Node UI */\nexport function HacknetRoot(): React.ReactElement {\n const [open, setOpen] = useState(false);\n const setRerender = useState(false)[1];\n function rerender(): void {\n setRerender((old) => !old);\n }\n const [purchaseMultiplier, setPurchaseMultiplier] = useState(PurchaseMultipliers.x1);\n\n useEffect(() => {\n const id = setInterval(rerender, 200);\n return () => clearInterval(id);\n }, []);\n\n let totalProduction = 0;\n for (let i = 0; i < Player.hacknetNodes.length; ++i) {\n const node = Player.hacknetNodes[i];\n if (hasHacknetServers()) {\n if (node instanceof HacknetNode) throw new Error(\"node was hacknet node\"); // should never happen\n const hserver = GetServer(node);\n if (!(hserver instanceof HacknetServer)) throw new Error(\"node was not hacknet server\"); // should never happen\n if (hserver) {\n totalProduction += hserver.hashRate;\n } else {\n console.warn(`Could not find Hacknet Server object in AllServers map (i=${i})`);\n }\n } else {\n if (typeof node === \"string\") throw new Error(\"node was ip string\"); // should never happen\n totalProduction += node.moneyGainRatePerSecond;\n }\n }\n\n function handlePurchaseButtonClick(): void {\n purchaseHacknet();\n rerender();\n }\n\n // Cost to purchase a new Hacknet Node\n let purchaseCost;\n if (hasHacknetServers()) {\n purchaseCost = getCostOfNextHacknetServer();\n } else {\n purchaseCost = getCostOfNextHacknetNode();\n }\n\n // onClick event handlers for purchase multiplier buttons\n const purchaseMultiplierOnClicks = [\n () => setPurchaseMultiplier(PurchaseMultipliers.x1),\n () => setPurchaseMultiplier(PurchaseMultipliers.x5),\n () => setPurchaseMultiplier(PurchaseMultipliers.x10),\n () => setPurchaseMultiplier(PurchaseMultipliers.MAX),\n ];\n\n // HacknetNode components\n const nodes = Player.hacknetNodes.map((node: string | HacknetNode) => {\n if (hasHacknetServers()) {\n if (node instanceof HacknetNode) throw new Error(\"node was hacknet node\"); // should never happen\n const hserver = GetServer(node);\n if (hserver == null) {\n throw new Error(`Could not find Hacknet Server object in AllServers map for IP: ${node}`);\n }\n if (!(hserver instanceof HacknetServer)) throw new Error(\"node was not hacknet server\"); // should never happen\n return (\n \n );\n } else {\n if (typeof node === \"string\") throw new Error(\"node was ip string\"); // should never happen\n return (\n \n );\n }\n });\n\n return (\n <>\n Hacknet {hasHacknetServers() ? \"Servers\" : \"Nodes\"}\n \n\n \n\n
    \n\n \n \n \n \n \n \n \n \n\n {hasHacknetServers() && }\n\n {nodes}\n setOpen(false)} />\n \n );\n}\n","/**\n * React Component for the Hacknet Node UI\n *\n * Displays general information about Hacknet Nodes\n */\nimport React from \"react\";\nimport Typography from \"@mui/material/Typography\";\n\ninterface IProps {\n hasHacknetServers: boolean;\n}\n\nexport function GeneralInfo(props: IProps): React.ReactElement {\n return (\n <>\n \n The Hacknet is a global, decentralized network of machines. It is used by hackers all around the world to\n anonymously share computing power and perform distributed cyberattacks without the fear of being traced.\n \n {!props.hasHacknetServers ? (\n <>\n \n {`Here, you can purchase a Hacknet Node, a specialized machine that can connect ` +\n `and contribute its resources to the Hacknet network. This allows you to take ` +\n `a small percentage of profits from hacks performed on the network. Essentially, ` +\n `you are renting out your Node's computing power.`}\n \n \n {`Each Hacknet Node you purchase will passively earn you money. Each Hacknet Node ` +\n `can be upgraded in order to increase its computing power and thereby increase ` +\n `the profit you earn from it.`}\n \n \n ) : (\n <>\n \n {`Here, you can purchase a Hacknet Server, an upgraded version of the Hacknet Node. ` +\n `Hacknet Servers will perform computations and operations on the network, earning ` +\n `you hashes. Hashes can be spent on a variety of different upgrades.`}\n \n \n {`Hacknet Servers can also be used as servers to run scripts. However, running scripts ` +\n `on a server will reduce its hash rate (hashes generated per second). A Hacknet Server's hash ` +\n `rate will be reduced by the percentage of RAM that is being used by that Server to run ` +\n `scripts.`}\n \n \n )}\n \n );\n}\n","/**\n * React Component for the Hacknet Node UI.\n * This Component displays the panel for a single Hacknet Node\n */\nimport React from \"react\";\n\nimport { HacknetNodeConstants } from \"../data/Constants\";\nimport {\n getMaxNumberLevelUpgrades,\n getMaxNumberRamUpgrades,\n getMaxNumberCoreUpgrades,\n purchaseLevelUpgrade,\n purchaseRamUpgrade,\n purchaseCoreUpgrade,\n} from \"../HacknetHelpers\";\n\nimport { Player } from \"../../Player\";\nimport { HacknetNode } from \"../HacknetNode\";\n\nimport { Money } from \"../../ui/React/Money\";\nimport { MoneyRate } from \"../../ui/React/MoneyRate\";\n\nimport Typography from \"@mui/material/Typography\";\nimport Grid from \"@mui/material/Grid\";\nimport Paper from \"@mui/material/Paper\";\nimport Button from \"@mui/material/Button\";\nimport { TableCell } from \"../../ui/React/Table\";\nimport TableBody from \"@mui/material/TableBody\";\nimport Table from \"@mui/material/Table\";\nimport TableRow from \"@mui/material/TableRow\";\nimport Tooltip from \"@mui/material/Tooltip\";\nimport { numeralWrapper } from \"../../ui/numeralFormat\";\nimport { calculateMoneyGainRate } from \"../formulas/HacknetNodes\";\n\ninterface IProps {\n node: HacknetNode;\n purchaseMultiplier: number | \"MAX\";\n rerender: () => void;\n}\n\nexport function HacknetNodeElem(props: IProps): React.ReactElement {\n const node = props.node;\n const purchaseMult = props.purchaseMultiplier;\n const rerender = props.rerender;\n\n // Upgrade Level Button\n let upgradeLevelButton;\n if (node.level >= HacknetNodeConstants.MaxLevel) {\n upgradeLevelButton = ;\n } else {\n let multiplier = 0;\n if (purchaseMult === \"MAX\") {\n multiplier = getMaxNumberLevelUpgrades(node, HacknetNodeConstants.MaxLevel);\n } else {\n const levelsToMax = HacknetNodeConstants.MaxLevel - node.level;\n multiplier = Math.min(levelsToMax, purchaseMult);\n }\n\n const increase =\n calculateMoneyGainRate(node.level + multiplier, node.ram, node.cores, Player.mults.hacknet_node_money) -\n node.moneyGainRatePerSecond;\n const upgradeLevelCost = node.calculateLevelUpgradeCost(multiplier, Player.mults.hacknet_node_level_cost);\n upgradeLevelButton = (\n \n +\n \n }\n >\n \n \n );\n }\n function upgradeLevelOnClick(): void {\n const numUpgrades =\n purchaseMult === \"MAX\" ? getMaxNumberLevelUpgrades(node, HacknetNodeConstants.MaxLevel) : purchaseMult;\n purchaseLevelUpgrade(node, numUpgrades);\n rerender();\n }\n\n let upgradeRAMButton;\n if (node.ram >= HacknetNodeConstants.MaxRam) {\n upgradeRAMButton = ;\n } else {\n let multiplier = 0;\n if (purchaseMult === \"MAX\") {\n multiplier = getMaxNumberRamUpgrades(node, HacknetNodeConstants.MaxRam);\n } else {\n const levelsToMax = Math.round(Math.log2(HacknetNodeConstants.MaxRam / node.ram));\n multiplier = Math.min(levelsToMax, purchaseMult);\n }\n\n const increase =\n calculateMoneyGainRate(\n node.level,\n node.ram * Math.pow(2, multiplier),\n node.cores,\n Player.mults.hacknet_node_money,\n ) - node.moneyGainRatePerSecond;\n const upgradeRamCost = node.calculateRamUpgradeCost(multiplier, Player.mults.hacknet_node_ram_cost);\n upgradeRAMButton = (\n \n +\n \n }\n >\n \n \n );\n }\n function upgradeRamOnClick(): void {\n const numUpgrades =\n purchaseMult === \"MAX\" ? getMaxNumberRamUpgrades(node, HacknetNodeConstants.MaxRam) : purchaseMult;\n purchaseRamUpgrade(node, numUpgrades);\n rerender();\n }\n\n function upgradeCoresOnClick(): void {\n const numUpgrades =\n purchaseMult === \"MAX\" ? getMaxNumberCoreUpgrades(node, HacknetNodeConstants.MaxCores) : purchaseMult;\n purchaseCoreUpgrade(node, numUpgrades);\n rerender();\n }\n let upgradeCoresButton;\n if (node.cores >= HacknetNodeConstants.MaxCores) {\n upgradeCoresButton = ;\n } else {\n let multiplier = 0;\n if (purchaseMult === \"MAX\") {\n multiplier = getMaxNumberCoreUpgrades(node, HacknetNodeConstants.MaxCores);\n } else {\n const levelsToMax = HacknetNodeConstants.MaxCores - node.cores;\n multiplier = Math.min(levelsToMax, purchaseMult);\n }\n\n const increase =\n calculateMoneyGainRate(node.level, node.ram, node.cores + multiplier, Player.mults.hacknet_node_money) -\n node.moneyGainRatePerSecond;\n const upgradeCoreCost = node.calculateCoreUpgradeCost(multiplier, Player.mults.hacknet_node_core_cost);\n upgradeCoresButton = (\n \n +\n \n }\n >\n \n \n );\n }\n\n return (\n \n \n \n \n \n {node.name}\n \n \n \n \n Production:\n \n \n \n (\n )\n \n \n \n \n \n Level:\n \n \n {node.level}\n \n {upgradeLevelButton}\n \n \n \n RAM:\n \n \n {numeralWrapper.formatRAM(node.ram)}\n \n {upgradeRAMButton}\n \n \n \n Cores:\n \n \n {node.cores}\n \n {upgradeCoresButton}\n \n \n
    \n
    \n );\n}\n","/**\n * React Component for the Hacknet Node UI.\n * This Component displays the panel for a single Hacknet Node\n */\nimport React from \"react\";\n\nimport { HacknetServerConstants } from \"../data/Constants\";\nimport {\n getMaxNumberLevelUpgrades,\n getMaxNumberRamUpgrades,\n getMaxNumberCoreUpgrades,\n getMaxNumberCacheUpgrades,\n purchaseLevelUpgrade,\n purchaseRamUpgrade,\n purchaseCoreUpgrade,\n purchaseCacheUpgrade,\n updateHashManagerCapacity,\n} from \"../HacknetHelpers\";\n\nimport { Player } from \"../../Player\";\nimport { HacknetServer } from \"../HacknetServer\";\n\nimport { Money } from \"../../ui/React/Money\";\nimport { Hashes } from \"../../ui/React/Hashes\";\nimport { HashRate } from \"../../ui/React/HashRate\";\nimport Typography from \"@mui/material/Typography\";\nimport Grid from \"@mui/material/Grid\";\nimport Paper from \"@mui/material/Paper\";\nimport Button from \"@mui/material/Button\";\nimport { TableCell } from \"../../ui/React/Table\";\nimport TableBody from \"@mui/material/TableBody\";\nimport Table from \"@mui/material/Table\";\nimport TableRow from \"@mui/material/TableRow\";\nimport { numeralWrapper } from \"../../ui/numeralFormat\";\nimport { calculateHashGainRate } from \"../formulas/HacknetServers\";\nimport Tooltip from \"@mui/material/Tooltip\";\n\ninterface IProps {\n node: HacknetServer;\n purchaseMultiplier: number | string;\n rerender: () => void;\n}\n\nexport function HacknetServerElem(props: IProps): React.ReactElement {\n const node = props.node;\n const purchaseMult = props.purchaseMultiplier;\n const rerender = props.rerender;\n\n // Upgrade Level Button\n let upgradeLevelButton;\n if (node.level >= HacknetServerConstants.MaxLevel) {\n upgradeLevelButton = ;\n } else {\n let multiplier = 0;\n if (purchaseMult === \"MAX\") {\n multiplier = getMaxNumberLevelUpgrades(node, HacknetServerConstants.MaxLevel);\n } else {\n const levelsToMax = HacknetServerConstants.MaxLevel - node.level;\n multiplier = Math.min(levelsToMax, purchaseMult as number);\n }\n\n const base_increase =\n calculateHashGainRate(node.level + multiplier, 0, node.maxRam, node.cores, Player.mults.hacknet_node_money) -\n calculateHashGainRate(node.level, 0, node.maxRam, node.cores, Player.mults.hacknet_node_money);\n const modded_increase = (base_increase * (node.maxRam - node.ramUsed)) / node.maxRam;\n\n const upgradeLevelCost = node.calculateLevelUpgradeCost(multiplier, Player.mults.hacknet_node_level_cost);\n upgradeLevelButton = (\n \n + (effective increase, taking current RAM usage into account)\n
    \n \n +\n {\" \"}\n (base increase, attained when no script is running)\n \n }\n >\n \n \n );\n }\n function upgradeLevelOnClick(): void {\n let numUpgrades = purchaseMult;\n if (purchaseMult === \"MAX\") {\n numUpgrades = getMaxNumberLevelUpgrades(node, HacknetServerConstants.MaxLevel);\n }\n purchaseLevelUpgrade(node, numUpgrades as number);\n rerender();\n }\n\n function upgradeRamOnClick(): void {\n let numUpgrades = purchaseMult;\n if (purchaseMult === \"MAX\") {\n numUpgrades = getMaxNumberRamUpgrades(node, HacknetServerConstants.MaxRam);\n }\n purchaseRamUpgrade(node, numUpgrades as number);\n rerender();\n }\n // Upgrade RAM Button\n let upgradeRamButton;\n if (node.maxRam >= HacknetServerConstants.MaxRam) {\n upgradeRamButton = ;\n } else {\n let multiplier = 0;\n if (purchaseMult === \"MAX\") {\n multiplier = getMaxNumberRamUpgrades(node, HacknetServerConstants.MaxRam);\n } else {\n const levelsToMax = Math.round(Math.log2(HacknetServerConstants.MaxRam / node.maxRam));\n multiplier = Math.min(levelsToMax, purchaseMult as number);\n }\n\n const base_increase =\n calculateHashGainRate(\n node.level,\n 0,\n node.maxRam * Math.pow(2, multiplier),\n node.cores,\n Player.mults.hacknet_node_money,\n ) - calculateHashGainRate(node.level, 0, node.maxRam, node.cores, Player.mults.hacknet_node_money);\n\n const modded_increase =\n calculateHashGainRate(\n node.level,\n node.ramUsed,\n node.maxRam * Math.pow(2, multiplier),\n node.cores,\n Player.mults.hacknet_node_money,\n ) - calculateHashGainRate(node.level, node.ramUsed, node.maxRam, node.cores, Player.mults.hacknet_node_money);\n\n const upgradeRamCost = node.calculateRamUpgradeCost(multiplier, Player.mults.hacknet_node_ram_cost);\n upgradeRamButton = (\n \n + (effective increase, taking current RAM usage into account)\n
    \n \n +\n {\" \"}\n (base increase, attained when no script is running)\n \n }\n >\n \n \n );\n }\n\n function upgradeCoresOnClick(): void {\n let numUpgrades = purchaseMult;\n if (purchaseMult === \"MAX\") {\n numUpgrades = getMaxNumberCoreUpgrades(node, HacknetServerConstants.MaxCores);\n }\n purchaseCoreUpgrade(node, numUpgrades as number);\n rerender();\n }\n // Upgrade Cores Button\n let upgradeCoresButton;\n if (node.cores >= HacknetServerConstants.MaxCores) {\n upgradeCoresButton = ;\n } else {\n let multiplier = 0;\n if (purchaseMult === \"MAX\") {\n multiplier = getMaxNumberCoreUpgrades(node, HacknetServerConstants.MaxCores);\n } else {\n const levelsToMax = HacknetServerConstants.MaxCores - node.cores;\n multiplier = Math.min(levelsToMax, purchaseMult as number);\n }\n\n const base_increase =\n calculateHashGainRate(node.level, 0, node.maxRam, node.cores + multiplier, Player.mults.hacknet_node_money) -\n calculateHashGainRate(node.level, 0, node.maxRam, node.cores, Player.mults.hacknet_node_money);\n const modded_increase = (base_increase * (node.maxRam - node.ramUsed)) / node.maxRam;\n\n const upgradeCoreCost = node.calculateCoreUpgradeCost(multiplier, Player.mults.hacknet_node_core_cost);\n upgradeCoresButton = (\n \n + (effective increase, taking current RAM usage into account)\n
    \n \n +\n {\" \"}\n (base increase, attained when no script is running)\n \n }\n >\n \n \n );\n }\n\n // Upgrade Cache button\n let upgradeCacheButton;\n if (node.cache >= HacknetServerConstants.MaxCache) {\n upgradeCacheButton = ;\n } else {\n let multiplier = 0;\n if (purchaseMult === \"MAX\") {\n multiplier = getMaxNumberCacheUpgrades(node, HacknetServerConstants.MaxCache);\n } else {\n const levelsToMax = HacknetServerConstants.MaxCache - node.cache;\n multiplier = Math.min(levelsToMax, purchaseMult as number);\n }\n\n const increase = 32 * Math.pow(2, node.cache + multiplier) - node.hashCapacity;\n const upgradeCacheCost = node.calculateCacheUpgradeCost(multiplier);\n upgradeCacheButton = (\n \n + hashes\n \n }\n >\n \n \n );\n if (Player.money < upgradeCacheCost) {\n } else {\n }\n }\n function upgradeCacheOnClick(): void {\n let numUpgrades = purchaseMult;\n if (purchaseMult === \"MAX\") {\n numUpgrades = getMaxNumberCacheUpgrades(node, HacknetServerConstants.MaxCache);\n }\n purchaseCacheUpgrade(node, numUpgrades as number);\n rerender();\n updateHashManagerCapacity();\n }\n\n return (\n \n \n \n \n \n {node.hostname}\n \n \n \n \n Production:\n \n \n \n hashes produced by this server since last augment\n installation.\n
    \n current production rate.\n
    \n \n \n {\" \"}\n max production rate. (achieved when 100% RAM is allocated to it)\n
    \n {numeralWrapper.formatRAM(node.ramUsed)} / {numeralWrapper.formatRAM(node.maxRam)} (\n {Math.round((100 * node.ramUsed) / node.maxRam)}%) RAM allocated to script.\n
    \n {numeralWrapper.formatRAM(node.maxRam - node.ramUsed)} / {numeralWrapper.formatRAM(node.maxRam)} (\n {Math.round((100 * (node.maxRam - node.ramUsed)) / node.maxRam)}%) RAM allocated to hash production.\n \n }\n >\n \n ()\n \n \n
    \n
    \n \n \n Hash Capacity:\n \n \n \n \n \n \n \n \n \n Level:\n \n \n {node.level}\n \n {upgradeLevelButton}\n \n \n \n RAM:\n \n \n {numeralWrapper.formatRAM(node.maxRam)}\n \n {upgradeRamButton}\n \n \n \n Cores:\n \n \n {node.cores}\n \n {upgradeCoresButton}\n \n \n \n Cache Level:\n \n \n {node.cache}\n \n {upgradeCacheButton}\n \n
    \n
    \n
    \n );\n}\n","import React, { useState, useEffect } from \"react\";\n\nimport { HashUpgrades } from \"../HashUpgrades\";\n\nimport { Hashes } from \"../../ui/React/Hashes\";\nimport { HacknetUpgradeElem } from \"./HacknetUpgradeElem\";\nimport { Modal } from \"../../ui/React/Modal\";\nimport { Player } from \"../../Player\";\nimport Typography from \"@mui/material/Typography\";\n\ninterface IProps {\n open: boolean;\n onClose: () => void;\n}\n\n/** Create the pop-up for purchasing upgrades with hashes */\nexport function HashUpgradeModal(props: IProps): React.ReactElement {\n const setRerender = useState(false)[1];\n function rerender(): void {\n setRerender((old) => !old);\n }\n\n useEffect(() => {\n const id = setInterval(() => setRerender((old) => !old), 200);\n return () => clearInterval(id);\n }, []);\n\n const hashManager = Player.hashManager;\n if (!hashManager) {\n throw new Error(`Player does not have a HashManager)`);\n }\n\n return (\n \n <>\n Spend your hashes on a variety of different upgrades\n \n Hashes: \n \n {Object.keys(HashUpgrades).map((upgName) => {\n const upg = HashUpgrades[upgName];\n return ;\n })}\n \n \n );\n}\n","import React, { useState } from \"react\";\n\nimport { purchaseHashUpgrade } from \"../HacknetHelpers\";\nimport { HashManager } from \"../HashManager\";\nimport { HashUpgrade } from \"../HashUpgrade\";\n\nimport { ServerDropdown, ServerType } from \"../../ui/React/ServerDropdown\";\n\nimport { dialogBoxCreate } from \"../../ui/React/DialogBox\";\nimport { CopyableText } from \"../../ui/React/CopyableText\";\nimport { Hashes } from \"../../ui/React/Hashes\";\n\nimport Typography from \"@mui/material/Typography\";\nimport Paper from \"@mui/material/Paper\";\nimport Button from \"@mui/material/Button\";\nimport { SelectChangeEvent } from \"@mui/material/Select\";\nimport { FactionNames } from \"../../Faction/data/FactionNames\";\n\ninterface IProps {\n hashManager: HashManager;\n upg: HashUpgrade;\n rerender: () => void;\n}\n\nconst serversMap: { [key: string]: string } = {};\n\nexport function HacknetUpgradeElem(props: IProps): React.ReactElement {\n const [selectedServer, setSelectedServer] = useState(\n serversMap[props.upg.name] ? serversMap[props.upg.name] : FactionNames.ECorp.toLowerCase(),\n );\n function changeTargetServer(event: SelectChangeEvent): void {\n setSelectedServer(event.target.value);\n serversMap[props.upg.name] = event.target.value;\n }\n\n function purchase(): void {\n const canPurchase = props.hashManager.hashes >= props.hashManager.getUpgradeCost(props.upg.name);\n if (canPurchase) {\n const res = purchaseHashUpgrade(props.upg.name, selectedServer);\n if (!res) {\n dialogBoxCreate(\n \"Failed to purchase upgrade. This may be because you do not have enough hashes, \" +\n \"or because you do not have access to the feature upgrade affects.\",\n );\n }\n props.rerender();\n }\n }\n\n const hashManager = props.hashManager;\n const upg = props.upg;\n const cost = hashManager.getUpgradeCost(upg.name);\n const level = hashManager.upgrades[upg.name];\n const effect = upg.effectText(level);\n\n // Purchase button\n const canPurchase = hashManager.hashes >= cost;\n\n // We'll reuse a Bladeburner css class\n return (\n \n \n \n \n \n Cost: , Bought: {level} times\n \n\n {upg.desc}\n {!upg.hasTargetServer && (\n \n )}\n {upg.hasTargetServer && (\n \n )}\n {level > 0 && effect && {effect}}\n \n );\n}\n","/**\n * React Component for the Multiplier buttons on the Hacknet page.\n * These buttons let the player control how many Nodes/Upgrades they're\n * purchasing when using the UI (x1, x5, x10, MAX)\n */\nimport React from \"react\";\n\nimport { PurchaseMultipliers } from \"../data/Constants\";\nimport Button from \"@mui/material/Button\";\n\ninterface IMultiplierProps {\n disabled: boolean;\n onClick: () => void;\n text: string;\n}\n\nfunction MultiplierButton(props: IMultiplierProps): React.ReactElement {\n return (\n \n );\n}\n\ninterface IProps {\n purchaseMultiplier: number | string;\n onClicks: (() => void)[];\n}\n\nexport function MultiplierButtons(props: IProps): React.ReactElement {\n if (props.purchaseMultiplier == null) {\n throw new Error(`MultiplierButtons constructed without required props`);\n }\n\n const mults = [\"x1\", \"x5\", \"x10\", \"MAX\"];\n const onClicks = props.onClicks;\n const buttons = [];\n for (let i = 0; i < mults.length; ++i) {\n const mult = mults[i];\n const btnProps = {\n disabled: props.purchaseMultiplier === PurchaseMultipliers[mult],\n onClick: onClicks[i],\n text: mult,\n };\n\n buttons.push();\n }\n\n return <>{buttons};\n}\n","/**\n * React Component for displaying Player info and stats on the Hacknet Node UI.\n * This includes:\n * - Player's money\n * - Player's production from Hacknet Nodes\n */\nimport React from \"react\";\n\nimport { hasHacknetServers } from \"../HacknetHelpers\";\nimport { Player } from \"../../Player\";\nimport { Money } from \"../../ui/React/Money\";\nimport { MoneyRate } from \"../../ui/React/MoneyRate\";\nimport { HashRate } from \"../../ui/React/HashRate\";\nimport { Hashes } from \"../../ui/React/Hashes\";\nimport Typography from \"@mui/material/Typography\";\n\ninterface IProps {\n totalProduction: number;\n}\n\nexport function PlayerInfo(props: IProps): React.ReactElement {\n const hasServers = hasHacknetServers();\n\n let prod;\n if (hasServers) {\n prod = ;\n } else {\n prod = ;\n }\n\n return (\n <>\n \n Money:\n \n \n\n {hasServers && (\n <>\n \n Hashes: / \n \n \n )}\n\n \n Total Hacknet {hasServers ? \"Server\" : \"Node\"} Production: {prod}\n \n \n );\n}\n","import React from \"react\";\n\nimport { hasHacknetServers, hasMaxNumberHacknetServers } from \"../HacknetHelpers\";\nimport { Player } from \"../../Player\";\nimport { Money } from \"../../ui/React/Money\";\n\nimport Button from \"@mui/material/Button\";\n\ninterface IProps {\n multiplier: number | string;\n onClick: () => void;\n cost: number;\n}\n\n/** React Component for the button that is used to purchase new Hacknet Nodes */\nexport function PurchaseButton(props: IProps): React.ReactElement {\n const cost = props.cost;\n let text;\n if (hasHacknetServers()) {\n if (hasMaxNumberHacknetServers()) {\n text = <>Hacknet Server limit reached;\n } else {\n text = (\n <>\n Purchase Hacknet Server - \n \n \n );\n }\n } else {\n text = (\n <>\n Purchase Hacknet Node - \n \n \n );\n }\n\n return (\n \n );\n}\n","/**\n * React Component for displaying a location's UI\n *\n * This is a \"router\" component of sorts, meaning it deduces the type of\n * location that is being rendered and then creates the proper component(s) for that.\n */\nimport * as React from \"react\";\nimport Typography from \"@mui/material/Typography\";\nimport Button from \"@mui/material/Button\";\n\nimport { CompanyLocation } from \"./CompanyLocation\";\nimport { GymLocation } from \"./GymLocation\";\nimport { HospitalLocation } from \"./HospitalLocation\";\nimport { SlumsLocation } from \"./SlumsLocation\";\nimport { SpecialLocation } from \"./SpecialLocation\";\nimport { TechVendorLocation } from \"./TechVendorLocation\";\nimport { TravelAgencyRoot } from \"./TravelAgencyRoot\";\nimport { UniversityLocation } from \"./UniversityLocation\";\nimport { CasinoLocation } from \"./CasinoLocation\";\n\nimport { Location } from \"../Location\";\nimport { LocationType } from \"../LocationTypeEnum\";\n\nimport { Settings } from \"../../Settings/Settings\";\n\nimport { isBackdoorInstalled } from \"../../Server/ServerHelpers\";\nimport { GetServer } from \"../../Server/AllServers\";\n\nimport { CorruptableText } from \"../../ui/React/CorruptableText\";\nimport { Router } from \"../../ui/GameRoot\";\nimport { serverMetadata } from \"../../Server/data/servers\";\nimport { Tooltip } from \"@mui/material\";\n\ntype IProps = {\n loc: Location;\n};\n\nexport function GenericLocation({ loc }: IProps): React.ReactElement {\n /**\n * Determine what needs to be rendered for this location based on the locations\n * type. Returns an array of React components that should be rendered\n */\n function getLocationSpecificContent(): React.ReactNode[] {\n const content: React.ReactNode[] = [];\n\n if (loc.types.includes(LocationType.Company)) {\n content.push();\n }\n\n if (loc.types.includes(LocationType.Gym)) {\n content.push();\n }\n\n if (loc.types.includes(LocationType.Hospital)) {\n content.push();\n }\n\n if (loc.types.includes(LocationType.Slums)) {\n content.push();\n }\n\n if (loc.types.includes(LocationType.Special)) {\n content.push();\n }\n\n if (loc.types.includes(LocationType.TechVendor)) {\n content.push();\n }\n\n if (loc.types.includes(LocationType.TravelAgency)) {\n content.push();\n }\n\n if (loc.types.includes(LocationType.University)) {\n content.push();\n }\n\n if (loc.types.includes(LocationType.Casino)) {\n content.push();\n }\n\n return content;\n }\n\n const locContent: React.ReactNode[] = getLocationSpecificContent();\n const serverMeta = serverMetadata.find((s) => s.specialName === loc.name);\n const server = GetServer(serverMeta ? serverMeta.hostname : \"\");\n\n const backdoorInstalled = server !== null && isBackdoorInstalled(server);\n\n return (\n <>\n \n \n {backdoorInstalled && !Settings.DisableTextEffects ? (\n \n \n \n \n \n ) : (\n loc.name\n )}\n \n {locContent}\n \n );\n}\n","/**\n * React Subcomponent for displaying a location's UI, when that location is a company\n *\n * This subcomponent renders all of the buttons for applying to jobs at a company\n */\nimport React, { useState, useEffect } from \"react\";\nimport Typography from \"@mui/material/Typography\";\nimport Button from \"@mui/material/Button\";\nimport Tooltip from \"@mui/material/Tooltip\";\nimport Box from \"@mui/material/Box\";\n\nimport { ApplyToJobButton } from \"./ApplyToJobButton\";\n\nimport { Locations } from \"../Locations\";\nimport { LocationName } from \"../data/LocationNames\";\n\nimport { Companies } from \"../../Company/Companies\";\nimport { CompanyPositions } from \"../../Company/CompanyPositions\";\nimport * as posNames from \"../../Company/data/companypositionnames\";\n\nimport { Reputation } from \"../../ui/React/Reputation\";\nimport { Favor } from \"../../ui/React/Favor\";\nimport { Router } from \"../../ui/GameRoot\";\nimport { Player } from \"../../Player\";\nimport { QuitJobModal } from \"../../Company/ui/QuitJobModal\";\nimport { CompanyWork } from \"../../Work/CompanyWork\";\n\ntype IProps = {\n locName: LocationName;\n};\n\nexport function CompanyLocation(props: IProps): React.ReactElement {\n const [quitOpen, setQuitOpen] = useState(false);\n const setRerender = useState(false)[1];\n function rerender(): void {\n setRerender((old) => !old);\n }\n\n useEffect(() => {\n const id = setInterval(rerender, 200);\n return () => clearInterval(id);\n }, []);\n /**\n * We'll keep a reference to the Company that this component is being rendered for,\n * so we don't have to look it up every time\n */\n const company = Companies[props.locName];\n if (company == null) throw new Error(`CompanyLocation component constructed with invalid company: ${props.locName}`);\n\n /** Reference to the Location that this component is being rendered for */\n const location = Locations[props.locName];\n if (location == null) {\n throw new Error(`CompanyLocation component constructed with invalid location: ${props.locName}`);\n }\n\n /** Name of company position that player holds, if applicable */\n const jobTitle = Player.jobs[props.locName] ? Player.jobs[props.locName] : null;\n\n /**\n * CompanyPosition object for the job that the player holds at this company\n * (if he has one)\n */\n const companyPosition = jobTitle ? CompanyPositions[jobTitle] : null;\n\n Player.location = props.locName;\n\n function applyForAgentJob(e: React.MouseEvent): void {\n if (!e.isTrusted) {\n return;\n }\n Player.applyForAgentJob();\n rerender();\n }\n\n function applyForBusinessConsultantJob(e: React.MouseEvent): void {\n if (!e.isTrusted) {\n return;\n }\n Player.applyForBusinessConsultantJob();\n rerender();\n }\n\n function applyForBusinessJob(e: React.MouseEvent): void {\n if (!e.isTrusted) {\n return;\n }\n Player.applyForBusinessJob();\n rerender();\n }\n\n function applyForEmployeeJob(e: React.MouseEvent): void {\n if (!e.isTrusted) {\n return;\n }\n Player.applyForEmployeeJob();\n rerender();\n }\n\n function applyForItJob(e: React.MouseEvent): void {\n if (!e.isTrusted) {\n return;\n }\n Player.applyForItJob();\n rerender();\n }\n\n function applyForPartTimeEmployeeJob(e: React.MouseEvent): void {\n if (!e.isTrusted) {\n return;\n }\n Player.applyForPartTimeEmployeeJob();\n rerender();\n }\n\n function applyForPartTimeWaiterJob(e: React.MouseEvent): void {\n if (!e.isTrusted) {\n return;\n }\n Player.applyForPartTimeWaiterJob();\n rerender();\n }\n\n function applyForSecurityJob(e: React.MouseEvent): void {\n if (!e.isTrusted) {\n return;\n }\n Player.applyForSecurityJob();\n rerender();\n }\n\n function applyForSoftwareConsultantJob(e: React.MouseEvent): void {\n if (!e.isTrusted) {\n return;\n }\n Player.applyForSoftwareConsultantJob();\n rerender();\n }\n\n function applyForSoftwareJob(e: React.MouseEvent): void {\n if (!e.isTrusted) {\n return;\n }\n Player.applyForSoftwareJob();\n rerender();\n }\n\n function applyForWaiterJob(e: React.MouseEvent): void {\n if (!e.isTrusted) {\n return;\n }\n Player.applyForWaiterJob();\n rerender();\n }\n\n function startInfiltration(e: React.MouseEvent): void {\n if (!e.isTrusted) {\n return;\n }\n const loc = location;\n if (!loc.infiltrationData)\n throw new Error(`trying to start infiltration at ${props.locName} but the infiltrationData is null`);\n\n Router.toInfiltration(loc);\n }\n\n function work(e: React.MouseEvent): void {\n if (!e.isTrusted) {\n return;\n }\n\n const pos = companyPosition;\n if (pos) {\n Player.startWork(\n new CompanyWork({\n singularity: false,\n companyName: props.locName,\n }),\n );\n Player.startFocusing();\n Router.toWork();\n }\n }\n\n const isEmployedHere = jobTitle != null;\n const favorGain = company.getFavorGain();\n\n return (\n <>\n {isEmployedHere && (\n <>\n Job Title: {jobTitle}\n -------------------------\n \n \n You will have company favor upon resetting after\n installing Augmentations\n \n }\n >\n \n Company reputation: \n \n \n \n -------------------------\n \n \n Company favor increases the rate at which you earn reputation for this company by 1% per favor.\n Company favor is gained whenever you reset after installing Augmentations. The amount of favor you\n gain depends on how much reputation you have with the company.\n \n }\n >\n \n Company Favor: \n \n \n \n -------------------------\n
    \n \n )}\n \n {isEmployedHere && (\n \n \n \n setQuitOpen(false)}\n />\n \n )}\n {company.hasAgentPositions() && (\n \n )}\n {company.hasBusinessConsultantPositions() && (\n \n )}\n {company.hasBusinessPositions() && (\n \n )}\n {company.hasEmployeePositions() && (\n \n )}\n {company.hasEmployeePositions() && (\n \n )}\n {company.hasITPositions() && (\n \n )}\n {company.hasSecurityPositions() && (\n \n )}\n {company.hasSoftwareConsultantPositions() && (\n \n )}\n {company.hasSoftwarePositions() && (\n \n )}\n {company.hasWaiterPositions() && (\n \n )}\n {company.hasWaiterPositions() && (\n \n )}\n {location.infiltrationData != null && }\n \n \n );\n}\n","import React from \"react\";\nimport { Company } from \"../Company\";\nimport { Player } from \"../../Player\";\nimport { Modal } from \"../../ui/React/Modal\";\nimport Typography from \"@mui/material/Typography\";\nimport Button from \"@mui/material/Button\";\n\ninterface IProps {\n open: boolean;\n onClose: () => void;\n locName: string;\n company: Company;\n onQuit: () => void;\n}\n\nexport function QuitJobModal(props: IProps): React.ReactElement {\n function quit(): void {\n Player.quitJob(props.locName);\n props.onQuit();\n props.onClose();\n }\n\n return (\n \n Would you like to quit your job at {props.company.name}?\n
    \n
    \n \n
    \n );\n}\n","/**\n * React Subcomponent for displaying a location's UI, when that location is a gym\n *\n * This subcomponent renders all of the buttons for training at the gym\n */\nimport * as React from \"react\";\nimport Button from \"@mui/material/Button\";\n\nimport { Location } from \"../Location\";\n\nimport { Player } from \"../../Player\";\n\nimport { Money } from \"../../ui/React/Money\";\nimport { Router } from \"../../ui/GameRoot\";\nimport { Box } from \"@mui/material\";\nimport { ClassWork, ClassType, Classes } from \"../../Work/ClassWork\";\nimport { calculateCost } from \"../../Work/formulas/Class\";\n\ntype IProps = {\n loc: Location;\n};\n\nexport function GymLocation(props: IProps): React.ReactElement {\n function train(stat: ClassType): void {\n Player.startWork(\n new ClassWork({\n classType: stat,\n location: props.loc.name,\n singularity: false,\n }),\n );\n Player.startFocusing();\n Router.toWork();\n }\n\n const cost = calculateCost(Classes[ClassType.GymStrength], props.loc);\n\n return (\n \n \n \n \n \n \n );\n}\n","/**\n * React Subcomponent for displaying a location's UI, when that location is a hospital\n *\n * This subcomponent renders all of the buttons for hospital options\n */\nimport * as React from \"react\";\nimport Button from \"@mui/material/Button\";\n\nimport { Player } from \"../../Player\";\nimport { getHospitalizationCost } from \"../../Hospital/Hospital\";\n\nimport { Money } from \"../../ui/React/Money\";\n\nimport { dialogBoxCreate } from \"../../ui/React/DialogBox\";\n\ntype IState = {\n currHp: number;\n};\n\n//Todo: Make this a functional component\nexport class HospitalLocation extends React.Component, IState> {\n /** Stores button styling that sets them all to block display */\n btnStyle = { display: \"block\" };\n\n constructor() {\n super({});\n\n this.state = {\n currHp: Player.hp.current,\n };\n }\n\n getCost(): number {\n return getHospitalizationCost();\n }\n\n getHealed(e: React.MouseEvent): void {\n if (!e.isTrusted) {\n return;\n }\n\n if (Player.hp.current < 0) {\n Player.hp.current = 0;\n }\n if (Player.hp.current >= Player.hp.max) {\n return;\n }\n\n const cost = this.getCost();\n Player.loseMoney(cost, \"hospitalization\");\n Player.hp.current = Player.hp.max;\n\n // This just forces a re-render to update the cost\n this.setState({\n currHp: Player.hp.current,\n });\n\n dialogBoxCreate(\n <>\n You were healed to full health! The hospital billed you for \n ,\n );\n }\n\n render(): React.ReactNode {\n const cost = this.getCost();\n\n return (\n \n );\n }\n}\n","/**\n * React Subcomponent for displaying a location's UI, when that location is a slum\n *\n * This subcomponent renders all of the buttons for committing crimes\n */\nimport * as React from \"react\";\nimport Button from \"@mui/material/Button\";\nimport Tooltip from \"@mui/material/Tooltip\";\n\nimport { Crimes } from \"../../Crime/Crimes\";\n\nimport { numeralWrapper } from \"../../ui/numeralFormat\";\nimport { Router } from \"../../ui/GameRoot\";\nimport { Player } from \"../../Player\";\nimport { Box } from \"@mui/material\";\n\nexport function SlumsLocation(): React.ReactElement {\n function shoplift(e: React.MouseEvent): void {\n if (!e.isTrusted) {\n return;\n }\n Crimes.Shoplift.commit();\n Router.toWork();\n Player.focus = true;\n }\n\n function robStore(e: React.MouseEvent): void {\n if (!e.isTrusted) {\n return;\n }\n Crimes.RobStore.commit();\n Router.toWork();\n Player.focus = true;\n }\n\n function mug(e: React.MouseEvent): void {\n if (!e.isTrusted) {\n return;\n }\n Crimes.Mug.commit();\n Router.toWork();\n Player.focus = true;\n }\n\n function larceny(e: React.MouseEvent): void {\n if (!e.isTrusted) {\n return;\n }\n Crimes.Larceny.commit();\n Router.toWork();\n Player.focus = true;\n }\n\n function dealDrugs(e: React.MouseEvent): void {\n if (!e.isTrusted) {\n return;\n }\n Crimes.DealDrugs.commit();\n Router.toWork();\n Player.focus = true;\n }\n\n function bondForgery(e: React.MouseEvent): void {\n if (!e.isTrusted) {\n return;\n }\n Crimes.BondForgery.commit();\n Router.toWork();\n Player.focus = true;\n }\n\n function traffickArms(e: React.MouseEvent): void {\n if (!e.isTrusted) {\n return;\n }\n Crimes.TraffickArms.commit();\n Router.toWork();\n Player.focus = true;\n }\n\n function homicide(e: React.MouseEvent): void {\n if (!e.isTrusted) {\n return;\n }\n Crimes.Homicide.commit();\n Router.toWork();\n Player.focus = true;\n }\n\n function grandTheftAuto(e: React.MouseEvent): void {\n if (!e.isTrusted) {\n return;\n }\n Crimes.GrandTheftAuto.commit();\n Router.toWork();\n Player.focus = true;\n }\n\n function kidnap(e: React.MouseEvent): void {\n if (!e.isTrusted) {\n return;\n }\n Crimes.Kidnap.commit();\n Router.toWork();\n Player.focus = true;\n }\n\n function assassinate(e: React.MouseEvent): void {\n if (!e.isTrusted) {\n return;\n }\n Crimes.Assassination.commit();\n Router.toWork();\n Player.focus = true;\n }\n\n function heist(e: React.MouseEvent): void {\n if (!e.isTrusted) {\n return;\n }\n Crimes.Heist.commit();\n Router.toWork();\n Player.focus = true;\n }\n\n const shopliftChance = Crimes.Shoplift.successRate(Player);\n const robStoreChance = Crimes.RobStore.successRate(Player);\n const mugChance = Crimes.Mug.successRate(Player);\n const larcenyChance = Crimes.Larceny.successRate(Player);\n const drugsChance = Crimes.DealDrugs.successRate(Player);\n const bondChance = Crimes.BondForgery.successRate(Player);\n const armsChance = Crimes.TraffickArms.successRate(Player);\n const homicideChance = Crimes.Homicide.successRate(Player);\n const gtaChance = Crimes.GrandTheftAuto.successRate(Player);\n const kidnapChance = Crimes.Kidnap.successRate(Player);\n const assassinateChance = Crimes.Assassination.successRate(Player);\n const heistChance = Crimes.Heist.successRate(Player);\n\n return (\n \n Attempt to shoplift from a low-end retailer}>\n \n \n Attempt to commit armed robbery on a high-end store}>\n \n \n Attempt to mug a random person on the street}>\n \n \n Attempt to rob property from someone's house}>\n \n \n Attempt to deal drugs}>\n \n \n Attempt to forge corporate bonds}>\n \n \n Attempt to smuggle illegal arms into the city}>\n \n \n Attempt to murder a random person on the street}>\n \n \n Attempt to commit grand theft auto}>\n \n \n Attempt to kidnap and ransom a high-profile-target}>\n \n \n Attempt to assassinate a high-profile target}>\n \n \n Attempt to pull off the ultimate heist}>\n \n \n \n );\n}\n","/**\n * React Subcomponent for displaying a location's UI, when that location has special\n * actions/options/properties\n *\n * Examples:\n * - Bladeburner @ NSA\n * - Re-sleeving @ VitaLife\n * - Create Corporation @ City Hall\n *\n * This subcomponent creates all of the buttons for interacting with those special\n * properties\n */\nimport React, { useState } from \"react\";\nimport Typography from \"@mui/material/Typography\";\nimport Button from \"@mui/material/Button\";\n\nimport { Location } from \"../Location\";\nimport { CreateCorporationModal } from \"../../Corporation/ui/modals/CreateCorporationModal\";\nimport { LocationName } from \"../data/LocationNames\";\nimport { AugmentationNames } from \"../../Augmentation/data/AugmentationNames\";\nimport { Factions } from \"../../Faction/Factions\";\nimport { joinFaction } from \"../../Faction/FactionHelpers\";\n\nimport { Router } from \"../../ui/GameRoot\";\nimport { Player } from \"../../Player\";\n\nimport { dialogBoxCreate } from \"../../ui/React/DialogBox\";\nimport { SnackbarEvents, ToastVariant } from \"../../ui/React/Snackbar\";\nimport { N00dles } from \"../../utils/helpers/N00dles\";\nimport { Exploit } from \"../../Exploits/Exploit\";\nimport { applyAugmentation } from \"../../Augmentation/AugmentationHelpers\";\nimport { CorruptableText } from \"../../ui/React/CorruptableText\";\nimport { HacknetNode } from \"../../Hacknet/HacknetNode\";\nimport { HacknetServer } from \"../../Hacknet/HacknetServer\";\nimport { GetServer } from \"../../Server/AllServers\";\nimport { ArcadeRoot } from \"../../Arcade/ui/ArcadeRoot\";\nimport { FactionNames } from \"../../Faction/data/FactionNames\";\nimport { BitNodeMultipliers } from \"../../BitNode/BitNodeMultipliers\";\n\ntype IProps = {\n loc: Location;\n};\n\nexport function SpecialLocation(props: IProps): React.ReactElement {\n const setRerender = useState(false)[1];\n const inBladeburner = Player.inBladeburner();\n\n /** Click handler for Bladeburner button at Sector-12 NSA */\n function handleBladeburner(): void {\n if (Player.inBladeburner()) {\n // Enter Bladeburner division\n Router.toBladeburner();\n } else if (\n Player.skills.strength >= 100 &&\n Player.skills.defense >= 100 &&\n Player.skills.dexterity >= 100 &&\n Player.skills.agility >= 100\n ) {\n // Apply for Bladeburner division\n Player.startBladeburner();\n dialogBoxCreate(\"You have been accepted into the Bladeburner division!\");\n setRerender((old) => !old);\n\n const worldHeader = document.getElementById(\"world-menu-header\");\n if (worldHeader instanceof HTMLElement) {\n worldHeader.click();\n worldHeader.click();\n }\n } else {\n dialogBoxCreate(\"Rejected! Please apply again when you have 100 of each combat stat (str, def, dex, agi)\");\n }\n }\n\n /** Click handler for Resleeving button at New Tokyo VitaLife */\n function handleGrafting(): void {\n Router.toGrafting();\n }\n\n function renderBladeburner(): React.ReactElement {\n if (!Player.canAccessBladeburner() || BitNodeMultipliers.BladeburnerRank === 0) {\n return <>;\n }\n const text = inBladeburner ? \"Enter Bladeburner Headquarters\" : \"Apply to Bladeburner Division\";\n return (\n <>\n
    \n \n \n );\n }\n\n function renderNoodleBar(): React.ReactElement {\n function EatNoodles(): void {\n SnackbarEvents.emit(\"You ate some delicious noodles and feel refreshed\", ToastVariant.SUCCESS, 2000);\n N00dles(); // This is the true power of the noodles.\n if (Player.sourceFiles.length > 0) Player.giveExploit(Exploit.N00dles);\n if (Player.sourceFileLvl(5) > 0 || Player.bitNodeN === 5) {\n Player.exp.intelligence *= 1.0000000000000002;\n }\n Player.exp.hacking *= 1.0000000000000002;\n Player.exp.strength *= 1.0000000000000002;\n Player.exp.defense *= 1.0000000000000002;\n Player.exp.agility *= 1.0000000000000002;\n Player.exp.dexterity *= 1.0000000000000002;\n Player.exp.charisma *= 1.0000000000000002;\n for (const node of Player.hacknetNodes) {\n if (node instanceof HacknetNode) {\n Player.gainMoney(node.moneyGainRatePerSecond * 0.001, \"other\");\n } else {\n const server = GetServer(node);\n if (!(server instanceof HacknetServer)) throw new Error(`Server ${node} is not a hacknet server.`);\n Player.hashManager.storeHashes(server.hashRate * 0.001);\n }\n }\n\n if (Player.bladeburner) {\n Player.bladeburner.rank += 0.00001;\n }\n\n if (Player.corporation) {\n Player.corporation.funds += Player.corporation.revenue * 0.01;\n }\n }\n\n return (\n <>\n
    \n \n \n );\n }\n\n function CreateCorporation(): React.ReactElement {\n const [open, setOpen] = useState(false);\n if (!Player.canAccessCorporation()) {\n return (\n <>\n \n A businessman is yelling at a clerk. You should come back later.\n \n \n );\n }\n return (\n <>\n \n setOpen(false)} />\n \n );\n }\n\n function renderGrafting(): React.ReactElement {\n if (!Player.canAccessGrafting()) {\n return <>;\n }\n return (\n \n );\n }\n\n function handleCotMG(): void {\n const faction = Factions[FactionNames.ChurchOfTheMachineGod];\n if (!Player.factions.includes(FactionNames.ChurchOfTheMachineGod)) {\n joinFaction(faction);\n }\n if (\n !Player.augmentations.some((a) => a.name === AugmentationNames.StaneksGift1) &&\n !Player.queuedAugmentations.some((a) => a.name === AugmentationNames.StaneksGift1)\n ) {\n applyAugmentation({ name: AugmentationNames.StaneksGift1, level: 1 });\n }\n\n Router.toStaneksGift();\n }\n\n function renderCotMG(): React.ReactElement {\n const toStanek = ;\n // prettier-ignore\n const symbol = \n {\" `` \"}
    \n {\" -odmmNmds: \"}
    \n {\" `hNmo:..-omNh. \"}
    \n {\" yMd` `hNh \"}
    \n {\" mMd oNm \"}
    \n {\" oMNo .mM/ \"}
    \n {\" `dMN+ -mM+ \"}
    \n {\" -mMNo -mN+ \"}
    \n {\" .+- :mMNo/mN/ \"}
    \n {\":yNMd. :NMNNN/ \"}
    \n {\"-mMMMh. /NMMh` \"}
    \n {\" .dMMMd. /NMMMy` \"}
    \n {\" `yMMMd. /NNyNMMh` \"}
    \n {\" `sMMMd. +Nm: +NMMh. \"}
    \n {\" oMMMm- oNm: /NMMd. \"}
    \n {\" +NMMmsMm- :mMMd. \"}
    \n {\" /NMMMm- -mMMd. \"}
    \n {\" /MMMm- -mMMd. \"}
    \n {\" `sMNMMm- .mMmo \"}
    \n {\" `sMd:hMMm. ./. \"}
    \n {\" `yMy` `yNMd` \"}
    \n {\" `hMs` oMMy \"}
    \n {\" `hMh sMN- \"}
    \n {\" /MM- .NMo \"}
    \n {\" +MM: :MM+ \"}
    \n {\" sNNo-.`.-omNy` \"}
    \n {\" -smNNNNmdo- \"}
    \n {\" `..` \"}
    \n if (Player.hasAugmentation(AugmentationNames.StaneksGift3, true)) {\n return (\n <>\n \n \n Allison \"Mother\" Stanek: ..can ...you hear them too ...? Come now, don't be shy and let me get a closer\n look at you. Yes wonderful, I see my creation has taken root without consequence or much ill effect it\n seems. Curious, Just how much of a machine's soul do you house in that body?\n \n \n
    \n {toStanek}\n
    \n {symbol}\n \n );\n }\n if (Player.hasAugmentation(AugmentationNames.StaneksGift2, true)) {\n return (\n <>\n \n \n Allison \"Mother\" Stanek: I see you've taken to my creation. So much that it could hardly be recognized as\n one of my own after your tinkering with it. I see you follow the ways of the Machine God as I do, and your\n mastery of the gift clearly demonstrates that. My hopes are climbing by the day for you.\n \n \n
    \n {toStanek}\n
    \n {symbol}\n \n );\n }\n if (Player.factions.includes(FactionNames.ChurchOfTheMachineGod)) {\n return (\n <>\n \n Allison \"Mother\" Stanek: Welcome back my child!\n \n
    \n {toStanek}\n
    \n {symbol}\n \n );\n }\n\n if (!Player.canAccessCotMG()) {\n return (\n <>\n \n A decrepit altar stands in the middle of a dilapidated church.\n
    \n
    A symbol is carved in the altar.\n
    \n
    \n {symbol}\n \n );\n }\n\n if (\n Player.augmentations.filter((a) => a.name !== AugmentationNames.NeuroFluxGovernor).length > 0 ||\n Player.queuedAugmentations.filter((a) => a.name !== AugmentationNames.NeuroFluxGovernor).length > 0\n ) {\n return (\n <>\n \n \n Allison \"Mother\" Stanek: Begone you filth! My gift must be the first modification that your body should\n have!\n \n \n \n );\n }\n\n return (\n <>\n \n \n Allison \"Mother\" Stanek: Welcome child, I see your body is pure. Are you ready to ascend beyond our human\n form? If you are, accept my gift.\n \n \n \n {symbol}\n \n );\n }\n\n function renderGlitch(): React.ReactElement {\n return (\n <>\n \n \n \n \n );\n }\n\n switch (props.loc.name) {\n case LocationName.NewTokyoVitaLife: {\n return renderGrafting();\n }\n case LocationName.Sector12CityHall: {\n return (BitNodeMultipliers.CorporationSoftcap < 0.15 && <>) || ;\n }\n case LocationName.Sector12NSA: {\n return renderBladeburner();\n }\n case LocationName.NewTokyoNoodleBar: {\n return renderNoodleBar();\n }\n case LocationName.ChongqingChurchOfTheMachineGod: {\n return renderCotMG();\n }\n case LocationName.IshimaGlitch: {\n return renderGlitch();\n }\n case LocationName.NewTokyoArcade: {\n return ;\n }\n default:\n console.error(`Location ${props.loc.name} doesn't have any special properties`);\n return <>;\n }\n}\n","import React, { useState } from \"react\";\n\nimport { Money } from \"../../../ui/React/Money\";\nimport { Modal } from \"../../../ui/React/Modal\";\nimport { Router } from \"../../../ui/GameRoot\";\nimport { Player } from \"../../../Player\";\nimport Typography from \"@mui/material/Typography\";\nimport Button from \"@mui/material/Button\";\nimport TextField from \"@mui/material/TextField\";\n\ninterface IProps {\n open: boolean;\n onClose: () => void;\n}\n\nexport function CreateCorporationModal(props: IProps): React.ReactElement {\n const canSelfFund = Player.canAfford(150e9);\n if (!Player.canAccessCorporation() || Player.hasCorporation()) {\n props.onClose();\n return <>;\n }\n\n const [name, setName] = useState(\"\");\n function onChange(event: React.ChangeEvent): void {\n setName(event.target.value);\n }\n\n function selfFund(): void {\n if (!canSelfFund) {\n return;\n }\n\n if (name == \"\") {\n return;\n }\n\n Player.startCorporation(name);\n Player.loseMoney(150e9, \"corporation\");\n\n props.onClose();\n Router.toCorporation();\n }\n\n function seed(): void {\n if (name == \"\") {\n return;\n }\n\n Player.startCorporation(name, 500e6);\n\n props.onClose();\n Router.toCorporation();\n }\n\n return (\n \n \n Would you like to start a corporation? This will require $150b for registration and initial funding.{\" \"}\n {Player.bitNodeN === 3 &&\n `This $150b\n can either be self-funded, or you can obtain the seed money from the government in exchange for 500 million\n shares`}\n
    \n
    \n If you would like to start one, please enter a name for your corporation below:\n
    \n \n {Player.bitNodeN === 3 && (\n \n )}\n \n
    \n );\n}\n","const n00dlePower =\n \"[][(![]+[])[+[]]+(![]+[])[!+[]+!+[]]+(![]+[])[+!+[]]+(!![]+[])[+[]]][([][(![]+[]\" +\n \")[+[]]+(![]+[])[!+[]+!+[]]+(![]+[])[+!+[]]+(!![]+[])[+[]]]+[])[!+[]+!+[]+!+[]]+(\" +\n \"!![]+[][(![]+[])[+[]]+(![]+[])[!+[]+!+[]]+(![]+[])[+!+[]]+(!![]+[])[+[]]])[+!+[]\" +\n \"+[+[]]]+([][[]]+[])[+!+[]]+(![]+[])[!+[]+!+[]+!+[]]+(!![]+[])[+[]]+(!![]+[])[+!+\" +\n \"[]]+([][[]]+[])[+[]]+([][(![]+[])[+[]]+(![]+[])[!+[]+!+[]]+(![]+[])[+!+[]]+(!![]\" +\n \"+[])[+[]]]+[])[!+[]+!+[]+!+[]]+(!![]+[])[+[]]+(!![]+[][(![]+[])[+[]]+(![]+[])[!+\" +\n \"[]+!+[]]+(![]+[])[+!+[]]+(!![]+[])[+[]]])[+!+[]+[+[]]]+(!![]+[])[+!+[]]]((!![]+[\" +\n \"])[+!+[]]+(!![]+[])[!+[]+!+[]+!+[]]+(!![]+[])[+[]]+([][[]]+[])[+[]]+(!![]+[])[+!\" +\n \"+[]]+([][[]]+[])[+!+[]]+([]+[])[(![]+[])[+[]]+(!![]+[][(![]+[])[+[]]+(![]+[])[!+\" +\n \"[]+!+[]]+(![]+[])[+!+[]]+(!![]+[])[+[]]])[+!+[]+[+[]]]+([][[]]+[])[+!+[]]+(!![]+\" +\n \"[])[+[]]+([][(![]+[])[+[]]+(![]+[])[!+[]+!+[]]+(![]+[])[+!+[]]+(!![]+[])[+[]]]+[\" +\n \"])[!+[]+!+[]+!+[]]+(!![]+[][(![]+[])[+[]]+(![]+[])[!+[]+!+[]]+(![]+[])[+!+[]]+(!\" +\n \"![]+[])[+[]]])[+!+[]+[+[]]]+(![]+[])[!+[]+!+[]]+(!![]+[][(![]+[])[+[]]+(![]+[])[\" +\n \"!+[]+!+[]]+(![]+[])[+!+[]]+(!![]+[])[+[]]])[+!+[]+[+[]]]+(!![]+[])[+!+[]]]()[+!+\" +\n \"[]+[!+[]+!+[]]]+([][(![]+[])[+[]]+(![]+[])[!+[]+!+[]]+(![]+[])[+!+[]]+(!![]+[])[\" +\n \"+[]]][([][(![]+[])[+[]]+(![]+[])[!+[]+!+[]]+(![]+[])[+!+[]]+(!![]+[])[+[]]]+[])[\" +\n \"!+[]+!+[]+!+[]]+(!![]+[][(![]+[])[+[]]+(![]+[])[!+[]+!+[]]+(![]+[])[+!+[]]+(!![]\" +\n \"+[])[+[]]])[+!+[]+[+[]]]+([][[]]+[])[+!+[]]+(![]+[])[!+[]+!+[]+!+[]]+(!![]+[])[+\" +\n \"[]]+(!![]+[])[+!+[]]+([][[]]+[])[+[]]+([][(![]+[])[+[]]+(![]+[])[!+[]+!+[]]+(![]\" +\n \"+[])[+!+[]]+(!![]+[])[+[]]]+[])[!+[]+!+[]+!+[]]+(!![]+[])[+[]]+(!![]+[][(![]+[])\" +\n \"[+[]]+(![]+[])[!+[]+!+[]]+(![]+[])[+!+[]]+(!![]+[])[+[]]])[+!+[]+[+[]]]+(!![]+[]\" +\n \")[+!+[]]]((!![]+[])[+!+[]]+(!![]+[])[!+[]+!+[]+!+[]]+(!![]+[])[+[]]+([][[]]+[])[\" +\n \"+[]]+(!![]+[])[+!+[]]+([][[]]+[])[+!+[]]+(![]+[+[]])[([![]]+[][[]])[+!+[]+[+[]]]\" +\n \"+(!![]+[])[+[]]+(![]+[])[+!+[]]+(![]+[])[!+[]+!+[]]+([![]]+[][[]])[+!+[]+[+[]]]+\" +\n \"([][(![]+[])[+[]]+(![]+[])[!+[]+!+[]]+(![]+[])[+!+[]]+(!![]+[])[+[]]]+[])[!+[]+!\" +\n \"+[]+!+[]]+(![]+[])[!+[]+!+[]+!+[]]]()[+!+[]+[+[]]]+![]+(![]+[+[]])[([![]]+[][[]]\" +\n \")[+!+[]+[+[]]]+(!![]+[])[+[]]+(![]+[])[+!+[]]+(![]+[])[!+[]+!+[]]+([![]]+[][[]])\" +\n \"[+!+[]+[+[]]]+([][(![]+[])[+[]]+(![]+[])[!+[]+!+[]]+(![]+[])[+!+[]]+(!![]+[])[+[\" +\n \"]]]+[])[!+[]+!+[]+!+[]]+(![]+[])[!+[]+!+[]+!+[]]]()[+!+[]+[+[]]])()[([][(![]+[])\" +\n \"[+[]]+(![]+[])[!+[]+!+[]]+(![]+[])[+!+[]]+(!![]+[])[+[]]]+[])[!+[]+!+[]+!+[]]+(!\" +\n \"![]+[][(![]+[])[+[]]+(![]+[])[!+[]+!+[]]+(![]+[])[+!+[]]+(!![]+[])[+[]]])[+!+[]+\" +\n \"[+[]]]+([][[]]+[])[+!+[]]+(![]+[])[!+[]+!+[]+!+[]]+(!![]+[])[+[]]+(!![]+[])[+!+[\" +\n \"]]+([][[]]+[])[+[]]+([][(![]+[])[+[]]+(![]+[])[!+[]+!+[]]+(![]+[])[+!+[]]+(!![]+\" +\n \"[])[+[]]]+[])[!+[]+!+[]+!+[]]+(!![]+[])[+[]]+(!![]+[][(![]+[])[+[]]+(![]+[])[!+[\" +\n \"]+!+[]]+(![]+[])[+!+[]]+(!![]+[])[+[]]])[+!+[]+[+[]]]+(!![]+[])[+!+[]]]((![]+[+[\" +\n \"]])[([![]]+[][[]])[+!+[]+[+[]]]+(!![]+[])[+[]]+(![]+[])[+!+[]]+(![]+[])[!+[]+!+[\" +\n \"]]+([![]]+[][[]])[+!+[]+[+[]]]+([][(![]+[])[+[]]+(![]+[])[!+[]+!+[]]+(![]+[])[+!\" +\n \"+[]]+(!![]+[])[+[]]]+[])[!+[]+!+[]+!+[]]+(![]+[])[!+[]+!+[]+!+[]]]()[+!+[]+[+[]]\" +\n \"])+[])[+!+[]]+[!+[]+!+[]+!+[]+!+[]]+[!+[]+!+[]]+([][(![]+[])[+[]]+(![]+[])[!+[]+\" +\n \"!+[]]+(![]+[])[+!+[]]+(!![]+[])[+[]]][([][(![]+[])[+[]]+(![]+[])[!+[]+!+[]]+(![]\" +\n \"+[])[+!+[]]+(!![]+[])[+[]]]+[])[!+[]+!+[]+!+[]]+(!![]+[][(![]+[])[+[]]+(![]+[])[\" +\n \"!+[]+!+[]]+(![]+[])[+!+[]]+(!![]+[])[+[]]])[+!+[]+[+[]]]+([][[]]+[])[+!+[]]+(![]\" +\n \"+[])[!+[]+!+[]+!+[]]+(!![]+[])[+[]]+(!![]+[])[+!+[]]+([][[]]+[])[+[]]+([][(![]+[\" +\n \"])[+[]]+(![]+[])[!+[]+!+[]]+(![]+[])[+!+[]]+(!![]+[])[+[]]]+[])[!+[]+!+[]+!+[]]+\" +\n \"(!![]+[])[+[]]+(!![]+[][(![]+[])[+[]]+(![]+[])[!+[]+!+[]]+(![]+[])[+!+[]]+(!![]+\" +\n \"[])[+[]]])[+!+[]+[+[]]]+(!![]+[])[+!+[]]]((!![]+[])[+!+[]]+(!![]+[])[!+[]+!+[]+!\" +\n \"+[]]+(!![]+[])[+[]]+([][[]]+[])[+[]]+(!![]+[])[+!+[]]+([][[]]+[])[+!+[]]+(![]+[+\" +\n \"[]])[([![]]+[][[]])[+!+[]+[+[]]]+(!![]+[])[+[]]+(![]+[])[+!+[]]+(![]+[])[!+[]+!+\" +\n \"[]]+([![]]+[][[]])[+!+[]+[+[]]]+([][(![]+[])[+[]]+(![]+[])[!+[]+!+[]]+(![]+[])[+\" +\n \"!+[]]+(!![]+[])[+[]]]+[])[!+[]+!+[]+!+[]]+(![]+[])[!+[]+!+[]+!+[]]]()[+!+[]+[+[]\" +\n \"]]+![]+(![]+[+[]])[([![]]+[][[]])[+!+[]+[+[]]]+(!![]+[])[+[]]+(![]+[])[+!+[]]+(!\" +\n \"[]+[])[!+[]+!+[]]+([![]]+[][[]])[+!+[]+[+[]]]+([][(![]+[])[+[]]+(![]+[])[!+[]+!+\" +\n \"[]]+(![]+[])[+!+[]]+(!![]+[])[+[]]]+[])[!+[]+!+[]+!+[]]+(![]+[])[!+[]+!+[]+!+[]]\" +\n \"]()[+!+[]+[+[]]])()[([][(![]+[])[+[]]+(![]+[])[!+[]+!+[]]+(![]+[])[+!+[]]+(!![]+\" +\n \"[])[+[]]]+[])[!+[]+!+[]+!+[]]+(!![]+[][(![]+[])[+[]]+(![]+[])[!+[]+!+[]]+(![]+[]\" +\n \")[+!+[]]+(!![]+[])[+[]]])[+!+[]+[+[]]]+([][[]]+[])[+!+[]]+(![]+[])[!+[]+!+[]+!+[\" +\n \"]]+(!![]+[])[+[]]+(!![]+[])[+!+[]]+([][[]]+[])[+[]]+([][(![]+[])[+[]]+(![]+[])[!\" +\n \"+[]+!+[]]+(![]+[])[+!+[]]+(!![]+[])[+[]]]+[])[!+[]+!+[]+!+[]]+(!![]+[])[+[]]+(!!\" +\n \"[]+[][(![]+[])[+[]]+(![]+[])[!+[]+!+[]]+(![]+[])[+!+[]]+(!![]+[])[+[]]])[+!+[]+[\" +\n \"+[]]]+(!![]+[])[+!+[]]]((![]+[+[]])[([![]]+[][[]])[+!+[]+[+[]]]+(!![]+[])[+[]]+(\" +\n \"![]+[])[+!+[]]+(![]+[])[!+[]+!+[]]+([![]]+[][[]])[+!+[]+[+[]]]+([][(![]+[])[+[]]\" +\n \"+(![]+[])[!+[]+!+[]]+(![]+[])[+!+[]]+(!![]+[])[+[]]]+[])[!+[]+!+[]+!+[]]+(![]+[]\" +\n \")[!+[]+!+[]+!+[]]]()[+!+[]+[+[]]])+[])[+!+[]]+[+!+[]]+[+!+[]]+[!+[]+!+[]+!+[]+!+\" +\n \"[]]+(!![]+[][(![]+[])[+[]]+(![]+[])[!+[]+!+[]]+(![]+[])[+!+[]]+(!![]+[])[+[]]][(\" +\n \"[][(![]+[])[+[]]+(![]+[])[!+[]+!+[]]+(![]+[])[+!+[]]+(!![]+[])[+[]]]+[])[!+[]+!+\" +\n \"[]+!+[]]+(!![]+[][(![]+[])[+[]]+(![]+[])[!+[]+!+[]]+(![]+[])[+!+[]]+(!![]+[])[+[\" +\n \"]]])[+!+[]+[+[]]]+([][[]]+[])[+!+[]]+(![]+[])[!+[]+!+[]+!+[]]+(!![]+[])[+[]]+(!!\" +\n \"[]+[])[+!+[]]+([][[]]+[])[+[]]+([][(![]+[])[+[]]+(![]+[])[!+[]+!+[]]+(![]+[])[+!\" +\n \"+[]]+(!![]+[])[+[]]]+[])[!+[]+!+[]+!+[]]+(!![]+[])[+[]]+(!![]+[][(![]+[])[+[]]+(\" +\n \"![]+[])[!+[]+!+[]]+(![]+[])[+!+[]]+(!![]+[])[+[]]])[+!+[]+[+[]]]+(!![]+[])[+!+[]\" +\n \"]]((!![]+[])[+!+[]]+(!![]+[])[!+[]+!+[]+!+[]]+(!![]+[])[+[]]+([][[]]+[])[+[]]+(!\" +\n \"![]+[])[+!+[]]+([][[]]+[])[+!+[]]+(+[![]]+[][(![]+[])[+[]]+(![]+[])[!+[]+!+[]]+(\" +\n \"![]+[])[+!+[]]+(!![]+[])[+[]]])[+!+[]+[+!+[]]]+[][(![]+[])[+[]]+(![]+[])[!+[]+!+\" +\n \"[]]+(![]+[])[+!+[]]+(!![]+[])[+[]]][([][(![]+[])[+[]]+(![]+[])[!+[]+!+[]]+(![]+[\" +\n \"])[+!+[]]+(!![]+[])[+[]]]+[])[!+[]+!+[]+!+[]]+(!![]+[][(![]+[])[+[]]+(![]+[])[!+\" +\n \"[]+!+[]]+(![]+[])[+!+[]]+(!![]+[])[+[]]])[+!+[]+[+[]]]+([][[]]+[])[+!+[]]+(![]+[\" +\n \"])[!+[]+!+[]+!+[]]+(!![]+[])[+[]]+(!![]+[])[+!+[]]+([][[]]+[])[+[]]+([][(![]+[])\" +\n \"[+[]]+(![]+[])[!+[]+!+[]]+(![]+[])[+!+[]]+(!![]+[])[+[]]]+[])[!+[]+!+[]+!+[]]+(!\" +\n \"![]+[])[+[]]+(!![]+[][(![]+[])[+[]]+(![]+[])[!+[]+!+[]]+(![]+[])[+!+[]]+(!![]+[]\" +\n \")[+[]]])[+!+[]+[+[]]]+(!![]+[])[+!+[]]]((!![]+[])[+!+[]]+(!![]+[])[!+[]+!+[]+!+[\" +\n \"]]+(!![]+[])[+[]]+([][[]]+[])[+[]]+(!![]+[])[+!+[]]+([][[]]+[])[+!+[]]+(+[![]]+[\" +\n \"][(![]+[])[+[]]+(![]+[])[!+[]+!+[]]+(![]+[])[+!+[]]+(!![]+[])[+[]]])[+!+[]+[+!+[\" +\n \"]]]+(!![]+[])[!+[]+!+[]+!+[]]+(![]+[])[!+[]+!+[]+!+[]]+([][(![]+[])[+[]]+(![]+[]\" +\n \")[!+[]+!+[]]+(![]+[])[+!+[]]+(!![]+[])[+[]]]+[])[!+[]+!+[]+!+[]]+(![]+[])[+!+[]]\" +\n \"+(+(!+[]+!+[]+[+!+[]]+[+!+[]]))[(!![]+[])[+[]]+(!![]+[][(![]+[])[+[]]+(![]+[])[!\" +\n \"+[]+!+[]]+(![]+[])[+!+[]]+(!![]+[])[+[]]])[+!+[]+[+[]]]+([]+[])[([][(![]+[])[+[]\" +\n \"]+(![]+[])[!+[]+!+[]]+(![]+[])[+!+[]]+(!![]+[])[+[]]]+[])[!+[]+!+[]+!+[]]+(!![]+\" +\n \"[][(![]+[])[+[]]+(![]+[])[!+[]+!+[]]+(![]+[])[+!+[]]+(!![]+[])[+[]]])[+!+[]+[+[]\" +\n \"]]+([][[]]+[])[+!+[]]+(![]+[])[!+[]+!+[]+!+[]]+(!![]+[])[+[]]+(!![]+[])[+!+[]]+(\" +\n \"[][[]]+[])[+[]]+([][(![]+[])[+[]]+(![]+[])[!+[]+!+[]]+(![]+[])[+!+[]]+(!![]+[])[\" +\n \"+[]]]+[])[!+[]+!+[]+!+[]]+(!![]+[])[+[]]+(!![]+[][(![]+[])[+[]]+(![]+[])[!+[]+!+\" +\n \"[]]+(![]+[])[+!+[]]+(!![]+[])[+[]]])[+!+[]+[+[]]]+(!![]+[])[+!+[]]][([][[]]+[])[\" +\n \"+!+[]]+(![]+[])[+!+[]]+((+[])[([][(![]+[])[+[]]+(![]+[])[!+[]+!+[]]+(![]+[])[+!+\" +\n \"[]]+(!![]+[])[+[]]]+[])[!+[]+!+[]+!+[]]+(!![]+[][(![]+[])[+[]]+(![]+[])[!+[]+!+[\" +\n \"]]+(![]+[])[+!+[]]+(!![]+[])[+[]]])[+!+[]+[+[]]]+([][[]]+[])[+!+[]]+(![]+[])[!+[\" +\n \"]+!+[]+!+[]]+(!![]+[])[+[]]+(!![]+[])[+!+[]]+([][[]]+[])[+[]]+([][(![]+[])[+[]]+\" +\n \"(![]+[])[!+[]+!+[]]+(![]+[])[+!+[]]+(!![]+[])[+[]]]+[])[!+[]+!+[]+!+[]]+(!![]+[]\" +\n \")[+[]]+(!![]+[][(![]+[])[+[]]+(![]+[])[!+[]+!+[]]+(![]+[])[+!+[]]+(!![]+[])[+[]]\" +\n \"])[+!+[]+[+[]]]+(!![]+[])[+!+[]]]+[])[+!+[]+[+!+[]]]+(!![]+[])[!+[]+!+[]+!+[]]]]\" +\n \"(!+[]+!+[]+!+[]+[+!+[]])[+!+[]]+(!![]+[])[!+[]+!+[]+!+[]])()([][(![]+[])[+[]]+(!\" +\n \"[]+[])[!+[]+!+[]]+(![]+[])[+!+[]]+(!![]+[])[+[]]])[(![]+[])[!+[]+!+[]+!+[]]+(![]\" +\n \"+[])[!+[]+!+[]]+([![]]+[][[]])[+!+[]+[+[]]]+([][(![]+[])[+[]]+(![]+[])[!+[]+!+[]\" +\n \"]+(![]+[])[+!+[]]+(!![]+[])[+[]]]+[])[!+[]+!+[]+!+[]]+(!![]+[])[!+[]+!+[]+!+[]]]\" +\n \"((+((+(+!+[]+[+!+[]]+(!![]+[])[!+[]+!+[]+!+[]]+[!+[]+!+[]]+[+[]])+[])[+!+[]]+[+[\" +\n \"]+[+[]]+[+[]]+[+[]]+[+[]]+[+[]]+[+!+[]]])+[])[!+[]+!+[]]+[+!+[]])+(![]+[])[+!+[]\" +\n \"]+(!![]+[])[+[]]+(!![]+[])[!+[]+!+[]+!+[]])()())[!+[]+!+[]+!+[]+[+[]]]+(+[]+[][(\" +\n \"[][(![]+[])[+[]]+(![]+[])[!+[]+!+[]]+(![]+[])[+!+[]]+(!![]+[])[+[]]]+[])[!+[]+!+\" +\n \"[]+!+[]]+(!![]+[][(![]+[])[+[]]+(![]+[])[!+[]+!+[]]+(![]+[])[+!+[]]+(!![]+[])[+[\" +\n \"]]])[+!+[]+[+[]]]+([][[]]+[])[+!+[]]+(![]+[])[!+[]+!+[]+!+[]]+(!![]+[])[+[]]+(!!\" +\n \"[]+[])[+!+[]]+([][[]]+[])[+[]]+([][(![]+[])[+[]]+(![]+[])[!+[]+!+[]]+(![]+[])[+!\" +\n \"+[]]+(!![]+[])[+[]]]+[])[!+[]+!+[]+!+[]]+(!![]+[])[+[]]+(!![]+[][(![]+[])[+[]]+(\" +\n \"![]+[])[!+[]+!+[]]+(![]+[])[+!+[]]+(!![]+[])[+[]]])[+!+[]+[+[]]]+(!![]+[])[+!+[]\" +\n \"]])[+!+[]+[+[]]]+(+[]+[][(!![]+[])[!+[]+!+[]+!+[]]+([][[]]+[])[+!+[]]+(!![]+[])[\" +\n \"+[]]+(!![]+[])[+!+[]]+([![]]+[][[]])[+!+[]+[+[]]]+(!![]+[])[!+[]+!+[]+!+[]]+(![]\" +\n \"+[])[!+[]+!+[]+!+[]]]()[([][(![]+[])[+[]]+(![]+[])[!+[]+!+[]]+(![]+[])[+!+[]]+(!\" +\n \"![]+[])[+[]]]+[])[!+[]+!+[]+!+[]]+(!![]+[][(![]+[])[+[]]+(![]+[])[!+[]+!+[]]+(![\" +\n \"]+[])[+!+[]]+(!![]+[])[+[]]])[+!+[]+[+[]]]+([][[]]+[])[+!+[]]+(![]+[])[!+[]+!+[]\" +\n \"+!+[]]+(!![]+[])[+[]]+(!![]+[])[+!+[]]+([][[]]+[])[+[]]+([][(![]+[])[+[]]+(![]+[\" +\n \"])[!+[]+!+[]]+(![]+[])[+!+[]]+(!![]+[])[+[]]]+[])[!+[]+!+[]+!+[]]+(!![]+[])[+[]]\" +\n \"+(!![]+[][(![]+[])[+[]]+(![]+[])[!+[]+!+[]]+(![]+[])[+!+[]]+(!![]+[])[+[]]])[+!+\" +\n \"[]+[+[]]]+(!![]+[])[+!+[]]])[+!+[]+[+[]]]+(+[![]]+[][(![]+[])[+[]]+(![]+[])[!+[]\" +\n \"+!+[]]+(![]+[])[+!+[]]+(!![]+[])[+[]]])[+!+[]+[+!+[]]]+([][[]]+[])[!+[]+!+[]]+([\" +\n \"![]]+[][[]])[+!+[]+[+[]]]+([][[]]+[])[!+[]+!+[]]+(+[![]]+[][(![]+[])[+[]]+(![]+[\" +\n \"])[!+[]+!+[]]+(![]+[])[+!+[]]+(!![]+[])[+[]]])[+!+[]+[+!+[]]]+(+[![]]+[+(+!+[]+(\" +\n \"!+[]+[])[!+[]+!+[]+!+[]]+[+!+[]]+[+[]]+[+[]]+[+[]])])[+!+[]+[+[]]]+(!![]+[][(![]\" +\n \"+[])[+[]]+(![]+[])[!+[]+!+[]]+(![]+[])[+!+[]]+(!![]+[])[+[]]])[+!+[]+[+[]]]+([][\" +\n \"[]]+[])[+[]]+(+[![]]+[][(![]+[])[+[]]+(![]+[])[!+[]+!+[]]+(![]+[])[+!+[]]+(!![]+\" +\n \"[])[+[]]])[+!+[]+[+!+[]]]+(!![]+[])[+!+[]]+(!![]+[])[!+[]+!+[]+!+[]]+(![]+[])[+!\" +\n \"+[]]+(![]+[])[!+[]+!+[]]+(![]+[])[!+[]+!+[]]+(+[![]]+[+(+!+[]+(!+[]+[])[!+[]+!+[\" +\n \"]+!+[]]+[+!+[]]+[+[]]+[+[]]+[+[]])])[+!+[]+[+[]]]+(+[![]]+[][(![]+[])[+[]]+(![]+\" +\n \"[])[!+[]+!+[]]+(![]+[])[+!+[]]+(!![]+[])[+[]]])[+!+[]+[+!+[]]]+([][[]]+[])[!+[]+\" +\n \"!+[]]+(!![]+[])[!+[]+!+[]+!+[]]+(![]+[])[+[]]+([][[]]+[])[+[]]+([][(![]+[])[+[]]\" +\n \"+(![]+[])[!+[]+!+[]]+(![]+[])[+!+[]]+(!![]+[])[+[]]]+[])[!+[]+!+[]+!+[]]+(+(!+[]\" +\n \"+!+[]+[+[]]))[(!![]+[])[+[]]+(!![]+[][(![]+[])[+[]]+(![]+[])[!+[]+!+[]]+(![]+[])\" +\n \"[+!+[]]+(!![]+[])[+[]]])[+!+[]+[+[]]]+([]+[])[([][(![]+[])[+[]]+(![]+[])[!+[]+!+\" +\n \"[]]+(![]+[])[+!+[]]+(!![]+[])[+[]]]+[])[!+[]+!+[]+!+[]]+(!![]+[][(![]+[])[+[]]+(\" +\n \"![]+[])[!+[]+!+[]]+(![]+[])[+!+[]]+(!![]+[])[+[]]])[+!+[]+[+[]]]+([][[]]+[])[+!+\" +\n \"[]]+(![]+[])[!+[]+!+[]+!+[]]+(!![]+[])[+[]]+(!![]+[])[+!+[]]+([][[]]+[])[+[]]+([\" +\n \"][(![]+[])[+[]]+(![]+[])[!+[]+!+[]]+(![]+[])[+!+[]]+(!![]+[])[+[]]]+[])[!+[]+!+[\" +\n \"]+!+[]]+(!![]+[])[+[]]+(!![]+[][(![]+[])[+[]]+(![]+[])[!+[]+!+[]]+(![]+[])[+!+[]\" +\n \"]+(!![]+[])[+[]]])[+!+[]+[+[]]]+(!![]+[])[+!+[]]][([][[]]+[])[+!+[]]+(![]+[])[+!\" +\n \"+[]]+((+[])[([][(![]+[])[+[]]+(![]+[])[!+[]+!+[]]+(![]+[])[+!+[]]+(!![]+[])[+[]]\" +\n \"]+[])[!+[]+!+[]+!+[]]+(!![]+[][(![]+[])[+[]]+(![]+[])[!+[]+!+[]]+(![]+[])[+!+[]]\" +\n \"+(!![]+[])[+[]]])[+!+[]+[+[]]]+([][[]]+[])[+!+[]]+(![]+[])[!+[]+!+[]+!+[]]+(!![]\" +\n \"+[])[+[]]+(!![]+[])[+!+[]]+([][[]]+[])[+[]]+([][(![]+[])[+[]]+(![]+[])[!+[]+!+[]\" +\n \"]+(![]+[])[+!+[]]+(!![]+[])[+[]]]+[])[!+[]+!+[]+!+[]]+(!![]+[])[+[]]+(!![]+[][(!\" +\n \"[]+[])[+[]]+(![]+[])[!+[]+!+[]]+(![]+[])[+!+[]]+(!![]+[])[+[]]])[+!+[]+[+[]]]+(!\" +\n \"![]+[])[+!+[]]]+[])[+!+[]+[+!+[]]]+(!![]+[])[!+[]+!+[]+!+[]]]](!+[]+!+[]+[+!+[]]\" +\n \")+(+[![]]+[][(![]+[])[+[]]+(![]+[])[!+[]+!+[]]+(![]+[])[+!+[]]+(!![]+[])[+[]]])[\" +\n \"+!+[]+[+!+[]]]+(!![]+[])[+[]]+(+(+!+[]+[+[]]+[+!+[]]))[(!![]+[])[+[]]+(!![]+[][(\" +\n \"![]+[])[+[]]+(![]+[])[!+[]+!+[]]+(![]+[])[+!+[]]+(!![]+[])[+[]]])[+!+[]+[+[]]]+(\" +\n \"[]+[])[([][(![]+[])[+[]]+(![]+[])[!+[]+!+[]]+(![]+[])[+!+[]]+(!![]+[])[+[]]]+[])\" +\n \"[!+[]+!+[]+!+[]]+(!![]+[][(![]+[])[+[]]+(![]+[])[!+[]+!+[]]+(![]+[])[+!+[]]+(!![\" +\n \"]+[])[+[]]])[+!+[]+[+[]]]+([][[]]+[])[+!+[]]+(![]+[])[!+[]+!+[]+!+[]]+(!![]+[])[\" +\n \"+[]]+(!![]+[])[+!+[]]+([][[]]+[])[+[]]+([][(![]+[])[+[]]+(![]+[])[!+[]+!+[]]+(![\" +\n \"]+[])[+!+[]]+(!![]+[])[+[]]]+[])[!+[]+!+[]+!+[]]+(!![]+[])[+[]]+(!![]+[][(![]+[]\" +\n \")[+[]]+(![]+[])[!+[]+!+[]]+(![]+[])[+!+[]]+(!![]+[])[+[]]])[+!+[]+[+[]]]+(!![]+[\" +\n \"])[+!+[]]][([][[]]+[])[+!+[]]+(![]+[])[+!+[]]+((+[])[([][(![]+[])[+[]]+(![]+[])[\" +\n \"!+[]+!+[]]+(![]+[])[+!+[]]+(!![]+[])[+[]]]+[])[!+[]+!+[]+!+[]]+(!![]+[][(![]+[])\" +\n \"[+[]]+(![]+[])[!+[]+!+[]]+(![]+[])[+!+[]]+(!![]+[])[+[]]])[+!+[]+[+[]]]+([][[]]+\" +\n \"[])[+!+[]]+(![]+[])[!+[]+!+[]+!+[]]+(!![]+[])[+[]]+(!![]+[])[+!+[]]+([][[]]+[])[\" +\n \"+[]]+([][(![]+[])[+[]]+(![]+[])[!+[]+!+[]]+(![]+[])[+!+[]]+(!![]+[])[+[]]]+[])[!\" +\n \"+[]+!+[]+!+[]]+(!![]+[])[+[]]+(!![]+[][(![]+[])[+[]]+(![]+[])[!+[]+!+[]]+(![]+[]\" +\n \")[+!+[]]+(!![]+[])[+[]]])[+!+[]+[+[]]]+(!![]+[])[+!+[]]]+[])[+!+[]+[+!+[]]]+(!![\" +\n \"]+[])[!+[]+!+[]+!+[]]]](!+[]+!+[]+[+!+[]])[+!+[]]+([![]]+[][[]])[+!+[]+[+[]]]+(!\" +\n \"[]+[])[!+[]+!+[]+!+[]]+([][(![]+[])[+[]]+(![]+[])[!+[]+!+[]]+(![]+[])[+!+[]]+(!!\" +\n \"[]+[])[+[]]][([][(![]+[])[+[]]+(![]+[])[!+[]+!+[]]+(![]+[])[+!+[]]+(!![]+[])[+[]\" +\n \"]]+[])[!+[]+!+[]+!+[]]+(!![]+[][(![]+[])[+[]]+(![]+[])[!+[]+!+[]]+(![]+[])[+!+[]\" +\n \"]+(!![]+[])[+[]]])[+!+[]+[+[]]]+([][[]]+[])[+!+[]]+(![]+[])[!+[]+!+[]+!+[]]+(!![\" +\n \"]+[])[+[]]+(!![]+[])[+!+[]]+([][[]]+[])[+[]]+([][(![]+[])[+[]]+(![]+[])[!+[]+!+[\" +\n \"]]+(![]+[])[+!+[]]+(!![]+[])[+[]]]+[])[!+[]+!+[]+!+[]]+(!![]+[])[+[]]+(!![]+[][(\" +\n \"![]+[])[+[]]+(![]+[])[!+[]+!+[]]+(![]+[])[+!+[]]+(!![]+[])[+[]]])[+!+[]+[+[]]]+(\" +\n \"!![]+[])[+!+[]]]((!![]+[])[+!+[]]+(!![]+[])[!+[]+!+[]+!+[]]+(!![]+[])[+[]]+([][[\" +\n \"]]+[])[+[]]+(!![]+[])[+!+[]]+([][[]]+[])[+!+[]]+(![]+[+[]])[([![]]+[][[]])[+!+[]\" +\n \"+[+[]]]+(!![]+[])[+[]]+(![]+[])[+!+[]]+(![]+[])[!+[]+!+[]]+([![]]+[][[]])[+!+[]+\" +\n \"[+[]]]+([][(![]+[])[+[]]+(![]+[])[!+[]+!+[]]+(![]+[])[+!+[]]+(!![]+[])[+[]]]+[])\" +\n \"[!+[]+!+[]+!+[]]+(![]+[])[!+[]+!+[]+!+[]]]()[+!+[]+[+[]]]+![]+(![]+[+[]])[([![]]\" +\n \"+[][[]])[+!+[]+[+[]]]+(!![]+[])[+[]]+(![]+[])[+!+[]]+(![]+[])[!+[]+!+[]]+([![]]+\" +\n \"[][[]])[+!+[]+[+[]]]+([][(![]+[])[+[]]+(![]+[])[!+[]+!+[]]+(![]+[])[+!+[]]+(!![]\" +\n \"+[])[+[]]]+[])[!+[]+!+[]+!+[]]+(![]+[])[!+[]+!+[]+!+[]]]()[+!+[]+[+[]]])()[([][(\" +\n \"![]+[])[+[]]+(![]+[])[!+[]+!+[]]+(![]+[])[+!+[]]+(!![]+[])[+[]]]+[])[!+[]+!+[]+!\" +\n \"+[]]+(!![]+[][(![]+[])[+[]]+(![]+[])[!+[]+!+[]]+(![]+[])[+!+[]]+(!![]+[])[+[]]])\" +\n \"[+!+[]+[+[]]]+([][[]]+[])[+!+[]]+(![]+[])[!+[]+!+[]+!+[]]+(!![]+[])[+[]]+(!![]+[\" +\n \"])[+!+[]]+([][[]]+[])[+[]]+([][(![]+[])[+[]]+(![]+[])[!+[]+!+[]]+(![]+[])[+!+[]]\" +\n \"+(!![]+[])[+[]]]+[])[!+[]+!+[]+!+[]]+(!![]+[])[+[]]+(!![]+[][(![]+[])[+[]]+(![]+\" +\n \"[])[!+[]+!+[]]+(![]+[])[+!+[]]+(!![]+[])[+[]]])[+!+[]+[+[]]]+(!![]+[])[+!+[]]]()\" +\n \"+[])[!+[]+!+[]]+([][(![]+[])[+[]]+(![]+[])[!+[]+!+[]]+(![]+[])[+!+[]]+(!![]+[])[\" +\n \"+[]]][([][(![]+[])[+[]]+(![]+[])[!+[]+!+[]]+(![]+[])[+!+[]]+(!![]+[])[+[]]]+[])[\" +\n \"!+[]+!+[]+!+[]]+(!![]+[][(![]+[])[+[]]+(![]+[])[!+[]+!+[]]+(![]+[])[+!+[]]+(!![]\" +\n \"+[])[+[]]])[+!+[]+[+[]]]+([][[]]+[])[+!+[]]+(![]+[])[!+[]+!+[]+!+[]]+(!![]+[])[+\" +\n \"[]]+(!![]+[])[+!+[]]+([][[]]+[])[+[]]+([][(![]+[])[+[]]+(![]+[])[!+[]+!+[]]+(![]\" +\n \"+[])[+!+[]]+(!![]+[])[+[]]]+[])[!+[]+!+[]+!+[]]+(!![]+[])[+[]]+(!![]+[][(![]+[])\" +\n \"[+[]]+(![]+[])[!+[]+!+[]]+(![]+[])[+!+[]]+(!![]+[])[+[]]])[+!+[]+[+[]]]+(!![]+[]\" +\n \")[+!+[]]]((!![]+[])[+!+[]]+(!![]+[])[!+[]+!+[]+!+[]]+(!![]+[])[+[]]+([][[]]+[])[\" +\n \"+[]]+(!![]+[])[+!+[]]+([][[]]+[])[+!+[]]+(![]+[+[]])[([![]]+[][[]])[+!+[]+[+[]]]\" +\n \"+(!![]+[])[+[]]+(![]+[])[+!+[]]+(![]+[])[!+[]+!+[]]+([![]]+[][[]])[+!+[]+[+[]]]+\" +\n \"([][(![]+[])[+[]]+(![]+[])[!+[]+!+[]]+(![]+[])[+!+[]]+(!![]+[])[+[]]]+[])[!+[]+!\" +\n \"+[]+!+[]]+(![]+[])[!+[]+!+[]+!+[]]]()[+!+[]+[+[]]]+![]+(![]+[+[]])[([![]]+[][[]]\" +\n \")[+!+[]+[+[]]]+(!![]+[])[+[]]+(![]+[])[+!+[]]+(![]+[])[!+[]+!+[]]+([![]]+[][[]])\" +\n \"[+!+[]+[+[]]]+([][(![]+[])[+[]]+(![]+[])[!+[]+!+[]]+(![]+[])[+!+[]]+(!![]+[])[+[\" +\n \"]]]+[])[!+[]+!+[]+!+[]]+(![]+[])[!+[]+!+[]+!+[]]]()[+!+[]+[+[]]])()[([][(![]+[])\" +\n \"[+[]]+(![]+[])[!+[]+!+[]]+(![]+[])[+!+[]]+(!![]+[])[+[]]]+[])[!+[]+!+[]+!+[]]+(!\" +\n \"![]+[][(![]+[])[+[]]+(![]+[])[!+[]+!+[]]+(![]+[])[+!+[]]+(!![]+[])[+[]]])[+!+[]+\" +\n \"[+[]]]+([][[]]+[])[+!+[]]+(![]+[])[!+[]+!+[]+!+[]]+(!![]+[])[+[]]+(!![]+[])[+!+[\" +\n \"]]+([][[]]+[])[+[]]+([][(![]+[])[+[]]+(![]+[])[!+[]+!+[]]+(![]+[])[+!+[]]+(!![]+\" +\n \"[])[+[]]]+[])[!+[]+!+[]+!+[]]+(!![]+[])[+[]]+(!![]+[][(![]+[])[+[]]+(![]+[])[!+[\" +\n \"]+!+[]]+(![]+[])[+!+[]]+(!![]+[])[+[]]])[+!+[]+[+[]]]+(!![]+[])[+!+[]]]((![]+[+[\" +\n \"]])[([![]]+[][[]])[+!+[]+[+[]]]+(!![]+[])[+[]]+(![]+[])[+!+[]]+(![]+[])[!+[]+!+[\" +\n \"]]+([![]]+[][[]])[+!+[]+[+[]]]+([][(![]+[])[+[]]+(![]+[])[!+[]+!+[]]+(![]+[])[+!\" +\n \"+[]]+(!![]+[])[+[]]]+[])[!+[]+!+[]+!+[]]+(![]+[])[!+[]+!+[]+!+[]]]()[+!+[]+[+[]]\" +\n \"])+[])[+!+[]]+[!+[]+!+[]+!+[]+!+[]]+[!+[]+!+[]]+([]+[])[(![]+[])[+[]]+(!![]+[][(\" +\n \"![]+[])[+[]]+(![]+[])[!+[]+!+[]]+(![]+[])[+!+[]]+(!![]+[])[+[]]])[+!+[]+[+[]]]+(\" +\n \"[][[]]+[])[+!+[]]+(!![]+[])[+[]]+([][(![]+[])[+[]]+(![]+[])[!+[]+!+[]]+(![]+[])[\" +\n \"+!+[]]+(!![]+[])[+[]]]+[])[!+[]+!+[]+!+[]]+(!![]+[][(![]+[])[+[]]+(![]+[])[!+[]+\" +\n \"!+[]]+(![]+[])[+!+[]]+(!![]+[])[+[]]])[+!+[]+[+[]]]+(![]+[])[!+[]+!+[]]+(!![]+[]\" +\n \"[(![]+[])[+[]]+(![]+[])[!+[]+!+[]]+(![]+[])[+!+[]]+(!![]+[])[+[]]])[+!+[]+[+[]]]\" +\n \"+(!![]+[])[+!+[]]]()[+!+[]+[!+[]+!+[]]])()\";\n\nexport function N00dles(): void {\n // TODO: Too powerful, needs a nerf.\n eval(n00dlePower);\n}\n","import React, { useState } from \"react\";\nimport { BBCabinetRoot } from \"./BBCabinet\";\n\nimport Button from \"@mui/material/Button\";\nimport { Player } from \"../../Player\";\nimport { AlertEvents } from \"../../ui/React/AlertManager\";\n\nenum Page {\n None,\n Megabyteburner2000,\n}\n\nexport function ArcadeRoot(): React.ReactElement {\n const [page, setPage] = useState(Page.None);\n\n function mbBurner2000(): void {\n if (Player.sourceFileLvl(1) === 0) {\n AlertEvents.emit(\"This machine is broken.\");\n } else {\n setPage(Page.Megabyteburner2000);\n }\n }\n\n if (page === Page.None) {\n return (\n <>\n \n \n );\n }\n let currentGame = <>;\n switch (page) {\n case Page.Megabyteburner2000:\n currentGame = ;\n }\n return (\n <>\n \n {currentGame}\n \n );\n}\n","import React, { useEffect } from \"react\";\nimport Typography from \"@mui/material/Typography\";\nimport { Player } from \"../../Player\";\nimport { Exploit } from \"../../Exploits/Exploit\";\n\nconst metaBB = \"https://bitburner-official.github.io/bitburner-legacy/\";\n\nconst style = {\n width: \"1060px\",\n height: \"800px\",\n border: \"0px\",\n};\n\nexport function BBCabinetRoot(): React.ReactElement {\n useEffect(() => {\n window.addEventListener(\"message\", function (this: Window, ev: MessageEvent) {\n if (ev.isTrusted && ev.origin == \"https://bitburner-official.github.io\" && ev.data) {\n Player.giveExploit(Exploit.TrueRecursion);\n }\n });\n });\n // prettier-ignore\n const joystick =\n <>\n \n ,'\" \"', .-. \n / \\ ( ) \n | | .-. '-' .-. \n \\ / ( ) ( )\n '.___.' '-' .-. '-'\n ||| ( ) \n ||| '-' \n ;\n return (\n <>\n \n \n \n \n );\n}\n","/**\n * Class representing a Script instance that is actively running.\n * A Script can have multiple active instances\n */\nimport { Script } from \"./Script\";\nimport { ScriptUrl } from \"./ScriptUrl\";\nimport { Settings } from \"../Settings/Settings\";\nimport { Terminal } from \"../Terminal\";\n\nimport { Generic_fromJSON, Generic_toJSON, IReviverValue, Reviver } from \"../utils/JSONReviver\";\nimport { formatTime } from \"../utils/helpers/formatTime\";\nimport { ScriptArg } from \"../Netscript/ScriptArg\";\n\nexport class RunningScript {\n // Script arguments\n args: ScriptArg[] = [];\n\n // Map of [key: hostname] -> Hacking data. Used for offline progress calculations.\n // Hacking data format: [MoneyStolen, NumTimesHacked, NumTimesGrown, NumTimesWeaken]\n dataMap: Record = {};\n\n // Script filename\n filename = \"\";\n\n // This script's logs. An array of log entries\n logs: string[] = [];\n\n // Flag indicating whether the logs have been updated since\n // the last time the UI was updated\n logUpd = false;\n\n // Total amount of hacking experience earned from this script when offline\n offlineExpGained = 0;\n\n // Total amount of money made by this script when offline\n offlineMoneyMade = 0;\n\n // Number of seconds that the script has been running offline\n offlineRunningTime = 0.01;\n\n // Total amount of hacking experience earned from this script when online\n onlineExpGained = 0;\n\n // Total amount of money made by this script when online\n onlineMoneyMade = 0;\n\n // Number of seconds that this script has been running online\n onlineRunningTime = 0.01;\n\n // Process ID. Must be an integer and equals the PID of corresponding WorkerScript\n pid = -1;\n\n // How much RAM this script uses for ONE thread\n ramUsage = 0;\n\n // hostname of the server on which this script is running\n server = \"\";\n\n // Number of threads that this script is running with\n threads = 1;\n\n // Script urls for the current running script for translating urls back to file names in errors\n dependencies: ScriptUrl[] = [];\n\n constructor(script: Script | null = null, args: ScriptArg[] = []) {\n if (script == null) {\n return;\n }\n this.filename = script.filename;\n this.args = args;\n this.server = script.server;\n this.ramUsage = script.ramUsage;\n this.dependencies = script.dependencies;\n }\n\n log(txt: string): void {\n if (this.logs.length > Settings.MaxLogCapacity) {\n this.logs.shift();\n }\n\n let logEntry = txt;\n if (Settings.TimestampsFormat) {\n logEntry = \"[\" + formatTime(Settings.TimestampsFormat) + \"] \" + logEntry;\n }\n\n this.logs.push(logEntry);\n this.logUpd = true;\n }\n\n displayLog(): void {\n for (let i = 0; i < this.logs.length; ++i) {\n Terminal.print(this.logs[i]);\n }\n }\n\n clearLog(): void {\n this.logs.length = 0;\n }\n\n // Update the moneyStolen and numTimesHack maps when hacking\n recordHack(hostname: string, moneyGained: number, n = 1): void {\n if (this.dataMap[hostname] == null || this.dataMap[hostname].constructor !== Array) {\n this.dataMap[hostname] = [0, 0, 0, 0];\n }\n this.dataMap[hostname][0] += moneyGained;\n this.dataMap[hostname][1] += n;\n }\n\n // Update the grow map when calling grow()\n recordGrow(hostname: string, n = 1): void {\n if (this.dataMap[hostname] == null || this.dataMap[hostname].constructor !== Array) {\n this.dataMap[hostname] = [0, 0, 0, 0];\n }\n this.dataMap[hostname][2] += n;\n }\n\n // Update the weaken map when calling weaken() {\n recordWeaken(hostname: string, n = 1): void {\n if (this.dataMap[hostname] == null || this.dataMap[hostname].constructor !== Array) {\n this.dataMap[hostname] = [0, 0, 0, 0];\n }\n this.dataMap[hostname][3] += n;\n }\n\n // Serialize the current object to a JSON save state\n toJSON(): IReviverValue {\n return Generic_toJSON(\"RunningScript\", this);\n }\n\n // Initializes a RunningScript Object from a JSON save state\n static fromJSON(value: IReviverValue): RunningScript {\n return Generic_fromJSON(RunningScript, value.data);\n }\n}\n\nReviver.constructors.RunningScript = RunningScript;\n","import { FactionNames } from \"./Faction/data/FactionNames\";\nimport { CityName } from \"./Locations/data/CityNames\";\nimport { StaticAugmentations } from \"./Augmentation/StaticAugmentations\";\nimport { augmentationExists, initAugmentations } from \"./Augmentation/AugmentationHelpers\";\nimport { AugmentationNames } from \"./Augmentation/data/AugmentationNames\";\nimport { initBitNodeMultipliers } from \"./BitNode/BitNode\";\nimport { Companies, initCompanies } from \"./Company/Companies\";\nimport { resetIndustryResearchTrees } from \"./Corporation/IndustryData\";\nimport { Programs } from \"./Programs/Programs\";\nimport { Factions, initFactions } from \"./Faction/Factions\";\nimport { joinFaction } from \"./Faction/FactionHelpers\";\nimport { updateHashManagerCapacity } from \"./Hacknet/HacknetHelpers\";\nimport { prestigeWorkerScripts } from \"./NetscriptWorker\";\nimport { Player } from \"@player\";\nimport { recentScripts } from \"./Netscript/RecentScripts\";\nimport { resetPidCounter } from \"./Netscript/Pid\";\nimport { LiteratureNames } from \"./Literature/data/LiteratureNames\";\n\nimport { GetServer, AddToAllServers, initForeignServers, prestigeAllServers } from \"./Server/AllServers\";\nimport { prestigeHomeComputer } from \"./Server/ServerHelpers\";\nimport { SpecialServers } from \"./Server/data/SpecialServers\";\nimport { deleteStockMarket, initStockMarket, initSymbolToStockMap } from \"./StockMarket/StockMarket\";\nimport { Terminal } from \"./Terminal\";\n\nimport { dialogBoxCreate } from \"./ui/React/DialogBox\";\n\nimport { staneksGift } from \"./CotMG/Helper\";\nimport { ProgramsSeen } from \"./Programs/ui/ProgramsRoot\";\nimport { InvitationsSeen } from \"./Faction/ui/FactionsRoot\";\nimport { CONSTANTS } from \"./Constants\";\nimport { LogBoxClearEvents } from \"./ui/React/LogBoxManager\";\n\nconst BitNode8StartingMoney = 250e6;\n\n// Prestige by purchasing augmentation\nexport function prestigeAugmentation(): void {\n initBitNodeMultipliers();\n\n const maintainMembership = Player.factions.concat(Player.factionInvitations).filter(function (faction) {\n return Factions[faction].getInfo().keep;\n });\n Player.prestigeAugmentation();\n\n // Delete all Worker Scripts objects\n prestigeWorkerScripts();\n\n const homeComp = Player.getHomeComputer();\n // Delete all servers except home computer\n prestigeAllServers();\n\n // Reset home computer (only the programs) and add to AllServers\n AddToAllServers(homeComp);\n prestigeHomeComputer(homeComp);\n\n if (augmentationExists(AugmentationNames.Neurolink) && Player.hasAugmentation(AugmentationNames.Neurolink, true)) {\n homeComp.programs.push(Programs.FTPCrackProgram.name);\n homeComp.programs.push(Programs.RelaySMTPProgram.name);\n }\n if (augmentationExists(AugmentationNames.CashRoot) && Player.hasAugmentation(AugmentationNames.CashRoot, true)) {\n Player.setMoney(1e6);\n homeComp.programs.push(Programs.BruteSSHProgram.name);\n }\n if (augmentationExists(AugmentationNames.PCMatrix) && Player.hasAugmentation(AugmentationNames.PCMatrix, true)) {\n homeComp.programs.push(Programs.DeepscanV1.name);\n homeComp.programs.push(Programs.AutoLink.name);\n }\n\n if (Player.sourceFileLvl(5) > 0 || Player.bitNodeN === 5) {\n homeComp.programs.push(Programs.Formulas.name);\n }\n\n // Re-create foreign servers\n initForeignServers(Player.getHomeComputer());\n\n // Gain favor for Companies\n for (const member of Object.keys(Companies)) {\n if (Companies.hasOwnProperty(member)) {\n Companies[member].gainFavor();\n }\n }\n\n // Gain favor for factions\n for (const member of Object.keys(Factions)) {\n if (Factions.hasOwnProperty(member)) {\n Factions[member].gainFavor();\n }\n }\n\n // Stop a Terminal action if there is one.\n if (Terminal.action !== null) {\n Terminal.finishAction(true);\n }\n Terminal.clear();\n LogBoxClearEvents.emit();\n\n // Re-initialize things - This will update any changes\n initFactions(); // Factions must be initialized before augmentations\n\n Player.factionInvitations = Player.factionInvitations.concat(maintainMembership);\n initAugmentations(); // Calls reapplyAllAugmentations() and resets Player multipliers\n Player.reapplyAllSourceFiles();\n initCompanies();\n\n // Apply entropy from grafting\n Player.applyEntropy(Player.entropy);\n\n // Gang\n const gang = Player.gang;\n if (gang) {\n const faction = Factions[gang.facName];\n if (faction) joinFaction(faction);\n const penalty = 0.95;\n for (const m of gang.members) {\n m.hack_asc_points *= penalty;\n m.str_asc_points *= penalty;\n m.def_asc_points *= penalty;\n m.dex_asc_points *= penalty;\n m.agi_asc_points *= penalty;\n m.cha_asc_points *= penalty;\n }\n }\n\n // BitNode 3: Corporatocracy\n if (Player.bitNodeN === 3) {\n homeComp.messages.push(LiteratureNames.CorporationManagementHandbook);\n }\n\n // Cancel Bladeburner action\n if (Player.bladeburner) {\n Player.bladeburner.prestige();\n }\n\n // BitNode 8: Ghost of Wall Street\n if (Player.bitNodeN === 8) {\n Player.money = BitNode8StartingMoney;\n }\n if (Player.bitNodeN === 8 || Player.sourceFileLvl(8) > 0) {\n Player.hasWseAccount = true;\n Player.hasTixApiAccess = true;\n }\n\n // Reset Stock market\n if (Player.hasWseAccount) {\n initStockMarket();\n initSymbolToStockMap();\n }\n\n // Red Pill\n if (augmentationExists(AugmentationNames.TheRedPill) && Player.hasAugmentation(AugmentationNames.TheRedPill, true)) {\n const WorldDaemon = GetServer(SpecialServers.WorldDaemon);\n const DaedalusServer = GetServer(SpecialServers.DaedalusServer);\n if (WorldDaemon && DaedalusServer) {\n WorldDaemon.serversOnNetwork.push(DaedalusServer.hostname);\n DaedalusServer.serversOnNetwork.push(WorldDaemon.hostname);\n }\n }\n\n if (\n augmentationExists(AugmentationNames.StaneksGift1) &&\n Player.hasAugmentation(AugmentationNames.StaneksGift1, true)\n ) {\n joinFaction(Factions[FactionNames.ChurchOfTheMachineGod]);\n }\n\n staneksGift.prestigeAugmentation();\n\n resetPidCounter();\n ProgramsSeen.splice(0, ProgramsSeen.length);\n InvitationsSeen.splice(0, InvitationsSeen.length);\n}\n\n// Prestige by destroying Bit Node and gaining a Source File\nexport function prestigeSourceFile(flume: boolean): void {\n initBitNodeMultipliers();\n\n Player.prestigeSourceFile();\n prestigeWorkerScripts(); // Delete all Worker Scripts objects\n\n const homeComp = Player.getHomeComputer();\n\n // Stop a Terminal action if there is one.\n if (Terminal.action !== null) {\n Terminal.finishAction(true);\n }\n Terminal.clear();\n LogBoxClearEvents.emit();\n\n // Delete all servers except home computer\n prestigeAllServers(); // Must be done before initForeignServers()\n\n // Reset home computer (only the programs) and add to AllServers\n AddToAllServers(homeComp);\n prestigeHomeComputer(homeComp);\n\n // Re-create foreign servers\n initForeignServers(Player.getHomeComputer());\n\n if (Player.sourceFileLvl(9) >= 2) {\n homeComp.setMaxRam(128);\n } else if (Player.sourceFileLvl(1) > 0) {\n homeComp.setMaxRam(32);\n } else {\n homeComp.setMaxRam(8);\n }\n homeComp.cpuCores = 1;\n\n // Reset favor for Companies\n for (const member of Object.keys(Companies)) {\n if (Companies.hasOwnProperty(member)) {\n Companies[member].favor = 0;\n }\n }\n\n // Reset favor for factions\n for (const member of Object.keys(Factions)) {\n if (Factions.hasOwnProperty(member)) {\n Factions[member].favor = 0;\n }\n }\n\n // Stop a Terminal action if there is one\n if (Terminal.action !== null) {\n Terminal.finishAction(true);\n }\n\n // Delete all Augmentations\n for (const name of Object.keys(StaticAugmentations)) {\n if (StaticAugmentations.hasOwnProperty(name)) {\n delete StaticAugmentations[name];\n }\n }\n\n // Give levels of NeuroFluxGovernor for Source-File 12. Must be done here before Augmentations are recalculated\n if (Player.sourceFileLvl(12) > 0) {\n Player.augmentations.push({\n name: AugmentationNames.NeuroFluxGovernor,\n level: Player.sourceFileLvl(12),\n });\n }\n\n // Re-initialize things - This will update any changes\n initFactions(); // Factions must be initialized before augmentations\n initAugmentations(); // Calls reapplyAllAugmentations() and resets Player multipliers\n Player.reapplyAllSourceFiles();\n initCompanies();\n\n if (Player.sourceFileLvl(5) > 0 || Player.bitNodeN === 5) {\n homeComp.programs.push(Programs.Formulas.name);\n }\n\n // BitNode 3: Corporatocracy\n if (Player.bitNodeN === 3) {\n homeComp.messages.push(LiteratureNames.CorporationManagementHandbook);\n dialogBoxCreate(\n \"You received a copy of the Corporation Management Handbook on your home computer. \" +\n \"Read it if you need help getting started with Corporations!\",\n );\n }\n\n // BitNode 8: Ghost of Wall Street\n if (Player.bitNodeN === 8) {\n Player.money = BitNode8StartingMoney;\n }\n if (Player.bitNodeN === 8 || Player.sourceFileLvl(8) > 0) {\n Player.hasWseAccount = true;\n Player.hasTixApiAccess = true;\n }\n\n // Bit Node 10: Digital Carbon\n if (Player.bitNodeN === 10) {\n dialogBoxCreate(\"Visit VitaLife in New Tokyo if you'd like to purchase a new sleeve!\");\n }\n\n if (Player.bitNodeN === 13) {\n dialogBoxCreate(`Trouble is brewing in ${CityName.Chongqing}`);\n }\n\n // Reset Stock market, gang, and corporation\n if (Player.hasWseAccount) {\n initStockMarket();\n initSymbolToStockMap();\n } else {\n deleteStockMarket();\n }\n\n Player.gang = null;\n Player.corporation = null;\n resetIndustryResearchTrees();\n Player.bladeburner = null;\n\n // Source-File 9 (level 3) effect\n if (Player.sourceFileLvl(9) >= 3) {\n const hserver = Player.createHacknetServer();\n\n hserver.level = 100;\n hserver.cores = 10;\n hserver.cache = 5;\n hserver.updateHashRate(Player.mults.hacknet_node_money);\n hserver.updateHashCapacity();\n updateHashManagerCapacity();\n }\n\n if (Player.bitNodeN === 13) {\n Player.money = CONSTANTS.TravelCost;\n }\n staneksGift.prestigeSourceFile();\n\n // Gain int exp\n if (Player.sourceFileLvl(5) !== 0 && !flume) Player.gainIntelligenceExp(300);\n\n // Clear recent scripts\n recentScripts.splice(0, recentScripts.length);\n resetPidCounter();\n}\n","import { Player } from \"@player\";\nimport { Generic_fromJSON, Generic_toJSON, IReviverValue, Reviver } from \"../../../utils/JSONReviver\";\nimport { Sleeve } from \"../Sleeve\";\nimport { Work, WorkType } from \"./Work\";\n\nexport const isSleeveSynchroWork = (w: Work | null): w is SleeveSynchroWork =>\n w !== null && w.type === WorkType.SYNCHRO;\n\nexport class SleeveSynchroWork extends Work {\n constructor() {\n super(WorkType.SYNCHRO);\n }\n\n process(sleeve: Sleeve, cycles: number): number {\n sleeve.sync = Math.min(100, sleeve.sync + Player.getIntelligenceBonus(0.5) * 0.0002 * cycles);\n if (sleeve.sync >= 100) sleeve.stopWork();\n return 0;\n }\n\n APICopy(): Record {\n return {\n type: this.type,\n };\n }\n\n /** Serialize the current object to a JSON save state. */\n toJSON(): IReviverValue {\n return Generic_toJSON(\"SleeveSynchroWork\", this);\n }\n\n /** Initializes a SynchroWork object from a JSON save state. */\n static fromJSON(value: IReviverValue): SleeveSynchroWork {\n return Generic_fromJSON(SleeveSynchroWork, value.data);\n }\n}\n\nReviver.constructors.SleeveSynchroWork = SleeveSynchroWork;\n","import { Generic_fromJSON, Generic_toJSON, IReviverValue, Reviver } from \"../../../utils/JSONReviver\";\nimport { Sleeve } from \"../Sleeve\";\nimport { Work, WorkType } from \"./Work\";\n\nexport const isSleeveRecoveryWork = (w: Work | null): w is SleeveRecoveryWork =>\n w !== null && w.type === WorkType.RECOVERY;\n\nexport class SleeveRecoveryWork extends Work {\n constructor() {\n super(WorkType.RECOVERY);\n }\n\n process(sleeve: Sleeve, cycles: number): number {\n sleeve.shock = Math.min(100, sleeve.shock + 0.0002 * cycles);\n if (sleeve.shock >= 100) sleeve.stopWork();\n return 0;\n }\n\n APICopy(): Record {\n return {\n type: this.type,\n };\n }\n\n /** Serialize the current object to a JSON save state. */\n toJSON(): IReviverValue {\n return Generic_toJSON(\"SleeveRecoveryWork\", this);\n }\n\n /** Initializes a RecoveryWork object from a JSON save state. */\n static fromJSON(value: IReviverValue): SleeveRecoveryWork {\n return Generic_fromJSON(SleeveRecoveryWork, value.data);\n }\n}\n\nReviver.constructors.SleeveRecoveryWork = SleeveRecoveryWork;\n","import React from \"react\";\nimport { CityName } from \"../../Locations/data/CityNames\";\nimport Typography from \"@mui/material/Typography\";\nimport Tooltip from \"@mui/material/Tooltip\";\nimport { Theme } from \"@mui/material/styles\";\nimport makeStyles from \"@mui/styles/makeStyles\";\nimport createStyles from \"@mui/styles/createStyles\";\n\ninterface ICityProps {\n currentCity: CityName;\n city: CityName;\n onTravel: (city: CityName) => void;\n}\n\nconst useStyles = makeStyles((theme: Theme) =>\n createStyles({\n travel: {\n color: theme.colors.white,\n lineHeight: \"1em\",\n whiteSpace: \"pre\",\n cursor: \"pointer\",\n },\n }),\n);\n\nfunction City(props: ICityProps): React.ReactElement {\n const classes = useStyles();\n if (props.city !== props.currentCity) {\n return (\n {props.city}}>\n props.onTravel(props.city)} className={classes.travel}>\n {props.city[0]}\n \n \n );\n }\n return {props.city[0]};\n}\n\ninterface IProps {\n currentCity: CityName;\n onTravel: (city: CityName) => void;\n}\n\nexport function WorldMap(props: IProps): React.ReactElement {\n // prettier-ignore\n return (\n <>\n ,_ . ._. _. .\n , _-\\','|~\\~ ~/ ;-'_ _-' ,;_;_, ~~-\n /~~-\\_/-'~'--' \\~~| ', ,' / / ~|-_\\_/~/~ ~~--~~~~'--_\n / ,/'-/~ '\\ ,' _ , ','|~ ._/-, /~\n ~/-'~\\_, '-,| '|. ' ~ ,\\ /'~ / /_ /~\n .-~ '| '',\\~|\\ _\\~ ,_ , /,\n '\\ /'~ |_/~\\\\,-,~ \\ \" ,_,/ |\n | / ._-~'\\_ _~| \\ ) \n \\ __-\\ '/ ~ |\\ \\_ / ~\n ., '\\ |, ~-_ - | \\\\_' ~| /\\ \\~ ,\n ~-_' _; '\\ '-, \\,' /\\/ |\n '\\_,~'\\_ \\_ _, /' ' |, /|'\n / \\_ ~ | / \\ ~'; -,_.\n | ~\\ | | , '-_, ,; ~ ~\\\n \\, / \\ / /| ,-, , -,\n | ,/ | |' |/ ,- ~ \\ '.\n ,| ,/ \\ ,/ \\ |\n / | ~ -~~-, / _\n | ,-' ~ /\n / ,' ~\n ',| ~\n ~'\n \n );\n}\n","import React from \"react\";\nimport { formatNumber } from \"../../utils/StringHelperFunctions\";\nimport { StealthIcon } from \"./StealthIcon\";\nimport { KillIcon } from \"./KillIcon\";\nimport { Action } from \"../Action\";\nimport { Bladeburner } from \"../Bladeburner\";\nimport { Player } from \"@player\";\n\ninterface IProps {\n bladeburner: Bladeburner;\n action: Action;\n}\n\nexport function SuccessChance(props: IProps): React.ReactElement {\n const estimatedSuccessChance = props.action.getEstSuccessChance(props.bladeburner, Player);\n\n let chance = <>;\n if (estimatedSuccessChance[0] === estimatedSuccessChance[1]) {\n chance = <>{formatNumber(estimatedSuccessChance[0] * 100, 1)}%;\n } else {\n chance = (\n <>\n {formatNumber(estimatedSuccessChance[0] * 100, 1)}% ~ {formatNumber(estimatedSuccessChance[1] * 100, 1)}%\n \n );\n }\n\n return (\n <>\n Estimated success chance: {chance} {props.action.isStealth ? : <>}\n {props.action.isKill ? : <>}\n \n );\n}\n","import React from \"react\";\nimport { Modal } from \"./Modal\";\n\ninterface IProps {\n open: boolean;\n onClose: () => void;\n children: JSX.Element[] | JSX.Element | React.ReactElement[] | React.ReactElement;\n}\n\nexport function StaticModal(props: IProps): React.ReactElement {\n return (\n \n {props.children}\n \n );\n}\n","import React from \"react\";\nimport { DarkWebItems } from \"./DarkWebItems\";\n\nimport { Player } from \"@player\";\nimport { Terminal } from \"../Terminal\";\nimport { SpecialServers } from \"../Server/data/SpecialServers\";\nimport { numeralWrapper } from \"../ui/numeralFormat\";\nimport { Money } from \"../ui/React/Money\";\nimport { DarkWebItem } from \"./DarkWebItem\";\nimport { isCreateProgramWork } from \"../Work/CreateProgramWork\";\n\n//Posts a \"help\" message if connected to DarkWeb\nexport function checkIfConnectedToDarkweb(): void {\n const server = Player.getCurrentServer();\n if (server !== null && SpecialServers.DarkWeb == server.hostname) {\n Terminal.print(\n \"You are now connected to the dark web. From the dark web you can purchase illegal items. \" +\n \"Use the 'buy -l' command to display a list of all the items you can buy. Use 'buy [item-name]' \" +\n \"to purchase an item. Use 'buy -a' to purchase all unowned items.\",\n );\n }\n}\n\nexport function listAllDarkwebItems(): void {\n for (const key of Object.keys(DarkWebItems)) {\n const item = DarkWebItems[key];\n\n const cost = Player.getHomeComputer().programs.includes(item.program) ? (\n [OWNED]\n ) : (\n \n );\n\n Terminal.printRaw(\n <>\n {item.program} - {cost} - {item.description}\n ,\n );\n }\n}\n\nexport function buyDarkwebItem(itemName: string): void {\n itemName = itemName.toLowerCase();\n\n // find the program that matches, if any\n let item: DarkWebItem | null = null;\n\n for (const key of Object.keys(DarkWebItems)) {\n const i = DarkWebItems[key];\n if (i.program.toLowerCase() == itemName) {\n item = i;\n }\n }\n\n // return if invalid\n if (item === null) {\n Terminal.error(\"Unrecognized item: \" + itemName);\n return;\n }\n\n // return if the player already has it.\n if (Player.hasProgram(item.program)) {\n Terminal.print(\"You already have the \" + item.program + \" program\");\n return;\n }\n\n // return if the player doesn't have enough money\n if (Player.money < item.price) {\n Terminal.error(\"Not enough money to purchase \" + item.program);\n return;\n }\n\n // buy and push\n Player.loseMoney(item.price, \"other\");\n\n Player.getHomeComputer().pushProgram(item.program);\n // Cancel if the program is in progress of writing\n if (isCreateProgramWork(Player.currentWork) && Player.currentWork.programName === item.program) {\n Player.finishWork(true);\n }\n\n Terminal.print(\n \"You have purchased the \" + item.program + \" program. The new program can be found on your home computer.\",\n );\n}\n\nexport function buyAllDarkwebItems(): void {\n const itemsToBuy: DarkWebItem[] = [];\n let cost = 0;\n\n for (const key of Object.keys(DarkWebItems)) {\n const item = DarkWebItems[key];\n if (!Player.hasProgram(item.program)) {\n itemsToBuy.push(item);\n cost += item.price;\n }\n }\n\n if (itemsToBuy.length === 0) {\n Terminal.print(\"All available programs have been purchased already.\");\n return;\n }\n\n if (cost > Player.money) {\n Terminal.error(\n \"Not enough money to purchase remaining programs, \" + numeralWrapper.formatMoney(cost) + \" required\",\n );\n return;\n }\n\n for (const item of itemsToBuy) {\n buyDarkwebItem(item.program);\n }\n}\n","import { KEY } from \"../utils/helpers/keyCodes\";\nimport { substituteAliases } from \"../Alias\";\n// Helper function to parse individual arguments into number/boolean/string as appropriate\nfunction parseArg(arg: string): string | number | boolean {\n // Handles all numbers including hexadecimal, octal, and binary representations, returning NaN on an unparsable string\n const asNumber = Number(arg);\n if (!isNaN(asNumber)) {\n return asNumber;\n }\n\n if (arg === \"true\" || arg === \"false\") {\n return arg === \"true\";\n }\n\n return arg;\n}\n\nexport function ParseCommands(commands: string): string[] {\n // Sanitize input\n commands = commands.trim();\n // Replace all extra whitespace in command with a single space\n commands = commands.replace(/\\s\\s+/g, \" \");\n\n const match = commands.match(/(?:'[^']*'|\"[^\"]*\"|[^;\"])*/g);\n if (!match) return [];\n // Split commands and execute sequentially\n const allCommands = match\n .map(substituteAliases)\n .map((c) => c.match(/(?:'[^']*'|\"[^\"]*\"|[^;\"])*/g))\n .flat();\n\n const out: string[] = [];\n for (const c of allCommands) {\n if (c === null) continue;\n if (c.match(/^\\s*$/)) {\n continue;\n } // Don't run commands that only have whitespace\n out.push(c.trim());\n }\n return out;\n}\n\nexport function ParseCommand(command: string): (string | number | boolean)[] {\n let idx = 0;\n const args = [];\n\n let lastQuote = \"\";\n\n let arg = \"\";\n while (idx < command.length) {\n const c = command.charAt(idx);\n\n // If the current character is a backslash, add the next character verbatim to the argument\n if (c === \"\\\\\") {\n arg += command.charAt(++idx);\n // If the current character is a single- or double-quote mark, add it to the current argument.\n } else if (c === KEY.DOUBLE_QUOTE || c === KEY.QUOTE) {\n // If we're currently in a quoted string argument and this quote mark is the same as the beginning,\n // the string is done\n if (lastQuote !== \"\" && c === lastQuote) {\n lastQuote = \"\";\n // Otherwise if we're not in a string argument, we've begun one\n } else if (lastQuote === \"\") {\n lastQuote = c;\n // Otherwise if we're in a string argument, add the current character to it\n } else {\n arg += c;\n }\n // If the current character is a space and we are not inside a string, parse the current argument\n // and start a new one\n } else if (c === KEY.SPACE && lastQuote === \"\") {\n args.push(parseArg(arg));\n\n arg = \"\";\n } else {\n // Add the current character to the current argument\n arg += c;\n }\n\n idx++;\n }\n\n // Add the last arg (if any)\n if (arg !== \"\") {\n args.push(parseArg(arg));\n }\n\n return args;\n}\n","/**\n * This is a central class for storing and managing the player's hashes,\n * which are generated by Hacknet Servers\n *\n * It is also used to keep track of what upgrades the player has bought with\n * his hashes, and contains method for grabbing the data/multipliers from\n * those upgrades\n */\nimport { HashUpgrades } from \"./HashUpgrades\";\nimport { HashUpgrade } from \"./HashUpgrade\";\n\nimport { Generic_fromJSON, Generic_toJSON, IReviverValue, Reviver } from \"../utils/JSONReviver\";\n\nexport class HashManager {\n // Max number of hashes this can hold. Equal to the sum of capacities of\n // all Hacknet Servers\n capacity = 0;\n\n // Number of hashes currently in storage\n hashes = 0;\n\n // Map of Hash Upgrade Name -> levels in that upgrade\n upgrades: Record = {};\n\n constructor() {\n for (const name of Object.keys(HashUpgrades)) {\n this.upgrades[name] = 0;\n }\n }\n\n /** Generic helper function for getting a multiplier from a HashUpgrade */\n getMult(upgName: string): number {\n const upg = HashUpgrades[upgName];\n const currLevel = this.upgrades[upgName];\n if (upg == null || currLevel == null) {\n console.error(`Could not find Hash Study upgrade`);\n return 1;\n }\n\n return 1 + (upg.value * currLevel) / 100;\n }\n\n /** One of the Hash upgrades improves studying. This returns that multiplier */\n getStudyMult(): number {\n const upgName = \"Improve Studying\";\n\n return this.getMult(upgName);\n }\n\n /** One of the Hash upgrades improves gym training. This returns that multiplier */\n getTrainingMult(): number {\n const upgName = \"Improve Gym Training\";\n\n return this.getMult(upgName);\n }\n\n getUpgrade(upgName: string): HashUpgrade | null {\n const upg = HashUpgrades[upgName];\n if (!upg) {\n console.error(`Invalid Upgrade Name given to HashManager.getUpgrade(): ${upgName}`);\n return null;\n }\n return upg;\n }\n\n /** Get the cost (in hashes) of an upgrade */\n getUpgradeCost(upgName: string, count = 1): number {\n const upg = this.getUpgrade(upgName);\n const currLevel = this.upgrades[upgName];\n if (upg == null || currLevel == null) {\n console.error(`Invalid Upgrade Name given to HashManager.getUpgradeCost(): ${upgName}`);\n return Infinity;\n }\n\n return upg.getCost(currLevel, count);\n }\n\n prestige(): void {\n for (const name of Object.keys(HashUpgrades)) {\n this.upgrades[name] = 0;\n }\n this.hashes = 0;\n\n // When prestiging, player's hacknet nodes are always reset. So capacity = 0\n this.updateCapacity(0);\n }\n\n /** Reverts an upgrade and refunds the hashes used to buy it */\n refundUpgrade(upgName: string, count = 1): void {\n const upg = HashUpgrades[upgName];\n\n // Reduce the level first, so we get the right cost\n this.upgrades[upgName] -= count;\n\n const currLevel = this.upgrades[upgName];\n if (upg == null || currLevel == null || currLevel < 0) {\n console.error(`Invalid Upgrade Name given to HashManager.upgrade(): ${upgName}`);\n return;\n }\n\n const cost = upg.getCost(currLevel, count);\n this.hashes += cost;\n }\n\n /**\n * Stores the given hashes, capping at capacity\n * @param numHashes The number of hashes to increment\n * @returns The number of wasted hashes (over capacity)\n */\n storeHashes(numHashes: number): number {\n this.hashes += numHashes;\n let wastedHashes = this.hashes;\n this.hashes = Math.min(this.hashes, this.capacity);\n wastedHashes -= this.hashes;\n return wastedHashes;\n }\n\n updateCapacity(newCap: number): void {\n if (newCap < 0) {\n this.capacity = 0;\n }\n this.capacity = Math.max(newCap, 0);\n }\n\n /**\n * Returns boolean indicating whether or not the upgrade was successfully purchased\n * Note that this does NOT actually implement the effect\n */\n upgrade(upgName: string, count = 1): boolean {\n const upg = HashUpgrades[upgName];\n if (upg == null) {\n console.error(`Invalid Upgrade Name given to HashManager.upgrade(): ${upgName}`);\n return false;\n }\n\n const cost = this.getUpgradeCost(upgName, count);\n\n if (this.hashes < cost) {\n return false;\n }\n\n this.hashes -= cost;\n this.upgrades[upgName] += count;\n\n return true;\n }\n\n //Serialize the current object to a JSON save state.\n toJSON(): IReviverValue {\n return Generic_toJSON(\"HashManager\", this);\n }\n\n // Initializes a HashManager object from a JSON save state.\n static fromJSON(value: IReviverValue): HashManager {\n return Generic_fromJSON(HashManager, value.data);\n }\n}\n\nReviver.constructors.HashManager = HashManager;\n","import { Player } from \"@player\";\nimport { calculateSkill } from \"../../PersonObjects/formulas/skill\";\n\nfunction calculateRawDiff(stats: number, startingDifficulty: number): number {\n const difficulty = startingDifficulty - Math.pow(stats, 0.9) / 250 - Player.skills.intelligence / 1600;\n if (difficulty < 0) return 0;\n if (difficulty > 3) return 3;\n return difficulty;\n}\n\nexport function calculateDifficulty(startingSecurityLevel: number): number {\n const totalStats =\n Player.skills.strength +\n Player.skills.defense +\n Player.skills.dexterity +\n Player.skills.agility +\n Player.skills.charisma;\n return calculateRawDiff(totalStats, startingSecurityLevel);\n}\n\nexport function calculateReward(startingSecurityLevel: number): number {\n const xpMult = 10 * 60 * 15;\n const total =\n calculateSkill(Player.mults.strength_exp * xpMult, Player.mults.strength) +\n calculateSkill(Player.mults.defense_exp * xpMult, Player.mults.defense) +\n calculateSkill(Player.mults.agility_exp * xpMult, Player.mults.agility) +\n calculateSkill(Player.mults.dexterity_exp * xpMult, Player.mults.dexterity) +\n calculateSkill(Player.mults.charisma_exp * xpMult, Player.mults.charisma);\n return calculateRawDiff(total, startingSecurityLevel);\n}\n","import React, { useState } from \"react\";\n\nimport { CinematicLine } from \"./CinematicLine\";\nimport Typography from \"@mui/material/Typography\";\nimport Button from \"@mui/material/Button\";\n\ninterface IProps {\n lines: string[];\n auto?: boolean;\n onDone?: () => void;\n}\n\nexport function CinematicText(props: IProps): React.ReactElement {\n const [i, setI] = useState(0);\n const [done, setDone] = useState(false);\n\n function advance(): void {\n const newI = i + 1;\n setI(newI);\n if (newI >= props.lines.length) {\n if (props.onDone && props.auto) props.onDone();\n setDone(true);\n }\n }\n\n return (\n <>\n {props.lines.slice(0, i).map((line, i) => (\n {line}\n ))}\n {props.lines.length > i && }\n {!props.auto && props.onDone && done && }\n \n );\n}\n","/**\n * Implements the purchasing of extra Duplicate Sleeves from The Covenant,\n * as well as the purchasing of upgrades (memory)\n */\n\nexport const MaxSleevesFromCovenant = 5;\nexport const BaseCostPerSleeve = 10e12;\n","import { Company } from \"./Company\";\nimport { CompanyPosition } from \"./CompanyPosition\";\n\n/** Returns a string with the given CompanyPosition's stat requirements */\nexport function getJobRequirementText(company: Company, pos: CompanyPosition, tooltiptext = false): string {\n let reqText = \"\";\n const offset: number = company.jobStatReqOffset;\n const reqHacking: number = pos.requiredHacking > 0 ? pos.requiredHacking + offset : 0;\n const reqStrength: number = pos.requiredStrength > 0 ? pos.requiredStrength + offset : 0;\n const reqDefense: number = pos.requiredDefense > 0 ? pos.requiredDefense + offset : 0;\n const reqDexterity: number = pos.requiredDexterity > 0 ? pos.requiredDexterity + offset : 0;\n const reqAgility: number = pos.requiredDexterity > 0 ? pos.requiredDexterity + offset : 0;\n const reqCharisma: number = pos.requiredCharisma > 0 ? pos.requiredCharisma + offset : 0;\n const reqRep: number = pos.requiredReputation;\n if (tooltiptext) {\n reqText = \"Requires:
    \";\n reqText += reqHacking.toString() + \" hacking
    \";\n reqText += reqStrength.toString() + \" strength
    \";\n reqText += reqDefense.toString() + \" defense
    \";\n reqText += reqDexterity.toString() + \" dexterity
    \";\n reqText += reqAgility.toString() + \" agility
    \";\n reqText += reqCharisma.toString() + \" charisma
    \";\n reqText += reqRep.toString() + \" reputation\";\n } else {\n reqText = \"(Requires \";\n if (reqHacking > 0) {\n reqText += reqHacking + \" hacking, \";\n }\n if (reqStrength > 0) {\n reqText += reqStrength + \" strength, \";\n }\n if (reqDefense > 0) {\n reqText += reqDefense + \" defense, \";\n }\n if (reqDexterity > 0) {\n reqText += reqDexterity + \" dexterity, \";\n }\n if (reqAgility > 0) {\n reqText += reqAgility + \" agility, \";\n }\n if (reqCharisma > 0) {\n reqText += reqCharisma + \" charisma, \";\n }\n if (reqRep > 1) {\n reqText += reqRep + \" reputation, \";\n }\n reqText = reqText.substring(0, reqText.length - 2);\n reqText += \")\";\n }\n return reqText;\n}\n","/**\n * Implements RAM Calculation functionality.\n *\n * Uses the acorn.js library to parse a script's code into an AST and\n * recursively walk through that AST, calculating RAM usage along\n * the way\n */\nimport * as walk from \"acorn-walk\";\nimport acorn, { parse } from \"acorn\";\n\nimport { RamCalculationErrorCode } from \"./RamCalculationErrorCodes\";\n\nimport { RamCosts, RamCostConstants } from \"../Netscript/RamCostGenerator\";\nimport { Script } from \"./Script\";\nimport { areImportsEquals } from \"../Terminal/DirectoryHelpers\";\nimport { Node } from \"../NetscriptJSEvaluator\";\n\nexport interface RamUsageEntry {\n type: \"ns\" | \"dom\" | \"fn\" | \"misc\";\n name: string;\n cost: number;\n}\n\nexport interface RamCalculation {\n cost: number;\n entries?: RamUsageEntry[];\n}\n\n// These special strings are used to reference the presence of a given logical\n// construct within a user script.\nconst specialReferenceIF = \"__SPECIAL_referenceIf\";\nconst specialReferenceFOR = \"__SPECIAL_referenceFor\";\nconst specialReferenceWHILE = \"__SPECIAL_referenceWhile\";\n\n// The global scope of a script is registered under this key during parsing.\nconst memCheckGlobalKey = \".__GLOBAL__\";\n\n/**\n * Parses code into an AST and walks through it recursively to calculate\n * RAM usage. Also accounts for imported modules.\n * @param {Script[]} otherScripts - All other scripts on the server. Used to account for imported scripts\n * @param {string} code - The code being parsed */\nfunction parseOnlyRamCalculate(otherScripts: Script[], code: string): RamCalculation {\n try {\n /**\n * Maps dependent identifiers to their dependencies.\n *\n * The initial identifier is __SPECIAL_INITIAL_MODULE__.__GLOBAL__.\n * It depends on all the functions declared in the module, all the global scopes\n * of its imports, and any identifiers referenced in this global scope. Each\n * function depends on all the identifiers referenced internally.\n * We walk the dependency graph to calculate RAM usage, given that some identifiers\n * reference Netscript functions which have a RAM cost.\n */\n let dependencyMap: { [key: string]: string[] } = {};\n\n // Scripts we've parsed.\n const completedParses = new Set();\n\n // Scripts we've discovered that need to be parsed.\n const parseQueue: string[] = [];\n\n // Parses a chunk of code with a given module name, and updates parseQueue and dependencyMap.\n function parseCode(code: string, moduleName: string): void {\n const result = parseOnlyCalculateDeps(code, moduleName);\n completedParses.add(moduleName);\n\n // Add any additional modules to the parse queue;\n for (let i = 0; i < result.additionalModules.length; ++i) {\n if (!completedParses.has(result.additionalModules[i])) {\n parseQueue.push(result.additionalModules[i]);\n }\n }\n\n // Splice all the references in\n dependencyMap = Object.assign(dependencyMap, result.dependencyMap);\n }\n\n // Parse the initial module, which is the \"main\" script that is being run\n const initialModule = \"__SPECIAL_INITIAL_MODULE__\";\n parseCode(code, initialModule);\n\n // Process additional modules, which occurs if the \"main\" script has any imports\n while (parseQueue.length > 0) {\n const nextModule = parseQueue.shift();\n if (nextModule === undefined) throw new Error(\"nextModule should not be undefined\");\n if (nextModule.startsWith(\"https://\") || nextModule.startsWith(\"http://\")) continue;\n\n let script = null;\n const fn = nextModule.startsWith(\"./\") ? nextModule.slice(2) : nextModule;\n for (const s of otherScripts) {\n if (areImportsEquals(s.filename, fn)) {\n script = s;\n break;\n }\n }\n\n if (script == null) {\n return { cost: RamCalculationErrorCode.ImportError }; // No such script on the server\n }\n\n parseCode(script.code, nextModule);\n }\n\n // Finally, walk the reference map and generate a ram cost. The initial set of keys to scan\n // are those that start with __SPECIAL_INITIAL_MODULE__.\n let ram = RamCostConstants.ScriptBaseRamCost;\n const detailedCosts: RamUsageEntry[] = [\n { type: \"misc\", name: \"baseCost\", cost: RamCostConstants.ScriptBaseRamCost },\n ];\n const unresolvedRefs = Object.keys(dependencyMap).filter((s) => s.startsWith(initialModule));\n const resolvedRefs = new Set();\n const loadedFns: Record = {};\n while (unresolvedRefs.length > 0) {\n const ref = unresolvedRefs.shift();\n if (ref === undefined) throw new Error(\"ref should not be undefined\");\n\n // Check if this is one of the special keys, and add the appropriate ram cost if so.\n if (ref === \"hacknet\" && !resolvedRefs.has(\"hacknet\")) {\n ram += RamCostConstants.ScriptHacknetNodesRamCost;\n detailedCosts.push({ type: \"ns\", name: \"hacknet\", cost: RamCostConstants.ScriptHacknetNodesRamCost });\n }\n if (ref === \"document\" && !resolvedRefs.has(\"document\")) {\n ram += RamCostConstants.ScriptDomRamCost;\n detailedCosts.push({ type: \"dom\", name: \"document\", cost: RamCostConstants.ScriptDomRamCost });\n }\n if (ref === \"window\" && !resolvedRefs.has(\"window\")) {\n ram += RamCostConstants.ScriptDomRamCost;\n detailedCosts.push({ type: \"dom\", name: \"window\", cost: RamCostConstants.ScriptDomRamCost });\n }\n if (ref === \"corporation\" && !resolvedRefs.has(\"corporation\")) {\n ram += RamCostConstants.ScriptCorporationRamCost;\n detailedCosts.push({ type: \"ns\", name: \"corporation\", cost: RamCostConstants.ScriptCorporationRamCost });\n }\n\n resolvedRefs.add(ref);\n\n if (ref.endsWith(\".*\")) {\n // A prefix reference. We need to find all matching identifiers.\n const prefix = ref.slice(0, ref.length - 2);\n for (const ident of Object.keys(dependencyMap).filter((k) => k.startsWith(prefix))) {\n for (const dep of dependencyMap[ident] || []) {\n if (!resolvedRefs.has(dep)) unresolvedRefs.push(dep);\n }\n }\n } else {\n // An exact reference. Add all dependencies of this ref.\n for (const dep of dependencyMap[ref] || []) {\n if (!resolvedRefs.has(dep)) unresolvedRefs.push(dep);\n }\n }\n\n // Check if this identifier is a function in the workerScript environment.\n // If it is, then we need to get its RAM cost.\n try {\n function applyFuncRam(cost: number | (() => number)): number {\n if (typeof cost === \"number\") {\n return cost;\n } else if (typeof cost === \"function\") {\n return cost();\n } else {\n return 0;\n }\n }\n\n // Only count each function once\n if (loadedFns[ref]) {\n continue;\n }\n loadedFns[ref] = true;\n\n // This accounts for namespaces (Bladeburner, CodingContract, etc.)\n const findFunc = (\n prefix: string,\n obj: object,\n ref: string,\n ): { func: () => number | number; refDetail: string } | undefined => {\n if (!obj) return;\n const elem = Object.entries(obj).find(([key]) => key === ref);\n if (elem !== undefined && (typeof elem[1] === \"function\" || typeof elem[1] === \"number\")) {\n return { func: elem[1], refDetail: `${prefix}${ref}` };\n }\n for (const [key, value] of Object.entries(obj)) {\n const found = findFunc(`${key}.`, value, ref);\n if (found) return found;\n }\n return undefined;\n };\n\n const details = findFunc(\"\", RamCosts, ref);\n const fnRam = applyFuncRam(details?.func ?? 0);\n ram += fnRam;\n detailedCosts.push({ type: \"fn\", name: details?.refDetail ?? \"\", cost: fnRam });\n } catch (error) {\n console.error(error);\n continue;\n }\n }\n return { cost: ram, entries: detailedCosts.filter((e) => e.cost > 0) };\n } catch (error) {\n // console.info(\"parse or eval error: \", error);\n // This is not unexpected. The user may be editing a script, and it may be in\n // a transitory invalid state.\n return { cost: RamCalculationErrorCode.SyntaxError };\n }\n}\n\nexport function checkInfiniteLoop(code: string): number {\n const ast = parse(code, { sourceType: \"module\", ecmaVersion: \"latest\" });\n\n function nodeHasTrueTest(node: acorn.Node): boolean {\n return node.type === \"Literal\" && (node as any).raw === \"true\";\n }\n\n function hasAwait(ast: acorn.Node): boolean {\n let hasAwait = false;\n walk.recursive(\n ast,\n {},\n {\n AwaitExpression: () => {\n hasAwait = true;\n },\n },\n );\n return hasAwait;\n }\n\n let missingAwaitLine = -1;\n walk.recursive(\n ast,\n {},\n {\n WhileStatement: (node: Node, st: unknown, walkDeeper: walk.WalkerCallback) => {\n if (nodeHasTrueTest(node.test) && !hasAwait(node)) {\n missingAwaitLine = (code.slice(0, node.start).match(/\\n/g) || []).length + 1;\n } else {\n node.body && walkDeeper(node.body, st);\n }\n },\n },\n );\n\n return missingAwaitLine;\n}\n\ninterface ParseDepsResult {\n dependencyMap: {\n [key: string]: Set | undefined;\n };\n additionalModules: string[];\n}\n\n/**\n * Helper function that parses a single script. It returns a map of all dependencies,\n * which are items in the code's AST that potentially need to be evaluated\n * for RAM usage calculations. It also returns an array of additional modules\n * that need to be parsed (i.e. are 'import'ed scripts).\n */\nfunction parseOnlyCalculateDeps(code: string, currentModule: string): ParseDepsResult {\n const ast = parse(code, { sourceType: \"module\", ecmaVersion: \"latest\" });\n // Everything from the global scope goes in \".\". Everything else goes in \".function\", where only\n // the outermost layer of functions counts.\n const globalKey = currentModule + memCheckGlobalKey;\n const dependencyMap: { [key: string]: Set | undefined } = {};\n dependencyMap[globalKey] = new Set();\n\n // If we reference this internal name, we're really referencing that external name.\n // Filled when we import names from other modules.\n const internalToExternal: { [key: string]: string | undefined } = {};\n\n const additionalModules: string[] = [];\n\n // References get added pessimistically. They are added for thisModule.name, name, and for\n // any aliases.\n function addRef(key: string, name: string): void {\n const s = dependencyMap[key] || (dependencyMap[key] = new Set());\n const external = internalToExternal[name];\n if (external !== undefined) {\n s.add(external);\n }\n s.add(currentModule + \".\" + name);\n s.add(name); // For builtins like hack.\n }\n\n //A list of identifiers that resolve to \"native Javascript code\"\n const objectPrototypeProperties = Object.getOwnPropertyNames(Object.prototype);\n\n interface State {\n key: string;\n }\n\n // If we discover a dependency identifier, state.key is the dependent identifier.\n // walkDeeper is for doing recursive walks of expressions in composites that we handle.\n function commonVisitors(): walk.RecursiveVisitors {\n return {\n Identifier: (node: Node, st: State) => {\n if (objectPrototypeProperties.includes(node.name)) {\n return;\n }\n addRef(st.key, node.name);\n },\n WhileStatement: (node: Node, st: State, walkDeeper: walk.WalkerCallback) => {\n addRef(st.key, specialReferenceWHILE);\n node.test && walkDeeper(node.test, st);\n node.body && walkDeeper(node.body, st);\n },\n DoWhileStatement: (node: Node, st: State, walkDeeper: walk.WalkerCallback) => {\n addRef(st.key, specialReferenceWHILE);\n node.test && walkDeeper(node.test, st);\n node.body && walkDeeper(node.body, st);\n },\n ForStatement: (node: Node, st: State, walkDeeper: walk.WalkerCallback) => {\n addRef(st.key, specialReferenceFOR);\n node.init && walkDeeper(node.init, st);\n node.test && walkDeeper(node.test, st);\n node.update && walkDeeper(node.update, st);\n node.body && walkDeeper(node.body, st);\n },\n IfStatement: (node: Node, st: State, walkDeeper: walk.WalkerCallback) => {\n addRef(st.key, specialReferenceIF);\n node.test && walkDeeper(node.test, st);\n node.consequent && walkDeeper(node.consequent, st);\n node.alternate && walkDeeper(node.alternate, st);\n },\n MemberExpression: (node: Node, st: State, walkDeeper: walk.WalkerCallback) => {\n node.object && walkDeeper(node.object, st);\n node.property && walkDeeper(node.property, st);\n },\n };\n }\n\n walk.recursive(\n ast,\n { key: globalKey },\n Object.assign(\n {\n ImportDeclaration: (node: Node, st: State) => {\n const importModuleName = node.source.value;\n additionalModules.push(importModuleName);\n\n // This module's global scope refers to that module's global scope, no matter how we\n // import it.\n const set = dependencyMap[st.key];\n if (set === undefined) throw new Error(\"set should not be undefined\");\n set.add(importModuleName + memCheckGlobalKey);\n\n for (let i = 0; i < node.specifiers.length; ++i) {\n const spec = node.specifiers[i];\n if (spec.imported !== undefined && spec.local !== undefined) {\n // We depend on specific things.\n internalToExternal[spec.local.name] = importModuleName + \".\" + spec.imported.name;\n } else {\n // We depend on everything.\n const set = dependencyMap[st.key];\n if (set === undefined) throw new Error(\"set should not be undefined\");\n set.add(importModuleName + \".*\");\n }\n }\n },\n FunctionDeclaration: (node: Node) => {\n // node.id will be null when using 'export default'. Add a module name indicating the default export.\n const key = currentModule + \".\" + (node.id === null ? \"__SPECIAL_DEFAULT_EXPORT__\" : node.id.name);\n walk.recursive(node, { key: key }, commonVisitors());\n },\n },\n commonVisitors(),\n ),\n );\n\n return { dependencyMap: dependencyMap, additionalModules: additionalModules };\n}\n\n/**\n * Calculate's a scripts RAM Usage\n * @param {string} codeCopy - The script's code\n * @param {Script[]} otherScripts - All other scripts on the server.\n * Used to account for imported scripts\n */\nexport function calculateRamUsage(codeCopy: string, otherScripts: Script[]): RamCalculation {\n try {\n return parseOnlyRamCalculate(otherScripts, codeCopy);\n } catch (e) {\n console.error(`Failed to parse script for RAM calculations:`);\n console.error(e);\n return { cost: RamCalculationErrorCode.SyntaxError };\n }\n}\n","/**\n * Rounds a number to two decimal places.\n * @param decimal A decimal value to trim to two places.\n */\nexport function roundToTwo(decimal: number): number {\n const leftShift: number = Math.round(parseFloat(`${decimal}e+2`));\n\n return +`${leftShift}e-2`;\n}\n","/* tslint:disable:max-line-length completed-docs variable-name*/\n\nexport const TerminalHelpText: string[] = [\n \"Type 'help name' to learn more about the command \",\n \" \",\n ' alias [-g] [name=\"value\"] Create or display Terminal aliases',\n \" analyze Get information about the current machine \",\n \" backdoor Install a backdoor on the current machine \",\n \" buy [-l/-a/program] Purchase a program through the Dark Web\",\n \" cat [file] Display a .msg, .lit, or .txt file\",\n \" cd [dir] Change to a new directory\",\n \" check [script] [args...] Print a script's logs to Terminal\",\n \" clear Clear all text on the terminal \",\n \" cls See 'clear' command \",\n \" connect [hostname] Connects to a remote server\",\n \" cp [src] [dst] Copy a file\",\n \" download [script/text file] Downloads scripts or text files to your computer\",\n \" expr [math expression] Evaluate a mathematical expression\",\n \" free Check the machine's memory (RAM) usage\",\n \" grow Spoof money in a servers bank account, increasing the amount available.\",\n \" hack Hack the current machine\",\n \" help [command] Display this help text, or the help text for a command\",\n \" history [-c] Display the terminal history\",\n \" home Connect to home computer\",\n \" hostname Displays the hostname of the machine\",\n \" kill [script/pid] [args...] Stops the specified script on the current server \",\n \" killall Stops all running scripts on the current machine\",\n \" ls [dir] [--grep pattern] Displays all files on the machine\",\n \" lscpu Displays the number of CPU cores on the machine\",\n \" mem [script] [-t n] Displays the amount of RAM required to run the script\",\n \" mv [src] [dest] Move/rename a text or script file\",\n \" nano [file ...] Text editor - Open up and edit one or more scripts or text files\",\n \" ps Display all scripts that are currently running\",\n \" rm [file] Delete a file from the server\",\n \" run [name] [-t n] [--tail] [args...] Execute a program or script\",\n \" scan Prints all immediately-available network connections\",\n \" scan-analyze [d] [-a] Prints info for all servers up to d nodes away\",\n \" scp [file ...] [server] Copies a file to a destination server\",\n \" sudov Shows whether you have root access on this computer\",\n \" tail [script] [args...] Displays dynamic logs for the specified script\",\n \" top Displays all running scripts and their RAM usage\",\n \" unalias [alias name] Deletes the specified alias\",\n \" vim [file ...] Text editor - Open up and edit one or more scripts or text files in vim mode\",\n \" weaken Reduce the security of the current machine\",\n \" wget [url] [target file] Retrieves code/text from a web server\",\n \" \",\n];\n\nconst TemplatedHelpTexts: Record string[]> = {\n scriptEditor: (command) => {\n return [\n `Usage: ${command} [file ...] | [glob]`,\n ` `,\n `Opens up the specified file(s) in the Script Editor. Only scripts (.js, or .script) or text files (.txt) `,\n `can be edited using the Script Editor. If a file does not exist a new one will be created`,\n ` `,\n `If provided a glob as the only argument, ${command} can spider directories and open all matching `,\n `files at once. ${command} cannot create files using globs, so your scripts must already exist.`,\n ` `,\n `Examples:`,\n ` `,\n ` ${command} test.js`,\n ` ${command} test.js test2.js`,\n ` `,\n ` ${command} test.*`,\n ` ${command} /my-dir/*.js`,\n ` `,\n ];\n },\n};\n\nexport const HelpTexts: Record = {\n alias: [\n 'Usage: alias [-g] [name=\"value\"] ',\n \" \",\n \"Create or display aliases. An alias enables a replacement of a word with another string. \",\n \"It can be used to abbreviate a commonly used command, or commonly used parts of a command. The NAME \",\n \"of an alias defines the word that will be replaced, while the VALUE defines what it will be replaced by. For example, \",\n \"you could create the alias 'nuke' for the Terminal command 'run NUKE.exe' using the following: \",\n \" \",\n ' alias nuke=\"run NUKE.exe\"',\n \" \",\n \"Then, to run the NUKE.exe program you would just have to enter 'nuke' in Terminal rather than the full command. \",\n \"It is important to note that 'default' aliases will only be substituted for the first word of a Terminal command. For \",\n \"example, if the following alias was set: \",\n \" \",\n ' alias worm=\"HTTPWorm.exe\"',\n \" \",\n \"and then you tried to run the following terminal command: \",\n \" \",\n \" run worm\",\n \" \",\n \"This would fail because the worm alias is not the first word of a Terminal command. To allow an alias to be substituted \",\n \"anywhere in a Terminal command, rather than just the first word, you must set it to be a global alias using the -g flag: \",\n \" \",\n ' alias -g worm=\"HTTPWorm.exe\"',\n \" \",\n \"Now, the 'worm' alias will be substituted anytime it shows up as an individual word in a Terminal command. \",\n \" \",\n \"Entering just the command 'alias' without any arguments prints the list of all defined aliases in the reusable form \",\n \"'alias NAME=VALUE' on the Terminal. \",\n \" \",\n \"The 'unalias' command can be used to remove aliases.\",\n \" \",\n ],\n analyze: [\n \"Usage: analyze\",\n \" \",\n \"Prints details and statistics about the current server. The information that is printed includes basic \",\n \"server details such as the hostname, whether the player has root access, what ports are opened/closed, and also \",\n \"hacking-related information such as an estimated chance to successfully hack, an estimate of how much money is \",\n \"available on the server, etc.\",\n \" \",\n ],\n backdoor: [\n \"Usage: backdoor\",\n \" \",\n \"Install a backdoor on the current machine, grants a secret bonus depending on the machine.\",\n \" \",\n \"Requires root access to run.\",\n \" \",\n ],\n buy: [\n \"Usage: buy [-l / -a / program]\",\n \" \",\n \"Purchase a program through the Dark Web. Requires a TOR router to use.\",\n \" \",\n \"If this command is ran with the '-l' flag, it will display a list of all programs that can be bought through the \",\n \"dark web to the Terminal, as well as their costs.\",\n \" \",\n \"If this command is ran with the '-a' flag, it will attempt to purchase all unowned programs.\",\n \" \",\n \"Otherwise, the name of the program must be passed in as a parameter. This name is NOT case-sensitive.\",\n \" \",\n ],\n cat: [\n \"Usage: cat [file]\",\n \" \",\n \"Display message (.msg), literature (.lit), or text (.txt) files. Examples:\",\n \" \",\n \" cat j1.msg\",\n \" \",\n \" cat foo.lit\",\n \" \",\n \" cat servers.txt\",\n \" \",\n ],\n cd: [\n \"Usage: cd [dir]\",\n \" \",\n \"Change to the specified directory. Note that this works even for directories that don't exist. If you \",\n \"change to a directory that does not exist, it will not be 'created'. Examples:\",\n \" \",\n \" cd scripts/hacking\",\n \" \",\n \" cd /logs\",\n \" \",\n \" cd ../\",\n \" \",\n ],\n check: [\n \"Usage: check [script name] [args...]\",\n \" \",\n \"Print the logs of the script specified by the script name and arguments to the Terminal. Each argument must be separated by \",\n \"a space. Remember that a running script is uniquely \",\n \"identified both by its name and the arguments that are used to start it. So, if a script was ran with the following arguments: \",\n \" \",\n \" run foo.script 1 2 foodnstuff\",\n \" \",\n \"Then to run the 'check' command on this script you would have to pass the same arguments in: \",\n \" \",\n \" check foo.script 1 2 foodnstuff\",\n \" \",\n ],\n clear: [\n \"Usage: clear\",\n \" \",\n \"Clear the Terminal screen, deleting all of the text. Note that this does not delete the user's command history, so using the up \",\n \"and down arrow keys is still valid. Also note that this is permanent and there is no way to undo this. Synonymous with 'cls' command\",\n \" \",\n ],\n cls: [\n \"Usage: cls\",\n \" \",\n \"Clear the Terminal screen, deleting all of the text. Note that this does not delete the user's command history, so using the up \",\n \"and down arrow keys is still valid. Also note that this is permanent and there is no way to undo this. Synonymous with 'clear' command\",\n \" \",\n ],\n connect: [\n \"Usage: connect [hostname]\",\n \" \",\n \"Connect to a remote server. The hostname of the remote server must be given as the argument \",\n \"to this command. Note that only servers that are immediately adjacent to the current server in the network and the ones that have\",\n \"a backdoor installed can be connected to. To see which servers can be connected to, use the 'scan' command.\",\n \" \",\n ],\n cp: [\"Usage: cp [src] [dst]\", \" \", \"Copy a file on this server. To copy a file to another server use scp.\", \" \"],\n download: [\n \"Usage: download [script/text file]\",\n \" \",\n \"Downloads a script or text file to your computer (like your real life computer).\",\n \" \",\n \"You can also download all of your scripts/text files as a zip file using the following Terminal commands:\",\n \" \",\n \"Download all scripts and text files: download *\",\n \" \",\n \"Download all scripts: download *.script\",\n \" \",\n \"Download all text files: download *.txt\",\n \" \",\n ],\n expr: [\n \"Usage: expr [mathematical expression]\",\n \" \",\n \"Evaluate a simple mathematical expression. Supports native JavaScript operators:\",\n \" \",\n \"+, -, /, *, **, %\",\n \" \",\n \"Example:\",\n \" \",\n \" expr 25 * 2 ** 10\",\n \" \",\n \"Note that letters (non-digits) are not allowed and will be removed from the input.\",\n \" \",\n ],\n free: [\n \"Usage: free\",\n \" \",\n \"Displays the memory usage on the current machine. Print the amount of RAM that is available on the current server as well as \",\n \"how much of it is being used.\",\n \" \",\n ],\n grow: [\n \"Usage: grow\",\n \" \",\n \"Spoof transactions in the current server. Increasing the money available by hacking. Requires root access.\",\n \"See the wiki page for hacking mechanics.\",\n \" \",\n ],\n hack: [\n \"Usage: hack\",\n \" \",\n \"Attempt to hack the current server. Requires root access in order to be run. See the wiki page for hacking mechanics\",\n \" \",\n ],\n help: [\n \"Usage: help [command]\",\n \" \",\n \"Display Terminal help information. Without arguments, 'help' prints a list of all valid Terminal commands and a brief \",\n \"description of their functionality. You can also pass the name of a Terminal command as an argument to 'help' to print \",\n \"more detailed information about the Terminal command. Examples: \",\n \" \",\n \" help alias\",\n \" \",\n \" help scan-analyze\",\n \" \",\n ],\n history: [\n \"Usage: history [-c]\",\n \" \",\n \"Without arguments, displays the terminal command history. To clear the history, pass in the '-c' argument.\",\n \" \",\n ],\n home: [\n \"Usage: home\",\n \" \",\n \"Connect to your home computer. This will work no matter what server you are currently connected to.\",\n \" \",\n ],\n hostname: [\"Usage: hostname\", \" \", \"Prints the hostname of the current server\", \" \"],\n kill: [\n \"Usage: kill [script name] [args...] or kill [pid\",\n \" \",\n \"Kill the script specified by the script name and arguments OR by its PID.\",\n \" \",\n \"If you are killing the script using its filename and arguments, then each \",\n \"argument must be separated by a space. Remember that a running script is \",\n \"uniquely identified by both its name and the arguments that are used to start \",\n \"it. So, if a script was ran with the following arguments:\",\n \" \",\n \" run foo.script 1 sigma-cosmetics\",\n \" \",\n \"Then to kill this script the same arguments would have to be used:\",\n \" \",\n \" kill foo.script 1 sigma-cosmetics\",\n \" \",\n \"If you are killing the script using its PID, then the PID argument must be numeric\",\n \" \",\n ],\n killall: [\n \"Usage: killall\",\n \" \",\n \"Kills all scripts on the current server. \",\n \"Note that after the 'kill' command is issued for a script, it may take a while for the script to actually stop running. \",\n \"This will happen if the script is in the middle of a command such as grow() or weaken() that takes time to execute. \",\n \"The script will not be stopped/killed until after that time has elapsed.\",\n \" \",\n ],\n ls: [\n \"Usage: ls [dir] [-l] [--grep pattern]\",\n \" \",\n \"The ls command, with no arguments, prints all files and directories on the current server's directory to the Terminal screen. \",\n \"The files will be displayed in alphabetical order. \",\n \" \",\n \"The 'dir' optional parameter can be used to display files/directories in another directory.\",\n \" \",\n \"The '-l' optional parameter allows you to force each item onto a single line.\",\n \" \",\n \"The '--grep pattern' optional parameter can be used to only display files whose filenames match the specified pattern.\",\n \" \",\n \"Examples:\",\n \" \",\n \"List all files with the '.script' extension in the current directory:\",\n \" \",\n \" ls -l --grep .script\",\n \" \",\n \"List all files with the '.js' extension in the root directory:\",\n \" \",\n \" ls / -l --grep .js\",\n \" \",\n \"List all files with the word 'purchase' in the filename, in the 'scripts' directory:\",\n \" \",\n \" ls scripts -l --grep purchase\",\n \" \",\n ],\n lscpu: [\"Usage: lscpu\", \" \", \"Prints the number of CPU Cores the current server has\", \" \"],\n\n mem: [\n \"Usage: mem [script name] [-t num_threads]\",\n \" \",\n \"Displays the amount of RAM needed to run the specified script with a single thread. The command can also be used to print \",\n \"the amount of RAM needed to run a script with multiple threads using the '-t' flag. If the '-t' flag is specified, then \",\n \"an argument for the number of threads must be passed in afterwards. Examples:\",\n \" \",\n \" mem foo.script\",\n \" \",\n \" mem foo.script -t 50\",\n \" \",\n \"The first example above will print the amount of RAM needed to run 'foo.script' with a single thread. The second example \",\n \"above will print the amount of RAM needed to run 'foo.script' with 50 threads.\",\n \" \",\n ],\n mv: [\n \"Usage: mv [src] [dest]\",\n \" \",\n \"Move the source file to the specified destination. This can also be used to rename files. \",\n \"This command only works for scripts and text files (.txt). This command CANNOT be used to \",\n \"convert to different file types\",\n \" \",\n \"Note that, unlike the Linux 'mv' command, the destination argument must be the \",\n \"full filepath. \",\n \"Examples: \",\n \" \",\n \" mv hacking-controller.script scripts/hacking-controller.script\",\n \" \",\n \" mv myScript.js myOldScript.js\",\n \" \",\n ],\n nano: TemplatedHelpTexts.scriptEditor(\"nano\"),\n ps: [\"Usage: ps\", \" \", \"Prints all scripts that are running on the current server\", \" \"],\n rm: [\n \"Usage: rm [file]\",\n \" \",\n \"Removes the specified file from the current server. A file can be a script, a program, or a message file. \",\n \" \",\n \"WARNING: This is permanent and cannot be undone\",\n \" \",\n ],\n run: [\n \"Usage: run [file name] [-t] [num threads] [args...]\",\n \" \",\n \"Execute a program, script or coding contract.\",\n \" \",\n \"The '[-t]', '[num threads]', and '[args...]' arguments are only valid when running a script. The '-t' flag is used \",\n \"to indicate that the script should be run with the specified number of threads. If the flag is omitted, \",\n \"then the script will be run with a single thread by default. \",\n \"If the '-t' flag is used, then it MUST come immediately \",\n \"after the script name, and the [num threads] argument MUST come immediately afterwards. \",\n \" \",\n \"[args...] represents a variable number of arguments that will be passed into the script. See the documentation \",\n \"about script arguments. Each specified argument must be separated by a space. \",\n \" \",\n ],\n scan: [\n \"Usage: scan\",\n \" \",\n \"Prints all immediately-available network connection. This will print a list of all servers that you can currently connect \",\n \"to using the 'connect' Terminal command.\",\n \" \",\n ],\n \"scan-analyze\": [\n \"Usage: scan-analyze [depth] [-a]\",\n \" \",\n \"Prints detailed information about all servers up to [depth] nodes away on the network. Calling \",\n \"'scan-analyze 1' will display information for the same servers that are shown by the 'scan' Terminal \",\n \"command. This command also shows the relative paths to reach each server.\",\n \" \",\n \"By default, the maximum depth that can be specified for 'scan-analyze' is 3. However, once you have \",\n \"the DeepscanV1.exe and DeepscanV2.exe programs, you can execute 'scan-analyze' with a depth up to \",\n \"5 and 10, respectively.\",\n \" \",\n \"The information 'scan-analyze' displays about each server includes whether or not you have root access to it, \",\n \"its required hacking level, the number of open ports required to run NUKE.exe on it, and how much RAM \",\n \"it has.\",\n \" \",\n \"By default, this command will not display servers that you have purchased. However, you can pass in the \",\n \"-a flag at the end of the command if you would like to enable that.\",\n \" \",\n ],\n scp: [\n \"Usage: scp [filename ...] [target server]\",\n \" \",\n \"Copies the specified file(s) from the current server to the target server. \",\n \"This command only works for script files (.script or .js extension), literature files (.lit extension), \",\n \"and text files (.txt extension). \",\n \"The second argument passed in must be the hostname or IP of the target server. Examples:\",\n \" \",\n \" scp foo.script n00dles\",\n \" \",\n \" scp foo.script bar.script n00dles\",\n \" \",\n ],\n sudov: [\"Usage: sudov\", \" \", \"Prints whether or not you have root access to the current machine\", \" \"],\n\n tail: [\n \"Usage: tail [script name] [args...]\",\n \" \",\n \"Displays dynamic logs for the script specified by the script name and arguments. Each argument must be separated \",\n \"by a space. Remember that a running script is uniquely identified by both its name and the arguments that were used \",\n \"to run it. So, if a script was ran with the following arguments: \",\n \" \",\n \" run foo.script 10 50000\",\n \" \",\n \"Then in order to check its logs with 'tail' the same arguments must be used: \",\n \" \",\n \" tail foo.script 10 50000\",\n \" \",\n ],\n top: [\n \"Usage: top\",\n \" \",\n \"Prints a list of all scripts running on the current server as well as their thread count and how much \",\n \"RAM they are using in total.\",\n \" \",\n ],\n unalias: [\n \"Usage: unalias [alias name]\",\n \" \",\n \"Deletes the specified alias. Note that the double quotation marks are required. \",\n \" \",\n \"As an example, if an alias was declared using:\",\n \" \",\n ' alias r=\"run\"',\n \" \",\n \"Then it could be removed using:\",\n \" \",\n \" unalias r\",\n \" \",\n \"It is not necessary to differentiate between global and non-global aliases when using 'unalias'\",\n \" \",\n ],\n vim: TemplatedHelpTexts.scriptEditor(\"vim\"),\n weaken: [\n \"Usage: weaken\",\n \" \",\n \"Reduces the security level of the current server. Decreasing the time it takes for all operations on this server.\",\n \"Requires root access. See the wiki page for hacking mechanics.\",\n \" \",\n ],\n wget: [\n \"Usage: wget [url] [target file]\",\n \" \",\n \"Retrieves data from a URL and downloads it to a file on the current server. The data can only \",\n \"be downloaded to a script (.script or .js) or a text file (.txt). If the file already exists, \",\n \"it will be overwritten by this command.\",\n \" \",\n \"Note that it will not be possible to download data from many websites because they do not allow \",\n \"cross-origin resource sharing (CORS). Example:\",\n \" \",\n \" wget https://raw.githubusercontent.com/danielyxie/bitburner/master/README.md game_readme.txt\",\n \" \",\n ],\n};\n","import { workerScripts } from \"./WorkerScripts\";\n\nlet pidCounter = 1;\n\n/** Find and return the next available PID for a script */\nexport function generateNextPid(): number {\n let tempCounter = pidCounter;\n\n // Cap the number of search iterations at some arbitrary value to avoid\n // infinite loops. We'll assume that players wont have 1mil+ running scripts\n let found = false;\n for (let i = 0; i < 1e6; ) {\n if (!workerScripts.has(tempCounter + i)) {\n found = true;\n tempCounter = tempCounter + i;\n break;\n }\n\n if (i === Number.MAX_SAFE_INTEGER - 1) {\n i = 1;\n } else {\n ++i;\n }\n }\n\n if (found) {\n pidCounter = tempCounter + 1;\n if (pidCounter >= Number.MAX_SAFE_INTEGER) {\n pidCounter = 1;\n }\n\n return tempCounter;\n } else {\n return -1;\n }\n}\n\nexport function resetPidCounter(): void {\n pidCounter = 1;\n}\n","import { CONSTANTS } from \"../../Constants\";\nimport { BitNodeMultipliers } from \"../../BitNode/BitNodeMultipliers\";\nimport { Person } from \"../../PersonObjects/Person\";\n\nexport function repFromDonation(amt: number, person: Person): number {\n return (amt / CONSTANTS.DonateMoneyToRepDivisor) * person.mults.faction_rep * BitNodeMultipliers.FactionWorkRepGain;\n}\n","/** Implementation for what happens when you destroy a BitNode */\nimport React from \"react\";\nimport { Player } from \"@player\";\nimport { prestigeSourceFile } from \"./Prestige\";\nimport { PlayerOwnedSourceFile } from \"./SourceFile/PlayerOwnedSourceFile\";\nimport { SourceFiles } from \"./SourceFile/SourceFiles\";\n\nimport { dialogBoxCreate } from \"./ui/React/DialogBox\";\nimport { Router } from \"./ui/GameRoot\";\n\nfunction giveSourceFile(bitNodeNumber: number): void {\n const sourceFileKey = \"SourceFile\" + bitNodeNumber.toString();\n const sourceFile = SourceFiles[sourceFileKey];\n if (sourceFile == null) {\n console.error(`Could not find source file for Bit node: ${bitNodeNumber}`);\n return;\n }\n\n // Check if player already has this source file\n const ownedSourceFile = Player.sourceFiles.find((sourceFile) => sourceFile.n === bitNodeNumber);\n\n if (ownedSourceFile) {\n if (ownedSourceFile.lvl >= 3 && ownedSourceFile.n !== 12) {\n dialogBoxCreate(\n `The Source-File for the BitNode you just destroyed, ${sourceFile.name}, is already at max level!`,\n );\n } else {\n ++ownedSourceFile.lvl;\n dialogBoxCreate(\n sourceFile.name +\n \" was upgraded to level \" +\n ownedSourceFile.lvl +\n \" for \" +\n \"destroying its corresponding BitNode!\",\n );\n }\n } else {\n const newSrcFile = new PlayerOwnedSourceFile(bitNodeNumber, 1);\n Player.sourceFiles.push(newSrcFile);\n if (bitNodeNumber === 5 && Player.skills.intelligence === 0) {\n Player.skills.intelligence = 1;\n }\n dialogBoxCreate(\n <>\n You received a Source-File for destroying a BitNode!\n
    \n
    \n {sourceFile.name}\n
    \n
    \n {sourceFile.info}\n ,\n );\n }\n}\n\nexport function enterBitNode(flume: boolean, destroyedBitNode: number, newBitNode: number): void {\n if (!flume) {\n giveSourceFile(destroyedBitNode);\n } else if (Player.sourceFileLvl(5) === 0 && newBitNode !== 5) {\n Player.skills.intelligence = 0;\n Player.exp.intelligence = 0;\n }\n if (newBitNode === 5 && Player.skills.intelligence === 0) {\n Player.skills.intelligence = 1;\n }\n // Set new Bit Node\n Player.bitNodeN = newBitNode;\n\n if (newBitNode === 6) {\n Router.toBladeburnerCinematic();\n } else {\n Router.toTerminal();\n }\n prestigeSourceFile(flume);\n}\n","import { Settings } from \"../Settings/Settings\";\nimport { Remote } from \"./Remote\";\n\nlet server: Remote;\n\nexport function newRemoteFileApiConnection(): void {\n if (server) server.stopConnection();\n if (Settings.RemoteFileApiPort === 0) return;\n server = new Remote(\"localhost\", Settings.RemoteFileApiPort);\n server.startConnection();\n}\n\nexport function isRemoteFileApiConnectionLive(): boolean {\n return server && server.connection != undefined && server.connection.readyState == 1;\n}\n","import React from \"react\";\n\nimport { Page } from \"../ui/Router\";\nimport { hash } from \"../hash/hash\";\nimport { CONSTANTS } from \"../Constants\";\n\nenum GameEnv {\n Production,\n Development,\n}\n\nenum Platform {\n Browser,\n Steam,\n}\n\ninterface GameVersion {\n version: string;\n hash: string;\n\n toDisplay: () => string;\n}\n\ninterface BrowserFeatures {\n userAgent: string;\n language: string;\n cookiesEnabled: boolean;\n doNotTrack: string | null;\n indexedDb: boolean;\n}\n\ninterface IErrorMetadata {\n error: Error;\n errorInfo?: React.ErrorInfo;\n page?: Page;\n\n environment: GameEnv;\n platform: Platform;\n version: GameVersion;\n features: BrowserFeatures;\n}\n\nexport interface IErrorData {\n metadata: IErrorMetadata;\n\n title: string;\n body: string;\n\n features: string;\n fileName?: string;\n\n issueUrl: string;\n}\n\nexport const newIssueUrl = `https://github.com/danielyxie/bitburner/issues/new`;\n\nfunction getErrorMetadata(error: Error, errorInfo?: React.ErrorInfo, page?: Page): IErrorMetadata {\n const isElectron = navigator.userAgent.toLowerCase().indexOf(\" electron/\") > -1;\n const env = process.env.NODE_ENV === \"development\" ? GameEnv.Development : GameEnv.Production;\n const version: GameVersion = {\n version: CONSTANTS.VersionString,\n hash: hash(),\n toDisplay: () => `v${CONSTANTS.VersionString} (${hash()})`,\n };\n const features: BrowserFeatures = {\n userAgent: navigator.userAgent,\n\n language: navigator.language,\n cookiesEnabled: navigator.cookieEnabled,\n doNotTrack: navigator.doNotTrack,\n indexedDb: !!window.indexedDB,\n };\n const metadata: IErrorMetadata = {\n platform: isElectron ? Platform.Steam : Platform.Browser,\n environment: env,\n version,\n features,\n error,\n errorInfo,\n page,\n };\n return metadata;\n}\n\nexport function getErrorForDisplay(error: Error, errorInfo?: React.ErrorInfo, page?: Page): IErrorData {\n const metadata = getErrorMetadata(error, errorInfo, page);\n const fileName = (metadata.error as any).fileName;\n const features =\n `lang=${metadata.features.language} cookiesEnabled=${metadata.features.cookiesEnabled.toString()}` +\n ` doNotTrack=${metadata.features.doNotTrack ?? \"null\"} indexedDb=${metadata.features.indexedDb.toString()}`;\n\n const title = `${metadata.error.name}: ${metadata.error.message}${metadata.page && ` (at \"${Page[metadata.page]}\")`}`;\n const body = `\n## ${title}\n\n### How did this happen?\n\nPlease fill this information with details if relevant.\n\n- [ ] Save file\n- [ ] Minimal scripts to reproduce the issue\n- [ ] Steps to reproduce\n\n### Environment\n\n* Error: ${metadata.error?.toString() ?? \"n/a\"}\n* Page: ${metadata.page ? Page[metadata.page] : \"n/a\"}\n* Version: ${metadata.version.toDisplay()}\n* Environment: ${GameEnv[metadata.environment]}\n* Platform: ${Platform[metadata.platform]}\n* UserAgent: ${navigator.userAgent}\n* Features: ${features}\n* Source: ${fileName ?? \"n/a\"}\n\n${\n metadata.environment === GameEnv.Development\n ? `\n### Stack Trace\n\\`\\`\\`\n${metadata.errorInfo?.componentStack.toString().trim()}\n\\`\\`\\`\n`\n : \"\"\n}\n### Save\n\\`\\`\\`\nCopy your save here if possible\n\\`\\`\\`\n`.trim();\n\n const issueUrl = `${newIssueUrl}?title=${encodeURIComponent(title)}&body=${encodeURIComponent(body)}`;\n\n const data: IErrorData = {\n metadata,\n fileName,\n features,\n title,\n body,\n issueUrl,\n };\n return data;\n}\n","import { getRandomInt } from \"../../utils/helpers/getRandomInt\";\n\nexport const Growths: {\n [key: string]: (() => number) | undefined;\n [\"Tracking\"]: () => number;\n [\"Bounty Hunter\"]: () => number;\n [\"Retirement\"]: () => number;\n [\"Investigation\"]: () => number;\n [\"Undercover Operation\"]: () => number;\n [\"Sting Operation\"]: () => number;\n [\"Raid\"]: () => number;\n [\"Stealth Retirement Operation\"]: () => number;\n [\"Assassination\"]: () => number;\n} = {\n Tracking: () => getRandomInt(5, 75) / 10,\n \"Bounty Hunter\": () => getRandomInt(5, 75) / 10,\n Retirement: () => getRandomInt(5, 75) / 10,\n Investigation: () => getRandomInt(10, 40) / 10,\n \"Undercover Operation\": () => getRandomInt(10, 40) / 10,\n \"Sting Operation\": () => getRandomInt(3, 40) / 10,\n Raid: () => getRandomInt(2, 40) / 10,\n \"Stealth Retirement Operation\": () => getRandomInt(1, 20) / 10,\n Assassination: () => getRandomInt(1, 20) / 10,\n};\n","import { getRandomInt } from \"./getRandomInt\";\n\n/**\n * Gets a random value in the range of a byte (0 - 255), or up to the maximum.\n * @param max The maximum value (up to 255).\n */\nexport function getRandomByte(max: number): number {\n // Technically 2^8 is 256, but the values are 0-255, not 1-256.\n const byteMaximum = 255;\n const upper: number = Math.max(Math.min(max, byteMaximum), 0);\n\n return getRandomInt(0, upper);\n}\n","/**\n * Utility function that creates a \"city map\", which is an object where\n * each city is a key (property).\n *\n * This map uses the official name of the city, NOT its key in the 'Cities' object\n */\nimport { Cities } from \"./Cities\";\n\nexport function createCityMap(initValue: T): Record {\n const map: Record = {};\n const cities = Object.keys(Cities);\n for (let i = 0; i < cities.length; ++i) {\n map[cities[i]] = initValue;\n }\n\n // round try JSON so to make sure none of the initial values have the same references.\n return JSON.parse(JSON.stringify(map));\n}\n","/**\n * Represents a Hand of cards.\n *\n * This class is IMMUTABLE\n */\n\nimport { Card } from \"./Card\";\n\nexport class Hand {\n constructor(readonly cards: readonly Card[]) {}\n\n addCards(...cards: Card[]): Hand {\n return new Hand([...this.cards, ...cards]);\n }\n\n removeByIndex(i: number): Hand {\n if (i >= this.cards.length) {\n throw new Error(`Tried to remove invalid card from Hand by index: ${i}`);\n }\n\n return new Hand([...this.cards.slice().splice(i, 1)]);\n }\n}\n","/**\n * React Component for a button that initiates a transaction on the Stock Market UI\n * (Buy, Sell, Buy Max, etc.)\n */\nimport * as React from \"react\";\n\nimport Typography from \"@mui/material/Typography\";\nimport Tooltip from \"@mui/material/Tooltip\";\nimport Button from \"@mui/material/Button\";\ntype IProps = {\n onClick: () => void;\n text: string;\n tooltip?: JSX.Element | null;\n};\n\nexport function StockTickerTxButton(props: IProps): React.ReactElement {\n return (\n {props.tooltip} : \"\"}>\n \n \n );\n}\n","import { Box, Table } from \"@mui/material\";\nimport * as React from \"react\";\nimport { ActiveFragment } from \"../ActiveFragment\";\nimport { BaseGift } from \"../BaseGift\";\nimport { Grid } from \"./Grid\";\nimport { zeros } from \"../Helper\";\n\ninterface IProps {\n width: number;\n height: number;\n fragments: ActiveFragment[];\n}\n\nexport function DummyGrid(props: IProps): React.ReactElement {\n const gift = new BaseGift(props.width, props.height, props.fragments);\n const ghostGrid = zeros(props.width, props.height);\n return (\n \n \n undefined}\n click={() => undefined}\n />\n
    \n
    \n );\n}\n","import { FactionInfo, FactionInfos } from \"./FactionInfo\";\nimport { favorToRep, repToFavor } from \"./formulas/favor\";\nimport { Generic_fromJSON, Generic_toJSON, IReviverValue, Reviver } from \"../utils/JSONReviver\";\n\nexport class Faction {\n /**\n * Flag signalling whether the player has already received an invitation\n * to this faction\n */\n alreadyInvited = false;\n\n /** Holds names of all augmentations that this Faction offers */\n augmentations: string[] = [];\n\n /** Amount of favor the player has with this faction. */\n favor = 0;\n\n /** Flag signalling whether player has been banned from this faction */\n isBanned = false;\n\n /** Flag signalling whether player is a member of this faction */\n isMember = false;\n\n /** Name of faction */\n name = \"\";\n\n /** Amount of reputation player has with this faction */\n playerReputation = 0;\n\n constructor(name = \"\") {\n this.name = name;\n }\n\n getInfo(): FactionInfo {\n const info = FactionInfos[this.name];\n if (info == null) {\n throw new Error(\n `Missing faction from FactionInfos: ${this.name} this probably means the faction got corrupted somehow`,\n );\n }\n\n return info;\n }\n\n gainFavor(): void {\n if (this.favor == null) {\n this.favor = 0;\n }\n this.favor += this.getFavorGain();\n }\n\n //Returns an array with [How much favor would be gained, how much rep would be left over]\n getFavorGain(): number {\n if (this.favor == null) {\n this.favor = 0;\n }\n const storedRep = Math.max(0, favorToRep(this.favor));\n const totalRep = storedRep + this.playerReputation;\n const newFavor = repToFavor(totalRep);\n return newFavor - this.favor;\n }\n\n /** Serialize the current object to a JSON save state. */\n toJSON(): IReviverValue {\n return Generic_toJSON(\"Faction\", this);\n }\n\n /** Initializes a Faction object from a JSON save state. */\n static fromJSON(value: IReviverValue): Faction {\n return Generic_fromJSON(Faction, value.data);\n }\n}\n\nReviver.constructors.Faction = Faction;\n","import * as augmentationMethods from \"./PlayerObjectAugmentationMethods\";\nimport * as bladeburnerMethods from \"./PlayerObjectBladeburnerMethods\";\nimport * as corporationMethods from \"./PlayerObjectCorporationMethods\";\nimport * as gangMethods from \"./PlayerObjectGangMethods\";\nimport * as generalMethods from \"./PlayerObjectGeneralMethods\";\nimport * as serverMethods from \"./PlayerObjectServerMethods\";\nimport * as workMethods from \"./PlayerObjectWorkMethods\";\n\nimport { Sleeve } from \"../Sleeve/Sleeve\";\nimport { PlayerOwnedSourceFile } from \"../../SourceFile/PlayerOwnedSourceFile\";\nimport { Exploit } from \"../../Exploits/Exploit\";\n\nimport { LocationName } from \"../../Locations/data/LocationNames\";\nimport { Corporation } from \"../../Corporation/Corporation\";\nimport { Gang } from \"../../Gang/Gang\";\nimport { Bladeburner } from \"../../Bladeburner/Bladeburner\";\nimport { HacknetNode } from \"../../Hacknet/HacknetNode\";\n\nimport { HashManager } from \"../../Hacknet/HashManager\";\n\nimport { MoneySourceTracker } from \"../../utils/MoneySourceTracker\";\nimport { Reviver, Generic_toJSON, Generic_fromJSON, IReviverValue } from \"../../utils/JSONReviver\";\nimport { PlayerAchievement } from \"../../Achievements/Achievements\";\nimport { cyrb53 } from \"../../utils/StringHelperFunctions\";\nimport { getRandomInt } from \"../../utils/helpers/getRandomInt\";\nimport { CONSTANTS } from \"../../Constants\";\nimport { Work } from \"src/Work/Work\";\nimport { Person } from \"../Person\";\n\nexport class PlayerObject extends Person {\n // Player-specific properties\n bitNodeN = 1; //current bitnode\n corporation: Corporation | null = null;\n gang: Gang | null = null;\n bladeburner: Bladeburner | null = null;\n currentServer = \"\";\n factions: string[] = [];\n factionInvitations: string[] = [];\n hacknetNodes: (HacknetNode | string)[] = []; // HacknetNode object or hostname of Hacknet Server\n has4SData = false;\n has4SDataTixApi = false;\n hashManager = new HashManager();\n hasTixApiAccess = false;\n hasWseAccount = false;\n jobs: Record = {};\n karma = 0;\n numPeopleKilled = 0;\n location = LocationName.TravelAgency;\n money = 1000 + CONSTANTS.Donations;\n moneySourceA = new MoneySourceTracker();\n moneySourceB = new MoneySourceTracker();\n playtimeSinceLastAug = 0;\n playtimeSinceLastBitnode = 0;\n purchasedServers: string[] = [];\n scriptProdSinceLastAug = 0;\n sleeves: Sleeve[] = [];\n sleevesFromCovenant = 0;\n sourceFiles: PlayerOwnedSourceFile[] = [];\n exploits: Exploit[] = [];\n achievements: PlayerAchievement[] = [];\n terminalCommandHistory: string[] = [];\n identifier: string;\n lastUpdate = 0;\n lastSave = 0;\n totalPlaytime = 0;\n\n currentWork: Work | null = null;\n focus = false;\n\n entropy = 0;\n\n // Player-specific methods\n init = generalMethods.init;\n startWork = workMethods.startWork;\n processWork = workMethods.processWork;\n finishWork = workMethods.finishWork;\n applyForSoftwareJob = generalMethods.applyForSoftwareJob;\n applyForSoftwareConsultantJob = generalMethods.applyForSoftwareConsultantJob;\n applyForItJob = generalMethods.applyForItJob;\n applyForSecurityEngineerJob = generalMethods.applyForSecurityEngineerJob;\n applyForNetworkEngineerJob = generalMethods.applyForNetworkEngineerJob;\n applyForBusinessJob = generalMethods.applyForBusinessJob;\n applyForBusinessConsultantJob = generalMethods.applyForBusinessConsultantJob;\n applyForSecurityJob = generalMethods.applyForSecurityJob;\n applyForAgentJob = generalMethods.applyForAgentJob;\n applyForEmployeeJob = generalMethods.applyForEmployeeJob;\n applyForPartTimeEmployeeJob = generalMethods.applyForPartTimeEmployeeJob;\n applyForWaiterJob = generalMethods.applyForWaiterJob;\n applyForPartTimeWaiterJob = generalMethods.applyForPartTimeWaiterJob;\n applyForJob = generalMethods.applyForJob;\n canAccessBladeburner = bladeburnerMethods.canAccessBladeburner;\n canAccessCorporation = corporationMethods.canAccessCorporation;\n canAccessGang = gangMethods.canAccessGang;\n canAccessGrafting = generalMethods.canAccessGrafting;\n canAfford = generalMethods.canAfford;\n gainMoney = generalMethods.gainMoney;\n getCurrentServer = serverMethods.getCurrentServer;\n getGangFaction = gangMethods.getGangFaction;\n getGangName = gangMethods.getGangName;\n getHomeComputer = serverMethods.getHomeComputer;\n getNextCompanyPosition = generalMethods.getNextCompanyPosition;\n getUpgradeHomeRamCost = serverMethods.getUpgradeHomeRamCost;\n getUpgradeHomeCoresCost = serverMethods.getUpgradeHomeCoresCost;\n gotoLocation = generalMethods.gotoLocation;\n hasCorporation = corporationMethods.hasCorporation;\n hasGangWith = gangMethods.hasGangWith;\n hasTorRouter = serverMethods.hasTorRouter;\n hasProgram = generalMethods.hasProgram;\n inBladeburner = bladeburnerMethods.inBladeburner;\n inGang = gangMethods.inGang;\n isAwareOfGang = gangMethods.isAwareOfGang;\n isQualified = generalMethods.isQualified;\n loseMoney = generalMethods.loseMoney;\n reapplyAllAugmentations = generalMethods.reapplyAllAugmentations;\n reapplyAllSourceFiles = generalMethods.reapplyAllSourceFiles;\n recordMoneySource = generalMethods.recordMoneySource;\n setMoney = generalMethods.setMoney;\n startBladeburner = bladeburnerMethods.startBladeburner;\n startCorporation = corporationMethods.startCorporation;\n startFocusing = generalMethods.startFocusing;\n startGang = gangMethods.startGang;\n takeDamage = generalMethods.takeDamage;\n travel = generalMethods.travel;\n giveExploit = generalMethods.giveExploit;\n giveAchievement = generalMethods.giveAchievement;\n getCasinoWinnings = generalMethods.getCasinoWinnings;\n quitJob = generalMethods.quitJob;\n hasJob = generalMethods.hasJob;\n createHacknetServer = serverMethods.createHacknetServer;\n queueAugmentation = generalMethods.queueAugmentation;\n receiveInvite = generalMethods.receiveInvite;\n gainCodingContractReward = generalMethods.gainCodingContractReward;\n stopFocusing = generalMethods.stopFocusing;\n prestigeAugmentation = generalMethods.prestigeAugmentation;\n prestigeSourceFile = generalMethods.prestigeSourceFile;\n calculateSkillProgress = generalMethods.calculateSkillProgress;\n hospitalize = generalMethods.hospitalize;\n checkForFactionInvitations = generalMethods.checkForFactionInvitations;\n setBitNodeNumber = generalMethods.setBitNodeNumber;\n canAccessCotMG = generalMethods.canAccessCotMG;\n sourceFileLvl = generalMethods.sourceFileLvl;\n applyEntropy = augmentationMethods.applyEntropy;\n focusPenalty = generalMethods.focusPenalty;\n\n constructor() {\n super();\n // Let's get a hash of some semi-random stuff so we have something unique.\n this.identifier = cyrb53(\n \"I-\" +\n new Date().getTime() +\n navigator.userAgent +\n window.innerWidth +\n window.innerHeight +\n getRandomInt(100, 999),\n );\n }\n\n whoAmI(): string {\n return \"Player\";\n }\n\n /** Serialize the current object to a JSON save state. */\n toJSON(): IReviverValue {\n return Generic_toJSON(\"PlayerObject\", this);\n }\n\n /** Initializes a PlayerObject object from a JSON save state. */\n static fromJSON(value: IReviverValue): PlayerObject {\n return Generic_fromJSON(PlayerObject, value.data);\n }\n}\n\nReviver.constructors.PlayerObject = PlayerObject;\n","import React, { useState, useEffect } from \"react\";\nimport { joinFaction } from \"../FactionHelpers\";\nimport { Faction } from \"../Faction\";\nimport { Modal } from \"../../ui/React/Modal\";\nimport { Player } from \"@player\";\nimport { EventEmitter } from \"../../utils/EventEmitter\";\nimport Typography from \"@mui/material/Typography\";\nimport Button from \"@mui/material/Button\";\n\nexport const InvitationEvent = new EventEmitter<[Faction]>();\n\nexport function InvitationModal(): React.ReactElement {\n const [faction, setFaction] = useState(null);\n function join(): void {\n if (faction === null) return;\n //Remove from invited factions\n const i = Player.factionInvitations.findIndex((facName) => facName === faction.name);\n if (i === -1) {\n console.error(\"Could not find faction in Player.factionInvitations\");\n }\n joinFaction(faction);\n setFaction(null);\n }\n\n useEffect(() => InvitationEvent.subscribe((faction) => setFaction(faction)), []);\n\n return (\n setFaction(null)}>\n You have received a faction invitation.\n \n Would you like to join {(faction || { name: \"\" }).name}?
    \n
    \n Warning: Joining this faction may prevent you from joining other factions during this run!\n
    \n \n \n
    \n );\n}\n","import { GangMemberTask } from \"./GangMemberTask\";\nimport { GangMemberTasks } from \"./GangMemberTasks\";\nimport { GangMemberUpgrade } from \"./GangMemberUpgrade\";\nimport { GangMemberUpgrades } from \"./GangMemberUpgrades\";\nimport { IAscensionResult } from \"./IAscensionResult\";\nimport { Player } from \"@player\";\nimport { Gang } from \"./Gang\";\nimport { Generic_fromJSON, Generic_toJSON, IReviverValue, Reviver } from \"../utils/JSONReviver\";\nimport {\n calculateRespectGain,\n calculateMoneyGain,\n calculateWantedLevelGain,\n calculateAscensionMult,\n calculateAscensionPointsGain,\n} from \"./formulas/formulas\";\n\ninterface IMults {\n hack: number;\n str: number;\n def: number;\n dex: number;\n agi: number;\n cha: number;\n}\n\nexport class GangMember {\n name: string;\n task = \"Unassigned\";\n\n earnedRespect = 0;\n\n hack = 1;\n str = 1;\n def = 1;\n dex = 1;\n agi = 1;\n cha = 1;\n\n hack_exp = 0;\n str_exp = 0;\n def_exp = 0;\n dex_exp = 0;\n agi_exp = 0;\n cha_exp = 0;\n\n hack_mult = 1;\n str_mult = 1;\n def_mult = 1;\n dex_mult = 1;\n agi_mult = 1;\n cha_mult = 1;\n\n hack_asc_points = 0;\n str_asc_points = 0;\n def_asc_points = 0;\n dex_asc_points = 0;\n agi_asc_points = 0;\n cha_asc_points = 0;\n\n upgrades: string[] = []; // Names of upgrades\n augmentations: string[] = []; // Names of augmentations only\n\n constructor(name = \"\") {\n this.name = name;\n }\n\n calculateSkill(exp: number, mult = 1): number {\n return Math.max(Math.floor(mult * (32 * Math.log(exp + 534.5) - 200)), 1);\n }\n\n calculateAscensionMult(points: number): number {\n return calculateAscensionMult(points);\n }\n\n updateSkillLevels(): void {\n this.hack = this.calculateSkill(this.hack_exp, this.hack_mult * this.calculateAscensionMult(this.hack_asc_points));\n this.str = this.calculateSkill(this.str_exp, this.str_mult * this.calculateAscensionMult(this.str_asc_points));\n this.def = this.calculateSkill(this.def_exp, this.def_mult * this.calculateAscensionMult(this.def_asc_points));\n this.dex = this.calculateSkill(this.dex_exp, this.dex_mult * this.calculateAscensionMult(this.dex_asc_points));\n this.agi = this.calculateSkill(this.agi_exp, this.agi_mult * this.calculateAscensionMult(this.agi_asc_points));\n this.cha = this.calculateSkill(this.cha_exp, this.cha_mult * this.calculateAscensionMult(this.cha_asc_points));\n }\n\n calculatePower(): number {\n return (this.hack + this.str + this.def + this.dex + this.agi + this.cha) / 95;\n }\n\n assignToTask(taskName: string): boolean {\n if (!GangMemberTasks.hasOwnProperty(taskName)) {\n this.task = \"Unassigned\";\n return false;\n }\n this.task = taskName;\n return true;\n }\n\n unassignFromTask(): void {\n this.task = \"Unassigned\";\n }\n\n getTask(): GangMemberTask {\n // TODO(hydroflame): transfer that to a save file migration function\n // Backwards compatibility\n if ((this.task as any) instanceof GangMemberTask) {\n this.task = (this.task as any).name;\n }\n\n if (GangMemberTasks.hasOwnProperty(this.task)) {\n return GangMemberTasks[this.task];\n }\n return GangMemberTasks[\"Unassigned\"];\n }\n\n calculateRespectGain(gang: Gang): number {\n const task = this.getTask();\n const g = {\n respect: gang.respect,\n wantedLevel: gang.wanted,\n territory: gang.getTerritory(),\n };\n return calculateRespectGain(g, this, task);\n }\n\n calculateWantedLevelGain(gang: Gang): number {\n const task = this.getTask();\n const g = {\n respect: gang.respect,\n wantedLevel: gang.wanted,\n territory: gang.getTerritory(),\n };\n return calculateWantedLevelGain(g, this, task);\n }\n\n calculateMoneyGain(gang: Gang): number {\n const task = this.getTask();\n const g = {\n respect: gang.respect,\n wantedLevel: gang.wanted,\n territory: gang.getTerritory(),\n };\n return calculateMoneyGain(g, this, task);\n }\n\n expMult(): IMults {\n return {\n hack: (this.hack_mult - 1) / 4 + 1,\n str: (this.str_mult - 1) / 4 + 1,\n def: (this.def_mult - 1) / 4 + 1,\n dex: (this.dex_mult - 1) / 4 + 1,\n agi: (this.agi_mult - 1) / 4 + 1,\n cha: (this.cha_mult - 1) / 4 + 1,\n };\n }\n\n gainExperience(numCycles = 1): void {\n const task = this.getTask();\n if (task === GangMemberTasks[\"Unassigned\"]) return;\n const difficultyMult = Math.pow(task.difficulty, 0.9);\n const difficultyPerCycles = difficultyMult * numCycles;\n const weightDivisor = 1500;\n const expMult = this.expMult();\n this.hack_exp +=\n (task.hackWeight / weightDivisor) *\n difficultyPerCycles *\n expMult.hack *\n this.calculateAscensionMult(this.hack_asc_points);\n this.str_exp +=\n (task.strWeight / weightDivisor) *\n difficultyPerCycles *\n expMult.str *\n this.calculateAscensionMult(this.str_asc_points);\n this.def_exp +=\n (task.defWeight / weightDivisor) *\n difficultyPerCycles *\n expMult.def *\n this.calculateAscensionMult(this.def_asc_points);\n this.dex_exp +=\n (task.dexWeight / weightDivisor) *\n difficultyPerCycles *\n expMult.dex *\n this.calculateAscensionMult(this.dex_asc_points);\n this.agi_exp +=\n (task.agiWeight / weightDivisor) *\n difficultyPerCycles *\n expMult.agi *\n this.calculateAscensionMult(this.agi_asc_points);\n this.cha_exp +=\n (task.chaWeight / weightDivisor) *\n difficultyPerCycles *\n expMult.cha *\n this.calculateAscensionMult(this.cha_asc_points);\n }\n\n recordEarnedRespect(numCycles = 1, gang: Gang): void {\n this.earnedRespect += this.calculateRespectGain(gang) * numCycles;\n }\n\n getGainedAscensionPoints(): IMults {\n return {\n hack: calculateAscensionPointsGain(this.hack_exp),\n str: calculateAscensionPointsGain(this.str_exp),\n def: calculateAscensionPointsGain(this.def_exp),\n dex: calculateAscensionPointsGain(this.dex_exp),\n agi: calculateAscensionPointsGain(this.agi_exp),\n cha: calculateAscensionPointsGain(this.cha_exp),\n };\n }\n\n canAscend(): boolean {\n const points = this.getGainedAscensionPoints();\n return points.hack > 0 || points.str > 0 || points.def > 0 || points.dex > 0 || points.agi > 0 || points.cha > 0;\n }\n\n getCurrentAscensionMults(): IMults {\n return {\n hack: this.calculateAscensionMult(this.hack_asc_points),\n str: this.calculateAscensionMult(this.str_asc_points),\n def: this.calculateAscensionMult(this.def_asc_points),\n dex: this.calculateAscensionMult(this.dex_asc_points),\n agi: this.calculateAscensionMult(this.agi_asc_points),\n cha: this.calculateAscensionMult(this.cha_asc_points),\n };\n }\n\n getAscensionMultsAfterAscend(): IMults {\n const points = this.getGainedAscensionPoints();\n return {\n hack: this.calculateAscensionMult(this.hack_asc_points + points.hack),\n str: this.calculateAscensionMult(this.str_asc_points + points.str),\n def: this.calculateAscensionMult(this.def_asc_points + points.def),\n dex: this.calculateAscensionMult(this.dex_asc_points + points.dex),\n agi: this.calculateAscensionMult(this.agi_asc_points + points.agi),\n cha: this.calculateAscensionMult(this.cha_asc_points + points.cha),\n };\n }\n\n getAscensionResults(): IMults {\n const postAscend = this.getAscensionMultsAfterAscend();\n const preAscend = this.getCurrentAscensionMults();\n\n return {\n hack: postAscend.hack / preAscend.hack,\n str: postAscend.str / preAscend.str,\n def: postAscend.def / preAscend.def,\n dex: postAscend.dex / preAscend.dex,\n agi: postAscend.agi / preAscend.agi,\n cha: postAscend.cha / preAscend.cha,\n };\n }\n\n ascend(): IAscensionResult {\n const res = this.getAscensionResults();\n const points = this.getGainedAscensionPoints();\n this.hack_asc_points += points.hack;\n this.str_asc_points += points.str;\n this.def_asc_points += points.def;\n this.dex_asc_points += points.dex;\n this.agi_asc_points += points.agi;\n this.cha_asc_points += points.cha;\n\n // Remove upgrades. Then re-calculate multipliers and stats\n this.upgrades.length = 0;\n this.hack_mult = 1;\n this.str_mult = 1;\n this.def_mult = 1;\n this.dex_mult = 1;\n this.agi_mult = 1;\n this.cha_mult = 1;\n for (let i = 0; i < this.augmentations.length; ++i) {\n const aug = GangMemberUpgrades[this.augmentations[i]];\n this.applyUpgrade(aug);\n }\n\n // Clear exp and recalculate stats\n this.hack_exp = 0;\n this.str_exp = 0;\n this.def_exp = 0;\n this.dex_exp = 0;\n this.agi_exp = 0;\n this.cha_exp = 0;\n this.updateSkillLevels();\n\n const respectToDeduct = this.earnedRespect;\n this.earnedRespect = 0;\n return {\n respect: respectToDeduct,\n hack: res.hack,\n str: res.str,\n def: res.def,\n dex: res.dex,\n agi: res.agi,\n cha: res.cha,\n };\n }\n\n applyUpgrade(upg: GangMemberUpgrade): void {\n if (upg.mults.str != null) this.str_mult *= upg.mults.str;\n if (upg.mults.def != null) this.def_mult *= upg.mults.def;\n if (upg.mults.dex != null) this.dex_mult *= upg.mults.dex;\n if (upg.mults.agi != null) this.agi_mult *= upg.mults.agi;\n if (upg.mults.cha != null) this.cha_mult *= upg.mults.cha;\n if (upg.mults.hack != null) this.hack_mult *= upg.mults.hack;\n }\n\n buyUpgrade(upg: GangMemberUpgrade): boolean {\n if (!Player.gang) throw new Error(\"Tried to buy a gang member upgrade when no gang was present\");\n\n // Prevent purchasing of already-owned upgrades\n if (this.augmentations.includes(upg.name) || this.upgrades.includes(upg.name)) return false;\n\n if (Player.money < Player.gang.getUpgradeCost(upg)) return false;\n Player.loseMoney(Player.gang.getUpgradeCost(upg), \"gang\");\n if (upg.type === \"g\") {\n this.augmentations.push(upg.name);\n } else {\n this.upgrades.push(upg.name);\n }\n this.applyUpgrade(upg);\n return true;\n }\n\n /** Serialize the current object to a JSON save state. */\n toJSON(): IReviverValue {\n return Generic_toJSON(\"GangMember\", this);\n }\n\n /** Initializes a GangMember object from a JSON save state. */\n static fromJSON(value: IReviverValue): GangMember {\n return Generic_fromJSON(GangMember, value.data);\n }\n}\n\nReviver.constructors.GangMember = GangMember;\n","import { getRandomInt } from \"../utils/helpers/getRandomInt\";\nimport { MinHeap } from \"../utils/Heap\";\n\nimport { comprGenChar, comprLZGenerate, comprLZEncode, comprLZDecode } from \"../utils/CompressionContracts\";\nimport { HammingEncode, HammingDecode, HammingEncodeProperly } from \"../utils/HammingCodeTools\";\n/* tslint:disable:completed-docs no-magic-numbers arrow-return-shorthand */\n\n/* Function that generates a valid 'data' for a contract type */\nexport type GeneratorFunc = () => unknown;\n\n/* Function that checks if the provided solution is the correct one */\nexport type SolverFunc = (data: unknown, answer: string) => boolean;\n\n/* Function that returns a string with the problem's description.\n Requires the 'data' of a Contract as input */\nexport type DescriptionFunc = (data: unknown) => string;\n\ninterface ICodingContractTypeMetadata {\n desc: DescriptionFunc;\n difficulty: number;\n gen: GeneratorFunc;\n name: string;\n numTries: number;\n solver: SolverFunc;\n}\n\n/* Helper functions for Coding Contract implementations */\nfunction removeBracketsFromArrayString(str: string): string {\n let strCpy: string = str;\n if (strCpy.startsWith(\"[\")) {\n strCpy = strCpy.slice(1);\n }\n if (strCpy.endsWith(\"]\")) {\n strCpy = strCpy.slice(0, -1);\n }\n\n return strCpy;\n}\n\nfunction removeQuotesFromString(str: string): string {\n let strCpy: string = str;\n if (strCpy.startsWith('\"') || strCpy.startsWith(\"'\")) {\n strCpy = strCpy.slice(1);\n }\n if (strCpy.endsWith('\"') || strCpy.endsWith(\"'\")) {\n strCpy = strCpy.slice(0, -1);\n }\n\n return strCpy;\n}\n\nfunction convert2DArrayToString(arr: unknown[][]): string {\n const components: string[] = [];\n arr.forEach((e: unknown) => {\n let s = String(e);\n s = [\"[\", s, \"]\"].join(\"\");\n components.push(s);\n });\n\n return components.join(\",\").replace(/\\s/g, \"\");\n}\n\nexport const codingContractTypesMetadata: ICodingContractTypeMetadata[] = [\n {\n desc: (n: unknown): string => {\n return [\"A prime factor is a factor that is a prime number.\", `What is the largest prime factor of ${n}?`].join(\n \" \",\n );\n },\n difficulty: 1,\n gen: (): number => {\n return getRandomInt(500, 1e9);\n },\n name: \"Find Largest Prime Factor\",\n numTries: 10,\n solver: (data: unknown, ans: string): boolean => {\n if (typeof data !== \"number\") throw new Error(\"solver expected number\");\n let fac = 2;\n let n: number = data;\n while (n > (fac - 1) * (fac - 1)) {\n while (n % fac === 0) {\n n = Math.round(n / fac);\n }\n ++fac;\n }\n\n return (n === 1 ? fac - 1 : n) === parseInt(ans, 10);\n },\n },\n {\n desc: (_n: unknown): string => {\n const n = _n as number[];\n return [\n \"Given the following integer array, find the contiguous subarray\",\n \"(containing at least one number) which has the largest sum and return that sum.\",\n \"'Sum' refers to the sum of all the numbers in the subarray.\\n\",\n `${n.toString()}`,\n ].join(\" \");\n },\n difficulty: 1,\n gen: (): number[] => {\n const len: number = getRandomInt(5, 40);\n const arr: number[] = [];\n arr.length = len;\n for (let i = 0; i < len; ++i) {\n arr[i] = getRandomInt(-10, 10);\n }\n\n return arr;\n },\n name: \"Subarray with Maximum Sum\",\n numTries: 10,\n solver: (_data: unknown, ans: string): boolean => {\n const data = _data as number[];\n const nums: number[] = data.slice();\n for (let i = 1; i < nums.length; i++) {\n nums[i] = Math.max(nums[i], nums[i] + nums[i - 1]);\n }\n\n return parseInt(ans, 10) === Math.max(...nums);\n },\n },\n {\n desc: (n: unknown): string => {\n if (typeof n !== \"number\") throw new Error(\"solver expected number\");\n return [\n \"It is possible write four as a sum in exactly four different ways:\\n\\n\",\n \"    3 + 1\\n\",\n \"    2 + 2\\n\",\n \"    2 + 1 + 1\\n\",\n \"    1 + 1 + 1 + 1\\n\\n\",\n `How many different distinct ways can the number ${n} be written as a sum of at least`,\n \"two positive integers?\",\n ].join(\" \");\n },\n difficulty: 1.5,\n gen: (): number => {\n return getRandomInt(8, 100);\n },\n name: \"Total Ways to Sum\",\n numTries: 10,\n solver: (data: unknown, ans: string): boolean => {\n if (typeof data !== \"number\") throw new Error(\"solver expected number\");\n const ways: number[] = [1];\n ways.length = data + 1;\n ways.fill(0, 1);\n for (let i = 1; i < data; ++i) {\n for (let j: number = i; j <= data; ++j) {\n ways[j] += ways[j - i];\n }\n }\n\n return ways[data] === parseInt(ans, 10);\n },\n },\n {\n desc: (_data: unknown): string => {\n const data = _data as [number, number[]];\n const n: number = data[0];\n const s: number[] = data[1];\n return [\n `How many different distinct ways can the number ${n} be written`,\n \"as a sum of integers contained in the set:\\n\\n\",\n `[${s}]?\\n\\n`,\n \"You may use each integer in the set zero or more times.\",\n ].join(\" \");\n },\n difficulty: 2,\n gen: (): [number, number[]] => {\n const n: number = getRandomInt(12, 200);\n const maxLen: number = getRandomInt(8, 12);\n const s: number[] = [];\n // Bias towards small numbers is intentional to have much bigger answers in general\n // to force people better optimize their solutions\n for (let i = 1; i <= n; i++) {\n if (s.length == maxLen) {\n break;\n }\n if (Math.random() < 0.6 || n - i < maxLen - s.length) {\n s.push(i);\n }\n }\n return [n, s];\n },\n name: \"Total Ways to Sum II\",\n numTries: 10,\n solver: (_data: unknown, ans: string): boolean => {\n const data = _data as [number, number[]];\n // https://www.geeksforgeeks.org/coin-change-dp-7/?ref=lbp\n const n = data[0];\n const s = data[1];\n const ways: number[] = [1];\n ways.length = n + 1;\n ways.fill(0, 1);\n for (let i = 0; i < s.length; i++) {\n for (let j = s[i]; j <= n; j++) {\n ways[j] += ways[j - s[i]];\n }\n }\n return ways[n] === parseInt(ans, 10);\n },\n },\n {\n desc: (_n: unknown): string => {\n const n = _n as number[][];\n let d: string = [\n \"Given the following array of arrays of numbers representing a 2D matrix,\",\n \"return the elements of the matrix as an array in spiral order:\\n\\n\",\n ].join(\" \");\n // for (const line of n) {\n // d += `${line.toString()},\\n`;\n // }\n d += \"    [\\n\";\n d += n\n .map(\n (line: number[]) =>\n \"        [\" +\n line.map((x: number) => `${x}`.padStart(2, \" \")).join(\",\") +\n \"]\",\n )\n .join(\"\\n\");\n d += \"\\n    ]\\n\";\n d += [\n \"\\nHere is an example of what spiral order should be:\\n\\n\",\n \"    [\\n\",\n \"        [1, 2, 3]\\n\",\n \"        [4, 5, 6]\\n\",\n \"        [7, 8, 9]\\n\",\n \"    ]\\n\\n\",\n \"Answer: [1, 2, 3, 6, 9, 8 ,7, 4, 5]\\n\\n\",\n \"Note that the matrix will not always be square:\\n\\n\",\n \"    [\\n\",\n \"        [1,  2,  3,  4]\\n\",\n \"        [5,  6,  7,  8]\\n\",\n \"        [9, 10, 11, 12]\\n\",\n \"    ]\\n\\n\",\n \"Answer: [1, 2, 3, 4, 8, 12, 11, 10, 9, 5, 6, 7]\",\n ].join(\" \");\n\n return d;\n },\n difficulty: 2,\n gen: (): number[][] => {\n const m: number = getRandomInt(1, 15);\n const n: number = getRandomInt(1, 15);\n const matrix: number[][] = [];\n matrix.length = m;\n for (let i = 0; i < m; ++i) {\n matrix[i] = [];\n matrix[i].length = n;\n }\n\n for (let i = 0; i < m; ++i) {\n for (let j = 0; j < n; ++j) {\n matrix[i][j] = getRandomInt(1, 50);\n }\n }\n\n return matrix;\n },\n name: \"Spiralize Matrix\",\n numTries: 10,\n solver: (_data: unknown, ans: string): boolean => {\n const data = _data as number[][];\n const spiral: number[] = [];\n const m: number = data.length;\n const n: number = data[0].length;\n let u = 0;\n let d: number = m - 1;\n let l = 0;\n let r: number = n - 1;\n let k = 0;\n while (true) {\n // Up\n for (let col: number = l; col <= r; col++) {\n spiral[k] = data[u][col];\n ++k;\n }\n if (++u > d) {\n break;\n }\n\n // Right\n for (let row: number = u; row <= d; row++) {\n spiral[k] = data[row][r];\n ++k;\n }\n if (--r < l) {\n break;\n }\n\n // Down\n for (let col: number = r; col >= l; col--) {\n spiral[k] = data[d][col];\n ++k;\n }\n if (--d < u) {\n break;\n }\n\n // Left\n for (let row: number = d; row >= u; row--) {\n spiral[k] = data[row][l];\n ++k;\n }\n if (++l > r) {\n break;\n }\n }\n\n const sanitizedPlayerAns = removeBracketsFromArrayString(ans).replace(/\\s/g, \"\");\n const playerAns = sanitizedPlayerAns.split(\",\").map((s) => parseInt(s));\n if (spiral.length !== playerAns.length) {\n return false;\n }\n for (let i = 0; i < spiral.length; ++i) {\n if (spiral[i] !== playerAns[i]) {\n return false;\n }\n }\n\n return true;\n },\n },\n {\n desc: (_arr: unknown): string => {\n const arr = _arr as number[];\n return [\n \"You are given the following array of integers:\\n\\n\",\n `${arr}\\n\\n`,\n \"Each element in the array represents your MAXIMUM jump length\",\n \"at that position. This means that if you are at position i and your\",\n \"maximum jump length is n, you can jump to any position from\",\n \"i to i+n.\",\n \"\\n\\nAssuming you are initially positioned\",\n \"at the start of the array, determine whether you are\",\n \"able to reach the last index.\\n\\n\",\n \"Your answer should be submitted as 1 or 0, representing true and false respectively\",\n ].join(\" \");\n },\n difficulty: 2.5,\n gen: (): number[] => {\n const len: number = getRandomInt(3, 25);\n const arr: number[] = [];\n arr.length = len;\n for (let i = 0; i < arr.length; ++i) {\n if (Math.random() < 0.2) {\n arr[i] = 0; // 20% chance of being 0\n } else {\n arr[i] = getRandomInt(0, 10);\n }\n }\n\n return arr;\n },\n name: \"Array Jumping Game\",\n numTries: 1,\n solver: (_data: unknown, ans: string): boolean => {\n const data = _data as number[];\n const n: number = data.length;\n let i = 0;\n for (let reach = 0; i < n && i <= reach; ++i) {\n reach = Math.max(i + data[i], reach);\n }\n const solution: boolean = i === n;\n return (ans === \"1\" && solution) || (ans === \"0\" && !solution);\n },\n },\n {\n desc: (_arr: unknown): string => {\n const arr = _arr as number[];\n return [\n \"You are given the following array of integers:\\n\\n\",\n `${arr}\\n\\n`,\n \"Each element in the array represents your MAXIMUM jump length\",\n \"at that position. This means that if you are at position i and your\",\n \"maximum jump length is n, you can jump to any position from\",\n \"i to i+n.\",\n \"\\n\\nAssuming you are initially positioned\",\n \"at the start of the array, determine the minimum number of\",\n \"jumps to reach the end of the array.\\n\\n\",\n \"If it's impossible to reach the end, then the answer should be 0.\",\n ].join(\" \");\n },\n difficulty: 3,\n gen: (): number[] => {\n const len: number = getRandomInt(3, 25);\n const arr: number[] = [];\n arr.length = len;\n for (let i = 0; i < arr.length; i++) {\n for (let j = 0; j < 10; j++) {\n if (Math.random() <= j / 10 + 0.1) {\n arr[i] = j;\n break;\n }\n }\n }\n\n return arr;\n },\n name: \"Array Jumping Game II\",\n numTries: 3,\n solver: (_data: unknown, ans: string): boolean => {\n const data = _data as number[];\n const n: number = data.length;\n let reach = 0;\n let jumps = 0;\n let lastJump = -1;\n while (reach < n - 1) {\n let jumpedFrom = -1;\n for (let i = reach; i > lastJump; i--) {\n if (i + data[i] > reach) {\n reach = i + data[i];\n jumpedFrom = i;\n }\n }\n if (jumpedFrom === -1) {\n jumps = 0;\n break;\n }\n lastJump = jumpedFrom;\n jumps++;\n }\n return jumps === parseInt(ans, 10);\n },\n },\n {\n desc: (_arr: unknown): string => {\n const arr = _arr as number[][];\n return [\n \"Given the following array of arrays of numbers representing a list of\",\n \"intervals, merge all overlapping intervals.\\n\\n\",\n `[${convert2DArrayToString(arr)}]\\n\\n`,\n \"Example:\\n\\n\",\n \"[[1, 3], [8, 10], [2, 6], [10, 16]]\\n\\n\",\n \"would merge into [[1, 6], [8, 16]].\\n\\n\",\n \"The intervals must be returned in ASCENDING order.\",\n \"You can assume that in an interval, the first number will always be\",\n \"smaller than the second.\",\n ].join(\" \");\n },\n difficulty: 3,\n gen: (): number[][] => {\n const intervals: number[][] = [];\n const numIntervals: number = getRandomInt(3, 20);\n for (let i = 0; i < numIntervals; ++i) {\n const start: number = getRandomInt(1, 25);\n const end: number = start + getRandomInt(1, 10);\n intervals.push([start, end]);\n }\n\n return intervals;\n },\n name: \"Merge Overlapping Intervals\",\n numTries: 15,\n solver: (_data: unknown, ans: string): boolean => {\n const data = _data as number[][];\n const intervals: number[][] = data.slice();\n intervals.sort((a: number[], b: number[]) => {\n return a[0] - b[0];\n });\n\n const result: number[][] = [];\n let start: number = intervals[0][0];\n let end: number = intervals[0][1];\n for (const interval of intervals) {\n if (interval[0] <= end) {\n end = Math.max(end, interval[1]);\n } else {\n result.push([start, end]);\n start = interval[0];\n end = interval[1];\n }\n }\n result.push([start, end]);\n\n const sanitizedResult: string = convert2DArrayToString(result);\n const sanitizedAns: string = ans.replace(/\\s/g, \"\");\n\n return sanitizedResult === sanitizedAns || sanitizedResult === removeBracketsFromArrayString(sanitizedAns);\n },\n },\n {\n desc: (data: unknown): string => {\n return [\n \"Given the following string containing only digits, return\",\n \"an array with all possible valid IP address combinations\",\n \"that can be created from the string:\\n\\n\",\n `${data}\\n\\n`,\n \"Note that an octet cannot begin with a '0' unless the number\",\n \"itself is actually 0. For example, '192.168.010.1' is not a valid IP.\\n\\n\",\n \"Examples:\\n\\n\",\n '25525511135 -> [\"255.255.11.135\", \"255.255.111.35\"]\\n',\n '1938718066 -> [\"193.87.180.66\"]',\n ].join(\" \");\n },\n difficulty: 3,\n gen: (): string => {\n let str = \"\";\n for (let i = 0; i < 4; ++i) {\n const num: number = getRandomInt(0, 255);\n const convNum: string = num.toString();\n str += convNum;\n }\n\n return str;\n },\n name: \"Generate IP Addresses\",\n numTries: 10,\n solver: (data: unknown, ans: string): boolean => {\n if (typeof data !== \"string\") throw new Error(\"solver expected string\");\n const ret: string[] = [];\n for (let a = 1; a <= 3; ++a) {\n for (let b = 1; b <= 3; ++b) {\n for (let c = 1; c <= 3; ++c) {\n for (let d = 1; d <= 3; ++d) {\n if (a + b + c + d === data.length) {\n const A = parseInt(data.substring(0, a), 10);\n const B = parseInt(data.substring(a, a + b), 10);\n const C = parseInt(data.substring(a + b, a + b + c), 10);\n const D = parseInt(data.substring(a + b + c, a + b + c + d), 10);\n if (A <= 255 && B <= 255 && C <= 255 && D <= 255) {\n const ip: string = [A.toString(), \".\", B.toString(), \".\", C.toString(), \".\", D.toString()].join(\"\");\n if (ip.length === data.length + 3) {\n ret.push(ip);\n }\n }\n }\n }\n }\n }\n }\n\n const sanitizedAns: string = removeBracketsFromArrayString(ans).replace(/\\s/g, \"\");\n const ansArr: string[] = sanitizedAns.split(\",\").map((ip) => ip.replace(/^\"|\"$/g, \"\"));\n if (ansArr.length !== ret.length) {\n return false;\n }\n for (const ipInAns of ansArr) {\n if (!ret.includes(ipInAns)) {\n return false;\n }\n }\n\n return true;\n },\n },\n {\n desc: (_data: unknown): string => {\n const data = _data as number[];\n return [\n \"You are given the following array of stock prices (which are numbers)\",\n \"where the i-th element represents the stock price on day i:\\n\\n\",\n `${data}\\n\\n`,\n \"Determine the maximum possible profit you can earn using at most\",\n \"one transaction (i.e. you can only buy and sell the stock once). If no profit can be made\",\n \"then the answer should be 0. Note\",\n \"that you have to buy the stock before you can sell it\",\n ].join(\" \");\n },\n difficulty: 1,\n gen: (): number[] => {\n const len: number = getRandomInt(3, 50);\n const arr: number[] = [];\n arr.length = len;\n for (let i = 0; i < len; ++i) {\n arr[i] = getRandomInt(1, 200);\n }\n\n return arr;\n },\n name: \"Algorithmic Stock Trader I\",\n numTries: 5,\n solver: (_data: unknown, ans: string): boolean => {\n const data = _data as number[];\n let maxCur = 0;\n let maxSoFar = 0;\n for (let i = 1; i < data.length; ++i) {\n maxCur = Math.max(0, (maxCur += data[i] - data[i - 1]));\n maxSoFar = Math.max(maxCur, maxSoFar);\n }\n\n return maxSoFar.toString() === ans;\n },\n },\n {\n desc: (_data: unknown): string => {\n const data = _data as number[];\n return [\n \"You are given the following array of stock prices (which are numbers)\",\n \"where the i-th element represents the stock price on day i:\\n\\n\",\n `${data}\\n\\n`,\n \"Determine the maximum possible profit you can earn using as many\",\n \"transactions as you'd like. A transaction is defined as buying\",\n \"and then selling one share of the stock. Note that you cannot\",\n \"engage in multiple transactions at once. In other words, you\",\n \"must sell the stock before you buy it again.\\n\\n\",\n \"If no profit can be made, then the answer should be 0\",\n ].join(\" \");\n },\n difficulty: 2,\n gen: (): number[] => {\n const len: number = getRandomInt(3, 50);\n const arr: number[] = [];\n arr.length = len;\n for (let i = 0; i < len; ++i) {\n arr[i] = getRandomInt(1, 200);\n }\n\n return arr;\n },\n name: \"Algorithmic Stock Trader II\",\n numTries: 10,\n solver: (_data: unknown, ans: string): boolean => {\n const data = _data as number[];\n let profit = 0;\n for (let p = 1; p < data.length; ++p) {\n profit += Math.max(data[p] - data[p - 1], 0);\n }\n\n return profit.toString() === ans;\n },\n },\n {\n desc: (_data: unknown): string => {\n const data = _data as number[];\n return [\n \"You are given the following array of stock prices (which are numbers)\",\n \"where the i-th element represents the stock price on day i:\\n\\n\",\n `${data}\\n\\n`,\n \"Determine the maximum possible profit you can earn using at most\",\n \"two transactions. A transaction is defined as buying\",\n \"and then selling one share of the stock. Note that you cannot\",\n \"engage in multiple transactions at once. In other words, you\",\n \"must sell the stock before you buy it again.\\n\\n\",\n \"If no profit can be made, then the answer should be 0\",\n ].join(\" \");\n },\n difficulty: 5,\n gen: (): number[] => {\n const len: number = getRandomInt(3, 50);\n const arr: number[] = [];\n arr.length = len;\n for (let i = 0; i < len; ++i) {\n arr[i] = getRandomInt(1, 200);\n }\n\n return arr;\n },\n name: \"Algorithmic Stock Trader III\",\n numTries: 10,\n solver: (_data: unknown, ans: string): boolean => {\n const data = _data as number[];\n let hold1 = Number.MIN_SAFE_INTEGER;\n let hold2 = Number.MIN_SAFE_INTEGER;\n let release1 = 0;\n let release2 = 0;\n for (const price of data) {\n release2 = Math.max(release2, hold2 + price);\n hold2 = Math.max(hold2, release1 - price);\n release1 = Math.max(release1, hold1 + price);\n hold1 = Math.max(hold1, price * -1);\n }\n\n return release2.toString() === ans;\n },\n },\n {\n desc: (_data: unknown): string => {\n const data = _data as [number, number[]];\n const k = data[0];\n const prices = data[1];\n return [\n \"You are given the following array with two elements:\\n\\n\",\n `[${k}, [${prices}]]\\n\\n`,\n \"The first element is an integer k. The second element is an\",\n \"array of stock prices (which are numbers) where the i-th element\",\n \"represents the stock price on day i.\\n\\n\",\n \"Determine the maximum possible profit you can earn using at most\",\n \"k transactions. A transaction is defined as buying and then selling\",\n \"one share of the stock. Note that you cannot engage in multiple\",\n \"transactions at once. In other words, you must sell the stock before\",\n \"you can buy it again.\\n\\n\",\n \"If no profit can be made, then the answer should be 0.\",\n ].join(\" \");\n },\n difficulty: 8,\n gen: (): [number, number[]] => {\n const k = getRandomInt(2, 10);\n const len = getRandomInt(3, 50);\n const prices: number[] = [];\n prices.length = len;\n for (let i = 0; i < len; ++i) {\n prices[i] = getRandomInt(1, 200);\n }\n\n return [k, prices];\n },\n name: \"Algorithmic Stock Trader IV\",\n numTries: 10,\n solver: (_data: unknown, ans: string): boolean => {\n const data = _data as [number, number[]];\n const k: number = data[0];\n const prices: number[] = data[1];\n\n const len = prices.length;\n if (len < 2) {\n return parseInt(ans) === 0;\n }\n if (k > len / 2) {\n let res = 0;\n for (let i = 1; i < len; ++i) {\n res += Math.max(prices[i] - prices[i - 1], 0);\n }\n\n return parseInt(ans) === res;\n }\n\n const hold: number[] = [];\n const rele: number[] = [];\n hold.length = k + 1;\n rele.length = k + 1;\n for (let i = 0; i <= k; ++i) {\n hold[i] = Number.MIN_SAFE_INTEGER;\n rele[i] = 0;\n }\n\n let cur: number;\n for (let i = 0; i < len; ++i) {\n cur = prices[i];\n for (let j = k; j > 0; --j) {\n rele[j] = Math.max(rele[j], hold[j] + cur);\n hold[j] = Math.max(hold[j], rele[j - 1] - cur);\n }\n }\n\n return parseInt(ans) === rele[k];\n },\n },\n {\n desc: (_data: unknown): string => {\n const data = _data as number[][];\n function createTriangleRecurse(data: number[][], level = 0): string {\n const numLevels: number = data.length;\n if (level >= numLevels) {\n return \"\";\n }\n const numSpaces = numLevels - level + 1;\n\n let str: string = [\" \".repeat(numSpaces), \"[\", data[level].toString(), \"]\"].join(\"\");\n if (level < numLevels - 1) {\n str += \",\";\n }\n\n return str + \"\\n\" + createTriangleRecurse(data, level + 1);\n }\n\n function createTriangle(data: number[][]): string {\n return [\"[\\n\", createTriangleRecurse(data), \"]\"].join(\"\");\n }\n\n const triangle = createTriangle(data);\n\n return [\n \"Given a triangle, find the minimum path sum from top to bottom. In each step\",\n \"of the path, you may only move to adjacent numbers in the row below.\",\n \"The triangle is represented as a 2D array of numbers:\\n\\n\",\n `${triangle}\\n\\n`,\n \"Example: If you are given the following triangle:\\n\\n[\\n\",\n \"     [2],\\n\",\n \"    [3,4],\\n\",\n \"   [6,5,7],\\n\",\n \"  [4,1,8,3]\\n\",\n \"]\\n\\n\",\n \"The minimum path sum is 11 (2 -> 3 -> 5 -> 1).\",\n ].join(\" \");\n },\n difficulty: 5,\n gen: (): number[][] => {\n const triangle: number[][] = [];\n const levels: number = getRandomInt(3, 12);\n triangle.length = levels;\n\n for (let row = 0; row < levels; ++row) {\n triangle[row] = [];\n triangle[row].length = row + 1;\n for (let i = 0; i < triangle[row].length; ++i) {\n triangle[row][i] = getRandomInt(1, 9);\n }\n }\n\n return triangle;\n },\n name: \"Minimum Path Sum in a Triangle\",\n numTries: 10,\n solver: (_data: unknown, ans: string): boolean => {\n const data = _data as number[][];\n const n: number = data.length;\n const dp: number[] = data[n - 1].slice();\n for (let i = n - 2; i > -1; --i) {\n for (let j = 0; j < data[i].length; ++j) {\n dp[j] = Math.min(dp[j], dp[j + 1]) + data[i][j];\n }\n }\n\n return dp[0] === parseInt(ans);\n },\n },\n {\n desc: (_data: unknown): string => {\n const data = _data as number[];\n const numRows = data[0];\n const numColumns = data[1];\n return [\n \"You are in a grid with\",\n `${numRows} rows and ${numColumns} columns, and you are`,\n \"positioned in the top-left corner of that grid. You are trying to\",\n \"reach the bottom-right corner of the grid, but you can only\",\n \"move down or right on each step. Determine how many\",\n \"unique paths there are from start to finish.\\n\\n\",\n \"NOTE: The data returned for this contract is an array\",\n \"with the number of rows and columns:\\n\\n\",\n `[${numRows}, ${numColumns}]`,\n ].join(\" \");\n },\n difficulty: 3,\n gen: (): number[] => {\n const numRows: number = getRandomInt(2, 14);\n const numColumns: number = getRandomInt(2, 14);\n\n return [numRows, numColumns];\n },\n name: \"Unique Paths in a Grid I\",\n numTries: 10,\n solver: (_data: unknown, ans: string): boolean => {\n const data = _data as number[];\n const n: number = data[0]; // Number of rows\n const m: number = data[1]; // Number of columns\n const currentRow: number[] = [];\n currentRow.length = n;\n\n for (let i = 0; i < n; i++) {\n currentRow[i] = 1;\n }\n for (let row = 1; row < m; row++) {\n for (let i = 1; i < n; i++) {\n currentRow[i] += currentRow[i - 1];\n }\n }\n\n return parseInt(ans) === currentRow[n - 1];\n },\n },\n {\n desc: (_data: unknown): string => {\n const data = _data as number[][];\n let gridString = \"\";\n for (const line of data) {\n gridString += `${line.toString()},\\n`;\n }\n return [\n \"You are located in the top-left corner of the following grid:\\n\\n\",\n `${gridString}\\n`,\n \"You are trying reach the bottom-right corner of the grid, but you can only\",\n \"move down or right on each step. Furthermore, there are obstacles on the grid\",\n \"that you cannot move onto. These obstacles are denoted by '1', while empty\",\n \"spaces are denoted by 0.\\n\\n\",\n \"Determine how many unique paths there are from start to finish.\\n\\n\",\n \"NOTE: The data returned for this contract is an 2D array of numbers representing the grid.\",\n ].join(\" \");\n },\n difficulty: 5,\n gen: (): number[][] => {\n const numRows: number = getRandomInt(2, 12);\n const numColumns: number = getRandomInt(2, 12);\n\n const grid: number[][] = [];\n grid.length = numRows;\n for (let i = 0; i < numRows; ++i) {\n grid[i] = [];\n grid[i].length = numColumns;\n grid[i].fill(0);\n }\n\n for (let r = 0; r < numRows; ++r) {\n for (let c = 0; c < numColumns; ++c) {\n if (r === 0 && c === 0) {\n continue;\n }\n if (r === numRows - 1 && c === numColumns - 1) {\n continue;\n }\n\n // 15% chance of an element being an obstacle\n if (Math.random() < 0.15) {\n grid[r][c] = 1;\n }\n }\n }\n\n return grid;\n },\n name: \"Unique Paths in a Grid II\",\n numTries: 10,\n solver: (_data: unknown, ans: string): boolean => {\n const data = _data as number[][];\n const obstacleGrid: number[][] = [];\n obstacleGrid.length = data.length;\n for (let i = 0; i < obstacleGrid.length; ++i) {\n obstacleGrid[i] = data[i].slice();\n }\n\n for (let i = 0; i < obstacleGrid.length; i++) {\n for (let j = 0; j < obstacleGrid[0].length; j++) {\n if (obstacleGrid[i][j] == 1) {\n obstacleGrid[i][j] = 0;\n } else if (i == 0 && j == 0) {\n obstacleGrid[0][0] = 1;\n } else {\n obstacleGrid[i][j] = (i > 0 ? obstacleGrid[i - 1][j] : 0) + (j > 0 ? obstacleGrid[i][j - 1] : 0);\n }\n }\n }\n\n return obstacleGrid[obstacleGrid.length - 1][obstacleGrid[0].length - 1] === parseInt(ans);\n },\n },\n {\n name: \"Shortest Path in a Grid\",\n desc: (_data: unknown): string => {\n const data = _data as number[][];\n return [\n \"You are located in the top-left corner of the following grid:\\n\\n\",\n `  [${data.map((line) => \"[\" + line + \"]\").join(\",\\n   \")}]\\n\\n`,\n \"You are trying to find the shortest path to the bottom-right corner of the grid,\",\n \"but there are obstacles on the grid that you cannot move onto.\",\n \"These obstacles are denoted by '1', while empty spaces are denoted by 0.\\n\\n\",\n \"Determine the shortest path from start to finish, if one exists.\",\n \"The answer should be given as a string of UDLR characters, indicating the moves along the path\\n\\n\",\n \"NOTE: If there are multiple equally short paths, any of them is accepted as answer.\",\n \"If there is no path, the answer should be an empty string.\\n\",\n \"NOTE: The data returned for this contract is an 2D array of numbers representing the grid.\\n\\n\",\n \"Examples:\\n\\n\",\n \"    [[0,1,0,0,0],\\n\",\n \"     [0,0,0,1,0]]\\n\",\n \"\\n\",\n \"Answer: 'DRRURRD'\\n\\n\",\n \"    [[0,1],\\n\",\n \"     [1,0]]\\n\",\n \"\\n\",\n \"Answer: ''\\n\\n\",\n ].join(\" \");\n },\n difficulty: 7,\n numTries: 10,\n gen: (): number[][] => {\n const height = getRandomInt(6, 12);\n const width = getRandomInt(6, 12);\n const dstY = height - 1;\n const dstX = width - 1;\n const minPathLength = dstY + dstX; // Math.abs(dstY - srcY) + Math.abs(dstX - srcX)\n\n const grid: number[][] = new Array(height);\n for (let y = 0; y < height; y++) grid[y] = new Array(width).fill(0);\n\n for (let y = 0; y < height; y++) {\n for (let x = 0; x < width; x++) {\n if (y == 0 && x == 0) continue; // Don't block start\n if (y == dstY && x == dstX) continue; // Don't block destination\n\n // Generate more obstacles the farther a position is from start and destination.\n // Raw distance factor peaks at 50% at half-way mark. Rescale to 40% max.\n // Obstacle chance range of [15%, 40%] produces ~78% solvable puzzles\n const distanceFactor = (Math.min(y + x, dstY - y + dstX - x) / minPathLength) * 0.8;\n if (Math.random() < Math.max(0.15, distanceFactor)) grid[y][x] = 1;\n }\n }\n\n return grid;\n },\n solver: (_data: unknown, ans: string): boolean => {\n const data = _data as number[][];\n const width = data[0].length;\n const height = data.length;\n const dstY = height - 1;\n const dstX = width - 1;\n\n const distance: [number][] = new Array(height);\n //const prev: [[number, number] | undefined][] = new Array(height);\n const queue = new MinHeap<[number, number]>();\n\n for (let y = 0; y < height; y++) {\n distance[y] = new Array(width).fill(Infinity) as [number];\n //prev[y] = new Array(width).fill(undefined) as [undefined];\n }\n\n function validPosition(y: number, x: number): boolean {\n return y >= 0 && y < height && x >= 0 && x < width && data[y][x] == 0;\n }\n\n // List in-bounds and passable neighbors\n function* neighbors(y: number, x: number): Generator<[number, number]> {\n if (validPosition(y - 1, x)) yield [y - 1, x]; // Up\n if (validPosition(y + 1, x)) yield [y + 1, x]; // Down\n if (validPosition(y, x - 1)) yield [y, x - 1]; // Left\n if (validPosition(y, x + 1)) yield [y, x + 1]; // Right\n }\n\n // Prepare starting point\n distance[0][0] = 0;\n queue.push([0, 0], 0);\n\n // Take next-nearest position and expand potential paths from there\n while (queue.size > 0) {\n const [y, x] = queue.pop() as [number, number];\n for (const [yN, xN] of neighbors(y, x)) {\n const d = distance[y][x] + 1;\n if (d < distance[yN][xN]) {\n if (distance[yN][xN] == Infinity)\n // Not reached previously\n queue.push([yN, xN], d);\n // Found a shorter path\n else queue.changeWeight(([yQ, xQ]) => yQ == yN && xQ == xN, d);\n //prev[yN][xN] = [y, x];\n distance[yN][xN] = d;\n }\n }\n }\n\n // No path at all?\n if (distance[dstY][dstX] == Infinity) return ans == \"\";\n\n // There is a solution, require that the answer path is as short as the shortest\n // path we found\n if (ans.length > distance[dstY][dstX]) return false;\n\n // Further verify that the answer path is a valid path\n let ansX = 0;\n let ansY = 0;\n for (const direction of ans) {\n switch (direction) {\n case \"U\":\n ansY -= 1;\n break;\n case \"D\":\n ansY += 1;\n break;\n case \"L\":\n ansX -= 1;\n break;\n case \"R\":\n ansX += 1;\n break;\n default:\n return false; // Invalid character\n }\n if (!validPosition(ansY, ansX)) return false;\n }\n\n // Path was valid, finally verify that the answer path brought us to the end coordinates\n return ansY == dstY && ansX == dstX;\n },\n },\n {\n desc: (data: unknown): string => {\n return [\n \"Given the following string:\\n\\n\",\n `${data}\\n\\n`,\n \"remove the minimum number of invalid parentheses in order to validate\",\n \"the string. If there are multiple minimal ways to validate the string,\",\n \"provide all of the possible results. The answer should be provided\",\n \"as an array of strings. If it is impossible to validate the string\",\n \"the result should be an array with only an empty string.\\n\\n\",\n \"IMPORTANT: The string may contain letters, not just parentheses.\",\n `Examples:\\n`,\n `\"()())()\" -> [()()(), (())()]\\n`,\n `\"(a)())()\" -> [(a)()(), (a())()]\\n`,\n `\")(\" -> [\"\"]`,\n ].join(\" \");\n },\n difficulty: 10,\n gen: (): string => {\n const len: number = getRandomInt(6, 20);\n const chars: string[] = [];\n chars.length = len;\n\n // 80% chance of the first parenthesis being (\n Math.random() < 0.8 ? (chars[0] = \"(\") : (chars[0] = \")\");\n\n for (let i = 1; i < len; ++i) {\n const roll = Math.random();\n if (roll < 0.4) {\n chars[i] = \"(\";\n } else if (roll < 0.8) {\n chars[i] = \")\";\n } else {\n chars[i] = \"a\";\n }\n }\n\n return chars.join(\"\");\n },\n name: \"Sanitize Parentheses in Expression\",\n numTries: 10,\n solver: (data: unknown, ans: string): boolean => {\n if (typeof data !== \"string\") throw new Error(\"solver expected string\");\n let left = 0;\n let right = 0;\n const res: string[] = [];\n\n for (let i = 0; i < data.length; ++i) {\n if (data[i] === \"(\") {\n ++left;\n } else if (data[i] === \")\") {\n left > 0 ? --left : ++right;\n }\n }\n\n function dfs(\n pair: number,\n index: number,\n left: number,\n right: number,\n s: string,\n solution: string,\n res: string[],\n ): void {\n if (s.length === index) {\n if (left === 0 && right === 0 && pair === 0) {\n for (let i = 0; i < res.length; i++) {\n if (res[i] === solution) {\n return;\n }\n }\n res.push(solution);\n }\n return;\n }\n\n if (s[index] === \"(\") {\n if (left > 0) {\n dfs(pair, index + 1, left - 1, right, s, solution, res);\n }\n dfs(pair + 1, index + 1, left, right, s, solution + s[index], res);\n } else if (s[index] === \")\") {\n if (right > 0) dfs(pair, index + 1, left, right - 1, s, solution, res);\n if (pair > 0) dfs(pair - 1, index + 1, left, right, s, solution + s[index], res);\n } else {\n dfs(pair, index + 1, left, right, s, solution + s[index], res);\n }\n }\n\n dfs(0, 0, left, right, data, \"\", res);\n\n const sanitizedPlayerAns: string = removeBracketsFromArrayString(ans);\n const sanitizedPlayerAnsArr: string[] = sanitizedPlayerAns.split(\",\");\n for (let i = 0; i < sanitizedPlayerAnsArr.length; ++i) {\n sanitizedPlayerAnsArr[i] = removeQuotesFromString(sanitizedPlayerAnsArr[i]).replace(/\\s/g, \"\");\n }\n\n if (sanitizedPlayerAnsArr.length !== res.length) {\n return false;\n }\n for (const resultInAnswer of res) {\n if (!sanitizedPlayerAnsArr.includes(resultInAnswer)) {\n return false;\n }\n }\n\n return true;\n },\n },\n {\n desc: (_data: unknown): string => {\n const data = _data as [string, number];\n const digits: string = data[0];\n const target: number = data[1];\n\n return [\n \"You are given the following string which contains only digits between 0 and 9:\\n\\n\",\n `${digits}\\n\\n`,\n `You are also given a target number of ${target}. Return all possible ways`,\n \"you can add the +(add), -(subtract), and *(multiply) operators to the string such\",\n \"that it evaluates to the target number. (Normal order of operations applies.)\\n\\n\",\n \"The provided answer should be an array of strings containing the valid expressions.\",\n \"The data provided by this problem is an array with two elements. The first element\",\n \"is the string of digits, while the second element is the target number:\\n\\n\",\n `[\"${digits}\", ${target}]\\n\\n`,\n \"NOTE: The order of evaluation expects script operator precedence\",\n \"NOTE: Numbers in the expression cannot have leading 0's. In other words,\",\n `\"1+01\" is not a valid expression`,\n \"Examples:\\n\\n\",\n `Input: digits = \"123\", target = 6\\n`,\n `Output: [1+2+3, 1*2*3]\\n\\n`,\n `Input: digits = \"105\", target = 5\\n`,\n `Output: [1*0+5, 10-5]`,\n ].join(\" \");\n },\n difficulty: 10,\n gen: (): [string, number] => {\n const numDigits = getRandomInt(4, 12);\n const digitsArray: string[] = [];\n digitsArray.length = numDigits;\n for (let i = 0; i < digitsArray.length; ++i) {\n if (i === 0) {\n digitsArray[i] = String(getRandomInt(1, 9));\n } else {\n digitsArray[i] = String(getRandomInt(0, 9));\n }\n }\n\n const target: number = getRandomInt(-100, 100);\n const digits: string = digitsArray.join(\"\");\n\n return [digits, target];\n },\n name: \"Find All Valid Math Expressions\",\n numTries: 10,\n solver: (_data: unknown, ans: string): boolean => {\n const data = _data as [string, number];\n const num = data[0];\n const target = data[1];\n\n function helper(\n res: string[],\n path: string,\n num: string,\n target: number,\n pos: number,\n evaluated: number,\n multed: number,\n ): void {\n if (pos === num.length) {\n if (target === evaluated) {\n res.push(path);\n }\n return;\n }\n\n for (let i = pos; i < num.length; ++i) {\n if (i != pos && num[pos] == \"0\") {\n break;\n }\n const cur = parseInt(num.substring(pos, i + 1));\n\n if (pos === 0) {\n helper(res, path + cur, num, target, i + 1, cur, cur);\n } else {\n helper(res, path + \"+\" + cur, num, target, i + 1, evaluated + cur, cur);\n helper(res, path + \"-\" + cur, num, target, i + 1, evaluated - cur, -cur);\n helper(res, path + \"*\" + cur, num, target, i + 1, evaluated - multed + multed * cur, multed * cur);\n }\n }\n }\n\n const sanitizedPlayerAns: string = removeBracketsFromArrayString(ans);\n const sanitizedPlayerAnsArr: string[] = sanitizedPlayerAns.split(\",\");\n for (let i = 0; i < sanitizedPlayerAnsArr.length; ++i) {\n sanitizedPlayerAnsArr[i] = removeQuotesFromString(sanitizedPlayerAnsArr[i]).replace(/\\s/g, \"\");\n }\n\n if (num == null || num.length === 0) {\n if (sanitizedPlayerAnsArr.length === 0) {\n return true;\n }\n if (sanitizedPlayerAnsArr.length === 1 && sanitizedPlayerAnsArr[0] === \"\") {\n return true;\n }\n return false;\n }\n\n const result: string[] = [];\n helper(result, \"\", num, target, 0, 0, 0);\n\n for (const expr of result) {\n if (!sanitizedPlayerAnsArr.includes(expr)) {\n return false;\n }\n }\n\n return true;\n },\n },\n {\n name: \"HammingCodes: Integer to Encoded Binary\",\n numTries: 10,\n difficulty: 5,\n desc: (n: unknown): string => {\n return [\n \"You are given the following decimal Value: \\n\",\n `${n} \\n`,\n \"Convert it to a binary representation and encode it as an 'extended Hamming code'. Eg:\\n \",\n \"Value 8 is expressed in binary as '1000', which will be encoded\",\n \"with the pattern 'pppdpddd', where p is a parity bit and d a data bit,\\n\",\n \"or '10101' (Value 21) will result into (pppdpdddpd) '1001101011'.\\n\",\n \"The answer should be given as a string containing only 1s and 0s.\\n\",\n \"NOTE: the endianness of the data bits is reversed in relation to the endianness of the parity bits.\\n\",\n \"NOTE: The bit at index zero is the overall parity bit, this should be set last.\\n\",\n \"NOTE 2: You should watch the Hamming Code video from 3Blue1Brown, which explains the 'rule' of encoding,\",\n \"including the first index parity bit mentioned in the previous note.\\n\\n\",\n \"Extra rule for encoding:\\n\",\n \"There should be no leading zeros in the 'data bit' section\",\n ].join(\" \");\n },\n gen: (): number => {\n return getRandomInt(Math.pow(2, 4), Math.pow(2, getRandomInt(1, 57)));\n },\n solver: (data: unknown, ans: string): boolean => {\n if (typeof data !== \"number\") throw new Error(\"solver expected number\");\n return ans === HammingEncode(data);\n },\n },\n {\n name: \"HammingCodes: Encoded Binary to Integer\",\n difficulty: 8,\n numTries: 10,\n desc: (n: unknown): string => {\n return [\n \"You are given the following encoded binary string: \\n\",\n `'${n}' \\n\\n`,\n \"Treat it as an extended Hamming code with 1 'possible' error at a random index.\\n\",\n \"Find the 'possible' wrong bit, fix it and extract the decimal value, which is hidden inside the string.\\n\\n\",\n \"Note: The length of the binary string is dynamic, but it's encoding/decoding follows Hamming's 'rule'\\n\",\n \"Note 2: Index 0 is an 'overall' parity bit. Watch the Hamming code video from 3Blue1Brown for more information\\n\",\n \"Note 3: There's a ~55% chance for an altered Bit. So... MAYBE there is an altered Bit 😉\\n\",\n \"Note: The endianness of the encoded decimal value is reversed in relation to the endianness of the Hamming code. Where\",\n \"the Hamming code is expressed as little-endian (LSB at index 0), the decimal value encoded in it is expressed as big-endian\",\n \"(MSB at index 0).\\n\",\n \"Extra note for automation: return the decimal value as a string\",\n ].join(\" \");\n },\n gen: (): string => {\n const _alteredBit = Math.round(Math.random());\n const _buildArray: Array = HammingEncodeProperly(\n getRandomInt(Math.pow(2, 4), Math.pow(2, getRandomInt(1, 57))),\n ).split(\"\");\n if (_alteredBit) {\n const _randomIndex: number = getRandomInt(0, _buildArray.length - 1);\n _buildArray[_randomIndex] = _buildArray[_randomIndex] == \"0\" ? \"1\" : \"0\";\n }\n return _buildArray.join(\"\");\n },\n solver: (data: unknown, ans: string): boolean => {\n if (typeof data !== \"string\") throw new Error(\"solver expected string\");\n return parseInt(ans, 10) === HammingDecode(data);\n },\n },\n {\n name: \"Proper 2-Coloring of a Graph\",\n difficulty: 7,\n numTries: 5,\n desc: (_data: unknown): string => {\n const data = _data as [number, [number, number][]];\n return [\n `You are given the following data, representing a graph:\\n`,\n `${JSON.stringify(data)}\\n`,\n `Note that \"graph\", as used here, refers to the field of graph theory, and has`,\n `no relation to statistics or plotting.`,\n `The first element of the data represents the number of vertices in the graph.`,\n `Each vertex is a unique number between 0 and ${data[0] - 1}.`,\n `The next element of the data represents the edges of the graph.`,\n `Two vertices u,v in a graph are said to be adjacent if there exists an edge [u,v].`,\n `Note that an edge [u,v] is the same as an edge [v,u], as order does not matter.`,\n `You must construct a 2-coloring of the graph, meaning that you have to assign each`,\n `vertex in the graph a \"color\", either 0 or 1, such that no two adjacent vertices have`,\n `the same color. Submit your answer in the form of an array, where element i`,\n `represents the color of vertex i. If it is impossible to construct a 2-coloring of`,\n `the given graph, instead submit an empty array.\\n\\n`,\n `Examples:\\n\\n`,\n `Input: [4, [[0, 2], [0, 3], [1, 2], [1, 3]]]\\n`,\n `Output: [0, 0, 1, 1]\\n\\n`,\n `Input: [3, [[0, 1], [0, 2], [1, 2]]]\\n`,\n `Output: []`,\n ].join(\" \");\n },\n gen: (): [number, [number, number][]] => {\n //Generate two partite sets\n const n = Math.floor(Math.random() * 5) + 3;\n const m = Math.floor(Math.random() * 5) + 3;\n\n //50% chance of spawning any given valid edge in the bipartite graph\n const edges: [number, number][] = [];\n for (let i = 0; i < n; i++) {\n for (let j = 0; j < m; j++) {\n if (Math.random() > 0.5) {\n edges.push([i, n + j]);\n }\n }\n }\n\n //Add an edge at random with no regard to partite sets\n let a = Math.floor(Math.random() * (n + m));\n let b = Math.floor(Math.random() * (n + m));\n if (a > b) [a, b] = [b, a]; //Enforce lower numbers come first\n if (a != b && !edges.includes([a, b])) {\n edges.push([a, b]);\n }\n\n //Randomize array in-place using Durstenfeld shuffle algorithm.\n function shuffle(array: T[]): void {\n for (let i = array.length - 1; i > 0; i--) {\n const j = Math.floor(Math.random() * (i + 1));\n [array[i], array[j]] = [array[j], array[i]];\n }\n }\n\n //Replace instances of the original vertex names in-place\n const vertexShuffler = Array.from(Array(n + m).keys());\n shuffle(vertexShuffler);\n for (let i = 0; i < edges.length; i++) {\n edges[i] = [vertexShuffler[edges[i][0]], vertexShuffler[edges[i][1]]];\n if (edges[i][0] > edges[i][1]) {\n //Enforce lower numbers come first\n [edges[i][0], edges[i][1]] = [edges[i][1], edges[i][0]];\n }\n }\n\n //Shuffle the order of the edges themselves, as well\n shuffle(edges);\n\n return [n + m, edges];\n },\n solver: (_data: unknown, ans: string): boolean => {\n const data = _data as [number, [number, number][]];\n\n //Sanitize player input\n const sanitizedPlayerAns: string = removeBracketsFromArrayString(ans);\n\n //Case where the player believes there is no solution.\n //Attempt to construct one to check if this is correct.\n if (sanitizedPlayerAns === \"\") {\n //Helper function to get neighbourhood of a vertex\n function neighbourhood(vertex: number): number[] {\n const adjLeft = data[1].filter(([a]) => a == vertex).map(([, b]) => b);\n const adjRight = data[1].filter(([, b]) => b == vertex).map(([a]) => a);\n return adjLeft.concat(adjRight);\n }\n\n //Verify that there is no solution by attempting to create a proper 2-coloring.\n const coloring: (number | undefined)[] = Array(data[0]).fill(undefined);\n while (coloring.some((val) => val === undefined)) {\n //Color a vertex in the graph\n const initialVertex: number = coloring.findIndex((val) => val === undefined);\n coloring[initialVertex] = 0;\n const frontier: number[] = [initialVertex];\n\n //Propagate the coloring throughout the component containing v greedily\n while (frontier.length > 0) {\n const v: number = frontier.pop() || 0;\n const neighbors: number[] = neighbourhood(v);\n\n //For each vertex u adjacent to v\n for (const id in neighbors) {\n const u: number = neighbors[id];\n\n //Set the color of u to the opposite of v's color if it is new,\n //then add u to the frontier to continue the algorithm.\n if (coloring[u] === undefined) {\n if (coloring[v] === 0) coloring[u] = 1;\n else coloring[u] = 0;\n\n frontier.push(u);\n }\n\n //Assert u,v do not have the same color\n else if (coloring[u] === coloring[v]) {\n //If u,v do have the same color, no proper 2-coloring exists, meaning\n //the player was correct to say there is no proper 2-coloring of the graph.\n return true;\n }\n }\n }\n }\n\n //If this code is reached, there exists a proper 2-coloring of the input\n //graph, and thus the player was incorrect in submitting no answer.\n return false;\n }\n\n //Solution provided case\n const sanitizedPlayerAnsArr: string[] = sanitizedPlayerAns.split(\",\");\n const coloring: number[] = sanitizedPlayerAnsArr.map((val) => parseInt(val));\n if (coloring.length == data[0]) {\n const edges = data[1];\n const validColors = [0, 1];\n //Check that the provided solution is a proper 2-coloring\n return edges.every(([a, b]) => {\n const aColor = coloring[a];\n const bColor = coloring[b];\n return (\n validColors.includes(aColor) && //Enforce the first endpoint is color 0 or 1\n validColors.includes(bColor) && //Enforce the second endpoint is color 0 or 1\n aColor != bColor //Enforce the endpoints are different colors\n );\n });\n }\n\n //Return false if the coloring is the wrong size\n else return false;\n },\n },\n {\n name: \"Compression I: RLE Compression\",\n difficulty: 2,\n numTries: 10,\n desc: (plaintext: unknown): string => {\n return [\n \"Run-length encoding (RLE) is a data compression technique which encodes data as a series of runs of\",\n \"a repeated single character. Runs are encoded as a length, followed by the character itself. Lengths\",\n \"are encoded as a single ASCII digit; runs of 10 characters or more are encoded by splitting them\",\n \"into multiple runs.\\n\\n\",\n \"You are given the following input string:\\n\",\n `    ${plaintext}\\n`,\n \"Encode it using run-length encoding with the minimum possible output length.\\n\\n\",\n \"Examples:\\n\",\n \"    aaaaabccc            ->  5a1b3c\\n\",\n \"    aAaAaA               ->  1a1A1a1A1a1A\\n\",\n \"    111112333            ->  511233\\n\",\n \"    zzzzzzzzzzzzzzzzzzz  ->  9z9z1z  (or 9z8z2z, etc.)\\n\",\n ].join(\" \");\n },\n gen: (): string => {\n const length = 50 + Math.floor(25 * (Math.random() + Math.random()));\n let plain = \"\";\n\n while (plain.length < length) {\n const r = Math.random();\n\n let n = 1;\n if (r < 0.3) {\n n = 1;\n } else if (r < 0.6) {\n n = 2;\n } else if (r < 0.9) {\n n = Math.floor(10 * Math.random());\n } else {\n n = 10 + Math.floor(5 * Math.random());\n }\n\n const c = comprGenChar();\n plain += c.repeat(n);\n }\n\n return plain.substring(0, length);\n },\n solver: (plain: unknown, ans: string): boolean => {\n if (typeof plain !== \"string\") throw new Error(\"solver expected string\");\n if (ans.length % 2 !== 0) {\n return false;\n }\n\n let ans_plain = \"\";\n for (let i = 0; i + 1 < ans.length; i += 2) {\n const length = ans.charCodeAt(i) - 0x30;\n if (length < 0 || length > 9) {\n return false;\n }\n\n ans_plain += ans[i + 1].repeat(length);\n }\n if (ans_plain !== plain) {\n return false;\n }\n\n let length = 0;\n for (let i = 0; i < plain.length; ) {\n let run_length = 1;\n while (i + run_length < plain.length && plain[i + run_length] === plain[i]) {\n ++run_length;\n }\n i += run_length;\n\n while (run_length > 0) {\n run_length -= 9;\n length += 2;\n }\n }\n\n return ans.length <= length;\n },\n },\n {\n name: \"Compression II: LZ Decompression\",\n difficulty: 4,\n numTries: 10,\n desc: (compressed: unknown): string => {\n return [\n \"Lempel-Ziv (LZ) compression is a data compression technique which encodes data using references to\",\n \"earlier parts of the data. In this variant of LZ, data is encoded in two types of chunk. Each chunk\",\n \"begins with a length L, encoded as a single ASCII digit from 1 to 9, followed by the chunk data,\",\n \"which is either:\\n\\n\",\n \"1. Exactly L characters, which are to be copied directly into the uncompressed data.\\n\",\n \"2. A reference to an earlier part of the uncompressed data. To do this, the length is followed\",\n \"by a second ASCII digit X: each of the L output characters is a copy of the character X\",\n \"places before it in the uncompressed data.\\n\\n\",\n \"For both chunk types, a length of 0 instead means the chunk ends immediately, and the next character\",\n \"is the start of a new chunk. The two chunk types alternate, starting with type 1, and the final\",\n \"chunk may be of either type.\\n\\n\",\n \"You are given the following LZ-encoded string:\\n\",\n `    ${compressed}\\n`,\n \"Decode it and output the original string.\\n\\n\",\n \"Example: decoding '5aaabb450723abb' chunk-by-chunk\\n\",\n \"    5aaabb           ->  aaabb\\n\",\n \"    5aaabb45         ->  aaabbaaab\\n\",\n \"    5aaabb450        ->  aaabbaaab\\n\",\n \"    5aaabb45072      ->  aaabbaaababababa\\n\",\n \"    5aaabb450723abb  ->  aaabbaaababababaabb\",\n ].join(\" \");\n },\n gen: (): string => {\n return comprLZEncode(comprLZGenerate());\n },\n solver: (compr: unknown, ans: string): boolean => {\n if (typeof compr !== \"string\") throw new Error(\"solver expected string\");\n return ans === comprLZDecode(compr);\n },\n },\n {\n name: \"Compression III: LZ Compression\",\n difficulty: 10,\n numTries: 10,\n desc: (plaintext: unknown): string => {\n return [\n \"Lempel-Ziv (LZ) compression is a data compression technique which encodes data using references to\",\n \"earlier parts of the data. In this variant of LZ, data is encoded in two types of chunk. Each chunk\",\n \"begins with a length L, encoded as a single ASCII digit from 1 to 9, followed by the chunk data,\",\n \"which is either:\\n\\n\",\n \"1. Exactly L characters, which are to be copied directly into the uncompressed data.\\n\",\n \"2. A reference to an earlier part of the uncompressed data. To do this, the length is followed\",\n \"by a second ASCII digit X: each of the L output characters is a copy of the character X\",\n \"places before it in the uncompressed data.\\n\\n\",\n \"For both chunk types, a length of 0 instead means the chunk ends immediately, and the next character\",\n \"is the start of a new chunk. The two chunk types alternate, starting with type 1, and the final\",\n \"chunk may be of either type.\\n\\n\",\n \"You are given the following input string:\\n\",\n `    ${plaintext}\\n`,\n \"Encode it using Lempel-Ziv encoding with the minimum possible output length.\\n\\n\",\n \"Examples (some have other possible encodings of minimal length):\\n\",\n \"    abracadabra     ->  7abracad47\\n\",\n \"    mississippi     ->  4miss433ppi\\n\",\n \"    aAAaAAaAaAA     ->  3aAA53035\\n\",\n \"    2718281828      ->  627182844\\n\",\n \"    abcdefghijk     ->  9abcdefghi02jk\\n\",\n \"    aaaaaaaaaaaa    ->  3aaa91\\n\",\n \"    aaaaaaaaaaaaa   ->  1a91031\\n\",\n \"    aaaaaaaaaaaaaa  ->  1a91041\",\n ].join(\" \");\n },\n gen: (): string => {\n return comprLZGenerate();\n },\n solver: (plain: unknown, ans: string): boolean => {\n if (typeof plain !== \"string\") throw new Error(\"solver expected string\");\n return comprLZDecode(ans) === plain && ans.length <= comprLZEncode(plain).length;\n },\n },\n {\n desc: (_data: unknown): string => {\n if (!Array.isArray(_data)) throw new Error(\"data should be array of string\");\n const data = _data as [string, number];\n return [\n \"Caesar cipher is one of the simplest encryption technique.\",\n \"It is a type of substitution cipher in which each letter in the plaintext \",\n \"is replaced by a letter some fixed number of positions down the alphabet.\",\n \"For example, with a left shift of 3, D would be replaced by A, \",\n \"E would become B, and A would become X (because of rotation).\\n\\n\",\n \"You are given an array with two elements:\\n\",\n `  [\"${data[0]}\", ${data[1]}]\\n`,\n \"The first element is the plaintext, the second element is the left shift value.\\n\\n\",\n \"Return the ciphertext as uppercase string. Spaces remains the same.\",\n ].join(\" \");\n },\n difficulty: 1,\n gen: (): [string, number] => {\n // return [plaintext, shift value]\n const words = [\n \"ARRAY\",\n \"CACHE\",\n \"CLOUD\",\n \"DEBUG\",\n \"EMAIL\",\n \"ENTER\",\n \"FLASH\",\n \"FRAME\",\n \"INBOX\",\n \"LINUX\",\n \"LOGIC\",\n \"LOGIN\",\n \"MACRO\",\n \"MEDIA\",\n \"MODEM\",\n \"MOUSE\",\n \"PASTE\",\n \"POPUP\",\n \"PRINT\",\n \"QUEUE\",\n \"SHELL\",\n \"SHIFT\",\n \"TABLE\",\n \"TRASH\",\n \"VIRUS\",\n ];\n return [\n words\n .sort(() => Math.random() - 0.5)\n .slice(0, 5)\n .join(\" \"),\n Math.floor(Math.random() * 25 + 1),\n ];\n },\n name: \"Encryption I: Caesar Cipher\",\n numTries: 10,\n solver: (_data: unknown, ans: string): boolean => {\n if (!Array.isArray(_data)) throw new Error(\"data should be array of string\");\n const data = _data as [string, number];\n // data = [plaintext, shift value]\n // build char array, shifting via map and join to final results\n const cipher = [...data[0]]\n .map((a) => (a === \" \" ? a : String.fromCharCode(((a.charCodeAt(0) - 65 - data[1] + 26) % 26) + 65)))\n .join(\"\");\n return cipher === ans;\n },\n },\n {\n desc: (_data: unknown): string => {\n if (!Array.isArray(_data)) throw new Error(\"data should be array of string\");\n const data = _data as [string, string];\n return [\n \"Vigenère cipher is a type of polyalphabetic substitution. It uses \",\n \"the Vigenère square to encrypt and decrypt plaintext with a keyword.\\n\\n\",\n \"  Vigenère square:\\n\",\n \"         A B C D E F G H I J K L M N O P Q R S T U V W X Y Z \\n\",\n \"       +----------------------------------------------------\\n\",\n \"     A | A B C D E F G H I J K L M N O P Q R S T U V W X Y Z \\n\",\n \"     B | B C D E F G H I J K L M N O P Q R S T U V W X Y Z A \\n\",\n \"     C | C D E F G H I J K L M N O P Q R S T U V W X Y Z A B\\n\",\n \"     D | D E F G H I J K L M N O P Q R S T U V W X Y Z A B C\\n\",\n \"     E | E F G H I J K L M N O P Q R S T U V W X Y Z A B C D\\n\",\n \"                ...\\n\",\n \"     Y | Y Z A B C D E F G H I J K L M N O P Q R S T U V W X\\n\",\n \"     Z | Z A B C D E F G H I J K L M N O P Q R S T U V W X Y\\n\\n\",\n \"For encryption each letter of the plaintext is paired with the corresponding letter of a repeating keyword.\",\n \"For example, the plaintext DASHBOARD is encrypted with the keyword LINUX:\\n\",\n \"   Plaintext: DASHBOARD\\n\",\n \"   Keyword:   LINUXLINU\\n\",\n \"So, the first letter D is paired with the first letter of the key L. Therefore, row D and column L of the \",\n \"Vigenère square are used to get the first cipher letter O. This must be repeated for the whole ciphertext.\\n\\n\",\n \"You are given an array with two elements:\\n\",\n `  [\"${data[0]}\", \"${data[1]}\"]\\n`,\n \"The first element is the plaintext, the second element is the keyword.\\n\\n\",\n \"Return the ciphertext as uppercase string.\",\n ].join(\" \");\n },\n difficulty: 2,\n gen: (): [string, string] => {\n // return [plaintext, keyword]\n const words = [\n \"ARRAY\",\n \"CACHE\",\n \"CLOUD\",\n \"DEBUG\",\n \"EMAIL\",\n \"ENTER\",\n \"FLASH\",\n \"FRAME\",\n \"INBOX\",\n \"LINUX\",\n \"LOGIC\",\n \"LOGIN\",\n \"MACRO\",\n \"MEDIA\",\n \"MODEM\",\n \"MOUSE\",\n \"PASTE\",\n \"POPUP\",\n \"PRINT\",\n \"QUEUE\",\n \"SHELL\",\n \"SHIFT\",\n \"TABLE\",\n \"TRASH\",\n \"VIRUS\",\n ];\n const keys = [\n \"ALGORITHM\",\n \"BANDWIDTH\",\n \"BLOGGER\",\n \"BOOKMARK\",\n \"BROADBAND\",\n \"BROWSER\",\n \"CAPTCHA\",\n \"CLIPBOARD\",\n \"COMPUTING\",\n \"COMMAND\",\n \"COMPILE\",\n \"COMPRESS\",\n \"COMPUTER\",\n \"CONFIGURE\",\n \"DASHBOARD\",\n \"DATABASE\",\n \"DESKTOP\",\n \"DIGITAL\",\n \"DOCUMENT\",\n \"DOWNLOAD\",\n \"DYNAMIC\",\n \"EMOTICON\",\n \"ENCRYPT\",\n \"EXABYTE\",\n \"FIREWALL\",\n \"FIRMWARE\",\n \"FLAMING\",\n \"FLOWCHART\",\n \"FREEWARE\",\n \"GIGABYTE\",\n \"GRAPHICS\",\n \"HARDWARE\",\n \"HYPERLINK\",\n \"HYPERTEXT\",\n \"INTEGER\",\n \"INTERFACE\",\n \"INTERNET\",\n \"ITERATION\",\n \"JOYSTICK\",\n \"JUNKMAIL\",\n \"KEYBOARD\",\n \"KEYWORD\",\n \"LURKING\",\n \"MACINTOSH\",\n \"MAINFRAME\",\n \"MALWARE\",\n \"MONITOR\",\n \"NETWORK\",\n \"NOTEBOOK\",\n \"COMPUTER\",\n \"OFFLINE\",\n \"OPERATING\",\n \"PASSWORD\",\n \"PHISHING\",\n \"PLATFORM\",\n \"PODCAST\",\n \"PRINTER\",\n \"PRIVACY\",\n \"PROCESS\",\n \"PROGRAM\",\n \"PROTOCOL\",\n \"REALTIME\",\n \"RESTORE\",\n \"RUNTIME\",\n \"SCANNER\",\n \"SECURITY\",\n \"SHAREWARE\",\n \"SNAPSHOT\",\n \"SOFTWARE\",\n \"SPAMMER\",\n \"SPYWARE\",\n \"STORAGE\",\n \"TERMINAL\",\n \"TEMPLATE\",\n \"TERABYTE\",\n \"TOOLBAR\",\n \"TYPEFACE\",\n \"USERNAME\",\n \"UTILITY\",\n \"VERSION\",\n \"VIRTUAL\",\n \"WEBMASTER\",\n \"WEBSITE\",\n \"WINDOWS\",\n \"WIRELESS\",\n \"PROCESSOR\",\n ];\n return [\n words\n .sort(() => Math.random() - 0.5)\n .slice(0, 5)\n .join(\"\"),\n keys.sort(() => Math.random() - 0.5)[0],\n ];\n },\n name: \"Encryption II: Vigenère Cipher\",\n numTries: 10,\n solver: (_data: unknown, ans: string): boolean => {\n if (!Array.isArray(_data)) throw new Error(\"data should be array of string\");\n const data = _data as [string, string];\n // data = [plaintext, keyword]\n // build char array, shifting via map and corresponding keyword letter and join to final results\n const cipher = [...data[0]]\n .map((a, i) => {\n return a === \" \"\n ? a\n : String.fromCharCode(((a.charCodeAt(0) - 2 * 65 + data[1].charCodeAt(i % data[1].length)) % 26) + 65);\n })\n .join(\"\");\n return cipher === ans;\n },\n },\n];\n","import React, { useState, useEffect } from \"react\";\nimport { KEY } from \"../../utils/helpers/keyCodes\";\n\nimport { CodingContract, CodingContractTypes } from \"../../CodingContracts\";\nimport { CopyableText } from \"./CopyableText\";\nimport { Modal } from \"./Modal\";\nimport { EventEmitter } from \"../../utils/EventEmitter\";\nimport Typography from \"@mui/material/Typography\";\nimport TextField from \"@mui/material/TextField\";\nimport Button from \"@mui/material/Button\";\n\ninterface IProps {\n c: CodingContract;\n onClose: () => void;\n onAttempt: (answer: string) => void;\n}\n\nexport const CodingContractEvent = new EventEmitter<[IProps]>();\n\nexport function CodingContractModal(): React.ReactElement {\n const [props, setProps] = useState(null);\n const [answer, setAnswer] = useState(\"\");\n\n useEffect(() => {\n CodingContractEvent.subscribe((props) => setProps(props));\n });\n if (props === null) return <>;\n\n function onChange(event: React.ChangeEvent): void {\n setAnswer(event.target.value);\n }\n\n function onKeyDown(event: React.KeyboardEvent): void {\n if (props === null) return;\n // React just won't cooperate on this one.\n // \"React.KeyboardEvent\" seems like the right type but\n // whatever ...\n const value = (event.target as any).value;\n\n if (event.key === KEY.ENTER && value !== \"\") {\n event.preventDefault();\n props.onAttempt(answer);\n setAnswer(\"\");\n close();\n }\n }\n\n function close(): void {\n if (props === null) return;\n props.onClose();\n setProps(null);\n }\n\n const contractType = CodingContractTypes[props.c.type];\n const description = [];\n for (const [i, value] of contractType.desc(props.c.data).split(\"\\n\").entries())\n description.push(\" }}>);\n return (\n \n \n \n You are attempting to solve a Coding Contract. You have {props.c.getMaxNumTries() - props.c.tries} tries\n remaining, after which the contract will self-destruct.\n \n
    \n {description}\n
    \n {\n props.onAttempt(answer);\n setAnswer(\"\");\n close();\n }}\n >\n Solve\n \n ),\n }}\n />\n
    \n );\n}\n","import { CodingContract } from \"../CodingContracts\";\nimport { RunningScript } from \"../Script/RunningScript\";\nimport { Script } from \"../Script/Script\";\nimport { isValidFilePath } from \"../Terminal/DirectoryHelpers\";\nimport { TextFile } from \"../TextFile\";\nimport { IReturnStatus } from \"../types\";\n\nimport { isScriptFilename } from \"../Script/isScriptFilename\";\n\nimport { createRandomIp } from \"../utils/IPAddress\";\nimport { compareArrays } from \"../utils/helpers/compareArrays\";\nimport { ScriptArg } from \"../Netscript/ScriptArg\";\n\ninterface IConstructorParams {\n adminRights?: boolean;\n hostname: string;\n ip?: string;\n isConnectedTo?: boolean;\n maxRam?: number;\n organizationName?: string;\n}\n\ninterface writeResult {\n success: boolean;\n overwritten: boolean;\n}\n\n/** Abstract Base Class for any Server object */\nexport abstract class BaseServer {\n // Coding Contract files on this server\n contracts: CodingContract[] = [];\n\n // How many CPU cores this server has. Maximum of 8.\n // Currently, this only affects hacking missions\n cpuCores = 1;\n\n // Flag indicating whether the FTP port is open\n ftpPortOpen = false;\n\n // Flag indicating whether player has admin/root access to this server\n hasAdminRights = false;\n\n // Hostname. Must be unique\n hostname = \"\";\n\n // Flag indicating whether HTTP Port is open\n httpPortOpen = false;\n\n // IP Address. Must be unique\n ip = \"\";\n\n // Flag indicating whether player is currently connected to this server\n isConnectedTo = false;\n\n // RAM (GB) available on this server\n maxRam = 0;\n\n // Message files AND Literature files on this Server\n messages: string[] = [];\n\n // Name of company/faction/etc. that this server belongs to.\n // Optional, not applicable to all Servers\n organizationName = \"\";\n\n // Programs on this servers. Contains only the names of the programs\n programs: string[] = [];\n\n // RAM (GB) used. i.e. unavailable RAM\n ramUsed = 0;\n\n // RunningScript files on this server\n runningScripts: RunningScript[] = [];\n\n // Script files on this Server\n scripts: Script[] = [];\n\n // Contains the hostnames of all servers that are immediately\n // reachable from this one\n serversOnNetwork: string[] = [];\n\n // Flag indicating whether SMTP Port is open\n smtpPortOpen = false;\n\n // Flag indicating whether SQL Port is open\n sqlPortOpen = false;\n\n // Flag indicating whether the SSH Port is open\n sshPortOpen = false;\n\n // Text files on this server\n textFiles: TextFile[] = [];\n\n // Flag indicating whether this is a purchased server\n purchasedByPlayer = false;\n\n constructor(params: IConstructorParams = { hostname: \"\", ip: createRandomIp() }) {\n this.ip = params.ip ? params.ip : createRandomIp();\n\n this.hostname = params.hostname;\n this.organizationName = params.organizationName != null ? params.organizationName : \"\";\n this.isConnectedTo = params.isConnectedTo != null ? params.isConnectedTo : false;\n\n //Access information\n this.hasAdminRights = params.adminRights != null ? params.adminRights : false;\n }\n\n addContract(contract: CodingContract): void {\n this.contracts.push(contract);\n }\n\n getContract(contractName: string): CodingContract | null {\n for (const contract of this.contracts) {\n if (contract.fn === contractName) {\n return contract;\n }\n }\n return null;\n }\n\n /**\n * Find an actively running script on this server\n * @param scriptName - Filename of script to search for\n * @param scriptArgs - Arguments that script is being run with\n * @returns RunningScript for the specified active script\n * Returns null if no such script can be found\n */\n getRunningScript(scriptName: string, scriptArgs: ScriptArg[]): RunningScript | null {\n for (const rs of this.runningScripts) {\n if (rs.filename === scriptName && compareArrays(rs.args, scriptArgs)) {\n return rs;\n }\n }\n\n return null;\n }\n\n /**\n * Given the name of the script, returns the corresponding\n * Script object on the server (if it exists)\n */\n getScript(scriptName: string): Script | null {\n for (let i = 0; i < this.scripts.length; i++) {\n if (this.scripts[i].filename === scriptName) {\n return this.scripts[i];\n }\n }\n\n return null;\n }\n\n /** Returns boolean indicating whether the given script is running on this server */\n isRunning(fn: string): boolean {\n for (const runningScriptObj of this.runningScripts) {\n if (runningScriptObj.filename === fn) {\n return true;\n }\n }\n\n return false;\n }\n\n removeContract(contract: CodingContract | string): void {\n const index = this.contracts.findIndex((c) => c.fn === (typeof contract === \"string\" ? contract : contract.fn));\n if (index > -1) this.contracts.splice(index, 1);\n }\n\n /**\n * Remove a file from the server\n * @param fn {string} Name of file to be deleted\n * @returns {IReturnStatus} Return status object indicating whether or not file was deleted\n */\n removeFile(fn: string): IReturnStatus {\n if (fn.endsWith(\".exe\") || fn.match(/^.+\\.exe-\\d+(?:\\.\\d*)?%-INC$/) != null) {\n for (let i = 0; i < this.programs.length; ++i) {\n if (this.programs[i] === fn) {\n this.programs.splice(i, 1);\n return { res: true };\n }\n }\n } else if (isScriptFilename(fn)) {\n for (let i = 0; i < this.scripts.length; ++i) {\n if (this.scripts[i].filename === fn) {\n if (this.isRunning(fn)) {\n return {\n res: false,\n msg: \"Cannot delete a script that is currently running!\",\n };\n }\n\n this.scripts.splice(i, 1);\n return { res: true };\n }\n }\n } else if (fn.endsWith(\".lit\")) {\n for (let i = 0; i < this.messages.length; ++i) {\n const f = this.messages[i];\n if (typeof f === \"string\" && f === fn) {\n this.messages.splice(i, 1);\n return { res: true };\n }\n }\n } else if (fn.endsWith(\".txt\")) {\n for (let i = 0; i < this.textFiles.length; ++i) {\n if (this.textFiles[i].fn === fn) {\n this.textFiles.splice(i, 1);\n return { res: true };\n }\n }\n } else if (fn.endsWith(\".cct\")) {\n for (let i = 0; i < this.contracts.length; ++i) {\n if (this.contracts[i].fn === fn) {\n this.contracts.splice(i, 1);\n return { res: true };\n }\n }\n }\n\n return { res: false, msg: \"No such file exists\" };\n }\n\n /**\n * Called when a script is run on this server.\n * All this function does is add a RunningScript object to the\n * `runningScripts` array. It does NOT check whether the script actually can\n * be run.\n */\n runScript(script: RunningScript): void {\n this.runningScripts.push(script);\n }\n\n setMaxRam(ram: number): void {\n this.maxRam = ram;\n }\n\n updateRamUsed(ram: number): void {\n this.ramUsed = ram;\n }\n\n pushProgram(program: string): void {\n if (this.programs.includes(program)) return;\n\n // Remove partially created program if there is one\n const existingPartialExeIndex = this.programs.findIndex((p) => p.startsWith(program));\n // findIndex returns -1 if there is no match, we only want to splice on a match\n if (existingPartialExeIndex > -1) {\n this.programs.splice(existingPartialExeIndex, 1);\n }\n\n this.programs.push(program);\n }\n\n /**\n * Write to a script file\n * Overwrites existing files. Creates new files if the script does not exist.\n */\n writeToScriptFile(fn: string, code: string): writeResult {\n const ret = { success: false, overwritten: false };\n if (!isValidFilePath(fn) || !isScriptFilename(fn)) {\n return ret;\n }\n\n // Check if the script already exists, and overwrite it if it does\n for (let i = 0; i < this.scripts.length; ++i) {\n if (fn === this.scripts[i].filename) {\n const script = this.scripts[i];\n script.code = code;\n script.updateRamUsage(this.scripts);\n script.markUpdated();\n ret.overwritten = true;\n ret.success = true;\n return ret;\n }\n }\n\n // Otherwise, create a new script\n const newScript = new Script(fn, code, this.hostname, this.scripts);\n this.scripts.push(newScript);\n ret.success = true;\n return ret;\n }\n\n // Write to a text file\n // Overwrites existing files. Creates new files if the text file does not exist\n writeToTextFile(fn: string, txt: string): writeResult {\n const ret = { success: false, overwritten: false };\n if (!isValidFilePath(fn) || !fn.endsWith(\"txt\")) {\n return ret;\n }\n\n // Check if the text file already exists, and overwrite if it does\n for (let i = 0; i < this.textFiles.length; ++i) {\n if (this.textFiles[i].fn === fn) {\n ret.overwritten = true;\n this.textFiles[i].text = txt;\n ret.success = true;\n return ret;\n }\n }\n\n // Otherwise create a new text file\n const newFile = new TextFile(fn, txt);\n this.textFiles.push(newFile);\n ret.success = true;\n return ret;\n }\n}\n","import { CONSTANTS } from \"../../Constants\";\nimport { Server } from \"../Server\";\nimport { BitNodeMultipliers } from \"../../BitNode/BitNodeMultipliers\";\nimport { Person } from \"../../PersonObjects/Person\";\n\nexport function calculateServerGrowth(server: Server, threads: number, p: Person, cores = 1): number {\n const numServerGrowthCycles = Math.max(Math.floor(threads), 0);\n\n //Get adjusted growth rate, which accounts for server security\n const growthRate = CONSTANTS.ServerBaseGrowthRate;\n let adjGrowthRate = 1 + (growthRate - 1) / server.hackDifficulty;\n if (adjGrowthRate > CONSTANTS.ServerMaxGrowthRate) {\n adjGrowthRate = CONSTANTS.ServerMaxGrowthRate;\n }\n\n //Calculate adjusted server growth rate based on parameters\n const serverGrowthPercentage = server.serverGrowth / 100;\n const numServerGrowthCyclesAdjusted =\n numServerGrowthCycles * serverGrowthPercentage * BitNodeMultipliers.ServerGrowthRate;\n\n //Apply serverGrowth for the calculated number of growth cycles\n const coreBonus = 1 + (cores - 1) / 16;\n return Math.pow(adjGrowthRate, numServerGrowthCyclesAdjusted * p.mults.hacking_grow * coreBonus);\n}\n","/**\n * Helper functions that implement \"directory\" functionality in the Terminal.\n * These aren't \"real\" directories, it's more of a pseudo-directory implementation\n * that uses mainly string manipulation.\n *\n * This file contains function that deal with Server-related directory things.\n * Functions that deal with the string manipulation can be found in\n * ./DirectoryHelpers.ts\n */\nimport { isValidDirectoryPath, isInRootDirectory, getFirstParentDirectory } from \"./DirectoryHelpers\";\nimport { BaseServer } from \"../Server/BaseServer\";\n\n/**\n * Given a directory (by the full directory path) and a server, returns all\n * subdirectories of that directory. This is only for FIRST-LEVEl/immediate subdirectories\n */\nexport function getSubdirectories(serv: BaseServer, dir: string): string[] {\n const res: string[] = [];\n\n if (!isValidDirectoryPath(dir)) {\n return res;\n }\n\n let t_dir = dir;\n if (!t_dir.endsWith(\"/\")) {\n t_dir += \"/\";\n }\n\n function processFile(fn: string): void {\n if (t_dir === \"/\" && isInRootDirectory(fn)) {\n const subdir = getFirstParentDirectory(fn);\n if (subdir !== \"/\" && !res.includes(subdir)) {\n res.push(subdir);\n }\n } else if (fn.startsWith(t_dir)) {\n const remaining = fn.slice(t_dir.length);\n const subdir = getFirstParentDirectory(remaining);\n if (subdir !== \"/\" && !res.includes(subdir)) {\n res.push(subdir);\n }\n }\n }\n\n for (const script of serv.scripts) {\n processFile(script.filename);\n }\n\n for (const txt of serv.textFiles) {\n processFile(txt.fn);\n }\n\n return res;\n}\n\n/** Returns true, if the server's directory itself or one of its subdirectory contains files. */\nexport function containsFiles(server: BaseServer, dir: string): boolean {\n const dirWithTrailingSlash = dir + (dir.slice(-1) === \"/\" ? \"\" : \"/\");\n\n return [...server.scripts.map((s) => s.filename), ...server.textFiles.map((t) => t.fn)].some((filename) =>\n filename.startsWith(dirWithTrailingSlash),\n );\n}\n","import { Terminal } from \"../../Terminal\";\nimport { BaseServer } from \"../../Server/BaseServer\";\nimport { isScriptFilename } from \"../../Script/isScriptFilename\";\nimport FileSaver from \"file-saver\";\nimport JSZip from \"jszip\";\n\nexport function exportScripts(pattern: string, server: BaseServer): void {\n const matchEnding = pattern.length == 1 || pattern === \"*.*\" ? null : pattern.slice(1); // Treat *.* the same as *\n const zip = new JSZip();\n // Helper function to zip any file contents whose name matches the pattern\n const zipFiles = (fileNames: string[], fileContents: string[]): void => {\n for (let i = 0; i < fileContents.length; ++i) {\n let name = fileNames[i];\n if (name.startsWith(\"/\")) name = name.slice(1);\n if (!matchEnding || name.endsWith(matchEnding))\n zip.file(name, new Blob([fileContents[i]], { type: \"text/plain\" }));\n }\n };\n // In the case of script files, we pull from the server.scripts array\n if (!matchEnding || isScriptFilename(matchEnding))\n zipFiles(\n server.scripts.map((s) => s.filename),\n server.scripts.map((s) => s.code),\n );\n // In the case of text files, we pull from the server.scripts array\n if (!matchEnding || matchEnding.endsWith(\".txt\"))\n zipFiles(\n server.textFiles.map((s) => s.fn),\n server.textFiles.map((s) => s.text),\n );\n\n // Return an error if no files matched, rather than an empty zip folder\n if (Object.keys(zip.files).length == 0) throw new Error(`No files match the pattern ${pattern}`);\n const zipFn = `bitburner${isScriptFilename(pattern) ? \"Scripts\" : pattern === \"*.txt\" ? \"Texts\" : \"Files\"}.zip`;\n zip.generateAsync({ type: \"blob\" }).then((content: Blob) => FileSaver.saveAs(content, zipFn));\n}\n\nexport function download(args: (string | number | boolean)[], server: BaseServer): void {\n try {\n if (args.length !== 1) {\n Terminal.error(\"Incorrect usage of download command. Usage: download [script/text file]\");\n return;\n }\n const fn = args[0] + \"\";\n // If the parameter starts with *, download all files that match the wildcard pattern\n if (fn.startsWith(\"*\")) {\n try {\n exportScripts(fn, server);\n return;\n } catch (e: unknown) {\n let msg = String(e);\n if (e !== null && typeof e == \"object\" && e.hasOwnProperty(\"message\")) {\n msg = String((e as { message: unknown }).message);\n }\n return Terminal.error(msg);\n }\n } else if (isScriptFilename(fn)) {\n // Download a single script\n const script = Terminal.getScript(fn);\n if (script != null) {\n return script.download();\n }\n } else if (fn.endsWith(\".txt\")) {\n // Download a single text file\n const txt = Terminal.getTextFile(fn);\n if (txt != null) {\n return txt.download();\n }\n } else {\n Terminal.error(`Cannot download this filetype`);\n return;\n }\n Terminal.error(`${fn} does not exist`);\n return;\n } catch (e) {\n Terminal.error(e + \"\");\n return;\n }\n}\n","import * as acorn from \"acorn\";\n/**\n * @license\n * JavaScript Interpreter\n *\n * Copyright 2013 Google Inc.\n *\n * Licensed under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n *\n * http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\n/**\n * @fileoverview Interpreting JavaScript in JavaScript.\n * @author fraser@google.com (Neil Fraser)\n */\n(\"use strict\");\n\n/**\n * Create a new interpreter.\n * @param {string|!Object} code Raw JavaScript text or AST.\n * @param {Function=} opt_initFunc Optional initialization function. Used to\n * define APIs. When called it is passed the interpreter object and the\n * global scope object.\n * @param {Number} Bitburner-specific number used for determining exception line numbers\n * @constructor\n */\nvar Interpreter = function (code, opt_initFunc, lineOffset = 0) {\n this.sourceCode = code;\n this.sourceCodeLineOffset = lineOffset;\n if (typeof code === \"string\") {\n code = acorn.parse(code, Interpreter.PARSE_OPTIONS);\n }\n this.ast = code;\n this.initFunc_ = opt_initFunc;\n this.paused_ = false;\n this.polyfills_ = [];\n // Unique identifier for native functions. Used in serialization.\n this.functionCounter_ = 0;\n // Map node types to our step function names; a property lookup is faster\n // than string concatenation with \"step\" prefix.\n this.stepFunctions_ = Object.create(null);\n var stepMatch = /^step([A-Z]\\w*)$/;\n var m;\n for (var methodName in this) {\n if (typeof this[methodName] === \"function\" && (m = methodName.match(stepMatch))) {\n this.stepFunctions_[m[1]] = this[methodName].bind(this);\n }\n }\n // Create and initialize the global scope.\n this.global = this.createScope(this.ast, null);\n // Run the polyfills.\n this.ast = acorn.parse(this.polyfills_.join(\"\\n\"), Interpreter.PARSE_OPTIONS);\n this.polyfills_ = undefined; // Allow polyfill strings to garbage collect.\n this.stripLocations_(this.ast, undefined, undefined);\n var state = new Interpreter.State(this.ast, this.global);\n state.done = false;\n this.stateStack = [state];\n this.run();\n this.value = undefined;\n // Point at the main program.\n this.ast = code;\n var state = new Interpreter.State(this.ast, this.global);\n state.done = false;\n this.stateStack.length = 0;\n this.stateStack[0] = state;\n // Get a handle on Acorn's node_t object. It's tricky to access.\n this.nodeConstructor = state.node.constructor;\n // Preserve publicly properties from being pruned/renamed by JS compilers.\n // Add others as needed.\n this[\"stateStack\"] = this.stateStack;\n};\n\n/**\n * @const {!Object} Configuration used for all Acorn parsing.\n */\nInterpreter.PARSE_OPTIONS = {\n ecmaVersion: 5,\n locations: true,\n};\n\n/**\n * Property descriptor of readonly properties.\n */\nInterpreter.READONLY_DESCRIPTOR = {\n configurable: true,\n enumerable: true,\n writable: false,\n};\n\n/**\n * Property descriptor of non-enumerable properties.\n */\nInterpreter.NONENUMERABLE_DESCRIPTOR = {\n configurable: true,\n enumerable: false,\n writable: true,\n};\n\n/**\n * Property descriptor of readonly, non-enumerable properties.\n */\nInterpreter.READONLY_NONENUMERABLE_DESCRIPTOR = {\n configurable: true,\n enumerable: false,\n writable: false,\n};\n\n/**\n * Property descriptor of variables.\n */\nInterpreter.VARIABLE_DESCRIPTOR = {\n configurable: false,\n enumerable: true,\n writable: true,\n};\n\n/**\n * Unique symbol for indicating that a step has encountered an error, has\n * added it to the stack, and will be thrown within the user's program.\n * When STEP_ERROR is thrown in the JS-Interpreter, the error can be ignored.\n */\nInterpreter.STEP_ERROR = {};\n\n/**\n * Unique symbol for indicating that a reference is a variable on the scope,\n * not an object property.\n */\nInterpreter.SCOPE_REFERENCE = {};\n\n/**\n * Unique symbol for indicating, when used as the value of the value\n * parameter in calls to setProperty and friends, that the value\n * should be taken from the property descriptor instead.\n */\nInterpreter.VALUE_IN_DESCRIPTOR = {};\n\n/**\n * For cycle detection in array to string and error conversion;\n * see spec bug github.com/tc39/ecma262/issues/289\n * Since this is for atomic actions only, it can be a class property.\n */\nInterpreter.toStringCycles_ = [];\n\n/**\n * Determine error/exception line number in Bitburner source code\n * @param {Object} AST Node that causes Error/Exception\n */\nInterpreter.prototype.getErrorLineNumber = function (node) {\n var code = this.sourceCode;\n if (node == null || node.start == null) {\n return NaN;\n }\n try {\n code = code.substring(0, node.start);\n return (code.match(/\\n/g) || []).length + 1 - this.sourceCodeLineOffset;\n } catch (e) {\n return NaN;\n }\n};\n\n/**\n * Generate the appropriate line number error message for Bitburner\n * @param {Number} lineNumber\n */\nInterpreter.prototype.getErrorLineNumberMessage = function (lineNumber) {\n if (isNaN(lineNumber)) {\n return \" (Unknown line number)\";\n } else if (lineNumber <= 0) {\n return \" (Error occurred in an imported function)\";\n } else {\n return (\n \" (Line Number \" +\n lineNumber +\n \". This line number is probably incorrect \" +\n \"if your script is importing any functions. This is being worked on)\"\n );\n }\n};\n\n/**\n * Add more code to the interpreter.\n * @param {string|!Object} code Raw JavaScript text or AST.\n */\nInterpreter.prototype.appendCode = function (code) {\n var state = this.stateStack[0];\n if (!state || state.node[\"type\"] !== \"Program\") {\n throw Error(\"Expecting original AST to start with a Program node.\");\n }\n if (typeof code === \"string\") {\n code = acorn.parse(code, Interpreter.PARSE_OPTIONS);\n }\n if (!code || code[\"type\"] !== \"Program\") {\n throw Error(\"Expecting new AST to start with a Program node.\");\n }\n this.populateScope_(code, state.scope);\n // Append the new program to the old one.\n for (var i = 0, node; (node = code[\"body\"][i]); i++) {\n state.node[\"body\"].push(node);\n }\n state.done = false;\n};\n\n/**\n * Execute one step of the interpreter.\n * @return {boolean} True if a step was executed, false if no more instructions.\n */\nInterpreter.prototype.step = function () {\n var stack = this.stateStack;\n var state = stack[stack.length - 1];\n if (!state) {\n return false;\n }\n var node = state.node,\n type = node[\"type\"];\n if (type === \"Program\" && state.done) {\n return false;\n } else if (this.paused_) {\n return true;\n }\n try {\n var nextState = this.stepFunctions_[type](stack, state, node);\n } catch (e) {\n // Eat any step errors. They have been thrown on the stack.\n if (e !== Interpreter.STEP_ERROR) {\n // Uh oh. This is a real error in the JS-Interpreter. Rethrow.\n throw e;\n }\n }\n if (nextState) {\n stack.push(nextState);\n }\n if (!node[\"end\"]) {\n // This is polyfill code. Keep executing until we arrive at user code.\n return this.step();\n }\n return true;\n};\n\n/**\n * Execute the interpreter to program completion. Vulnerable to infinite loops.\n * @return {boolean} True if a execution is asynchronously blocked,\n * false if no more instructions.\n */\nInterpreter.prototype.run = function () {\n while (!this.paused_ && this.step()) {}\n return this.paused_;\n};\n\n/**\n * Initialize the global scope with buitin properties and functions.\n * @param {!Interpreter.Object} scope Global scope.\n */\nInterpreter.prototype.initGlobalScope = function (scope) {\n // Initialize uneditable global properties.\n this.setProperty(scope, \"NaN\", NaN, Interpreter.READONLY_DESCRIPTOR);\n this.setProperty(scope, \"Infinity\", Infinity, Interpreter.READONLY_DESCRIPTOR);\n this.setProperty(scope, \"undefined\", undefined, Interpreter.READONLY_DESCRIPTOR);\n this.setProperty(scope, \"window\", scope, Interpreter.READONLY_DESCRIPTOR);\n this.setProperty(scope, \"this\", scope, Interpreter.READONLY_DESCRIPTOR);\n this.setProperty(scope, \"self\", scope); // Editable.\n\n // Create the objects which will become Object.prototype and\n // Function.prototype, which are needed to bootstrap everything else.\n this.OBJECT_PROTO = new Interpreter.Object(null);\n this.FUNCTION_PROTO = new Interpreter.Object(this.OBJECT_PROTO);\n // Initialize global objects.\n this.initFunction(scope);\n this.initObject(scope);\n // Unable to set scope's parent prior (OBJECT did not exist).\n // Note that in a browser this would be 'Window', whereas in Node.js it would\n // be 'Object'. This interpreter is closer to Node in that it has no DOM.\n scope.proto = this.OBJECT_PROTO;\n this.setProperty(scope, \"constructor\", this.OBJECT, Interpreter.NONENUMERABLE_DESCRIPTOR);\n this.initArray(scope);\n this.initString(scope);\n this.initBoolean(scope);\n this.initNumber(scope);\n this.initDate(scope);\n this.initRegExp(scope);\n this.initError(scope);\n this.initMath(scope);\n this.initJSON(scope);\n\n // Initialize global functions.\n var thisInterpreter = this;\n var func = this.createNativeFunction(function (x) {\n throw EvalError(\"Can't happen\");\n }, false);\n func.eval = true;\n this.setProperty(scope, \"eval\", func);\n\n this.setProperty(scope, \"parseInt\", this.createNativeFunction(parseInt, false));\n this.setProperty(scope, \"parseFloat\", this.createNativeFunction(parseFloat, false));\n\n this.setProperty(scope, \"isNaN\", this.createNativeFunction(isNaN, false));\n\n this.setProperty(scope, \"isFinite\", this.createNativeFunction(isFinite, false));\n\n var strFunctions = [\n [escape, \"escape\"],\n [unescape, \"unescape\"],\n [decodeURI, \"decodeURI\"],\n [decodeURIComponent, \"decodeURIComponent\"],\n [encodeURI, \"encodeURI\"],\n [encodeURIComponent, \"encodeURIComponent\"],\n ];\n for (var i = 0; i < strFunctions.length; i++) {\n var wrapper = (function (nativeFunc) {\n return function (str) {\n try {\n return nativeFunc(str);\n } catch (e) {\n // decodeURI('%xy') will throw an error. Catch and rethrow.\n thisInterpreter.throwException(thisInterpreter.URI_ERROR, e.message);\n }\n };\n })(strFunctions[i][0]);\n this.setProperty(\n scope,\n strFunctions[i][1],\n this.createNativeFunction(wrapper, false),\n Interpreter.NONENUMERABLE_DESCRIPTOR,\n );\n }\n // Preserve publicly properties from being pruned/renamed by JS compilers.\n // Add others as needed.\n this[\"OBJECT\"] = this.OBJECT;\n this[\"OBJECT_PROTO\"] = this.OBJECT_PROTO;\n this[\"FUNCTION\"] = this.FUNCTION;\n this[\"FUNCTION_PROTO\"] = this.FUNCTION_PROTO;\n this[\"ARRAY\"] = this.ARRAY;\n this[\"ARRAY_PROTO\"] = this.ARRAY_PROTO;\n this[\"REGEXP\"] = this.REGEXP;\n this[\"REGEXP_PROTO\"] = this.REGEXP_PROTO;\n this[\"DATE\"] = this.DATE;\n this[\"DATE_PROTO\"] = this.DATE_PROTO;\n // The following properties are obsolete. Do not use.\n this[\"UNDEFINED\"] = undefined;\n this[\"NULL\"] = null;\n this[\"NAN\"] = NaN;\n this[\"TRUE\"] = true;\n this[\"FALSE\"] = false;\n this[\"STRING_EMPTY\"] = \"\";\n this[\"NUMBER_ZERO\"] = 0;\n this[\"NUMBER_ONE\"] = 1;\n\n // Run any user-provided initialization.\n if (this.initFunc_) {\n this.initFunc_(this, scope);\n }\n};\n\n/**\n * Initialize the Function class.\n * @param {!Interpreter.Object} scope Global scope.\n */\nInterpreter.prototype.initFunction = function (scope) {\n var thisInterpreter = this;\n var wrapper;\n var identifierRegexp = /^[A-Za-z_$][\\w$]*$/;\n // Function constructor.\n wrapper = function (var_args) {\n if (thisInterpreter.calledWithNew()) {\n // Called as new Function().\n var newFunc = this;\n } else {\n // Called as Function().\n var newFunc = thisInterpreter.createObjectProto(thisInterpreter.FUNCTION_PROTO);\n }\n if (arguments.length) {\n var code = String(arguments[arguments.length - 1]);\n } else {\n var code = \"\";\n }\n var argsStr = Array.prototype.slice.call(arguments, 0, -1).join(\",\").trim();\n if (argsStr) {\n var args = argsStr.split(/\\s*,\\s*/);\n for (var i = 0; i < args.length; i++) {\n var name = args[i];\n if (!identifierRegexp.test(name)) {\n thisInterpreter.throwException(thisInterpreter.SYNTAX_ERROR, \"Invalid function argument: \" + name);\n }\n }\n argsStr = args.join(\", \");\n }\n // Interestingly, the scope for constructed functions is the global scope,\n // even if they were constructed in some other scope.\n newFunc.parentScope = thisInterpreter.global;\n // Acorn needs to parse code in the context of a function or else 'return'\n // statements will be syntax errors.\n try {\n var ast = acorn.parse(\"(function(\" + argsStr + \") {\" + code + \"})\", Interpreter.PARSE_OPTIONS);\n } catch (e) {\n // Acorn threw a SyntaxError. Rethrow as a trappable error.\n thisInterpreter.throwException(thisInterpreter.SYNTAX_ERROR, \"Invalid code: \" + e.message);\n }\n if (ast[\"body\"].length !== 1) {\n // Function('a', 'return a + 6;}; {alert(1);');\n thisInterpreter.throwException(thisInterpreter.SYNTAX_ERROR, \"Invalid code in function body.\");\n }\n newFunc.node = ast[\"body\"][0][\"expression\"];\n thisInterpreter.setProperty(newFunc, \"length\", newFunc.node[\"length\"], Interpreter.READONLY_DESCRIPTOR);\n return newFunc;\n };\n wrapper.id = this.functionCounter_++;\n this.FUNCTION = this.createObjectProto(this.FUNCTION_PROTO);\n\n this.setProperty(scope, \"Function\", this.FUNCTION);\n // Manually setup type and prototype because createObj doesn't recognize\n // this object as a function (this.FUNCTION did not exist).\n this.setProperty(this.FUNCTION, \"prototype\", this.FUNCTION_PROTO);\n this.FUNCTION.nativeFunc = wrapper;\n\n // Configure Function.prototype.\n this.setProperty(this.FUNCTION_PROTO, \"constructor\", this.FUNCTION, Interpreter.NONENUMERABLE_DESCRIPTOR);\n this.FUNCTION_PROTO.nativeFunc = function () {};\n this.FUNCTION_PROTO.nativeFunc.id = this.functionCounter_++;\n this.setProperty(this.FUNCTION_PROTO, \"length\", 0, Interpreter.READONLY_DESCRIPTOR);\n\n var boxThis = function (value) {\n // In non-strict mode 'this' must be an object.\n if ((!value || !value.isObject) && !thisInterpreter.getScope().strict) {\n if (value === undefined || value === null) {\n // 'Undefined' and 'null' are changed to global object.\n value = thisInterpreter.global;\n } else {\n // Primitives must be boxed in non-strict mode.\n var box = thisInterpreter.createObjectProto(thisInterpreter.getPrototype(value));\n box.data = value;\n value = box;\n }\n }\n return value;\n };\n\n wrapper = function (thisArg, args) {\n var state = thisInterpreter.stateStack[thisInterpreter.stateStack.length - 1];\n // Rewrite the current 'CallExpression' to apply a different function.\n state.func_ = this;\n // Assign the 'this' object.\n state.funcThis_ = boxThis(thisArg);\n // Bind any provided arguments.\n state.arguments_ = [];\n if (args !== null && args !== undefined) {\n if (args.isObject) {\n state.arguments_ = thisInterpreter.arrayPseudoToNative(args);\n } else {\n thisInterpreter.throwException(thisInterpreter.TYPE_ERROR, \"CreateListFromArrayLike called on non-object\");\n }\n }\n state.doneExec_ = false;\n };\n this.setNativeFunctionPrototype(this.FUNCTION, \"apply\", wrapper);\n\n wrapper = function (thisArg /*, var_args */) {\n var state = thisInterpreter.stateStack[thisInterpreter.stateStack.length - 1];\n // Rewrite the current 'CallExpression' to call a different function.\n state.func_ = this;\n // Assign the 'this' object.\n state.funcThis_ = boxThis(thisArg);\n // Bind any provided arguments.\n state.arguments_ = [];\n for (var i = 1; i < arguments.length; i++) {\n state.arguments_.push(arguments[i]);\n }\n state.doneExec_ = false;\n };\n this.setNativeFunctionPrototype(this.FUNCTION, \"call\", wrapper);\n\n this.polyfills_.push(\n // Polyfill copied from:\n // developer.mozilla.org/en/docs/Web/JavaScript/Reference/Global_objects/Function/bind\n \"Object.defineProperty(Function.prototype, 'bind',\",\n \"{configurable: true, writable: true, value:\",\n \"function(oThis) {\",\n \"if (typeof this !== 'function') {\",\n \"throw TypeError('What is trying to be bound is not callable');\",\n \"}\",\n \"var aArgs = Array.prototype.slice.call(arguments, 1),\",\n \"fToBind = this,\",\n \"fNOP = function() {},\",\n \"fBound = function() {\",\n \"return fToBind.apply(this instanceof fNOP\",\n \"? this\",\n \": oThis,\",\n \"aArgs.concat(Array.prototype.slice.call(arguments)));\",\n \"};\",\n \"if (this.prototype) {\",\n \"fNOP.prototype = this.prototype;\",\n \"}\",\n \"fBound.prototype = new fNOP();\",\n \"return fBound;\",\n \"}\",\n \"});\",\n \"\",\n );\n\n // Function has no parent to inherit from, so it needs its own mandatory\n // toString and valueOf functions.\n wrapper = function () {\n return this.toString();\n };\n this.setNativeFunctionPrototype(this.FUNCTION, \"toString\", wrapper);\n this.setProperty(\n this.FUNCTION,\n \"toString\",\n this.createNativeFunction(wrapper, false),\n Interpreter.NONENUMERABLE_DESCRIPTOR,\n );\n wrapper = function () {\n return this.valueOf();\n };\n this.setNativeFunctionPrototype(this.FUNCTION, \"valueOf\", wrapper);\n this.setProperty(\n this.FUNCTION,\n \"valueOf\",\n this.createNativeFunction(wrapper, false),\n Interpreter.NONENUMERABLE_DESCRIPTOR,\n );\n};\n\n/**\n * Initialize the Object class.\n * @param {!Interpreter.Object} scope Global scope.\n */\nInterpreter.prototype.initObject = function (scope) {\n var thisInterpreter = this;\n var wrapper;\n // Object constructor.\n wrapper = function (value) {\n if (value === undefined || value === null) {\n // Create a new object.\n if (thisInterpreter.calledWithNew()) {\n // Called as new Object().\n return this;\n } else {\n // Called as Object().\n return thisInterpreter.createObjectProto(thisInterpreter.OBJECT_PROTO);\n }\n }\n if (!value.isObject) {\n // Wrap the value as an object.\n var box = thisInterpreter.createObjectProto(thisInterpreter.getPrototype(value));\n box.data = value;\n return box;\n }\n // Return the provided object.\n return value;\n };\n this.OBJECT = this.createNativeFunction(wrapper, true);\n // Throw away the created prototype and use the root prototype.\n this.setProperty(this.OBJECT, \"prototype\", this.OBJECT_PROTO);\n this.setProperty(this.OBJECT_PROTO, \"constructor\", this.OBJECT, Interpreter.NONENUMERABLE_DESCRIPTOR);\n this.setProperty(scope, \"Object\", this.OBJECT);\n\n /**\n * Checks if the provided value is null or undefined.\n * If so, then throw an error in the call stack.\n * @param {Interpreter.Value} value Value to check.\n */\n var throwIfNullUndefined = function (value) {\n if (value === undefined || value === null) {\n thisInterpreter.throwException(thisInterpreter.TYPE_ERROR, \"Cannot convert '\" + value + \"' to object\");\n }\n };\n\n // Static methods on Object.\n wrapper = function (obj) {\n throwIfNullUndefined(obj);\n var props = obj.isObject ? obj.properties : obj;\n return thisInterpreter.arrayNativeToPseudo(Object.getOwnPropertyNames(props));\n };\n this.setProperty(\n this.OBJECT,\n \"getOwnPropertyNames\",\n this.createNativeFunction(wrapper, false),\n Interpreter.NONENUMERABLE_DESCRIPTOR,\n );\n\n wrapper = function (obj) {\n throwIfNullUndefined(obj);\n if (obj.isObject) {\n obj = obj.properties;\n }\n return thisInterpreter.arrayNativeToPseudo(Object.keys(obj));\n };\n this.setProperty(\n this.OBJECT,\n \"keys\",\n this.createNativeFunction(wrapper, false),\n Interpreter.NONENUMERABLE_DESCRIPTOR,\n );\n\n wrapper = function (proto) {\n // Support for the second argument is the responsibility of a polyfill.\n if (proto === null) {\n return thisInterpreter.createObjectProto(null);\n }\n if (proto === undefined || !proto.isObject) {\n thisInterpreter.throwException(thisInterpreter.TYPE_ERROR, \"Object prototype may only be an Object or null\");\n }\n return thisInterpreter.createObjectProto(proto);\n };\n this.setProperty(\n this.OBJECT,\n \"create\",\n this.createNativeFunction(wrapper, false),\n Interpreter.NONENUMERABLE_DESCRIPTOR,\n );\n\n // Add a polyfill to handle create's second argument.\n this.polyfills_.push(\n \"(function() {\",\n \"var create_ = Object.create;\",\n \"Object.create = function(proto, props) {\",\n \"var obj = create_(proto);\",\n \"props && Object.defineProperties(obj, props);\",\n \"return obj;\",\n \"};\",\n \"})();\",\n \"\",\n );\n\n wrapper = function (obj, prop, descriptor) {\n prop = String(prop);\n if (!obj || !obj.isObject) {\n thisInterpreter.throwException(thisInterpreter.TYPE_ERROR, \"Object.defineProperty called on non-object\");\n }\n if (!descriptor || !descriptor.isObject) {\n thisInterpreter.throwException(thisInterpreter.TYPE_ERROR, \"Property description must be an object\");\n }\n if (!obj.properties[prop] && obj.preventExtensions) {\n thisInterpreter.throwException(\n thisInterpreter.TYPE_ERROR,\n \"Can't define property '\" + prop + \"', object is not extensible\",\n );\n }\n // The polyfill guarantees no inheritance and no getter functions.\n // Therefore the descriptor properties map is the native object needed.\n thisInterpreter.setProperty(obj, prop, Interpreter.VALUE_IN_DESCRIPTOR, descriptor.properties);\n return obj;\n };\n this.setProperty(\n this.OBJECT,\n \"defineProperty\",\n this.createNativeFunction(wrapper, false),\n Interpreter.NONENUMERABLE_DESCRIPTOR,\n );\n\n this.polyfills_.push(\n // Flatten the descriptor to remove any inheritance or getter functions.\n \"(function() {\",\n \"var defineProperty_ = Object.defineProperty;\",\n \"Object.defineProperty = function(obj, prop, d1) {\",\n \"var d2 = {};\",\n \"if ('configurable' in d1) d2.configurable = d1.configurable;\",\n \"if ('enumerable' in d1) d2.enumerable = d1.enumerable;\",\n \"if ('writable' in d1) d2.writable = d1.writable;\",\n \"if ('value' in d1) d2.value = d1.value;\",\n \"if ('get' in d1) d2.get = d1.get;\",\n \"if ('set' in d1) d2.set = d1.set;\",\n \"return defineProperty_(obj, prop, d2);\",\n \"};\",\n \"})();\",\n\n \"Object.defineProperty(Object, 'defineProperties',\",\n \"{configurable: true, writable: true, value:\",\n \"function(obj, props) {\",\n \"var keys = Object.keys(props);\",\n \"for (var i = 0; i < keys.length; i++) {\",\n \"Object.defineProperty(obj, keys[i], props[keys[i]]);\",\n \"}\",\n \"return obj;\",\n \"}\",\n \"});\",\n \"\",\n );\n\n wrapper = function (obj, prop) {\n if (!obj || !obj.isObject) {\n thisInterpreter.throwException(\n thisInterpreter.TYPE_ERROR,\n \"Object.getOwnPropertyDescriptor called on non-object\",\n );\n }\n prop = String(prop);\n if (!(prop in obj.properties)) {\n return undefined;\n }\n var descriptor = Object.getOwnPropertyDescriptor(obj.properties, prop);\n var getter = obj.getter[prop];\n var setter = obj.setter[prop];\n\n if (getter || setter) {\n descriptor.get = getter;\n descriptor.set = setter;\n delete descriptor.value;\n delete descriptor.writable;\n }\n // Preserve value, but remove it for the nativeToPseudo call.\n var value = descriptor.value;\n var hasValue = \"value\" in descriptor;\n delete descriptor.value;\n var pseudoDescriptor = thisInterpreter.nativeToPseudo(descriptor);\n if (hasValue) {\n thisInterpreter.setProperty(pseudoDescriptor, \"value\", value);\n }\n return pseudoDescriptor;\n };\n this.setProperty(\n this.OBJECT,\n \"getOwnPropertyDescriptor\",\n this.createNativeFunction(wrapper, false),\n Interpreter.NONENUMERABLE_DESCRIPTOR,\n );\n\n wrapper = function (obj) {\n throwIfNullUndefined(obj);\n return thisInterpreter.getPrototype(obj);\n };\n this.setProperty(\n this.OBJECT,\n \"getPrototypeOf\",\n this.createNativeFunction(wrapper, false),\n Interpreter.NONENUMERABLE_DESCRIPTOR,\n );\n\n wrapper = function (obj) {\n return Boolean(obj) && !obj.preventExtensions;\n };\n this.setProperty(\n this.OBJECT,\n \"isExtensible\",\n this.createNativeFunction(wrapper, false),\n Interpreter.NONENUMERABLE_DESCRIPTOR,\n );\n\n wrapper = function (obj) {\n if (obj && obj.isObject) {\n obj.preventExtensions = true;\n }\n return obj;\n };\n this.setProperty(\n this.OBJECT,\n \"preventExtensions\",\n this.createNativeFunction(wrapper, false),\n Interpreter.NONENUMERABLE_DESCRIPTOR,\n );\n\n // Instance methods on Object.\n this.setNativeFunctionPrototype(this.OBJECT, \"toString\", Interpreter.Object.prototype.toString);\n this.setNativeFunctionPrototype(this.OBJECT, \"toLocaleString\", Interpreter.Object.prototype.toString);\n this.setNativeFunctionPrototype(this.OBJECT, \"valueOf\", Interpreter.Object.prototype.valueOf);\n\n wrapper = function (prop) {\n throwIfNullUndefined(this);\n if (!this.isObject) {\n return this.hasOwnProperty(prop);\n }\n return String(prop) in this.properties;\n };\n this.setNativeFunctionPrototype(this.OBJECT, \"hasOwnProperty\", wrapper);\n\n wrapper = function (prop) {\n throwIfNullUndefined(this);\n if (!this.isObject) {\n return this.propertyIsEnumerable(prop);\n }\n return Object.prototype.propertyIsEnumerable.call(this.properties, prop);\n };\n this.setNativeFunctionPrototype(this.OBJECT, \"propertyIsEnumerable\", wrapper);\n\n wrapper = function (obj) {\n while (true) {\n // Note, circular loops shouldn't be possible.\n obj = thisInterpreter.getPrototype(obj);\n if (!obj) {\n // No parent; reached the top.\n return false;\n }\n if (obj === this) {\n return true;\n }\n }\n };\n this.setNativeFunctionPrototype(this.OBJECT, \"isPrototypeOf\", wrapper);\n};\n\n/**\n * Initialize the Array class.\n * @param {!Interpreter.Object} scope Global scope.\n */\nInterpreter.prototype.initArray = function (scope) {\n var thisInterpreter = this;\n var wrapper;\n // Array constructor.\n wrapper = function (var_args) {\n if (thisInterpreter.calledWithNew()) {\n // Called as new Array().\n var newArray = this;\n } else {\n // Called as Array().\n var newArray = thisInterpreter.createObjectProto(thisInterpreter.ARRAY_PROTO);\n }\n var first = arguments[0];\n if (arguments.length === 1 && typeof first === \"number\") {\n if (isNaN(Interpreter.legalArrayLength(first))) {\n thisInterpreter.throwException(thisInterpreter.RANGE_ERROR, \"Invalid array length\");\n }\n newArray.properties.length = first;\n } else {\n for (var i = 0; i < arguments.length; i++) {\n newArray.properties[i] = arguments[i];\n }\n newArray.properties.length = i;\n }\n return newArray;\n };\n this.ARRAY = this.createNativeFunction(wrapper, true);\n this.ARRAY_PROTO = this.ARRAY.properties[\"prototype\"];\n this.setProperty(scope, \"Array\", this.ARRAY);\n\n // Static methods on Array.\n wrapper = function (obj) {\n return obj && obj.class === \"Array\";\n };\n this.setProperty(\n this.ARRAY,\n \"isArray\",\n this.createNativeFunction(wrapper, false),\n Interpreter.NONENUMERABLE_DESCRIPTOR,\n );\n\n // Instance methods on Array.\n wrapper = function () {\n return Array.prototype.pop.call(this.properties);\n };\n this.setNativeFunctionPrototype(this.ARRAY, \"pop\", wrapper);\n\n wrapper = function (var_args) {\n return Array.prototype.push.apply(this.properties, arguments);\n };\n this.setNativeFunctionPrototype(this.ARRAY, \"push\", wrapper);\n\n wrapper = function () {\n return Array.prototype.shift.call(this.properties);\n };\n this.setNativeFunctionPrototype(this.ARRAY, \"shift\", wrapper);\n\n wrapper = function (var_args) {\n return Array.prototype.unshift.apply(this.properties, arguments);\n };\n this.setNativeFunctionPrototype(this.ARRAY, \"unshift\", wrapper);\n\n wrapper = function () {\n Array.prototype.reverse.call(this.properties);\n return this;\n };\n this.setNativeFunctionPrototype(this.ARRAY, \"reverse\", wrapper);\n\n wrapper = function (index, howmany /*, var_args*/) {\n var list = Array.prototype.splice.apply(this.properties, arguments);\n return thisInterpreter.arrayNativeToPseudo(list);\n };\n this.setNativeFunctionPrototype(this.ARRAY, \"splice\", wrapper);\n\n wrapper = function (opt_begin, opt_end) {\n var list = Array.prototype.slice.call(this.properties, opt_begin, opt_end);\n return thisInterpreter.arrayNativeToPseudo(list);\n };\n this.setNativeFunctionPrototype(this.ARRAY, \"slice\", wrapper);\n\n wrapper = function (opt_separator) {\n return Array.prototype.join.call(this.properties, opt_separator);\n };\n this.setNativeFunctionPrototype(this.ARRAY, \"join\", wrapper);\n\n wrapper = function (var_args) {\n var list = [];\n var length = 0;\n // Start by copying the current array.\n var iLength = thisInterpreter.getProperty(this, \"length\");\n for (var i = 0; i < iLength; i++) {\n if (thisInterpreter.hasProperty(this, i)) {\n var element = thisInterpreter.getProperty(this, i);\n list[length] = element;\n }\n length++;\n }\n // Loop through all arguments and copy them in.\n for (var i = 0; i < arguments.length; i++) {\n var value = arguments[i];\n if (thisInterpreter.isa(value, thisInterpreter.ARRAY)) {\n var jLength = thisInterpreter.getProperty(value, \"length\");\n for (var j = 0; j < jLength; j++) {\n if (thisInterpreter.hasProperty(value, j)) {\n list[length] = thisInterpreter.getProperty(value, j);\n }\n length++;\n }\n } else {\n list[length] = value;\n }\n }\n return thisInterpreter.arrayNativeToPseudo(list);\n };\n this.setNativeFunctionPrototype(this.ARRAY, \"concat\", wrapper);\n\n wrapper = function (searchElement, opt_fromIndex) {\n return Array.prototype.indexOf.apply(this.properties, arguments);\n };\n this.setNativeFunctionPrototype(this.ARRAY, \"indexOf\", wrapper);\n\n wrapper = function (searchElement, opt_fromIndex) {\n return Array.prototype.lastIndexOf.apply(this.properties, arguments);\n };\n this.setNativeFunctionPrototype(this.ARRAY, \"lastIndexOf\", wrapper);\n\n wrapper = function () {\n Array.prototype.sort.call(this.properties);\n return this;\n };\n this.setNativeFunctionPrototype(this.ARRAY, \"sort\", wrapper);\n\n this.polyfills_.push(\n // Polyfill copied from:\n // developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Array/every\n \"Object.defineProperty(Array.prototype, 'every',\",\n \"{configurable: true, writable: true, value:\",\n \"function(callbackfn, thisArg) {\",\n \"if (!this || typeof callbackfn !== 'function') throw TypeError();\",\n \"var T, k;\",\n \"var O = Object(this);\",\n \"var len = O.length >>> 0;\",\n \"if (arguments.length > 1) T = thisArg;\",\n \"k = 0;\",\n \"while (k < len) {\",\n \"if (k in O && !callbackfn.call(T, O[k], k, O)) return false;\",\n \"k++;\",\n \"}\",\n \"return true;\",\n \"}\",\n \"});\",\n\n // Polyfill copied from:\n // developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Array/filter\n \"Object.defineProperty(Array.prototype, 'filter',\",\n \"{configurable: true, writable: true, value:\",\n \"function(fun/*, thisArg*/) {\",\n \"if (this === void 0 || this === null || typeof fun !== 'function') throw TypeError();\",\n \"var t = Object(this);\",\n \"var len = t.length >>> 0;\",\n \"var res = [];\",\n \"var thisArg = arguments.length >= 2 ? arguments[1] : void 0;\",\n \"for (var i = 0; i < len; i++) {\",\n \"if (i in t) {\",\n \"var val = t[i];\",\n \"if (fun.call(thisArg, val, i, t)) res.push(val);\",\n \"}\",\n \"}\",\n \"return res;\",\n \"}\",\n \"});\",\n\n // Polyfill copied from:\n // https://tc39.github.io/ecma262/#sec-array.prototype.find\n // https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/find\n \"if (!Array.prototype.find) {\",\n \"Object.defineProperty(Array.prototype, 'find', {\",\n \"value: function(predicate) {\",\n \"if (this == null) {\",\n \"throw new TypeError('\\\"this\\\" is null or not defined');\",\n \"}\",\n \"var o = Object(this);\",\n \"var len = o.length >>> 0;\",\n \"if (typeof predicate !== 'function') {\",\n \"throw new TypeError('predicate must be a function');\",\n \"}\",\n \"var thisArg = arguments[1];\",\n \"var k = 0;\",\n \"while (k < len) {\",\n \"var kValue = o[k];\",\n \"if (predicate.call(thisArg, kValue, k, o)) {\",\n \"return kValue;\",\n \"}\",\n \"k++;\",\n \"}\",\n \"return undefined;\",\n \"},\",\n \"configurable: true,\",\n \"writable: true\",\n \"});\",\n \"}\",\n\n // Poly fill copied from:\n // https://tc39.github.io/ecma262/#sec-array.prototype.findIndex\n // https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/findIndex\n \"if (!Array.prototype.findIndex) {\",\n \"Object.defineProperty(Array.prototype, 'findIndex', {\",\n \"value: function(predicate) {\",\n \"if (this == null) {\",\n \"throw new TypeError('\\\"this\\\" is null or not defined');\",\n \"}\",\n \"var o = Object(this);\",\n \"var len = o.length >>> 0;\",\n \"if (typeof predicate !== 'function') {\",\n \"throw new TypeError('predicate must be a function');\",\n \"}\",\n \"var thisArg = arguments[1];\",\n \"var k = 0;\",\n \"while (k < len) {\",\n \"var kValue = o[k];\",\n \"if (predicate.call(thisArg, kValue, k, o)) {\",\n \"return k;\",\n \"}\",\n \"k++;\",\n \"}\",\n \"return -1;\",\n \"},\",\n \"configurable: true,\",\n \"writable: true\",\n \"});\",\n \"}\",\n\n // Polyfill copied from:\n // developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Array/forEach\n \"Object.defineProperty(Array.prototype, 'forEach',\",\n \"{configurable: true, writable: true, value:\",\n \"function(callback, thisArg) {\",\n \"if (!this || typeof callback !== 'function') throw TypeError();\",\n \"var T, k;\",\n \"var O = Object(this);\",\n \"var len = O.length >>> 0;\",\n \"if (arguments.length > 1) T = thisArg;\",\n \"k = 0;\",\n \"while (k < len) {\",\n \"if (k in O) callback.call(T, O[k], k, O);\",\n \"k++;\",\n \"}\",\n \"}\",\n \"});\",\n\n // Polyfill copied from:\n // https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/includes#Polyfill\n \"Object.defineProperty(Array.prototype, 'includes', {\",\n \"value: function(searchElement, fromIndex) {\",\n \"if (this == null) {\",\n \"throw new TypeError('\\\"this\\\" is null or not defined');\",\n \"}\",\n \"// 1. Let O be ? ToObject(this value).\",\n \"var o = Object(this);\",\n '// 2. Let len be ? ToLength(? Get(O, \"length\")).',\n \"var len = o.length >>> 0;\",\n \"// 3. If len is 0, return false.\",\n \"if (len === 0) {\",\n \"return false;\",\n \"}\",\n \"// 4. Let n be ? ToInteger(fromIndex).\",\n \"// (If fromIndex is undefined, this step produces the value 0.)\",\n \"var n = fromIndex | 0;\",\n \"// 5. If n ≥ 0, then\",\n \"// a. Let k be n.\",\n \"// 6. Else n < 0,\",\n \"// a. Let k be len + n.\",\n \"// b. If k < 0, let k be 0.\",\n \"var k = Math.max(n >= 0 ? n : len - Math.abs(n), 0);\",\n \"function sameValueZero(x, y) {\",\n \"return x === y || (typeof x === 'number' && typeof y === 'number' && isNaN(x) && isNaN(y));\",\n \"}\",\n \"// 7. Repeat, while k < len\",\n \"while (k < len) {\",\n \"// a. Let elementK be the result of ? Get(O, ! ToString(k)).\",\n \"// b. If SameValueZero(searchElement, elementK) is true, return true.\",\n \"if (sameValueZero(o[k], searchElement)) {\",\n \"return true;\",\n \"}\",\n \"// c. Increase k by 1. \",\n \"k++;\",\n \"}\",\n \"// 8. Return false\",\n \"return false;\",\n \"}\",\n \"});\",\n\n // Polyfill copied from:\n // developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Array/map\n \"Object.defineProperty(Array.prototype, 'map',\",\n \"{configurable: true, writable: true, value:\",\n \"function(callback, thisArg) {\",\n \"if (!this || typeof callback !== 'function') new TypeError;\",\n \"var T, A, k;\",\n \"var O = Object(this);\",\n \"var len = O.length >>> 0;\",\n \"if (arguments.length > 1) T = thisArg;\",\n \"A = new Array(len);\",\n \"k = 0;\",\n \"while (k < len) {\",\n \"if (k in O) A[k] = callback.call(T, O[k], k, O);\",\n \"k++;\",\n \"}\",\n \"return A;\",\n \"}\",\n \"});\",\n\n // Polyfill copied from:\n // developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Array/Reduce\n \"Object.defineProperty(Array.prototype, 'reduce',\",\n \"{configurable: true, writable: true, value:\",\n \"function(callback /*, initialValue*/) {\",\n \"if (!this || typeof callback !== 'function') throw TypeError();\",\n \"var t = Object(this), len = t.length >>> 0, k = 0, value;\",\n \"if (arguments.length === 2) {\",\n \"value = arguments[1];\",\n \"} else {\",\n \"while (k < len && !(k in t)) k++;\",\n \"if (k >= len) {\",\n \"throw TypeError('Reduce of empty array with no initial value');\",\n \"}\",\n \"value = t[k++];\",\n \"}\",\n \"for (; k < len; k++) {\",\n \"if (k in t) value = callback(value, t[k], k, t);\",\n \"}\",\n \"return value;\",\n \"}\",\n \"});\",\n\n // Polyfill copied from:\n // developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Array/ReduceRight\n \"Object.defineProperty(Array.prototype, 'reduceRight',\",\n \"{configurable: true, writable: true, value:\",\n \"function(callback /*, initialValue*/) {\",\n \"if (null === this || 'undefined' === typeof this || 'function' !== typeof callback) throw TypeError();\",\n \"var t = Object(this), len = t.length >>> 0, k = len - 1, value;\",\n \"if (arguments.length >= 2) {\",\n \"value = arguments[1];\",\n \"} else {\",\n \"while (k >= 0 && !(k in t)) k--;\",\n \"if (k < 0) {\",\n \"throw TypeError('Reduce of empty array with no initial value');\",\n \"}\",\n \"value = t[k--];\",\n \"}\",\n \"for (; k >= 0; k--) {\",\n \"if (k in t) value = callback(value, t[k], k, t);\",\n \"}\",\n \"return value;\",\n \"}\",\n \"});\",\n\n // Polyfill copied from:\n // developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Array/some\n \"Object.defineProperty(Array.prototype, 'some',\",\n \"{configurable: true, writable: true, value:\",\n \"function(fun/*, thisArg*/) {\",\n \"if (!this || typeof fun !== 'function') throw TypeError();\",\n \"var t = Object(this);\",\n \"var len = t.length >>> 0;\",\n \"var thisArg = arguments.length >= 2 ? arguments[1] : void 0;\",\n \"for (var i = 0; i < len; i++) {\",\n \"if (i in t && fun.call(thisArg, t[i], i, t)) {\",\n \"return true;\",\n \"}\",\n \"}\",\n \"return false;\",\n \"}\",\n \"});\",\n\n \"(function() {\",\n \"var sort_ = Array.prototype.sort;\",\n \"Array.prototype.sort = function(opt_comp) {\",\n // Fast native sort.\n \"if (typeof opt_comp !== 'function') {\",\n \"return sort_.call(this);\",\n \"}\",\n // Slow bubble sort.\n \"for (var i = 0; i < this.length; i++) {\",\n \"var changes = 0;\",\n \"for (var j = 0; j < this.length - i - 1; j++) {\",\n \"if (opt_comp(this[j], this[j + 1]) > 0) {\",\n \"var swap = this[j];\",\n \"this[j] = this[j + 1];\",\n \"this[j + 1] = swap;\",\n \"changes++;\",\n \"}\",\n \"}\",\n \"if (!changes) break;\",\n \"}\",\n \"return this;\",\n \"};\",\n \"})();\",\n\n \"Object.defineProperty(Array.prototype, 'toLocaleString',\",\n \"{configurable: true, writable: true, value:\",\n \"function() {\",\n \"var out = [];\",\n \"for (var i = 0; i < this.length; i++) {\",\n \"out[i] = (this[i] === null || this[i] === undefined) ? '' : this[i].toLocaleString();\",\n \"}\",\n \"return out.join(',');\",\n \"}\",\n \"});\",\n \"\",\n );\n};\n\n/**\n * Initialize the String class.\n * @param {!Interpreter.Object} scope Global scope.\n */\nInterpreter.prototype.initString = function (scope) {\n var thisInterpreter = this;\n var wrapper;\n // String constructor.\n wrapper = function (value) {\n value = String(value);\n if (thisInterpreter.calledWithNew()) {\n // Called as new String().\n this.data = value;\n return this;\n } else {\n // Called as String().\n return value;\n }\n };\n this.STRING = this.createNativeFunction(wrapper, true);\n this.setProperty(scope, \"String\", this.STRING);\n\n // Static methods on String.\n this.setProperty(\n this.STRING,\n \"fromCharCode\",\n this.createNativeFunction(String.fromCharCode, false),\n Interpreter.NONENUMERABLE_DESCRIPTOR,\n );\n\n // Instance methods on String.\n // Methods with exclusively primitive arguments.\n var functions = [\n \"charAt\",\n \"charCodeAt\",\n \"concat\",\n \"indexOf\",\n \"lastIndexOf\",\n \"slice\",\n \"substr\",\n \"substring\",\n \"toLocaleLowerCase\",\n \"toLocaleUpperCase\",\n \"toLowerCase\",\n \"toUpperCase\",\n \"trim\",\n ];\n for (var i = 0; i < functions.length; i++) {\n this.setNativeFunctionPrototype(this.STRING, functions[i], String.prototype[functions[i]]);\n }\n\n wrapper = function (compareString, locales, options) {\n locales = locales ? thisInterpreter.pseudoToNative(locales) : undefined;\n options = options ? thisInterpreter.pseudoToNative(options) : undefined;\n return String(this).localeCompare(compareString, locales, options);\n };\n this.setNativeFunctionPrototype(this.STRING, \"localeCompare\", wrapper);\n\n wrapper = function (separator, limit) {\n if (thisInterpreter.isa(separator, thisInterpreter.REGEXP)) {\n separator = separator.data;\n }\n var jsList = String(this).split(separator, limit);\n return thisInterpreter.arrayNativeToPseudo(jsList);\n };\n this.setNativeFunctionPrototype(this.STRING, \"split\", wrapper);\n\n wrapper = function (regexp) {\n if (thisInterpreter.isa(regexp, thisInterpreter.REGEXP)) {\n regexp = regexp.data;\n }\n var m = String(this).match(regexp);\n return m && thisInterpreter.arrayNativeToPseudo(m);\n };\n this.setNativeFunctionPrototype(this.STRING, \"match\", wrapper);\n\n wrapper = function (regexp) {\n if (thisInterpreter.isa(regexp, thisInterpreter.REGEXP)) {\n regexp = regexp.data;\n }\n return String(this).search(regexp);\n };\n this.setNativeFunctionPrototype(this.STRING, \"search\", wrapper);\n\n wrapper = function (substr, newSubstr) {\n // Support for function replacements is the responsibility of a polyfill.\n if (thisInterpreter.isa(substr, thisInterpreter.REGEXP)) {\n substr = substr.data;\n }\n return String(this).replace(substr, newSubstr);\n };\n this.setNativeFunctionPrototype(this.STRING, \"replace\", wrapper);\n // Add a polyfill to handle replace's second argument being a function.\n this.polyfills_.push(\n \"(function() {\",\n \"var replace_ = String.prototype.replace;\",\n \"String.prototype.replace = function(substr, newSubstr) {\",\n \"if (typeof newSubstr !== 'function') {\",\n // string.replace(string|regexp, string)\n \"return replace_.call(this, substr, newSubstr);\",\n \"}\",\n \"var str = this;\",\n \"if (substr instanceof RegExp) {\", // string.replace(regexp, function)\n \"var subs = [];\",\n \"var m = substr.exec(str);\",\n \"while (m) {\",\n \"m.push(m.index, str);\",\n \"var inject = newSubstr.apply(null, m);\",\n \"subs.push([m.index, m[0].length, inject]);\",\n \"m = substr.global ? substr.exec(str) : null;\",\n \"}\",\n \"for (var i = subs.length - 1; i >= 0; i--) {\",\n \"str = str.substring(0, subs[i][0]) + subs[i][2] + \" + \"str.substring(subs[i][0] + subs[i][1]);\",\n \"}\",\n \"} else {\", // string.replace(string, function)\n \"var i = str.indexOf(substr);\",\n \"if (i !== -1) {\",\n \"var inject = newSubstr(str.substr(i, substr.length), i, str);\",\n \"str = str.substring(0, i) + inject + \" + \"str.substring(i + substr.length);\",\n \"}\",\n \"}\",\n \"return str;\",\n \"};\",\n \"})();\",\n\n // Polyfill copied from:\n // https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String/endsWith\n \"if (!String.prototype.endsWith) {\",\n \"String.prototype.endsWith = function(search, this_len) {\",\n \"if (this_len === undefined || this_len > this.length) {\",\n \"this_len = this.length;\",\n \"}\",\n \"return this.substring(this_len - search.length, this_len) === search;\",\n \"};\",\n \"}\",\n\n //Polyfill copied from:\n // https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String/includes\n \"if (!String.prototype.includes) {\",\n \"String.prototype.includes = function(search, start) {\",\n \"'use strict';\",\n \"if (typeof start !== 'number') {\",\n \"start = 0;\",\n \"}\",\n \" \",\n \"if (start + search.length > this.length) {\",\n \"return false;\",\n \"} else {\",\n \"return this.indexOf(search, start) !== -1;\",\n \"}\",\n \"};\",\n \"}\",\n\n // Polyfill copied from:\n // https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String/startsWith\n \"if (!String.prototype.startsWith) {\",\n \"String.prototype.startsWith = function(search, pos) {\",\n \"return this.substr(!pos || pos < 0 ? 0 : +pos, search.length) === search;\",\n \"};\",\n \"}\",\n\n \"\",\n );\n};\n\n/**\n * Initialize the Boolean class.\n * @param {!Interpreter.Object} scope Global scope.\n */\nInterpreter.prototype.initBoolean = function (scope) {\n var thisInterpreter = this;\n var wrapper;\n // Boolean constructor.\n wrapper = function (value) {\n value = Boolean(value);\n if (thisInterpreter.calledWithNew()) {\n // Called as new Boolean().\n this.data = value;\n return this;\n } else {\n // Called as Boolean().\n return value;\n }\n };\n this.BOOLEAN = this.createNativeFunction(wrapper, true);\n this.setProperty(scope, \"Boolean\", this.BOOLEAN);\n};\n\n/**\n * Initialize the Number class.\n * @param {!Interpreter.Object} scope Global scope.\n */\nInterpreter.prototype.initNumber = function (scope) {\n var thisInterpreter = this;\n var wrapper;\n // Number constructor.\n wrapper = function (value) {\n value = Number(value);\n if (thisInterpreter.calledWithNew()) {\n // Called as new Number().\n this.data = value;\n return this;\n } else {\n // Called as Number().\n return value;\n }\n };\n this.NUMBER = this.createNativeFunction(wrapper, true);\n this.setProperty(scope, \"Number\", this.NUMBER);\n\n var numConsts = [\"MAX_VALUE\", \"MIN_VALUE\", \"NaN\", \"NEGATIVE_INFINITY\", \"POSITIVE_INFINITY\"];\n for (var i = 0; i < numConsts.length; i++) {\n this.setProperty(this.NUMBER, numConsts[i], Number[numConsts[i]], Interpreter.READONLY_NONENUMERABLE_DESCRIPTOR);\n }\n\n // Instance methods on Number.\n wrapper = function (fractionDigits) {\n try {\n return Number(this).toExponential(fractionDigits);\n } catch (e) {\n // Throws if fractionDigits isn't within 0-20.\n thisInterpreter.throwException(thisInterpreter.ERROR, e.message);\n }\n };\n this.setNativeFunctionPrototype(this.NUMBER, \"toExponential\", wrapper);\n\n wrapper = function (digits) {\n try {\n return Number(this).toFixed(digits);\n } catch (e) {\n // Throws if digits isn't within 0-20.\n thisInterpreter.throwException(thisInterpreter.ERROR, e.message);\n }\n };\n this.setNativeFunctionPrototype(this.NUMBER, \"toFixed\", wrapper);\n\n wrapper = function (precision) {\n try {\n return Number(this).toPrecision(precision);\n } catch (e) {\n // Throws if precision isn't within range (depends on implementation).\n thisInterpreter.throwException(thisInterpreter.ERROR, e.message);\n }\n };\n this.setNativeFunctionPrototype(this.NUMBER, \"toPrecision\", wrapper);\n\n wrapper = function (radix) {\n try {\n return Number(this).toString(radix);\n } catch (e) {\n // Throws if radix isn't within 2-36.\n thisInterpreter.throwException(thisInterpreter.ERROR, e.message);\n }\n };\n this.setNativeFunctionPrototype(this.NUMBER, \"toString\", wrapper);\n\n wrapper = function (locales, options) {\n locales = locales ? thisInterpreter.pseudoToNative(locales) : undefined;\n options = options ? thisInterpreter.pseudoToNative(options) : undefined;\n return Number(this).toLocaleString(locales, options);\n };\n this.setNativeFunctionPrototype(this.NUMBER, \"toLocaleString\", wrapper);\n};\n\n/**\n * Initialize the Date class.\n * @param {!Interpreter.Object} scope Global scope.\n */\nInterpreter.prototype.initDate = function (scope) {\n var thisInterpreter = this;\n var wrapper;\n // Date constructor.\n wrapper = function (value, var_args) {\n if (!thisInterpreter.calledWithNew()) {\n // Called as Date().\n // Calling Date() as a function returns a string, no arguments are heeded.\n return Date();\n }\n // Called as new Date().\n var args = [null].concat(Array.from(arguments));\n this.data = new (Function.prototype.bind.apply(Date, args))();\n return this;\n };\n this.DATE = this.createNativeFunction(wrapper, true);\n this.DATE_PROTO = this.DATE.properties[\"prototype\"];\n this.setProperty(scope, \"Date\", this.DATE);\n\n // Static methods on Date.\n this.setProperty(this.DATE, \"now\", this.createNativeFunction(Date.now, false), Interpreter.NONENUMERABLE_DESCRIPTOR);\n\n this.setProperty(\n this.DATE,\n \"parse\",\n this.createNativeFunction(Date.parse, false),\n Interpreter.NONENUMERABLE_DESCRIPTOR,\n );\n\n this.setProperty(this.DATE, \"UTC\", this.createNativeFunction(Date.UTC, false), Interpreter.NONENUMERABLE_DESCRIPTOR);\n\n // Instance methods on Date.\n var functions = [\n \"getDate\",\n \"getDay\",\n \"getFullYear\",\n \"getHours\",\n \"getMilliseconds\",\n \"getMinutes\",\n \"getMonth\",\n \"getSeconds\",\n \"getTime\",\n \"getTimezoneOffset\",\n \"getUTCDate\",\n \"getUTCDay\",\n \"getUTCFullYear\",\n \"getUTCHours\",\n \"getUTCMilliseconds\",\n \"getUTCMinutes\",\n \"getUTCMonth\",\n \"getUTCSeconds\",\n \"getYear\",\n \"setDate\",\n \"setFullYear\",\n \"setHours\",\n \"setMilliseconds\",\n \"setMinutes\",\n \"setMonth\",\n \"setSeconds\",\n \"setTime\",\n \"setUTCDate\",\n \"setUTCFullYear\",\n \"setUTCHours\",\n \"setUTCMilliseconds\",\n \"setUTCMinutes\",\n \"setUTCMonth\",\n \"setUTCSeconds\",\n \"setYear\",\n \"toDateString\",\n \"toISOString\",\n \"toJSON\",\n \"toGMTString\",\n \"toLocaleDateString\",\n \"toLocaleString\",\n \"toLocaleTimeString\",\n \"toTimeString\",\n \"toUTCString\",\n ];\n for (var i = 0; i < functions.length; i++) {\n wrapper = (function (nativeFunc) {\n return function (var_args) {\n var args = [];\n for (var i = 0; i < arguments.length; i++) {\n args[i] = thisInterpreter.pseudoToNative(arguments[i]);\n }\n return this.data[nativeFunc].apply(this.data, args);\n };\n })(functions[i]);\n this.setNativeFunctionPrototype(this.DATE, functions[i], wrapper);\n }\n};\n\n/**\n * Initialize Regular Expression object.\n * @param {!Interpreter.Object} scope Global scope.\n */\nInterpreter.prototype.initRegExp = function (scope) {\n var thisInterpreter = this;\n var wrapper;\n // RegExp constructor.\n wrapper = function (pattern, flags) {\n if (thisInterpreter.calledWithNew()) {\n // Called as new RegExp().\n var rgx = this;\n } else {\n // Called as RegExp().\n var rgx = thisInterpreter.createObjectProto(thisInterpreter.REGEXP_PROTO);\n }\n pattern = pattern ? pattern.toString() : \"\";\n flags = flags ? flags.toString() : \"\";\n thisInterpreter.populateRegExp(rgx, new RegExp(pattern, flags));\n return rgx;\n };\n this.REGEXP = this.createNativeFunction(wrapper, true);\n this.REGEXP_PROTO = this.REGEXP.properties[\"prototype\"];\n this.setProperty(scope, \"RegExp\", this.REGEXP);\n\n this.setProperty(\n this.REGEXP.properties[\"prototype\"],\n \"global\",\n undefined,\n Interpreter.READONLY_NONENUMERABLE_DESCRIPTOR,\n );\n this.setProperty(\n this.REGEXP.properties[\"prototype\"],\n \"ignoreCase\",\n undefined,\n Interpreter.READONLY_NONENUMERABLE_DESCRIPTOR,\n );\n this.setProperty(\n this.REGEXP.properties[\"prototype\"],\n \"multiline\",\n undefined,\n Interpreter.READONLY_NONENUMERABLE_DESCRIPTOR,\n );\n this.setProperty(\n this.REGEXP.properties[\"prototype\"],\n \"source\",\n \"(?:)\",\n Interpreter.READONLY_NONENUMERABLE_DESCRIPTOR,\n );\n\n wrapper = function (str) {\n return this.data.test(str);\n };\n this.setNativeFunctionPrototype(this.REGEXP, \"test\", wrapper);\n\n wrapper = function (str) {\n str = str.toString();\n // Get lastIndex from wrapped regex, since this is settable.\n this.data.lastIndex = Number(thisInterpreter.getProperty(this, \"lastIndex\"));\n var match = this.data.exec(str);\n thisInterpreter.setProperty(this, \"lastIndex\", this.data.lastIndex);\n\n if (match) {\n var result = thisInterpreter.createObjectProto(thisInterpreter.ARRAY_PROTO);\n for (var i = 0; i < match.length; i++) {\n thisInterpreter.setProperty(result, i, match[i]);\n }\n // match has additional properties.\n thisInterpreter.setProperty(result, \"index\", match.index);\n thisInterpreter.setProperty(result, \"input\", match.input);\n return result;\n }\n return null;\n };\n this.setNativeFunctionPrototype(this.REGEXP, \"exec\", wrapper);\n};\n\n/**\n * Initialize the Error class.\n * @param {!Interpreter.Object} scope Global scope.\n */\nInterpreter.prototype.initError = function (scope) {\n var thisInterpreter = this;\n // Error constructor.\n this.ERROR = this.createNativeFunction(function (opt_message) {\n if (thisInterpreter.calledWithNew()) {\n // Called as new Error().\n var newError = this;\n } else {\n // Called as Error().\n var newError = thisInterpreter.createObject(thisInterpreter.ERROR);\n }\n if (opt_message) {\n thisInterpreter.setProperty(newError, \"message\", String(opt_message), Interpreter.NONENUMERABLE_DESCRIPTOR);\n }\n return newError;\n }, true);\n this.setProperty(scope, \"Error\", this.ERROR);\n this.setProperty(this.ERROR.properties[\"prototype\"], \"message\", \"\", Interpreter.NONENUMERABLE_DESCRIPTOR);\n this.setProperty(this.ERROR.properties[\"prototype\"], \"name\", \"Error\", Interpreter.NONENUMERABLE_DESCRIPTOR);\n\n var createErrorSubclass = function (name) {\n var constructor = thisInterpreter.createNativeFunction(function (opt_message) {\n if (thisInterpreter.calledWithNew()) {\n // Called as new XyzError().\n var newError = this;\n } else {\n // Called as XyzError().\n var newError = thisInterpreter.createObject(constructor);\n }\n if (opt_message) {\n thisInterpreter.setProperty(newError, \"message\", String(opt_message), Interpreter.NONENUMERABLE_DESCRIPTOR);\n }\n return newError;\n }, true);\n thisInterpreter.setProperty(constructor, \"prototype\", thisInterpreter.createObject(thisInterpreter.ERROR));\n thisInterpreter.setProperty(\n constructor.properties[\"prototype\"],\n \"name\",\n name,\n Interpreter.NONENUMERABLE_DESCRIPTOR,\n );\n thisInterpreter.setProperty(scope, name, constructor);\n\n return constructor;\n };\n\n this.EVAL_ERROR = createErrorSubclass(\"EvalError\");\n this.RANGE_ERROR = createErrorSubclass(\"RangeError\");\n this.REFERENCE_ERROR = createErrorSubclass(\"ReferenceError\");\n this.SYNTAX_ERROR = createErrorSubclass(\"SyntaxError\");\n this.TYPE_ERROR = createErrorSubclass(\"TypeError\");\n this.URI_ERROR = createErrorSubclass(\"URIError\");\n};\n\n/**\n * Initialize Math object.\n * @param {!Interpreter.Object} scope Global scope.\n */\nInterpreter.prototype.initMath = function (scope) {\n var thisInterpreter = this;\n var myMath = this.createObjectProto(this.OBJECT_PROTO);\n this.setProperty(scope, \"Math\", myMath);\n var mathConsts = [\"E\", \"LN2\", \"LN10\", \"LOG2E\", \"LOG10E\", \"PI\", \"SQRT1_2\", \"SQRT2\"];\n for (var i = 0; i < mathConsts.length; i++) {\n this.setProperty(myMath, mathConsts[i], Math[mathConsts[i]], Interpreter.READONLY_NONENUMERABLE_DESCRIPTOR);\n }\n var numFunctions = [\n \"abs\",\n \"acos\",\n \"asin\",\n \"atan\",\n \"atan2\",\n \"ceil\",\n \"cos\",\n \"exp\",\n \"floor\",\n \"log\",\n \"max\",\n \"min\",\n \"pow\",\n \"random\",\n \"round\",\n \"sin\",\n \"sqrt\",\n \"tan\",\n ];\n for (var i = 0; i < numFunctions.length; i++) {\n this.setProperty(\n myMath,\n numFunctions[i],\n this.createNativeFunction(Math[numFunctions[i]], false),\n Interpreter.NONENUMERABLE_DESCRIPTOR,\n );\n }\n};\n\n/**\n * Initialize JSON object.\n * @param {!Interpreter.Object} scope Global scope.\n */\nInterpreter.prototype.initJSON = function (scope) {\n var thisInterpreter = this;\n var myJSON = thisInterpreter.createObjectProto(this.OBJECT_PROTO);\n this.setProperty(scope, \"JSON\", myJSON);\n\n var wrapper = function (text) {\n try {\n var nativeObj = JSON.parse(text.toString());\n } catch (e) {\n thisInterpreter.throwException(thisInterpreter.SYNTAX_ERROR, e.message);\n }\n return thisInterpreter.nativeToPseudo(nativeObj);\n };\n this.setProperty(myJSON, \"parse\", this.createNativeFunction(wrapper, false));\n\n wrapper = function (value) {\n var nativeObj = thisInterpreter.pseudoToNative(value);\n try {\n var str = JSON.stringify(nativeObj);\n } catch (e) {\n thisInterpreter.throwException(thisInterpreter.TYPE_ERROR, e.message);\n }\n return str;\n };\n this.setProperty(myJSON, \"stringify\", this.createNativeFunction(wrapper, false));\n};\n\n/**\n * Is an object of a certain class?\n * @param {Interpreter.Value} child Object to check.\n * @param {Interpreter.Object} constructor Constructor of object.\n * @return {boolean} True if object is the class or inherits from it.\n * False otherwise.\n */\nInterpreter.prototype.isa = function (child, constructor) {\n if (child === null || child === undefined || !constructor) {\n return false;\n }\n var proto = constructor.properties[\"prototype\"];\n if (child === proto) {\n return true;\n }\n // The first step up the prototype chain is harder since the child might be\n // a primitive value. Subsequent steps can just follow the .proto property.\n child = this.getPrototype(child);\n while (child) {\n if (child === proto) {\n return true;\n }\n child = child.proto;\n }\n return false;\n};\n\n/**\n * Is a value a legal integer for an array length?\n * @param {Interpreter.Value} x Value to check.\n * @return {number} Zero, or a positive integer if the value can be\n * converted to such. NaN otherwise.\n */\nInterpreter.legalArrayLength = function (x) {\n var n = x >>> 0;\n // Array length must be between 0 and 2^32-1 (inclusive).\n return n === Number(x) ? n : NaN;\n};\n\n/**\n * Is a value a legal integer for an array index?\n * @param {Interpreter.Value} x Value to check.\n * @return {number} Zero, or a positive integer if the value can be\n * converted to such. NaN otherwise.\n */\nInterpreter.legalArrayIndex = function (x) {\n var n = x >>> 0;\n // Array index cannot be 2^32-1, otherwise length would be 2^32.\n // 0xffffffff is 2^32-1.\n return String(n) === String(x) && n !== 0xffffffff ? n : NaN;\n};\n\n/**\n * Typedef for JS values.\n * @typedef {!Interpreter.Object|boolean|number|string|undefined|null}\n */\nInterpreter.Value;\n\n/**\n * Class for an object.\n * @param {Interpreter.Object} proto Prototype object or null.\n * @constructor\n */\nInterpreter.Object = function (proto) {\n this.getter = Object.create(null);\n this.setter = Object.create(null);\n this.properties = Object.create(null);\n this.proto = proto;\n};\n\n/** @type {Interpreter.Object} */\nInterpreter.Object.prototype.proto = null;\n\n/** @type {boolean} */\nInterpreter.Object.prototype.isObject = true;\n\n/** @type {string} */\nInterpreter.Object.prototype.class = \"Object\";\n\n/** @type {Date|RegExp|boolean|number|string|undefined|null} */\nInterpreter.Object.prototype.data = null;\n\n/**\n * Convert this object into a string.\n * @return {string} String value.\n * @override\n */\nInterpreter.Object.prototype.toString = function () {\n if (this.class === \"Array\") {\n // Array\n var cycles = Interpreter.toStringCycles_;\n cycles.push(this);\n try {\n var strs = [];\n for (var i = 0; i < this.properties.length; i++) {\n var value = this.properties[i];\n strs[i] = value && value.isObject && cycles.indexOf(value) !== -1 ? \"...\" : value;\n }\n } finally {\n cycles.pop();\n }\n return strs.join(\",\");\n }\n if (this.class === \"Error\") {\n var cycles = Interpreter.toStringCycles_;\n if (cycles.indexOf(this) !== -1) {\n return \"[object Error]\";\n }\n var name, message;\n // Bug: Does not support getters and setters for name or message.\n var obj = this;\n do {\n if (\"name\" in obj.properties) {\n name = obj.properties[\"name\"];\n break;\n }\n } while ((obj = obj.proto));\n var obj = this;\n do {\n if (\"message\" in obj.properties) {\n message = obj.properties[\"message\"];\n break;\n }\n } while ((obj = obj.proto));\n cycles.push(this);\n try {\n name = name && name.toString();\n message = message && message.toString();\n } finally {\n cycles.pop();\n }\n return message ? name + \": \" + message : String(name);\n }\n\n // RegExp, Date, and boxed primitives.\n if (this.data !== null) {\n return String(this.data);\n }\n\n return \"[object \" + this.class + \"]\";\n};\n\n/**\n * Return the object's value.\n * @return {Interpreter.Value} Value.\n * @override\n */\nInterpreter.Object.prototype.valueOf = function () {\n if (this.data === undefined || this.data === null || this.data instanceof RegExp) {\n return this; // An Object.\n }\n if (this.data instanceof Date) {\n return this.data.valueOf(); // Milliseconds.\n }\n return /** @type {(boolean|number|string)} */ (this.data); // Boxed primitive.\n};\n\n/**\n * Create a new data object based on a constructor's prototype.\n * @param {Interpreter.Object} constructor Parent constructor function,\n * or null if scope object.\n * @return {!Interpreter.Object} New data object.\n */\nInterpreter.prototype.createObject = function (constructor) {\n return this.createObjectProto(constructor && constructor.properties[\"prototype\"]);\n};\n\n/**\n * Create a new data object based on a prototype.\n * @param {Interpreter.Object} proto Prototype object.\n * @return {!Interpreter.Object} New data object.\n */\nInterpreter.prototype.createObjectProto = function (proto) {\n if (typeof proto !== \"object\") {\n throw Error(\"Non object prototype\");\n }\n var obj = new Interpreter.Object(proto);\n // Functions have prototype objects.\n if (this.isa(obj, this.FUNCTION)) {\n this.setProperty(obj, \"prototype\", this.createObjectProto(this.OBJECT_PROTO || null));\n obj.class = \"Function\";\n }\n // Arrays have length.\n if (this.isa(obj, this.ARRAY)) {\n this.setProperty(obj, \"length\", 0, {\n configurable: false,\n enumerable: false,\n writable: true,\n });\n obj.class = \"Array\";\n }\n if (this.isa(obj, this.ERROR)) {\n obj.class = \"Error\";\n }\n return obj;\n};\n\n/**\n * Initialize a pseudo regular expression object based on a native regular\n * expression object.\n * @param {!Interpreter.Object} pseudoRegexp The existing object to set.\n * @param {!RegExp} nativeRegexp The native regular expression.\n */\nInterpreter.prototype.populateRegExp = function (pseudoRegexp, nativeRegexp) {\n pseudoRegexp.data = nativeRegexp;\n // lastIndex is settable, all others are read-only attributes\n this.setProperty(pseudoRegexp, \"lastIndex\", nativeRegexp.lastIndex, Interpreter.NONENUMERABLE_DESCRIPTOR);\n this.setProperty(pseudoRegexp, \"source\", nativeRegexp.source, Interpreter.READONLY_NONENUMERABLE_DESCRIPTOR);\n this.setProperty(pseudoRegexp, \"global\", nativeRegexp.global, Interpreter.READONLY_NONENUMERABLE_DESCRIPTOR);\n this.setProperty(pseudoRegexp, \"ignoreCase\", nativeRegexp.ignoreCase, Interpreter.READONLY_NONENUMERABLE_DESCRIPTOR);\n this.setProperty(pseudoRegexp, \"multiline\", nativeRegexp.multiline, Interpreter.READONLY_NONENUMERABLE_DESCRIPTOR);\n};\n\n/**\n * Create a new function.\n * @param {!Object} node AST node defining the function.\n * @param {!Object} scope Parent scope.\n * @return {!Interpreter.Object} New function.\n */\nInterpreter.prototype.createFunction = function (node, scope) {\n var func = this.createObjectProto(this.FUNCTION_PROTO);\n func.parentScope = scope;\n func.node = node;\n this.setProperty(func, \"length\", func.node[\"params\"].length, Interpreter.READONLY_DESCRIPTOR);\n return func;\n};\n\n/**\n * Create a new native function.\n * @param {!Function} nativeFunc JavaScript function.\n * @param {boolean=} opt_constructor If true, the function's\n * prototype will have its constructor property set to the function.\n * If false, the function cannot be called as a constructor (e.g. escape).\n * Defaults to undefined.\n * @return {!Interpreter.Object} New function.\n */\nInterpreter.prototype.createNativeFunction = function (nativeFunc, opt_constructor) {\n var func = this.createObjectProto(this.FUNCTION_PROTO);\n func.nativeFunc = nativeFunc;\n nativeFunc.id = this.functionCounter_++;\n this.setProperty(func, \"length\", nativeFunc.length, Interpreter.READONLY_DESCRIPTOR);\n if (opt_constructor) {\n this.setProperty(func.properties[\"prototype\"], \"constructor\", func, Interpreter.NONENUMERABLE_DESCRIPTOR);\n } else if (opt_constructor === false) {\n func.illegalConstructor = true;\n this.setProperty(func, \"prototype\", undefined);\n }\n return func;\n};\n\n/**\n * Create a new native asynchronous function.\n * @param {!Function} asyncFunc JavaScript function.\n * @return {!Interpreter.Object} New function.\n */\nInterpreter.prototype.createAsyncFunction = function (asyncFunc) {\n var func = this.createObjectProto(this.FUNCTION_PROTO);\n func.asyncFunc = asyncFunc;\n asyncFunc.id = this.functionCounter_++;\n this.setProperty(func, \"length\", asyncFunc.length, Interpreter.READONLY_DESCRIPTOR);\n return func;\n};\n\n/**\n * Converts from a native JS object or value to a JS interpreter object.\n * Can handle JSON-style values, does NOT handle cycles.\n * @param {*} nativeObj The native JS object to be converted.\n * @return {Interpreter.Value} The equivalent JS interpreter object.\n */\nInterpreter.prototype.nativeToPseudo = function (nativeObj) {\n if ((typeof nativeObj !== \"object\" && typeof nativeObj !== \"function\") || nativeObj === null) {\n return nativeObj;\n }\n\n if (nativeObj instanceof RegExp) {\n var pseudoRegexp = this.createObjectProto(this.REGEXP_PROTO);\n this.populateRegExp(pseudoRegexp, nativeObj);\n return pseudoRegexp;\n }\n\n if (nativeObj instanceof Date) {\n var pseudoDate = this.createObjectProto(this.DATE_PROTO);\n pseudoDate.data = nativeObj;\n return pseudoDate;\n }\n\n if (nativeObj instanceof Function) {\n var interpreter = this;\n var wrapper = function () {\n return interpreter.nativeToPseudo(\n nativeObj.apply(\n interpreter,\n Array.prototype.slice.call(arguments).map(function (i) {\n return interpreter.pseudoToNative(i);\n }),\n ),\n );\n };\n return this.createNativeFunction(wrapper, undefined);\n }\n\n var pseudoObj;\n if (Array.isArray(nativeObj)) {\n // Array.\n pseudoObj = this.createObjectProto(this.ARRAY_PROTO);\n for (var i = 0; i < nativeObj.length; i++) {\n if (i in nativeObj) {\n this.setProperty(pseudoObj, i, this.nativeToPseudo(nativeObj[i]));\n }\n }\n } else {\n // Object.\n pseudoObj = this.createObjectProto(this.OBJECT_PROTO);\n for (var key in nativeObj) {\n this.setProperty(pseudoObj, key, this.nativeToPseudo(nativeObj[key]));\n }\n }\n return pseudoObj;\n};\n\n/**\n * Converts from a JS interpreter object to native JS object.\n * Can handle JSON-style values, plus cycles.\n * @param {Interpreter.Value} pseudoObj The JS interpreter object to be\n * converted.\n * @param {Object=} opt_cycles Cycle detection (used in recursive calls).\n * @return {*} The equivalent native JS object or value.\n */\nInterpreter.prototype.pseudoToNative = function (pseudoObj, opt_cycles) {\n if ((typeof pseudoObj !== \"object\" && typeof pseudoObj !== \"function\") || pseudoObj === null) {\n return pseudoObj;\n }\n\n if (this.isa(pseudoObj, this.REGEXP)) {\n // Regular expression.\n return pseudoObj.data;\n }\n\n if (this.isa(pseudoObj, this.DATE)) {\n // Date.\n return pseudoObj.data;\n }\n\n var cycles = opt_cycles || {\n pseudo: [],\n native: [],\n };\n var i = cycles.pseudo.indexOf(pseudoObj);\n if (i !== -1) {\n return cycles.native[i];\n }\n cycles.pseudo.push(pseudoObj);\n var nativeObj;\n if (this.isa(pseudoObj, this.ARRAY)) {\n // Array.\n nativeObj = [];\n cycles.native.push(nativeObj);\n var length = this.getProperty(pseudoObj, \"length\");\n for (var i = 0; i < length; i++) {\n if (this.hasProperty(pseudoObj, i)) {\n nativeObj[i] = this.pseudoToNative(this.getProperty(pseudoObj, i), cycles);\n }\n }\n } else {\n // Object.\n nativeObj = {};\n cycles.native.push(nativeObj);\n var val;\n for (var key in pseudoObj.properties) {\n val = pseudoObj.properties[key];\n nativeObj[key] = this.pseudoToNative(val, cycles);\n }\n }\n cycles.pseudo.pop();\n cycles.native.pop();\n return nativeObj;\n};\n\n/**\n * Converts from a native JS array to a JS interpreter array.\n * Does handle non-numeric properties (like str.match's index prop).\n * Does NOT recurse into the array's contents.\n * @param {!Array} nativeArray The JS array to be converted.\n * @return {!Interpreter.Object} The equivalent JS interpreter array.\n */\nInterpreter.prototype.arrayNativeToPseudo = function (nativeArray) {\n var pseudoArray = this.createObjectProto(this.ARRAY_PROTO);\n var props = Object.getOwnPropertyNames(nativeArray);\n for (var i = 0; i < props.length; i++) {\n this.setProperty(pseudoArray, props[i], nativeArray[props[i]]);\n }\n return pseudoArray;\n};\n\n/**\n * Converts from a JS interpreter array to native JS array.\n * Does handle non-numeric properties (like str.match's index prop).\n * Does NOT recurse into the array's contents.\n * @param {!Interpreter.Object} pseudoArray The JS interpreter array,\n * or JS interpreter object pretending to be an array.\n * @return {!Array} The equivalent native JS array.\n */\nInterpreter.prototype.arrayPseudoToNative = function (pseudoArray) {\n var nativeArray = [];\n for (var key in pseudoArray.properties) {\n nativeArray[key] = this.getProperty(pseudoArray, key);\n }\n // pseudoArray might be an object pretending to be an array. In this case\n // it's possible that length is non-existent, invalid, or smaller than the\n // largest defined numeric property. Set length explicitly here.\n nativeArray.length = Interpreter.legalArrayLength(this.getProperty(pseudoArray, \"length\")) || 0;\n return nativeArray;\n};\n\n/**\n * Look up the prototype for this value.\n * @param {Interpreter.Value} value Data object.\n * @return {Interpreter.Object} Prototype object, null if none.\n */\nInterpreter.prototype.getPrototype = function (value) {\n switch (typeof value) {\n case \"number\":\n return this.NUMBER.properties[\"prototype\"];\n case \"boolean\":\n return this.BOOLEAN.properties[\"prototype\"];\n case \"string\":\n return this.STRING.properties[\"prototype\"];\n }\n if (value) {\n return value.proto;\n }\n return null;\n};\n\n/**\n * Fetch a property value from a data object.\n * @param {Interpreter.Value} obj Data object.\n * @param {Interpreter.Value} name Name of property.\n * @param {Acorn AST Node} node Node that triggered this function. Used by Bitburner for getting error line numbers\n * @return {Interpreter.Value} Property value (may be undefined).\n */\nInterpreter.prototype.getProperty = function (obj, name, node) {\n name = String(name);\n if (obj === undefined || obj === null) {\n let lineNum;\n if (node != null && node.loc != null && node.loc.start != null) {\n lineNum = node.loc.start.line;\n }\n this.throwException(this.TYPE_ERROR, \"Cannot read property '\" + name + \"' of \" + obj, lineNum);\n }\n if (name === \"length\") {\n // Special cases for magic length property.\n if (this.isa(obj, this.STRING)) {\n return String(obj).length;\n }\n } else if (name.charCodeAt(0) < 0x40) {\n // Might have numbers in there?\n // Special cases for string array indexing\n if (this.isa(obj, this.STRING)) {\n var n = Interpreter.legalArrayIndex(name);\n if (!isNaN(n) && n < String(obj).length) {\n return String(obj)[n];\n }\n }\n }\n do {\n if (obj.properties && name in obj.properties) {\n var getter = obj.getter[name];\n if (getter) {\n // Flag this function as being a getter and thus needing immediate\n // execution (rather than being the value of the property).\n getter.isGetter = true;\n return getter;\n }\n return obj.properties[name];\n }\n } while ((obj = this.getPrototype(obj)));\n return undefined;\n};\n\n/**\n * Does the named property exist on a data object.\n * @param {Interpreter.Value} obj Data object.\n * @param {Interpreter.Value} name Name of property.\n * @return {boolean} True if property exists.\n */\nInterpreter.prototype.hasProperty = function (obj, name) {\n if (!obj.isObject) {\n throw TypeError(\"Primitive data type has no properties\");\n }\n name = String(name);\n if (name === \"length\" && this.isa(obj, this.STRING)) {\n return true;\n }\n if (this.isa(obj, this.STRING)) {\n var n = Interpreter.legalArrayIndex(name);\n if (!isNaN(n) && n < String(obj).length) {\n return true;\n }\n }\n do {\n if (obj.properties && name in obj.properties) {\n return true;\n }\n } while ((obj = this.getPrototype(obj)));\n return false;\n};\n\n/**\n * Set a property value on a data object.\n * @param {!Interpreter.Object} obj Data object.\n * @param {Interpreter.Value} name Name of property.\n * @param {Interpreter.Value} value New property value.\n * Use Interpreter.VALUE_IN_DESCRIPTOR if value is handled by\n * descriptor instead.\n * @param {Object=} opt_descriptor Optional descriptor object.\n * @return {!Interpreter.Object|undefined} Returns a setter function if one\n * needs to be called, otherwise undefined.\n */\nInterpreter.prototype.setProperty = function (obj, name, value, opt_descriptor) {\n name = String(name);\n if (obj === undefined || obj === null) {\n this.throwException(this.TYPE_ERROR, \"Cannot set property '\" + name + \"' of \" + obj);\n }\n if (\n opt_descriptor &&\n (\"get\" in opt_descriptor || \"set\" in opt_descriptor) &&\n (\"value\" in opt_descriptor || \"writable\" in opt_descriptor)\n ) {\n this.throwException(\n this.TYPE_ERROR,\n \"Invalid property descriptor. \" + \"Cannot both specify accessors and a value or writable attribute\",\n );\n }\n var strict = !this.stateStack || this.getScope().strict;\n if (!obj.isObject) {\n if (strict) {\n this.throwException(this.TYPE_ERROR, \"Can't create property '\" + name + \"' on '\" + obj + \"'\");\n }\n return;\n }\n if (this.isa(obj, this.STRING)) {\n var n = Interpreter.legalArrayIndex(name);\n if (name === \"length\" || (!isNaN(n) && n < String(obj).length)) {\n // Can't set length or letters on String objects.\n if (strict) {\n this.throwException(\n this.TYPE_ERROR,\n \"Cannot assign to read only \" + \"property '\" + name + \"' of String '\" + obj.data + \"'\",\n );\n }\n return;\n }\n }\n if (obj.class === \"Array\") {\n // Arrays have a magic length variable that is bound to the elements.\n var length = obj.properties.length;\n var i;\n if (name === \"length\") {\n // Delete elements if length is smaller.\n if (opt_descriptor) {\n if (!(\"value\" in opt_descriptor)) {\n return;\n }\n value = opt_descriptor.value;\n }\n value = Interpreter.legalArrayLength(value);\n if (isNaN(value)) {\n this.throwException(this.RANGE_ERROR, \"Invalid array length\");\n }\n if (value < length) {\n for (i in obj.properties) {\n i = Interpreter.legalArrayIndex(i);\n if (!isNaN(i) && value <= i) {\n delete obj.properties[i];\n }\n }\n }\n } else if (!isNaN((i = Interpreter.legalArrayIndex(name)))) {\n // Increase length if this index is larger.\n obj.properties.length = Math.max(length, i + 1);\n }\n }\n if (obj.preventExtensions && !(name in obj.properties)) {\n if (strict) {\n this.throwException(this.TYPE_ERROR, \"Can't add property '\" + name + \"', object is not extensible\");\n }\n return;\n }\n if (opt_descriptor) {\n // Define the property.\n if (\"get\" in opt_descriptor) {\n if (opt_descriptor.get) {\n obj.getter[name] = opt_descriptor.get;\n } else {\n delete obj.getter[name];\n }\n }\n if (\"set\" in opt_descriptor) {\n if (opt_descriptor.set) {\n obj.setter[name] = opt_descriptor.set;\n } else {\n delete obj.setter[name];\n }\n }\n var descriptor = {};\n if (\"configurable\" in opt_descriptor) {\n descriptor.configurable = opt_descriptor.configurable;\n }\n if (\"enumerable\" in opt_descriptor) {\n descriptor.enumerable = opt_descriptor.enumerable;\n }\n if (\"writable\" in opt_descriptor) {\n descriptor.writable = opt_descriptor.writable;\n delete obj.getter[name];\n delete obj.setter[name];\n }\n if (\"value\" in opt_descriptor) {\n descriptor.value = opt_descriptor.value;\n delete obj.getter[name];\n delete obj.setter[name];\n } else if (value !== Interpreter.VALUE_IN_DESCRIPTOR) {\n descriptor.value = value;\n delete obj.getter[name];\n delete obj.setter[name];\n }\n try {\n Object.defineProperty(obj.properties, name, descriptor);\n } catch (e) {\n this.throwException(this.TYPE_ERROR, \"Cannot redefine property: \" + name);\n }\n } else {\n // Set the property.\n if (value === Interpreter.VALUE_IN_DESCRIPTOR) {\n throw ReferenceError(\"Value not specified.\");\n }\n // Determine the parent (possibly self) where the property is defined.\n var defObj = obj;\n while (!(name in defObj.properties)) {\n defObj = this.getPrototype(defObj);\n if (!defObj) {\n // This is a new property.\n defObj = obj;\n break;\n }\n }\n if (defObj.setter && defObj.setter[name]) {\n return defObj.setter[name];\n }\n if (defObj.getter && defObj.getter[name]) {\n if (strict) {\n this.throwException(\n this.TYPE_ERROR,\n \"Cannot set property '\" + name + \"' of object '\" + obj + \"' which only has a getter\",\n );\n }\n } else {\n // No setter, simple assignment.\n try {\n obj.properties[name] = value;\n } catch (e) {\n if (strict) {\n this.throwException(\n this.TYPE_ERROR,\n \"Cannot assign to read only \" + \"property '\" + name + \"' of object '\" + obj + \"'\",\n );\n }\n }\n }\n }\n};\n\n/**\n * Convenience method for adding a native function as a non-enumerable property\n * onto an object's prototype.\n * @param {!Interpreter.Object} obj Data object.\n * @param {Interpreter.Value} name Name of property.\n * @param {!Function} wrapper Function object.\n */\nInterpreter.prototype.setNativeFunctionPrototype = function (obj, name, wrapper) {\n this.setProperty(\n obj.properties[\"prototype\"],\n name,\n this.createNativeFunction(wrapper, false),\n Interpreter.NONENUMERABLE_DESCRIPTOR,\n );\n};\n\n/**\n * Returns the current scope from the stateStack.\n * @return {!Interpreter.Object} Current scope dictionary.\n */\nInterpreter.prototype.getScope = function () {\n var scope = this.stateStack[this.stateStack.length - 1].scope;\n if (!scope) {\n throw Error(\"No scope found.\");\n }\n return scope;\n};\n\n/**\n * Create a new scope dictionary.\n * @param {!Object} node AST node defining the scope container\n * (e.g. a function).\n * @param {Interpreter.Object} parentScope Scope to link to.\n * @return {!Interpreter.Object} New scope.\n */\nInterpreter.prototype.createScope = function (node, parentScope) {\n var scope = this.createObjectProto(null);\n scope.parentScope = parentScope;\n if (!parentScope) {\n this.initGlobalScope(scope);\n }\n this.populateScope_(node, scope);\n\n // Determine if this scope starts with 'use strict'.\n scope.strict = false;\n if (parentScope && parentScope.strict) {\n scope.strict = true;\n } else {\n var firstNode = node[\"body\"] && node[\"body\"][0];\n if (\n firstNode &&\n firstNode.expression &&\n firstNode.expression[\"type\"] === \"Literal\" &&\n firstNode.expression.value === \"use strict\"\n ) {\n scope.strict = true;\n }\n }\n return scope;\n};\n\n/**\n * Create a new special scope dictionary. Similar to createScope(), but\n * doesn't assume that the scope is for a function body.\n * This is used for 'catch' clauses and 'with' statements.\n * @param {!Interpreter.Object} parentScope Scope to link to.\n * @param {Interpreter.Object=} opt_scope Optional object to transform into\n * scope.\n * @return {!Interpreter.Object} New scope.\n */\nInterpreter.prototype.createSpecialScope = function (parentScope, opt_scope) {\n if (!parentScope) {\n throw Error(\"parentScope required\");\n }\n var scope = opt_scope || this.createObjectProto(null);\n scope.parentScope = parentScope;\n scope.strict = parentScope.strict;\n return scope;\n};\n\n/**\n * Retrieves a value from the scope chain.\n * @param {string} name Name of variable.\n * @param {Acorn AST Node} node Node that triggered this function. Used by Bitburner for getting error line number\n * @return {Interpreter.Value} Any value.\n * May be flagged as being a getter and thus needing immediate execution\n * (rather than being the value of the property).\n */\nInterpreter.prototype.getValueFromScope = function (name, node) {\n var scope = this.getScope();\n while (scope && scope !== this.global) {\n if (name in scope.properties) {\n return scope.properties[name];\n }\n scope = scope.parentScope;\n }\n // The root scope is also an object which has inherited properties and\n // could also have getters.\n if (scope === this.global && this.hasProperty(scope, name)) {\n return this.getProperty(scope, name);\n }\n // Typeof operator is unique: it can safely look at non-defined variables.\n var prevNode = this.stateStack[this.stateStack.length - 1].node;\n if (prevNode[\"type\"] === \"UnaryExpression\" && prevNode[\"operator\"] === \"typeof\") {\n return undefined;\n }\n\n var lineNum;\n if (node != null && node.loc != null && node.loc.start != null) {\n lineNum = node.loc.start.line;\n }\n this.throwException(this.REFERENCE_ERROR, name + \" is not defined\", lineNum);\n};\n\n/**\n * Sets a value to the current scope.\n * @param {string} name Name of variable.\n * @param {Interpreter.Value} value Value.\n * @return {!Interpreter.Object|undefined} Returns a setter function if one\n * needs to be called, otherwise undefined.\n */\nInterpreter.prototype.setValueToScope = function (name, value) {\n var scope = this.getScope();\n var strict = scope.strict;\n while (scope && scope !== this.global) {\n if (name in scope.properties) {\n scope.properties[name] = value;\n return undefined;\n }\n scope = scope.parentScope;\n }\n // The root scope is also an object which has readonly properties and\n // could also have setters.\n if (scope === this.global && (!strict || this.hasProperty(scope, name))) {\n return this.setProperty(scope, name, value);\n }\n this.throwException(this.REFERENCE_ERROR, name + \" is not defined\");\n};\n\n/**\n * Create a new scope for the given node.\n * @param {!Object} node AST node (program or function).\n * @param {!Interpreter.Object} scope Scope dictionary to populate.\n * @private\n */\nInterpreter.prototype.populateScope_ = function (node, scope) {\n if (node[\"type\"] === \"VariableDeclaration\") {\n for (var i = 0; i < node[\"declarations\"].length; i++) {\n this.setProperty(scope, node[\"declarations\"][i][\"id\"][\"name\"], undefined, Interpreter.VARIABLE_DESCRIPTOR);\n }\n } else if (node[\"type\"] === \"FunctionDeclaration\") {\n this.setProperty(scope, node[\"id\"][\"name\"], this.createFunction(node, scope), Interpreter.VARIABLE_DESCRIPTOR);\n return; // Do not recurse into function.\n } else if (node[\"type\"] === \"FunctionExpression\") {\n return; // Do not recurse into function.\n } else if (node[\"type\"] === \"ExpressionStatement\") {\n return; // Expressions can't contain variable/function declarations.\n }\n var nodeClass = node[\"constructor\"];\n for (var name in node) {\n var prop = node[name];\n if (prop && typeof prop === \"object\") {\n if (Array.isArray(prop)) {\n for (var i = 0; i < prop.length; i++) {\n if (prop[i] && prop[i].constructor === nodeClass) {\n this.populateScope_(prop[i], scope);\n }\n }\n } else {\n if (prop.constructor === nodeClass) {\n this.populateScope_(prop, scope);\n }\n }\n }\n }\n};\n\n/**\n * Remove start and end values from AST, or set start and end values to a\n * constant value. Used to remove highlighting from polyfills and to set\n * highlighting in an eval to cover the entire eval expression.\n * @param {!Object} node AST node.\n * @param {number=} start Starting character of all nodes, or undefined.\n * @param {number=} end Ending character of all nodes, or undefined.\n * @private\n */\nInterpreter.prototype.stripLocations_ = function (node, start, end) {\n if (start) {\n node[\"start\"] = start;\n } else {\n delete node[\"start\"];\n }\n if (end) {\n node[\"end\"] = end;\n } else {\n delete node[\"end\"];\n }\n for (var name in node) {\n if (node.hasOwnProperty(name)) {\n var prop = node[name];\n if (prop && typeof prop === \"object\") {\n this.stripLocations_(prop, start, end);\n }\n }\n }\n};\n\n/**\n * Is the current state directly being called with as a construction with 'new'.\n * @return {boolean} True if 'new foo()', false if 'foo()'.\n */\nInterpreter.prototype.calledWithNew = function () {\n return this.stateStack[this.stateStack.length - 1].isConstructor;\n};\n\n/**\n * Gets a value from the scope chain or from an object property.\n * @param {!Array} ref Name of variable or object/propname tuple.\n * @param {Acorn AST Node} node Node that triggered this function. Used by Bitburner for getting error line number\n * @return {Interpreter.Value} Any value.\n * May be flagged as being a getter and thus needing immediate execution\n * (rather than being the value of the property).\n */\nInterpreter.prototype.getValue = function (ref, node) {\n if (ref[0] === Interpreter.SCOPE_REFERENCE) {\n // A null/varname variable lookup.\n return this.getValueFromScope(ref[1], node);\n } else {\n // An obj/prop components tuple (foo.bar).\n return this.getProperty(ref[0], ref[1], node);\n }\n};\n\n/**\n * Sets a value to the scope chain or to an object property.\n * @param {!Array} ref Name of variable or object/propname tuple.\n * @param {Interpreter.Value} value Value.\n * @return {!Interpreter.Object|undefined} Returns a setter function if one\n * needs to be called, otherwise undefined.\n */\nInterpreter.prototype.setValue = function (ref, value) {\n if (ref[0] === Interpreter.SCOPE_REFERENCE) {\n // A null/varname variable lookup.\n return this.setValueToScope(ref[1], value);\n } else {\n // An obj/prop components tuple (foo.bar).\n return this.setProperty(ref[0], ref[1], value);\n }\n};\n\n/**\n * Completion Value Types.\n * @enum {number}\n */\nInterpreter.Completion = {\n NORMAL: 0,\n BREAK: 1,\n CONTINUE: 2,\n RETURN: 3,\n THROW: 4,\n};\n\n/**\n * Throw an exception in the interpreter that can be handled by an\n * interpreter try/catch statement. If unhandled, a real exception will\n * be thrown. Can be called with either an error class and a message, or\n * with an actual object to be thrown.\n * @param {!Interpreter.Object} errorClass Type of error (if message is\n * provided) or the value to throw (if no message).\n * @param {string=} opt_message Message being thrown.\n */\nInterpreter.prototype.throwException = function (errorClass, opt_message, lineNumber) {\n if (opt_message === undefined) {\n var error = errorClass; // This is a value to throw, not an error class.\n } else {\n var error = this.createObject(errorClass);\n this.setProperty(error, \"message\", opt_message, Interpreter.NONENUMERABLE_DESCRIPTOR);\n }\n var lineNumErrorMsg;\n if (lineNumber != null) {\n lineNumErrorMsg = this.getErrorLineNumberMessage(lineNumber);\n }\n this.unwind(Interpreter.Completion.THROW, error, undefined, lineNumErrorMsg);\n // Abort anything related to the current step.\n throw Interpreter.STEP_ERROR;\n};\n\n/**\n * Unwind the stack to the innermost relevant enclosing TryStatement,\n * For/ForIn/WhileStatement or Call/NewExpression. If this results in\n * the stack being completely unwound the thread will be terminated\n * and the appropriate error being thrown.\n * @param {Interpreter.Completion} type Completion type.\n * @param {Interpreter.Value=} value Value computed, returned or thrown.\n * @param {string=} label Target label for break or return.\n */\nInterpreter.prototype.unwind = function (type, value, label, lineNumberMsg = \"\") {\n if (type === Interpreter.Completion.NORMAL) {\n throw TypeError(\"Should not unwind for NORMAL completions\");\n }\n\n for (var stack = this.stateStack; stack.length > 0; stack.pop()) {\n var state = stack[stack.length - 1];\n switch (state.node[\"type\"]) {\n case \"TryStatement\":\n state.cv = { type: type, value: value, label: label };\n return;\n case \"CallExpression\":\n case \"NewExpression\":\n if (type === Interpreter.Completion.RETURN) {\n state.value = value;\n return;\n } else if (type !== Interpreter.Completion.THROW) {\n throw Error(\"Unsynatctic break/continue not rejected by Acorn\");\n }\n }\n if (type === Interpreter.Completion.BREAK) {\n if (label ? state.labels && state.labels.indexOf(label) !== -1 : state.isLoop || state.isSwitch) {\n stack.pop();\n return;\n }\n } else if (type === Interpreter.Completion.CONTINUE) {\n if (label ? state.labels && state.labels.indexOf(label) !== -1 : state.isLoop) {\n return;\n }\n }\n }\n\n // Unhandled completion. Throw a real error.\n var realError;\n if (this.isa(value, this.ERROR)) {\n var errorTable = {\n EvalError: EvalError,\n RangeError: RangeError,\n ReferenceError: ReferenceError,\n SyntaxError: SyntaxError,\n TypeError: TypeError,\n URIError: URIError,\n };\n var name = this.getProperty(value, \"name\").toString();\n var message = this.getProperty(value, \"message\").valueOf();\n var type = errorTable[name] || Error;\n realError = type(message + lineNumberMsg);\n } else {\n realError = String(value) + lineNumberMsg;\n }\n throw realError;\n};\n\n/**\n * Create a call to a getter function.\n * @param {!Interpreter.Object} func Function to execute.\n * @param {!Interpreter.Object|!Array} left\n * Name of variable or object/propname tuple.\n * @private\n */\nInterpreter.prototype.createGetter_ = function (func, left) {\n // Normally 'this' will be specified as the object component (o.x).\n // Sometimes 'this' is explicitly provided (o).\n var funcThis = Array.isArray(left) ? left[0] : left;\n var node = new this.nodeConstructor();\n node[\"type\"] = \"CallExpression\";\n var state = new Interpreter.State(node, this.stateStack[this.stateStack.length - 1].scope);\n state.doneCallee_ = true;\n state.funcThis_ = funcThis;\n state.func_ = func;\n state.doneArgs_ = true;\n state.arguments_ = [];\n return state;\n};\n\n/**\n * Create a call to a setter function.\n * @param {!Interpreter.Object} func Function to execute.\n * @param {!Interpreter.Object|!Array} left\n * Name of variable or object/propname tuple.\n * @param {Interpreter.Value} value Value to set.\n * @private\n */\nInterpreter.prototype.createSetter_ = function (func, left, value) {\n // Normally 'this' will be specified as the object component (o.x).\n // Sometimes 'this' is implicitly the global object (x).\n var funcThis = Array.isArray(left) ? left[0] : this.global;\n var node = new this.nodeConstructor();\n node[\"type\"] = \"CallExpression\";\n var state = new Interpreter.State(node, this.stateStack[this.stateStack.length - 1].scope);\n state.doneCallee_ = true;\n state.funcThis_ = funcThis;\n state.func_ = func;\n state.doneArgs_ = true;\n state.arguments_ = [value];\n return state;\n};\n\n/**\n * Class for a state.\n * @param {!Object} node AST node for the state.\n * @param {!Interpreter.Object} scope Scope object for the state.\n * @constructor\n */\nInterpreter.State = function (node, scope) {\n this.node = node;\n this.scope = scope;\n};\n\n///////////////////////////////////////////////////////////////////////////////\n// Functions to handle each node type.\n///////////////////////////////////////////////////////////////////////////////\n\nInterpreter.prototype[\"stepArrayExpression\"] = function (stack, state, node) {\n var elements = node[\"elements\"];\n var n = state.n_ || 0;\n if (!state.array_) {\n state.array_ = this.createObjectProto(this.ARRAY_PROTO);\n state.array_.properties.length = elements.length;\n } else {\n this.setProperty(state.array_, n, state.value);\n n++;\n }\n while (n < elements.length) {\n // Skip missing elements - they're not defined, not undefined.\n if (elements[n]) {\n state.n_ = n;\n return new Interpreter.State(elements[n], state.scope);\n }\n n++;\n }\n stack.pop();\n stack[stack.length - 1].value = state.array_;\n};\n\nInterpreter.prototype[\"stepAssignmentExpression\"] = function (stack, state, node) {\n if (!state.doneLeft_) {\n state.doneLeft_ = true;\n var nextState = new Interpreter.State(node[\"left\"], state.scope);\n nextState.components = true;\n return nextState;\n }\n if (!state.doneRight_) {\n if (!state.leftReference_) {\n state.leftReference_ = state.value;\n }\n if (state.doneGetter_) {\n state.leftValue_ = state.value;\n }\n if (!state.doneGetter_ && node[\"operator\"] !== \"=\") {\n var leftValue = this.getValue(state.leftReference_, node);\n state.leftValue_ = leftValue;\n if (leftValue && typeof leftValue === \"object\" && leftValue.isGetter) {\n // Clear the getter flag and call the getter function.\n leftValue.isGetter = false;\n state.doneGetter_ = true;\n var func = /** @type {!Interpreter.Object} */ (leftValue);\n return this.createGetter_(func, state.leftReference_);\n }\n }\n state.doneRight_ = true;\n return new Interpreter.State(node[\"right\"], state.scope);\n }\n if (state.doneSetter_) {\n // Return if setter function.\n // Setter method on property has completed.\n // Ignore its return value, and use the original set value instead.\n stack.pop();\n stack[stack.length - 1].value = state.setterValue_;\n return;\n }\n var value = state.leftValue_;\n var rightValue = state.value;\n switch (node[\"operator\"]) {\n case \"=\":\n value = rightValue;\n break;\n case \"+=\":\n value += rightValue;\n break;\n case \"-=\":\n value -= rightValue;\n break;\n case \"*=\":\n value *= rightValue;\n break;\n case \"/=\":\n value /= rightValue;\n break;\n case \"%=\":\n value %= rightValue;\n break;\n case \"<<=\":\n value <<= rightValue;\n break;\n case \">>=\":\n value >>= rightValue;\n break;\n case \">>>=\":\n value >>>= rightValue;\n break;\n case \"&=\":\n value &= rightValue;\n break;\n case \"^=\":\n value ^= rightValue;\n break;\n case \"|=\":\n value |= rightValue;\n break;\n default:\n throw SyntaxError(\"Unknown assignment expression: \" + node[\"operator\"]);\n }\n var setter = this.setValue(state.leftReference_, value);\n if (setter) {\n state.doneSetter_ = true;\n state.setterValue_ = value;\n return this.createSetter_(setter, state.leftReference_, value);\n }\n // Return if no setter function.\n stack.pop();\n stack[stack.length - 1].value = value;\n};\n\nInterpreter.prototype[\"stepBinaryExpression\"] = function (stack, state, node) {\n if (!state.doneLeft_) {\n state.doneLeft_ = true;\n return new Interpreter.State(node[\"left\"], state.scope);\n }\n if (!state.doneRight_) {\n state.doneRight_ = true;\n state.leftValue_ = state.value;\n return new Interpreter.State(node[\"right\"], state.scope);\n }\n stack.pop();\n var leftValue = state.leftValue_;\n var rightValue = state.value;\n var value;\n switch (node[\"operator\"]) {\n case \"==\":\n value = leftValue == rightValue;\n break;\n case \"!=\":\n value = leftValue != rightValue;\n break;\n case \"===\":\n value = leftValue === rightValue;\n break;\n case \"!==\":\n value = leftValue !== rightValue;\n break;\n case \">\":\n value = leftValue > rightValue;\n break;\n case \">=\":\n value = leftValue >= rightValue;\n break;\n case \"<\":\n value = leftValue < rightValue;\n break;\n case \"<=\":\n value = leftValue <= rightValue;\n break;\n case \"+\":\n value = leftValue + rightValue;\n break;\n case \"-\":\n value = leftValue - rightValue;\n break;\n case \"*\":\n value = leftValue * rightValue;\n break;\n case \"/\":\n value = leftValue / rightValue;\n break;\n case \"%\":\n value = leftValue % rightValue;\n break;\n case \"&\":\n value = leftValue & rightValue;\n break;\n case \"|\":\n value = leftValue | rightValue;\n break;\n case \"^\":\n value = leftValue ^ rightValue;\n break;\n case \"<<\":\n value = leftValue << rightValue;\n break;\n case \">>\":\n value = leftValue >> rightValue;\n break;\n case \">>>\":\n value = leftValue >>> rightValue;\n break;\n case \"in\":\n if (!rightValue || !rightValue.isObject) {\n let lineNum = this.getErrorLineNumber(node);\n this.throwException(this.TYPE_ERROR, \"'in' expects an object, not '\" + rightValue + \"'\", lineNum);\n }\n value = this.hasProperty(rightValue, leftValue);\n break;\n case \"instanceof\":\n if (!this.isa(rightValue, this.FUNCTION)) {\n let lineNum = this.getErrorLineNumber(node);\n this.throwException(this.TYPE_ERROR, \"Right-hand side of instanceof is not an object\", lineNum);\n }\n value = leftValue.isObject ? this.isa(leftValue, rightValue) : false;\n break;\n default:\n throw SyntaxError(\"Unknown binary operator: \" + node[\"operator\"]);\n }\n stack[stack.length - 1].value = value;\n};\n\nInterpreter.prototype[\"stepBlockStatement\"] = function (stack, state, node) {\n var n = state.n_ || 0;\n var expression = node[\"body\"][n];\n if (expression) {\n state.n_ = n + 1;\n return new Interpreter.State(expression, state.scope);\n }\n stack.pop();\n};\n\nInterpreter.prototype[\"stepBreakStatement\"] = function (stack, state, node) {\n var label = node[\"label\"] && node[\"label\"][\"name\"];\n this.unwind(Interpreter.Completion.BREAK, undefined, label);\n};\n\nInterpreter.prototype[\"stepCallExpression\"] = function (stack, state, node) {\n if (!state.doneCallee_) {\n state.doneCallee_ = 1;\n // Components needed to determine value of 'this'.\n var nextState = new Interpreter.State(node[\"callee\"], state.scope);\n nextState.components = true;\n return nextState;\n }\n if (state.doneCallee_ === 1) {\n // Determine value of the function.\n state.doneCallee_ = 2;\n var func = state.value;\n if (Array.isArray(func)) {\n state.func_ = this.getValue(func, node);\n if (func[0] === Interpreter.SCOPE_REFERENCE) {\n // (Globally or locally) named function. Is it named 'eval'?\n state.directEval_ = func[1] === \"eval\";\n } else {\n // Method function, 'this' is object (ignored if invoked as 'new').\n state.funcThis_ = func[0];\n }\n func = state.func_;\n if (func && typeof func === \"object\" && func.isGetter) {\n // Clear the getter flag and call the getter function.\n func.isGetter = false;\n state.doneCallee_ = 1;\n return this.createGetter_(/** @type {!Interpreter.Object} */ (func), state.value);\n }\n } else {\n // Already evaluated function: (function(){...})();\n state.func_ = func;\n }\n state.arguments_ = [];\n state.n_ = 0;\n }\n var func = state.func_;\n if (!state.doneArgs_) {\n if (state.n_ !== 0) {\n state.arguments_.push(state.value);\n }\n if (node[\"arguments\"][state.n_]) {\n return new Interpreter.State(node[\"arguments\"][state.n_++], state.scope);\n }\n // Determine value of 'this' in function.\n if (node[\"type\"] === \"NewExpression\") {\n if (func.illegalConstructor) {\n // Illegal: new escape();\n let lineNum = this.getErrorLineNumber(node);\n this.throwException(this.TYPE_ERROR, func + \" is not a constructor\", lineNum);\n }\n // Constructor, 'this' is new object.\n var proto = func.properties[\"prototype\"];\n if (typeof proto !== \"object\" || proto === null) {\n // Non-object prototypes default to Object.prototype.\n proto = this.OBJECT_PROTO;\n }\n state.funcThis_ = this.createObjectProto(proto);\n state.isConstructor = true;\n } else if (state.funcThis_ === undefined) {\n // Global function, 'this' is global object (or 'undefined' if strict).\n state.funcThis_ = state.scope.strict ? undefined : this.global;\n }\n state.doneArgs_ = true;\n }\n if (!state.doneExec_) {\n state.doneExec_ = true;\n if (!func || !func.isObject) {\n let lineNum = this.getErrorLineNumber(node);\n this.throwException(this.TYPE_ERROR, func + \" is not a function\", lineNum);\n }\n var funcNode = func.node;\n if (funcNode) {\n var scope = this.createScope(funcNode[\"body\"], func.parentScope);\n // Add all arguments.\n for (var i = 0; i < funcNode[\"params\"].length; i++) {\n var paramName = funcNode[\"params\"][i][\"name\"];\n var paramValue = state.arguments_.length > i ? state.arguments_[i] : undefined;\n this.setProperty(scope, paramName, paramValue);\n }\n // Build arguments variable.\n var argsList = this.createObjectProto(this.ARRAY_PROTO);\n for (var i = 0; i < state.arguments_.length; i++) {\n this.setProperty(argsList, i, state.arguments_[i]);\n }\n this.setProperty(scope, \"arguments\", argsList);\n // Add the function's name (var x = function foo(){};)\n var name = funcNode[\"id\"] && funcNode[\"id\"][\"name\"];\n if (name) {\n this.setProperty(scope, name, func);\n }\n this.setProperty(scope, \"this\", state.funcThis_, Interpreter.READONLY_DESCRIPTOR);\n state.value = undefined; // Default value if no explicit return.\n return new Interpreter.State(funcNode[\"body\"], scope);\n } else if (func.eval) {\n var code = state.arguments_[0];\n if (typeof code !== \"string\") {\n // JS does not parse String objects:\n // eval(new String('1 + 1')) -> '1 + 1'\n state.value = code;\n } else {\n try {\n var ast = acorn.parse(code.toString(), Interpreter.PARSE_OPTIONS);\n } catch (e) {\n // Acorn threw a SyntaxError. Rethrow as a trappable error.\n let lineNum = this.getErrorLineNumber(node);\n this.throwException(this.SYNTAX_ERROR, \"Invalid code: \" + e.message, lineNum);\n }\n var evalNode = new this.nodeConstructor();\n evalNode[\"type\"] = \"EvalProgram_\";\n evalNode[\"body\"] = ast[\"body\"];\n this.stripLocations_(evalNode, node[\"start\"], node[\"end\"]);\n // Create new scope and update it with definitions in eval().\n var scope = state.directEval_ ? state.scope : this.global;\n if (scope.strict) {\n // Strict mode get its own scope in eval.\n scope = this.createScope(ast, scope);\n } else {\n // Non-strict mode pollutes the current scope.\n this.populateScope_(ast, scope);\n }\n this.value = undefined; // Default value if no code.\n return new Interpreter.State(evalNode, scope);\n }\n } else if (func.nativeFunc) {\n state.value = func.nativeFunc.apply(state.funcThis_, state.arguments_);\n } else if (func.asyncFunc) {\n var thisInterpreter = this;\n var callback = function (value) {\n state.value = value;\n thisInterpreter.paused_ = false;\n };\n var argsWithCallback = state.arguments_.concat(callback);\n this.paused_ = true;\n func.asyncFunc.apply(state.funcThis_, argsWithCallback);\n return;\n } else {\n /* A child of a function is a function but is not callable. For example:\n var F = function() {};\n F.prototype = escape;\n var f = new F();\n f();\n */\n let lineNum = this.getErrorLineNumber(node);\n this.throwException(this.TYPE_ERROR, func.class + \" is not a function\", lineNum);\n }\n } else {\n // Execution complete. Put the return value on the stack.\n stack.pop();\n if (state.isConstructor && typeof state.value !== \"object\") {\n stack[stack.length - 1].value = state.funcThis_;\n } else {\n stack[stack.length - 1].value = state.value;\n }\n }\n};\n\nInterpreter.prototype[\"stepCatchClause\"] = function (stack, state, node) {\n if (!state.done_) {\n state.done_ = true;\n // Create an empty scope.\n var scope = this.createSpecialScope(state.scope);\n // Add the argument.\n this.setProperty(scope, node[\"param\"][\"name\"], state.throwValue);\n // Execute catch clause.\n return new Interpreter.State(node[\"body\"], scope);\n } else {\n stack.pop();\n }\n};\n\nInterpreter.prototype[\"stepConditionalExpression\"] = function (stack, state, node) {\n var mode = state.mode_ || 0;\n if (mode === 0) {\n state.mode_ = 1;\n return new Interpreter.State(node[\"test\"], state.scope);\n }\n if (mode === 1) {\n state.mode_ = 2;\n var value = Boolean(state.value);\n if (value && node[\"consequent\"]) {\n // Execute 'if' block.\n return new Interpreter.State(node[\"consequent\"], state.scope);\n } else if (!value && node[\"alternate\"]) {\n // Execute 'else' block.\n return new Interpreter.State(node[\"alternate\"], state.scope);\n }\n // eval('1;if(false){2}') -> undefined\n this.value = undefined;\n }\n stack.pop();\n if (node[\"type\"] === \"ConditionalExpression\") {\n stack[stack.length - 1].value = state.value;\n }\n};\n\nInterpreter.prototype[\"stepContinueStatement\"] = function (stack, state, node) {\n var label = node[\"label\"] && node[\"label\"][\"name\"];\n this.unwind(Interpreter.Completion.CONTINUE, undefined, label);\n};\n\nInterpreter.prototype[\"stepDebuggerStatement\"] = function (stack, state, node) {\n // Do nothing. May be overridden by developers.\n stack.pop();\n};\n\nInterpreter.prototype[\"stepDoWhileStatement\"] = function (stack, state, node) {\n if (node[\"type\"] === \"DoWhileStatement\" && state.test_ === undefined) {\n // First iteration of do/while executes without checking test.\n state.value = true;\n state.test_ = true;\n }\n if (!state.test_) {\n state.test_ = true;\n return new Interpreter.State(node[\"test\"], state.scope);\n }\n if (!state.value) {\n // Done, exit loop.\n stack.pop();\n } else if (node[\"body\"]) {\n // Execute the body.\n state.test_ = false;\n state.isLoop = true;\n return new Interpreter.State(node[\"body\"], state.scope);\n }\n};\n\nInterpreter.prototype[\"stepEmptyStatement\"] = function (stack, state, node) {\n stack.pop();\n};\n\nInterpreter.prototype[\"stepEvalProgram_\"] = function (stack, state, node) {\n var n = state.n_ || 0;\n var expression = node[\"body\"][n];\n if (expression) {\n state.n_ = n + 1;\n return new Interpreter.State(expression, state.scope);\n }\n stack.pop();\n stack[stack.length - 1].value = this.value;\n};\n\nInterpreter.prototype[\"stepExpressionStatement\"] = function (stack, state, node) {\n if (!state.done_) {\n state.done_ = true;\n return new Interpreter.State(node[\"expression\"], state.scope);\n }\n stack.pop();\n // Save this value to interpreter.value for use as a return value if\n // this code is inside an eval function.\n this.value = state.value;\n};\n\nInterpreter.prototype[\"stepForInStatement\"] = function (stack, state, node) {\n // First, initialize a variable if exists. Only do so once, ever.\n if (!state.doneInit_) {\n state.doneInit_ = true;\n if (node[\"left\"][\"declarations\"] && node[\"left\"][\"declarations\"][0][\"init\"]) {\n if (state.scope.strict) {\n let lineNum = this.getErrorLineNumber(node);\n this.throwException(\n this.SYNTAX_ERROR,\n \"for-in loop variable declaration may not have an initializer.\",\n lineNum,\n );\n }\n // Variable initialization: for (var x = 4 in y)\n return new Interpreter.State(node[\"left\"], state.scope);\n }\n }\n // Second, look up the object. Only do so once, ever.\n if (!state.doneObject_) {\n state.doneObject_ = true;\n if (!state.variable_) {\n state.variable_ = state.value;\n }\n return new Interpreter.State(node[\"right\"], state.scope);\n }\n if (!state.isLoop) {\n // First iteration.\n state.isLoop = true;\n state.object_ = state.value;\n state.visited_ = Object.create(null);\n }\n // Third, find the property name for this iteration.\n if (state.name_ === undefined) {\n gotPropName: while (true) {\n if (state.object_ && state.object_.isObject) {\n if (!state.props_) {\n state.props_ = Object.getOwnPropertyNames(state.object_.properties);\n }\n while (true) {\n var prop = state.props_.shift();\n if (prop === undefined) {\n break; // Reached end of this object's properties.\n }\n if (!Object.prototype.hasOwnProperty.call(state.object_.properties, prop)) {\n continue; // Property has been deleted in the loop.\n }\n if (state.visited_[prop]) {\n continue; // Already seen this property on a child.\n }\n state.visited_[prop] = true;\n if (!Object.prototype.propertyIsEnumerable.call(state.object_.properties, prop)) {\n continue; // Skip non-enumerable property.\n }\n state.name_ = prop;\n break gotPropName;\n }\n } else if (state.object_ !== null && state.object_ !== undefined) {\n // Primitive value (other than null or undefined).\n if (!state.props_) {\n state.props_ = Object.getOwnPropertyNames(state.object_);\n }\n while (true) {\n var prop = state.props_.shift();\n if (prop === undefined) {\n break; // Reached end of this value's properties.\n }\n state.visited_[prop] = true;\n if (!Object.prototype.propertyIsEnumerable.call(state.object_, prop)) {\n continue; // Skip non-enumerable property.\n }\n state.name_ = prop;\n break gotPropName;\n }\n }\n state.object_ = this.getPrototype(state.object_);\n state.props_ = null;\n if (state.object_ === null) {\n // Done, exit loop.\n stack.pop();\n return;\n }\n }\n }\n // Fourth, find the variable\n if (!state.doneVariable_) {\n state.doneVariable_ = true;\n var left = node[\"left\"];\n if (left[\"type\"] === \"VariableDeclaration\") {\n // Inline variable declaration: for (var x in y)\n state.variable_ = [Interpreter.SCOPE_REFERENCE, left[\"declarations\"][0][\"id\"][\"name\"]];\n } else {\n // Arbitrary left side: for (foo().bar in y)\n state.variable_ = null;\n var nextState = new Interpreter.State(left, state.scope);\n nextState.components = true;\n return nextState;\n }\n }\n if (!state.variable_) {\n state.variable_ = state.value;\n }\n // Fifth, set the variable.\n if (!state.doneSetter_) {\n state.doneSetter_ = true;\n var value = state.name_;\n var setter = this.setValue(state.variable_, value);\n if (setter) {\n return this.createSetter_(setter, state.variable_, value);\n }\n }\n // Next step will be step three.\n state.name_ = undefined;\n // Reevaluate the variable since it could be a setter on the global object.\n state.doneVariable_ = false;\n state.doneSetter_ = false;\n // Sixth and finally, execute the body if there was one. this.\n if (node[\"body\"]) {\n return new Interpreter.State(node[\"body\"], state.scope);\n }\n};\n\nInterpreter.prototype[\"stepForStatement\"] = function (stack, state, node) {\n var mode = state.mode_ || 0;\n if (mode === 0) {\n state.mode_ = 1;\n if (node[\"init\"]) {\n return new Interpreter.State(node[\"init\"], state.scope);\n }\n } else if (mode === 1) {\n state.mode_ = 2;\n if (node[\"test\"]) {\n return new Interpreter.State(node[\"test\"], state.scope);\n }\n } else if (mode === 2) {\n state.mode_ = 3;\n if (node[\"test\"] && !state.value) {\n // Done, exit loop.\n stack.pop();\n } else {\n // Execute the body.\n state.isLoop = true;\n return new Interpreter.State(node[\"body\"], state.scope);\n }\n } else if (mode === 3) {\n state.mode_ = 1;\n if (node[\"update\"]) {\n return new Interpreter.State(node[\"update\"], state.scope);\n }\n }\n};\n\nInterpreter.prototype[\"stepFunctionDeclaration\"] = function (stack, state, node) {\n // This was found and handled when the scope was populated.\n stack.pop();\n};\n\nInterpreter.prototype[\"stepFunctionExpression\"] = function (stack, state, node) {\n stack.pop();\n stack[stack.length - 1].value = this.createFunction(node, state.scope);\n};\n\nInterpreter.prototype[\"stepIdentifier\"] = function (stack, state, node) {\n stack.pop();\n if (state.components) {\n stack[stack.length - 1].value = [Interpreter.SCOPE_REFERENCE, node[\"name\"]];\n return;\n }\n var value = this.getValueFromScope(node[\"name\"], node);\n // An identifier could be a getter if it's a property on the global object.\n if (value && typeof value === \"object\" && value.isGetter) {\n // Clear the getter flag and call the getter function.\n value.isGetter = false;\n var scope = state.scope;\n while (!this.hasProperty(scope, node[\"name\"])) {\n scope = scope.parentScope;\n }\n var func = /** @type {!Interpreter.Object} */ (value);\n return this.createGetter_(func, this.global);\n }\n stack[stack.length - 1].value = value;\n};\n\nInterpreter.prototype[\"stepIfStatement\"] = Interpreter.prototype[\"stepConditionalExpression\"];\n\nInterpreter.prototype[\"stepLabeledStatement\"] = function (stack, state, node) {\n // No need to hit this node again on the way back up the stack.\n stack.pop();\n // Note that a statement might have multiple labels.\n var labels = state.labels || [];\n labels.push(node[\"label\"][\"name\"]);\n var nextState = new Interpreter.State(node[\"body\"], state.scope);\n nextState.labels = labels;\n return nextState;\n};\n\nInterpreter.prototype[\"stepLiteral\"] = function (stack, state, node) {\n stack.pop();\n var value = node[\"value\"];\n if (value instanceof RegExp) {\n var pseudoRegexp = this.createObjectProto(this.REGEXP_PROTO);\n this.populateRegExp(pseudoRegexp, value);\n value = pseudoRegexp;\n }\n stack[stack.length - 1].value = value;\n};\n\nInterpreter.prototype[\"stepLogicalExpression\"] = function (stack, state, node) {\n if (node[\"operator\"] !== \"&&\" && node[\"operator\"] !== \"||\") {\n throw SyntaxError(\"Unknown logical operator: \" + node[\"operator\"]);\n }\n if (!state.doneLeft_) {\n state.doneLeft_ = true;\n return new Interpreter.State(node[\"left\"], state.scope);\n }\n if (!state.doneRight_) {\n if ((node[\"operator\"] === \"&&\" && !state.value) || (node[\"operator\"] === \"||\" && state.value)) {\n // Shortcut evaluation.\n stack.pop();\n stack[stack.length - 1].value = state.value;\n } else {\n state.doneRight_ = true;\n return new Interpreter.State(node[\"right\"], state.scope);\n }\n } else {\n stack.pop();\n stack[stack.length - 1].value = state.value;\n }\n};\n\nInterpreter.prototype[\"stepMemberExpression\"] = function (stack, state, node) {\n if (!state.doneObject_) {\n state.doneObject_ = true;\n return new Interpreter.State(node[\"object\"], state.scope);\n }\n var propName;\n if (!node[\"computed\"]) {\n state.object_ = state.value;\n // obj.foo -- Just access 'foo' directly.\n propName = node[\"property\"][\"name\"];\n } else if (!state.doneProperty_) {\n state.object_ = state.value;\n // obj[foo] -- Compute value of 'foo'.\n state.doneProperty_ = true;\n return new Interpreter.State(node[\"property\"], state.scope);\n } else {\n propName = state.value;\n }\n stack.pop();\n if (state.components) {\n stack[stack.length - 1].value = [state.object_, propName];\n } else {\n var value = this.getProperty(state.object_, propName);\n if (value && typeof value === \"object\" && value.isGetter) {\n // Clear the getter flag and call the getter function.\n value.isGetter = false;\n var func = /** @type {!Interpreter.Object} */ (value);\n return this.createGetter_(func, state.object_);\n }\n stack[stack.length - 1].value = value;\n }\n};\n\nInterpreter.prototype[\"stepNewExpression\"] = Interpreter.prototype[\"stepCallExpression\"];\n\nInterpreter.prototype[\"stepObjectExpression\"] = function (stack, state, node) {\n var n = state.n_ || 0;\n var property = node[\"properties\"][n];\n if (!state.object_) {\n // First execution.\n state.object_ = this.createObjectProto(this.OBJECT_PROTO);\n state.properties_ = Object.create(null);\n } else {\n // Determine property name.\n var key = property[\"key\"];\n if (key[\"type\"] === \"Identifier\") {\n var propName = key[\"name\"];\n } else if (key[\"type\"] === \"Literal\") {\n var propName = key[\"value\"];\n } else {\n throw SyntaxError(\"Unknown object structure: \" + key[\"type\"]);\n }\n // Set the property computed in the previous execution.\n if (!state.properties_[propName]) {\n // Create temp object to collect value, getter, and/or setter.\n state.properties_[propName] = {};\n }\n state.properties_[propName][property[\"kind\"]] = state.value;\n state.n_ = ++n;\n property = node[\"properties\"][n];\n }\n if (property) {\n return new Interpreter.State(property[\"value\"], state.scope);\n }\n for (var key in state.properties_) {\n var kinds = state.properties_[key];\n if (\"get\" in kinds || \"set\" in kinds) {\n // Set a property with a getter or setter.\n var descriptor = {\n configurable: true,\n enumerable: true,\n get: kinds[\"get\"],\n set: kinds[\"set\"],\n };\n this.setProperty(state.object_, key, null, descriptor);\n } else {\n // Set a normal property with a value.\n this.setProperty(state.object_, key, kinds[\"init\"]);\n }\n }\n stack.pop();\n stack[stack.length - 1].value = state.object_;\n};\n\nInterpreter.prototype[\"stepProgram\"] = function (stack, state, node) {\n var expression = node[\"body\"].shift();\n if (expression) {\n state.done = false;\n return new Interpreter.State(expression, state.scope);\n }\n state.done = true;\n // Don't pop the stateStack.\n // Leave the root scope on the tree in case the program is appended to.\n};\n\nInterpreter.prototype[\"stepReturnStatement\"] = function (stack, state, node) {\n if (node[\"argument\"] && !state.done_) {\n state.done_ = true;\n return new Interpreter.State(node[\"argument\"], state.scope);\n }\n this.unwind(Interpreter.Completion.RETURN, state.value, undefined);\n};\n\nInterpreter.prototype[\"stepSequenceExpression\"] = function (stack, state, node) {\n var n = state.n_ || 0;\n var expression = node[\"expressions\"][n];\n if (expression) {\n state.n_ = n + 1;\n return new Interpreter.State(expression, state.scope);\n }\n stack.pop();\n stack[stack.length - 1].value = state.value;\n};\n\nInterpreter.prototype[\"stepSwitchStatement\"] = function (stack, state, node) {\n if (!state.test_) {\n state.test_ = 1;\n return new Interpreter.State(node[\"discriminant\"], state.scope);\n }\n if (state.test_ === 1) {\n state.test_ = 2;\n // Preserve switch value between case tests.\n state.switchValue_ = state.value;\n state.defaultCase_ = -1;\n }\n\n while (true) {\n var index = state.index_ || 0;\n var switchCase = node[\"cases\"][index];\n if (!state.matched_ && switchCase && !switchCase[\"test\"]) {\n // Test on the default case is null.\n // Bypass (but store) the default case, and get back to it later.\n state.defaultCase_ = index;\n state.index_ = index + 1;\n continue;\n }\n if (!switchCase && !state.matched_ && state.defaultCase_ !== -1) {\n // Ran through all cases, no match. Jump to the default.\n state.matched_ = true;\n state.index_ = state.defaultCase_;\n continue;\n }\n if (switchCase) {\n if (!state.matched_ && !state.tested_ && switchCase[\"test\"]) {\n state.tested_ = true;\n return new Interpreter.State(switchCase[\"test\"], state.scope);\n }\n if (state.matched_ || state.value === state.switchValue_) {\n state.matched_ = true;\n var n = state.n_ || 0;\n if (switchCase[\"consequent\"][n]) {\n state.isSwitch = true;\n state.n_ = n + 1;\n return new Interpreter.State(switchCase[\"consequent\"][n], state.scope);\n }\n }\n // Move on to next case.\n state.tested_ = false;\n state.n_ = 0;\n state.index_ = index + 1;\n } else {\n stack.pop();\n return;\n }\n }\n};\n\nInterpreter.prototype[\"stepThisExpression\"] = function (stack, state, node) {\n stack.pop();\n stack[stack.length - 1].value = this.getValueFromScope(\"this\", node);\n};\n\nInterpreter.prototype[\"stepThrowStatement\"] = function (stack, state, node) {\n if (!state.done_) {\n state.done_ = true;\n return new Interpreter.State(node[\"argument\"], state.scope);\n } else {\n this.throwException(state.value);\n }\n};\n\nInterpreter.prototype[\"stepTryStatement\"] = function (stack, state, node) {\n if (!state.doneBlock_) {\n state.doneBlock_ = true;\n return new Interpreter.State(node[\"block\"], state.scope);\n }\n if (state.cv && state.cv.type === Interpreter.Completion.THROW && !state.doneHandler_ && node[\"handler\"]) {\n state.doneHandler_ = true;\n var nextState = new Interpreter.State(node[\"handler\"], state.scope);\n nextState.throwValue = state.cv.value;\n state.cv = undefined; // This error has been handled, don't rethrow.\n return nextState;\n }\n if (!state.doneFinalizer_ && node[\"finalizer\"]) {\n state.doneFinalizer_ = true;\n return new Interpreter.State(node[\"finalizer\"], state.scope);\n }\n stack.pop();\n if (state.cv) {\n // There was no catch handler, or the catch/finally threw an error.\n // Throw the error up to a higher try.\n this.unwind(state.cv.type, state.cv.value, state.cv.label);\n }\n};\n\nInterpreter.prototype[\"stepUnaryExpression\"] = function (stack, state, node) {\n if (!state.done_) {\n state.done_ = true;\n var nextState = new Interpreter.State(node[\"argument\"], state.scope);\n nextState.components = node[\"operator\"] === \"delete\";\n return nextState;\n }\n stack.pop();\n var value = state.value;\n if (node[\"operator\"] === \"-\") {\n value = -value;\n } else if (node[\"operator\"] === \"+\") {\n value = +value;\n } else if (node[\"operator\"] === \"!\") {\n value = !value;\n } else if (node[\"operator\"] === \"~\") {\n value = ~value;\n } else if (node[\"operator\"] === \"delete\") {\n var result = true;\n // If value is not an array, then it is a primitive, or some other value.\n // If so, skip the delete and return true.\n if (Array.isArray(value)) {\n var obj = value[0];\n if (obj === Interpreter.SCOPE_REFERENCE) {\n // 'delete foo;' is the same as 'delete window.foo'.\n obj = state.scope;\n }\n var name = String(value[1]);\n try {\n delete obj.properties[name];\n } catch (e) {\n if (state.scope.strict) {\n this.throwException(this.TYPE_ERROR, \"Cannot delete property '\" + name + \"' of '\" + obj + \"'\");\n } else {\n result = false;\n }\n }\n }\n value = result;\n } else if (node[\"operator\"] === \"typeof\") {\n value = value && value.class === \"Function\" ? \"function\" : typeof value;\n } else if (node[\"operator\"] === \"void\") {\n value = undefined;\n } else {\n throw SyntaxError(\"Unknown unary operator: \" + node[\"operator\"]);\n }\n stack[stack.length - 1].value = value;\n};\n\nInterpreter.prototype[\"stepUpdateExpression\"] = function (stack, state, node) {\n if (!state.doneLeft_) {\n state.doneLeft_ = true;\n var nextState = new Interpreter.State(node[\"argument\"], state.scope);\n nextState.components = true;\n return nextState;\n }\n if (!state.leftSide_) {\n state.leftSide_ = state.value;\n }\n if (state.doneGetter_) {\n state.leftValue_ = state.value;\n }\n if (!state.doneGetter_) {\n var leftValue = this.getValue(state.leftSide_, node);\n state.leftValue_ = leftValue;\n if (leftValue && typeof leftValue === \"object\" && leftValue.isGetter) {\n // Clear the getter flag and call the getter function.\n leftValue.isGetter = false;\n state.doneGetter_ = true;\n var func = /** @type {!Interpreter.Object} */ (leftValue);\n return this.createGetter_(func, state.leftSide_);\n }\n }\n if (state.doneSetter_) {\n // Return if setter function.\n // Setter method on property has completed.\n // Ignore its return value, and use the original set value instead.\n stack.pop();\n stack[stack.length - 1].value = state.setterValue_;\n return;\n }\n var leftValue = Number(state.leftValue_);\n var changeValue;\n if (node[\"operator\"] === \"++\") {\n changeValue = leftValue + 1;\n } else if (node[\"operator\"] === \"--\") {\n changeValue = leftValue - 1;\n } else {\n throw SyntaxError(\"Unknown update expression: \" + node[\"operator\"]);\n }\n var returnValue = node[\"prefix\"] ? changeValue : leftValue;\n var setter = this.setValue(state.leftSide_, changeValue);\n if (setter) {\n state.doneSetter_ = true;\n state.setterValue_ = returnValue;\n return this.createSetter_(setter, state.leftSide_, changeValue);\n }\n // Return if no setter function.\n stack.pop();\n stack[stack.length - 1].value = returnValue;\n};\n\nInterpreter.prototype[\"stepVariableDeclaration\"] = function (stack, state, node) {\n var declarations = node[\"declarations\"];\n var n = state.n_ || 0;\n var declarationNode = declarations[n];\n if (state.init_ && declarationNode) {\n // This setValue call never needs to deal with calling a setter function.\n // Note that this is setting the init value, not defining the variable.\n // Variable definition is done when scope is populated.\n this.setValueToScope(declarationNode[\"id\"][\"name\"], state.value);\n state.init_ = false;\n declarationNode = declarations[++n];\n }\n while (declarationNode) {\n // Skip any declarations that are not initialized. They have already\n // been defined as undefined in populateScope_.\n if (declarationNode[\"init\"]) {\n state.n_ = n;\n state.init_ = true;\n return new Interpreter.State(declarationNode[\"init\"], state.scope);\n }\n declarationNode = declarations[++n];\n }\n stack.pop();\n};\n\nInterpreter.prototype[\"stepWithStatement\"] = function (stack, state, node) {\n if (!state.doneObject_) {\n state.doneObject_ = true;\n return new Interpreter.State(node[\"object\"], state.scope);\n } else if (!state.doneBody_) {\n state.doneBody_ = true;\n var scope = this.createSpecialScope(state.scope, state.value);\n return new Interpreter.State(node[\"body\"], scope);\n } else {\n stack.pop();\n }\n};\n\nInterpreter.prototype[\"stepWhileStatement\"] = Interpreter.prototype[\"stepDoWhileStatement\"];\n\n// Preserve top-level API functions from being pruned/renamed by JS compilers.\n// Add others as needed.\n// The global object ('window' in a browser, 'global' in node.js) is 'this'.\n//this['Interpreter'] = Interpreter;\nInterpreter.prototype[\"step\"] = Interpreter.prototype.step;\nInterpreter.prototype[\"run\"] = Interpreter.prototype.run;\nInterpreter.prototype[\"appendCode\"] = Interpreter.prototype.appendCode;\nInterpreter.prototype[\"createObject\"] = Interpreter.prototype.createObject;\nInterpreter.prototype[\"createObjectProto\"] = Interpreter.prototype.createObjectProto;\nInterpreter.prototype[\"createAsyncFunction\"] = Interpreter.prototype.createAsyncFunction;\nInterpreter.prototype[\"createNativeFunction\"] = Interpreter.prototype.createNativeFunction;\nInterpreter.prototype[\"getProperty\"] = Interpreter.prototype.getProperty;\nInterpreter.prototype[\"setProperty\"] = Interpreter.prototype.setProperty;\nInterpreter.prototype[\"nativeToPseudo\"] = Interpreter.prototype.nativeToPseudo;\nInterpreter.prototype[\"pseudoToNative\"] = Interpreter.prototype.pseudoToNative;\n// Obsolete. Do not use.\nInterpreter.prototype[\"createPrimitive\"] = function (x) {\n return x;\n};\n\nexport { Interpreter };\n","import $ from \"jquery\";\nimport { vsprintf, sprintf } from \"sprintf-js\";\nimport { WorkerScriptStartStopEventEmitter } from \"./Netscript/WorkerScriptStartStopEventEmitter\";\nimport { BitNodeMultipliers } from \"./BitNode/BitNodeMultipliers\";\nimport { CONSTANTS } from \"./Constants\";\nimport {\n calculateHackingChance,\n calculateHackingExpGain,\n calculatePercentMoneyHacked,\n calculateHackingTime,\n calculateGrowTime,\n calculateWeakenTime,\n} from \"./Hacking\";\nimport { netscriptCanGrow, netscriptCanWeaken } from \"./Hacking/netscriptCanHack\";\nimport { Terminal } from \"./Terminal\";\nimport { Player } from \"@player\";\nimport { Programs } from \"./Programs/Programs\";\nimport { Script } from \"./Script/Script\";\nimport { isScriptFilename } from \"./Script/isScriptFilename\";\nimport { PromptEvent } from \"./ui/React/PromptManager\";\nimport { GetServer, DeleteServer, AddToAllServers, createUniqueRandomIp } from \"./Server/AllServers\";\nimport {\n getServerOnNetwork,\n numCycleForGrowth,\n numCycleForGrowthCorrected,\n processSingleServerGrowth,\n safelyCreateUniqueServer,\n} from \"./Server/ServerHelpers\";\nimport {\n getPurchasedServerUpgradeCost,\n getPurchaseServerCost,\n getPurchaseServerLimit,\n getPurchaseServerMaxRam,\n renamePurchasedServer,\n upgradePurchasedServer,\n} from \"./Server/ServerPurchases\";\nimport { Server } from \"./Server/Server\";\nimport { influenceStockThroughServerGrow } from \"./StockMarket/PlayerInfluencing\";\nimport { isValidFilePath, removeLeadingSlash } from \"./Terminal/DirectoryHelpers\";\nimport { TextFile, getTextFile, createTextFile } from \"./TextFile\";\nimport { runScriptFromScript } from \"./NetscriptWorker\";\nimport { killWorkerScript } from \"./Netscript/killWorkerScript\";\nimport { workerScripts } from \"./Netscript/WorkerScripts\";\nimport { WorkerScript } from \"./Netscript/WorkerScript\";\nimport { helpers } from \"./Netscript/NetscriptHelpers\";\nimport { numeralWrapper } from \"./ui/numeralFormat\";\nimport { convertTimeMsToTimeElapsedString } from \"./utils/StringHelperFunctions\";\nimport { LogBoxEvents, LogBoxCloserEvents, LogBoxPositionEvents, LogBoxSizeEvents } from \"./ui/React/LogBoxManager\";\nimport { arrayToString } from \"./utils/helpers/arrayToString\";\nimport { isString } from \"./utils/helpers/isString\";\nimport { NetscriptGang } from \"./NetscriptFunctions/Gang\";\nimport { NetscriptSleeve } from \"./NetscriptFunctions/Sleeve\";\nimport { NetscriptExtra } from \"./NetscriptFunctions/Extra\";\nimport { NetscriptHacknet } from \"./NetscriptFunctions/Hacknet\";\nimport { NetscriptStanek } from \"./NetscriptFunctions/Stanek\";\nimport { NetscriptInfiltration } from \"./NetscriptFunctions/Infiltration\";\nimport { NetscriptUserInterface } from \"./NetscriptFunctions/UserInterface\";\nimport { NetscriptBladeburner } from \"./NetscriptFunctions/Bladeburner\";\nimport { NetscriptCodingContract } from \"./NetscriptFunctions/CodingContract\";\nimport { NetscriptCorporation } from \"./NetscriptFunctions/Corporation\";\nimport { NetscriptFormulas } from \"./NetscriptFunctions/Formulas\";\nimport { NetscriptStockMarket } from \"./NetscriptFunctions/StockMarket\";\nimport { NetscriptGrafting } from \"./NetscriptFunctions/Grafting\";\nimport { IPort } from \"./NetscriptPort\";\nimport {\n NS,\n Player as INetscriptPlayer,\n RecentScript as IRecentScript,\n BasicHGWOptions,\n ProcessInfo,\n HackingMultipliers,\n HacknetMultipliers,\n BitNodeMultipliers as IBNMults,\n Server as IServerDef,\n RunningScript as IRunningScriptDef,\n} from \"./ScriptEditor/NetscriptDefinitions\";\nimport { NetscriptSingularity } from \"./NetscriptFunctions/Singularity\";\n\nimport { dialogBoxCreate } from \"./ui/React/DialogBox\";\nimport { SnackbarEvents, ToastVariant } from \"./ui/React/Snackbar\";\nimport { checkEnum } from \"./utils/helpers/checkEnum\";\n\nimport { Flags } from \"./NetscriptFunctions/Flags\";\nimport { calculateIntelligenceBonus } from \"./PersonObjects/formulas/intelligence\";\nimport { CalculateShareMult, StartSharing } from \"./NetworkShare/Share\";\nimport { recentScripts } from \"./Netscript/RecentScripts\";\nimport { InternalAPI, NetscriptContext, wrapAPI } from \"./Netscript/APIWrapper\";\nimport { INetscriptExtra } from \"./NetscriptFunctions/Extra\";\nimport { ScriptDeath } from \"./Netscript/ScriptDeath\";\n\n// \"Enums\" as object\nexport const enums = {\n toast: ToastVariant,\n} as const;\nexport type NSFull = Readonly;\n\nexport function NetscriptFunctions(workerScript: WorkerScript): NSFull {\n return wrapAPI(workerScript, ns, workerScript.args.slice());\n}\n\nconst base: InternalAPI = {\n args: [],\n //The next line will error if enums does not match the definition in NetscriptDefinitions.d.ts\n enums,\n singularity: NetscriptSingularity(),\n gang: NetscriptGang(),\n bladeburner: NetscriptBladeburner(),\n codingcontract: NetscriptCodingContract(),\n sleeve: NetscriptSleeve(),\n corporation: NetscriptCorporation(),\n stanek: NetscriptStanek(),\n infiltration: NetscriptInfiltration(),\n ui: NetscriptUserInterface(),\n formulas: NetscriptFormulas(),\n stock: NetscriptStockMarket(),\n grafting: NetscriptGrafting(),\n hacknet: NetscriptHacknet(),\n sprintf: () => sprintf,\n vsprintf: () => vsprintf,\n scan:\n (ctx: NetscriptContext) =>\n (_hostname: unknown = ctx.workerScript.hostname): string[] => {\n const hostname = helpers.string(ctx, \"hostname\", _hostname);\n const server = helpers.getServer(ctx, hostname);\n const out = [];\n for (let i = 0; i < server.serversOnNetwork.length; i++) {\n const s = getServerOnNetwork(server, i);\n if (s === null) continue;\n const entry = s.hostname;\n if (entry === null) continue;\n out.push(entry);\n }\n helpers.log(ctx, () => `returned ${server.serversOnNetwork.length} connections for ${server.hostname}`);\n return out;\n },\n hack:\n (ctx: NetscriptContext) =>\n (_hostname: unknown, { threads: requestedThreads, stock }: BasicHGWOptions = {}): Promise => {\n const hostname = helpers.string(ctx, \"hostname\", _hostname);\n return helpers.hack(ctx, hostname, false, { threads: requestedThreads, stock: stock });\n },\n hackAnalyzeThreads:\n (ctx: NetscriptContext) =>\n (_hostname: unknown, _hackAmount: unknown): number => {\n const hostname = helpers.string(ctx, \"hostname\", _hostname);\n const hackAmount = helpers.number(ctx, \"hackAmount\", _hackAmount);\n\n // Check argument validity\n const server = helpers.getServer(ctx, hostname);\n if (!(server instanceof Server)) {\n helpers.log(ctx, () => \"Cannot be executed on this server.\");\n return -1;\n }\n if (isNaN(hackAmount)) {\n throw helpers.makeRuntimeErrorMsg(\n ctx,\n `Invalid hackAmount argument passed into hackAnalyzeThreads: ${hackAmount}. Must be numeric.`,\n );\n }\n\n if (hackAmount < 0 || hackAmount > server.moneyAvailable) {\n return -1;\n } else if (hackAmount === 0) {\n return 0;\n }\n\n const percentHacked = calculatePercentMoneyHacked(server, Player);\n\n if (percentHacked === 0 || server.moneyAvailable === 0) {\n return 0; // To prevent returning infinity below\n }\n\n return hackAmount / Math.floor(server.moneyAvailable * percentHacked);\n },\n hackAnalyze:\n (ctx: NetscriptContext) =>\n (_hostname: unknown): number => {\n const hostname = helpers.string(ctx, \"hostname\", _hostname);\n\n const server = helpers.getServer(ctx, hostname);\n if (!(server instanceof Server)) {\n helpers.log(ctx, () => \"Cannot be executed on this server.\");\n return 0;\n }\n\n return calculatePercentMoneyHacked(server, Player);\n },\n hackAnalyzeSecurity:\n (ctx: NetscriptContext) =>\n (_threads: unknown, _hostname?: unknown): number => {\n let threads = helpers.number(ctx, \"threads\", _threads);\n if (_hostname) {\n const hostname = helpers.string(ctx, \"hostname\", _hostname);\n const server = helpers.getServer(ctx, hostname);\n if (!(server instanceof Server)) {\n helpers.log(ctx, () => \"Cannot be executed on this server.\");\n return 0;\n }\n\n const percentHacked = calculatePercentMoneyHacked(server, Player);\n\n if (percentHacked > 0) {\n // thread count is limited to the maximum number of threads needed\n threads = Math.min(threads, Math.ceil(1 / percentHacked));\n }\n }\n\n return CONSTANTS.ServerFortifyAmount * threads;\n },\n hackAnalyzeChance:\n (ctx: NetscriptContext) =>\n (_hostname: unknown): number => {\n const hostname = helpers.string(ctx, \"hostname\", _hostname);\n\n const server = helpers.getServer(ctx, hostname);\n if (!(server instanceof Server)) {\n helpers.log(ctx, () => \"Cannot be executed on this server.\");\n return 0;\n }\n\n return calculateHackingChance(server, Player);\n },\n sleep:\n (ctx: NetscriptContext) =>\n async (_time: unknown = 0): Promise => {\n const time = helpers.number(ctx, \"time\", _time);\n if (time === undefined) {\n throw helpers.makeRuntimeErrorMsg(ctx, \"Takes 1 argument.\");\n }\n helpers.log(ctx, () => `Sleeping for ${time} milliseconds`);\n return helpers.netscriptDelay(ctx, time).then(function () {\n return Promise.resolve(true);\n });\n },\n asleep: (ctx: NetscriptContext) =>\n function (_time: unknown = 0): Promise {\n const time = helpers.number(ctx, \"time\", _time);\n helpers.log(ctx, () => `Sleeping for ${time} milliseconds`);\n return new Promise((resolve) => setTimeout(() => resolve(true), time));\n },\n grow:\n (ctx: NetscriptContext) =>\n async (_hostname: unknown, { threads: requestedThreads, stock }: BasicHGWOptions = {}): Promise => {\n const hostname = helpers.string(ctx, \"hostname\", _hostname);\n const threads = helpers.resolveNetscriptRequestedThreads(\n ctx,\n requestedThreads ?? ctx.workerScript.scriptRef.threads,\n );\n\n const server = helpers.getServer(ctx, hostname);\n if (!(server instanceof Server)) {\n helpers.log(ctx, () => \"Cannot be executed on this server.\");\n return Promise.resolve(0);\n }\n\n const host = GetServer(ctx.workerScript.hostname);\n if (host === null) {\n throw new Error(\"Workerscript host is null\");\n }\n\n // No root access or skill level too low\n const canHack = netscriptCanGrow(server);\n if (!canHack.res) {\n throw helpers.makeRuntimeErrorMsg(ctx, canHack.msg || \"\");\n }\n\n const growTime = calculateGrowTime(server, Player);\n helpers.log(\n ctx,\n () =>\n `Executing on '${server.hostname}' in ${convertTimeMsToTimeElapsedString(\n growTime * 1000,\n true,\n )} (t=${numeralWrapper.formatThreads(threads)}).`,\n );\n return helpers.netscriptDelay(ctx, growTime * 1000).then(function () {\n const moneyBefore = server.moneyAvailable <= 0 ? 1 : server.moneyAvailable;\n processSingleServerGrowth(server, threads, host.cpuCores);\n const moneyAfter = server.moneyAvailable;\n ctx.workerScript.scriptRef.recordGrow(server.hostname, threads);\n const expGain = calculateHackingExpGain(server, Player) * threads;\n const logGrowPercent = moneyAfter / moneyBefore - 1;\n helpers.log(\n ctx,\n () =>\n `Available money on '${server.hostname}' grown by ${numeralWrapper.formatPercentage(\n logGrowPercent,\n 6,\n )}. Gained ${numeralWrapper.formatExp(expGain)} hacking exp (t=${numeralWrapper.formatThreads(threads)}).`,\n );\n ctx.workerScript.scriptRef.onlineExpGained += expGain;\n Player.gainHackingExp(expGain);\n if (stock) {\n influenceStockThroughServerGrow(server, moneyAfter - moneyBefore);\n }\n return Promise.resolve(moneyAfter / moneyBefore);\n });\n },\n growthAnalyze:\n (ctx: NetscriptContext) =>\n (_hostname: unknown, _growth: unknown, _cores: unknown = 1): number => {\n const hostname = helpers.string(ctx, \"hostname\", _hostname);\n const growth = helpers.number(ctx, \"growth\", _growth);\n const cores = helpers.number(ctx, \"cores\", _cores);\n\n // Check argument validity\n const server = helpers.getServer(ctx, hostname);\n if (!(server instanceof Server)) {\n helpers.log(ctx, () => \"Cannot be executed on this server.\");\n return 0;\n }\n if (typeof growth !== \"number\" || isNaN(growth) || growth < 1 || !isFinite(growth)) {\n throw helpers.makeRuntimeErrorMsg(ctx, `Invalid argument: growth must be numeric and >= 1, is ${growth}.`);\n }\n\n return numCycleForGrowth(server, Number(growth), cores);\n },\n growthAnalyzeSecurity:\n (ctx: NetscriptContext) =>\n (_threads: unknown, _hostname?: unknown, _cores: unknown = 1): number => {\n let threads = helpers.number(ctx, \"threads\", _threads);\n if (_hostname) {\n const cores = helpers.number(ctx, \"cores\", _cores);\n const hostname = helpers.string(ctx, \"hostname\", _hostname);\n const server = helpers.getServer(ctx, hostname);\n\n if (!(server instanceof Server)) {\n helpers.log(ctx, () => \"Cannot be executed on this server.\");\n return 0;\n }\n\n const maxThreadsNeeded = Math.ceil(\n numCycleForGrowthCorrected(server, server.moneyMax, server.moneyAvailable, cores),\n );\n\n threads = Math.min(threads, maxThreadsNeeded);\n }\n\n return 2 * CONSTANTS.ServerFortifyAmount * threads;\n },\n weaken:\n (ctx: NetscriptContext) =>\n async (_hostname: unknown, { threads: requestedThreads }: BasicHGWOptions = {}): Promise => {\n const hostname = helpers.string(ctx, \"hostname\", _hostname);\n const threads = helpers.resolveNetscriptRequestedThreads(\n ctx,\n requestedThreads ?? ctx.workerScript.scriptRef.threads,\n );\n if (hostname === undefined) {\n throw helpers.makeRuntimeErrorMsg(ctx, \"Takes 1 argument.\");\n }\n const server = helpers.getServer(ctx, hostname);\n if (!(server instanceof Server)) {\n helpers.log(ctx, () => \"Cannot be executed on this server.\");\n return Promise.resolve(0);\n }\n\n // No root access or skill level too low\n const canHack = netscriptCanWeaken(server);\n if (!canHack.res) {\n throw helpers.makeRuntimeErrorMsg(ctx, canHack.msg || \"\");\n }\n\n const weakenTime = calculateWeakenTime(server, Player);\n helpers.log(\n ctx,\n () =>\n `Executing on '${server.hostname}' in ${convertTimeMsToTimeElapsedString(\n weakenTime * 1000,\n true,\n )} (t=${numeralWrapper.formatThreads(threads)})`,\n );\n return helpers.netscriptDelay(ctx, weakenTime * 1000).then(function () {\n const host = GetServer(ctx.workerScript.hostname);\n if (host === null) {\n helpers.log(ctx, () => \"Server is null, did it die?\");\n return Promise.resolve(0);\n }\n const coreBonus = 1 + (host.cpuCores - 1) / 16;\n server.weaken(CONSTANTS.ServerWeakenAmount * threads * coreBonus);\n ctx.workerScript.scriptRef.recordWeaken(server.hostname, threads);\n const expGain = calculateHackingExpGain(server, Player) * threads;\n helpers.log(\n ctx,\n () =>\n `'${server.hostname}' security level weakened to ${\n server.hackDifficulty\n }. Gained ${numeralWrapper.formatExp(expGain)} hacking exp (t=${numeralWrapper.formatThreads(threads)})`,\n );\n ctx.workerScript.scriptRef.onlineExpGained += expGain;\n Player.gainHackingExp(expGain);\n return Promise.resolve(CONSTANTS.ServerWeakenAmount * threads * coreBonus);\n });\n },\n weakenAnalyze:\n (ctx: NetscriptContext) =>\n (_threads: unknown, _cores: unknown = 1): number => {\n const threads = helpers.number(ctx, \"threads\", _threads);\n const cores = helpers.number(ctx, \"cores\", _cores);\n const coreBonus = 1 + (cores - 1) / 16;\n return CONSTANTS.ServerWeakenAmount * threads * coreBonus * BitNodeMultipliers.ServerWeakenRate;\n },\n share: (ctx: NetscriptContext) => async (): Promise => {\n helpers.log(ctx, () => \"Sharing this computer.\");\n const end = StartSharing(\n ctx.workerScript.scriptRef.threads * calculateIntelligenceBonus(Player.skills.intelligence, 2),\n );\n return helpers.netscriptDelay(ctx, 10000).finally(function () {\n helpers.log(ctx, () => \"Finished sharing this computer.\");\n end();\n });\n },\n getSharePower: () => (): number => {\n return CalculateShareMult();\n },\n print:\n (ctx: NetscriptContext) =>\n (...args: unknown[]): void => {\n if (args.length === 0) {\n throw helpers.makeRuntimeErrorMsg(ctx, \"Takes at least 1 argument.\");\n }\n ctx.workerScript.print(helpers.argsToString(args));\n },\n printf:\n (ctx: NetscriptContext) =>\n (_format: unknown, ...args: unknown[]): void => {\n const format = helpers.string(ctx, \"format\", _format);\n if (typeof format !== \"string\") {\n throw helpers.makeRuntimeErrorMsg(ctx, \"First argument must be string for the format.\");\n }\n ctx.workerScript.print(vsprintf(format, args));\n },\n tprint:\n (ctx: NetscriptContext) =>\n (...args: unknown[]): void => {\n if (args.length === 0) {\n throw helpers.makeRuntimeErrorMsg(ctx, \"Takes at least 1 argument.\");\n }\n const str = helpers.argsToString(args);\n if (str.startsWith(\"ERROR\") || str.startsWith(\"FAIL\")) {\n Terminal.error(`${ctx.workerScript.scriptRef.filename}: ${str}`);\n return;\n }\n if (str.startsWith(\"SUCCESS\")) {\n Terminal.success(`${ctx.workerScript.scriptRef.filename}: ${str}`);\n return;\n }\n if (str.startsWith(\"WARN\")) {\n Terminal.warn(`${ctx.workerScript.scriptRef.filename}: ${str}`);\n return;\n }\n if (str.startsWith(\"INFO\")) {\n Terminal.info(`${ctx.workerScript.scriptRef.filename}: ${str}`);\n return;\n }\n Terminal.print(`${ctx.workerScript.scriptRef.filename}: ${str}`);\n },\n tprintf:\n (ctx: NetscriptContext) =>\n (_format: unknown, ...args: unknown[]): void => {\n const format = helpers.string(ctx, \"format\", _format);\n const str = vsprintf(format, args);\n\n if (str.startsWith(\"ERROR\") || str.startsWith(\"FAIL\")) {\n Terminal.error(`${str}`);\n return;\n }\n if (str.startsWith(\"SUCCESS\")) {\n Terminal.success(`${str}`);\n return;\n }\n if (str.startsWith(\"WARN\")) {\n Terminal.warn(`${str}`);\n return;\n }\n if (str.startsWith(\"INFO\")) {\n Terminal.info(`${str}`);\n return;\n }\n Terminal.print(`${str}`);\n },\n clearLog: (ctx: NetscriptContext) => (): void => {\n ctx.workerScript.scriptRef.clearLog();\n },\n disableLog:\n (ctx: NetscriptContext) =>\n (_fn: unknown): void => {\n const fn = helpers.string(ctx, \"fn\", _fn);\n if (fn === \"ALL\") {\n for (const fn of Object.keys(possibleLogs)) {\n ctx.workerScript.disableLogs[fn] = true;\n }\n helpers.log(ctx, () => `Disabled logging for all functions`);\n } else if (possibleLogs[fn] === undefined) {\n throw helpers.makeRuntimeErrorMsg(ctx, `Invalid argument: ${fn}.`);\n } else {\n ctx.workerScript.disableLogs[fn] = true;\n helpers.log(ctx, () => `Disabled logging for ${fn}`);\n }\n },\n enableLog:\n (ctx: NetscriptContext) =>\n (_fn: unknown): void => {\n const fn = helpers.string(ctx, \"fn\", _fn);\n if (fn === \"ALL\") {\n for (const fn of Object.keys(possibleLogs)) {\n delete ctx.workerScript.disableLogs[fn];\n }\n helpers.log(ctx, () => `Enabled logging for all functions`);\n } else if (possibleLogs[fn] === undefined) {\n throw helpers.makeRuntimeErrorMsg(ctx, `Invalid argument: ${fn}.`);\n }\n delete ctx.workerScript.disableLogs[fn];\n helpers.log(ctx, () => `Enabled logging for ${fn}`);\n },\n isLogEnabled:\n (ctx: NetscriptContext) =>\n (_fn: unknown): boolean => {\n const fn = helpers.string(ctx, \"fn\", _fn);\n if (possibleLogs[fn] === undefined) {\n throw helpers.makeRuntimeErrorMsg(ctx, `Invalid argument: ${fn}.`);\n }\n return !ctx.workerScript.disableLogs[fn];\n },\n getScriptLogs:\n (ctx: NetscriptContext) =>\n (scriptID: unknown, hostname: unknown, ...scriptArgs: unknown[]): string[] => {\n const ident = helpers.scriptIdentifier(ctx, scriptID, hostname, scriptArgs);\n const runningScriptObj = helpers.getRunningScript(ctx, ident);\n if (runningScriptObj == null) {\n helpers.log(ctx, () => helpers.getCannotFindRunningScriptErrorMessage(ident));\n return [];\n }\n\n return runningScriptObj.logs.slice();\n },\n tail:\n (ctx: NetscriptContext) =>\n (scriptID: unknown, hostname: unknown, ...scriptArgs: unknown[]): void => {\n const ident = helpers.scriptIdentifier(ctx, scriptID, hostname, scriptArgs);\n const runningScriptObj = helpers.getRunningScript(ctx, ident);\n if (runningScriptObj == null) {\n helpers.log(ctx, () => helpers.getCannotFindRunningScriptErrorMessage(ident));\n return;\n }\n\n LogBoxEvents.emit(runningScriptObj);\n },\n moveTail:\n (ctx: NetscriptContext) =>\n (_x: unknown, _y: unknown, _pid: unknown = ctx.workerScript.scriptRef.pid) => {\n const x = helpers.number(ctx, \"x\", _x);\n const y = helpers.number(ctx, \"y\", _y);\n const pid = helpers.number(ctx, \"pid\", _pid);\n LogBoxPositionEvents.emit({ pid, data: { x, y } });\n },\n resizeTail:\n (ctx: NetscriptContext) =>\n (_w: unknown, _h: unknown, _pid: unknown = ctx.workerScript.scriptRef.pid) => {\n const w = helpers.number(ctx, \"w\", _w);\n const h = helpers.number(ctx, \"h\", _h);\n const pid = helpers.number(ctx, \"pid\", _pid);\n LogBoxSizeEvents.emit({ pid, data: { w, h } });\n },\n closeTail:\n (ctx: NetscriptContext) =>\n (_pid: unknown = ctx.workerScript.scriptRef.pid): void => {\n const pid = helpers.number(ctx, \"pid\", _pid);\n //Emit an event to tell the game to close the tail window if it exists\n LogBoxCloserEvents.emit(pid);\n },\n nuke:\n (ctx: NetscriptContext) =>\n (_hostname: unknown): boolean => {\n const hostname = helpers.string(ctx, \"hostname\", _hostname);\n\n const server = helpers.getServer(ctx, hostname);\n if (!(server instanceof Server)) {\n helpers.log(ctx, () => \"Cannot be executed on this server.\");\n return false;\n }\n if (server.hasAdminRights) {\n helpers.log(ctx, () => `Already have root access to '${server.hostname}'.`);\n return true;\n }\n if (!Player.hasProgram(Programs.NukeProgram.name)) {\n throw helpers.makeRuntimeErrorMsg(ctx, \"You do not have the NUKE.exe virus!\");\n }\n if (server.openPortCount < server.numOpenPortsRequired) {\n throw helpers.makeRuntimeErrorMsg(ctx, \"Not enough ports opened to use NUKE.exe virus.\");\n }\n server.hasAdminRights = true;\n helpers.log(ctx, () => `Executed NUKE.exe virus on '${server.hostname}' to gain root access.`);\n return true;\n },\n brutessh:\n (ctx: NetscriptContext) =>\n (_hostname: unknown): boolean => {\n const hostname = helpers.string(ctx, \"hostname\", _hostname);\n const server = helpers.getServer(ctx, hostname);\n if (!(server instanceof Server)) {\n helpers.log(ctx, () => \"Cannot be executed on this server.\");\n return false;\n }\n if (!Player.hasProgram(Programs.BruteSSHProgram.name)) {\n throw helpers.makeRuntimeErrorMsg(ctx, \"You do not have the BruteSSH.exe program!\");\n }\n if (!server.sshPortOpen) {\n helpers.log(ctx, () => `Executed BruteSSH.exe on '${server.hostname}' to open SSH port (22).`);\n server.sshPortOpen = true;\n ++server.openPortCount;\n } else {\n helpers.log(ctx, () => `SSH Port (22) already opened on '${server.hostname}'.`);\n }\n return true;\n },\n ftpcrack:\n (ctx: NetscriptContext) =>\n (_hostname: unknown): boolean => {\n const hostname = helpers.string(ctx, \"hostname\", _hostname);\n if (hostname === undefined) {\n throw helpers.makeRuntimeErrorMsg(ctx, \"Takes 1 argument.\");\n }\n const server = helpers.getServer(ctx, hostname);\n if (!(server instanceof Server)) {\n helpers.log(ctx, () => \"Cannot be executed on this server.\");\n return false;\n }\n if (!Player.hasProgram(Programs.FTPCrackProgram.name)) {\n throw helpers.makeRuntimeErrorMsg(ctx, \"You do not have the FTPCrack.exe program!\");\n }\n if (!server.ftpPortOpen) {\n helpers.log(ctx, () => `Executed FTPCrack.exe on '${server.hostname}' to open FTP port (21).`);\n server.ftpPortOpen = true;\n ++server.openPortCount;\n } else {\n helpers.log(ctx, () => `FTP Port (21) already opened on '${server.hostname}'.`);\n }\n return true;\n },\n relaysmtp:\n (ctx: NetscriptContext) =>\n (_hostname: unknown): boolean => {\n const hostname = helpers.string(ctx, \"hostname\", _hostname);\n if (hostname === undefined) {\n throw helpers.makeRuntimeErrorMsg(ctx, \"Takes 1 argument.\");\n }\n const server = helpers.getServer(ctx, hostname);\n if (!(server instanceof Server)) {\n helpers.log(ctx, () => \"Cannot be executed on this server.\");\n return false;\n }\n if (!Player.hasProgram(Programs.RelaySMTPProgram.name)) {\n throw helpers.makeRuntimeErrorMsg(ctx, \"You do not have the relaySMTP.exe program!\");\n }\n if (!server.smtpPortOpen) {\n helpers.log(ctx, () => `Executed relaySMTP.exe on '${server.hostname}' to open SMTP port (25).`);\n server.smtpPortOpen = true;\n ++server.openPortCount;\n } else {\n helpers.log(ctx, () => `SMTP Port (25) already opened on '${server.hostname}'.`);\n }\n return true;\n },\n httpworm:\n (ctx: NetscriptContext) =>\n (_hostname: unknown): boolean => {\n const hostname = helpers.string(ctx, \"hostname\", _hostname);\n if (hostname === undefined) {\n throw helpers.makeRuntimeErrorMsg(ctx, \"Takes 1 argument\");\n }\n const server = helpers.getServer(ctx, hostname);\n if (!(server instanceof Server)) {\n helpers.log(ctx, () => \"Cannot be executed on this server.\");\n return false;\n }\n if (!Player.hasProgram(Programs.HTTPWormProgram.name)) {\n throw helpers.makeRuntimeErrorMsg(ctx, \"You do not have the HTTPWorm.exe program!\");\n }\n if (!server.httpPortOpen) {\n helpers.log(ctx, () => `Executed HTTPWorm.exe on '${server.hostname}' to open HTTP port (80).`);\n server.httpPortOpen = true;\n ++server.openPortCount;\n } else {\n helpers.log(ctx, () => `HTTP Port (80) already opened on '${server.hostname}'.`);\n }\n return true;\n },\n sqlinject:\n (ctx: NetscriptContext) =>\n (_hostname: unknown): boolean => {\n const hostname = helpers.string(ctx, \"hostname\", _hostname);\n if (hostname === undefined) {\n throw helpers.makeRuntimeErrorMsg(ctx, \"Takes 1 argument.\");\n }\n const server = helpers.getServer(ctx, hostname);\n if (!(server instanceof Server)) {\n helpers.log(ctx, () => \"Cannot be executed on this server.\");\n return false;\n }\n if (!Player.hasProgram(Programs.SQLInjectProgram.name)) {\n throw helpers.makeRuntimeErrorMsg(ctx, \"You do not have the SQLInject.exe program!\");\n }\n if (!server.sqlPortOpen) {\n helpers.log(ctx, () => `Executed SQLInject.exe on '${server.hostname}' to open SQL port (1433).`);\n server.sqlPortOpen = true;\n ++server.openPortCount;\n } else {\n helpers.log(ctx, () => `SQL Port (1433) already opened on '${server.hostname}'.`);\n }\n return true;\n },\n run:\n (ctx: NetscriptContext) =>\n (_scriptname: unknown, _threads: unknown = 1, ..._args: unknown[]): number => {\n const scriptname = helpers.string(ctx, \"scriptname\", _scriptname);\n const threads = helpers.number(ctx, \"threads\", _threads);\n const args = helpers.scriptArgs(ctx, _args);\n if (scriptname === undefined) {\n throw helpers.makeRuntimeErrorMsg(ctx, \"Usage: run(scriptname, [numThreads], [arg1], [arg2]...)\");\n }\n if (isNaN(threads) || threads <= 0) {\n throw helpers.makeRuntimeErrorMsg(ctx, `Invalid thread count. Must be numeric and > 0, is ${threads}`);\n }\n const scriptServer = GetServer(ctx.workerScript.hostname);\n if (scriptServer == null) {\n throw helpers.makeRuntimeErrorMsg(ctx, \"Could not find server. This is a bug. Report to dev.\");\n }\n\n return runScriptFromScript(\"run\", scriptServer, scriptname, args, ctx.workerScript, threads);\n },\n exec:\n (ctx: NetscriptContext) =>\n (_scriptname: unknown, _hostname: unknown, _threads: unknown = 1, ..._args: unknown[]): number => {\n const scriptname = helpers.string(ctx, \"scriptname\", _scriptname);\n const hostname = helpers.string(ctx, \"hostname\", _hostname);\n const threads = helpers.number(ctx, \"threads\", _threads);\n const args = helpers.scriptArgs(ctx, _args);\n if (scriptname === undefined || hostname === undefined) {\n throw helpers.makeRuntimeErrorMsg(ctx, \"Usage: exec(scriptname, server, [numThreads], [arg1], [arg2]...)\");\n }\n if (isNaN(threads) || threads <= 0) {\n throw helpers.makeRuntimeErrorMsg(ctx, `Invalid thread count. Must be numeric and > 0, is ${threads}`);\n }\n const server = helpers.getServer(ctx, hostname);\n return runScriptFromScript(\"exec\", server, scriptname, args, ctx.workerScript, threads);\n },\n spawn:\n (ctx: NetscriptContext) =>\n (_scriptname: unknown, _threads: unknown = 1, ..._args: unknown[]): void => {\n const scriptname = helpers.string(ctx, \"scriptname\", _scriptname);\n const threads = helpers.number(ctx, \"threads\", _threads);\n const args = helpers.scriptArgs(ctx, _args);\n if (!scriptname || !threads) {\n throw helpers.makeRuntimeErrorMsg(ctx, \"Usage: spawn(scriptname, threads)\");\n }\n\n const spawnDelay = 10;\n setTimeout(() => {\n if (isNaN(threads) || threads <= 0) {\n throw helpers.makeRuntimeErrorMsg(ctx, `Invalid thread count. Must be numeric and > 0, is ${threads}`);\n }\n const scriptServer = GetServer(ctx.workerScript.hostname);\n if (scriptServer == null) {\n throw helpers.makeRuntimeErrorMsg(ctx, \"Could not find server. This is a bug. Report to dev\");\n }\n\n return runScriptFromScript(\"spawn\", scriptServer, scriptname, args, ctx.workerScript, threads);\n }, spawnDelay * 1e3);\n\n helpers.log(ctx, () => `Will execute '${scriptname}' in ${spawnDelay} seconds`);\n\n if (killWorkerScript(ctx.workerScript)) {\n helpers.log(ctx, () => \"Exiting...\");\n }\n },\n kill:\n (ctx: NetscriptContext) =>\n (scriptID: unknown, hostname: unknown, ...scriptArgs: unknown[]): boolean => {\n const ident = helpers.scriptIdentifier(ctx, scriptID, hostname, scriptArgs);\n let res;\n const killByPid = typeof ident === \"number\";\n if (killByPid) {\n // Kill by pid\n res = killWorkerScript(ident);\n } else {\n // Kill by filename/hostname\n if (scriptID === undefined || hostname === undefined) {\n throw helpers.makeRuntimeErrorMsg(ctx, \"Usage: kill(scriptname, server, [arg1], [arg2]...)\");\n }\n\n const server = helpers.getServer(ctx, ident.hostname);\n const runningScriptObj = helpers.getRunningScriptByArgs(ctx, ident.scriptname, ident.hostname, ident.args);\n if (runningScriptObj == null) {\n helpers.log(ctx, () => helpers.getCannotFindRunningScriptErrorMessage(ident));\n return false;\n }\n\n res = killWorkerScript({ runningScript: runningScriptObj, hostname: server.hostname });\n }\n\n if (res) {\n if (killByPid) {\n helpers.log(ctx, () => `Killing script with PID ${ident}`);\n } else {\n helpers.log(ctx, () => `Killing '${scriptID}' on '${hostname}' with args: ${arrayToString(scriptArgs)}.`);\n }\n return true;\n } else {\n if (killByPid) {\n helpers.log(ctx, () => `No script with PID ${ident}`);\n } else {\n helpers.log(\n ctx,\n () => `No such script '${scriptID}' on '${hostname}' with args: ${arrayToString(scriptArgs)}`,\n );\n }\n return false;\n }\n },\n killall:\n (ctx: NetscriptContext) =>\n (_hostname: unknown = ctx.workerScript.hostname, _safetyguard: unknown = true): boolean => {\n const hostname = helpers.string(ctx, \"hostname\", _hostname);\n const safetyguard = !!_safetyguard;\n if (hostname === undefined) {\n throw helpers.makeRuntimeErrorMsg(ctx, \"Usage: killall(hostname, [safetyguard boolean])\");\n }\n const server = helpers.getServer(ctx, hostname);\n\n let scriptsKilled = 0;\n\n for (let i = server.runningScripts.length - 1; i >= 0; --i) {\n if (safetyguard === true && server.runningScripts[i].pid == ctx.workerScript.pid) continue;\n killWorkerScript({ runningScript: server.runningScripts[i], hostname: server.hostname });\n ++scriptsKilled;\n }\n WorkerScriptStartStopEventEmitter.emit();\n helpers.log(\n ctx,\n () => `Killing all scripts on '${server.hostname}'. May take a few minutes for the scripts to die.`,\n );\n\n return scriptsKilled > 0;\n },\n exit: (ctx: NetscriptContext) => (): never => {\n helpers.log(ctx, () => \"Exiting...\");\n killWorkerScript(ctx.workerScript);\n throw new ScriptDeath(ctx.workerScript);\n },\n scp:\n (ctx: NetscriptContext) =>\n (_files: unknown, _destination: unknown, _source: unknown = ctx.workerScript.hostname): boolean => {\n const destination = helpers.string(ctx, \"destination\", _destination);\n const source = helpers.string(ctx, \"source\", _source);\n const destServer = helpers.getServer(ctx, destination);\n const sourceServ = helpers.getServer(ctx, source);\n const files = Array.isArray(_files) ? _files : [_files];\n\n //First loop through filenames to find all errors before moving anything.\n for (const file of files) {\n // Not a string\n if (typeof file !== \"string\")\n throw helpers.makeRuntimeErrorMsg(ctx, \"files should be a string or an array of strings.\");\n\n // Invalid file name\n if (!isValidFilePath(file)) throw helpers.makeRuntimeErrorMsg(ctx, `Invalid filename: '${file}'`);\n\n // Invalid file type\n if (!file.endsWith(\".lit\") && !isScriptFilename(file) && !file.endsWith(\"txt\")) {\n throw helpers.makeRuntimeErrorMsg(ctx, \"Only works for scripts, .lit and .txt files.\");\n }\n }\n\n let noFailures = true;\n //ts detects files as any[] here even though we would have thrown in the above loop if it wasn't string[]\n for (const file of files as string[]) {\n // Scp for lit files\n if (file.endsWith(\".lit\")) {\n const sourceMessage = sourceServ.messages.find((message) => message === file);\n if (!sourceMessage) {\n helpers.log(ctx, () => `File '${file}' does not exist.`);\n noFailures = false;\n continue;\n }\n\n const destMessage = destServer.messages.find((message) => message === file);\n if (destMessage) {\n helpers.log(ctx, () => `File '${file}' was already on '${destServer?.hostname}'.`);\n continue;\n }\n\n destServer.messages.push(file);\n helpers.log(ctx, () => `File '${file}' copied over to '${destServer?.hostname}'.`);\n continue;\n }\n\n // Scp for text files\n if (file.endsWith(\".txt\")) {\n const sourceTextFile = sourceServ.textFiles.find((textFile) => textFile.fn === file);\n if (!sourceTextFile) {\n helpers.log(ctx, () => `File '${file}' does not exist.`);\n noFailures = false;\n continue;\n }\n\n const destTextFile = destServer.textFiles.find((textFile) => textFile.fn === file);\n if (destTextFile) {\n destTextFile.text = sourceTextFile.text;\n helpers.log(ctx, () => `File '${file}' overwritten on '${destServer?.hostname}'.`);\n continue;\n }\n\n const newFile = new TextFile(sourceTextFile.fn, sourceTextFile.text);\n destServer.textFiles.push(newFile);\n helpers.log(ctx, () => `File '${file}' copied over to '${destServer?.hostname}'.`);\n continue;\n }\n\n // Scp for script files\n const sourceScript = sourceServ.scripts.find((script) => script.filename === file);\n if (!sourceScript) {\n helpers.log(ctx, () => `File '${file}' does not exist.`);\n noFailures = false;\n continue;\n }\n\n // Overwrite script if it already exists\n const destScript = destServer.scripts.find((script) => script.filename === file);\n if (destScript) {\n if (destScript.code === sourceScript.code) {\n helpers.log(ctx, () => `Identical file '${file}' was already on '${destServer?.hostname}'`);\n continue;\n }\n destScript.code = sourceScript.code;\n destScript.ramUsage = destScript.ramUsage;\n destScript.markUpdated();\n helpers.log(ctx, () => `WARNING: File '${file}' overwritten on '${destServer?.hostname}'`);\n continue;\n }\n\n // Create new script if it does not already exist\n const newScript = new Script(file);\n newScript.code = sourceScript.code;\n newScript.ramUsage = sourceScript.ramUsage;\n newScript.server = destServer.hostname;\n destServer.scripts.push(newScript);\n helpers.log(ctx, () => `File '${file}' copied over to '${destServer?.hostname}'.`);\n newScript.updateRamUsage(destServer.scripts);\n }\n\n return noFailures;\n },\n ls:\n (ctx: NetscriptContext) =>\n (_hostname: unknown, _grep: unknown = \"\"): string[] => {\n const hostname = helpers.string(ctx, \"hostname\", _hostname);\n const grep = helpers.string(ctx, \"grep\", _grep);\n\n const server = helpers.getServer(ctx, hostname);\n\n // Get the grep filter, if one exists\n let filter = \"\";\n if (_grep !== undefined) {\n filter = grep.toString();\n }\n\n const allFiles = [];\n for (let i = 0; i < server.programs.length; i++) {\n if (filter) {\n if (server.programs[i].includes(filter)) {\n allFiles.push(server.programs[i]);\n }\n } else {\n allFiles.push(server.programs[i]);\n }\n }\n for (let i = 0; i < server.scripts.length; i++) {\n if (filter) {\n if (server.scripts[i].filename.includes(filter)) {\n allFiles.push(server.scripts[i].filename);\n }\n } else {\n allFiles.push(server.scripts[i].filename);\n }\n }\n for (let i = 0; i < server.messages.length; i++) {\n if (filter) {\n const msg = server.messages[i];\n if (msg.includes(filter)) {\n allFiles.push(msg);\n }\n } else {\n allFiles.push(server.messages[i]);\n }\n }\n\n for (let i = 0; i < server.textFiles.length; i++) {\n if (filter) {\n if (server.textFiles[i].fn.includes(filter)) {\n allFiles.push(server.textFiles[i].fn);\n }\n } else {\n allFiles.push(server.textFiles[i].fn);\n }\n }\n\n for (let i = 0; i < server.contracts.length; ++i) {\n if (filter) {\n if (server.contracts[i].fn.includes(filter)) {\n allFiles.push(server.contracts[i].fn);\n }\n } else {\n allFiles.push(server.contracts[i].fn);\n }\n }\n\n // Sort the files alphabetically then print each\n allFiles.sort();\n return allFiles;\n },\n getRecentScripts: () => (): IRecentScript[] => {\n return recentScripts.map((rs) => ({\n timeOfDeath: rs.timeOfDeath,\n ...helpers.createPublicRunningScript(rs.runningScript),\n }));\n },\n ps:\n (ctx: NetscriptContext) =>\n (_hostname: unknown = ctx.workerScript.hostname): ProcessInfo[] => {\n const hostname = helpers.string(ctx, \"hostname\", _hostname);\n const server = helpers.getServer(ctx, hostname);\n const processes = [];\n for (const script of server.runningScripts) {\n processes.push({\n filename: script.filename,\n threads: script.threads,\n args: script.args.slice(),\n pid: script.pid,\n });\n }\n return processes;\n },\n hasRootAccess:\n (ctx: NetscriptContext) =>\n (_hostname: unknown): boolean => {\n const hostname = helpers.string(ctx, \"hostname\", _hostname);\n\n const server = helpers.getServer(ctx, hostname);\n return server.hasAdminRights;\n },\n getHostname: (ctx: NetscriptContext) => (): string => ctx.workerScript.hostname,\n getHackingLevel: (ctx: NetscriptContext) => (): number => {\n Player.updateSkillLevels();\n helpers.log(ctx, () => `returned ${Player.skills.hacking}`);\n return Player.skills.hacking;\n },\n getHackingMultipliers: () => (): HackingMultipliers => {\n return {\n chance: Player.mults.hacking_chance,\n speed: Player.mults.hacking_speed,\n money: Player.mults.hacking_money,\n growth: Player.mults.hacking_grow,\n };\n },\n getHacknetMultipliers: () => (): HacknetMultipliers => {\n return {\n production: Player.mults.hacknet_node_money,\n purchaseCost: Player.mults.hacknet_node_purchase_cost,\n ramCost: Player.mults.hacknet_node_ram_cost,\n coreCost: Player.mults.hacknet_node_core_cost,\n levelCost: Player.mults.hacknet_node_level_cost,\n };\n },\n getBitNodeMultipliers: (ctx: NetscriptContext) => (): IBNMults => {\n if (Player.sourceFileLvl(5) <= 0 && Player.bitNodeN !== 5) {\n throw helpers.makeRuntimeErrorMsg(ctx, \"Requires Source-File 5 to run.\");\n }\n const copy = Object.assign({}, BitNodeMultipliers);\n return copy;\n },\n getServer:\n (ctx: NetscriptContext) =>\n (_hostname: unknown = ctx.workerScript.hostname): IServerDef => {\n const hostname = helpers.string(ctx, \"hostname\", _hostname);\n const server = helpers.getServer(ctx, hostname);\n const copy = Object.assign({}, server) as Server;\n // These fields should be hidden.\n copy.contracts = [];\n copy.messages = [];\n copy.runningScripts = [];\n copy.scripts = [];\n copy.textFiles = [];\n copy.programs = [];\n copy.serversOnNetwork = [];\n if (!copy.baseDifficulty) copy.baseDifficulty = 0;\n if (!copy.hackDifficulty) copy.hackDifficulty = 0;\n if (!copy.minDifficulty) copy.minDifficulty = 0;\n if (!copy.moneyAvailable) copy.moneyAvailable = 0;\n if (!copy.moneyMax) copy.moneyMax = 0;\n if (!copy.numOpenPortsRequired) copy.numOpenPortsRequired = 0;\n if (!copy.openPortCount) copy.openPortCount = 0;\n if (!copy.requiredHackingSkill) copy.requiredHackingSkill = 0;\n if (!copy.serverGrowth) copy.serverGrowth = 0;\n return copy;\n },\n getServerMoneyAvailable:\n (ctx: NetscriptContext) =>\n (_hostname: unknown): number => {\n const hostname = helpers.string(ctx, \"hostname\", _hostname);\n const server = helpers.getServer(ctx, hostname);\n if (!(server instanceof Server)) {\n helpers.log(ctx, () => \"Cannot be executed on this server.\");\n return 0;\n }\n if (helpers.failOnHacknetServer(ctx, server)) {\n return 0;\n }\n if (server.hostname == \"home\") {\n // Return player's money\n helpers.log(ctx, () => `returned player's money: ${numeralWrapper.formatMoney(Player.money)}`);\n return Player.money;\n }\n helpers.log(ctx, () => `returned ${numeralWrapper.formatMoney(server.moneyAvailable)} for '${server.hostname}'`);\n return server.moneyAvailable;\n },\n getServerSecurityLevel:\n (ctx: NetscriptContext) =>\n (_hostname: unknown): number => {\n const hostname = helpers.string(ctx, \"hostname\", _hostname);\n const server = helpers.getServer(ctx, hostname);\n if (!(server instanceof Server)) {\n helpers.log(ctx, () => \"Cannot be executed on this server.\");\n return 1;\n }\n if (helpers.failOnHacknetServer(ctx, server)) {\n return 1;\n }\n helpers.log(\n ctx,\n () => `returned ${numeralWrapper.formatServerSecurity(server.hackDifficulty)} for '${server.hostname}'`,\n );\n return server.hackDifficulty;\n },\n getServerBaseSecurityLevel:\n (ctx: NetscriptContext) =>\n (_hostname: unknown): number => {\n const hostname = helpers.string(ctx, \"hostname\", _hostname);\n helpers.log(ctx, () => `getServerBaseSecurityLevel is deprecated because it's not useful.`);\n const server = helpers.getServer(ctx, hostname);\n if (!(server instanceof Server)) {\n helpers.log(ctx, () => \"Cannot be executed on this server.\");\n return 1;\n }\n if (helpers.failOnHacknetServer(ctx, server)) {\n return 1;\n }\n helpers.log(\n ctx,\n () => `returned ${numeralWrapper.formatServerSecurity(server.baseDifficulty)} for '${server.hostname}'`,\n );\n return server.baseDifficulty;\n },\n getServerMinSecurityLevel:\n (ctx: NetscriptContext) =>\n (_hostname: unknown): number => {\n const hostname = helpers.string(ctx, \"hostname\", _hostname);\n const server = helpers.getServer(ctx, hostname);\n if (!(server instanceof Server)) {\n helpers.log(ctx, () => \"Cannot be executed on this server.\");\n return 1;\n }\n if (helpers.failOnHacknetServer(ctx, server)) {\n return 1;\n }\n helpers.log(\n ctx,\n () => `returned ${numeralWrapper.formatServerSecurity(server.minDifficulty)} for ${server.hostname}`,\n );\n return server.minDifficulty;\n },\n getServerRequiredHackingLevel:\n (ctx: NetscriptContext) =>\n (_hostname: unknown): number => {\n const hostname = helpers.string(ctx, \"hostname\", _hostname);\n const server = helpers.getServer(ctx, hostname);\n if (!(server instanceof Server)) {\n helpers.log(ctx, () => \"Cannot be executed on this server.\");\n return 1;\n }\n if (helpers.failOnHacknetServer(ctx, server)) {\n return 1;\n }\n helpers.log(\n ctx,\n () => `returned ${numeralWrapper.formatSkill(server.requiredHackingSkill)} for '${server.hostname}'`,\n );\n return server.requiredHackingSkill;\n },\n getServerMaxMoney:\n (ctx: NetscriptContext) =>\n (_hostname: unknown): number => {\n const hostname = helpers.string(ctx, \"hostname\", _hostname);\n const server = helpers.getServer(ctx, hostname);\n if (!(server instanceof Server)) {\n helpers.log(ctx, () => \"Cannot be executed on this server.\");\n return 0;\n }\n if (helpers.failOnHacknetServer(ctx, server)) {\n return 0;\n }\n helpers.log(ctx, () => `returned ${numeralWrapper.formatMoney(server.moneyMax)} for '${server.hostname}'`);\n return server.moneyMax;\n },\n getServerGrowth:\n (ctx: NetscriptContext) =>\n (_hostname: unknown): number => {\n const hostname = helpers.string(ctx, \"hostname\", _hostname);\n const server = helpers.getServer(ctx, hostname);\n if (!(server instanceof Server)) {\n helpers.log(ctx, () => \"Cannot be executed on this server.\");\n return 1;\n }\n if (helpers.failOnHacknetServer(ctx, server)) {\n return 1;\n }\n helpers.log(ctx, () => `returned ${server.serverGrowth} for '${server.hostname}'`);\n return server.serverGrowth;\n },\n getServerNumPortsRequired:\n (ctx: NetscriptContext) =>\n (_hostname: unknown): number => {\n const hostname = helpers.string(ctx, \"hostname\", _hostname);\n const server = helpers.getServer(ctx, hostname);\n if (!(server instanceof Server)) {\n helpers.log(ctx, () => \"Cannot be executed on this server.\");\n return 5;\n }\n if (helpers.failOnHacknetServer(ctx, server)) {\n return 5;\n }\n helpers.log(ctx, () => `returned ${server.numOpenPortsRequired} for '${server.hostname}'`);\n return server.numOpenPortsRequired;\n },\n getServerRam:\n (ctx: NetscriptContext) =>\n (_hostname: unknown): [number, number] => {\n const hostname = helpers.string(ctx, \"hostname\", _hostname);\n helpers.log(ctx, () => `getServerRam is deprecated in favor of getServerMaxRam / getServerUsedRam`);\n const server = helpers.getServer(ctx, hostname);\n helpers.log(\n ctx,\n () => `returned [${numeralWrapper.formatRAM(server.maxRam)}, ${numeralWrapper.formatRAM(server.ramUsed)}]`,\n );\n return [server.maxRam, server.ramUsed];\n },\n getServerMaxRam:\n (ctx: NetscriptContext) =>\n (_hostname: unknown): number => {\n const hostname = helpers.string(ctx, \"hostname\", _hostname);\n const server = helpers.getServer(ctx, hostname);\n helpers.log(ctx, () => `returned ${numeralWrapper.formatRAM(server.maxRam)}`);\n return server.maxRam;\n },\n getServerUsedRam:\n (ctx: NetscriptContext) =>\n (_hostname: unknown): number => {\n const hostname = helpers.string(ctx, \"hostname\", _hostname);\n const server = helpers.getServer(ctx, hostname);\n helpers.log(ctx, () => `returned ${numeralWrapper.formatRAM(server.ramUsed)}`);\n return server.ramUsed;\n },\n serverExists:\n (ctx: NetscriptContext) =>\n (_hostname: unknown): boolean => {\n const hostname = helpers.string(ctx, \"hostname\", _hostname);\n return GetServer(hostname) !== null;\n },\n fileExists:\n (ctx: NetscriptContext) =>\n (_filename: unknown, _hostname: unknown = ctx.workerScript.hostname): boolean => {\n const filename = helpers.string(ctx, \"filename\", _filename);\n const hostname = helpers.string(ctx, \"hostname\", _hostname);\n if (filename === undefined) {\n throw helpers.makeRuntimeErrorMsg(ctx, \"Usage: fileExists(scriptname, [server])\");\n }\n const server = helpers.getServer(ctx, hostname);\n for (let i = 0; i < server.scripts.length; ++i) {\n if (filename == server.scripts[i].filename) {\n return true;\n }\n }\n for (let i = 0; i < server.programs.length; ++i) {\n if (filename.toLowerCase() == server.programs[i].toLowerCase()) {\n return true;\n }\n }\n for (let i = 0; i < server.messages.length; ++i) {\n if (filename.toLowerCase() === server.messages[i].toLowerCase()) {\n return true;\n }\n }\n const contract = server.contracts.find((c) => c.fn.toLowerCase() === filename.toLowerCase());\n if (contract) return true;\n const txtFile = getTextFile(filename, server);\n return txtFile != null;\n },\n isRunning:\n (ctx: NetscriptContext) =>\n (fn: unknown, hostname: unknown, ...scriptArgs: unknown[]): boolean => {\n const ident = helpers.scriptIdentifier(ctx, fn, hostname, scriptArgs);\n return helpers.getRunningScript(ctx, ident) !== null;\n },\n getPurchasedServerLimit: () => (): number => {\n return getPurchaseServerLimit();\n },\n getPurchasedServerMaxRam: () => (): number => {\n return getPurchaseServerMaxRam();\n },\n getPurchasedServerCost:\n (ctx: NetscriptContext) =>\n (_ram: unknown): number => {\n const ram = helpers.number(ctx, \"ram\", _ram);\n\n const cost = getPurchaseServerCost(ram);\n if (cost === Infinity) {\n helpers.log(ctx, () => `Invalid argument: ram='${ram}'`);\n return Infinity;\n }\n\n return cost;\n },\n purchaseServer:\n (ctx: NetscriptContext) =>\n (_name: unknown, _ram: unknown): string => {\n const name = helpers.string(ctx, \"name\", _name);\n const ram = helpers.number(ctx, \"ram\", _ram);\n let hostnameStr = String(name);\n hostnameStr = hostnameStr.replace(/\\s+/g, \"\");\n if (hostnameStr == \"\") {\n helpers.log(ctx, () => `Invalid argument: hostname='${hostnameStr}'`);\n return \"\";\n }\n\n if (Player.purchasedServers.length >= getPurchaseServerLimit()) {\n helpers.log(\n ctx,\n () =>\n `You have reached the maximum limit of ${getPurchaseServerLimit()} servers. You cannot purchase any more.`,\n );\n return \"\";\n }\n\n const cost = getPurchaseServerCost(ram);\n if (cost === Infinity) {\n if (ram > getPurchaseServerMaxRam()) {\n helpers.log(ctx, () => `Invalid argument: ram='${ram}' must not be greater than getPurchaseServerMaxRam`);\n } else {\n helpers.log(ctx, () => `Invalid argument: ram='${ram}' must be a positive power of 2`);\n }\n\n return \"\";\n }\n\n if (Player.money < cost) {\n helpers.log(ctx, () => `Not enough money to purchase server. Need ${numeralWrapper.formatMoney(cost)}`);\n return \"\";\n }\n const newServ = safelyCreateUniqueServer({\n ip: createUniqueRandomIp(),\n hostname: hostnameStr,\n organizationName: \"\",\n isConnectedTo: false,\n adminRights: true,\n purchasedByPlayer: true,\n maxRam: ram,\n });\n AddToAllServers(newServ);\n\n Player.purchasedServers.push(newServ.hostname);\n const homeComputer = Player.getHomeComputer();\n homeComputer.serversOnNetwork.push(newServ.hostname);\n newServ.serversOnNetwork.push(homeComputer.hostname);\n Player.loseMoney(cost, \"servers\");\n helpers.log(\n ctx,\n () => `Purchased new server with hostname '${newServ.hostname}' for ${numeralWrapper.formatMoney(cost)}`,\n );\n return newServ.hostname;\n },\n\n getPurchasedServerUpgradeCost:\n (ctx: NetscriptContext) =>\n (_hostname: unknown, _ram: unknown): number => {\n const hostname = helpers.string(ctx, \"hostname\", _hostname);\n const ram = helpers.number(ctx, \"ram\", _ram);\n try {\n return getPurchasedServerUpgradeCost(hostname, ram);\n } catch (err) {\n helpers.log(ctx, () => String(err));\n return -1;\n }\n },\n upgradePurchasedServer:\n (ctx: NetscriptContext) =>\n (_hostname: unknown, _ram: unknown): boolean => {\n const hostname = helpers.string(ctx, \"hostname\", _hostname);\n const ram = helpers.number(ctx, \"ram\", _ram);\n try {\n upgradePurchasedServer(hostname, ram);\n return true;\n } catch (err) {\n helpers.log(ctx, () => String(err));\n return false;\n }\n },\n renamePurchasedServer:\n (ctx: NetscriptContext) =>\n (_hostname: unknown, _newName: unknown): boolean => {\n const hostname = helpers.string(ctx, \"hostname\", _hostname);\n const newName = helpers.string(ctx, \"newName\", _newName);\n try {\n renamePurchasedServer(hostname, newName);\n return true;\n } catch (err) {\n helpers.log(ctx, () => String(err));\n return false;\n }\n return false;\n },\n\n deleteServer:\n (ctx: NetscriptContext) =>\n (_name: unknown): boolean => {\n const name = helpers.string(ctx, \"name\", _name);\n let hostnameStr = String(name);\n hostnameStr = hostnameStr.replace(/\\s\\s+/g, \"\");\n const server = GetServer(hostnameStr);\n if (!(server instanceof Server)) {\n helpers.log(ctx, () => `Invalid argument: hostname='${hostnameStr}'`);\n return false;\n }\n\n if (!server.purchasedByPlayer || server.hostname === \"home\") {\n helpers.log(ctx, () => \"Cannot delete non-purchased server.\");\n return false;\n }\n\n const hostname = server.hostname;\n\n // Can't delete server you're currently connected to\n if (server.isConnectedTo) {\n helpers.log(ctx, () => \"You are currently connected to the server you are trying to delete.\");\n return false;\n }\n\n // A server cannot delete itself\n if (hostname === ctx.workerScript.hostname) {\n helpers.log(ctx, () => \"Cannot delete the server this script is running on.\");\n return false;\n }\n\n // Delete all scripts running on server\n if (server.runningScripts.length > 0) {\n helpers.log(ctx, () => `Cannot delete server '${hostname}' because it still has scripts running.`);\n return false;\n }\n\n // Delete from player's purchasedServers array\n let found = false;\n for (let i = 0; i < Player.purchasedServers.length; ++i) {\n if (hostname == Player.purchasedServers[i]) {\n found = true;\n Player.purchasedServers.splice(i, 1);\n break;\n }\n }\n\n if (!found) {\n helpers.log(\n ctx,\n () => `Could not identify server ${hostname} as a purchased server. This is a bug. Report to dev.`,\n );\n return false;\n }\n\n // Delete from all servers\n DeleteServer(hostname);\n\n // Delete from home computer\n found = false;\n const homeComputer = Player.getHomeComputer();\n for (let i = 0; i < homeComputer.serversOnNetwork.length; ++i) {\n if (hostname == homeComputer.serversOnNetwork[i]) {\n homeComputer.serversOnNetwork.splice(i, 1);\n helpers.log(ctx, () => `Deleted server '${hostnameStr}`);\n return true;\n }\n }\n // Wasn't found on home computer\n helpers.log(ctx, () => `Could not find server ${hostname} as a purchased server. This is a bug. Report to dev.`);\n return false;\n },\n getPurchasedServers: () => (): string[] => {\n const res: string[] = [];\n Player.purchasedServers.forEach(function (hostname) {\n res.push(hostname);\n });\n return res;\n },\n writePort:\n (ctx: NetscriptContext) =>\n (_port: unknown, data: unknown = \"\"): Promise => {\n const port = helpers.number(ctx, \"port\", _port);\n if (typeof data !== \"string\" && typeof data !== \"number\") {\n throw helpers.makeRuntimeErrorMsg(\n ctx,\n `Trying to write invalid data to a port: only strings and numbers are valid.`,\n );\n }\n const iport = helpers.getValidPort(ctx, port);\n return Promise.resolve(iport.write(data));\n },\n write:\n (ctx: NetscriptContext) =>\n (_filename: unknown, _data: unknown = \"\", _mode: unknown = \"a\"): void => {\n let fn = helpers.string(ctx, \"handle\", _filename);\n const data = helpers.string(ctx, \"data\", _data);\n const mode = helpers.string(ctx, \"mode\", _mode);\n if (!isValidFilePath(fn)) throw helpers.makeRuntimeErrorMsg(ctx, `Invalid filepath: ${fn}`);\n\n if (fn.lastIndexOf(\"/\") === 0) fn = removeLeadingSlash(fn);\n\n const server = helpers.getServer(ctx, ctx.workerScript.hostname);\n\n if (isScriptFilename(fn)) {\n // Write to script\n let script = ctx.workerScript.getScriptOnServer(fn, server);\n if (script == null) {\n // Create a new script\n script = new Script(fn, String(data), server.hostname, server.scripts);\n server.scripts.push(script);\n return script.updateRamUsage(server.scripts);\n }\n mode === \"w\" ? (script.code = String(data)) : (script.code += data);\n return script.updateRamUsage(server.scripts);\n } else {\n // Write to text file\n if (!fn.endsWith(\".txt\")) throw helpers.makeRuntimeErrorMsg(ctx, `Invalid filename: ${fn}`);\n const txtFile = getTextFile(fn, server);\n if (txtFile == null) {\n createTextFile(fn, String(data), server);\n return;\n }\n if (mode === \"w\") {\n txtFile.write(String(data));\n } else {\n txtFile.append(String(data));\n }\n }\n return;\n },\n tryWritePort:\n (ctx: NetscriptContext) =>\n (_port: unknown, data: unknown = \"\"): boolean => {\n const port = helpers.number(ctx, \"port\", _port);\n if (typeof data !== \"string\" && typeof data !== \"number\") {\n throw helpers.makeRuntimeErrorMsg(\n ctx,\n `Trying to write invalid data to a port: only strings and numbers are valid.`,\n );\n }\n const iport = helpers.getValidPort(ctx, port);\n return iport.tryWrite(data);\n },\n readPort:\n (ctx: NetscriptContext) =>\n (_port: unknown): unknown => {\n const port = helpers.number(ctx, \"port\", _port);\n // Read from port\n const iport = helpers.getValidPort(ctx, port);\n const x = iport.read();\n return x;\n },\n read:\n (ctx: NetscriptContext) =>\n (_filename: unknown): string => {\n const fn = helpers.string(ctx, \"filename\", _filename);\n const server = GetServer(ctx.workerScript.hostname);\n if (server == null) {\n throw helpers.makeRuntimeErrorMsg(ctx, \"Error getting Server. This is a bug. Report to dev.\");\n }\n if (isScriptFilename(fn)) {\n // Read from script\n const script = ctx.workerScript.getScriptOnServer(fn, server);\n if (script == null) {\n return \"\";\n }\n return script.code;\n } else {\n // Read from text file\n const txtFile = getTextFile(fn, server);\n if (txtFile !== null) {\n return txtFile.text;\n } else {\n return \"\";\n }\n }\n },\n peek:\n (ctx: NetscriptContext) =>\n (_port: unknown): unknown => {\n const port = helpers.number(ctx, \"port\", _port);\n const iport = helpers.getValidPort(ctx, port);\n const x = iport.peek();\n return x;\n },\n clear:\n (ctx: NetscriptContext) =>\n (_file: unknown): void => {\n const file = helpers.string(ctx, \"file\", _file);\n if (isString(file)) {\n // Clear text file\n const fn = file;\n const server = GetServer(ctx.workerScript.hostname);\n if (server == null) {\n throw helpers.makeRuntimeErrorMsg(ctx, \"Error getting Server. This is a bug. Report to dev.\");\n }\n const txtFile = getTextFile(fn, server);\n if (txtFile != null) {\n txtFile.write(\"\");\n }\n } else {\n throw helpers.makeRuntimeErrorMsg(ctx, `Invalid argument: ${file}`);\n }\n },\n clearPort:\n (ctx: NetscriptContext) =>\n (_port: unknown): void => {\n const port = helpers.number(ctx, \"port\", _port);\n // Clear port\n const iport = helpers.getValidPort(ctx, port);\n iport.clear();\n },\n getPortHandle:\n (ctx: NetscriptContext) =>\n (_port: unknown): IPort => {\n const port = helpers.number(ctx, \"port\", _port);\n const iport = helpers.getValidPort(ctx, port);\n return iport;\n },\n rm:\n (ctx: NetscriptContext) =>\n (_fn: unknown, _hostname: unknown = ctx.workerScript.hostname): boolean => {\n const fn = helpers.string(ctx, \"fn\", _fn);\n const hostname = helpers.string(ctx, \"hostname\", _hostname);\n const s = helpers.getServer(ctx, hostname);\n\n const status = s.removeFile(fn);\n if (!status.res) {\n helpers.log(ctx, () => status.msg + \"\");\n }\n\n return status.res;\n },\n scriptRunning:\n (ctx: NetscriptContext) =>\n (_scriptname: unknown, _hostname: unknown): boolean => {\n const scriptname = helpers.string(ctx, \"scriptname\", _scriptname);\n const hostname = helpers.string(ctx, \"hostname\", _hostname);\n const server = helpers.getServer(ctx, hostname);\n for (let i = 0; i < server.runningScripts.length; ++i) {\n if (server.runningScripts[i].filename == scriptname) {\n return true;\n }\n }\n return false;\n },\n scriptKill:\n (ctx: NetscriptContext) =>\n (_scriptname: unknown, _hostname: unknown): boolean => {\n const scriptname = helpers.string(ctx, \"scriptname\", _scriptname);\n const hostname = helpers.string(ctx, \"hostname\", _hostname);\n const server = helpers.getServer(ctx, hostname);\n let suc = false;\n for (let i = 0; i < server.runningScripts.length; i++) {\n if (server.runningScripts[i].filename == scriptname) {\n killWorkerScript({ runningScript: server.runningScripts[i], hostname: server.hostname });\n suc = true;\n i--;\n }\n }\n return suc;\n },\n getScriptName: (ctx: NetscriptContext) => (): string => {\n return ctx.workerScript.name;\n },\n getScriptRam:\n (ctx: NetscriptContext) =>\n (_scriptname: unknown, _hostname: unknown = ctx.workerScript.hostname): number => {\n const scriptname = helpers.string(ctx, \"scriptname\", _scriptname);\n const hostname = helpers.string(ctx, \"hostname\", _hostname);\n const server = helpers.getServer(ctx, hostname);\n for (let i = 0; i < server.scripts.length; ++i) {\n if (server.scripts[i].filename == scriptname) {\n return server.scripts[i].ramUsage;\n }\n }\n return 0;\n },\n getRunningScript:\n (ctx: NetscriptContext) =>\n (fn: unknown, hostname: unknown, ...args: unknown[]): IRunningScriptDef | null => {\n const ident = helpers.scriptIdentifier(ctx, fn, hostname, args);\n const runningScript = helpers.getRunningScript(ctx, ident);\n if (runningScript === null) return null;\n return helpers.createPublicRunningScript(runningScript);\n },\n getHackTime:\n (ctx: NetscriptContext) =>\n (_hostname: unknown = ctx.workerScript.hostname): number => {\n const hostname = helpers.string(ctx, \"hostname\", _hostname);\n const server = helpers.getServer(ctx, hostname);\n if (!(server instanceof Server)) {\n helpers.log(ctx, () => \"invalid for this kind of server\");\n return Infinity;\n }\n if (helpers.failOnHacknetServer(ctx, server)) {\n return Infinity;\n }\n\n return calculateHackingTime(server, Player) * 1000;\n },\n getGrowTime:\n (ctx: NetscriptContext) =>\n (_hostname: unknown = ctx.workerScript.hostname): number => {\n const hostname = helpers.string(ctx, \"hostname\", _hostname);\n const server = helpers.getServer(ctx, hostname);\n if (!(server instanceof Server)) {\n helpers.log(ctx, () => \"invalid for this kind of server\");\n return Infinity;\n }\n if (helpers.failOnHacknetServer(ctx, server)) {\n return Infinity;\n }\n\n return calculateGrowTime(server, Player) * 1000;\n },\n getWeakenTime:\n (ctx: NetscriptContext) =>\n (_hostname: unknown = ctx.workerScript.hostname): number => {\n const hostname = helpers.string(ctx, \"hostname\", _hostname);\n const server = helpers.getServer(ctx, hostname);\n if (!(server instanceof Server)) {\n helpers.log(ctx, () => \"invalid for this kind of server\");\n return Infinity;\n }\n if (helpers.failOnHacknetServer(ctx, server)) {\n return Infinity;\n }\n\n return calculateWeakenTime(server, Player) * 1000;\n },\n getTotalScriptIncome: () => (): [number, number] => {\n // First element is total income of all currently running scripts\n let total = 0;\n for (const script of workerScripts.values()) {\n total += script.scriptRef.onlineMoneyMade / script.scriptRef.onlineRunningTime;\n }\n\n return [total, Player.scriptProdSinceLastAug / (Player.playtimeSinceLastAug / 1000)];\n },\n getScriptIncome:\n (ctx: NetscriptContext) =>\n (fn: unknown, hostname: unknown, ...args: unknown[]): number => {\n const ident = helpers.scriptIdentifier(ctx, fn, hostname, args);\n const runningScript = helpers.getRunningScript(ctx, ident);\n if (runningScript == null) {\n helpers.log(ctx, () => helpers.getCannotFindRunningScriptErrorMessage(ident));\n return -1;\n }\n return runningScript.onlineMoneyMade / runningScript.onlineRunningTime;\n },\n getTotalScriptExpGain: () => (): number => {\n let total = 0;\n for (const ws of workerScripts.values()) {\n total += ws.scriptRef.onlineExpGained / ws.scriptRef.onlineRunningTime;\n }\n return total;\n },\n getScriptExpGain:\n (ctx: NetscriptContext) =>\n (fn: unknown, hostname: unknown, ...args: unknown[]): number => {\n const ident = helpers.scriptIdentifier(ctx, fn, hostname, args);\n const runningScript = helpers.getRunningScript(ctx, ident);\n if (runningScript == null) {\n helpers.log(ctx, () => helpers.getCannotFindRunningScriptErrorMessage(ident));\n return -1;\n }\n return runningScript.onlineExpGained / runningScript.onlineRunningTime;\n },\n nFormat:\n (ctx: NetscriptContext) =>\n (_n: unknown, _format: unknown): string => {\n const n = helpers.number(ctx, \"n\", _n);\n const format = helpers.string(ctx, \"format\", _format);\n if (isNaN(n)) {\n return \"\";\n }\n\n return numeralWrapper.format(n, format);\n },\n tFormat:\n (ctx: NetscriptContext) =>\n (_milliseconds: unknown, _milliPrecision: unknown = false): string => {\n const milliseconds = helpers.number(ctx, \"milliseconds\", _milliseconds);\n const milliPrecision = !!_milliPrecision;\n return convertTimeMsToTimeElapsedString(milliseconds, milliPrecision);\n },\n getTimeSinceLastAug: () => (): number => {\n return Player.playtimeSinceLastAug;\n },\n alert:\n (ctx: NetscriptContext) =>\n (_message: unknown): void => {\n const message = helpers.string(ctx, \"message\", _message);\n dialogBoxCreate(message, true);\n },\n toast:\n (ctx: NetscriptContext) =>\n (_message: unknown, _variant: unknown = ToastVariant.SUCCESS, _duration: unknown = 2000): void => {\n const message = helpers.string(ctx, \"message\", _message);\n const variant = helpers.string(ctx, \"variant\", _variant);\n const duration = _duration === null ? null : helpers.number(ctx, \"duration\", _duration);\n if (!checkEnum(ToastVariant, variant))\n throw new Error(`variant must be one of ${Object.values(ToastVariant).join(\", \")}`);\n SnackbarEvents.emit(message, variant as ToastVariant, duration);\n },\n prompt:\n (ctx: NetscriptContext) =>\n (_txt: unknown, options?: { type?: string; options?: string[] }): Promise => {\n const txt = helpers.string(ctx, \"txt\", _txt);\n\n return new Promise(function (resolve) {\n PromptEvent.emit({\n txt: txt,\n options,\n resolve: resolve,\n });\n });\n },\n wget:\n (ctx: NetscriptContext) =>\n async (_url: unknown, _target: unknown, _hostname: unknown = ctx.workerScript.hostname): Promise => {\n const url = helpers.string(ctx, \"url\", _url);\n const target = helpers.string(ctx, \"target\", _target);\n const hostname = helpers.string(ctx, \"hostname\", _hostname);\n if (!isScriptFilename(target) && !target.endsWith(\".txt\")) {\n helpers.log(ctx, () => `Invalid target file: '${target}'. Must be a script or text file.`);\n return Promise.resolve(false);\n }\n const s = helpers.getServer(ctx, hostname);\n return new Promise(function (resolve) {\n $.get(\n url,\n function (data) {\n let res;\n if (isScriptFilename(target)) {\n res = s.writeToScriptFile(target, data);\n } else {\n res = s.writeToTextFile(target, data);\n }\n if (!res.success) {\n helpers.log(ctx, () => \"Failed.\");\n return resolve(false);\n }\n if (res.overwritten) {\n helpers.log(ctx, () => `Successfully retrieved content and overwrote '${target}' on '${hostname}'`);\n return resolve(true);\n }\n helpers.log(ctx, () => `Successfully retrieved content to new file '${target}' on '${hostname}'`);\n return resolve(true);\n },\n \"text\",\n ).fail(function (e) {\n helpers.log(ctx, () => JSON.stringify(e));\n return resolve(false);\n });\n });\n },\n getFavorToDonate: () => (): number => {\n return Math.floor(CONSTANTS.BaseFavorToDonate * BitNodeMultipliers.RepToDonateToFaction);\n },\n getPlayer: () => (): INetscriptPlayer => {\n const data = {\n hp: JSON.parse(JSON.stringify(Player.hp)),\n skills: JSON.parse(JSON.stringify(Player.skills)),\n exp: JSON.parse(JSON.stringify(Player.exp)),\n mults: JSON.parse(JSON.stringify(Player.mults)),\n numPeopleKilled: Player.numPeopleKilled,\n money: Player.money,\n city: Player.city,\n location: Player.location,\n bitNodeN: Player.bitNodeN,\n totalPlaytime: Player.totalPlaytime,\n playtimeSinceLastAug: Player.playtimeSinceLastAug,\n playtimeSinceLastBitnode: Player.playtimeSinceLastBitnode,\n jobs: {},\n factions: Player.factions.slice(),\n tor: Player.hasTorRouter(),\n inBladeburner: Player.inBladeburner(),\n hasCorporation: Player.hasCorporation(),\n entropy: Player.entropy,\n };\n Object.assign(data.jobs, Player.jobs);\n return data;\n },\n atExit:\n (ctx: NetscriptContext) =>\n (f: unknown): void => {\n if (typeof f !== \"function\") {\n throw helpers.makeRuntimeErrorMsg(ctx, \"argument should be function\");\n }\n ctx.workerScript.atExit = () => {\n f();\n }; // Wrap the user function to prevent WorkerScript leaking as 'this'\n },\n mv:\n (ctx: NetscriptContext) =>\n (_host: unknown, _source: unknown, _destination: unknown): void => {\n const host = helpers.string(ctx, \"host\", _host);\n const source = helpers.string(ctx, \"source\", _source);\n const destination = helpers.string(ctx, \"destination\", _destination);\n\n if (!isValidFilePath(source)) throw helpers.makeRuntimeErrorMsg(ctx, `Invalid filename: '${source}'`);\n if (!isValidFilePath(destination)) throw helpers.makeRuntimeErrorMsg(ctx, `Invalid filename: '${destination}'`);\n\n const source_is_txt = source.endsWith(\".txt\");\n const dest_is_txt = destination.endsWith(\".txt\");\n\n if (!isScriptFilename(source) && !source_is_txt)\n throw helpers.makeRuntimeErrorMsg(ctx, `'mv' can only be used on scripts and text files (.txt)`);\n if (source_is_txt != dest_is_txt)\n throw helpers.makeRuntimeErrorMsg(ctx, `Source and destination files must have the same type`);\n\n if (source === destination) {\n return;\n }\n\n const destServer = helpers.getServer(ctx, host);\n\n if (!source_is_txt && destServer.isRunning(source))\n throw helpers.makeRuntimeErrorMsg(ctx, `Cannot use 'mv' on a script that is running`);\n\n interface File {\n filename: string;\n }\n\n const files = source_is_txt ? destServer.textFiles : destServer.scripts;\n let source_file: File | null = null;\n let dest_file: File | null = null;\n\n for (let i = 0; i < files.length; ++i) {\n const file = files[i];\n if (file.filename === source) {\n source_file = file;\n } else if (file.filename === destination) {\n dest_file = file;\n }\n }\n\n if (source_file == null) throw helpers.makeRuntimeErrorMsg(ctx, `Source file ${source} does not exist`);\n\n if (dest_file != null) {\n if (dest_file instanceof TextFile && source_file instanceof TextFile) {\n dest_file.text = source_file.text;\n } else if (dest_file instanceof Script && source_file instanceof Script) {\n dest_file.code = source_file.code;\n dest_file.markUpdated();\n }\n\n destServer.removeFile(source);\n } else {\n source_file.filename = destination;\n if (source_file instanceof Script) {\n source_file.markUpdated();\n }\n }\n },\n flags: Flags,\n};\n\n// add undocumented functions\nexport const ns = {\n ...base,\n ...NetscriptExtra(),\n};\n\nconst possibleLogs = Object.fromEntries([...getFunctionNames(ns, \"\")].map((a) => [a, true]));\n/** Provides an array of all function names on a nested object */\nfunction getFunctionNames(obj: object, prefix: string): string[] {\n const functionNames: string[] = [];\n for (const [key, value] of Object.entries(obj)) {\n if (key === \"args\") {\n continue;\n } else if (typeof value == \"function\") {\n functionNames.push(prefix + key);\n } else if (typeof value == \"object\") {\n functionNames.push(...getFunctionNames(value, key + \".\"));\n }\n }\n return functionNames;\n}\n","import { Typography } from \"@mui/material\";\nimport React from \"react\";\nimport makeStyles from \"@mui/styles/makeStyles\";\nimport createStyles from \"@mui/styles/createStyles\";\nimport { Theme } from \"@mui/material/styles\";\n\n// This particular eslint-disable is correct.\n// In this super specific weird case we in fact do want a regex on an ANSII character.\n// eslint-disable-next-line no-control-regex\nconst ANSI_ESCAPE = new RegExp(\"\\u{001b}\\\\[(?.*?)m\", \"ug\");\n\nconst useStyles = makeStyles((theme: Theme) =>\n createStyles({\n success: {\n whiteSpace: \"pre-wrap\",\n overflowWrap: \"anywhere\",\n margin: theme.spacing(0),\n color: theme.colors.success,\n },\n error: {\n whiteSpace: \"pre-wrap\",\n overflowWrap: \"anywhere\",\n margin: theme.spacing(0),\n color: theme.palette.error.main,\n },\n primary: {\n whiteSpace: \"pre-wrap\",\n overflowWrap: \"anywhere\",\n margin: theme.spacing(0),\n color: theme.palette.primary.main,\n },\n info: {\n whiteSpace: \"pre-wrap\",\n overflowWrap: \"anywhere\",\n margin: theme.spacing(0),\n color: theme.palette.info.main,\n },\n warning: {\n whiteSpace: \"pre-wrap\",\n overflowWrap: \"anywhere\",\n margin: theme.spacing(0),\n color: theme.palette.warning.main,\n },\n }),\n);\n\nconst lineClass = (classes: Record, s: string): string => {\n const lineClassMap: Record = {\n error: classes.error,\n success: classes.success,\n info: classes.info,\n warn: classes.warning,\n };\n return lineClassMap[s] || classes.primary;\n};\n\ninterface IProps {\n text: unknown;\n color: \"primary\" | \"error\" | \"success\" | \"info\" | \"warn\";\n}\n\nexport const ANSIITypography = React.memo((props: IProps): React.ReactElement => {\n const text = String(props.text);\n const classes = useStyles();\n const parts = [];\n\n // Build a look-alike regex match to place at the front of the matches list\n const INITIAL = {\n 0: \"\",\n index: 0,\n groups: { code: null },\n };\n const matches = [INITIAL, ...text.matchAll(ANSI_ESCAPE), null];\n if (matches.length > 2) {\n matches.slice(0, -1).forEach((m, i) => {\n const n = matches[i + 1];\n if (!m || m.index === undefined || m.groups === undefined) {\n return;\n }\n const startIndex = m.index + m[0].length;\n const stopIndex = n ? n.index : text.length;\n const partText = text.slice(startIndex, stopIndex);\n if (startIndex !== stopIndex) {\n // Don't generate \"empty\" spans\n parts.push({ code: m.groups.code, text: partText });\n }\n });\n }\n if (parts.length === 0) {\n // For example, if the string was empty or there were no escape sequence matches\n parts.push({ code: null, text: text });\n }\n return (\n \n {parts.map((part, i) => (\n \n {part.text}\n \n ))}\n \n );\n});\n\nfunction ansiCodeStyle(code: string | null): Record {\n // The ANSI colors actually have the dark color set as default and require extra work to get\n // bright colors. But these are rarely used or, if they are, are often re-mapped by the\n // terminal emulator to brighter colors. So for foreground colors we use the bright color set\n // and for background colors we use the dark color set. Of course, all colors are available\n // via the longer ESC[n8;5;c] sequence (n={3,4}, c=color). Ideally, these 8-bit maps could\n // be managed in the user preferences/theme.\n const COLOR_MAP_BRIGHT: Record = {\n 0: \"#404040\",\n 1: \"#ff0000\",\n 2: \"#00ff00\",\n 3: \"#ffff00\",\n 4: \"#0000ff\",\n 5: \"#ff00ff\",\n 6: \"#00ffff\",\n 7: \"#ffffff\",\n };\n const COLOR_MAP_DARK: Record = {\n 8: \"#000000\",\n 9: \"#800000\",\n 10: \"#008000\",\n 11: \"#808000\",\n 12: \"#000080\",\n 13: \"#800080\",\n 14: \"#008080\",\n 15: \"#c0c0c0\",\n };\n\n const ansi2rgb = (code: number): string => {\n /* eslint-disable yoda */\n if (0 <= code && code < 8) {\n // x8 RGB\n return COLOR_MAP_BRIGHT[code];\n }\n if (8 <= code && code < 16) {\n // x8 RGB - \"High Intensity\" (but here, actually the dark set)\n return COLOR_MAP_DARK[code];\n }\n if (16 <= code && code < 232) {\n // x216 RGB\n const base = code - 16;\n const ir = Math.floor(base / 36);\n const ig = Math.floor((base % 36) / 6);\n const ib = Math.floor((base % 6) / 1);\n const r = ir <= 0 ? 0 : 55 + ir * 40;\n const g = ig <= 0 ? 0 : 55 + ig * 40;\n const b = ib <= 0 ? 0 : 55 + ib * 40;\n return `rgb(${r}, ${g}, ${b})`;\n }\n if (232 <= code && code < 256) {\n // x32 greyscale\n const base = code - 232;\n const grey = base * 10 + 8;\n return `rgb(${grey}, ${grey}, ${grey})`;\n }\n // shouldn't get here (under normal circumstances), but just in case\n return \"initial\";\n };\n\n type styleKey = \"fontWeight\" | \"textDecoration\" | \"color\" | \"backgroundColor\" | \"padding\";\n const style: {\n fontWeight?: string;\n textDecoration?: string;\n color?: string;\n backgroundColor?: string;\n padding?: string;\n } = {};\n\n if (code === null || code === \"0\") {\n return style;\n }\n\n const codeParts = code\n .split(\";\")\n .map((p) => parseInt(p))\n .filter(\n (p, i, arr) =>\n // If the sequence is 38;5 (x256 foreground color) or 48;5 (x256 background color),\n // filter out the 5 so the next codePart after {38,48} is the color code.\n p != 5 || i == 0 || (arr[i - 1] != 38 && arr[i - 1] != 48),\n );\n\n let nextStyleKey: styleKey | null = null;\n codeParts.forEach((codePart) => {\n /* eslint-disable yoda */\n if (nextStyleKey !== null) {\n style[nextStyleKey] = ansi2rgb(codePart);\n nextStyleKey = null;\n }\n // Decorations\n else if (codePart == 1) {\n style.fontWeight = \"bold\";\n } else if (codePart == 4) {\n style.textDecoration = \"underline\";\n }\n // Foreground Color (x8)\n else if (30 <= codePart && codePart < 38) {\n if (COLOR_MAP_BRIGHT[codePart % 10]) {\n style.color = COLOR_MAP_BRIGHT[codePart % 10];\n }\n }\n // Background Color (x8)\n else if (40 <= codePart && codePart < 48) {\n if (COLOR_MAP_DARK[codePart % 10]) {\n style.backgroundColor = COLOR_MAP_DARK[codePart % 10];\n }\n }\n // Foreground Color (x256)\n else if (codePart == 38) {\n nextStyleKey = \"color\";\n }\n // Background Color (x256)\n else if (codePart == 48) {\n nextStyleKey = \"backgroundColor\";\n }\n });\n // If a background color is set, add slight padding to increase the background fill area.\n // This was previously display:inline-block, but that has display errors when line breaks are used.\n if (style.backgroundColor) {\n style.padding = \"0px 1px\";\n }\n return style;\n}\n","import React from \"react\";\nimport { newWorkStats, WorkStats } from \"../../Work/WorkStats\";\n\ninterface IGeneral {\n desc: JSX.Element;\n exp: WorkStats;\n}\n\nexport const GeneralActions: {\n [key: string]: IGeneral | undefined;\n} = {\n Training: {\n desc: (\n <>\n Improve your abilities at the Bladeburner unit's specialized training center. Doing this gives experience for\n all combat stats and also increases your max stamina.\n \n ),\n exp: newWorkStats({\n strExp: 30,\n defExp: 30,\n dexExp: 30,\n agiExp: 30,\n }),\n },\n\n \"Field Analysis\": {\n desc: (\n <>\n Mine and analyze Synthoid-related data. This improves the Bladeburner unit's intelligence on Synthoid locations\n and activities. Completing this action will improve the accuracy of your Synthoid population estimated in the\n current city.\n
    \n
    \n Does NOT require stamina.\n \n ),\n exp: newWorkStats({\n hackExp: 20,\n chaExp: 20,\n }),\n },\n\n Recruitment: {\n desc: (\n <>\n Attempt to recruit members for your Bladeburner team. These members can help you conduct operations.\n
    \n
    \n Does NOT require stamina.\n \n ),\n exp: newWorkStats({\n chaExp: 120,\n }),\n },\n\n Diplomacy: {\n desc: (\n <>\n Improve diplomatic relations with the Synthoid population. Completing this action will reduce the Chaos level in\n your current city.\n
    \n
    \n Does NOT require stamina.\n \n ),\n exp: newWorkStats({\n chaExp: 120,\n }),\n },\n\n \"Hyperbolic Regeneration Chamber\": {\n desc: (\n <>\n Enter cryogenic stasis using the Bladeburner division's hi-tech Regeneration Chamber. This will slowly heal your\n wounds and slightly increase your stamina.\n
    \n
    \n \n ),\n exp: newWorkStats(),\n },\n \"Incite Violence\": {\n desc: (\n <>\n Purposefully stir trouble in the synthoid community in order to gain a political edge. This will generate\n additional contracts and operations, at the cost of increased Chaos.\n \n ),\n exp: newWorkStats({\n strExp: 10,\n defExp: 10,\n dexExp: 10,\n agiExp: 10,\n chaExp: 10,\n }),\n },\n};\n","import { CompanyPositions } from \"../../Company/CompanyPositions\";\nimport { Company } from \"../../Company/Company\";\nimport { Player } from \"@player\";\nimport { WorkStats } from \"../WorkStats\";\nimport { BitNodeMultipliers } from \"../../BitNode/BitNodeMultipliers\";\nimport { CONSTANTS } from \"../../Constants\";\nimport { Person } from \"../../PersonObjects/Person\";\n\nexport const calculateCompanyWorkStats = (worker: Person, company: Company): WorkStats => {\n const companyPositionName = Player.jobs[company.name];\n const companyPosition = CompanyPositions[companyPositionName];\n\n // If player has SF-11, calculate salary multiplier from favor\n let favorMult = 1 + company.favor / 100;\n if (isNaN(favorMult)) {\n favorMult = 1;\n }\n\n let bn11Mult = 1;\n if (Player.sourceFileLvl(11) > 0) {\n bn11Mult = favorMult;\n }\n\n let jobPerformance = companyPosition.calculateJobPerformance(\n worker.skills.hacking,\n worker.skills.strength,\n worker.skills.defense,\n worker.skills.dexterity,\n worker.skills.agility,\n worker.skills.charisma,\n );\n\n jobPerformance += worker.skills.intelligence / CONSTANTS.MaxSkillLevel;\n\n return {\n money:\n companyPosition.baseSalary *\n company.salaryMultiplier *\n worker.mults.work_money *\n BitNodeMultipliers.CompanyWorkMoney *\n bn11Mult,\n reputation: jobPerformance * worker.mults.company_rep * favorMult,\n hackExp:\n companyPosition.hackingExpGain *\n company.expMultiplier *\n worker.mults.hacking_exp *\n BitNodeMultipliers.CompanyWorkExpGain,\n strExp:\n companyPosition.strengthExpGain *\n company.expMultiplier *\n worker.mults.strength_exp *\n BitNodeMultipliers.CompanyWorkExpGain,\n defExp:\n companyPosition.defenseExpGain *\n company.expMultiplier *\n worker.mults.defense_exp *\n BitNodeMultipliers.CompanyWorkExpGain,\n dexExp:\n companyPosition.dexterityExpGain *\n company.expMultiplier *\n worker.mults.dexterity_exp *\n BitNodeMultipliers.CompanyWorkExpGain,\n agiExp:\n companyPosition.agilityExpGain *\n company.expMultiplier *\n worker.mults.agility_exp *\n BitNodeMultipliers.CompanyWorkExpGain,\n chaExp:\n companyPosition.charismaExpGain *\n company.expMultiplier *\n worker.mults.charisma_exp *\n BitNodeMultipliers.CompanyWorkExpGain,\n intExp: 0,\n };\n};\n","import { ActiveFragment } from \"./ActiveFragment\";\n\nexport class BaseGift {\n fragments: ActiveFragment[];\n _width?: number;\n _height?: number;\n\n constructor(width?: number, height?: number, fragments: ActiveFragment[] = []) {\n this.fragments = fragments;\n this._width = width;\n this._height = height;\n }\n\n width(): number {\n return this._width || 4;\n }\n height(): number {\n return this._height || 4;\n }\n fragmentAt(worldX: number, worldY: number): ActiveFragment | undefined {\n for (const aFrag of this.fragments) {\n if (aFrag.fullAt(worldX, worldY)) {\n return aFrag;\n }\n }\n\n return undefined;\n }\n}\n","import { EventEmitter } from \"../utils/EventEmitter\";\nexport const StaneksGiftEvents = new EventEmitter<[]>();\n","/**\n * Metadata for constructing Location objects for all Locations\n * in the game\n */\nimport { CityName } from \"./CityNames\";\nimport { LocationName } from \"./LocationNames\";\nimport { IConstructorParams } from \"../Location\";\nimport { LocationType } from \"../LocationTypeEnum\";\n\nexport const LocationsMetadata: IConstructorParams[] = [\n {\n city: CityName.Aevum,\n infiltrationData: {\n maxClearanceLevel: 12,\n startingSecurityLevel: 8.18,\n },\n name: LocationName.AevumAeroCorp,\n types: [LocationType.Company],\n },\n {\n city: CityName.Aevum,\n infiltrationData: {\n maxClearanceLevel: 15,\n startingSecurityLevel: 8.19,\n },\n name: LocationName.AevumBachmanAndAssociates,\n types: [LocationType.Company],\n },\n {\n city: CityName.Aevum,\n infiltrationData: {\n maxClearanceLevel: 18,\n startingSecurityLevel: 9.55,\n },\n name: LocationName.AevumClarkeIncorporated,\n types: [LocationType.Company],\n },\n {\n city: CityName.Aevum,\n costMult: 3,\n expMult: 2,\n name: LocationName.AevumCrushFitnessGym,\n types: [LocationType.Gym],\n },\n {\n city: CityName.Aevum,\n infiltrationData: {\n maxClearanceLevel: 37,\n startingSecurityLevel: 17.02,\n },\n name: LocationName.AevumECorp,\n types: [LocationType.Company, LocationType.TechVendor],\n techVendorMaxRam: 512,\n techVendorMinRam: 128,\n },\n {\n city: CityName.Aevum,\n infiltrationData: {\n maxClearanceLevel: 25,\n startingSecurityLevel: 15.54,\n },\n name: LocationName.AevumFulcrumTechnologies,\n types: [LocationType.Company, LocationType.TechVendor],\n techVendorMaxRam: 1024,\n techVendorMinRam: 256,\n },\n {\n city: CityName.Aevum,\n infiltrationData: {\n maxClearanceLevel: 12,\n startingSecurityLevel: 7.89,\n },\n name: LocationName.AevumGalacticCybersystems,\n types: [LocationType.Company],\n },\n {\n city: CityName.Aevum,\n infiltrationData: {\n maxClearanceLevel: 6,\n startingSecurityLevel: 3.29,\n },\n name: LocationName.AevumNetLinkTechnologies,\n types: [LocationType.Company, LocationType.TechVendor],\n techVendorMaxRam: 64,\n techVendorMinRam: 8,\n },\n {\n city: CityName.Aevum,\n infiltrationData: {\n maxClearanceLevel: 6,\n startingSecurityLevel: 5.35,\n },\n name: LocationName.AevumPolice,\n types: [LocationType.Company],\n },\n {\n city: CityName.Aevum,\n infiltrationData: {\n maxClearanceLevel: 5,\n startingSecurityLevel: 5.02,\n },\n name: LocationName.AevumRhoConstruction,\n types: [LocationType.Company],\n },\n {\n city: CityName.Aevum,\n costMult: 10,\n expMult: 5,\n name: LocationName.AevumSnapFitnessGym,\n types: [LocationType.Gym],\n },\n {\n city: CityName.Aevum,\n costMult: 4,\n expMult: 3,\n name: LocationName.AevumSummitUniversity,\n types: [LocationType.University],\n },\n {\n city: CityName.Aevum,\n infiltrationData: {\n maxClearanceLevel: 7,\n startingSecurityLevel: 5.85,\n },\n name: LocationName.AevumWatchdogSecurity,\n types: [LocationType.Company],\n },\n {\n city: CityName.Aevum,\n name: LocationName.AevumCasino,\n types: [LocationType.Casino],\n },\n {\n city: CityName.Chongqing,\n infiltrationData: {\n maxClearanceLevel: 25,\n startingSecurityLevel: 16.25,\n },\n name: LocationName.ChongqingKuaiGongInternational,\n types: [LocationType.Company],\n },\n {\n city: CityName.Chongqing,\n infiltrationData: {\n maxClearanceLevel: 18,\n startingSecurityLevel: 12.59,\n },\n name: LocationName.ChongqingSolarisSpaceSystems,\n types: [LocationType.Company],\n },\n {\n city: CityName.Ishima,\n infiltrationData: {\n maxClearanceLevel: 12,\n startingSecurityLevel: 5.02,\n },\n name: LocationName.IshimaNovaMedical,\n types: [LocationType.Company],\n },\n {\n city: CityName.Ishima,\n infiltrationData: {\n maxClearanceLevel: 10,\n startingSecurityLevel: 3.2,\n },\n name: LocationName.IshimaOmegaSoftware,\n types: [LocationType.Company, LocationType.TechVendor],\n techVendorMaxRam: 128,\n techVendorMinRam: 4,\n },\n {\n city: CityName.Ishima,\n infiltrationData: {\n maxClearanceLevel: 25,\n startingSecurityLevel: 5.38,\n },\n name: LocationName.IshimaStormTechnologies,\n types: [LocationType.Company, LocationType.TechVendor],\n techVendorMaxRam: 512,\n techVendorMinRam: 32,\n },\n {\n city: CityName.NewTokyo,\n infiltrationData: {\n maxClearanceLevel: 17,\n startingSecurityLevel: 7.18,\n },\n name: LocationName.NewTokyoDefComm,\n types: [LocationType.Company],\n },\n {\n city: CityName.NewTokyo,\n infiltrationData: {\n maxClearanceLevel: 20,\n startingSecurityLevel: 5.9,\n },\n name: LocationName.NewTokyoGlobalPharmaceuticals,\n types: [LocationType.Company],\n },\n {\n city: CityName.NewTokyo,\n infiltrationData: {\n maxClearanceLevel: 5,\n startingSecurityLevel: 2.5,\n },\n name: LocationName.NewTokyoNoodleBar,\n types: [LocationType.Company, LocationType.Special],\n },\n {\n city: CityName.NewTokyo,\n infiltrationData: {\n maxClearanceLevel: 25,\n startingSecurityLevel: 5.52,\n },\n name: LocationName.NewTokyoVitaLife,\n types: [LocationType.Company, LocationType.Special],\n },\n {\n city: CityName.NewTokyo,\n name: LocationName.NewTokyoArcade,\n types: [LocationType.Special],\n },\n {\n city: CityName.Sector12,\n infiltrationData: {\n maxClearanceLevel: 10,\n startingSecurityLevel: 3.62,\n },\n name: LocationName.Sector12AlphaEnterprises,\n types: [LocationType.Company, LocationType.TechVendor],\n techVendorMaxRam: 8,\n techVendorMinRam: 2,\n },\n {\n city: CityName.Sector12,\n infiltrationData: {\n maxClearanceLevel: 25,\n startingSecurityLevel: 10.59,\n },\n name: LocationName.Sector12BladeIndustries,\n types: [LocationType.Company],\n },\n {\n city: CityName.Sector12,\n name: LocationName.Sector12CIA,\n types: [LocationType.Company],\n },\n {\n city: CityName.Sector12,\n infiltrationData: {\n maxClearanceLevel: 15,\n startingSecurityLevel: 4.66,\n },\n name: LocationName.Sector12CarmichaelSecurity,\n types: [LocationType.Company],\n },\n {\n city: CityName.Sector12,\n name: LocationName.Sector12CityHall,\n types: [LocationType.Special],\n },\n {\n city: CityName.Sector12,\n infiltrationData: {\n maxClearanceLevel: 12,\n startingSecurityLevel: 5.9,\n },\n name: LocationName.Sector12DeltaOne,\n types: [LocationType.Company],\n },\n {\n city: CityName.Sector12,\n name: LocationName.Sector12FoodNStuff,\n types: [LocationType.Company],\n },\n {\n city: CityName.Sector12,\n infiltrationData: {\n maxClearanceLevel: 25,\n startingSecurityLevel: 8.18,\n },\n name: LocationName.Sector12FourSigma,\n types: [LocationType.Company],\n },\n {\n city: CityName.Sector12,\n infiltrationData: {\n maxClearanceLevel: 17,\n startingSecurityLevel: 6.02,\n },\n name: LocationName.Sector12IcarusMicrosystems,\n types: [LocationType.Company],\n },\n {\n city: CityName.Sector12,\n expMult: 1,\n costMult: 1,\n name: LocationName.Sector12IronGym,\n types: [LocationType.Gym],\n },\n {\n city: CityName.Sector12,\n infiltrationData: {\n maxClearanceLevel: 5,\n startingSecurityLevel: 3.13,\n },\n name: LocationName.Sector12JoesGuns,\n types: [LocationType.Company],\n },\n {\n city: CityName.Sector12,\n infiltrationData: {\n maxClearanceLevel: 31,\n startingSecurityLevel: 16.36,\n },\n name: LocationName.Sector12MegaCorp,\n types: [LocationType.Company],\n },\n {\n city: CityName.Sector12,\n name: LocationName.Sector12NSA,\n types: [LocationType.Company, LocationType.Special],\n },\n {\n city: CityName.Sector12,\n costMult: 20,\n expMult: 10,\n name: LocationName.Sector12PowerhouseGym,\n types: [LocationType.Gym],\n },\n {\n city: CityName.Sector12,\n costMult: 3,\n expMult: 2,\n name: LocationName.Sector12RothmanUniversity,\n types: [LocationType.University],\n },\n {\n city: CityName.Sector12,\n infiltrationData: {\n maxClearanceLevel: 12,\n startingSecurityLevel: 5.9,\n },\n name: LocationName.Sector12UniversalEnergy,\n types: [LocationType.Company],\n },\n {\n city: CityName.Volhaven,\n infiltrationData: {\n maxClearanceLevel: 15,\n startingSecurityLevel: 3.59,\n },\n name: LocationName.VolhavenCompuTek,\n types: [LocationType.Company, LocationType.TechVendor],\n techVendorMaxRam: 256,\n techVendorMinRam: 8,\n },\n {\n city: CityName.Volhaven,\n infiltrationData: {\n maxClearanceLevel: 18,\n startingSecurityLevel: 7.28,\n },\n name: LocationName.VolhavenHeliosLabs,\n types: [LocationType.Company],\n },\n {\n city: CityName.Volhaven,\n infiltrationData: {\n maxClearanceLevel: 15,\n startingSecurityLevel: 4.35,\n },\n name: LocationName.VolhavenLexoCorp,\n types: [LocationType.Company],\n },\n {\n city: CityName.Volhaven,\n costMult: 7,\n expMult: 4,\n name: LocationName.VolhavenMilleniumFitnessGym,\n types: [LocationType.Gym],\n },\n {\n city: CityName.Volhaven,\n infiltrationData: {\n maxClearanceLevel: 50,\n startingSecurityLevel: 8.53,\n },\n name: LocationName.VolhavenNWO,\n types: [LocationType.Company],\n },\n {\n city: CityName.Volhaven,\n infiltrationData: {\n maxClearanceLevel: 25,\n startingSecurityLevel: 7.74,\n },\n name: LocationName.VolhavenOmniTekIncorporated,\n types: [LocationType.Company, LocationType.TechVendor],\n techVendorMaxRam: 1024,\n techVendorMinRam: 128,\n },\n {\n city: CityName.Volhaven,\n infiltrationData: {\n maxClearanceLevel: 22,\n startingSecurityLevel: 6,\n },\n name: LocationName.VolhavenOmniaCybersystems,\n types: [LocationType.Company],\n },\n {\n city: CityName.Volhaven,\n infiltrationData: {\n maxClearanceLevel: 18,\n startingSecurityLevel: 4.77,\n },\n name: LocationName.VolhavenSysCoreSecurities,\n types: [LocationType.Company],\n },\n {\n city: CityName.Volhaven,\n costMult: 5,\n expMult: 4,\n name: LocationName.VolhavenZBInstituteOfTechnology,\n types: [LocationType.University],\n },\n {\n city: null,\n name: LocationName.Hospital,\n types: [LocationType.Hospital],\n },\n {\n city: null,\n name: LocationName.Slums,\n types: [LocationType.Slums],\n },\n {\n city: null,\n name: LocationName.TravelAgency,\n types: [LocationType.TravelAgency],\n },\n {\n city: null,\n name: LocationName.WorldStockExchange,\n types: [LocationType.StockMarket],\n },\n {\n city: CityName.Chongqing,\n name: LocationName.ChongqingChurchOfTheMachineGod,\n types: [LocationType.Special],\n },\n {\n city: CityName.Ishima,\n name: LocationName.IshimaGlitch,\n types: [LocationType.Special],\n },\n];\n","import { EmployeePositions } from \"./EmployeePositions\";\nimport { CorporationConstants } from \"./data/Constants\";\nimport { getRandomInt } from \"../utils/helpers/getRandomInt\";\nimport { generateRandomString } from \"../utils/StringHelperFunctions\";\nimport { Generic_fromJSON, Generic_toJSON, IReviverValue, Reviver } from \"../utils/JSONReviver\";\nimport { Employee } from \"./Employee\";\nimport { Industry } from \"./Industry\";\nimport { Corporation } from \"./Corporation\";\n\ninterface IParams {\n loc?: string;\n size?: number;\n}\n\nexport class OfficeSpace {\n loc: string;\n size: number;\n\n minEne = 0;\n minHap = 0;\n minMor = 0;\n\n maxEne = 100;\n maxHap = 100;\n maxMor = 100;\n\n autoCoffee = false;\n autoParty = false;\n coffeeMult = 0;\n partyMult = 0;\n coffeeEmployees = 0;\n partyEmployees = 0;\n\n employees: Employee[] = [];\n employeeProd: { [key: string]: number } = {\n [EmployeePositions.Operations]: 0,\n [EmployeePositions.Engineer]: 0,\n [EmployeePositions.Business]: 0,\n [EmployeePositions.Management]: 0,\n [EmployeePositions.RandD]: 0,\n total: 0,\n };\n employeeJobs: { [key: string]: number } = {\n [EmployeePositions.Operations]: 0,\n [EmployeePositions.Engineer]: 0,\n [EmployeePositions.Business]: 0,\n [EmployeePositions.Management]: 0,\n [EmployeePositions.RandD]: 0,\n [EmployeePositions.Training]: 0,\n [EmployeePositions.Unassigned]: 0,\n };\n employeeNextJobs: { [key: string]: number } = {\n [EmployeePositions.Operations]: 0,\n [EmployeePositions.Engineer]: 0,\n [EmployeePositions.Business]: 0,\n [EmployeePositions.Management]: 0,\n [EmployeePositions.RandD]: 0,\n [EmployeePositions.Training]: 0,\n [EmployeePositions.Unassigned]: 0,\n };\n\n constructor(params: IParams = {}) {\n this.loc = params.loc ? params.loc : \"\";\n this.size = params.size ? params.size : 1;\n }\n\n atCapacity(): boolean {\n return this.employees.length >= this.size;\n }\n\n process(marketCycles = 1, corporation: Corporation, industry: Industry): number {\n // HRBuddy AutoRecruitment and training\n if (industry.hasResearch(\"HRBuddy-Recruitment\") && !this.atCapacity()) {\n const emp = this.hireRandomEmployee();\n if (industry.hasResearch(\"HRBuddy-Training\") && emp !== undefined) {\n emp.pos = EmployeePositions.Training;\n }\n }\n\n // Update employee jobs and job counts\n for (const employee of this.employees) {\n employee.pos = employee.nextPos;\n }\n this.calculateTotalEmployees();\n this.calculateNextEmployees();\n\n // Process Office properties\n this.maxEne = 100;\n this.maxHap = 100;\n this.maxMor = 100;\n\n if (industry.hasResearch(\"Go-Juice\")) {\n this.maxEne += 10;\n }\n if (industry.hasResearch(\"JoyWire\")) {\n this.maxHap += 10;\n }\n if (industry.hasResearch(\"Sti.mu\")) {\n this.maxMor += 10;\n }\n if (industry.hasResearch(\"AutoBrew\")) {\n this.autoCoffee = true;\n }\n if (industry.hasResearch(\"AutoPartyManager\")) {\n this.autoParty = true;\n }\n\n // Calculate changes in Morale/Happiness/Energy for Employees\n let perfMult = 1; //Multiplier for employee morale/happiness/energy based on company performance\n if (corporation.funds < 0 && industry.lastCycleRevenue < 0) {\n perfMult = Math.pow(0.99, marketCycles);\n } else if (corporation.funds > 0 && industry.lastCycleRevenue > 0) {\n perfMult = Math.pow(1.01, marketCycles);\n }\n\n let totalSalary = 0;\n for (const employee of this.employees) {\n const salary = employee.process(marketCycles);\n totalSalary += salary;\n\n if (this.autoCoffee) {\n employee.ene = this.maxEne;\n } else if (this.coffeeMult > 1) {\n const mult = 1 + ((this.coffeeMult - 1) * this.employees.length) / this.coffeeEmployees;\n employee.ene *= mult;\n } else {\n employee.ene *= perfMult;\n }\n\n if (this.autoParty) {\n employee.mor = this.maxMor;\n employee.hap = this.maxHap;\n } else if (this.partyMult > 1) {\n const mult = 1 + ((this.partyMult - 1) * this.employees.length) / this.partyEmployees;\n employee.mor *= mult;\n employee.hap *= mult;\n } else {\n employee.mor *= perfMult;\n employee.hap *= perfMult;\n }\n\n employee.ene = Math.max(Math.min(employee.ene, this.maxEne), this.minEne);\n employee.mor = Math.max(Math.min(employee.mor, this.maxMor), this.minMor);\n employee.hap = Math.max(Math.min(employee.hap, this.maxHap), this.minHap);\n }\n\n this.coffeeMult = 0;\n this.partyMult = 0;\n this.coffeeEmployees = 0;\n this.partyEmployees = 0;\n\n this.calculateEmployeeProductivity(corporation, industry);\n return totalSalary;\n }\n\n calculateNextEmployees(): void {\n //Reset\n for (const name of Object.keys(this.employeeNextJobs)) {\n this.employeeNextJobs[name] = 0;\n }\n\n for (let i = 0; i < this.employees.length; ++i) {\n const employee = this.employees[i];\n this.employeeNextJobs[employee.nextPos]++;\n }\n }\n\n calculateTotalEmployees(): void {\n //Reset\n for (const name of Object.keys(this.employeeJobs)) {\n this.employeeJobs[name] = 0;\n }\n\n for (let i = 0; i < this.employees.length; ++i) {\n const employee = this.employees[i];\n this.employeeJobs[employee.pos]++;\n }\n }\n\n calculateEmployeeProductivity(corporation: Corporation, industry: Industry): void {\n //Reset\n for (const name of Object.keys(this.employeeProd)) {\n this.employeeProd[name] = 0;\n }\n\n let total = 0;\n for (let i = 0; i < this.employees.length; ++i) {\n const employee = this.employees[i];\n const prod = employee.calculateProductivity(corporation, industry);\n this.employeeProd[employee.pos] += prod;\n total += prod;\n }\n this.employeeProd.total = total;\n }\n\n hireRandomEmployee(): Employee | undefined {\n if (this.atCapacity()) return;\n if (document.getElementById(\"cmpy-mgmt-hire-employee-popup\") != null) return;\n\n //Generate three random employees (meh, decent, amazing)\n const int = getRandomInt(50, 100),\n cha = getRandomInt(50, 100),\n exp = getRandomInt(50, 100),\n cre = getRandomInt(50, 100),\n eff = getRandomInt(50, 100),\n sal = CorporationConstants.EmployeeSalaryMultiplier * (int + cha + exp + cre + eff);\n\n const emp = new Employee({\n intelligence: int,\n charisma: cha,\n experience: exp,\n creativity: cre,\n efficiency: eff,\n salary: sal,\n });\n\n const name = generateRandomString(7);\n\n for (let i = 0; i < this.employees.length; ++i) {\n if (this.employees[i].name === name) {\n return this.hireRandomEmployee();\n }\n }\n emp.name = name;\n this.employees.push(emp);\n\n this.calculateTotalEmployees();\n this.calculateNextEmployees();\n return emp;\n }\n\n assignSingleJob(employee: Employee, job: string): void {\n employee.nextPos = job;\n this.calculateNextEmployees();\n }\n\n autoAssignJob(job: string, target: number): boolean {\n let count = this.employeeNextJobs[job];\n\n for (const employee of this.employees) {\n if (count === target) {\n break;\n } else if (employee.nextPos === EmployeePositions.Unassigned && count <= target) {\n employee.nextPos = job;\n count++;\n } else if (employee.nextPos === job && count >= target) {\n employee.nextPos = EmployeePositions.Unassigned;\n count--;\n }\n }\n\n this.calculateNextEmployees();\n return count === target;\n }\n\n getCoffeeCost(): number {\n return 500e3 * this.employees.length;\n }\n\n setCoffee(mult = 1.05): boolean {\n if (mult > 1 && this.coffeeMult === 0 && !this.autoCoffee && this.employees.length > 0) {\n this.coffeeMult = mult;\n this.coffeeEmployees = this.employees.length;\n return true;\n }\n\n return false;\n }\n\n setParty(mult: number): boolean {\n if (mult > 1 && this.partyMult === 0 && !this.autoParty && this.employees.length > 0) {\n this.partyMult = mult;\n this.partyEmployees = this.employees.length;\n return true;\n }\n\n return false;\n }\n\n toJSON(): IReviverValue {\n return Generic_toJSON(\"OfficeSpace\", this);\n }\n\n static fromJSON(value: IReviverValue): OfficeSpace {\n return Generic_fromJSON(OfficeSpace, value.data);\n }\n}\n\nReviver.constructors.OfficeSpace = OfficeSpace;\n","import { Material } from \"./Material\";\nimport { Corporation } from \"./Corporation\";\nimport { Industry } from \"./Industry\";\nimport { MaterialSizes } from \"./MaterialSizes\";\nimport { Generic_fromJSON, Generic_toJSON, IReviverValue, Reviver } from \"../utils/JSONReviver\";\nimport { exceptionAlert } from \"../utils/helpers/exceptionAlert\";\n\ninterface IConstructorParams {\n corp?: Corporation;\n industry?: Industry;\n loc?: string;\n size?: number;\n}\n\nexport class Warehouse {\n // Warehouse's level, which affects its maximum size\n level = 1;\n\n // City that this Warehouse is in\n loc: string;\n\n // Map of Materials held by this Warehouse\n materials: Record;\n\n // Maximum amount warehouse can hold\n size: number;\n\n // Amount of space currently used by warehouse\n sizeUsed = 0;\n\n // Whether Smart Supply is enabled for this Industry (the Industry that this Warehouse is for)\n smartSupplyEnabled = false;\n\n // Decide if smart supply should use the materials already in the warehouse when deciding on the amount to buy.\n smartSupplyUseLeftovers: { [key: string]: boolean | undefined } = {};\n\n // Stores the amount of product to be produced. Used for Smart Supply unlock.\n // The production tracked by smart supply is always based on the previous cycle,\n // so it will always trail the \"true\" production by 1 cycle\n smartSupplyStore = 0;\n\n constructor(params: IConstructorParams = {}) {\n this.loc = params.loc ? params.loc : \"\";\n this.size = params.size ? params.size : 0;\n\n this.materials = {\n Water: new Material({ name: \"Water\" }),\n Energy: new Material({ name: \"Energy\" }),\n Food: new Material({ name: \"Food\" }),\n Plants: new Material({ name: \"Plants\" }),\n Metal: new Material({ name: \"Metal\" }),\n Hardware: new Material({ name: \"Hardware\" }),\n Chemicals: new Material({ name: \"Chemicals\" }),\n Drugs: new Material({ name: \"Drugs\" }),\n Robots: new Material({ name: \"Robots\" }),\n AICores: new Material({ name: \"AI Cores\" }),\n RealEstate: new Material({ name: \"Real Estate\" }),\n };\n\n this.smartSupplyUseLeftovers = {\n Water: true,\n Energy: true,\n Food: true,\n Plants: true,\n Metal: true,\n Hardware: true,\n Chemicals: true,\n Drugs: true,\n Robots: true,\n AICores: true,\n RealEstate: true,\n };\n\n if (params.corp && params.industry) {\n this.updateSize(params.corp, params.industry);\n }\n\n // Default smart supply to being enabled if the upgrade is unlocked\n if (params.corp?.unlockUpgrades[1]) {\n this.smartSupplyEnabled = true;\n }\n }\n\n // Re-calculate how much space is being used by this Warehouse\n updateMaterialSizeUsed(): void {\n this.sizeUsed = 0;\n for (const matName of Object.keys(this.materials)) {\n const mat = this.materials[matName];\n if (MaterialSizes.hasOwnProperty(matName)) {\n this.sizeUsed += mat.qty * MaterialSizes[matName];\n }\n }\n if (this.sizeUsed > this.size) {\n console.warn(\"Warehouse size used greater than capacity, something went wrong\");\n }\n }\n\n updateSize(corporation: Corporation, industry: Industry): void {\n try {\n this.size = this.level * 100 * corporation.getStorageMultiplier() * industry.getStorageMultiplier();\n } catch (e: unknown) {\n exceptionAlert(e);\n }\n }\n\n // Serialize the current object to a JSON save state.\n toJSON(): IReviverValue {\n return Generic_toJSON(\"Warehouse\", this);\n }\n\n // Initializes a Warehouse object from a JSON save state.\n static fromJSON(value: IReviverValue): Warehouse {\n return Generic_fromJSON(Warehouse, value.data);\n }\n}\n\nReviver.constructors.Warehouse = Warehouse;\n","import { CheckBox, CheckBoxOutlineBlank, Construction } from \"@mui/icons-material\";\nimport { Box, Button, Container, List, ListItemButton, Paper, Typography } from \"@mui/material\";\nimport React, { useEffect, useState } from \"react\";\nimport { GraftingWork } from \"../../../Work/GraftingWork\";\nimport { Augmentation } from \"../../../Augmentation/Augmentation\";\nimport { AugmentationNames } from \"../../../Augmentation/data/AugmentationNames\";\nimport { StaticAugmentations } from \"../../../Augmentation/StaticAugmentations\";\nimport { CONSTANTS } from \"../../../Constants\";\nimport { hasAugmentationPrereqs } from \"../../../Faction/FactionHelpers\";\nimport { LocationName } from \"../../../Locations/data/LocationNames\";\nimport { Locations } from \"../../../Locations/Locations\";\nimport { PurchaseAugmentationsOrderSetting } from \"../../../Settings/SettingEnums\";\nimport { Settings } from \"../../../Settings/Settings\";\nimport { Router } from \"../../../ui/GameRoot\";\nimport { ConfirmationModal } from \"../../../ui/React/ConfirmationModal\";\nimport { Money } from \"../../../ui/React/Money\";\nimport { convertTimeMsToTimeElapsedString, formatNumber } from \"../../../utils/StringHelperFunctions\";\nimport { Player } from \"@player\";\nimport { GraftableAugmentation } from \"../GraftableAugmentation\";\nimport { calculateGraftingTimeWithBonus, getGraftingAvailableAugs } from \"../GraftingHelpers\";\n\nexport const GraftableAugmentations = (): Record => {\n const gAugs: Record = {};\n for (const aug of Object.values(StaticAugmentations)) {\n const name = aug.name;\n const graftableAug = new GraftableAugmentation(aug);\n gAugs[name] = graftableAug;\n }\n return gAugs;\n};\n\nconst canGraft = (aug: GraftableAugmentation): boolean => {\n if (Player.money < aug.cost) {\n return false;\n }\n return hasAugmentationPrereqs(aug.augmentation);\n};\n\ninterface IProps {\n aug: Augmentation;\n}\n\nconst AugPreReqsChecklist = (props: IProps): React.ReactElement => {\n const aug = props.aug;\n\n return (\n \n Pre-Requisites:\n
    \n {aug.prereqs.map((preAug) => (\n \n {Player.hasAugmentation(preAug) ? : }\n {preAug}\n \n ))}\n
    \n );\n};\n\nexport const GraftingRoot = (): React.ReactElement => {\n const graftableAugmentations = useState(GraftableAugmentations())[0];\n\n const [selectedAug, setSelectedAug] = useState(getGraftingAvailableAugs()[0]);\n const [graftOpen, setGraftOpen] = useState(false);\n const selectedAugmentation = StaticAugmentations[selectedAug];\n\n const setRerender = useState(false)[1];\n function rerender(): void {\n setRerender((old) => !old);\n }\n\n const getAugsSorted = (): string[] => {\n const augs = getGraftingAvailableAugs();\n switch (Settings.PurchaseAugmentationsOrder) {\n case PurchaseAugmentationsOrderSetting.Cost:\n return augs.sort((a, b) => graftableAugmentations[a].cost - graftableAugmentations[b].cost);\n default:\n return augs;\n }\n };\n\n const switchSortOrder = (newOrder: PurchaseAugmentationsOrderSetting): void => {\n Settings.PurchaseAugmentationsOrder = newOrder;\n rerender();\n };\n\n useEffect(() => {\n const id = setInterval(rerender, 200);\n return () => clearInterval(id);\n }, []);\n\n return (\n \n \n Grafting Laboratory\n \n You find yourself in a secret laboratory, owned by a mysterious researcher.\n
    \n The scientist explains that they've been studying Augmentation grafting, the process of applying Augmentations\n without requiring a body reset.\n
    \n
    \n Through legally questionable connections, the scientist has access to a vast array of Augmentation blueprints,\n even private designs. They offer to build and graft the Augmentations to you, in exchange for both a hefty sum\n of money, and being a lab rat.\n
    \n\n \n \n Graft Augmentations\n \n \n \n \n \n {getGraftingAvailableAugs().length > 0 ? (\n \n \n {getAugsSorted().map((k, i) => (\n setSelectedAug(k)} selected={selectedAug === k}>\n \n {k}\n \n \n ))}\n \n \n \n {selectedAug}\n \n setGraftOpen(true)}\n sx={{ width: \"100%\" }}\n disabled={!canGraft(graftableAugmentations[selectedAug])}\n >\n Graft Augmentation (\n \n \n \n )\n \n setGraftOpen(false)}\n onConfirm={() => {\n Player.startWork(\n new GraftingWork({\n augmentation: selectedAug,\n singularity: false,\n }),\n );\n Player.startFocusing();\n Router.toWork();\n }}\n confirmationText={\n <>\n Cancelling grafting will not save grafting progress, and the money you spend will not{\" \"}\n be returned.\n {!Player.hasAugmentation(AugmentationNames.CongruityImplant) && (\n <>\n
    \n
    \n Additionally, grafting an Augmentation will increase the potency of the Entropy virus.\n \n )}\n \n }\n />\n \n \n Time to Graft:{\" \"}\n {convertTimeMsToTimeElapsedString(\n calculateGraftingTimeWithBonus(graftableAugmentations[selectedAug]),\n )}\n {/* Use formula so the displayed creation time is accurate to player bonus */}\n \n\n {selectedAugmentation.prereqs.length > 0 && }\n\n
    \n\n \n {(() => {\n const info =\n typeof selectedAugmentation.info === \"string\" ? (\n {selectedAugmentation.info}\n ) : (\n selectedAugmentation.info\n );\n const tooltip = (\n <>\n {info}\n
    \n
    \n {selectedAugmentation.stats}\n \n );\n return tooltip;\n })()}\n
    \n
    \n
    \n
    \n ) : (\n All Augmentations owned\n )}\n
    \n\n \n Entropy Virus\n\n \n \n Entropy strength: {Player.entropy}\n
    \n All multipliers decreased by:{\" \"}\n {formatNumber((1 - CONSTANTS.EntropyEffect ** Player.entropy) * 100, 3)}% (multiplicative)\n
    \n
    \n\n \n When installed on an unconscious individual, Augmentations are scanned by the body on awakening, eliminating\n hidden malware. However, grafted Augmentations do not provide this security measure.\n
    \n
    \n Individuals who tested Augmentation grafting have reported symptoms of an unknown virus, which they've dubbed\n \"Entropy\". This virus seems to grow more potent with each grafted Augmentation...\n
    \n
    \n
    \n );\n};\n","export class PlayerOwnedSourceFile {\n // Source-File level\n lvl = 1;\n\n // Source-File number\n n = 1;\n\n constructor(n: number, level: number) {\n this.n = n;\n this.lvl = level;\n }\n}\n","import { Button, Typography } from \"@mui/material\";\nimport React, { useState } from \"react\";\nimport { Modal } from \"../ui/React/Modal\";\n\nlet v2ModalOpen = false;\n\nexport const openV2Modal = (): void => {\n v2ModalOpen = true;\n};\n\nexport const V2Modal = (): React.ReactElement => {\n const [open, setOpen] = useState(v2ModalOpen);\n return (\n undefined}>\n Welcome to bitburner v2.0.0!{\" \"}\n While this version does not change the game a lot, it does have quite a few API breaks.{\" \"}\n \n A file was added to your home computer called V2_0_0_API_BREAK.txt and it is highly recommended you take a look\n at this file. It explains where most of the API break have occurred.\n {\" \"}\n \n You should also take a look at{\" \"}\n \n {\" \"}\n the migration guide\n {\" \"}\n as well as{\" \"}\n \n the changelog\n \n \n \n \n );\n};\n","import { toNative } from \"./toNative\";\nimport libarg from \"arg\";\nimport { ScriptArg } from \"../Netscript/ScriptArg\";\nimport { NetscriptContext } from \"../Netscript/APIWrapper\";\n\ntype FlagType = StringConstructor | NumberConstructor | BooleanConstructor | StringConstructor[];\ntype FlagsRet = { [key: string]: ScriptArg | string[] };\nexport function Flags(ctx: NetscriptContext | string[]): (data: unknown) => FlagsRet {\n const vargs = Array.isArray(ctx) ? ctx : ctx.workerScript.args;\n return (schema: unknown): FlagsRet => {\n schema = toNative(schema);\n if (!Array.isArray(schema)) throw new Error(\"flags schema passed in is invalid.\");\n const args: {\n [key: string]: FlagType;\n } = {};\n\n for (const d of schema) {\n let t: FlagType = String;\n if (typeof d[1] === \"number\") {\n t = Number;\n } else if (typeof d[1] === \"boolean\") {\n t = Boolean;\n } else if (Array.isArray(d[1])) {\n t = [String];\n }\n const numDashes = d[0].length > 1 ? 2 : 1;\n args[\"-\".repeat(numDashes) + d[0]] = t;\n }\n const ret: FlagsRet = libarg(args, { argv: vargs });\n for (const d of schema) {\n if (!ret.hasOwnProperty(\"--\" + d[0]) || !ret.hasOwnProperty(\"-\" + d[0])) ret[d[0]] = d[1];\n }\n for (const key of Object.keys(ret)) {\n if (!key.startsWith(\"-\")) continue;\n const value = ret[key];\n delete ret[key];\n const numDashes = key.length === 2 ? 1 : 2;\n ret[key.slice(numDashes)] = value;\n }\n return ret;\n };\n}\n","import { Interpreter } from \"../ThirdParty/JSInterpreter\";\n\nconst defaultInterpreter = new Interpreter(\"\", () => undefined);\n\ninterface PseudoObject {\n properties: Record;\n class: string;\n}\n\nconst isPseudoObject = (v: unknown): v is PseudoObject =>\n !!v &&\n typeof v === \"object\" &&\n v.hasOwnProperty(\"properties\") &&\n v.hasOwnProperty(\"getter\") &&\n v.hasOwnProperty(\"setter\") &&\n v.hasOwnProperty(\"proto\");\n\n// the acorn interpreter has a bug where it doesn't convert arrays correctly.\n// so we have to more or less copy it here.\nexport function toNative(pseudoObj: unknown): unknown {\n if (pseudoObj == null) return null;\n if (!isPseudoObject(pseudoObj)) {\n return pseudoObj; // it wasn't a pseudo object anyway.\n }\n\n if (pseudoObj.hasOwnProperty(\"class\") && pseudoObj.class === \"Array\") {\n const arr: unknown[] = [];\n const length = defaultInterpreter.getProperty(pseudoObj, \"length\");\n if (typeof length === \"number\") {\n for (let i = 0; i < length; i++) {\n if (defaultInterpreter.hasProperty(pseudoObj, i)) {\n arr[i] = toNative(defaultInterpreter.getProperty(pseudoObj, i));\n }\n }\n }\n return arr;\n } else {\n // Object.\n const obj: Record = {};\n for (const key of Object.keys(pseudoObj.properties)) {\n const val = pseudoObj.properties[key];\n obj[key] = toNative(val);\n }\n return obj;\n }\n}\n","/**\n * Uses the acorn.js library to parse a script's code into an AST and\n * recursively walk through that AST to replace import urls with blobs\n */\nimport * as walk from \"acorn-walk\";\nimport { parse } from \"acorn\";\n\nimport { ScriptUrl } from \"./Script/ScriptUrl\";\nimport { Script } from \"./Script/Script\";\nimport { areImportsEquals } from \"./Terminal/DirectoryHelpers\";\nimport { ScriptModule } from \"./Script/ScriptModule\";\n\n// Acorn type def is straight up incomplete so we have to fill with our own.\nexport type Node = any;\n\n// Makes a blob that contains the code of a given script.\nfunction makeScriptBlob(code: string): Blob {\n return new Blob([code], { type: \"text/javascript\" });\n}\n\nexport async function compile(script: Script, scripts: Script[]): Promise {\n //!shouldCompile ensures that script.module is non-null, hence the \"as\".\n if (!shouldCompile(script, scripts)) return script.module as Promise;\n script.queueCompile = true;\n //If we're already in the middle of compiling (script.module has not resolved yet), wait for the previous compilation to finish\n //If script.module is null, this does nothing.\n await script.module;\n //If multiple compiles were called on the same script before a compilation could be completed this ensures only one compilation is actually performed.\n if (!script.queueCompile) return script.module as Promise;\n script.queueCompile = false;\n script.updateRamUsage(scripts);\n const uurls = _getScriptUrls(script, scripts, []);\n const url = uurls[uurls.length - 1].url;\n if (script.url && script.url !== url) URL.revokeObjectURL(script.url);\n\n if (script.dependencies.length > 0) script.dependencies.forEach((dep) => URL.revokeObjectURL(dep.url));\n script.url = uurls[uurls.length - 1].url;\n // The URL at the top is the one we want to import. It will\n // recursively import all the other modules in the urlStack.\n //\n // Webpack likes to turn the import into a require, which sort of\n // but not really behaves like import. Particularly, it cannot\n // load fully dynamic content. So we hide the import from webpack\n // by placing it inside an eval call.\n script.module = new Promise((resolve) => resolve(eval(\"import(uurls[uurls.length - 1].url)\")));\n script.dependencies = uurls;\n return script.module;\n}\n\nfunction isDependencyOutOfDate(filename: string, scripts: Script[], scriptModuleSequenceNumber: number): boolean {\n const depScript = scripts.find((s) => s.filename == filename);\n\n // If the script is not present on the server, we should recompile, if only to get any necessary\n // compilation errors.\n if (!depScript) return true;\n\n const depIsMoreRecent = depScript.moduleSequenceNumber > scriptModuleSequenceNumber;\n return depIsMoreRecent;\n}\n/** Returns whether we should compile the script parameter.\n *\n * @param {Script} script\n * @param {Script[]} scripts\n */\nfunction shouldCompile(script: Script, scripts: Script[]): boolean {\n if (!script.module) return true;\n if (script.dependencies.some((dep) => isDependencyOutOfDate(dep.filename, scripts, script.moduleSequenceNumber))) {\n script.module = null;\n return true;\n }\n return false;\n}\n\n// Gets a stack of blob urls, the top/right-most element being\n// the blob url for the named script on the named server.\n//\n// - script -- the script for whom we are getting a URL.\n// - scripts -- all the scripts available on this server\n// - seen -- The modules above this one -- to prevent mutual dependency.\n//\n// TODO We don't make any effort to cache a given module when it is imported at\n// different parts of the tree. That hasn't presented any problem with during\n// testing, but it might be an idea for the future. Would require a topo-sort\n// then url-izing from leaf-most to root-most.\n/**\n * @param {Script} script\n * @param {Script[]} scripts\n * @param {Script[]} seen\n * @returns {ScriptUrl[]} All of the compiled scripts, with the final one\n * in the list containing the blob corresponding to\n * the script parameter.\n */\n// BUG: apparently seen is never consulted. Oops.\nfunction _getScriptUrls(script: Script, scripts: Script[], seen: Script[]): ScriptUrl[] {\n // Inspired by: https://stackoverflow.com/a/43834063/91401\n const urlStack: ScriptUrl[] = [];\n // Seen contains the dependents of the current script. Make sure we include that in the script dependents.\n for (const dependent of seen) {\n if (!script.dependents.some((s) => s.server === dependent.server && s.filename == dependent.filename)) {\n script.dependents.push({ server: dependent.server, filename: dependent.filename });\n }\n }\n seen.push(script);\n try {\n // Replace every import statement with an import to a blob url containing\n // the corresponding script. E.g.\n //\n // import {foo} from \"bar.js\";\n //\n // becomes\n //\n // import {foo} from \"blob://\"\n //\n // Where the blob URL contains the script content.\n\n // Parse the code into an ast tree\n const ast = parse(script.code, { sourceType: \"module\", ecmaVersion: \"latest\", ranges: true });\n interface importNode {\n filename: string;\n start: number;\n end: number;\n }\n const importNodes: importNode[] = [];\n // Walk the nodes of this tree and find any import declaration statements.\n walk.simple(ast, {\n ImportDeclaration(node: Node) {\n // Push this import onto the stack to replace\n if (!node.source) return;\n importNodes.push({\n filename: node.source.value,\n start: node.source.range[0] + 1,\n end: node.source.range[1] - 1,\n });\n },\n ExportNamedDeclaration(node: Node) {\n if (!node.source) return;\n importNodes.push({\n filename: node.source.value,\n start: node.source.range[0] + 1,\n end: node.source.range[1] - 1,\n });\n },\n ExportAllDeclaration(node: Node) {\n if (!node.source) return;\n importNodes.push({\n filename: node.source.value,\n start: node.source.range[0] + 1,\n end: node.source.range[1] - 1,\n });\n },\n });\n // Sort the nodes from last start index to first. This replaces the last import with a blob first,\n // preventing the ranges for other imports from being shifted.\n importNodes.sort((a, b) => b.start - a.start);\n let transformedCode = script.code;\n // Loop through each node and replace the script name with a blob url.\n for (const node of importNodes) {\n const filename = node.filename.startsWith(\"./\") ? node.filename.substring(2) : node.filename;\n\n // Find the corresponding script.\n const matchingScripts = scripts.filter((s) => areImportsEquals(s.filename, filename));\n if (matchingScripts.length === 0) continue;\n\n const [importedScript] = matchingScripts;\n\n const urls = _getScriptUrls(importedScript, scripts, seen);\n\n // The top url in the stack is the replacement import file for this script.\n urlStack.push(...urls);\n const blob = urls[urls.length - 1].url;\n\n // Replace the blob inside the import statement.\n transformedCode = transformedCode.substring(0, node.start) + blob + transformedCode.substring(node.end);\n }\n\n // We automatically define a print function() in the NetscriptJS module so that\n // accidental calls to window.print() do not bring up the \"print screen\" dialog\n transformedCode += `\\n//# sourceURL=${script.server}/${script.filename}`;\n\n const blob = URL.createObjectURL(makeScriptBlob(transformedCode));\n // Push the blob URL onto the top of the stack.\n urlStack.push(new ScriptUrl(script.filename, blob, script.moduleSequenceNumber));\n return urlStack;\n } catch (err) {\n // If there is an error, we need to clean up the URLs.\n for (const url of urlStack) URL.revokeObjectURL(url.url);\n throw err;\n } finally {\n seen.pop();\n }\n}\n","import { GetServer } from \"../Server/AllServers\";\nimport { RunningScript } from \"./RunningScript\";\n\nexport function getRamUsageFromRunningScript(script: RunningScript): number {\n if (script.ramUsage != null && script.ramUsage > 0) {\n return script.ramUsage; // Use cached value\n }\n\n const server = GetServer(script.server);\n if (server == null) {\n return 0;\n }\n for (let i = 0; i < server.scripts.length; ++i) {\n if (server.scripts[i].filename === script.filename) {\n // Cache the ram usage for the next call\n script.ramUsage = server.scripts[i].ramUsage;\n return script.ramUsage;\n }\n }\n\n return 0;\n}\n","import { Terminal } from \"../../../Terminal\";\nimport { removeLeadingSlash, removeTrailingSlash } from \"../../DirectoryHelpers\";\nimport { ScriptEditorRouteOptions } from \"../../../ui/Router\";\nimport { Router } from \"../../../ui/GameRoot\";\nimport { BaseServer } from \"../../../Server/BaseServer\";\nimport { isScriptFilename } from \"../../../Script/isScriptFilename\";\nimport { CursorPositions } from \"../../../ScriptEditor/CursorPositions\";\nimport { Script } from \"../../../Script/Script\";\nimport { isEmpty } from \"lodash\";\n\ninterface EditorParameters {\n args: (string | number | boolean)[];\n server: BaseServer;\n}\n\nfunction isNs2(filename: string): boolean {\n return filename.endsWith(\".js\");\n}\n\nconst newNs2Template = `/** @param {NS} ns */\nexport async function main(ns) {\n\n}`;\n\ninterface ISimpleScriptGlob {\n glob: string;\n preGlob: string;\n postGlob: string;\n globError: string;\n globMatches: string[];\n globAgainst: Script[];\n}\n\nfunction containsSimpleGlob(filename: string): boolean {\n return filename.includes(\"*\");\n}\n\nfunction detectSimpleScriptGlob({ args, server }: EditorParameters): ISimpleScriptGlob | null {\n if (args.length == 1 && containsSimpleGlob(`${args[0]}`)) {\n const filename = `${args[0]}`;\n const scripts = server.scripts;\n const parsedGlob = parseSimpleScriptGlob(filename, scripts);\n return parsedGlob;\n }\n return null;\n}\n\nfunction parseSimpleScriptGlob(globString: string, globDatabase: Script[]): ISimpleScriptGlob {\n const parsedGlob: ISimpleScriptGlob = {\n glob: globString,\n preGlob: \"\",\n postGlob: \"\",\n globError: \"\",\n globMatches: [],\n globAgainst: globDatabase,\n };\n\n // Ensure deep globs are minified to simple globs, which act as deep globs in this impl\n globString = globString.replace(\"**\", \"*\");\n\n // Ensure only a single glob is present\n if (globString.split(\"\").filter((c) => c == \"*\").length !== 1) {\n parsedGlob.globError = \"Only a single glob is supported per command.\\nexample: `nano my-dir/*.js`\";\n return parsedGlob;\n }\n\n // Split arg around glob, normalize preGlob path\n [parsedGlob.preGlob, parsedGlob.postGlob] = globString.split(\"*\");\n parsedGlob.preGlob = removeLeadingSlash(parsedGlob.preGlob);\n\n // Add CWD to preGlob path\n const cwd = removeTrailingSlash(Terminal.cwd());\n parsedGlob.preGlob = `${cwd}/${parsedGlob.preGlob}`;\n\n // For every script on the current server, filter matched scripts per glob values & persist\n globDatabase.forEach((script) => {\n const filename = script.filename.startsWith(\"/\") ? script.filename : `/${script.filename}`;\n if (filename.startsWith(parsedGlob.preGlob) && filename.endsWith(parsedGlob.postGlob)) {\n parsedGlob.globMatches.push(filename);\n }\n });\n\n // Rebuild glob for potential error reporting\n parsedGlob.glob = `${parsedGlob.preGlob}*${parsedGlob.postGlob}`;\n\n return parsedGlob;\n}\n\nexport function commonEditor(\n command: string,\n { args, server }: EditorParameters,\n scriptEditorRouteOptions?: ScriptEditorRouteOptions,\n): void {\n if (args.length < 1) {\n Terminal.error(`Incorrect usage of ${command} command. Usage: ${command} [scriptname]`);\n return;\n }\n\n let filesToLoadOrCreate = args;\n try {\n const globSearch = detectSimpleScriptGlob({ args, server });\n if (globSearch) {\n if (isEmpty(globSearch.globError) === false) throw new Error(globSearch.globError);\n filesToLoadOrCreate = globSearch.globMatches;\n }\n\n const files = filesToLoadOrCreate.map((arg) => {\n const filename = `${arg}`;\n\n if (isScriptFilename(filename)) {\n const filepath = Terminal.getFilepath(filename);\n const script = Terminal.getScript(filename);\n const fileIsNs2 = isNs2(filename);\n const code = script !== null ? script.code : fileIsNs2 ? newNs2Template : \"\";\n\n if (code === newNs2Template) {\n CursorPositions.saveCursor(filename, {\n row: 3,\n column: 5,\n });\n }\n\n return [filepath, code];\n }\n\n if (filename.endsWith(\".txt\")) {\n const filepath = Terminal.getFilepath(filename);\n const txt = Terminal.getTextFile(filename);\n return [filepath, txt === null ? \"\" : txt.text];\n }\n\n throw new Error(\n `Invalid file. Only scripts (.script or .js), or text files (.txt) can be edited with ${command}`,\n );\n });\n\n if (globSearch && files.length === 0) {\n throw new Error(`Could not find any valid files to open with ${command} using glob: \\`${globSearch.glob}\\``);\n }\n\n Router.toScriptEditor(Object.fromEntries(files), scriptEditorRouteOptions);\n } catch (e) {\n Terminal.error(`${e}`);\n }\n}\n","import React, { useState, useEffect } from \"react\";\nimport { Modal } from \"../../ui/React/Modal\";\nimport { Router } from \"../../ui/GameRoot\";\nimport { EventEmitter } from \"../../utils/EventEmitter\";\nimport Typography from \"@mui/material/Typography\";\nimport Button from \"@mui/material/Button\";\n\nexport const BitFlumeEvent = new EventEmitter<[]>();\n\nexport function BitFlumeModal(): React.ReactElement {\n const [open, setOpen] = useState(false);\n function flume(): void {\n Router.toBitVerse(true, false);\n setOpen(false);\n }\n\n useEffect(() => BitFlumeEvent.subscribe(() => setOpen(true)), []);\n\n return (\n setOpen(false)}>\n \n WARNING: USING THIS PROGRAM WILL CAUSE YOU TO LOSE ALL OF YOUR PROGRESS ON THE CURRENT BITNODE.\n
    \n
    \n Do you want to travel to the BitNode Nexus? This allows you to reset the current BitNode and select a new one.\n
    \n
    \n
    \n \n
    \n );\n}\n","/**\n * Sleeves are bodies that contain the player's cloned consciousness.\n * The player can use these bodies to perform different tasks synchronously.\n *\n * Each sleeve is its own individual, meaning it has its own stats/exp\n *\n * Sleeves are unlocked in BitNode-10.\n */\n\nimport { Player } from \"@player\";\nimport { Person } from \"../Person\";\n\nimport { Augmentation } from \"../../Augmentation/Augmentation\";\n\nimport { Crime } from \"../../Crime/Crime\";\nimport { Crimes } from \"../../Crime/Crimes\";\n\nimport { Companies } from \"../../Company/Companies\";\nimport { Company } from \"../../Company/Company\";\nimport { CompanyPosition } from \"../../Company/CompanyPosition\";\nimport { CompanyPositions } from \"../../Company/CompanyPositions\";\n\nimport { Contracts } from \"../../Bladeburner/data/Contracts\";\n\nimport { CONSTANTS } from \"../../Constants\";\n\nimport { Factions } from \"../../Faction/Factions\";\n\nimport { CityName } from \"../../Locations/data/CityNames\";\nimport { LocationName } from \"../../Locations/data/LocationNames\";\n\nimport { Generic_fromJSON, Generic_toJSON, IReviverValue, Reviver } from \"../../utils/JSONReviver\";\nimport { numeralWrapper } from \"../../ui/numeralFormat\";\nimport { FactionWorkType } from \"../../Work/data/FactionWorkType\";\nimport { Work } from \"./Work/Work\";\nimport { SleeveClassWork } from \"./Work/SleeveClassWork\";\nimport { ClassType } from \"../../Work/ClassWork\";\nimport { SleeveSynchroWork } from \"./Work/SleeveSynchroWork\";\nimport { SleeveRecoveryWork } from \"./Work/SleeveRecoveryWork\";\nimport { SleeveFactionWork } from \"./Work/SleeveFactionWork\";\nimport { SleeveCompanyWork } from \"./Work/SleeveCompanyWork\";\nimport { SleeveInfiltrateWork } from \"./Work/SleeveInfiltrateWork\";\nimport { SleeveSupportWork } from \"./Work/SleeveSupportWork\";\nimport { SleeveBladeburnerWork } from \"./Work/SleeveBladeburnerWork\";\nimport { SleeveCrimeWork } from \"./Work/SleeveCrimeWork\";\nimport * as sleeveMethods from \"./SleeveMethods\";\n\nexport class Sleeve extends Person {\n currentWork: Work | null = null;\n\n /** Clone retains 'memory' synchronization (and maybe exp?) upon prestige/installing Augs */\n memory = 1;\n\n /**\n * Sleeve shock. Number between 0 and 100\n * Trauma/shock that comes with being in a sleeve. Experience earned\n * is multiplied by shock%. This gets applied before synchronization\n *\n * Reputation earned is also multiplied by shock%\n */\n shock = 1;\n\n /** Stored number of game \"loop\" cycles */\n storedCycles = 0;\n\n /**\n * Synchronization. Number between 0 and 100\n * When experience is earned by sleeve, both the player and the sleeve get\n * sync% of the experience earned.\n */\n sync = 1;\n\n constructor() {\n super();\n this.shockRecovery();\n }\n\n applyAugmentation = sleeveMethods.applyAugmentation;\n findPurchasableAugs = sleeveMethods.findPurchasableAugs;\n\n shockBonus(): number {\n return this.shock / 100;\n }\n\n syncBonus(): number {\n return this.sync / 100;\n }\n\n startWork(w: Work): void {\n if (this.currentWork) this.currentWork.finish();\n this.currentWork = w;\n }\n\n stopWork(): void {\n if (this.currentWork) this.currentWork.finish();\n this.currentWork = null;\n }\n\n /** Commit crimes */\n commitCrime(crimeKey: string): boolean {\n const crime: Crime | null = Crimes[crimeKey] || Object.values(Crimes).find((crime) => crime.name === crimeKey);\n if (!crime) {\n return false;\n }\n\n this.startWork(new SleeveCrimeWork(crime.type));\n return true;\n }\n\n /** Returns the cost of upgrading this sleeve's memory by a certain amount */\n getMemoryUpgradeCost(n: number): number {\n const amt = Math.round(n);\n if (amt < 0) {\n return 0;\n }\n\n if (this.memory + amt > 100) {\n return this.getMemoryUpgradeCost(100 - this.memory);\n }\n\n const mult = 1.02;\n const baseCost = 1e12;\n let currCost = 0;\n let currMemory = this.memory - 1;\n for (let i = 0; i < n; ++i) {\n currCost += Math.pow(mult, currMemory);\n ++currMemory;\n }\n\n return currCost * baseCost;\n }\n\n installAugmentation(aug: Augmentation): void {\n this.exp.hacking = 0;\n this.exp.strength = 0;\n this.exp.defense = 0;\n this.exp.dexterity = 0;\n this.exp.agility = 0;\n this.exp.charisma = 0;\n this.applyAugmentation(aug);\n this.augmentations.push({ name: aug.name, level: 1 });\n this.updateSkillLevels();\n }\n\n /** Called on every sleeve for a Source File Prestige */\n prestige(): void {\n // Reset exp\n this.exp.hacking = 0;\n this.exp.strength = 0;\n this.exp.defense = 0;\n this.exp.dexterity = 0;\n this.exp.agility = 0;\n this.exp.charisma = 0;\n this.updateSkillLevels();\n this.hp.current = this.hp.max;\n\n // Reset task-related stuff\n this.stopWork();\n this.shockRecovery();\n\n // Reset augs and multipliers\n this.augmentations = [];\n this.resetMultipliers();\n\n // Reset Location\n\n this.city = CityName.Sector12;\n\n // Reset sleeve-related stats\n this.shock = 1;\n this.storedCycles = 0;\n this.sync = Math.max(this.memory, 1);\n }\n\n /**\n * Process loop\n * Returns an object containing the amount of experience that should be\n * transferred to all other sleeves\n */\n process(numCycles = 1): void {\n // Only process once every second (5 cycles)\n const CyclesPerSecond = 1000 / CONSTANTS.MilliPerCycle;\n this.storedCycles += numCycles;\n if (this.storedCycles < CyclesPerSecond) return;\n\n let cyclesUsed = this.storedCycles;\n cyclesUsed = Math.min(cyclesUsed, 15);\n this.shock = Math.min(100, this.shock + 0.0001 * cyclesUsed);\n if (!this.currentWork) return;\n this.currentWork.process(this, cyclesUsed);\n this.storedCycles -= cyclesUsed;\n }\n\n shockRecovery(): boolean {\n this.startWork(new SleeveRecoveryWork());\n return true;\n }\n\n synchronize(): boolean {\n this.startWork(new SleeveSynchroWork());\n return true;\n }\n\n /** Take a course at a university */\n takeUniversityCourse(universityName: string, className: string): boolean {\n // Set exp/money multipliers based on which university.\n // Also check that the sleeve is in the right city\n let loc: LocationName | undefined;\n switch (universityName.toLowerCase()) {\n case LocationName.AevumSummitUniversity.toLowerCase(): {\n if (this.city !== CityName.Aevum) return false;\n loc = LocationName.AevumSummitUniversity;\n break;\n }\n case LocationName.Sector12RothmanUniversity.toLowerCase(): {\n if (this.city !== CityName.Sector12) return false;\n loc = LocationName.Sector12RothmanUniversity;\n break;\n }\n case LocationName.VolhavenZBInstituteOfTechnology.toLowerCase(): {\n if (this.city !== CityName.Volhaven) return false;\n loc = LocationName.VolhavenZBInstituteOfTechnology;\n break;\n }\n }\n if (!loc) return false;\n\n // Set experience/money gains based on class\n let classType: ClassType | undefined;\n switch (className.toLowerCase()) {\n case \"study computer science\":\n classType = ClassType.StudyComputerScience;\n break;\n case \"data structures\":\n classType = ClassType.DataStructures;\n break;\n case \"networks\":\n classType = ClassType.Networks;\n break;\n case \"algorithms\":\n classType = ClassType.Algorithms;\n break;\n case \"management\":\n classType = ClassType.Management;\n break;\n case \"leadership\":\n classType = ClassType.Leadership;\n break;\n }\n if (!classType) return false;\n\n this.startWork(\n new SleeveClassWork({\n classType: classType,\n location: loc,\n }),\n );\n return true;\n }\n\n /** Travel to another City. Costs money from player */\n travel(newCity: CityName): boolean {\n Player.loseMoney(CONSTANTS.TravelCost, \"sleeves\");\n this.city = newCity;\n\n return true;\n }\n\n tryBuyAugmentation(aug: Augmentation): boolean {\n if (!Player.canAfford(aug.baseCost)) {\n return false;\n }\n\n // Verify that this sleeve does not already have that augmentation.\n if (this.hasAugmentation(aug.name)) return false;\n\n Player.loseMoney(aug.baseCost, \"sleeves\");\n this.installAugmentation(aug);\n return true;\n }\n\n upgradeMemory(n: number): void {\n this.memory = Math.min(100, Math.round(this.memory + n));\n }\n\n /**\n * Start work for one of the player's companies\n * Returns boolean indicating success\n */\n workForCompany(companyName: string): boolean {\n if (!Companies[companyName] || Player.jobs[companyName] == null) {\n return false;\n }\n\n const company: Company | null = Companies[companyName];\n const companyPosition: CompanyPosition | null = CompanyPositions[Player.jobs[companyName]];\n if (company == null) return false;\n if (companyPosition == null) return false;\n\n this.startWork(new SleeveCompanyWork({ companyName: companyName }));\n\n return true;\n }\n\n /**\n * Start work for one of the player's factions\n * Returns boolean indicating success\n */\n workForFaction(factionName: string, workType: string): boolean {\n const faction = Factions[factionName];\n if (factionName === \"\" || !faction || !Player.factions.includes(factionName)) {\n return false;\n }\n\n const factionInfo = faction.getInfo();\n\n // Set type of work (hacking/field/security), and the experience gains\n const sanitizedWorkType = workType.toLowerCase();\n let factionWorkType: FactionWorkType;\n if (sanitizedWorkType.includes(\"hack\")) {\n if (!factionInfo.offerHackingWork) return false;\n factionWorkType = FactionWorkType.HACKING;\n } else if (sanitizedWorkType.includes(\"field\")) {\n if (!factionInfo.offerFieldWork) return false;\n factionWorkType = FactionWorkType.FIELD;\n } else if (sanitizedWorkType.includes(\"security\")) {\n if (!factionInfo.offerSecurityWork) return false;\n factionWorkType = FactionWorkType.SECURITY;\n } else {\n return false;\n }\n\n this.startWork(\n new SleeveFactionWork({\n factionWorkType: factionWorkType,\n factionName: faction.name,\n }),\n );\n\n return true;\n }\n\n /** Begin a gym workout task */\n workoutAtGym(gymName: string, stat: string): boolean {\n // Set exp/money multipliers based on which university.\n // Also check that the sleeve is in the right city\n let loc: LocationName | undefined;\n switch (gymName.toLowerCase()) {\n case LocationName.AevumCrushFitnessGym.toLowerCase(): {\n if (this.city != CityName.Aevum) return false;\n loc = LocationName.AevumCrushFitnessGym;\n break;\n }\n case LocationName.AevumSnapFitnessGym.toLowerCase(): {\n if (this.city != CityName.Aevum) return false;\n loc = LocationName.AevumSnapFitnessGym;\n break;\n }\n case LocationName.Sector12IronGym.toLowerCase(): {\n if (this.city != CityName.Sector12) return false;\n loc = LocationName.Sector12IronGym;\n break;\n }\n case LocationName.Sector12PowerhouseGym.toLowerCase(): {\n if (this.city != CityName.Sector12) return false;\n loc = LocationName.Sector12PowerhouseGym;\n break;\n }\n case LocationName.VolhavenMilleniumFitnessGym.toLowerCase(): {\n if (this.city != CityName.Volhaven) return false;\n loc = LocationName.VolhavenMilleniumFitnessGym;\n break;\n }\n }\n if (!loc) return false;\n\n // Set experience/money gains based on class\n const sanitizedStat: string = stat.toLowerCase();\n\n // set stat to a default value.\n let classType: ClassType | undefined;\n if (sanitizedStat.includes(\"str\")) {\n classType = ClassType.GymStrength;\n }\n if (sanitizedStat.includes(\"def\")) {\n classType = ClassType.GymDefense;\n }\n if (sanitizedStat.includes(\"dex\")) {\n classType = ClassType.GymDexterity;\n }\n if (sanitizedStat.includes(\"agi\")) {\n classType = ClassType.GymAgility;\n }\n // if stat is still equals its default value, then validation has failed.\n if (!classType) return false;\n\n this.startWork(\n new SleeveClassWork({\n classType: classType,\n location: loc,\n }),\n );\n\n return true;\n }\n\n /** Begin a bladeburner task */\n bladeburner(action: string, contract: string): boolean {\n if (!Player.bladeburner) return false;\n switch (action) {\n case \"Field analysis\":\n this.startWork(new SleeveBladeburnerWork({ type: \"General\", name: \"Field Analysis\" }));\n return true;\n case \"Recruitment\":\n this.startWork(new SleeveBladeburnerWork({ type: \"General\", name: \"Recruitment\" }));\n return true;\n case \"Diplomacy\":\n this.startWork(new SleeveBladeburnerWork({ type: \"General\", name: \"Diplomacy\" }));\n return true;\n case \"Hyperbolic Regeneration Chamber\":\n this.startWork(new SleeveBladeburnerWork({ type: \"General\", name: \"Hyperbolic Regeneration Chamber\" }));\n return true;\n case \"Infiltrate synthoids\":\n this.startWork(new SleeveInfiltrateWork());\n return true;\n case \"Support main sleeve\":\n this.startWork(new SleeveSupportWork());\n return true;\n case \"Take on contracts\":\n if (!Contracts[contract]) return false;\n this.startWork(new SleeveBladeburnerWork({ type: \"Contracts\", name: contract }));\n return true;\n }\n return false;\n }\n\n recruitmentSuccessChance(): number {\n return Math.max(0, Math.min(1, Player.bladeburner?.getRecruitmentSuccessChance(this) ?? 0));\n }\n\n contractSuccessChance(type: string, name: string): string {\n const bb = Player.bladeburner;\n if (bb === null) {\n const errorLogText = `bladeburner is null`;\n console.error(`Function: sleeves.contractSuccessChance; Message: '${errorLogText}'`);\n return \"0%\";\n }\n const chances = bb.getActionEstimatedSuccessChanceNetscriptFn(this, type, name);\n if (typeof chances === \"string\") {\n console.error(`Function: sleeves.contractSuccessChance; Message: '${chances}'`);\n return \"0%\";\n }\n if (chances[0] >= 1) {\n return \"100%\";\n } else {\n return `${numeralWrapper.formatPercentage(chances[0])} - ${numeralWrapper.formatPercentage(chances[1])}`;\n }\n }\n\n takeDamage(amt: number): boolean {\n if (typeof amt !== \"number\") {\n console.warn(`Player.takeDamage() called without a numeric argument: ${amt}`);\n return false;\n }\n\n this.hp.current -= amt;\n if (this.hp.current <= 0) {\n this.shock = Math.max(0, this.shock - 0.5);\n this.hp.current = this.hp.max;\n return true;\n } else {\n return false;\n }\n }\n\n whoAmI(): string {\n return \"Sleeve\";\n }\n\n /** Serialize the current object to a JSON save state. */\n toJSON(): IReviverValue {\n return Generic_toJSON(\"Sleeve\", this);\n }\n\n /** Initializes a Sleeve object from a JSON save state. */\n static fromJSON(value: IReviverValue): Sleeve {\n return Generic_fromJSON(Sleeve, value.data);\n }\n}\n\nReviver.constructors.Sleeve = Sleeve;\n","import * as personMethods from \"./PersonMethods\";\nimport { PlayerOwnedAugmentation } from \"../Augmentation/PlayerOwnedAugmentation\";\nimport { CityName } from \"../Locations/data/CityNames\";\nimport { calculateSkill } from \"./formulas/skill\";\nimport { calculateIntelligenceBonus } from \"./formulas/intelligence\";\nimport { defaultMultipliers } from \"./Multipliers\";\nimport { Skills } from \"./Skills\";\nimport { HP } from \"./HP\";\nimport { IReviverValue } from \"../utils/JSONReviver\";\n\n// Base class representing a person-like object\nexport abstract class Person {\n hp: HP = { current: 10, max: 10 };\n skills: Skills = {\n hacking: 1,\n strength: 1,\n defense: 1,\n dexterity: 1,\n agility: 1,\n charisma: 1,\n intelligence: 0,\n };\n exp: Skills = {\n hacking: 0,\n strength: 0,\n defense: 0,\n dexterity: 0,\n agility: 0,\n charisma: 0,\n intelligence: 0,\n };\n\n mults = defaultMultipliers();\n\n /** Augmentations */\n augmentations: PlayerOwnedAugmentation[] = [];\n queuedAugmentations: PlayerOwnedAugmentation[] = [];\n\n /** City that the person is in */\n city: CityName = CityName.Sector12;\n\n gainHackingExp = personMethods.gainHackingExp;\n gainStrengthExp = personMethods.gainStrengthExp;\n gainDefenseExp = personMethods.gainDefenseExp;\n gainDexterityExp = personMethods.gainDexterityExp;\n gainAgilityExp = personMethods.gainAgilityExp;\n gainCharismaExp = personMethods.gainCharismaExp;\n gainIntelligenceExp = personMethods.gainIntelligenceExp;\n gainStats = personMethods.gainStats;\n regenerateHp = personMethods.regenerateHp;\n queryStatFromString = personMethods.queryStatFromString;\n updateSkillLevels = personMethods.updateSkillLevels;\n hasAugmentation = personMethods.hasAugmentation;\n calculateSkill = calculateSkill; //Class version is equal to imported version\n\n /** Reset all multipliers to 1 */\n resetMultipliers() {\n this.mults = defaultMultipliers();\n }\n\n getIntelligenceBonus(weight: number): number {\n return calculateIntelligenceBonus(this.skills.intelligence, weight);\n }\n\n abstract takeDamage(amt: number): boolean;\n abstract whoAmI(): string;\n abstract toJSON(): IReviverValue;\n}\n","import React from \"react\";\n\ninterface IContract {\n desc: JSX.Element;\n}\n\nexport const Contracts: {\n [key: string]: IContract | undefined;\n} = {\n Tracking: {\n desc: (\n <>\n Identify and locate Synthoids. This contract involves reconnaissance and information-gathering ONLY. Do NOT\n engage. Stealth is of the utmost importance.\n
    \n
    \n Successfully completing Tracking contracts will slightly improve your Synthoid population estimate for whatever\n city you are currently in.\n \n ),\n },\n \"Bounty Hunter\": {\n desc: (\n <>\n Hunt down and capture fugitive Synthoids. These Synthoids are wanted alive.\n
    \n
    \n Successfully completing a Bounty Hunter contract will lower the population in your current city, and will also\n increase its chaos level.\n \n ),\n },\n Retirement: {\n desc: (\n <>\n Hunt down and retire (kill) rogue Synthoids.\n
    \n
    \n Successfully completing a Retirement contract will lower the population in your current city, and will also\n increase its chaos level.\n \n ),\n },\n};\n","import * as React from \"react\";\n\nexport const stealthIcon = (\n \n \n \n \n \n \n);\nexport const killIcon = (\n \n \n \n \n \n \n);\n","import React from \"react\";\nimport { Action } from \"../Action\";\nimport { Bladeburner } from \"../Bladeburner\";\nimport { BladeburnerConstants } from \"../data/Constants\";\n\nimport Typography from \"@mui/material/Typography\";\nimport Tooltip from \"@mui/material/Tooltip\";\nimport Box from \"@mui/material/Box\";\nimport IconButton from \"@mui/material/IconButton\";\nimport ArrowDropUpIcon from \"@mui/icons-material/ArrowDropUp\";\nimport ArrowDropDownIcon from \"@mui/icons-material/ArrowDropDown\";\n\ninterface IProps {\n action: Action;\n isActive: boolean;\n bladeburner: Bladeburner;\n rerender: () => void;\n}\n\nexport function ActionLevel({ action, isActive, bladeburner, rerender }: IProps): React.ReactElement {\n const canIncrease = action.level < action.maxLevel;\n const canDecrease = action.level > 1;\n\n function increaseLevel(): void {\n if (!canIncrease) return;\n ++action.level;\n if (isActive) bladeburner.startAction(bladeburner.action);\n rerender();\n }\n\n function decreaseLevel(): void {\n if (!canDecrease) return;\n --action.level;\n if (isActive) bladeburner.startAction(bladeburner.action);\n rerender();\n }\n\n return (\n \n \n \n {action.getSuccessesNeededForNextLevel(BladeburnerConstants.ContractSuccessesPerLevel)} successes needed\n for next level\n \n }\n >\n \n Level: {action.level} / {action.maxLevel}\n \n \n \n WARNING: changing the level will restart the Operation : \"\"}>\n \n \n \n \n \n \n WARNING: changing the level will restart the Operation : \"\"}>\n \n \n \n \n \n \n \n );\n}\n","import React from \"react\";\nimport { Action } from \"../Action\";\nimport Typography from \"@mui/material/Typography\";\nimport Tooltip from \"@mui/material/Tooltip\";\nimport Box from \"@mui/material/Box\";\nimport Switch from \"@mui/material/Switch\";\n\ninterface IProps {\n action: Action;\n rerender: () => void;\n}\n\nexport function Autolevel(props: IProps): React.ReactElement {\n function onAutolevel(event: React.ChangeEvent): void {\n props.action.autoLevel = event.target.checked;\n props.rerender();\n }\n return (\n \n Automatically increase operation level when possible}>\n Autolevel:\n \n \n \n );\n}\n","import React, { useState } from \"react\";\nimport { Operation } from \"../Operation\";\nimport { Bladeburner } from \"../Bladeburner\";\nimport { TeamSizeModal } from \"./TeamSizeModal\";\nimport { formatNumber } from \"../../utils/StringHelperFunctions\";\nimport Button from \"@mui/material/Button\";\ninterface IProps {\n action: Operation;\n bladeburner: Bladeburner;\n}\nexport function TeamSizeButton(props: IProps): React.ReactElement {\n const [open, setOpen] = useState(false);\n\n return (\n <>\n \n setOpen(false)} action={props.action} bladeburner={props.bladeburner} />\n \n );\n}\n","import React, { useEffect, useState } from \"react\";\n\nexport function BlinkingCursor(): React.ReactElement {\n const [on, setOn] = useState(true);\n useEffect(() => {\n const i = setInterval(() => setOn((old) => !old), 1000);\n return () => clearInterval(i);\n });\n return <>{on ? \"|\" : <> };\n}\n","import React, { useState } from \"react\";\nimport Button from \"@mui/material/Button\";\nimport Tooltip from \"@mui/material/Tooltip\";\nimport TextFormatIcon from \"@mui/icons-material/TextFormat\";\nimport { StyleEditorModal } from \"./StyleEditorModal\";\n\nexport function StyleEditorButton(): React.ReactElement {\n const [styleEditorOpen, setStyleEditorOpen] = useState(false);\n return (\n <>\n \n \n \n setStyleEditorOpen(false)} />\n \n );\n}\n","import React, { useState } from \"react\";\nimport Button from \"@mui/material/Button\";\nimport Tooltip from \"@mui/material/Tooltip\";\nimport { ThemeEditorModal } from \"./ThemeEditorModal\";\nimport ColorizeIcon from \"@mui/icons-material/Colorize\";\n\nexport function ThemeEditorButton(): React.ReactElement {\n const [themeEditorOpen, setThemeEditorOpen] = useState(false);\n return (\n <>\n \n \n \n setThemeEditorOpen(false)} />\n \n );\n}\n","import React from \"react\";\nimport Typography from \"@mui/material/Typography\";\nimport { Link } from \"@mui/material\";\n\nexport function ThemeCollaborate(): React.ReactElement {\n return (\n <>\n \n If you've created a theme that you believe should be added in game's theme browser, feel free to{\" \"}\n \n create a pull request\n \n .\n \n \n Head over to the{\" \"}\n \n theme-sharing\n {\" \"}\n discord channel for more.\n \n \n );\n}\n","import React, { useState } from \"react\";\nimport { deleteGame } from \"../../db\";\nimport { ConfirmationModal } from \"./ConfirmationModal\";\nimport Button from \"@mui/material/Button\";\nimport { Tooltip } from \"@mui/material\";\n\nimport DeleteIcon from \"@mui/icons-material/Delete\";\nimport { pushDisableRestore } from \"../../Electron\";\n\ninterface IProps {\n color?: \"primary\" | \"warning\" | \"error\";\n}\n\nexport function DeleteGameButton({ color = \"primary\" }: IProps): React.ReactElement {\n const [modalOpened, setModalOpened] = useState(false);\n\n return (\n <>\n \n \n \n {\n setModalOpened(false);\n deleteGame()\n .then(() => {\n pushDisableRestore();\n setTimeout(() => location.reload(), 1000);\n })\n .catch((r) => console.error(`Could not delete game: ${r}`));\n }}\n open={modalOpened}\n onClose={() => setModalOpened(false)}\n confirmationText={\"Really delete your game? (It's permanent!)\"}\n />\n \n );\n}\n","import React, { useState } from \"react\";\n\nimport { ConfirmationModal } from \"./ConfirmationModal\";\nimport Button from \"@mui/material/Button\";\nimport { Tooltip } from \"@mui/material\";\nimport RestartAltIcon from \"@mui/icons-material/RestartAlt\";\n\ninterface IProps {\n color?: \"primary\" | \"warning\" | \"error\";\n noConfirmation?: boolean;\n onTriggered: () => void;\n}\n\nexport function SoftResetButton({\n color = \"primary\",\n noConfirmation = false,\n onTriggered,\n}: IProps): React.ReactElement {\n const [modalOpened, setModalOpened] = useState(false);\n\n function handleButtonClick(): void {\n if (noConfirmation) {\n onTriggered();\n } else {\n setModalOpened(true);\n }\n }\n\n return (\n <>\n \n \n \n setModalOpened(false)}\n confirmationText={\"This will perform the same action as installing Augmentations, are you sure?\"}\n />\n \n );\n}\n","export default \"/** @public */\\nexport type ValuesFrom = T[keyof T];\\n\\n/** @public */\\nexport interface HP {\\n current: number;\\n max: number;\\n}\\n\\n/** @public */\\nexport interface Skills {\\n hacking: number;\\n strength: number;\\n defense: number;\\n dexterity: number;\\n agility: number;\\n charisma: number;\\n intelligence: number;\\n}\\n\\n/** @public */\\nexport interface PossibleInfiltrationLocation {\\n city: string;\\n name: string;\\n}\\n\\n/**\\n * Coding contract data will differ depending on coding contract.\\n * @public\\n */\\ntype CodingContractData = any;\\n\\n/** @public */\\ntype PortData = string | number;\\n\\n/** @public */\\ntype ScriptArg = string | number | boolean;\\n\\n/** @public */\\ntype FilenameOrPID = number | string;\\n\\n/** @public */\\ninterface Player {\\n hp: HP;\\n skills: Skills;\\n exp: Skills;\\n mults: Multipliers;\\n numPeopleKilled: number;\\n money: number;\\n city: string;\\n location: string;\\n bitNodeN: number;\\n totalPlaytime: number;\\n playtimeSinceLastAug: number;\\n playtimeSinceLastBitnode: number;\\n jobs: Record;\\n factions: string[];\\n tor: boolean;\\n hasCorporation: boolean;\\n inBladeburner: boolean;\\n entropy: number;\\n}\\n\\n/** @public */\\nexport interface Multipliers {\\n /** Multiplier to hacking skill */\\n hacking?: number;\\n /** Multiplier to strength skill */\\n strength?: number;\\n /** Multiplier to defense skill */\\n defense?: number;\\n /** Multiplier to dexterity skill */\\n dexterity?: number;\\n /** Multiplier to agility skill */\\n agility?: number;\\n /** Multiplier to charisma skill */\\n charisma?: number;\\n /** Multiplier to hacking experience gain rate */\\n hacking_exp?: number;\\n /** Multiplier to strength experience gain rate */\\n strength_exp?: number;\\n /** Multiplier to defense experience gain rate */\\n defense_exp?: number;\\n /** Multiplier to dexterity experience gain rate */\\n dexterity_exp?: number;\\n /** Multiplier to agility experience gain rate */\\n agility_exp?: number;\\n /** Multiplier to charisma experience gain rate */\\n charisma_exp?: number;\\n /** Multiplier to chance of successfully performing a hack */\\n hacking_chance?: number;\\n /** Multiplier to hacking speed */\\n hacking_speed?: number;\\n /** Multiplier to amount of money the player gains from hacking */\\n hacking_money?: number;\\n /** Multiplier to amount of money injected into servers using grow */\\n hacking_grow?: number;\\n /** Multiplier to amount of reputation gained when working */\\n company_rep?: number;\\n /** Multiplier to amount of reputation gained when working */\\n faction_rep?: number;\\n /** Multiplier to amount of money gained from crimes */\\n crime_money?: number;\\n /** Multiplier to crime success rate */\\n crime_success?: number;\\n /** Multiplier to amount of money gained from working */\\n work_money?: number;\\n /** Multiplier to amount of money produced by Hacknet Nodes */\\n hacknet_node_money?: number;\\n /** Multiplier to cost of purchasing a Hacknet Node */\\n hacknet_node_purchase_cost?: number;\\n /** Multiplier to cost of ram for a Hacknet Node */\\n hacknet_node_ram_cost?: number;\\n /** Multiplier to cost of core for a Hacknet Node */\\n hacknet_node_core_cost?: number;\\n /** Multiplier to cost of leveling up a Hacknet Node */\\n hacknet_node_level_cost?: number;\\n /** Multiplier to Bladeburner max stamina */\\n bladeburner_max_stamina?: number;\\n /** Multiplier to Bladeburner stamina gain rate */\\n bladeburner_stamina_gain?: number;\\n /** Multiplier to effectiveness in Bladeburner Field Analysis */\\n bladeburner_analysis?: number;\\n /** Multiplier to success chance in Bladeburner contracts/operations */\\n bladeburner_success_chance?: number;\\n}\\n\\n/** @public */\\nexport interface RunningScript {\\n /** Arguments the script was called with */\\n args: (string | number | boolean)[];\\n /** Filename of the script */\\n filename: string;\\n /**\\n * Script logs as an array. The newest log entries are at the bottom.\\n * Timestamps, if enabled, are placed inside `[brackets]` at the start of each line.\\n **/\\n logs: string[];\\n /** Total amount of hacking experience earned from this script when offline */\\n offlineExpGained: number;\\n /** Total amount of money made by this script when offline */\\n offlineMoneyMade: number;\\n /** Number of seconds that the script has been running offline */\\n offlineRunningTime: number;\\n /** Total amount of hacking experience earned from this script when online */\\n onlineExpGained: number;\\n /** Total amount of money made by this script when online */\\n onlineMoneyMade: number;\\n /** Number of seconds that this script has been running online */\\n onlineRunningTime: number;\\n /** Process ID. Must be an integer */\\n pid: number;\\n /** How much RAM this script uses for ONE thread */\\n ramUsage: number;\\n /** Hostname of the server on which this script runs */\\n server: string;\\n /** Number of threads that this script runs with */\\n threads: number;\\n}\\n\\n/** @public */\\nexport interface RecentScript extends RunningScript {\\n /** Timestamp of when the script was killed */\\n timeOfDeath: Date;\\n}\\n\\n/**\\n * Data representing the internal values of a crime.\\n * @public\\n */\\nexport interface CrimeStats {\\n /** Number representing the difficulty of the crime. Used for success chance calculations */\\n difficulty: number;\\n /** Amount of karma lost for successfully committing this crime */\\n karma: number;\\n /** How many people die as a result of this crime */\\n kills: number;\\n /** How much money is given */\\n money: number;\\n /** Name of crime */\\n name: string;\\n /** Milliseconds it takes to attempt the crime */\\n time: number;\\n /** Description of the crime activity */\\n type: string;\\n /** hacking level impact on success change of the crime */\\n hacking_success_weight: number;\\n /** strength level impact on success change of the crime */\\n strength_success_weight: number;\\n /** defense level impact on success change of the crime */\\n defense_success_weight: number;\\n /** dexterity level impact on success change of the crime */\\n dexterity_success_weight: number;\\n /** agility level impact on success change of the crime */\\n agility_success_weight: number;\\n /** charisma level impact on success change of the crime */\\n charisma_success_weight: number;\\n /** hacking exp gained from crime */\\n hacking_exp: number;\\n /** strength exp gained from crime */\\n strength_exp: number;\\n /** defense exp gained from crime */\\n defense_exp: number;\\n /** dexterity exp gained from crime */\\n dexterity_exp: number;\\n /** agility exp gained from crime */\\n agility_exp: number;\\n /** charisma exp gained from crime */\\n charisma_exp: number;\\n /** intelligence exp gained from crime */\\n intelligence_exp: number;\\n}\\n\\n/**\\n * Options to affect the behavior of {@link NS.hack | hack}, {@link NS.grow | grow}, and {@link NS.weaken | weaken}.\\n * @public\\n */\\nexport interface BasicHGWOptions {\\n /** Number of threads to use for this function.\\n * Must be less than or equal to the number of threads the script is running with. */\\n threads?: number;\\n /** Set to true this action will affect the stock market. */\\n stock?: boolean;\\n}\\n\\n/**\\n * Options to affect the behavior of {@link CodingContract} attempt.\\n * @public\\n */\\nexport interface CodingAttemptOptions {\\n /** If truthy, then the function will return a string that states the contract’s reward when it is successfully solved. */\\n returnReward: boolean;\\n}\\n\\n/**\\n * Return value of {@link Sleeve.getSleevePurchasableAugs | getSleevePurchasableAugs}\\n * @public\\n */\\nexport interface AugmentPair {\\n /** augmentation name */\\n name: string;\\n /** augmentation cost */\\n cost: number;\\n}\\n\\n/** @public */\\nexport enum PositionTypes {\\n Long = \\\"L\\\",\\n Short = \\\"S\\\",\\n}\\n\\n/** @public */\\nexport enum OrderTypes {\\n LimitBuy = \\\"Limit Buy Order\\\",\\n LimitSell = \\\"Limit Sell Order\\\",\\n StopBuy = \\\"Stop Buy Order\\\",\\n StopSell = \\\"Stop Sell Order\\\",\\n}\\n\\n/**\\n * Value in map of {@link StockOrder}\\n * @public\\n */\\nexport interface StockOrderObject {\\n /** Number of shares */\\n shares: number;\\n /** Price per share */\\n price: number;\\n /** Order type */\\n type: OrderTypes;\\n /** Order position */\\n position: PositionTypes;\\n}\\n\\n/**\\n * Return value of {@link TIX.getOrders | getOrders}\\n *\\n * Keys are stock symbols, properties are arrays of {@link StockOrderObject}\\n * @public\\n */\\nexport interface StockOrder {\\n [key: string]: StockOrderObject[];\\n}\\n\\n/**\\n * A single process on a server.\\n * @public\\n */\\nexport interface ProcessInfo {\\n /** Script name. */\\n filename: string;\\n /** Number of threads script is running with */\\n threads: number;\\n /** Script's arguments */\\n args: (string | number | boolean)[];\\n /** Process ID */\\n pid: number;\\n}\\n\\n/**\\n * Hack related multipliers.\\n * @public\\n */\\nexport interface HackingMultipliers {\\n /** Player's hacking chance multiplier. */\\n chance: number;\\n /** Player's hacking speed multiplier. */\\n speed: number;\\n /** Player's hacking money stolen multiplier. */\\n money: number;\\n /** Player's hacking growth multiplier */\\n growth: number;\\n}\\n\\n/**\\n * Hacknet related multipliers.\\n * @public\\n */\\nexport interface HacknetMultipliers {\\n /** Player's hacknet production multiplier */\\n production: number;\\n /** Player's hacknet purchase cost multiplier */\\n purchaseCost: number;\\n /** Player's hacknet ram cost multiplier */\\n ramCost: number;\\n /** Player's hacknet core cost multiplier */\\n coreCost: number;\\n /** Player's hacknet level cost multiplier */\\n levelCost: number;\\n}\\n\\n/**\\n * Hacknet node related constants\\n * @public\\n */\\nexport interface HacknetNodeConstants {\\n /** Amount of money gained per level */\\n MoneyGainPerLevel: number;\\n /** Base cost for a new node */\\n BaseCost: number;\\n /** Base cost per level */\\n LevelBaseCost: number;\\n /** Base cost to increase RAM */\\n RamBaseCost: number;\\n /** Base cost to increase cores */\\n CoreBaseCost: number;\\n /** Multiplier to purchase new node */\\n PurchaseNextMult: number;\\n /** Multiplier to increase node level */\\n UpgradeLevelMult: number;\\n /** Multiplier to increase RAM */\\n UpgradeRamMult: number;\\n /** Multiplier to increase cores */\\n UpgradeCoreMult: number;\\n /** Max node level */\\n MaxLevel: number;\\n /** Max amount of RAM in GB */\\n MaxRam: number;\\n /** Max number of cores */\\n MaxCores: number;\\n}\\n\\n/**\\n * Hacknet server related constants\\n * @public\\n */\\nexport interface HacknetServerConstants {\\n /** Number of hashes calculated per level */\\n HashesPerLevel: number;\\n /** Base cost for a new server */\\n BaseCost: number;\\n /** Base cost to increase RAM */\\n RamBaseCost: number;\\n /** Base cost to increase cores */\\n CoreBaseCost: number;\\n /** Base cost to upgrade cache */\\n CacheBaseCost: number;\\n /** Multiplier to purchase a new server */\\n PurchaseMult: number;\\n /** Multiplier to increase server level */\\n UpgradeLevelMult: number;\\n /** Multiplier to increase RAM */\\n UpgradeRamMult: number;\\n /** Multiplier to increase cores */\\n UpgradeCoreMult: number;\\n /** Multiplier to upgrade cache */\\n UpgradeCacheMult: number;\\n /** Max number of servers */\\n MaxServers: number;\\n /** Max level for a server */\\n MaxLevel: number;\\n /** Max amount of RAM in GB */\\n MaxRam: number;\\n /** Max number of cores */\\n MaxCores: number;\\n /** Max cache size */\\n MaxCache: number;\\n}\\n\\n/**\\n * A single server.\\n * @public\\n */\\nexport interface Server {\\n /**\\n * How many CPU cores this server has. Maximum of 8.\\n * Affects magnitude of grow and weaken.\\n */\\n cpuCores: number;\\n\\n /** Flag indicating whether the FTP port is open */\\n ftpPortOpen: boolean;\\n\\n /** Flag indicating whether player has admin/root access to this server */\\n hasAdminRights: boolean;\\n\\n /** Hostname. Must be unique */\\n hostname: string;\\n\\n /** Flag indicating whether HTTP Port is open */\\n httpPortOpen: boolean;\\n\\n /** IP Address. Must be unique */\\n ip: string;\\n\\n /** Flag indicating whether player is currently connected to this server */\\n isConnectedTo: boolean;\\n\\n /** RAM (GB) available on this server */\\n maxRam: number;\\n\\n /**\\n * Name of company/faction/etc. that this server belongs to.\\n * Optional, not applicable to all Servers\\n */\\n organizationName: string;\\n\\n /** RAM (GB) used. i.e. unavailable RAM */\\n ramUsed: number;\\n\\n /** Flag indicating whether SMTP Port is open */\\n smtpPortOpen: boolean;\\n\\n /** Flag indicating whether SQL Port is open */\\n sqlPortOpen: boolean;\\n\\n /** Flag indicating whether the SSH Port is open */\\n sshPortOpen: boolean;\\n\\n /** Flag indicating whether this is a purchased server */\\n purchasedByPlayer: boolean;\\n\\n /** Flag indicating whether this server has a backdoor installed by a player */\\n backdoorInstalled: boolean;\\n\\n /**\\n * Initial server security level\\n * (i.e. security level when the server was created)\\n */\\n baseDifficulty: number;\\n\\n /** Server Security Level */\\n hackDifficulty: number;\\n\\n /** Minimum server security level that this server can be weakened to */\\n minDifficulty: number;\\n\\n /** How much money currently resides on the server and can be hacked */\\n moneyAvailable: number;\\n\\n /** Maximum amount of money that this server can hold */\\n moneyMax: number;\\n\\n /** Number of open ports required in order to gain admin/root access */\\n numOpenPortsRequired: number;\\n\\n /** How many ports are currently opened on the server */\\n openPortCount: number;\\n\\n /** Hacking level required to hack this server */\\n requiredHackingSkill: number;\\n\\n /**\\n * Parameter that affects how effectively this server's money can\\n * be increased using the grow() Netscript function\\n */\\n serverGrowth: number;\\n}\\n\\n/**\\n * All multipliers affecting the difficulty of the current challenge.\\n * @public\\n */\\nexport interface BitNodeMultipliers {\\n /** Influences how quickly the player's agility level (not exp) scales */\\n AgilityLevelMultiplier: number;\\n /** Influences the base cost to purchase an augmentation. */\\n AugmentationMoneyCost: number;\\n /** Influences the base rep the player must have with a faction to purchase an augmentation. */\\n AugmentationRepCost: number;\\n /** Influences how quickly the player can gain rank within Bladeburner. */\\n BladeburnerRank: number;\\n /** Influences the cost of skill levels from Bladeburner. */\\n BladeburnerSkillCost: number;\\n /** Influences how quickly the player's charisma level (not exp) scales */\\n CharismaLevelMultiplier: number;\\n /** Influences the experience gained for each ability when a player completes a class. */\\n ClassGymExpGain: number;\\n /** Influences the amount of money gained from completing Coding Contracts */\\n CodingContractMoney: number;\\n /** Influences the experience gained for each ability when the player completes working their job. */\\n CompanyWorkExpGain: number;\\n /** Influences how much money the player earns when completing working their job. */\\n CompanyWorkMoney: number;\\n /** Influences the money gain from dividends of corporations created by the player. */\\n CorporationSoftcap: number;\\n /** Influences the valuation of corporations created by the player. */\\n CorporationValuation: number;\\n /** Influences the base experience gained for each ability when the player commits a crime. */\\n CrimeExpGain: number;\\n /** Influences the base money gained when the player commits a crime. */\\n CrimeMoney: number;\\n /** Influences how many Augmentations you need in order to get invited to the Daedalus faction */\\n DaedalusAugsRequirement: number;\\n /** Influences how quickly the player's defense level (not exp) scales */\\n DefenseLevelMultiplier: number;\\n /** Influences how quickly the player's dexterity level (not exp) scales */\\n DexterityLevelMultiplier: number;\\n /** Influences how much rep the player gains in each faction simply by being a member. */\\n FactionPassiveRepGain: number;\\n /** Influences the experience gained for each ability when the player completes work for a Faction. */\\n FactionWorkExpGain: number;\\n /** Influences how much rep the player gains when performing work for a faction. */\\n FactionWorkRepGain: number;\\n /** Influences how much it costs to unlock the stock market's 4S Market Data API */\\n FourSigmaMarketDataApiCost: number;\\n /** Influences how much it costs to unlock the stock market's 4S Market Data (NOT API) */\\n FourSigmaMarketDataCost: number;\\n /** Influences the respect gain and money gain of your gang. */\\n GangSoftcap: number;\\n /** Influences the experienced gained when hacking a server. */\\n HackExpGain: number;\\n /** Influences how quickly the player's hacking level (not experience) scales */\\n HackingLevelMultiplier: number;\\n /** Influences how much money is produced by Hacknet Nodes\\n * and the hash rate of Hacknet Servers (unlocked in BitNode-9) */\\n HacknetNodeMoney: number;\\n /** Influences how much money it costs to upgrade your home computer's RAM */\\n HomeComputerRamCost: number;\\n /** Influences how much money is gained when the player infiltrates a company. */\\n InfiltrationMoney: number;\\n /** Influences how much rep the player can gain from factions when selling stolen documents and secrets */\\n InfiltrationRep: number;\\n /** Influences how much money can be stolen from a server when the player\\n * performs a hack against it through the Terminal. */\\n ManualHackMoney: number;\\n /** Influence how much it costs to purchase a server */\\n PurchasedServerCost: number;\\n /** Influences the maximum number of purchased servers you can have */\\n PurchasedServerLimit: number;\\n /** Influences the maximum allowed RAM for a purchased server */\\n PurchasedServerMaxRam: number;\\n /** Influences cost of any purchased server at or above 128GB */\\n PurchasedServerSoftcap: number;\\n /** Influences the minimum favor the player must have with a faction before they can donate to gain rep. */\\n RepToDonateToFaction: number;\\n /** Influences how much the money on a server can be reduced when a script performs a hack against it. */\\n ScriptHackMoney: number;\\n /** Influences how much of the money stolen by a scripted hack will be added to the player's money. */\\n ScriptHackMoneyGain: number;\\n /** Influences the growth percentage per cycle against a server. */\\n ServerGrowthRate: number;\\n /** Influences the maximum money that a server can grow to. */\\n ServerMaxMoney: number;\\n /** Influences the initial money that a server starts with. */\\n ServerStartingMoney: number;\\n /** Influences the initial security level (hackDifficulty) of a server. */\\n ServerStartingSecurity: number;\\n /** Influences the weaken amount per invocation against a server. */\\n ServerWeakenRate: number;\\n /** Influences how quickly the player's strength level (not exp) scales */\\n StrengthLevelMultiplier: number;\\n /** Influences the power of the gift */\\n StaneksGiftPowerMultiplier: number;\\n /** Influences the size of the gift */\\n StaneksGiftExtraSize: number;\\n /** Influences the hacking skill required to backdoor the world daemon. */\\n WorldDaemonDifficulty: number;\\n}\\n\\n/**\\n * Object representing all the values related to a hacknet node.\\n * @public\\n */\\nexport interface NodeStats {\\n /** Node's name */\\n name: string;\\n /** Node's level */\\n level: number;\\n /** Node's RAM (GB) */\\n ram: number;\\n /** Node's used RAM (GB) */\\n ramUsed?: number;\\n /** Node's number of cores */\\n cores: number;\\n /** Cache level. Only applicable for Hacknet Servers */\\n cache?: number;\\n /** Hash Capacity provided by this Node. Only applicable for Hacknet Servers */\\n hashCapacity?: number;\\n /** Node's production per second */\\n production: number;\\n /** Number of seconds since Node has been purchased */\\n timeOnline: number;\\n /** Total number of money Node has produced */\\n totalProduction: number;\\n}\\n\\n/** @public */\\nexport interface CharacterMult {\\n /** Agility stat */\\n agility: number;\\n /** Agility exp */\\n agilityExp: number;\\n /** Charisma stat */\\n charisma: number;\\n /** Charisma exp */\\n charismaExp: number;\\n /** Company reputation */\\n companyRep: number;\\n /** Money earned from crimes */\\n crimeMoney: number;\\n /** Crime success chance */\\n crimeSuccess: number;\\n /** Defense stat */\\n defense: number;\\n /** Defense exp */\\n defenseExp: number;\\n /** Dexterity stat */\\n dexterity: number;\\n /** Dexterity exp */\\n dexterityExp: number;\\n /** Faction reputation */\\n factionRep: number;\\n /** Hacking stat */\\n hacking: number;\\n /** Hacking exp */\\n hackingExp: number;\\n /** Strength stat */\\n strength: number;\\n /** Strength exp */\\n strengthExp: number;\\n /** Money earned from jobs */\\n workMoney: number;\\n}\\n\\n/** @public */\\nexport interface SleeveWorkGains {\\n /** Hacking exp gained from work */\\n workHackExpGain: number;\\n /** Strength exp gained from work */\\n workStrExpGain: number;\\n /** Defense exp gained from work, */\\n workDefExpGain: number;\\n /** Dexterity exp gained from work */\\n workDexExpGain: number;\\n /** Agility exp gained from work */\\n workAgiExpGain: number;\\n /** Charisma exp gained from work */\\n workChaExpGain: number;\\n /** Money gained from work */\\n workMoneyGain: number;\\n}\\n\\n/** @public */\\nexport interface SourceFileLvl {\\n /** The number of the source file */\\n n: number;\\n /** The level of the source file */\\n lvl: number;\\n}\\n\\n/**\\n * Bladeburner current action.\\n * @public\\n */\\nexport interface BladeburnerCurAction {\\n /** Type of Action */\\n type: string;\\n /** Name of Action */\\n name: string;\\n}\\n\\n/**\\n * Gang general info.\\n * @public\\n */\\nexport interface GangGenInfo {\\n /** Name of faction that the gang belongs to (\\\"Slum Snakes\\\", etc.) */\\n faction: string;\\n /** Indicating whether or not it's a hacking gang */\\n isHacking: boolean;\\n /** Money earned per game cycle */\\n moneyGainRate: number;\\n /** Gang's power for territory warfare */\\n power: number;\\n /** Gang's respect */\\n respect: number;\\n /** Respect earned per game cycle */\\n respectGainRate: number;\\n /** Amount of territory held */\\n territory: number;\\n /** Clash chance */\\n territoryClashChance: number;\\n /** Gang's wanted level */\\n wantedLevel: number;\\n /** Wanted level gained/lost per game cycle (negative for losses) */\\n wantedLevelGainRate: number;\\n /** Indicating if territory warfare is enabled */\\n territoryWarfareEngaged: boolean;\\n /** Number indicating the current wanted penalty */\\n wantedPenalty: number;\\n}\\n\\n/** @public */\\nexport interface GangOtherInfoObject {\\n /** Gang power */\\n power: number;\\n /** Gang territory, in decimal form */\\n territory: number;\\n}\\n\\n/** @public */\\nexport interface GangOtherInfo {\\n [key: string]: GangOtherInfoObject;\\n}\\n\\n/**\\n * Object representing data representing a gang member task.\\n * @public\\n */\\nexport interface GangTaskStats {\\n /** Task name */\\n name: string;\\n /** Task Description */\\n desc: string;\\n /** Is a task of a hacking gang */\\n isHacking: boolean;\\n /** Is a task of a combat gang */\\n isCombat: boolean;\\n /** Base respect earned */\\n baseRespect: number;\\n /** Base wanted earned */\\n baseWanted: number;\\n /** Base money earned */\\n baseMoney: number;\\n /** Hacking skill impact on task scaling */\\n hackWeight: number;\\n /** Strength skill impact on task scaling */\\n strWeight: number;\\n /** Defense skill impact on task scaling */\\n defWeight: number;\\n /** Dexterity skill impact on task scaling */\\n dexWeight: number;\\n /** Agility skill impact on task scaling */\\n agiWeight: number;\\n /** Charisma skill impact on task scaling */\\n chaWeight: number;\\n /** Number representing the difficulty of the task */\\n difficulty: number;\\n /** Territory impact on task scaling */\\n territory: GangTerritory;\\n}\\n\\n/**\\n * Object representing data representing a gang member equipment.\\n * @public\\n */\\nexport interface EquipmentStats {\\n /** Strength multiplier */\\n str?: number;\\n /** Defense multiplier */\\n def?: number;\\n /** Dexterity multiplier */\\n dex?: number;\\n /** Agility multiplier */\\n agi?: number;\\n /** Charisma multiplier */\\n cha?: number;\\n /** Hacking multiplier */\\n hack?: number;\\n}\\n\\n/** @public */\\nexport interface GangTerritory {\\n /** Money gain impact on task scaling */\\n money: number;\\n /** Respect gain impact on task scaling */\\n respect: number;\\n /** Wanted gain impact on task scaling */\\n wanted: number;\\n}\\n\\n/** @public */\\nexport interface GangMemberInfo {\\n /** Name of the gang member */\\n name: string;\\n /** Currently assigned task */\\n task: string;\\n earnedRespect: number;\\n\\n /** Hack skill level */\\n hack: number;\\n /** Strength skill level */\\n str: number;\\n /** Defense skill level */\\n def: number;\\n /** Dexterity skill level */\\n dex: number;\\n /** Agility skill level */\\n agi: number;\\n /** Charisma skill level */\\n cha: number;\\n\\n /** Current hack experience */\\n hack_exp: number;\\n /** Current strength experience */\\n str_exp: number;\\n /** Current defense experience */\\n def_exp: number;\\n /** Current dexterity experience */\\n dex_exp: number;\\n /** Current agility experience */\\n agi_exp: number;\\n /** Current charisma experience */\\n cha_exp: number;\\n\\n /** Hack multiplier from equipment */\\n hack_mult: number;\\n /** Strength multiplier from equipment */\\n str_mult: number;\\n /** Defense multiplier from equipment */\\n def_mult: number;\\n /** Dexterity multiplier from equipment */\\n dex_mult: number;\\n /** Agility multiplier from equipment */\\n agi_mult: number;\\n /** Charisma multiplier from equipment */\\n cha_mult: number;\\n\\n /** Hack multiplier from ascensions */\\n hack_asc_mult: number;\\n /** Strength multiplier from ascensions */\\n str_asc_mult: number;\\n /** Defense multiplier from ascensions */\\n def_asc_mult: number;\\n /** Dexterity multiplier from ascensions */\\n dex_asc_mult: number;\\n /** Agility multiplier from ascensions */\\n agi_asc_mult: number;\\n /** Charisma multiplier from ascensions */\\n cha_asc_mult: number;\\n\\n /** Total earned hack experience */\\n hack_asc_points: number;\\n /** Total earned strength experience */\\n str_asc_points: number;\\n /** Total earned defense experience */\\n def_asc_points: number;\\n /** Total earned dexterity experience */\\n dex_asc_points: number;\\n /** Total earned agility experience */\\n agi_asc_points: number;\\n /** Total earned charisma experience */\\n cha_asc_points: number;\\n\\n upgrades: string[];\\n augmentations: string[];\\n\\n respectGain: number;\\n wantedLevelGain: number;\\n moneyGain: number;\\n}\\n\\n/** @public */\\nexport interface GangMemberAscension {\\n /** Amount of respect lost from ascending */\\n respect: number;\\n /** Hacking multiplier gained from ascending */\\n hack: number;\\n /** Strength multiplier gained from ascending */\\n str: number;\\n /** Defense multiplier gained from ascending */\\n def: number;\\n /** Dexterity multiplier gained from ascending */\\n dex: number;\\n /** Agility multiplier gained from ascending */\\n agi: number;\\n /** Charisma multiplier gained from ascending */\\n cha: number;\\n}\\n\\n/**\\n * Object representing a sleeve stats.\\n * @public\\n */\\nexport interface SleeveSkills {\\n /** Current shock of the sleeve [0-100] */\\n shock: number;\\n /** Current sync of the sleeve [0-100] */\\n sync: number;\\n /** Current memory of the sleeve [1-100] */\\n memory: number;\\n /** Current hacking skill of the sleeve */\\n hacking: number;\\n /** Current strength of the sleeve */\\n strength: number;\\n /** Current defense of the sleeve */\\n defense: number;\\n /** Current dexterity of the sleeve */\\n dexterity: number;\\n /** Current agility of the sleeve */\\n agility: number;\\n /** Current charisma of the sleeve */\\n charisma: number;\\n}\\n\\n/**\\n * Object representing sleeve information.\\n * @public\\n */\\nexport interface SleeveInformation {\\n /** Location of the sleeve */\\n city: string;\\n /** hp of the sleeve */\\n hp: HP;\\n /** Jobs available to the sleeve */\\n jobs: string[];\\n /** Job titles available to the sleeve */\\n jobTitle: string[];\\n /** Does this sleeve have access to the tor router */\\n tor: boolean;\\n /** Sleeve multipliers */\\n mult: CharacterMult;\\n}\\n\\n/**\\n * Object representing a sleeve current task.\\n * @public\\n */\\nexport type SleeveTask = any;\\n\\n/**\\n * Object representing a port. A port is a serialized queue.\\n * @public\\n */\\nexport interface NetscriptPort {\\n /**\\n * Write data to a port.\\n * @remarks\\n * RAM cost: 0 GB\\n *\\n * @returns The data popped off the queue if it was full.\\n */\\n write(value: string | number): null | string | number;\\n\\n /**\\n * Attempt to write data to the port.\\n * @remarks\\n * RAM cost: 0 GB\\n *\\n * @returns True if the data was added to the port, false if the port was full\\n */\\n tryWrite(value: string | number): boolean;\\n\\n /**\\n * Shift an element out of the port.\\n * @remarks\\n * RAM cost: 0 GB\\n *\\n * This function will remove the first element from the port and return it.\\n * If the port is empty, then the string “NULL PORT DATA” will be returned.\\n * @returns the data read.\\n */\\n read(): string | number;\\n\\n /**\\n * Retrieve the first element from the port without removing it.\\n * @remarks\\n * RAM cost: 0 GB\\n *\\n * This function is used to peek at the data from a port. It returns the\\n * first element in the specified port without removing that element. If\\n * the port is empty, the string “NULL PORT DATA” will be returned.\\n * @returns the data read\\n */\\n peek(): string | number;\\n\\n /**\\n * Check if the port is full.\\n * @remarks\\n * RAM cost: 0 GB\\n *\\n * @returns true if the port is full, otherwise false\\n */\\n full(): boolean;\\n\\n /**\\n * Check if the port is empty.\\n * @remarks\\n * RAM cost: 0 GB\\n *\\n * @returns true if the port is empty, otherwise false\\n */\\n empty(): boolean;\\n\\n /**\\n * Empties all data from the port.\\n * @remarks\\n * RAM cost: 0 GB\\n */\\n clear(): void;\\n}\\n\\n/**\\n * Stock market API\\n * @public\\n */\\nexport interface TIX {\\n /**\\n * Returns true if the player has access to a WSE Account\\n * @remarks RAM cost: 0.05 GB\\n */\\n hasWSEAccount(): boolean;\\n /**\\n * Returns true if the player has access to the TIX API\\n * @remarks RAM cost: 0.05 GB\\n */\\n hasTIXAPIAccess(): boolean;\\n /**\\n * Returns true if the player has access to the 4S Data\\n * @remarks RAM cost: 0.05 GB\\n */\\n has4SData(): boolean;\\n /**\\n * Returns true if the player has access to the 4SData TIX API\\n * @remarks RAM cost: 0.05 GB\\n */\\n has4SDataTIXAPI(): boolean;\\n /**\\n * Returns an array of the symbols of the tradable stocks\\n *\\n * @remarks RAM cost: 2 GB\\n * @returns Array of the symbols of the tradable stocks.\\n */\\n getSymbols(): string[];\\n\\n /**\\n * Returns the price of a stock.\\n *\\n * @remarks\\n * RAM cost: 2 GB\\n *\\n * The stock’s price is the average of its bid and ask prices. This function requires\\n * that you have the following:\\n *\\n * 1. WSE Account\\n *\\n * 1. TIX API Access\\n *\\n * @example\\n * ```ts\\n * // NS1\\n * stock.getPrice(\\\"FSIG\\\");\\n *\\n * // Choose the first stock symbol from the array of stock symbols. Get the price\\n * // of the corresponding stock.\\n * var sym = stock.getSymbols()[0];\\n * tprint(\\\"Stock symbol: \\\" + sym);\\n * tprint(\\\"Stock price: \\\" + stock.getPrice(sym));\\n * ```\\n * @example\\n * ```ts\\n * // NS2\\n * ns.stock.getPrice(\\\"FSIG\\\");\\n *\\n * // Choose the first stock symbol from the array of stock symbols. Get the price\\n * // of the corresponding stock.\\n * const sym = ns.stock.getSymbols()[0];\\n * ns.tprint(\\\"Stock symbol: \\\" + sym);\\n * ns.tprint(\\\"Stock price: \\\" + ns.stock.getPrice(sym));\\n * ```\\n * @param sym - Stock symbol.\\n * @returns The price of a stock.\\n */\\n getPrice(sym: string): number;\\n\\n /**\\n * Returns the ask price of that stock.\\n * @remarks RAM cost: 2 GB\\n *\\n * @param sym - Stock symbol.\\n * @returns The ask price of a stock.\\n */\\n getAskPrice(sym: string): number;\\n\\n /**\\n * Returns the bid price of that stock.\\n * @remarks RAM cost: 2 GB\\n *\\n * @param sym - Stock symbol.\\n * @returns The bid price of a stock.\\n */\\n getBidPrice(sym: string): number;\\n\\n /**\\n * Returns the player’s position in a stock.\\n * @remarks\\n * RAM cost: 2 GB\\n * Returns an array of four elements that represents the player’s position in a stock.\\n *\\n * The first element is the returned array is the number of shares the player owns of\\n * the stock in the Long position. The second element in the array is the average price\\n * of the player’s shares in the Long position.\\n *\\n * The third element in the array is the number of shares the player owns of the stock\\n * in the Short position. The fourth element in the array is the average price of the\\n * player’s Short position.\\n *\\n * All elements in the returned array are numeric.\\n *\\n * @example\\n * ```ts\\n * // NS1\\n * var pos = stock.getPosition(\\\"ECP\\\");\\n * var shares = pos[0];\\n * var avgPx = pos[1];\\n * var sharesShort = pos[2];\\n * var avgPxShort = pos[3];\\n * ```\\n * @example\\n * ```ts\\n * // NS2\\n * const [shares, avgPx, sharesShort, avgPxShort] = ns.stock.getPosition(\\\"ECP\\\");\\n * ```\\n * @param sym - Stock symbol.\\n * @returns Array of four elements that represents the player’s position in a stock.\\n */\\n getPosition(sym: string): [number, number, number, number];\\n\\n /**\\n * Returns the maximum number of shares of a stock.\\n * @remarks\\n * RAM cost: 2 GB\\n * This is the maximum amount of the stock that can be purchased\\n * in both the Long and Short positions combined.\\n *\\n * @param sym - Stock symbol.\\n * @returns Maximum number of shares that the stock has.\\n */\\n getMaxShares(sym: string): number;\\n\\n /**\\n * Calculates cost of buying stocks.\\n * @remarks\\n * RAM cost: 2 GB\\n * Calculates and returns how much it would cost to buy a given number of shares of a stock.\\n * This takes into account spread, large transactions influencing the price of the stock and commission fees.\\n *\\n * @param sym - Stock symbol.\\n * @param shares - Number of shares to purchase.\\n * @param posType - Specifies whether the order is a “Long” or “Short” position.\\n * @returns Cost to buy a given number of shares of a stock.\\n */\\n getPurchaseCost(sym: string, shares: number, posType: string): number;\\n\\n /**\\n * Calculate profit of selling stocks.\\n * @remarks\\n * RAM cost: 2 GB\\n * Calculates and returns how much you would gain from selling a given number of shares of a stock.\\n * This takes into account spread, large transactions influencing the price of the stock and commission fees.\\n *\\n * @param sym - Stock symbol.\\n * @param shares - Number of shares to sell.\\n * @param posType - Specifies whether the order is a “Long” or “Short” position.\\n * @returns Gain from selling a given number of shares of a stock.\\n */\\n getSaleGain(sym: string, shares: number, posType: string): number;\\n\\n /**\\n * Buy stocks.\\n * @remarks\\n * RAM cost: 2.5 GB\\n * Attempts to purchase shares of a stock using a Market Order.\\n *\\n * If the player does not have enough money to purchase the specified number of shares,\\n * then no shares will be purchased. Remember that every transaction on the stock exchange\\n * costs a certain commission fee.\\n *\\n * If this function successfully purchases the shares, it will return the stock price at which\\n * each share was purchased. Otherwise, it will return 0.\\n *\\n * @param sym - Stock symbol.\\n * @param shares - Number of shares to purchased. Must be positive. Will be rounded to nearest integer.\\n * @returns The stock price at which each share was purchased, otherwise 0 if the shares weren't purchased.\\n */\\n buyStock(sym: string, shares: number): number;\\n\\n /**\\n * Sell stocks.\\n * @remarks\\n * RAM cost: 2.5 GB\\n * Attempts to sell shares of a stock using a Market Order.\\n *\\n * If the specified number of shares in the function exceeds the amount that the player\\n * actually owns, then this function will sell all owned shares. Remember that every\\n * transaction on the stock exchange costs a certain commission fee.\\n *\\n * The net profit made from selling stocks with this function is reflected in the script’s\\n * statistics. This net profit is calculated as:\\n *\\n * shares * (sell_price - average_price_of_purchased_shares)\\n *\\n * If the sale is successful, this function will return the stock price at\\n * which each share was sold. Otherwise, it will return 0.\\n *\\n * @param sym - Stock symbol.\\n * @param shares - Number of shares to sell. Must be positive. Will be rounded to nearest integer.\\n * @returns The stock price at which each share was sold, otherwise 0 if the shares weren't sold.\\n */\\n sellStock(sym: string, shares: number): number;\\n\\n /**\\n * Short stocks.\\n * @remarks\\n * RAM cost: 2.5 GB\\n * Attempts to purchase a short position of a stock using a Market Order.\\n *\\n * The ability to short a stock is **not** immediately available to the player and\\n * must be unlocked later on in the game.\\n *\\n * If the player does not have enough money to purchase the specified number of shares,\\n * then no shares will be purchased. Remember that every transaction on the stock exchange\\n * costs a certain commission fee.\\n *\\n * If the purchase is successful, this function will return the stock price at which each\\n * share was purchased. Otherwise, it will return 0.\\n *\\n * @param sym - Stock symbol.\\n * @param shares - Number of shares to short. Must be positive. Will be rounded to nearest integer.\\n * @returns The stock price at which each share was purchased, otherwise 0 if the shares weren't purchased.\\n */\\n buyShort(sym: string, shares: number): number;\\n\\n /**\\n * Sell short stock.\\n * @remarks\\n * RAM cost: 2.5 GB\\n * Attempts to sell a short position of a stock using a Market Order.\\n *\\n * The ability to short a stock is **not** immediately available to the player and\\n * must be unlocked later on in the game.\\n *\\n * If the specified number of shares exceeds the amount that the player actually owns,\\n * then this function will sell all owned shares. Remember that every transaction on\\n * the stock exchange costs a certain commission fee.\\n *\\n * If the sale is successful, this function will return the stock price at which each\\n * share was sold. Otherwise it will return 0.\\n *\\n * @param sym - Stock symbol.\\n * @param shares - Number of shares to sell. Must be positive. Will be rounded to nearest integer.\\n * @returns The stock price at which each share was sold, otherwise 0 if the shares weren't sold.\\n */\\n sellShort(sym: string, shares: number): number;\\n\\n /**\\n * Place order for stocks.\\n * @remarks\\n * RAM cost: 2.5 GB\\n * Places an order on the stock market. This function only works for Limit and Stop Orders.\\n *\\n * The ability to place limit and stop orders is **not** immediately available to the player and\\n * must be unlocked later on in the game.\\n *\\n * Returns true if the order is successfully placed, and false otherwise.\\n *\\n * @param sym - Stock symbol.\\n * @param shares - Number of shares for order. Must be positive. Will be rounded to nearest integer.\\n * @param price - Execution price for the order.\\n * @param type - Type of order.\\n * @param pos - Specifies whether the order is a “Long” or “Short” position.\\n * @returns True if the order is successfully placed, and false otherwise.\\n */\\n placeOrder(sym: string, shares: number, price: number, type: string, pos: string): boolean;\\n\\n /**\\n * Cancel order for stocks.\\n * @remarks\\n * RAM cost: 2.5 GB\\n * Cancels an outstanding Limit or Stop order on the stock market.\\n *\\n * The ability to use limit and stop orders is **not** immediately available to the player and\\n * must be unlocked later on in the game.\\n *\\n * @param sym - Stock symbol.\\n * @param shares - Number of shares for order. Must be positive. Will be rounded to nearest integer.\\n * @param price - Execution price for the order.\\n * @param type - Type of order.\\n * @param pos - Specifies whether the order is a “Long” or “Short” position.\\n */\\n cancelOrder(sym: string, shares: number, price: number, type: string, pos: string): void;\\n\\n /**\\n * Returns your order book for the stock market.\\n * @remarks\\n * RAM cost: 2.5 GB\\n * This is an object containing information for all the Limit and Stop Orders you have in the stock market.\\n * For each symbol you have a position in, the returned object will have a key with that symbol's name.\\n * The object's properties are each an array of {@link StockOrderObject}\\n * The object has the following structure:\\n *\\n * ```ts\\n * {\\n * string1: [ // Array of orders for this stock\\n * {\\n * shares: Order quantity\\n * price: Order price\\n * type: Order type\\n * position: Either \\\"L\\\" or \\\"S\\\" for Long or Short position\\n * },\\n * {\\n * ...\\n * },\\n * ...\\n * ],\\n * string2: [ // Array of orders for this stock\\n * ...\\n * ],\\n * ...\\n * }\\n * ```\\n * The “Order type” property can have one of the following four values: \\\"Limit Buy Order\\\", \\\"Limit Sell Order\\\", \\\"Stop Buy Order\\\", \\\"Stop Sell Order\\\".\\n * Note that the order book will only contain information for stocks that you actually have orders in.\\n *\\n * @example\\n * ```ts\\n * \\\"If you do not have orders in Nova Medical (NVMD), then the returned object will not have a “NVMD” property.\\\"\\n * {\\n * ECP: [\\n * {\\n * shares: 5,\\n * price: 100,000\\n * type: \\\"Stop Buy Order\\\",\\n * position: \\\"S\\\",\\n * },\\n * {\\n * shares: 25,\\n * price: 125,000\\n * type: \\\"Limit Sell Order\\\",\\n * position: \\\"L\\\",\\n * },\\n * ],\\n * SYSC: [\\n * {\\n * shares: 100,\\n * price: 10,000\\n * type: \\\"Limit Buy Order\\\",\\n * position: \\\"L\\\",\\n * },\\n * ],\\n * }\\n * ```\\n * @returns Object containing information for all the Limit and Stop Orders you have in the stock market.\\n */\\n getOrders(): StockOrder;\\n\\n /**\\n * Returns the volatility of the specified stock.\\n * @remarks\\n * RAM cost: 2.5 GB\\n * Volatility represents the maximum percentage by which a stock’s price can change every tick.\\n * The volatility is returned as a decimal value, NOT a percentage\\n * (e.g. if a stock has a volatility of 3%, then this function will return 0.03, NOT 3).\\n *\\n * In order to use this function, you must first purchase access to the Four Sigma (4S) Market Data TIX API.\\n *\\n * @param sym - Stock symbol.\\n * @returns Volatility of the specified stock.\\n */\\n getVolatility(sym: string): number;\\n\\n /**\\n * Returns the probability that the specified stock’s price will increase (as opposed to decrease) during the next tick.\\n * @remarks\\n * RAM cost: 2.5 GB\\n * The probability is returned as a decimal value, NOT a percentage\\n * (e.g. if a stock has a 60% chance of increasing, then this function will return 0.6, NOT 60).\\n *\\n * In other words, if this function returned 0.30 for a stock, then this means that the stock’s price has a\\n * 30% chance of increasing and a 70% chance of decreasing during the next tick.\\n *\\n * In order to use this function, you must first purchase access to the Four Sigma (4S) Market Data TIX API.\\n *\\n * @param sym - Stock symbol.\\n * @returns Probability that the specified stock’s price will increase (as opposed to decrease) during the next tick.\\n */\\n getForecast(sym: string): number;\\n\\n /**\\n * Purchase 4S Market Data Access.\\n * @remarks RAM cost: 2.5 GB\\n * @returns True if you successfully purchased it or if you already have access, false otherwise.\\n */\\n purchase4SMarketData(): boolean;\\n\\n /**\\n * Purchase 4S Market Data TIX API Access.\\n * @remarks RAM cost: 2.5 GB\\n * @returns True if you successfully purchased it or if you already have access, false otherwise.\\n */\\n purchase4SMarketDataTixApi(): boolean;\\n\\n /**\\n * Purchase WSE Account.\\n * @remarks RAM cost: 2.5 GB\\n * @returns True if you successfully purchased it or if you already have access, false otherwise.\\n */\\n purchaseWseAccount(): boolean;\\n\\n /**\\n * Purchase TIX API Access\\n * @remarks RAM cost: 2.5 GB\\n * @returns True if you successfully purchased it or if you already have access, false otherwise.\\n */\\n purchaseTixApi(): boolean;\\n}\\n\\n/**\\n * Singularity API\\n * @remarks\\n * This API requires Source-File 4 to use. The RAM cost of all these functions is multiplied by 16/4/1 based on Source-File 4 levels.\\n * @public\\n */\\nexport interface Singularity {\\n /**\\n * Backup game save.\\n * @remarks\\n * RAM cost: 1 GB * 16/4/1\\n *\\n *\\n * This function will automatically opens the backup save prompt and claim the free faction favour if available.\\n *\\n */\\n exportGame(): void;\\n\\n /**\\n * Returns Backup save bonus availability.\\n * @remarks\\n * RAM cost: 0.5 GB * 16/4/1\\n *\\n *\\n * This function will check if there is a bonus for backing up your save.\\n *\\n */\\n exportGameBonus(): boolean;\\n\\n /**\\n * Take university class.\\n *\\n * @remarks\\n * RAM cost: 2 GB * 16/4/1\\n *\\n *\\n * This function will automatically set you to start taking a course at a university.\\n * If you are already in the middle of some “working” action (such as working at a\\n * company, for a faction, or on a program), then running this function will automatically\\n * cancel that action and give you your earnings.\\n *\\n * The cost and experience gains for all of these universities and classes are the same as\\n * if you were to manually visit and take these classes.\\n *\\n * @param universityName - Name of university. You must be in the correct city for whatever university you specify.\\n * @param courseName - Name of course.\\n * @param focus - Acquire player focus on this class. Optional. Defaults to true.\\n * @returns True if action is successfully started, false otherwise.\\n */\\n universityCourse(universityName: string, courseName: string, focus?: boolean): boolean;\\n\\n /**\\n * Workout at the gym.\\n *\\n * @remarks\\n * RAM cost: 2 GB * 16/4/1\\n *\\n\\n * This function will automatically set you to start working out at a gym to train\\n * a particular stat. If you are already in the middle of some “working” action\\n * (such as working at a company, for a faction, or on a program), then running\\n * this function will automatically cancel that action and give you your earnings.\\n *\\n * The cost and experience gains for all of these gyms are the same as if you were\\n * to manually visit these gyms and train\\n *\\n * @param gymName - Name of gym. You must be in the correct city for whatever gym you specify.\\n * @param stat - The stat you want to train.\\n * @param focus - Acquire player focus on this gym workout. Optional. Defaults to true.\\n * @returns True if actions is successfully started, false otherwise.\\n */\\n gymWorkout(gymName: string, stat: string, focus?: boolean): boolean;\\n\\n /**\\n * Travel to another city.\\n * @remarks\\n * RAM cost: 2 GB * 16/4/1\\n *\\n *\\n * This function allows the player to travel to any city. The cost for using this\\n * function is the same as the cost for traveling through the Travel Agency.\\n *\\n * @param city - City to travel to.\\n * @returns True if action is successful, false otherwise.\\n */\\n travelToCity(city: string): boolean;\\n\\n /**\\n * Purchase the TOR router.\\n * @remarks\\n * RAM cost: 2 GB * 16/4/1\\n *\\n *\\n * This function allows you to automatically purchase a TOR router. The cost for\\n * purchasing a TOR router using this function is the same as if you were to\\n * manually purchase one.\\n *\\n * @returns True if actions is successful or you already own TOR router, false otherwise.\\n */\\n purchaseTor(): boolean;\\n\\n /**\\n * Purchase a program from the dark web.\\n * @remarks\\n * RAM cost: 2 GB * 16/4/1\\n *\\n *\\n * This function allows you to automatically purchase programs. You MUST have a\\n * TOR router in order to use this function. The cost of purchasing programs\\n * using this function is the same as if you were purchasing them through the Dark\\n * Web using the Terminal buy command.\\n *\\n * @example\\n * ```ts\\n * // NS1\\n * purchaseProgram(\\\"brutessh.exe\\\");\\n * ```\\n * @example\\n * ```ts\\n * // NS2\\n * ns.purchaseProgram(\\\"brutessh.exe\\\");\\n * ```\\n * @param programName - Name of program to purchase.\\n * @returns True if the specified program is purchased, and false otherwise.\\n */\\n purchaseProgram(programName: string): boolean;\\n\\n /**\\n * Check if the player is busy.\\n * @remarks\\n * RAM cost: 0.5 GB * 16/4/1\\n *\\n *\\n * Returns a boolean indicating whether or not the player is currently performing an\\n * ‘action’. These actions include working for a company/faction, studying at a university,\\n * working out at a gym, creating a program, committing a crime, or carrying out a Hacking Mission.\\n *\\n * @returns True if the player is currently performing an ‘action’, false otherwise.\\n */\\n isBusy(): boolean;\\n\\n /**\\n * Stop the current action.\\n * @remarks\\n * RAM cost: 1 GB * 16/4/1\\n *\\n *\\n * This function is used to end whatever ‘action’ the player is currently performing.\\n * The player will receive whatever money/experience/etc. he has earned from that action.\\n *\\n * The actions that can be stopped with this function are:\\n *\\n * * Studying at a university\\n * * Working out at a gym\\n * * Working for a company/faction\\n * * Creating a program\\n * * Committing a crime\\n *\\n * This function will return true if the player’s action was ended.\\n * It will return false if the player was not performing an action when this function was called.\\n *\\n * @returns True if the player’s action was ended, false if the player was not performing an action.\\n */\\n stopAction(): boolean;\\n\\n /**\\n * Upgrade home computer RAM.\\n * @remarks\\n * RAM cost: 3 GB * 16/4/1\\n *\\n *\\n * This function will upgrade amount of RAM on the player’s home computer. The cost is\\n * the same as if you were to do it manually.\\n *\\n * This function will return true if the player’s home computer RAM is successfully upgraded, and false otherwise.\\n *\\n * @returns True if the player’s home computer RAM is successfully upgraded, and false otherwise.\\n */\\n upgradeHomeRam(): boolean;\\n\\n /**\\n * Upgrade home computer cores.\\n * @remarks\\n * RAM cost: 3 GB * 16/4/1\\n *\\n *\\n * This function will upgrade amount of cores on the player’s home computer. The cost is\\n * the same as if you were to do it manually.\\n *\\n * This function will return true if the player’s home computer cores is successfully upgraded, and false otherwise.\\n *\\n * @returns True if the player’s home computer cores is successfully upgraded, and false otherwise.\\n */\\n upgradeHomeCores(): boolean;\\n\\n /**\\n * Get the price of upgrading home RAM.\\n * @remarks\\n * RAM cost: 1.5 GB * 16/4/1\\n *\\n *\\n * Returns the cost of upgrading the player’s home computer RAM.\\n *\\n * @returns Cost of upgrading the player’s home computer RAM.\\n */\\n getUpgradeHomeRamCost(): number;\\n\\n /**\\n * Get the price of upgrading home cores.\\n * @remarks\\n * RAM cost: 1.5 GB * 16/4/1\\n *\\n *\\n * Returns the cost of upgrading the player’s home computer cores.\\n *\\n * @returns Cost of upgrading the player’s home computer cores.\\n */\\n getUpgradeHomeCoresCost(): number;\\n\\n /**\\n * Work for a company.\\n * @remarks\\n * RAM cost: 3 GB * 16/4/1\\n *\\n *\\n * This function will automatically set you to start working at the company\\n * at which you are employed. If you are already in the middle of some “working”\\n * action (such as working for a faction, training at a gym, or creating a program),\\n * then running this function will automatically cancel that action and give you\\n * your earnings.\\n *\\n * This function will return true if the player starts working, and false otherwise.\\n *\\n * Note that when you are working for a company, you will not actually receive your earnings (reputation, money, experience) until you FINISH the action.\\n *\\n * @example\\n * ```ts\\n * // NS1:\\n * //If you only want to work until you get 100,000 company reputation. One small hack to get around this is to continuously restart the action to receive your earnings:\\n * while (getCompanyRep(COMPANY HERE) < VALUE) {\\n * workForCompany();\\n * sleep(60000);\\n * }\\n * //This way, your company reputation will be updated every minute.\\n * ```\\n * @example\\n * ```ts\\n * // NS2:\\n * //If you only want to work until you get 100,000 company reputation. One small hack to get around this is to continuously restart the action to receive your earnings:\\n * while (ns.getCompanyRep(COMPANY HERE) < VALUE) {\\n * ns.workForCompany();\\n * await ns.sleep(60000);\\n * }\\n * //This way, your company reputation will be updated every minute.\\n * ```\\n * @param companyName - Name of company to work for. Must be an exact match. Optional. If not specified, this argument defaults to the last job that you worked\\n * @param focus - Acquire player focus on this work operation. Optional. Defaults to true.\\n * @returns True if the player starts working, and false otherwise.\\n */\\n workForCompany(companyName: string, focus?: boolean): boolean;\\n\\n /**\\n * Quit jobs by company.\\n * @remarks\\n * RAM cost: 3 GB * 16/4/1\\n *\\n *\\n * This function will finish work with the company provided and quit any jobs.\\n *\\n * @param companyName - Name of the company.\\n */\\n quitJob(companyName?: string): void;\\n\\n /**\\n * Apply for a job at a company.\\n * @remarks\\n * RAM cost: 3 GB * 16/4/1\\n *\\n *\\n * This function will automatically try to apply to the specified company\\n * for a position in the specified field. This function can also be used to\\n * apply for promotions by specifying the company and field you are already\\n * employed at.\\n *\\n * This function will return true if you successfully get a job/promotion,\\n * and false otherwise. Note that if you are trying to use this function to\\n * apply for a promotion and you don’t get one, it will return false.\\n *\\n * @param companyName - Name of company to apply to.\\n * @param field - Field to which you want to apply.\\n * @returns True if the player successfully get a job/promotion, and false otherwise.\\n */\\n applyToCompany(companyName: string, field: string): boolean;\\n\\n /**\\n * Get company reputation.\\n * @remarks\\n * RAM cost: 1 GB * 16/4/1\\n *\\n *\\n * This function will return the amount of reputation you have at the specified company.\\n * If the company passed in as an argument is invalid, -1 will be returned.\\n *\\n * @param companyName - Name of the company.\\n * @returns Amount of reputation you have at the specified company.\\n */\\n getCompanyRep(companyName: string): number;\\n\\n /**\\n * Get company favor.\\n * @remarks\\n * RAM cost: 1 GB * 16/4/1\\n *\\n *\\n * This function will return the amount of favor you have at the specified company.\\n * If the company passed in as an argument is invalid, -1 will be returned.\\n *\\n * @param companyName - Name of the company.\\n * @returns Amount of favor you have at the specified company.\\n */\\n getCompanyFavor(companyName: string): number;\\n\\n /**\\n * Get company favor gain.\\n * @remarks\\n * RAM cost: 0.75 GB * 16/4/1\\n *\\n *\\n * This function will return the amount of favor you will gain for the specified\\n * company when you reset by installing Augmentations.\\n *\\n * @param companyName - Name of the company.\\n * @returns Amount of favor you gain at the specified company when you reset by installing Augmentations.\\n */\\n getCompanyFavorGain(companyName: string): number;\\n\\n /**\\n * List all current faction invitations.\\n * @remarks\\n * RAM cost: 3 GB * 16/4/1\\n *\\n *\\n * Returns an array with the name of all Factions you currently have outstanding invitations from.\\n *\\n * @returns Array with the name of all Factions you currently have outstanding invitations from.\\n */\\n checkFactionInvitations(): string[];\\n\\n /**\\n * Join a faction.\\n * @remarks\\n * RAM cost: 3 GB * 16/4/1\\n *\\n *\\n * This function will automatically accept an invitation from a faction and join it.\\n *\\n * @param faction - Name of faction to join.\\n * @returns True if player joined the faction, and false otherwise.\\n */\\n joinFaction(faction: string): boolean;\\n\\n /**\\n * Work for a faction.\\n * @remarks\\n * RAM cost: 3 GB * 16/4/1\\n *\\n *\\n * This function will automatically set you to start working for the specified faction.\\n * Obviously, you must be a member of the faction or else this function will fail. If\\n * you are already in the middle of some “working” action (such as working for a company,\\n * training at a gym, or creating a program), then running this function will automatically\\n * cancel that action and give you your earnings.\\n *\\n * This function will return true if you successfully start working for the specified faction, and false otherwise.\\n *\\n * Note that when you are working for a faction, you will not actually receive your earnings (reputation, experience) until you FINISH the action.\\n *\\n * @example\\n * ```ts\\n * // NS1:\\n * //If you only want to work until you get 100,000 faction reputation. One small hack to get around this is to continuously restart the action to receive your earnings:\\n * while (getFactionRep(FACTION NAME) < VALUE) {\\n * workForFaction(FACNAME, WORKTYPE);\\n * sleep(60000);\\n * }\\n * //This way, your faction reputation will be updated every minute.\\n * ```\\n * @example\\n * ```ts\\n * // NS2:\\n * //If you only want to work until you get 100,000 faction reputation. One small hack to get around this is to continuously restart the action to receive your earnings:\\n * while (ns.getFactionRep(FACTION NAME) < VALUE) {\\n * ns.workForFaction(FACNAME, WORKTYPE);\\n * await ns.sleep(60000);\\n * }\\n * //This way, your faction reputation will be updated every minute.\\n * ```\\n * @param faction - Name of faction to work for.\\n * @param workType - Type of work to perform for the faction.\\n * @param focus - Acquire player focus on this work operation. Optional. Defaults to true.\\n * @returns True if the player starts working, and false otherwise.\\n */\\n workForFaction(faction: string, workType: string, focus?: boolean): boolean;\\n\\n /**\\n * Get faction reputation.\\n * @remarks\\n * RAM cost: 1 GB * 16/4/1\\n *\\n *\\n * This function returns the amount of reputation you have for the specified faction.\\n *\\n * @param faction - Name of faction to work for.\\n * @returns Amount of reputation you have for the specified faction.\\n */\\n getFactionRep(faction: string): number;\\n\\n /**\\n * Get faction favor.\\n * @remarks\\n * RAM cost: 1 GB * 16/4/1\\n *\\n *\\n * This function returns the amount of favor you have for the specified faction.\\n *\\n * @param faction - Name of faction.\\n * @returns Amount of favor you have for the specified faction.\\n */\\n getFactionFavor(faction: string): number;\\n\\n /**\\n * Get faction favor gain.\\n * @remarks\\n * RAM cost: 0.75 GB * 16/4/1\\n *\\n *\\n * This function returns the amount of favor you will gain for the specified\\n * faction when you reset by installing Augmentations.\\n *\\n * @param faction - Name of faction.\\n * @returns Amount of favor you will gain for the specified faction when you reset by installing Augmentations.\\n */\\n getFactionFavorGain(faction: string): number;\\n\\n /**\\n * Donate to a faction.\\n * @remarks\\n * RAM cost: 5 GB * 16/4/1\\n *\\n *\\n * Attempts to donate money to the specified faction in exchange for reputation.\\n * Returns true if you successfully donate the money, and false otherwise.\\n *\\n * @param faction - Name of faction to donate to.\\n * @param amount - Amount of money to donate.\\n * @returns True if the money was donated, and false otherwise.\\n */\\n donateToFaction(faction: string, amount: number): boolean;\\n\\n /**\\n * Create a program.\\n * @remarks\\n * RAM cost: 5 GB * 16/4/1\\n *\\n *\\n * This function will automatically set you to start working on creating the\\n * specified program. If you are already in the middle of some “working” action\\n * (such as working for a company, training at a gym, or taking a course), then\\n * running this function will automatically cancel that action and give you your\\n * earnings.\\n *\\n * This function returns true if you successfully start working on the specified program, and false otherwise.\\n *\\n * Note that creating a program using this function has the same hacking level requirements as it normally would. These level requirements are:\\n * * BruteSSH.exe: 50\\n * * FTPCrack.exe: 100\\n * * relaySMTP.exe: 250\\n * * HTTPWorm.exe: 500\\n * * SQLInject.exe: 750\\n * * DeepscanV1.exe: 75\\n * * DeepscanV2.exe: 400\\n * * ServerProfiler.exe: 75\\n * * AutoLink.exe: 25\\n *\\n * @example\\n * ```ts\\n * // NS1:\\n * createProgram(“relaysmtp.exe”);\\n * ```\\n * @example\\n * ```ts\\n * // NS2:\\n * ns.createProgram(“relaysmtp.exe”);\\n * ```\\n * @param program - Name of program to create.\\n * @param focus - Acquire player focus on this program creation. Optional. Defaults to true.\\n * @returns True if you successfully start working on the specified program, and false otherwise.\\n */\\n createProgram(program: string, focus?: boolean): boolean;\\n\\n /**\\n * Commit a crime.\\n * @remarks\\n * RAM cost: 5 GB * 16/4/1\\n *\\n *\\n * This function is used to automatically attempt to commit crimes.\\n * If you are already in the middle of some ‘working’ action (such\\n * as working for a company or training at a gym), then running this\\n * function will automatically cancel that action and give you your\\n * earnings.\\n *\\n * This function returns the number of milliseconds it takes to attempt the\\n * specified crime (e.g It takes 60 seconds to attempt the ‘Rob Store’ crime,\\n * so running `commitCrime('rob store')` will return 60,000).\\n *\\n * Warning: I do not recommend using the time returned from this function to try\\n * and schedule your crime attempts. Instead, I would use the isBusy Singularity\\n * function to check whether you have finished attempting a crime. This is because\\n * although the game sets a certain crime to be X amount of seconds, there is no\\n * guarantee that your browser will follow that time limit.\\n *\\n * @param crime - Name of crime to attempt.\\n * @param focus - Acquire player focus on this crime. Optional. Defaults to true.\\n * @returns The number of milliseconds it takes to attempt the specified crime.\\n */\\n commitCrime(crime: string, focus?: boolean): number;\\n\\n /**\\n * Get chance to successfully commit a crime.\\n * @remarks\\n * RAM cost: 5 GB * 16/4/1\\n *\\n *\\n * This function returns your chance of success at committing the specified crime.\\n *\\n * @param crime - Name of crime.\\n * @returns Chance of success at committing the specified crime.\\n */\\n getCrimeChance(crime: string): number;\\n\\n /**\\n * Get stats related to a crime.\\n * @remarks\\n * RAM cost: 5 GB * 16/4/1\\n *\\n *\\n * Returns the stats of the crime.\\n *\\n * @param crime - Name of crime. Not case-sensitive\\n * @returns The stats of the crime.\\n */\\n getCrimeStats(crime: string): CrimeStats;\\n\\n /**\\n * Get a list of owned augmentation.\\n * @remarks\\n * RAM cost: 5 GB * 16/4/1\\n *\\n *\\n * This function returns an array containing the names (as strings) of all Augmentations you have.\\n *\\n * @param purchased - Specifies whether the returned array should include Augmentations you have purchased but not yet installed. By default, this argument is false which means that the return value will NOT have the purchased Augmentations.\\n * @returns Array containing the names (as strings) of all Augmentations you have.\\n */\\n getOwnedAugmentations(purchased?: boolean): string[];\\n\\n /**\\n * Get a list of acquired Source-Files.\\n * @remarks\\n * RAM cost: 5 GB\\n *\\n * Returns an array of source files\\n *\\n * @returns Array containing an object with number and level of the source file.\\n */\\n getOwnedSourceFiles(): SourceFileLvl[];\\n\\n /**\\n * Get a list of augmentation available from a faction.\\n * @remarks\\n * RAM cost: 5 GB * 16/4/1\\n *\\n *\\n * Returns an array containing the names (as strings) of all Augmentations\\n * that are available from the specified faction.\\n *\\n * @param faction - Name of faction.\\n * @returns Array containing the names of all Augmentations.\\n */\\n getAugmentationsFromFaction(faction: string): string[];\\n\\n /**\\n * Get the pre-requisite of an augmentation.\\n * @remarks\\n * RAM cost: 5 GB * 16/4/1\\n *\\n *\\n * This function returns an array with the names of the prerequisite Augmentation(s) for the specified Augmentation.\\n * If there are no prerequisites, a blank array is returned.\\n *\\n * @param augName - Name of Augmentation.\\n * @returns Array with the names of the prerequisite Augmentation(s) for the specified Augmentation.\\n */\\n getAugmentationPrereq(augName: string): string[];\\n\\n /**\\n * Get the price and reputation of an augmentation.\\n * @deprecated use getAugmentationPrice getAugmentationRepCost\\n * @remarks\\n * RAM cost: 5 GB * 16/4/1\\n *\\n *\\n * This function returns an array with two elements that gives the cost for\\n * the specified Augmentation. The first element in the returned array is the\\n * reputation requirement of the Augmentation, and the second element is the\\n * money cost.\\n *\\n * If an invalid Augmentation name is passed in for the augName argument, this\\n * function will return the array [-1, -1].\\n *\\n * @param augName - Name of Augmentation.\\n * @returns Array with first element as a reputation requirement and second element as the money cost.\\n */\\n getAugmentationCost(augName: string): [number, number];\\n\\n /**\\n * Get price of an augmentation.\\n * @remarks\\n * RAM cost: 2.5 GB * 16/4/1\\n *\\n *\\n * @param augName - Name of Augmentation.\\n * @returns Price of the augmentation.\\n */\\n getAugmentationPrice(augName: string): number;\\n\\n /**\\n * Get base price of an augmentation.\\n * @remarks\\n * RAM cost: 2.5 GB * 16/4/1\\n *\\n *\\n * @param augName - Name of Augmentation.\\n * @returns Base price of the augmentation, before price multiplier.\\n */\\n getAugmentationBasePrice(augName: string): number;\\n\\n /**\\n * Get reputation requirement of an augmentation.\\n * @remarks\\n * RAM cost: 2.5 GB * 16/4/1\\n *\\n *\\n * @param augName - Name of Augmentation.\\n * @returns Reputation requirement of the augmentation.\\n */\\n getAugmentationRepReq(augName: string): number;\\n\\n /**\\n * Purchase an augmentation\\n * @remarks\\n * RAM cost: 5 GB * 16/4/1\\n *\\n *\\n * This function will try to purchase the specified Augmentation through the given Faction.\\n *\\n * This function will return true if the Augmentation is successfully purchased, and false otherwise.\\n *\\n * @param faction - Name of faction to purchase Augmentation from.\\n * @param augmentation - Name of Augmentation to purchase.\\n * @returns True if the Augmentation is successfully purchased, and false otherwise.\\n */\\n purchaseAugmentation(faction: string, augmentation: string): boolean;\\n\\n /**\\n * Get the stats of an augmentation.\\n * @remarks\\n * RAM cost: 5 GB * 16/4/1\\n *\\n *\\n * This function returns augmentation stats.\\n *\\n * @param name - Name of Augmentation. CASE-SENSITIVE.\\n * @returns Augmentation stats.\\n */\\n getAugmentationStats(name: string): Multipliers;\\n\\n /**\\n * Install your purchased augmentations.\\n * @remarks\\n * RAM cost: 5 GB * 16/4/1\\n *\\n *\\n * This function will automatically install your Augmentations, resetting the game as usual. If you do not own uninstalled Augmentations then the game will not reset.\\n *\\n * @param cbScript - This is a script that will automatically be run after Augmentations are installed (after the reset). This script will be run with no arguments and 1 thread. It must be located on your home computer.\\n */\\n installAugmentations(cbScript?: string): void;\\n\\n /**\\n * Hospitalize the player.\\n * @remarks\\n * RAM cost: 0.25 GB * 16/4/1\\n */\\n hospitalize(): void;\\n\\n /**\\n * Soft reset the game.\\n * @remarks\\n * RAM cost: 5 GB * 16/4/1\\n *\\n *\\n * This function will perform a reset even if you don’t have any augmentation installed.\\n *\\n * @param cbScript - This is a script that will automatically be run after Augmentations are installed (after the reset). This script will be run with no arguments and 1 thread. It must be located on your home computer.\\n */\\n softReset(cbScript: string): void;\\n\\n /**\\n * Go to a location.\\n * @remarks\\n * RAM cost: 5 GB * 16/4/1\\n *\\n *\\n * Move the player to a specific location.\\n *\\n * @param locationName - Name of the location.\\n * @returns True if the player was moved there, false otherwise.\\n */\\n goToLocation(locationName: string): boolean;\\n\\n /**\\n * Get the current server.\\n * @remarks\\n * RAM cost: 2 GB * 16/4/1\\n *\\n *\\n * @returns Name of the current server.\\n */\\n getCurrentServer(): string;\\n\\n /**\\n * Connect to a server.\\n * @remarks\\n * RAM cost: 2 GB * 16/4/1\\n *\\n *\\n * Run the connect HOSTNAME command in the terminal. Can only connect to neighbors.\\n *\\n * @returns True if the connect command was successful, false otherwise.\\n */\\n connect(hostname: string): boolean;\\n\\n /**\\n * Run the hack command in the terminal.\\n * @remarks\\n * RAM cost: 2 GB * 16/4/1\\n *\\n *\\n * @returns Amount of money stolen by manual hacking.\\n */\\n manualHack(): Promise;\\n\\n /**\\n * Run the backdoor command in the terminal.\\n * @remarks\\n * RAM cost: 2 GB * 16/4/1\\n *\\n *\\n * @returns Promise waiting for the installation to finish.\\n */\\n installBackdoor(): Promise;\\n\\n /**\\n * Check if the player is focused.\\n * @remarks\\n * RAM cost: 0.1 GB * 16/4/1\\n *\\n *\\n * @returns True if the player is focused.\\n */\\n isFocused(): boolean;\\n\\n /**\\n * Set the players focus.\\n * @remarks\\n * RAM cost: 0.1 GB * 16/4/1\\n *\\n * @returns True if the focus was changed.\\n */\\n setFocus(focus: boolean): boolean;\\n\\n /**\\n * Get a list of programs offered on the dark web.\\n * @remarks\\n * RAM cost: 1 GB * 16/4/1\\n *\\n *\\n * This function allows the player to get a list of programs available for purchase\\n * on the dark web. Players MUST have purchased Tor to get the list of programs\\n * available. If Tor has not been purchased yet, this function will return an\\n * empty list.\\n *\\n * @example\\n * ```ts\\n * // NS1\\n * getDarkwebPrograms();\\n * // returns ['BruteSSH.exe', 'FTPCrack.exe'...etc]\\n * ```\\n * @example\\n * ```ts\\n * // NS2\\n * ns.getDarkwebPrograms();\\n * // returns ['BruteSSH.exe', 'FTPCrack.exe'...etc]\\n * ```\\n * @returns - a list of programs available for purchase on the dark web, or [] if Tor has not\\n * been purchased\\n */\\n getDarkwebPrograms(): string[];\\n\\n /**\\n * Check the price of an exploit on the dark web\\n * @remarks\\n * RAM cost: 0.5 GB * 16/4/1\\n *\\n *\\n * This function allows you to check the price of a darkweb exploit/program.\\n * You MUST have a TOR router in order to use this function. The price returned\\n * by this function is the same price you would see with buy -l from the terminal.\\n * Returns the cost of the program if it has not been purchased yet, 0 if it\\n * has already been purchased, or -1 if Tor has not been purchased (and thus\\n * the program/exploit is not available for purchase).\\n *\\n * If the program does not exist, an error is thrown.\\n *\\n *\\n * @example\\n * ```ts\\n * // NS1\\n * getDarkwebProgramCost(\\\"brutessh.exe\\\");\\n * ```\\n * @example\\n * ```ts\\n * // NS2\\n * ns.getDarkwebProgramCost(\\\"brutessh.exe\\\");\\n * ```\\n * @param programName - Name of program to check the price of\\n * @returns Price of the specified darkweb program\\n * (if not yet purchased), 0 if it has already been purchased, or -1 if Tor has not been\\n * purchased. Throws an error if the specified program/exploit does not exist\\n */\\n getDarkwebProgramCost(programName: string): number;\\n\\n /**\\n * b1t_flum3 into a different BN.\\n * @remarks\\n * RAM cost: 16 GB * 16/4/1\\n *\\n * @param nextBN - BN number to jump to\\n * @param callbackScript - Name of the script to launch in the next BN.\\n */\\n b1tflum3(nextBN: number, callbackScript?: string): void;\\n\\n /**\\n * Destroy the w0r1d_d43m0n and move on to the next BN.\\n * @remarks\\n * RAM cost: 32 GB * 16/4/1\\n *\\n * You must have the special augment installed and the required hacking level\\n * OR\\n * Completed the final black op.\\n *\\n * @param nextBN - BN number to jump to\\n * @param callbackScript - Name of the script to launch in the next BN.\\n */\\n destroyW0r1dD43m0n(nextBN: number, callbackScript?: string): void;\\n\\n /**\\n * Get the current work the player is doing.\\n * @remarks\\n * RAM cost: 0.5 GB * 16/4/1\\n *\\n * @returns - An object representing the current work. Fields depend on the kind of work.\\n */\\n getCurrentWork(): any | null;\\n}\\n\\n/**\\n * Hacknet API\\n * @remarks\\n * Not all these functions are immediately available.\\n * @public\\n */\\nexport interface Hacknet {\\n /**\\n * Get the number of hacknet nodes you own.\\n * @remarks\\n * RAM cost: 0 GB\\n *\\n * Returns the number of Hacknet Nodes you own.\\n *\\n * @returns Number of hacknet nodes.\\n */\\n numNodes(): number;\\n\\n /**\\n * Get the maximum number of hacknet nodes.\\n * @remarks\\n * RAM cost: 0 GB\\n *\\n * @returns Maximum number of hacknet nodes.\\n */\\n maxNumNodes(): number;\\n\\n /**\\n * Purchase a new hacknet node.\\n * @remarks\\n * RAM cost: 0 GB\\n *\\n * Purchases a new Hacknet Node. Returns a number with the index of the\\n * Hacknet Node. This index is equivalent to the number at the end of\\n * the Hacknet Node’s name (e.g The Hacknet Node named `hacknet-node-4`\\n * will have an index of 4).\\n *\\n * If the player cannot afford to purchase a new Hacknet Node then the function will return -1.\\n *\\n * @returns The index of the Hacknet Node or if the player cannot afford to purchase a new Hacknet Node the function will return -1.\\n */\\n purchaseNode(): number;\\n\\n /**\\n * Get the price of the next hacknet node.\\n * @remarks\\n * RAM cost: 0 GB\\n *\\n * Returns the cost of purchasing a new Hacknet Node.\\n *\\n * @returns Cost of purchasing a new Hacknet Node.\\n */\\n getPurchaseNodeCost(): number;\\n\\n /**\\n * Get the stats of a hacknet node.\\n * @remarks\\n * RAM cost: 0 GB\\n *\\n * Returns an object containing a variety of stats about the specified Hacknet Node.\\n *\\n * Note that for Hacknet Nodes, production refers to the amount of money the node generates.\\n * For Hacknet Servers (the upgraded version of Hacknet Nodes), production refers to the\\n * amount of hashes the node generates.\\n *\\n * @param index - Index/Identifier of Hacknet Node\\n * @returns Object containing a variety of stats about the specified Hacknet Node.\\n */\\n getNodeStats(index: number): NodeStats;\\n\\n /**\\n * Upgrade the level of a hacknet node.\\n * @remarks\\n * RAM cost: 0 GB\\n *\\n * Tries to upgrade the level of the specified Hacknet Node by n.\\n *\\n * Returns true if the Hacknet Node’s level is successfully upgraded by n\\n * or if it is upgraded by some positive amount and the Node reaches its max level.\\n *\\n * Returns false otherwise.\\n *\\n * @param index - Index/Identifier of Hacknet Node.\\n * @param n - Number of levels to purchase. Must be positive. Rounded to nearest integer.\\n * @returns True if the Hacknet Node’s level is successfully upgraded, false otherwise.\\n */\\n upgradeLevel(index: number, n: number): boolean;\\n\\n /**\\n * Upgrade the RAM of a hacknet node.\\n * @remarks\\n * RAM cost: 0 GB\\n *\\n * Tries to upgrade the specified Hacknet Node’s RAM n times.\\n * Note that each upgrade doubles the Node’s RAM.\\n * So this is equivalent to multiplying the Node’s RAM by 2 n.\\n *\\n * Returns true if the Hacknet Node’s RAM is successfully upgraded n times\\n * or if it is upgraded some positive number of times and the Node reaches its max RAM.\\n *\\n * Returns false otherwise.\\n *\\n * @param index - Index/Identifier of Hacknet Node.\\n * @param n - Number of times to upgrade RAM. Must be positive. Rounded to nearest integer.\\n * @returns True if the Hacknet Node’s RAM is successfully upgraded, false otherwise.\\n */\\n upgradeRam(index: number, n: number): boolean;\\n\\n /**\\n * Upgrade the core of a hacknet node.\\n * @remarks\\n * RAM cost: 0 GB\\n *\\n * Tries to purchase n cores for the specified Hacknet Node.\\n *\\n * Returns true if it successfully purchases n cores for the Hacknet Node\\n * or if it purchases some positive amount and the Node reaches its max number of cores.\\n *\\n * Returns false otherwise.\\n *\\n * @param index - Index/Identifier of Hacknet Node.\\n * @param n - Number of cores to purchase. Must be positive. Rounded to nearest integer.\\n * @returns True if the Hacknet Node’s cores are successfully purchased, false otherwise.\\n */\\n upgradeCore(index: number, n: number): boolean;\\n\\n /**\\n * Upgrade the cache of a hacknet node.\\n * @remarks\\n * RAM cost: 0 GB\\n *\\n * This function is only applicable for Hacknet Servers (the upgraded version of a Hacknet Node).\\n *\\n * Tries to upgrade the specified Hacknet Server’s cache n times.\\n *\\n * Returns true if it successfully upgrades the Server’s cache n times,\\n * or if it purchases some positive amount and the Server reaches its max cache level.\\n *\\n * Returns false otherwise.\\n *\\n * @param index - Index/Identifier of Hacknet Node.\\n * @param n - Number of cache levels to purchase. Must be positive. Rounded to nearest integer.\\n * @returns True if the Hacknet Node’s cache level is successfully upgraded, false otherwise.\\n */\\n upgradeCache(index: number, n: number): boolean;\\n\\n /**\\n * Calculate the cost of upgrading hacknet node levels.\\n * @remarks\\n * RAM cost: 0 GB\\n *\\n * Returns the cost of upgrading the specified Hacknet Node by n levels.\\n *\\n * If an invalid value for n is provided, then this function returns 0.\\n * If the specified Hacknet Node is already at max level, then Infinity is returned.\\n *\\n * @param index - Index/Identifier of Hacknet Node.\\n * @param n - Number of levels to upgrade. Must be positive. Rounded to nearest integer.\\n * @returns Cost of upgrading the specified Hacknet Node.\\n */\\n getLevelUpgradeCost(index: number, n: number): number;\\n\\n /**\\n * Calculate the cost of upgrading hacknet node RAM.\\n * @remarks\\n * RAM cost: 0 GB\\n *\\n * Returns the cost of upgrading the RAM of the specified Hacknet Node n times.\\n *\\n * If an invalid value for n is provided, then this function returns 0.\\n * If the specified Hacknet Node already has max RAM, then Infinity is returned.\\n *\\n * @param index - Index/Identifier of Hacknet Node.\\n * @param n - Number of times to upgrade RAM. Must be positive. Rounded to nearest integer.\\n * @returns Cost of upgrading the specified Hacknet Node's RAM.\\n */\\n getRamUpgradeCost(index: number, n: number): number;\\n\\n /**\\n * Calculate the cost of upgrading hacknet node cores.\\n * @remarks\\n * RAM cost: 0 GB\\n *\\n * Returns the cost of upgrading the number of cores of the specified Hacknet Node by n.\\n *\\n * If an invalid value for n is provided, then this function returns 0.\\n * If the specified Hacknet Node is already at max level, then Infinity is returned.\\n *\\n * @param index - Index/Identifier of Hacknet Node.\\n * @param n - Number of times to upgrade cores. Must be positive. Rounded to nearest integer.\\n * @returns Cost of upgrading the specified Hacknet Node's number of cores.\\n */\\n getCoreUpgradeCost(index: number, n: number): number;\\n\\n /**\\n * Calculate the cost of upgrading hacknet node cache.\\n * @remarks\\n * RAM cost: 0 GB\\n *\\n * This function is only applicable for Hacknet Servers (the upgraded version of a Hacknet Node).\\n *\\n * Returns the cost of upgrading the cache level of the specified Hacknet Server by n.\\n *\\n * If an invalid value for n is provided, then this function returns 0.\\n * If the specified Hacknet Node is already at max level, then Infinity is returned.\\n *\\n * @param index - Index/Identifier of Hacknet Node.\\n * @param n - Number of times to upgrade cache. Must be positive. Rounded to nearest integer.\\n * @returns Cost of upgrading the specified Hacknet Node's cache.\\n */\\n getCacheUpgradeCost(index: number, n: number): number;\\n\\n /**\\n * Get the total number of hashes stored.\\n * @remarks\\n * RAM cost: 0 GB\\n *\\n * This function is only applicable for Hacknet Servers (the upgraded version of a Hacknet Node).\\n *\\n * Returns the number of hashes you have.\\n *\\n * @returns Number of hashes you have.\\n */\\n numHashes(): number;\\n\\n /**\\n * Get the maximum number of hashes you can store.\\n * @remarks\\n * RAM cost: 0 GB\\n *\\n * This function is only applicable for Hacknet Servers (the upgraded version of a Hacknet Node).\\n *\\n * Returns the number of hashes you can store.\\n *\\n * @returns Number of hashes you can store.\\n */\\n hashCapacity(): number;\\n\\n /**\\n * Get the cost of a hash upgrade.\\n * @remarks\\n * RAM cost: 0 GB\\n *\\n * This function is only applicable for Hacknet Servers (the upgraded version of a Hacknet Node).\\n *\\n * Returns the number of hashes required for the specified upgrade. The name of the upgrade must be an exact match.\\n *\\n * @example\\n * ```ts\\n * // NS1:\\n * var upgradeName = \\\"Sell for Corporation Funds\\\";\\n * if (hacknet.numHashes() > hacknet.hashCost(upgradeName)) {\\n * hacknet.spendHashes(upgradeName);\\n * }\\n * ```\\n * @example\\n * ```ts\\n * // NS2:\\n * const upgradeName = \\\"Sell for Corporation Funds\\\";\\n * if (ns.hacknet.numHashes() > ns.hacknet.hashCost(upgradeName)) {\\n * ns.hacknet.spendHashes(upgradeName);\\n * }\\n * ```\\n * @param upgName - Name of the upgrade of Hacknet Node.\\n * @param count - Number of upgrades to buy at once. Defaults to 1 if not specified.\\n * @returns Number of hashes required for the specified upgrade.\\n */\\n hashCost(upgName: string, count?: number): number;\\n\\n /**\\n * Purchase a hash upgrade.\\n * @remarks\\n * RAM cost: 0 GB\\n *\\n * This function is only applicable for Hacknet Servers (the upgraded version of a Hacknet Node).\\n *\\n * Spend the hashes generated by your Hacknet Servers on an upgrade.\\n * Returns a boolean value - true if the upgrade is successfully purchased, and false otherwise.\\n *\\n * The name of the upgrade must be an exact match.\\n * The `upgTarget` argument is used for upgrades such as `Reduce Minimum Security`, which applies to a specific server.\\n * In this case, the `upgTarget` argument must be the hostname of the server.\\n *\\n * @example\\n * ```ts\\n * // NS1:\\n * hacknet.spendHashes(\\\"Sell for Corporation Funds\\\");\\n * hacknet.spendHashes(\\\"Increase Maximum Money\\\", \\\"foodnstuff\\\");\\n * ```\\n * @example\\n * ```ts\\n * NS2:\\n * ns.hacknet.spendHashes(\\\"Sell for Corporation Funds\\\");\\n * ns.hacknet.spendHashes(\\\"Increase Maximum Money\\\", \\\"foodnstuff\\\");\\n * ```\\n * @param upgName - Name of the upgrade of Hacknet Node.\\n * @param upgTarget - Object to which upgrade applies. Required for certain upgrades.\\n * @param count - Number of upgrades to buy at once. Defaults to 1 if not specified.\\n * For compatibility reasons, upgTarget must be specified, even if it is not used, in order to specify count.\\n * @returns True if the upgrade is successfully purchased, and false otherwise.\\n */\\n spendHashes(upgName: string, upgTarget?: string, count?: number): boolean;\\n\\n /**\\n * Get the list of hash upgrades\\n * @remarks\\n * RAM cost: 0 GB\\n *\\n * This function is only applicable for Hacknet Servers (the upgraded version of a Hacknet Node).\\n *\\n * Returns the list of all available hash upgrades that can be used in the spendHashes function.\\n * @example\\n * ```ts\\n * // NS1:\\n * var upgrades = hacknet.getHashUpgrades(); // [\\\"Sell for Money\\\",\\\"Sell for Corporation Funds\\\",...]\\n * ```\\n * @example\\n * ```ts\\n * // NS2:\\n * const upgrades = ns.hacknet.getHashUpgrades(); // [\\\"Sell for Money\\\",\\\"Sell for Corporation Funds\\\",...]\\n * ```\\n * @returns An array containing the available upgrades\\n */\\n getHashUpgrades(): string[];\\n\\n /**\\n * Get the level of a hash upgrade.\\n * @remarks\\n * RAM cost: 0 GB\\n *\\n * This function is only applicable for Hacknet Servers (the upgraded version of a Hacknet Node).\\n *\\n * @returns Level of the upgrade.\\n */\\n getHashUpgradeLevel(upgName: string): number;\\n\\n /**\\n * Get the multiplier to study.\\n * @remarks\\n * RAM cost: 0 GB\\n *\\n * This function is only applicable for Hacknet Servers (the upgraded version of a Hacknet Node).\\n *\\n * @returns Multiplier.\\n */\\n getStudyMult(): number;\\n\\n /**\\n * Get the multiplier to training.\\n * @remarks\\n * RAM cost: 0 GB\\n *\\n * This function is only applicable for Hacknet Servers (the upgraded version of a Hacknet Node).\\n *\\n * @returns Multiplier.\\n */\\n getTrainingMult(): number;\\n}\\n\\n/**\\n * Bladeburner API\\n * @remarks\\n * You have to be employed in the Bladeburner division and be in BitNode-7\\n * or have Source-File 7 in order to use this API.\\n * @public\\n */\\nexport interface Bladeburner {\\n /**\\n * List all contracts.\\n * @remarks\\n * RAM cost: 0.4 GB\\n *\\n * Returns an array of strings containing the names of all Bladeburner contracts.\\n *\\n * @returns Array of strings containing the names of all Bladeburner contracts.\\n */\\n getContractNames(): string[];\\n\\n /**\\n * List all operations.\\n * @remarks\\n * RAM cost: 0.4 GB\\n *\\n * Returns an array of strings containing the names of all Bladeburner operations.\\n *\\n * @returns Array of strings containing the names of all Bladeburner operations.\\n */\\n getOperationNames(): string[];\\n\\n /**\\n * List all black ops.\\n * @remarks\\n * RAM cost: 0.4 GB\\n *\\n * Returns an array of strings containing the names of all Bladeburner Black Ops.\\n *\\n * @returns Array of strings containing the names of all Bladeburner Black Ops.\\n */\\n getBlackOpNames(): string[];\\n\\n /**\\n * List all general actions.\\n * @remarks\\n * RAM cost: 0.4 GB\\n *\\n * Returns an array of strings containing the names of all general Bladeburner actions.\\n *\\n * @returns Array of strings containing the names of all general Bladeburner actions.\\n */\\n getGeneralActionNames(): string[];\\n\\n /**\\n * List all skills.\\n * @remarks\\n * RAM cost: 0.4 GB\\n *\\n * Returns an array of strings containing the names of all general Bladeburner skills.\\n *\\n * @returns Array of strings containing the names of all general Bladeburner skills.\\n */\\n getSkillNames(): string[];\\n\\n /**\\n * Start an action.\\n * @remarks\\n * RAM cost: 4 GB\\n *\\n * Attempts to start the specified Bladeburner action.\\n * Returns true if the action was started successfully, and false otherwise.\\n *\\n * @param type - Type of action.\\n * @param name - Name of action. Must be an exact match\\n * @returns True if the action was started successfully, and false otherwise.\\n */\\n startAction(type: string, name: string): boolean;\\n\\n /**\\n * Stop current action.\\n * @remarks\\n * RAM cost: 2 GB\\n *\\n * Stops the current Bladeburner action.\\n *\\n */\\n stopBladeburnerAction(): void;\\n\\n /**\\n * Get current action.\\n * @remarks\\n * RAM cost: 1 GB\\n *\\n * Returns an object that represents the player’s current Bladeburner action.\\n * If the player is not performing an action, the function will return an object with the ‘type’ property set to “Idle”.\\n *\\n * @returns Object that represents the player’s current Bladeburner action.\\n */\\n getCurrentAction(): BladeburnerCurAction;\\n\\n /**\\n * Get the time to complete an action.\\n * @remarks\\n * RAM cost: 4 GB\\n *\\n * Returns the number of milliseconds it takes to complete the specified action\\n *\\n * @param type - Type of action.\\n * @param name - Name of action. Must be an exact match.\\n * @returns Number of milliseconds it takes to complete the specified action.\\n */\\n getActionTime(type: string, name: string): number;\\n\\n /**\\n * Get the time elapsed on current action.\\n * @remarks\\n * RAM cost: 4 GB\\n *\\n * Returns the number of milliseconds already spent on the current action.\\n *\\n * @returns Number of milliseconds already spent on the current action.\\n */\\n getActionCurrentTime(): number;\\n\\n /**\\n * Get estimate success chance of an action.\\n * @remarks\\n * RAM cost: 4 GB\\n *\\n * Returns the estimated success chance for the specified action.\\n * This chance is returned as a decimal value, NOT a percentage\\n * (e.g. if you have an estimated success chance of 80%, then this function will return 0.80, NOT 80).\\n *\\n * @param type - Type of action.\\n * @param name - Name of action. Must be an exact match.\\n * @returns Estimated success chance for the specified action.\\n */\\n getActionEstimatedSuccessChance(type: string, name: string): [number, number];\\n\\n /**\\n * Get the reputation gain of an action.\\n * @remarks\\n * RAM cost: 4 GB\\n *\\n * Returns the average Bladeburner reputation gain for successfully\\n * completing the specified action.\\n * Note that this value is an ‘average’ and the real reputation gain may vary slightly from this value.\\n *\\n * @param type - Type of action.\\n * @param name - Name of action. Must be an exact match.\\n * @param level - Optional action level at which to calculate the gain\\n * @returns Average Bladeburner reputation gain for successfully completing the specified action.\\n */\\n getActionRepGain(type: string, name: string, level: number): number;\\n\\n /**\\n * Get action count remaining.\\n * @remarks\\n * RAM cost: 4 GB\\n *\\n * Returns the remaining count of the specified action.\\n *\\n * Note that this is meant to be used for Contracts and Operations.\\n * This function will return ‘Infinity’ for actions such as Training and Field Analysis.\\n * This function will return 1 for BlackOps not yet completed regardless of whether\\n * the player has the required rank to attempt the mission or not.\\n *\\n * @param type - Type of action.\\n * @param name - Name of action. Must be an exact match.\\n * @returns Remaining count of the specified action.\\n */\\n getActionCountRemaining(type: string, name: string): number;\\n\\n /**\\n * Get the maximum level of an action.\\n * @remarks\\n * RAM cost: 4 GB\\n *\\n * Returns the maximum level for this action.\\n *\\n * Returns -1 if an invalid action is specified.\\n *\\n * @param type - Type of action.\\n * @param name - Name of action. Must be an exact match.\\n * @returns Maximum level of the specified action.\\n */\\n getActionMaxLevel(type: string, name: string): number;\\n\\n /**\\n * Get the current level of an action.\\n * @remarks\\n * RAM cost: 4 GB\\n *\\n * Returns the current level of this action.\\n *\\n * Returns -1 if an invalid action is specified.\\n *\\n * @param type - Type of action.\\n * @param name - Name of action. Must be an exact match.\\n * @returns Current level of the specified action.\\n */\\n getActionCurrentLevel(type: string, name: string): number;\\n\\n /**\\n * Get whether an action is set to autolevel.\\n * @remarks\\n * RAM cost: 4 GB\\n *\\n * Return a boolean indicating whether or not this action is currently set to autolevel.\\n *\\n * Returns false if an invalid action is specified.\\n *\\n * @param type - Type of action.\\n * @param name - Name of action. Must be an exact match.\\n * @returns True if the action is set to autolevel, and false otherwise.\\n */\\n getActionAutolevel(type: string, name: string): boolean;\\n\\n /**\\n * Set an action autolevel.\\n * @remarks\\n * RAM cost: 4 GB\\n *\\n * Enable/disable autoleveling for the specified action.\\n *\\n * @param type - Type of action.\\n * @param name - Name of action. Must be an exact match.\\n * @param autoLevel - Whether or not to autolevel this action\\n */\\n setActionAutolevel(type: string, name: string, autoLevel: boolean): void;\\n\\n /**\\n * Set the level of an action.\\n * @remarks\\n * RAM cost: 4 GB\\n *\\n * Set the level for the specified action.\\n *\\n * @param type - Type of action.\\n * @param name - Name of action. Must be an exact match.\\n * @param level - Level to set this action to.\\n */\\n setActionLevel(type: string, name: string, level: number): void;\\n\\n /**\\n * Get player bladeburner rank.\\n * @remarks\\n * RAM cost: 4 GB\\n *\\n * Returns the player’s Bladeburner Rank.\\n *\\n * @returns Player’s Bladeburner Rank.\\n */\\n getRank(): number;\\n\\n /**\\n * Get black op required rank.\\n * @remarks\\n * RAM cost: 2 GB\\n *\\n * Returns the rank required to complete this BlackOp.\\n *\\n * Returns -1 if an invalid action is specified.\\n *\\n * @param name - Name of BlackOp. Must be an exact match.\\n * @returns Rank required to complete this BlackOp.\\n */\\n getBlackOpRank(name: string): number;\\n\\n /**\\n * Get bladeburner skill points.\\n * @remarks\\n * RAM cost: 4 GB\\n *\\n * Returns the number of Bladeburner skill points you have.\\n *\\n * @returns Number of Bladeburner skill points you have.\\n */\\n getSkillPoints(): number;\\n\\n /**\\n * Get skill level.\\n * @remarks\\n * RAM cost: 4 GB\\n *\\n * This function returns your level in the specified skill.\\n *\\n * The function returns -1 if an invalid skill name is passed in.\\n *\\n * @param skillName - Name of skill. Case-sensitive and must be an exact match\\n * @returns Level in the specified skill.\\n */\\n getSkillLevel(name: string): number;\\n\\n /**\\n * Get cost to upgrade skill.\\n * @remarks\\n * RAM cost: 4 GB\\n *\\n * This function returns the number of skill points needed to upgrade the specified skill the specified number of times.\\n *\\n * The function returns -1 if an invalid skill name is passed in.\\n *\\n * @param skillName - Name of skill. Case-sensitive and must be an exact match\\n * @param count - Number of times to upgrade the skill. Defaults to 1 if not specified.\\n * @returns Number of skill points needed to upgrade the specified skill.\\n */\\n getSkillUpgradeCost(name: string, count?: number): number;\\n\\n /**\\n * Upgrade skill.\\n * @remarks\\n * RAM cost: 4 GB\\n *\\n * Attempts to upgrade the specified Bladeburner skill the specified number of times.\\n *\\n * Returns true if the skill is successfully upgraded, and false otherwise.\\n *\\n * @param skillName - Name of skill to be upgraded. Case-sensitive and must be an exact match\\n * @param count - Number of times to upgrade the skill. Defaults to 1 if not specified.\\n * @returns true if the skill is successfully upgraded, and false otherwise.\\n */\\n upgradeSkill(name: string, count?: number): boolean;\\n\\n /**\\n * Get team size.\\n * @remarks\\n * RAM cost: 4 GB\\n *\\n * Returns the number of Bladeburner team members you have assigned to the specified action.\\n *\\n * Setting a team is only applicable for Operations and BlackOps. This function will return 0 for other action types.\\n *\\n * @param type - Type of action.\\n * @param name - Name of action. Must be an exact match.\\n * @returns Number of Bladeburner team members that were assigned to the specified action.\\n */\\n getTeamSize(type: string, name: string): number;\\n\\n /**\\n * Set team size.\\n * @remarks\\n * RAM cost: 4 GB\\n *\\n * Set the team size for the specified Bladeburner action.\\n *\\n * Returns the team size that was set, or -1 if the function failed.\\n *\\n * @param type - Type of action.\\n * @param name - Name of action. Must be an exact match.\\n * @param size - Number of team members to set. Will be converted using Math.round().\\n * @returns Number of Bladeburner team members you assigned to the specified action.\\n */\\n setTeamSize(type: string, name: string, size: number): number;\\n\\n /**\\n * Get estimated population in city.\\n * @remarks\\n * RAM cost: 4 GB\\n *\\n * Returns the estimated number of Synthoids in the specified city,\\n * or -1 if an invalid city was specified.\\n *\\n * @param cityName - Name of city. Case-sensitive\\n * @returns Estimated number of Synthoids in the specified city.\\n */\\n getCityEstimatedPopulation(name: string): number;\\n\\n /**\\n * Get number of communities in a city.\\n * @remarks\\n * RAM cost: 4 GB\\n *\\n * Returns the estimated number of Synthoid communities in the specified city,\\n * or -1 if an invalid city was specified.\\n *\\n * @param cityName - Name of city. Case-sensitive\\n * @returns Number of Synthoids communities in the specified city.\\n */\\n getCityCommunities(name: string): number;\\n\\n /**\\n * Get chaos of a city.\\n * @remarks\\n * RAM cost: 4 GB\\n *\\n * Returns the chaos in the specified city,\\n * or -1 if an invalid city was specified.\\n *\\n * @param cityName - Name of city. Case-sensitive\\n * @returns Chaos in the specified city.\\n */\\n getCityChaos(name: string): number;\\n\\n /**\\n * Get current city.\\n * @remarks\\n * RAM cost: 4 GB\\n *\\n * Returns the city that the player is currently in (for Bladeburner).\\n *\\n * @returns City that the player is currently in (for Bladeburner).\\n */\\n getCity(): string;\\n\\n /**\\n * Travel to another city in bladeburner.\\n * @remarks\\n * RAM cost: 4 GB\\n * Attempts to switch to the specified city (for Bladeburner only).\\n *\\n * Returns true if successful, and false otherwise\\n *\\n * @param cityName - Name of city. Case-sensitive\\n * @returns true if successful, and false otherwise\\n */\\n switchCity(name: string): boolean;\\n\\n /**\\n * Get bladeburner stamina.\\n * @remarks\\n * RAM cost: 4 GB\\n * Returns an array with two elements:\\n * * [Current stamina, Max stamina]\\n * @example\\n * ```ts\\n * // NS1:\\n * function getStaminaPercentage() {\\n * var res = bladeburner.getStamina();\\n * return res[0] / res[1];\\n * }\\n * ```\\n * @example\\n * ```ts\\n * // NS2:\\n * function getStaminaPercentage() {\\n * const [current, max] = ns.bladeburner.getStamina();\\n * return current / max;\\n * }\\n * ```\\n * @returns Array containing current stamina and max stamina.\\n */\\n getStamina(): [number, number];\\n\\n /**\\n * Join the bladeburner faction.\\n * @remarks\\n * RAM cost: 4 GB\\n * Attempts to join the Bladeburner faction.\\n *\\n * Returns true if you successfully join the Bladeburner faction, or if you are already a member.\\n *\\n * Returns false otherwise.\\n *\\n * @returns True if you successfully join the Bladeburner faction, or if you are already a member, false otherwise.\\n */\\n joinBladeburnerFaction(): boolean;\\n\\n /**\\n * Join the bladeburner division.\\n * @remarks\\n * RAM cost: 4 GB\\n *\\n * Attempts to join the Bladeburner division.\\n *\\n * Returns true if you successfully join the Bladeburner division, or if you are already a member.\\n *\\n * Returns false otherwise.\\n *\\n * @returns True if you successfully join the Bladeburner division, or if you are already a member, false otherwise.\\n */\\n joinBladeburnerDivision(): boolean;\\n\\n /**\\n * Get bladeburner bonus time.\\n * @remarks\\n * RAM cost: 0 GB\\n *\\n * Returns the amount of accumulated “bonus time” (milliseconds) for the Bladeburner mechanic.\\n *\\n * “Bonus time” is accumulated when the game is offline or if the game is inactive in the browser.\\n *\\n * “Bonus time” makes the game progress faster, up to 5x the normal speed.\\n * For example, if an action takes 30 seconds to complete but you’ve accumulated over\\n * 30 seconds in bonus time, then the action will only take 6 seconds in real life to complete.\\n *\\n * @returns Amount of accumulated “bonus time” (milliseconds) for the Bladeburner mechanic.\\n */\\n getBonusTime(): number;\\n}\\n\\n/**\\n * Coding Contract API\\n * @public\\n */\\nexport interface CodingContract {\\n /**\\n * Attempts a coding contract.\\n * @remarks\\n * RAM cost: 10 GB\\n *\\n * Attempts to solve the Coding Contract with the provided solution.\\n *\\n * @param answer - Solution for the contract.\\n * @param filename - Filename of the contract.\\n * @param host - Hostname of the server containing the contract. Optional. Defaults to current server if not provided.\\n * @param opts - Optional parameters for configuring function behavior.\\n * @returns True if the solution was correct, false otherwise. If the returnReward option is configured, then the function will instead return a string. If the contract is successfully solved, the string will contain a description of the contract’s reward. Otherwise, it will be an empty string.\\n */\\n attempt(\\n answer: string | number | any[],\\n filename: string,\\n host?: string,\\n opts?: CodingAttemptOptions,\\n ): boolean | string;\\n\\n /**\\n * Get the type of a coding contract.\\n * @remarks\\n * RAM cost: 5 GB\\n *\\n * Returns a name describing the type of problem posed by the Coding Contract.\\n * (e.g. Find Largest Prime Factor, Total Ways to Sum, etc.)\\n *\\n * @param filename - Filename of the contract.\\n * @param host - Hostname of the server containing the contract. Optional. Defaults to current server if not provided.\\n * @returns Name describing the type of problem posed by the Coding Contract.\\n */\\n getContractType(filename: string, host?: string): string;\\n\\n /**\\n * Get the description.\\n * @remarks\\n * RAM cost: 5 GB\\n *\\n * Get the full text description for the problem posed by the Coding Contract.\\n *\\n * @param filename - Filename of the contract.\\n * @param host - Hostname of the server containing the contract. Optional. Defaults to current server if not provided.\\n * @returns Contract’s text description.\\n */\\n getDescription(filename: string, host?: string): string;\\n\\n /**\\n * Get the input data.\\n * @remarks\\n * RAM cost: 5 GB\\n *\\n * Get the data associated with the specific Coding Contract.\\n * Note that this is not the same as the contract’s description.\\n * This is just the data that the contract wants you to act on in order to solve the contract.\\n *\\n * @param filename - Filename of the contract.\\n * @param host - Host of the server containing the contract. Optional. Defaults to current server if not provided.\\n * @returns The specified contract’s data, data type depends on contract type.\\n */\\n getData(filename: string, host?: string): CodingContractData;\\n\\n /**\\n * Get the number of attempts remaining.\\n * @remarks\\n * RAM cost: 2 GB\\n *\\n * Get the number of tries remaining on the contract before it self-destructs.\\n *\\n * @param filename - Filename of the contract.\\n * @param host - Hostname of the server containing the contract. Optional. Defaults to current server if not provided.\\n * @returns How many attempts are remaining for the contract.\\n */\\n getNumTriesRemaining(filename: string, host?: string): number;\\n\\n /**\\n * Generate a dummy contract.\\n * @remarks\\n * RAM cost: 2 GB\\n *\\n * Generate a dummy contract on the home computer with no reward. Used to test various algorithms.\\n *\\n * @param type - Type of contract to generate\\n */\\n createDummyContract(type: string): void;\\n\\n /**\\n * List all contract types.\\n * @remarks\\n * RAM cost: 2 GB\\n */\\n getContractTypes(): string[];\\n}\\n\\n/**\\n * Gang API\\n * @remarks\\n * If you are not in BitNode-2, then you must have Source-File 2 in order to use this API.\\n * @public\\n */\\nexport interface Gang {\\n /**\\n * Create a gang.\\n * @remarks\\n * RAM cost: 1GB\\n *\\n * Create a gang with the specified faction.\\n * @returns True if the gang was created, false otherwise.\\n */\\n createGang(faction: string): boolean;\\n\\n /**\\n * Check if you're in a gang.\\n * @remarks\\n * RAM cost: 1GB\\n * @returns True if you're in a gang, false otherwise.\\n */\\n inGang(): boolean;\\n\\n /**\\n * List all gang members.\\n * @remarks\\n * RAM cost: 1 GB\\n *\\n * Get the names of all Gang members\\n *\\n * @returns Names of all Gang members.\\n */\\n getMemberNames(): string[];\\n\\n /**\\n * Get information about your gang.\\n * @remarks\\n * RAM cost: 2 GB\\n *\\n * Get general information about the gang.\\n *\\n * @returns Object containing general information about the gang.\\n */\\n getGangInformation(): GangGenInfo;\\n\\n /**\\n * Get information about the other gangs.\\n * @remarks\\n * RAM cost: 2 GB\\n *\\n * Get territory and power information about all gangs.\\n *\\n * @returns Object containing territory and power information about all gangs.\\n */\\n getOtherGangInformation(): GangOtherInfo;\\n\\n /**\\n * Get information about a specific gang member.\\n * @remarks\\n * RAM cost: 2 GB\\n *\\n * Get stat and equipment-related information about a Gang Member\\n *\\n * @param name - Name of member.\\n * @returns Object containing stat and equipment-related information about a Gang Member.\\n */\\n getMemberInformation(name: string): GangMemberInfo;\\n\\n /**\\n * Check if you can recruit a new gang member.\\n * @remarks\\n * RAM cost: 1 GB\\n *\\n * Returns boolean indicating whether a member can currently be recruited\\n *\\n * @returns True if a member can currently be recruited, false otherwise.\\n */\\n canRecruitMember(): boolean;\\n\\n /**\\n * Recruit a new gang member.\\n * @remarks\\n * RAM cost: 2 GB\\n *\\n * Attempt to recruit a new gang member.\\n *\\n * Possible reasons for failure:\\n * * Cannot currently recruit a new member\\n * * There already exists a member with the specified name\\n *\\n * @param name - Name of member to recruit.\\n * @returns True if the member was successfully recruited, false otherwise.\\n */\\n recruitMember(name: string): boolean;\\n\\n /**\\n * List member task names.\\n * @remarks\\n * RAM cost: 1 GB\\n *\\n * Get the name of all valid tasks that Gang members can be assigned to.\\n *\\n * @returns All valid tasks that Gang members can be assigned to.\\n */\\n getTaskNames(): string[];\\n\\n /**\\n * Set gang member to task.\\n * @remarks\\n * RAM cost: 2 GB\\n *\\n * Attempts to assign the specified Gang Member to the specified task.\\n * If an invalid task is specified, the Gang member will be set to idle (“Unassigned”).\\n *\\n * @param memberName - Name of Gang member to assign.\\n * @param taskName - Task to assign.\\n * @returns True if the Gang Member was successfully assigned to the task, false otherwise.\\n */\\n setMemberTask(memberName: string, taskName: string): boolean;\\n\\n /**\\n * Get stats of a task.\\n * @remarks\\n * RAM cost: 1 GB\\n *\\n * Get the stats of a gang task stats. This is typically used to evaluate which action should be executed next.\\n *\\n * @param name - Name of the task.\\n * @returns Detailed stats of a task.\\n */\\n getTaskStats(name: string): GangTaskStats;\\n\\n /**\\n * List equipment names.\\n * @remarks\\n * RAM cost: 1 GB\\n *\\n * Get the name of all possible equipment/upgrades you can purchase for your Gang Members.\\n * This includes Augmentations.\\n *\\n * @returns Names of all Equipments/Augmentations.\\n */\\n getEquipmentNames(): string[];\\n\\n /**\\n * Get cost of equipment.\\n * @remarks\\n * RAM cost: 2 GB\\n *\\n * Get the amount of money it takes to purchase a piece of Equipment or an Augmentation.\\n * If an invalid Equipment/Augmentation is specified, this function will return Infinity.\\n *\\n * @param equipName - Name of equipment.\\n * @returns Cost to purchase the specified Equipment/Augmentation (number). Infinity for invalid arguments\\n */\\n getEquipmentCost(equipName: string): number;\\n\\n /**\\n * Get type of an equipment.\\n * @remarks\\n * RAM cost: 2 GB\\n *\\n * Get the specified equipment type.\\n *\\n * @param equipName - Name of equipment.\\n * @returns Type of the equipment.\\n */\\n getEquipmentType(equipName: string): string;\\n\\n /**\\n * Get stats of an equipment.\\n * @remarks\\n * RAM cost: 2 GB\\n *\\n * Get the specified equipment stats.\\n *\\n * @param equipName - Name of equipment.\\n * @returns A dictionary containing the stats of the equipment.\\n */\\n getEquipmentStats(equipName: string): EquipmentStats;\\n\\n /**\\n * Purchase an equipment for a gang member.\\n * @remarks\\n * RAM cost: 4 GB\\n *\\n * Attempt to purchase the specified Equipment/Augmentation for the specified Gang member.\\n *\\n * @param memberName - Name of Gang member to purchase the equipment for.\\n * @param equipName - Name of Equipment/Augmentation to purchase.\\n * @returns True if the equipment was successfully purchased. False otherwise\\n */\\n purchaseEquipment(memberName: string, equipName: string): boolean;\\n\\n /**\\n * Ascend a gang member.\\n * @remarks\\n * RAM cost: 4 GB\\n *\\n * Ascend the specified Gang Member.\\n *\\n * @param memberName - Name of member to ascend.\\n * @returns Object with info about the ascension results. Undefined if ascension did not occur.\\n */\\n ascendMember(memberName: string): GangMemberAscension | undefined;\\n\\n /**\\n * Get the result of an ascension without ascending.\\n * @remarks\\n * RAM cost: 2 GB\\n *\\n * Get the result of an ascension without ascending.\\n *\\n * @param memberName - Name of member.\\n * @returns Object with info about the ascension results. Undefined if ascension is impossible.\\n */\\n getAscensionResult(memberName: string): GangMemberAscension | undefined;\\n\\n /**\\n * Enable/Disable territory warfare.\\n * @remarks\\n * RAM cost: 2 GB\\n *\\n * Set whether or not the gang should engage in territory warfare\\n *\\n * @param engage - Whether or not to engage in territory warfare.\\n */\\n setTerritoryWarfare(engage: boolean): void;\\n\\n /**\\n * Get chance to win clash with other gang.\\n * @remarks\\n * RAM cost: 4 GB\\n *\\n * Returns the chance you have to win a clash with the specified gang. The chance is returned in decimal form, not percentage\\n *\\n * @param gangName - Target gang\\n * @returns Chance you have to win a clash with the specified gang.\\n */\\n getChanceToWinClash(gangName: string): number;\\n\\n /**\\n * Get bonus time.\\n * @remarks\\n * RAM cost: 0 GB\\n *\\n * Returns the amount of accumulated “bonus time” (milliseconds) for the Gang mechanic.\\n *\\n * “Bonus time” is accumulated when the game is offline or if the game is inactive in the browser.\\n *\\n * “Bonus time” makes the game progress faster, up to 10x the normal speed.\\n *\\n * @returns Bonus time for the Gang mechanic in milliseconds.\\n */\\n getBonusTime(): number;\\n}\\n\\n/**\\n * Sleeve API\\n * @remarks\\n * If you are not in BitNode-10, then you must have Source-File 10 in order to use this API.\\n * @public\\n */\\nexport interface Sleeve {\\n /**\\n * Get the number of sleeves you own.\\n * @remarks\\n * RAM cost: 4 GB\\n *\\n * Return the number of duplicate sleeves the player has.\\n *\\n * @returns number of duplicate sleeves the player has.\\n */\\n getNumSleeves(): number;\\n\\n /**\\n * Get the stats of a sleeve.\\n * @remarks\\n * RAM cost: 4 GB\\n *\\n * Return a structure containing the stats of the sleeve.\\n *\\n * @param sleeveNumber - Index of the sleeve to get stats of.\\n * @returns Object containing the stats of the sleeve.\\n */\\n getSleeveStats(sleeveNumber: number): SleeveSkills;\\n\\n /**\\n * Get information about a sleeve.\\n * @remarks\\n * RAM cost: 4 GB\\n *\\n * Return a struct containing tons of information about this sleeve\\n *\\n * @param sleeveNumber - Index of the sleeve to retrieve information.\\n * @returns Object containing tons of information about this sleeve.\\n */\\n getInformation(sleeveNumber: number): SleeveInformation;\\n\\n /**\\n * Get task of a sleeve.\\n * @remarks\\n * RAM cost: 4 GB\\n *\\n * Return the current task that the sleeve is performing. type is set to “Idle” if the sleeve isn’t doing anything.\\n *\\n * @param sleeveNumber - Index of the sleeve to retrieve task from.\\n * @returns Object containing information the current task that the sleeve is performing.\\n */\\n getTask(sleeveNumber: number): SleeveTask;\\n\\n /**\\n * Set a sleeve to shock recovery.\\n * @remarks\\n * RAM cost: 4 GB\\n *\\n * Return a boolean indicating whether or not this action was set successfully.\\n *\\n * @param sleeveNumber - Index of the sleeve to start recovery.\\n * @returns True if this action was set successfully, false otherwise.\\n */\\n setToShockRecovery(sleeveNumber: number): boolean;\\n\\n /**\\n * Set a sleeve to synchronize.\\n * @remarks\\n * RAM cost: 4 GB\\n *\\n * Return a boolean indicating whether or not this action was set successfully.\\n *\\n * @param sleeveNumber - Index of the sleeve to start synchronizing.\\n * @returns True if this action was set successfully, false otherwise.\\n */\\n setToSynchronize(sleeveNumber: number): boolean;\\n\\n /**\\n * Set a sleeve to commit crime.\\n * @remarks\\n * RAM cost: 4 GB\\n *\\n * Return a boolean indicating whether or not this action was set successfully.\\n *\\n * Returns false if an invalid action is specified.\\n *\\n * You can set a sleeve to commit one of the following crimes. The crime names are not\\n * case sensitive. For example, you can pass in the crime name as `\\\"Shoplift\\\"`,\\n * `\\\"shoplift\\\"`, `\\\"shopLift\\\"`, or even `\\\"SHOPLIFT\\\"`.\\n *\\n * - Assassination\\n * - Bond forgery\\n * - Deal drugs\\n * - Grand theft auto\\n * - Heist\\n * - Homicide\\n * - Kidnap\\n * - Larceny\\n * - Mug\\n * - Rob store\\n * - Shoplift\\n * - Traffick arms\\n *\\n * @example\\n * ```ts\\n * // NS1\\n * // Assign the first 3 sleeves to commit various crimes.\\n * var crime = [\\\"mug\\\", \\\"rob store\\\", \\\"shoplift\\\"];\\n * for (var i = 0; i < crime.length; i++) {\\n * tprintf(\\\"Sleeve %d commits crime: %s\\\", i, crime[i]);\\n * sleeve.setToCommitCrime(i, crime[i]);\\n * }\\n * ```\\n * @example\\n * ```ts\\n * // NS2\\n * // Assign the first 3 sleeves to commit various crimes.\\n * const crime = [\\\"mug\\\", \\\"rob store\\\", \\\"shoplift\\\"];\\n * for (let i = 0; i < crime.length; i++) {\\n * ns.tprintf(\\\"Sleeve %d commits crime: %s\\\", i, crime[i]);\\n * ns.sleeve.setToCommitCrime(i, crime[i]);\\n * }\\n * ```\\n *\\n * @param sleeveNumber - Index of the sleeve to start committing crime. Sleeves are numbered starting from 0.\\n * @param name - Name of the crime. Must be an exact match. Refer to the list of crimes.\\n * @returns True if this action was set successfully, false otherwise.\\n */\\n setToCommitCrime(sleeveNumber: number, name: string): boolean;\\n\\n /**\\n * Set a sleeve to work for a faction.\\n * @remarks\\n * RAM cost: 4 GB\\n *\\n * Return a boolean indicating whether or not the sleeve started working or this faction.\\n *\\n * @param sleeveNumber - Index of the sleeve to work for the faction.\\n * @param factionName - Name of the faction to work for.\\n * @param factionWorkType - Name of the action to perform for this faction.\\n * @returns True if the sleeve started working on this faction, false otherwise, can also throw on errors\\n */\\n setToFactionWork(sleeveNumber: number, factionName: string, factionWorkType: string): boolean | undefined;\\n\\n /**\\n * Set a sleeve to work for a company.\\n * @remarks\\n * RAM cost: 4 GB\\n *\\n * Return a boolean indicating whether or not the sleeve started working or this company.\\n *\\n * @param sleeveNumber - Index of the sleeve to work for the company.\\n * @param companyName - Name of the company to work for.\\n * @returns True if the sleeve started working on this company, false otherwise.\\n */\\n setToCompanyWork(sleeveNumber: number, companyName: string): boolean;\\n\\n /**\\n * Set a sleeve to take a class at a university.\\n * @remarks\\n * RAM cost: 4 GB\\n *\\n * Return a boolean indicating whether or not this action was set successfully.\\n *\\n * @param sleeveNumber - Index of the sleeve to start taking class.\\n * @param university - Name of the university to attend.\\n * @param className - Name of the class to follow.\\n * @returns True if this action was set successfully, false otherwise.\\n */\\n setToUniversityCourse(sleeveNumber: number, university: string, className: string): boolean;\\n\\n /**\\n * Set a sleeve to workout at the gym.\\n * @remarks\\n * RAM cost: 4 GB\\n *\\n * Return a boolean indicating whether or not the sleeve started working out.\\n *\\n * @param sleeveNumber - Index of the sleeve to workout at the gym.\\n * @param gymName - Name of the gym.\\n * @param stat - Name of the stat to train.\\n * @returns True if the sleeve started working out, false otherwise.\\n */\\n setToGymWorkout(sleeveNumber: number, gymName: string, stat: string): boolean;\\n\\n /**\\n * Make a sleeve travel to another city.\\n * @remarks\\n * RAM cost: 4 GB\\n *\\n * Return a boolean indicating whether or not the sleeve reached destination.\\n *\\n * @param sleeveNumber - Index of the sleeve to travel.\\n * @param cityName - Name of the destination city.\\n * @returns True if the sleeve reached destination, false otherwise.\\n */\\n travel(sleeveNumber: number, cityName: string): boolean;\\n\\n /**\\n * Get augmentations installed on a sleeve.\\n * @remarks\\n * RAM cost: 4 GB\\n *\\n * Return a list of augmentation names that this sleeve has installed.\\n *\\n * @param sleeveNumber - Index of the sleeve to retrieve augmentations from.\\n * @returns List of augmentation names that this sleeve has installed.\\n */\\n getSleeveAugmentations(sleeveNumber: number): string[];\\n\\n /**\\n * Get price of an augmentation.\\n * @remarks\\n * RAM cost: 4 GB\\n *\\n *\\n * @param augName - Name of Augmentation.\\n * @returns Price of the augmentation.\\n */\\n getSleeveAugmentationPrice(augName: string): number;\\n\\n /**\\n * Get reputation requirement of an augmentation.\\n * @remarks\\n * RAM cost: 4 GB\\n *\\n *\\n * @param augName - Name of Augmentation.\\n * @returns Reputation requirement of the augmentation.\\n */\\n getSleeveAugmentationRepReq(augName: string): number;\\n\\n /**\\n * List purchasable augs for a sleeve.\\n * @remarks\\n * RAM cost: 4 GB\\n *\\n * Return a list of augmentations that the player can buy for this sleeve.\\n *\\n * @param sleeveNumber - Index of the sleeve to retrieve purchasable augmentations from.\\n * @returns List of augmentations that the player can buy for this sleeve.\\n */\\n getSleevePurchasableAugs(sleeveNumber: number): AugmentPair[];\\n\\n /**\\n * Purchase an aug for a sleeve.\\n * @remarks\\n * RAM cost: 4 GB\\n *\\n * Return true if the aug was purchased and installed on the sleeve.\\n *\\n * @param sleeveNumber - Index of the sleeve to buy an aug for.\\n * @param augName - Name of the aug to buy. Must be an exact match.\\n * @returns True if the aug was purchased and installed on the sleeve, false otherwise.\\n */\\n purchaseSleeveAug(sleeveNumber: number, augName: string): boolean;\\n\\n /**\\n * Set a sleeve to perform bladeburner actions.\\n * @remarks\\n * RAM cost: 4 GB\\n *\\n * Return a boolean indicating whether or not the sleeve started working out.\\n *\\n * @param sleeveNumber - Index of the sleeve to workout at the gym.\\n * @param action - Name of the action to be performed.\\n * @param contract - Name of the contract if applicable.\\n * @returns True if the sleeve started working out, false otherwise.\\n */\\n setToBladeburnerAction(sleeveNumber: number, action: string, contract?: string): boolean;\\n}\\n\\n/**\\n * Grafting API\\n * @remarks\\n * This API requires Source-File 10 to use.\\n * @public\\n */\\nexport interface Grafting {\\n /**\\n * Retrieve the grafting cost of an aug.\\n * @remarks\\n * RAM cost: 3.75 GB\\n *\\n * @param augName - Name of the aug to check the price of. Must be an exact match.\\n * @returns The cost required to graft the named augmentation.\\n * @throws Will error if an invalid Augmentation name is provided.\\n */\\n getAugmentationGraftPrice(augName: string): number;\\n\\n /**\\n * Retrieves the time required to graft an aug.\\n * @remarks\\n * RAM cost: 3.75 GB\\n *\\n * @param augName - Name of the aug to check the grafting time of. Must be an exact match.\\n * @returns The time required, in millis, to graft the named augmentation.\\n * @throws Will error if an invalid Augmentation name is provided.\\n */\\n getAugmentationGraftTime(augName: string): number;\\n\\n /**\\n * Retrieves a list of Augmentations that can be grafted.\\n * @remarks\\n * RAM cost: 5 GB\\n *\\n * Note that this function returns a list of currently graftable Augmentations,\\n * based off of the Augmentations that you already own.\\n *\\n * @returns An array of graftable Augmentations.\\n */\\n getGraftableAugmentations(): string[];\\n\\n /**\\n * Begins grafting the named aug. You must be in New Tokyo to use this.\\n * @remarks\\n * RAM cost: 7.5 GB\\n *\\n * @param augName - The name of the aug to begin grafting. Must be an exact match.\\n * @param focus - Acquire player focus on this Augmentation grafting. Optional. Defaults to true.\\n * @returns True if the aug successfully began grafting, false otherwise (e.g. not enough money, or\\n * invalid Augmentation name provided).\\n * @throws Will error if called while you are not in New Tokyo.\\n */\\n graftAugmentation(augName: string, focus?: boolean): boolean;\\n}\\n\\n/**\\n * Skills formulas\\n * @public\\n */\\ninterface SkillsFormulas {\\n /**\\n * Calculate skill level.\\n * @param exp - experience for that skill\\n * @param skillMult - Multiplier for that skill, defaults to 1.\\n * @returns The calculated skill level.\\n */\\n calculateSkill(exp: number, skillMult?: number): number;\\n /**\\n * Calculate exp for skill level.\\n * @param skill - target skill level\\n * @param skillMult - Multiplier for that skill, defaults to 1.\\n * @returns The calculated exp required.\\n */\\n calculateExp(skill: number, skillMult?: number): number;\\n}\\n\\n/** @public */\\nexport interface WorkStats {\\n money: number;\\n reputation: number;\\n hackExp: number;\\n strExp: number;\\n defExp: number;\\n dexExp: number;\\n agiExp: number;\\n chaExp: number;\\n intExp: number;\\n}\\n\\n/**\\n * Work formulas\\n * @public\\n */\\ninterface WorkFormulas {\\n crimeGains(crimeType: string): WorkStats;\\n classGains(player: Player, classType: string, locationName: string): WorkStats;\\n factionGains(player: Player, workType: string, favor: number): WorkStats;\\n}\\n\\n/**\\n * Reputation formulas\\n * @public\\n */\\ninterface ReputationFormulas {\\n /**\\n * Calculate the total required amount of faction reputation to reach a target favor.\\n * @param favor - target faction favor.\\n * @returns The calculated faction reputation required.\\n */\\n calculateFavorToRep(favor: number): number;\\n /**\\n * Calculate the resulting faction favor of a total amount of reputation.\\n * (Faction favor is gained whenever you install an Augmentation.)\\n * @param rep - amount of reputation.\\n * @returns The calculated faction favor.\\n */\\n calculateRepToFavor(rep: number): number;\\n\\n /**\\n * Calculate how much rep would be gained.\\n * @param amount - Amount of money donated\\n * @param player - Player info from {@link NS.getPlayer | getPlayer}\\n */\\n repFromDonation(amount: number, player: Player): number;\\n}\\n\\n/**\\n * Hacking formulas\\n * @public\\n */\\ninterface HackingFormulas {\\n /**\\n * Calculate hack chance.\\n * (Ex: 0.25 would indicate a 25% chance of success.)\\n * @param server - Server info from {@link NS.getServer | getServer}\\n * @param player - Player info from {@link NS.getPlayer | getPlayer}\\n * @returns The calculated hack chance.\\n */\\n hackChance(server: Server, player: Player): number;\\n /**\\n * Calculate hack exp for one thread.\\n * @remarks\\n * Multiply by thread to get total exp\\n * @param server - Server info from {@link NS.getServer | getServer}\\n * @param player - Player info from {@link NS.getPlayer | getPlayer}\\n * @returns The calculated hack exp.\\n */\\n hackExp(server: Server, player: Player): number;\\n /**\\n * Calculate hack percent for one thread.\\n * (Ex: 0.25 would steal 25% of the server's current value.)\\n * @remarks\\n * Multiply by thread to get total percent hacked.\\n * @param server - Server info from {@link NS.getServer | getServer}\\n * @param player - Player info from {@link NS.getPlayer | getPlayer}\\n * @returns The calculated hack percent.\\n */\\n hackPercent(server: Server, player: Player): number;\\n /**\\n * Calculate the percent a server would grow to.\\n * (Ex: 3.0 would would grow the server to 300% of its current value.)\\n * @param server - Server info from {@link NS.getServer | getServer}\\n * @param threads - Amount of thread.\\n * @param player - Player info from {@link NS.getPlayer | getPlayer}\\n * @param cores - Number of cores on the computer that will execute grow.\\n * @returns The calculated grow percent.\\n */\\n growPercent(server: Server, threads: number, player: Player, cores?: number): number;\\n /**\\n * Calculate hack time.\\n * @param server - Server info from {@link NS.getServer | getServer}\\n * @param player - Player info from {@link NS.getPlayer | getPlayer}\\n * @returns The calculated hack time.\\n */\\n hackTime(server: Server, player: Player): number;\\n /**\\n * Calculate grow time.\\n * @param server - Server info from {@link NS.getServer | getServer}\\n * @param player - Player info from {@link NS.getPlayer | getPlayer}\\n * @returns The calculated grow time.\\n */\\n growTime(server: Server, player: Player): number;\\n /**\\n * Calculate weaken time.\\n * @param server - Server info from {@link NS.getServer | getServer}\\n * @param player - Player info from {@link NS.getPlayer | getPlayer}\\n * @returns The calculated weaken time.\\n */\\n weakenTime(server: Server, player: Player): number;\\n}\\n\\n/**\\n * Hacknet Node formulas\\n * @public\\n */\\ninterface HacknetNodesFormulas {\\n /**\\n * Calculate money gain rate.\\n * @param level - level of the node.\\n * @param ram - ram of the node.\\n * @param cores - cores of the node.\\n * @param mult - player production mult (default to 1)\\n * @returns The calculated money gain rate.\\n */\\n moneyGainRate(level: number, ram: number, cores: number, mult?: number): number;\\n /**\\n * Calculate cost of upgrading hacknet node level.\\n * @param startingLevel - starting level\\n * @param extraLevels - amount of level to purchase (defaults to 1)\\n * @param costMult - player cost reduction (default to 1)\\n * @returns The calculated cost.\\n */\\n levelUpgradeCost(startingLevel: number, extraLevels?: number, costMult?: number): number;\\n /**\\n * Calculate cost of upgrading hacknet node ram.\\n * @param startingRam - starting ram\\n * @param extraLevels - amount of level of ram to purchase (defaults to 1)\\n * @param costMult - player cost reduction (default to 1)\\n * @returns The calculated cost.\\n */\\n ramUpgradeCost(startingRam: number, extraLevels?: number, costMult?: number): number;\\n /**\\n * Calculate cost of upgrading hacknet node cores.\\n * @param startingCore - starting cores\\n * @param extraCores - amount of cores to purchase (defaults to 1)\\n * @param costMult - player cost reduction (default to 1)\\n * @returns The calculated cost.\\n */\\n coreUpgradeCost(startingCore: number, extraCores?: number, costMult?: number): number;\\n /**\\n * Calculate the cost of a hacknet node.\\n * @param n - number of the hacknet node\\n * @param mult - player cost reduction (defaults to 1)\\n * @returns The calculated cost.\\n */\\n hacknetNodeCost(n: number, mult: number): number;\\n /**\\n * All constants used by the game.\\n * @returns An object with all hacknet node constants used by the game.\\n */\\n constants(): HacknetNodeConstants;\\n}\\n\\n/**\\n * Hacknet Server formulas\\n * @public\\n */\\ninterface HacknetServersFormulas {\\n /**\\n * Calculate hash gain rate.\\n * @param level - level of the server.\\n * @param ramUsed - ramUsed of the server.\\n * @param maxRam - maxRam of the server.\\n * @param cores - cores of the server.\\n * @param mult - player production mult (default to 1)\\n * @returns The calculated hash gain rate.\\n */\\n hashGainRate(level: number, ramUsed: number, maxRam: number, cores: number, mult?: number): number;\\n /**\\n * Calculate cost of upgrading hacknet server level.\\n * @param startingLevel - starting level\\n * @param extraLevels - amount of level to purchase (defaults to 1)\\n * @param costMult - player cost reduction (default to 1)\\n * @returns The calculated cost.\\n */\\n levelUpgradeCost(startingLevel: number, extraLevels?: number, costMult?: number): number;\\n /**\\n * Calculate cost of upgrading hacknet server ram.\\n * @param startingRam - starting ram\\n * @param extraLevels - amount of level of ram to purchase (defaults to 1)\\n * @param costMult - player cost reduction (default to 1)\\n * @returns The calculated cost.\\n */\\n ramUpgradeCost(startingRam: number, extraLevels?: number, costMult?: number): number;\\n /**\\n * Calculate cost of upgrading hacknet server cores.\\n * @param startingCore - starting cores\\n * @param extraCores - amount of cores to purchase (defaults to 1)\\n * @param costMult - player cost reduction (default to 1)\\n * @returns The calculated cost.\\n */\\n coreUpgradeCost(startingCore: number, extraCores?: number, costMult?: number): number;\\n /**\\n * Calculate cost of upgrading hacknet server cache.\\n * @param startingCache - starting cache level\\n * @param extraCache - amount of levels of cache to purchase (defaults to 1)\\n * @returns The calculated cost.\\n */\\n cacheUpgradeCost(startingCache: number, extraCache?: number): number;\\n /**\\n * Calculate hash cost of an upgrade.\\n * @param upgName - name of the upgrade\\n * @param level - level of the upgrade\\n * @returns The calculated hash cost.\\n */\\n hashUpgradeCost(upgName: number, level: number): number;\\n /**\\n * Calculate the cost of a hacknet server.\\n * @param n - number of the hacknet server\\n * @param mult - player cost reduction (defaults to 1)\\n * @returns The calculated cost.\\n */\\n hacknetServerCost(n: number, mult?: number): number;\\n /**\\n * All constants used by the game.\\n * @returns An object with all hacknet server constants used by the game.\\n */\\n constants(): HacknetServerConstants;\\n}\\n\\n/**\\n * Gang formulas\\n * @public\\n */\\ninterface GangFormulas {\\n /**\\n * Calculate the wanted penalty.\\n * @param gang - Gang info from {@link Gang.getGangInformation | getGangInformation}\\n * @returns The calculated wanted penalty.\\n */\\n wantedPenalty(gang: GangGenInfo): number;\\n /**\\n * Calculate respect gain per tick.\\n * @param gang - Gang info from {@link Gang.getGangInformation | getGangInformation}\\n * @param member - Gang info from {@link Gang.getMemberInformation | getMemberInformation}\\n * @param task - Gang info from {@link Gang.getTaskStats | getTaskStats}\\n * @returns The calculated respect gain.\\n */\\n respectGain(gang: GangGenInfo, member: GangMemberInfo, task: GangTaskStats): number;\\n /**\\n * Calculate wanted gain per tick.\\n * @param gang - Gang info from {@link Gang.getGangInformation | getGangInformation}\\n * @param member - Member info from {@link Gang.getMemberInformation | getMemberInformation}\\n * @param task - Task info from {@link Gang.getTaskStats | getTaskStats}\\n * @returns The calculated wanted gain.\\n */\\n wantedLevelGain(gang: GangGenInfo, member: GangMemberInfo, task: GangTaskStats): number;\\n /**\\n * Calculate money gain per tick.\\n * @param gang - Gang info from {@link Gang.getGangInformation | getGangInformation}\\n * @param member - Member info from {@link Gang.getMemberInformation | getMemberInformation}\\n * @param task - Task info from {@link Gang.getTaskStats | getTaskStats}\\n * @returns The calculated money gain.\\n */\\n moneyGain(gang: GangGenInfo, member: GangMemberInfo, task: GangTaskStats): number;\\n\\n /**\\n * Calculate ascension point gain.\\n * @param exp - Experience point before ascension.\\n * @returns The calculated ascension point gain.\\n */\\n ascensionPointsGain(exp: number): number;\\n\\n /**\\n * Calculate ascension mult.\\n * @param points - Amount of ascension points.\\n * @returns The calculated ascension mult.\\n */\\n ascensionMultiplier(points: number): number;\\n}\\n\\n/**\\n * Formulas API\\n * @remarks\\n * You need Formulas.exe on your home computer to use this API.\\n * @public\\n */\\nexport interface Formulas {\\n mockServer(): Server;\\n mockPlayer(): Player;\\n /** Reputation formulas */\\n reputation: ReputationFormulas;\\n /** Skills formulas */\\n skills: SkillsFormulas;\\n /** Hacking formulas */\\n hacking: HackingFormulas;\\n /** Hacknet Nodes formulas */\\n hacknetNodes: HacknetNodesFormulas;\\n /** Hacknet Servers formulas */\\n hacknetServers: HacknetServersFormulas;\\n /** Gang formulas */\\n gang: GangFormulas;\\n /** Work formulas */\\n work: WorkFormulas;\\n}\\n\\n/** @public */\\nexport interface Fragment {\\n id: number;\\n shape: boolean[][];\\n type: number;\\n power: number;\\n limit: number;\\n}\\n\\n/** @public */\\nexport interface ActiveFragment {\\n id: number;\\n highestCharge: number;\\n numCharge: number;\\n rotation: number;\\n x: number;\\n y: number;\\n}\\n\\n/**\\n * Stanek's Gift API.\\n * @public\\n */\\ninterface Stanek {\\n /**\\n * Stanek's Gift width.\\n * @remarks\\n * RAM cost: 0.4 GB\\n * @returns The width of the gift.\\n */\\n giftWidth(): number;\\n /**\\n * Stanek's Gift height.\\n * @remarks\\n * RAM cost: 0.4 GB\\n * @returns The height of the gift.\\n */\\n giftHeight(): number;\\n\\n /**\\n * Charge a fragment, increasing its power.\\n * @remarks\\n * RAM cost: 0.4 GB\\n * @param rootX - rootX Root X against which to align the top left of the fragment.\\n * @param rootY - rootY Root Y against which to align the top left of the fragment.\\n * @returns Promise that lasts until the charge action is over.\\n */\\n chargeFragment(rootX: number, rootY: number): Promise;\\n\\n /**\\n * List possible fragments.\\n * @remarks\\n * RAM cost: 0 GB\\n *\\n * @returns List of possible fragments.\\n */\\n fragmentDefinitions(): Fragment[];\\n\\n /**\\n * List of fragments in Stanek's Gift.\\n * @remarks\\n * RAM cost: 5 GB\\n *\\n * @returns List of active fragments placed on Stanek's Gift.\\n */\\n activeFragments(): ActiveFragment[];\\n\\n /**\\n * Clear the board of all fragments.\\n * @remarks\\n * RAM cost: 0 GB\\n */\\n clearGift(): void;\\n\\n /**\\n * Check if fragment can be placed at specified location.\\n * @remarks\\n * RAM cost: 0.5 GB\\n *\\n * @param rootX - rootX Root X against which to align the top left of the fragment.\\n * @param rootY - rootY Root Y against which to align the top left of the fragment.\\n * @param rotation - rotation A number from 0 to 3, the mount of 90 degree turn to take.\\n * @param fragmentId - fragmentId ID of the fragment to place.\\n * @returns true if the fragment can be placed at that position. false otherwise.\\n */\\n canPlaceFragment(rootX: number, rootY: number, rotation: number, fragmentId: number): boolean;\\n /**\\n * Place fragment on Stanek's Gift.\\n * @remarks\\n * RAM cost: 5 GB\\n *\\n * @param rootX - X against which to align the top left of the fragment.\\n * @param rootY - Y against which to align the top left of the fragment.\\n * @param rotation - A number from 0 to 3, the mount of 90 degree turn to take.\\n * @param fragmentId - ID of the fragment to place.\\n * @returns true if the fragment can be placed at that position. false otherwise.\\n */\\n placeFragment(rootX: number, rootY: number, rotation: number, fragmentId: number): boolean;\\n /**\\n * Get placed fragment at location.\\n * @remarks\\n * RAM cost: 5 GB\\n *\\n * @param rootX - X against which to align the top left of the fragment.\\n * @param rootY - Y against which to align the top left of the fragment.\\n * @returns The fragment at [rootX, rootY], if any.\\n */\\n getFragment(rootX: number, rootY: number): ActiveFragment | undefined;\\n\\n /**\\n * Remove fragment at location.\\n * @remarks\\n * RAM cost: 0.15 GB\\n *\\n * @param rootX - X against which to align the top left of the fragment.\\n * @param rootY - Y against which to align the top left of the fragment.\\n * @returns The fragment at [rootX, rootY], if any.\\n */\\n removeFragment(rootX: number, rootY: number): boolean;\\n\\n /**\\n * Accept Stanek's Gift by joining the Church of the Machine God\\n * @remarks\\n * RAM cost: 2 GB\\n *\\n * @returns true if the player is a member of the church and has the gift installed,\\n * false otherwise.\\n */\\n acceptGift(): boolean;\\n}\\n\\n/** @public */\\nexport interface InfiltrationReward {\\n tradeRep: number;\\n sellCash: number;\\n SoARep: number;\\n}\\n\\n/** @public */\\nexport interface ILocation {\\n city: string;\\n name: string;\\n}\\n\\n/** @public */\\nexport interface InfiltrationLocation {\\n location: ILocation;\\n reward: InfiltrationReward;\\n difficulty: number;\\n}\\n\\n/**\\n * Infiltration API.\\n * @public\\n */\\ninterface Infiltration {\\n /**\\n * Get all locations that can be infiltrated.\\n * @remarks\\n * RAM cost: 5 GB\\n *\\n * @returns all locations that can be infiltrated.\\n */\\n getPossibleLocations(): PossibleInfiltrationLocation[];\\n /**\\n * Get all infiltrations with difficulty, location and rewards.\\n * @remarks\\n * RAM cost: 15 GB\\n *\\n * @returns Infiltration data for given location.\\n */\\n getInfiltration(location: string): InfiltrationLocation;\\n}\\n\\n/**\\n * User Interface API.\\n * @public\\n */\\ninterface UserInterface {\\n /**\\n * Get the current window size\\n * @remarks\\n * RAM cost: 0 GB\\n *\\n * @returns An array of 2 value containing the window width and height.\\n */\\n windowSize(): [number, number];\\n\\n /**\\n * Get the current theme\\n * @remarks\\n * RAM cost: 0 GB\\n *\\n * @returns An object containing the theme's colors\\n */\\n getTheme(): UserInterfaceTheme;\\n\\n /**\\n * Sets the current theme\\n * @remarks\\n * RAM cost: 0 GB\\n * @example\\n * Usage example (NS2)\\n * ```ts\\n * const theme = ns.ui.getTheme();\\n * theme.primary = '#ff5500';\\n * ns.ui.setTheme(theme);\\n * ```\\n */\\n setTheme(newTheme: UserInterfaceTheme): void;\\n\\n /**\\n * Resets the player's theme to the default values\\n * @remarks\\n * RAM cost: 0 GB\\n */\\n resetTheme(): void;\\n\\n /**\\n * Get the current styles\\n * @remarks\\n * RAM cost: 0 GB\\n *\\n * @returns An object containing the player's styles\\n */\\n getStyles(): IStyleSettings;\\n\\n /**\\n * Sets the current styles\\n * @remarks\\n * RAM cost: 0 GB\\n * @example\\n * Usage example (NS2)\\n * ```ts\\n * const styles = ns.ui.getStyles();\\n * styles.fontFamily = 'Comic Sans Ms';\\n * ns.ui.setStyles(styles);\\n * ```\\n */\\n setStyles(newStyles: IStyleSettings): void;\\n\\n /**\\n * Resets the player's styles to the default values\\n * @remarks\\n * RAM cost: 0 GB\\n */\\n resetStyles(): void;\\n\\n /**\\n * Gets the current game information (version, commit, ...)\\n * @remarks\\n * RAM cost: 0 GB\\n */\\n getGameInfo(): GameInfo;\\n\\n /**\\n * Clear the Terminal window, as if the player ran `clear` in the terminal\\n * @remarks\\n * RAM cost: 0.2 GB\\n */\\n clearTerminal(): void;\\n}\\n\\n/**\\n * Collection of all functions passed to scripts\\n * @public\\n * @remarks\\n * Basic ns1 usage example:\\n * ```ts\\n * // Basic ns functions can be used directly\\n * getHostname();\\n * // Some related functions are gathered within a common namespace\\n * stock.getPrice();\\n * ```\\n * {@link https://bitburner.readthedocs.io/en/latest/netscript/netscript1.html| ns1 in-game docs}\\n *
    \\n * Basic ns2 usage example:\\n * ```ts\\n * export async function main(ns) {\\n * // Basic ns functions can be accessed on the ns object\\n * ns.getHostname();\\n * // Some related functions are gathered under a sub-property of the ns object\\n * ns.stock.getPrice();\\n * // Some functions need to be awaited\\n * await ns.hack('n00dles');\\n * }\\n * ```\\n * {@link https://bitburner.readthedocs.io/en/latest/netscript/netscriptjs.html| ns2 in-game docs}\\n *
    \\n */\\nexport interface NS {\\n /**\\n * Namespace for hacknet functions.\\n * @remarks RAM cost: 4 GB\\n */\\n readonly hacknet: Hacknet;\\n\\n /**\\n * Namespace for bladeburner functions.\\n * @remarks RAM cost: 0 GB\\n */\\n readonly bladeburner: Bladeburner;\\n\\n /**\\n * Namespace for codingcontract functions.\\n * @remarks RAM cost: 0 GB\\n */\\n readonly codingcontract: CodingContract;\\n\\n /**\\n * Namespace for gang functions.\\n * @remarks RAM cost: 0 GB\\n */\\n readonly gang: Gang;\\n\\n /**\\n * Namespace for sleeve functions.\\n * @remarks RAM cost: 0 GB\\n */\\n readonly sleeve: Sleeve;\\n\\n /**\\n * Namespace for stock functions.\\n * @remarks RAM cost: 0 GB\\n */\\n readonly stock: TIX;\\n\\n /**\\n * Namespace for formulas functions.\\n * @remarks RAM cost: 0 GB\\n */\\n readonly formulas: Formulas;\\n\\n /**\\n * Namespace for stanek functions.\\n * RAM cost: 0 GB\\n */\\n readonly stanek: Stanek;\\n\\n /**\\n * Namespace for infiltration functions.\\n * RAM cost: 0 GB\\n */\\n readonly infiltration: Infiltration;\\n\\n /**\\n * Namespace for corporation functions.\\n * RAM cost: 1022.4 GB\\n */\\n readonly corporation: Corporation;\\n\\n /**\\n * Namespace for user interface functions.\\n * RAM cost: 0 GB\\n */\\n readonly ui: UserInterface;\\n\\n /**\\n * Namespace for singularity functions.\\n * RAM cost: 0 GB\\n */\\n readonly singularity: Singularity;\\n\\n /**\\n * Namespace for grafting functions.\\n * @remarks RAM cost: 0 GB\\n */\\n readonly grafting: Grafting;\\n\\n /**\\n * Arguments passed into the script.\\n *\\n * @remarks\\n * RAM cost: 0 GB\\n *\\n * Arguments passed into a script can be accessed using a normal\\n * array using the [] operator (args[0], args[1], etc…).\\n *\\n * It is also possible to get the number of arguments that was passed into a script using: 'args.length'\\n * WARNING: Do not try to modify the args array. This will break the game.\\n */\\n readonly args: (string | number | boolean)[];\\n\\n /**\\n * Steal a servers money.\\n * @remarks\\n * RAM cost: 0.1 GB\\n *\\n * Function that is used to try and hack servers to steal money and gain hacking experience.\\n * The runtime for this command depends on your hacking level and the target server’s\\n * security level when this function is called. In order to hack a server you must first gain root access to that server\\n * and also have the required hacking level.\\n *\\n * A script can hack a server from anywhere. It does not need to be running on the same\\n * server to hack that server. For example, you can create a script that hacks the `foodnstuff`\\n * server and run that script on any server in the game.\\n *\\n * A successful `hack()` on a server will raise that server’s security level by 0.002.\\n *\\n * @example\\n * ```ts\\n * // NS1:\\n * var earnedMoney = hack(\\\"foodnstuff\\\");\\n * ```\\n * @example\\n * ```ts\\n * // NS2:\\n * let earnedMoney = await ns.hack(\\\"foodnstuff\\\");\\n * ```\\n * @param host - Hostname of the target server to hack.\\n * @param opts - Optional parameters for configuring function behavior.\\n * @returns The amount of money stolen if the hack is successful, and zero otherwise.\\n */\\n hack(host: string, opts?: BasicHGWOptions): Promise;\\n\\n /**\\n * Spoof money in a servers bank account, increasing the amount available.\\n * @remarks\\n * RAM cost: 0.15 GB\\n *\\n * Use your hacking skills to increase the amount of money available on a server.\\n * The runtime for this command depends on your hacking level and the target server’s\\n * security level. When `grow` completes, the money available on a target server will\\n * be increased by a certain, fixed percentage. This percentage is determined by the\\n * target server’s growth rate (which varies between servers) and security level. Generally,\\n * higher-level servers have higher growth rates. The getServerGrowth() function can be used\\n * to obtain a server’s growth rate.\\n *\\n * Like hack, `grow` can be called on any server, regardless of where the script is running.\\n * The grow() command requires root access to the target server, but there is no required hacking\\n * level to run the command. It also raises the security level of the target server by 0.004.\\n *\\n * @example\\n * ```ts\\n * // NS1:\\n * var currentMoney = getServerMoneyAvailable(\\\"foodnstuff\\\");\\n * currentMoney = currentMoney * (1 + grow(\\\"foodnstuff\\\"));\\n * ```\\n * @example\\n * ```ts\\n * // NS2:\\n * let currentMoney = ns.getServerMoneyAvailable(\\\"foodnstuff\\\");\\n * currentMoney *= (1 + await ns.grow(\\\"foodnstuff\\\"));\\n * ```\\n * @param host - Hostname of the target server to grow.\\n * @param opts - Optional parameters for configuring function behavior.\\n * @returns The number by which the money on the server was multiplied for the growth.\\n */\\n grow(host: string, opts?: BasicHGWOptions): Promise;\\n\\n /**\\n * Reduce a server security level.\\n * @remarks\\n * RAM cost: 0.15 GB\\n *\\n * Use your hacking skills to attack a server’s security, lowering the server’s security level.\\n * The runtime for this command depends on your hacking level and the target server’s security\\n * level when this function is called. This function lowers the security level of the target server by 0.05.\\n *\\n * Like hack and grow, `weaken` can be called on any server, regardless of\\n * where the script is running. This command requires root access to the target server, but\\n * there is no required hacking level to run the command.\\n *\\n * @example\\n * ```ts\\n * // NS1:\\n * var currentSecurity = getServerSecurityLevel(\\\"foodnstuff\\\");\\n * currentSecurity = currentSecurity - weaken(\\\"foodnstuff\\\");\\n * ```\\n * @example\\n * ```ts\\n * // NS2:\\n * let currentSecurity = ns.getServerSecurityLevel(\\\"foodnstuff\\\");\\n * currentSecurity -= await ns.weaken(\\\"foodnstuff\\\");\\n * ```\\n * @param host - Hostname of the target server to weaken.\\n * @param opts - Optional parameters for configuring function behavior.\\n * @returns The amount by which the target server’s security level was decreased. This is equivalent to 0.05 multiplied by the number of script threads.\\n */\\n weaken(host: string, opts?: BasicHGWOptions): Promise;\\n\\n /**\\n * Predict the effect of weaken.\\n * @remarks\\n * RAM cost: 1 GB\\n *\\n * Returns the security decrease that would occur if a weaken with this many threads happened.\\n *\\n * @param threads - Amount of threads that will be used.\\n * @param cores - Optional. The number of cores of the server that would run weaken.\\n * @returns The security decrease.\\n */\\n weakenAnalyze(threads: number, cores?: number): number;\\n\\n /**\\n * Predict the effect of hack.\\n * @remarks\\n * RAM cost: 1 GB\\n *\\n * This function returns the number of script threads you need when running the hack command\\n * to steal the specified amount of money from the target server.\\n * If hackAmount is less than zero or greater than the amount of money available on the server,\\n * then this function returns -1.\\n *\\n * Warning: The value returned by this function isn’t necessarily a whole number.\\n *\\n * @example\\n * ```ts\\n * //For example, let’s say the foodnstuff server has $10m and you run:\\n * hackAnalyzeThreads(\\\"foodnstuff\\\", 1e6);\\n * //If this function returns 50, this means that if your next hack call is run on a script with 50 threads, it will steal $1m from the foodnstuff server.\\n * ```\\n * @param host - Hostname of the target server to analyze.\\n * @param hackAmount - Amount of money you want to hack from the server.\\n * @returns The number of threads needed to hack the server for hackAmount money.\\n */\\n hackAnalyzeThreads(host: string, hackAmount: number): number;\\n\\n /**\\n * Get the part of money stolen with a single thread.\\n * @remarks\\n * RAM cost: 1 GB\\n *\\n * Returns the part of the specified server’s money you will steal with a single thread hack.\\n *\\n * @example\\n * ```ts\\n * // NS1:\\n * //For example, assume the following returns 0.01:\\n * var hackAmount = hackAnalyze(\\\"foodnstuff\\\");\\n * //This means that if hack the foodnstuff server using a single thread, then you will steal 1%, or 0.01 of its total money. If you hack using N threads, then you will steal N*0.01 times its total money.\\n * ```\\n * @example\\n * ```ts\\n * // NS2:\\n * //For example, assume the following returns 0.01:\\n * const hackAmount = ns.hackAnalyze(\\\"foodnstuff\\\");\\n * //This means that if hack the foodnstuff server using a single thread, then you will steal 1%, or 0.01 of its total money. If you hack using N threads, then you will steal N*0.01 times its total money.\\n * ```\\n * @param host - Hostname of the target server.\\n * @returns The part of money you will steal from the target server with a single thread hack.\\n */\\n hackAnalyze(host: string): number;\\n\\n /**\\n * Get the security increase for a number of thread.\\n * @remarks\\n * RAM cost: 1 GB\\n *\\n * Returns the security increase that would occur if a hack with this many threads happened.\\n *\\n * @param threads - Amount of threads that will be used.\\n * @param hostname - Hostname of the target server. The number of threads is limited to the number needed to hack the servers maximum amount of money.\\n * @returns The security increase.\\n */\\n hackAnalyzeSecurity(threads: number, hostname?: string): number;\\n\\n /**\\n * Get the chance of successfully hacking a server.\\n * @remarks\\n * RAM cost: 1 GB\\n *\\n * Returns the chance you have of successfully hacking the specified server.\\n *\\n * This returned value is in decimal form, not percentage.\\n *\\n * @param host - Hostname of the target server.\\n * @returns The chance you have of successfully hacking the target server.\\n */\\n hackAnalyzeChance(host: string): number;\\n\\n /**\\n * Calculate the number of grow thread needed to grow a server by a certain multiplier.\\n * @remarks\\n * RAM cost: 1 GB\\n *\\n * This function returns the number of “growths” needed in order to increase\\n * the amount of money available on the specified server by the specified amount.\\n * The specified amount is multiplicative and is in decimal form, not percentage.\\n *\\n * Warning: The value returned by this function isn’t necessarily a whole number.\\n *\\n * @example\\n * ```ts\\n * // NS1:\\n * //For example, if you want to determine how many grow calls you need to double the amount of money on foodnstuff, you would use:\\n * var growTimes = growthAnalyze(\\\"foodnstuff\\\", 2);\\n * //If this returns 100, then this means you need to call grow 100 times in order to double the money (or once with 100 threads).\\n * ```\\n * @example\\n * ```ts\\n * // NS2:\\n * //For example, if you want to determine how many grow calls you need to double the amount of money on foodnstuff, you would use:\\n * const growTimes = ns.growthAnalyze(\\\"foodnstuff\\\", 2);\\n * //If this returns 100, then this means you need to call grow 100 times in order to double the money (or once with 100 threads).\\n * ```\\n * @param host - Hostname of the target server.\\n * @param growthAmount - Multiplicative factor by which the server is grown. Decimal form..\\n * @returns The amount of grow calls needed to grow the specified server by the specified amount\\n */\\n growthAnalyze(host: string, growthAmount: number, cores?: number): number;\\n\\n /**\\n * Calculate the security increase for a number of thread.\\n * @remarks\\n * RAM cost: 1 GB\\n *\\n * Returns the security increase that would occur if a grow with this many threads happened.\\n *\\n * @param threads - Amount of threads that will be used.\\n * @param hostname - Optional. Hostname of the target server. The number of threads is limited to the number needed to hack the servers maximum amount of money.\\n * @param cores - Optional. The number of cores of the server that would run grow.\\n * @returns The security increase.\\n */\\n growthAnalyzeSecurity(threads: number, hostname?: string, cores?: number): number;\\n\\n /**\\n * Suspends the script for n milliseconds.\\n * @remarks\\n * RAM cost: 0 GB\\n *\\n * @param millis - Number of milliseconds to sleep.\\n * @example\\n * ```ts\\n * // NS1:\\n * // This will count from 1 to 10 in your terminal, with one number every 5 seconds\\n * for (var i=0; i<10; i++) {\\n * tprint(i + 1);\\n * sleep(5000);\\n * }\\n * ```\\n * @example\\n * ```ts\\n * // NS2:\\n * // This will count from 1 to 10 in your terminal, with one number every 5 seconds\\n * for (var i=0; i<10; i++) {\\n * ns.tprint(i + 1);\\n * await ns.sleep(5000);\\n * }\\n * ```\\n * @returns\\n */\\n sleep(millis: number): Promise;\\n\\n /**\\n * Suspends the script for n milliseconds. Doesn't block with concurrent calls.\\n * You should prefer 'sleep' over 'asleep' except when doing very complex UI work.\\n * @remarks\\n * RAM cost: 0 GB\\n *\\n * @param millis - Number of milliseconds to sleep.\\n * @returns\\n */\\n asleep(millis: number): Promise;\\n\\n /**\\n * Prints one or move values or variables to the script’s logs.\\n * @remarks\\n * RAM cost: 0 GB\\n *\\n * If the argument is a string, you can color code your message by prefixing your\\n * string with one of these strings:\\n *\\n * - `\\\"ERROR\\\"`: The whole string will be printed in red. Use this prefix to indicate\\n * that an error has occurred.\\n *\\n * - `\\\"SUCCESS\\\"`: The whole string will be printed in green, similar to the default\\n * theme of the Terminal. Use this prefix to indicate that something is correct.\\n *\\n * - `\\\"WARN\\\"`: The whole string will be printed in yellow. Use this prefix to\\n * indicate that you or a user of your script should be careful of something.\\n *\\n * - `\\\"INFO\\\"`: The whole string will be printed in purplish blue. Use this prefix to\\n * remind yourself or a user of your script of something. Think of this prefix as\\n * indicating an FYI (for your information).\\n *\\n * For custom coloring, use ANSI escape sequences. The examples below use the Unicode\\n * escape code `\\\\u001b`. The color coding also works if `\\\\u001b` is replaced with\\n * the hexadecimal escape code `\\\\x1b`. The Bash escape code `\\\\e` is not supported.\\n * The octal escape code `\\\\033` is not allowed because the game runs JavaScript in\\n * strict mode.\\n *\\n * @example\\n * ```ts\\n * // NS1\\n * // Default color coding.\\n * print(\\\"ERROR means something's wrong.\\\");\\n * print(\\\"SUCCESS means everything's OK.\\\");\\n * print(\\\"WARN Tread with caution!\\\");\\n * print(\\\"WARNING, warning, danger, danger!\\\");\\n * print(\\\"WARNing! Here be dragons.\\\");\\n * print(\\\"INFO for your I's only (FYI).\\\");\\n * print(\\\"INFOrmation overload!\\\");\\n * // Custom color coding.\\n * var cyan = \\\"\\\\u001b[36m\\\";\\n * var green = \\\"\\\\u001b[32m\\\";\\n * var red = \\\"\\\\u001b[31m\\\";\\n * var reset = \\\"\\\\u001b[0m\\\";\\n * var msgError = red + \\\"Ugh! What a mess.\\\" + reset;\\n * var msgSuccess = green + \\\"Well done!\\\" + reset;\\n * var msgMixed = cyan + \\\"ERROR Should this be in red?\\\" + reset;\\n * print(msgError);\\n * print(msgSuccess);\\n * print(msgMixed);\\n * tail();\\n * ```\\n * @example\\n * ```ts\\n * // NS2\\n * // Default color coding.\\n * ns.print(\\\"ERROR means something's wrong.\\\");\\n * ns.print(\\\"SUCCESS means everything's OK.\\\");\\n * ns.print(\\\"WARN Tread with caution!\\\");\\n * ns.print(\\\"WARNING, warning, danger, danger!\\\");\\n * ns.print(\\\"WARNing! Here be dragons.\\\");\\n * ns.print(\\\"INFO for your I's only (FYI).\\\");\\n * ns.print(\\\"INFOrmation overload!\\\");\\n * // Custom color coding.\\n * const cyan = \\\"\\\\u001b[36m\\\";\\n * const green = \\\"\\\\u001b[32m\\\";\\n * const red = \\\"\\\\u001b[31m\\\";\\n * const reset = \\\"\\\\u001b[0m\\\";\\n * const msgError = \\\"Ugh! What a mess.\\\";\\n * const msgSuccess = \\\"Well done!\\\";\\n * const msgMixed = \\\"ERROR Should this be in red?\\\";\\n * ns.print(`${red + msgError + reset}`);\\n * ns.print(`${green + msgSuccess + reset}`);\\n * ns.print(`${cyan + msgMixed + reset}`);\\n * ns.tail();\\n * ```\\n *\\n * @param args - Value(s) to be printed.\\n */\\n print(...args: any[]): void;\\n\\n /**\\n * Prints a formatted string to the script’s logs.\\n * @remarks\\n * RAM cost: 0 GB\\n *\\n * - See {@link NS.print | print} for how to add color to your printed strings.\\n *\\n * - For more detail, see: https://github.com/alexei/sprintf.js\\n *\\n * @example\\n * ```ts\\n * // NS1\\n * var name = \\\"Bit\\\";\\n * var age = 4;\\n * printf(\\\"My name is %s.\\\", name);\\n * printf(\\\"I'm %d seconds old.\\\", age);\\n * printf(\\\"My age in binary is %b.\\\", age);\\n * printf(\\\"My age in scientific notation is %e.\\\", age);\\n * printf(\\\"In %d seconds, I'll be %s.\\\", 6, \\\"Byte\\\");\\n * printf(\\\"Am I a nibble? %t\\\", (4 == age));\\n * tail();\\n * ```\\n * @example\\n * ```ts\\n * // NS2\\n * const name = \\\"Bit\\\";\\n * const age = 4;\\n * ns.printf(\\\"My name is %s.\\\", name);\\n * ns.printf(\\\"I'm %d seconds old.\\\", age);\\n * ns.printf(\\\"My age in binary is %b.\\\", age);\\n * ns.printf(\\\"My age in scientific notation is %e.\\\", age);\\n * ns.printf(\\\"In %d seconds, I'll be %s.\\\", 6, \\\"Byte\\\");\\n * ns.printf(\\\"Am I a nibble? %t\\\", (4 == age));\\n * ns.tail();\\n * ```\\n *\\n * @param format - Format of the message.\\n * @param args - Value(s) to be printed.\\n */\\n printf(format: string, ...args: any[]): void;\\n\\n /**\\n * Prints one or more values or variables to the Terminal.\\n * @remarks\\n * RAM cost: 0 GB\\n *\\n * See {@link NS.print | print} for how to add color to your printed strings.\\n *\\n * @param args - Value(s) to be printed.\\n */\\n tprint(...args: any[]): void;\\n\\n /**\\n * Prints a raw value or a variable to the Terminal.\\n * @remarks\\n * RAM cost: 0 GB\\n *\\n * - See {@link NS.print | print} for how to add color to your printed strings.\\n *\\n * - See {@link NS.printf | printf} for examples on formatted strings.\\n *\\n * - For more detail, see: https://github.com/alexei/sprintf.js\\n *\\n * @param format - Format of the message.\\n * @param values - Value(s) to be printed.\\n */\\n tprintf(format: string, ...values: any[]): void;\\n\\n /**\\n * Clears the script’s logs.\\n * @remarks\\n * RAM cost: 0 GB\\n */\\n clearLog(): void;\\n\\n /**\\n * Disables logging for the given function.\\n * @remarks\\n * RAM cost: 0 GB\\n *\\n * Logging can be disabled for all functions by passing `ALL` as the argument.\\n *\\n * Note that this does not completely remove all logging functionality.\\n * This only stops a function from logging when the function is successful.\\n * If the function fails, it will still log the reason for failure.\\n *\\n * @param fn - Name of function for which to disable logging.\\n */\\n disableLog(fn: string): void;\\n\\n /**\\n * Enable logging for a certain function.\\n * @remarks\\n * RAM cost: 0 GB\\n *\\n * Re-enables logging for the given function. If `ALL` is passed into this\\n * function as an argument, then it will revert the effects of disableLog(`ALL`).\\n *\\n * @param fn - Name of function for which to enable logging.\\n */\\n enableLog(fn: string): void;\\n\\n /**\\n * Checks the status of the logging for the given function.\\n * @remarks\\n * RAM cost: 0 GB\\n *\\n * @param fn - Name of function to check.\\n * @returns Returns a boolean indicating whether or not logging is enabled for that function (or `ALL`)\\n */\\n isLogEnabled(fn: string): boolean;\\n\\n /**\\n * Get all the logs of a script.\\n * @remarks\\n * RAM cost: 0 GB\\n *\\n * Returns a script’s logs. The logs are returned as an array, where each line is an element in the array.\\n * The most recently logged line is at the end of the array.\\n * Note that there is a maximum number of lines that a script stores in its logs. This is configurable in the game’s options.\\n * If the function is called with no arguments, it will return the current script’s logs.\\n *\\n * Otherwise, the fn, hostname/ip, and args… arguments can be used to get the logs from another script.\\n * Remember that scripts are uniquely identified by both their names and arguments.\\n *\\n * @example\\n * ```ts\\n * // NS1:\\n * //Get logs from foo.script on the current server that was run with no args\\n * getScriptLogs(\\\"foo.script\\\");\\n *\\n * //Open logs from foo.script on the foodnstuff server that was run with no args\\n * getScriptLogs(\\\"foo.script\\\", \\\"foodnstuff\\\");\\n *\\n * //Open logs from foo.script on the foodnstuff server that was run with the arguments [1, \\\"test\\\"]\\n * getScriptLogs(\\\"foo.script\\\", \\\"foodnstuff\\\", 1, \\\"test\\\");\\n * ```\\n * @example\\n * ```ts\\n * // NS2:\\n * //Get logs from foo.script on the current server that was run with no args\\n * ns.getScriptLogs(\\\"foo.script\\\");\\n *\\n * //Open logs from foo.script on the foodnstuff server that was run with no args\\n * ns.getScriptLogs(\\\"foo.script\\\", \\\"foodnstuff\\\");\\n *\\n * //Open logs from foo.script on the foodnstuff server that was run with the arguments [1, \\\"test\\\"]\\n * ns.getScriptLogs(\\\"foo.script\\\", \\\"foodnstuff\\\", 1, \\\"test\\\");\\n * ```\\n * @param fn - Optional. Filename of script to get logs from.\\n * @param host - Optional. Hostname of the server that the script is on.\\n * @param args - Arguments to identify which scripts to get logs for.\\n * @returns Returns an string array, where each line is an element in the array. The most recently logged line is at the end of the array.\\n */\\n getScriptLogs(fn?: string, host?: string, ...args: (string | number | boolean)[]): string[];\\n\\n /**\\n * Get an array of recently killed scripts across all servers.\\n * @remarks\\n * RAM cost: 0.2 GB\\n *\\n * The most recently killed script is the first element in the array.\\n * Note that there is a maximum number of recently killed scripts which are tracked.\\n * This is configurable in the game's options as `Recently killed scripts size`.\\n *\\n * @example\\n * ```ts\\n * let recentScripts = ns.getRecentScripts();\\n * let mostRecent = recentScripts.shift()\\n * if (mostRecent)\\n * ns.tprint(mostRecent.logs.join('\\\\n'))\\n * ```\\n *\\n * @returns Array with information about previously killed scripts.\\n */\\n getRecentScripts(): RecentScript[];\\n\\n /**\\n * Open the tail window of a script.\\n * @remarks\\n * RAM cost: 0 GB\\n *\\n * Opens a script’s logs. This is functionally the same as the tail Terminal command.\\n *\\n * If the function is called with no arguments, it will open the current script’s logs.\\n *\\n * Otherwise, the fn, hostname/ip, and args… arguments can be used to get the logs from another script.\\n * Remember that scripts are uniquely identified by both their names and arguments.\\n *\\n * @example\\n * ```ts\\n * // NS1:\\n * //Open logs from foo.script on the current server that was run with no args\\n * tail(\\\"foo.script\\\");\\n *\\n * //Get logs from foo.script on the foodnstuff server that was run with no args\\n * tail(\\\"foo.script\\\", \\\"foodnstuff\\\");\\n *\\n * //Get logs from foo.script on the foodnstuff server that was run with the arguments [1, \\\"test\\\"]\\n * tail(\\\"foo.script\\\", \\\"foodnstuff\\\", 1, \\\"test\\\");\\n * ```\\n * @example\\n * ```ts\\n * // NS2:\\n * //Open logs from foo.script on the current server that was run with no args\\n * ns.tail(\\\"foo.script\\\");\\n *\\n * //Get logs from foo.script on the foodnstuff server that was run with no args\\n * ns.tail(\\\"foo.script\\\", \\\"foodnstuff\\\");\\n *\\n * //Get logs from foo.script on the foodnstuff server that was run with the arguments [1, \\\"test\\\"]\\n * ns.tail(\\\"foo.script\\\", \\\"foodnstuff\\\", 1, \\\"test\\\");\\n * ```\\n * @param fn - Optional. Filename or PID of the script being tailed. If omitted, the current script is tailed.\\n * @param host - Optional. Hostname of the script being tailed. Defaults to the server this script is running on. If args are specified, this is not optional.\\n * @param args - Arguments for the script being tailed.\\n */\\n tail(fn?: FilenameOrPID, host?: string, ...args: (string | number | boolean)[]): void;\\n\\n /**\\n * Move a tail window\\n * @remarks\\n * RAM cost: 0 GB\\n *\\n * Moves a tail window. Coordinates are in screenspace pixels (top left is 0,0)\\n *\\n * @param x - x coordinate.\\n * @param y - y coordinate.\\n * @param pid - Optional. PID of the script having its tail moved. If omitted, the current script is used.\\n */\\n moveTail(x: number, y: number, pid?: number): void;\\n\\n /**\\n * Resize a tail window\\n * @remarks\\n * RAM cost: 0 GB\\n *\\n * Resize a tail window. Size are in pixel\\n *\\n * @param width - width of the window.\\n * @param height - height of the window.\\n * @param pid - Optional. PID of the script having its tail resized. If omitted, the current script is used.\\n */\\n resizeTail(width: number, height: number, pid?: number): void;\\n\\n /**\\n * Close the tail window of a script.\\n * @remarks\\n * RAM cost: 0 GB\\n *\\n * Closes a script’s logs. This is functionally the same pressing the \\\"Close\\\" button on the tail window.\\n *\\n * If the function is called with no arguments, it will close the current script’s logs.\\n *\\n * Otherwise, the pid argument can be used to close the logs from another script.\\n *\\n * @param pid - Optional. PID of the script having its tail closed. If omitted, the current script is used.\\n */\\n closeTail(pid?: number): void;\\n\\n /**\\n * Get the list of servers connected to a server.\\n * @remarks\\n * RAM cost: 0.2 GB\\n *\\n * Returns an array containing the hostnames of all servers that are one\\n * node way from the specified target server. The hostnames in the returned\\n * array are strings.\\n *\\n * @param host - Optional, Hostname of the server to scan, default to current server.\\n * @returns Returns an string of hostnames.\\n */\\n scan(host?: string): string[];\\n\\n /**\\n * Runs NUKE.exe on a server.\\n * @remarks\\n * RAM cost: 0.05 GB\\n *\\n * Running NUKE.exe on a target server gives you root access which means you can executes scripts on said server. NUKE.exe must exist on your home computer.\\n *\\n * @example\\n * ```ts\\n * // NS1:\\n * nuke(\\\"foodnstuff\\\");\\n * ```\\n * @example\\n * ```ts\\n * // NS2:\\n * ns.nuke(\\\"foodnstuff\\\");\\n * ```\\n * @param host - Hostname of the target server.\\n */\\n nuke(host: string): void;\\n\\n /**\\n * Runs BruteSSH.exe on a server.\\n * @remarks\\n * RAM cost: 0.05 GB\\n *\\n * Runs the BruteSSH.exe program on the target server. BruteSSH.exe must exist on your home computer.\\n *\\n * @example\\n * ```ts\\n * // NS1:\\n * brutessh(\\\"foodnstuff\\\");\\n * ```\\n * @example\\n * ```ts\\n * // NS2:\\n * ns.brutessh(\\\"foodnstuff\\\");\\n * ```\\n * @param host - Hostname of the target server.\\n */\\n brutessh(host: string): void;\\n\\n /**\\n * Runs FTPCrack.exe on a server.\\n * @remarks\\n * RAM cost: 0.05 GB\\n *\\n * Runs the FTPCrack.exe program on the target server. FTPCrack.exe must exist on your home computer.\\n *\\n * @example\\n * ```ts\\n * // NS1:\\n * ftpcrack(\\\"foodnstuff\\\");\\n * ```\\n * @example\\n * ```ts\\n * // NS2:\\n * ns.ftpcrack(\\\"foodnstuff\\\");\\n * ```\\n * @param host - Hostname of the target server.\\n */\\n ftpcrack(host: string): void;\\n\\n /**\\n * Runs relaySMTP.exe on a server.\\n * @remarks\\n * RAM cost: 0.05 GB\\n *\\n * Runs the relaySMTP.exe program on the target server. relaySMTP.exe must exist on your home computer.\\n *\\n * @example\\n * ```ts\\n * // NS1:\\n * relaysmtp(\\\"foodnstuff\\\");\\n * ```\\n * @example\\n * ```ts\\n * // NS2:\\n * ns.relaysmtp(\\\"foodnstuff\\\");\\n * ```\\n * @param host - Hostname of the target server.\\n */\\n relaysmtp(host: string): void;\\n\\n /**\\n * Runs HTTPWorm.exe on a server.\\n * @remarks\\n * RAM cost: 0.05 GB\\n *\\n * Runs the HTTPWorm.exe program on the target server. HTTPWorm.exe must exist on your home computer.\\n *\\n * @example\\n * ```ts\\n * // NS1:\\n * httpworm(\\\"foodnstuff\\\");\\n * ```\\n * @example\\n * ```ts\\n * // NS2:\\n * ns.httpworm(\\\"foodnstuff\\\");\\n * ```\\n * @param host - Hostname of the target server.\\n */\\n httpworm(host: string): void;\\n\\n /**\\n * Runs SQLInject.exe on a server.\\n * @remarks\\n * RAM cost: 0.05 GB\\n *\\n * Runs the SQLInject.exe program on the target server. SQLInject.exe must exist on your home computer.\\n *\\n * @example\\n * ```ts\\n * // NS1:\\n * sqlinject(\\\"foodnstuff\\\");\\n * ```\\n * @example\\n * ```ts\\n * // NS2:\\n * ns.sqlinject(\\\"foodnstuff\\\");\\n * ```\\n * @remarks RAM cost: 0.05 GB\\n * @param host - Hostname of the target server.\\n */\\n sqlinject(host: string): void;\\n\\n /**\\n * Start another script on the current server.\\n * @remarks\\n * RAM cost: 1 GB\\n *\\n * Run a script as a separate process. This function can only be used to run scripts located on the\\n * current server (the server running the script that calls this function). Requires a significant\\n * amount of RAM to run this command.\\n *\\n * If the script was successfully started, then this functions returns the PID of that script.\\n * Otherwise, it returns 0.\\n *\\n * PID stands for Process ID. The PID is a unique identifier for each script.\\n * The PID will always be a positive integer.\\n *\\n * Running this function with a numThreads argument of 0 or less will cause a runtime error.\\n *\\n * @example\\n * ```ts\\n * // NS1:\\n * //The simplest way to use the run command is to call it with just the script name. The following example will run ‘foo.script’ single-threaded with no arguments:\\n * run(\\\"foo.script\\\");\\n *\\n * //The following example will run ‘foo.script’ but with 5 threads instead of single-threaded:\\n * run(\\\"foo.script\\\", 5);\\n *\\n * //This next example will run ‘foo.script’ single-threaded, and will pass the string ‘foodnstuff’ into the script as an argument:\\n * run(\\\"foo.script\\\", 1, 'foodnstuff');\\n * ```\\n * @example\\n * ```ts\\n * // NS2:\\n * //The simplest way to use the run command is to call it with just the script name. The following example will run ‘foo.script’ single-threaded with no arguments:\\n * ns.run(\\\"foo.script\\\");\\n *\\n * //The following example will run ‘foo.script’ but with 5 threads instead of single-threaded:\\n * ns.run(\\\"foo.script\\\", 5);\\n *\\n * //This next example will run ‘foo.script’ single-threaded, and will pass the string ‘foodnstuff’ into the script as an argument:\\n * ns.run(\\\"foo.script\\\", 1, 'foodnstuff');\\n * ```\\n * @param script - Filename of script to run.\\n * @param numThreads - Optional thread count for new script. Set to 1 by default. Will be rounded to nearest integer.\\n * @param args - Additional arguments to pass into the new script that is being run. Note that if any arguments are being passed into the new script, then the second argument numThreads must be filled in with a value.\\n * @returns Returns the PID of a successfully started script, and 0 otherwise.\\n */\\n run(script: string, numThreads?: number, ...args: (string | number | boolean)[]): number;\\n\\n /**\\n * Start another script on any server.\\n * @remarks\\n * RAM cost: 1.3 GB\\n *\\n * Run a script as a separate process on a specified server. This is similar to the function {@link NS.run | run}\\n * except that it can be used to run a script on any server, instead of just the current server.\\n *\\n * If the script was successfully started, then this function returns the PID of that script.\\n * Otherwise, it returns 0.\\n *\\n * PID stands for Process ID. The PID is a unique identifier for each script.\\n * The PID will always be a positive integer.\\n *\\n * Running this function with a numThreads argument of 0 or less will cause a runtime error.\\n *\\n * @example\\n * ```ts\\n * // NS1:\\n * // The simplest way to use the exec command is to call it with just the script name\\n * // and the target server. The following example will try to run generic-hack.script\\n * // on the foodnstuff server.\\n * exec(\\\"generic-hack.script\\\", \\\"foodnstuff\\\");\\n *\\n * // The following example will try to run the script generic-hack.script on the\\n * // joesguns server with 10 threads.\\n * exec(\\\"generic-hack.script\\\", \\\"joesguns\\\", 10);\\n *\\n * // This last example will try to run the script foo.script on the foodnstuff server\\n * // with 5 threads. It will also pass the number 1 and the string “test” in as\\n * // arguments to the script.\\n * exec(\\\"foo.script\\\", \\\"foodnstuff\\\", 5, 1, \\\"test\\\");\\n * ```\\n * @example\\n * ```ts\\n * // NS2:\\n * // The simplest way to use the exec command is to call it with just the script name\\n * // and the target server. The following example will try to run generic-hack.script\\n * // on the foodnstuff server.\\n * ns.exec(\\\"generic-hack.script\\\", \\\"foodnstuff\\\");\\n *\\n * // The following example will try to run the script generic-hack.script on the\\n * // joesguns server with 10 threads.\\n * ns.exec(\\\"generic-hack.script\\\", \\\"joesguns\\\", 10);\\n *\\n * // This last example will try to run the script foo.script on the foodnstuff server\\n * // with 5 threads. It will also pass the number 1 and the string “test” in as\\n * // arguments to the script.\\n * ns.exec(\\\"foo.script\\\", \\\"foodnstuff\\\", 5, 1, \\\"test\\\");\\n * ```\\n * @param script - Filename of script to execute.\\n * @param host - Hostname of the `target server` on which to execute the script.\\n * @param numThreads - Optional thread count for new script. Set to 1 by default. Will be rounded down to the nearest integer.\\n * @param args - Additional arguments to pass into the new script that is being run. Note that if any arguments are being passed into the new script, then the third argument numThreads must be filled in with a value.\\n * @returns Returns the PID of a successfully started script, and 0 otherwise.\\n */\\n exec(script: string, host: string, numThreads?: number, ...args: (string | number | boolean)[]): number;\\n\\n /**\\n * Terminate current script and start another in 10s.\\n * @remarks\\n * RAM cost: 2 GB\\n *\\n * Terminates the current script, and then after a delay of about 10 seconds it will execute the\\n * newly-specified script. The purpose of this function is to execute a new script without being\\n * constrained by the RAM usage of the current one. This function can only be used to run scripts\\n * on the local server.\\n *\\n * Because this function immediately terminates the script, it does not have a return value.\\n *\\n * Running this function with a numThreads argument of 0 or less will cause a runtime error.\\n *\\n * @example\\n * ```ts\\n * // NS1:\\n * //The following example will execute the script ‘foo.script’ with 10 threads and the arguments ‘foodnstuff’ and 90:\\n * spawn('foo.script', 10, 'foodnstuff', 90);\\n * ```\\n * @example\\n * ```ts\\n * // NS2:\\n * //The following example will execute the script ‘foo.script’ with 10 threads and the arguments ‘foodnstuff’ and 90:\\n * ns.spawn('foo.script', 10, 'foodnstuff', 90);\\n * ```\\n * @param script - Filename of script to execute.\\n * @param numThreads - Number of threads to spawn new script with. Will be rounded to nearest integer.\\n * @param args - Additional arguments to pass into the new script that is being run.\\n */\\n spawn(script: string, numThreads?: number, ...args: (string | number | boolean)[]): void;\\n\\n /**\\n * Terminate another script.\\n * @remarks\\n * RAM cost: 0.5 GB\\n *\\n * Kills the script on the target server specified by the script’s name and arguments.\\n * Remember that scripts are uniquely identified by both their name and arguments.\\n * For example, if `foo.script` is run with the argument 1, then this is not the same as\\n * `foo.script` run with the argument 2, even though they have the same code.\\n *\\n * @example\\n * ```ts\\n * // NS1:\\n * //The following example will try to kill a script named foo.script on the foodnstuff server that was ran with no arguments:\\n * kill(\\\"foo.script\\\", \\\"foodnstuff\\\");\\n *\\n * //The following will try to kill a script named foo.script on the current server that was ran with no arguments:\\n * kill(\\\"foo.script\\\", getHostname());\\n *\\n * //The following will try to kill a script named foo.script on the current server that was ran with the arguments 1 and “foodnstuff”:\\n * kill(\\\"foo.script\\\", getHostname(), 1, \\\"foodnstuff\\\");\\n * ```\\n * @example\\n * ```ts\\n * // NS2:\\n * //The following example will try to kill a script named foo.script on the foodnstuff server that was ran with no arguments:\\n * ns.kill(\\\"foo.script\\\", \\\"foodnstuff\\\");\\n *\\n * //The following will try to kill a script named foo.script on the current server that was ran with no arguments:\\n * ns.kill(\\\"foo.script\\\", getHostname());\\n *\\n * //The following will try to kill a script named foo.script on the current server that was ran with the arguments 1 and “foodnstuff”:\\n * ns.kill(\\\"foo.script\\\", getHostname(), 1, \\\"foodnstuff\\\");\\n * ```\\n * @param script - Filename or pid of the script to kill\\n * @param host - Hostname of the server on which to kill the script.\\n * @param args - Arguments to identify which script to kill.\\n * @returns True if the script is successfully killed, and false otherwise.\\n */\\n kill(script: number): boolean;\\n\\n /**\\n * {@inheritDoc NS.(kill:1)}\\n * @example\\n * ```ts\\n * // NS1:\\n * //The following example will try to kill a script named foo.script on the foodnstuff server that was ran with no arguments:\\n * kill(\\\"foo.script\\\", \\\"foodnstuff\\\");\\n *\\n * //The following will try to kill a script named foo.script on the current server that was ran with no arguments:\\n * kill(\\\"foo.script\\\", getHostname());\\n *\\n * //The following will try to kill a script named foo.script on the current server that was ran with the arguments 1 and “foodnstuff”:\\n * kill(\\\"foo.script\\\", getHostname(), 1, \\\"foodnstuff\\\");\\n * ```\\n * @example\\n * ```ts\\n * // NS2:\\n * //The following example will try to kill a script named foo.script on the foodnstuff server that was ran with no arguments:\\n * ns.kill(\\\"foo.script\\\", \\\"foodnstuff\\\");\\n *\\n * //The following will try to kill a script named foo.script on the current server that was ran with no arguments:\\n * ns.kill(\\\"foo.script\\\", getHostname());\\n *\\n * //The following will try to kill a script named foo.script on the current server that was ran with the arguments 1 and “foodnstuff”:\\n * ns.kill(\\\"foo.script\\\", getHostname(), 1, \\\"foodnstuff\\\");\\n * ```\\n */\\n kill(script: string, host: string, ...args: (string | number | boolean)[]): boolean;\\n\\n /**\\n * Terminate all scripts on a server.\\n * @remarks\\n * RAM cost: 0.5 GB\\n *\\n * Kills all running scripts on the specified server. This function returns true\\n * if any scripts were killed, and false otherwise. In other words, it will return\\n * true if there are any scripts running on the target server.\\n * If no host is defined, it will kill all scripts, where the script is running.\\n *\\n * @param host - IP or hostname of the server on which to kill all scripts.\\n * @param safetyguard - Skips the script that calls this function\\n * @returns True if any scripts were killed, and false otherwise.\\n */\\n killall(host?: string, safetyguard?: boolean): boolean;\\n\\n /**\\n * Terminates the current script immediately.\\n * @remarks\\n * RAM cost: 0 GB\\n */\\n exit(): never;\\n\\n /**\\n * Copy file between servers.\\n * @remarks\\n * RAM cost: 0.6 GB\\n *\\n * Copies a script or literature (.lit) file(s) to another server. The files argument can be either a string\\n * specifying a single file to copy, or an array of strings specifying multiple files to copy.\\n *\\n * @example\\n * ```ts\\n * // NS1:\\n * //Copies foo.lit from the helios server to the home computer:\\n * scp(\\\"foo.lit\\\", \\\"home\\\", \\\"helios\\\");\\n *\\n * //Tries to copy three files from rothman-uni to home computer:\\n * files = [\\\"foo1.lit\\\", \\\"foo2.script\\\", \\\"foo3.script\\\"];\\n * scp(files, \\\"home\\\", \\\"rothman-uni\\\");\\n * ```\\n * @example\\n * ```ts\\n * // NS2:\\n * //Copies foo.lit from the helios server to the home computer:\\n * ns.scp(\\\"foo.lit\\\", \\\"home\\\", \\\"helios\\\" );\\n *\\n * //Tries to copy three files from rothman-uni to home computer:\\n * files = [\\\"foo1.lit\\\", \\\"foo2.script\\\", \\\"foo3.script\\\"];\\n * ns.scp(files, \\\"home\\\", \\\"rothman-uni\\\");\\n * ```\\n * @example\\n * ```ts\\n * //ns2, copies files from home to a target server\\n * const server = ns.args[0];\\n * const files = [\\\"hack.js\\\",\\\"weaken.js\\\",\\\"grow.js\\\"];\\n * ns.scp(files, server, \\\"home\\\");\\n * ```\\n * @param files - Filename or an array of filenames of script/literature files to copy.\\n * @param destination - Host of the destination server, which is the server to which the file will be copied.\\n * @param source - Host of the source server, which is the server from which the file will be copied. This argument is optional and if it’s omitted the source will be the current server.\\n * @returns True if the file is successfully copied over and false otherwise. If the files argument is an array then this function will return false if any of the operations failed.\\n */\\n scp(files: string | string[], destination: string, source?: string): boolean;\\n\\n /**\\n * List files on a server.\\n * @remarks\\n * RAM cost: 0.2 GB\\n *\\n * Returns an array with the filenames of all files on the specified server\\n * (as strings). The returned array is sorted in alphabetic order.\\n *\\n * @param host - Host of the target server.\\n * @param grep - A substring to search for in the filename.\\n * @returns Array with the filenames of all files on the specified server.\\n */\\n ls(host: string, grep?: string): string[];\\n\\n /**\\n * List running scripts on a server.\\n * @remarks\\n * RAM cost: 0.2 GB\\n *\\n * Returns an array with general information about all scripts running on the specified target server.\\n *\\n * @example\\n * ```ts\\n * // NS1:\\n * var scripts = ps(\\\"home\\\");\\n * for (var i = 0; i < scripts.length; ++i) {\\n * tprint(scripts[i].filename + ' ' + scripts[i].threads);\\n * tprint(scripts[i].args);\\n * }\\n * ```\\n * @example\\n * ```ts\\n * // NS2:\\n * const ps = ns.ps(\\\"home\\\");\\n * for (let script of ps) {\\n * ns.tprint(`${script.filename} ${script.threads}`);\\n * ns.tprint(script.args);\\n * }\\n * ```\\n * @param host - Host address of the target server. If not specified, it will be the current server’s IP by default.\\n * @returns Array with general information about all scripts running on the specified target server.\\n */\\n ps(host?: string): ProcessInfo[];\\n\\n /**\\n * Check if your have root access on a server.\\n * @remarks\\n * RAM cost: 0.05 GB\\n *\\n * Returns a boolean indicating whether or not the player has root access to the specified target server.\\n *\\n * @example\\n * ```ts\\n * // NS1:\\n * if (hasRootAccess(\\\"foodnstuff\\\") == false) {\\n * nuke(\\\"foodnstuff\\\");\\n * }\\n * ```\\n * @example\\n * ```ts\\n * // NS2:\\n * if (ns.hasRootAccess(\\\"foodnstuff\\\") == false) {\\n * ns.nuke(\\\"foodnstuff\\\");\\n * }\\n * ```\\n * @param host - Host of the target server\\n * @returns True if player has root access to the specified target server, and false otherwise.\\n */\\n hasRootAccess(host: string): boolean;\\n\\n /**\\n * Returns a string with the hostname of the server that the script is running on.\\n *\\n * @remarks\\n * RAM cost: 0.05 GB\\n * @returns Hostname of the server that the script is on.\\n */\\n getHostname(): string;\\n\\n /**\\n * Returns the player’s current hacking level.\\n *\\n * @remarks\\n * RAM cost: 0.05 GB\\n * @returns Player’s current hacking level\\n */\\n getHackingLevel(): number;\\n\\n /**\\n * Get hacking related multipliers.\\n * @remarks\\n * RAM cost: 4 GB\\n *\\n * Returns an object containing the Player’s hacking related multipliers.\\n * These multipliers are returned in fractional forms, not percentages\\n * (e.g. 1.5 instead of 150%).\\n *\\n * @example\\n * ```ts\\n * // NS1:\\n * // Example of how this can be used:\\n * var mults = getHackingMultipliers();\\n * print(mults.chance);\\n * print(mults.growth);\\n * ```\\n * @example\\n * ```ts\\n * // NS2:\\n * // Example of how this can be used:\\n * const {chance, growth} = ns.getHackingMultipliers();\\n * print(chance);\\n * print(growth);\\n * ```\\n * @returns Object containing the Player’s hacking related multipliers.\\n */\\n getHackingMultipliers(): HackingMultipliers;\\n\\n /**\\n * Get hacknet related multipliers.\\n * @remarks\\n * RAM cost: 4 GB\\n *\\n * Returns an object containing the Player’s hacknet related multipliers.\\n * These multipliers are returned in fractional forms, not percentages\\n * (e.g. 1.5 instead of 150%).\\n *\\n * @example\\n * ```ts\\n * // NS1:\\n * // Example of how this can be used:\\n * var mults = getHacknetMultipliers();\\n * print(mults.production);\\n * print(mults.purchaseCost);\\n * ```\\n * @example\\n * ```ts\\n * // NS2:\\n * // Example of how this can be used:\\n * const {production, purchaseCost} = ns.getHacknetMultipliers();\\n * print(production);\\n * print(purchaseCost);\\n * ```\\n * @returns Object containing the Player’s hacknet related multipliers.\\n */\\n getHacknetMultipliers(): HacknetMultipliers;\\n\\n /**\\n * Returns a server object for the given server. Defaults to the running script's server if host is not specified.\\n *\\n * @remarks\\n * RAM cost: 2 GB\\n * @param host - Optional. Hostname for the requested server object.\\n * @returns The requested server object.\\n */\\n getServer(host?: string): Server;\\n\\n /**\\n * Get money available on a server.\\n * @remarks\\n * RAM cost: 0.1 GB\\n *\\n * Returns the amount of money available on a server.\\n * Running this function on the home computer will return the player’s money.\\n *\\n * @example\\n * ```ts\\n * // NS1:\\n * getServerMoneyAvailable(\\\"foodnstuff\\\");\\n * getServerMoneyAvailable(\\\"home\\\"); //Returns player's money\\n * ```\\n * @example\\n * ```ts\\n * // NS2:\\n * ns.getServerMoneyAvailable(\\\"foodnstuff\\\");\\n * ns.getServerMoneyAvailable(\\\"home\\\"); // Returns player's money\\n * ```\\n * @param host - Host of target server\\n * @returns Amount of money available on the server.\\n */\\n getServerMoneyAvailable(host: string): number;\\n\\n /**\\n * Get maximum money available on a server.\\n * @remarks\\n * RAM cost: 0.1 GB\\n *\\n * Returns the maximum amount of money that can be available on a server.\\n *\\n * @param host - Host of target server.\\n * @returns Maximum amount of money available on the server.\\n */\\n getServerMaxMoney(host: string): number;\\n\\n /**\\n * Get a server growth parameter.\\n * @remarks\\n * RAM cost: 0.1 GB\\n *\\n * Returns the server’s intrinsic “growth parameter”. This growth\\n * parameter is a number typically between 0 and 100 that represents\\n * how quickly the server’s money grows. This parameter affects the\\n * percentage by which the server’s money is increased when using the\\n * grow function. A higher growth parameter will result in a\\n * higher percentage increase from grow.\\n *\\n * @param host - Host of target server.\\n * @returns Parameter that affects the percentage by which the server’s money is increased when using the grow function.\\n */\\n getServerGrowth(host: string): number;\\n\\n /**\\n * Get server security level.\\n * @remarks\\n * RAM cost: 0.1 GB\\n *\\n * Returns the security level of the target server. A server’s security\\n * level is denoted by a number, typically between 1 and 100\\n * (but it can go above 100).\\n *\\n * @param host - Host of target server.\\n * @returns Security level of the target server.\\n */\\n getServerSecurityLevel(host: string): number;\\n\\n /**\\n * Returns the minimum security level of the target server.\\n *\\n * @remarks RAM cost: 0.1 GB\\n * @param host - Host of target server.\\n * @returns Minimum security level of the target server.\\n */\\n getServerMinSecurityLevel(host: string): number;\\n\\n /**\\n * @deprecated useless\\n * @remarks\\n * RAM cost: 0.1 GB\\n * Returns the base security level of the target server. This is the security\\n * level that the server starts out with. This is different than\\n * getServerSecurityLevel because getServerSecurityLevel returns\\n * the current security level of a server, which can constantly change due to\\n * hack, grow, and weaken, calls on that server.\\n * The base security level will stay the same until you reset by\\n * installing an Augmentation(s).\\n *\\n * @param host - Host of target server.\\n * @returns Base security level of the target server.\\n */\\n getServerBaseSecurityLevel(host: string): number;\\n\\n /**\\n * @deprecated use getServerMaxRam / getServerUsedRam\\n * @remarks\\n * RAM cost: 0.1 GB\\n *\\n * Returns an array with two elements that gives information about a server’s memory (RAM).\\n * The first element in the array is the amount of RAM that the server has total (in GB).\\n * The second element in the array is the amount of RAM that is currently being used on\\n * the server (in GB).\\n *\\n * @example\\n * ```ts\\n * // NS1:\\n * var serverRam = getServerRam(\\\"helios\\\");\\n * var totalRam = serverRam[0];\\n * var ramUsed = serverRam[1];\\n * ```\\n * @example\\n * ```ts\\n * // NS2:\\n * const [totalRam, ramUsed] = ns.getServerRam(\\\"helios\\\");\\n * ```\\n * @param host - Host of target server.\\n * @returns Array with total and used memory on the specified server, in GB.\\n */\\n getServerRam(host: string): [number, number];\\n\\n /**\\n * Get the max RAM on a server.\\n * @remarks\\n * RAM cost: 0.05 GB\\n *\\n * @param host - Hostname of the target server.\\n * @returns max ram (GB)\\n */\\n getServerMaxRam(host: string): number;\\n /**\\n * Get the used RAM on a server.\\n * @remarks\\n * RAM cost: 0.05 GB\\n *\\n * @param host - Hostname of the target server.\\n * @returns used ram (GB)\\n */\\n getServerUsedRam(host: string): number;\\n\\n /**\\n * Returns the required hacking level of the target server.\\n *\\n * @remarks RAM cost: 0.1 GB\\n * @param host - Host of target server.\\n * @returns The required hacking level of the target server.\\n */\\n getServerRequiredHackingLevel(host: string): number;\\n\\n /**\\n * Returns the number of open ports required to successfully run NUKE.exe on the specified server.\\n *\\n * @remarks RAM cost: 0.1 GB\\n * @param host - Host of target server.\\n * @returns The number of open ports required to successfully run NUKE.exe on the specified server.\\n */\\n getServerNumPortsRequired(host: string): number;\\n\\n /**\\n * Returns a boolean denoting whether or not the specified server exists.\\n *\\n * @remarks RAM cost: 0.1 GB\\n * @param host - Host of target server.\\n * @returns True if specified server exists, and false otherwise.\\n */\\n serverExists(host: string): boolean;\\n\\n /**\\n * Check if a file exists.\\n * @remarks\\n * RAM cost: 0.1 GB\\n *\\n * Returns a boolean indicating whether the specified file exists on the target server.\\n * The filename for scripts is case-sensitive, but for other types of files it is not.\\n * For example, fileExists(“brutessh.exe”) will work fine, even though the actual program\\n * is named 'BruteSSH.exe'.\\n *\\n * If the hostname/ip argument is omitted, then the function will search through the current\\n * server (the server running the script that calls this function) for the file.\\n *\\n * @example\\n * ```ts\\n * // NS1:\\n * //The function call will return true if the script named foo.script exists on the foodnstuff server, and false otherwise.\\n * fileExists(\\\"foo.script\\\", \\\"foodnstuff\\\");\\n *\\n * //The function call will return true if the current server contains the FTPCrack.exe program, and false otherwise.\\n * fileExists(\\\"ftpcrack.exe\\\");\\n * ```\\n * * @example\\n * ```ts\\n * // NS2:\\n * // The function call will return true if the script named foo.script exists on the foodnstuff server, and false otherwise.\\n * ns.fileExists(\\\"foo.script\\\", \\\"foodnstuff\\\");\\n *\\n * // The function call will return true if the current server contains the FTPCrack.exe program, and false otherwise.\\n * ns.fileExists(\\\"ftpcrack.exe\\\");\\n * ```\\n * @param filename - Filename of file to check.\\n * @param host - Host of target server. This is optional. If it is not specified then the function will use the current server as the target server.\\n * @returns True if specified file exists, and false otherwise.\\n */\\n fileExists(filename: string, host?: string): boolean;\\n\\n /**\\n * Check if a script is running.\\n * @remarks\\n * RAM cost: 0.1 GB\\n *\\n * Returns a boolean indicating whether the specified script is running on the target server.\\n * If you use a PID instead of a filename, the hostname and args parameters are unnecessary.\\n * Remember that a script is uniquely identified by both its name and its arguments.\\n *\\n * @example\\n * ```ts\\n * // NS1:\\n * //The function call will return true if there is a script named foo.script with no arguments running on the foodnstuff server, and false otherwise:\\n * isRunning(\\\"foo.script\\\", \\\"foodnstuff\\\");\\n *\\n * //The function call will return true if there is a script named foo.script with no arguments running on the current server, and false otherwise:\\n * isRunning(\\\"foo.script\\\", getHostname());\\n *\\n * //The function call will return true if there is a script named foo.script running with the arguments 1, 5, and “test” (in that order) on the joesguns server, and false otherwise:\\n * isRunning(\\\"foo.script\\\", \\\"joesguns\\\", 1, 5, \\\"test\\\");\\n * ```\\n * @example\\n * ```ts\\n * // NS2:\\n * //The function call will return true if there is a script named foo.script with no arguments running on the foodnstuff server, and false otherwise:\\n * ns.isRunning(\\\"foo.script\\\", \\\"foodnstuff\\\");\\n *\\n * //The function call will return true if there is a script named foo.script with no arguments running on the current server, and false otherwise:\\n * ns.isRunning(\\\"foo.script\\\", ns.getHostname());\\n *\\n * //The function call will return true if there is a script named foo.script running with the arguments 1, 5, and “test” (in that order) on the joesguns server, and false otherwise:\\n * ns.isRunning(\\\"foo.script\\\", \\\"joesguns\\\", 1, 5, \\\"test\\\");\\n * ```\\n * @param script - Filename or PID of script to check. This is case-sensitive.\\n * @param host - Host of target server.\\n * @param args - Arguments to specify/identify which scripts to search for.\\n * @returns True if specified script is running on the target server, and false otherwise.\\n */\\n isRunning(script: FilenameOrPID, host?: string, ...args: (string | number | boolean)[]): boolean;\\n\\n /**\\n * Get general info about a running script.\\n * @remarks\\n * RAM cost: 0.3 GB\\n *\\n * Running with no args returns current script.\\n * If you use a PID as the first parameter, the hostname and args parameters are unnecessary.\\n *\\n * @param filename - Optional. Filename or PID of the script.\\n * @param hostname - Optional. Name of host server the script is running on.\\n * @param args - Arguments to identify the script\\n * @returns The info about the running script if found, and null otherwise.\\n */\\n getRunningScript(\\n filename?: FilenameOrPID,\\n hostname?: string,\\n ...args: (string | number | boolean)[]\\n ): RunningScript | null;\\n\\n /**\\n * Get cost of purchasing a server.\\n * @remarks\\n * RAM cost: 0.25 GB\\n *\\n * Returns the cost to purchase a server with the specified amount of ram.\\n *\\n * @example\\n * ```ts\\n * // NS1:\\n * for (i = 1; i <= 20; i++) {\\n * tprint(i + \\\" -- \\\" + getPurchasedServerCost(Math.pow(2, i)));\\n * }\\n * ```\\n * @example\\n * ```ts\\n * // NS2:\\n * for (i = 1; i <= 20; i++) {\\n * ns.tprint(i + \\\" -- \\\" + ns.getPurchasedServerCost(Math.pow(2, i)));\\n * }\\n * ```\\n * @param ram - Amount of RAM of a potential purchased server, in GB. Must be a power of 2 (2, 4, 8, 16, etc.). Maximum value of 1048576 (2^20).\\n * @returns The cost to purchase a server with the specified amount of ram.\\n */\\n getPurchasedServerCost(ram: number): number;\\n\\n /**\\n * Purchase a server.\\n * @remarks\\n * 2.25 GB\\n *\\n * Purchased a server with the specified hostname and amount of RAM.\\n *\\n * The hostname argument can be any data type, but it will be converted to a string\\n * and have whitespace removed. Anything that resolves to an empty string will cause\\n * the function to fail. If there is already a server with the specified hostname,\\n * then the function will automatically append a number at the end of the hostname\\n * argument value until it finds a unique hostname. For example, if the script calls\\n * `purchaseServer(“foo”, 4)` but a server named “foo” already exists, the it will\\n * automatically change the hostname to `foo-0`. If there is already a server with the\\n * hostname `foo-0`, then it will change the hostname to `foo-1`, and so on.\\n *\\n * Note that there is a maximum limit to the amount of servers you can purchase.\\n *\\n * Returns the hostname of the newly purchased server as a string. If the function\\n * fails to purchase a server, then it will return an empty string. The function will\\n * fail if the arguments passed in are invalid, if the player does not have enough\\n * money to purchase the specified server, or if the player has exceeded the maximum\\n * amount of servers.\\n *\\n * @example\\n * ```ts\\n * // NS1:\\n * var ram = 64;\\n * var prefix = \\\"pserv-\\\";\\n * for (i = 0; i < 5; ++i) {\\n * purchaseServer(prefix + i, ram);\\n * }\\n * ```\\n * @example\\n * ```ts\\n * // NS2:\\n * const ram = 64;\\n * const prefix = \\\"pserv-\\\";\\n * for (i = 0; i < 5; ++i) {\\n * ns.purchaseServer(prefix + i, ram);\\n * }\\n * ```\\n * @param hostname - Host of the purchased server.\\n * @param ram - Amount of RAM of the purchased server, in GB. Must be a power of 2 (2, 4, 8, 16, etc.). Maximum value of 1048576 (2^20).\\n * @returns The hostname of the newly purchased server.\\n */\\n purchaseServer(hostname: string, ram: number): string;\\n\\n /**\\n * Get cost of upgrading a purchased server to the given ram.\\n * @remarks\\n * RAM cost: 0.1 GB\\n *\\n * @param hostname - Hostname of the server to upgrade.\\n * @param ram - Amount of RAM of the purchased server, in GB. Must be a power of 2 (2, 4, 8, 16, etc.). Maximum value of 1048576 (2^20).\\n * @returns The price to upgrade.\\n */\\n getPurchasedServerUpgradeCost(hostname: string, ram: number): number;\\n\\n /**\\n * Upgrade a purchased servers ram.\\n * @remarks\\n * RAM cost: 0.25 GB\\n *\\n * @param hostname - Hostname of the server to upgrade.\\n * @param ram - Amount of RAM of the purchased server, in GB. Must be a power of 2 (2, 4, 8, 16, etc.). Maximum value of 1048576 (2^20).\\n * @returns True if the upgrade succeeded.\\n */\\n upgradePurchasedServer(hostname: string, ram: number): boolean;\\n\\n /**\\n * Rename a purchased server.\\n * @remarks\\n * RAM cost: 2.00 GB\\n *\\n * @param hostname - current server hostname\\n * @param newName - new server hostname\\n * @returns True if the upgrade succeeded.\\n */\\n renamePurchasedServer(hostname: string, newName: string): boolean;\\n\\n /**\\n * Delete a purchased server.\\n * @remarks\\n * 2.25 GB\\n *\\n * Deletes one of your purchased servers, which is specified by its hostname.\\n *\\n * The hostname argument can be any data type, but it will be converted to a string.\\n * Whitespace is automatically removed from the string. This function will not delete a\\n * server that still has scripts running on it.\\n *\\n * @param host - Host of the server to delete.\\n * @returns True if successful, and false otherwise.\\n */\\n deleteServer(host: string): boolean;\\n\\n /**\\n * Returns an array with the hostnames of all of the servers you have purchased.\\n *\\n * @remarks 2.25 GB\\n * @returns Returns an array with the hostnames of all of the servers you have purchased.\\n */\\n getPurchasedServers(): string[];\\n\\n /**\\n * Returns the maximum number of servers you can purchase.\\n *\\n * @remarks RAM cost: 0.05 GB\\n * @returns Returns the maximum number of servers you can purchase.\\n */\\n getPurchasedServerLimit(): number;\\n\\n /**\\n * Returns the maximum RAM that a purchased server can have.\\n *\\n * @remarks RAM cost: 0.05 GB\\n * @returns Returns the maximum RAM (in GB) that a purchased server can have.\\n */\\n getPurchasedServerMaxRam(): number;\\n\\n /**\\n * Write data to a file.\\n * @remarks\\n * RAM cost: 0 GB\\n *\\n * This function can be used to write data to a text file (.txt) or a script (.js or .script).\\n *\\n * This function will write data to that file. If the specified file does not exist,\\n * then it will be created. The third argument mode, defines how the data will be written to\\n * the file. If *mode is set to “w”, then the data is written in “write” mode which means\\n * that it will overwrite all existing data on the file. If mode is set to any other value\\n * then the data will be written in “append” mode which means that the data will be added at the\\n * end of the file.\\n *\\n * @param filename - Name of the file to be written to.\\n * @param data - Data to write.\\n * @param mode - Defines the write mode.\\n */\\n write(filename: string, data?: string[] | number | string, mode?: \\\"w\\\" | \\\"a\\\"): void;\\n\\n /**\\n * Attempt to write to a port.\\n * @remarks\\n * RAM cost: 0 GB\\n *\\n * Attempts to write data to the specified Netscript Port.\\n * If the port is full, the data will not be written.\\n * Otherwise, the data will be written normally.\\n *\\n * @param port - Port or text file that will be written to.\\n * @param data - Data to write.\\n * @returns True if the data is successfully written to the port, and false otherwise.\\n */\\n tryWritePort(port: number, data: string | number): boolean;\\n\\n /**\\n * Read content of a file.\\n * @remarks\\n * RAM cost: 0 GB\\n *\\n * This function is used to read data from a text file (.txt) or script (.script, .js).\\n *\\n * This function will return the data in the specified file.\\n * If the file does not exist, an empty string will be returned.\\n *\\n * @param filename - Name of the file to be read.\\n * @returns Data in the specified text file.\\n */\\n read(filename: string): string;\\n\\n /**\\n * Get a copy of the data from a port without popping it.\\n * @remarks\\n * RAM cost: 0 GB\\n *\\n * This function is used to peek at the data from a port. It returns the\\n * first element in the specified port without removing that element. If\\n * the port is empty, the string “NULL PORT DATA” will be returned.\\n *\\n * @param port - Port to peek. Must be an integer between 1 and 20.\\n * @returns Data in the specified port.\\n */\\n peek(port: number): PortData;\\n\\n /**\\n * Clear data from a file.\\n * @remarks\\n * RAM cost: 0 GB\\n *\\n * Delete all data from that text file.\\n *\\n * @param handle - Text file to clear.\\n */\\n clear(handle: string): void;\\n\\n /**\\n * Clear data from a port.\\n * @remarks\\n * RAM cost: 0 GB\\n *\\n * Delete all data from the underlying queue.\\n *\\n * @param handle - Port to clear.\\n */\\n clearPort(handle: number): void;\\n\\n /**\\n * Write data to a port.\\n * @remarks\\n * RAM cost: 0 GB\\n *\\n * Write data to that netscript port.\\n * @returns The data popped off the queue if it was full.\\n */\\n writePort(port: number, data: string | number): Promise;\\n /**\\n * Read data from a port.\\n * @remarks\\n * RAM cost: 0 GB\\n *\\n * Read data from that port. A port is a serialized queue.\\n * This function will remove the first element from that queue and return it.\\n * If the queue is empty, then the string “NULL PORT DATA” will be returned.\\n * @returns the data read.\\n */\\n readPort(port: number): PortData;\\n\\n /**\\n * Get all data on a port.\\n * @remarks\\n * RAM cost: 0 GB\\n *\\n * Get a handle to a Netscript Port.\\n *\\n * WARNING: Port Handles only work in NetscriptJS (Netscript 2.0). They will not work in Netscript 1.0.\\n *\\n * @see https://bitburner.readthedocs.io/en/latest/netscript/netscriptmisc.html#netscript-ports\\n * @param port - Port number. Must be an integer between 1 and 20.\\n */\\n getPortHandle(port: number): NetscriptPort;\\n\\n /**\\n * Delete a file.\\n * @remarks\\n * RAM cost: 1 GB\\n *\\n * Removes the specified file from the current server. This function works for every file\\n * type except message (.msg) files.\\n *\\n * @param name - Filename of file to remove. Must include the extension.\\n * @param host - Host Address of the server on which to delete the file. Optional. Defaults to current server.\\n * @returns True if it successfully deletes the file, and false otherwise.\\n */\\n rm(name: string, host?: string): boolean;\\n\\n /**\\n * Check if any script with a filename is running.\\n * @remarks\\n * RAM cost: 1 GB\\n *\\n * Returns a boolean indicating whether any instance of the specified script is running\\n * on the target server, regardless of its arguments.\\n *\\n * This is different than the isRunning function because it does not try to\\n * identify a specific instance of a running script by its arguments.\\n *\\n * @example\\n * ```ts\\n * // NS1:\\n * //The function call will return true if there is any script named foo.script running on the foodnstuff server, and false otherwise:\\n * scriptRunning(\\\"foo.script\\\", \\\"foodnstuff\\\");\\n *\\n * //The function call will return true if there is any script named “foo.script” running on the current server, and false otherwise:\\n * scriptRunning(\\\"foo.script\\\", getHostname());\\n * ```\\n * * @example\\n * ```ts\\n * // NS2:\\n * //The function call will return true if there is any script named foo.script running on the foodnstuff server, and false otherwise:\\n * ns.scriptRunning(\\\"foo.script\\\", \\\"foodnstuff\\\");\\n *\\n * //The function call will return true if there is any script named “foo.script” running on the current server, and false otherwise:\\n * ns.scriptRunning(\\\"foo.script\\\", ns.getHostname());\\n * ```\\n * @param script - Filename of script to check. This is case-sensitive.\\n * @param host - Host of target server.\\n * @returns True if the specified script is running, and false otherwise.\\n */\\n scriptRunning(script: string, host: string): boolean;\\n\\n /**\\n * Kill all scripts with a filename.\\n * @remarks\\n * RAM cost: 1 GB\\n *\\n * Kills all scripts with the specified filename on the target server specified by hostname,\\n * regardless of arguments.\\n *\\n * @param script - Filename of script to kill. This is case-sensitive.\\n * @param host - Host of target server.\\n * @returns true if one or more scripts were successfully killed, and false if none were.\\n */\\n scriptKill(script: string, host: string): boolean;\\n\\n /**\\n * Returns the current script name.\\n *\\n * @remarks RAM cost: 0 GB\\n * @returns Current script name.\\n */\\n getScriptName(): string;\\n\\n /**\\n * Get the ram cost of a script.\\n * @remarks\\n * RAM cost: 0.1 GB\\n *\\n * Returns the amount of RAM required to run the specified script on the target server.\\n * Returns 0 if the script does not exist.\\n *\\n * @param script - Filename of script. This is case-sensitive.\\n * @param host - Host of target server the script is located on. This is optional, if it is not specified then the function will use the current server as the target server.\\n * @returns Amount of RAM (in GB) required to run the specified script on the target server, and 0 if the script does not exist.\\n */\\n getScriptRam(script: string, host?: string): number;\\n\\n /**\\n * Get the execution time of a hack() call.\\n * @remarks\\n * RAM cost: 0.05 GB\\n *\\n * When `hack` completes an amount of money is stolen depending on the player's skills.\\n * Returns the amount of time in milliseconds it takes to execute the hack Netscript function on the target server.\\n * The required time is increased by the security level of the target server and decreased by the player's hacking level.\\n *\\n * @param host - Host of target server.\\n * @returns Returns the amount of time in milliseconds it takes to execute the hack Netscript function.\\n */\\n getHackTime(host: string): number;\\n\\n /**\\n * Get the execution time of a grow() call.\\n * @remarks\\n * RAM cost: 0.05 GB\\n *\\n * Returns the amount of time in milliseconds it takes to execute the grow Netscript function on the target server.\\n * The required time is increased by the security level of the target server and decreased by the player's hacking level.\\n *\\n * @param host - Host of target server.\\n * @returns Returns the amount of time in milliseconds it takes to execute the grow Netscript function.\\n */\\n getGrowTime(host: string): number;\\n\\n /**\\n * Get the execution time of a weaken() call.\\n * @remarks\\n * RAM cost: 0.05 GB\\n *\\n * Returns the amount of time in milliseconds it takes to execute the weaken Netscript function on the target server.\\n * The required time is increased by the security level of the target server and decreased by the player's hacking level.\\n *\\n * @param host - Host of target server.\\n * @returns Returns the amount of time in milliseconds it takes to execute the weaken Netscript function.\\n */\\n getWeakenTime(host: string): number;\\n\\n /**\\n * Get the income of all script.\\n * @remarks\\n * RAM cost: 0.1 GB\\n *\\n * @returns an array of two values.\\n * The first value is the total income (dollar / second) of all of your active scripts\\n * (scripts that are currently running on any server).\\n * The second value is the total income (dollar / second) that you’ve earned from scripts\\n * since you last installed Augmentations.\\n */\\n getTotalScriptIncome(): [number, number];\\n\\n /**\\n * Get the income of a script.\\n * @remarks\\n * RAM cost: 0.1 GB\\n *\\n * Returns the amount of income the specified script generates while online\\n * (when the game is open, does not apply for offline income). Remember that\\n * a script is uniquely identified by both its name and its arguments. So for\\n * example if you ran a script with the arguments “foodnstuff” and “5” then\\n * in order to use this function to get that script’s income you must specify\\n * those same arguments in the same order in this function call.\\n *\\n * @param script - Filename of script.\\n * @param host - Server on which script is running.\\n * @param args - Arguments that the script is running with.\\n * @returns Amount of income the specified script generates while online.\\n */\\n getScriptIncome(script: string, host: string, ...args: (string | number | boolean)[]): number;\\n\\n /**\\n * Get the exp gain of all script.\\n * @remarks\\n * RAM cost: 0.1 GB\\n *\\n * @returns total experience gain rate of all of your active scripts.\\n */\\n getTotalScriptExpGain(): number;\\n\\n /**\\n * Get the exp gain of a script.\\n * @remarks\\n * RAM cost: 0.1 GB\\n *\\n * Returns the amount of hacking experience the specified script generates while online\\n * (when the game is open, does not apply for offline experience gains). Remember that a\\n * script is uniquely identified by both its name and its arguments.\\n *\\n * This function can also return the total experience gain rate of all of your active\\n * scripts by running the function with no arguments.\\n *\\n * @param script - Filename of script.\\n * @param host - Server on which script is running.\\n * @param args - Arguments that the script is running with.\\n * @returns Amount of hacking experience the specified script generates while online.\\n */\\n getScriptExpGain(script: string, host: string, ...args: (string | number | boolean)[]): number;\\n\\n /**\\n * Returns the amount of time in milliseconds that have passed since you last installed Augmentations.\\n *\\n * @remarks RAM cost: 0.05 GB\\n * @returns Time in milliseconds that have passed since you last installed Augmentations.\\n */\\n getTimeSinceLastAug(): number;\\n\\n /**\\n * Format a string.\\n *\\n * @remarks\\n * RAM cost: 0 GB\\n *\\n * see: https://github.com/alexei/sprintf.js\\n * @param format - String to format.\\n * @param args - Formatting arguments.\\n * @returns Formatted text.\\n */\\n sprintf(format: string, ...args: any[]): string;\\n\\n /**\\n * Format a string with an array of arguments.\\n * @remarks\\n * RAM cost: 0 GB\\n *\\n * see: https://github.com/alexei/sprintf.js\\n * @param format - String to format.\\n * @param args - Formatting arguments.\\n * @returns Formatted text.\\n */\\n vsprintf(format: string, args: any[]): string;\\n\\n /**\\n * Format a number\\n * @remarks\\n * RAM cost: 0 GB\\n *\\n * Converts a number into a string with the specified formatter.\\n * This uses the numeral.js library, so the formatters must be compatible with that.\\n * This is the same function that the game itself uses to display numbers.\\n *\\n * see: http://numeraljs.com/\\n * @param n - Number to format.\\n * @param format - Formatter.\\n * @returns Formatted number.\\n */\\n nFormat(n: number, format: string): string;\\n\\n /**\\n * Format time to readable string\\n * @remarks\\n * RAM cost: 0 GB\\n *\\n * @param milliseconds - Number of millisecond to format.\\n * @param milliPrecision - Format time with subsecond precision, defaults to false.\\n * @returns The formatted time.\\n */\\n tFormat(milliseconds: number, milliPrecision?: boolean): string;\\n\\n /**\\n * Prompt the player with an input modal.\\n * @remarks\\n * RAM cost: 0 GB\\n *\\n * Prompts the player with a dialog box. If `options.type` is undefined or \\\"boolean\\\",\\n * the player is shown \\\"Yes\\\" and \\\"No\\\" prompts, which return true and false respectively.\\n * Passing a type of \\\"text\\\" will give the player a text field and a value of \\\"select\\\"\\n * will show a drop-down field. Choosing type \\\"select\\\" will require an array or object\\n * to be passed via the `options.choices` property.\\n * The script’s execution is halted until the player selects one of the options.\\n *\\n * @param txt - Text to appear in the prompt dialog box.\\n * @param options - Options to modify the prompt the player is shown.\\n * @returns True if the player click “Yes”; false if the player clicks “No”; or the value entered by the player.\\n */\\n prompt(\\n txt: string,\\n options?: { type?: \\\"boolean\\\" | \\\"text\\\" | \\\"select\\\" | undefined; choices?: string[] },\\n ): Promise;\\n\\n /**\\n * Open up a message box.\\n * @param msg - Message to alert.\\n */\\n alert(msg: string): void;\\n\\n /**\\n * Queue a toast (bottom-right notification).\\n * @param msg - Message in the toast.\\n * @param variant - Type of toast, must be one of success, info, warning, error. Defaults to success.\\n * @param duration - Duration of toast in ms. Can also be `null` to create a persistent toast. Defaults to 2000\\n */\\n toast(msg: string, variant?: ToastVariant, duration?: number | null): void;\\n\\n /**\\n * Download a file from the internet.\\n * @remarks\\n * RAM cost: 0 GB\\n *\\n * Retrieves data from a URL and downloads it to a file on the specified server.\\n * The data can only be downloaded to a script (.script, .js) or a text file (.txt).\\n * If the file already exists, it will be overwritten by this command.\\n * Note that it will not be possible to download data from many websites because they\\n * do not allow cross-origin resource sharing (CORS).\\n *\\n * IMPORTANT: This is an asynchronous function that returns a Promise.\\n * The Promise’s resolved value will be a boolean indicating whether or not the data was\\n * successfully retrieved from the URL. Because the function is async and returns a Promise,\\n * it is recommended you use wget in NetscriptJS (Netscript 2.0).\\n *\\n * In NetscriptJS, you must preface any call to wget with the await keyword (like you would hack or sleep).\\n * wget will still work in Netscript 1.0, but the functions execution will not be synchronous\\n * (i.e. it may not execute when you expect/want it to).\\n * Furthermore, since Promises are not supported in ES5,\\n * you will not be able to process the returned value of wget in Netscript 1.0.\\n *\\n * @example\\n * ```ts\\n * // NS1:\\n * wget(\\\"https://raw.githubusercontent.com/danielyxie/bitburner/master/README.md\\\", \\\"game_readme.txt\\\");\\n * ```\\n * @example\\n * ```ts\\n * // NS2:\\n * await ns.wget(\\\"https://raw.githubusercontent.com/danielyxie/bitburner/master/README.md\\\", \\\"game_readme.txt\\\");\\n * ```\\n * @param url - URL to pull data from.\\n * @param target - Filename to write data to. Must be script or text file.\\n * @param host - Optional hostname/ip of server for target file.\\n * @returns True if the data was successfully retrieved from the URL, false otherwise.\\n */\\n wget(url: string, target: string, host?: string): Promise;\\n\\n /**\\n * Returns the amount of Faction favor required to be able to donate to a faction.\\n *\\n * @remarks RAM cost: 0.1 GB\\n * @returns Amount of Faction favor required to be able to donate to a faction.\\n */\\n getFavorToDonate(): number;\\n\\n /**\\n * Get the current Bitnode multipliers.\\n * @remarks\\n * RAM cost: 4 GB\\n *\\n * Returns an object containing the current BitNode multipliers.\\n * This function requires you to be in Bitnode 5 or have Source-File 5 in order to run.\\n * The multipliers are returned in decimal forms (e.g. 1.5 instead of 150%).\\n * The multipliers represent the difference between the current BitNode and\\n * the original BitNode (BitNode-1).\\n *\\n * For example, if the CrimeMoney multiplier has a value of 0.1, then that means\\n * that committing crimes in the current BitNode will only give 10% of the money\\n * you would have received in BitNode-1.\\n *\\n * @example\\n * ```ts\\n * // NS1:\\n * var mults = getBitNodeMultipliers();\\n * print(mults.ServerMaxMoney);\\n * print(mults.HackExpGain);\\n * ```\\n * @example\\n * ```ts\\n * // NS2:\\n * const {ServerMaxMoney, HackExpGain} = ns.getBitNodeMultipliers();\\n * print(ServerMaxMoney);\\n * print(HackExpGain);\\n * ```\\n * @returns Object containing the current BitNode multipliers.\\n */\\n getBitNodeMultipliers(): BitNodeMultipliers;\\n\\n /**\\n * Get information about the player.\\n * @remarks\\n * RAM cost: 0.5 GB\\n *\\n * Returns an object with information on the current player.\\n *\\n * @returns Player info\\n */\\n getPlayer(): Player;\\n\\n /**\\n * Add callback function when the script dies\\n * @remarks\\n * RAM cost: 0 GB\\n *\\n * NS2 exclusive\\n *\\n * Add callback to be executed when the script dies.\\n */\\n atExit(f: () => void): void;\\n\\n /**\\n * Move a file on the target server.\\n * @remarks\\n * RAM cost: 0 GB\\n *\\n * NS2 exclusive\\n *\\n * Move the source file to the specified destination on the target server.\\n *\\n * This command only works for scripts and text files (.txt). It cannot, however, be used\\n * to convert from script to text file, or vice versa.\\n *\\n * This function can also be used to rename files.\\n *\\n * @param host - Host of target server.\\n * @param source - Filename of the source file.\\n * @param destination - Filename of the destination file.\\n */\\n mv(host: string, source: string, destination: string): void;\\n\\n /**\\n * Parse command line flags.\\n * @remarks\\n * RAM cost: 0 GB\\n *\\n * Allows unix like flag parsing.\\n * @example\\n * ```ts\\n * // example.script\\n * var data = flags([\\n * ['delay', 0], // a default number means this flag is a number\\n * ['server', 'foodnstuff'], // a default string means this flag is a string\\n * ['exclude', []], // a default array means this flag is a default array of string\\n * ['help', false], // a default boolean means this flag is a boolean\\n * ]);\\n * tprint(data);\\n *\\n * // example.js\\n * export async function main(ns) {\\n * const data = ns.flags([\\n * ['delay', 0], // a default number means this flag is a number\\n * ['server', 'foodnstuff'], // a default string means this flag is a string\\n * ['exclude', []], // a default array means this flag is a default array of string\\n * ['help', false], // a default boolean means this flag is a boolean\\n * ]);\\n * ns.tprint(data);\\n * }\\n *\\n * // [home ~/]> run example.script\\n * // {\\\"_\\\":[],\\\"delay\\\":0,\\\"server\\\":\\\"foodnstuff\\\",\\\"exclude\\\":[],\\\"help\\\":false}\\n * // [home ~/]> run example.script --delay 3000\\n * // {\\\"_\\\":[],\\\"server\\\":\\\"foodnstuff\\\",\\\"exclude\\\":[],\\\"help\\\":false,\\\"delay\\\":3000}\\n * // [home ~/]> run example.script --delay 3000 --server harakiri-sushi\\n * // {\\\"_\\\":[],\\\"exclude\\\":[],\\\"help\\\":false,\\\"delay\\\":3000,\\\"server\\\":\\\"harakiri-sushi\\\"}\\n * // [home ~/]> run example.script --delay 3000 --server harakiri-sushi hello world\\n * // {\\\"_\\\":[\\\"hello\\\",\\\"world\\\"],\\\"exclude\\\":[],\\\"help\\\":false,\\\"delay\\\":3000,\\\"server\\\":\\\"harakiri-sushi\\\"}\\n * // [home ~/]> run example.script --delay 3000 --server harakiri-sushi hello world --exclude a --exclude b\\n * // {\\\"_\\\":[\\\"hello\\\",\\\"world\\\"],\\\"help\\\":false,\\\"delay\\\":3000,\\\"server\\\":\\\"harakiri-sushi\\\",\\\"exclude\\\":[\\\"a\\\",\\\"b\\\"]}\\n * // [home ~/]> run example.script --help\\n * // {\\\"_\\\":[],\\\"delay\\\":0,\\\"server\\\":\\\"foodnstuff\\\",\\\"exclude\\\":[],\\\"help\\\":true}\\n * ```\\n */\\n flags(schema: [string, string | number | boolean | string[]][]): { [key: string]: ScriptArg | string[] };\\n\\n /**\\n * Share your computer with your factions.\\n * @remarks\\n * RAM cost: 2.4 GB\\n *\\n * Increases your rep gain of hacking contracts while share is called.\\n * Scales with thread count.\\n */\\n share(): Promise;\\n\\n /**\\n * Calculate your share power. Based on all the active share calls.\\n * @remarks\\n * RAM cost: 0.2 GB\\n */\\n getSharePower(): number;\\n\\n enums: NSEnums;\\n}\\n\\n/** @public */\\ndeclare const enums = {\\n toast: {\\n SUCCESS: \\\"success\\\",\\n WARNING: \\\"warning\\\",\\n ERROR: \\\"error\\\",\\n INFO: \\\"info\\\",\\n },\\n};\\n\\n/** @public */\\ntype ToastVariant = ValuesFrom;\\n\\n/** @public */\\nexport type NSEnums = typeof enums;\\n/**\\n * Corporation Office API\\n * @remarks\\n * requires the Office API upgrade from your corporation.\\n * @public\\n */\\nexport interface OfficeAPI {\\n /**\\n * Assign an employee to a job.\\n * @param divisionName - Name of the division\\n * @param cityName - Name of the city\\n * @param employeeName - name of the employee\\n * @param job - Name of the job.\\n */\\n assignJob(divisionName: string, cityName: string, employeeName: string, job: string): void;\\n /**\\n * Hire an employee.\\n * @param divisionName - Name of the division\\n * @param cityName - Name of the city\\n * @returns The newly hired employee, if any\\n */\\n hireEmployee(divisionName: string, cityName: string): Employee | undefined;\\n /**\\n * Upgrade office size.\\n * @param divisionName - Name of the division\\n * @param cityName - Name of the city\\n * @param size - Amount of positions to open\\n */\\n upgradeOfficeSize(divisionName: string, cityName: string, size: number): void;\\n /**\\n * Throw a party for your employees\\n * @param divisionName - Name of the division\\n * @param cityName - Name of the city\\n * @param costPerEmployee - Amount to spend per employee.\\n * @returns Multiplier for happiness and morale, or zero on failure\\n */\\n throwParty(divisionName: string, cityName: string, costPerEmployee: number): number;\\n /**\\n * Buy coffee for your employees\\n * @param divisionName - Name of the division\\n * @param cityName - Name of the city\\n * @returns true if buying coffee was successful, false otherwise\\n */\\n buyCoffee(divisionName: string, cityName: string): boolean;\\n /**\\n * Hire AdVert.\\n * @param divisionName - Name of the division\\n */\\n hireAdVert(divisionName: string): void;\\n /**\\n * Purchase a research\\n * @param divisionName - Name of the division\\n * @param researchName - Name of the research\\n */\\n research(divisionName: string, researchName: string): void;\\n /**\\n * Get data about an office\\n * @param divisionName - Name of the division\\n * @param cityName - Name of the city\\n * @returns Office data\\n */\\n getOffice(divisionName: string, cityName: string): Office;\\n /**\\n * Get data about an employee\\n * @param divisionName - Name of the division\\n * @param cityName - Name of the city\\n * @param employeeName - Name of the employee\\n * @returns Employee data\\n */\\n getEmployee(divisionName: string, cityName: string, employeeName: string): Employee;\\n /**\\n * Get the cost to Hire AdVert\\n * @param divisionName - Name of the division\\n * @returns Cost\\n */\\n getHireAdVertCost(divisionName: string): number;\\n /**\\n * Get the number of times you have Hired AdVert\\n * @param divisionName - Name of the division\\n * @returns Number of times you have Hired AdVert\\n */\\n getHireAdVertCount(adivisionName: string): number;\\n /**\\n * Get the cost to unlock research\\n * @param divisionName - Name of the division\\n * @param researchName - Name of the research\\n * @returns cost\\n */\\n getResearchCost(divisionName: string, researchName: string): number;\\n /**\\n * Gets if you have unlocked a research\\n * @param divisionName - Name of the division\\n * @param researchName - Name of the research\\n * @returns true is unlocked, false if not\\n */\\n hasResearched(divisionName: string, researchName: string): boolean;\\n /**\\n * Set the auto job assignment for a job\\n * @param divisionName - Name of the division\\n * @param cityName - Name of the city\\n * @param job - Name of the job\\n * @param amount - Number of employees to assign to that job\\n * @returns true if the employee count reached the target amount, false if not\\n */\\n setAutoJobAssignment(divisionName: string, cityName: string, job: string, amount: number): boolean;\\n /**\\n * Cost to Upgrade office size.\\n * @param divisionName - Name of the division\\n * @param cityName - Name of the city\\n * @param size - Amount of positions to open\\n * @returns Cost of upgrading the office\\n */\\n getOfficeSizeUpgradeCost(divisionName: string, cityName: string, asize: number): number;\\n}\\n\\n/**\\n * Corporation Warehouse API\\n * @remarks\\n * Requires the Warehouse API upgrade from your corporation.\\n * @public\\n */\\nexport interface WarehouseAPI {\\n /**\\n * Set material sell data.\\n * @param divisionName - Name of the division\\n * @param cityName - Name of the city\\n * @param materialName - Name of the material\\n * @param amt - Amount to sell, can be \\\"MAX\\\"\\n * @param price - Price to sell, can be \\\"MP\\\"\\n */\\n sellMaterial(divisionName: string, cityName: string, materialName: string, amt: string, price: string): void;\\n /**\\n * Set product sell data.\\n * @param divisionName - Name of the division\\n * @param cityName - Name of the city\\n * @param productName - Name of the product\\n * @param amt - Amount to sell, can be \\\"MAX\\\"\\n * @param price - Price to sell, can be \\\"MP\\\"\\n * @param all - Sell in all city\\n */\\n sellProduct(\\n divisionName: string,\\n cityName: string,\\n productName: string,\\n amt: string,\\n price: string,\\n all: boolean,\\n ): void;\\n /**\\n * Discontinue a product.\\n * @param divisionName - Name of the division\\n * @param productName - Name of the product\\n */\\n discontinueProduct(divisionName: string, productName: string): void;\\n /**\\n * Set smart supply\\n * @param divisionName - Name of the division\\n * @param cityName - Name of the city\\n * @param enabled - smart supply enabled\\n */\\n setSmartSupply(divisionName: string, cityName: string, enabled: boolean): void;\\n /**\\n * Set whether smart supply uses leftovers before buying\\n * @param divisionName - Name of the division\\n * @param cityName - Name of the city\\n * @param materialName - Name of the material\\n * @param enabled - smart supply use leftovers enabled\\n */\\n setSmartSupplyUseLeftovers(divisionName: string, cityName: string, materialName: string, enabled: boolean): void;\\n /**\\n * Set material buy data\\n * @param divisionName - Name of the division\\n * @param cityName - Name of the city\\n * @param materialName - Name of the material\\n * @param amt - Amount of material to buy\\n */\\n buyMaterial(divisionName: string, cityName: string, materialName: string, amt: number): void;\\n /**\\n * Set material to bulk buy\\n * @param divisionName - Name of the division\\n * @param cityName - Name of the city\\n * @param materialName - Name of the material\\n * @param amt - Amount of material to buy\\n */\\n bulkPurchase(divisionName: string, cityName: string, materialName: string, amt: number): void;\\n /**\\n * Get warehouse data\\n * @param divisionName - Name of the division\\n * @param cityName - Name of the city\\n * @returns warehouse data\\n */\\n getWarehouse(divisionName: string, cityName: string): Warehouse;\\n /**\\n * Get product data\\n * @param divisionName - Name of the division\\n * @param productName - Name of the product\\n * @returns product data\\n */\\n getProduct(divisionName: string, productName: string): Product;\\n /**\\n * Get material data\\n * @param divisionName - Name of the division\\n * @param materialName - Name of the material\\n * @returns material data\\n */\\n getMaterial(divisionName: string, cityName: string, materialName: string): Material;\\n /**\\n * Set market TA 1 for a material.\\n * @param divisionName - Name of the division\\n * @param cityName - Name of the city\\n * @param materialName - Name of the material\\n * @param on - market ta enabled\\n */\\n setMaterialMarketTA1(divisionName: string, cityName: string, materialName: string, on: boolean): void;\\n /**\\n * Set market TA 2 for a material.\\n * @param divisionName - Name of the division\\n * @param cityName - Name of the city\\n * @param materialName - Name of the material\\n * @param on - market ta enabled\\n */\\n setMaterialMarketTA2(divisionName: string, cityName: string, materialName: string, on: boolean): void;\\n /**\\n * Set market TA 1 for a product.\\n * @param divisionName - Name of the division\\n * @param productName - Name of the product\\n * @param on - market ta enabled\\n */\\n setProductMarketTA1(divisionName: string, productName: string, on: boolean): void;\\n /**\\n * Set market TA 2 for a product.\\n * @param divisionName - Name of the division\\n * @param productName - Name of the product\\n * @param on - market ta enabled\\n */\\n setProductMarketTA2(divisionName: string, productName: string, on: boolean): void;\\n /**\\n * Set material export data\\n * @param sourceDivision - Source division\\n * @param sourceCity - Source city\\n * @param targetDivision - Target division\\n * @param targetCity - Target city\\n * @param materialName - Name of the material\\n * @param amt - Amount of material to export.\\n */\\n exportMaterial(\\n sourceDivision: string,\\n sourceCity: string,\\n targetDivision: string,\\n targetCity: string,\\n materialName: string,\\n amt: number,\\n ): void;\\n /**\\n * Cancel material export\\n * @param sourceDivision - Source division\\n * @param sourceCity - Source city\\n * @param targetDivision - Target division\\n * @param targetCity - Target city\\n * @param materialName - Name of the material\\n * @param amt - Amount of material to export.\\n */\\n cancelExportMaterial(\\n sourceDivision: string,\\n sourceCity: string,\\n targetDivision: string,\\n targetCity: string,\\n materialName: string,\\n amt: number,\\n ): void;\\n /**\\n * Purchase warehouse for a new city\\n * @param divisionName - Name of the division\\n * @param cityName - Name of the city\\n */\\n purchaseWarehouse(divisionName: string, cityName: string): void;\\n /**\\n * Upgrade warehouse\\n * @param divisionName - Name of the division\\n * @param cityName - Name of the city\\n * @param amt - amount of upgrades defaults to 1\\n */\\n upgradeWarehouse(divisionName: string, cityName: string, amt?: number): void;\\n /**\\n * Create a new product\\n * @param divisionName - Name of the division\\n * @param cityName - Name of the city\\n * @param productName - Name of the product\\n * @param designInvest - Amount to invest for the design of the product.\\n * @param marketingInvest - Amount to invest for the marketing of the product.\\n */\\n makeProduct(\\n divisionName: string,\\n cityName: string,\\n productName: string,\\n designInvest: number,\\n marketingInvest: number,\\n ): void;\\n /**\\n * Limit Material Production.\\n * @param divisionName - Name of the division\\n * @param cityName - Name of the city\\n * @param materialName - Name of the material\\n * @param qty - Amount to limit to\\n */\\n limitMaterialProduction(divisionName: string, cityName: string, materialName: string, qty: number): void;\\n /**\\n * Limit Product Production.\\n * @param divisionName - Name of the division\\n * @param cityName - Name of the city\\n * @param productName - Name of the product\\n * @param qty - Amount to limit to\\n */\\n limitProductProduction(divisionName: string, cityName: string, productName: string, qty: number): void;\\n /**\\n * Gets the cost to purchase a warehouse\\n * @returns cost\\n */\\n getPurchaseWarehouseCost(): number;\\n /**\\n * Gets the cost to upgrade a warehouse to the next level\\n * @param divisionName - Name of the division\\n * @param cityName - Name of the city\\n * @param amt - amount of upgrades defaults to 1\\n * @returns cost to upgrade\\n */\\n getUpgradeWarehouseCost(adivisionName: string, acityName: string, amt?: number): number;\\n /**\\n * Check if you have a warehouse in city\\n * @returns true if warehouse is present, false if not\\n */\\n hasWarehouse(adivisionName: string, acityName: string): boolean;\\n}\\n\\n/**\\n * Corporation API\\n * @public\\n */\\nexport interface Corporation extends WarehouseAPI, OfficeAPI {\\n /**\\n * Create a Corporation\\n * @param divisionName - Name of the division\\n * @param selfFund - If you should self fund, defaults to true, false will only work on Bitnode 3\\n * @returns true if created and false if not\\n */\\n createCorporation(corporationName: string, selfFund: boolean): boolean;\\n /**\\n * Check if you have a one time unlockable upgrade\\n * @param upgradeName - Name of the upgrade\\n * @returns true if unlocked and false if not\\n */\\n hasUnlockUpgrade(upgradeName: string): boolean;\\n /**\\n * Gets the cost to unlock a one time unlockable upgrade\\n * @param upgradeName - Name of the upgrade\\n * @returns cost of the upgrade\\n */\\n getUnlockUpgradeCost(upgradeName: string): number;\\n /**\\n * Get the level of a levelable upgrade\\n * @param upgradeName - Name of the upgrade\\n * @returns the level of the upgrade\\n */\\n getUpgradeLevel(upgradeName: string): number;\\n /**\\n * Gets the cost to unlock the next level of a levelable upgrade\\n * @param upgradeName - Name of the upgrade\\n * @returns cost of the upgrade\\n */\\n getUpgradeLevelCost(upgradeName: string): number;\\n /**\\n * Gets the cost to expand into a new industry\\n * @param industryName - Name of the industry\\n * @returns cost\\n */\\n getExpandIndustryCost(industryName: string): number;\\n /**\\n * Gets the cost to expand into a new city\\n * @returns cost\\n */\\n getExpandCityCost(): number;\\n /**\\n * Get an offer for investment based on you companies current valuation\\n * @returns An offer of investment\\n */\\n getInvestmentOffer(): InvestmentOffer;\\n /**\\n * Get list of materials\\n * @returns material names\\n */\\n getMaterialNames(): string[];\\n /**\\n * Get list of industry types\\n * @returns industry names\\n */\\n getIndustryTypes(): string[];\\n /**\\n * Get list of one-time unlockable upgrades\\n * @returns unlockable upgrades names\\n */\\n getUnlockables(): string[];\\n /**\\n * Get list of upgrade names\\n * @returns upgrade names\\n */\\n getUpgradeNames(): string[];\\n /**\\n * Get list of research names\\n * @returns research names\\n */\\n getResearchNames(): string[];\\n /**\\n * Accept investment based on you companies current valuation\\n * @remarks\\n * Is based on current valuation and will not honer a specific Offer\\n * @returns An offer of investment\\n */\\n acceptInvestmentOffer(): boolean;\\n /**\\n * Go public\\n * @param numShares - number of shares you would like to issue for your IPO\\n * @returns true if you successfully go public, false if not\\n */\\n goPublic(numShares: number): boolean;\\n /**\\n * Bribe a faction\\n * @param factionName - Faction name\\n * @param amountCash - Amount of money to bribe\\n * @returns True if successful, false if not\\n */\\n bribe(factionName: string, amountCash: number): boolean;\\n /**\\n * Get corporation data\\n * @returns Corporation data\\n */\\n getCorporation(): CorporationInfo;\\n /**\\n * Get division data\\n * @param divisionName - Name of the division\\n * @returns Division data\\n */\\n getDivision(divisionName: string): Division;\\n /**\\n * Expand to a new industry\\n * @param industryType - Name of the industry\\n * @param divisionName - Name of the division\\n */\\n expandIndustry(industryType: string, divisionName: string): void;\\n /**\\n * Expand to a new city\\n * @param divisionName - Name of the division\\n * @param cityName - Name of the city\\n */\\n expandCity(divisionName: string, cityName: string): void;\\n /**\\n * Unlock an upgrade\\n * @param upgradeName - Name of the upgrade\\n */\\n unlockUpgrade(upgradeName: string): void;\\n /**\\n * Level an upgrade.\\n * @param upgradeName - Name of the upgrade\\n */\\n levelUpgrade(upgradeName: string): void;\\n /**\\n * Issue dividends\\n * @param rate - Fraction of profit to issue as dividends.\\n */\\n issueDividends(rate: number): void;\\n /**\\n * Buyback Shares\\n * @param amount - Amount of shares to buy back.\\n *\\n */\\n buyBackShares(amount: number): void;\\n /**\\n * Sell Shares\\n * @param amount - Amount of shares to sell.\\n *\\n */\\n sellShares(amount: number): void;\\n /**\\n * Get bonus time.\\n *\\n * “Bonus time” is accumulated when the game is offline or if the game is inactive in the browser.\\n *\\n * “Bonus time” makes the game progress faster.\\n *\\n * @returns Bonus time for the Corporation mechanic in milliseconds.\\n */\\n getBonusTime(): number;\\n}\\n\\n/**\\n * General info about a corporation\\n * @public\\n */\\ninterface CorporationInfo {\\n /** Name of the corporation */\\n name: string;\\n /** Funds available */\\n funds: number;\\n /** Revenue per second this cycle */\\n revenue: number;\\n /** Expenses per second this cycle */\\n expenses: number;\\n /** Indicating if the company is public */\\n public: boolean;\\n /** Total number of shares issues by this corporation */\\n totalShares: number;\\n /** Amount of share owned */\\n numShares: number;\\n /** Cooldown until shares can be sold again */\\n shareSaleCooldown: number;\\n /** Amount of acquirable shares. */\\n issuedShares: number;\\n /** Price of the shares */\\n sharePrice: number;\\n /** Fraction of profits issued as dividends */\\n dividendRate: number;\\n /** Tax applied on your earnings as a shareholder */\\n dividendTax: number;\\n /** Your earnings as a shareholder per second this cycle */\\n dividendEarnings: number;\\n /** State of the corporation. Possible states are START, PURCHASE, PRODUCTION, SALE, EXPORT. */\\n state: string;\\n /** Array of all divisions */\\n divisions: Division[];\\n}\\n\\n/**\\n * Employee in an office\\n * @public\\n */\\nexport interface Employee {\\n /** Name of the employee */\\n name: string;\\n /** Morale of the employee */\\n mor: number;\\n /** Happiness of the employee */\\n hap: number;\\n /** Energy of the employee */\\n ene: number;\\n /** Intelligence of the employee */\\n int: number;\\n /** Charisma of the employee */\\n cha: number;\\n /** Experience of the employee */\\n exp: number;\\n /** Creativity of the employee */\\n cre: number;\\n /** Efficiency of the employee */\\n eff: number;\\n /** Salary of the employee */\\n sal: number;\\n /** Current Location (city) */\\n loc: string;\\n /** Current job position */\\n pos: string;\\n}\\n\\n/**\\n * Product in a warehouse\\n * @public\\n */\\ninterface Product {\\n /** Name of the product */\\n name: string;\\n /** Demand for the product, only present if \\\"Market Research - Demand\\\" unlocked */\\n dmd: number | undefined;\\n /** Competition for the product, only present if \\\"Market Research - Competition\\\" unlocked */\\n cmp: number | undefined;\\n /** Product Rating */\\n rat: number;\\n /** Product Properties. The data is \\\\{qlt, per, dur, rel, aes, fea\\\\} */\\n properties: { [key: string]: number };\\n /** Production cost */\\n pCost: number;\\n /** Sell cost, can be \\\"MP+5\\\" */\\n sCost: string | number;\\n /** Data refers to the production, sale, and quantity of the products\\n * These values are specific to a city\\n * For each city, the data is [qty, prod, sell] */\\n cityData: { [key: string]: number[] };\\n /** Creation progress - A number between 0-100 representing percentage */\\n developmentProgress: number;\\n}\\n\\n/**\\n * Material in a warehouse\\n * @public\\n */\\ninterface Material {\\n /** Name of the material */\\n name: string;\\n /** Amount of material */\\n qty: number;\\n /** Quality of the material */\\n qlt: number;\\n /** Demand for the material, only present if \\\"Market Research - Demand\\\" unlocked */\\n dmd: number | undefined;\\n /** Competition for the material, only present if \\\"Market Research - Competition\\\" unlocked */\\n cmp: number | undefined;\\n /** Amount of material produced */\\n prod: number;\\n /** Amount of material sold */\\n sell: number;\\n /** Cost to buy material */\\n cost: number;\\n /** Sell cost, can be \\\"MP+5\\\" */\\n sCost: string | number;\\n /** Export orders */\\n exp: Export[];\\n}\\n\\n/**\\n * Export order for a material\\n * @public\\n */\\ninterface Export {\\n /** Division the material is being exported to */\\n div: string;\\n /** City the material is being exported to */\\n loc: string;\\n /** Amount of material exported */\\n amt: string;\\n}\\n\\n/**\\n * Warehouse for a division in a city\\n * @public\\n */\\ninterface Warehouse {\\n /** Amount of size upgrade bought */\\n level: number;\\n /** City in which the warehouse is located */\\n loc: string;\\n /** Total space in the warehouse */\\n size: number;\\n /** Used space in the warehouse */\\n sizeUsed: number;\\n /** Smart Supply status in the warehouse */\\n smartSupplyEnabled: boolean;\\n}\\n\\n/**\\n * Office for a division in a city.\\n * @public\\n */\\nexport interface Office {\\n /** City of the office */\\n loc: string;\\n /** Maximum number of employee */\\n size: number;\\n /** Minimum amount of energy of the employees */\\n minEne: number;\\n /** Maximum amount of energy of the employees */\\n maxEne: number;\\n /** Minimum happiness of the employees */\\n minHap: number;\\n /** Maximum happiness of the employees */\\n maxHap: number;\\n /** Minimum morale of the employees */\\n minMor: number;\\n /** Maximum morale of the employees */\\n maxMor: number;\\n /** Name of all the employees */\\n employees: string[];\\n /** Production of the employees */\\n employeeProd: EmployeeJobs;\\n /** Positions of the employees */\\n employeeJobs: EmployeeJobs;\\n}\\n\\n/**\\n * Object representing the number of employee in each job.\\n * @public\\n */\\ninterface EmployeeJobs {\\n Operations: number;\\n Engineer: number;\\n Business: number;\\n Management: number;\\n \\\"Research & Development\\\": number;\\n Training: number;\\n Unassigned: number;\\n}\\n\\n/**\\n * Corporation division\\n * @public\\n */\\ninterface Division {\\n /** Name of the division */\\n name: string;\\n /** Type of division, like Agriculture */\\n type: string;\\n /** Awareness of the division */\\n awareness: number;\\n /** Popularity of the division */\\n popularity: number;\\n /** Production multiplier */\\n prodMult: number;\\n /** Amount of research in that division */\\n research: number;\\n /** Revenue last cycle */\\n lastCycleRevenue: number;\\n /** Expenses last cycle */\\n lastCycleExpenses: number;\\n /** Revenue this cycle */\\n thisCycleRevenue: number;\\n /** Expenses this cycle */\\n thisCycleExpenses: number;\\n /** All research bought */\\n upgrades: number[];\\n /** Cities in which this division has expanded */\\n cities: string[];\\n /** Products developed by this division */\\n products: string[];\\n /** Whether the industry this division is in is capable of making products */\\n makesProducts: boolean;\\n}\\n\\n/**\\n * Corporation investment offer\\n * @public\\n */\\ninterface InvestmentOffer {\\n /** Amount of funds you will get from this investment */\\n funds: number;\\n /** Amount of share you will give in exchange for this investment */\\n shares: number;\\n /** Current round of funding (max 4) */\\n round: number;\\n}\\n\\n/**\\n * Interface Theme\\n * @public\\n */\\ninterface UserInterfaceTheme {\\n [key: string]: string | undefined;\\n primarylight: string;\\n primary: string;\\n primarydark: string;\\n successlight: string;\\n success: string;\\n successdark: string;\\n errorlight: string;\\n error: string;\\n errordark: string;\\n secondarylight: string;\\n secondary: string;\\n secondarydark: string;\\n warninglight: string;\\n warning: string;\\n warningdark: string;\\n infolight: string;\\n info: string;\\n infodark: string;\\n welllight: string;\\n well: string;\\n white: string;\\n black: string;\\n hp: string;\\n money: string;\\n hack: string;\\n combat: string;\\n cha: string;\\n int: string;\\n rep: string;\\n disabled: string;\\n backgroundprimary: string;\\n backgroundsecondary: string;\\n button: string;\\n}\\n\\n/**\\n * Interface Styles\\n * @public\\n */\\ninterface IStyleSettings {\\n fontFamily: string;\\n lineHeight: number;\\n}\\n\\n/**\\n * Game Information\\n * @public\\n */\\ninterface GameInfo {\\n version: string;\\n commit: string;\\n platform: string;\\n}\\n\\n/**\\n * Used for autocompletion\\n * @public\\n */\\ninterface AutocompleteData {\\n servers: string[];\\n scripts: string[];\\n txts: string[];\\n flags(schema: [string, string | number | boolean | string[]][]): { [key: string]: ScriptArg | string[] };\\n}\\n\";","/**\n * React component for displaying a single augmentation for purchase through\n * the faction UI\n */\nimport { CheckBox, CheckBoxOutlineBlank, CheckCircle, NewReleases, Report } from \"@mui/icons-material\";\nimport { Box, Button, Container, Paper, Tooltip, Typography } from \"@mui/material\";\nimport React, { useState } from \"react\";\nimport { Faction } from \"../../Faction/Faction\";\nimport { Player } from \"@player\";\nimport { Settings } from \"../../Settings/Settings\";\nimport { numeralWrapper } from \"../../ui/numeralFormat\";\nimport { Augmentation } from \"../Augmentation\";\nimport { AugmentationNames } from \"../data/AugmentationNames\";\nimport { StaticAugmentations } from \"../StaticAugmentations\";\nimport { PurchaseAugmentationModal } from \"./PurchaseAugmentationModal\";\n\ninterface IPreReqsProps {\n aug: Augmentation;\n}\n\nconst PreReqs = (props: IPreReqsProps): React.ReactElement => {\n const ownedPreReqs = props.aug.prereqs.filter((aug) => Player.hasAugmentation(aug));\n const hasPreReqs = props.aug.prereqs.length > 0 && ownedPreReqs.length === props.aug.prereqs.length;\n\n return (\n \n \n This Augmentation has the following pre-requisite(s):\n \n {props.aug.prereqs.map((preAug) => (\n \n ))}\n \n }\n >\n \n {hasPreReqs ? (\n <>\n \n Pre-requisites Owned\n \n ) : (\n <>\n \n Missing {props.aug.prereqs.length - ownedPreReqs.length} pre-requisite(s)\n \n )}\n \n \n );\n};\n\ninterface IExclusiveProps {\n aug: Augmentation;\n}\n\nconst Exclusive = (props: IExclusiveProps): React.ReactElement => {\n return (\n \n \n This Augmentation can only be acquired from the following source(s):\n \n
      \n \n
    • \n {props.aug.factions[0]} faction\n
    • \n {Player.isAwareOfGang() && !props.aug.isSpecial && (\n
    • \n Certain gangs\n
    • \n )}\n {Player.canAccessGrafting() && !props.aug.isSpecial && props.aug.name !== AugmentationNames.TheRedPill && (\n
    • \n Grafting\n
    • \n )}\n
      \n
    \n \n }\n >\n \n \n );\n};\n\ninterface IReqProps {\n value: string;\n color: string;\n fulfilled: boolean;\n}\n\nconst Requirement = (props: IReqProps): React.ReactElement => {\n return (\n \n {props.fulfilled ? : }\n {props.value}\n \n );\n};\n\ninterface IPurchasableAugsProps {\n augNames: string[];\n ownedAugNames: string[];\n\n canPurchase: (aug: Augmentation) => boolean;\n purchaseAugmentation: (aug: Augmentation, showModal: (open: boolean) => void) => void;\n\n rep?: number;\n sleeveAugs?: boolean;\n faction?: Faction;\n}\n\nexport const PurchasableAugmentations = (props: IPurchasableAugsProps): React.ReactElement => {\n return (\n \n {props.augNames.map((augName: string) => (\n \n ))}\n {props.ownedAugNames.map((augName: string) => (\n \n ))}\n \n );\n};\n\ninterface IPurchasableAugProps {\n parent: IPurchasableAugsProps;\n augName: string;\n owned: boolean;\n}\n\nexport function PurchasableAugmentation(props: IPurchasableAugProps): React.ReactElement {\n const [open, setOpen] = useState(false);\n\n const aug = StaticAugmentations[props.augName];\n const augCosts = aug.getCost();\n const cost = props.parent.sleeveAugs ? aug.baseCost : augCosts.moneyCost;\n const repCost = augCosts.repCost;\n const info = typeof aug.info === \"string\" ? {aug.info} : aug.info;\n const description = (\n <>\n {info}\n
    \n
    \n {aug.stats}\n \n );\n\n return (\n \n <>\n \n \n props.parent.purchaseAugmentation(aug, (open): void => {\n setOpen(open);\n })\n }\n disabled={!props.parent.canPurchase(aug) || props.owned}\n sx={{ width: \"48px\", height: \"36px\", float: \"left\", clear: \"none\", mr: 1 }}\n >\n {props.owned ? \"Owned\" : \"Buy\"}\n \n\n \n \n \n \n {props.augName}\n {props.augName === AugmentationNames.NeuroFluxGovernor && ` - Level ${aug.getLevel()}`}\n \n {description}\n \n }\n >\n \n {aug.name}\n {aug.name === AugmentationNames.NeuroFluxGovernor && ` - Level ${aug.getLevel()}`}\n \n \n\n {aug.factions.length === 1 && !props.parent.sleeveAugs && }\n {aug.prereqs.length > 0 && !props.parent.sleeveAugs && }\n \n \n \n\n {props.owned || (\n \n cost}\n value={numeralWrapper.formatMoney(cost)}\n color={Settings.theme.money}\n />\n {props.parent.rep !== undefined && (\n = repCost}\n value={`${numeralWrapper.formatReputation(repCost)} rep`}\n color={Settings.theme.rep}\n />\n )}\n \n )}\n\n {Settings.SuppressBuyAugmentationConfirmation || (\n setOpen(false)}\n faction={props.parent.faction}\n aug={aug}\n />\n )}\n \n \n );\n}\n","/**\n * React Subcomponent for displaying a location's UI, when that location is a Travel Agency\n *\n * TThis subcomponent renders all of the buttons for traveling to different cities\n */\nimport React, { useState, useEffect } from \"react\";\n\nimport { CityName } from \"../data/CityNames\";\nimport { TravelConfirmationModal } from \"./TravelConfirmationModal\";\n\nimport { CONSTANTS } from \"../../Constants\";\nimport { Player } from \"@player\";\nimport { Router } from \"../../ui/GameRoot\";\nimport { Settings } from \"../../Settings/Settings\";\n\nimport { Money } from \"../../ui/React/Money\";\nimport { WorldMap } from \"../../ui/React/WorldMap\";\nimport { dialogBoxCreate } from \"../../ui/React/DialogBox\";\n\nimport Typography from \"@mui/material/Typography\";\nimport Box from \"@mui/material/Box\";\nimport Button from \"@mui/material/Button\";\n\nfunction travel(to: CityName): void {\n const cost = CONSTANTS.TravelCost;\n if (!Player.canAfford(cost)) {\n return;\n }\n\n Player.loseMoney(cost, \"other\");\n Player.travel(to);\n dialogBoxCreate(`You are now in ${to}!`);\n Router.toCity();\n}\n\nexport function TravelAgencyRoot(): React.ReactElement {\n const setRerender = useState(false)[1];\n const [open, setOpen] = useState(false);\n const [destination, setDestination] = useState(CityName.Sector12);\n function rerender(): void {\n setRerender((o) => !o);\n }\n\n useEffect(() => {\n const id = setInterval(rerender, 1000);\n return () => clearInterval(id);\n }, []);\n\n function startTravel(city: CityName): void {\n const cost = CONSTANTS.TravelCost;\n if (!Player.canAfford(cost)) {\n return;\n }\n if (Settings.SuppressTravelConfirmation) {\n travel(city);\n return;\n }\n setOpen(true);\n setDestination(city);\n }\n\n return (\n <>\n Travel Agency\n \n \n From here, you can travel to any other city! A ticket costs{\" \"}\n .\n \n {Settings.DisableASCIIArt ? (\n <>\n {Object.values(CityName)\n .filter((city: string) => city != Player.city)\n .map((city: string) => {\n const match = Object.entries(CityName).find((entry) => entry[1] === city);\n if (match === undefined) throw new Error(`could not find key for city '${city}'`);\n return (\n \n \n
    \n
    \n );\n })}\n \n ) : (\n startTravel(city)} />\n )}\n
    \n travel(destination)}\n open={open}\n onClose={() => setOpen(false)}\n />\n \n );\n}\n","import React, { useState, useEffect, useRef } from \"react\";\nimport Editor, { Monaco } from \"@monaco-editor/react\";\nimport * as monaco from \"monaco-editor\";\n\ntype IStandaloneCodeEditor = monaco.editor.IStandaloneCodeEditor;\ntype ITextModel = monaco.editor.ITextModel;\nimport { OptionsModal } from \"./OptionsModal\";\nimport { Options } from \"./Options\";\nimport { isValidFilePath } from \"../../Terminal/DirectoryHelpers\";\nimport { Player } from \"@player\";\nimport { Router } from \"../../ui/GameRoot\";\nimport { dialogBoxCreate } from \"../../ui/React/DialogBox\";\nimport { isScriptFilename } from \"../../Script/isScriptFilename\";\nimport { Script } from \"../../Script/Script\";\nimport { TextFile } from \"../../TextFile\";\nimport { calculateRamUsage, checkInfiniteLoop } from \"../../Script/RamCalculations\";\nimport { RamCalculationErrorCode } from \"../../Script/RamCalculationErrorCodes\";\nimport { numeralWrapper } from \"../../ui/numeralFormat\";\nimport { DragDropContext, Droppable, Draggable } from \"react-beautiful-dnd\";\nimport SearchIcon from \"@mui/icons-material/Search\";\n\nimport { NetscriptFunctions } from \"../../NetscriptFunctions\";\nimport { WorkerScript } from \"../../Netscript/WorkerScript\";\nimport { Settings } from \"../../Settings/Settings\";\nimport { iTutorialNextStep, ITutorial, iTutorialSteps } from \"../../InteractiveTutorial\";\nimport { debounce } from \"lodash\";\nimport { saveObject } from \"../../SaveObject\";\nimport { loadThemes, makeTheme, sanitizeTheme } from \"./themes\";\nimport { GetServer } from \"../../Server/AllServers\";\n\nimport Button from \"@mui/material/Button\";\nimport Typography from \"@mui/material/Typography\";\nimport Link from \"@mui/material/Link\";\nimport Box from \"@mui/material/Box\";\nimport SettingsIcon from \"@mui/icons-material/Settings\";\nimport SyncIcon from \"@mui/icons-material/Sync\";\nimport CloseIcon from \"@mui/icons-material/Close\";\nimport Table from \"@mui/material/Table\";\nimport TableCell from \"@mui/material/TableCell\";\nimport TableRow from \"@mui/material/TableRow\";\nimport TableBody from \"@mui/material/TableBody\";\nimport { PromptEvent } from \"../../ui/React/PromptManager\";\nimport { Modal } from \"../../ui/React/Modal\";\n\nimport libSource from \"!!raw-loader!../NetscriptDefinitions.d.ts\";\nimport { TextField, Tooltip } from \"@mui/material\";\n\ninterface IProps {\n // Map of filename -> code\n files: Record;\n hostname: string;\n vim: boolean;\n}\n\n// TODO: try to remove global symbols\nlet symbolsLoaded = false;\nlet symbols: string[] = [];\nexport function SetupTextEditor(): void {\n const ns = NetscriptFunctions({ args: [] } as unknown as WorkerScript);\n\n // Populates symbols for text editor\n function populate(ns: any): string[] {\n let symbols: string[] = [];\n const keys = Object.keys(ns);\n for (const key of keys) {\n if (typeof ns[key] === \"object\") {\n symbols.push(key);\n symbols = symbols.concat(populate(ns[key]));\n }\n if (typeof ns[key] === \"function\") {\n symbols.push(key);\n }\n }\n\n return symbols;\n }\n\n symbols = populate(ns);\n\n const exclude = [\"heart\", \"break\", \"exploit\", \"bypass\", \"corporation\", \"alterReality\"];\n symbols = symbols.filter((symbol: string) => !exclude.includes(symbol)).sort();\n}\n\n// Holds all the data for a open script\nclass OpenScript {\n fileName: string;\n code: string;\n hostname: string;\n lastPosition: monaco.Position;\n model: ITextModel;\n isTxt: boolean;\n\n constructor(fileName: string, code: string, hostname: string, lastPosition: monaco.Position, model: ITextModel) {\n this.fileName = fileName;\n this.code = code;\n this.hostname = hostname;\n this.lastPosition = lastPosition;\n this.model = model;\n this.isTxt = fileName.endsWith(\".txt\");\n }\n}\n\nconst openScripts: OpenScript[] = [];\nlet currentScript: OpenScript | null = null;\n\n// Called every time script editor is opened\nexport function Root(props: IProps): React.ReactElement {\n const setRerender = useState(false)[1];\n function rerender(): void {\n setRerender((o) => !o);\n }\n const editorRef = useRef(null);\n const monacoRef = useRef(null);\n const vimStatusRef = useRef(null);\n const [vimEditor, setVimEditor] = useState(null);\n const [editor, setEditor] = useState(null);\n const [filter, setFilter] = useState(\"\");\n const [searchExpanded, setSearchExpanded] = useState(false);\n\n const [ram, setRAM] = useState(\"RAM: ???\");\n const [ramEntries, setRamEntries] = useState([[\"???\", \"\"]]);\n const [updatingRam, setUpdatingRam] = useState(false);\n const [decorations, setDecorations] = useState([]);\n\n const [optionsOpen, setOptionsOpen] = useState(false);\n const [options, setOptions] = useState({\n theme: Settings.MonacoTheme,\n insertSpaces: Settings.MonacoInsertSpaces,\n fontSize: Settings.MonacoFontSize,\n wordWrap: Settings.MonacoWordWrap,\n vim: props.vim || Settings.MonacoVim,\n });\n\n const [ramInfoOpen, setRamInfoOpen] = useState(false);\n\n // Prevent Crash if script is open on deleted server\n for (let i = openScripts.length - 1; i >= 0; i--) {\n GetServer(openScripts[i].hostname) === null && openScripts.splice(i, 1);\n }\n if (currentScript && GetServer(currentScript.hostname) === null) {\n currentScript = openScripts[0];\n if (currentScript === undefined) currentScript = null;\n }\n\n useEffect(() => {\n if (currentScript !== null) {\n updateRAM(currentScript.code);\n }\n }, []);\n\n useEffect(() => {\n function keydown(event: KeyboardEvent): void {\n if (Settings.DisableHotkeys) return;\n //Ctrl + b\n if (event.code == \"KeyB\" && (event.ctrlKey || event.metaKey)) {\n event.preventDefault();\n Router.toTerminal();\n }\n\n // CTRL/CMD + S\n if (event.code == \"KeyS\" && (event.ctrlKey || event.metaKey)) {\n event.preventDefault();\n event.stopPropagation();\n save();\n }\n }\n document.addEventListener(\"keydown\", keydown);\n return () => document.removeEventListener(\"keydown\", keydown);\n });\n\n useEffect(() => {\n // setup monaco-vim\n if (options.vim && editor && !vimEditor) {\n try {\n // This library is not typed\n // @ts-expect-error\n window.require([\"monaco-vim\"], function (MonacoVim: any) {\n setVimEditor(MonacoVim.initVimMode(editor, vimStatusRef.current));\n MonacoVim.VimMode.Vim.defineEx(\"write\", \"w\", function () {\n // your own implementation on what you want to do when :w is pressed\n save();\n });\n MonacoVim.VimMode.Vim.defineEx(\"quit\", \"q\", function () {\n Router.toTerminal();\n });\n\n const saveNQuit = (): void => {\n save();\n Router.toTerminal();\n };\n // \"wqriteandquit\" & \"xriteandquit\" are not typos, prefix must be found in full string\n MonacoVim.VimMode.Vim.defineEx(\"wqriteandquit\", \"wq\", saveNQuit);\n MonacoVim.VimMode.Vim.defineEx(\"xriteandquit\", \"x\", saveNQuit);\n\n // Setup \"go to next tab\" and \"go to previous tab\". This is a little more involved\n // since these aren't Ex commands (they run in normal mode, not after typing `:`)\n MonacoVim.VimMode.Vim.defineAction(\"nextTabs\", function (_cm: any, args: { repeat?: number }) {\n const nTabs = args.repeat ?? 1;\n // Go to the next tab (to the right). Wraps around when at the rightmost tab\n const currIndex = currentTabIndex();\n if (currIndex !== undefined) {\n const nextIndex = (currIndex + nTabs) % openScripts.length;\n onTabClick(nextIndex);\n }\n });\n MonacoVim.VimMode.Vim.defineAction(\"prevTabs\", function (_cm: any, args: { repeat?: number }) {\n const nTabs = args.repeat ?? 1;\n // Go to the previous tab (to the left). Wraps around when at the leftmost tab\n const currIndex = currentTabIndex();\n if (currIndex !== undefined) {\n let nextIndex = currIndex - nTabs;\n while (nextIndex < 0) {\n nextIndex += openScripts.length;\n }\n onTabClick(nextIndex);\n }\n });\n MonacoVim.VimMode.Vim.mapCommand(\"gt\", \"action\", \"nextTabs\", {}, { context: \"normal\" });\n MonacoVim.VimMode.Vim.mapCommand(\"gT\", \"action\", \"prevTabs\", {}, { context: \"normal\" });\n editor.focus();\n });\n } catch {}\n } else if (!options.vim) {\n // When vim mode is disabled\n vimEditor?.dispose();\n setVimEditor(null);\n }\n\n return () => {\n vimEditor?.dispose();\n };\n }, [options, editorRef, editor, vimEditor]);\n\n // Generates a new model for the script\n function regenerateModel(script: OpenScript): void {\n if (monacoRef.current !== null) {\n script.model = monacoRef.current.editor.createModel(script.code, script.isTxt ? \"plaintext\" : \"javascript\");\n }\n }\n\n const debouncedUpdateRAM = debounce((newCode: string) => {\n updateRAM(newCode);\n setUpdatingRam(false);\n }, 300);\n\n function updateRAM(newCode: string): void {\n if (currentScript != null && currentScript.isTxt) {\n setRAM(\"N/A\");\n setRamEntries([[\"N/A\", \"\"]]);\n return;\n }\n const codeCopy = newCode + \"\";\n const ramUsage = calculateRamUsage(codeCopy, Player.getCurrentServer().scripts);\n if (ramUsage.cost > 0) {\n const entries = ramUsage.entries?.sort((a, b) => b.cost - a.cost) ?? [];\n const entriesDisp = [];\n for (const entry of entries) {\n entriesDisp.push([`${entry.name} (${entry.type})`, numeralWrapper.formatRAM(entry.cost)]);\n }\n\n setRAM(\"RAM: \" + numeralWrapper.formatRAM(ramUsage.cost));\n setRamEntries(entriesDisp);\n return;\n }\n let RAM = \"\";\n const entriesDisp = [];\n switch (ramUsage.cost) {\n case RamCalculationErrorCode.ImportError: {\n RAM = \"RAM: Import Error\";\n entriesDisp.push([\"Import Error\", \"\"]);\n break;\n }\n case RamCalculationErrorCode.SyntaxError:\n default: {\n RAM = \"RAM: Syntax Error\";\n entriesDisp.push([\"Syntax Error\", \"\"]);\n break;\n }\n }\n setRAM(RAM);\n setRamEntries(entriesDisp);\n return;\n }\n\n // Formats the code\n function beautify(): void {\n if (editorRef.current === null) return;\n editorRef.current.getAction(\"editor.action.formatDocument\").run();\n }\n\n // How to load function definition in monaco\n // https://github.com/Microsoft/monaco-editor/issues/1415\n // https://microsoft.github.io/monaco-editor/api/modules/monaco.languages.html\n // https://www.npmjs.com/package/@monaco-editor/react#development-playground\n // https://microsoft.github.io/monaco-editor/playground.html#extending-language-services-custom-languages\n // https://github.com/threehams/typescript-error-guide/blob/master/stories/components/Editor.tsx#L11-L39\n // https://blog.checklyhq.com/customizing-monaco/\n // Before the editor is mounted\n function beforeMount(monaco: any): void {\n if (symbolsLoaded) return;\n // Setup monaco auto completion\n symbolsLoaded = true;\n monaco.languages.registerCompletionItemProvider(\"javascript\", {\n provideCompletionItems: () => {\n const suggestions = [];\n for (const symbol of symbols) {\n suggestions.push({\n label: symbol,\n kind: monaco.languages.CompletionItemKind.Function,\n insertText: symbol,\n insertTextRules: monaco.languages.CompletionItemInsertTextRule.InsertAsSnippet,\n });\n }\n return { suggestions: suggestions };\n },\n });\n\n (async function () {\n // We have to improve the default js language otherwise theme sucks\n const l = await monaco.languages\n .getLanguages()\n .find((l: any) => l.id === \"javascript\")\n .loader();\n // replaced the bare tokens with regexes surrounded by \\b, e.g. \\b{token}\\b which matches a word-break on either side\n // this prevents the highlighter from highlighting pieces of variables that start with a reserved token name\n l.language.tokenizer.root.unshift([new RegExp(\"\\\\bns\\\\b\"), { token: \"ns\" }]);\n for (const symbol of symbols)\n l.language.tokenizer.root.unshift([new RegExp(`\\\\b${symbol}\\\\b`), { token: \"netscriptfunction\" }]);\n const otherKeywords = [\"let\", \"const\", \"var\", \"function\"];\n const otherKeyvars = [\"true\", \"false\", \"null\", \"undefined\"];\n otherKeywords.forEach((k) =>\n l.language.tokenizer.root.unshift([new RegExp(`\\\\b${k}\\\\b`), { token: \"otherkeywords\" }]),\n );\n otherKeyvars.forEach((k) =>\n l.language.tokenizer.root.unshift([new RegExp(`\\\\b${k}\\\\b`), { token: \"otherkeyvars\" }]),\n );\n l.language.tokenizer.root.unshift([new RegExp(\"\\\\bthis\\\\b\"), { token: \"this\" }]);\n })();\n\n const source = (libSource + \"\").replace(/export /g, \"\");\n monaco.languages.typescript.javascriptDefaults.addExtraLib(source, \"netscript.d.ts\");\n monaco.languages.typescript.typescriptDefaults.addExtraLib(source, \"netscript.d.ts\");\n loadThemes(monaco);\n sanitizeTheme(Settings.EditorTheme);\n monaco.editor.defineTheme(\"customTheme\", makeTheme(Settings.EditorTheme));\n }\n\n // When the editor is mounted\n function onMount(editor: IStandaloneCodeEditor, monaco: Monaco): void {\n // Required when switching between site navigation (e.g. from Script Editor -> Terminal and back)\n // the `useEffect()` for vim mode is called before editor is mounted.\n setEditor(editor);\n\n editorRef.current = editor;\n monacoRef.current = monaco;\n\n if (editorRef.current === null || monacoRef.current === null) return;\n\n if (!props.files && currentScript !== null) {\n // Open currentscript\n regenerateModel(currentScript);\n editorRef.current.setModel(currentScript.model);\n editorRef.current.setPosition(currentScript.lastPosition);\n editorRef.current.revealLineInCenter(currentScript.lastPosition.lineNumber);\n updateRAM(currentScript.code);\n editorRef.current.focus();\n return;\n }\n if (props.files) {\n const files = Object.entries(props.files);\n\n if (!files.length) {\n editorRef.current.focus();\n return;\n }\n\n for (const [filename, code] of files) {\n // Check if file is already opened\n const openScript = openScripts.find(\n (script) => script.fileName === filename && script.hostname === props.hostname,\n );\n if (openScript) {\n // Script is already opened\n if (openScript.model === undefined || openScript.model === null || openScript.model.isDisposed()) {\n regenerateModel(openScript);\n }\n\n currentScript = openScript;\n editorRef.current.setModel(openScript.model);\n editorRef.current.setPosition(openScript.lastPosition);\n editorRef.current.revealLineInCenter(openScript.lastPosition.lineNumber);\n updateRAM(openScript.code);\n } else {\n // Open script\n const newScript = new OpenScript(\n filename,\n code,\n props.hostname,\n new monacoRef.current.Position(0, 0),\n monacoRef.current.editor.createModel(code, filename.endsWith(\".txt\") ? \"plaintext\" : \"javascript\"),\n );\n openScripts.push(newScript);\n currentScript = newScript;\n editorRef.current.setModel(newScript.model);\n updateRAM(newScript.code);\n }\n }\n }\n\n editorRef.current.focus();\n }\n\n function infLoop(newCode: string): void {\n if (editorRef.current === null || currentScript === null) return;\n if (!currentScript.fileName.endsWith(\".js\")) return;\n const awaitWarning = checkInfiniteLoop(newCode);\n if (awaitWarning !== -1) {\n const newDecorations = editorRef.current.deltaDecorations(decorations, [\n {\n range: {\n startLineNumber: awaitWarning,\n startColumn: 1,\n endLineNumber: awaitWarning,\n endColumn: 10,\n },\n options: {\n isWholeLine: true,\n glyphMarginClassName: \"myGlyphMarginClass\",\n glyphMarginHoverMessage: {\n value: \"Possible infinite loop, await something.\",\n },\n },\n },\n ]);\n setDecorations(newDecorations);\n } else {\n const newDecorations = editorRef.current.deltaDecorations(decorations, []);\n setDecorations(newDecorations);\n }\n }\n\n // When the code is updated within the editor\n function updateCode(newCode?: string): void {\n if (newCode === undefined) return;\n setUpdatingRam(true);\n debouncedUpdateRAM(newCode);\n if (editorRef.current === null) return;\n const newPos = editorRef.current.getPosition();\n if (newPos === null) return;\n if (currentScript !== null) {\n currentScript.code = newCode;\n currentScript.lastPosition = newPos;\n }\n try {\n infLoop(newCode);\n } catch (err) {}\n }\n\n function saveScript(scriptToSave: OpenScript): void {\n const server = GetServer(scriptToSave.hostname);\n if (server === null) throw new Error(\"Server should not be null but it is.\");\n if (isScriptFilename(scriptToSave.fileName)) {\n //If the current script already exists on the server, overwrite it\n for (let i = 0; i < server.scripts.length; i++) {\n if (scriptToSave.fileName == server.scripts[i].filename) {\n server.scripts[i].saveScript(scriptToSave.fileName, scriptToSave.code, Player.currentServer, server.scripts);\n if (Settings.SaveGameOnFileSave) saveObject.saveGame();\n Router.toTerminal();\n return;\n }\n }\n\n //If the current script does NOT exist, create a new one\n const script = new Script();\n script.saveScript(scriptToSave.fileName, scriptToSave.code, Player.currentServer, server.scripts);\n server.scripts.push(script);\n } else if (scriptToSave.isTxt) {\n for (let i = 0; i < server.textFiles.length; ++i) {\n if (server.textFiles[i].fn === scriptToSave.fileName) {\n server.textFiles[i].write(scriptToSave.code);\n if (Settings.SaveGameOnFileSave) saveObject.saveGame();\n Router.toTerminal();\n return;\n }\n }\n const textFile = new TextFile(scriptToSave.fileName, scriptToSave.code);\n server.textFiles.push(textFile);\n } else {\n dialogBoxCreate(\"Invalid filename. Must be either a script (.script or .js) or a text file (.txt)\");\n return;\n }\n\n if (Settings.SaveGameOnFileSave) saveObject.saveGame();\n Router.toTerminal();\n }\n\n function save(): void {\n if (currentScript === null) {\n console.error(\"currentScript is null when it shouldn't be. Unable to save script\");\n return;\n }\n // this is duplicate code with saving later.\n if (ITutorial.isRunning && ITutorial.currStep === iTutorialSteps.TerminalTypeScript) {\n //Make sure filename + code properly follow tutorial\n if (currentScript.fileName !== \"n00dles.script\" && currentScript.fileName !== \"n00dles.js\") {\n dialogBoxCreate(\"Don't change the script name for now.\");\n return;\n }\n const cleanCode = currentScript.code.replace(/\\s/g, \"\");\n const ns1 = \"while(true){hack('n00dles');}\";\n const ns2 = `exportasyncfunctionmain(ns){while(true){awaitns.hack('n00dles');}}`;\n if (cleanCode.indexOf(ns1) == -1 && cleanCode.indexOf(ns2) == -1) {\n dialogBoxCreate(\"Please copy and paste the code from the tutorial!\");\n return;\n }\n\n //Save the script\n saveScript(currentScript);\n\n iTutorialNextStep();\n\n return;\n }\n\n if (currentScript.fileName == \"\") {\n dialogBoxCreate(\"You must specify a filename!\");\n return;\n }\n\n if (!isValidFilePath(currentScript.fileName)) {\n dialogBoxCreate(\n \"Script filename can contain only alphanumerics, hyphens, and underscores, and must end with an extension.\",\n );\n return;\n }\n\n const server = GetServer(currentScript.hostname);\n if (server === null) throw new Error(\"Server should not be null but it is.\");\n if (isScriptFilename(currentScript.fileName)) {\n //If the current script already exists on the server, overwrite it\n for (let i = 0; i < server.scripts.length; i++) {\n if (currentScript.fileName == server.scripts[i].filename) {\n server.scripts[i].saveScript(\n currentScript.fileName,\n currentScript.code,\n Player.currentServer,\n server.scripts,\n );\n if (Settings.SaveGameOnFileSave) saveObject.saveGame();\n rerender();\n return;\n }\n }\n\n //If the current script does NOT exist, create a new one\n const script = new Script();\n script.saveScript(currentScript.fileName, currentScript.code, Player.currentServer, server.scripts);\n server.scripts.push(script);\n } else if (currentScript.isTxt) {\n for (let i = 0; i < server.textFiles.length; ++i) {\n if (server.textFiles[i].fn === currentScript.fileName) {\n server.textFiles[i].write(currentScript.code);\n if (Settings.SaveGameOnFileSave) saveObject.saveGame();\n rerender();\n return;\n }\n }\n const textFile = new TextFile(currentScript.fileName, currentScript.code);\n server.textFiles.push(textFile);\n } else {\n dialogBoxCreate(\"Invalid filename. Must be either a script (.script or .js) or a text file (.txt)\");\n return;\n }\n\n if (Settings.SaveGameOnFileSave) saveObject.saveGame();\n rerender();\n }\n\n function reorder(list: OpenScript[], startIndex: number, endIndex: number): void {\n const [removed] = list.splice(startIndex, 1);\n list.splice(endIndex, 0, removed);\n }\n\n function onDragEnd(result: any): void {\n // Dropped outside of the list\n if (!result.destination) return;\n reorder(openScripts, result.source.index, result.destination.index);\n }\n\n function currentTabIndex(): number | undefined {\n if (currentScript !== null) {\n return openScripts.findIndex(\n (script) =>\n currentScript !== null &&\n script.fileName === currentScript.fileName &&\n script.hostname === currentScript.hostname,\n );\n }\n\n return undefined;\n }\n\n function onTabClick(index: number): void {\n if (currentScript !== null) {\n // Save currentScript to openScripts\n const curIndex = currentTabIndex();\n if (curIndex !== undefined) {\n openScripts[curIndex] = currentScript;\n }\n }\n\n currentScript = openScripts[index];\n\n if (editorRef.current !== null && openScripts[index] !== null) {\n if (currentScript.model === undefined || currentScript.model.isDisposed()) {\n regenerateModel(currentScript);\n }\n editorRef.current.setModel(currentScript.model);\n\n editorRef.current.setPosition(currentScript.lastPosition);\n editorRef.current.revealLineInCenter(currentScript.lastPosition.lineNumber);\n updateRAM(currentScript.code);\n editorRef.current.focus();\n }\n }\n\n function onTabClose(index: number): void {\n // See if the script on the server is up to date\n const closingScript = openScripts[index];\n const savedScriptCode = closingScript.code;\n const wasCurrentScript = openScripts[index] === currentScript;\n\n if (dirty(index)) {\n PromptEvent.emit({\n txt: `Do you want to save changes to ${closingScript.fileName} on ${closingScript.hostname}?`,\n resolve: (result: boolean | string) => {\n if (result) {\n // Save changes\n closingScript.code = savedScriptCode;\n saveScript(closingScript);\n }\n },\n });\n }\n\n openScripts.splice(index, 1);\n if (openScripts.length === 0) {\n currentScript = null;\n Router.toTerminal();\n return;\n }\n\n // Change current script if we closed it\n if (wasCurrentScript) {\n //Keep the same index unless we were on the last script\n const indexOffset = openScripts.length === index ? -1 : 0;\n currentScript = openScripts[index + indexOffset];\n if (editorRef.current !== null) {\n if (currentScript.model.isDisposed() || !currentScript.model) {\n regenerateModel(currentScript);\n }\n editorRef.current.setModel(currentScript.model);\n editorRef.current.setPosition(currentScript.lastPosition);\n editorRef.current.revealLineInCenter(currentScript.lastPosition.lineNumber);\n editorRef.current.focus();\n }\n }\n rerender();\n }\n\n function onTabUpdate(index: number): void {\n const openScript = openScripts[index];\n const serverScriptCode = getServerCode(index);\n if (serverScriptCode === null) return;\n\n if (openScript.code !== serverScriptCode) {\n PromptEvent.emit({\n txt:\n \"Do you want to overwrite the current editor content with the contents of \" +\n openScript.fileName +\n \" on the server? This cannot be undone.\",\n resolve: (result: boolean | string) => {\n if (result) {\n // Save changes\n openScript.code = serverScriptCode;\n\n // Switch to target tab\n onTabClick(index);\n\n if (editorRef.current !== null && openScript !== null) {\n if (openScript.model === undefined || openScript.model.isDisposed()) {\n regenerateModel(openScript);\n }\n editorRef.current.setModel(openScript.model);\n\n editorRef.current.setValue(openScript.code);\n updateRAM(openScript.code);\n editorRef.current.focus();\n }\n }\n },\n });\n }\n }\n\n function dirty(index: number): string {\n const openScript = openScripts[index];\n const serverData = getServerCode(index);\n if (serverData === null) return \" *\";\n // For scripts, server code is stored with its starting & trailing whitespace removed\n const code = openScript.isTxt ? openScript.code : Script.formatCode(openScript.code);\n return serverData !== code ? \" *\" : \"\";\n }\n function getServerCode(index: number): string | null {\n const openScript = openScripts[index];\n const server = GetServer(openScript.hostname);\n if (server === null) throw new Error(`Server '${openScript.hostname}' should not be null, but it is.`);\n const data = openScript.isTxt\n ? server.textFiles.find((t) => t.filename === openScript.fileName)?.text\n : server.scripts.find((s) => s.filename === openScript.fileName)?.code;\n return data ?? null;\n }\n function handleFilterChange(event: React.ChangeEvent): void {\n setFilter(event.target.value);\n }\n function handleExpandSearch(): void {\n setFilter(\"\");\n setSearchExpanded(!searchExpanded);\n }\n const filteredOpenScripts = Object.values(openScripts).filter(\n (script) => script.hostname.includes(filter) || script.fileName.includes(filter),\n );\n\n const tabsMaxWidth = 1640;\n const tabMargin = 5;\n const tabMaxWidth = filteredOpenScripts.length ? tabsMaxWidth / filteredOpenScripts.length - tabMargin : 0;\n const tabIconWidth = 25;\n const tabTextWidth = tabMaxWidth - tabIconWidth * 2;\n return (\n <>\n
    \n \n \n {(provided, snapshot) => (\n \n \n {searchExpanded ? (\n ,\n spellCheck: false,\n endAdornment: ,\n }}\n />\n ) : (\n \n )}\n \n {filteredOpenScripts.map(({ fileName, hostname }, index) => {\n const editingCurrentScript =\n currentScript?.fileName === filteredOpenScripts[index].fileName &&\n currentScript?.hostname === filteredOpenScripts[index].hostname;\n const externalScript = hostname !== \"home\";\n const colorProps = editingCurrentScript\n ? {\n background: Settings.theme.button,\n borderColor: Settings.theme.button,\n color: Settings.theme.primary,\n }\n : {\n background: Settings.theme.backgroundsecondary,\n borderColor: Settings.theme.backgroundsecondary,\n color: Settings.theme.secondary,\n };\n\n if (externalScript) {\n colorProps.color = Settings.theme.info;\n }\n const iconButtonStyle = {\n maxWidth: `${tabIconWidth}px`,\n minWidth: `${tabIconWidth}px`,\n minHeight: \"38.5px\",\n maxHeight: \"38.5px\",\n ...colorProps,\n };\n\n const scriptTabText = `${hostname}:~${fileName.startsWith(\"/\") ? \"\" : \"/\"}${fileName} ${dirty(\n index,\n )}`;\n return (\n \n {(provided) => (\n \n \n onTabClick(index)}\n onMouseDown={(e) => {\n e.preventDefault();\n if (e.button === 1) onTabClose(index);\n }}\n style={{\n maxWidth: `${tabTextWidth}px`,\n minHeight: \"38.5px\",\n overflow: \"hidden\",\n ...colorProps,\n }}\n >\n \n {scriptTabText}\n \n \n \n \n \n \n \n
    \n )}\n \n );\n })}\n {provided.placeholder}\n \n )}\n \n \n
    \n Loading script editor!}\n height={`calc(100vh - ${130 + (options.vim ? 34 : 0)}px)`}\n defaultLanguage=\"javascript\"\n defaultValue={\"\"}\n onChange={updateCode}\n theme={options.theme}\n options={{ ...options, glyphMargin: true }}\n />\n\n \n\n \n \n \n {\n setRamInfoOpen(true);\n }}\n >\n {ram}\n \n \n \n \n {\" \"}\n Documentation:{\" \"}\n \n Basic\n \n {\" | \"}\n \n Full\n \n \n \n {\n sanitizeTheme(Settings.EditorTheme);\n monacoRef.current?.editor.defineTheme(\"customTheme\", makeTheme(Settings.EditorTheme));\n setOptionsOpen(false);\n }}\n options={{\n theme: Settings.MonacoTheme,\n insertSpaces: Settings.MonacoInsertSpaces,\n fontSize: Settings.MonacoFontSize,\n wordWrap: Settings.MonacoWordWrap,\n vim: Settings.MonacoVim,\n }}\n save={(options: Options) => {\n sanitizeTheme(Settings.EditorTheme);\n monacoRef.current?.editor.defineTheme(\"customTheme\", makeTheme(Settings.EditorTheme));\n setOptions(options);\n Settings.MonacoTheme = options.theme;\n Settings.MonacoInsertSpaces = options.insertSpaces;\n Settings.MonacoFontSize = options.fontSize;\n Settings.MonacoWordWrap = options.wordWrap;\n Settings.MonacoVim = options.vim;\n }}\n />\n setRamInfoOpen(false)}>\n \n \n {ramEntries.map(([n, r]) => (\n \n \n {n}\n \n {r}\n \n \n \n ))}\n \n
    \n
    \n
    \n \n \n No open files\n \n Use nano FILENAME in\n
    \n the terminal to open files\n
    \n
    \n \n \n );\n}\n","import * as React from \"react\";\nimport { useTheme } from \"@mui/material/styles\";\nimport Box from \"@mui/material/Box\";\nimport IconButton from \"@mui/material/IconButton\";\nimport FirstPageIcon from \"@mui/icons-material/FirstPage\";\nimport KeyboardArrowLeft from \"@mui/icons-material/KeyboardArrowLeft\";\nimport KeyboardArrowRight from \"@mui/icons-material/KeyboardArrowRight\";\nimport LastPageIcon from \"@mui/icons-material/LastPage\";\n\ninterface TablePaginationActionsProps {\n count: number;\n page: number;\n rowsPerPage: number;\n onPageChange: (event: React.MouseEvent, newPage: number) => void;\n}\n\nexport function TablePaginationActionsAll(props: TablePaginationActionsProps): React.ReactElement {\n const theme = useTheme();\n const { count, page, rowsPerPage, onPageChange } = props;\n\n const handleFirstPageButtonClick = (event: React.MouseEvent): void => {\n onPageChange(event, 0);\n };\n\n const handleBackButtonClick = (event: React.MouseEvent): void => {\n onPageChange(event, page - 1);\n };\n\n const handleNextButtonClick = (event: React.MouseEvent): void => {\n onPageChange(event, page + 1);\n };\n\n const handleLastPageButtonClick = (event: React.MouseEvent): void => {\n onPageChange(event, Math.max(0, Math.ceil(count / rowsPerPage) - 1));\n };\n\n return (\n \n \n {theme.direction === \"rtl\" ? : }\n \n \n {theme.direction === \"rtl\" ? : }\n \n = Math.ceil(count / rowsPerPage) - 1}>\n {theme.direction === \"rtl\" ? : }\n \n = Math.ceil(count / rowsPerPage) - 1}>\n {theme.direction === \"rtl\" ? : }\n \n \n );\n}\n","import ExpandLess from \"@mui/icons-material/ExpandLess\";\nimport ExpandMore from \"@mui/icons-material/ExpandMore\";\nimport { Box, Collapse, ListItemButton, ListItemText, Paper, Table, TableBody, Typography } from \"@mui/material\";\nimport { uniqueId } from \"lodash\";\nimport React from \"react\";\nimport { SpecialServers } from \"../../Server/data/SpecialServers\";\nimport { Settings } from \"../../Settings/Settings\";\nimport { Player } from \"@player\";\nimport { StatsRow } from \"../../ui/React/StatsRow\";\nimport { defaultMultipliers, getBitNodeMultipliers } from \"../BitNode\";\nimport { IBitNodeMultipliers } from \"../BitNodeMultipliers\";\n\ninterface IProps {\n n: number;\n level?: number;\n}\n\nexport function BitnodeMultiplierDescription({ n, level }: IProps): React.ReactElement {\n const [open, setOpen] = React.useState(false);\n if (n === 1) return <>;\n\n return (\n \n setOpen((old) => !old)}>\n Bitnode Multipliers} />\n {open ? : }\n \n \n \n \n \n );\n}\n\nexport const BitNodeMultipliersDisplay = ({ n, level }: IProps): React.ReactElement => {\n // If a level argument has been provided, use that as the multiplier level\n // If not, then we have to assume that we want the next level up from the\n // current node's source file, so we get the min of that, the SF's max level,\n // or if it's BN12, ∞\n const maxSfLevel = n === 12 ? Infinity : 3;\n const mults = getBitNodeMultipliers(n, level ?? Math.min(Player.sourceFileLvl(n) + 1, maxSfLevel));\n\n return (\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n );\n};\n\ninterface IBNMultRows {\n [mult: string]: {\n name: string;\n content?: string;\n color?: string;\n };\n}\n\ninterface IBNMultTableProps {\n sectionName: string;\n rowData: IBNMultRows;\n mults: IBitNodeMultipliers;\n}\n\nconst BNMultTable = (props: IBNMultTableProps): React.ReactElement => {\n const rowsArray = Object.entries(props.rowData)\n .filter(([key]) => props.mults[key] !== defaultMultipliers[key])\n .map(([key, value]) => (\n \n ));\n\n return rowsArray.length > 0 ? (\n \n {props.sectionName}\n \n {rowsArray}\n
    \n
    \n ) : (\n <>\n );\n};\n\ninterface IMultsProps {\n n: number;\n mults: IBitNodeMultipliers;\n}\n\nfunction GeneralMults({ mults }: IMultsProps): React.ReactElement {\n const rows: IBNMultRows = {\n WorldDaemonDifficulty: { name: `${SpecialServers.WorldDaemon} Difficulty` },\n DaedalusAugsRequirement: {\n name: \"Daedalus Augs Requirement\",\n content: String(mults.DaedalusAugsRequirement),\n },\n HacknetNodeMoney: { name: \"Hacknet Production\" },\n CodingContractMoney: { name: \"Coding Contract Reward\" },\n ClassGymExpGain: { name: \"Class/Gym Exp\" },\n };\n\n return ;\n}\n\nfunction AugmentationMults({ mults }: IMultsProps): React.ReactElement {\n const rows: IBNMultRows = {\n AugmentationMoneyCost: { name: \"Money Cost\" },\n AugmentationRepCost: {\n name: \"Reputation Cost\",\n color: Settings.theme.rep,\n },\n };\n\n return ;\n}\n\nfunction CompanyMults({ mults }: IMultsProps): React.ReactElement {\n const rows: IBNMultRows = {\n CompanyWorkMoney: {\n name: \"Work Money\",\n color: Settings.theme.money,\n },\n CompanyWorkExpGain: { name: \"Work Exp\" },\n };\n\n return ;\n}\n\nfunction StockMults({ mults }: IMultsProps): React.ReactElement {\n const rows: IBNMultRows = {\n FourSigmaMarketDataCost: { name: \"Market Data Cost\" },\n FourSigmaMarketDataApiCost: { name: \"Market Data API Cost\" },\n };\n\n return ;\n}\n\nfunction FactionMults({ mults }: IMultsProps): React.ReactElement {\n const rows: IBNMultRows = {\n RepToDonateToFaction: { name: \"Favor to Donate\" },\n FactionWorkRepGain: {\n name: \"Work Reputation\",\n color: Settings.theme.rep,\n },\n FactionWorkExpGain: { name: \"Work Exp\" },\n FactionPassiveRepGain: {\n name: \"Passive Rep\",\n color: Settings.theme.rep,\n },\n };\n\n return ;\n}\n\nfunction CrimeMults({ mults }: IMultsProps): React.ReactElement {\n const rows: IBNMultRows = {\n CrimeExpGain: {\n name: \"Crime Exp\",\n color: Settings.theme.combat,\n },\n CrimeMoney: {\n name: \"Crime Money\",\n color: Settings.theme.combat,\n },\n };\n\n return ;\n}\n\nfunction SkillMults({ mults }: IMultsProps): React.ReactElement {\n const rows: IBNMultRows = {\n HackingLevelMultiplier: {\n name: \"Hacking Level\",\n color: Settings.theme.hack,\n },\n StrengthLevelMultiplier: {\n name: \"Strength Level\",\n color: Settings.theme.combat,\n },\n DefenseLevelMultiplier: {\n name: \"Defense Level\",\n color: Settings.theme.combat,\n },\n DexterityLevelMultiplier: {\n name: \"Dexterity Level\",\n color: Settings.theme.combat,\n },\n AgilityLevelMultiplier: {\n name: \"Agility Level\",\n color: Settings.theme.combat,\n },\n CharismaLevelMultiplier: {\n name: \"Charisma Level\",\n color: Settings.theme.cha,\n },\n };\n\n return ;\n}\n\nfunction HackingMults({ mults }: IMultsProps): React.ReactElement {\n const rows: IBNMultRows = {\n HackExpGain: {\n name: \"Hacking Exp\",\n color: Settings.theme.hack,\n },\n ServerGrowthRate: { name: \"Server Growth Rate\" },\n ServerMaxMoney: { name: \"Server Max Money\" },\n ServerStartingMoney: { name: \"Server Starting Money\" },\n ServerStartingSecurity: { name: \"Server Starting Security\" },\n ServerWeakenRate: { name: \"Server Weaken Rate\" },\n ManualHackMoney: {\n name: \"Manual Hack Money\",\n color: Settings.theme.money,\n },\n ScriptHackMoney: {\n name: \"Script Hack Money\",\n color: Settings.theme.money,\n },\n ScriptHackMoneyGain: {\n name: \"Money Gained From Hack\",\n color: Settings.theme.money,\n },\n };\n\n return ;\n}\n\nfunction PurchasedServersMults({ mults }: IMultsProps): React.ReactElement {\n const rows: IBNMultRows = {\n PurchasedServerCost: {\n name: \"Base Cost\",\n content: mults.PurchasedServerCost.toFixed(3),\n },\n PurchasedServerSoftcap: {\n name: \"Softcap Cost\",\n content: mults.PurchasedServerSoftcap.toFixed(3),\n },\n PurchasedServerLimit: { name: \"Server Limit\" },\n PurchasedServerMaxRam: { name: \"Max RAM\" },\n HomeComputerRamCost: { name: \"Home RAM Cost\" },\n };\n\n return ;\n}\n\nfunction InfiltrationMults({ mults }: IMultsProps): React.ReactElement {\n const rows: IBNMultRows = {\n InfiltrationMoney: {\n name: \"Infiltration Money\",\n color: Settings.theme.money,\n },\n InfiltrationRep: {\n name: \"Infiltration Reputation\",\n color: Settings.theme.rep,\n },\n };\n\n return ;\n}\n\nfunction BladeburnerMults({ mults }: IMultsProps): React.ReactElement {\n if (!Player.canAccessBladeburner()) return <>;\n\n if (mults.BladeburnerRank === 0) {\n const rows: IBNMultRows = {\n BladeburnerRank: { name: \"Disabled\", content: \"\" },\n };\n\n return ;\n }\n\n const rows: IBNMultRows = {\n BladeburnerRank: { name: \"Rank Gain\" },\n BladeburnerSkillCost: { name: \"Skill Cost\" },\n };\n\n return ;\n}\n\nfunction StanekMults({ mults }: IMultsProps): React.ReactElement {\n if (!Player.canAccessCotMG()) return <>;\n\n const extraSize = mults.StaneksGiftExtraSize.toFixed(3);\n const rows: IBNMultRows = {\n StaneksGiftPowerMultiplier: { name: \"Gift Power\" },\n StaneksGiftExtraSize: {\n name: \"Base Size Modifier\",\n content: `${mults.StaneksGiftExtraSize > defaultMultipliers.StaneksGiftExtraSize ? `+${extraSize}` : extraSize}`,\n },\n };\n\n return ;\n}\n\nfunction GangMults({ mults }: IMultsProps): React.ReactElement {\n if (Player.bitNodeN !== 2 && Player.sourceFileLvl(2) <= 0) return <>;\n\n const rows: IBNMultRows = {\n GangSoftcap: {\n name: \"Gang Softcap\",\n content: mults.GangSoftcap.toFixed(3),\n },\n GangUniqueAugs: { name: \"Unique Augmentations\" },\n };\n\n return ;\n}\n\nfunction CorporationMults({ mults }: IMultsProps): React.ReactElement {\n if (!Player.canAccessCorporation()) return <>;\n\n if (mults.CorporationSoftcap < 0.15) {\n const rows: IBNMultRows = {\n CorporationSoftcap: {\n name: \"Disabled\",\n content: \"\",\n },\n };\n\n return ;\n }\n\n const rows: IBNMultRows = {\n CorporationSoftcap: {\n name: \"Corporation Softcap\",\n content: mults.CorporationSoftcap.toFixed(3),\n },\n CorporationValuation: { name: \"Valuation\" },\n };\n\n return ;\n}\n","import * as React from \"react\";\n\nimport makeStyles from \"@mui/styles/makeStyles\";\nimport { TableCell as MuiTableCell, TableCellProps } from \"@mui/material\";\n\nconst useStyles = makeStyles({\n root: {\n border: \"1px solid white\",\n width: \"5px\",\n height: \"5px\",\n },\n});\n\nexport const TableCell: React.FC = (props: TableCellProps) => {\n return (\n \n );\n};\n\ntype IProps = {\n onMouseEnter?: () => void;\n onClick?: () => void;\n color: string;\n};\n\nexport function Cell(cellProps: IProps): React.ReactElement {\n return (\n \n );\n}\n","import { TableBody, TableRow } from \"@mui/material\";\nimport * as React from \"react\";\nimport { ActiveFragment } from \"../ActiveFragment\";\nimport { calculateGrid } from \"../Helper\";\nimport { BaseGift } from \"../BaseGift\";\nimport { Cell } from \"./Cell\";\n\ninterface IProps {\n width: number;\n height: number;\n ghostGrid: number[][];\n gift: BaseGift;\n enter(i: number, j: number): void;\n click(i: number, j: number): void;\n}\n\nfunction randomColor(fragment: ActiveFragment): string {\n // Can't set Math.random seed so copy casino. TODO refactor both RNG later.\n let s1 = Math.pow((fragment.x + 1) * (fragment.y + 1), 10);\n let s2 = s1;\n let s3 = s1;\n\n const colors = [];\n for (let i = 0; i < 3; i++) {\n s1 = (171 * s1) % 30269;\n s2 = (172 * s2) % 30307;\n s3 = (170 * s3) % 30323;\n colors.push((s1 / 30269.0 + s2 / 30307.0 + s3 / 30323.0) % 1.0);\n }\n\n return `rgb(${colors[0] * 256}, ${colors[1] * 256}, ${colors[2] * 256})`;\n}\n\nexport function Grid(props: IProps): React.ReactElement {\n const activeGrid = calculateGrid(props.gift);\n\n function color(worldX: number, worldY: number): string {\n if (props.ghostGrid[worldX][worldY] && activeGrid[worldX][worldY]) return \"red\";\n if (props.ghostGrid[worldX][worldY]) return \"white\";\n\n if (activeGrid[worldX][worldY]) {\n const fragment = props.gift.fragmentAt(worldX, worldY);\n if (!fragment) throw new Error(\"ActiveFragment should not be null\");\n return randomColor(fragment);\n }\n return \"\";\n }\n\n // switch the width/length to make axis consistent.\n const elems = [];\n for (let j = 0; j < props.height; j++) {\n const cells = [];\n for (let i = 0; i < props.width; i++) {\n cells.push(\n props.enter(i, j)} onClick={() => props.click(i, j)} color={color(i, j)} />,\n );\n }\n elems.push({cells});\n }\n\n return {elems};\n}\n","import { Bladeburner } from \"../../Bladeburner/Bladeburner\";\nimport { PlayerObject } from \"./PlayerObject\";\n\nexport function canAccessBladeburner(this: PlayerObject): boolean {\n return this.bitNodeN === 6 || this.bitNodeN === 7 || this.sourceFileLvl(6) > 0 || this.sourceFileLvl(7) > 0;\n}\n\nexport function inBladeburner(this: PlayerObject): boolean {\n return Boolean(this.bladeburner);\n}\n\nexport function startBladeburner(this: PlayerObject): void {\n this.bladeburner = new Bladeburner();\n}\n","import { Bladeburner } from \"./Bladeburner\";\nimport { Action, IActionParams } from \"./Action\";\nimport { Generic_fromJSON, Generic_toJSON, IReviverValue, Reviver } from \"../utils/JSONReviver\";\n\nexport class Contract extends Action {\n constructor(params: IActionParams | null = null) {\n super(params);\n }\n\n getActionTypeSkillSuccessBonus(inst: Bladeburner): number {\n return inst.skillMultipliers.successChanceContract;\n }\n\n toJSON(): IReviverValue {\n return Generic_toJSON(\"Contract\", this);\n }\n\n static fromJSON(value: IReviverValue): Contract {\n return Generic_fromJSON(Contract, value.data);\n }\n}\n\nReviver.constructors.Contract = Contract;\n","export const ConsoleHelpText: {\n [key: string]: string[];\n helpList: string[];\n automate: string[];\n clear: string[];\n cls: string[];\n help: string[];\n log: string[];\n skill: string[];\n start: string[];\n stop: string[];\n} = {\n helpList: [\n \"Use 'help [command]' to get more information about a particular Bladeburner console command.\",\n \" \",\n \" automate [var] [val] [hi/low] Configure simple automation for Bladeburner tasks\",\n \" clear/cls Clear the console\",\n \" help [cmd] Display this help text, or help text for a specific command\",\n \" log [en/dis] [type] Enable or disable logging for events and actions\",\n \" skill [action] [name] Level or display info about your Bladeburner skills\",\n \" start [type] [name] Start a Bladeburner action/task\",\n \" stop Stops your current Bladeburner action/task\",\n \" \",\n ],\n automate: [\n \"Usage: automate [var] [val] [hi/low]\",\n \" \",\n \"A simple way to automate your Bladeburner actions. This console command can be used \" +\n \"to automatically start an action when your stamina rises above a certain threshold, and \" +\n \"automatically switch to another action when your stamina drops below another threshold.\",\n \" \",\n \" automate status - Check the current status of your automation and get a brief description of what it'll do\",\n \" automate en - Enable the automation feature\",\n \" automate dis - Disable the automation feature\",\n \" \",\n \"There are four properties that must be set for this automation to work properly. Here is how to set them:\",\n \" \",\n \" automate stamina 100 high\",\n \" automate contract Tracking high\",\n \" automate stamina 50 low\",\n \" automate general 'Field Analysis' low\",\n \" \",\n \"Using the four console commands above will set the automation to perform Tracking contracts \" +\n \"if your stamina is 100 or higher, and then switch to Field Analysis if your stamina drops below \" +\n \"50. Note that when setting the action, the name of the action is CASE-SENSITIVE. It must \" +\n \"exactly match whatever the name is in the UI.\",\n \" \",\n ],\n clear: [\"Usage: clear\", \" \", \"Clears the console\", \" \"],\n cls: [\"Usage: cls\", \" \", \"Clears the console\", \" \"],\n help: [\n \"Usage: help [command]\",\n \" \",\n \"Running 'help' with no arguments displays the general help text, which lists all console commands \" +\n \"and a brief description of what they do. A command can be specified to get more specific help text \" +\n \"about that particular command. For example:\",\n \" \",\n \" help automate\",\n \" \",\n \"will display specific information about using the automate console command\",\n \" \",\n ],\n log: [\n \"Usage: log [en/dis] [type]\",\n \" \",\n \"Enable or disable logging. By default, the results of completing actions such as contracts/operations are logged \" +\n \"in the console. There are also random events that are logged in the console as well. The five categories of \" +\n \"things that get logged are:\",\n \" \",\n \"[general, contracts, ops, blackops, events]\",\n \" \",\n \"The logging for these categories can be enabled or disabled like so:\",\n \" \",\n \" log dis contracts - Disables logging that occurs when contracts are completed\",\n \" log en contracts - Enables logging that occurs when contracts are completed\",\n \" log dis events - Disables logging for Bladeburner random events\",\n \" \",\n \"Logging can be universally enabled/disabled using the 'all' keyword:\",\n \" \",\n \" log dis all\",\n \" log en all\",\n \" \",\n ],\n skill: [\n \"Usage: skill [action] [name]\",\n \" \",\n \"Level or display information about your skills.\",\n \" \",\n \"To display information about all of your skills and your multipliers, use:\",\n \" \",\n \" skill list\",\n \" \",\n \"To display information about a specific skill, specify the name of the skill afterwards. \" +\n \"Note that the name of the skill is case-sensitive. Enter it exactly as seen in the UI. If \" +\n \"the name of the skill has whitespace, enclose the name of the skill in double quotation marks:\",\n \" \",\n \" skill list Reaper\",\n \" skill list 'Digital Observer'\",\n \" \",\n \"This console command can also be used to level up skills:\",\n \" \",\n \" skill level [skill name]\",\n \" \",\n ],\n start: [\n \"Usage: start [type] [name]\",\n \" \",\n \"Start an action. An action is specified by its type and its name. The \" +\n \"name is case-sensitive. It must appear exactly as it does in the UI. If \" +\n \"the name of the action has whitespace, enclose it in double quotation marks. \" +\n \"Valid action types include:\",\n \" \",\n \"[general, contract, op, blackop]\",\n \" \",\n \"Examples:\",\n \" \",\n \" start contract Tracking\",\n \" start op 'Undercover Operation'\",\n \" \",\n ],\n stop: [\"Usage: stop\", \" \", \"Stop your current action and go idle.\", \" \"],\n};\n","import { Corporation } from \"../../Corporation/Corporation\";\nimport {\n CorporationUnlockUpgradeIndex,\n CorporationUnlockUpgrades,\n} from \"../../Corporation/data/CorporationUnlockUpgrades\";\nimport { PlayerObject } from \"./PlayerObject\";\n\nexport function canAccessCorporation(this: PlayerObject): boolean {\n return this.bitNodeN === 3 || this.sourceFileLvl(3) > 0;\n}\n\nexport function hasCorporation(this: PlayerObject): boolean {\n return Boolean(this.corporation);\n}\n\nexport function startCorporation(this: PlayerObject, corpName: string, additionalShares = 0): void {\n this.corporation = new Corporation({\n name: corpName,\n });\n\n if (this.sourceFileLvl(3) === 3) {\n const warehouseApi = CorporationUnlockUpgrades[CorporationUnlockUpgradeIndex.WarehouseAPI].index;\n const OfficeApi = CorporationUnlockUpgrades[CorporationUnlockUpgradeIndex.OfficeAPI].index;\n\n this.corporation.unlockUpgrades[warehouseApi] = 1;\n this.corporation.unlockUpgrades[OfficeApi] = 1;\n }\n\n this.corporation.totalShares += additionalShares;\n}\n","export function HammingEncode(data: number): string {\n const enc: Array = [0];\n const data_bits: Array = data.toString(2).split(\"\").reverse();\n\n data_bits.forEach((e, i, a) => {\n a[i] = parseInt(e);\n });\n\n let k = data_bits.length;\n\n /* NOTE: writing the data like this flips the endianness, this is what the\n * original implementation by Hedrauta did so I'm keeping it like it was. */\n for (let i = 1; k > 0; i++) {\n if ((i & (i - 1)) != 0) {\n enc[i] = data_bits[--k];\n } else {\n enc[i] = 0;\n }\n }\n\n let parity: any = 0;\n\n /* Figure out the subsection parities */\n for (let i = 0; i < enc.length; i++) {\n if (enc[i]) {\n parity ^= i;\n }\n }\n\n parity = parity.toString(2).split(\"\").reverse();\n parity.forEach((e: any, i: any, a: any) => {\n a[i] = parseInt(e);\n });\n\n /* Set the parity bits accordingly */\n for (let i = 0; i < parity.length; i++) {\n enc[2 ** i] = parity[i] ? 1 : 0;\n }\n\n parity = 0;\n /* Figure out the overall parity for the entire block */\n for (let i = 0; i < enc.length; i++) {\n if (enc[i]) {\n parity++;\n }\n }\n\n /* Finally set the overall parity bit */\n enc[0] = parity % 2 == 0 ? 0 : 1;\n\n return enc.join(\"\");\n}\n\nexport function HammingEncodeProperly(data: number): string {\n /* How many bits do we need?\n * n = 2^m\n * k = 2^m - m - 1\n * where k is the number of data bits, m the number\n * of parity bits and n the number of total bits. */\n\n let m = 1;\n\n while (2 ** (2 ** m - m - 1) - 1 < data) {\n m++;\n }\n\n const n: number = 2 ** m;\n const k: number = 2 ** m - m - 1;\n\n const enc: Array = [0];\n const data_bits: Array = data.toString(2).split(\"\").reverse();\n\n data_bits.forEach((e, i, a) => {\n a[i] = parseInt(e);\n });\n\n /* Flip endianness as in the original implementation by Hedrauta\n * and write the data back to front\n * XXX why do we do this? */\n for (let i = 1, j = k; i < n; i++) {\n if ((i & (i - 1)) != 0) {\n enc[i] = data_bits[--j] ? data_bits[j] : 0;\n }\n }\n\n let parity: any = 0;\n\n /* Figure out the subsection parities */\n for (let i = 0; i < n; i++) {\n if (enc[i]) {\n parity ^= i;\n }\n }\n\n parity = parity.toString(2).split(\"\").reverse();\n parity.forEach((e: any, i: any, a: any) => {\n a[i] = parseInt(e);\n });\n\n /* Set the parity bits accordingly */\n for (let i = 0; i < m; i++) {\n enc[2 ** i] = parity[i] ? 1 : 0;\n }\n\n parity = 0;\n /* Figure out the overall parity for the entire block */\n for (let i = 0; i < n; i++) {\n if (enc[i]) {\n parity++;\n }\n }\n\n /* Finally set the overall parity bit */\n enc[0] = parity % 2 == 0 ? 0 : 1;\n\n return enc.join(\"\");\n}\n\nexport function HammingDecode(data: string): number {\n let err = 0;\n const bits: Array = [];\n\n /* TODO why not just work with an array of digits from the start? */\n for (const i in data.split(\"\")) {\n const bit = parseInt(data[i]);\n bits[i] = bit;\n\n if (bit) {\n err ^= +i;\n }\n }\n\n /* If err != 0 then it spells out the index of the bit that was flipped */\n if (err) {\n /* Flip to correct */\n bits[err] = bits[err] ? 0 : 1;\n }\n\n /* Now we have to read the message, bit 0 is unused (it's the overall parity bit\n * which we don't care about). Each bit at an index that is a power of 2 is\n * a parity bit and not part of the actual message. */\n\n let ans = \"\";\n\n for (let i = 1; i < bits.length; i++) {\n /* i is not a power of two so it's not a parity bit */\n if ((i & (i - 1)) != 0) {\n ans += bits[i];\n }\n }\n\n /* TODO to avoid ambiguity about endianness why not let the player return the extracted (and corrected)\n * data bits, rather than guessing at how to convert it to a decimal string? */\n return parseInt(ans, 2);\n}\n","// Function that returns the next Company Position in the \"ladder\"\n// i.e. the next position to get promoted to\nimport { CompanyPosition } from \"./CompanyPosition\";\nimport { CompanyPositions } from \"./CompanyPositions\";\n\nexport function getNextCompanyPositionHelper(currPos: CompanyPosition | null): CompanyPosition | null {\n if (currPos == null) {\n return null;\n }\n\n const nextPosName: string | null = currPos.nextPosition;\n if (nextPosName == null) {\n return null;\n }\n\n return CompanyPositions[nextPosName];\n}\n","/**\n * How many stock market 'ticks' before a 'cycle' is triggered.\n * A 'tick' is whenever stock prices update\n */\nexport const TicksPerCycle = 75;\n","export const StanekConstants = {\n RAMBonus: 0.1,\n BaseSize: 9,\n MaxSize: 25,\n};\n","// Defines a \"Research Tree\"\n// Each Industry has a unique Research Tree\n// Each Node in the Research Trees only holds the name(s) of Research,\n// not an actual Research object. The name can be used to obtain a reference\n// to the corresponding Research object using the ResearchMap\nimport { Research } from \"./Research\";\nimport { ResearchMap } from \"./ResearchMap\";\n\ninterface IConstructorParams {\n children?: Node[];\n cost: number;\n text: string;\n parent?: Node | null;\n}\n\nexport class Node {\n // All child Nodes in the tree\n // The Research held in this Node is a prerequisite for all Research in\n // child Nodes\n children: Node[] = [];\n\n // How much Scientific Research is needed for this\n // Necessary to show it on the UI\n cost = 0;\n\n // Whether or not this Research has been unlocked\n researched = false;\n\n // Parent node in the tree\n // The parent node defines the prerequisite Research (there can only be one)\n // Set as null for no prerequisites\n parent: Node | null = null;\n\n // Name of the Research held in this Node\n text = \"\";\n\n constructor(p: IConstructorParams = { cost: 0, text: \"\" }) {\n if (ResearchMap[p.text] == null) {\n throw new Error(`Invalid Research name used when constructing ResearchTree Node: ${p.text}`);\n }\n\n this.text = p.text;\n this.cost = p.cost;\n\n if (p.children && p.children.length > 0) {\n this.children = p.children;\n }\n\n if (p.parent != null) {\n this.parent = p.parent;\n }\n }\n\n addChild(n: Node): void {\n this.children.push(n);\n n.parent = this;\n }\n\n // Recursive function for finding a Node with the specified text\n findNode(text: string): Node | null {\n // Is this the Node?\n if (this.text === text) {\n return this;\n }\n\n // Recursively search children\n let res = null;\n for (let i = 0; i < this.children.length; ++i) {\n res = this.children[i].findNode(text);\n if (res != null) {\n return res;\n }\n }\n\n return null;\n }\n\n setParent(n: Node): void {\n this.parent = n;\n }\n}\n\n// A ResearchTree defines all available Research in an Industry\n// The root node in a Research Tree must always be the \"Hi-Tech R&D Laboratory\"\nexport class ResearchTree {\n // Object containing names of all acquired Research by name\n researched: Record = {};\n\n // Root Node\n root: Node | null = null;\n\n // Gets an array with the 'text' values of ALL Nodes in the Research Tree\n getAllNodes(): string[] {\n const res: string[] = [];\n const queue: Node[] = [];\n\n if (this.root == null) {\n return res;\n }\n\n queue.push(this.root);\n while (queue.length !== 0) {\n const node: Node | undefined = queue.shift();\n if (node == null) {\n continue;\n }\n\n res.push(node.text);\n for (let i = 0; i < node.children.length; ++i) {\n queue.push(node.children[i]);\n }\n }\n\n return res;\n }\n\n // Get total multipliers from this Research Tree\n getAdvertisingMultiplier(): number {\n return this.getMultiplierHelper(\"advertisingMult\");\n }\n\n getEmployeeChaMultiplier(): number {\n return this.getMultiplierHelper(\"employeeChaMult\");\n }\n\n getEmployeeCreMultiplier(): number {\n return this.getMultiplierHelper(\"employeeCreMult\");\n }\n\n getEmployeeEffMultiplier(): number {\n return this.getMultiplierHelper(\"employeeEffMult\");\n }\n\n getEmployeeIntMultiplier(): number {\n return this.getMultiplierHelper(\"employeeIntMult\");\n }\n\n getProductionMultiplier(): number {\n return this.getMultiplierHelper(\"productionMult\");\n }\n\n getProductProductionMultiplier(): number {\n return this.getMultiplierHelper(\"productProductionMult\");\n }\n\n getSalesMultiplier(): number {\n return this.getMultiplierHelper(\"salesMult\");\n }\n\n getScientificResearchMultiplier(): number {\n return this.getMultiplierHelper(\"sciResearchMult\");\n }\n\n getStorageMultiplier(): number {\n return this.getMultiplierHelper(\"storageMult\");\n }\n\n // Helper function for all the multiplier getter fns\n getMultiplierHelper(propName: string): number {\n let res = 1;\n if (this.root == null) {\n return res;\n }\n\n const queue: Node[] = [];\n queue.push(this.root);\n while (queue.length !== 0) {\n const node: Node | undefined = queue.shift();\n\n // If the Node has not been researched, there's no need to\n // process it or its children\n if (node == null || !node.researched) {\n continue;\n }\n\n const research: Research | null = ResearchMap[node.text];\n\n // Safety checks\n if (research == null) {\n console.warn(`Invalid Research name in node: ${node.text}`);\n continue;\n }\n\n const mult =\n {\n advertisingMult: research.advertisingMult,\n employeeChaMult: research.employeeChaMult,\n employeeCreMult: research.employeeCreMult,\n employeeEffMult: research.employeeEffMult,\n employeeIntMult: research.employeeIntMult,\n productionMult: research.productionMult,\n productProductionMult: research.productProductionMult,\n salesMult: research.salesMult,\n sciResearchMult: research.sciResearchMult,\n storageMult: research.storageMult,\n }[propName] ?? null;\n\n if (mult == null) {\n console.warn(`Invalid propName specified in ResearchTree.getMultiplierHelper: ${propName}`);\n continue;\n }\n\n res *= mult;\n for (let i = 0; i < node.children.length; ++i) {\n queue.push(node.children[i]);\n }\n }\n\n return res;\n }\n\n // Search for a Node with the given name ('text' property on the Node)\n // Returns 'null' if it cannot be found\n findNode(name: string): Node | null {\n if (this.root == null) {\n return null;\n }\n return this.root.findNode(name);\n }\n\n // Marks a Node as researched\n research(name: string): void {\n if (this.root == null) {\n return;\n }\n\n const queue: Node[] = [];\n queue.push(this.root);\n while (queue.length !== 0) {\n const node: Node | undefined = queue.shift();\n if (node == null) {\n continue;\n }\n\n if (node.text === name) {\n node.researched = true;\n this.researched[name] = true;\n return;\n }\n\n for (let i = 0; i < node.children.length; ++i) {\n queue.push(node.children[i]);\n }\n }\n\n console.warn(`ResearchTree.research() did not find the specified Research node for: ${name}`);\n }\n\n // Set the tree's Root Node\n setRoot(root: Node): void {\n this.root = root;\n }\n}\n","import { AugmentationNames } from \"../Augmentation/data/AugmentationNames\";\nimport { PlayerOwnedAugmentation } from \"../Augmentation/PlayerOwnedAugmentation\";\nimport { Player } from \"@player\";\nimport { Script } from \"../Script/Script\";\nimport { GetAllServers } from \"../Server/AllServers\";\n\nconst detect: [string, string][] = [\n [\"getHackTime\", \"returns milliseconds\"],\n [\"getGrowTime\", \"returns milliseconds\"],\n [\"getWeakenTime\", \"returns milliseconds\"],\n [\"getActionTime\", \"returns milliseconds\"],\n [\"hackAnalyzePercent\", \"renamed 'hackAnalyze' and returns decimal\"],\n [\"hackChance\", \"renamed 'hackAnalyzeChance'\"],\n [\"basic.calculateSkill\", \"renamed 'skills.calculateSkill'\"],\n [\"basic.calculateExp\", \"renamed 'skills.calculateExp'\"],\n [\"basic.hackChance\", \"renamed 'hacking.hackChance'\"],\n [\"basic.hackExp\", \"renamed 'hacking.hackExp'\"],\n [\"basic.hackPercent\", \"renamed 'hacking.hackPercent'\"],\n [\"basic.growPercent\", \"renamed 'hacking.growPercent'\"],\n [\"basic.hackTime\", \"renamed 'hacking.hackTime'\"],\n [\"basic.growTime\", \"renamed 'hacking.growTime'\"],\n [\"basic.weakenTime\", \"renamed 'hacking.weakenTime'\"],\n [\"write\", \"needs to be awaited\"],\n [\"scp\", \"needs to be awaited\"],\n [\"sleep\", \"Can no longer be called simultaneously.\"],\n [\"hacking_skill\", \"renamed 'hacking'\"],\n [\"tryWrite\", \"renamed 'tryWritePort'\"],\n];\n\nconst changes: [RegExp, string][] = [\n [/ns.getHackTime/g, \"((...a)=>ns.getHackTime(...a)/1000)\"],\n [/ns.getGrowTime/g, \"((...a)=>ns.getGrowTime(...a)/1000)\"],\n [/ns.getWeakenTime/g, \"((...a)=>ns.getWeakenTime(...a)/1000)\"],\n [/ns.bladeburner.getActionTime/g, \"((...a)=>ns.bladeburner.getActionTime(...a)/1000)\"],\n [/ns.hackAnalyzePercent/g, \"((...a)=>ns.hackAnalyze(...a)*100)\"],\n [/ns.hackChance/g, \"ns.hackAnalyzeChance\"],\n [/ns.tryWrite/g, \"ns.tryWritePort\"],\n [/formulas.basic.calculateSkill/g, \"formulas.skills.calculateSkill\"],\n [/formulas.basic.calculateExp/g, \"formulas.skills.calculateExp\"],\n [/formulas.basic.hackChance/g, \"formulas.hacking.hackChance\"],\n [/formulas.basic.hackExp/g, \"formulas.hacking.hackExp\"],\n [/formulas.basic.hackPercent/g, \"formulas.hacking.hackPercent\"],\n [/formulas.basic.growPercent/g, \"formulas.hacking.growPercent\"],\n [/formulas.basic.hackTime/g, \"formulas.hacking.hackTime\"],\n [/formulas.basic.growTime/g, \"formulas.hacking.growTime\"],\n [/formulas.basic.weakenTime/g, \"formulas.hacking.weakenTime\"],\n];\nfunction hasChanges(code: string): boolean {\n for (const change of changes) {\n if (code.match(change[0])) return true;\n }\n return false;\n}\n\nfunction convert(code: string): string {\n const lines = code.split(\"\\n\");\n const out: string[] = [];\n for (let i = 0; i < lines.length; i++) {\n const orig = lines[i];\n let line = lines[i];\n for (const change of changes) {\n line = line.replace(change[0], change[1]);\n }\n if (line != orig) {\n out.push(`// =============================== original line ===============================`);\n out.push(`/**`);\n out.push(` * ${orig}`);\n out.push(\" */\");\n out.push(`// =============================================================================`);\n }\n out.push(line);\n }\n return out.join(\"\\n\");\n}\n\nexport function AwardNFG(n = 1): void {\n const nf = Player.augmentations.find((a) => a.name === AugmentationNames.NeuroFluxGovernor);\n if (nf) {\n nf.level += n;\n } else {\n const nf = new PlayerOwnedAugmentation(AugmentationNames.NeuroFluxGovernor);\n nf.level = n;\n Player.augmentations.push(nf);\n }\n}\n\nexport interface IFileLine {\n file: string;\n line: number;\n content: string;\n}\n\nexport function v1APIBreak(): void {\n let txt = \"\";\n for (const server of GetAllServers()) {\n for (const change of detect) {\n const s: IFileLine[] = [];\n for (const script of server.scripts) {\n const lines = script.code.split(\"\\n\");\n for (let i = 0; i < lines.length; i++) {\n if (lines[i].includes(change[0])) {\n s.push({\n file: script.filename,\n line: i + 1,\n content: \"\",\n });\n }\n }\n }\n\n if (s.length === 0) continue;\n\n txt += `// Detected change ${change[0]}, reason: ${change[1]}\\n`;\n for (const fl of s) {\n txt += `${fl.file}:${fl.line}\\n`;\n }\n }\n }\n if (txt !== \"\") {\n const home = Player.getHomeComputer();\n home.writeToTextFile(\"v1_DETECTED_CHANGES.txt\", txt);\n }\n\n for (const server of GetAllServers()) {\n const backups: Script[] = [];\n for (const script of server.scripts) {\n if (!hasChanges(script.code)) continue;\n const prefix = script.filename.includes(\"/\") ? \"/BACKUP_\" : \"BACKUP_\";\n backups.push(new Script(prefix + script.filename, script.code, script.server));\n script.code = convert(script.code);\n }\n server.scripts = server.scripts.concat(backups);\n }\n}\n","import { Work } from \"../../Work/Work\";\nimport { PlayerObject } from \"./PlayerObject\";\n\nexport function startWork(this: PlayerObject, w: Work): void {\n if (this.currentWork !== null) {\n this.currentWork.finish(true);\n }\n this.currentWork = w;\n}\nexport function processWork(this: PlayerObject, cycles = 1): void {\n if (this.currentWork === null) return;\n const finished = this.currentWork.process(cycles);\n if (finished) {\n this.finishWork(false);\n }\n}\nexport function finishWork(this: PlayerObject, cancelled: boolean): void {\n if (this.currentWork === null) return;\n this.currentWork.finish(cancelled);\n this.currentWork = null;\n this.focus = false;\n}\n","export { Theme as Default } from \"./default\";\nexport { Theme as DefaultLite } from \"./default-lite\";\nexport { Theme as Monokai } from \"./monokai-ish\";\nexport { Theme as Warmer } from \"./warmer\";\nexport { Theme as DarkPlus } from \"./dark-plus\";\nexport { Theme as MayukaiDark } from \"./mayukai-dark\";\nexport { Theme as Purple } from \"./purple\";\nexport { Theme as SmoothGreen } from \"./smooth-green\";\nexport { Theme as Dracula } from \"./dracula\";\nexport { Theme as DarkBlue } from \"./dark-blue\";\nexport { Theme as DiscordLike } from \"./discord-like\";\nexport { Theme as OneDark } from \"./one-dark\";\nexport { Theme as MutedGoldBlue } from \"./muted-gold-blue\";\nexport { Theme as Light } from \"./light\";\n","import React, { useState, useEffect } from \"react\";\nimport CircularProgress from \"@mui/material/CircularProgress\";\nimport Typography from \"@mui/material/Typography\";\nimport Grid from \"@mui/material/Grid\";\n\nimport { load } from \"../db\";\nimport { Engine } from \"../engine\";\nimport { GameRoot } from \"./GameRoot\";\n\nimport { CONSTANTS } from \"../Constants\";\nimport { ActivateRecoveryMode } from \"./React/RecoveryRoot\";\nimport { hash } from \"../hash/hash\";\nimport { pushGameReady } from \"../Electron\";\n\nexport function LoadingScreen(): React.ReactElement {\n const [show, setShow] = useState(false);\n const [loaded, setLoaded] = useState(false);\n\n const version = `v${CONSTANTS.VersionString} (${hash()})`;\n if (process.env.NODE_ENV === \"development\") {\n document.title = `[dev] Bitburner ${version}`;\n } else {\n document.title = `Bitburner ${version}`;\n }\n\n useEffect(() => {\n const id = setTimeout(() => {\n if (!loaded) setShow(true);\n }, 2000);\n return () => clearTimeout(id);\n });\n\n useEffect(() => {\n async function doLoad(): Promise {\n await load()\n .then((saveString) => {\n try {\n Engine.load(saveString);\n } catch (err: unknown) {\n ActivateRecoveryMode();\n setLoaded(true);\n throw err;\n }\n\n pushGameReady();\n setLoaded(true);\n })\n .catch((reason) => {\n console.error(reason);\n Engine.load(\"\");\n setLoaded(true);\n });\n }\n doLoad();\n }, []);\n\n return loaded ? (\n \n ) : (\n \n \n \n \n \n Loading Bitburner {version}\n \n {show && (\n \n \n If the game fails to load, consider killing all scripts\n \n \n )}\n \n );\n}\n","/**\n * Checks that a variable is a valid number. A valid number\n * must be a \"number\" type and cannot be NaN\n */\nexport function isValidNumber(n: number): boolean {\n return typeof n === \"number\" && !isNaN(n);\n}\n","/**\n * Represents a Limit or Buy Order on the stock market. Does not represent\n * a Market Order since those are just executed immediately\n */\nimport { OrderTypes } from \"./data/OrderTypes\";\nimport { PositionTypes } from \"./data/PositionTypes\";\n\nimport { Generic_fromJSON, Generic_toJSON, IReviverValue, Reviver } from \"../utils/JSONReviver\";\n\nexport class Order {\n readonly pos: PositionTypes;\n readonly price: number;\n shares: number;\n readonly stockSymbol: string;\n readonly type: OrderTypes;\n\n constructor(\n stockSymbol = \"\",\n shares = 0,\n price = 0,\n typ: OrderTypes = OrderTypes.LimitBuy,\n pos: PositionTypes = PositionTypes.Long,\n ) {\n // Validate arguments\n let invalidArgs = false;\n if (typeof shares !== \"number\" || typeof price !== \"number\") {\n invalidArgs = true;\n }\n if (isNaN(shares) || isNaN(price)) {\n invalidArgs = true;\n }\n if (typeof stockSymbol !== \"string\") {\n invalidArgs = true;\n }\n if (invalidArgs) {\n throw new Error(`Invalid constructor parameters for Order`);\n }\n\n this.stockSymbol = stockSymbol;\n this.shares = shares;\n this.price = price;\n this.type = typ;\n this.pos = pos;\n }\n\n /** Serialize the Order to a JSON save state. */\n toJSON(): IReviverValue {\n return Generic_toJSON(\"Order\", this);\n }\n\n /** Initializes a Order from a JSON save state */\n static fromJSON(value: IReviverValue): Order {\n return Generic_fromJSON(Order, value.data);\n }\n}\n\nReviver.constructors.Order = Order;\n","/**\n * Determines if the number is a power of 2\n * @param n The number to check.\n */\nexport function isPowerOfTwo(n: number): boolean {\n if (isNaN(n)) {\n return false;\n }\n\n if (n === 0) {\n return false;\n }\n\n // Disabling the bitwise rule because it's honestly the most efficient way to check for this.\n // tslint:disable-next-line:no-bitwise\n return (n & (n - 1)) === 0;\n}\n","import { FactionNames } from \"../Faction/data/FactionNames\";\nimport { Fragment } from \"./Fragment\";\nimport { ActiveFragment } from \"./ActiveFragment\";\nimport { FragmentType } from \"./FragmentType\";\nimport { BaseGift } from \"./BaseGift\";\nimport { Factions } from \"../Faction/Factions\";\nimport { CalculateEffect } from \"./formulas/effect\";\nimport { StaneksGiftEvents } from \"./StaneksGiftEvents\";\nimport { Generic_fromJSON, Generic_toJSON, IReviverValue, Reviver } from \"../utils/JSONReviver\";\nimport { CONSTANTS } from \"../Constants\";\nimport { StanekConstants } from \"./data/Constants\";\nimport { BitNodeMultipliers } from \"../BitNode/BitNodeMultipliers\";\nimport { Player } from \"@player\";\nimport { AugmentationNames } from \"../Augmentation/data/AugmentationNames\";\nimport { defaultMultipliers, mergeMultipliers, Multipliers, scaleMultipliers } from \"../PersonObjects/Multipliers\";\nimport { StaticAugmentations } from \"../Augmentation/StaticAugmentations\";\n\nexport class StaneksGift extends BaseGift {\n storedCycles = 0;\n constructor() {\n super();\n }\n\n baseSize(): number {\n return StanekConstants.BaseSize + BitNodeMultipliers.StaneksGiftExtraSize + Player.sourceFileLvl(13);\n }\n\n width(): number {\n return Math.max(2, Math.min(Math.floor(this.baseSize() / 2 + 1), StanekConstants.MaxSize));\n }\n height(): number {\n return Math.max(3, Math.min(Math.floor(this.baseSize() / 2 + 0.6), StanekConstants.MaxSize));\n }\n\n charge(af: ActiveFragment, threads: number): void {\n if (threads > af.highestCharge) {\n af.numCharge = (af.highestCharge * af.numCharge) / threads + 1;\n af.highestCharge = threads;\n } else {\n af.numCharge += threads / af.highestCharge;\n }\n\n const cotmg = Factions[FactionNames.ChurchOfTheMachineGod];\n cotmg.playerReputation += (Player.mults.faction_rep * (Math.pow(threads, 0.95) * (cotmg.favor + 100))) / 1000;\n }\n\n inBonus(): boolean {\n return (this.storedCycles * CONSTANTS._idleSpeed) / 1000 > 1;\n }\n\n process(numCycles = 1): void {\n if (!Player.hasAugmentation(AugmentationNames.StaneksGift1)) return;\n this.storedCycles += numCycles;\n this.storedCycles -= 10;\n this.storedCycles = Math.max(0, this.storedCycles);\n this.updateMults();\n StaneksGiftEvents.emit();\n }\n\n effect(fragment: ActiveFragment): number {\n // Find all the neighboring cells\n const cells = fragment.neighbors();\n // find the neighboring active fragments.\n const maybeFragments = cells.map((n) => this.fragmentAt(n[0], n[1]));\n\n // Filter out undefined with typescript \"Type guard\". Whatever\n let neighbors = maybeFragments.filter((v: ActiveFragment | undefined): v is ActiveFragment => !!v);\n\n neighbors = neighbors.filter((fragment) => fragment.fragment().type === FragmentType.Booster);\n let boost = 1;\n\n neighbors = neighbors.filter((v, i, s) => s.indexOf(v) === i);\n for (const neighboor of neighbors) {\n boost *= neighboor.fragment().power;\n }\n return CalculateEffect(fragment.highestCharge, fragment.numCharge, fragment.fragment().power, boost);\n }\n\n canPlace(rootX: number, rootY: number, rotation: number, fragment: Fragment): boolean {\n if (rootX < 0 || rootY < 0) return false;\n if (rootX + fragment.width(rotation) > this.width()) return false;\n if (rootY + fragment.height(rotation) > this.height()) return false;\n if (this.count(fragment) >= fragment.limit) return false;\n const newFrag = new ActiveFragment({ x: rootX, y: rootY, rotation: rotation, fragment: fragment });\n for (const aFrag of this.fragments) {\n if (aFrag.collide(newFrag)) return false;\n }\n return true;\n }\n\n place(rootX: number, rootY: number, rotation: number, fragment: Fragment): boolean {\n if (!this.canPlace(rootX, rootY, rotation, fragment)) return false;\n this.fragments.push(new ActiveFragment({ x: rootX, y: rootY, rotation: rotation, fragment: fragment }));\n return true;\n }\n\n findFragment(rootX: number, rootY: number): ActiveFragment | undefined {\n return this.fragments.find((f) => f.x === rootX && f.y === rootY);\n }\n\n count(fragment: Fragment): number {\n let amt = 0;\n for (const aFrag of this.fragments) {\n if (aFrag.fragment().id === fragment.id) amt++;\n }\n return amt;\n }\n\n delete(rootX: number, rootY: number): boolean {\n for (let i = 0; i < this.fragments.length; i++) {\n if (this.fragments[i].x === rootX && this.fragments[i].y === rootY) {\n this.fragments.splice(i, 1);\n return true;\n }\n }\n\n return false;\n }\n\n clear(): void {\n this.fragments = [];\n }\n\n clearCharge(): void {\n this.fragments.forEach((f) => {\n f.highestCharge = 0;\n f.numCharge = 0;\n });\n }\n\n calculateMults(): Multipliers {\n const mults = defaultMultipliers();\n for (const aFrag of this.fragments) {\n const fragment = aFrag.fragment();\n\n const power = this.effect(aFrag);\n switch (fragment.type) {\n case FragmentType.HackingChance:\n mults.hacking_chance *= power;\n break;\n case FragmentType.HackingSpeed:\n mults.hacking_speed *= power;\n break;\n case FragmentType.HackingMoney:\n mults.hacking_money *= power;\n break;\n case FragmentType.HackingGrow:\n mults.hacking_grow *= power;\n break;\n case FragmentType.Hacking:\n mults.hacking *= power;\n mults.hacking_exp *= power;\n break;\n case FragmentType.Strength:\n mults.strength *= power;\n mults.strength_exp *= power;\n break;\n case FragmentType.Defense:\n mults.defense *= power;\n mults.defense_exp *= power;\n break;\n case FragmentType.Dexterity:\n mults.dexterity *= power;\n mults.dexterity_exp *= power;\n break;\n case FragmentType.Agility:\n mults.agility *= power;\n mults.agility_exp *= power;\n break;\n case FragmentType.Charisma:\n mults.charisma *= power;\n mults.charisma_exp *= power;\n break;\n case FragmentType.HacknetMoney:\n mults.hacknet_node_money *= power;\n break;\n case FragmentType.HacknetCost:\n mults.hacknet_node_purchase_cost /= power;\n mults.hacknet_node_ram_cost /= power;\n mults.hacknet_node_core_cost /= power;\n mults.hacknet_node_level_cost /= power;\n break;\n case FragmentType.Rep:\n mults.company_rep *= power;\n mults.faction_rep *= power;\n break;\n case FragmentType.WorkMoney:\n mults.work_money *= power;\n break;\n case FragmentType.Crime:\n mults.crime_success *= power;\n mults.crime_money *= power;\n break;\n case FragmentType.Bladeburner:\n mults.bladeburner_max_stamina *= power;\n mults.bladeburner_stamina_gain *= power;\n mults.bladeburner_analysis *= power;\n mults.bladeburner_success_chance *= power;\n break;\n }\n }\n return mults;\n }\n\n updateMults(): void {\n // applyEntropy also reapplies all augmentations and source files\n // This wraps up the reset nicely\n Player.applyEntropy(Player.entropy);\n const mults = this.calculateMults();\n Player.mults = mergeMultipliers(Player.mults, mults);\n Player.updateSkillLevels();\n const zoeAmt = Player.sleeves.reduce((n, sleeve) => n + (sleeve.hasAugmentation(AugmentationNames.ZOE) ? 1 : 0), 0);\n if (zoeAmt === 0) return;\n // Less powerful for each copy.\n const scaling = 3 / (zoeAmt + 2);\n const sleeveMults = scaleMultipliers(mults, scaling);\n for (const sleeve of Player.sleeves) {\n if (!sleeve.hasAugmentation(AugmentationNames.ZOE)) continue;\n sleeve.resetMultipliers();\n //reapplying augmentation's multiplier\n for (let i = 0; i < sleeve.augmentations.length; ++i) {\n const aug = StaticAugmentations[sleeve.augmentations[i].name];\n sleeve.applyAugmentation(aug);\n }\n //applying stanek multiplier\n sleeve.mults = mergeMultipliers(sleeve.mults, sleeveMults);\n sleeve.updateSkillLevels();\n }\n }\n\n prestigeAugmentation(): void {\n this.clearCharge();\n }\n\n prestigeSourceFile(): void {\n this.clear();\n this.storedCycles = 0;\n }\n\n /** Serialize Staneks Gift to a JSON save state. */\n toJSON(): IReviverValue {\n return Generic_toJSON(\"StaneksGift\", this);\n }\n\n /** Initializes Staneks Gift from a JSON save state */\n static fromJSON(value: IReviverValue): StaneksGift {\n return Generic_fromJSON(StaneksGift, value.data);\n }\n}\n\nReviver.constructors.StaneksGift = StaneksGift;\n","import { FactionNames } from \"../../Faction/data/FactionNames\";\nimport { Sleeve } from \"./Sleeve\";\n\nimport { Player } from \"@player\";\n\nimport { Augmentation } from \"../../Augmentation/Augmentation\";\nimport { StaticAugmentations } from \"../../Augmentation/StaticAugmentations\";\nimport { Factions } from \"../../Faction/Factions\";\nimport { mergeMultipliers, Multipliers } from \"../Multipliers\";\nimport { AugmentationNames } from \"../../Augmentation/data/AugmentationNames\";\nimport { getFactionAugmentationsFiltered } from \"../../Faction/FactionHelpers\";\n\n/** Updates this object's multipliers for the given augmentation */\nexport function applyAugmentation(this: Sleeve, aug: Augmentation): void {\n this.mults = mergeMultipliers(this.mults, aug.mults);\n}\n\nexport function findPurchasableAugs(this: Sleeve): Augmentation[] {\n // You can only purchase Augmentations that are actually available from\n // your factions. I.e. you must be in a faction that has the Augmentation\n // and you must also have enough rep in that faction in order to purchase it.\n\n const ownedAugNames = this.augmentations.map((e) => e.name);\n const availableAugs: Augmentation[] = [];\n\n // Helper function that helps filter out augs that are already owned\n // and augs that aren't allowed for sleeves\n function isAvailableForSleeve(aug: Augmentation): boolean {\n if (ownedAugNames.includes(aug.name)) return false;\n if (availableAugs.includes(aug)) return false;\n if (aug.isSpecial) return false;\n\n type MultKey = keyof Multipliers;\n const validMults: MultKey[] = [\n \"hacking\",\n \"strength\",\n \"defense\",\n \"dexterity\",\n \"agility\",\n \"charisma\",\n \"hacking_exp\",\n \"strength_exp\",\n \"defense_exp\",\n \"dexterity_exp\",\n \"agility_exp\",\n \"charisma_exp\",\n \"company_rep\",\n \"faction_rep\",\n \"crime_money\",\n \"crime_success\",\n \"work_money\",\n ];\n for (const mult of validMults) {\n if (aug.mults[mult] !== 1) return true;\n }\n\n return false;\n }\n\n // If player is in a gang, then we return all augs that the player\n // has enough reputation for (since that gang offers all augs)\n if (Player.gang) {\n const fac = Player.getGangFaction();\n const gangAugs = getFactionAugmentationsFiltered(fac);\n\n for (const augName of gangAugs) {\n const aug = StaticAugmentations[augName];\n if (!isAvailableForSleeve(aug)) continue;\n\n if (fac.playerReputation > aug.getCost().repCost) {\n availableAugs.push(aug);\n }\n }\n }\n\n for (const facName of Player.factions) {\n if (facName === FactionNames.Bladeburners) continue;\n if (facName === FactionNames.Netburners) continue;\n const fac = Factions[facName];\n if (!fac) continue;\n\n for (const augName of fac.augmentations) {\n const aug = StaticAugmentations[augName];\n if (!isAvailableForSleeve(aug)) continue;\n\n if (fac.playerReputation > aug.getCost().repCost) {\n availableAugs.push(aug);\n }\n }\n }\n\n // Add the stanek sleeve aug\n if (!ownedAugNames.includes(AugmentationNames.ZOE) && Player.factions.includes(FactionNames.ChurchOfTheMachineGod)) {\n const aug = StaticAugmentations[AugmentationNames.ZOE];\n availableAugs.push(aug);\n }\n\n return availableAugs;\n}\n","import { isScriptFilename } from \"../Script/isScriptFilename\";\nimport { GetServer } from \"../Server/AllServers\";\nimport { isValidFilePath } from \"../Terminal/DirectoryHelpers\";\nimport { TextFile } from \"../TextFile\";\nimport {\n RFAMessage,\n FileData,\n FileContent,\n isFileServer,\n isFileLocation,\n FileLocation,\n isFileData,\n} from \"./MessageDefinitions\";\n\nimport libSource from \"!!raw-loader!../ScriptEditor/NetscriptDefinitions.d.ts\";\n\nfunction error(errorMsg: string, { id }: RFAMessage): RFAMessage {\n return new RFAMessage({ error: errorMsg, id: id });\n}\n\nexport const RFARequestHandler: Record void | RFAMessage> = {\n pushFile: function (msg: RFAMessage): RFAMessage {\n if (!isFileData(msg.params)) return error(\"Misses parameters\", msg);\n\n const fileData: FileData = msg.params;\n if (!isValidFilePath(fileData.filename)) return error(\"Invalid filename\", msg);\n\n const server = GetServer(fileData.server);\n if (!server) return error(\"Server hostname invalid\", msg);\n\n if (isScriptFilename(fileData.filename)) server.writeToScriptFile(fileData.filename, fileData.content);\n // Assume it's a text file\n else server.writeToTextFile(fileData.filename, fileData.content);\n\n // If and only if the content is actually changed correctly, send back an OK.\n const savedCorrectly =\n server.getScript(fileData.filename)?.code === fileData.content ||\n server.textFiles.filter((t: TextFile) => t.filename == fileData.filename).at(0)?.text === fileData.content;\n\n if (!savedCorrectly) return error(\"File wasn't saved correctly\", msg);\n\n return new RFAMessage({ result: \"OK\", id: msg.id });\n },\n\n getFile: function (msg: RFAMessage): RFAMessage {\n if (!isFileLocation(msg.params)) return error(\"Message misses parameters\", msg);\n\n const fileData: FileLocation = msg.params;\n if (!isValidFilePath(fileData.filename)) return error(\"Invalid filename\", msg);\n\n const server = GetServer(fileData.server);\n if (!server) return error(\"Server hostname invalid\", msg);\n\n if (isScriptFilename(fileData.filename)) {\n const scriptContent = server.getScript(fileData.filename);\n if (!scriptContent) return error(\"File doesn't exist\", msg);\n return new RFAMessage({ result: scriptContent.code, id: msg.id });\n } else {\n // Assume it's a text file\n const file = server.textFiles.filter((t: TextFile) => t.filename == fileData.filename).at(0);\n if (!file) return error(\"File doesn't exist\", msg);\n return new RFAMessage({ result: file.text, id: msg.id });\n }\n },\n\n deleteFile: function (msg: RFAMessage): RFAMessage {\n if (!isFileLocation(msg.params)) return error(\"Message misses parameters\", msg);\n const fileData: FileLocation = msg.params;\n if (!isValidFilePath(fileData.filename)) return error(\"Invalid filename\", msg);\n\n const server = GetServer(fileData.server);\n if (!server) return error(\"Server hostname invalid\", msg);\n\n const fileExists = (): boolean =>\n !!server.getScript(fileData.filename) || server.textFiles.some((t: TextFile) => t.filename === fileData.filename);\n\n if (!fileExists()) return error(\"File doesn't exist\", msg);\n server.removeFile(fileData.filename);\n if (fileExists()) return error(\"Failed to delete the file\", msg);\n\n return new RFAMessage({ result: \"OK\", id: msg.id });\n },\n\n getFileNames: function (msg: RFAMessage): RFAMessage {\n if (!isFileServer(msg.params)) return error(\"Message misses parameters\", msg);\n\n const server = GetServer(msg.params.server);\n if (!server) return error(\"Server hostname invalid\", msg);\n\n const fileNameList: string[] = [\n ...server.textFiles.map((txt): string => txt.filename),\n ...server.scripts.map((scr): string => scr.filename),\n ];\n\n return new RFAMessage({ result: fileNameList, id: msg.id });\n },\n\n getAllFiles: function (msg: RFAMessage): RFAMessage {\n if (!isFileServer(msg.params)) return error(\"Message misses parameters\", msg);\n\n const server = GetServer(msg.params.server);\n if (!server) return error(\"Server hostname invalid\", msg);\n\n const fileList: FileContent[] = [\n ...server.textFiles.map((txt): FileContent => {\n return { filename: txt.filename, content: txt.text };\n }),\n ...server.scripts.map((scr): FileContent => {\n return { filename: scr.filename, content: scr.code };\n }),\n ];\n\n return new RFAMessage({ result: fileList, id: msg.id });\n },\n\n calculateRam: function (msg: RFAMessage): RFAMessage {\n if (!isFileLocation(msg.params)) return error(\"Message misses parameters\", msg);\n const fileData: FileLocation = msg.params;\n if (!isValidFilePath(fileData.filename)) return error(\"Invalid filename\", msg);\n\n const server = GetServer(fileData.server);\n if (!server) return error(\"Server hostname invalid\", msg);\n\n if (!isScriptFilename(fileData.filename)) return error(\"Filename isn't a script filename\", msg);\n const script = server.getScript(fileData.filename);\n if (!script) return error(\"File doesn't exist\", msg);\n const ramUsage = script.ramUsage;\n\n return new RFAMessage({ result: ramUsage, id: msg.id });\n },\n\n getDefinitionFile: function (msg: RFAMessage): RFAMessage {\n return new RFAMessage({ result: libSource + \"\", id: msg.id });\n },\n};\n","import React from \"react\";\n\nimport { Typography, Table, TableBody, TableCell, TableRow } from \"@mui/material\";\n\nimport { numeralWrapper } from \"../../../ui/numeralFormat\";\nimport { Settings } from \"../../../Settings/Settings\";\nimport { StatsRow } from \"../../../ui/React/StatsRow\";\nimport { characterOverviewStyles as useStyles } from \"../../../ui/React/CharacterOverview\";\nimport { Money } from \"../../../ui/React/Money\";\nimport { MoneyRate } from \"../../../ui/React/MoneyRate\";\nimport { ReputationRate } from \"../../../ui/React/ReputationRate\";\n\nimport { Sleeve } from \"../Sleeve\";\nimport { isSleeveClassWork } from \"../Work/SleeveClassWork\";\nimport { isSleeveFactionWork } from \"../Work/SleeveFactionWork\";\nimport { isSleeveCompanyWork } from \"../Work/SleeveCompanyWork\";\nimport { isSleeveCrimeWork } from \"../Work/SleeveCrimeWork\";\nimport { BitNodeMultipliers } from \"../../../BitNode/BitNodeMultipliers\";\n\ninterface IProps {\n sleeve: Sleeve;\n}\n\nexport function StatsElement(props: IProps): React.ReactElement {\n const classes = useStyles();\n\n return (\n \n \n \n \n \n \n \n \n \n \n \n \n
    \n
    \n
    \n \n \n \n
    \n
    \n );\n}\n\nexport function EarningsElement(props: IProps): React.ReactElement {\n const classes = useStyles();\n\n let data: (string | JSX.Element)[][] = [];\n if (isSleeveCrimeWork(props.sleeve.currentWork)) {\n const gains = props.sleeve.currentWork.getExp(props.sleeve);\n data = [\n [`Money:`, ],\n [`Hacking Exp:`, `${numeralWrapper.formatExp(5 * gains.hackExp)}`],\n [`Strength Exp:`, `${numeralWrapper.formatExp(5 * gains.strExp)}`],\n [`Defense Exp:`, `${numeralWrapper.formatExp(5 * gains.defExp)}`],\n [`Dexterity Exp:`, `${numeralWrapper.formatExp(5 * gains.dexExp)}`],\n [`Agility Exp:`, `${numeralWrapper.formatExp(5 * gains.agiExp)}`],\n [`Charisma Exp:`, `${numeralWrapper.formatExp(5 * gains.chaExp)}`],\n ];\n }\n if (isSleeveClassWork(props.sleeve.currentWork)) {\n const rates = props.sleeve.currentWork.calculateRates(props.sleeve);\n data = [\n [`Money:`, ],\n [`Hacking Exp:`, `${numeralWrapper.formatExp(5 * rates.hackExp)} / sec`],\n [`Strength Exp:`, `${numeralWrapper.formatExp(5 * rates.strExp)} / sec`],\n [`Defense Exp:`, `${numeralWrapper.formatExp(5 * rates.defExp)} / sec`],\n [`Dexterity Exp:`, `${numeralWrapper.formatExp(5 * rates.dexExp)} / sec`],\n [`Agility Exp:`, `${numeralWrapper.formatExp(5 * rates.agiExp)} / sec`],\n [`Charisma Exp:`, `${numeralWrapper.formatExp(5 * rates.chaExp)} / sec`],\n ];\n }\n if (isSleeveFactionWork(props.sleeve.currentWork)) {\n const rates = props.sleeve.currentWork.getExpRates(props.sleeve);\n const repGain = props.sleeve.currentWork.getReputationRate(props.sleeve);\n data = [\n [`Hacking Exp:`, `${numeralWrapper.formatExp(5 * rates.hackExp)} / sec`],\n [`Strength Exp:`, `${numeralWrapper.formatExp(5 * rates.strExp)} / sec`],\n [`Defense Exp:`, `${numeralWrapper.formatExp(5 * rates.defExp)} / sec`],\n [`Dexterity Exp:`, `${numeralWrapper.formatExp(5 * rates.dexExp)} / sec`],\n [`Agility Exp:`, `${numeralWrapper.formatExp(5 * rates.agiExp)} / sec`],\n [`Charisma Exp:`, `${numeralWrapper.formatExp(5 * rates.chaExp)} / sec`],\n [`Reputation:`, ],\n ];\n }\n\n if (isSleeveCompanyWork(props.sleeve.currentWork)) {\n const rates = props.sleeve.currentWork.getGainRates(props.sleeve);\n data = [\n [`Money:`, ],\n [`Hacking Exp:`, `${numeralWrapper.formatExp(5 * rates.hackExp)} / sec`],\n [`Strength Exp:`, `${numeralWrapper.formatExp(5 * rates.strExp)} / sec`],\n [`Defense Exp:`, `${numeralWrapper.formatExp(5 * rates.defExp)} / sec`],\n [`Dexterity Exp:`, `${numeralWrapper.formatExp(5 * rates.dexExp)} / sec`],\n [`Agility Exp:`, `${numeralWrapper.formatExp(5 * rates.agiExp)} / sec`],\n [`Charisma Exp:`, `${numeralWrapper.formatExp(5 * rates.chaExp)} / sec`],\n [`Reputation:`, ],\n ];\n }\n\n return (\n \n \n \n \n Earnings {props.sleeve.storedCycles > 50 ? \"(overclock)\" : \"\"}\n \n \n {data.map(([a, b]) => (\n \n \n {a}\n \n \n {b}\n \n \n ))}\n \n
    \n );\n}\n","/**\n * Creates a dropdown (select HTML element) with server hostnames as options\n *\n * Configurable to only contain certain types of servers\n */\nimport React from \"react\";\nimport { GetAllServers } from \"../../Server/AllServers\";\nimport { Server } from \"../../Server/Server\";\nimport { BaseServer } from \"../../Server/BaseServer\";\n\nimport { HacknetServer } from \"../../Hacknet/HacknetServer\";\nimport Select, { SelectChangeEvent } from \"@mui/material/Select\";\nimport MenuItem from \"@mui/material/MenuItem\";\nimport Button from \"@mui/material/Button\";\n\n// TODO make this an enum when this gets converted to TypeScript\nexport const ServerType = {\n All: 0,\n Foreign: 1, // Hackable, non-owned servers\n Owned: 2, // Home Computer, Purchased Servers, and Hacknet Servers\n Purchased: 3, // Everything from Owned except home computer\n};\n\ninterface IProps {\n purchase: () => void;\n canPurchase: boolean;\n serverType: number;\n onChange: (event: SelectChangeEvent) => void;\n value: string;\n}\n\nexport function ServerDropdown(props: IProps): React.ReactElement {\n /**\n * Checks if the server should be shown in the dropdown menu, based on the\n * 'serverType' property\n */\n function isValidServer(s: BaseServer): boolean {\n const purchased = s instanceof Server && s.purchasedByPlayer;\n const type = props.serverType;\n switch (type) {\n case ServerType.All:\n return true;\n case ServerType.Foreign:\n return s.hostname !== \"home\" && !purchased;\n case ServerType.Owned:\n return purchased || s instanceof HacknetServer || s.hostname === \"home\";\n case ServerType.Purchased:\n return purchased || s instanceof HacknetServer;\n default:\n console.warn(`Invalid ServerType specified for ServerDropdown component: ${type}`);\n return false;\n }\n }\n\n const servers = [];\n for (const server of GetAllServers().sort((a, b) => a.hostname.localeCompare(b.hostname))) {\n if (isValidServer(server)) {\n servers.push(\n \n {server.hostname}\n ,\n );\n }\n }\n\n return (\n \n Buy\n \n }\n sx={{ mx: 1 }}\n value={props.value}\n onChange={props.onChange}\n >\n {servers}\n \n );\n}\n","import * as React from \"react\";\n\nimport { Player } from \"@player\";\nimport { Money } from \"../ui/React/Money\";\nimport { win, reachedLimit } from \"./Game\";\nimport { Deck } from \"./CardDeck/Deck\";\nimport { Hand } from \"./CardDeck/Hand\";\nimport { InputAdornment } from \"@mui/material\";\nimport { ReactCard } from \"./CardDeck/ReactCard\";\nimport Button from \"@mui/material/Button\";\nimport Paper from \"@mui/material/Paper\";\nimport Box from \"@mui/material/Box\";\nimport Typography from \"@mui/material/Typography\";\nimport TextField from \"@mui/material/TextField\";\n\nconst MAX_BET = 100e6;\nexport const DECK_COUNT = 5; // 5-deck multideck\n\nenum Result {\n Pending = \"\",\n PlayerWon = \"You won!\",\n PlayerWonByBlackjack = \"You Won! Blackjack!\",\n DealerWon = \"You lost!\",\n Tie = \"Push! (Tie)\",\n}\n\ntype State = {\n playerHand: Hand;\n dealerHand: Hand;\n bet: number;\n betInput: string;\n gameInProgress: boolean;\n result: Result;\n gains: number; // Track gains only for this session\n wagerInvalid: boolean;\n wagerInvalidHelperText: string;\n};\n\nexport class Blackjack extends React.Component, State> {\n deck: Deck;\n\n constructor() {\n super({});\n\n this.deck = new Deck(DECK_COUNT);\n\n const initialBet = 1e6;\n\n this.state = {\n playerHand: new Hand([]),\n dealerHand: new Hand([]),\n bet: initialBet,\n betInput: String(initialBet),\n gameInProgress: false,\n result: Result.Pending,\n gains: 0,\n wagerInvalid: false,\n wagerInvalidHelperText: \"\",\n };\n }\n\n canStartGame = (): boolean => {\n const { bet } = this.state;\n\n return Player.canAfford(bet);\n };\n\n startGame = (): void => {\n if (!this.canStartGame() || reachedLimit()) {\n return;\n }\n\n // Take money from player right away so that players don't just \"leave\" to avoid the loss (I mean they could\n // always reload without saving but w.e) TODO: Save/Restore the RNG state to limit the value of save-scumming.\n win(-this.state.bet);\n\n const playerHand = new Hand([this.deck.safeDrawCard(), this.deck.safeDrawCard()]);\n const dealerHand = new Hand([this.deck.safeDrawCard(), this.deck.safeDrawCard()]);\n\n this.setState({\n playerHand,\n dealerHand,\n gameInProgress: true,\n result: Result.Pending,\n });\n\n // If the player is dealt a blackjack and the dealer is not, then the player\n // immediately wins\n if (this.getTrueHandValue(playerHand) === 21) {\n if (this.getTrueHandValue(dealerHand) === 21) {\n this.finishGame(Result.Tie);\n } else {\n this.finishGame(Result.PlayerWonByBlackjack);\n }\n } else if (this.getTrueHandValue(dealerHand) === 21) {\n // Check if dealer won by blackjack. We know at this point that the player does not also have blackjack.\n this.finishGame(Result.DealerWon);\n }\n };\n\n // Returns an array of numbers representing all possible values of the given Hand. The reason it needs to be\n // an array is because an Ace can count as both 1 and 11.\n getHandValue = (hand: Hand): number[] => {\n let result: number[] = [0];\n\n for (let i = 0; i < hand.cards.length; ++i) {\n const value = hand.cards[i].value;\n if (value >= 10) {\n result = result.map((x) => x + 10);\n } else if (value === 1) {\n result = result.flatMap((x) => [x + 1, x + 11]);\n } else {\n result = result.map((x) => x + value);\n }\n }\n\n return result;\n };\n\n // Returns the single hand value used for determine things like victory and whether or not\n // the dealer has to hit. Essentially this uses the biggest value that's 21 or under. If no such value exists,\n // then it means the hand is busted and we can just return whatever\n getTrueHandValue = (hand: Hand): number => {\n const handValues = this.getHandValue(hand);\n const valuesUnder21 = handValues.filter((x) => x <= 21);\n\n if (valuesUnder21.length > 0) {\n valuesUnder21.sort((a, b) => a - b);\n return valuesUnder21[valuesUnder21.length - 1];\n } else {\n // Just return the first value. It doesn't really matter anyways since hand is busted.\n return handValues[0];\n }\n };\n\n // Returns all hand values that are 21 or under. If no values are 21 or under, then the first value is returned.\n getHandDisplayValues = (hand: Hand): number[] => {\n const handValues = this.getHandValue(hand);\n if (this.isHandBusted(hand)) {\n // Hand is busted so just return the 1st value, doesn't really matter\n return [...new Set([handValues[0]])];\n } else {\n return [...new Set(handValues.filter((x) => x <= 21))];\n }\n };\n\n isHandBusted = (hand: Hand): boolean => {\n return this.getTrueHandValue(hand) > 21;\n };\n\n playerHit = (event: React.MouseEvent): void => {\n if (!event.isTrusted) {\n return;\n }\n\n const newHand = this.state.playerHand.addCards(this.deck.safeDrawCard());\n\n this.setState({\n playerHand: newHand,\n });\n\n // Check if player busted, and finish the game if so\n if (this.isHandBusted(newHand)) {\n this.finishGame(Result.DealerWon);\n }\n };\n\n playerStay = (event: React.MouseEvent): void => {\n if (!event.isTrusted) {\n return;\n }\n\n // Determine if Dealer needs to hit. A dealer must hit if they have 16 or lower.\n // If the dealer has a Soft 17 (Ace + 6), then they stay.\n let newDealerHand = this.state.dealerHand;\n while (true) {\n // The dealer's \"true\" hand value is the 2nd one if its 21 or less (the 2nd value is always guaranteed\n // to be equal or larger). Otherwise its the 1st.\n const dealerHandValue = this.getTrueHandValue(newDealerHand);\n\n if (dealerHandValue <= 16) {\n newDealerHand = newDealerHand.addCards(this.deck.safeDrawCard());\n } else {\n break;\n }\n }\n\n this.setState({\n dealerHand: newDealerHand,\n });\n\n // If dealer has busted, then player wins\n if (this.isHandBusted(newDealerHand)) {\n this.finishGame(Result.PlayerWon);\n } else {\n const dealerHandValue = this.getTrueHandValue(newDealerHand);\n const playerHandValue = this.getTrueHandValue(this.state.playerHand);\n\n // We expect nobody to have busted. If someone busted, there is an error\n // in our game logic\n if (dealerHandValue > 21 || playerHandValue > 21) {\n throw new Error(\"Someone busted when not expected to\");\n }\n\n if (playerHandValue > dealerHandValue) {\n this.finishGame(Result.PlayerWon);\n } else if (playerHandValue < dealerHandValue) {\n this.finishGame(Result.DealerWon);\n } else {\n this.finishGame(Result.Tie);\n }\n }\n };\n\n finishGame = (result: Result): void => {\n const gains =\n result === Result.DealerWon\n ? 0 // We took away the bet at the start, don't need to take more\n : result === Result.Tie\n ? this.state.bet // We took away the bet at the start, give it back\n : result === Result.PlayerWon\n ? 2 * this.state.bet // Give back their bet plus their winnings\n : result === Result.PlayerWonByBlackjack\n ? 2.5 * this.state.bet // Blackjack pays out 1.5x bet!\n : (() => {\n throw new Error(`Unexpected result: ${result}`);\n })(); // This can't happen, right?\n win(gains);\n this.setState({\n gameInProgress: false,\n result,\n gains: this.state.gains + gains - this.state.bet, // Not updated upfront - only tracks the final outcome\n });\n };\n\n wagerOnChange = (event: React.ChangeEvent): void => {\n const betInput = event.target.value;\n const wager = Math.round(parseFloat(betInput));\n if (isNaN(wager)) {\n this.setState({\n bet: 0,\n betInput,\n wagerInvalid: true,\n wagerInvalidHelperText: \"Not a valid number\",\n });\n } else if (wager <= 0) {\n this.setState({\n bet: 0,\n betInput,\n wagerInvalid: true,\n wagerInvalidHelperText: \"Must bet a positive amount\",\n });\n } else if (wager > MAX_BET) {\n this.setState({\n bet: 0,\n betInput,\n wagerInvalid: true,\n wagerInvalidHelperText: \"Exceeds max bet\",\n });\n } else if (!Player.canAfford(wager)) {\n this.setState({\n bet: 0,\n betInput,\n wagerInvalid: true,\n wagerInvalidHelperText: \"Not enough money\",\n });\n } else {\n // Valid wager\n this.setState({\n bet: wager,\n betInput,\n wagerInvalid: false,\n wagerInvalidHelperText: \"\",\n result: Result.Pending, // Reset previous game status to clear the win/lose text UI\n });\n }\n };\n\n // Start game button\n startOnClick = (event: React.MouseEvent): void => {\n // Protect against scripting...although maybe this would be fun to automate\n if (!event.isTrusted) {\n return;\n }\n\n if (!this.state.wagerInvalid) {\n this.startGame();\n }\n };\n\n render(): React.ReactNode {\n const { betInput, playerHand, dealerHand, gameInProgress, result, wagerInvalid, wagerInvalidHelperText, gains } =\n this.state;\n\n // Get the player totals to display.\n const playerHandValues = this.getHandDisplayValues(playerHand);\n const dealerHandValues = this.getHandDisplayValues(dealerHand);\n\n return (\n <>\n {/* Wager input */}\n \n \n {\"Wager (Max: \"}\n \n {\")\"}\n \n }\n disabled={gameInProgress}\n onChange={this.wagerOnChange}\n error={wagerInvalid}\n helperText={wagerInvalid ? wagerInvalidHelperText : \"\"}\n type=\"number\"\n style={{\n width: \"200px\",\n }}\n InputProps={{\n startAdornment: (\n \n $\n \n ),\n }}\n />\n\n \n {\"Total earnings this session: \"}\n \n \n \n\n {/* Buttons */}\n {!gameInProgress ? (\n \n ) : (\n <>\n \n \n \n )}\n\n {/* Main game part. Displays both if the game is in progress OR if there's a result so you can see\n * the cards that led to that result. */}\n {(gameInProgress || result !== Result.Pending) && (\n <>\n \n \n Player\n {playerHand.cards.map((card, i) => (\n \n ))}\n\n \n Count:{\" \"}\n {playerHandValues\n .map((value, i) => {value})\n .reduce((prev, curr) => [prev, \" or \", curr])}\n \n \n \n\n
    \n\n \n \n Dealer\n {dealerHand.cards.map((card, i) => (\n // Hide every card except the first while game is in progress\n \n \n \n )}\n\n {/* Results from previous round */}\n {result !== Result.Pending && (\n \n {result} \n {result === Result.PlayerWon && }\n {result === Result.PlayerWonByBlackjack && }\n {result === Result.DealerWon && }\n \n )}\n \n );\n }\n}\n","import React, { FC } from \"react\";\nimport { Card, Suit } from \"./Card\";\n\nimport makeStyles from \"@mui/styles/makeStyles\";\nimport createStyles from \"@mui/styles/createStyles\";\nimport Paper from \"@mui/material/Paper\";\n\ntype Props = {\n card: Card;\n hidden?: boolean;\n};\n\nconst useStyles = makeStyles(() =>\n createStyles({\n card: {\n padding: \"10px\",\n border: \"solid 1px #808080\",\n backgroundColor: \"white\",\n display: \"inline-block\",\n borderRadius: \"10px\",\n fontSize: \"18.5px\",\n textAlign: \"center\",\n margin: \"3px\",\n fontWeight: \"bold\",\n },\n red: {\n color: \"red\",\n },\n\n black: {\n color: \"black\",\n },\n value: {\n fontSize: \"20px\",\n fontFamily: \"sans-serif\",\n },\n }),\n);\n\nexport const ReactCard: FC = ({ card, hidden }) => {\n const classes = useStyles();\n let suit: React.ReactNode;\n switch (card.suit) {\n case Suit.Clubs:\n suit = ;\n break;\n case Suit.Diamonds:\n suit = ;\n break;\n case Suit.Hearts:\n suit = ;\n break;\n case Suit.Spades:\n suit = ;\n break;\n default:\n throw new Error(`MissingCaseException: ${card.suit}`);\n }\n return (\n \n <>\n {hidden ? \" - \" : card.formatValue()}\n {hidden ? \" - \" : suit}\n \n \n );\n};\n","import { Milestone } from \"./Milestone\";\nimport { Player } from \"@player\";\nimport { Factions } from \"../Faction/Factions\";\nimport { Faction } from \"../Faction/Faction\";\nimport { GetServer } from \"../Server/AllServers\";\nimport { FactionNames } from \"../Faction/data/FactionNames\";\nimport { Server } from \"../Server/Server\";\n\nfunction allFactionAugs(f: Faction): boolean {\n const factionAugs = f.augmentations.slice().filter((aug) => aug !== \"NeuroFlux Governor\");\n for (const factionAug of factionAugs) {\n if (\n !Player.augmentations.some((aug) => {\n return aug.name == factionAug;\n })\n )\n return false;\n }\n return true;\n}\n\nexport const Milestones: Milestone[] = [\n {\n title: \"Gain root access on CSEC\",\n fulfilled: (): boolean => {\n const server = GetServer(\"CSEC\");\n if (!server || !server.hasOwnProperty(\"hasAdminRights\")) return false;\n return server instanceof Server && server.hasAdminRights;\n },\n },\n {\n title: \"Install the backdoor on CSEC\",\n fulfilled: (): boolean => {\n const server = GetServer(\"CSEC\");\n if (!server || !server.hasOwnProperty(\"backdoorInstalled\")) return false;\n return server instanceof Server && server.backdoorInstalled;\n },\n },\n {\n title: \"Join the faction hinted at in csec-test.msg\",\n fulfilled: (): boolean => {\n return Player.factions.includes(FactionNames.CyberSec);\n },\n },\n {\n title: `Install all the Augmentations from ${FactionNames.CyberSec}`,\n fulfilled: (): boolean => {\n return allFactionAugs(Factions[FactionNames.CyberSec]);\n },\n },\n {\n title: \"Join the faction hinted at in nitesec-test.msg\",\n fulfilled: (): boolean => {\n return Player.factions.includes(FactionNames.NiteSec);\n },\n },\n {\n title: `Install all the Augmentations from ${FactionNames.NiteSec}`,\n fulfilled: (): boolean => {\n return allFactionAugs(Factions[FactionNames.NiteSec]);\n },\n },\n {\n title: \"Join the faction hinted at in j3.msg\",\n fulfilled: (): boolean => {\n return Player.factions.includes(FactionNames.TheBlackHand);\n },\n },\n {\n title: `Install all the Augmentations from ${FactionNames.TheBlackHand}`,\n fulfilled: (): boolean => {\n return allFactionAugs(Factions[FactionNames.TheBlackHand]);\n },\n },\n {\n title: \"Join the faction hinted at in 19dfj3l1nd.msg\",\n fulfilled: (): boolean => {\n return Player.factions.includes(FactionNames.BitRunners);\n },\n },\n {\n title: `Install all the Augmentations from ${FactionNames.BitRunners}`,\n fulfilled: (): boolean => {\n return allFactionAugs(Factions[FactionNames.BitRunners]);\n },\n },\n {\n title: \"Complete fl1ght.exe\",\n fulfilled: (): boolean => {\n // technically wrong but whatever\n return Player.factions.includes(FactionNames.Daedalus);\n },\n },\n {\n title: `Install the special Augmentation from ${FactionNames.Daedalus}`,\n fulfilled: (): boolean => {\n return Player.augmentations.some((aug) => aug.name == \"The Red Pill\");\n },\n },\n {\n title: \"Install the final backdoor and free yourself.\",\n fulfilled: (): boolean => {\n return false;\n },\n },\n];\n","import { StockSymbols } from \"./StockSymbols\";\n\nexport const TickerHeaderFormatData = {\n longestName: 0,\n longestSymbol: 0,\n};\n\nfor (const [key, symbol] of Object.entries(StockSymbols)) {\n TickerHeaderFormatData.longestName = Math.max(key.length, TickerHeaderFormatData.longestName);\n TickerHeaderFormatData.longestSymbol = Math.max(symbol.length, TickerHeaderFormatData.longestSymbol);\n}\n","import React from \"react\";\n\nimport { Box, Typography } from \"@mui/material\";\n\nimport { Achievement } from \"./Achievements\";\nimport { Settings } from \"../Settings/Settings\";\nimport { AchievementIcon } from \"./AchievementIcon\";\n\ninterface IProps {\n achievement: Achievement;\n unlockedOn?: number;\n cssFiltersUnlocked: string;\n cssFiltersLocked: string;\n}\n\nexport function AchievementEntry({\n achievement,\n unlockedOn,\n cssFiltersUnlocked,\n cssFiltersLocked,\n}: IProps): JSX.Element {\n if (!achievement) return <>;\n const isUnlocked = !!unlockedOn;\n\n const mainColor = isUnlocked ? Settings.theme.primary : Settings.theme.secondarylight;\n\n let achievedOn = \"\";\n if (unlockedOn) {\n achievedOn = new Date(unlockedOn).toLocaleString();\n }\n\n return (\n \n \n \n \n \n {achievement.Name}\n \n \n {achievement.Description}\n \n {isUnlocked && (\n \n Acquired on {achievedOn}\n \n )}\n \n \n \n );\n}\n","// @ts-nocheck\n/* tslint:disable */\n/* eslint-disable */\n\n/*\n Taken from:\n https://codepen.io/sosuke/pen/Pjoqqp\n --------------------------------------------------------\n This utility transform an hex color into css filter rules.\n Useful to change color of a black image to match a given color\n*/\n\nclass Color {\n constructor(r, g, b) {\n this.set(r, g, b);\n }\n\n toString() {\n return `rgb(${Math.round(this.r)}, ${Math.round(this.g)}, ${Math.round(this.b)})`;\n }\n\n set(r, g, b) {\n this.r = this.clamp(r);\n this.g = this.clamp(g);\n this.b = this.clamp(b);\n }\n\n hueRotate(angle = 0) {\n angle = (angle / 180) * Math.PI;\n const sin = Math.sin(angle);\n const cos = Math.cos(angle);\n\n this.multiply([\n 0.213 + cos * 0.787 - sin * 0.213,\n 0.715 - cos * 0.715 - sin * 0.715,\n 0.072 - cos * 0.072 + sin * 0.928,\n 0.213 - cos * 0.213 + sin * 0.143,\n 0.715 + cos * 0.285 + sin * 0.14,\n 0.072 - cos * 0.072 - sin * 0.283,\n 0.213 - cos * 0.213 - sin * 0.787,\n 0.715 - cos * 0.715 + sin * 0.715,\n 0.072 + cos * 0.928 + sin * 0.072,\n ]);\n }\n\n grayscale(value = 1) {\n this.multiply([\n 0.2126 + 0.7874 * (1 - value),\n 0.7152 - 0.7152 * (1 - value),\n 0.0722 - 0.0722 * (1 - value),\n 0.2126 - 0.2126 * (1 - value),\n 0.7152 + 0.2848 * (1 - value),\n 0.0722 - 0.0722 * (1 - value),\n 0.2126 - 0.2126 * (1 - value),\n 0.7152 - 0.7152 * (1 - value),\n 0.0722 + 0.9278 * (1 - value),\n ]);\n }\n\n sepia(value = 1) {\n this.multiply([\n 0.393 + 0.607 * (1 - value),\n 0.769 - 0.769 * (1 - value),\n 0.189 - 0.189 * (1 - value),\n 0.349 - 0.349 * (1 - value),\n 0.686 + 0.314 * (1 - value),\n 0.168 - 0.168 * (1 - value),\n 0.272 - 0.272 * (1 - value),\n 0.534 - 0.534 * (1 - value),\n 0.131 + 0.869 * (1 - value),\n ]);\n }\n\n saturate(value = 1) {\n this.multiply([\n 0.213 + 0.787 * value,\n 0.715 - 0.715 * value,\n 0.072 - 0.072 * value,\n 0.213 - 0.213 * value,\n 0.715 + 0.285 * value,\n 0.072 - 0.072 * value,\n 0.213 - 0.213 * value,\n 0.715 - 0.715 * value,\n 0.072 + 0.928 * value,\n ]);\n }\n\n multiply(matrix) {\n const newR = this.clamp(this.r * matrix[0] + this.g * matrix[1] + this.b * matrix[2]);\n const newG = this.clamp(this.r * matrix[3] + this.g * matrix[4] + this.b * matrix[5]);\n const newB = this.clamp(this.r * matrix[6] + this.g * matrix[7] + this.b * matrix[8]);\n this.r = newR;\n this.g = newG;\n this.b = newB;\n }\n\n brightness(value = 1) {\n this.linear(value);\n }\n contrast(value = 1) {\n this.linear(value, -(0.5 * value) + 0.5);\n }\n\n linear(slope = 1, intercept = 0) {\n this.r = this.clamp(this.r * slope + intercept * 255);\n this.g = this.clamp(this.g * slope + intercept * 255);\n this.b = this.clamp(this.b * slope + intercept * 255);\n }\n\n invert(value = 1) {\n this.r = this.clamp((value + (this.r / 255) * (1 - 2 * value)) * 255);\n this.g = this.clamp((value + (this.g / 255) * (1 - 2 * value)) * 255);\n this.b = this.clamp((value + (this.b / 255) * (1 - 2 * value)) * 255);\n }\n\n hsl() {\n // Code taken from https://stackoverflow.com/a/9493060/2688027, licensed under CC BY-SA.\n const r = this.r / 255;\n const g = this.g / 255;\n const b = this.b / 255;\n const max = Math.max(r, g, b);\n const min = Math.min(r, g, b);\n let h,\n s,\n l = (max + min) / 2;\n\n if (max === min) {\n h = s = 0;\n } else {\n const d = max - min;\n s = l > 0.5 ? d / (2 - max - min) : d / (max + min);\n switch (max) {\n case r:\n h = (g - b) / d + (g < b ? 6 : 0);\n break;\n\n case g:\n h = (b - r) / d + 2;\n break;\n\n case b:\n h = (r - g) / d + 4;\n break;\n }\n h /= 6;\n }\n\n return {\n h: h * 100,\n s: s * 100,\n l: l * 100,\n };\n }\n\n clamp(value) {\n if (value > 255) {\n value = 255;\n } else if (value < 0) {\n value = 0;\n }\n return value;\n }\n}\n\nexport class Solver {\n constructor(target) {\n this.target = target;\n this.targetHSL = target.hsl();\n this.reusedColor = new Color(0, 0, 0);\n }\n\n solve() {\n const result = this.solveNarrow(this.solveWide());\n return {\n values: result.values,\n loss: result.loss,\n filter: this.css(result.values),\n };\n }\n\n solveWide() {\n const A = 5;\n const c = 15;\n const a = [60, 180, 18000, 600, 1.2, 1.2];\n\n let best = { loss: Infinity };\n for (let i = 0; best.loss > 25 && i < 3; i++) {\n const initial = [50, 20, 3750, 50, 100, 100];\n const result = this.spsa(A, a, c, initial, 1000);\n if (result.loss < best.loss) {\n best = result;\n }\n }\n return best;\n }\n\n solveNarrow(wide) {\n const A = wide.loss;\n const c = 2;\n const A1 = A + 1;\n const a = [0.25 * A1, 0.25 * A1, A1, 0.25 * A1, 0.2 * A1, 0.2 * A1];\n return this.spsa(A, a, c, wide.values, 500);\n }\n\n spsa(A, a, c, values, iters) {\n const alpha = 1;\n const gamma = 0.16666666666666666;\n\n let best = null;\n let bestLoss = Infinity;\n const deltas = new Array(6);\n const highArgs = new Array(6);\n const lowArgs = new Array(6);\n\n for (let k = 0; k < iters; k++) {\n const ck = c / Math.pow(k + 1, gamma);\n for (let i = 0; i < 6; i++) {\n deltas[i] = Math.random() > 0.5 ? 1 : -1;\n highArgs[i] = values[i] + ck * deltas[i];\n lowArgs[i] = values[i] - ck * deltas[i];\n }\n\n const lossDiff = this.loss(highArgs) - this.loss(lowArgs);\n for (let i = 0; i < 6; i++) {\n const g = (lossDiff / (2 * ck)) * deltas[i];\n const ak = a[i] / Math.pow(A + k + 1, alpha);\n values[i] = fix(values[i] - ak * g, i);\n }\n\n const loss = this.loss(values);\n if (loss < bestLoss) {\n best = values.slice(0);\n bestLoss = loss;\n }\n }\n return { values: best, loss: bestLoss };\n\n function fix(value, idx) {\n let max = 100;\n if (idx === 2 /* saturate */) {\n max = 7500;\n } else if (idx === 4 /* brightness */ || idx === 5 /* contrast */) {\n max = 200;\n }\n\n if (idx === 3 /* hue-rotate */) {\n if (value > max) {\n value %= max;\n } else if (value < 0) {\n value = max + (value % max);\n }\n } else if (value < 0) {\n value = 0;\n } else if (value > max) {\n value = max;\n }\n return value;\n }\n }\n\n loss(filters) {\n // Argument is array of percentages.\n const color = this.reusedColor;\n color.set(0, 0, 0);\n\n color.invert(filters[0] / 100);\n color.sepia(filters[1] / 100);\n color.saturate(filters[2] / 100);\n color.hueRotate(filters[3] * 3.6);\n color.brightness(filters[4] / 100);\n color.contrast(filters[5] / 100);\n\n const colorHSL = color.hsl();\n return (\n Math.abs(color.r - this.target.r) +\n Math.abs(color.g - this.target.g) +\n Math.abs(color.b - this.target.b) +\n Math.abs(colorHSL.h - this.targetHSL.h) +\n Math.abs(colorHSL.s - this.targetHSL.s) +\n Math.abs(colorHSL.l - this.targetHSL.l)\n );\n }\n\n css(filters) {\n function fmt(idx, multiplier = 1) {\n return Math.round(filters[idx] * multiplier);\n }\n return `invert(${fmt(0)}%) sepia(${fmt(1)}%) saturate(${fmt(2)}%) hue-rotate(${fmt(3, 3.6)}deg) brightness(${fmt(\n 4,\n )}%) contrast(${fmt(5)}%)`;\n }\n}\n\nfunction hexToRgb(hex): number[] {\n // Expand shorthand form (e.g. \"03F\") to full form (e.g. \"0033FF\")\n const shorthandRegex = /^#?([a-f\\d])([a-f\\d])([a-f\\d])$/i;\n hex = hex.replace(shorthandRegex, (m, r, g, b) => {\n return r + r + g + g + b + b;\n });\n\n const result = /^#?([a-f\\d]{2})([a-f\\d]{2})([a-f\\d]{2})$/i.exec(hex);\n return result ? [parseInt(result[1], 16), parseInt(result[2], 16), parseInt(result[3], 16)] : null;\n}\n\nexport function getFiltersFromHex(hex): string {\n const rgb = hexToRgb(hex);\n if (!rgb) return \"\";\n\n const [r, g, b] = rgb;\n const color = new Color(r, g, b);\n const solver = new Solver(color);\n return solver.solve().filter;\n}\n","import { IPredefinedTheme } from \"../../Themes\";\nimport img1 from \"./screenshot.png\";\n\nexport const Theme: IPredefinedTheme = {\n name: \"Default\",\n description: \"Default game theme, most supported\",\n credit: \"hydroflame\",\n screenshot: img1,\n colors: {\n primarylight: \"#0f0\",\n primary: \"#0c0\",\n primarydark: \"#090\",\n successlight: \"#0f0\",\n success: \"#0c0\",\n successdark: \"#090\",\n errorlight: \"#f00\",\n error: \"#c00\",\n errordark: \"#900\",\n secondarylight: \"#AAA\",\n secondary: \"#888\",\n secondarydark: \"#666\",\n warninglight: \"#ff0\",\n warning: \"#cc0\",\n warningdark: \"#990\",\n infolight: \"#69f\",\n info: \"#36c\",\n infodark: \"#039\",\n welllight: \"#444\",\n well: \"#222\",\n white: \"#fff\",\n black: \"#000\",\n hp: \"#dd3434\",\n money: \"#ffd700\",\n hack: \"#adff2f\",\n combat: \"#faffdf\",\n cha: \"#a671d1\",\n int: \"#6495ed\",\n rep: \"#faffdf\",\n disabled: \"#66cfbc\",\n backgroundprimary: \"#000\",\n backgroundsecondary: \"#000\",\n button: \"#333\",\n },\n};\n","import { IPredefinedTheme } from \"../../Themes\";\nimport img1 from \"./screenshot.png\";\n\nexport const Theme: IPredefinedTheme = {\n name: \"Default-lite\",\n description: \"Less eye-straining default theme\",\n credit: \"NmuGmu\",\n reference: \"https://discord.com/channels/415207508303544321/921991895230611466/925263801564151888\",\n screenshot: img1,\n colors: {\n primarylight: \"#28CF28\",\n primary: \"#21A821\",\n primarydark: \"#177317\",\n successlight: \"#1CFF1C\",\n success: \"#16CA16\",\n successdark: \"#0D910D\",\n errorlight: \"#FF3B3B\",\n error: \"#C32D2D\",\n errordark: \"#8E2121\",\n secondarylight: \"#B3B3B3\",\n secondary: \"#838383\",\n secondarydark: \"#676767\",\n warninglight: \"#FFFF3A\",\n warning: \"#C3C32A\",\n warningdark: \"#8C8C1E\",\n infolight: \"#64CBFF\",\n info: \"#3399CC\",\n infodark: \"#246D91\",\n welllight: \"#404040\",\n well: \"#1C1C1C\",\n white: \"#C3C3C3\",\n black: \"#0A0B0B\",\n hp: \"#C62E2E\",\n money: \"#D6BB27\",\n hack: \"#ADFF2F\",\n combat: \"#E8EDCD\",\n cha: \"#8B5FAF\",\n int: \"#537CC8\",\n rep: \"#E8EDCD\",\n disabled: \"#5AB5A5\",\n backgroundprimary: \"#0C0D0E\",\n backgroundsecondary: \"#121415\",\n button: \"#252829\",\n },\n};\n","import { IPredefinedTheme } from \"../../Themes\";\nimport img1 from \"./screenshot.png\";\n\nexport const Theme: IPredefinedTheme = {\n name: \"Monokai'ish\",\n description: \"Monokai'ish\",\n credit: \"eltea\",\n screenshot: img1,\n colors: {\n primarylight: \"#FFF\",\n primary: \"#F8F8F2\",\n primarydark: \"#FAFAEB\",\n successlight: \"#ADE146\",\n success: \"#A6E22E\",\n successdark: \"#98E104\",\n errorlight: \"#FF69A0\",\n error: \"#F92672\",\n errordark: \"#D10F56\",\n secondarylight: \"#AAA\",\n secondary: \"#888\",\n secondarydark: \"#666\",\n warninglight: \"#E1D992\",\n warning: \"#E6DB74\",\n warningdark: \"#EDDD54\",\n infolight: \"#92E1F1\",\n info: \"#66D9EF\",\n infodark: \"#31CDED\",\n welllight: \"#444\",\n well: \"#222\",\n white: \"#fff\",\n black: \"#000\",\n hp: \"#F92672\",\n money: \"#E6DB74\",\n hack: \"#A6E22E\",\n combat: \"#75715E\",\n cha: \"#AE81FF\",\n int: \"#66D9EF\",\n rep: \"#E69F66\",\n disabled: \"#66cfbc\",\n backgroundprimary: \"#272822\",\n backgroundsecondary: \"#1B1C18\",\n button: \"#333\",\n },\n};\n","import { IPredefinedTheme } from \"../../Themes\";\nimport img1 from \"./screenshot.png\";\n\nexport const Theme: IPredefinedTheme = {\n name: \"Warmer\",\n credit: \"hexnaught\",\n description: \"Warmer, softer theme\",\n reference: \"https://discord.com/channels/415207508303544321/921991895230611466/921999581020028938\",\n screenshot: img1,\n colors: {\n primarylight: \"#EA9062\",\n primary: \"#DD7B4A\",\n primarydark: \"#D3591C\",\n successlight: \"#6ACF6A\",\n success: \"#43BF43\",\n successdark: \"#3E913E\",\n errorlight: \"#C15757\",\n error: \"#B34141\",\n errordark: \"#752525\",\n secondarylight: \"#AAA\",\n secondary: \"#888\",\n secondarydark: \"#666\",\n warninglight: \"#E6E69D\",\n warning: \"#DADA56\",\n warningdark: \"#A1A106\",\n infolight: \"#69f\",\n info: \"#36c\",\n infodark: \"#039\",\n welllight: \"#444\",\n well: \"#222\",\n white: \"#fff\",\n black: \"#000\",\n hp: \"#dd3434\",\n money: \"#ffd700\",\n hack: \"#adff2f\",\n combat: \"#faffdf\",\n cha: \"#AD84CF\",\n int: \"#6495ed\",\n rep: \"#faffdf\",\n disabled: \"#76C6B7\",\n backgroundprimary: \"#000\",\n backgroundsecondary: \"#000\",\n button: \"#333\",\n },\n};\n","import { IPredefinedTheme } from \"../../Themes\";\nimport img1 from \"./screenshot.png\";\n\nexport const Theme: IPredefinedTheme = {\n name: \"Dark+\",\n credit: \"LoganMD\",\n description: \"VSCode Dark+\",\n reference: \"https://discord.com/channels/415207508303544321/921991895230611466/921999975867617310\",\n screenshot: img1,\n colors: {\n primarylight: \"#E0E0BC\",\n primary: \"#CCCCAE\",\n primarydark: \"#B8B89C\",\n successlight: \"#00F000\",\n success: \"#00D200\",\n successdark: \"#00B400\",\n errorlight: \"#F00000\",\n error: \"#C80000\",\n errordark: \"#A00000\",\n secondarylight: \"#B4AEAE\",\n secondary: \"#969090\",\n secondarydark: \"#787272\",\n warninglight: \"#F0F000\",\n warning: \"#C8C800\",\n warningdark: \"#A0A000\",\n infolight: \"#69f\",\n info: \"#36c\",\n infodark: \"#039\",\n welllight: \"#444\",\n well: \"#222\",\n white: \"#fff\",\n black: \"#1E1E1E\",\n hp: \"#dd3434\",\n money: \"#ffd700\",\n hack: \"#adff2f\",\n combat: \"#faffdf\",\n cha: \"#a671d1\",\n int: \"#6495ed\",\n rep: \"#faffdf\",\n disabled: \"#66cfbc\",\n backgroundprimary: \"#1E1E1E\",\n backgroundsecondary: \"#252525\",\n button: \"#333\",\n },\n};\n","import { IPredefinedTheme } from \"../../Themes\";\nimport img1 from \"./screenshot.png\";\n\nexport const Theme: IPredefinedTheme = {\n name: \"Mayukai Dark\",\n description: \"Mayukai Dark-esque\",\n credit: \"Festive Noire\",\n reference: \"https://discord.com/channels/415207508303544321/921991895230611466/922037502334889994\",\n screenshot: img1,\n colors: {\n primarylight: \"#DDDFC5\",\n primary: \"#CDCFB6\",\n primarydark: \"#9D9F8C\",\n successlight: \"#00EF00\",\n success: \"#00A500\",\n successdark: \"#007A00\",\n errorlight: \"#F92672\",\n error: \"#CA1C5C\",\n errordark: \"#90274A\",\n secondarylight: \"#AAA\",\n secondary: \"#888\",\n secondarydark: \"#666\",\n warninglight: \"#D3D300\",\n warning: \"#cc0\",\n warningdark: \"#990\",\n infolight: \"#69f\",\n info: \"#36c\",\n infodark: \"#039\",\n welllight: \"#444\",\n well: \"#00010A\",\n white: \"#fff\",\n black: \"#020509\",\n hp: \"#dd3434\",\n money: \"#ffd700\",\n hack: \"#8CCF27\",\n combat: \"#faffdf\",\n cha: \"#a671d1\",\n int: \"#6495ed\",\n rep: \"#faffdf\",\n disabled: \"#66cfbc\",\n backgroundprimary: \"#080C11\",\n backgroundsecondary: \"#03080F\",\n button: \"#00010A\",\n },\n};\n","import { IPredefinedTheme } from \"../../Themes\";\nimport img1 from \"./screenshot.png\";\n\nexport const Theme: IPredefinedTheme = {\n name: \"Purple\",\n credit: \"zer0ney\",\n description: \"Essentially all defaults except for purple replacing the main colors\",\n reference: \"https://discord.com/channels/415207508303544321/921991895230611466/922091815849570395\",\n screenshot: img1,\n colors: {\n primarylight: \"#BA55D3\",\n primary: \"#9370DB\",\n primarydark: \"#8A2BE2\",\n successlight: \"#BA55D3\",\n success: \"#9370DB\",\n successdark: \"#8A2BE2\",\n errorlight: \"#f00\",\n error: \"#c00\",\n errordark: \"#900\",\n secondarylight: \"#AAA\",\n secondary: \"#888\",\n secondarydark: \"#666\",\n warninglight: \"#ff0\",\n warning: \"#cc0\",\n warningdark: \"#990\",\n infolight: \"#69f\",\n info: \"#36c\",\n infodark: \"#039\",\n welllight: \"#444\",\n well: \"#222\",\n white: \"#fff\",\n black: \"#000\",\n hp: \"#dd3434\",\n money: \"#ffd700\",\n hack: \"#adff2f\",\n combat: \"#faffdf\",\n cha: \"#a671d1\",\n int: \"#6495ed\",\n rep: \"#faffdf\",\n disabled: \"#66cfbc\",\n backgroundprimary: \"#000\",\n backgroundsecondary: \"#000\",\n button: \"#333\",\n },\n};\n","import { IPredefinedTheme } from \"../../Themes\";\nimport img1 from \"./screenshot.png\";\n\nexport const Theme: IPredefinedTheme = {\n name: \"Smooth Green\",\n description: \"A nice green theme that doesn't hurt your eyes.\",\n credit: \"Swidt\",\n reference: \"https://discord.com/channels/415207508303544321/921991895230611466/922243957986033725\",\n screenshot: img1,\n colors: {\n primarylight: \"#E0E0BC\",\n primary: \"#B0D9A3\",\n primarydark: \"#B8B89C\",\n successlight: \"#00F000\",\n success: \"#6BC16B\",\n successdark: \"#00B400\",\n errorlight: \"#F00000\",\n error: \"#3D713D\",\n errordark: \"#A00000\",\n secondarylight: \"#B4AEAE\",\n secondary: \"#8FAF85\",\n secondarydark: \"#787272\",\n warninglight: \"#F0F000\",\n warning: \"#38F100\",\n warningdark: \"#A0A000\",\n infolight: \"#69f\",\n info: \"#36c\",\n infodark: \"#039\",\n welllight: \"#444\",\n well: \"#2F3C2B\",\n white: \"#fff\",\n black: \"#1E1E1E\",\n hp: \"#dd3434\",\n money: \"#4AA52E\",\n hack: \"#adff2f\",\n combat: \"#faffdf\",\n cha: \"#a671d1\",\n int: \"#6495ed\",\n rep: \"#35A135\",\n disabled: \"#66cfbc\",\n backgroundprimary: \"#1E1E1E\",\n backgroundsecondary: \"#252525\",\n button: \"#2F3C2B\",\n },\n};\n","import { IPredefinedTheme } from \"../../Themes\";\nimport img1 from \"./screenshot.png\";\n\nexport const Theme: IPredefinedTheme = {\n name: \"Dracula\",\n description: \"Dracula Look-alike\",\n credit: \"H3draut3r\",\n reference: \"https://discord.com/channels/415207508303544321/921991895230611466/922296307836678144\",\n screenshot: img1,\n colors: {\n primarylight: \"#7082B8\",\n primary: \"#F8F8F2\",\n primarydark: \"#FF79C6\",\n successlight: \"#0f0\",\n success: \"#0c0\",\n successdark: \"#090\",\n errorlight: \"#FD4545\",\n error: \"#FF2D2D\",\n errordark: \"#C62424\",\n secondarylight: \"#AAA\",\n secondary: \"#8BE9FD\",\n secondarydark: \"#666\",\n warninglight: \"#FFC281\",\n warning: \"#FFB86C\",\n warningdark: \"#E6A055\",\n infolight: \"#A0A0FF\",\n info: \"#7070FF\",\n infodark: \"#4040FF\",\n welllight: \"#44475A\",\n well: \"#363948\",\n white: \"#fff\",\n black: \"#282A36\",\n hp: \"#D34448\",\n money: \"#50FA7B\",\n hack: \"#F1FA8C\",\n combat: \"#BD93F9\",\n cha: \"#FF79C6\",\n int: \"#6495ed\",\n rep: \"#faffdf\",\n disabled: \"#66cfbc\",\n backgroundprimary: \"#282A36\",\n backgroundsecondary: \"#21222C\",\n button: \"#21222C\",\n },\n};\n","import { IPredefinedTheme } from \"../../Themes\";\nimport img1 from \"./screenshot.png\";\n\nexport const Theme: IPredefinedTheme = {\n name: \"Dark Blue\",\n description: \"Very dark with a blue/purplelly primary\",\n credit: \"Saynt_Garmo\",\n reference: \"https://discord.com/channels/415207508303544321/921991895230611466/923084732718264340\",\n screenshot: img1,\n colors: {\n primarylight: \"#023DDE\",\n primary: \"#4A41C8\",\n primarydark: \"#005299\",\n successlight: \"#00FF00\",\n success: \"#D1DAD1\",\n successdark: \"#BFCABF\",\n errorlight: \"#f00\",\n error: \"#c00\",\n errordark: \"#900\",\n secondarylight: \"#AAA\",\n secondary: \"#888\",\n secondarydark: \"#666\",\n warninglight: \"#ff0\",\n warning: \"#cc0\",\n warningdark: \"#990\",\n infolight: \"#69f\",\n info: \"#36c\",\n infodark: \"#039\",\n welllight: \"#444\",\n well: \"#040505\",\n white: \"#fff\",\n black: \"#000000\",\n hp: \"#dd3434\",\n money: \"#ffd700\",\n hack: \"#adff2f\",\n combat: \"#faffdf\",\n cha: \"#a671d1\",\n int: \"#6495ed\",\n rep: \"#faffdf\",\n disabled: \"#66cfbc\",\n backgroundprimary: \"#091419\",\n backgroundsecondary: \"#000000\",\n button: \"#000000\",\n },\n};\n","import { IPredefinedTheme } from \"../../Themes\";\nimport img1 from \"./screenshot.png\";\n\nexport const Theme: IPredefinedTheme = {\n name: \"Discord-like\",\n description: \"Discord inspired theme\",\n credit: \"Thermite\",\n reference: \"https://discord.com/channels/415207508303544321/921991895230611466/924305252017143818\",\n screenshot: img1,\n colors: {\n primarylight: \"#7389DC\",\n primary: \"#7389DC\",\n primarydark: \"#5964F1\",\n successlight: \"#00CC00\",\n success: \"#20DF20\",\n successdark: \"#0CB80C\",\n errorlight: \"#EA5558\",\n error: \"#EC4145\",\n errordark: \"#E82528\",\n secondarylight: \"#C3C3C3\",\n secondary: \"#9C9C9C\",\n secondarydark: \"#4E4E4E\",\n warninglight: \"#ff0\",\n warning: \"#cc0\",\n warningdark: \"#990\",\n infolight: \"#69f\",\n info: \"#36c\",\n infodark: \"#1C4FB3\",\n welllight: \"#999999\",\n well: \"#35383C\",\n white: \"#FFFFFF\",\n black: \"#202225\",\n hp: \"#FF5656\",\n money: \"#43FF43\",\n hack: \"#FFAB3D\",\n combat: \"#8A90FD\",\n cha: \"#FF51D9\",\n int: \"#6495ed\",\n rep: \"#FFFF30\",\n disabled: \"#474B51\",\n backgroundprimary: \"#2F3136\",\n backgroundsecondary: \"#35393E\",\n button: \"#333\",\n },\n};\n","import { IPredefinedTheme } from \"../../Themes\";\nimport img1 from \"./screenshot.png\";\n\nexport const Theme: IPredefinedTheme = {\n name: \"One Dark\",\n description: \"Dark with a greenish tint\",\n credit: \"Dexalt142\",\n reference: \"https://discord.com/channels/415207508303544321/921991895230611466/924650660694208512\",\n screenshot: img1,\n colors: {\n primarylight: \"#98C379\",\n primary: \"#98C379\",\n primarydark: \"#98C379\",\n successlight: \"#98C379\",\n success: \"#98C379\",\n successdark: \"#98C379\",\n errorlight: \"#E06C75\",\n error: \"#BE5046\",\n errordark: \"#BE5046\",\n secondarylight: \"#AAA\",\n secondary: \"#888\",\n secondarydark: \"#666\",\n warninglight: \"#E5C07B\",\n warning: \"#E5C07B\",\n warningdark: \"#D19A66\",\n infolight: \"#61AFEF\",\n info: \"#61AFEF\",\n infodark: \"#61AFEF\",\n welllight: \"#4B5263\",\n well: \"#282C34\",\n white: \"#ABB2BF\",\n black: \"#282C34\",\n hp: \"#E06C75\",\n money: \"#E5C07B\",\n hack: \"#98C379\",\n combat: \"#ABB2BF\",\n cha: \"#C678DD\",\n int: \"#61AFEF\",\n rep: \"#ABB2BF\",\n disabled: \"#56B6C2\",\n backgroundprimary: \"#282C34\",\n backgroundsecondary: \"#21252B\",\n button: \"#4B5263\",\n },\n};\n","import { IPredefinedTheme } from \"../../Themes\";\nimport img1 from \"./screenshot.png\";\n\nexport const Theme: IPredefinedTheme = {\n name: \"Muted Gold & Blue\",\n description: \"Muted gold with blue accents.\",\n credit: \"Sloth\",\n reference: \"https://discord.com/channels/415207508303544321/921991895230611466/924672660758208563\",\n screenshot: img1,\n colors: {\n primarylight: \"#E3B54A\",\n primary: \"#CAA243\",\n primarydark: \"#7E6937\",\n successlight: \"#82FF82\",\n success: \"#6FDA6F\",\n successdark: \"#64C364\",\n errorlight: \"#FD5555\",\n error: \"#D84A4A\",\n errordark: \"#AC3939\",\n secondarylight: \"#D8D0B8\",\n secondary: \"#B1AA95\",\n secondarydark: \"#736E5E\",\n warninglight: \"#ff0\",\n warning: \"#cc0\",\n warningdark: \"#990\",\n infolight: \"#69f\",\n info: \"#36c\",\n infodark: \"#039\",\n welllight: \"#444\",\n well: \"#111111\",\n white: \"#fff\",\n black: \"#070300\",\n hp: \"#dd3434\",\n money: \"#ffd700\",\n hack: \"#adff2f\",\n combat: \"#faffdf\",\n cha: \"#a671d1\",\n int: \"#6495ed\",\n rep: \"#faffdf\",\n disabled: \"#66cfbc\",\n backgroundprimary: \"#0A0A0E\",\n backgroundsecondary: \"#0E0E10\",\n button: \"#222222\",\n },\n};\n","import { IPredefinedTheme } from \"../../Themes\";\nimport img1 from \"./screenshot.png\";\n\nexport const Theme: IPredefinedTheme = {\n name: \"Light\",\n description: \"Cobbled Together Light Theme\",\n credit: \"matt\",\n reference: \"https://discord.com/channels/415207508303544321/921991895230611466/926114005456658432\",\n screenshot: img1,\n colors: {\n primarylight: \"#535353\",\n primary: \"#1A1A1A\",\n primarydark: \"#0d0d0d\",\n successlight: \"#63c439\",\n success: \"#428226\",\n successdark: \"#2E5A1B\",\n errorlight: \"#df7051\",\n error: \"#C94824\",\n errordark: \"#91341B\",\n secondarylight: \"#b3b3b3\",\n secondary: \"#9B9B9B\",\n secondarydark: \"#7A7979\",\n warninglight: \"#e8d464\",\n warning: \"#C6AD20\",\n warningdark: \"#9F8A16\",\n infolight: \"#6299cf\",\n info: \"#3778B7\",\n infodark: \"#30689C\",\n welllight: \"#f9f9f9\",\n well: \"#eaeaea\",\n white: \"#F7F7F7\",\n black: \"#F7F7F7\",\n hp: \"#BF5C41\",\n money: \"#E1B121\",\n hack: \"#47BC38\",\n combat: \"#656262\",\n cha: \"#A568AC\",\n int: \"#889BCF\",\n rep: \"#656262\",\n disabled: \"#70B4BF\",\n backgroundprimary: \"#F7F7F7\",\n backgroundsecondary: \"#f9f9f9\",\n button: \"#eaeaea\",\n },\n};\n","export default \"dist/images/83b2443ab7e7d346766c8f6bc5afc7a7.png\";","export default \"dist/images/6caf35202b10b52e1fc2743f674c33e8.png\";","export default \"dist/images/cb88977ea837bccb9cceb727adc78302.png\";","export default \"dist/images/4e0e750f2f09de58219773edd46cbbf5.png\";","export default \"dist/images/e97de4daa946331c7e99dee9c05d629c.png\";","export default \"dist/images/9f96a5084f4e5f1a6c0041b41b34d62d.png\";","export default \"dist/images/85a7b2896acb62be76f3ea7100fe9012.png\";","export default \"dist/images/5aa87b7de67a77c914088783b055e1cf.png\";","export default \"dist/images/c7164b072d62c91c27c6d607b5207e7b.png\";","export default \"dist/images/66f4b86d86164fc117bd6d648e4eaa6f.png\";","export default \"dist/images/a1110d6c8d16a14c4570411750248399.png\";","export default \"dist/images/447bc31e61f55e7eff875be3e9a81f1a.png\";","export default \"dist/images/297df8c0e47764ea113951318b2acf55.png\";","export default \"dist/images/e66b0c327f97d08e4253f52234d659eb.png\";","/** Augmentation-related methods for the Player class (PlayerObject) */\nimport { PlayerObject } from \"./PlayerObject\";\nimport { calculateEntropy } from \"../Grafting/EntropyAccumulation\";\n\nexport function applyEntropy(this: PlayerObject, stacks = 1): void {\n // Re-apply all multipliers\n this.reapplyAllAugmentations();\n this.reapplyAllSourceFiles();\n\n this.mults = calculateEntropy(stacks);\n}\n","import { CONSTANTS } from \"../../Constants\";\n\nimport { Player } from \"@player\";\nimport { Multipliers } from \"../Multipliers\";\n\nexport const calculateEntropy = (stacks = 1): Multipliers => {\n const nerf = CONSTANTS.EntropyEffect ** stacks;\n return {\n hacking_chance: Player.mults.hacking_chance * nerf,\n hacking_speed: Player.mults.hacking_speed * nerf,\n hacking_money: Player.mults.hacking_money * nerf,\n hacking_grow: Player.mults.hacking_grow * nerf,\n\n hacking: Player.mults.hacking * nerf,\n strength: Player.mults.strength * nerf,\n defense: Player.mults.defense * nerf,\n dexterity: Player.mults.dexterity * nerf,\n agility: Player.mults.agility * nerf,\n charisma: Player.mults.charisma * nerf,\n\n hacking_exp: Player.mults.hacking_exp * nerf,\n strength_exp: Player.mults.strength_exp * nerf,\n defense_exp: Player.mults.defense_exp * nerf,\n dexterity_exp: Player.mults.dexterity_exp * nerf,\n agility_exp: Player.mults.agility_exp * nerf,\n charisma_exp: Player.mults.charisma_exp * nerf,\n\n company_rep: Player.mults.company_rep * nerf,\n faction_rep: Player.mults.faction_rep * nerf,\n\n crime_money: Player.mults.crime_money * nerf,\n crime_success: Player.mults.crime_success * nerf,\n\n hacknet_node_money: Player.mults.hacknet_node_money * nerf,\n hacknet_node_purchase_cost: Player.mults.hacknet_node_purchase_cost * nerf,\n hacknet_node_ram_cost: Player.mults.hacknet_node_ram_cost * nerf,\n hacknet_node_core_cost: Player.mults.hacknet_node_core_cost * nerf,\n hacknet_node_level_cost: Player.mults.hacknet_node_level_cost * nerf,\n\n work_money: Player.mults.work_money * nerf,\n\n bladeburner_max_stamina: Player.mults.bladeburner_max_stamina * nerf,\n bladeburner_stamina_gain: Player.mults.bladeburner_stamina_gain * nerf,\n bladeburner_analysis: Player.mults.bladeburner_analysis * nerf,\n bladeburner_success_chance: Player.mults.bladeburner_success_chance * nerf,\n };\n};\n","import { BladeburnerConstants } from \"./data/Constants\";\nimport { getRandomInt } from \"../utils/helpers/getRandomInt\";\nimport { Generic_fromJSON, Generic_toJSON, IReviverValue, Reviver } from \"../utils/JSONReviver\";\nimport { addOffset } from \"../utils/helpers/addOffset\";\n\ninterface IChangePopulationByCountParams {\n /** How much the estimate should change by. */\n estChange: number;\n /** Add offset to estimate (offset by percentage). */\n estOffset: number;\n}\n\ninterface IChangePopulationByPercentageParams {\n nonZero: boolean;\n changeEstEqually: boolean;\n}\n\nexport class City {\n /** Name of the city. */\n name = \"\";\n\n /** Population of the city. */\n pop = 0;\n\n /** Population estimation of the city. */\n popEst = 0;\n\n /** Number of communities in the city. */\n comms = 0;\n\n /** Chaos level of the city. */\n chaos = 0;\n\n constructor(name: string = BladeburnerConstants.CityNames[2]) {\n this.name = name;\n\n // Synthoid population and estimate\n this.pop = getRandomInt(BladeburnerConstants.PopulationThreshold, 1.5 * BladeburnerConstants.PopulationThreshold);\n this.popEst = this.pop * (Math.random() + 0.5);\n\n // Number of Synthoid communities population and estimate\n this.comms = getRandomInt(5, 150);\n this.chaos = 0;\n }\n\n /** p is the percentage, not the multiplier (e.g. pass in p = 5 for 5%) */\n changeChaosByPercentage(p: number): void {\n if (isNaN(p)) {\n throw new Error(\"NaN passed into City.chaosChaosByPercentage()\");\n }\n if (p === 0) {\n return;\n }\n this.chaos += this.chaos * (p / 100);\n if (this.chaos < 0) {\n this.chaos = 0;\n }\n }\n\n improvePopulationEstimateByCount(n: number): void {\n if (isNaN(n)) {\n throw new Error(\"NaN passed into City.improvePopulationEstimateByCount()\");\n }\n if (this.popEst < this.pop) {\n this.popEst += n;\n if (this.popEst > this.pop) {\n this.popEst = this.pop;\n }\n } else if (this.popEst > this.pop) {\n this.popEst -= n;\n if (this.popEst < this.pop) {\n this.popEst = this.pop;\n }\n }\n }\n\n /** p is the percentage, not the multiplier (e.g. pass in p = 5 for 5%) */\n improvePopulationEstimateByPercentage(p: number, skillMult = 1): void {\n p = p * skillMult;\n if (isNaN(p)) {\n throw new Error(\"NaN passed into City.improvePopulationEstimateByPercentage()\");\n }\n if (this.popEst < this.pop) {\n ++this.popEst; // In case estimate is 0\n this.popEst *= 1 + p / 100;\n if (this.popEst > this.pop) {\n this.popEst = this.pop;\n }\n } else if (this.popEst > this.pop) {\n this.popEst *= 1 - p / 100;\n if (this.popEst < this.pop) {\n this.popEst = this.pop;\n }\n }\n }\n\n changePopulationByCount(n: number, params: IChangePopulationByCountParams = { estChange: 0, estOffset: 0 }): void {\n if (isNaN(n)) {\n throw new Error(\"NaN passed into City.changePopulationByCount()\");\n }\n this.pop += n;\n if (params.estChange && !isNaN(params.estChange)) {\n this.popEst += params.estChange;\n }\n if (params.estOffset) {\n this.popEst = addOffset(this.popEst, params.estOffset);\n }\n this.popEst = Math.max(this.popEst, 0);\n }\n\n /**\n * @p is the percentage, not the multiplier. e.g. pass in p = 5 for 5%\n * @params options:\n * changeEstEqually(bool) - Change the population estimate by an equal amount\n * nonZero (bool) - Set to true to ensure that population always changes by at least 1\n */\n changePopulationByPercentage(\n p: number,\n params: IChangePopulationByPercentageParams = {\n nonZero: false,\n changeEstEqually: false,\n },\n ): number {\n if (isNaN(p)) {\n throw new Error(\"NaN passed into City.changePopulationByPercentage()\");\n }\n if (p === 0) {\n return 0;\n }\n let change = Math.round(this.pop * (p / 100));\n\n // Population always changes by at least 1\n if (params.nonZero && change === 0) {\n p > 0 ? (change = 1) : (change = -1);\n }\n\n this.pop += change;\n if (params.changeEstEqually) {\n this.popEst += change;\n if (this.popEst < 0) {\n this.popEst = 0;\n }\n }\n return change;\n }\n\n changeChaosByCount(n: number): void {\n if (isNaN(n)) {\n throw new Error(\"NaN passed into City.changeChaosByCount()\");\n }\n if (n === 0) {\n return;\n }\n this.chaos += n;\n if (this.chaos < 0) {\n this.chaos = 0;\n }\n }\n\n /** Serialize the current object to a JSON save state. */\n toJSON(): IReviverValue {\n return Generic_toJSON(\"City\", this);\n }\n\n /** Initializes a City object from a JSON save state. */\n static fromJSON(value: IReviverValue): City {\n return Generic_fromJSON(City, value.data);\n }\n}\n\nReviver.constructors.City = City;\n","// Interface that defines a generic object used to track experience/money\n// earnings for tasks\nexport interface ITaskTracker {\n hack: number;\n str: number;\n def: number;\n dex: number;\n agi: number;\n cha: number;\n int: number;\n money: number;\n}\n\nexport function createTaskTracker(): ITaskTracker {\n return {\n hack: 0,\n str: 0,\n def: 0,\n dex: 0,\n agi: 0,\n cha: 0,\n int: 0,\n money: 0,\n };\n}\n","/** Returns a MM/DD HH:MM timestamp for the current time */\nexport function getTimestamp(): string {\n const d: Date = new Date();\n // A negative slice value takes from the end of the string rather than the beginning.\n const stringWidth = -2;\n const formattedHours: string = `0${d.getHours()}`.slice(stringWidth);\n const formattedMinutes: string = `0${d.getMinutes()}`.slice(stringWidth);\n const formattedSeconds: string = `0${d.getSeconds()}`.slice(stringWidth);\n\n return `${d.getMonth() + 1}/${d.getDate()} ${formattedHours}:${formattedMinutes}:${formattedSeconds}`;\n}\n","export function CalculateShareMult(power: number): number {\n const x = 1 + Math.log(power) / 25;\n if (isNaN(x) || !isFinite(x)) return 1;\n return x;\n}\n","import { CorporationState } from \"./CorporationState\";\nimport { CorporationUnlockUpgrade, CorporationUnlockUpgrades } from \"./data/CorporationUnlockUpgrades\";\nimport { CorporationUpgrade, CorporationUpgrades } from \"./data/CorporationUpgrades\";\nimport { CorporationConstants } from \"./data/Constants\";\nimport { Industry } from \"./Industry\";\n\nimport { BitNodeMultipliers } from \"../BitNode/BitNodeMultipliers\";\nimport { showLiterature } from \"../Literature/LiteratureHelpers\";\nimport { LiteratureNames } from \"../Literature/data/LiteratureNames\";\nimport { Player } from \"@player\";\n\nimport { dialogBoxCreate } from \"../ui/React/DialogBox\";\nimport { Reviver, Generic_toJSON, Generic_fromJSON, IReviverValue } from \"../utils/JSONReviver\";\nimport { isString } from \"../utils/helpers/isString\";\n\ninterface IParams {\n name?: string;\n}\n\nexport class Corporation {\n name = \"The Corporation\";\n\n //A division/business sector is represented by the object:\n divisions: Industry[] = [];\n\n //Financial stats\n funds = 150e9;\n revenue = 0;\n expenses = 0;\n fundingRound = 0;\n public = false; //Publicly traded\n totalShares = CorporationConstants.INITIALSHARES; // Total existing shares\n numShares = CorporationConstants.INITIALSHARES; // Total shares owned by player\n shareSalesUntilPriceUpdate = CorporationConstants.SHARESPERPRICEUPDATE;\n shareSaleCooldown = 0; // Game cycles until player can sell shares again\n issueNewSharesCooldown = 0; // Game cycles until player can issue shares again\n dividendRate = 0;\n dividendTax = 1 - BitNodeMultipliers.CorporationSoftcap + 0.15;\n issuedShares = 0;\n sharePrice = 0;\n storedCycles = 0;\n\n unlockUpgrades: number[];\n upgrades: number[];\n upgradeMultipliers: number[];\n\n cycleValuation = 0;\n valuationsList = [0];\n valuation = 0;\n\n state = new CorporationState();\n\n constructor(params: IParams = {}) {\n this.name = params.name ? params.name : \"The Corporation\";\n const numUnlockUpgrades = Object.keys(CorporationUnlockUpgrades).length;\n const numUpgrades = Object.keys(CorporationUpgrades).length;\n this.unlockUpgrades = Array(numUnlockUpgrades).fill(0);\n this.upgrades = Array(numUpgrades).fill(0);\n this.upgradeMultipliers = Array(numUpgrades).fill(1);\n }\n\n addFunds(amt: number): void {\n if (!isFinite(amt)) {\n console.error(\"Trying to add invalid amount of funds. Report to a developer.\");\n return;\n }\n this.funds = this.funds + amt;\n }\n\n getState(): string {\n return this.state.getState();\n }\n\n storeCycles(numCycles = 1): void {\n this.storedCycles += numCycles;\n }\n\n process(): void {\n if (this.storedCycles >= CorporationConstants.CyclesPerIndustryStateCycle) {\n const state = this.getState();\n const marketCycles = 1;\n const gameCycles = marketCycles * CorporationConstants.CyclesPerIndustryStateCycle;\n this.storedCycles -= gameCycles;\n\n this.divisions.forEach((ind) => {\n ind.resetImports(state);\n });\n\n this.divisions.forEach((ind) => {\n ind.process(marketCycles, state, this);\n });\n\n // Process cooldowns\n if (this.shareSaleCooldown > 0) {\n this.shareSaleCooldown -= gameCycles;\n }\n if (this.issueNewSharesCooldown > 0) {\n this.issueNewSharesCooldown -= gameCycles;\n }\n\n //At the start of a new cycle, calculate profits from previous cycle\n if (state === \"START\") {\n this.revenue = 0;\n this.expenses = 0;\n this.divisions.forEach((ind) => {\n if (ind.lastCycleRevenue === -Infinity || ind.lastCycleRevenue === Infinity) {\n return;\n }\n if (ind.lastCycleExpenses === -Infinity || ind.lastCycleExpenses === Infinity) {\n return;\n }\n this.revenue = this.revenue + ind.lastCycleRevenue;\n this.expenses = this.expenses + ind.lastCycleExpenses;\n });\n const profit = this.revenue - this.expenses;\n this.cycleValuation = this.determineCycleValuation();\n this.determineValuation();\n const cycleProfit = profit * (marketCycles * CorporationConstants.SecsPerMarketCycle);\n if (isNaN(this.funds) || this.funds === Infinity || this.funds === -Infinity) {\n dialogBoxCreate(\n \"There was an error calculating your Corporations funds and they got reset to 0. \" +\n \"This is a bug. Please report to game developer.\\n\\n\" +\n \"(Your funds have been set to $150b for the inconvenience)\",\n );\n this.funds = 150e9;\n }\n\n // Process dividends\n this.updateDividendTax();\n if (this.dividendRate > 0 && cycleProfit > 0) {\n // Validate input again, just to be safe\n if (\n isNaN(this.dividendRate) ||\n this.dividendRate < 0 ||\n this.dividendRate > CorporationConstants.DividendMaxRate\n ) {\n console.error(`Invalid Corporation dividend rate: ${this.dividendRate}`);\n } else {\n const totalDividends = this.dividendRate * cycleProfit;\n const retainedEarnings = cycleProfit - totalDividends;\n Player.gainMoney(this.getCycleDividends(), \"corporation\");\n this.addFunds(retainedEarnings);\n }\n } else {\n this.addFunds(cycleProfit);\n }\n\n this.updateSharePrice();\n }\n\n this.state.nextState();\n }\n }\n\n updateDividendTax(): void {\n this.dividendTax = 1 - BitNodeMultipliers.CorporationSoftcap + 0.15;\n if (this.unlockUpgrades[5] === 1) {\n this.dividendTax -= 0.05;\n }\n if (this.unlockUpgrades[6] === 1) {\n this.dividendTax -= 0.1;\n }\n }\n\n getCycleDividends(): number {\n const profit = this.revenue - this.expenses;\n const cycleProfit = profit * CorporationConstants.SecsPerMarketCycle;\n const totalDividends = this.dividendRate * cycleProfit;\n const dividendsPerShare = totalDividends / this.totalShares;\n const dividends = this.numShares * dividendsPerShare;\n return Math.pow(dividends, 1 - this.dividendTax);\n }\n\n determineCycleValuation(): number {\n let val,\n profit = this.revenue - this.expenses;\n if (this.public) {\n // Account for dividends\n if (this.dividendRate > 0) {\n profit *= 1 - this.dividendRate;\n }\n\n val = this.funds + profit * 85e3;\n val *= Math.pow(1.1, this.divisions.length);\n val = Math.max(val, 0);\n } else {\n val = 10e9 + Math.max(this.funds, 0) / 3; //Base valuation\n if (profit > 0) {\n val += profit * 315e3;\n }\n val *= Math.pow(1.1, this.divisions.length);\n val -= val % 1e6; //Round down to nearest millionth\n }\n return val * BitNodeMultipliers.CorporationValuation;\n }\n\n determineValuation(): void {\n this.valuationsList.push(this.cycleValuation); //Add current valuation to the list\n if (this.valuationsList.length > CorporationConstants.ValuationLength) this.valuationsList.shift();\n let val = this.valuationsList.reduce((a, b) => a + b); //Calculate valuations sum\n val /= CorporationConstants.ValuationLength; //Calculate the average\n this.valuation = val;\n }\n\n getTargetSharePrice(): number {\n // Note: totalShares - numShares is not the same as issuedShares because\n // issuedShares does not account for private investors\n return this.valuation / (2 * (this.totalShares - this.numShares) + 1);\n }\n\n updateSharePrice(): void {\n const targetPrice = this.getTargetSharePrice();\n if (this.sharePrice <= targetPrice) {\n this.sharePrice *= 1 + Math.random() * 0.01;\n } else {\n this.sharePrice *= 1 - Math.random() * 0.01;\n }\n if (this.sharePrice <= 0.01) {\n this.sharePrice = 0.01;\n }\n }\n\n immediatelyUpdateSharePrice(): void {\n this.sharePrice = this.getTargetSharePrice();\n }\n\n // Calculates how much money will be made and what the resulting stock price\n // will be when the player sells his/her shares\n // @return - [Player profit, final stock price, end shareSalesUntilPriceUpdate property]\n calculateShareSale(numShares: number): [number, number, number] {\n let sharesTracker = numShares;\n let sharesUntilUpdate = this.shareSalesUntilPriceUpdate;\n let sharePrice = this.sharePrice;\n let sharesSold = 0;\n let profit = 0;\n let targetPrice = this.getTargetSharePrice();\n\n const maxIterations = Math.ceil(numShares / CorporationConstants.SHARESPERPRICEUPDATE);\n if (isNaN(maxIterations) || maxIterations > 10e6) {\n console.error(\n `Something went wrong or unexpected when calculating share sale. Max iterations calculated to be ${maxIterations}`,\n );\n return [0, 0, 0];\n }\n\n for (let i = 0; i < maxIterations; ++i) {\n if (sharesTracker < sharesUntilUpdate) {\n profit += sharePrice * sharesTracker;\n sharesUntilUpdate -= sharesTracker;\n break;\n } else {\n profit += sharePrice * sharesUntilUpdate;\n sharesUntilUpdate = CorporationConstants.SHARESPERPRICEUPDATE;\n sharesTracker -= sharesUntilUpdate;\n sharesSold += sharesUntilUpdate;\n targetPrice = this.valuation / (2 * (this.totalShares + sharesSold - this.numShares));\n // Calculate what new share price would be\n if (sharePrice <= targetPrice) {\n sharePrice *= 1 + 0.5 * 0.01;\n } else {\n sharePrice *= 1 - 0.5 * 0.01;\n }\n }\n }\n\n return [profit, sharePrice, sharesUntilUpdate];\n }\n\n convertCooldownToString(cd: number): string {\n // The cooldown value is based on game cycles. Convert to a simple string\n const seconds = cd / 5;\n\n const SecondsPerMinute = 60;\n const SecondsPerHour = 3600;\n\n if (seconds > SecondsPerHour) {\n return `${Math.floor(seconds / SecondsPerHour)} hour(s)`;\n } else if (seconds > SecondsPerMinute) {\n return `${Math.floor(seconds / SecondsPerMinute)} minute(s)`;\n } else {\n return `${Math.floor(seconds)} second(s)`;\n }\n }\n\n //One time upgrades that unlock new features\n unlock(upgrade: CorporationUnlockUpgrade): void {\n const upgN = upgrade.index,\n price = upgrade.price;\n while (this.unlockUpgrades.length <= upgN) {\n this.unlockUpgrades.push(0);\n }\n if (this.funds < price) {\n dialogBoxCreate(\"You don't have enough funds to unlock this!\");\n return;\n }\n this.unlockUpgrades[upgN] = 1;\n this.funds = this.funds - price;\n\n // Apply effects for one-time upgrades\n this.updateDividendTax();\n }\n\n //Levelable upgrades\n upgrade(upgrade: CorporationUpgrade): void {\n const upgN = upgrade.index,\n basePrice = upgrade.basePrice,\n priceMult = upgrade.priceMult,\n upgradeAmt = upgrade.benefit; //Amount by which the upgrade multiplier gets increased (additive)\n while (this.upgrades.length <= upgN) {\n this.upgrades.push(0);\n }\n while (this.upgradeMultipliers.length <= upgN) {\n this.upgradeMultipliers.push(1);\n }\n const totalCost = basePrice * Math.pow(priceMult, this.upgrades[upgN]);\n if (this.funds < totalCost) {\n dialogBoxCreate(\"You don't have enough funds to purchase this!\");\n return;\n }\n ++this.upgrades[upgN];\n this.funds = this.funds - totalCost;\n\n //Increase upgrade multiplier\n this.upgradeMultipliers[upgN] = 1 + this.upgrades[upgN] * upgradeAmt;\n\n //If storage size is being updated, update values in Warehouse objects\n if (upgN === 1) {\n for (let i = 0; i < this.divisions.length; ++i) {\n const industry = this.divisions[i];\n for (const city of Object.keys(industry.warehouses)) {\n const warehouse = industry.warehouses[city];\n if (warehouse === 0) continue;\n if (industry.warehouses.hasOwnProperty(city) && warehouse) {\n warehouse.updateSize(this, industry);\n }\n }\n }\n }\n }\n\n getProductionMultiplier(): number {\n const mult = this.upgradeMultipliers[0];\n if (isNaN(mult) || mult < 1) {\n return 1;\n } else {\n return mult;\n }\n }\n\n getStorageMultiplier(): number {\n const mult = this.upgradeMultipliers[1];\n if (isNaN(mult) || mult < 1) {\n return 1;\n } else {\n return mult;\n }\n }\n\n getDreamSenseGain(): number {\n const gain = this.upgradeMultipliers[2] - 1;\n return gain <= 0 ? 0 : gain;\n }\n\n getAdvertisingMultiplier(): number {\n const mult = this.upgradeMultipliers[3];\n if (isNaN(mult) || mult < 1) {\n return 1;\n } else {\n return mult;\n }\n }\n\n getEmployeeCreMultiplier(): number {\n const mult = this.upgradeMultipliers[4];\n if (isNaN(mult) || mult < 1) {\n return 1;\n } else {\n return mult;\n }\n }\n\n getEmployeeChaMultiplier(): number {\n const mult = this.upgradeMultipliers[5];\n if (isNaN(mult) || mult < 1) {\n return 1;\n } else {\n return mult;\n }\n }\n\n getEmployeeIntMultiplier(): number {\n const mult = this.upgradeMultipliers[6];\n if (isNaN(mult) || mult < 1) {\n return 1;\n } else {\n return mult;\n }\n }\n\n getEmployeeEffMultiplier(): number {\n const mult = this.upgradeMultipliers[7];\n if (isNaN(mult) || mult < 1) {\n return 1;\n } else {\n return mult;\n }\n }\n\n getSalesMultiplier(): number {\n const mult = this.upgradeMultipliers[8];\n if (isNaN(mult) || mult < 1) {\n return 1;\n } else {\n return mult;\n }\n }\n\n getScientificResearchMultiplier(): number {\n const mult = this.upgradeMultipliers[9];\n if (isNaN(mult) || mult < 1) {\n return 1;\n } else {\n return mult;\n }\n }\n\n // Adds the Corporation Handbook (Starter Guide) to the player's home computer.\n // This is a lit file that gives introductory info to the player\n // This occurs when the player clicks the \"Getting Started Guide\" button on the overview panel\n getStarterGuide(): void {\n // Check if player already has Corporation Handbook\n const homeComp = Player.getHomeComputer();\n let hasHandbook = false;\n const handbookFn = LiteratureNames.CorporationManagementHandbook;\n for (let i = 0; i < homeComp.messages.length; ++i) {\n if (isString(homeComp.messages[i]) && homeComp.messages[i] === handbookFn) {\n hasHandbook = true;\n break;\n }\n }\n\n if (!hasHandbook) {\n homeComp.messages.push(handbookFn);\n }\n showLiterature(handbookFn);\n return;\n }\n\n /** Serialize the current object to a JSON save state. */\n toJSON(): IReviverValue {\n return Generic_toJSON(\"Corporation\", this);\n }\n\n /** Initializes a Corporation object from a JSON save state. */\n static fromJSON(value: IReviverValue): Corporation {\n return Generic_fromJSON(Corporation, value.data);\n }\n}\n\nReviver.constructors.Corporation = Corporation;\n","import { Generic_fromJSON, Generic_toJSON, IReviverValue, Reviver } from \"../utils/JSONReviver\";\n\n// Array of all valid states\nconst AllCorporationStates: string[] = [\"START\", \"PURCHASE\", \"PRODUCTION\", \"SALE\", \"EXPORT\"];\n\nexport class CorporationState {\n // Number representing what state the Corporation is in. The number\n // is an index for the array that holds all Corporation States\n state = 0;\n\n // Get the name of the current state\n // NOTE: This does NOT return the number stored in the 'state' property,\n // which is just an index for the array of all possible Corporation States.\n getState(): string {\n return AllCorporationStates[this.state];\n }\n\n // Transition to the next state\n nextState(): void {\n if (this.state < 0 || this.state >= AllCorporationStates.length) {\n this.state = 0;\n }\n\n ++this.state;\n if (this.state >= AllCorporationStates.length) {\n this.state = 0;\n }\n }\n\n // Serialize the current object to a JSON save state.\n toJSON(): IReviverValue {\n return Generic_toJSON(\"CorporationState\", this);\n }\n\n // Initializes a CorporationState object from a JSON save state.\n static fromJSON(value: IReviverValue): CorporationState {\n return Generic_fromJSON(CorporationState, value.data);\n }\n}\n\nReviver.constructors.CorporationState = CorporationState;\n","import { CityName } from \"./../Locations/data/CityNames\";\nimport { Literature } from \"./Literature\";\nimport { LiteratureNames } from \"./data/LiteratureNames\";\nimport { FactionNames } from \"../Faction/data/FactionNames\";\n\nexport const Literatures: Record = {};\n\n(function () {\n let title, fn, txt;\n title = \"The Beginner's Guide to Hacking\";\n fn = LiteratureNames.HackersStartingHandbook;\n txt =\n \"Some resources:

    \" +\n \"Learn to Program

    \" +\n \"For Experienced JavaScript Developers: NetscriptJS

    \" +\n \"Netscript Documentation

    \" +\n \"When starting out, hacking is the most profitable way to earn money and progress. This \" +\n \"is a brief collection of tips/pointers on how to make the most out of your hacking scripts.

    \" +\n \"-hack() and grow() both work by percentages. hack() steals a certain percentage of the \" +\n \"money on a server, and grow() increases the amount of money on a server by some percentage (multiplicatively)

    \" +\n \"-Because hack() and grow() work by percentages, they are more effective if the target server has a high amount of money. \" +\n \"Therefore, you should try to increase the amount of money on a server (using grow()) to a certain amount before hacking it. Two \" +\n \"important Netscript functions for this are getServerMoneyAvailable() and getServerMaxMoney()

    \" +\n \"-Keep security level low. Security level affects everything when hacking. Two important Netscript functions \" +\n \"for this are getServerSecurityLevel() and getServerMinSecurityLevel()

    \" +\n \"-Purchase additional servers by visiting 'Alpha Enterprises' in the city. They are relatively cheap \" +\n \"and give you valuable RAM to run more scripts early in the game

    \" +\n \"-Prioritize upgrading the RAM on your home computer. This can also be done at 'Alpha Enterprises'

    \" +\n \"-Many low level servers have free RAM. You can use this RAM to run your scripts. Use the scp Terminal or \" +\n \"Netscript command to copy your scripts onto these servers and then run them.\";\n Literatures[fn] = new Literature(title, fn, txt);\n\n title = \"The Complete Handbook for Creating a Successful Corporation\";\n fn = LiteratureNames.CorporationManagementHandbook;\n txt =\n \"Getting Started with Corporations
    \" +\n \"To get started, visit the City Hall in Sector-12 in order to create a Corporation. This requires \" +\n \"$150b of your own money, but this $150b will get put into your Corporation's funds. \" +\n \"Your Corporation can have many different divisions, each in a different Industry. There are many different \" +\n \"types of Industries, each with different properties. To create your first division, click the \" +\n \"'Expand into new Industry' button at the top of the management UI. The Agriculture \" +\n \"and Software industries are recommended for your first division.

    \" +\n \"The first thing you'll need to do is hire some employees. Employees can be assigned to five different positions. \" +\n \"Each position has a different effect on various aspects of your Corporation. It is recommended to have at least \" +\n \"one employee at each position.

    \" +\n \"Each industry uses some combination of Materials in order to produce other Materials and/or create Products. \" +\n \"Specific information about this is displayed in each of your divisions' UI.

    \" +\n \"Products are special, industry-specific objects. They are different than Materials because you \" +\n \"must manually choose to develop them, and you can choose to develop any number of Products. Developing \" +\n \"a Product takes time, but a Product typically generates significantly more revenue than any Material. \" +\n \"Not all industries allow you to create Products. To create a Product, look for a button \" +\n \"in the top-left panel of the division UI (e.g. For the Software Industry, the button says 'Develop Software').

    \" +\n \"To get your supply chain system started, \" +\n \"purchase the Materials that your industry needs to produce other Materials/Products. This can be done \" +\n \"by clicking the 'Buy' button next to the corresponding Material(s). After you have the required Materials, \" +\n \"you will immediately start production. The amount of Materials/Products you produce is based on a variety of factors, \" +\n \"one of which is your employees and their productivity.

    \" +\n \"Once you start producing Materials/Products, you can sell them in order to start earning revenue. This can be done \" +\n \"by clicking the 'Sell' button next to the corresponding Material or Product. The amount of Material/Product you sell is dependent \" +\n \"on a wide variety of different factors.

    \" +\n \"These are the basics of getting your Corporation up and running! Now, you can start purchasing upgrades to improve \" +\n \"your bottom line. If you need money, consider looking for seed investors, who will give you money in exchange for stock shares. \" +\n \"Otherwise, once you feel you are ready, take your Corporation public! Once your Corporation goes public, you can no longer \" +\n \"find investors. Instead, your Corporation will be publicly traded and its stock price will change based on how well \" +\n \"it's performing financially. You can then sell your stock shares in order to make money.

    \" +\n \"Tips/Pointers
    \" +\n \"-The 'Smart Supply' upgrade is extremely useful. Consider purchasing it as soon as possible.

    \" +\n \"-Purchasing Hardware, Robots, AI Cores, and Real Estate can potentially increase your production. \" +\n \"The effects of these depend on what industry you are in.

    \" +\n \"-In order to optimize your production, you will need a good balance of Operators, Managers, and Engineers

    \" +\n \"-Different employees excel in different jobs. For example, the highly intelligent employees will probably do best \" +\n \"if they are assigned to do Engineering work or Research & Development.

    \" +\n \"-If your employees have low morale, energy, or happiness, their production will greatly suffer.

    \" +\n \"-Tech is important, but don't neglect sales! Having several Businessmen can boost your sales and your bottom line.

    \" +\n \"-Don't forget to advertise your company. You won't have any business if nobody knows you.

    \" +\n \"-Having company awareness is great, but what's really important is your company's popularity. Try to keep \" +\n \"your popularity as high as possible to see the biggest benefit for your sales

    \" +\n \"-Remember, you need to spend money to make money!

    \" +\n \"-Corporations do not reset when installing Augmentations, but they do reset when destroying a BitNode\";\n Literatures[fn] = new Literature(title, fn, txt);\n\n title = \"A Brief History of Synthoids\";\n fn = LiteratureNames.HistoryOfSynthoids;\n txt =\n \"Synthetic androids, or Synthoids for short, are genetically engineered robots and, short of Augmentations, \" +\n \"are composed entirely of organic substances. For this reason, Synthoids are virtually identical to \" +\n \"humans in form, composition, and appearance.

    \" +\n `Synthoids were first designed and manufactured by ${FactionNames.OmniTekIncorporated} sometime around the middle of the century. ` +\n \"Their original purpose was to be used for manual labor and as emergency responders for disasters. As such, they \" +\n \"were initially programmed only for their specific tasks. Each iteration that followed improved upon the \" +\n \"intelligence and capabilities of the Synthoids. By the 6th iteration, called MK-VI, the Synthoids were \" +\n `so smart and capable enough of making their own decisions that many argued ${FactionNames.OmniTekIncorporated} had created the first ` +\n \"sentient AI. These MK-VI Synthoids were produced in mass quantities (estimates up to 50 billion) with the hopes of increasing society's \" +\n \"productivity and bolstering the global economy. Stemming from humanity's desire for technological advancement, optimism \" +\n \"and excitement about the future had never been higher.

    \" +\n \"All of that excitement and optimism quickly turned to fear, panic, and dread in 2070, when a terrorist group \" +\n `called Ascendis Totalis hacked into ${FactionNames.OmniTekIncorporated} and uploaded a rogue AI into several of their Synthoid manufacturing facilities. ` +\n `This hack went undetected and for months ${FactionNames.OmniTekIncorporated} unknowingly churned out legions of Synthoids embedded with this ` +\n \"rogue AI. Then, on December 24th, 2070, Omnica activated dormant protocols in the rogue AI, causing all of the \" +\n \"infected Synthoids to immediately launch a military campaign to seek and destroy all of humanity.

    \" +\n \"What ensued was the deadliest conflict in human history. This crisis, now commonly known as the Synthoid Uprising, \" +\n \"resulted in almost ten billion deaths over the course of a year. Despite the nations of the world banding together \" +\n \"to combat the threat, the MK-VI Synthoids were simply stronger, faster, more intelligent, and more adaptable than humans, \" +\n \"outsmarting them at every turn.

    \" +\n `It wasn't until the sacrifice of an elite international military taskforce, called the ${FactionNames.Bladeburners}, that humanity ` +\n `was finally able to defeat the Synthoids. The ${FactionNames.Bladeburners}' final act was a suicide bombing mission that ` +\n \"destroyed a large portion of the MK-VI Synthoids, including many of its leaders. In the following \" +\n \"weeks militaries from around the world were able to round up and shut down the remaining rogue MK-VI Synthoids, ending \" +\n \"the Synthoid Uprising.

    \" +\n `In the aftermath of the bloodshed, the Synthoid Accords were drawn up. These Accords banned ${FactionNames.OmniTekIncorporated} ` +\n \"from manufacturing any Synthoids beyond the MK-III series. They also banned any other corporation \" +\n \"from constructing androids with advanced, near-sentient AI. MK-VI Synthoids that did not have the rogue Ascendis Totalis \" +\n \"AI were allowed to continue their existence, but they were stripped of all rights and protections as they \" +\n \"were not considered humans. They were also banned from doing anything that may pose a global security threat, such \" +\n \"as working for any military/defense organization or conducting any bioengineering, computing, or robotics related research.

    \" +\n \"Unfortunately, many believe that not all of the rogue MK-VI Synthoids from the Uprising were found and destroyed, \" +\n \"and that many of them are blending in as normal humans in society today. In response, many nations have created \" +\n `${FactionNames.Bladeburners} divisions, special military branches that are tasked with investigating and dealing with any Synthoid threats.

    ` +\n \"To this day, tensions still exist between the remaining Synthoids and humans as a result of the Uprising.

    \" +\n \"Nobody knows what happened to the terrorist group Ascendis Totalis.\";\n Literatures[fn] = new Literature(title, fn, txt);\n\n title = \"A Green Tomorrow\";\n fn = LiteratureNames.AGreenTomorrow;\n txt =\n \"Starting a few decades ago, there was a massive global movement towards the generation of renewable energy in an effort to \" +\n \"combat global warming and climate change. The shift towards renewable energy was a big success, or so it seemed. In 2045 \" +\n \"a staggering 80% of the world's energy came from non-renewable fossil fuels. Now, about three decades later, that \" +\n \"number is down to only 15%. Most of the world's energy now comes from nuclear power and renewable sources such as \" +\n \"solar and geothermal energy. Unfortunately, these efforts were not the huge success that they seem to be.

    \" +\n \"Since 2045 primary energy use has soared almost tenfold. This was mainly due to growing urban populations and \" +\n \"the rise of increasingly advanced (and power-hungry) technology that has become ubiquitous in our lives. So, \" +\n \"despite the fact that the percentage of our energy that comes from fossil fuels has drastically decreased, \" +\n \"the total amount of energy we are producing from fossil fuels has actually increased.

    \" +\n \"The grim effects of our species' irresponsible use of energy and neglect of our mother world have become increasingly apparent. \" +\n \"Last year a temperature of 190F was recorded in the Death Valley desert, which is over 50% higher than the highest \" +\n \"recorded temperature at the beginning of the century. In the last two decades numerous major cities such as Manhattan, Boston, and \" +\n \"Los Angeles have been partially or fully submerged by rising sea levels. In the present day, over 75% of the world's agriculture is \" +\n \"done in climate-controlled vertical farms, as most traditional farmland has become unusable due to severe climate conditions.

    \" +\n \"Despite all of this, the greedy and corrupt corporations that rule the world have done nothing to address these problems that \" +\n \"threaten our species. And so it's up to us, the common people. Each and every one of us can make a difference by doing what \" +\n \"these corporations won't: taking responsibility. If we don't, pretty soon there won't be an Earth left to save. We are \" +\n \"the last hope for a green tomorrow.\";\n Literatures[fn] = new Literature(title, fn, txt);\n\n title = \"Alpha and Omega\";\n fn = LiteratureNames.AlphaOmega;\n txt =\n \"Then we saw a new Heaven and a new Earth, for our first Heaven and Earth had gone away, and our sea was no more. \" +\n \"And we saw a new holy city, new Aeria, coming down out of this new Heaven, prepared as a bride adorned for her husband. \" +\n \"And we heard a loud voice saying, 'Behold, the new dwelling place of the Gods. We will dwell with them, and they \" +\n \"will be our people, and we will be with them as their Gods. We will wipe away every tear from their eyes, and death \" +\n \"shall be no more, neither shall there be mourning, nor crying, nor pain anymore, for the former things \" +\n \"have passed away.'

    \" +\n \"And once we were seated on the throne we said 'Behold, I am making all things new.' \" +\n \"Also we said, 'Write this down, for these words are trustworthy and true.' And we said to you, \" +\n \"'It is done! I am the Alpha and the Omega, the beginning and the end. To the thirsty I will give from the spring \" +\n \"of the water of life without payment. The one who conquers will have this heritage, and we will be his God and \" +\n \"he will be our son. But as for the cowardly, the faithless, the detestable, as for murderers, \" +\n \"the sexually immoral, sorcerers, idolaters, and all liars, their portion will be in the lake that \" +\n \"burns with fire and sulfur, for it is the second true death.'\";\n Literatures[fn] = new Literature(title, fn, txt);\n\n title = \"Are We Living in a Computer Simulation?\";\n fn = LiteratureNames.SimulatedReality;\n txt =\n \"The idea that we are living in a virtual world is not new. It's a trope that has \" +\n \"been explored constantly in literature and pop culture. However, it is also a legitimate \" +\n \"scientific hypothesis that many notable physicists and philosophers have debated for years.

    \" +\n \"Proponents for this simulated reality theory often point to how advanced our technology has become, \" +\n \"as well as the incredibly fast pace at which it has advanced over the past decades. The amount of computing \" +\n \"power available to us has increased over 100-fold since 2060 due to the development of nanoprocessors and \" +\n \"quantum computers. Artificial Intelligence has advanced to the point where our entire lives are controlled \" +\n \"by robots and machines that handle our day-to-day activities such as autonomous transportation and scheduling. \" +\n \"If we consider the pace at which this technology has advanced and assume that these developments continue, it's \" +\n \"reasonable to assume that at some point in the future our technology would be advanced enough that \" +\n \"we could create simulations that are indistinguishable from reality. However, if continued technological advancement \" +\n \"is a reasonable outcome, then it is very likely that such a scenario has already happened.

    \" +\n \"Statistically speaking, somewhere out there in the infinite universe there is an advanced, intelligent species \" +\n \"that already has such technology. Who's to say that they haven't already created such a virtual reality: our own?\";\n Literatures[fn] = new Literature(title, fn, txt);\n\n title = \"Beyond Man\";\n fn = LiteratureNames.BeyondMan;\n txt =\n \"Humanity entered a 'transhuman' era a long time ago. And despite the protests and criticisms of many who cried out against \" +\n \"human augmentation at the time, the transhuman movement continued and prospered. Proponents of the movement ignored the critics, \" +\n \"arguing that it was in our inherent nature to better ourselves. To improve. To be more than we were. They claimed that \" +\n \"not doing so would be to go against every living organism's biological purpose: evolution and survival of the fittest.

    \" +\n \"And here we are today, with technology that is advanced enough to augment humans to a state that \" +\n \"can only be described as posthuman. But what do we have to show for it when this augmentation \" +\n \"technology is only available to the so-called 'elite'? Are we really better off than before when only 5% of the \" +\n \"world's population has access to this technology? When the powerful corporations and organizations of the world \" +\n \"keep it all to themselves, have we really evolved?

    \" +\n \"Augmentation technology has only further increased the divide between the rich and the poor, between the powerful and \" +\n \"the oppressed. We have not become 'more than human'. We have not evolved from nature's original design. We are still the greedy, \" +\n \"corrupted, and evil men that we always were.\";\n Literatures[fn] = new Literature(title, fn, txt);\n\n title = \"Brighter than the Sun\";\n fn = LiteratureNames.BrighterThanTheSun;\n txt =\n `When people think about the corporations that dominate the East, they typically think of ${FactionNames.KuaiGongInternational}, which ` +\n \"holds a complete monopoly for manufacturing and commerce in Asia, or Global Pharmaceuticals, the world's largest \" +\n `drug company, or ${FactionNames.OmniTekIncorporated}, the global leader in intelligent and autonomous robots. But there's one company ` +\n \"that has seen a rapid rise in the last year and is poised to dominate not only the East, but the entire world: TaiYang Digital.

    \" +\n \"TaiYang Digital is a Chinese internet-technology corporation that provides services such as \" +\n \"online advertising, search engines, gaming, media, entertainment, and cloud computing/storage. Its name TaiYang comes from the Chinese word \" +\n \"for 'sun'. In Chinese culture, the sun is a 'yang' symbol \" +\n \"associated with life, heat, masculinity, and heaven.

    \" +\n \"The company was founded \" +\n \"less than 5 years ago and is already the third highest valued company in all of Asia. In 2076 it generated a total revenue of \" +\n \"over 10 trillion yuan. It's services are used daily by over a billion people worldwide.

    \" +\n \"TaiYang Digital's meteoric rise is extremely surprising in modern society. This sort of growth is \" +\n \"something you'd commonly see in the first half of the century, especially for tech companies. However in \" +\n \"the last two decades the number of corporations has significantly declined as the largest entities \" +\n `quickly took over the economy. Corporations such as ${FactionNames.ECorp}, ${FactionNames.MegaCorp}, and ${FactionNames.KuaiGongInternational} have established ` +\n \"such strong monopolies in their market sectors that they have effectively killed off all \" +\n \"of the smaller and new corporations that have tried to start up over the years. This is what makes \" +\n \"the rise of TaiYang Digital so impressive. And if TaiYang continues down this path, then they have \" +\n \"a bright future ahead of them.\";\n Literatures[fn] = new Literature(title, fn, txt);\n\n title = \"Democracy is Dead: The Fall of an Empire\";\n fn = LiteratureNames.DemocracyIsDead;\n txt =\n \"They rose from the shadows in the street.
    From the places where the oppressed meet.
    \" +\n \"Their cries echoed loudly through the air.
    As they once did in Tiananmen Square.
    \" +\n \"Loudness in the silence, Darkness in the light.
    They came forth with power and might.
    \" +\n \"Once the beacon of democracy, America was first.
    Its pillars of society destroyed and dispersed.
    \" +\n \"Soon the cries rose everywhere, with revolt and riot.
    Until one day, finally, all was quiet.
    \" +\n \"From the ashes rose a new order, corporatocracy was its name.
    \" +\n \"Rome, Mongol, Byzantine, all of history is just the same.
    \" +\n \"For man will never change in a fundamental way.
    \" +\n \"And now democracy is dead, in the USA.\";\n Literatures[fn] = new Literature(title, fn, txt);\n\n title = `Figures Show Rising Crime Rates in ${CityName.Sector12}`;\n fn = LiteratureNames.Sector12Crime;\n txt =\n \"A recent study by analytics company Wilson Inc. shows a significant rise \" +\n `in criminal activity in ${CityName.Sector12}. Perhaps the most alarming part of the statistic ` +\n \"is that most of the rise is in violent crime such as homicide and assault. According \" +\n \"to the study, the city saw a total of 21,406 reported homicides in 2076, which is over \" +\n \"a 20% increase compared to 2075.

    \" +\n \"CIA director David Glarow says it's too early to know \" +\n \"whether these figures indicate the beginning of a sustained increase in crime rates, or whether \" +\n \"the year was just an unfortunate outlier. He states that many intelligence and law enforcement \" +\n \"agents have noticed an increase in organized crime activities, and believes that these figures may \" +\n `be the result of an uprising from criminal organizations such as ${FactionNames.TheSyndicate} or the ${FactionNames.SlumSnakes}.`;\n Literatures[fn] = new Literature(title, fn, txt);\n\n title = \"Man and the Machine\";\n fn = LiteratureNames.ManAndMachine;\n txt =\n \"In 2005 Ray Kurzweil popularized his theory of the Singularity. He predicted that the rate \" +\n \"of technological advancement would continue to accelerate faster and faster until one day \" +\n \"machines would be become infinitely more intelligent than humans. This point, called the \" +\n \"Singularity, would result in a drastic transformation of the world as we know it. He predicted \" +\n \"that the Singularity would arrive by 2045. \" +\n \"And yet here we are, more than three decades later, where most would agree that we have not \" +\n \"yet reached a point where computers and machines are vastly more intelligent than we are. So what gives?

    \" +\n \"The answer is that we have reached the Singularity, just not in the way we expected. The artificial superintelligence \" +\n \"that was predicted by Kurzweil and others exists in the world today - in the form of Augmentations. \" +\n \"Yes, those Augmentations that the rich and powerful keep to themselves enable humans \" +\n \"to become superintelligent beings. The Singularity did not lead to a world where \" +\n \"our machines are infinitely more intelligent than us, it led to a world \" +\n \"where man and machine can merge to become something greater. Most of the world just doesn't \" +\n \"know it yet.\";\n Literatures[fn] = new Literature(title, fn, txt);\n\n title = \"Secret Societies\";\n fn = LiteratureNames.SecretSocieties;\n txt =\n \"The idea of secret societies has long intrigued the general public by inspiring curiosity, fascination, and \" +\n \"distrust. People have long wondered about who these secret society members are and what they do, with the \" +\n \"most radical of conspiracy theorists claiming that they control everything in the entire world. And while the world \" +\n \"may never know for sure, it is likely that many secret societies do actually exist, even today.

    \" +\n \"However, the secret societies of the modern world are nothing like those that (supposedly) existed \" +\n `decades and centuries ago. The Freemasons, Knights Templar, and ${FactionNames.Illuminati}, while they may have been around ` +\n \"at the turn of the 21st century, almost assuredly do not exist today. The dominance of the Web in \" +\n \"our everyday lives and the fact that so much of the world is now digital has given rise to a new breed \" +\n \"of secret societies: Internet-based ones.

    \" +\n \"Commonly called 'hacker groups', Internet-based secret societies have become well-known in today's \" +\n `world. Some of these, such as ${FactionNames.TheBlackHand}, are black hat groups that claim they are trying to ` +\n `help the oppressed by attacking the elite and powerful. Others, such as ${FactionNames.NiteSec}, are hacktivist groups ` +\n \"that try to push political and social agendas. Perhaps the most intriguing hacker group \" +\n `is the mysterious ${FactionNames.BitRunners}, whose purpose still remains unknown.`;\n Literatures[fn] = new Literature(title, fn, txt);\n\n title = \"Space: The Failed Frontier\";\n fn = LiteratureNames.TheFailedFrontier;\n txt =\n \"Humans have long dreamed about spaceflight. With enduring interest, we were driven to explore \" +\n \"the unknown and discover new worlds. We dreamed about conquering the stars. And in our quest, \" +\n \"we pushed the boundaries of our scientific limits, and then pushed further. Space exploration \" +\n \"lead to the development of many important technologies and new industries.

    \" +\n \"But sometime in the middle of the 21st century, all of that changed. Humanity lost its ambitions and \" +\n \"aspirations of exploring the cosmos. The once-large funding for agencies like NASA and the European \" +\n \"Space Agency gradually whittled away until their eventual disbanding in the 2060's. Not even \" +\n \"militaries are fielding flights into space nowadays. The only remnants of the once great mission for cosmic \" +\n \"conquest are the countless satellites in near-earth orbit, used for communications, espionage, \" +\n \"and other corporate interests.

    \" +\n \"And as we continue to look at the state of space technology, it becomes more and \" +\n \"more apparent that we will never return to that golden age of space exploration, that \" +\n \"age where everyone dreamed of going beyond earth for the sake of discovery.\";\n Literatures[fn] = new Literature(title, fn, txt);\n\n title = \"Coded Intelligence: Myth or Reality?\";\n fn = LiteratureNames.CodedIntelligence;\n txt =\n \"Tremendous progress has been made in the field of Artificial Intelligence over the past few decades. \" +\n \"Our autonomous vehicles and transportation systems. The electronic personal assistants that control our everyday lives. \" +\n \"Medical, service, and manufacturing robots. All of these are examples of how far AI has come and how much it has \" +\n \"improved our daily lives. However, the question still remains of whether AI will ever be advanced enough to re-create \" +\n \"human intelligence.

    \" +\n `We've certainly come close to artificial intelligence that is similar to humans. For example ${FactionNames.OmniTekIncorporated}'s ` +\n \"CompanionBot, a robot meant to act as a comforting friend for lonely and grieving people, is eerily human-like \" +\n \"in its appearance, speech, mannerisms, and even movement. However its artificial intelligence isn't the same as \" +\n \"that of humans. Not yet. It doesn't have sentience or self-awareness or consciousness.

    \" +\n \"Many neuroscientists believe that we won't ever reach the point of creating artificial human intelligence. 'At the end of \" +\n \"the day, AI comes down to 1's and 0's, while the human brain does not. We'll never see AI that is identical to that of \" +\n \"humans.'\";\n Literatures[fn] = new Literature(title, fn, txt);\n\n title = \"Synthetic Muscles\";\n fn = LiteratureNames.SyntheticMuscles;\n txt =\n \"Initial versions of synthetic muscles weren't made of anything organic but were actually \" +\n \"crude devices made to mimic human muscle function. Some of the early iterations were actually made of \" +\n \"common materials such as fishing lines and sewing threads due to their high strength for \" +\n \"a cheap cost.

    \" +\n \"As technology progressed, however, advances in biomedical engineering paved the way for a new method of \" +\n \"creating synthetic muscles. Instead of creating something that closely imitated the functionality \" +\n \"of human muscle, scientists discovered a way of forcing the human body itself to augment its own \" +\n \"muscle tissue using both synthetic and organic materials. This is typically done using gene therapy \" +\n \"or chemical injections.\";\n Literatures[fn] = new Literature(title, fn, txt);\n\n title = \"Tensions rise in global tech race\";\n fn = LiteratureNames.TensionsInTechRace;\n txt =\n \"Have we entered a new Cold War? Is WWIII just beyond the horizon?

    \" +\n `After rumors came out that ${FactionNames.OmniTekIncorporated} had begun developing advanced robotic supersoldiers, ` +\n \"geopolitical tensions quickly flared between the USA, Russia, and several Asian superpowers. \" +\n `In a rare show of cooperation between corporations, ${FactionNames.MegaCorp} and ${FactionNames.ECorp} have ` +\n \"reportedly launched hundreds of new surveillance and espionage satellites. \" +\n \"Defense contractors such as \" +\n \"DeltaOne and AeroCorp have been working with the CIA and NSA to prepare \" +\n \"for conflict. Meanwhile, the rest of the world sits in earnest \" +\n \"hoping that it never reaches full-scale war. With today's technology \" +\n \"and firepower, a World War would assuredly mean the end of human civilization.\";\n Literatures[fn] = new Literature(title, fn, txt);\n\n title = \"The Cost of Immortality\";\n fn = LiteratureNames.CostOfImmortality;\n txt =\n \"Evolution and advances in medical and augmentation technology has lead to drastic improvements \" +\n \"in human mortality rates. Recent figures show that the life expectancy for humans \" +\n \"that live in a first-world country is about 130 years of age, almost double of what it was \" +\n \"at the turn of the century. However, this increase in average lifespan has had some \" +\n \"significant effects on society and culture.

    \" +\n \"Due to longer lifespans and a better quality of life, many adults are holding \" +\n \"off on having kids until much later. As a result, the percentage of youth in \" +\n \"first-world countries has been decreasing, while the number \" +\n \"of senior citizens is significantly increasing.

    \" +\n \"Perhaps the most alarming result of all of this is the rapidly shrinking workforce. \" +\n \"Despite the increase in life expectancy, the typical retirement age for \" +\n \"workers in America has remained about the same, meaning a larger and larger \" +\n \"percentage of people in America are retirees. Furthermore, many \" +\n \"young adults are holding off on joining the workforce because they feel that \" +\n \"they have plenty of time left in their lives for employment, and want to \" +\n \"'enjoy life while they're young.' For most industries, this shrinking workforce \" +\n \"is not a major issue as most things are handled by robots anyways. However, \" +\n \"there are still several key industries such as engineering and education \" +\n \"that have not been automated, and these remain in danger to this cultural \" +\n \"phenomenon.\";\n Literatures[fn] = new Literature(title, fn, txt);\n\n title = \"The Hidden World\";\n fn = LiteratureNames.TheHiddenWorld;\n txt =\n \"WAKE UP SHEEPLE

    \" +\n \"THE GOVERNMENT DOES NOT EXIST. CORPORATIONS DO NOT RUN SOCIETY

    \" +\n `THE ${FactionNames.Illuminati.toUpperCase()} ARE THE SECRET RULERS OF THE WORLD!

    ` +\n `Yes, the ${FactionNames.Illuminati} of legends. The ancient secret society that controls the entire ` +\n \"world from the shadows with their invisible hand. The group of the rich and wealthy \" +\n \"that have penetrated every major government, financial agency, and corporation in the last \" +\n \"three hundred years.

    \" +\n \"OPEN YOUR EYES

    \" +\n `It was the ${FactionNames.Illuminati} that brought an end to democracy in the world. They are the driving force ` +\n \"behind everything that happens.

    \" +\n \"THEY ARE ALL AROUND YOU

    \" +\n \"After destabilizing the world's governments, they are now entering the final stage of their master plan. \" +\n \"They will secretly initiate global crises. Terrorism. Pandemics. World War. And out of the chaos \" +\n \"that ensues they will build their New World Order.\";\n Literatures[fn] = new Literature(title, fn, txt);\n\n title = \"The New God\";\n fn = LiteratureNames.TheNewGod;\n txt =\n \"Everyone has a moment in their life when they wonder about the bigger questions.

    \" +\n \"What's the point of all this? What is my purpose?

    \" +\n \"Some people dare to think even bigger.

    \" +\n \"What will the fate of the human race be?

    \" +\n \"We live in an era vastly different from that of 15 or even 20 years ago. We have gone \" +\n \"beyond the limits of humanity. We have stripped ourselves of the tyranny of flesh.

    \" +\n \"The Singularity is here. The merging of man and machine. This is where humanity evolves into \" +\n \"something greater. This is our future.

    \" +\n \"Embrace it, and you will obey a new god. The God in the Machine.\";\n Literatures[fn] = new Literature(title, fn, txt);\n\n title = \"The New Triads\";\n fn = LiteratureNames.NewTriads;\n txt =\n \"The Triads were an ancient transnational crime syndicate based in China, Hong Kong, and other Asian \" +\n \"territories. They were often considered one of the first and biggest criminal secret societies. \" +\n \"While most of the branches of the Triads have been destroyed over the past few decades, the \" +\n \"crime faction has spawned and inspired a number of other Asian crime organizations over the past few years. \" +\n `The most notable of these is the ${FactionNames.Tetrads}.

    ` +\n `It is widely believed that the ${FactionNames.Tetrads} are a rogue group that splintered off from the Triads sometime in the ` +\n `mid 21st century. The founders of the ${FactionNames.Tetrads}, all of whom were ex-Triad members, believed that the ` +\n `Triads were losing their purpose and direction. The ${FactionNames.Tetrads} started off as a small group that mainly engaged ` +\n \"in fraud and extortion. They were largely unknown until just a few years ago when they took over the illegal \" +\n \"drug trade in all of the major Asian cities. They quickly became the most powerful crime syndicate in the \" +\n \"continent.

    \" +\n `Not much else is known about the ${FactionNames.Tetrads}, or about the efforts the Asian governments and corporations are making ` +\n `to take down this large new crime organization. Many believe that the ${FactionNames.Tetrads} have infiltrated the governments ` +\n \"and powerful corporations in Asia, which has helped facilitate their recent rapid rise.\";\n Literatures[fn] = new Literature(title, fn, txt);\n\n title = \"The Secret War\";\n fn = LiteratureNames.TheSecretWar;\n txt = \"\";\n Literatures[fn] = new Literature(title, fn, txt);\n})();\n","/**\n * TODO\n * Add police clashes\n * balance point to keep them from running out of control\n */\n\nimport { Factions } from \"../Faction/Factions\";\n\nimport { dialogBoxCreate } from \"../ui/React/DialogBox\";\nimport { Reviver, Generic_toJSON, Generic_fromJSON, IReviverValue } from \"../utils/JSONReviver\";\n\nimport { exceptionAlert } from \"../utils/helpers/exceptionAlert\";\nimport { getRandomInt } from \"../utils/helpers/getRandomInt\";\n\nimport { GangMemberUpgrade } from \"./GangMemberUpgrade\";\nimport { GangConstants } from \"./data/Constants\";\nimport { CONSTANTS } from \"../Constants\";\nimport { GangMemberTasks } from \"./GangMemberTasks\";\nimport { IAscensionResult } from \"./IAscensionResult\";\n\nimport { AllGangs } from \"./AllGangs\";\nimport { GangMember } from \"./GangMember\";\n\nimport { WorkerScript } from \"../Netscript/WorkerScript\";\nimport { Player } from \"@player\";\nimport { PowerMultiplier } from \"./data/power\";\n\nexport class Gang {\n facName: string;\n members: GangMember[];\n wanted: number;\n respect: number;\n\n isHackingGang: boolean;\n\n respectGainRate: number;\n wantedGainRate: number;\n moneyGainRate: number;\n\n storedCycles: number;\n\n storedTerritoryAndPowerCycles: number;\n\n territoryClashChance: number;\n territoryWarfareEngaged: boolean;\n\n notifyMemberDeath: boolean;\n\n constructor(facName = \"\", hacking = false) {\n this.facName = facName;\n this.members = [];\n this.wanted = 1;\n this.respect = 1;\n\n this.isHackingGang = hacking;\n\n this.respectGainRate = 0;\n this.wantedGainRate = 0;\n this.moneyGainRate = 0;\n\n // When processing gains, this stores the number of cycles until some\n // limit is reached, and then calculates and applies the gains only at that limit\n this.storedCycles = 0;\n\n // Separate variable to keep track of cycles for Territory + Power gang, which\n // happens on a slower \"clock\" than normal processing\n this.storedTerritoryAndPowerCycles = 0;\n\n this.territoryClashChance = 0;\n this.territoryWarfareEngaged = false;\n\n this.notifyMemberDeath = true;\n }\n\n getPower(): number {\n return AllGangs[this.facName].power;\n }\n\n getTerritory(): number {\n return AllGangs[this.facName].territory;\n }\n\n process(numCycles = 1): void {\n const CyclesPerSecond = 1000 / CONSTANTS._idleSpeed;\n\n if (isNaN(numCycles)) {\n console.error(`NaN passed into Gang.process(): ${numCycles}`);\n }\n this.storedCycles += numCycles;\n\n // Only process if there are at least 2 seconds, and at most 5 seconds\n if (this.storedCycles < 2 * CyclesPerSecond) return;\n const cycles = Math.min(this.storedCycles, 5 * CyclesPerSecond);\n\n try {\n this.processGains(cycles);\n this.processExperienceGains(cycles);\n this.processTerritoryAndPowerGains(cycles);\n this.storedCycles -= cycles;\n } catch (e: unknown) {\n console.error(`Exception caught when processing Gang: ${e}`);\n }\n }\n\n processGains(numCycles = 1): void {\n // Get gains per cycle\n let moneyGains = 0;\n let respectGains = 0;\n let wantedLevelGains = 0;\n let justice = 0;\n for (let i = 0; i < this.members.length; ++i) {\n respectGains += this.members[i].calculateRespectGain(this);\n moneyGains += this.members[i].calculateMoneyGain(this);\n const wantedLevelGain = this.members[i].calculateWantedLevelGain(this);\n wantedLevelGains += wantedLevelGain;\n if (this.members[i].getTask().baseWanted < 0) justice++; // this member is lowering wanted.\n }\n this.respectGainRate = respectGains;\n this.wantedGainRate = wantedLevelGains;\n this.moneyGainRate = moneyGains;\n const gain = respectGains * numCycles;\n this.respect += gain;\n // Faction reputation gains is respect gain divided by some constant\n const fac = Factions[this.facName];\n if (!fac) {\n dialogBoxCreate(\n \"ERROR: Could not get Faction associates with your gang. This is a bug, please report to game dev\",\n );\n throw new Error(\"Could not find the faction associated with this gang.\");\n }\n const favorMult = 1 + fac.favor / 100;\n\n fac.playerReputation += (Player.mults.faction_rep * gain * favorMult) / GangConstants.GangRespectToReputationRatio;\n\n // Keep track of respect gained per member\n for (let i = 0; i < this.members.length; ++i) {\n this.members[i].recordEarnedRespect(numCycles, this);\n }\n if (!(this.wanted === 1 && wantedLevelGains < 0)) {\n const oldWanted = this.wanted;\n let newWanted = oldWanted + wantedLevelGains * numCycles;\n newWanted = newWanted * (1 - justice * 0.001); // safeguard\n // Prevent overflow\n if (wantedLevelGains <= 0 && newWanted > oldWanted) newWanted = 1;\n\n this.wanted = newWanted;\n if (this.wanted < 1) this.wanted = 1;\n }\n Player.gainMoney(moneyGains * numCycles, \"gang\");\n }\n\n processTerritoryAndPowerGains(numCycles = 1): void {\n this.storedTerritoryAndPowerCycles += numCycles;\n if (this.storedTerritoryAndPowerCycles < GangConstants.CyclesPerTerritoryAndPowerUpdate) return;\n this.storedTerritoryAndPowerCycles -= GangConstants.CyclesPerTerritoryAndPowerUpdate;\n\n // Process power first\n const gangName = this.facName;\n for (const name of Object.keys(AllGangs)) {\n if (AllGangs.hasOwnProperty(name)) {\n if (name == gangName) {\n AllGangs[name].power += this.calculatePower();\n } else {\n // All NPC gangs get random power gains\n const gainRoll = Math.random();\n if (gainRoll < 0.5) {\n // Multiplicative gain (50% chance)\n // This is capped per cycle, to prevent it from getting out of control\n const multiplicativeGain = AllGangs[name].power * 0.005;\n AllGangs[name].power += Math.min(0.85, multiplicativeGain);\n } else {\n // Additive gain (50% chance)\n const powerMult = PowerMultiplier[name];\n if (powerMult === undefined) throw new Error(\"Should not be undefined\");\n const additiveGain = 0.75 * gainRoll * AllGangs[name].territory * powerMult;\n AllGangs[name].power += additiveGain;\n }\n }\n }\n }\n\n // Determine if territory should be processed\n if (this.territoryWarfareEngaged) {\n this.territoryClashChance = 1;\n } else if (this.territoryClashChance > 0) {\n // Engagement turned off, but still a positive clash chance. So there's\n // still a chance of clashing but it slowly goes down over time\n this.territoryClashChance = Math.max(0, this.territoryClashChance - 0.01);\n }\n\n // Then process territory\n const gangs = GangConstants.Names.filter((g) => AllGangs[g].territory > 0 || g === gangName);\n if (gangs.length > 1) {\n for (let i = 0; i < gangs.length; ++i) {\n const others = gangs.filter((e) => {\n return e !== gangs[i];\n });\n const other = getRandomInt(0, others.length - 1);\n\n const thisGang = gangs[i];\n const otherGang = others[other];\n\n // If either of the gangs involved in this clash is the player, determine\n // whether to skip or process it using the clash chance\n if (thisGang === gangName || otherGang === gangName) {\n if (!(Math.random() < this.territoryClashChance)) continue;\n }\n\n const thisPwr = AllGangs[thisGang].power;\n const otherPwr = AllGangs[otherGang].power;\n const thisChance = thisPwr / (thisPwr + otherPwr);\n\n function calculateTerritoryGain(winGang: string, loseGang: string): number {\n const powerBonus = Math.max(\n 1,\n 1 + Math.log(AllGangs[winGang].power / AllGangs[loseGang].power) / Math.log(50),\n );\n const gains = Math.min(AllGangs[loseGang].territory, powerBonus * 0.0001 * (Math.random() + 0.5));\n return gains;\n }\n\n if (Math.random() < thisChance) {\n if (AllGangs[otherGang].territory <= 0) return;\n const territoryGain = calculateTerritoryGain(thisGang, otherGang);\n AllGangs[thisGang].territory += territoryGain;\n AllGangs[otherGang].territory -= territoryGain;\n if (thisGang === gangName) {\n this.clash(true); // Player won\n AllGangs[otherGang].power *= 1 / 1.01;\n } else if (otherGang === gangName) {\n this.clash(false); // Player lost\n } else {\n AllGangs[otherGang].power *= 1 / 1.01;\n }\n } else {\n if (AllGangs[thisGang].territory <= 0) return;\n const territoryGain = calculateTerritoryGain(otherGang, thisGang);\n AllGangs[thisGang].territory -= territoryGain;\n AllGangs[otherGang].territory += territoryGain;\n if (thisGang === gangName) {\n this.clash(false); // Player lost\n } else if (otherGang === gangName) {\n this.clash(true); // Player won\n AllGangs[thisGang].power *= 1 / 1.01;\n } else {\n AllGangs[thisGang].power *= 1 / 1.01;\n }\n }\n\n const total = Object.values(AllGangs)\n .map((g) => g.territory)\n .reduce((p, c) => p + c, 0);\n Object.values(AllGangs).forEach((g) => (g.territory /= total));\n }\n }\n }\n\n processExperienceGains(numCycles = 1): void {\n for (let i = 0; i < this.members.length; ++i) {\n this.members[i].gainExperience(numCycles);\n this.members[i].updateSkillLevels();\n }\n }\n\n clash(won = false): void {\n // Determine if a gang member should die\n let baseDeathChance = 0.01;\n if (won) baseDeathChance /= 2;\n // If the clash was lost, the player loses a small percentage of power\n else AllGangs[this.facName].power *= 1 / 1.008;\n\n // Deaths can only occur during X% of clashes\n if (Math.random() < 0.65) return;\n\n for (let i = this.members.length - 1; i >= 0; --i) {\n const member = this.members[i];\n\n // Only members assigned to Territory Warfare can die\n if (member.task !== \"Territory Warfare\") continue;\n\n // Chance to die is decreased based on defense\n const modifiedDeathChance = baseDeathChance / Math.pow(member.def, 0.6);\n if (Math.random() < modifiedDeathChance) {\n this.killMember(member);\n }\n }\n }\n\n canRecruitMember(): boolean {\n if (this.members.length >= GangConstants.MaximumGangMembers) return false;\n return this.respect >= this.getRespectNeededToRecruitMember();\n }\n\n getRespectNeededToRecruitMember(): number {\n // First N gang members are free (can be recruited at 0 respect)\n const numFreeMembers = 3;\n if (this.members.length < numFreeMembers) return 0;\n\n const i = this.members.length - (numFreeMembers - 1);\n return Math.pow(5, i);\n }\n\n recruitMember(name: string): boolean {\n name = String(name);\n if (name === \"\" || !this.canRecruitMember()) return false;\n\n // Check for already-existing names\n const sameNames = this.members.filter((m) => m.name === name);\n if (sameNames.length >= 1) return false;\n\n const member = new GangMember(name);\n this.members.push(member);\n return true;\n }\n\n // Money and Respect gains multiplied by this number (< 1)\n getWantedPenalty(): number {\n return this.respect / (this.respect + this.wanted);\n }\n\n //Calculates power GAIN, which is added onto the Gang's existing power\n calculatePower(): number {\n let memberTotal = 0;\n for (let i = 0; i < this.members.length; ++i) {\n if (!GangMemberTasks.hasOwnProperty(this.members[i].task) || this.members[i].task !== \"Territory Warfare\")\n continue;\n memberTotal += this.members[i].calculatePower();\n }\n return 0.015 * Math.max(0.002, this.getTerritory()) * memberTotal;\n }\n\n killMember(member: GangMember): void {\n // Player loses a percentage of total respect, plus whatever respect that member has earned\n const totalRespect = this.respect;\n const lostRespect = 0.05 * totalRespect + member.earnedRespect;\n this.respect = Math.max(0, totalRespect - lostRespect);\n\n for (let i = 0; i < this.members.length; ++i) {\n if (member.name === this.members[i].name) {\n this.members.splice(i, 1);\n break;\n }\n }\n\n // Notify of death\n if (this.notifyMemberDeath) {\n dialogBoxCreate(`${member.name} was killed in a gang clash! You lost ${lostRespect} respect`);\n }\n }\n\n ascendMember(member: GangMember, workerScript?: WorkerScript): IAscensionResult {\n try {\n const res = member.ascend();\n this.respect = Math.max(1, this.respect - res.respect);\n if (workerScript) {\n workerScript.log(\"gang.ascendMember\", () => `Ascended Gang member ${member.name}`);\n }\n return res;\n } catch (e: unknown) {\n if (workerScript == null) {\n exceptionAlert(e);\n }\n throw e; // Re-throw, will be caught in the Netscript Function\n }\n }\n\n // Cost of upgrade gets cheaper as gang increases in respect + power\n getDiscount(): number {\n const power = this.getPower();\n const respect = this.respect;\n\n const respectLinearFac = 5e6;\n const powerLinearFac = 1e6;\n const discount =\n Math.pow(respect, 0.01) + respect / respectLinearFac + Math.pow(power, 0.01) + power / powerLinearFac - 1;\n return Math.max(1, discount);\n }\n\n /** Returns only valid tasks for this gang. Excludes 'Unassigned' */\n getAllTaskNames(): string[] {\n return Object.keys(GangMemberTasks).filter((taskName: string) => {\n const task = GangMemberTasks[taskName];\n if (task == null) return false;\n if (task.name === \"Unassigned\") return false;\n // yes you need both checks\n return this.isHackingGang === task.isHacking || !this.isHackingGang === task.isCombat;\n });\n }\n\n getUpgradeCost(upg: GangMemberUpgrade | null): number {\n if (upg == null) {\n return Infinity;\n }\n return upg.cost / this.getDiscount();\n }\n\n /** Serialize the current object to a JSON save state. */\n toJSON(): IReviverValue {\n return Generic_toJSON(\"Gang\", this);\n }\n\n /** Initializes a Gang object from a JSON save state. */\n static fromJSON(value: IReviverValue): Gang {\n return Generic_fromJSON(Gang, value.data);\n }\n}\n\nReviver.constructors.Gang = Gang;\n","import { ITaskParams } from \"../ITaskParams\";\n/* tslint:disable:max-line-length */\n\n/**\n * Defines the parameters that can be used to initialize and describe a GangMemberTask\n * (defined in Gang.js)\n */\ninterface IGangMemberTaskMetadata {\n /** Description of the task */\n desc: string;\n\n /** Whether or not this task is meant for Combat-type gangs */\n isCombat: boolean;\n\n /** Whether or not this task is for Hacking-type gangs */\n isHacking: boolean;\n\n /** Name of the task */\n name: string;\n\n /**\n * An object containing weighting parameters for the task. These parameters are used for\n * various calculations (respect gain, wanted gain, etc.)\n */\n params: ITaskParams;\n}\n\n/**\n * Array of metadata for all Gang Member tasks. Used to construct the global GangMemberTask\n * objects in Gang.js\n */\nexport const gangMemberTasksMetadata: IGangMemberTaskMetadata[] = [\n {\n desc: \"This gang member is currently idle\",\n isCombat: true,\n isHacking: true,\n name: \"Unassigned\",\n params: { hackWeight: 100 }, // This is just to get by the weight check in the GangMemberTask constructor\n },\n {\n desc: \"Assign this gang member to create and distribute ransomware

    Earns money - Slightly increases respect - Slightly increases wanted level\",\n isCombat: false,\n isHacking: true,\n name: \"Ransomware\",\n params: {\n baseRespect: 0.00005,\n baseWanted: 0.0001,\n baseMoney: 3,\n hackWeight: 100,\n difficulty: 1,\n },\n },\n {\n desc: \"Assign this gang member to attempt phishing scams and attacks

    Earns money - Slightly increases respect - Slightly increases wanted level\",\n isCombat: false,\n isHacking: true,\n name: \"Phishing\",\n params: {\n baseRespect: 0.00008,\n baseWanted: 0.003,\n baseMoney: 7.5,\n hackWeight: 85,\n chaWeight: 15,\n difficulty: 3.5,\n },\n },\n {\n desc: \"Assign this gang member to attempt identity theft

    Earns money - Increases respect - Increases wanted level\",\n isCombat: false,\n isHacking: true,\n name: \"Identity Theft\",\n params: {\n baseRespect: 0.0001,\n baseWanted: 0.075,\n baseMoney: 18,\n hackWeight: 80,\n chaWeight: 20,\n difficulty: 5,\n },\n },\n {\n desc: \"Assign this gang member to carry out DDoS attacks

    Increases respect - Increases wanted level\",\n isCombat: false,\n isHacking: true,\n name: \"DDoS Attacks\",\n params: {\n baseRespect: 0.0004,\n baseWanted: 0.2,\n hackWeight: 100,\n difficulty: 8,\n },\n },\n {\n desc: \"Assign this gang member to create and distribute malicious viruses

    Increases respect - Increases wanted level\",\n isCombat: false,\n isHacking: true,\n name: \"Plant Virus\",\n params: {\n baseRespect: 0.0006,\n baseWanted: 0.4,\n hackWeight: 100,\n difficulty: 12,\n },\n },\n {\n desc: \"Assign this gang member to commit financial fraud and digital counterfeiting

    Earns money - Slightly increases respect - Slightly increases wanted level\",\n isCombat: false,\n isHacking: true,\n name: \"Fraud & Counterfeiting\",\n params: {\n baseRespect: 0.0004,\n baseWanted: 0.3,\n baseMoney: 45,\n hackWeight: 80,\n chaWeight: 20,\n difficulty: 20,\n },\n },\n {\n desc: \"Assign this gang member to launder money

    Earns money - Increases respect - Increases wanted level\",\n isCombat: false,\n isHacking: true,\n name: \"Money Laundering\",\n params: {\n baseRespect: 0.001,\n baseWanted: 1.25,\n baseMoney: 360,\n hackWeight: 75,\n chaWeight: 25,\n difficulty: 25,\n },\n },\n {\n desc: \"Assign this gang member to commit acts of cyberterrorism

    Greatly increases respect - Greatly increases wanted level\",\n isCombat: false,\n isHacking: true,\n name: \"Cyberterrorism\",\n params: {\n baseRespect: 0.01,\n baseWanted: 6,\n hackWeight: 80,\n chaWeight: 20,\n difficulty: 36,\n },\n },\n {\n desc: \"Assign this gang member to be an ethical hacker for corporations

    Earns money - Lowers wanted level\",\n isCombat: false,\n isHacking: true,\n name: \"Ethical Hacking\",\n params: {\n baseWanted: -0.001,\n baseMoney: 3,\n hackWeight: 90,\n chaWeight: 10,\n difficulty: 1,\n },\n },\n {\n desc: \"Assign this gang member to mug random people on the streets

    Earns money - Slightly increases respect - Very slightly increases wanted level\",\n isCombat: true,\n isHacking: false,\n name: \"Mug People\",\n params: {\n baseRespect: 0.00005,\n baseWanted: 0.00005,\n baseMoney: 3.6,\n strWeight: 25,\n defWeight: 25,\n dexWeight: 25,\n agiWeight: 10,\n chaWeight: 15,\n difficulty: 1,\n },\n },\n {\n desc: \"Assign this gang member to sell drugs

    Earns money - Slightly increases respect - Slightly increases wanted level - Scales slightly with territory\",\n isCombat: true,\n isHacking: false,\n name: \"Deal Drugs\",\n params: {\n baseRespect: 0.00006,\n baseWanted: 0.002,\n baseMoney: 15,\n agiWeight: 20,\n dexWeight: 20,\n chaWeight: 60,\n difficulty: 3.5,\n territory: {\n money: 1.2,\n respect: 1,\n wanted: 1.15,\n },\n },\n },\n {\n desc: \"Assign this gang member to extort civilians in your territory

    Earns money - Slightly increases respect - Increases wanted - Scales heavily with territory\",\n isCombat: true,\n isHacking: false,\n name: \"Strongarm Civilians\",\n params: {\n baseRespect: 0.00004,\n baseWanted: 0.02,\n baseMoney: 7.5,\n hackWeight: 10,\n strWeight: 25,\n defWeight: 25,\n dexWeight: 20,\n agiWeight: 10,\n chaWeight: 10,\n difficulty: 5,\n territory: {\n money: 1.6,\n respect: 1.1,\n wanted: 1.5,\n },\n },\n },\n {\n desc: \"Assign this gang member to run cons

    Earns money - Increases respect - Increases wanted level\",\n isCombat: true,\n isHacking: false,\n name: \"Run a Con\",\n params: {\n baseRespect: 0.00012,\n baseWanted: 0.05,\n baseMoney: 45,\n strWeight: 5,\n defWeight: 5,\n agiWeight: 25,\n dexWeight: 25,\n chaWeight: 40,\n difficulty: 14,\n },\n },\n {\n desc: \"Assign this gang member to commit armed robbery on stores, banks and armored cars

    Earns money - Increases respect - Increases wanted level\",\n isCombat: true,\n isHacking: false,\n name: \"Armed Robbery\",\n params: {\n baseRespect: 0.00014,\n baseWanted: 0.1,\n baseMoney: 114,\n hackWeight: 20,\n strWeight: 15,\n defWeight: 15,\n agiWeight: 10,\n dexWeight: 20,\n chaWeight: 20,\n difficulty: 20,\n },\n },\n {\n desc: \"Assign this gang member to traffick illegal arms

    Earns money - Increases respect - Increases wanted level - Scales heavily with territory\",\n isCombat: true,\n isHacking: false,\n name: \"Traffick Illegal Arms\",\n params: {\n baseRespect: 0.0002,\n baseWanted: 0.24,\n baseMoney: 174,\n hackWeight: 15,\n strWeight: 20,\n defWeight: 20,\n dexWeight: 20,\n chaWeight: 25,\n difficulty: 32,\n territory: {\n money: 1.4,\n respect: 1.3,\n wanted: 1.25,\n },\n },\n },\n {\n desc: \"Assign this gang member to threaten and blackmail high-profile targets

    Earns money - Slightly increases respect - Slightly increases wanted level\",\n isCombat: true,\n isHacking: false,\n name: \"Threaten & Blackmail\",\n params: {\n baseRespect: 0.0002,\n baseWanted: 0.125,\n baseMoney: 72,\n hackWeight: 25,\n strWeight: 25,\n dexWeight: 25,\n chaWeight: 25,\n difficulty: 28,\n },\n },\n {\n desc: \"Assign this gang member to engage in human trafficking operations

    Earns money - Increases respect - Increases wanted level - Scales heavily with territory\",\n isCombat: true,\n isHacking: false,\n name: \"Human Trafficking\",\n params: {\n baseRespect: 0.004,\n baseWanted: 1.25,\n baseMoney: 360,\n hackWeight: 30,\n strWeight: 5,\n defWeight: 5,\n dexWeight: 30,\n chaWeight: 30,\n difficulty: 36,\n territory: {\n money: 1.5,\n respect: 1.5,\n wanted: 1.6,\n },\n },\n },\n {\n desc: \"Assign this gang member to commit acts of terrorism

    Greatly increases respect - Greatly increases wanted level - Scales heavily with territory\",\n isCombat: true,\n isHacking: false,\n name: \"Terrorism\",\n params: {\n baseRespect: 0.01,\n baseWanted: 6,\n hackWeight: 20,\n strWeight: 20,\n defWeight: 20,\n dexWeight: 20,\n chaWeight: 20,\n difficulty: 36,\n territory: {\n money: 1,\n respect: 2,\n wanted: 2,\n },\n },\n },\n {\n desc: \"Assign this gang member to be a vigilante and protect the city from criminals

    Decreases wanted level\",\n isCombat: true,\n isHacking: true,\n name: \"Vigilante Justice\",\n params: {\n baseWanted: -0.001,\n hackWeight: 20,\n strWeight: 20,\n defWeight: 20,\n dexWeight: 20,\n agiWeight: 20,\n difficulty: 1,\n territory: {\n money: 1,\n respect: 1,\n wanted: 0.9, // Gets harder with more territory\n },\n },\n },\n {\n desc: \"Assign this gang member to increase their combat stats (str, def, dex, agi)\",\n isCombat: true,\n isHacking: true,\n name: \"Train Combat\",\n params: {\n strWeight: 25,\n defWeight: 25,\n dexWeight: 25,\n agiWeight: 25,\n difficulty: 100,\n },\n },\n {\n desc: \"Assign this gang member to train their hacking skills\",\n isCombat: true,\n isHacking: true,\n name: \"Train Hacking\",\n params: { hackWeight: 100, difficulty: 45 },\n },\n {\n desc: \"Assign this gang member to train their charisma\",\n isCombat: true,\n isHacking: true,\n name: \"Train Charisma\",\n params: { chaWeight: 100, difficulty: 8 },\n },\n {\n desc: \"Assign this gang member to engage in territorial warfare with other gangs. Members assigned to this task will help increase your gang's territory and will defend your territory from being taken.\",\n isCombat: true,\n isHacking: true,\n name: \"Territory Warfare\",\n params: {\n hackWeight: 15,\n strWeight: 20,\n defWeight: 20,\n dexWeight: 20,\n agiWeight: 20,\n chaWeight: 5,\n difficulty: 5,\n },\n },\n];\n","import { IMults, UpgradeType } from \"./data/upgrades\";\nimport { numeralWrapper } from \"../ui/numeralFormat\";\n\nexport class GangMemberUpgrade {\n name: string;\n cost: number;\n type: UpgradeType;\n desc: string;\n mults: IMults;\n\n constructor(name = \"\", cost = 0, type: UpgradeType = UpgradeType.Weapon, mults: IMults = {}) {\n this.name = name;\n this.cost = cost;\n this.type = type;\n this.mults = mults;\n\n this.desc = this.createDescription();\n }\n\n createDescription(): string {\n const lines = [\"Effects:\"];\n if (this.mults.str != null) {\n lines.push(`+${numeralWrapper.formatPercentage(this.mults.str - 1, 0)} strength skill`);\n lines.push(`+${numeralWrapper.formatPercentage((this.mults.str - 1) / 4, 2)} strength exp`);\n }\n if (this.mults.def != null) {\n lines.push(`+${numeralWrapper.formatPercentage(this.mults.def - 1, 0)} defense skill`);\n lines.push(`+${numeralWrapper.formatPercentage((this.mults.def - 1) / 4, 2)} defense exp`);\n }\n if (this.mults.dex != null) {\n lines.push(`+${numeralWrapper.formatPercentage(this.mults.dex - 1, 0)} dexterity skill`);\n lines.push(`+${numeralWrapper.formatPercentage((this.mults.dex - 1) / 4, 2)} dexterity exp`);\n }\n if (this.mults.agi != null) {\n lines.push(`+${numeralWrapper.formatPercentage(this.mults.agi - 1, 0)} agility skill`);\n lines.push(`+${numeralWrapper.formatPercentage((this.mults.agi - 1) / 4, 2)} agility exp`);\n }\n if (this.mults.cha != null) {\n lines.push(`+${numeralWrapper.formatPercentage(this.mults.cha - 1, 0)} charisma skill`);\n lines.push(`+${numeralWrapper.formatPercentage((this.mults.cha - 1) / 4, 2)} charisma exp`);\n }\n if (this.mults.hack != null) {\n lines.push(`+${numeralWrapper.formatPercentage(this.mults.hack - 1, 0)} hacking skill`);\n lines.push(`+${numeralWrapper.formatPercentage((this.mults.hack - 1) / 4, 2)} hacking exp`);\n }\n return lines.join(\"
    \");\n }\n\n // User friendly version of type.\n getType(): string {\n switch (this.type) {\n case UpgradeType.Weapon:\n return \"Weapon\";\n case UpgradeType.Armor:\n return \"Armor\";\n case UpgradeType.Vehicle:\n return \"Vehicle\";\n case UpgradeType.Rootkit:\n return \"Rootkit\";\n case UpgradeType.Augmentation:\n return \"Augmentation\";\n default:\n return \"\";\n }\n }\n}\n","import { FactionNames } from \"../../Faction/data/FactionNames\";\nexport const PowerMultiplier: {\n [key: string]: number | undefined;\n} = {\n [FactionNames.SlumSnakes]: 1,\n [FactionNames.Tetrads]: 2,\n [FactionNames.TheSyndicate]: 2,\n [FactionNames.TheDarkArmy]: 2,\n [FactionNames.SpeakersForTheDead]: 5,\n [FactionNames.NiteSec]: 2,\n [FactionNames.TheBlackHand]: 5,\n};\n","/** Binary heap. */\nabstract class BinHeap {\n /**\n * Heap data array consisting of [weight, payload] pairs, arranged by weight\n * to satisfy heap condition.\n *\n * Encodes the binary tree by storing tree root at index 0 and\n * left child of element i at `i * 2 + 1` and\n * right child of element i at `i * 2 + 2`.\n */\n protected data: [number, T][];\n\n constructor() {\n this.data = [];\n }\n\n /** Get number of elements in the heap. */\n public get size(): number {\n return this.data.length;\n }\n\n /** Add a new element to the heap. */\n public push(value: T, weight: number): void {\n const i = this.data.length;\n this.data[i] = [weight, value];\n this.heapifyUp(i);\n }\n\n /** Get the value of the root-most element of the heap, without changing the heap. */\n public peek(): T | undefined {\n if (this.data.length == 0) return undefined;\n\n return this.data[0][1];\n }\n\n /** Remove the root-most element of the heap and return the removed element's value. */\n public pop(): T | undefined {\n if (this.data.length == 0) return undefined;\n\n const value = this.data[0][1];\n\n this.data[0] = this.data[this.data.length - 1];\n this.data.length = this.data.length - 1;\n\n this.heapifyDown(0);\n\n return value;\n }\n\n /** Change the weight of an element in the heap. */\n public changeWeight(predicate: (value: T) => boolean, weight: number): void {\n // Find first element with matching value, if any\n const i = this.data.findIndex((e) => predicate(e[1]));\n if (i == -1) return;\n\n // Update that element's weight\n this.data[i][0] = weight;\n\n // And re-heapify if needed\n const p = Math.floor((i - 1) / 2);\n\n if (!this.heapOrderABeforeB(this.data[p][0], this.data[i][0]))\n // Needs to shift root-wards?\n this.heapifyUp(i);\n // Try shifting deeper\n else this.heapifyDown(i);\n }\n\n /** Restore heap condition, starting at index i and traveling towards root. */\n protected heapifyUp(i: number): void {\n // Swap the new element up towards root until it reaches root position or\n // settles under under a suitable parent\n while (i > 0) {\n const p = Math.floor((i - 1) / 2);\n\n // Reached heap-ordered state already?\n if (this.heapOrderABeforeB(this.data[p][0], this.data[i][0])) break;\n\n // Swap\n const tmp = this.data[p];\n this.data[p] = this.data[i];\n this.data[i] = tmp;\n\n // And repeat at parent index\n i = p;\n }\n }\n\n /** Restore heap condition, starting at index i and traveling away from root. */\n protected heapifyDown(i: number): void {\n // Swap the shifted element down in the heap until it either reaches the\n // bottom layer or is in correct order relative to it's children\n while (i < this.data.length) {\n const l = i * 2 + 1;\n const r = i * 2 + 2;\n let toSwap = i;\n\n // Find which one of element i and it's children should be closest to root\n if (l < this.data.length && this.heapOrderABeforeB(this.data[l][0], this.data[toSwap][0])) toSwap = l;\n if (r < this.data.length && this.heapOrderABeforeB(this.data[r][0], this.data[toSwap][0])) toSwap = r;\n\n // Already in order?\n if (i == toSwap) break;\n\n // Not in order. Swap child that should be closest to root up to 'i' and repeat\n const tmp = this.data[toSwap];\n this.data[toSwap] = this.data[i];\n this.data[i] = tmp;\n\n i = toSwap;\n }\n }\n\n /**\n * Should element with weight `weightA` be closer to root than element with\n * weight `weightB`?\n */\n protected abstract heapOrderABeforeB(weightA: number, weightB: number): boolean;\n}\n\n/** Binary max-heap. */\nexport class MaxHeap extends BinHeap {\n heapOrderABeforeB(weightA: number, weightB: number): boolean {\n return weightA > weightB;\n }\n}\n\n/** Binary min-heap. */\nexport class MinHeap extends BinHeap {\n heapOrderABeforeB(weightA: number, weightB: number): boolean {\n return weightA < weightB;\n }\n}\n","import * as posNames from \"./companypositionnames\";\nimport { IConstructorParams } from \"../Company\";\n\nimport { LocationName } from \"../../Locations/data/LocationNames\";\n\n// Create Objects containing Company Positions by category\n// Will help in metadata construction later\nconst AllSoftwarePositions: Record = {};\nconst AllITPositions: Record = {};\nconst AllNetworkEngineerPositions: Record = {};\nconst SecurityEngineerPositions: Record = {};\nconst AllTechnologyPositions: Record = {};\nconst AllBusinessPositions: Record = {};\nconst AllAgentPositions: Record = {};\nconst AllSecurityPositions: Record = {};\nconst AllSoftwareConsultantPositions: Record = {};\nconst AllBusinessConsultantPositions: Record = {};\nconst SoftwarePositionsUpToHeadOfEngineering: Record = {};\nconst SoftwarePositionsUpToLeadDeveloper: Record = {};\nconst BusinessPositionsUpToOperationsManager: Record = {};\nconst WaiterOnly: Record = {};\nconst EmployeeOnly: Record = {};\nconst PartTimeWaiterOnly: Record = {};\nconst PartTimeEmployeeOnly: Record = {};\nconst OperationsManagerOnly: Record = {};\nconst CEOOnly: Record = {};\n\nposNames.SoftwareCompanyPositions.forEach((e) => {\n AllSoftwarePositions[e] = true;\n AllTechnologyPositions[e] = true;\n});\n\nposNames.ITCompanyPositions.forEach((e) => {\n AllITPositions[e] = true;\n AllTechnologyPositions[e] = true;\n});\n\nposNames.NetworkEngineerCompanyPositions.forEach((e) => {\n AllNetworkEngineerPositions[e] = true;\n AllTechnologyPositions[e] = true;\n});\n\nAllTechnologyPositions[posNames.SecurityEngineerCompanyPositions[0]] = true;\nSecurityEngineerPositions[posNames.SecurityEngineerCompanyPositions[0]] = true;\n\nposNames.BusinessCompanyPositions.forEach((e) => {\n AllBusinessPositions[e] = true;\n});\n\nposNames.SecurityCompanyPositions.forEach((e) => {\n AllSecurityPositions[e] = true;\n});\n\nposNames.AgentCompanyPositions.forEach((e) => {\n AllAgentPositions[e] = true;\n});\n\nposNames.SoftwareConsultantCompanyPositions.forEach((e) => {\n AllSoftwareConsultantPositions[e] = true;\n});\n\nposNames.BusinessConsultantCompanyPositions.forEach((e) => {\n AllBusinessConsultantPositions[e] = true;\n});\n\nfor (let i = 0; i < posNames.SoftwareCompanyPositions.length; ++i) {\n const e = posNames.SoftwareCompanyPositions[i];\n if (i <= 5) {\n SoftwarePositionsUpToHeadOfEngineering[e] = true;\n }\n if (i <= 3) {\n SoftwarePositionsUpToLeadDeveloper[e] = true;\n }\n}\nfor (let i = 0; i < posNames.BusinessCompanyPositions.length; ++i) {\n const e = posNames.BusinessCompanyPositions[i];\n if (i <= 3) {\n BusinessPositionsUpToOperationsManager[e] = true;\n }\n}\n\nWaiterOnly[posNames.MiscCompanyPositions[0]] = true;\nEmployeeOnly[posNames.MiscCompanyPositions[1]] = true;\nPartTimeWaiterOnly[posNames.PartTimeCompanyPositions[0]] = true;\nPartTimeEmployeeOnly[posNames.PartTimeCompanyPositions[1]] = true;\nOperationsManagerOnly[posNames.BusinessCompanyPositions[3]] = true;\nCEOOnly[posNames.BusinessCompanyPositions[5]] = true;\n\n// Metadata\nexport const companiesMetadata: IConstructorParams[] = [\n {\n name: LocationName.AevumECorp,\n info: \"\",\n companyPositions: Object.assign({}, AllTechnologyPositions, AllBusinessPositions, AllSecurityPositions),\n expMultiplier: 3,\n salaryMultiplier: 3,\n jobStatReqOffset: 249,\n },\n {\n name: LocationName.Sector12MegaCorp,\n info: \"\",\n companyPositions: Object.assign({}, AllTechnologyPositions, AllBusinessPositions, AllSecurityPositions),\n expMultiplier: 3,\n salaryMultiplier: 3,\n jobStatReqOffset: 249,\n },\n {\n name: LocationName.AevumBachmanAndAssociates,\n info: \"\",\n companyPositions: Object.assign({}, AllTechnologyPositions, AllBusinessPositions, AllSecurityPositions),\n expMultiplier: 2.6,\n salaryMultiplier: 2.6,\n jobStatReqOffset: 224,\n },\n {\n name: LocationName.Sector12BladeIndustries,\n info: \"\",\n companyPositions: Object.assign({}, AllTechnologyPositions, AllBusinessPositions, AllSecurityPositions),\n expMultiplier: 2.75,\n salaryMultiplier: 2.75,\n jobStatReqOffset: 224,\n },\n {\n name: LocationName.VolhavenNWO,\n info: \"\",\n companyPositions: Object.assign({}, AllTechnologyPositions, AllBusinessPositions, AllSecurityPositions),\n expMultiplier: 2.75,\n salaryMultiplier: 2.75,\n jobStatReqOffset: 249,\n },\n {\n name: LocationName.AevumClarkeIncorporated,\n info: \"\",\n companyPositions: Object.assign({}, AllTechnologyPositions, AllBusinessPositions, AllSecurityPositions),\n expMultiplier: 2.25,\n salaryMultiplier: 2.25,\n jobStatReqOffset: 224,\n },\n {\n name: LocationName.VolhavenOmniTekIncorporated,\n info: \"\",\n companyPositions: Object.assign({}, AllTechnologyPositions, AllBusinessPositions, AllSecurityPositions),\n expMultiplier: 2.25,\n salaryMultiplier: 2.25,\n jobStatReqOffset: 224,\n },\n {\n name: LocationName.Sector12FourSigma,\n info: \"\",\n companyPositions: Object.assign({}, AllTechnologyPositions, AllBusinessPositions, AllSecurityPositions),\n expMultiplier: 2.5,\n salaryMultiplier: 2.5,\n jobStatReqOffset: 224,\n },\n {\n name: LocationName.ChongqingKuaiGongInternational,\n info: \"\",\n companyPositions: Object.assign({}, AllTechnologyPositions, AllBusinessPositions, AllSecurityPositions),\n expMultiplier: 2.2,\n salaryMultiplier: 2.2,\n jobStatReqOffset: 224,\n },\n {\n name: LocationName.AevumFulcrumTechnologies,\n info: \"\",\n companyPositions: Object.assign({}, AllTechnologyPositions, AllBusinessPositions),\n expMultiplier: 2,\n salaryMultiplier: 2,\n jobStatReqOffset: 224,\n },\n {\n name: LocationName.IshimaStormTechnologies,\n info: \"\",\n companyPositions: Object.assign({}, AllTechnologyPositions, AllSoftwareConsultantPositions, AllBusinessPositions),\n expMultiplier: 1.8,\n salaryMultiplier: 1.8,\n jobStatReqOffset: 199,\n },\n {\n name: LocationName.NewTokyoDefComm,\n info: \"\",\n companyPositions: Object.assign({}, CEOOnly, AllTechnologyPositions, AllSoftwareConsultantPositions),\n expMultiplier: 1.75,\n salaryMultiplier: 1.75,\n jobStatReqOffset: 199,\n },\n {\n name: LocationName.VolhavenHeliosLabs,\n info: \"\",\n companyPositions: Object.assign({}, CEOOnly, AllTechnologyPositions, AllSoftwareConsultantPositions),\n expMultiplier: 1.8,\n salaryMultiplier: 1.8,\n jobStatReqOffset: 199,\n },\n {\n name: LocationName.NewTokyoVitaLife,\n info: \"\",\n companyPositions: Object.assign({}, AllTechnologyPositions, AllBusinessPositions, AllSoftwareConsultantPositions),\n expMultiplier: 1.8,\n salaryMultiplier: 1.8,\n jobStatReqOffset: 199,\n },\n {\n name: LocationName.Sector12IcarusMicrosystems,\n info: \"\",\n companyPositions: Object.assign({}, AllTechnologyPositions, AllBusinessPositions, AllSoftwareConsultantPositions),\n expMultiplier: 1.9,\n salaryMultiplier: 1.9,\n jobStatReqOffset: 199,\n },\n {\n name: LocationName.Sector12UniversalEnergy,\n info: \"\",\n companyPositions: Object.assign({}, AllTechnologyPositions, AllBusinessPositions, AllSoftwareConsultantPositions),\n expMultiplier: 2,\n salaryMultiplier: 2,\n jobStatReqOffset: 199,\n },\n {\n name: LocationName.AevumGalacticCybersystems,\n info: \"\",\n companyPositions: Object.assign({}, AllTechnologyPositions, AllBusinessPositions, AllSoftwareConsultantPositions),\n expMultiplier: 1.9,\n salaryMultiplier: 1.9,\n jobStatReqOffset: 199,\n },\n {\n name: LocationName.AevumAeroCorp,\n info: \"\",\n companyPositions: Object.assign({}, CEOOnly, OperationsManagerOnly, AllTechnologyPositions, AllSecurityPositions),\n expMultiplier: 1.7,\n salaryMultiplier: 1.7,\n jobStatReqOffset: 199,\n },\n {\n name: LocationName.VolhavenOmniaCybersystems,\n info: \"\",\n companyPositions: Object.assign({}, CEOOnly, OperationsManagerOnly, AllTechnologyPositions, AllSecurityPositions),\n expMultiplier: 1.7,\n salaryMultiplier: 1.7,\n jobStatReqOffset: 199,\n },\n {\n name: LocationName.ChongqingSolarisSpaceSystems,\n info: \"\",\n companyPositions: Object.assign({}, CEOOnly, OperationsManagerOnly, AllTechnologyPositions, AllSecurityPositions),\n expMultiplier: 1.7,\n salaryMultiplier: 1.7,\n jobStatReqOffset: 199,\n },\n {\n name: LocationName.Sector12DeltaOne,\n info: \"\",\n companyPositions: Object.assign({}, CEOOnly, OperationsManagerOnly, AllTechnologyPositions, AllSecurityPositions),\n expMultiplier: 1.6,\n salaryMultiplier: 1.6,\n jobStatReqOffset: 199,\n },\n {\n name: LocationName.NewTokyoGlobalPharmaceuticals,\n info: \"\",\n companyPositions: Object.assign(\n {},\n AllTechnologyPositions,\n AllBusinessPositions,\n AllSoftwareConsultantPositions,\n AllSecurityPositions,\n ),\n expMultiplier: 1.8,\n salaryMultiplier: 1.8,\n jobStatReqOffset: 224,\n },\n {\n name: LocationName.IshimaNovaMedical,\n info: \"\",\n companyPositions: Object.assign(\n {},\n AllTechnologyPositions,\n AllBusinessPositions,\n AllSoftwareConsultantPositions,\n AllSecurityPositions,\n ),\n expMultiplier: 1.75,\n salaryMultiplier: 1.75,\n jobStatReqOffset: 199,\n },\n {\n name: LocationName.Sector12CIA,\n info: \"\",\n companyPositions: Object.assign(\n {},\n SoftwarePositionsUpToHeadOfEngineering,\n AllNetworkEngineerPositions,\n SecurityEngineerPositions,\n AllITPositions,\n AllSecurityPositions,\n AllAgentPositions,\n ),\n expMultiplier: 2,\n salaryMultiplier: 2,\n jobStatReqOffset: 149,\n },\n {\n name: LocationName.Sector12NSA,\n info: \"\",\n companyPositions: Object.assign(\n {},\n SoftwarePositionsUpToHeadOfEngineering,\n AllNetworkEngineerPositions,\n SecurityEngineerPositions,\n AllITPositions,\n AllSecurityPositions,\n AllAgentPositions,\n ),\n expMultiplier: 2,\n salaryMultiplier: 2,\n jobStatReqOffset: 149,\n },\n {\n name: LocationName.AevumWatchdogSecurity,\n info: \"\",\n companyPositions: Object.assign(\n {},\n SoftwarePositionsUpToHeadOfEngineering,\n AllNetworkEngineerPositions,\n AllITPositions,\n AllSecurityPositions,\n AllAgentPositions,\n AllSoftwareConsultantPositions,\n ),\n expMultiplier: 1.5,\n salaryMultiplier: 1.5,\n jobStatReqOffset: 124,\n },\n {\n name: LocationName.VolhavenLexoCorp,\n info: \"\",\n companyPositions: Object.assign(\n {},\n AllTechnologyPositions,\n AllSoftwareConsultantPositions,\n AllBusinessPositions,\n AllSecurityPositions,\n ),\n expMultiplier: 1.4,\n salaryMultiplier: 1.4,\n jobStatReqOffset: 99,\n },\n {\n name: LocationName.AevumRhoConstruction,\n info: \"\",\n companyPositions: Object.assign({}, SoftwarePositionsUpToLeadDeveloper, BusinessPositionsUpToOperationsManager),\n expMultiplier: 1.3,\n salaryMultiplier: 1.3,\n jobStatReqOffset: 49,\n },\n {\n name: LocationName.Sector12AlphaEnterprises,\n info: \"\",\n companyPositions: Object.assign(\n {},\n SoftwarePositionsUpToLeadDeveloper,\n BusinessPositionsUpToOperationsManager,\n AllSoftwareConsultantPositions,\n ),\n expMultiplier: 1.5,\n salaryMultiplier: 1.5,\n jobStatReqOffset: 99,\n },\n {\n name: LocationName.AevumPolice,\n info: \"\",\n companyPositions: Object.assign({}, AllSecurityPositions, SoftwarePositionsUpToLeadDeveloper),\n expMultiplier: 1.3,\n salaryMultiplier: 1.3,\n jobStatReqOffset: 99,\n },\n {\n name: LocationName.VolhavenSysCoreSecurities,\n info: \"\",\n companyPositions: Object.assign({}, AllTechnologyPositions),\n expMultiplier: 1.3,\n salaryMultiplier: 1.3,\n jobStatReqOffset: 124,\n },\n {\n name: LocationName.VolhavenCompuTek,\n info: \"\",\n companyPositions: Object.assign({}, AllTechnologyPositions),\n expMultiplier: 1.2,\n salaryMultiplier: 1.2,\n jobStatReqOffset: 74,\n },\n {\n name: LocationName.AevumNetLinkTechnologies,\n info: \"\",\n companyPositions: Object.assign({}, AllTechnologyPositions),\n expMultiplier: 1.2,\n salaryMultiplier: 1.2,\n jobStatReqOffset: 99,\n },\n {\n name: LocationName.Sector12CarmichaelSecurity,\n info: \"\",\n companyPositions: Object.assign(\n {},\n AllTechnologyPositions,\n AllSoftwareConsultantPositions,\n AllAgentPositions,\n AllSecurityPositions,\n ),\n expMultiplier: 1.2,\n salaryMultiplier: 1.2,\n jobStatReqOffset: 74,\n },\n {\n name: LocationName.Sector12FoodNStuff,\n info: \"\",\n companyPositions: Object.assign({}, EmployeeOnly, PartTimeEmployeeOnly),\n expMultiplier: 1,\n salaryMultiplier: 1,\n jobStatReqOffset: 0,\n },\n {\n name: LocationName.Sector12JoesGuns,\n info: \"\",\n companyPositions: Object.assign({}, EmployeeOnly, PartTimeEmployeeOnly),\n expMultiplier: 1,\n salaryMultiplier: 1,\n jobStatReqOffset: 0,\n },\n {\n name: LocationName.IshimaOmegaSoftware,\n info: \"\",\n companyPositions: Object.assign({}, AllSoftwarePositions, AllSoftwareConsultantPositions, AllITPositions),\n expMultiplier: 1.1,\n salaryMultiplier: 1.1,\n jobStatReqOffset: 49,\n },\n {\n name: LocationName.NewTokyoNoodleBar,\n info: \"\",\n companyPositions: Object.assign({}, WaiterOnly, PartTimeWaiterOnly),\n expMultiplier: 1,\n salaryMultiplier: 1,\n jobStatReqOffset: 0,\n },\n];\n","import { CompanyPosition } from \"./CompanyPosition\";\nimport * as posNames from \"./data/companypositionnames\";\nimport { favorToRep, repToFavor } from \"../Faction/formulas/favor\";\n\nimport { Generic_fromJSON, Generic_toJSON, IReviverValue, Reviver } from \"../utils/JSONReviver\";\n\nexport interface IConstructorParams {\n name: string;\n info: string;\n companyPositions: Record;\n expMultiplier: number;\n salaryMultiplier: number;\n jobStatReqOffset: number;\n isMegacorp?: boolean;\n}\n\nconst DefaultConstructorParams: IConstructorParams = {\n name: \"\",\n info: \"\",\n companyPositions: {},\n expMultiplier: 1,\n salaryMultiplier: 1,\n jobStatReqOffset: 0,\n};\n\nexport class Company {\n /** Company name */\n name: string;\n\n /** Description and general information about company */\n info: string;\n\n /** Has faction associated. */\n isMegacorp: boolean;\n\n /**\n * Object that holds all available positions in this Company.\n * Position names are held in keys.\n * The values for the keys don't matter, but we'll make them booleans\n *\n * Must match names of Company Positions, defined in data/companypositionnames.ts\n */\n companyPositions: Record;\n\n /** Company-specific multiplier for earnings */\n expMultiplier: number;\n salaryMultiplier: number;\n\n /**\n * The additional levels of stats you need to quality for a job\n * in this company.\n *\n * For example, the base stat requirement for an intern position is 1.\n * But if a company has a offset of 200, then you would need stat(s) of 201\n */\n jobStatReqOffset: number;\n\n /** Properties to track the player's progress in this company */\n isPlayerEmployed: boolean;\n playerReputation: number;\n favor: number;\n\n constructor(p: IConstructorParams = DefaultConstructorParams) {\n this.name = p.name;\n this.info = p.info;\n this.companyPositions = p.companyPositions;\n this.expMultiplier = p.expMultiplier;\n this.salaryMultiplier = p.salaryMultiplier;\n this.jobStatReqOffset = p.jobStatReqOffset;\n\n this.isPlayerEmployed = false;\n this.playerReputation = 1;\n this.favor = 0;\n this.isMegacorp = false;\n if (p.isMegacorp) this.isMegacorp = true;\n }\n\n hasPosition(pos: CompanyPosition | string): boolean {\n return this.companyPositions[typeof pos === \"string\" ? pos : pos.name] != null;\n }\n\n hasAgentPositions(): boolean {\n return this.companyPositions[posNames.AgentCompanyPositions[0]] != null;\n }\n\n hasBusinessConsultantPositions(): boolean {\n return this.companyPositions[posNames.BusinessConsultantCompanyPositions[0]] != null;\n }\n\n hasBusinessPositions(): boolean {\n return this.companyPositions[posNames.BusinessCompanyPositions[0]] != null;\n }\n\n hasEmployeePositions(): boolean {\n return this.companyPositions[posNames.MiscCompanyPositions[1]] != null;\n }\n\n hasITPositions(): boolean {\n return this.companyPositions[posNames.ITCompanyPositions[0]] != null;\n }\n\n hasSecurityPositions(): boolean {\n return this.companyPositions[posNames.SecurityCompanyPositions[2]] != null;\n }\n\n hasSoftwareConsultantPositions(): boolean {\n return this.companyPositions[posNames.SoftwareConsultantCompanyPositions[0]] != null;\n }\n\n hasSoftwarePositions(): boolean {\n return this.companyPositions[posNames.SoftwareCompanyPositions[0]] != null;\n }\n\n hasWaiterPositions(): boolean {\n return this.companyPositions[posNames.MiscCompanyPositions[0]] != null;\n }\n\n gainFavor(): void {\n if (this.favor == null) {\n this.favor = 0;\n }\n this.favor += this.getFavorGain();\n }\n\n getFavorGain(): number {\n if (this.favor == null) {\n this.favor = 0;\n }\n const storedRep = Math.max(0, favorToRep(this.favor));\n const totalRep = storedRep + this.playerReputation;\n const newFavor = repToFavor(totalRep);\n return newFavor - this.favor;\n }\n\n /** Serialize the current object to a JSON save state. */\n toJSON(): IReviverValue {\n return Generic_toJSON(\"Company\", this);\n }\n\n /** Initializes a Company from a JSON save state. */\n static fromJSON(value: IReviverValue): Company {\n return Generic_fromJSON(Company, value.data);\n }\n}\n\nReviver.constructors.Company = Company;\n","// Metadata used for constructing Company Positions\nimport { IConstructorParams } from \"../CompanyPosition\";\nimport * as posNames from \"./companypositionnames\";\n\nexport const companyPositionMetadata: IConstructorParams[] = [\n {\n name: posNames.SoftwareCompanyPositions[0], // Software Engineering Intern\n nextPosition: posNames.SoftwareCompanyPositions[1], // Junior Software Engineer\n baseSalary: 33,\n charismaEffectiveness: 15,\n charismaExpGain: 0.02,\n hackingEffectiveness: 85,\n hackingExpGain: 0.05,\n reqdHacking: 1,\n repMultiplier: 0.9,\n },\n {\n name: posNames.SoftwareCompanyPositions[1], // Junior Software Engineer\n nextPosition: posNames.SoftwareCompanyPositions[2], // Senior Software Engineer\n baseSalary: 80,\n charismaEffectiveness: 15,\n charismaExpGain: 0.05,\n hackingEffectiveness: 85,\n hackingExpGain: 0.1,\n reqdHacking: 51,\n reqdReputation: 8e3,\n repMultiplier: 1.1,\n },\n {\n name: posNames.SoftwareCompanyPositions[2], // Senior Software Engineer\n nextPosition: posNames.SoftwareCompanyPositions[3], // Lead Software Developer\n baseSalary: 165,\n charismaEffectiveness: 20,\n charismaExpGain: 0.08,\n hackingEffectiveness: 80,\n hackingExpGain: 0.4,\n reqdCharisma: 51,\n reqdHacking: 251,\n reqdReputation: 40e3,\n repMultiplier: 1.3,\n },\n {\n name: posNames.SoftwareCompanyPositions[3], // Lead Software Developer\n nextPosition: posNames.SoftwareCompanyPositions[4], // Head of Software\n baseSalary: 500,\n charismaEffectiveness: 25,\n charismaExpGain: 0.1,\n hackingEffectiveness: 75,\n hackingExpGain: 0.8,\n reqdCharisma: 151,\n reqdHacking: 401,\n reqdReputation: 200e3,\n repMultiplier: 1.5,\n },\n {\n name: posNames.SoftwareCompanyPositions[4], // Head of Software\n nextPosition: posNames.SoftwareCompanyPositions[5], // Head of Engineering\n baseSalary: 800,\n charismaEffectiveness: 25,\n charismaExpGain: 0.5,\n hackingEffectiveness: 75,\n hackingExpGain: 1,\n reqdCharisma: 251,\n reqdHacking: 501,\n reqdReputation: 400e3,\n repMultiplier: 1.6,\n },\n {\n name: posNames.SoftwareCompanyPositions[5], // Head of Engineering\n nextPosition: posNames.SoftwareCompanyPositions[6], // Vice President of Technology\n baseSalary: 1650,\n charismaEffectiveness: 25,\n charismaExpGain: 0.5,\n hackingEffectiveness: 75,\n hackingExpGain: 1.1,\n reqdCharisma: 251,\n reqdHacking: 501,\n reqdReputation: 800e3,\n repMultiplier: 1.6,\n },\n {\n name: posNames.SoftwareCompanyPositions[6], // Vice President of Technology\n nextPosition: posNames.SoftwareCompanyPositions[7], // Chief Technology Officer\n baseSalary: 2310,\n charismaEffectiveness: 30,\n charismaExpGain: 0.6,\n hackingEffectiveness: 70,\n hackingExpGain: 1.2,\n reqdCharisma: 401,\n reqdHacking: 601,\n reqdReputation: 1.6e6,\n repMultiplier: 1.75,\n },\n {\n name: posNames.SoftwareCompanyPositions[7], // Chief Technology Officer\n nextPosition: null,\n baseSalary: 2640,\n charismaEffectiveness: 35,\n charismaExpGain: 1,\n hackingEffectiveness: 65,\n hackingExpGain: 1.5,\n reqdCharisma: 501,\n reqdHacking: 751,\n reqdReputation: 3.2e6,\n repMultiplier: 2,\n },\n {\n name: posNames.ITCompanyPositions[0], // IT Intern\n nextPosition: posNames.ITCompanyPositions[1], // IT Analyst\n baseSalary: 26,\n charismaEffectiveness: 10,\n charismaExpGain: 0.01,\n hackingEffectiveness: 90,\n hackingExpGain: 0.04,\n reqdHacking: 1,\n repMultiplier: 0.9,\n },\n {\n name: posNames.ITCompanyPositions[1], // IT Analyst\n nextPosition: posNames.ITCompanyPositions[2], // IT Manager\n baseSalary: 66,\n charismaEffectiveness: 15,\n charismaExpGain: 0.02,\n hackingEffectiveness: 85,\n hackingExpGain: 0.08,\n reqdHacking: 26,\n reqdReputation: 7e3,\n repMultiplier: 1.1,\n },\n {\n name: posNames.ITCompanyPositions[2], // IT Manager\n nextPosition: posNames.ITCompanyPositions[3], // Systems Administrator\n baseSalary: 132,\n charismaEffectiveness: 20,\n charismaExpGain: 0.1,\n hackingEffectiveness: 80,\n hackingExpGain: 0.3,\n reqdCharisma: 51,\n reqdHacking: 151,\n reqdReputation: 35e3,\n repMultiplier: 1.3,\n },\n {\n name: posNames.ITCompanyPositions[3], // Systems Administrator\n nextPosition: posNames.SoftwareCompanyPositions[5], // Head of Engineering\n baseSalary: 410,\n charismaEffectiveness: 20,\n charismaExpGain: 0.2,\n hackingEffectiveness: 80,\n hackingExpGain: 0.5,\n reqdCharisma: 76,\n reqdHacking: 251,\n reqdReputation: 175e3,\n repMultiplier: 1.4,\n },\n {\n name: posNames.SecurityEngineerCompanyPositions[0], // Security Engineer\n nextPosition: posNames.SoftwareCompanyPositions[5], // Head of Engineering\n baseSalary: 121,\n charismaEffectiveness: 15,\n charismaExpGain: 0.05,\n hackingEffectiveness: 85,\n hackingExpGain: 0.4,\n reqdCharisma: 26,\n reqdHacking: 151,\n reqdReputation: 35e3,\n repMultiplier: 1.2,\n },\n {\n name: posNames.NetworkEngineerCompanyPositions[0], // Network Engineer\n nextPosition: posNames.NetworkEngineerCompanyPositions[1], // Network Administrator\n baseSalary: 121,\n charismaEffectiveness: 15,\n charismaExpGain: 0.05,\n hackingEffectiveness: 85,\n hackingExpGain: 0.4,\n reqdCharisma: 26,\n reqdHacking: 151,\n reqdReputation: 35e3,\n repMultiplier: 1.2,\n },\n {\n name: posNames.NetworkEngineerCompanyPositions[1], // Network Administrator\n nextPosition: posNames.SoftwareCompanyPositions[5], // Head of Engineering\n baseSalary: 410,\n charismaEffectiveness: 20,\n charismaExpGain: 0.1,\n hackingEffectiveness: 80,\n hackingExpGain: 0.5,\n reqdCharisma: 76,\n reqdHacking: 251,\n reqdReputation: 175e3,\n repMultiplier: 1.3,\n },\n {\n name: posNames.BusinessCompanyPositions[0], // Business Intern\n nextPosition: posNames.BusinessCompanyPositions[1], // Business Analyst\n baseSalary: 46,\n charismaEffectiveness: 90,\n charismaExpGain: 0.08,\n hackingEffectiveness: 10,\n hackingExpGain: 0.01,\n reqdCharisma: 1,\n reqdHacking: 1,\n repMultiplier: 0.9,\n },\n {\n name: posNames.BusinessCompanyPositions[1], // Business Analyst\n nextPosition: posNames.BusinessCompanyPositions[2], // Business Manager\n baseSalary: 100,\n charismaEffectiveness: 85,\n charismaExpGain: 0.15,\n hackingEffectiveness: 15,\n hackingExpGain: 0.02,\n reqdCharisma: 51,\n reqdHacking: 6,\n reqdReputation: 8e3,\n repMultiplier: 1.1,\n },\n {\n name: posNames.BusinessCompanyPositions[2], // Business Manager\n nextPosition: posNames.BusinessCompanyPositions[3], // Operations Manager\n baseSalary: 200,\n charismaEffectiveness: 85,\n charismaExpGain: 0.3,\n hackingEffectiveness: 15,\n hackingExpGain: 0.02,\n reqdCharisma: 101,\n reqdHacking: 51,\n reqdReputation: 40e3,\n repMultiplier: 1.3,\n },\n {\n name: posNames.BusinessCompanyPositions[3], // Operations Manager\n nextPosition: posNames.BusinessCompanyPositions[4], // Chief Financial Officer\n baseSalary: 660,\n charismaEffectiveness: 85,\n charismaExpGain: 0.4,\n hackingEffectiveness: 15,\n hackingExpGain: 0.02,\n reqdCharisma: 226,\n reqdHacking: 51,\n reqdReputation: 200e3,\n repMultiplier: 1.5,\n },\n {\n name: posNames.BusinessCompanyPositions[4], // Chief Financial Officer\n nextPosition: posNames.BusinessCompanyPositions[5], // Chief Executive Officer\n baseSalary: 1950,\n charismaEffectiveness: 90,\n charismaExpGain: 1,\n hackingEffectiveness: 10,\n hackingExpGain: 0.05,\n reqdCharisma: 501,\n reqdHacking: 76,\n reqdReputation: 800e3,\n repMultiplier: 1.6,\n },\n {\n name: posNames.BusinessCompanyPositions[5], // Chief Executive Officer\n nextPosition: null,\n baseSalary: 3900,\n charismaEffectiveness: 90,\n charismaExpGain: 1.5,\n hackingEffectiveness: 10,\n hackingExpGain: 0.05,\n reqdCharisma: 751,\n reqdHacking: 101,\n reqdReputation: 3.2e6,\n repMultiplier: 1.75,\n },\n {\n name: posNames.SecurityCompanyPositions[0], // Police Officer\n nextPosition: posNames.SecurityCompanyPositions[1], // Police Chief\n baseSalary: 82,\n hackingEffectiveness: 5,\n strengthEffectiveness: 20,\n defenseEffectiveness: 20,\n dexterityEffectiveness: 20,\n agilityEffectiveness: 20,\n charismaEffectiveness: 15,\n hackingExpGain: 0.02,\n strengthExpGain: 0.08,\n defenseExpGain: 0.08,\n dexterityExpGain: 0.08,\n agilityExpGain: 0.08,\n charismaExpGain: 0.04,\n reqdHacking: 11,\n reqdStrength: 101,\n reqdDefense: 101,\n reqdDexterity: 101,\n reqdAgility: 101,\n reqdCharisma: 51,\n reqdReputation: 8e3,\n repMultiplier: 1,\n },\n {\n name: posNames.SecurityCompanyPositions[1], // Police Chief\n nextPosition: null,\n baseSalary: 460,\n hackingEffectiveness: 5,\n strengthEffectiveness: 20,\n defenseEffectiveness: 20,\n dexterityEffectiveness: 20,\n agilityEffectiveness: 20,\n charismaEffectiveness: 15,\n hackingExpGain: 0.02,\n strengthExpGain: 0.1,\n defenseExpGain: 0.1,\n dexterityExpGain: 0.1,\n agilityExpGain: 0.1,\n charismaExpGain: 0.1,\n reqdHacking: 101,\n reqdStrength: 301,\n reqdDefense: 301,\n reqdDexterity: 301,\n reqdAgility: 301,\n reqdCharisma: 151,\n reqdReputation: 36e3,\n repMultiplier: 1.25,\n },\n {\n name: posNames.SecurityCompanyPositions[2], // Security Guard\n nextPosition: posNames.SecurityCompanyPositions[3], // Security Officer\n baseSalary: 50,\n hackingEffectiveness: 5,\n strengthEffectiveness: 20,\n defenseEffectiveness: 20,\n dexterityEffectiveness: 20,\n agilityEffectiveness: 20,\n charismaEffectiveness: 15,\n hackingExpGain: 0.01,\n strengthExpGain: 0.04,\n defenseExpGain: 0.04,\n dexterityExpGain: 0.04,\n agilityExpGain: 0.04,\n charismaExpGain: 0.02,\n reqdStrength: 51,\n reqdDefense: 51,\n reqdDexterity: 51,\n reqdAgility: 51,\n reqdCharisma: 1,\n repMultiplier: 1,\n },\n {\n name: posNames.SecurityCompanyPositions[3], // Security Officer\n nextPosition: posNames.SecurityCompanyPositions[4], // Security Supervisor\n baseSalary: 195,\n hackingEffectiveness: 10,\n strengthEffectiveness: 20,\n defenseEffectiveness: 20,\n dexterityEffectiveness: 20,\n agilityEffectiveness: 20,\n charismaEffectiveness: 10,\n hackingExpGain: 0.02,\n strengthExpGain: 0.1,\n defenseExpGain: 0.1,\n dexterityExpGain: 0.1,\n agilityExpGain: 0.1,\n charismaExpGain: 0.05,\n reqdHacking: 26,\n reqdStrength: 151,\n reqdDefense: 151,\n reqdDexterity: 151,\n reqdAgility: 151,\n reqdCharisma: 51,\n reqdReputation: 8e3,\n repMultiplier: 1.1,\n },\n {\n name: posNames.SecurityCompanyPositions[4], // Security Supervisor\n nextPosition: posNames.SecurityCompanyPositions[5], // Head of Security\n baseSalary: 660,\n hackingEffectiveness: 10,\n strengthEffectiveness: 15,\n defenseEffectiveness: 15,\n dexterityEffectiveness: 15,\n agilityEffectiveness: 15,\n charismaEffectiveness: 30,\n hackingExpGain: 0.02,\n strengthExpGain: 0.12,\n defenseExpGain: 0.12,\n dexterityExpGain: 0.12,\n agilityExpGain: 0.12,\n charismaExpGain: 0.1,\n reqdHacking: 26,\n reqdStrength: 251,\n reqdDefense: 251,\n reqdDexterity: 251,\n reqdAgility: 251,\n reqdCharisma: 101,\n reqdReputation: 36e3,\n repMultiplier: 1.25,\n },\n {\n name: posNames.SecurityCompanyPositions[5], // Head of Security\n nextPosition: null,\n baseSalary: 1320,\n hackingEffectiveness: 10,\n strengthEffectiveness: 15,\n defenseEffectiveness: 15,\n dexterityEffectiveness: 15,\n agilityEffectiveness: 15,\n charismaEffectiveness: 30,\n hackingExpGain: 0.05,\n strengthExpGain: 0.15,\n defenseExpGain: 0.15,\n dexterityExpGain: 0.15,\n agilityExpGain: 0.15,\n charismaExpGain: 0.15,\n reqdHacking: 51,\n reqdStrength: 501,\n reqdDefense: 501,\n reqdDexterity: 501,\n reqdAgility: 501,\n reqdCharisma: 151,\n reqdReputation: 144e3,\n repMultiplier: 1.4,\n },\n {\n name: posNames.AgentCompanyPositions[0], // Field Agent\n nextPosition: posNames.AgentCompanyPositions[1], // Secret Agent\n baseSalary: 330,\n hackingEffectiveness: 10,\n strengthEffectiveness: 15,\n defenseEffectiveness: 15,\n dexterityEffectiveness: 20,\n agilityEffectiveness: 20,\n charismaEffectiveness: 20,\n hackingExpGain: 0.04,\n strengthExpGain: 0.08,\n defenseExpGain: 0.08,\n dexterityExpGain: 0.08,\n agilityExpGain: 0.08,\n charismaExpGain: 0.05,\n reqdHacking: 101,\n reqdStrength: 101,\n reqdDefense: 101,\n reqdDexterity: 101,\n reqdAgility: 101,\n reqdCharisma: 101,\n reqdReputation: 8e3,\n repMultiplier: 1,\n },\n {\n name: posNames.AgentCompanyPositions[1], // Secret Agent\n nextPosition: posNames.AgentCompanyPositions[2], // Special Operative\n baseSalary: 990,\n hackingEffectiveness: 15,\n strengthEffectiveness: 15,\n defenseEffectiveness: 15,\n dexterityEffectiveness: 20,\n agilityEffectiveness: 20,\n charismaEffectiveness: 15,\n hackingExpGain: 0.1,\n strengthExpGain: 0.15,\n defenseExpGain: 0.15,\n dexterityExpGain: 0.15,\n agilityExpGain: 0.15,\n charismaExpGain: 0.1,\n reqdHacking: 201,\n reqdStrength: 251,\n reqdDefense: 251,\n reqdDexterity: 251,\n reqdAgility: 251,\n reqdCharisma: 201,\n reqdReputation: 32e3,\n repMultiplier: 1.25,\n },\n {\n name: posNames.AgentCompanyPositions[2], // Special Operative\n nextPosition: null,\n baseSalary: 2000,\n hackingEffectiveness: 15,\n strengthEffectiveness: 15,\n defenseEffectiveness: 15,\n dexterityEffectiveness: 20,\n agilityEffectiveness: 20,\n charismaEffectiveness: 15,\n hackingExpGain: 0.15,\n strengthExpGain: 0.2,\n defenseExpGain: 0.2,\n dexterityExpGain: 0.2,\n agilityExpGain: 0.2,\n charismaExpGain: 0.15,\n reqdHacking: 251,\n reqdStrength: 501,\n reqdDefense: 501,\n reqdDexterity: 501,\n reqdAgility: 501,\n reqdCharisma: 251,\n reqdReputation: 162e3,\n repMultiplier: 1.5,\n },\n {\n name: posNames.MiscCompanyPositions[0], // Waiter\n nextPosition: null,\n baseSalary: 22,\n strengthEffectiveness: 10,\n dexterityEffectiveness: 10,\n agilityEffectiveness: 10,\n charismaEffectiveness: 70,\n strengthExpGain: 0.02,\n defenseExpGain: 0.02,\n dexterityExpGain: 0.02,\n agilityExpGain: 0.02,\n charismaExpGain: 0.05,\n repMultiplier: 1,\n },\n {\n name: posNames.MiscCompanyPositions[1], // Employee\n nextPosition: null,\n baseSalary: 22,\n strengthEffectiveness: 10,\n dexterityEffectiveness: 10,\n agilityEffectiveness: 10,\n charismaEffectiveness: 70,\n strengthExpGain: 0.02,\n defenseExpGain: 0.02,\n dexterityExpGain: 0.02,\n agilityExpGain: 0.02,\n charismaExpGain: 0.04,\n repMultiplier: 1,\n },\n {\n name: posNames.SoftwareConsultantCompanyPositions[0], // Software Consultant\n nextPosition: posNames.SoftwareConsultantCompanyPositions[1], // Senior Software Consultant\n baseSalary: 66,\n hackingEffectiveness: 80,\n charismaEffectiveness: 20,\n hackingExpGain: 0.08,\n charismaExpGain: 0.03,\n reqdHacking: 51,\n repMultiplier: 1,\n },\n {\n name: posNames.SoftwareConsultantCompanyPositions[1], // Senior Software Consultant\n nextPosition: null,\n baseSalary: 132,\n hackingEffectiveness: 75,\n charismaEffectiveness: 25,\n hackingExpGain: 0.25,\n charismaExpGain: 0.06,\n reqdHacking: 251,\n reqdCharisma: 51,\n repMultiplier: 1.2,\n },\n {\n name: posNames.BusinessConsultantCompanyPositions[0], // Business Consultant\n nextPosition: posNames.BusinessConsultantCompanyPositions[1], // Senior Business Consultant\n baseSalary: 66,\n hackingEffectiveness: 20,\n charismaEffectiveness: 80,\n hackingExpGain: 0.015,\n charismaExpGain: 0.15,\n reqdHacking: 6,\n reqdCharisma: 51,\n repMultiplier: 1,\n },\n {\n name: posNames.BusinessConsultantCompanyPositions[1], // Senior Business Consultant\n nextPosition: null,\n baseSalary: 525,\n hackingEffectiveness: 15,\n charismaEffectiveness: 85,\n hackingExpGain: 0.015,\n charismaExpGain: 0.3,\n reqdHacking: 51,\n reqdCharisma: 226,\n repMultiplier: 1.2,\n },\n {\n name: posNames.PartTimeCompanyPositions[0], // Part-time waiter\n nextPosition: null,\n baseSalary: 20,\n strengthEffectiveness: 10,\n dexterityEffectiveness: 10,\n agilityEffectiveness: 10,\n charismaEffectiveness: 70,\n strengthExpGain: 0.0075,\n defenseExpGain: 0.0075,\n dexterityExpGain: 0.0075,\n agilityExpGain: 0.0075,\n charismaExpGain: 0.04,\n repMultiplier: 1,\n },\n {\n name: posNames.PartTimeCompanyPositions[1], // Part-time employee\n nextPosition: null,\n baseSalary: 20,\n strengthEffectiveness: 10,\n dexterityEffectiveness: 10,\n agilityEffectiveness: 10,\n charismaEffectiveness: 70,\n strengthExpGain: 0.0075,\n defenseExpGain: 0.0075,\n dexterityExpGain: 0.0075,\n agilityExpGain: 0.0075,\n charismaExpGain: 0.03,\n repMultiplier: 1,\n },\n];\n","import { CONSTANTS } from \"../Constants\";\nimport * as names from \"./data/companypositionnames\";\n\n/* tslint:disable:completed-docs */\n\nexport interface IConstructorParams {\n name: string;\n nextPosition: string | null;\n baseSalary: number;\n repMultiplier: number;\n\n reqdHacking?: number;\n reqdStrength?: number;\n reqdDefense?: number;\n reqdDexterity?: number;\n reqdAgility?: number;\n reqdCharisma?: number;\n reqdReputation?: number;\n\n hackingEffectiveness?: number;\n strengthEffectiveness?: number;\n defenseEffectiveness?: number;\n dexterityEffectiveness?: number;\n agilityEffectiveness?: number;\n charismaEffectiveness?: number;\n\n hackingExpGain?: number;\n strengthExpGain?: number;\n defenseExpGain?: number;\n dexterityExpGain?: number;\n agilityExpGain?: number;\n charismaExpGain?: number;\n}\n\nexport class CompanyPosition {\n /** Position title */\n name: string;\n\n /** Title of next position to be promoted to */\n nextPosition: string | null;\n\n /**\n * Base salary for this position ($ per 200ms game cycle)\n * Will be multiplier by a company-specific multiplier for final salary\n */\n baseSalary: number;\n\n /** Reputation multiplier */\n repMultiplier: number;\n\n /** Required stats to earn this position */\n requiredAgility: number;\n requiredCharisma: number;\n requiredDefense: number;\n requiredDexterity: number;\n requiredHacking: number;\n requiredStrength: number;\n\n /** Required company reputation to earn this position */\n requiredReputation: number;\n\n /** Effectiveness of each stat time for job performance */\n hackingEffectiveness: number;\n strengthEffectiveness: number;\n defenseEffectiveness: number;\n dexterityEffectiveness: number;\n agilityEffectiveness: number;\n charismaEffectiveness: number;\n\n /** Experience gain for performing job (per 200ms game cycle) */\n hackingExpGain: number;\n strengthExpGain: number;\n defenseExpGain: number;\n dexterityExpGain: number;\n agilityExpGain: number;\n charismaExpGain: number;\n\n constructor(p: IConstructorParams) {\n this.name = p.name;\n this.nextPosition = p.nextPosition;\n this.baseSalary = p.baseSalary;\n this.repMultiplier = p.repMultiplier;\n\n this.requiredHacking = p.reqdHacking != null ? p.reqdHacking : 0;\n this.requiredStrength = p.reqdStrength != null ? p.reqdStrength : 0;\n this.requiredDefense = p.reqdDefense != null ? p.reqdDefense : 0;\n this.requiredDexterity = p.reqdDexterity != null ? p.reqdDexterity : 0;\n this.requiredAgility = p.reqdAgility != null ? p.reqdAgility : 0;\n this.requiredCharisma = p.reqdCharisma != null ? p.reqdCharisma : 0;\n this.requiredReputation = p.reqdReputation != null ? p.reqdReputation : 0;\n\n this.hackingEffectiveness = p.hackingEffectiveness != null ? p.hackingEffectiveness : 0;\n this.strengthEffectiveness = p.strengthEffectiveness != null ? p.strengthEffectiveness : 0;\n this.defenseEffectiveness = p.defenseEffectiveness != null ? p.defenseEffectiveness : 0;\n this.dexterityEffectiveness = p.dexterityEffectiveness != null ? p.dexterityEffectiveness : 0;\n this.agilityEffectiveness = p.agilityEffectiveness != null ? p.agilityEffectiveness : 0;\n this.charismaEffectiveness = p.charismaEffectiveness != null ? p.charismaEffectiveness : 0;\n\n if (\n Math.round(\n this.hackingEffectiveness +\n this.strengthEffectiveness +\n this.defenseEffectiveness +\n this.dexterityEffectiveness +\n this.agilityEffectiveness +\n this.charismaEffectiveness,\n ) !== 100\n ) {\n console.error(`CompanyPosition ${this.name} parameters do not sum to 100`);\n }\n\n this.hackingExpGain = p.hackingExpGain != null ? p.hackingExpGain : 0;\n this.strengthExpGain = p.strengthExpGain != null ? p.strengthExpGain : 0;\n this.defenseExpGain = p.defenseExpGain != null ? p.defenseExpGain : 0;\n this.dexterityExpGain = p.dexterityExpGain != null ? p.dexterityExpGain : 0;\n this.agilityExpGain = p.agilityExpGain != null ? p.agilityExpGain : 0;\n this.charismaExpGain = p.charismaExpGain != null ? p.charismaExpGain : 0;\n }\n\n calculateJobPerformance(hack: number, str: number, def: number, dex: number, agi: number, cha: number): number {\n const hackRatio: number = (this.hackingEffectiveness * hack) / CONSTANTS.MaxSkillLevel;\n const strRatio: number = (this.strengthEffectiveness * str) / CONSTANTS.MaxSkillLevel;\n const defRatio: number = (this.defenseEffectiveness * def) / CONSTANTS.MaxSkillLevel;\n const dexRatio: number = (this.dexterityEffectiveness * dex) / CONSTANTS.MaxSkillLevel;\n const agiRatio: number = (this.agilityEffectiveness * agi) / CONSTANTS.MaxSkillLevel;\n const chaRatio: number = (this.charismaEffectiveness * cha) / CONSTANTS.MaxSkillLevel;\n\n let reputationGain: number =\n (this.repMultiplier * (hackRatio + strRatio + defRatio + dexRatio + agiRatio + chaRatio)) / 100;\n if (isNaN(reputationGain)) {\n console.error(\"Company reputation gain calculated to be NaN\");\n reputationGain = 0;\n }\n\n return reputationGain;\n }\n\n isSoftwareJob(): boolean {\n return names.SoftwareCompanyPositions.includes(this.name);\n }\n\n isITJob(): boolean {\n return names.ITCompanyPositions.includes(this.name);\n }\n\n isSecurityEngineerJob(): boolean {\n return names.SecurityEngineerCompanyPositions.includes(this.name);\n }\n\n isNetworkEngineerJob(): boolean {\n return names.NetworkEngineerCompanyPositions.includes(this.name);\n }\n\n isBusinessJob(): boolean {\n return names.BusinessCompanyPositions.includes(this.name);\n }\n\n isSecurityJob(): boolean {\n return names.SecurityCompanyPositions.includes(this.name);\n }\n\n isAgentJob(): boolean {\n return names.AgentCompanyPositions.includes(this.name);\n }\n\n isSoftwareConsultantJob(): boolean {\n return names.SoftwareConsultantCompanyPositions.includes(this.name);\n }\n\n isBusinessConsultantJob(): boolean {\n return names.BusinessConsultantCompanyPositions.includes(this.name);\n }\n\n isPartTimeJob(): boolean {\n return names.PartTimeCompanyPositions.includes(this.name);\n }\n}\n","import { BaseServer } from \"../Server/BaseServer\";\n\nexport interface IProgramCreate {\n level: number;\n req(): boolean; // Function that indicates whether player meets requirements\n time: number;\n tooltip: string;\n}\n\nexport class Program {\n name = \"\";\n create: IProgramCreate | null;\n run: (args: string[], server: BaseServer) => void;\n\n constructor(name: string, create: IProgramCreate | null, run: (args: string[], server: BaseServer) => void) {\n this.name = name;\n this.create = create;\n this.run = run;\n }\n}\n","import { IProgramCreate } from \"../Program\";\nimport { CONSTANTS } from \"../../Constants\";\nimport { BaseServer } from \"../../Server/BaseServer\";\nimport { Server } from \"../../Server/Server\";\nimport { Terminal } from \"../../Terminal\";\nimport { Player } from \"@player\";\nimport { convertTimeMsToTimeElapsedString } from \"../../utils/StringHelperFunctions\";\nimport { GetServer } from \"../../Server/AllServers\";\nimport { numeralWrapper } from \"../../ui/numeralFormat\";\nimport { BitNodeMultipliers } from \"../../BitNode/BitNodeMultipliers\";\nimport { BitFlumeEvent } from \"../../BitNode/ui/BitFlumeModal\";\nimport { calculateHackingTime, calculateGrowTime, calculateWeakenTime } from \"../../Hacking\";\nimport { FactionNames } from \"../../Faction/data/FactionNames\";\n\nfunction requireHackingLevel(lvl: number) {\n return function () {\n return Player.skills.hacking + Player.skills.intelligence / 2 >= lvl;\n };\n}\n\nfunction bitFlumeRequirements() {\n return function () {\n return Player.sourceFiles.length > 0 && Player.skills.hacking >= 1;\n };\n}\n\ninterface IProgramCreationParams {\n key: string;\n name: string;\n create: IProgramCreate | null;\n run: (args: string[], server: BaseServer) => void;\n}\n\nexport const programsMetadata: IProgramCreationParams[] = [\n {\n key: \"NukeProgram\",\n name: \"NUKE.exe\",\n create: {\n level: 1,\n tooltip: \"This virus is used to gain root access to a machine if enough ports are opened.\",\n req: requireHackingLevel(1),\n time: CONSTANTS.MillisecondsPerFiveMinutes,\n },\n run: (_args: string[], server: BaseServer): void => {\n if (!(server instanceof Server)) {\n Terminal.error(\"Cannot nuke this kind of server.\");\n return;\n }\n if (server.hasAdminRights) {\n Terminal.print(\"You already have root access to this computer. There is no reason to run NUKE.exe\");\n Terminal.print(\"You can now run scripts on this server.\");\n return;\n }\n if (server.openPortCount >= server.numOpenPortsRequired) {\n server.hasAdminRights = true;\n Terminal.print(\"NUKE successful! Gained root access to \" + server.hostname);\n Terminal.print(\"You can now run scripts on this server.\");\n return;\n }\n\n Terminal.print(\"NUKE unsuccessful. Not enough ports have been opened\");\n },\n },\n {\n key: \"BruteSSHProgram\",\n name: \"BruteSSH.exe\",\n create: {\n level: 50,\n tooltip: \"This program executes a brute force attack that opens SSH ports\",\n req: requireHackingLevel(50),\n time: CONSTANTS.MillisecondsPerFiveMinutes * 2,\n },\n run: (_args: string[], server: BaseServer): void => {\n if (!(server instanceof Server)) {\n Terminal.error(\"Cannot run BruteSSH.exe on this kind of server.\");\n return;\n }\n if (server.sshPortOpen) {\n Terminal.print(\"SSH Port (22) is already open!\");\n return;\n }\n\n server.sshPortOpen = true;\n Terminal.print(\"Opened SSH Port(22)!\");\n server.openPortCount++;\n },\n },\n {\n key: \"FTPCrackProgram\",\n name: \"FTPCrack.exe\",\n create: {\n level: 100,\n tooltip: \"This program cracks open FTP ports\",\n req: requireHackingLevel(100),\n time: CONSTANTS.MillisecondsPerHalfHour,\n },\n run: (_args: string[], server: BaseServer): void => {\n if (!(server instanceof Server)) {\n Terminal.error(\"Cannot run FTPCrack.exe on this kind of server.\");\n return;\n }\n if (server.ftpPortOpen) {\n Terminal.print(\"FTP Port (21) is already open!\");\n return;\n }\n\n server.ftpPortOpen = true;\n Terminal.print(\"Opened FTP Port (21)!\");\n server.openPortCount++;\n },\n },\n {\n key: \"RelaySMTPProgram\",\n name: \"relaySMTP.exe\",\n create: {\n level: 250,\n tooltip: \"This program opens SMTP ports by redirecting data\",\n req: requireHackingLevel(250),\n time: CONSTANTS.MillisecondsPer2Hours,\n },\n run: (_args: string[], server: BaseServer): void => {\n if (!(server instanceof Server)) {\n Terminal.error(\"Cannot run relaySMTP.exe on this kind of server.\");\n return;\n }\n if (server.smtpPortOpen) {\n Terminal.print(\"SMTP Port (25) is already open!\");\n return;\n }\n\n server.smtpPortOpen = true;\n Terminal.print(\"Opened SMTP Port (25)!\");\n server.openPortCount++;\n },\n },\n {\n key: \"HTTPWormProgram\",\n name: \"HTTPWorm.exe\",\n create: {\n level: 500,\n tooltip: \"This virus opens up HTTP ports\",\n req: requireHackingLevel(500),\n time: CONSTANTS.MillisecondsPer4Hours,\n },\n run: (_args: string[], server: BaseServer): void => {\n if (!(server instanceof Server)) {\n Terminal.error(\"Cannot run HTTPWorm.exe on this kind of server.\");\n return;\n }\n if (server.httpPortOpen) {\n Terminal.print(\"HTTP Port (80) is already open!\");\n return;\n }\n\n server.httpPortOpen = true;\n Terminal.print(\"Opened HTTP Port (80)!\");\n server.openPortCount++;\n },\n },\n {\n key: \"SQLInjectProgram\",\n name: \"SQLInject.exe\",\n create: {\n level: 750,\n tooltip: \"This virus opens SQL ports\",\n req: requireHackingLevel(750),\n time: CONSTANTS.MillisecondsPer8Hours,\n },\n run: (_args: string[], server: BaseServer): void => {\n if (!(server instanceof Server)) {\n Terminal.error(\"Cannot run SQLInject.exe on this kind of server.\");\n return;\n }\n if (server.sqlPortOpen) {\n Terminal.print(\"SQL Port (1433) is already open!\");\n return;\n }\n\n server.sqlPortOpen = true;\n Terminal.print(\"Opened SQL Port (1433)!\");\n server.openPortCount++;\n },\n },\n {\n key: \"DeepscanV1\",\n name: \"DeepscanV1.exe\",\n create: {\n level: 75,\n tooltip: \"This program allows you to use the scan-analyze command with a depth up to 5\",\n req: requireHackingLevel(75),\n time: CONSTANTS.MillisecondsPerQuarterHour,\n },\n run: (): void => {\n Terminal.print(\"This executable cannot be run.\");\n Terminal.print(\"DeepscanV1.exe lets you run 'scan-analyze' with a depth up to 5.\");\n },\n },\n {\n key: \"DeepscanV2\",\n name: \"DeepscanV2.exe\",\n create: {\n level: 400,\n tooltip: \"This program allows you to use the scan-analyze command with a depth up to 10\",\n req: requireHackingLevel(400),\n time: CONSTANTS.MillisecondsPer2Hours,\n },\n run: (): void => {\n Terminal.print(\"This executable cannot be run.\");\n Terminal.print(\"DeepscanV2.exe lets you run 'scan-analyze' with a depth up to 10.\");\n },\n },\n {\n key: \"ServerProfiler\",\n name: \"ServerProfiler.exe\",\n create: {\n level: 75,\n tooltip: \"This program is used to display hacking and Netscript-related information about servers\",\n req: requireHackingLevel(75),\n time: CONSTANTS.MillisecondsPerHalfHour,\n },\n run: (args: string[]): void => {\n if (args.length !== 1) {\n Terminal.error(\"Must pass a server hostname or IP as an argument for ServerProfiler.exe\");\n return;\n }\n\n const targetServer = GetServer(args[0]);\n if (targetServer == null) {\n Terminal.error(\"Invalid server IP/hostname\");\n return;\n }\n\n if (!(targetServer instanceof Server)) {\n Terminal.error(`ServerProfiler.exe can only be run on normal servers.`);\n return;\n }\n\n Terminal.print(targetServer.hostname + \":\");\n Terminal.print(\"Server base security level: \" + targetServer.baseDifficulty);\n Terminal.print(\"Server current security level: \" + targetServer.hackDifficulty);\n Terminal.print(\"Server growth rate: \" + targetServer.serverGrowth);\n Terminal.print(\n `Netscript hack() execution time: ${convertTimeMsToTimeElapsedString(\n calculateHackingTime(targetServer, Player) * 1000,\n true,\n )}`,\n );\n Terminal.print(\n `Netscript grow() execution time: ${convertTimeMsToTimeElapsedString(\n calculateGrowTime(targetServer, Player) * 1000,\n true,\n )}`,\n );\n Terminal.print(\n `Netscript weaken() execution time: ${convertTimeMsToTimeElapsedString(\n calculateWeakenTime(targetServer, Player) * 1000,\n true,\n )}`,\n );\n },\n },\n {\n key: \"AutoLink\",\n name: \"AutoLink.exe\",\n create: {\n level: 25,\n tooltip: \"This program allows you to directly connect to other servers through the 'scan-analyze' command\",\n req: requireHackingLevel(25),\n time: CONSTANTS.MillisecondsPerQuarterHour,\n },\n run: (): void => {\n Terminal.print(\"This executable cannot be run.\");\n Terminal.print(\"AutoLink.exe lets you automatically connect to other servers when using 'scan-analyze'.\");\n Terminal.print(\"When using scan-analyze, click on a server's hostname to connect to it.\");\n },\n },\n {\n key: \"Formulas\",\n name: \"Formulas.exe\",\n create: {\n level: 1000,\n tooltip: \"This program allows you to use the formulas API\",\n req: requireHackingLevel(1000),\n time: CONSTANTS.MillisecondsPer4Hours,\n },\n run: (): void => {\n Terminal.print(\"This executable cannot be run.\");\n Terminal.print(\"Formulas.exe lets you use the formulas API.\");\n },\n },\n {\n key: \"BitFlume\",\n name: \"b1t_flum3.exe\",\n create: {\n level: 1,\n tooltip: \"This program creates a portal to the BitNode Nexus (allows you to restart and switch BitNodes)\",\n req: bitFlumeRequirements(),\n time: CONSTANTS.MillisecondsPerFiveMinutes / 20,\n },\n run: (): void => {\n BitFlumeEvent.emit();\n },\n },\n {\n key: \"Flight\",\n name: \"fl1ght.exe\",\n create: null,\n run: (): void => {\n const numAugReq = BitNodeMultipliers.DaedalusAugsRequirement;\n const fulfilled =\n Player.augmentations.length >= numAugReq && Player.money > 1e11 && Player.skills.hacking >= 2500;\n if (!fulfilled) {\n Terminal.print(`Augmentations: ${Player.augmentations.length} / ${numAugReq}`);\n Terminal.print(`Money: ${numeralWrapper.formatMoney(Player.money)} / $100b`);\n Terminal.print(`Hacking skill: ${Player.skills.hacking} / 2500`);\n return;\n }\n\n Terminal.print(\"We will contact you.\");\n Terminal.print(`-- ${FactionNames.Daedalus} --`);\n },\n },\n];\n","// Function that generates a random gibberish string of length n\nconst chars = \"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789\";\n\nexport function createRandomString(n: number): string {\n let str = \"\";\n\n for (let i = 0; i < n; ++i) {\n str += chars.charAt(Math.floor(Math.random() * chars.length));\n }\n\n return str;\n}\n","import { Output, Link, RawOutput, TTimer } from \"./OutputTypes\";\nimport { Router } from \"../ui/GameRoot\";\nimport { Player } from \"@player\";\nimport { HacknetServer } from \"../Hacknet/HacknetServer\";\nimport { BaseServer } from \"../Server/BaseServer\";\nimport { Server } from \"../Server/Server\";\nimport { Programs } from \"../Programs/Programs\";\nimport { CodingContractResult } from \"../CodingContracts\";\nimport { TerminalEvents, TerminalClearEvents } from \"./TerminalEvents\";\n\nimport { TextFile } from \"../TextFile\";\nimport { Script } from \"../Script/Script\";\nimport { isScriptFilename } from \"../Script/isScriptFilename\";\nimport { CONSTANTS } from \"../Constants\";\nimport { GetServer, GetAllServers } from \"../Server/AllServers\";\n\nimport { removeLeadingSlash, isInRootDirectory, evaluateFilePath } from \"./DirectoryHelpers\";\nimport { checkIfConnectedToDarkweb } from \"../DarkWeb/DarkWeb\";\nimport { iTutorialNextStep, iTutorialSteps, ITutorial } from \"../InteractiveTutorial\";\nimport { getServerOnNetwork, processSingleServerGrowth } from \"../Server/ServerHelpers\";\nimport { ParseCommand, ParseCommands } from \"./Parser\";\nimport { SpecialServers } from \"../Server/data/SpecialServers\";\nimport { Settings } from \"../Settings/Settings\";\nimport { createProgressBarText } from \"../utils/helpers/createProgressBarText\";\nimport {\n calculateHackingChance,\n calculateHackingExpGain,\n calculatePercentMoneyHacked,\n calculateHackingTime,\n calculateGrowTime,\n calculateWeakenTime,\n} from \"../Hacking\";\nimport { numeralWrapper } from \"../ui/numeralFormat\";\nimport { convertTimeMsToTimeElapsedString } from \"../utils/StringHelperFunctions\";\n\nimport { alias } from \"./commands/alias\";\nimport { analyze } from \"./commands/analyze\";\nimport { backdoor } from \"./commands/backdoor\";\nimport { buy } from \"./commands/buy\";\nimport { cat } from \"./commands/cat\";\nimport { cd } from \"./commands/cd\";\nimport { check } from \"./commands/check\";\nimport { connect } from \"./commands/connect\";\nimport { cp } from \"./commands/cp\";\nimport { download } from \"./commands/download\";\nimport { expr } from \"./commands/expr\";\nimport { free } from \"./commands/free\";\nimport { grow } from \"./commands/grow\";\nimport { hack } from \"./commands/hack\";\nimport { help } from \"./commands/help\";\nimport { history } from \"./commands/history\";\nimport { home } from \"./commands/home\";\nimport { hostname } from \"./commands/hostname\";\nimport { kill } from \"./commands/kill\";\nimport { killall } from \"./commands/killall\";\nimport { ls } from \"./commands/ls\";\nimport { lscpu } from \"./commands/lscpu\";\nimport { mem } from \"./commands/mem\";\nimport { mv } from \"./commands/mv\";\nimport { nano } from \"./commands/nano\";\nimport { ps } from \"./commands/ps\";\nimport { rm } from \"./commands/rm\";\nimport { run } from \"./commands/run\";\nimport { scan } from \"./commands/scan\";\nimport { scananalyze } from \"./commands/scananalyze\";\nimport { scp } from \"./commands/scp\";\nimport { sudov } from \"./commands/sudov\";\nimport { tail } from \"./commands/tail\";\nimport { top } from \"./commands/top\";\nimport { unalias } from \"./commands/unalias\";\nimport { vim } from \"./commands/vim\";\nimport { weaken } from \"./commands/weaken\";\nimport { wget } from \"./commands/wget\";\nimport { hash } from \"../hash/hash\";\nimport { apr1 } from \"./commands/apr1\";\nimport { BitNodeMultipliers } from \"../BitNode/BitNodeMultipliers\";\n\nexport class Terminal {\n // Flags to determine whether the player is currently running a hack or an analyze\n action: TTimer | null = null;\n\n commandHistory: string[] = [];\n commandHistoryIndex = 0;\n\n outputHistory: (Output | Link | RawOutput)[] = [\n new Output(`Bitburner v${CONSTANTS.VersionString} (${hash()})`, \"primary\"),\n ];\n\n // True if a Coding Contract prompt is opened\n contractOpen = false;\n\n // Full Path of current directory\n // Excludes the trailing forward slash\n currDir = \"/\";\n\n process(cycles: number): void {\n if (this.action === null) return;\n this.action.timeLeft -= (CONSTANTS._idleSpeed * cycles) / 1000;\n if (this.action.timeLeft < 0.01) this.finishAction(false);\n TerminalEvents.emit();\n }\n\n append(item: Output | Link | RawOutput): void {\n this.outputHistory.push(item);\n if (this.outputHistory.length > Settings.MaxTerminalCapacity) {\n this.outputHistory.splice(0, this.outputHistory.length - Settings.MaxTerminalCapacity);\n }\n TerminalEvents.emit();\n }\n\n print(s: string): void {\n this.append(new Output(s, \"primary\"));\n }\n\n printRaw(node: React.ReactNode): void {\n this.append(new RawOutput(node));\n }\n\n error(s: string): void {\n this.append(new Output(s, \"error\"));\n }\n\n success(s: string): void {\n this.append(new Output(s, \"success\"));\n }\n\n info(s: string): void {\n this.append(new Output(s, \"info\"));\n }\n\n warn(s: string): void {\n this.append(new Output(s, \"warn\"));\n }\n\n startHack(): void {\n // Hacking through Terminal should be faster than hacking through a script\n const server = Player.getCurrentServer();\n if (server instanceof HacknetServer) {\n this.error(\"Cannot hack this kind of server\");\n return;\n }\n if (!(server instanceof Server)) throw new Error(\"server should be normal server\");\n this.startAction(calculateHackingTime(server, Player) / 4, \"h\", server);\n }\n\n startGrow(): void {\n const server = Player.getCurrentServer();\n if (server instanceof HacknetServer) {\n this.error(\"Cannot grow this kind of server\");\n return;\n }\n if (!(server instanceof Server)) throw new Error(\"server should be normal server\");\n this.startAction(calculateGrowTime(server, Player) / 16, \"g\", server);\n }\n startWeaken(): void {\n const server = Player.getCurrentServer();\n if (server instanceof HacknetServer) {\n this.error(\"Cannot weaken this kind of server\");\n return;\n }\n if (!(server instanceof Server)) throw new Error(\"server should be normal server\");\n this.startAction(calculateWeakenTime(server, Player) / 16, \"w\", server);\n }\n\n startBackdoor(): void {\n // Backdoor should take the same amount of time as hack\n const server = Player.getCurrentServer();\n if (server instanceof HacknetServer) {\n this.error(\"Cannot backdoor this kind of server\");\n return;\n }\n if (!(server instanceof Server)) throw new Error(\"server should be normal server\");\n this.startAction(calculateHackingTime(server, Player) / 4, \"b\", server);\n }\n\n startAnalyze(): void {\n this.print(\"Analyzing system...\");\n const server = Player.getCurrentServer();\n this.startAction(1, \"a\", server);\n }\n\n startAction(n: number, action: \"h\" | \"b\" | \"a\" | \"g\" | \"w\", server?: BaseServer): void {\n this.action = new TTimer(n, action, server);\n }\n\n // Complete the hack/analyze command\n finishHack(server: BaseServer, cancelled = false): void {\n if (cancelled) return;\n\n if (server instanceof HacknetServer) {\n this.error(\"Cannot hack this kind of server\");\n return;\n }\n if (!(server instanceof Server)) throw new Error(\"server should be normal server\");\n\n // Calculate whether hack was successful\n const hackChance = calculateHackingChance(server, Player);\n const rand = Math.random();\n const expGainedOnSuccess = calculateHackingExpGain(server, Player);\n const expGainedOnFailure = expGainedOnSuccess / 4;\n if (rand < hackChance) {\n // Success!\n server.backdoorInstalled = true;\n if (SpecialServers.WorldDaemon === server.hostname) {\n Router.toBitVerse(false, false);\n return;\n }\n let moneyGained = calculatePercentMoneyHacked(server, Player) * BitNodeMultipliers.ManualHackMoney;\n moneyGained = Math.floor(server.moneyAvailable * moneyGained);\n\n if (moneyGained <= 0) {\n moneyGained = 0;\n } // Safety check\n\n server.moneyAvailable -= moneyGained;\n Player.gainMoney(moneyGained, \"hacking\");\n Player.gainHackingExp(expGainedOnSuccess);\n Player.gainIntelligenceExp(expGainedOnSuccess / CONSTANTS.IntelligenceTerminalHackBaseExpGain);\n\n const oldSec = server.hackDifficulty;\n server.fortify(CONSTANTS.ServerFortifyAmount);\n const newSec = server.hackDifficulty;\n\n this.print(\n `Hack successful on '${server.hostname}'! Gained ${numeralWrapper.formatMoney(\n moneyGained,\n )} and ${numeralWrapper.formatExp(expGainedOnSuccess)} hacking exp`,\n );\n this.print(\n `Security increased on '${server.hostname}' from ${numeralWrapper.formatSecurity(\n oldSec,\n )} to ${numeralWrapper.formatSecurity(newSec)}`,\n );\n } else {\n // Failure\n Player.gainHackingExp(expGainedOnFailure);\n this.print(\n `Failed to hack '${server.hostname}'. Gained ${numeralWrapper.formatExp(expGainedOnFailure)} hacking exp`,\n );\n }\n }\n\n finishGrow(server: BaseServer, cancelled = false): void {\n if (cancelled) return;\n\n if (server instanceof HacknetServer) {\n this.error(\"Cannot grow this kind of server\");\n return;\n }\n if (!(server instanceof Server)) throw new Error(\"server should be normal server\");\n const expGain = calculateHackingExpGain(server, Player);\n const oldSec = server.hackDifficulty;\n const growth = processSingleServerGrowth(server, 25, server.cpuCores) - 1;\n const newSec = server.hackDifficulty;\n\n Player.gainHackingExp(expGain);\n this.print(\n `Available money on '${server.hostname}' grown by ${numeralWrapper.formatPercentage(\n growth,\n 6,\n )}. Gained ${numeralWrapper.formatExp(expGain)} hacking exp.`,\n );\n this.print(\n `Security increased on '${server.hostname}' from ${numeralWrapper.formatSecurity(\n oldSec,\n )} to ${numeralWrapper.formatSecurity(newSec)}`,\n );\n }\n\n finishWeaken(server: BaseServer, cancelled = false): void {\n if (cancelled) return;\n\n if (server instanceof HacknetServer) {\n this.error(\"Cannot weaken this kind of server\");\n return;\n }\n if (!(server instanceof Server)) throw new Error(\"server should be normal server\");\n const expGain = calculateHackingExpGain(server, Player);\n const oldSec = server.hackDifficulty;\n server.weaken(CONSTANTS.ServerWeakenAmount);\n const newSec = server.hackDifficulty;\n\n Player.gainHackingExp(expGain);\n this.print(\n `Security decreased on '${server.hostname}' from ${numeralWrapper.formatSecurity(\n oldSec,\n )} to ${numeralWrapper.formatSecurity(newSec)} (min: ${numeralWrapper.formatSecurity(server.minDifficulty)})` +\n ` and Gained ${numeralWrapper.formatExp(expGain)} hacking exp.`,\n );\n }\n\n finishBackdoor(server: BaseServer, cancelled = false): void {\n if (!cancelled) {\n if (server instanceof HacknetServer) {\n this.error(\"Cannot hack this kind of server\");\n return;\n }\n if (!(server instanceof Server)) throw new Error(\"server should be normal server\");\n server.backdoorInstalled = true;\n if (SpecialServers.WorldDaemon === server.hostname) {\n if (Player.bitNodeN == null) {\n Player.bitNodeN = 1;\n }\n Router.toBitVerse(false, false);\n return;\n }\n this.print(`Backdoor on '${server.hostname}' successful!`);\n }\n }\n\n finishAnalyze(currServ: BaseServer, cancelled = false): void {\n if (!cancelled) {\n const isHacknet = currServ instanceof HacknetServer;\n this.print(currServ.hostname + \": \");\n const org = currServ.organizationName;\n this.print(\"Organization name: \" + (!isHacknet ? org : \"player\"));\n const hasAdminRights = (!isHacknet && currServ.hasAdminRights) || isHacknet;\n this.print(\"Root Access: \" + (hasAdminRights ? \"YES\" : \"NO\"));\n const canRunScripts = hasAdminRights && currServ.maxRam > 0;\n this.print(\"Can run scripts on this host: \" + (canRunScripts ? \"YES\" : \"NO\"));\n this.print(\"RAM: \" + numeralWrapper.formatRAM(currServ.maxRam));\n if (currServ instanceof Server) {\n this.print(\"Backdoor: \" + (currServ.backdoorInstalled ? \"YES\" : \"NO\"));\n const hackingSkill = currServ.requiredHackingSkill;\n this.print(\"Required hacking skill for hack() and backdoor: \" + (!isHacknet ? hackingSkill : \"N/A\"));\n const security = currServ.hackDifficulty;\n this.print(\"Server security level: \" + (!isHacknet ? numeralWrapper.formatServerSecurity(security) : \"N/A\"));\n const hackingChance = calculateHackingChance(currServ, Player);\n this.print(\"Chance to hack: \" + (!isHacknet ? numeralWrapper.formatPercentage(hackingChance) : \"N/A\"));\n const hackingTime = calculateHackingTime(currServ, Player) * 1000;\n this.print(\"Time to hack: \" + (!isHacknet ? convertTimeMsToTimeElapsedString(hackingTime, true) : \"N/A\"));\n }\n this.print(\n `Total money available on server: ${\n currServ instanceof Server ? numeralWrapper.formatMoney(currServ.moneyAvailable) : \"N/A\"\n }`,\n );\n if (currServ instanceof Server) {\n const numPort = currServ.numOpenPortsRequired;\n this.print(\"Required number of open ports for NUKE: \" + (!isHacknet ? numPort : \"N/A\"));\n this.print(\"SSH port: \" + (currServ.sshPortOpen ? \"Open\" : \"Closed\"));\n this.print(\"FTP port: \" + (currServ.ftpPortOpen ? \"Open\" : \"Closed\"));\n this.print(\"SMTP port: \" + (currServ.smtpPortOpen ? \"Open\" : \"Closed\"));\n this.print(\"HTTP port: \" + (currServ.httpPortOpen ? \"Open\" : \"Closed\"));\n this.print(\"SQL port: \" + (currServ.sqlPortOpen ? \"Open\" : \"Closed\"));\n }\n }\n }\n\n finishAction(cancelled = false): void {\n if (this.action === null) {\n if (!cancelled) throw new Error(\"Finish action called when there was no action\");\n return;\n }\n\n if (!this.action.server) throw new Error(\"Missing action target server\");\n\n this.print(this.getProgressText());\n if (this.action.action === \"h\") {\n this.finishHack(this.action.server, cancelled);\n } else if (this.action.action === \"g\") {\n this.finishGrow(this.action.server, cancelled);\n } else if (this.action.action === \"w\") {\n this.finishWeaken(this.action.server, cancelled);\n } else if (this.action.action === \"b\") {\n this.finishBackdoor(this.action.server, cancelled);\n } else if (this.action.action === \"a\") {\n this.finishAnalyze(this.action.server, cancelled);\n }\n\n if (cancelled) {\n this.print(\"Cancelled\");\n }\n this.action = null;\n TerminalEvents.emit();\n }\n\n getFile(filename: string): Script | TextFile | string | null {\n if (isScriptFilename(filename)) {\n return this.getScript(filename);\n }\n\n if (filename.endsWith(\".lit\")) {\n return this.getLitFile(filename);\n }\n\n if (filename.endsWith(\".txt\")) {\n return this.getTextFile(filename);\n }\n\n return null;\n }\n\n getFilepath(filename: string): string {\n const path = evaluateFilePath(filename, this.cwd());\n if (path == null) {\n throw new Error(`Invalid file path specified: ${filename}`);\n }\n\n if (isInRootDirectory(path)) {\n return removeLeadingSlash(path);\n }\n\n return path;\n }\n\n getScript(filename: string): Script | null {\n const s = Player.getCurrentServer();\n const filepath = this.getFilepath(filename);\n for (const script of s.scripts) {\n if (filepath === script.filename) {\n return script;\n }\n }\n\n return null;\n }\n\n getTextFile(filename: string): TextFile | null {\n const s = Player.getCurrentServer();\n const filepath = this.getFilepath(filename);\n for (const txt of s.textFiles) {\n if (filepath === txt.fn) {\n return txt;\n }\n }\n\n return null;\n }\n\n getLitFile(filename: string): string | null {\n const s = Player.getCurrentServer();\n const filepath = this.getFilepath(filename);\n for (const lit of s.messages) {\n if (typeof lit === \"string\" && filepath === lit) {\n return lit;\n }\n }\n\n return null;\n }\n\n cwd(): string {\n return this.currDir;\n }\n\n setcwd(dir: string): void {\n this.currDir = dir;\n TerminalEvents.emit();\n }\n\n async runContract(contractName: string): Promise {\n // There's already an opened contract\n if (this.contractOpen) {\n return this.error(\"There's already a Coding Contract in Progress\");\n }\n\n const serv = Player.getCurrentServer();\n const contract = serv.getContract(contractName);\n if (contract == null) {\n return this.error(\"No such contract\");\n }\n\n this.contractOpen = true;\n const res = await contract.prompt();\n\n //Check if the contract still exists by the time the promise is fulfilled\n if (serv.getContract(contractName) == null) {\n this.contractOpen = false;\n return this.error(\"Contract no longer exists (Was it solved by a script?)\");\n }\n\n switch (res) {\n case CodingContractResult.Success:\n if (contract.reward !== null) {\n const reward = Player.gainCodingContractReward(contract.reward, contract.getDifficulty());\n this.print(`Contract SUCCESS - ${reward}`);\n }\n serv.removeContract(contract);\n break;\n case CodingContractResult.Failure:\n ++contract.tries;\n if (contract.tries >= contract.getMaxNumTries()) {\n this.error(\"Contract FAILED - Contract is now self-destructing\");\n serv.removeContract(contract);\n } else {\n this.error(`Contract FAILED - ${contract.getMaxNumTries() - contract.tries} tries remaining`);\n }\n break;\n case CodingContractResult.Cancelled:\n default:\n this.print(\"Contract cancelled\");\n break;\n }\n this.contractOpen = false;\n }\n\n executeScanAnalyzeCommand(depth = 1, all = false): void {\n // TODO Using array as stack for now, can make more efficient\n this.print(\"~~~~~~~~~~ Beginning scan-analyze ~~~~~~~~~~\");\n this.print(\" \");\n\n // Map of all servers to keep track of which have been visited\n const visited: {\n [key: string]: number | undefined;\n } = {};\n for (const server of GetAllServers()) {\n visited[server.hostname] = 0;\n }\n\n const stack: BaseServer[] = [];\n const depthQueue: number[] = [0];\n const currServ = Player.getCurrentServer();\n stack.push(currServ);\n while (stack.length != 0) {\n const s = stack.pop();\n if (!s) continue;\n const d = depthQueue.pop();\n if (d === undefined) continue;\n const isHacknet = s instanceof HacknetServer;\n if (!all && s.purchasedByPlayer && s.hostname != \"home\") {\n continue; // Purchased server\n } else if (visited[s.hostname] || d > depth) {\n continue; // Already visited or out-of-depth\n } else if (!all && isHacknet) {\n continue; // Hacknet Server\n } else {\n visited[s.hostname] = 1;\n }\n for (let i = s.serversOnNetwork.length - 1; i >= 0; --i) {\n const newS = getServerOnNetwork(s, i);\n if (newS === null) continue;\n stack.push(newS);\n depthQueue.push(d + 1);\n }\n if (d == 0) {\n continue;\n } // Don't print current server\n const titleDashes = Array((d - 1) * 4 + 1).join(\"-\");\n if (Player.hasProgram(Programs.AutoLink.name)) {\n this.append(new Link(titleDashes, s.hostname));\n } else {\n this.print(titleDashes + s.hostname);\n }\n\n const dashes = titleDashes + \"--\";\n let c = \"NO\";\n if (s.hasAdminRights) {\n c = \"YES\";\n }\n if (s instanceof Server) {\n this.print(\n `${dashes}Root Access: ${c}${!isHacknet ? \", Required hacking skill: \" + s.requiredHackingSkill : \"\"}`,\n );\n\n if (s.hasOwnProperty(\"numOpenPortsRequired\")) {\n this.print(dashes + \"Number of open ports required to NUKE: \" + s.numOpenPortsRequired);\n }\n }\n this.print(dashes + \"RAM: \" + numeralWrapper.formatRAM(s.maxRam));\n this.print(\" \");\n }\n }\n\n connectToServer(server: string): void {\n const serv = GetServer(server);\n if (serv == null) {\n this.error(\"Invalid server. Connection failed.\");\n return;\n }\n Player.getCurrentServer().isConnectedTo = false;\n Player.currentServer = serv.hostname;\n Player.getCurrentServer().isConnectedTo = true;\n this.print(\"Connected to \" + serv.hostname);\n this.setcwd(\"/\");\n if (Player.getCurrentServer().hostname == \"darkweb\") {\n checkIfConnectedToDarkweb(); // Posts a 'help' message if connecting to dark web\n }\n }\n\n executeCommands(commands: string): void {\n // Sanitize input\n commands = commands.trim();\n commands = commands.replace(/\\s\\s+/g, \" \"); // Replace all extra whitespace in command with a single space\n\n // Handle Terminal History - multiple commands should be saved as one\n if (this.commandHistory[this.commandHistory.length - 1] != commands) {\n this.commandHistory.push(commands);\n if (this.commandHistory.length > 50) {\n this.commandHistory.splice(0, 1);\n }\n Player.terminalCommandHistory = this.commandHistory;\n }\n this.commandHistoryIndex = this.commandHistory.length;\n const allCommands = ParseCommands(commands);\n\n for (let i = 0; i < allCommands.length; i++) {\n this.executeCommand(allCommands[i]);\n }\n }\n\n clear(): void {\n this.outputHistory = [new Output(`Bitburner v${CONSTANTS.VersionString} (${hash()})`, \"primary\")];\n TerminalEvents.emit();\n TerminalClearEvents.emit();\n }\n\n prestige(): void {\n this.action = null;\n this.clear();\n }\n\n executeCommand(command: string): void {\n if (this.action !== null) {\n this.error(`Cannot execute command (${command}) while an action is in progress`);\n return;\n }\n // Allow usage of ./\n if (command.startsWith(\"./\")) {\n command = \"run \" + command.slice(2);\n }\n // Only split the first space\n const commandArray = ParseCommand(command);\n if (commandArray.length == 0) {\n return;\n }\n const s = Player.getCurrentServer();\n /****************** Interactive Tutorial Terminal Commands ******************/\n if (ITutorial.isRunning) {\n const n00dlesServ = GetServer(\"n00dles\");\n if (n00dlesServ == null) {\n throw new Error(\"Could not get n00dles server\");\n }\n switch (ITutorial.currStep) {\n case iTutorialSteps.TerminalHelp:\n if (commandArray.length === 1 && commandArray[0] == \"help\") {\n iTutorialNextStep();\n } else {\n this.error(\"Bad command. Please follow the tutorial\");\n return;\n }\n break;\n case iTutorialSteps.TerminalLs:\n if (commandArray.length === 1 && commandArray[0] == \"ls\") {\n iTutorialNextStep();\n } else {\n this.error(\"Bad command. Please follow the tutorial\");\n return;\n }\n break;\n case iTutorialSteps.TerminalScan:\n if (commandArray.length === 1 && commandArray[0] == \"scan\") {\n iTutorialNextStep();\n } else {\n this.error(\"Bad command. Please follow the tutorial\");\n return;\n }\n break;\n case iTutorialSteps.TerminalScanAnalyze1:\n if (commandArray.length == 1 && commandArray[0] == \"scan-analyze\") {\n iTutorialNextStep();\n } else {\n this.error(\"Bad command. Please follow the tutorial\");\n return;\n }\n break;\n case iTutorialSteps.TerminalScanAnalyze2:\n if (commandArray.length == 2 && commandArray[0] == \"scan-analyze\" && commandArray[1] === 2) {\n iTutorialNextStep();\n } else {\n this.error(\"Bad command. Please follow the tutorial\");\n return;\n }\n break;\n case iTutorialSteps.TerminalConnect:\n if (commandArray.length == 2) {\n if (\n commandArray[0] == \"connect\" &&\n (commandArray[1] == \"n00dles\" || commandArray[1] == n00dlesServ.hostname)\n ) {\n iTutorialNextStep();\n } else {\n this.error(\"Wrong command! Try again!\");\n return;\n }\n } else {\n this.error(\"Bad command. Please follow the tutorial\");\n return;\n }\n break;\n case iTutorialSteps.TerminalAnalyze:\n if (commandArray.length === 1 && commandArray[0] === \"analyze\") {\n iTutorialNextStep();\n } else {\n this.error(\"Bad command. Please follow the tutorial\");\n return;\n }\n break;\n case iTutorialSteps.TerminalNuke:\n if (commandArray.length == 2 && commandArray[0] == \"run\" && commandArray[1] == \"NUKE.exe\") {\n iTutorialNextStep();\n } else {\n this.error(\"Bad command. Please follow the tutorial\");\n return;\n }\n break;\n case iTutorialSteps.TerminalManualHack:\n if (commandArray.length == 1 && commandArray[0] == \"hack\") {\n iTutorialNextStep();\n } else {\n this.error(\"Bad command. Please follow the tutorial\");\n return;\n }\n break;\n case iTutorialSteps.TerminalHackingMechanics:\n if (commandArray.length !== 1 || ![\"grow\", \"weaken\", \"hack\"].includes(commandArray[0] + \"\")) {\n this.error(\"Bad command. Please follow the tutorial\");\n return;\n }\n break;\n case iTutorialSteps.TerminalGoHome:\n if (commandArray.length == 1 && commandArray[0] == \"home\") {\n iTutorialNextStep();\n } else {\n this.error(\"Bad command. Please follow the tutorial\");\n return;\n }\n break;\n case iTutorialSteps.TerminalCreateScript:\n if (\n commandArray.length == 2 &&\n commandArray[0] == \"nano\" &&\n (commandArray[1] == \"n00dles.script\" || commandArray[1] == \"n00dles.js\")\n ) {\n iTutorialNextStep();\n } else {\n this.error(\"Bad command. Please follow the tutorial\");\n return;\n }\n break;\n case iTutorialSteps.TerminalFree:\n if (commandArray.length == 1 && commandArray[0] == \"free\") {\n iTutorialNextStep();\n } else {\n this.error(\"Bad command. Please follow the tutorial\");\n return;\n }\n break;\n case iTutorialSteps.TerminalRunScript:\n if (\n commandArray.length == 2 &&\n commandArray[0] == \"run\" &&\n (commandArray[1] == \"n00dles.script\" || commandArray[1] == \"n00dles.js\")\n ) {\n iTutorialNextStep();\n } else {\n this.error(\"Bad command. Please follow the tutorial\");\n return;\n }\n break;\n case iTutorialSteps.ActiveScriptsToTerminal:\n if (\n commandArray.length == 2 &&\n commandArray[0] == \"tail\" &&\n (commandArray[1] == \"n00dles.script\" || commandArray[1] == \"n00dles.js\")\n ) {\n iTutorialNextStep();\n } else {\n this.error(\"Bad command. Please follow the tutorial\");\n return;\n }\n break;\n default:\n this.error(\"Please follow the tutorial, or click 'EXIT' if you'd like to skip it\");\n return;\n }\n }\n /****************** END INTERACTIVE TUTORIAL ******************/\n /* Command parser */\n const commandName = commandArray[0];\n if (typeof commandName === \"number\" || typeof commandName === \"boolean\") {\n this.error(`Command ${commandArray[0]} not found`);\n return;\n }\n\n const commands: {\n [key: string]: (args: (string | number | boolean)[], server: BaseServer) => void;\n } = {\n \"scan-analyze\": scananalyze,\n alias: alias,\n analyze: analyze,\n backdoor: backdoor,\n buy: buy,\n cat: cat,\n cd: cd,\n check: check,\n clear: () => this.clear(),\n cls: () => this.clear(),\n connect: connect,\n cp: cp,\n download: download,\n expr: expr,\n free: free,\n grow: grow,\n hack: hack,\n help: help,\n history: history,\n home: home,\n hostname: hostname,\n kill: kill,\n killall: killall,\n ls: ls,\n lscpu: lscpu,\n mem: mem,\n mv: mv,\n nano: nano,\n ps: ps,\n rm: rm,\n run: run,\n scan: scan,\n scp: scp,\n sudov: sudov,\n tail: tail,\n apr1: apr1,\n top: top,\n unalias: unalias,\n vim: vim,\n weaken: weaken,\n wget: wget,\n };\n\n const f = commands[commandName.toLowerCase()];\n if (!f) {\n this.error(`Command ${commandArray[0]} not found`);\n return;\n }\n\n f(commandArray.slice(1), s);\n }\n\n getProgressText(): string {\n if (this.action === null) throw new Error(\"trying to get the progress text when there's no action\");\n return createProgressBarText({\n progress: (this.action.time - this.action.timeLeft) / this.action.time,\n totalTicks: 50,\n });\n }\n}\n","/**\n * Checks whether a IP Address string is valid.\n * @param ipaddress A string representing a potential IP Address\n */\nexport function isValidIPAddress(ipaddress: string): boolean {\n const byteRange = \"(25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)\";\n const regexStr = `^${byteRange}\\.${byteRange}\\.${byteRange}\\.${byteRange}$`;\n const ipAddressRegex = new RegExp(regexStr);\n\n return ipAddressRegex.test(ipaddress);\n}\n","import { Terminal } from \"../../Terminal\";\nimport { parseAliasDeclaration, printAliases } from \"../../Alias\";\n\nexport function alias(args: (string | number | boolean)[]): void {\n if (args.length === 0) {\n printAliases();\n return;\n }\n if (args.length === 1) {\n if (parseAliasDeclaration(args[0] + \"\")) {\n Terminal.print(`Set alias ${args[0]}`);\n return;\n }\n }\n if (args.length === 2) {\n if (args[0] === \"-g\") {\n if (parseAliasDeclaration(args[1] + \"\", true)) {\n Terminal.print(`Set global alias ${args[1]}`);\n return;\n }\n }\n }\n Terminal.error('Incorrect usage of alias command. Usage: alias [-g] [aliasname=\"value\"]');\n}\n","import { Terminal } from \"../../Terminal\";\n\nexport function analyze(args: (string | number | boolean)[]): void {\n if (args.length !== 0) {\n Terminal.error(\"Incorrect usage of analyze command. Usage: analyze\");\n return;\n }\n Terminal.startAnalyze();\n}\n","import { Terminal } from \"../../Terminal\";\nimport { Player } from \"@player\";\nimport { BaseServer } from \"../../Server/BaseServer\";\nimport { Server } from \"../../Server/Server\";\nimport { HacknetServer } from \"../../Hacknet/HacknetServer\";\n\nexport function backdoor(args: (string | number | boolean)[], server: BaseServer): void {\n if (args.length !== 0) {\n Terminal.error(\"Incorrect usage of backdoor command. Usage: backdoor\");\n return;\n }\n\n if (!(server instanceof Server)) {\n Terminal.error(\"Can only backdoor normal servers\");\n }\n\n const normalServer = server as Server;\n\n if (normalServer.purchasedByPlayer) {\n Terminal.error(\n \"Cannot use backdoor on your own machines! You are currently connected to your home PC or one of your purchased servers\",\n );\n } else if (!normalServer.hasAdminRights) {\n Terminal.error(\"You do not have admin rights for this machine! Cannot backdoor\");\n } else if (normalServer.requiredHackingSkill > Player.skills.hacking) {\n Terminal.error(\n \"Your hacking skill is not high enough to use backdoor on this machine. Try analyzing the machine to determine the required hacking skill\",\n );\n } else if (normalServer instanceof HacknetServer) {\n Terminal.error(\"Cannot use backdoor on this type of Server\");\n } else {\n Terminal.startBackdoor();\n }\n}\n","import { Terminal } from \"../../Terminal\";\nimport { Player } from \"@player\";\nimport { listAllDarkwebItems, buyAllDarkwebItems, buyDarkwebItem } from \"../../DarkWeb/DarkWeb\";\n\nexport function buy(args: (string | number | boolean)[]): void {\n if (!Player.hasTorRouter()) {\n Terminal.error(\n \"You need to be able to connect to the Dark Web to use the buy command. (Maybe there's a TOR router you can buy somewhere)\",\n );\n return;\n }\n if (args.length != 1) {\n Terminal.print(\"Incorrect number of arguments. Usage: \");\n Terminal.print(\"buy -l\");\n Terminal.print(\"buy -a\");\n Terminal.print(\"buy [item name]\");\n return;\n }\n const arg = args[0] + \"\";\n if (arg == \"-l\" || arg == \"-1\" || arg == \"--list\") listAllDarkwebItems();\n else if (arg == \"-a\" || arg == \"--all\") buyAllDarkwebItems();\n else buyDarkwebItem(arg);\n}\n","import { Terminal } from \"../../Terminal\";\nimport { BaseServer } from \"../../Server/BaseServer\";\nimport { MessageFilenames, showMessage } from \"../../Message/MessageHelpers\";\nimport { showLiterature } from \"../../Literature/LiteratureHelpers\";\nimport { dialogBoxCreate } from \"../../ui/React/DialogBox\";\nimport { checkEnum } from \"../../utils/helpers/checkEnum\";\n\nexport function cat(args: (string | number | boolean)[], server: BaseServer): void {\n if (args.length !== 1) {\n Terminal.error(\"Incorrect usage of cat command. Usage: cat [file]\");\n return;\n }\n const relative_filename = args[0] + \"\";\n const filename = Terminal.getFilepath(relative_filename);\n if (\n !filename.endsWith(\".msg\") &&\n !filename.endsWith(\".lit\") &&\n !filename.endsWith(\".txt\") &&\n !filename.endsWith(\".script\") &&\n !filename.endsWith(\".js\")\n ) {\n Terminal.error(\n \"Only .msg, .txt, .lit, .script and .js files are viewable with cat (filename must end with .msg, .txt, .lit, .script or .js)\",\n );\n return;\n }\n\n if (filename.endsWith(\".msg\") || filename.endsWith(\".lit\")) {\n for (let i = 0; i < server.messages.length; ++i) {\n if (filename.endsWith(\".lit\") && server.messages[i] === filename) {\n const file = server.messages[i];\n if (file.endsWith(\".msg\")) throw new Error(\".lit file should not be a .msg\");\n showLiterature(file);\n return;\n } else if (filename.endsWith(\".msg\")) {\n const file = server.messages[i];\n if (file !== filename) continue;\n if (!checkEnum(MessageFilenames, file)) return;\n showMessage(file);\n return;\n }\n }\n } else if (filename.endsWith(\".txt\")) {\n const txt = Terminal.getTextFile(relative_filename);\n if (txt != null) {\n txt.show();\n return;\n }\n } else if (filename.endsWith(\".script\") || filename.endsWith(\".js\")) {\n const script = Terminal.getScript(relative_filename);\n if (script != null) {\n dialogBoxCreate(`${script.filename}

    ${script.code}`);\n return;\n }\n }\n\n Terminal.error(`No such file ${filename}`);\n}\n","import { Terminal } from \"../../Terminal\";\nimport { BaseServer } from \"../../Server/BaseServer\";\n\nimport { evaluateDirectoryPath, removeTrailingSlash } from \"../DirectoryHelpers\";\nimport { containsFiles } from \"../DirectoryServerHelpers\";\n\nexport function cd(args: (string | number | boolean)[], server: BaseServer): void {\n if (args.length > 1) {\n Terminal.error(\"Incorrect number of arguments. Usage: cd [dir]\");\n } else {\n let dir = args.length === 1 ? args[0] + \"\" : \"/\";\n\n let evaledDir: string | null = \"\";\n if (dir === \"/\") {\n evaledDir = \"/\";\n } else {\n // Ignore trailing slashes\n dir = removeTrailingSlash(dir);\n\n evaledDir = evaluateDirectoryPath(dir, Terminal.cwd());\n if (evaledDir === null || evaledDir === \"\") {\n Terminal.error(\"Invalid path. Failed to change directories\");\n return;\n }\n if (Terminal.cwd().length > 1 && dir === \"..\") {\n Terminal.setcwd(evaledDir);\n return;\n }\n\n if (!containsFiles(server, evaledDir)) {\n Terminal.error(\"Invalid path. Failed to change directories\");\n return;\n }\n }\n\n Terminal.setcwd(evaledDir);\n }\n}\n","import { Terminal } from \"../../Terminal\";\nimport { BaseServer } from \"../../Server/BaseServer\";\nimport { findRunningScript } from \"../../Script/ScriptHelpers\";\nimport { isScriptFilename, validScriptExtensions } from \"../../Script/isScriptFilename\";\n\nexport function check(args: (string | number | boolean)[], server: BaseServer): void {\n if (args.length < 1) {\n Terminal.error(`Incorrect number of arguments. Usage: check [script] [arg1] [arg2]...`);\n } else {\n const scriptName = Terminal.getFilepath(args[0] + \"\");\n // Can only tail script files\n if (!isScriptFilename(scriptName)) {\n Terminal.error(\n `'check' can only be called on scripts files (filename must end with ${validScriptExtensions.join(\", \")})`,\n );\n return;\n }\n\n // Check that the script is running on this machine\n const runningScript = findRunningScript(scriptName, args.slice(1), server);\n if (runningScript == null) {\n Terminal.error(`No script named ${scriptName} is running on the server`);\n return;\n }\n runningScript.displayLog();\n }\n}\n","import { Terminal } from \"../../Terminal\";\nimport { BaseServer } from \"../../Server/BaseServer\";\nimport { getServerOnNetwork } from \"../../Server/ServerHelpers\";\nimport { GetServer } from \"../../Server/AllServers\";\nimport { Server } from \"../../Server/Server\";\n\nexport function connect(args: (string | number | boolean)[], server: BaseServer): void {\n // Disconnect from current server in Terminal and connect to new one\n if (args.length !== 1) {\n Terminal.error(\"Incorrect usage of connect command. Usage: connect [hostname]\");\n return;\n }\n\n const hostname = args[0] + \"\";\n\n for (let i = 0; i < server.serversOnNetwork.length; i++) {\n const other = getServerOnNetwork(server, i);\n if (other === null) throw new Error(`Server on network should not be null`);\n if (other.hostname == hostname) {\n Terminal.connectToServer(hostname);\n return;\n }\n }\n\n const other = GetServer(hostname);\n if (other !== null) {\n if (other instanceof Server && other.backdoorInstalled) {\n Terminal.connectToServer(hostname);\n return;\n }\n Terminal.error(\n `Cannot directly connect to ${hostname}. Make sure the server is backdoored or adjacent to your current Server`,\n );\n } else {\n Terminal.error(\"Host not found\");\n }\n}\n","import { Terminal } from \"../../Terminal\";\nimport { BaseServer } from \"../../Server/BaseServer\";\nimport { isScriptFilename } from \"../../Script/isScriptFilename\";\nimport { getDestinationFilepath, areFilesEqual } from \"../DirectoryHelpers\";\n\nexport function cp(args: (string | number | boolean)[], server: BaseServer): void {\n try {\n if (args.length !== 2) {\n Terminal.error(\"Incorrect usage of cp command. Usage: cp [src] [dst]\");\n return;\n }\n // Convert a relative path source file to the absolute path.\n const src = Terminal.getFilepath(args[0] + \"\");\n if (src === null) {\n Terminal.error(\"src cannot be a directory\");\n return;\n }\n\n // Get the destination based on the source file and the current directory\n const t_dst = getDestinationFilepath(args[1] + \"\", src, Terminal.cwd());\n if (t_dst === null) {\n Terminal.error(\"error parsing dst file\");\n return;\n }\n\n // Convert a relative path destination file to the absolute path.\n const dst = Terminal.getFilepath(t_dst);\n if (areFilesEqual(src, dst)) {\n Terminal.error(\"src and dst cannot be the same\");\n return;\n }\n const srcExt = src.slice(src.lastIndexOf(\".\"));\n const dstExt = dst.slice(dst.lastIndexOf(\".\"));\n if (srcExt !== dstExt) {\n Terminal.error(\"src and dst must have the same extension.\");\n return;\n }\n if (!isScriptFilename(src) && !src.endsWith(\".txt\")) {\n Terminal.error(\"cp only works for scripts and .txt files\");\n return;\n }\n\n // Scp for txt files\n if (src.endsWith(\".txt\")) {\n let txtFile = null;\n for (let i = 0; i < server.textFiles.length; ++i) {\n if (areFilesEqual(server.textFiles[i].fn, src)) {\n txtFile = server.textFiles[i];\n break;\n }\n }\n\n if (txtFile === null) {\n return Terminal.error(\"No such file exists!\");\n }\n\n const tRes = server.writeToTextFile(dst, txtFile.text);\n if (!tRes.success) {\n Terminal.error(\"cp failed\");\n return;\n }\n if (tRes.overwritten) {\n Terminal.print(`WARNING: ${dst} already exists and will be overwritten`);\n Terminal.print(`${dst} overwritten`);\n return;\n }\n Terminal.print(`${dst} copied`);\n return;\n }\n\n // Get the current script\n let sourceScript = null;\n for (let i = 0; i < server.scripts.length; ++i) {\n if (areFilesEqual(server.scripts[i].filename, src)) {\n sourceScript = server.scripts[i];\n break;\n }\n }\n if (sourceScript == null) {\n Terminal.error(\"cp failed. No such script exists\");\n return;\n }\n\n const sRes = server.writeToScriptFile(dst, sourceScript.code);\n if (!sRes.success) {\n Terminal.error(`cp failed`);\n return;\n }\n if (sRes.overwritten) {\n Terminal.print(`WARNING: ${dst} already exists and will be overwritten`);\n Terminal.print(`${dst} overwritten`);\n return;\n }\n Terminal.print(`${dst} copied`);\n } catch (e) {\n Terminal.error(e + \"\");\n }\n}\n","import { Terminal } from \"../../Terminal\";\n\nexport function expr(args: (string | number | boolean)[]): void {\n if (args.length === 0) {\n Terminal.error(\"Incorrect usage of expr command. Usage: expr [math expression]\");\n return;\n }\n const expr = args.join(\"\");\n\n // Sanitize the math expression\n const sanitizedExpr = expr.replace(/s+/g, \"\").replace(/[^-()\\d/*+.%]/g, \"\");\n let result;\n try {\n result = eval(sanitizedExpr);\n } catch (e) {\n Terminal.error(`Could not evaluate expression: ${sanitizedExpr}`);\n return;\n }\n Terminal.print(result);\n}\n","import { Terminal } from \"../../Terminal\";\nimport { BaseServer } from \"../../Server/BaseServer\";\nimport { numeralWrapper } from \"../../ui/numeralFormat\";\n\nexport function free(args: (string | number | boolean)[], server: BaseServer): void {\n if (args.length !== 0) {\n Terminal.error(\"Incorrect usage of free command. Usage: free\");\n return;\n }\n const ram = numeralWrapper.formatRAM(server.maxRam);\n const used = numeralWrapper.formatRAM(server.ramUsed);\n const avail = numeralWrapper.formatRAM(server.maxRam - server.ramUsed);\n const maxLength = Math.max(ram.length, Math.max(used.length, avail.length));\n const usedPercent = numeralWrapper.formatPercentage(server.ramUsed / server.maxRam);\n\n Terminal.print(`Total: ${\" \".repeat(maxLength - ram.length)}${ram}`);\n Terminal.print(`Used: ${\" \".repeat(maxLength - used.length)}${used} (${usedPercent})`);\n Terminal.print(`Available: ${\" \".repeat(maxLength - avail.length)}${avail}`);\n}\n","import { Terminal } from \"../../Terminal\";\nimport { Player } from \"@player\";\nimport { BaseServer } from \"../../Server/BaseServer\";\nimport { Server } from \"../../Server/Server\";\n\nexport function grow(args: (string | number | boolean)[], server: BaseServer): void {\n if (args.length !== 0) {\n Terminal.error(\"Incorrect usage of grow command. Usage: grow\");\n return;\n }\n\n if (!(server instanceof Server)) {\n Terminal.error(\n \"Cannot grow your own machines! You are currently connected to your home PC or one of your purchased servers\",\n );\n }\n const normalServer = server as Server;\n // Hack the current PC (usually for money)\n // You can't grow your home pc or servers you purchased\n if (normalServer.purchasedByPlayer) {\n Terminal.error(\n \"Cannot grow your own machines! You are currently connected to your home PC or one of your purchased servers\",\n );\n return;\n }\n if (!normalServer.hasAdminRights) {\n Terminal.error(\"You do not have admin rights for this machine! Cannot grow\");\n return;\n }\n if (normalServer.requiredHackingSkill > Player.skills.hacking) {\n Terminal.error(\n \"Your hacking skill is not high enough to attempt hacking this machine. Try analyzing the machine to determine the required hacking skill\",\n );\n return;\n }\n Terminal.startGrow();\n}\n","import { Terminal } from \"../../Terminal\";\nimport { Player } from \"@player\";\nimport { BaseServer } from \"../../Server/BaseServer\";\nimport { Server } from \"../../Server/Server\";\n\nexport function hack(args: (string | number | boolean)[], server: BaseServer): void {\n if (args.length !== 0) {\n Terminal.error(\"Incorrect usage of hack command. Usage: hack\");\n return;\n }\n\n if (!(server instanceof Server)) {\n Terminal.error(\n \"Cannot hack your own machines! You are currently connected to your home PC or one of your purchased servers\",\n );\n }\n const normalServer = server as Server;\n // Hack the current PC (usually for money)\n // You can't hack your home pc or servers you purchased\n if (normalServer.purchasedByPlayer) {\n Terminal.error(\n \"Cannot hack your own machines! You are currently connected to your home PC or one of your purchased servers\",\n );\n return;\n }\n if (!normalServer.hasAdminRights) {\n Terminal.error(\"You do not have admin rights for this machine! Cannot hack\");\n return;\n }\n if (normalServer.requiredHackingSkill > Player.skills.hacking) {\n Terminal.error(\n \"Your hacking skill is not high enough to attempt hacking this machine. Try analyzing the machine to determine the required hacking skill\",\n );\n return;\n }\n Terminal.startHack();\n}\n","import { Terminal } from \"../../Terminal\";\nimport { TerminalHelpText, HelpTexts } from \"../HelpText\";\n\nexport function help(args: (string | number | boolean)[]): void {\n if (args.length !== 0 && args.length !== 1) {\n Terminal.error(\"Incorrect usage of help command. Usage: help\");\n return;\n }\n if (args.length === 0) {\n TerminalHelpText.forEach((line) => Terminal.print(line));\n } else {\n const cmd = args[0] + \"\";\n const txt = HelpTexts[cmd];\n if (txt == null) {\n Terminal.error(\"No help topics match '\" + cmd + \"'\");\n return;\n }\n txt.forEach((t) => Terminal.print(t));\n }\n}\n","import { Terminal } from \"../../Terminal\";\nimport { Player } from \"@player\";\n\nexport function history(args: (string | number | boolean)[]): void {\n if (args.length === 0) {\n Terminal.commandHistory.forEach((command, index) => {\n Terminal.print(`${index.toString().padStart(2)} ${command}`);\n });\n return;\n }\n const arg = args[0] + \"\";\n if (arg === \"-c\" || arg === \"--clear\") {\n Player.terminalCommandHistory = [];\n Terminal.commandHistory = [];\n Terminal.commandHistoryIndex = 1;\n } else {\n Terminal.error(\"Incorrect usage of history command. usage: history [-c]\");\n }\n}\n","import { Terminal } from \"../../Terminal\";\nimport { Player } from \"@player\";\n\nexport function home(args: (string | number | boolean)[]): void {\n if (args.length !== 0) {\n Terminal.error(\"Incorrect usage of home command. Usage: home\");\n return;\n }\n Player.getCurrentServer().isConnectedTo = false;\n Player.currentServer = Player.getHomeComputer().hostname;\n Player.getCurrentServer().isConnectedTo = true;\n Terminal.print(\"Connected to home\");\n Terminal.setcwd(\"/\");\n}\n","import { Terminal } from \"../../Terminal\";\nimport { BaseServer } from \"../../Server/BaseServer\";\n\nexport function hostname(args: (string | number | boolean)[], server: BaseServer): void {\n if (args.length !== 0) {\n Terminal.error(\"Incorrect usage of hostname command. Usage: hostname\");\n return;\n }\n Terminal.print(server.hostname);\n}\n","import { Terminal } from \"../../Terminal\";\nimport { BaseServer } from \"../../Server/BaseServer\";\nimport { killWorkerScript } from \"../../Netscript/killWorkerScript\";\n\nexport function kill(args: (string | number | boolean)[], server: BaseServer): void {\n try {\n if (args.length < 1) {\n Terminal.error(\"Incorrect usage of kill command. Usage: kill [scriptname] [arg1] [arg2]...\");\n return;\n }\n if (typeof args[0] === \"boolean\") {\n return;\n }\n\n // Kill by PID\n if (typeof args[0] === \"number\") {\n const pid = args[0];\n const res = killWorkerScript(pid);\n if (res) {\n Terminal.print(`Killing script with PID ${pid}`);\n } else {\n Terminal.error(`Failed to kill script with PID ${pid}. No such script is running`);\n }\n\n return;\n }\n\n const scriptName = Terminal.getFilepath(args[0]);\n const runningScript = server.getRunningScript(scriptName, args.slice(1));\n if (runningScript == null) {\n Terminal.error(\"No such script is running. Nothing to kill\");\n return;\n }\n killWorkerScript({ runningScript: runningScript, hostname: server.hostname });\n Terminal.print(`Killing ${scriptName}`);\n } catch (e) {\n Terminal.error(e + \"\");\n }\n}\n","import { NS } from \"../ScriptEditor/NetscriptDefinitions\";\n\n/**\n * The environment in which a script runs. The environment holds\n * Netscript functions and arguments for that script.\n */\nexport class Environment {\n /** Whether or not the script that uses this Environment should stop running */\n stopFlag = false;\n\n /** The currently running function */\n\n runningFn = \"\";\n\n /** Environment variables (currently only Netscript functions) */\n vars: NS | null = null;\n}\n","/**\n * Initialization metadata for all Stocks. This is used to generate the\n * stock parameter values upon a reset\n *\n * Some notes:\n * - Megacorporations have better otlkMags\n * - Higher volatility -> Bigger spread\n * - Lower price -> Bigger spread\n * - Share tx required for movement used for balancing\n */\nimport { StockSymbols } from \"./StockSymbols\";\nimport { IConstructorParams } from \"../Stock\";\nimport { LocationName } from \"../../Locations/data/LocationNames\";\n\nexport const InitStockMetadata: IConstructorParams[] = [\n {\n b: true,\n initPrice: {\n max: 28e3,\n min: 17e3,\n },\n marketCap: 2.4e12,\n mv: {\n divisor: 100,\n max: 50,\n min: 40,\n },\n name: LocationName.AevumECorp,\n otlkMag: 19,\n spreadPerc: {\n divisor: 10,\n max: 5,\n min: 1,\n },\n shareTxForMovement: {\n max: 90e3,\n min: 30e3,\n },\n symbol: StockSymbols[LocationName.AevumECorp],\n },\n\n {\n b: true,\n initPrice: {\n max: 34e3,\n min: 24e3,\n },\n marketCap: 2.4e12,\n mv: {\n divisor: 100,\n max: 50,\n min: 40,\n },\n name: LocationName.Sector12MegaCorp,\n otlkMag: 19,\n spreadPerc: {\n divisor: 10,\n max: 5,\n min: 1,\n },\n shareTxForMovement: {\n max: 90e3,\n min: 30e3,\n },\n symbol: StockSymbols[LocationName.Sector12MegaCorp],\n },\n\n {\n b: true,\n initPrice: {\n max: 25e3,\n min: 12e3,\n },\n marketCap: 1.6e12,\n mv: {\n divisor: 100,\n max: 80,\n min: 70,\n },\n name: LocationName.Sector12BladeIndustries,\n otlkMag: 13,\n spreadPerc: {\n divisor: 10,\n max: 6,\n min: 1,\n },\n shareTxForMovement: {\n max: 90e3,\n min: 30e3,\n },\n symbol: StockSymbols[LocationName.Sector12BladeIndustries],\n },\n\n {\n b: true,\n initPrice: {\n max: 25e3,\n min: 10e3,\n },\n marketCap: 1.5e12,\n mv: {\n divisor: 100,\n max: 75,\n min: 65,\n },\n name: LocationName.AevumClarkeIncorporated,\n otlkMag: 12,\n spreadPerc: {\n divisor: 10,\n max: 5,\n min: 1,\n },\n shareTxForMovement: {\n max: 90e3,\n min: 30e3,\n },\n symbol: StockSymbols[LocationName.AevumClarkeIncorporated],\n },\n\n {\n b: true,\n initPrice: {\n max: 43e3,\n min: 32e3,\n },\n marketCap: 1.8e12,\n mv: {\n divisor: 100,\n max: 70,\n min: 60,\n },\n name: LocationName.VolhavenOmniTekIncorporated,\n otlkMag: 12,\n spreadPerc: {\n divisor: 10,\n max: 6,\n min: 1,\n },\n shareTxForMovement: {\n max: 90e3,\n min: 30e3,\n },\n symbol: StockSymbols[LocationName.VolhavenOmniTekIncorporated],\n },\n\n {\n b: true,\n initPrice: {\n max: 80e3,\n min: 50e3,\n },\n marketCap: 2e12,\n mv: {\n divisor: 100,\n max: 110,\n min: 100,\n },\n name: LocationName.Sector12FourSigma,\n otlkMag: 17,\n spreadPerc: {\n divisor: 10,\n max: 10,\n min: 1,\n },\n shareTxForMovement: {\n max: 90e3,\n min: 30e3,\n },\n symbol: StockSymbols[LocationName.Sector12FourSigma],\n },\n\n {\n b: true,\n initPrice: {\n max: 28e3,\n min: 16e3,\n },\n marketCap: 1.9e12,\n mv: {\n divisor: 100,\n max: 85,\n min: 75,\n },\n name: LocationName.ChongqingKuaiGongInternational,\n otlkMag: 10,\n spreadPerc: {\n divisor: 10,\n max: 7,\n min: 1,\n },\n shareTxForMovement: {\n max: 90e3,\n min: 30e3,\n },\n symbol: StockSymbols[LocationName.ChongqingKuaiGongInternational],\n },\n\n {\n b: true,\n initPrice: {\n max: 36e3,\n min: 29e3,\n },\n marketCap: 2e12,\n mv: {\n divisor: 100,\n max: 130,\n min: 120,\n },\n name: LocationName.AevumFulcrumTechnologies,\n otlkMag: 16,\n spreadPerc: {\n divisor: 10,\n max: 10,\n min: 1,\n },\n shareTxForMovement: {\n max: 90e3,\n min: 30e3,\n },\n symbol: StockSymbols[LocationName.AevumFulcrumTechnologies],\n },\n\n {\n b: true,\n initPrice: {\n max: 25e3,\n min: 20e3,\n },\n marketCap: 1.2e12,\n mv: {\n divisor: 100,\n max: 90,\n min: 80,\n },\n name: LocationName.IshimaStormTechnologies,\n otlkMag: 7,\n spreadPerc: {\n divisor: 10,\n max: 10,\n min: 2,\n },\n shareTxForMovement: {\n max: 108e3,\n min: 36e3,\n },\n symbol: StockSymbols[LocationName.IshimaStormTechnologies],\n },\n\n {\n b: true,\n initPrice: {\n max: 19e3,\n min: 6e3,\n },\n marketCap: 900e9,\n mv: {\n divisor: 100,\n max: 70,\n min: 60,\n },\n name: LocationName.NewTokyoDefComm,\n otlkMag: 10,\n spreadPerc: {\n divisor: 10,\n max: 10,\n min: 2,\n },\n shareTxForMovement: {\n max: 108e3,\n min: 36e3,\n },\n symbol: StockSymbols[LocationName.NewTokyoDefComm],\n },\n\n {\n b: true,\n initPrice: {\n max: 18e3,\n min: 10e3,\n },\n marketCap: 825e9,\n mv: {\n divisor: 100,\n max: 65,\n min: 55,\n },\n name: LocationName.VolhavenHeliosLabs,\n otlkMag: 9,\n spreadPerc: {\n divisor: 10,\n max: 10,\n min: 2,\n },\n shareTxForMovement: {\n max: 108e3,\n min: 36e3,\n },\n symbol: StockSymbols[LocationName.VolhavenHeliosLabs],\n },\n\n {\n b: true,\n initPrice: {\n max: 14e3,\n min: 8e3,\n },\n marketCap: 1e12,\n mv: {\n divisor: 100,\n max: 80,\n min: 70,\n },\n name: LocationName.NewTokyoVitaLife,\n otlkMag: 7,\n spreadPerc: {\n divisor: 10,\n max: 10,\n min: 2,\n },\n shareTxForMovement: {\n max: 108e3,\n min: 36e3,\n },\n symbol: StockSymbols[LocationName.NewTokyoVitaLife],\n },\n\n {\n b: true,\n initPrice: {\n max: 24e3,\n min: 12e3,\n },\n marketCap: 800e9,\n mv: {\n divisor: 100,\n max: 70,\n min: 60,\n },\n name: LocationName.Sector12IcarusMicrosystems,\n otlkMag: 7.5,\n spreadPerc: {\n divisor: 10,\n max: 10,\n min: 3,\n },\n shareTxForMovement: {\n max: 108e3,\n min: 36e3,\n },\n symbol: StockSymbols[LocationName.Sector12IcarusMicrosystems],\n },\n\n {\n b: true,\n initPrice: {\n max: 29e3,\n min: 16e3,\n },\n marketCap: 900e9,\n mv: {\n divisor: 100,\n max: 60,\n min: 50,\n },\n name: LocationName.Sector12UniversalEnergy,\n otlkMag: 10,\n spreadPerc: {\n divisor: 10,\n max: 10,\n min: 2,\n },\n shareTxForMovement: {\n max: 108e3,\n min: 36e3,\n },\n symbol: StockSymbols[LocationName.Sector12UniversalEnergy],\n },\n\n {\n b: true,\n initPrice: {\n max: 17e3,\n min: 8e3,\n },\n marketCap: 640e9,\n mv: {\n divisor: 100,\n max: 65,\n min: 55,\n },\n name: LocationName.AevumAeroCorp,\n otlkMag: 6,\n spreadPerc: {\n divisor: 10,\n max: 10,\n min: 3,\n },\n shareTxForMovement: {\n max: 126e3,\n min: 42e3,\n },\n symbol: StockSymbols[LocationName.AevumAeroCorp],\n },\n\n {\n b: true,\n initPrice: {\n max: 15e3,\n min: 6e3,\n },\n marketCap: 600e9,\n mv: {\n divisor: 100,\n max: 75,\n min: 65,\n },\n name: LocationName.VolhavenOmniaCybersystems,\n otlkMag: 4.5,\n spreadPerc: {\n divisor: 10,\n max: 11,\n min: 4,\n },\n shareTxForMovement: {\n max: 126e3,\n min: 42e3,\n },\n symbol: StockSymbols[LocationName.VolhavenOmniaCybersystems],\n },\n\n {\n b: true,\n initPrice: {\n max: 28e3,\n min: 14e3,\n },\n marketCap: 705e9,\n mv: {\n divisor: 100,\n max: 80,\n min: 70,\n },\n name: LocationName.ChongqingSolarisSpaceSystems,\n otlkMag: 8.5,\n spreadPerc: {\n divisor: 10,\n max: 12,\n min: 4,\n },\n shareTxForMovement: {\n max: 126e3,\n min: 42e3,\n },\n symbol: StockSymbols[LocationName.ChongqingSolarisSpaceSystems],\n },\n\n {\n b: true,\n initPrice: {\n max: 30e3,\n min: 12e3,\n },\n marketCap: 695e9,\n mv: {\n divisor: 100,\n max: 65,\n min: 55,\n },\n name: LocationName.NewTokyoGlobalPharmaceuticals,\n otlkMag: 10.5,\n spreadPerc: {\n divisor: 10,\n max: 10,\n min: 4,\n },\n shareTxForMovement: {\n max: 126e3,\n min: 42e3,\n },\n symbol: StockSymbols[LocationName.NewTokyoGlobalPharmaceuticals],\n },\n\n {\n b: true,\n initPrice: {\n max: 27e3,\n min: 15e3,\n },\n marketCap: 600e9,\n mv: {\n divisor: 100,\n max: 80,\n min: 70,\n },\n name: LocationName.IshimaNovaMedical,\n otlkMag: 5,\n spreadPerc: {\n divisor: 10,\n max: 11,\n min: 4,\n },\n shareTxForMovement: {\n max: 126e3,\n min: 42e3,\n },\n symbol: StockSymbols[LocationName.IshimaNovaMedical],\n },\n\n {\n b: true,\n initPrice: {\n max: 8.5e3,\n min: 4e3,\n },\n marketCap: 450e9,\n mv: {\n divisor: 100,\n max: 260,\n min: 240,\n },\n name: LocationName.AevumWatchdogSecurity,\n otlkMag: 1.5,\n spreadPerc: {\n divisor: 10,\n max: 12,\n min: 5,\n },\n shareTxForMovement: {\n max: 54e3,\n min: 12e3,\n },\n symbol: StockSymbols[LocationName.AevumWatchdogSecurity],\n },\n\n {\n b: true,\n initPrice: {\n max: 8e3,\n min: 4.5e3,\n },\n marketCap: 300e9,\n mv: {\n divisor: 100,\n max: 135,\n min: 115,\n },\n name: LocationName.VolhavenLexoCorp,\n otlkMag: 6,\n spreadPerc: {\n divisor: 10,\n max: 12,\n min: 5,\n },\n shareTxForMovement: {\n max: 108e3,\n min: 36e3,\n },\n symbol: StockSymbols[LocationName.VolhavenLexoCorp],\n },\n\n {\n b: true,\n initPrice: {\n max: 7e3,\n min: 2e3,\n },\n marketCap: 180e9,\n mv: {\n divisor: 100,\n max: 70,\n min: 50,\n },\n name: LocationName.AevumRhoConstruction,\n otlkMag: 1,\n spreadPerc: {\n divisor: 10,\n max: 10,\n min: 3,\n },\n shareTxForMovement: {\n max: 126e3,\n min: 60e3,\n },\n symbol: StockSymbols[LocationName.AevumRhoConstruction],\n },\n\n {\n b: true,\n initPrice: {\n max: 8.5e3,\n min: 4e3,\n },\n marketCap: 240e9,\n mv: {\n divisor: 100,\n max: 205,\n min: 175,\n },\n name: LocationName.Sector12AlphaEnterprises,\n otlkMag: 10,\n spreadPerc: {\n divisor: 10,\n max: 16,\n min: 5,\n },\n shareTxForMovement: {\n max: 90e3,\n min: 30e3,\n },\n symbol: StockSymbols[LocationName.Sector12AlphaEnterprises],\n },\n\n {\n b: true,\n initPrice: {\n max: 8e3,\n min: 3e3,\n },\n marketCap: 200e9,\n mv: {\n divisor: 100,\n max: 170,\n min: 150,\n },\n name: LocationName.VolhavenSysCoreSecurities,\n otlkMag: 3,\n spreadPerc: {\n divisor: 10,\n max: 12,\n min: 5,\n },\n shareTxForMovement: {\n max: 90e3,\n min: 15e3,\n },\n symbol: StockSymbols[LocationName.VolhavenSysCoreSecurities],\n },\n\n {\n b: true,\n initPrice: {\n max: 6e3,\n min: 1e3,\n },\n marketCap: 185e9,\n mv: {\n divisor: 100,\n max: 100,\n min: 80,\n },\n name: LocationName.VolhavenCompuTek,\n otlkMag: 4,\n spreadPerc: {\n divisor: 10,\n max: 12,\n min: 4,\n },\n shareTxForMovement: {\n max: 126e3,\n min: 60e3,\n },\n symbol: StockSymbols[LocationName.VolhavenCompuTek],\n },\n\n {\n b: true,\n initPrice: {\n max: 5e3,\n min: 1e3,\n },\n marketCap: 58e9,\n mv: {\n divisor: 100,\n max: 400,\n min: 200,\n },\n name: LocationName.AevumNetLinkTechnologies,\n otlkMag: 1,\n spreadPerc: {\n divisor: 10,\n max: 20,\n min: 5,\n },\n shareTxForMovement: {\n max: 54e3,\n min: 18e3,\n },\n symbol: StockSymbols[LocationName.AevumNetLinkTechnologies],\n },\n\n {\n b: true,\n initPrice: {\n max: 8e3,\n min: 1e3,\n },\n marketCap: 60e9,\n mv: {\n divisor: 100,\n max: 110,\n min: 90,\n },\n name: LocationName.IshimaOmegaSoftware,\n otlkMag: 0.5,\n spreadPerc: {\n divisor: 10,\n max: 13,\n min: 4,\n },\n shareTxForMovement: {\n max: 90e3,\n min: 30e3,\n },\n symbol: StockSymbols[LocationName.IshimaOmegaSoftware],\n },\n\n {\n b: false,\n initPrice: {\n max: 4.5e3,\n min: 500,\n },\n marketCap: 45e9,\n mv: {\n divisor: 100,\n max: 80,\n min: 70,\n },\n name: LocationName.Sector12FoodNStuff,\n otlkMag: 1,\n spreadPerc: {\n divisor: 10,\n max: 10,\n min: 6,\n },\n shareTxForMovement: {\n max: 180e3,\n min: 60e3,\n },\n symbol: StockSymbols[LocationName.Sector12FoodNStuff],\n },\n\n {\n b: true,\n initPrice: {\n max: 3.5e3,\n min: 1.5e3,\n },\n marketCap: 30e9,\n mv: {\n divisor: 100,\n max: 275,\n min: 100,\n },\n name: \"Sigma Cosmetics\",\n otlkMag: 0,\n spreadPerc: {\n divisor: 10,\n max: 14,\n min: 6,\n },\n shareTxForMovement: {\n max: 70e3,\n min: 20e3,\n },\n symbol: StockSymbols[\"Sigma Cosmetics\"],\n },\n\n {\n b: true,\n initPrice: {\n max: 1.5e3,\n min: 250,\n },\n marketCap: 42e9,\n mv: {\n divisor: 100,\n max: 350,\n min: 200,\n },\n name: LocationName.Sector12JoesGuns,\n otlkMag: 1,\n spreadPerc: {\n divisor: 10,\n max: 14,\n min: 6,\n },\n shareTxForMovement: {\n max: 52e3,\n min: 15e3,\n },\n symbol: StockSymbols[LocationName.Sector12JoesGuns],\n },\n\n {\n b: true,\n initPrice: {\n max: 1.5e3,\n min: 250,\n },\n marketCap: 100e9,\n mv: {\n divisor: 100,\n max: 175,\n min: 120,\n },\n name: \"Catalyst Ventures\",\n otlkMag: 13.5,\n spreadPerc: {\n divisor: 10,\n max: 14,\n min: 5,\n },\n shareTxForMovement: {\n max: 72e3,\n min: 24e3,\n },\n symbol: StockSymbols[\"Catalyst Ventures\"],\n },\n\n {\n b: true,\n initPrice: {\n max: 30e3,\n min: 15e3,\n },\n marketCap: 360e9,\n mv: {\n divisor: 100,\n max: 80,\n min: 70,\n },\n name: \"Microdyne Technologies\",\n otlkMag: 8,\n spreadPerc: {\n divisor: 10,\n max: 10,\n min: 3,\n },\n shareTxForMovement: {\n max: 216e3,\n min: 90e3,\n },\n symbol: StockSymbols[\"Microdyne Technologies\"],\n },\n\n {\n b: true,\n initPrice: {\n max: 24e3,\n min: 12e3,\n },\n marketCap: 420e9,\n mv: {\n divisor: 100,\n max: 70,\n min: 50,\n },\n name: \"Titan Laboratories\",\n otlkMag: 11,\n spreadPerc: {\n divisor: 10,\n max: 10,\n min: 2,\n },\n shareTxForMovement: {\n max: 216e3,\n min: 90e3,\n },\n symbol: StockSymbols[\"Titan Laboratories\"],\n },\n];\n","import { Settings } from \"./Settings/Settings\";\n\nexport interface IPort {\n write: (value: unknown) => unknown;\n tryWrite: (value: unknown) => boolean;\n read: () => unknown;\n peek: () => unknown;\n full: () => boolean;\n empty: () => boolean;\n clear: () => void;\n}\n\nexport function NetscriptPort(): IPort {\n const data: unknown[] = [];\n\n return {\n write: (value: unknown): unknown => {\n data.push(value);\n if (data.length > Settings.MaxPortCapacity) {\n return data.shift();\n }\n return null;\n },\n\n tryWrite: (value: unknown): boolean => {\n if (data.length >= Settings.MaxPortCapacity) {\n return false;\n }\n data.push(value);\n return true;\n },\n\n read: (): unknown => {\n if (data.length === 0) {\n return \"NULL PORT DATA\";\n }\n return data.shift();\n },\n\n peek: (): unknown => {\n if (data.length === 0) {\n return \"NULL PORT DATA\";\n } else {\n const foo = data.slice();\n return foo[0];\n }\n },\n\n full: (): boolean => {\n return data.length == Settings.MaxPortCapacity;\n },\n\n empty: (): boolean => {\n return data.length === 0;\n },\n\n clear: (): void => {\n data.length = 0;\n },\n };\n}\n","import { FactionNames } from \"../Faction/data/FactionNames\";\nimport { GangConstants } from \"../Gang/data/Constants\";\nimport { Player } from \"@player\";\nimport { Gang } from \"../Gang/Gang\";\nimport { AllGangs } from \"../Gang/AllGangs\";\nimport { GangMemberTasks } from \"../Gang/GangMemberTasks\";\nimport { GangMemberUpgrades } from \"../Gang/GangMemberUpgrades\";\nimport { GangMember } from \"../Gang/GangMember\";\nimport { GangMemberTask } from \"../Gang/GangMemberTask\";\nimport { helpers } from \"../Netscript/NetscriptHelpers\";\n\nimport {\n Gang as IGang,\n GangGenInfo,\n GangOtherInfo,\n GangMemberInfo,\n GangMemberAscension,\n EquipmentStats,\n GangTaskStats,\n GangOtherInfoObject,\n} from \"../ScriptEditor/NetscriptDefinitions\";\nimport { InternalAPI, NetscriptContext } from \"../Netscript/APIWrapper\";\n\nexport function NetscriptGang(): InternalAPI {\n /** Functions as an API check and also returns the gang object */\n const getGang = function (ctx: NetscriptContext): Gang {\n if (!Player.gang) throw helpers.makeRuntimeErrorMsg(ctx, \"Must have joined gang\", \"API ACCESS\");\n return Player.gang;\n };\n\n const getGangMember = function (ctx: NetscriptContext, name: string): GangMember {\n const gang = getGang(ctx);\n for (const member of gang.members) if (member.name === name) return member;\n throw helpers.makeRuntimeErrorMsg(ctx, `Invalid gang member: '${name}'`);\n };\n\n const getGangTask = function (ctx: NetscriptContext, name: string): GangMemberTask {\n const task = GangMemberTasks[name];\n if (!task) {\n throw helpers.makeRuntimeErrorMsg(ctx, `Invalid task: '${name}'`);\n }\n\n return task;\n };\n\n return {\n createGang:\n (ctx: NetscriptContext) =>\n (_faction: unknown): boolean => {\n const faction = helpers.string(ctx, \"faction\", _faction);\n // this list is copied from Faction/ui/Root.tsx\n\n if (!Player.canAccessGang() || !GangConstants.Names.includes(faction)) return false;\n if (Player.gang) return false;\n if (!Player.factions.includes(faction)) return false;\n\n const isHacking = faction === FactionNames.NiteSec || faction === FactionNames.TheBlackHand;\n Player.startGang(faction, isHacking);\n return true;\n },\n inGang: () => (): boolean => {\n return Player.gang ? true : false;\n },\n getMemberNames: (ctx: NetscriptContext) => (): string[] => {\n const gang = getGang(ctx);\n return gang.members.map((member) => member.name);\n },\n getGangInformation: (ctx: NetscriptContext) => (): GangGenInfo => {\n const gang = getGang(ctx);\n return {\n faction: gang.facName,\n isHacking: gang.isHackingGang,\n moneyGainRate: gang.moneyGainRate,\n power: gang.getPower(),\n respect: gang.respect,\n respectGainRate: gang.respectGainRate,\n territory: gang.getTerritory(),\n territoryClashChance: gang.territoryClashChance,\n territoryWarfareEngaged: gang.territoryWarfareEngaged,\n wantedLevel: gang.wanted,\n wantedLevelGainRate: gang.wantedGainRate,\n wantedPenalty: gang.getWantedPenalty(),\n };\n },\n getOtherGangInformation: (ctx: NetscriptContext) => (): GangOtherInfo => {\n getGang(ctx);\n const cpy: Record = {};\n for (const gang of Object.keys(AllGangs)) {\n cpy[gang] = Object.assign({}, AllGangs[gang]);\n }\n\n return cpy;\n },\n getMemberInformation:\n (ctx: NetscriptContext) =>\n (_memberName: unknown): GangMemberInfo => {\n const memberName = helpers.string(ctx, \"memberName\", _memberName);\n const gang = getGang(ctx);\n const member = getGangMember(ctx, memberName);\n return {\n name: member.name,\n task: member.task,\n earnedRespect: member.earnedRespect,\n hack: member.hack,\n str: member.str,\n def: member.def,\n dex: member.dex,\n agi: member.agi,\n cha: member.cha,\n\n hack_exp: member.hack_exp,\n str_exp: member.str_exp,\n def_exp: member.def_exp,\n dex_exp: member.dex_exp,\n agi_exp: member.agi_exp,\n cha_exp: member.cha_exp,\n\n hack_mult: member.hack_mult,\n str_mult: member.str_mult,\n def_mult: member.def_mult,\n dex_mult: member.dex_mult,\n agi_mult: member.agi_mult,\n cha_mult: member.cha_mult,\n\n hack_asc_mult: member.calculateAscensionMult(member.hack_asc_points),\n str_asc_mult: member.calculateAscensionMult(member.str_asc_points),\n def_asc_mult: member.calculateAscensionMult(member.def_asc_points),\n dex_asc_mult: member.calculateAscensionMult(member.dex_asc_points),\n agi_asc_mult: member.calculateAscensionMult(member.agi_asc_points),\n cha_asc_mult: member.calculateAscensionMult(member.cha_asc_points),\n\n hack_asc_points: member.hack_asc_points,\n str_asc_points: member.str_asc_points,\n def_asc_points: member.def_asc_points,\n dex_asc_points: member.dex_asc_points,\n agi_asc_points: member.agi_asc_points,\n cha_asc_points: member.cha_asc_points,\n\n upgrades: member.upgrades.slice(),\n augmentations: member.augmentations.slice(),\n\n respectGain: member.calculateRespectGain(gang),\n wantedLevelGain: member.calculateWantedLevelGain(gang),\n moneyGain: member.calculateMoneyGain(gang),\n };\n },\n canRecruitMember: (ctx: NetscriptContext) => (): boolean => {\n const gang = getGang(ctx);\n return gang.canRecruitMember();\n },\n recruitMember:\n (ctx: NetscriptContext) =>\n (_memberName: unknown): boolean => {\n const memberName = helpers.string(ctx, \"memberName\", _memberName);\n const gang = getGang(ctx);\n const recruited = gang.recruitMember(memberName);\n if (recruited) {\n ctx.workerScript.log(\"gang.recruitMember\", () => `Successfully recruited Gang Member '${memberName}'`);\n } else {\n ctx.workerScript.log(\"gang.recruitMember\", () => `Failed to recruit Gang Member '${memberName}'`);\n }\n\n return recruited;\n },\n getTaskNames: (ctx: NetscriptContext) => (): string[] => {\n const gang = getGang(ctx);\n const tasks = gang.getAllTaskNames();\n tasks.unshift(\"Unassigned\");\n return tasks;\n },\n setMemberTask:\n (ctx: NetscriptContext) =>\n (_memberName: unknown, _taskName: unknown): boolean => {\n const memberName = helpers.string(ctx, \"memberName\", _memberName);\n const taskName = helpers.string(ctx, \"taskName\", _taskName);\n const gang = getGang(ctx);\n const member = getGangMember(ctx, memberName);\n if (!gang.getAllTaskNames().includes(taskName)) {\n ctx.workerScript.log(\n \"gang.setMemberTask\",\n () =>\n `Failed to assign Gang Member '${memberName}' to Invalid task '${taskName}'. '${memberName}' is now Unassigned`,\n );\n return member.assignToTask(\"Unassigned\");\n }\n const success = member.assignToTask(taskName);\n if (success) {\n ctx.workerScript.log(\n \"gang.setMemberTask\",\n () => `Successfully assigned Gang Member '${memberName}' to '${taskName}' task`,\n );\n } else {\n ctx.workerScript.log(\n \"gang.setMemberTask\",\n () =>\n `Failed to assign Gang Member '${memberName}' to '${taskName}' task. '${memberName}' is now Unassigned`,\n );\n }\n\n return success;\n },\n getTaskStats:\n (ctx: NetscriptContext) =>\n (_taskName: unknown): GangTaskStats => {\n const taskName = helpers.string(ctx, \"taskName\", _taskName);\n getGang(ctx);\n const task = getGangTask(ctx, taskName);\n const copy = Object.assign({}, task);\n copy.territory = Object.assign({}, task.territory);\n return copy;\n },\n getEquipmentNames: (ctx: NetscriptContext) => (): string[] => {\n getGang(ctx);\n return Object.keys(GangMemberUpgrades);\n },\n getEquipmentCost:\n (ctx: NetscriptContext) =>\n (_equipName: unknown): number => {\n const equipName = helpers.string(ctx, \"equipName\", _equipName);\n const gang = getGang(ctx);\n const upg = GangMemberUpgrades[equipName];\n if (upg === null) return Infinity;\n return gang.getUpgradeCost(upg);\n },\n getEquipmentType:\n (ctx: NetscriptContext) =>\n (_equipName: unknown): string => {\n const equipName = helpers.string(ctx, \"equipName\", _equipName);\n getGang(ctx);\n const upg = GangMemberUpgrades[equipName];\n if (upg == null) return \"\";\n return upg.getType();\n },\n getEquipmentStats:\n (ctx: NetscriptContext) =>\n (_equipName: unknown): EquipmentStats => {\n const equipName = helpers.string(ctx, \"equipName\", _equipName);\n getGang(ctx);\n const equipment = GangMemberUpgrades[equipName];\n if (!equipment) {\n throw helpers.makeRuntimeErrorMsg(ctx, `Invalid equipment: ${equipName}`);\n }\n const typecheck: EquipmentStats = equipment.mults;\n return Object.assign({}, typecheck) as any;\n },\n purchaseEquipment:\n (ctx: NetscriptContext) =>\n (_memberName: unknown, _equipName: unknown): boolean => {\n const memberName = helpers.string(ctx, \"memberName\", _memberName);\n const equipName = helpers.string(ctx, \"equipName\", _equipName);\n getGang(ctx);\n const member = getGangMember(ctx, memberName);\n const equipment = GangMemberUpgrades[equipName];\n if (!equipment) return false;\n const res = member.buyUpgrade(equipment);\n if (res) {\n ctx.workerScript.log(\n \"gang.purchaseEquipment\",\n () => `Purchased '${equipName}' for Gang member '${memberName}'`,\n );\n } else {\n ctx.workerScript.log(\n \"gang.purchaseEquipment\",\n () => `Failed to purchase '${equipName}' for Gang member '${memberName}'`,\n );\n }\n\n return res;\n },\n ascendMember:\n (ctx: NetscriptContext) =>\n (_memberName: unknown): GangMemberAscension | undefined => {\n const memberName = helpers.string(ctx, \"memberName\", _memberName);\n const gang = getGang(ctx);\n const member = getGangMember(ctx, memberName);\n if (!member.canAscend()) return;\n return gang.ascendMember(member, ctx.workerScript);\n },\n getAscensionResult:\n (ctx: NetscriptContext) =>\n (_memberName: unknown): GangMemberAscension | undefined => {\n const memberName = helpers.string(ctx, \"memberName\", _memberName);\n getGang(ctx);\n const member = getGangMember(ctx, memberName);\n if (!member.canAscend()) return;\n return {\n respect: member.earnedRespect,\n ...member.getAscensionResults(),\n };\n },\n setTerritoryWarfare:\n (ctx: NetscriptContext) =>\n (_engage: unknown): void => {\n const engage = !!_engage;\n const gang = getGang(ctx);\n if (engage) {\n gang.territoryWarfareEngaged = true;\n ctx.workerScript.log(\"gang.setTerritoryWarfare\", () => \"Engaging in Gang Territory Warfare\");\n } else {\n gang.territoryWarfareEngaged = false;\n ctx.workerScript.log(\"gang.setTerritoryWarfare\", () => \"Disengaging in Gang Territory Warfare\");\n }\n },\n getChanceToWinClash:\n (ctx: NetscriptContext) =>\n (_otherGang: unknown): number => {\n const otherGang = helpers.string(ctx, \"otherGang\", _otherGang);\n const gang = getGang(ctx);\n if (AllGangs[otherGang] == null) {\n throw helpers.makeRuntimeErrorMsg(ctx, `Invalid gang: ${otherGang}`);\n }\n\n const playerPower = AllGangs[gang.facName].power;\n const otherPower = AllGangs[otherGang].power;\n\n return playerPower / (otherPower + playerPower);\n },\n getBonusTime: (ctx: NetscriptContext) => (): number => {\n const gang = getGang(ctx);\n return Math.round(gang.storedCycles / 5) * 1000;\n },\n };\n}\n","import { Player } from \"@player\";\nimport { StaticAugmentations } from \"../Augmentation/StaticAugmentations\";\nimport { CityName } from \"../Locations/data/CityNames\";\nimport { findCrime } from \"../Crime/CrimeHelpers\";\nimport { Augmentation } from \"../Augmentation/Augmentation\";\n\nimport {\n AugmentPair,\n Sleeve as ISleeve,\n SleeveInformation,\n SleeveSkills,\n SleeveTask,\n} from \"../ScriptEditor/NetscriptDefinitions\";\nimport { checkEnum } from \"../utils/helpers/checkEnum\";\nimport { InternalAPI, NetscriptContext } from \"../Netscript/APIWrapper\";\nimport { isSleeveBladeburnerWork } from \"../PersonObjects/Sleeve/Work/SleeveBladeburnerWork\";\nimport { isSleeveFactionWork } from \"../PersonObjects/Sleeve/Work/SleeveFactionWork\";\nimport { isSleeveCompanyWork } from \"../PersonObjects/Sleeve/Work/SleeveCompanyWork\";\nimport { helpers } from \"../Netscript/NetscriptHelpers\";\n\nexport function NetscriptSleeve(): InternalAPI {\n const checkSleeveAPIAccess = function (ctx: NetscriptContext): void {\n if (Player.bitNodeN !== 10 && !Player.sourceFileLvl(10)) {\n throw helpers.makeRuntimeErrorMsg(\n ctx,\n \"You do not currently have access to the Sleeve API. This is either because you are not in BitNode-10 or because you do not have Source-File 10\",\n );\n }\n };\n\n const checkSleeveNumber = function (ctx: NetscriptContext, sleeveNumber: number): void {\n if (sleeveNumber >= Player.sleeves.length || sleeveNumber < 0) {\n const msg = `Invalid sleeve number: ${sleeveNumber}`;\n helpers.log(ctx, () => msg);\n throw helpers.makeRuntimeErrorMsg(ctx, msg);\n }\n };\n\n const getSleeveStats = function (sleeveNumber: number): SleeveSkills {\n const sl = Player.sleeves[sleeveNumber];\n return {\n shock: 100 - sl.shock,\n sync: sl.sync,\n memory: sl.memory,\n hacking: sl.skills.hacking,\n strength: sl.skills.strength,\n defense: sl.skills.defense,\n dexterity: sl.skills.dexterity,\n agility: sl.skills.agility,\n charisma: sl.skills.charisma,\n };\n };\n\n return {\n getNumSleeves: (ctx: NetscriptContext) => (): number => {\n checkSleeveAPIAccess(ctx);\n return Player.sleeves.length;\n },\n setToShockRecovery:\n (ctx: NetscriptContext) =>\n (_sleeveNumber: unknown): boolean => {\n const sleeveNumber = helpers.number(ctx, \"sleeveNumber\", _sleeveNumber);\n checkSleeveAPIAccess(ctx);\n checkSleeveNumber(ctx, sleeveNumber);\n return Player.sleeves[sleeveNumber].shockRecovery();\n },\n setToSynchronize:\n (ctx: NetscriptContext) =>\n (_sleeveNumber: unknown): boolean => {\n const sleeveNumber = helpers.number(ctx, \"sleeveNumber\", _sleeveNumber);\n checkSleeveAPIAccess(ctx);\n checkSleeveNumber(ctx, sleeveNumber);\n return Player.sleeves[sleeveNumber].synchronize();\n },\n setToCommitCrime:\n (ctx: NetscriptContext) =>\n (_sleeveNumber: unknown, _crimeRoughName: unknown): boolean => {\n const sleeveNumber = helpers.number(ctx, \"sleeveNumber\", _sleeveNumber);\n const crimeRoughName = helpers.string(ctx, \"crimeName\", _crimeRoughName);\n checkSleeveAPIAccess(ctx);\n checkSleeveNumber(ctx, sleeveNumber);\n const crime = findCrime(crimeRoughName);\n if (crime === null) {\n return false;\n }\n return Player.sleeves[sleeveNumber].commitCrime(crime.name);\n },\n setToUniversityCourse:\n (ctx: NetscriptContext) =>\n (_sleeveNumber: unknown, _universityName: unknown, _className: unknown): boolean => {\n const sleeveNumber = helpers.number(ctx, \"sleeveNumber\", _sleeveNumber);\n const universityName = helpers.string(ctx, \"universityName\", _universityName);\n const className = helpers.string(ctx, \"className\", _className);\n checkSleeveAPIAccess(ctx);\n checkSleeveNumber(ctx, sleeveNumber);\n return Player.sleeves[sleeveNumber].takeUniversityCourse(universityName, className);\n },\n travel:\n (ctx: NetscriptContext) =>\n (_sleeveNumber: unknown, _cityName: unknown): boolean => {\n const sleeveNumber = helpers.number(ctx, \"sleeveNumber\", _sleeveNumber);\n const cityName = helpers.string(ctx, \"cityName\", _cityName);\n checkSleeveAPIAccess(ctx);\n checkSleeveNumber(ctx, sleeveNumber);\n if (checkEnum(CityName, cityName)) {\n return Player.sleeves[sleeveNumber].travel(cityName);\n } else {\n throw helpers.makeRuntimeErrorMsg(ctx, `Invalid city name: '${cityName}'.`);\n }\n },\n setToCompanyWork:\n (ctx: NetscriptContext) =>\n (_sleeveNumber: unknown, acompanyName: unknown): boolean => {\n const sleeveNumber = helpers.number(ctx, \"sleeveNumber\", _sleeveNumber);\n const companyName = helpers.string(ctx, \"companyName\", acompanyName);\n checkSleeveAPIAccess(ctx);\n checkSleeveNumber(ctx, sleeveNumber);\n\n // Cannot work at the same company that another sleeve is working at\n for (let i = 0; i < Player.sleeves.length; ++i) {\n if (i === sleeveNumber) {\n continue;\n }\n const other = Player.sleeves[i];\n if (isSleeveCompanyWork(other.currentWork) && other.currentWork.companyName === companyName) {\n throw helpers.makeRuntimeErrorMsg(\n ctx,\n `Sleeve ${sleeveNumber} cannot work for company ${companyName} because Sleeve ${i} is already working for them.`,\n );\n }\n }\n\n return Player.sleeves[sleeveNumber].workForCompany(companyName);\n },\n setToFactionWork:\n (ctx: NetscriptContext) =>\n (_sleeveNumber: unknown, _factionName: unknown, _workType: unknown): boolean | undefined => {\n const sleeveNumber = helpers.number(ctx, \"sleeveNumber\", _sleeveNumber);\n const factionName = helpers.string(ctx, \"factionName\", _factionName);\n const workType = helpers.string(ctx, \"workType\", _workType);\n checkSleeveAPIAccess(ctx);\n checkSleeveNumber(ctx, sleeveNumber);\n\n // Cannot work at the same faction that another sleeve is working at\n for (let i = 0; i < Player.sleeves.length; ++i) {\n if (i === sleeveNumber) {\n continue;\n }\n const other = Player.sleeves[i];\n if (isSleeveFactionWork(other.currentWork) && other.currentWork.factionName === factionName) {\n throw helpers.makeRuntimeErrorMsg(\n ctx,\n `Sleeve ${sleeveNumber} cannot work for faction ${factionName} because Sleeve ${i} is already working for them.`,\n );\n }\n }\n\n if (Player.gang && Player.gang.facName == factionName) {\n throw helpers.makeRuntimeErrorMsg(\n ctx,\n `Sleeve ${sleeveNumber} cannot work for faction ${factionName} because you have started a gang with them.`,\n );\n }\n\n return Player.sleeves[sleeveNumber].workForFaction(factionName, workType);\n },\n setToGymWorkout:\n (ctx: NetscriptContext) =>\n (_sleeveNumber: unknown, _gymName: unknown, _stat: unknown): boolean => {\n const sleeveNumber = helpers.number(ctx, \"sleeveNumber\", _sleeveNumber);\n const gymName = helpers.string(ctx, \"gymName\", _gymName);\n const stat = helpers.string(ctx, \"stat\", _stat);\n checkSleeveAPIAccess(ctx);\n checkSleeveNumber(ctx, sleeveNumber);\n\n return Player.sleeves[sleeveNumber].workoutAtGym(gymName, stat);\n },\n getSleeveStats:\n (ctx: NetscriptContext) =>\n (_sleeveNumber: unknown): SleeveSkills => {\n const sleeveNumber = helpers.number(ctx, \"sleeveNumber\", _sleeveNumber);\n checkSleeveAPIAccess(ctx);\n checkSleeveNumber(ctx, sleeveNumber);\n return getSleeveStats(sleeveNumber);\n },\n getTask:\n (ctx: NetscriptContext) =>\n (_sleeveNumber: unknown): SleeveTask | null => {\n const sleeveNumber = helpers.number(ctx, \"sleeveNumber\", _sleeveNumber);\n checkSleeveAPIAccess(ctx);\n checkSleeveNumber(ctx, sleeveNumber);\n\n const sl = Player.sleeves[sleeveNumber];\n if (sl.currentWork === null) return null;\n return sl.currentWork.APICopy();\n },\n getInformation:\n (ctx: NetscriptContext) =>\n (_sleeveNumber: unknown): SleeveInformation => {\n const sleeveNumber = helpers.number(ctx, \"sleeveNumber\", _sleeveNumber);\n checkSleeveAPIAccess(ctx);\n checkSleeveNumber(ctx, sleeveNumber);\n\n const sl = Player.sleeves[sleeveNumber];\n return {\n tor: false,\n city: sl.city,\n hp: sl.hp,\n jobs: Object.keys(Player.jobs), // technically sleeves have the same jobs as the player.\n jobTitle: Object.values(Player.jobs),\n\n mult: {\n agility: sl.mults.agility,\n agilityExp: sl.mults.agility_exp,\n charisma: sl.mults.charisma,\n charismaExp: sl.mults.charisma_exp,\n companyRep: sl.mults.company_rep,\n crimeMoney: sl.mults.crime_money,\n crimeSuccess: sl.mults.crime_success,\n defense: sl.mults.defense,\n defenseExp: sl.mults.defense_exp,\n dexterity: sl.mults.dexterity,\n dexterityExp: sl.mults.dexterity_exp,\n factionRep: sl.mults.faction_rep,\n hacking: sl.mults.hacking,\n hackingExp: sl.mults.hacking_exp,\n strength: sl.mults.strength,\n strengthExp: sl.mults.strength_exp,\n workMoney: sl.mults.work_money,\n },\n };\n },\n getSleeveAugmentations:\n (ctx: NetscriptContext) =>\n (_sleeveNumber: unknown): string[] => {\n const sleeveNumber = helpers.number(ctx, \"sleeveNumber\", _sleeveNumber);\n checkSleeveAPIAccess(ctx);\n checkSleeveNumber(ctx, sleeveNumber);\n\n const augs = [];\n for (let i = 0; i < Player.sleeves[sleeveNumber].augmentations.length; i++) {\n augs.push(Player.sleeves[sleeveNumber].augmentations[i].name);\n }\n return augs;\n },\n getSleevePurchasableAugs:\n (ctx: NetscriptContext) =>\n (_sleeveNumber: unknown): AugmentPair[] => {\n const sleeveNumber = helpers.number(ctx, \"sleeveNumber\", _sleeveNumber);\n checkSleeveAPIAccess(ctx);\n checkSleeveNumber(ctx, sleeveNumber);\n\n const purchasableAugs = Player.sleeves[sleeveNumber].findPurchasableAugs();\n const augs = [];\n for (let i = 0; i < purchasableAugs.length; i++) {\n const aug = purchasableAugs[i];\n augs.push({\n name: aug.name,\n cost: aug.baseCost,\n });\n }\n\n return augs;\n },\n purchaseSleeveAug:\n (ctx: NetscriptContext) =>\n (_sleeveNumber: unknown, _augName: unknown): boolean => {\n const sleeveNumber = helpers.number(ctx, \"sleeveNumber\", _sleeveNumber);\n const augName = helpers.string(ctx, \"augName\", _augName);\n checkSleeveAPIAccess(ctx);\n checkSleeveNumber(ctx, sleeveNumber);\n\n if (getSleeveStats(sleeveNumber).shock > 0) {\n throw helpers.makeRuntimeErrorMsg(ctx, `Sleeve shock too high: Sleeve ${sleeveNumber}`);\n }\n\n const aug = StaticAugmentations[augName];\n if (!aug) {\n throw helpers.makeRuntimeErrorMsg(ctx, `Invalid aug: ${augName}`);\n }\n\n return Player.sleeves[sleeveNumber].tryBuyAugmentation(aug);\n },\n getSleeveAugmentationPrice:\n (ctx: NetscriptContext) =>\n (_augName: unknown): number => {\n checkSleeveAPIAccess(ctx);\n const augName = helpers.string(ctx, \"augName\", _augName);\n const aug: Augmentation = StaticAugmentations[augName];\n return aug.baseCost;\n },\n getSleeveAugmentationRepReq:\n (ctx: NetscriptContext) =>\n (_augName: unknown): number => {\n checkSleeveAPIAccess(ctx);\n const augName = helpers.string(ctx, \"augName\", _augName);\n const aug: Augmentation = StaticAugmentations[augName];\n return aug.getCost().repCost;\n },\n setToBladeburnerAction:\n (ctx: NetscriptContext) =>\n (_sleeveNumber: unknown, _action: unknown, _contract?: unknown): boolean => {\n const sleeveNumber = helpers.number(ctx, \"sleeveNumber\", _sleeveNumber);\n const action = helpers.string(ctx, \"action\", _action);\n let contract: string;\n if (typeof _contract === \"undefined\") {\n contract = \"------\";\n } else {\n contract = helpers.string(ctx, \"contract\", _contract);\n }\n checkSleeveAPIAccess(ctx);\n checkSleeveNumber(ctx, sleeveNumber);\n\n // Cannot Take on Contracts if another sleeve is performing that action\n if (action === \"Take on contracts\") {\n for (let i = 0; i < Player.sleeves.length; ++i) {\n if (i === sleeveNumber) {\n continue;\n }\n const other = Player.sleeves[i];\n if (isSleeveBladeburnerWork(other.currentWork) && other.currentWork.actionName === contract) {\n throw helpers.makeRuntimeErrorMsg(\n ctx,\n `Sleeve ${sleeveNumber} cannot take on contracts because Sleeve ${i} is already performing that action.`,\n );\n }\n }\n }\n\n return Player.sleeves[sleeveNumber].bladeburner(action, contract);\n },\n };\n}\n","import { Player as player } from \"../Player\";\nimport { Exploit } from \"../Exploits/Exploit\";\nimport * as bcrypt from \"bcryptjs\";\nimport { Apr1Events as devMenu } from \"../ui/Apr1\";\nimport { InternalAPI, NetscriptContext } from \"../Netscript/APIWrapper\";\nimport { helpers } from \"../Netscript/NetscriptHelpers\";\n\nexport interface INetscriptExtra {\n heart: {\n break(): number;\n };\n openDevMenu(): void;\n exploit(): void;\n bypass(doc: Document): void;\n alterReality(): void;\n rainbow(guess: string): void;\n}\n\nexport function NetscriptExtra(): InternalAPI {\n return {\n heart: {\n // Easter egg function\n break: () => (): number => {\n return player.karma;\n },\n },\n openDevMenu: () => (): void => {\n devMenu.emit();\n },\n exploit: () => (): void => {\n player.giveExploit(Exploit.UndocumentedFunctionCall);\n },\n bypass:\n (ctx: NetscriptContext) =>\n (doc: unknown): void => {\n // reset both fields first\n type temporary = { completely_unused_field: unknown };\n const d = doc as temporary;\n d.completely_unused_field = undefined;\n const real_document = document as unknown as temporary;\n real_document.completely_unused_field = undefined;\n // set one to true and check that it affected the other.\n real_document.completely_unused_field = true;\n if (d.completely_unused_field && ctx.workerScript.ramUsage === 1.6) {\n player.giveExploit(Exploit.Bypass);\n }\n d.completely_unused_field = undefined;\n real_document.completely_unused_field = undefined;\n },\n alterReality: () => (): void => {\n // We need to trick webpack into not optimizing a variable that is guaranteed to be false (and doesn't use prototypes)\n let x = false;\n const recur = function (depth: number): void {\n if (depth === 0) return;\n x = !x;\n recur(depth - 1);\n };\n recur(2);\n console.warn(\"I am sure that this variable is false.\");\n if (x !== false) {\n console.warn(\"Reality has been altered!\");\n player.giveExploit(Exploit.RealityAlteration);\n }\n },\n rainbow:\n (ctx: NetscriptContext) =>\n (guess: unknown): boolean => {\n function tryGuess(): boolean {\n // eslint-disable-next-line no-sync\n const verified = bcrypt.compareSync(\n helpers.string(ctx, \"guess\", guess),\n \"$2a$10$aertxDEkgor8baVtQDZsLuMwwGYmkRM/ohcA6FjmmzIHQeTCsrCcO\",\n );\n if (verified) {\n player.giveExploit(Exploit.INeedARainbow);\n return true;\n }\n return false;\n }\n return tryGuess();\n },\n };\n}\n","import { Player as player } from \"../Player\";\nimport { HacknetServerConstants } from \"../Hacknet/data/Constants\";\nimport {\n getCostOfNextHacknetNode,\n getCostOfNextHacknetServer,\n hasHacknetServers,\n purchaseHacknet,\n purchaseLevelUpgrade,\n purchaseRamUpgrade,\n purchaseCoreUpgrade,\n purchaseCacheUpgrade,\n purchaseHashUpgrade,\n updateHashManagerCapacity,\n} from \"../Hacknet/HacknetHelpers\";\nimport { HacknetServer } from \"../Hacknet/HacknetServer\";\nimport { HacknetNode } from \"../Hacknet/HacknetNode\";\nimport { HashUpgrades } from \"../Hacknet/HashUpgrades\";\nimport { HashUpgrade } from \"../Hacknet/HashUpgrade\";\nimport { GetServer } from \"../Server/AllServers\";\n\nimport { Hacknet as IHacknet, NodeStats } from \"../ScriptEditor/NetscriptDefinitions\";\nimport { InternalAPI, NetscriptContext } from \"../Netscript/APIWrapper\";\nimport { helpers } from \"../Netscript/NetscriptHelpers\";\n\nexport function NetscriptHacknet(): InternalAPI {\n // Utility function to get Hacknet Node object\n const getHacknetNode = function (ctx: NetscriptContext, i: number): HacknetNode | HacknetServer {\n if (i < 0 || i >= player.hacknetNodes.length) {\n throw helpers.makeRuntimeErrorMsg(ctx, \"Index specified for Hacknet Node is out-of-bounds: \" + i);\n }\n\n if (hasHacknetServers()) {\n const hi = player.hacknetNodes[i];\n if (typeof hi !== \"string\") throw new Error(\"hacknet node was not a string\");\n const hserver = GetServer(hi);\n if (!(hserver instanceof HacknetServer)) throw new Error(\"hacknet server was not actually hacknet server\");\n if (hserver == null) {\n throw helpers.makeRuntimeErrorMsg(\n ctx,\n `Could not get Hacknet Server for index ${i}. This is probably a bug, please report to game dev`,\n );\n }\n\n return hserver;\n } else {\n const node = player.hacknetNodes[i];\n if (!(node instanceof HacknetNode)) throw new Error(\"hacknet node was not node.\");\n return node;\n }\n };\n\n return {\n numNodes: () => (): number => {\n return player.hacknetNodes.length;\n },\n maxNumNodes: () => (): number => {\n if (hasHacknetServers()) {\n return HacknetServerConstants.MaxServers;\n }\n return Infinity;\n },\n purchaseNode: () => (): number => {\n return purchaseHacknet();\n },\n getPurchaseNodeCost: () => (): number => {\n if (hasHacknetServers()) {\n return getCostOfNextHacknetServer();\n } else {\n return getCostOfNextHacknetNode();\n }\n },\n getNodeStats:\n (ctx: NetscriptContext) =>\n (_i: unknown): NodeStats => {\n const i = helpers.number(ctx, \"i\", _i);\n const node = getHacknetNode(ctx, i);\n const hasUpgraded = hasHacknetServers();\n const res: NodeStats = {\n name: node instanceof HacknetServer ? node.hostname : node.name,\n level: node.level,\n ram: node instanceof HacknetServer ? node.maxRam : node.ram,\n cores: node.cores,\n production: node instanceof HacknetServer ? node.hashRate : node.moneyGainRatePerSecond,\n timeOnline: node.onlineTimeSeconds,\n totalProduction: node instanceof HacknetServer ? node.totalHashesGenerated : node.totalMoneyGenerated,\n };\n\n if (hasUpgraded && node instanceof HacknetServer) {\n res.cache = node.cache;\n res.hashCapacity = node.hashCapacity;\n res.ramUsed = node.ramUsed;\n }\n\n return res;\n },\n upgradeLevel:\n (ctx: NetscriptContext) =>\n (_i: unknown, _n: unknown = 1): boolean => {\n const i = helpers.number(ctx, \"i\", _i);\n const n = helpers.number(ctx, \"n\", _n);\n const node = getHacknetNode(ctx, i);\n return purchaseLevelUpgrade(node, n);\n },\n upgradeRam:\n (ctx: NetscriptContext) =>\n (_i: unknown, _n: unknown = 1): boolean => {\n const i = helpers.number(ctx, \"i\", _i);\n const n = helpers.number(ctx, \"n\", _n);\n const node = getHacknetNode(ctx, i);\n return purchaseRamUpgrade(node, n);\n },\n upgradeCore:\n (ctx: NetscriptContext) =>\n (_i: unknown, _n: unknown = 1): boolean => {\n const i = helpers.number(ctx, \"i\", _i);\n const n = helpers.number(ctx, \"n\", _n);\n const node = getHacknetNode(ctx, i);\n return purchaseCoreUpgrade(node, n);\n },\n upgradeCache:\n (ctx: NetscriptContext) =>\n (_i: unknown, _n: unknown = 1): boolean => {\n const i = helpers.number(ctx, \"i\", _i);\n const n = helpers.number(ctx, \"n\", _n);\n if (!hasHacknetServers()) {\n return false;\n }\n const node = getHacknetNode(ctx, i);\n if (!(node instanceof HacknetServer)) {\n helpers.log(ctx, () => \"Can only be called on hacknet servers\");\n return false;\n }\n const res = purchaseCacheUpgrade(node, n);\n if (res) {\n updateHashManagerCapacity();\n }\n return res;\n },\n getLevelUpgradeCost:\n (ctx: NetscriptContext) =>\n (_i: unknown, _n: unknown = 1): number => {\n const i = helpers.number(ctx, \"i\", _i);\n const n = helpers.number(ctx, \"n\", _n);\n const node = getHacknetNode(ctx, i);\n return node.calculateLevelUpgradeCost(n, player.mults.hacknet_node_level_cost);\n },\n getRamUpgradeCost:\n (ctx: NetscriptContext) =>\n (_i: unknown, _n: unknown = 1): number => {\n const i = helpers.number(ctx, \"i\", _i);\n const n = helpers.number(ctx, \"n\", _n);\n const node = getHacknetNode(ctx, i);\n return node.calculateRamUpgradeCost(n, player.mults.hacknet_node_ram_cost);\n },\n getCoreUpgradeCost:\n (ctx: NetscriptContext) =>\n (_i: unknown, _n: unknown = 1): number => {\n const i = helpers.number(ctx, \"i\", _i);\n const n = helpers.number(ctx, \"n\", _n);\n const node = getHacknetNode(ctx, i);\n return node.calculateCoreUpgradeCost(n, player.mults.hacknet_node_core_cost);\n },\n getCacheUpgradeCost:\n (ctx: NetscriptContext) =>\n (_i: unknown, _n: unknown = 1): number => {\n const i = helpers.number(ctx, \"i\", _i);\n const n = helpers.number(ctx, \"n\", _n);\n if (!hasHacknetServers()) {\n return Infinity;\n }\n const node = getHacknetNode(ctx, i);\n if (!(node instanceof HacknetServer)) {\n helpers.log(ctx, () => \"Can only be called on hacknet servers\");\n return -1;\n }\n return node.calculateCacheUpgradeCost(n);\n },\n numHashes: () => (): number => {\n if (!hasHacknetServers()) {\n return 0;\n }\n return player.hashManager.hashes;\n },\n hashCapacity: () => (): number => {\n if (!hasHacknetServers()) {\n return 0;\n }\n return player.hashManager.capacity;\n },\n hashCost:\n (ctx: NetscriptContext) =>\n (_upgName: unknown, _count: unknown = 1): number => {\n const upgName = helpers.string(ctx, \"upgName\", _upgName);\n const count = helpers.number(ctx, \"count\", _count);\n if (!hasHacknetServers()) {\n return Infinity;\n }\n\n return player.hashManager.getUpgradeCost(upgName, count);\n },\n spendHashes:\n (ctx: NetscriptContext) =>\n (_upgName: unknown, _upgTarget: unknown = \"\", _count: unknown = 1): boolean => {\n const upgName = helpers.string(ctx, \"upgName\", _upgName);\n const upgTarget = helpers.string(ctx, \"upgTarget\", _upgTarget);\n const count = helpers.number(ctx, \"count\", _count);\n if (!hasHacknetServers()) {\n return false;\n }\n return purchaseHashUpgrade(upgName, upgTarget, count);\n },\n getHashUpgrades: () => (): string[] => {\n if (!hasHacknetServers()) {\n return [];\n }\n return Object.values(HashUpgrades).map((upgrade: HashUpgrade) => upgrade.name);\n },\n getHashUpgradeLevel:\n (ctx: NetscriptContext) =>\n (_upgName: unknown): number => {\n const upgName = helpers.string(ctx, \"upgName\", _upgName);\n const level = player.hashManager.upgrades[upgName];\n if (level === undefined) {\n throw helpers.makeRuntimeErrorMsg(ctx, `Invalid Hash Upgrade: ${upgName}`);\n }\n return level;\n },\n getStudyMult: () => (): number => {\n if (!hasHacknetServers()) {\n return 1;\n }\n return player.hashManager.getStudyMult();\n },\n getTrainingMult: () => (): number => {\n if (!hasHacknetServers()) {\n return 1;\n }\n return player.hashManager.getTrainingMult();\n },\n };\n}\n","/** Object representing an upgrade that can be purchased with hashes */\nexport interface IConstructorParams {\n cost?: number;\n costPerLevel: number;\n desc: string;\n hasTargetServer?: boolean;\n name: string;\n value: number;\n effectText?: (level: number) => JSX.Element | null;\n}\n\nexport class HashUpgrade {\n /**\n * If the upgrade has a flat cost (never increases), it goes here\n * Otherwise, this property should be undefined\n *\n * This property overrides the 'costPerLevel' property\n */\n cost?: number;\n\n /**\n * Base cost for this upgrade. Every time the upgrade is purchased,\n * its cost increases by this same amount (so its 1x, 2x, 3x, 4x, etc.)\n */\n costPerLevel = 0;\n\n /** Description of what the upgrade does */\n desc = \"\";\n\n /**\n * Boolean indicating that this upgrade's effect affects a single server,\n * the \"target\" server\n */\n hasTargetServer = false;\n\n /** Name of upgrade */\n name = \"\";\n\n // Generic value used to indicate the potency/amount of this upgrade's effect\n // The meaning varies between different upgrades\n value = 0;\n\n constructor(p: IConstructorParams) {\n if (p.cost != null) {\n this.cost = p.cost;\n }\n if (p.effectText != null) {\n this.effectText = p.effectText;\n }\n\n this.costPerLevel = p.costPerLevel;\n this.desc = p.desc;\n this.hasTargetServer = p.hasTargetServer ? p.hasTargetServer : false;\n this.name = p.name;\n this.value = p.value;\n }\n\n // Functions that returns the UI element to display the effect of this upgrade.\n effectText: (level: number) => JSX.Element | null = () => null;\n\n getCost(currentLevel: number, count = 1): number {\n if (typeof this.cost === \"number\") {\n return this.cost * count;\n }\n\n //This formula is equivalent to\n //(currentLevel + 1) * this.costPerLevel\n //being performed repeatedly\n const collapsedSum = 0.5 * count * (count + 2 * currentLevel + 1);\n return this.costPerLevel * collapsedSum;\n }\n}\n","// Metadata used to construct all Hash Upgrades\nimport React from \"react\";\nimport { IConstructorParams } from \"../HashUpgrade\";\nimport { numeralWrapper } from \"../../ui/numeralFormat\";\nimport { Money } from \"../../ui/React/Money\";\n\nexport const HashUpgradesMetadata: IConstructorParams[] = [\n {\n cost: 4,\n costPerLevel: 4,\n desc: \"Sell hashes for $1m\",\n name: \"Sell for Money\",\n effectText: (level: number): JSX.Element | null => (\n <>\n Sold for \n \n ),\n value: 1e6,\n },\n {\n costPerLevel: 100,\n desc: \"Sell hashes for $1b in Corporation funds\",\n name: \"Sell for Corporation Funds\",\n effectText: (level: number): JSX.Element | null => (\n <>\n Sold for Corporation funds.\n \n ),\n value: 1e9,\n },\n {\n costPerLevel: 50,\n desc:\n \"Use hashes to decrease the minimum security of a single server by 2%. \" +\n \"Note that a server's minimum security cannot go below 1. This effect persists \" +\n \"until you install Augmentations (since servers are reset at that time).\",\n hasTargetServer: true,\n name: \"Reduce Minimum Security\",\n value: 0.98,\n },\n {\n costPerLevel: 50,\n desc:\n \"Use hashes to increase the maximum amount of money on a single server by 2%. \" +\n \"Note that a server's maximum money is soft capped above $10t. \" +\n \"This effect persists until you install Augmentations (since servers \" +\n \"are reset at that time).\",\n hasTargetServer: true,\n name: \"Increase Maximum Money\",\n value: 1.02,\n },\n {\n costPerLevel: 50,\n desc:\n \"Use hashes to improve the experience earned when studying at a university by 20%. \" +\n \"This effect persists until you install Augmentations\",\n name: \"Improve Studying\",\n effectText: (level: number): JSX.Element | null => <>Improves studying by {level * 20}%,\n value: 20, // Improves studying by value%\n },\n {\n costPerLevel: 50,\n desc:\n \"Use hashes to improve the experience earned when training at the gym by 20%. This effect \" +\n \"persists until you install Augmentations\",\n name: \"Improve Gym Training\",\n effectText: (level: number): JSX.Element | null => <>Improves training by {level * 20}%,\n value: 20, // Improves training by value%\n },\n {\n costPerLevel: 200,\n desc: \"Exchange hashes for 1k Scientific Research in all of your Corporation's Industries\",\n name: \"Exchange for Corporation Research\",\n effectText: (level: number): JSX.Element | null => (\n <>Acquired a total of {level}k Scientific Research in your industries.\n ),\n value: 1000,\n },\n {\n costPerLevel: 250,\n desc: \"Exchange hashes for 100 Bladeburner Rank\",\n name: \"Exchange for Bladeburner Rank\",\n effectText: (level: number): JSX.Element | null => (\n <>Acquired a total of {numeralWrapper.format(100 * level, \"0a\")} Bladeburner rank\n ),\n value: 100,\n },\n {\n costPerLevel: 250,\n desc: \"Exchanges hashes for 10 Bladeburner Skill Points\",\n name: \"Exchange for Bladeburner SP\",\n effectText: (level: number): JSX.Element | null => (\n <>Acquired a total of {numeralWrapper.format(10 * level, \"0a\")} Bladeburner Skill Points\n ),\n value: 10,\n },\n {\n costPerLevel: 200,\n desc: \"Generate a random Coding Contract somewhere on the network\",\n name: \"Generate Coding Contract\",\n effectText: (level: number): JSX.Element | null => <>Generated {level} contracts.,\n value: 1,\n },\n];\n","import { Player as player } from \"../Player\";\n\nimport { staneksGift } from \"../CotMG/Helper\";\nimport { Fragments, FragmentById } from \"../CotMG/Fragment\";\nimport { FragmentType } from \"../CotMG/FragmentType\";\n\nimport {\n Fragment as IFragment,\n ActiveFragment as IActiveFragment,\n Stanek as IStanek,\n} from \"../ScriptEditor/NetscriptDefinitions\";\nimport { AugmentationNames } from \"../Augmentation/data/AugmentationNames\";\nimport { NetscriptContext, InternalAPI } from \"../Netscript/APIWrapper\";\nimport { applyAugmentation } from \"../Augmentation/AugmentationHelpers\";\nimport { FactionNames } from \"../Faction/data/FactionNames\";\nimport { joinFaction } from \"../Faction/FactionHelpers\";\nimport { Factions } from \"../Faction/Factions\";\nimport { helpers } from \"../Netscript/NetscriptHelpers\";\n\nexport function NetscriptStanek(): InternalAPI {\n function checkStanekAPIAccess(ctx: NetscriptContext): void {\n if (!player.hasAugmentation(AugmentationNames.StaneksGift1, true)) {\n throw helpers.makeRuntimeErrorMsg(ctx, \"Stanek's Gift is not installed\");\n }\n }\n\n return {\n giftWidth: (ctx: NetscriptContext) =>\n function (): number {\n checkStanekAPIAccess(ctx);\n return staneksGift.width();\n },\n giftHeight: (ctx: NetscriptContext) =>\n function (): number {\n checkStanekAPIAccess(ctx);\n return staneksGift.height();\n },\n chargeFragment: (ctx: NetscriptContext) =>\n function (_rootX: unknown, _rootY: unknown): Promise {\n //Get the fragment object using the given coordinates\n const rootX = helpers.number(ctx, \"rootX\", _rootX);\n const rootY = helpers.number(ctx, \"rootY\", _rootY);\n checkStanekAPIAccess(ctx);\n const fragment = staneksGift.findFragment(rootX, rootY);\n //Check whether the selected fragment can ge charged\n if (!fragment) throw helpers.makeRuntimeErrorMsg(ctx, `No fragment with root (${rootX}, ${rootY}).`);\n if (fragment.fragment().type == FragmentType.Booster) {\n throw helpers.makeRuntimeErrorMsg(\n ctx,\n `The fragment with root (${rootX}, ${rootY}) is a Booster Fragment and thus cannot be charged.`,\n );\n }\n //Charge the fragment\n const time = staneksGift.inBonus() ? 200 : 1000;\n return helpers.netscriptDelay(ctx, time).then(function () {\n staneksGift.charge(fragment, ctx.workerScript.scriptRef.threads);\n helpers.log(ctx, () => `Charged fragment with ${ctx.workerScript.scriptRef.threads} threads.`);\n return Promise.resolve();\n });\n },\n fragmentDefinitions: (ctx: NetscriptContext) =>\n function (): IFragment[] {\n checkStanekAPIAccess(ctx);\n helpers.log(ctx, () => `Returned ${Fragments.length} fragments`);\n return Fragments.map((f) => f.copy());\n },\n activeFragments: (ctx: NetscriptContext) =>\n function (): IActiveFragment[] {\n checkStanekAPIAccess(ctx);\n helpers.log(ctx, () => `Returned ${staneksGift.fragments.length} fragments`);\n return staneksGift.fragments.map((af) => {\n return { ...af.copy(), ...af.fragment().copy() };\n });\n },\n clearGift: (ctx: NetscriptContext) =>\n function (): void {\n checkStanekAPIAccess(ctx);\n helpers.log(ctx, () => `Cleared Stanek's Gift.`);\n staneksGift.clear();\n },\n canPlaceFragment: (ctx: NetscriptContext) =>\n function (_rootX: unknown, _rootY: unknown, _rotation: unknown, _fragmentId: unknown): boolean {\n const rootX = helpers.number(ctx, \"rootX\", _rootX);\n const rootY = helpers.number(ctx, \"rootY\", _rootY);\n const rotation = helpers.number(ctx, \"rotation\", _rotation);\n const fragmentId = helpers.number(ctx, \"fragmentId\", _fragmentId);\n checkStanekAPIAccess(ctx);\n const fragment = FragmentById(fragmentId);\n if (!fragment) throw helpers.makeRuntimeErrorMsg(ctx, `Invalid fragment id: ${fragmentId}`);\n const can = staneksGift.canPlace(rootX, rootY, rotation, fragment);\n return can;\n },\n placeFragment: (ctx: NetscriptContext) =>\n function (_rootX: unknown, _rootY: unknown, _rotation: unknown, _fragmentId: unknown): boolean {\n const rootX = helpers.number(ctx, \"rootX\", _rootX);\n const rootY = helpers.number(ctx, \"rootY\", _rootY);\n const rotation = helpers.number(ctx, \"rotation\", _rotation);\n const fragmentId = helpers.number(ctx, \"fragmentId\", _fragmentId);\n checkStanekAPIAccess(ctx);\n const fragment = FragmentById(fragmentId);\n if (!fragment) throw helpers.makeRuntimeErrorMsg(ctx, `Invalid fragment id: ${fragmentId}`);\n return staneksGift.place(rootX, rootY, rotation, fragment);\n },\n getFragment: (ctx: NetscriptContext) =>\n function (_rootX: unknown, _rootY: unknown): IActiveFragment | undefined {\n const rootX = helpers.number(ctx, \"rootX\", _rootX);\n const rootY = helpers.number(ctx, \"rootY\", _rootY);\n checkStanekAPIAccess(ctx);\n const fragment = staneksGift.findFragment(rootX, rootY);\n if (fragment !== undefined) return fragment.copy();\n return undefined;\n },\n removeFragment: (ctx: NetscriptContext) =>\n function (_rootX: unknown, _rootY: unknown): boolean {\n const rootX = helpers.number(ctx, \"rootX\", _rootX);\n const rootY = helpers.number(ctx, \"rootY\", _rootY);\n checkStanekAPIAccess(ctx);\n return staneksGift.delete(rootX, rootY);\n },\n acceptGift: (ctx: NetscriptContext) =>\n function (): boolean {\n //Check if the player is eligible to join the church\n if (\n player.canAccessCotMG() &&\n player.augmentations.filter((a) => a.name !== AugmentationNames.NeuroFluxGovernor).length == 0 &&\n player.queuedAugmentations.filter((a) => a.name !== AugmentationNames.NeuroFluxGovernor).length == 0\n ) {\n //Attempt to join CotMG\n joinFaction(Factions[FactionNames.ChurchOfTheMachineGod]);\n //Attempt to install the first Stanek aug\n if (\n !player.hasAugmentation(AugmentationNames.StaneksGift1) &&\n !player.queuedAugmentations.some((a) => a.name === AugmentationNames.StaneksGift1)\n ) {\n applyAugmentation({ name: AugmentationNames.StaneksGift1, level: 1 });\n helpers.log(\n ctx,\n () => `'${FactionNames.ChurchOfTheMachineGod}' joined and '${AugmentationNames.StaneksGift1}' installed.`,\n );\n }\n }\n //Return true iff the player is in CotMG and has the first Stanek aug installed\n return (\n Factions[FactionNames.ChurchOfTheMachineGod].isMember &&\n player.hasAugmentation(AugmentationNames.StaneksGift1, true)\n );\n },\n };\n}\n","import { BitNodeMultipliers } from \"../../BitNode/BitNodeMultipliers\";\n\nexport function CalculateEffect(highestCharge: number, numCharge: number, power: number, boost: number): number {\n return (\n 1 +\n (Math.log(highestCharge + 1) / 60) *\n Math.pow((numCharge + 1) / 5, 0.07) *\n power *\n boost *\n BitNodeMultipliers.StaneksGiftPowerMultiplier\n );\n}\n","import {\n Infiltration as IInfiltration,\n InfiltrationLocation,\n PossibleInfiltrationLocation,\n} from \"../ScriptEditor/NetscriptDefinitions\";\nimport { Location } from \"../Locations/Location\";\nimport { Locations } from \"../Locations/Locations\";\nimport { calculateDifficulty, calculateReward } from \"../Infiltration/formulas/game\";\nimport {\n calculateInfiltratorsRepReward,\n calculateSellInformationCashReward,\n calculateTradeInformationRepReward,\n} from \"../Infiltration/formulas/victory\";\nimport { FactionNames } from \"../Faction/data/FactionNames\";\nimport { Factions } from \"../Faction/Factions\";\nimport { InternalAPI, NetscriptContext } from \"../Netscript/APIWrapper\";\nimport { checkEnum } from \"../utils/helpers/checkEnum\";\nimport { LocationName } from \"../Locations/data/LocationNames\";\nimport { helpers } from \"../Netscript/NetscriptHelpers\";\n\nexport function NetscriptInfiltration(): InternalAPI {\n const getLocationsWithInfiltrations = Object.values(Locations).filter(\n (location: Location) => location.infiltrationData,\n );\n\n const calculateInfiltrationData = (ctx: NetscriptContext, locationName: string): InfiltrationLocation => {\n if (!checkEnum(LocationName, locationName)) throw new Error(`Location '${locationName}' does not exists.`);\n const location = Locations[locationName];\n if (location === undefined) throw helpers.makeRuntimeErrorMsg(ctx, `Location '${location}' does not exists.`);\n if (location.infiltrationData === undefined)\n throw helpers.makeRuntimeErrorMsg(ctx, `Location '${location}' does not provide infiltrations.`);\n const startingSecurityLevel = location.infiltrationData.startingSecurityLevel;\n const difficulty = calculateDifficulty(startingSecurityLevel);\n const reward = calculateReward(startingSecurityLevel);\n const maxLevel = location.infiltrationData.maxClearanceLevel;\n return {\n location: JSON.parse(JSON.stringify(location)),\n reward: {\n tradeRep: calculateTradeInformationRepReward(reward, maxLevel, startingSecurityLevel),\n sellCash: calculateSellInformationCashReward(reward, maxLevel, startingSecurityLevel),\n SoARep: calculateInfiltratorsRepReward(Factions[FactionNames.ShadowsOfAnarchy], startingSecurityLevel),\n },\n difficulty: difficulty,\n };\n };\n return {\n getPossibleLocations: () => (): PossibleInfiltrationLocation[] => {\n return getLocationsWithInfiltrations.map((l) => ({\n city: l.city ?? \"\",\n name: String(l.name),\n }));\n },\n getInfiltration:\n (ctx: NetscriptContext) =>\n (_location: unknown): InfiltrationLocation => {\n const location = helpers.string(ctx, \"location\", _location);\n return calculateInfiltrationData(ctx, location);\n },\n };\n}\n","import { CityName } from \"./data/CityNames\";\nimport { LocationName } from \"./data/LocationNames\";\nimport { LocationType } from \"./LocationTypeEnum\";\n\ninterface IInfiltrationMetadata {\n maxClearanceLevel: number;\n startingSecurityLevel: number;\n}\n\nexport interface IConstructorParams {\n city?: CityName | null;\n costMult?: number;\n expMult?: number;\n infiltrationData?: IInfiltrationMetadata;\n name?: LocationName;\n types?: LocationType[];\n techVendorMaxRam?: number;\n techVendorMinRam?: number;\n}\n\n/** Class representing a visitable location in the world */\nexport class Location {\n /**\n * Name of city this location is in. If this property is null, it means this i\n * is a generic location that is available in all cities\n */\n city: CityName | null = null;\n\n /** Cost multiplier that influences how expensive a gym/university is */\n costMult = 0;\n\n /** Exp multiplier that influences how effective a gym/university is */\n expMult = 0;\n\n /**\n * Companies can be infiltrated. This contains the data required for that\n * infiltration event\n */\n infiltrationData?: IInfiltrationMetadata;\n\n /** Identifier for location */\n name: LocationName = LocationName.Void;\n\n /**\n * List of what type(s) this location is. A location can be multiple types\n * (e.g. company and tech vendor)\n */\n types: LocationType[] = [];\n\n /**\n * Tech vendors allow you to purchase servers.\n * This property defines the max RAM server you can purchase from this vendor\n */\n techVendorMaxRam = 0;\n\n /**\n * Tech vendors allow you to purchase servers.\n * This property defines the max RAM server you can purchase from this vendor\n */\n techVendorMinRam = 0;\n\n constructor(p: IConstructorParams) {\n if (p.city) {\n this.city = p.city;\n }\n if (p.costMult) {\n this.costMult = p.costMult;\n }\n if (p.expMult) {\n this.expMult = p.expMult;\n }\n if (p.infiltrationData) {\n this.infiltrationData = p.infiltrationData;\n }\n if (p.name) {\n this.name = p.name;\n }\n if (p.types) {\n this.types = p.types;\n }\n if (p.techVendorMaxRam) {\n this.techVendorMaxRam = p.techVendorMaxRam;\n }\n if (p.techVendorMinRam) {\n this.techVendorMinRam = p.techVendorMinRam;\n }\n }\n}\n","import {\n GameInfo,\n IStyleSettings,\n UserInterface as IUserInterface,\n UserInterfaceTheme,\n} from \"../ScriptEditor/NetscriptDefinitions\";\nimport { Settings } from \"../Settings/Settings\";\nimport { ThemeEvents } from \"../Themes/ui/Theme\";\nimport { defaultTheme } from \"../Themes/Themes\";\nimport { defaultStyles } from \"../Themes/Styles\";\nimport { CONSTANTS } from \"../Constants\";\nimport { hash } from \"../hash/hash\";\nimport { InternalAPI, NetscriptContext } from \"../Netscript/APIWrapper\";\nimport { Terminal } from \"../../src/Terminal\";\nimport { helpers } from \"../Netscript/NetscriptHelpers\";\n\nexport function NetscriptUserInterface(): InternalAPI {\n return {\n windowSize: () => (): [number, number] => {\n return [window.innerWidth, window.innerHeight];\n },\n getTheme: () => (): UserInterfaceTheme => {\n return { ...Settings.theme };\n },\n\n getStyles: () => (): IStyleSettings => {\n return { ...Settings.styles };\n },\n\n setTheme:\n (ctx: NetscriptContext) =>\n (newTheme: UserInterfaceTheme): void => {\n const hex = /^(#)((?:[A-Fa-f0-9]{2}){3,4}|(?:[A-Fa-f0-9]{3}))$/;\n const currentTheme = { ...Settings.theme };\n const errors: string[] = [];\n for (const key of Object.keys(newTheme)) {\n if (!currentTheme[key]) {\n // Invalid key\n errors.push(`Invalid key \"${key}\"`);\n } else if (!hex.test(newTheme[key] ?? \"\")) {\n errors.push(`Invalid color \"${key}\": ${newTheme[key]}`);\n } else {\n currentTheme[key] = newTheme[key];\n }\n }\n\n if (errors.length === 0) {\n Object.assign(Settings.theme, currentTheme);\n ThemeEvents.emit();\n helpers.log(ctx, () => `Successfully set theme`);\n } else {\n helpers.log(ctx, () => `Failed to set theme. Errors: ${errors.join(\", \")}`);\n }\n },\n\n setStyles:\n (ctx: NetscriptContext) =>\n (newStyles: IStyleSettings): void => {\n const currentStyles = { ...Settings.styles };\n const errors: string[] = [];\n for (const key of Object.keys(newStyles)) {\n if (!(currentStyles as any)[key]) {\n // Invalid key\n errors.push(`Invalid key \"${key}\"`);\n } else {\n (currentStyles as any)[key] = (newStyles as any)[key];\n }\n }\n\n if (errors.length === 0) {\n Object.assign(Settings.styles, currentStyles);\n ThemeEvents.emit();\n helpers.log(ctx, () => `Successfully set styles`);\n } else {\n helpers.log(ctx, () => `Failed to set styles. Errors: ${errors.join(\", \")}`);\n }\n },\n\n resetTheme: (ctx: NetscriptContext) => (): void => {\n Settings.theme = { ...defaultTheme };\n ThemeEvents.emit();\n helpers.log(ctx, () => `Reinitialized theme to default`);\n },\n\n resetStyles: (ctx: NetscriptContext) => (): void => {\n Settings.styles = { ...defaultStyles };\n ThemeEvents.emit();\n helpers.log(ctx, () => `Reinitialized styles to default`);\n },\n\n getGameInfo: () => (): GameInfo => {\n const version = CONSTANTS.VersionString;\n const commit = hash();\n const platform = navigator.userAgent.toLowerCase().indexOf(\" electron/\") > -1 ? \"Steam\" : \"Browser\";\n\n const gameInfo = {\n version,\n commit,\n platform,\n };\n\n return gameInfo;\n },\n\n clearTerminal: (ctx: NetscriptContext) => (): void => {\n helpers.log(ctx, () => `Clearing terminal`);\n Terminal.clear();\n },\n };\n}\n","import { Player } from \"@player\";\nimport { Bladeburner } from \"../Bladeburner/Bladeburner\";\nimport { BitNodeMultipliers } from \"../BitNode/BitNodeMultipliers\";\nimport { Bladeburner as INetscriptBladeburner, BladeburnerCurAction } from \"../ScriptEditor/NetscriptDefinitions\";\nimport { Action } from \"src/Bladeburner/Action\";\nimport { InternalAPI, NetscriptContext } from \"src/Netscript/APIWrapper\";\nimport { BlackOperation } from \"../Bladeburner/BlackOperation\";\nimport { helpers } from \"../Netscript/NetscriptHelpers\";\n\nexport function NetscriptBladeburner(): InternalAPI {\n const checkBladeburnerAccess = function (ctx: NetscriptContext): void {\n getBladeburner(ctx);\n return;\n };\n const getBladeburner = function (ctx: NetscriptContext): Bladeburner {\n const apiAccess = Player.bitNodeN === 7 || Player.sourceFiles.some((a) => a.n === 7);\n if (!apiAccess) {\n throw helpers.makeRuntimeErrorMsg(ctx, \"You have not unlocked the bladeburner API.\", \"API ACCESS\");\n }\n const bladeburner = Player.bladeburner;\n if (!bladeburner)\n throw helpers.makeRuntimeErrorMsg(ctx, \"You must be a member of the Bladeburner division to use this API.\");\n return bladeburner;\n };\n\n const checkBladeburnerCity = function (ctx: NetscriptContext, city: string): void {\n const bladeburner = Player.bladeburner;\n if (bladeburner === null) throw new Error(\"Must have joined bladeburner\");\n if (!bladeburner.cities.hasOwnProperty(city)) {\n throw helpers.makeRuntimeErrorMsg(ctx, `Invalid city: ${city}`);\n }\n };\n\n const getBladeburnerActionObject = function (ctx: NetscriptContext, type: string, name: string): Action {\n const bladeburner = Player.bladeburner;\n if (bladeburner === null) throw new Error(\"Must have joined bladeburner\");\n const actionId = bladeburner.getActionIdFromTypeAndName(type, name);\n if (!actionId) {\n throw helpers.makeRuntimeErrorMsg(ctx, `Invalid action type='${type}', name='${name}'`);\n }\n const actionObj = bladeburner.getActionObject(actionId);\n if (!actionObj) {\n throw helpers.makeRuntimeErrorMsg(ctx, `Invalid action type='${type}', name='${name}'`);\n }\n\n return actionObj;\n };\n\n return {\n getContractNames: (ctx: NetscriptContext) => (): string[] => {\n const bladeburner = getBladeburner(ctx);\n return bladeburner.getContractNamesNetscriptFn();\n },\n getOperationNames: (ctx: NetscriptContext) => (): string[] => {\n const bladeburner = getBladeburner(ctx);\n return bladeburner.getOperationNamesNetscriptFn();\n },\n getBlackOpNames: (ctx: NetscriptContext) => (): string[] => {\n const bladeburner = getBladeburner(ctx);\n return bladeburner.getBlackOpNamesNetscriptFn();\n },\n getBlackOpRank:\n (ctx: NetscriptContext) =>\n (_blackOpName: unknown): number => {\n const blackOpName = helpers.string(ctx, \"blackOpName\", _blackOpName);\n checkBladeburnerAccess(ctx);\n const action = getBladeburnerActionObject(ctx, \"blackops\", blackOpName);\n if (!(action instanceof BlackOperation)) throw new Error(\"action was not a black operation\");\n return action.reqdRank;\n },\n getGeneralActionNames: (ctx: NetscriptContext) => (): string[] => {\n const bladeburner = getBladeburner(ctx);\n return bladeburner.getGeneralActionNamesNetscriptFn();\n },\n getSkillNames: (ctx: NetscriptContext) => (): string[] => {\n const bladeburner = getBladeburner(ctx);\n return bladeburner.getSkillNamesNetscriptFn();\n },\n startAction:\n (ctx: NetscriptContext) =>\n (_type: unknown, _name: unknown): boolean => {\n const type = helpers.string(ctx, \"type\", _type);\n const name = helpers.string(ctx, \"name\", _name);\n const bladeburner = getBladeburner(ctx);\n try {\n return bladeburner.startActionNetscriptFn(type, name, ctx.workerScript);\n } catch (e: unknown) {\n throw helpers.makeRuntimeErrorMsg(ctx, String(e));\n }\n },\n stopBladeburnerAction: (ctx: NetscriptContext) => (): void => {\n const bladeburner = getBladeburner(ctx);\n return bladeburner.resetAction();\n },\n getCurrentAction: (ctx: NetscriptContext) => (): BladeburnerCurAction => {\n const bladeburner = getBladeburner(ctx);\n return bladeburner.getTypeAndNameFromActionId(bladeburner.action);\n },\n getActionTime:\n (ctx: NetscriptContext) =>\n (_type: unknown, _name: unknown): number => {\n const type = helpers.string(ctx, \"type\", _type);\n const name = helpers.string(ctx, \"name\", _name);\n const bladeburner = getBladeburner(ctx);\n try {\n const time = bladeburner.getActionTimeNetscriptFn(Player, type, name);\n if (typeof time === \"string\") {\n const errorLogText = `Invalid action: type='${type}' name='${name}'`;\n helpers.log(ctx, () => errorLogText);\n return -1;\n } else {\n return time;\n }\n } catch (e: unknown) {\n throw helpers.makeRuntimeErrorMsg(ctx, String(e));\n }\n },\n getActionCurrentTime: (ctx: NetscriptContext) => (): number => {\n const bladeburner = getBladeburner(ctx);\n try {\n const timecomputed =\n Math.min(bladeburner.actionTimeCurrent + bladeburner.actionTimeOverflow, bladeburner.actionTimeToComplete) *\n 1000;\n return timecomputed;\n } catch (e: unknown) {\n throw helpers.makeRuntimeErrorMsg(ctx, String(e));\n }\n },\n getActionEstimatedSuccessChance:\n (ctx: NetscriptContext) =>\n (_type: unknown, _name: unknown): [number, number] => {\n const type = helpers.string(ctx, \"type\", _type);\n const name = helpers.string(ctx, \"name\", _name);\n const bladeburner = getBladeburner(ctx);\n try {\n const chance = bladeburner.getActionEstimatedSuccessChanceNetscriptFn(Player, type, name);\n if (typeof chance === \"string\") {\n const errorLogText = `Invalid action: type='${type}' name='${name}'`;\n helpers.log(ctx, () => errorLogText);\n return [-1, -1];\n } else {\n return chance;\n }\n } catch (e: unknown) {\n throw helpers.makeRuntimeErrorMsg(ctx, String(e));\n }\n },\n getActionRepGain:\n (ctx: NetscriptContext) =>\n (_type: unknown, _name: unknown, _level: unknown): number => {\n const type = helpers.string(ctx, \"type\", _type);\n const name = helpers.string(ctx, \"name\", _name);\n const level = helpers.number(ctx, \"level\", _level);\n checkBladeburnerAccess(ctx);\n const action = getBladeburnerActionObject(ctx, type, name);\n let rewardMultiplier;\n if (level == null || isNaN(level)) {\n rewardMultiplier = Math.pow(action.rewardFac, action.level - 1);\n } else {\n rewardMultiplier = Math.pow(action.rewardFac, level - 1);\n }\n\n return action.rankGain * rewardMultiplier * BitNodeMultipliers.BladeburnerRank;\n },\n getActionCountRemaining:\n (ctx: NetscriptContext) =>\n (_type: unknown, _name: unknown): number => {\n const type = helpers.string(ctx, \"type\", _type);\n const name = helpers.string(ctx, \"name\", _name);\n const bladeburner = getBladeburner(ctx);\n try {\n return bladeburner.getActionCountRemainingNetscriptFn(type, name, ctx.workerScript);\n } catch (e: unknown) {\n throw helpers.makeRuntimeErrorMsg(ctx, String(e));\n }\n },\n getActionMaxLevel:\n (ctx: NetscriptContext) =>\n (_type: unknown, _name: unknown): number => {\n const type = helpers.string(ctx, \"type\", _type);\n const name = helpers.string(ctx, \"name\", _name);\n checkBladeburnerAccess(ctx);\n const action = getBladeburnerActionObject(ctx, type, name);\n return action.maxLevel;\n },\n getActionCurrentLevel:\n (ctx: NetscriptContext) =>\n (_type: unknown, _name: unknown): number => {\n const type = helpers.string(ctx, \"type\", _type);\n const name = helpers.string(ctx, \"name\", _name);\n checkBladeburnerAccess(ctx);\n const action = getBladeburnerActionObject(ctx, type, name);\n return action.level;\n },\n getActionAutolevel:\n (ctx: NetscriptContext) =>\n (_type: unknown, _name: unknown): boolean => {\n const type = helpers.string(ctx, \"type\", _type);\n const name = helpers.string(ctx, \"name\", _name);\n checkBladeburnerAccess(ctx);\n const action = getBladeburnerActionObject(ctx, type, name);\n return action.autoLevel;\n },\n setActionAutolevel:\n (ctx: NetscriptContext) =>\n (_type: unknown, _name: unknown, _autoLevel: unknown = true): void => {\n const type = helpers.string(ctx, \"type\", _type);\n const name = helpers.string(ctx, \"name\", _name);\n const autoLevel = !!_autoLevel;\n checkBladeburnerAccess(ctx);\n const action = getBladeburnerActionObject(ctx, type, name);\n action.autoLevel = autoLevel;\n },\n setActionLevel:\n (ctx: NetscriptContext) =>\n (_type: unknown, _name: unknown, _level: unknown = 1): void => {\n const type = helpers.string(ctx, \"type\", _type);\n const name = helpers.string(ctx, \"name\", _name);\n const level = helpers.number(ctx, \"level\", _level);\n checkBladeburnerAccess(ctx);\n const action = getBladeburnerActionObject(ctx, type, name);\n if (level < 1 || level > action.maxLevel) {\n throw helpers.makeRuntimeErrorMsg(ctx, `Level must be between 1 and ${action.maxLevel}, is ${level}`);\n }\n action.level = level;\n },\n getRank: (ctx: NetscriptContext) => (): number => {\n const bladeburner = getBladeburner(ctx);\n return bladeburner.rank;\n },\n getSkillPoints: (ctx: NetscriptContext) => (): number => {\n const bladeburner = getBladeburner(ctx);\n return bladeburner.skillPoints;\n },\n getSkillLevel:\n (ctx: NetscriptContext) =>\n (_skillName: unknown): number => {\n const skillName = helpers.string(ctx, \"skillName\", _skillName);\n const bladeburner = getBladeburner(ctx);\n try {\n return bladeburner.getSkillLevelNetscriptFn(skillName, ctx.workerScript);\n } catch (e: unknown) {\n throw helpers.makeRuntimeErrorMsg(ctx, String(e));\n }\n },\n getSkillUpgradeCost:\n (ctx: NetscriptContext) =>\n (_skillName: unknown, _count: unknown = 1): number => {\n const skillName = helpers.string(ctx, \"skillName\", _skillName);\n const count = helpers.number(ctx, \"count\", _count);\n const bladeburner = getBladeburner(ctx);\n try {\n return bladeburner.getSkillUpgradeCostNetscriptFn(skillName, count, ctx.workerScript);\n } catch (e: unknown) {\n throw helpers.makeRuntimeErrorMsg(ctx, String(e));\n }\n },\n upgradeSkill:\n (ctx: NetscriptContext) =>\n (_skillName: unknown, _count: unknown = 1): boolean => {\n const skillName = helpers.string(ctx, \"skillName\", _skillName);\n const count = helpers.number(ctx, \"count\", _count);\n const bladeburner = getBladeburner(ctx);\n try {\n return bladeburner.upgradeSkillNetscriptFn(skillName, count, ctx.workerScript);\n } catch (e: unknown) {\n throw helpers.makeRuntimeErrorMsg(ctx, String(e));\n }\n },\n getTeamSize:\n (ctx: NetscriptContext) =>\n (_type: unknown, _name: unknown): number => {\n const type = helpers.string(ctx, \"type\", _type);\n const name = helpers.string(ctx, \"name\", _name);\n const bladeburner = getBladeburner(ctx);\n try {\n return bladeburner.getTeamSizeNetscriptFn(type, name, ctx.workerScript);\n } catch (e: unknown) {\n throw helpers.makeRuntimeErrorMsg(ctx, String(e));\n }\n },\n setTeamSize:\n (ctx: NetscriptContext) =>\n (_type: unknown, _name: unknown, _size: unknown): number => {\n const type = helpers.string(ctx, \"type\", _type);\n const name = helpers.string(ctx, \"name\", _name);\n const size = helpers.number(ctx, \"size\", _size);\n const bladeburner = getBladeburner(ctx);\n try {\n return bladeburner.setTeamSizeNetscriptFn(type, name, size, ctx.workerScript);\n } catch (e: unknown) {\n throw helpers.makeRuntimeErrorMsg(ctx, String(e));\n }\n },\n getCityEstimatedPopulation:\n (ctx: NetscriptContext) =>\n (_cityName: unknown): number => {\n const cityName = helpers.string(ctx, \"cityName\", _cityName);\n checkBladeburnerAccess(ctx);\n checkBladeburnerCity(ctx, cityName);\n const bladeburner = Player.bladeburner;\n if (bladeburner === null) throw new Error(\"Should not be called without Bladeburner\");\n return bladeburner.cities[cityName].popEst;\n },\n getCityCommunities:\n (ctx: NetscriptContext) =>\n (_cityName: unknown): number => {\n const cityName = helpers.string(ctx, \"cityName\", _cityName);\n checkBladeburnerAccess(ctx);\n checkBladeburnerCity(ctx, cityName);\n const bladeburner = Player.bladeburner;\n if (bladeburner === null) throw new Error(\"Should not be called without Bladeburner\");\n return bladeburner.cities[cityName].comms;\n },\n getCityChaos:\n (ctx: NetscriptContext) =>\n (_cityName: unknown): number => {\n const cityName = helpers.string(ctx, \"cityName\", _cityName);\n checkBladeburnerAccess(ctx);\n checkBladeburnerCity(ctx, cityName);\n const bladeburner = Player.bladeburner;\n if (bladeburner === null) throw new Error(\"Should not be called without Bladeburner\");\n return bladeburner.cities[cityName].chaos;\n },\n getCity: (ctx: NetscriptContext) => (): string => {\n const bladeburner = getBladeburner(ctx);\n return bladeburner.city;\n },\n switchCity:\n (ctx: NetscriptContext) =>\n (_cityName: unknown): boolean => {\n const cityName = helpers.string(ctx, \"cityName\", _cityName);\n checkBladeburnerAccess(ctx);\n checkBladeburnerCity(ctx, cityName);\n const bladeburner = Player.bladeburner;\n if (bladeburner === null) throw new Error(\"Should not be called without Bladeburner\");\n bladeburner.city = cityName;\n return true;\n },\n getStamina: (ctx: NetscriptContext) => (): [number, number] => {\n const bladeburner = getBladeburner(ctx);\n return [bladeburner.stamina, bladeburner.maxStamina];\n },\n joinBladeburnerFaction: (ctx: NetscriptContext) => (): boolean => {\n const bladeburner = getBladeburner(ctx);\n return bladeburner.joinBladeburnerFactionNetscriptFn(ctx.workerScript);\n },\n joinBladeburnerDivision: (ctx: NetscriptContext) => (): boolean => {\n if (Player.bitNodeN === 7 || Player.sourceFileLvl(7) > 0) {\n if (BitNodeMultipliers.BladeburnerRank === 0) {\n return false; // Disabled in this bitnode\n }\n if (Player.bladeburner) {\n return true; // Already member\n } else if (\n Player.skills.strength >= 100 &&\n Player.skills.defense >= 100 &&\n Player.skills.dexterity >= 100 &&\n Player.skills.agility >= 100\n ) {\n Player.bladeburner = new Bladeburner();\n helpers.log(ctx, () => \"You have been accepted into the Bladeburner division\");\n\n return true;\n } else {\n helpers.log(ctx, () => \"You do not meet the requirements for joining the Bladeburner division\");\n return false;\n }\n }\n return false;\n },\n getBonusTime: (ctx: NetscriptContext) => (): number => {\n const bladeburner = getBladeburner(ctx);\n return Math.round(bladeburner.storedCycles / 5) * 1000;\n },\n };\n}\n","import { Player as player } from \"../Player\";\nimport { CodingContract } from \"../CodingContracts\";\nimport { CodingAttemptOptions, CodingContract as ICodingContract } from \"../ScriptEditor/NetscriptDefinitions\";\nimport { InternalAPI, NetscriptContext } from \"../Netscript/APIWrapper\";\nimport { helpers } from \"../Netscript/NetscriptHelpers\";\nimport { codingContractTypesMetadata } from \"../data/codingcontracttypes\";\nimport { generateDummyContract } from \"../CodingContractGenerator\";\n\nexport function NetscriptCodingContract(): InternalAPI {\n const getCodingContract = function (\n ctx: NetscriptContext,\n func: string,\n hostname: string,\n filename: string,\n ): CodingContract {\n const server = helpers.getServer(ctx, hostname);\n const contract = server.getContract(filename);\n if (contract == null) {\n throw helpers.makeRuntimeErrorMsg(ctx, `Cannot find contract '${filename}' on server '${hostname}'`);\n }\n\n return contract;\n };\n\n return {\n attempt:\n (ctx: NetscriptContext) =>\n (\n answer: unknown,\n _filename: unknown,\n _hostname: unknown = ctx.workerScript.hostname,\n { returnReward }: CodingAttemptOptions = { returnReward: false },\n ): boolean | string => {\n const filename = helpers.string(ctx, \"filename\", _filename);\n const hostname = helpers.string(ctx, \"hostname\", _hostname);\n const contract = getCodingContract(ctx, \"attempt\", hostname, filename);\n\n if (typeof answer !== \"number\" && typeof answer !== \"string\" && !Array.isArray(answer))\n throw new Error(\"The answer provided was not a number, string, or array\");\n\n // Convert answer to string.\n const answerStr = typeof answer === \"string\" ? answer : JSON.stringify(answer);\n const creward = contract.reward;\n\n const serv = helpers.getServer(ctx, hostname);\n if (contract.isSolution(answerStr)) {\n const reward = player.gainCodingContractReward(creward, contract.getDifficulty());\n helpers.log(ctx, () => `Successfully completed Coding Contract '${filename}'. Reward: ${reward}`);\n serv.removeContract(filename);\n return returnReward ? reward : true;\n } else {\n ++contract.tries;\n if (contract.tries >= contract.getMaxNumTries()) {\n helpers.log(ctx, () => `Coding Contract attempt '${filename}' failed. Contract is now self-destructing`);\n serv.removeContract(filename);\n } else {\n helpers.log(\n ctx,\n () =>\n `Coding Contract attempt '${filename}' failed. ${\n contract.getMaxNumTries() - contract.tries\n } attempts remaining.`,\n );\n }\n\n return returnReward ? \"\" : false;\n }\n },\n getContractType:\n (ctx: NetscriptContext) =>\n (_filename: unknown, _hostname: unknown = ctx.workerScript.hostname): string => {\n const filename = helpers.string(ctx, \"filename\", _filename);\n const hostname = helpers.string(ctx, \"hostname\", _hostname);\n const contract = getCodingContract(ctx, \"getContractType\", hostname, filename);\n return contract.getType();\n },\n getData:\n (ctx: NetscriptContext) =>\n (_filename: unknown, _hostname: unknown = ctx.workerScript.hostname): unknown => {\n const filename = helpers.string(ctx, \"filename\", _filename);\n const hostname = helpers.string(ctx, \"hostname\", _hostname);\n const contract = getCodingContract(ctx, \"getData\", hostname, filename);\n const data = contract.getData();\n if (Array.isArray(data)) {\n // For two dimensional arrays, we have to copy the internal arrays using\n // slice() as well. As of right now, no contract has arrays that have\n // more than two dimensions\n const copy = data.slice();\n for (let i = 0; i < copy.length; ++i) {\n if (data[i].constructor === Array) {\n copy[i] = data[i].slice();\n }\n }\n\n return copy;\n } else {\n return data;\n }\n },\n getDescription:\n (ctx: NetscriptContext) =>\n (_filename: unknown, _hostname: unknown = ctx.workerScript.hostname): string => {\n const filename = helpers.string(ctx, \"filename\", _filename);\n const hostname = helpers.string(ctx, \"hostname\", _hostname);\n const contract = getCodingContract(ctx, \"getDescription\", hostname, filename);\n return contract.getDescription();\n },\n getNumTriesRemaining:\n (ctx: NetscriptContext) =>\n (_filename: unknown, _hostname: unknown = ctx.workerScript.hostname): number => {\n const filename = helpers.string(ctx, \"filename\", _filename);\n const hostname = helpers.string(ctx, \"hostname\", _hostname);\n const contract = getCodingContract(ctx, \"getNumTriesRemaining\", hostname, filename);\n return contract.getMaxNumTries() - contract.tries;\n },\n createDummyContract:\n (ctx: NetscriptContext) =>\n (_type: unknown): void => {\n const type = helpers.string(ctx, \"type\", _type);\n generateDummyContract(type);\n },\n getContractTypes: () => (): string[] => codingContractTypesMetadata.map((c) => c.name),\n };\n}\n","import { Player as player } from \"../Player\";\n\nimport { OfficeSpace } from \"../Corporation/OfficeSpace\";\nimport { Employee } from \"../Corporation/Employee\";\nimport { Product } from \"../Corporation/Product\";\nimport { Material } from \"../Corporation/Material\";\nimport { Warehouse } from \"../Corporation/Warehouse\";\nimport { Industry } from \"../Corporation/Industry\";\nimport { Corporation } from \"../Corporation/Corporation\";\n\nimport {\n Corporation as NSCorporation,\n CorporationInfo,\n Employee as NSEmployee,\n Product as NSProduct,\n Material as NSMaterial,\n Warehouse as NSWarehouse,\n Division as NSDivision,\n WarehouseAPI,\n OfficeAPI,\n InvestmentOffer,\n Office as NSOffice,\n} from \"../ScriptEditor/NetscriptDefinitions\";\n\nimport {\n NewIndustry,\n NewCity,\n UnlockUpgrade,\n LevelUpgrade,\n IssueDividends,\n SellMaterial,\n SellProduct,\n SetSmartSupply,\n BuyMaterial,\n AssignJob,\n AutoAssignJob,\n UpgradeOfficeSize,\n PurchaseWarehouse,\n UpgradeWarehouse,\n BuyCoffee,\n ThrowParty,\n HireAdVert,\n MakeProduct,\n Research,\n ExportMaterial,\n CancelExportMaterial,\n SetMaterialMarketTA1,\n SetMaterialMarketTA2,\n SetProductMarketTA1,\n SetProductMarketTA2,\n BulkPurchase,\n SellShares,\n BuyBackShares,\n SetSmartSupplyUseLeftovers,\n LimitMaterialProduction,\n LimitProductProduction,\n UpgradeWarehouseCost,\n} from \"../Corporation/Actions\";\nimport { CorporationUnlockUpgrades } from \"../Corporation/data/CorporationUnlockUpgrades\";\nimport { CorporationUpgrades } from \"../Corporation/data/CorporationUpgrades\";\nimport { EmployeePositions } from \"../Corporation/EmployeePositions\";\nimport { IndustryResearchTrees, IndustryStartingCosts } from \"../Corporation/IndustryData\";\nimport { CorporationConstants } from \"../Corporation/data/Constants\";\nimport { ResearchMap } from \"../Corporation/ResearchMap\";\nimport { Factions } from \"../Faction/Factions\";\nimport { BitNodeMultipliers } from \"../BitNode/BitNodeMultipliers\";\nimport { InternalAPI, NetscriptContext } from \"../Netscript/APIWrapper\";\nimport { helpers } from \"../Netscript/NetscriptHelpers\";\nimport { checkEnum } from \"../utils/helpers/checkEnum\";\n\nexport function NetscriptCorporation(): InternalAPI {\n function createCorporation(corporationName: string, selfFund = true): boolean {\n if (!player.canAccessCorporation() || player.hasCorporation()) return false;\n if (!corporationName) return false;\n if (player.bitNodeN !== 3 && !selfFund) throw new Error(\"cannot use seed funds outside of BitNode 3\");\n if (BitNodeMultipliers.CorporationSoftcap < 0.15)\n throw new Error(`You cannot create a corporation in Bitnode ${player.bitNodeN}`);\n\n if (selfFund) {\n if (!player.canAfford(150e9)) return false;\n\n player.startCorporation(corporationName);\n player.loseMoney(150e9, \"corporation\");\n } else {\n player.startCorporation(corporationName, 500e6);\n }\n return true;\n }\n\n function hasUnlockUpgrade(upgradeName: string): boolean {\n const corporation = getCorporation();\n const upgrade = Object.values(CorporationUnlockUpgrades).find((upgrade) => upgrade.name === upgradeName);\n if (upgrade === undefined) throw new Error(`No upgrade named '${upgradeName}'`);\n const upgN = upgrade.index;\n return corporation.unlockUpgrades[upgN] === 1;\n }\n\n function getUnlockUpgradeCost(upgradeName: string): number {\n const upgrade = Object.values(CorporationUnlockUpgrades).find((upgrade) => upgrade.name === upgradeName);\n if (upgrade === undefined) throw new Error(`No upgrade named '${upgradeName}'`);\n return upgrade.price;\n }\n\n function getUpgradeLevel(ctx: NetscriptContext, _upgradeName: string): number {\n const upgradeName = helpers.string(ctx, \"upgradeName\", _upgradeName);\n const corporation = getCorporation();\n const upgrade = Object.values(CorporationUpgrades).find((upgrade) => upgrade.name === upgradeName);\n if (upgrade === undefined) throw new Error(`No upgrade named '${upgradeName}'`);\n const upgN = upgrade.index;\n return corporation.upgrades[upgN];\n }\n\n function getUpgradeLevelCost(ctx: NetscriptContext, _upgradeName: string): number {\n const upgradeName = helpers.string(ctx, \"upgradeName\", _upgradeName);\n const corporation = getCorporation();\n const upgrade = Object.values(CorporationUpgrades).find((upgrade) => upgrade.name === upgradeName);\n if (upgrade === undefined) throw new Error(`No upgrade named '${upgradeName}'`);\n const upgN = upgrade.index;\n const baseCost = upgrade.basePrice;\n const priceMult = upgrade.priceMult;\n const level = corporation.upgrades[upgN];\n return baseCost * Math.pow(priceMult, level);\n }\n\n function getExpandIndustryCost(industryName: string): number {\n const cost = IndustryStartingCosts[industryName];\n if (cost === undefined) {\n throw new Error(`Invalid industry: '${industryName}'`);\n }\n return cost;\n }\n\n function getExpandCityCost(): number {\n return CorporationConstants.OfficeInitialCost;\n }\n\n function getInvestmentOffer(): InvestmentOffer {\n const corporation = getCorporation();\n if (\n corporation.fundingRound >= CorporationConstants.FundingRoundShares.length ||\n corporation.fundingRound >= CorporationConstants.FundingRoundMultiplier.length ||\n corporation.public\n )\n return {\n funds: 0,\n shares: 0,\n round: corporation.fundingRound + 1, // Make more readable\n }; // Don't throw an error here, no reason to have a second function to check if you can get investment.\n const val = corporation.valuation;\n const percShares = CorporationConstants.FundingRoundShares[corporation.fundingRound];\n const roundMultiplier = CorporationConstants.FundingRoundMultiplier[corporation.fundingRound];\n const funding = val * percShares * roundMultiplier;\n const investShares = Math.floor(CorporationConstants.INITIALSHARES * percShares);\n return {\n funds: funding,\n shares: investShares,\n round: corporation.fundingRound + 1, // Make more readable\n };\n }\n\n function acceptInvestmentOffer(): boolean {\n const corporation = getCorporation();\n if (\n corporation.fundingRound >= CorporationConstants.FundingRoundShares.length ||\n corporation.fundingRound >= CorporationConstants.FundingRoundMultiplier.length ||\n corporation.public\n )\n return false;\n const val = corporation.valuation;\n const percShares = CorporationConstants.FundingRoundShares[corporation.fundingRound];\n const roundMultiplier = CorporationConstants.FundingRoundMultiplier[corporation.fundingRound];\n const funding = val * percShares * roundMultiplier;\n const investShares = Math.floor(CorporationConstants.INITIALSHARES * percShares);\n corporation.fundingRound++;\n corporation.addFunds(funding);\n corporation.numShares -= investShares;\n return true;\n }\n\n function goPublic(numShares: number): boolean {\n const corporation = getCorporation();\n const initialSharePrice = corporation.valuation / corporation.totalShares;\n if (isNaN(numShares)) throw new Error(\"Invalid value for number of issued shares\");\n if (numShares < 0) throw new Error(\"Invalid value for number of issued shares\");\n if (numShares > corporation.numShares) throw new Error(\"You don't have that many shares to issue!\");\n corporation.public = true;\n corporation.sharePrice = initialSharePrice;\n corporation.issuedShares = numShares;\n corporation.numShares -= numShares;\n corporation.addFunds(numShares * initialSharePrice);\n return true;\n }\n\n function getResearchCost(division: Industry, researchName: string): number {\n const researchTree = IndustryResearchTrees[division.type];\n if (researchTree === undefined) throw new Error(`No research tree for industry '${division.type}'`);\n const allResearch = researchTree.getAllNodes();\n if (!allResearch.includes(researchName)) throw new Error(`No research named '${researchName}'`);\n const research = ResearchMap[researchName];\n return research.cost;\n }\n\n function hasResearched(division: Industry, researchName: string): boolean {\n return division.researched[researchName] === undefined ? false : (division.researched[researchName] as boolean);\n }\n\n function bribe(factionName: string, amountCash: number): boolean {\n if (!player.factions.includes(factionName)) throw new Error(\"Invalid faction name\");\n if (isNaN(amountCash) || amountCash < 0)\n throw new Error(\"Invalid value for amount field! Must be numeric, greater than 0.\");\n\n const corporation = getCorporation();\n if (corporation.funds < amountCash) return false;\n const faction = Factions[factionName];\n const info = faction.getInfo();\n if (!info.offersWork()) return false;\n if (player.hasGangWith(factionName)) return false;\n\n const repGain = amountCash / CorporationConstants.BribeToRepRatio;\n faction.playerReputation += repGain;\n corporation.funds = corporation.funds - amountCash;\n\n return true;\n }\n\n function getCorporation(): Corporation {\n const corporation = player.corporation;\n if (corporation === null) throw new Error(\"cannot be called without a corporation\");\n return corporation;\n }\n\n function getDivision(divisionName: string): Industry {\n const corporation = getCorporation();\n const division = corporation.divisions.find((div) => div.name === divisionName);\n if (division === undefined) throw new Error(`No division named '${divisionName}'`);\n return division;\n }\n\n function getOffice(divisionName: string, cityName: string): OfficeSpace {\n const division = getDivision(divisionName);\n if (!(cityName in division.offices)) throw new Error(`Invalid city name '${cityName}'`);\n const office = division.offices[cityName];\n if (office === 0) throw new Error(`${division.name} has not expanded to '${cityName}'`);\n return office;\n }\n\n function getWarehouse(divisionName: string, cityName: string): Warehouse {\n const division = getDivision(divisionName);\n if (!(cityName in division.warehouses)) throw new Error(`Invalid city name '${cityName}'`);\n const warehouse = division.warehouses[cityName];\n if (warehouse === 0) throw new Error(`${division.name} has not expanded to '${cityName}'`);\n return warehouse;\n }\n\n function getMaterial(divisionName: string, cityName: string, materialName: string): Material {\n const warehouse = getWarehouse(divisionName, cityName);\n const matName = materialName.replace(/ /g, \"\");\n const material = warehouse.materials[matName];\n if (material === undefined) throw new Error(`Invalid material name: '${materialName}'`);\n return material;\n }\n\n function getProduct(divisionName: string, productName: string): Product {\n const division = getDivision(divisionName);\n const product = division.products[productName];\n if (product === undefined) throw new Error(`Invalid product name: '${productName}'`);\n return product;\n }\n\n function getEmployee(divisionName: string, cityName: string, employeeName: string): Employee {\n const office = getOffice(divisionName, cityName);\n const employee = office.employees.find((e) => e.name === employeeName);\n if (employee === undefined) throw new Error(`Invalid employee name: '${employeeName}'`);\n return employee;\n }\n\n function checkAccess(ctx: NetscriptContext, api?: number): void {\n if (player.corporation === null) throw helpers.makeRuntimeErrorMsg(ctx, \"Must own a corporation.\");\n if (!api) return;\n\n if (!player.corporation.unlockUpgrades[api])\n throw helpers.makeRuntimeErrorMsg(ctx, \"You do not have access to this API.\");\n }\n\n function getSafeDivision(division: Industry): NSDivision {\n const cities: string[] = [];\n for (const office of Object.values(division.offices)) {\n if (office === 0) continue;\n cities.push(office.loc);\n }\n\n return {\n name: division.name,\n type: division.type,\n awareness: division.awareness,\n popularity: division.popularity,\n prodMult: division.prodMult,\n research: division.sciResearch.qty,\n lastCycleRevenue: division.lastCycleRevenue,\n lastCycleExpenses: division.lastCycleExpenses,\n thisCycleRevenue: division.thisCycleRevenue,\n thisCycleExpenses: division.thisCycleExpenses,\n upgrades: [0, division.numAdVerts],\n cities: cities,\n products: division.products === undefined ? [] : Object.keys(division.products),\n makesProducts: division.makesProducts,\n };\n }\n\n const warehouseAPI: InternalAPI = {\n getPurchaseWarehouseCost: (ctx: NetscriptContext) => (): number => {\n checkAccess(ctx, 7);\n return CorporationConstants.WarehouseInitialCost;\n },\n getUpgradeWarehouseCost:\n (ctx: NetscriptContext) =>\n (_divisionName: unknown, _cityName: unknown, _amt: unknown = 1): number => {\n checkAccess(ctx, 7);\n const divisionName = helpers.string(ctx, \"divisionName\", _divisionName);\n const cityName = helpers.city(ctx, \"cityName\", _cityName);\n const amt = helpers.number(ctx, \"amount\", _amt);\n if (amt < 1) {\n throw helpers.makeRuntimeErrorMsg(ctx, \"You must provide a positive number\");\n }\n const warehouse = getWarehouse(divisionName, cityName);\n return UpgradeWarehouseCost(warehouse, amt);\n },\n hasWarehouse:\n (ctx: NetscriptContext) =>\n (_divisionName: unknown, _cityName: unknown): boolean => {\n checkAccess(ctx, 7);\n const divisionName = helpers.string(ctx, \"divisionName\", _divisionName);\n const cityName = helpers.city(ctx, \"cityName\", _cityName);\n const division = getDivision(divisionName);\n if (!(cityName in division.warehouses)) throw new Error(`Invalid city name '${cityName}'`);\n const warehouse = division.warehouses[cityName];\n return warehouse !== 0;\n },\n getWarehouse:\n (ctx: NetscriptContext) =>\n (_divisionName: unknown, _cityName: unknown): NSWarehouse => {\n checkAccess(ctx, 7);\n const divisionName = helpers.string(ctx, \"divisionName\", _divisionName);\n const cityName = helpers.city(ctx, \"cityName\", _cityName);\n const warehouse = getWarehouse(divisionName, cityName);\n return {\n level: warehouse.level,\n loc: warehouse.loc,\n size: warehouse.size,\n sizeUsed: warehouse.sizeUsed,\n smartSupplyEnabled: warehouse.smartSupplyEnabled,\n };\n },\n getMaterial:\n (ctx: NetscriptContext) =>\n (_divisionName: unknown, _cityName: unknown, _materialName: unknown): NSMaterial => {\n checkAccess(ctx, 7);\n const divisionName = helpers.string(ctx, \"divisionName\", _divisionName);\n const cityName = helpers.city(ctx, \"cityName\", _cityName);\n const materialName = helpers.string(ctx, \"materialName\", _materialName);\n const material = getMaterial(divisionName, cityName, materialName);\n const corporation = getCorporation();\n const exports = material.exp.map((e) => {\n return { div: e.ind, loc: e.city, amt: e.amt };\n });\n return {\n cost: material.bCost,\n sCost: material.sCost,\n name: material.name,\n qty: material.qty,\n qlt: material.qlt,\n dmd: corporation.unlockUpgrades[2] ? material.dmd : undefined,\n cmp: corporation.unlockUpgrades[3] ? material.cmp : undefined,\n prod: material.prd,\n sell: material.sll,\n exp: exports,\n };\n },\n getProduct:\n (ctx: NetscriptContext) =>\n (_divisionName: unknown, _productName: unknown): NSProduct => {\n checkAccess(ctx, 7);\n const divisionName = helpers.string(ctx, \"divisionName\", _divisionName);\n const productName = helpers.string(ctx, \"productName\", _productName);\n const product = getProduct(divisionName, productName);\n const corporation = getCorporation();\n return {\n name: product.name,\n dmd: corporation.unlockUpgrades[2] ? product.dmd : undefined,\n cmp: corporation.unlockUpgrades[3] ? product.cmp : undefined,\n rat: product.rat,\n properties: {\n qlt: product.qlt,\n per: product.per,\n dur: product.dur,\n rel: product.rel,\n aes: product.aes,\n fea: product.fea,\n },\n pCost: product.pCost,\n sCost: product.sCost,\n cityData: product.data,\n developmentProgress: product.prog,\n };\n },\n purchaseWarehouse:\n (ctx: NetscriptContext) =>\n (_divisionName: unknown, _cityName: unknown): void => {\n checkAccess(ctx, 7);\n const divisionName = helpers.string(ctx, \"divisionName\", _divisionName);\n const cityName = helpers.city(ctx, \"cityName\", _cityName);\n const corporation = getCorporation();\n PurchaseWarehouse(corporation, getDivision(divisionName), cityName);\n },\n upgradeWarehouse:\n (ctx: NetscriptContext) =>\n (_divisionName: unknown, _cityName: unknown, _amt: unknown = 1): void => {\n checkAccess(ctx, 7);\n const divisionName = helpers.string(ctx, \"divisionName\", _divisionName);\n const cityName = helpers.city(ctx, \"cityName\", _cityName);\n const amt = helpers.number(ctx, \"amount\", _amt);\n const corporation = getCorporation();\n if (amt < 1) {\n throw helpers.makeRuntimeErrorMsg(ctx, \"You must provide a positive number\");\n }\n UpgradeWarehouse(corporation, getDivision(divisionName), getWarehouse(divisionName, cityName), amt);\n },\n sellMaterial:\n (ctx: NetscriptContext) =>\n (_divisionName: unknown, _cityName: unknown, _materialName: unknown, _amt: unknown, _price: unknown): void => {\n checkAccess(ctx, 7);\n const divisionName = helpers.string(ctx, \"divisionName\", _divisionName);\n const cityName = helpers.city(ctx, \"cityName\", _cityName);\n const materialName = helpers.string(ctx, \"materialName\", _materialName);\n const amt = helpers.string(ctx, \"amt\", _amt);\n const price = helpers.string(ctx, \"price\", _price);\n const material = getMaterial(divisionName, cityName, materialName);\n SellMaterial(material, amt, price);\n },\n sellProduct:\n (ctx: NetscriptContext) =>\n (\n _divisionName: unknown,\n _cityName: unknown,\n _productName: unknown,\n _amt: unknown,\n _price: unknown,\n _all: unknown,\n ): void => {\n checkAccess(ctx, 7);\n const divisionName = helpers.string(ctx, \"divisionName\", _divisionName);\n const cityName = helpers.city(ctx, \"cityName\", _cityName);\n const productName = helpers.string(ctx, \"productName\", _productName);\n const amt = helpers.string(ctx, \"amt\", _amt);\n const price = helpers.string(ctx, \"price\", _price);\n const all = !!_all;\n const product = getProduct(divisionName, productName);\n SellProduct(product, cityName, amt, price, all);\n },\n discontinueProduct:\n (ctx: NetscriptContext) =>\n (_divisionName: unknown, _productName: unknown): void => {\n checkAccess(ctx, 7);\n const divisionName = helpers.string(ctx, \"divisionName\", _divisionName);\n const productName = helpers.string(ctx, \"productName\", _productName);\n getDivision(divisionName).discontinueProduct(getProduct(divisionName, productName));\n },\n setSmartSupply:\n (ctx: NetscriptContext) =>\n (_divisionName: unknown, _cityName: unknown, _enabled: unknown): void => {\n checkAccess(ctx, 7);\n const divisionName = helpers.string(ctx, \"divisionName\", _divisionName);\n const cityName = helpers.city(ctx, \"cityName\", _cityName);\n const enabled = !!_enabled;\n const warehouse = getWarehouse(divisionName, cityName);\n if (!hasUnlockUpgrade(\"Smart Supply\"))\n throw helpers.makeRuntimeErrorMsg(ctx, `You have not purchased the Smart Supply upgrade!`);\n SetSmartSupply(warehouse, enabled);\n },\n setSmartSupplyUseLeftovers:\n (ctx: NetscriptContext) =>\n (_divisionName: unknown, _cityName: unknown, _materialName: unknown, _enabled: unknown): void => {\n checkAccess(ctx, 7);\n const divisionName = helpers.string(ctx, \"divisionName\", _divisionName);\n const cityName = helpers.city(ctx, \"cityName\", _cityName);\n const materialName = helpers.string(ctx, \"materialName\", _materialName);\n const enabled = !!_enabled;\n const warehouse = getWarehouse(divisionName, cityName);\n const material = getMaterial(divisionName, cityName, materialName);\n if (!hasUnlockUpgrade(\"Smart Supply\"))\n throw helpers.makeRuntimeErrorMsg(ctx, `You have not purchased the Smart Supply upgrade!`);\n SetSmartSupplyUseLeftovers(warehouse, material, enabled);\n },\n buyMaterial:\n (ctx: NetscriptContext) =>\n (_divisionName: unknown, _cityName: unknown, _materialName: unknown, _amt: unknown): void => {\n checkAccess(ctx, 7);\n const divisionName = helpers.string(ctx, \"divisionName\", _divisionName);\n const cityName = helpers.city(ctx, \"cityName\", _cityName);\n const materialName = helpers.string(ctx, \"materialName\", _materialName);\n const amt = helpers.number(ctx, \"amt\", _amt);\n if (amt < 0) throw new Error(\"Invalid value for amount field! Must be numeric and greater than 0\");\n const material = getMaterial(divisionName, cityName, materialName);\n BuyMaterial(material, amt);\n },\n bulkPurchase:\n (ctx: NetscriptContext) =>\n (_divisionName: unknown, _cityName: unknown, _materialName: unknown, _amt: unknown): void => {\n checkAccess(ctx, 7);\n const divisionName = helpers.string(ctx, \"divisionName\", _divisionName);\n if (!hasResearched(getDivision(divisionName), \"Bulk Purchasing\"))\n throw new Error(`You have not researched Bulk Purchasing in ${divisionName}`);\n const corporation = getCorporation();\n const cityName = helpers.city(ctx, \"cityName\", _cityName);\n const materialName = helpers.string(ctx, \"materialName\", _materialName);\n const amt = helpers.number(ctx, \"amt\", _amt);\n const warehouse = getWarehouse(divisionName, cityName);\n const material = getMaterial(divisionName, cityName, materialName);\n BulkPurchase(corporation, warehouse, material, amt);\n },\n makeProduct:\n (ctx: NetscriptContext) =>\n (\n _divisionName: unknown,\n _cityName: unknown,\n _productName: unknown,\n _designInvest: unknown,\n _marketingInvest: unknown,\n ): void => {\n checkAccess(ctx, 7);\n const divisionName = helpers.string(ctx, \"divisionName\", _divisionName);\n const cityName = helpers.city(ctx, \"cityName\", _cityName);\n const productName = helpers.string(ctx, \"productName\", _productName);\n const designInvest = helpers.number(ctx, \"designInvest\", _designInvest);\n const marketingInvest = helpers.number(ctx, \"marketingInvest\", _marketingInvest);\n const corporation = getCorporation();\n MakeProduct(corporation, getDivision(divisionName), cityName, productName, designInvest, marketingInvest);\n },\n limitProductProduction:\n (ctx: NetscriptContext) =>\n (_divisionName: unknown, _cityName: unknown, _productName: unknown, _qty: unknown): void => {\n checkAccess(ctx, 7);\n const divisionName = helpers.string(ctx, \"divisionName\", _divisionName);\n const cityName = helpers.city(ctx, \"cityName\", _cityName);\n const productName = helpers.string(ctx, \"productName\", _productName);\n const qty = helpers.number(ctx, \"qty\", _qty);\n LimitProductProduction(getProduct(divisionName, productName), cityName, qty);\n },\n exportMaterial:\n (ctx: NetscriptContext) =>\n (\n _sourceDivision: unknown,\n _sourceCity: unknown,\n _targetDivision: unknown,\n _targetCity: unknown,\n _materialName: unknown,\n _amt: unknown,\n ): void => {\n checkAccess(ctx, 7);\n const sourceDivision = helpers.string(ctx, \"sourceDivision\", _sourceDivision);\n const sourceCity = helpers.string(ctx, \"sourceCity\", _sourceCity);\n const targetDivision = helpers.string(ctx, \"targetDivision\", _targetDivision);\n const targetCity = helpers.string(ctx, \"targetCity\", _targetCity);\n const materialName = helpers.string(ctx, \"materialName\", _materialName);\n const amt = helpers.string(ctx, \"amt\", _amt);\n ExportMaterial(\n targetDivision,\n targetCity,\n getMaterial(sourceDivision, sourceCity, materialName),\n amt + \"\",\n getDivision(targetDivision),\n );\n },\n cancelExportMaterial:\n (ctx: NetscriptContext) =>\n (\n _sourceDivision: unknown,\n _sourceCity: unknown,\n _targetDivision: unknown,\n _targetCity: unknown,\n _materialName: unknown,\n _amt: unknown,\n ): void => {\n checkAccess(ctx, 7);\n const sourceDivision = helpers.string(ctx, \"sourceDivision\", _sourceDivision);\n const sourceCity = helpers.string(ctx, \"sourceCity\", _sourceCity);\n const targetDivision = helpers.string(ctx, \"targetDivision\", _targetDivision);\n const targetCity = helpers.string(ctx, \"targetCity\", _targetCity);\n const materialName = helpers.string(ctx, \"materialName\", _materialName);\n const amt = helpers.string(ctx, \"amt\", _amt);\n CancelExportMaterial(\n targetDivision,\n targetCity,\n getMaterial(sourceDivision, sourceCity, materialName),\n amt + \"\",\n );\n },\n limitMaterialProduction:\n (ctx: NetscriptContext) =>\n (_divisionName: unknown, _cityName: unknown, _materialName: unknown, _qty: unknown): void => {\n checkAccess(ctx, 7);\n const divisionName = helpers.string(ctx, \"divisionName\", _divisionName);\n const cityName = helpers.city(ctx, \"cityName\", _cityName);\n const materialName = helpers.string(ctx, \"materialName\", _materialName);\n const qty = helpers.number(ctx, \"qty\", _qty);\n LimitMaterialProduction(getMaterial(divisionName, cityName, materialName), qty);\n },\n setMaterialMarketTA1:\n (ctx: NetscriptContext) =>\n (_divisionName: unknown, _cityName: unknown, _materialName: unknown, _on: unknown): void => {\n checkAccess(ctx, 7);\n const divisionName = helpers.string(ctx, \"divisionName\", _divisionName);\n const cityName = helpers.city(ctx, \"cityName\", _cityName);\n const materialName = helpers.string(ctx, \"materialName\", _materialName);\n const on = !!_on;\n if (!getDivision(divisionName).hasResearch(\"Market-TA.I\"))\n throw helpers.makeRuntimeErrorMsg(ctx, `You have not researched MarketTA.I for division: ${divisionName}`);\n SetMaterialMarketTA1(getMaterial(divisionName, cityName, materialName), on);\n },\n setMaterialMarketTA2:\n (ctx: NetscriptContext) =>\n (_divisionName: unknown, _cityName: unknown, _materialName: unknown, _on: unknown): void => {\n checkAccess(ctx, 7);\n const divisionName = helpers.string(ctx, \"divisionName\", _divisionName);\n const cityName = helpers.city(ctx, \"cityName\", _cityName);\n const materialName = helpers.string(ctx, \"materialName\", _materialName);\n const on = !!_on;\n if (!getDivision(divisionName).hasResearch(\"Market-TA.II\"))\n throw helpers.makeRuntimeErrorMsg(ctx, `You have not researched MarketTA.II for division: ${divisionName}`);\n SetMaterialMarketTA2(getMaterial(divisionName, cityName, materialName), on);\n },\n setProductMarketTA1:\n (ctx: NetscriptContext) =>\n (_divisionName: unknown, _productName: unknown, _on: unknown): void => {\n checkAccess(ctx, 7);\n const divisionName = helpers.string(ctx, \"divisionName\", _divisionName);\n const productName = helpers.string(ctx, \"productName\", _productName);\n const on = !!_on;\n if (!getDivision(divisionName).hasResearch(\"Market-TA.I\"))\n throw helpers.makeRuntimeErrorMsg(ctx, `You have not researched MarketTA.I for division: ${divisionName}`);\n SetProductMarketTA1(getProduct(divisionName, productName), on);\n },\n setProductMarketTA2:\n (ctx: NetscriptContext) =>\n (_divisionName: unknown, _productName: unknown, _on: unknown): void => {\n checkAccess(ctx, 7);\n const divisionName = helpers.string(ctx, \"divisionName\", _divisionName);\n const productName = helpers.string(ctx, \"productName\", _productName);\n const on = !!_on;\n if (!getDivision(divisionName).hasResearch(\"Market-TA.II\"))\n throw helpers.makeRuntimeErrorMsg(ctx, `You have not researched MarketTA.II for division: ${divisionName}`);\n SetProductMarketTA2(getProduct(divisionName, productName), on);\n },\n };\n\n const officeAPI: InternalAPI = {\n getHireAdVertCost:\n (ctx: NetscriptContext) =>\n (_divisionName: unknown): number => {\n checkAccess(ctx, 8);\n const divisionName = helpers.string(ctx, \"divisionName\", _divisionName);\n const division = getDivision(divisionName);\n return division.getAdVertCost();\n },\n getHireAdVertCount:\n (ctx: NetscriptContext) =>\n (_divisionName: unknown): number => {\n checkAccess(ctx, 8);\n const divisionName = helpers.string(ctx, \"divisionName\", _divisionName);\n const division = getDivision(divisionName);\n return division.numAdVerts;\n },\n getResearchCost:\n (ctx: NetscriptContext) =>\n (_divisionName: unknown, _researchName: unknown): number => {\n checkAccess(ctx, 8);\n const divisionName = helpers.string(ctx, \"divisionName\", _divisionName);\n const researchName = helpers.string(ctx, \"researchName\", _researchName);\n return getResearchCost(getDivision(divisionName), researchName);\n },\n hasResearched:\n (ctx: NetscriptContext) =>\n (_divisionName: unknown, _researchName: unknown): boolean => {\n checkAccess(ctx, 8);\n const divisionName = helpers.string(ctx, \"divisionName\", _divisionName);\n const researchName = helpers.string(ctx, \"researchName\", _researchName);\n return hasResearched(getDivision(divisionName), researchName);\n },\n getOfficeSizeUpgradeCost:\n (ctx: NetscriptContext) =>\n (_divisionName: unknown, _cityName: unknown, _size: unknown): number => {\n checkAccess(ctx, 8);\n const divisionName = helpers.string(ctx, \"divisionName\", _divisionName);\n const cityName = helpers.city(ctx, \"cityName\", _cityName);\n const size = helpers.number(ctx, \"size\", _size);\n if (size < 0) throw new Error(\"Invalid value for size field! Must be numeric and greater than 0\");\n const office = getOffice(divisionName, cityName);\n const initialPriceMult = Math.round(office.size / CorporationConstants.OfficeInitialSize);\n const costMultiplier = 1.09;\n let mult = 0;\n for (let i = 0; i < size / CorporationConstants.OfficeInitialSize; ++i) {\n mult += Math.pow(costMultiplier, initialPriceMult + i);\n }\n return CorporationConstants.OfficeInitialCost * mult;\n },\n assignJob:\n (ctx: NetscriptContext) =>\n (_divisionName: unknown, _cityName: unknown, _employeeName: unknown, _job: unknown): void => {\n checkAccess(ctx, 8);\n const divisionName = helpers.string(ctx, \"divisionName\", _divisionName);\n const cityName = helpers.city(ctx, \"cityName\", _cityName);\n const employeeName = helpers.string(ctx, \"employeeName\", _employeeName);\n const job = helpers.string(ctx, \"job\", _job);\n\n if (!checkEnum(EmployeePositions, job)) throw new Error(`'${job}' is not a valid job.`);\n const office = getOffice(divisionName, cityName);\n\n AssignJob(office, employeeName, job);\n },\n setAutoJobAssignment:\n (ctx: NetscriptContext) =>\n (_divisionName: unknown, _cityName: unknown, _job: unknown, _amount: unknown): boolean => {\n checkAccess(ctx, 8);\n const divisionName = helpers.string(ctx, \"divisionName\", _divisionName);\n const cityName = helpers.city(ctx, \"cityName\", _cityName);\n const amount = helpers.number(ctx, \"amount\", _amount);\n const job = helpers.string(ctx, \"job\", _job);\n\n if (!checkEnum(EmployeePositions, job)) throw new Error(`'${job}' is not a valid job.`);\n const office = getOffice(divisionName, cityName);\n\n return AutoAssignJob(office, job, amount);\n },\n hireEmployee:\n (ctx: NetscriptContext) =>\n (_divisionName: unknown, _cityName: unknown): NSEmployee | undefined => {\n checkAccess(ctx, 8);\n const divisionName = helpers.string(ctx, \"divisionName\", _divisionName);\n const cityName = helpers.city(ctx, \"cityName\", _cityName);\n const office = getOffice(divisionName, cityName);\n const employee = office.hireRandomEmployee();\n if (employee === undefined) return undefined;\n return {\n name: employee.name,\n mor: employee.mor,\n hap: employee.hap,\n ene: employee.ene,\n int: employee.int,\n cha: employee.cha,\n exp: employee.exp,\n cre: employee.cre,\n eff: employee.eff,\n sal: employee.sal,\n loc: employee.loc,\n pos: employee.pos,\n };\n },\n upgradeOfficeSize:\n (ctx: NetscriptContext) =>\n (_divisionName: unknown, _cityName: unknown, _size: unknown): void => {\n checkAccess(ctx, 8);\n const divisionName = helpers.string(ctx, \"divisionName\", _divisionName);\n const cityName = helpers.city(ctx, \"cityName\", _cityName);\n const size = helpers.number(ctx, \"size\", _size);\n if (size < 0) throw new Error(\"Invalid value for size field! Must be numeric and greater than 0\");\n const office = getOffice(divisionName, cityName);\n const corporation = getCorporation();\n UpgradeOfficeSize(corporation, office, size);\n },\n throwParty:\n (ctx: NetscriptContext) =>\n (_divisionName: unknown, _cityName: unknown, _costPerEmployee: unknown): number => {\n checkAccess(ctx, 8);\n const divisionName = helpers.string(ctx, \"divisionName\", _divisionName);\n const cityName = helpers.city(ctx, \"cityName\", _cityName);\n const costPerEmployee = helpers.number(ctx, \"costPerEmployee\", _costPerEmployee);\n\n if (costPerEmployee < 0) {\n throw new Error(\"Invalid value for Cost Per Employee field! Must be numeric and greater than 0\");\n }\n\n const corporation = getCorporation();\n const office = getOffice(divisionName, cityName);\n\n return ThrowParty(corporation, office, costPerEmployee);\n },\n buyCoffee:\n (ctx: NetscriptContext) =>\n (_divisionName: unknown, _cityName: unknown): boolean => {\n checkAccess(ctx, 8);\n const divisionName = helpers.string(ctx, \"divisionName\", _divisionName);\n const cityName = helpers.city(ctx, \"cityName\", _cityName);\n\n const corporation = getCorporation();\n const office = getOffice(divisionName, cityName);\n\n return BuyCoffee(corporation, office);\n },\n hireAdVert:\n (ctx: NetscriptContext) =>\n (_divisionName: unknown): void => {\n checkAccess(ctx, 8);\n const divisionName = helpers.string(ctx, \"divisionName\", _divisionName);\n const corporation = getCorporation();\n HireAdVert(corporation, getDivision(divisionName));\n },\n research:\n (ctx: NetscriptContext) =>\n (_divisionName: unknown, _researchName: unknown): void => {\n checkAccess(ctx, 8);\n const divisionName = helpers.string(ctx, \"divisionName\", _divisionName);\n const researchName = helpers.string(ctx, \"researchName\", _researchName);\n Research(getDivision(divisionName), researchName);\n },\n getOffice:\n (ctx: NetscriptContext) =>\n (_divisionName: unknown, _cityName: unknown): NSOffice => {\n checkAccess(ctx, 8);\n const divisionName = helpers.string(ctx, \"divisionName\", _divisionName);\n const cityName = helpers.city(ctx, \"cityName\", _cityName);\n const office = getOffice(divisionName, cityName);\n return {\n loc: office.loc,\n size: office.size,\n minEne: office.minEne,\n maxEne: office.maxEne,\n minHap: office.minHap,\n maxHap: office.maxHap,\n minMor: office.minMor,\n maxMor: office.maxMor,\n employees: office.employees.map((e) => e.name),\n employeeProd: {\n Operations: office.employeeProd[EmployeePositions.Operations],\n Engineer: office.employeeProd[EmployeePositions.Engineer],\n Business: office.employeeProd[EmployeePositions.Business],\n Management: office.employeeProd[EmployeePositions.Management],\n \"Research & Development\": office.employeeProd[EmployeePositions.RandD],\n Training: office.employeeProd[EmployeePositions.Training],\n Unassigned: 0,\n },\n employeeJobs: {\n Operations: office.employeeJobs[EmployeePositions.Operations],\n Engineer: office.employeeJobs[EmployeePositions.Engineer],\n Business: office.employeeJobs[EmployeePositions.Business],\n Management: office.employeeJobs[EmployeePositions.Management],\n \"Research & Development\": office.employeeJobs[EmployeePositions.RandD],\n Training: office.employeeJobs[EmployeePositions.Training],\n Unassigned: office.employeeJobs[EmployeePositions.Unassigned],\n },\n };\n },\n getEmployee:\n (ctx: NetscriptContext) =>\n (_divisionName: unknown, _cityName: unknown, _employeeName: unknown): NSEmployee => {\n checkAccess(ctx, 8);\n const divisionName = helpers.string(ctx, \"divisionName\", _divisionName);\n const cityName = helpers.city(ctx, \"cityName\", _cityName);\n const employeeName = helpers.string(ctx, \"employeeName\", _employeeName);\n const employee = getEmployee(divisionName, cityName, employeeName);\n return {\n name: employee.name,\n mor: employee.mor,\n hap: employee.hap,\n ene: employee.ene,\n int: employee.int,\n cha: employee.cha,\n exp: employee.exp,\n cre: employee.cre,\n eff: employee.eff,\n sal: employee.sal,\n loc: employee.loc,\n pos: employee.pos,\n };\n },\n };\n\n return {\n ...warehouseAPI,\n ...officeAPI,\n getMaterialNames: (ctx: NetscriptContext) => (): string[] => {\n checkAccess(ctx);\n return [...CorporationConstants.AllMaterials];\n },\n getIndustryTypes: (ctx: NetscriptContext) => (): string[] => {\n checkAccess(ctx);\n return [...CorporationConstants.AllIndustryTypes];\n },\n getUnlockables: (ctx: NetscriptContext) => (): string[] => {\n checkAccess(ctx);\n return [...CorporationConstants.AllUnlocks];\n },\n getUpgradeNames: (ctx: NetscriptContext) => (): string[] => {\n checkAccess(ctx);\n return [...CorporationConstants.AllUpgrades];\n },\n getResearchNames: (ctx: NetscriptContext) => (): string[] => {\n checkAccess(ctx);\n return [...CorporationConstants.AllResearch];\n },\n expandIndustry:\n (ctx: NetscriptContext) =>\n (_industryName: unknown, _divisionName: unknown): void => {\n checkAccess(ctx);\n const industryName = helpers.string(ctx, \"industryName\", _industryName);\n const divisionName = helpers.string(ctx, \"divisionName\", _divisionName);\n const corporation = getCorporation();\n NewIndustry(corporation, industryName, divisionName);\n },\n expandCity:\n (ctx: NetscriptContext) =>\n (_divisionName: unknown, _cityName: unknown): void => {\n checkAccess(ctx);\n const divisionName = helpers.string(ctx, \"divisionName\", _divisionName);\n const cityName = helpers.city(ctx, \"cityName\", _cityName);\n if (!CorporationConstants.Cities.includes(cityName)) throw new Error(\"Invalid city name\");\n const corporation = getCorporation();\n const division = getDivision(divisionName);\n NewCity(corporation, division, cityName);\n },\n unlockUpgrade:\n (ctx: NetscriptContext) =>\n (_upgradeName: unknown): void => {\n checkAccess(ctx);\n const upgradeName = helpers.string(ctx, \"upgradeName\", _upgradeName);\n const corporation = getCorporation();\n const upgrade = Object.values(CorporationUnlockUpgrades).find((upgrade) => upgrade.name === upgradeName);\n if (upgrade === undefined) throw new Error(`No upgrade named '${upgradeName}'`);\n UnlockUpgrade(corporation, upgrade);\n },\n levelUpgrade:\n (ctx: NetscriptContext) =>\n (_upgradeName: unknown): void => {\n checkAccess(ctx);\n const upgradeName = helpers.string(ctx, \"upgradeName\", _upgradeName);\n const corporation = getCorporation();\n const upgrade = Object.values(CorporationUpgrades).find((upgrade) => upgrade.name === upgradeName);\n if (upgrade === undefined) throw new Error(`No upgrade named '${upgradeName}'`);\n LevelUpgrade(corporation, upgrade);\n },\n issueDividends:\n (ctx: NetscriptContext) =>\n (_rate: unknown): void => {\n checkAccess(ctx);\n const rate = helpers.number(ctx, \"rate\", _rate);\n const max = CorporationConstants.DividendMaxRate;\n if (rate < 0 || rate > max)\n throw new Error(`Invalid value for rate field! Must be numeric, greater than 0, and less than ${max}`);\n const corporation = getCorporation();\n if (!corporation.public) throw helpers.makeRuntimeErrorMsg(ctx, `Your company has not gone public!`);\n IssueDividends(corporation, rate);\n },\n\n // If you modify these objects you will affect them for real, it's not\n // copies.\n getDivision:\n (ctx: NetscriptContext) =>\n (_divisionName: unknown): NSDivision => {\n checkAccess(ctx);\n const divisionName = helpers.string(ctx, \"divisionName\", _divisionName);\n const division = getDivision(divisionName);\n return getSafeDivision(division);\n },\n getCorporation: (ctx: NetscriptContext) => (): CorporationInfo => {\n checkAccess(ctx);\n const corporation = getCorporation();\n return {\n name: corporation.name,\n funds: corporation.funds,\n revenue: corporation.revenue,\n expenses: corporation.expenses,\n public: corporation.public,\n totalShares: corporation.totalShares,\n numShares: corporation.numShares,\n shareSaleCooldown: corporation.shareSaleCooldown,\n issuedShares: corporation.issuedShares,\n sharePrice: corporation.sharePrice,\n dividendRate: corporation.dividendRate,\n dividendTax: corporation.dividendTax,\n dividendEarnings: corporation.getCycleDividends() / CorporationConstants.SecsPerMarketCycle,\n state: corporation.state.getState(),\n divisions: corporation.divisions.map((division): NSDivision => getSafeDivision(division)),\n };\n },\n createCorporation:\n (ctx: NetscriptContext) =>\n (_corporationName: unknown, _selfFund: unknown = true): boolean => {\n const corporationName = helpers.string(ctx, \"corporationName\", _corporationName);\n const selfFund = !!_selfFund;\n return createCorporation(corporationName, selfFund);\n },\n hasUnlockUpgrade:\n (ctx: NetscriptContext) =>\n (_upgradeName: unknown): boolean => {\n checkAccess(ctx);\n const upgradeName = helpers.string(ctx, \"upgradeName\", _upgradeName);\n return hasUnlockUpgrade(upgradeName);\n },\n getUnlockUpgradeCost:\n (ctx: NetscriptContext) =>\n (_upgradeName: unknown): number => {\n checkAccess(ctx);\n const upgradeName = helpers.string(ctx, \"upgradeName\", _upgradeName);\n return getUnlockUpgradeCost(upgradeName);\n },\n getUpgradeLevel:\n (ctx: NetscriptContext) =>\n (_upgradeName: unknown): number => {\n checkAccess(ctx);\n const upgradeName = helpers.string(ctx, \"upgradeName\", _upgradeName);\n return getUpgradeLevel(ctx, upgradeName);\n },\n getUpgradeLevelCost:\n (ctx: NetscriptContext) =>\n (_upgradeName: unknown): number => {\n checkAccess(ctx);\n const upgradeName = helpers.string(ctx, \"upgradeName\", _upgradeName);\n return getUpgradeLevelCost(ctx, upgradeName);\n },\n getExpandIndustryCost:\n (ctx: NetscriptContext) =>\n (_industryName: unknown): number => {\n checkAccess(ctx);\n const industryName = helpers.string(ctx, \"industryName\", _industryName);\n return getExpandIndustryCost(industryName);\n },\n getExpandCityCost: (ctx: NetscriptContext) => (): number => {\n checkAccess(ctx);\n return getExpandCityCost();\n },\n getInvestmentOffer: (ctx: NetscriptContext) => (): InvestmentOffer => {\n checkAccess(ctx);\n return getInvestmentOffer();\n },\n acceptInvestmentOffer: (ctx: NetscriptContext) => (): boolean => {\n checkAccess(ctx);\n return acceptInvestmentOffer();\n },\n goPublic:\n (ctx: NetscriptContext) =>\n (_numShares: unknown): boolean => {\n checkAccess(ctx);\n const numShares = helpers.number(ctx, \"numShares\", _numShares);\n return goPublic(numShares);\n },\n sellShares:\n (ctx: NetscriptContext) =>\n (_numShares: unknown): number => {\n checkAccess(ctx);\n const numShares = helpers.number(ctx, \"numShares\", _numShares);\n return SellShares(getCorporation(), numShares);\n },\n buyBackShares:\n (ctx: NetscriptContext) =>\n (_numShares: unknown): boolean => {\n checkAccess(ctx);\n const numShares = helpers.number(ctx, \"numShares\", _numShares);\n return BuyBackShares(getCorporation(), numShares);\n },\n bribe:\n (ctx: NetscriptContext) =>\n (_factionName: unknown, _amountCash: unknown): boolean => {\n checkAccess(ctx);\n const factionName = helpers.string(ctx, \"factionName\", _factionName);\n const amountCash = helpers.number(ctx, \"amountCash\", _amountCash);\n return bribe(factionName, amountCash);\n },\n getBonusTime: (ctx: NetscriptContext) => (): number => {\n checkAccess(ctx);\n return Math.round(getCorporation().storedCycles / 5) * 1000;\n },\n };\n}\n","export interface IConstructorParams {\n name: string;\n cost: number;\n desc: string;\n advertisingMult?: number;\n employeeChaMult?: number;\n employeeCreMult?: number;\n employeeEffMult?: number;\n employeeIntMult?: number;\n productionMult?: number;\n productProductionMult?: number;\n salesMult?: number;\n sciResearchMult?: number;\n storageMult?: number;\n}\n\nexport class Research {\n // Name of research. This will be used to identify researches in the Research Tree\n name = \"\";\n\n // How much scientific research it costs to unlock this\n cost = 0;\n\n // Description of what the Research does\n desc = \"\";\n\n // All possible generic upgrades for the company, in the form of multipliers\n advertisingMult = 1;\n employeeChaMult = 1;\n employeeCreMult = 1;\n employeeEffMult = 1;\n employeeIntMult = 1;\n productionMult = 1;\n productProductionMult = 1;\n salesMult = 1;\n sciResearchMult = 1;\n storageMult = 1;\n\n constructor(p: IConstructorParams = { name: \"\", cost: 0, desc: \"\" }) {\n this.name = p.name;\n this.cost = p.cost;\n this.desc = p.desc;\n if (p.advertisingMult) {\n this.advertisingMult = p.advertisingMult;\n }\n if (p.employeeChaMult) {\n this.employeeChaMult = p.employeeChaMult;\n }\n if (p.employeeCreMult) {\n this.employeeCreMult = p.employeeCreMult;\n }\n if (p.employeeEffMult) {\n this.employeeEffMult = p.employeeEffMult;\n }\n if (p.employeeIntMult) {\n this.employeeIntMult = p.employeeIntMult;\n }\n if (p.productionMult) {\n this.productionMult = p.productionMult;\n }\n if (p.productProductionMult) {\n this.productProductionMult = p.productProductionMult;\n }\n if (p.salesMult) {\n this.salesMult = p.salesMult;\n }\n if (p.sciResearchMult) {\n this.sciResearchMult = p.sciResearchMult;\n }\n if (p.storageMult) {\n this.storageMult = p.storageMult;\n }\n }\n}\n","import { IConstructorParams } from \"../Research\";\n\nexport const researchMetadata: IConstructorParams[] = [\n {\n name: \"AutoBrew\",\n cost: 12e3,\n desc:\n \"Automatically keep your employees fully caffeinated with \" +\n \"coffee injections. This research will keep the energy of all \" +\n \"employees at its maximum possible value, for no cost. \" +\n \"This will also disable the Coffee upgrade.\",\n },\n {\n name: \"AutoPartyManager\",\n cost: 15e3,\n desc:\n \"Automatically analyzes your employees' happiness and morale \" +\n \"and boosts them whenever it detects a decrease. This research will \" +\n \"keep the morale and happiness of all employees at their maximum possible \" +\n \"values, for no cost. \" +\n \"This will also disable the 'Throw Party' feature.\",\n },\n {\n name: \"Automatic Drug Administration\",\n cost: 10e3,\n desc:\n \"Research how to automatically administer performance-enhancing drugs to all of \" +\n \"your employees. This unlocks Drug-related Research.\",\n },\n {\n name: \"Bulk Purchasing\",\n cost: 5e3,\n desc:\n \"Research the art of buying materials in bulk. This allows you to purchase \" +\n \"any amount of a material instantly.\",\n },\n {\n name: \"CPH4 Injections\",\n cost: 25e3,\n desc:\n \"Develop an advanced and harmless synthetic drug that is administered to \" +\n \"employees to increase all of their stats, except experience, by 10%.\",\n employeeCreMult: 1.1,\n employeeChaMult: 1.1,\n employeeEffMult: 1.1,\n employeeIntMult: 1.1,\n },\n {\n name: \"Drones\",\n cost: 5e3,\n desc:\n \"Acquire the knowledge needed to create advanced drones. This research does nothing \" +\n \"by itself, but unlocks other Drone-related research.\",\n },\n {\n name: \"Drones - Assembly\",\n cost: 25e3,\n desc:\n \"Manufacture and use Assembly Drones to improve the efficiency of \" +\n \"your production lines. This increases all production by 20%.\",\n productionMult: 1.2,\n },\n {\n name: \"Drones - Transport\",\n cost: 30e3,\n desc:\n \"Manufacture and use intelligent Transport Drones to optimize \" +\n \"your warehouses. This increases the storage space of all warehouses \" +\n \"by 50%.\",\n storageMult: 1.5,\n },\n {\n name: \"Go-Juice\",\n cost: 25e3,\n desc:\n \"Provide employees with Go-Juice, a coffee-derivative that further enhances \" +\n \"the brain's dopamine production. This increases the maximum energy of all \" +\n \"employees by 10.\",\n },\n {\n name: \"Hi-Tech R&D Laboratory\",\n cost: 5e3,\n desc:\n \"Construct a cutting edge facility dedicated to advanced research and \" +\n \"and development. This allows you to spend Scientific Research \" +\n \"on powerful upgrades. It also globally increases Scientific Research \" +\n \"production by 10%.\",\n sciResearchMult: 1.1,\n },\n {\n name: \"HRBuddy-Recruitment\",\n cost: 15e3,\n desc:\n \"Use automated software to handle the hiring of employees. With this \" +\n \"research, each office will automatically hire one employee per \" +\n \"market cycle if there is available space.\",\n },\n {\n name: \"HRBuddy-Training\",\n cost: 20e3,\n desc:\n \"Use automated software to handle the training of employees. With this \" +\n \"research, each employee hired with HRBuddy-Recruitment will automatically \" +\n \"be assigned to 'Training', rather than being unassigned.\",\n },\n {\n name: \"JoyWire\",\n cost: 20e3,\n desc: \"A brain implant which is installed in employees, increasing their maximum happiness by 10.\",\n },\n {\n name: \"Market-TA.I\",\n cost: 20e3,\n desc:\n \"Develop advanced AI software that uses technical analysis to \" +\n \"help you understand and exploit the market. This research \" +\n \"allows you to know what price to sell your Materials/Products \" +\n \"at in order to avoid losing sales due to having too high of a mark-up. \" +\n \"It also lets you automatically use that sale price.\",\n },\n {\n name: \"Market-TA.II\",\n cost: 50e3,\n desc:\n \"Develop double-advanced AI software that uses technical analysis to \" +\n \"help you understand and exploit the market. This research \" +\n \"allows you to know how many sales of a Material/Product you lose or gain \" +\n \"from having too high or too low or a sale price. It also lets you automatically \" +\n \"set the sale price of your Materials/Products at the optimal price such that \" +\n \"the amount sold matches the amount produced.\",\n },\n {\n name: \"Overclock\",\n cost: 15e3,\n desc:\n \"Equip employees with a headset that uses transcranial direct current \" +\n \"stimulation (tDCS) to increase the speed of their neurotransmitters. \" +\n \"This research increases the intelligence and efficiency of all \" +\n \"employees by 25%.\",\n employeeEffMult: 1.25,\n employeeIntMult: 1.25,\n },\n {\n name: \"Self-Correcting Assemblers\",\n cost: 25e3,\n desc:\n \"Create assemblers that can be used for universal production. \" +\n \"These assemblers use deep learning to improve their efficiency \" +\n \"at their tasks. This research increases all production by 10%\",\n productionMult: 1.1,\n },\n {\n name: \"Sti.mu\",\n cost: 30e3,\n desc:\n \"Upgrade the tDCS headset to stimulate regions of the brain that \" +\n \"control confidence and enthusiasm. This research increases the max \" +\n \"morale of all employees by 10.\",\n },\n {\n name: \"sudo.Assist\",\n cost: 15e3,\n desc: \"Develop a virtual assistant AI to handle and manage administrative issues for your corporation.\",\n },\n {\n name: \"uPgrade: Capacity.I\",\n cost: 20e3,\n desc:\n \"Expand the industry's capacity for designing and manufacturing its \" +\n \"various products. This increases the industry's maximum number of products \" +\n \"by 1 (from 3 to 4).\",\n },\n {\n name: \"uPgrade: Capacity.II\",\n cost: 30e3,\n desc:\n \"Expand the industry's capacity for designing and manufacturing its \" +\n \"various products. This increases the industry's maximum number of products \" +\n \"by 1 (from 4 to 5).\",\n },\n {\n name: \"uPgrade: Dashboard\",\n cost: 5e3,\n desc:\n \"Improve the software used to manage the industry's production line \" +\n \"for its various products. This allows you to manage the production and \" +\n \"sale of a product before it's finished being designed.\",\n },\n {\n name: \"uPgrade: Fulcrum\",\n cost: 10e3,\n desc:\n \"Streamline the manufacturing of this industry's various products. \" +\n \"This research increases the production of your products by 5%\",\n productProductionMult: 1.05,\n },\n];\n","import { Reviver, Generic_toJSON, Generic_fromJSON, IReviverValue } from \"../utils/JSONReviver\";\nimport { CityName } from \"../Locations/data/CityNames\";\nimport { Industries, IndustryStartingCosts, IndustryResearchTrees } from \"./IndustryData\";\nimport { CorporationConstants } from \"./data/Constants\";\nimport { EmployeePositions } from \"./EmployeePositions\";\nimport { Material } from \"./Material\";\nimport { getRandomInt } from \"../utils/helpers/getRandomInt\";\nimport { calculateEffectWithFactors } from \"../utils/calculateEffectWithFactors\";\nimport { OfficeSpace } from \"./OfficeSpace\";\nimport { Product } from \"./Product\";\nimport { dialogBoxCreate } from \"../ui/React/DialogBox\";\nimport { isString } from \"../utils/helpers/isString\";\nimport { MaterialSizes } from \"./MaterialSizes\";\nimport { Warehouse } from \"./Warehouse\";\nimport { Corporation } from \"./Corporation\";\n\ninterface IParams {\n name?: string;\n corp?: Corporation;\n type?: string;\n}\n\nexport class Industry {\n name = \"\";\n type = Industries.Agriculture;\n sciResearch = new Material({ name: \"Scientific Research\" });\n researched: { [key: string]: boolean | undefined } = {};\n reqMats: { [key: string]: number | undefined } = {};\n\n //An array of the name of materials being produced\n prodMats: string[] = [];\n\n products: { [key: string]: Product | undefined } = {};\n makesProducts = false;\n\n awareness = 0;\n popularity = 0; //Should always be less than awareness\n startingCost = 0;\n\n /* The following are factors for how much production/other things are increased by\n different factors. The production increase always has diminishing returns,\n and they are all represented by exponentials of < 1 (e.g x ^ 0.5, x ^ 0.8)\n The number for these represent the exponential. A lower number means more\n diminishing returns */\n reFac = 0; //Real estate Factor\n sciFac = 0; //Scientific Research Factor, affects quality\n hwFac = 0; //Hardware factor\n robFac = 0; //Robotics Factor\n aiFac = 0; //AI Cores factor;\n advFac = 0; //Advertising factor, affects sales\n\n prodMult = 0; //Production multiplier\n\n //Financials\n lastCycleRevenue: number;\n lastCycleExpenses: number;\n thisCycleRevenue: number;\n thisCycleExpenses: number;\n\n state = \"START\";\n newInd = true;\n\n //Maps locations to warehouses. 0 if no warehouse at that location\n warehouses: { [key: string]: Warehouse | 0 };\n\n //Maps locations to offices. 0 if no office at that location\n offices: { [key: string]: OfficeSpace | 0 } = {\n [CityName.Aevum]: 0,\n [CityName.Chongqing]: 0,\n [CityName.Sector12]: new OfficeSpace({\n loc: CityName.Sector12,\n size: CorporationConstants.OfficeInitialSize,\n }),\n [CityName.NewTokyo]: 0,\n [CityName.Ishima]: 0,\n [CityName.Volhaven]: 0,\n };\n\n numAdVerts = 0;\n\n constructor(params: IParams = {}) {\n this.name = params.name ? params.name : \"\";\n this.type = params.type ? params.type : Industries.Agriculture;\n\n //Financials\n this.lastCycleRevenue = 0;\n this.lastCycleExpenses = 0;\n this.thisCycleRevenue = 0;\n this.thisCycleExpenses = 0;\n\n this.warehouses = {\n [CityName.Aevum]: 0,\n [CityName.Chongqing]: 0,\n [CityName.Sector12]: new Warehouse({\n corp: params.corp,\n industry: this,\n loc: CityName.Sector12,\n size: CorporationConstants.WarehouseInitialSize,\n }),\n [CityName.NewTokyo]: 0,\n [CityName.Ishima]: 0,\n [CityName.Volhaven]: 0,\n };\n\n this.init();\n }\n\n init(): void {\n //Set the unique properties of an industry (how much its affected by real estate/scientific research, etc.)\n const startingCost = IndustryStartingCosts[this.type];\n if (startingCost === undefined) throw new Error(`Invalid industry: \"${this.type}\"`);\n this.startingCost = startingCost;\n switch (this.type) {\n case Industries.Energy:\n this.reFac = 0.65;\n this.sciFac = 0.7;\n this.robFac = 0.05;\n this.aiFac = 0.3;\n this.advFac = 0.08;\n this.reqMats = {\n Hardware: 0.1,\n Metal: 0.2,\n };\n this.prodMats = [\"Energy\"];\n break;\n case Industries.Utilities:\n case \"Utilities\":\n this.reFac = 0.5;\n this.sciFac = 0.6;\n this.robFac = 0.4;\n this.aiFac = 0.4;\n this.advFac = 0.08;\n this.reqMats = {\n Hardware: 0.1,\n Metal: 0.1,\n };\n this.prodMats = [\"Water\"];\n break;\n case Industries.Agriculture:\n this.reFac = 0.72;\n this.sciFac = 0.5;\n this.hwFac = 0.2;\n this.robFac = 0.3;\n this.aiFac = 0.3;\n this.advFac = 0.04;\n this.reqMats = {\n Water: 0.5,\n Energy: 0.5,\n };\n this.prodMats = [\"Plants\", \"Food\"];\n break;\n case Industries.Fishing:\n this.reFac = 0.15;\n this.sciFac = 0.35;\n this.hwFac = 0.35;\n this.robFac = 0.5;\n this.aiFac = 0.2;\n this.advFac = 0.08;\n this.reqMats = {\n Energy: 0.5,\n };\n this.prodMats = [\"Food\"];\n break;\n case Industries.Mining:\n this.reFac = 0.3;\n this.sciFac = 0.26;\n this.hwFac = 0.4;\n this.robFac = 0.45;\n this.aiFac = 0.45;\n this.advFac = 0.06;\n this.reqMats = {\n Energy: 0.8,\n };\n this.prodMats = [\"Metal\"];\n break;\n case Industries.Food:\n //reFac is unique for this bc it diminishes greatly per city. Handle this separately in code?\n this.sciFac = 0.12;\n this.hwFac = 0.15;\n this.robFac = 0.3;\n this.aiFac = 0.25;\n this.advFac = 0.25;\n this.reFac = 0.05;\n this.reqMats = {\n Food: 0.5,\n Water: 0.5,\n Energy: 0.2,\n };\n this.makesProducts = true;\n break;\n case Industries.Tobacco:\n this.reFac = 0.15;\n this.sciFac = 0.75;\n this.hwFac = 0.15;\n this.robFac = 0.2;\n this.aiFac = 0.15;\n this.advFac = 0.2;\n this.reqMats = {\n Plants: 1,\n Water: 0.2,\n };\n this.makesProducts = true;\n break;\n case Industries.Chemical:\n this.reFac = 0.25;\n this.sciFac = 0.75;\n this.hwFac = 0.2;\n this.robFac = 0.25;\n this.aiFac = 0.2;\n this.advFac = 0.07;\n this.reqMats = {\n Plants: 1,\n Energy: 0.5,\n Water: 0.5,\n };\n this.prodMats = [\"Chemicals\"];\n break;\n case Industries.Pharmaceutical:\n this.reFac = 0.05;\n this.sciFac = 0.8;\n this.hwFac = 0.15;\n this.robFac = 0.25;\n this.aiFac = 0.2;\n this.advFac = 0.16;\n this.reqMats = {\n Chemicals: 2,\n Energy: 1,\n Water: 0.5,\n };\n this.prodMats = [\"Drugs\"];\n this.makesProducts = true;\n break;\n case Industries.Computer:\n case \"Computer\":\n this.reFac = 0.2;\n this.sciFac = 0.62;\n this.robFac = 0.36;\n this.aiFac = 0.19;\n this.advFac = 0.17;\n this.reqMats = {\n Metal: 2,\n Energy: 1,\n };\n this.prodMats = [\"Hardware\"];\n this.makesProducts = true;\n break;\n case Industries.Robotics:\n this.reFac = 0.32;\n this.sciFac = 0.65;\n this.aiFac = 0.36;\n this.advFac = 0.18;\n this.hwFac = 0.19;\n this.reqMats = {\n Hardware: 5,\n Energy: 3,\n };\n this.prodMats = [\"Robots\"];\n this.makesProducts = true;\n break;\n case Industries.Software:\n this.sciFac = 0.62;\n this.advFac = 0.16;\n this.hwFac = 0.25;\n this.reFac = 0.15;\n this.aiFac = 0.18;\n this.robFac = 0.05;\n this.reqMats = {\n Hardware: 0.5,\n Energy: 0.5,\n };\n this.prodMats = [\"AICores\"];\n this.makesProducts = true;\n break;\n case Industries.Healthcare:\n this.reFac = 0.1;\n this.sciFac = 0.75;\n this.advFac = 0.11;\n this.hwFac = 0.1;\n this.robFac = 0.1;\n this.aiFac = 0.1;\n this.reqMats = {\n Robots: 10,\n AICores: 5,\n Energy: 5,\n Water: 5,\n };\n this.makesProducts = true;\n break;\n case Industries.RealEstate:\n this.robFac = 0.6;\n this.aiFac = 0.6;\n this.advFac = 0.25;\n this.sciFac = 0.05;\n this.hwFac = 0.05;\n this.reqMats = {\n Metal: 5,\n Energy: 5,\n Water: 2,\n Hardware: 4,\n };\n this.prodMats = [\"RealEstate\"];\n this.makesProducts = true;\n break;\n default:\n console.error(`Invalid Industry Type passed into Industry.init(): ${this.type}`);\n return;\n }\n }\n\n getProductDescriptionText(): string {\n if (!this.makesProducts) return \"\";\n switch (this.type) {\n case Industries.Food:\n return \"create and manage restaurants\";\n case Industries.Tobacco:\n return \"create tobacco and tobacco-related products\";\n case Industries.Pharmaceutical:\n return \"develop new pharmaceutical drugs\";\n case Industries.Computer:\n case \"Computer\":\n return \"create new computer hardware and networking infrastructures\";\n case Industries.Robotics:\n return \"build specialized robots and robot-related products\";\n case Industries.Software:\n return \"develop computer software\";\n case Industries.Healthcare:\n return \"build and manage hospitals\";\n case Industries.RealEstate:\n return \"develop and manage real estate properties\";\n default:\n console.error(\"Invalid industry type in Industry.getProductDescriptionText\");\n return \"\";\n }\n }\n\n getMaximumNumberProducts(): number {\n if (!this.makesProducts) return 0;\n\n // Calculate additional number of allowed Products from Research/Upgrades\n let additional = 0;\n if (this.hasResearch(\"uPgrade: Capacity.I\")) ++additional;\n if (this.hasResearch(\"uPgrade: Capacity.II\")) ++additional;\n\n return CorporationConstants.BaseMaxProducts + additional;\n }\n\n hasMaximumNumberProducts(): boolean {\n return Object.keys(this.products).length >= this.getMaximumNumberProducts();\n }\n\n //Calculates the values that factor into the production and properties of\n //materials/products (such as quality, etc.)\n calculateProductionFactors(): void {\n let multSum = 0;\n for (let i = 0; i < CorporationConstants.Cities.length; ++i) {\n const city = CorporationConstants.Cities[i];\n const warehouse = this.warehouses[city];\n if (!warehouse) continue;\n\n const materials = warehouse.materials;\n\n const cityMult =\n Math.pow(0.002 * materials.RealEstate.qty + 1, this.reFac) *\n Math.pow(0.002 * materials.Hardware.qty + 1, this.hwFac) *\n Math.pow(0.002 * materials.Robots.qty + 1, this.robFac) *\n Math.pow(0.002 * materials.AICores.qty + 1, this.aiFac);\n multSum += Math.pow(cityMult, 0.73);\n }\n\n multSum < 1 ? (this.prodMult = 1) : (this.prodMult = multSum);\n }\n\n updateWarehouseSizeUsed(warehouse: Warehouse): void {\n warehouse.updateMaterialSizeUsed();\n\n for (const prodName of Object.keys(this.products)) {\n if (this.products.hasOwnProperty(prodName)) {\n const prod = this.products[prodName];\n if (prod === undefined) continue;\n warehouse.sizeUsed += prod.data[warehouse.loc][0] * prod.siz;\n }\n }\n }\n\n process(marketCycles = 1, state: string, corporation: Corporation): void {\n this.state = state;\n\n //At the start of a cycle, store and reset revenue/expenses\n //Then calculate salaries and process the markets\n if (state === \"START\") {\n if (isNaN(this.thisCycleRevenue) || isNaN(this.thisCycleExpenses)) {\n console.error(\"NaN in Corporation's computed revenue/expenses\");\n dialogBoxCreate(\n \"Something went wrong when compting Corporation's revenue/expenses. This is a bug. Please report to game developer\",\n );\n this.thisCycleRevenue = 0;\n this.thisCycleExpenses = 0;\n }\n this.lastCycleRevenue = this.thisCycleRevenue / (marketCycles * CorporationConstants.SecsPerMarketCycle);\n this.lastCycleExpenses = this.thisCycleExpenses / (marketCycles * CorporationConstants.SecsPerMarketCycle);\n this.thisCycleRevenue = 0;\n this.thisCycleExpenses = 0;\n\n // Once you start making revenue, the player should no longer be\n // considered new, and therefore no longer needs the 'tutorial' UI elements\n if (this.lastCycleRevenue > 0) {\n this.newInd = false;\n }\n\n // Process offices (and the employees in them)\n let employeeSalary = 0;\n for (const officeLoc of Object.keys(this.offices)) {\n const office = this.offices[officeLoc];\n if (office) employeeSalary += office.process(marketCycles, corporation, this);\n }\n this.thisCycleExpenses = this.thisCycleExpenses + employeeSalary;\n\n // Process change in demand/competition of materials/products\n this.processMaterialMarket();\n this.processProductMarket(marketCycles);\n\n // Process loss of popularity\n this.popularity -= marketCycles * 0.0001;\n this.popularity = Math.max(0, this.popularity);\n\n // Process Dreamsense gains\n const popularityGain = corporation.getDreamSenseGain(),\n awarenessGain = popularityGain * 4;\n if (popularityGain > 0) {\n const awareness = this.awareness + awarenessGain * marketCycles;\n this.awareness = Math.min(awareness, Number.MAX_VALUE);\n\n const popularity = this.popularity + popularityGain * marketCycles;\n this.popularity = Math.min(popularity, Number.MAX_VALUE);\n }\n\n return;\n }\n\n // Process production, purchase, and import/export of materials\n let res = this.processMaterials(marketCycles, corporation);\n if (Array.isArray(res)) {\n this.thisCycleRevenue = this.thisCycleRevenue + res[0];\n this.thisCycleExpenses = this.thisCycleExpenses + res[1];\n }\n\n // Process creation, production & sale of products\n res = this.processProducts(marketCycles, corporation);\n if (Array.isArray(res)) {\n this.thisCycleRevenue = this.thisCycleRevenue + res[0];\n this.thisCycleExpenses = this.thisCycleExpenses + res[1];\n }\n }\n\n // Process change in demand and competition for this industry's materials\n processMaterialMarket(): void {\n //References to prodMats and reqMats\n const reqMats = this.reqMats,\n prodMats = this.prodMats;\n\n //Only 'process the market' for materials that this industry deals with\n for (let i = 0; i < CorporationConstants.Cities.length; ++i) {\n //If this industry has a warehouse in this city, process the market\n //for every material this industry requires or produces\n if (this.warehouses[CorporationConstants.Cities[i]]) {\n const wh = this.warehouses[CorporationConstants.Cities[i]];\n if (wh === 0) continue;\n for (const name of Object.keys(reqMats)) {\n if (reqMats.hasOwnProperty(name)) {\n wh.materials[name].processMarket();\n }\n }\n\n //Produced materials are stored in an array\n for (let foo = 0; foo < prodMats.length; ++foo) {\n wh.materials[prodMats[foo]].processMarket();\n }\n\n //Process these twice because these boost production\n wh.materials[\"Hardware\"].processMarket();\n wh.materials[\"Robots\"].processMarket();\n wh.materials[\"AICores\"].processMarket();\n wh.materials[\"RealEstate\"].processMarket();\n }\n }\n }\n\n // Process change in demand and competition for this industry's products\n processProductMarket(marketCycles = 1): void {\n // Demand gradually decreases, and competition gradually increases\n for (const name of Object.keys(this.products)) {\n if (this.products.hasOwnProperty(name)) {\n const product = this.products[name];\n if (product === undefined) continue;\n let change = getRandomInt(0, 3) * 0.0004;\n if (change === 0) continue;\n\n if (\n this.type === Industries.Pharmaceutical ||\n this.type === Industries.Software ||\n this.type === Industries.Robotics\n ) {\n change *= 3;\n }\n change *= marketCycles;\n product.dmd -= change;\n product.cmp += change;\n product.cmp = Math.min(product.cmp, 99.99);\n product.dmd = Math.max(product.dmd, 0.001);\n }\n }\n }\n\n //Process production, purchase, and import/export of materials\n processMaterials(marketCycles = 1, corporation: Corporation): [number, number] {\n let revenue = 0,\n expenses = 0;\n this.calculateProductionFactors();\n\n for (let i = 0; i < CorporationConstants.Cities.length; ++i) {\n const city = CorporationConstants.Cities[i];\n const office = this.offices[city];\n if (office === 0) continue;\n\n if (this.warehouses[city]) {\n const warehouse = this.warehouses[city];\n if (warehouse === 0) continue;\n\n switch (this.state) {\n case \"PURCHASE\": {\n /* Process purchase of materials */\n for (const matName of Object.keys(warehouse.materials)) {\n if (!warehouse.materials.hasOwnProperty(matName)) continue;\n const mat = warehouse.materials[matName];\n let buyAmt = 0;\n let maxAmt = 0;\n if (warehouse.smartSupplyEnabled && Object.keys(this.reqMats).includes(matName)) {\n continue;\n }\n buyAmt = mat.buy * CorporationConstants.SecsPerMarketCycle * marketCycles;\n\n maxAmt = Math.floor((warehouse.size - warehouse.sizeUsed) / MaterialSizes[matName]);\n\n buyAmt = Math.min(buyAmt, maxAmt);\n if (buyAmt > 0) {\n mat.qty += buyAmt;\n expenses += buyAmt * mat.bCost;\n }\n this.updateWarehouseSizeUsed(warehouse);\n } //End process purchase of materials\n\n // smart supply\n const smartBuy: { [key: string]: number | undefined } = {};\n for (const matName of Object.keys(warehouse.materials)) {\n if (!warehouse.materials.hasOwnProperty(matName)) continue;\n if (!warehouse.smartSupplyEnabled || !Object.keys(this.reqMats).includes(matName)) continue;\n const mat = warehouse.materials[matName];\n\n //Smart supply tracker is stored as per second rate\n const reqMat = this.reqMats[matName];\n if (reqMat === undefined) throw new Error(`reqMat \"${matName}\" is undefined`);\n mat.buy = reqMat * warehouse.smartSupplyStore;\n let buyAmt = mat.buy * CorporationConstants.SecsPerMarketCycle * marketCycles;\n const maxAmt = Math.floor((warehouse.size - warehouse.sizeUsed) / MaterialSizes[matName]);\n buyAmt = Math.min(buyAmt, maxAmt);\n if (buyAmt > 0) smartBuy[matName] = buyAmt;\n }\n\n // Find which material were trying to create the least amount of product with.\n let worseAmt = 1e99;\n for (const matName of Object.keys(smartBuy)) {\n const buyAmt = smartBuy[matName];\n if (buyAmt === undefined) throw new Error(`Somehow smartbuy matname is undefined`);\n const reqMat = this.reqMats[matName];\n if (reqMat === undefined) throw new Error(`reqMat \"${matName}\" is undefined`);\n const amt = buyAmt / reqMat;\n if (amt < worseAmt) worseAmt = amt;\n }\n\n // Align all the materials to the smallest amount.\n for (const matName of Object.keys(smartBuy)) {\n const reqMat = this.reqMats[matName];\n if (reqMat === undefined) throw new Error(`reqMat \"${matName}\" is undefined`);\n smartBuy[matName] = worseAmt * reqMat;\n }\n\n // Calculate the total size of all things were trying to buy\n let totalSize = 0;\n for (const matName of Object.keys(smartBuy)) {\n const buyAmt = smartBuy[matName];\n if (buyAmt === undefined) throw new Error(`Somehow smartbuy matname is undefined`);\n totalSize += buyAmt * MaterialSizes[matName];\n }\n\n // Shrink to the size of available space.\n const freeSpace = warehouse.size - warehouse.sizeUsed;\n if (totalSize > freeSpace) {\n for (const matName of Object.keys(smartBuy)) {\n const buyAmt = smartBuy[matName];\n if (buyAmt === undefined) throw new Error(`Somehow smartbuy matname is undefined`);\n smartBuy[matName] = Math.floor((buyAmt * freeSpace) / totalSize);\n }\n }\n\n // TODO: Change all these Object.keys where the value is also needed to Object.entries.\n // Use the materials already in the warehouse if the option is on.\n for (const matName of Object.keys(smartBuy)) {\n if (!warehouse.smartSupplyUseLeftovers[matName]) continue;\n const mat = warehouse.materials[matName];\n const buyAmt = smartBuy[matName];\n if (buyAmt === undefined) throw new Error(`Somehow smartbuy matname is undefined`);\n smartBuy[matName] = Math.max(0, buyAmt - mat.qty);\n }\n\n // buy them\n for (const [matName, buyAmt] of Object.entries(smartBuy)) {\n const mat = warehouse.materials[matName];\n if (buyAmt === undefined) throw new Error(`Somehow smartbuy matname is undefined`);\n mat.qty += buyAmt;\n expenses += buyAmt * mat.bCost;\n }\n break;\n }\n case \"PRODUCTION\":\n warehouse.smartSupplyStore = 0; //Reset smart supply amount\n\n /* Process production of materials */\n if (this.prodMats.length > 0) {\n const mat = warehouse.materials[this.prodMats[0]];\n //Calculate the maximum production of this material based\n //on the office's productivity\n const maxProd =\n this.getOfficeProductivity(office) *\n this.prodMult * // Multiplier from materials\n corporation.getProductionMultiplier() *\n this.getProductionMultiplier(); // Multiplier from Research\n let prod;\n\n if (mat.prdman[0]) {\n //Production is manually limited\n prod = Math.min(maxProd, mat.prdman[1]);\n } else {\n prod = maxProd;\n }\n prod *= CorporationConstants.SecsPerMarketCycle * marketCycles; //Convert production from per second to per market cycle\n\n // Calculate net change in warehouse storage making the produced materials will cost\n let totalMatSize = 0;\n for (let tmp = 0; tmp < this.prodMats.length; ++tmp) {\n totalMatSize += MaterialSizes[this.prodMats[tmp]];\n }\n for (const reqMatName of Object.keys(this.reqMats)) {\n const normQty = this.reqMats[reqMatName];\n if (normQty === undefined) continue;\n totalMatSize -= MaterialSizes[reqMatName] * normQty;\n }\n // If not enough space in warehouse, limit the amount of produced materials\n if (totalMatSize > 0) {\n const maxAmt = Math.floor((warehouse.size - warehouse.sizeUsed) / totalMatSize);\n prod = Math.min(maxAmt, prod);\n }\n\n if (prod < 0) {\n prod = 0;\n }\n\n // Keep track of production for smart supply (/s)\n warehouse.smartSupplyStore += prod / (CorporationConstants.SecsPerMarketCycle * marketCycles);\n\n // Make sure we have enough resource to make our materials\n let producableFrac = 1;\n for (const reqMatName of Object.keys(this.reqMats)) {\n if (this.reqMats.hasOwnProperty(reqMatName)) {\n const reqMat = this.reqMats[reqMatName];\n if (reqMat === undefined) continue;\n const req = reqMat * prod;\n if (warehouse.materials[reqMatName].qty < req) {\n producableFrac = Math.min(producableFrac, warehouse.materials[reqMatName].qty / req);\n }\n }\n }\n if (producableFrac <= 0) {\n producableFrac = 0;\n prod = 0;\n }\n\n // Make our materials if they are producable\n if (producableFrac > 0 && prod > 0) {\n for (const reqMatName of Object.keys(this.reqMats)) {\n const reqMat = this.reqMats[reqMatName];\n if (reqMat === undefined) continue;\n const reqMatQtyNeeded = reqMat * prod * producableFrac;\n warehouse.materials[reqMatName].qty -= reqMatQtyNeeded;\n warehouse.materials[reqMatName].prd = 0;\n warehouse.materials[reqMatName].prd -=\n reqMatQtyNeeded / (CorporationConstants.SecsPerMarketCycle * marketCycles);\n }\n for (let j = 0; j < this.prodMats.length; ++j) {\n warehouse.materials[this.prodMats[j]].qty += prod * producableFrac;\n warehouse.materials[this.prodMats[j]].qlt =\n office.employeeProd[EmployeePositions.Engineer] / 90 +\n Math.pow(this.sciResearch.qty, this.sciFac) +\n Math.pow(warehouse.materials[\"AICores\"].qty, this.aiFac) / 10e3;\n }\n } else {\n for (const reqMatName of Object.keys(this.reqMats)) {\n if (this.reqMats.hasOwnProperty(reqMatName)) {\n warehouse.materials[reqMatName].prd = 0;\n }\n }\n }\n\n //Per second\n const fooProd = (prod * producableFrac) / (CorporationConstants.SecsPerMarketCycle * marketCycles);\n for (let fooI = 0; fooI < this.prodMats.length; ++fooI) {\n warehouse.materials[this.prodMats[fooI]].prd = fooProd;\n }\n } else {\n //If this doesn't produce any materials, then it only creates\n //Products. Creating products will consume materials. The\n //Production of all consumed materials must be set to 0\n for (const reqMatName of Object.keys(this.reqMats)) {\n warehouse.materials[reqMatName].prd = 0;\n }\n }\n break;\n\n case \"SALE\":\n /* Process sale of materials */\n for (const matName of Object.keys(warehouse.materials)) {\n if (warehouse.materials.hasOwnProperty(matName)) {\n const mat = warehouse.materials[matName];\n if (mat.sCost < 0 || mat.sllman[0] === false) {\n mat.sll = 0;\n continue;\n }\n\n // Sale multipliers\n const businessFactor = this.getBusinessFactor(office); //Business employee productivity\n const advertisingFactor = this.getAdvertisingFactors()[0]; //Awareness + popularity\n const marketFactor = this.getMarketFactor(mat); //Competition + demand\n\n // Determine the cost that the material will be sold at\n const markupLimit = mat.getMarkupLimit();\n let sCost;\n if (mat.marketTa2) {\n const prod = mat.prd;\n\n // Reverse engineer the 'maxSell' formula\n // 1. Set 'maxSell' = prod\n // 2. Substitute formula for 'markup'\n // 3. Solve for 'sCost'\n const numerator = markupLimit;\n const sqrtNumerator = prod;\n const sqrtDenominator =\n (mat.qlt + 0.001) *\n marketFactor *\n businessFactor *\n corporation.getSalesMultiplier() *\n advertisingFactor *\n this.getSalesMultiplier();\n const denominator = Math.sqrt(sqrtNumerator / sqrtDenominator);\n let optimalPrice;\n if (sqrtDenominator === 0 || denominator === 0) {\n if (sqrtNumerator === 0) {\n optimalPrice = 0; // No production\n } else {\n optimalPrice = mat.bCost + markupLimit;\n console.warn(`In Corporation, found illegal 0s when trying to calculate MarketTA2 sale cost`);\n }\n } else {\n optimalPrice = numerator / denominator + mat.bCost;\n }\n\n // We'll store this \"Optimal Price\" in a property so that we don't have\n // to re-calculate it for the UI\n mat.marketTa2Price = optimalPrice;\n\n sCost = optimalPrice;\n } else if (mat.marketTa1) {\n sCost = mat.bCost + markupLimit;\n } else if (isString(mat.sCost)) {\n sCost = (mat.sCost as string).replace(/MP/g, mat.bCost + \"\");\n sCost = eval(sCost);\n } else {\n sCost = mat.sCost;\n }\n\n // Calculate how much of the material sells (per second)\n let markup = 1;\n if (sCost > mat.bCost) {\n //Penalty if difference between sCost and bCost is greater than markup limit\n if (sCost - mat.bCost > markupLimit) {\n markup = Math.pow(markupLimit / (sCost - mat.bCost), 2);\n }\n } else if (sCost < mat.bCost) {\n if (sCost <= 0) {\n markup = 1e12; //Sell everything, essentially discard\n } else {\n //Lower prices than market increases sales\n markup = mat.bCost / sCost;\n }\n }\n\n mat.maxsll =\n (mat.qlt + 0.001) *\n marketFactor *\n markup *\n businessFactor *\n corporation.getSalesMultiplier() *\n advertisingFactor *\n this.getSalesMultiplier();\n let sellAmt;\n if (isString(mat.sllman[1])) {\n //Dynamically evaluated\n let tmp = (mat.sllman[1] as string).replace(/MAX/g, (mat.maxsll + \"\").toUpperCase());\n tmp = tmp.replace(/PROD/g, mat.prd + \"\");\n try {\n sellAmt = eval(tmp);\n } catch (e) {\n dialogBoxCreate(\n `Error evaluating your sell amount for material ${mat.name} in ${this.name}'s ${city} office. The sell amount is being set to zero`,\n );\n sellAmt = 0;\n }\n sellAmt = Math.min(mat.maxsll, sellAmt);\n } else if (mat.sllman[1] === -1) {\n //Backwards compatibility, -1 = MAX\n sellAmt = mat.maxsll;\n } else {\n //Player's input value is just a number\n sellAmt = Math.min(mat.maxsll, mat.sllman[1] as number);\n }\n\n sellAmt = sellAmt * CorporationConstants.SecsPerMarketCycle * marketCycles;\n sellAmt = Math.min(mat.qty, sellAmt);\n if (sellAmt < 0) {\n console.warn(`sellAmt calculated to be negative for ${matName} in ${city}`);\n mat.sll = 0;\n continue;\n }\n if (sellAmt && sCost >= 0) {\n mat.qty -= sellAmt;\n revenue += sellAmt * sCost;\n mat.sll = sellAmt / (CorporationConstants.SecsPerMarketCycle * marketCycles);\n } else {\n mat.sll = 0;\n }\n }\n } //End processing of sale of materials\n break;\n\n case \"EXPORT\":\n for (const matName of Object.keys(warehouse.materials)) {\n if (warehouse.materials.hasOwnProperty(matName)) {\n const mat = warehouse.materials[matName];\n mat.totalExp = 0; //Reset export\n for (let expI = 0; expI < mat.exp.length; ++expI) {\n const exp = mat.exp[expI];\n const amtStr = exp.amt.replace(\n /MAX/g,\n (mat.qty / (CorporationConstants.SecsPerMarketCycle * marketCycles) + \"\").toUpperCase(),\n );\n let amt = 0;\n try {\n amt = eval(amtStr);\n } catch (e) {\n dialogBoxCreate(\n `Calculating export for ${mat.name} in ${this.name}'s ${city} division failed with error: ${e}`,\n );\n continue;\n }\n if (isNaN(amt)) {\n dialogBoxCreate(\n `Error calculating export amount for ${mat.name} in ${this.name}'s ${city} division.`,\n );\n continue;\n }\n amt = amt * CorporationConstants.SecsPerMarketCycle * marketCycles;\n\n if (mat.qty < amt) {\n amt = mat.qty;\n }\n if (amt === 0) {\n break; //None left\n }\n for (let foo = 0; foo < corporation.divisions.length; ++foo) {\n if (corporation.divisions[foo].name === exp.ind) {\n const expIndustry = corporation.divisions[foo];\n const expWarehouse = expIndustry.warehouses[exp.city];\n if (!expWarehouse) {\n console.error(`Invalid export! ${expIndustry.name} ${exp.city}`);\n break;\n }\n\n // Make sure theres enough space in warehouse\n if (expWarehouse.sizeUsed >= expWarehouse.size) {\n // Warehouse at capacity. Exporting doesn't\n // affect revenue so just return 0's\n return [0, 0];\n } else {\n const maxAmt = Math.floor((expWarehouse.size - expWarehouse.sizeUsed) / MaterialSizes[matName]);\n amt = Math.min(maxAmt, amt);\n }\n expWarehouse.materials[matName].imp +=\n amt / (CorporationConstants.SecsPerMarketCycle * marketCycles);\n expWarehouse.materials[matName].qty += amt;\n expWarehouse.materials[matName].qlt = mat.qlt;\n mat.qty -= amt;\n mat.totalExp += amt;\n expIndustry.updateWarehouseSizeUsed(expWarehouse);\n break;\n }\n }\n }\n //totalExp should be per second\n mat.totalExp /= CorporationConstants.SecsPerMarketCycle * marketCycles;\n }\n }\n\n break;\n\n case \"START\":\n break;\n default:\n console.error(`Invalid state: ${this.state}`);\n break;\n } //End switch(this.state)\n this.updateWarehouseSizeUsed(warehouse);\n } // End warehouse\n\n //Produce Scientific Research based on R&D employees\n //Scientific Research can be produced without a warehouse\n if (office) {\n this.sciResearch.qty +=\n 0.004 *\n Math.pow(office.employeeProd[EmployeePositions.RandD], 0.5) *\n corporation.getScientificResearchMultiplier() *\n this.getScientificResearchMultiplier();\n }\n }\n return [revenue, expenses];\n }\n\n //Process production & sale of this industry's FINISHED products (including all of their stats)\n processProducts(marketCycles = 1, corporation: Corporation): [number, number] {\n let revenue = 0;\n const expenses = 0;\n\n //Create products\n if (this.state === \"PRODUCTION\") {\n for (const prodName of Object.keys(this.products)) {\n const prod = this.products[prodName];\n if (prod === undefined) continue;\n if (!prod.fin) {\n const city = prod.createCity;\n const office = this.offices[city];\n if (office === 0) continue;\n\n prod.createProduct(marketCycles, office.employeeProd);\n if (prod.prog >= 100) {\n prod.finishProduct(this);\n }\n break;\n }\n }\n }\n\n //Produce Products\n for (const prodName of Object.keys(this.products)) {\n if (this.products.hasOwnProperty(prodName)) {\n const prod = this.products[prodName];\n if (prod && prod.fin) {\n revenue += this.processProduct(marketCycles, prod, corporation);\n }\n }\n }\n return [revenue, expenses];\n }\n\n //Processes FINISHED products\n processProduct(marketCycles = 1, product: Product, corporation: Corporation): number {\n let totalProfit = 0;\n for (let i = 0; i < CorporationConstants.Cities.length; ++i) {\n const city = CorporationConstants.Cities[i];\n const office = this.offices[city];\n if (office === 0) continue;\n const warehouse = this.warehouses[city];\n if (warehouse) {\n switch (this.state) {\n case \"PRODUCTION\": {\n //Calculate the maximum production of this material based\n //on the office's productivity\n const maxProd =\n this.getOfficeProductivity(office, { forProduct: true }) *\n corporation.getProductionMultiplier() *\n this.prodMult * // Multiplier from materials\n this.getProductionMultiplier() * // Multiplier from research\n this.getProductProductionMultiplier(); // Multiplier from research\n let prod;\n\n //Account for whether production is manually limited\n if (product.prdman[city][0]) {\n prod = Math.min(maxProd, product.prdman[city][1]);\n } else {\n prod = maxProd;\n }\n prod *= CorporationConstants.SecsPerMarketCycle * marketCycles;\n\n //Calculate net change in warehouse storage making the Products will cost\n let netStorageSize = product.siz;\n for (const reqMatName of Object.keys(product.reqMats)) {\n if (product.reqMats.hasOwnProperty(reqMatName)) {\n const normQty = product.reqMats[reqMatName];\n netStorageSize -= MaterialSizes[reqMatName] * normQty;\n }\n }\n\n //If there's not enough space in warehouse, limit the amount of Product\n if (netStorageSize > 0) {\n const maxAmt = Math.floor((warehouse.size - warehouse.sizeUsed) / netStorageSize);\n prod = Math.min(maxAmt, prod);\n }\n\n warehouse.smartSupplyStore += prod / (CorporationConstants.SecsPerMarketCycle * marketCycles);\n\n //Make sure we have enough resources to make our Products\n let producableFrac = 1;\n for (const reqMatName of Object.keys(product.reqMats)) {\n if (product.reqMats.hasOwnProperty(reqMatName)) {\n const req = product.reqMats[reqMatName] * prod;\n if (warehouse.materials[reqMatName].qty < req) {\n producableFrac = Math.min(producableFrac, warehouse.materials[reqMatName].qty / req);\n }\n }\n }\n\n //Make our Products if they are producable\n if (producableFrac > 0 && prod > 0) {\n for (const reqMatName of Object.keys(product.reqMats)) {\n if (product.reqMats.hasOwnProperty(reqMatName)) {\n const reqMatQtyNeeded = product.reqMats[reqMatName] * prod * producableFrac;\n warehouse.materials[reqMatName].qty -= reqMatQtyNeeded;\n warehouse.materials[reqMatName].prd -=\n reqMatQtyNeeded / (CorporationConstants.SecsPerMarketCycle * marketCycles);\n }\n }\n //Quantity\n product.data[city][0] += prod * producableFrac;\n }\n\n //Keep track of production Per second\n product.data[city][1] = (prod * producableFrac) / (CorporationConstants.SecsPerMarketCycle * marketCycles);\n break;\n }\n case \"SALE\": {\n //Process sale of Products\n product.pCost = 0; //Estimated production cost\n for (const reqMatName of Object.keys(product.reqMats)) {\n if (product.reqMats.hasOwnProperty(reqMatName)) {\n product.pCost += product.reqMats[reqMatName] * warehouse.materials[reqMatName].bCost;\n }\n }\n\n // Since its a product, its production cost is increased for labor\n product.pCost *= CorporationConstants.ProductProductionCostRatio;\n\n // Sale multipliers\n const businessFactor = this.getBusinessFactor(office); //Business employee productivity\n const advertisingFactor = this.getAdvertisingFactors()[0]; //Awareness + popularity\n const marketFactor = this.getMarketFactor(product); //Competition + demand\n\n // Calculate Sale Cost (sCost), which could be dynamically evaluated\n const markupLimit = product.rat / product.mku;\n let sCost;\n if (product.marketTa2) {\n const prod = product.data[city][1];\n\n // Reverse engineer the 'maxSell' formula\n // 1. Set 'maxSell' = prod\n // 2. Substitute formula for 'markup'\n // 3. Solve for 'sCost', product.pCost = sCost\n const numerator = markupLimit;\n const sqrtNumerator = prod;\n const sqrtDenominator =\n 0.5 *\n Math.pow(product.rat, 0.65) *\n marketFactor *\n corporation.getSalesMultiplier() *\n businessFactor *\n advertisingFactor *\n this.getSalesMultiplier();\n const denominator = Math.sqrt(sqrtNumerator / sqrtDenominator);\n let optimalPrice;\n if (sqrtDenominator === 0 || denominator === 0) {\n if (sqrtNumerator === 0) {\n optimalPrice = 0; // No production\n } else {\n optimalPrice = product.pCost + markupLimit;\n console.warn(`In Corporation, found illegal 0s when trying to calculate MarketTA2 sale cost`);\n }\n } else {\n optimalPrice = numerator / denominator + product.pCost;\n }\n\n // Store this \"optimal Price\" in a property so we don't have to re-calculate for UI\n product.marketTa2Price[city] = optimalPrice;\n sCost = optimalPrice;\n } else if (product.marketTa1) {\n sCost = product.pCost + markupLimit;\n } else if (isString(product.sCost)) {\n const sCostString = product.sCost as string;\n if (product.mku === 0) {\n console.error(`mku is zero, reverting to 1 to avoid Infinity`);\n product.mku = 1;\n }\n sCost = sCostString.replace(/MP/g, product.pCost + product.rat / product.mku + \"\");\n sCost = eval(sCost);\n } else {\n sCost = product.sCost;\n }\n\n let markup = 1;\n if (sCost > product.pCost) {\n if (sCost - product.pCost > markupLimit) {\n markup = markupLimit / (sCost - product.pCost);\n }\n }\n\n product.maxsll =\n 0.5 *\n Math.pow(product.rat, 0.65) *\n marketFactor *\n corporation.getSalesMultiplier() *\n Math.pow(markup, 2) *\n businessFactor *\n advertisingFactor *\n this.getSalesMultiplier();\n let sellAmt;\n if (product.sllman[city][0] && isString(product.sllman[city][1])) {\n //Sell amount is dynamically evaluated\n let tmp = product.sllman[city][1].replace(/MAX/g, (product.maxsll + \"\").toUpperCase());\n tmp = tmp.replace(/PROD/g, product.data[city][1]);\n try {\n tmp = eval(tmp);\n } catch (e) {\n dialogBoxCreate(\n `Error evaluating your sell price expression for ${product.name} in ${this.name}'s ${city} office. Sell price is being set to MAX`,\n );\n tmp = product.maxsll;\n }\n sellAmt = Math.min(product.maxsll, tmp);\n } else if (product.sllman[city][0] && product.sllman[city][1] > 0) {\n //Sell amount is manually limited\n sellAmt = Math.min(product.maxsll, product.sllman[city][1]);\n } else if (product.sllman[city][0] === false) {\n sellAmt = 0;\n } else {\n sellAmt = product.maxsll;\n }\n if (sellAmt < 0) {\n sellAmt = 0;\n }\n sellAmt = sellAmt * CorporationConstants.SecsPerMarketCycle * marketCycles;\n sellAmt = Math.min(product.data[city][0], sellAmt); //data[0] is qty\n if (sellAmt && sCost) {\n product.data[city][0] -= sellAmt; //data[0] is qty\n totalProfit += sellAmt * sCost;\n product.data[city][2] = sellAmt / (CorporationConstants.SecsPerMarketCycle * marketCycles); //data[2] is sell property\n } else {\n product.data[city][2] = 0; //data[2] is sell property\n }\n break;\n }\n case \"START\":\n case \"PURCHASE\":\n case \"EXPORT\":\n break;\n default:\n console.error(`Invalid State: ${this.state}`);\n break;\n } //End switch(this.state)\n }\n }\n return totalProfit;\n }\n\n resetImports(state: string): void {\n //At the start of the export state, set the imports of everything to 0\n if (state === \"EXPORT\") {\n for (let i = 0; i < CorporationConstants.Cities.length; ++i) {\n const city = CorporationConstants.Cities[i];\n if (!this.warehouses[city]) {\n continue;\n }\n const warehouse = this.warehouses[city];\n if (warehouse === 0) continue;\n for (const matName of Object.keys(warehouse.materials)) {\n if (warehouse.materials.hasOwnProperty(matName)) {\n const mat = warehouse.materials[matName];\n mat.imp = 0;\n }\n }\n }\n }\n }\n\n discontinueProduct(product: Product): void {\n for (const productName of Object.keys(this.products)) {\n if (this.products.hasOwnProperty(productName)) {\n if (product === this.products[productName]) {\n delete this.products[productName];\n }\n }\n }\n }\n\n getAdVertCost(): number {\n return 1e9 * Math.pow(1.06, this.numAdVerts);\n }\n\n applyAdVert(corporation: Corporation): void {\n const advMult = corporation.getAdvertisingMultiplier() * this.getAdvertisingMultiplier();\n const awareness = (this.awareness + 3 * advMult) * (1.01 * advMult);\n this.awareness = Math.min(awareness, Number.MAX_VALUE);\n\n const popularity = (this.popularity + 1 * advMult) * ((1 + getRandomInt(1, 3) / 100) * advMult);\n this.popularity = Math.min(popularity, Number.MAX_VALUE);\n\n ++this.numAdVerts;\n }\n\n // Returns how much of a material can be produced based of office productivity (employee stats)\n getOfficeProductivity(office: OfficeSpace, params: { forProduct?: boolean } = {}): number {\n const opProd = office.employeeProd[EmployeePositions.Operations];\n const engrProd = office.employeeProd[EmployeePositions.Engineer];\n const mgmtProd = office.employeeProd[EmployeePositions.Management];\n const total = opProd + engrProd + mgmtProd;\n\n if (total <= 0) return 0;\n\n // Management is a multiplier for the production from Operations and Engineers\n const mgmtFactor = 1 + mgmtProd / (1.2 * total);\n\n // For production, Operations is slightly more important than engineering\n // Both Engineering and Operations have diminishing returns\n const prod = (Math.pow(opProd, 0.4) + Math.pow(engrProd, 0.3)) * mgmtFactor;\n\n // Generic multiplier for the production. Used for game-balancing purposes\n const balancingMult = 0.05;\n\n if (params && params.forProduct) {\n // Products are harder to create and therefore have less production\n return 0.5 * balancingMult * prod;\n } else {\n return balancingMult * prod;\n }\n }\n\n // Returns a multiplier based on the office' 'Business' employees that affects sales\n getBusinessFactor(office: OfficeSpace): number {\n const businessProd = 1 + office.employeeProd[EmployeePositions.Business];\n\n return calculateEffectWithFactors(businessProd, 0.26, 10e3);\n }\n\n //Returns a set of multipliers based on the Industry's awareness, popularity, and advFac. This\n //multiplier affects sales. The result is:\n // [Total sales mult, total awareness mult, total pop mult, awareness/pop ratio mult]\n getAdvertisingFactors(): [number, number, number, number] {\n const awarenessFac = Math.pow(this.awareness + 1, this.advFac);\n const popularityFac = Math.pow(this.popularity + 1, this.advFac);\n const ratioFac = this.awareness === 0 ? 0.01 : Math.max((this.popularity + 0.001) / this.awareness, 0.01);\n const totalFac = Math.pow(awarenessFac * popularityFac * ratioFac, 0.85);\n return [totalFac, awarenessFac, popularityFac, ratioFac];\n }\n\n //Returns a multiplier based on a materials demand and competition that affects sales\n getMarketFactor(mat: { dmd: number; cmp: number }): number {\n return Math.max(0.1, (mat.dmd * (100 - mat.cmp)) / 100);\n }\n\n // Returns a boolean indicating whether this Industry has the specified Research\n hasResearch(name: string): boolean {\n return this.researched[name] === true;\n }\n\n updateResearchTree(): void {\n const researchTree = IndustryResearchTrees[this.type];\n if (researchTree === undefined) throw new Error(`Invalid industry \"${this.type}\"`);\n\n // Since ResearchTree data isn't saved, we'll update the Research Tree data\n // based on the stored 'researched' property in the Industry object\n if (Object.keys(researchTree.researched).length !== Object.keys(this.researched).length) {\n for (const research of Object.keys(this.researched)) {\n researchTree.research(research);\n }\n }\n }\n\n // Get multipliers from Research\n getAdvertisingMultiplier(): number {\n const researchTree = IndustryResearchTrees[this.type];\n if (researchTree === undefined) throw new Error(`Invalid industry: \"${this.type}\"`);\n this.updateResearchTree();\n return researchTree.getAdvertisingMultiplier();\n }\n\n getEmployeeChaMultiplier(): number {\n const researchTree = IndustryResearchTrees[this.type];\n if (researchTree === undefined) throw new Error(`Invalid industry: \"${this.type}\"`);\n this.updateResearchTree();\n return researchTree.getEmployeeChaMultiplier();\n }\n\n getEmployeeCreMultiplier(): number {\n const researchTree = IndustryResearchTrees[this.type];\n if (researchTree === undefined) throw new Error(`Invalid industry: \"${this.type}\"`);\n this.updateResearchTree();\n return researchTree.getEmployeeCreMultiplier();\n }\n\n getEmployeeEffMultiplier(): number {\n const researchTree = IndustryResearchTrees[this.type];\n if (researchTree === undefined) throw new Error(`Invalid industry: \"${this.type}\"`);\n this.updateResearchTree();\n return researchTree.getEmployeeEffMultiplier();\n }\n\n getEmployeeIntMultiplier(): number {\n const researchTree = IndustryResearchTrees[this.type];\n if (researchTree === undefined) throw new Error(`Invalid industry: \"${this.type}\"`);\n this.updateResearchTree();\n return researchTree.getEmployeeIntMultiplier();\n }\n\n getProductionMultiplier(): number {\n const researchTree = IndustryResearchTrees[this.type];\n if (researchTree === undefined) throw new Error(`Invalid industry: \"${this.type}\"`);\n this.updateResearchTree();\n return researchTree.getProductionMultiplier();\n }\n\n getProductProductionMultiplier(): number {\n const researchTree = IndustryResearchTrees[this.type];\n if (researchTree === undefined) throw new Error(`Invalid industry: \"${this.type}\"`);\n this.updateResearchTree();\n return researchTree.getProductProductionMultiplier();\n }\n\n getSalesMultiplier(): number {\n const researchTree = IndustryResearchTrees[this.type];\n if (researchTree === undefined) throw new Error(`Invalid industry: \"${this.type}\"`);\n this.updateResearchTree();\n return researchTree.getSalesMultiplier();\n }\n\n getScientificResearchMultiplier(): number {\n const researchTree = IndustryResearchTrees[this.type];\n if (researchTree === undefined) throw new Error(`Invalid industry: \"${this.type}\"`);\n this.updateResearchTree();\n return researchTree.getScientificResearchMultiplier();\n }\n\n getStorageMultiplier(): number {\n const researchTree = IndustryResearchTrees[this.type];\n if (researchTree === undefined) throw new Error(`Invalid industry: \"${this.type}\"`);\n this.updateResearchTree();\n return researchTree.getStorageMultiplier();\n }\n\n /** Serialize the current object to a JSON save state. */\n toJSON(): IReviverValue {\n return Generic_toJSON(\"Industry\", this);\n }\n\n /** Initializes a Industry object from a JSON save state. */\n static fromJSON(value: IReviverValue): Industry {\n return Generic_fromJSON(Industry, value.data);\n }\n}\n\nReviver.constructors.Industry = Industry;\n","/**\n * This is a component that implements a mathematical formula used commonly throughout the\n * game. This formula is (typically) used to calculate the effect that various statistics\n * have on a game mechanic. It looks something like:\n *\n * (stat ^ exponential factor) + (stat / linear factor)\n *\n * where the exponential factor is a number between 0 and 1 and the linear factor\n * is typically a relatively larger number.\n *\n * This formula ensures that the effects of the statistic that is being processed\n * has diminishing returns, but never loses its effectiveness as you continue\n * to raise it.\n */\nexport function calculateEffectWithFactors(n: number, expFac: number, linearFac: number): number {\n if (expFac <= 0 || expFac >= 1) {\n console.warn(`Exponential factor is ${expFac}. This is not an intended value for it`);\n }\n if (linearFac < 1) {\n console.warn(`Linear factor is ${linearFac}. This is not an intended value for it`);\n }\n\n return Math.pow(n, expFac) + n / linearFac;\n}\n","import { CorporationConstants } from \"./data/Constants\";\nimport { getRandomInt } from \"../utils/helpers/getRandomInt\";\nimport { Generic_fromJSON, Generic_toJSON, IReviverValue, Reviver } from \"../utils/JSONReviver\";\nimport { EmployeePositions } from \"./EmployeePositions\";\nimport { Corporation } from \"./Corporation\";\nimport { Industry } from \"./Industry\";\n\ninterface IParams {\n name?: string;\n morale?: number;\n happiness?: number;\n energy?: number;\n intelligence?: number;\n charisma?: number;\n experience?: number;\n creativity?: number;\n efficiency?: number;\n salary?: number;\n loc?: string;\n}\n\nexport class Employee {\n name: string;\n mor: number;\n hap: number;\n ene: number;\n int: number;\n cha: number;\n exp: number;\n cre: number;\n eff: number;\n sal: number;\n cyclesUntilRaise = CorporationConstants.CyclesPerEmployeeRaise;\n loc: string;\n pos: string;\n nextPos: string;\n\n constructor(params: IParams = {}) {\n this.name = params.name ? params.name : \"Bobby\";\n\n //Morale, happiness, and energy are 0-100\n this.mor = params.morale ? params.morale : getRandomInt(50, 100);\n this.hap = params.happiness ? params.happiness : getRandomInt(50, 100);\n this.ene = params.energy ? params.energy : getRandomInt(50, 100);\n\n this.int = params.intelligence ? params.intelligence : getRandomInt(10, 50);\n this.cha = params.charisma ? params.charisma : getRandomInt(10, 50);\n this.exp = params.experience ? params.experience : getRandomInt(10, 50);\n this.cre = params.creativity ? params.creativity : getRandomInt(10, 50);\n this.eff = params.efficiency ? params.efficiency : getRandomInt(10, 50);\n this.sal = params.salary ? params.salary : getRandomInt(0.1, 5);\n\n this.loc = params.loc ? params.loc : \"\";\n this.pos = EmployeePositions.Unassigned;\n this.nextPos = this.pos;\n }\n\n //Returns the amount the employee needs to be paid\n process(marketCycles = 1): number {\n const gain = 0.003 * marketCycles;\n const det = gain * Math.random();\n this.exp += gain;\n\n //Training\n const trainingEff = gain * Math.random();\n if (this.pos === EmployeePositions.Training) {\n //To increase creativity and intelligence special upgrades are needed\n this.cha += trainingEff;\n this.exp += trainingEff;\n this.eff += trainingEff;\n }\n\n this.ene -= det;\n this.hap -= det;\n\n const salary = this.sal * marketCycles * CorporationConstants.SecsPerMarketCycle;\n return salary;\n }\n\n calculateProductivity(corporation: Corporation, industry: Industry): number {\n const effCre = this.cre * corporation.getEmployeeCreMultiplier() * industry.getEmployeeCreMultiplier(),\n effCha = this.cha * corporation.getEmployeeChaMultiplier() * industry.getEmployeeChaMultiplier(),\n effInt = this.int * corporation.getEmployeeIntMultiplier() * industry.getEmployeeIntMultiplier(),\n effEff = this.eff * corporation.getEmployeeEffMultiplier() * industry.getEmployeeEffMultiplier();\n const prodBase = this.mor * this.hap * this.ene * 1e-6;\n let prodMult = 0;\n switch (this.pos) {\n //Calculate productivity based on position. This is multiplied by prodBase\n //to get final value\n case EmployeePositions.Operations:\n prodMult = 0.6 * effInt + 0.1 * effCha + this.exp + 0.5 * effCre + effEff;\n break;\n case EmployeePositions.Engineer:\n prodMult = effInt + 0.1 * effCha + 1.5 * this.exp + effEff;\n break;\n case EmployeePositions.Business:\n prodMult = 0.4 * effInt + effCha + 0.5 * this.exp;\n break;\n case EmployeePositions.Management:\n prodMult = 2 * effCha + this.exp + 0.2 * effCre + 0.7 * effEff;\n break;\n case EmployeePositions.RandD:\n prodMult = 1.5 * effInt + 0.8 * this.exp + effCre + 0.5 * effEff;\n break;\n case EmployeePositions.Unassigned:\n case EmployeePositions.Training:\n prodMult = 0;\n break;\n default:\n console.error(`Invalid employee position: ${this.pos}`);\n break;\n }\n return prodBase * prodMult;\n }\n\n toJSON(): IReviverValue {\n return Generic_toJSON(\"Employee\", this);\n }\n\n static fromJSON(value: IReviverValue): Employee {\n return Generic_fromJSON(Employee, value.data);\n }\n}\n\nReviver.constructors.Employee = Employee;\n","import { EmployeePositions } from \"./EmployeePositions\";\nimport { MaterialSizes } from \"./MaterialSizes\";\nimport { Industry } from \"./Industry\";\nimport { ProductRatingWeights, IProductRatingWeight } from \"./ProductRatingWeights\";\n\nimport { createCityMap } from \"../Locations/createCityMap\";\n\nimport { Generic_fromJSON, Generic_toJSON, IReviverValue, Reviver } from \"../utils/JSONReviver\";\nimport { getRandomInt } from \"../utils/helpers/getRandomInt\";\n\ninterface IConstructorParams {\n name?: string;\n demand?: number;\n competition?: number;\n markup?: number;\n createCity?: string;\n designCost?: number;\n advCost?: number;\n quality?: number;\n performance?: number;\n durability?: number;\n reliability?: number;\n aesthetics?: number;\n features?: number;\n loc?: string;\n size?: number;\n req?: Record;\n}\n\nexport class Product {\n // Product name\n name = \"\";\n\n // The demand for this Product in the market. Gradually decreases\n dmd = 0;\n\n // How much competition there is in the market for this Product\n cmp = 0;\n\n // Markup. Affects how high of a price you can charge for this Product\n // without suffering a loss in the # of sales\n mku = 0;\n\n // Production cost - estimation of how much money it costs to make this Product\n pCost = 0;\n\n // Sell cost\n sCost: string | number = 0;\n\n // Variables for handling the creation process of this Product\n fin = false; // Whether this Product has finished being created\n prog = 0; // Creation progress - A number between 0-100 representing percentage\n createCity = \"\"; // City in which the product is/was being created\n designCost = 0; // How much money was invested into designing this Product\n advCost = 0; // How much money was invested into advertising this Product\n\n // The average employee productivity and scientific research across the creation of the Product\n creationProd: { [key: string]: number } = {\n [EmployeePositions.Operations]: 0,\n [EmployeePositions.Engineer]: 0,\n [EmployeePositions.Business]: 0,\n [EmployeePositions.Management]: 0,\n [EmployeePositions.RandD]: 0,\n total: 0,\n };\n\n // Aggregate score for this Product's 'rating'\n // This is based on the stats/properties below. The weighting of the\n // stats/properties below differs between different industries\n rat = 0;\n\n // Stats/properties of this Product\n qlt = 0;\n per = 0;\n dur = 0;\n rel = 0;\n aes = 0;\n fea = 0;\n\n // Data refers to the production, sale, and quantity of the products\n // These values are specific to a city\n // For each city, the data is [qty, prod, sell]\n data: Record = createCityMap([0, 0, 0]);\n\n // Location of this Product\n // Only applies for location-based products like restaurants/hospitals\n loc = \"\";\n\n // How much space 1 unit of the Product takes (in the warehouse)\n // Not applicable for all Products\n siz = 0;\n\n // Material requirements. An object that maps the name of a material to how much it requires\n // to make 1 unit of the product.\n reqMats: Record = {};\n\n // Data to keep track of whether production/sale of this Product is\n // manually limited. These values are specific to a city\n // [Whether production/sale is limited, limit amount]\n prdman: Record = createCityMap([false, 0]);\n sllman: Record = createCityMap([false, 0]);\n\n // Flags that signal whether automatic sale pricing through Market TA is enabled\n marketTa1 = false;\n marketTa2 = false;\n marketTa2Price: Record = createCityMap(0);\n\n // Determines the maximum amount of this product that can be sold in one market cycle\n maxsll = 0;\n constructor(params: IConstructorParams = {}) {\n this.name = params.name ? params.name : \"\";\n this.dmd = params.demand ? params.demand : 0;\n this.cmp = params.competition ? params.competition : 0;\n this.mku = params.markup ? params.markup : 0;\n this.createCity = params.createCity ? params.createCity : \"\";\n this.designCost = params.designCost ? params.designCost : 0;\n this.advCost = params.advCost ? params.advCost : 0;\n this.qlt = params.quality ? params.quality : 0;\n this.per = params.performance ? params.performance : 0;\n this.dur = params.durability ? params.durability : 0;\n this.rel = params.reliability ? params.reliability : 0;\n this.aes = params.aesthetics ? params.aesthetics : 0;\n this.fea = params.features ? params.features : 0;\n this.loc = params.loc ? params.loc : \"\";\n this.siz = params.size ? params.size : 0;\n this.reqMats = params.req ? params.req : {};\n }\n\n // Make progress on this product based on current employee productivity\n createProduct(marketCycles: number, employeeProd: typeof this[\"creationProd\"]): void {\n if (this.fin) {\n return;\n }\n\n // Designing/Creating a Product is based mostly off Engineers\n const opProd = employeeProd[EmployeePositions.Operations];\n const engrProd = employeeProd[EmployeePositions.Engineer];\n const mgmtProd = employeeProd[EmployeePositions.Management];\n const total = opProd + engrProd + mgmtProd;\n if (total <= 0) {\n return;\n }\n\n // Management is a multiplier for the production from Engineers\n const mgmtFactor = 1 + mgmtProd / (1.2 * total);\n const prodMult = (Math.pow(engrProd, 0.34) + Math.pow(opProd, 0.2)) * mgmtFactor;\n const progress = Math.min(marketCycles * 0.01 * prodMult, 100 - this.prog);\n if (progress <= 0) {\n return;\n }\n\n this.prog += progress;\n for (const pos of Object.keys(employeeProd)) {\n this.creationProd[pos] += (employeeProd[pos] * progress) / 100;\n }\n }\n\n // @param industry - Industry object. Reference to industry that makes this Product\n finishProduct(industry: Industry): void {\n this.fin = true;\n\n // Calculate properties\n const totalProd = this.creationProd.total;\n const engrRatio = this.creationProd[EmployeePositions.Engineer] / totalProd;\n const mgmtRatio = this.creationProd[EmployeePositions.Management] / totalProd;\n const rndRatio = this.creationProd[EmployeePositions.RandD] / totalProd;\n const opsRatio = this.creationProd[EmployeePositions.Operations] / totalProd;\n const busRatio = this.creationProd[EmployeePositions.Business] / totalProd;\n\n const designMult = 1 + Math.pow(this.designCost, 0.1) / 100;\n const balanceMult = 1.2 * engrRatio + 0.9 * mgmtRatio + 1.3 * rndRatio + 1.5 * opsRatio + busRatio;\n const sciMult = 1 + Math.pow(industry.sciResearch.qty, industry.sciFac) / 800;\n const totalMult = balanceMult * designMult * sciMult;\n\n this.qlt =\n totalMult *\n (0.1 * this.creationProd[EmployeePositions.Engineer] +\n 0.05 * this.creationProd[EmployeePositions.Management] +\n 0.05 * this.creationProd[EmployeePositions.RandD] +\n 0.02 * this.creationProd[EmployeePositions.Operations] +\n 0.02 * this.creationProd[EmployeePositions.Business]);\n this.per =\n totalMult *\n (0.15 * this.creationProd[EmployeePositions.Engineer] +\n 0.02 * this.creationProd[EmployeePositions.Management] +\n 0.02 * this.creationProd[EmployeePositions.RandD] +\n 0.02 * this.creationProd[EmployeePositions.Operations] +\n 0.02 * this.creationProd[EmployeePositions.Business]);\n this.dur =\n totalMult *\n (0.05 * this.creationProd[EmployeePositions.Engineer] +\n 0.02 * this.creationProd[EmployeePositions.Management] +\n 0.08 * this.creationProd[EmployeePositions.RandD] +\n 0.05 * this.creationProd[EmployeePositions.Operations] +\n 0.05 * this.creationProd[EmployeePositions.Business]);\n this.rel =\n totalMult *\n (0.02 * this.creationProd[EmployeePositions.Engineer] +\n 0.08 * this.creationProd[EmployeePositions.Management] +\n 0.02 * this.creationProd[EmployeePositions.RandD] +\n 0.05 * this.creationProd[EmployeePositions.Operations] +\n 0.08 * this.creationProd[EmployeePositions.Business]);\n this.aes =\n totalMult *\n (0.0 * this.creationProd[EmployeePositions.Engineer] +\n 0.08 * this.creationProd[EmployeePositions.Management] +\n 0.05 * this.creationProd[EmployeePositions.RandD] +\n 0.02 * this.creationProd[EmployeePositions.Operations] +\n 0.1 * this.creationProd[EmployeePositions.Business]);\n this.fea =\n totalMult *\n (0.08 * this.creationProd[EmployeePositions.Engineer] +\n 0.05 * this.creationProd[EmployeePositions.Management] +\n 0.02 * this.creationProd[EmployeePositions.RandD] +\n 0.05 * this.creationProd[EmployeePositions.Operations] +\n 0.05 * this.creationProd[EmployeePositions.Business]);\n this.calculateRating(industry);\n const advMult = 1 + Math.pow(this.advCost, 0.1) / 100;\n const busmgtgRatio = Math.max(busRatio + mgmtRatio, 1 / totalProd);\n this.mku = 100 / (advMult * Math.pow(this.qlt + 0.001, 0.65) * busmgtgRatio);\n\n // I actually don't understand well enough to know if this is right.\n // I'm adding this to prevent a crash.\n if (this.mku === 0 || !isFinite(this.mku)) this.mku = 1;\n\n this.dmd =\n industry.awareness === 0 ? 20 : Math.min(100, advMult * (100 * (industry.popularity / industry.awareness)));\n this.cmp = getRandomInt(0, 70);\n\n //Calculate the product's required materials\n //For now, just set it to be the same as the requirements to make materials\n for (const matName of Object.keys(industry.reqMats)) {\n if (industry.reqMats.hasOwnProperty(matName)) {\n const reqMat = industry.reqMats[matName];\n if (reqMat === undefined) continue;\n this.reqMats[matName] = reqMat;\n }\n }\n\n //Calculate the product's size\n //For now, just set it to be the same size as the requirements to make materials\n this.siz = 0;\n for (const matName of Object.keys(industry.reqMats)) {\n const reqMat = industry.reqMats[matName];\n if (reqMat === undefined) continue;\n this.siz += MaterialSizes[matName] * reqMat;\n }\n }\n\n calculateRating(industry: Industry): void {\n const weights: IProductRatingWeight = ProductRatingWeights[industry.type];\n if (weights == null) {\n console.error(`Could not find product rating weights for: ${industry}`);\n return;\n }\n this.rat = 0;\n this.rat += weights.Quality ? this.qlt * weights.Quality : 0;\n this.rat += weights.Performance ? this.per * weights.Performance : 0;\n this.rat += weights.Durability ? this.dur * weights.Durability : 0;\n this.rat += weights.Reliability ? this.rel * weights.Reliability : 0;\n this.rat += weights.Aesthetics ? this.aes * weights.Aesthetics : 0;\n this.rat += weights.Features ? this.fea * weights.Features : 0;\n }\n\n // Serialize the current object to a JSON save state.\n toJSON(): IReviverValue {\n return Generic_toJSON(\"Product\", this);\n }\n\n // Initializes a Product object from a JSON save state.\n static fromJSON(value: IReviverValue): Product {\n return Generic_fromJSON(Product, value.data);\n }\n}\n\nReviver.constructors.Product = Product;\n","import { Industries } from \"./IndustryData\";\n\nexport interface IProductRatingWeight {\n Aesthetics?: number;\n Durability?: number;\n Features?: number;\n Quality?: number;\n Performance?: number;\n Reliability?: number;\n}\n\nexport const ProductRatingWeights: Record = {\n [Industries.Food]: {\n Quality: 0.7,\n Durability: 0.1,\n Aesthetics: 0.2,\n },\n [Industries.Tobacco]: {\n Quality: 0.4,\n Durability: 0.2,\n Reliability: 0.2,\n Aesthetics: 0.2,\n },\n [Industries.Pharmaceutical]: {\n Quality: 0.2,\n Performance: 0.2,\n Durability: 0.1,\n Reliability: 0.3,\n Features: 0.2,\n },\n [Industries.Computer]: {\n Quality: 0.15,\n Performance: 0.25,\n Durability: 0.25,\n Reliability: 0.2,\n Aesthetics: 0.05,\n Features: 0.1,\n },\n Computer: {\n //Repeat\n Quality: 0.15,\n Performance: 0.25,\n Durability: 0.25,\n Reliability: 0.2,\n Aesthetics: 0.05,\n Features: 0.1,\n },\n [Industries.Robotics]: {\n Quality: 0.1,\n Performance: 0.2,\n Durability: 0.2,\n Reliability: 0.2,\n Aesthetics: 0.1,\n Features: 0.2,\n },\n [Industries.Software]: {\n Quality: 0.2,\n Performance: 0.2,\n Reliability: 0.2,\n Durability: 0.2,\n Features: 0.2,\n },\n [Industries.Healthcare]: {\n Quality: 0.4,\n Performance: 0.1,\n Durability: 0.1,\n Reliability: 0.3,\n Features: 0.1,\n },\n [Industries.RealEstate]: {\n Quality: 0.2,\n Durability: 0.25,\n Reliability: 0.1,\n Aesthetics: 0.35,\n Features: 0.1,\n },\n};\n","import { Player as player } from \"../Player\";\nimport { calculateServerGrowth } from \"../Server/formulas/grow\";\nimport {\n calculateMoneyGainRate,\n calculateLevelUpgradeCost,\n calculateRamUpgradeCost,\n calculateCoreUpgradeCost,\n calculateNodeCost,\n} from \"../Hacknet/formulas/HacknetNodes\";\nimport {\n calculateHashGainRate as HScalculateHashGainRate,\n calculateLevelUpgradeCost as HScalculateLevelUpgradeCost,\n calculateRamUpgradeCost as HScalculateRamUpgradeCost,\n calculateCoreUpgradeCost as HScalculateCoreUpgradeCost,\n calculateCacheUpgradeCost as HScalculateCacheUpgradeCost,\n calculateServerCost as HScalculateServerCost,\n} from \"../Hacknet/formulas/HacknetServers\";\nimport { HacknetNodeConstants, HacknetServerConstants } from \"../Hacknet/data/Constants\";\nimport { calculateSkill, calculateExp } from \"../PersonObjects/formulas/skill\";\nimport {\n calculateHackingChance,\n calculateHackingExpGain,\n calculatePercentMoneyHacked,\n calculateHackingTime,\n calculateGrowTime,\n calculateWeakenTime,\n} from \"../Hacking\";\nimport { Programs } from \"../Programs/Programs\";\nimport {\n Formulas as IFormulas,\n HacknetNodeConstants as DefHacknetNodeConstants,\n HacknetServerConstants as DefHacknetServerConstants,\n} from \"../ScriptEditor/NetscriptDefinitions\";\nimport {\n calculateRespectGain,\n calculateWantedLevelGain,\n calculateMoneyGain,\n calculateWantedPenalty,\n calculateAscensionMult,\n calculateAscensionPointsGain,\n} from \"../Gang/formulas/formulas\";\nimport { favorToRep as calculateFavorToRep, repToFavor as calculateRepToFavor } from \"../Faction/formulas/favor\";\nimport { repFromDonation } from \"../Faction/formulas/donation\";\nimport { InternalAPI, NetscriptContext } from \"../Netscript/APIWrapper\";\nimport { helpers } from \"../Netscript/NetscriptHelpers\";\nimport { WorkStats } from \"../Work/WorkStats\";\nimport { calculateCrimeWorkStats } from \"../Work/formulas/Crime\";\nimport { Crimes } from \"../Crime/Crimes\";\nimport { calculateClassEarnings } from \"../Work/formulas/Class\";\nimport { ClassType } from \"../Work/ClassWork\";\nimport { LocationName } from \"../Locations/data/LocationNames\";\nimport { calculateFactionExp, calculateFactionRep } from \"../Work/formulas/Faction\";\nimport { FactionWorkType } from \"../Work/data/FactionWorkType\";\n\nimport { Player as INetscriptPlayer, Server as IServerDef } from \"../ScriptEditor/NetscriptDefinitions\";\nimport { defaultMultipliers } from \"../PersonObjects/Multipliers\";\n\nexport function NetscriptFormulas(): InternalAPI {\n const checkFormulasAccess = function (ctx: NetscriptContext): void {\n if (!player.hasProgram(Programs.Formulas.name)) {\n throw helpers.makeRuntimeErrorMsg(ctx, `Requires Formulas.exe to run.`);\n }\n };\n return {\n mockServer: () => (): IServerDef => ({\n cpuCores: 0,\n ftpPortOpen: false,\n hasAdminRights: false,\n hostname: \"\",\n httpPortOpen: false,\n ip: \"\",\n isConnectedTo: false,\n maxRam: 0,\n organizationName: \"\",\n ramUsed: 0,\n smtpPortOpen: false,\n sqlPortOpen: false,\n sshPortOpen: false,\n purchasedByPlayer: false,\n backdoorInstalled: false,\n baseDifficulty: 0,\n hackDifficulty: 0,\n minDifficulty: 0,\n moneyAvailable: 0,\n moneyMax: 0,\n numOpenPortsRequired: 0,\n openPortCount: 0,\n requiredHackingSkill: 0,\n serverGrowth: 0,\n }),\n mockPlayer: () => (): INetscriptPlayer => ({\n hp: { current: 0, max: 0 },\n skills: {\n hacking: 0,\n strength: 0,\n defense: 0,\n dexterity: 0,\n agility: 0,\n charisma: 0,\n intelligence: 0,\n },\n exp: {\n hacking: 0,\n strength: 0,\n defense: 0,\n dexterity: 0,\n agility: 0,\n charisma: 0,\n intelligence: 0,\n },\n mults: defaultMultipliers(),\n numPeopleKilled: 0,\n money: 0,\n city: \"\",\n location: \"\",\n bitNodeN: 0,\n totalPlaytime: 0,\n playtimeSinceLastAug: 0,\n playtimeSinceLastBitnode: 0,\n jobs: {},\n factions: [],\n tor: false,\n hasCorporation: false,\n inBladeburner: false,\n entropy: 0,\n }),\n reputation: {\n calculateFavorToRep:\n (ctx: NetscriptContext) =>\n (_favor: unknown): number => {\n const favor = helpers.number(ctx, \"favor\", _favor);\n checkFormulasAccess(ctx);\n return calculateFavorToRep(favor);\n },\n calculateRepToFavor:\n (ctx: NetscriptContext) =>\n (_rep: unknown): number => {\n const rep = helpers.number(ctx, \"rep\", _rep);\n checkFormulasAccess(ctx);\n return calculateRepToFavor(rep);\n },\n repFromDonation:\n (ctx: NetscriptContext) =>\n (_amount: unknown, _player: unknown): number => {\n const amount = helpers.number(ctx, \"amount\", _amount);\n const player = helpers.player(ctx, _player);\n checkFormulasAccess(ctx);\n return repFromDonation(amount, player);\n },\n },\n skills: {\n calculateSkill:\n (ctx: NetscriptContext) =>\n (_exp: unknown, _mult: unknown = 1): number => {\n const exp = helpers.number(ctx, \"exp\", _exp);\n const mult = helpers.number(ctx, \"mult\", _mult);\n checkFormulasAccess(ctx);\n return calculateSkill(exp, mult);\n },\n calculateExp:\n (ctx: NetscriptContext) =>\n (_skill: unknown, _mult: unknown = 1): number => {\n const skill = helpers.number(ctx, \"skill\", _skill);\n const mult = helpers.number(ctx, \"mult\", _mult);\n checkFormulasAccess(ctx);\n return calculateExp(skill, mult);\n },\n },\n hacking: {\n hackChance:\n (ctx: NetscriptContext) =>\n (_server: unknown, _player: unknown): number => {\n const server = helpers.server(ctx, _server);\n const player = helpers.player(ctx, _player);\n checkFormulasAccess(ctx);\n return calculateHackingChance(server, player);\n },\n hackExp:\n (ctx: NetscriptContext) =>\n (_server: unknown, _player: unknown): number => {\n const server = helpers.server(ctx, _server);\n const player = helpers.player(ctx, _player);\n checkFormulasAccess(ctx);\n return calculateHackingExpGain(server, player);\n },\n hackPercent:\n (ctx: NetscriptContext) =>\n (_server: unknown, _player: unknown): number => {\n const server = helpers.server(ctx, _server);\n const player = helpers.player(ctx, _player);\n checkFormulasAccess(ctx);\n return calculatePercentMoneyHacked(server, player);\n },\n growPercent:\n (ctx: NetscriptContext) =>\n (_server: unknown, _threads: unknown, _player: unknown, _cores: unknown = 1): number => {\n const server = helpers.server(ctx, _server);\n const player = helpers.player(ctx, _player);\n const threads = helpers.number(ctx, \"threads\", _threads);\n const cores = helpers.number(ctx, \"cores\", _cores);\n checkFormulasAccess(ctx);\n return calculateServerGrowth(server, threads, player, cores);\n },\n hackTime:\n (ctx: NetscriptContext) =>\n (_server: unknown, _player: unknown): number => {\n const server = helpers.server(ctx, _server);\n const player = helpers.player(ctx, _player);\n checkFormulasAccess(ctx);\n return calculateHackingTime(server, player) * 1000;\n },\n growTime:\n (ctx: NetscriptContext) =>\n (_server: unknown, _player: unknown): number => {\n const server = helpers.server(ctx, _server);\n const player = helpers.player(ctx, _player);\n checkFormulasAccess(ctx);\n return calculateGrowTime(server, player) * 1000;\n },\n weakenTime:\n (ctx: NetscriptContext) =>\n (_server: unknown, _player: unknown): number => {\n const server = helpers.server(ctx, _server);\n const player = helpers.player(ctx, _player);\n checkFormulasAccess(ctx);\n return calculateWeakenTime(server, player) * 1000;\n },\n },\n hacknetNodes: {\n moneyGainRate:\n (ctx: NetscriptContext) =>\n (_level: unknown, _ram: unknown, _cores: unknown, _mult: unknown = 1): number => {\n const level = helpers.number(ctx, \"level\", _level);\n const ram = helpers.number(ctx, \"ram\", _ram);\n const cores = helpers.number(ctx, \"cores\", _cores);\n const mult = helpers.number(ctx, \"mult\", _mult);\n checkFormulasAccess(ctx);\n return calculateMoneyGainRate(level, ram, cores, mult);\n },\n levelUpgradeCost:\n (ctx: NetscriptContext) =>\n (_startingLevel: unknown, _extraLevels: unknown = 1, _costMult: unknown = 1): number => {\n const startingLevel = helpers.number(ctx, \"startingLevel\", _startingLevel);\n const extraLevels = helpers.number(ctx, \"extraLevels\", _extraLevels);\n const costMult = helpers.number(ctx, \"costMult\", _costMult);\n checkFormulasAccess(ctx);\n return calculateLevelUpgradeCost(startingLevel, extraLevels, costMult);\n },\n ramUpgradeCost:\n (ctx: NetscriptContext) =>\n (_startingRam: unknown, _extraLevels: unknown = 1, _costMult: unknown = 1): number => {\n const startingRam = helpers.number(ctx, \"startingRam\", _startingRam);\n const extraLevels = helpers.number(ctx, \"extraLevels\", _extraLevels);\n const costMult = helpers.number(ctx, \"costMult\", _costMult);\n checkFormulasAccess(ctx);\n return calculateRamUpgradeCost(startingRam, extraLevels, costMult);\n },\n coreUpgradeCost:\n (ctx: NetscriptContext) =>\n (_startingCore: unknown, _extraCores: unknown = 1, _costMult: unknown = 1): number => {\n const startingCore = helpers.number(ctx, \"startingCore\", _startingCore);\n const extraCores = helpers.number(ctx, \"extraCores\", _extraCores);\n const costMult = helpers.number(ctx, \"costMult\", _costMult);\n checkFormulasAccess(ctx);\n return calculateCoreUpgradeCost(startingCore, extraCores, costMult);\n },\n hacknetNodeCost:\n (ctx: NetscriptContext) =>\n (_n: unknown, _mult: unknown): number => {\n const n = helpers.number(ctx, \"n\", _n);\n const mult = helpers.number(ctx, \"mult\", _mult);\n checkFormulasAccess(ctx);\n return calculateNodeCost(n, mult);\n },\n constants: (ctx: NetscriptContext) => (): DefHacknetNodeConstants => {\n checkFormulasAccess(ctx);\n return Object.assign({}, HacknetNodeConstants);\n },\n },\n hacknetServers: {\n hashGainRate:\n (ctx: NetscriptContext) =>\n (_level: unknown, _ramUsed: unknown, _maxRam: unknown, _cores: unknown, _mult: unknown = 1): number => {\n const level = helpers.number(ctx, \"level\", _level);\n const ramUsed = helpers.number(ctx, \"ramUsed\", _ramUsed);\n const maxRam = helpers.number(ctx, \"maxRam\", _maxRam);\n const cores = helpers.number(ctx, \"cores\", _cores);\n const mult = helpers.number(ctx, \"mult\", _mult);\n checkFormulasAccess(ctx);\n return HScalculateHashGainRate(level, ramUsed, maxRam, cores, mult);\n },\n levelUpgradeCost:\n (ctx: NetscriptContext) =>\n (_startingLevel: unknown, _extraLevels: unknown = 1, _costMult: unknown = 1): number => {\n const startingLevel = helpers.number(ctx, \"startingLevel\", _startingLevel);\n const extraLevels = helpers.number(ctx, \"extraLevels\", _extraLevels);\n const costMult = helpers.number(ctx, \"costMult\", _costMult);\n checkFormulasAccess(ctx);\n return HScalculateLevelUpgradeCost(startingLevel, extraLevels, costMult);\n },\n ramUpgradeCost:\n (ctx: NetscriptContext) =>\n (_startingRam: unknown, _extraLevels: unknown = 1, _costMult: unknown = 1): number => {\n const startingRam = helpers.number(ctx, \"startingRam\", _startingRam);\n const extraLevels = helpers.number(ctx, \"extraLevels\", _extraLevels);\n const costMult = helpers.number(ctx, \"costMult\", _costMult);\n checkFormulasAccess(ctx);\n return HScalculateRamUpgradeCost(startingRam, extraLevels, costMult);\n },\n coreUpgradeCost:\n (ctx: NetscriptContext) =>\n (_startingCore: unknown, _extraCores: unknown = 1, _costMult: unknown = 1): number => {\n const startingCore = helpers.number(ctx, \"startingCore\", _startingCore);\n const extraCores = helpers.number(ctx, \"extraCores\", _extraCores);\n const costMult = helpers.number(ctx, \"costMult\", _costMult);\n checkFormulasAccess(ctx);\n return HScalculateCoreUpgradeCost(startingCore, extraCores, costMult);\n },\n cacheUpgradeCost:\n (ctx: NetscriptContext) =>\n (_startingCache: unknown, _extraCache: unknown = 1): number => {\n const startingCache = helpers.number(ctx, \"startingCache\", _startingCache);\n const extraCache = helpers.number(ctx, \"extraCache\", _extraCache);\n checkFormulasAccess(ctx);\n return HScalculateCacheUpgradeCost(startingCache, extraCache);\n },\n hashUpgradeCost:\n (ctx: NetscriptContext) =>\n (_upgName: unknown, _level: unknown): number => {\n const upgName = helpers.string(ctx, \"upgName\", _upgName);\n const level = helpers.number(ctx, \"level\", _level);\n checkFormulasAccess(ctx);\n const upg = player.hashManager.getUpgrade(upgName);\n if (!upg) {\n throw helpers.makeRuntimeErrorMsg(ctx, `Invalid Hash Upgrade: ${upgName}`);\n }\n return upg.getCost(level);\n },\n hacknetServerCost:\n (ctx: NetscriptContext) =>\n (_n: unknown, _mult: unknown = 1): number => {\n const n = helpers.number(ctx, \"n\", _n);\n const mult = helpers.number(ctx, \"mult\", _mult);\n checkFormulasAccess(ctx);\n return HScalculateServerCost(n, mult);\n },\n constants: (ctx: NetscriptContext) => (): DefHacknetServerConstants => {\n checkFormulasAccess(ctx);\n return Object.assign({}, HacknetServerConstants);\n },\n },\n gang: {\n wantedPenalty:\n (ctx: NetscriptContext) =>\n (_gang: unknown): number => {\n const gang = helpers.gang(ctx, _gang);\n checkFormulasAccess(ctx);\n return calculateWantedPenalty(gang);\n },\n respectGain:\n (ctx: NetscriptContext) =>\n (_gang: unknown, _member: unknown, _task: unknown): number => {\n const gang = helpers.gang(ctx, _gang);\n const member = helpers.gangMember(ctx, _member);\n const task = helpers.gangTask(ctx, _task);\n checkFormulasAccess(ctx);\n return calculateRespectGain(gang, member, task);\n },\n wantedLevelGain:\n (ctx: NetscriptContext) =>\n (_gang: unknown, _member: unknown, _task: unknown): number => {\n const gang = helpers.gang(ctx, _gang);\n const member = helpers.gangMember(ctx, _member);\n const task = helpers.gangTask(ctx, _task);\n checkFormulasAccess(ctx);\n return calculateWantedLevelGain(gang, member, task);\n },\n moneyGain:\n (ctx: NetscriptContext) =>\n (_gang: unknown, _member: unknown, _task: unknown): number => {\n const gang = helpers.gang(ctx, _gang);\n const member = helpers.gangMember(ctx, _member);\n const task = helpers.gangTask(ctx, _task);\n checkFormulasAccess(ctx);\n return calculateMoneyGain(gang, member, task);\n },\n ascensionPointsGain:\n (ctx: NetscriptContext) =>\n (_exp: unknown): number => {\n const exp = helpers.number(ctx, \"exp\", _exp);\n checkFormulasAccess(ctx);\n return calculateAscensionPointsGain(exp);\n },\n ascensionMultiplier:\n (ctx: NetscriptContext) =>\n (_points: unknown): number => {\n const points = helpers.number(ctx, \"points\", _points);\n checkFormulasAccess(ctx);\n return calculateAscensionMult(points);\n },\n },\n work: {\n crimeGains:\n (ctx: NetscriptContext) =>\n (_crimeType: unknown): WorkStats => {\n const crimeType = helpers.string(ctx, \"crimeType\", _crimeType);\n const crime = Object.values(Crimes).find((c) => String(c.type) === crimeType);\n if (!crime) throw new Error(`Invalid crime type: ${crimeType}`);\n return calculateCrimeWorkStats(crime);\n },\n classGains:\n (ctx: NetscriptContext) =>\n (_person: unknown, _classType: unknown, _locationName: unknown): WorkStats => {\n const person = helpers.player(ctx, _person);\n const classType = helpers.string(ctx, \"classType\", _classType);\n const locationName = helpers.string(ctx, \"locationName\", _locationName);\n return calculateClassEarnings(person, classType as ClassType, locationName as LocationName);\n },\n factionGains:\n (ctx: NetscriptContext) =>\n (_player: unknown, _workType: unknown, _favor: unknown): WorkStats => {\n const player = helpers.player(ctx, _player);\n const workType = helpers.string(ctx, \"_workType\", _workType) as FactionWorkType;\n const favor = helpers.number(ctx, \"favor\", _favor);\n const exp = calculateFactionExp(player, workType);\n const rep = calculateFactionRep(player, workType, favor);\n exp.reputation = rep;\n return exp;\n },\n // companyGains: (ctx: NetscriptContext) =>_player: unknown (): WorkStats {\n // const player = helpers.player(ctx, _player);\n\n // },\n },\n };\n}\n","import { Player as player } from \"../Player\";\nimport { buyStock, sellStock, shortStock, sellShort } from \"../StockMarket/BuyingAndSelling\";\nimport { StockMarket, SymbolToStockMap, placeOrder, cancelOrder, initStockMarketFn } from \"../StockMarket/StockMarket\";\nimport { getBuyTransactionCost, getSellTransactionGain } from \"../StockMarket/StockMarketHelpers\";\nimport { OrderTypes } from \"../StockMarket/data/OrderTypes\";\nimport { PositionTypes } from \"../StockMarket/data/PositionTypes\";\nimport { StockSymbols } from \"../StockMarket/data/StockSymbols\";\nimport {\n getStockMarket4SDataCost,\n getStockMarket4STixApiCost,\n getStockMarketWseCost,\n getStockMarketTixApiCost,\n} from \"../StockMarket/StockMarketCosts\";\nimport { Stock } from \"../StockMarket/Stock\";\nimport { StockOrder, TIX } from \"../ScriptEditor/NetscriptDefinitions\";\nimport { InternalAPI, NetscriptContext } from \"../Netscript/APIWrapper\";\nimport { helpers } from \"../Netscript/NetscriptHelpers\";\n\nexport function NetscriptStockMarket(): InternalAPI {\n /** Checks if the player has TIX API access. Throws an error if the player does not */\n const checkTixApiAccess = function (ctx: NetscriptContext): void {\n if (!player.hasWseAccount) {\n throw helpers.makeRuntimeErrorMsg(ctx, `You don't have WSE Access! Cannot use ${ctx.function}()`);\n }\n if (!player.hasTixApiAccess) {\n throw helpers.makeRuntimeErrorMsg(ctx, `You don't have TIX API Access! Cannot use ${ctx.function}()`);\n }\n };\n\n const getStockFromSymbol = function (ctx: NetscriptContext, symbol: string): Stock {\n const stock = SymbolToStockMap[symbol];\n if (stock == null) {\n throw helpers.makeRuntimeErrorMsg(ctx, `Invalid stock symbol: '${symbol}'`);\n }\n\n return stock;\n };\n\n return {\n hasWSEAccount: () => (): boolean => {\n return player.hasWseAccount;\n },\n hasTIXAPIAccess: () => (): boolean => {\n return player.hasTixApiAccess;\n },\n has4SData: () => (): boolean => {\n return player.has4SData;\n },\n has4SDataTIXAPI: () => (): boolean => {\n return player.has4SDataTixApi;\n },\n getSymbols: (ctx: NetscriptContext) => (): string[] => {\n checkTixApiAccess(ctx);\n return Object.values(StockSymbols);\n },\n getPrice:\n (ctx: NetscriptContext) =>\n (_symbol: unknown): number => {\n const symbol = helpers.string(ctx, \"symbol\", _symbol);\n checkTixApiAccess(ctx);\n const stock = getStockFromSymbol(ctx, symbol);\n\n return stock.price;\n },\n getAskPrice:\n (ctx: NetscriptContext) =>\n (_symbol: unknown): number => {\n const symbol = helpers.string(ctx, \"symbol\", _symbol);\n checkTixApiAccess(ctx);\n const stock = getStockFromSymbol(ctx, symbol);\n\n return stock.getAskPrice();\n },\n getBidPrice:\n (ctx: NetscriptContext) =>\n (_symbol: unknown): number => {\n const symbol = helpers.string(ctx, \"symbol\", _symbol);\n checkTixApiAccess(ctx);\n const stock = getStockFromSymbol(ctx, symbol);\n\n return stock.getBidPrice();\n },\n getPosition:\n (ctx: NetscriptContext) =>\n (_symbol: unknown): [number, number, number, number] => {\n const symbol = helpers.string(ctx, \"symbol\", _symbol);\n checkTixApiAccess(ctx);\n const stock = SymbolToStockMap[symbol];\n if (stock == null) {\n throw helpers.makeRuntimeErrorMsg(ctx, `Invalid stock symbol: ${symbol}`);\n }\n return [stock.playerShares, stock.playerAvgPx, stock.playerShortShares, stock.playerAvgShortPx];\n },\n getMaxShares:\n (ctx: NetscriptContext) =>\n (_symbol: unknown): number => {\n const symbol = helpers.string(ctx, \"symbol\", _symbol);\n checkTixApiAccess(ctx);\n const stock = getStockFromSymbol(ctx, symbol);\n\n return stock.maxShares;\n },\n getPurchaseCost:\n (ctx: NetscriptContext) =>\n (_symbol: unknown, _shares: unknown, _posType: unknown): number => {\n const symbol = helpers.string(ctx, \"symbol\", _symbol);\n let shares = helpers.number(ctx, \"shares\", _shares);\n const posType = helpers.string(ctx, \"posType\", _posType);\n checkTixApiAccess(ctx);\n const stock = getStockFromSymbol(ctx, symbol);\n shares = Math.round(shares);\n\n let pos;\n const sanitizedPosType = posType.toLowerCase();\n if (sanitizedPosType.includes(\"l\")) {\n pos = PositionTypes.Long;\n } else if (sanitizedPosType.includes(\"s\")) {\n pos = PositionTypes.Short;\n } else {\n return Infinity;\n }\n\n const res = getBuyTransactionCost(stock, shares, pos);\n if (res == null) {\n return Infinity;\n }\n\n return res;\n },\n getSaleGain:\n (ctx: NetscriptContext) =>\n (_symbol: unknown, _shares: unknown, _posType: unknown): number => {\n const symbol = helpers.string(ctx, \"symbol\", _symbol);\n let shares = helpers.number(ctx, \"shares\", _shares);\n const posType = helpers.string(ctx, \"posType\", _posType);\n checkTixApiAccess(ctx);\n const stock = getStockFromSymbol(ctx, symbol);\n shares = Math.round(shares);\n\n let pos;\n const sanitizedPosType = posType.toLowerCase();\n if (sanitizedPosType.includes(\"l\")) {\n pos = PositionTypes.Long;\n } else if (sanitizedPosType.includes(\"s\")) {\n pos = PositionTypes.Short;\n } else {\n return 0;\n }\n\n const res = getSellTransactionGain(stock, shares, pos);\n if (res == null) {\n return 0;\n }\n\n return res;\n },\n buyStock:\n (ctx: NetscriptContext) =>\n (_symbol: unknown, _shares: unknown): number => {\n const symbol = helpers.string(ctx, \"symbol\", _symbol);\n const shares = helpers.number(ctx, \"shares\", _shares);\n checkTixApiAccess(ctx);\n const stock = getStockFromSymbol(ctx, symbol);\n const res = buyStock(stock, shares, ctx, {});\n return res ? stock.getAskPrice() : 0;\n },\n sellStock:\n (ctx: NetscriptContext) =>\n (_symbol: unknown, _shares: unknown): number => {\n const symbol = helpers.string(ctx, \"symbol\", _symbol);\n const shares = helpers.number(ctx, \"shares\", _shares);\n checkTixApiAccess(ctx);\n const stock = getStockFromSymbol(ctx, symbol);\n const res = sellStock(stock, shares, ctx, {});\n\n return res ? stock.getBidPrice() : 0;\n },\n buyShort:\n (ctx: NetscriptContext) =>\n (_symbol: unknown, _shares: unknown): number => {\n const symbol = helpers.string(ctx, \"symbol\", _symbol);\n const shares = helpers.number(ctx, \"shares\", _shares);\n checkTixApiAccess(ctx);\n if (player.bitNodeN !== 8) {\n if (player.sourceFileLvl(8) <= 1) {\n throw helpers.makeRuntimeErrorMsg(\n ctx,\n \"You must either be in BitNode-8 or you must have Source-File 8 Level 2.\",\n );\n }\n }\n const stock = getStockFromSymbol(ctx, symbol);\n const res = shortStock(stock, shares, ctx, {});\n\n return res ? stock.getBidPrice() : 0;\n },\n sellShort:\n (ctx: NetscriptContext) =>\n (_symbol: unknown, _shares: unknown): number => {\n const symbol = helpers.string(ctx, \"symbol\", _symbol);\n const shares = helpers.number(ctx, \"shares\", _shares);\n checkTixApiAccess(ctx);\n if (player.bitNodeN !== 8) {\n if (player.sourceFileLvl(8) <= 1) {\n throw helpers.makeRuntimeErrorMsg(\n ctx,\n \"You must either be in BitNode-8 or you must have Source-File 8 Level 2.\",\n );\n }\n }\n const stock = getStockFromSymbol(ctx, symbol);\n const res = sellShort(stock, shares, ctx, {});\n\n return res ? stock.getAskPrice() : 0;\n },\n placeOrder:\n (ctx: NetscriptContext) =>\n (_symbol: unknown, _shares: unknown, _price: unknown, _type: unknown, _pos: unknown): boolean => {\n const symbol = helpers.string(ctx, \"symbol\", _symbol);\n const shares = helpers.number(ctx, \"shares\", _shares);\n const price = helpers.number(ctx, \"price\", _price);\n const type = helpers.string(ctx, \"type\", _type);\n const pos = helpers.string(ctx, \"pos\", _pos);\n checkTixApiAccess(ctx);\n if (player.bitNodeN !== 8) {\n if (player.sourceFileLvl(8) <= 2) {\n throw helpers.makeRuntimeErrorMsg(\n ctx,\n \"You must either be in BitNode-8 or you must have Source-File 8 Level 3.\",\n );\n }\n }\n const stock = getStockFromSymbol(ctx, symbol);\n\n let orderType;\n let orderPos;\n const ltype = type.toLowerCase();\n if (ltype.includes(\"limit\") && ltype.includes(\"buy\")) {\n orderType = OrderTypes.LimitBuy;\n } else if (ltype.includes(\"limit\") && ltype.includes(\"sell\")) {\n orderType = OrderTypes.LimitSell;\n } else if (ltype.includes(\"stop\") && ltype.includes(\"buy\")) {\n orderType = OrderTypes.StopBuy;\n } else if (ltype.includes(\"stop\") && ltype.includes(\"sell\")) {\n orderType = OrderTypes.StopSell;\n } else {\n throw helpers.makeRuntimeErrorMsg(ctx, `Invalid order type: ${type}`);\n }\n\n const lpos = pos.toLowerCase();\n if (lpos.includes(\"l\")) {\n orderPos = PositionTypes.Long;\n } else if (lpos.includes(\"s\")) {\n orderPos = PositionTypes.Short;\n } else {\n throw helpers.makeRuntimeErrorMsg(ctx, `Invalid position type: ${pos}`);\n }\n\n return placeOrder(stock, shares, price, orderType, orderPos, ctx);\n },\n cancelOrder:\n (ctx: NetscriptContext) =>\n (_symbol: unknown, _shares: unknown, _price: unknown, _type: unknown, _pos: unknown): boolean => {\n const symbol = helpers.string(ctx, \"symbol\", _symbol);\n const shares = helpers.number(ctx, \"shares\", _shares);\n const price = helpers.number(ctx, \"price\", _price);\n const type = helpers.string(ctx, \"type\", _type);\n const pos = helpers.string(ctx, \"pos\", _pos);\n checkTixApiAccess(ctx);\n if (player.bitNodeN !== 8) {\n if (player.sourceFileLvl(8) <= 2) {\n throw helpers.makeRuntimeErrorMsg(\n ctx,\n \"You must either be in BitNode-8 or you must have Source-File 8 Level 3.\",\n );\n }\n }\n const stock = getStockFromSymbol(ctx, symbol);\n if (isNaN(shares) || isNaN(price)) {\n throw helpers.makeRuntimeErrorMsg(\n ctx,\n `Invalid shares or price. Must be numeric. shares=${shares}, price=${price}`,\n );\n }\n let orderType;\n let orderPos;\n const ltype = type.toLowerCase();\n if (ltype.includes(\"limit\") && ltype.includes(\"buy\")) {\n orderType = OrderTypes.LimitBuy;\n } else if (ltype.includes(\"limit\") && ltype.includes(\"sell\")) {\n orderType = OrderTypes.LimitSell;\n } else if (ltype.includes(\"stop\") && ltype.includes(\"buy\")) {\n orderType = OrderTypes.StopBuy;\n } else if (ltype.includes(\"stop\") && ltype.includes(\"sell\")) {\n orderType = OrderTypes.StopSell;\n } else {\n throw helpers.makeRuntimeErrorMsg(ctx, `Invalid order type: ${type}`);\n }\n\n const lpos = pos.toLowerCase();\n if (lpos.includes(\"l\")) {\n orderPos = PositionTypes.Long;\n } else if (lpos.includes(\"s\")) {\n orderPos = PositionTypes.Short;\n } else {\n throw helpers.makeRuntimeErrorMsg(ctx, `Invalid position type: ${pos}`);\n }\n const params = {\n stock: stock,\n shares: shares,\n price: price,\n type: orderType,\n pos: orderPos,\n };\n return cancelOrder(params, ctx);\n },\n getOrders: (ctx: NetscriptContext) => (): StockOrder => {\n checkTixApiAccess(ctx);\n if (player.bitNodeN !== 8) {\n if (player.sourceFileLvl(8) <= 2) {\n throw helpers.makeRuntimeErrorMsg(ctx, \"You must either be in BitNode-8 or have Source-File 8 Level 3.\");\n }\n }\n\n const orders: StockOrder = {};\n\n const stockMarketOrders = StockMarket[\"Orders\"];\n for (const symbol of Object.keys(stockMarketOrders)) {\n const orderBook = stockMarketOrders[symbol];\n if (orderBook.constructor === Array && orderBook.length > 0) {\n orders[symbol] = [];\n for (let i = 0; i < orderBook.length; ++i) {\n orders[symbol].push({\n shares: orderBook[i].shares,\n price: orderBook[i].price,\n type: orderBook[i].type,\n position: orderBook[i].pos,\n });\n }\n }\n }\n\n return orders;\n },\n getVolatility:\n (ctx: NetscriptContext) =>\n (_symbol: unknown): number => {\n const symbol = helpers.string(ctx, \"symbol\", _symbol);\n if (!player.has4SDataTixApi) {\n throw helpers.makeRuntimeErrorMsg(ctx, \"You don't have 4S Market Data TIX API Access!\");\n }\n const stock = getStockFromSymbol(ctx, symbol);\n\n return stock.mv / 100; // Convert from percentage to decimal\n },\n getForecast:\n (ctx: NetscriptContext) =>\n (_symbol: unknown): number => {\n const symbol = helpers.string(ctx, \"symbol\", _symbol);\n if (!player.has4SDataTixApi) {\n throw helpers.makeRuntimeErrorMsg(ctx, \"You don't have 4S Market Data TIX API Access!\");\n }\n const stock = getStockFromSymbol(ctx, symbol);\n\n let forecast = 50;\n stock.b ? (forecast += stock.otlkMag) : (forecast -= stock.otlkMag);\n return forecast / 100; // Convert from percentage to decimal\n },\n purchase4SMarketData: (ctx: NetscriptContext) => (): boolean => {\n if (player.has4SData) {\n helpers.log(ctx, () => \"Already purchased 4S Market Data.\");\n return true;\n }\n\n if (player.money < getStockMarket4SDataCost()) {\n helpers.log(ctx, () => \"Not enough money to purchase 4S Market Data.\");\n return false;\n }\n\n player.has4SData = true;\n player.loseMoney(getStockMarket4SDataCost(), \"stock\");\n helpers.log(ctx, () => \"Purchased 4S Market Data\");\n return true;\n },\n purchase4SMarketDataTixApi: (ctx: NetscriptContext) => (): boolean => {\n checkTixApiAccess(ctx);\n\n if (player.has4SDataTixApi) {\n helpers.log(ctx, () => \"Already purchased 4S Market Data TIX API\");\n return true;\n }\n\n if (player.money < getStockMarket4STixApiCost()) {\n helpers.log(ctx, () => \"Not enough money to purchase 4S Market Data TIX API\");\n return false;\n }\n\n player.has4SDataTixApi = true;\n player.loseMoney(getStockMarket4STixApiCost(), \"stock\");\n helpers.log(ctx, () => \"Purchased 4S Market Data TIX API\");\n return true;\n },\n purchaseWseAccount: (ctx: NetscriptContext) => (): boolean => {\n if (player.hasWseAccount) {\n helpers.log(ctx, () => \"Already purchased WSE Account\");\n return true;\n }\n\n if (player.money < getStockMarketWseCost()) {\n helpers.log(ctx, () => \"Not enough money to purchase WSE Account Access\");\n return false;\n }\n\n player.hasWseAccount = true;\n initStockMarketFn();\n player.loseMoney(getStockMarketWseCost(), \"stock\");\n helpers.log(ctx, () => \"Purchased WSE Account Access\");\n return true;\n },\n purchaseTixApi: (ctx: NetscriptContext) => (): boolean => {\n if (player.hasTixApiAccess) {\n helpers.log(ctx, () => \"Already purchased TIX API\");\n return true;\n }\n\n if (player.money < getStockMarketTixApiCost()) {\n helpers.log(ctx, () => \"Not enough money to purchase TIX API Access\");\n return false;\n }\n\n player.hasTixApiAccess = true;\n player.loseMoney(getStockMarketTixApiCost(), \"stock\");\n helpers.log(ctx, () => \"Purchased TIX API\");\n return true;\n },\n };\n}\n","import { InternalAPI, NetscriptContext } from \"../Netscript/APIWrapper\";\nimport { StaticAugmentations } from \"../Augmentation/StaticAugmentations\";\nimport { hasAugmentationPrereqs } from \"../Faction/FactionHelpers\";\nimport { CityName } from \"../Locations/data/CityNames\";\nimport { GraftableAugmentation } from \"../PersonObjects/Grafting/GraftableAugmentation\";\nimport { getGraftingAvailableAugs, calculateGraftingTimeWithBonus } from \"../PersonObjects/Grafting/GraftingHelpers\";\nimport { Player as player } from \"../Player\";\nimport { Grafting as IGrafting } from \"../ScriptEditor/NetscriptDefinitions\";\nimport { Router } from \"../ui/GameRoot\";\nimport { GraftingWork } from \"../Work/GraftingWork\";\nimport { helpers } from \"../Netscript/NetscriptHelpers\";\n\nexport function NetscriptGrafting(): InternalAPI {\n const checkGraftingAPIAccess = (ctx: NetscriptContext): void => {\n if (!player.canAccessGrafting()) {\n throw helpers.makeRuntimeErrorMsg(\n ctx,\n \"You do not currently have access to the Grafting API. This is either because you are not in BitNode 10 or because you do not have Source-File 10\",\n );\n }\n };\n\n return {\n getAugmentationGraftPrice:\n (ctx: NetscriptContext) =>\n (_augName: unknown): number => {\n const augName = helpers.string(ctx, \"augName\", _augName);\n checkGraftingAPIAccess(ctx);\n if (!getGraftingAvailableAugs().includes(augName) || !StaticAugmentations.hasOwnProperty(augName)) {\n throw helpers.makeRuntimeErrorMsg(ctx, `Invalid aug: ${augName}`);\n }\n const graftableAug = new GraftableAugmentation(StaticAugmentations[augName]);\n return graftableAug.cost;\n },\n\n getAugmentationGraftTime:\n (ctx: NetscriptContext) =>\n (_augName: string): number => {\n const augName = helpers.string(ctx, \"augName\", _augName);\n checkGraftingAPIAccess(ctx);\n if (!getGraftingAvailableAugs().includes(augName) || !StaticAugmentations.hasOwnProperty(augName)) {\n throw helpers.makeRuntimeErrorMsg(ctx, `Invalid aug: ${augName}`);\n }\n const graftableAug = new GraftableAugmentation(StaticAugmentations[augName]);\n return calculateGraftingTimeWithBonus(graftableAug);\n },\n\n getGraftableAugmentations: (ctx: NetscriptContext) => (): string[] => {\n checkGraftingAPIAccess(ctx);\n const graftableAugs = getGraftingAvailableAugs();\n return graftableAugs;\n },\n\n graftAugmentation:\n (ctx: NetscriptContext) =>\n (_augName: string, _focus: unknown = true): boolean => {\n const augName = helpers.string(ctx, \"augName\", _augName);\n const focus = !!_focus;\n checkGraftingAPIAccess(ctx);\n if (player.city !== CityName.NewTokyo) {\n throw helpers.makeRuntimeErrorMsg(ctx, \"You must be in New Tokyo to begin grafting an Augmentation.\");\n }\n if (!getGraftingAvailableAugs().includes(augName) || !StaticAugmentations.hasOwnProperty(augName)) {\n helpers.log(ctx, () => `Invalid aug: ${augName}`);\n return false;\n }\n\n const wasFocusing = player.focus;\n\n const craftableAug = new GraftableAugmentation(StaticAugmentations[augName]);\n if (player.money < craftableAug.cost) {\n helpers.log(ctx, () => `You don't have enough money to craft ${augName}`);\n return false;\n }\n\n if (!hasAugmentationPrereqs(craftableAug.augmentation)) {\n helpers.log(ctx, () => `You don't have the pre-requisites for ${augName}`);\n return false;\n }\n\n player.startWork(\n new GraftingWork({\n singularity: true,\n augmentation: augName,\n }),\n );\n\n if (focus) {\n player.startFocusing();\n Router.toWork();\n } else if (wasFocusing) {\n player.stopFocusing();\n Router.toTerminal();\n }\n\n helpers.log(ctx, () => `Began grafting Augmentation ${augName}.`);\n return true;\n },\n };\n}\n","import { Player } from \"@player\";\nimport { purchaseAugmentation, joinFaction, getFactionAugmentationsFiltered } from \"../Faction/FactionHelpers\";\nimport { startWorkerScript } from \"../NetscriptWorker\";\nimport { Augmentation } from \"../Augmentation/Augmentation\";\nimport { StaticAugmentations } from \"../Augmentation/StaticAugmentations\";\nimport { augmentationExists, installAugmentations } from \"../Augmentation/AugmentationHelpers\";\nimport { AugmentationNames } from \"../Augmentation/data/AugmentationNames\";\nimport { killWorkerScript } from \"../Netscript/killWorkerScript\";\nimport { CONSTANTS } from \"../Constants\";\nimport { isString } from \"../utils/helpers/isString\";\nimport { RunningScript } from \"../Script/RunningScript\";\nimport { calculateAchievements } from \"../Achievements/Achievements\";\n\nimport {\n Multipliers,\n CrimeStats,\n Singularity as ISingularity,\n SourceFileLvl,\n} from \"../ScriptEditor/NetscriptDefinitions\";\n\nimport { findCrime } from \"../Crime/CrimeHelpers\";\nimport { CompanyPositions } from \"../Company/CompanyPositions\";\nimport { DarkWebItems } from \"../DarkWeb/DarkWebItems\";\nimport { CityName } from \"../Locations/data/CityNames\";\nimport { LocationName } from \"../Locations/data/LocationNames\";\nimport { Router } from \"../ui/GameRoot\";\nimport { SpecialServers } from \"../Server/data/SpecialServers\";\nimport { Page } from \"../ui/Router\";\nimport { Locations } from \"../Locations/Locations\";\nimport { GetServer } from \"../Server/AllServers\";\nimport { Programs } from \"../Programs/Programs\";\nimport { numeralWrapper } from \"../ui/numeralFormat\";\nimport { BitNodeMultipliers } from \"../BitNode/BitNodeMultipliers\";\nimport { Company } from \"../Company/Company\";\nimport { Companies } from \"../Company/Companies\";\nimport { Factions, factionExists } from \"../Faction/Factions\";\nimport { Faction } from \"../Faction/Faction\";\nimport { helpers } from \"../Netscript/NetscriptHelpers\";\nimport { convertTimeMsToTimeElapsedString } from \"../utils/StringHelperFunctions\";\nimport { getServerOnNetwork } from \"../Server/ServerHelpers\";\nimport { Terminal } from \"../Terminal\";\nimport { calculateHackingTime } from \"../Hacking\";\nimport { Server } from \"../Server/Server\";\nimport { netscriptCanHack } from \"../Hacking/netscriptCanHack\";\nimport { FactionInfos } from \"../Faction/FactionInfo\";\nimport { InternalAPI, NetscriptContext } from \"src/Netscript/APIWrapper\";\nimport { BlackOperationNames } from \"../Bladeburner/data/BlackOperationNames\";\nimport { enterBitNode } from \"../RedPill\";\nimport { FactionNames } from \"../Faction/data/FactionNames\";\nimport { ClassWork, ClassType } from \"../Work/ClassWork\";\nimport { CreateProgramWork, isCreateProgramWork } from \"../Work/CreateProgramWork\";\nimport { FactionWork } from \"../Work/FactionWork\";\nimport { FactionWorkType } from \"../Work/data/FactionWorkType\";\nimport { CompanyWork } from \"../Work/CompanyWork\";\nimport { canGetBonus, onExport } from \"../ExportBonus\";\nimport { saveObject } from \"../SaveObject\";\nimport { calculateCrimeWorkStats } from \"../Work/formulas/Crime\";\n\nexport function NetscriptSingularity(): InternalAPI {\n const getAugmentation = function (ctx: NetscriptContext, name: string): Augmentation {\n if (!augmentationExists(name)) {\n throw helpers.makeRuntimeErrorMsg(ctx, `Invalid augmentation: '${name}'`);\n }\n\n return StaticAugmentations[name];\n };\n\n const getFaction = function (ctx: NetscriptContext, name: string): Faction {\n if (!factionExists(name)) {\n throw helpers.makeRuntimeErrorMsg(ctx, `Invalid faction name: '${name}`);\n }\n\n return Factions[name];\n };\n\n const getCompany = function (ctx: NetscriptContext, name: string): Company {\n const company = Companies[name];\n if (!company) throw helpers.makeRuntimeErrorMsg(ctx, `Invalid company name: '${name}'`);\n return company;\n };\n\n const runAfterReset = function (cbScript: string | null = null): void {\n //Run a script after reset\n if (!cbScript) return;\n const home = Player.getHomeComputer();\n for (const script of home.scripts) {\n if (script.filename === cbScript) {\n const ramUsage = script.ramUsage;\n const ramAvailable = home.maxRam - home.ramUsed;\n if (ramUsage > ramAvailable + 0.001) {\n return; // Not enough RAM\n }\n const runningScriptObj = new RunningScript(script, []); // No args\n runningScriptObj.threads = 1; // Only 1 thread\n startWorkerScript(runningScriptObj, home);\n }\n }\n };\n\n return {\n getOwnedAugmentations: (ctx: NetscriptContext) =>\n function (_purchased: unknown = false): string[] {\n helpers.checkSingularityAccess(ctx);\n const purchased = !!_purchased;\n const res = [];\n for (let i = 0; i < Player.augmentations.length; ++i) {\n res.push(Player.augmentations[i].name);\n }\n if (purchased) {\n for (let i = 0; i < Player.queuedAugmentations.length; ++i) {\n res.push(Player.queuedAugmentations[i].name);\n }\n }\n return res;\n },\n getOwnedSourceFiles: () => (): SourceFileLvl[] => {\n const res: SourceFileLvl[] = [];\n for (let i = 0; i < Player.sourceFiles.length; ++i) {\n res.push({\n n: Player.sourceFiles[i].n,\n lvl: Player.sourceFiles[i].lvl,\n });\n }\n return res;\n },\n getAugmentationsFromFaction: (ctx: NetscriptContext) =>\n function (_facName: unknown): string[] {\n helpers.checkSingularityAccess(ctx);\n const facName = helpers.string(ctx, \"facName\", _facName);\n const faction = getFaction(ctx, facName);\n\n return getFactionAugmentationsFiltered(faction);\n },\n getAugmentationCost: (ctx: NetscriptContext) =>\n function (_augName: unknown): [number, number] {\n helpers.checkSingularityAccess(ctx);\n const augName = helpers.string(ctx, \"augName\", _augName);\n const aug = getAugmentation(ctx, augName);\n const costs = aug.getCost();\n return [costs.repCost, costs.moneyCost];\n },\n getAugmentationPrereq: (ctx: NetscriptContext) =>\n function (_augName: unknown): string[] {\n helpers.checkSingularityAccess(ctx);\n const augName = helpers.string(ctx, \"augName\", _augName);\n const aug = getAugmentation(ctx, augName);\n return aug.prereqs.slice();\n },\n getAugmentationBasePrice: (ctx: NetscriptContext) =>\n function (_augName: unknown): number {\n helpers.checkSingularityAccess(ctx);\n const augName = helpers.string(ctx, \"augName\", _augName);\n const aug = getAugmentation(ctx, augName);\n return aug.baseCost * BitNodeMultipliers.AugmentationMoneyCost;\n },\n getAugmentationPrice: (ctx: NetscriptContext) =>\n function (_augName: unknown): number {\n helpers.checkSingularityAccess(ctx);\n const augName = helpers.string(ctx, \"augName\", _augName);\n const aug = getAugmentation(ctx, augName);\n return aug.getCost().moneyCost;\n },\n getAugmentationRepReq: (ctx: NetscriptContext) =>\n function (_augName: unknown): number {\n helpers.checkSingularityAccess(ctx);\n const augName = helpers.string(ctx, \"augName\", _augName);\n const aug = getAugmentation(ctx, augName);\n return aug.getCost().repCost;\n },\n getAugmentationStats: (ctx: NetscriptContext) =>\n function (_augName: unknown): Multipliers {\n helpers.checkSingularityAccess(ctx);\n const augName = helpers.string(ctx, \"augName\", _augName);\n const aug = getAugmentation(ctx, augName);\n return Object.assign({}, aug.mults);\n },\n purchaseAugmentation: (ctx: NetscriptContext) =>\n function (_facName: unknown, _augName: unknown): boolean {\n helpers.checkSingularityAccess(ctx);\n const facName = helpers.string(ctx, \"facName\", _facName);\n const augName = helpers.string(ctx, \"augName\", _augName);\n const fac = getFaction(ctx, facName);\n const aug = getAugmentation(ctx, augName);\n\n const augs = getFactionAugmentationsFiltered(fac);\n\n if (!Player.factions.includes(fac.name)) {\n helpers.log(ctx, () => `You can't purchase augmentations from '${facName}' because you aren't a member`);\n return false;\n }\n\n if (!augs.includes(augName)) {\n helpers.log(ctx, () => `Faction '${facName}' does not have the '${augName}' augmentation.`);\n return false;\n }\n\n const isNeuroflux = aug.name === AugmentationNames.NeuroFluxGovernor;\n if (!isNeuroflux) {\n for (let j = 0; j < Player.queuedAugmentations.length; ++j) {\n if (Player.queuedAugmentations[j].name === aug.name) {\n helpers.log(ctx, () => `You already have the '${augName}' augmentation.`);\n return false;\n }\n }\n for (let j = 0; j < Player.augmentations.length; ++j) {\n if (Player.augmentations[j].name === aug.name) {\n helpers.log(ctx, () => `You already have the '${augName}' augmentation.`);\n return false;\n }\n }\n }\n\n if (fac.playerReputation < aug.getCost().repCost) {\n helpers.log(ctx, () => `You do not have enough reputation with '${fac.name}'.`);\n return false;\n }\n\n const res = purchaseAugmentation(aug, fac, true);\n helpers.log(ctx, () => res);\n if (isString(res) && res.startsWith(\"You purchased\")) {\n Player.gainIntelligenceExp(CONSTANTS.IntelligenceSingFnBaseExpGain * 10);\n return true;\n } else {\n return false;\n }\n },\n softReset: (ctx: NetscriptContext) =>\n function (_cbScript: unknown = \"\"): void {\n helpers.checkSingularityAccess(ctx);\n const cbScript = helpers.string(ctx, \"cbScript\", _cbScript);\n\n helpers.log(ctx, () => \"Soft resetting. This will cause this script to be killed\");\n setTimeout(() => {\n installAugmentations(true);\n runAfterReset(cbScript);\n }, 0);\n\n killWorkerScript(ctx.workerScript);\n },\n installAugmentations: (ctx: NetscriptContext) =>\n function (_cbScript: unknown = \"\"): boolean {\n helpers.checkSingularityAccess(ctx);\n const cbScript = helpers.string(ctx, \"cbScript\", _cbScript);\n\n if (Player.queuedAugmentations.length === 0) {\n helpers.log(ctx, () => \"You do not have any Augmentations to be installed.\");\n return false;\n }\n Player.gainIntelligenceExp(CONSTANTS.IntelligenceSingFnBaseExpGain * 10);\n helpers.log(ctx, () => \"Installing Augmentations. This will cause this script to be killed\");\n setTimeout(() => {\n installAugmentations();\n runAfterReset(cbScript);\n }, 0);\n\n killWorkerScript(ctx.workerScript);\n return true;\n },\n\n goToLocation: (ctx: NetscriptContext) =>\n function (_locationName: unknown): boolean {\n helpers.checkSingularityAccess(ctx);\n const locationName = helpers.string(ctx, \"locationName\", _locationName);\n const location = Object.values(Locations).find((l) => l.name === locationName);\n if (!location) {\n helpers.log(ctx, () => `No location named ${locationName}`);\n return false;\n }\n if (location.city && Player.city !== location.city) {\n helpers.log(ctx, () => `No location named ${locationName} in ${Player.city}`);\n return false;\n }\n if (location.name === LocationName.TravelAgency) {\n Router.toTravel();\n } else if (location.name === LocationName.WorldStockExchange) {\n Router.toStockMarket();\n } else {\n Router.toLocation(location);\n }\n Player.gainIntelligenceExp(CONSTANTS.IntelligenceSingFnBaseExpGain / 50000);\n return true;\n },\n universityCourse: (ctx: NetscriptContext) =>\n function (_universityName: unknown, _className: unknown, _focus: unknown = true): boolean {\n helpers.checkSingularityAccess(ctx);\n const universityName = helpers.string(ctx, \"universityName\", _universityName);\n const className = helpers.string(ctx, \"className\", _className);\n const focus = !!_focus;\n const wasFocusing = Player.focus;\n\n switch (universityName.toLowerCase()) {\n case LocationName.AevumSummitUniversity.toLowerCase():\n if (Player.city != CityName.Aevum) {\n helpers.log(\n ctx,\n () => `You cannot study at 'Summit University' because you are not in '${CityName.Aevum}'.`,\n );\n return false;\n }\n Player.gotoLocation(LocationName.AevumSummitUniversity);\n break;\n case LocationName.Sector12RothmanUniversity.toLowerCase():\n if (Player.city != CityName.Sector12) {\n helpers.log(\n ctx,\n () => `You cannot study at 'Rothman University' because you are not in '${CityName.Sector12}'.`,\n );\n return false;\n }\n Player.location = LocationName.Sector12RothmanUniversity;\n break;\n case LocationName.VolhavenZBInstituteOfTechnology.toLowerCase():\n if (Player.city != CityName.Volhaven) {\n helpers.log(\n ctx,\n () => `You cannot study at 'ZB Institute of Technology' because you are not in '${CityName.Volhaven}'.`,\n );\n return false;\n }\n Player.location = LocationName.VolhavenZBInstituteOfTechnology;\n break;\n default:\n helpers.log(ctx, () => `Invalid university name: '${universityName}'.`);\n return false;\n }\n\n let task: ClassType;\n switch (className.toLowerCase()) {\n case \"Study Computer Science\".toLowerCase():\n task = ClassType.StudyComputerScience;\n break;\n case \"Data Structures\".toLowerCase():\n task = ClassType.DataStructures;\n break;\n case \"Networks\".toLowerCase():\n task = ClassType.Networks;\n break;\n case \"Algorithms\".toLowerCase():\n task = ClassType.Algorithms;\n break;\n case \"Management\".toLowerCase():\n task = ClassType.Management;\n break;\n case \"Leadership\".toLowerCase():\n task = ClassType.Leadership;\n break;\n default:\n helpers.log(ctx, () => `Invalid class name: ${className}.`);\n return false;\n }\n Player.startWork(\n new ClassWork({\n classType: task,\n location: Player.location,\n singularity: true,\n }),\n );\n if (focus) {\n Player.startFocusing();\n Router.toWork();\n } else if (wasFocusing) {\n Player.stopFocusing();\n Router.toTerminal();\n }\n helpers.log(ctx, () => `Started ${task} at ${universityName}`);\n return true;\n },\n\n gymWorkout: (ctx: NetscriptContext) =>\n function (_gymName: unknown, _stat: unknown, _focus: unknown = true): boolean {\n helpers.checkSingularityAccess(ctx);\n const gymName = helpers.string(ctx, \"gymName\", _gymName);\n const stat = helpers.string(ctx, \"stat\", _stat);\n const focus = !!_focus;\n const wasFocusing = Player.focus;\n\n switch (gymName.toLowerCase()) {\n case LocationName.AevumCrushFitnessGym.toLowerCase():\n if (Player.city != CityName.Aevum) {\n helpers.log(\n ctx,\n () =>\n `You cannot workout at '${LocationName.AevumCrushFitnessGym}' because you are not in '${CityName.Aevum}'.`,\n );\n return false;\n }\n Player.location = LocationName.AevumCrushFitnessGym;\n break;\n case LocationName.AevumSnapFitnessGym.toLowerCase():\n if (Player.city != CityName.Aevum) {\n helpers.log(\n ctx,\n () =>\n `You cannot workout at '${LocationName.AevumSnapFitnessGym}' because you are not in '${CityName.Aevum}'.`,\n );\n return false;\n }\n Player.location = LocationName.AevumSnapFitnessGym;\n break;\n case LocationName.Sector12IronGym.toLowerCase():\n if (Player.city != CityName.Sector12) {\n helpers.log(\n ctx,\n () =>\n `You cannot workout at '${LocationName.Sector12IronGym}' because you are not in '${CityName.Sector12}'.`,\n );\n return false;\n }\n Player.location = LocationName.Sector12IronGym;\n break;\n case LocationName.Sector12PowerhouseGym.toLowerCase():\n if (Player.city != CityName.Sector12) {\n helpers.log(\n ctx,\n () =>\n `You cannot workout at '${LocationName.Sector12PowerhouseGym}' because you are not in '${CityName.Sector12}'.`,\n );\n return false;\n }\n Player.location = LocationName.Sector12PowerhouseGym;\n break;\n case LocationName.VolhavenMilleniumFitnessGym.toLowerCase():\n if (Player.city != CityName.Volhaven) {\n helpers.log(\n ctx,\n () =>\n `You cannot workout at '${LocationName.VolhavenMilleniumFitnessGym}' because you are not in '${CityName.Volhaven}'.`,\n );\n return false;\n }\n Player.location = LocationName.VolhavenMilleniumFitnessGym;\n break;\n default:\n helpers.log(ctx, () => `Invalid gym name: ${gymName}. gymWorkout() failed`);\n return false;\n }\n\n switch (stat.toLowerCase()) {\n case \"strength\".toLowerCase():\n case \"str\".toLowerCase():\n Player.startWork(\n new ClassWork({ classType: ClassType.GymStrength, location: Player.location, singularity: true }),\n );\n break;\n case \"defense\".toLowerCase():\n case \"def\".toLowerCase():\n Player.startWork(\n new ClassWork({ classType: ClassType.GymDefense, location: Player.location, singularity: true }),\n );\n break;\n case \"dexterity\".toLowerCase():\n case \"dex\".toLowerCase():\n Player.startWork(\n new ClassWork({ classType: ClassType.GymDexterity, location: Player.location, singularity: true }),\n );\n break;\n case \"agility\".toLowerCase():\n case \"agi\".toLowerCase():\n Player.startWork(\n new ClassWork({ classType: ClassType.GymAgility, location: Player.location, singularity: true }),\n );\n break;\n default:\n helpers.log(ctx, () => `Invalid stat: ${stat}.`);\n return false;\n }\n if (focus) {\n Player.startFocusing();\n Router.toWork();\n } else if (wasFocusing) {\n Player.stopFocusing();\n Router.toTerminal();\n }\n helpers.log(ctx, () => `Started training ${stat} at ${gymName}`);\n return true;\n },\n\n travelToCity: (ctx: NetscriptContext) =>\n function (_cityName: unknown): boolean {\n helpers.checkSingularityAccess(ctx);\n const cityName = helpers.city(ctx, \"cityName\", _cityName);\n\n switch (cityName) {\n case CityName.Aevum:\n case CityName.Chongqing:\n case CityName.Sector12:\n case CityName.NewTokyo:\n case CityName.Ishima:\n case CityName.Volhaven:\n if (Player.money < CONSTANTS.TravelCost) {\n helpers.log(ctx, () => \"Not enough money to travel.\");\n return false;\n }\n Player.loseMoney(CONSTANTS.TravelCost, \"other\");\n Player.city = cityName;\n helpers.log(ctx, () => `Traveled to ${cityName}`);\n Player.gainIntelligenceExp(CONSTANTS.IntelligenceSingFnBaseExpGain / 50000);\n return true;\n default:\n throw helpers.makeRuntimeErrorMsg(ctx, `Invalid city name: '${cityName}'.`);\n }\n },\n\n purchaseTor: (ctx: NetscriptContext) =>\n function (): boolean {\n helpers.checkSingularityAccess(ctx);\n\n if (Player.hasTorRouter()) {\n helpers.log(ctx, () => \"You already have a TOR router!\");\n return true;\n }\n\n if (Player.money < CONSTANTS.TorRouterCost) {\n helpers.log(ctx, () => \"You cannot afford to purchase a Tor router.\");\n return false;\n }\n Player.loseMoney(CONSTANTS.TorRouterCost, \"other\");\n\n const darkweb = GetServer(SpecialServers.DarkWeb);\n if (!darkweb) throw helpers.makeRuntimeErrorMsg(ctx, \"DarkWeb was not a server but should have been\");\n\n Player.getHomeComputer().serversOnNetwork.push(darkweb.hostname);\n darkweb.serversOnNetwork.push(Player.getHomeComputer().hostname);\n Player.gainIntelligenceExp(CONSTANTS.IntelligenceSingFnBaseExpGain / 500);\n helpers.log(ctx, () => \"You have purchased a Tor router!\");\n return true;\n },\n purchaseProgram: (ctx: NetscriptContext) =>\n function (_programName: unknown): boolean {\n helpers.checkSingularityAccess(ctx);\n const programName = helpers.string(ctx, \"programName\", _programName).toLowerCase();\n\n if (!Player.hasTorRouter()) {\n helpers.log(ctx, () => \"You do not have the TOR router.\");\n return false;\n }\n\n const item = Object.values(DarkWebItems).find((i) => i.program.toLowerCase() === programName);\n if (item == null) {\n helpers.log(ctx, () => `Invalid program name: '${programName}.`);\n return false;\n }\n\n if (Player.money < item.price) {\n helpers.log(\n ctx,\n () => `Not enough money to purchase '${item.program}'. Need ${numeralWrapper.formatMoney(item.price)}`,\n );\n return false;\n }\n\n if (Player.hasProgram(item.program)) {\n helpers.log(ctx, () => `You already have the '${item.program}' program`);\n return true;\n }\n\n Player.getHomeComputer().pushProgram(item.program);\n // Cancel if the program is in progress of writing\n if (isCreateProgramWork(Player.currentWork) && Player.currentWork.programName === item.program) {\n Player.finishWork(true);\n }\n\n Player.loseMoney(item.price, \"other\");\n helpers.log(\n ctx,\n () => `You have purchased the '${item.program}' program. The new program can be found on your home computer.`,\n );\n Player.gainIntelligenceExp(CONSTANTS.IntelligenceSingFnBaseExpGain / 5000);\n return true;\n },\n getCurrentServer: (ctx: NetscriptContext) =>\n function (): string {\n helpers.checkSingularityAccess(ctx);\n return Player.getCurrentServer().hostname;\n },\n connect: (ctx: NetscriptContext) =>\n function (_hostname: unknown): boolean {\n helpers.checkSingularityAccess(ctx);\n const hostname = helpers.string(ctx, \"hostname\", _hostname);\n if (!hostname) {\n throw helpers.makeRuntimeErrorMsg(ctx, `Invalid hostname: '${hostname}'`);\n }\n\n const target = GetServer(hostname);\n if (target == null) {\n throw helpers.makeRuntimeErrorMsg(ctx, `Invalid hostname: '${hostname}'`);\n }\n\n //Home case\n if (hostname === \"home\") {\n Player.getCurrentServer().isConnectedTo = false;\n Player.currentServer = Player.getHomeComputer().hostname;\n Player.getCurrentServer().isConnectedTo = true;\n Terminal.setcwd(\"/\");\n return true;\n }\n\n //Adjacent server case\n const server = Player.getCurrentServer();\n for (let i = 0; i < server.serversOnNetwork.length; i++) {\n const other = getServerOnNetwork(server, i);\n if (other === null) continue;\n if (other.hostname == hostname) {\n Player.getCurrentServer().isConnectedTo = false;\n Player.currentServer = target.hostname;\n Player.getCurrentServer().isConnectedTo = true;\n Terminal.setcwd(\"/\");\n return true;\n }\n }\n\n //Backdoor case\n const other = GetServer(hostname);\n if (other !== null && other instanceof Server && other.backdoorInstalled) {\n Player.getCurrentServer().isConnectedTo = false;\n Player.currentServer = target.hostname;\n Player.getCurrentServer().isConnectedTo = true;\n Terminal.setcwd(\"/\");\n return true;\n }\n\n //Failure case\n return false;\n },\n manualHack: (ctx: NetscriptContext) =>\n function (): Promise {\n helpers.checkSingularityAccess(ctx);\n const server = Player.getCurrentServer();\n return helpers.hack(ctx, server.hostname, true);\n },\n installBackdoor: (ctx: NetscriptContext) => async (): Promise => {\n helpers.checkSingularityAccess(ctx);\n const baseserver = Player.getCurrentServer();\n if (!(baseserver instanceof Server)) {\n helpers.log(ctx, () => \"cannot backdoor this kind of server\");\n return Promise.resolve();\n }\n const server = baseserver;\n const installTime = (calculateHackingTime(server, Player) / 4) * 1000;\n\n // No root access or skill level too low\n const canHack = netscriptCanHack(server);\n if (!canHack.res) {\n throw helpers.makeRuntimeErrorMsg(ctx, canHack.msg || \"\");\n }\n\n helpers.log(\n ctx,\n () => `Installing backdoor on '${server.hostname}' in ${convertTimeMsToTimeElapsedString(installTime, true)}`,\n );\n\n return helpers.netscriptDelay(ctx, installTime).then(function () {\n helpers.log(ctx, () => `Successfully installed backdoor on '${server.hostname}'`);\n\n server.backdoorInstalled = true;\n\n if (SpecialServers.WorldDaemon === server.hostname) {\n Router.toBitVerse(false, false);\n }\n return Promise.resolve();\n });\n },\n isFocused: (ctx: NetscriptContext) =>\n function (): boolean {\n helpers.checkSingularityAccess(ctx);\n return Player.focus;\n },\n setFocus: (ctx: NetscriptContext) =>\n function (_focus: unknown): boolean {\n helpers.checkSingularityAccess(ctx);\n const focus = !!_focus;\n if (Player.currentWork === null) {\n throw helpers.makeRuntimeErrorMsg(ctx, \"Not currently working\");\n }\n\n if (!Player.focus && focus) {\n Player.startFocusing();\n Router.toWork();\n return true;\n } else if (Player.focus && !focus) {\n Player.stopFocusing();\n Router.toTerminal();\n return true;\n }\n return false;\n },\n hospitalize: (ctx: NetscriptContext) =>\n function (): void {\n helpers.checkSingularityAccess(ctx);\n if (Player.currentWork || Router.page() === Page.Infiltration || Router.page() === Page.BitVerse) {\n helpers.log(ctx, () => \"Cannot go to the hospital because the player is busy.\");\n return;\n }\n Player.hospitalize();\n },\n isBusy: (ctx: NetscriptContext) =>\n function (): boolean {\n helpers.checkSingularityAccess(ctx);\n return Player.currentWork !== null || Router.page() === Page.Infiltration || Router.page() === Page.BitVerse;\n },\n stopAction: (ctx: NetscriptContext) =>\n function (): boolean {\n helpers.checkSingularityAccess(ctx);\n const wasWorking = Player.currentWork !== null;\n Player.finishWork(true);\n return wasWorking;\n },\n upgradeHomeCores: (ctx: NetscriptContext) =>\n function (): boolean {\n helpers.checkSingularityAccess(ctx);\n\n // Check if we're at max cores\n const homeComputer = Player.getHomeComputer();\n if (homeComputer.cpuCores >= 8) {\n helpers.log(ctx, () => `Your home computer is at max cores.`);\n return false;\n }\n\n const cost = Player.getUpgradeHomeCoresCost();\n if (Player.money < cost) {\n helpers.log(ctx, () => `You don't have enough money. Need ${numeralWrapper.formatMoney(cost)}`);\n return false;\n }\n\n homeComputer.cpuCores += 1;\n Player.loseMoney(cost, \"servers\");\n\n Player.gainIntelligenceExp(CONSTANTS.IntelligenceSingFnBaseExpGain * 2);\n helpers.log(\n ctx,\n () => `Purchased an additional core for home computer! It now has ${homeComputer.cpuCores} cores.`,\n );\n return true;\n },\n getUpgradeHomeCoresCost: (ctx: NetscriptContext) =>\n function (): number {\n helpers.checkSingularityAccess(ctx);\n\n return Player.getUpgradeHomeCoresCost();\n },\n upgradeHomeRam: (ctx: NetscriptContext) =>\n function (): boolean {\n helpers.checkSingularityAccess(ctx);\n\n // Check if we're at max RAM\n const homeComputer = Player.getHomeComputer();\n if (homeComputer.maxRam >= CONSTANTS.HomeComputerMaxRam) {\n helpers.log(ctx, () => `Your home computer is at max RAM.`);\n return false;\n }\n\n const cost = Player.getUpgradeHomeRamCost();\n if (Player.money < cost) {\n helpers.log(ctx, () => `You don't have enough money. Need ${numeralWrapper.formatMoney(cost)}`);\n return false;\n }\n\n homeComputer.maxRam *= 2;\n Player.loseMoney(cost, \"servers\");\n\n Player.gainIntelligenceExp(CONSTANTS.IntelligenceSingFnBaseExpGain * 2);\n helpers.log(\n ctx,\n () =>\n `Purchased additional RAM for home computer! It now has ${numeralWrapper.formatRAM(\n homeComputer.maxRam,\n )} of RAM.`,\n );\n return true;\n },\n getUpgradeHomeRamCost: (ctx: NetscriptContext) =>\n function (): number {\n helpers.checkSingularityAccess(ctx);\n\n return Player.getUpgradeHomeRamCost();\n },\n workForCompany: (ctx: NetscriptContext) =>\n function (_companyName: unknown, _focus: unknown = true): boolean {\n helpers.checkSingularityAccess(ctx);\n const companyName = helpers.string(ctx, \"companyName\", _companyName);\n const focus = !!_focus;\n\n // Make sure its a valid company\n if (companyName == null || companyName === \"\" || !Companies[companyName]) {\n helpers.log(ctx, () => `Invalid company: '${companyName}'`);\n return false;\n }\n\n // Make sure player is actually employed at the company\n if (!Object.keys(Player.jobs).includes(companyName)) {\n helpers.log(ctx, () => `You do not have a job at '${companyName}'`);\n return false;\n }\n\n // Check to make sure company position data is valid\n const companyPositionName = Player.jobs[companyName];\n const companyPosition = CompanyPositions[companyPositionName];\n if (companyPositionName === \"\" || !companyPosition) {\n helpers.log(ctx, () => \"You do not have a job\");\n return false;\n }\n\n const wasFocused = Player.focus;\n\n Player.startWork(\n new CompanyWork({\n singularity: true,\n companyName: companyName,\n }),\n );\n if (focus) {\n Player.startFocusing();\n Router.toWork();\n } else if (wasFocused) {\n Player.stopFocusing();\n Router.toTerminal();\n }\n helpers.log(ctx, () => `Began working at '${companyName}' with position '${companyPositionName}'`);\n return true;\n },\n applyToCompany: (ctx: NetscriptContext) =>\n function (_companyName: unknown, _field: unknown): boolean {\n helpers.checkSingularityAccess(ctx);\n const companyName = helpers.string(ctx, \"companyName\", _companyName);\n const field = helpers.string(ctx, \"field\", _field);\n getCompany(ctx, companyName);\n\n Player.location = companyName as LocationName;\n let res;\n switch (field.toLowerCase()) {\n case \"software\":\n res = Player.applyForSoftwareJob(true);\n break;\n case \"software consultant\":\n res = Player.applyForSoftwareConsultantJob(true);\n break;\n case \"it\":\n res = Player.applyForItJob(true);\n break;\n case \"security engineer\":\n res = Player.applyForSecurityEngineerJob(true);\n break;\n case \"network engineer\":\n res = Player.applyForNetworkEngineerJob(true);\n break;\n case \"business\":\n res = Player.applyForBusinessJob(true);\n break;\n case \"business consultant\":\n res = Player.applyForBusinessConsultantJob(true);\n break;\n case \"security\":\n res = Player.applyForSecurityJob(true);\n break;\n case \"agent\":\n res = Player.applyForAgentJob(true);\n break;\n case \"employee\":\n res = Player.applyForEmployeeJob(true);\n break;\n case \"part-time employee\":\n res = Player.applyForPartTimeEmployeeJob(true);\n break;\n case \"waiter\":\n res = Player.applyForWaiterJob(true);\n break;\n case \"part-time waiter\":\n res = Player.applyForPartTimeWaiterJob(true);\n break;\n default:\n helpers.log(ctx, () => `Invalid job: '${field}'.`);\n return false;\n }\n // TODO https://github.com/danielyxie/bitburner/issues/1378\n // The player object's applyForJob function can return string with special error messages\n // if (isString(res)) {\n // helpers.log(ctx,\"applyToCompany\",()=> res);\n // return false;\n // }\n if (res) {\n helpers.log(\n ctx,\n () => `You were offered a new job at '${companyName}' with position '${Player.jobs[companyName]}'`,\n );\n } else {\n helpers.log(ctx, () => `You failed to get a new job/promotion at '${companyName}' in the '${field}' field.`);\n }\n return res;\n },\n quitJob: (ctx: NetscriptContext) =>\n function (_companyName: unknown): void {\n helpers.checkSingularityAccess(ctx);\n const companyName = helpers.string(ctx, \"companyName\", _companyName);\n Player.quitJob(companyName);\n },\n getCompanyRep: (ctx: NetscriptContext) =>\n function (_companyName: unknown): number {\n helpers.checkSingularityAccess(ctx);\n const companyName = helpers.string(ctx, \"companyName\", _companyName);\n const company = getCompany(ctx, companyName);\n return company.playerReputation;\n },\n getCompanyFavor: (ctx: NetscriptContext) =>\n function (_companyName: unknown): number {\n helpers.checkSingularityAccess(ctx);\n const companyName = helpers.string(ctx, \"companyName\", _companyName);\n const company = getCompany(ctx, companyName);\n return company.favor;\n },\n getCompanyFavorGain: (ctx: NetscriptContext) =>\n function (_companyName: unknown): number {\n helpers.checkSingularityAccess(ctx);\n const companyName = helpers.string(ctx, \"companyName\", _companyName);\n const company = getCompany(ctx, companyName);\n return company.getFavorGain();\n },\n checkFactionInvitations: (ctx: NetscriptContext) =>\n function (): string[] {\n helpers.checkSingularityAccess(ctx);\n // Make a copy of player.factionInvitations\n return Player.factionInvitations.slice();\n },\n joinFaction: (ctx: NetscriptContext) =>\n function (_facName: unknown): boolean {\n helpers.checkSingularityAccess(ctx);\n const facName = helpers.string(ctx, \"facName\", _facName);\n getFaction(ctx, facName);\n\n if (!Player.factionInvitations.includes(facName)) {\n helpers.log(ctx, () => `You have not been invited by faction '${facName}'`);\n return false;\n }\n const fac = Factions[facName];\n joinFaction(fac);\n\n // Update Faction Invitation list to account for joined + banned factions\n for (let i = 0; i < Player.factionInvitations.length; ++i) {\n if (Player.factionInvitations[i] == facName || Factions[Player.factionInvitations[i]].isBanned) {\n Player.factionInvitations.splice(i, 1);\n i--;\n }\n }\n Player.gainIntelligenceExp(CONSTANTS.IntelligenceSingFnBaseExpGain * 5);\n helpers.log(ctx, () => `Joined the '${facName}' faction.`);\n return true;\n },\n workForFaction: (ctx: NetscriptContext) =>\n function (_facName: unknown, _type: unknown, _focus: unknown = true): boolean {\n helpers.checkSingularityAccess(ctx);\n const facName = helpers.string(ctx, \"facName\", _facName);\n const type = helpers.string(ctx, \"type\", _type);\n const focus = !!_focus;\n const faction = getFaction(ctx, facName);\n\n // if the player is in a gang and the target faction is any of the gang faction, fail\n if (Player.gang && faction.name === Player.getGangFaction().name) {\n helpers.log(ctx, () => `You can't work for '${facName}' because youre managing a gang for it`);\n return false;\n }\n\n if (!Player.factions.includes(facName)) {\n helpers.log(ctx, () => `You are not a member of '${facName}'`);\n return false;\n }\n\n const wasFocusing = Player.focus;\n\n switch (type.toLowerCase()) {\n case \"hacking\":\n case \"hacking contracts\":\n case \"hackingcontracts\":\n if (!FactionInfos[faction.name].offerHackingWork) {\n helpers.log(ctx, () => `Faction '${faction.name}' do not need help with hacking contracts.`);\n return false;\n }\n Player.startWork(\n new FactionWork({\n singularity: true,\n factionWorkType: FactionWorkType.HACKING,\n faction: faction.name,\n }),\n );\n if (focus) {\n Player.startFocusing();\n Router.toWork();\n } else if (wasFocusing) {\n Player.stopFocusing();\n Router.toTerminal();\n }\n helpers.log(ctx, () => `Started carrying out hacking contracts for '${faction.name}'`);\n return true;\n case \"field\":\n case \"fieldwork\":\n case \"field work\":\n if (!FactionInfos[faction.name].offerFieldWork) {\n helpers.log(ctx, () => `Faction '${faction.name}' do not need help with field missions.`);\n return false;\n }\n Player.startWork(\n new FactionWork({\n singularity: true,\n factionWorkType: FactionWorkType.FIELD,\n faction: faction.name,\n }),\n );\n if (focus) {\n Player.startFocusing();\n Router.toWork();\n } else if (wasFocusing) {\n Player.stopFocusing();\n Router.toTerminal();\n }\n helpers.log(ctx, () => `Started carrying out field missions for '${faction.name}'`);\n return true;\n case \"security\":\n case \"securitywork\":\n case \"security work\":\n if (!FactionInfos[faction.name].offerSecurityWork) {\n helpers.log(ctx, () => `Faction '${faction.name}' do not need help with security work.`);\n return false;\n }\n Player.startWork(\n new FactionWork({\n singularity: true,\n factionWorkType: FactionWorkType.SECURITY,\n faction: faction.name,\n }),\n );\n if (focus) {\n Player.startFocusing();\n Router.toWork();\n } else if (wasFocusing) {\n Player.stopFocusing();\n Router.toTerminal();\n }\n helpers.log(ctx, () => `Started carrying out security work for '${faction.name}'`);\n return true;\n default:\n helpers.log(ctx, () => `Invalid work type: '${type}`);\n return false;\n }\n },\n getFactionRep: (ctx: NetscriptContext) =>\n function (_facName: unknown): number {\n helpers.checkSingularityAccess(ctx);\n const facName = helpers.string(ctx, \"facName\", _facName);\n const faction = getFaction(ctx, facName);\n return faction.playerReputation;\n },\n getFactionFavor: (ctx: NetscriptContext) =>\n function (_facName: unknown): number {\n helpers.checkSingularityAccess(ctx);\n const facName = helpers.string(ctx, \"facName\", _facName);\n const faction = getFaction(ctx, facName);\n return faction.favor;\n },\n getFactionFavorGain: (ctx: NetscriptContext) =>\n function (_facName: unknown): number {\n helpers.checkSingularityAccess(ctx);\n const facName = helpers.string(ctx, \"facName\", _facName);\n const faction = getFaction(ctx, facName);\n return faction.getFavorGain();\n },\n donateToFaction: (ctx: NetscriptContext) =>\n function (_facName: unknown, _amt: unknown): boolean {\n helpers.checkSingularityAccess(ctx);\n const facName = helpers.string(ctx, \"facName\", _facName);\n const amt = helpers.number(ctx, \"amt\", _amt);\n const faction = getFaction(ctx, facName);\n if (!Player.factions.includes(faction.name)) {\n helpers.log(ctx, () => `You can't donate to '${facName}' because you aren't a member`);\n return false;\n }\n if (Player.gang && faction.name === Player.getGangFaction().name) {\n helpers.log(ctx, () => `You can't donate to '${facName}' because youre managing a gang for it`);\n return false;\n }\n if (faction.name === FactionNames.ChurchOfTheMachineGod || faction.name === FactionNames.Bladeburners) {\n helpers.log(ctx, () => `You can't donate to '${facName}' because they do not accept donations`);\n return false;\n }\n if (typeof amt !== \"number\" || amt <= 0 || isNaN(amt)) {\n helpers.log(ctx, () => `Invalid donation amount: '${amt}'.`);\n return false;\n }\n if (Player.money < amt) {\n helpers.log(\n ctx,\n () => `You do not have enough money to donate ${numeralWrapper.formatMoney(amt)} to '${facName}'`,\n );\n return false;\n }\n const repNeededToDonate = Math.floor(CONSTANTS.BaseFavorToDonate * BitNodeMultipliers.RepToDonateToFaction);\n if (faction.favor < repNeededToDonate) {\n helpers.log(\n ctx,\n () =>\n `You do not have enough favor to donate to this faction. Have ${faction.favor}, need ${repNeededToDonate}`,\n );\n return false;\n }\n const repGain = (amt / CONSTANTS.DonateMoneyToRepDivisor) * Player.mults.faction_rep;\n faction.playerReputation += repGain;\n Player.loseMoney(amt, \"other\");\n helpers.log(\n ctx,\n () =>\n `${numeralWrapper.formatMoney(amt)} donated to '${facName}' for ${numeralWrapper.formatReputation(\n repGain,\n )} reputation`,\n );\n return true;\n },\n createProgram: (ctx: NetscriptContext) =>\n function (_programName: unknown, _focus: unknown = true): boolean {\n helpers.checkSingularityAccess(ctx);\n const programName = helpers.string(ctx, \"programName\", _programName).toLowerCase();\n const focus = !!_focus;\n\n const wasFocusing = Player.focus;\n\n const p = Object.values(Programs).find((p) => p.name.toLowerCase() === programName);\n\n if (p == null) {\n helpers.log(ctx, () => `The specified program does not exist: '${programName}`);\n return false;\n }\n\n if (Player.hasProgram(p.name)) {\n helpers.log(ctx, () => `You already have the '${p.name}' program`);\n return false;\n }\n\n const create = p.create;\n if (create === null) {\n helpers.log(ctx, () => `You cannot create the '${p.name}' program`);\n return false;\n }\n\n if (!create.req()) {\n helpers.log(ctx, () => `Hacking level is too low to create '${p.name}' (level ${create.level} req)`);\n return false;\n }\n\n Player.startWork(\n new CreateProgramWork({\n programName: p.name,\n singularity: true,\n }),\n );\n if (focus) {\n Player.startFocusing();\n Router.toWork();\n } else if (wasFocusing) {\n Player.stopFocusing();\n Router.toTerminal();\n }\n helpers.log(ctx, () => `Began creating program: '${programName}'`);\n return true;\n },\n commitCrime: (ctx: NetscriptContext) =>\n function (_crimeRoughName: unknown, _focus: unknown = true): number {\n helpers.checkSingularityAccess(ctx);\n const crimeRoughName = helpers.string(ctx, \"crimeRoughName\", _crimeRoughName);\n const focus = !!_focus;\n const wasFocusing = Player.focus;\n\n if (Player.currentWork !== null) {\n Player.finishWork(true);\n }\n\n // Set Location to slums\n Player.gotoLocation(LocationName.Slums);\n\n const crime = findCrime(crimeRoughName.toLowerCase());\n if (crime == null) {\n // couldn't find crime\n throw helpers.makeRuntimeErrorMsg(ctx, `Invalid crime: '${crimeRoughName}'`);\n }\n helpers.log(ctx, () => `Attempting to commit ${crime.name}...`);\n const crimeTime = crime.commit(1, ctx.workerScript);\n if (focus) {\n Player.startFocusing();\n Router.toWork();\n } else if (wasFocusing) {\n Player.stopFocusing();\n Router.toTerminal();\n }\n return crimeTime;\n },\n getCrimeChance: (ctx: NetscriptContext) =>\n function (_crimeRoughName: unknown): number {\n helpers.checkSingularityAccess(ctx);\n const crimeRoughName = helpers.string(ctx, \"crimeRoughName\", _crimeRoughName);\n\n const crime = findCrime(crimeRoughName.toLowerCase());\n if (crime == null) {\n throw helpers.makeRuntimeErrorMsg(ctx, `Invalid crime: ${crimeRoughName}`);\n }\n\n return crime.successRate(Player);\n },\n getCrimeStats: (ctx: NetscriptContext) =>\n function (_crimeRoughName: unknown): CrimeStats {\n helpers.checkSingularityAccess(ctx);\n const crimeRoughName = helpers.string(ctx, \"crimeRoughName\", _crimeRoughName);\n\n const crime = findCrime(crimeRoughName.toLowerCase());\n if (crime == null) {\n throw helpers.makeRuntimeErrorMsg(ctx, `Invalid crime: ${crimeRoughName}`);\n }\n\n const crimeStatsWithMultipliers = calculateCrimeWorkStats(crime);\n\n return Object.assign({}, crime, {\n money: crimeStatsWithMultipliers.money,\n reputation: crimeStatsWithMultipliers.reputation,\n hacking_exp: crimeStatsWithMultipliers.hackExp,\n strength_exp: crimeStatsWithMultipliers.strExp,\n defense_exp: crimeStatsWithMultipliers.defExp,\n dexterity_exp: crimeStatsWithMultipliers.dexExp,\n agility_exp: crimeStatsWithMultipliers.agiExp,\n charisma_exp: crimeStatsWithMultipliers.chaExp,\n intelligence_exp: crimeStatsWithMultipliers.intExp,\n });\n },\n getDarkwebPrograms: (ctx: NetscriptContext) =>\n function (): string[] {\n helpers.checkSingularityAccess(ctx);\n\n // If we don't have Tor, log it and return [] (empty list)\n if (!Player.hasTorRouter()) {\n helpers.log(ctx, () => \"You do not have the TOR router.\");\n return [];\n }\n return Object.values(DarkWebItems).map((p) => p.program);\n },\n getDarkwebProgramCost: (ctx: NetscriptContext) =>\n function (_programName: unknown): number {\n helpers.checkSingularityAccess(ctx);\n const programName = helpers.string(ctx, \"programName\", _programName).toLowerCase();\n\n // If we don't have Tor, log it and return -1\n if (!Player.hasTorRouter()) {\n helpers.log(ctx, () => \"You do not have the TOR router.\");\n // returning -1 rather than throwing an error to be consistent with purchaseProgram\n // which returns false if tor has\n return -1;\n }\n\n const item = Object.values(DarkWebItems).find((i) => i.program.toLowerCase() === programName);\n\n // If the program doesn't exist, throw an error. The reasoning here is that the 99% case is that\n // the player will be using this in automation scripts, and if they're asking for a program that\n // doesn't exist, it's the first time they've run the script. So throw an error to let them know\n // that they need to fix it.\n if (item == null) {\n throw helpers.makeRuntimeErrorMsg(\n ctx,\n `No such exploit ('${programName}') found on the darkweb! ` +\n `\\nThis function is not case-sensitive. Did you perhaps forget .exe at the end?`,\n );\n }\n\n if (Player.hasProgram(item.program)) {\n helpers.log(ctx, () => `You already have the '${item.program}' program`);\n return 0;\n }\n return item.price;\n },\n b1tflum3:\n (ctx: NetscriptContext) =>\n (_nextBN: unknown, _callbackScript: unknown = \"\"): void => {\n helpers.checkSingularityAccess(ctx);\n const nextBN = helpers.number(ctx, \"nextBN\", _nextBN);\n const callbackScript = helpers.string(ctx, \"callbackScript\", _callbackScript);\n helpers.checkSingularityAccess(ctx);\n enterBitNode(true, Player.bitNodeN, nextBN);\n if (callbackScript)\n setTimeout(() => {\n runAfterReset(callbackScript);\n }, 0);\n },\n destroyW0r1dD43m0n:\n (ctx: NetscriptContext) =>\n (_nextBN: unknown, _callbackScript: unknown = \"\"): void => {\n helpers.checkSingularityAccess(ctx);\n const nextBN = helpers.number(ctx, \"nextBN\", _nextBN);\n const callbackScript = helpers.string(ctx, \"callbackScript\", _callbackScript);\n\n const wd = GetServer(SpecialServers.WorldDaemon);\n if (!(wd instanceof Server)) throw new Error(\"WorldDaemon was not a normal server. This is a bug contact dev.\");\n const hackingRequirements = (): boolean => {\n if (Player.skills.hacking < wd.requiredHackingSkill) return false;\n if (!wd.hasAdminRights) return false;\n return true;\n };\n const bladeburnerRequirements = (): boolean => {\n if (!Player.inBladeburner()) return false;\n if (!Player.bladeburner) return false;\n return Player.bladeburner.blackops[BlackOperationNames.OperationDaedalus];\n };\n\n if (!hackingRequirements() && !bladeburnerRequirements()) {\n helpers.log(ctx, () => \"Requirements not met to destroy the world daemon\");\n return;\n }\n\n wd.backdoorInstalled = true;\n calculateAchievements();\n enterBitNode(false, Player.bitNodeN, nextBN);\n if (callbackScript)\n setTimeout(() => {\n runAfterReset(callbackScript);\n }, 0);\n },\n getCurrentWork: () => (): any | null => {\n if (!Player.currentWork) return null;\n return Player.currentWork.APICopy();\n },\n exportGame: (ctx: NetscriptContext) => (): void => {\n helpers.checkSingularityAccess(ctx);\n onExport();\n return saveObject.exportGame();\n },\n exportGameBonus: (ctx: NetscriptContext) => (): boolean => {\n helpers.checkSingularityAccess(ctx);\n return canGetBonus();\n },\n };\n}\n","import { saveObject } from \"../SaveObject\";\nimport { Script } from \"../Script/Script\";\nimport { GetAllServers, GetServer } from \"../Server/AllServers\";\nimport { IFileLine } from \"./v1APIBreak\";\nimport { openV2Modal } from \"./V2Modal\";\n\nconst singularity = [\n \"applyToCompany\",\n \"b1tflum3\",\n \"checkFactionInvitations\",\n \"commitCrime\",\n \"connect\",\n \"createProgram\",\n \"destroyW0r1dD43m0n\",\n \"donateToFaction\",\n \"getAugmentationBasePrice\",\n \"getAugmentationCost\",\n \"getAugmentationPrereq\",\n \"getAugmentationPrice\",\n \"getAugmentationRepReq\",\n \"getAugmentationsFromFaction\",\n \"getAugmentationStats\",\n \"getCompanyFavor\",\n \"getCompanyFavorGain\",\n \"getCompanyRep\",\n \"getCrimeChance\",\n \"getCrimeStats\",\n \"getCurrentServer\",\n \"getDarkwebProgramCost\",\n \"getDarkwebPrograms\",\n \"getFactionFavor\",\n \"getFactionFavorGain\",\n \"getFactionRep\",\n \"getOwnedAugmentations\",\n \"getOwnedSourceFiles\",\n \"getUpgradeHomeCoresCost\",\n \"getUpgradeHomeRamCost\",\n \"goToLocation\",\n \"gymWorkout\",\n \"hospitalize\",\n \"installAugmentations\",\n \"installBackdoor\",\n \"isBusy\",\n \"isFocused\",\n \"joinFaction\",\n \"manualHack\",\n \"purchaseAugmentation\",\n \"purchaseProgram\",\n \"purchaseTor\",\n \"quitJob\",\n \"setFocus\",\n \"softReset\",\n \"stopAction\",\n \"travelToCity\",\n \"universityCourse\",\n \"upgradeHomeCores\",\n \"upgradeHomeRam\",\n \"workForCompany\",\n \"workForFaction\",\n];\n\nconst getPlayerFields = [\n \"workChaExpGained\",\n \"currentWorkFactionName\",\n \"workDexExpGained\",\n \"workHackExpGained\",\n \"createProgramReqLvl\",\n \"workStrExpGained\",\n \"companyName\",\n \"crimeType\",\n \"workRepGained\",\n \"workChaExpGainRate\",\n \"workType\",\n \"workStrExpGainRate\",\n \"isWorking\",\n \"workRepGainRate\",\n \"workDefExpGained\",\n \"currentWorkFactionDescription\",\n \"workHackExpGainRate\",\n \"workAgiExpGainRate\",\n \"workDexExpGainRate\",\n \"workMoneyGained\",\n \"workMoneyLossRate\",\n \"workMoneyGainRate\",\n \"createProgramName\",\n \"workDefExpGainRate\",\n \"workAgiExpGained\",\n \"className\",\n \"hacking\",\n \"strength\",\n \"defense\",\n \"dexterity\",\n \"agility\",\n \"charisma\",\n \"intelligence\",\n \"hacking_exp\",\n \"strength_exp\",\n \"defense_exp\",\n \"dexterity_exp\",\n \"agility_exp\",\n \"charisma_exp\",\n \"intelligence_exp\",\n \"hp\",\n \"max_hp\",\n \"hasWseAccount\",\n \"hasTixApiAccess\",\n \"has4SData\",\n \"has4SDataTixApi\",\n];\n\nconst mults = [\n \"hacking_chance_mult\",\n \"hacking_speed_mult\",\n \"hacking_money_mult\",\n \"hacking_grow_mult\",\n \"hacking_mult\",\n \"hacking_exp_mult\",\n \"strength_mult\",\n \"strength_exp_mult\",\n \"defense_mult\",\n \"defense_exp_mult\",\n \"dexterity_mult\",\n \"dexterity_exp_mult\",\n \"agility_mult\",\n \"agility_exp_mult\",\n \"charisma_mult\",\n \"charisma_exp_mult\",\n \"hacknet_node_money_mult\",\n \"hacknet_node_purchase_cost_mult\",\n \"hacknet_node_ram_cost_mult\",\n \"hacknet_node_core_cost_mult\",\n \"hacknet_node_level_cost_mult\",\n \"company_rep_mult\",\n \"faction_rep_mult\",\n \"work_money_mult\",\n \"crime_success_mult\",\n \"crime_money_mult\",\n \"bladeburner_max_stamina_mult\",\n \"bladeburner_stamina_gain_mult\",\n \"bladeburner_analysis_mult\",\n \"bladeburner_success_chance_mult\",\n];\n\ninterface IRule {\n matchJS: RegExp;\n matchScript?: RegExp;\n reason: string;\n offenders: IFileLine[];\n}\n\nexport const v2APIBreak = () => {\n const home = GetServer(\"home\");\n if (!home) throw new Error(\"'home' server was not found.\");\n const rules: IRule[] = [\n {\n matchJS: /ns\\.workForCompany/g,\n matchScript: /workForCompany/g,\n reason: \"workForCompany argument companyName is now not-optional.\",\n offenders: [],\n },\n {\n matchJS: /ns\\.getScriptExpGain/g,\n matchScript: /getScriptExpGain/g,\n reason: \"getScriptExpGain with 0 argument no longer returns the sum of all scripts. Use getTotalScriptExpGain\",\n offenders: [],\n },\n {\n matchJS: /ns\\.getScriptExpGain/g,\n matchScript: /getScriptExpGain/g,\n reason: \"getScriptIncome with 0 argument no longer returns the sum of all scripts. Use getTotalScriptIncome\",\n offenders: [],\n },\n {\n matchJS: /ns\\.scp/g,\n matchScript: /scp/g,\n reason:\n \"scp arguments were switch, it is now scp(files, destination, optionally_source). If you were using 2 argument (not 3) this doesn't affect you.\",\n offenders: [],\n },\n {\n matchJS: /ns\\.stock\\.buy/g,\n matchScript: /stock\\.buy/g,\n reason: \"buy is a very common word so in order to avoid ram costs it was renamed ns.stock.buyStock\",\n offenders: [],\n },\n {\n matchJS: /ns\\.stock\\.sell/g,\n matchScript: /stock\\.sell/g,\n reason: \"sell is a very common word so in order to avoid ram costs it was renamed ns.stock.sellStock\",\n offenders: [],\n },\n {\n matchJS: /ns\\.stock\\.short/g,\n matchScript: /stock\\.short/g,\n reason: \"short is a very common word so in order to avoid ram costs it was renamed ns.stock.buyShort\",\n offenders: [],\n },\n {\n matchJS: /ns\\.corporation\\.bribe/g,\n matchScript: /corporation\\.bribe/g,\n reason: \"bribe no longer allows you to give shares of the corporation, only money\",\n offenders: [],\n },\n ];\n\n for (const fn of singularity) {\n rules.push({\n matchJS: new RegExp(`ns.${fn}`, \"g\"),\n reason: `ns.${fn} was moved to ns.singularity.${fn}`,\n offenders: [],\n });\n }\n\n for (const mult of mults) {\n rules.push({\n matchJS: new RegExp(mult, \"g\"),\n reason: `ns.getPlayer().${mult} was moved to ns.getPlayer().mults.${mult.slice(0, mult.length - 5)}`,\n offenders: [],\n });\n }\n\n for (const f of getPlayerFields) {\n rules.push({\n matchJS: new RegExp(f, \"g\"),\n reason: `The work system is completely reworked and ns.getPlayer().${f} no longer exists. This data is likely available inside ns.getPlayer().currentWork, skills, exp, or hp`,\n offenders: [],\n });\n }\n\n for (const script of home.scripts) {\n processScript(rules, script);\n }\n\n home.writeToTextFile(\"V2_0_0_API_BREAK.txt\", formatRules(rules));\n openV2Modal();\n\n for (const server of GetAllServers()) {\n server.runningScripts = [];\n }\n saveObject.exportGame();\n};\n\nconst formatOffenders = (offenders: IFileLine[]): string => {\n const files: Record = {};\n for (const off of offenders) {\n const current = files[off.file] ?? [];\n current.push(off);\n files[off.file] = current;\n }\n\n let txt = \"\";\n for (const file in files) {\n txt += \"\\t\" + file + \"\\n\";\n for (const fileline of files[file]) {\n txt += `\\t\\tLine ${fileline.line} ${fileline.content.trim()}\\n`;\n }\n }\n return txt;\n};\n\nconst formatRules = (rules: IRule[]): string => {\n let txt =\n \"This file contains the list of potential API break. A pattern was used to look through all your files and note the spots where you might have a problem. Not everything here is broken.\";\n for (const rule of rules) {\n if (rule.offenders.length === 0) continue;\n txt += String(rule.matchJS) + \"\\n\";\n txt += rule.reason + \"\\n\\n\";\n txt += formatOffenders(rule.offenders);\n txt += \"\\n\\n\";\n }\n return txt;\n};\n\nconst processScript = (rules: IRule[], script: Script) => {\n const lines = script.code.split(\"\\n\");\n for (let i = 0; i < lines.length; i++) {\n for (const rule of rules) {\n const line = lines[i];\n const match = script.filename.endsWith(\".script\") ? rule.matchScript ?? rule.matchJS : rule.matchJS;\n if (line.match(match)) {\n rule.offenders.push({\n file: script.filename,\n line: i + 1,\n content: line,\n });\n }\n }\n }\n};\n","import { getRamCost } from \"./RamCostGenerator\";\nimport type { WorkerScript } from \"./WorkerScript\";\nimport { helpers } from \"./NetscriptHelpers\";\nimport { ScriptArg } from \"./ScriptArg\";\nimport { NSEnums } from \"src/ScriptEditor/NetscriptDefinitions\";\nimport { NSFull } from \"src/NetscriptFunctions\";\n\ntype ExternalFunction = (...args: unknown[]) => unknown;\n\nexport type ExternalAPILayer = {\n [key: string]: ExternalAPILayer | ExternalFunction | ScriptArg[];\n};\n\ntype InternalFunction unknown> = (ctx: NetscriptContext) => F;\n\nexport type InternalAPI = {\n [Property in keyof API]: API[Property] extends ExternalFunction\n ? InternalFunction\n : API[Property] extends NSEnums\n ? NSEnums\n : API[Property] extends ScriptArg[]\n ? ScriptArg[]\n : API[Property] extends object\n ? InternalAPI\n : never;\n};\n\nexport type NetscriptContext = {\n workerScript: WorkerScript;\n function: string;\n functionPath: string;\n};\n\nfunction wrapFunction(\n wrappedAPI: ExternalAPILayer,\n workerScript: WorkerScript,\n func: (_ctx: NetscriptContext) => (...args: unknown[]) => unknown,\n ...tree: string[]\n): void {\n const functionPath = tree.join(\".\");\n const functionName = tree.pop();\n if (typeof functionName !== \"string\") {\n throw helpers.makeBasicErrorMsg(workerScript, \"Failure occurred while wrapping netscript api\", \"INITIALIZATION\");\n }\n const ctx = {\n workerScript,\n function: functionName,\n functionPath,\n };\n function wrappedFunction(...args: unknown[]): unknown {\n helpers.checkEnvFlags(ctx);\n helpers.updateDynamicRam(ctx, getRamCost(...tree, ctx.function));\n return func(ctx)(...args);\n }\n const parent = getNestedProperty(wrappedAPI, tree);\n Object.defineProperty(parent, functionName, {\n value: wrappedFunction,\n writable: true,\n enumerable: true,\n });\n}\n\nexport function wrapAPI(workerScript: WorkerScript, namespace: object, args: ScriptArg[]): NSFull {\n const wrappedAPI = wrapAPILayer({}, workerScript, namespace);\n wrappedAPI.args = args;\n return wrappedAPI as unknown as NSFull;\n}\n\nexport function wrapAPILayer(\n wrappedAPI: ExternalAPILayer,\n workerScript: WorkerScript,\n namespace: object,\n ...tree: string[]\n) {\n for (const [key, value] of Object.entries(namespace)) {\n if (typeof value === \"function\") {\n wrapFunction(wrappedAPI, workerScript, value, ...tree, key);\n } else if (Array.isArray(value)) {\n setNestedProperty(wrappedAPI, value.slice(), key);\n } else if (typeof value === \"object\") {\n wrapAPILayer(wrappedAPI, workerScript, value, ...tree, key);\n } else {\n setNestedProperty(wrappedAPI, value, ...tree, key);\n }\n }\n return wrappedAPI;\n}\n\nfunction setNestedProperty(root: any, value: unknown, ...tree: string[]): void {\n let target = root;\n const key = tree.pop();\n if (!key) throw new Error(\"Failure occurred while wrapping netscript api (setNestedProperty)\");\n for (const branch of tree) {\n target[branch] ??= {};\n target = target[branch];\n }\n target[key] = value;\n}\n\nfunction getNestedProperty(root: any, tree: string[]): unknown {\n let target = root;\n for (const branch of tree) {\n target[branch] ??= {};\n target = target[branch];\n }\n return target;\n}\n","export class ScriptUrl {\n filename: string;\n url: string;\n moduleSequenceNumber: number;\n\n constructor(filename: string, url: string, moduleSequenceNumber: number) {\n this.filename = filename;\n this.url = url;\n this.moduleSequenceNumber = moduleSequenceNumber;\n }\n}\n","import { Terminal } from \"../../Terminal\";\nimport { BaseServer } from \"../../Server/BaseServer\";\nimport { killWorkerScript } from \"../../Netscript/killWorkerScript\";\nimport { WorkerScriptStartStopEventEmitter } from \"../../Netscript/WorkerScriptStartStopEventEmitter\";\n\nexport function killall(_args: (string | number | boolean)[], server: BaseServer): void {\n for (let i = server.runningScripts.length - 1; i >= 0; --i) {\n killWorkerScript({ runningScript: server.runningScripts[i], hostname: server.hostname });\n }\n WorkerScriptStartStopEventEmitter.emit();\n Terminal.print(\"Killing all running scripts\");\n}\n","import { Theme } from \"@mui/material/styles\";\nimport createStyles from \"@mui/styles/createStyles\";\nimport makeStyles from \"@mui/styles/makeStyles\";\nimport { toString } from \"lodash\";\nimport React from \"react\";\nimport { BaseServer } from \"../../Server/BaseServer\";\nimport { evaluateDirectoryPath, getFirstParentDirectory, isValidDirectoryPath } from \"../DirectoryHelpers\";\nimport { Router } from \"../../ui/GameRoot\";\nimport { Terminal } from \"../../Terminal\";\nimport libarg from \"arg\";\nimport { showLiterature } from \"../../Literature/LiteratureHelpers\";\nimport { MessageFilenames, showMessage } from \"../../Message/MessageHelpers\";\n\nexport function ls(args: (string | number | boolean)[], server: BaseServer): void {\n interface LSFlags {\n [\"-l\"]: boolean;\n [\"--grep\"]: string;\n }\n let flags: LSFlags;\n try {\n flags = libarg(\n {\n \"-l\": Boolean,\n \"--grep\": String,\n \"-g\": \"--grep\",\n },\n { argv: args },\n );\n } catch (e) {\n // catch passing only -g / --grep with no string to use as the search\n incorrectUsage();\n return;\n }\n const filter = flags[\"--grep\"];\n\n const numArgs = args.length;\n function incorrectUsage(): void {\n Terminal.error(\"Incorrect usage of ls command. Usage: ls [dir] [-l] [-g, --grep pattern]\");\n }\n\n if (numArgs > 4) {\n return incorrectUsage();\n }\n\n // Directory path\n let prefix = Terminal.cwd();\n if (!prefix.endsWith(\"/\")) {\n prefix += \"/\";\n }\n\n // If first arg doesn't contain a - it must be the file/folder\n const dir = args[0] && typeof args[0] == \"string\" && !args[0].startsWith(\"-\") ? args[0] : \"\";\n const newPath = evaluateDirectoryPath(dir + \"\", Terminal.cwd());\n prefix = newPath || \"\";\n if (!prefix.endsWith(\"/\")) {\n prefix += \"/\";\n }\n if (!isValidDirectoryPath(prefix)) {\n return incorrectUsage();\n }\n\n // Root directory, which is the same as no 'prefix' at all\n if (prefix === \"/\") {\n prefix = \"\";\n }\n\n // Display all programs and scripts\n const allPrograms: string[] = [];\n const allScripts: string[] = [];\n const allTextFiles: string[] = [];\n const allContracts: string[] = [];\n const allMessages: string[] = [];\n const folders: string[] = [];\n\n function handleFn(fn: string, dest: string[]): void {\n let parsedFn = fn;\n if (prefix) {\n if (!fn.startsWith(prefix)) {\n return;\n } else {\n parsedFn = fn.slice(prefix.length, fn.length);\n }\n }\n\n if (filter && !parsedFn.includes(filter)) {\n return;\n }\n\n // If the fn includes a forward slash, it must be in a subdirectory.\n // Therefore, we only list the \"first\" directory in its path\n if (parsedFn.includes(\"/\")) {\n const firstParentDir = getFirstParentDirectory(parsedFn);\n if (filter && !firstParentDir.includes(filter)) {\n return;\n }\n\n if (!folders.includes(firstParentDir)) {\n folders.push(firstParentDir);\n }\n\n return;\n }\n\n dest.push(parsedFn);\n }\n\n // Get all of the programs and scripts on the machine into one temporary array\n for (const program of server.programs) handleFn(program, allPrograms);\n for (const script of server.scripts) handleFn(script.filename, allScripts);\n for (const txt of server.textFiles) handleFn(txt.fn, allTextFiles);\n for (const contract of server.contracts) handleFn(contract.fn, allContracts);\n for (const msgOrLit of server.messages) handleFn(msgOrLit, allMessages);\n\n // Sort the files/folders alphabetically then print each\n allPrograms.sort();\n allScripts.sort();\n allTextFiles.sort();\n allContracts.sort();\n allMessages.sort();\n folders.sort();\n\n interface ClickableRowProps {\n row: string;\n prefix: string;\n hostname: string;\n }\n\n function ClickableScriptRow({ row, prefix, hostname }: ClickableRowProps): React.ReactElement {\n const classes = makeStyles((theme: Theme) =>\n createStyles({\n scriptLinksWrap: {\n display: \"inline-flex\",\n color: theme.palette.warning.main,\n },\n scriptLink: {\n cursor: \"pointer\",\n textDecorationLine: \"underline\",\n paddingRight: \"1.15em\",\n \"&:last-child\": { padding: 0 },\n },\n }),\n )();\n\n const rowSplit = row.split(\"~\");\n let rowSplitArray = rowSplit.map((x) => [x.trim(), x.replace(x.trim(), \"\")]);\n rowSplitArray = rowSplitArray.filter((x) => !!x[0]);\n\n function onScriptLinkClick(filename: string): void {\n if (!server.isConnectedTo) {\n return Terminal.error(`File is not on this server, connect to ${hostname} and try again`);\n }\n if (filename.startsWith(\"/\")) filename = filename.slice(1);\n const filepath = Terminal.getFilepath(`${prefix}${filename}`);\n const code = toString(Terminal.getScript(filepath)?.code);\n Router.toScriptEditor({ [filepath]: code });\n }\n\n return (\n \n {rowSplitArray.map((rowItem) => (\n \n onScriptLinkClick(rowItem[0])}>\n {rowItem[0]}\n \n {rowItem[1]}\n \n ))}\n \n );\n }\n\n function ClickableMessageRow({ row, prefix, hostname }: ClickableRowProps): React.ReactElement {\n const classes = makeStyles((theme: Theme) =>\n createStyles({\n linksWrap: {\n display: \"inline-flex\",\n color: theme.palette.primary.main,\n },\n link: {\n cursor: \"pointer\",\n textDecorationLine: \"underline\",\n paddingRight: \"1.15em\",\n \"&:last-child\": { padding: 0 },\n },\n }),\n )();\n\n const rowSplit = row.split(\"~\");\n let rowSplitArray = rowSplit.map((x) => [x.trim(), x.replace(x.trim(), \"\")]);\n rowSplitArray = rowSplitArray.filter((x) => !!x[0]);\n\n function onMessageLinkClick(filename: string): void {\n if (!server.isConnectedTo) {\n return Terminal.error(`File is not on this server, connect to ${hostname} and try again`);\n }\n if (filename.startsWith(\"/\")) filename = filename.slice(1);\n const filepath = Terminal.getFilepath(`${prefix}${filename}`);\n\n if (filepath.endsWith(\".lit\")) {\n showLiterature(filepath);\n } else if (filepath.endsWith(\".msg\")) {\n showMessage(filepath as MessageFilenames);\n }\n }\n\n return (\n \n {rowSplitArray.map((rowItem) => (\n \n onMessageLinkClick(rowItem[0])}>\n {rowItem[0]}\n \n {rowItem[1]}\n \n ))}\n \n );\n }\n\n enum FileType {\n Folder,\n Message,\n TextFile,\n Program,\n Contract,\n Script,\n }\n\n interface FileGroup {\n type: FileType;\n segments: string[];\n }\n\n function postSegments(group: FileGroup, flags: LSFlags): void {\n const segments = group.segments;\n const linked = group.type === FileType.Script || group.type === FileType.Message;\n const maxLength = Math.max(...segments.map((s) => s.length)) + 1;\n const filesPerRow = flags[\"-l\"] === true ? 1 : Math.ceil(80 / maxLength);\n for (let i = 0; i < segments.length; i++) {\n let row = \"\";\n for (let col = 0; col < filesPerRow; col++) {\n if (!(i < segments.length)) break;\n row += segments[i];\n row += \" \".repeat(maxLength * (col + 1) - row.length);\n if (linked) {\n row += \"~\";\n }\n i++;\n }\n i--;\n\n switch (group.type) {\n case FileType.Folder:\n Terminal.printRaw({row});\n break;\n case FileType.Script:\n Terminal.printRaw();\n break;\n case FileType.Message:\n Terminal.printRaw();\n break;\n default:\n Terminal.print(row);\n }\n }\n }\n\n const groups: FileGroup[] = [\n { type: FileType.Folder, segments: folders },\n { type: FileType.Message, segments: allMessages },\n { type: FileType.TextFile, segments: allTextFiles },\n { type: FileType.Program, segments: allPrograms },\n { type: FileType.Contract, segments: allContracts },\n { type: FileType.Script, segments: allScripts },\n ].filter((g) => g.segments.length > 0);\n for (const group of groups) {\n postSegments(group, flags);\n }\n}\n","import { Terminal } from \"../../Terminal\";\nimport { BaseServer } from \"../../Server/BaseServer\";\n\nexport function lscpu(_args: (string | number | boolean)[], server: BaseServer): void {\n Terminal.print(server.cpuCores + \" Core(s)\");\n}\n","import { Terminal } from \"../../Terminal\";\nimport { numeralWrapper } from \"../../ui/numeralFormat\";\nimport { Settings } from \"../../Settings/Settings\";\n\nexport function mem(args: (string | number | boolean)[]): void {\n try {\n if (args.length !== 1 && args.length !== 3) {\n Terminal.error(\"Incorrect usage of mem command. usage: mem [scriptname] [-t] [number threads]\");\n return;\n }\n\n const scriptName = args[0] + \"\";\n let numThreads = 1;\n if (args.length === 3 && args[1] === \"-t\") {\n numThreads = Math.round(parseInt(args[2] + \"\"));\n if (isNaN(numThreads) || numThreads < 1) {\n Terminal.error(\"Invalid number of threads specified. Number of threads must be greater than 1\");\n return;\n }\n }\n\n const script = Terminal.getScript(scriptName);\n if (script == null) {\n Terminal.error(\"mem failed. No such script exists!\");\n return;\n }\n\n const ramUsage = script.ramUsage * numThreads;\n\n Terminal.print(\n `This script requires ${numeralWrapper.formatRAM(ramUsage)} of RAM to run for ${numThreads} thread(s)`,\n );\n\n const verboseEntries = script.ramUsageEntries?.sort((a, b) => b.cost - a.cost) ?? [];\n const padding = Settings.UseIEC60027_2 ? 9 : 8;\n for (const entry of verboseEntries) {\n Terminal.print(\n `${numeralWrapper.formatRAM(entry.cost * numThreads).padStart(padding)} | ${entry.name} (${entry.type})`,\n );\n }\n\n if (ramUsage > 0 && verboseEntries.length === 0) {\n // Let's warn the user that he might need to save his script again to generate the detailed entries\n Terminal.warn(\"You might have to open & save this script to see the detailed RAM usage information.\");\n }\n } catch (e) {\n Terminal.error(e + \"\");\n }\n}\n","import { Terminal } from \"../../Terminal\";\nimport { BaseServer } from \"../../Server/BaseServer\";\nimport { isScriptFilename } from \"../../Script/isScriptFilename\";\nimport { TextFile } from \"../../TextFile\";\nimport { Script } from \"../../Script/Script\";\nimport { getDestinationFilepath, areFilesEqual } from \"../DirectoryHelpers\";\n\nexport function mv(args: (string | number | boolean)[], server: BaseServer): void {\n if (args.length !== 2) {\n Terminal.error(`Incorrect number of arguments. Usage: mv [src] [dest]`);\n return;\n }\n\n try {\n const source = args[0] + \"\";\n const t_dest = args[1] + \"\";\n\n if (!isScriptFilename(source) && !source.endsWith(\".txt\")) {\n Terminal.error(`'mv' can only be used on scripts and text files (.txt)`);\n return;\n }\n\n const srcFile = Terminal.getFile(source);\n if (srcFile == null) {\n Terminal.error(`Source file ${source} does not exist`);\n return;\n }\n\n const sourcePath = Terminal.getFilepath(source);\n // Get the destination based on the source file and the current directory\n const dest = getDestinationFilepath(t_dest, source, Terminal.cwd());\n if (dest === null) {\n Terminal.error(\"error parsing dst file\");\n return;\n }\n\n const destFile = Terminal.getFile(dest);\n const destPath = Terminal.getFilepath(dest);\n if (areFilesEqual(sourcePath, destPath)) {\n Terminal.error(`Source and destination files are the same file`);\n return;\n }\n\n // 'mv' command only works on scripts and txt files.\n // Also, you can't convert between different file types\n if (isScriptFilename(source)) {\n const script = srcFile as Script;\n if (!isScriptFilename(destPath)) {\n Terminal.error(`Source and destination files must have the same type`);\n return;\n }\n\n // Command doesn't work if script is running\n if (server.isRunning(sourcePath)) {\n Terminal.error(`Cannot use 'mv' on a script that is running`);\n return;\n }\n\n if (destFile != null) {\n // Already exists, will be overwritten, so we'll delete it\n\n // Command doesn't work if script is running\n if (server.isRunning(destPath)) {\n Terminal.error(`Cannot use 'mv' on a script that is running`);\n return;\n }\n\n const status = server.removeFile(destPath);\n if (!status.res) {\n Terminal.error(`Something went wrong...please contact game dev (probably a bug)`);\n return;\n } else {\n Terminal.print(\"Warning: The destination file was overwritten\");\n }\n }\n\n script.filename = destPath;\n } else if (srcFile instanceof TextFile) {\n const textFile = srcFile;\n if (!dest.endsWith(\".txt\")) {\n Terminal.error(`Source and destination files must have the same type`);\n return;\n }\n\n if (destFile != null) {\n // Already exists, will be overwritten, so we'll delete it\n const status = server.removeFile(destPath);\n if (!status.res) {\n Terminal.error(`Something went wrong...please contact game dev (probably a bug)`);\n return;\n } else {\n Terminal.print(\"Warning: The destination file was overwritten\");\n }\n }\n\n textFile.fn = destPath;\n }\n } catch (e) {\n Terminal.error(e + \"\");\n }\n}\n","import { BaseServer } from \"../../Server/BaseServer\";\n\nimport { commonEditor } from \"./common/editor\";\n\nexport function nano(args: (string | number | boolean)[], server: BaseServer): void {\n return commonEditor(\"nano\", { args, server });\n}\n","interface Position {\n row: number;\n column: number;\n}\n\nclass PositionTracker {\n positions: Map;\n\n constructor() {\n this.positions = new Map();\n }\n\n saveCursor(filename: string, pos: Position): void {\n this.positions.set(filename, pos);\n }\n\n getCursor(filename: string): Position {\n const position = this.positions.get(filename);\n if (!position) {\n return {\n row: -1,\n column: -1,\n };\n }\n return position;\n }\n}\n\nexport const CursorPositions: PositionTracker = new PositionTracker();\n","import { Terminal } from \"../../Terminal\";\nimport { BaseServer } from \"../../Server/BaseServer\";\nimport * as libarg from \"arg\";\n\nexport function ps(args: (string | number | boolean)[], server: BaseServer): void {\n let flags;\n try {\n flags = libarg(\n {\n \"--grep\": String,\n \"-g\": \"--grep\",\n },\n { argv: args },\n );\n } catch (e) {\n // catch passing only -g / --grep with no string to use as the search\n Terminal.error(\"Incorrect usage of ps command. Usage: ps [-g, --grep pattern]\");\n return;\n }\n const pattern = flags[\"--grep\"];\n if (pattern) {\n const re = new RegExp(pattern.toString());\n const matching = server.runningScripts.filter((x) => re.test(x.filename));\n for (let i = 0; i < matching.length; i++) {\n const rsObj = matching[i];\n let res = `(PID - ${rsObj.pid}) ${rsObj.filename}`;\n for (let j = 0; j < rsObj.args.length; ++j) {\n res += \" \" + rsObj.args[j].toString();\n }\n Terminal.print(res);\n }\n }\n if (args.length === 0) {\n for (let i = 0; i < server.runningScripts.length; i++) {\n const rsObj = server.runningScripts[i];\n let res = `(PID - ${rsObj.pid}) ${rsObj.filename}`;\n for (let j = 0; j < rsObj.args.length; ++j) {\n res += \" \" + rsObj.args[j].toString();\n }\n Terminal.print(res);\n }\n }\n}\n","import { Terminal } from \"../../Terminal\";\nimport { BaseServer } from \"../../Server/BaseServer\";\nimport { IReturnStatus } from \"../../types\";\n\nexport function rm(args: (string | number | boolean)[], server: BaseServer): void {\n if (args.length !== 1) {\n Terminal.error(\"Incorrect number of arguments. Usage: rm [program/script]\");\n return;\n }\n\n // Check programs\n let delTarget;\n let status: IReturnStatus = {\n res: true,\n msg: \"\",\n };\n try {\n delTarget = Terminal.getFilepath(args[0] + \"\");\n status = server.removeFile(delTarget);\n } catch (err) {\n status = {\n res: false,\n msg: \"No such file exists\",\n };\n }\n\n if (!status.res && status.msg) {\n Terminal.error(status.msg);\n }\n}\n","import { Terminal } from \"../../Terminal\";\nimport { BaseServer } from \"../../Server/BaseServer\";\nimport { isScriptFilename } from \"../../Script/isScriptFilename\";\nimport { runScript } from \"./runScript\";\nimport { runProgram } from \"./runProgram\";\n\nexport function run(args: (string | number | boolean)[], server: BaseServer): void {\n // Run a program or a script\n if (args.length < 1) {\n Terminal.error(\"Incorrect number of arguments. Usage: run [program/script] [-t] [num threads] [arg1] [arg2]...\");\n } else {\n const executableName = args[0] + \"\";\n\n // Check if its a script or just a program/executable\n if (isScriptFilename(executableName)) {\n runScript(args, server);\n } else if (executableName.endsWith(\".cct\")) {\n Terminal.runContract(executableName);\n } else {\n runProgram(args, server);\n }\n }\n}\n","import { Terminal } from \"../../Terminal\";\nimport { BaseServer } from \"../../Server/BaseServer\";\nimport { LogBoxEvents } from \"../../ui/React/LogBoxManager\";\nimport { startWorkerScript } from \"../../NetscriptWorker\";\nimport { RunningScript } from \"../../Script/RunningScript\";\nimport { findRunningScript } from \"../../Script/ScriptHelpers\";\nimport * as libarg from \"arg\";\nimport { numeralWrapper } from \"../../ui/numeralFormat\";\n\nexport function runScript(commandArgs: (string | number | boolean)[], server: BaseServer): void {\n if (commandArgs.length < 1) {\n Terminal.error(\n `Bug encountered with Terminal.runScript(). Command array has a length of less than 1: ${commandArgs}`,\n );\n return;\n }\n\n const scriptName = Terminal.getFilepath(commandArgs[0] + \"\");\n\n const runArgs = { \"--tail\": Boolean, \"-t\": Number };\n const flags = libarg(runArgs, {\n permissive: true,\n argv: commandArgs.slice(1),\n });\n const threadFlag = Math.round(parseFloat(flags[\"-t\"]));\n const tailFlag = flags[\"--tail\"] === true;\n if (flags[\"-t\"] !== undefined && (threadFlag < 0 || isNaN(threadFlag))) {\n Terminal.error(\"Invalid number of threads specified. Number of threads must be greater than 0\");\n return;\n }\n const numThreads = !isNaN(threadFlag) && threadFlag > 0 ? threadFlag : 1;\n const args = flags[\"_\"];\n\n // Check if this script is already running\n if (findRunningScript(scriptName, args, server) != null) {\n Terminal.error(\n \"This script is already running with the same args. Cannot run multiple instances with the same args\",\n );\n return;\n }\n\n // Check if the script exists and if it does run it\n for (let i = 0; i < server.scripts.length; i++) {\n if (server.scripts[i].filename !== scriptName) {\n continue;\n }\n // Check for admin rights and that there is enough RAM available to run\n const script = server.scripts[i];\n script.server = server.hostname;\n const ramUsage = script.ramUsage * numThreads;\n const ramAvailable = server.maxRam - server.ramUsed;\n\n if (!server.hasAdminRights) {\n Terminal.error(\"Need root access to run script\");\n return;\n }\n\n if (ramUsage > ramAvailable + 0.001) {\n Terminal.error(\n \"This machine does not have enough RAM to run this script\" +\n (numThreads === 1 ? \"\" : ` with ${numThreads} threads`) +\n `. Script requires ${numeralWrapper.formatRAM(ramUsage)} of RAM`,\n );\n return;\n }\n\n // Able to run script\n const runningScript = new RunningScript(script, args);\n runningScript.threads = numThreads;\n\n const success = startWorkerScript(runningScript, server);\n if (!success) {\n Terminal.error(`Failed to start script`);\n return;\n }\n\n Terminal.print(\n `Running script with ${numThreads} thread(s), pid ${runningScript.pid} and args: ${JSON.stringify(args)}.`,\n );\n if (tailFlag) {\n LogBoxEvents.emit(runningScript);\n }\n return;\n }\n\n Terminal.error(\"No such script\");\n}\n","import { Terminal } from \"../../Terminal\";\nimport { Player } from \"@player\";\nimport { BaseServer } from \"../../Server/BaseServer\";\nimport { Programs } from \"../../Programs/Programs\";\n\nexport function runProgram(args: (string | number | boolean)[], server: BaseServer): void {\n if (args.length < 1) {\n return;\n }\n\n // Check if you have the program on your computer. If you do, execute it, otherwise\n // display an error message\n const programName = args[0] + \"\";\n\n if (!Player.hasProgram(programName)) {\n Terminal.error(\n `No such (exe, script, js, ns, or cct) file! (Only programs that exist on your home computer or scripts on ${server.hostname} can be run)`,\n );\n return;\n }\n\n if (args.length < 1) {\n return;\n }\n\n for (const program of Object.values(Programs)) {\n if (program.name.toLocaleLowerCase() === programName.toLocaleLowerCase()) {\n program.run(\n args.slice(1).map((arg) => arg + \"\"),\n server,\n );\n return;\n }\n }\n\n Terminal.error(\"Invalid executable. Cannot be run\");\n}\n","import { Terminal } from \"../../Terminal\";\nimport { BaseServer } from \"../../Server/BaseServer\";\nimport { getServerOnNetwork } from \"../../Server/ServerHelpers\";\n\nexport function scan(args: (string | number | boolean)[], currServ: BaseServer): void {\n if (args.length !== 0) {\n Terminal.error(\"Incorrect usage of scan command. Usage: scan\");\n return;\n }\n // Displays available network connections using TCP\n const servers = currServ.serversOnNetwork.map((_, i) => {\n const server = getServerOnNetwork(currServ, i);\n if (server === null) throw new Error(\"Server should not be null\");\n return {\n hostname: server.hostname,\n ip: server.ip,\n hasRoot: server.hasAdminRights ? \"Y\" : \"N\",\n };\n });\n servers.unshift({\n hostname: \"Hostname\",\n ip: \"IP\",\n hasRoot: \"Root Access\",\n });\n const maxHostname = Math.max(...servers.map((s) => s.hostname.length));\n const maxIP = Math.max(...servers.map((s) => s.ip.length));\n for (const server of servers) {\n if (!server) continue;\n let entry = server.hostname;\n entry += \" \".repeat(maxHostname - server.hostname.length + 1);\n entry += server.ip;\n entry += \" \".repeat(maxIP - server.ip.length + 1);\n entry += server.hasRoot;\n Terminal.print(entry);\n }\n}\n","import { Terminal } from \"../../Terminal\";\nimport { Player } from \"@player\";\nimport { Programs } from \"../../Programs/Programs\";\n\nexport function scananalyze(args: (string | number | boolean)[]): void {\n if (args.length === 0) {\n Terminal.executeScanAnalyzeCommand();\n } else {\n // # of args must be 2 or 3\n if (args.length > 2) {\n Terminal.error(\"Incorrect usage of scan-analyze command. usage: scan-analyze [depth]\");\n return;\n }\n let all = false;\n if (args.length === 2 && args[1] === \"-a\") {\n all = true;\n }\n\n const depth = parseInt(args[0] + \"\");\n\n if (isNaN(depth) || depth < 0) {\n Terminal.error(\"Incorrect usage of scan-analyze command. depth argument must be positive numeric\");\n return;\n }\n if (depth > 3 && !Player.hasProgram(Programs.DeepscanV1.name) && !Player.hasProgram(Programs.DeepscanV2.name)) {\n Terminal.error(\"You cannot scan-analyze with that high of a depth. Maximum depth is 3\");\n return;\n } else if (depth > 5 && !Player.hasProgram(Programs.DeepscanV2.name)) {\n Terminal.error(\"You cannot scan-analyze with that high of a depth. Maximum depth is 5\");\n return;\n } else if (depth > 10) {\n Terminal.error(\"You cannot scan-analyze with that high of a depth. Maximum depth is 10\");\n return;\n }\n Terminal.executeScanAnalyzeCommand(depth, all);\n }\n}\n","import { Terminal } from \"../../Terminal\";\nimport { BaseServer } from \"../../Server/BaseServer\";\nimport { GetServer } from \"../../Server/AllServers\";\nimport { isScriptFilename } from \"../../Script/isScriptFilename\";\n\nexport function scp(args: (string | number | boolean)[], server: BaseServer): void {\n try {\n if (args.length !== 2) {\n Terminal.error(\"Incorrect usage of scp command. Usage: scp [file] [destination hostname]\");\n return;\n }\n const scriptname = Terminal.getFilepath(args[0] + \"\");\n if (!scriptname.endsWith(\".lit\") && !isScriptFilename(scriptname) && !scriptname.endsWith(\".txt\")) {\n Terminal.error(\"scp only works for scripts, text files (.txt), and literature files (.lit)\");\n return;\n }\n\n const destServer = GetServer(args[1] + \"\");\n if (destServer == null) {\n Terminal.error(`Invalid destination. ${args[1]} not found`);\n return;\n }\n\n // Scp for lit files\n if (scriptname.endsWith(\".lit\")) {\n if (!server.messages.includes(scriptname)) return Terminal.error(\"No such file exists!\");\n\n const onDestServer = destServer.messages.includes(scriptname);\n if (!onDestServer) destServer.messages.push(scriptname);\n return Terminal.print(`${scriptname} ${onDestServer ? \"was already on\" : \"copied to\"} ${destServer.hostname}`);\n }\n\n // Scp for txt files\n if (scriptname.endsWith(\".txt\")) {\n const txtFile = server.textFiles.find((txtFile) => txtFile.fn === scriptname);\n if (!txtFile) return Terminal.error(\"No such file exists!\");\n\n const tRes = destServer.writeToTextFile(txtFile.fn, txtFile.text);\n if (!tRes.success) {\n Terminal.error(\"scp failed\");\n return;\n }\n if (tRes.overwritten) {\n Terminal.print(`WARNING: ${scriptname} already exists on ${destServer.hostname} and will be overwritten`);\n Terminal.print(`${scriptname} overwritten on ${destServer.hostname}`);\n return;\n }\n Terminal.print(`${scriptname} copied over to ${destServer.hostname}`);\n return;\n }\n\n // Get the current script\n const sourceScript = server.scripts.find((script) => script.filename === scriptname);\n if (!sourceScript) {\n Terminal.error(\"scp failed. No such script exists\");\n return;\n }\n\n const sRes = destServer.writeToScriptFile(scriptname, sourceScript.code);\n if (!sRes.success) {\n Terminal.error(`scp failed`);\n return;\n }\n if (sRes.overwritten) {\n Terminal.print(`WARNING: ${scriptname} already exists on ${destServer.hostname} and will be overwritten`);\n Terminal.print(`${scriptname} overwritten on ${destServer.hostname}`);\n return;\n }\n Terminal.print(`${scriptname} copied over to ${destServer.hostname}`);\n } catch (e) {\n Terminal.error(e + \"\");\n }\n}\n","import { Terminal } from \"../../Terminal\";\nimport { BaseServer } from \"../../Server/BaseServer\";\n\nexport function sudov(args: (string | number | boolean)[], server: BaseServer): void {\n if (args.length !== 0) {\n Terminal.error(\"Incorrect number of arguments. Usage: sudov\");\n return;\n }\n\n if (server.hasAdminRights) {\n Terminal.print(\"You have ROOT access to this machine\");\n } else {\n Terminal.print(\"You do NOT have root access to this machine\");\n }\n}\n","import { Terminal } from \"../../Terminal\";\nimport { BaseServer } from \"../../Server/BaseServer\";\nimport { findRunningScriptByPid } from \"../../Script/ScriptHelpers\";\nimport { isScriptFilename, validScriptExtensions } from \"../../Script/isScriptFilename\";\nimport { compareArrays } from \"../../utils/helpers/compareArrays\";\nimport { LogBoxEvents } from \"../../ui/React/LogBoxManager\";\n\nexport function tail(commandArray: (string | number | boolean)[], server: BaseServer): void {\n try {\n if (commandArray.length < 1) {\n Terminal.error(\"Incorrect number of arguments. Usage: tail [script] [arg1] [arg2]...\");\n } else if (typeof commandArray[0] === \"string\") {\n const scriptName = Terminal.getFilepath(commandArray[0]);\n if (!isScriptFilename(scriptName)) {\n Terminal.error(`tail can only be called on ${validScriptExtensions.join(\", \")} files, or by PID`);\n return;\n }\n\n // Get script arguments\n const args = [];\n for (let i = 1; i < commandArray.length; ++i) {\n args.push(commandArray[i]);\n }\n\n // go over all the running scripts. If there's a perfect\n // match, use it!\n for (let i = 0; i < server.runningScripts.length; ++i) {\n if (server.runningScripts[i].filename === scriptName && compareArrays(server.runningScripts[i].args, args)) {\n LogBoxEvents.emit(server.runningScripts[i]);\n return;\n }\n }\n\n // Find all scripts that are potential candidates.\n const candidates = [];\n for (let i = 0; i < server.runningScripts.length; ++i) {\n // only scripts that have more arguments (equal arguments is already caught)\n if (server.runningScripts[i].args.length < args.length) continue;\n // make a smaller copy of the args.\n const args2 = server.runningScripts[i].args.slice(0, args.length);\n if (server.runningScripts[i].filename === scriptName && compareArrays(args2, args)) {\n candidates.push(server.runningScripts[i]);\n }\n }\n\n // If there's only 1 possible choice, use that.\n if (candidates.length === 1) {\n LogBoxEvents.emit(candidates[0]);\n return;\n }\n\n // otherwise lists all possible conflicting choices.\n if (candidates.length > 1) {\n Terminal.error(\"Found several potential candidates:\");\n for (const candidate of candidates) Terminal.error(`${candidate.filename} ${candidate.args.join(\" \")}`);\n Terminal.error(\"Script arguments need to be specified.\");\n return;\n }\n\n // if there's no candidate then we just don't know.\n Terminal.error(`No script named ${scriptName} is running on the server`);\n } else if (typeof commandArray[0] === \"number\") {\n const runningScript = findRunningScriptByPid(commandArray[0], server);\n if (runningScript == null) {\n Terminal.error(`No script with PID ${commandArray[0]} is running on the server`);\n return;\n }\n LogBoxEvents.emit(runningScript);\n }\n } catch (e) {\n Terminal.error(e + \"\");\n }\n}\n","import { Terminal } from \"../../Terminal\";\nimport { BaseServer } from \"../../Server/BaseServer\";\nimport { getRamUsageFromRunningScript } from \"../../Script/RunningScriptHelpers\";\nimport { numeralWrapper } from \"../../ui/numeralFormat\";\n\nexport function top(args: (string | number | boolean)[], server: BaseServer): void {\n if (args.length !== 0) {\n Terminal.error(\"Incorrect usage of top command. Usage: top\");\n return;\n }\n\n // Headers\n const scriptWidth = 40;\n const pidWidth = 10;\n const threadsWidth = 16;\n\n const scriptTxt = \"Script\";\n const pidTxt = \"PID\";\n const threadsTxt = \"Threads\";\n const ramTxt = \"RAM Usage\";\n\n const spacesAfterScriptTxt = \" \".repeat(scriptWidth - scriptTxt.length);\n const spacesAfterPidTxt = \" \".repeat(pidWidth - pidTxt.length);\n const spacesAfterThreadsTxt = \" \".repeat(threadsWidth - threadsTxt.length);\n\n const headers = `${scriptTxt}${spacesAfterScriptTxt}${pidTxt}${spacesAfterPidTxt}${threadsTxt}${spacesAfterThreadsTxt}${ramTxt}`;\n\n Terminal.print(headers);\n\n const currRunningScripts = server.runningScripts;\n // Iterate through scripts on current server\n for (let i = 0; i < currRunningScripts.length; i++) {\n const script = currRunningScripts[i];\n\n // Calculate name padding\n const numSpacesScript = Math.max(0, scriptWidth - script.filename.length);\n const spacesScript = \" \".repeat(numSpacesScript);\n\n // Calculate PID padding\n const numSpacesPid = Math.max(0, pidWidth - (script.pid + \"\").length);\n const spacesPid = \" \".repeat(numSpacesPid);\n\n // Calculate thread padding\n const numSpacesThread = Math.max(0, threadsWidth - (script.threads + \"\").length);\n const spacesThread = \" \".repeat(numSpacesThread);\n\n // Calculate and transform RAM usage\n const ramUsage = numeralWrapper.formatRAM(getRamUsageFromRunningScript(script) * script.threads);\n\n const entry = [script.filename, spacesScript, script.pid, spacesPid, script.threads, spacesThread, ramUsage].join(\n \"\",\n );\n Terminal.print(entry);\n }\n}\n","import { Terminal } from \"../../Terminal\";\nimport { removeAlias } from \"../../Alias\";\n\nexport function unalias(args: (string | number | boolean)[]): void {\n if (args.length !== 1) {\n Terminal.error(\"Incorrect usage of unalias name. Usage: unalias [alias]\");\n return;\n } else if (removeAlias(args[0] + \"\")) {\n Terminal.print(`Removed alias ${args[0]}`);\n } else {\n Terminal.error(`No such alias exists: ${args[0]}`);\n }\n}\n","import { BaseServer } from \"../../Server/BaseServer\";\n\nimport { commonEditor } from \"./common/editor\";\n\nexport function vim(args: (string | number | boolean)[], server: BaseServer): void {\n return commonEditor(\"vim\", { args, server }, { vim: true });\n}\n","import { Terminal } from \"../../Terminal\";\nimport { Player } from \"@player\";\nimport { BaseServer } from \"../../Server/BaseServer\";\nimport { Server } from \"../../Server/Server\";\n\nexport function weaken(args: (string | number | boolean)[], server: BaseServer): void {\n if (args.length !== 0) {\n Terminal.error(\"Incorrect usage of weaken command. Usage: weaken\");\n return;\n }\n\n if (!(server instanceof Server)) {\n Terminal.error(\n \"Cannot weaken your own machines! You are currently connected to your home PC or one of your purchased servers\",\n );\n }\n const normalServer = server as Server;\n // Hack the current PC (usually for money)\n // You can't weaken your home pc or servers you purchased\n if (normalServer.purchasedByPlayer) {\n Terminal.error(\n \"Cannot weaken your own machines! You are currently connected to your home PC or one of your purchased servers\",\n );\n return;\n }\n if (!normalServer.hasAdminRights) {\n Terminal.error(\"You do not have admin rights for this machine! Cannot weaken\");\n return;\n }\n if (normalServer.requiredHackingSkill > Player.skills.hacking) {\n Terminal.error(\n \"Your hacking skill is not high enough to attempt hacking this machine. Try analyzing the machine to determine the required hacking skill\",\n );\n return;\n }\n Terminal.startWeaken();\n}\n","import $ from \"jquery\";\n\nimport { Terminal } from \"../../Terminal\";\nimport { BaseServer } from \"../../Server/BaseServer\";\nimport { isScriptFilename } from \"../../Script/isScriptFilename\";\n\nexport function wget(args: (string | number | boolean)[], server: BaseServer): void {\n if (args.length !== 2) {\n Terminal.error(\"Incorrect usage of wget command. Usage: wget [url] [target file]\");\n return;\n }\n\n const url = args[0] + \"\";\n const target = Terminal.getFilepath(args[1] + \"\");\n if (!isScriptFilename(target) && !target.endsWith(\".txt\")) {\n return Terminal.error(`wget failed: Invalid target file. Target file must be script or text file`);\n }\n $.get(\n url,\n function (data: unknown) {\n let res;\n if (isScriptFilename(target)) {\n res = server.writeToScriptFile(target, String(data));\n } else {\n res = server.writeToTextFile(target, String(data));\n }\n if (!res.success) {\n return Terminal.error(\"wget failed\");\n }\n if (res.overwritten) {\n return Terminal.print(`wget successfully retrieved content and overwrote ${target}`);\n }\n return Terminal.print(`wget successfully retrieved content to new file ${target}`);\n },\n \"text\",\n ).fail(function (e) {\n return Terminal.error(\"wget failed: \" + JSON.stringify(e));\n });\n}\n","import { Apr1Events } from \"../../ui/Apr1\";\n\nexport function apr1(): void {\n Apr1Events.emit();\n}\n","import { PlayerOwnedSourceFile } from \"./PlayerOwnedSourceFile\";\nimport { SourceFiles } from \"./SourceFiles\";\n\nimport { Player } from \"@player\";\n\nexport function applySourceFile(srcFile: PlayerOwnedSourceFile): void {\n const srcFileKey = \"SourceFile\" + srcFile.n;\n const sourceFileObject = SourceFiles[srcFileKey];\n if (sourceFileObject == null) {\n console.error(`Invalid source file number: ${srcFile.n}`);\n return;\n }\n\n switch (srcFile.n) {\n case 1: {\n // The Source Genesis\n let mult = 0;\n for (let i = 0; i < srcFile.lvl; ++i) {\n mult += 16 / Math.pow(2, i);\n }\n const incMult = 1 + mult / 100;\n const decMult = 1 - mult / 100;\n Player.mults.hacking_chance *= incMult;\n Player.mults.hacking_speed *= incMult;\n Player.mults.hacking_money *= incMult;\n Player.mults.hacking_grow *= incMult;\n Player.mults.hacking *= incMult;\n Player.mults.strength *= incMult;\n Player.mults.defense *= incMult;\n Player.mults.dexterity *= incMult;\n Player.mults.agility *= incMult;\n Player.mults.charisma *= incMult;\n Player.mults.hacking_exp *= incMult;\n Player.mults.strength_exp *= incMult;\n Player.mults.defense_exp *= incMult;\n Player.mults.dexterity_exp *= incMult;\n Player.mults.agility_exp *= incMult;\n Player.mults.charisma_exp *= incMult;\n Player.mults.company_rep *= incMult;\n Player.mults.faction_rep *= incMult;\n Player.mults.crime_money *= incMult;\n Player.mults.crime_success *= incMult;\n Player.mults.hacknet_node_money *= incMult;\n Player.mults.hacknet_node_purchase_cost *= decMult;\n Player.mults.hacknet_node_ram_cost *= decMult;\n Player.mults.hacknet_node_core_cost *= decMult;\n Player.mults.hacknet_node_level_cost *= decMult;\n Player.mults.work_money *= incMult;\n break;\n }\n case 2: {\n // Rise of the Underworld\n let mult = 0;\n for (let i = 0; i < srcFile.lvl; ++i) {\n mult += 24 / Math.pow(2, i);\n }\n const incMult = 1 + mult / 100;\n Player.mults.crime_money *= incMult;\n Player.mults.crime_success *= incMult;\n Player.mults.charisma *= incMult;\n break;\n }\n case 3: {\n // Corporatocracy\n let mult = 0;\n for (let i = 0; i < srcFile.lvl; ++i) {\n mult += 8 / Math.pow(2, i);\n }\n const incMult = 1 + mult / 100;\n Player.mults.charisma *= incMult;\n Player.mults.work_money *= incMult;\n break;\n }\n case 4: {\n // The Singularity\n // No effects, just gives access to Singularity functions\n break;\n }\n case 5: {\n // Artificial Intelligence\n let mult = 0;\n for (let i = 0; i < srcFile.lvl; ++i) {\n mult += 8 / Math.pow(2, i);\n }\n const incMult = 1 + mult / 100;\n Player.mults.hacking_chance *= incMult;\n Player.mults.hacking_speed *= incMult;\n Player.mults.hacking_money *= incMult;\n Player.mults.hacking_grow *= incMult;\n Player.mults.hacking *= incMult;\n Player.mults.hacking_exp *= incMult;\n break;\n }\n case 6: {\n // Bladeburner\n let mult = 0;\n for (let i = 0; i < srcFile.lvl; ++i) {\n mult += 8 / Math.pow(2, i);\n }\n const incMult = 1 + mult / 100;\n Player.mults.strength_exp *= incMult;\n Player.mults.defense_exp *= incMult;\n Player.mults.dexterity_exp *= incMult;\n Player.mults.agility_exp *= incMult;\n Player.mults.strength *= incMult;\n Player.mults.defense *= incMult;\n Player.mults.dexterity *= incMult;\n Player.mults.agility *= incMult;\n break;\n }\n case 7: {\n // Bladeburner 2079\n let mult = 0;\n for (let i = 0; i < srcFile.lvl; ++i) {\n mult += 8 / Math.pow(2, i);\n }\n const incMult = 1 + mult / 100;\n Player.mults.bladeburner_max_stamina *= incMult;\n Player.mults.bladeburner_stamina_gain *= incMult;\n Player.mults.bladeburner_analysis *= incMult;\n Player.mults.bladeburner_success_chance *= incMult;\n break;\n }\n case 8: {\n // Ghost of Wall Street\n let mult = 0;\n for (let i = 0; i < srcFile.lvl; ++i) {\n mult += 12 / Math.pow(2, i);\n }\n const incMult = 1 + mult / 100;\n Player.mults.hacking_grow *= incMult;\n break;\n }\n case 9: {\n // Hacktocracy\n let mult = 0;\n for (let i = 0; i < srcFile.lvl; ++i) {\n mult += 8 / Math.pow(2, i);\n }\n const incMult = 1 + mult / 100;\n const decMult = 1 - mult / 100;\n Player.mults.hacknet_node_core_cost *= decMult;\n Player.mults.hacknet_node_level_cost *= decMult;\n Player.mults.hacknet_node_money *= incMult;\n Player.mults.hacknet_node_purchase_cost *= decMult;\n Player.mults.hacknet_node_ram_cost *= decMult;\n break;\n }\n case 10: {\n // Digital Carbon\n // No effects, just grants sleeves\n break;\n }\n case 11: {\n // The Big Crash\n let mult = 0;\n for (let i = 0; i < srcFile.lvl; ++i) {\n mult += 32 / Math.pow(2, i);\n }\n const incMult = 1 + mult / 100;\n Player.mults.work_money *= incMult;\n Player.mults.company_rep *= incMult;\n break;\n }\n case 12: // The Recursion\n // Grants neuroflux.\n break;\n case 13: // They're Lunatics\n // Grants more space on Stanek's Gift.\n break;\n default:\n console.error(`Invalid source file number: ${srcFile.n}`);\n break;\n }\n\n sourceFileObject.owned = true;\n}\n","import { Player } from \"@player\";\nimport { sanitizeExploits } from \"./Exploit\";\n\nexport function applyExploit(): void {\n if (Player.exploits && Player.exploits.length === 0) {\n return;\n }\n Player.exploits = sanitizeExploits(Player.exploits);\n const inc = Math.pow(1.001, Player.exploits.length);\n const dec = Math.pow(0.999, Player.exploits.length);\n\n Player.mults.hacking_chance *= inc;\n Player.mults.hacking_speed *= inc;\n Player.mults.hacking_money *= inc;\n Player.mults.hacking_grow *= inc;\n Player.mults.hacking *= inc;\n\n Player.mults.strength *= inc;\n Player.mults.defense *= inc;\n Player.mults.dexterity *= inc;\n Player.mults.agility *= inc;\n Player.mults.charisma *= inc;\n\n Player.mults.hacking_exp *= inc;\n Player.mults.strength_exp *= inc;\n Player.mults.defense_exp *= inc;\n Player.mults.dexterity_exp *= inc;\n Player.mults.agility_exp *= inc;\n Player.mults.charisma_exp *= inc;\n\n Player.mults.company_rep *= inc;\n Player.mults.faction_rep *= inc;\n\n Player.mults.crime_money *= inc;\n Player.mults.crime_success *= inc;\n\n Player.mults.hacknet_node_money *= inc;\n Player.mults.hacknet_node_purchase_cost *= dec;\n Player.mults.hacknet_node_ram_cost *= dec;\n Player.mults.hacknet_node_core_cost *= dec;\n Player.mults.hacknet_node_level_cost *= dec;\n\n Player.mults.work_money *= inc;\n}\n","import React, { useState, useEffect } from \"react\";\n\nimport Paper from \"@mui/material/Paper\";\nimport Typography from \"@mui/material/Typography\";\nimport IconButton from \"@mui/material/IconButton\";\nimport Button from \"@mui/material/Button\";\nimport ArrowForwardIos from \"@mui/icons-material/ArrowForwardIos\";\nimport ArrowBackIos from \"@mui/icons-material/ArrowBackIos\";\nimport { ITutorialEvents } from \"./ITutorialEvents\";\nimport { CopyableText } from \"../React/CopyableText\";\n\nimport List from \"@mui/material/List\";\nimport ListItem from \"@mui/material/ListItem\";\nimport EqualizerIcon from \"@mui/icons-material/Equalizer\";\nimport LastPageIcon from \"@mui/icons-material/LastPage\";\nimport HelpIcon from \"@mui/icons-material/Help\";\nimport AccountTreeIcon from \"@mui/icons-material/AccountTree\";\nimport StorageIcon from \"@mui/icons-material/Storage\";\nimport LocationCityIcon from \"@mui/icons-material/LocationCity\";\nimport { Theme } from \"@mui/material/styles\";\nimport makeStyles from \"@mui/styles/makeStyles\";\nimport createStyles from \"@mui/styles/createStyles\";\n\nimport {\n iTutorialPrevStep,\n iTutorialNextStep,\n ITutorial,\n iTutorialSteps,\n iTutorialEnd,\n} from \"../../InteractiveTutorial\";\nimport { NSSelection } from \"./NSSelection\";\n\ninterface IContent {\n content: React.ReactElement;\n canNext: boolean;\n}\n\nconst useStyles = makeStyles((theme: Theme) =>\n createStyles({\n textfield: {\n borderBottom: \"1px solid \" + theme.palette.primary.main,\n },\n code: {\n whiteSpace: \"pre\",\n backgroundColor: theme.palette.background.paper,\n },\n }),\n);\n\nenum Language {\n None,\n NS1,\n NS2,\n}\n\nexport function InteractiveTutorialRoot(): React.ReactElement {\n const [nsSelectionOpen, setNSSelectionOpen] = useState(false);\n const [language, setLanguage] = useState(Language.None);\n const classes = useStyles();\n\n const tutorialScriptExtension = {\n [Language.None]: \".script\",\n [Language.NS1]: \".script\",\n [Language.NS2]: \".js\",\n }[language];\n const tutorialScriptName = `n00dles${tutorialScriptExtension}`;\n\n const contents: { [number: string]: IContent | undefined } = {\n [iTutorialSteps.Start as number]: {\n content: (\n <>\n \n Welcome to Bitburner, a cyberpunk-themed incremental RPG! The game takes place in a dark, dystopian\n future... The year is 2077...\n
    \n
    \n This tutorial will show you the basics of the game. You may skip the tutorial at any time.\n
    \n
    \n You can also collapse this panel to temporarily hide this tutorial.\n
    \n \n ),\n canNext: true,\n },\n [iTutorialSteps.NSSelection as number]: {\n content: (\n <>\n The tutorial will adjust to your programming ability.\n Bitburner has 2 types of scripts:\n \n \n NS1: Javascript from 2009, very simple. Recommended for beginners to programming.\n \n \n \n NS2: Native, modern Javascript. Recommended if you know any programming language or are serious about\n learning programming.\n \n \n \n \n Both are available at all time and interchangeably. This choice is only for the tutorial.\n \n {\n setLanguage(Language.NS1);\n iTutorialNextStep();\n }}\n >\n Use NS1\n \n {\n setLanguage(Language.NS2);\n iTutorialNextStep();\n }}\n >\n Use NS2\n \n \n
    \n \n ),\n canNext: false,\n },\n [iTutorialSteps.GoToCharacterPage as number]: {\n content: (\n <>\n Let's start by heading to the Stats page. Click\n \n \n Stats\n \n\n on the main navigation menu (left-hand side of the screen)\n \n ),\n canNext: false,\n },\n [iTutorialSteps.CharacterPage as number]: {\n content: (\n <>\n \n \n Stats\n \n \n shows a lot of important information about your progress, such as your skills, money, and bonuses.\n \n \n ),\n canNext: true,\n },\n [iTutorialSteps.CharacterGoToTerminalPage as number]: {\n content: (\n <>\n Let's head to your computer's terminal by clicking\n \n \n Terminal\n \n on the main navigation menu.\n \n ),\n canNext: false,\n },\n [iTutorialSteps.TerminalIntro as number]: {\n content: (\n <>\n \n \n Terminal\n \n \n is used to interface with your home computer as well as all of the other machines around the world.\n \n \n ),\n canNext: true,\n },\n [iTutorialSteps.TerminalHelp as number]: {\n content: (\n <>\n Let's try it out. Start by entering\n {\"[home ~/]> help\"}\n (Don't forget to press Enter after typing the command)\n \n ),\n canNext: false,\n },\n [iTutorialSteps.TerminalLs as number]: {\n content: (\n <>\n {\"[home ~/]> help\"}\n \n displays a list of all available Terminal commands, how to use them, and a description of what they do.{\" \"}\n
    \n
    \n Let's try another command. Enter\n
    \n\n {\"[home ~/]> ls\"}\n \n ),\n canNext: false,\n },\n [iTutorialSteps.TerminalScan as number]: {\n content: (\n <>\n {\"[home ~/]> ls\"}\n \n {\" \"}\n is a basic command that shows files on the computer. Right now, it shows that you have a program called{\" \"}\n NUKE.exe on your computer. We'll get to what this does later.
    \n
    \n Using your home computer's terminal, you can connect to other machines throughout the world. Let's do that\n now by first entering\n
    \n {\"[home ~/]> scan\"}\n \n ),\n canNext: false,\n },\n [iTutorialSteps.TerminalScanAnalyze1 as number]: {\n content: (\n <>\n {\"[home ~/]> scan\"}\n \n shows all available network connections. In other words, it displays a list of all servers that can be\n connected to from your current machine. A server is identified by its hostname.
    \n
    \n That's great and all, but there's so many servers. Which one should you go to?{\" \"}\n
    \n\n {\"[home ~/]> scan-analyze\"}\n gives some more detailed information about servers on the network. Try it now!\n \n ),\n canNext: false,\n },\n [iTutorialSteps.TerminalScanAnalyze2 as number]: {\n content: (\n <>\n {\"[home ~/]> scan-analyze\"}\n \n shows more detailed information about each server that you can connect to (servers that are a distance of\n one node away).
    \n
    It is also possible to run scan-analyze with a higher depth. Let's try a depth of two with the\n following command:{\" \"}\n
    \n\n {\"[home ~/]> scan-analyze 2\"}\n \n ),\n canNext: false,\n },\n [iTutorialSteps.TerminalConnect as number]: {\n content: (\n <>\n \n Now you can see information about all servers that are up to two nodes away, as well as figure out how to\n navigate to those servers through the network. You can only connect to a server that is one node away. To\n connect to a machine, use\n \n {\"[home ~/]> connect hostname\"}\n\n From the results of \n {\"[home ~/]> scan-analyze 2\"}\n\n \n {\" \"}\n we can see that the n00dles server is only one node away. Let's connect to it now using:\n \n\n {\"[home ~/]> connect n00dles\"}\n \n ),\n canNext: false,\n },\n [iTutorialSteps.TerminalAnalyze as number]: {\n content: (\n <>\n \n You are now connected to another machine! What can you do now? You can hack it!\n
    \n
    In the year 2077, currency has become digital and decentralized. People and corporations store their\n money on servers and computers. Using your hacking abilities, you can hack servers to steal money and gain\n experience.
    \n
    \n Before you try to hack a server, you should run diagnostics using{\" \"}\n
    \n {\"[n00dles ~/]> analyze\"}\n \n ),\n canNext: false,\n },\n [iTutorialSteps.TerminalNuke as number]: {\n content: (\n <>\n When \n {\"[n00dles ~/]> analyze\"}\n\n \n finishes running it will show useful information about hacking the server.
    \n
    For this server, the required hacking skill is only 1, which means you can hack it right now.\n However, in order to hack a server you must first gain root access. The NUKE.exe program that we saw earlier\n on your home computer is a virus that will grant you root access to a machine if there are enough open\n ports.\n
    \n {\"[n00dles ~/]> analyze\"}\n\n \n {\" \"}\n shows that there do not need to be any open ports on this machine for the NUKE virus to work, so go ahead\n and run the virus using{\" \"}\n \n {\"[n00dles ~/]> run NUKE.exe\"}\n\n \n \n ),\n canNext: true,\n },\n [iTutorialSteps.TerminalManualHack as number]: {\n content: (\n <>\n You now have root access! You can hack the server using \n {\"[n00dles ~/]> hack\"}\n\n Try doing that now.\n \n ),\n canNext: true,\n },\n [iTutorialSteps.TerminalHackingMechanics as number]: {\n content: (\n \n You are now attempting to hack the server. Performing a hack takes time and only has a certain percentage\n chance of success. This time and success chance is determined by a variety of factors, including your hacking\n skill and the server's security level.\n
    \n
    \n If your attempt to hack the server is successful, you will steal a certain percentage of the server's total\n money. This percentage is affected by your hacking skill and the server's security level.\n
    \n
    \n The amount of money on a server is not limitless. So, if you constantly hack a server and deplete its money,\n then you will encounter diminishing returns in your hacking. You will need to use{\" \"}\n {\"[n00dles ~/]> grow\"}\n which tricks the company into adding money to their server and{\" \"}\n {\"[n00dles ~/]> weaken\"}\n which increases the speed of hack and grow.\n
    \n ),\n canNext: true,\n },\n [iTutorialSteps.TerminalGoHome as number]: {\n content: (\n <>\n From any server you can get back home using\n {\"[n00dles ~/]> home\"}\n\n Let's head home before creating our first script!\n \n ),\n canNext: true,\n },\n [iTutorialSteps.TerminalCreateScript as number]: {\n content: (\n <>\n \n Hacking is the core mechanic of the game and is necessary for progressing. However, you don't want to be\n hacking manually the entire time. You can automate your hacking by writing scripts!\n
    \n
    \n To create a new script or edit an existing one, you can use{\" \"}\n
    \n {\"[home ~/]> nano\"}\n\n \n Scripts must end with the {tutorialScriptExtension} extension. Let's make a script now by entering{\" \"}\n \n {`[home ~/]> nano ${tutorialScriptName}`}\n\n \n after the hack command finishes running (Sidenote: Pressing ctrl + c will end a command like hack early)\n \n \n ),\n canNext: false,\n },\n [iTutorialSteps.TerminalTypeScript as number]: {\n content: (\n <>\n \n This is the script editor. You can use it to program your scripts.{\" \"}\n {language !== Language.NS2 && <>Scripts are written in a simplified version of javascript.} Copy and\n paste the following code into the script editor:
    \n
    \n\n \n {language !== Language.NS2 && (\n \n )}\n {language === Language.NS2 && (\n \n )}\n \n \n For anyone with basic programming experience, this code should be straightforward. This script will\n continuously hack the n00dles server.\n
    \n
    \n To save and close the script editor, press the button in the bottom left, or press ctrl + s then ctrl + b.\n
    \n \n ),\n canNext: false,\n },\n [iTutorialSteps.TerminalFree as number]: {\n content: (\n <>\n \n Now we'll run the script. Scripts require a certain amount of RAM to run, and can be run on any machine\n which you have root access to. Different servers have different amounts of RAM. You can also purchase more\n RAM for your home server.\n
    \n
    \n To check how much RAM is available on this machine, enter\n
    \n {\"[home ~/]> free\"}\n \n ),\n canNext: false,\n },\n [iTutorialSteps.TerminalRunScript as number]: {\n content: (\n <>\n \n We have 4GB of free RAM on this machine, which is enough to run our script. Let's run our script using\n \n {`[home ~/]> run ${tutorialScriptName}`}\n \n ),\n canNext: false,\n },\n [iTutorialSteps.TerminalGoToActiveScriptsPage as number]: {\n content: (\n <>\n \n Your script is now running! It will continuously run in the background and will automatically stop if the\n code ever completes (the {tutorialScriptName} will never complete because it runs an infinite loop).
    \n
    \n These scripts can passively earn you income and hacking experience. Your scripts will also earn money and\n experience while you are offline, although at a slightly slower rate.
    \n
    \n Let's check out some statistics for our running scripts by clicking{\" \"}\n
    \n \n \n Active Scripts\n \n \n ),\n canNext: false,\n },\n [iTutorialSteps.ActiveScriptsPage as number]: {\n content: (\n <>\n \n This page displays information about all of your scripts that are running across every server. You can use\n this to gauge how well your scripts are doing. Let's go back to\n \n \n \n Terminal\n \n \n ),\n canNext: false,\n },\n [iTutorialSteps.ActiveScriptsToTerminal as number]: {\n content: (\n <>\n \n One last thing about scripts, each active script contains logs that detail what it's doing. We can check\n these logs using the tail command. Do that now for the script we just ran by typing{\" \"}\n \n {`[home ~/]> tail ${tutorialScriptName}`}\n \n ),\n canNext: false,\n },\n [iTutorialSteps.TerminalTailScript as number]: {\n content: (\n <>\n \n The log for this script won't show much right now (it might show nothing at all) because it just started\n running...but check back again in a few minutes!
    \n
    \n This covers the basics of hacking. To learn more about writing scripts, select\n
    \n \n \n Tutorial\n \n \n in the main navigation menu to look at the documentation.\n
    \n
    \n For now, let's move on to something else!\n
    \n \n ),\n canNext: true,\n },\n [iTutorialSteps.GoToHacknetNodesPage as number]: {\n content: (\n <>\n \n Hacking is not the only way to earn money. One other way to passively earn money is by purchasing and\n upgrading Hacknet Nodes. Let's go to\n \n \n \n Hacknet\n \n through the main navigation menu now.\n \n ),\n canNext: true,\n },\n [iTutorialSteps.HacknetNodesIntroduction as number]: {\n content: (\n \n Here you can purchase new Hacknet Nodes and upgrade your existing ones. Let's purchase a new one now.\n \n ),\n canNext: true,\n },\n [iTutorialSteps.HacknetNodesGoToWorldPage as number]: {\n content: (\n <>\n \n You just purchased a Hacknet Node! This Hacknet Node will passively earn you money over time, both online\n and offline. When you get enough money, you can upgrade your newly-purchased Hacknet Node below.\n
    \n
    \n Let's go to\n
    \n \n \n City\n \n \n ),\n canNext: true,\n },\n [iTutorialSteps.WorldDescription as number]: {\n content: (\n <>\n \n This page lists all of the different locations you can currently travel to. Each location has something that\n you can do. There's a lot of content out in the world, make sure you explore and discover!\n
    \n
    \n Lastly, click on\n
    \n \n \n Tutorial\n \n \n ),\n canNext: true,\n },\n [iTutorialSteps.TutorialPageInfo as number]: {\n content: (\n \n This page contains a lot of different documentation about the game's content and mechanics. I know it's a lot,\n but I highly suggest you read (or at least skim) through this before you start playing . That's the end of the\n tutorial. Hope you enjoy the game!\n \n ),\n canNext: true,\n },\n [iTutorialSteps.End as number]: {\n content: ,\n canNext: true,\n },\n };\n\n const setRerender = useState(false)[1];\n function rerender(): void {\n setRerender((old) => !old);\n }\n\n useEffect(() => {\n return ITutorialEvents.subscribe(rerender);\n }, []);\n const step = ITutorial.currStep;\n const content = contents[step];\n if (content === undefined) throw new Error(\"error in the tutorial\");\n return (\n <>\n setNSSelectionOpen(false)} />\n \n {content.content}\n {step !== iTutorialSteps.TutorialPageInfo && (\n <>\n {step !== iTutorialSteps.Start && (\n \n \n \n )}\n {(content.canNext || ITutorial.stepIsDone[step]) && (\n \n \n \n )}\n \n )}\n
    \n
    \n \n
    \n \n );\n}\n","import Editor from \"@monaco-editor/react\";\nimport { Tab, Tabs, Typography } from \"@mui/material\";\nimport React from \"react\";\n\nimport { Modal } from \"../React/Modal\";\n\nimport * as monaco from \"monaco-editor\";\n\ntype IStandaloneCodeEditor = monaco.editor.IStandaloneCodeEditor;\n\ninterface IProps {\n open: boolean;\n onClose: () => void;\n}\n\nconst ns1Example = `while(true) {\n hack('n00dles');\n}`;\nconst ns2Example = `/** @param {NS} ns */\nexport async function main(ns) {\n\twhile(true) {\n\t\tawait ns.hack('n00dles');\n\t}\n}`;\n\nexport function NSSelection(props: IProps): React.ReactElement {\n const [value, setValue] = React.useState(0);\n\n function handleChange(event: React.SyntheticEvent, tab: number): void {\n setValue(tab);\n }\n\n function onMount(editor: IStandaloneCodeEditor): void {\n editor.updateOptions({ readOnly: true });\n }\n\n return (\n \n \n \n \n \n\n {value === 0 && (\n <>\n \n These scripts end with '.script'. Using a very old interpreted version of javascript. It is perfect for\n beginner to programming.\n \n Example script using NS1:\n }\n defaultLanguage=\"javascript\"\n defaultValue={ns1Example}\n height={`${300}px`}\n theme={\"vs-dark\"}\n onMount={onMount}\n options={{ fontSize: 30 }}\n />\n \n )}\n {value === 1 && (\n <>\n \n These scripts end with '.js'. Scripts using ns2 are running natively along the game. If you know any\n programming language you should be using this. However if you're unfamiliar with javascript Promises you\n might want to read up on them a little bit before diving in.\n \n Example script using NS2:\n }\n defaultLanguage=\"javascript\"\n defaultValue={ns2Example}\n height={`${300}px`}\n theme={\"vs-dark\"}\n options={{ fontSize: 30 }}\n />\n \n )}\n \n );\n}\n","import React, { useState, useEffect, useRef } from \"react\";\nimport Draggable, { DraggableEventHandler } from \"react-draggable\";\nimport makeStyles from \"@mui/styles/makeStyles\";\nimport Collapse from \"@mui/material/Collapse\";\nimport Paper from \"@mui/material/Paper\";\nimport KeyboardArrowDownIcon from \"@mui/icons-material/KeyboardArrowDown\";\nimport KeyboardArrowUpIcon from \"@mui/icons-material/KeyboardArrowUp\";\nimport EqualizerIcon from \"@mui/icons-material/Equalizer\";\nimport SchoolIcon from \"@mui/icons-material/School\";\nimport { Router } from \"../GameRoot\";\nimport { Page } from \"../Router\";\nimport { Settings } from \"../../Settings/Settings\";\nimport { Box, Button, Typography } from \"@mui/material\";\nimport { debounce } from \"lodash\";\n\nconst useStyles = makeStyles({\n overviewContainer: {\n position: \"fixed\",\n top: 0,\n right: 0,\n zIndex: 1500,\n display: \"flex\",\n justifyContent: \"flex-end\",\n flexDirection: \"column\",\n },\n\n header: {\n cursor: \"grab\",\n textAlign: \"center\",\n display: \"flex\",\n flexDirection: \"row\",\n alignItems: \"center\",\n },\n\n visibilityToggle: {\n padding: \"2px\",\n minWidth: \"inherit\",\n backgroundColor: \"transparent\",\n border: \"none\",\n \"&:hover\": {\n backgroundColor: \"rgba(255, 255, 255, 0.1)\",\n },\n },\n\n collapse: {\n borderTop: `1px solid ${Settings.theme.welllight}`,\n margin: \"0 auto\",\n },\n\n icon: {\n fontSize: \"24px\",\n },\n});\n\ninterface IProps {\n children: JSX.Element[] | JSX.Element | React.ReactElement[] | React.ReactElement;\n mode: \"tutorial\" | \"overview\";\n}\n\nexport interface OverviewSettings {\n opened: boolean;\n x: number;\n y: number;\n}\n\nexport function Overview({ children, mode }: IProps): React.ReactElement {\n const draggableRef = useRef(null);\n const [open, setOpen] = useState(Settings.overview.opened);\n const [x, setX] = useState(Settings.overview.x);\n const [y, setY] = useState(Settings.overview.y);\n const classes = useStyles();\n\n const CurrentIcon = open ? KeyboardArrowUpIcon : KeyboardArrowDownIcon;\n const LeftIcon = mode === \"tutorial\" ? SchoolIcon : EqualizerIcon;\n const header = mode === \"tutorial\" ? \"Tutorial\" : \"Overview\";\n const handleStop: DraggableEventHandler = (e, data) => {\n setX(data.x);\n setY(data.y);\n };\n\n useEffect(() => {\n Settings.overview = { x, y, opened: open };\n }, [open, x, y]);\n\n // Trigger fakeDrag once to make sure loaded data is not outside bounds\n useEffect(() => fakeDrag(), []);\n\n // And trigger fakeDrag when the window is resized\n useEffect(() => {\n window.addEventListener(\"resize\", fakeDrag);\n return () => {\n window.removeEventListener(\"resize\", fakeDrag);\n };\n }, []);\n\n const fakeDrag = debounce((): void => {\n const node = draggableRef?.current;\n if (!node) return;\n\n // No official way to trigger an onChange to recompute the bounds\n // See: https://github.com/react-grid-layout/react-draggable/issues/363#issuecomment-947751127\n triggerMouseEvent(node, \"mouseover\");\n triggerMouseEvent(node, \"mousedown\");\n triggerMouseEvent(document, \"mousemove\");\n triggerMouseEvent(node, \"mouseup\");\n triggerMouseEvent(node, \"click\");\n }, 100);\n\n const triggerMouseEvent = (node: HTMLDivElement | Document, eventType: string): void => {\n const clickEvent = document.createEvent(\"MouseEvents\");\n clickEvent.initEvent(eventType, true, true);\n node.dispatchEvent(clickEvent);\n };\n\n if (Router.page() === Page.BitVerse || Router.page() === Page.Loading || Router.page() === Page.Recovery)\n return <>;\n return (\n \n \n setOpen((old) => !old)} ref={draggableRef}>\n \n \n \n {header}\n \n \n {\n setOpen((old) => !old)}\n onTouchEnd={() => setOpen((old) => !old)}\n />\n }\n \n \n \n \n {children}\n \n \n \n );\n}\n","import React, { useState, useEffect } from \"react\";\nimport { KEYCODE } from \"../../utils/helpers/keyCodes\";\nimport clsx from \"clsx\";\nimport { styled, Theme, CSSObject } from \"@mui/material/styles\";\nimport createStyles from \"@mui/styles/createStyles\";\nimport makeStyles from \"@mui/styles/makeStyles\";\nimport MuiDrawer from \"@mui/material/Drawer\";\nimport List from \"@mui/material/List\";\nimport Divider from \"@mui/material/Divider\";\nimport Tooltip from \"@mui/material/Tooltip\";\nimport ChevronLeftIcon from \"@mui/icons-material/ChevronLeft\";\nimport ChevronRightIcon from \"@mui/icons-material/ChevronRight\";\nimport ListItem from \"@mui/material/ListItem\";\nimport ListItemIcon from \"@mui/material/ListItemIcon\";\nimport ListItemText from \"@mui/material/ListItemText\";\nimport Typography from \"@mui/material/Typography\";\nimport Collapse from \"@mui/material/Collapse\";\nimport Badge from \"@mui/material/Badge\";\n\nimport ComputerIcon from \"@mui/icons-material/Computer\";\nimport LastPageIcon from \"@mui/icons-material/LastPage\"; // Terminal\nimport CreateIcon from \"@mui/icons-material/Create\"; // Create Script\nimport StorageIcon from \"@mui/icons-material/Storage\"; // Active Scripts\nimport BugReportIcon from \"@mui/icons-material/BugReport\"; // Create Program\nimport EqualizerIcon from \"@mui/icons-material/Equalizer\"; // Stats\nimport ContactsIcon from \"@mui/icons-material/Contacts\"; // Factions\nimport DoubleArrowIcon from \"@mui/icons-material/DoubleArrow\"; // Augmentations\nimport AccountTreeIcon from \"@mui/icons-material/AccountTree\"; // Hacknet\nimport PeopleAltIcon from \"@mui/icons-material/PeopleAlt\"; // Sleeves\nimport LocationCityIcon from \"@mui/icons-material/LocationCity\"; // City\nimport AirplanemodeActiveIcon from \"@mui/icons-material/AirplanemodeActive\"; // Travel\nimport WorkIcon from \"@mui/icons-material/Work\"; // Job\nimport TrendingUpIcon from \"@mui/icons-material/TrendingUp\"; // Stock Market\nimport FormatBoldIcon from \"@mui/icons-material/FormatBold\"; // Bladeburner\nimport BusinessIcon from \"@mui/icons-material/Business\"; // Corp\nimport SportsMmaIcon from \"@mui/icons-material/SportsMma\"; // Gang\nimport CheckIcon from \"@mui/icons-material/Check\"; // Milestones\nimport HelpIcon from \"@mui/icons-material/Help\"; // Tutorial\nimport SettingsIcon from \"@mui/icons-material/Settings\"; // options\nimport DeveloperBoardIcon from \"@mui/icons-material/DeveloperBoard\"; // Dev\nimport EmojiEventsIcon from \"@mui/icons-material/EmojiEvents\"; // Achievements\nimport AccountBoxIcon from \"@mui/icons-material/AccountBox\";\nimport PublicIcon from \"@mui/icons-material/Public\";\nimport LiveHelpIcon from \"@mui/icons-material/LiveHelp\";\nimport ExpandLessIcon from \"@mui/icons-material/ExpandLess\";\nimport ExpandMoreIcon from \"@mui/icons-material/ExpandMore\";\n\nimport { Router } from \"../../ui/GameRoot\";\nimport { Page } from \"../../ui/Router\";\nimport { Player } from \"@player\";\nimport { CONSTANTS } from \"../../Constants\";\nimport { iTutorialSteps, iTutorialNextStep, ITutorial } from \"../../InteractiveTutorial\";\nimport { getAvailableCreatePrograms } from \"../../Programs/ProgramHelpers\";\nimport { Settings } from \"../../Settings/Settings\";\nimport { AugmentationNames } from \"../../Augmentation/data/AugmentationNames\";\n\nimport { ProgramsSeen } from \"../../Programs/ui/ProgramsRoot\";\nimport { InvitationsSeen } from \"../../Faction/ui/FactionsRoot\";\nimport { hash } from \"../../hash/hash\";\nimport { Locations } from \"../../Locations/Locations\";\n\nconst openedMixin = (theme: Theme): CSSObject => ({\n width: theme.spacing(31),\n transition: theme.transitions.create(\"width\", {\n easing: theme.transitions.easing.sharp,\n duration: theme.transitions.duration.enteringScreen,\n }),\n overflowX: \"hidden\",\n});\n\nconst closedMixin = (theme: Theme): CSSObject => ({\n transition: theme.transitions.create(\"width\", {\n easing: theme.transitions.easing.sharp,\n duration: theme.transitions.duration.leavingScreen,\n }),\n overflowX: \"hidden\",\n width: `calc(${theme.spacing(2)} + 1px)`,\n [theme.breakpoints.up(\"sm\")]: {\n width: `calc(${theme.spacing(7)} + 1px)`,\n },\n});\n\nconst Drawer = styled(MuiDrawer, { shouldForwardProp: (prop) => prop !== \"open\" })(({ theme, open }) => ({\n width: theme.spacing(31),\n whiteSpace: \"nowrap\",\n boxSizing: \"border-box\",\n ...(open && {\n ...openedMixin(theme),\n \"& .MuiDrawer-paper\": openedMixin(theme),\n }),\n ...(!open && {\n ...closedMixin(theme),\n \"& .MuiDrawer-paper\": closedMixin(theme),\n }),\n}));\n\nconst useStyles = makeStyles((theme: Theme) =>\n createStyles({\n active: {\n borderLeft: \"3px solid \" + theme.palette.primary.main,\n },\n listitem: {},\n }),\n);\n\ninterface IProps {\n page: Page;\n opened: boolean;\n onToggled: (newValue: boolean) => void;\n}\n\nexport function SidebarRoot(props: IProps): React.ReactElement {\n const setRerender = useState(false)[1];\n function rerender(): void {\n setRerender((old) => !old);\n }\n\n useEffect(() => {\n const id = setInterval(rerender, 200);\n return () => clearInterval(id);\n }, []);\n\n const [hackingOpen, setHackingOpen] = useState(true);\n const [characterOpen, setCharacterOpen] = useState(true);\n const [worldOpen, setWorldOpen] = useState(true);\n const [helpOpen, setHelpOpen] = useState(true);\n\n const flashTerminal =\n ITutorial.currStep === iTutorialSteps.CharacterGoToTerminalPage ||\n ITutorial.currStep === iTutorialSteps.ActiveScriptsPage;\n\n const flashStats = ITutorial.currStep === iTutorialSteps.GoToCharacterPage;\n\n const flashActiveScripts = ITutorial.currStep === iTutorialSteps.TerminalGoToActiveScriptsPage;\n\n const flashHacknet = ITutorial.currStep === iTutorialSteps.GoToHacknetNodesPage;\n\n const flashCity = ITutorial.currStep === iTutorialSteps.HacknetNodesGoToWorldPage;\n\n const flashTutorial = ITutorial.currStep === iTutorialSteps.WorldDescription;\n\n const augmentationCount = Player.queuedAugmentations.length;\n const invitationsCount = Player.factionInvitations.filter((f) => !InvitationsSeen.includes(f)).length;\n const programCount = getAvailableCreatePrograms().length - ProgramsSeen.length;\n\n const canOpenFactions =\n Player.factionInvitations.length > 0 ||\n Player.factions.length > 0 ||\n Player.augmentations.length > 0 ||\n Player.queuedAugmentations.length > 0 ||\n Player.sourceFiles.length > 0;\n\n const canOpenAugmentations =\n Player.augmentations.length > 0 || Player.queuedAugmentations.length > 0 || Player.sourceFiles.length > 0;\n\n const canOpenSleeves = Player.sleeves.length > 0;\n\n const canCorporation = !!Player.corporation;\n const canGang = !!Player.gang;\n const canJob = Object.values(Player.jobs).length > 0;\n const canStockMarket = Player.hasWseAccount;\n const canBladeburner = !!Player.bladeburner;\n const canStaneksGift = Player.augmentations.some((aug) => aug.name === AugmentationNames.StaneksGift1);\n\n function clickTerminal(): void {\n Router.toTerminal();\n if (flashTerminal) iTutorialNextStep();\n }\n\n function clickScriptEditor(): void {\n Router.toScriptEditor();\n }\n\n function clickStats(): void {\n Router.toStats();\n if (flashStats) iTutorialNextStep();\n }\n\n function clickActiveScripts(): void {\n Router.toActiveScripts();\n if (flashActiveScripts) iTutorialNextStep();\n }\n\n function clickCreateProgram(): void {\n Router.toCreateProgram();\n }\n\n function clickStaneksGift(): void {\n Router.toStaneksGift();\n }\n\n function clickFactions(): void {\n Router.toFactions();\n }\n\n function clickAugmentations(): void {\n Router.toAugmentations();\n }\n\n function clickSleeves(): void {\n Router.toSleeves();\n }\n\n function clickHacknet(): void {\n Router.toHacknetNodes();\n if (flashHacknet) iTutorialNextStep();\n }\n\n function clickCity(): void {\n Router.toCity();\n if (flashCity) iTutorialNextStep();\n }\n\n function clickTravel(): void {\n Router.toTravel();\n }\n\n function clickJob(): void {\n Router.toJob(Locations[Object.keys(Player.jobs)[0]]);\n }\n\n function clickStockMarket(): void {\n Router.toStockMarket();\n }\n\n function clickBladeburner(): void {\n Router.toBladeburner();\n }\n\n function clickCorp(): void {\n Router.toCorporation();\n }\n\n function clickGang(): void {\n Router.toGang();\n }\n\n function clickTutorial(): void {\n Router.toTutorial();\n if (flashTutorial) iTutorialNextStep();\n }\n\n function clickMilestones(): void {\n Router.toMilestones();\n }\n function clickOptions(): void {\n Router.toGameOptions();\n }\n\n function clickDev(): void {\n Router.toDevMenu();\n }\n\n function clickAchievements(): void {\n Router.toAchievements();\n }\n\n useEffect(() => {\n // Shortcuts to navigate through the game\n // Alt-t - Terminal\n // Alt-c - Character\n // Alt-e - Script editor\n // Alt-s - Active scripts\n // Alt-h - Hacknet Nodes\n // Alt-w - City\n // Alt-j - Job\n // Alt-r - Travel Agency of current city\n // Alt-p - Create program\n // Alt-f - Factions\n // Alt-a - Augmentations\n // Alt-u - Tutorial\n // Alt-o - Options\n // Alt-b - Bladeburner\n // Alt-g - Gang\n function handleShortcuts(this: Document, event: KeyboardEvent): void {\n if (Settings.DisableHotkeys) return;\n if ((Player.currentWork && Player.focus) || Router.page() === Page.BitVerse) return;\n if (event.code === KEYCODE.T && event.altKey) {\n event.preventDefault();\n clickTerminal();\n } else if (event.code === KEYCODE.C && event.altKey) {\n event.preventDefault();\n clickStats();\n } else if (event.code === KEYCODE.E && event.altKey) {\n event.preventDefault();\n clickScriptEditor();\n } else if (event.code === KEYCODE.S && event.altKey) {\n event.preventDefault();\n clickActiveScripts();\n } else if (event.code === KEYCODE.H && event.altKey) {\n event.preventDefault();\n clickHacknet();\n } else if (event.code === KEYCODE.W && event.altKey) {\n event.preventDefault();\n clickCity();\n } else if (event.code === KEYCODE.J && event.altKey && !event.ctrlKey && !event.metaKey && canJob) {\n // ctrl/cmd + alt + j is shortcut to open Chrome dev tools\n event.preventDefault();\n clickJob();\n } else if (event.code === KEYCODE.R && event.altKey) {\n event.preventDefault();\n clickTravel();\n } else if (event.code === KEYCODE.P && event.altKey) {\n event.preventDefault();\n clickCreateProgram();\n } else if (event.code === KEYCODE.F && event.altKey) {\n if (props.page == Page.Terminal && Settings.EnableBashHotkeys) {\n return;\n }\n event.preventDefault();\n clickFactions();\n } else if (event.code === KEYCODE.A && event.altKey) {\n event.preventDefault();\n clickAugmentations();\n } else if (event.code === KEYCODE.U && event.altKey) {\n event.preventDefault();\n clickTutorial();\n } else if (event.code === KEYCODE.O && event.altKey) {\n event.preventDefault();\n clickOptions();\n } else if (event.code === KEYCODE.B && event.altKey && Player.bladeburner) {\n event.preventDefault();\n clickBladeburner();\n } else if (event.code === KEYCODE.G && event.altKey && Player.gang) {\n event.preventDefault();\n clickGang();\n }\n }\n\n document.addEventListener(\"keydown\", handleShortcuts);\n return () => document.removeEventListener(\"keydown\", handleShortcuts);\n }, []);\n\n const classes = useStyles();\n const [open, setOpen] = useState(props.opened);\n const toggleDrawer = (): void => setOpen((old) => !old);\n\n useEffect(() => {\n props.onToggled(open);\n }, [open]);\n\n return (\n \n \n \n {!open ? : }\n \n \n Bitburner v{CONSTANTS.VersionString}\n \n }\n />\n \n \n \n setHackingOpen((old) => !old)}>\n \n \n \n \n \n Hacking} />\n {hackingOpen ? : }\n \n \n \n \n \n \n \n \n \n \n \n Terminal\n \n \n \n \n \n \n \n \n \n \n \n Script Editor\n \n \n \n \n \n \n \n \n \n \n \n Active Scripts\n \n \n \n \n \n 0 ? programCount : undefined} color=\"error\">\n \n \n \n \n \n \n \n Create Program\n \n \n \n {canStaneksGift && (\n \n \n \n \n \n \n \n \n Stanek's Gift\n \n \n \n )}\n \n \n\n \n setCharacterOpen((old) => !old)}>\n \n \n \n \n \n Character} />\n {characterOpen ? : }\n \n \n \n \n \n \n \n \n \n \n Stats\n \n \n \n {canOpenFactions && (\n \n \n \n \n \n \n \n \n \n \n Factions\n \n \n \n )}\n {canOpenAugmentations && (\n \n \n \n \n \n \n \n \n \n \n Augmentations\n \n \n \n )}\n \n \n \n \n \n \n \n \n Hacknet\n \n \n \n {canOpenSleeves && (\n \n \n \n \n \n \n \n Sleeves\n \n \n )}\n \n\n \n setWorldOpen((old) => !old)}>\n \n \n \n \n \n World} />\n {worldOpen ? : }\n \n \n \n \n \n \n \n \n \n \n City\n \n \n \n \n \n \n \n \n \n \n Travel\n \n \n {canJob && (\n \n \n \n \n \n \n \n Job\n \n \n )}\n {canStockMarket && (\n \n \n \n \n \n \n \n Stock Market\n \n \n )}\n {canBladeburner && (\n \n \n \n \n \n \n \n Bladeburner\n \n \n )}\n {canCorporation && (\n \n \n \n \n \n \n \n Corp\n \n \n )}\n {canGang && (\n \n \n \n \n \n \n \n Gang\n \n \n )}\n \n\n \n setHelpOpen((old) => !old)}>\n \n \n \n \n \n Help} />\n {helpOpen ? : }\n \n \n \n \n \n \n \n \n \n Milestones\n \n \n \n \n \n \n \n \n \n \n Tutorial\n \n \n \n \n \n \n \n \n \n \n Achievements\n \n \n \n \n \n \n \n \n \n Options\n \n \n {process.env.NODE_ENV === \"development\" && (\n \n \n \n \n \n \n \n Dev\n \n \n )}\n \n \n \n );\n}\n","import { Programs } from \"./Programs\";\nimport { Program } from \"./Program\";\n\nimport { Player } from \"@player\";\n\n//Returns the programs this player can create.\nexport function getAvailableCreatePrograms(): Program[] {\n const programs: Program[] = [];\n for (const key of Object.keys(Programs)) {\n // Non-creatable program\n const create = Programs[key].create;\n if (create == null) continue;\n\n // Already has program\n if (Player.hasProgram(Programs[key].name)) continue;\n\n // Does not meet requirements\n if (!create.req()) continue;\n\n programs.push(Programs[key]);\n }\n\n return programs;\n}\n","/**\n * Root React component for the Augmentations UI page that display all of your\n * owned and purchased Augmentations and Source-Files.\n */\nimport React, { useState, useEffect } from \"react\";\n\nimport { InstalledAugmentations } from \"./InstalledAugmentations\";\nimport { PlayerMultipliers } from \"./PlayerMultipliers\";\nimport { PurchasedAugmentations } from \"./PurchasedAugmentations\";\nimport { SourceFilesElement } from \"./SourceFiles\";\n\nimport { canGetBonus } from \"../../ExportBonus\";\nimport Typography from \"@mui/material/Typography\";\nimport Button from \"@mui/material/Button\";\nimport Tooltip from \"@mui/material/Tooltip\";\nimport Box from \"@mui/material/Box\";\nimport Paper from \"@mui/material/Paper\";\nimport Container from \"@mui/material/Container\";\nimport { Settings } from \"../../Settings/Settings\";\nimport { ConfirmationModal } from \"../../ui/React/ConfirmationModal\";\nimport { Player } from \"@player\";\nimport { AugmentationNames } from \"../data/AugmentationNames\";\nimport { StaticAugmentations } from \"../StaticAugmentations\";\nimport { CONSTANTS } from \"../../Constants\";\nimport { formatNumber } from \"../../utils/StringHelperFunctions\";\nimport { Info } from \"@mui/icons-material\";\nimport { Link } from \"@mui/material\";\nimport { AlertEvents } from \"../../ui/React/AlertManager\";\n\nconst NeuroFluxDisplay = (): React.ReactElement => {\n const level = Player.augmentations.find((e) => e.name === AugmentationNames.NeuroFluxGovernor)?.level ?? 0;\n\n const openBloodDonation = () => {\n AlertEvents.emit(\n <>\n Bitburner blood donation community program\n \n The blood donation program is a continuous real life event started on 2022-04-01. To participate simply go\n donate blood, plasma, or platelets to your local organization and take a picture as proof (hide your personal\n information). Then send the proof to hydroflame on reddit or discord.\n \n Currently accumulated {CONSTANTS.Donations} donations.\n ,\n );\n };\n return level > 0 ? (\n \n \n NeuroFlux Governor - Level {level}\n \n \n {StaticAugmentations[AugmentationNames.NeuroFluxGovernor].stats}\n \n \n The power of {AugmentationNames.NeuroFluxGovernor} increases with blood donations from players in real life.\n Learn more here\n \n \n ) : (\n <>\n );\n};\n\nconst EntropyDisplay = (): React.ReactElement => {\n return Player.entropy > 0 ? (\n \n \n Entropy Virus - Level {Player.entropy}\n \n \n All multipliers decreased by: {formatNumber((1 - CONSTANTS.EntropyEffect ** Player.entropy) * 100, 3)}%\n (multiplicative)\n \n \n ) : (\n <>\n );\n};\n\ninterface IProps {\n exportGameFn: () => void;\n installAugmentationsFn: () => void;\n}\n\nexport function AugmentationsRoot(props: IProps): React.ReactElement {\n const [installOpen, setInstallOpen] = useState(false);\n const setRerender = useState(false)[1];\n function rerender(): void {\n setRerender((o) => !o);\n }\n useEffect(() => {\n const id = setInterval(rerender, 200);\n return () => clearInterval(id);\n }, []);\n\n function doExport(): void {\n props.exportGameFn();\n rerender();\n }\n\n function exportBonusStr(): string {\n if (canGetBonus()) return \"(+1 favor to all factions)\";\n return \"\";\n }\n\n function doInstall(): void {\n if (!Settings.SuppressBuyAugmentationConfirmation) {\n setInstallOpen(true);\n } else {\n props.installAugmentationsFn();\n }\n }\n\n return (\n \n Augmentations\n \n \n \n Purchased Augmentations\n \n \n Below is a list of all Augmentations you have purchased but not yet installed. Click the button\n below to install them.\n \n \n WARNING: Installing your Augmentations resets most of your progress, including:\n \n
    \n - Stats/Skill levels and Experience\n - Money\n - Scripts on every computer but your home computer\n - Purchased servers\n - Hacknet Nodes\n - Faction/Company reputation\n - Stocks\n
    \n \n Installing Augmentations lets you start over with the perks and benefits granted by all of the\n Augmentations you have ever installed. Also, you will keep any scripts and RAM/Core upgrades on your\n home computer (but you will lose all programs besides NUKE.exe)\n \n \n }\n >\n \n \n
    \n setInstallOpen(false)}\n onConfirm={props.installAugmentationsFn}\n confirmationText={\n <>\n Installing will reset\n
    \n
    - money\n
    - skill / experience\n
    - every server except home\n
    - factions and reputation\n
    \n
    \n You will keep:\n
    \n
    - All scripts on home\n
    - home ram and cores\n
    \n
    \n It is recommended to install several Augmentations at once. Preferably everything from any faction of\n your choosing.\n \n }\n />\n \n 'I never asked for this'}>\n \n \n \n \n It's always a good idea to backup/export your save!}>\n \n \n \n
    \n {Player.queuedAugmentations.length > 0 ? (\n \n \n \n \n ) : (\n \n No Augmentations have been purchased yet\n \n )}\n
    \n\n e.name === AugmentationNames.NeuroFluxGovernor)?.level ?? 0) > 0) +\n +!!(Player.entropy > 0)\n }, 1fr)`,\n gap: 1,\n }}\n >\n \n \n \n\n \n \n \n \n
    \n );\n}\n","/**\n * React Component for displaying all of the player's installed Augmentations and\n * Source-Files.\n *\n * It also contains 'configuration' buttons that allow you to change how the\n * Augs/SF's are displayed\n */\nimport { Box, ListItemButton, Paper, Typography } from \"@mui/material\";\nimport Button from \"@mui/material/Button\";\nimport List from \"@mui/material/List\";\nimport Tooltip from \"@mui/material/Tooltip\";\nimport React, { useState } from \"react\";\nimport { OwnedAugmentationsOrderSetting } from \"../../Settings/SettingEnums\";\nimport { Settings } from \"../../Settings/Settings\";\nimport { Player } from \"@player\";\nimport { StaticAugmentations } from \"../StaticAugmentations\";\nimport { AugmentationNames } from \"../data/AugmentationNames\";\n\nexport function InstalledAugmentations(): React.ReactElement {\n const setRerender = useState(true)[1];\n const sourceAugs = Player.augmentations.slice().filter((aug) => aug.name !== AugmentationNames.NeuroFluxGovernor);\n\n const [selectedAug, setSelectedAug] = useState(sourceAugs[0]);\n\n if (Settings.OwnedAugmentationsOrder === OwnedAugmentationsOrderSetting.Alphabetically) {\n sourceAugs.sort((aug1, aug2) => {\n return aug1.name.localeCompare(aug2.name);\n });\n }\n\n function rerender(): void {\n setRerender((old) => !old);\n }\n\n function sortByAcquirementTime(): void {\n Settings.OwnedAugmentationsOrder = OwnedAugmentationsOrderSetting.AcquirementTime;\n rerender();\n }\n\n function sortInOrder(): void {\n Settings.OwnedAugmentationsOrder = OwnedAugmentationsOrderSetting.Alphabetically;\n rerender();\n }\n\n return (\n \n \n Installed Augmentations\n \n \n \n \n \n \n \n \n \n {sourceAugs.length > 0 ? (\n \n \n \n {sourceAugs.map((k, i) => (\n setSelectedAug(k)} selected={selectedAug === k}>\n {k.name}\n \n ))}\n \n \n \n \n {selectedAug.name}\n \n \n {(() => {\n const aug = StaticAugmentations[selectedAug.name];\n\n const info = typeof aug.info === \"string\" ? {aug.info} : aug.info;\n const tooltip = (\n <>\n {info}\n
    \n
    \n {aug.stats}\n \n );\n return tooltip;\n })()}\n
    \n
    \n
    \n ) : (\n \n No Augmentations have been installed yet\n \n )}\n
    \n );\n}\n","import { DoubleArrow } from \"@mui/icons-material\";\nimport { List, ListItem, ListItemText, Paper, Typography } from \"@mui/material\";\nimport * as React from \"react\";\nimport { Multipliers, defaultMultipliers, mergeMultipliers } from \"../../PersonObjects/Multipliers\";\nimport { BitNodeMultipliers } from \"../../BitNode/BitNodeMultipliers\";\nimport { Player } from \"@player\";\nimport { Settings } from \"../../Settings/Settings\";\nimport { numeralWrapper } from \"../../ui/numeralFormat\";\nimport { StaticAugmentations } from \"../StaticAugmentations\";\n\nfunction calculateAugmentedStats(): Multipliers {\n let augP: Multipliers = defaultMultipliers();\n for (const aug of Player.queuedAugmentations) {\n const augObj = StaticAugmentations[aug.name];\n augP = mergeMultipliers(augP, augObj.mults);\n }\n return augP;\n}\n\ninterface IBitNodeModifiedStatsProps {\n base: number;\n mult: number;\n color: string;\n}\n\nfunction BitNodeModifiedStats(props: IBitNodeModifiedStatsProps): React.ReactElement {\n // If player doesn't have SF5 or if the property isn't affected by BitNode mults\n if (props.mult === 1 || Player.sourceFileLvl(5) === 0)\n return {numeralWrapper.formatPercentage(props.base)};\n\n return (\n \n {numeralWrapper.formatPercentage(props.base)}{\" \"}\n {numeralWrapper.formatPercentage(props.base * props.mult)}\n \n );\n}\n\ninterface MultiplierListItemData {\n mult: string;\n current: number;\n augmented: number;\n bnMult?: number;\n color?: string;\n}\n\ninterface IMultiplierListProps {\n rows: MultiplierListItemData[];\n}\n\nfunction MultiplierList(props: IMultiplierListProps): React.ReactElement {\n const listItems = props.rows\n .map((data) => {\n const { mult, current, augmented, bnMult = 1, color = Settings.theme.primary } = data;\n\n if (!isNaN(augmented)) {\n return (\n \n \n {mult}\n \n }\n secondary={\n \n \n \n \n \n }\n disableTypography\n />\n \n );\n }\n return;\n })\n .filter((i) => i !== undefined);\n\n return listItems.length > 0 ? {listItems} : <>;\n}\n\n/** React component for displaying the player's multipliers on the Augmentation UI page */\nexport function PlayerMultipliers(): React.ReactElement {\n const mults = calculateAugmentedStats();\n\n const leftColData: MultiplierListItemData[] = [\n ...[\n {\n mult: \"Hacking Chance\",\n current: Player.mults.hacking_chance,\n augmented: Player.mults.hacking_chance * mults.hacking_chance,\n },\n {\n mult: \"Hacking Speed\",\n current: Player.mults.hacking_speed,\n augmented: Player.mults.hacking_speed * mults.hacking_speed,\n },\n {\n mult: \"Hacking Money\",\n current: Player.mults.hacking_money,\n augmented: Player.mults.hacking_money * mults.hacking_money,\n bnMult: BitNodeMultipliers.ScriptHackMoney,\n },\n {\n mult: \"Hacking Growth\",\n current: Player.mults.hacking_grow,\n augmented: Player.mults.hacking_grow * mults.hacking_grow,\n },\n {\n mult: \"Hacking Level\",\n current: Player.mults.hacking,\n augmented: Player.mults.hacking * mults.hacking,\n bnMult: BitNodeMultipliers.HackingLevelMultiplier,\n },\n {\n mult: \"Hacking Experience\",\n current: Player.mults.hacking_exp,\n augmented: Player.mults.hacking_exp * mults.hacking_exp,\n bnMult: BitNodeMultipliers.HackExpGain,\n },\n ].map((data: MultiplierListItemData) =>\n Object.defineProperty(data, \"color\", {\n value: Settings.theme.hack,\n }),\n ),\n ...[\n {\n mult: \"Strength Level\",\n current: Player.mults.strength,\n augmented: Player.mults.strength * mults.strength,\n bnMult: BitNodeMultipliers.StrengthLevelMultiplier,\n },\n {\n mult: \"Strength Experience\",\n current: Player.mults.strength_exp,\n augmented: Player.mults.strength_exp * mults.strength_exp,\n },\n {\n mult: \"Defense Level\",\n current: Player.mults.defense,\n augmented: Player.mults.defense * mults.defense,\n bnMult: BitNodeMultipliers.DefenseLevelMultiplier,\n },\n {\n mult: \"Defense Experience\",\n current: Player.mults.defense_exp,\n augmented: Player.mults.defense_exp * mults.defense_exp,\n },\n {\n mult: \"Dexterity Level\",\n current: Player.mults.dexterity,\n augmented: Player.mults.dexterity * mults.dexterity,\n bnMult: BitNodeMultipliers.DexterityLevelMultiplier,\n },\n {\n mult: \"Dexterity Experience\",\n current: Player.mults.dexterity_exp,\n augmented: Player.mults.dexterity_exp * mults.dexterity_exp,\n },\n {\n mult: \"Agility Level\",\n current: Player.mults.agility,\n augmented: Player.mults.agility * mults.agility,\n bnMult: BitNodeMultipliers.AgilityLevelMultiplier,\n },\n {\n mult: \"Agility Experience\",\n current: Player.mults.agility_exp,\n augmented: Player.mults.agility_exp * mults.agility_exp,\n },\n ].map((data: MultiplierListItemData) =>\n Object.defineProperty(data, \"color\", {\n value: Settings.theme.combat,\n }),\n ),\n {\n mult: \"Charisma Level\",\n current: Player.mults.charisma,\n augmented: Player.mults.charisma * mults.charisma,\n bnMult: BitNodeMultipliers.CharismaLevelMultiplier,\n color: Settings.theme.cha,\n },\n {\n mult: \"Charisma Experience\",\n current: Player.mults.charisma_exp,\n augmented: Player.mults.charisma_exp * mults.charisma_exp,\n color: Settings.theme.cha,\n },\n ];\n const rightColData: MultiplierListItemData[] = [\n {\n mult: \"Hacknet Node Production\",\n current: Player.mults.hacknet_node_money,\n augmented: Player.mults.hacknet_node_money * mults.hacknet_node_money,\n bnMult: BitNodeMultipliers.HacknetNodeMoney,\n },\n {\n mult: \"Hacknet Node Purchase Cost\",\n current: Player.mults.hacknet_node_purchase_cost,\n augmented: Player.mults.hacknet_node_purchase_cost * mults.hacknet_node_purchase_cost,\n },\n {\n mult: \"Hacknet Node RAM Upgrade Cost\",\n current: Player.mults.hacknet_node_ram_cost,\n augmented: Player.mults.hacknet_node_ram_cost * mults.hacknet_node_ram_cost,\n },\n {\n mult: \"Hacknet Node Core Purchase Cost\",\n current: Player.mults.hacknet_node_core_cost,\n augmented: Player.mults.hacknet_node_core_cost * mults.hacknet_node_core_cost,\n },\n {\n mult: \"Hacknet Node Level Upgrade Cost\",\n current: Player.mults.hacknet_node_level_cost,\n augmented: Player.mults.hacknet_node_level_cost * mults.hacknet_node_level_cost,\n },\n {\n mult: \"Company Reputation Gain\",\n current: Player.mults.company_rep,\n augmented: Player.mults.company_rep * mults.company_rep,\n },\n {\n mult: \"Faction Reputation Gain\",\n current: Player.mults.faction_rep,\n augmented: Player.mults.faction_rep * mults.faction_rep,\n bnMult: BitNodeMultipliers.FactionWorkRepGain,\n },\n {\n mult: \"Salary\",\n current: Player.mults.work_money,\n augmented: Player.mults.work_money * mults.work_money,\n bnMult: BitNodeMultipliers.CompanyWorkMoney,\n color: Settings.theme.money,\n },\n {\n mult: \"Crime Success Chance\",\n current: Player.mults.crime_success,\n augmented: Player.mults.crime_success * mults.crime_success,\n color: Settings.theme.combat,\n },\n {\n mult: \"Crime Money\",\n current: Player.mults.crime_money,\n augmented: Player.mults.crime_money * mults.crime_money,\n bnMult: BitNodeMultipliers.CrimeMoney,\n color: Settings.theme.money,\n },\n ];\n\n if (Player.canAccessBladeburner() && BitNodeMultipliers.BladeburnerRank > 0) {\n rightColData.push(\n {\n mult: \"Bladeburner Success Chance\",\n current: Player.mults.bladeburner_success_chance,\n augmented: Player.mults.bladeburner_success_chance * mults.bladeburner_success_chance,\n },\n {\n mult: \"Bladeburner Max Stamina\",\n current: Player.mults.bladeburner_max_stamina,\n augmented: Player.mults.bladeburner_max_stamina * mults.bladeburner_max_stamina,\n },\n {\n mult: \"Bladeburner Stamina Gain\",\n current: Player.mults.bladeburner_stamina_gain,\n augmented: Player.mults.bladeburner_stamina_gain * mults.bladeburner_stamina_gain,\n },\n {\n mult: \"Bladeburner Field Analysis\",\n current: Player.mults.bladeburner_analysis,\n augmented: Player.mults.bladeburner_analysis * mults.bladeburner_analysis,\n },\n );\n }\n\n return (\n \n \n \n \n );\n}\n","/**\n * React component for displaying all of the player's purchased (but not installed)\n * Augmentations on the Augmentations UI.\n */\nimport { List, ListItemText, Paper, Tooltip, Typography } from \"@mui/material\";\nimport * as React from \"react\";\nimport { Player } from \"@player\";\nimport { StaticAugmentations } from \"../StaticAugmentations\";\nimport { AugmentationNames } from \"../data/AugmentationNames\";\n\nexport function PurchasedAugmentations(): React.ReactElement {\n const augs: React.ReactElement[] = [];\n // Only render the last NeuroFlux (there are no findLastIndex btw)\n let nfgIndex = -1;\n for (let i = Player.queuedAugmentations.length - 1; i >= 0; i--) {\n if (Player.queuedAugmentations[i].name === AugmentationNames.NeuroFluxGovernor) {\n nfgIndex = i;\n break;\n }\n }\n for (let i = 0; i < Player.queuedAugmentations.length; i++) {\n const ownedAug = Player.queuedAugmentations[i];\n let displayName = ownedAug.name;\n\n if (ownedAug.name === AugmentationNames.NeuroFluxGovernor && i !== nfgIndex) continue;\n const aug = StaticAugmentations[ownedAug.name];\n\n let level = null;\n if (ownedAug.name === AugmentationNames.NeuroFluxGovernor) {\n level = ownedAug.level;\n displayName += ` - Level ${level}`;\n }\n\n augs.push(\n \n {(() => {\n const info = typeof aug.info === \"string\" ? {aug.info} : aug.info;\n const tooltip = (\n <>\n {info}\n
    \n
    \n {aug.stats}\n \n );\n return tooltip;\n })()}\n \n }\n enterNextDelay={500}\n key={displayName}\n >\n \n ,\n );\n }\n\n return (\n \n \n {augs}\n \n \n );\n}\n","import { ListItemButton, ListItemText, Paper } from \"@mui/material\";\nimport Box from \"@mui/material/Box\";\nimport List from \"@mui/material/List\";\nimport Typography from \"@mui/material/Typography\";\nimport React, { useState } from \"react\";\nimport { Exploit, ExploitName } from \"../../Exploits/Exploit\";\nimport { Player } from \"@player\";\nimport { OwnedAugmentationsOrderSetting } from \"../../Settings/SettingEnums\";\nimport { Settings } from \"../../Settings/Settings\";\nimport { SourceFile } from \"../../SourceFile/SourceFile\";\nimport { SourceFiles } from \"../../SourceFile/SourceFiles\";\n\ninterface SfMinus1 {\n info: React.ReactElement;\n n: number;\n name: string;\n lvl: number;\n}\n\nconst safeGetSf = (sfNum: number): SourceFile | SfMinus1 | null => {\n if (sfNum === -1) {\n const sfMinus1: SfMinus1 = {\n info: (\n <>\n This Source-File can only be acquired with obscure knowledge of the game, javascript, and the web ecosystem.\n
    \n
    \n It increases all of the player's multipliers by 0.1%\n
    \n
    \n You have found the following exploits:\n
    \n
    \n {Player.exploits.map((c: Exploit) => (\n \n * {ExploitName(c)}\n
    \n
    \n ))}\n \n ),\n lvl: Player.exploits.length,\n n: -1,\n name: \"Source-File -1: Exploits in the BitNodes\",\n };\n return sfMinus1;\n }\n\n const srcFileKey = \"SourceFile\" + sfNum;\n const sfObj = SourceFiles[srcFileKey];\n if (sfObj == null) {\n console.error(`Invalid source file number: ${sfNum}`);\n return null;\n }\n return sfObj;\n};\n\nconst getMaxLevel = (sfObj: SourceFile | SfMinus1): string | number => {\n let maxLevel;\n switch (sfObj.n) {\n case 12:\n maxLevel = \"∞\";\n break;\n case -1:\n maxLevel = Object.keys(Exploit).length;\n break;\n default:\n maxLevel = \"3\";\n }\n return maxLevel;\n};\n\nexport function SourceFilesElement(): React.ReactElement {\n const sourceSfs = Player.sourceFiles.slice();\n const exploits = Player.exploits;\n // Create a fake SF for -1, if \"owned\"\n if (exploits.length > 0) {\n sourceSfs.unshift({\n n: -1,\n lvl: exploits.length,\n });\n }\n\n if (Settings.OwnedAugmentationsOrder === OwnedAugmentationsOrderSetting.Alphabetically) {\n sourceSfs.sort((sf1, sf2) => {\n return sf1.n - sf2.n;\n });\n }\n\n if (sourceSfs.length === 0) {\n return <>;\n }\n\n const [selectedSf, setSelectedSf] = useState(sourceSfs[0]);\n\n return (\n \n \n Source Files\n \n \n \n \n {sourceSfs.map((e, i) => {\n const sfObj = safeGetSf(e.n);\n if (!sfObj) return;\n\n const maxLevel = getMaxLevel(sfObj);\n\n return (\n setSelectedSf(e)}\n selected={selectedSf.n === e.n}\n sx={{ py: 0 }}\n >\n {sfObj.name}}\n secondary={\n \n Level {e.lvl} / {maxLevel}\n \n }\n />\n \n );\n })}\n \n \n \n \n {safeGetSf(selectedSf.n)?.name}\n \n \n {(() => {\n const sfObj = safeGetSf(selectedSf.n);\n if (!sfObj) return;\n\n const maxLevel = getMaxLevel(sfObj);\n\n return (\n <>\n Level {selectedSf.lvl} / {maxLevel}\n
    \n
    \n {sfObj.info}\n \n );\n })()}\n
    \n
    \n
    \n
    \n );\n}\n","import { Player } from \"@player\";\nimport { AugmentationNames } from \"./Augmentation/data/AugmentationNames\";\n\nimport React, { useEffect } from \"react\";\n\nimport { General } from \"./DevMenu/ui/General\";\nimport { Stats } from \"./DevMenu/ui/Stats\";\nimport { Factions } from \"./DevMenu/ui/Factions\";\nimport { Augmentations } from \"./DevMenu/ui/Augmentations\";\nimport { SourceFiles } from \"./DevMenu/ui/SourceFiles\";\nimport { Programs } from \"./DevMenu/ui/Programs\";\nimport { Servers } from \"./DevMenu/ui/Servers\";\nimport { Companies } from \"./DevMenu/ui/Companies\";\nimport { Bladeburner as BladeburnerElem } from \"./DevMenu/ui/Bladeburner\";\nimport { Gang } from \"./DevMenu/ui/Gang\";\nimport { Corporation } from \"./DevMenu/ui/Corporation\";\nimport { CodingContracts } from \"./DevMenu/ui/CodingContracts\";\nimport { StockMarket } from \"./DevMenu/ui/StockMarket\";\nimport { Sleeves } from \"./DevMenu/ui/Sleeves\";\nimport { Stanek } from \"./DevMenu/ui/Stanek\";\nimport { TimeSkip } from \"./DevMenu/ui/TimeSkip\";\nimport { SaveFile } from \"./DevMenu/ui/SaveFile\";\nimport { Achievements } from \"./DevMenu/ui/Achievements\";\nimport { Entropy } from \"./DevMenu/ui/Entropy\";\nimport Typography from \"@mui/material/Typography\";\nimport { Exploit } from \"./Exploits/Exploit\";\n\nexport function DevMenuRoot(): React.ReactElement {\n useEffect(() => {\n Player.giveExploit(Exploit.YoureNotMeantToAccessThis);\n }, []);\n return (\n <>\n Development Menu - Only meant to be used for testing/debugging\n \n \n \n \n \n \n \n \n\n {Player.bladeburner && }\n\n {Player.gang && }\n\n {Player.corporation && }\n\n \n\n {Player.hasWseAccount && }\n\n {Player.sleeves.length > 0 && }\n {Player.augmentations.some((aug) => aug.name === AugmentationNames.StaneksGift1) && }\n\n \n \n \n \n \n );\n}\n","import React, { useEffect, useState } from \"react\";\n\nimport Accordion from \"@mui/material/Accordion\";\nimport AccordionSummary from \"@mui/material/AccordionSummary\";\nimport AccordionDetails from \"@mui/material/AccordionDetails\";\nimport ExpandMoreIcon from \"@mui/icons-material/ExpandMore\";\n\nimport Typography from \"@mui/material/Typography\";\nimport Button from \"@mui/material/Button\";\nimport { Money } from \"../../ui/React/Money\";\nimport { Player } from \"@player\";\nimport { Router } from \"../../ui/GameRoot\";\nimport { MenuItem, SelectChangeEvent, TextField, Select } from \"@mui/material\";\nimport { Bladeburner } from \"../../Bladeburner/Bladeburner\";\nimport { GangConstants } from \"../../Gang/data/Constants\";\nimport { FactionNames } from \"../../Faction/data/FactionNames\";\nimport { checkForMessagesToSend } from \"../../Message/MessageHelpers\";\n\nexport function General(): React.ReactElement {\n const [error, setError] = useState(false);\n const [corporationName, setCorporationName] = useState(\"\");\n const [gangFaction, setGangFaction] = useState(\"\");\n\n function addMoney(n: number) {\n return function () {\n Player.gainMoney(n, \"other\");\n };\n }\n\n function upgradeRam(): void {\n Player.getHomeComputer().maxRam *= 2;\n }\n\n function quickB1tFlum3(): void {\n Router.toBitVerse(true, true);\n }\n\n function b1tflum3(): void {\n Router.toBitVerse(true, false);\n }\n\n function quickHackW0r1dD43m0n(): void {\n Router.toBitVerse(false, true);\n }\n\n function hackW0r1dD43m0n(): void {\n Router.toBitVerse(false, false);\n }\n\n function createCorporation(): void {\n Player.startCorporation(corporationName);\n }\n\n function joinBladeburner(): void {\n Player.bladeburner = new Bladeburner();\n }\n\n function startGang(): void {\n const isHacking = gangFaction === FactionNames.NiteSec || gangFaction === FactionNames.TheBlackHand;\n Player.startGang(gangFaction, isHacking);\n }\n\n function setGangFactionDropdown(event: SelectChangeEvent): void {\n setGangFaction(event.target.value);\n }\n\n function checkMessages(): void {\n checkForMessagesToSend();\n }\n\n useEffect(() => {\n if (error) throw new ReferenceError(\"Manually thrown error\");\n }, [error]);\n\n return (\n \n }>\n General\n \n \n \n \n \n \n \n \n
    \n Corporation Name:\n setCorporationName(x.target.value)} />\n \n
    \n Gang Faction:\n \n \n
    \n \n
    \n\n \n \n \n \n \n \n
    \n
    \n );\n}\n","import React from \"react\";\n\nimport Accordion from \"@mui/material/Accordion\";\nimport AccordionSummary from \"@mui/material/AccordionSummary\";\nimport AccordionDetails from \"@mui/material/AccordionDetails\";\nimport ExpandMoreIcon from \"@mui/icons-material/ExpandMore\";\n\nimport Typography from \"@mui/material/Typography\";\nimport Button from \"@mui/material/Button\";\nimport { Adjuster } from \"./Adjuster\";\nimport { Player } from \"@player\";\n\nconst bigNumber = 1e27;\n\nexport function Stats(): React.ReactElement {\n function modifyExp(stat: string, modifier: number) {\n return function (exp: number) {\n switch (stat) {\n case \"hacking\":\n if (exp) {\n Player.gainHackingExp(exp * modifier);\n }\n break;\n case \"strength\":\n if (exp) {\n Player.gainStrengthExp(exp * modifier);\n }\n break;\n case \"defense\":\n if (exp) {\n Player.gainDefenseExp(exp * modifier);\n }\n break;\n case \"dexterity\":\n if (exp) {\n Player.gainDexterityExp(exp * modifier);\n }\n break;\n case \"agility\":\n if (exp) {\n Player.gainAgilityExp(exp * modifier);\n }\n break;\n case \"charisma\":\n if (exp) {\n Player.gainCharismaExp(exp * modifier);\n }\n break;\n case \"intelligence\":\n if (exp) {\n Player.gainIntelligenceExp(exp * modifier);\n }\n break;\n }\n Player.updateSkillLevels();\n };\n }\n\n function modifyKarma(modifier: number) {\n return function (amt: number) {\n Player.karma += amt * modifier;\n };\n }\n\n function tonsOfExp(): void {\n Player.gainHackingExp(bigNumber);\n Player.gainStrengthExp(bigNumber);\n Player.gainDefenseExp(bigNumber);\n Player.gainDexterityExp(bigNumber);\n Player.gainAgilityExp(bigNumber);\n Player.gainCharismaExp(bigNumber);\n Player.gainIntelligenceExp(bigNumber);\n Player.updateSkillLevels();\n }\n\n function resetAllExp(): void {\n Player.exp.hacking = 0;\n Player.exp.strength = 0;\n Player.exp.defense = 0;\n Player.exp.dexterity = 0;\n Player.exp.agility = 0;\n Player.exp.charisma = 0;\n Player.exp.intelligence = 0;\n Player.updateSkillLevels();\n }\n\n function resetExperience(stat: string): () => void {\n return function () {\n switch (stat) {\n case \"hacking\":\n Player.exp.hacking = 0;\n break;\n case \"strength\":\n Player.exp.strength = 0;\n break;\n case \"defense\":\n Player.exp.defense = 0;\n break;\n case \"dexterity\":\n Player.exp.dexterity = 0;\n break;\n case \"agility\":\n Player.exp.agility = 0;\n break;\n case \"charisma\":\n Player.exp.charisma = 0;\n break;\n case \"intelligence\":\n Player.exp.intelligence = 0;\n break;\n }\n Player.updateSkillLevels();\n };\n }\n\n function resetKarma(): () => void {\n return function () {\n Player.karma = 0;\n };\n }\n\n function enableIntelligence(): void {\n if (Player.skills.intelligence === 0) {\n Player.skills.intelligence = 1;\n Player.updateSkillLevels();\n }\n }\n\n function disableIntelligence(): void {\n Player.exp.intelligence = 0;\n Player.skills.intelligence = 0;\n Player.updateSkillLevels();\n }\n\n return (\n \n }>\n Experience / Stats\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n
    \n All:\n \n \n \n
    \n Hacking:\n \n modifyExp(\"hacking\", 1)(bigNumber)}\n add={modifyExp(\"hacking\", 1)}\n subtract={modifyExp(\"hacking\", -1)}\n reset={resetExperience(\"hacking\")}\n />\n
    \n Strength:\n \n modifyExp(\"strength\", 1)(bigNumber)}\n add={modifyExp(\"strength\", 1)}\n subtract={modifyExp(\"strength\", -1)}\n reset={resetExperience(\"strength\")}\n />\n
    \n Defense:\n \n modifyExp(\"defense\", 1)(bigNumber)}\n add={modifyExp(\"defense\", 1)}\n subtract={modifyExp(\"defense\", -1)}\n reset={resetExperience(\"defense\")}\n />\n
    \n Dexterity:\n \n modifyExp(\"dexterity\", 1)(bigNumber)}\n add={modifyExp(\"dexterity\", 1)}\n subtract={modifyExp(\"dexterity\", -1)}\n reset={resetExperience(\"dexterity\")}\n />\n
    \n Agility:\n \n modifyExp(\"agility\", 1)(bigNumber)}\n add={modifyExp(\"agility\", 1)}\n subtract={modifyExp(\"agility\", -1)}\n reset={resetExperience(\"agility\")}\n />\n
    \n Charisma:\n \n modifyExp(\"charisma\", 1)(bigNumber)}\n add={modifyExp(\"charisma\", 1)}\n subtract={modifyExp(\"charisma\", -1)}\n reset={resetExperience(\"charisma\")}\n />\n
    \n Intelligence:\n \n modifyExp(\"intelligence\", 1)(bigNumber)}\n add={modifyExp(\"intelligence\", 1)}\n subtract={modifyExp(\"intelligence\", -1)}\n reset={resetExperience(\"intelligence\")}\n />\n \n \n \n \n
    \n Karma:\n \n modifyExp(\"intelligence\", 1)(100000)}\n add={modifyKarma(1)}\n subtract={modifyKarma(-1)}\n reset={resetKarma()}\n />\n
    \n
    \n
    \n );\n}\n","import React, { useState } from \"react\";\n\nimport Accordion from \"@mui/material/Accordion\";\nimport AccordionSummary from \"@mui/material/AccordionSummary\";\nimport AccordionDetails from \"@mui/material/AccordionDetails\";\nimport ExpandMoreIcon from \"@mui/icons-material/ExpandMore\";\n\nimport Typography from \"@mui/material/Typography\";\nimport Button from \"@mui/material/Button\";\nimport Select, { SelectChangeEvent } from \"@mui/material/Select\";\nimport { Adjuster } from \"./Adjuster\";\nimport { Player } from \"@player\";\nimport { Factions as AllFaction } from \"../../Faction/Factions\";\nimport FormControl from \"@mui/material/FormControl\";\nimport MenuItem from \"@mui/material/MenuItem\";\nimport IconButton from \"@mui/material/IconButton\";\nimport ReplyAllIcon from \"@mui/icons-material/ReplyAll\";\nimport ReplyIcon from \"@mui/icons-material/Reply\";\nimport InputLabel from \"@mui/material/InputLabel\";\nimport { FactionNames } from \"../../Faction/data/FactionNames\";\n\nconst bigNumber = 1e12;\n\nexport function Factions(): React.ReactElement {\n const [faction, setFaction] = useState(FactionNames.Illuminati as string);\n\n function setFactionDropdown(event: SelectChangeEvent): void {\n setFaction(event.target.value);\n }\n\n function receiveInvite(): void {\n Player.receiveInvite(faction);\n }\n\n function receiveAllInvites(): void {\n Object.values(FactionNames).forEach((faction) => Player.receiveInvite(faction));\n }\n\n function modifyFactionRep(modifier: number): (x: number) => void {\n return function (reputation: number): void {\n const fac = AllFaction[faction];\n if (fac != null && !isNaN(reputation)) {\n fac.playerReputation += reputation * modifier;\n }\n };\n }\n\n function resetFactionRep(): void {\n const fac = AllFaction[faction];\n if (fac != null) {\n fac.playerReputation = 0;\n }\n }\n\n function modifyFactionFavor(modifier: number): (x: number) => void {\n return function (favor: number): void {\n const fac = AllFaction[faction];\n if (fac != null && !isNaN(favor)) {\n fac.favor += favor * modifier;\n }\n };\n }\n\n function resetFactionFavor(): void {\n const fac = AllFaction[faction];\n if (fac != null) {\n fac.favor = 0;\n }\n }\n\n function tonsOfRep(): void {\n for (const i of Object.keys(AllFaction)) {\n AllFaction[i].playerReputation = bigNumber;\n }\n }\n\n function resetAllRep(): void {\n for (const i of Object.keys(AllFaction)) {\n AllFaction[i].playerReputation = 0;\n }\n }\n\n function tonsOfFactionFavor(): void {\n for (const i of Object.keys(AllFaction)) {\n AllFaction[i].favor = bigNumber;\n }\n }\n\n function resetAllFactionFavor(): void {\n for (const i of Object.keys(AllFaction)) {\n AllFaction[i].favor = 0;\n }\n }\n\n return (\n \n }>\n Factions\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n
    \n Faction:\n \n \n Faction\n \n \n \n \n \n \n \n \n }\n >\n {Object.values(AllFaction).map((faction) => (\n \n {faction.name}\n \n ))}\n \n \n
    \n Reputation:\n \n modifyFactionRep(1)(bigNumber)}\n add={modifyFactionRep(1)}\n subtract={modifyFactionRep(-1)}\n reset={resetFactionRep}\n />\n
    \n Favor:\n \n modifyFactionFavor(1)(2000)}\n add={modifyFactionFavor(1)}\n subtract={modifyFactionFavor(-1)}\n reset={resetFactionFavor}\n />\n
    \n All Reputation:\n \n \n \n
    \n All Favor:\n \n \n \n
    \n
    \n
    \n );\n}\n","import { Clear, ExpandMore, Reply, ReplyAll } from \"@mui/icons-material\";\nimport {\n Accordion,\n AccordionDetails,\n AccordionSummary,\n Button,\n IconButton,\n MenuItem,\n Select,\n SelectChangeEvent,\n Typography,\n} from \"@mui/material\";\nimport React, { useState } from \"react\";\nimport { AugmentationNames } from \"../../Augmentation/data/AugmentationNames\";\nimport { Player } from \"@player\";\n\nexport function Augmentations(): React.ReactElement {\n const [augmentation, setAugmentation] = useState(\"Augmented Targeting I\");\n\n function setAugmentationDropdown(event: SelectChangeEvent): void {\n setAugmentation(event.target.value);\n }\n function queueAug(): void {\n Player.queueAugmentation(augmentation);\n }\n\n function queueAllAugs(): void {\n for (const augName of Object.values(AugmentationNames)) {\n Player.queueAugmentation(augName);\n }\n }\n\n function clearAugs(): void {\n Player.augmentations = [];\n }\n\n function clearQueuedAugs(): void {\n Player.queuedAugmentations = [];\n }\n\n return (\n \n }>\n Augmentations\n \n \n \n \n \n \n \n \n \n \n }\n endAdornment={\n <>\n \n \n \n \n }\n >\n {Object.values(AugmentationNames).map((aug) => (\n \n {aug}\n \n ))}\n \n \n \n \n );\n}\n","import React from \"react\";\n\nimport Accordion from \"@mui/material/Accordion\";\nimport AccordionSummary from \"@mui/material/AccordionSummary\";\nimport AccordionDetails from \"@mui/material/AccordionDetails\";\nimport ExpandMoreIcon from \"@mui/icons-material/ExpandMore\";\n\nimport Typography from \"@mui/material/Typography\";\nimport Button from \"@mui/material/Button\";\nimport { PlayerOwnedSourceFile } from \"../../SourceFile/PlayerOwnedSourceFile\";\nimport { Player } from \"@player\";\nimport ButtonGroup from \"@mui/material/ButtonGroup\";\n\n// Update as additional BitNodes get implemented\nconst validSFN = [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13];\n\nexport function SourceFiles(): React.ReactElement {\n function setSF(sfN: number, sfLvl: number) {\n return function () {\n if (sfN === 9) {\n Player.hacknetNodes = [];\n }\n if (sfLvl === 0) {\n Player.sourceFiles = Player.sourceFiles.filter((sf) => sf.n !== sfN);\n return;\n }\n\n if (!Player.sourceFiles.some((sf) => sf.n === sfN)) {\n Player.sourceFiles.push(new PlayerOwnedSourceFile(sfN, sfLvl));\n return;\n }\n\n for (let i = 0; i < Player.sourceFiles.length; i++) {\n if (Player.sourceFiles[i].n === sfN) {\n Player.sourceFiles[i].lvl = sfLvl;\n }\n }\n };\n }\n\n function setAllSF(sfLvl: number) {\n return () => {\n for (let i = 0; i < validSFN.length; i++) {\n setSF(validSFN[i], sfLvl)();\n }\n };\n }\n\n function clearExploits(): void {\n Player.exploits = [];\n }\n\n return (\n \n }>\n Source-Files\n \n \n \n \n \n \n \n \n \n \n \n \n {validSFN.map((i) => (\n \n \n \n \n ))}\n \n
    \n Exploits:\n \n \n
    \n All:\n \n \n \n \n \n \n \n
    \n SF-{i}:\n \n \n \n \n \n \n \n
    \n
    \n
    \n );\n}\n","import React, { useState } from \"react\";\n\nimport Accordion from \"@mui/material/Accordion\";\nimport AccordionSummary from \"@mui/material/AccordionSummary\";\nimport AccordionDetails from \"@mui/material/AccordionDetails\";\nimport ExpandMoreIcon from \"@mui/icons-material/ExpandMore\";\n\nimport Typography from \"@mui/material/Typography\";\nimport Button from \"@mui/material/Button\";\nimport Select, { SelectChangeEvent } from \"@mui/material/Select\";\nimport { Player } from \"@player\";\nimport { Programs as AllPrograms } from \"../../Programs/Programs\";\nimport MenuItem from \"@mui/material/MenuItem\";\n\nexport function Programs(): React.ReactElement {\n const [program, setProgram] = useState(\"NUKE.exe\");\n function setProgramDropdown(event: SelectChangeEvent): void {\n setProgram(event.target.value);\n }\n function addProgram(): void {\n if (!Player.hasProgram(program)) {\n Player.getHomeComputer().programs.push(program);\n }\n }\n\n function addAllPrograms(): void {\n for (const i of Object.keys(AllPrograms)) {\n if (!Player.hasProgram(AllPrograms[i].name)) {\n Player.getHomeComputer().programs.push(AllPrograms[i].name);\n }\n }\n }\n\n return (\n \n }>\n Programs\n \n \n \n \n \n \n \n \n \n \n \n \n \n
    \n Program:\n \n \n
    \n Add:\n \n \n \n
    \n
    \n
    \n );\n}\n","import React, { useState } from \"react\";\n\nimport Accordion from \"@mui/material/Accordion\";\nimport AccordionSummary from \"@mui/material/AccordionSummary\";\nimport AccordionDetails from \"@mui/material/AccordionDetails\";\nimport ExpandMoreIcon from \"@mui/icons-material/ExpandMore\";\n\nimport Typography from \"@mui/material/Typography\";\nimport Button from \"@mui/material/Button\";\nimport Select, { SelectChangeEvent } from \"@mui/material/Select\";\nimport { GetServer, GetAllServers } from \"../../Server/AllServers\";\nimport { Server } from \"../../Server/Server\";\nimport MenuItem from \"@mui/material/MenuItem\";\n\nexport function Servers(): React.ReactElement {\n const [server, setServer] = useState(\"home\");\n function setServerDropdown(event: SelectChangeEvent): void {\n setServer(event.target.value);\n }\n function rootServer(): void {\n const s = GetServer(server);\n if (s === null) return;\n if (!(s instanceof Server)) return;\n s.hasAdminRights = true;\n s.sshPortOpen = true;\n s.ftpPortOpen = true;\n s.smtpPortOpen = true;\n s.httpPortOpen = true;\n s.sqlPortOpen = true;\n s.openPortCount = 5;\n }\n\n function rootAllServers(): void {\n for (const s of GetAllServers()) {\n if (!(s instanceof Server)) return;\n s.hasAdminRights = true;\n s.sshPortOpen = true;\n s.ftpPortOpen = true;\n s.smtpPortOpen = true;\n s.httpPortOpen = true;\n s.sqlPortOpen = true;\n s.openPortCount = 5;\n }\n }\n\n function minSecurity(): void {\n const s = GetServer(server);\n if (s === null) return;\n if (!(s instanceof Server)) return;\n s.hackDifficulty = s.minDifficulty;\n }\n\n function minAllSecurity(): void {\n for (const s of GetAllServers()) {\n if (!(s instanceof Server)) return;\n s.hackDifficulty = s.minDifficulty;\n }\n }\n\n function maxMoney(): void {\n const s = GetServer(server);\n if (s === null) return;\n if (!(s instanceof Server)) return;\n s.moneyAvailable = s.moneyMax;\n }\n\n function maxAllMoney(): void {\n for (const s of GetAllServers()) {\n if (!(s instanceof Server)) return;\n s.moneyAvailable = s.moneyMax;\n }\n }\n\n function minMoney(): void {\n const s = GetServer(server);\n if (s === null) return;\n if (!(s instanceof Server)) return;\n s.moneyAvailable = 0;\n }\n\n function minAllMoney(): void {\n for (const s of GetAllServers()) {\n if (!(s instanceof Server)) return;\n s.moneyAvailable = 0;\n }\n }\n\n return (\n \n }>\n Servers\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n
    \n Server:\n \n \n
    \n Root:\n \n \n \n \n
    \n Security:\n \n \n \n \n
    \n Money:\n \n \n \n \n \n \n \n \n
    \n
    \n
    \n );\n}\n","import React, { useState } from \"react\";\n\nimport Accordion from \"@mui/material/Accordion\";\nimport AccordionSummary from \"@mui/material/AccordionSummary\";\nimport AccordionDetails from \"@mui/material/AccordionDetails\";\nimport ExpandMoreIcon from \"@mui/icons-material/ExpandMore\";\n\nimport Typography from \"@mui/material/Typography\";\nimport Button from \"@mui/material/Button\";\nimport Select, { SelectChangeEvent } from \"@mui/material/Select\";\nimport { Companies as AllCompanies } from \"../../Company/Companies\";\nimport MenuItem from \"@mui/material/MenuItem\";\nimport { Adjuster } from \"./Adjuster\";\nimport { FactionNames } from \"../../Faction/data/FactionNames\";\n\nconst bigNumber = 1e12;\n\nexport function Companies(): React.ReactElement {\n const [company, setCompany] = useState(FactionNames.ECorp as string);\n function setCompanyDropdown(event: SelectChangeEvent): void {\n setCompany(event.target.value);\n }\n function resetCompanyRep(): void {\n AllCompanies[company].playerReputation = 0;\n }\n\n function modifyCompanyRep(modifier: number): (x: number) => void {\n return function (reputation: number): void {\n const c = AllCompanies[company];\n if (c != null && !isNaN(reputation)) {\n c.playerReputation += reputation * modifier;\n }\n };\n }\n\n function modifyCompanyFavor(modifier: number): (x: number) => void {\n return function (favor: number): void {\n const c = AllCompanies[company];\n if (c != null && !isNaN(favor)) {\n c.favor += favor * modifier;\n }\n };\n }\n\n function resetCompanyFavor(): void {\n AllCompanies[company].favor = 0;\n }\n\n function tonsOfRepCompanies(): void {\n for (const c of Object.keys(AllCompanies)) {\n AllCompanies[c].playerReputation = bigNumber;\n }\n }\n\n function resetAllRepCompanies(): void {\n for (const c of Object.keys(AllCompanies)) {\n AllCompanies[c].playerReputation = 0;\n }\n }\n\n function tonsOfFavorCompanies(): void {\n for (const c of Object.keys(AllCompanies)) {\n AllCompanies[c].favor = bigNumber;\n }\n }\n\n function resetAllFavorCompanies(): void {\n for (const c of Object.keys(AllCompanies)) {\n AllCompanies[c].favor = 0;\n }\n }\n\n return (\n \n }>\n Companies\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n
    \n Company:\n \n \n
    \n Reputation:\n \n modifyCompanyRep(1)(bigNumber)}\n add={modifyCompanyRep(1)}\n subtract={modifyCompanyRep(-1)}\n reset={resetCompanyRep}\n />\n
    \n Favor:\n \n modifyCompanyFavor(1)(2000)}\n add={modifyCompanyFavor(1)}\n subtract={modifyCompanyFavor(-1)}\n reset={resetCompanyFavor}\n />\n
    \n All Reputation:\n \n \n \n
    \n All Favor:\n \n \n \n
    \n
    \n
    \n );\n}\n","import React from \"react\";\n\nimport Typography from \"@mui/material/Typography\";\nimport Accordion from \"@mui/material/Accordion\";\nimport AccordionSummary from \"@mui/material/AccordionSummary\";\nimport AccordionDetails from \"@mui/material/AccordionDetails\";\nimport ExpandMoreIcon from \"@mui/icons-material/ExpandMore\";\n\nimport { Adjuster } from \"./Adjuster\";\nimport { Player } from \"@player\";\n\nconst bigNumber = 1e27;\n\nexport function Bladeburner(): React.ReactElement {\n const bladeburner = Player.bladeburner;\n if (bladeburner === null) return <>;\n function modifyBladeburnerRank(modify: number): (x: number) => void {\n return function (rank: number): void {\n if (!bladeburner) return;\n bladeburner.changeRank(Player, rank * modify);\n };\n }\n\n function resetBladeburnerRank(): void {\n if (!bladeburner) return;\n bladeburner.rank = 0;\n bladeburner.maxRank = 0;\n }\n\n function addTonsBladeburnerRank(): void {\n if (!bladeburner) return;\n\n bladeburner.changeRank(Player, bigNumber);\n }\n\n function modifyBladeburnerCycles(modify: number): (x: number) => void {\n return function (cycles: number): void {\n if (!bladeburner) return;\n bladeburner.storedCycles += cycles * modify;\n };\n }\n\n function resetBladeburnerCycles(): void {\n if (!bladeburner) return;\n bladeburner.storedCycles = 0;\n }\n\n function addTonsBladeburnerCycles(): void {\n if (!bladeburner) return;\n bladeburner.storedCycles += bigNumber;\n }\n\n return (\n \n }>\n Bladeburner\n \n \n \n \n \n \n \n \n \n \n \n \n \n
    \n Rank:\n \n \n
    \n Cycles:\n \n \n
    \n
    \n
    \n );\n}\n","import React from \"react\";\n\nimport Typography from \"@mui/material/Typography\";\nimport Accordion from \"@mui/material/Accordion\";\nimport AccordionSummary from \"@mui/material/AccordionSummary\";\nimport AccordionDetails from \"@mui/material/AccordionDetails\";\nimport ExpandMoreIcon from \"@mui/icons-material/ExpandMore\";\n\nimport { Adjuster } from \"./Adjuster\";\nimport { Player } from \"@player\";\n\nconst bigNumber = 1e27;\n\nexport function Gang(): React.ReactElement {\n function addTonsGangCycles(): void {\n if (Player.gang) {\n Player.gang.storedCycles = bigNumber;\n }\n }\n\n function modifyGangCycles(modify: number): (x: number) => void {\n return function (cycles: number): void {\n if (Player.gang) {\n Player.gang.storedCycles += cycles * modify;\n }\n };\n }\n\n function resetGangCycles(): void {\n if (Player.gang) {\n Player.gang.storedCycles = 0;\n }\n }\n\n return (\n \n }>\n Gang\n \n \n \n \n \n \n \n \n \n
    \n Cycles:\n \n \n
    \n
    \n
    \n );\n}\n","import React from \"react\";\n\nimport Accordion from \"@mui/material/Accordion\";\nimport AccordionSummary from \"@mui/material/AccordionSummary\";\nimport AccordionDetails from \"@mui/material/AccordionDetails\";\nimport ExpandMoreIcon from \"@mui/icons-material/ExpandMore\";\n\nimport Typography from \"@mui/material/Typography\";\nimport Button from \"@mui/material/Button\";\nimport { Adjuster } from \"./Adjuster\";\nimport { Player } from \"@player\";\n\nconst bigNumber = 1e27;\n\nexport function Corporation(): React.ReactElement {\n function addTonsCorporationFunds(): void {\n if (Player.corporation) {\n Player.corporation.funds = Player.corporation.funds + bigNumber;\n }\n }\n\n function modifyCorporationFunds(modify: number): (x: number) => void {\n return function (funds: number): void {\n if (Player.corporation) {\n Player.corporation.funds += funds * modify;\n }\n };\n }\n\n function resetCorporationFunds(): void {\n if (Player.corporation) {\n Player.corporation.funds = Player.corporation.funds - Player.corporation.funds;\n }\n }\n\n function addTonsCorporationCycles(): void {\n if (Player.corporation) {\n Player.corporation.storedCycles = bigNumber;\n }\n }\n\n function modifyCorporationCycles(modify: number): (x: number) => void {\n return function (cycles: number): void {\n if (Player.corporation) {\n Player.corporation.storedCycles += cycles * modify;\n }\n };\n }\n\n function resetCorporationCycles(): void {\n if (Player.corporation) {\n Player.corporation.storedCycles = 0;\n }\n }\n\n function finishCorporationProducts(): void {\n if (!Player.corporation) return;\n Player.corporation.divisions.forEach((div) => {\n Object.keys(div.products).forEach((prod) => {\n const product = div.products[prod];\n if (product === undefined) throw new Error(\"Impossible product undefined\");\n product.prog = 99.9;\n });\n });\n }\n\n function addCorporationResearch(): void {\n if (!Player.corporation) return;\n Player.corporation.divisions.forEach((div) => {\n div.sciResearch.qty += 1e10;\n });\n }\n\n return (\n \n }>\n Corporation\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n
    \n Funds:\n \n \n
    \n Cycles:\n \n \n
    \n \n
    \n \n
    \n
    \n
    \n );\n}\n","import React, { useState } from \"react\";\n\nimport Accordion from \"@mui/material/Accordion\";\nimport AccordionSummary from \"@mui/material/AccordionSummary\";\nimport AccordionDetails from \"@mui/material/AccordionDetails\";\nimport ExpandMoreIcon from \"@mui/icons-material/ExpandMore\";\n\nimport Typography from \"@mui/material/Typography\";\nimport Button from \"@mui/material/Button\";\nimport Select, { SelectChangeEvent } from \"@mui/material/Select\";\nimport MenuItem from \"@mui/material/MenuItem\";\nimport { generateContract, generateRandomContract, generateRandomContractOnHome } from \"../../CodingContractGenerator\";\nimport { CodingContractTypes } from \"../../CodingContracts\";\n\nexport function CodingContracts(): React.ReactElement {\n const [codingcontract, setCodingcontract] = useState(\"Find Largest Prime Factor\");\n function setCodingcontractDropdown(event: SelectChangeEvent): void {\n setCodingcontract(event.target.value);\n }\n\n function specificContract(): void {\n generateContract({\n problemType: codingcontract,\n server: \"home\",\n });\n }\n\n return (\n \n }>\n Coding Contracts\n \n \n \n \n \n \n \n \n \n \n \n
    \n \n \n
    \n \n \n
    \n
    \n
    \n );\n}\n","import React, { useState } from \"react\";\n\nimport Accordion from \"@mui/material/Accordion\";\nimport AccordionSummary from \"@mui/material/AccordionSummary\";\nimport AccordionDetails from \"@mui/material/AccordionDetails\";\nimport ExpandMoreIcon from \"@mui/icons-material/ExpandMore\";\n\nimport Typography from \"@mui/material/Typography\";\nimport Button from \"@mui/material/Button\";\nimport TextField from \"@mui/material/TextField\";\nimport { Money } from \"../../ui/React/Money\";\nimport { dialogBoxCreate } from \"../../ui/React/DialogBox\";\nimport { StockMarket as SM } from \"../../StockMarket/StockMarket\";\nimport { Stock } from \"../../StockMarket/Stock\";\n\nexport function StockMarket(): React.ReactElement {\n const [stockPrice, setStockPrice] = useState(0);\n const [stockSymbol, setStockSymbol] = useState(\"\");\n\n function setStockPriceField(event: React.ChangeEvent): void {\n setStockPrice(parseFloat(event.target.value));\n }\n\n function setStockSymbolField(event: React.ChangeEvent): void {\n setStockSymbol(event.target.value);\n }\n\n function processStocks(sub: (arg0: Stock) => void): void {\n const inputSymbols = stockSymbol.replace(/\\s/g, \"\");\n\n let match: (symbol: string) => boolean = (): boolean => {\n return true;\n };\n\n if (inputSymbols !== \"\" && inputSymbols !== \"all\") {\n match = function (symbol: string): boolean {\n return inputSymbols.split(\",\").includes(symbol);\n };\n }\n\n for (const name of Object.keys(SM)) {\n if (SM.hasOwnProperty(name)) {\n const stock = SM[name];\n if (stock instanceof Stock && match(stock.symbol)) {\n sub(stock);\n }\n }\n }\n }\n\n function doSetStockPrice(): void {\n if (!isNaN(stockPrice)) {\n processStocks((stock: Stock) => {\n stock.price = stockPrice;\n });\n }\n }\n\n function viewStockCaps(): void {\n const stocks: JSX.Element[] = [];\n processStocks((stock: Stock) => {\n stocks.push(\n \n {stock.symbol}\n \n \n \n ,\n );\n });\n dialogBoxCreate(\n \n \n \n \n \n \n {stocks}\n \n
    StockPrice cap
    ,\n );\n }\n return (\n \n }>\n Stock Market\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n
    \n Symbol:\n \n \n
    \n Price:\n \n \n \n
    \n Caps:\n \n \n
    \n
    \n
    \n );\n}\n","import React from \"react\";\n\nimport Accordion from \"@mui/material/Accordion\";\nimport AccordionSummary from \"@mui/material/AccordionSummary\";\nimport AccordionDetails from \"@mui/material/AccordionDetails\";\nimport ExpandMoreIcon from \"@mui/icons-material/ExpandMore\";\n\nimport Button from \"@mui/material/Button\";\nimport Typography from \"@mui/material/Typography\";\nimport { Player } from \"@player\";\nimport { Adjuster } from \"./Adjuster\";\n\nexport function Sleeves(): React.ReactElement {\n function sleeveMaxAllShock(): void {\n for (let i = 0; i < Player.sleeves.length; ++i) {\n Player.sleeves[i].shock = 0;\n }\n }\n\n function sleeveClearAllShock(): void {\n for (let i = 0; i < Player.sleeves.length; ++i) {\n Player.sleeves[i].shock = 100;\n }\n }\n\n function sleeveSyncMaxAll(): void {\n for (let i = 0; i < Player.sleeves.length; ++i) {\n Player.sleeves[i].sync = 100;\n }\n }\n\n function sleeveSyncClearAll(): void {\n for (let i = 0; i < Player.sleeves.length; ++i) {\n Player.sleeves[i].sync = 0;\n }\n }\n\n function sleeveSetStoredCycles(cycles: number): void {\n for (let i = 0; i < Player.sleeves.length; ++i) {\n Player.sleeves[i].storedCycles = cycles;\n }\n }\n\n return (\n \n }>\n Sleeves\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n
    \n Shock:\n \n \n \n \n
    \n Sync:\n \n \n \n \n
    \n sleeveSetStoredCycles(10000000)}\n add={sleeveSetStoredCycles}\n subtract={sleeveSetStoredCycles}\n reset={() => sleeveSetStoredCycles(0)}\n />\n
    \n
    \n
    \n );\n}\n","import React from \"react\";\n\nimport { staneksGift } from \"../../CotMG/Helper\";\n\nimport Accordion from \"@mui/material/Accordion\";\nimport AccordionSummary from \"@mui/material/AccordionSummary\";\nimport AccordionDetails from \"@mui/material/AccordionDetails\";\nimport ExpandMoreIcon from \"@mui/icons-material/ExpandMore\";\n\nimport Typography from \"@mui/material/Typography\";\nimport { Adjuster } from \"./Adjuster\";\n\nexport function Stanek(): React.ReactElement {\n function addCycles(): void {\n staneksGift.storedCycles = 1e6;\n }\n\n function modCycles(modify: number): (x: number) => void {\n return function (cycles: number): void {\n staneksGift.storedCycles += cycles * modify;\n };\n }\n\n function resetCycles(): void {\n staneksGift.storedCycles = 0;\n }\n\n function addCharge(): void {\n staneksGift.fragments.forEach((f) => {\n f.highestCharge = 1e21;\n f.numCharge = 1e21;\n });\n }\n\n function modCharge(modify: number): (x: number) => void {\n return function (cycles: number): void {\n staneksGift.fragments.forEach((f) => (f.highestCharge += cycles * modify));\n };\n }\n\n function resetCharge(): void {\n staneksGift.fragments.forEach((f) => {\n f.highestCharge = 0;\n f.numCharge = 0;\n });\n }\n\n return (\n \n }>\n Stanek's Gift\n \n \n \n \n \n \n \n \n \n \n \n
    \n \n
    \n \n
    \n
    \n
    \n );\n}\n","import React from \"react\";\n\nimport Accordion from \"@mui/material/Accordion\";\nimport AccordionSummary from \"@mui/material/AccordionSummary\";\nimport AccordionDetails from \"@mui/material/AccordionDetails\";\nimport ExpandMoreIcon from \"@mui/icons-material/ExpandMore\";\n\nimport Typography from \"@mui/material/Typography\";\nimport Button from \"@mui/material/Button\";\nimport { Player } from \"@player\";\nimport { saveObject } from \"../../SaveObject\";\nimport { Engine } from \"../../engine\";\n\n// Update as additional BitNodes get implemented\n\nexport function TimeSkip(): React.ReactElement {\n function timeskip(time: number) {\n return () => {\n Player.lastUpdate -= time;\n Engine._lastUpdate -= time;\n saveObject.saveGame();\n setTimeout(() => location.reload(), 1000);\n };\n }\n\n return (\n \n }>\n Time skip\n \n \n \n \n \n \n \n );\n}\n","import React, { useState, useRef } from \"react\";\n\nimport Accordion from \"@mui/material/Accordion\";\nimport AccordionSummary from \"@mui/material/AccordionSummary\";\nimport AccordionDetails from \"@mui/material/AccordionDetails\";\nimport ExpandMoreIcon from \"@mui/icons-material/ExpandMore\";\n\nimport Typography from \"@mui/material/Typography\";\nimport { saveObject } from \"../../SaveObject\";\nimport { SnackbarEvents, ToastVariant } from \"../../ui/React/Snackbar\";\nimport { Upload } from \"@mui/icons-material\";\nimport { Button } from \"@mui/material\";\nimport { OptionSwitch } from \"../../ui/React/OptionSwitch\";\n\nexport function SaveFile(): React.ReactElement {\n const importInput = useRef(null);\n const [saveFile, setSaveFile] = useState(\"\");\n const [restoreScripts, setRestoreScripts] = useState(true);\n const [restoreAugs, setRestoreAugs] = useState(true);\n const [restoreSFs, setRestoreSFs] = useState(true);\n\n async function onImport(event: React.ChangeEvent): Promise {\n try {\n const base64Save = await saveObject.getImportStringFromFile(event.target.files);\n const save = atob(base64Save);\n setSaveFile(save);\n } catch (e: unknown) {\n SnackbarEvents.emit(String(e), ToastVariant.ERROR, 5000);\n }\n }\n\n function startImport(): void {\n if (!window.File || !window.FileReader || !window.FileList || !window.Blob) return;\n const ii = importInput.current;\n if (ii === null) throw new Error(\"import input should not be null\");\n ii.click();\n }\n\n function doRestore(): void {\n const save = JSON.parse(saveFile);\n // TODO: Continue here.\n console.error(save);\n }\n\n return (\n \n }>\n Save file\n \n \n \n
    \n {saveFile !== \"\" && (\n <>\n setRestoreScripts(v)}\n text=\"Restore scripts\"\n tooltip={<>Restore the save file home computer scripts.}\n />\n
    \n setRestoreAugs(v)}\n text=\"Restore Augmentations\"\n tooltip={<>Restore the save file installed augmentations.}\n />\n
    \n setRestoreSFs(v)}\n text=\"Restore Source Files\"\n tooltip={<>Restore the save file acquired source files.}\n />\n
    \n \n \n )}\n
    \n
    \n );\n}\n","import React, { useState } from \"react\";\n\nimport Accordion from \"@mui/material/Accordion\";\nimport AccordionSummary from \"@mui/material/AccordionSummary\";\nimport AccordionDetails from \"@mui/material/AccordionDetails\";\nimport ExpandMoreIcon from \"@mui/icons-material/ExpandMore\";\nimport Typography from \"@mui/material/Typography\";\nimport Button from \"@mui/material/Button\";\nimport ButtonGroup from \"@mui/material/ButtonGroup\";\nimport { Tooltip } from \"@mui/material\";\nimport LockIcon from \"@mui/icons-material/Lock\";\nimport LockOpenIcon from \"@mui/icons-material/LockOpen\";\n\nimport { Player } from \"@player\";\nimport { achievements } from \"../../Achievements/Achievements\";\nimport { Engine } from \"../../engine\";\n\nexport function Achievements(): React.ReactElement {\n const [playerAchievement, setPlayerAchievements] = useState(Player.achievements.map((m) => m.ID));\n\n function grantAchievement(id: string): void {\n Player.giveAchievement(id);\n setPlayerAchievements(Player.achievements.map((m) => m.ID));\n }\n\n function grantAllAchievements(): void {\n Object.values(achievements).forEach((a) => Player.giveAchievement(a.ID));\n setPlayerAchievements(Player.achievements.map((m) => m.ID));\n }\n\n function removeAchievement(id: string): void {\n Player.achievements = Player.achievements.filter((a) => a.ID !== id);\n setPlayerAchievements(Player.achievements.map((m) => m.ID));\n }\n\n function clearAchievements(): void {\n Player.achievements = [];\n setPlayerAchievements(Player.achievements.map((m) => m.ID));\n }\n\n function disableEngine(): void {\n Engine.Counters.achievementsCounter = Number.MAX_VALUE;\n }\n\n function enableEngine(): void {\n Engine.Counters.achievementsCounter = 0;\n }\n\n return (\n \n }>\n Achievements\n \n \n \n \n \n \n \n \n \n {Object.values(achievements).map((i) => {\n const achieved = playerAchievement.includes(i.ID);\n return (\n \n \n \n \n \n );\n })}\n \n
    \n Achievements:\n \n \n \n \n \n \n \n
    \n {achieved ? (\n \n \n \n ) : (\n \n \n \n )}\n \n \n {i.ID}\n
    \n {i.Description}\n \n }\n >\n {i.Name}:\n \n
    \n \n \n \n \n
    \n
    \n
    \n );\n}\n","import React from \"react\";\n\nimport Accordion from \"@mui/material/Accordion\";\nimport AccordionSummary from \"@mui/material/AccordionSummary\";\nimport AccordionDetails from \"@mui/material/AccordionDetails\";\nimport ExpandMoreIcon from \"@mui/icons-material/ExpandMore\";\n\nimport Typography from \"@mui/material/Typography\";\nimport { Player } from \"@player\";\nimport { Adjuster } from \"./Adjuster\";\n\n// Update as additional BitNodes get implemented\n\nexport function Entropy(): React.ReactElement {\n return (\n \n }>\n Entropy\n \n \n {\n Player.entropy += num;\n Player.applyEntropy(Player.entropy);\n }}\n subtract={(num) => {\n Player.entropy -= num;\n Player.applyEntropy(Player.entropy);\n }}\n tons={() => {\n Player.entropy += 1e12;\n Player.applyEntropy(Player.entropy);\n }}\n reset={() => {\n Player.entropy = 0;\n Player.applyEntropy(Player.entropy);\n }}\n />\n \n \n );\n}\n","import React, { useState, useEffect } from \"react\";\nimport { Stats } from \"./Stats\";\nimport { Console } from \"./Console\";\nimport { AllPages } from \"./AllPages\";\n\nimport { Player } from \"@player\";\nimport Box from \"@mui/material/Box\";\n\nexport function BladeburnerRoot(): React.ReactElement {\n const setRerender = useState(false)[1];\n function rerender(): void {\n setRerender((old) => !old);\n }\n\n useEffect(() => {\n const id = setInterval(rerender, 200);\n return () => clearInterval(id);\n }, []);\n\n const bladeburner = Player.bladeburner;\n if (!bladeburner) return <>;\n return (\n \n \n \n \n \n\n \n \n );\n}\n","import React, { useState, useEffect } from \"react\";\nimport { formatNumber, convertTimeMsToTimeElapsedString } from \"../../utils/StringHelperFunctions\";\nimport { BladeburnerConstants } from \"../data/Constants\";\nimport { Player } from \"@player\";\nimport { Money } from \"../../ui/React/Money\";\nimport { numeralWrapper } from \"../../ui/numeralFormat\";\nimport { Factions } from \"../../Faction/Factions\";\nimport { Router } from \"../../ui/GameRoot\";\nimport { joinFaction } from \"../../Faction/FactionHelpers\";\nimport { Bladeburner } from \"../Bladeburner\";\n\nimport { TravelModal } from \"./TravelModal\";\nimport Typography from \"@mui/material/Typography\";\nimport Tooltip from \"@mui/material/Tooltip\";\nimport Box from \"@mui/material/Box\";\nimport Button from \"@mui/material/Button\";\nimport Paper from \"@mui/material/Paper\";\nimport { FactionNames } from \"../../Faction/data/FactionNames\";\n\ninterface IProps {\n bladeburner: Bladeburner;\n}\n\nexport function Stats(props: IProps): React.ReactElement {\n const [travelOpen, setTravelOpen] = useState(false);\n const setRerender = useState(false)[1];\n\n const inFaction = props.bladeburner.rank >= BladeburnerConstants.RankNeededForFaction;\n useEffect(() => {\n const id = setInterval(() => setRerender((old) => !old), 1000);\n return () => clearInterval(id);\n }, []);\n\n function openFaction(): void {\n if (!inFaction) return;\n const faction = Factions[FactionNames.Bladeburners];\n if (!faction.isMember) {\n joinFaction(faction);\n }\n\n Router.toFaction(faction);\n }\n\n return (\n \n \n \n \n Rank 25 required. : \"\"}>\n \n \n \n \n setTravelOpen(false)} bladeburner={props.bladeburner} />\n \n \n Your rank within the Bladeburner division.}>\n Rank: {formatNumber(props.bladeburner.rank, 2)}\n \n \n
    \n \n \n Performing actions will use up your stamina.\n
    \n
    \n Your max stamina is determined primarily by your agility stat.\n
    \n
    \n Your stamina gain rate is determined by both your agility and your max stamina. Higher max stamina leads\n to a higher gain rate.\n
    \n
    \n Once your stamina falls below 50% of its max value, it begins to negatively affect the success rate of\n your contracts/operations. This penalty is shown in the overview panel. If the penalty is 15%, then this\n means your success rate would be multiplied by 85% (100 - 15).\n
    \n
    \n Your max stamina and stamina gain rate can also be increased by training, or through skills and\n Augmentation upgrades.\n \n }\n >\n \n Stamina: {formatNumber(props.bladeburner.stamina, 3)} / {formatNumber(props.bladeburner.maxStamina, 3)}\n \n \n
    \n \n Stamina Penalty: {formatNumber((1 - props.bladeburner.calculateStaminaPenalty()) * 100, 1)}%\n \n
    \n Team Size: {formatNumber(props.bladeburner.teamSize, 0)}\n Team Members Lost: {formatNumber(props.bladeburner.teamLost, 0)}\n
    \n Num Times Hospitalized: {props.bladeburner.numHosp}\n \n Money Lost From Hospitalizations: \n \n
    \n Current City: {props.bladeburner.city}\n \n \n This is your Bladeburner division's estimate of how many Synthoids exist in your current city. An\n accurate population count increases success rate estimates.\n \n }\n >\n \n Est. Synthoid Population: {numeralWrapper.formatPopulation(props.bladeburner.getCurrentCity().popEst)}\n \n \n \n \n \n This is your Bladeburner division's estimate of how many Synthoid communities exist in your current\n city.\n \n }\n >\n Synthoid Communities: {formatNumber(props.bladeburner.getCurrentCity().comms, 0)}\n \n \n \n \n The city's chaos level due to tensions and conflicts between humans and Synthoids. Having too high of a\n chaos level can make contracts and operations harder.\n \n }\n >\n City Chaos: {formatNumber(props.bladeburner.getCurrentCity().chaos)}\n \n \n
    \n {(props.bladeburner.storedCycles / BladeburnerConstants.CyclesPerSecond) * 1000 > 15000 && (\n <>\n \n \n You gain bonus time while offline or when the game is inactive (e.g. when the tab is throttled by\n browser). Bonus time makes the Bladeburner mechanic progress faster, up to 5x the normal speed.\n \n }\n >\n \n Bonus time:{\" \"}\n {convertTimeMsToTimeElapsedString(\n (props.bladeburner.storedCycles / BladeburnerConstants.CyclesPerSecond) * 1000,\n )}\n \n \n \n
    \n \n )}\n Skill Points: {formatNumber(props.bladeburner.skillPoints, 0)}\n
    \n \n Aug. Success Chance mult: {formatNumber(Player.mults.bladeburner_success_chance * 100, 1)}%\n
    \n Aug. Max Stamina mult: {formatNumber(Player.mults.bladeburner_max_stamina * 100, 1)}%\n
    \n Aug. Stamina Gain mult: {formatNumber(Player.mults.bladeburner_stamina_gain * 100, 1)}%\n
    \n Aug. Field Analysis mult: {formatNumber(Player.mults.bladeburner_analysis * 100, 1)}%\n
    \n
    \n
    \n );\n}\n","import React from \"react\";\nimport { Bladeburner } from \"../Bladeburner\";\nimport { WorldMap } from \"../../ui/React/WorldMap\";\nimport { Modal } from \"../../ui/React/Modal\";\nimport { CityName } from \"../../Locations/data/CityNames\";\nimport { Settings } from \"../../Settings/Settings\";\nimport Typography from \"@mui/material/Typography\";\nimport Button from \"@mui/material/Button\";\n\ninterface IProps {\n bladeburner: Bladeburner;\n open: boolean;\n onClose: () => void;\n}\n\nexport function TravelModal(props: IProps): React.ReactElement {\n function travel(city: string): void {\n props.bladeburner.city = city;\n props.onClose();\n }\n\n return (\n \n <>\n \n Travel to a different city for your Bladeburner activities. This does not cost any money. The city you are in\n for your Bladeburner duties does not affect your location in the game otherwise.\n \n {Settings.DisableASCIIArt ? (\n Object.values(CityName).map((city: CityName) => (\n \n ))\n ) : (\n travel(city)} />\n )}\n \n \n );\n}\n","import React, { useState, useRef, useEffect } from \"react\";\nimport { Bladeburner } from \"../Bladeburner\";\nimport { KEY } from \"../../utils/helpers/keyCodes\";\n\nimport Paper from \"@mui/material/Paper\";\nimport List from \"@mui/material/List\";\nimport ListItem from \"@mui/material/ListItem\";\nimport Box from \"@mui/material/Box\";\nimport Typography from \"@mui/material/Typography\";\nimport TextField from \"@mui/material/TextField\";\nimport { Theme } from \"@mui/material/styles\";\nimport makeStyles from \"@mui/styles/makeStyles\";\nimport createStyles from \"@mui/styles/createStyles\";\n\ninterface ILineProps {\n content: React.ReactNode;\n}\n\nconst useStyles = makeStyles((theme: Theme) =>\n createStyles({\n textfield: {\n margin: theme.spacing(0),\n width: \"100%\",\n },\n input: {\n backgroundColor: theme.colors.backgroundsecondary,\n },\n nopadding: {\n padding: theme.spacing(0),\n },\n preformatted: {\n whiteSpace: \"pre-wrap\",\n margin: theme.spacing(0),\n },\n list: {\n padding: theme.spacing(0),\n height: \"100%\",\n },\n }),\n);\n\nfunction Line(props: ILineProps): React.ReactElement {\n return (\n \n {props.content}\n \n );\n}\n\ninterface IProps {\n bladeburner: Bladeburner;\n}\n\nexport function Console(props: IProps): React.ReactElement {\n const classes = useStyles();\n const [command, setCommand] = useState(\"\");\n const setRerender = useState(false)[1];\n const consoleInput = useRef(null);\n\n function handleCommandChange(event: React.ChangeEvent): void {\n setCommand(event.target.value);\n }\n\n const [consoleHistoryIndex, setConsoleHistoryIndex] = useState(props.bladeburner.consoleHistory.length);\n\n function rerender(): void {\n setRerender((old) => !old);\n }\n\n useEffect(() => {\n const id = setInterval(rerender, 1000);\n return () => {\n clearInterval(id);\n };\n }, []);\n\n function handleKeyDown(event: React.KeyboardEvent): void {\n if (event.key === KEY.ENTER) {\n event.preventDefault();\n if (command.length > 0) {\n props.bladeburner.postToConsole(\"> \" + command);\n props.bladeburner.executeConsoleCommands(command);\n setConsoleHistoryIndex(props.bladeburner.consoleHistory.length);\n setCommand(\"\");\n }\n }\n\n const consoleHistory = props.bladeburner.consoleHistory;\n\n if (event.key === KEY.UP_ARROW) {\n // up\n let i = consoleHistoryIndex;\n const len = consoleHistory.length;\n if (len === 0) {\n return;\n }\n if (i < 0 || i > len) {\n setConsoleHistoryIndex(len);\n }\n\n if (i !== 0) {\n i = i - 1;\n }\n setConsoleHistoryIndex(i);\n const prevCommand = consoleHistory[i];\n event.currentTarget.value = prevCommand;\n setCommand(prevCommand);\n }\n\n if (event.key === KEY.DOWN_ARROW) {\n const i = consoleHistoryIndex;\n const len = consoleHistory.length;\n\n if (len == 0) {\n return;\n }\n if (i < 0 || i > len) {\n setConsoleHistoryIndex(len);\n }\n\n // Latest command, put nothing\n if (i == len || i == len - 1) {\n setConsoleHistoryIndex(len);\n event.currentTarget.value = \"\";\n } else {\n setConsoleHistoryIndex(consoleHistoryIndex + 1);\n const prevCommand = consoleHistory[consoleHistoryIndex + 1];\n event.currentTarget.value = prevCommand;\n setCommand(prevCommand);\n }\n }\n }\n\n function handleClick(): void {\n if (!consoleInput.current) return;\n consoleInput.current.focus();\n }\n\n return (\n \n \n \n \n \n \n \n \n \n ),\n spellCheck: false,\n }}\n />\n \n );\n}\n\ninterface ILogProps {\n entries: string[];\n}\n\nfunction Logs({ entries }: ILogProps): React.ReactElement {\n const scrollHook = useRef(null);\n\n // TODO: Text gets shifted up as new entries appear, if the user scrolled up it should attempt to keep the text focused\n function scrollToBottom(): void {\n if (!scrollHook.current) return;\n scrollHook.current.scrollTop = scrollHook.current.scrollHeight;\n }\n\n useEffect(() => {\n scrollToBottom();\n }, [entries.length]);\n\n return (\n \n {entries && entries.map((log: string, i: number) => )}\n \n );\n}\n","import React from \"react\";\nimport { GeneralActionPage } from \"./GeneralActionPage\";\nimport { ContractPage } from \"./ContractPage\";\nimport { OperationPage } from \"./OperationPage\";\nimport { BlackOpPage } from \"./BlackOpPage\";\nimport { SkillPage } from \"./SkillPage\";\nimport { Bladeburner } from \"../Bladeburner\";\n\nimport Tabs from \"@mui/material/Tabs\";\nimport Tab from \"@mui/material/Tab\";\nimport Box from \"@mui/material/Box\";\n\ninterface IProps {\n bladeburner: Bladeburner;\n}\n\nexport function AllPages(props: IProps): React.ReactElement {\n const [value, setValue] = React.useState(0);\n\n function handleChange(event: React.SyntheticEvent, tab: number): void {\n setValue(tab);\n }\n\n return (\n <>\n \n \n \n \n \n \n \n \n {value === 0 && }\n {value === 1 && }\n {value === 2 && }\n {value === 3 && }\n {value === 4 && }\n \n \n );\n}\n","import * as React from \"react\";\nimport { GeneralActionList } from \"./GeneralActionList\";\nimport { Bladeburner } from \"../Bladeburner\";\nimport Typography from \"@mui/material/Typography\";\n\ninterface IProps {\n bladeburner: Bladeburner;\n}\n\nexport function GeneralActionPage(props: IProps): React.ReactElement {\n return (\n <>\n These are generic actions that will assist you in your Bladeburner duties.\n \n \n );\n}\n","import React from \"react\";\nimport { GeneralActionElem } from \"./GeneralActionElem\";\nimport { Action } from \"../Action\";\nimport { GeneralActions } from \"../GeneralActions\";\nimport { Bladeburner } from \"../Bladeburner\";\n\ninterface IProps {\n bladeburner: Bladeburner;\n}\n\nexport function GeneralActionList(props: IProps): React.ReactElement {\n const actions: Action[] = [];\n for (const name of Object.keys(GeneralActions)) {\n if (GeneralActions.hasOwnProperty(name)) {\n actions.push(GeneralActions[name]);\n }\n }\n return (\n <>\n {actions.map((action: Action) => (\n \n ))}\n \n );\n}\n","import React, { useState } from \"react\";\nimport { ActionTypes } from \"../data/ActionTypes\";\nimport { createProgressBarText } from \"../../utils/helpers/createProgressBarText\";\nimport { formatNumber, convertTimeMsToTimeElapsedString } from \"../../utils/StringHelperFunctions\";\nimport { Bladeburner } from \"../Bladeburner\";\nimport { Action } from \"../Action\";\nimport { GeneralActions } from \"../data/GeneralActions\";\nimport { Player } from \"@player\";\nimport { CopyableText } from \"../../ui/React/CopyableText\";\n\nimport { StartButton } from \"./StartButton\";\n\nimport Typography from \"@mui/material/Typography\";\nimport Box from \"@mui/material/Box\";\nimport Paper from \"@mui/material/Paper\";\n\ninterface IProps {\n bladeburner: Bladeburner;\n action: Action;\n}\n\nexport function GeneralActionElem(props: IProps): React.ReactElement {\n const setRerender = useState(false)[1];\n function rerender(): void {\n setRerender((old) => !old);\n }\n const isActive = props.action.name === props.bladeburner.action.name;\n const computedActionTimeCurrent = Math.min(\n props.bladeburner.actionTimeCurrent + props.bladeburner.actionTimeOverflow,\n props.bladeburner.actionTimeToComplete,\n );\n const actionTime = (function (): number {\n switch (props.action.name) {\n case \"Training\":\n case \"Field Analysis\":\n return 30;\n case \"Diplomacy\":\n case \"Hyperbolic Regeneration Chamber\":\n case \"Incite Violence\":\n return 60;\n case \"Recruitment\":\n return props.bladeburner.getRecruitmentTime(Player);\n }\n return -1; // dead code\n })();\n const successChance =\n props.action.name === \"Recruitment\"\n ? Math.max(0, Math.min(props.bladeburner.getRecruitmentSuccessChance(Player), 1))\n : -1;\n\n const actionData = GeneralActions[props.action.name];\n if (actionData === undefined) {\n throw new Error(`Cannot find data for ${props.action.name}`);\n }\n\n return (\n \n {isActive ? (\n <>\n \n \n (IN PROGRESS - {formatNumber(computedActionTimeCurrent, 0)} /{\" \"}\n {formatNumber(props.bladeburner.actionTimeToComplete, 0)})\n \n \n {createProgressBarText({\n progress: computedActionTimeCurrent / props.bladeburner.actionTimeToComplete,\n })}\n \n \n ) : (\n \n \n \n \n )}\n
    \n
    \n {actionData.desc}\n
    \n
    \n \n Time Required: {convertTimeMsToTimeElapsedString(actionTime * 1000)}\n {successChance !== -1 && (\n <>\n
    \n Estimated success chance: {formatNumber(successChance * 100, 1)}%\n \n )}\n
    \n
    \n );\n}\n","import * as React from \"react\";\nimport { ContractList } from \"./ContractList\";\nimport { Bladeburner } from \"../Bladeburner\";\nimport Typography from \"@mui/material/Typography\";\n\ninterface IProps {\n bladeburner: Bladeburner;\n}\n\nexport function ContractPage(props: IProps): React.ReactElement {\n return (\n <>\n \n Complete contracts in order to increase your Bladeburner rank and earn money. Failing a contract will cause you\n to lose HP, which can lead to hospitalization.\n
    \n
    \n You can unlock higher-level contracts by successfully completing them. Higher-level contracts are more\n difficult, but grant more rank, experience, and money.\n
    \n \n \n );\n}\n","import React from \"react\";\nimport { ContractElem } from \"./ContractElem\";\nimport { Bladeburner } from \"../Bladeburner\";\n\ninterface IProps {\n bladeburner: Bladeburner;\n}\n\nexport function ContractList(props: IProps): React.ReactElement {\n const names = Object.keys(props.bladeburner.contracts);\n const contracts = props.bladeburner.contracts;\n return (\n <>\n {names.map((name: string) => (\n \n ))}\n \n );\n}\n","import React, { useState } from \"react\";\nimport { ActionTypes } from \"../data/ActionTypes\";\nimport { createProgressBarText } from \"../../utils/helpers/createProgressBarText\";\nimport { formatNumber, convertTimeMsToTimeElapsedString } from \"../../utils/StringHelperFunctions\";\nimport { Contracts } from \"../data/Contracts\";\nimport { Bladeburner } from \"../Bladeburner\";\nimport { Action } from \"../Action\";\nimport { Player } from \"@player\";\nimport { SuccessChance } from \"./SuccessChance\";\nimport { CopyableText } from \"../../ui/React/CopyableText\";\nimport { ActionLevel } from \"./ActionLevel\";\nimport { Autolevel } from \"./Autolevel\";\nimport { StartButton } from \"./StartButton\";\n\nimport Typography from \"@mui/material/Typography\";\nimport Paper from \"@mui/material/Paper\";\n\ninterface IProps {\n bladeburner: Bladeburner;\n action: Action;\n}\n\nexport function ContractElem(props: IProps): React.ReactElement {\n const setRerender = useState(false)[1];\n function rerender(): void {\n setRerender((old) => !old);\n }\n const isActive =\n props.bladeburner.action.type === ActionTypes[\"Contract\"] && props.action.name === props.bladeburner.action.name;\n const computedActionTimeCurrent = Math.min(\n props.bladeburner.actionTimeCurrent + props.bladeburner.actionTimeOverflow,\n props.bladeburner.actionTimeToComplete,\n );\n const actionTime = props.action.getActionTime(props.bladeburner, Player);\n\n const actionData = Contracts[props.action.name];\n if (actionData === undefined) {\n throw new Error(`Cannot find data for ${props.action.name}`);\n }\n\n return (\n \n {isActive ? (\n <>\n \n (IN PROGRESS - {formatNumber(computedActionTimeCurrent, 0)} /{\" \"}\n {formatNumber(props.bladeburner.actionTimeToComplete, 0)})\n \n \n {createProgressBarText({\n progress: computedActionTimeCurrent / props.bladeburner.actionTimeToComplete,\n })}\n \n \n ) : (\n <>\n \n \n \n )}\n
    \n
    \n \n
    \n
    \n \n {actionData.desc}\n
    \n
    \n \n
    \n Time Required: {convertTimeMsToTimeElapsedString(actionTime * 1000)}\n
    \n Contracts remaining: {Math.floor(props.action.count)}\n
    \n Successes: {props.action.successes}\n
    \n Failures: {props.action.failures}\n
    \n
    \n \n
    \n );\n}\n","import React from \"react\";\nimport { stealthIcon } from \"../data/Icons\";\n\nimport Typography from \"@mui/material/Typography\";\nimport Tooltip from \"@mui/material/Tooltip\";\n\nexport function StealthIcon(): React.ReactElement {\n return This action involves stealth}>{stealthIcon};\n}\n","import React from \"react\";\nimport { killIcon } from \"../data/Icons\";\n\nimport Typography from \"@mui/material/Typography\";\nimport Tooltip from \"@mui/material/Tooltip\";\n\nexport function KillIcon(): React.ReactElement {\n return This action involves retirement}>{killIcon};\n}\n","import * as React from \"react\";\nimport { OperationList } from \"./OperationList\";\nimport { Bladeburner } from \"../Bladeburner\";\nimport Typography from \"@mui/material/Typography\";\n\ninterface IProps {\n bladeburner: Bladeburner;\n}\n\nexport function OperationPage(props: IProps): React.ReactElement {\n return (\n <>\n \n Carry out operations for the Bladeburner division. Failing an operation will reduce your Bladeburner rank. It\n will also cause you to lose HP, which can lead to hospitalization. In general, operations are harder and more\n punishing than contracts, but are also more rewarding.\n
    \n
    \n Operations can affect the chaos level and Synthoid population of your current city. The exact effects vary\n between different Operations.\n
    \n
    \n For operations, you can use a team. You must first recruit team members. Having a larger team will improve your\n chances of success.\n
    \n
    \n You can unlock higher-level operations by successfully completing them. Higher-level operations are more\n difficult, but grant more rank and experience.\n
    \n \n \n );\n}\n","import React from \"react\";\nimport { OperationElem } from \"./OperationElem\";\nimport { Bladeburner } from \"../Bladeburner\";\n\ninterface IProps {\n bladeburner: Bladeburner;\n}\n\nexport function OperationList(props: IProps): React.ReactElement {\n const names = Object.keys(props.bladeburner.operations);\n const operations = props.bladeburner.operations;\n return (\n <>\n {names.map((name: string) => (\n \n ))}\n \n );\n}\n","import React, { useState } from \"react\";\nimport { ActionTypes } from \"../data/ActionTypes\";\nimport { createProgressBarText } from \"../../utils/helpers/createProgressBarText\";\nimport { formatNumber, convertTimeMsToTimeElapsedString } from \"../../utils/StringHelperFunctions\";\nimport { SuccessChance } from \"./SuccessChance\";\nimport { ActionLevel } from \"./ActionLevel\";\nimport { Autolevel } from \"./Autolevel\";\nimport { StartButton } from \"./StartButton\";\nimport { TeamSizeButton } from \"./TeamSizeButton\";\nimport { Bladeburner } from \"../Bladeburner\";\nimport { Operation } from \"../Operation\";\nimport { Operations } from \"../data/Operations\";\nimport { Player } from \"@player\";\nimport { CopyableText } from \"../../ui/React/CopyableText\";\n\nimport Typography from \"@mui/material/Typography\";\nimport Paper from \"@mui/material/Paper\";\n\ninterface IProps {\n bladeburner: Bladeburner;\n action: Operation;\n}\n\nexport function OperationElem(props: IProps): React.ReactElement {\n const setRerender = useState(false)[1];\n function rerender(): void {\n setRerender((old) => !old);\n }\n const isActive =\n props.bladeburner.action.type === ActionTypes[\"Operation\"] && props.action.name === props.bladeburner.action.name;\n const computedActionTimeCurrent = Math.min(\n props.bladeburner.actionTimeCurrent + props.bladeburner.actionTimeOverflow,\n props.bladeburner.actionTimeToComplete,\n );\n const actionTime = props.action.getActionTime(props.bladeburner, Player);\n\n const actionData = Operations[props.action.name];\n if (actionData === undefined) {\n throw new Error(`Cannot find data for ${props.action.name}`);\n }\n\n return (\n \n {isActive ? (\n <>\n \n (IN PROGRESS - {formatNumber(computedActionTimeCurrent, 0)} /{\" \"}\n {formatNumber(props.bladeburner.actionTimeToComplete, 0)})\n \n \n {createProgressBarText({\n progress: computedActionTimeCurrent / props.bladeburner.actionTimeToComplete,\n })}\n \n \n ) : (\n <>\n \n \n \n \n )}\n
    \n
    \n\n \n
    \n
    \n \n {actionData.desc}\n
    \n
    \n \n
    \n Time Required: {convertTimeMsToTimeElapsedString(actionTime * 1000)}\n
    \n Operations remaining: {Math.floor(props.action.count)}\n
    \n Successes: {props.action.successes}\n
    \n Failures: {props.action.failures}\n
    \n
    \n \n
    \n );\n}\n","import React, { useState } from \"react\";\nimport { dialogBoxCreate } from \"../../ui/React/DialogBox\";\nimport { Modal } from \"../../ui/React/Modal\";\nimport { Action } from \"../Action\";\nimport { Bladeburner } from \"../Bladeburner\";\nimport Typography from \"@mui/material/Typography\";\nimport Button from \"@mui/material/Button\";\nimport TextField from \"@mui/material/TextField\";\n\ninterface IProps {\n bladeburner: Bladeburner;\n action: Action;\n open: boolean;\n onClose: () => void;\n}\n\nexport function TeamSizeModal(props: IProps): React.ReactElement {\n const [teamSize, setTeamSize] = useState();\n\n function confirmTeamSize(): void {\n if (teamSize === undefined) return;\n const num = Math.round(teamSize);\n if (isNaN(num) || num < 0) {\n dialogBoxCreate(\"Invalid value entered for number of Team Members (must be numeric, positive)\");\n } else {\n props.action.teamCount = num;\n }\n props.onClose();\n }\n\n function onTeamSize(event: React.ChangeEvent): void {\n const x = parseFloat(event.target.value);\n if (x > props.bladeburner.teamSize) setTeamSize(props.bladeburner.teamSize);\n else setTeamSize(x);\n }\n\n return (\n \n \n Enter the amount of team members you would like to take on this Op. If you do not have the specified number of\n team members, then as many as possible will be used. Note that team members may be lost during operations.\n \n \n \n \n );\n}\n","import React from \"react\";\n\ninterface IOperation {\n desc: JSX.Element;\n}\n\nexport const Operations: {\n [key: string]: IOperation | undefined;\n} = {\n Investigation: {\n desc: (\n <>\n As a field agent, investigate and identify Synthoid populations, movements, and operations.\n
    \n
    \n Successful Investigation ops will increase the accuracy of your synthoid data.\n
    \n
    \n You will NOT lose HP from failed Investigation ops.\n \n ),\n },\n \"Undercover Operation\": {\n desc: (\n <>\n Conduct undercover operations to identify hidden and underground Synthoid communities and organizations.\n
    \n
    \n Successful Undercover ops will increase the accuracy of your synthoid data.\n \n ),\n },\n \"Sting Operation\": {\n desc: <>Conduct a sting operation to bait and capture particularly notorious Synthoid criminals.,\n },\n Raid: {\n desc: (\n <>\n Lead an assault on a known Synthoid community. Note that there must be an existing Synthoid community in your\n current city in order for this Operation to be successful.\n \n ),\n },\n \"Stealth Retirement Operation\": {\n desc: (\n <>\n Lead a covert operation to retire Synthoids. The objective is to complete the task without drawing any\n attention. Stealth and discretion are key.\n \n ),\n },\n Assassination: {\n desc: (\n <>\n Assassinate Synthoids that have been identified as important, high-profile social and political leaders in the\n Synthoid communities.\n \n ),\n },\n};\n","import * as React from \"react\";\nimport { BlackOpList } from \"./BlackOpList\";\nimport { Bladeburner } from \"../Bladeburner\";\nimport Typography from \"@mui/material/Typography\";\nimport { FactionNames } from \"../../Faction/data/FactionNames\";\nimport { Router } from \"../../ui/GameRoot\";\nimport { BlackOperationNames } from \"../data/BlackOperationNames\";\nimport { Button } from \"@mui/material\";\nimport { CorruptableText } from \"../../ui/React/CorruptableText\";\n\ninterface IProps {\n bladeburner: Bladeburner;\n}\n\nexport function BlackOpPage(props: IProps): React.ReactElement {\n return (\n <>\n \n Black Operations (Black Ops) are special, one-time covert operations. Each Black Op must be unlocked\n successively by completing the one before it.\n
    \n
    \n \n Your ultimate goal to climb through the ranks of {FactionNames.Bladeburners} is to complete all of the Black\n Ops.\n \n
    \n
    \n Like normal operations, you may use a team for Black Ops. Failing a black op will incur heavy HP and rank\n losses.\n
    \n {props.bladeburner.blackops[BlackOperationNames.OperationDaedalus] ? (\n \n ) : (\n \n )}\n \n );\n}\n","import React from \"react\";\nimport { BlackOperations } from \"../BlackOperations\";\nimport { BlackOperation } from \"../BlackOperation\";\nimport { BlackOpElem } from \"./BlackOpElem\";\nimport { Bladeburner } from \"../Bladeburner\";\n\ninterface IProps {\n bladeburner: Bladeburner;\n}\n\nexport function BlackOpList(props: IProps): React.ReactElement {\n let blackops: BlackOperation[] = [];\n for (const blackopName of Object.keys(BlackOperations)) {\n if (BlackOperations.hasOwnProperty(blackopName)) {\n blackops.push(BlackOperations[blackopName]);\n }\n }\n blackops.sort(function (a, b) {\n return a.reqdRank - b.reqdRank;\n });\n\n blackops = blackops.filter(\n (blackop: BlackOperation, i: number) =>\n !(\n props.bladeburner.blackops[blackops[i].name] == null &&\n i !== 0 &&\n props.bladeburner.blackops[blackops[i - 1].name] == null\n ),\n );\n\n blackops = blackops.reverse();\n\n return (\n <>\n {blackops.map((blackop: BlackOperation) => (\n \n ))}\n \n );\n}\n","import React, { useState } from \"react\";\nimport { formatNumber, convertTimeMsToTimeElapsedString } from \"../../utils/StringHelperFunctions\";\nimport { ActionTypes } from \"../data/ActionTypes\";\nimport { createProgressBarText } from \"../../utils/helpers/createProgressBarText\";\nimport { TeamSizeButton } from \"./TeamSizeButton\";\nimport { Bladeburner } from \"../Bladeburner\";\nimport { BlackOperation } from \"../BlackOperation\";\nimport { BlackOperations } from \"../data/BlackOperations\";\nimport { Player } from \"@player\";\nimport { CopyableText } from \"../../ui/React/CopyableText\";\nimport { SuccessChance } from \"./SuccessChance\";\nimport { StartButton } from \"./StartButton\";\n\nimport Typography from \"@mui/material/Typography\";\nimport Paper from \"@mui/material/Paper\";\n\ninterface IProps {\n bladeburner: Bladeburner;\n action: BlackOperation;\n}\n\nexport function BlackOpElem(props: IProps): React.ReactElement {\n const setRerender = useState(false)[1];\n function rerender(): void {\n setRerender((old) => !old);\n }\n const isCompleted = props.bladeburner.blackops[props.action.name] != null;\n if (isCompleted) {\n return (\n \n {props.action.name} (COMPLETED)\n \n );\n }\n\n const isActive =\n props.bladeburner.action.type === ActionTypes[\"BlackOperation\"] &&\n props.action.name === props.bladeburner.action.name;\n const actionTime = props.action.getActionTime(props.bladeburner, Player);\n const hasReqdRank = props.bladeburner.rank >= props.action.reqdRank;\n const computedActionTimeCurrent = Math.min(\n props.bladeburner.actionTimeCurrent + props.bladeburner.actionTimeOverflow,\n props.bladeburner.actionTimeToComplete,\n );\n\n const actionData = BlackOperations[props.action.name];\n if (actionData === undefined) {\n throw new Error(`Cannot find data for ${props.action.name}`);\n }\n\n return (\n \n {isActive ? (\n <>\n <>\n \n \n (IN PROGRESS - {formatNumber(computedActionTimeCurrent, 0)} /{\" \"}\n {formatNumber(props.bladeburner.actionTimeToComplete, 0)})\n \n \n {createProgressBarText({\n progress: computedActionTimeCurrent / props.bladeburner.actionTimeToComplete,\n })}\n \n \n \n ) : (\n <>\n \n\n \n \n \n )}\n\n
    \n
    \n {actionData.desc}\n
    \n
    \n \n Required Rank: {formatNumber(props.action.reqdRank, 0)}\n \n
    \n \n \n
    \n Time Required: {convertTimeMsToTimeElapsedString(actionTime * 1000)}\n
    \n
    \n );\n}\n","import React from \"react\";\nimport { FactionNames } from \"../../Faction/data/FactionNames\";\nimport { CityName } from \"../../Locations/data/CityNames\";\nimport { BlackOperationNames } from \"./BlackOperationNames\";\n\ninterface IBlackOp {\n desc: JSX.Element;\n}\n\nexport const BlackOperations: {\n [key: string]: IBlackOp | undefined;\n} = {\n [BlackOperationNames.OperationTyphoon]: {\n desc: (\n <>\n Obadiah Zenyatta is the leader of a RedWater PMC. It has long been known among the intelligence community that\n Zenyatta, along with the rest of the PMC, is a Synthoid.\n
    \n
    \n The goal of {BlackOperationNames.OperationTyphoon} is to find and eliminate Zenyatta and RedWater by any means\n necessary. After the task is completed, the actions must be covered up from the general public.\n \n ),\n },\n\n [BlackOperationNames.OperationZero]: {\n desc: (\n <>\n AeroCorp is one of the world's largest defense contractors. Its leader, Steve Watataki, is thought to be a\n supporter of Synthoid rights. He must be removed.\n
    \n
    \n The goal of {BlackOperationNames.OperationZero} is to covertly infiltrate AeroCorp and uncover any incriminating\n evidence or information against Watataki that will cause him to be removed from his position at AeroCorp.\n Incriminating evidence can be fabricated as a last resort. Be warned that AeroCorp has some of the most advanced\n security measures in the world.\n \n ),\n },\n [BlackOperationNames.OperationX]: {\n desc: (\n <>\n We have recently discovered an underground publication group called Samizdat. Even though most of their\n publications are nonsensical conspiracy theories, the average human is gullible enough to believe them. Many of\n their works discuss Synthoids and pose a threat to society. The publications are spreading rapidly in China and\n other Eastern countries.\n
    \n
    \n Samizdat has done a good job of keeping hidden and anonymous. However, we've just received intelligence that\n their base of operations is in {CityName.Ishima}'s underground sewer systems. Your task is to investigate the\n sewer systems, and eliminate Samizdat. They must never publish anything again.\n \n ),\n },\n [BlackOperationNames.OperationTitan]: {\n desc: (\n <>\n Several months ago Titan Laboratories' Bioengineering department was infiltrated by Synthoids. As far as we\n know, Titan Laboratories' management has no knowledge about this. We don't know what the Synthoids are up to,\n but the research that they could be conducting using Titan Laboratories' vast resources is potentially very\n dangerous.\n
    \n
    \n Your goal is to enter and destroy the Bioengineering department's facility in {CityName.Aevum}. The task is not\n just to retire the Synthoids there, but also to destroy any information or research at the facility that is\n relevant to the Synthoids and their goals.\n \n ),\n },\n [BlackOperationNames.OperationAres]: {\n desc: (\n <>\n One of our undercover agents, Agent Carter, has informed us of a massive weapons deal going down in Dubai\n between rogue Russian militants and a radical Synthoid community. These weapons are next-gen plasma and energy\n weapons. It is critical for the safety of humanity that this deal does not happen.\n
    \n
    \n Your task is to intercept the deal. Leave no survivors.\n \n ),\n },\n [BlackOperationNames.OperationArchangel]: {\n desc: (\n <>\n Our analysts have discovered that the popular Red Rabbit brothel in Amsterdam is run and 'staffed' by MK-VI\n Synthoids. Intelligence suggests that the profit from this brothel is used to fund a large black market arms\n trafficking operation.\n
    \n
    \n The goal of this operation is to take out the leaders that are running the Red Rabbit brothel. Try to limit the\n number of other casualties, but do what you must to complete the mission.\n \n ),\n },\n [BlackOperationNames.OperationJuggernaut]: {\n desc: (\n <>\n The CIA has just encountered a new security threat. A new criminal group, lead by a shadowy operative who calls\n himself Juggernaut, has been smuggling drugs and weapons (including suspected bioweapons) into{\" \"}\n {CityName.Sector12}. We also have reason to believe they tried to break into one of Universal Energy's\n facilities in order to cause a city-wide blackout. The CIA suspects that Juggernaut is a heavily-augmented\n Synthoid, and have thus enlisted our help.\n
    \n
    \n Your mission is to eradicate Juggernaut and his followers.\n \n ),\n },\n [BlackOperationNames.OperationRedDragon]: {\n desc: (\n <>\n The {FactionNames.Tetrads} criminal organization is suspected of reverse-engineering the MK-VI Synthoid design.\n We believe they altered and possibly improved the design and began manufacturing their own Synthoid models in\n order to bolster their criminal activities.\n
    \n
    \n Your task is to infiltrate and destroy the {FactionNames.Tetrads}' base of operations in Los Angeles.\n Intelligence tells us that their base houses one of their Synthoid manufacturing units.\n \n ),\n },\n [BlackOperationNames.OperationK]: {\n desc: (\n <>\n CODE RED SITUATION. Our intelligence tells us that VitaLife has discovered a new android cloning technology.\n This technology is supposedly capable of cloning Synthoids, not only physically but also their advanced AI\n modules. We do not believe that VitaLife is trying to use this technology illegally or maliciously, but if any\n Synthoids were able to infiltrate the corporation and take advantage of this technology then the results would\n be catastrophic.\n
    \n
    \n We do not have the power or jurisdiction to shut this down through legal or political means, so we must resort\n to a covert operation. Your goal is to destroy this technology and eliminate anyone who was involved in its\n creation.\n \n ),\n },\n [BlackOperationNames.OperationDeckard]: {\n desc: (\n <>\n Despite your success in eliminating VitaLife's new android-replicating technology in{\" \"}\n {BlackOperationNames.OperationK}, we've discovered that a small group of MK-VI Synthoids were able to make off\n with the schematics and design of the technology before the Operation. It is almost a certainty that these\n Synthoids are some of the rogue MK-VI ones from the Synthoid Uprising.\n
    \n
    \n The goal of {BlackOperationNames.OperationDeckard} is to hunt down these Synthoids and retire them. I don't need\n to tell you how critical this mission is.\n \n ),\n },\n [BlackOperationNames.OperationTyrell]: {\n desc: (\n <>\n A week ago {FactionNames.BladeIndustries} reported a small break-in at one of their {CityName.Aevum}{\" \"}\n Augmentation storage facilities. We figured out that {FactionNames.TheDarkArmy} was behind the heist, and didn't\n think any more of it. However, we've just discovered that several known MK-VI Synthoids were part of that\n break-in group.\n
    \n
    \n We cannot have Synthoids upgrading their already-enhanced abilities with Augmentations. Your task is to hunt\n down associated {FactionNames.TheDarkArmy} members and eliminate them.\n \n ),\n },\n [BlackOperationNames.OperationWallace]: {\n desc: (\n <>\n Based on information gathered from {BlackOperationNames.OperationTyrell}, we've discovered that{\" \"}\n {FactionNames.TheDarkArmy} was well aware that there were Synthoids amongst their ranks. Even worse, we believe\n that {FactionNames.TheDarkArmy} is working together with other criminal organizations such as{\" \"}\n {FactionNames.TheSyndicate} and that they are planning some sort of large-scale takeover of multiple major\n cities, most notably {CityName.Aevum}. We suspect that Synthoids have infiltrated the ranks of these criminal\n factions and are trying to stage another Synthoid uprising.\n
    \n
    \n The best way to deal with this is to prevent it before it even happens. The goal of{\" \"}\n {BlackOperationNames.OperationWallace} is to destroy {FactionNames.TheDarkArmy} and Syndicate factions in{\" \"}\n {CityName.Aevum} immediately. Leave no survivors.\n \n ),\n },\n [BlackOperationNames.OperationShoulderOfOrion]: {\n desc: (\n <>\n China's Solaris Space Systems is secretly launching the first manned spacecraft in over a decade using\n Synthoids. We believe China is trying to establish the first off-world colonies.\n
    \n
    \n The mission is to prevent this launch without instigating an international conflict. When you accept this\n mission you will be officially disavowed by the NSA and the national government until after you successfully\n return. In the event of failure, all of the operation's team members must not let themselves be captured alive.\n \n ),\n },\n [BlackOperationNames.OperationHyron]: {\n desc: (\n <>\n Our intelligence tells us that {FactionNames.FulcrumSecretTechnologies} is developing a quantum supercomputer\n using human brains as core processors. This supercomputer is rumored to be able to store vast amounts of data\n and perform computations unmatched by any other supercomputer on the planet. But more importantly, the use of\n organic human brains means that the supercomputer may be able to reason abstractly and become self-aware.\n
    \n
    \n I do not need to remind you why sentient-level AIs pose a serious threat to all of mankind.\n
    \n
    \n The research for this project is being conducted at one of {FactionNames.FulcrumSecretTechnologies} secret\n facilities in {CityName.Aevum}, codenamed 'Alpha Ranch'. Infiltrate the compound, delete and destroy the work,\n and then find and kill the project lead.\n \n ),\n },\n [BlackOperationNames.OperationMorpheus]: {\n desc: (\n <>\n DreamSense Technologies is an advertising company that uses special technology to transmit their ads into the\n people's dreams and subconscious. They do this using broadcast transmitter towers. Based on information from our\n agents and informants in {CityName.Chongqing}, we have reason to believe that one of the broadcast towers there\n has been compromised by Synthoids and is being used to spread pro-Synthoid propaganda.\n
    \n
    \n The mission is to destroy this broadcast tower. Speed and stealth are of the utmost importance for this.\n \n ),\n },\n [BlackOperationNames.OperationIonStorm]: {\n desc: (\n <>\n Our analysts have uncovered a gathering of MK-VI Synthoids that have taken up residence in the{\" \"}\n {CityName.Sector12} Slums. We don't know if they are rogue Synthoids from the Uprising, but we do know that they\n have been stockpiling weapons, money, and other resources. This makes them dangerous.\n
    \n
    \n This is a full-scale assault operation to find and retire all of these Synthoids in the {CityName.Sector12}{\" \"}\n Slums.\n \n ),\n },\n [BlackOperationNames.OperationAnnihilus]: {\n desc: (\n <>\n Our superiors have ordered us to eradicate everything and everyone in an underground facility located in{\" \"}\n {CityName.Aevum}. They tell us that the facility houses many dangerous Synthoids and belongs to a terrorist\n organization called '{FactionNames.TheCovenant}'. We have no prior intelligence about this organization, so you\n are going in blind.\n \n ),\n },\n [BlackOperationNames.OperationUltron]: {\n desc: (\n <>\n {FactionNames.OmniTekIncorporated}, the original designer and manufacturer of Synthoids, has notified us of a\n malfunction in their AI design. This malfunction, when triggered, causes MK-VI Synthoids to become radicalized\n and seek out the destruction of humanity. They say that this bug affects all MK-VI Synthoids, not just the rogue\n ones from the Uprising.\n
    \n
    \n {FactionNames.OmniTekIncorporated} has also told us they believe someone has triggered this malfunction in a\n large group of MK-VI Synthoids, and that these newly-radicalized Synthoids are now amassing in{\" \"}\n {CityName.Volhaven} to form a terrorist group called Ultron.\n
    \n
    \n Intelligence suggests Ultron is heavily armed and that their members are augmented. We believe Ultron is making\n moves to take control of and weaponize DeltaOne's Tactical High-Energy Satellite Laser Array (THESLA).\n
    \n
    \n Your task is to find and destroy Ultron.\n \n ),\n },\n [BlackOperationNames.OperationCenturion]: {\n desc: (\n <>\n {\"D)@#)($M)C0293c40($*)@#D0JUMP3Rm0C<*@#)*$)#02c94830c(#$*D)\"}\n
    \n
    \n Throughout all of humanity's history, we have relied on technology to survive, conquer, and progress. Its\n advancement became our primary goal. And at the peak of human civilization technology turned into power. Global,\n absolute power.\n
    \n
    \n It seems that the universe is not without a sense of irony.\n
    \n
    \n {\"D)@#)($M)C0293c40($*)@#D0JUMP3Rm0C<*@#)*$)#02c94830c(#$*D)\"}\n \n ),\n },\n [BlackOperationNames.OperationVindictus]: {\n desc: (\n <>\n {\"D)@#)($M)C0293c40($*)@#D0JUMP3Rm0C<*@#)*$)#02c94830c(#$*D)\"}\n
    \n
    \n The bits are all around us. The daemons that hold the Node together can manifest themselves in many different\n ways.\n
    \n
    \n {\"D)@#)($M)C0293c40($*)@#D0JUMP3Rm0C<*@#)*$)#02c94830c(#$*D)\"}\n \n ),\n },\n [BlackOperationNames.OperationDaedalus]: {\n desc: <> Yesterday we obeyed kings and bent our neck to emperors. Today we kneel only to truth.,\n },\n};\n","import React, { useState } from \"react\";\nimport { SkillList } from \"./SkillList\";\nimport { BladeburnerConstants } from \"../data/Constants\";\nimport { formatNumber } from \"../../utils/StringHelperFunctions\";\nimport { Bladeburner } from \"../Bladeburner\";\nimport Typography from \"@mui/material/Typography\";\ninterface IProps {\n bladeburner: Bladeburner;\n}\n\nexport function SkillPage(props: IProps): React.ReactElement {\n const setRerender = useState(false)[1];\n const mults = props.bladeburner.skillMultipliers;\n\n function valid(mult: number | undefined): boolean {\n return mult !== undefined && mult !== 1;\n }\n\n return (\n <>\n \n Skill Points: {formatNumber(props.bladeburner.skillPoints, 0)}\n \n \n You will gain one skill point every {BladeburnerConstants.RanksPerSkillPoint} ranks.\n
    \n Note that when upgrading a skill, the benefit for that skill is additive. However, the effects of different\n skills with each other is multiplicative.\n
    \n {valid(mults[\"successChanceAll\"]) && (\n Total Success Chance: x{formatNumber(mults[\"successChanceAll\"], 3)}\n )}\n {valid(mults[\"successChanceStealth\"]) && (\n Stealth Success Chance: x{formatNumber(mults[\"successChanceStealth\"], 3)}\n )}\n {valid(mults[\"successChanceKill\"]) && (\n Retirement Success Chance: x{formatNumber(mults[\"successChanceKill\"], 3)}\n )}\n {valid(mults[\"successChanceContract\"]) && (\n Contract Success Chance: x{formatNumber(mults[\"successChanceContract\"], 3)}\n )}\n {valid(mults[\"successChanceOperation\"]) && (\n Operation Success Chance: x{formatNumber(mults[\"successChanceOperation\"], 3)}\n )}\n {valid(mults[\"successChanceEstimate\"]) && (\n Synthoid Data Estimate: x{formatNumber(mults[\"successChanceEstimate\"], 3)}\n )}\n {valid(mults[\"actionTime\"]) && Action Time: x{formatNumber(mults[\"actionTime\"], 3)}}\n {valid(mults[\"effHack\"]) && Hacking Skill: x{formatNumber(mults[\"effHack\"], 3)}}\n {valid(mults[\"effStr\"]) && Strength: x{formatNumber(mults[\"effStr\"], 3)}}\n {valid(mults[\"effDef\"]) && Defense: x{formatNumber(mults[\"effDef\"], 3)}}\n {valid(mults[\"effDex\"]) && Dexterity: x{formatNumber(mults[\"effDex\"], 3)}}\n {valid(mults[\"effAgi\"]) && Agility: x{formatNumber(mults[\"effAgi\"], 3)}}\n {valid(mults[\"effCha\"]) && Charisma: x{formatNumber(mults[\"effCha\"], 3)}}\n {valid(mults[\"effInt\"]) && Intelligence: x{formatNumber(mults[\"effInt\"], 3)}}\n {valid(mults[\"stamina\"]) && Stamina: x{formatNumber(mults[\"stamina\"], 3)}}\n {valid(mults[\"money\"]) && Contract Money: x{formatNumber(mults[\"money\"], 3)}}\n {valid(mults[\"expGain\"]) && Exp Gain: x{formatNumber(mults[\"expGain\"], 3)}}\n setRerender((old) => !old)} />\n \n );\n}\n\n/*\n\n\n\n\nvar multKeys = Object.keys(this.skillMultipliers);\nfor (var i = 0; i < multKeys.length; ++i) {\n var mult = this.skillMultipliers[multKeys[i]];\n if (mult && mult !== 1) {\n mult = formatNumber(mult, 3);\n switch(multKeys[i]) {\n\n }\n }\n}\n*/\n","import * as React from \"react\";\nimport { SkillElem } from \"./SkillElem\";\nimport { Skills } from \"../Skills\";\nimport { Bladeburner } from \"../Bladeburner\";\n\ninterface IProps {\n bladeburner: Bladeburner;\n onUpgrade: () => void;\n}\n\nexport function SkillList(props: IProps): React.ReactElement {\n return (\n <>\n {Object.keys(Skills).map((skill: string) => (\n \n ))}\n \n );\n}\n","import React from \"react\";\nimport { CopyableText } from \"../../ui/React/CopyableText\";\nimport { formatNumber } from \"../../utils/StringHelperFunctions\";\nimport { Bladeburner } from \"../Bladeburner\";\n\nimport Typography from \"@mui/material/Typography\";\nimport IconButton from \"@mui/material/IconButton\";\nimport Box from \"@mui/material/Box\";\nimport Paper from \"@mui/material/Paper\";\nimport AddIcon from \"@mui/icons-material/Add\";\nimport CloseIcon from \"@mui/icons-material/Close\";\nimport { Skill } from \"../Skill\";\n\ninterface IProps {\n skill: Skill;\n bladeburner: Bladeburner;\n onUpgrade: () => void;\n}\n\nexport function SkillElem(props: IProps): React.ReactElement {\n const skillName = props.skill.name;\n let currentLevel = 0;\n if (props.bladeburner.skills[skillName] && !isNaN(props.bladeburner.skills[skillName])) {\n currentLevel = props.bladeburner.skills[skillName];\n }\n const pointCost = props.skill.calculateCost(currentLevel);\n\n const canLevel = props.bladeburner.skillPoints >= pointCost;\n const maxLvl = props.skill.maxLvl ? currentLevel >= props.skill.maxLvl : false;\n\n function onClick(): void {\n if (props.bladeburner.skillPoints < pointCost) return;\n props.bladeburner.skillPoints -= pointCost;\n props.bladeburner.upgradeSkill(props.skill);\n props.onUpgrade();\n }\n\n return (\n \n \n \n {!canLevel || maxLvl ? (\n \n \n \n ) : (\n \n \n \n )}\n \n Level: {currentLevel}\n {maxLvl ? (\n MAX LEVEL\n ) : (\n Skill Points required: {formatNumber(pointCost, 0)}\n )}\n {props.skill.desc}\n \n );\n}\n","import React, { useState, useEffect } from \"react\";\nimport { ManagementSubpage } from \"./ManagementSubpage\";\nimport { TerritorySubpage } from \"./TerritorySubpage\";\nimport { EquipmentsSubpage } from \"./EquipmentsSubpage\";\nimport { Player } from \"@player\";\nimport { Context } from \"./Context\";\n\nimport Tabs from \"@mui/material/Tabs\";\nimport Tab from \"@mui/material/Tab\";\n\n/** React Component for all the gang stuff. */\nexport function GangRoot(): React.ReactElement {\n const gang = (function () {\n if (Player.gang === null) throw new Error(\"Gang should not be null\");\n return Player.gang;\n })();\n const [value, setValue] = React.useState(0);\n\n function handleChange(event: React.SyntheticEvent, tab: number): void {\n setValue(tab);\n }\n\n const setRerender = useState(false)[1];\n\n useEffect(() => {\n const id = setInterval(() => setRerender((old) => !old), 200);\n return () => clearInterval(id);\n }, []);\n\n return (\n \n \n \n \n \n \n {value === 0 && }\n {value === 1 && }\n {value === 2 && }\n \n );\n}\n","import React from \"react\";\nimport { GangStats } from \"./GangStats\";\nimport { GangMemberList } from \"./GangMemberList\";\nimport { useGang } from \"./Context\";\nimport Typography from \"@mui/material/Typography\";\n\n/** React Component for the subpage that manages gang members, the main page. */\nexport function ManagementSubpage(): React.ReactElement {\n const gang = useGang();\n return (\n <>\n \n This page is used to manage your gang members and get an overview of your gang's stats.\n
    \n
    \n If a gang member is not earning much money or respect, the task that you have assigned to that member might be\n too difficult. Consider training that member's stats or choosing an easier task. The tasks closer to the top of\n the dropdown list are generally easier. Alternatively, the gang member's low production might be due to the fact\n that your wanted level is too high. Consider assigning a few members to the '\n {gang.isHackingGang ? \"Ethical Hacking\" : \"Vigilante Justice\"}' task to lower your wanted level.\n
    \n
    \n Installing Augmentations does NOT reset your progress with your Gang. Furthermore, after installing\n Augmentations, you will automatically be a member of whatever Faction you created your gang with.\n
    \n
    \n You can also manage your gang programmatically through Netscript using the Gang API\n
    \n
    \n \n
    \n \n \n );\n}\n","/**\n * React Component for the stats related to the gang, like total respect and\n * money per second.\n */\nimport React from \"react\";\nimport { Factions } from \"../../Faction/Factions\";\n\nimport { formatNumber } from \"../../utils/StringHelperFunctions\";\nimport { numeralWrapper } from \"../../ui/numeralFormat\";\nimport { MoneyRate } from \"../../ui/React/MoneyRate\";\nimport { Reputation } from \"../../ui/React/Reputation\";\nimport { AllGangs } from \"../AllGangs\";\nimport { BonusTime } from \"./BonusTime\";\nimport { useGang } from \"./Context\";\nimport Typography from \"@mui/material/Typography\";\nimport Tooltip from \"@mui/material/Tooltip\";\nimport Box from \"@mui/material/Box\";\n\nexport function GangStats(): React.ReactElement {\n const gang = useGang();\n const territoryMult = AllGangs[gang.facName].territory * 100;\n let territoryStr;\n if (territoryMult <= 0) {\n territoryStr = formatNumber(0, 2);\n } else if (territoryMult >= 100) {\n territoryStr = formatNumber(100, 2);\n } else {\n territoryStr = formatNumber(territoryMult, 2);\n }\n\n return (\n <>\n \n \n Represents the amount of respect your gang has from other gangs and criminal organizations. Your respect\n affects the amount of money your gang members will earn, and also determines how much reputation you are\n earning with your gang's corresponding Faction.\n \n }\n >\n \n Respect: {numeralWrapper.formatRespect(gang.respect)} (\n {numeralWrapper.formatRespect(5 * gang.respectGainRate)} / sec)\n \n \n \n\n \n \n Represents how much the gang is wanted by law enforcement. The higher your gang's wanted level, the harder\n it will be for your gang members to make money and earn respect. Note that the minimum wanted level is 1.\n \n }\n >\n \n Wanted Level: {numeralWrapper.formatWanted(gang.wanted)} (\n {numeralWrapper.formatWanted(5 * gang.wantedGainRate)} / sec)\n \n \n \n\n \n Penalty for respect and money gain rates due to Wanted Level}>\n Wanted Level Penalty: -{formatNumber((1 - gang.getWantedPenalty()) * 100, 2)}%\n \n \n\n \n Money gain rate: \n \n\n \n The percentage of total territory your Gang controls}>\n Territory: {territoryStr}%\n \n \n \n Faction reputation: \n \n\n \n \n );\n}\n","import * as React from \"react\";\nimport { Gang } from \"../Gang\";\nimport { CONSTANTS } from \"../../Constants\";\nimport { convertTimeMsToTimeElapsedString } from \"../../utils/StringHelperFunctions\";\nimport Typography from \"@mui/material/Typography\";\nimport Tooltip from \"@mui/material/Tooltip\";\nimport Box from \"@mui/material/Box\";\n\ninterface IProps {\n gang: Gang;\n}\n\n/** React Component for displaying the bonus time remaining. */\nexport function BonusTime(props: IProps): React.ReactElement {\n const CyclerPerSecond = 1000 / CONSTANTS._idleSpeed;\n if ((props.gang.storedCycles / CyclerPerSecond) * 1000 <= 5000) return <>;\n const bonusMillis = (props.gang.storedCycles / CyclerPerSecond) * 1000;\n return (\n \n \n You gain bonus time while offline or when the game is inactive (e.g. when the tab is throttled by the\n browser). Bonus time makes the Gang mechanic progress faster, up to 5x the normal speed.\n \n }\n >\n Bonus time: {convertTimeMsToTimeElapsedString(bonusMillis)}\n \n \n );\n}\n","import React, { useState } from \"react\";\nimport { GangMemberCard } from \"./GangMemberCard\";\nimport { RecruitButton } from \"./RecruitButton\";\nimport { useGang } from \"./Context\";\n\nimport { Box, TextField } from \"@mui/material\";\nimport SearchIcon from \"@mui/icons-material/Search\";\n\nimport { GangMember } from \"../GangMember\";\nimport { OptionSwitch } from \"../../ui/React/OptionSwitch\";\n\n/** React Component for the list of gang members on the management subpage. */\nexport function GangMemberList(): React.ReactElement {\n const gang = useGang();\n const setRerender = useState(false)[1];\n const [filter, setFilter] = useState(\"\");\n const [ascendOnly, setAscendOnly] = useState(false);\n\n const handleFilterChange = (event: React.ChangeEvent): void => {\n setFilter(event.target.value.toLowerCase());\n };\n\n const members = gang.members\n .filter((member) => member && member.name.toLowerCase().includes(filter))\n .filter((member) => {\n if (ascendOnly) return member.canAscend();\n return true;\n });\n\n return (\n <>\n setRerender((old) => !old)} />\n ,\n spellCheck: false,\n }}\n placeholder=\"Filter by member name\"\n sx={{ m: 1, width: \"15%\" }}\n />\n setAscendOnly(newValue)}\n text=\"Show only ascendable\"\n tooltip={<>Filter the members list by whether or not the member can be ascended.}\n />\n \n {members.map((member: GangMember) => (\n \n ))}\n \n \n );\n}\n","import React from \"react\";\nimport { GangMember } from \"../GangMember\";\nimport { GangMemberCardContent } from \"./GangMemberCardContent\";\n\nimport Box from \"@mui/material/Box\";\n\nimport ListItemText from \"@mui/material/ListItemText\";\nimport Paper from \"@mui/material/Paper\";\n\ninterface IProps {\n member: GangMember;\n}\n\n/** React Component for a gang member on the management subpage. */\nexport function GangMemberCard(props: IProps): React.ReactElement {\n return (\n \n \n {props.member.name}} />\n \n \n \n );\n}\n","/**\n * React Component for the content of the accordion of gang members on the\n * management subpage.\n */\nimport React, { useState } from \"react\";\nimport { GangMemberStats } from \"./GangMemberStats\";\nimport { TaskSelector } from \"./TaskSelector\";\nimport { AscensionModal } from \"./AscensionModal\";\n\nimport { Box } from \"@mui/system\";\nimport { Button, Typography } from \"@mui/material\";\nimport HelpIcon from \"@mui/icons-material/Help\";\n\nimport { GangMember } from \"../GangMember\";\nimport { StaticModal } from \"../../ui/React/StaticModal\";\n\ninterface IProps {\n member: GangMember;\n}\n\nexport function GangMemberCardContent(props: IProps): React.ReactElement {\n const setRerender = useState(false)[1];\n const [helpOpen, setHelpOpen] = useState(false);\n const [ascendOpen, setAscendOpen] = useState(false);\n\n return (\n <>\n {props.member.canAscend() && (\n \n \n setAscendOpen(false)}\n member={props.member}\n onAscend={() => setRerender((old) => !old)}\n />\n \n setHelpOpen(false)}>\n \n Ascending a Gang Member resets the member's progress and stats in exchange for a permanent boost to their\n stat multipliers.\n
    \n
    \n The additional stat multiplier that the Gang Member gains upon ascension is based on the amount of exp\n they have.\n
    \n
    \n Upon ascension, the member will lose all of its non-Augmentation Equipment and your gang will lose respect\n equal to the total respect earned by the member.\n
    \n
    \n
    \n )}\n \n \n setRerender((old) => !old)} member={props.member} />\n \n \n );\n}\n","/**\n * React Component for the first part of a gang member details.\n * Contains skills and exp.\n */\nimport React from \"react\";\nimport { useGang } from \"./Context\";\n\nimport Typography from \"@mui/material/Typography\";\nimport Tooltip from \"@mui/material/Tooltip\";\nimport { Table, TableBody, TableCell, TableRow } from \"@mui/material\";\n\nimport { numeralWrapper } from \"../../ui/numeralFormat\";\nimport { GangMember } from \"../GangMember\";\nimport { Settings } from \"../../Settings/Settings\";\nimport { MoneyRate } from \"../../ui/React/MoneyRate\";\nimport { StatsRow } from \"../../ui/React/StatsRow\";\nimport { characterOverviewStyles as useStyles } from \"../../ui/React/CharacterOverview\";\n\ninterface IProps {\n member: GangMember;\n}\n\nexport function GangMemberStats(props: IProps): React.ReactElement {\n const classes = useStyles();\n\n const asc = {\n hack: props.member.calculateAscensionMult(props.member.hack_asc_points),\n str: props.member.calculateAscensionMult(props.member.str_asc_points),\n def: props.member.calculateAscensionMult(props.member.def_asc_points),\n dex: props.member.calculateAscensionMult(props.member.dex_asc_points),\n agi: props.member.calculateAscensionMult(props.member.agi_asc_points),\n cha: props.member.calculateAscensionMult(props.member.cha_asc_points),\n };\n\n const gang = useGang();\n const data = [\n [`Money:`, ],\n [`Respect:`, `${numeralWrapper.formatRespect(5 * props.member.calculateRespectGain(gang))} / sec`],\n [`Wanted Level:`, `${numeralWrapper.formatWanted(5 * props.member.calculateWantedLevelGain(gang))} / sec`],\n [`Total Respect:`, `${numeralWrapper.formatRespect(props.member.earnedRespect)}`],\n ];\n\n return (\n <>\n \n Hk: x{numeralWrapper.formatMultiplier(props.member.hack_mult * asc.hack)}(x\n {numeralWrapper.formatMultiplier(props.member.hack_mult)} Eq, x{numeralWrapper.formatMultiplier(asc.hack)}{\" \"}\n Asc)\n
    \n St: x{numeralWrapper.formatMultiplier(props.member.str_mult * asc.str)}\n (x{numeralWrapper.formatMultiplier(props.member.str_mult)} Eq, x{numeralWrapper.formatMultiplier(asc.str)}{\" \"}\n Asc)\n
    \n Df: x{numeralWrapper.formatMultiplier(props.member.def_mult * asc.def)}\n (x{numeralWrapper.formatMultiplier(props.member.def_mult)} Eq, x{numeralWrapper.formatMultiplier(asc.def)}{\" \"}\n Asc)\n
    \n Dx: x{numeralWrapper.formatMultiplier(props.member.dex_mult * asc.dex)}\n (x{numeralWrapper.formatMultiplier(props.member.dex_mult)} Eq, x{numeralWrapper.formatMultiplier(asc.dex)}{\" \"}\n Asc)\n
    \n Ag: x{numeralWrapper.formatMultiplier(props.member.agi_mult * asc.agi)}\n (x{numeralWrapper.formatMultiplier(props.member.agi_mult)} Eq, x{numeralWrapper.formatMultiplier(asc.agi)}{\" \"}\n Asc)\n
    \n Ch: x{numeralWrapper.formatMultiplier(props.member.cha_mult * asc.cha)}\n (x{numeralWrapper.formatMultiplier(props.member.cha_mult)} Eq, x{numeralWrapper.formatMultiplier(asc.cha)}{\" \"}\n Asc)\n \n }\n >\n \n \n \n \n \n \n \n \n \n \n
    \n
    \n
    \n {data.map(([a, b]) => (\n \n \n {a}\n \n \n {b}\n \n \n ))}\n
    \n
    \n \n \n );\n}\n","import React from \"react\";\nimport { Modal } from \"./Modal\";\nimport Typography from \"@mui/material/Typography\";\nimport Button from \"@mui/material/Button\";\n\ninterface IProps {\n open: boolean;\n onClose: () => void;\n killScripts: () => void;\n}\n\nexport function KillScriptsModal(props: IProps): React.ReactElement {\n function onClick(): void {\n props.killScripts();\n props.onClose();\n }\n\n return (\n \n Forcefully kill all running scripts? This will also save your game and reload the game.\n \n \n );\n}\n","/**\n * React Component for the middle part of the gang member accordion. Contains\n * the task selector as well as some stats.\n */\nimport React, { useState } from \"react\";\nimport { useGang } from \"./Context\";\nimport { TaskDescription } from \"./TaskDescription\";\n\nimport { Box } from \"@mui/material\";\nimport MenuItem from \"@mui/material/MenuItem\";\nimport Select, { SelectChangeEvent } from \"@mui/material/Select\";\n\nimport { GangMember } from \"../GangMember\";\n\ninterface IProps {\n member: GangMember;\n onTaskChange: () => void;\n}\n\nexport function TaskSelector(props: IProps): React.ReactElement {\n const gang = useGang();\n const [currentTask, setCurrentTask] = useState(props.member.task);\n\n const contextMember = gang.members.find((member) => member.name == props.member.name);\n if (contextMember && contextMember.task != currentTask) {\n setCurrentTask(contextMember.task);\n }\n\n function onChange(event: SelectChangeEvent): void {\n const task = event.target.value;\n props.member.assignToTask(task);\n setCurrentTask(task);\n props.onTaskChange();\n }\n\n const tasks = gang.getAllTaskNames();\n\n return (\n \n \n \n \n );\n}\n","/**\n * React Component for left side of the gang member accordion, contains the\n * description of the task that member is currently doing.\n */\nimport React from \"react\";\nimport { GangMemberTasks } from \"../GangMemberTasks\";\nimport { GangMember } from \"../GangMember\";\nimport Typography from \"@mui/material/Typography\";\n\ninterface IProps {\n member: GangMember;\n}\n\nexport function TaskDescription(props: IProps): React.ReactElement {\n const task = GangMemberTasks[props.member.task];\n const desc = task ? task.desc : GangMemberTasks[\"Unassigned\"].desc;\n\n return ;\n}\n","/**\n * React Component for the content of the popup before the player confirms the\n * ascension of a gang member.\n */\nimport React, { useState, useEffect } from \"react\";\nimport { GangMember } from \"../GangMember\";\nimport { numeralWrapper } from \"../../ui/numeralFormat\";\nimport { dialogBoxCreate } from \"../../ui/React/DialogBox\";\nimport { Modal } from \"../../ui/React/Modal\";\nimport { useGang } from \"./Context\";\nimport Typography from \"@mui/material/Typography\";\nimport Button from \"@mui/material/Button\";\n\ninterface IProps {\n open: boolean;\n onClose: () => void;\n member: GangMember;\n onAscend: () => void;\n}\n\nexport function AscensionModal(props: IProps): React.ReactElement {\n const gang = useGang();\n const setRerender = useState(false)[1];\n\n useEffect(() => {\n const id = setInterval(() => setRerender((old) => !old), 1000);\n return () => clearInterval(id);\n }, []);\n\n function confirm(): void {\n props.onAscend();\n const res = gang.ascendMember(props.member);\n dialogBoxCreate(\n <>\n You ascended {props.member.name}!
    \n
    \n Your gang lost {numeralWrapper.formatRespect(res.respect)} respect.\n
    \n
    \n {props.member.name} gained the following stat multipliers for ascending:\n
    \n Hacking: x{numeralWrapper.format(res.hack, \"0.000\")}\n
    \n Strength: x{numeralWrapper.format(res.str, \"0.000\")}\n
    \n Defense: x{numeralWrapper.format(res.def, \"0.000\")}\n
    \n Dexterity: x{numeralWrapper.format(res.dex, \"0.000\")}\n
    \n Agility: x{numeralWrapper.format(res.agi, \"0.000\")}\n
    \n Charisma: x{numeralWrapper.format(res.cha, \"0.000\")}\n
    \n ,\n );\n props.onClose();\n }\n\n // const ascendBenefits = props.member.getAscensionResults();\n const preAscend = props.member.getCurrentAscensionMults();\n const postAscend = props.member.getAscensionMultsAfterAscend();\n\n return (\n \n \n Are you sure you want to ascend this member? They will lose all of\n
    \n their non-Augmentation upgrades and their stats will reset back to 1.\n
    \n
    \n Furthermore, your gang will lose {numeralWrapper.formatRespect(props.member.earnedRespect)} respect\n
    \n
    \n In return, they will gain the following permanent boost to stat multipliers:\n
    \n Hacking: x{numeralWrapper.format(preAscend.hack, \"0.000\")} => x\n {numeralWrapper.format(postAscend.hack, \"0.000\")}\n
    \n Strength: x{numeralWrapper.format(preAscend.str, \"0.000\")} => x\n {numeralWrapper.format(postAscend.str, \"0.000\")}\n
    \n Defense: x{numeralWrapper.format(preAscend.def, \"0.000\")} => x\n {numeralWrapper.format(postAscend.def, \"0.000\")}\n
    \n Dexterity: x{numeralWrapper.format(preAscend.dex, \"0.000\")} => x\n {numeralWrapper.format(postAscend.dex, \"0.000\")}\n
    \n Agility: x{numeralWrapper.format(preAscend.agi, \"0.000\")} => x\n {numeralWrapper.format(postAscend.agi, \"0.000\")}\n
    \n Charisma: x{numeralWrapper.format(preAscend.cha, \"0.000\")} => x\n {numeralWrapper.format(postAscend.cha, \"0.000\")}\n
    \n
    \n \n
    \n );\n}\n","import React, { useState } from \"react\";\nimport { RecruitModal } from \"./RecruitModal\";\nimport { GangConstants } from \"../data/Constants\";\nimport { numeralWrapper } from \"../../ui/numeralFormat\";\nimport { useGang } from \"./Context\";\nimport Typography from \"@mui/material/Typography\";\nimport Button from \"@mui/material/Button\";\nimport Box from \"@mui/material/Box\";\n\ninterface IProps {\n onRecruit: () => void;\n}\n\n/** React Component for the recruitment button and text on the gang main page. */\nexport function RecruitButton(props: IProps): React.ReactElement {\n const gang = useGang();\n const [open, setOpen] = useState(false);\n if (gang.members.length >= GangConstants.MaximumGangMembers) {\n return <>;\n }\n\n if (!gang.canRecruitMember()) {\n const respect = gang.getRespectNeededToRecruitMember();\n return (\n \n \n \n {numeralWrapper.formatRespect(respect)} respect needed to recruit next member\n \n \n );\n }\n\n return (\n <>\n \n \n \n setOpen(false)} onRecruit={props.onRecruit} />\n \n );\n}\n","import React, { useState } from \"react\";\nimport { Modal } from \"../../ui/React/Modal\";\nimport { dialogBoxCreate } from \"../../ui/React/DialogBox\";\nimport { useGang } from \"./Context\";\nimport Typography from \"@mui/material/Typography\";\nimport TextField from \"@mui/material/TextField\";\nimport Button from \"@mui/material/Button\";\nimport { KEY } from \"../../utils/helpers/keyCodes\";\n\ninterface IRecruitPopupProps {\n open: boolean;\n onClose: () => void;\n onRecruit: () => void;\n}\n\n/** React Component for the popup used to recruit new gang members. */\nexport function RecruitModal(props: IRecruitPopupProps): React.ReactElement {\n const gang = useGang();\n const [name, setName] = useState(\"\");\n\n const disabled = name === \"\" || !gang.canRecruitMember();\n function recruit(): void {\n if (disabled) return;\n // At this point, the only way this can fail is if you already\n // have a gang member with the same name\n if (!gang.recruitMember(name)) {\n dialogBoxCreate(\"You already have a gang member with this name!\");\n return;\n }\n\n props.onRecruit();\n props.onClose();\n }\n\n function onKeyUp(event: React.KeyboardEvent): void {\n if (event.key === KEY.ENTER) recruit();\n }\n\n function onChange(event: React.ChangeEvent): void {\n setName(event.target.value);\n }\n\n return (\n \n Enter a name for your new Gang member:\n
    \n \n Recruit\n \n ),\n }}\n />\n
    \n );\n}\n","import React, { useState } from \"react\";\n\nimport { Container, Button, Paper, Box, Tooltip, Switch, FormControlLabel, Typography } from \"@mui/material\";\nimport { Help } from \"@mui/icons-material\";\n\nimport { numeralWrapper } from \"../../ui/numeralFormat\";\nimport { formatNumber } from \"../../utils/StringHelperFunctions\";\n\nimport { AllGangs } from \"../AllGangs\";\n\nimport { useGang } from \"./Context\";\nimport { TerritoryInfoModal } from \"./TerritoryInfoModal\";\n\n/** React Component for the territory subpage. */\nexport function TerritorySubpage(): React.ReactElement {\n const gang = useGang();\n const gangNames = Object.keys(AllGangs).filter((g) => g != gang.facName);\n const [infoOpen, setInfoOpen] = useState(false);\n\n return (\n \n \n This page shows how much territory your Gang controls. This statistic is listed as a percentage, which\n represents how much of the total territory you control.\n \n\n \n\n \n \n {gang.facName} (Your gang)\n \n\n (gang.territoryWarfareEngaged = event.target.checked)}\n />\n }\n label={\n \n Engaging in Territory Warfare sets your clash chance to 100%. Disengaging will cause your clash chance\n to gradually decrease until it reaches 0%.\n
    \n }\n >\n Engage in Territory Warfare\n \n }\n />\n
    \n (gang.notifyMemberDeath = event.target.checked)}\n />\n }\n label={\n \n If this is enabled, then you will receive a pop-up notifying you whenever one of your Gang Members\n dies in a territory clash.\n \n }\n >\n Notify about Gang Member Deaths\n \n }\n />\n\n \n Territory Clash Chance: {numeralWrapper.formatPercentage(gang.territoryClashChance, 3)}
    \n Power: {formatNumber(AllGangs[gang.facName].power, 3)}
    \n Territory: {formatTerritory(AllGangs[gang.facName].territory)}%
    \n
    \n \n \n {gangNames\n .sort((a, b) => {\n if (AllGangs[a].territory <= 0 && AllGangs[b].territory > 0) return 1;\n if (AllGangs[a].territory > 0 && AllGangs[b].territory <= 0) return -1;\n return 0;\n })\n .map((name) => (\n \n ))}\n \n setInfoOpen(false)} />\n \n );\n}\nfunction formatTerritory(n: number): string {\n const v = n * 100;\n const precision = 3;\n if (v <= 0) {\n return formatNumber(0, precision);\n } else if (v >= 100) {\n return formatNumber(100, precision);\n } else {\n return formatNumber(v, precision);\n }\n}\n\ninterface ITerritoryProps {\n name: string;\n}\n\nfunction OtherGangTerritory(props: ITerritoryProps): React.ReactElement {\n const gang = useGang();\n const playerPower = AllGangs[gang.facName].power;\n const power = AllGangs[props.name].power;\n const clashVictoryChance = playerPower / (power + playerPower);\n const territory = AllGangs[props.name].territory;\n const opacity = territory ? 1 : 0.75;\n return (\n \n \n {props.name}\n \n \n Power: {formatNumber(power, 3)}
    \n Territory: {formatTerritory(territory)}%
    \n Clash Win Chance: {numeralWrapper.formatPercentage(clashVictoryChance, 3)}\n
    \n
    \n );\n}\n","import React from \"react\";\n\nimport Typography from \"@mui/material/Typography\";\n\nimport { Modal } from \"../../ui/React/Modal\";\n\ninterface IProps {\n open: boolean;\n onClose: () => void;\n}\n\nexport const TerritoryInfoModal = ({ open, onClose }: IProps): React.ReactElement => {\n return (\n \n <>\n Clashing\n \n Every ~20 seconds, your gang has a chance to 'clash' with other gangs. Your chance to win a clash depends on\n your gang's power, which is listed in the display below. Your gang's power slowly accumulates over time. The\n accumulation rate is determined by the stats of all Gang members you have assigned to the 'Territory Warfare'\n task. Gang members that are not assigned to this task do not contribute to your gang's power. Your gang also\n loses a small amount of power whenever you lose a clash.\n
    \n
    \n NOTE: Gang members assigned to 'Territory Warfare' can be killed during clashes. This can happen regardless of\n whether you win or lose the clash. A gang member being killed results in both respect and power loss for your\n gang.\n
    \n
    \n Territory\n \n The amount of territory you have affects all aspects of your Gang members' production, including money,\n respect, and wanted level. It is very beneficial to have high territory control.\n
    \n
    \n To increase your chances of winning territory, assign gang members to \"Territory Warfare\". This will build\n your gang power. Then, enable \"Engage in Territory Warfare\" to start fighting over territory.\n
    \n
    \n Territory Clash Chance\n \n This percentage represents the chance you have of 'clashing' with another gang. If you do not wish to\n gain/lose territory, then keep this percentage at 0% by not engaging in territory warfare.\n \n \n
    \n );\n};\n","import React, { useState } from \"react\";\nimport { useGang } from \"./Context\";\n\nimport Typography from \"@mui/material/Typography\";\nimport Button from \"@mui/material/Button\";\nimport Tooltip from \"@mui/material/Tooltip\";\nimport Box from \"@mui/material/Box\";\nimport Paper from \"@mui/material/Paper\";\nimport Select, { SelectChangeEvent } from \"@mui/material/Select\";\nimport { MenuItem, Table, TableBody, TextField } from \"@mui/material\";\nimport SearchIcon from \"@mui/icons-material/Search\";\n\nimport { numeralWrapper } from \"../../ui/numeralFormat\";\nimport { GangMemberUpgrades } from \"../GangMemberUpgrades\";\nimport { GangMemberUpgrade } from \"../GangMemberUpgrade\";\nimport { Money } from \"../../ui/React/Money\";\nimport { GangMember } from \"../GangMember\";\nimport { UpgradeType } from \"../data/upgrades\";\nimport { Player } from \"@player\";\nimport { Settings } from \"../../Settings/Settings\";\nimport { StatsRow } from \"../../ui/React/StatsRow\";\n\ninterface INextRevealProps {\n upgrades: string[];\n type: UpgradeType;\n}\n\nfunction NextReveal(props: INextRevealProps): React.ReactElement {\n const gang = useGang();\n const upgrades = Object.keys(GangMemberUpgrades)\n .filter((upgName: string) => {\n const upg = GangMemberUpgrades[upgName];\n if (Player.money > gang.getUpgradeCost(upg)) return false;\n if (upg.type !== props.type) return false;\n if (props.upgrades.includes(upgName)) return false;\n return true;\n })\n .map((upgName: string) => GangMemberUpgrades[upgName]);\n\n if (upgrades.length === 0) return <>;\n return (\n \n Next at \n \n );\n}\n\nfunction PurchasedUpgrade({ upgName }: { upgName: string }): React.ReactElement {\n const upg = GangMemberUpgrades[upgName];\n return (\n \n }>\n {upg.name}\n \n \n );\n}\n\ninterface IUpgradeButtonProps {\n upg: GangMemberUpgrade;\n rerender: () => void;\n member: GangMember;\n}\n\nfunction UpgradeButton(props: IUpgradeButtonProps): React.ReactElement {\n const gang = useGang();\n function onClick(): void {\n props.member.buyUpgrade(props.upg);\n props.rerender();\n }\n return (\n }>\n \n \n \n \n );\n}\n\ninterface IPanelProps {\n member: GangMember;\n}\n\nfunction GangMemberUpgradePanel(props: IPanelProps): React.ReactElement {\n const gang = useGang();\n const setRerender = useState(false)[1];\n const [currentCategory, setCurrentCategory] = useState(\"Weapons\");\n\n function rerender(): void {\n setRerender((old) => !old);\n }\n\n function filterUpgrades(list: string[], type: UpgradeType): GangMemberUpgrade[] {\n return Object.keys(GangMemberUpgrades)\n .filter((upgName: string) => {\n const upg = GangMemberUpgrades[upgName];\n if (Player.money < gang.getUpgradeCost(upg)) return false;\n if (upg.type !== type) return false;\n if (list.includes(upgName)) return false;\n return true;\n })\n .map((upgName: string) => GangMemberUpgrades[upgName]);\n }\n\n const onChange = (event: SelectChangeEvent): void => {\n setCurrentCategory(event.target.value);\n rerender();\n };\n\n const weaponUpgrades = filterUpgrades(props.member.upgrades, UpgradeType.Weapon);\n const armorUpgrades = filterUpgrades(props.member.upgrades, UpgradeType.Armor);\n const vehicleUpgrades = filterUpgrades(props.member.upgrades, UpgradeType.Vehicle);\n const rootkitUpgrades = filterUpgrades(props.member.upgrades, UpgradeType.Rootkit);\n const augUpgrades = filterUpgrades(props.member.augmentations, UpgradeType.Augmentation);\n\n const categories: { [key: string]: (GangMemberUpgrade[] | UpgradeType)[] } = {\n Weapons: [weaponUpgrades, UpgradeType.Weapon],\n Armor: [armorUpgrades, UpgradeType.Armor],\n Vehicles: [vehicleUpgrades, UpgradeType.Vehicle],\n Rootkits: [rootkitUpgrades, UpgradeType.Rootkit],\n Augmentations: [augUpgrades, UpgradeType.Augmentation],\n };\n\n const asc = {\n hack: props.member.calculateAscensionMult(props.member.hack_asc_points),\n str: props.member.calculateAscensionMult(props.member.str_asc_points),\n def: props.member.calculateAscensionMult(props.member.def_asc_points),\n dex: props.member.calculateAscensionMult(props.member.dex_asc_points),\n agi: props.member.calculateAscensionMult(props.member.agi_asc_points),\n cha: props.member.calculateAscensionMult(props.member.cha_asc_points),\n };\n return (\n \n \n \n \n {props.member.name} ({props.member.task})\n \n \n Hk: x{numeralWrapper.formatMultiplier(props.member.hack_mult * asc.hack)}(x\n {numeralWrapper.formatMultiplier(props.member.hack_mult)} Eq, x\n {numeralWrapper.formatMultiplier(asc.hack)} Asc)\n
    \n St: x{numeralWrapper.formatMultiplier(props.member.str_mult * asc.str)}\n (x{numeralWrapper.formatMultiplier(props.member.str_mult)} Eq, x\n {numeralWrapper.formatMultiplier(asc.str)} Asc)\n
    \n Df: x{numeralWrapper.formatMultiplier(props.member.def_mult * asc.def)}\n (x{numeralWrapper.formatMultiplier(props.member.def_mult)} Eq, x\n {numeralWrapper.formatMultiplier(asc.def)} Asc)\n
    \n Dx: x{numeralWrapper.formatMultiplier(props.member.dex_mult * asc.dex)}\n (x{numeralWrapper.formatMultiplier(props.member.dex_mult)} Eq, x\n {numeralWrapper.formatMultiplier(asc.dex)} Asc)\n
    \n Ag: x{numeralWrapper.formatMultiplier(props.member.agi_mult * asc.agi)}\n (x{numeralWrapper.formatMultiplier(props.member.agi_mult)} Eq, x\n {numeralWrapper.formatMultiplier(asc.agi)} Asc)\n
    \n Ch: x{numeralWrapper.formatMultiplier(props.member.cha_mult * asc.cha)}\n (x{numeralWrapper.formatMultiplier(props.member.cha_mult)} Eq, x\n {numeralWrapper.formatMultiplier(asc.cha)} Asc)\n \n }\n >\n \n \n \n \n \n \n \n \n \n
    \n \n
    \n\n \n \n\n \n {(categories[currentCategory][0] as GangMemberUpgrade[]).length === 0 && (\n All upgrades owned!\n )}\n \n {(categories[currentCategory][0] as GangMemberUpgrade[]).map((upg) => (\n \n ))}\n \n \n \n \n
    \n\n Purchased Upgrades: \n \n {props.member.upgrades.map((upg: string) => (\n \n ))}\n {props.member.augmentations.map((upg: string) => (\n \n ))}\n \n
    \n );\n}\n\n/** React Component for the popup that manages gang members upgrades */\nexport function EquipmentsSubpage(): React.ReactElement {\n const gang = useGang();\n const [filter, setFilter] = useState(\"\");\n\n const handleFilterChange = (event: React.ChangeEvent): void => {\n setFilter(event.target.value.toLowerCase());\n };\n\n const members = gang.members.filter((member) => member && member.name.toLowerCase().includes(filter));\n\n return (\n <>\n \n You get a discount on equipment and upgrades based on your gang's respect and power. More respect and power\n leads to more discounts.\n \n }\n >\n Discount: -{numeralWrapper.formatPercentage(1 - 1 / gang.getDiscount())}\n \n\n ,\n spellCheck: false,\n }}\n placeholder=\"Filter by member name\"\n sx={{ m: 1, width: \"15%\" }}\n />\n\n \n {members.map((member: GangMember) => (\n \n ))}\n \n \n );\n}\n","// React Components for the Corporation UI's navigation tabs\n// These are the tabs at the top of the UI that let you switch to different\n// divisions, see an overview of your corporation, or create a new industry\nimport React, { useState, useEffect } from \"react\";\nimport { Industry } from \"../Industry\";\nimport { MainPanel } from \"./MainPanel\";\nimport { Industries } from \"../IndustryData\";\nimport { ExpandIndustryTab } from \"./ExpandIndustryTab\";\nimport { Player } from \"@player\";\nimport { Context } from \"./Context\";\nimport { Overview } from \"./Overview\";\n\nimport Tabs from \"@mui/material/Tabs\";\nimport Tab from \"@mui/material/Tab\";\n\nexport function CorporationRoot(): React.ReactElement {\n const corporation = Player.corporation;\n if (corporation === null) return <>;\n const setRerender = useState(false)[1];\n function rerender(): void {\n setRerender((old) => !old);\n }\n const [divisionName, setDivisionName] = useState(\"Overview\");\n function handleChange(event: React.SyntheticEvent, tab: string | number): void {\n setDivisionName(tab);\n }\n useEffect(() => {\n const id = setInterval(rerender, 200);\n return () => clearInterval(id);\n }, []);\n\n const canExpand =\n Object.keys(Industries).filter(\n (industryType: string) =>\n corporation.divisions.find((division: Industry) => division.type === industryType) === undefined,\n ).length > 0;\n\n return (\n \n \n \n {corporation.divisions.map((div) => (\n \n ))}\n {canExpand && }\n \n {divisionName === \"Overview\" && }\n {divisionName === -1 && }\n {typeof divisionName === \"string\" && divisionName !== \"Overview\" && (\n \n )}\n \n );\n}\n","// React Component for the element that contains the actual info/data\n// for the Corporation UI. This panel lies below the header tabs and will\n// be filled with whatever is needed based on the routing/navigation\nimport React from \"react\";\n\nimport { CityTabs } from \"./CityTabs\";\nimport { Industry } from \"../Industry\";\nimport { Context, useCorporation } from \"./Context\";\n\nimport { CityName } from \"../../Locations/data/CityNames\";\n\ninterface IProps {\n divisionName: string;\n rerender: () => void;\n}\n\nexport function MainPanel(props: IProps): React.ReactElement {\n const corp = useCorporation();\n const division =\n props.divisionName !== \"Overview\"\n ? corp.divisions.find((division: Industry) => division.name === props.divisionName)\n : undefined; // use undefined because find returns undefined\n\n if (division === undefined) throw new Error(\"Cannot find division\");\n return (\n \n \n \n );\n}\n","// React Components for the Corporation UI's City navigation tabs\n// These allow player to navigate between different cities for each industry\nimport React, { useState } from \"react\";\nimport { OfficeSpace } from \"../OfficeSpace\";\nimport { Industry } from \"./Industry\";\nimport { ExpandNewCity } from \"./ExpandNewCity\";\nimport { useDivision } from \"./Context\";\nimport Tabs from \"@mui/material/Tabs\";\nimport Tab from \"@mui/material/Tab\";\n\ninterface IProps {\n city: string;\n rerender: () => void;\n}\n\nexport function CityTabs(props: IProps): React.ReactElement {\n const division = useDivision();\n const [city, setCity] = useState(props.city);\n\n const office = division.offices[city];\n if (office === 0) {\n setCity(\"Sector-12\");\n return <>;\n }\n\n const canExpand =\n Object.keys(division.offices).filter((cityName: string) => division.offices[cityName] === 0).length > 0;\n function handleChange(event: React.SyntheticEvent, tab: string): void {\n setCity(tab);\n }\n return (\n <>\n \n {Object.values(division.offices).map(\n (office: OfficeSpace | 0) => office !== 0 && ,\n )}\n {canExpand && }\n \n\n {city !== \"Expand\" ? (\n \n ) : (\n \n )}\n \n );\n}\n","// React Component for managing the Corporation's Industry UI\n// This Industry component does NOT include the city tabs at the top\nimport React from \"react\";\n\nimport { IndustryOffice } from \"./IndustryOffice\";\nimport { IndustryOverview } from \"./IndustryOverview\";\nimport { IndustryWarehouse } from \"./IndustryWarehouse\";\nimport { Warehouse } from \"../Warehouse\";\nimport { OfficeSpace } from \"../OfficeSpace\";\nimport { useCorporation, useDivision } from \"./Context\";\nimport Box from \"@mui/material/Box\";\n\ninterface IProps {\n city: string;\n warehouse: Warehouse | 0;\n office: OfficeSpace;\n rerender: () => void;\n}\n\nexport function Industry(props: IProps): React.ReactElement {\n const corp = useCorporation();\n const division = useDivision();\n return (\n \n \n \n \n \n \n \n \n \n );\n}\n","// React Component for displaying an Industry's OfficeSpace information\n// (bottom-left panel in the Industry UI)\nimport React, { useState } from \"react\";\n\nimport { OfficeSpace } from \"../OfficeSpace\";\nimport { Employee } from \"../Employee\";\nimport { EmployeePositions } from \"../EmployeePositions\";\nimport { BuyCoffee } from \"../Actions\";\n\nimport { MoneyCost } from \"./MoneyCost\";\nimport { numeralWrapper } from \"../../ui/numeralFormat\";\n\nimport { UpgradeOfficeSizeModal } from \"./modals/UpgradeOfficeSizeModal\";\nimport { ThrowPartyModal } from \"./modals/ThrowPartyModal\";\nimport { Money } from \"../../ui/React/Money\";\nimport { useCorporation, useDivision } from \"./Context\";\n\nimport Typography from \"@mui/material/Typography\";\nimport Button from \"@mui/material/Button\";\nimport IconButton from \"@mui/material/IconButton\";\nimport Paper from \"@mui/material/Paper\";\nimport ArrowForwardIcon from \"@mui/icons-material/ArrowForward\";\nimport ArrowDropUpIcon from \"@mui/icons-material/ArrowDropUp\";\nimport ArrowDropDownIcon from \"@mui/icons-material/ArrowDropDown\";\nimport Tooltip from \"@mui/material/Tooltip\";\nimport MenuItem from \"@mui/material/MenuItem\";\nimport Select, { SelectChangeEvent } from \"@mui/material/Select\";\nimport Table from \"@mui/material/Table\";\nimport TableBody from \"@mui/material/TableBody\";\nimport TableRow from \"@mui/material/TableRow\";\nimport { TableCell } from \"../../ui/React/Table\";\nimport { Box } from \"@mui/material\";\n\ninterface IProps {\n office: OfficeSpace;\n rerender: () => void;\n}\n\ninterface ISwitchProps {\n manualMode: boolean;\n switchMode: (f: (b: boolean) => boolean) => void;\n}\n\nfunction SwitchButton(props: ISwitchProps): React.ReactElement {\n if (props.manualMode) {\n return (\n \n Switch to Automatic Assignment Mode, which will automatically assign employees to your selected jobs. You\n simply have to select the number of assignments for each job\n \n }\n >\n \n \n );\n } else {\n return (\n \n Switch to Manual Assignment Mode, which allows you to specify which employees should get which jobs\n \n }\n >\n \n \n );\n }\n}\n\nfunction ManualManagement(props: IProps): React.ReactElement {\n const corp = useCorporation();\n const division = useDivision();\n const [employee, setEmployee] = useState(\n props.office.employees.length > 0 ? props.office.employees[0] : null,\n );\n\n // Employee Selector\n const employees = [];\n for (let i = 0; i < props.office.employees.length; ++i) {\n employees.push(\n \n {props.office.employees[i].name}\n ,\n );\n }\n\n function employeeSelectorOnChange(e: SelectChangeEvent): void {\n const name = e.target.value;\n for (let i = 0; i < props.office.employees.length; ++i) {\n if (name === props.office.employees[i].name) {\n setEmployee(props.office.employees[i]);\n break;\n }\n }\n\n props.rerender();\n }\n\n // Employee Positions Selector\n const emp = employee;\n let employeePositionSelectorInitialValue = \"\";\n const employeePositions = [];\n const positionNames = Object.values(EmployeePositions);\n for (let i = 0; i < positionNames.length; ++i) {\n employeePositions.push(\n \n {positionNames[i]}\n ,\n );\n if (emp != null && emp.nextPos === positionNames[i]) {\n employeePositionSelectorInitialValue = emp.nextPos;\n }\n }\n\n function employeePositionSelectorOnChange(e: SelectChangeEvent): void {\n if (employee === null) return;\n props.office.assignSingleJob(employee, e.target.value);\n props.rerender();\n }\n\n // Numeral.js formatter\n const nf = \"0.000\";\n\n // Employee stats (after applying multipliers)\n const effCre = emp ? emp.cre * corp.getEmployeeCreMultiplier() * division.getEmployeeCreMultiplier() : 0;\n const effCha = emp ? emp.cha * corp.getEmployeeChaMultiplier() * division.getEmployeeChaMultiplier() : 0;\n const effInt = emp ? emp.int * corp.getEmployeeIntMultiplier() * division.getEmployeeIntMultiplier() : 0;\n const effEff = emp ? emp.eff * corp.getEmployeeEffMultiplier() * division.getEmployeeEffMultiplier() : 0;\n\n return (\n <>\n
    \n \n {employee != null && (\n \n Morale: {numeralWrapper.format(employee.mor, nf)}\n
    \n Happiness: {numeralWrapper.format(employee.hap, nf)}\n
    \n Energy: {numeralWrapper.format(employee.ene, nf)}\n
    \n Intelligence: {numeralWrapper.format(effInt, nf)}\n
    \n Charisma: {numeralWrapper.format(effCha, nf)}\n
    \n Experience: {numeralWrapper.format(employee.exp, nf)}\n
    \n Creativity: {numeralWrapper.format(effCre, nf)}\n
    \n Efficiency: {numeralWrapper.format(effEff, nf)}\n
    \n Salary: \n
    \n )}\n {employee != null && (\n \n )}\n \n );\n}\n\ninterface IAutoAssignProps {\n office: OfficeSpace;\n job: string;\n desc: string;\n rerender: () => void;\n}\n\nfunction EmployeeCount(props: { num: number; next: number }): React.ReactElement {\n return (\n \n {props.num === props.next ? null : props.num}\n {props.num === props.next ? null : }\n {props.next}\n \n );\n}\n\nfunction AutoAssignJob(props: IAutoAssignProps): React.ReactElement {\n const currJob = props.office.employeeJobs[props.job];\n const nextJob = props.office.employeeNextJobs[props.job];\n const nextUna = props.office.employeeNextJobs[EmployeePositions.Unassigned];\n\n function assignEmployee(): void {\n if (nextUna <= 0) {\n console.warn(\"Cannot assign employee. No unassigned employees available\");\n return;\n }\n\n props.office.autoAssignJob(props.job, nextJob + 1);\n props.rerender();\n }\n\n function unassignEmployee(): void {\n props.office.autoAssignJob(props.job, nextJob - 1);\n props.rerender();\n }\n\n return (\n \n \n \n {props.job}\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n );\n}\n\nfunction AutoManagement(props: IProps): React.ReactElement {\n const corp = useCorporation();\n const division = useDivision();\n const vechain = corp.unlockUpgrades[4] === 1; // Has Vechain upgrade\n\n // Calculate average morale, happiness, energy, and salary.\n let totalMorale = 0,\n totalHappiness = 0,\n totalEnergy = 0,\n totalSalary = 0;\n for (let i = 0; i < props.office.employees.length; ++i) {\n totalMorale += props.office.employees[i].mor;\n totalHappiness += props.office.employees[i].hap;\n totalEnergy += props.office.employees[i].ene;\n totalSalary += props.office.employees[i].sal;\n }\n\n let avgMorale = 0,\n avgHappiness = 0,\n avgEnergy = 0;\n if (props.office.employees.length > 0) {\n avgMorale = totalMorale / props.office.employees.length;\n avgHappiness = totalHappiness / props.office.employees.length;\n avgEnergy = totalEnergy / props.office.employees.length;\n }\n\n const currUna = props.office.employeeJobs[EmployeePositions.Unassigned];\n const nextUna = props.office.employeeNextJobs[EmployeePositions.Unassigned];\n\n return (\n \n \n \n \n Unassigned Employees:\n \n \n \n \n \n \n \n Avg Employee Morale:\n \n \n {numeralWrapper.format(avgMorale, \"0.000\")}\n \n \n \n \n Avg Employee Happiness:\n \n \n {numeralWrapper.format(avgHappiness, \"0.000\")}\n \n \n \n \n Avg Employee Energy:\n \n \n {numeralWrapper.format(avgEnergy, \"0.000\")}\n \n \n \n \n Total Employee Salary:\n \n \n \n \n \n \n \n {vechain && (\n <>\n \n \n \n The base amount of material this office can produce. Does not include production multipliers from\n upgrades and materials. This value is based off the productivity of your Operations, Engineering,\n and Management employees\n \n }\n >\n Material Production:\n \n \n \n \n {numeralWrapper.format(division.getOfficeProductivity(props.office), \"0.000\")}\n \n \n \n \n \n \n The base amount of any given Product this office can produce. Does not include production\n multipliers from upgrades and materials. This value is based off the productivity of your\n Operations, Engineering, and Management employees\n \n }\n >\n Product Production:\n \n \n \n \n {numeralWrapper.format(\n division.getOfficeProductivity(props.office, {\n forProduct: true,\n }),\n \"0.000\",\n )}\n \n \n \n \n \n The effect this office's 'Business' employees has on boosting sales}\n >\n Business Multiplier:\n \n \n \n x{numeralWrapper.format(division.getBusinessFactor(props.office), \"0.000\")}\n \n \n \n )}\n \n\n \n\n \n\n \n\n \n\n \n \n
    \n );\n}\n\nexport function IndustryOffice(props: IProps): React.ReactElement {\n const corp = useCorporation();\n const division = useDivision();\n const [upgradeOfficeSizeOpen, setUpgradeOfficeSizeOpen] = useState(false);\n const [throwPartyOpen, setThrowPartyOpen] = useState(false);\n const [employeeManualAssignMode, setEmployeeManualAssignMode] = useState(false);\n\n function autohireEmployeeButtonOnClick(): void {\n if (props.office.atCapacity()) return;\n props.office.hireRandomEmployee();\n props.rerender();\n }\n\n return (\n \n Office Space\n \n Size: {props.office.employees.length} / {props.office.size} employees\n \n \n \n Automatically hires an employee and gives him/her a random name}>\n \n \n \n \n Upgrade the office's size so that it can hold more employees!}>\n \n \n \n \n setUpgradeOfficeSizeOpen(false)}\n />\n\n {!division.hasResearch(\"AutoBrew\") && (\n <>\n Provide your employees with coffee, increasing their energy by 5%}\n >\n \n 0}\n onClick={() => BuyCoffee(corp, props.office)}\n >\n {props.office.coffeeMult > 0 ? (\n \"Buying coffee...\"\n ) : (\n \n Buy Coffee - \n \n )}\n \n \n \n \n )}\n\n {!division.hasResearch(\"AutoPartyManager\") && (\n <>\n Throw an office party to increase your employee's morale and happiness}\n >\n \n 0}\n onClick={() => setThrowPartyOpen(true)}\n >\n {props.office.partyMult > 0 ? \"Throwing Party...\" : \"Throw Party\"}\n \n \n \n setThrowPartyOpen(false)}\n />\n \n )}\n \n \n \n {employeeManualAssignMode ? (\n \n ) : (\n \n )}\n \n );\n}\n","import React from \"react\";\nimport { numeralWrapper } from \"../../../ui/numeralFormat\";\nimport { CorporationConstants } from \"../../data/Constants\";\nimport { OfficeSpace } from \"../../OfficeSpace\";\nimport { Corporation } from \"../../Corporation\";\nimport { UpgradeOfficeSize } from \"../../Actions\";\nimport { Modal } from \"../../../ui/React/Modal\";\nimport { useCorporation } from \"../Context\";\nimport Typography from \"@mui/material/Typography\";\nimport Button from \"@mui/material/Button\";\nimport Tooltip from \"@mui/material/Tooltip\";\nimport Box from \"@mui/material/Box\";\n\ninterface IUpgradeButton {\n cost: number;\n size: number;\n corp: Corporation;\n office: OfficeSpace;\n onClose: () => void;\n rerender: () => void;\n}\n\nfunction UpgradeSizeButton(props: IUpgradeButton): React.ReactElement {\n const corp = useCorporation();\n function upgradeSize(cost: number, size: number): void {\n if (corp.funds < cost) {\n return;\n }\n\n UpgradeOfficeSize(corp, props.office, size);\n props.rerender();\n props.onClose();\n }\n return (\n \n \n \n \n \n );\n}\n\ninterface IProps {\n open: boolean;\n onClose: () => void;\n office: OfficeSpace;\n rerender: () => void;\n}\n\nexport function UpgradeOfficeSizeModal(props: IProps): React.ReactElement {\n const corp = useCorporation();\n const initialPriceMult = Math.round(props.office.size / CorporationConstants.OfficeInitialSize);\n const costMultiplier = 1.09;\n const upgradeCost = CorporationConstants.OfficeInitialCost * Math.pow(costMultiplier, initialPriceMult);\n\n // Calculate cost to upgrade size by 15 employees\n let mult = 0;\n for (let i = 0; i < 5; ++i) {\n mult += Math.pow(costMultiplier, initialPriceMult + i);\n }\n const upgradeCost15 = CorporationConstants.OfficeInitialCost * mult;\n\n //Calculate max upgrade size and cost\n const maxMult = corp.funds / CorporationConstants.OfficeInitialCost;\n let maxNum = 1;\n mult = Math.pow(costMultiplier, initialPriceMult);\n while (maxNum < 50) {\n //Hard cap of 50x (extra 150 employees)\n if (mult >= maxMult) break;\n const multIncrease = Math.pow(costMultiplier, initialPriceMult + maxNum);\n if (mult + multIncrease > maxMult) {\n break;\n } else {\n mult += multIncrease;\n }\n ++maxNum;\n }\n const upgradeCostMax = CorporationConstants.OfficeInitialCost * mult;\n\n return (\n \n Increase the size of your office space to fit additional employees!\n \n Upgrade size: \n \n \n {maxNum !== 1 && maxNum !== 5 && (\n \n )}\n \n \n );\n}\n","import React, { useState } from \"react\";\nimport { numeralWrapper } from \"../../../ui/numeralFormat\";\nimport { dialogBoxCreate } from \"../../../ui/React/DialogBox\";\nimport { OfficeSpace } from \"../../OfficeSpace\";\nimport { ThrowParty } from \"../../Actions\";\nimport { Money } from \"../../../ui/React/Money\";\nimport { Modal } from \"../../../ui/React/Modal\";\nimport { useCorporation } from \"../Context\";\nimport Typography from \"@mui/material/Typography\";\nimport Button from \"@mui/material/Button\";\nimport TextField from \"@mui/material/TextField\";\nimport Box from \"@mui/material/Box\";\nimport { KEY } from \"../../../utils/helpers/keyCodes\";\n\ninterface IProps {\n open: boolean;\n onClose: () => void;\n office: OfficeSpace;\n rerender: () => void;\n}\n\nexport function ThrowPartyModal(props: IProps): React.ReactElement {\n const corp = useCorporation();\n const [cost, setCost] = useState(0);\n\n const totalCost = cost * props.office.employees.length;\n const canParty = corp.funds >= totalCost;\n function changeCost(event: React.ChangeEvent): void {\n let x = parseFloat(event.target.value);\n if (isNaN(x)) x = 0;\n setCost(x);\n }\n\n function throwParty(): void {\n if (cost === null || isNaN(cost) || cost < 0) {\n dialogBoxCreate(\"Invalid value entered\");\n } else if (!canParty) {\n dialogBoxCreate(\"You don't have enough company funds to throw a party!\");\n } else {\n const mult = ThrowParty(corp, props.office, cost);\n\n if (mult > 0) {\n dialogBoxCreate(\n \"You threw a party for the office! The morale and happiness of each employee increased by \" +\n numeralWrapper.formatPercentage(mult - 1),\n );\n }\n\n props.rerender();\n props.onClose();\n }\n }\n\n function EffectText(): React.ReactElement {\n if (isNaN(cost) || cost < 0) return Invalid value entered!;\n return (\n \n Throwing this party will cost a total of \n \n );\n }\n\n function onKeyDown(event: React.KeyboardEvent): void {\n if (event.key === KEY.ENTER) throwParty();\n }\n\n return (\n \n Enter the amount of money you would like to spend PER EMPLOYEE on this office party\n \n \n \n \n \n \n );\n}\n","// React Component for displaying an Industry's overview information\n// (top-left panel in the Industry UI)\nimport React, { useState } from \"react\";\n\nimport { Industries } from \"../IndustryData\";\nimport { HireAdVert } from \"../Actions\";\nimport { numeralWrapper } from \"../../ui/numeralFormat\";\nimport { createProgressBarText } from \"../../utils/helpers/createProgressBarText\";\nimport { MakeProductModal } from \"./modals/MakeProductModal\";\nimport { ResearchModal } from \"./modals/ResearchModal\";\nimport { Money } from \"../../ui/React/Money\";\nimport { MoneyRate } from \"../../ui/React/MoneyRate\";\nimport { StatsTable } from \"../../ui/React/StatsTable\";\nimport { StaticModal } from \"../../ui/React/StaticModal\";\nimport { MoneyCost } from \"./MoneyCost\";\nimport { useCorporation, useDivision } from \"./Context\";\nimport Typography from \"@mui/material/Typography\";\nimport Button from \"@mui/material/Button\";\nimport Tooltip from \"@mui/material/Tooltip\";\nimport Paper from \"@mui/material/Paper\";\nimport IconButton from \"@mui/material/IconButton\";\nimport HelpIcon from \"@mui/icons-material/Help\";\nimport Box from \"@mui/material/Box\";\n\nfunction MakeProductButton(): React.ReactElement {\n const corp = useCorporation();\n const division = useDivision();\n const [makeOpen, setMakeOpen] = useState(false);\n\n const hasMaxProducts = division.hasMaximumNumberProducts();\n\n function shouldFlash(): boolean {\n return Object.keys(division.products).length === 0;\n }\n\n let createProductButtonText = \"\";\n switch (division.type) {\n case Industries.Food:\n createProductButtonText = \"Build Restaurant\";\n break;\n case Industries.Tobacco:\n createProductButtonText = \"Create Product\";\n break;\n case Industries.Pharmaceutical:\n createProductButtonText = \"Create Drug\";\n break;\n case Industries.Computer:\n case \"Computer\":\n createProductButtonText = \"Create Product\";\n break;\n case Industries.Robotics:\n createProductButtonText = \"Design Robot\";\n break;\n case Industries.Software:\n createProductButtonText = \"Develop Software\";\n break;\n case Industries.Healthcare:\n createProductButtonText = \"Build Hospital\";\n break;\n case Industries.RealEstate:\n createProductButtonText = \"Develop Property\";\n break;\n default:\n createProductButtonText = \"Create Product\";\n return <>;\n }\n\n return (\n <>\n \n You have reached the maximum number of products: {division.getMaximumNumberProducts()}\n \n ) : (\n \"\"\n )\n }\n >\n \n \n setMakeOpen(false)} />\n \n );\n}\n\ninterface IProps {\n rerender: () => void;\n}\n\nexport function IndustryOverview(props: IProps): React.ReactElement {\n const corp = useCorporation();\n const division = useDivision();\n const [helpOpen, setHelpOpen] = useState(false);\n const [researchOpen, setResearchOpen] = useState(false);\n const vechain = corp.unlockUpgrades[4] === 1;\n const profit = division.lastCycleRevenue - division.lastCycleExpenses;\n\n let advertisingInfo = false;\n const advertisingFactors = division.getAdvertisingFactors();\n const awarenessFac = advertisingFactors[1];\n const popularityFac = advertisingFactors[2];\n const ratioFac = advertisingFactors[3];\n const totalAdvertisingFac = advertisingFactors[0];\n if (vechain) {\n advertisingInfo = true;\n }\n\n function convertEffectFacToGraphic(fac: number): string {\n return createProgressBarText({\n progress: fac,\n totalTicks: 20,\n });\n }\n\n return (\n \n \n Industry: {division.type} (Corp Funds: )\n \n
    \n \n {advertisingInfo !== false && (\n \n Total multiplier for this industry's sales due to its awareness and popularity\n \n \n }\n >\n Advertising Multiplier: x{numeralWrapper.formatReallyBigNumber(totalAdvertisingFac)}\n \n )}\n
    \n ],\n [\"Expenses:\", ],\n [\"Profit:\", ],\n ]}\n />\n
    \n \n \n Production gain from owning production-boosting materials such as hardware, Robots, AI Cores, and Real\n Estate.\n \n }\n >\n Production Multiplier: {numeralWrapper.formatReallyBigNumber(division.prodMult)}\n \n setHelpOpen(true)}>\n \n \n setHelpOpen(false)}>\n \n Owning Hardware, Robots, AI Cores, and Real Estate can boost your Industry's production. The effect these\n materials have on your production varies between Industries. For example, Real Estate may be very effective\n for some Industries, but ineffective for others.\n
    \n
    \n This division's production multiplier is calculated by summing the individual production multiplier of each\n of its office locations. This production multiplier is applied to each office. Therefore, it is beneficial\n to expand into new cities as this can greatly increase the production multiplier of your entire Division.\n
    \n
    \n Below are approximations for how effective each material is at boosting this industry's production\n multiplier (Bigger bars = more effective):\n
    \n
    \n Hardware:    {convertEffectFacToGraphic(division.hwFac)}\n
    \n Robots:      {convertEffectFacToGraphic(division.robFac)}\n
    \n AI Cores:    {convertEffectFacToGraphic(division.aiFac)}\n
    \n Real Estate: {convertEffectFacToGraphic(division.reFac)}\n
    \n
    \n
    \n \n \n Scientific Research increases the quality of the materials and products that you produce.\n \n }\n >\n Scientific Research: {numeralWrapper.formatReallyBigNumber(division.sciResearch.qty)}\n \n \n setResearchOpen(false)} industry={division} />\n \n
    \n \n \n Hire AdVert.Inc to advertise your company. Each level of this upgrade grants your company a static\n increase of 3 and 1 to its awareness and popularity, respectively. It will then increase your company's\n awareness by 1%, and its popularity by a random percentage between 1% and 3%. These effects are increased\n by other upgrades that increase the power of your advertising.\n \n }\n >\n corp.funds}\n onClick={function () {\n HireAdVert(corp, division);\n props.rerender();\n }}\n >\n Hire AdVert -  \n \n \n {division.makesProducts && }\n \n
    \n );\n}\n","import React, { useState } from \"react\";\nimport { dialogBoxCreate } from \"../../../ui/React/DialogBox\";\nimport { Modal } from \"../../../ui/React/Modal\";\nimport { Industries } from \"../../IndustryData\";\nimport { MakeProduct } from \"../../Actions\";\nimport { useCorporation, useDivision } from \"../Context\";\nimport Typography from \"@mui/material/Typography\";\nimport TextField from \"@mui/material/TextField\";\nimport Button from \"@mui/material/Button\";\nimport MenuItem from \"@mui/material/MenuItem\";\nimport Select, { SelectChangeEvent } from \"@mui/material/Select\";\nimport { KEY } from \"../../../utils/helpers/keyCodes\";\nimport { NumberInput } from \"../../../ui/React/NumberInput\";\n\ninterface IProps {\n open: boolean;\n onClose: () => void;\n}\n\nfunction productPlaceholder(tpe: string): string {\n if (tpe === Industries.Food) {\n return \"Restaurant Name\";\n } else if (tpe === Industries.Healthcare) {\n return \"Hospital Name\";\n } else if (tpe === Industries.RealEstate) {\n return \"Property Name\";\n }\n return \"Product Name\";\n}\n\n// Create a popup that lets the player create a product for their current industry\nexport function MakeProductModal(props: IProps): React.ReactElement {\n const corp = useCorporation();\n const division = useDivision();\n const allCities = Object.keys(division.offices).filter((cityName: string) => division.offices[cityName] !== 0);\n const [city, setCity] = useState(allCities.length > 0 ? allCities[0] : \"\");\n const [name, setName] = useState(\"\");\n const [design, setDesign] = useState(NaN);\n const [marketing, setMarketing] = useState(NaN);\n if (division.hasMaximumNumberProducts()) return <>;\n\n let createProductPopupText = <>;\n switch (division.type) {\n case Industries.Food:\n createProductPopupText = (\n <>\n {createProductPopupText}\n
    \n Build and manage a new restaurant!\n \n );\n break;\n case Industries.Tobacco:\n createProductPopupText = (\n <>\n {createProductPopupText}\n
    \n Create a new tobacco product!\n \n );\n break;\n case Industries.Pharmaceutical:\n createProductPopupText = (\n <>\n {createProductPopupText}\n
    \n Design and develop a new pharmaceutical drug!\n \n );\n break;\n case Industries.Computer:\n case \"Computer\":\n createProductPopupText = (\n <>\n {createProductPopupText}\n
    \n Design and manufacture a new computer hardware product!\n \n );\n break;\n case Industries.Robotics:\n createProductPopupText = (\n <>\n {createProductPopupText}\n
    \n Design and create a new robot or robotic system!\n \n );\n break;\n case Industries.Software:\n createProductPopupText = (\n <>\n {createProductPopupText}\n
    \n Develop a new piece of software!\n \n );\n break;\n case Industries.Healthcare:\n createProductPopupText = (\n <>\n {createProductPopupText}\n
    \n Build and manage a new hospital!\n \n );\n break;\n case Industries.RealEstate:\n createProductPopupText = (\n <>\n {createProductPopupText}\n
    \n Develop a new piece of real estate property!\n \n );\n break;\n default:\n createProductPopupText = (\n <>\n {createProductPopupText}\n
    \n Create a new product!\n \n );\n return <>;\n }\n createProductPopupText = (\n <>\n {createProductPopupText}\n
    \n
    \n To begin developing a product, first choose the city in which it will be designed. The stats of your employees in\n the selected city affect the properties of the finished product, such as its quality, performance, and durability.\n
    \n
    \n You can also choose to invest money in the design and marketing of the product. Investing money in its design will\n result in a superior product. Investing money in marketing the product will help the product's sales.\n \n );\n\n function makeProduct(): void {\n if (isNaN(design) || isNaN(marketing)) return;\n try {\n MakeProduct(corp, division, city, name, design, marketing);\n } catch (err) {\n dialogBoxCreate(err + \"\");\n }\n props.onClose();\n }\n\n function onCityChange(event: SelectChangeEvent): void {\n setCity(event.target.value);\n }\n\n function onProductNameChange(event: React.ChangeEvent): void {\n setName(event.target.value);\n }\n\n function onKeyDown(event: React.KeyboardEvent): void {\n if (event.key === KEY.ENTER) makeProduct();\n }\n\n return (\n \n {createProductPopupText}\n \n \n
    \n \n \n \n
    \n );\n}\n","import React, { useState } from \"react\";\nimport { Modal } from \"../../../ui/React/Modal\";\nimport { IndustryResearchTrees } from \"../../IndustryData\";\nimport { CorporationConstants } from \"../../data/Constants\";\nimport { Industry } from \"../../Industry\";\nimport { Research } from \"../../Actions\";\nimport { Node } from \"../../ResearchTree\";\nimport { ResearchMap } from \"../../ResearchMap\";\nimport { Settings } from \"../../../Settings/Settings\";\nimport { dialogBoxCreate } from \"../../../ui/React/DialogBox\";\nimport Typography from \"@mui/material/Typography\";\nimport Tooltip from \"@mui/material/Tooltip\";\nimport Button from \"@mui/material/Button\";\nimport Box from \"@mui/material/Box\";\n\nimport Collapse from \"@mui/material/Collapse\";\nimport ExpandMore from \"@mui/icons-material/ExpandMore\";\nimport ExpandLess from \"@mui/icons-material/ExpandLess\";\nimport CheckIcon from \"@mui/icons-material/Check\";\n\ninterface INodeProps {\n n: Node | null;\n division: Industry;\n}\nfunction Upgrade({ n, division }: INodeProps): React.ReactElement {\n const [open, setOpen] = useState(false);\n if (n === null) return <>;\n const r = ResearchMap[n.text];\n let disabled = division.sciResearch.qty < r.cost || n.researched;\n const parent = n.parent;\n if (parent !== null) {\n disabled = disabled || !parent.researched;\n }\n\n function research(): void {\n if (n === null || disabled) return;\n try {\n Research(division, n.text);\n } catch (err) {\n dialogBoxCreate(err + \"\");\n return;\n }\n\n dialogBoxCreate(\n `Researched ${n.text}. It may take a market cycle (~${CorporationConstants.SecsPerMarketCycle} seconds) before the effects of the Research apply.`,\n );\n }\n\n let color: \"primary\" | \"info\" = \"primary\";\n if (n.researched) {\n color = \"info\";\n }\n\n const wrapInTooltip = (ele: React.ReactElement): React.ReactElement => {\n return (\n \n Research points: {r.cost}\n
    \n {r.desc}\n \n }\n >\n {ele}\n \n );\n };\n\n const but = (\n \n {wrapInTooltip(\n \n \n {n.researched && }\n {n.text}\n \n ,\n )}\n \n );\n\n if (n.children.length === 0) return but;\n\n return (\n \n \n {wrapInTooltip(\n \n \n {n.researched && }\n {n.text}\n \n ,\n )}\n setOpen((old) => !old)}\n sx={{ borderColor: Settings.theme.button, minWidth: \"fit-content\" }}\n >\n {open ? : }\n \n \n \n \n {n.children.map((m) => (\n \n ))}\n \n \n \n );\n}\n\ninterface IProps {\n open: boolean;\n onClose: () => void;\n industry: Industry;\n}\n\n// Create the Research Tree UI for this Industry\nexport function ResearchModal(props: IProps): React.ReactElement {\n const researchTree = IndustryResearchTrees[props.industry.type];\n if (researchTree === undefined) return <>;\n\n return (\n \n \n \n Research points: {props.industry.sciResearch.qty.toFixed(3)}\n
    \n Multipliers from research:\n
    * Advertising Multiplier: x{researchTree.getAdvertisingMultiplier()}\n
    * Employee Charisma Multiplier: x{researchTree.getEmployeeChaMultiplier()}\n
    * Employee Creativity Multiplier: x{researchTree.getEmployeeCreMultiplier()}\n
    * Employee Efficiency Multiplier: x{researchTree.getEmployeeEffMultiplier()}\n
    * Employee Intelligence Multiplier: x{researchTree.getEmployeeIntMultiplier()}\n
    * Production Multiplier: x{researchTree.getProductionMultiplier()}\n
    * Sales Multiplier: x{researchTree.getSalesMultiplier()}\n
    * Scientific Research Multiplier: x{researchTree.getScientificResearchMultiplier()}\n
    * Storage Multiplier: x{researchTree.getStorageMultiplier()}\n
    \n
    \n );\n}\n","// React Component for displaying an Industry's warehouse information\n// (right-side panel in the Industry UI)\nimport React, { useState } from \"react\";\n\nimport { CorporationConstants } from \"../data/Constants\";\nimport { Warehouse } from \"../Warehouse\";\nimport { SmartSupplyModal } from \"./modals/SmartSupplyModal\";\nimport { ProductElem } from \"./ProductElem\";\nimport { MaterialElem } from \"./MaterialElem\";\nimport { MaterialSizes } from \"../MaterialSizes\";\n\nimport { numeralWrapper } from \"../../ui/numeralFormat\";\n\nimport { Corporation } from \"../Corporation\";\nimport { Industry } from \"../Industry\";\nimport { MoneyCost } from \"./MoneyCost\";\nimport { isRelevantMaterial } from \"./Helpers\";\nimport { IndustryProductEquation } from \"./IndustryProductEquation\";\nimport { PurchaseWarehouse } from \"../Actions\";\nimport { useCorporation, useDivision } from \"./Context\";\n\nimport Typography from \"@mui/material/Typography\";\nimport Tooltip from \"@mui/material/Tooltip\";\nimport Paper from \"@mui/material/Paper\";\nimport Button from \"@mui/material/Button\";\nimport Box from \"@mui/material/Box\";\nimport makeStyles from \"@mui/styles/makeStyles\";\nimport createStyles from \"@mui/styles/createStyles\";\n\ninterface IProps {\n corp: Corporation;\n division: Industry;\n warehouse: Warehouse | 0;\n currentCity: string;\n rerender: () => void;\n}\n\nconst useStyles = makeStyles(() =>\n createStyles({\n retainHeight: {\n minHeight: \"3em\",\n },\n }),\n);\n\nfunction WarehouseRoot(props: IProps): React.ReactElement {\n const corp = useCorporation();\n const division = useDivision();\n const [smartSupplyOpen, setSmartSupplyOpen] = useState(false);\n if (props.warehouse === 0) return <>;\n\n // Upgrade Warehouse size button\n const sizeUpgradeCost = CorporationConstants.WarehouseUpgradeBaseCost * Math.pow(1.07, props.warehouse.level + 1);\n const canAffordUpgrade = corp.funds > sizeUpgradeCost;\n function upgradeWarehouseOnClick(): void {\n if (division === null) return;\n if (props.warehouse === 0) return;\n if (!canAffordUpgrade) return;\n ++props.warehouse.level;\n props.warehouse.updateSize(corp, division);\n corp.funds = corp.funds - sizeUpgradeCost;\n props.rerender();\n }\n\n const classes = useStyles();\n\n // Current State:\n let stateText;\n switch (division.state) {\n case \"START\":\n stateText = \"Current state: Preparing...\";\n break;\n case \"PURCHASE\":\n stateText = \"Current state: Purchasing materials...\";\n break;\n case \"PRODUCTION\":\n stateText = \"Current state: Producing materials and/or products...\";\n break;\n case \"SALE\":\n stateText = \"Current state: Selling materials and/or products...\";\n break;\n case \"EXPORT\":\n stateText = \"Current state: Exporting materials and/or products...\";\n break;\n default:\n console.error(`Invalid state: ${division.state}`);\n break;\n }\n\n // Create React components for materials\n const mats = [];\n for (const matName of Object.keys(props.warehouse.materials)) {\n if (!props.warehouse.materials[matName]) continue;\n // Only create UI for materials that are relevant for the industry or in stock\n const isInStock = props.warehouse.materials[matName].qty > 0;\n const isRelevant = isRelevantMaterial(matName, division);\n if (!isInStock && !isRelevant) continue;\n mats.push(\n ,\n );\n }\n\n // Create React components for products\n const products = [];\n if (division.makesProducts && Object.keys(division.products).length > 0) {\n for (const productName of Object.keys(division.products)) {\n const product = division.products[productName];\n if (!product) continue;\n products.push(\n ,\n );\n }\n }\n\n const breakdownItems: JSX.Element[] = [];\n for (const matName of Object.keys(props.warehouse.materials)) {\n const mat = props.warehouse.materials[matName];\n if (!MaterialSizes.hasOwnProperty(matName)) continue;\n if (mat.qty === 0) continue;\n breakdownItems.push(\n <>\n {matName}: {numeralWrapper.format(mat.qty * MaterialSizes[matName], \"0,0.0\")}\n ,\n );\n }\n\n for (const prodName of Object.keys(division.products)) {\n const prod = division.products[prodName];\n if (prod === undefined) continue;\n breakdownItems.push(\n <>\n {prodName}: {numeralWrapper.format(prod.data[props.warehouse.loc][0] * prod.siz, \"0,0.0\")}\n ,\n );\n }\n\n let breakdown;\n if (breakdownItems && breakdownItems.length > 0) {\n breakdown = breakdownItems.reduce(\n (previous: JSX.Element, current: JSX.Element): JSX.Element =>\n (previous && (\n <>\n {previous}\n
    \n {current}\n \n )) || <>{current},\n );\n } else {\n breakdown = <>No items in storage.;\n }\n\n return (\n \n \n \n <>{breakdown}\n \n ) : (\n \"\"\n )\n }\n >\n = props.warehouse.size ? \"error\" : \"primary\"}>\n Storage: {numeralWrapper.formatBigNumber(props.warehouse.sizeUsed)} /{\" \"}\n {numeralWrapper.formatBigNumber(props.warehouse.size)}\n \n \n \n\n \n\n This industry uses the following equation for its production: \n
    \n \n \n \n
    \n \n To get started with production, purchase your required materials or import them from another of your company's\n divisions.\n \n
    \n\n {stateText}\n\n {corp.unlockUpgrades[1] && (\n <>\n \n setSmartSupplyOpen(false)}\n warehouse={props.warehouse}\n />\n \n )}\n\n {mats}\n\n {products}\n
    \n );\n}\n\nexport function IndustryWarehouse(props: IProps): React.ReactElement {\n if (props.warehouse) {\n return ;\n } else {\n return ;\n }\n}\n\ninterface IEmptyProps {\n city: string;\n rerender: () => void;\n}\n\nfunction EmptyWarehouse(props: IEmptyProps): React.ReactElement {\n const corp = useCorporation();\n const division = useDivision();\n const disabled = corp.funds < CorporationConstants.WarehouseInitialCost;\n function purchaseWarehouse(): void {\n if (disabled) return;\n PurchaseWarehouse(corp, division, props.city);\n props.rerender();\n }\n return (\n \n \n \n );\n}\n","import React, { useState } from \"react\";\n\nimport { Warehouse } from \"../../Warehouse\";\nimport { SetSmartSupply, SetSmartSupplyUseLeftovers } from \"../../Actions\";\nimport { dialogBoxCreate } from \"../../../ui/React/DialogBox\";\nimport { Modal } from \"../../../ui/React/Modal\";\nimport { useDivision } from \"../Context\";\nimport Typography from \"@mui/material/Typography\";\nimport FormControlLabel from \"@mui/material/FormControlLabel\";\nimport Switch from \"@mui/material/Switch\";\n\ninterface ILeftoverProps {\n matName: string;\n warehouse: Warehouse;\n}\n\nfunction Leftover(props: ILeftoverProps): React.ReactElement {\n const [checked, setChecked] = useState(!!props.warehouse.smartSupplyUseLeftovers[props.matName.replace(/ /g, \"\")]);\n\n function onChange(event: React.ChangeEvent): void {\n try {\n const matName = props.matName.replace(/ /g, \"\");\n const material = props.warehouse.materials[matName];\n SetSmartSupplyUseLeftovers(props.warehouse, material, event.target.checked);\n } catch (err) {\n dialogBoxCreate(err + \"\");\n }\n setChecked(event.target.checked);\n }\n\n return (\n <>\n }\n label={{props.warehouse.materials[props.matName.replace(/ /g, \"\")].name}}\n />\n
    \n \n );\n}\n\ninterface IProps {\n open: boolean;\n onClose: () => void;\n warehouse: Warehouse;\n}\n\nexport function SmartSupplyModal(props: IProps): React.ReactElement {\n const division = useDivision();\n const setRerender = useState(false)[1];\n function rerender(): void {\n setRerender((old) => !old);\n }\n\n // Smart Supply Checkbox\n function smartSupplyOnChange(e: React.ChangeEvent): void {\n SetSmartSupply(props.warehouse, e.target.checked);\n rerender();\n }\n\n // Create React components for materials\n const mats = [];\n for (const matName of Object.keys(props.warehouse.materials)) {\n if (!props.warehouse.materials[matName]) continue;\n if (!Object.keys(division.reqMats).includes(matName)) continue;\n mats.push();\n }\n\n return (\n \n <>\n }\n label={Enable Smart Supply}\n />\n
    \n Use materials already in the warehouse instead of buying new ones, if available:\n {mats}\n \n
    \n );\n}\n","import React, { useState } from \"react\";\n\nimport { CorporationConstants } from \"../data/Constants\";\nimport { Product } from \"../Product\";\nimport { DiscontinueProductModal } from \"./modals/DiscontinueProductModal\";\nimport { LimitProductProductionModal } from \"./modals/LimitProductProductionModal\";\nimport { SellProductModal } from \"./modals/SellProductModal\";\nimport { ProductMarketTaModal } from \"./modals/ProductMarketTaModal\";\nimport { CancelProductModal } from \"./modals/CancelProductModal\";\n\nimport { numeralWrapper } from \"../../ui/numeralFormat\";\n\nimport { isString } from \"../../utils/helpers/isString\";\nimport { Money } from \"../../ui/React/Money\";\nimport { useCorporation, useDivision } from \"./Context\";\n\nimport Typography from \"@mui/material/Typography\";\nimport Tooltip from \"@mui/material/Tooltip\";\nimport Paper from \"@mui/material/Paper\";\nimport Button from \"@mui/material/Button\";\nimport Box from \"@mui/material/Box\";\n\ninterface IProductProps {\n city: string;\n product: Product;\n rerender: () => void;\n}\n\n// Creates the UI for a single Product type\nexport function ProductElem(props: IProductProps): React.ReactElement {\n const corp = useCorporation();\n const division = useDivision();\n const [sellOpen, setSellOpen] = useState(false);\n const [limitOpen, setLimitOpen] = useState(false);\n const [discontinueOpen, setDiscontinueOpen] = useState(false);\n const [cancelOpen, setCancelOpen] = useState(false);\n const [marketTaOpen, setMarketTaOpen] = useState(false);\n const city = props.city;\n const product = props.product;\n\n // Numeral.js formatters\n const nf = \"0.000\";\n const nfB = \"0.000a\"; // For numbers that might be big\n\n const hasUpgradeDashboard = division.hasResearch(\"uPgrade: Dashboard\");\n\n // Total product gain = production - sale\n const totalGain = product.data[city][1] - product.data[city][2];\n\n // Sell button\n let sellButtonText: JSX.Element;\n if (product.sllman[city][0]) {\n if (isString(product.sllman[city][1])) {\n sellButtonText = (\n <>\n Sell ({numeralWrapper.format(product.data[city][2], nfB)}/{product.sllman[city][1]})\n \n );\n } else {\n sellButtonText = (\n <>\n Sell ({numeralWrapper.format(product.data[city][2], nfB)}/\n {numeralWrapper.format(product.sllman[city][1], nfB)})\n \n );\n }\n } else {\n sellButtonText = <>Sell (0.000/0.000);\n }\n\n if (product.marketTa2) {\n sellButtonText = (\n <>\n {sellButtonText} @ \n \n );\n } else if (product.marketTa1) {\n const markupLimit = product.rat / product.mku;\n sellButtonText = (\n <>\n {sellButtonText} @ \n \n );\n } else if (product.sCost) {\n if (isString(product.sCost)) {\n const sCost = (product.sCost as string).replace(/MP/g, product.pCost + product.rat / product.mku + \"\");\n sellButtonText = (\n <>\n {sellButtonText} @ \n \n );\n } else {\n sellButtonText = (\n <>\n {sellButtonText} @ \n \n );\n }\n }\n\n // Limit Production button\n let limitProductionButtonText = \"Limit Production\";\n if (product.prdman[city][0]) {\n limitProductionButtonText += \" (\" + numeralWrapper.format(product.prdman[city][1], nf) + \")\";\n }\n\n return (\n \n {!product.fin ? (\n <>\n \n Designing {product.name} (req. Operations/Engineers in {product.createCity})...\n \n
    \n {numeralWrapper.format(product.prog, \"0.00\")}% complete\n \n setCancelOpen(false)}\n />\n \n ) : (\n <>\n \n \n Prod: {numeralWrapper.format(product.data[city][1], nfB)}/s\n
    \n Sell: {numeralWrapper.format(product.data[city][2], nfB)} /s\n \n }\n >\n \n {product.name}: {numeralWrapper.format(product.data[city][0], nfB)} (\n {numeralWrapper.format(totalGain, nfB)}\n /s)\n \n \n
    \n \n \n Quality: {numeralWrapper.format(product.qlt, nf)}
    \n Performance: {numeralWrapper.format(product.per, nf)}
    \n Durability: {numeralWrapper.format(product.dur, nf)}
    \n Reliability: {numeralWrapper.format(product.rel, nf)}
    \n Aesthetics: {numeralWrapper.format(product.aes, nf)}
    \n Features: {numeralWrapper.format(product.fea, nf)}\n {corp.unlockUpgrades[2] === 1 &&
    }\n {corp.unlockUpgrades[2] === 1 && \"Demand: \" + numeralWrapper.format(product.dmd, nf)}\n {corp.unlockUpgrades[3] === 1 &&
    }\n {corp.unlockUpgrades[3] === 1 && \"Competition: \" + numeralWrapper.format(product.cmp, nf)}\n \n }\n >\n Rating: {numeralWrapper.format(product.rat, nf)}\n \n
    \n \n An estimate of the material cost it takes to create this Product.}>\n \n Est. Production Cost:{\" \"}\n {numeralWrapper.formatMoney(product.pCost / CorporationConstants.ProductProductionCostRatio)}\n \n \n \n \n \n An estimate of how much consumers are willing to pay for this product. Setting the sale price above\n this may result in less sales. Setting the sale price below this may result in more sales.\n \n }\n >\n Est. Market Price: {numeralWrapper.formatMoney(product.pCost)}\n \n \n \n setDiscontinueOpen(false)}\n />\n \n )}\n\n {(hasUpgradeDashboard || product.fin) && (\n <>\n \n setSellOpen(false)} />\n
    \n \n setLimitOpen(false)}\n />\n {division.hasResearch(\"Market-TA.I\") && (\n <>\n \n setMarketTaOpen(false)} />\n \n )}\n \n )}\n
    \n );\n}\n","import React from \"react\";\n\nimport { Product } from \"../../Product\";\nimport { Modal } from \"../../../ui/React/Modal\";\nimport { useDivision } from \"../Context\";\nimport Typography from \"@mui/material/Typography\";\nimport Button from \"@mui/material/Button\";\n\ninterface IProps {\n open: boolean;\n onClose: () => void;\n product: Product;\n rerender: () => void;\n}\n\n// Create a popup that lets the player discontinue a product\nexport function DiscontinueProductModal(props: IProps): React.ReactElement {\n const division = useDivision();\n function discontinue(): void {\n division.discontinueProduct(props.product);\n props.onClose();\n props.rerender();\n }\n\n return (\n \n \n Are you sure you want to do this? Discontinuing a product removes it completely and permanently. You will no\n longer produce this product and all of its existing stock will be removed and left unsold\n \n \n \n );\n}\n","import React, { useEffect, useState } from \"react\";\nimport { Product } from \"../../Product\";\nimport { LimitProductProduction } from \"../../Actions\";\nimport { Modal } from \"../../../ui/React/Modal\";\nimport Typography from \"@mui/material/Typography\";\nimport Button from \"@mui/material/Button\";\nimport TextField from \"@mui/material/TextField\";\nimport { KEY } from \"../../../utils/helpers/keyCodes\";\n\ninterface IProps {\n open: boolean;\n onClose: () => void;\n product: Product;\n city: string;\n}\n\n// Create a popup that lets the player limit the production of a product\nexport function LimitProductProductionModal(props: IProps): React.ReactElement {\n const [limit, setLimit] = useState(null);\n\n // reset modal internal state on modal close\n useEffect(() => {\n if (!props.open) {\n setLimit(null);\n }\n }, [props.open]);\n\n function limitProductProduction(): void {\n let qty = limit;\n if (qty === null) qty = -1;\n LimitProductProduction(props.product, props.city, qty);\n props.onClose();\n }\n\n function onKeyDown(event: React.KeyboardEvent): void {\n if (event.key === KEY.ENTER) limitProductProduction();\n }\n\n function onChange(event: React.ChangeEvent): void {\n if (event.target.value === \"\") setLimit(null);\n else setLimit(parseFloat(event.target.value));\n }\n\n return (\n \n \n Enter a limit to the amount of this product you would like to produce per second. Leave the box empty to set no\n limit.\n \n \n \n \n );\n}\n","import React, { useState } from \"react\";\nimport { dialogBoxCreate } from \"../../../ui/React/DialogBox\";\nimport { Product } from \"../../Product\";\nimport { SellProduct } from \"../../Actions\";\nimport { Modal } from \"../../../ui/React/Modal\";\n\nimport Typography from \"@mui/material/Typography\";\nimport TextField from \"@mui/material/TextField\";\nimport Button from \"@mui/material/Button\";\nimport FormControlLabel from \"@mui/material/FormControlLabel\";\nimport Switch from \"@mui/material/Switch\";\nimport { KEY } from \"../../../utils/helpers/keyCodes\";\n\nfunction initialPrice(product: Product): string {\n let val = product.sCost ? product.sCost + \"\" : \"\";\n if (product.marketTa2) {\n val += \" (Market-TA.II)\";\n } else if (product.marketTa1) {\n val += \" (Market-TA.I)\";\n }\n return val;\n}\n\ninterface IProps {\n open: boolean;\n onClose: () => void;\n product: Product;\n city: string;\n}\n\n// Create a popup that let the player manage sales of a material\nexport function SellProductModal(props: IProps): React.ReactElement {\n const [checked, setChecked] = useState(true);\n const [iQty, setQty] = useState(\n props.product.sllman[props.city][1] ? props.product.sllman[props.city][1] : \"\",\n );\n const [px, setPx] = useState(initialPrice(props.product));\n\n function onCheckedChange(event: React.ChangeEvent): void {\n setChecked(event.target.checked);\n }\n\n function sellProduct(): void {\n try {\n SellProduct(props.product, props.city, iQty, px, checked);\n } catch (err) {\n dialogBoxCreate(err + \"\");\n }\n\n props.onClose();\n }\n\n function onAmtChange(event: React.ChangeEvent): void {\n setQty(event.target.value);\n }\n\n function onPriceChange(event: React.ChangeEvent): void {\n setPx(event.target.value);\n }\n\n function onKeyDown(event: React.KeyboardEvent): void {\n if (event.key === KEY.ENTER) sellProduct();\n }\n\n return (\n \n \n Enter the maximum amount of {props.product.name} you would like to sell per second, as well as the price at\n which you would like to sell it at.\n
    \n
    \n If the sell amount is set to 0, then the product will not be sold. If the sell price is set to 0, then the\n product will be discarded.\n
    \n
    \n Setting the sell amount to 'MAX' will result in you always selling the maximum possible amount of the material.\n
    \n
    \n When setting the sell amount, you can use the 'PROD' variable to designate a dynamically changing amount that\n depends on your production. For example, if you set the sell amount to 'PROD-1' then you will always sell 1 less\n of the material than you produce.\n
    \n
    \n When setting the sell price, you can use the 'MP' variable to set a dynamically changing price that depends on\n the Product's estimated market price. For example, if you set it to 'MP*5' then it will always be sold at five\n times the estimated market price.\n
    \n
    \n \n \n \n }\n label={Use same 'Sell Amount' for all cities}\n />\n
    \n );\n}\n","import React, { useState } from \"react\";\nimport { numeralWrapper } from \"../../../ui/numeralFormat\";\nimport { Product } from \"../../Product\";\nimport { Modal } from \"../../../ui/React/Modal\";\nimport { useDivision } from \"../Context\";\nimport Typography from \"@mui/material/Typography\";\nimport TextField from \"@mui/material/TextField\";\nimport FormControlLabel from \"@mui/material/FormControlLabel\";\nimport Switch from \"@mui/material/Switch\";\nimport Tooltip from \"@mui/material/Tooltip\";\n\ninterface ITa2Props {\n product: Product;\n}\n\nfunction MarketTA2(props: ITa2Props): React.ReactElement {\n const division = useDivision();\n if (!division.hasResearch(\"Market-TA.II\")) return <>;\n const markupLimit = props.product.rat / props.product.mku;\n const [value, setValue] = useState(props.product.pCost);\n const setRerender = useState(false)[1];\n function rerender(): void {\n setRerender((old) => !old);\n }\n\n function onChange(event: React.ChangeEvent): void {\n setValue(parseFloat(event.target.value));\n }\n\n function onCheckedChange(event: React.ChangeEvent): void {\n props.product.marketTa2 = event.target.checked;\n rerender();\n }\n\n const sCost = value;\n let markup = 1;\n if (sCost > props.product.pCost) {\n if (sCost - props.product.pCost > markupLimit) {\n markup = markupLimit / (sCost - props.product.pCost);\n }\n }\n\n return (\n <>\n Market-TA.II\n
    \n \n If you sell at {numeralWrapper.formatMoney(sCost)}, then you will sell{\" \"}\n {numeralWrapper.format(markup, \"0.00000\")}x as much compared to if you sold at market price.\n \n \n
    \n }\n label={\n \n If this is enabled, then this Material will automatically be sold at the optimal price such that the\n amount sold matches the amount produced. (i.e. the highest possible price, while still ensuring that all\n produced materials will be sold)\n \n }\n >\n Use Market-TA.II for Auto-Sale Price\n \n }\n />\n \n );\n}\n\ninterface IProps {\n open: boolean;\n onClose: () => void;\n product: Product;\n}\n\n// Create a popup that lets the player use the Market TA research for Products\nexport function ProductMarketTaModal(props: IProps): React.ReactElement {\n const markupLimit = props.product.rat / props.product.mku;\n const setRerender = useState(false)[1];\n function rerender(): void {\n setRerender((old) => !old);\n }\n\n function onChange(event: React.ChangeEvent): void {\n props.product.marketTa1 = event.target.checked;\n rerender();\n }\n\n return (\n \n <>\n Market-TA.I\n \n The maximum sale price you can mark this up to is{\" \"}\n {numeralWrapper.formatMoney(props.product.pCost + markupLimit)}. This means that if you set the sale price\n higher than this, you will begin to experience a loss in number of sales\n \n\n }\n label={\n \n If this is enabled, then this Material will automatically be sold at the price identified by\n Market-TA.I (i.e. the price shown above)\n \n }\n >\n Use Market-TA.I for Auto-Sale Price\n \n }\n />\n \n\n \n \n );\n}\n","import React from \"react\";\n\nimport { Product } from \"../../Product\";\nimport { Modal } from \"../../../ui/React/Modal\";\nimport { useDivision } from \"../Context\";\nimport Typography from \"@mui/material/Typography\";\nimport Button from \"@mui/material/Button\";\n\ninterface IProps {\n open: boolean;\n onClose: () => void;\n product: Product;\n rerender: () => void;\n}\n\n// Create a popup that lets the player cancel a product\nexport function CancelProductModal(props: IProps): React.ReactElement {\n const division = useDivision();\n function cancel(): void {\n division.discontinueProduct(props.product);\n props.onClose();\n props.rerender();\n }\n\n return (\n \n \n Are you sure you want to do this? Canceling a product removes it completely and permanently. You will receive no\n money back by doing so\n \n \n \n );\n}\n","// React Component for displaying an Industry's warehouse information\n// (right-side panel in the Industry UI)\nimport React, { useState } from \"react\";\n\nimport { Material } from \"../Material\";\nimport { Warehouse } from \"../Warehouse\";\nimport { ExportModal } from \"./modals/ExportModal\";\nimport { MaterialMarketTaModal } from \"./modals/MaterialMarketTaModal\";\nimport { SellMaterialModal } from \"./modals/SellMaterialModal\";\nimport { PurchaseMaterialModal } from \"./modals/PurchaseMaterialModal\";\n\nimport { numeralWrapper } from \"../../ui/numeralFormat\";\n\nimport { isString } from \"../../utils/helpers/isString\";\nimport { Money } from \"../../ui/React/Money\";\nimport { useCorporation, useDivision } from \"./Context\";\n\nimport Typography from \"@mui/material/Typography\";\nimport Tooltip from \"@mui/material/Tooltip\";\nimport Paper from \"@mui/material/Paper\";\nimport Button from \"@mui/material/Button\";\nimport Box from \"@mui/material/Box\";\nimport { LimitMaterialProductionModal } from \"./modals/LimitMaterialProductionModal\";\n\ninterface IMaterialProps {\n warehouse: Warehouse;\n city: string;\n mat: Material;\n rerender: () => void;\n}\n\n// Creates the UI for a single Material type\nexport function MaterialElem(props: IMaterialProps): React.ReactElement {\n const corp = useCorporation();\n const division = useDivision();\n const [purchaseMaterialOpen, setPurchaseMaterialOpen] = useState(false);\n const [exportOpen, setExportOpen] = useState(false);\n const [sellMaterialOpen, setSellMaterialOpen] = useState(false);\n const [materialMarketTaOpen, setMaterialMarketTaOpen] = useState(false);\n const [limitProductionOpen, setLimitProductionOpen] = useState(false);\n\n const warehouse = props.warehouse;\n const city = props.city;\n const mat = props.mat;\n const markupLimit = mat.getMarkupLimit();\n const office = division.offices[city];\n if (!office) {\n throw new Error(`Could not get OfficeSpace object for this city (${city})`);\n }\n\n // Numeral.js formatter\n const nf = \"0.000\";\n const nfB = \"0.000a\"; // For numbers that might be bigger\n\n // Total gain or loss of this material (per second)\n const totalGain = mat.buy + mat.prd + mat.imp - mat.sll - mat.totalExp;\n\n // Flag that determines whether this industry is \"new\" and the current material should be\n // marked with flashing-red lights\n const tutorial =\n division.newInd && Object.keys(division.reqMats).includes(mat.name) && mat.buy === 0 && mat.imp === 0;\n\n // Purchase material button\n const purchaseButtonText = `Buy (${numeralWrapper.format(mat.buy, nfB)})`;\n\n // Sell material button\n let sellButtonText: JSX.Element;\n if (mat.sllman[0]) {\n if (isString(mat.sllman[1])) {\n sellButtonText = (\n <>\n Sell ({numeralWrapper.format(mat.sll, nfB)}/{mat.sllman[1]})\n \n );\n } else {\n sellButtonText = (\n <>\n Sell ({numeralWrapper.format(mat.sll, nfB)}/{numeralWrapper.format(mat.sllman[1] as number, nfB)})\n \n );\n }\n\n if (mat.marketTa2) {\n sellButtonText = (\n <>\n {sellButtonText} @ \n \n );\n } else if (mat.marketTa1) {\n sellButtonText = (\n <>\n {sellButtonText} @ \n \n );\n } else if (mat.sCost) {\n if (isString(mat.sCost)) {\n const sCost = (mat.sCost as string).replace(/MP/g, mat.bCost + \"\");\n sellButtonText = (\n <>\n {sellButtonText} @ \n \n );\n } else {\n sellButtonText = (\n <>\n {sellButtonText} @ \n \n );\n }\n }\n } else {\n sellButtonText = <>Sell (0.000/0.000);\n }\n\n // Limit Production button\n let limitMaterialButtonText = \"Limit Material\";\n if (mat.prdman[0]) {\n limitMaterialButtonText += \" (\" + numeralWrapper.format(mat.prdman[1], nf) + \")\";\n }\n\n return (\n \n \n \n \n Buy: {numeralWrapper.format(mat.buy, nfB)}
    \n Prod: {numeralWrapper.format(mat.prd, nfB)}
    \n Sell: {numeralWrapper.format(mat.sll, nfB)}
    \n Export: {numeralWrapper.format(mat.totalExp, nfB)}
    \n Import: {numeralWrapper.format(mat.imp, nfB)}\n {corp.unlockUpgrades[2] === 1 &&
    }\n {corp.unlockUpgrades[2] === 1 && \"Demand: \" + numeralWrapper.format(mat.dmd, nf)}\n {corp.unlockUpgrades[3] === 1 &&
    }\n {corp.unlockUpgrades[3] === 1 && \"Competition: \" + numeralWrapper.format(mat.cmp, nf)}\n \n }\n >\n \n {mat.name}: {numeralWrapper.format(mat.qty, nfB)} ({numeralWrapper.format(totalGain, nfB)}/s)\n \n \n \n Market Price: The price you would pay if you were to buy this material on the market\n \n }\n >\n MP: {numeralWrapper.formatMoney(mat.bCost)}\n \n The quality of your material. Higher quality will lead to more sales}\n >\n Quality: {numeralWrapper.format(mat.qlt, \"0.00a\")}\n \n
    \n\n \n Purchase your required materials to get production started! : \"\"}\n >\n \n \n setPurchaseMaterialOpen(false)}\n />\n\n {corp.unlockUpgrades[0] === 1 && (\n <>\n \n\n setExportOpen(false)} />\n \n )}\n\n setSellMaterialOpen(true)}\n >\n {sellButtonText}\n \n setSellMaterialOpen(false)} />\n {division.hasResearch(\"Market-TA.I\") && (\n <>\n \n\n setMaterialMarketTaOpen(false)}\n />\n \n )}\n \n setLimitProductionOpen(false)}\n />\n \n
    \n
    \n );\n}\n","import React, { useState } from \"react\";\nimport { dialogBoxCreate } from \"../../../ui/React/DialogBox\";\nimport { Material } from \"../../Material\";\nimport { Export } from \"../../Export\";\nimport { Industry } from \"../../Industry\";\nimport { ExportMaterial } from \"../../Actions\";\nimport { Modal } from \"../../../ui/React/Modal\";\nimport { useCorporation } from \"../Context\";\nimport { isRelevantMaterial } from \"../Helpers\";\nimport Typography from \"@mui/material/Typography\";\nimport TextField from \"@mui/material/TextField\";\nimport Button from \"@mui/material/Button\";\nimport Box from \"@mui/material/Box\";\nimport MenuItem from \"@mui/material/MenuItem\";\nimport Select, { SelectChangeEvent } from \"@mui/material/Select\";\n\ninterface IProps {\n open: boolean;\n onClose: () => void;\n mat: Material;\n}\n\n// Create a popup that lets the player manage exports\nexport function ExportModal(props: IProps): React.ReactElement {\n const corp = useCorporation();\n const possibleDivisions = corp.divisions.filter((division: Industry) => isRelevantMaterial(props.mat.name, division));\n if (possibleDivisions.length === 0) throw new Error(\"Export popup created with no divisions.\");\n const defaultDivision = possibleDivisions[0];\n if (Object.keys(defaultDivision.warehouses).length === 0)\n throw new Error(\"Export popup created in a division with no warehouses.\");\n const [industry, setIndustry] = useState(defaultDivision.name);\n const [city, setCity] = useState(Object.keys(defaultDivision.warehouses)[0]);\n const [amt, setAmt] = useState(\"\");\n const setRerender = useState(false)[1];\n\n function rerender(): void {\n setRerender((old) => !old);\n }\n\n function onCityChange(event: SelectChangeEvent): void {\n setCity(event.target.value);\n }\n\n function onIndustryChange(event: SelectChangeEvent): void {\n const div = event.target.value;\n setIndustry(div);\n setCity(Object.keys(corp.divisions[0].warehouses)[0]);\n }\n\n function onAmtChange(event: React.ChangeEvent): void {\n setAmt(event.target.value);\n }\n\n function exportMaterial(): void {\n try {\n ExportMaterial(industry, city, props.mat, amt, currentDivision);\n } catch (err) {\n dialogBoxCreate(err + \"\");\n }\n props.onClose();\n }\n\n function removeExport(exp: Export): void {\n for (let i = 0; i < props.mat.exp.length; ++i) {\n if (props.mat.exp[i].ind !== exp.ind || props.mat.exp[i].city !== exp.city || props.mat.exp[i].amt !== exp.amt)\n continue;\n props.mat.exp.splice(i, 1);\n break;\n }\n rerender();\n }\n\n const currentDivision = corp.divisions.find((division: Industry) => division.name === industry);\n if (currentDivision === undefined)\n throw new Error(`Export popup somehow ended up with undefined division '${currentDivision}'`);\n const possibleCities = Object.keys(currentDivision.warehouses).filter(\n (city) => currentDivision.warehouses[city] !== 0,\n );\n if (possibleCities.length > 0 && !possibleCities.includes(city)) {\n setCity(possibleCities[0]);\n }\n\n return (\n \n \n Select the industry and city to export this material to, as well as how much of this material to export per\n second. You can set the export amount to 'MAX' to export all of the materials in this warehouse.\n \n \n \n \n \n \n Below is a list of all current exports of this material from this warehouse. Clicking on one of the exports\n below will REMOVE that export.\n \n {props.mat.exp.map((exp: Export, index: number) => (\n \n \n \n Industry: {exp.ind}\n
    \n City: {exp.city}\n
    \n Amount/s: {exp.amt}\n
    \n
    \n ))}\n
    \n );\n}\n","import React, { useState } from \"react\";\nimport { numeralWrapper } from \"../../../ui/numeralFormat\";\nimport { Material } from \"../../Material\";\nimport { Modal } from \"../../../ui/React/Modal\";\nimport { useDivision } from \"../Context\";\nimport Typography from \"@mui/material/Typography\";\nimport TextField from \"@mui/material/TextField\";\nimport FormControlLabel from \"@mui/material/FormControlLabel\";\nimport Switch from \"@mui/material/Switch\";\nimport Tooltip from \"@mui/material/Tooltip\";\n\ninterface IMarketTA2Props {\n mat: Material;\n}\n\nfunction MarketTA2(props: IMarketTA2Props): React.ReactElement {\n const division = useDivision();\n if (!division.hasResearch(\"Market-TA.II\")) return <>;\n const [newCost, setNewCost] = useState(props.mat.bCost);\n const setRerender = useState(false)[1];\n function rerender(): void {\n setRerender((old) => !old);\n }\n const markupLimit = props.mat.getMarkupLimit();\n\n function onChange(event: React.ChangeEvent): void {\n if (event.target.value === \"\") setNewCost(0);\n else setNewCost(parseFloat(event.target.value));\n }\n\n const sCost = newCost;\n let markup = 1;\n if (sCost > props.mat.bCost) {\n //Penalty if difference between sCost and bCost is greater than markup limit\n if (sCost - props.mat.bCost > markupLimit) {\n markup = Math.pow(markupLimit / (sCost - props.mat.bCost), 2);\n }\n } else if (sCost < props.mat.bCost) {\n if (sCost <= 0) {\n markup = 1e12; //Sell everything, essentially discard\n } else {\n //Lower prices than market increases sales\n markup = props.mat.bCost / sCost;\n }\n }\n\n function onMarketTA2(event: React.ChangeEvent): void {\n props.mat.marketTa2 = event.target.checked;\n rerender();\n }\n\n return (\n <>\n Market-TA.II\n
    \n \n If you sell at {numeralWrapper.formatMoney(sCost)}, then you will sell{\" \"}\n {numeralWrapper.format(markup, \"0.00000\")}x as much compared to if you sold at market price.\n \n \n
    \n }\n label={\n \n If this is enabled, then this Material will automatically be sold at the optimal price such that the\n amount sold matches the amount produced. (i.e. the highest possible price, while still ensuring that all\n produced materials will be sold)\n \n }\n >\n Use Market-TA.II for Auto-Sale Price\n \n }\n />\n \n );\n}\n\ninterface IProps {\n open: boolean;\n onClose: () => void;\n mat: Material;\n}\n\n// Create a popup that lets the player use the Market TA research for Materials\nexport function MaterialMarketTaModal(props: IProps): React.ReactElement {\n const setRerender = useState(false)[1];\n function rerender(): void {\n setRerender((old) => !old);\n }\n const markupLimit = props.mat.getMarkupLimit();\n\n function onMarketTA1(event: React.ChangeEvent): void {\n props.mat.marketTa1 = event.target.checked;\n rerender();\n }\n\n return (\n \n <>\n Market-TA.I\n \n The maximum sale price you can mark this up to is {numeralWrapper.formatMoney(props.mat.bCost + markupLimit)}.\n This means that if you set the sale price higher than this, you will begin to experience a loss in number of\n sales\n \n\n }\n label={\n \n If this is enabled, then this Material will automatically be sold at the price identified by\n Market-TA.I (i.e. the price shown above)\n \n }\n >\n Use Market-TA.I for Auto-Sale Price\n \n }\n />\n \n\n \n \n );\n}\n","import React, { useState } from \"react\";\nimport { dialogBoxCreate } from \"../../../ui/React/DialogBox\";\nimport { Material } from \"../../Material\";\nimport { SellMaterial } from \"../../Actions\";\nimport { Modal } from \"../../../ui/React/Modal\";\nimport Typography from \"@mui/material/Typography\";\nimport TextField from \"@mui/material/TextField\";\nimport Button from \"@mui/material/Button\";\nimport { KEY } from \"../../../utils/helpers/keyCodes\";\n\nfunction initialPrice(mat: Material): string {\n let val = mat.sCost ? mat.sCost + \"\" : \"\";\n if (mat.marketTa2) {\n val += \" (Market-TA.II)\";\n } else if (mat.marketTa1) {\n val += \" (Market-TA.I)\";\n }\n return val;\n}\n\ninterface IProps {\n open: boolean;\n onClose: () => void;\n mat: Material;\n}\n\n// Create a popup that let the player manage sales of a material\nexport function SellMaterialModal(props: IProps): React.ReactElement {\n const [amt, setAmt] = useState(props.mat.sllman[1] ? props.mat.sllman[1] + \"\" : \"\");\n const [price, setPrice] = useState(initialPrice(props.mat));\n\n function sellMaterial(): void {\n try {\n SellMaterial(props.mat, amt, price);\n } catch (err) {\n dialogBoxCreate(err + \"\");\n }\n props.onClose();\n }\n\n function onAmtChange(event: React.ChangeEvent): void {\n setAmt(event.target.value);\n }\n\n function onPriceChange(event: React.ChangeEvent): void {\n setPrice(event.target.value);\n }\n\n function onKeyDown(event: React.KeyboardEvent): void {\n if (event.key === KEY.ENTER) sellMaterial();\n }\n\n return (\n \n \n Enter the maximum amount of {props.mat.name} you would like to sell per second, as well as the price at which\n you would like to sell at.\n
    \n
    \n If the sell amount is set to 0, then the material will not be sold. If the sell price if set to 0, then the\n material will be discarded\n
    \n
    \n Setting the sell amount to 'MAX' will result in you always selling the maximum possible amount of the material.\n
    \n
    \n When setting the sell amount, you can use the 'PROD' variable to designate a dynamically changing amount that\n depends on your production. For example, if you set the sell amount to 'PROD-5' then you will always sell 5 less\n of the material than you produce.\n
    \n
    \n When setting the sell price, you can use the 'MP' variable to designate a dynamically changing price that\n depends on the market price. For example, if you set the sell price to 'MP+10' then it will always be sold at\n $10 above the market price.\n
    \n
    \n \n \n \n
    \n );\n}\n","import React, { useState } from \"react\";\nimport { dialogBoxCreate } from \"../../../ui/React/DialogBox\";\nimport { MaterialSizes } from \"../../MaterialSizes\";\nimport { Warehouse } from \"../../Warehouse\";\nimport { Material } from \"../../Material\";\nimport { numeralWrapper } from \"../../../ui/numeralFormat\";\nimport { BulkPurchase, BuyMaterial } from \"../../Actions\";\nimport { Modal } from \"../../../ui/React/Modal\";\nimport { useCorporation, useDivision } from \"../Context\";\nimport Typography from \"@mui/material/Typography\";\nimport TextField from \"@mui/material/TextField\";\nimport Button from \"@mui/material/Button\";\nimport { KEY } from \"../../../utils/helpers/keyCodes\";\n\ninterface IBulkPurchaseTextProps {\n warehouse: Warehouse;\n mat: Material;\n amount: string;\n}\n\ninterface IBPProps {\n onClose: () => void;\n mat: Material;\n warehouse: Warehouse;\n}\n\nfunction BulkPurchaseSection(props: IBPProps): React.ReactElement {\n const corp = useCorporation();\n const [buyAmt, setBuyAmt] = useState(\"\");\n const [disabled, setDisabled] = useState(false);\n\n function BulkPurchaseText(props: IBulkPurchaseTextProps): React.ReactElement {\n const parsedAmt = parseFloat(props.amount);\n const cost = parsedAmt * props.mat.bCost;\n\n const matSize = MaterialSizes[props.mat.name];\n const maxAmount = (props.warehouse.size - props.warehouse.sizeUsed) / matSize;\n\n if (parsedAmt > maxAmount) {\n setDisabled(true);\n return (\n <>\n Not enough warehouse space to purchase this amount\n \n );\n } else if (isNaN(cost) || parsedAmt < 0) {\n setDisabled(true);\n return (\n <>\n Invalid input for Bulk Purchase amount\n \n );\n } else {\n setDisabled(false);\n return (\n <>\n \n Purchasing {numeralWrapper.format(parsedAmt, \"0,0.00\")} of {props.mat.name} will cost{\" \"}\n {numeralWrapper.formatMoney(cost)}\n \n \n );\n }\n }\n\n function bulkPurchase(): void {\n try {\n BulkPurchase(corp, props.warehouse, props.mat, parseFloat(buyAmt));\n } catch (err) {\n dialogBoxCreate(err + \"\");\n }\n props.onClose();\n }\n\n function onKeyDown(event: React.KeyboardEvent): void {\n if (event.key === KEY.ENTER) bulkPurchase();\n }\n\n function onChange(event: React.ChangeEvent): void {\n setBuyAmt(event.target.value);\n }\n\n return (\n <>\n \n Enter the amount of {props.mat.name} you would like to bulk purchase. This purchases the specified amount\n instantly (all at once).\n \n \n \n \n \n );\n}\n\ninterface IProps {\n open: boolean;\n onClose: () => void;\n mat: Material;\n warehouse: Warehouse;\n disablePurchaseLimit: boolean;\n}\n\n// Create a popup that lets the player purchase a Material\nexport function PurchaseMaterialModal(props: IProps): React.ReactElement {\n const division = useDivision();\n const [buyAmt, setBuyAmt] = useState(props.mat.buy ? props.mat.buy : 0);\n\n function purchaseMaterial(): void {\n if (buyAmt === null) return;\n try {\n BuyMaterial(props.mat, buyAmt);\n } catch (err) {\n dialogBoxCreate(err + \"\");\n }\n\n props.onClose();\n }\n\n function clearPurchase(): void {\n props.mat.buy = 0;\n props.onClose();\n }\n\n function onKeyDown(event: React.KeyboardEvent): void {\n if (event.key === KEY.ENTER) purchaseMaterial();\n }\n\n function onChange(event: React.ChangeEvent): void {\n setBuyAmt(parseFloat(event.target.value));\n }\n\n return (\n \n <>\n \n Enter the amount of {props.mat.name} you would like to purchase per second. This material's cost changes\n constantly.\n {props.disablePurchaseLimit ? \"Note: Purchase amount is disabled as smart supply is enabled\" : \"\"}\n \n \n \n \n {division.hasResearch(\"Bulk Purchasing\") && (\n \n )}\n \n \n );\n}\n","import React, { useEffect, useState } from \"react\";\nimport { LimitMaterialProduction } from \"../../Actions\";\nimport { Modal } from \"../../../ui/React/Modal\";\nimport Typography from \"@mui/material/Typography\";\nimport Button from \"@mui/material/Button\";\nimport TextField from \"@mui/material/TextField\";\nimport { KEY } from \"../../../utils/helpers/keyCodes\";\nimport { Material } from \"../../Material\";\n\ninterface IProps {\n open: boolean;\n onClose: () => void;\n material: Material;\n}\n\n// Create a popup that lets the player limit the production of a product\nexport function LimitMaterialProductionModal(props: IProps): React.ReactElement {\n const [limit, setLimit] = useState(null);\n\n // reset modal internal state on modal close\n useEffect(() => {\n if (!props.open) {\n setLimit(null);\n }\n }, [props.open]);\n\n function limitMaterialProduction(): void {\n let qty = limit;\n if (qty === null) qty = -1;\n LimitMaterialProduction(props.material, qty);\n props.onClose();\n }\n\n function onKeyDown(event: React.KeyboardEvent): void {\n if (event.key === KEY.ENTER) limitMaterialProduction();\n }\n\n function onChange(event: React.ChangeEvent): void {\n if (event.target.value === \"\") setLimit(null);\n else setLimit(parseFloat(event.target.value));\n }\n\n return (\n \n \n Enter a limit to the amount of this material you would like to produce per second. Leave the box empty to set no\n limit.\n \n \n \n \n );\n}\n","import React from \"react\";\nimport { Industry } from \"../Industry\";\nimport { MathJaxWrapper } from \"../../MathJaxWrapper\";\n\ninterface IProps {\n division: Industry;\n}\n\nexport function IndustryProductEquation(props: IProps): React.ReactElement {\n const reqs = [];\n for (const reqMat of Object.keys(props.division.reqMats)) {\n const reqAmt = props.division.reqMats[reqMat];\n if (reqAmt === undefined) continue;\n reqs.push(String.raw`${reqAmt}\\text{ }${reqMat}`);\n }\n const prod = props.division.prodMats.map((p) => `1\\\\text{ }${p}`);\n if (props.division.makesProducts) {\n prod.push(\"Products\");\n }\n\n return {\"\\\\(\" + reqs.join(\"+\") + `\\\\Rightarrow ` + prod.join(\"+\") + \"\\\\)\"};\n}\n","import React, { useState } from \"react\";\nimport { CorporationConstants } from \"../data/Constants\";\nimport { dialogBoxCreate } from \"../../ui/React/DialogBox\";\nimport { NewCity } from \"../Actions\";\nimport { MoneyCost } from \"./MoneyCost\";\nimport { useCorporation, useDivision } from \"./Context\";\nimport Typography from \"@mui/material/Typography\";\nimport MenuItem from \"@mui/material/MenuItem\";\nimport Select, { SelectChangeEvent } from \"@mui/material/Select\";\nimport Button from \"@mui/material/Button\";\n\ninterface IProps {\n cityStateSetter: (city: string) => void;\n}\n\nexport function ExpandNewCity(props: IProps): React.ReactElement {\n const corp = useCorporation();\n const division = useDivision();\n const possibleCities = Object.keys(division.offices).filter((cityName: string) => division.offices[cityName] === 0);\n const [city, setCity] = useState(possibleCities[0]);\n\n const disabled = corp.funds < CorporationConstants.OfficeInitialCost;\n\n function onCityChange(event: SelectChangeEvent): void {\n setCity(event.target.value);\n }\n\n function expand(): void {\n try {\n NewCity(corp, division, city);\n } catch (err) {\n dialogBoxCreate(err + \"\");\n return;\n }\n\n dialogBoxCreate(`Opened a new office in ${city}!`);\n\n props.cityStateSetter(city);\n }\n return (\n <>\n \n Would you like to expand into a new city by opening an office? This would cost{\" \"}\n \n \n \n Confirm\n \n }\n value={city}\n onChange={onCityChange}\n >\n {possibleCities.map((cityName: string) => (\n \n {cityName}\n \n ))}\n \n \n );\n}\n","import React, { useState } from \"react\";\nimport { dialogBoxCreate } from \"../../ui/React/DialogBox\";\nimport { IndustryStartingCosts, Industries, IndustryDescriptions } from \"../IndustryData\";\nimport { useCorporation } from \"./Context\";\nimport { Industry } from \"../Industry\";\nimport { NewIndustry } from \"../Actions\";\n\nimport Typography from \"@mui/material/Typography\";\nimport Button from \"@mui/material/Button\";\nimport TextField from \"@mui/material/TextField\";\nimport MenuItem from \"@mui/material/MenuItem\";\nimport Box from \"@mui/material/Box\";\nimport Select, { SelectChangeEvent } from \"@mui/material/Select\";\nimport { KEY } from \"../../utils/helpers/keyCodes\";\n\ninterface IProps {\n setDivisionName: (name: string) => void;\n}\n\nexport function ExpandIndustryTab(props: IProps): React.ReactElement {\n const corp = useCorporation();\n const allIndustries = Object.keys(Industries).sort();\n const possibleIndustries = allIndustries\n .filter(\n (industryType: string) =>\n corp.divisions.find((division: Industry) => division.type === industryType) === undefined,\n )\n .sort();\n const [industry, setIndustry] = useState(possibleIndustries.length > 0 ? possibleIndustries[0] : \"\");\n const [name, setName] = useState(\"\");\n\n const cost = IndustryStartingCosts[industry];\n if (cost === undefined) {\n throw new Error(`Invalid industry: '${industry}'`);\n }\n const disabled = corp.funds < cost || name === \"\";\n\n function newIndustry(): void {\n if (disabled) return;\n try {\n NewIndustry(corp, industry, name);\n } catch (err) {\n dialogBoxCreate(err + \"\");\n return;\n }\n\n // Set routing to the new division so that the UI automatically switches to it\n props.setDivisionName(name);\n }\n\n function onNameChange(event: React.ChangeEvent): void {\n // [a-zA-Z0-9-_]\n setName(event.target.value);\n }\n\n function onKeyDown(event: React.KeyboardEvent): void {\n if (event.key === KEY.ENTER) newIndustry();\n }\n\n function onIndustryChange(event: SelectChangeEvent): void {\n setIndustry(event.target.value);\n }\n\n const desc = IndustryDescriptions[industry];\n if (desc === undefined) throw new Error(`Trying to create an industry that doesn't exists: '${industry}'`);\n\n return (\n <>\n Create a new division to expand into a new industry:\n \n {desc(corp)}\n
    \n
    \n\n Division name:\n\n \n \n Expand\n \n ),\n }}\n />\n \n \n );\n}\n","// React Component for displaying Corporation Overview info\nimport React, { useState } from \"react\";\nimport { LevelableUpgrade } from \"./LevelableUpgrade\";\nimport { UnlockUpgrade } from \"./UnlockUpgrade\";\nimport { BribeFactionModal } from \"./modals/BribeFactionModal\";\nimport { SellSharesModal } from \"./modals/SellSharesModal\";\nimport { BuybackSharesModal } from \"./modals/BuybackSharesModal\";\nimport { IssueDividendsModal } from \"./modals/IssueDividendsModal\";\nimport { IssueNewSharesModal } from \"./modals/IssueNewSharesModal\";\nimport { FindInvestorsModal } from \"./modals/FindInvestorsModal\";\nimport { GoPublicModal } from \"./modals/GoPublicModal\";\nimport { Factions } from \"../../Faction/Factions\";\n\nimport { CorporationConstants } from \"../data/Constants\";\nimport { CorporationUnlockUpgrade, CorporationUnlockUpgrades } from \"../data/CorporationUnlockUpgrades\";\nimport { CorporationUpgrade, CorporationUpgradeIndex, CorporationUpgrades } from \"../data/CorporationUpgrades\";\n\nimport { CONSTANTS } from \"../../Constants\";\nimport { numeralWrapper } from \"../../ui/numeralFormat\";\nimport { convertTimeMsToTimeElapsedString } from \"../../utils/StringHelperFunctions\";\nimport { Money } from \"../../ui/React/Money\";\nimport { MoneyRate } from \"../../ui/React/MoneyRate\";\nimport { StatsTable } from \"../../ui/React/StatsTable\";\nimport { Player } from \"@player\";\nimport { useCorporation } from \"./Context\";\nimport Typography from \"@mui/material/Typography\";\nimport Tooltip from \"@mui/material/Tooltip\";\nimport Button from \"@mui/material/Button\";\nimport Box from \"@mui/material/Box\";\nimport Paper from \"@mui/material/Paper\";\nimport Grid from \"@mui/material/Grid\";\n\ninterface IProps {\n rerender: () => void;\n}\nexport function Overview({ rerender }: IProps): React.ReactElement {\n const corp = useCorporation();\n const profit: number = corp.revenue - corp.expenses;\n\n const multRows: string[][] = [];\n function appendMult(name: string, value: number): void {\n if (value === 1) return;\n multRows.push([name, numeralWrapper.format(value, \"0.000\")]);\n }\n appendMult(\"Production Multiplier: \", corp.getProductionMultiplier());\n appendMult(\"Storage Multiplier: \", corp.getStorageMultiplier());\n appendMult(\"Advertising Multiplier: \", corp.getAdvertisingMultiplier());\n appendMult(\"Empl. Creativity Multiplier: \", corp.getEmployeeCreMultiplier());\n appendMult(\"Empl. Charisma Multiplier: \", corp.getEmployeeChaMultiplier());\n appendMult(\"Empl. Intelligence Multiplier: \", corp.getEmployeeIntMultiplier());\n appendMult(\"Empl. Efficiency Multiplier: \", corp.getEmployeeEffMultiplier());\n appendMult(\"Sales Multiplier: \", corp.getSalesMultiplier());\n appendMult(\"Scientific Research Multiplier: \", corp.getScientificResearchMultiplier());\n\n return (\n <>\n ],\n [\"Total Revenue:\", ],\n [\"Total Expenses:\", ],\n [\"Total Profit:\", ],\n [\"Publicly Traded:\", corp.public ? \"Yes\" : \"No\"],\n [\"Owned Stock Shares:\", numeralWrapper.format(corp.numShares, \"0.000a\")],\n [\"Stock Price:\", corp.public ? : \"N/A\"],\n ]}\n />\n
    \n \n \n }\n >\n Total Stock Shares: {numeralWrapper.format(corp.totalShares, \"0.000a\")}\n \n \n
    \n \n
    \n \n
    \n \n \n \n Get a copy of and read 'The Complete Handbook for Creating a Successful Corporation.' This is a .lit file\n that guides you through the beginning of setting up a Corporation and provides some tips/pointers for\n helping you get started with managing it.\n \n }\n >\n \n \n {corp.public ? : }\n \n \n
    \n \n \n );\n}\n\ninterface IPrivateButtonsProps {\n rerender: () => void;\n}\n// Render the buttons for when your Corporation is still private\nfunction PrivateButtons({ rerender }: IPrivateButtonsProps): React.ReactElement {\n const corp = useCorporation();\n const [findInvestorsopen, setFindInvestorsopen] = useState(false);\n const [goPublicopen, setGoPublicopen] = useState(false);\n\n const fundingAvailable = corp.fundingRound < 4;\n const findInvestorsTooltip = fundingAvailable\n ? \"Search for private investors who will give you startup funding in exchange for equity (stock shares) in your company\"\n : \"\";\n\n return (\n <>\n {findInvestorsTooltip}}>\n \n \n \n Become a publicly traded and owned entity. Going public involves issuing shares for an IPO. Once you are a\n public company, your shares will be traded on the stock market.\n \n }\n >\n \n \n setFindInvestorsopen(false)} rerender={rerender} />\n setGoPublicopen(false)} rerender={rerender} />\n \n );\n}\n\ninterface IUpgradeProps {\n rerender: () => void;\n}\n// Render the UI for Corporation upgrades\nfunction Upgrades({ rerender }: IUpgradeProps): React.ReactElement {\n const corp = useCorporation();\n // Don't show upgrades\n if (corp.divisions.length <= 0) {\n return Upgrades are unlocked once you create an industry.;\n }\n\n return (\n <>\n \n Unlocks\n \n {Object.values(CorporationUnlockUpgrades)\n .filter((upgrade: CorporationUnlockUpgrade) => !corp.unlockUpgrades[upgrade.index])\n .map((upgrade: CorporationUnlockUpgrade) => (\n \n ))}\n \n \n \n Upgrades\n \n {corp.upgrades\n .map((level: number, i: number) => CorporationUpgrades[i as CorporationUpgradeIndex])\n .map((upgrade: CorporationUpgrade) => (\n \n ))}\n \n \n \n );\n}\n\ninterface IPublicButtonsProps {\n rerender: () => void;\n}\n\n// Render the buttons for when your Corporation has gone public\nfunction PublicButtons({ rerender }: IPublicButtonsProps): React.ReactElement {\n const corp = useCorporation();\n const [sellSharesOpen, setSellSharesOpen] = useState(false);\n const [buybackSharesOpen, setBuybackSharesOpen] = useState(false);\n const [issueNewSharesOpen, setIssueNewSharesOpen] = useState(false);\n const [issueDividendsOpen, setIssueDividendsOpen] = useState(false);\n\n const sellSharesOnCd = corp.shareSaleCooldown > 0;\n const sellSharesTooltip = sellSharesOnCd\n ? \"Cannot sell shares for \" + corp.convertCooldownToString(corp.shareSaleCooldown)\n : \"Sell your shares in the company. The money earned from selling your \" +\n \"shares goes into your personal account, not the Corporation's. \" +\n \"This is one of the only ways to profit from your business venture.\";\n\n const issueNewSharesOnCd = corp.issueNewSharesCooldown > 0;\n const issueNewSharesTooltip = issueNewSharesOnCd\n ? \"Cannot issue new shares for \" + corp.convertCooldownToString(corp.issueNewSharesCooldown)\n : \"Issue new equity shares to raise capital.\";\n\n return (\n <>\n {sellSharesTooltip}}>\n \n \n setSellSharesOpen(false)} rerender={rerender} />\n Buy back shares you that previously issued or sold at market price.}>\n \n \n setBuybackSharesOpen(false)} rerender={rerender} />\n {issueNewSharesTooltip}}>\n \n \n setIssueNewSharesOpen(false)} />\n Manage the dividends that are paid out to shareholders (including yourself)}\n >\n \n \n setIssueDividendsOpen(false)} />\n \n );\n}\n\nfunction BribeButton(): React.ReactElement {\n const corp = useCorporation();\n const [open, setOpen] = useState(false);\n const canBribe =\n corp.valuation >= CorporationConstants.BribeThreshold &&\n Player.factions.filter((f) => Factions[f].getInfo().offersWork()).length > 0;\n\n function openBribe(): void {\n if (!canBribe) return;\n setOpen(true);\n }\n\n return (\n <>\n \n \n \n setOpen(false)} />\n \n );\n}\n\ninterface IDividendsStatsProps {\n profit: number;\n}\nfunction DividendsStats({ profit }: IDividendsStatsProps): React.ReactElement {\n const corp = useCorporation();\n if (corp.dividendRate <= 0 || profit <= 0) return <>;\n const totalDividends = corp.dividendRate * profit;\n const retainedEarnings = profit - totalDividends;\n const dividendsPerShare = totalDividends / corp.totalShares;\n const playerEarnings = corp.getCycleDividends() / CorporationConstants.SecsPerMarketCycle;\n return (\n ],\n [\"Dividend Percentage:\", numeralWrapper.format(corp.dividendRate, \"0%\")],\n [\"Dividends per share:\", ],\n [\"Your earnings as a shareholder:\", ],\n ]}\n />\n );\n}\n\n// Returns a string with general information about Corporation\nfunction BonusTime(): React.ReactElement {\n const corp = useCorporation();\n const storedTime = corp.storedCycles * CONSTANTS.MilliPerCycle;\n if (storedTime <= 15000) return <>;\n return (\n \n Bonus time: {convertTimeMsToTimeElapsedString(storedTime)}\n
    \n
    \n
    \n );\n}\n","// React components for the levelable upgrade buttons on the overview panel\nimport React from \"react\";\n\nimport { dialogBoxCreate } from \"../../ui/React/DialogBox\";\nimport { CorporationUpgrade } from \"../data/CorporationUpgrades\";\nimport { LevelUpgrade } from \"../Actions\";\nimport { MoneyCost } from \"./MoneyCost\";\nimport { useCorporation } from \"./Context\";\nimport Typography from \"@mui/material/Typography\";\nimport Tooltip from \"@mui/material/Tooltip\";\nimport Button from \"@mui/material/Button\";\nimport Box from \"@mui/material/Box\";\nimport Grid from \"@mui/material/Grid\";\n\ninterface IProps {\n upgrade: CorporationUpgrade;\n rerender: () => void;\n}\n\nexport function LevelableUpgrade(props: IProps): React.ReactElement {\n const corp = useCorporation();\n const data = props.upgrade;\n const level = corp.upgrades[data.index];\n\n const baseCost = data.basePrice;\n const priceMult = data.priceMult;\n const cost = baseCost * Math.pow(priceMult, level);\n\n const tooltip = data.desc;\n function onClick(): void {\n if (corp.funds < cost) return;\n try {\n LevelUpgrade(corp, props.upgrade);\n } catch (err) {\n dialogBoxCreate(err + \"\");\n }\n props.rerender();\n }\n\n return (\n \n \n \n \n \n {data.name} - lvl {level}\n \n \n \n \n );\n}\n","// React Components for the Unlock upgrade buttons on the overview page\nimport React from \"react\";\n\nimport { dialogBoxCreate } from \"../../ui/React/DialogBox\";\nimport { CorporationUnlockUpgrade } from \"../data/CorporationUnlockUpgrades\";\nimport { useCorporation } from \"./Context\";\nimport { UnlockUpgrade as UU } from \"../Actions\";\nimport { MoneyCost } from \"./MoneyCost\";\nimport Typography from \"@mui/material/Typography\";\nimport Tooltip from \"@mui/material/Tooltip\";\nimport Button from \"@mui/material/Button\";\nimport Box from \"@mui/material/Box\";\nimport Grid from \"@mui/material/Grid\";\n\ninterface IProps {\n upgradeData: CorporationUnlockUpgrade;\n rerender: () => void;\n}\n\nexport function UnlockUpgrade(props: IProps): React.ReactElement {\n const corp = useCorporation();\n const data = props.upgradeData;\n const tooltip = data.desc;\n function onClick(): void {\n if (corp.funds < data.price) return;\n try {\n UU(corp, props.upgradeData);\n } catch (err) {\n dialogBoxCreate(err + \"\");\n }\n props.rerender();\n }\n\n return (\n \n \n \n \n {data.name}\n \n \n \n );\n}\n","import React, { useState } from \"react\";\nimport { Factions } from \"../../../Faction/Factions\";\nimport { CorporationConstants } from \"../../data/Constants\";\nimport { numeralWrapper } from \"../../../ui/numeralFormat\";\nimport { dialogBoxCreate } from \"../../../ui/React/DialogBox\";\nimport { Modal } from \"../../../ui/React/Modal\";\nimport { Player } from \"@player\";\nimport { useCorporation } from \"../Context\";\nimport Typography from \"@mui/material/Typography\";\nimport Button from \"@mui/material/Button\";\nimport MenuItem from \"@mui/material/MenuItem\";\nimport { NumberInput } from \"../../../ui/React/NumberInput\";\nimport Box from \"@mui/material/Box\";\nimport Select, { SelectChangeEvent } from \"@mui/material/Select\";\n\ninterface IProps {\n open: boolean;\n onClose: () => void;\n}\n\nexport function BribeFactionModal(props: IProps): React.ReactElement {\n const factions = Player.factions.filter((name: string) => {\n const info = Factions[name].getInfo();\n if (!info.offersWork()) return false;\n if (Player.hasGangWith(name)) return false;\n return true;\n });\n const corp = useCorporation();\n const [money, setMoney] = useState(NaN);\n const [selectedFaction, setSelectedFaction] = useState(factions.length > 0 ? factions[0] : \"\");\n const disabled = money === 0 || isNaN(money) || money < 0 || corp.funds < money;\n\n function changeFaction(event: SelectChangeEvent): void {\n setSelectedFaction(event.target.value);\n }\n\n function repGain(money: number): number {\n return money / CorporationConstants.BribeToRepRatio;\n }\n\n function getRepText(money: number): string {\n if (money === 0) return \"\";\n if (isNaN(money) || money < 0) {\n return \"ERROR: Invalid value(s) entered\";\n } else if (corp.funds < money) {\n return \"ERROR: You do not have this much money to bribe with\";\n } else {\n return (\n \"You will gain \" +\n numeralWrapper.formatReputation(repGain(money)) +\n \" reputation with \" +\n selectedFaction +\n \" with this bribe\"\n );\n }\n }\n\n function bribe(money: number): void {\n const fac = Factions[selectedFaction];\n if (disabled) return;\n const rep = repGain(money);\n dialogBoxCreate(`You gained ${numeralWrapper.formatReputation(rep)} reputation with ${fac.name} by bribing them.`);\n fac.playerReputation += rep;\n corp.funds = corp.funds - money;\n props.onClose();\n }\n\n return (\n \n \n You can use Corporation funds or stock shares to bribe Faction Leaders in exchange for faction reputation.\n \n \n Faction:\n \n \n {getRepText(money ? money : 0)}\n \n \n \n );\n}\n","import React, { useState } from \"react\";\nimport { numeralWrapper } from \"../../../ui/numeralFormat\";\nimport { dialogBoxCreate } from \"../../../ui/React/DialogBox\";\nimport { Modal } from \"../../../ui/React/Modal\";\nimport { useCorporation } from \"../Context\";\nimport { Corporation } from \"../../Corporation\";\nimport Typography from \"@mui/material/Typography\";\nimport Button from \"@mui/material/Button\";\nimport { Money } from \"../../../ui/React/Money\";\nimport { SellShares } from \"../../Actions\";\nimport { KEY } from \"../../../utils/helpers/keyCodes\";\nimport { NumberInput } from \"../../../ui/React/NumberInput\";\ninterface IProps {\n open: boolean;\n onClose: () => void;\n rerender: () => void;\n}\n\n// Create a popup that lets the player sell Corporation shares\n// This is created when the player clicks the \"Sell Shares\" button in the overview panel\nexport function SellSharesModal(props: IProps): React.ReactElement {\n const corp = useCorporation();\n const [shares, setShares] = useState(NaN);\n\n const disabled = isNaN(shares) || shares <= 0 || shares > corp.numShares;\n\n function ProfitIndicator(props: { shares: number | null; corp: Corporation }): React.ReactElement {\n if (props.shares === null) return <>;\n let text = \"\";\n if (isNaN(props.shares) || props.shares <= 0) {\n text = `ERROR: Invalid value entered for number of shares to sell`;\n } else if (props.shares > corp.numShares) {\n text = `You don't have this many shares to sell!`;\n } else {\n const stockSaleResults = corp.calculateShareSale(props.shares);\n const profit = stockSaleResults[0];\n text = `Sell ${props.shares} shares for a total of ${numeralWrapper.formatMoney(profit)}`;\n }\n\n return (\n \n {text}\n \n );\n }\n\n function sell(): void {\n if (disabled) return;\n try {\n const profit = SellShares(corp, shares);\n props.onClose();\n dialogBoxCreate(\n <>\n Sold {numeralWrapper.formatMoney(shares)} shares for\n . The corporation's stock price fell to  \n as a result of dilution.\n ,\n );\n\n props.rerender();\n } catch (err) {\n dialogBoxCreate(err + \"\");\n }\n }\n\n function onKeyDown(event: React.KeyboardEvent): void {\n if (event.key === KEY.ENTER) sell();\n }\n\n return (\n \n \n Enter the number of shares you would like to sell. The money from selling your shares will go directly to you\n (NOT your Corporation).\n
    \n
    \n Selling your shares will cause your corporation's stock price to fall due to dilution. Furthermore, selling a\n large number of shares all at once will have an immediate effect in reducing your stock price.\n
    \n
    \n The current price of your company's stock is {numeralWrapper.formatMoney(corp.sharePrice)}\n
    \n
    \n \n \n \n
    \n );\n}\n","import React, { useState } from \"react\";\nimport { Modal } from \"../../../ui/React/Modal\";\nimport { numeralWrapper } from \"../../../ui/numeralFormat\";\nimport { Player } from \"@player\";\nimport { useCorporation } from \"../Context\";\nimport Typography from \"@mui/material/Typography\";\nimport Button from \"@mui/material/Button\";\nimport { NumberInput } from \"../../../ui/React/NumberInput\";\nimport { BuyBackShares } from \"../../Actions\";\nimport { dialogBoxCreate } from \"../../../ui/React/DialogBox\";\nimport { KEY } from \"../../../utils/helpers/keyCodes\";\n\ninterface IProps {\n open: boolean;\n onClose: () => void;\n rerender: () => void;\n}\n\n// Create a popup that lets the player buyback shares\n// This is created when the player clicks the \"Buyback Shares\" button in the overview panel\nexport function BuybackSharesModal(props: IProps): React.ReactElement {\n const corp = useCorporation();\n const [shares, setShares] = useState(NaN);\n\n const currentStockPrice = corp.sharePrice;\n const buybackPrice = currentStockPrice * 1.1;\n const disabled =\n shares === null ||\n isNaN(shares) ||\n shares <= 0 ||\n shares > corp.issuedShares ||\n shares * buybackPrice > Player.money;\n\n function buy(): void {\n if (disabled) return;\n try {\n BuyBackShares(corp, shares);\n } catch (err) {\n dialogBoxCreate(err + \"\");\n }\n props.onClose();\n props.rerender();\n }\n\n function CostIndicator(): React.ReactElement {\n if (shares === null) return <>;\n if (isNaN(shares) || shares <= 0) {\n return <>ERROR: Invalid value entered for number of shares to buyback;\n } else if (shares > corp.issuedShares) {\n return (\n <>\n There are not this many shares available to buy back. There are only{\" \"}\n {numeralWrapper.formatBigNumber(corp.issuedShares)} outstanding shares.\n \n );\n } else {\n return (\n <>\n Purchase {shares} shares for a total of {numeralWrapper.formatMoney(shares * buybackPrice)}\n \n );\n }\n }\n\n function onKeyDown(event: React.KeyboardEvent): void {\n if (event.key === KEY.ENTER) buy();\n }\n\n return (\n \n \n Enter the number of outstanding shares you would like to buy back. These shares must be bought at a 10% premium.\n However, repurchasing shares from the market tends to lead to an increase in stock price.\n
    \n
    \n To purchase these shares, you must use your own money (NOT your Corporation's funds).\n
    \n
    \n The current buyback price of your company's stock is {numeralWrapper.formatMoney(buybackPrice)}. Your company\n currently has {numeralWrapper.formatBigNumber(corp.issuedShares)} outstanding stock shares.\n
    \n \n
    \n \n \n
    \n );\n}\n","import React, { useState } from \"react\";\nimport { dialogBoxCreate } from \"../../../ui/React/DialogBox\";\nimport { Modal } from \"../../../ui/React/Modal\";\nimport { CorporationConstants } from \"../../data/Constants\";\nimport { IssueDividends } from \"../../Actions\";\nimport { useCorporation } from \"../Context\";\nimport Typography from \"@mui/material/Typography\";\nimport TextField from \"@mui/material/TextField\";\nimport Button from \"@mui/material/Button\";\nimport { KEY } from \"../../../utils/helpers/keyCodes\";\ninterface IProps {\n open: boolean;\n onClose: () => void;\n}\n\n// Create a popup that lets the player issue & manage dividends\n// This is created when the player clicks the \"Issue Dividends\" button in the overview panel\nexport function IssueDividendsModal(props: IProps): React.ReactElement {\n const corp = useCorporation();\n const [percent, setPercent] = useState(0);\n\n const canIssue = !isNaN(percent) && percent >= 0 && percent <= CorporationConstants.DividendMaxRate * 100;\n function issueDividends(): void {\n if (!canIssue) return;\n if (percent === null) return;\n try {\n IssueDividends(corp, percent / 100);\n } catch (err) {\n dialogBoxCreate(err + \"\");\n }\n\n props.onClose();\n }\n\n function onKeyDown(event: React.KeyboardEvent): void {\n if (event.key === KEY.ENTER) issueDividends();\n }\n\n function onChange(event: React.ChangeEvent): void {\n if (event.target.value === \"\") setPercent(0);\n else {\n let p = parseFloat(event.target.value);\n if (p > 100) p = 100;\n if (p < 0) p = 0;\n setPercent(p);\n }\n }\n\n return (\n \n \n Dividends are a distribution of a portion of the corporation's profits to the shareholders. This includes\n yourself, as well.\n
    \n
    \n In order to issue dividends, simply allocate some percentage of your corporation's profits to dividends. This\n percentage must be an integer between 0 and 100. (A percentage of 0 means no dividends will be issued)\n
    \n
    \n Two important things to note:\n
    \n * Issuing dividends will negatively affect your corporation's stock price\n
    \n
    \n Example: Assume your corporation makes $100m / sec in profit and you allocate 40% of that towards dividends.\n That means your corporation will gain $60m / sec in funds and the remaining $40m / sec will be paid as\n dividends. Since your corporation starts with 1 billion shares, every shareholder will be paid $0.04 per share\n per second before taxes.\n
    \n \n \n
    \n );\n}\n","import React, { useState } from \"react\";\nimport { numeralWrapper } from \"../../../ui/numeralFormat\";\nimport { dialogBoxCreate } from \"../../../ui/React/DialogBox\";\nimport { Modal } from \"../../../ui/React/Modal\";\nimport { getRandomInt } from \"../../../utils/helpers/getRandomInt\";\nimport { CorporationConstants } from \"../../data/Constants\";\nimport { useCorporation } from \"../Context\";\nimport Typography from \"@mui/material/Typography\";\nimport { NumberInput } from \"../../../ui/React/NumberInput\";\nimport Button from \"@mui/material/Button\";\nimport { KEY } from \"../../../utils/helpers/keyCodes\";\n\ninterface IEffectTextProps {\n shares: number | null;\n}\n\nfunction EffectText(props: IEffectTextProps): React.ReactElement {\n const corp = useCorporation();\n if (props.shares === null) return <>;\n const newSharePrice = Math.round(corp.sharePrice * 0.9);\n const maxNewSharesUnrounded = Math.round(corp.totalShares * 0.2);\n const maxNewShares = maxNewSharesUnrounded - (maxNewSharesUnrounded % 1e6);\n let newShares = props.shares;\n if (isNaN(newShares)) {\n return Invalid input;\n }\n\n // Round to nearest ten-millionth\n newShares /= 10e6;\n newShares = Math.round(newShares) * 10e6;\n\n if (newShares < 10e6) {\n return Must issue at least 10 million new shares;\n }\n\n if (newShares > maxNewShares) {\n return You cannot issue that many shares;\n }\n\n return (\n \n Issue {numeralWrapper.format(newShares, \"0.000a\")} new shares for{\" \"}\n {numeralWrapper.formatMoney(newShares * newSharePrice)}?\n \n );\n}\n\ninterface IProps {\n open: boolean;\n onClose: () => void;\n}\n\n// Create a popup that lets the player issue new shares\n// This is created when the player clicks the \"Issue New Shares\" buttons in the overview panel\nexport function IssueNewSharesModal(props: IProps): React.ReactElement {\n const corp = useCorporation();\n const [shares, setShares] = useState(NaN);\n const maxNewSharesUnrounded = Math.round(corp.totalShares * 0.2);\n const maxNewShares = maxNewSharesUnrounded - (maxNewSharesUnrounded % 1e6);\n\n const newShares = Math.round((shares || 0) / 10e6) * 10e6;\n const disabled = isNaN(shares) || isNaN(newShares) || newShares < 10e6 || newShares > maxNewShares;\n\n function issueNewShares(): void {\n if (isNaN(shares)) return;\n if (disabled) return;\n\n const newSharePrice = Math.round(corp.sharePrice * 0.9);\n let newShares = shares;\n\n // Round to nearest ten-millionth\n newShares = Math.round(newShares / 10e6) * 10e6;\n\n const profit = newShares * newSharePrice;\n corp.issueNewSharesCooldown = CorporationConstants.IssueNewSharesCooldown;\n\n // Determine how many are bought by private investors\n // If private investors own n% of the company, private investors get up to 0.5n% at most\n // Round # of private shares to the nearest million\n const privateOwnedRatio = 1 - (corp.numShares + corp.issuedShares) / corp.totalShares;\n const maxPrivateShares = Math.round((newShares / 2) * privateOwnedRatio);\n const privateShares = Math.round(getRandomInt(0, maxPrivateShares) / 1e6) * 1e6;\n\n corp.issuedShares += newShares - privateShares;\n corp.totalShares += newShares;\n corp.funds = corp.funds + profit;\n corp.immediatelyUpdateSharePrice();\n props.onClose();\n\n let dialogContents =\n `Issued ${numeralWrapper.format(newShares, \"0.000a\")} new shares` +\n ` and raised ${numeralWrapper.formatMoney(profit)}.` +\n (privateShares > 0)\n ? \"\\n\" + numeralWrapper.format(privateShares, \"0.000a\") + \"of these shares were bought by private investors.\"\n : \"\";\n dialogContents += `\\n\\nStock price decreased to ${numeralWrapper.formatMoney(corp.sharePrice)}`;\n dialogBoxCreate(dialogContents);\n }\n\n function onKeyDown(event: React.KeyboardEvent): void {\n if (event.key === KEY.ENTER) issueNewShares();\n }\n\n return (\n \n \n You can issue new equity shares (i.e. stocks) in order to raise capital for your corporation.\n
    \n
    \n  * You can issue at most {numeralWrapper.format(maxNewShares, \"0.000a\")} new shares\n
    \n  * New shares are sold at a 10% discount\n
    \n  * You can only issue new shares once every 12 hours\n
    \n  * Issuing new shares causes dilution, resulting in a decrease in stock price and lower dividends per share\n
    \n  * Number of new shares issued must be a multiple of 10 million\n
    \n
    \n When you choose to issue new equity, private shareholders have first priority for up to 0.5n% of the new shares,\n where n is the percentage of the company currently owned by private shareholders. If they choose to exercise\n this option, these newly issued shares become private, restricted shares, which means you cannot buy them back.\n
    \n \n \n \n
    \n );\n}\n","import React from \"react\";\nimport { numeralWrapper } from \"../../../ui/numeralFormat\";\nimport { CorporationConstants } from \"../../data/Constants\";\nimport { Modal } from \"../../../ui/React/Modal\";\nimport { useCorporation } from \"../Context\";\n\nimport Typography from \"@mui/material/Typography\";\nimport Button from \"@mui/material/Button\";\n\ninterface IProps {\n open: boolean;\n onClose: () => void;\n rerender: () => void;\n}\n\n// Create a popup that lets the player manage exports\nexport function FindInvestorsModal(props: IProps): React.ReactElement {\n const corporation = useCorporation();\n const val = corporation.valuation;\n if (\n corporation.fundingRound >= CorporationConstants.FundingRoundShares.length ||\n corporation.fundingRound >= CorporationConstants.FundingRoundMultiplier.length\n )\n return <>;\n const percShares = CorporationConstants.FundingRoundShares[corporation.fundingRound];\n const roundMultiplier = CorporationConstants.FundingRoundMultiplier[corporation.fundingRound];\n const funding = val * percShares * roundMultiplier;\n const investShares = Math.floor(CorporationConstants.INITIALSHARES * percShares);\n\n function findInvestors(): void {\n corporation.fundingRound++;\n corporation.addFunds(funding);\n corporation.numShares -= investShares;\n props.rerender();\n props.onClose();\n }\n return (\n \n \n An investment firm has offered you {numeralWrapper.formatMoney(funding)} in funding in exchange for a{\" \"}\n {numeralWrapper.format(percShares * 100, \"0.000a\")}% stake in the company (\n {numeralWrapper.format(investShares, \"0.000a\")} shares).\n
    \n
    \n Do you accept or reject this offer?\n
    \n
    \n Hint: Investment firms will offer more money if your corporation is turning a profit\n
    \n \n
    \n );\n}\n","import React, { useState } from \"react\";\nimport { dialogBoxCreate } from \"../../../ui/React/DialogBox\";\nimport { Modal } from \"../../../ui/React/Modal\";\nimport { numeralWrapper } from \"../../../ui/numeralFormat\";\nimport { useCorporation } from \"../Context\";\nimport Typography from \"@mui/material/Typography\";\nimport Button from \"@mui/material/Button\";\nimport { NumberInput } from \"../../../ui/React/NumberInput\";\nimport Box from \"@mui/material/Box\";\nimport { KEY } from \"../../../utils/helpers/keyCodes\";\n\ninterface IProps {\n open: boolean;\n onClose: () => void;\n rerender: () => void;\n}\n\n// Create a popup that lets the player manage exports\nexport function GoPublicModal(props: IProps): React.ReactElement {\n const corp = useCorporation();\n const [shares, setShares] = useState(NaN);\n const initialSharePrice = corp.valuation / corp.totalShares;\n\n function goPublic(): void {\n const initialSharePrice = corp.valuation / corp.totalShares;\n if (isNaN(shares)) {\n dialogBoxCreate(\"Invalid value for number of issued shares\");\n return;\n }\n if (shares > corp.numShares) {\n dialogBoxCreate(\"Error: You don't have that many shares to issue!\");\n return;\n }\n corp.public = true;\n corp.sharePrice = initialSharePrice;\n corp.issuedShares = shares;\n corp.numShares -= shares;\n corp.addFunds(shares * initialSharePrice);\n props.rerender();\n dialogBoxCreate(\n `You took your ${corp.name} public and earned ` +\n `${numeralWrapper.formatMoney(shares * initialSharePrice)} in your IPO`,\n );\n props.onClose();\n }\n\n function onKeyDown(event: React.KeyboardEvent): void {\n if (event.key === KEY.ENTER) goPublic();\n }\n\n return (\n \n \n Enter the number of shares you would like to issue for your IPO. These shares will be publicly sold and you will\n no longer own them. Your Corporation will receive {numeralWrapper.formatMoney(initialSharePrice)} per share (the\n IPO money will be deposited directly into your Corporation's funds).\n
    \n
    \n You have a total of {numeralWrapper.format(corp.numShares, \"0.000a\")} of shares that you can issue.\n
    \n \n \n \n \n
    \n );\n}\n","import React, { useState } from \"react\";\nimport { Location } from \"../../Locations/Location\";\nimport { Router } from \"../../ui/GameRoot\";\nimport { calculateDifficulty, calculateReward } from \"../formulas/game\";\nimport { Game } from \"./Game\";\nimport { Intro } from \"./Intro\";\ninterface IProps {\n location: Location;\n}\n\nexport function InfiltrationRoot(props: IProps): React.ReactElement {\n const [start, setStart] = useState(false);\n\n if (props.location.infiltrationData === undefined) throw new Error(\"Trying to do infiltration on invalid location.\");\n const startingSecurityLevel = props.location.infiltrationData.startingSecurityLevel;\n const difficulty = calculateDifficulty(startingSecurityLevel);\n const reward = calculateReward(startingSecurityLevel);\n\n function cancel(): void {\n Router.toCity();\n }\n\n return (\n
    \n {start ? (\n \n ) : (\n setStart(true)}\n cancel={cancel}\n />\n )}\n
    \n );\n}\n","import { Button, Container, Paper, Typography } from \"@mui/material\";\nimport React, { useState } from \"react\";\nimport { AugmentationNames } from \"../../Augmentation/data/AugmentationNames\";\nimport { Router } from \"../../ui/GameRoot\";\nimport { Player } from \"@player\";\nimport { BackwardGame } from \"./BackwardGame\";\nimport { BracketGame } from \"./BracketGame\";\nimport { BribeGame } from \"./BribeGame\";\nimport { CheatCodeGame } from \"./CheatCodeGame\";\nimport { Countdown } from \"./Countdown\";\nimport { Cyberpunk2077Game } from \"./Cyberpunk2077Game\";\nimport { MinesweeperGame } from \"./MinesweeperGame\";\nimport { SlashGame } from \"./SlashGame\";\nimport { Victory } from \"./Victory\";\nimport { WireCuttingGame } from \"./WireCuttingGame\";\n\ninterface IProps {\n StartingDifficulty: number;\n Difficulty: number;\n Reward: number;\n MaxLevel: number;\n}\n\nenum Stage {\n Countdown = 0,\n Minigame,\n Result,\n Sell,\n}\n\nconst minigames = [\n SlashGame,\n BracketGame,\n BackwardGame,\n BribeGame,\n CheatCodeGame,\n Cyberpunk2077Game,\n MinesweeperGame,\n WireCuttingGame,\n];\n\nexport function Game(props: IProps): React.ReactElement {\n const [level, setLevel] = useState(1);\n const [stage, setStage] = useState(Stage.Countdown);\n const [results, setResults] = useState(\"\");\n const [gameIds, setGameIds] = useState({\n lastGames: [-1, -1],\n id: Math.floor(Math.random() * minigames.length),\n });\n\n function nextGameId(): number {\n let id = gameIds.lastGames[0];\n const ids = [gameIds.lastGames[0], gameIds.lastGames[1], gameIds.id];\n while (ids.includes(id)) {\n id = Math.floor(Math.random() * minigames.length);\n }\n return id;\n }\n\n function setupNextGame(): void {\n setGameIds({\n lastGames: [gameIds.lastGames[1], gameIds.id],\n id: nextGameId(),\n });\n }\n\n function success(): void {\n pushResult(true);\n if (level === props.MaxLevel) {\n setStage(Stage.Sell);\n } else {\n setStage(Stage.Countdown);\n setLevel(level + 1);\n }\n setupNextGame();\n }\n\n function pushResult(win: boolean): void {\n setResults((old) => {\n let next = old;\n next += win ? \"✓\" : \"✗\";\n if (next.length > 15) next = next.slice(1);\n return next;\n });\n }\n\n function failure(options?: { automated: boolean }): void {\n setStage(Stage.Countdown);\n pushResult(false);\n // Kill the player immediately if they use automation, so\n // it's clear they're not meant to\n const damage = options?.automated\n ? Player.hp.current\n : props.StartingDifficulty * 3 * (Player.hasAugmentation(AugmentationNames.WKSharmonizer, true) ? 0.5 : 1);\n if (Player.takeDamage(damage)) {\n Router.toCity();\n return;\n }\n setupNextGame();\n }\n\n function cancel(): void {\n Router.toCity();\n return;\n }\n\n let stageComponent: React.ReactNode;\n switch (stage) {\n case Stage.Countdown:\n stageComponent = setStage(Stage.Minigame)} />;\n break;\n case Stage.Minigame: {\n const MiniGame = minigames[gameIds.id];\n stageComponent = ;\n break;\n }\n case Stage.Sell:\n stageComponent = (\n \n );\n break;\n }\n\n function Progress(): React.ReactElement {\n return (\n \n {results.slice(0, results.length - 1)}\n {results[results.length - 1]}\n \n );\n }\n\n return (\n \n \n {stage !== Stage.Sell && (\n \n )}\n \n Level {level} / {props.MaxLevel}\n \n \n \n\n {stageComponent}\n \n );\n}\n","import { Paper, Typography } from \"@mui/material\";\nimport React, { useState } from \"react\";\nimport { AugmentationNames } from \"../../Augmentation/data/AugmentationNames\";\nimport { Player } from \"@player\";\nimport { KEY } from \"../../utils/helpers/keyCodes\";\nimport { random } from \"../utils\";\nimport { BlinkingCursor } from \"./BlinkingCursor\";\nimport { interpolate } from \"./Difficulty\";\nimport { GameTimer } from \"./GameTimer\";\nimport { IMinigameProps } from \"./IMinigameProps\";\nimport { KeyHandler } from \"./KeyHandler\";\n\ninterface Difficulty {\n [key: string]: number;\n timer: number;\n min: number;\n max: number;\n}\n\nconst difficulties: {\n Trivial: Difficulty;\n Normal: Difficulty;\n Hard: Difficulty;\n Impossible: Difficulty;\n} = {\n Trivial: { timer: 16000, min: 3, max: 4 },\n Normal: { timer: 12500, min: 2, max: 3 },\n Hard: { timer: 15000, min: 3, max: 4 },\n Impossible: { timer: 8000, min: 4, max: 4 },\n};\n\nexport function BackwardGame(props: IMinigameProps): React.ReactElement {\n const difficulty: Difficulty = { timer: 0, min: 0, max: 0 };\n interpolate(difficulties, props.difficulty, difficulty);\n const timer = difficulty.timer;\n const [answer] = useState(makeAnswer(difficulty));\n const [guess, setGuess] = useState(\"\");\n const hasAugment = Player.hasAugmentation(AugmentationNames.ChaosOfDionysus, true);\n\n function ignorableKeyboardEvent(event: KeyboardEvent): boolean {\n return event.key === KEY.BACKSPACE || (event.shiftKey && event.key === \"Shift\") || event.ctrlKey || event.altKey;\n }\n\n function press(this: Document, event: KeyboardEvent): void {\n event.preventDefault();\n if (ignorableKeyboardEvent(event)) return;\n const nextGuess = guess + event.key.toUpperCase();\n if (!answer.startsWith(nextGuess)) props.onFailure();\n else if (answer === nextGuess) props.onSuccess();\n else setGuess(nextGuess);\n }\n\n return (\n <>\n \n \n Type it{!hasAugment ? \" backward\" : \"\"}\n \n {answer}\n \n {guess}\n \n \n \n \n );\n}\n\nfunction makeAnswer(difficulty: Difficulty): string {\n const length = random(difficulty.min, difficulty.max);\n let answer = \"\";\n for (let i = 0; i < length; i++) {\n if (i > 0) answer += \" \";\n answer += words[Math.floor(Math.random() * words.length)];\n }\n\n return answer;\n}\n\nconst words = [\n \"ALGORITHM\",\n \"ANALOG\",\n \"APP\",\n \"APPLICATION\",\n \"ARRAY\",\n \"BACKUP\",\n \"BANDWIDTH\",\n \"BINARY\",\n \"BIT\",\n \"BITE\",\n \"BITMAP\",\n \"BLOG\",\n \"BLOGGER\",\n \"BOOKMARK\",\n \"BOOT\",\n \"BROADBAND\",\n \"BROWSER\",\n \"BUFFER\",\n \"BUG\",\n \"BUS\",\n \"BYTE\",\n \"CACHE\",\n \"CAPS LOCK\",\n \"CAPTCHA\",\n \"CD\",\n \"CD-ROM\",\n \"CLIENT\",\n \"CLIPBOARD\",\n \"CLOUD\",\n \"COMPUTING\",\n \"COMMAND\",\n \"COMPILE\",\n \"COMPRESS\",\n \"COMPUTER\",\n \"CONFIGURE\",\n \"COOKIE\",\n \"COPY\",\n \"CPU\",\n \"CYBERCRIME\",\n \"CYBERSPACE\",\n \"DASHBOARD\",\n \"DATA\",\n \"MINING\",\n \"DATABASE\",\n \"DEBUG\",\n \"DECOMPRESS\",\n \"DELETE\",\n \"DESKTOP\",\n \"DEVELOPMENT\",\n \"DIGITAL\",\n \"DISK\",\n \"DNS\",\n \"DOCUMENT\",\n \"DOMAIN\",\n \"DOMAIN NAME\",\n \"DOT\",\n \"DOT MATRIX\",\n \"DOWNLOAD\",\n \"DRAG\",\n \"DVD\",\n \"DYNAMIC\",\n \"EMAIL\",\n \"EMOTICON\",\n \"ENCRYPT\",\n \"ENCRYPTION\",\n \"ENTER\",\n \"EXABYTE\",\n \"FAQ\",\n \"FILE\",\n \"FINDER\",\n \"FIREWALL\",\n \"FIRMWARE\",\n \"FLAMING\",\n \"FLASH\",\n \"FLASH DRIVE\",\n \"FLOPPY DISK\",\n \"FLOWCHART\",\n \"FOLDER\",\n \"FONT\",\n \"FORMAT\",\n \"FRAME\",\n \"FREEWARE\",\n \"GIGABYTE\",\n \"GRAPHICS\",\n \"HACK\",\n \"HACKER\",\n \"HARDWARE\",\n \"HOME PAGE\",\n \"HOST\",\n \"HTML\",\n \"HYPERLINK\",\n \"HYPERTEXT\",\n \"ICON\",\n \"INBOX\",\n \"INTEGER\",\n \"INTERFACE\",\n \"INTERNET\",\n \"IP ADDRESS\",\n \"ITERATION\",\n \"JAVA\",\n \"JOYSTICK\",\n \"JUNKMAIL\",\n \"KERNEL\",\n \"KEY\",\n \"KEYBOARD\",\n \"KEYWORD\",\n \"LAPTOP\",\n \"LASER PRINTER\",\n \"LINK\",\n \"LINUX\",\n \"LOG OUT\",\n \"LOGIC\",\n \"LOGIN\",\n \"LURKING\",\n \"MACINTOSH\",\n \"MACRO\",\n \"MAINFRAME\",\n \"MALWARE\",\n \"MEDIA\",\n \"MEMORY\",\n \"MIRROR\",\n \"MODEM\",\n \"MONITOR\",\n \"MOTHERBOARD\",\n \"MOUSE\",\n \"MULTIMEDIA\",\n \"NET\",\n \"NETWORK\",\n \"NODE\",\n \"NOTEBOOK\",\n \"COMPUTER\",\n \"OFFLINE\",\n \"ONLINE\",\n \"OPENSOURCE\",\n \"OPERATING\",\n \"SYSTEM\",\n \"OPTION\",\n \"OUTPUT\",\n \"PAGE\",\n \"PASSWORD\",\n \"PASTE\",\n \"PATH\",\n \"PHISHING\",\n \"PIRACY\",\n \"PIRATE\",\n \"PLATFORM\",\n \"PLUGIN\",\n \"PODCAST\",\n \"POPUP\",\n \"PORTAL\",\n \"PRINT\",\n \"PRINTER\",\n \"PRIVACY\",\n \"PROCESS\",\n \"PROGRAM\",\n \"PROGRAMMER\",\n \"PROTOCOL\",\n \"QUEUE\",\n \"QWERTY\",\n \"RAM\",\n \"REALTIME\",\n \"REBOOT\",\n \"RESOLUTION\",\n \"RESTORE\",\n \"ROM\",\n \"ROOT\",\n \"ROUTER\",\n \"RUNTIME\",\n \"SAVE\",\n \"SCAN\",\n \"SCANNER\",\n \"SCREEN\",\n \"SCREENSHOT\",\n \"SCRIPT\",\n \"SCROLL\",\n \"SCROLL\",\n \"SEARCH\",\n \"ENGINE\",\n \"SECURITY\",\n \"SERVER\",\n \"SHAREWARE\",\n \"SHELL\",\n \"SHIFT\",\n \"SHIFT KEY\",\n \"SNAPSHOT\",\n \"SOCIAL NETWORKING\",\n \"SOFTWARE\",\n \"SPAM\",\n \"SPAMMER\",\n \"SPREADSHEET\",\n \"SPYWARE\",\n \"STATUS\",\n \"STORAGE\",\n \"SUPERCOMPUTER\",\n \"SURF\",\n \"SYNTAX\",\n \"TABLE\",\n \"TAG\",\n \"TERMINAL\",\n \"TEMPLATE\",\n \"TERABYTE\",\n \"TEXT EDITOR\",\n \"THREAD\",\n \"TOOLBAR\",\n \"TRASH\",\n \"TROJAN HORSE\",\n \"TYPEFACE\",\n \"UNDO\",\n \"UNIX\",\n \"UPLOAD\",\n \"URL\",\n \"USER\",\n \"USER INTERFACE\",\n \"USERNAME\",\n \"UTILITY\",\n \"VERSION\",\n \"VIRTUAL\",\n \"VIRTUAL MEMORY\",\n \"VIRUS\",\n \"WEB\",\n \"WEBMASTER\",\n \"WEBSITE\",\n \"WIDGET\",\n \"WIKI\",\n \"WINDOW\",\n \"WINDOWS\",\n \"WIRELESS\",\n \"PROCESSOR\",\n \"WORKSTATION\",\n \"WEB\",\n \"WORM\",\n \"WWW\",\n \"XML\",\n \"ZIP\",\n];\n","import { Paper, Typography } from \"@mui/material\";\nimport React, { useState } from \"react\";\nimport { AugmentationNames } from \"../../Augmentation/data/AugmentationNames\";\nimport { Player } from \"@player\";\nimport { KEY } from \"../../utils/helpers/keyCodes\";\nimport { random } from \"../utils\";\nimport { BlinkingCursor } from \"./BlinkingCursor\";\nimport { interpolate } from \"./Difficulty\";\nimport { GameTimer } from \"./GameTimer\";\nimport { IMinigameProps } from \"./IMinigameProps\";\nimport { KeyHandler } from \"./KeyHandler\";\n\ninterface Difficulty {\n [key: string]: number;\n timer: number;\n min: number;\n max: number;\n}\n\nconst difficulties: {\n Trivial: Difficulty;\n Normal: Difficulty;\n Hard: Difficulty;\n Impossible: Difficulty;\n} = {\n Trivial: { timer: 8000, min: 2, max: 3 },\n Normal: { timer: 6000, min: 4, max: 5 },\n Hard: { timer: 4000, min: 4, max: 6 },\n Impossible: { timer: 2500, min: 7, max: 7 },\n};\n\nfunction generateLeftSide(difficulty: Difficulty): string {\n let str = \"\";\n const options = [KEY.OPEN_BRACKET, KEY.LESS_THAN, KEY.OPEN_PARENTHESIS, KEY.OPEN_BRACE];\n if (Player.hasAugmentation(AugmentationNames.WisdomOfAthena, true)) {\n options.splice(0, 1);\n }\n const length = random(difficulty.min, difficulty.max);\n for (let i = 0; i < length; i++) {\n str += options[Math.floor(Math.random() * options.length)];\n }\n\n return str;\n}\n\nfunction getChar(event: KeyboardEvent): string {\n if (event.key === KEY.CLOSE_PARENTHESIS) return KEY.CLOSE_PARENTHESIS;\n if (event.key === KEY.CLOSE_BRACKET) return KEY.CLOSE_BRACKET;\n if (event.key === KEY.CLOSE_BRACE) return KEY.CLOSE_BRACE;\n if (event.key === KEY.GREATER_THAN) return KEY.GREATER_THAN;\n return \"\";\n}\n\nfunction match(left: string, right: string): boolean {\n return (\n (left === KEY.OPEN_BRACKET && right === KEY.CLOSE_BRACKET) ||\n (left === KEY.LESS_THAN && right === KEY.GREATER_THAN) ||\n (left === KEY.OPEN_PARENTHESIS && right === KEY.CLOSE_PARENTHESIS) ||\n (left === KEY.OPEN_BRACE && right === KEY.CLOSE_BRACE)\n );\n}\n\nexport function BracketGame(props: IMinigameProps): React.ReactElement {\n const difficulty: Difficulty = { timer: 0, min: 0, max: 0 };\n interpolate(difficulties, props.difficulty, difficulty);\n const timer = difficulty.timer;\n const [right, setRight] = useState(\"\");\n const [left] = useState(generateLeftSide(difficulty));\n\n function press(this: Document, event: KeyboardEvent): void {\n event.preventDefault();\n const char = getChar(event);\n if (!char) return;\n if (!match(left[left.length - right.length - 1], char)) {\n props.onFailure();\n return;\n }\n if (left.length === right.length + 1) {\n props.onSuccess();\n return;\n }\n setRight(right + char);\n }\n\n return (\n <>\n \n \n Close the brackets\n \n {`${left}${right}`}\n \n \n \n \n \n );\n}\n","import { Paper, Typography } from \"@mui/material\";\nimport React, { useEffect, useState } from \"react\";\nimport { AugmentationNames } from \"../../Augmentation/data/AugmentationNames\";\nimport { Player } from \"@player\";\nimport { Settings } from \"../../Settings/Settings\";\nimport { KEY } from \"../../utils/helpers/keyCodes\";\nimport { downArrowSymbol, upArrowSymbol } from \"../utils\";\nimport { interpolate } from \"./Difficulty\";\nimport { GameTimer } from \"./GameTimer\";\nimport { IMinigameProps } from \"./IMinigameProps\";\nimport { KeyHandler } from \"./KeyHandler\";\n\ninterface Difficulty {\n [key: string]: number;\n timer: number;\n size: number;\n}\n\nconst difficulties: {\n Trivial: Difficulty;\n Normal: Difficulty;\n Hard: Difficulty;\n Impossible: Difficulty;\n} = {\n Trivial: { timer: 12000, size: 6 },\n Normal: { timer: 9000, size: 8 },\n Hard: { timer: 5000, size: 9 },\n Impossible: { timer: 2500, size: 12 },\n};\n\nexport function BribeGame(props: IMinigameProps): React.ReactElement {\n const difficulty: Difficulty = { timer: 0, size: 0 };\n interpolate(difficulties, props.difficulty, difficulty);\n const timer = difficulty.timer;\n const [choices] = useState(makeChoices(difficulty));\n const [correctIndex, setCorrectIndex] = useState(0);\n const [index, setIndex] = useState(0);\n const currentChoice = choices[index];\n\n useEffect(() => {\n setCorrectIndex(choices.findIndex((choice) => positive.includes(choice)));\n }, [choices]);\n\n const defaultColor = Settings.theme.primary;\n const disabledColor = Settings.theme.disabled;\n let upColor = defaultColor;\n let downColor = defaultColor;\n let choiceColor = defaultColor;\n const hasAugment = Player.hasAugmentation(AugmentationNames.BeautyOfAphrodite, true);\n\n if (hasAugment) {\n const upIndex = index + 1 >= choices.length ? 0 : index + 1;\n let upDistance = correctIndex - upIndex;\n if (upIndex > correctIndex) {\n upDistance = choices.length - 1 - upIndex + correctIndex;\n }\n\n const downIndex = index - 1 < 0 ? choices.length - 1 : index - 1;\n let downDistance = downIndex - correctIndex;\n if (downIndex < correctIndex) {\n downDistance = downIndex + choices.length - 1 - correctIndex;\n }\n\n const onCorrectIndex = correctIndex == index;\n\n upColor = upDistance <= downDistance && !onCorrectIndex ? upColor : disabledColor;\n downColor = upDistance >= downDistance && !onCorrectIndex ? downColor : disabledColor;\n choiceColor = onCorrectIndex ? defaultColor : disabledColor;\n }\n\n function press(this: Document, event: KeyboardEvent): void {\n event.preventDefault();\n\n const k = event.key;\n if (k === KEY.SPACE) {\n if (positive.includes(currentChoice)) props.onSuccess();\n else props.onFailure();\n return;\n }\n\n let newIndex = index;\n if ([KEY.UP_ARROW, KEY.W, KEY.RIGHT_ARROW, KEY.D].map((k) => k as string).includes(k)) newIndex++;\n if ([KEY.DOWN_ARROW, KEY.S, KEY.LEFT_ARROW, KEY.A].map((k) => k as string).includes(k)) newIndex--;\n while (newIndex < 0) newIndex += choices.length;\n while (newIndex > choices.length - 1) newIndex -= choices.length;\n setIndex(newIndex);\n }\n\n return (\n <>\n \n \n Say something nice about the guard\n \n \n {upArrowSymbol}\n \n \n {currentChoice}\n \n \n {downArrowSymbol}\n \n \n \n );\n}\n\nfunction shuffleArray(array: string[]): void {\n for (let i = array.length - 1; i > 0; i--) {\n const j = Math.floor(Math.random() * (i + 1));\n const temp = array[i];\n array[i] = array[j];\n array[j] = temp;\n }\n}\n\nfunction makeChoices(difficulty: Difficulty): string[] {\n const choices = [];\n choices.push(positive[Math.floor(Math.random() * positive.length)]);\n for (let i = 0; i < difficulty.size; i++) {\n const option = negative[Math.floor(Math.random() * negative.length)];\n if (choices.includes(option)) {\n i--;\n continue;\n }\n choices.push(option);\n }\n shuffleArray(choices);\n return choices;\n}\n\nconst positive = [\n \"affectionate\",\n \"agreeable\",\n \"bright\",\n \"charming\",\n \"creative\",\n \"determined\",\n \"energetic\",\n \"friendly\",\n \"funny\",\n \"generous\",\n \"polite\",\n \"likable\",\n \"diplomatic\",\n \"helpful\",\n \"giving\",\n \"kind\",\n \"hardworking\",\n \"patient\",\n \"dynamic\",\n \"loyal\",\n \"straightforward\",\n];\n\nconst negative = [\n \"aggressive\",\n \"aloof\",\n \"arrogant\",\n \"big-headed\",\n \"boastful\",\n \"boring\",\n \"bossy\",\n \"careless\",\n \"clingy\",\n \"couch potato\",\n \"cruel\",\n \"cynical\",\n \"grumpy\",\n \"hot air\",\n \"know it all\",\n \"obnoxious\",\n \"pain in the neck\",\n \"picky\",\n \"tactless\",\n \"thoughtless\",\n \"cringe\",\n];\n","import { Paper, Typography } from \"@mui/material\";\nimport React, { useState } from \"react\";\nimport { AugmentationNames } from \"../../Augmentation/data/AugmentationNames\";\nimport { Player } from \"@player\";\nimport {\n downArrowSymbol,\n getArrow,\n getInverseArrow,\n leftArrowSymbol,\n random,\n rightArrowSymbol,\n upArrowSymbol,\n} from \"../utils\";\nimport { interpolate } from \"./Difficulty\";\nimport { GameTimer } from \"./GameTimer\";\nimport { IMinigameProps } from \"./IMinigameProps\";\nimport { KeyHandler } from \"./KeyHandler\";\n\ninterface Difficulty {\n [key: string]: number;\n timer: number;\n min: number;\n max: number;\n}\n\nconst difficulties: {\n Trivial: Difficulty;\n Normal: Difficulty;\n Hard: Difficulty;\n Impossible: Difficulty;\n} = {\n Trivial: { timer: 13000, min: 6, max: 8 },\n Normal: { timer: 7000, min: 7, max: 8 },\n Hard: { timer: 5000, min: 8, max: 9 },\n Impossible: { timer: 3000, min: 9, max: 10 },\n};\n\nexport function CheatCodeGame(props: IMinigameProps): React.ReactElement {\n const difficulty: Difficulty = { timer: 0, min: 0, max: 0 };\n interpolate(difficulties, props.difficulty, difficulty);\n const timer = difficulty.timer;\n const [code] = useState(generateCode(difficulty));\n const [index, setIndex] = useState(0);\n const hasAugment = Player.hasAugmentation(AugmentationNames.TrickeryOfHermes, true);\n\n function press(this: Document, event: KeyboardEvent): void {\n event.preventDefault();\n if (code[index] !== getArrow(event) && (!hasAugment || code[index] !== getInverseArrow(event))) {\n props.onFailure();\n return;\n }\n setIndex(index + 1);\n if (index + 1 >= code.length) props.onSuccess();\n }\n\n return (\n <>\n \n \n Enter the Code!\n {code[index]}\n \n \n \n );\n}\n\nfunction generateCode(difficulty: Difficulty): string {\n const arrows = [leftArrowSymbol, rightArrowSymbol, upArrowSymbol, downArrowSymbol];\n let code = \"\";\n for (let i = 0; i < random(difficulty.min, difficulty.max); i++) {\n let arrow = arrows[Math.floor(4 * Math.random())];\n while (arrow === code[code.length - 1]) arrow = arrows[Math.floor(4 * Math.random())];\n code += arrow;\n }\n\n return code;\n}\n","import { Paper, Typography } from \"@mui/material\";\nimport React, { useEffect, useState } from \"react\";\n\ninterface IProps {\n onFinish: () => void;\n}\n\nexport function Countdown(props: IProps): React.ReactElement {\n const [x, setX] = useState(3);\n useEffect(() => {\n if (x === 0) {\n props.onFinish();\n return;\n }\n setTimeout(() => setX(x - 1), 300);\n });\n\n return (\n \n Get Ready!\n {x}\n \n );\n}\n","import { Paper, Typography, Box } from \"@mui/material\";\nimport React, { useState } from \"react\";\nimport { AugmentationNames } from \"../../Augmentation/data/AugmentationNames\";\nimport { Player } from \"@player\";\nimport { Settings } from \"../../Settings/Settings\";\nimport { KEY } from \"../../utils/helpers/keyCodes\";\nimport { downArrowSymbol, getArrow, leftArrowSymbol, rightArrowSymbol, upArrowSymbol } from \"../utils\";\nimport { interpolate } from \"./Difficulty\";\nimport { GameTimer } from \"./GameTimer\";\nimport { IMinigameProps } from \"./IMinigameProps\";\nimport { KeyHandler } from \"./KeyHandler\";\n\ninterface Difficulty {\n [key: string]: number;\n timer: number;\n width: number;\n height: number;\n symbols: number;\n}\n\ninterface GridItem {\n content: string;\n color: string;\n selected?: boolean;\n}\n\nconst difficulties: {\n Trivial: Difficulty;\n Normal: Difficulty;\n Hard: Difficulty;\n Impossible: Difficulty;\n} = {\n Trivial: { timer: 12500, width: 3, height: 3, symbols: 6 },\n Normal: { timer: 15000, width: 4, height: 4, symbols: 7 },\n Hard: { timer: 12500, width: 5, height: 5, symbols: 8 },\n Impossible: { timer: 10000, width: 6, height: 6, symbols: 9 },\n};\n\nexport function Cyberpunk2077Game(props: IMinigameProps): React.ReactElement {\n const difficulty: Difficulty = { timer: 0, width: 0, height: 0, symbols: 0 };\n interpolate(difficulties, props.difficulty, difficulty);\n const timer = difficulty.timer;\n const [grid] = useState(generatePuzzle(difficulty));\n const [answers] = useState(generateAnswers(grid, difficulty));\n const [currentAnswerIndex, setCurrentAnswerIndex] = useState(0);\n const [pos, setPos] = useState([0, 0]);\n\n const hasAugment = Player.hasAugmentation(AugmentationNames.FloodOfPoseidon, true);\n function press(this: Document, event: KeyboardEvent): void {\n event.preventDefault();\n const move = [0, 0];\n const arrow = getArrow(event);\n switch (arrow) {\n case upArrowSymbol:\n move[1]--;\n break;\n case leftArrowSymbol:\n move[0]--;\n break;\n case downArrowSymbol:\n move[1]++;\n break;\n case rightArrowSymbol:\n move[0]++;\n break;\n }\n const next = [pos[0] + move[0], pos[1] + move[1]];\n next[0] = (next[0] + grid[0].length) % grid[0].length;\n next[1] = (next[1] + grid.length) % grid.length;\n setPos(next);\n\n if (event.key === KEY.SPACE) {\n const selected = grid[pos[1]][pos[0]];\n const expected = answers[currentAnswerIndex];\n if (selected !== expected) {\n props.onFailure();\n return;\n }\n setCurrentAnswerIndex(currentAnswerIndex + 1);\n if (answers.length === currentAnswerIndex + 1) props.onSuccess();\n }\n }\n\n const flatGrid: GridItem[] = [];\n grid.map((line, y) =>\n line.map((cell, x) => {\n const isCorrectAnswer = cell === answers[currentAnswerIndex];\n const optionColor = hasAugment && !isCorrectAnswer ? Settings.theme.disabled : Settings.theme.primary;\n\n if (x === pos[0] && y === pos[1]) {\n flatGrid.push({ color: optionColor, content: cell, selected: true });\n return;\n }\n\n flatGrid.push({ color: optionColor, content: cell });\n }),\n );\n\n const fontSize = \"2em\";\n return (\n <>\n \n \n Match the symbols!\n \n Targets:{\" \"}\n {answers.map((a, i) => {\n if (i == currentAnswerIndex)\n return (\n \n {a} \n \n );\n return (\n \n {a} \n \n );\n })}\n \n
    \n \n {flatGrid.map((item) => (\n \n {item.content}\n \n ))}\n \n \n
    \n \n );\n}\n\nfunction generateAnswers(grid: string[][], difficulty: Difficulty): string[] {\n const answers = [];\n for (let i = 0; i < Math.round(difficulty.symbols); i++) {\n answers.push(grid[Math.floor(Math.random() * grid.length)][Math.floor(Math.random() * grid[0].length)]);\n }\n return answers;\n}\n\nfunction randChar(): string {\n return \"ABCDEF0123456789\"[Math.floor(Math.random() * 16)];\n}\n\nfunction generatePuzzle(difficulty: Difficulty): string[][] {\n const puzzle = [];\n for (let i = 0; i < Math.round(difficulty.height); i++) {\n const line = [];\n for (let j = 0; j < Math.round(difficulty.width); j++) {\n line.push(randChar() + randChar());\n }\n puzzle.push(line);\n }\n return puzzle;\n}\n","import { Close, Flag, Report } from \"@mui/icons-material\";\nimport { Box, Paper, Typography } from \"@mui/material\";\nimport { uniqueId } from \"lodash\";\nimport React, { useEffect, useState } from \"react\";\nimport { AugmentationNames } from \"../../Augmentation/data/AugmentationNames\";\nimport { Player } from \"@player\";\nimport { Settings } from \"../../Settings/Settings\";\nimport { KEY } from \"../../utils/helpers/keyCodes\";\nimport { downArrowSymbol, getArrow, leftArrowSymbol, rightArrowSymbol, upArrowSymbol } from \"../utils\";\nimport { interpolate } from \"./Difficulty\";\nimport { GameTimer } from \"./GameTimer\";\nimport { IMinigameProps } from \"./IMinigameProps\";\nimport { KeyHandler } from \"./KeyHandler\";\n\ninterface Difficulty {\n [key: string]: number;\n timer: number;\n width: number;\n height: number;\n mines: number;\n}\n\nconst difficulties: {\n Trivial: Difficulty;\n Normal: Difficulty;\n Hard: Difficulty;\n Impossible: Difficulty;\n} = {\n Trivial: { timer: 15000, width: 3, height: 3, mines: 4 },\n Normal: { timer: 15000, width: 4, height: 4, mines: 7 },\n Hard: { timer: 15000, width: 5, height: 5, mines: 11 },\n Impossible: { timer: 15000, width: 6, height: 6, mines: 15 },\n};\n\nexport function MinesweeperGame(props: IMinigameProps): React.ReactElement {\n const difficulty: Difficulty = { timer: 0, width: 0, height: 0, mines: 0 };\n interpolate(difficulties, props.difficulty, difficulty);\n const timer = difficulty.timer;\n const [minefield] = useState(generateMinefield(difficulty));\n const [answer, setAnswer] = useState(generateEmptyField(difficulty));\n const [pos, setPos] = useState([0, 0]);\n const [memoryPhase, setMemoryPhase] = useState(true);\n const hasAugment = Player.hasAugmentation(AugmentationNames.HuntOfArtemis, true);\n function press(this: Document, event: KeyboardEvent): void {\n event.preventDefault();\n if (memoryPhase) return;\n const move = [0, 0];\n const arrow = getArrow(event);\n switch (arrow) {\n case upArrowSymbol:\n move[1]--;\n break;\n case leftArrowSymbol:\n move[0]--;\n break;\n case downArrowSymbol:\n move[1]++;\n break;\n case rightArrowSymbol:\n move[0]++;\n break;\n }\n const next = [pos[0] + move[0], pos[1] + move[1]];\n next[0] = (next[0] + minefield[0].length) % minefield[0].length;\n next[1] = (next[1] + minefield.length) % minefield.length;\n setPos(next);\n\n if (event.key == KEY.SPACE) {\n if (!minefield[pos[1]][pos[0]]) {\n props.onFailure();\n return;\n }\n setAnswer((old) => {\n old[pos[1]][pos[0]] = true;\n if (fieldEquals(minefield, old)) props.onSuccess();\n return old;\n });\n }\n }\n\n useEffect(() => {\n const id = setTimeout(() => setMemoryPhase(false), 2000);\n return () => clearInterval(id);\n }, []);\n\n const flatGrid: { flagged?: boolean; current?: boolean; marked?: boolean }[] = [];\n\n minefield.map((line, y) =>\n line.map((cell, x) => {\n if (memoryPhase) {\n flatGrid.push({ flagged: Boolean(minefield[y][x]) });\n return;\n } else if (x === pos[0] && y === pos[1]) {\n flatGrid.push({ current: true });\n } else if (answer[y][x]) {\n flatGrid.push({ marked: true });\n } else if (hasAugment && minefield[y][x]) {\n flatGrid.push({ flagged: true });\n } else {\n flatGrid.push({});\n }\n }),\n );\n\n return (\n <>\n \n \n {memoryPhase ? \"Remember all the mines!\" : \"Mark all the mines!\"}\n \n {flatGrid.map((item) => {\n let color: string;\n let icon: React.ReactElement;\n\n if (item.marked) {\n color = Settings.theme.warning;\n icon = ;\n } else if (item.current) {\n color = Settings.theme.infolight;\n icon = ;\n } else if (item.flagged) {\n color = Settings.theme.error;\n icon = ;\n } else {\n color = Settings.theme.primary;\n icon = <>;\n }\n\n return (\n \n {icon}\n \n );\n })}\n \n \n \n \n );\n}\n\nfunction fieldEquals(a: boolean[][], b: boolean[][]): boolean {\n function count(field: boolean[][]): number {\n return field.flat().reduce((a, b) => a + (b ? 1 : 0), 0);\n }\n return count(a) === count(b);\n}\n\nfunction generateEmptyField(difficulty: Difficulty): boolean[][] {\n const field = [];\n for (let i = 0; i < difficulty.height; i++) {\n field.push(new Array(Math.round(difficulty.width)).fill(false));\n }\n return field;\n}\n\nfunction generateMinefield(difficulty: Difficulty): boolean[][] {\n const field = generateEmptyField(difficulty);\n for (let i = 0; i < difficulty.mines; i++) {\n const x = Math.floor(Math.random() * field.length);\n const y = Math.floor(Math.random() * field[0].length);\n if (field[x][y]) {\n i--;\n continue;\n }\n field[x][y] = true;\n }\n return field;\n}\n","import { Box, Paper, Typography } from \"@mui/material\";\nimport React, { useEffect, useState } from \"react\";\nimport { AugmentationNames } from \"../../Augmentation/data/AugmentationNames\";\nimport { Player } from \"@player\";\nimport { KEY } from \"../../utils/helpers/keyCodes\";\nimport { interpolate } from \"./Difficulty\";\nimport { GameTimer } from \"./GameTimer\";\nimport { IMinigameProps } from \"./IMinigameProps\";\nimport { KeyHandler } from \"./KeyHandler\";\n\ninterface Difficulty {\n [key: string]: number;\n window: number;\n}\n\nconst difficulties: {\n Trivial: Difficulty;\n Normal: Difficulty;\n Hard: Difficulty;\n Impossible: Difficulty;\n} = {\n Trivial: { window: 600 },\n Normal: { window: 325 },\n Hard: { window: 250 },\n Impossible: { window: 150 },\n};\n\nexport function SlashGame(props: IMinigameProps): React.ReactElement {\n const difficulty: Difficulty = { window: 0 };\n interpolate(difficulties, props.difficulty, difficulty);\n const [phase, setPhase] = useState(0);\n\n function press(this: Document, event: KeyboardEvent): void {\n event.preventDefault();\n if (event.key !== KEY.SPACE) return;\n if (phase !== 1) {\n props.onFailure();\n } else {\n props.onSuccess();\n }\n }\n const hasAugment = Player.hasAugmentation(AugmentationNames.MightOfAres, true);\n const phaseZeroTime = Math.random() * 3250 + 1500 - (250 + difficulty.window);\n const phaseOneTime = 250;\n const timeUntilAttacking = phaseZeroTime;\n\n useEffect(() => {\n let id = window.setTimeout(() => {\n setPhase(1);\n id = window.setTimeout(() => {\n setPhase(2);\n id = window.setTimeout(() => setPhase(0), difficulty.window);\n }, phaseOneTime);\n }, phaseZeroTime);\n return () => {\n clearInterval(id);\n };\n }, []);\n\n return (\n <>\n \n \n Slash when his guard is down!\n\n {hasAugment ? (\n \n Guard will drop in...\n null} ignoreAugment_WKSharmonizer noPaper />\n \n ) : (\n <>\n )}\n\n {phase === 0 && Guarding ...}\n {phase === 1 && Preparing?}\n {phase === 2 && ATTACKING!}\n \n \n \n );\n}\n","import { Box, Button, MenuItem, Paper, Select, SelectChangeEvent, Typography } from \"@mui/material\";\nimport React, { useState } from \"react\";\nimport { FactionNames } from \"../../Faction/data/FactionNames\";\nimport { inviteToFaction } from \"../../Faction/FactionHelpers\";\nimport { Factions } from \"../../Faction/Factions\";\nimport { Router } from \"../../ui/GameRoot\";\nimport { Player } from \"@player\";\nimport { Money } from \"../../ui/React/Money\";\nimport { Reputation } from \"../../ui/React/Reputation\";\nimport { formatNumber } from \"../../utils/StringHelperFunctions\";\nimport {\n calculateInfiltratorsRepReward,\n calculateSellInformationCashReward,\n calculateTradeInformationRepReward,\n} from \"../formulas/victory\";\n\ninterface IProps {\n StartingDifficulty: number;\n Difficulty: number;\n Reward: number;\n MaxLevel: number;\n}\n\nexport function Victory(props: IProps): React.ReactElement {\n const [faction, setFaction] = useState(\"none\");\n\n function quitInfiltration(): void {\n handleInfiltrators();\n Router.toCity();\n }\n\n const soa = Factions[FactionNames.ShadowsOfAnarchy];\n const repGain = calculateTradeInformationRepReward(props.Reward, props.MaxLevel, props.StartingDifficulty);\n const moneyGain = calculateSellInformationCashReward(props.Reward, props.MaxLevel, props.StartingDifficulty);\n const infiltrationRepGain = calculateInfiltratorsRepReward(soa, props.StartingDifficulty);\n\n const isMemberOfInfiltrators = Player.factions.includes(FactionNames.ShadowsOfAnarchy);\n\n function sell(): void {\n handleInfiltrators();\n Player.gainMoney(moneyGain, \"infiltration\");\n quitInfiltration();\n }\n\n function trade(): void {\n if (faction === \"none\") return;\n handleInfiltrators();\n Factions[faction].playerReputation += repGain;\n quitInfiltration();\n }\n\n function changeDropdown(event: SelectChangeEvent): void {\n setFaction(event.target.value);\n }\n\n function handleInfiltrators(): void {\n inviteToFaction(Factions[FactionNames.ShadowsOfAnarchy]);\n if (isMemberOfInfiltrators) {\n soa.playerReputation += infiltrationRepGain;\n }\n }\n\n return (\n \n Infiltration successful!\n \n You{\" \"}\n {isMemberOfInfiltrators ? (\n <>\n have gained {formatNumber(infiltrationRepGain, 2)} rep for {FactionNames.ShadowsOfAnarchy} and{\" \"}\n \n ) : (\n <>\n )}\n can trade the confidential information you found for money or reputation.\n \n \n \n \n \n \n \n \n \n \n );\n}\n","import { Box, Paper, Typography } from \"@mui/material\";\nimport React, { useEffect, useState } from \"react\";\nimport { AugmentationNames } from \"../../Augmentation/data/AugmentationNames\";\nimport { Player } from \"@player\";\nimport { Settings } from \"../../Settings/Settings\";\nimport { KEY } from \"../../utils/helpers/keyCodes\";\nimport { random } from \"../utils\";\nimport { interpolate } from \"./Difficulty\";\nimport { GameTimer } from \"./GameTimer\";\nimport { IMinigameProps } from \"./IMinigameProps\";\nimport { KeyHandler } from \"./KeyHandler\";\n\ninterface Difficulty {\n [key: string]: number;\n timer: number;\n wiresmin: number;\n wiresmax: number;\n rules: number;\n}\n\nconst difficulties: {\n Trivial: Difficulty;\n Normal: Difficulty;\n Hard: Difficulty;\n Impossible: Difficulty;\n} = {\n Trivial: { timer: 9000, wiresmin: 4, wiresmax: 4, rules: 2 },\n Normal: { timer: 7000, wiresmin: 6, wiresmax: 6, rules: 2 },\n Hard: { timer: 5000, wiresmin: 8, wiresmax: 8, rules: 3 },\n Impossible: { timer: 4000, wiresmin: 9, wiresmax: 9, rules: 4 },\n};\n\nconst types = [KEY.PIPE, KEY.DOT, KEY.FORWARD_SLASH, KEY.HYPHEN, \"█\", KEY.HASH];\n\nconst colors = [\"red\", \"#FFC107\", \"blue\", \"white\"];\n\nconst colorNames: Record = {\n red: \"red\",\n \"#FFC107\": \"yellow\",\n blue: \"blue\",\n white: \"white\",\n};\n\ninterface Wire {\n tpe: string;\n colors: string[];\n}\n\ninterface Question {\n toString: () => string;\n shouldCut: (wire: Wire, index: number) => boolean;\n}\n\nexport function WireCuttingGame(props: IMinigameProps): React.ReactElement {\n const difficulty: Difficulty = {\n timer: 0,\n wiresmin: 0,\n wiresmax: 0,\n rules: 0,\n };\n interpolate(difficulties, props.difficulty, difficulty);\n const timer = difficulty.timer;\n const [wires] = useState(generateWires(difficulty));\n const [cutWires, setCutWires] = useState(new Array(wires.length).fill(false));\n const [questions] = useState(generateQuestion(wires, difficulty));\n const hasAugment = Player.hasAugmentation(AugmentationNames.KnowledgeOfApollo, true);\n\n function checkWire(wireNum: number): boolean {\n return questions.some((q) => q.shouldCut(wires[wireNum - 1], wireNum - 1));\n }\n\n useEffect(() => {\n // check if we won\n const wiresToBeCut = [];\n for (let j = 0; j < wires.length; j++) {\n let shouldBeCut = false;\n for (let i = 0; i < questions.length; i++) {\n shouldBeCut = shouldBeCut || questions[i].shouldCut(wires[j], j);\n }\n wiresToBeCut.push(shouldBeCut);\n }\n if (wiresToBeCut.every((b, i) => b === cutWires[i])) {\n props.onSuccess();\n }\n }, [cutWires]);\n\n function press(this: Document, event: KeyboardEvent): void {\n event.preventDefault();\n const wireNum = parseInt(event.key);\n\n if (wireNum < 1 || wireNum > wires.length || isNaN(wireNum)) return;\n setCutWires((old) => {\n const next = [...old];\n next[wireNum - 1] = true;\n if (!checkWire(wireNum)) {\n props.onFailure();\n }\n\n return next;\n });\n }\n\n return (\n <>\n \n \n \n Cut the wires with the following properties! (keyboard 1 to 9)\n \n {questions.map((question, i) => (\n {question.toString()}\n ))}\n \n {new Array(wires.length).fill(0).map((_, i) => {\n const isCorrectWire = checkWire(i + 1);\n const color = hasAugment && !isCorrectWire ? Settings.theme.disabled : Settings.theme.primary;\n return (\n \n {i + 1}\n \n );\n })}\n {new Array(8).fill(0).map((_, i) => (\n \n {wires.map((wire, j) => {\n if ((i === 3 || i === 4) && cutWires[j]) {\n return ;\n }\n const isCorrectWire = checkWire(j + 1);\n const wireColor =\n hasAugment && !isCorrectWire ? Settings.theme.disabled : wire.colors[i % wire.colors.length];\n return (\n \n |{wire.tpe}|\n \n );\n })}\n \n ))}\n \n \n \n \n );\n}\n\nfunction randomPositionQuestion(wires: Wire[]): Question {\n const index = Math.floor(Math.random() * wires.length);\n return {\n toString: (): string => {\n return `Cut wires number ${index + 1}.`;\n },\n shouldCut: (wire: Wire, i: number): boolean => {\n return index === i;\n },\n };\n}\n\nfunction randomColorQuestion(wires: Wire[]): Question {\n const index = Math.floor(Math.random() * wires.length);\n const cutColor = wires[index].colors[0];\n return {\n toString: (): string => {\n return `Cut all wires colored ${colorNames[cutColor]}.`;\n },\n shouldCut: (wire: Wire): boolean => {\n return wire.colors.includes(cutColor);\n },\n };\n}\n\nfunction generateQuestion(wires: Wire[], difficulty: Difficulty): Question[] {\n const numQuestions = difficulty.rules;\n const questionGenerators = [randomPositionQuestion, randomColorQuestion];\n const questions = [];\n for (let i = 0; i < numQuestions; i++) {\n questions.push(questionGenerators[i % 2](wires));\n }\n return questions;\n}\n\nfunction generateWires(difficulty: Difficulty): Wire[] {\n const wires = [];\n const numWires = random(difficulty.wiresmin, difficulty.wiresmax);\n for (let i = 0; i < numWires; i++) {\n const wireColors = [colors[Math.floor(Math.random() * colors.length)]];\n if (Math.random() < 0.15) {\n wireColors.push(colors[Math.floor(Math.random() * colors.length)]);\n }\n wires.push({\n tpe: types[Math.floor(Math.random() * types.length)],\n colors: wireColors,\n });\n }\n return wires;\n}\n","import { Report } from \"@mui/icons-material\";\nimport { Box, Button, Container, Paper, Tooltip, Typography } from \"@mui/material\";\nimport React from \"react\";\nimport { Location } from \"../../Locations/Location\";\nimport { Settings } from \"../../Settings/Settings\";\nimport { numeralWrapper } from \"../../ui/numeralFormat\";\n\ninterface IProps {\n Location: Location;\n Difficulty: number;\n MaxLevel: number;\n start: () => void;\n cancel: () => void;\n}\n\nfunction arrowPart(color: string, length: number): JSX.Element {\n let arrow = \"\";\n if (length <= 0) length = 0;\n else if (length > 13) length = 13;\n else {\n length--;\n arrow = \">\";\n }\n return (\n \n {\"=\".repeat(length)}\n {arrow}\n {\" \".repeat(13 - arrow.length - length)}\n \n );\n}\n\nfunction coloredArrow(difficulty: number): JSX.Element {\n if (difficulty === 0) {\n return (\n \n {\">\"}\n {\" \".repeat(38)}\n \n );\n } else {\n return (\n <>\n {arrowPart(Settings.theme.primary, difficulty * 13)}\n {arrowPart(Settings.theme.warning, (difficulty - 1) * 13)}\n {arrowPart(Settings.theme.error, (difficulty - 2) * 13)}\n \n );\n }\n}\n\nexport function Intro(props: IProps): React.ReactElement {\n return (\n \n \n \n Infiltrating {props.Location.name}\n \n \n Maximum Level: \n {props.MaxLevel}\n \n 2\n ? Settings.theme.error\n : props.Difficulty > 1\n ? Settings.theme.warning\n : Settings.theme.primary,\n display: \"flex\",\n alignItems: \"center\",\n }}\n >\n Difficulty: \n {numeralWrapper.format(props.Difficulty * 33.3333, \"0\")} / 100\n {props.Difficulty > 1.5 && (\n \n This location is too heavily guarded for your current stats. It is recommended that you try training,\n or finding an easier location.\n \n }\n >\n \n \n )}\n \n\n [{coloredArrow(props.Difficulty)}]\n {`▲ ▲ ▲ ▲`}\n {` Trivial Normal Hard Impossible`}\n \n\n \n \n Infiltration is a series of short minigames that get progressively harder. You take damage for failing\n them. Reaching the maximum level rewards you with intel that you can trade for money or reputation.\n
    \n
    \n Gameplay:\n
    \n
      \n \n
    • \n The minigames you play are randomly selected.\n
      \n It might take you a few tries to get used to them.\n
    • \n
    • No game requires use of the mouse.
    • \n
    • \n Spacebar is the default action/confirm button.\n
    • \n
    • \n The arrow keys and WASD can be used interchangeably.\n
    • \n
    • Sometimes the rest of the keyboard is used.
    • \n
      \n
    \n\n \n \n \n \n
    \n
    \n );\n}\n","import { Box, Container, Paper, Table, TableBody, Tooltip } from \"@mui/material\";\nimport Button from \"@mui/material/Button\";\nimport Typography from \"@mui/material/Typography\";\nimport { uniqueId } from \"lodash\";\nimport React, { useEffect, useState } from \"react\";\nimport { Companies } from \"../Company/Companies\";\nimport { CONSTANTS } from \"../Constants\";\nimport { LocationName } from \"../Locations/data/LocationNames\";\nimport { Locations } from \"../Locations/Locations\";\nimport { Settings } from \"../Settings/Settings\";\nimport { convertTimeMsToTimeElapsedString } from \"../utils/StringHelperFunctions\";\nimport { Player } from \"@player\";\nimport { Router } from \"./GameRoot\";\nimport { numeralWrapper } from \"./numeralFormat\";\nimport { Money } from \"./React/Money\";\nimport { MoneyRate } from \"./React/MoneyRate\";\nimport { ProgressBar } from \"./React/Progress\";\nimport { Reputation } from \"./React/Reputation\";\nimport { ReputationRate } from \"./React/ReputationRate\";\nimport { StatsRow } from \"./React/StatsRow\";\nimport { isCrimeWork } from \"../Work/CrimeWork\";\nimport { isClassWork } from \"../Work/ClassWork\";\nimport { WorkStats } from \"../Work/WorkStats\";\nimport { isCreateProgramWork } from \"../Work/CreateProgramWork\";\nimport { isGraftingWork } from \"../Work/GraftingWork\";\nimport { isFactionWork } from \"../Work/FactionWork\";\nimport { FactionWorkType } from \"../Work/data/FactionWorkType\";\nimport { isCompanyWork } from \"../Work/CompanyWork\";\n\nconst CYCLES_PER_SEC = 1000 / CONSTANTS.MilliPerCycle;\n\ninterface IWorkInfo {\n buttons: {\n cancel: () => void;\n unfocus?: () => void;\n };\n title: string | React.ReactElement;\n\n description?: string | React.ReactElement;\n gains?: (string | React.ReactElement)[];\n progress?: {\n elapsed?: number;\n remaining?: number;\n percentage?: number;\n };\n\n stopText: string;\n stopTooltip?: string | React.ReactElement;\n}\n\nfunction ExpRows(rate: WorkStats): React.ReactElement[] {\n return [\n rate.hackExp > 0 ? (\n \n ) : (\n <>\n ),\n rate.strExp > 0 ? (\n \n ) : (\n <>\n ),\n rate.defExp > 0 ? (\n \n ) : (\n <>\n ),\n rate.dexExp > 0 ? (\n \n ) : (\n <>\n ),\n rate.agiExp > 0 ? (\n \n ) : (\n <>\n ),\n rate.chaExp > 0 ? (\n \n ) : (\n <>\n ),\n ];\n}\n\n/* Because crime exp is given all at once at the end, we don't care about the cycles per second. */\nfunction CrimeExpRows(rate: WorkStats): React.ReactElement[] {\n return [\n rate.hackExp > 0 ? (\n \n ) : (\n <>\n ),\n rate.strExp > 0 ? (\n \n ) : (\n <>\n ),\n rate.defExp > 0 ? (\n \n ) : (\n <>\n ),\n rate.dexExp > 0 ? (\n \n ) : (\n <>\n ),\n rate.agiExp > 0 ? (\n \n ) : (\n <>\n ),\n rate.chaExp > 0 ? (\n \n ) : (\n <>\n ),\n ];\n}\n\nexport function WorkInProgressRoot(): React.ReactElement {\n const setRerender = useState(false)[1];\n function rerender(): void {\n setRerender((old) => !old);\n }\n\n useEffect(() => {\n const id = setInterval(rerender, CONSTANTS.MilliPerCycle);\n return () => clearInterval(id);\n }, []);\n\n let workInfo: IWorkInfo = {\n buttons: {\n cancel: () => undefined,\n },\n title: \"\",\n stopText: \"\",\n };\n\n if (Player.currentWork === null) {\n setTimeout(() => Router.toTerminal());\n return <>;\n }\n\n if (isCrimeWork(Player.currentWork)) {\n const crime = Player.currentWork.getCrime();\n const completion = (Player.currentWork.unitCompleted / crime.time) * 100;\n const gains = Player.currentWork.earnings();\n const successChance = crime.successRate(Player);\n workInfo = {\n buttons: {\n cancel: () => {\n Router.toLocation(Locations[LocationName.Slums]);\n Player.finishWork(true);\n },\n unfocus: () => {\n Router.toCity();\n Player.stopFocusing();\n },\n },\n title: `You are attempting ${crime.workName}`,\n\n gains: [\n Success chance: {numeralWrapper.formatPercentage(successChance)},\n Gains (on success),\n \n \n \n \n ,\n ...CrimeExpRows(gains),\n ],\n progress: {\n remaining: crime.time - Player.currentWork.unitCompleted,\n percentage: completion,\n },\n\n stopText: \"Stop committing crime\",\n };\n }\n\n if (isClassWork(Player.currentWork)) {\n const classWork = Player.currentWork;\n function cancel(): void {\n Player.finishWork(true);\n Router.toCity();\n }\n\n function unfocus(): void {\n Router.toCity();\n Player.stopFocusing();\n }\n\n let stopText = \"\";\n if (classWork.isGym()) {\n stopText = \"Stop training at gym\";\n } else {\n stopText = \"Stop taking course\";\n }\n\n const rates = classWork.calculateRates();\n workInfo = {\n buttons: {\n cancel: cancel,\n unfocus: unfocus,\n },\n title: (\n <>\n You are currently {classWork.getClass().youAreCurrently}\n \n ),\n\n gains: [\n \n \n ()\n \n ,\n ...ExpRows(rates),\n ],\n progress: {\n elapsed: classWork.cyclesWorked * CONSTANTS._idleSpeed,\n },\n\n stopText: stopText,\n };\n }\n\n if (isCreateProgramWork(Player.currentWork)) {\n const create = Player.currentWork;\n function cancel(): void {\n Player.finishWork(true);\n Router.toTerminal();\n }\n function unfocus(): void {\n Router.toTerminal();\n Player.stopFocusing();\n }\n\n const completion = (create.unitCompleted / create.unitNeeded()) * 100;\n\n workInfo = {\n buttons: {\n cancel: cancel,\n unfocus: unfocus,\n },\n title: (\n <>\n You are currently working on coding {create.programName}\n \n ),\n\n progress: {\n elapsed: create.cyclesWorked * CONSTANTS._idleSpeed,\n percentage: completion,\n },\n\n stopText: \"Stop creating program\",\n stopTooltip: \"Your work will be saved and you can return to complete the program later.\",\n };\n }\n\n if (isGraftingWork(Player.currentWork)) {\n const graft = Player.currentWork;\n function cancel(): void {\n Player.finishWork(true);\n Router.toTerminal();\n }\n function unfocus(): void {\n Router.toTerminal();\n Player.stopFocusing();\n }\n\n workInfo = {\n buttons: {\n cancel: cancel,\n unfocus: unfocus,\n },\n title: (\n <>\n You are currently working on grafting {graft.augmentation}\n \n ),\n\n progress: {\n elapsed: graft.cyclesWorked * CONSTANTS._idleSpeed,\n percentage: (graft.unitCompleted / graft.unitNeeded()) * 100,\n },\n\n stopText: \"Stop grafting\",\n stopTooltip: (\n <>\n If you cancel, your work will not be saved, and the money you spent will not be returned\n \n ),\n };\n }\n\n if (isFactionWork(Player.currentWork)) {\n const faction = Player.currentWork.getFaction();\n if (!faction) {\n workInfo = {\n buttons: {\n cancel: () => Router.toFactions(),\n },\n title:\n `You have not joined ${Player.currentWork.factionName || \"(Faction not found)\"} at this time,` +\n \" please try again if you think this should have worked\",\n\n stopText: \"Back to Factions\",\n };\n }\n\n function cancel(): void {\n Router.toFaction(faction);\n Player.finishWork(true);\n }\n function unfocus(): void {\n Router.toFaction(faction);\n Player.stopFocusing();\n }\n\n const description = {\n [FactionWorkType.HACKING]: \"carrying out hacking contracts\",\n [FactionWorkType.FIELD]: \"carrying out field missions\",\n [FactionWorkType.SECURITY]: \"performing security detail\",\n };\n\n const exp = Player.currentWork.getExpRates();\n\n workInfo = {\n buttons: {\n cancel: cancel,\n unfocus: unfocus,\n },\n title: (\n <>\n You are currently {description[Player.currentWork.factionWorkType]} for {faction.name}\n \n ),\n\n description: (\n <>\n Current Faction Reputation: (\n )\n \n ),\n gains: ExpRows(exp),\n progress: {\n elapsed: Player.currentWork.cyclesWorked * CONSTANTS._idleSpeed,\n },\n\n stopText: \"Stop Faction work\",\n };\n }\n\n if (isCompanyWork(Player.currentWork)) {\n const comp = Companies[Player.currentWork.companyName];\n if (comp) {\n workInfo = {\n buttons: {\n cancel: () => Router.toTerminal(),\n },\n title:\n `You cannot work for ${Player.currentWork.companyName || \"(Company not found)\"} at this time,` +\n \" please try again if you think this should have worked\",\n\n stopText: \"Back to Terminal\",\n };\n }\n\n const companyRep = comp.playerReputation;\n\n function cancel(): void {\n Player.finishWork(true);\n Router.toJob(Locations[comp.name]);\n }\n function unfocus(): void {\n Player.stopFocusing();\n Router.toJob(Locations[comp.name]);\n }\n\n const position = Player.jobs[Player.currentWork.companyName];\n const gains = Player.currentWork.getGainRates();\n workInfo = {\n buttons: {\n cancel: cancel,\n unfocus: unfocus,\n },\n title: (\n <>\n You are currently working as a {position} at {Player.currentWork.companyName}\n \n ),\n\n description: (\n <>\n Current Company Reputation: \n \n ),\n gains: [\n \n \n \n \n ,\n \n \n \n \n ,\n ...ExpRows(gains),\n ],\n progress: {\n elapsed: Player.currentWork.cyclesWorked * CONSTANTS._idleSpeed,\n },\n\n stopText: \"Stop working\",\n };\n }\n\n if (workInfo.title === \"\") {\n return <>;\n }\n\n const tooltipInfo =\n typeof workInfo?.stopTooltip === \"string\" ? (\n {workInfo.stopTooltip}\n ) : (\n workInfo.stopTooltip || <>\n );\n\n return (\n \n \n {workInfo.title}\n {workInfo.description}\n {workInfo.gains && (\n \n \n {workInfo.gains.map((row) => (\n {row}\n ))}\n \n
    \n )}\n
    \n \n {workInfo.progress !== undefined && (\n \n \n {workInfo.progress.elapsed !== undefined && (\n {convertTimeMsToTimeElapsedString(workInfo.progress.elapsed)} elapsed\n )}\n {workInfo.progress.remaining !== undefined && (\n {convertTimeMsToTimeElapsedString(workInfo.progress.remaining)} remaining\n )}\n {workInfo.progress.percentage !== undefined && (\n {workInfo.progress.percentage.toFixed(2)}% done\n )}\n \n {workInfo.progress.percentage !== undefined && (\n \n )}\n \n )}\n\n \n {workInfo.stopTooltip ? (\n \n \n \n ) : (\n \n )}\n {workInfo.buttons.unfocus && (\n \n )}\n \n \n \n );\n}\n","import { Box, Container, Typography } from \"@mui/material\";\nimport React, { useState } from \"react\";\nimport { GameOptionsTab } from \"../GameOptionsTab\";\nimport { GameOptionsSidebar } from \"./GameOptionsSidebar\";\nimport { GameplayPage } from \"./GameplayPage\";\nimport { InterfacePage } from \"./InterfacePage\";\nimport { MiscPage } from \"./MiscPage\";\nimport { RemoteAPIPage } from \"./RemoteAPIPage\";\nimport { SystemPage } from \"./SystemPage\";\n\ninterface IProps {\n save: () => void;\n export: () => void;\n forceKill: () => void;\n softReset: () => void;\n}\n\nexport function GameOptionsRoot(props: IProps): React.ReactElement {\n const [currentTab, setCurrentTab] = useState(GameOptionsTab.SYSTEM);\n\n return (\n \n Options\n \n \n {currentTab === GameOptionsTab.SYSTEM && }\n {currentTab === GameOptionsTab.INTERFACE && }\n {currentTab === GameOptionsTab.GAMEPLAY && }\n {currentTab === GameOptionsTab.MISC && }\n {currentTab === GameOptionsTab.REMOTE_API && }\n \n \n );\n}\n","import {\n BugReport,\n Chat,\n Download,\n LibraryBooks,\n Palette,\n Reddit,\n Save,\n SystemUpdateAlt,\n Upload,\n Bloodtype,\n} from \"@mui/icons-material\";\nimport { Box, Button, List, ListItemButton, Paper, Tooltip, Typography } from \"@mui/material\";\nimport { default as React, useRef, useState } from \"react\";\nimport { FileDiagnosticModal } from \"../../Diagnostic/FileDiagnosticModal\";\nimport { ImportData, saveObject } from \"../../SaveObject\";\nimport { Settings } from \"../../Settings/Settings\";\nimport { StyleEditorButton } from \"../../Themes/ui/StyleEditorButton\";\nimport { ThemeEditorButton } from \"../../Themes/ui/ThemeEditorButton\";\nimport { ConfirmationModal } from \"../../ui/React/ConfirmationModal\";\nimport { DeleteGameButton } from \"../../ui/React/DeleteGameButton\";\nimport { SnackbarEvents, ToastVariant } from \"../../ui/React/Snackbar\";\nimport { SoftResetButton } from \"../../ui/React/SoftResetButton\";\nimport { Router } from \"../../ui/GameRoot\";\nimport { convertTimeMsToTimeElapsedString } from \"../../utils/StringHelperFunctions\";\nimport { GameOptionsTab } from \"../GameOptionsTab\";\n\ninterface IProps {\n tab: GameOptionsTab;\n setTab: (tab: GameOptionsTab) => void;\n save: () => void;\n export: () => void;\n forceKill: () => void;\n softReset: () => void;\n}\n\ninterface ITabProps {\n sideBarProps: IProps;\n tab: GameOptionsTab;\n tabName: string;\n}\n\nconst SideBarTab = (props: ITabProps): React.ReactElement => {\n return (\n props.sideBarProps.setTab(props.tab)}\n >\n {props.tabName}\n \n );\n};\n\nexport const GameOptionsSidebar = (props: IProps): React.ReactElement => {\n const importInput = useRef(null);\n\n const [diagnosticOpen, setDiagnosticOpen] = useState(false);\n const [importSaveOpen, setImportSaveOpen] = useState(false);\n const [importData, setImportData] = useState(null);\n\n function startImport(): void {\n if (!window.File || !window.FileReader || !window.FileList || !window.Blob) return;\n const ii = importInput.current;\n if (ii === null) throw new Error(\"import input should not be null\");\n ii.click();\n }\n\n async function onImport(event: React.ChangeEvent): Promise {\n try {\n const base64Save = await saveObject.getImportStringFromFile(event.target.files);\n const data = await saveObject.getImportDataFromString(base64Save);\n setImportData(data);\n setImportSaveOpen(true);\n } catch (e: unknown) {\n SnackbarEvents.emit(String(e), ToastVariant.ERROR, 5000);\n }\n }\n\n async function confirmedImportGame(): Promise {\n if (!importData) return;\n\n try {\n await saveObject.importGame(importData.base64);\n } catch (e: unknown) {\n SnackbarEvents.emit(String(e), ToastVariant.ERROR, 5000);\n }\n\n setImportSaveOpen(false);\n setImportData(null);\n }\n\n function compareSaveGame(): void {\n if (!importData) return;\n Router.toImportSave(importData.base64);\n setImportSaveOpen(false);\n setImportData(null);\n }\n\n return (\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n Export your game to a text file.}>\n \n \n \n Import your game from a text file.\n
    \n This will overwrite your current game. Back it up first!\n \n }\n >\n \n \n setImportSaveOpen(false)}\n onConfirm={() => confirmedImportGame()}\n additionalButton={}\n confirmationText={\n <>\n Importing a new game will completely wipe the current data!\n
    \n
    \n Make sure to have a backup of your current save file before importing.\n
    \n The file you are attempting to import seems valid.\n {(importData?.playerData?.lastSave ?? 0) > 0 && (\n <>\n
    \n
    \n The export date of the save file is{\" \"}\n {new Date(importData?.playerData?.lastSave ?? 0).toLocaleString()}\n \n )}\n {(importData?.playerData?.totalPlaytime ?? 0) > 0 && (\n <>\n
    \n
    \n Total play time of imported game:{\" \"}\n {convertTimeMsToTimeElapsedString(importData?.playerData?.totalPlaytime ?? 0)}\n \n )}\n
    \n
    \n \n }\n />\n \n Forcefully kill all active running scripts, in case there is a bug or some unexpected issue with the game.\n After using this, save the game and then reload the page. This is different than normal kill in that\n normal kill will tell the script to shut down while force kill just removes the references to it (and it\n should crash on its own). This will not remove the files on your computer, just forcefully kill all\n running instances of all scripts.\n \n }\n >\n \n \n \n \n \n \n If your save file is extremely big you can use this button to view a map of all the files on every server.\n Be careful: there might be spoilers.\n \n }\n >\n \n \n \n \n \n \n \n \n \n \n \n\n \n }\n href=\"https://github.com/danielyxie/bitburner/issues/new\"\n target=\"_blank\"\n sx={{ gridArea: \"bug\" }}\n >\n Report Bug\n \n }\n href=\"https://bitburner.readthedocs.io/en/latest/changelog.html\"\n target=\"_blank\"\n sx={{ gridArea: \" changelog\" }}\n >\n Changelog\n \n }\n href=\"https://bitburner.readthedocs.io/en/latest/index.html\"\n target=\"_blank\"\n sx={{ gridArea: \"docs\" }}\n >\n Documentation\n \n \n }\n href=\"https://www.reddit.com/r/bitburner\"\n target=\"_blank\"\n sx={{ gridArea: \"reddit\" }}\n >\n Reddit\n \n
    \n\n {!location.href.startsWith(\"file://\") && (\n \n \n \n \n \n hydroflame (Current Maintainer)\n \n \n Donate blood!\n \n \n \n )}\n \n setDiagnosticOpen(false)} />\n \n );\n};\n","import React from \"react\";\nimport { GetServer, GetAllServers } from \"../Server/AllServers\";\nimport { Modal } from \"../ui/React/Modal\";\nimport { numeralWrapper } from \"../ui/numeralFormat\";\n\nimport Table from \"@mui/material/Table\";\nimport TableBody from \"@mui/material/TableBody\";\nimport TableCell from \"@mui/material/TableCell\";\nimport TableContainer from \"@mui/material/TableContainer\";\nimport TableHead from \"@mui/material/TableHead\";\nimport TableRow from \"@mui/material/TableRow\";\nimport Typography from \"@mui/material/Typography\";\nimport Paper from \"@mui/material/Paper\";\nimport Accordion from \"@mui/material/Accordion\";\nimport AccordionSummary from \"@mui/material/AccordionSummary\";\nimport AccordionDetails from \"@mui/material/AccordionDetails\";\nimport ExpandMoreIcon from \"@mui/icons-material/ExpandMore\";\n\ninterface IServerProps {\n hostname: string;\n}\n\nfunction ServerAccordion(props: IServerProps): React.ReactElement {\n const server = GetServer(props.hostname);\n if (server === null) throw new Error(`server '${props.hostname}' should not be null`);\n let totalSize = 0;\n for (const f of server.scripts) {\n totalSize += f.code.length;\n }\n\n for (const f of server.textFiles) {\n totalSize += f.text.length;\n }\n\n if (totalSize === 0) {\n return <>;\n }\n\n interface File {\n name: string;\n size: number;\n }\n\n const files: File[] = [];\n\n for (const f of server.scripts) {\n files.push({ name: f.filename, size: f.code.length });\n }\n\n for (const f of server.textFiles) {\n files.push({ name: f.fn, size: f.text.length });\n }\n\n files.sort((a: File, b: File): number => b.size - a.size);\n\n return (\n \n }>\n \n {server.hostname} ({numeralWrapper.formatBigNumber(totalSize)}b)\n \n \n \n \n \n \n \n \n Filename\n \n \n Size\n \n \n \n \n {files.map((file: File) => (\n \n \n {file.name}\n \n \n {numeralWrapper.formatBigNumber(file.size)}b\n \n \n ))}\n \n
    \n
    \n
      \n
      \n
      \n );\n}\n\ninterface IProps {\n open: boolean;\n onClose: () => void;\n}\n\nexport function FileDiagnosticModal(props: IProps): React.ReactElement {\n const keys: string[] = [];\n for (const key of GetAllServers()) {\n keys.push(key.hostname);\n }\n\n return (\n \n <>\n \n Welcome to the file diagnostic! If your save file is really big it's likely because you have too many\n text/scripts. This tool can help you narrow down where they are.\n \n {keys.map((hostname: string) => (\n \n ))}\n \n \n );\n}\n","import React, { useEffect, useState } from \"react\";\nimport { Modal } from \"../../ui/React/Modal\";\n\nimport Button from \"@mui/material/Button\";\nimport ButtonGroup from \"@mui/material/ButtonGroup\";\nimport Typography from \"@mui/material/Typography\";\nimport Paper from \"@mui/material/Paper\";\nimport TextField from \"@mui/material/TextField\";\nimport ReplyIcon from \"@mui/icons-material/Reply\";\nimport SaveIcon from \"@mui/icons-material/Save\";\n\nimport { ThemeEvents } from \"./Theme\";\nimport { Settings } from \"../../Settings/Settings\";\nimport { defaultStyles } from \"../Styles\";\nimport { Tooltip } from \"@mui/material\";\nimport { IStyleSettings } from \"../../ScriptEditor/NetscriptDefinitions\";\n\ninterface IProps {\n open: boolean;\n onClose: () => void;\n}\n\ninterface FontFamilyProps {\n value: React.CSSProperties[\"fontFamily\"];\n onChange: (newValue: React.CSSProperties[\"fontFamily\"], error?: string) => void;\n refreshId: number;\n}\n\nfunction FontFamilyField({ value, onChange, refreshId }: FontFamilyProps): React.ReactElement {\n const [errorText, setErrorText] = useState();\n const [fontFamily, setFontFamily] = useState(value);\n\n function update(newValue: React.CSSProperties[\"fontFamily\"]): void {\n setFontFamily(newValue);\n if (!newValue) {\n setErrorText(\"Must have a value\");\n } else {\n setErrorText(\"\");\n }\n }\n\n function onTextChange(event: React.ChangeEvent): void {\n update(event.target.value);\n }\n\n useEffect(() => onChange(fontFamily, errorText), [fontFamily]);\n useEffect(() => update(value), [refreshId]);\n\n return (\n \n );\n}\n\ninterface LineHeightProps {\n value: React.CSSProperties[\"lineHeight\"];\n onChange: (newValue: React.CSSProperties[\"lineHeight\"], error?: string) => void;\n refreshId: number;\n}\n\nfunction LineHeightField({ value, onChange, refreshId }: LineHeightProps): React.ReactElement {\n const [errorText, setErrorText] = useState();\n const [lineHeight, setLineHeight] = useState(value);\n\n function update(newValue: React.CSSProperties[\"lineHeight\"]): void {\n setLineHeight(newValue);\n if (!newValue) {\n setErrorText(\"Must have a value\");\n } else if (isNaN(Number(newValue))) {\n setErrorText(\"Must be a number\");\n } else {\n setErrorText(\"\");\n }\n }\n\n function onTextChange(event: React.ChangeEvent): void {\n update(event.target.value);\n }\n\n useEffect(() => onChange(lineHeight, errorText), [lineHeight]);\n useEffect(() => update(value), [refreshId]);\n\n return (\n \n );\n}\n\nexport function StyleEditorModal(props: IProps): React.ReactElement {\n const [refreshId, setRefreshId] = useState(0);\n const [error, setError] = useState();\n const [customStyle, setCustomStyle] = useState({\n ...Settings.styles,\n });\n\n function persistToSettings(styles: IStyleSettings): void {\n Object.assign(Settings.styles, styles);\n ThemeEvents.emit();\n }\n\n function saveStyles(): void {\n persistToSettings(customStyle);\n }\n\n function setDefaults(): void {\n const styles = { ...defaultStyles };\n setCustomStyle(styles);\n persistToSettings(styles);\n setRefreshId(refreshId + 1);\n }\n\n function update(styles: IStyleSettings, errorMessage?: string): void {\n setError(errorMessage);\n if (!errorMessage) {\n setCustomStyle(styles);\n }\n }\n\n return (\n \n Styles Editor\n \n WARNING: Changing styles may mess up the interface. Drastic changes are{\" \"}\n NOT recommended.\n \n \n update({ ...customStyle, fontFamily: value ?? \"\" }, error)}\n />\n
      \n update({ ...customStyle, lineHeight: Number(value) ?? 0 }, error)}\n />\n
      \n \n \n \n \n \n \n
      \n
      \n );\n}\n","import React, { useState } from \"react\";\nimport { Modal } from \"../../ui/React/Modal\";\nimport Button from \"@mui/material/Button\";\nimport ButtonGroup from \"@mui/material/ButtonGroup\";\nimport Typography from \"@mui/material/Typography\";\nimport Tooltip from \"@mui/material/Tooltip\";\nimport Paper from \"@mui/material/Paper\";\nimport TextField from \"@mui/material/TextField\";\nimport IconButton from \"@mui/material/IconButton\";\nimport ReplyIcon from \"@mui/icons-material/Reply\";\nimport PaletteSharpIcon from \"@mui/icons-material/PaletteSharp\";\nimport HistoryIcon from \"@mui/icons-material/History\";\nimport { Color, ColorPicker } from \"material-ui-color\";\nimport { ThemeEvents } from \"./Theme\";\nimport { Settings } from \"../../Settings/Settings\";\nimport { defaultTheme } from \"../Themes\";\nimport { UserInterfaceTheme } from \"../../ScriptEditor/NetscriptDefinitions\";\nimport { Router } from \"../../ui/GameRoot\";\nimport { ThemeCollaborate } from \"./ThemeCollaborate\";\n\ninterface IProps {\n open: boolean;\n onClose: () => void;\n}\n\ninterface IColorEditorProps {\n name: string;\n color: string | undefined;\n onColorChange: (name: string, value: string) => void;\n defaultColor: string;\n}\n\nfunction ColorEditor({ name, onColorChange, color, defaultColor }: IColorEditorProps): React.ReactElement {\n if (color === undefined) {\n console.error(`color ${name} was undefined, reverting to default`);\n color = defaultColor;\n }\n\n return (\n <>\n \n onColorChange(name, \"#\" + newColor.hex)}\n disableAlpha\n />\n \n ),\n endAdornment: (\n <>\n onColorChange(name, defaultColor)}>\n \n \n \n ),\n }}\n />\n \n );\n}\n\nexport function ThemeEditorModal(props: IProps): React.ReactElement {\n const [customTheme, setCustomTheme] = useState<{ [key: string]: string | undefined }>({\n ...Settings.theme,\n });\n\n function setTheme(theme: UserInterfaceTheme): void {\n setCustomTheme(theme);\n Object.assign(Settings.theme, theme);\n ThemeEvents.emit();\n }\n\n function onThemeChange(event: React.ChangeEvent): void {\n try {\n const importedTheme = JSON.parse(event.target.value);\n if (typeof importedTheme !== \"object\") return;\n setCustomTheme(importedTheme);\n for (const key of Object.keys(importedTheme)) {\n Settings.theme[key] = importedTheme[key];\n }\n ThemeEvents.emit();\n } catch (err) {\n // ignore\n }\n }\n\n function onColorChange(name: string, value: string): void {\n setCustomTheme((old: { [key: string]: string | undefined }) => {\n old[name] = value;\n return old;\n });\n\n Settings.theme[name] = value;\n ThemeEvents.emit();\n }\n\n function setTemplateTheme(theme: UserInterfaceTheme): void {\n setTheme(theme);\n }\n\n return (\n \n \n Example tooltip}>\n \n \n \n \n \n \n \n
      \n \n text with primary color\n \n  \n \n text with secondary color\n \n  \n \n text with error color\n \n
      \n \n
      \n\n \n \n \n \n\n
      \n \n \n \n\n
      \n \n \n \n\n
      \n \n \n \n\n
      \n \n \n \n\n
      \n \n \n \n\n
      \n \n \n \n \n \n \n \n\n
      \n \n \n \n \n \n \n \n \n
      \n\n \n \n <>\n Backup your theme or share it with others by copying the string above.\n \n \n \n \n \n \n \n \n \n \n \n
      \n );\n}\n","import React from \"react\";\nimport { OptionSwitch } from \"../../ui/React/OptionSwitch\";\nimport { Settings } from \"../../Settings/Settings\";\nimport { GameOptionsPage } from \"./GameOptionsPage\";\nimport { Player } from \"@player\";\n\nexport const GameplayPage = (): React.ReactElement => {\n return (\n \n (Settings.SuppressMessages = newValue)}\n text=\"Suppress story messages\"\n tooltip={\n <>\n If this is set, then any messages you receive will not appear as popups on the screen. They will still get\n sent to your home computer as '.msg' files and can be viewed with the 'cat' Terminal command.\n \n }\n />\n (Settings.SuppressFactionInvites = newValue)}\n text=\"Suppress faction invites\"\n tooltip={\n <>\n If this is set, then any faction invites you receive will not appear as popups on the screen. Your\n outstanding faction invites can be viewed in the 'Factions' page.\n \n }\n />\n (Settings.SuppressTravelConfirmation = newValue)}\n text=\"Suppress travel confirmations\"\n tooltip={\n <>\n If this is set, the confirmation message before traveling will not show up. You will automatically be\n deducted the travel cost as soon as you click.\n \n }\n />\n (Settings.SuppressBuyAugmentationConfirmation = newValue)}\n text=\"Suppress augmentations confirmation\"\n tooltip={<>If this is set, the confirmation message before buying augmentation will not show up.}\n />\n (Settings.SuppressTIXPopup = newValue)}\n text=\"Suppress TIX messages\"\n tooltip={<>If this is set, the stock market will never create any popup.}\n />\n {Player.bladeburner && (\n (Settings.SuppressBladeburnerPopup = newValue)}\n text=\"Suppress bladeburner popup\"\n tooltip={\n <>\n If this is set, then having your Bladeburner actions interrupted by being busy with something else will\n not display a popup message.\n \n }\n />\n )}\n \n );\n};\n","import React, { useState } from \"react\";\nimport { MenuItem, Select, SelectChangeEvent, TextField, Tooltip, Typography } from \"@mui/material\";\nimport { Settings } from \"../../Settings/Settings\";\nimport { OptionSwitch } from \"../../ui/React/OptionSwitch\";\nimport { GameOptionsPage } from \"./GameOptionsPage\";\nimport { formatTime } from \"../../utils/helpers/formatTime\";\n\nexport const InterfacePage = (): React.ReactElement => {\n const [timestampFormat, setTimestampFormat] = useState(Settings.TimestampsFormat);\n const [locale, setLocale] = useState(Settings.Locale);\n\n function handleLocaleChange(event: SelectChangeEvent): void {\n setLocale(event.target.value);\n Settings.Locale = event.target.value;\n }\n function handleTimestampFormatChange(event: React.ChangeEvent): void {\n setTimestampFormat(event.target.value);\n Settings.TimestampsFormat = event.target.value;\n }\n return (\n \n (Settings.DisableASCIIArt = newValue)}\n text=\"Disable ascii art\"\n tooltip={<>If this is set all ASCII art will be disabled.}\n />\n (Settings.DisableTextEffects = newValue)}\n text=\"Disable text effects\"\n tooltip={\n <>\n If this is set, text effects will not be displayed. This can help if text is difficult to read in certain\n areas.\n \n }\n />\n (Settings.DisableOverviewProgressBars = newValue)}\n text=\"Disable Overview Progress Bars\"\n tooltip={<>If this is set, the progress bars in the character overview will be hidden.}\n />\n (Settings.UseIEC60027_2 = newValue)}\n text=\"Use GiB instead of GB\"\n tooltip={\n <>If this is set all references to memory will use GiB instead of GB, in accordance with IEC 60027-2.\n }\n />\n (Settings.ShowMiddleNullTimeUnit = newValue)}\n text=\"Show all intermediary times unit, even when null.\"\n tooltip={<>ex : 1 hours 13 seconds becomes 1 hours 0 minutes 13 seconds.}\n />\n \n Terminal commands and log entries will be timestamped. See https://date-fns.org/docs/Getting-Started/\n \n }\n >\n \n Timestamp format: \n \n ),\n }}\n value={timestampFormat}\n onChange={handleTimestampFormatChange}\n placeholder=\"yyyy-MM-dd hh:mm:ss\"\n />\n \n \n Example timestamp: {timestampFormat !== \"\" ? formatTime(timestampFormat) : \"no timestamp\"}\n \n
      \n\n \n
      \n );\n};\n","import React from \"react\";\nimport { Settings } from \"../../Settings/Settings\";\nimport { OptionSwitch } from \"../../ui/React/OptionSwitch\";\nimport { GameOptionsPage } from \"./GameOptionsPage\";\n\nexport const MiscPage = (): React.ReactElement => {\n return (\n \n (Settings.DisableHotkeys = newValue)}\n text=\"Disable hotkeys\"\n tooltip={\n <>\n If this is set, then most hotkeys (keyboard shortcuts) in the game are disabled. This includes Terminal\n commands, hotkeys to navigate between different parts of the game, and the \"Save and Close (Ctrl + b)\"\n hotkey in the Text Editor.\n \n }\n />\n (Settings.EnableBashHotkeys = newValue)}\n text=\"Enable bash hotkeys\"\n tooltip={\n <>\n Improved Bash emulation mode. Setting this to 1 enables several new Terminal shortcuts and features that\n more closely resemble a real Bash-style shell. Note that when this mode is enabled, the default browser\n shortcuts are overridden by the new Bash shortcuts.\n \n }\n />\n \n );\n};\n","import React, { useState } from \"react\";\nimport { Button, Link, TextField, Tooltip, Typography } from \"@mui/material\";\nimport { GameOptionsPage } from \"./GameOptionsPage\";\nimport { Settings } from \"../../Settings/Settings\";\nimport { ConnectionBauble } from \"./ConnectionBauble\";\nimport { isRemoteFileApiConnectionLive, newRemoteFileApiConnection } from \"../../RemoteFileAPI/RemoteFileAPI\";\n\nexport const RemoteAPIPage = (): React.ReactElement => {\n const [remoteFileApiPort, setRemoteFileApiPort] = useState(Settings.RemoteFileApiPort);\n\n function handleRemoteFileApiPortChange(event: React.ChangeEvent): void {\n setRemoteFileApiPort(Number(event.target.value) as number);\n Settings.RemoteFileApiPort = Number(event.target.value);\n }\n\n return (\n \n \n These settings control the Remote API for bitburner. This is typically used to write scripts using an external\n text editor and then upload files to the home server.\n \n \n \n Documentation\n \n \n \n \n This port number is used to connect to a Remote API port, please ensure that it matches with your Remote API\n server port. Set to 0 to disable the feature.\n \n }\n >\n 0 && remoteFileApiPort <= 65535 ? \"success\" : \"error\"}>\n Port: \n \n ),\n endAdornment: ,\n }}\n value={remoteFileApiPort}\n onChange={handleRemoteFileApiPortChange}\n placeholder=\"12525\"\n />\n \n \n );\n};\n","import { Typography } from \"@mui/material\";\nimport React, { useState, useEffect } from \"react\";\nimport WifiIcon from \"@mui/icons-material/Wifi\";\nimport WifiOffIcon from \"@mui/icons-material/WifiOff\";\n\ninterface baubleProps {\n isConnected: () => boolean;\n}\n\nexport const ConnectionBauble = (props: baubleProps): React.ReactElement => {\n const [connection, setConnection] = useState(props.isConnected());\n\n useEffect(() => {\n const timer = setInterval(() => {\n setConnection(props.isConnected());\n }, 1000);\n return () => clearInterval(timer);\n });\n\n return (\n <>\n \n Status: \n \n {connection ? (\n <>\n Online \n \n \n ) : (\n <>\n Offline \n \n \n )}\n \n \n \n );\n};\n","import { RFAMessage } from \"./MessageDefinitions\";\nimport { RFARequestHandler } from \"./MessageHandlers\";\nimport { SnackbarEvents, ToastVariant } from \"../ui/React/Snackbar\";\n\nexport class Remote {\n connection?: WebSocket;\n static protocol = \"ws\";\n ipaddr: string;\n port: number;\n\n constructor(ip: string, port: number) {\n this.ipaddr = ip;\n this.port = port;\n }\n\n public stopConnection(): void {\n this.connection?.close();\n }\n\n public startConnection(): void {\n const address = Remote.protocol + \"://\" + this.ipaddr + \":\" + this.port;\n this.connection = new WebSocket(address);\n\n this.connection.addEventListener(\"error\", (e: Event) =>\n SnackbarEvents.emit(`Error with websocket ${address}, details: ${JSON.stringify(e)}`, ToastVariant.ERROR, 5000),\n );\n this.connection.addEventListener(\"message\", handleMessageEvent);\n this.connection.addEventListener(\"open\", () =>\n SnackbarEvents.emit(\n `Remote API connection established on ${this.ipaddr}:${this.port}`,\n ToastVariant.SUCCESS,\n 2000,\n ),\n );\n this.connection.addEventListener(\"close\", () =>\n SnackbarEvents.emit(\"Remote API connection closed\", ToastVariant.WARNING, 2000),\n );\n }\n}\n\nfunction handleMessageEvent(this: WebSocket, e: MessageEvent): void {\n const msg: RFAMessage = JSON.parse(e.data);\n\n if (!msg.method || !RFARequestHandler[msg.method]) {\n const response = new RFAMessage({ error: \"Unknown message received\", id: msg.id });\n this.send(JSON.stringify(response));\n return;\n }\n const response = RFARequestHandler[msg.method](msg);\n if (!response) return;\n this.send(JSON.stringify(response));\n}\n","import React, { useState } from \"react\";\nimport { Settings } from \"../../Settings/Settings\";\nimport { GameOptionsPage } from \"./GameOptionsPage\";\nimport { OptionsSlider } from \"./OptionsSlider\";\nimport { OptionSwitch } from \"../../ui/React/OptionSwitch\";\n\nexport const SystemPage = (): React.ReactElement => {\n const [execTime, setExecTime] = useState(Settings.CodeInstructionRunTime);\n const [recentScriptsSize, setRecentScriptsSize] = useState(Settings.MaxRecentScriptsCapacity);\n const [logSize, setLogSize] = useState(Settings.MaxLogCapacity);\n const [portSize, setPortSize] = useState(Settings.MaxPortCapacity);\n const [terminalSize, setTerminalSize] = useState(Settings.MaxTerminalCapacity);\n const [autosaveInterval, setAutosaveInterval] = useState(Settings.AutosaveInterval);\n\n function handlePortSizeChange(\n _event: Event | React.SyntheticEvent,\n newValue: number | number[],\n ): void {\n setPortSize(newValue as number);\n Settings.MaxPortCapacity = newValue as number;\n }\n\n function handleTerminalSizeChange(\n _event: Event | React.SyntheticEvent,\n newValue: number | number[],\n ): void {\n setTerminalSize(newValue as number);\n Settings.MaxTerminalCapacity = newValue as number;\n }\n\n function handleExecTimeChange(\n _event: Event | React.SyntheticEvent,\n newValue: number | number[],\n ): void {\n setExecTime(newValue as number);\n Settings.CodeInstructionRunTime = newValue as number;\n }\n\n function handleRecentScriptsSizeChange(\n _event: Event | React.SyntheticEvent,\n newValue: number | number[],\n ): void {\n setRecentScriptsSize(newValue as number);\n Settings.MaxRecentScriptsCapacity = newValue as number;\n }\n\n function handleLogSizeChange(\n _event: Event | React.SyntheticEvent,\n newValue: number | number[],\n ): void {\n setLogSize(newValue as number);\n Settings.MaxLogCapacity = newValue as number;\n }\n\n function handleAutosaveIntervalChange(\n _event: Event | React.SyntheticEvent,\n newValue: number | number[],\n ): void {\n setAutosaveInterval(newValue as number);\n Settings.AutosaveInterval = newValue as number;\n }\n return (\n \n {/* Wrap in a React fragment to prevent the sliders from breaking as list items */}\n <>\n \n The minimum number of milliseconds it takes to execute an operation in Netscript. Setting this too low can\n result in poor performance if you have many scripts running.\n \n }\n />\n The maximum number of recently killed scripts the game will keep.}\n />\n \n The maximum number of lines a script's logs can hold. Setting this too high can cause the game to use a\n lot of memory if you have many scripts running.\n \n }\n />\n \n The maximum number of entries that can be written to a port using Netscript's write() function. Setting\n this too high can cause the game to use a lot of memory.\n \n }\n />\n \n The maximum number of entries that can be written to the terminal. Setting this too high can cause the\n game to use a lot of memory.\n \n }\n marks\n />\n The time (in seconds) between each autosave. Set to 0 to disable autosave.}\n marks\n />\n \n (Settings.SuppressSavedGameToast = newValue)}\n text=\"Suppress Auto-Save Game Toast\"\n tooltip={<>If this is set, there will be no \"Game Saved!\" toast appearing after an auto-save.}\n />\n (Settings.SuppressAutosaveDisabledWarnings = newValue)}\n text=\"Suppress Auto-Save Disabled Warning\"\n tooltip={<>If this is set, there will be no warning triggered when auto-save is disabled (at 0).}\n />\n (Settings.SaveGameOnFileSave = newValue)}\n text=\"Save game on file save\"\n tooltip={<>Save your game any time a file is saved in the script editor.}\n />\n (Settings.ExcludeRunningScriptsFromSave = newValue)}\n text=\"Exclude Running Scripts from Save\"\n tooltip={\n <>\n If this is set, the save file will exclude all running scripts. This is only useful if your save is lagging\n a lot. You'll have to restart your script every time you launch the game.\n \n }\n />\n \n );\n};\n","import React, { useState, useEffect } from \"react\";\n\nimport { Box, Typography, Button, Container } from \"@mui/material\";\n\nimport { Player } from \"@player\";\n\nimport { SleeveElem } from \"./SleeveElem\";\nimport { FAQModal } from \"./FAQModal\";\n\nexport function SleeveRoot(): React.ReactElement {\n const [FAQOpen, setFAQOpen] = useState(false);\n const setRerender = useState(false)[1];\n function rerender(): void {\n setRerender((old) => !old);\n }\n\n useEffect(() => {\n const id = setInterval(rerender, 200);\n return () => clearInterval(id);\n }, []);\n\n return (\n <>\n \n Sleeves\n \n Duplicate Sleeves are MK-V Synthoids (synthetic androids) into which your consciousness has been copied. In\n other words, these Synthoids contain a perfect duplicate of your mind.\n
      \n
      \n Sleeves can be used to perform different tasks synchronously.\n
      \n
      \n
      \n
      \n\n \n \n Wiki Documentation\n \n \n {Player.sleeves.map((sleeve, i) => (\n \n ))}\n \n setFAQOpen(false)} />\n \n );\n}\n","import { Box, Button, Paper, Tooltip, Typography } from \"@mui/material\";\nimport React, { useState } from \"react\";\nimport { FactionWorkType } from \"../../../Work/data/FactionWorkType\";\nimport { CONSTANTS } from \"../../../Constants\";\nimport { Player } from \"@player\";\nimport { numeralWrapper } from \"../../../ui/numeralFormat\";\nimport { ProgressBar } from \"../../../ui/React/Progress\";\nimport { Sleeve } from \"../Sleeve\";\nimport { MoreStatsModal } from \"./MoreStatsModal\";\nimport { SleeveAugmentationsModal } from \"./SleeveAugmentationsModal\";\nimport { EarningsElement, StatsElement } from \"./StatsElement\";\nimport { TaskSelector } from \"./TaskSelector\";\nimport { TravelModal } from \"./TravelModal\";\nimport { isSleeveClassWork } from \"../Work/SleeveClassWork\";\nimport { isSleeveSynchroWork } from \"../Work/SleeveSynchroWork\";\nimport { isSleeveRecoveryWork } from \"../Work/SleeveRecoveryWork\";\nimport { isSleeveFactionWork } from \"../Work/SleeveFactionWork\";\nimport { isSleeveCompanyWork } from \"../Work/SleeveCompanyWork\";\nimport { isSleeveInfiltrateWork } from \"../Work/SleeveInfiltrateWork\";\nimport { isSleeveSupportWork } from \"../Work/SleeveSupportWork\";\nimport { isSleeveBladeburnerWork } from \"../Work/SleeveBladeburnerWork\";\nimport { isSleeveCrimeWork } from \"../Work/SleeveCrimeWork\";\n\ninterface IProps {\n sleeve: Sleeve;\n rerender: () => void;\n}\n\nexport function SleeveElem(props: IProps): React.ReactElement {\n const [statsOpen, setStatsOpen] = useState(false);\n const [travelOpen, setTravelOpen] = useState(false);\n const [augmentationsOpen, setAugmentationsOpen] = useState(false);\n\n const [abc, setABC] = useState([\"------\", \"------\", \"------\"]);\n\n function setTask(): void {\n switch (abc[0]) {\n case \"------\":\n break;\n case \"Work for Company\":\n props.sleeve.workForCompany(abc[1]);\n break;\n case \"Work for Faction\":\n props.sleeve.workForFaction(abc[1], abc[2]);\n break;\n case \"Commit Crime\":\n props.sleeve.commitCrime(abc[1]);\n break;\n case \"Take University Course\":\n props.sleeve.takeUniversityCourse(abc[2], abc[1]);\n break;\n case \"Workout at Gym\":\n props.sleeve.workoutAtGym(abc[2], abc[1]);\n break;\n case \"Perform Bladeburner Actions\":\n props.sleeve.bladeburner(abc[1], abc[2]);\n break;\n case \"Shock Recovery\":\n props.sleeve.shockRecovery();\n break;\n case \"Synchronize\":\n props.sleeve.synchronize();\n break;\n default:\n console.error(`Invalid/Unrecognized taskValue in setSleeveTask(): ${abc[0]}`);\n }\n props.rerender();\n }\n\n let desc = <>This sleeve is currently idle;\n\n if (isSleeveCrimeWork(props.sleeve.currentWork)) {\n const w = props.sleeve.currentWork;\n const crime = w.getCrime();\n desc = (\n <>\n This sleeve is currently attempting to {crime.type} (Success Rate:{\" \"}\n {numeralWrapper.formatPercentage(crime.successRate(props.sleeve))}).\n \n );\n }\n\n if (isSleeveClassWork(props.sleeve.currentWork)) {\n if (props.sleeve.currentWork.isGym())\n desc = <>This sleeve is currently working out at {props.sleeve.currentWork.location}.;\n else desc = <>This sleeve is currently studying at {props.sleeve.currentWork.location}.;\n }\n if (isSleeveSynchroWork(props.sleeve.currentWork)) {\n desc = (\n <>\n This sleeve is currently set to synchronize with the original consciousness. This causes the Sleeve's\n synchronization to increase.\n \n );\n }\n if (isSleeveRecoveryWork(props.sleeve.currentWork)) {\n desc = (\n <>\n This sleeve is currently set to focus on shock recovery. This causes the Sleeve's shock to decrease at a faster\n rate.\n \n );\n }\n if (isSleeveFactionWork(props.sleeve.currentWork)) {\n let doing = \"nothing\";\n switch (props.sleeve.currentWork.factionWorkType) {\n case FactionWorkType.FIELD:\n doing = \"Field work\";\n break;\n case FactionWorkType.HACKING:\n doing = \"Hacking contracts\";\n break;\n case FactionWorkType.SECURITY:\n doing = \"Security work\";\n break;\n }\n desc = (\n <>\n This sleeve is currently doing {doing} for {props.sleeve.currentWork.factionName}.\n \n );\n }\n if (isSleeveCompanyWork(props.sleeve.currentWork)) {\n desc = <>This sleeve is currently working your job at {props.sleeve.currentWork.companyName}.;\n }\n\n if (isSleeveBladeburnerWork(props.sleeve.currentWork)) {\n const w = props.sleeve.currentWork;\n desc = (\n <>\n This sleeve is currently attempting to perform {w.actionName}. (\n {((100 * w.cyclesWorked) / w.cyclesNeeded(props.sleeve)).toFixed(2)}%)\n \n );\n }\n\n if (isSleeveInfiltrateWork(props.sleeve.currentWork)) {\n const w = props.sleeve.currentWork;\n desc = (\n <>\n This sleeve is currently attempting to infiltrate synthoids communities. (\n {((100 * w.cyclesWorked) / w.cyclesNeeded()).toFixed(2)}%)\n \n );\n }\n\n if (isSleeveSupportWork(props.sleeve.currentWork)) {\n desc = <>This sleeve is currently supporting you in your bladeburner activities.;\n }\n\n return (\n <>\n \n \n \n \n \n Insufficient funds : \"\"}>\n \n setTravelOpen(true)}\n disabled={Player.money < CONSTANTS.TravelCost}\n sx={{ width: \"100%\", height: \"100%\" }}\n >\n Travel\n \n \n \n Unlocked when sleeve has fully recovered : \"\"}\n >\n \n setAugmentationsOpen(true)}\n disabled={props.sleeve.shock < 100}\n sx={{ width: \"100%\", height: \"100%\" }}\n >\n Manage Augmentations\n \n \n \n \n \n \n \n \n \n {desc}\n \n {isSleeveCrimeWork(props.sleeve.currentWork) && (\n \n )}\n {isSleeveBladeburnerWork(props.sleeve.currentWork) && (\n \n )}\n \n \n \n setStatsOpen(false)} sleeve={props.sleeve} />\n setTravelOpen(false)}\n sleeve={props.sleeve}\n rerender={props.rerender}\n />\n setAugmentationsOpen(false)}\n sleeve={props.sleeve}\n />\n \n );\n}\n","import { Sleeve } from \"../Sleeve\";\nimport { numeralWrapper } from \"../../../ui/numeralFormat\";\nimport { convertTimeMsToTimeElapsedString } from \"../../../utils/StringHelperFunctions\";\nimport { CONSTANTS } from \"../../../Constants\";\nimport { Typography } from \"@mui/material\";\nimport { StatsTable } from \"../../../ui/React/StatsTable\";\nimport { Modal } from \"../../../ui/React/Modal\";\nimport React from \"react\";\n\ninterface IProps {\n open: boolean;\n onClose: () => void;\n sleeve: Sleeve;\n}\n\nexport function MoreStatsModal(props: IProps): React.ReactElement {\n return (\n \n Hacking: ,\n props.sleeve.skills.hacking,\n <> ({numeralWrapper.formatExp(props.sleeve.exp.hacking)} exp),\n ],\n [\n <>Strength: ,\n props.sleeve.skills.strength,\n <> ({numeralWrapper.formatExp(props.sleeve.exp.strength)} exp),\n ],\n [\n <>Defense: ,\n props.sleeve.skills.defense,\n <> ({numeralWrapper.formatExp(props.sleeve.exp.defense)} exp),\n ],\n [\n <>Dexterity: ,\n props.sleeve.skills.dexterity,\n <> ({numeralWrapper.formatExp(props.sleeve.exp.dexterity)} exp),\n ],\n [\n <>Agility: ,\n props.sleeve.skills.agility,\n <> ({numeralWrapper.formatExp(props.sleeve.exp.agility)} exp),\n ],\n [\n <>Charisma: ,\n props.sleeve.skills.charisma,\n <> ({numeralWrapper.formatExp(props.sleeve.exp.charisma)} exp),\n ],\n ]}\n title=\"Stats:\"\n />\n
      \n Hacking Level multiplier: , numeralWrapper.formatPercentage(props.sleeve.mults.hacking)],\n [<>Hacking Experience multiplier: , numeralWrapper.formatPercentage(props.sleeve.mults.hacking_exp)],\n [<>Strength Level multiplier: , numeralWrapper.formatPercentage(props.sleeve.mults.strength)],\n [\n <>Strength Experience multiplier: ,\n numeralWrapper.formatPercentage(props.sleeve.mults.strength_exp),\n ],\n [<>Defense Level multiplier: , numeralWrapper.formatPercentage(props.sleeve.mults.defense)],\n [<>Defense Experience multiplier: , numeralWrapper.formatPercentage(props.sleeve.mults.defense_exp)],\n [<>Dexterity Level multiplier: , numeralWrapper.formatPercentage(props.sleeve.mults.dexterity)],\n [\n <>Dexterity Experience multiplier: ,\n numeralWrapper.formatPercentage(props.sleeve.mults.dexterity_exp),\n ],\n [<>Agility Level multiplier: , numeralWrapper.formatPercentage(props.sleeve.mults.agility)],\n [<>Agility Experience multiplier: , numeralWrapper.formatPercentage(props.sleeve.mults.agility_exp)],\n [<>Charisma Level multiplier: , numeralWrapper.formatPercentage(props.sleeve.mults.charisma)],\n [\n <>Charisma Experience multiplier: ,\n numeralWrapper.formatPercentage(props.sleeve.mults.charisma_exp),\n ],\n [\n <>Faction Reputation Gain multiplier: ,\n numeralWrapper.formatPercentage(props.sleeve.mults.faction_rep),\n ],\n [\n <>Company Reputation Gain multiplier: ,\n numeralWrapper.formatPercentage(props.sleeve.mults.company_rep),\n ],\n [<>Salary multiplier: , numeralWrapper.formatPercentage(props.sleeve.mults.work_money)],\n [<>Crime Money multiplier: , numeralWrapper.formatPercentage(props.sleeve.mults.crime_money)],\n [<>Crime Success multiplier: , numeralWrapper.formatPercentage(props.sleeve.mults.crime_success)],\n ]}\n title=\"Multipliers:\"\n />\n\n {/* Check for storedCycles to be a bit over 0 to prevent jittering */}\n {props.sleeve.storedCycles > 10 && (\n \n Bonus Time: {convertTimeMsToTimeElapsedString(props.sleeve.storedCycles * CONSTANTS.MilliPerCycle)}\n \n )}\n
      \n );\n}\n","import { Container, Typography, Paper } from \"@mui/material\";\nimport React, { useEffect, useState } from \"react\";\nimport { PurchasableAugmentations } from \"../../../Augmentation/ui/PurchasableAugmentations\";\nimport { Player } from \"@player\";\nimport { Modal } from \"../../../ui/React/Modal\";\nimport { Sleeve } from \"../Sleeve\";\n\ninterface IProps {\n open: boolean;\n onClose: () => void;\n sleeve: Sleeve;\n}\n\nexport function SleeveAugmentationsModal(props: IProps): React.ReactElement {\n const setRerender = useState(false)[1];\n function rerender(): void {\n setRerender((old) => !old);\n }\n\n useEffect(() => {\n const id = setInterval(rerender, 150);\n return () => clearInterval(id);\n }, []);\n\n // Array of all owned Augmentations. Names only\n const ownedAugNames = props.sleeve.augmentations.map((e) => e.name);\n\n // You can only purchase Augmentations that are actually available from\n // your factions. I.e. you must be in a faction that has the Augmentation\n // and you must also have enough rep in that faction in order to purchase it.\n const availableAugs = props.sleeve.findPurchasableAugs();\n\n return (\n \n \n \n You can purchase Augmentations for your Duplicate Sleeves. These Augmentations have the same effect as they\n would for you. You can only purchase Augmentations that you have unlocked through Factions.\n
      \n
      \n When purchasing an Augmentation for a Duplicate Sleeve, they are immediately installed. This means that the\n Duplicate Sleeve will immediately lose all of its stat experience.\n
      \n
      \n Augmentations will appear below as they become available.\n
      \n
      \n aug.name)}\n ownedAugNames={ownedAugNames}\n canPurchase={(aug) => {\n return Player.money > aug.baseCost;\n }}\n purchaseAugmentation={(aug) => {\n props.sleeve.tryBuyAugmentation(aug);\n rerender();\n }}\n sleeveAugs\n />\n
      \n );\n}\n","import React from \"react\";\n\nimport { Augmentation } from \"../Augmentation\";\nimport { Faction } from \"../../Faction/Faction\";\nimport { purchaseAugmentation } from \"../../Faction/FactionHelpers\";\nimport { isRepeatableAug } from \"../AugmentationHelpers\";\nimport { Money } from \"../../ui/React/Money\";\nimport { Modal } from \"../../ui/React/Modal\";\nimport { Player } from \"@player\";\nimport Typography from \"@mui/material/Typography\";\nimport Button from \"@mui/material/Button\";\n\ninterface IProps {\n open: boolean;\n onClose: () => void;\n faction?: Faction;\n aug?: Augmentation;\n}\n\nexport function PurchaseAugmentationModal(props: IProps): React.ReactElement {\n if (!props.aug || !props.faction) {\n return <>;\n }\n\n function buy(): void {\n if (!props.aug || (!isRepeatableAug(props.aug) && Player.hasAugmentation(props.aug.name))) {\n return;\n }\n\n purchaseAugmentation(props.aug as Augmentation, props.faction as Faction);\n props.onClose();\n }\n\n return (\n \n {props.aug.name}\n \n {props.aug.info}\n
      \n
      \n {props.aug.stats}\n
      \n
      \n Would you like to purchase the {props.aug.name} Augmentation for \n ?\n
      \n
      \n
      \n \n
      \n );\n}\n","import React, { useState } from \"react\";\nimport { Sleeve } from \"../Sleeve\";\nimport { Player } from \"@player\";\nimport { Crimes } from \"../../../Crime/Crimes\";\nimport { LocationName } from \"../../../Locations/data/LocationNames\";\nimport { CityName } from \"../../../Locations/data/CityNames\";\nimport { Factions } from \"../../../Faction/Factions\";\nimport Select, { SelectChangeEvent } from \"@mui/material/Select\";\nimport MenuItem from \"@mui/material/MenuItem\";\nimport { FactionNames } from \"../../../Faction/data/FactionNames\";\nimport { isSleeveFactionWork } from \"../Work/SleeveFactionWork\";\nimport { isSleeveCompanyWork } from \"../Work/SleeveCompanyWork\";\nimport { isSleeveBladeburnerWork } from \"../Work/SleeveBladeburnerWork\";\nimport { isSleeveRecoveryWork } from \"../Work/SleeveRecoveryWork\";\nimport { isSleeveSynchroWork } from \"../Work/SleeveSynchroWork\";\nimport { isSleeveClassWork } from \"../Work/SleeveClassWork\";\nimport { isSleeveInfiltrateWork } from \"../Work/SleeveInfiltrateWork\";\nimport { isSleeveSupportWork } from \"../Work/SleeveSupportWork\";\nimport { ClassType } from \"../../../Work/ClassWork\";\nimport { isSleeveCrimeWork } from \"../Work/SleeveCrimeWork\";\nimport { FactionWorkType } from \"../../../Work/data/FactionWorkType\";\n\nconst universitySelectorOptions: string[] = [\n \"Study Computer Science\",\n \"Data Structures\",\n \"Networks\",\n \"Algorithms\",\n \"Management\",\n \"Leadership\",\n];\n\nconst gymSelectorOptions: string[] = [\"Train Strength\", \"Train Defense\", \"Train Dexterity\", \"Train Agility\"];\n\nconst bladeburnerSelectorOptions: string[] = [\n \"Field analysis\",\n \"Recruitment\",\n \"Diplomacy\",\n \"Hyperbolic Regeneration Chamber\",\n \"Infiltrate synthoids\",\n \"Support main sleeve\",\n \"Take on contracts\",\n];\n\ninterface IProps {\n sleeve: Sleeve;\n setABC: (abc: string[]) => void;\n}\n\ninterface ITaskDetails {\n first: string[];\n second: (s1: string) => string[];\n}\n\nfunction possibleJobs(sleeve: Sleeve): string[] {\n // Array of all companies that other sleeves are working at\n const forbiddenCompanies: string[] = [];\n for (const otherSleeve of Player.sleeves) {\n if (sleeve === otherSleeve) {\n continue;\n }\n if (isSleeveCompanyWork(otherSleeve.currentWork)) {\n forbiddenCompanies.push(otherSleeve.currentWork.companyName);\n }\n }\n const allJobs: string[] = Object.keys(Player.jobs);\n\n return allJobs.filter((company) => !forbiddenCompanies.includes(company));\n}\n\nfunction possibleFactions(sleeve: Sleeve): string[] {\n // Array of all factions that other sleeves are working for\n const forbiddenFactions = [FactionNames.Bladeburners as string, FactionNames.ShadowsOfAnarchy as string];\n if (Player.gang) {\n forbiddenFactions.push(Player.gang.facName);\n }\n for (const otherSleeve of Player.sleeves) {\n if (sleeve === otherSleeve) {\n continue;\n }\n if (isSleeveFactionWork(otherSleeve.currentWork)) {\n forbiddenFactions.push(otherSleeve.currentWork.factionName);\n }\n }\n\n const factions = [];\n for (const fac of Player.factions) {\n if (!forbiddenFactions.includes(fac)) {\n factions.push(fac);\n }\n }\n\n return factions.filter((faction) => {\n const factionObj = Factions[faction];\n if (!factionObj) return false;\n const facInfo = factionObj.getInfo();\n return facInfo.offerHackingWork || facInfo.offerFieldWork || facInfo.offerSecurityWork;\n });\n}\n\nfunction possibleContracts(sleeve: Sleeve): string[] {\n const bb = Player.bladeburner;\n if (bb === null) {\n return [\"------\"];\n }\n let contracts = bb.getContractNamesNetscriptFn();\n for (const otherSleeve of Player.sleeves) {\n if (sleeve === otherSleeve) {\n continue;\n }\n if (isSleeveBladeburnerWork(otherSleeve.currentWork) && otherSleeve.currentWork.actionType === \"Contracts\") {\n const w = otherSleeve.currentWork;\n contracts = contracts.filter((x) => x != w.actionName);\n }\n }\n if (contracts.length === 0) {\n return [\"------\"];\n }\n return contracts;\n}\n\nconst tasks: {\n [key: string]: undefined | ((sleeve: Sleeve) => ITaskDetails);\n [\"------\"]: (sleeve: Sleeve) => ITaskDetails;\n [\"Work for Company\"]: (sleeve: Sleeve) => ITaskDetails;\n [\"Work for Faction\"]: (sleeve: Sleeve) => ITaskDetails;\n [\"Commit Crime\"]: (sleeve: Sleeve) => ITaskDetails;\n [\"Take University Course\"]: (sleeve: Sleeve) => ITaskDetails;\n [\"Workout at Gym\"]: (sleeve: Sleeve) => ITaskDetails;\n [\"Perform Bladeburner Actions\"]: (sleeve: Sleeve) => ITaskDetails;\n [\"Shock Recovery\"]: (sleeve: Sleeve) => ITaskDetails;\n [\"Synchronize\"]: (sleeve: Sleeve) => ITaskDetails;\n} = {\n \"------\": (): ITaskDetails => {\n return { first: [\"------\"], second: () => [\"------\"] };\n },\n \"Work for Company\": (sleeve: Sleeve): ITaskDetails => {\n let jobs = possibleJobs(sleeve);\n\n if (jobs.length === 0) jobs = [\"------\"];\n return { first: jobs, second: () => [\"------\"] };\n },\n \"Work for Faction\": (sleeve: Sleeve): ITaskDetails => {\n let factions = possibleFactions(sleeve);\n if (factions.length === 0) factions = [\"------\"];\n\n return {\n first: factions,\n second: (s1: string) => {\n const faction = Factions[s1];\n if (!faction) return [\"------\"];\n\n const facInfo = faction.getInfo();\n const options: string[] = [];\n if (facInfo.offerHackingWork) {\n options.push(\"Hacking Contracts\");\n }\n if (facInfo.offerFieldWork) {\n options.push(\"Field Work\");\n }\n if (facInfo.offerSecurityWork) {\n options.push(\"Security Work\");\n }\n return options;\n },\n };\n },\n \"Commit Crime\": (): ITaskDetails => {\n return { first: Object.values(Crimes).map((crime) => crime.name), second: () => [\"------\"] };\n },\n \"Take University Course\": (sleeve: Sleeve): ITaskDetails => {\n let universities: string[] = [];\n switch (sleeve.city) {\n case CityName.Aevum:\n universities = [LocationName.AevumSummitUniversity];\n break;\n case CityName.Sector12:\n universities = [LocationName.Sector12RothmanUniversity];\n break;\n case CityName.Volhaven:\n universities = [LocationName.VolhavenZBInstituteOfTechnology];\n break;\n default:\n universities = [\"No university available in city!\"];\n break;\n }\n\n return { first: universitySelectorOptions, second: () => universities };\n },\n \"Workout at Gym\": (sleeve: Sleeve): ITaskDetails => {\n let gyms: string[] = [];\n switch (sleeve.city) {\n case CityName.Aevum:\n gyms = [LocationName.AevumCrushFitnessGym, LocationName.AevumSnapFitnessGym];\n break;\n case CityName.Sector12:\n gyms = [LocationName.Sector12IronGym, LocationName.Sector12PowerhouseGym];\n break;\n case CityName.Volhaven:\n gyms = [LocationName.VolhavenMilleniumFitnessGym];\n break;\n default:\n gyms = [\"No gym available in city!\"];\n break;\n }\n\n return { first: gymSelectorOptions, second: () => gyms };\n },\n \"Perform Bladeburner Actions\": (sleeve: Sleeve): ITaskDetails => {\n return {\n first: bladeburnerSelectorOptions,\n second: (s1: string) => {\n if (s1 === \"Take on contracts\") {\n return possibleContracts(sleeve);\n } else {\n return [\"------\"];\n }\n },\n };\n },\n \"Shock Recovery\": (): ITaskDetails => {\n return { first: [\"------\"], second: () => [\"------\"] };\n },\n Synchronize: (): ITaskDetails => {\n return { first: [\"------\"], second: () => [\"------\"] };\n },\n};\n\nconst canDo: {\n [key: string]: undefined | ((sleeve: Sleeve) => boolean);\n [\"------\"]: (sleeve: Sleeve) => boolean;\n [\"Work for Company\"]: (sleeve: Sleeve) => boolean;\n [\"Work for Faction\"]: (sleeve: Sleeve) => boolean;\n [\"Commit Crime\"]: (sleeve: Sleeve) => boolean;\n [\"Take University Course\"]: (sleeve: Sleeve) => boolean;\n [\"Workout at Gym\"]: (sleeve: Sleeve) => boolean;\n [\"Perform Bladeburner Actions\"]: (sleeve: Sleeve) => boolean;\n [\"Shock Recovery\"]: (sleeve: Sleeve) => boolean;\n [\"Synchronize\"]: (sleeve: Sleeve) => boolean;\n} = {\n \"------\": () => true,\n \"Work for Company\": (sleeve: Sleeve) => possibleJobs(sleeve).length > 0,\n \"Work for Faction\": (sleeve: Sleeve) => possibleFactions(sleeve).length > 0,\n \"Commit Crime\": () => true,\n \"Take University Course\": (sleeve: Sleeve) =>\n [CityName.Aevum, CityName.Sector12, CityName.Volhaven].includes(sleeve.city),\n \"Workout at Gym\": (sleeve: Sleeve) => [CityName.Aevum, CityName.Sector12, CityName.Volhaven].includes(sleeve.city),\n \"Perform Bladeburner Actions\": () => Player.inBladeburner(),\n \"Shock Recovery\": (sleeve: Sleeve) => sleeve.shock < 100,\n Synchronize: (sleeve: Sleeve) => sleeve.sync < 100,\n};\n\nfunction getABC(sleeve: Sleeve): [string, string, string] {\n const w = sleeve.currentWork;\n if (w === null) {\n return [\"------\", \"------\", \"------\"];\n }\n\n if (isSleeveCompanyWork(w)) {\n return [\"Work for Company\", w.companyName, \"------\"];\n }\n if (isSleeveFactionWork(w)) {\n let workType = \"\";\n switch (w.factionWorkType) {\n case FactionWorkType.HACKING:\n workType = \"Hacking Contracts\";\n break;\n case FactionWorkType.FIELD:\n workType = \"Field Work\";\n break;\n case FactionWorkType.SECURITY:\n workType = \"Security Work\";\n break;\n }\n return [\"Work for Faction\", w.factionName, workType];\n }\n if (isSleeveBladeburnerWork(w)) {\n if (w.actionType === \"Contracts\") {\n return [\"Perform Bladeburner Actions\", \"Take on contracts\", w.actionName];\n }\n switch (w.actionName) {\n case \"Field Analysis\":\n return [\"Perform Bladeburner Actions\", \"Field Analysis\", \"------\"];\n case \"Diplomacy\":\n return [\"Perform Bladeburner Actions\", \"Diplomacy\", \"------\"];\n case \"Recruitment\":\n return [\"Perform Bladeburner Actions\", \"Recruitment\", \"------\"];\n case \"Hyperbolic Regeneration Chamber\":\n return [\"Perform Bladeburner Actions\", \"Hyperbolic Regeneration Chamber\", \"------\"];\n }\n }\n\n if (isSleeveClassWork(w)) {\n switch (w.classType) {\n case ClassType.StudyComputerScience:\n return [\"Take University Course\", \"Study Computer Science\", w.location];\n case ClassType.DataStructures:\n return [\"Take University Course\", \"Data Structures\", w.location];\n case ClassType.Networks:\n return [\"Take University Course\", \"Networks\", w.location];\n case ClassType.Algorithms:\n return [\"Take University Course\", \"Algorithms\", w.location];\n case ClassType.Management:\n return [\"Take University Course\", \"Management\", w.location];\n case ClassType.Leadership:\n return [\"Take University Course\", \"Leadership\", w.location];\n case ClassType.GymStrength:\n return [\"Workout at Gym\", \"Train Strength\", w.location];\n case ClassType.GymDefense:\n return [\"Workout at Gym\", \"Train Defense\", w.location];\n case ClassType.GymDexterity:\n return [\"Workout at Gym\", \"Train Dexterity\", w.location];\n case ClassType.GymAgility:\n return [\"Workout at Gym\", \"Train Agility\", w.location];\n }\n }\n if (isSleeveCrimeWork(w)) {\n return [\n \"Commit Crime\",\n Object.values(Crimes).find((crime) => crime.type === w.crimeType)?.name ?? \"Shoplift\",\n \"------\",\n ];\n }\n if (isSleeveSupportWork(w)) {\n return [\"Perform Bladeburner Actions\", \"Support main sleeve\", \"------\"];\n }\n if (isSleeveInfiltrateWork(w)) {\n return [\"Perform Bladeburner Actions\", \"Infiltrate synthoids\", \"------\"];\n }\n if (isSleeveRecoveryWork(w)) {\n return [\"Shock Recovery\", \"------\", \"------\"];\n }\n if (isSleeveSynchroWork(w)) {\n return [\"Synchronize\", \"------\", \"------\"];\n }\n\n return [\"------\", \"------\", \"------\"];\n}\n\nexport function TaskSelector(props: IProps): React.ReactElement {\n const abc = getABC(props.sleeve);\n const [s0, setS0] = useState(abc[0]);\n const [s1, setS1] = useState(abc[1]);\n const [s2, setS2] = useState(abc[2]);\n\n const validActions = Object.keys(canDo).filter((k) => (canDo[k] as (sleeve: Sleeve) => boolean)(props.sleeve));\n\n const detailsF = tasks[s0];\n if (detailsF === undefined) throw new Error(`No function for task '${s0}'`);\n const details = detailsF(props.sleeve);\n const details2 = details.second(s1);\n\n if (details.first.length > 0 && !details.first.includes(s1)) {\n setS1(details.first[0]);\n props.setABC([s0, details.first[0], s2]);\n }\n if (details2.length > 0 && !details2.includes(s2)) {\n setS2(details2[0]);\n props.setABC([s0, s1, details2[0]]);\n }\n\n function onS0Change(event: SelectChangeEvent): void {\n const n = event.target.value;\n const detailsF = tasks[n];\n if (detailsF === undefined) throw new Error(`No function for task '${s0}'`);\n const details = detailsF(props.sleeve);\n const details2 = details.second(details.first[0]) ?? [\"------\"];\n setS2(details2[0]);\n setS1(details.first[0]);\n setS0(n);\n props.setABC([n, details.first[0], details2[0]]);\n }\n\n function onS1Change(event: SelectChangeEvent): void {\n setS1(event.target.value);\n props.setABC([s0, event.target.value, s2]);\n }\n\n function onS2Change(event: SelectChangeEvent): void {\n setS2(event.target.value);\n props.setABC([s0, s1, event.target.value]);\n }\n\n return (\n <>\n \n {!(details.first.length === 1 && details.first[0] === \"------\") && (\n <>\n \n \n )}\n {!(details2.length === 1 && details2[0] === \"------\") && (\n <>\n \n \n )}\n \n );\n}\n","import React from \"react\";\nimport { Sleeve } from \"../Sleeve\";\nimport { CONSTANTS } from \"../../../Constants\";\nimport { Money } from \"../../../ui/React/Money\";\nimport { WorldMap } from \"../../../ui/React/WorldMap\";\nimport { CityName } from \"../../../Locations/data/CityNames\";\nimport { Settings } from \"../../../Settings/Settings\";\nimport { dialogBoxCreate } from \"../../../ui/React/DialogBox\";\nimport { Player } from \"@player\";\nimport { Modal } from \"../../../ui/React/Modal\";\nimport Typography from \"@mui/material/Typography\";\nimport Button from \"@mui/material/Button\";\n\ninterface IProps {\n open: boolean;\n onClose: () => void;\n sleeve: Sleeve;\n rerender: () => void;\n}\n\nexport function TravelModal(props: IProps): React.ReactElement {\n function travel(city: string): void {\n if (!Player.canAfford(CONSTANTS.TravelCost)) {\n dialogBoxCreate(\"You cannot afford to have this sleeve travel to another city\");\n }\n props.sleeve.city = city as CityName;\n Player.loseMoney(CONSTANTS.TravelCost, \"sleeve\");\n props.sleeve.stopWork();\n props.rerender();\n props.onClose();\n }\n\n return (\n \n <>\n \n Have this sleeve travel to a different city. This affects the gyms and universities at which this sleeve can\n study. Traveling to a different city costs . It will\n also set your current sleeve task to idle.\n \n {Settings.DisableASCIIArt ? (\n Object.values(CityName).map((city: CityName) => (\n \n ))\n ) : (\n travel(city)} />\n )}\n \n \n );\n}\n","import React from \"react\";\n\nimport { Modal } from \"../../../ui/React/Modal\";\nimport Typography from \"@mui/material/Typography\";\nimport { FactionNames } from \"../../../Faction/data/FactionNames\";\n\ninterface IProps {\n open: boolean;\n onClose: () => void;\n}\n\nexport function FAQModal({ open, onClose }: IProps): React.ReactElement {\n return (\n \n <>\n How do Duplicate Sleeves work?\n
      \n \n Duplicate Sleeves are essentially clones. You can use them to perform any work type action, such as working\n for a company/faction or committing a crime. Having sleeves perform these tasks earns you money, experience,\n and reputation.\n \n
      \n
      \n \n Sleeves are their own individuals, which means they each have their own experience and stats.\n \n
      \n
      \n \n When a sleeve earns experience, it earns experience for itself, the player's original 'consciousness', as well\n as all of the player's other sleeves.\n \n
      \n
      \n What is Synchronization (Sync)?\n
      \n \n Synchronization is a measure of how aligned your consciousness is with that of your Duplicate Sleeves. It is a\n numerical value between 1 and 100, and it affects how much experience is earned when the sleeve is performing\n a task.\n \n
      \n
      \n \n Let N be the sleeve's synchronization. When the sleeve earns experience by performing a task, both the sleeve\n and the player's original host consciousness earn N% of the amount of experience normally earned by the task.\n All of the player's other sleeves earn ((N/100)^2 * 100)% of the experience.\n \n
      \n
      \n Synchronization can be increased by assigning sleeves to the 'Synchronize' task.\n
      \n
      \n What is Shock?\n
      \n \n Sleeve shock is a measure of how much trauma the sleeve has due to being placed in a new body. It is a\n numerical value between 0 and 99, where 99 indicates full shock and 0 indicates no shock. Shock affects the\n amount of experience earned by the sleeve.\n \n
      \n
      \n \n Sleeve shock slowly decreases over time. You can further increase the rate at which it decreases by assigning\n sleeves to the 'Shock Recovery' task.\n \n
      \n
      \n Why can't I work for this company or faction?\n
      \n \n Only one of your sleeves can work for a given company/faction a time. To clarify further, if you have two\n sleeves they can work for two different companies/factions, but they cannot both work for the same\n company/faction.\n \n
      \n
      \n How do I buy Augmentations for my Sleeves?\n
      \n Your Sleeve needs to have a Shock of 0 in order for you to buy Augmentations for it.\n
      \n
      \n Why can't I buy the X Augmentation for my sleeve?\n
      \n \n Certain Augmentations, like {FactionNames.Bladeburners}-specific ones and NeuroFlux Governor, are not\n available for sleeves. You also need enough current reputation on some faction that offers that Augmentation.\n \n
      \n
      \n Do sleeves get reset when installing Augmentations or switching BitNodes?\n
      \n \n Sleeves are reset when switching BitNodes, but not when installing Augmentations. However installing\n Augmentations on a sleeve does reset their stats.\n \n
      \n
      \n What is Memory?\n
      \n \n Sleeve memory dictates what a sleeve's synchronization will be when it's reset by switching BitNodes. For\n example, if a sleeve has a memory of 25, then when you switch BitNodes its synchronization will initially be\n set to 25, rather than 1.\n \n
      \n
      \n \n Memory can only be increased by purchasing upgrades from {FactionNames.TheCovenant}. It is a persistent stat,\n meaning it never gets resets back to 1. The maximum possible value for a sleeve's memory is 100.\n \n \n
      \n );\n}\n","import React, { useState, useEffect } from \"react\";\n\nimport { GeneralInfo } from \"./GeneralInfo\";\nimport { HacknetNodeElem } from \"./HacknetNodeElem\";\nimport { HacknetServerElem } from \"./HacknetServerElem\";\nimport { HacknetNode } from \"../HacknetNode\";\nimport { HacknetServer } from \"../HacknetServer\";\nimport { HashUpgradeModal } from \"./HashUpgradeModal\";\nimport { MultiplierButtons } from \"./MultiplierButtons\";\nimport { PlayerInfo } from \"./PlayerInfo\";\nimport { PurchaseButton } from \"./PurchaseButton\";\nimport { PurchaseMultipliers } from \"../data/Constants\";\n\nimport {\n getCostOfNextHacknetNode,\n getCostOfNextHacknetServer,\n hasHacknetServers,\n purchaseHacknet,\n} from \"../HacknetHelpers\";\n\nimport { Player } from \"@player\";\nimport { GetServer } from \"../../Server/AllServers\";\n\nimport Typography from \"@mui/material/Typography\";\nimport Grid from \"@mui/material/Grid\";\nimport Button from \"@mui/material/Button\";\nimport { Box } from \"@mui/material\";\n\n/** Root React Component for the Hacknet Node UI */\nexport function HacknetRoot(): React.ReactElement {\n const [open, setOpen] = useState(false);\n const setRerender = useState(false)[1];\n function rerender(): void {\n setRerender((old) => !old);\n }\n const [purchaseMultiplier, setPurchaseMultiplier] = useState(PurchaseMultipliers.x1);\n\n useEffect(() => {\n const id = setInterval(rerender, 200);\n return () => clearInterval(id);\n }, []);\n\n let totalProduction = 0;\n for (let i = 0; i < Player.hacknetNodes.length; ++i) {\n const node = Player.hacknetNodes[i];\n if (hasHacknetServers()) {\n if (node instanceof HacknetNode) throw new Error(\"node was hacknet node\"); // should never happen\n const hserver = GetServer(node);\n if (!(hserver instanceof HacknetServer)) throw new Error(\"node was not hacknet server\"); // should never happen\n if (hserver) {\n totalProduction += hserver.hashRate;\n } else {\n console.warn(`Could not find Hacknet Server object in AllServers map (i=${i})`);\n }\n } else {\n if (typeof node === \"string\") throw new Error(\"node was ip string\"); // should never happen\n totalProduction += node.moneyGainRatePerSecond;\n }\n }\n\n function handlePurchaseButtonClick(): void {\n purchaseHacknet();\n rerender();\n }\n\n // Cost to purchase a new Hacknet Node\n let purchaseCost;\n if (hasHacknetServers()) {\n purchaseCost = getCostOfNextHacknetServer();\n } else {\n purchaseCost = getCostOfNextHacknetNode();\n }\n\n // onClick event handlers for purchase multiplier buttons\n const purchaseMultiplierOnClicks = [\n () => setPurchaseMultiplier(PurchaseMultipliers.x1),\n () => setPurchaseMultiplier(PurchaseMultipliers.x5),\n () => setPurchaseMultiplier(PurchaseMultipliers.x10),\n () => setPurchaseMultiplier(PurchaseMultipliers.MAX),\n ];\n\n // HacknetNode components\n const nodes = Player.hacknetNodes.map((node: string | HacknetNode) => {\n if (hasHacknetServers()) {\n if (node instanceof HacknetNode) throw new Error(\"node was hacknet node\"); // should never happen\n const hserver = GetServer(node);\n if (hserver == null) {\n throw new Error(`Could not find Hacknet Server object in AllServers map for IP: ${node}`);\n }\n if (!(hserver instanceof HacknetServer)) throw new Error(\"node was not hacknet server\"); // should never happen\n return (\n \n );\n } else {\n if (typeof node === \"string\") throw new Error(\"node was ip string\"); // should never happen\n return (\n \n );\n }\n });\n\n return (\n <>\n Hacknet {hasHacknetServers() ? \"Servers\" : \"Nodes\"}\n \n\n \n\n
      \n\n \n \n \n \n \n \n \n \n\n {hasHacknetServers() && }\n\n {nodes}\n setOpen(false)} />\n \n );\n}\n","/**\n * React Component for the Hacknet Node UI\n *\n * Displays general information about Hacknet Nodes\n */\nimport React from \"react\";\nimport Typography from \"@mui/material/Typography\";\n\ninterface IProps {\n hasHacknetServers: boolean;\n}\n\nexport function GeneralInfo(props: IProps): React.ReactElement {\n return (\n <>\n \n The Hacknet is a global, decentralized network of machines. It is used by hackers all around the world to\n anonymously share computing power and perform distributed cyberattacks without the fear of being traced.\n \n {!props.hasHacknetServers ? (\n <>\n \n {`Here, you can purchase a Hacknet Node, a specialized machine that can connect ` +\n `and contribute its resources to the Hacknet network. This allows you to take ` +\n `a small percentage of profits from hacks performed on the network. Essentially, ` +\n `you are renting out your Node's computing power.`}\n \n \n {`Each Hacknet Node you purchase will passively earn you money. Each Hacknet Node ` +\n `can be upgraded in order to increase its computing power and thereby increase ` +\n `the profit you earn from it.`}\n \n \n ) : (\n <>\n \n {`Here, you can purchase a Hacknet Server, an upgraded version of the Hacknet Node. ` +\n `Hacknet Servers will perform computations and operations on the network, earning ` +\n `you hashes. Hashes can be spent on a variety of different upgrades.`}\n \n \n {`Hacknet Servers can also be used as servers to run scripts. However, running scripts ` +\n `on a server will reduce its hash rate (hashes generated per second). A Hacknet Server's hash ` +\n `rate will be reduced by the percentage of RAM that is being used by that Server to run ` +\n `scripts.`}\n \n \n )}\n \n );\n}\n","/**\n * React Component for the Hacknet Node UI.\n * This Component displays the panel for a single Hacknet Node\n */\nimport React from \"react\";\n\nimport { HacknetNodeConstants } from \"../data/Constants\";\nimport {\n getMaxNumberLevelUpgrades,\n getMaxNumberRamUpgrades,\n getMaxNumberCoreUpgrades,\n purchaseLevelUpgrade,\n purchaseRamUpgrade,\n purchaseCoreUpgrade,\n} from \"../HacknetHelpers\";\n\nimport { Player } from \"@player\";\nimport { HacknetNode } from \"../HacknetNode\";\n\nimport { Money } from \"../../ui/React/Money\";\nimport { MoneyRate } from \"../../ui/React/MoneyRate\";\n\nimport Typography from \"@mui/material/Typography\";\nimport Grid from \"@mui/material/Grid\";\nimport Paper from \"@mui/material/Paper\";\nimport Button from \"@mui/material/Button\";\nimport { TableCell } from \"../../ui/React/Table\";\nimport TableBody from \"@mui/material/TableBody\";\nimport Table from \"@mui/material/Table\";\nimport TableRow from \"@mui/material/TableRow\";\nimport Tooltip from \"@mui/material/Tooltip\";\nimport { numeralWrapper } from \"../../ui/numeralFormat\";\nimport { calculateMoneyGainRate } from \"../formulas/HacknetNodes\";\n\ninterface IProps {\n node: HacknetNode;\n purchaseMultiplier: number | \"MAX\";\n rerender: () => void;\n}\n\nexport function HacknetNodeElem(props: IProps): React.ReactElement {\n const node = props.node;\n const purchaseMult = props.purchaseMultiplier;\n const rerender = props.rerender;\n\n // Upgrade Level Button\n let upgradeLevelButton;\n if (node.level >= HacknetNodeConstants.MaxLevel) {\n upgradeLevelButton = ;\n } else {\n let multiplier = 0;\n if (purchaseMult === \"MAX\") {\n multiplier = getMaxNumberLevelUpgrades(node, HacknetNodeConstants.MaxLevel);\n } else {\n const levelsToMax = HacknetNodeConstants.MaxLevel - node.level;\n multiplier = Math.min(levelsToMax, purchaseMult);\n }\n\n const increase =\n calculateMoneyGainRate(node.level + multiplier, node.ram, node.cores, Player.mults.hacknet_node_money) -\n node.moneyGainRatePerSecond;\n const upgradeLevelCost = node.calculateLevelUpgradeCost(multiplier, Player.mults.hacknet_node_level_cost);\n upgradeLevelButton = (\n \n +\n \n }\n >\n \n \n );\n }\n function upgradeLevelOnClick(): void {\n const numUpgrades =\n purchaseMult === \"MAX\" ? getMaxNumberLevelUpgrades(node, HacknetNodeConstants.MaxLevel) : purchaseMult;\n purchaseLevelUpgrade(node, numUpgrades);\n rerender();\n }\n\n let upgradeRAMButton;\n if (node.ram >= HacknetNodeConstants.MaxRam) {\n upgradeRAMButton = ;\n } else {\n let multiplier = 0;\n if (purchaseMult === \"MAX\") {\n multiplier = getMaxNumberRamUpgrades(node, HacknetNodeConstants.MaxRam);\n } else {\n const levelsToMax = Math.round(Math.log2(HacknetNodeConstants.MaxRam / node.ram));\n multiplier = Math.min(levelsToMax, purchaseMult);\n }\n\n const increase =\n calculateMoneyGainRate(\n node.level,\n node.ram * Math.pow(2, multiplier),\n node.cores,\n Player.mults.hacknet_node_money,\n ) - node.moneyGainRatePerSecond;\n const upgradeRamCost = node.calculateRamUpgradeCost(multiplier, Player.mults.hacknet_node_ram_cost);\n upgradeRAMButton = (\n \n +\n \n }\n >\n \n \n );\n }\n function upgradeRamOnClick(): void {\n const numUpgrades =\n purchaseMult === \"MAX\" ? getMaxNumberRamUpgrades(node, HacknetNodeConstants.MaxRam) : purchaseMult;\n purchaseRamUpgrade(node, numUpgrades);\n rerender();\n }\n\n function upgradeCoresOnClick(): void {\n const numUpgrades =\n purchaseMult === \"MAX\" ? getMaxNumberCoreUpgrades(node, HacknetNodeConstants.MaxCores) : purchaseMult;\n purchaseCoreUpgrade(node, numUpgrades);\n rerender();\n }\n let upgradeCoresButton;\n if (node.cores >= HacknetNodeConstants.MaxCores) {\n upgradeCoresButton = ;\n } else {\n let multiplier = 0;\n if (purchaseMult === \"MAX\") {\n multiplier = getMaxNumberCoreUpgrades(node, HacknetNodeConstants.MaxCores);\n } else {\n const levelsToMax = HacknetNodeConstants.MaxCores - node.cores;\n multiplier = Math.min(levelsToMax, purchaseMult);\n }\n\n const increase =\n calculateMoneyGainRate(node.level, node.ram, node.cores + multiplier, Player.mults.hacknet_node_money) -\n node.moneyGainRatePerSecond;\n const upgradeCoreCost = node.calculateCoreUpgradeCost(multiplier, Player.mults.hacknet_node_core_cost);\n upgradeCoresButton = (\n \n +\n \n }\n >\n \n \n );\n }\n\n return (\n \n \n \n \n \n {node.name}\n \n \n \n \n Production:\n \n \n \n (\n )\n \n \n \n \n \n Level:\n \n \n {node.level}\n \n {upgradeLevelButton}\n \n \n \n RAM:\n \n \n {numeralWrapper.formatRAM(node.ram)}\n \n {upgradeRAMButton}\n \n \n \n Cores:\n \n \n {node.cores}\n \n {upgradeCoresButton}\n \n \n
      \n
      \n );\n}\n","/**\n * React Component for the Hacknet Node UI.\n * This Component displays the panel for a single Hacknet Node\n */\nimport React from \"react\";\n\nimport { HacknetServerConstants } from \"../data/Constants\";\nimport {\n getMaxNumberLevelUpgrades,\n getMaxNumberRamUpgrades,\n getMaxNumberCoreUpgrades,\n getMaxNumberCacheUpgrades,\n purchaseLevelUpgrade,\n purchaseRamUpgrade,\n purchaseCoreUpgrade,\n purchaseCacheUpgrade,\n updateHashManagerCapacity,\n} from \"../HacknetHelpers\";\n\nimport { Player } from \"@player\";\nimport { HacknetServer } from \"../HacknetServer\";\n\nimport { Money } from \"../../ui/React/Money\";\nimport { Hashes } from \"../../ui/React/Hashes\";\nimport { HashRate } from \"../../ui/React/HashRate\";\nimport Typography from \"@mui/material/Typography\";\nimport Grid from \"@mui/material/Grid\";\nimport Paper from \"@mui/material/Paper\";\nimport Button from \"@mui/material/Button\";\nimport { TableCell } from \"../../ui/React/Table\";\nimport TableBody from \"@mui/material/TableBody\";\nimport Table from \"@mui/material/Table\";\nimport TableRow from \"@mui/material/TableRow\";\nimport { numeralWrapper } from \"../../ui/numeralFormat\";\nimport { calculateHashGainRate } from \"../formulas/HacknetServers\";\nimport Tooltip from \"@mui/material/Tooltip\";\n\ninterface IProps {\n node: HacknetServer;\n purchaseMultiplier: number | string;\n rerender: () => void;\n}\n\nexport function HacknetServerElem(props: IProps): React.ReactElement {\n const node = props.node;\n const purchaseMult = props.purchaseMultiplier;\n const rerender = props.rerender;\n\n // Upgrade Level Button\n let upgradeLevelButton;\n if (node.level >= HacknetServerConstants.MaxLevel) {\n upgradeLevelButton = ;\n } else {\n let multiplier = 0;\n if (purchaseMult === \"MAX\") {\n multiplier = getMaxNumberLevelUpgrades(node, HacknetServerConstants.MaxLevel);\n } else {\n const levelsToMax = HacknetServerConstants.MaxLevel - node.level;\n multiplier = Math.min(levelsToMax, purchaseMult as number);\n }\n\n const base_increase =\n calculateHashGainRate(node.level + multiplier, 0, node.maxRam, node.cores, Player.mults.hacknet_node_money) -\n calculateHashGainRate(node.level, 0, node.maxRam, node.cores, Player.mults.hacknet_node_money);\n const modded_increase = (base_increase * (node.maxRam - node.ramUsed)) / node.maxRam;\n\n const upgradeLevelCost = node.calculateLevelUpgradeCost(multiplier, Player.mults.hacknet_node_level_cost);\n upgradeLevelButton = (\n \n + (effective increase, taking current RAM usage into account)\n
      \n \n +\n {\" \"}\n (base increase, attained when no script is running)\n \n }\n >\n \n \n );\n }\n function upgradeLevelOnClick(): void {\n let numUpgrades = purchaseMult;\n if (purchaseMult === \"MAX\") {\n numUpgrades = getMaxNumberLevelUpgrades(node, HacknetServerConstants.MaxLevel);\n }\n purchaseLevelUpgrade(node, numUpgrades as number);\n rerender();\n }\n\n function upgradeRamOnClick(): void {\n let numUpgrades = purchaseMult;\n if (purchaseMult === \"MAX\") {\n numUpgrades = getMaxNumberRamUpgrades(node, HacknetServerConstants.MaxRam);\n }\n purchaseRamUpgrade(node, numUpgrades as number);\n rerender();\n }\n // Upgrade RAM Button\n let upgradeRamButton;\n if (node.maxRam >= HacknetServerConstants.MaxRam) {\n upgradeRamButton = ;\n } else {\n let multiplier = 0;\n if (purchaseMult === \"MAX\") {\n multiplier = getMaxNumberRamUpgrades(node, HacknetServerConstants.MaxRam);\n } else {\n const levelsToMax = Math.round(Math.log2(HacknetServerConstants.MaxRam / node.maxRam));\n multiplier = Math.min(levelsToMax, purchaseMult as number);\n }\n\n const base_increase =\n calculateHashGainRate(\n node.level,\n 0,\n node.maxRam * Math.pow(2, multiplier),\n node.cores,\n Player.mults.hacknet_node_money,\n ) - calculateHashGainRate(node.level, 0, node.maxRam, node.cores, Player.mults.hacknet_node_money);\n\n const modded_increase =\n calculateHashGainRate(\n node.level,\n node.ramUsed,\n node.maxRam * Math.pow(2, multiplier),\n node.cores,\n Player.mults.hacknet_node_money,\n ) - calculateHashGainRate(node.level, node.ramUsed, node.maxRam, node.cores, Player.mults.hacknet_node_money);\n\n const upgradeRamCost = node.calculateRamUpgradeCost(multiplier, Player.mults.hacknet_node_ram_cost);\n upgradeRamButton = (\n \n + (effective increase, taking current RAM usage into account)\n
      \n \n +\n {\" \"}\n (base increase, attained when no script is running)\n \n }\n >\n \n \n );\n }\n\n function upgradeCoresOnClick(): void {\n let numUpgrades = purchaseMult;\n if (purchaseMult === \"MAX\") {\n numUpgrades = getMaxNumberCoreUpgrades(node, HacknetServerConstants.MaxCores);\n }\n purchaseCoreUpgrade(node, numUpgrades as number);\n rerender();\n }\n // Upgrade Cores Button\n let upgradeCoresButton;\n if (node.cores >= HacknetServerConstants.MaxCores) {\n upgradeCoresButton = ;\n } else {\n let multiplier = 0;\n if (purchaseMult === \"MAX\") {\n multiplier = getMaxNumberCoreUpgrades(node, HacknetServerConstants.MaxCores);\n } else {\n const levelsToMax = HacknetServerConstants.MaxCores - node.cores;\n multiplier = Math.min(levelsToMax, purchaseMult as number);\n }\n\n const base_increase =\n calculateHashGainRate(node.level, 0, node.maxRam, node.cores + multiplier, Player.mults.hacknet_node_money) -\n calculateHashGainRate(node.level, 0, node.maxRam, node.cores, Player.mults.hacknet_node_money);\n const modded_increase = (base_increase * (node.maxRam - node.ramUsed)) / node.maxRam;\n\n const upgradeCoreCost = node.calculateCoreUpgradeCost(multiplier, Player.mults.hacknet_node_core_cost);\n upgradeCoresButton = (\n \n + (effective increase, taking current RAM usage into account)\n
      \n \n +\n {\" \"}\n (base increase, attained when no script is running)\n \n }\n >\n \n \n );\n }\n\n // Upgrade Cache button\n let upgradeCacheButton;\n if (node.cache >= HacknetServerConstants.MaxCache) {\n upgradeCacheButton = ;\n } else {\n let multiplier = 0;\n if (purchaseMult === \"MAX\") {\n multiplier = getMaxNumberCacheUpgrades(node, HacknetServerConstants.MaxCache);\n } else {\n const levelsToMax = HacknetServerConstants.MaxCache - node.cache;\n multiplier = Math.min(levelsToMax, purchaseMult as number);\n }\n\n const increase = 32 * Math.pow(2, node.cache + multiplier) - node.hashCapacity;\n const upgradeCacheCost = node.calculateCacheUpgradeCost(multiplier);\n upgradeCacheButton = (\n \n + hashes\n \n }\n >\n \n \n );\n if (Player.money < upgradeCacheCost) {\n } else {\n }\n }\n function upgradeCacheOnClick(): void {\n let numUpgrades = purchaseMult;\n if (purchaseMult === \"MAX\") {\n numUpgrades = getMaxNumberCacheUpgrades(node, HacknetServerConstants.MaxCache);\n }\n purchaseCacheUpgrade(node, numUpgrades as number);\n rerender();\n updateHashManagerCapacity();\n }\n\n return (\n \n \n \n \n \n {node.hostname}\n \n \n \n \n Production:\n \n \n \n hashes produced by this server since last augment\n installation.\n
      \n current production rate.\n
      \n \n \n {\" \"}\n max production rate. (achieved when 100% RAM is allocated to it)\n
      \n {numeralWrapper.formatRAM(node.ramUsed)} / {numeralWrapper.formatRAM(node.maxRam)} (\n {Math.round((100 * node.ramUsed) / node.maxRam)}%) RAM allocated to script.\n
      \n {numeralWrapper.formatRAM(node.maxRam - node.ramUsed)} / {numeralWrapper.formatRAM(node.maxRam)} (\n {Math.round((100 * (node.maxRam - node.ramUsed)) / node.maxRam)}%) RAM allocated to hash production.\n \n }\n >\n \n ()\n \n \n
      \n
      \n \n \n Hash Capacity:\n \n \n \n \n \n \n \n \n \n Level:\n \n \n {node.level}\n \n {upgradeLevelButton}\n \n \n \n RAM:\n \n \n {numeralWrapper.formatRAM(node.maxRam)}\n \n {upgradeRamButton}\n \n \n \n Cores:\n \n \n {node.cores}\n \n {upgradeCoresButton}\n \n \n \n Cache Level:\n \n \n {node.cache}\n \n {upgradeCacheButton}\n \n
      \n
      \n
      \n );\n}\n","import React, { useState, useEffect } from \"react\";\n\nimport { HashUpgrades } from \"../HashUpgrades\";\n\nimport { Hashes } from \"../../ui/React/Hashes\";\nimport { HacknetUpgradeElem } from \"./HacknetUpgradeElem\";\nimport { Modal } from \"../../ui/React/Modal\";\nimport { Player } from \"@player\";\nimport Typography from \"@mui/material/Typography\";\n\ninterface IProps {\n open: boolean;\n onClose: () => void;\n}\n\n/** Create the pop-up for purchasing upgrades with hashes */\nexport function HashUpgradeModal(props: IProps): React.ReactElement {\n const setRerender = useState(false)[1];\n function rerender(): void {\n setRerender((old) => !old);\n }\n\n useEffect(() => {\n const id = setInterval(() => setRerender((old) => !old), 200);\n return () => clearInterval(id);\n }, []);\n\n const hashManager = Player.hashManager;\n if (!hashManager) {\n throw new Error(`Player does not have a HashManager)`);\n }\n\n return (\n \n <>\n Spend your hashes on a variety of different upgrades\n \n Hashes: \n \n {Object.keys(HashUpgrades).map((upgName) => {\n const upg = HashUpgrades[upgName];\n return ;\n })}\n \n \n );\n}\n","import React, { useState } from \"react\";\n\nimport { purchaseHashUpgrade } from \"../HacknetHelpers\";\nimport { HashManager } from \"../HashManager\";\nimport { HashUpgrade } from \"../HashUpgrade\";\n\nimport { ServerDropdown, ServerType } from \"../../ui/React/ServerDropdown\";\n\nimport { dialogBoxCreate } from \"../../ui/React/DialogBox\";\nimport { CopyableText } from \"../../ui/React/CopyableText\";\nimport { Hashes } from \"../../ui/React/Hashes\";\n\nimport Typography from \"@mui/material/Typography\";\nimport Paper from \"@mui/material/Paper\";\nimport Button from \"@mui/material/Button\";\nimport { SelectChangeEvent } from \"@mui/material/Select\";\nimport { FactionNames } from \"../../Faction/data/FactionNames\";\n\ninterface IProps {\n hashManager: HashManager;\n upg: HashUpgrade;\n rerender: () => void;\n}\n\nconst serversMap: { [key: string]: string } = {};\n\nexport function HacknetUpgradeElem(props: IProps): React.ReactElement {\n const [selectedServer, setSelectedServer] = useState(\n serversMap[props.upg.name] ? serversMap[props.upg.name] : FactionNames.ECorp.toLowerCase(),\n );\n function changeTargetServer(event: SelectChangeEvent): void {\n setSelectedServer(event.target.value);\n serversMap[props.upg.name] = event.target.value;\n }\n\n function purchase(): void {\n const canPurchase = props.hashManager.hashes >= props.hashManager.getUpgradeCost(props.upg.name);\n if (canPurchase) {\n const res = purchaseHashUpgrade(props.upg.name, selectedServer);\n if (!res) {\n dialogBoxCreate(\n \"Failed to purchase upgrade. This may be because you do not have enough hashes, \" +\n \"or because you do not have access to the feature upgrade affects.\",\n );\n }\n props.rerender();\n }\n }\n\n const hashManager = props.hashManager;\n const upg = props.upg;\n const cost = hashManager.getUpgradeCost(upg.name);\n const level = hashManager.upgrades[upg.name];\n const effect = upg.effectText(level);\n\n // Purchase button\n const canPurchase = hashManager.hashes >= cost;\n\n // We'll reuse a Bladeburner css class\n return (\n \n \n \n \n \n Cost: , Bought: {level} times\n \n\n {upg.desc}\n {!upg.hasTargetServer && (\n \n )}\n {upg.hasTargetServer && (\n \n )}\n {level > 0 && effect && {effect}}\n \n );\n}\n","/**\n * React Component for the Multiplier buttons on the Hacknet page.\n * These buttons let the player control how many Nodes/Upgrades they're\n * purchasing when using the UI (x1, x5, x10, MAX)\n */\nimport React from \"react\";\n\nimport { PurchaseMultipliers } from \"../data/Constants\";\nimport Button from \"@mui/material/Button\";\n\ninterface IMultiplierProps {\n disabled: boolean;\n onClick: () => void;\n text: string;\n}\n\nfunction MultiplierButton(props: IMultiplierProps): React.ReactElement {\n return (\n \n );\n}\n\ninterface IProps {\n purchaseMultiplier: number | string;\n onClicks: (() => void)[];\n}\n\nexport function MultiplierButtons(props: IProps): React.ReactElement {\n if (props.purchaseMultiplier == null) {\n throw new Error(`MultiplierButtons constructed without required props`);\n }\n\n const mults = [\"x1\", \"x5\", \"x10\", \"MAX\"];\n const onClicks = props.onClicks;\n const buttons = [];\n for (let i = 0; i < mults.length; ++i) {\n const mult = mults[i];\n const btnProps = {\n disabled: props.purchaseMultiplier === PurchaseMultipliers[mult],\n onClick: onClicks[i],\n text: mult,\n };\n\n buttons.push();\n }\n\n return <>{buttons};\n}\n","/**\n * React Component for displaying Player info and stats on the Hacknet Node UI.\n * This includes:\n * - Player's money\n * - Player's production from Hacknet Nodes\n */\nimport React from \"react\";\n\nimport { hasHacknetServers } from \"../HacknetHelpers\";\nimport { Player } from \"@player\";\nimport { Money } from \"../../ui/React/Money\";\nimport { MoneyRate } from \"../../ui/React/MoneyRate\";\nimport { HashRate } from \"../../ui/React/HashRate\";\nimport { Hashes } from \"../../ui/React/Hashes\";\nimport Typography from \"@mui/material/Typography\";\n\ninterface IProps {\n totalProduction: number;\n}\n\nexport function PlayerInfo(props: IProps): React.ReactElement {\n const hasServers = hasHacknetServers();\n\n let prod;\n if (hasServers) {\n prod = ;\n } else {\n prod = ;\n }\n\n return (\n <>\n \n Money:\n \n \n\n {hasServers && (\n <>\n \n Hashes: / \n \n \n )}\n\n \n Total Hacknet {hasServers ? \"Server\" : \"Node\"} Production: {prod}\n \n \n );\n}\n","import React from \"react\";\n\nimport { hasHacknetServers, hasMaxNumberHacknetServers } from \"../HacknetHelpers\";\nimport { Player } from \"@player\";\nimport { Money } from \"../../ui/React/Money\";\n\nimport Button from \"@mui/material/Button\";\n\ninterface IProps {\n multiplier: number | string;\n onClick: () => void;\n cost: number;\n}\n\n/** React Component for the button that is used to purchase new Hacknet Nodes */\nexport function PurchaseButton(props: IProps): React.ReactElement {\n const cost = props.cost;\n let text;\n if (hasHacknetServers()) {\n if (hasMaxNumberHacknetServers()) {\n text = <>Hacknet Server limit reached;\n } else {\n text = (\n <>\n Purchase Hacknet Server - \n \n \n );\n }\n } else {\n text = (\n <>\n Purchase Hacknet Node - \n \n \n );\n }\n\n return (\n \n );\n}\n","/**\n * React Component for displaying a location's UI\n *\n * This is a \"router\" component of sorts, meaning it deduces the type of\n * location that is being rendered and then creates the proper component(s) for that.\n */\nimport * as React from \"react\";\nimport Typography from \"@mui/material/Typography\";\nimport Button from \"@mui/material/Button\";\n\nimport { CompanyLocation } from \"./CompanyLocation\";\nimport { GymLocation } from \"./GymLocation\";\nimport { HospitalLocation } from \"./HospitalLocation\";\nimport { SlumsLocation } from \"./SlumsLocation\";\nimport { SpecialLocation } from \"./SpecialLocation\";\nimport { TechVendorLocation } from \"./TechVendorLocation\";\nimport { TravelAgencyRoot } from \"./TravelAgencyRoot\";\nimport { UniversityLocation } from \"./UniversityLocation\";\nimport { CasinoLocation } from \"./CasinoLocation\";\n\nimport { Location } from \"../Location\";\nimport { LocationType } from \"../LocationTypeEnum\";\n\nimport { Settings } from \"../../Settings/Settings\";\n\nimport { isBackdoorInstalled } from \"../../Server/ServerHelpers\";\nimport { GetServer } from \"../../Server/AllServers\";\n\nimport { CorruptableText } from \"../../ui/React/CorruptableText\";\nimport { Router } from \"../../ui/GameRoot\";\nimport { serverMetadata } from \"../../Server/data/servers\";\nimport { Tooltip } from \"@mui/material\";\n\ntype IProps = {\n loc: Location;\n};\n\nexport function GenericLocation({ loc }: IProps): React.ReactElement {\n /**\n * Determine what needs to be rendered for this location based on the locations\n * type. Returns an array of React components that should be rendered\n */\n function getLocationSpecificContent(): React.ReactNode[] {\n const content: React.ReactNode[] = [];\n\n if (loc.types.includes(LocationType.Company)) {\n content.push();\n }\n\n if (loc.types.includes(LocationType.Gym)) {\n content.push();\n }\n\n if (loc.types.includes(LocationType.Hospital)) {\n content.push();\n }\n\n if (loc.types.includes(LocationType.Slums)) {\n content.push();\n }\n\n if (loc.types.includes(LocationType.Special)) {\n content.push();\n }\n\n if (loc.types.includes(LocationType.TechVendor)) {\n content.push();\n }\n\n if (loc.types.includes(LocationType.TravelAgency)) {\n content.push();\n }\n\n if (loc.types.includes(LocationType.University)) {\n content.push();\n }\n\n if (loc.types.includes(LocationType.Casino)) {\n content.push();\n }\n\n return content;\n }\n\n const locContent: React.ReactNode[] = getLocationSpecificContent();\n const serverMeta = serverMetadata.find((s) => s.specialName === loc.name);\n const server = GetServer(serverMeta ? serverMeta.hostname : \"\");\n\n const backdoorInstalled = server !== null && isBackdoorInstalled(server);\n\n return (\n <>\n \n \n {backdoorInstalled && !Settings.DisableTextEffects ? (\n \n \n \n \n \n ) : (\n loc.name\n )}\n \n {locContent}\n \n );\n}\n","/**\n * React Subcomponent for displaying a location's UI, when that location is a company\n *\n * This subcomponent renders all of the buttons for applying to jobs at a company\n */\nimport React, { useState, useEffect } from \"react\";\nimport Typography from \"@mui/material/Typography\";\nimport Button from \"@mui/material/Button\";\nimport Tooltip from \"@mui/material/Tooltip\";\nimport Box from \"@mui/material/Box\";\n\nimport { ApplyToJobButton } from \"./ApplyToJobButton\";\n\nimport { Locations } from \"../Locations\";\nimport { LocationName } from \"../data/LocationNames\";\n\nimport { Companies } from \"../../Company/Companies\";\nimport { CompanyPositions } from \"../../Company/CompanyPositions\";\nimport * as posNames from \"../../Company/data/companypositionnames\";\n\nimport { Reputation } from \"../../ui/React/Reputation\";\nimport { Favor } from \"../../ui/React/Favor\";\nimport { Router } from \"../../ui/GameRoot\";\nimport { Player } from \"@player\";\nimport { QuitJobModal } from \"../../Company/ui/QuitJobModal\";\nimport { CompanyWork } from \"../../Work/CompanyWork\";\n\ntype IProps = {\n locName: LocationName;\n};\n\nexport function CompanyLocation(props: IProps): React.ReactElement {\n const [quitOpen, setQuitOpen] = useState(false);\n const setRerender = useState(false)[1];\n function rerender(): void {\n setRerender((old) => !old);\n }\n\n useEffect(() => {\n const id = setInterval(rerender, 200);\n return () => clearInterval(id);\n }, []);\n /**\n * We'll keep a reference to the Company that this component is being rendered for,\n * so we don't have to look it up every time\n */\n const company = Companies[props.locName];\n if (company == null) throw new Error(`CompanyLocation component constructed with invalid company: ${props.locName}`);\n\n /** Reference to the Location that this component is being rendered for */\n const location = Locations[props.locName];\n if (location == null) {\n throw new Error(`CompanyLocation component constructed with invalid location: ${props.locName}`);\n }\n\n /** Name of company position that player holds, if applicable */\n const jobTitle = Player.jobs[props.locName] ? Player.jobs[props.locName] : null;\n\n /**\n * CompanyPosition object for the job that the player holds at this company\n * (if he has one)\n */\n const companyPosition = jobTitle ? CompanyPositions[jobTitle] : null;\n\n Player.location = props.locName;\n\n function applyForAgentJob(e: React.MouseEvent): void {\n if (!e.isTrusted) {\n return;\n }\n Player.applyForAgentJob();\n rerender();\n }\n\n function applyForBusinessConsultantJob(e: React.MouseEvent): void {\n if (!e.isTrusted) {\n return;\n }\n Player.applyForBusinessConsultantJob();\n rerender();\n }\n\n function applyForBusinessJob(e: React.MouseEvent): void {\n if (!e.isTrusted) {\n return;\n }\n Player.applyForBusinessJob();\n rerender();\n }\n\n function applyForEmployeeJob(e: React.MouseEvent): void {\n if (!e.isTrusted) {\n return;\n }\n Player.applyForEmployeeJob();\n rerender();\n }\n\n function applyForItJob(e: React.MouseEvent): void {\n if (!e.isTrusted) {\n return;\n }\n Player.applyForItJob();\n rerender();\n }\n\n function applyForPartTimeEmployeeJob(e: React.MouseEvent): void {\n if (!e.isTrusted) {\n return;\n }\n Player.applyForPartTimeEmployeeJob();\n rerender();\n }\n\n function applyForPartTimeWaiterJob(e: React.MouseEvent): void {\n if (!e.isTrusted) {\n return;\n }\n Player.applyForPartTimeWaiterJob();\n rerender();\n }\n\n function applyForSecurityJob(e: React.MouseEvent): void {\n if (!e.isTrusted) {\n return;\n }\n Player.applyForSecurityJob();\n rerender();\n }\n\n function applyForSoftwareConsultantJob(e: React.MouseEvent): void {\n if (!e.isTrusted) {\n return;\n }\n Player.applyForSoftwareConsultantJob();\n rerender();\n }\n\n function applyForSoftwareJob(e: React.MouseEvent): void {\n if (!e.isTrusted) {\n return;\n }\n Player.applyForSoftwareJob();\n rerender();\n }\n\n function applyForWaiterJob(e: React.MouseEvent): void {\n if (!e.isTrusted) {\n return;\n }\n Player.applyForWaiterJob();\n rerender();\n }\n\n function startInfiltration(e: React.MouseEvent): void {\n if (!e.isTrusted) {\n return;\n }\n const loc = location;\n if (!loc.infiltrationData)\n throw new Error(`trying to start infiltration at ${props.locName} but the infiltrationData is null`);\n\n Router.toInfiltration(loc);\n }\n\n function work(e: React.MouseEvent): void {\n if (!e.isTrusted) {\n return;\n }\n\n const pos = companyPosition;\n if (pos) {\n Player.startWork(\n new CompanyWork({\n singularity: false,\n companyName: props.locName,\n }),\n );\n Player.startFocusing();\n Router.toWork();\n }\n }\n\n const isEmployedHere = jobTitle != null;\n const favorGain = company.getFavorGain();\n\n return (\n <>\n {isEmployedHere && (\n <>\n Job Title: {jobTitle}\n -------------------------\n \n \n You will have company favor upon resetting after\n installing Augmentations\n \n }\n >\n \n Company reputation: \n \n \n \n -------------------------\n \n \n Company favor increases the rate at which you earn reputation for this company by 1% per favor.\n Company favor is gained whenever you reset after installing Augmentations. The amount of favor you\n gain depends on how much reputation you have with the company.\n \n }\n >\n \n Company Favor: \n \n \n \n -------------------------\n
      \n \n )}\n \n {isEmployedHere && (\n \n \n \n setQuitOpen(false)}\n />\n \n )}\n {company.hasAgentPositions() && (\n \n )}\n {company.hasBusinessConsultantPositions() && (\n \n )}\n {company.hasBusinessPositions() && (\n \n )}\n {company.hasEmployeePositions() && (\n \n )}\n {company.hasEmployeePositions() && (\n \n )}\n {company.hasITPositions() && (\n \n )}\n {company.hasSecurityPositions() && (\n \n )}\n {company.hasSoftwareConsultantPositions() && (\n \n )}\n {company.hasSoftwarePositions() && (\n \n )}\n {company.hasWaiterPositions() && (\n \n )}\n {company.hasWaiterPositions() && (\n \n )}\n {location.infiltrationData != null && }\n \n \n );\n}\n","import React from \"react\";\nimport { Company } from \"../Company\";\nimport { Player } from \"@player\";\nimport { Modal } from \"../../ui/React/Modal\";\nimport Typography from \"@mui/material/Typography\";\nimport Button from \"@mui/material/Button\";\n\ninterface IProps {\n open: boolean;\n onClose: () => void;\n locName: string;\n company: Company;\n onQuit: () => void;\n}\n\nexport function QuitJobModal(props: IProps): React.ReactElement {\n function quit(): void {\n Player.quitJob(props.locName);\n props.onQuit();\n props.onClose();\n }\n\n return (\n \n Would you like to quit your job at {props.company.name}?\n
      \n
      \n \n
      \n );\n}\n","/**\n * React Subcomponent for displaying a location's UI, when that location is a gym\n *\n * This subcomponent renders all of the buttons for training at the gym\n */\nimport * as React from \"react\";\nimport Button from \"@mui/material/Button\";\n\nimport { Location } from \"../Location\";\n\nimport { Player } from \"@player\";\n\nimport { Money } from \"../../ui/React/Money\";\nimport { Router } from \"../../ui/GameRoot\";\nimport { Box } from \"@mui/material\";\nimport { ClassWork, ClassType, Classes } from \"../../Work/ClassWork\";\nimport { calculateCost } from \"../../Work/formulas/Class\";\n\ntype IProps = {\n loc: Location;\n};\n\nexport function GymLocation(props: IProps): React.ReactElement {\n function train(stat: ClassType): void {\n Player.startWork(\n new ClassWork({\n classType: stat,\n location: props.loc.name,\n singularity: false,\n }),\n );\n Player.startFocusing();\n Router.toWork();\n }\n\n const cost = calculateCost(Classes[ClassType.GymStrength], props.loc);\n\n return (\n \n \n \n \n \n \n );\n}\n","/**\n * React Subcomponent for displaying a location's UI, when that location is a hospital\n *\n * This subcomponent renders all of the buttons for hospital options\n */\nimport * as React from \"react\";\nimport Button from \"@mui/material/Button\";\n\nimport { Player } from \"@player\";\nimport { getHospitalizationCost } from \"../../Hospital/Hospital\";\n\nimport { Money } from \"../../ui/React/Money\";\n\nimport { dialogBoxCreate } from \"../../ui/React/DialogBox\";\n\ntype IState = {\n currHp: number;\n};\n\n//Todo: Make this a functional component\nexport class HospitalLocation extends React.Component, IState> {\n /** Stores button styling that sets them all to block display */\n btnStyle = { display: \"block\" };\n\n constructor() {\n super({});\n\n this.state = {\n currHp: Player.hp.current,\n };\n }\n\n getCost(): number {\n return getHospitalizationCost();\n }\n\n getHealed(e: React.MouseEvent): void {\n if (!e.isTrusted) {\n return;\n }\n\n if (Player.hp.current < 0) {\n Player.hp.current = 0;\n }\n if (Player.hp.current >= Player.hp.max) {\n return;\n }\n\n const cost = this.getCost();\n Player.loseMoney(cost, \"hospitalization\");\n Player.hp.current = Player.hp.max;\n\n // This just forces a re-render to update the cost\n this.setState({\n currHp: Player.hp.current,\n });\n\n dialogBoxCreate(\n <>\n You were healed to full health! The hospital billed you for \n ,\n );\n }\n\n render(): React.ReactNode {\n const cost = this.getCost();\n\n return (\n \n );\n }\n}\n","/**\n * React Subcomponent for displaying a location's UI, when that location is a slum\n *\n * This subcomponent renders all of the buttons for committing crimes\n */\nimport * as React from \"react\";\nimport Button from \"@mui/material/Button\";\nimport Tooltip from \"@mui/material/Tooltip\";\n\nimport { Crimes } from \"../../Crime/Crimes\";\n\nimport { numeralWrapper } from \"../../ui/numeralFormat\";\nimport { Router } from \"../../ui/GameRoot\";\nimport { Player } from \"@player\";\nimport { Box } from \"@mui/material\";\n\nexport function SlumsLocation(): React.ReactElement {\n function shoplift(e: React.MouseEvent): void {\n if (!e.isTrusted) {\n return;\n }\n Crimes.Shoplift.commit();\n Router.toWork();\n Player.focus = true;\n }\n\n function robStore(e: React.MouseEvent): void {\n if (!e.isTrusted) {\n return;\n }\n Crimes.RobStore.commit();\n Router.toWork();\n Player.focus = true;\n }\n\n function mug(e: React.MouseEvent): void {\n if (!e.isTrusted) {\n return;\n }\n Crimes.Mug.commit();\n Router.toWork();\n Player.focus = true;\n }\n\n function larceny(e: React.MouseEvent): void {\n if (!e.isTrusted) {\n return;\n }\n Crimes.Larceny.commit();\n Router.toWork();\n Player.focus = true;\n }\n\n function dealDrugs(e: React.MouseEvent): void {\n if (!e.isTrusted) {\n return;\n }\n Crimes.DealDrugs.commit();\n Router.toWork();\n Player.focus = true;\n }\n\n function bondForgery(e: React.MouseEvent): void {\n if (!e.isTrusted) {\n return;\n }\n Crimes.BondForgery.commit();\n Router.toWork();\n Player.focus = true;\n }\n\n function traffickArms(e: React.MouseEvent): void {\n if (!e.isTrusted) {\n return;\n }\n Crimes.TraffickArms.commit();\n Router.toWork();\n Player.focus = true;\n }\n\n function homicide(e: React.MouseEvent): void {\n if (!e.isTrusted) {\n return;\n }\n Crimes.Homicide.commit();\n Router.toWork();\n Player.focus = true;\n }\n\n function grandTheftAuto(e: React.MouseEvent): void {\n if (!e.isTrusted) {\n return;\n }\n Crimes.GrandTheftAuto.commit();\n Router.toWork();\n Player.focus = true;\n }\n\n function kidnap(e: React.MouseEvent): void {\n if (!e.isTrusted) {\n return;\n }\n Crimes.Kidnap.commit();\n Router.toWork();\n Player.focus = true;\n }\n\n function assassinate(e: React.MouseEvent): void {\n if (!e.isTrusted) {\n return;\n }\n Crimes.Assassination.commit();\n Router.toWork();\n Player.focus = true;\n }\n\n function heist(e: React.MouseEvent): void {\n if (!e.isTrusted) {\n return;\n }\n Crimes.Heist.commit();\n Router.toWork();\n Player.focus = true;\n }\n\n const shopliftChance = Crimes.Shoplift.successRate(Player);\n const robStoreChance = Crimes.RobStore.successRate(Player);\n const mugChance = Crimes.Mug.successRate(Player);\n const larcenyChance = Crimes.Larceny.successRate(Player);\n const drugsChance = Crimes.DealDrugs.successRate(Player);\n const bondChance = Crimes.BondForgery.successRate(Player);\n const armsChance = Crimes.TraffickArms.successRate(Player);\n const homicideChance = Crimes.Homicide.successRate(Player);\n const gtaChance = Crimes.GrandTheftAuto.successRate(Player);\n const kidnapChance = Crimes.Kidnap.successRate(Player);\n const assassinateChance = Crimes.Assassination.successRate(Player);\n const heistChance = Crimes.Heist.successRate(Player);\n\n return (\n \n Attempt to shoplift from a low-end retailer}>\n \n \n Attempt to commit armed robbery on a high-end store}>\n \n \n Attempt to mug a random person on the street}>\n \n \n Attempt to rob property from someone's house}>\n \n \n Attempt to deal drugs}>\n \n \n Attempt to forge corporate bonds}>\n \n \n Attempt to smuggle illegal arms into the city}>\n \n \n Attempt to murder a random person on the street}>\n \n \n Attempt to commit grand theft auto}>\n \n \n Attempt to kidnap and ransom a high-profile-target}>\n \n \n Attempt to assassinate a high-profile target}>\n \n \n Attempt to pull off the ultimate heist}>\n \n \n \n );\n}\n","/**\n * React Subcomponent for displaying a location's UI, when that location has special\n * actions/options/properties\n *\n * Examples:\n * - Bladeburner @ NSA\n * - Re-sleeving @ VitaLife\n * - Create Corporation @ City Hall\n *\n * This subcomponent creates all of the buttons for interacting with those special\n * properties\n */\nimport React, { useState } from \"react\";\nimport Typography from \"@mui/material/Typography\";\nimport Button from \"@mui/material/Button\";\n\nimport { Location } from \"../Location\";\nimport { CreateCorporationModal } from \"../../Corporation/ui/modals/CreateCorporationModal\";\nimport { LocationName } from \"../data/LocationNames\";\nimport { AugmentationNames } from \"../../Augmentation/data/AugmentationNames\";\nimport { Factions } from \"../../Faction/Factions\";\nimport { joinFaction } from \"../../Faction/FactionHelpers\";\n\nimport { Router } from \"../../ui/GameRoot\";\nimport { Player } from \"@player\";\n\nimport { dialogBoxCreate } from \"../../ui/React/DialogBox\";\nimport { SnackbarEvents, ToastVariant } from \"../../ui/React/Snackbar\";\nimport { N00dles } from \"../../utils/helpers/N00dles\";\nimport { Exploit } from \"../../Exploits/Exploit\";\nimport { applyAugmentation } from \"../../Augmentation/AugmentationHelpers\";\nimport { CorruptableText } from \"../../ui/React/CorruptableText\";\nimport { HacknetNode } from \"../../Hacknet/HacknetNode\";\nimport { HacknetServer } from \"../../Hacknet/HacknetServer\";\nimport { GetServer } from \"../../Server/AllServers\";\nimport { ArcadeRoot } from \"../../Arcade/ui/ArcadeRoot\";\nimport { FactionNames } from \"../../Faction/data/FactionNames\";\nimport { BitNodeMultipliers } from \"../../BitNode/BitNodeMultipliers\";\n\ntype IProps = {\n loc: Location;\n};\n\nexport function SpecialLocation(props: IProps): React.ReactElement {\n const setRerender = useState(false)[1];\n const inBladeburner = Player.inBladeburner();\n\n /** Click handler for Bladeburner button at Sector-12 NSA */\n function handleBladeburner(): void {\n if (Player.inBladeburner()) {\n // Enter Bladeburner division\n Router.toBladeburner();\n } else if (\n Player.skills.strength >= 100 &&\n Player.skills.defense >= 100 &&\n Player.skills.dexterity >= 100 &&\n Player.skills.agility >= 100\n ) {\n // Apply for Bladeburner division\n Player.startBladeburner();\n dialogBoxCreate(\"You have been accepted into the Bladeburner division!\");\n setRerender((old) => !old);\n\n const worldHeader = document.getElementById(\"world-menu-header\");\n if (worldHeader instanceof HTMLElement) {\n worldHeader.click();\n worldHeader.click();\n }\n } else {\n dialogBoxCreate(\"Rejected! Please apply again when you have 100 of each combat stat (str, def, dex, agi)\");\n }\n }\n\n /** Click handler for Resleeving button at New Tokyo VitaLife */\n function handleGrafting(): void {\n Router.toGrafting();\n }\n\n function renderBladeburner(): React.ReactElement {\n if (!Player.canAccessBladeburner() || BitNodeMultipliers.BladeburnerRank === 0) {\n return <>;\n }\n const text = inBladeburner ? \"Enter Bladeburner Headquarters\" : \"Apply to Bladeburner Division\";\n return (\n <>\n
      \n \n \n );\n }\n\n function renderNoodleBar(): React.ReactElement {\n function EatNoodles(): void {\n SnackbarEvents.emit(\"You ate some delicious noodles and feel refreshed\", ToastVariant.SUCCESS, 2000);\n N00dles(); // This is the true power of the noodles.\n if (Player.sourceFiles.length > 0) Player.giveExploit(Exploit.N00dles);\n if (Player.sourceFileLvl(5) > 0 || Player.bitNodeN === 5) {\n Player.exp.intelligence *= 1.0000000000000002;\n }\n Player.exp.hacking *= 1.0000000000000002;\n Player.exp.strength *= 1.0000000000000002;\n Player.exp.defense *= 1.0000000000000002;\n Player.exp.agility *= 1.0000000000000002;\n Player.exp.dexterity *= 1.0000000000000002;\n Player.exp.charisma *= 1.0000000000000002;\n for (const node of Player.hacknetNodes) {\n if (node instanceof HacknetNode) {\n Player.gainMoney(node.moneyGainRatePerSecond * 0.001, \"other\");\n } else {\n const server = GetServer(node);\n if (!(server instanceof HacknetServer)) throw new Error(`Server ${node} is not a hacknet server.`);\n Player.hashManager.storeHashes(server.hashRate * 0.001);\n }\n }\n\n if (Player.bladeburner) {\n Player.bladeburner.rank += 0.00001;\n }\n\n if (Player.corporation) {\n Player.corporation.funds += Player.corporation.revenue * 0.01;\n }\n }\n\n return (\n <>\n
      \n \n \n );\n }\n\n function CreateCorporation(): React.ReactElement {\n const [open, setOpen] = useState(false);\n if (!Player.canAccessCorporation()) {\n return (\n <>\n \n A businessman is yelling at a clerk. You should come back later.\n \n \n );\n }\n return (\n <>\n \n setOpen(false)} />\n \n );\n }\n\n function renderGrafting(): React.ReactElement {\n if (!Player.canAccessGrafting()) {\n return <>;\n }\n return (\n \n );\n }\n\n function handleCotMG(): void {\n const faction = Factions[FactionNames.ChurchOfTheMachineGod];\n if (!Player.factions.includes(FactionNames.ChurchOfTheMachineGod)) {\n joinFaction(faction);\n }\n if (\n !Player.augmentations.some((a) => a.name === AugmentationNames.StaneksGift1) &&\n !Player.queuedAugmentations.some((a) => a.name === AugmentationNames.StaneksGift1)\n ) {\n applyAugmentation({ name: AugmentationNames.StaneksGift1, level: 1 });\n }\n\n Router.toStaneksGift();\n }\n\n function renderCotMG(): React.ReactElement {\n const toStanek = ;\n // prettier-ignore\n const symbol = \n {\" `` \"}
      \n {\" -odmmNmds: \"}
      \n {\" `hNmo:..-omNh. \"}
      \n {\" yMd` `hNh \"}
      \n {\" mMd oNm \"}
      \n {\" oMNo .mM/ \"}
      \n {\" `dMN+ -mM+ \"}
      \n {\" -mMNo -mN+ \"}
      \n {\" .+- :mMNo/mN/ \"}
      \n {\":yNMd. :NMNNN/ \"}
      \n {\"-mMMMh. /NMMh` \"}
      \n {\" .dMMMd. /NMMMy` \"}
      \n {\" `yMMMd. /NNyNMMh` \"}
      \n {\" `sMMMd. +Nm: +NMMh. \"}
      \n {\" oMMMm- oNm: /NMMd. \"}
      \n {\" +NMMmsMm- :mMMd. \"}
      \n {\" /NMMMm- -mMMd. \"}
      \n {\" /MMMm- -mMMd. \"}
      \n {\" `sMNMMm- .mMmo \"}
      \n {\" `sMd:hMMm. ./. \"}
      \n {\" `yMy` `yNMd` \"}
      \n {\" `hMs` oMMy \"}
      \n {\" `hMh sMN- \"}
      \n {\" /MM- .NMo \"}
      \n {\" +MM: :MM+ \"}
      \n {\" sNNo-.`.-omNy` \"}
      \n {\" -smNNNNmdo- \"}
      \n {\" `..` \"}
      \n if (Player.hasAugmentation(AugmentationNames.StaneksGift3, true)) {\n return (\n <>\n \n \n Allison \"Mother\" Stanek: ..can ...you hear them too ...? Come now, don't be shy and let me get a closer\n look at you. Yes wonderful, I see my creation has taken root without consequence or much ill effect it\n seems. Curious, Just how much of a machine's soul do you house in that body?\n \n \n
      \n {toStanek}\n
      \n {symbol}\n \n );\n }\n if (Player.hasAugmentation(AugmentationNames.StaneksGift2, true)) {\n return (\n <>\n \n \n Allison \"Mother\" Stanek: I see you've taken to my creation. So much that it could hardly be recognized as\n one of my own after your tinkering with it. I see you follow the ways of the Machine God as I do, and your\n mastery of the gift clearly demonstrates that. My hopes are climbing by the day for you.\n \n \n
      \n {toStanek}\n
      \n {symbol}\n \n );\n }\n if (Player.factions.includes(FactionNames.ChurchOfTheMachineGod)) {\n return (\n <>\n \n Allison \"Mother\" Stanek: Welcome back my child!\n \n
      \n {toStanek}\n
      \n {symbol}\n \n );\n }\n\n if (!Player.canAccessCotMG()) {\n return (\n <>\n \n A decrepit altar stands in the middle of a dilapidated church.\n
      \n
      A symbol is carved in the altar.\n
      \n
      \n {symbol}\n \n );\n }\n\n if (\n Player.augmentations.filter((a) => a.name !== AugmentationNames.NeuroFluxGovernor).length > 0 ||\n Player.queuedAugmentations.filter((a) => a.name !== AugmentationNames.NeuroFluxGovernor).length > 0\n ) {\n return (\n <>\n \n \n Allison \"Mother\" Stanek: Begone you filth! My gift must be the first modification that your body should\n have!\n \n \n \n );\n }\n\n return (\n <>\n \n \n Allison \"Mother\" Stanek: Welcome child, I see your body is pure. Are you ready to ascend beyond our human\n form? If you are, accept my gift.\n \n \n \n {symbol}\n \n );\n }\n\n function renderGlitch(): React.ReactElement {\n return (\n <>\n \n \n \n \n );\n }\n\n switch (props.loc.name) {\n case LocationName.NewTokyoVitaLife: {\n return renderGrafting();\n }\n case LocationName.Sector12CityHall: {\n return (BitNodeMultipliers.CorporationSoftcap < 0.15 && <>) || ;\n }\n case LocationName.Sector12NSA: {\n return renderBladeburner();\n }\n case LocationName.NewTokyoNoodleBar: {\n return renderNoodleBar();\n }\n case LocationName.ChongqingChurchOfTheMachineGod: {\n return renderCotMG();\n }\n case LocationName.IshimaGlitch: {\n return renderGlitch();\n }\n case LocationName.NewTokyoArcade: {\n return ;\n }\n default:\n console.error(`Location ${props.loc.name} doesn't have any special properties`);\n return <>;\n }\n}\n","import React, { useState } from \"react\";\n\nimport { Money } from \"../../../ui/React/Money\";\nimport { Modal } from \"../../../ui/React/Modal\";\nimport { Router } from \"../../../ui/GameRoot\";\nimport { Player } from \"@player\";\nimport Typography from \"@mui/material/Typography\";\nimport Button from \"@mui/material/Button\";\nimport TextField from \"@mui/material/TextField\";\n\ninterface IProps {\n open: boolean;\n onClose: () => void;\n}\n\nexport function CreateCorporationModal(props: IProps): React.ReactElement {\n const canSelfFund = Player.canAfford(150e9);\n if (!Player.canAccessCorporation() || Player.hasCorporation()) {\n props.onClose();\n return <>;\n }\n\n const [name, setName] = useState(\"\");\n function onChange(event: React.ChangeEvent): void {\n setName(event.target.value);\n }\n\n function selfFund(): void {\n if (!canSelfFund) {\n return;\n }\n\n if (name == \"\") {\n return;\n }\n\n Player.startCorporation(name);\n Player.loseMoney(150e9, \"corporation\");\n\n props.onClose();\n Router.toCorporation();\n }\n\n function seed(): void {\n if (name == \"\") {\n return;\n }\n\n Player.startCorporation(name, 500e6);\n\n props.onClose();\n Router.toCorporation();\n }\n\n return (\n \n \n Would you like to start a corporation? This will require $150b for registration and initial funding.{\" \"}\n {Player.bitNodeN === 3 &&\n `This $150b\n can either be self-funded, or you can obtain the seed money from the government in exchange for 500 million\n shares`}\n
      \n
      \n If you would like to start one, please enter a name for your corporation below:\n
      \n \n {Player.bitNodeN === 3 && (\n \n )}\n \n
      \n );\n}\n","const n00dlePower =\n \"[][(![]+[])[+[]]+(![]+[])[!+[]+!+[]]+(![]+[])[+!+[]]+(!![]+[])[+[]]][([][(![]+[]\" +\n \")[+[]]+(![]+[])[!+[]+!+[]]+(![]+[])[+!+[]]+(!![]+[])[+[]]]+[])[!+[]+!+[]+!+[]]+(\" +\n \"!![]+[][(![]+[])[+[]]+(![]+[])[!+[]+!+[]]+(![]+[])[+!+[]]+(!![]+[])[+[]]])[+!+[]\" +\n \"+[+[]]]+([][[]]+[])[+!+[]]+(![]+[])[!+[]+!+[]+!+[]]+(!![]+[])[+[]]+(!![]+[])[+!+\" +\n \"[]]+([][[]]+[])[+[]]+([][(![]+[])[+[]]+(![]+[])[!+[]+!+[]]+(![]+[])[+!+[]]+(!![]\" +\n \"+[])[+[]]]+[])[!+[]+!+[]+!+[]]+(!![]+[])[+[]]+(!![]+[][(![]+[])[+[]]+(![]+[])[!+\" +\n \"[]+!+[]]+(![]+[])[+!+[]]+(!![]+[])[+[]]])[+!+[]+[+[]]]+(!![]+[])[+!+[]]]((!![]+[\" +\n \"])[+!+[]]+(!![]+[])[!+[]+!+[]+!+[]]+(!![]+[])[+[]]+([][[]]+[])[+[]]+(!![]+[])[+!\" +\n \"+[]]+([][[]]+[])[+!+[]]+([]+[])[(![]+[])[+[]]+(!![]+[][(![]+[])[+[]]+(![]+[])[!+\" +\n \"[]+!+[]]+(![]+[])[+!+[]]+(!![]+[])[+[]]])[+!+[]+[+[]]]+([][[]]+[])[+!+[]]+(!![]+\" +\n \"[])[+[]]+([][(![]+[])[+[]]+(![]+[])[!+[]+!+[]]+(![]+[])[+!+[]]+(!![]+[])[+[]]]+[\" +\n \"])[!+[]+!+[]+!+[]]+(!![]+[][(![]+[])[+[]]+(![]+[])[!+[]+!+[]]+(![]+[])[+!+[]]+(!\" +\n \"![]+[])[+[]]])[+!+[]+[+[]]]+(![]+[])[!+[]+!+[]]+(!![]+[][(![]+[])[+[]]+(![]+[])[\" +\n \"!+[]+!+[]]+(![]+[])[+!+[]]+(!![]+[])[+[]]])[+!+[]+[+[]]]+(!![]+[])[+!+[]]]()[+!+\" +\n \"[]+[!+[]+!+[]]]+([][(![]+[])[+[]]+(![]+[])[!+[]+!+[]]+(![]+[])[+!+[]]+(!![]+[])[\" +\n \"+[]]][([][(![]+[])[+[]]+(![]+[])[!+[]+!+[]]+(![]+[])[+!+[]]+(!![]+[])[+[]]]+[])[\" +\n \"!+[]+!+[]+!+[]]+(!![]+[][(![]+[])[+[]]+(![]+[])[!+[]+!+[]]+(![]+[])[+!+[]]+(!![]\" +\n \"+[])[+[]]])[+!+[]+[+[]]]+([][[]]+[])[+!+[]]+(![]+[])[!+[]+!+[]+!+[]]+(!![]+[])[+\" +\n \"[]]+(!![]+[])[+!+[]]+([][[]]+[])[+[]]+([][(![]+[])[+[]]+(![]+[])[!+[]+!+[]]+(![]\" +\n \"+[])[+!+[]]+(!![]+[])[+[]]]+[])[!+[]+!+[]+!+[]]+(!![]+[])[+[]]+(!![]+[][(![]+[])\" +\n \"[+[]]+(![]+[])[!+[]+!+[]]+(![]+[])[+!+[]]+(!![]+[])[+[]]])[+!+[]+[+[]]]+(!![]+[]\" +\n \")[+!+[]]]((!![]+[])[+!+[]]+(!![]+[])[!+[]+!+[]+!+[]]+(!![]+[])[+[]]+([][[]]+[])[\" +\n \"+[]]+(!![]+[])[+!+[]]+([][[]]+[])[+!+[]]+(![]+[+[]])[([![]]+[][[]])[+!+[]+[+[]]]\" +\n \"+(!![]+[])[+[]]+(![]+[])[+!+[]]+(![]+[])[!+[]+!+[]]+([![]]+[][[]])[+!+[]+[+[]]]+\" +\n \"([][(![]+[])[+[]]+(![]+[])[!+[]+!+[]]+(![]+[])[+!+[]]+(!![]+[])[+[]]]+[])[!+[]+!\" +\n \"+[]+!+[]]+(![]+[])[!+[]+!+[]+!+[]]]()[+!+[]+[+[]]]+![]+(![]+[+[]])[([![]]+[][[]]\" +\n \")[+!+[]+[+[]]]+(!![]+[])[+[]]+(![]+[])[+!+[]]+(![]+[])[!+[]+!+[]]+([![]]+[][[]])\" +\n \"[+!+[]+[+[]]]+([][(![]+[])[+[]]+(![]+[])[!+[]+!+[]]+(![]+[])[+!+[]]+(!![]+[])[+[\" +\n \"]]]+[])[!+[]+!+[]+!+[]]+(![]+[])[!+[]+!+[]+!+[]]]()[+!+[]+[+[]]])()[([][(![]+[])\" +\n \"[+[]]+(![]+[])[!+[]+!+[]]+(![]+[])[+!+[]]+(!![]+[])[+[]]]+[])[!+[]+!+[]+!+[]]+(!\" +\n \"![]+[][(![]+[])[+[]]+(![]+[])[!+[]+!+[]]+(![]+[])[+!+[]]+(!![]+[])[+[]]])[+!+[]+\" +\n \"[+[]]]+([][[]]+[])[+!+[]]+(![]+[])[!+[]+!+[]+!+[]]+(!![]+[])[+[]]+(!![]+[])[+!+[\" +\n \"]]+([][[]]+[])[+[]]+([][(![]+[])[+[]]+(![]+[])[!+[]+!+[]]+(![]+[])[+!+[]]+(!![]+\" +\n \"[])[+[]]]+[])[!+[]+!+[]+!+[]]+(!![]+[])[+[]]+(!![]+[][(![]+[])[+[]]+(![]+[])[!+[\" +\n \"]+!+[]]+(![]+[])[+!+[]]+(!![]+[])[+[]]])[+!+[]+[+[]]]+(!![]+[])[+!+[]]]((![]+[+[\" +\n \"]])[([![]]+[][[]])[+!+[]+[+[]]]+(!![]+[])[+[]]+(![]+[])[+!+[]]+(![]+[])[!+[]+!+[\" +\n \"]]+([![]]+[][[]])[+!+[]+[+[]]]+([][(![]+[])[+[]]+(![]+[])[!+[]+!+[]]+(![]+[])[+!\" +\n \"+[]]+(!![]+[])[+[]]]+[])[!+[]+!+[]+!+[]]+(![]+[])[!+[]+!+[]+!+[]]]()[+!+[]+[+[]]\" +\n \"])+[])[+!+[]]+[!+[]+!+[]+!+[]+!+[]]+[!+[]+!+[]]+([][(![]+[])[+[]]+(![]+[])[!+[]+\" +\n \"!+[]]+(![]+[])[+!+[]]+(!![]+[])[+[]]][([][(![]+[])[+[]]+(![]+[])[!+[]+!+[]]+(![]\" +\n \"+[])[+!+[]]+(!![]+[])[+[]]]+[])[!+[]+!+[]+!+[]]+(!![]+[][(![]+[])[+[]]+(![]+[])[\" +\n \"!+[]+!+[]]+(![]+[])[+!+[]]+(!![]+[])[+[]]])[+!+[]+[+[]]]+([][[]]+[])[+!+[]]+(![]\" +\n \"+[])[!+[]+!+[]+!+[]]+(!![]+[])[+[]]+(!![]+[])[+!+[]]+([][[]]+[])[+[]]+([][(![]+[\" +\n \"])[+[]]+(![]+[])[!+[]+!+[]]+(![]+[])[+!+[]]+(!![]+[])[+[]]]+[])[!+[]+!+[]+!+[]]+\" +\n \"(!![]+[])[+[]]+(!![]+[][(![]+[])[+[]]+(![]+[])[!+[]+!+[]]+(![]+[])[+!+[]]+(!![]+\" +\n \"[])[+[]]])[+!+[]+[+[]]]+(!![]+[])[+!+[]]]((!![]+[])[+!+[]]+(!![]+[])[!+[]+!+[]+!\" +\n \"+[]]+(!![]+[])[+[]]+([][[]]+[])[+[]]+(!![]+[])[+!+[]]+([][[]]+[])[+!+[]]+(![]+[+\" +\n \"[]])[([![]]+[][[]])[+!+[]+[+[]]]+(!![]+[])[+[]]+(![]+[])[+!+[]]+(![]+[])[!+[]+!+\" +\n \"[]]+([![]]+[][[]])[+!+[]+[+[]]]+([][(![]+[])[+[]]+(![]+[])[!+[]+!+[]]+(![]+[])[+\" +\n \"!+[]]+(!![]+[])[+[]]]+[])[!+[]+!+[]+!+[]]+(![]+[])[!+[]+!+[]+!+[]]]()[+!+[]+[+[]\" +\n \"]]+![]+(![]+[+[]])[([![]]+[][[]])[+!+[]+[+[]]]+(!![]+[])[+[]]+(![]+[])[+!+[]]+(!\" +\n \"[]+[])[!+[]+!+[]]+([![]]+[][[]])[+!+[]+[+[]]]+([][(![]+[])[+[]]+(![]+[])[!+[]+!+\" +\n \"[]]+(![]+[])[+!+[]]+(!![]+[])[+[]]]+[])[!+[]+!+[]+!+[]]+(![]+[])[!+[]+!+[]+!+[]]\" +\n \"]()[+!+[]+[+[]]])()[([][(![]+[])[+[]]+(![]+[])[!+[]+!+[]]+(![]+[])[+!+[]]+(!![]+\" +\n \"[])[+[]]]+[])[!+[]+!+[]+!+[]]+(!![]+[][(![]+[])[+[]]+(![]+[])[!+[]+!+[]]+(![]+[]\" +\n \")[+!+[]]+(!![]+[])[+[]]])[+!+[]+[+[]]]+([][[]]+[])[+!+[]]+(![]+[])[!+[]+!+[]+!+[\" +\n \"]]+(!![]+[])[+[]]+(!![]+[])[+!+[]]+([][[]]+[])[+[]]+([][(![]+[])[+[]]+(![]+[])[!\" +\n \"+[]+!+[]]+(![]+[])[+!+[]]+(!![]+[])[+[]]]+[])[!+[]+!+[]+!+[]]+(!![]+[])[+[]]+(!!\" +\n \"[]+[][(![]+[])[+[]]+(![]+[])[!+[]+!+[]]+(![]+[])[+!+[]]+(!![]+[])[+[]]])[+!+[]+[\" +\n \"+[]]]+(!![]+[])[+!+[]]]((![]+[+[]])[([![]]+[][[]])[+!+[]+[+[]]]+(!![]+[])[+[]]+(\" +\n \"![]+[])[+!+[]]+(![]+[])[!+[]+!+[]]+([![]]+[][[]])[+!+[]+[+[]]]+([][(![]+[])[+[]]\" +\n \"+(![]+[])[!+[]+!+[]]+(![]+[])[+!+[]]+(!![]+[])[+[]]]+[])[!+[]+!+[]+!+[]]+(![]+[]\" +\n \")[!+[]+!+[]+!+[]]]()[+!+[]+[+[]]])+[])[+!+[]]+[+!+[]]+[+!+[]]+[!+[]+!+[]+!+[]+!+\" +\n \"[]]+(!![]+[][(![]+[])[+[]]+(![]+[])[!+[]+!+[]]+(![]+[])[+!+[]]+(!![]+[])[+[]]][(\" +\n \"[][(![]+[])[+[]]+(![]+[])[!+[]+!+[]]+(![]+[])[+!+[]]+(!![]+[])[+[]]]+[])[!+[]+!+\" +\n \"[]+!+[]]+(!![]+[][(![]+[])[+[]]+(![]+[])[!+[]+!+[]]+(![]+[])[+!+[]]+(!![]+[])[+[\" +\n \"]]])[+!+[]+[+[]]]+([][[]]+[])[+!+[]]+(![]+[])[!+[]+!+[]+!+[]]+(!![]+[])[+[]]+(!!\" +\n \"[]+[])[+!+[]]+([][[]]+[])[+[]]+([][(![]+[])[+[]]+(![]+[])[!+[]+!+[]]+(![]+[])[+!\" +\n \"+[]]+(!![]+[])[+[]]]+[])[!+[]+!+[]+!+[]]+(!![]+[])[+[]]+(!![]+[][(![]+[])[+[]]+(\" +\n \"![]+[])[!+[]+!+[]]+(![]+[])[+!+[]]+(!![]+[])[+[]]])[+!+[]+[+[]]]+(!![]+[])[+!+[]\" +\n \"]]((!![]+[])[+!+[]]+(!![]+[])[!+[]+!+[]+!+[]]+(!![]+[])[+[]]+([][[]]+[])[+[]]+(!\" +\n \"![]+[])[+!+[]]+([][[]]+[])[+!+[]]+(+[![]]+[][(![]+[])[+[]]+(![]+[])[!+[]+!+[]]+(\" +\n \"![]+[])[+!+[]]+(!![]+[])[+[]]])[+!+[]+[+!+[]]]+[][(![]+[])[+[]]+(![]+[])[!+[]+!+\" +\n \"[]]+(![]+[])[+!+[]]+(!![]+[])[+[]]][([][(![]+[])[+[]]+(![]+[])[!+[]+!+[]]+(![]+[\" +\n \"])[+!+[]]+(!![]+[])[+[]]]+[])[!+[]+!+[]+!+[]]+(!![]+[][(![]+[])[+[]]+(![]+[])[!+\" +\n \"[]+!+[]]+(![]+[])[+!+[]]+(!![]+[])[+[]]])[+!+[]+[+[]]]+([][[]]+[])[+!+[]]+(![]+[\" +\n \"])[!+[]+!+[]+!+[]]+(!![]+[])[+[]]+(!![]+[])[+!+[]]+([][[]]+[])[+[]]+([][(![]+[])\" +\n \"[+[]]+(![]+[])[!+[]+!+[]]+(![]+[])[+!+[]]+(!![]+[])[+[]]]+[])[!+[]+!+[]+!+[]]+(!\" +\n \"![]+[])[+[]]+(!![]+[][(![]+[])[+[]]+(![]+[])[!+[]+!+[]]+(![]+[])[+!+[]]+(!![]+[]\" +\n \")[+[]]])[+!+[]+[+[]]]+(!![]+[])[+!+[]]]((!![]+[])[+!+[]]+(!![]+[])[!+[]+!+[]+!+[\" +\n \"]]+(!![]+[])[+[]]+([][[]]+[])[+[]]+(!![]+[])[+!+[]]+([][[]]+[])[+!+[]]+(+[![]]+[\" +\n \"][(![]+[])[+[]]+(![]+[])[!+[]+!+[]]+(![]+[])[+!+[]]+(!![]+[])[+[]]])[+!+[]+[+!+[\" +\n \"]]]+(!![]+[])[!+[]+!+[]+!+[]]+(![]+[])[!+[]+!+[]+!+[]]+([][(![]+[])[+[]]+(![]+[]\" +\n \")[!+[]+!+[]]+(![]+[])[+!+[]]+(!![]+[])[+[]]]+[])[!+[]+!+[]+!+[]]+(![]+[])[+!+[]]\" +\n \"+(+(!+[]+!+[]+[+!+[]]+[+!+[]]))[(!![]+[])[+[]]+(!![]+[][(![]+[])[+[]]+(![]+[])[!\" +\n \"+[]+!+[]]+(![]+[])[+!+[]]+(!![]+[])[+[]]])[+!+[]+[+[]]]+([]+[])[([][(![]+[])[+[]\" +\n \"]+(![]+[])[!+[]+!+[]]+(![]+[])[+!+[]]+(!![]+[])[+[]]]+[])[!+[]+!+[]+!+[]]+(!![]+\" +\n \"[][(![]+[])[+[]]+(![]+[])[!+[]+!+[]]+(![]+[])[+!+[]]+(!![]+[])[+[]]])[+!+[]+[+[]\" +\n \"]]+([][[]]+[])[+!+[]]+(![]+[])[!+[]+!+[]+!+[]]+(!![]+[])[+[]]+(!![]+[])[+!+[]]+(\" +\n \"[][[]]+[])[+[]]+([][(![]+[])[+[]]+(![]+[])[!+[]+!+[]]+(![]+[])[+!+[]]+(!![]+[])[\" +\n \"+[]]]+[])[!+[]+!+[]+!+[]]+(!![]+[])[+[]]+(!![]+[][(![]+[])[+[]]+(![]+[])[!+[]+!+\" +\n \"[]]+(![]+[])[+!+[]]+(!![]+[])[+[]]])[+!+[]+[+[]]]+(!![]+[])[+!+[]]][([][[]]+[])[\" +\n \"+!+[]]+(![]+[])[+!+[]]+((+[])[([][(![]+[])[+[]]+(![]+[])[!+[]+!+[]]+(![]+[])[+!+\" +\n \"[]]+(!![]+[])[+[]]]+[])[!+[]+!+[]+!+[]]+(!![]+[][(![]+[])[+[]]+(![]+[])[!+[]+!+[\" +\n \"]]+(![]+[])[+!+[]]+(!![]+[])[+[]]])[+!+[]+[+[]]]+([][[]]+[])[+!+[]]+(![]+[])[!+[\" +\n \"]+!+[]+!+[]]+(!![]+[])[+[]]+(!![]+[])[+!+[]]+([][[]]+[])[+[]]+([][(![]+[])[+[]]+\" +\n \"(![]+[])[!+[]+!+[]]+(![]+[])[+!+[]]+(!![]+[])[+[]]]+[])[!+[]+!+[]+!+[]]+(!![]+[]\" +\n \")[+[]]+(!![]+[][(![]+[])[+[]]+(![]+[])[!+[]+!+[]]+(![]+[])[+!+[]]+(!![]+[])[+[]]\" +\n \"])[+!+[]+[+[]]]+(!![]+[])[+!+[]]]+[])[+!+[]+[+!+[]]]+(!![]+[])[!+[]+!+[]+!+[]]]]\" +\n \"(!+[]+!+[]+!+[]+[+!+[]])[+!+[]]+(!![]+[])[!+[]+!+[]+!+[]])()([][(![]+[])[+[]]+(!\" +\n \"[]+[])[!+[]+!+[]]+(![]+[])[+!+[]]+(!![]+[])[+[]]])[(![]+[])[!+[]+!+[]+!+[]]+(![]\" +\n \"+[])[!+[]+!+[]]+([![]]+[][[]])[+!+[]+[+[]]]+([][(![]+[])[+[]]+(![]+[])[!+[]+!+[]\" +\n \"]+(![]+[])[+!+[]]+(!![]+[])[+[]]]+[])[!+[]+!+[]+!+[]]+(!![]+[])[!+[]+!+[]+!+[]]]\" +\n \"((+((+(+!+[]+[+!+[]]+(!![]+[])[!+[]+!+[]+!+[]]+[!+[]+!+[]]+[+[]])+[])[+!+[]]+[+[\" +\n \"]+[+[]]+[+[]]+[+[]]+[+[]]+[+[]]+[+!+[]]])+[])[!+[]+!+[]]+[+!+[]])+(![]+[])[+!+[]\" +\n \"]+(!![]+[])[+[]]+(!![]+[])[!+[]+!+[]+!+[]])()())[!+[]+!+[]+!+[]+[+[]]]+(+[]+[][(\" +\n \"[][(![]+[])[+[]]+(![]+[])[!+[]+!+[]]+(![]+[])[+!+[]]+(!![]+[])[+[]]]+[])[!+[]+!+\" +\n \"[]+!+[]]+(!![]+[][(![]+[])[+[]]+(![]+[])[!+[]+!+[]]+(![]+[])[+!+[]]+(!![]+[])[+[\" +\n \"]]])[+!+[]+[+[]]]+([][[]]+[])[+!+[]]+(![]+[])[!+[]+!+[]+!+[]]+(!![]+[])[+[]]+(!!\" +\n \"[]+[])[+!+[]]+([][[]]+[])[+[]]+([][(![]+[])[+[]]+(![]+[])[!+[]+!+[]]+(![]+[])[+!\" +\n \"+[]]+(!![]+[])[+[]]]+[])[!+[]+!+[]+!+[]]+(!![]+[])[+[]]+(!![]+[][(![]+[])[+[]]+(\" +\n \"![]+[])[!+[]+!+[]]+(![]+[])[+!+[]]+(!![]+[])[+[]]])[+!+[]+[+[]]]+(!![]+[])[+!+[]\" +\n \"]])[+!+[]+[+[]]]+(+[]+[][(!![]+[])[!+[]+!+[]+!+[]]+([][[]]+[])[+!+[]]+(!![]+[])[\" +\n \"+[]]+(!![]+[])[+!+[]]+([![]]+[][[]])[+!+[]+[+[]]]+(!![]+[])[!+[]+!+[]+!+[]]+(![]\" +\n \"+[])[!+[]+!+[]+!+[]]]()[([][(![]+[])[+[]]+(![]+[])[!+[]+!+[]]+(![]+[])[+!+[]]+(!\" +\n \"![]+[])[+[]]]+[])[!+[]+!+[]+!+[]]+(!![]+[][(![]+[])[+[]]+(![]+[])[!+[]+!+[]]+(![\" +\n \"]+[])[+!+[]]+(!![]+[])[+[]]])[+!+[]+[+[]]]+([][[]]+[])[+!+[]]+(![]+[])[!+[]+!+[]\" +\n \"+!+[]]+(!![]+[])[+[]]+(!![]+[])[+!+[]]+([][[]]+[])[+[]]+([][(![]+[])[+[]]+(![]+[\" +\n \"])[!+[]+!+[]]+(![]+[])[+!+[]]+(!![]+[])[+[]]]+[])[!+[]+!+[]+!+[]]+(!![]+[])[+[]]\" +\n \"+(!![]+[][(![]+[])[+[]]+(![]+[])[!+[]+!+[]]+(![]+[])[+!+[]]+(!![]+[])[+[]]])[+!+\" +\n \"[]+[+[]]]+(!![]+[])[+!+[]]])[+!+[]+[+[]]]+(+[![]]+[][(![]+[])[+[]]+(![]+[])[!+[]\" +\n \"+!+[]]+(![]+[])[+!+[]]+(!![]+[])[+[]]])[+!+[]+[+!+[]]]+([][[]]+[])[!+[]+!+[]]+([\" +\n \"![]]+[][[]])[+!+[]+[+[]]]+([][[]]+[])[!+[]+!+[]]+(+[![]]+[][(![]+[])[+[]]+(![]+[\" +\n \"])[!+[]+!+[]]+(![]+[])[+!+[]]+(!![]+[])[+[]]])[+!+[]+[+!+[]]]+(+[![]]+[+(+!+[]+(\" +\n \"!+[]+[])[!+[]+!+[]+!+[]]+[+!+[]]+[+[]]+[+[]]+[+[]])])[+!+[]+[+[]]]+(!![]+[][(![]\" +\n \"+[])[+[]]+(![]+[])[!+[]+!+[]]+(![]+[])[+!+[]]+(!![]+[])[+[]]])[+!+[]+[+[]]]+([][\" +\n \"[]]+[])[+[]]+(+[![]]+[][(![]+[])[+[]]+(![]+[])[!+[]+!+[]]+(![]+[])[+!+[]]+(!![]+\" +\n \"[])[+[]]])[+!+[]+[+!+[]]]+(!![]+[])[+!+[]]+(!![]+[])[!+[]+!+[]+!+[]]+(![]+[])[+!\" +\n \"+[]]+(![]+[])[!+[]+!+[]]+(![]+[])[!+[]+!+[]]+(+[![]]+[+(+!+[]+(!+[]+[])[!+[]+!+[\" +\n \"]+!+[]]+[+!+[]]+[+[]]+[+[]]+[+[]])])[+!+[]+[+[]]]+(+[![]]+[][(![]+[])[+[]]+(![]+\" +\n \"[])[!+[]+!+[]]+(![]+[])[+!+[]]+(!![]+[])[+[]]])[+!+[]+[+!+[]]]+([][[]]+[])[!+[]+\" +\n \"!+[]]+(!![]+[])[!+[]+!+[]+!+[]]+(![]+[])[+[]]+([][[]]+[])[+[]]+([][(![]+[])[+[]]\" +\n \"+(![]+[])[!+[]+!+[]]+(![]+[])[+!+[]]+(!![]+[])[+[]]]+[])[!+[]+!+[]+!+[]]+(+(!+[]\" +\n \"+!+[]+[+[]]))[(!![]+[])[+[]]+(!![]+[][(![]+[])[+[]]+(![]+[])[!+[]+!+[]]+(![]+[])\" +\n \"[+!+[]]+(!![]+[])[+[]]])[+!+[]+[+[]]]+([]+[])[([][(![]+[])[+[]]+(![]+[])[!+[]+!+\" +\n \"[]]+(![]+[])[+!+[]]+(!![]+[])[+[]]]+[])[!+[]+!+[]+!+[]]+(!![]+[][(![]+[])[+[]]+(\" +\n \"![]+[])[!+[]+!+[]]+(![]+[])[+!+[]]+(!![]+[])[+[]]])[+!+[]+[+[]]]+([][[]]+[])[+!+\" +\n \"[]]+(![]+[])[!+[]+!+[]+!+[]]+(!![]+[])[+[]]+(!![]+[])[+!+[]]+([][[]]+[])[+[]]+([\" +\n \"][(![]+[])[+[]]+(![]+[])[!+[]+!+[]]+(![]+[])[+!+[]]+(!![]+[])[+[]]]+[])[!+[]+!+[\" +\n \"]+!+[]]+(!![]+[])[+[]]+(!![]+[][(![]+[])[+[]]+(![]+[])[!+[]+!+[]]+(![]+[])[+!+[]\" +\n \"]+(!![]+[])[+[]]])[+!+[]+[+[]]]+(!![]+[])[+!+[]]][([][[]]+[])[+!+[]]+(![]+[])[+!\" +\n \"+[]]+((+[])[([][(![]+[])[+[]]+(![]+[])[!+[]+!+[]]+(![]+[])[+!+[]]+(!![]+[])[+[]]\" +\n \"]+[])[!+[]+!+[]+!+[]]+(!![]+[][(![]+[])[+[]]+(![]+[])[!+[]+!+[]]+(![]+[])[+!+[]]\" +\n \"+(!![]+[])[+[]]])[+!+[]+[+[]]]+([][[]]+[])[+!+[]]+(![]+[])[!+[]+!+[]+!+[]]+(!![]\" +\n \"+[])[+[]]+(!![]+[])[+!+[]]+([][[]]+[])[+[]]+([][(![]+[])[+[]]+(![]+[])[!+[]+!+[]\" +\n \"]+(![]+[])[+!+[]]+(!![]+[])[+[]]]+[])[!+[]+!+[]+!+[]]+(!![]+[])[+[]]+(!![]+[][(!\" +\n \"[]+[])[+[]]+(![]+[])[!+[]+!+[]]+(![]+[])[+!+[]]+(!![]+[])[+[]]])[+!+[]+[+[]]]+(!\" +\n \"![]+[])[+!+[]]]+[])[+!+[]+[+!+[]]]+(!![]+[])[!+[]+!+[]+!+[]]]](!+[]+!+[]+[+!+[]]\" +\n \")+(+[![]]+[][(![]+[])[+[]]+(![]+[])[!+[]+!+[]]+(![]+[])[+!+[]]+(!![]+[])[+[]]])[\" +\n \"+!+[]+[+!+[]]]+(!![]+[])[+[]]+(+(+!+[]+[+[]]+[+!+[]]))[(!![]+[])[+[]]+(!![]+[][(\" +\n \"![]+[])[+[]]+(![]+[])[!+[]+!+[]]+(![]+[])[+!+[]]+(!![]+[])[+[]]])[+!+[]+[+[]]]+(\" +\n \"[]+[])[([][(![]+[])[+[]]+(![]+[])[!+[]+!+[]]+(![]+[])[+!+[]]+(!![]+[])[+[]]]+[])\" +\n \"[!+[]+!+[]+!+[]]+(!![]+[][(![]+[])[+[]]+(![]+[])[!+[]+!+[]]+(![]+[])[+!+[]]+(!![\" +\n \"]+[])[+[]]])[+!+[]+[+[]]]+([][[]]+[])[+!+[]]+(![]+[])[!+[]+!+[]+!+[]]+(!![]+[])[\" +\n \"+[]]+(!![]+[])[+!+[]]+([][[]]+[])[+[]]+([][(![]+[])[+[]]+(![]+[])[!+[]+!+[]]+(![\" +\n \"]+[])[+!+[]]+(!![]+[])[+[]]]+[])[!+[]+!+[]+!+[]]+(!![]+[])[+[]]+(!![]+[][(![]+[]\" +\n \")[+[]]+(![]+[])[!+[]+!+[]]+(![]+[])[+!+[]]+(!![]+[])[+[]]])[+!+[]+[+[]]]+(!![]+[\" +\n \"])[+!+[]]][([][[]]+[])[+!+[]]+(![]+[])[+!+[]]+((+[])[([][(![]+[])[+[]]+(![]+[])[\" +\n \"!+[]+!+[]]+(![]+[])[+!+[]]+(!![]+[])[+[]]]+[])[!+[]+!+[]+!+[]]+(!![]+[][(![]+[])\" +\n \"[+[]]+(![]+[])[!+[]+!+[]]+(![]+[])[+!+[]]+(!![]+[])[+[]]])[+!+[]+[+[]]]+([][[]]+\" +\n \"[])[+!+[]]+(![]+[])[!+[]+!+[]+!+[]]+(!![]+[])[+[]]+(!![]+[])[+!+[]]+([][[]]+[])[\" +\n \"+[]]+([][(![]+[])[+[]]+(![]+[])[!+[]+!+[]]+(![]+[])[+!+[]]+(!![]+[])[+[]]]+[])[!\" +\n \"+[]+!+[]+!+[]]+(!![]+[])[+[]]+(!![]+[][(![]+[])[+[]]+(![]+[])[!+[]+!+[]]+(![]+[]\" +\n \")[+!+[]]+(!![]+[])[+[]]])[+!+[]+[+[]]]+(!![]+[])[+!+[]]]+[])[+!+[]+[+!+[]]]+(!![\" +\n \"]+[])[!+[]+!+[]+!+[]]]](!+[]+!+[]+[+!+[]])[+!+[]]+([![]]+[][[]])[+!+[]+[+[]]]+(!\" +\n \"[]+[])[!+[]+!+[]+!+[]]+([][(![]+[])[+[]]+(![]+[])[!+[]+!+[]]+(![]+[])[+!+[]]+(!!\" +\n \"[]+[])[+[]]][([][(![]+[])[+[]]+(![]+[])[!+[]+!+[]]+(![]+[])[+!+[]]+(!![]+[])[+[]\" +\n \"]]+[])[!+[]+!+[]+!+[]]+(!![]+[][(![]+[])[+[]]+(![]+[])[!+[]+!+[]]+(![]+[])[+!+[]\" +\n \"]+(!![]+[])[+[]]])[+!+[]+[+[]]]+([][[]]+[])[+!+[]]+(![]+[])[!+[]+!+[]+!+[]]+(!![\" +\n \"]+[])[+[]]+(!![]+[])[+!+[]]+([][[]]+[])[+[]]+([][(![]+[])[+[]]+(![]+[])[!+[]+!+[\" +\n \"]]+(![]+[])[+!+[]]+(!![]+[])[+[]]]+[])[!+[]+!+[]+!+[]]+(!![]+[])[+[]]+(!![]+[][(\" +\n \"![]+[])[+[]]+(![]+[])[!+[]+!+[]]+(![]+[])[+!+[]]+(!![]+[])[+[]]])[+!+[]+[+[]]]+(\" +\n \"!![]+[])[+!+[]]]((!![]+[])[+!+[]]+(!![]+[])[!+[]+!+[]+!+[]]+(!![]+[])[+[]]+([][[\" +\n \"]]+[])[+[]]+(!![]+[])[+!+[]]+([][[]]+[])[+!+[]]+(![]+[+[]])[([![]]+[][[]])[+!+[]\" +\n \"+[+[]]]+(!![]+[])[+[]]+(![]+[])[+!+[]]+(![]+[])[!+[]+!+[]]+([![]]+[][[]])[+!+[]+\" +\n \"[+[]]]+([][(![]+[])[+[]]+(![]+[])[!+[]+!+[]]+(![]+[])[+!+[]]+(!![]+[])[+[]]]+[])\" +\n \"[!+[]+!+[]+!+[]]+(![]+[])[!+[]+!+[]+!+[]]]()[+!+[]+[+[]]]+![]+(![]+[+[]])[([![]]\" +\n \"+[][[]])[+!+[]+[+[]]]+(!![]+[])[+[]]+(![]+[])[+!+[]]+(![]+[])[!+[]+!+[]]+([![]]+\" +\n \"[][[]])[+!+[]+[+[]]]+([][(![]+[])[+[]]+(![]+[])[!+[]+!+[]]+(![]+[])[+!+[]]+(!![]\" +\n \"+[])[+[]]]+[])[!+[]+!+[]+!+[]]+(![]+[])[!+[]+!+[]+!+[]]]()[+!+[]+[+[]]])()[([][(\" +\n \"![]+[])[+[]]+(![]+[])[!+[]+!+[]]+(![]+[])[+!+[]]+(!![]+[])[+[]]]+[])[!+[]+!+[]+!\" +\n \"+[]]+(!![]+[][(![]+[])[+[]]+(![]+[])[!+[]+!+[]]+(![]+[])[+!+[]]+(!![]+[])[+[]]])\" +\n \"[+!+[]+[+[]]]+([][[]]+[])[+!+[]]+(![]+[])[!+[]+!+[]+!+[]]+(!![]+[])[+[]]+(!![]+[\" +\n \"])[+!+[]]+([][[]]+[])[+[]]+([][(![]+[])[+[]]+(![]+[])[!+[]+!+[]]+(![]+[])[+!+[]]\" +\n \"+(!![]+[])[+[]]]+[])[!+[]+!+[]+!+[]]+(!![]+[])[+[]]+(!![]+[][(![]+[])[+[]]+(![]+\" +\n \"[])[!+[]+!+[]]+(![]+[])[+!+[]]+(!![]+[])[+[]]])[+!+[]+[+[]]]+(!![]+[])[+!+[]]]()\" +\n \"+[])[!+[]+!+[]]+([][(![]+[])[+[]]+(![]+[])[!+[]+!+[]]+(![]+[])[+!+[]]+(!![]+[])[\" +\n \"+[]]][([][(![]+[])[+[]]+(![]+[])[!+[]+!+[]]+(![]+[])[+!+[]]+(!![]+[])[+[]]]+[])[\" +\n \"!+[]+!+[]+!+[]]+(!![]+[][(![]+[])[+[]]+(![]+[])[!+[]+!+[]]+(![]+[])[+!+[]]+(!![]\" +\n \"+[])[+[]]])[+!+[]+[+[]]]+([][[]]+[])[+!+[]]+(![]+[])[!+[]+!+[]+!+[]]+(!![]+[])[+\" +\n \"[]]+(!![]+[])[+!+[]]+([][[]]+[])[+[]]+([][(![]+[])[+[]]+(![]+[])[!+[]+!+[]]+(![]\" +\n \"+[])[+!+[]]+(!![]+[])[+[]]]+[])[!+[]+!+[]+!+[]]+(!![]+[])[+[]]+(!![]+[][(![]+[])\" +\n \"[+[]]+(![]+[])[!+[]+!+[]]+(![]+[])[+!+[]]+(!![]+[])[+[]]])[+!+[]+[+[]]]+(!![]+[]\" +\n \")[+!+[]]]((!![]+[])[+!+[]]+(!![]+[])[!+[]+!+[]+!+[]]+(!![]+[])[+[]]+([][[]]+[])[\" +\n \"+[]]+(!![]+[])[+!+[]]+([][[]]+[])[+!+[]]+(![]+[+[]])[([![]]+[][[]])[+!+[]+[+[]]]\" +\n \"+(!![]+[])[+[]]+(![]+[])[+!+[]]+(![]+[])[!+[]+!+[]]+([![]]+[][[]])[+!+[]+[+[]]]+\" +\n \"([][(![]+[])[+[]]+(![]+[])[!+[]+!+[]]+(![]+[])[+!+[]]+(!![]+[])[+[]]]+[])[!+[]+!\" +\n \"+[]+!+[]]+(![]+[])[!+[]+!+[]+!+[]]]()[+!+[]+[+[]]]+![]+(![]+[+[]])[([![]]+[][[]]\" +\n \")[+!+[]+[+[]]]+(!![]+[])[+[]]+(![]+[])[+!+[]]+(![]+[])[!+[]+!+[]]+([![]]+[][[]])\" +\n \"[+!+[]+[+[]]]+([][(![]+[])[+[]]+(![]+[])[!+[]+!+[]]+(![]+[])[+!+[]]+(!![]+[])[+[\" +\n \"]]]+[])[!+[]+!+[]+!+[]]+(![]+[])[!+[]+!+[]+!+[]]]()[+!+[]+[+[]]])()[([][(![]+[])\" +\n \"[+[]]+(![]+[])[!+[]+!+[]]+(![]+[])[+!+[]]+(!![]+[])[+[]]]+[])[!+[]+!+[]+!+[]]+(!\" +\n \"![]+[][(![]+[])[+[]]+(![]+[])[!+[]+!+[]]+(![]+[])[+!+[]]+(!![]+[])[+[]]])[+!+[]+\" +\n \"[+[]]]+([][[]]+[])[+!+[]]+(![]+[])[!+[]+!+[]+!+[]]+(!![]+[])[+[]]+(!![]+[])[+!+[\" +\n \"]]+([][[]]+[])[+[]]+([][(![]+[])[+[]]+(![]+[])[!+[]+!+[]]+(![]+[])[+!+[]]+(!![]+\" +\n \"[])[+[]]]+[])[!+[]+!+[]+!+[]]+(!![]+[])[+[]]+(!![]+[][(![]+[])[+[]]+(![]+[])[!+[\" +\n \"]+!+[]]+(![]+[])[+!+[]]+(!![]+[])[+[]]])[+!+[]+[+[]]]+(!![]+[])[+!+[]]]((![]+[+[\" +\n \"]])[([![]]+[][[]])[+!+[]+[+[]]]+(!![]+[])[+[]]+(![]+[])[+!+[]]+(![]+[])[!+[]+!+[\" +\n \"]]+([![]]+[][[]])[+!+[]+[+[]]]+([][(![]+[])[+[]]+(![]+[])[!+[]+!+[]]+(![]+[])[+!\" +\n \"+[]]+(!![]+[])[+[]]]+[])[!+[]+!+[]+!+[]]+(![]+[])[!+[]+!+[]+!+[]]]()[+!+[]+[+[]]\" +\n \"])+[])[+!+[]]+[!+[]+!+[]+!+[]+!+[]]+[!+[]+!+[]]+([]+[])[(![]+[])[+[]]+(!![]+[][(\" +\n \"![]+[])[+[]]+(![]+[])[!+[]+!+[]]+(![]+[])[+!+[]]+(!![]+[])[+[]]])[+!+[]+[+[]]]+(\" +\n \"[][[]]+[])[+!+[]]+(!![]+[])[+[]]+([][(![]+[])[+[]]+(![]+[])[!+[]+!+[]]+(![]+[])[\" +\n \"+!+[]]+(!![]+[])[+[]]]+[])[!+[]+!+[]+!+[]]+(!![]+[][(![]+[])[+[]]+(![]+[])[!+[]+\" +\n \"!+[]]+(![]+[])[+!+[]]+(!![]+[])[+[]]])[+!+[]+[+[]]]+(![]+[])[!+[]+!+[]]+(!![]+[]\" +\n \"[(![]+[])[+[]]+(![]+[])[!+[]+!+[]]+(![]+[])[+!+[]]+(!![]+[])[+[]]])[+!+[]+[+[]]]\" +\n \"+(!![]+[])[+!+[]]]()[+!+[]+[!+[]+!+[]]])()\";\n\nexport function N00dles(): void {\n // TODO: Too powerful, needs a nerf.\n eval(n00dlePower);\n}\n","import React, { useState } from \"react\";\nimport { BBCabinetRoot } from \"./BBCabinet\";\n\nimport Button from \"@mui/material/Button\";\nimport { Player } from \"@player\";\nimport { AlertEvents } from \"../../ui/React/AlertManager\";\n\nenum Page {\n None,\n Megabyteburner2000,\n}\n\nexport function ArcadeRoot(): React.ReactElement {\n const [page, setPage] = useState(Page.None);\n\n function mbBurner2000(): void {\n if (Player.sourceFileLvl(1) === 0) {\n AlertEvents.emit(\"This machine is broken.\");\n } else {\n setPage(Page.Megabyteburner2000);\n }\n }\n\n if (page === Page.None) {\n return (\n <>\n \n \n );\n }\n let currentGame = <>;\n switch (page) {\n case Page.Megabyteburner2000:\n currentGame = ;\n }\n return (\n <>\n \n {currentGame}\n \n );\n}\n","import React, { useEffect } from \"react\";\nimport Typography from \"@mui/material/Typography\";\nimport { Player } from \"@player\";\nimport { Exploit } from \"../../Exploits/Exploit\";\n\nconst metaBB = \"https://bitburner-official.github.io/bitburner-legacy/\";\n\nconst style = {\n width: \"1060px\",\n height: \"800px\",\n border: \"0px\",\n};\n\nexport function BBCabinetRoot(): React.ReactElement {\n useEffect(() => {\n window.addEventListener(\"message\", function (this: Window, ev: MessageEvent) {\n if (ev.isTrusted && ev.origin == \"https://bitburner-official.github.io\" && ev.data) {\n Player.giveExploit(Exploit.TrueRecursion);\n }\n });\n });\n // prettier-ignore\n const joystick =\n <>\n \n ,'\" \"', .-. \n / \\ ( ) \n | | .-. '-' .-. \n \\ / ( ) ( )\n '.___.' '-' .-. '-'\n ||| ( ) \n ||| '-' \n ;\n return (\n <>\n \n